:root{--ink:#101414;--muted:#647067;--paper:#fffdf8;--cream:#fbf5e9;--soft:#f3ecdf;--espresso:#20140f;--line:#e4d6c3;--sage:#668673;--shadow:0 28px 80px rgba(32,20,15,.13);--radius:34px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{text-decoration:none;color:inherit}img{width:100%;height:100%;object-fit:cover;display:block}.site-header{position:sticky;top:0;z-index:50;height:112px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,4vw,72px);background:rgba(255,253,248,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:14px}.brand-logo img{width:235px;height:auto;object-fit:contain;display:block}.brand-mark{width:54px;height:54px;border-radius:18px;background:var(--espresso);color:#fff;display:grid;place-items:center;font-weight:900}.brand strong{display:block;font-size:22px}.brand small{color:var(--muted);font-size:14px}.main-nav{display:flex;align-items:center;gap:34px;font-weight:800}.main-nav a,.mega-trigger{font:inherit;background:none;border:0;cursor:pointer}.pill,.btn.dark{background:var(--espresso)!important;color:#fff!important;border-color:var(--espresso)!important}.pill{padding:18px 28px;border-radius:999px}.nav-item{position:relative}.mega-menu{position:fixed;left:50%;top:112px;transform:translateX(-50%);width:min(1040px,calc(100vw - 56px));max-height:calc(100vh - 140px);overflow:auto;background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:30px;padding:28px;display:none;grid-template-columns:290px 1fr;gap:28px;z-index:90}.has-mega.is-open .mega-menu{display:grid}.mega-intro span,.eyebrow,.collection-body span,.mega-card span{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--sage);font-weight:900}.mega-intro h3{font-size:32px;line-height:1;margin:.5em 0}.mega-intro p{color:var(--muted);font-weight:700;line-height:1.5}.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mega-card{display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:12px;background:#fff}.mega-thumb{height:58px;border-radius:12px;background:var(--soft);overflow:hidden}.mega-card strong{display:block;font-size:18px;margin-top:5px}.section-pad{padding:clamp(70px,9vw,140px) clamp(24px,4vw,80px)}.hero,.category-hero{display:grid;grid-template-columns:.9fr 1fr;gap:70px;align-items:center;background:linear-gradient(130deg,#fffdf8,#fbf4e6)}h1{font-size:clamp(52px,5.45vw,88px);line-height:.96;letter-spacing:-.055em;margin:24px 0;max-width:760px}.category-hero h1{font-size:clamp(50px,5.2vw,82px)}h2{font-size:clamp(42px,5vw,88px);line-height:.95;letter-spacing:-.055em;margin:18px 0}.hero p,.category-hero p,.section-head p{font-size:clamp(20px,2vw,28px);line-height:1.45;color:var(--muted);max-width:780px}.actions{display:flex;gap:18px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--espresso);border-radius:999px;padding:18px 28px;font-weight:900}.hero-visual{height:min(48vw,640px);min-height:420px}.card-image{position:relative;border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.float-note{position:absolute;right:30px;bottom:30px;background:rgba(255,253,248,.92);border:1px solid var(--line);border-radius:22px;padding:20px 28px;box-shadow:var(--shadow)}.float-note strong,.float-note span{display:block}.float-note span{color:var(--muted);margin-top:4px}.visual-wall{display:grid;grid-template-columns:1.3fr .62fr .62fr 1.25fr;grid-auto-rows:230px;gap:12px;padding:18px 20px 70px}.wall-item{margin:0;border-radius:18px;overflow:hidden}.wall-1{grid-row:span 2}.wall-4{grid-column:span 1}.wall-5{grid-row:span 2}.collections-section{background:#fffdf8}.section-head{max-width:1050px;margin-bottom:50px}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.collection-card{border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 18px 44px rgba(32,20,15,.06)}.collection-img{height:260px;background:var(--soft);padding:28px}.collection-img img{object-fit:contain}.collection-body{padding:32px}.collection-body h3{font-size:28px;line-height:1.1;margin:14px 0}.collection-body p{font-size:19px;color:var(--muted);line-height:1.45}.dark-band{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:var(--espresso);color:#fff}.dark-band p{color:#e7d8c4;font-size:20px;line-height:1.55}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.feature-grid span{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:16px;padding:24px;font-weight:900}.lead-block{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;background:var(--cream)}form{display:grid;gap:14px;background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--shadow)}input,select,textarea{font:inherit;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}button{font:inherit}form button{border:0;border-radius:999px;background:var(--espresso);color:#fff;padding:18px;font-weight:900}.footer-logo{width:230px;height:auto;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:22px}.site-footer{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:70px;background:#0f0906;color:#fff;padding:70px clamp(24px,5vw,110px)}.site-footer p,.site-footer a{color:#f0dcc5}.site-footer a{display:block;margin:14px 0}.footer-mail{display:block;margin-top:26px}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.gallery-grid figure{margin:0;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}.gallery-grid figure div{height:260px;background:var(--soft);padding:24px}.gallery-grid figure img{object-fit:contain}.gallery-grid figcaption{font-size:18px;font-weight:850;padding:18px 22px}.family-block{display:grid;grid-template-columns:1fr .7fr;gap:50px}.spec-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:34px}.img-fallback,.has-missing{background:linear-gradient(135deg,#f3ecdf,#fff);display:grid;place-items:center;color:var(--muted);font-weight:900;min-height:180px}.has-missing:after{content:'Image pending';display:grid;place-items:center;height:100%;color:var(--muted);font-weight:900}@media(max-width:980px){.site-header{height:auto;gap:20px;align-items:flex-start;padding:18px;flex-direction:column}.main-nav{flex-wrap:wrap;gap:16px}.mega-menu{position:fixed;left:12px;right:12px;top:110px;transform:none;width:auto;grid-template-columns:1fr;max-height:75vh;overflow:auto}.hero,.category-hero,.dark-band,.lead-block,.family-block{grid-template-columns:1fr}.collection-grid,.gallery-grid{grid-template-columns:1fr 1fr}.visual-wall{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1fr}.hero-visual{height:420px}h1{font-size:58px}}@media(max-width:620px){.collection-grid,.gallery-grid,.visual-wall{grid-template-columns:1fr}h1{font-size:46px}.section-pad{padding:55px 18px}.hero-visual{height:340px;min-height:0}}

@media(min-width:981px){.mega-card{transition:transform .16s ease,box-shadow .16s ease}.mega-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(32,20,15,.08)}}

/* v13 refinements */
.section-head h2{font-size:clamp(42px,4.2vw,68px);max-width:1280px;line-height:1.02;letter-spacing:-.05em;}
.section-head p{max-width:900px;}
@media(min-width:1400px){.section-head h2{white-space:normal;}}
.visual-wall{grid-auto-flow:dense;}
@media(min-width:1200px){.visual-wall{grid-template-columns:1.15fr .62fr .62fr 1.18fr;}}

