@font-face{font-family:Manrope;src:url('/fonts/manrope-latin-wght-normal.woff2') format('woff2');font-weight:200 800;font-style:normal;font-display:swap}
@font-face{font-family:SourceSerif;src:url('/fonts/source-serif-4-latin-wght-normal.woff2') format('woff2');font-weight:300 700;font-style:normal;font-display:swap}
@font-face{font-family:IBMPlexMono;src:url('/fonts/ibm-plex-mono-latin-400-normal.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}

:root{
  --ink:#151a1c;
  --paper:#f3f0e8;
  --white:#fefdfc;
  --steel:#53605c;
  --line:#c9ceca;
  --signal:#ea5b2a;
  --signal-text:#a63d19;
  --blueprint:#205d70;
  --mint:#bfd6c9;
  --font-sans:Manrope,Inter,"Helvetica Neue",Arial,sans-serif;
  --font-serif:SourceSerif,Georgia,serif;
  --font-mono:IBMPlexMono,"SFMono-Regular",Consolas,monospace;
  --header-h:88px;
  --hero-surface:#f7f0e5;
  --shell:min(100% - 48px, 1280px);
  --section:clamp(5rem,10vw,10rem);
  --ease:cubic-bezier(.2,.75,.25,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:7rem;overflow-x:clip}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:clip}
body.menu-open{overflow:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.18em}
button,input,select,textarea{font:inherit}
button{color:inherit}
p{margin:0 0 1.3em}
h1,h2,h3{margin:0;font-weight:500;line-height:1.03;letter-spacing:-.045em}
h1{font-size:clamp(3rem,7.2vw,7rem);max-width:12ch}
h2{font-size:clamp(2.4rem,5vw,4.65rem);max-width:14ch}
h3{font-size:clamp(1.55rem,2.4vw,2.25rem);letter-spacing:-.035em}
h1 em,h2 em{font-family:var(--font-serif);font-weight:400}
::selection{background:var(--signal);color:var(--ink)}
:focus-visible{outline:3px solid var(--signal);outline-offset:4px}

.shell{width:var(--shell);margin-inline:auto}
.section{padding-block:var(--section)}
.section-first{padding-top:2rem}
.section-dark{background:var(--ink);color:var(--white)}
.label,.eyebrow,.project-meta,.updated{font-family:var(--font-mono);font-size:.72rem;line-height:1.4;letter-spacing:.08em;text-transform:uppercase}
.label{display:block;color:var(--steel);margin-bottom:1.2rem}
.section-dark .label{color:#bdc5c2}
.contact-cta .label{color:var(--white)}
.eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:2.25rem}
.eyebrow i{width:.55rem;height:.55rem;border-radius:50%;background:var(--signal)}
.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;top:1rem;left:1rem;z-index:1000;padding:.75rem 1rem;background:var(--signal);transform:translateY(-200%)}
.skip-link:focus{transform:none}
.reveal{opacity:1;transform:none;transition:opacity .45s var(--ease),transform .45s var(--ease)}
.reveal.is-visible{opacity:1;transform:none}

.site-header{position:sticky;z-index:100;top:0;display:flex;align-items:center;justify-content:space-between;width:100%;height:var(--header-h);padding-inline:max(24px,calc((100vw - 1280px)/2));border-bottom:1px solid transparent;transition:height .3s var(--ease),background .25s,border-color .25s,box-shadow .25s,transform .3s var(--ease)}
.site-header.is-scrolled{background:rgba(247,240,229,.9);border-color:rgba(21,26,28,.08);box-shadow:0 4px 24px rgba(21,26,28,.035);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.site-header.is-compact{height:68px}
.page-home .site-header{position:fixed}
.page-home .site-header:not(.is-scrolled){background:transparent;border-color:transparent;box-shadow:none}
.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.brand-lockup{width:256px;height:auto;transition:width .3s var(--ease)}
.site-header.is-compact .brand-lockup{width:218px}
.brand-symbol{display:none;width:48px;height:48px}
.site-nav{display:flex;align-items:center;gap:1.5rem}
.nav-links{display:flex;align-items:center;gap:1.35rem}
.nav-links a{position:relative;font-size:.8rem;text-decoration:none}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-.45rem;height:2px;background:var(--signal);transition:right .2s}
.nav-links a:hover::after,.nav-links a[aria-current="page"]::after{right:0}
.menu-toggle{display:none;width:44px;height:44px;padding:10px;border:0;background:transparent}
.menu-toggle svg,.button svg,.text-link svg,.footer-links svg,.contact-email svg,.contact-direct svg{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}
.menu-close{display:none}

.button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:52px;padding:.8rem 1.15rem;border:1px solid var(--ink);text-decoration:none;font-size:.82rem;font-weight:650;transition:background .2s,color .2s,transform .2s var(--ease)}
.button:hover{transform:translateY(-2px)}
.button-small{min-height:42px;padding:.55rem .9rem;font-size:.72rem}
.button-primary,.button-dark{background:var(--ink);color:var(--white)}
.button-primary:hover,.button-dark:hover{background:var(--blueprint)}
.button-ghost{background:transparent}
.button-ghost:hover{background:var(--white)}
.button-signal{background:var(--signal);border-color:var(--signal);color:var(--ink)}
.button-outline-light{border-color:rgba(255,255,255,.55);color:var(--white)}
.button-outline-light:hover{background:var(--white);color:var(--ink)}
.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}
.text-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.15rem}
.text-link svg{transition:transform .2s}
.text-link:hover svg{transform:translateX(4px)}

