/* Styles for the landing page and readable portfolio only. */
:root{
  --paper:#f8f6ef; --ink:#202b29; --muted:#636a61; --line:#d9dcd0;
  --green:#263f34; --green-soft:#e8ecdf; --rust:#a95334; --white:#fffef9;
  --serif:"Source Serif 4",Georgia,serif; --sans:"DM Sans",Arial,sans-serif;
  --mono:"JetBrains Mono",monospace;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:24px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
a,button,input{-webkit-tap-highlight-color:transparent}
button{color:inherit}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.12}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--rust);outline-offset:5px;border-radius:3px}
::selection{background:#dce4cd;color:var(--ink)}
[hidden]{display:none!important}
.shell{width:min(1200px,calc(100% - 96px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:12px;padding:12px 20px;background:var(--green);color:white;z-index:30;transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.eyebrow{font-family:var(--mono);font-size:10px;font-weight:400;line-height:1.7;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}
.text-link{display:inline-flex;gap:24px;align-items:center;font-size:13px;font-weight:600;padding:8px 0;border-bottom:1px solid var(--ink);width:fit-content}
.text-link span{font-size:20px;line-height:1;transition:transform .2s}
.text-link:hover span{transform:translate(2px,-2px)}
.button{display:inline-flex;justify-content:center;align-items:center;gap:32px;background:var(--green);color:white;padding:15px 23px;font-size:13px;border:1px solid var(--green);border-radius:4px;transition:background .2s}
.button:hover{background:#395343}
.button span{font-size:20px}
.site-header{padding-block:25px;border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{display:flex;align-items:center;gap:12px;font-weight:600;font-size:13px;white-space:nowrap}
.monogram{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--ink);border-radius:50%;font-family:var(--serif);font-style:italic;font-size:23px;font-weight:500;padding-bottom:4px;letter-spacing:-.07em}
.site-nav{display:flex;align-items:center;gap:32px;font-size:12px}
.site-nav a{position:relative;padding:6px 0}
.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--rust)}
.site-nav a[aria-current=page]::after{position:absolute;content:"";height:2px;background:var(--rust);bottom:0;left:0;right:0}
.site-nav .nav-contact{padding:9px 14px;border:1px solid var(--line);border-radius:3px}
.home-hero{position:relative;display:grid;grid-template-columns:45% 55%;align-items:center;min-height:570px;padding-block:65px 60px}
.hero-copy{position:relative;z-index:1}
.hero-copy .eyebrow{display:flex;align-items:center;gap:10px;color:var(--green)}
.small-line{height:1px;width:25px;background:var(--rust)}
.hero-copy h1{font-size:clamp(70px,8.2vw,112px);line-height:.92;letter-spacing:-.06em;margin:24px 0}
.accent-dot{color:var(--rust)}
.hero-deck{font-size:17px;line-height:1.7;letter-spacing:-.02em}
.academic-note{display:flex;gap:12px;font-size:12px;line-height:1.9;color:var(--muted)}
.hero-copy .academic-note{margin-top:22px}
.note-mark{font-size:21px;color:var(--rust);line-height:1.6}
.university{display:inline-block}
.hero-link{margin-top:23px}
.hero-figure{position:relative;margin-left:-68px;width:calc(100% + 68px)}
.hero-figure picture{display:block}
.hero-art{
  --edge-fade:clamp(14px,2.4vw,30px);
  width:100%;height:auto;aspect-ratio:1697/927;object-fit:contain;mix-blend-mode:multiply;
  border-radius:clamp(20px,3vw,40px);
  -webkit-mask-image:linear-gradient(to right,transparent,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent),linear-gradient(to bottom,transparent,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent);
  -webkit-mask-composite:source-in;
  mask-image:linear-gradient(to right,transparent,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent),linear-gradient(to bottom,transparent,#000 var(--edge-fade),#000 calc(100% - var(--edge-fade)),transparent);
  mask-composite:intersect;
}
.section-label{display:flex;align-items:center;gap:22px;margin-bottom:22px}
.section-label h2{flex-shrink:0}
.section-rule{height:1px;flex:1;background:var(--line)}
.entry-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.entry-card{position:relative;display:flex;flex-direction:column;padding:26px 32px 23px;border-radius:5px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.entry-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px -20px #263f3450}
.entry-work{background:var(--green);color:var(--paper)}
.entry-work .eyebrow{color:#c3cfbd}
.entry-world{background:var(--green-soft);border:1px solid #d7dfcc}
.entry-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:21px}
.entry-arrow{font-size:25px;line-height:1}
.entry-card h3{font-size:31px;letter-spacing:-.035em;margin-bottom:10px;z-index:1}
.entry-card p{font-size:14px;line-height:1.75;opacity:.86;z-index:1}
.entry-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px;font-weight:500;padding-top:22px;margin-top:22px;border-top:1px solid #ffffff26;z-index:1}
.entry-world .entry-bottom{border-color:#253f3420}
.entry-device{font-family:var(--mono);font-size:9px;font-weight:400;color:var(--muted);white-space:nowrap}
.world-cube{position:absolute;right:28px;top:66px;width:70px;height:82px;color:#536650;opacity:.55}
.entry-world h3,.entry-world p{padding-right:66px}
.selected-section{padding-block:78px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:30px}
.section-heading h2,.catalogue-top h2{font-size:43px;letter-spacing:-.04em}
.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.featured-card{min-width:0}
.featured-image{position:relative;display:block;aspect-ratio:16/10;background:#e4e6dc;border-radius:4px;overflow:hidden}
.featured-image img{width:100%;height:100%;object-fit:contain;background:var(--white);transition:transform .45s}
.featured-card:hover .featured-image img{transform:scale(1.035)}
.featured-image .image-arrow{position:absolute;bottom:14px;right:14px;display:grid;place-items:center;width:31px;height:31px;background:var(--white);border-radius:50%;font-size:20px}
.featured-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:16px 0 6px;font-family:var(--mono);font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.featured-card h3{font-size:25px;letter-spacing:-.03em}
.featured-card p{font-size:14px;line-height:1.7;color:var(--muted);margin-top:8px;max-width:39ch}
.site-footer{border-top:1px solid var(--line);padding-block:32px 38px;background:#f1f1e8}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.footer-name{font-family:var(--serif);font-size:23px;letter-spacing:-.03em}
.footer-name span{color:var(--rust)}
.footer-inner nav{display:flex;gap:24px;font-size:11px}
.footer-inner a:hover{color:var(--rust)}
.copyright{font-family:var(--mono);font-size:9px;color:var(--muted)}
.portfolio-intro{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:64px;align-items:center;padding-block:65px 57px}
.intro-main h1{font-size:clamp(42px,5.3vw,68px);letter-spacing:-.045em;line-height:1.06;margin:21px 0}
.intro-main h1 em{font-weight:400;color:var(--green)}
.intro-deck{font-size:14px;color:var(--muted);line-height:1.8}
.intro-aside{border-left:1px solid var(--line);padding:12px 0 12px 34px}
.intro-aside>p{font-family:var(--serif);font-size:23px;line-height:1.4;margin:15px 0}
.catalogue{border-top:1px solid var(--line);padding-top:34px;padding-bottom:65px}
.catalogue-top{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:35px}
.catalogue-top h2{font-size:33px}
.search-wrap{display:flex;align-items:center;gap:12px;max-width:440px;width:45%;background:var(--white);border:1px solid var(--line);border-radius:4px;padding:3px 15px;color:var(--muted)}
.search-wrap:focus-within{border-color:var(--green);box-shadow:0 0 0 2px #263f3410}
.search-wrap svg{flex:0 0 18px}
.search-wrap input{border:0;outline:0;min-width:0;width:100%;background:transparent;height:45px;font-size:14px;color:var(--ink)}
.search-wrap input::-webkit-search-cancel-button{-webkit-appearance:none}
.search-clear{flex:0 0 28px;width:28px;height:34px;border:0;background:transparent;font-size:23px;border-radius:3px}
.catalogue-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:50px}
.catalogue-sidebar{align-self:start;position:sticky;top:30px}
.catalogue-sidebar>.eyebrow{font-size:9px;margin-bottom:15px}
#category-nav{display:flex;flex-direction:column;gap:3px}
.category-button{display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;background:transparent;border:0;padding:11px 12px;font-size:13px;line-height:1.5;border-radius:3px;min-height:42px}
.category-button span:last-child{font-family:var(--mono);font-size:10px;color:var(--muted)}
.category-button:hover{background:#edefe5}
.category-button[aria-pressed=true]{background:var(--green);color:var(--paper)}
.category-button[aria-pressed=true] span:last-child{color:#c9d5c2}
.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;min-height:27px}
.results-toolbar p{font-size:11px;color:var(--muted)}
.quiet-button{display:flex;align-items:center;gap:10px;background:transparent;border:0;font-size:12px;min-height:38px;padding:0 4px}
.quiet-button:hover{color:var(--rust)}
.catalogue-section{border-top:1px solid var(--line);scroll-margin-top:20px}
.catalogue-section:last-child{border-bottom:1px solid var(--line)}
.category-summary{display:grid;grid-template-columns:32px minmax(0,1fr) 33px;align-items:center;gap:16px;padding:25px 0;list-style:none;cursor:pointer}
.category-summary::-webkit-details-marker{display:none}
.category-number{align-self:start;margin-top:7px;font-family:var(--mono);color:var(--rust);font-size:10px}
.category-copy{display:block;min-width:0}
.category-title{font-family:var(--serif);font-weight:500;display:inline;font-size:25px;letter-spacing:-.025em;line-height:1.3}
.category-copy small{display:inline-block;white-space:nowrap;font-family:var(--mono);font-size:10px;color:var(--muted);margin-left:10px}
.category-blurb{display:block;color:var(--muted);font-size:13px;line-height:1.6;margin-top:7px}
.disclosure-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid #cbd2c2;border-radius:50%;font-family:var(--sans);font-size:20px;font-weight:400;line-height:1;transition:background .2s}
.disclosure-icon::before{content:"+"}
details[open]>.category-summary .disclosure-icon{background:var(--green);color:white;border-color:var(--green)}
details[open]>.category-summary .disclosure-icon::before{content:"−"}
.category-summary:hover .category-title{color:var(--rust)}
.project-list{padding-bottom:12px}
.project-row{display:grid;grid-template-columns:185px minmax(0,1fr);gap:26px;padding:27px 0;border-top:1px solid #e3e5db;min-width:0}
.project-row:first-child{padding-top:5px;border-top:0}
.project-media{display:block;aspect-ratio:4/3;border:1px solid #e1e3d7;border-radius:4px;overflow:hidden;background:#e8eadf}
.project-media img{width:100%;height:100%;object-fit:contain;background:var(--white);transition:transform .3s}
a.project-media:hover img{transform:scale(1.04)}
.project-copy{min-width:0}
.project-kicker{font-family:var(--mono);font-size:9px;line-height:1.6;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:6px}
.project-title{display:flex;justify-content:space-between;align-items:start;gap:16px}
.project-title h3{font-size:25px;line-height:1.2;letter-spacing:-.03em}
.project-title h3 a:hover{color:var(--rust)}
.project-arrow{font-size:21px;line-height:1.2;color:var(--green)}
.project-desc{font-size:14px;line-height:1.8;color:var(--muted);margin:10px 0 13px}
.project-desc.is-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.description-toggle{border:0;border-bottom:1px solid var(--line);background:transparent;padding:3px 0;margin-bottom:13px;font-size:12px;color:var(--green);min-height:30px}
.tags{display:flex;flex-wrap:wrap;gap:5px}
.tag{background:#eeefe5;color:#525f50;border:1px solid #e0e4d6;border-radius:3px;font-size:10px;padding:2px 7px;line-height:1.7}
.project-destination{font-size:12px;color:var(--green);display:inline-block;margin-top:12px;border-bottom:1px solid #bac5b4;overflow-wrap:anywhere}
.project-destination:hover{color:var(--rust)}
.project-row.muted .project-media{filter:saturate(.5)}
.archived-note{font-size:9px;color:var(--rust);margin-bottom:5px}
.empty-state{text-align:center;padding:66px 30px;border-block:1px solid var(--line)}
.empty-state h3{font-size:35px;margin:12px 0}
.empty-state p{font-size:13px;color:var(--muted);max-width:45ch;margin:0 auto 24px}
@media(min-width:1600px){.home-hero{min-height:610px}}
@media(max-width:1050px){
  .shell{width:calc(100% - 64px)}
  .home-hero{min-height:530px}
  .hero-deck{font-size:15px}
  .hero-figure{margin-left:-40px;width:calc(100% + 40px)}
  .entry-card{padding:24px}
  .entry-card h3{font-size:27px}
  .world-cube{width:52px;right:20px;top:90px}
  .entry-world h3,.entry-world p{padding-right:47px}
  .entry-card p br{display:none}
  .catalogue-layout{grid-template-columns:175px minmax(0,1fr);gap:30px}
  .project-row{grid-template-columns:140px minmax(0,1fr);gap:22px}
  .portfolio-intro{grid-template-columns:minmax(0,1fr) 255px;gap:35px}
}
@media(max-width:760px){
  .shell{width:calc(100% - 40px)}
  .site-header{padding-block:18px}
  .header-inner{gap:14px}
  .site-nav{gap:14px;font-size:11px}
  .wordmark>span:last-child{display:none}
  .site-nav .nav-contact{padding:7px 9px}
  .home-hero{display:flex;flex-direction:column;align-items:stretch;padding-block:42px 32px}
  .hero-copy h1{font-size:clamp(72px,15vw,100px);margin-block:22px}
  .hero-copy h1 br{display:none}
  .hero-copy .eyebrow{font-size:9px}
  .hero-deck{font-size:16px}
  .hero-figure{margin:25px -10px 0;width:calc(100% + 20px)}
  .section-label{margin-bottom:16px;gap:15px}
  .entry-grid{grid-template-columns:1fr;gap:12px}
  .entry-card h3{font-size:31px}
  .entry-card p{font-size:13px}
  .entry-card{padding:23px 25px}
  .world-cube{width:57px;right:27px;top:85px}
  .entry-world h3,.entry-world p{padding-right:75px}
  .selected-section{padding-block:48px}
  .section-heading{align-items:center;flex-wrap:wrap;gap:12px 20px}
  .section-heading h2{font-size:35px}
  .section-heading .text-link{font-size:11px;gap:9px}
  .featured-grid{grid-template-columns:1fr;gap:35px}
  .featured-image{aspect-ratio:16/9}
  .featured-card p{font-size:13px;max-width:none}
  .featured-card h3{font-size:29px}
  .featured-meta{font-size:10px}
  .footer-inner{flex-wrap:wrap;gap:22px}
  .footer-inner>div{width:100%}
  .footer-inner nav{gap:20px}
  .copyright{margin-left:auto;font-size:8px}
  .portfolio-intro{grid-template-columns:1fr;padding-block:42px 30px;gap:26px}
  .intro-main h1{font-size:clamp(40px,8vw,58px);margin-block:18px}
  .intro-deck{font-size:13px}
  .desktop-break{display:none}
  .intro-aside{border-left:0;border-top:1px solid var(--line);padding:20px 0 0;display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:start}
  .intro-aside>.eyebrow{grid-column:1/-1}
  .intro-aside>p{grid-column:1/-1;margin:0;font-size:22px}
  .intro-aside .academic-note{font-size:11px;padding-top:3px}
  .catalogue{padding-top:28px}
  .catalogue-top{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:22px}
  .catalogue-top h2{font-size:32px}
  .search-wrap{width:100%;max-width:none}
  .search-wrap input{font-size:16px}
  .search-clear{flex-basis:40px;width:40px;height:44px}
  .catalogue-layout{display:block}
  .catalogue-sidebar{position:static;margin-bottom:24px}
  .catalogue-sidebar>.eyebrow{display:none}
  #category-nav{flex-direction:row;flex-wrap:wrap;gap:6px}
  .category-button{padding:8px 10px;font-size:11px;border:1px solid var(--line);gap:10px;min-height:40px}
  .category-button span:last-child{font-size:9px}
  .category-summary{grid-template-columns:22px minmax(0,1fr) 27px;gap:10px;padding-block:21px}
  .category-title{font-size:23px}
  .category-blurb{font-size:12px}
  .category-copy small{margin-left:7px;font-size:9px}
  .disclosure-icon{width:26px;height:26px;font-size:19px}
  .project-row{grid-template-columns:120px minmax(0,1fr);gap:18px}
  .project-title h3{font-size:23px}
  .project-media{aspect-ratio:1}
  .project-desc{font-size:14px}
}
@media(max-width:440px){
  .hero-copy h1{font-size:clamp(59px,15.4vw,74px);letter-spacing:-.06em}
  .entry-world h3{max-width:250px;padding-right:0}
  .entry-world p{padding-right:50px}
  .world-cube{width:42px;right:24px;top:104px}
  .entry-card h3{font-size:28px}
  .section-heading h2{font-size:30px}
  .section-heading .text-link{font-size:10px}
  .project-row{grid-template-columns:1fr;gap:15px;padding-block:25px}
  .project-media{aspect-ratio:16/9}
  .project-title h3{font-size:26px}
  .project-kicker{font-size:9px}
  .project-desc{font-size:14px}
  .tag{font-size:10px}
  .project-destination,.description-toggle{font-size:11px}
  .footer-inner nav{width:100%}
  .copyright{margin-left:0}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}
@media print{
  .site-nav,.catalogue-sidebar,.search-wrap,.results-toolbar,.description-toggle,.skip-link{display:none!important}
  .shell{width:100%}.catalogue-layout{display:block}.portfolio-intro{padding-block:10px}
  .project-row{break-inside:avoid}.site-footer{background:none}
  .project-desc.is-clamped{display:block;overflow:visible}
}