/* v14 premium platform header + navigation */
.site-header{height:96px;padding:0 clamp(22px,3.4vw,64px);gap:24px;transition:height .22s ease,box-shadow .22s ease,background .22s ease;}
.site-header.is-compact{height:78px;box-shadow:0 14px 42px rgba(32,20,15,.07);}
.brand-logo img{width:205px;transition:width .22s ease}.site-header.is-compact .brand-logo img{width:185px}.main-nav{gap:24px;flex:1;justify-content:center}.main-nav a,.mega-trigger{font-size:15px;letter-spacing:.01em;color:#211915}.main-nav a:hover,.mega-trigger:hover{color:var(--sage)}.nav-actions{display:flex;align-items:center;gap:14px}.login-link{font-weight:900;font-size:14px;color:var(--espresso);white-space:nowrap}.lang-switch{display:flex;align-items:center;gap:4px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:4px}.lang-switch a{font-size:12px;font-weight:950;color:var(--muted);padding:7px 8px;border-radius:999px}.lang-switch a.active{background:var(--espresso);color:#fff}.mobile-menu-btn{display:none;border:1px solid var(--line);border-radius:999px;background:#fff;padding:12px 16px;font-weight:900;color:var(--espresso)}
.mega-menu{top:96px;width:min(1180px,calc(100vw - 80px));grid-template-columns:330px 1fr;padding:20px;gap:20px;border-radius:28px}.site-header.is-compact .mega-menu{top:78px}.mega-feature{display:block;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#22160f,#5d4635);color:#fff;min-height:100%;box-shadow:0 18px 48px rgba(32,20,15,.14)}.mega-feature-img{height:190px;background:#2a1c15}.mega-feature-img img{object-fit:cover}.mega-feature-copy{padding:22px}.mega-feature-copy span{font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:#e6c78d;font-weight:950}.mega-feature-copy h3{font-size:28px;line-height:1.05;margin:12px 0}.mega-feature-copy p{font-size:15px;line-height:1.55;color:#eadccc;margin:0 0 18px}.mega-feature-copy strong{font-size:14px}.mega-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mega-card{grid-template-columns:62px 1fr;padding:10px;border-radius:16px}.mega-thumb{height:54px}.mega-card strong{font-size:15px;line-height:1.15}.mega-card span{font-size:10px;letter-spacing:.16em}.pill{padding:14px 20px;font-size:14px;white-space:nowrap}.section-pad{padding:clamp(58px,7vw,105px) clamp(24px,4vw,80px)}.visual-wall{padding-bottom:40px}.section-head{margin-bottom:34px}.dark-band,.lead-block{gap:52px}.feature-grid span{transition:transform .18s ease,border-color .18s ease,background .18s ease}.feature-grid span:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.11)}.collection-card{transition:transform .18s ease,box-shadow .18s ease}.collection-card:hover{transform:translateY(-7px);box-shadow:0 28px 72px rgba(32,20,15,.12)}.collection-body h3{font-size:25px}.collection-body p{font-size:17px}.platform-page{background:linear-gradient(130deg,#fffdf8,#f7efe3)}.page-hero{padding:clamp(72px,10vw,135px) clamp(24px,4vw,80px);display:grid;grid-template-columns:1.02fr .78fr;gap:60px;align-items:center}.page-hero h1{font-size:clamp(48px,5vw,78px)}.page-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.info-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(32,20,15,.06)}.info-card h3{font-size:25px;margin:0 0 12px}.info-card p{font-size:17px;color:var(--muted);line-height:1.55}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px}.contact-list{background:var(--espresso);color:#fff;border-radius:30px;padding:34px}.contact-list p,.contact-list a{color:#eadccc}.resource-list{display:grid;gap:16px}.resource-row{display:grid;grid-template-columns:220px 1fr auto;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px}.resource-row span{color:var(--sage);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.resource-row strong{font-size:22px}.resource-row p{margin:4px 0 0;color:var(--muted)}
@media(max-width:1120px){.main-nav{gap:16px}.mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-actions .pill{display:none}.brand-logo img{width:180px}}
@media(max-width:980px){.site-header{height:auto}.main-nav,.nav-actions{width:100%;display:none;justify-content:flex-start}.site-header.mobile-open .main-nav,.site-header.mobile-open .nav-actions{display:flex}.mobile-menu-btn{display:inline-flex}.nav-actions{flex-wrap:wrap}.mega-menu{position:static;transform:none;width:100%;grid-template-columns:1fr;margin-top:10px}.page-hero,.contact-layout{grid-template-columns:1fr}.page-card-grid{grid-template-columns:1fr 1fr}.resource-row{grid-template-columns:1fr}.site-header.is-compact{height:auto}}
@media(max-width:620px){.page-card-grid{grid-template-columns:1fr}.lang-switch{order:3}.login-link{order:2}.nav-actions{gap:10px}.page-hero{padding:58px 18px}.contact-list{padding:24px}}

/* Paper Cups Flagship V1 */
.flagship-hero{display:grid;grid-template-columns:.95fr 1fr;gap:64px;align-items:center;background:linear-gradient(135deg,#fffdf8 0%,#f6ead9 100%)}
.flagship-hero h1{font-size:clamp(46px,4.8vw,78px);line-height:.98;letter-spacing:-.055em;margin:22px 0;max-width:850px}.flagship-hero p{font-size:clamp(18px,1.7vw,25px);line-height:1.48;color:var(--muted);max-width:760px}.compact-section{padding-top:70px;padding-bottom:70px}.narrow{max-width:980px}.benefit-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px}.benefit-row div{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px;box-shadow:0 14px 36px rgba(32,20,15,.05)}.benefit-row strong{display:block;color:var(--sage);font-size:14px;letter-spacing:.18em;margin-bottom:12px}.benefit-row span{font-size:20px;font-weight:900}.family-grid-premium{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.family-card-premium{display:grid;grid-template-columns:.85fr 1fr;border:1px solid var(--line);border-radius:30px;background:#fff;overflow:hidden;box-shadow:0 18px 50px rgba(32,20,15,.07);transition:transform .18s ease,box-shadow .18s ease}.family-card-premium:hover{transform:translateY(-6px);box-shadow:0 30px 74px rgba(32,20,15,.13)}.family-card-img{min-height:290px;background:var(--soft);padding:26px}.family-card-img img{object-fit:contain}.family-card-copy{padding:34px}.family-card-copy span{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--sage);font-weight:950}.family-card-copy h3{font-size:30px;line-height:1.05;margin:14px 0}.family-card-copy p{color:var(--muted);font-size:18px;line-height:1.5}.family-card-copy a{font-weight:950}.capacity-section{background:#fff}.capacity-table-wrap{border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 18px 50px rgba(32,20,15,.06);background:#fff}.capacity-table{width:100%;border-collapse:collapse}.capacity-table th,.capacity-table td{text-align:left;padding:22px 24px;border-bottom:1px solid var(--line);font-size:17px}.capacity-table th{background:var(--espresso);color:#fff;font-size:13px;text-transform:uppercase;letter-spacing:.14em}.capacity-table tr:last-child td{border-bottom:0}.technical-split{display:grid;grid-template-columns:.85fr 1fr;gap:58px;align-items:center;background:var(--cream)}.technical-image{height:520px}.technical-split ul{padding-left:20px;color:var(--muted);font-size:19px;line-height:1.7}.technical-split h2{font-size:clamp(38px,4vw,64px)}.premium-gallery figure{transition:transform .18s ease,box-shadow .18s ease}.premium-gallery figure:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(32,20,15,.1)}.related-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:42px;align-items:center;background:var(--espresso);color:#fff}.related-band h2{font-size:clamp(36px,4.2vw,68px)}.related-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.related-mini-grid a{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:24px;background:rgba(255,255,255,.07);font-weight:950;color:#fff;transition:transform .18s ease,background .18s ease}.related-mini-grid a:hover{transform:translateY(-3px);background:rgba(255,255,255,.12)}
@media(max-width:980px){.flagship-hero,.technical-split,.related-band{grid-template-columns:1fr}.benefit-row{grid-template-columns:1fr 1fr}.family-grid-premium{grid-template-columns:1fr}.family-card-premium{grid-template-columns:1fr}.technical-image{height:380px}.capacity-table-wrap{overflow:auto}.capacity-table{min-width:760px}}
@media(max-width:620px){.benefit-row,.related-mini-grid{grid-template-columns:1fr}.flagship-hero h1{font-size:42px}.family-card-copy{padding:26px}.family-card-copy h3{font-size:25px}}

/* v18 tracked patch: paper cups commercial completion + megamenu stability */
.site-header{overflow:visible}.has-mega{position:relative}.mega-menu{left:50%!important;right:auto!important;transform:translateX(-50%) translateY(10px)!important;max-width:min(1120px,calc(100vw - 42px));width:max-content;min-width:min(980px,calc(100vw - 42px));pointer-events:none;opacity:0;visibility:hidden}.has-mega:hover .mega-menu,.has-mega.is-open .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)!important}.mega-grid{max-height:min(70vh,640px);overflow:auto}
.flagship-hero.paper-hero{padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(48px,6vw,84px)}.flagship-hero.paper-hero h1{font-size:clamp(42px,4.4vw,70px);line-height:1;letter-spacing:-.052em}.flagship-hero.paper-hero p{font-size:clamp(17px,1.55vw,22px)}
.editorial-strip{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(32px,5vw,72px);align-items:center;background:linear-gradient(135deg,#fffdf8,#f5edde)}.editorial-copy h2{font-size:clamp(38px,4.5vw,72px);line-height:1.02;letter-spacing:-.05em;margin:14px 0}.editorial-copy p{font-size:20px;line-height:1.55;color:var(--muted);max-width:660px}.editorial-images{display:grid;grid-template-columns:1fr .78fr;gap:18px;align-items:end}.editorial-images figure{margin:0;border-radius:30px;overflow:hidden;min-height:390px;background:var(--soft);box-shadow:0 28px 78px rgba(32,20,15,.12)}.editorial-images figure:nth-child(2){min-height:300px;margin-bottom:42px}.editorial-images img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.editorial-images figure:hover img{transform:scale(1.04)}
.family-grid-premium{align-items:stretch}.family-card-premium.is-tube-card{grid-column:1/-1;grid-template-columns:1fr 1.05fr;background:linear-gradient(135deg,#fff,#f7efe3);border-color:#dfceb3}.family-card-premium.is-tube-card .family-card-img{min-height:360px}.family-card-premium.is-tube-card .family-card-copy h3{font-size:clamp(34px,4vw,62px)}.family-card-premium.is-tube-card .family-card-copy p{font-size:20px;max-width:720px}
.tube-highlight{display:grid;grid-template-columns:.86fr 1.14fr;gap:clamp(34px,5vw,78px);align-items:center;background:var(--espresso);color:#fff}.tube-copy h2{font-size:clamp(38px,4.8vw,78px);line-height:1.01;letter-spacing:-.055em;margin:16px 0}.tube-copy p{font-size:20px;line-height:1.55;color:#eadccc;max-width:720px}.tube-points{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0}.tube-points span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);border-radius:999px;padding:12px 15px;font-weight:900;color:#fff}.tube-visuals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.tube-visuals figure{margin:0;border-radius:26px;background:#fff;min-height:310px;padding:24px;box-shadow:0 28px 80px rgba(0,0,0,.2);overflow:hidden}.tube-visuals img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.tube-visuals figure:hover img{transform:scale(1.05)}
.compatibility-strip{display:grid;grid-template-columns:.78fr 1.22fr;gap:42px;align-items:center;background:#fff}.compat-intro h2{font-size:clamp(34px,4vw,64px);line-height:1.04;margin:12px 0}.compat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compat-grid div{background:var(--cream);border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 14px 38px rgba(32,20,15,.05);transition:transform .18s ease,box-shadow .18s ease}.compat-grid div:hover{transform:translateY(-5px);box-shadow:0 24px 58px rgba(32,20,15,.1)}.compat-grid strong{display:block;font-size:23px;margin-bottom:8px}.compat-grid span{display:block;color:var(--muted);font-size:17px;line-height:1.45}
.family-card-premium,.premium-gallery figure,.related-mini-grid a,.compat-grid div{will-change:transform}.lead-block form select,.lead-block form textarea{width:100%;border:0;border-radius:18px;padding:17px 18px;font:inherit;background:#fff;color:var(--ink)}.lead-block form textarea{min-height:120px;resize:vertical}
@media(max-width:980px){.mega-menu{position:static!important;transform:none!important;width:100%!important;min-width:0;max-width:none;opacity:1;visibility:visible;pointer-events:auto;display:none}.has-mega.is-open .mega-menu,.site-header.mobile-open .mega-menu{display:grid}.editorial-strip,.tube-highlight,.compatibility-strip{grid-template-columns:1fr}.editorial-images{grid-template-columns:1fr 1fr}.tube-visuals{grid-template-columns:1fr 1fr}.family-card-premium.is-tube-card{grid-template-columns:1fr}.compat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.editorial-images,.tube-visuals,.compat-grid{grid-template-columns:1fr}.editorial-images figure,.editorial-images figure:nth-child(2){min-height:260px;margin-bottom:0}.tube-visuals figure{min-height:250px}.flagship-hero.paper-hero h1{font-size:40px}.tube-copy h2,.editorial-copy h2{font-size:36px}}

/* v19 tracked patch: Paper Cups 11-point restructure */
.flagship-hero.paper-hero .hero-visual img{object-fit:cover;}
.flagship-hero.paper-hero .float-note{max-width:360px;}
.flagship-intro.compact-section{padding-top:clamp(46px,5vw,76px);padding-bottom:clamp(46px,5vw,76px);}
.flagship-families{padding-top:clamp(58px,7vw,96px);padding-bottom:clamp(42px,5vw,70px);}
.flagship-families .section-head{margin-bottom:34px;}
.family-grid-premium{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px;}
.family-card-premium{display:flex!important;flex-direction:column!important;min-height:100%;border-radius:28px;}
.family-card-premium.is-tube-card{grid-column:auto!important;background:#fff!important;border-color:var(--line)!important;}
.family-card-premium .family-card-img,.family-card-premium.is-tube-card .family-card-img{min-height:230px!important;height:230px;background:linear-gradient(135deg,#fbf6ed,#efe5d6);padding:22px;}
.family-card-premium .family-card-img img{object-fit:contain;}
.family-card-copy{padding:26px 24px 28px!important;display:flex;flex-direction:column;gap:10px;flex:1;}
.family-card-copy h3,.family-card-premium.is-tube-card .family-card-copy h3{font-size:clamp(22px,1.7vw,30px)!important;line-height:1.08!important;margin:0!important;letter-spacing:-.035em;}
.family-card-copy p,.family-card-premium.is-tube-card .family-card-copy p{font-size:16px!important;line-height:1.45!important;margin:0!important;max-width:none!important;}
.family-card-copy a{margin-top:auto;display:inline-flex;padding-top:8px;}
.compatibility-strip{padding-top:clamp(42px,5vw,70px)!important;padding-bottom:clamp(48px,6vw,86px)!important;background:linear-gradient(135deg,#fffdf8,#f7efe3)!important;}
.compat-intro p{font-size:18px;line-height:1.55;color:var(--muted);max-width:580px;margin:0;}
.compat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.compat-grid div{background:#fff!important;min-height:150px;}
.tube-highlight{padding-top:clamp(56px,7vw,94px)!important;padding-bottom:clamp(56px,7vw,94px)!important;grid-template-columns:1fr 1fr!important;}
.tube-highlight .tube-copy{max-width:760px;}
.tube-copy h2{font-size:clamp(36px,4.2vw,66px)!important;}
.tube-visuals{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;}
.tube-visuals figure{min-height:240px!important;padding:20px!important;border-radius:24px!important;}
.capacity-section{padding-top:clamp(54px,7vw,96px);padding-bottom:clamp(54px,7vw,96px);}
.technical-split{grid-template-columns:1fr 1fr!important;gap:clamp(34px,5vw,68px)!important;padding-top:clamp(58px,7vw,100px);padding-bottom:clamp(58px,7vw,100px);}
.technical-split .technical-image{height:440px!important;}
.technical-split h2{font-size:clamp(32px,3.6vw,56px)!important;}
.related-band{padding-top:clamp(58px,7vw,92px);padding-bottom:clamp(58px,7vw,92px);}
.related-mini-grid.related-six{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.related-mini-grid.related-six a{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:14px;}
.related-mini-grid.related-six a:after{content:'→';opacity:.72;}
.lead-block{padding-top:clamp(62px,7vw,100px);padding-bottom:clamp(62px,7vw,100px);}
.b2b-form{gap:16px;}
.b2b-form label{display:block;}
.b2b-form label span{display:block;margin:0 0 8px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.15em;color:#6e5540;}
.lead-block form input,.lead-block form select,.lead-block form textarea{border:1.5px solid #d9c7ae!important;background:#fffdf8!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.lead-block form input:focus,.lead-block form select:focus,.lead-block form textarea:focus{outline:0;border-color:var(--espresso)!important;box-shadow:0 0 0 4px rgba(32,20,15,.08);}
.lead-block form textarea{min-height:146px!important;}
@media(max-width:1180px){.family-grid-premium{grid-template-columns:repeat(2,minmax(0,1fr))!important}.compat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.related-mini-grid.related-six{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:980px){.tube-highlight,.technical-split{grid-template-columns:1fr!important}.tube-visuals{grid-template-columns:repeat(2,minmax(0,1fr))!important}.family-card-premium .family-card-img{height:250px!important}.compat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.family-grid-premium,.compat-grid,.tube-visuals,.related-mini-grid.related-six{grid-template-columns:1fr!important}.tube-visuals figure{min-height:220px!important}.flagship-hero.paper-hero h1{font-size:38px!important}.lead-block form textarea{min-height:130px!important}}

/* v19.1 — Paper tubes commercial tags alignment */
.tube-points{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(180px,260px))!important;
  gap:14px!important;
  margin:28px 0 34px!important;
  max-width:560px!important;
}
.tube-points span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:13px 18px!important;
  text-align:center!important;
  white-space:normal!important;
}
.tube-copy .btn{margin-top:8px!important;}
@media(max-width:620px){
  .tube-points{grid-template-columns:1fr!important;max-width:none!important;}
}

/* v21 EPS Ccycled rebuild — scoped, fixed card/image layout */
.eps-page{background:var(--cream);}
.eps-page .section-pad{padding-left:clamp(22px,4vw,70px);padding-right:clamp(22px,4vw,70px);}
.eps-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(34px,5vw,78px);align-items:center;padding-top:clamp(58px,7vw,104px);padding-bottom:clamp(58px,7vw,104px);}
.eps-hero h1{font-size:clamp(44px,5.4vw,86px);line-height:.96;letter-spacing:-.06em;margin:18px 0;max-width:920px;}
.eps-hero p{font-size:clamp(18px,1.55vw,24px);line-height:1.52;color:var(--muted);max-width:760px;}
.eps-hero-image{margin:0;border-radius:34px;overflow:hidden;min-height:520px;background:#fff;box-shadow:0 32px 90px rgba(32,20,15,.14);position:relative;}
.eps-hero-image img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:cover!important;display:block!important;}
.eps-hero-image figcaption{position:absolute;left:24px;right:24px;bottom:24px;border-radius:22px;background:rgba(255,255,255,.9);padding:16px 18px;font-weight:900;box-shadow:0 18px 44px rgba(32,20,15,.12);}
.eps-editorial{background:linear-gradient(135deg,#fffdf8,#f5edde);}
.eps-benefits div{background:#fff;}
.eps-families{background:#fffdf8;}
.eps-families .section-head{margin-bottom:32px;}
.eps-family-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important;}
.eps-family-card{display:flex!important;flex-direction:column!important;min-width:0!important;border:1px solid var(--line)!important;border-radius:28px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 18px 48px rgba(32,20,15,.07)!important;transition:transform .18s ease,box-shadow .18s ease!important;}
.eps-family-card:hover{transform:translateY(-6px);box-shadow:0 30px 76px rgba(32,20,15,.13)!important;}
.eps-card-img{display:block!important;height:236px!important;min-height:236px!important;background:linear-gradient(135deg,#fbf6ed,#efe5d6)!important;padding:20px!important;overflow:hidden!important;}
.eps-card-img img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0 auto!important;}
.eps-card-img.has-missing,.eps-card-img .img-fallback{height:100%;display:flex;align-items:center;justify-content:center;background:#f2e6d5;border-radius:18px;font-weight:950;color:var(--espresso);text-align:center;}
.eps-card-copy{padding:25px 23px 28px!important;display:flex!important;flex-direction:column!important;gap:10px!important;flex:1!important;}
.eps-card-copy span{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.18em!important;color:var(--sage)!important;font-weight:950!important;}
.eps-card-copy h3{font-size:clamp(24px,2vw,32px)!important;line-height:1.04!important;margin:0!important;letter-spacing:-.04em!important;color:var(--ink)!important;}
.eps-card-copy p{font-size:16px!important;line-height:1.48!important;color:var(--muted)!important;margin:0!important;}
.eps-card-copy a{margin-top:auto!important;padding-top:8px!important;font-weight:950!important;color:var(--espresso)!important;}
.eps-classic-card{background:linear-gradient(135deg,#fff,#f7efe3)!important;border-color:#decbae!important;}
.eps-story{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(34px,5vw,78px);align-items:center;background:var(--espresso);color:#fff;}
.eps-story h2{font-size:clamp(38px,4.6vw,74px);line-height:1.01;letter-spacing:-.055em;margin:16px 0;}
.eps-story p{font-size:20px;line-height:1.58;color:#eadccc;max-width:760px;}
.eps-story figure{margin:0;border-radius:30px;overflow:hidden;min-height:430px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.22);}
.eps-story figure img{width:100%!important;height:100%!important;min-height:430px!important;object-fit:cover!important;display:block!important;}
.eps-request{background:#fff;}
.eps-request .b2b-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.eps-request .b2b-form label:nth-child(3),.eps-request .b2b-form label:nth-child(4),.eps-request .b2b-form button{grid-column:1/-1;}
@media(max-width:1240px){.eps-family-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.eps-hero{grid-template-columns:1fr 1fr;}.eps-card-img{height:230px!important;min-height:230px!important;}}
@media(max-width:980px){.eps-hero,.eps-story{grid-template-columns:1fr!important;}.eps-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.eps-hero-image,.eps-hero-image img{min-height:390px!important;}.eps-story figure,.eps-story figure img{min-height:340px!important;}.eps-request .b2b-form{grid-template-columns:1fr;}}
@media(max-width:620px){.eps-family-grid{grid-template-columns:1fr!important;}.eps-card-img{height:240px!important;min-height:240px!important;}.eps-hero h1{font-size:40px!important;}.eps-story h2{font-size:36px!important;}}

/* v22 category completion — showcase + collection hub layouts */
.showcase-page,.hub-page{background:var(--cream);}
.showcase-page .section-pad,.hub-page .section-pad{padding-left:clamp(22px,4vw,70px);padding-right:clamp(22px,4vw,70px);}
.showcase-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);gap:clamp(34px,5vw,78px);align-items:center;padding-top:clamp(58px,7vw,102px);padding-bottom:clamp(58px,7vw,102px);background:linear-gradient(135deg,#fffdf8,#f4ecdf);}
.showcase-hero h1,.hub-hero h1{font-size:clamp(44px,5.2vw,84px);line-height:.96;letter-spacing:-.06em;margin:18px 0;max-width:920px;}
.showcase-hero p,.hub-hero p{font-size:clamp(18px,1.55vw,24px);line-height:1.52;color:var(--muted);max-width:760px;}
.showcase-visual{margin:0;min-height:520px;border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 32px 90px rgba(32,20,15,.14);position:relative;}
.showcase-visual img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:contain!important;display:block!important;padding:38px;background:#fff;}
.showcase-visual figcaption{position:absolute;left:24px;bottom:24px;border-radius:999px;background:rgba(255,255,255,.92);padding:12px 18px;font-weight:950;color:var(--espresso);box-shadow:0 14px 34px rgba(32,20,15,.12);}
.showcase-why{background:#fff;}
.showcase-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:32px;}
.showcase-benefits div{border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#fff,#f8f1e7);padding:28px;min-height:132px;display:flex;align-items:flex-end;box-shadow:0 14px 38px rgba(32,20,15,.05);}
.showcase-benefits strong{font-size:22px;line-height:1.12;letter-spacing:-.02em;}
.showcase-gallery-section{background:#fffdf8;}
.showcase-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;}
.showcase-gallery-grid figure{margin:0;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 16px 42px rgba(32,20,15,.06);transition:transform .18s ease,box-shadow .18s ease;}
.showcase-gallery-grid figure:hover{transform:translateY(-5px);box-shadow:0 28px 68px rgba(32,20,15,.12);}
.showcase-gallery-grid figure div{height:230px;padding:24px;background:linear-gradient(135deg,#fff,#f4ecdf);}
.showcase-gallery-grid img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;}
.showcase-gallery-grid figcaption{padding:16px 18px 20px;font-weight:900;color:var(--ink);font-size:15px;line-height:1.25;}
.showcase-process{display:grid;grid-template-columns:.72fr 1.28fr;gap:38px;align-items:center;background:var(--espresso);color:#fff;}
.showcase-process h2,.hub-system h2{font-size:clamp(36px,4.2vw,68px);line-height:1.02;letter-spacing:-.05em;margin:14px 0;}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.process-grid div{border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.08);padding:24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;}
.process-grid span{font-weight:950;color:#d9c09e;letter-spacing:.14em;}
.process-grid strong{font-size:21px;line-height:1.15;}
.showcase-uses{background:#fff;}
.pill-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;}
.pill-grid span{border:1px solid var(--line);border-radius:999px;background:#fff;padding:14px 18px;font-weight:950;color:var(--espresso);box-shadow:0 10px 28px rgba(32,20,15,.05);}
.dark-pills span{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);color:#fff;box-shadow:none;}
.hub-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(34px,5vw,78px);align-items:center;padding-top:clamp(58px,7vw,104px);padding-bottom:clamp(58px,7vw,104px);background:linear-gradient(135deg,#fffdf8,#f4ecdf);}
.hub-hero figure{margin:0;border-radius:34px;overflow:hidden;min-height:520px;background:#fff;box-shadow:0 32px 90px rgba(32,20,15,.14);}
.hub-hero figure img{width:100%!important;height:100%!important;min-height:520px!important;object-fit:contain!important;display:block!important;padding:34px;background:#fff;}
.hub-intro{background:#fff;}
.hub-families{background:#fffdf8;}
.hub-family-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;}
.hub-family-grid.hub-count-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1120px;}
.hub-family-grid.hub-count-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.hub-family-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:30px;background:#fff;overflow:hidden;box-shadow:0 18px 48px rgba(32,20,15,.07);transition:transform .18s ease,box-shadow .18s ease;}
.hub-family-card:hover{transform:translateY(-6px);box-shadow:0 30px 76px rgba(32,20,15,.13);}
.hub-family-img{display:block;height:275px;background:linear-gradient(135deg,#fbf6ed,#efe5d6);padding:26px;overflow:hidden;}
.hub-family-img img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;margin:0 auto!important;}
.hub-family-card>div{padding:28px 26px 30px;display:flex;flex-direction:column;gap:11px;flex:1;}
.hub-family-card span{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--sage);font-weight:950;}
.hub-family-card h3{font-size:clamp(26px,2.2vw,36px);line-height:1.03;letter-spacing:-.045em;margin:0;color:var(--ink);}
.hub-family-card p{font-size:16px;line-height:1.5;color:var(--muted);margin:0;}
.hub-family-card a{font-weight:950;color:var(--espresso);}
.hub-system{display:grid;grid-template-columns:.85fr 1.15fr;gap:38px;align-items:center;background:var(--espresso);color:#fff;}
.hub-system p{font-size:20px;line-height:1.55;color:#eadccc;max-width:760px;}
.hub-page .lead-block form select{border-radius:16px;padding:15px 16px;font:inherit;}
@media(max-width:1240px){.showcase-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.showcase-benefits,.process-grid,.hub-family-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:980px){.showcase-hero,.hub-hero,.showcase-process,.hub-system{grid-template-columns:1fr!important;}.showcase-visual,.showcase-visual img,.hub-hero figure,.hub-hero figure img{min-height:390px!important;}.showcase-benefits,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.hub-family-grid{grid-template-columns:1fr!important;}.hub-family-grid.hub-count-2,.hub-family-grid.hub-count-3{grid-template-columns:1fr!important;max-width:none;}}
@media(max-width:620px){.showcase-benefits,.process-grid,.showcase-gallery-grid{grid-template-columns:1fr!important;}.showcase-hero h1,.hub-hero h1{font-size:39px!important;}.showcase-gallery-grid figure div{height:220px;}.hub-family-img{height:240px;}}

/* v24 — Premium category standard: all categories aligned with Paper Cups depth */
.premium-category{background:var(--cream);}
.premium-category .section-pad{padding-left:clamp(22px,4vw,70px);padding-right:clamp(22px,4vw,70px);}
.premium-cat-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(34px,5vw,78px);align-items:center;padding-top:clamp(58px,7vw,104px);padding-bottom:clamp(58px,7vw,104px);background:linear-gradient(135deg,#fffdf8 0%,#f4ecdf 100%);}
.premium-cat-copy h1{font-size:clamp(44px,5.5vw,88px);line-height:.95;letter-spacing:-.065em;margin:18px 0;color:var(--ink);max-width:980px;}
.premium-cat-copy p{font-size:clamp(18px,1.55vw,24px);line-height:1.52;color:var(--muted);max-width:780px;}
.premium-cat-visual{margin:0;min-height:530px;border-radius:34px;overflow:hidden;background:#fff;box-shadow:0 32px 90px rgba(32,20,15,.14);position:relative;}
.premium-cat-visual img{width:100%!important;height:100%!important;min-height:530px!important;object-fit:cover!important;display:block!important;}
.premium-cat-visual .img-fallback{min-height:530px;display:flex;align-items:center;justify-content:center;background:#fff;}
.premium-cat-visual figcaption{position:absolute;left:24px;bottom:24px;border-radius:999px;background:rgba(255,255,255,.93);padding:12px 18px;font-weight:950;color:var(--espresso);box-shadow:0 14px 34px rgba(32,20,15,.12);}
.premium-intro{background:#fff;}
.premium-benefit-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:34px;}
.premium-benefit-row div{border:1px solid var(--line);border-radius:26px;background:linear-gradient(135deg,#fff,#f8f1e7);padding:26px;min-height:146px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 14px 38px rgba(32,20,15,.05);}
.premium-benefit-row strong{font-size:13px;letter-spacing:.16em;color:var(--sage);font-weight:950;}
.premium-benefit-row span{font-size:22px;line-height:1.12;letter-spacing:-.02em;font-weight:950;color:var(--ink);}
.premium-editorial{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(34px,5vw,76px);align-items:center;background:var(--espresso);color:#fff;}
.premium-editorial figure{margin:0;border-radius:32px;overflow:hidden;min-height:430px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.22);}
.premium-editorial figure img{width:100%!important;height:100%!important;min-height:430px!important;object-fit:cover!important;display:block!important;}
.premium-editorial h2{font-size:clamp(38px,4.6vw,74px);line-height:1.01;letter-spacing:-.055em;margin:16px 0;color:#fff;}
.premium-editorial p{font-size:20px;line-height:1.58;color:#eadccc;max-width:780px;}
.premium-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px;}
.premium-pills span{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.08);border-radius:999px;padding:13px 17px;font-weight:950;color:#fff;}
.premium-family-section{background:#fffdf8;}
.premium-family-count-2{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:1160px;}
.premium-family-count-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.premium-family-count-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.premium-gallery-section{background:#fff;}
.premium-gallery-tight{grid-template-columns:repeat(4,minmax(0,1fr));}
.premium-gallery-tight figure div{height:220px!important;}
.premium-guide{display:grid;grid-template-columns:.75fr 1.25fr;gap:38px;align-items:center;background:var(--espresso);color:#fff;}
.premium-guide h2{font-size:clamp(36px,4.2vw,68px);line-height:1.02;letter-spacing:-.05em;margin:14px 0;color:#fff;}
.premium-guide p{font-size:19px;line-height:1.55;color:#eadccc;}
.premium-guide-grid div{border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.08);padding:24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;}
.premium-tech-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(32px,5vw,72px);align-items:center;background:#fffdf8;}
.premium-tech-split figure{margin:0;border-radius:32px;overflow:hidden;min-height:420px;background:#fff;box-shadow:0 28px 72px rgba(32,20,15,.11);}
.premium-tech-split figure img{width:100%!important;height:100%!important;min-height:420px!important;object-fit:cover!important;display:block!important;}
.premium-spec-card{border:1px solid var(--line);border-radius:32px;background:#fff;padding:clamp(28px,4vw,54px);box-shadow:0 24px 70px rgba(32,20,15,.08);}
.premium-spec-card h2{font-size:clamp(34px,4vw,62px);line-height:1.02;letter-spacing:-.05em;margin:12px 0 22px;color:var(--ink);}
.premium-spec-card ul{margin:0;padding-left:22px;font-size:19px;line-height:1.65;color:var(--ink);}
.seo-copy{background:#fff;}
.premium-category .lead-block .b2b-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.premium-category .lead-block .b2b-form label:nth-child(3),.premium-category .lead-block .b2b-form label:nth-child(4),.premium-category .lead-block .b2b-form button{grid-column:1/-1;}
.premium-category .lead-block .b2b-form label span{display:block;margin:0 0 8px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.15em;color:#6e5540;}
.premium-category .lead-block .b2b-form input,.premium-category .lead-block .b2b-form select,.premium-category .lead-block .b2b-form textarea{width:100%;border:1.5px solid #d9c7ae!important;background:#fffdf8!important;border-radius:18px;padding:18px 20px;font:inherit;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.premium-category .lead-block .b2b-form textarea{min-height:146px!important;resize:vertical;}
.premium-category .lead-block .b2b-form button{border:0;border-radius:999px;background:var(--espresso);color:#fff;padding:19px 24px;font:inherit;font-weight:950;cursor:pointer;}
@media(max-width:1240px){.premium-benefit-row,.premium-gallery-tight{grid-template-columns:repeat(2,minmax(0,1fr))!important}.premium-family-count-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:980px){.premium-cat-hero,.premium-editorial,.premium-guide,.premium-tech-split{grid-template-columns:1fr!important}.premium-cat-visual,.premium-cat-visual img,.premium-editorial figure,.premium-editorial figure img,.premium-tech-split figure,.premium-tech-split figure img{min-height:360px!important}.premium-family-count-2,.premium-family-count-3,.premium-family-count-4{grid-template-columns:1fr!important;max-width:none}.premium-category .lead-block .b2b-form{grid-template-columns:1fr}.premium-benefit-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.premium-benefit-row,.premium-gallery-tight{grid-template-columns:1fr!important}.premium-cat-copy h1{font-size:39px!important}.premium-editorial h2,.premium-guide h2,.premium-spec-card h2{font-size:36px!important}.premium-gallery-tight figure div{height:210px!important}}

/* v25 — Product page system: EPS ALICE master mockup */
.product-page{background:var(--paper);}
.product-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(380px,1.08fr);gap:clamp(38px,5vw,84px);align-items:center;background:linear-gradient(135deg,#fffdf8 0%,#f5ecdf 100%);}
.product-hero-copy h1{font-size:clamp(64px,8vw,132px);line-height:.82;letter-spacing:-.075em;margin:18px 0;color:var(--ink);}
.product-hero-copy p{font-size:clamp(19px,1.7vw,26px);line-height:1.52;color:var(--muted);max-width:760px;}
.product-badges{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 2px;}
.product-badges span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;font-size:13px;text-transform:uppercase;letter-spacing:.11em;font-weight:950;color:var(--espresso);box-shadow:0 10px 24px rgba(32,20,15,.05);}
.product-hero-visual{margin:0;min-height:560px;border-radius:38px;overflow:hidden;background:#fff;box-shadow:0 34px 94px rgba(32,20,15,.15);position:relative;border:1px solid var(--line);}
.product-hero-visual img{width:100%!important;height:100%!important;min-height:560px!important;object-fit:contain!important;padding:42px;background:#fff;display:block!important;}
.product-hero-visual figcaption{position:absolute;left:24px;bottom:24px;border-radius:999px;background:rgba(255,253,248,.94);padding:12px 18px;font-weight:950;color:var(--espresso);box-shadow:0 14px 34px rgba(32,20,15,.12);}
.product-overview{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(34px,5vw,76px);align-items:center;background:var(--espresso);color:#fff;}
.product-overview figure,.product-logistics figure{margin:0;border-radius:34px;overflow:hidden;min-height:450px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.2);}
.product-overview figure img,.product-logistics figure img{width:100%!important;height:100%!important;min-height:450px!important;object-fit:cover!important;display:block!important;}
.product-overview h2,.product-logistics h2{font-size:clamp(38px,4.5vw,74px);line-height:1.01;letter-spacing:-.055em;margin:16px 0;color:inherit;}
.product-overview p,.product-logistics p{font-size:20px;line-height:1.58;color:#eadccc;max-width:820px;}
.overview-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px;}
.overview-facts div{border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.08);padding:20px;}
.overview-facts strong,.overview-facts span{display:block;}
.overview-facts strong{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#dac6ae;margin-bottom:8px;}
.overview-facts span{font-size:20px;font-weight:950;color:#fff;}
.product-gallery{background:#fff;}
.product-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
.product-gallery-grid figure{margin:0;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 20px 56px rgba(32,20,15,.08);}
.product-gallery-grid figure img{height:420px!important;object-fit:contain!important;background:#fff;padding:34px;}
.product-gallery-grid figcaption{padding:20px 24px;font-weight:950;color:var(--espresso);}
.product-specs{background:#fffdf8;}
.product-spec-table-wrap{max-width:1120px;margin:0 auto;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 28px 80px rgba(32,20,15,.09);}
.product-spec-table{width:100%;border-collapse:collapse;font-size:18px;}
.product-spec-table th,.product-spec-table td{padding:21px 26px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;}
.product-spec-table tr:last-child th,.product-spec-table tr:last-child td{border-bottom:0;}
.product-spec-table th{width:34%;background:#fbf5e9;color:#6e5540;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:950;}
.product-spec-table td{font-weight:850;color:var(--ink);}
.product-material{background:#fff;}
.product-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.product-card-grid article{border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,#fff,#f8f1e7);padding:34px;min-height:260px;box-shadow:0 18px 48px rgba(32,20,15,.06);}
.product-card-grid article span{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--sage);font-weight:950;}
.product-card-grid article h3{font-size:30px;line-height:1.05;margin:48px 0 12px;letter-spacing:-.035em;}
.product-card-grid article p{font-size:18px;line-height:1.5;color:var(--muted);}
.product-logistics{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(34px,5vw,76px);align-items:center;background:var(--espresso);color:#fff;}
.logistics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px;}
.logistics-grid div{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:22px;padding:26px;}
.logistics-grid strong{display:block;font-size:34px;letter-spacing:-.04em;line-height:1;color:#fff;}
.logistics-grid span{display:block;margin-top:8px;color:#eadccc;font-weight:850;}
.product-downloads{background:#fffdf8;}
.download-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.download-grid a{display:block;border:1px solid var(--line);border-radius:28px;background:#fff;padding:30px;box-shadow:0 18px 48px rgba(32,20,15,.06);}
.download-grid strong{display:block;font-size:26px;letter-spacing:-.025em;margin-bottom:10px;}
.download-grid span{color:var(--muted);font-weight:850;}
.related-products{background:#fff;}
.product-related-grid .collection-img img{object-fit:contain!important;background:#fff;}
.product-request{background:var(--cream);}
.product-request .b2b-form{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.product-request .b2b-form label:nth-of-type(3),.product-request .b2b-form label:nth-of-type(4),.product-request .b2b-form button{grid-column:1/-1;}
.product-request .b2b-form label span{display:block;margin:0 0 8px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.15em;color:#6e5540;}
.product-request .b2b-form input,.product-request .b2b-form select,.product-request .b2b-form textarea{width:100%;border:1.5px solid #d9c7ae!important;background:#fffdf8!important;border-radius:18px;padding:18px 20px;font:inherit;color:var(--ink);box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}
.product-request .b2b-form textarea{min-height:146px!important;resize:vertical;}
.product-request .b2b-form button{border:0;border-radius:999px;background:var(--espresso);color:#fff;padding:19px 24px;font:inherit;font-weight:950;cursor:pointer;}
.product-seo{background:#fff;}
@media(max-width:1180px){.product-card-grid,.download-grid{grid-template-columns:1fr}.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:980px){.product-hero,.product-overview,.product-logistics{grid-template-columns:1fr!important}.product-hero-visual,.product-hero-visual img{min-height:390px!important}.product-gallery-grid,.overview-facts,.logistics-grid,.product-request .b2b-form{grid-template-columns:1fr}.product-overview figure,.product-overview figure img,.product-logistics figure,.product-logistics figure img{min-height:340px!important}.product-spec-table th,.product-spec-table td{display:block;width:100%;}.product-spec-table th{border-bottom:0;padding-bottom:8px}.product-spec-table td{padding-top:8px}.product-spec-table tr{display:block;border-bottom:1px solid var(--line)}.product-spec-table tr:last-child{border-bottom:0}}
@media(max-width:620px){.product-hero-copy h1{font-size:58px!important}.product-badges{gap:8px}.product-badges span{font-size:11px;padding:10px 12px}.product-gallery-grid figure img{height:300px!important}.product-overview h2,.product-logistics h2{font-size:36px!important}}

/* V26 PRODUCT TEMPLATE VARIANTS */
.capacity-product-detail .product-hero{background:radial-gradient(circle at 70% 20%,#fff 0,#fff7e9 36%,#efe1cd 100%);}
.capacity-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px;}
.capacity-rail a,.capacity-rail div{border:1px solid var(--line);background:#fff;border-radius:24px;padding:22px;box-shadow:0 14px 34px rgba(32,20,15,.07);text-decoration:none;color:var(--ink);}
.capacity-rail strong{display:block;font-size:30px;letter-spacing:-.04em;margin-bottom:6px;}
.capacity-rail span{font-size:13px;text-transform:uppercase;letter-spacing:.13em;color:#6e5540;font-weight:950;}
.compatibility-band{background:#fff;}
.compatibility-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,5vw,70px);align-items:stretch;}
.compatibility-panel{border:1px solid var(--line);border-radius:36px;background:linear-gradient(135deg,#fff,#fbf2e5);padding:clamp(30px,4vw,58px);box-shadow:0 26px 70px rgba(32,20,15,.08);}
.compatibility-panel h3{font-size:clamp(34px,4vw,64px);line-height:1;letter-spacing:-.055em;margin:0 0 18px;}
.compatibility-list{display:grid;gap:13px;margin-top:26px;}
.compatibility-list div{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);padding:0 0 13px;font-weight:900;}
.compatibility-list small{color:var(--muted);font-weight:800;}
.compatibility-visual{border-radius:36px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:0 26px 70px rgba(32,20,15,.08);}
.compatibility-visual img{height:100%!important;min-height:460px!important;object-fit:contain!important;padding:34px;background:#fff;}
.accessory-product-detail .product-hero{background:linear-gradient(135deg,#fbf7ee 0%,#fff 44%,#e8dcc8 100%);}
.accessory-product-detail .product-hero-copy h1{font-size:clamp(54px,6.8vw,112px);}
.material-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;}
.material-switch a{border:1px solid var(--line);border-radius:26px;background:#fff;padding:22px;text-decoration:none;color:var(--ink);box-shadow:0 14px 34px rgba(32,20,15,.07);}
.material-switch strong{display:block;font-size:22px;margin-bottom:7px;}
.material-switch span{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#6e5540;font-weight:950;}
.sku-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.sku-card{border:1px solid var(--line);border-radius:28px;background:#fff;padding:18px;box-shadow:0 18px 44px rgba(32,20,15,.06);}
.sku-card figure{margin:0;border-radius:20px;overflow:hidden;background:#fff7ed;min-height:180px;display:flex;align-items:center;justify-content:center;}
.sku-card figure img{height:190px!important;object-fit:contain!important;padding:22px;background:#fff;}
.sku-card h3{font-size:20px;line-height:1.1;margin:18px 0 8px;}
.sku-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.45;}
.template-note{background:var(--espresso);color:#fff;border-radius:34px;padding:clamp(30px,4vw,54px);display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center;}
.template-note h2{font-size:clamp(34px,4vw,64px);line-height:1;letter-spacing:-.055em;margin:0;}
.template-note p{color:#eadccc;font-size:19px;line-height:1.55;margin:0;}
@media(max-width:1050px){.capacity-rail,.sku-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.compatibility-grid,.template-note{grid-template-columns:1fr;}.material-switch{grid-template-columns:1fr;}}
@media(max-width:620px){.capacity-rail,.sku-grid{grid-template-columns:1fr;}}

/* v27 review fixes: printed cups + display rectangular */
.premium-intro .section-head.narrow{max-width:1280px!important;}
.premium-intro .section-head.narrow h2{max-width:1280px!important;}
.premium-intro .section-head.narrow p{max-width:1180px!important;}
.premium-showcase-all{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;}
.premium-showcase-all .family-card-img{height:230px;background:#fff;padding:26px;}
.premium-showcase-all .family-card-img img{object-fit:contain!important;background:#fff;}
.premium-showcase-all .family-card-copy h3{font-size:24px;}
.premium-guide-link{border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(255,255,255,.11);padding:24px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;text-decoration:none;font-weight:950;}
.premium-guide-link span{font-size:13px;letter-spacing:.18em;color:#e6c78d;}
.premium-tech-split{align-items:stretch!important;}
.premium-tech-split figure,.premium-spec-card{height:100%;min-height:460px;}
.premium-tech-split figure img{min-height:460px!important;}
.related-mini-grid.related-six{grid-template-columns:repeat(3,minmax(0,1fr));}
.seo-copy .section-head.narrow{max-width:1150px;}
.seo-copy h2{font-size:clamp(34px,4vw,62px);}

.display-product-v27 .section-pad{padding-top:clamp(58px,7vw,104px);padding-bottom:clamp(58px,7vw,104px);}
.display-hero-photo .product-hero-visual img{object-fit:cover!important;padding:0!important;background:#fff;}
.display-overview-v27 figure{min-height:560px!important;display:flex;align-items:center;justify-content:center;}
.display-overview-v27 figure img{min-height:560px!important;object-fit:cover!important;}
.display-overview-v27 .product-overview-copy{align-self:center;}
.capacity-rail-six{grid-template-columns:repeat(6,minmax(0,1fr));}
.display-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;}
.display-pair-card{border:1px solid var(--line);border-radius:34px;background:#fff;box-shadow:0 22px 64px rgba(32,20,15,.08);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch;}
.display-pair-card figure{margin:0;border-radius:24px;background:#fffaf1;border:1px solid var(--line);overflow:hidden;}
.display-pair-card figure img{height:260px!important;object-fit:contain!important;padding:28px;background:#fff;}
.display-pair-card figcaption{padding:14px 16px;font-weight:950;color:var(--espresso);}
.display-pair-card a{grid-column:1/-1;font-weight:950;color:var(--espresso);padding:6px 2px 0;}
.display-compat-v27{padding-top:clamp(48px,5vw,82px)!important;padding-bottom:clamp(48px,5vw,82px)!important;}
.editorial-compatibility img{object-fit:cover!important;padding:0!important;background:#fff;}
.display-system-dark{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center;background:var(--espresso);color:#fff;}
.display-system-dark h2{color:#fff;font-size:clamp(40px,4.8vw,78px);line-height:.98;}
.display-system-dark p{color:#eadccc;font-size:20px;line-height:1.55;max-width:760px;}
.display-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.display-system-grid div{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:24px;padding:28px;min-height:145px;display:flex;flex-direction:column;justify-content:space-between;}
.display-system-grid strong{color:#e6c78d;letter-spacing:.16em;}
.display-system-grid span{font-size:25px;font-weight:950;line-height:1.1;}
.display-code-preview{background:#fffdf8;}
.display-code-table{border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#fff;box-shadow:0 28px 80px rgba(32,20,15,.08);}
.display-code-table table{width:100%;border-collapse:collapse;font-size:17px;}
.display-code-table th,.display-code-table td{padding:18px 20px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;}
.display-code-table th{background:#fbf5e9;color:#6e5540;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950;}
.display-code-table tr:last-child td{border-bottom:0;}
.guide-page .premium-cat-hero{background:linear-gradient(135deg,#fffdf8 0%,#f4eadb 100%);}
@media(max-width:1280px){.capacity-rail-six{grid-template-columns:repeat(3,minmax(0,1fr));}.premium-showcase-all{grid-template-columns:repeat(3,minmax(0,1fr));}.related-mini-grid.related-six{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:980px){.display-pair-grid,.display-system-dark{grid-template-columns:1fr;}.display-pair-card{grid-template-columns:1fr 1fr;}.premium-showcase-all{grid-template-columns:repeat(2,minmax(0,1fr));}.display-overview-v27 figure,.display-overview-v27 figure img{min-height:360px!important;}}
@media(max-width:640px){.capacity-rail-six,.premium-showcase-all,.related-mini-grid.related-six,.display-system-grid,.display-pair-card{grid-template-columns:1fr;}.display-pair-card figure img{height:220px!important;}}

/* v28 review fixes: focused patched files only */
.flagship-hero.paper-hero .paper-hero-visual{display:block!important;background:#fffdf8;}
.flagship-hero.paper-hero .paper-hero-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important;}

.seo-copy-split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(28px,5vw,70px);align-items:center;background:#fff;}
.seo-copy-split .section-head{margin-bottom:0;}
.seo-copy-split figure{margin:0;border:1px solid var(--line);border-radius:34px;overflow:hidden;background:#fff;min-height:260px;box-shadow:0 24px 70px rgba(32,20,15,.08);}
.seo-copy-split figure img{height:100%!important;min-height:260px!important;object-fit:cover!important;display:block!important;}

.display-wide-head{max-width:1320px!important;}
.display-wide-head h2{max-width:1320px!important;}
.display-wide-head p{max-width:1180px!important;}
.display-range-v28{background:#fff;}
.display-full-range-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;}
.display-range-card{border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 18px 52px rgba(32,20,15,.07);overflow:hidden;display:flex;flex-direction:column;}
.display-range-card figure{margin:0;background:#fffaf1;min-height:230px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);}
.display-range-card figure img{height:230px!important;object-fit:contain!important;padding:26px;background:#fff!important;}
.display-range-card div{padding:24px;display:flex;flex-direction:column;gap:10px;flex:1;}
.display-range-card span{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:950;}
.display-range-card h3{font-size:22px;line-height:1.12;margin:0;letter-spacing:-.025em;}
.display-range-card a{margin-top:auto;font-weight:950;color:var(--espresso);}
.display-range-card.is-lid figure{background:#f8f5ee;}
.display-compat-v27 .compatibility-grid{align-items:center;}
.display-compat-v27 .compatibility-visual img{object-fit:cover!important;padding:0!important;min-height:430px!important;}
.display-search-summary figure{min-height:250px;}
.display-search-summary figure img{min-height:250px!important;}

@media(max-width:1280px){.display-full-range-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:980px){.seo-copy-split{grid-template-columns:1fr;}.display-full-range-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:640px){.display-full-range-grid{grid-template-columns:1fr;}.display-range-card figure img{height:210px!important;}}

/* v29 targeted fixes: menu URLs, display rename, accessory product refinement, zoom */
.product-page img{cursor:zoom-in;}
.ic-zoom-modal{position:fixed;inset:0;background:rgba(18,10,7,.88);z-index:9999;display:none;align-items:center;justify-content:center;padding:28px;}
.ic-zoom-modal.open{display:flex;}
.ic-zoom-modal img{max-width:min(1200px,94vw);max-height:88vh;object-fit:contain;background:#fff;border-radius:24px;box-shadow:0 30px 100px rgba(0,0,0,.38);}
.ic-zoom-close{position:absolute;top:22px;right:24px;border:0;border-radius:999px;background:#fff;color:#20140f;width:46px;height:46px;font-size:28px;line-height:1;cursor:pointer;}

.accessory-v29 .section-pad{padding-top:clamp(54px,6vw,96px);padding-bottom:clamp(54px,6vw,96px);}
.accessory-hero-v29{grid-template-columns:.92fr 1.08fr;align-items:center;}
.accessory-hero-v29 figure{min-height:520px!important;align-self:center;}
.accessory-hero-v29 figure img{min-height:520px!important;object-fit:cover!important;padding:0!important;background:#fff;}
.accessory-hero-copy-v29{align-self:center;max-width:940px;}
.accessory-hero-copy-v29 h1{font-size:clamp(46px,5.2vw,82px);line-height:.98;letter-spacing:-.06em;margin:14px 0;color:#fff;}
.accessory-hero-copy-v29 p{max-width:760px;}
.pack-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;}
.pack-choice-card{border:1px solid var(--line);border-radius:32px;background:linear-gradient(135deg,#fff,#fbf2e5);padding:clamp(28px,3vw,44px);box-shadow:0 22px 60px rgba(32,20,15,.08);min-height:310px;display:flex;flex-direction:column;justify-content:space-between;}
.pack-choice-card.highlighted{background:linear-gradient(135deg,#fff8e8,#f2dfc5);}
.pack-choice-card .pack-tag{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--sage);font-weight:950;}
.pack-choice-card h3{font-size:clamp(34px,3.2vw,54px);line-height:1;letter-spacing:-.05em;margin:22px 0 14px;}
.pack-choice-card p{font-size:19px;line-height:1.52;color:var(--muted);max-width:720px;}
.pack-choice-card a,.sku-card a{font-weight:950;color:var(--espresso);text-decoration:none;}
.accessory-skus-v29.alt-bg{background:#fffdf8;}
.sku-grid-4{grid-template-columns:repeat(4,minmax(0,1fr));}
.sku-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.accessory-skus-v29 .sku-card{display:flex;flex-direction:column;}
.accessory-skus-v29 .sku-card figure{height:220px;min-height:220px;background:#fff;}
.accessory-skus-v29 .sku-card figure img{height:220px!important;width:100%!important;object-fit:contain!important;padding:18px;background:#fff;}
.accessory-skus-v29 .sku-card h3{font-size:28px;letter-spacing:-.04em;margin-top:20px;}
.accessory-skus-v29 .sku-card p{font-size:16px;line-height:1.5;margin-bottom:18px;}
.accessory-skus-v29 .sku-card a{margin-top:auto;}
.accessory-pack-v29{grid-template-columns:.92fr 1.08fr;align-items:center;}
.accessory-pack-v29 figure{min-height:500px!important;align-self:center;}
.accessory-pack-v29 figure img{min-height:500px!important;object-fit:cover!important;padding:0!important;}
.accessory-pack-v29 h2{font-size:clamp(42px,4.5vw,72px);line-height:.99;}
.accessory-pack-v29 p{max-width:780px;}
.accessory-related-v29{display:grid;grid-template-columns:.72fr 1.28fr;gap:30px;align-items:stretch;background:#fff;}
.accessory-related-v29 .template-note{height:100%;grid-template-columns:1fr;align-content:center;}
.accessory-links-v29{align-content:center;}
.accessory-links-v29 a{border:1px solid var(--line);border-radius:24px;background:#fff;padding:26px 28px;font-weight:950;font-size:21px;color:var(--ink);text-decoration:none;display:flex;justify-content:space-between;align-items:center;box-shadow:0 14px 38px rgba(32,20,15,.06);}
.seo-with-photo-v29{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(28px,5vw,70px);align-items:center;}
.seo-with-photo-v29 figure{margin:0;border-radius:32px;overflow:hidden;border:1px solid var(--line);min-height:320px;background:#fff;box-shadow:0 20px 54px rgba(32,20,15,.08);}
.seo-with-photo-v29 figure img{height:100%!important;min-height:320px!important;width:100%!important;object-fit:cover!important;}
@media(max-width:1180px){.sku-grid-4,.sku-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));}.accessory-related-v29{grid-template-columns:1fr;}}
@media(max-width:980px){.pack-choice-grid,.seo-with-photo-v29{grid-template-columns:1fr}.accessory-hero-v29 figure,.accessory-hero-v29 figure img,.accessory-pack-v29 figure,.accessory-pack-v29 figure img{min-height:360px!important;}}
@media(max-width:620px){.sku-grid-4,.sku-grid-3{grid-template-columns:1fr}.pack-choice-card{min-height:auto}.accessory-hero-copy-v29 h1{font-size:42px;}}

/* v30 — ALICE product page refinements */
.eps-product-detail .eps-hero-v30{align-items:stretch;}
.eps-product-detail .eps-hero-v30 .product-hero-copy{display:flex;flex-direction:column;justify-content:center;}
.eps-product-detail .eps-hero-v30 .product-hero-visual{min-height:0;display:flex;}
.eps-product-detail .eps-hero-v30 .product-hero-visual img{min-height:0!important;height:auto!important;object-fit:cover!important;padding:0!important;background:#fff;}
.eps-product-detail .eps-balanced-split{align-items:stretch!important;}
.eps-product-detail .eps-balanced-split > figure{min-height:0!important;height:auto;display:flex;align-self:stretch;}
.eps-product-detail .eps-balanced-split > figure img{min-height:0!important;height:auto!important;object-fit:cover!important;}
.eps-product-detail .eps-balanced-split > div,
.eps-product-detail .eps-balanced-split .product-overview-copy{display:flex;flex-direction:column;justify-content:center;}
.eps-product-detail .product-gallery-grid.eps-gallery-count-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.eps-product-detail .product-gallery-grid.eps-gallery-count-3 figure img{height:360px!important;}
.eps-product-detail .product-gallery-grid figure{cursor:zoom-in;}
@media(max-width:1100px){.eps-product-detail .product-gallery-grid.eps-gallery-count-3{grid-template-columns:1fr;}.eps-product-detail .product-gallery-grid.eps-gallery-count-3 figure img{height:360px!important;}}
@media(max-width:980px){.eps-product-detail .eps-hero-v30 .product-hero-visual img{min-height:360px!important;height:360px!important;}.eps-product-detail .eps-balanced-split > figure img{min-height:340px!important;height:340px!important;}}

/* v31 category/product targeted refinements */
.premium-category .premium-cat-hero,
.premium-category .premium-editorial,
.premium-category .premium-tech-split,
.product-overview,
.product-logistics{align-items:stretch;}
.premium-category .premium-cat-hero figure,
.premium-category .premium-editorial figure,
.premium-category .premium-tech-split figure,
.product-overview > figure,
.product-logistics > figure{align-self:stretch;display:flex;}
.premium-category .premium-cat-hero figure img,
.premium-category .premium-editorial figure img,
.premium-category .premium-tech-split figure img,
.product-overview > figure img,
.product-logistics > figure img{height:auto!important;min-height:100%!important;object-fit:cover!important;}
.premium-category .premium-cat-copy,
.premium-category .premium-editorial > div,
.premium-category .premium-tech-split > div,
.product-overview-copy,
.product-logistics > div{align-self:stretch;display:flex;flex-direction:column;justify-content:center;}
.premium-data-table-section{background:#fffdf8;}
.premium-data-table-wrap{border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:0 22px 70px rgba(32,20,15,.08);overflow:hidden;}
.premium-data-table{width:100%;border-collapse:collapse;font-size:17px;}
.premium-data-table th,.premium-data-table td{padding:18px 20px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;}
.premium-data-table th{background:#fbf2e5;color:#5f7f6d;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:950;}
.premium-data-table tbody tr:last-child td{border-bottom:0;}
.premium-family-section .premium-showcase-all .family-card-img img,
.premium-family-section .premium-showcase-all figure img{cursor:zoom-in;}
@media(max-width:980px){.premium-category .premium-cat-hero figure img,.premium-category .premium-editorial figure img,.premium-category .premium-tech-split figure img,.product-overview > figure img,.product-logistics > figure img{min-height:340px!important;height:340px!important;}.premium-data-table{font-size:15px;}.premium-data-table th,.premium-data-table td{padding:14px 12px;}}


/* v32 fixes: no loose images, spoon navigation, lids pages */
@media (min-width:981px){
  .premium-category .premium-editorial,
  .premium-category .premium-tech-split,
  .product-overview,
  .product-logistics,
  .lid-system-strip{
    align-items:stretch!important;
  }
  .premium-category .premium-editorial > figure,
  .premium-category .premium-tech-split > figure,
  .product-overview > figure,
  .product-logistics > figure,
  .lid-system-strip > figure{
    align-self:stretch!important;
    display:flex!important;
    min-height:0!important;
    height:auto!important;
  }
  .premium-category .premium-editorial > figure img,
  .premium-category .premium-tech-split > figure img,
  .product-overview > figure img,
  .product-logistics > figure img,
  .lid-system-strip > figure img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    object-fit:cover!important;
    display:block!important;
  }
  .premium-category .premium-editorial > div,
  .premium-category .premium-tech-split > div,
  .product-overview > div,
  .product-logistics > div,
  .lid-system-strip > div{
    align-self:stretch!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }
}
.compact-section{padding-top:clamp(34px,4vw,66px)!important;padding-bottom:clamp(34px,4vw,66px)!important;}
.spoon-family-menu{background:#fffdf8;border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.spoon-family-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;max-width:1320px;margin:0 auto;}
.spoon-family-links a{display:flex;flex-direction:column;gap:10px;text-decoration:none;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 52px rgba(32,20,15,.07);}
.spoon-family-links strong{font-size:25px;letter-spacing:-.035em;}
.spoon-family-links span{color:var(--muted);font-weight:850;line-height:1.45;}
.lid-system-strip{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(34px,5vw,76px);background:#fffaf1;color:var(--ink);}
.lid-system-strip figure{margin:0;border-radius:34px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 22px 70px rgba(32,20,15,.08);}
.lid-system-strip h2{font-size:clamp(38px,4.5vw,72px);line-height:1.01;letter-spacing:-.055em;margin:14px 0;color:var(--espresso);}
.lid-system-strip p{font-size:20px;line-height:1.55;color:var(--muted);max-width:820px;}
.lid-system-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:24px;}
.lid-system-links a{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--espresso);padding:16px 18px;text-align:center;text-decoration:none;font-weight:950;box-shadow:0 10px 28px rgba(32,20,15,.06);}
.lid-page-v32 .sku-card figure{height:220px;min-height:220px;background:#fff;}
.lid-page-v32 .sku-card figure img{height:220px!important;width:100%!important;object-fit:contain!important;padding:18px;background:#fff;}
@media(max-width:980px){.spoon-family-links,.lid-system-strip,.lid-system-links{grid-template-columns:1fr!important}.lid-system-strip figure,.lid-system-strip figure img{height:340px!important;min-height:340px!important}}

/* v35 mega menu anti-flicker patch */
@media (min-width:981px){
  .site-header{overflow:visible!important;}
  .nav-item.has-mega{position:static!important;}
  .nav-item.has-mega::after{
    content:'';
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:86px;
    height:34px;
    z-index:88;
    background:transparent;
  }
  .nav-item.has-mega.is-open::after{display:block;}
  .mega-menu{
    display:grid!important;
    position:fixed!important;
    left:50%!important;
    top:104px!important;
    right:auto!important;
    width:min(1180px,calc(100vw - 72px))!important;
    min-width:0!important;
    max-width:min(1180px,calc(100vw - 72px))!important;
    max-height:calc(100vh - 128px)!important;
    overflow:auto!important;
    transform:translateX(-50%) translateY(8px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .14s ease, transform .14s ease, visibility 0s linear .14s!important;
    z-index:100!important;
    will-change:opacity,transform;
  }
  .has-mega:not(.is-open):hover .mega-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateX(-50%) translateY(8px)!important;
  }
  .has-mega.is-open .mega-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(-50%) translateY(0)!important;
    transition:opacity .14s ease, transform .14s ease, visibility 0s!important;
  }
  .site-header.is-compact .mega-menu{top:94px!important;}
  .site-header.mega-locked.is-compact .mega-menu{top:104px!important;}
  .mega-trigger{position:relative;z-index:102;}
}
@media (max-width:980px){
  .nav-item.has-mega{position:relative!important;}
  .mega-menu{transition:none!important;}
}

/* v38 definitive mega menu click behaviour: no hover flicker */
@media (min-width:981px){
  .nav-item.has-mega{position:static!important;}
  .nav-item.has-mega::after{display:none!important;content:none!important;}
  .mega-trigger{cursor:pointer!important;}
  .mega-menu{
    display:grid!important;
    position:fixed!important;
    left:50%!important;
    top:104px!important;
    right:auto!important;
    width:min(1180px,calc(100vw - 72px))!important;
    min-width:0!important;
    max-width:min(1180px,calc(100vw - 72px))!important;
    max-height:calc(100vh - 128px)!important;
    overflow:auto!important;
    transform:translateX(-50%) translateY(0)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:none!important;
    z-index:100!important;
  }
  .has-mega:hover .mega-menu,
  .has-mega:not(.is-open):hover .mega-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .has-mega.is-open .mega-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .site-header.is-compact .mega-menu,
  .site-header.mega-locked .mega-menu,
  .site-header.mega-locked.is-compact .mega-menu{top:104px!important;}
}


.paper-printing-split{
  display:grid !important;
  grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr) !important;
  gap:clamp(28px,4vw,64px) !important;
  align-items:center !important;
  max-width:1500px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.paper-printing-split figure{
  order:1 !important;
  margin:0 !important;
  border-radius:28px !important;
  overflow:hidden !important;
  min-height:420px !important;
  background:#f3eadb !important;
}

.paper-printing-split figure img{
  width:100% !important;
  height:100% !important;
  min-height:420px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:28px !important;
}

.paper-printing-split .paper-printing-copy{
  order:2 !important;
}

.paper-printing-split .paper-printing-copy h2{
  font-size:clamp(42px,5vw,82px) !important;
  line-height:.96 !important;
  letter-spacing:-.04em !important;
  margin-bottom:20px !important;
}

.paper-printing-split .printing-calendar-points{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin:22px 0 28px !important;
}

.paper-printing-split .printing-calendar-points span{
  display:inline-flex !important;
  align-items:center !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:#f4eadb !important;
  font-weight:800 !important;
  color:#1f160f !important;
}

.paper-printing-split .printing-calendar-cta{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:16px 24px !important;
  border-radius:999px !important;
  background:#1f130f !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
}

.editorial-strip .editorial-images figure{
  border-radius:28px !important;
  overflow:hidden !important;
  min-height:280px !important;
  background:#f3eadb !important;
}

.editorial-strip .editorial-images figure img{
  width:100% !important;
  height:100% !important;
  min-height:280px !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:28px !important;
}

@media(max-width:900px){
  .paper-printing-split{
    grid-template-columns:1fr !important;
  }
  .paper-printing-split figure,
  .paper-printing-split figure img{
    min-height:280px !important;
  }
}
section.printing-calendar-banner.paper-printing-banner,
section.printing-calendar-banner.paper-printing-split,
section.paper-printing-banner.paper-printing-split{
  display:grid !important;
  grid-template-columns:minmax(420px,0.95fr) minmax(460px,1.05fr) !important;
  gap:clamp(32px,4vw,70px) !important;
  align-items:center !important;
  max-width:1500px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:clamp(28px,4vw,70px) !important;
  padding-right:clamp(28px,4vw,70px) !important;
}

section.printing-calendar-banner.paper-printing-banner > figure,
section.printing-calendar-banner.paper-printing-split > figure,
section.paper-printing-banner.paper-printing-split > figure{
  grid-column:1 !important;
  grid-row:1 !important;
  width:100% !important;
  height:520px !important;
  margin:0 !important;
  border-radius:30px !important;
  overflow:hidden !important;
  background:#f3eadb !important;
}

section.printing-calendar-banner.paper-printing-banner > figure img,
section.printing-calendar-banner.paper-printing-split > figure img,
section.paper-printing-banner.paper-printing-split > figure img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:30px !important;
}

section.printing-calendar-banner.paper-printing-banner > .paper-printing-copy,
section.printing-calendar-banner.paper-printing-split > .paper-printing-copy,
section.paper-printing-banner.paper-printing-split > .paper-printing-copy,
section.printing-calendar-banner.paper-printing-banner > div:first-child,
section.printing-calendar-banner.paper-printing-split > div:first-child,
section.paper-printing-banner.paper-printing-split > div:first-child{
  grid-column:2 !important;
  grid-row:1 !important;
}

section.printing-calendar-banner .printing-calendar-points{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  margin:22px 0 28px !important;
}

section.printing-calendar-banner .printing-calendar-points span{
  display:inline-flex !important;
  padding:10px 14px !important;
  border-radius:999px !important;
  background:#f4eadb !important;
  font-weight:800 !important;
}

section.printing-calendar-banner .printing-calendar-cta{
  display:inline-flex !important;
  width:auto !important;
  max-width:max-content !important;
  padding:16px 24px !important;
  border-radius:999px !important;
  background:#1f130f !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
}

@media(max-width:900px){
  section.printing-calendar-banner.paper-printing-banner,
  section.printing-calendar-banner.paper-printing-split,
  section.paper-printing-banner.paper-printing-split{
    grid-template-columns:1fr !important;
  }
  section.printing-calendar-banner.paper-printing-banner > figure,
  section.printing-calendar-banner.paper-printing-split > figure,
  section.paper-printing-banner.paper-printing-split > figure,
  section.printing-calendar-banner.paper-printing-banner > .paper-printing-copy,
  section.printing-calendar-banner.paper-printing-split > .paper-printing-copy,
  section.paper-printing-banner.paper-printing-split > .paper-printing-copy,
  section.printing-calendar-banner.paper-printing-banner > div:first-child,
  section.printing-calendar-banner.paper-printing-split > div:first-child,
  section.paper-printing-banner.paper-printing-split > div:first-child{
    grid-column:1 !important;
    grid-row:auto !important;
  }
  section.printing-calendar-banner.paper-printing-banner > figure,
  section.printing-calendar-banner.paper-printing-split > figure,
  section.paper-printing-banner.paper-printing-split > figure{
    height:320px !important;
  }
}


/* vSEO-fix — robust mega menu on product pages */
.site-header{overflow:visible!important;}
.nav-item.has-mega:hover > .mega-menu,
.nav-item.has-mega.is-open > .mega-menu,
.has-mega:hover .mega-menu,
.has-mega.is-open .mega-menu{
  display:grid!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.site-footer{display:grid!important;visibility:visible!important;opacity:1!important;}