.hero{position:relative;isolation:isolate;width:100%;height:100vh;height:100svh;min-height:0;overflow:hidden;background:var(--hero-surface)}
.hero::before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(247,240,229,.28) 0%,transparent 18%)}
.hero::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,#f7f0e5 0%,rgba(247,240,229,.98) 30%,rgba(247,240,229,.78) 40%,rgba(247,240,229,.16) 51%,transparent 60%)}
.hero-portrait{position:absolute;z-index:0;inset:0;display:block;overflow:hidden;background:var(--hero-surface)}
.hero-portrait img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:76% 8%;transform:translateY(2%) scale(1.03);transform-origin:50% 0}
.hero-inner{position:relative;z-index:2;display:flex;align-items:center;height:100%;padding-top:var(--header-h);padding-bottom:clamp(2.5rem,6vh,4.5rem)}
.hero-copy{position:relative;z-index:2;width:min(680px,55vw)}
.hero-copy .eyebrow{margin-bottom:clamp(1rem,2.6vh,1.75rem)}
.hero-copy h1{font-size:clamp(3.25rem,min(6vw,9.3vh),6.5rem);max-width:9.7ch}
.hero-copy .lead{max-width:610px;margin:clamp(1.1rem,2.7vh,1.8rem) 0 clamp(1.25rem,3.3vh,2rem);font-size:clamp(1rem,min(1.28vw,2.05vh),1.2rem);line-height:1.5;color:#3a4240}
.hero .button{min-height:48px}
.scroll-cue{position:absolute;z-index:2;bottom:clamp(.85rem,2vh,1.5rem);left:0;display:flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase;text-decoration:none}
.scroll-cue svg{width:18px;height:18px;fill:none;stroke:currentColor}

.proof-strip{background:var(--white);border-block:1px solid var(--line);scroll-margin-top:0;outline:0}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.proof-grid>div{display:flex;flex-direction:column;justify-content:center;min-height:170px;padding:1.5rem;border-right:1px solid var(--line)}
.proof-grid>div:first-child{border-left:1px solid var(--line)}
.proof-grid strong{font-size:clamp(2.3rem,4vw,4rem);line-height:1;letter-spacing:-.06em;font-weight:500}
.proof-grid span{margin-top:.65rem;font-family:var(--font-mono);font-size:.67rem;text-transform:uppercase;color:var(--steel)}

.section-head{display:grid;grid-template-columns:1.25fr .8fr auto;gap:3rem;align-items:end;margin-bottom:clamp(3rem,6vw,6rem)}
.section-head h2{margin-top:.8rem}
.section-head p{max-width:570px;margin:0;color:#46504d}
.section-dark .section-head p{color:#bac2bf}
.section-head>.text-link{align-self:end;white-space:nowrap}

.featured-case{margin-bottom:1.5rem;background:var(--ink);color:var(--white);overflow:hidden}
.featured-case>a{display:grid;grid-template-columns:.85fr 1.15fr;min-height:620px;text-decoration:none}
.featured-copy{display:flex;flex-direction:column;padding:clamp(2rem,5vw,5rem)}
.featured-copy h3{font-size:clamp(2.2rem,4vw,4.5rem);margin:1.2rem 0 1.5rem}
.featured-copy>p{color:#c8cfcc;max-width:45ch}
.featured-copy>.button{align-self:flex-start;margin-top:clamp(2.25rem,4vw,3.5rem)}
.project-meta{display:flex;flex-wrap:wrap;gap:1.25rem;color:var(--steel)}
.featured-case .project-meta{color:#adb5b2}
.project-art{position:relative;overflow:hidden;aspect-ratio:1.4/1;color:var(--ink);background:var(--mint)}
.project-art svg{width:100%;height:100%;color:currentColor}
.project-cover-image{width:100%;height:100%;object-fit:cover}
.project-art-number,.project-art-code{position:absolute;z-index:2;font-family:var(--font-mono);line-height:1;text-transform:uppercase}
.project-art-number{top:clamp(1rem,3vw,2.6rem);left:clamp(1rem,3vw,2.6rem);font-size:clamp(1rem,2vw,1.85rem)}
.project-art-code{right:clamp(1rem,3vw,2.6rem);bottom:clamp(1rem,3vw,2.6rem);font-size:clamp(.55rem,1vw,.8rem);letter-spacing:.12em}
.project-art-photo .project-art-number,.project-art-photo .project-art-code{padding:.6rem .7rem;background:rgba(21,26,28,.82);color:var(--white);backdrop-filter:blur(8px)}
.project-art-large{height:100%;aspect-ratio:auto}
.project-art-blueprint{background:var(--blueprint);color:#dce9e8}
.project-art-signal{background:var(--signal);color:var(--ink)}
.project-art-graphite{background:#2b3031;color:#d1d7d4}
.project-art-steel{background:#a7b1b3;color:#22292b}
.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:2rem;border-block:1px solid currentColor}
.metrics>div{display:flex;flex-direction:column;padding:1.1rem .8rem 1.1rem 0;border-right:1px solid currentColor}
.metrics>div+div{padding-left:1rem}
.metrics>div:last-child{border-right:0}
.metrics strong{font-size:1.1rem;font-weight:600}
.metrics span{font-size:.62rem;line-height:1.35;text-transform:uppercase;font-family:var(--font-mono)}
.featured-copy .metrics{grid-template-columns:repeat(3,1fr);color:#aeb6b3}
.featured-copy .metrics strong{color:var(--white)}

.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.project-card{min-width:0;border:1px solid var(--line);background:var(--white);transition:opacity .25s,transform .25s}
.project-card.is-hidden{display:none}
.project-card>a{display:block;height:100%;text-decoration:none}
.project-card-wide{grid-column:span 2}
.project-card-wide>a{display:grid;grid-template-columns:1.15fr .85fr}
.project-card-wide .project-art{height:100%;aspect-ratio:auto;min-height:470px}
.project-card-body{display:flex;flex-direction:column;padding:clamp(1.5rem,3vw,2.5rem);min-height:330px}
.project-card-body h3{margin:1rem 0 1.25rem;max-width:16ch}
.project-card-body p{font-size:.94rem;color:#4b5552;max-width:52ch}
.project-card-body .text-link{align-self:flex-start;margin-top:auto}
.project-card:hover .project-art svg{transform:scale(1.015)}
.project-art svg{transition:transform .35s var(--ease)}
.portfolio-note{max-width:780px;margin:4rem auto 0;padding:1.5rem;border-left:3px solid var(--signal);color:#4e5855}

.process-rail{display:grid;grid-template-columns:repeat(7,1fr);padding:0;margin:5rem 0 0;list-style:none;border-top:1px solid #5a6260}
.process-rail li{position:relative;padding:2rem 1rem 0 0;min-height:150px;border-right:1px solid #424947}
.process-rail li::before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;background:var(--signal)}
.process-rail span{font-family:var(--font-mono);font-size:.65rem;color:#9ca5a2}
.process-rail strong{display:block;margin-top:1rem;font-size:.9rem;line-height:1.3;font-weight:500}

.capability-cards{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.capability-card{display:flex;flex-direction:column;min-height:360px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.capability-card>span{font-family:var(--font-mono);font-size:.7rem;color:var(--signal-text)}
.capability-card h3{font-size:1.6rem;margin:4rem 0 1.2rem}
.capability-card p{font-size:.9rem;color:#4f5956}
.capability-card small{margin-top:auto;padding-top:2rem;font-family:var(--font-mono);font-size:.6rem;line-height:1.7;text-transform:uppercase;color:var(--steel)}

.client-section{background:var(--white)}
.sector-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.sector-list span{padding:1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.9rem}
.client-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:5rem;background:var(--line);border:1px solid var(--line)}
.client-logo{--logo-height:54px;--logo-max-width:100%;position:relative;display:grid;place-items:center;min-height:132px;padding:2rem 1.6rem;background:var(--white);text-decoration:none;transition:background .2s,transform .2s var(--ease)}
.client-logo:hover{z-index:1;background:var(--paper);transform:translateY(-2px)}
.client-logo img{width:100%;max-width:var(--logo-max-width);height:var(--logo-height);object-fit:contain;filter:grayscale(1) brightness(0);opacity:.78;transition:filter .2s,opacity .2s}
.client-logo:hover img{filter:none;opacity:1}
.client-logo-large{--logo-height:68px;--logo-max-width:220px}
.client-logo-tall{--logo-height:74px;--logo-max-width:205px}
.client-logo-wide{--logo-height:64px;padding-inline:1rem}
.client-logo>span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.client-wordmark{font-size:1.25rem;letter-spacing:.18em;font-weight:750}
.client-note{text-align:center;margin:1rem 0 0;font-size:.72rem;color:var(--steel)}

.profile-teaser{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(3rem,8vw,9rem);align-items:start}
.profile-statement blockquote{margin:2rem 0 0;font-family:var(--font-serif);font-size:clamp(2.5rem,5.2vw,5.5rem);line-height:1.02;letter-spacing:-.035em}
.profile-summary{padding-top:3rem;border-top:1px solid var(--ink)}
.profile-summary h2{font-size:clamp(2rem,3.5vw,3.4rem);margin-bottom:2rem}
.profile-summary p{color:#46504d}
.profile-summary .text-link{margin-top:1.5rem}

.contact-cta{background:var(--blueprint);color:var(--white);padding-block:var(--section)}
.contact-cta .shell{display:grid;grid-template-columns:1fr .65fr;gap:4rem;align-items:end}
.contact-cta .label{grid-column:1/-1;margin-bottom:-2rem}
.contact-cta h2{max-width:14ch}
.contact-cta p{max-width:530px;color:#d6e2e1}
.contact-cta .button-row{grid-column:2;justify-content:flex-start}

.page-hero{padding-top:clamp(5rem,10vw,9rem);padding-bottom:clamp(4rem,8vw,7rem);border-bottom:1px solid var(--line)}
.page-hero h1{max-width:12ch}
.page-hero>p{max-width:720px;margin:2.5rem 0 0;font-size:clamp(1.15rem,1.8vw,1.45rem);color:#44504c}
.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}
.filter-button{min-height:44px;padding:.6rem 1rem;background:transparent;border:1px solid var(--line);font-size:.75rem;cursor:pointer}
.filter-button:hover,.filter-button.is-active{background:var(--ink);color:var(--white);border-color:var(--ink)}

.capability-rows{border-top:1px solid var(--ink)}
.capability-row{display:grid;grid-template-columns:.72fr 1fr 1fr;gap:4rem;padding-block:3.5rem;border-bottom:1px solid var(--line)}
.capability-heading span{display:block;font-family:var(--font-mono);font-size:.67rem;color:var(--signal-text);margin-bottom:1rem}
.capability-heading h2{font-size:clamp(1.8rem,3vw,3rem)}
.capability-lead{font-size:1.05rem;line-height:1.55}
.capability-row dl{margin:0}
.capability-row dl>div{padding:.8rem 0;border-bottom:1px solid var(--line)}
.capability-row dt{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;color:var(--steel)}
.capability-row dd{margin:.3rem 0 0;font-size:.82rem;line-height:1.55}
.tools-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #4b5250;border-left:1px solid #4b5250}
.tools-grid article{min-height:280px;padding:2.5rem;border-right:1px solid #4b5250;border-bottom:1px solid #4b5250}
.tools-grid h3{font-size:1.8rem;margin-bottom:1.5rem}
.tools-grid p{color:#bbc3c0;max-width:45ch}

.profile-hero h1{max-width:10ch}
.profile-intro{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;max-width:950px;margin:3rem 0 0 auto}
.profile-intro p{font-size:1.1rem;color:#3f4946}
.principles .section-head{grid-template-columns:1fr 1fr}
.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.principle-grid article{min-height:320px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.principle-grid span{font-family:var(--font-mono);font-size:.7rem;color:var(--signal-text)}
.principle-grid h3{margin:4rem 0 1.2rem}
.principle-grid p{font-size:.9rem;color:#4d5754}
.timeline-section{background:var(--white)}
.timeline{border-top:1px solid var(--ink)}
.timeline-item{display:grid;grid-template-columns:.34fr 1fr;gap:3rem;padding-block:2.5rem;border-bottom:1px solid var(--line)}
.timeline-item time{font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase}
.timeline-item h3{font-size:1.65rem;margin-bottom:.45rem}
.timeline-item strong{font-size:.82rem;color:var(--blueprint)}
.timeline-item p{max-width:720px;margin:.8rem 0 0;color:#4d5754}
.international-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:6rem;align-items:center}
.international-grid h2{margin-bottom:2rem}
.international-grid p{max-width:620px;color:#46504d}
.places{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}
.places span{padding:.5rem .8rem;border:1px solid var(--line);font-family:var(--font-mono);font-size:.65rem;text-transform:uppercase}
.map-abstract{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:360px;border:1px solid var(--line);padding:2rem;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:42px 42px}
.map-abstract::before{content:"";position:absolute;inset:20%;border:1px solid var(--blueprint);border-radius:50%;opacity:.6}
.map-abstract span{position:relative;z-index:2;display:grid;place-items:center;width:58px;height:58px;background:var(--ink);color:var(--white);border-radius:50%;font:400 .65rem var(--font-mono)}
.map-abstract i{height:1px;flex:1;background:var(--signal)}
.teaching-grid{display:grid;grid-template-columns:1fr 1fr;gap:7rem}
.teaching-grid h2{margin-bottom:2rem}
.teaching-grid p{color:#bec6c3}
.education-list{border-top:1px solid #4b5250}
.education-list article{padding-block:1.5rem;border-bottom:1px solid #4b5250}
.education-list time{font-family:var(--font-mono);font-size:.65rem;color:#9ca5a2}
.education-list h3{font-size:1.2rem;margin:.5rem 0 .2rem}
.education-list p{margin:0;font-size:.8rem}
.cv-panel{display:flex;align-items:end;justify-content:space-between;gap:4rem;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}
.cv-panel h2{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:1.5rem}
.cv-panel p{max-width:600px;color:#46504d}
.cv-panel .button{flex:0 0 auto}

.breadcrumbs{display:flex;gap:.6rem;align-items:center;padding-top:2rem;font-family:var(--font-mono);font-size:.64rem;text-transform:uppercase;color:var(--steel)}
.breadcrumbs a{text-decoration:none}
.case-hero{padding-block:clamp(4rem,9vw,8rem)}
.case-hero h1{max-width:13ch;margin-top:2rem}
.case-hero>p{max-width:760px;margin:2.5rem 0 0;font-size:1.35rem;color:#46504d}
.case-cover{height:min(72vw,760px);min-height:480px}
.case-cover .project-art{height:100%}
.case-facts{padding-block:3rem;border-bottom:1px solid var(--line)}
.case-facts dl{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0}
.case-facts dt{font-family:var(--font-mono);font-size:.62rem;text-transform:uppercase;color:var(--steel);margin-bottom:.5rem}
.case-facts dd{margin:0;font-size:.85rem;line-height:1.5}
.case-content{display:grid;grid-template-columns:.3fr 1fr;gap:8rem;padding-block:var(--section)}
.case-index{position:sticky;top:8rem;align-self:start;display:flex;flex-direction:column;gap:.7rem;border-top:1px solid var(--line);padding-top:1.5rem}
.case-index a{font-size:.75rem;text-decoration:none;color:var(--steel)}
.case-index a:hover{color:var(--ink)}
.case-narrative{max-width:820px}
.case-narrative>section{padding-bottom:clamp(4rem,8vw,8rem)}
.case-narrative h2{font-size:clamp(2rem,4vw,3.8rem);margin:1rem 0 2rem}
.case-narrative p{font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.75;color:#35403c}
.decision-list{padding:0;margin:3rem 0 0;list-style:none;border-top:1px solid var(--line)}
.decision-list li{display:grid;grid-template-columns:60px 1fr;gap:1rem;padding:1.4rem 0;border-bottom:1px solid var(--line)}
.decision-list span{font-family:var(--font-mono);font-size:.67rem;color:var(--signal-text)}
.decision-list p{font-size:1rem;margin:0}
.case-narrative .metrics{margin-top:3rem;color:var(--line)}
.case-narrative .metrics strong,.case-narrative .metrics span{color:var(--ink)}
.case-media{background:var(--white)}
.project-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.gallery-item{position:relative;margin:0;overflow:hidden;background:var(--paper);aspect-ratio:1/1}
.gallery-item-wide{grid-column:1/-1;aspect-ratio:2.05/1}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease)}
.gallery-item:hover img{transform:scale(1.018)}
.gallery-item figcaption{position:absolute;left:1rem;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.8rem;width:max-content;max-width:calc(100% - 2rem);padding:.65rem .8rem;background:rgba(21,26,28,.84);color:var(--white);font-size:.72rem;backdrop-filter:blur(8px)}
.gallery-item figcaption span{font-family:var(--font-mono);color:#d8dfdc}
.media-sources{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2rem;margin-top:2rem}
.media-sources .label{width:100%;margin:0}
.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}
.video-card{min-width:0}
.video-frame{position:relative;aspect-ratio:16/9;background:var(--ink);overflow:hidden}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-card .text-link{margin-top:1rem}
.media-note{max-width:760px;margin:2.5rem 0 0;color:var(--steel);font-size:.78rem}
.media-placeholders{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.media-placeholders>div{display:flex;flex-direction:column;justify-content:flex-end;aspect-ratio:1.1/1;padding:2rem;background-image:linear-gradient(rgba(201,206,202,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(201,206,202,.45) 1px,transparent 1px);background-color:var(--paper);background-size:32px 32px}
.media-placeholders span{margin-bottom:auto;font:400 .7rem var(--font-mono);color:var(--signal-text)}
.media-placeholders strong{font-size:1.1rem}
.media-placeholders small{color:var(--steel)}

.contact-hero h1{max-width:12ch}
.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(4rem,10vw,10rem);align-items:start}
.contact-email{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;border-block:1px solid var(--ink);font-size:clamp(1.25rem,2.2vw,2rem);text-decoration:none;letter-spacing:-.03em}
.contact-direct dl{margin:3rem 0}
.contact-direct dl>div{display:grid;grid-template-columns:100px 1fr;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--line)}
.contact-direct dt{font-family:var(--font-mono);font-size:.6rem;text-transform:uppercase;color:var(--steel)}
.contact-direct dd{margin:0;font-size:.82rem}
.contact-direct dd a{display:inline-flex;align-items:center;gap:.4rem}
.contact-direct>p{font-size:.82rem;color:var(--steel);max-width:45ch}
.contact-form{padding:clamp(1.5rem,4vw,3.5rem);background:var(--white);border:1px solid var(--line)}
.form-row{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.25rem}
.form-row label{font-size:.74rem;font-weight:650}
.form-row label span{font-weight:400;color:var(--steel)}
.form-row input,.form-row select,.form-row textarea{width:100%;border:1px solid var(--line);border-radius:0;background:var(--paper);padding:.8rem;color:var(--ink)}
.form-row input,.form-row select{min-height:50px}
.form-row textarea{resize:vertical;min-height:180px}
.form-row input:hover,.form-row select:hover,.form-row textarea:hover{border-color:var(--steel)}
.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--ink);outline:3px solid rgba(234,91,42,.3);outline-offset:1px}
.form-note{font-size:.7rem;line-height:1.55;color:var(--steel)}
.form-status{font-size:.75rem;margin:.8rem 0 0}

.legal-page{padding-block:5rem var(--section);max-width:920px}
.legal-page h1{margin-bottom:1rem}
.updated{color:var(--steel);margin-bottom:4rem}
.legal-copy{max-width:720px;margin-left:auto}
.legal-copy h2{font-size:1.8rem;margin:3rem 0 1rem}
.legal-copy p{color:#46504d}
.not-found{min-height:70vh;padding-block:8rem}
.not-found h1{margin:1rem 0 2rem}
.not-found p{font-size:1.2rem;color:var(--steel)}

.site-footer{background:var(--ink);color:var(--white)}
.site-footer .label{color:#c8d0cd}
.footer-main{display:grid;grid-template-columns:.8fr 1.2fr;gap:6rem;padding-block:4.5rem}
.footer-brand{display:block;width:min(100%,280px);text-decoration:none}
.footer-brand img{width:100%;height:auto}
.footer-main>div>p{margin-top:1.5rem;color:#aeb6b3;font-size:.82rem}
.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.footer-links>div{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}
.footer-links a,.footer-links span:not(.label){display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;text-decoration:none}
.footer-links small{color:#aeb6b3;font-size:.65rem}
.footer-bottom{display:flex;justify-content:space-between;gap:2rem;padding-block:1.5rem;border-top:1px solid #3d4442;color:#b7bfbc;font:400 .6rem var(--font-mono);text-transform:uppercase}
.footer-bottom>div{display:flex;gap:1.5rem}
.footer-bottom a{text-decoration:none}

@media (max-width:1100px){
  .brand-lockup{width:232px}.site-nav{gap:1rem}.nav-links{gap:1rem}.nav-links a{font-size:.74rem}
  .hero-copy{width:min(590px,56vw)}.hero-copy h1{font-size:clamp(3rem,min(5.7vw,8.8vh),5.4rem);max-width:9.5ch}.hero-copy .lead{max-width:540px}.hero::after{background:linear-gradient(90deg,#f7f0e5 0%,rgba(247,240,229,.98) 34%,rgba(247,240,229,.76) 44%,rgba(247,240,229,.14) 55%,transparent 64%)}
  .section-head{grid-template-columns:1fr 1fr}.section-head>.text-link{grid-column:2}
  .capability-cards{grid-template-columns:repeat(2,1fr)}
  .process-rail{grid-template-columns:repeat(4,1fr)}
  .process-rail li:nth-child(4){border-right:0}.process-rail li:nth-child(n+5){border-top:1px solid #5a6260}
  .featured-case>a{grid-template-columns:1fr}.featured-case .project-art{min-height:500px;order:-1}
  .featured-copy{min-height:560px}
  .profile-teaser{grid-template-columns:1fr}.profile-summary{max-width:650px;margin-left:auto}
  .capability-row{grid-template-columns:.7fr 1.3fr;gap:2rem}.capability-row dl{grid-column:2}
  .case-content{gap:4rem}
}

@media (max-width:900px){
  :root{--header-h:72px;--shell:min(100% - 40px,1280px)}
  .site-header{padding-inline:20px}
  .site-header.is-compact{height:60px}
  .site-header.is-compact .brand-symbol{width:42px;height:42px}
  .brand-lockup{display:none}.brand-symbol{display:block}
  .menu-toggle{display:block;z-index:2}
  .site-nav{position:fixed;inset:0;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:2.5rem;padding:90px 28px 36px;background:var(--paper);transform:translateX(100%);visibility:hidden;transition:transform .35s var(--ease),visibility .35s}
  .site-nav.is-open{transform:none;visibility:visible}
  .nav-links{display:flex;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid var(--line)}
  .nav-links a{padding:1rem 0;border-bottom:1px solid var(--line);font-size:clamp(1.5rem,7vw,2.6rem);letter-spacing:-.04em}
  .nav-links a::after{display:none}
  .site-nav .button{margin-top:auto}
  .menu-toggle[aria-expanded="true"] .menu-open{display:none}.menu-toggle[aria-expanded="true"] .menu-close{display:block}
  .proof-grid{grid-template-columns:repeat(2,1fr)}.proof-grid>div:nth-child(3){border-left:1px solid var(--line);border-top:1px solid var(--line)}.proof-grid>div:nth-child(4){border-top:1px solid var(--line)}
  .project-card-wide{grid-column:auto}.project-card-wide>a{display:block}.project-card-wide .project-art{height:auto;min-height:0;aspect-ratio:1.4/1}
  .sector-list{grid-template-columns:repeat(2,1fr)}
  .client-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact-cta .shell{grid-template-columns:1fr}.contact-cta .label,.contact-cta .button-row{grid-column:auto}.contact-cta .label{margin-bottom:0}
  .profile-intro{margin-left:0}
  .international-grid,.teaching-grid,.contact-layout{grid-template-columns:1fr;gap:4rem}
  .case-content{grid-template-columns:1fr}.case-index{display:none}
  .case-facts dl{grid-template-columns:repeat(2,1fr)}
  .footer-main{grid-template-columns:1fr;gap:4rem}
}

@media (min-width:681px) and (max-height:720px){
  .hero-inner{padding-bottom:2.3rem}
  .hero-copy{width:min(650px,56vw)}
  .hero-copy .eyebrow{margin-bottom:.9rem;font-size:.65rem}
  .hero-copy h1{font-size:clamp(2.9rem,min(5.4vw,8.4vh),5.2rem)}
  .hero-copy .lead{margin:1rem 0 1.25rem;font-size:clamp(.92rem,min(1.15vw,1.9vh),1.08rem);line-height:1.42}
  .hero .button{min-height:44px;padding-block:.6rem}
  .scroll-cue{display:none}
}

@media (min-width:681px) and (max-height:620px){
  .hero-inner{padding-bottom:1.5rem}
  .hero-copy .eyebrow{margin-bottom:.65rem}
  .hero-copy h1{font-size:clamp(2.6rem,min(5vw,7.8vh),4.5rem)}
  .hero-copy .lead{margin:.7rem 0 .9rem;font-size:.9rem;line-height:1.38}
  .hero .button{min-height:40px;padding:.45rem .85rem}
}

@media (max-width:680px){
  :root{--shell:min(100% - 32px,1280px);--section:5.5rem}
  body{font-size:16px}
  h1{font-size:clamp(2.9rem,14vw,4.2rem)}
  .hero{height:100svh;min-height:680px}.hero::before{background:linear-gradient(180deg,rgba(247,240,229,.44) 0%,rgba(247,240,229,.08) 25%,transparent 58%,rgba(247,240,229,.22) 100%)}.hero::after{display:block;background:linear-gradient(90deg,rgba(247,240,229,.99) 0%,rgba(247,240,229,.94) 38%,rgba(247,240,229,.7) 60%,rgba(247,240,229,.18) 86%,transparent 100%)}.hero-inner{align-items:flex-start;padding-top:calc(var(--header-h) + clamp(2rem,6vh,3.25rem));padding-bottom:1.5rem}.hero-copy{z-index:2;width:100%;max-width:none}.hero-copy .eyebrow{max-width:31ch;margin-bottom:clamp(.9rem,2.5vh,1.3rem);font-size:.64rem}.hero-copy h1{font-size:clamp(2.55rem,min(13vw,6.3vh),4rem);max-width:8.7ch}.hero-copy .lead{max-width:34ch;margin:clamp(.9rem,2.5vh,1.3rem) 0 clamp(1rem,3vh,1.4rem);font-size:clamp(.86rem,3.8vw,1rem);line-height:1.45}.hero-portrait{inset:0}.hero-portrait img{object-fit:cover;object-position:66% 8%;transform:translateY(8.5%) scale(1.07);transform-origin:50% 0}.scroll-cue{display:none}
  .button-row{align-items:stretch}.button-row .button{flex:1 1 100%}
  .proof-grid{grid-template-columns:1fr}.proof-grid>div{min-height:130px;border-left:1px solid var(--line);border-top:1px solid var(--line)}
  .section-head{display:block}.section-head p{margin-top:1.5rem}.section-head>.text-link{margin-top:1.5rem}
  .featured-copy{min-height:600px}.featured-case .project-art{min-height:340px}.featured-copy .metrics{grid-template-columns:1fr}.featured-copy .metrics>div{border-right:0;border-bottom:1px solid #69716e;padding:1rem 0}
  .project-grid{grid-template-columns:1fr}.project-card-wide{grid-column:auto}.project-card-body{min-height:320px}
  .process-rail{grid-template-columns:1fr;border-top:0;border-left:1px solid #5a6260;margin-left:.3rem}.process-rail li{min-height:auto;padding:0 0 2.2rem 2rem;border:0}.process-rail li:nth-child(n+5){border-top:0}.process-rail li::before{top:.3rem;left:-5px}
  .capability-cards,.principle-grid,.tools-grid{grid-template-columns:1fr}.capability-card{min-height:300px}.capability-card h3,.principle-grid h3{margin-top:3rem}
  .sector-list{grid-template-columns:1fr}.client-list{grid-template-columns:repeat(2,minmax(0,1fr))}.client-logo{--logo-height:42px;min-height:104px;padding:1.35rem}.client-logo-large{--logo-height:52px;--logo-max-width:160px}.client-logo-tall{--logo-height:58px;--logo-max-width:145px}.client-logo-wide{--logo-height:48px;padding-inline:.75rem}
  .profile-statement blockquote{font-size:clamp(2.5rem,12vw,4rem)}
  .capability-row{grid-template-columns:1fr;gap:1.5rem}.capability-row dl{grid-column:auto}.capability-row{padding-block:2.5rem}
  .profile-intro{grid-template-columns:1fr;gap:1rem}.timeline-item{grid-template-columns:1fr;gap:.75rem}.timeline-item h3{font-size:1.4rem}
  .map-abstract{min-height:280px;padding:1rem}.map-abstract span{width:46px;height:46px}.international-grid{gap:3rem}
  .cv-panel{display:block}.cv-panel .button{margin-top:2rem;width:100%}
  .case-hero>p{font-size:1.1rem}.case-cover{height:74vw;min-height:300px}.case-facts dl{grid-template-columns:1fr}.case-narrative p{font-size:1rem}.metrics{grid-template-columns:repeat(2,1fr)}.metrics>div:nth-child(2){border-right:0}.metrics>div:nth-child(n+3){border-top:1px solid currentColor}.metrics>div:nth-child(3){padding-left:0}
  .media-placeholders,.project-gallery,.video-grid{grid-template-columns:1fr}.media-placeholders>div{aspect-ratio:1.5/1}.gallery-item,.gallery-item-wide{grid-column:auto;aspect-ratio:1.2/1}.media-sources{align-items:flex-start;flex-direction:column}.media-sources .label{width:auto}
  .contact-email{font-size:1.15rem}.contact-direct dl>div{grid-template-columns:1fr;gap:.25rem}.contact-form{margin-inline:-16px;border-inline:0}
  .footer-links{grid-template-columns:1fr 1fr}.footer-links>div:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column}.footer-bottom>div{flex-wrap:wrap}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
}

@media print{
  .site-header,.site-footer,.contact-cta,.button,.filters,.case-index{display:none!important}
  body{background:#fff;color:#000;font-size:11pt}
  .section{padding-block:2rem}
  .reveal{opacity:1;transform:none}
  a{color:#000;text-decoration:none}
}
