:root{--paper:#f8f7f3;--ink:#242b27;--muted:#6d736e;--line:#d8dcd5;--accent:#c9522c;--warm:#ebece5;--header:92px}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.08;letter-spacing:-.045em}h2{font-size:clamp(34px,4.2vw,60px)}h3{font-size:25px;letter-spacing:-.025em}p{color:var(--muted)}.shell{width:min(1280px,calc(100% - 112px));margin:auto}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:24px}.muted{color:#858c83}.accent{color:var(--accent)}.site-header{height:var(--header);position:sticky;top:0;z-index:20;background:rgba(248,247,243,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-size:25px;line-height:1;letter-spacing:-1.2px;font-weight:600;display:inline-flex;align-items:center;gap:12px}.brand>span>span{display:block}.brand svg{width:33px;height:43px;fill:none;stroke:var(--accent);stroke-width:2.1;stroke-linecap:round}.site-header nav{display:flex;align-items:center;gap:34px;font-size:13px}.site-header nav>a{position:relative;padding:8px 0}.site-header nav>a:not(.nav-cta):after{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.site-header nav>a:hover:after,.site-header nav>a[aria-current]:after{transform:scaleX(1)}.site-header nav .nav-cta{padding:12px 20px;border:1px solid #b4bbb0;display:flex;gap:22px;align-items:center}.nav-cta:hover{background:var(--warm)}.menu-toggle{display:none}.skip{position:fixed;top:-80px;left:12px;background:var(--ink);color:white;padding:12px;z-index:100}.skip:focus{top:8px}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.hero{position:relative;min-height:min(640px,calc(100svh - var(--header)));height:calc(100svh - var(--header));max-height:820px;background:#202520;color:white;overflow:hidden}.hero-photo{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 58%;animation:hero-image 1.4s both}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,25,23,.92) 0%,rgba(16,25,23,.76) 32%,rgba(16,25,23,.08) 78%),linear-gradient(0deg,rgba(16,25,23,.5),transparent 30%)}.hero-inner{height:100%;position:relative;display:flex;flex-direction:column;justify-content:center;padding:55px 0 96px}.hero-copy{max-width:670px}.hero .eyebrow{color:#eee8dd;margin-bottom:20px;font-size:10px}.hero h1{font-size:clamp(76px,8.8vw,126px);line-height:.94;letter-spacing:-.065em}.hero h1 span{color:#ea8258}.hero-promise{font-size:clamp(23px,2.5vw,33px);color:#fff;letter-spacing:-.04em;margin-top:27px}.hero-description{color:#deded8;font-size:15px;margin-top:13px}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:32px}.button{display:inline-flex;justify-content:space-between;gap:32px;align-items:center;background:var(--accent);color:white;border:0;padding:17px 24px;font-size:13px;font-weight:600;transition:background .2s,transform .2s;line-height:1.5}.button:hover{background:#b04424;transform:translateY(-2px)}.button span,.text-link span,.nav-cta span{transition:transform .2s}.button:hover span,.text-link:hover span,.nav-cta:hover span{transform:translate(3px,-3px)}.button.dark{background:var(--ink)}.button.dark:hover{background:#3f4942}.video-link{font-size:12px;display:flex;gap:10px;align-items:center}.play{border:1px solid #aaa;display:grid;place-items:center;border-radius:50%;width:30px;height:30px;font-size:9px}.video-link:hover .play{background:#ffffff22}.hero-bottom{position:absolute;bottom:27px;left:0;right:0;display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #ffffff38;font-size:11px;color:#e0e1da;letter-spacing:.02em}.hero-bottom a{display:flex;gap:25px}.hero-copy>*{animation:enter .65s both}.hero-copy h1{animation-delay:.08s}.hero-promise{animation-delay:.16s!important}.hero-description{animation-delay:.24s!important}.hero-actions{animation-delay:.32s!important}.section{padding-top:112px;padding-bottom:112px}.section-small{padding-bottom:90px}.principle{display:grid;grid-template-columns:1fr 1fr;gap:100px}.section-heading{align-self:start;position:sticky;top:135px}.text-link{display:inline-flex;gap:32px;font-size:13px;border-bottom:1px solid #a6afa1;padding:10px 0;align-items:center;font-weight:600}.section-heading .text-link{margin-top:32px}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:30px;padding:30px 0;border-top:1px solid var(--line)}.steps li:last-child{padding-bottom:0}.step-number{color:var(--accent);font-size:13px;line-height:2}.steps h3{margin-bottom:15px}.steps p{font-size:15px;max-width:380px}.product-section{background:var(--warm);padding:90px 0}.product-feature{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:110px}.product-visual{position:relative;min-height:450px;display:flex;align-items:center;justify-content:center}.product-visual img{width:100%;max-height:430px;object-fit:contain;mix-blend-mode:multiply}.image-note{position:absolute;bottom:0;font-size:11px;color:var(--muted)}.product-copy p:not(.eyebrow){margin:28px 0 20px;max-width:360px;font-size:15px}.section-top{display:flex;justify-content:space-between;gap:80px;align-items:end;margin-bottom:50px}.section-top>p{max-width:360px;font-size:15px}.installation-preview{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.installation-image{overflow:hidden;position:relative}.installation-image img{width:100%;height:480px;object-fit:cover;transition:transform .5s}.installation-image:hover img{transform:scale(1.025)}.installation-image>span{position:absolute;bottom:20px;left:24px;background:var(--paper);padding:12px 20px;font-size:12px}.installation-benefits article{border-top:1px solid var(--line);padding:24px 0}.installation-benefits article>span{font-size:11px;color:var(--accent)}.installation-benefits h3{margin:12px 0}.installation-benefits p{max-width:350px;font-size:15px}.extras-section{background:#eceee8}.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.extras-grid article{display:flex;align-items:center;gap:30px}.extras-grid img{width:130px;height:190px;object-fit:contain;mix-blend-mode:multiply}.extras-grid h3{margin-bottom:15px}.extras-grid p{font-size:14px}.faq-preview{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.faq-preview .text-link{margin-top:25px}details{border-top:1px solid var(--line);padding:23px 0}details:last-child{border-bottom:1px solid var(--line)}summary{font-size:18px;line-height:1.45;list-style:none;display:flex;justify-content:space-between;gap:25px}summary::-webkit-details-marker{display:none}summary:after{content:'+';color:var(--accent);font-size:23px;line-height:1;flex-shrink:0}details[open] summary:after{content:'−'}details p{padding-top:18px;font-size:15px;max-width:700px}details[open] p{animation:enter .25s}.cta-section{background:#e1e4da;padding:75px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-inner h2{font-size:clamp(32px,3.5vw,46px)}.cta-inner .eyebrow{margin-bottom:17px}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:65px;padding-bottom:65px}.newsletter h2{font-size:25px}.newsletter .eyebrow{margin-bottom:12px}.newsletter form{display:flex;flex-wrap:wrap;gap:10px}.newsletter input[type=email]{flex:1;min-width:160px}.newsletter [data-form-status]{flex-basis:100%;font-size:12px}.newsletter .cf-turnstile{width:100%}.site-footer{background:#252d28;color:#e8ece5;padding:64px 0 24px}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:36px;border-bottom:1px solid #ffffff25}.footer-top .brand{font-size:32px}.footer-top p{color:#aeb7ad;font-size:13px}.footer-columns{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px;padding:45px 0 55px;font-size:13px}.footer-columns .eyebrow{color:#98a592;font-size:9px;margin-bottom:15px}.footer-columns a{display:block;padding:4px 0}.footer-columns a:hover{color:#eea083}.footer-columns p{color:#d0d6cc}.footer-columns .footer-email{font-size:16px}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff25;padding-top:23px;font-size:10px;color:#aeb7ad}.page-intro{padding-top:76px;padding-bottom:65px}.page-intro h1{font-size:clamp(45px,6vw,82px);max-width:1000px}.intro-copy{font-size:17px;max-width:620px;margin-top:25px}.page-intro .eyebrow{margin-bottom:20px}.how-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.how-photo img{height:590px;object-fit:cover;width:100%;object-position:65%}.prose-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;border-top:1px solid var(--line)}.prose-section p{margin-bottom:25px}.video-frame{position:relative;aspect-ratio:16/9;background:var(--ink)}.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:65px 35px;padding-bottom:100px}.product-item-image{background:#eeefe9;aspect-ratio:1.15;display:grid;place-items:center;margin-bottom:25px}.product-item-image img{width:80%;height:240px;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.product-item:hover img{transform:translateY(-8px)}.product-item-title{display:flex;align-items:baseline;gap:12px;margin-bottom:14px}.product-item-title span{font-size:11px;color:var(--accent)}.product-item h2{font-size:26px;letter-spacing:-.025em}.product-item p{font-size:14px;margin-top:9px}.spec-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:90px}.spec-image{background:var(--warm);padding:50px;height:460px;position:sticky;top:125px;display:grid;place-items:center}.spec-image img{mix-blend-mode:multiply;width:100%;max-height:350px;object-fit:contain}.spec-layout h2{font-size:27px;margin-bottom:25px}table{border-collapse:collapse;width:100%;font-size:14px}td{padding:15px 0;border-bottom:1px solid var(--line);vertical-align:top}td:first-child{color:var(--muted);width:52%;padding-right:20px}.table-heading{margin-top:50px}.small-note{font-size:12px;margin:14px 0}.gallery-grid{columns:3;column-gap:25px;padding-bottom:90px}.gallery-photo{display:block;break-inside:avoid;margin-bottom:30px}.gallery-photo img{width:100%;height:auto;transition:filter .25s}.gallery-photo:hover img{filter:brightness(.85)}.gallery-photo>span{display:flex;justify-content:space-between;padding-top:12px;font-size:11px;color:var(--muted)}.lightbox{width:min(1100px,94vw);max-height:94svh;border:0;background:#202722;padding:44px 15px 15px}.lightbox::backdrop{background:#111c}.lightbox img{max-height:80svh;max-width:100%;margin:auto;object-fit:contain}.lightbox-close{position:absolute;right:14px;top:10px;background:none;color:white;border:0;font-size:14px}.faq-full{max-width:980px;padding-bottom:100px}.faq-full summary{font-size:21px}.faq-full details{padding:27px 0}.contact-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:120px;padding-bottom:80px}.contact-layout h2{font-size:30px}.contact-layout aside{padding-top:5px}.contact-phone{font-size:clamp(24px,3vw,37px);letter-spacing:-.03em;display:block;line-height:1.2}.contact-email{display:inline-block;font-size:17px;margin-top:20px;border-bottom:1px solid var(--line)}.address{padding:35px 0;margin-top:35px;border-top:1px solid var(--line)}.address h3{font-size:20px;margin-bottom:12px}.contact-layout form{display:grid;grid-template-columns:1fr 1fr;gap:21px;margin-top:25px}.form-group{min-width:0}.form-group:has(textarea),.form-group:has(input[type=checkbox]),.contact-layout .cf-turnstile,.submit,[data-form-status],form noscript{grid-column:1/-1}label{display:block;font-size:13px;margin-bottom:8px}input:not([type=checkbox]):not([type=submit]):not([type=hidden]),textarea{width:100%;background:transparent;border:1px solid #b9c0b3;border-radius:0;padding:12px 14px;color:var(--ink);font-size:15px}textarea{resize:vertical;min-height:140px}input:focus,textarea:focus{outline:2px solid #c9522c50;outline-offset:1px;border-color:var(--accent)}input[type=submit]{background:var(--accent);color:white;border:0;padding:15px 23px;font-size:13px;font-weight:600;cursor:pointer}input[type=submit]:disabled{background:#697466;cursor:not-allowed;opacity:.75}label:has(input[type=checkbox]){display:flex;align-items:start;gap:10px;color:var(--muted);font-size:12px;font-weight:400}input[type=checkbox]{accent-color:var(--accent);margin-top:4px;flex-shrink:0}[data-form-status]{font-size:13px}.map-section{padding-bottom:80px}.map-section iframe{width:100%;height:350px;border:0;filter:grayscale(.8)}.js-motion .reveal{opacity:0;transform:translateY(20px);transition:opacity .6s,transform .6s}.js-motion .reveal.visible{opacity:1;transform:none}@keyframes enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes hero-image{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(min-width:1500px){.hero-shade{background:linear-gradient(90deg,rgba(16,25,23,.94),rgba(16,25,23,.7) 35%,rgba(16,25,23,.05) 80%)}}
@media(max-width:1050px){.shell{width:calc(100% - 64px)}.site-header nav{gap:20px}.hero h1{font-size:90px}.hero-actions{gap:18px}.principle,.product-feature,.installation-preview,.faq-preview,.how-layout,.spec-layout,.prose-section{gap:45px}.product-feature{grid-template-columns:1fr 1fr}.product-visual{min-height:350px}.section{padding-top:80px;padding-bottom:80px}.extras-grid{gap:35px}.extras-grid img{width:90px}.contact-layout{gap:60px}.footer-columns{grid-template-columns:1.3fr 1fr 1fr}.footer-columns>div:last-child{display:none}.product-item-image img{height:190px}}
@media(max-width:760px){:root{--header:76px}.shell{width:calc(100% - 40px)}.brand{font-size:22px}.brand svg{height:36px;width:29px}.menu-toggle{display:flex;gap:15px;align-items:center;background:none;border:0;padding:12px 0;font-size:13px}.menu-toggle span{font-size:19px}.site-header nav{display:none;position:absolute;top:75px;left:0;right:0;background:var(--paper);padding:20px;box-shadow:0 20px 20px #0001}.site-header nav.open{display:flex;flex-direction:column;align-items:stretch;gap:8px}.site-header nav>a{padding:12px}.site-header nav .nav-cta{margin-top:8px;justify-content:space-between}.hero{min-height:610px;max-height:760px}.hero-photo{object-position:64% center}.hero-shade{background:linear-gradient(90deg,rgba(15,24,20,.87),rgba(15,24,20,.42)),linear-gradient(0deg,rgba(15,24,20,.3),transparent)}.hero-inner{padding:45px 0 100px;justify-content:center}.hero h1{font-size:clamp(66px,14vw,94px)}.hero .eyebrow{font-size:9px}.hero-promise{font-size:26px;max-width:320px;margin-top:25px}.hero-description{font-size:14px}.hero-actions{align-items:start;flex-direction:column;gap:22px;margin-top:28px}.hero-bottom{bottom:20px;font-size:9px}.hero-bottom>a{font-size:0;gap:0}.hero-bottom>a span{font-size:18px}.button{padding:16px 20px;font-size:12px}.section{padding-top:66px;padding-bottom:66px}.principle,.product-feature,.installation-preview,.faq-preview,.how-layout,.spec-layout,.prose-section,.newsletter,.contact-layout{grid-template-columns:1fr;gap:35px}.section-heading{position:static}.principle h2 br{display:none}.principle h2 br:after{content:' '}.principle h2{max-width:340px}.section-heading .text-link{margin-top:20px}.steps li{padding:25px 0;gap:23px}.steps h3{font-size:24px}.steps p{font-size:14px}.product-section{padding:60px 0}.product-copy{grid-row:1}.product-copy h2{font-size:46px}.product-copy h2 br{display:none}.product-copy h2{max-width:310px}.product-visual{min-height:310px}.product-visual img{max-height:320px}.image-note{bottom:-15px;font-size:10px}.section-top{display:block;margin-bottom:30px}.section-top>p{margin-top:24px;max-width:none}.installation-image img{height:360px}.extras-grid{grid-template-columns:1fr;gap:38px}.extras-grid img{width:90px;height:140px}.extras-grid h3{font-size:24px}.cta-section{padding:50px 0}.cta-inner{display:block}.cta-inner .button{margin-top:30px}.cta-inner h2{font-size:34px}.newsletter{padding-top:45px;padding-bottom:45px;gap:25px}.newsletter h2{font-size:24px}.newsletter input[type=submit]{font-size:12px}.footer-top{display:block;padding-bottom:27px}.footer-top .brand{font-size:27px}.footer-top p{margin-top:15px}.footer-columns{grid-template-columns:1fr 1fr;gap:30px 20px;padding:30px 0}.footer-columns>div:first-child{grid-column:1/-1}.footer-bottom{gap:20px;align-items:start;font-size:9px}.footer-bottom>a{max-width:90px}.page-intro{padding-top:50px;padding-bottom:45px}.page-intro h1{font-size:46px}.intro-copy{font-size:15px}.section-small{padding-bottom:60px}.how-photo img{height:360px}.prose-section{gap:30px}.product-grid{grid-template-columns:1fr 1fr;gap:38px 20px;padding-bottom:60px}.product-item-image img{height:140px;width:90%}.product-item-title{gap:8px;align-items:start}.product-item h2{font-size:22px}.product-item p{font-size:13px}.product-item-image{margin-bottom:18px}.spec-image{height:280px;padding:30px;position:static}.spec-image img{max-height:230px;width:80%}.gallery-grid{columns:2;column-gap:15px;padding-bottom:50px}.gallery-photo{margin-bottom:25px}.gallery-photo>span{font-size:9px}.faq-full{padding-bottom:60px}.faq-full summary{font-size:18px}.contact-layout{padding-bottom:50px;gap:45px}.contact-layout aside{border-top:1px solid var(--line);padding-top:35px}.contact-layout form{gap:18px 15px}.map-section{padding-bottom:50px}.map-section iframe{height:280px}.eyebrow{margin-bottom:20px}summary{font-size:17px}}
@media(max-width:380px){.hero h1{font-size:62px}.hero-promise{font-size:24px}.product-grid{grid-template-columns:1fr}.contact-layout form{grid-template-columns:1fr}.hero{min-height:590px}.hero-inner{padding-top:35px}.hero-bottom{font-size:8px}.gallery-grid{columns:1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-motion .reveal{opacity:1;transform:none}}
