@font-face{font-family:Qanelas;src:url('/fonts/qanelas-light.woff2') format('woff2');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Qanelas;src:url('/fonts/qanelas-regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Qanelas;src:url('/fonts/qanelas-light-italic.woff2') format('woff2');font-weight:300;font-style:italic;font-display:swap}
:root{--forest:#122126;--ink:#263036;--lime:#a8cc24;--paper:#f5f5ef;--muted:#bec8c3;--rule:rgba(238,242,231,.2);--gutter:clamp(24px,5vw,88px);--heading:Qanelas,'Avenir Next',Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px;font-variant-emoji:text}
body{margin:0;background:var(--forest);color:var(--paper);font:300 1rem/1.65 'Helvetica Neue',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,a,input{touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer}
button,a{ -webkit-tap-highlight-color:transparent}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-family:var(--heading);font-weight:300;line-height:1.04;letter-spacing:-.035em}
::selection{background:var(--lime);color:var(--forest)}
:focus-visible{outline:2px solid var(--lime);outline-offset:6px}
.skip-link{position:fixed;top:12px;left:24px;background:var(--lime);color:var(--forest);padding:12px 20px;z-index:100;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}
.shell{width:100%;max-width:1600px;padding-inline:var(--gutter);margin-inline:auto}
.eyebrow{display:flex;align-items:center;gap:12px;font:400 .75rem/1.5 var(--heading);letter-spacing:.15em;text-transform:uppercase}
.eyebrow::before{content:'';width:6px;height:6px;background:var(--lime);border-radius:50%;flex:none}
.site-header{position:relative;z-index:30;background:var(--forest);border-bottom:1px solid var(--rule)}
.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand img{width:220px;height:auto}
.site-nav{display:flex;align-items:center;gap:34px;font-family:var(--heading);font-size:1rem}
.site-nav>a{position:relative;padding:10px 0}
.site-nav>a:not(.nav-contact)::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.site-nav>a:hover::after{transform:scaleX(1)}
.site-nav .nav-contact{border:1px solid #768177;padding:10px 20px;margin-left:18px;display:flex;align-items:center;gap:28px}
.site-nav .nav-contact:hover{background:var(--lime);border-color:var(--lime);color:var(--forest)}
.menu-toggle{display:none;background:none;border:1px solid var(--rule);color:var(--paper);padding:10px 16px}
.arrow{display:inline-block;font-family:Arial,sans-serif;font-weight:400;transition:transform .25s}
a:hover .arrow{transform:translate(3px,-3px)}
.forest-hero{position:relative;isolation:isolate;display:grid;place-items:center;min-height:740px;min-height:max(740px,calc(100svh - 100px));overflow:hidden;background:var(--forest)}
.forest-scene{position:absolute;inset:0;z-index:-2;pointer-events:none;overflow:hidden}
.forest-back{position:absolute;inset:-9% -4% -13%;will-change:transform}
.forest-back img{width:100%;height:100%;object-fit:cover;object-position:center 50%;filter:saturate(.72) brightness(.71)}
.forest-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,33,38,.4),rgba(18,33,38,.25) 50%,rgba(18,33,38,.22) 68%,#122126 100%),radial-gradient(ellipse at 50% 32%,rgba(8,26,29,.84) 0%,rgba(8,26,29,.67) 31%,rgba(8,26,29,.2) 75%)}
.forest-front{position:absolute;inset:0 -4% -10%;width:108%;height:110%;object-fit:cover;object-position:center bottom;will-change:transform;pointer-events:none;z-index:2}
.hero-copy{position:relative;z-index:3;text-align:center;width:100%;padding:78px 24px 176px;will-change:transform}
.hero-copy .eyebrow{justify-content:center;margin-bottom:28px;color:#ecf0e4}
.hero-copy h1{font-size:clamp(5.5rem,9.5vw,10rem);line-height:.96;letter-spacing:-.055em;font-weight:300}
.hero-copy h1 em{font-weight:300;color:#c0d872;font-style:italic;display:block}
.hero-copy p{font-size:1.125rem;line-height:1.65;max-width:465px;margin:30px auto 0;color:#edf0e9;text-wrap:balance}
.hero-actions{display:flex;gap:16px;justify-content:center;align-items:center;margin-top:32px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;padding:15px 24px;min-height:56px;border:1px solid transparent;font:400 1rem/1.4 var(--heading);transition:background .2s,color .2s,border-color .2s}
.button-lime{color:var(--forest);background:var(--lime)}
.button-lime:hover{background:#95bc46;color:var(--forest)}
.button-line{border-color:#a6b0a0;background:rgba(18,33,38,.22);color:var(--paper)}
.button-line:hover{background:rgba(18,33,38,.65);color:white}
.hero-foot{position:absolute;bottom:32px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;z-index:5;font:400 .75rem/1.6 var(--heading);letter-spacing:.09em;text-transform:uppercase;color:#dee6d8}
.scroll-link{display:flex;align-items:center;gap:15px;min-height:44px}
.scroll-link span:first-child{display:grid;place-items:center;border:1px solid #81947b;width:42px;height:42px;border-radius:50%;font-size:1.25rem}
.motion-toggle{background:rgba(18,33,38,.7);color:var(--paper);border:1px solid #687b6c;min-height:44px;padding:8px 14px;display:flex;align-items:center;gap:10px;font:400 .75rem var(--heading);letter-spacing:.04em}
.motion-toggle[aria-pressed=true]{border-color:var(--lime)}
.hero-location{position:absolute;left:28px;top:50%;writing-mode:vertical-rl;transform:rotate(180deg);font:400 .7rem var(--heading);letter-spacing:.16em;text-transform:uppercase;color:#e0e6d5;z-index:3}
.reveal{opacity:1;transform:none}
[hidden]{display:none!important}
.forest-wings,.forest-floor{position:absolute;inset:-9% -4% -13%;width:108%;height:122%;max-width:none;object-fit:cover;object-position:center 50%;pointer-events:none;will-change:transform}
.forest-wings{filter:saturate(.8) brightness(.7);mask-image:linear-gradient(90deg,#000 0%,transparent 30%,transparent 70%,#000 100%)}
.forest-floor{filter:saturate(.8) brightness(.74);mask-image:linear-gradient(0deg,#000 8%,rgba(0,0,0,.96) 19%,transparent 42%)}
.forest-scene::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#122126 0%,rgba(18,33,38,.65) 5%,transparent 20%);pointer-events:none}
.section-pad{padding-block:clamp(80px,8.5vw,136px)}
.intro-layout{display:grid;grid-template-columns:1fr 2.5fr;gap:64px}
.intro-layout>.eyebrow{align-self:start;padding-top:10px;color:var(--muted)}
.intro-heading{font-size:clamp(2.6rem,4.5vw,4.8rem);max-width:970px;text-wrap:balance;line-height:1.1}
.intro-heading span{color:#a8bba7}
.intro-copy{max-width:700px;margin-top:32px;font-size:1.125rem;color:var(--muted)}
.text-link{display:inline-flex;align-items:center;gap:32px;border-bottom:1px solid currentColor;padding-block:10px;font:400 1rem/1.5 var(--heading)}
.intro-copy+.text-link{margin-top:24px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;border-top:1px solid var(--rule);margin-top:80px;padding-top:40px}
.stat-value{font:300 clamp(3rem,5.7vw,5.6rem)/1 var(--heading);letter-spacing:-.05em}
.stat:first-child .stat-value{color:var(--lime)}
.stat-label{display:block;color:var(--muted);font-size:.875rem;margin-top:15px;max-width:190px;line-height:1.5}
.paper{background:var(--paper);color:var(--ink)}
.paper :focus-visible{outline-color:var(--ink)}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:56px}
.section-heading .eyebrow{margin-bottom:24px}
.section-heading h2{font-size:clamp(3rem,5.4vw,5.4rem);text-wrap:balance;max-width:850px}
.section-heading>.text-link{flex-shrink:0;margin-bottom:8px}
.section-note{font-size:1rem;color:#59625d;max-width:340px;margin-top:20px}
.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px;row-gap:56px;align-items:start}
.work-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:center}
.work-visual{overflow:hidden;position:relative;background:#e4e8df}
.work-visual picture{display:block}
.work-visual img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .6s cubic-bezier(.2,.6,.2,1)}
.work-card:first-child .work-visual img{aspect-ratio:16/10}
.work-card:hover .work-visual img{transform:scale(1.025)}
.work-card:nth-child(3),.work-card:nth-child(5){padding-top:100px}
.work-caption{padding-top:24px}
.work-card:first-child .work-caption{padding-top:0}
.work-category{font:400 .75rem/1.5 var(--heading);letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:12px;color:#59625d}
.work-title{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:clamp(1.8rem,2.7vw,2.6rem);font-weight:400}
.work-title .arrow{font-size:1.8rem}
.work-description{margin-top:14px;max-width:430px;color:#58615c;font-size:1rem;line-height:1.65}
.work-card:first-child .work-title{font-size:clamp(2.7rem,3.8vw,4.1rem);line-height:1.08}
.work-card:first-child .work-description{font-size:1.125rem;margin-top:24px}
.project-visit{display:inline-flex;gap:34px;align-items:center;border-bottom:1px solid #8c9790;margin-top:32px;padding-bottom:10px;font-family:var(--heading)}
.services-section{position:relative;overflow:hidden}
.services-layout{display:grid;grid-template-columns:.9fr 1.5fr;gap:clamp(48px,7vw,112px);align-items:start}
.services-intro{position:sticky;top:48px}
.services-intro h2{font-size:clamp(2.8rem,4.2vw,4.7rem);margin:26px 0;line-height:1.08}
.services-intro>p{color:var(--muted);max-width:420px;font-size:1.0625rem}
.services-intro>.text-link{margin-top:24px;color:var(--lime)}
.service-list{border-top:1px solid var(--rule)}
.service-item{border-bottom:1px solid var(--rule)}
.service-item summary{list-style:none;display:grid;grid-template-columns:30px 1fr 32px;align-items:center;gap:22px;padding:25px 0;cursor:pointer}
.service-item summary::-webkit-details-marker{display:none}
.service-number{color:#a0b49b;font:400 .75rem var(--heading)}
.service-item h3{font-size:clamp(1.4rem,2.1vw,2.05rem);font-weight:400;line-height:1.18;letter-spacing:-.02em}
.service-plus{font:300 1.8rem/1 var(--heading);justify-self:end;color:#bace9f;transition:transform .2s}
.service-item[open] .service-plus{transform:rotate(45deg)}
.service-item summary:hover h3,.service-item[open] h3{color:#c2d88d}
.service-detail{padding:0 50px 26px 52px;max-width:640px}
.service-detail p{color:var(--muted);font-size:1rem}
.service-detail .text-link{color:var(--paper);font-size:.9375rem;margin-top:14px}
.testimonials{background:#e9ede4;color:var(--ink)}
.testimonials :focus-visible{outline-color:var(--ink)}
.quote-layout{display:grid;grid-template-columns:1fr 2.5fr;gap:64px}
.quote-aside h2{font-size:2.5rem;margin-top:28px;max-width:220px}
.quote-mark{font:300 7rem/.6 Georgia,serif;color:#637948;display:block;margin-top:8px}
.quote-card blockquote{margin:24px 0 32px;font:300 clamp(1.7rem,2.6vw,2.6rem)/1.3 var(--heading);letter-spacing:-.015em;text-wrap:pretty}
.quote-card figcaption{font-size:.9375rem;line-height:1.6}
.quote-card figcaption strong{font-weight:500;display:block}
.quote-card figcaption span{color:#53604e}
.quote-controls{display:flex;gap:12px;align-items:center;margin-top:32px}
.quote-controls button{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;border:1px solid #909e86;background:none;color:var(--ink);font-size:1.4rem}
.quote-controls button:hover{background:var(--ink);border-color:var(--ink);color:white}
.quote-count{font:400 .875rem var(--heading);margin-left:12px;letter-spacing:.1em}
.quotes:not([data-enhanced]) .quote-card+.quote-card{margin-top:64px}
.motion-toggle:disabled{cursor:default;opacity:.85}
.insights-list{border-top:1px solid #bdc5ba}
.insight{display:grid;grid-template-columns:180px 1fr 52px;gap:36px;padding:32px 0;border-bottom:1px solid #bdc5ba;align-items:start}
.insight time{font:400 .875rem var(--heading);color:#5d665a;margin-top:6px}
.insight h3{font-size:clamp(1.55rem,2.2vw,2.2rem);line-height:1.15;font-weight:400;max-width:800px}
.insight p{font-size:1rem;color:#59625d;margin-top:16px;max-width:750px}
.insight>a.arrow-link{display:grid;place-items:center;border:1px solid #a4afa0;border-radius:50%;height:48px;width:48px;font-size:1.5rem}
.insight:hover h3 a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}
.insight>a.arrow-link:hover{background:var(--forest);color:var(--paper)}
.contact-clearing{position:relative;isolation:isolate;overflow:hidden;padding-block:110px 120px;text-align:center}
.contact-art{position:absolute;inset:0;z-index:-2;overflow:hidden}
.contact-art img{width:100%;height:100%;object-fit:cover;filter:saturate(.65) brightness(.4);object-position:center 70%}
.contact-art::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(18,33,38,.95) 3%,rgba(18,33,38,.82) 40%,rgba(18,33,38,.22) 100%)}
.contact-clearing .eyebrow{justify-content:center;color:#cfdbc6;margin-bottom:28px}
.contact-clearing h2{font-size:clamp(3.3rem,6.7vw,6.6rem);max-width:900px;margin:auto;line-height:1.02}
.contact-clearing h2 em{font-weight:300;color:#c0d872}
.contact-clearing p{max-width:490px;margin:26px auto 32px;color:#d9e0d4;font-size:1.125rem}
.site-footer{position:relative;isolation:isolate;overflow:hidden;border-top:1px solid var(--rule);padding-block:64px 28px;background:var(--forest) url('/images/forest/forest-1000.webp') center 68% / cover no-repeat}
.site-footer::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(18,33,38,.94),rgba(18,33,38,.82) 46%,rgba(18,33,38,.93)),linear-gradient(90deg,rgba(18,33,38,.35),rgba(18,33,38,.82) 72%);pointer-events:none}
.site-footer>.shell{position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.7fr;gap:48px;padding-bottom:64px}
.footer-brand img{width:200px;height:auto}
.footer-brand p{max-width:285px;margin-top:28px;color:var(--muted);font-size:.9375rem}
.footer-column h3{font-size:.75rem;text-transform:uppercase;letter-spacing:.13em;color:#b6c5ae;font-weight:400;margin-bottom:20px}
.footer-column ul{list-style:none;margin:0;padding:0}
.footer-column li{margin-top:8px;font-size:.9375rem}
.footer-column a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-bottom{border-top:1px solid var(--rule);padding-top:24px;display:flex;justify-content:space-between;gap:24px;color:#aab9a3;font-size:.75rem}
.socials{display:flex;flex-wrap:wrap;gap:10px}
.socials a{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(238,242,231,.28);color:#d4e0d2;transition:border-color .2s,color .2s}
.socials svg{width:18px;height:18px;fill:currentColor}
.socials a:hover{border-color:var(--lime);color:var(--lime)}
.back-top{font-family:var(--heading);white-space:nowrap}
@media(max-width:1000px) and (min-width:701px){.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:100%;left:0;right:0;padding:24px var(--gutter) 32px;background:var(--forest);flex-direction:column;align-items:stretch;gap:8px;border-bottom:1px solid var(--rule)}.site-nav.is-open{display:flex}.site-nav a{font-size:1.125rem}.site-nav .nav-contact{margin-top:12px;padding:12px 16px;justify-content:space-between}}
@media(max-width:1000px){.intro-layout,.quote-layout{grid-template-columns:1fr 2.3fr;gap:40px}.services-layout{grid-template-columns:.8fr 1.2fr;gap:48px}.service-item summary{gap:14px}.service-detail{padding-left:44px;padding-right:0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:32px}.footer-column:last-child{grid-column:2/4}.work-card:first-child{gap:32px}.insight{grid-template-columns:120px 1fr 48px;gap:24px}.quote-aside h2{font-size:2.1rem}}
@media(max-width:700px){.forest-wings,.forest-floor{inset:-3% -40% -6%;width:180%;height:109%}.forest-wings{mask-image:linear-gradient(90deg,#000,transparent 27%,transparent 73%,#000)}.forest-floor{mask-image:linear-gradient(0deg,#000 5%,rgba(0,0,0,.9) 14%,transparent 37%)}.intro-layout,.services-layout,.quote-layout{grid-template-columns:1fr;gap:32px}.intro-heading{font-size:2.6rem}.intro-copy{font-size:1rem;margin-top:24px}.stats{grid-template-columns:1fr 1fr;row-gap:36px;margin-top:48px;padding-top:32px}.stat-value{font-size:3.7rem}.stat-label{font-size:.8125rem;margin-top:10px}.section-heading{display:block;margin-bottom:36px}.section-heading h2{font-size:3.1rem}.section-heading>.text-link{margin-top:24px}.work-grid{grid-template-columns:1fr;gap:44px}.work-card:first-child{display:block;grid-column:auto}.work-card:nth-child(3),.work-card:nth-child(5){padding-top:0}.work-card:first-child .work-caption{padding-top:24px}.work-card:first-child .work-title,.work-title{font-size:2rem}.work-card:first-child .work-description{font-size:1rem;margin-top:14px}.project-visit{margin-top:20px}.work-visual img{aspect-ratio:16/10}.services-intro{position:static}.services-intro h2{font-size:2.8rem}.service-item summary{grid-template-columns:22px 1fr 25px;padding:23px 0;gap:12px}.service-item h3{font-size:1.5rem}.service-detail{padding-left:34px}.quote-aside h2{max-width:none;font-size:2.2rem;margin-top:20px}.quote-card blockquote{font-size:1.8rem}.quote-mark{font-size:5rem}.insight{grid-template-columns:1fr 44px;gap:12px;padding:26px 0}.insight time{grid-column:1/-1}.insight h3{font-size:1.6rem}.insight p{font-size:.9375rem}.insight>a.arrow-link{width:40px;height:40px;font-size:1.2rem}.contact-clearing{padding-block:88px}.contact-clearing h2{font-size:3.4rem}.contact-clearing p{font-size:1rem}.footer-grid{grid-template-columns:1fr 1fr;row-gap:36px;padding-bottom:40px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:340px}.footer-column:last-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:20px}.site-footer{padding-top:48px}}
@media(prefers-reduced-motion:reduce){.forest-wings,.forest-floor{will-change:auto;transform:none!important}}
@media(min-width:1800px){.forest-hero{min-height:920px}}
@media(max-width:900px){.header-inner{height:88px}.brand img{width:190px}.site-nav{gap:20px}.site-nav .nav-contact{margin-left:0;gap:14px}.hero-location{display:none}.forest-hero{min-height:760px}.hero-copy{padding-top:80px}.hero-copy h1{font-size:clamp(5.5rem,12vw,8rem)}}
@media(max-width:700px){html{scroll-padding-top:24px}.header-inner{height:80px}.brand img{width:185px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;top:80px;left:0;right:0;padding:24px var(--gutter) 32px;background:var(--forest);flex-direction:column;align-items:stretch;gap:8px;border-bottom:1px solid var(--rule)}.site-nav.is-open{display:flex}.site-nav a{font-size:1.125rem}.site-nav .nav-contact{margin-top:12px;padding:12px 16px;justify-content:space-between}.forest-hero{min-height:730px;max-height:none}.hero-copy{padding:70px 22px 155px}.hero-copy .eyebrow{font-size:.7rem;letter-spacing:.09em;margin-bottom:28px}.hero-copy h1{font-size:clamp(4.2rem,14.5vw,6.3rem)}.hero-copy p{font-size:1rem;max-width:300px;margin-top:24px}.hero-actions{gap:12px;flex-wrap:wrap;margin-top:28px}.button{padding:14px 18px;gap:22px;min-height:52px}.hero-foot{bottom:24px;align-items:end}.hero-foot .place{display:none}.scroll-link{gap:10px;max-width:150px;font-size:.7rem}.motion-toggle{font-size:.7rem;padding:8px 10px}.forest-back{inset:-3% -40% -6%}.forest-front{inset:auto -44% -6%;width:188%;height:90%;max-width:none}.forest-shade{background:linear-gradient(0deg,#122126,transparent 30%),radial-gradient(ellipse at center 35%,rgba(8,26,29,.86),rgba(8,26,29,.58) 52%,rgba(8,26,29,.26))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.forest-back,.forest-front,.hero-copy{will-change:auto;transform:none!important}}

/* Carry the same illustrated forest into the closing frame of the homepage. */
.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#102428;border-top-color:rgba(213,231,208,.22)}
.site-footer::before{content:'';position:absolute;inset:0;z-index:-2;background:url('/images/forest/forest-1800.webp') center bottom/cover no-repeat;filter:saturate(.72) brightness(.58);opacity:.68;transform:scale(1.035)}
.site-footer::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(16,36,40,.96) 0%,rgba(16,36,40,.80) 28%,rgba(16,36,40,.56) 68%,rgba(16,36,40,.92) 100%),radial-gradient(ellipse at 50% 0%,rgba(120,174,112,.18),transparent 62%);pointer-events:none}
.site-footer>.shell{position:relative;z-index:1}
.site-footer .footer-brand p{color:#d0dccb}
.site-footer .footer-column h3{color:#d8e5cf}
.site-footer .footer-column a:hover{color:#f5f5ef}
@media(prefers-reduced-motion:reduce){.site-footer::before{transform:none}}

/* A living landscape, adapted from the approved isometric scene. */
.isometric-hero{display:block;min-height:780px;min-height:max(780px,calc(100svh - 100px));background:#122126}
.isometric-hero .hero-copy{text-align:left;padding:clamp(112px,11vw,176px) 0 170px var(--gutter);width:49%;position:relative;z-index:3;will-change:auto;pointer-events:none}
.isometric-hero .hero-copy .eyebrow{justify-content:flex-start;margin-bottom:30px}
.isometric-hero .hero-copy h1{font-size:clamp(4.8rem,7.6vw,8.3rem);line-height:1}
.isometric-hero .hero-copy p{margin:28px 0 0;max-width:380px;text-wrap:pretty;color:#cad6c6}
.isometric-hero .hero-actions{justify-content:flex-start;pointer-events:auto;gap:12px;flex-wrap:wrap}
.landscape-wrap{position:absolute;inset:12px -4% 92px 41%;z-index:1}
.forest-stage{position:relative;width:100%;height:100%;min-height:580px;overflow:hidden}
.forest-stage canvas{position:absolute;inset:0;display:block;width:100%;height:100%;touch-action:pan-y;cursor:grab;outline-offset:-6px}
.forest-stage canvas:active{cursor:grabbing}
.landscape-fallback{position:absolute;inset:8% 4%;width:92%;height:84%;object-fit:cover;opacity:.3;mask-image:radial-gradient(ellipse,#000 15%,transparent 70%)}
.isometric-hero[data-ready=true] .landscape-fallback{display:none}
.landscape-controls{display:flex;align-items:center;gap:8px;text-transform:none}
.landscape-turn{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:1px solid #687b6c;color:var(--paper);font-size:1.35rem;line-height:1}
.landscape-turn:hover{background:#263a3b;border-color:var(--lime)}
.drag-hint{font-size:.75rem;letter-spacing:.04em;margin-right:8px;color:var(--muted)}
.isometric-hero .hero-foot{gap:24px}
.isometric-hero .hero-foot .place{font-size:.7rem;letter-spacing:.06em}
.forest-status{position:absolute;bottom:36px;right:var(--gutter);max-width:300px;text-align:center;font-size:.875rem;color:var(--muted)}
@media(min-width:1800px){.isometric-hero .hero-copy{max-width:800px;padding-top:180px}.isometric-hero{min-height:940px}}
@media(max-width:1100px){.isometric-hero .hero-copy{padding-top:150px}.isometric-hero .hero-copy h1{font-size:clamp(4.2rem,7.5vw,6rem)}.isometric-hero .hero-foot .place{display:none}.drag-hint{display:none}}
@media(max-width:850px){.isometric-hero{min-height:0;padding-bottom:110px;display:flex;flex-direction:column}.isometric-hero .hero-copy{width:100%;text-align:center;padding:64px 24px 0}.isometric-hero .hero-copy .eyebrow{justify-content:center;margin-bottom:24px}.isometric-hero .hero-copy h1{font-size:clamp(4.3rem,12vw,6.7rem)}.isometric-hero .hero-copy p{margin:24px auto 0;max-width:390px}.isometric-hero .hero-actions{justify-content:center;margin-top:24px}.landscape-wrap{position:relative;inset:auto;width:100%;height:clamp(340px,70vw,540px);margin-top:8px}.forest-stage{min-height:0}.isometric-hero .hero-foot{bottom:24px;gap:16px;align-items:center}.isometric-hero .scroll-link{font-size:.65rem}.landscape-controls{gap:6px}.landscape-turn{width:40px;height:44px}.isometric-hero .motion-toggle{padding:8px 10px;gap:6px;font-size:.7rem}.forest-status{right:24px;left:24px;bottom:12px;max-width:none}}
@media(max-width:380px){.isometric-hero .hero-copy{padding-inline:20px}.isometric-hero .hero-copy h1{font-size:4.1rem}.isometric-hero .hero-copy .eyebrow{font-size:.65rem;letter-spacing:.05em}.isometric-hero .scroll-link span:last-child{display:none}.isometric-hero .hero-foot{gap:8px}.landscape-controls{gap:5px}}
@media(max-width:560px){.isometric-hero .scroll-link span:last-child{display:none}.isometric-hero .hero-foot{flex-wrap:wrap}.landscape-controls{flex-wrap:wrap}}

/* ── Scroll-scrubbed video hero ──
   The hero is a tall scroll track; the stage pins to the top of the viewport while the
   forest video is scrubbed by scroll position. The video plays through over the first
   two thirds of the track while the copy stays in place, then the page continues. --under is the
   part of the stage still below the fold before it pins, so the copy and controls stay
   put on screen as the header scrolls away. Without JavaScript or with reduced motion
   the stage simply shows the poster frame at normal height. */
.video-hero{--header-h:100px;--p:0;--under:0px;display:block;min-height:0;height:auto;place-items:initial;overflow:visible}
.video-hero.is-scrub{height:300vh}
.hero-stage{position:relative;isolation:isolate;display:grid;place-items:center;min-height:740px;height:calc(100svh - var(--header-h));overflow:hidden;background:var(--forest)}
.video-hero.is-scrub .hero-stage{position:sticky;top:0;height:100svh}
.video-hero .forest-scene{z-index:-2}
.forest-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 50%;filter:saturate(.92) brightness(.9);background:var(--forest)}
.video-hero .forest-shade{background:linear-gradient(180deg,rgba(18,33,38,.22),rgba(18,33,38,.1) 45%,rgba(18,33,38,.06) 82%,rgba(18,33,38,.8) 100%),radial-gradient(ellipse 55% 46% at 50% 40%,rgba(8,26,29,.58) 0%,rgba(8,26,29,.3) 45%,transparent 100%)}
.video-hero .forest-scene::after{background:linear-gradient(0deg,rgba(18,33,38,.9) 0%,rgba(18,33,38,.35) 7%,transparent 16%)}
.video-hero .hero-copy h1,.video-hero .hero-copy p,.video-hero .hero-copy .eyebrow{text-shadow:0 2px 20px rgba(8,26,29,.4),0 1px 2px rgba(8,26,29,.35)}
.video-hero .hero-copy{will-change:auto;transition:none}
.video-hero.is-scrub .hero-copy{transform:translateY(calc(var(--under) * -.5))}
.video-hero.is-scrub .hero-foot{bottom:calc(32px + var(--under))}
@media(min-width:1800px){.video-hero{min-height:0}.hero-stage{min-height:920px}}
@media(max-width:900px){.video-hero{--header-h:88px}.video-hero.is-scrub{height:280vh}.hero-stage{min-height:760px}}
@media(max-width:700px){.video-hero{--header-h:80px}.video-hero.is-scrub{height:240vh}.hero-stage{min-height:0}.video-hero .hero-copy{padding:72px 22px 150px}}
@media(prefers-reduced-motion:reduce){.video-hero.is-scrub{height:auto}.video-hero.is-scrub .hero-stage{position:relative;height:calc(100svh - var(--header-h))}.video-hero.is-scrub .hero-copy,.video-hero.is-scrub .hero-foot,.video-hero.is-scrub .hero-location{opacity:1;transform:none}.video-hero.is-scrub .hero-foot{bottom:32px}}

/* ── Services disclosure menu ── */
.nav-group{position:relative;display:flex;align-items:center}
.nav-drop{position:relative;background:none;border:0;padding:10px 0;color:inherit;font:inherit;display:flex;align-items:center;gap:10px;cursor:pointer}
.nav-drop::after{content:'';position:absolute;bottom:4px;left:0;width:100%;height:1px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform .2s}
.nav-drop:hover::after,.nav-drop[aria-expanded=true]::after,.nav-drop[data-current]::after{transform:scaleX(1)}
.nav-caret{font-family:Arial,sans-serif;font-size:1.1em;line-height:1;transition:transform .2s}
.nav-drop[aria-expanded=true] .nav-caret{transform:rotate(45deg)}
.nav-menu{position:absolute;top:calc(100% + 12px);left:-24px;z-index:40;min-width:320px;margin:0;padding:12px 0;list-style:none;background:var(--forest);border:1px solid var(--rule);box-shadow:0 24px 48px rgba(5,14,16,.35)}
.nav-menu li+li{border-top:1px solid rgba(238,242,231,.07)}
.nav-menu a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:11px 24px;font-size:.95rem;white-space:nowrap}
.nav-menu a:hover,.nav-menu a[aria-current=page]{color:var(--lime)}
@media(max-width:1000px){.nav-group{position:static;flex-direction:column;align-items:stretch}.nav-drop{font-size:1.125rem;justify-content:space-between}.nav-drop::after{display:none}.nav-menu{position:static;min-width:0;margin:4px 0 8px;padding:0 0 0 16px;border:0;border-left:1px solid var(--rule);box-shadow:none}.nav-menu li+li{border-top:0}.nav-menu a{padding:9px 0;font-size:1rem;white-space:normal}}
