@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-0.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-1.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-2.woff2) format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-3.woff2) format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-4.woff2) format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-5.woff2) format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-6.woff2) format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-7.woff2) format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(assets/font-8.woff2) format('woff2');
}

:root{--paper:#f1f0eb;--white:#fff;--ink:#1c1c1c;--muted:#63645e;--line:#d4d5cc;--orange:#ff5500;--pad:clamp(24px,5.1vw,96px)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--orange);outline-offset:6px}::selection{background:var(--orange);color:white}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif;font-weight:500;line-height:1.08;letter-spacing:-.055em}em{font-family:Georgia,serif;font-weight:400}img{display:block;width:100%;height:100%;object-fit:cover}.header{height:96px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:20;gap:28px}.wordmark{display:inline-flex;align-items:center;font-family:Manrope,Arial,sans-serif;font-size:30px;letter-spacing:-1.8px;font-weight:800;gap:7px;line-height:1}.brand-square{width:8px;height:8px;background:var(--orange);align-self:flex-end;margin-bottom:3px}.header nav{display:flex;gap:32px;font-size:14px}.header nav a{padding:12px 0}.header a:hover{color:var(--orange)}.contact-link{font-size:14px;border-bottom:1px solid currentColor;padding:10px 0}.contact-link span{margin-left:22px}.menu-toggle{display:none}.hero{padding:0 var(--pad);overflow:hidden}.hero-top{display:flex;justify-content:space-between;padding:27px 0 12px;font-size:12px}.eyebrow{text-transform:uppercase;letter-spacing:.1em}.eyebrow span{margin-left:32px;color:var(--muted)}.small-index{letter-spacing:.08em}.hero-composition{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;min-height:650px}.hero-copy{position:relative;z-index:2;padding:38px 0 66px;pointer-events:none}.hero-copy a{pointer-events:auto}.hero-copy h1{font-size:clamp(68px,6.6vw,116px);line-height:1.02;letter-spacing:-.065em}.hero-copy h1>span{color:var(--orange)}.hero-copy p{margin:32px 0 28px;font-size:19px;line-height:1.45}.text-link{font-size:14px;display:inline-flex;align-items:center;gap:40px;border-bottom:1px solid var(--ink);padding-bottom:10px}.text-link:hover{color:var(--orange);border-color:var(--orange)}.hero-art{position:relative;margin-left:-30px;width:calc(100% + 30px);padding:30px 0 20px;align-self:center}.hero-art img{aspect-ratio:1.5;object-fit:contain;mix-blend-mode:multiply;transform:translateY(var(--art-y,0px));transition:transform .12s linear}.hero-art figcaption{display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:.04em;padding:16px 16px 0 30px;color:var(--muted)}.vertical-note{position:absolute;right:-28px;top:45%;writing-mode:vertical-rl;font-size:12px;letter-spacing:.18em}.hero-bottom{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:22px 0 28px;font-size:13px}.hero-bottom>a{display:flex;gap:18px}.hero-bottom>p:last-child{text-align:right}.section{padding:92px var(--pad)}.section-label{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:19px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.section-label>span:last-child{color:var(--muted);text-align:right}.intro{background:#e9eae2}.intro-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:10%;padding:72px 0 12px}h2{font-size:clamp(40px,4.6vw,76px)}.intro h2 em{color:var(--orange)}.intro-body>p{margin-bottom:24px;color:#4e5048}.intro-body .lead{font-size:24px;line-height:1.4;letter-spacing:-.025em;color:var(--ink)}.intro-facts{display:flex;gap:75px;padding-top:22px}.intro-facts div{display:flex;flex-direction:column;gap:8px}.intro-facts b{font-family:Manrope,sans-serif;font-size:44px;font-weight:500;letter-spacing:-.05em}.intro-facts span{font-size:13px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin:65px 0 60px}.section-heading>p{max-width:290px;color:var(--muted);font-size:17px}.poles{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--ink)}.pole{padding:42px 6% 32px 0}.pole+.pole{border-left:1px solid var(--line);padding-left:8%;padding-right:0}.pole-title{display:flex;align-items:center;gap:25px}.pole-number{font-size:15px;color:var(--orange)}.pole h3{font-size:42px}.pole-intro{font-size:23px;line-height:1.4;letter-spacing:-.035em;padding:30px 0 35px}.pole details{border-top:1px solid var(--line)}summary{cursor:pointer;position:relative;list-style:none;padding:22px 35px 22px 0;font-size:19px;line-height:1.35}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:0;top:20px;color:var(--orange);font-size:23px;font-weight:400}details[open] summary:after{content:'−'}summary span{display:block;color:var(--muted);font-size:13px;margin-top:5px;letter-spacing:0}.pole details p{padding:0 35px 24px 0;max-width:480px;color:var(--muted)}.tools{border-top:1px solid var(--line);margin-top:4px;padding-top:24px;display:grid;grid-template-columns:1fr 1.4fr;gap:12px}.tools>span{font-size:12px;text-transform:uppercase;letter-spacing:.05em}.tools p{font-size:14px}.partners{border-top:1px solid var(--ink);padding-top:23px;font-size:14px;display:grid;grid-template-columns:1fr 2fr;gap:35px;color:var(--muted)}.partners span{color:var(--ink)}.method{background:#22251f;color:#f2f3e9}.method .section-label{border-color:#565a4d}.method .section-label>span:last-child{color:#bfc3b4}.method-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%;margin-top:70px}.method-title{position:sticky;top:55px;align-self:start}.method-title h2{font-size:clamp(40px,4.2vw,70px)}.method-title em{color:#e3ecbd}.stage-counter{display:flex;align-items:baseline;gap:18px;margin:38px 0 20px}.stage-counter>span:first-child{font-size:clamp(100px,14vw,190px);letter-spacing:-.09em;line-height:1;font-family:Manrope,sans-serif;font-weight:500;color:#e3ecbd}.stage-counter>span:last-child{font-size:18px;color:#a1a696}.method-note{color:#bfc3b4;font-size:14px}.step{padding:12px 0 80px;min-height:380px}.step+.step{padding-top:50px;border-top:1px solid #565a4d}.step-label{font-size:12px;letter-spacing:.12em;color:#d9e5b4}.step h3{font-size:36px;margin:30px 0 22px;letter-spacing:-.035em}.step p{color:#c4c8bb;max-width:420px;line-height:1.7}.step-tags{font-size:13px;line-height:2;margin-top:32px;color:#dce1d2}.step-tags span{color:#767c6c;margin:0 10px}.step:last-child{padding-bottom:30px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px 34px}.project figure{height:300px;position:relative;overflow:hidden;background:#e4e6de}.project figure img{transition:transform .65s cubic-bezier(.2,.7,.3,1);object-position:center}.project:hover figure img{transform:scale(1.035)}.project figure>span{position:absolute;top:16px;left:16px;background:var(--paper);font-size:12px;letter-spacing:.08em;padding:7px 10px}.project-heading{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--ink);margin-top:22px;padding-top:17px;gap:20px}.project h3{font-size:29px;letter-spacing:-.045em}.project-heading>span{font-size:13px;color:var(--muted)}.project>p{margin:13px 0 20px;color:var(--muted);font-size:15px}.project-meta{display:flex;flex-direction:column;gap:7px;font-size:13px}.project-meta b{font-weight:500}.image-credit{margin-top:45px;font-size:12px;color:var(--muted)}.contact{background:var(--orange);color:#181b15}.contact .section-label{border-color:#a43117}.contact .section-label>span:last-child{color:#382617}.contact h2{font-size:clamp(54px,7.2vw,120px);padding:65px 0 75px;letter-spacing:-.06em}.contact h2 em{color:#fff8e9}.contact-bottom{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:end;gap:35px;border-top:1px solid #a43117;padding-top:28px}.email{font-size:clamp(22px,2.3vw,36px);letter-spacing:-.04em;line-height:1.4}.email>span{margin-left:20px}.contact-bottom>p{font-size:15px}.contact-bottom a:hover{text-decoration:underline}footer{padding:46px var(--pad);display:flex;align-items:center;gap:40px;justify-content:space-between}footer p{font-size:13px;max-width:190px}footer small{font-size:12px;color:var(--muted)}.back-top{font-size:13px;white-space:nowrap}.mobile-nav{background:var(--paper);padding:10px var(--pad) 25px;border-bottom:1px solid var(--line)}.mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:18px}.mobile-nav a{font-size:20px}
@media(min-width:1450px){.hero-composition{min-height:760px}.project figure{height:360px}}@media(max-width:1050px){.header nav{gap:20px}.header{gap:20px}.contact-link{display:none}.hero-composition{min-height:550px}.hero-copy h1{font-size:80px}.hero-art{margin-left:-60px;width:calc(100% + 60px)}.hero-art figcaption{padding-left:60px}.hero-art figcaption span:last-child{display:none}.intro-grid{gap:6%}.pole h3{font-size:34px}.tools{display:block}.tools p{margin-top:10px}.project figure{height:260px}footer{flex-wrap:wrap}.contact-bottom{grid-template-columns:1.7fr 1fr}.contact-bottom>p{grid-column:2}.section{padding-top:70px;padding-bottom:70px}}
@media(max-width:700px){html{scroll-padding-top:24px}.header{height:76px}.wordmark{font-size:26px}.header nav{display:none}.menu-toggle{display:flex;background:none;border:0;padding:10px 0;gap:18px;font-size:14px;align-items:center}.menu-toggle>span{font-size:22px;color:var(--orange)}.hero-top{padding-top:24px}.eyebrow{font-size:12px;letter-spacing:.06em}.eyebrow span,.small-index,.vertical-note{display:none}.hero-composition{display:flex;flex-direction:column;align-items:stretch;min-height:0}.hero-copy{padding:24px 0 0}.hero-copy h1{font-size:clamp(60px,14vw,92px)}.hero-copy p{font-size:17px;margin:24px 0 20px}.hero-art{width:calc(100% + 32px);margin:0 -16px;padding:0 0 22px}.hero-art img{aspect-ratio:1.35}.hero-art figcaption{padding:0 16px;font-size:12px}.hero-bottom{font-size:12px;gap:24px}.hero-bottom>p:last-child{display:none}.section{padding:52px var(--pad)}.section-label{font-size:12px;line-height:1.5}.section-label>span:last-child{max-width:130px}.intro-grid{display:block;padding-top:42px}.intro-body{margin-top:32px}.intro-body .lead{font-size:21px}.intro-facts{gap:65px}.section-heading{display:block;margin:40px 0}.section-heading>p{margin-top:25px}.poles{display:block}.pole,.pole+.pole{padding:32px 0;border-left:0}.pole+.pole{border-top:1px solid var(--ink)}.pole h3{font-size:35px}.pole-intro{font-size:22px;padding:23px 0 30px}.tools{display:grid;grid-template-columns:1fr 1.3fr}.tools p{margin:0}.partners{display:block}.partners span{display:block;margin-bottom:12px}.method-grid{display:block;margin-top:42px}.method-title{position:static}.method-title h2{font-size:42px}.stage-counter{display:none}.method-note{margin-top:26px}.steps{margin-top:45px}.step{min-height:0;padding-bottom:38px}.step+.step{padding-top:32px}.step h3{font-size:30px;margin-top:20px}.project-grid{grid-template-columns:1fr;gap:42px}.project figure{height:auto;aspect-ratio:1.6}.project h3{font-size:28px}.project-meta{font-size:13px}.contact h2{font-size:clamp(43px,10.7vw,72px);padding:42px 0}.contact-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:22px}.email{font-size:25px}.contact-bottom>p{font-size:14px}footer{align-items:flex-start;gap:26px;display:grid;grid-template-columns:1fr 1fr}footer p{font-size:12px}footer small{font-size:12px}.back-top{font-size:12px;text-align:right}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.hero-art img{transform:none!important}}
/* Architectural edition — brand, transitions and portfolio. */
:root{--ease:cubic-bezier(.22,1,.36,1)}
.brand-pillars{display:inline-block;width:31px;height:31px;background:var(--orange);mask:url('assets/logo.png') 0 0 / 100% auto no-repeat;-webkit-mask:url('assets/logo.png') 0 0 / 100% auto no-repeat;margin-left:5px;flex-shrink:0}.wordmark{align-items:center}.header{height:90px}.hero{overflow:clip}.hero-top{padding-bottom:22px}.hero-stage{position:relative;margin:0 calc(-1 * var(--pad));min-height:630px;height:min(800px,82svh);isolation:isolate;color:white;overflow:hidden;background:#41443d}.hero-photograph,.hero-shade{position:absolute;inset:0;z-index:-1}.hero-photograph img{object-position:58% 50%;transform:scale(var(--hero-scale,1.035)) translateY(var(--hero-pan,0px));will-change:transform}.hero-shade{background:linear-gradient(90deg,rgba(15,20,15,.82) 0%,rgba(15,20,15,.47) 42%,rgba(15,20,15,.02) 78%),linear-gradient(0deg,rgba(15,20,15,.74),transparent 45%)}.hero .hero-copy{height:100%;padding:clamp(42px,5vw,80px) var(--pad) 110px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero .hero-copy h1{font-size:clamp(70px,7.6vw,122px);line-height:1.015;letter-spacing:-.065em}.hero-line{display:block;color:white!important}.hero-line.accent{color:#ff7a43!important}.hero .hero-copy p{margin:24px 0;font-size:18px}.hero .text-link{border-color:#c5c7bb;color:white}.hero .text-link:hover{color:#ff9b70;border-color:#ff9b70}.hero-project{position:absolute;right:var(--pad);bottom:45px;display:block;padding:20px 55px 0 0;border-top:1px solid #ffffff70;max-width:330px}.hero-project>span{font-size:12px;letter-spacing:.13em}.hero-project>p{font-size:20px;letter-spacing:-.025em;margin:9px 0 3px}.hero-project small{font-size:13px;color:#e0e1d9}.hero-project b{position:absolute;right:0;top:25px;font-size:25px;font-weight:400;transition:transform .3s}.hero-project:hover b{transform:translate(3px,-3px)}.hero-scroll{position:absolute;left:var(--pad);bottom:42px;display:flex;align-items:center;gap:22px;font-size:13px}.hero-scroll span{border:1px solid #ffffff80;width:37px;height:49px;display:grid;place-items:center;border-radius:24px;font-size:20px}.chapter-rail{position:sticky;top:0;z-index:30;background:var(--paper);border-bottom:1px solid #17181526;display:flex;justify-content:center;gap:clamp(20px,4vw,70px);padding:20px var(--pad);isolation:isolate}.chapter-rail a{font-size:14px;white-space:nowrap;transition:color .25s;position:relative}.chapter-rail a>span{font-size:12px;color:var(--muted);margin-right:8px}.chapter-rail a[aria-current="location"]{color:#c83d00}.chapter-rail a[aria-current="location"]:after{content:'';position:absolute;left:0;right:0;bottom:-20px;height:2px;background:var(--orange)}.reading-progress{height:2px;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(var(--page-progress,0));transform-origin:left;background:#ff550040;z-index:-1}.section{position:relative;padding-top:clamp(70px,8vw,130px);padding-bottom:clamp(70px,8vw,130px)}.intro{background:var(--paper)}.intro-grid{padding-bottom:45px}.intro-grid h2{font-size:clamp(42px,4.7vw,78px)}.intro-facts{border-top:1px solid var(--line);padding-top:26px;margin-top:38px;gap:70px}.intro-facts b{font-size:54px}.expertise{background:#e8e6df;padding-top:75px}.expertise:before{content:'';position:absolute;top:-28px;left:0;width:calc(var(--pad) + 145px);height:28px;background:#e8e6df}.section-heading h2{max-width:780px}.poles{gap:0}.pole-title{display:grid;grid-template-columns:1fr auto;row-gap:15px;align-items:center}.pole-overline{grid-row:1;grid-column:1;font-size:12px;letter-spacing:.14em}.pole-number{grid-row:1;grid-column:2;font-size:16px}.pole-title h3{grid-row:2;grid-column:1/3;font-size:clamp(34px,3.7vw,60px);letter-spacing:-.055em}.pole-intro{font-size:24px}.pole summary{font-size:20px}.pole details{transition:background .25s}.pole details[open]{background:#ffffff32}.pole details[open] summary{color:#b23500}.pole details p{padding-left:14px}.pole details[open] summary{padding-left:14px}.partners{margin-top:18px}.method{background:#1c1c1c;color:#f1f0eb;padding-top:95px;overflow:clip}.method:before{content:'';position:absolute;left:0;top:0;width:35%;height:6px;background:var(--orange)}.method-title{top:115px}.method-title em{color:#ff7945}.stage-counter>span:first-child{color:#ff7945;font-variant-numeric:tabular-nums;transition:opacity .18s}.method-note{max-width:360px}.method-track{border-left:1px solid #61675b;padding-left:42px}.step{position:relative;opacity:.5;transition:opacity .6s var(--ease);min-height:390px}.step.is-current{opacity:1}.step:before{content:'';position:absolute;width:9px;height:9px;border:1px solid #bfc3b4;background:#1c1c1c;left:-47px;top:20px;transition:background .3s,border-color .3s}.step+.step:before{top:58px}.step.is-current:before{background:var(--orange);border-color:var(--orange)}.step-label{color:#ff966d}.step h3{font-size:clamp(29px,3vw,46px);line-height:1.15}.step-tags{color:#e8e7e1}.projects{background:var(--paper)}.projects:before{content:'';position:absolute;top:-30px;right:0;height:30px;width:calc(var(--pad) + 145px);background:var(--paper)}.portfolio-viewer:not([hidden]){display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:45px;align-items:start}.portfolio-panels{min-width:0}.portfolio-panel figure{position:relative;aspect-ratio:1.55;overflow:hidden;background:#dcded4}.portfolio-panel img{object-fit:cover}.portfolio-panel figure>span{position:absolute;top:20px;left:20px;background:var(--paper);padding:7px 12px;font-size:12px;letter-spacing:.07em}.portfolio-panel .project-heading{margin-top:25px;padding-top:20px}.portfolio-panel h3{font-size:36px}.portfolio-panel>p{font-size:17px;color:var(--muted);margin:15px 0 22px}.portfolio-panel .project-meta{font-size:14px;line-height:1.6}.portfolio-panel.entering figure img{animation:project-in .7s var(--ease) both}.portfolio-panel.entering .project-heading,.portfolio-panel.entering>p,.portfolio-panel.entering .project-meta{animation:caption-in .5s var(--ease) both}.portfolio-index{border-top:1px solid var(--ink)}.project-choice{border:0;border-bottom:1px solid var(--line);padding:28px 0;background:transparent;color:var(--ink);width:100%;display:grid;grid-template-columns:22px 1fr 25px 20px;gap:14px;text-align:left;cursor:pointer;align-items:center;position:relative;transition:padding .4s var(--ease),color .3s,background .3s}.choice-number,.choice-dept{font-size:12px;font-variant-numeric:tabular-nums;color:var(--muted)}.choice-name{font-size:clamp(17px,1.6vw,23px);line-height:1.25;letter-spacing:-.04em;font-family:Manrope,sans-serif}.choice-arrow{font-size:20px;opacity:0;transform:translate(-7px,7px);transition:transform .4s var(--ease),opacity .3s}.project-choice:hover .choice-arrow,.project-choice[aria-pressed="true"] .choice-arrow{opacity:1;transform:none}.project-choice[aria-pressed="true"]{padding-left:14px;padding-right:12px;background:#e8e6df;color:#a72f00}.project-choice[aria-pressed="true"]:before{content:'';height:100%;width:3px;left:0;top:0;background:var(--orange);position:absolute}.image-credit{margin-top:35px}.contact{background:#ff5500;padding-top:65px}.contact .section-label{border-color:#a93300}.contact h2{font-size:clamp(48px,7vw,115px);padding-bottom:80px}.contact-bottom{border-color:#a93300}.contact-bottom .email{position:relative;padding-bottom:6px}.contact-bottom .email:after{position:absolute;left:0;bottom:0;width:100%;height:1px;background:currentColor;content:'';transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease)}.contact-bottom .email:hover{text-decoration:none}.contact-bottom .email:hover:after{transform:scaleX(1)}footer{background:var(--paper);position:relative;z-index:2}.motion-ready .reveal{transition:opacity .8s var(--ease),transform .9s var(--ease)}.motion-ready .reveal:not(.is-visible){opacity:0;transform:translateY(24px)}.motion-ready .step:not(.is-visible){opacity:.5;transform:none}.hero-line{animation:hero-line-in .9s var(--ease) both}.hero-line:nth-child(2){animation-delay:.08s}.hero-line:nth-child(3){animation-delay:.16s}@keyframes hero-line-in{from{transform:translateY(28px);opacity:0}to{transform:none;opacity:1}}@keyframes project-in{from{opacity:.3;transform:scale(1.025)}to{opacity:1;transform:scale(1)}}@keyframes caption-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(max-width:1050px){.portfolio-viewer:not([hidden]){grid-template-columns:minmax(0,1.3fr) minmax(260px,1fr);gap:25px}.project-choice{padding-block:24px;gap:8px}.choice-name{font-size:18px}.method-track{padding-left:27px}.step:before{left:-32px}.chapter-rail{justify-content:space-between;gap:15px}.chapter-rail a{font-size:13px}.portfolio-panel figure{aspect-ratio:1.2}.hero-project{bottom:30px;max-width:280px}.hero-project p{font-size:18px}}
@media(max-width:700px){.header{height:76px}.brand-pillars{width:27px;height:27px}.hero-top{padding:20px 0;font-size:12px}.hero-stage{height:690px;height:calc(100svh - 136px);min-height:600px;max-height:820px}.hero-photograph img{object-position:60% center}.hero-shade{background:linear-gradient(90deg,rgba(15,20,15,.78),rgba(15,20,15,.35)),linear-gradient(0deg,rgba(15,20,15,.85),transparent 60%)}.hero .hero-copy{padding:42px var(--pad) 170px;justify-content:flex-start}.hero .hero-copy h1{font-size:clamp(54px,12.6vw,86px);line-height:1.075}.hero .hero-copy p{font-size:17px;margin:23px 0}.hero .text-link{font-size:14px;gap:20px}.hero-project{right:var(--pad);left:var(--pad);bottom:32px;max-width:none;padding-top:15px}.hero-project p{font-size:18px}.hero-project small{font-size:12px}.hero-scroll{display:none}.chapter-rail{overflow-x:auto;justify-content:flex-start;gap:25px;padding:17px var(--pad);scrollbar-width:none}.chapter-rail::-webkit-scrollbar{display:none}.chapter-rail a{font-size:13px}.chapter-rail a>span{display:none}.chapter-rail a[aria-current="location"]:after{bottom:-17px}.section{padding:65px var(--pad);scroll-margin-top:55px}.section-label{font-size:12px}.intro-grid{padding-bottom:0}.intro-grid h2{font-size:42px}.intro-facts{gap:55px}.intro-facts b{font-size:45px}.expertise:before,.projects:before{width:35%;height:18px;top:-18px}.pole-title h3{font-size:40px}.pole-intro{font-size:23px}.method-title{position:static}.method-track{margin-top:45px;padding-left:22px}.step{min-height:0;opacity:1}.step:before{left:-27px}.step+.step:before{top:40px}.step h3{font-size:30px}.portfolio-viewer:not([hidden]){display:flex;flex-direction:column;gap:25px}.portfolio-index{order:-1;display:flex;width:100%;overflow-x:auto;border-top:0;border-bottom:1px solid var(--line);padding-bottom:7px;gap:10px;scrollbar-width:thin}.project-choice{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto;width:auto;padding:12px 16px!important;gap:5px;border-bottom:0;min-width:125px;max-width:220px}.choice-name{font-size:15px;white-space:nowrap}.choice-number{font-size:12px}.choice-arrow,.choice-dept{display:none}.project-choice[aria-pressed="true"]:before{height:2px;width:100%;top:auto;bottom:0}.portfolio-panels{width:100%}.portfolio-panel figure{aspect-ratio:1.3}.portfolio-panel h3{font-size:30px}.portfolio-panel>p{font-size:16px}.portfolio-panel .project-meta{font-size:14px}.contact h2{font-size:clamp(44px,10.8vw,70px);padding:45px 0 55px}.hero-line{animation-duration:.65s}.motion-ready .reveal:not(.is-visible){transform:translateY(16px)}}
@media(prefers-reduced-motion:reduce){.hero-line,.portfolio-panel.entering img,.portfolio-panel.entering .project-heading,.portfolio-panel.entering>p,.portfolio-panel.entering .project-meta{animation:none!important}.hero-photograph img{transform:none!important;will-change:auto}.motion-ready .reveal:not(.is-visible){opacity:1!important;transform:none!important}.step{opacity:1}.project-choice,.choice-arrow{transition:none}}
[hidden]{display:none!important}
/* Readability corrections: content-led height and natural line wrapping. */
h2,h3{text-wrap:balance;overflow-wrap:normal;hyphens:none}h2{letter-spacing:-.045em;line-height:1.13}.section{padding-top:64px;padding-bottom:64px}.section-label{padding-top:16px}.expertise:before,.projects:before{display:none}.intro-grid{display:block;padding:38px 0 0}.intro-grid h2{font-size:clamp(36px,4vw,62px);max-width:24ch}.intro-body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:55px;margin-top:32px}.intro-column{min-width:0}.intro-column>p{color:#4e5048;max-width:65ch;margin-bottom:20px}.intro-column>p:last-child{margin-bottom:0}.intro-column .lead{font-size:22px;line-height:1.45;max-width:48ch;margin-bottom:18px}.intro-facts{margin-top:24px;padding-top:20px;gap:65px}.intro-facts b{font-size:42px;line-height:1.1}.intro-facts span{font-size:14px}.section-heading{display:block;margin:38px 0 32px}.section-heading h2{font-size:clamp(36px,4vw,60px);max-width:28ch}.section-heading>p{max-width:60ch;margin-top:19px;font-size:17px}.poles{align-items:start}.pole,.pole+.pole{padding-top:30px;padding-bottom:22px}.pole-intro{font-size:22px;line-height:1.45;max-width:30ch;padding:22px 0 27px;text-wrap:balance}.pole details p{padding-bottom:20px}.pole summary{padding-top:18px;padding-bottom:18px}.tools{align-items:start}.partners{margin-top:14px;padding-top:20px}.method{padding-top:64px;padding-bottom:64px;overflow:visible}.method-grid{display:block;margin-top:38px}.method-title{position:static;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(230px,1fr);gap:40px;align-items:end}.method-title h2{font-size:clamp(36px,4vw,60px);max-width:26ch}.method-title em{white-space:nowrap}.method-note{font-size:16px;line-height:1.6;max-width:32ch;margin:0}.method-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;border-left:0;padding-left:0;margin-top:40px}.step,.step+.step,.step:last-child{display:flex;flex-direction:column;position:relative;min-height:0;opacity:1;padding:24px 0 0;border-top:1px solid #66665e;transform:none}.step:before{display:none}.step-label{font-size:12px;line-height:1.5;letter-spacing:.09em}.step h3{font-size:clamp(25px,2.25vw,35px);line-height:1.2;letter-spacing:-.035em;margin:21px 0 18px;max-width:25ch;text-wrap:balance}.step p{max-width:none;font-size:16px;line-height:1.65;margin-bottom:0}.step-tags{margin-top:auto;padding-top:23px;font-size:13px;line-height:1.8}.step-tags span{margin:0 6px}.portfolio-viewer:not([hidden]){align-items:stretch;gap:36px;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr)}.portfolio-index{display:grid;grid-template-rows:repeat(6,minmax(0,1fr));align-self:stretch}.project-choice{padding-top:20px;padding-bottom:20px}.portfolio-panel figure{aspect-ratio:2.05}.portfolio-panel .project-heading{margin-top:18px;padding-top:15px}.portfolio-panel h3{font-size:30px}.portfolio-panel>p{margin:10px 0 14px}.portfolio-panel .project-meta{gap:4px}.image-credit{margin-top:22px}.contact{padding-top:55px;padding-bottom:55px}.contact h2{font-size:clamp(44px,6vw,92px);max-width:19ch;line-height:1.13;padding:38px 0 40px}.contact h2 em{white-space:nowrap}.contact-bottom{padding-top:24px}footer{padding-top:32px;padding-bottom:32px}
@media(max-width:1050px){.intro-body{gap:34px}.method-title{grid-template-columns:minmax(0,1.7fr) minmax(190px,1fr);gap:26px}.method-track{gap:24px}.step h3{font-size:27px}.portfolio-viewer:not([hidden]){grid-template-columns:minmax(0,1.4fr) minmax(250px,1fr);gap:26px}.portfolio-panel figure{aspect-ratio:1.65}.choice-name{font-size:17px}.project-choice{padding-block:18px}.section{padding-block:55px}}
@media(max-width:760px){.section{padding-block:42px}.intro-grid{padding-top:28px}.intro-grid h2,.section-heading h2,.method-title h2{font-size:clamp(32px,6vw,44px);max-width:27ch}.intro-body{display:block;margin-top:25px}.intro-column+.intro-column{margin-top:24px}.intro-column .lead{font-size:20px}.intro-column>p{margin-bottom:16px}.intro-facts{gap:55px;margin-top:22px}.intro-facts b{font-size:37px}.section-heading{margin:28px 0}.section-heading>p{margin-top:16px;font-size:16px}.pole-intro{max-width:35ch;font-size:21px}.method-title{display:block}.method-note{margin-top:20px;max-width:48ch}.method-track{display:block;margin-top:28px}.step,.step+.step,.step:last-child{padding:23px 0 25px}.step:last-child{padding-bottom:0}.step h3{font-size:28px;max-width:28ch;margin:16px 0 14px}.step-tags{padding-top:16px}.portfolio-viewer:not([hidden]){display:flex;gap:20px}.portfolio-index{display:flex;align-self:auto}.project-choice{padding:12px 16px!important}.portfolio-panel figure{aspect-ratio:1.65}.portfolio-panel h3{font-size:28px}.contact h2{font-size:clamp(38px,8vw,60px);max-width:20ch;padding:28px 0 32px}.contact-bottom{gap:18px}.image-credit{margin-top:18px}}
@media(min-width:701px) and (max-width:760px){.portfolio-index{order:-1;width:100%;overflow-x:auto;gap:10px;border-top:0;border-bottom:1px solid var(--line);padding-bottom:7px}.project-choice{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto;width:auto;gap:5px;min-width:125px;max-width:220px;border-bottom:0}.choice-name{font-size:15px;white-space:nowrap}.choice-dept,.choice-arrow{display:none}.project-choice[aria-pressed="true"]:before{height:2px;width:100%;top:auto;bottom:0}.portfolio-panels{width:100%}}

/* Original VACERRA lettering, preserved from the supplied logo artwork. */
.wordmark{gap:10px;flex-shrink:0}
.brand-name{display:block;width:170px;height:28px;background:var(--ink);-webkit-mask-image:url("assets/logo.png");mask-image:url("assets/logo.png");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:177.31px 232.86px;mask-size:177.31px 232.86px;-webkit-mask-position:-3.97px -203.42px;mask-position:-3.97px -203.42px}
@media(max-width:700px){.brand-name{width:145px;height:24px;-webkit-mask-size:151.23px 198.62px;mask-size:151.23px 198.62px;-webkit-mask-position:-3.38px -173.5px;mask-position:-3.38px -173.5px}}

/* Approved barless-A wordmark, with the original orange pillars alongside. */
.wordmark{gap:10px}.brand-name{position:relative;width:170px;height:31px;overflow:hidden;background:transparent;-webkit-mask:none;mask:none;mix-blend-mode:multiply}.brand-name img{position:absolute;max-width:none;width:233.69px;height:auto;left:-37.61px;top:-34.6px;object-fit:contain}.wordmark .brand-pillars{width:29px;height:29px;flex-shrink:0}
@media(max-width:700px){.brand-name{width:145px;height:27px;-webkit-mask:none;mask:none}.brand-name img{width:199.32px;left:-32.08px;top:-29.5px}.wordmark .brand-pillars{width:25px;height:25px}}

/* Orange pillar forms; the surrounding frame remains transparent. */
.wordmark .brand-pillars{background:var(--orange);-webkit-mask:url("assets/pillars-open.svg") center/contain no-repeat;mask:url("assets/pillars-open.svg") center/contain no-repeat}

/* Single transparent vector logo: no bitmap, background, frame or mask. */
.wordmark .brand-logo{display:block;width:209px;height:auto;object-fit:contain;mix-blend-mode:normal}
@media(max-width:700px){.wordmark .brand-logo{width:180px;height:auto}}

/* The three L initials assemble the VACERRA signature. */
.hero-signature{position:absolute;z-index:3;right:var(--pad);top:24%;width:27%;display:flex;flex-direction:column;align-items:center;gap:26px;pointer-events:none}
.signature-icon{display:block;width:clamp(110px,12vw,180px);height:auto;overflow:visible}.signature-name{display:block;width:100%;height:auto;overflow:visible}.hero-initial{display:inline-block}.hero-signature.is-waiting .pillar-unit,.hero-signature.is-waiting .signature-name{opacity:0}.flying-initial{position:absolute;z-index:5;pointer-events:none;line-height:1;transform-origin:center;will-change:transform,opacity;color:#ff5500}
@media(min-width:701px){.hero .hero-copy h1{font-size:clamp(58px,6.9vw,112px)}}
@media(max-width:700px){.hero-stage{min-height:760px;max-height:none}.hero-signature{top:auto;bottom:170px;left:var(--pad);right:auto;width:205px;flex-direction:row-reverse;gap:16px;justify-content:flex-end}.signature-icon{width:49px;flex-shrink:0}.signature-name{width:140px}.hero .hero-copy{padding-bottom:290px}}
@media(prefers-reduced-motion:reduce){.flying-initial{display:none}.hero-signature.is-waiting .pillar-unit,.hero-signature.is-waiting .signature-name{opacity:1}}

/* Static hero signature: no letter or logo animation. */
.hero-stage .hero-line{animation:none!important}.hero-signature,.hero-signature .pillar-unit,.hero-signature .signature-name{opacity:1;animation:none!important;transition:none!important;transform:none}

/* Publication checks: readable contrast, keyboard access and auxiliary pages. */
.skip-link{position:absolute;left:16px;top:-100px;z-index:100;background:#1c1c1c;color:#fff;padding:12px 18px}.skip-link:focus{top:12px}.contact h2 em{color:#1c1c1c}.intro h2 em{color:#b63b00}.legal-links{display:flex;flex-wrap:wrap;gap:12px 22px;font-size:14px;flex-basis:100%}.legal-links a{text-decoration:underline;text-underline-offset:4px}footer{flex-wrap:wrap}.legal-page{max-width:900px;margin:auto;padding:65px var(--pad);min-height:65vh}.legal-page h1{font-size:clamp(34px,5vw,62px);margin:30px 0}.legal-page h2{font-size:24px;letter-spacing:-.025em;margin:32px 0 12px}.legal-page p,.legal-page li{line-height:1.75;margin-bottom:14px}.legal-page a{text-decoration:underline;text-underline-offset:3px}.legal-page .updated{font-size:14px;color:#63645e}.hero-shade{background:linear-gradient(90deg,rgba(15,20,15,.83),rgba(15,20,15,.52) 55%,rgba(15,20,15,.42)),linear-gradient(0deg,rgba(15,20,15,.8),transparent 55%)}
@media(max-width:700px){.header .contact-link{display:none}.legal-links{gap:14px}.contact-bottom .email{overflow-wrap:anywhere}.legal-page{padding-top:35px}.menu-toggle{min-height:44px}.portfolio-index .project-choice{min-height:44px}}

/* Clear section names, distinct from secondary context. */
.section-label{align-items:baseline;flex-wrap:wrap;gap:10px 24px;line-height:1.45}
.section-label>span:first-child{font-family:Manrope,sans-serif;font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:700;letter-spacing:.025em}
.section-label>span:last-child{font-size:.875rem;letter-spacing:.035em;max-width:34ch}
@media(max-width:600px){.section-label{flex-direction:column;align-items:flex-start;gap:6px}.section-label>span:last-child{text-align:left;max-width:none}}

/* Display supplied project images at a restrained size without cropping. */
@media(min-width:901px){.portfolio-viewer:not([hidden]){grid-template-columns:minmax(0,620px) minmax(260px,1fr);gap:36px}}
.portfolio-panel figure{aspect-ratio:auto}
.portfolio-panel figure img{height:auto;object-fit:contain}
.portfolio-panel.entering figure img{animation:none}
.project:hover figure img{transform:none}
@media(max-width:600px){.portfolio-panel figure>span{top:10px;left:10px;padding:5px 8px}}

/* Uniform project frames; source image files remain untouched. */
.portfolio-panel figure,.project figure{width:100%;height:auto;aspect-ratio:3/2;overflow:hidden}
.portfolio-panel figure img,.project figure img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:none}
.portfolio-panel figure img[src*="bagneux"],.project figure img[src*="bagneux"]{object-position:50% 48%}
.portfolio-panel figure img[src*="clichy"],.project figure img[src*="clichy"]{object-position:50% 60%}

/* Accueil : illustration architecturale fictive */
.hero-photograph img{object-position:58% 48%}
@media(max-width:700px){.hero-photograph img{object-position:62% center}}

/* Visuel accueil validé : études, travaux, livraison. */
.hero-photograph img{object-position:50% 52%}
@media(max-width:700px){.hero-photograph img{object-position:48% center}}
