:root{--ink:#171a17;--muted:#676b64;--paper:#fff;--surface:#f3f3f0;--line:#dedfd9;--accent:#ffaf00;--dark:#1b1d1b;--font:'DM Sans',sans-serif;--display:'Manrope',sans-serif;--gutter:clamp(24px,5vw,88px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 var(--font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,summary{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid #886200;outline-offset:5px}button:disabled{cursor:default;opacity:.45}[hidden]{display:none!important}.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-200%);z-index:100;background:#fff;padding:12px}.skip-link:focus{transform:translateY(0)}
.topline{padding:9px var(--gutter);background:var(--dark);color:#f9faf6;display:flex;align-items:center;justify-content:space-between;font-size:11px;letter-spacing:1.2px}.topline a{font-size:12px;letter-spacing:.1px}.topline a span{margin-left:16px}.site-header{height:95px;background:#fff;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:34px;border-bottom:1px solid #e6e7e1;position:relative;z-index:20}.logo{width:112px;display:block;flex-shrink:0}.logo img{width:112px;height:65px;object-fit:contain}.desktop-nav{display:flex;gap:36px;align-self:stretch;align-items:center;margin-left:clamp(0px,4vw,90px)}.desktop-nav a{font-size:14px;position:relative;white-space:nowrap}.desktop-nav a:after{content:'';position:absolute;bottom:-34px;left:0;width:0;height:3px;background:var(--accent);transition:width .2s}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:24px}.icon-button{background:none;border:0;display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:8px;font-size:28px}.project-link{display:flex;gap:10px;align-items:center;font-size:14px;white-space:nowrap}.project-count{display:inline-flex;align-items:center;justify-content:center;background:var(--surface);width:25px;height:25px;font-size:12px;border-radius:50%}.menu-trigger{display:none}.mobile-nav{background:#fff;padding:24px var(--gutter);position:absolute;left:0;right:0;z-index:30;box-shadow:0 10px 15px #0001}.mobile-nav a{display:block;padding:15px 0;border-bottom:1px solid var(--line)}
.eyebrow{font-size:12px;letter-spacing:2.2px;line-height:1.5;font-weight:550;text-transform:uppercase;display:block}.eyebrow.accent{color:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.12;letter-spacing:-1.5px}h1{font-size:clamp(44px,5.2vw,80px)}h2{font-size:clamp(34px,3.3vw,52px)}h3{font-size:26px;letter-spacing:-.8px}.muted{color:var(--muted)}.section{padding:100px var(--gutter)}.section-header{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;margin-bottom:46px}.section-header h2{margin:16px 0 0;max-width:700px}.section-header p{max-width:360px;color:var(--muted);margin-bottom:0}.text-link{display:inline-flex;gap:36px;justify-content:space-between;align-items:center;border-bottom:1px solid currentColor;padding:0 0 9px;font-size:14px;font-weight:500}.text-link span{font-size:22px;font-weight:400}.text-link:hover{color:#8b6500}.text-link.light:hover{color:var(--accent)}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:32px;padding:14px 25px;border:1px solid var(--ink);background:var(--ink);color:#fff;font-size:14px;font-weight:500;transition:background .2s,transform .2s}.button:hover{background:#384238;transform:translateY(-1px)}.button.yellow{background:var(--accent);border-color:var(--accent);color:var(--ink)}.button.yellow:hover{background:#ffd052}.button.outline{background:transparent;color:var(--ink)}.button.outline:hover{background:var(--surface)}.button.white{background:#fff;color:var(--ink);border-color:#fff}.button.small{min-height:42px;padding:9px 16px}.button span{font-size:22px;line-height:1}.link-button{border:0;border-bottom:1px solid currentColor;background:none;padding:2px 0;font-size:14px}.round-link{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ffffff80;border-radius:50%;font-size:24px;flex-shrink:0}
.hero{position:relative;height:min(730px,calc(100svh - 90px));min-height:590px;overflow:hidden;background:#333a31;color:#fff}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,19,15,.78),rgba(11,19,15,.36) 50%,rgba(11,19,15,.05)),linear-gradient(0deg,#131c15aa,transparent 36%)}.hero-content{position:relative;z-index:1;padding:90px var(--gutter) 125px;max-width:960px}.hero h1{margin:26px 0 24px;font-size:clamp(50px,5.7vw,90px);line-height:1.06;letter-spacing:-3px}.hero h1 em{font-style:normal;font-weight:400;color:#fff}.hero p{max-width:370px;color:#e7e8e2;font-size:16px;line-height:1.65;margin-bottom:32px}.hero-bottom{position:absolute;bottom:30px;left:var(--gutter);right:var(--gutter);z-index:2;display:flex;justify-content:space-between;align-items:end;gap:30px}.hero-label{font-size:11px;letter-spacing:1.5px;border-top:1px solid #ffffff50;padding-top:14px;display:flex;gap:25px;min-width:280px}.hero-caption{font-size:12px;color:#dedfd7;display:flex;align-items:center;gap:18px}.hero-caption strong{color:#fff;font-size:14px;font-weight:500}.brand-strip{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:28px var(--gutter);border-bottom:1px solid var(--line)}.brand-strip>span{font-size:12px;color:var(--muted);max-width:140px;line-height:1.5}.brand-strip a{display:flex;align-items:center;justify-content:center;min-width:100px}.brand-strip img{width:128px;height:38px;object-fit:contain}.brand-strip .brand-ta{width:85px;height:48px}.brand-strip .brand-fm{width:150px}.brand-strip .brand-name{font:600 24px var(--display);letter-spacing:1px}
.intro{display:grid;grid-template-columns:1fr 2fr;gap:80px;padding:88px var(--gutter) 70px}.intro .eyebrow{padding-top:9px}.intro h2{font-size:clamp(29px,3vw,48px);line-height:1.28;margin-bottom:28px;max-width:820px}.intro p{max-width:590px;color:var(--muted);font-size:16px}.category-links{display:flex;flex-wrap:wrap;gap:12px 26px;margin-top:27px}.category-links a{font-size:14px;border-bottom:1px solid #b6b9b0;padding-bottom:4px}.category-links a:hover{border-color:var(--ink)}.room-section{padding-top:20px}.room-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:24px}.room-block{position:relative;overflow:hidden;background:#252b25;min-height:470px;color:#fff}.room-block img{width:100%;height:100%;position:absolute;object-fit:cover;transition:transform .6s}.room-block:hover img{transform:scale(1.035)}.room-block:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0e1717ba,transparent 65%)}.room-content{position:absolute;z-index:1;left:35px;right:35px;bottom:30px;display:flex;justify-content:space-between;gap:25px;align-items:flex-end}.room-content .eyebrow{font-size:11px;margin-bottom:10px}.room-content h3{font-size:35px;margin-bottom:8px}.room-content p{color:#e2e5de;font-size:14px;max-width:330px;margin:0}.section.soft{background:var(--surface)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 26px}.product-card{min-width:0;position:relative}.product-visual{display:block;position:relative;background:#f2f3ef;aspect-ratio:1.18;overflow:hidden}.soft .product-visual{background:#fff}.product-visual img{height:100%;width:100%;object-fit:contain;padding:35px;mix-blend-mode:multiply;transition:transform .45s}.product-card:hover .product-visual img{transform:scale(1.04)}.product-visual.installed img{object-fit:cover;padding:0;mix-blend-mode:normal}.product-brand{position:absolute;left:18px;top:16px;font-size:11px;letter-spacing:1.7px;z-index:1}.product-add{position:absolute;right:15px;bottom:15px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:white;border:1px solid #d8dbd2;border-radius:50%;font-size:24px;z-index:2;line-height:1}.product-add:hover{background:var(--accent);border-color:var(--accent)}.product-add.added{background:var(--accent)}.product-info{padding:20px 0 0}.product-info .product-category{font-size:11px;letter-spacing:1.1px;color:var(--muted);text-transform:uppercase;margin:0 0 7px}.product-info h3{font-size:22px;letter-spacing:-.6px;margin:0 0 8px;line-height:1.25}.product-info>p{font-size:14px;color:var(--muted);margin-bottom:8px}.product-specs{display:flex;gap:14px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.product-foot{margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--line);padding-top:11px}.compare-check{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);cursor:pointer}.compare-check input{accent-color:var(--ink);width:15px;height:15px}.view-detail{font-size:20px}.feature-story{display:grid;grid-template-columns:1.15fr 1fr;background:var(--dark);color:#fff}.story-image{min-height:550px;position:relative;overflow:hidden}.story-image img{width:100%;height:100%;object-fit:cover;position:absolute}.story-copy{padding:75px clamp(35px,5vw,90px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.story-copy h2{margin:22px 0;max-width:500px}.story-copy p{color:#c1c8bd;max-width:430px;margin-bottom:30px}.story-copy .text-link{color:#fff}.story-number{font-size:12px;letter-spacing:2px;color:#bfc7b8;margin-top:55px;display:flex;gap:30px;padding-top:20px;border-top:1px solid #ffffff30;width:100%}.resource-teaser{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center}.resource-teaser h2{margin:20px 0}.resource-teaser p{max-width:440px;color:var(--muted)}.resource-links a{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line);font-size:20px}.resource-links a:first-child{border-top:1px solid var(--line)}.resource-links span{color:var(--muted);font-size:13px}.resource-links strong{font-weight:400}.cta-band{padding:55px var(--gutter);display:flex;gap:35px;justify-content:space-between;align-items:center;border-top:1px solid var(--line);background:#f5f5f1}.cta-band h2{font-size:34px;margin:0 0 10px}.cta-band p{margin:0;font-size:15px}
.site-footer{background:#171c18;color:#fff;padding:60px var(--gutter) 25px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:55px}.footer-logo{background:#fff;padding:7px 10px;width:113px;flex-shrink:0}.footer-logo img{height:55px;width:100%;object-fit:contain}.footer-top p{font:400 clamp(22px,2.4vw,37px) var(--display);letter-spacing:-1px;margin:0 auto 0 20px}.footer-bottom{border-top:1px solid #ffffff25;padding-top:22px;display:flex;gap:30px;justify-content:space-between;align-items:center;color:#b6beb3;font-size:12px}.footer-bottom>div{display:flex;gap:24px}.footer-bottom a:hover{color:#fff}
.page-heading{padding:56px var(--gutter) 44px;border-bottom:1px solid var(--line)}.breadcrumb{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:12px;margin-bottom:38px}.breadcrumb a:hover{color:var(--ink)}.page-heading h1{font-size:clamp(42px,4.8vw,70px);margin-bottom:20px}.page-heading>p{max-width:600px;color:var(--muted);margin:0}.page-heading .eyebrow{margin-bottom:20px}.catalog-layout{display:grid;grid-template-columns:210px minmax(0,1fr);gap:50px;padding:42px var(--gutter) 95px}.filter-top{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:22px}.filter-top h2{font-size:16px;letter-spacing:0;margin:0}.reset-button{background:none;border:0;padding:5px;font-size:12px;text-decoration:underline;color:var(--muted)}.filter-group{padding:18px 0;border-top:1px solid var(--line)}.filter-group h3{font-family:var(--font);font-size:13px;letter-spacing:0;font-weight:550;margin:0 0 13px}.filter-option{display:flex;align-items:center;gap:9px;font-size:13px;color:#50554d;margin:11px 0;cursor:pointer}.filter-option input{width:16px;height:16px;accent-color:var(--ink);margin:0;flex-shrink:0}.filter-option span{margin-left:auto;font-size:11px;color:#878d81}.catalog-toolbar{display:flex;justify-content:space-between;gap:25px;align-items:center;margin-bottom:27px;font-size:13px}.catalog-toolbar .search-inline{max-width:280px;flex:1}.search-inline{display:flex;align-items:center;border-bottom:1px solid #818678;padding:8px 0;gap:8px}.search-inline input{border:0;background:none;width:100%;min-width:0;outline-offset:5px;font-size:14px}.catalog-toolbar select{background:#fff;border:0;max-width:175px;font-size:13px;padding:8px}.catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 20px}.catalog-layout .product-visual{aspect-ratio:1}.catalog-layout .product-visual img{padding:25px}.catalog-layout .product-info h3{font-size:19px}.active-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.filter-tag{background:var(--surface);border:0;padding:7px 11px;font-size:12px;display:inline-flex;gap:14px}.empty-state{padding:65px 30px;text-align:center;grid-column:1/-1;border-top:1px solid var(--line)}.empty-state h2{font-size:32px}.empty-state p{color:var(--muted)}.compare-tray{position:sticky;bottom:20px;margin-top:35px;background:var(--dark);color:#fff;padding:17px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:10;box-shadow:0 5px 20px #0002}.compare-tray p{margin:0;font-size:14px}.compare-tray .button{background:var(--accent);color:var(--ink);border-color:var(--accent)}.filter-mobile-toggle{display:none}
.detail-wrap{padding:30px var(--gutter) 90px}.detail-wrap>.breadcrumb{margin-bottom:30px}.detail-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:70px}.detail-visual{background:var(--surface);min-height:490px;display:flex;align-items:center;justify-content:center;position:relative}.detail-visual img{width:100%;max-height:630px;object-fit:contain;padding:60px;mix-blend-mode:multiply}.detail-visual.installed img{object-fit:cover;mix-blend-mode:normal;padding:0;height:100%}.image-credit{font-size:11px;color:var(--muted);margin:12px 0}.detail-copy{padding-top:25px}.detail-copy h1{font-size:clamp(37px,3.6vw,56px);margin:17px 0 20px}.detail-copy .lead{color:var(--muted);font-size:16px}.detail-brand{font-size:12px;letter-spacing:2px}.detail-code{font-size:12px;color:var(--muted);margin:18px 0}.detail-attributes{border-top:1px solid var(--line);margin:25px 0}.detail-attributes>div{display:flex;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line);padding:11px 0;font-size:14px}.detail-attributes dt{color:var(--muted)}.detail-attributes dd{margin:0;text-align:right}.variant-control{display:flex;flex-direction:column;gap:10px;font-size:13px;margin-bottom:24px}.variant-control select{border:1px solid var(--line);padding:13px;background:white;max-width:100%}.detail-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.detail-note{font-size:12px;color:var(--muted);margin:14px 0 0}.detail-panels{margin-top:65px;display:grid;grid-template-columns:1fr 1fr;gap:70px}.detail-panels h2{font-size:25px;letter-spacing:-.5px}.benefit-list{padding-left:20px;color:var(--muted);font-size:15px}.benefit-list li{padding:5px 0}.download-row{display:flex;gap:20px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:18px 0;font-size:15px}.download-row:last-child{border-bottom:1px solid var(--line)}.download-row small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.related-section{border-top:1px solid var(--line);margin-top:70px;padding-top:50px}.related-section h2{font-size:33px}
.brand-hero{background:var(--dark);color:#fff;display:grid;grid-template-columns:1fr 1.1fr;min-height:430px}.brand-hero-copy{padding:65px var(--gutter);padding-right:40px;align-self:center}.brand-hero h1{margin:20px 0;font-size:55px}.brand-hero p{color:#c4cdc0;max-width:450px}.brand-hero>img{height:100%;max-height:520px;width:100%;object-fit:cover}.brands-list{padding:40px var(--gutter) 80px}.brand-row{display:grid;grid-template-columns:190px 1fr 230px;gap:55px;align-items:center;padding:55px 0;border-bottom:1px solid var(--line)}.brand-row>img{width:150px;height:65px;object-fit:contain}.brand-row h2{font-size:28px;margin-bottom:13px}.brand-row p{max-width:600px;color:var(--muted);font-size:15px;margin:0}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.resource-item{border-top:1px solid var(--ink);padding-top:25px}.resource-number{color:#818778;font-size:12px;letter-spacing:1px;margin-bottom:30px}.resource-item h2{font-size:29px;min-height:66px}.resource-item p{font-size:14px;color:var(--muted)}.resource-cover{height:300px;background:var(--surface);display:flex;align-items:center;justify-content:center;padding:22px;margin-bottom:25px}.resource-cover img{height:100%;object-fit:contain;box-shadow:0 6px 12px #0002}.resource-subheading{margin:80px 0 30px;font-size:32px}.document-list{display:grid;grid-template-columns:1fr 1fr;column-gap:55px}.source-disclosure{font-size:13px;color:var(--muted);padding-top:25px;max-width:720px}.project-layout{padding:45px var(--gutter) 90px;display:grid;grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr);gap:60px}.project-item{display:grid;grid-template-columns:110px 1fr auto;gap:22px;align-items:center;border-top:1px solid var(--line);padding:23px 0}.project-item img{height:110px;width:110px;object-fit:contain;padding:15px;background:var(--surface);mix-blend-mode:multiply}.project-item h2{font-size:21px;margin:5px 0}.project-item p{font-size:12px;color:var(--muted);margin:0}.project-item .eyebrow{font-size:10px}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);width:max-content;margin:12px 0 5px}.quantity-control button{width:32px;height:33px;border:0;background:none;font-size:20px}.quantity-control input{width:42px;border:0;text-align:center;font-size:14px;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{appearance:none}.project-remove{border:0;background:none;font-size:24px;padding:10px;align-self:start}.project-summary{background:var(--surface);padding:32px;height:max-content}.project-summary h2{font-size:27px;margin-bottom:24px}.project-summary label{display:block;font-size:13px;margin-bottom:8px}.project-summary input,.project-summary textarea{width:100%;border:1px solid #d8dbd3;padding:12px;background:#fff;margin-bottom:20px;font-size:14px}.project-summary textarea{resize:vertical;min-height:90px}.project-summary .button{width:100%;margin-top:10px}.project-summary p{font-size:12px;color:var(--muted);margin:20px 0 0}.project-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;font-size:14px}.compare-page{padding:45px var(--gutter) 85px}.compare-table-wrap{overflow:auto}.compare-table{border-collapse:collapse;width:100%;min-width:600px;font-size:14px}.compare-table th,.compare-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:20px;min-width:200px}.compare-table th:first-child,.compare-table td:first-child{min-width:160px;color:var(--muted);padding-left:0}.compare-table th{font-weight:400}.compare-table img{width:180px;height:150px;object-fit:contain;padding:15px;background:var(--surface);margin-bottom:20px}.compare-table h2{font-size:21px;margin:12px 0}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.contact-layout h2{font-size:33px}.contact-layout p{color:var(--muted)}.contact-info{border-top:1px solid var(--line);padding:22px 0}.contact-info h3{font-size:18px;margin:0 0 8px}.contact-info p{font-size:15px;margin:0}.contact-info a{text-decoration:underline}.contact-panel{padding:40px;background:var(--surface)}
.search-dialog{border:0;max-width:780px;width:calc(100% - 40px);padding:35px 45px;color:var(--ink);max-height:85svh;overflow:auto}.search-dialog::backdrop{background:#0b140fcc;backdrop-filter:blur(5px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:30px}.search-dialog label{display:block;font-family:var(--display);font-size:31px;letter-spacing:-1px}.search-field{display:flex;border-bottom:1px solid var(--ink);margin-top:22px}.search-field input{border:0;font-size:18px;flex:1;min-width:0;padding:12px 0;outline-offset:0}.search-hint{font-size:12px;color:var(--muted);margin-top:15px}.suggestion{display:flex;gap:20px;align-items:center;border-top:1px solid var(--line);padding:14px 0}.suggestion img{width:60px;height:60px;object-fit:contain;background:var(--surface);padding:5px}.suggestion strong{display:block;font-size:15px;font-weight:500}.suggestion span{font-size:12px;color:var(--muted)}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,25px);opacity:0;pointer-events:none;background:var(--dark);color:#fff;padding:14px 25px;font-size:14px;max-width:calc(100% - 35px);z-index:70;transition:opacity .25s,transform .25s;text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}.print-heading{display:none}
@media(min-width:1600px){.hero-content{padding-top:110px}.hero{max-height:830px;height:73vh}.section,.intro,.catalog-layout,.page-heading,.detail-wrap,.brands-list,.project-layout,.compare-page{padding-left:max(var(--gutter),calc((100vw - 1450px)/2));padding-right:max(var(--gutter),calc((100vw - 1450px)/2))}}
@media(max-width:1100px){.desktop-nav{gap:24px;margin:0}.header-actions{gap:12px}.site-header{gap:25px}.catalog-layout{grid-template-columns:175px minmax(0,1fr);gap:30px}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:65px}.intro{gap:40px;grid-template-columns:1fr 2fr}.brand-row{grid-template-columns:140px 1fr;gap:35px}.brand-row .text-link{grid-column:2;width:max-content}.detail-grid{gap:40px}.resource-teaser{gap:50px}.brand-strip{gap:25px}.project-layout{gap:30px}.story-copy{padding:50px 35px}.story-image{min-height:490px}}
@media(max-width:800px){.topline{font-size:9px;letter-spacing:.7px}.topline>a{font-size:11px}.site-header{height:78px}.logo,.logo img{width:94px;height:55px}.desktop-nav{display:none}.menu-trigger{display:flex;flex-direction:column;gap:6px}.menu-trigger span{display:block;width:20px;height:1px;background:var(--ink)}.header-actions{gap:9px}.project-link{font-size:12px}.project-count{height:22px;width:22px}.hero{height:660px;min-height:580px}.hero-content{padding-top:85px;max-width:660px}.hero h1{font-size:60px;letter-spacing:-2px}.hero-image{object-position:60% center}.hero:after{background:linear-gradient(90deg,#10190edb,#111b1355 75%),linear-gradient(0deg,#111b1399,transparent 50%)}.hero-caption{display:none}.brand-strip{gap:23px;padding-top:23px;padding-bottom:23px;flex-wrap:wrap;justify-content:space-around}.brand-strip>span{display:none}.brand-strip img{width:100px;height:30px}.brand-strip .brand-ta{width:66px;height:40px}.brand-strip .brand-fm{width:118px}.brand-strip a{min-width:70px}.intro{display:block;padding-top:65px;padding-bottom:35px}.intro .eyebrow{margin-bottom:25px}.intro h2{font-size:35px}.section{padding-top:65px;padding-bottom:65px}.section-header{gap:25px;margin-bottom:30px;align-items:flex-start}.section-header h2{font-size:35px}.section-header .text-link{white-space:nowrap;gap:15px;margin-top:20px}.section-header p{display:none}.room-section{padding-top:20px}.room-grid{gap:18px}.room-block{min-height:370px}.room-content{left:23px;right:23px;bottom:23px}.room-content h3{font-size:28px}.room-content p{display:none}.round-link{width:38px;height:38px;font-size:21px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 20px}.home-products .product-card:last-child{display:none}.product-visual img{padding:25px}.feature-story{grid-template-columns:1fr}.story-image{min-height:480px}.story-copy{padding:50px var(--gutter)}.story-copy h2{max-width:550px;font-size:39px}.story-number{margin-top:15px}.resource-teaser{grid-template-columns:1fr;gap:30px}.resource-links a{padding:22px 0}.cta-band{padding-top:40px;padding-bottom:40px}.cta-band h2{font-size:27px}.cta-band .button{white-space:nowrap}.footer-top{flex-wrap:wrap;gap:25px;padding-bottom:35px}.footer-top p{margin:0;font-size:28px;flex:1}.footer-top .text-link{margin-left:auto}.footer-bottom{align-items:flex-start;flex-wrap:wrap}.footer-bottom>span:first-child{width:100%}.catalog-layout{grid-template-columns:1fr;gap:0;padding-top:25px}.filter-mobile-toggle{display:flex;margin-bottom:22px;justify-content:space-between;width:100%}.filters{display:none;margin-bottom:30px;border-bottom:1px solid var(--line)}.filters.open{display:block}.filter-group{display:flex;flex-wrap:wrap;gap:5px 23px}.filter-group h3{width:100%}.filter-option{margin:5px 0}.filter-option span{display:none}.filter-top{display:none}.catalog-toolbar{gap:15px;flex-wrap:wrap}.catalog-toolbar .search-inline{max-width:none}.catalog-toolbar select{max-width:140px}.catalog-toolbar .count{width:100%;order:3}.page-heading{padding-top:35px;padding-bottom:30px}.page-heading h1{font-size:47px}.breadcrumb{margin-bottom:27px}.detail-grid{grid-template-columns:1fr;gap:20px}.detail-visual{min-height:350px}.detail-visual img{max-height:500px;padding:40px}.detail-copy{padding-top:0}.detail-copy h1{font-size:43px}.detail-panels{gap:40px;margin-top:45px}.brand-hero{grid-template-columns:1fr}.brand-hero-copy{padding:45px var(--gutter)}.brand-hero>img{height:330px;order:-1}.brand-hero h1{font-size:43px}.resource-grid{grid-template-columns:1fr 1fr;gap:40px 24px}.resource-cover{height:250px}.document-list{grid-template-columns:1fr}.project-layout{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr;gap:40px}}
@media(max-width:520px){.topline{padding:8px var(--gutter)}.topline>span{font-size:8px;letter-spacing:.4px;max-width:210px}.topline>a{font-size:10px;white-space:nowrap}.topline a span{margin-left:5px}.site-header{gap:10px}.project-link{font-size:0;gap:0}.project-link .project-count{font-size:12px;width:27px;height:27px}.header-actions{gap:5px}.hero{height:610px;min-height:550px}.hero-content{padding-top:72px}.hero h1{font-size:48px;letter-spacing:-1.9px;line-height:1.12;margin-top:25px}.hero p{font-size:15px;max-width:275px;margin-bottom:28px}.hero .eyebrow{font-size:10px;letter-spacing:1.7px}.hero-bottom{bottom:25px}.hero-label{font-size:9px;min-width:0;gap:23px;width:100%}.brand-strip{gap:18px;display:grid;grid-template-columns:repeat(3,1fr)}.brand-strip .fm-link{display:flex}.brand-strip img{width:90px}.brand-strip .brand-ta{width:58px}.intro{padding-top:50px}.intro h2{font-size:30px;letter-spacing:-1px}.intro p{font-size:15px}.category-links{gap:12px 20px}.category-links a{font-size:13px}.section{padding-top:50px;padding-bottom:50px}.section-header{display:block}.section-header h2{font-size:31px;letter-spacing:-1px}.section-header .text-link{margin-top:22px;font-size:13px}.room-section{padding-top:15px}.room-grid{grid-template-columns:1fr}.room-block{min-height:355px}.room-block:nth-child(2){min-height:310px}.room-content p{display:block;font-size:13px;max-width:235px}.room-content h3{font-size:32px}.product-grid,.catalog-layout .product-grid{gap:25px 14px}.product-visual{aspect-ratio:.9}.product-visual img,.catalog-layout .product-visual img{padding:16px}.product-brand{font-size:9px;left:11px;top:12px;letter-spacing:1.1px}.product-add{width:31px;height:31px;font-size:20px;right:9px;bottom:9px}.product-info{padding-top:14px}.product-info h3,.catalog-layout .product-info h3{font-size:17px;line-height:1.25;letter-spacing:-.4px}.product-info .product-category{font-size:9px;letter-spacing:.6px}.product-info>p{font-size:12px}.product-specs{font-size:10px;gap:7px}.product-foot{margin-top:11px;padding-top:8px}.compare-check{font-size:10px}.compare-check input{height:13px;width:13px}.story-image{min-height:350px}.story-copy h2{font-size:34px}.story-copy p{font-size:15px}.story-copy{padding-top:45px;padding-bottom:40px}.story-number{font-size:10px;gap:15px}.resource-teaser h2{font-size:34px}.resource-links a{font-size:17px}.resource-links span{font-size:11px}.cta-band{flex-direction:column;align-items:flex-start;gap:22px}.cta-band h2{font-size:28px}.cta-band p{font-size:14px}.footer-top p{font-size:23px;line-height:1.4;letter-spacing:-.6px}.footer-logo{width:90px;padding:5px}.footer-logo img{height:45px}.footer-top .text-link{margin-left:0}.footer-bottom{font-size:11px;gap:23px}.footer-bottom>div{gap:18px}.page-heading h1{font-size:40px;letter-spacing:-1.5px}.page-heading>p{font-size:15px}.catalog-toolbar .search-inline{width:100%;flex-basis:100%}.catalog-toolbar .count{width:auto;order:0}.catalog-toolbar select{margin-left:auto}.detail-wrap{padding-top:25px}.detail-visual{min-height:300px}.detail-visual img{padding:30px;max-height:390px}.detail-copy h1{font-size:36px}.detail-copy .lead{font-size:15px}.detail-attributes>div{font-size:13px}.detail-panels{grid-template-columns:1fr;gap:25px}.detail-actions .button{flex:1;padding:14px 15px;gap:15px}.brand-hero h1{font-size:39px}.brand-hero>img{height:270px}.brands-list{padding-top:10px}.brand-row{grid-template-columns:1fr;gap:20px;padding:38px 0}.brand-row>img{width:120px;height:50px}.brand-row .text-link{grid-column:1}.brand-row h2{font-size:27px}.resource-grid{grid-template-columns:1fr}.resource-cover{height:320px}.resource-item h2{min-height:0}.resource-number{margin-bottom:20px}.resource-subheading{font-size:28px;margin-top:50px}.project-item{grid-template-columns:80px 1fr auto;gap:13px}.project-item img{width:80px;height:90px;padding:9px}.project-item h2{font-size:18px}.project-remove{padding:0;min-height:35px;min-width:30px}.project-summary{padding:25px}.contact-panel{padding:28px}.search-dialog{padding:24px}.search-dialog label{font-size:26px}.search-field input{font-size:15px}.search-dialog .eyebrow{font-size:10px}.compare-tray{padding:14px;gap:12px}.compare-tray p{font-size:12px}.compare-tray .button{padding:9px 12px;gap:12px;font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{.topline,.site-header,.mobile-nav,.site-footer,.project-summary,.project-remove,.quantity-control button,.breadcrumb,.page-heading>p,.search-dialog,#toast{display:none!important}body{font-size:12px}.page-heading{padding:20px 0;border:0}.page-heading h1{font-size:32px}.project-layout{display:block;padding:0}.project-item{break-inside:avoid}.print-heading{display:block}.project-item img{width:80px;height:80px}.quantity-control{border:0}.quantity-control input{appearance:none}.project-item{grid-template-columns:90px 1fr auto}.project-code-print{display:block!important}}

/* Selected direction: product precision above a calm architectural collection. */
.precision-hero{display:grid;grid-template-columns:1fr 1fr;min-height:610px}
.precision-copy{position:relative;background:var(--accent);padding:72px 42px 32px var(--gutter);display:flex;align-items:flex-start;flex-direction:column}
.precision-copy .eyebrow{color:#211c10;font-size:12px;letter-spacing:1.8px}
.precision-copy h1{font-size:clamp(48px,5.1vw,84px);font-weight:600;line-height:1.06;letter-spacing:-3px;margin:30px 0 26px}
.precision-copy p{max-width:390px;margin-bottom:30px;color:#342d1a;font-size:16px;line-height:1.7}
.precision-foot{margin-top:auto;padding-top:48px;display:flex;justify-content:space-between;gap:25px;width:100%;font-size:12px;line-height:1.5;letter-spacing:1px}
.precision-product{background:#171917;color:white;display:flex;flex-direction:column;overflow:hidden;padding:32px 36px 30px}
.precision-top{display:flex;justify-content:space-between;gap:20px;font-size:12px;letter-spacing:1.5px;color:#b7bcb5}
.precision-image{flex:1;display:flex;align-items:center;justify-content:center;margin:12px -36px 10px;min-height:300px}
.precision-image img{width:100%;height:auto;object-fit:contain;max-height:425px}
.precision-specs{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #ffffff35;padding-top:24px}
.precision-specs>div{display:flex;flex-direction:column;gap:6px}
.precision-specs strong{font:500 clamp(26px,2.5vw,39px)/1.2 var(--display);letter-spacing:-1px}
.precision-specs strong span{font-size:14px;letter-spacing:0;margin-left:3px}
.precision-specs>div>span{font-size:12px;letter-spacing:.7px;color:#b7bcb5}
.precision-specs .round-link{color:var(--accent);border-color:#ffffff45}
.brand-strip{padding-top:26px;padding-bottom:26px;min-height:102px;gap:28px}
.brand-strip img{height:42px}.brand-strip .brand-fm{width:152px;height:61px}
.product-frame{position:relative}.product-add{width:42px;height:42px}
.product-brand{background:#ffffffeb;padding:4px 8px;font-size:12px;letter-spacing:1px;color:var(--ink)}
.product-visual.installed img,.catalog-layout .product-visual.installed img{padding:0;object-fit:cover}
.cta-band{border-left:10px solid var(--accent)}
.topline,.topline>span,.topline>a,.product-info .product-category,.product-specs,.project-item .eyebrow,.image-credit,.room-content .eyebrow,.story-number,.search-dialog .eyebrow,.footer-bottom{font-size:12px}
.filter-group h3,.filter-option,.filter-tag,.reset-button,.catalog-toolbar,.catalog-toolbar select,.compare-check,.variant-control,.project-summary label,.category-links a,.project-link{font-size:14px}
.filter-option span{font-size:12px}.product-info>p,.room-content p,.resource-item p,.brand-row p,.page-heading>p,.intro p,.story-copy p,.detail-copy .lead,.cta-band p{font-size:16px}
.search-inline input,.project-summary input,.project-summary textarea{font-size:16px}
@media(max-width:1100px){.precision-copy{padding-top:58px}.precision-copy h1{font-size:59px}.precision-product{padding-left:25px;padding-right:25px}.precision-image{margin-left:-25px;margin-right:-25px}.precision-specs{gap:12px}.precision-specs .round-link{display:none}.precision-specs>div>span{font-size:12px;letter-spacing:0}.brand-strip{gap:20px}.brand-strip .brand-fm{width:130px}.brand-strip img{width:110px}}
@media(max-width:800px){.precision-hero{grid-template-columns:1fr}.precision-copy{padding:48px var(--gutter) 30px}.precision-copy h1{font-size:clamp(48px,8vw,70px);letter-spacing:-2px;margin-top:24px}.precision-copy p{max-width:500px}.precision-foot{padding-top:34px}.precision-product{padding:25px var(--gutter)}.precision-image{margin:0 calc(-1 * var(--gutter));min-height:260px}.precision-image img{max-height:410px}.precision-specs .round-link{display:flex}.precision-specs strong{font-size:34px}.brand-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.brand-strip>span{display:none}.brand-strip a{min-width:0}.brand-strip .brand-ta{width:74px}.brand-strip img{width:100px}.brand-strip .brand-fm{width:130px}.topline>span{max-width:none;font-size:12px}.home-products .product-card:last-child{display:block}.home-products .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:520px){.topline>span{display:none}.topline{justify-content:flex-end}.topline>a{font-size:12px}.project-link{font-size:14px;gap:6px}.project-link .project-count{width:24px;height:24px}.precision-copy{padding-top:38px}.precision-copy h1{font-size:clamp(43px,10.6vw,58px)}.precision-copy .eyebrow{letter-spacing:1px}.precision-copy p{font-size:16px}.precision-foot{letter-spacing:.5px}.precision-product{padding-top:20px}.precision-top{font-size:12px;letter-spacing:.8px}.precision-image{min-height:225px}.precision-specs{gap:13px;padding-top:20px}.precision-specs strong{font-size:29px}.precision-specs strong span{font-size:12px}.precision-specs .round-link{display:none}.precision-specs>div>span{font-size:12px;max-width:95px}.brand-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 35px;padding-top:27px;padding-bottom:27px}.brand-strip .brand-ta{width:77px}.brand-strip img{width:116px;height:40px}.brand-strip .brand-fm{width:146px;height:57px}.brand-strip .fm-link{display:flex}.product-grid,.catalog-layout .product-grid,.home-products .product-grid{grid-template-columns:1fr;gap:35px}.product-visual,.catalog-layout .product-visual{aspect-ratio:1.2}.product-info h3,.catalog-layout .product-info h3{font-size:23px}.product-info>p{font-size:16px}.product-info .product-category,.product-brand,.product-specs{font-size:12px}.product-add{width:44px;height:44px;font-size:24px;right:15px;bottom:15px}.compare-check{font-size:14px}.compare-check input{width:17px;height:17px}.section-header .text-link{font-size:14px}.compare-tray{flex-wrap:wrap}.compare-tray p,.compare-tray .button{font-size:14px}.room-content p{font-size:16px}.story-number{font-size:12px;flex-wrap:wrap;gap:10px 20px}.resource-links span{font-size:12px}.detail-attributes>div{font-size:14px}}

.brand-signature{background:white;padding:12px 18px;width:max-content;margin-bottom:24px}.brand-signature img{width:120px;height:42px;object-fit:contain}
