:root{--green:#57b52c;--dark:#0d2924;--ink:#16312c;--paper:#f1f0e8;--line:#d7dbd4;--white:#fff;--muted:#61716c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}img{max-width:100%}a{color:inherit}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:82px;padding:0 clamp(1rem,4vw,4rem);background:rgba(13,41,36,.96);backdrop-filter:blur(14px);color:#fff}.logo img{display:block;width:190px;max-height:52px;object-fit:contain}.nav{display:flex;align-items:center;gap:1.6rem}.nav a{text-decoration:none;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav a:hover{color:var(--green)}.nav-cta{padding:.9rem 1rem;background:var(--green);color:var(--dark)!important}.menu{display:none;border:0;background:none;color:#fff;font-size:1.6rem}.hero{position:relative;min-height:calc(100vh - 82px);display:grid;align-items:end;padding:clamp(2rem,6vw,6rem);overflow:hidden;background:#213933;color:#fff}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,25,21,.86) 0%,rgba(6,25,21,.35) 52%,rgba(6,25,21,.1)),url('assets/hero.jpg') center/cover no-repeat;transform:scale(1.01)}.hero__content{position:relative;z-index:1;max-width:820px}.eyebrow{margin:0 0 1.2rem;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hero h1,.page-hero h1,.section-title{margin:0;font-size:clamp(3.2rem,7vw,7.6rem);font-weight:400;line-height:.92;letter-spacing:-.055em}.hero h1 em,.page-hero h1 em,.section-title em{font-family:Georgia,serif;font-weight:400;color:#bac5bf}.hero__lead{max-width:650px;margin:1.7rem 0 2rem;font-family:Georgia,serif;font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.55}.actions{display:flex;flex-wrap:wrap;gap:.8rem}.button{display:inline-flex;justify-content:space-between;gap:2rem;min-width:200px;padding:1.05rem 1.2rem;background:var(--green);color:var(--dark);text-decoration:none;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;transition:.2s}.button:hover{background:#fff;transform:translateY(-2px)}.button--dark{background:var(--dark);color:#fff}.button--dark:hover{background:var(--green);color:var(--dark)}.intro{display:grid;grid-template-columns:.75fr 1.25fr;gap:6vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:var(--paper)}.intro__text{font-family:Georgia,serif;font-size:clamp(1.3rem,2vw,2rem);line-height:1.55}.materials{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.materials a{min-height:220px;display:flex;flex-direction:column;justify-content:space-between;padding:1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;transition:.25s}.materials a:hover{background:var(--green);transform:translateY(-5px)}.materials span{font-size:.68rem;font-weight:700;letter-spacing:.1em}.materials strong{font-family:Georgia,serif;font-size:1.5rem;font-weight:400}.section{padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.section--dark{background:var(--dark);color:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:3rem}.section-head p{max-width:450px;font-family:Georgia,serif;font-size:1.1rem;line-height:1.6}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.card{min-height:440px;position:relative;display:flex;flex-direction:column;justify-content:end;padding:1.6rem;overflow:hidden;background:#dfe4df;text-decoration:none}.card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}.card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(7,24,20,.88))}.card__copy{position:relative;z-index:1;color:#fff}.card h3{margin:0 0 .5rem;font-family:Georgia,serif;font-size:2rem;font-weight:400}.card p{margin:0;line-height:1.5}.card:hover img{transform:scale(1.045)}.hybrid{display:grid;grid-template-columns:.85fr 1.15fr;gap:5vw;align-items:center;background:var(--paper)}.hybrid__visual{position:relative;min-height:650px;display:grid;place-items:center;background:rgba(255,255,255,.55)}.hybrid__visual>img{width:min(90%,650px);max-height:690px;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(13,41,36,.18))}.dot{position:absolute;width:18px;height:18px;border:3px solid #fff;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px rgba(87,181,44,.25)}.dot:after{content:attr(data-label);position:absolute;left:26px;top:50%;transform:translateY(-50%);width:max-content;padding:.55rem .7rem;background:var(--dark);color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.dot--1{right:18%;top:27%}.dot--1:after{left:auto;right:26px}.dot--2{left:48%;top:43%}.dot--3{left:56%;bottom:22%}.hybrid__copy h2{font-size:clamp(3rem,5vw,6rem)}.hybrid__copy p{font-family:Georgia,serif;font-size:1.2rem;line-height:1.65}.view-switch{margin-top:1.8rem;padding:1rem;background:#fff}.tabs{display:flex;border-bottom:1px solid var(--line)}.tabs button{flex:1;padding:.8rem;border:0;border-bottom:3px solid transparent;background:none;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.tabs button.active{border-color:var(--green)}.view-switch img{display:block;width:100%;height:270px;object-fit:contain}.audiences{display:grid;grid-template-columns:repeat(3,1fr)}.audience{min-height:360px;padding:2rem;border:1px solid rgba(255,255,255,.18);text-decoration:none;transition:.25s}.audience:hover{background:var(--green);color:var(--dark)}.audience span{font-size:.68rem;letter-spacing:.1em}.audience h3{margin:7rem 0 1rem;font-family:Georgia,serif;font-size:2.2rem;font-weight:400}.audience p{line-height:1.6}.page-hero{min-height:58vh;padding:clamp(5rem,10vw,9rem) clamp(1.25rem,6vw,6rem) 4rem;display:flex;flex-direction:column;justify-content:end;background:var(--paper)}.page-hero p{max-width:650px;font-family:Georgia,serif;font-size:1.25rem;line-height:1.6}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.feature{padding:2rem;border-top:4px solid var(--green);background:#f6f6f2}.feature h2{font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.feature p{line-height:1.65;color:var(--muted)}.legal{max-width:1100px}.legal h2{margin-top:2.5rem}.legal p,.legal li{font-family:Georgia,serif;font-size:1.05rem;line-height:1.7}.form{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:900px}.field{display:grid;gap:.45rem}.field--wide{grid-column:1/-1}.field label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;padding:1rem;border:1px solid var(--line);background:#fff;font:inherit}.field textarea{min-height:150px}.consent{grid-column:1/-1;display:flex;gap:.7rem;align-items:flex-start;font-size:.83rem;line-height:1.5}.site-footer{padding:clamp(3rem,6vw,6rem) clamp(1.25rem,6vw,6rem) 1.5rem;background:var(--dark);color:#fff}.footer-top{display:flex;justify-content:space-between;align-items:end;gap:2rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.18)}.footer-claim{margin:0;font-size:clamp(2.4rem,5vw,5.5rem);line-height:.94;letter-spacing:-.04em}.footer-claim em{font-family:Georgia,serif;color:#acb9b3}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 0}.footer-label{font-size:.65rem;font-weight:800;letter-spacing:.13em;color:#91a29a;text-transform:uppercase}.site-footer nav{display:grid;gap:.7rem}.site-footer nav a{width:max-content;max-width:100%;font-family:Georgia,serif;font-size:1.05rem;text-decoration:none}.site-footer nav a:hover{color:var(--green)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.18);color:#91a29a;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:980px){.nav{display:none;position:absolute;top:82px;left:0;right:0;padding:1.2rem;background:var(--dark);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu{display:block}.intro,.hybrid{grid-template-columns:1fr}.materials{grid-template-columns:repeat(2,1fr)}.cards,.content-grid{grid-template-columns:1fr 1fr}.hybrid__visual{min-height:520px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.hero{min-height:78vh}.materials,.cards,.content-grid,.audiences,.form{grid-template-columns:1fr}.hybrid__visual{min-height:430px}.dot:after{display:none}.field--wide{grid-column:auto}.consent{grid-column:auto}.section-head,.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.logo img{width:155px}}
.partner-hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.25fr .75fr;gap:6vw;align-items:end;padding:clamp(4rem,9vw,9rem) clamp(1.25rem,6vw,6rem);background:var(--paper)}
.partner-hero h1{margin:0;font-size:clamp(3.5rem,7vw,7.8rem);font-weight:400;line-height:.92;letter-spacing:-.055em}.partner-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#aebbb5}.partner-hero__lead{max-width:760px;margin:2rem 0;font-family:Georgia,serif;font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1.6}.partner-hero__fact{padding:2rem;border-top:4px solid var(--green);background:#fff}.partner-hero__fact span{display:block;margin-bottom:1rem;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.partner-hero__fact strong{font-family:Georgia,serif;font-size:clamp(1.5rem,2.4vw,2.5rem);font-weight:400;line-height:1.25}
.partner-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw}.partner-story__text{font-family:Georgia,serif;font-size:clamp(1.15rem,1.6vw,1.45rem);line-height:1.7}.partner-story__text p:first-child{margin-top:0}.partner-benefits{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.2);border-left:1px solid rgba(255,255,255,.2)}.partner-benefits article{min-height:310px;padding:1.6rem;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.partner-benefits span{font-size:.68rem;font-weight:800;color:var(--green)}.partner-benefits h3{margin:6rem 0 1rem;font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.partner-benefits p{line-height:1.6;color:#bdc9c4}
.partner-form-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#fff}.partner-form-section__intro>p:not(.eyebrow){max-width:480px;font-family:Georgia,serif;font-size:1.15rem;line-height:1.65}.partner-contact{margin-top:3rem!important;padding-top:1.5rem;border-top:1px solid var(--line)}.partner-contact strong{font-family:Arial,sans-serif;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase}.partner-form{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:clamp(1.25rem,3vw,3rem);background:var(--paper)}.form-note{margin:.8rem 0 0;color:var(--muted);font-size:.75rem}
@media(max-width:980px){.partner-hero,.partner-story,.partner-form-section{grid-template-columns:1fr}.partner-benefits{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.partner-benefits,.partner-form{grid-template-columns:1fr}.partner-form .field--wide,.partner-form .consent{grid-column:auto}.partner-hero{min-height:auto}.partner-benefits article{min-height:240px}}
.hybrid__visual .dot--1{right:27%;top:34%}.hybrid__visual .dot--2{left:59%;top:45%}.hybrid__visual .dot--3{left:57%;bottom:25%}
.partner-hero__image{position:relative;height:min(68vh,720px);margin:0;overflow:hidden}.partner-hero__image img{width:100%;height:100%;object-fit:cover}.partner-hero__image figcaption{position:absolute;left:0;right:0;bottom:0;padding:1.5rem;background:linear-gradient(transparent,rgba(13,41,36,.92));color:#fff;font-family:Georgia,serif;font-size:1.25rem}.partner-hero__image figcaption span{display:block;margin-bottom:.45rem;font-family:Arial,sans-serif;font-size:.68rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--green)}.partner-story__image{margin:2.5rem 0 0}.partner-story__image img{display:block;width:100%;height:360px;object-fit:cover}.partner-story__image figcaption{padding:.8rem 0;font-family:Arial,sans-serif;font-size:.75rem;color:var(--muted)}
.architect-hero{position:relative;min-height:calc(100vh - 82px);display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.architect-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.architect-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,25,21,.9),rgba(6,25,21,.18) 70%)}.architect-hero__overlay{position:relative;z-index:1;max-width:1050px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.architect-hero h1{margin:0;font-size:clamp(3.5rem,7vw,7.5rem);font-weight:400;line-height:.91;letter-spacing:-.055em}.architect-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#d0d9d4}.architect-hero__overlay>p:not(.eyebrow){max-width:680px;font-family:Georgia,serif;font-size:1.3rem;line-height:1.55}.architect-services{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.service-list article{display:grid;grid-template-columns:55px .7fr 1.3fr;gap:1rem;align-items:start;padding:1.5rem 0;border-top:1px solid var(--line)}.service-list span{font-size:.68rem;font-weight:800;color:var(--green)}.service-list h3{margin:0;font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.service-list p{margin:0;line-height:1.6;color:var(--muted)}.architect-products{display:grid;grid-template-columns:repeat(4,1fr);border-left:1px solid rgba(255,255,255,.2);border-top:1px solid rgba(255,255,255,.2)}.architect-products a{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);font-family:Georgia,serif;font-size:1.45rem;text-decoration:none;transition:.2s}.architect-products a small{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.66rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.architect-products a:hover{background:var(--green);color:var(--dark)}.architect-products a:hover small{color:var(--dark)}.architect-products__special{background:rgba(255,255,255,.045)}.reference-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,300px);gap:1rem}.reference{position:relative;margin:0;overflow:hidden}.reference--wide{grid-row:1/3}.reference img{width:100%;height:100%;object-fit:cover;transition:.45s}.reference figcaption{position:absolute;left:0;right:0;bottom:0;padding:3rem 1.5rem 1.3rem;background:linear-gradient(transparent,rgba(6,25,21,.9));color:#fff}.reference strong,.reference span{display:block}.reference strong{font-family:Georgia,serif;font-size:1.6rem}.reference span{margin-top:.35rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.reference:hover img{transform:scale(1.035)}.planner-tools{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;background:var(--paper)}.tool-grid{display:grid;grid-template-columns:1fr 1fr}.tool-grid a{min-height:190px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;border:1px solid var(--line);text-decoration:none}.tool-grid a:hover{background:var(--green)}.tool-grid strong{font-family:Georgia,serif;font-size:1.35rem}.tool-grid span{font-size:.75rem}.lead-wizard{display:grid;grid-template-columns:.72fr 1.28fr;gap:6vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#fff}.lead-wizard__intro>p:not(.eyebrow){max-width:500px;font-family:Georgia,serif;font-size:1.1rem;line-height:1.65}.wizard{padding:clamp(1.25rem,3vw,3rem);background:var(--paper)}.wizard__progress{display:grid;gap:.7rem;margin-bottom:2.5rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.wizard__progress i{height:4px;background:#d8ddd7}.wizard__progress b{display:block;width:25%;height:100%;background:var(--green);transition:.25s}.wizard-step{display:none;margin:0;padding:0;border:0}.wizard-step.active{display:block}.wizard-step legend{font-family:Georgia,serif;font-size:clamp(1.7rem,3vw,2.7rem)}.wizard-hint{color:var(--muted)}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:1.5rem 0}.choice-grid label{cursor:pointer}.choice-grid input{position:absolute;opacity:0}.choice-grid span{min-height:110px;display:flex;flex-direction:column;justify-content:center;padding:1.2rem;border:2px solid var(--line);background:#fff;font-family:Georgia,serif;font-size:1.15rem;transition:.15s}.choice-grid small{margin-top:.35rem;font-family:Arial,sans-serif;font-size:.75rem;color:var(--muted)}.choice-grid input:checked+span{border-color:var(--green);box-shadow:inset 0 0 0 2px var(--green);background:#f6fff2}.choice-grid--compact span{min-height:75px}.wizard-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}.wizard-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem}.wizard-actions>button:not(.button){padding:.8rem;border:0;background:none;font-weight:700;color:var(--muted)}
.company-hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:.9fr 1.1fr;background:var(--paper)}.company-hero>div{display:flex;flex-direction:column;justify-content:end;padding:clamp(4rem,7vw,7rem) clamp(1.25rem,5vw,5rem)}.company-hero h1{margin:0;font-size:clamp(3.3rem,6vw,6.8rem);font-weight:400;line-height:.92;letter-spacing:-.05em}.company-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#adbab4}.company-hero p:not(.eyebrow){font-family:Georgia,serif;font-size:1.25rem;line-height:1.6}.company-hero>img{width:100%;height:100%;object-fit:cover}.company-origin{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw}.company-origin>div:last-child{font-family:Georgia,serif;font-size:1.25rem;line-height:1.7}.company-numbers{display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(1.25rem,6vw,6rem)}.company-numbers article{min-height:240px;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;border-right:1px solid rgba(255,255,255,.2)}.company-numbers strong{font-family:Georgia,serif;font-size:clamp(2.5rem,5vw,5rem);font-weight:400;color:var(--green)}.company-numbers span{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.company-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.company-topics article{padding:2rem;border-top:4px solid var(--green);background:var(--paper)}.company-topics h3{font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.company-topics p{min-height:110px;line-height:1.65;color:var(--muted)}.company-topics a{font-size:.75rem;font-weight:800;text-transform:uppercase;text-decoration:none}.career-panel{display:grid;grid-template-columns:.9fr 1.1fr;background:var(--dark);color:#fff}.career-panel>div{padding:clamp(4rem,7vw,7rem) clamp(1.25rem,6vw,6rem)}.career-panel h2{font-family:Georgia,serif;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:400}.career-panel p{font-size:1.1rem;line-height:1.65}.career-panel img{width:100%;height:100%;object-fit:cover}
@media(max-width:1100px){.nav{gap:.9rem}.nav a{font-size:.66rem}}
@media(max-width:980px){.architect-services,.planner-tools,.lead-wizard,.company-origin{grid-template-columns:1fr}.architect-products{grid-template-columns:1fr 1fr}.company-hero,.career-panel{grid-template-columns:1fr}.company-hero>img,.career-panel img{height:55vw;min-height:360px}.company-numbers{grid-template-columns:1fr 1fr}.company-topics{grid-template-columns:1fr}.partner-hero__image{height:58vw;min-height:380px}}
@media(max-width:620px){.reference-grid{display:block}.reference{height:320px;margin-bottom:1rem}.architect-products,.choice-grid,.wizard-fields,.tool-grid,.company-numbers{grid-template-columns:1fr}.service-list article{grid-template-columns:35px 1fr}.service-list p{grid-column:2}.lead-wizard{padding-left:0;padding-right:0}.lead-wizard__intro{padding:0 1.25rem}.wizard-actions{align-items:stretch;flex-direction:column-reverse}.wizard-actions .button{width:100%}}
.feature--link{display:block;color:inherit;text-decoration:none;transition:.25s}.feature--link:hover{background:#eefbe8;transform:translateY(-4px)}.feature__link{display:block;margin-top:1.5rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.ahf-hero{position:relative;min-height:calc(100vh - 82px);display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.ahf-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ahf-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,22,.92) 0%,rgba(5,27,22,.56) 48%,rgba(5,27,22,.08) 78%)}.ahf-hero__copy{position:relative;z-index:1;width:min(900px,100%);padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.ahf-hero h1{margin:0;font-size:clamp(3.5rem,7vw,7.8rem);font-weight:400;line-height:.91;letter-spacing:-.055em}.ahf-hero h1 em,.ahf-heading em,.ahf-cta h2 em{font-family:Georgia,serif;font-weight:400;color:#c4cec9}.ahf-hero__copy>p:not(.eyebrow){max-width:660px;font-family:Georgia,serif;font-size:clamp(1.08rem,1.6vw,1.35rem);line-height:1.6}.text-link{align-self:center;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.09em;text-decoration:none;text-transform:uppercase}.ahf-jump{position:sticky;top:82px;z-index:15;display:flex;justify-content:center;gap:2rem;padding:1rem clamp(1rem,4vw,4rem);overflow-x:auto;background:#fff;border-bottom:1px solid var(--line);white-space:nowrap}.ahf-jump a{font-size:.7rem;font-weight:800;letter-spacing:.07em;text-decoration:none;text-transform:uppercase}.ahf-jump a:hover{color:var(--green)}.ahf-heading{margin:0;font-size:clamp(2.7rem,5vw,5.7rem);font-weight:400;line-height:.98;letter-spacing:-.045em}.ahf-heading em{color:#9daaa4}.ahf-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;background:var(--paper)}.ahf-intro__text{font-family:Georgia,serif;font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1.72}.ahf-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:var(--dark);color:#fff}.ahf-benefits article{min-height:330px;padding:2rem;border-right:1px solid rgba(255,255,255,.18)}.ahf-benefits span,.future-grid span,.model-grid span{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.ahf-benefits h3{margin:7rem 0 1rem;font-family:Georgia,serif;font-size:1.75rem;font-weight:400}.ahf-benefits p{line-height:1.6;color:#bdc9c4}.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.2)}.model-grid article{display:grid;grid-template-columns:1fr 1.15fr;min-height:310px;background:var(--dark)}.model-grid img{width:100%;height:100%;object-fit:contain;background:#fff}.model-grid article>div{display:flex;flex-direction:column;justify-content:end;padding:1.35rem}.model-grid h3{margin:.5rem 0;font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.model-grid p{margin:0;color:#bdc9c4;font-size:.9rem;line-height:1.5}.model-note{max-width:760px;margin:2rem 0 0;color:#bdc9c4;line-height:1.6}.color-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:7vw;background:var(--paper)}.color-copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.12rem;line-height:1.65}.color-note{padding-top:1rem;border-top:1px solid var(--line);font-family:Arial,sans-serif!important;font-size:.78rem!important;color:var(--muted)}.swatch-area h3{margin:0 0 1rem;font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.swatch-area h3:not(:first-child){margin-top:2.3rem}.swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.swatches figure{margin:0;background:#fff}.swatches img{display:block;width:100%;height:150px;object-fit:cover}.swatches figcaption{padding:.7rem;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.future{background:#fff}.future-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.future-grid article{min-height:300px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.future-grid h3{margin:4.5rem 0 1rem;font-family:Georgia,serif;font-size:1.7rem;font-weight:400}.future-grid p{line-height:1.65;color:var(--muted)}.planning{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;background:var(--paper)}.planning__intro>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.12rem;line-height:1.65}.planning__steps{margin:0;padding:0;list-style:none}.planning__steps li{display:grid;grid-template-columns:60px 1fr;gap:1rem;padding:1.35rem 0;border-top:1px solid var(--line)}.planning__steps li>span{font-size:.7rem;font-weight:800;color:var(--green)}.planning__steps h3{margin:0 0 .5rem;font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.planning__steps p{margin:0;line-height:1.6;color:var(--muted)}.ahf-cta{padding:clamp(4rem,9vw,9rem) clamp(1.25rem,8vw,9rem);background:var(--green);color:var(--dark)}.ahf-cta h2{max-width:1000px;margin:0;font-size:clamp(3rem,6vw,7rem);font-weight:400;line-height:.92;letter-spacing:-.05em}.ahf-cta h2 em{color:rgba(13,41,36,.55)}.ahf-cta>p:not(.eyebrow){max-width:620px;font-family:Georgia,serif;font-size:1.2rem;line-height:1.6}.button--light{background:#fff;color:var(--dark)}
@media(max-width:1100px){.model-grid{grid-template-columns:1fr 1fr}.model-grid article{min-height:280px}}
@media(max-width:980px){.ahf-intro,.color-section,.planning{grid-template-columns:1fr}.ahf-benefits{grid-template-columns:1fr 1fr}.future-grid{grid-template-columns:1fr 1fr}.ahf-jump{justify-content:flex-start}.swatches img{height:130px}}
@media(max-width:620px){.ahf-hero{min-height:78vh}.ahf-benefits,.model-grid,.future-grid{grid-template-columns:1fr}.ahf-benefits article{min-height:240px}.ahf-benefits h3{margin-top:4rem}.model-grid article{min-height:250px}.swatches{grid-template-columns:1fr 1fr}.ahf-jump{top:82px}.ahf-heading{font-size:clamp(2.5rem,12vw,4rem)}}
.window-hero{position:relative;min-height:calc(100vh - 82px);display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.window-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.window-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,22,.94),rgba(5,27,22,.56) 52%,rgba(5,27,22,.1))}.window-hero__copy{position:relative;z-index:1;max-width:1050px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.window-hero h1{margin:0;font-size:clamp(3.3rem,7vw,7.5rem);font-weight:400;line-height:.91;letter-spacing:-.055em}.window-hero h1 em,.window-value h2 em,.material-guide h2 em,.window-cta h2 em{font-family:Georgia,serif;font-weight:400;color:#c5cfca}.window-hero__copy>p:not(.eyebrow){max-width:720px;font-family:Georgia,serif;font-size:clamp(1.08rem,1.6vw,1.4rem);line-height:1.6}.window-value{display:grid;grid-template-columns:.72fr 1.08fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:var(--paper)}.window-value h2,.material-guide h2{margin:0;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:400;line-height:.96;letter-spacing:-.045em}.window-value h2 em,.material-guide h2 em{color:#9ba9a2}.window-value__copy{font-family:Georgia,serif;font-size:clamp(1.12rem,1.5vw,1.35rem);line-height:1.7}.window-value__facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:2rem;border-top:1px solid var(--line);border-left:1px solid var(--line)}.window-value__facts article{min-height:150px;display:flex;flex-direction:column;justify-content:end;padding:1.25rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.window-value__facts strong{font-family:Georgia,serif;font-size:1.5rem;font-weight:400}.window-value__facts span{margin-top:.4rem;font-size:.72rem;color:var(--muted)}
.material-guide{display:grid;grid-template-columns:.72fr 1.28fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#fff}.material-guide__intro>p:not(.eyebrow){max-width:500px;font-family:Georgia,serif;font-size:1.08rem;line-height:1.65}.guide-card{padding:clamp(1.2rem,3vw,2.5rem);background:var(--paper)}.guide-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.2rem}.guide-options label{cursor:pointer}.guide-options input{position:absolute;opacity:0}.guide-options span{min-height:105px;display:flex;flex-direction:column;justify-content:center;padding:1rem;border:2px solid var(--line);background:#fff;font-family:Georgia,serif;font-size:1.05rem;transition:.18s}.guide-options small{margin-top:.35rem;font-family:Arial,sans-serif;font-size:.72rem;color:var(--muted)}.guide-options input:checked+span{border-color:var(--green);box-shadow:inset 0 0 0 2px var(--green);background:#f5fff0}.guide-result{margin-top:1.2rem;padding:1.3rem;border-left:4px solid var(--green);background:#fff}.guide-result span{font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.guide-result h3{margin:.5rem 0;font-family:Georgia,serif;font-size:1.6rem;font-weight:400}.guide-result p{line-height:1.55;color:var(--muted)}.guide-result a{font-size:.72rem;font-weight:800;text-decoration:none;text-transform:uppercase}
.material-worlds{background:#fff}.material-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.material-card{min-height:520px;display:flex;flex-direction:column;background:var(--paper);color:inherit;text-decoration:none;overflow:hidden}.material-card img{width:100%;height:250px;object-fit:contain;background:#fff}.material-card>div{display:flex;flex:1;flex-direction:column;padding:1.5rem}.material-card span{font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.material-card h3{margin:.7rem 0;font-family:Georgia,serif;font-size:2rem;font-weight:400}.material-card p{line-height:1.6;color:var(--muted)}.material-card b{margin-top:auto;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.material-card--featured{background:var(--dark);color:#fff}.material-card--featured p{color:#bdc9c4}.material-card--featured:hover{transform:translateY(-5px)}.material-card--simple{min-height:330px;border-top:4px solid var(--green)}
.window-hero--people{justify-content:flex-end}.window-hero--people>img{object-position:center}.window-hero--people .window-hero__shade{background:linear-gradient(270deg,rgba(5,27,22,.94),rgba(5,27,22,.69) 42%,rgba(5,27,22,.08) 70%)}.window-hero--people .window-hero__copy{width:min(58%,1050px)}
.material-cards--editorial{gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.material-cards--editorial .material-card{position:relative;min-height:390px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#f3f2ed;transition:background-color .25s ease,color .25s ease,transform .25s ease}.material-cards--editorial .material-card:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.7),transparent 55%);opacity:.8;pointer-events:none}.material-cards--editorial .material-card>div{position:relative;padding:clamp(1.5rem,3vw,2.4rem)}.material-cards--editorial .material-card h3{margin:clamp(3.8rem,7vw,7rem) 0 .9rem;font-size:clamp(2rem,3vw,3.1rem);line-height:1}.material-cards--editorial .material-card p{max-width:34rem}.material-cards--editorial .material-card b{padding-top:2rem}.material-cards--editorial .material-card:hover,.material-cards--editorial .material-card:focus-visible{transform:translateY(-4px);background:#eaf1e6;outline:none;box-shadow:inset 0 4px 0 var(--green)}.material-cards--editorial .material-card--featured{background:#173731;color:#fff}.material-cards--editorial .material-card--featured p{color:#c6d1cc}.material-cards--editorial .material-card--wood{background:#ece4d5}.material-cards--editorial .material-card--hybrid{background:#e7e9e3}.material-cards--editorial .material-card--pvc-aluminium{background:#e5e9e8}.material-cards--editorial .material-card--pvc{background:#f3f4f1}.material-cards--editorial .material-card--aluminium{background:#dfe4e3}.material-special{display:grid;grid-template-columns:1fr 1fr auto;gap:2rem;align-items:center;margin-top:1rem;padding:1.5rem 2rem;border:1px solid var(--line);color:inherit;text-decoration:none;transition:.2s}.material-special span{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.material-special strong{font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.material-special b{font-size:.7rem;letter-spacing:.06em;text-transform:uppercase}.material-special:hover{border-color:var(--green);background:#f3f7f0}
.window-anatomy{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw}.anatomy-list article{display:grid;grid-template-columns:50px 1fr;gap:1rem;padding:1.35rem 0;border-top:1px solid rgba(255,255,255,.2)}.anatomy-list span{font-size:.7rem;font-weight:800;color:var(--green)}.anatomy-list h3{margin:0 0 .5rem;font-family:Georgia,serif;font-size:1.45rem;font-weight:400}.anatomy-list p{margin:0;line-height:1.6;color:#bdc9c4}.decision-path ol{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;border-top:1px solid var(--line);border-left:1px solid var(--line);list-style:none}.decision-path li{min-height:280px;padding:1.5rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.decision-path li>span{font-size:.7rem;font-weight:800;color:var(--green)}.decision-path h3{margin:5rem 0 .7rem;font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.decision-path p{line-height:1.6;color:var(--muted)}.window-cta{padding:clamp(4rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:var(--green);color:var(--dark)}.window-cta h2{max-width:1100px;margin:0 0 2rem;font-size:clamp(3rem,6vw,6.7rem);font-weight:400;line-height:.92;letter-spacing:-.05em}.window-cta h2 em{color:rgba(13,41,36,.55)}.product-promise{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;background:#fff}.product-promise>div:last-child{font-family:Georgia,serif;font-size:1.15rem;line-height:1.7}
@media(max-width:980px){.window-value,.material-guide,.window-anatomy,.product-promise{grid-template-columns:1fr}.window-value__facts,.decision-path ol{grid-template-columns:1fr 1fr}.material-cards{grid-template-columns:1fr 1fr}.window-hero--people .window-hero__copy{width:70%}.material-special{grid-template-columns:1fr auto}.material-special span{grid-column:1/-1}}
@media(max-width:620px){.window-hero{min-height:82vh}.window-hero--people{justify-content:flex-start}.window-hero--people>img{object-position:38% center}.window-hero--people .window-hero__shade{background:linear-gradient(0deg,rgba(5,27,22,.96),rgba(5,27,22,.52) 70%,rgba(5,27,22,.08))}.window-hero--people .window-hero__copy{width:auto}.guide-options,.window-value__facts,.material-cards,.decision-path ol{grid-template-columns:1fr}.material-card{min-height:430px}.material-cards--editorial .material-card{min-height:330px}.material-card--simple{min-height:280px}.material-special{grid-template-columns:1fr;gap:.7rem;padding:1.35rem}.window-value__facts article{min-height:120px}.decision-path li{min-height:230px}.window-cta .button{width:100%}}
.premium-manifesto{display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,6rem);background:#fff}.premium-manifesto h2{max-width:680px;margin:0;font-size:clamp(3rem,5.6vw,6.5rem);font-weight:400;line-height:.94;letter-spacing:-.05em}.premium-manifesto h2 em{font-family:Georgia,serif;font-weight:400;color:#9daaa4}.premium-manifesto__copy{font-family:Georgia,serif;font-size:clamp(1.15rem,1.55vw,1.4rem);line-height:1.72}.premium-manifesto__copy p:first-child{margin-top:0}.premium-proof{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:2rem;border-top:1px solid var(--line);border-left:1px solid var(--line)}.premium-proof article{min-height:160px;display:flex;flex-direction:column;justify-content:end;padding:1.3rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.premium-proof strong{font-family:Georgia,serif;font-size:1.6rem;font-weight:400}.premium-proof span{margin-top:.45rem;font-size:.72rem;color:var(--muted)}
.premium-references{background:var(--paper)}.premium-gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(3,250px);gap:1rem}.premium-gallery figure{position:relative;margin:0;overflow:hidden;background:var(--dark)}.premium-gallery__lead{grid-row:1/3}.premium-gallery__wide{grid-column:1/-1}.premium-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.premium-gallery figure:hover img{transform:scale(1.035)}.premium-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:4.5rem 1.5rem 1.4rem;background:linear-gradient(transparent,rgba(5,27,22,.88));color:#fff}.premium-gallery figcaption span{display:block;margin-bottom:.35rem;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.premium-gallery figcaption strong{font-family:Georgia,serif;font-size:clamp(1.25rem,2vw,1.85rem);font-weight:400}
.model-carousel__controls{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.2rem}.model-carousel__controls>p{max-width:600px;color:#bdc9c4;line-height:1.6}.model-carousel__controls div{display:flex;gap:.5rem}.model-carousel__controls button{width:50px;height:50px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-size:1.3rem;cursor:pointer}.model-carousel__controls button:hover{border-color:var(--green);background:var(--green);color:var(--dark)}.model-carousel{display:flex;gap:1rem;overflow-x:auto;padding:0 0 1.4rem;scroll-snap-type:x mandatory;scrollbar-color:var(--green) rgba(255,255,255,.12)}.model-carousel article{flex:0 0 min(78vw,620px);display:grid;grid-template-columns:.9fr 1.1fr;min-height:430px;background:#173731;scroll-snap-align:start}.model-carousel article>img{width:100%;height:100%;object-fit:contain;background:#fff}.model-carousel article>div{display:flex;flex-direction:column;justify-content:end;padding:clamp(1.3rem,3vw,2.2rem)}.model-carousel span{font-size:.66rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.model-carousel h3{margin:.7rem 0;font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.7rem);font-weight:400}.model-carousel p{color:#bdc9c4;line-height:1.6}.model-carousel details{margin-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.model-carousel summary{padding:1rem 0;cursor:pointer;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.model-carousel dl{margin:0}.model-carousel dl div{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-top:1px solid rgba(255,255,255,.12)}.model-carousel dt{color:#bdc9c4}.model-carousel dd{margin:0;font-weight:700}.color-download{margin:1.2rem 0}
@media(max-width:980px){.premium-manifesto{grid-template-columns:1fr}.premium-proof{grid-template-columns:1fr 1fr}.premium-gallery{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,220px)}.premium-gallery__lead{grid-row:auto}.premium-gallery__wide{grid-column:1/-1}.model-carousel article{flex-basis:min(88vw,600px)}}
@media(max-width:620px){.premium-proof{grid-template-columns:1fr}.premium-proof article{min-height:120px}.premium-gallery{display:block}.premium-gallery figure{height:310px;margin-bottom:1rem}.model-carousel__controls{align-items:flex-start;flex-direction:column}.model-carousel article{flex-basis:88vw;display:flex;flex-direction:column}.model-carousel article>img{height:270px}.model-carousel article>div{min-height:370px}.color-download{width:100%}}
.product-hero{position:relative;min-height:calc(92vh - 82px);display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.product-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.product-hero--wood>img{object-position:center}.product-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,22,.91),rgba(5,27,22,.48) 55%,rgba(5,27,22,.08))}.product-hero__copy{position:relative;z-index:1;max-width:950px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.product-hero h1{margin:0;font-size:clamp(3.3rem,7vw,7.5rem);font-weight:400;line-height:.91;letter-spacing:-.055em}.product-hero h1 em,.product-story h2 em,.product-cta h2 em,.home-hero h1 em,.home-family h2 em,.home-craft h2 em,.home-partner h2 em{font-family:Georgia,serif;font-weight:400;color:#c8d1cc}.product-hero__copy>p:not(.eyebrow){max-width:690px;font-family:Georgia,serif;font-size:clamp(1.08rem,1.6vw,1.4rem);line-height:1.6}.product-story{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:var(--paper)}.product-story h2,.product-image-pair h2{margin:0;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:400;line-height:.98;letter-spacing:-.045em}.product-story>div:last-child{font-family:Georgia,serif;font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1.7}.product-benefits{display:grid;grid-template-columns:repeat(4,1fr);background:var(--dark);color:#fff}.product-benefits article{min-height:300px;padding:2rem;border-right:1px solid rgba(255,255,255,.18)}.product-benefits span,.product-models span{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.product-benefits h3{margin:6rem 0 1rem;font-family:Georgia,serif;font-size:1.75rem;font-weight:400}.product-benefits p{line-height:1.6;color:#bdc9c4}.product-image-pair{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center}.product-image-pair figure{margin:0}.product-image-pair img{display:block;width:100%;height:560px;object-fit:cover}.product-image-pair figcaption{padding:.8rem 0;color:var(--muted);font-size:.78rem}.product-image-pair>div>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.15rem;line-height:1.7}.product-models{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-models--four{grid-template-columns:repeat(4,1fr)}.product-models--single{grid-template-columns:minmax(300px,650px)}.product-models article{display:grid;grid-template-rows:360px auto;background:#173731}.product-models img{width:100%;height:100%;object-fit:contain;background:#fff}.product-models article>div{padding:1.5rem}.product-models h3{margin:.6rem 0;font-family:Georgia,serif;font-size:1.8rem;font-weight:400}.product-models p{margin:0;color:#bdc9c4;line-height:1.55}.product-options{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;background:#fff}.option-grid{display:grid;grid-template-columns:1fr 1fr}.option-grid article{min-height:220px;padding:1.5rem;border:1px solid var(--line)}.option-grid h3{margin:3rem 0 .7rem;font-family:Georgia,serif;font-size:1.5rem;font-weight:400}.option-grid p{line-height:1.6;color:var(--muted)}.hybrid-detail{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center;background:var(--paper)}.product-cta{padding:clamp(4rem,9vw,9rem) clamp(1.25rem,7vw,8rem);background:var(--green);color:var(--dark)}.product-cta h2{max-width:1100px;margin:0 0 2rem;font-size:clamp(3rem,6vw,6.7rem);font-weight:400;line-height:.92;letter-spacing:-.05em}.product-cta h2 em{color:rgba(13,41,36,.55)}
.home-hero{position:relative;min-height:calc(100vh - 82px);display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.home-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,22,.88),rgba(5,27,22,.28) 62%,rgba(5,27,22,.04))}.home-hero__copy{position:relative;z-index:1;max-width:980px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.home-hero h1{margin:0;font-size:clamp(3.7rem,7.4vw,8rem);font-weight:400;line-height:.89;letter-spacing:-.06em}.home-hero__copy>p:not(.eyebrow){max-width:690px;font-family:Georgia,serif;font-size:clamp(1.12rem,1.7vw,1.45rem);line-height:1.6}.home-hero__signature{position:absolute;z-index:1;right:2rem;bottom:2rem;margin:0;font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl}.home-belief{padding:clamp(5rem,10vw,11rem) clamp(1.25rem,10vw,11rem);background:#fff;text-align:center}.home-belief p{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}.home-belief h2{max-width:1100px;margin:1rem auto 0;font-family:Georgia,serif;font-size:clamp(2rem,4vw,4.6rem);font-weight:400;line-height:1.2}.home-family{display:grid;grid-template-columns:1.1fr .9fr;background:var(--paper)}.home-family__history{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;padding:clamp(1rem,3vw,3rem)}.home-family figure{margin:0}.home-family figure:nth-child(2){padding-top:28%}.home-family img{width:100%;height:100%;min-height:500px;object-fit:cover;filter:grayscale(1)}.home-family figcaption{padding:.8rem 0;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-family__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,7vw,8rem) clamp(1.25rem,5vw,6rem)}.home-family h2,.home-craft h2,.home-partner h2{margin:0;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:400;line-height:.98;letter-spacing:-.045em}.home-family h2 em,.home-craft h2 em{color:#9daaa4}.home-family__copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.12rem;line-height:1.7}.home-family__copy .button{margin-top:1rem;align-self:flex-start}.home-craft{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;padding:clamp(5rem,9vw,10rem) clamp(1.25rem,6vw,6rem);background:var(--dark);color:#fff}.home-craft__grid{display:grid;grid-template-columns:repeat(3,1fr)}.home-craft article{min-height:330px;padding:1.5rem;border:1px solid rgba(255,255,255,.2)}.home-craft article>span{font-size:.7rem;font-weight:800;color:var(--green)}.home-craft h3{margin:7rem 0 1rem;font-family:Georgia,serif;font-size:1.6rem;font-weight:400}.home-craft article p{color:#bdc9c4;line-height:1.6}.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:520px 230px;gap:1rem}.home-product-grid a{position:relative;display:flex;flex-direction:column;justify-content:end;overflow:hidden;padding:1.5rem;color:#fff;text-decoration:none;background:var(--dark)}.home-product-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.45s}.home-product-grid a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(5,27,22,.9))}.home-product-grid span,.home-product-grid h3{position:relative;z-index:1}.home-product-grid span{font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.home-product-grid h3{margin:.5rem 0;font-family:Georgia,serif;font-size:2rem;font-weight:400}.home-product-grid a:hover img{transform:scale(1.04)}.home-product-grid__all{grid-column:1/-1}.home-product-grid__all:after{display:none}.home-product-grid__all h3{font-size:clamp(1.8rem,3vw,3rem)}.home-proof{display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(1.25rem,6vw,6rem);background:var(--green);color:var(--dark)}.home-proof div{min-height:230px;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;border-right:1px solid rgba(13,41,36,.25)}.home-proof strong{font-family:Georgia,serif;font-size:clamp(2.7rem,5vw,5rem);font-weight:400}.home-proof span{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.home-partner{position:relative;min-height:700px;display:flex;align-items:end;overflow:hidden;color:#fff}.home-partner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-partner:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,27,22,.92),rgba(5,27,22,.22))}.home-partner>div{position:relative;z-index:1;max-width:850px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.home-partner>div>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.2rem;line-height:1.65}
@media(max-width:1050px){.product-models--four{grid-template-columns:1fr 1fr}.home-family,.home-craft{grid-template-columns:1fr}.home-craft__grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.product-story,.product-image-pair,.product-options,.hybrid-detail{grid-template-columns:1fr}.product-benefits{grid-template-columns:1fr 1fr}.product-models{grid-template-columns:1fr 1fr}.home-product-grid{grid-template-columns:1fr 1fr;grid-template-rows:420px 420px 190px}.home-product-grid__all{grid-column:1/-1}.home-proof{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.product-hero{min-height:78vh}.product-benefits,.product-models,.product-models--four,.option-grid,.home-craft__grid,.home-proof{grid-template-columns:1fr}.product-benefits article{min-height:230px}.product-benefits h3{margin-top:4rem}.product-models article{grid-template-rows:300px auto}.product-image-pair img{height:400px}.home-hero{min-height:80vh}.home-hero__signature{display:none}.home-family__history{grid-template-columns:1fr}.home-family figure:nth-child(2){display:none}.home-family img{min-height:390px}.home-product-grid{display:block}.home-product-grid a{height:380px;margin-bottom:1rem}.home-product-grid__all{height:190px!important}.home-proof div{min-height:150px}.home-partner{min-height:620px}}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300}.nav a,.button,.eyebrow,.footer-label,.product-benefits span{font-weight:600}h1,h2,h3,strong{font-weight:300}.door-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.door-grid a{display:flex;flex-direction:column;min-height:620px;padding-bottom:1.5rem;background:var(--paper);text-decoration:none}.door-grid img{width:100%;height:330px;object-fit:cover}.door-grid span,.door-grid h3,.door-grid p,.door-grid b{margin-left:1.4rem;margin-right:1.4rem}.door-grid span{margin-top:1.3rem;color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.door-grid h3{margin-top:.5rem;margin-bottom:.5rem;font-family:Georgia,serif;font-size:2rem}.door-grid p{line-height:1.6}.door-grid b{margin-top:auto;font-size:.75rem}.eudr-strip{display:grid;grid-template-columns:.55fr 1.4fr auto;gap:2rem;align-items:center;padding:1.3rem clamp(1.25rem,6vw,6rem);background:var(--green);color:var(--dark)}.eudr-strip span{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.eudr-strip p{margin:0;font-family:Georgia,serif}.eudr-strip a{font-weight:600;text-decoration:none}.grand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.grand-card{position:relative;min-height:650px;display:flex;align-items:end;overflow:hidden;color:#fff;text-decoration:none}.grand-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.4s}.grand-card:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgba(5,27,22,.92))}.grand-card div{position:relative;z-index:1;padding:2rem}.grand-card span{color:var(--green)}.grand-card h2{font-family:Georgia,serif;font-size:2rem}.grand-card p{line-height:1.6}.grand-card:hover img{transform:scale(1.04)}.reference-grid--all{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,330px)}.reference-grid--all .reference--wide{grid-row:auto}
@media(max-width:980px){.door-grid,.reference-grid--all{grid-template-columns:1fr 1fr}.grand-grid{grid-template-columns:1fr}.grand-card{min-height:500px}.eudr-strip{grid-template-columns:1fr}}
@media(max-width:620px){.door-grid,.reference-grid--all{grid-template-columns:1fr}.reference-grid--all{grid-template-rows:none}.reference-grid--all .reference{height:320px}.door-grid a{min-height:560px}}


.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}
.home-product-grid a{min-height:440px}
.home-products__footer{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(3rem,8vw,9rem);align-items:end;margin-top:clamp(3rem,6vw,6rem);padding:clamp(3rem,5vw,5rem) 0 0;border-top:1px solid var(--line)}
.home-products__footer-copy>span{display:block;margin-bottom:1rem;color:var(--green);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.home-products__footer h3{max-width:850px;margin:0;font-size:clamp(2.35rem,4vw,4.7rem);font-weight:300;line-height:1.02;letter-spacing:-.04em}
.home-products__footer h3 em{font-family:Georgia,serif;font-weight:400;color:#9daaa4}
.home-products__footer-action p{max-width:520px;margin:0 0 1.6rem;font-family:Georgia,serif;font-size:1.08rem;line-height:1.65;color:var(--muted)}
.home-proof{grid-template-columns:repeat(4,minmax(0,1fr));padding:0;background:var(--dark);color:#fff}
.home-proof div{border-color:rgba(255,255,255,.16)}
.home-proof strong{color:#fff}
.home-proof span{color:#a8b9b2}
.home-proof div:before{content:"";display:block;width:34px;height:3px;margin-bottom:1.5rem;background:var(--green)}
.product-cta,.ahf-cta,.window-cta{background:var(--dark);color:#fff}
.product-cta h2 em,.ahf-cta h2 em,.window-cta h2 em{color:#a8b9b2}
.product-cta .button,.ahf-cta .button,.window-cta .button{background:#fff;color:var(--dark)}
.product-cta .button:hover,.ahf-cta .button:hover,.window-cta .button:hover{background:var(--green)}
.eudr-strip{background:#e8ece8;color:var(--dark);border-top:3px solid var(--green)}
@media(max-width:980px){.home-product-grid{grid-template-columns:1fr 1fr}.home-product-grid a{min-height:400px}.home-products__footer{grid-template-columns:1fr;align-items:start;gap:2rem}.home-products__footer-action p{max-width:680px}}
@media(max-width:620px){.home-product-grid{display:block}.home-product-grid a{height:380px;min-height:0;margin-bottom:1rem}.home-products__footer{padding-top:2.5rem}.home-products__footer h3 br{display:none}.home-products__footer .button{width:100%}}


:root{--dark:#1c3c37;--ink:#243c38;--paper:#f3f2ec;--muted:#647570}
.header{background:rgba(28,60,55,.96)}
.nav{gap:1.25rem}
.maker-story{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(3rem,7vw,8rem);align-items:center;padding:clamp(5rem,9vw,9rem) clamp(1.25rem,6vw,6rem);background:#f7f7f3}
.maker-story__copy h2{margin:0;font-size:clamp(2.8rem,5vw,5.9rem);font-weight:300;line-height:.96;letter-spacing:-.045em}
.maker-story__copy h2 em{font-family:Georgia,serif;font-weight:400;color:#94a69f}
.maker-story__copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.15rem;line-height:1.72}
.maker-story__gallery{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(2,260px);gap:1rem}
.maker-story__gallery figure{position:relative;margin:0;overflow:hidden;background:var(--dark)}
.maker-story__gallery .maker-story__lead{grid-row:1/3}
.maker-story__gallery img{width:100%;height:100%;object-fit:cover;transition:.5s}
.maker-story__gallery figure:hover img{transform:scale(1.035)}
.maker-story__gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:3rem 1rem 1rem;background:linear-gradient(transparent,rgba(18,48,42,.8));color:#fff;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.home-products__footer{padding:clamp(3.5rem,6vw,6.5rem) clamp(2rem,4vw,4.5rem);background:#eef1ec;border-top:0}
.home-products__footer h3{font-size:clamp(2.7rem,4.5vw,5.1rem)}
.home-proof div{padding-left:clamp(1.5rem,4vw,4rem)}
.grand-editorial{padding:0 clamp(1.25rem,6vw,6rem) clamp(5rem,9vw,9rem)}
.grand-editorial article{display:grid;grid-template-columns:1.2fr .8fr;min-height:620px;margin-bottom:1.2rem;background:var(--paper)}
.grand-editorial article>img{width:100%;height:100%;min-height:620px;object-fit:cover}
.grand-editorial article>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem)}
.grand-editorial__reverse>img{order:2}
.grand-editorial span,.showroom-grid span,.consult-steps span,.service-grid span{color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.grand-editorial h2{margin:.8rem 0;font-family:Georgia,serif;font-size:clamp(2.3rem,4vw,4.4rem);font-weight:400;line-height:1}
.grand-editorial p,.grand-editorial li{line-height:1.7;color:var(--muted)}
.grand-facts{background:transparent}
.service-hero{position:relative;min-height:78vh;display:flex;align-items:end;color:#fff;background:var(--dark)}
.service-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.service-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,57,51,.92),rgba(24,57,51,.18))}
.service-hero>div{position:relative;z-index:1;max-width:980px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}
.service-hero h1{margin:0;font-size:clamp(3.2rem,7vw,7.4rem);font-weight:300;line-height:.92;letter-spacing:-.055em}
.service-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#c7d1cc}
.service-hero p:not(.eyebrow){max-width:650px;font-family:Georgia,serif;font-size:1.3rem;line-height:1.6}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.service-grid a{min-height:330px;display:flex;flex-direction:column;padding:2rem;background:var(--paper);text-decoration:none;border-top:3px solid transparent;transition:.25s}
.service-grid a:hover{border-color:var(--green);transform:translateY(-4px)}
.service-grid h2,.showroom-grid h2,.consult-steps h2{font-family:Georgia,serif;font-size:2rem;font-weight:400}
.service-grid p{line-height:1.65;color:var(--muted)}
.service-grid b{margin-top:auto;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}
.showroom-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.showroom-grid article{padding:clamp(2rem,5vw,5rem);background:var(--paper)}
.showroom-grid p{font-family:Georgia,serif;font-size:1.08rem;line-height:1.7}
.section--paper{background:var(--paper)}
.consult-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.consult-steps article{min-height:330px;padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.consult-steps p{line-height:1.65;color:var(--muted)}
.consult-steps--three{grid-template-columns:repeat(3,1fr)}
.service-note{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:3rem;padding:2rem;background:var(--paper)}
.footer-grid--five{grid-template-columns:repeat(5,1fr)}
@media(max-width:1100px){.nav{gap:.85rem}.nav a{font-size:.66rem}.footer-grid--five{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.maker-story,.grand-editorial article{grid-template-columns:1fr}.maker-story__gallery{min-height:580px}.grand-editorial__reverse>img{order:0}.service-grid{grid-template-columns:1fr 1fr}.consult-steps{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.maker-story__gallery{display:block;min-height:0}.maker-story__gallery figure{height:300px;margin-bottom:1rem}.grand-editorial article>img{min-height:380px}.service-grid,.showroom-grid,.consult-steps,.consult-steps--three,.footer-grid--five{grid-template-columns:1fr}.service-note{align-items:flex-start;flex-direction:column}}

.header-tools{display:flex;align-items:center;gap:.75rem}.site-search-button{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem .1rem;border:0;border-bottom:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;cursor:pointer}.site-search-button span{font-size:1.35rem;line-height:.7}.site-search-button b{font-size:.66rem;letter-spacing:.1em;text-transform:uppercase}.site-search-button:hover{border-color:var(--green);color:var(--green)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-open{overflow:hidden}.site-search[hidden]{display:none}.site-search{position:fixed;inset:0;z-index:100;display:grid;grid-template-columns:minmax(0,1fr) minmax(560px,48vw)}.site-search__backdrop{background:rgba(16,39,35,.62);backdrop-filter:blur(5px)}.site-search__panel{position:relative;height:100vh;padding:clamp(3.5rem,6vw,6rem);overflow:auto;background:#f7f7f3;box-shadow:-24px 0 70px rgba(13,41,36,.18)}.site-search__close{position:absolute;top:1.5rem;right:1.7rem;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:transparent;color:var(--ink);font-size:2rem;font-weight:200;line-height:1;cursor:pointer}.site-search__panel h2{max-width:650px;margin:.4rem 0 2rem;font-size:clamp(2.6rem,4.7vw,5.3rem);font-weight:300;line-height:.96;letter-spacing:-.045em}.site-search__field{display:block}.site-search__field input{width:100%;padding:1.2rem 0;border:0;border-bottom:2px solid var(--ink);outline:0;background:transparent;color:var(--ink);font:400 clamp(1rem,1.5vw,1.25rem)/1.4 Arial,sans-serif}.site-search__field input:focus{border-color:var(--green)}.site-search__hint{margin:.8rem 0 2rem;color:var(--muted);font-size:.82rem}.site-search__results{display:grid}.site-search__result{display:grid;grid-template-columns:130px 1fr auto;gap:.3rem 1rem;padding:1.25rem 0;border-top:1px solid var(--line);text-decoration:none}.site-search__result>span{grid-row:1/3;color:var(--green);font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.site-search__result strong{font-family:Georgia,serif;font-size:1.25rem;font-weight:400}.site-search__result p{grid-column:2/3;margin:.3rem 0;color:var(--muted);font-size:.88rem;line-height:1.5}.site-search__result b{grid-column:3;grid-row:1/3;align-self:center;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.site-search__result:hover strong,.site-search__result:hover b{color:var(--green)}.site-search__empty{margin:0 0 1rem;padding-top:1.2rem;border-top:1px solid var(--line);font-family:Georgia,serif;color:var(--muted)}
@media(max-width:1180px){.site-search-button b{display:none}.header{gap:1rem}.nav{gap:.7rem}.nav a{font-size:.61rem}}
@media(max-width:980px){.header{justify-content:space-between}.header-tools{margin-left:auto}.site-search-button{padding:.7rem}.site-search{grid-template-columns:1fr}.site-search__backdrop{display:none}.site-search__panel{width:100%}}
@media(max-width:620px){.site-search__panel{padding:5rem 1.25rem 2rem}.site-search__panel h2{font-size:2.55rem}.site-search__result{grid-template-columns:1fr;padding:1rem 0}.site-search__result>span,.site-search__result strong,.site-search__result p,.site-search__result b{grid-column:1;grid-row:auto}.site-search__result b{margin-top:.3rem}.site-search__close{top:1rem;right:1rem}.header{height:72px}.nav{top:72px}}

.request-hero{position:relative;min-height:72vh;display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.request-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.request-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(21,50,45,.9),rgba(21,50,45,.2) 72%)}.request-hero>div{position:relative;z-index:1;max-width:980px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.request-hero h1{margin:0;font-size:clamp(3.2rem,7vw,7.4rem);font-weight:300;line-height:.92;letter-spacing:-.055em}.request-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#c7d1cc}.request-hero p:not(.eyebrow){max-width:650px;font-family:Georgia,serif;font-size:1.2rem;line-height:1.6}.contact-locations .feature{padding:0 0 2rem;overflow:hidden;border-top:0}.contact-locations .feature>img{display:block;width:100%;height:260px;margin-bottom:1.5rem;object-fit:cover}.contact-locations .feature>h2,.contact-locations .feature>p{margin-left:2rem;margin-right:2rem}.company-leadership{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:0 clamp(1.25rem,6vw,6rem) clamp(5rem,8vw,8rem);background:#fff}.company-leadership figure{position:relative;height:640px;margin:0;overflow:hidden;background:var(--paper)}.company-leadership img{width:100%;height:100%;object-fit:cover}.company-leadership figure:first-child img{object-position:center 22%}.company-leadership figcaption{position:absolute;left:0;right:0;bottom:0;padding:5rem 2rem 2rem;background:linear-gradient(transparent,rgba(18,48,42,.9));color:#fff}.company-leadership figcaption span,.company-leadership figcaption strong{display:block}.company-leadership figcaption span{margin-bottom:.65rem;color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.company-leadership figcaption strong{max-width:540px;font-family:Georgia,serif;font-size:1.55rem;font-weight:400;line-height:1.35}
.company-production{display:grid;grid-template-columns:1.2fr .8fr;min-height:620px;margin:0 clamp(1.25rem,6vw,6rem) clamp(5rem,8vw,8rem);background:var(--dark);color:#fff}.company-production>img{width:100%;height:100%;min-height:620px;object-fit:cover}.company-production>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,5vw,5rem)}.company-production h2{margin:.4rem 0 1.5rem;font-size:clamp(2.7rem,4.7vw,5.3rem);font-weight:300;line-height:.96;letter-spacing:-.045em}.company-production h2 em{font-family:Georgia,serif;font-weight:400;color:#b7c5bf}.company-production p:not(.eyebrow){font-family:Georgia,serif;font-size:1.08rem;line-height:1.7;color:#d2dcd7}
@media(max-width:980px){.company-production{grid-template-columns:1fr}.company-production>img{min-height:420px}.company-leadership figure{height:520px}.contact-locations .content-grid{grid-template-columns:1fr 1fr}.contact-locations .feature:last-child{grid-column:1/-1}}
@media(max-width:620px){.request-hero{min-height:68vh}.request-hero>img{object-position:60% center}.company-leadership{grid-template-columns:1fr}.company-leadership figure{height:500px}.contact-locations .content-grid{grid-template-columns:1fr}.contact-locations .feature:last-child{grid-column:auto}.contact-locations .feature>img{height:220px}}

.quality-hero{position:relative;min-height:68vh;display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.quality-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.quality-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,42,36,.93),rgba(12,42,36,.22))}.quality-hero>div{position:relative;z-index:1;max-width:900px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.quality-hero h1{margin:.5rem 0 1.4rem;font-size:clamp(3.3rem,7vw,7rem);font-weight:300;line-height:.92;letter-spacing:-.05em}.quality-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#c5d1cb}.quality-hero p:not(.eyebrow){max-width:670px;font-family:Georgia,serif;font-size:1.18rem;line-height:1.65}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.quality-grid article{min-height:430px;padding:clamp(1.7rem,3vw,3rem);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.quality-grid span{color:var(--green);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.quality-grid h2{margin:6rem 0 1.2rem;font-family:Georgia,serif;font-size:clamp(2rem,3.2vw,3.6rem);font-weight:400;line-height:1}.quality-grid p{line-height:1.7;color:var(--muted)}.quality-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,8rem);align-items:start}.quality-note h2{margin:0;font-size:clamp(2.8rem,5vw,5.6rem);font-weight:300;line-height:.95}.quality-note h2 em{font-family:Georgia,serif;font-weight:400;color:#9aaaa3}.quality-note p{font-family:Georgia,serif;font-size:1.12rem;line-height:1.75}.quality-note__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}@media(max-width:860px){.quality-grid{grid-template-columns:1fr}.quality-grid article{min-height:330px}.quality-grid h2{margin:4rem 0 1rem}.quality-note{grid-template-columns:1fr}}

.home-product-grid--typographic{gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.home-product-grid--typographic .home-material{position:relative;min-height:390px;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(1.7rem,3vw,2.8rem);overflow:hidden;border-right:1px solid rgba(28,60,55,.16);border-bottom:1px solid rgba(28,60,55,.16);color:var(--ink);background:#eef0eb;transition:background-color .3s ease,color .3s ease}.home-product-grid--typographic .home-material:before{content:"";position:absolute;left:clamp(1.7rem,3vw,2.8rem);top:5.2rem;width:42px;height:2px;background:currentColor;opacity:.16;transition:width .35s ease,background-color .3s ease,opacity .3s ease}.home-product-grid--typographic .home-material span,.home-product-grid--typographic .home-material h3,.home-product-grid--typographic .home-material p,.home-product-grid--typographic .home-material b{position:relative;z-index:1}.home-product-grid--typographic .home-material span{color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.home-product-grid--typographic .home-material h3{max-width:90%;margin:auto 0 1rem;font-family:Georgia,serif;font-size:clamp(2.15rem,3.3vw,3.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em}.home-product-grid--typographic .home-material p{max-width:30rem;margin:0 0 2rem;font-size:1rem;line-height:1.55;color:var(--muted)}.home-product-grid--typographic .home-material b{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.home-product-grid--typographic .home-material--premium{background:#1c3c37;color:#fff}.home-product-grid--typographic .home-material--premium p{color:#c6d1cc}.home-product-grid--typographic .home-material--wood{background:#eee7da}.home-product-grid--typographic .home-material--hybrid{background:#e3e8e2}.home-product-grid--typographic .home-material--pvc{background:#f5f5f1}.home-product-grid--typographic .home-material--pvc-alu{background:#e7ebea}.home-product-grid--typographic .home-material--aluminium{background:#dce3e1}.home-product-grid--typographic .home-material:hover,.home-product-grid--typographic .home-material:focus-visible{color:#fff;background:#294a44;outline:none}.home-product-grid--typographic .home-material:hover p,.home-product-grid--typographic .home-material:focus-visible p{color:#d5dfda}.home-product-grid--typographic .home-material:hover:before,.home-product-grid--typographic .home-material:focus-visible:before{width:76px;background:var(--green);opacity:1}
.home-product-grid--typographic{gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.home-product-grid--typographic .home-material{position:relative;min-height:390px;display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(1.7rem,3vw,2.8rem);overflow:hidden;border-right:1px solid rgba(28,60,55,.16);border-bottom:1px solid rgba(28,60,55,.16);color:var(--ink);background:#eef0eb;transition:background-color .3s ease,color .3s ease}.home-product-grid--typographic .home-material:before{content:"";position:absolute;left:clamp(1.7rem,3vw,2.8rem);top:5.2rem;width:42px;height:2px;background:currentColor;opacity:.16;transition:width .35s ease,background-color .3s ease,opacity .3s ease}.home-product-grid--typographic .home-material span,.home-product-grid--typographic .home-material h3,.home-product-grid--typographic .home-material p,.home-product-grid--typographic .home-material b{position:relative;z-index:1}.home-product-grid--typographic .home-material span{color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.home-product-grid--typographic .home-material h3{max-width:90%;margin:auto 0 1rem;font-family:Georgia,serif;font-size:clamp(2.15rem,3.3vw,3.8rem);font-weight:400;line-height:.98;letter-spacing:-.035em;color:#fff;text-shadow:0 1px 12px rgba(7,31,27,.28)}.home-product-grid--typographic .home-material p{max-width:30rem;margin:0 0 2rem;font-size:1rem;line-height:1.55;color:rgba(255,255,255,.9);text-shadow:0 1px 12px rgba(7,31,27,.28)}.home-product-grid--typographic .home-material b{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#fff;text-shadow:0 1px 12px rgba(7,31,27,.28)}.home-product-grid--typographic .home-material--premium{background:#1c3c37;color:#fff}.home-product-grid--typographic .home-material--premium p{color:#c6d1cc}.home-product-grid--typographic .home-material--wood{background:#eee7da}.home-product-grid--typographic .home-material--hybrid{background:#e3e8e2}.home-product-grid--typographic .home-material--pvc{background:#f5f5f1}.home-product-grid--typographic .home-material--pvc-alu{background:#e7ebea}.home-product-grid--typographic .home-material--aluminium{background:#dce3e1}.home-product-grid--typographic .home-material:hover,.home-product-grid--typographic .home-material:focus-visible{color:#fff;background:#294a44;outline:none}.home-product-grid--typographic .home-material:hover p,.home-product-grid--typographic .home-material:focus-visible p{color:#d5dfda}.home-product-grid--typographic .home-material:hover:before,.home-product-grid--typographic .home-material:focus-visible:before{width:76px;background:var(--green);opacity:1}
@media(max-width:980px){.home-product-grid--typographic .home-material{min-height:340px}}
@media(max-width:620px){.home-product-grid--typographic{display:grid}.home-product-grid--typographic .home-material{height:auto;min-height:300px;margin:0}.home-product-grid--typographic .home-material h3{margin:auto 0 .8rem}.home-product-grid--typographic .home-material p{font-size:.96rem}}

.accessory-hero>img{object-position:center 58%}
.shade-choice{background:#fff}
.shade-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.shade-grid article{min-height:480px;padding:clamp(1.6rem,3vw,2.8rem);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.shade-grid span,.glass-options span{color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.shade-grid h2{margin:7rem 0 1rem;font-family:Georgia,serif;font-size:clamp(2rem,3vw,3.3rem);font-weight:400}
.shade-grid p,.shade-grid li{line-height:1.65;color:var(--muted)}
.shade-grid ul,.grand-editorial ul{padding-left:1.1rem}
.accessory-feature{display:grid;grid-template-columns:1.15fr .85fr;background:var(--paper)}
.accessory-feature>img{width:100%;height:100%;min-height:680px;object-fit:cover}
.accessory-feature>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem)}
.accessory-feature h2,.glass-section h2{margin:0;font-size:clamp(2.7rem,5vw,5.7rem);font-weight:300;line-height:.96;letter-spacing:-.045em}
.accessory-feature h2 em{font-family:Georgia,serif;font-weight:400;color:#96a69f}
.accessory-feature>div>p:not(.eyebrow),.glass-section__content>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.13rem;line-height:1.72}
.decision-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0 2rem}
.decision-tags span{padding:.6rem .8rem;border:1px solid #c7d0ca;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.glass-section{display:grid;grid-template-columns:.8fr 1.2fr;background:var(--dark);color:#fff}
.glass-section__image img{width:100%;height:100%;min-height:820px;object-fit:cover}
.glass-section__content{padding:clamp(3rem,7vw,8rem)}
.glass-section__content>p:not(.eyebrow){color:#c9d3ce}
.glass-options{display:grid;grid-template-columns:1fr 1fr;margin-top:2.5rem;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}
.glass-options article{min-height:270px;padding:1.5rem;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.glass-options h3{margin:3.5rem 0 .7rem;font-family:Georgia,serif;font-size:1.65rem;font-weight:400}
.glass-options p{line-height:1.6;color:#bdc9c4}
.advice-callout{padding:clamp(5rem,10vw,10rem) clamp(1.25rem,10vw,11rem);background:#fff;text-align:center}
.advice-callout h2{max-width:1100px;margin:0 auto;font-size:clamp(3rem,6vw,6.5rem);font-weight:300;line-height:.94;letter-spacing:-.05em}
.advice-callout h2 em{font-family:Georgia,serif;font-weight:400;color:#98a8a1}
.advice-callout>p:not(.eyebrow){max-width:760px;margin:2rem auto;font-family:Georgia,serif;font-size:1.2rem;line-height:1.7}
.advice-callout .actions{justify-content:center}
@media(max-width:980px){.shade-grid{grid-template-columns:1fr}.shade-grid article{min-height:300px}.shade-grid h2{margin-top:3rem}.accessory-feature,.glass-section{grid-template-columns:1fr}.accessory-feature>img,.glass-section__image img{min-height:520px}.glass-options{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.accessory-feature>img,.glass-section__image img{min-height:380px}.glass-options{grid-template-columns:1fr}.glass-options article{min-height:230px}.advice-callout .button{width:100%}}

.home-grand{display:grid;grid-template-columns:1.18fr .82fr;min-height:760px;background:var(--paper)}
.home-grand__visual{min-height:760px;overflow:hidden}
.home-grand__visual img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.home-grand:hover .home-grand__visual img{transform:scale(1.025)}
.home-grand__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem)}
.home-grand__copy h2{margin:0;font-size:clamp(3rem,5.4vw,6.2rem);font-weight:300;line-height:.94;letter-spacing:-.05em}
.home-grand__copy h2 em{font-family:Georgia,serif;font-weight:400;color:#96a69f}
.home-grand__copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:1.15rem;line-height:1.72}
.home-grand__links{margin:1.7rem 0 2rem;border-top:1px solid var(--line)}
.home-grand__links a{display:grid;grid-template-columns:2.5rem 1fr;gap:.2rem 1rem;padding:1rem 0;border-bottom:1px solid var(--line);text-decoration:none}
.home-grand__links span{grid-row:1/3;color:var(--green);font-size:.68rem;font-weight:700}
.home-grand__links strong{font-family:Georgia,serif;font-size:1.15rem;font-weight:400}
.home-grand__links small{color:var(--muted);font-size:.78rem}
.home-grand__links a:hover strong{color:var(--green)}
.home-grand__copy>.button{align-self:flex-start}
.door-grid img[src$="door-aluminium-installed.jpg"]{object-position:center}
@media(max-width:980px){.home-grand{grid-template-columns:1fr}.home-grand__visual{min-height:560px}.home-grand__copy{padding-top:4rem;padding-bottom:5rem}}
@media(max-width:620px){.home-grand__visual{min-height:390px}.home-grand__copy>.button{width:100%}}


.section-head{align-items:center}
.section-head>p{position:relative;max-width:520px;margin:0;padding:1.4rem 0 0 2.1rem;border-top:1px solid var(--line);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:clamp(1.05rem,1.35vw,1.3rem);font-weight:300;line-height:1.55;letter-spacing:-.012em;color:var(--ink)}
.section-head>p:before{content:"";position:absolute;left:0;top:1.65rem;width:1rem;height:3px;background:var(--green)}
.section--dark .section-head>p{border-color:rgba(255,255,255,.25);color:#d9e1dd}
@media(max-width:980px){.section-head{align-items:flex-start}.section-head>p{max-width:680px}}
@media(max-width:620px){.section-head>p{padding-left:1.6rem;font-size:1.05rem}}


body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;line-height:1.5}
.integrated-shading{display:grid;grid-template-columns:.86fr 1.14fr;background:#173731;color:#fff}.integrated-shading__intro{display:flex;flex-direction:column;justify-content:center;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.integrated-shading__intro h2{margin:.7rem 0 1.5rem;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:300;line-height:.96;letter-spacing:-.045em}.integrated-shading__intro h2 em{font-family:Georgia,serif;font-weight:400;color:#bfcac5}.integrated-shading__intro>p:not(.eyebrow){max-width:580px;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.72;color:#d2dad6}.integrated-shading__intro .button{align-self:flex-start;margin-top:1rem}.integrated-shading__detail{padding:clamp(3rem,6vw,6rem);background:#eef0eb;color:var(--dark)}.integrated-shading__lead{display:grid;grid-template-columns:.65fr 1.35fr;gap:2rem;padding-bottom:2.2rem;border-bottom:1px solid var(--line)}.integrated-shading__lead span{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green)}.integrated-shading__lead p{margin:0;font-size:1.08rem;line-height:1.7}.integrated-shading__grid{display:grid;grid-template-columns:1fr 1fr}.integrated-shading__grid article{min-height:230px;padding:1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.integrated-shading__grid article:nth-child(even){border-right:0}.integrated-shading__grid span{font-size:.68rem;font-weight:700;color:var(--green)}.integrated-shading__grid h3{margin:3.5rem 0 .65rem;font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.integrated-shading__grid p{margin:0;line-height:1.6;color:var(--muted)}.integrated-shading__partner{margin:2rem 0 0;padding-left:1.2rem;border-left:3px solid var(--green);line-height:1.65;color:var(--muted)}.integrated-shading__partner strong{display:block;margin-bottom:.35rem;color:var(--dark)}.integrated-shading__partner a{color:inherit;font-weight:600}
@media(max-width:980px){.integrated-shading{grid-template-columns:1fr}.integrated-shading__lead{grid-template-columns:1fr}}
@media(max-width:620px){.integrated-shading__grid{grid-template-columns:1fr}.integrated-shading__grid article,.integrated-shading__grid article:nth-child(even){min-height:190px;border-right:0}.integrated-shading__grid h3{margin-top:2.5rem}.integrated-shading__intro .button{width:100%}}
p{font-weight:300;letter-spacing:.002em}
.hero__lead,.intro__text,.page-hero p,.product-hero__copy>p:not(.eyebrow),.product-story>div:last-child,.product-image-pair>div>p:not(.eyebrow),.premium-manifesto__copy,.home-family__copy>p:not(.eyebrow),.home-partner>div>p:not(.eyebrow),.architect-hero__overlay>p:not(.eyebrow),.partner-hero__lead,.partner-story__text,.partner-form-section__intro>p:not(.eyebrow),.lead-wizard__intro>p:not(.eyebrow),.accessory-feature>div>p:not(.eyebrow),.glass-section__content>p:not(.eyebrow),.advice-callout>p:not(.eyebrow),.home-grand__copy>p:not(.eyebrow),.product-promise>div:last-child{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;line-height:1.72}
.hero h1,.page-hero h1,.section-title,.product-hero h1,.product-story h2,.product-image-pair h2,.home-hero h1,.home-family h2,.home-craft h2,.home-partner h2,.architect-hero h1,.partner-hero h1,.service-hero h1{font-weight:300;letter-spacing:-.045em}
.eyebrow{font-weight:600;letter-spacing:.16em}

.door-config-strip{display:grid;grid-template-columns:1.08fr .92fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#e9ece7}
.door-config-strip h2,.ekey-partner h2{margin:0;font-size:clamp(2.8rem,5vw,5.8rem);font-weight:300;line-height:.98;letter-spacing:-.045em}
.door-config-strip>div>p:not(.eyebrow){max-width:680px;font-size:1.12rem;line-height:1.72}
.door-config-strip__steps{display:grid;align-content:center;border-top:1px solid #b9c2bc}
.door-config-strip__steps>span{padding:1.15rem 0;border-bottom:1px solid #b9c2bc;font-size:.76rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}
.door-config-strip__steps .button{margin-top:1.5rem}
.ekey-partner{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;background:#fff}
.ekey-partner__visual{display:grid;gap:.7rem;padding:clamp(1.5rem,4vw,4rem);background:#f1f3f0}
.ekey-partner__visual img{display:block;width:100%;height:auto}
.ekey-partner__visual small{color:var(--muted);font-size:.7rem}
.ekey-partner h2 em{font-family:Georgia,serif;font-weight:400;color:#95a69f}
.ekey-partner__copy>p:not(.eyebrow){max-width:680px;font-size:1.1rem;line-height:1.72}
.ekey-features{margin:2rem 0;border-top:1px solid var(--line)}
.ekey-features article{display:grid;grid-template-columns:42px .72fr 1.28fr;gap:1rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--line)}
.ekey-features span{color:var(--green);font-size:.7rem;font-weight:600}
.ekey-features strong{font-size:1rem;font-weight:400}
.ekey-features p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55}
.text-link{align-self:center;font-size:.75rem;font-weight:500;letter-spacing:.07em;text-decoration:none;text-transform:uppercase}
.text-link:hover{color:var(--green)}
@media(max-width:980px){.door-config-strip,.ekey-partner{grid-template-columns:1fr}.ekey-partner__visual{order:2}}
@media(max-width:620px){.ekey-features article{grid-template-columns:34px 1fr}.ekey-features p{grid-column:2}.door-grid{grid-template-columns:1fr}.door-grid a{min-height:560px}}


.home-magazine{background:#f3f4f1}.editorial-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,280px);gap:1rem}.editorial-card{position:relative;display:flex;align-items:end;overflow:hidden;color:#fff;text-decoration:none;background:var(--dark)}.editorial-card--lead{grid-row:1/3}.editorial-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.editorial-card:after{content:"";position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgba(8,32,27,.9))}.editorial-card>div{position:relative;z-index:1;padding:clamp(1.3rem,3vw,2.2rem)}.editorial-card span{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#82cf60}.editorial-card h3{max-width:650px;margin:.6rem 0;font-family:Georgia,serif;font-size:clamp(1.55rem,3vw,3rem);font-weight:400;line-height:1.04}.editorial-card:not(.editorial-card--lead) h3{font-size:clamp(1.35rem,2vw,2rem)}.editorial-card p{max-width:560px;margin:.6rem 0 0;font-size:1rem}.editorial-card:hover img{transform:scale(1.035)}.magazine-more{margin-top:1.5rem}
.magazine-hero{min-height:68vh;display:flex;align-items:end;padding:clamp(5rem,10vw,10rem) clamp(1.25rem,6vw,6rem);background:linear-gradient(100deg,rgba(8,35,29,.96),rgba(8,35,29,.7)),url('assets/story-zeynep-kitchen.jpg') center/cover;color:#fff}.magazine-hero>div{max-width:1050px}.magazine-hero h1{margin:0;font-size:clamp(3.2rem,7vw,7.5rem);font-weight:300;line-height:.92;letter-spacing:-.05em}.magazine-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#c7d2cd}.magazine-hero p:not(.eyebrow){max-width:720px;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.7}.magazine-tabs{position:sticky;top:82px;z-index:9;display:flex;gap:2.5rem;padding:1rem clamp(1.25rem,6vw,6rem);overflow-x:auto;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.magazine-tabs a{white-space:nowrap;font-size:.76rem;font-weight:500;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.story-feature{display:grid;grid-template-columns:1.15fr .85fr;min-height:650px;background:var(--dark);color:#fff;text-decoration:none}.story-feature>img{width:100%;height:100%;object-fit:cover}.story-feature>div{display:flex;flex-direction:column;justify-content:end;padding:clamp(2rem,5vw,5rem)}.story-feature span,.knowledge-grid span{color:var(--green);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.story-feature h3{margin:.8rem 0;font-family:Georgia,serif;font-size:clamp(2.1rem,4vw,4.2rem);font-weight:400;line-height:1.02}.story-feature p{font-size:1.05rem;line-height:1.7;color:#d2ddd8}.story-feature b,.knowledge-grid b{margin-top:2rem;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.magazine-knowledge{background:#eef0ec}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.knowledge-grid a{display:flex;flex-direction:column;min-height:570px;padding-bottom:1.5rem;background:#fff;text-decoration:none}.knowledge-grid img{width:100%;height:280px;object-fit:cover}.knowledge-grid span,.knowledge-grid h3,.knowledge-grid p,.knowledge-grid b{margin-left:1.5rem;margin-right:1.5rem}.knowledge-grid span{margin-top:1.4rem}.knowledge-grid h3{margin-top:.65rem;margin-bottom:.8rem;font-family:Georgia,serif;font-size:1.65rem;font-weight:400;line-height:1.15}.knowledge-grid p{margin-top:0;color:var(--muted);line-height:1.6}.knowledge-grid b{margin-top:auto}.editorial-program{display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw}.editorial-program h2,.magazine-outlook h2{margin:0;font-size:clamp(2.8rem,5vw,5.6rem);font-weight:300;line-height:.97;letter-spacing:-.045em}.editorial-program h2 em{font-family:Georgia,serif;font-weight:400;color:#95a59f}.editorial-program__list article{display:grid;grid-template-columns:50px .7fr 1.3fr;gap:1rem;padding:1.4rem 0;border-top:1px solid var(--line)}.editorial-program__list span{color:var(--green);font-size:.7rem;font-weight:600}.editorial-program__list h3,.editorial-program__list p{margin:0}.editorial-program__list h3{font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.editorial-program__list p{color:var(--muted);line-height:1.6}.magazine-outlook{background:var(--dark);color:#fff}.magazine-outlook>div{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2.5rem}.magazine-outlook>div span{padding:.85rem 1rem;border:1px solid rgba(255,255,255,.25);font-size:.8rem}
.story-hero{position:relative;min-height:88vh;display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.story-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,29,25,.88),rgba(7,29,25,.08) 72%)}.story-hero__copy{position:relative;z-index:1;max-width:1000px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.story-hero h1{margin:0;font-size:clamp(3.3rem,7vw,7.4rem);font-weight:300;line-height:.91;letter-spacing:-.05em}.story-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#d0d8d4}.story-hero__copy>p:not(.eyebrow){max-width:650px;font-size:1.2rem;line-height:1.7}.story-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#fff}.story-facts{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.story-facts span{min-height:130px;padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.story-facts strong{display:block;margin-top:2rem;font-family:Georgia,serif;font-size:1.15rem;font-weight:400;letter-spacing:0;text-transform:none}.story-lead{margin-top:0;font-family:Georgia,serif;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.5}.story-split{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;background:#eef0ec}.story-split--reverse{grid-template-columns:.9fr 1.1fr;background:#fff}.story-split--reverse img{order:2}.story-split img{width:100%;height:720px;object-fit:cover}.story-split>div{padding:clamp(3rem,7vw,7rem)}.story-split h2{margin:0;font-size:clamp(2.7rem,4.7vw,5.4rem);font-weight:300;line-height:.98;letter-spacing:-.04em}.story-split h2 em{font-family:Georgia,serif;font-weight:400;color:#91a49c}.story-split>div>p:not(.eyebrow){font-size:1.05rem;line-height:1.75}.story-quote{margin:0;padding:clamp(5rem,10vw,10rem) clamp(1.25rem,13vw,14rem);background:var(--dark);color:#fff;font-family:Georgia,serif;font-size:clamp(2.1rem,4vw,4.5rem);font-weight:400;line-height:1.16;text-align:center}.story-quote cite{display:block;margin-top:2rem;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.72rem;font-style:normal;letter-spacing:.12em;text-transform:uppercase;color:#aabbb4}.story-lessons{padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#eef0ec}.story-lessons>div{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #bec8c2;border-left:1px solid #bec8c2}.story-lessons article{min-height:290px;padding:1.5rem;border-right:1px solid #bec8c2;border-bottom:1px solid #bec8c2}.story-lessons span{color:var(--green);font-size:.7rem;font-weight:600}.story-lessons h3{margin:6rem 0 .8rem;font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.story-lessons p{color:var(--muted);line-height:1.6}.story-credit{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem clamp(1.25rem,6vw,6rem);background:#fff}.story-credit p{max-width:820px;color:var(--muted);font-size:.78rem;line-height:1.55}
.knowledge-article>header{padding:clamp(5rem,10vw,10rem) clamp(1.25rem,10vw,11rem);background:#eef0ec}.knowledge-article>header h1{max-width:1100px;margin:0;font-size:clamp(3rem,6vw,6.4rem);font-weight:300;line-height:.96;letter-spacing:-.05em}.knowledge-article>header p:not(.eyebrow){max-width:760px;margin:2rem 0 0;font-size:1.16rem;line-height:1.7}.knowledge-article__hero{display:block;width:100%;height:min(72vh,780px);object-fit:cover}.knowledge-article>section{max-width:920px;margin:auto;padding:clamp(4rem,8vw,8rem) 1.25rem}.knowledge-article h2{margin:4rem 0 1rem;font-family:Georgia,serif;font-size:clamp(2rem,3.4vw,3.5rem);font-weight:400}.knowledge-article h2:first-child{margin-top:0}.knowledge-article section>p,.knowledge-article li{font-size:1.08rem;line-height:1.8}.knowledge-article li{margin:.55rem 0}.knowledge-article aside{margin:3rem 0;padding:2rem;border-left:4px solid var(--green);background:#eef0ec}.knowledge-article aside strong{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.knowledge-article aside p{margin-bottom:0;font-size:1.05rem;line-height:1.7}.knowledge-article>footer{display:flex;justify-content:center;align-items:center;gap:2rem;padding:3rem 1.25rem 7rem}.knowledge-article>footer>a:not(.button){font-size:.8rem;text-decoration:none}
@media(max-width:1100px){.nav{gap:1rem}.nav a{font-size:.66rem}}
@media(max-width:980px){.editorial-grid,.story-feature,.editorial-program,.story-intro,.story-split,.story-split--reverse{grid-template-columns:1fr}.editorial-grid{grid-template-rows:520px 300px 300px}.editorial-card--lead{grid-row:auto}.knowledge-grid{grid-template-columns:1fr 1fr}.story-split--reverse img{order:0}.story-split img{height:560px}.story-credit{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.editorial-grid{grid-template-rows:460px 280px 280px}.magazine-tabs{top:82px;gap:1.4rem}.knowledge-grid,.story-lessons>div{grid-template-columns:1fr}.knowledge-grid a{min-height:520px}.editorial-program__list article{grid-template-columns:35px 1fr}.editorial-program__list p{grid-column:2}.story-feature{min-height:0}.story-feature>img{height:470px}.story-facts{grid-template-columns:1fr}.story-split img{height:440px}.story-quote{text-align:left}.knowledge-article>footer{align-items:flex-start;flex-direction:column}}


.hybrid-hero>img{object-position:center 47%}.hybrid-audiences{display:grid;grid-template-columns:repeat(3,1fr);background:#e9ece7}.hybrid-audiences article{min-height:185px;padding:2rem clamp(1.25rem,3vw,3rem);border-right:1px solid #c9d0cb}.hybrid-audiences span,.component-list span,.planning-grid span{display:block;margin-bottom:2.4rem;color:var(--green);font-size:.68rem;font-weight:600;letter-spacing:.1em}.hybrid-audiences strong{font-family:Georgia,serif;font-size:1.25rem;font-weight:400}.hybrid-audiences p{margin:.7rem 0 0;color:var(--muted);line-height:1.55}.hybrid-construction{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;align-items:center;background:#fff}.hybrid-construction__visual{padding:clamp(1rem,4vw,4rem);background:#f1f3f0}.hybrid-construction__visual img{display:block;width:100%;max-height:760px;object-fit:contain}.hybrid-construction__visual small{display:block;margin-top:1rem;color:var(--muted);font-size:.7rem}.hybrid-construction__copy h2,.accoya-build h2,.accoya-scope h2{margin:0;font-size:clamp(2.8rem,5vw,5.6rem);font-weight:300;line-height:.97;letter-spacing:-.045em}.hybrid-construction__copy h2 em,.accoya-build h2 em,.accoya-scope h2 em{font-family:Georgia,serif;font-weight:400;color:#97a69f}.component-list{margin:2.5rem 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.component-list li{display:grid;grid-template-columns:48px 1fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--line)}.component-list span{margin:0}.component-list strong{font-size:1rem;font-weight:500}.component-list p{margin:.35rem 0 0;color:var(--muted);line-height:1.55}.hybrid-design-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:3rem}.hybrid-design-grid figure{display:grid;grid-template-columns:1fr .8fr;margin:0;background:#173731}.hybrid-design-grid img{width:100%;height:470px;object-fit:contain;background:#fff}.hybrid-design-grid figcaption{display:flex;flex-direction:column;justify-content:end;padding:2rem}.hybrid-design-grid span{color:var(--green);font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.hybrid-design-grid strong{margin:.5rem 0;font-family:Georgia,serif;font-size:2rem;font-weight:400}.hybrid-design-grid p{color:#bdc9c4;line-height:1.55}.hybrid-colors{background:#eef0ec}.color-swatches{display:grid;grid-template-columns:repeat(4,1fr);margin-top:3rem;border-top:1px solid #c7cfca;border-left:1px solid #c7cfca}.color-swatches>span{display:grid;grid-template-columns:70px 1fr;gap:.2rem 1rem;align-items:center;min-height:112px;padding:1rem;border-right:1px solid #c7cfca;border-bottom:1px solid #c7cfca;font-size:.85rem;font-weight:500}.color-swatches i{grid-row:1/3;width:70px;height:70px;background:var(--swatch);border:1px solid rgba(13,41,36,.18)}.color-swatches small{color:var(--muted);font-size:.68rem}.color-actions{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-top:2rem}.color-actions p{color:var(--muted);font-size:.8rem}.hybrid-planning{display:grid;grid-template-columns:.72fr 1.28fr;gap:7vw;background:#fff}.planning-grid{display:grid;grid-template-columns:1fr 1fr}.planning-grid article{min-height:235px;padding:1.5rem;border:1px solid var(--line);margin:-1px 0 0 -1px}.planning-grid span{margin-bottom:3.5rem}.planning-grid h3{margin:0 0 .6rem;font-family:Georgia,serif;font-size:1.4rem;font-weight:400}.planning-grid p{color:var(--muted);line-height:1.6}.product-cta--quiet{background:#dfe5df}.product-cta--quiet .button{background:var(--dark);color:#fff}.product-cta--quiet .button--light{border-color:var(--dark);background:transparent;color:var(--dark)}
.accoya-hero>img:first-child{object-position:center 52%}.accoya-hero__badge{position:absolute!important;z-index:3;top:clamp(1.5rem,4vw,3.5rem);right:clamp(1.25rem,5vw,5rem);width:clamp(130px,15vw,220px)!important;height:auto!important;filter:drop-shadow(0 18px 25px rgba(0,0,0,.32))}.accoya-build{display:grid;grid-template-columns:1.15fr .85fr;gap:7vw;align-items:center;background:#eef0ec}.accoya-build__images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.accoya-build figure{margin:0}.accoya-build img{display:block;width:100%;height:560px;object-fit:cover}.accoya-build figcaption{padding:.8rem 0;color:var(--muted);font-size:.72rem}.accoya-build__copy>p:not(.eyebrow),.accoya-scope>div>p{font-size:1.08rem;line-height:1.72}.accoya-build ul{padding-left:1.1rem}.accoya-build li{margin:.7rem 0;line-height:1.55}.accoya-guarantee{display:grid;grid-template-columns:.45fr 1.55fr;align-items:center;gap:6vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,7vw,8rem);background:var(--dark);color:#fff}.accoya-guarantee>div:first-child{display:flex;justify-content:center}.accoya-guarantee>div:first-child img{width:min(100%,330px);height:auto;filter:drop-shadow(0 24px 32px rgba(0,0,0,.28))}.accoya-guarantee h2{margin:.3rem 0 1rem;font-size:clamp(2rem,4vw,4.6rem);font-weight:300;line-height:1}.accoya-guarantee p:last-child{max-width:720px;color:#c8d2cd;line-height:1.65}.accoya-benefits{background:#fff}.product-benefits--light{margin-top:3rem;background:#eef0ec;color:var(--ink)}.product-benefits--light article{border-color:#c7cfca}.product-benefits--light p{color:var(--muted)}.accoya-scope{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:center;background:#eef0ec}.accoya-scope>img{width:100%;height:680px;object-fit:cover}.accoya-scope .button{display:inline-block;margin-top:1rem}.wood-special{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:center;background:#eef0ec}.wood-special__visual{position:relative}.wood-special__visual>img:first-child{display:block;width:100%;height:570px;object-fit:cover}.wood-special__badge{position:absolute;right:1.25rem;bottom:1.25rem;width:clamp(125px,14vw,190px);height:auto;filter:drop-shadow(0 14px 22px rgba(0,0,0,.25))}.wood-special h2{margin:0;font-size:clamp(2.8rem,5vw,5.7rem);font-weight:300;line-height:.97;letter-spacing:-.045em}.wood-special h2 em{font-family:Georgia,serif;font-weight:400;color:#94a49d}.wood-special p:not(.eyebrow){max-width:690px;font-size:1.08rem;line-height:1.72}.wood-special .button{display:inline-block;margin-top:1rem}
@media(max-width:1100px){.hybrid-design-grid figure{grid-template-columns:1fr}.hybrid-design-grid img{height:380px}.color-swatches{grid-template-columns:1fr 1fr}}
@media(max-width:980px){.hybrid-construction,.hybrid-planning,.accoya-build,.accoya-scope,.wood-special{grid-template-columns:1fr}.hybrid-design-grid{grid-template-columns:1fr}.hybrid-design-grid figure{grid-template-columns:1fr .8fr}.accoya-guarantee{grid-template-columns:1fr}.accoya-scope>img{height:540px}.wood-special>img{height:500px}}
@media(max-width:700px){.hybrid-audiences{grid-template-columns:1fr}.hybrid-audiences article{min-height:150px;border-right:0;border-bottom:1px solid #c9d0cb}.hybrid-audiences span{margin-bottom:1.5rem}.hybrid-design-grid figure{grid-template-columns:1fr}.hybrid-design-grid img{height:330px}.color-swatches,.planning-grid,.accoya-build__images{grid-template-columns:1fr}.color-actions{align-items:flex-start;flex-direction:column}.accoya-build img{height:420px}.accoya-hero__badge{top:1rem;right:1rem;width:112px!important}.accoya-guarantee>div:first-child img{width:220px}.accoya-scope>img,.wood-special__visual>img:first-child{height:390px}.wood-special__badge{width:120px}}


.magazine-hero{background-image:linear-gradient(100deg,rgba(8,35,29,.96),rgba(8,35,29,.7)),url('assets/story-zeynep-windows-hq.jpg')}


.service-grid--eight{grid-template-columns:repeat(4,1fr)}.service-grid--eight a{min-height:350px}.service-promise{display:grid;grid-template-columns:1fr .8fr auto;gap:5vw;align-items:center;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#dfe5df}.service-promise h2{margin:0;font-size:clamp(2.7rem,5vw,5.5rem);font-weight:300;line-height:.98;letter-spacing:-.045em}.service-promise h2 em{font-family:Georgia,serif;font-weight:400;color:#899a92}.service-promise>p{font-size:1.05rem;line-height:1.7}.service-promise .button{white-space:nowrap;background:var(--dark);color:#fff}
.showroom-hero{position:relative;min-height:78vh;display:flex;align-items:end;overflow:hidden;background:var(--dark);color:#fff}.showroom-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.showroom-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,31,26,.9),rgba(7,31,26,.12) 72%)}.showroom-hero>div{position:relative;z-index:1;max-width:940px;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.showroom-hero h1{margin:0;font-size:clamp(3.4rem,7vw,7.4rem);font-weight:300;line-height:.92;letter-spacing:-.05em}.showroom-hero h1 em{font-family:Georgia,serif;font-weight:400;color:#c9d3ce}.showroom-hero>div>p:not(.eyebrow){max-width:700px;font-size:1.18rem;line-height:1.7}.showroom-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#fff}.showroom-intro h2{margin:0;font-size:clamp(2.8rem,5vw,5.7rem);font-weight:300;line-height:.98;letter-spacing:-.045em}.showroom-intro h2 em{font-family:Georgia,serif;font-weight:400;color:#93a39c}.showroom-intro>p{font-size:1.12rem;line-height:1.75}.showroom-locations article{display:grid;grid-template-columns:1.12fr .88fr;min-height:720px;background:#eef0ec}.showroom-locations__reverse{background:#fff!important}.showroom-locations__reverse .showroom-locations__image{order:2}.showroom-locations__image{position:relative;overflow:hidden}.showroom-locations__image img{width:100%;height:100%;min-height:720px;object-fit:cover}.showroom-locations__image>span{position:absolute;left:1.5rem;bottom:1.5rem;padding:.7rem 1rem;background:rgba(8,35,29,.9);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.showroom-locations__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,7rem)}.showroom-locations__copy h2{margin:.3rem 0 1.2rem;font-family:Georgia,serif;font-size:clamp(2.2rem,3.5vw,4rem);font-weight:400}.showroom-locations__copy>p{line-height:1.7}.showroom-contact{display:grid;margin:1.5rem 0;border-top:1px solid #bdc7c1}.showroom-contact>*{padding:.55rem 0;border-bottom:1px solid #bdc7c1;text-decoration:none}.showroom-contact strong{font-weight:500}.showroom-contact span{color:var(--muted);font-size:.8rem}.showroom-note{color:var(--muted);font-size:.85rem}.showroom-locations .text-link{align-self:center}
.window-id-hero>img{object-position:center}.window-id-story{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;background:#fff}.window-id-story>img{width:100%;height:620px;object-fit:cover}.window-id-story h2{margin:0;font-size:clamp(2.8rem,5vw,5.6rem);font-weight:300;line-height:.98;letter-spacing:-.045em}.window-id-story h2 em{font-family:Georgia,serif;font-weight:400;color:#93a39c}.window-id-story>div>p:not(.eyebrow){font-size:1.08rem;line-height:1.72}.window-id-steps{display:grid;grid-template-columns:repeat(3,1fr);background:var(--dark);color:#fff}.window-id-steps article{min-height:300px;padding:2rem;border-right:1px solid rgba(255,255,255,.18)}.window-id-steps span{color:var(--green);font-size:.7rem;font-weight:600}.window-id-steps h3{margin:6rem 0 .8rem;font-family:Georgia,serif;font-size:1.65rem;font-weight:400}.window-id-steps p{color:#bdc9c4;line-height:1.6}
@media(max-width:1150px){.service-grid--eight{grid-template-columns:repeat(2,1fr)}.service-promise{grid-template-columns:1fr 1fr}.service-promise .button{grid-column:1/-1;justify-self:start}}
@media(max-width:980px){.showroom-intro,.showroom-locations article,.window-id-story{grid-template-columns:1fr}.showroom-locations__reverse .showroom-locations__image{order:0}.showroom-locations__image img{min-height:520px}}
@media(max-width:620px){.service-grid--eight,.service-promise,.window-id-steps{grid-template-columns:1fr}.service-grid--eight a{min-height:280px}.showroom-hero{min-height:70vh}.showroom-locations__image img{min-height:360px}.showroom-locations .actions{align-items:flex-start;flex-direction:column}.window-id-story>img{height:420px}.window-id-steps article{min-height:230px}.window-id-steps h3{margin-top:4rem}}
.service-note--split{margin-bottom:1rem;align-items:center}
.service-note--split h2{margin:.35rem 0 .55rem;font-size:clamp(1.55rem,2.4vw,2.35rem);font-weight:400}
.service-note--split p{max-width:700px}


.accessory-nav{position:sticky;top:82px;z-index:8;display:flex;justify-content:center;gap:clamp(1.2rem,4vw,4rem);width:min(92%,1180px);margin:-30px auto 0;padding:1.15rem 1.5rem;overflow-x:auto;background:rgba(255,255,255,.95);border:1px solid rgba(22,49,44,.12);box-shadow:0 16px 38px rgba(13,41,36,.1);backdrop-filter:blur(16px)}
.accessory-nav a{position:relative;padding:.2rem 0;white-space:nowrap;font-size:.76rem;font-weight:500;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.accessory-nav a:after{content:"";position:absolute;right:0;bottom:-.35rem;left:0;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.accessory-nav a:hover,.accessory-nav a:focus-visible{color:var(--ink);outline:none}.accessory-nav a:hover:after,.accessory-nav a:focus-visible:after{transform:scaleX(1)}
#beschattung,#insektenschutz,#fenstergriffe,#glas{scroll-margin-top:135px}
.accessory-editorial{display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch;background:#eef0ec}.accessory-editorial__image img{display:block;width:100%;height:100%;min-height:720px;object-fit:cover}.accessory-editorial__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem)}.accessory-editorial h2,.handle-feature h2{margin:0;font-size:clamp(2.8rem,5vw,5.6rem);font-weight:300;line-height:.97;letter-spacing:-.045em}.accessory-editorial h2 em,.handle-feature h2 em{font-family:Georgia,serif;font-weight:400;color:#92a39b}.accessory-editorial__copy>p:not(.eyebrow),.handle-feature__copy>p:not(.eyebrow){font-size:1.08rem;line-height:1.72}.accessory-editorial .actions{align-items:center;margin-top:1rem}
.insect-options{background:#fff}.insect-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-top:3rem}.insect-grid article{grid-column:span 2;background:#eef0ec}.insect-grid article:nth-child(4){grid-column:2/span 2}.insect-grid img{display:block;width:100%;height:280px;object-fit:cover}.insect-grid article>div{padding:1.4rem}.insect-grid span,.handle-details span{color:var(--green);font-size:.68rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase}.insect-grid h3{margin:.55rem 0;font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.insect-grid p{margin-bottom:0;color:var(--muted);line-height:1.6}.insect-tip{display:grid;grid-template-columns:.55fr 1.45fr;gap:2rem;margin-top:1rem;padding:1.5rem 2rem;background:var(--dark);color:#fff}.insect-tip strong{font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.insect-tip p{margin:0;color:#c7d2cd;line-height:1.65}
.handle-feature{display:grid;grid-template-columns:1fr 1fr;background:var(--dark);color:#fff}.handle-feature__copy{padding:clamp(3rem,7vw,7rem)}.handle-feature__copy>p:not(.eyebrow){color:#c9d4cf}.handle-details{margin:2rem 0;border-top:1px solid rgba(255,255,255,.2)}.handle-details article{display:grid;grid-template-columns:42px .65fr 1.35fr;gap:1rem;padding:1.1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.handle-details h3,.handle-details p{margin:0}.handle-details h3{font-family:Georgia,serif;font-size:1.2rem;font-weight:400}.handle-details p{color:#bdc9c4;line-height:1.55}.handle-feature__gallery{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.15)}.handle-feature__gallery figure{display:flex;flex-direction:column;margin:0;background:#eef0ec;color:var(--ink)}.handle-feature__gallery img{width:100%;height:100%;min-height:650px;object-fit:cover}.handle-feature__gallery figcaption{padding:1rem;font-size:.72rem;letter-spacing:.05em}
@media(max-width:1100px){.insect-grid{grid-template-columns:repeat(2,1fr)}.insect-grid article,.insect-grid article:nth-child(4){grid-column:auto}.insect-grid article:last-child{grid-column:1/-1}.handle-feature{grid-template-columns:1fr}.handle-feature__gallery img{min-height:520px}}
@media(max-width:980px){.accessory-editorial{grid-template-columns:1fr}.accessory-editorial__image img{min-height:520px}.insect-tip{grid-template-columns:1fr}}
@media(max-width:620px){.accessory-nav{justify-content:flex-start;width:100%;margin:0;padding:1rem 1.25rem;border-width:0 0 1px;box-shadow:none}.insect-grid,.handle-feature__gallery{grid-template-columns:1fr}.insect-grid article:last-child{grid-column:auto}.insect-grid img{height:240px}.handle-details article{grid-template-columns:34px 1fr}.handle-details p{grid-column:2}.handle-feature__gallery img{min-height:420px}.accessory-editorial__image img{min-height:380px}}


.fire-door-hero>img{object-position:center 48%}.fire-door-facts{display:grid;grid-template-columns:repeat(4,1fr);background:var(--dark);color:#fff}.fire-door-facts article{min-height:290px;padding:2rem;border-right:1px solid rgba(255,255,255,.18)}.fire-door-facts span{color:var(--green);font-size:.7rem;font-weight:600}.fire-door-facts h3{margin:6rem 0 .8rem;font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.fire-door-facts p{color:#bdc9c4;line-height:1.6}.fire-door-planning{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;background:#eef0ec}.fire-door-planning>div:last-child>p{font-size:1.08rem;line-height:1.72}.fire-door-planning aside{margin:2rem 0;padding:1.5rem 2rem;border-left:3px solid var(--green);background:#fff}.fire-door-planning aside strong{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.fire-door-planning aside p{margin-bottom:0;line-height:1.65}.door-special{display:flex;justify-content:space-between;align-items:center;gap:3rem;padding:2.5rem clamp(1.25rem,6vw,6rem);background:#dfe5df}.door-special h2{margin:.25rem 0;font-family:Georgia,serif;font-size:2rem;font-weight:400}.door-special p:not(.eyebrow){margin:.35rem 0;max-width:760px;line-height:1.6}.door-special .button{white-space:nowrap}.assortment-grid .feature--special{grid-column:span 2;background:#dfe5df}.feature--special .eyebrow{color:var(--green)}
@media(max-width:980px){.fire-door-facts{grid-template-columns:1fr 1fr}.fire-door-planning{grid-template-columns:1fr}.door-special{align-items:flex-start;flex-direction:column}.assortment-grid .feature--special{grid-column:auto}}
@media(max-width:620px){.fire-door-facts{grid-template-columns:1fr}.fire-door-facts article{min-height:230px}.fire-door-facts h3{margin-top:4rem}}

.company-leadership figure:last-child img{object-position:center top}
.home-hero .button--hero-secondary{border:1px solid rgba(255,255,255,.72);background:rgba(13,41,36,.18);color:#fff;backdrop-filter:blur(8px)}.home-hero .button--hero-secondary:hover{border-color:#fff;background:#fff;color:var(--dark)}

.actions .text-link,.quality-note__actions .text-link,.knowledge-article>footer>a:not(.button){display:inline-flex;align-items:center;justify-content:space-between;align-self:auto;gap:2rem;min-width:200px;padding:1.05rem 1.2rem;border:1px solid currentColor;background:transparent;color:var(--dark);font-size:.72rem;font-weight:800;letter-spacing:.09em;line-height:1;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,color .2s ease,transform .2s ease}
.actions .text-link:hover,.quality-note__actions .text-link:hover,.knowledge-article>footer>a:not(.button):hover{border-color:var(--dark);background:var(--dark);color:#fff;transform:translateY(-2px)}
.product-hero .actions .text-link,.ahf-hero .actions .text-link,.quality-note.section--dark .text-link{border-color:rgba(255,255,255,.72);color:#fff}
.product-hero .actions .text-link:hover,.ahf-hero .actions .text-link:hover,.quality-note.section--dark .text-link:hover{border-color:#fff;background:#fff;color:var(--dark)}
@media(max-width:620px){.actions .text-link,.quality-note__actions .text-link,.knowledge-article>footer>a:not(.button){width:100%;min-width:0}.quality-note__actions{width:100%}}
.accoya-hero .accoya-hero__badge{inset:clamp(1.5rem,4vw,3.5rem) clamp(1.25rem,5vw,5rem) auto auto!important}
@media(max-width:700px){.accoya-hero .accoya-hero__badge{inset:1rem 1rem auto auto!important}}

.ahf-jump,.magazine-tabs,.accessory-nav{position:sticky;top:82px;z-index:15;display:flex;justify-content:center;gap:clamp(1.5rem,4vw,4rem);width:100%;margin:-30px 0 0;padding:1.15rem clamp(1.25rem,4vw,4rem);overflow-x:auto;background:rgba(255,255,255,.96);border:0;border-top:1px solid rgba(255,255,255,.28);border-bottom:1px solid rgba(22,49,44,.14);box-shadow:0 14px 32px rgba(13,41,36,.08);backdrop-filter:blur(16px);white-space:nowrap}
.ahf-jump a,.magazine-tabs a,.accessory-nav a{position:relative;padding:.2rem 0;white-space:nowrap;font-size:.76rem;font-weight:500;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}
.ahf-jump a:after,.magazine-tabs a:after,.accessory-nav a:after{content:"";position:absolute;right:0;bottom:-.38rem;left:0;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}
.ahf-jump a:hover,.ahf-jump a:focus-visible,.magazine-tabs a:hover,.magazine-tabs a:focus-visible,.accessory-nav a:hover,.accessory-nav a:focus-visible{color:var(--ink);outline:none}
.ahf-jump a:hover:after,.ahf-jump a:focus-visible:after,.magazine-tabs a:hover:after,.magazine-tabs a:focus-visible:after,.accessory-nav a:hover:after,.accessory-nav a:focus-visible:after{transform:scaleX(1)}
@media(max-width:620px){.ahf-jump,.magazine-tabs,.accessory-nav{justify-content:flex-start;margin:0;padding:1rem 1.25rem;box-shadow:none}}

.company-leadership{display:grid;gap:1px;padding:0 clamp(1.25rem,6vw,6rem) clamp(5rem,8vw,8rem);background:#fff}.leadership-profile{display:grid;grid-template-columns:1.2fr .8fr;min-height:650px;background:#edf0eb}.leadership-profile figure{height:auto;margin:0;overflow:hidden;background:#dfe4df}.leadership-profile img{display:block;width:100%;height:100%;object-fit:cover}.leadership-profile--florian img{object-position:center 16%}.leadership-profile>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(2.5rem,6vw,6rem)}.leadership-profile h2{margin:.4rem 0 1.4rem;font-size:clamp(2.7rem,4.7vw,5.3rem);font-weight:300;line-height:.97;letter-spacing:-.045em}.leadership-profile h2 em{font-family:Georgia,serif;font-weight:400;color:#93a39c}.leadership-profile>div>p:not(.eyebrow){max-width:650px;font-size:1.08rem;line-height:1.72;color:var(--muted)}.leadership-profile--hedwig{grid-template-columns:.95fr 1.05fr;min-height:520px;background:#fff}.leadership-profile--hedwig img{object-position:center 24%}
@media(max-width:980px){.leadership-profile,.leadership-profile--hedwig{grid-template-columns:1fr}.leadership-profile figure{height:560px}.leadership-profile--hedwig figure{order:-1}}
@media(max-width:620px){.company-leadership{padding-right:0;padding-left:0}.leadership-profile figure{height:480px}.leadership-profile>div{padding:3rem 1.25rem}.leadership-profile h2{font-size:clamp(2.4rem,12vw,3.5rem)}}
.showroom-intro>div>p{font-size:1.12rem;line-height:1.75}.appointment-notice{display:grid;gap:.6rem;margin-top:2rem;padding:1.35rem 1.5rem;border-left:3px solid var(--green);background:#f1f3ef}.appointment-notice strong{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.appointment-notice span{font-size:.92rem;line-height:1.6;color:var(--muted)}.advisor{display:grid;grid-template-columns:110px 1fr;gap:1.2rem;align-items:center;margin:1.5rem 0;padding:1rem;border-top:1px solid #bdc7c1;border-bottom:1px solid #bdc7c1}.advisor>img{width:110px;height:132px;object-fit:cover;object-position:center 18%}.advisor>div{display:grid;gap:.35rem}.advisor strong{font-family:Georgia,serif;font-size:1.25rem;font-weight:400}.advisor span{color:var(--muted);font-size:.8rem}.advisor a{font-size:.88rem;text-decoration:none}.showroom-alternatives{display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:var(--dark);color:#fff}.showroom-alternatives h2,.company-compliance h2{margin:.3rem 0;font-size:clamp(2.7rem,5vw,5.7rem);font-weight:300;line-height:.98;letter-spacing:-.045em}.showroom-alternatives h2 em,.company-compliance h2 em{font-family:Georgia,serif;font-weight:400;color:#9baca4}.showroom-alternative-links{display:grid}.showroom-alternative-links a{display:grid;grid-template-columns:auto 1fr;gap:.45rem 1.2rem;padding:1.6rem 0;border-top:1px solid rgba(255,255,255,.25);color:#fff;text-decoration:none}.showroom-alternative-links a:last-child{border-bottom:1px solid rgba(255,255,255,.25)}.showroom-alternative-links span{grid-row:1/3;color:var(--green);font-size:.7rem;letter-spacing:.1em}.showroom-alternative-links strong{font-family:Georgia,serif;font-size:1.5rem;font-weight:400}.showroom-alternative-links small{color:#adbbb5}.company-compliance{display:grid;grid-template-columns:.9fr 1.1fr;gap:7vw;align-items:center;padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem);background:#e7ebe7}.company-compliance>div:last-child>p{max-width:650px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75;color:var(--muted)}.company-compliance--light{background:#fff}.whistle{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;max-width:none}.whistle h2{font-family:Georgia,serif;font-size:clamp(2rem,3.3vw,4rem);font-weight:400}.whistle-links{display:grid}.whistle-links a{display:grid;gap:.45rem;padding:1.5rem 0;border-top:1px solid var(--line);text-decoration:none}.whistle-links a:last-child{border-bottom:1px solid var(--line)}.whistle-links strong{font-family:Georgia,serif;font-size:1.3rem;font-weight:400}.whistle-links span{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.company-leadership .leadership-profile--hedwig img{object-position:center 24%}
@media(max-width:980px){.showroom-alternatives,.company-compliance,.whistle{grid-template-columns:1fr}}
@media(max-width:620px){.advisor{grid-template-columns:82px 1fr;padding-left:0;padding-right:0}.advisor>img{width:82px;height:102px}.showroom-alternatives,.company-compliance{padding-left:1.25rem;padding-right:1.25rem}}
.company-leadership{grid-template-columns:1fr 1fr;gap:1rem}.company-leadership .leadership-card{position:relative;height:640px;margin:0;overflow:hidden;background:var(--paper)}.company-leadership .leadership-card>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.company-leadership .leadership-card--hedwig>img{object-position:center 22%}.company-leadership .leadership-card--florian>img{object-position:center 16%;transform:scale(1.08);transform-origin:center 18%}.company-leadership .leadership-card figcaption{position:absolute;right:0;bottom:0;left:0;padding:5rem 2rem 2rem;background:linear-gradient(transparent,rgba(18,48,42,.9));color:#fff}.company-leadership .leadership-card figcaption span,.company-leadership .leadership-card figcaption strong{display:block}.company-leadership .leadership-card figcaption span{margin-bottom:.65rem;color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.company-leadership .leadership-card figcaption strong{max-width:560px;font-family:Georgia,serif;font-size:1.55rem;font-weight:400;line-height:1.35}
@media(max-width:980px){.company-leadership .leadership-card{height:560px}}
@media(max-width:620px){.company-leadership{grid-template-columns:1fr;gap:1px}.company-leadership .leadership-card{height:500px}}
.company-production>.company-production__media{display:grid;grid-template-columns:1.45fr .75fr;grid-template-rows:1fr 1fr;gap:2px;padding:0;overflow:hidden}.company-production__media>img{display:block;width:100%;height:100%;min-height:0;object-fit:cover}.company-production__media>.company-production__main{grid-row:1/3}.company-production>.company-production__copy{display:flex;padding:clamp(2.5rem,5vw,5rem)}
@media(max-width:980px){.company-production>.company-production__media{height:640px;grid-template-columns:1.4fr .8fr}.company-production__media>img{min-height:0}}
@media(max-width:620px){.company-production>.company-production__media{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:340px 180px}.company-production__media>.company-production__main{grid-column:1/3;grid-row:auto}.company-production>.company-production__copy{padding:3rem 1.25rem}}
