:root{--ink:#161616;--muted:#6d6a66;--line:#e6e1db;--paper:#f7f4ef;--accent:#8a735b;--dark:#23211f;--white:#fff;--shadow:0 14px 35px rgba(20,18,16,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1200px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:24px;font-weight:800;letter-spacing:-.04em}.brand span{display:block;font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-top:-2px}.navlinks{display:flex;align-items:center;gap:24px;font-size:14px}.navlinks>a:not(.btn){color:#45413d}.navlinks>a.active,.navlinks>a:hover{color:#000}.menu-btn{display:none;border:0;background:none;font-size:24px}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--dark);color:#fff;border:1px solid var(--dark);padding:13px 18px;border-radius:6px;font-weight:700;transition:.2s}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.btn.small{padding:9px 13px;font-size:13px}.btn.ghost{background:transparent;color:var(--dark)}.btn.ghost.dark{border-color:var(--dark)}.fullbtn{width:100%}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.eyebrow.warm{color:#bea98f}.hero{display:grid;grid-template-columns:1.04fr .96fr;min-height:660px;background:#f7f4ef}.hero-copy{display:flex;align-items:center}.hero-copy-inner{max-width:680px;margin-left:max(40px,calc((100vw - 1200px)/2));padding:72px 50px 72px 0}.hero h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.045em;margin:0 0 26px;max-width:760px}.lead{font-size:19px;color:#5f5a54;max-width:720px}.hero-actions{display:flex;gap:12px;margin:32px 0}.hero-meta{display:flex;flex-wrap:wrap;gap:10px}.hero-meta span{font-size:12px;padding:8px 10px;border:1px solid #d9d2ca;border-radius:999px;background:#fff}.hero-image{background:url('/assets/hero.webp') center/cover no-repeat;min-height:500px}.section-head{display:grid;grid-template-columns:1fr minmax(280px,500px);gap:50px;align-items:end;margin-bottom:30px}.section-head h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0}.section-head p{margin:0;color:var(--muted)}section:not(.hero){padding:90px 0}.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.collection{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;transition:.2s}.collection:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.collection img{aspect-ratio:4/3;object-fit:cover}.collection-content{padding:18px}.collection-content h3{margin:0 0 8px;font-family:Georgia,serif;font-size:24px}.collection-content p{margin:0;color:var(--muted);font-size:14px}.center-cta{text-align:center;margin-top:28px}.products-section{background:#fbfaf8}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.mini-card img{width:100%;aspect-ratio:1.9/1;object-fit:cover}.mini-card div{padding:14px}.mini-card span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.mini-card h3{margin:5px 0 8px;font-size:20px}.mini-card a{font-size:13px;text-decoration:underline}.app-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.app-card{border-radius:8px;overflow:hidden;background:#f5f2ed}.app-card img{aspect-ratio:1.15/1;object-fit:cover}.app-copy{padding:18px}.app-copy h3{font-family:Georgia,serif;font-size:23px;margin:0 0 8px}.app-copy p{color:var(--muted);margin:0;font-size:14px}.why{background:var(--dark);color:#fff}.why .section-head p,.why-item p{color:#bbb5ae}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.why-item{padding:30px;border-top:1px solid #514d48}.why-num{font-family:Georgia,serif;font-size:42px;color:#8f8376}.why-item h3{font-size:23px}.sample-band{padding:0!important;display:grid;grid-template-columns:1fr 1fr;min-height:460px;background:#d9d0c5}.sample-band .image{background:url('/assets/collection-travertine.webp') center/cover no-repeat}.sample-band .copy{display:flex;align-items:center;padding:70px}.sample-band .copy>div{max-width:530px}.sample-band h2{font-family:Georgia,serif;font-size:48px;margin:0 0 18px}.forms-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.form-side h2{font-family:Georgia,serif;font-size:46px;line-height:1.05;margin:0 0 18px}.muted{color:var(--muted)}.form-box{border:1px solid var(--line);border-radius:10px;padding:28px;background:#fff;box-shadow:var(--shadow)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.field input,.field select,.field textarea{width:100%;border:1px solid #d8d2ca;border-radius:6px;padding:12px;background:#fff}.field textarea{min-height:120px;resize:vertical}.fine{font-size:12px;color:var(--muted);margin-bottom:0}.faq{background:#f7f4ef}.faq-list{max-width:900px}.faq-item{border-top:1px solid #d7d0c8}.faq-q{width:100%;border:0;background:none;display:flex;justify-content:space-between;text-align:left;padding:20px 0;font-weight:700;font-size:18px}.faq-a{display:none;padding:0 0 20px;color:var(--muted)}.faq-item.open .faq-a{display:block}.faq-item.open .faq-q span{transform:rotate(45deg)}footer{padding:54px 0;background:#171615;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand{font-size:28px;font-weight:800}.footer-grid h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#a7a099}.footer-grid a{display:block;margin:8px 0;color:#d6d0ca}.disclaimer{margin-top:34px;padding-top:22px;border-top:1px solid #393633;color:#8f8982;font-size:12px}.center{text-align:center}.thank{min-height:100vh;display:grid;place-items:center;text-align:center;padding:40px}.thank h1{font-family:Georgia,serif;font-size:64px;margin:24px 0 10px}.thank p{color:var(--muted);max-width:600px;margin:0 auto 26px}
/* catalog */.catalog-hero{padding:72px 0 42px!important;background:linear-gradient(180deg,#f7f4ef 0,#fff 100%)}.catalog-hero.compact{padding-bottom:32px!important}.catalog-hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,72px);line-height:1;margin:0 0 16px}.catalog-hero p{max-width:720px;color:var(--muted);font-size:18px}.catalog-stat{display:flex;align-items:baseline;gap:10px;margin-top:24px}.catalog-stat strong{font-family:Georgia,serif;font-size:38px}.catalog-stat span{color:var(--muted)}.catalog-tools{position:sticky;top:76px;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0!important}.search-row{display:flex;gap:14px;align-items:center}.searchbox{display:flex;flex:1;border:1px solid #d7d0c8;border-radius:7px;overflow:hidden}.searchbox input{flex:1;border:0;padding:13px 14px;outline:0}.searchbox button{border:0;border-left:1px solid #e0dad4;background:#faf9f7;padding:0 15px}.sample-cart{display:flex;align-items:center;gap:10px;border:1px solid var(--dark);padding:10px 13px;border-radius:7px;font-weight:700}.sample-cart strong{display:grid;place-items:center;width:24px;height:24px;background:var(--dark);color:#fff;border-radius:50%;font-size:12px}.filter-scroll{display:flex;gap:8px;overflow:auto;margin-top:12px;padding-bottom:2px}.filter-chip{white-space:nowrap;border:1px solid #d8d1c9;background:#fff;border-radius:999px;padding:8px 12px;font-size:13px;cursor:pointer}.filter-chip.active{background:var(--dark);border-color:var(--dark);color:#fff}.catalog-main{padding:36px 0 90px!important}.catalog-note{padding:16px 18px;border-left:3px solid var(--accent);background:#f8f5f1;color:#5f5952;margin-bottom:26px;font-size:14px}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.catalog-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.catalog-image{position:relative;background:#f4f2ef}.catalog-image img{width:100%;aspect-ratio:1.65/1;object-fit:cover}.catalog-tag{position:absolute;left:8px;top:8px;background:rgba(255,255,255,.92);padding:5px 7px;border-radius:4px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.catalog-body{padding:13px;display:flex;flex-direction:column;flex:1}.catalog-body h3{font-size:19px;margin:2px 0 7px}.catalog-body .meta{font-size:12px;color:var(--muted);min-height:38px}.catalog-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:12px}.add-sample{border:1px solid var(--dark);background:#fff;border-radius:5px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer}.add-sample.selected{background:var(--dark);color:#fff}.source-page{font-size:11px;color:#9a948d}.toast{position:fixed;right:22px;bottom:22px;z-index:90;background:#171615;color:#fff;border-radius:7px;padding:12px 16px;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translateY(0)}.empty-state{padding:60px;text-align:center;color:var(--muted)}
/* samples */.sample-request-section{padding:45px 0 90px!important}.sample-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.selected-list{display:grid;gap:10px;margin-bottom:18px}.selected-row{display:grid;grid-template-columns:120px 1fr auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}.selected-row img{width:120px;height:74px;object-fit:cover;border-radius:5px;background:#eee}.selected-row h3{margin:0 0 4px;font-size:17px}.selected-row p{margin:0;color:var(--muted);font-size:12px}.remove-item{border:0;background:none;font-size:20px;color:#8f8982;cursor:pointer}.sticky-form{position:sticky;top:110px}.text-link{text-decoration:underline}.selected-empty{padding:30px;border:1px dashed #cfc7be;border-radius:8px;color:var(--muted)}
@media (max-width:980px){.navlinks{display:none}.menu-btn{display:block}.hero{grid-template-columns:1fr}.hero-copy-inner{margin:0 auto;padding:60px 28px;width:min(100%,720px)}.hero-image{min-height:420px}.collections,.featured-grid,.app-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.section-head,.forms-wrap,.sample-layout{grid-template-columns:1fr;gap:30px}.sample-band{grid-template-columns:1fr}.sample-band .image{min-height:360px}.sample-band .copy{padding:50px 28px}.why-grid{grid-template-columns:1fr}.sticky-form{position:static}}@media (max-width:620px){.container{width:min(100% - 24px,1200px)}.nav{min-height:64px}.brand{font-size:20px}.hero h1{font-size:46px}.hero-image{min-height:320px}.collections,.featured-grid,.app-grid,.catalog-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:16px}.field-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.search-row{align-items:stretch}.sample-cart span{display:none}.catalog-tools{top:64px}.selected-row{grid-template-columns:88px 1fr auto}.selected-row img{width:88px;height:64px}.sample-band h2{font-size:38px}.footer-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;align-items:flex-start}}

/* ===== V4: family-first architecture ===== */
.hero.v4{min-height:620px}.hero-product{position:relative;background-position:center;background-size:cover;min-height:540px}.hero-product:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.45))}.hero-product-label{position:absolute;left:28px;bottom:26px;z-index:2;color:#fff;display:flex;flex-direction:column}.hero-product-label span{font-size:11px;text-transform:uppercase;letter-spacing:.13em}.hero-product-label strong{font-family:Georgia,serif;font-size:30px}.launch-grid{grid-template-columns:repeat(4,1fr)}.launch-card .card-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:800;margin-bottom:6px}.launch-card .card-link{display:inline-block;margin-top:12px;font-size:13px;font-weight:800}.process-section{background:#fbfaf8}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.process-grid>div{padding:24px;border-top:2px solid var(--dark);background:#fff}.process-grid b{font-family:Georgia,serif;font-size:32px;color:#a69a8b}.process-grid h3{margin:8px 0}.process-grid p{margin:0;color:var(--muted);font-size:14px}.sample-band.v4 .image{background-size:cover;background-position:center}
.family-index-section{padding:42px 0 90px!important}.family-index-grid{display:grid;gap:22px}.family-index-card{display:grid;grid-template-columns:minmax(260px,.72fr) 1.28fr;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.family-index-image{position:relative;background:#f3f1ed}.family-index-image img{width:100%;height:100%;min-height:300px;object-fit:cover}.family-index-image span{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.93);padding:6px 9px;border-radius:5px;font-size:11px;font-weight:800}.family-index-copy{padding:34px}.family-index-copy h2{font-family:Georgia,serif;font-size:36px;line-height:1.05;margin:0 0 13px}.family-index-copy p{color:var(--muted);max-width:720px}.family-index-actions{display:flex;align-items:center;gap:18px;margin-top:24px}
.family-hero{padding:56px 0 62px!important;background:#f7f4ef}.family-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.breadcrumb{display:flex;gap:8px;font-size:12px;color:var(--muted);margin-bottom:28px}.breadcrumb a{text-decoration:underline}.family-hero h1{font-family:Georgia,serif;font-size:clamp(46px,6vw,72px);line-height:.98;letter-spacing:-.035em;margin:0 0 22px}.family-hero p:not(.lead){color:var(--muted);max-width:700px}.family-hero-image{position:relative;border-radius:9px;overflow:hidden;background:#eee;box-shadow:var(--shadow)}.family-hero-image img{width:100%;aspect-ratio:1.15/1;object-fit:cover}.family-hero-image span{position:absolute;left:12px;bottom:12px;background:rgba(255,255,255,.94);padding:7px 9px;border-radius:5px;font-size:11px;font-weight:700}.family-overview{padding:68px 0!important}.family-overview-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.family-overview h2{font-family:Georgia,serif;font-size:44px;line-height:1.05;margin:0 0 16px}.family-overview p{color:var(--muted);max-width:720px}.application-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.application-chips span{border:1px solid #d7d0c8;border-radius:999px;padding:8px 11px;font-size:12px;background:#fff}.confirm-card{background:#23211f;color:#fff;border-radius:9px;padding:28px}.confirm-card h3{font-family:Georgia,serif;font-size:28px;margin:0 0 14px}.confirm-card ul{margin:0;padding-left:20px;color:#d6d0ca}.confirm-card li{margin:8px 0}.variants-section{padding:76px 0 90px!important;background:#fbfaf8}.variant-toolbar{display:flex;gap:14px;margin-bottom:22px;position:sticky;top:88px;z-index:18;background:#fbfaf8;padding:12px 0;border-bottom:1px solid var(--line)}.variant-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.variant-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.variant-card[hidden]{display:none}.variant-image{background:#f1efeb}.variant-image img{width:100%;aspect-ratio:1.18/1;object-fit:cover}.variant-body{padding:12px}.variant-body>div:first-child{display:flex;justify-content:space-between;gap:8px}.variant-code{font-size:11px;color:var(--accent);font-weight:800}.variant-body h3{font-size:15px;line-height:1.35;margin:7px 0 12px;min-height:40px}.variant-body .add-sample{width:100%}.variant-empty{padding:50px;text-align:center;color:var(--muted)}.family-cta{padding:65px 0!important;background:#23211f;color:#fff}.family-cta .container{display:flex;justify-content:space-between;gap:40px;align-items:center}.family-cta h2{font-family:Georgia,serif;font-size:44px;line-height:1.05;margin:0 0 12px}.family-cta p{max-width:760px;color:#c8c0b8}.btn.light{background:#fff;color:#171615;border-color:#fff}.btn.ghost.light{color:#fff;border-color:#fff;background:transparent}
@media(max-width:980px){.launch-grid,.process-grid,.variant-grid{grid-template-columns:repeat(2,1fr)}.family-index-card,.family-hero-grid,.family-overview-grid{grid-template-columns:1fr}.family-index-image img{min-height:260px;max-height:420px}.family-cta .container{display:block}.family-cta .hero-actions{margin-bottom:0}.variant-toolbar{top:76px}.hero.v4{min-height:0}}
@media(max-width:620px){.launch-grid,.process-grid,.variant-grid{grid-template-columns:1fr}.family-index-copy{padding:22px}.family-index-copy h2{font-size:30px}.family-hero{padding-top:34px!important}.family-hero h1{font-size:44px}.family-overview h2,.family-cta h2{font-size:36px}.variant-toolbar{top:64px}.variant-body h3{min-height:0}.family-hero-image img{aspect-ratio:1/1}.family-cta .hero-actions{align-items:stretch}}


/* ===== V5 homepage refinement ===== */
.hero.v5{min-height:650px}.hero.v5 .hero-product{min-height:650px}.hero-scene{background-position:center center}.hero.v5 .hero-copy-inner{padding-top:78px;padding-bottom:78px}.hero.v5 h1{max-width:760px}.hero.v5 .lead{max-width:650px}
.proof-strip{padding:0!important;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr)}.proof-grid>div{display:flex;align-items:center;gap:14px;padding:20px 24px;border-right:1px solid var(--line)}.proof-grid>div:last-child{border-right:0}.proof-grid strong{font-family:Georgia,serif;font-size:24px;color:#a08a72}.proof-grid span{font-size:13px;font-weight:700;color:#47413b}
.launch-card img{width:100%;height:210px;object-fit:cover}.launch-card .collection-content{min-height:235px;display:flex;flex-direction:column}.launch-card .collection-content p{flex:1}.applications-v5{background:#fbfaf8}.v5-app-grid{grid-template-columns:repeat(3,1fr)}.v5-app-grid .app-card img{width:100%;aspect-ratio:1.45/1;object-fit:cover}.v5-app-grid .app-copy{padding:22px}.why-v5 .why-item h3{margin-bottom:8px}.quote-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}.quote-points span{font-size:12px;border:1px solid #d9d2ca;border-radius:999px;padding:8px 11px;background:#fff}
@media(max-width:980px){.hero.v5 .hero-product{min-height:440px}.proof-grid{grid-template-columns:1fr}.proof-grid>div{border-right:0;border-bottom:1px solid var(--line)}.proof-grid>div:last-child{border-bottom:0}.v5-app-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.hero.v5 .hero-product{min-height:320px}.launch-card img{height:230px}.v5-app-grid{grid-template-columns:1fr}.proof-grid>div{padding:16px 4px}.hero-meta{gap:7px}.hero-meta span{font-size:11px}.quote-points{margin-bottom:8px}}

/* V7 buyer-facing variant labels */
.variant-type{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#967b5d;font-weight:800}
.btn:disabled,.fullbtn:disabled{opacity:.5;cursor:not-allowed}
.selected-empty strong{display:inline-block;margin-bottom:5px}

.nav-sample-count{display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;margin-left:4px;padding:0 5px;border:1px solid #d9d1c7;border-radius:999px;font-size:10px;line-height:1;background:#f7f3ed;color:#5c5147;vertical-align:1px}.btn:disabled{opacity:.45;cursor:not-allowed}.form-box select{background-color:#fff}

/* ===== V9: product-family index image ratio fix ===== */
.family-index-card{align-items:stretch}
.family-index-image{display:block;min-height:300px;height:320px;overflow:hidden}
.family-index-image img{width:100%;height:100%;min-height:0;max-height:none;object-fit:cover;object-position:center}
@media(max-width:980px){.family-index-image{height:300px;min-height:0}}
@media(max-width:620px){.family-index-image{height:230px}}

/* V10 — 40 catalog-family layout */
.family40-section{padding:72px 0 90px!important;background:#fff}.family40-section.product40-index{padding-top:36px!important}.family40-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.family40-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:9px;overflow:hidden;background:#fff;min-width:0;transition:.18s}.family40-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.family40-image{position:relative;background:#f2efea;overflow:hidden}.family40-image img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}.family40-image span{position:absolute;left:9px;top:9px;background:rgba(255,255,255,.94);padding:5px 7px;border-radius:4px;font-size:10px;font-weight:800}.family40-copy{padding:14px 14px 15px;display:flex;flex-direction:column;flex:1}.family40-no{font-size:10px;letter-spacing:.15em;color:var(--accent);font-weight:800;margin-bottom:5px}.family40-copy h3{font-family:Georgia,serif;font-size:21px;line-height:1.12;margin:0 0 8px}.family40-copy p{font-size:12px;line-height:1.45;color:var(--muted);margin:0 0 12px;flex:1}.family40-copy b{font-size:12px}.catalog-hero{padding-bottom:48px!important}.catalog-stat{display:flex;align-items:baseline;gap:10px;margin-top:24px}.catalog-stat strong{font-family:Georgia,serif;font-size:40px}.catalog-stat span{color:var(--muted)}@media(max-width:1100px){.family40-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.family40-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.family40-section{padding:52px 0!important}.family40-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.family40-copy{padding:11px}.family40-copy h3{font-size:17px}.family40-copy p{display:none}.family40-image span{font-size:9px}.family40-copy b{font-size:11px}}

/* V11 — catalog specification + sample policy */
.mini-sample-note{margin-top:18px;padding:12px 14px;border-left:3px solid var(--accent);background:#f7f3ed;display:flex;gap:10px;align-items:flex-start;font-size:13px;line-height:1.45}.mini-sample-note strong{white-space:nowrap}.mini-sample-note span{color:var(--muted)}
.spec-strip{padding:46px 0;background:#f7f4ef;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-head{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:24px}.spec-head h2{margin:5px 0 0}.spec-head p{margin:0;color:var(--muted);max-width:600px}.spec-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:14px}.spec-card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:18px 20px;display:flex;flex-direction:column;gap:7px}.spec-card span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:800}.spec-card strong{font-family:Georgia,serif;font-size:21px;line-height:1.45}.spec-card small{color:var(--muted);line-height:1.4}
.sample-policy-box{margin:28px auto 0;max-width:1110px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden}.sample-policy-box>div{background:#fff;padding:18px 20px;display:flex;flex-direction:column;gap:5px}.sample-policy-box span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:800}.sample-policy-box strong{font-family:Georgia,serif;font-size:21px}.sample-policy-box p{grid-column:1/-1;background:#f7f4ef;margin:0;padding:12px 20px;color:var(--muted);font-size:13px}
.catalog-spec-note{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#faf8f4}.catalog-spec-note .container{display:grid;grid-template-columns:1.2fr .7fr 1.5fr;gap:0}.catalog-spec-note .container>div{padding:16px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:4px}.catalog-spec-note .container>div:last-child{border-right:0}.catalog-spec-note strong{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.catalog-spec-note span{font-size:13px}
@media(max-width:760px){.spec-head{grid-template-columns:1fr;gap:12px}.spec-grid{grid-template-columns:1fr}.sample-policy-box{grid-template-columns:1fr}.sample-policy-box p{grid-column:1}.catalog-spec-note .container{grid-template-columns:1fr}.catalog-spec-note .container>div{border-right:0;border-bottom:1px solid var(--line)}.mini-sample-note{flex-direction:column;gap:4px}}

.family-application-image img{aspect-ratio:4/3;object-fit:cover;object-position:center center}.family-application-image span{max-width:calc(100% - 24px)}

/* V13: family-page flow cleanup */
.family-hero + .spec-strip{border-top:1px solid var(--line)}
.spec-strip + .variants-section{padding-top:82px}
@media(max-width:720px){
  .spec-strip + .variants-section{padding-top:56px}
}

/* V14: clean finish section entry */
#variants{scroll-margin-top:118px}
.variants-section .section-head{padding-top:8px}
@media(max-width:720px){
  #variants{scroll-margin-top:96px}
}

/* V15: normalized product-card thumbnails */
.variant-image{
  aspect-ratio:4/3;
  overflow:hidden;
  background:#fff;
}
.variant-image img{
  width:100%;
  height:100%;
  aspect-ratio:auto;
  object-fit:cover;
  display:block;
}

/* V16 application-scene preview */
.family-application-image img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center center;
  display:block;
}
.family40-image img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  object-position:center center;
}
.hero-scene{background-position:center center}

/* ===== V17 Product Story & Installation ===== */
.material-story{padding:0!important;background:#f7f4ef;border-bottom:1px solid var(--line)}
.material-story-grid{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.material-story-image{position:relative;min-height:600px;overflow:hidden}
.material-story-image img{width:100%;height:100%;object-fit:cover}
.image-caption{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.92);padding:9px 12px;border-radius:5px;font-size:11px;font-weight:800;letter-spacing:.04em}
.material-story-copy{display:flex;flex-direction:column;justify-content:center;padding:70px 70px 70px 78px}
.material-story-copy h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,64px);line-height:1;margin:0 0 22px}
.material-lead{font-family:Georgia,serif;font-size:25px;line-height:1.4;margin:0 0 20px}
.material-story-copy>p:not(.material-lead):not(.evidence-note){color:var(--muted);font-size:16px}
.material-facts{display:grid;gap:0;margin:26px 0;border-top:1px solid #d9d2ca}
.material-facts>div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid #d9d2ca}
.material-facts strong{font-size:14px}
.material-facts span{font-size:13px;color:var(--muted)}
.evidence-note{margin:0;padding:14px 16px;background:#fff;border-left:3px solid var(--accent);font-size:12px;color:#5d5751}

.benefits-section{background:#fff}
.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.benefit-card{border:1px solid var(--line);border-radius:9px;padding:26px 24px 28px;background:#faf8f4;min-height:285px}
.benefit-no{font-family:Georgia,serif;color:#a08a72;font-size:34px;margin-bottom:34px}
.benefit-card h3{font-family:Georgia,serif;font-size:24px;line-height:1.12;margin:0 0 13px}
.benefit-card p{font-size:14px;color:var(--muted);margin:0}

.v17-app-grid{grid-template-columns:repeat(3,1fr)}
.v17-app-grid .app-card img{width:100%;aspect-ratio:1.45/1;object-fit:cover}
.v17-app-grid .app-copy{min-height:180px}

.installation-section{background:var(--dark);color:#fff}
.installation-section .section-head p{color:#c2bbb3}
.install-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#514d48;border:1px solid #514d48}
.install-step{background:var(--dark);padding:30px 26px;min-height:255px}
.install-step span{font-family:Georgia,serif;font-size:34px;color:#a79683;display:block;margin-bottom:34px}
.install-step h3{font-size:20px;line-height:1.25;margin:0 0 12px}
.install-step p{font-size:13px;line-height:1.6;color:#c7c0b8;margin:0}
.installation-note{margin-top:22px;padding:15px 18px;border:1px solid #514d48;color:#c7c0b8;font-size:12px}
.installation-note strong{color:#fff}

#benefits,#installation,#material{scroll-margin-top:84px}

@media(max-width:1050px){
  .material-story-grid{grid-template-columns:1fr}
  .material-story-image{min-height:430px}
  .material-story-copy{padding:58px 40px}
  .benefit-grid{grid-template-columns:repeat(2,1fr)}
  .install-grid{grid-template-columns:repeat(2,1fr)}
  .v17-app-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:650px){
  .material-story-image{min-height:320px}
  .material-story-copy{padding:46px 22px}
  .material-story-copy h2{font-size:42px}
  .material-lead{font-size:21px}
  .material-facts>div{grid-template-columns:1fr;gap:5px}
  .benefit-grid,.install-grid,.v17-app-grid{grid-template-columns:1fr}
  .benefit-card{min-height:0}
  .install-step{min-height:0}
  .v17-app-grid .app-copy{min-height:0}
}

/* ===== V18 Performance & Testing ===== */
.hero.v5 + .material-story{border-top:1px solid var(--line)}

.performance-section{
  background:#f3efe9;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.performance-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.performance-card{
  background:#fff;
  border:1px solid #ddd5cc;
  border-radius:9px;
  padding:26px 24px 28px;
  min-height:230px;
}
.performance-icon{
  width:48px;
  height:48px;
  border:1px solid #b8aa9a;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:21px;
  margin-bottom:26px;
  color:#6f6255;
}
.performance-card h3{
  font-family:Georgia,serif;
  font-size:23px;
  line-height:1.15;
  margin:0 0 12px;
}
.performance-card p{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  margin:0;
}
.performance-evidence{
  margin-top:18px;
  padding:16px 18px;
  background:#211f1d;
  color:#cfc6bd;
  font-size:12px;
  line-height:1.6;
}
.performance-evidence strong{color:#fff}
#performance{scroll-margin-top:84px}

@media(max-width:900px){
  .performance-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .performance-grid{grid-template-columns:1fr}
  .performance-card{min-height:0}
}


/* ===== V19 layout refinement ===== */
body{background:#fbfaf8}

.hero.v19-hero{
  width:min(1200px,calc(100% - 40px));
  margin:28px auto 22px;
  min-height:0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  grid-template-columns:.92fr 1.08fr;
}
.hero.v19-hero .hero-copy-inner{
  max-width:none;
  margin-left:0;
  padding:58px 54px 58px 54px;
}
.hero.v19-hero h1{font-size:clamp(42px,5.1vw,72px);max-width:640px}
.hero.v19-hero .lead{font-size:18px;max-width:610px}
.hero.v19-hero .hero-product{min-height:540px;background-position:center center}
.hero.v19-hero .hero-product-label{left:26px;right:auto;bottom:24px;background:rgba(24,22,20,.72);color:#fff;padding:12px 14px;border-radius:8px;max-width:260px}
.hero.v19-hero .hero-product-label span{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#ddd1c5}
.hero.v19-hero .hero-product-label strong{display:block;font-size:18px;line-height:1.25;margin-top:4px}

.material-story{
  padding:0 0 22px!important;
  background:transparent;
  border-bottom:none;
}
.hero.v5 + .material-story{border-top:none}
.material-story-grid{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
  min-height:0;
  background:#f7f4ef;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
  grid-template-columns:1.02fr .98fr;
}
.material-story-image{min-height:500px}
.material-story-copy{padding:58px 54px 58px 60px}
.material-story-copy h2{font-size:clamp(38px,4.7vw,60px)}
.material-lead{font-size:23px}
.image-caption{left:18px;bottom:18px}

.performance-section{background:transparent;border-top:none;border-bottom:none;padding-top:46px}
.performance-grid{gap:18px}
.performance-card{padding:26px 24px 26px;background:#fff}
.performance-icon{
  width:64px;
  height:64px;
  border:1px solid #ccbca8;
  border-radius:16px;
  background:#f8f3ed;
  margin-bottom:22px;
  color:#7a6654;
}
.performance-icon svg{width:34px;height:34px;stroke:currentColor;stroke-width:1.8}
.performance-icon svg circle{stroke:#ccbca8;fill:#fff}
.performance-icon svg path,.performance-icon svg line{stroke:currentColor;fill:none}
.performance-icon svg [fill]{fill:currentColor;stroke:none}
.performance-card h3{font-size:25px}
.performance-card p{font-size:14px}
.performance-section .section-head{margin-bottom:26px}
.performance-evidence{display:none!important}

#why{display:none!important}

@media(max-width:1050px){
  .hero.v19-hero{grid-template-columns:1fr;}
  .hero.v19-hero .hero-copy-inner{padding:48px 38px 28px}
  .hero.v19-hero .hero-product{min-height:360px}
  .material-story-grid{grid-template-columns:1fr}
  .material-story-image{min-height:380px}
  .material-story-copy{padding:48px 38px}
}
@media(max-width:650px){
  .hero.v19-hero{width:min(100%,calc(100% - 20px));margin:16px auto 12px;border-radius:12px}
  .hero.v19-hero .hero-copy-inner{padding:34px 20px 24px}
  .hero.v19-hero .hero-product{min-height:300px}
  .material-story{padding-bottom:14px!important}
  .material-story-grid{width:min(100%,calc(100% - 20px));border-radius:12px}
  .material-story-image{min-height:290px}
  .material-story-copy{padding:36px 20px}
  .material-lead{font-size:20px}
}


/* ===== V20 copy strengthening support ===== */
.hero.v19-hero .lead{line-height:1.65}
.material-story-copy>p,.benefit-card p,.performance-card p,.app-copy p,.install-step p{line-height:1.65}
.benefit-card h3,.performance-card h3{letter-spacing:-.015em}
.sample-band.v4 .copy p{font-size:16px;line-height:1.65;color:#4f4943}
.sample-band.v4 .copy h2{max-width:560px}
.form-side .lead{line-height:1.65}


/* ===== V22 competitor-inspired restructuring ===== */

.v22-hero .hero-meta.v22-meta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.v22-hero .hero-meta.v22-meta span{
  padding:12px 14px;
  line-height:1.25;
}
.v22-hero .hero-meta.v22-meta b{
  display:block;
  font-size:13px;
  margin-bottom:3px;
}

.v22-feature-list{
  margin-top:26px;
  border-top:1px solid #d7d0c8;
}
.v22-feature-list>div{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  padding:17px 0;
  border-bottom:1px solid #d7d0c8;
}
.v22-feature-list>div>span{
  font-family:Georgia,serif;
  font-size:20px;
  color:#9c846b;
}
.v22-feature-list strong{display:block;font-size:15px;margin-bottom:4px}
.v22-feature-list small{display:block;color:var(--muted);font-size:13px;line-height:1.45}

.comparison-section{
  background:#f3efe9;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.comparison-table{
  border:1px solid #d8d0c7;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
}
.comparison-row{
  display:grid;
  grid-template-columns:1fr 1.35fr 1.35fr;
}
.comparison-row>div{
  padding:20px 22px;
  border-right:1px solid #e0d9d1;
  border-bottom:1px solid #e0d9d1;
}
.comparison-row>div:last-child{border-right:none}
.comparison-row:last-child>div{border-bottom:none}
.comparison-head>div{
  background:#211f1d;
  color:#fff;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.comparison-row strong,.comparison-row b{display:block;margin-bottom:6px}
.comparison-row span{display:block;color:var(--muted);font-size:13px;line-height:1.5}
.comparison-row>div:nth-child(2){background:#fbf8f4}

.v22-install-grid{
  grid-template-columns:repeat(5,1fr)!important;
}
.v22-install-grid .install-step{
  min-height:300px;
}

.technical-section{
  background:#f7f4ef;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.technical-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:20px;
}
.tech-spec-panel,.tech-performance-panel{
  background:#fff;
  border:1px solid #ddd5cc;
  border-radius:10px;
  overflow:hidden;
}
.tech-spec-row{
  padding:20px 22px;
  border-bottom:1px solid #e2dbd3;
  display:grid;
  grid-template-columns:155px 1fr;
  gap:20px;
}
.tech-spec-row:last-child{border-bottom:none}
.tech-spec-row>span{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#8c745e;
  font-weight:800;
}
.tech-spec-row strong{font-family:Georgia,serif;font-size:21px;line-height:1.35}
.tech-spec-row small{grid-column:2;color:var(--muted);margin-top:-12px;font-size:12px}
.tech-performance-panel{padding:24px}
.tech-performance-panel h3{
  font-family:Georgia,serif;
  font-size:28px;
  margin:0 0 18px;
}
.tech-performance-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.tech-performance-grid>div{
  display:grid;
  grid-template-columns:34px 1fr;
  align-items:center;
  gap:10px;
  border:1px solid #e1d9d0;
  border-radius:8px;
  padding:13px;
  min-height:72px;
}
.tech-performance-grid span{
  font-family:Georgia,serif;
  color:#9b826a;
  font-size:18px;
}
.tech-performance-grid strong{font-size:13px;line-height:1.35}
.tech-note{
  margin:16px 0 0;
  padding-top:14px;
  border-top:1px solid #ded7cf;
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}

.family-planning{
  background:#f7f4ef;
  border-top:1px solid var(--line);
}
.family-planning-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
}
.family-planning-grid>div{
  background:#fff;
  border:1px solid #ddd5cc;
  border-radius:8px;
  padding:20px 17px;
  min-height:150px;
}
.family-planning-grid span{
  display:block;
  font-family:Georgia,serif;
  color:#a1886e;
  font-size:23px;
  margin-bottom:18px;
}
.family-planning-grid strong{display:block;font-size:15px;margin-bottom:8px}
.family-planning-grid small{display:block;color:var(--muted);font-size:12px;line-height:1.5}

@media(max-width:1050px){
  .v22-install-grid{grid-template-columns:repeat(2,1fr)!important}
  .technical-layout{grid-template-columns:1fr}
  .family-planning-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .v22-hero .hero-meta.v22-meta{grid-template-columns:1fr}
  .comparison-row{grid-template-columns:1fr}
  .comparison-head{display:none}
  .comparison-row>div{border-right:none}
  .comparison-row>div:first-child{background:#211f1d;color:#fff}
  .comparison-row>div:first-child span{color:#c7c0b8}
  .v22-install-grid{grid-template-columns:1fr!important}
  .tech-spec-row{grid-template-columns:1fr;gap:8px}
  .tech-spec-row small{grid-column:1;margin-top:0}
  .tech-performance-grid{grid-template-columns:1fr}
  .family-planning-grid{grid-template-columns:1fr}
}


/* ===== V23 visual sales rewrite ===== */

.v23-hero .hero-copy-inner{padding-top:64px;padding-bottom:64px}
.v23-hero .lead{font-size:19px;line-height:1.55}
.v23-hero .hero-meta.v22-meta span{background:#fbf8f3}
.v23-hero .hero-product-label{max-width:310px}

.v23-why{
  padding:82px 0 76px;
  background:#f6f1ea;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.v23-why-top{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:68px;
  align-items:center;
}
.v23-why-copy h2{
  font-family:Georgia,serif;
  font-size:clamp(42px,5vw,64px);
  line-height:1.02;
  margin:0 0 22px;
}
.v23-lead{
  font-size:19px;
  line-height:1.55;
  color:#4e4944;
  margin:0 0 26px;
}
.v23-feature-bullets{
  list-style:none;
  padding:0;
  margin:0;
  border-top:1px solid #d8d0c7;
}
.v23-feature-bullets li{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:18px;
  padding:14px 0;
  border-bottom:1px solid #d8d0c7;
}
.v23-feature-bullets strong{font-size:14px}
.v23-feature-bullets span{font-size:13px;color:var(--muted)}

.v23-system-visual{
  background:#fff;
  border:1px solid #ddd4ca;
  border-radius:14px;
  padding:22px 22px 18px;
  box-shadow:0 18px 45px rgba(44,35,27,.05);
}
.v23-system-title{
  font-family:Georgia,serif;
  font-size:25px;
  margin-bottom:4px;
}
.v23-system-visual svg{width:100%;height:auto;display:block}
.v23-system-caption{
  border-top:1px solid #e0d8cf;
  padding-top:13px;
  color:var(--muted);
  font-size:12px;
}

.v23-benefit-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:48px;
}
.v23-benefit{
  background:#fff;
  border:1px solid #ddd4ca;
  border-radius:10px;
  padding:22px 22px 24px;
  min-height:275px;
}
.v23-benefit svg{
  width:100%;
  max-width:150px;
  height:110px;
  color:#39332e;
  margin-bottom:14px;
}
.v23-benefit h3{
  font-family:Georgia,serif;
  font-size:23px;
  line-height:1.15;
  margin:0 0 11px;
}
.v23-benefit p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
}

.v23-performance{
  background:#f5f1eb;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.v23-perf-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}
.v23-perf-item{
  text-align:center;
  background:#fff;
  border:1px solid #ddd5cc;
  border-radius:9px;
  padding:24px 13px 20px;
  min-height:165px;
}
.perf-icon{
  display:flex;
  width:56px;
  height:56px;
  margin:0 auto 18px;
  border:1px solid #baa790;
  border-radius:50%;
  align-items:center;
  justify-content:center;
  font-size:23px;
  color:#7a634d;
  background:#fbf7f2;
}
.v23-perf-item strong{display:block;font-size:13px;line-height:1.35;margin-bottom:8px}
.v23-perf-item small{display:block;font-size:11px;color:var(--muted);line-height:1.4}

.v23-spec-strip{
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr 1fr;
  margin-top:24px;
  border:1px solid #d9d0c7;
  border-radius:9px;
  overflow:hidden;
  background:#fff;
}
.v23-spec-strip>div{
  padding:19px 20px;
  border-right:1px solid #ded6cd;
}
.v23-spec-strip>div:last-child{border-right:none}
.v23-spec-strip span{
  display:block;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#8d735b;
  margin-bottom:7px;
}
.v23-spec-strip strong{
  font-family:Georgia,serif;
  font-size:18px;
  line-height:1.35;
}
.v23-test-note{
  margin-top:10px;
  text-align:right;
  font-size:11px;
  color:#746c64;
}

.family40-section .section-head p,
.applications-v5 .section-head p,
.v23-performance .section-head p{
  max-width:520px;
  font-size:15px;
  line-height:1.5;
}

footer .disclaimer{display:none!important}

@media(max-width:1100px){
  .v23-why-top{grid-template-columns:1fr;gap:36px}
  .v23-benefit-grid{grid-template-columns:repeat(2,1fr)}
  .v23-perf-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:720px){
  .v23-why{padding:58px 0}
  .v23-feature-bullets li{grid-template-columns:1fr;gap:4px}
  .v23-benefit-grid{grid-template-columns:1fr}
  .v23-benefit{min-height:0}
  .v23-perf-grid{grid-template-columns:repeat(2,1fr)}
  .v23-spec-strip{grid-template-columns:1fr}
  .v23-spec-strip>div{border-right:none;border-bottom:1px solid #ded6cd}
  .v23-spec-strip>div:last-child{border-bottom:none}
  .v23-test-note{text-align:left}
}


/* ===== V24 cache-safe layout hardening ===== */

.v23-why .container,
.v23-performance .container{
  width:min(1180px, calc(100% - 48px));
  margin-inline:auto;
}

.v23-system-visual{
  overflow:hidden;
}
.v23-system-visual svg{
  max-height:420px;
  object-fit:contain;
}

.v23-benefit-grid{
  align-items:stretch;
}
.v23-benefit{
  display:flex;
  flex-direction:column;
}
.v23-benefit svg{
  flex:0 0 auto;
  max-width:132px;
  height:96px;
}
.v23-benefit p{
  margin-top:auto;
}

.v22-install-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:1px!important;
  background:#514d48!important;
}
.v22-install-grid .install-step{
  min-height:280px!important;
  width:auto!important;
  grid-column:auto!important;
}

.v23-performance{
  padding:82px 0 76px;
}
.v23-performance .section-head{
  margin-bottom:34px;
}
.v23-performance .section-head h2{
  max-width:650px;
}
.v23-perf-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
}
.v23-perf-item{
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.v23-spec-strip{
  display:grid!important;
}

@media(max-width:1100px){
  .v22-install-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .v23-perf-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:720px){
  .v23-why .container,
  .v23-performance .container{
    width:min(100% - 30px,1180px);
  }
  .v22-install-grid{
    grid-template-columns:1fr!important;
  }
  .v23-perf-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}


/* ===== V25 conversion-focused refinement ===== */
.hero.v25-hero h1 span{display:block}
.hero.v25-hero h1{font-size:clamp(48px,4.65vw,68px);line-height:.98;max-width:560px}
.hero.v25-hero .lead{max-width:560px;font-size:18px;line-height:1.62}
.hero.v25-hero .hero-copy-inner{padding-top:54px;padding-bottom:54px}
.hero.v25-hero .hero-actions{margin:28px 0 24px}
.hero.v25-hero .v25-statline{display:flex;gap:0;border-top:1px solid #ded6cd;border-bottom:1px solid #ded6cd}
.hero.v25-hero .v25-statline span{border:0;border-radius:0;background:transparent;padding:13px 16px 13px 0;margin-right:16px;position:relative;min-width:0}
.hero.v25-hero .v25-statline span:not(:last-child):after{content:"";position:absolute;right:0;top:13px;bottom:13px;width:1px;background:#ded6cd}
.hero.v25-hero .v25-statline b{font-family:Georgia,serif;font-size:20px;line-height:1.05;margin:0 0 2px;display:block}
.hero.v25-hero .v25-statline small{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#706860;white-space:nowrap}

.v25-why .v23-why-copy h2{font-size:clamp(38px,4.15vw,56px);line-height:1.03;max-width:520px}
.v25-why .v23-lead{max-width:560px;font-size:18px}
.v25-why .v25-facts li{grid-template-columns:170px 1fr;padding:12px 0}
.v25-why .v25-facts strong{font-size:12px;text-transform:uppercase;letter-spacing:.045em;color:#5d5146}
.v25-why .v25-facts span{font-size:13px;color:#342f2a}
.v25-why .v23-system-title{font-size:23px}
.v25-why .v23-benefit-grid{margin-top:34px;gap:12px}
.v25-why .v23-benefit{min-height:245px;padding:20px 20px 22px}
.v25-why .v23-benefit svg{height:78px;max-width:116px;margin-bottom:10px}
.v25-why .v23-benefit h3{font-size:21px}
.v25-why .v23-benefit p{font-size:13px}

.family40-section.v25-collections .section-head h2{max-width:680px}
.family40-section.v25-collections .section-head p{max-width:500px}

.applications-v5.v25-applications .section-head h2{max-width:620px}

.installation-section.v25-install .section-head h2{max-width:690px}
.installation-section.v25-install .section-head p{max-width:520px}

.v23-performance.v25-performance .section-head h2{max-width:720px}
.v23-performance.v25-performance .section-head p{max-width:520px}
.v23-performance.v25-performance .v23-test-note{font-size:10.5px;color:#625a52;margin-top:12px}

.sample-band.v25-sample h2{font-size:clamp(38px,4vw,52px);line-height:1.06}

@media(max-width:1050px){
  .hero.v25-hero h1 span{display:inline}
  .hero.v25-hero h1 span:not(:last-child):after{content:" "}
  .hero.v25-hero .v25-statline{flex-wrap:wrap}
  .v25-why .v25-facts li{grid-template-columns:160px 1fr}
}
@media(max-width:650px){
  .hero.v25-hero h1{font-size:43px;max-width:none}
  .hero.v25-hero .v25-statline{display:grid;grid-template-columns:1fr 1fr;border-bottom:0}
  .hero.v25-hero .v25-statline span{border-bottom:1px solid #ded6cd;margin:0;padding:11px 8px 11px 0}
  .hero.v25-hero .v25-statline span:after{display:none}
  .hero.v25-hero .v25-statline span:last-child{grid-column:1/-1}
  .v25-why .v25-facts li{grid-template-columns:1fr;gap:3px}
}

/* ===== V26 performance copy + icon refinement ===== */
.v26-performance .section-head{
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr);
  align-items:end;
  column-gap:72px;
}
.v26-performance .section-head h2{
  max-width:760px;
  letter-spacing:-.025em;
}
.v26-performance .section-head p{
  max-width:470px;
  margin-bottom:6px;
  font-size:14px;
  line-height:1.55;
}
.v26-performance .v23-perf-item{
  min-height:212px;
  padding:24px 12px 22px;
}
.v26-performance .perf-icon{
  width:64px;
  height:64px;
  margin-bottom:16px;
  color:#866b52;
}
.v26-performance .perf-icon svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.v26-performance .v23-perf-item strong{
  font-size:14px;
  line-height:1.26;
  margin-bottom:9px;
}
.v26-performance .v23-perf-item small{
  max-width:145px;
  font-size:11px;
  line-height:1.45;
}
@media(max-width:1100px){
  .v26-performance .section-head{grid-template-columns:1fr;row-gap:14px}
  .v26-performance .section-head p{max-width:700px}
  .v26-performance .v23-perf-item{min-height:195px}
}
@media(max-width:720px){
  .v26-performance .v23-perf-grid{grid-template-columns:1fr!important}
  .v26-performance .v23-perf-item{min-height:0}
  .v26-performance .v23-perf-item small{max-width:260px}
}


/* ===== V27 benefit strip replication ===== */
.v27-benefit-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:46px;
  margin-top:56px;
  align-items:start;
}
.v27-benefit-item{
  text-align:center;
}
.v27-benefit-item h3{
  margin:0 0 22px;
  font-size:19px;
  line-height:1.35;
  font-weight:500;
  color:#28231d;
}
.v27-benefit-item img{
  width:100%;
  max-width:250px;
  height:200px;
  object-fit:contain;
  display:block;
  margin:0 auto 20px;
}
.v27-benefit-item p{
  margin:0;
  font-size:13px;
  line-height:1.75;
  color:#4f4943;
  max-width:310px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:1150px){
  .v27-benefit-strip{grid-template-columns:repeat(2,1fr);gap:34px 28px}
}
@media(max-width:700px){
  .v27-benefit-strip{grid-template-columns:1fr;gap:28px;margin-top:38px}
  .v27-benefit-item h3{margin-bottom:16px;font-size:18px}
  .v27-benefit-item img{max-width:220px;height:170px;margin-bottom:16px}
}

/* ===== V28 final visual polish: alignment, type scale & section rhythm ===== */

/* Global rhythm */
body{font-size:16px}
.eyebrow{margin-bottom:10px}
.section-head{column-gap:64px;margin-bottom:36px;align-items:end}
.section-head h2{font-size:clamp(38px,3.6vw,50px);line-height:1.04;letter-spacing:-.026em}
.section-head p{font-size:15px;line-height:1.6}

/* Header */
.nav{min-height:72px}
.navlinks{gap:22px;font-size:13px}
.brand{font-size:23px}

/* Hero: cleaner three-line hierarchy and balanced halves */
.hero.v25-hero{
  grid-template-columns:.94fr 1.06fr;
  margin-top:26px;
  margin-bottom:30px;
}
.hero.v25-hero .hero-copy-inner{padding:52px 48px 50px}
.hero.v25-hero h1{
  font-size:clamp(50px,4vw,62px);
  line-height:.99;
  letter-spacing:-.042em;
  max-width:520px;
  margin-bottom:24px;
}
.hero.v25-hero .lead{font-size:17px;line-height:1.62;max-width:520px;margin-bottom:0}
.hero.v25-hero .hero-actions{margin:26px 0 22px}
.hero.v25-hero .v25-statline span{padding-top:12px;padding-bottom:12px}
.hero.v25-hero .v25-statline b{font-size:19px}
.hero.v25-hero .hero-product{min-height:520px}
.hero.v25-hero .hero-product-label{left:24px;bottom:22px}

/* Why flexible stone: align copy and diagram from the top */
.v23-why.v25-why{padding:74px 0 66px}
.v25-why .v23-why-top{
  grid-template-columns:.92fr 1.08fr;
  gap:60px;
  align-items:start;
}
.v25-why .v23-why-copy h2{
  font-size:clamp(40px,3.65vw,52px);
  line-height:1.025;
  letter-spacing:-.028em;
  max-width:500px;
  margin-bottom:20px;
}
.v25-why .v23-lead{font-size:16.5px;line-height:1.62;max-width:520px;margin-bottom:24px}
.v25-why .v25-facts li{grid-template-columns:160px 1fr;gap:14px;padding:11px 0}
.v25-why .v25-facts strong{font-size:11px}
.v25-why .v25-facts span{font-size:12.5px;line-height:1.45}
.v25-why .v23-system-visual{padding:24px 24px 18px;margin-top:2px}
.v25-why .v23-system-title{font-size:22px;margin-bottom:0}
.v25-why .v23-system-caption{font-size:11.5px;line-height:1.5;padding-top:11px}
.v25-why .v23-system-visual svg{max-height:330px}

/* Four visual benefits: slightly tighter and more editorial */
.v27-benefit-strip{gap:32px;margin-top:46px;padding-top:2px}
.v27-benefit-item h3{font-size:17px;line-height:1.35;margin-bottom:16px;min-height:46px}
.v27-benefit-item img{max-width:230px;height:170px;margin-bottom:15px}
.v27-benefit-item p{font-size:12.5px;line-height:1.65;max-width:275px}

/* Product families: keep dense catalog browsing but reduce dead space */
.family40-section.v25-collections{padding:74px 0 68px!important}
.family40-section.v25-collections .section-head{margin-bottom:32px}
.family40-section.v25-collections .section-head h2{max-width:650px}
.family40-section.v25-collections .section-head p{max-width:470px}
.family40-grid{gap:18px}
.family40-copy{padding:14px 15px 16px}
.family40-copy h3{font-size:20px;line-height:1.14;margin-bottom:7px}
.family40-copy p{font-size:11.8px;line-height:1.5}
.family40-copy b{font-size:11.5px}

/* Application section: clearer separation from long family grid */
.applications-v5.v25-applications{padding:72px 0 76px!important;background:#fbfaf8}
.applications-v5.v25-applications .section-head{margin-bottom:30px}
.applications-v5.v25-applications .section-head h2{max-width:590px}
.applications-v5 .app-grid{gap:16px}
.applications-v5 .app-copy{padding:17px 17px 19px}
.applications-v5 .app-copy h3{font-size:21px;line-height:1.15;margin-bottom:8px}
.applications-v5 .app-copy p{font-size:12.5px;line-height:1.55}

/* Installation: compact, aligned five-step band */
.installation-section.v25-install{padding:76px 0 78px!important}
.installation-section.v25-install .section-head{margin-bottom:30px}
.installation-section.v25-install .section-head h2{font-size:clamp(38px,3.45vw,48px);max-width:640px}
.installation-section.v25-install .section-head p{font-size:14px;line-height:1.6;max-width:470px}
.v22-install-grid .install-step{min-height:248px!important;padding:28px 24px!important}
.v22-install-grid .install-step span{font-size:30px}
.v22-install-grid .install-step h3{font-size:18px;line-height:1.15;margin:28px 0 10px}
.v22-install-grid .install-step p{font-size:12px;line-height:1.6}

/* Performance: stronger hierarchy without oversized heading */
.v23-performance.v25-performance.v26-performance{padding:76px 0 72px}
.v26-performance .section-head{grid-template-columns:minmax(0,1.35fr) minmax(300px,.8fr);column-gap:64px;margin-bottom:30px}
.v26-performance .section-head h2{font-size:clamp(38px,3.45vw,48px);line-height:1.03;max-width:690px}
.v26-performance .section-head p{font-size:13.5px;line-height:1.58;max-width:450px;margin-bottom:3px}
.v26-performance .v23-perf-grid{gap:9px}
.v26-performance .v23-perf-item{min-height:196px;padding:20px 11px 18px}
.v26-performance .perf-icon{width:58px;height:58px;margin-bottom:13px}
.v26-performance .perf-icon svg{width:31px;height:31px}
.v26-performance .v23-perf-item strong{font-size:13px;line-height:1.22;margin-bottom:7px}
.v26-performance .v23-perf-item small{font-size:10.5px;line-height:1.42;max-width:140px}
.v23-spec-strip{margin-top:20px}
.v23-spec-strip>div{padding:17px 18px}
.v23-spec-strip strong{font-size:17px}
.v23-test-note{font-size:10px;margin-top:8px}

/* Sample CTA: equal visual weight on image and copy */
.sample-band.v25-sample{min-height:440px}
.sample-band.v25-sample .copy{padding:58px 64px}
.sample-band.v25-sample h2{font-size:clamp(38px,3.35vw,47px);line-height:1.045;max-width:500px;margin-bottom:18px}
.sample-band.v25-sample .copy p{font-size:15px;line-height:1.65;max-width:520px;margin-bottom:22px}

/* Quote: tighten vertical rhythm and align top edges */
#quote{padding:78px 0 82px!important}
#quote .forms-wrap{grid-template-columns:.88fr 1.12fr;gap:64px;align-items:start}
#quote .form-side{padding-top:8px}
#quote .form-side h2{font-size:clamp(38px,3.4vw,48px);line-height:1.04;max-width:430px;margin-bottom:18px}
#quote .form-side .lead{font-size:16px;line-height:1.62;max-width:470px}
#quote .form-box{padding:26px}
#quote .field-grid{gap:14px}
#quote .field input,#quote .field select,#quote .field textarea{padding:11px 12px}
#quote .field textarea{min-height:108px}
.quote-points{margin-top:24px}

/* FAQ: less empty space, more deliberate width */
.faq{padding:68px 0 72px!important}
.faq .faq-list{max-width:860px}
.faq .eyebrow{margin-bottom:14px}
.faq h2,.faq h3{letter-spacing:-.015em}
.faq-q{padding:17px 0;font-size:16px}
.faq-a{font-size:14px;line-height:1.6;padding-bottom:17px}

/* Footer */
footer{padding:48px 0}
.footer-grid{gap:54px}
.footer-brand{font-size:27px}

@media(max-width:1100px){
  .hero.v25-hero h1{font-size:clamp(48px,6vw,60px)}
  .v25-why .v23-why-top{grid-template-columns:1fr;gap:34px}
  .v25-why .v23-why-copy h2{max-width:680px}
  .v25-why .v23-system-visual{max-width:760px}
  .v27-benefit-strip{grid-template-columns:repeat(2,1fr);gap:30px 34px}
  .v27-benefit-item h3{min-height:0}
  .v26-performance .section-head{grid-template-columns:1fr;row-gap:12px}
  #quote .forms-wrap{grid-template-columns:1fr;gap:38px}
}

@media(max-width:720px){
  .nav{min-height:66px}
  .hero.v25-hero{margin-top:14px;margin-bottom:18px}
  .hero.v25-hero .hero-copy-inner{padding:34px 22px 28px}
  .hero.v25-hero h1{font-size:43px;line-height:1}
  .hero.v25-hero .lead{font-size:16px}
  .v23-why.v25-why{padding:54px 0 50px}
  .v25-why .v23-why-copy h2{font-size:38px}
  .v25-why .v25-facts li{grid-template-columns:1fr;gap:3px}
  .v27-benefit-strip{grid-template-columns:1fr;margin-top:34px}
  .v27-benefit-item img{height:160px}
  .family40-section.v25-collections{padding:54px 0 50px!important}
  .applications-v5.v25-applications{padding:54px 0 58px!important}
  .installation-section.v25-install{padding:56px 0!important}
  .v23-performance.v25-performance.v26-performance{padding:56px 0 52px}
  .sample-band.v25-sample .copy{padding:42px 24px}
  #quote{padding:56px 0 60px!important}
  .faq{padding:52px 0 56px!important}
}


/* ===== V29 alignment + diagram refinement ===== */

/* Why-flexible copy refresh and diagram balance */
.v25-why .v23-why-copy h2{
  max-width:560px;
  font-size:clamp(39px,3.45vw,50px);
  line-height:1.02;
}
.v25-why .v23-lead{max-width:560px}
.v29-system-visual{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:420px;
  padding:24px 24px 16px!important;
  overflow:hidden;
}
.v29-system-visual .v23-system-title{
  width:100%;
  text-align:left;
  line-height:1.2;
}
.v29-system-subtitle{
  margin-top:7px;
  color:#786f67;
  font-size:12.5px;
  line-height:1.5;
}
.v29-system-visual .v29-build-svg{
  width:100%;
  height:auto;
  max-height:300px!important;
  margin:4px auto 2px;
  display:block;
}
.v29-system-visual .v23-system-caption{
  width:100%;
  text-align:center;
  border-top:1px solid #e5ded5;
  padding-top:11px;
  margin-top:auto;
}

/* Collections intro: slightly more room for the stronger copy */
.family40-section.v25-collections .section-head{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  align-items:end;
}
.family40-section.v25-collections .section-head p{
  max-width:520px;
  font-size:14.5px;
  line-height:1.62;
}

/* FAQ: use the full content width so all plus controls form one clean right edge */
.faq .faq-list{
  width:100%;
  max-width:none!important;
}
.faq .faq-q{
  align-items:center;
  gap:28px;
  padding:18px 0;
}
.faq .faq-q span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 34px;
  width:34px;
  height:34px;
  margin-left:auto;
  font-size:18px;
  line-height:1;
}
.faq .faq-a{max-width:920px;padding-right:42px}

@media(max-width:1100px){
  .family40-section.v25-collections .section-head{grid-template-columns:1fr;row-gap:14px}
  .family40-section.v25-collections .section-head p{max-width:760px}
  .v29-system-visual{min-height:auto}
}

@media(max-width:720px){
  .v29-system-subtitle{font-size:12px}
  .v29-system-visual .v29-build-svg{max-height:250px!important}
  .faq .faq-q{gap:16px}
  .faq .faq-q span{flex-basis:30px;width:30px;height:30px}
}
