@font-face{font-family:"Barlow Condensed";src:url("fonts/barlow-condensed-700.ttf") format("truetype");font-weight:700;font-display:swap}
@font-face{font-family:"Barlow Condensed";src:url("fonts/barlow-condensed-600.ttf") format("truetype");font-weight:600;font-display:swap}
@font-face{font-family:"IBM Plex Sans";src:url("fonts/ibm-plex-sans-400.ttf") format("truetype");font-weight:400;font-display:swap}
@font-face{font-family:"IBM Plex Sans";src:url("fonts/ibm-plex-sans-600.ttf") format("truetype");font-weight:600;font-display:swap}
@font-face{font-family:"IBM Plex Mono";src:url("fonts/ibm-plex-mono-400.ttf") format("truetype");font-weight:400;font-display:swap}
:root{--coal:#20231f;--coal-soft:#2e322c;--bone:#f2f0e9;--chalk:#ded9ce;--muted:#555b53;--orange:#954b32;--orange-light:#d99772;--line:#b9b8ad;--page-gutter:clamp(24px,5vw,86px);--header:78px;--ease:cubic-bezier(.23,1,.32,1)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;overflow-x:hidden;background:var(--bone);color:var(--coal);font-family:"IBM Plex Sans",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
h1,h2,h3,p,figure{margin:0}
ul{margin:0;padding:0}
svg{display:block}
[hidden]{display:none!important}
::selection{background:var(--orange-light);color:var(--coal)}
:focus-visible{outline:2px solid var(--orange);outline-offset:5px}
.svg-library{position:absolute;width:0;height:0;overflow:hidden}
.skip-link{position:fixed;z-index:300;top:10px;left:10px;padding:12px 18px;background:var(--bone);color:var(--coal);transform:translateY(-160%)}
.skip-link:focus{transform:translateY(0)}
.reading-progress{height:3px;position:fixed;z-index:110;left:0;top:0;width:100%;background:var(--orange-light);transform:scaleX(var(--read,0));transform-origin:left;pointer-events:none}
.page-curtain{position:fixed;inset:0;display:grid;grid-template-columns:repeat(3,1fr);z-index:100;pointer-events:none}
.page-curtain span{background:var(--orange);transform:translateY(-102%);transition:transform .5s var(--ease)}
.page-curtain span:nth-child(2){transition-delay:.055s}
.page-curtain span:nth-child(3){transition-delay:.11s}
.is-leaving .page-curtain span{transform:translateY(0)}
.section-shell{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}
.micro-label,.section-meta,.inside-meta,.margin-label,.hero-data,.hero-foot-index,.hero-scroll-cue,.image-reveal figcaption{font-family:"IBM Plex Mono",monospace;font-size:11px;line-height:1.35;letter-spacing:.12em;text-transform:uppercase}
.display-heading,.inside-title,.hero-headline,.chapter-title{font-family:"Barlow Condensed",Impact,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:-.035em}
.display-heading{font-size:clamp(76px,8.8vw,146px);line-height:.82}
.display-heading span:not(.accent-dot),.inside-title span:not(.accent-dot),.chapter-title span:not(.accent-dot){color:var(--orange)}
.accent-dot{color:var(--orange-light)}
.section-meta,.inside-meta{display:flex;justify-content:space-between;gap:24px}
.section-meta{padding:0 0 20px;border-bottom:1px solid currentColor}
.inline-link,.index-link{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;border-bottom:1px solid currentColor;padding-bottom:13px;font-family:"IBM Plex Mono",monospace;font-size:12px;letter-spacing:.02em;transition:color .25s}
.inline-link svg,.index-link svg{width:38px;height:20px;transition:transform .3s var(--ease)}
.inline-link:hover,.index-link:hover{color:var(--orange)}
.inline-link:hover svg,.index-link:hover svg{transform:translateX(7px)}
.rule-marker{display:block;width:53px;height:4px;background:var(--orange);margin-bottom:28px}
.image-reveal{overflow:hidden}
.image-reveal img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}
.image-reveal:hover img{transform:scale(1.035)}

