:root{--ink:#263e33;--cream:#f6f4ee;--paper:#fff;--muted:#687269;--line:#d8ded6;--accent:#a2603c;--serif:'Fraunces',Georgia,serif;--sans:'Work Sans',Arial,sans-serif;--space:24px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{touch-action:manipulation}button{cursor:pointer}img{display:block;max-width:100%;height:auto}svg{width:20px;height:20px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(44px,5.3vw,80px)}h2{font-size:clamp(34px,3.5vw,50px)}h3{font-size:20px;line-height:1.3;font-weight:500;letter-spacing:-.035em}h1 em,h2 em{font-weight:400;color:var(--accent)}p{color:var(--muted)}a:hover{color:var(--accent)}:focus-visible{outline:3px solid var(--accent);outline-offset:5px}a,button{ -webkit-tap-highlight-color:transparent}[hidden]{display:none!important}.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}.skip{position:fixed;top:-90px;left:20px;z-index:100;background:white;padding:12px}.skip:focus{top:12px}.topbar{height:36px;background:var(--ink);color:#f6f4ee;display:flex;align-items:center;justify-content:space-between;padding-inline:56px;font-size:11px;letter-spacing:.07em}.topbar a:hover{color:white}.header{height:98px;background:var(--cream);display:flex;align-items:center;justify-content:space-between;padding:0 56px;border-bottom:1px solid var(--line);gap:28px;position:relative;z-index:20}.brand{display:flex;gap:13px;align-items:center;white-space:nowrap;font-weight:600;font-size:14px;line-height:1.3;letter-spacing:.06em}.brand-mark{font-family:var(--serif);font-weight:500;font-size:50px;letter-spacing:-.1em;line-height:1;border-right:1px solid var(--line);padding-right:17px}.brand small{display:block;font-size:9px;letter-spacing:.16em;margin-top:6px;font-weight:400}.desktop-nav{display:flex;gap:29px;font-size:13px}.header-phone{font-size:13px;white-space:nowrap;border-bottom:1px solid var(--ink);padding-bottom:6px}.header-phone span{padding-left:16px}.menu-toggle{display:none;background:none;border:0;color:var(--ink);min-height:44px}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:var(--cream);padding:20px 28px;box-shadow:0 14px 20px #263e3310}.mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid var(--line)}.hero{display:grid;grid-template-columns:45% 55%;min-height:630px}.hero-copy{padding:64px 40px 24px 56px;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;margin-bottom:23px}.hero h1{margin-bottom:28px}.hero p{font-size:14px;line-height:1.8;margin-bottom:28px;max-width:380px}.button{display:inline-flex;justify-content:center;align-items:center;gap:34px;min-height:52px;padding:14px 24px;border:1px solid transparent;font-size:13px;font-weight:500;transition:background .2s,color .2s;line-height:1.4;text-align:center}.button span{font-size:21px}.primary{background:var(--ink);color:white}.primary:hover{background:#172d23;color:white}.outline{background:transparent;border-color:var(--line);color:var(--ink)}.outline:hover{background:#e9eee7;color:var(--ink)}.light{background:var(--cream);color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:12px;border-bottom:1px solid var(--line);padding:8px 0}.hero .text-link{margin-top:12px}.hero-foot{display:flex;width:100%;justify-content:space-between;border-top:1px solid var(--line);margin-top:auto;padding-top:26px;font-size:9px;letter-spacing:.12em}.hero-visual{position:relative;overflow:hidden;background:#c7bca9;min-height:630px}.hero-visual>img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:50% 56%}.hero-caption{position:absolute;bottom:25px;left:25px;right:25px;display:flex;justify-content:space-between;align-items:center;background:#faf9f4ed;padding:20px 24px;gap:20px;font-size:12px}.hero-caption strong{display:block;font-size:14px;font-weight:500;margin-top:2px}.hero-price{font-size:18px;white-space:nowrap}.hero-price span{padding-left:25px}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 56px;border-bottom:1px solid var(--line);font-size:11px;letter-spacing:.03em;gap:20px}.service-strip span{display:flex;align-items:center;gap:12px;justify-content:center}.service-strip span:before{content:'✓';font-size:14px}.section{padding-top:88px;padding-bottom:88px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:17px}.section-heading .text-link{white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.category-photo{position:relative;aspect-ratio:1/1.1;overflow:hidden;background:#e2ded3}.category-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%;transition:transform .4s}.category-card:hover img{transform:scale(1.025)}.category-card.poster img{object-position:center top}.category-card>div:nth-child(2){display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:8px}.category-card h3{font-size:18px;margin:0}.category-card p{font-size:12px;margin-top:6px}.selection{background:#ecefe8}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 26px}.product-card{min-width:0}.product-image-link{display:block;position:relative;overflow:hidden}.product-photo{position:relative;aspect-ratio:1.1;overflow:hidden;background:#dedacf}.product-photo img{width:100%;height:100%;object-fit:cover;object-position:center 53%;transition:transform .45s}.product-photo.poster img{object-position:center top}.product-image-link:hover img{transform:scale(1.025)}.product-tag{position:absolute;top:14px;left:14px;background:var(--cream);padding:4px 10px;font-size:9px;letter-spacing:.09em;text-transform:uppercase}.card-arrow{position:absolute;bottom:13px;right:13px;width:38px;height:38px;background:var(--cream);display:grid;place-items:center;border-radius:50%;font-size:22px}.product-meta{position:relative;padding-top:17px}.product-meta p{font-size:11px;margin-bottom:5px}.product-meta h3{font-size:22px;margin-bottom:9px}.price{font-size:14px;font-weight:500}.fine-print{font-size:11px;line-height:1.65;color:var(--muted)}.selection .fine-print,.catalog-section>.fine-print{margin-top:32px;max-width:800px}.showroom{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--cream)}.showroom-media{position:relative;min-height:530px;background:#151f18;display:flex;align-items:center;justify-content:center;overflow:hidden}.showroom-media video{width:100%;height:530px;object-fit:cover}.media-label{position:absolute;top:28px;left:32px;font-size:10px;letter-spacing:.18em;background:#263e33b0;padding:7px 10px;pointer-events:none}.showroom-copy{padding:70px 70px}.showroom-copy h2{font-size:54px}.showroom-copy em{color:#d1bea0}.showroom-copy p{max-width:400px;color:#c5d0c6;font-size:14px}.address{font-size:17px;margin:24px 0}.address span{font-size:12px;color:#c5d0c6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:46px}.steps article{border-top:1px solid var(--line);padding-top:24px}.steps article>span{font:28px var(--serif);color:var(--accent);display:block;margin-bottom:26px}.steps h3{font-size:23px}.steps p{font-size:14px;max-width:300px}.section-intro{font-size:14px;max-width:310px;margin-bottom:0}.contact-band{padding-block:65px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:65px}.contact-band h2{margin:0}.contact-band p{font-size:14px;max-width:530px}.contact-actions{display:flex;gap:12px;flex-wrap:wrap}.contact-actions .button{flex:1;gap:18px;white-space:nowrap}.phone-link{width:100%;font-size:14px;padding:7px 0;text-decoration:underline;text-underline-offset:5px}.footer{background:#e9e8e0;padding:58px 56px 22px}.footer-top{display:grid;grid-template-columns:1.3fr 1fr 1.2fr 1fr;gap:45px}.footer-top h2{font:500 12px var(--sans);letter-spacing:.02em;margin-bottom:22px}.footer-top>div>a:not(.brand){display:block;font-size:12px;margin:8px 0}.footer-top p{font-size:12px}.footer-top>div:first-child>p{font:25px/1.25 var(--serif);margin-top:25px;color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;gap:30px;border-top:1px solid #ced0c6;margin-top:44px;padding-top:20px;font-size:10px;color:var(--muted)}.footer-bottom div{display:flex;gap:16px}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:25;background:var(--ink);color:white;border:1px solid #ffffff80;border-radius:40px;padding:12px 19px;font-size:12px;box-shadow:0 4px 20px #0002}.floating-wa:hover{color:white;background:#172d23}.crumb{display:flex;gap:12px;flex-wrap:wrap;font-size:11px;padding-block:24px;color:var(--muted)}.page-heading{padding-block:20px 55px}.page-heading .eyebrow{margin-top:35px}.page-heading h1{margin:20px 0;font-size:clamp(40px,5vw,68px);max-width:850px}.page-heading>p{max-width:650px;font-size:15px}.catalog-section{padding-bottom:65px}.category-tabs{display:flex;gap:9px;flex-wrap:wrap;padding-bottom:25px;border-bottom:1px solid var(--line)}.category-tabs a{font-size:12px;padding:10px 17px;border:1px solid var(--line);border-radius:30px}.category-tabs a[aria-current]{background:var(--ink);color:white;border-color:var(--ink)}.catalog-tools{display:flex;align-items:flex-end;gap:30px;margin:30px 0}.catalog-tools label{display:grid;gap:8px;font-size:11px;font-weight:500}.catalog-tools .search{flex:1;max-width:510px}.catalog-tools input,.catalog-tools select{border:1px solid var(--line);background:transparent;padding:12px 15px;border-radius:0;color:var(--ink);min-height:48px;min-width:0}.catalog-tools #result-count{font-size:11px;margin-left:auto;white-space:nowrap}.catalog-section .product-grid{margin-top:30px}.empty{padding:70px 30px;text-align:center}.empty h2{font-size:36px}.empty p{max-width:620px;margin-inline:auto}.empty .contact-actions{max-width:540px;margin:auto}.product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:65px;padding:10px 0 60px}.gallery img{width:100%;height:auto;max-height:800px;object-fit:contain;background:#e5e1d6}.gallery>p{font-size:11px;margin-top:16px}.product-info h1{font-size:clamp(37px,4vw,59px);margin-bottom:16px}.product-info .eyebrow{margin-bottom:20px}.product-info>p{font-size:14px}.product-info .dimensions{font-size:15px}.product-info .detail-price{font:32px var(--serif);margin-bottom:12px;color:var(--ink)}.features{padding-left:19px;font-size:13px;line-height:1.9;color:var(--muted);margin-block:25px}.order-box{border:1px solid var(--line);padding:25px;background:#eef0e9;margin:28px 0}.order-box h2{font-size:27px;margin-bottom:20px}.order-box label{display:block;font-size:11px;margin-bottom:7px}.order-box label span{color:var(--muted)}.order-box textarea{width:100%;resize:vertical;padding:12px;font-size:13px;border:1px solid var(--line);background:var(--cream);color:var(--ink);margin-bottom:15px}.order-box .contact-actions{display:grid;grid-template-columns:1fr}.order-box .fine-print{margin:14px 0 0}.product-info details,.faq details{border-bottom:1px solid var(--line);padding:18px 0;font-size:13px}.product-info summary,.faq summary{cursor:pointer;font-weight:500;min-height:30px}.product-info details p,.faq details p{margin:12px 0 0}.source-link{display:inline-block;font-size:11px;margin-top:18px;text-decoration:underline}.contact-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-bottom:60px}.contact-page h2{font-size:35px}.contact-page>div:first-child{padding-top:30px}.address-card{background:#e9ede4;padding:40px}.address-card .text-link{display:table;margin-top:20px}.faq{max-width:850px}.legal-content{max-width:880px;padding-bottom:80px}.legal-content h2{font-size:30px;margin-top:38px;letter-spacing:-.03em}.legal-content p,.legal-content li{font-size:14px}.legal-content a{text-decoration:underline}.legal-content .doc__toc{background:#e9ede4;padding:22px}.legal-content .doc__toc h2{margin-top:0}.legal-content table{border-collapse:collapse;width:100%;font-size:12px}.legal-content td,.legal-content th{border:1px solid var(--line);padding:10px;text-align:left}.legal-content .tbl-wrap{overflow-x:auto}.sitemap-links{padding-bottom:70px}.sitemap-links ul{columns:3;list-style:none;padding:0}.sitemap-links li{margin-bottom:15px}.sitemap-links a{text-decoration:underline}.no-image{font:25px var(--serif);padding:30px;display:block}
@media(min-width:1500px){.hero-copy{padding-left:max(56px,calc((100vw - 1320px)/2))}.hero{min-height:710px}.hero-visual{min-height:710px}.header,.topbar{padding-inline:max(56px,calc((100vw - 1320px)/2))}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.header,.topbar{padding-inline:32px}.desktop-nav{gap:17px}.header-phone{display:none}.hero-copy{padding:48px 30px 24px 32px}.hero h1{font-size:62px}.hero-visual,.hero{min-height:590px}.hero-caption{left:18px;right:18px;padding:16px}.hero-price span{padding-left:8px}.showroom-copy{padding:50px 35px}.showroom-copy h2{font-size:46px}.contact-band{gap:40px}.contact-actions .button{white-space:normal}.footer{padding-inline:32px}.footer-top{gap:25px}.brand{font-size:12px}.brand-mark{font-size:43px}.product-detail{gap:35px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.topbar{height:31px;padding:0 20px;justify-content:center;font-size:9px}.topbar>a{display:none}.header{height:79px;padding:0 20px}.brand{font-size:11px;gap:10px}.brand-mark{font-size:39px;padding-right:13px}.brand small{font-size:8px}.desktop-nav{display:none}.menu-toggle{display:flex;align-items:center;gap:15px;font-size:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:39px 20px 25px}.hero h1{font-size:54px;line-height:1.06}.hero h1 br:nth-of-type(1){display:none}.hero-copy>.eyebrow{font-size:9px;margin-bottom:18px}.hero p{font-size:13px}.hero-foot{margin-top:30px;padding-top:18px}.hero-visual{min-height:430px}.hero-visual>img{object-position:center 58%}.hero-caption{bottom:17px;left:17px;right:17px;padding:15px;font-size:10px}.hero-caption strong{font-size:12px}.hero-price{font-size:15px}.service-strip{grid-template-columns:1fr 1fr;padding:20px;gap:17px 12px;font-size:9px}.service-strip span{justify-content:flex-start;gap:8px}.section{padding-block:56px}.section-heading{align-items:flex-start;gap:18px;margin-bottom:26px}.section-heading h2{font-size:35px}.section-heading>.text-link{white-space:normal;font-size:10px;max-width:90px;gap:10px}.eyebrow{font-size:9px;letter-spacing:.14em}.category-grid{grid-template-columns:1fr 1fr;gap:22px 15px}.category-card h3{font-size:15px}.category-card p{font-size:11px;line-height:1.4}.category-card>div:nth-child(2){margin-top:12px}.category-photo{aspect-ratio:.85}.product-grid{grid-template-columns:1fr 1fr;gap:28px 15px}.product-meta h3{font-size:18px}.product-meta p{font-size:10px;line-height:1.4}.product-meta{padding-top:12px}.product-photo{aspect-ratio:.86}.product-tag{font-size:8px;top:9px;left:9px;padding:3px 7px}.card-arrow{width:30px;height:30px;font-size:18px;right:9px;bottom:9px}.price{font-size:12px}.showroom{grid-template-columns:1fr}.showroom-media{min-height:330px}.showroom-media video{height:330px}.showroom-copy{padding:40px 24px}.showroom-copy h2{font-size:43px}.section-heading .section-intro{display:none}.steps{grid-template-columns:1fr;gap:25px}.steps article{display:grid;grid-template-columns:40px 1fr;gap:0 18px}.steps article>span{grid-row:1/3;margin:0}.steps h3{font-size:21px;margin-bottom:8px}.steps p{font-size:13px;max-width:none;margin-bottom:0}.contact-band{grid-template-columns:1fr;gap:26px;padding-block:45px}.contact-band .contact-actions{display:grid;grid-template-columns:1fr}.footer{padding:40px 20px 85px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:first-child>p{font-size:24px}.footer-top>div:nth-child(3){overflow-wrap:anywhere}.footer-bottom{flex-direction:column;gap:17px;margin-top:30px}.floating-wa{right:14px;bottom:14px;font-size:11px}.page-heading{padding-block:0 28px}.page-heading h1{font-size:43px}.page-heading>p{font-size:14px}.category-tabs{gap:7px}.category-tabs a{font-size:11px;padding:8px 12px}.catalog-tools{flex-wrap:wrap;gap:15px}.catalog-tools .search{flex-basis:100%;max-width:none}.catalog-tools input{width:100%}.catalog-tools #result-count{margin-bottom:15px}.product-detail{grid-template-columns:1fr;gap:25px}.gallery img{max-height:570px}.product-info h1{font-size:41px}.order-box{padding:22px}.contact-page{grid-template-columns:1fr;gap:30px}.contact-page .contact-actions{display:grid;grid-template-columns:1fr}.address-card{padding:28px}.sitemap-links ul{columns:1}.empty{padding:45px 0}.legal-content h2{font-size:27px}.hero-caption{gap:9px}.hero-price{white-space:nowrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