/* Identity and navigation */
.site-header{height:var(--header);position:sticky;top:0;z-index:60;background:var(--coal);color:var(--bone);padding:0 var(--page-gutter);display:flex;align-items:center;justify-content:space-between;gap:34px;transition:box-shadow .3s}
.site-header.is-scrolled{box-shadow:0 14px 35px rgba(0,0,0,.17)}
.identity{display:flex;align-items:center;gap:13px;flex-shrink:0}
.identity-symbol{width:36px;height:36px;color:var(--bone)}
.identity-text{font-family:"Barlow Condensed",sans-serif;font-size:31px;font-weight:700;letter-spacing:.055em;line-height:.77;display:flex;flex-direction:column}
.identity-text small{font-family:"IBM Plex Mono",monospace;font-size:7px;letter-spacing:.145em;font-weight:400;margin-top:8px}
.primary-nav{display:flex;align-items:center;gap:clamp(20px,3vw,54px);margin-left:auto}
.primary-nav a{position:relative;font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;opacity:.65;transition:opacity .25s}
.primary-nav a:hover,.primary-nav a.is-active{opacity:1}
.primary-nav a::after{content:"";position:absolute;left:0;bottom:-12px;width:100%;height:2px;background:var(--orange-light);transform:scaleX(0);transform-origin:left;transition:transform .3s var(--ease)}
.primary-nav a:hover::after,.primary-nav a.is-active::after{transform:scaleX(1)}
.primary-nav sup{font-size:8px;color:var(--orange-light);margin-right:6px}
.header-contact{border:1px solid rgba(242,240,233,.52);padding:12px 16px;display:flex;gap:23px;align-items:center;text-transform:uppercase;font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.08em;white-space:nowrap;transition:background .25s,color .25s}
.header-contact:hover,.header-contact.is-active{background:var(--bone);color:var(--coal)}
.header-contact svg{width:15px;height:15px}
.nav-toggle{display:none;width:38px;height:38px;padding:7px;border:0;background:none;color:var(--bone);flex-direction:column;justify-content:center;gap:7px}
.nav-toggle span{height:2px;background:currentColor;display:block;width:100%;transition:transform .3s}
.menu-open .nav-toggle span:first-child{transform:translateY(4.5px) rotate(45deg)}
.menu-open .nav-toggle span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
.mobile-nav{position:fixed;inset:var(--header) 0 0;z-index:59;background:var(--coal);color:var(--bone);padding:35px var(--page-gutter);display:flex;flex-direction:column;overflow:auto}
.mobile-nav a{font-family:"Barlow Condensed",sans-serif;font-size:clamp(55px,11vw,90px);font-weight:700;line-height:.9;border-bottom:1px solid rgba(242,240,233,.3);padding:15px 0;display:flex;gap:25px;align-items:baseline}
.mobile-nav a span{font-family:"IBM Plex Mono",monospace;font-size:12px;color:var(--orange-light)}
.mobile-nav a.is-active{color:var(--orange-light)}

/* Home hero */
.home-hero{min-height:clamp(720px,calc(100svh - var(--header)),950px);position:relative;overflow:hidden;color:var(--bone);background:#504536}
.hero-photograph,.hero-tone,.hero-gridlines{position:absolute;inset:0}
.hero-photograph img{width:100%;height:100%;object-fit:cover;object-position:center 42%;transform:scale(1.04) translate3d(var(--hero-x,0px),var(--hero-y,0px),0);transition:transform .8s var(--ease)}
.hero-tone{background:linear-gradient(90deg,rgba(20,21,18,.78) 0%,rgba(20,21,18,.29) 72%),linear-gradient(0deg,rgba(20,21,18,.83),transparent 47%)}
.hero-gridlines{display:grid;grid-template-columns:repeat(3,1fr);padding:0 var(--page-gutter);pointer-events:none;transform:translate3d(var(--grid-x,0px),0,0);transition:transform .6s var(--ease)}
.hero-gridlines span{border-right:1px solid rgba(255,255,255,.12)}
.hero-gridlines span:first-child{border-left:1px solid rgba(255,255,255,.12)}
.home-hero-inner{position:relative;z-index:2;min-height:inherit;padding:30px var(--page-gutter) 42px;display:flex;flex-direction:column}
.hero-data{display:flex;justify-content:space-between;gap:20px;color:#e7ddd0}
.hero-headline{font-size:clamp(125px,15.2vw,245px);line-height:.68;margin:auto 0 6vh;max-width:1150px;white-space:nowrap}
.type-line{display:block;overflow:hidden;padding-bottom:.08em}
.type-line>span{display:block;transition:transform 1s var(--ease)}
.hero-headline .accent-dot{color:var(--orange-light)}
.hero-foot{display:grid;grid-template-columns:1fr minmax(250px,430px) 72px;align-items:end;gap:40px;border-top:1px solid rgba(255,255,255,.65);padding-top:23px}
.hero-foot-index{color:#e8ddd0;align-self:start;display:flex;align-items:center;gap:14px}
.cross-mark{width:15px;height:15px;position:relative}
.cross-mark::before,.cross-mark::after{content:"";position:absolute;background:var(--orange-light)}
.cross-mark::before{width:15px;height:1px;top:7px}.cross-mark::after{width:1px;height:15px;left:7px}
.hero-foot p{font-size:17px;line-height:1.4;max-width:430px}
.round-link{border:1px solid rgba(255,255,255,.8);width:72px;height:72px;border-radius:50%;display:grid;place-items:center;transition:background .3s,color .3s,transform .3s}
.round-link:hover{background:var(--bone);color:var(--coal)}
.round-link svg{width:30px;height:30px}
.hero-scroll-cue{position:absolute;right:18px;bottom:190px;writing-mode:vertical-rl;display:flex;gap:15px;align-items:center;z-index:2;color:#e9ded0}
.hero-scroll-cue span{width:1px;height:38px;background:currentColor}

/* Home editorial statement */
.editorial-intro{padding-top:150px;padding-bottom:160px;background:var(--bone)}
.margin-label{display:flex;justify-content:space-between;gap:18px;padding-bottom:75px;color:#626960}
.intro-composition,.manifesto-main{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(270px,.5fr);gap:6vw;align-items:end}
.intro-foot,.manifesto-side{padding-bottom:7px}
.intro-foot p,.manifesto-side p{font-size:17px;line-height:1.65;color:#434a43;margin-bottom:35px}
.intro-foot .inline-link{margin-top:7px}

/* The indexed service selector */
.capability-index{background:var(--coal);color:var(--bone);padding-top:110px;padding-bottom:140px}
.capability-head{display:grid;grid-template-columns:1fr 300px;align-items:end;gap:55px;margin:65px 0 95px}
.capability-head .display-heading span{color:var(--orange-light)}
.capability-head p{font-size:17px;line-height:1.5;color:#cbc9bf;max-width:300px}
.capability-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.83fr);gap:clamp(55px,7vw,130px)}
.capability-list{border-top:1px solid rgba(242,240,233,.5)}
.capability-row{width:100%;min-height:154px;display:grid;grid-template-columns:52px 1fr 30px;align-items:center;gap:14px;padding:12px 0;border:0;border-bottom:1px solid rgba(242,240,233,.5);background:transparent;color:var(--bone);text-align:left;transition:color .3s,padding-left .3s var(--ease)}
.capability-row:hover,.capability-row.is-active{color:var(--orange-light);padding-left:12px}
.row-number{font-family:"IBM Plex Mono",monospace;font-size:11px;align-self:start;padding-top:23px}
.row-title{font-family:"Barlow Condensed",sans-serif;font-size:clamp(62px,6.2vw,102px);font-weight:700;line-height:.7;letter-spacing:-.035em}
.row-sub{display:block;font-family:"IBM Plex Mono",monospace;font-size:11px;line-height:1.3;letter-spacing:.03em;margin-top:16px;color:#c3c6bd;text-transform:none}
.capability-row svg{width:26px;height:26px;align-self:start;margin-top:20px}
.index-link{margin-top:35px;width:100%;max-width:340px;color:var(--bone)}
.capability-stage{min-width:0}
.stage-photo{height:clamp(440px,43vw,650px);position:relative;background:#514b42;overflow:hidden}
.stage-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.07);transition:opacity .8s var(--ease),transform 1.4s var(--ease)}
.stage-photo img.is-active{opacity:1;transform:scale(1)}
.stage-photo img[data-service-image=plan]{object-position:center 45%}
.stage-photo img[data-service-image=build]{object-position:center}
.stage-photo img[data-service-image=renew]{object-position:center}
.stage-stamp{position:absolute;right:0;bottom:0;background:var(--orange);padding:11px 15px;font-family:"IBM Plex Mono",monospace;font-size:11px}
.service-panel{border-bottom:1px solid rgba(242,240,233,.5);padding:25px 0 27px;min-height:133px}
.service-panel span{font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.12em;color:var(--orange-light)}
.service-panel p{font-size:17px;line-height:1.45;max-width:500px;margin-top:13px}

/* Asymmetric photo essay */
.spatial-story{background:var(--chalk);padding-top:55px;padding-bottom:130px;overflow:hidden}
.story-topline{display:flex;justify-content:space-between;font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.12em;padding-bottom:135px}
.spatial-text{display:grid;grid-template-columns:1fr minmax(240px,350px);gap:45px;align-items:end}
.spatial-text p{font-size:18px;line-height:1.55;max-width:350px}
.spatial-images{position:relative;min-height:750px;margin-top:90px}
.spatial-image{position:absolute}
.spatial-image-one{left:var(--page-gutter);top:78px;width:54%;height:570px}
.spatial-image-two{right:var(--page-gutter);top:0;width:36%;height:450px;background:var(--chalk);z-index:2}
.spatial-image img{height:calc(100% - 28px);width:100%;object-fit:cover}
.spatial-image figcaption{padding-top:9px}
.spatial-image-one img{object-position:center}
.spatial-image-two img{object-position:center}

/* Home sequence */
.sequence-teaser{padding-top:130px;padding-bottom:150px;background:var(--bone)}
.sequence-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:7vw;align-items:center;margin-top:95px}
.sequence-copy .inline-link{margin-top:70px}
.sequence-visual{height:560px;position:relative}
.sequence-visual img{filter:contrast(1.08)}
.sequence-visual span{position:absolute;right:0;bottom:0;background:var(--coal);color:var(--bone);padding:12px 16px;font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.06em}

/* Shared closing panel */
.closing-signal{background:var(--orange);color:var(--bone);padding-top:105px;padding-bottom:110px}
.closing-signal .display-heading{margin:80px 0 100px}
.closing-signal .display-heading span{color:var(--coal)}
.signal-link{border-top:1px solid rgba(242,240,233,.8);border-bottom:1px solid rgba(242,240,233,.8);min-height:108px;display:flex;align-items:center;justify-content:space-between;font-family:"Barlow Condensed",sans-serif;font-size:35px;font-weight:600;letter-spacing:.025em;transition:padding .4s var(--ease),color .3s}
.signal-link:hover{padding-left:18px;color:var(--coal)}
.signal-link svg{width:44px;height:44px}

/* Interior pages */
.inside-hero{padding-top:48px;background:var(--bone)}
.inside-meta{color:#555b53}
.inside-title{font-size:clamp(132px,17vw,270px);line-height:.73;margin:80px 0 55px}
.inside-title span{color:var(--orange)}
.inside-title-grid{display:grid;grid-template-columns:1fr minmax(250px,340px);gap:50px;align-items:end}
.inside-title-grid p,.approach-head p{font-size:20px;line-height:1.48;max-width:350px;margin-bottom:15px}
.services-hero-photo{height:570px;position:relative;margin-top:75px}
.services-hero-photo img{object-position:center 45%}
.services-hero-photo span{position:absolute;bottom:0;right:0;background:var(--coal);color:var(--bone);padding:18px 22px;font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.08em}
.services-statement{padding-top:135px;padding-bottom:145px;display:grid;grid-template-columns:150px 1fr 300px;gap:35px;align-items:end}
.services-statement p{font-size:18px;line-height:1.6;max-width:300px}
.service-chapter{padding-top:130px;padding-bottom:145px;display:grid;grid-template-columns:130px minmax(0,.9fr) minmax(0,1.1fr);gap:4vw;align-items:center;background:var(--chalk)}
.service-chapter:nth-child(3){background:var(--bone)}
.service-chapter-dark{background:var(--coal);color:var(--bone)}
.chapter-marker{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.1em;align-self:start;padding-top:12px}
.chapter-title{font-size:clamp(80px,7.5vw,125px);line-height:.77;margin-bottom:35px}
.chapter-copy p{max-width:440px;font-size:17px;line-height:1.65;color:#434a43}
.service-chapter-dark .chapter-copy p{color:#ccd0c8}
.chapter-tags{list-style:none;display:flex;gap:8px;flex-wrap:wrap;margin-top:38px}
.chapter-tags li{border:1px solid #888c82;padding:9px 11px;font-family:"IBM Plex Mono",monospace;font-size:10px}
.service-chapter-dark .chapter-tags li{border-color:#9ca399}
.chapter-photo{height:560px}
.chapter-photo img{height:calc(100% - 27px);width:100%;object-fit:cover}
.chapter-photo figcaption{padding-top:8px}
.service-chapter-dark .chapter-photo{grid-column:2;grid-row:1}
.service-chapter-dark .chapter-copy{grid-column:3;grid-row:1}
.service-chapter-dark .chapter-marker{grid-column:1;grid-row:1}
.services-outro{padding-top:130px;padding-bottom:140px;background:var(--bone)}
.services-outro-grid{display:grid;grid-template-columns:1fr minmax(250px,340px);align-items:end;gap:50px;margin:80px 0 75px}
.outro-side p{font-size:18px;line-height:1.6;margin-bottom:35px}
.services-outro-image{height:560px}
.services-outro-image img{object-position:center}

/* Process page */
.approach-hero{padding-bottom:0}
.approach-head{display:grid;grid-template-columns:1fr minmax(240px,320px);gap:40px;align-items:end}
.approach-head .inside-title{font-size:clamp(112px,13.8vw,220px)}
.approach-hero-band{display:grid;grid-template-columns:68% 32%;height:365px;margin-top:55px}
.approach-band-photo{min-width:0}
.approach-band-photo img{object-position:center 51%}
.approach-band-note{background:var(--orange);color:var(--bone);padding:27px;display:flex;flex-direction:column;justify-content:space-between}
.approach-band-note>span{font-family:"IBM Plex Mono",monospace;font-size:11px}
.approach-band-note p{font-family:"Barlow Condensed",sans-serif;font-size:clamp(36px,4vw,64px);font-weight:700;line-height:.83}
.process-section{background:var(--chalk);padding-top:120px;padding-bottom:140px}
.process-section>.display-heading{margin:70px 0 85px}
.process-grid{display:grid;grid-template-columns:1fr minmax(340px,.9fr);gap:8vw;align-items:start}
.process-list{position:relative}
.process-track{position:absolute;left:0;top:18px;bottom:45px;width:1px;background:#999c91}
.process-track span{display:block;width:3px;height:100%;background:var(--orange);transform:scaleY(var(--process-progress,.25));transform-origin:top;transition:transform .7s var(--ease)}
.process-step{min-height:560px;display:flex;flex-direction:column;justify-content:center;padding:60px 0 65px 46px;position:relative}
.process-step::before{content:"";position:absolute;left:-4px;top:50%;width:9px;height:9px;background:var(--chalk);border:2px solid var(--orange);transform:translateY(-50%) rotate(45deg)}
.process-step>span{font-family:"IBM Plex Mono",monospace;font-size:11px;letter-spacing:.09em;color:#75412b}
.process-step h3{font-family:"Barlow Condensed",sans-serif;font-size:clamp(73px,7.2vw,115px);font-weight:700;letter-spacing:-.035em;line-height:.77;margin:35px 0}
.process-step:not(.is-active) h3{color:#4f554e}
.process-step p{max-width:440px;font-size:18px;line-height:1.55}
.process-step ul{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin-top:32px}
.process-step li{padding:7px 10px;border:1px solid #777d73;font-family:"IBM Plex Mono",monospace;font-size:10px}
.process-stage{position:sticky;top:calc(var(--header) + 25px);height:min(720px,calc(100svh - var(--header) - 50px));background:#59564d}
.process-images{position:absolute;inset:0 0 45px;overflow:hidden}
.process-images img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.08);transition:opacity .8s var(--ease),transform 1.4s var(--ease)}
.process-images img.is-active{opacity:1;transform:scale(1)}
.process-images img[data-process-image="0"]{object-position:center 45%}
.process-stage-bottom{position:absolute;bottom:0;left:0;right:0;height:45px;background:var(--coal);color:var(--bone);display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.09em}
.method-statement{min-height:680px;position:relative;background:var(--coal);color:var(--bone)}
.method-photo{position:absolute;inset:0}
.method-photo img{filter:brightness(.43)}
.method-statement::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,21,18,.82),transparent)}
.method-content{position:relative;z-index:2;padding-top:160px;padding-bottom:130px}
.method-content .display-heading{margin:65px 0 32px}
.method-content .display-heading span{color:var(--orange-light)}
.method-content p{font-size:20px;line-height:1.5;max-width:440px}

/* About */
.about-hero{min-height:820px;background:var(--coal);color:var(--bone);position:relative;overflow:hidden}
.about-hero-photo{position:absolute;right:0;top:0;bottom:0;width:44%}
.about-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 56%;filter:brightness(.65)}
.about-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--coal) 29%,rgba(32,35,31,.8) 53%,transparent 100%)}
.about-hero-content{position:relative;z-index:2;min-height:820px;padding-top:48px;padding-bottom:55px;display:flex;flex-direction:column}
.about-hero .inside-meta{color:#d3d2c9}
.about-hero .inside-title{font-size:clamp(130px,15vw,240px);margin:auto 0 25px}
.about-hero .inside-title span{color:var(--orange-light)}
.about-hero-content>p{font-size:18px;line-height:1.55;max-width:510px}
.about-hero-index{font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.1em;position:absolute;right:var(--page-gutter);bottom:55px}
.about-manifesto{background:var(--bone);padding-top:150px;padding-bottom:160px}
.manifesto-main{align-items:end}
.manifesto-side p:last-child{margin-bottom:0}
.principles-section{background:var(--chalk);padding-top:120px;padding-bottom:140px}
.principles-section>.display-heading{margin:70px 0 75px}
.principles-grid{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr);gap:8vw}
.principles-photo{height:620px;position:relative}
.principles-photo img{object-position:center}
.principles-photo>span{position:absolute;left:0;bottom:0;background:var(--coal);color:var(--bone);font-family:"IBM Plex Mono",monospace;font-size:10px;padding:12px}
.principles-list{border-top:1px solid var(--coal)}
.principle-item{border-bottom:1px solid #8b8e84}
.principle-item h3{margin:0}
.principle-item button{border:0;background:none;color:var(--coal);width:100%;display:grid;grid-template-columns:40px 1fr 25px;align-items:center;gap:12px;text-align:left;padding:26px 0;font-family:"Barlow Condensed",sans-serif;font-size:clamp(42px,4vw,64px);font-weight:700;line-height:.9}
.principle-item button span{font-family:"IBM Plex Mono",monospace;font-size:11px;color:#75412b}
.principle-item button svg{width:22px;height:22px;transition:transform .3s}
.principle-item.is-open button svg{transform:rotate(45deg)}
.principle-panel{padding:0 35px 24px 52px;font-size:17px;line-height:1.55;max-width:520px}
.about-statement{min-height:680px;position:relative;background:var(--coal);color:var(--bone)}
.about-statement-photo{position:absolute;inset:0}
.about-statement-photo img{filter:brightness(.38);object-position:center}
.about-statement::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,24,20,.85),transparent)}
.about-statement-text{position:relative;z-index:2;padding-top:145px;padding-bottom:130px}
.about-statement-text .display-heading{margin:75px 0 35px}
.about-statement-text .display-heading span{color:var(--orange-light)}
.about-statement-text p{font-size:20px;line-height:1.55;max-width:480px}

/* Contact */
.contact-hero{background:var(--bone);padding-top:48px;padding-bottom:110px;overflow:hidden}
.contact-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,26%);gap:40px;align-items:end;margin-top:70px}
.contact-title-wrap .inside-title{font-size:clamp(130px,15.2vw,245px);margin:0 0 35px;white-space:nowrap;position:relative;z-index:2}
.contact-title-wrap p{font-size:20px;line-height:1.5;max-width:530px}
.contact-aside-image{height:410px;position:relative}
.contact-aside-image img{object-position:center 43%}
.contact-aside-image span{position:absolute;bottom:0;left:0;right:0;background:var(--coal);color:var(--bone);padding:11px;font-family:"IBM Plex Mono",monospace;font-size:10px;letter-spacing:.08em}
.contact-email-block{border-top:1px solid var(--coal);border-bottom:1px solid var(--coal);margin-top:110px;padding:24px 0 32px;display:grid;grid-template-columns:190px 1fr auto;gap:20px;align-items:center}
.contact-email{font-family:"Barlow Condensed",sans-serif;font-size:clamp(40px,5.3vw,86px);font-weight:600;line-height:1;letter-spacing:-.025em;display:flex;align-items:center;gap:22px;white-space:nowrap;transition:color .3s}
.contact-email:hover{color:var(--orange)}
.contact-email svg{width:42px;height:42px;flex-shrink:0}
.copy-email{border:0;background:none;padding:12px 0;color:#464c45;font-family:"IBM Plex Mono",monospace;font-size:11px;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.copy-email:hover{color:var(--orange)}
.contact-prep{background:var(--chalk);padding-top:125px;padding-bottom:145px}
.contact-prep-grid{display:grid;grid-template-columns:1fr minmax(250px,370px);gap:60px;align-items:end;margin:75px 0 80px}
.contact-prep-grid p{font-size:19px;line-height:1.6}
.prep-list{border-top:1px solid var(--coal)}
.prep-row{display:grid;grid-template-columns:110px 1fr minmax(240px,370px);gap:30px;align-items:center;border-bottom:1px solid #8b8e84;padding:32px 0}
.prep-row span{font-family:"IBM Plex Mono",monospace;font-size:12px;color:#75412b}
.prep-row h3{font-family:"Barlow Condensed",sans-serif;font-size:clamp(45px,4vw,65px);font-weight:700;line-height:.9}
.prep-row p{font-size:17px;line-height:1.5}

/* Footer */
.site-footer{background:var(--coal);color:var(--bone);padding:105px var(--page-gutter) 32px}
.footer-grid{display:grid;grid-template-columns:1fr minmax(300px,.55fr);align-items:end;gap:45px}
.footer-name strong{display:block;font-family:"Barlow Condensed",sans-serif;font-size:clamp(125px,17vw,275px);font-weight:700;line-height:.7;letter-spacing:-.045em;margin-top:60px}
.footer-right p{font-size:18px;max-width:290px;line-height:1.45;margin-bottom:45px}
.footer-email{display:flex;gap:10px;justify-content:space-between;align-items:center;border-bottom:1px solid var(--bone);padding-bottom:15px;font-size:clamp(17px,1.7vw,26px);white-space:nowrap}
.footer-email:hover{color:var(--orange-light)}
.footer-email svg{width:27px;height:27px}
.footer-rule{height:1px;background:#80867b;margin:100px 0 27px}
.footer-base{display:flex;justify-content:space-between;gap:25px;color:#b8bdb2;font-family:"IBM Plex Mono",monospace;font-size:10px;line-height:1.5}
.footer-base nav{display:flex;gap:20px;flex-wrap:wrap}
.footer-base nav a:hover{color:var(--bone)}

/* Motion is an enhancement. Static content is visible without JavaScript. */
.enhanced .reveal{opacity:0;transform:translateY(30px);transition:opacity .85s var(--ease),transform .85s var(--ease)}
.enhanced .reveal.in-view{opacity:1;transform:translateY(0)}
.enhanced .image-reveal img{clip-path:inset(0 0 100% 0);transform:scale(1.07);transition:clip-path 1s var(--ease),transform 1.25s var(--ease)}
.enhanced .image-reveal.in-view img{clip-path:inset(0 0 0 0);transform:scale(1)}
.enhanced .image-reveal.in-view:hover img{transform:scale(1.035)}
.enhanced .hero-headline .type-line>span{transform:translateY(110%)}
.enhanced.is-ready .hero-headline .type-line>span{transform:translateY(0)}
.enhanced.is-ready .hero-headline .type-line:nth-child(2)>span{transition-delay:.11s}
.enhanced.is-ready .hero-headline .type-line:nth-child(3)>span{transition-delay:.22s}

@media(max-width:1100px){
  :root{--page-gutter:40px}
  .primary-nav{gap:18px}
  .primary-nav a{font-size:10px}
  .identity-text{font-size:27px}
  .hero-headline{font-size:15vw}
  .intro-composition,.manifesto-main{grid-template-columns:1fr 280px}
  .display-heading{font-size:8.5vw}
  .capability-layout{gap:45px}
  .capability-row{min-height:132px}
  .row-title{font-size:7vw}
  .service-chapter{grid-template-columns:100px 1fr 1fr;gap:35px}
  .chapter-title{font-size:8vw}
  .chapter-photo{height:460px}
  .contact-email-block{grid-template-columns:130px 1fr;gap:15px}
  .contact-email-block .copy-email{grid-column:2;justify-self:start}
}
@media(max-width:850px){.services-statement{display:block}.services-statement .display-heading{margin:45px 0 30px}}
@media(max-width:760px){
  :root{--header:69px;--page-gutter:24px}
  .site-header{padding:0 var(--page-gutter)}
  .identity-symbol{width:31px;height:31px}
  .identity-text{font-size:25px}
  .primary-nav,.header-contact{display:none}
  .nav-toggle{display:flex}
  .section-meta,.inside-meta{font-size:10px}
  .section-meta span:last-child,.inside-meta span:last-child{display:none}
  .display-heading{font-size:clamp(60px,12.4vw,92px)}
  .home-hero{min-height:max(750px,calc(100svh - var(--header)))}
  .home-hero-inner{padding:27px var(--page-gutter) 30px}
  .hero-headline{font-size:clamp(104px,20vw,155px);margin:18vh 0 auto}
  .hero-foot{grid-template-columns:1fr 60px;gap:20px}
  .hero-foot-index{grid-column:1/-1}
  .hero-foot p{font-size:16px}
  .round-link{height:60px;width:60px}
  .round-link svg{width:25px;height:25px}
  .hero-scroll-cue{display:none}
  .hero-photograph img{object-position:center 42%}
  .editorial-intro,.about-manifesto{padding-top:100px;padding-bottom:110px}
  .margin-label{padding-bottom:65px}
  .intro-composition,.manifesto-main{display:block}
  .intro-foot,.manifesto-side{margin-top:55px;max-width:470px}
  .capability-index{padding-top:85px;padding-bottom:95px}
  .capability-head{display:block;margin:50px 0 55px}
  .capability-head p{margin-top:25px}
  .capability-layout{grid-template-columns:1fr;gap:45px}
  .capability-row{min-height:115px}
  .row-title{font-size:70px}
  .stage-photo{height:420px}
  .spatial-story{padding-top:45px;padding-bottom:90px}
  .story-topline{padding-bottom:75px}
  .story-topline span:last-child{display:none}
  .spatial-text{display:block}
  .spatial-text p{margin-top:26px}
  .spatial-images{min-height:0;margin-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 var(--page-gutter)}
  .spatial-image{position:static;width:100%;height:340px}
  .spatial-image-two{margin-top:75px}
  .sequence-teaser{padding-top:100px;padding-bottom:110px}
  .sequence-main{grid-template-columns:1fr;margin-top:60px}
  .sequence-copy .inline-link{margin-top:35px}
  .sequence-visual{height:410px}
  .closing-signal{padding-top:80px;padding-bottom:90px}
  .closing-signal .display-heading{margin:65px 0 70px}
  .signal-link{font-size:29px;min-height:90px}
  .inside-hero{padding-top:33px}
  .inside-title,.approach-head .inside-title{font-size:clamp(120px,21vw,170px);margin:75px 0 30px}
  .inside-title-grid,.approach-head{display:block}
  .inside-title-grid p,.approach-head p{max-width:450px;font-size:18px}
  .services-hero-photo{height:410px;margin-top:55px}
  .services-statement{display:block;padding-top:95px;padding-bottom:105px}
  .services-statement .display-heading{margin:45px 0 30px}
  .service-chapter{grid-template-columns:1fr;gap:30px;padding-top:85px;padding-bottom:95px}
  .chapter-title{font-size:clamp(80px,15vw,115px)}
  .chapter-photo{height:440px}
  .service-chapter-dark .chapter-marker,.service-chapter-dark .chapter-copy,.service-chapter-dark .chapter-photo{grid-column:auto;grid-row:auto}
  .services-outro{padding-top:100px;padding-bottom:100px}
  .services-outro-grid{display:block;margin:65px 0 55px}
  .outro-side{margin-top:40px;max-width:460px}
  .services-outro-image{height:410px}
  .approach-hero-band{grid-template-columns:70% 30%;height:280px}
  .approach-band-note p{font-size:37px}
  .process-section{padding-top:95px;padding-bottom:100px}
  .process-section>.display-heading{margin:50px 0 55px}
  .process-grid{display:flex;flex-direction:column;gap:0}
  .process-stage{order:-1;position:sticky;top:var(--header);height:300px;width:100%;z-index:3}
  .process-list{width:100%}
  .process-step{min-height:440px}
  .process-step h3{font-size:85px}
  .method-statement{min-height:600px}
  .method-content{padding-top:125px;padding-bottom:110px}
  .about-hero,.about-hero-content{min-height:760px}
  .about-hero-photo{width:65%}
  .about-hero::after{background:linear-gradient(90deg,rgba(32,35,31,.96),rgba(32,35,31,.5))}
  .about-hero .inside-title{font-size:clamp(120px,20vw,170px)}
  .principles-section{padding-top:95px;padding-bottom:100px}
  .principles-section>.display-heading{margin:50px 0}
  .principles-grid{grid-template-columns:1fr;gap:45px}
  .principles-photo{height:440px}
  .about-statement{min-height:600px}
  .about-statement-text{padding-top:120px;padding-bottom:110px}
  .contact-hero{padding-top:33px;padding-bottom:80px}
  .contact-main{grid-template-columns:1fr;margin-top:65px}
  .contact-title-wrap .inside-title{font-size:clamp(118px,19vw,160px);margin-bottom:25px}
  .contact-title-wrap p{font-size:18px}
  .contact-aside-image{height:230px;width:45%;margin-left:auto}
  .contact-aside-image span{font-size:8px}
  .contact-email-block{display:block;margin-top:70px}
  .contact-email-block .micro-label{display:block;margin-bottom:22px}
  .contact-email{font-size:clamp(37px,6vw,58px);white-space:normal;overflow-wrap:anywhere}
  .contact-email svg{width:30px;height:30px}
  .copy-email{display:block;margin-top:20px}
  .contact-prep{padding-top:95px;padding-bottom:105px}
  .contact-prep-grid{display:block;margin:55px 0 60px}
  .contact-prep-grid p{margin-top:30px}
  .prep-row{grid-template-columns:45px 1fr;gap:12px}
  .prep-row p{grid-column:2}
  .site-footer{padding:80px var(--page-gutter) 28px}
  .footer-grid{display:block}
  .footer-name strong{font-size:clamp(115px,21vw,175px);margin-top:40px}
  .footer-right{margin-top:60px}
  .footer-right p{margin-bottom:25px}
  .footer-rule{margin:75px 0 25px}
  .footer-base{display:grid;grid-template-columns:1fr 1fr}
  .footer-base nav{grid-column:1/-1;grid-row:1}
}
@media(max-width:480px){
  :root{--page-gutter:20px}
  .home-hero{min-height:750px}
  .hero-data{font-size:9px}
  .hero-headline{font-size:clamp(94px,22vw,120px);margin:17vh 0 auto}
  .hero-foot-index{font-size:9px}
  .hero-foot p{font-size:15px}
  .round-link{width:52px;height:52px}
  .display-heading{font-size:clamp(57px,13vw,72px)}
  .margin-label{font-size:9px}
  .intro-foot p,.manifesto-side p{font-size:16px}
  .capability-head p{font-size:16px}
  .capability-row{grid-template-columns:32px 1fr 21px;gap:5px;min-height:102px}
  .row-title{font-size:61px}
  .row-number{padding-top:15px}
  .capability-row svg{width:20px;height:20px;margin-top:14px}
  .row-sub{font-size:10px;margin-top:12px}
  .stage-photo{height:330px}
  .spatial-images{display:block}
  .spatial-image{height:315px}
  .spatial-image-two{width:73%;margin:45px 0 0 auto;height:290px}
  .sequence-visual{height:335px}
  .signal-link{font-size:23px}
  .signal-link svg{width:31px;height:31px}
  .inside-title,.approach-head .inside-title{font-size:clamp(98px,24vw,130px)}
  .services-hero-photo{height:330px}
  .services-hero-photo span{font-size:9px}
  .chapter-title{font-size:80px}
  .chapter-photo{height:340px}
  .services-outro-image{height:340px}
  .approach-head .inside-title{font-size:clamp(84px,20vw,115px)}
  .approach-hero-band{height:240px;grid-template-columns:60% 40%}
  .approach-band-note{padding:15px}
  .approach-band-note p{font-size:26px}
  .process-stage{height:260px}
  .process-step{min-height:400px;padding-left:35px}
  .process-step h3{font-size:70px}
  .process-step p{font-size:16px}
  .about-hero,.about-hero-content{min-height:700px}
  .about-hero .inside-title{font-size:clamp(95px,22vw,130px)}
  .about-hero-content>p{font-size:16px}
  .about-hero-index{display:none}
  .principles-photo{height:350px}
  .principle-item button{font-size:43px;grid-template-columns:28px 1fr 19px}
  .principle-item button svg{width:18px;height:18px}
  .principle-panel{padding-left:40px}
  .contact-title-wrap .inside-title{font-size:clamp(95px,24vw,125px)}
  .contact-aside-image{width:62%;height:185px}
  .contact-email{font-size:26px;gap:6px}
  .contact-email svg{width:21px;height:21px}
  .prep-row h3{font-size:42px}
  .footer-name strong{font-size:23vw}
  .footer-email{font-size:18px}
  .footer-base{grid-template-columns:1fr;font-size:9px}
}
@media(max-width:350px){
  .hero-headline{font-size:89px}
  .display-heading{font-size:55px}
  .row-title{font-size:54px}
  .inside-title{font-size:94px}
  .approach-head .inside-title{font-size:81px}
  .contact-title-wrap .inside-title{font-size:70px}
  .contact-email{font-size:21px}
  .contact-email svg{width:17px;height:17px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .enhanced .reveal{opacity:1!important;transform:none!important}
  .enhanced .image-reveal img{clip-path:none!important;transform:none!important}
  .enhanced .hero-headline .type-line>span{transform:none!important}
  .page-curtain{display:none}
}
