@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f6f5f1;--ink:#18211b;--muted:#657063;--green:#204d34;--line:#d8ded4;--wash:#e9eee5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #85a776;outline-offset:4px}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.header{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:108px}.brand{font-size:34px;font-weight:800;letter-spacing:-1.8px;display:flex;align-items:center;gap:23px;line-height:1}.brand span{font-size:12px;font-weight:500;letter-spacing:0;border-left:1px solid #b9c1b4;padding:10px 0 10px 23px}.header nav{display:flex;gap:25px;font-size:14px}.header-phone{font-size:14px;font-weight:700;white-space:nowrap}.header a:hover,.text-link:hover{color:#527346}.hero{display:grid;grid-template-columns:1fr .85fr;align-items:start;gap:80px;padding-top:45px;padding-bottom:64px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 20px;color:#5c735b}h1{font-size:clamp(42px,4.8vw,68px);line-height:1.12;letter-spacing:-2.8px;margin:0 0 22px;font-weight:800}h2{font-size:clamp(29px,3vw,42px);line-height:1.22;letter-spacing:-1.6px;margin:0 0 24px;font-weight:800}h3{line-height:1.3}.intro{font-size:20px;line-height:1.65;color:#505d4e;margin:0 0 20px}.hero-art{position:relative;height:265px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin:0 0 15px}.hero-art img{width:380px;height:380px;object-fit:contain;mix-blend-mode:multiply}.hero-art span{position:absolute;right:0;bottom:0;color:#798174;font-size:11px}.text-link{text-decoration:underline;text-underline-offset:5px;font-size:14px}.quote-panel{background:white;border:1px solid var(--line);border-radius:5px;padding:32px;box-shadow:0 16px 40px #283b2510;scroll-margin-top:22px}.quote-panel .eyebrow{font-size:10px;letter-spacing:1.8px;margin-bottom:12px}.quote-panel h2{font-size:27px;letter-spacing:-1px;margin-bottom:22px}.selected-model{display:flex;flex-wrap:wrap;align-items:center;gap:3px 12px;background:#eef2e9;padding:12px 15px;border-radius:3px;margin-bottom:24px}.selected-model>span{font-size:12px;color:var(--muted)}.selected-model strong{font-size:14px;font-weight:700;width:100%}.selected-model a{font-size:12px;color:var(--green);text-decoration:underline;text-underline-offset:3px}.quote-panel label{display:block;font-size:14px;font-weight:600;margin:16px 0 8px}.quantity-options{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:10px}.quantity-options button{background:white;border:1px solid #cdd6c7;border-radius:3px;padding:10px 2px;font-size:14px;color:var(--green);font-weight:600}.quantity-options button[aria-pressed=true],.quantity-options button:hover{background:var(--green);color:white;border-color:var(--green)}input,textarea{display:block;width:100%;min-width:0;padding:12px 14px;border:1px solid #cdd4c7;border-radius:3px;background:#fcfcfa;color:var(--ink);font-size:16px;line-height:1.5}textarea{resize:vertical}.extra-fields{margin-top:20px}.extra-fields summary{cursor:pointer;font-size:13px;color:var(--green);text-decoration:underline;text-underline-offset:4px}.extra-fields label{font-size:13px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 22px;background:var(--green);color:white;border:1px solid var(--green);border-radius:3px;font-weight:700;font-size:15px;line-height:1.5;transition:background .15s}.button:hover{background:#143820}.button.outline{color:var(--green);background:transparent}.button.outline:hover{background:var(--wash)}.submit{width:100%;margin-top:24px;padding:17px 22px}.button:disabled{opacity:.65;cursor:wait}.form-help{font-size:12px;text-align:center;color:var(--muted);margin:12px 0 8px}.privacy{font-size:11px;line-height:1.5;color:#7a8474;margin:0;text-align:center}.section{padding-top:65px;padding-bottom:65px;border-top:1px solid var(--line)}.section-heading{display:flex;justify-content:space-between;gap:35px;align-items:flex-end;margin-bottom:28px}.section-heading h2{margin:0}.section-heading>p{font-size:14px;color:var(--muted);margin:0 0 5px}.table-wrap{border-top:2px solid var(--green)}table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}th{font-size:12px;color:var(--muted);font-weight:500;padding:17px 14px;background:#edf0e8}td{padding:24px 14px;border-bottom:1px solid var(--line)}td:first-child{min-width:160px}.model-name{font-size:17px;color:var(--green);font-weight:800;display:block}.model-name:hover{text-decoration:underline}td small{display:block;font-size:12px;color:var(--muted);margin-top:4px}.table-cta{border:0;padding:8px 0;background:transparent;font-size:13px;white-space:nowrap;color:var(--green);font-weight:700}.table-cta:hover{text-decoration:underline}.table-note{font-size:12px;color:var(--muted);line-height:1.7;margin-top:17px}.table-note a{text-decoration:underline}.model-help{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:32px;padding:25px 30px;background:var(--wash)}.model-help h3{font-size:18px;margin:0 0 5px}.model-help p{font-size:14px;margin:0;color:var(--muted)}.model-help .button{font-size:13px;white-space:nowrap}.supply-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:40px}.supply-grid article+article{border-left:1px solid var(--line);padding-left:38px}.number{font-size:27px;color:#8a9d83}.supply h3{font-size:22px;margin:12px 0}.supply p{font-size:15px;color:var(--muted);margin:0}.guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.guide-card{padding:30px;background:#edefe8;border:1px solid var(--line)}.guide-card>span{font-size:10px;letter-spacing:1.5px;color:var(--muted)}.guide-card h3{font-size:26px;letter-spacing:-.8px;margin:18px 0 12px}.guide-card p{font-size:15px;color:var(--muted);max-width:420px}.guide-card b{font-size:14px;color:var(--green);display:block;margin-top:25px}.guide-card:hover{border-color:#708768}.contact-band{background:#233c2b;color:white;padding:40px 0}.contact-band>.wrap{display:flex;align-items:center;justify-content:space-between;gap:25px}.contact-band h2{font-size:30px;margin:0 0 6px}.contact-band p{margin:0;color:#c4d0bd;font-size:15px}.contact-band a{font-size:24px;font-weight:700;white-space:nowrap}.footer{padding-top:35px;padding-bottom:35px;display:flex;align-items:center;justify-content:space-between;gap:25px}.footer .brand{font-size:26px}.footer>div{display:flex;gap:25px;font-size:13px;color:var(--muted)}.footer>a:last-child{font-size:13px;color:var(--muted)}.breadcrumb{font-size:13px;color:var(--muted);padding-top:25px}.breadcrumb a{text-decoration:underline}.detail-hero h1{font-size:52px}.detail-hero .intro{font-size:18px}.availability{background:var(--wash);padding:13px 16px;font-size:14px}.spec-list{font-size:14px;margin-top:28px}.spec-list>div{display:flex;justify-content:space-between;gap:30px;padding:12px 0;border-bottom:1px solid var(--line)}dt{color:var(--muted)}dd{text-align:right;margin:0;font-weight:600}.detail-bottom p{max-width:800px}.article{max-width:850px;padding-top:50px;padding-bottom:70px}.article h1{font-size:48px}.article h2{font-size:26px;letter-spacing:-.7px;margin-top:40px;margin-bottom:12px}.article p{font-size:17px;color:#4e5a4b}.article .table-note{font-size:12px}.article-models{display:flex;gap:20px;flex-wrap:wrap}.article-models a{font-size:15px;color:var(--green);text-decoration:underline}.article>.button{margin-top:20px}#quote-result{margin-top:20px;padding:18px;background:#edf2e8;border-left:3px solid var(--green)}#quote-result p{margin:0 0 10px}#result-title{font-size:16px;font-weight:700}#copy-status{font-size:13px;color:var(--muted)}#quote-text{font-size:13px;margin-top:14px}.result-actions{display:flex;align-items:center;gap:15px;margin-top:12px}.result-actions a{font-size:12px;text-decoration:underline}.result-actions .button{padding:8px 12px;font-size:12px}[hidden]{display:none!important}.form-trap{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.skip{position:fixed;left:20px;top:-100px;background:white;padding:15px;z-index:10}.skip:focus{top:10px}.mobile-action{display:none}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.brand span{display:none}.hero{gap:40px;grid-template-columns:1fr 1fr}.quote-panel{padding:24px}h1{font-size:49px}.header nav{gap:18px}td,th{padding-left:8px;padding-right:8px}table{font-size:12px}.model-name{font-size:15px}.table-cta{font-size:12px}.footer>div{flex-direction:column;gap:5px}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}}
@media(max-width:760px){body{padding-bottom:76px}.wrap{width:calc(100% - 36px)}.header{min-height:80px;gap:15px}.header nav{display:none}.brand{font-size:28px}.header-phone{font-size:12px}.hero{grid-template-columns:1fr;gap:25px;padding-top:24px;padding-bottom:40px}.hero-copy{position:relative}.hero-copy h1{font-size:43px;letter-spacing:-2px}.hero-copy .intro{font-size:17px;max-width:65%}.hero-art{position:absolute;right:-6px;bottom:20px;width:145px;height:145px;margin:0}.hero-art img{width:180px;height:180px}.hero-art span{display:none}.hero-copy .text-link{font-size:12px;display:inline-block;margin-top:10px}.eyebrow{font-size:10px;letter-spacing:1.7px}.quote-panel{padding:24px 20px}.quote-panel h2{font-size:25px}.section{padding-top:42px;padding-bottom:42px}h2{font-size:31px;letter-spacing:-1.3px}.section-heading>p{font-size:14px}.table-wrap{border:0}table,tbody{display:block}thead{display:none}tr{display:block;background:white;border:1px solid var(--line);padding:16px 18px;margin-bottom:15px}td{display:flex;justify-content:space-between;gap:20px;padding:9px 0;font-size:14px}td:before{content:attr(data-label);color:var(--muted);font-size:12px}td:first-child{display:block;padding:4px 0 13px}td:first-child:before,td:last-child:before{display:none}.model-name{font-size:20px}td:last-child{border:0;padding:13px 0 0}.table-cta{font-size:14px;width:100%;text-align:left;padding:0}.model-help{padding:22px;flex-direction:column;align-items:flex-start;gap:17px}.supply-grid{grid-template-columns:1fr;gap:25px;margin-top:25px}.supply-grid article+article{border-left:0;border-top:1px solid var(--line);padding:22px 0 0}.supply h3{font-size:23px}.guide-grid{grid-template-columns:1fr}.guide-card{padding:25px}.guide-card h3{font-size:25px}.contact-band>.wrap{align-items:flex-start;flex-direction:column;gap:20px}.contact-band h2{font-size:28px}.contact-band a{font-size:22px}.footer{flex-wrap:wrap;gap:25px}.footer>div{font-size:12px}.footer>a:last-child{font-size:12px}.mobile-action{display:block;position:fixed;bottom:0;left:0;right:0;background:#f6f5f1ed;padding:10px 18px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);z-index:5;backdrop-filter:blur(10px)}.mobile-action .button{width:100%;justify-content:center;padding:12px}.mobile-action.is-hidden{display:none}.detail-hero h1{font-size:40px}.detail-hero .intro{font-size:16px}.spec-list{font-size:13px}.spec-list>div{gap:20px}.article{padding-top:30px;padding-bottom:40px}.article h1{font-size:35px;letter-spacing:-1.3px}.article h2{font-size:25px}.article p{font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.product-photo{display:block;width:100%;max-width:320px;height:auto;margin:25px auto;mix-blend-mode:multiply}
/* Two actions and an optional inquiry dialog. */
.landing-hero{grid-template-columns:1.35fr .85fr;align-items:center;gap:15px;min-height:650px;padding-top:65px;padding-bottom:65px}.landing-hero h1{font-size:clamp(46px,5.4vw,76px)}.hero-spec{font-size:28px;font-weight:800;margin:25px 0 4px;letter-spacing:-.8px}.landing-art{overflow:hidden}.landing-art img{width:120%;height:auto;margin-left:-10%;mix-blend-mode:multiply}.dual-actions{display:grid;grid-template-columns:1fr 1.1fr;gap:18px;margin-top:45px}.dual-actions .button{width:100%;justify-content:center;padding:19px 12px;white-space:nowrap}.dual-actions p{font-size:11px;color:var(--muted);line-height:1.5;margin:9px 0 0}.hero-subnav{display:flex;gap:30px;border-top:1px solid var(--line);padding-top:23px;margin-top:37px;font-size:14px;font-weight:600}.hero-subnav a:hover{text-decoration:underline}.request-dialog{border:0;border-radius:6px;background:white;color:var(--ink);width:min(540px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:35px;box-shadow:0 25px 100px #0004;overscroll-behavior:contain}.request-dialog::backdrop{background:#162019aa;backdrop-filter:blur(3px)}.request-dialog h2{font-size:30px;letter-spacing:-1px;margin:0 0 8px}.request-dialog .eyebrow{font-size:11px;margin-bottom:14px;padding-right:30px}.dialog-intro{font-size:15px;margin:0 0 25px;color:var(--muted)}.dialog-close{position:absolute;top:12px;right:14px;width:40px;height:40px;border:0;background:none;font-size:30px;color:var(--muted);line-height:1}.dialog-close:hover{background:var(--wash)}.request-dialog label{display:block;font-size:14px;font-weight:600;margin:18px 0 8px}.request-dialog label span{font-size:12px;color:var(--muted);font-weight:400}.request-dialog input,.request-dialog textarea{font-size:16px}.request-dialog .privacy{margin-top:14px}.dialog-model{background:var(--wash);padding:10px 14px;font-size:14px}.detail-inquiry{padding:30px;border:1px solid var(--line);background:white}.detail-inquiry h2{font-size:29px}.detail-inquiry p:not(.eyebrow){color:var(--muted);font-size:16px}.detail-inquiry .text-link{display:block;margin-top:20px}body.dialog-open{overflow:hidden}
@media(max-width:1100px){.landing-hero{grid-template-columns:1.45fr .8fr;min-height:580px}.dual-actions{gap:12px}.dual-actions .button{font-size:13px;padding:16px 10px}.hero-subnav{gap:20px;font-size:12px}.landing-hero h1{font-size:53px}}
@media(max-width:760px){.landing-hero{display:block;position:relative;min-height:0;padding-top:30px;padding-bottom:38px}.landing-hero .hero-copy{z-index:1}.landing-hero h1{font-size:clamp(34px,10.3vw,51px);letter-spacing:-1.8px}.landing-hero .eyebrow{font-size:9px;letter-spacing:1px}.hero-spec{font-size:22px;margin-top:18px}.landing-hero .intro{font-size:15px;max-width:68%;min-height:48px}.landing-art{position:absolute;right:-5px;top:135px;width:140px;height:140px;pointer-events:none}.landing-art img{width:100%;margin:0}.dual-actions{grid-template-columns:1fr;margin-top:28px;gap:18px}.dual-actions .button{font-size:15px;padding:16px}.dual-actions p{font-size:12px;text-align:center}.hero-subnav{flex-direction:column;gap:14px;font-size:14px;margin-top:28px}.request-dialog{padding:30px 22px 24px;max-height:calc(100dvh - 24px)}.request-dialog h2{font-size:27px}.request-dialog .dialog-intro{font-size:14px}.detail-inquiry{padding:24px}.mobile-action button{font-size:14px}}
@media(max-width:760px){.landing-hero .intro{max-width:100%;min-height:0}.landing-art{position:static;width:100%;height:180px;display:flex;justify-content:center;margin-top:18px}.landing-art img{width:220px;height:220px;object-fit:contain}}
/* Model specifications: readable on desktop and mobile. */
.product-intro{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(240px,1fr);gap:60px;padding-top:45px;padding-bottom:55px}.product-intro h1{font-size:clamp(35px,4.7vw,62px);overflow-wrap:anywhere}.product-intro .intro{font-size:19px;line-height:1.7}.source-meta,.availability{font-size:13px;color:var(--muted);line-height:1.6}.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin:27px 0 16px}.product-reference{align-self:start;border:1px solid var(--line);padding:30px;background:white}.product-reference strong{display:block;font-size:25px;margin-top:18px;overflow-wrap:anywhere}.product-reference p{font-size:14px;color:var(--muted)}.section-lead{max-width:780px;color:var(--muted);line-height:1.7}.spec-table{width:100%;border-collapse:collapse;margin-top:28px;font-size:15px}.spec-table th,.spec-table td{text-align:left;padding:17px 20px;line-height:1.6;border-bottom:1px solid var(--line);vertical-align:top}.spec-table th{width:38%;font-weight:600;color:var(--ink);white-space:normal}.spec-table tr:nth-child(odd){background:#fff}.product-notes article{max-width:850px;border-top:1px solid var(--line);padding:20px 0}.product-notes h3{font-size:23px;margin:8px 0}.product-notes p,.product-faq p{line-height:1.8;color:var(--muted)}.product-faq details{border-bottom:1px solid var(--line);padding:22px 0}.product-faq summary{cursor:pointer;font-size:18px;font-weight:600;line-height:1.5}.related>div{display:flex;flex-wrap:wrap;gap:16px 28px;margin-top:25px}.related a{text-decoration:underline;text-underline-offset:5px}.catalogue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:40px}.catalogue-grid article{padding:30px;border:1px solid var(--line);background:white}.catalogue-grid h2{font-size:29px;line-height:1.25;overflow-wrap:anywhere}.catalogue-grid p{line-height:1.7;color:var(--muted)}
@media(max-width:760px){.product-intro{grid-template-columns:1fr;gap:24px;padding-top:24px;padding-bottom:30px}.product-intro .intro{font-size:16px}.product-reference{padding:22px}.product-reference .product-photo{max-width:190px}.product-actions .button{width:100%;justify-content:center}.spec-table,.spec-table tbody{display:block}.spec-table tr{display:block;margin:0;padding:15px 0;border:0;border-bottom:1px solid var(--line);background:transparent}.spec-table th,.spec-table td{display:block;width:100%;padding:3px 0;border:0;font-size:14px}.spec-table th{font-size:12px;color:var(--muted)}.spec-table td::before{display:none}.catalogue-grid{grid-template-columns:1fr}.catalogue-grid article{padding:24px}.product-faq summary{font-size:16px}}
/* 32140 by MILIOM identity and supplied product photographs. */
.brand.brand-32140{display:inline-flex;flex-direction:column;align-items:flex-start;gap:7px;font-size:42px;letter-spacing:-1.8px;flex-shrink:0}.brand.brand-32140 span{display:block;font-size:12px;line-height:1.2;letter-spacing:2px;font-weight:600;white-space:nowrap}.footer .brand.brand-32140{font-size:32px}.landing-art img{display:block;width:100%;height:auto;margin:0;object-fit:contain}.cbak-contacts{margin-top:0;margin-bottom:30px}.cbak-contacts img{display:block;width:100%;max-width:480px;height:auto;mix-blend-mode:multiply}.cbak-contacts figcaption{font-size:14px;color:var(--muted);margin-top:12px}.product-reference .cbak-photo{max-width:100%;margin-bottom:0}
@media(max-width:760px){.brand.brand-32140{font-size:33px;gap:5px}.brand.brand-32140 span{font-size:12px;letter-spacing:1px}.landing-art{height:auto;margin-top:26px}.landing-art img{width:100%;max-width:380px;height:auto}.cbak-contacts img{max-width:380px}}

/* 32140.com.ua SEO homepage: original Work design, refined transparent hero. */
.landing-art{display:flex;align-items:center;justify-content:center;overflow:visible;min-width:0}
.landing-art img{display:block;width:115%;max-width:680px;height:auto;object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 17px 19px rgba(36,62,30,.12))}
.seo-guide h2{max-width:930px}.seo-columns{display:grid;grid-template-columns:1fr 1fr;gap:54px;margin:30px 0 40px}.seo-columns h3{font-size:22px;margin:0 0 15px}.seo-columns p{font-size:15px;line-height:1.9;color:var(--muted)}
.seo-link{display:inline-block;margin-top:6px;font-size:14px;font-weight:700;color:var(--green);text-decoration:underline;text-underline-offset:4px}
.seo-purchase{display:flex;align-items:center;justify-content:space-between;gap:36px;background:var(--wash);padding:28px 32px}
.seo-purchase h3{margin:0 0 10px;font-size:20px}.seo-purchase p{font-size:14px;color:var(--muted);line-height:1.65;margin:0;max-width:700px}.seo-purchase .button{flex-shrink:0}
@media(max-width:1100px){.landing-art img{width:118%}.seo-columns{gap:26px}}
@media(max-width:760px){.landing-art{width:100%;height:auto;margin-top:14px}.landing-art img{width:min(100%,410px);max-width:100%;filter:drop-shadow(0 9px 12px rgba(36,62,30,.10))}.seo-columns{grid-template-columns:1fr;gap:22px;margin-top:26px}.seo-purchase{flex-direction:column;align-items:stretch;padding:24px}.seo-purchase .button{justify-content:center}}

/* Home concept: scoped additions to the original Work design. */
.home-page{--hm-bg:#f7f8f4;--hm-ink:#1c2f25;--hm-green:#214c38;--hm-light:#eaf0e8;--hm-border:#dce5da;background:var(--hm-bg);color:var(--hm-ink);font-family:Manrope,'Segoe UI',Arial,sans-serif;font-size:15px;overflow-x:hidden}
.home-page .hm-container{width:min(1230px,calc(100% - 88px));margin:auto}
.home-page .hm-header{background:#f7f8f4;border-bottom:1px solid rgba(45,80,55,.09)}
.hm-nav-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:96px}
.home-page .hm-logo{display:flex;align-items:center;flex:0 0 auto;width:170px}
.hm-logo img{width:100%;height:auto;display:block}
.hm-desktop-nav{display:flex;align-items:center;gap:36px;font-size:13px;font-weight:650}
.hm-desktop-nav a:hover,.hm-nav-phone:hover{color:#619568}.hm-nav-phone{font-size:14px;font-weight:750;white-space:nowrap}
.hm-mobile-menu{display:none}
.home-page .hm-overline{font-size:11px;font-weight:750;letter-spacing:2.15px;text-transform:uppercase;color:#65836e;margin:0 0 18px}
.hm-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 42%,#f3f6ed 0,#f7f8f4 40%,#fbfbf8 88%)}
.hm-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);align-items:center;min-height:715px;gap:0}
.hm-hero-copy{padding:62px 0 71px;position:relative;z-index:1}
.hm-hero h1{font-size:clamp(46px,4.6vw,69px);line-height:1.09;font-weight:800;letter-spacing:-2.8px;margin:0 0 19px;color:#172e23}
.hm-hero h1 sub{font-size:.5em;vertical-align:baseline;position:relative;bottom:-.18em}
.hm-hero h1 span{white-space:nowrap}.hm-spec{font-size:24px;font-weight:750;margin:0 0 14px;letter-spacing:-.6px}.hm-spec span{color:#8ca590;padding:0 6px}
.home-page .hm-lead{font-size:17px;max-width:550px;color:#59675d;line-height:1.75;margin:0 0 29px}
.hm-hero-actions{display:flex;align-items:stretch;gap:12px;flex-wrap:wrap;margin-bottom:29px}
.hm-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:12px;font:700 13px/1.35 Manrope,'Segoe UI',Arial,sans-serif;border-radius:5px;border:1px solid var(--hm-green);padding:16px 19px;text-align:center;text-decoration:none;transition:background .16s,transform .16s;cursor:pointer}
.hm-button:hover{transform:translateY(-2px)}.hm-primary{background:var(--hm-green);color:#fff}.hm-primary:hover{background:#153724;color:#fff}.hm-outline{background:#fff;color:var(--hm-green)}.hm-outline:hover{background:#eef4ea}
.hm-subnav{display:flex;gap:24px;align-items:center;flex-wrap:wrap;padding-top:20px;border-top:1px solid #d7e1d6;max-width:520px}
.hm-subnav a{font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.hm-hero-art{display:flex;align-items:center;justify-content:flex-end;align-self:stretch;position:relative;min-width:0}
.hm-hero-art:before{content:'';position:absolute;width:75%;height:18%;right:2%;bottom:10%;background:radial-gradient(ellipse,#9ab39444 0,transparent 71%);filter:blur(22px)}
.hm-hero-art img{width:min(110%,720px);height:auto;max-height:715px;object-fit:contain;filter:drop-shadow(0 16px 16px rgba(24,50,26,.11));position:relative;margin-right:-42px}
.hm-section{padding:78px 0}.hm-section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}
.home-page h2{font-size:clamp(32px,3.1vw,42px);line-height:1.2;letter-spacing:-1.6px;font-weight:790;margin:0 0 10px;color:#193125}
.home-page h3{color:#1e3629}.hm-section-heading .hm-overline{margin-bottom:14px}.hm-section-lead{color:#637365;font-size:15px;max-width:750px;margin:0 0 30px;line-height:1.7}
.hm-link{color:#1d5238;font-weight:750;font-size:12px;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}.hm-link:hover{color:#638b6e}
.hm-heading-link{margin-bottom:18px}.hm-section-models{background:#fff}
.hm-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hm-product{border:1px solid #e0e6dc;border-radius:9px;background:#fff;overflow:hidden;display:flex;min-width:0;box-shadow:0 6px 28px rgba(23,49,32,.025);transition:box-shadow .2s,transform .2s}
.hm-product:hover{box-shadow:0 14px 40px rgba(23,49,32,.09);transform:translateY(-2px)}
.hm-product-photo{width:118px;min-width:118px;display:flex;justify-content:center;align-items:center;position:relative;background:linear-gradient(150deg,#f4f8f0,#fcfdf8);overflow:hidden}
.hm-product-photo img{width:112px;height:165px;object-fit:contain;display:block}
.hm-product-photo.hm-image-available img[src$="cbak-card.jpg"]{object-position:center}
.hm-product-photo.hm-image-available img[src$="jsk-32140.webp"]{width:108px;height:166px;object-fit:contain;mix-blend-mode:multiply}
.hm-card-icon{opacity:.82}.hm-photo-note{position:absolute;bottom:8px;left:5px;right:5px;text-align:center;color:#798879;font-size:9px;line-height:1.2}
.hm-product-content{min-width:0;flex:1;padding:22px 16px 17px;display:flex;flex-direction:column}
.hm-product .hm-overline.hm-compact{font-size:10px;letter-spacing:1.8px;margin:0 0 6px}
.hm-product h3{font-size:19px;font-weight:800;letter-spacing:-.7px;margin:0 0 4px;line-height:1.2;overflow-wrap:anywhere}
.hm-product-sub{font-size:13px;color:#607360;margin:0 0 12px}
.hm-current{display:flex;flex-direction:column;align-items:flex-start;gap:3px;margin:0 0 12px}.hm-current strong{font-size:23px;line-height:1.1}.hm-current span{font-size:11px;line-height:1.35;color:#5c705c}
.hm-availability{font-size:10px;color:#788775;margin:auto 0 11px}
.hm-product-actions{display:flex;align-items:center;gap:11px;flex-wrap:wrap;border-top:1px solid #e3eae0;padding-top:12px}
.hm-product-actions .hm-link{font-size:11px}
.hm-small-button{font:750 11px/1.3 Manrope,Arial,sans-serif;background:#eaf2e8;color:#245238;border:0;border-radius:4px;padding:9px 10px;cursor:pointer;text-align:center}
.hm-small-button:hover{background:#d9e9d4}
.hm-value{background:#f3f6f0}.hm-value-heading{display:flex;justify-content:space-between;gap:35px;align-items:end;margin-bottom:36px}.hm-value-heading p{color:#5b6c60;max-width:395px;font-size:15px;line-height:1.7;margin:0 0 7px}
.hm-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}
.hm-values article{border-right:1px solid #d3ded0;padding-right:30px}.hm-values article:last-child{border-right:0}
.hm-value-icon{display:inline-flex;width:55px;height:55px;color:#294e38;margin-bottom:12px}.hm-value-icon svg{width:44px;height:44px}
.hm-values h3{font-size:18px;margin:0 0 10px;letter-spacing:-.4px}.hm-values p{font-size:14px;color:#607360;line-height:1.7;margin:0}
.hm-compare{background:#fff}.hm-compare-table-wrap{overflow-x:auto;border:1px solid #dce4d9;border-radius:6px}
.home-page .hm-compare-table{width:100%;min-width:775px;font-size:13px;border-collapse:collapse;line-height:1.5}
.hm-compare-table thead{background:#ecf3eb}.hm-compare-table th{background:#eaf2e9;color:#526c54;border-bottom:1px solid #d6e3d3;font-size:12px;padding:14px 17px;font-weight:750;white-space:nowrap}
.hm-compare-table tbody th{background:#fff;color:#1c3829;font-size:13px;font-weight:750}
.hm-compare-table td{padding:13px 17px;border-bottom:1px solid #e6eae4}.hm-compare-table tr:last-child td,.hm-compare-table tr:last-child th{border-bottom:0}
.hm-compare-table tbody tr:hover td,.hm-compare-table tbody tr:hover th{background:#f7faf4}
.hm-compare-table a{text-decoration:underline;text-underline-offset:4px}
.hm-footnote{font-size:12px;color:#657666;line-height:1.75;max-width:980px;margin:18px 0 0}
.hm-guides{background:#f6f8f3}.hm-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:28px}
.hm-guide{display:flex;flex-direction:column;background:#fff;border:1px solid #e0e8dd;border-radius:7px;padding:26px 23px;min-height:256px;transition:border .18s,transform .18s}
a.hm-guide:hover{border-color:#96b39c;transform:translateY(-2px)}.hm-guide-num{font-weight:800;font-size:10px;letter-spacing:1.4px;color:#6e8a6e;margin-bottom:32px}
.hm-guide h3{font-size:21px;line-height:1.2;letter-spacing:-.5px;margin:0 0 12px}.hm-guide p{font-size:13px;line-height:1.7;color:#69796a;margin:0 0 20px}.hm-guide .hm-link,.hm-soon{margin-top:auto}
.hm-soon{color:#7b907c;font-size:11px;font-weight:700}.hm-guide-soon{background:#fdfefa}
.hm-supply{background:#f1f5ef}.hm-supply-lead{display:flex;gap:45px;align-items:end;justify-content:space-between}.hm-supply-lead>p{color:#61715f;font-size:15px;max-width:405px;margin:0 0 10px;line-height:1.7}
.hm-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin:35px 0 30px}
.hm-steps article{border-top:2px solid #335f43;padding-top:18px}.hm-steps article>span{font-size:29px;font-weight:800;color:#86a88a}.hm-steps h3{font-size:22px;margin:10px 0}.hm-steps p{color:#647564;line-height:1.7;font-size:14px;margin:0;max-width:290px}
.hm-contact{background:radial-gradient(circle at 94% 72%,#2a5d40,#1b3b2b 60%);color:#fff;padding:74px 0}
.hm-contact-layout{display:flex;align-items:center;justify-content:space-between;gap:35px}.hm-contact .hm-overline{color:#a0c4a8}
.hm-contact h2{font-size:clamp(36px,3.2vw,46px);color:#fff;line-height:1.15;letter-spacing:-1.5px;margin:0 0 16px}
.hm-contact p:not(.hm-overline){color:#d3e2d4;max-width:600px;line-height:1.75;font-size:15px;margin:0 0 15px}.hm-contact-phone{font-size:23px;font-weight:750}
.hm-light{background:#fff;color:#234b37;border-color:#fff;padding:20px 24px;min-width:285px}.hm-light:hover{background:#eaf2e8}
.hm-footer{background:#fcfdf9;padding:58px 0 24px}.hm-footer-grid{display:grid;grid-template-columns:1.45fr 1fr 1.12fr 1fr;gap:30px}
.hm-footer-brand{max-width:280px}.hm-footer .hm-logo{width:170px;margin-bottom:18px}.hm-footer-brand p{font-size:13px;color:#71806c;line-height:1.8;margin:0}
.hm-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.hm-footer-grid h3{font-size:14px;font-weight:800;margin:6px 0 12px}.hm-footer-grid a:not(.hm-logo){font-size:12px;color:#58715e;line-height:1.5}.hm-footer-grid a:not(.hm-logo):hover{text-decoration:underline}
.hm-footer-pending{font-size:11px;color:#8b9b89;line-height:1.5;max-width:175px}.hm-footer-bottom{border-top:1px solid #e1e8df;margin-top:48px!important;padding-top:18px;font-size:12px;color:#8a9888;display:flex;justify-content:space-between}.hm-footer-bottom a:hover{text-decoration:underline}
.home-page .request-dialog label{margin:14px 0 6px}.request-dialog select{width:100%;border:1px solid #cdd4c7;background:#fcfcfa;border-radius:3px;padding:12px 14px;font-size:15px;color:#233d2a}
.home-page button:focus-visible,.home-page a:focus-visible,.home-page select:focus-visible,.home-page input:focus-visible{outline:3px solid #a4d75a;outline-offset:3px}
@media(max-width:1140px){.home-page .hm-container{width:calc(100% - 56px)}.hm-hero-grid{min-height:655px}.hm-hero h1{font-size:clamp(45px,4.65vw,60px)}.hm-hero-art img{margin-right:-24px}.hm-desktop-nav{gap:19px}.hm-products{gap:12px}.hm-product-photo{width:90px;min-width:90px}.hm-product-content{padding:17px 10px 14px}.hm-product h3{font-size:18px}.hm-product-photo img{max-width:95px}.hm-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.home-page .hm-container{width:calc(100% - 36px)}.hm-nav-inner{min-height:76px;gap:8px}.home-page .hm-logo{width:125px}.hm-desktop-nav{display:none}.hm-nav-phone{margin-left:auto;font-size:11px}.hm-mobile-menu{display:block;position:relative;z-index:7}.hm-mobile-menu summary{list-style:none;cursor:pointer;font-weight:750;font-size:12px;padding:8px;color:#224a35;border:1px solid #ccdbcb;border-radius:4px}.hm-mobile-menu summary::-webkit-details-marker{display:none}.hm-mobile-menu nav{display:flex;flex-direction:column;gap:0;position:absolute;right:0;top:100%;width:225px;background:#fff;border:1px solid #dce5d8;border-radius:4px;box-shadow:0 18px 28px #142d251c;overflow:hidden}.hm-mobile-menu nav a{font-size:13px;padding:13px 18px;border-bottom:1px solid #e5ede1}
.hm-hero-grid{display:flex;flex-direction:column;align-items:stretch;gap:0;min-height:unset}.hm-hero-copy{padding:41px 0 0}.hm-hero .hm-overline{letter-spacing:1.3px;font-size:9px}.hm-hero h1{font-size:clamp(36px,10vw,53px);letter-spacing:-1.8px;line-height:1.12;margin-bottom:12px}.hm-spec{font-size:19px}.hm-lead{font-size:15px!important;line-height:1.65!important;margin:0 0 20px!important}.hm-hero-art{order:0;justify-content:center;min-height:0;margin:6px auto 12px;width:100%;max-width:420px}.hm-hero-art img{width:100%;height:auto;max-height:390px;margin:0;filter:drop-shadow(0 14px 14px rgba(24,50,26,.13))}.hm-hero-art:before{bottom:3%}.hm-hero-actions{order:0;display:grid;grid-template-columns:1fr;margin-top:0;margin-bottom:20px;gap:9px}.hm-hero-actions .hm-button{width:100%}.hm-subnav{padding-top:15px;gap:19px;margin-bottom:33px}.hm-section{padding:50px 0}.hm-section-heading,.hm-value-heading,.hm-supply-lead{align-items:flex-start;flex-direction:column;gap:12px}.hm-section-heading .hm-heading-link{margin:0}.hm-section-lead{font-size:13px}.hm-products{grid-template-columns:1fr;gap:12px}.hm-product-photo{width:116px;min-width:116px}.hm-product-photo img{width:108px}.hm-product-content{padding:17px 14px}.hm-product h3{font-size:21px}.hm-current{margin-bottom:13px}.hm-product-actions{flex-direction:row}.hm-values{grid-template-columns:1fr;gap:25px}.hm-values article{border-right:0;border-bottom:1px solid #d5e2d4;padding:0 0 21px}.hm-values article:last-child{border:0;padding-bottom:0}.hm-values h3{margin-top:0}.hm-compare-table-wrap{overflow-x:auto}.hm-guide-grid{grid-template-columns:1fr;gap:12px}.hm-guide{min-height:185px;padding:21px}.hm-guide-num{margin-bottom:16px}.hm-guide p{margin-bottom:15px}.hm-steps{grid-template-columns:1fr;gap:18px}.hm-steps article{display:grid;grid-template-columns:62px 1fr;column-gap:12px;align-items:center}.hm-steps article>span{grid-row:span 2}.hm-steps h3{margin:0 0 4px}.hm-steps p{max-width:unset}.hm-supply .hm-button{width:100%}.hm-contact-layout{flex-direction:column;align-items:stretch}.hm-contact{padding:52px 0 40px}.hm-contact .hm-light{width:100%}.hm-contact-phone{font-size:20px}.hm-footer-grid{grid-template-columns:1fr 1fr;gap:30px 15px}.hm-footer-brand{grid-column:1/-1}.hm-footer-grid>.hm-footer-contacts{grid-column:1/-1}.hm-footer-bottom{margin-top:35px!important}.hm-footer{padding:35px 0 120px}.home-page .request-dialog{max-width:510px}}
@media(min-width:761px){.hm-hero-actions .hm-button{min-height:58px}}@media(prefers-reduced-motion:reduce){.hm-button,.hm-product,.hm-guide{transition:none}}

@media(max-width:760px){.hm-hero-copy{display:contents}.hm-hero .hm-hero-copy>.hm-overline{order:1;margin-top:35px}.hm-hero .hm-hero-copy>h1{order:2}.hm-hero .hm-hero-copy>.hm-spec{order:3}.hm-hero .hm-hero-copy>.hm-lead{order:4}.hm-hero .hm-hero-art{order:5}.hm-hero .hm-hero-copy>.hm-hero-actions{order:6}.hm-hero .hm-hero-copy>.hm-subnav{order:7}.hm-hero .hm-hero-grid{display:flex;flex-direction:column}.hm-hero .hm-hero-copy>.hm-overline{margin-top:36px}}
/* Keep the compact comparison a true horizontal-scroll table on phones;
   override original Work CSS that converts every table into stacked cards. */
@media(max-width:760px){
 .home-page .hm-compare-table{display:table!important;min-width:785px;width:785px;border-collapse:collapse}
 .home-page .hm-compare-table thead{display:table-header-group!important}
 .home-page .hm-compare-table tbody{display:table-row-group!important}
 .home-page .hm-compare-table tr{display:table-row!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important}
 .home-page .hm-compare-table tr>td,
 .home-page .hm-compare-table tr>th{display:table-cell!important;width:auto!important;min-width:unset!important;vertical-align:middle;line-height:1.55;padding:12px 13px!important;border-bottom:1px solid #e1e9df}
 .home-page .hm-compare-table td:before{content:none!important;display:none!important}
 .home-page .hm-compare-table tr>td:last-child{padding:12px 13px!important}
 .home-page .hm-compare-table tbody th{color:#1f4832;background:#fff}
}

.hm-scroll-hint{display:none;color:#637d68;font-size:12px;margin:7px 0 13px}
@media(max-width:760px){.hm-scroll-hint{display:block}}

/* FINAL: approved previous-render hero and compact model cards */
@media(min-width:1141px){
 .hm-hero-grid{grid-template-columns:minmax(0,1.19fr) minmax(0,.95fr);min-height:600px;gap:32px}
 .hm-hero-copy{padding:56px 0 55px}
 .hm-hero h1{font-size:clamp(47px,4.25vw,60px);letter-spacing:-2.3px;line-height:1.09}
 .hm-hero-art img{max-height:575px;width:min(107%,625px);margin-right:-20px}
 .hm-hero-art:before{width:85%;height:15%;bottom:9%;background:radial-gradient(ellipse,#9fb49b40,transparent 72%);filter:blur(18px)}
}
@media(min-width:761px) and (max-width:1140px){
 .hm-hero-grid{grid-template-columns:minmax(0,1.13fr) minmax(0,.87fr);min-height:595px;gap:18px}
 .hm-hero h1{font-size:clamp(38px,4.25vw,51px)}
 .hm-hero-art img{max-height:570px;width:107%;margin-right:-15px}
}
.hm-products{gap:14px}
.hm-product.hm-product-compact{min-height:150px;max-height:none;align-items:stretch}
.hm-product-compact .hm-product-photo{width:96px;min-width:96px;background:#f9fbf6}
.hm-product-compact .hm-product-photo img{width:79px;height:125px;object-fit:contain}
.hm-product-compact .hm-product-photo img[src$="jsk-32140.webp"]{width:80px;height:120px}
.hm-product-compact .hm-card-icon{opacity:.78}
.hm-product-compact .hm-product-content{padding:18px 16px 13px;justify-content:space-between}
.hm-product-compact h3{font-size:18px;margin:0 0 5px;line-height:1.3;letter-spacing:-.45px}
.hm-product-compact .hm-product-sub{font-size:12px;margin:0 0 9px}
.hm-product-compact .hm-current{display:inline-block;align-self:flex-start;background:#ebf2e8;color:#294a34;font-weight:650;font-size:11px;line-height:1.35;border-radius:4px;padding:6px 9px;margin:0 0 9px;max-width:100%}
.hm-product-compact .hm-product-actions{padding-top:3px;border:0;justify-content:flex-end;margin-top:auto}
.hm-product-compact .hm-product-actions .hm-link{font-size:12px}
.hm-product-compact .hm-product-actions .hm-link:focus-visible{outline:2px solid #52774f}
.hm-compare-table-wrap .hm-compare-table{min-width:960px}
.hm-compare-table-wrap .hm-compare-table th,.hm-compare-table-wrap .hm-compare-table td{padding:14px 12px}
.hm-compare-table-wrap .hm-compare-table .hm-mass{white-space:nowrap}
.hm-value .hm-values article{min-width:0}
.hm-value .hm-values h3{font-size:18px}
.hm-value .hm-values p{font-size:13px}
@media(max-width:760px){
 .hm-hero-art{max-width:400px;margin:5px auto 9px}
 .hm-hero-art img{max-height:330px;filter:drop-shadow(0 11px 16px rgba(24,50,26,.09))}
 .hm-product.hm-product-compact{min-height:130px}
 .hm-product-compact .hm-product-photo{width:102px;min-width:102px}
 .hm-product-compact .hm-product-photo img{width:80px;height:114px}
 .hm-product-compact .hm-product-content{padding:15px 13px 12px}
 .hm-product-compact h3{font-size:18px}
 .hm-product-compact .hm-current{font-size:11px;margin-bottom:7px}
 .home-page .hm-compare-table{min-width:955px!important;width:955px!important}
}
/* Reference-inspired continuous scene, header and hero share one backdrop. */
.home-page{position:relative;background:#f8f8f4}.hm-scene-backdrop{position:absolute;z-index:0;top:0;left:0;right:0;height:696px;background:#faf9f5 url("/assets/hero-scene-clean.webp") center center/cover no-repeat;pointer-events:none}.hm-scene-backdrop:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(253,252,248,.9) 0%,rgba(253,252,248,.75) 32%,transparent 55%),linear-gradient(0deg,#f8f8f4,transparent 7%)}.home-page .hm-header{position:relative;z-index:5;background:transparent;border-bottom:0}.home-page .hm-hero{background:transparent;overflow:visible}.hm-hero-grid{min-height:600px}.hm-hero-copy{z-index:2}.hm-hero-art:before{display:none}.hm-hero-art>img{visibility:hidden}.hm-hero-notes{position:absolute;inset:0;pointer-events:none;color:#284033}.hm-hero-scribble{position:absolute;right:0;top:24px;font:italic 20px/1.2 Georgia,serif;transform:rotate(-7deg)}.hm-hero-scribble>span{display:block;font-size:42px}.hm-hero-points{position:absolute;right:-10px;top:230px;display:grid;gap:24px}.hm-hero-point{display:flex;gap:12px;align-items:center;font-size:12px;line-height:1.35}.hm-hero-point svg{width:25px;height:25px;flex-shrink:0}.hm-section{position:relative}.home-page .hm-outline{background:#fff9}
@media(min-width:761px) and (max-width:1140px){.hm-scene-backdrop{height:696px;background-position:58% center}.hm-hero-notes{display:none}.hm-hero h1{font-size:clamp(36px,4vw,49px)}.home-page .hm-lead{max-width:470px}}
@media(max-width:760px){.hm-scene-backdrop{height:160px;background-position:center top;background-size:cover;opacity:.45}.hm-scene-backdrop:after{background:linear-gradient(0deg,#f8f8f4,transparent)}.hm-hero-grid{min-height:0}.hm-hero-notes{display:none}.home-page .hm-hero-art{overflow:hidden;width:calc(100% + 36px);max-width:none;margin:0 -18px 20px;height:320px;display:block}.hm-hero-art>img{visibility:visible;position:absolute;width:560px;max-width:none;height:320px;max-height:none;right:0;top:0;margin:0;filter:none;object-fit:cover}.hm-hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#f8f8f4,transparent 10%,transparent 92%,#f8f8f4)}.home-page .hm-hero .hm-overline{font-size:10px}.home-page .hm-hero h1{font-size:clamp(33px,9vw,49px)}}

/* Callouts are part of the revised render; keep equivalent text accessible without duplicating it visually. */
.hm-hero-notes{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.hm-scene-backdrop{background-size:auto 100%;background-position:right top}
/* Review refinements: header, independent callouts, supply and contact band. */
.home-page .hm-nav-phone{display:inline-flex;align-items:center;gap:9px;font-size:15px;font-weight:750;letter-spacing:-.2px;color:#102d23;white-space:nowrap}.hm-nav-phone svg{flex-shrink:0;width:17px;height:17px}.home-page .hm-logo{width:155px}.hm-nav-inner{min-height:90px}.hm-desktop-nav{font-size:14px;font-weight:500;gap:30px}
@media(min-width:1141px){.hm-hero-notes{display:block;inset:0;width:auto;height:auto;clip-path:none;overflow:visible;white-space:normal}.hm-hero-scribble{top:80px;right:0;width:125px;font:italic 21px/1.13 'Segoe Print','Comic Sans MS',cursive;color:#59655d;transform:rotate(-8deg)}.hm-hero-scribble>span{font-size:36px;line-height:1.1}.hm-hero-points{top:290px;right:0;gap:25px;width:132px}.hm-hero-point{font-size:12px;color:#526056;gap:12px}.hm-hero-point svg{width:25px;height:25px;color:#173b2c}}
.home-page .hm-supply{background:#fff;border-top:1px solid #e1e7dd}.hm-contact{position:relative;isolation:isolate;overflow:hidden;padding:45px 0;background:#153c2b}.hm-contact:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#173d2ef5,#173d2ee8 50%,#173d2ec9),url("/assets/hero-scene-clean.webp") right 65%/cover no-repeat}.hm-contact .hm-overline{color:#d5e1d6;font-size:10px;letter-spacing:2px;margin-bottom:12px}.home-page .hm-contact h2{font-size:clamp(27px,2.8vw,38px);line-height:1.2;letter-spacing:-1.1px;margin:0 0 12px;color:white}.hm-contact p:not(.hm-overline){font-size:15px;line-height:1.6;margin:0;color:#e0e9de}.hm-contact .hm-button{min-width:245px;background:#fafaf5;color:#204a35;border:1px solid #d8e2d7;font-size:15px;min-height:58px}.hm-footer-brand .hm-logo{margin-left:24px}.hm-footer-brand>p{max-width:235px}.options-intro{padding:50px 0}.options-intro h1{font-size:40px;margin:22px 0}.option-caption{padding:25px 0}.option-caption h2{font-size:25px}.option-caption p{font-size:15px;color:#647267}.footer-option{margin-bottom:55px}.footer-option .hm-footer{border-top:1px solid #dce3d8}.option-b .hm-footer-grid{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.option-b .hm-footer-brand .hm-logo{margin:0 auto}.option-b .hm-footer-brand>p{max-width:400px}.option-b .hm-footer-grid>div:not(.hm-footer-brand){display:flex;flex-wrap:wrap;justify-content:center;gap:12px 25px}.option-b .hm-footer-grid h3,.option-b .hm-footer-pending{display:none}.option-c .hm-footer{background:#173d2b;color:#e7eee6}.option-c .hm-footer h3,.option-c .hm-footer a{color:#f4f7f0}.option-c .hm-footer-brand p,.option-c .hm-footer-pending{color:#b8cebc}.option-c .hm-footer .hm-logo img{filter:grayscale(1) brightness(0) invert(1)}.option-c .hm-footer-bottom{border-color:#45604b;color:#c9d9ca}
@media(max-width:760px){.home-page .hm-nav-phone{font-size:12px;gap:5px}.home-page .hm-header .hm-logo{width:112px}.hm-nav-inner{gap:9px}.hm-contact{padding:35px 0}.hm-contact-layout{gap:25px}.hm-contact .hm-button{min-width:0;width:100%}.desktop-break{display:none}.hm-footer-brand .hm-logo{margin-left:18px}.options-intro h1{font-size:31px}.hm-hero-notes{display:none}}
/* One coordinate system for the photograph and callouts.
   The frame keeps the asset's aspect ratio; no cover-crop or viewport offsets. */
.home-page .hm-scene-backdrop{height:696px;background:#faf9f5;overflow:hidden;opacity:1}
.hm-scene-frame{position:absolute;right:0;top:0;width:min(100%,1218px);aspect-ratio:1660 / 948;container-type:inline-size}
.hm-scene-image{display:block;width:100%;height:100%;object-fit:contain}
.home-page .hm-scene-frame .hm-hero-notes{display:block;position:absolute;inset:0;width:100%;height:100%;clip-path:none;overflow:visible;white-space:normal}
.home-page .hm-scene-frame .hm-hero-scribble{position:absolute;left:84%;right:auto;top:24%;width:14%;font-size:clamp(15px,1.65cqw,20px);line-height:1.15;transform:rotate(-7deg)}
.home-page .hm-scene-frame .hm-hero-scribble>span{font-size:2.7cqw;line-height:1}
.home-page .hm-scene-frame .hm-hero-points{position:absolute;left:84%;right:auto;top:46%;width:15%;gap:2cqw}
.home-page .hm-scene-frame .hm-hero-point{font-size:clamp(11px,1cqw,13px);line-height:1.35;gap:.8cqw}
.home-page .hm-scene-frame .hm-hero-point svg{width:2cqw;height:2cqw;flex-shrink:0}
@media(max-width:1140px){.home-page .hm-scene-frame .hm-hero-notes{display:none}}
@media(max-width:760px){.home-page .hm-scene-backdrop{height:160px;opacity:.45}.hm-scene-frame{width:100%;min-width:0}.home-page .hm-scene-frame .hm-hero-notes{display:none}}
/* Keep the entire hero composition within the same side gutters as the page. */
.home-page{--hm-page-gutter:max(44px,calc((100vw - 1230px)/2))}
.home-page .hm-scene-frame{right:var(--hm-page-gutter);width:min(1218px,calc(100% - 2 * var(--hm-page-gutter)))}
.home-page .hm-scene-image{mask-image:linear-gradient(90deg,transparent 0%,#000 7%,#000 98%,transparent 100%)}
@media(max-width:1140px){.home-page{--hm-page-gutter:28px}}
@media(max-width:760px){.home-page{--hm-page-gutter:18px}.home-page .hm-scene-frame{right:0;width:100%}.home-page .hm-hero-art{width:100%;margin-left:0;margin-right:0;border-radius:3px}.home-page .hm-hero-art>img{right:0}}

/* Approved light concept 2: shared studio header, benefit strip, horizontal cards. */
.home-page{background:#fff;--hm-bg:#fff;--hm-green:#123f30;--hm-ink:#14372c}
.hm-intro{position:relative;isolation:isolate;overflow:hidden;background:#fdfcf9}
.hm-intro-scene{position:absolute;z-index:-2;top:0;right:max(0px,calc((100vw - 1440px)/2));width:1120px;height:640px;max-width:none;object-fit:contain;pointer-events:none}
.hm-intro:after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(90deg,#fdfcf9 0%,#fdfcf9eb 28%,#fdfcf960 46%,transparent 60%),linear-gradient(0deg,#fdfcf9,transparent 4%)}
.home-page .hm-header{background:transparent}
.hm-nav-inner{min-height:104px;gap:24px}
.home-page .hm-header .hm-logo{width:156px}
.hm-desktop-nav{font-size:14px;gap:28px}
.home-page .hm-nav-phone{font-size:15px;font-weight:600;padding:11px 14px;border:1px solid #dfe4df;border-radius:8px;background:#ffffffb0;gap:10px}
.home-page .hm-hero{background:transparent;overflow:visible}
.home-page .hm-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:536px;gap:20px;align-items:center}
.home-page .hm-hero-copy{display:block;padding:40px 0 72px;z-index:1}
.home-page .hm-hero .hm-overline{font-size:12px;letter-spacing:2px;line-height:1.6;margin:0 0 23px;color:#738079}
.home-page .hm-hero h1{font-size:clamp(38px,4.25vw,60px);font-weight:750;letter-spacing:-2.4px;line-height:1.12;margin:0 0 23px;color:#103b2d}
.home-page .hm-spec{font-size:25px;font-weight:500;letter-spacing:-.5px;margin:0 0 21px;color:#435d52}
.home-page .hm-lead{font-size:20px;line-height:1.55;max-width:570px;margin:0 0 35px;color:#66746e}
.home-page .hm-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:0}
.home-page .hm-hero-actions .hm-button{min-height:58px;font-size:15px;font-weight:600;padding:16px 22px;border-radius:6px}
.home-page .hm-outline{background:#ffffffb8;border-color:#8caaa0}
.home-page .hm-hero-art{display:none}
.hm-benefits{position:relative;background:#faf9f4;border-top:1px solid #f2f0ea;border-bottom:1px solid #f2f0ea;padding:29px 0}
.hm-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.hm-benefit{display:flex;gap:20px;align-items:center;min-width:0;border-right:1px solid #dce2da;padding-right:24px}
.hm-benefit:last-child{border:0;padding-right:0}
.hm-benefit>svg{width:42px;height:42px;flex:0 0 42px;color:#214939}
.home-page .hm-benefit h2{font-size:17px;font-weight:650;letter-spacing:-.3px;line-height:1.35;margin:0 0 5px}
.hm-benefit p{font-size:14px;line-height:1.5;color:#748078;margin:0}
.home-page .hm-section-models{padding-top:56px;padding-bottom:60px}
.hm-products{gap:14px}
.home-page .hm-product.hm-product-compact{padding:12px;gap:18px;min-height:176px;border-radius:7px;box-shadow:none;border:1px solid #e3e8e2;align-items:stretch}
.home-page .hm-product-compact .hm-product-photo{width:112px;min-width:112px;background:#fafaf7;border-radius:4px}
.home-page .hm-product-compact .hm-product-photo img{width:100%;height:145px;max-width:none;object-fit:contain}
.home-page .hm-product-compact .hm-product-content{padding:13px 0 10px;justify-content:flex-start}
.home-page .hm-product-compact h3{font-size:17px;letter-spacing:-.4px;line-height:1.35;margin-bottom:10px}
.home-page .hm-product-compact .hm-product-sub{font-size:15px;color:#798179;margin:0 0 18px}
.home-page .hm-product-compact .hm-product-actions{justify-content:flex-start;padding:0;margin-top:auto}
.home-page .hm-product-compact .hm-link{font-size:14px;font-weight:500;text-decoration:none;white-space:normal}
.home-page .hm-product-compact .hm-link:hover{text-decoration:underline}
@media(min-width:761px) and (max-width:1100px){
 .hm-desktop-nav{gap:16px;font-size:13px}.home-page .hm-header .hm-logo{width:130px}.home-page .hm-nav-phone{font-size:13px;padding:10px}
 .hm-intro-scene{right:-100px;width:1000px;height:572px}
 .home-page .hm-hero-grid{min-height:468px;grid-template-columns:1.15fr 1fr}
 .home-page .hm-hero h1{font-size:clamp(34px,4.2vw,46px);letter-spacing:-1.6px}
 .home-page .hm-hero-copy{padding:30px 0 50px}.home-page .hm-lead{font-size:18px}
 .home-page .hm-hero-actions .hm-button{font-size:14px;padding:14px 16px;min-height:50px}
 .hm-benefit-grid{gap:18px}.hm-benefit{gap:12px;padding-right:14px}.hm-benefit>svg{width:32px;height:32px;flex-basis:32px}.home-page .hm-benefit h2{font-size:15px}
 .hm-products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .home-page .hm-header .hm-logo{width:112px}.hm-nav-inner{min-height:84px;gap:8px}
 .home-page .hm-nav-phone{font-size:12px;padding:8px;border:0;background:transparent;gap:5px}.hm-nav-phone svg{width:14px;height:14px}.hm-mobile-menu summary span{display:none}
 .hm-intro-scene{display:none}.hm-intro:after{display:none}
 .home-page .hm-hero-grid{display:flex;min-height:0;gap:0}
 .home-page .hm-hero-copy{display:contents}
 .home-page .hm-hero .hm-hero-copy>.hm-overline{order:1;font-size:10px;letter-spacing:1.4px;margin:22px 0 17px}
 .home-page .hm-hero h1{order:2;font-size:clamp(30px,8.2vw,49px);letter-spacing:-1.4px;margin:0 0 16px}
 .home-page .hm-spec{order:3;font-size:21px;margin:0 0 15px}
 .home-page .hm-lead{order:4;font-size:17px!important;line-height:1.55!important;margin:0!important}
 .home-page .hm-hero .hm-hero-art{display:block;order:5;position:relative;width:100%;height:270px;max-width:none;margin:0 0 12px;overflow:hidden;border-radius:0}
 .home-page .hm-hero-art>img{visibility:visible;position:absolute;right:0;top:0;width:560px;height:320px;max-height:none;max-width:none;object-fit:contain;filter:none;margin:0;transform:translate(25px,-27px)}
 .home-page .hm-hero-art:after{background:linear-gradient(90deg,#fdfcf9 0%,transparent 12%,transparent 88%,#fdfcf9 100%),linear-gradient(180deg,#fdfcf9,transparent 15%,transparent 85%,#fdfcf9);pointer-events:none}
 .home-page .hm-hero .hm-hero-actions{order:6;display:grid;grid-template-columns:1fr;gap:10px;width:100%;margin:0 0 28px}
 .home-page .hm-hero-actions .hm-button{min-height:54px;font-size:15px}
 .hm-benefits{padding:23px 0}.hm-benefit-grid{grid-template-columns:1fr;gap:18px}.hm-benefit{border-right:0;padding:0;gap:17px}.hm-benefit>svg{width:34px;height:34px;flex-basis:34px}.home-page .hm-benefit h2{font-size:16px}.hm-benefit p{font-size:14px}
 .home-page .hm-section-models{padding:40px 0}.hm-products{grid-template-columns:1fr}
 .home-page .hm-product.hm-product-compact{min-height:154px;gap:16px;padding:10px}.home-page .hm-product-compact .hm-product-photo{width:100px;min-width:100px}.home-page .hm-product-compact .hm-product-photo img{height:132px}
 .home-page .hm-product-compact .hm-product-content{padding:10px 0}.home-page .hm-product-compact h3{font-size:18px}
}
@media(max-width:370px){.home-page .hm-nav-phone{font-size:11px;padding:3px}.home-page .hm-header .hm-logo{width:94px}.hm-nav-inner{gap:5px}}

/* Blend the studio backdrop into the page on both horizontal edges. */
.hm-intro-scene{mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 78%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 78%,transparent 100%)}
/* Header optical alignment and an unboxed telephone link. */
.home-page .hm-header .hm-logo{position:relative;left:12px}
.home-page .hm-header .hm-nav-phone{background:transparent;border:0;border-radius:0;color:#123f30;font-weight:600;padding:11px 0;gap:10px}
.home-page .hm-header .hm-nav-phone:hover{color:#4e745f}
@media(max-width:760px){
 .home-page .hm-header .hm-logo{left:5px}
 .home-page .hm-header .hm-nav-phone{padding:8px 0;gap:5px}
}

/* Slightly larger phone, retaining a compact mobile header. */
.home-page .hm-header .hm-nav-phone{font-size:17px}
.home-page .hm-header .hm-nav-phone svg{width:19px;height:19px}
@media(min-width:761px) and (max-width:1100px){.home-page .hm-header .hm-nav-phone{font-size:15px}}
@media(max-width:760px){.home-page .hm-header .hm-nav-phone{font-size:13px}.home-page .hm-header .hm-nav-phone svg{width:15px;height:15px}}
@media(max-width:370px){.home-page .hm-header .hm-nav-phone{font-size:12px}}
/* Case material and preparation are primary product differences */
.home-page .hm-case-explainer{font-size:15px;line-height:1.75;color:#526954;margin:20px 0 0;max-width:960px}
.home-page .hm-compare-table-wrap .hm-compare-table{min-width:1100px!important}

/* Center the mobile hero title and footer brand block. */
@media(max-width:760px){
 .home-page .hm-hero h1{text-align:center;width:100%}
 .home-page .hm-footer-brand{justify-self:center;width:100%;text-align:center}
 .home-page .hm-footer-brand .hm-logo{margin-left:auto;margin-right:auto}
 .home-page .hm-footer-brand>p{margin-left:auto;margin-right:auto}
}

/* Mobile footer: direct contacts instead of navigation lists. */
@media(max-width:760px){
 .home-page .hm-footer-grid{grid-template-columns:1fr;gap:28px}
 .home-page .hm-footer-grid>.hm-footer-nav{display:none}
 .home-page .hm-footer-grid>.hm-footer-contacts{align-items:center;text-align:center;gap:4px;width:100%;max-width:380px;justify-self:center;background:#eef4e9;border:1px solid #dce6d6;border-radius:14px;padding:24px 10px 18px}
 .home-page .hm-footer-grid>.hm-footer-contacts h3{font-size:12px;letter-spacing:1.6px;text-transform:uppercase;margin:0 0 10px;color:#71806c}
 .home-page .hm-footer-grid>.hm-footer-contacts a{display:flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;font-size:14px}
 .home-page .hm-footer-grid>.hm-footer-contacts a[href^="tel:"]{font-size:clamp(23px,6.5vw,28px);font-weight:750;letter-spacing:-.6px;color:#153c2b;white-space:nowrap}
 .home-page .hm-footer-grid>.hm-footer-contacts a[href^="mailto:"]{font-size:16px;color:#345a44;overflow-wrap:anywhere}
 .home-page .hm-footer-bottom{flex-wrap:wrap;justify-content:center;gap:12px 20px;text-align:center}
}

/* Compact mobile page ending; the floating action yields to footer contacts. */
@media(max-width:760px){
 body.home-page{padding-bottom:0}
 .home-page .hm-footer{padding-bottom:24px}
}

/* Keep the domain in the updated logo readable on typical phones. */
@media(min-width:371px) and (max-width:760px){
 .home-page .hm-header .hm-logo{width:140px}
}

/* Keep the mobile dropdown clear of the wider domain logo. */
@media(max-width:760px){
 .home-page .hm-mobile-menu nav{width:176px;max-width:calc(100vw - 36px)}
}

/* A direct, prominent link to the main store in every footer. */
.home-page .hm-footer-brand .hm-logo{margin-bottom:0}
.home-page .hm-footer .hm-footer-grid a.hm-footer-shop{display:flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-height:44px;margin-top:10px;padding:12px 16px;background:#173d2b;border:1px solid #173d2b;border-radius:6px;color:#fff;font-size:13px;font-weight:700;line-height:1.5;text-align:center;text-decoration:none}
.home-page .hm-footer .hm-footer-grid a.hm-footer-shop:hover{background:#24523b;border-color:#24523b;text-decoration:none}
@media(max-width:760px){
 .home-page .hm-footer .hm-footer-grid a.hm-footer-shop{width:100%}
}

/* Shared cart icon on the primary shop link. */
.home-page .hm-hero-actions .hm-shop-button{justify-content:center;gap:9px}
.hm-shop-button svg{width:24px;height:24px;flex:0 0 24px}
.hm-shop-button span{min-width:0}

/* Four clear steps from the requested model to dispatch. */
.home-page .hm-supply .hm-steps{margin-bottom:0}
@media(min-width:761px){.home-page .hm-supply .hm-steps{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:761px) and (max-width:1100px){.home-page .hm-supply .hm-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}
/* Native full-card links on mobile; carousel swipes remain browser gestures. */
@media(max-width:760px){
 .home-page .hm-product,
 .home-page .catalogue-grid>article:has(>.catalogue-photo){position:relative;isolation:isolate}
 .home-page .hm-product .hm-product-actions>.hm-link::after,
 .home-page .catalogue-grid>article:has(>.catalogue-photo)>.text-link::after{content:'';position:absolute;inset:0;z-index:1;border-radius:inherit}
 .home-page .hm-product .hm-product-actions>.hm-link:focus-visible::after,
 .home-page .catalogue-grid>article:has(>.catalogue-photo)>.text-link:focus-visible::after{outline:3px solid #85a776;outline-offset:-3px}
 .home-page .hm-product button,
 .home-page .hm-product [data-open-request],
 .home-page .catalogue-grid>article:has(>.catalogue-photo) button,
 .home-page .catalogue-grid>article:has(>.catalogue-photo) [data-open-request]{position:relative;z-index:2}
}

/* Shared inner-page design, aligned with the approved homepage. */
.inner-page{--paper:#fff;--ink:#173c2e;--muted:#68786e;--green:#123f30;--line:#e0e7df;--wash:#f3f7f0;background:#fff;font-size:16px}
.inner-page .wrap{width:min(1230px,calc(100% - 88px))}
.inner-page .hm-header{background:#fdfcf9;border-bottom:1px solid #eef0e9}
.inner-page .breadcrumb{padding-top:28px;font-size:14px;color:#748078;line-height:1.6}
.inner-page .breadcrumb a{text-decoration:none}.inner-page .breadcrumb a:hover{text-decoration:underline}
.inner-page h1{font-size:clamp(36px,4.3vw,60px);font-weight:750;letter-spacing:-2px;line-height:1.15;color:#103b2d;max-width:950px}
.inner-page .eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;color:#748078}
.inner-page .intro{font-size:19px;line-height:1.8;color:#66746e;max-width:760px}
.inner-page .section{padding-block:60px;border-color:#e6ebe4}
.inner-page h2{font-size:clamp(28px,3vw,38px);font-weight:750;letter-spacing:-1.2px;margin-bottom:20px}
.inner-page .button{background:#123f30;border-color:#123f30;font-size:15px;font-weight:600;border-radius:6px;min-height:54px;justify-content:center}
.inner-page .button:hover{background:#23553f}.inner-page .button.outline{background:transparent;color:#123f30}
.inner-page .product-intro{grid-template-columns:minmax(0,1.3fr) minmax(280px,.85fr);gap:70px;align-items:center;padding-block:42px 60px}
.inner-page .product-reference{border:1px solid #e8ebe3;border-radius:10px;background:linear-gradient(145deg,#fdfcf9,#f4f7ef);padding:28px;text-align:center;align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-width:0}
.inner-page .product-reference .product-photo{width:100%;height:330px;max-width:360px;object-fit:contain;margin:0 auto 20px;mix-blend-mode:normal}
.inner-page .product-reference .eyebrow{margin:0;font-size:12px}.inner-page .product-reference strong{font-size:22px;margin:10px 0 0}
.inner-page .availability{background:#f6f8f2;border:1px solid #e7ece2;border-radius:6px;font-size:14px;line-height:1.7;margin:20px 0;color:#6c796e}
.inner-page .source-meta{font-size:13px;color:#839083}
.product-sections{display:flex;gap:12px 22px;flex-wrap:wrap;margin-top:26px}.product-sections a{font-size:14px;text-decoration:underline;text-underline-offset:5px;color:#355b46}
.inner-page .spec-table{font-size:16px;border:1px solid #e1e8dd;margin-top:28px}
.inner-page .spec-table th,.inner-page .spec-table td{padding:16px 22px;font-size:15px;border-bottom:1px solid #e4eae0;line-height:1.7}
.inner-page .spec-table th{background:#f5f8f1;color:#39543f;font-weight:600;width:36%}
.inner-page .spec-table td{background:#fff;color:#425648}
.inner-page .spec-table tr:nth-child(even) td{background:#fdfefb}
.inner-page .table-note{font-size:13px;line-height:1.7}.inner-page .section-lead{font-size:16px}
.inner-page .product-notes article{max-width:none;padding:25px 0;display:grid;grid-template-columns:1fr 1.7fr;gap:36px}
.inner-page .product-notes h3{font-size:22px;letter-spacing:-.4px;margin:0}.inner-page .product-notes p{margin:0;font-size:16px}
.inner-page .product-faq details{padding:23px 0}.inner-page .product-faq summary{font-size:18px;color:#244b36}.inner-page .product-faq p{max-width:920px}
.inner-page .related>p{color:#6b796d;font-size:16px}
.inner-page .related>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.inner-page .related a{display:flex;align-items:center;padding:20px;background:#fafbf6;border:1px solid #e4e9de;border-radius:6px;font-size:15px;text-decoration:none}
.inner-page .related a:hover{border-color:#87a28b}
.inner-page .cbak-contacts{border-top:1px solid #e7ece2;padding-top:26px;display:flex;align-items:center;gap:32px;margin-bottom:40px}
.inner-page .cbak-contacts img{width:min(50%,320px);border-radius:6px}.inner-page .cbak-contacts figcaption{font-size:15px}
.inner-page .catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:40px}
.inner-page .catalogue-grid article{padding:20px;border:1px solid #e3e8df;border-radius:8px;background:#fdfdfb;display:flex;flex-direction:column;min-width:0}
.catalogue-photo{display:flex;justify-content:center;background:#f8faf4;border-radius:5px;margin-bottom:23px}.catalogue-photo img{width:100%;height:220px;object-fit:contain}
.inner-page .catalogue-grid .eyebrow{margin-bottom:10px}.inner-page .catalogue-grid h2{font-size:23px;letter-spacing:-.6px;line-height:1.35;margin-bottom:10px}
.inner-page .catalogue-grid p{font-size:15px;line-height:1.8}.inner-page .catalogue-grid .catalogue-spec{font-size:16px;color:#657865;margin:0 0 12px}
.inner-page .catalogue-grid .text-link{margin-top:auto;padding-top:18px;color:#1a4c32;font-size:15px}
.inner-page .article{max-width:920px;padding-block:45px 70px}.inner-page .article h1{font-size:clamp(35px,4vw,54px)}
.inner-page .article>.intro{font-size:21px;line-height:1.7;margin:0 0 42px}
.inner-page .article .guide-section{position:relative;border-top:1px solid #e2e9dd;padding:30px 0 30px 62px}
.guide-step{position:absolute;left:0;top:32px;font-size:20px;font-weight:600;color:#94ad95}
.inner-page .article .guide-section h2{font-size:27px;letter-spacing:-.6px;margin:0 0 15px}
.inner-page .article p{font-size:17px;line-height:1.85;color:#617063}.inner-page .article .guide-section p{margin:0}
.inner-page .article-models{display:grid;grid-template-columns:1fr 1fr;gap:16px}.inner-page .article-models a{padding:24px;background:#f5f8f1;border:1px solid #e1e9da;border-radius:6px;font-size:16px;text-decoration:none}
.inner-page .request-dialog h2{font-size:29px}.inner-page .request-dialog .privacy{font-size:12px}
@media(max-width:1140px){.inner-page .wrap{width:calc(100% - 56px)}.inner-page .product-intro{gap:32px}.inner-page .catalogue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
 .inner-page .wrap{width:calc(100% - 36px)}.inner-page .breadcrumb{font-size:13px;padding-top:20px}
 .inner-page h1{font-size:clamp(32px,8vw,45px);letter-spacing:-1.3px}.inner-page .intro{font-size:17px}
 .inner-page .section{padding-block:38px}.inner-page .product-intro{grid-template-columns:1fr;gap:24px;padding-block:26px 35px}
 .inner-page .product-reference{padding:22px;min-height:0}.inner-page .product-reference .product-photo{height:250px;max-width:280px;margin-bottom:12px}
 .inner-page .product-actions .button{width:100%}.product-sections{gap:12px 18px}
 .inner-page .spec-table,.inner-page .spec-table tbody{display:block}.inner-page .spec-table{border:1px solid #e1e8dd;border-radius:6px;overflow:hidden}
 .inner-page .spec-table tr{display:block;padding:14px 16px;margin:0;border:0;border-bottom:1px solid #e4eae0;background:#fff}
 .inner-page .spec-table tr:nth-child(even){background:#f8faf5}
 .inner-page .spec-table th,.inner-page .spec-table td{display:block;width:100%;padding:3px 0!important;border:0;background:transparent!important;font-size:15px;min-width:0}
 .inner-page .spec-table th{font-size:13px;color:#73826f}.inner-page .spec-table td:before{display:none}
 .inner-page .product-notes article{display:block;padding:23px 0}.inner-page .product-notes h3{margin-bottom:12px;font-size:21px}
 .inner-page .related>div{grid-template-columns:1fr}.inner-page .cbak-contacts{flex-direction:column;align-items:flex-start;gap:10px}.inner-page .cbak-contacts img{width:100%;max-width:300px}
 .inner-page .catalogue-grid{grid-template-columns:1fr;gap:16px}.inner-page .catalogue-grid article{padding:20px}.catalogue-photo img{height:240px}
 .inner-page .article{padding-block:28px 44px}.inner-page .article h1{font-size:35px}.inner-page .article>.intro{font-size:18px;margin-bottom:28px}
 .inner-page .article .guide-section{padding:24px 0 24px 38px}.guide-step{font-size:16px;top:25px}.inner-page .article .guide-section h2{font-size:24px}
 .inner-page .article p{font-size:16px}.inner-page .article-models{grid-template-columns:1fr}.inner-page .request-dialog h2{font-size:26px}
}

.inner-page .article-reference{font-size:15px;line-height:1.7;margin:18px 0;color:#365b43}
.inner-page .article-reference a{text-decoration:underline;text-underline-offset:4px}
.inner-page .article .guide-section p+p{margin-top:16px}

/* Article directory in the same visual system as the model catalogue */
.guides-index-page .guides-catalogue{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.guides-index-page .guides-catalogue article{padding:30px;background:#fbfcf8}
.guides-index-page .guides-catalogue .eyebrow{font-size:14px;letter-spacing:1.2px;margin-bottom:22px}
.guides-index-page .guides-catalogue h2{font-size:28px;line-height:1.35;margin:0 0 14px}
.guides-index-page .guides-catalogue p{font-size:17px;line-height:1.75;margin:0 0 24px}
.guides-index-page .guides-catalogue a:focus-visible{outline:3px solid #568464;outline-offset:5px}
@media(max-width:760px){.guides-index-page .guides-catalogue{grid-template-columns:1fr;gap:16px}.guides-index-page .guides-catalogue article{padding:24px}.guides-index-page .guides-catalogue h2{font-size:25px}.guides-index-page .guides-catalogue p{font-size:16px}}
/* Useful catalogue answers, kept compact below the model grid */
.seo-catalogue-answers{max-width:900px;margin-top:40px;border-top:1px solid #d8ded4;padding-top:28px}
.home-page .seo-catalogue-answers h2{font-size:26px;letter-spacing:-.5px;margin-bottom:16px}
.seo-catalogue-answers details{padding:14px 0;border-bottom:1px solid #d8ded4}
.seo-catalogue-answers summary{cursor:pointer;font-size:16px;font-weight:650;line-height:1.5}
.seo-catalogue-answers p{font-size:16px;line-height:1.65;margin:12px 0 0;color:#465c50}
.seo-catalogue-answers a,.product-order-note a{text-decoration:underline;text-underline-offset:3px}
.seo-catalogue-answers a{display:inline-block;margin-top:10px;font-size:16px}
@media(max-width:760px){.seo-catalogue-answers{margin-top:28px;padding-top:22px}.home-page .seo-catalogue-answers h2{font-size:23px}}

.home-page .request-minimal{width:min(480px,calc(100% - 32px));max-width:480px;padding:18px 18px 16px;border-radius:14px;max-height:calc(100dvh - 32px)}
.home-page .request-minimal h2{font-size:28px;line-height:1.25;letter-spacing:-.8px;padding-right:24px;margin:0 0 12px}
.request-minimal .dialog-intro{font-size:16px;line-height:1.6;color:#60715e;margin:0 0 20px}
.request-minimal .dialog-model{font-size:14px;background:#eef4e9;padding:10px 12px;border-radius:6px;color:#284d33;margin:0 0 16px}
.home-page .request-minimal label{font-size:16px;margin:16px 0 8px}
.request-minimal input,.request-minimal textarea{border-radius:7px}
.request-minimal .submit{justify-content:center;margin-top:18px;min-height:50px;border-radius:7px;font-size:16px}
.request-minimal .request-success{padding-top:8px}
.request-urgent{font-size:16px;line-height:1.6;color:#60715e;margin:12px 0 8px}
.request-urgent a{font-weight:700;color:#173d2b;white-space:nowrap}
.request-success-phone{display:inline-flex;align-items:center;min-height:48px;color:#173d2b;font-size:26px;font-weight:750;letter-spacing:-.5px;white-space:nowrap}
.request-minimal .request-done{display:flex;width:100%;justify-content:center;min-height:48px;margin-top:24px;border-radius:7px}
.request-minimal #quote-result{border-radius:7px;font-size:14px;line-height:1.6}
.request-minimal #quote-result #result-title{font-weight:700}
@media(max-width:760px){
 .home-page .request-minimal{position:fixed;inset:auto 12px;top:calc(var(--request-viewport-top,0px) + var(--request-viewport-height,100dvh)/2);transform:translateY(-50%);margin:0 auto;width:calc(100% - 24px);max-width:480px;max-height:calc(var(--request-viewport-height,100dvh) - 24px);overflow-y:auto;overscroll-behavior:contain;scroll-padding-block:16px;border-radius:14px;padding:26px 20px 22px}
 .home-page .request-minimal h2{font-size:25px}
 .request-minimal .request-success-phone{font-size:25px}
}

/* Compact confirmation selected by the owner. */
.request-minimal .request-success-mark{display:none}
.home-page .request-minimal.is-success{width:min(360px,calc(100% - 24px));max-width:360px;padding:30px 24px 24px;text-align:center}
.request-minimal.is-success .request-success-mark{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#eef4e9;color:#173d2b;margin:6px auto 0}
.home-page .request-minimal.is-success h2{padding:0;margin:14px 0 10px;border:0;background:none;color:#182b20;font-size:25px;font-weight:750;line-height:1.28;letter-spacing:-.7px;text-align:center}
.request-minimal.is-success .request-success{padding:0;text-align:center}
.request-minimal .request-success-timing{font-size:16px;line-height:1.5;color:#60715e;margin:0}
.request-minimal .request-success-timing strong{font-weight:700;color:#182b20}
.request-minimal .request-success-contact{padding-top:18px;margin-top:20px;border-top:1px solid #d5e3ce}
.request-minimal.is-success .request-urgent{font-size:14px;line-height:1.5;margin:0;text-align:center}
.request-minimal.is-success .request-success-phone{display:flex;align-items:center;justify-content:center;min-height:44px;padding:0;margin:0;color:#173d2b;font-size:22px;font-weight:750;text-decoration:none}
.request-minimal.is-success .request-success-phone:hover{text-decoration:underline;text-underline-offset:4px}
.request-minimal.is-success .request-done{min-height:46px;padding:10px 16px;margin-top:20px;border-color:#173d2b;background:#173d2b;color:#fff;font-size:16px}
.request-minimal.is-success .request-done:hover{background:#24523b}
@media(max-width:370px){.home-page .request-minimal.is-success{padding-left:20px;padding-right:20px}}

/* Shared compact editor for desktop and mobile. */
 .home-page .request-minimal:not(.is-success){padding:18px 18px 16px}
 .home-page .request-minimal:not(.is-success) h2{font-size:24px;margin-bottom:4px}
 .request-minimal .dialog-intro{font-size:14px;line-height:1.4;margin-bottom:8px}
 .request-minimal .dialog-model{font-size:13px;line-height:1.4;padding:5px 8px;margin-bottom:6px}
 .home-page .request-minimal label{font-size:14px;line-height:1.5;margin:10px 0 4px}
 .request-minimal #contact{height:44px;padding:9px 12px}
 .request-minimal .submit{min-height:44px;padding:9px 14px;margin-top:12px}
 .request-minimal .dialog-close{top:10px;right:10px}
@media(max-width:760px){
 .home-page .request-minimal.is-compact:not(.is-success){padding:12px 16px}
 .home-page .request-minimal.is-compact:not(.is-success) h2{font-size:22px;margin-bottom:2px}
 .request-minimal.is-compact .dialog-intro{margin-bottom:4px}
 .request-minimal.is-compact .dialog-model{padding:0;background:none;margin-bottom:4px}
 .home-page .request-minimal.is-compact label{margin-top:6px}
 .request-minimal.is-compact .submit{margin-top:8px}
}
/* More breathing room on desktop while retaining the compact mobile layout. */
@media(min-width:761px){
 .home-page .request-minimal:not(.is-success){padding:36px}
 .home-page .request-minimal:not(.is-success) h2{margin-bottom:10px}
 .request-minimal .dialog-intro{margin-bottom:24px}
 .request-minimal .dialog-model{padding:10px 12px;margin-bottom:20px}
 .home-page .request-minimal label{margin:20px 0 8px}
 .request-minimal #contact{height:50px;padding:12px 14px}
 .request-minimal #details{padding:12px 14px}
 .request-minimal .submit{min-height:50px;padding:12px 20px;margin-top:24px}
 .request-minimal .dialog-close{top:14px;right:14px}
 .home-page .request-minimal.is-success{padding:36px 32px 32px}
 .home-page .request-minimal.is-success h2{margin:20px 0 12px}
 .request-minimal.is-success .request-success-contact{margin-top:26px;padding-top:22px}
 .request-minimal.is-success .request-success-phone{margin-top:6px}
 .request-minimal.is-success .request-done{margin-top:26px;min-height:50px}
}
/* Keep desktop content in place when the dialog locks background scrolling. */
@media(min-width:761px){
 html{scrollbar-gutter:stable}
}

.noscript-contact{padding:14px 20px;background:#eef4e9;text-align:center;font-size:16px}.noscript-contact a{text-decoration:underline}
.home-page .hm-footer-bottom{flex-wrap:wrap;align-items:center}
.privacy-copy{max-width:850px;padding-top:32px;padding-bottom:64px}.privacy-copy h1{font-size:clamp(30px,5vw,48px)}.privacy-copy h2{font-size:24px;margin-top:32px}.privacy-copy a{text-decoration:underline;text-underline-offset:3px}

@media(max-width:760px){
 .home-page .mobile-action-shop{padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:#fbfcf8f5}
 .mobile-purchase-row{display:grid;grid-template-columns:52px minmax(0,1fr);gap:10px;align-items:center}
 .mobile-purchase-link,.home-page .mobile-action-shop .mobile-request-button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:52px;border:1px solid #173d2b;border-radius:10px;padding:10px 9px;font-size:15px;line-height:1.3;font-weight:700;min-width:0}
 .mobile-purchase-link{width:52px;height:52px;background:#fff;color:#173d2b;text-decoration:none}
 .mobile-purchase-link svg{width:24px;height:24px;flex-shrink:0}
 .mobile-purchase-link:hover{background:#eef4e9}
 .home-page .mobile-action-shop .mobile-request-button{background:#173d2b;color:#fff}
}
@media(max-width:370px){
 .home-page .mobile-action-shop .mobile-request-button{font-size:14px}
}

/* One visual language for inquiries and purchases across the catalogue. */
.home-page .site-cta.site-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;box-sizing:border-box;min-width:0;max-width:100%;min-height:52px;padding:14px 20px;border:1px solid #173d2b;border-radius:8px;font:700 15px/1.4 Manrope,'Segoe UI',Arial,sans-serif;text-align:center;text-decoration:none;white-space:normal;transform:none;transition:background .16s,border-color .16s,color .16s;cursor:pointer}
.home-page .site-cta.site-cta-request{background:#173d2b;color:#fff}
.home-page .site-cta.site-cta-request:hover{background:#24523b;border-color:#24523b;color:#fff;transform:none;text-decoration:none}
.home-page .site-cta.site-cta-shop{background:#fff;color:#173d2b}
.home-page .site-cta.site-cta-shop:hover{background:#eef4e9;border-color:#173d2b;color:#173d2b;transform:none;text-decoration:none}
.site-cta>span{min-width:0}
.home-page .site-cta svg{display:block;width:24px;height:24px;flex:0 0 24px}
.site-cta .site-cta-arrow{flex-shrink:0}
.home-page .hm-contact .site-cta-request{border-color:#b9ccbd}
.home-page .hm-contact .site-cta-request:hover{border-color:#d5e3ce}
.home-page .hm-footer .site-cta.site-cta-footer{display:flex;width:fit-content;max-width:100%;margin-top:12px}
@media(max-width:760px){
 .home-page .site-cta.site-cta{padding:14px;font-size:14px}
 .home-page .mobile-action-shop .site-cta.site-cta-icon{width:52px;height:52px;min-height:52px;padding:0}
 .home-page .mobile-action-shop .site-cta.site-cta-request{padding:10px 9px;font-size:15px}
 .home-page .hm-footer .site-cta.site-cta-footer{width:100%}
}
@media(max-width:370px){.home-page .mobile-action-shop .site-cta.site-cta-request{font-size:14px}}
@media(prefers-reduced-motion:reduce){.home-page .site-cta.site-cta{transition:none}}
/* The fixed mobile action already serves the wholesale process section. */
@media(max-width:760px){
 .home-page .hm-supply .site-cta.site-cta-request{display:none}
}
/* Match the main mobile actions to the approved fixed bottom bar. */
@media(max-width:760px){
 .home-page .hm-hero-actions .site-cta.site-cta{min-height:52px;padding:10px 9px;border-radius:8px;font:700 15px/1.4 Manrope,'Segoe UI',Arial,sans-serif;gap:10px}
 .home-page .hm-supply .hm-steps{margin-bottom:0}
}
@media(max-width:370px){
 .home-page .hm-hero-actions .site-cta.site-cta{font-size:14px}
}
/* Apply the approved mobile action proportions throughout every page and form. */
@media(max-width:760px){
 .home-page .site-cta.site-cta,
 .home-page .request-minimal .button.button{min-height:52px;padding:10px 9px;border-radius:8px;font:700 15px/1.4 Manrope,'Segoe UI',Arial,sans-serif;gap:10px;align-items:center;justify-content:center;text-align:center}
 .home-page .mobile-action-shop .site-cta.site-cta-icon{padding:0}
}
@media(max-width:370px){
 .home-page .site-cta.site-cta,
 .home-page .request-minimal .button.button{font-size:14px}
}

/* Approved desktop footer: brand, essential navigation, contact details. */
@media(min-width:761px){
 .home-page .hm-footer{padding:36px 0 24px}
 .home-page .hm-footer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr);align-items:center;gap:40px}
 .home-page .hm-footer-brand{display:flex;align-items:center;justify-content:center;min-width:0}
 .home-page .hm-footer-brand .hm-logo{display:block;width:170px;max-width:100%;margin:0}
 .home-page .hm-footer-grid>.hm-footer-nav{display:flex;flex-direction:column;gap:14px}
 .home-page .hm-footer-grid>.hm-footer-nav a{margin:0;font-size:14px;line-height:1.5;font-weight:600;color:#1c3426}
 .home-page .hm-footer-contacts{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;padding-left:28px;border-left:1px solid #d8e1d3}
 .home-page .hm-footer-contacts h3{display:none}
 .home-page .hm-footer-contacts>a[href^="tel:"]{display:block;font-size:24px;line-height:1.4;font-weight:750;letter-spacing:-.5px;white-space:nowrap;color:#173d2b;margin:0}
 .home-page .hm-footer-contacts>a[href^="mailto:"]{display:block;margin:8px 0 0;font-size:14px;line-height:1.5;color:#61715e;overflow-wrap:anywhere}
 .home-page .hm-footer .site-cta.site-cta-footer{width:min(100%,300px);margin:20px auto 0}
 .home-page .hm-footer-bottom{margin-top:32px!important;padding-top:18px;gap:20px}
}
@media(min-width:761px) and (max-width:1000px){
 .home-page .hm-footer-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1fr) minmax(0,1.4fr);gap:24px}
 .home-page .hm-footer-contacts{padding-left:22px}
 .home-page .hm-footer-contacts>a[href^="tel:"]{font-size:21px}
}

.desktop-action{display:none}
@media(min-width:761px){
 .home-page .desktop-action{display:block;position:fixed;inset:auto 0 0;z-index:5;padding:15px 0 16px;background:#fbfcf8;border-top:1px solid #d8e1d3;box-shadow:0 -6px 24px #1838240c}
 .home-page .desktop-action-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px}
 .home-page .desktop-action-phone{display:inline-flex;align-items:center;justify-self:start;gap:9px;min-height:44px;color:#173d2b;font-size:22px;line-height:1.4;font-weight:750;letter-spacing:-.5px;white-space:nowrap;text-decoration:none}
 .home-page .desktop-action-phone svg{width:20px;height:20px;flex:0 0 20px}
 .home-page .desktop-action-phone:hover{text-decoration:underline;text-underline-offset:4px}
 .home-page .desktop-action .site-cta{white-space:nowrap}
}
@media(min-width:761px) and (max-width:1000px){
 .home-page .desktop-action-phone{font-size:18px;gap:7px}
 .home-page .desktop-action .site-cta{font-size:14px;padding:10px 14px}
}
.home-page.dialog-open .desktop-action,
.home-page.dialog-open .mobile-action-shop{display:none}

/* The shared footer starts with a concise inquiry band on every page. */
.home-page .hm-footer.hm-footer-with-inquiry{padding:0;border-top:0}
.home-page .footer-navigation{padding:36px 0 24px}
.home-page .footer-inquiry{position:relative;isolation:isolate;overflow:hidden;padding:30px 0;background:#0d2b1d;color:#fff}
.footer-inquiry::before{content:'';position:absolute;inset:-8px;z-index:-2;background:url("/assets/footer-battery-perspective.webp") center 48%/cover no-repeat;filter:blur(2px);pointer-events:none}
.footer-inquiry::after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#0d2b1d 0%,#0d2b1d 50%,rgba(13,43,29,.96) 58%,rgba(13,43,29,.78) 70%,rgba(13,43,29,.48) 86%,rgba(13,43,29,.38) 100%);pointer-events:none}
.home-page .footer-inquiry-layout{display:flex;align-items:center;justify-content:space-between;gap:36px}
.footer-inquiry-copy{max-width:740px;min-width:0}
.home-page .footer-inquiry h2{margin:0 0 10px;color:#fff;font-size:clamp(26px,2.6vw,32px);font-weight:750;line-height:1.2;letter-spacing:-.8px}
.home-page .footer-inquiry p{margin:0;color:#e3ecdf;font-size:15px;line-height:1.6;max-width:620px}
.home-page .footer-inquiry .site-cta-request{flex-shrink:0;border-color:#b9ccbd}
.home-page .footer-inquiry .site-cta-request:hover{border-color:#d5e3ce}
@media(max-width:760px){
 .home-page .footer-inquiry{padding:26px 0}
 .home-page .footer-inquiry-layout{flex-direction:column;align-items:stretch;gap:18px}
 .home-page .footer-inquiry h2{font-size:25px;line-height:1.24;margin-bottom:8px}
 .home-page .footer-inquiry p{font-size:14px;line-height:1.5}
 .home-page .footer-inquiry .site-cta-request{width:100%}
 .footer-inquiry::before{background-position:62% center}
 .home-page .footer-navigation{padding:32px 0 24px}
}
/* Align the inquiry action with the shop action in the desktop footer column. */
@media(min-width:761px){
 .home-page .footer-inquiry-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr);gap:40px}
 .footer-inquiry-copy{grid-column:1 / 3}
 .footer-inquiry-action{grid-column:3;display:flex;justify-content:center;min-width:0;padding-left:29px}
 .home-page .footer-inquiry .site-cta-request{width:min(100%,300px);min-height:54px}
}
@media(min-width:761px) and (max-width:1000px){
 .home-page .footer-inquiry-layout{grid-template-columns:minmax(0,.8fr) minmax(0,1fr) minmax(0,1.4fr);gap:24px}
 .footer-inquiry-action{padding-left:23px}
}
@media(max-width:760px){
 .footer-inquiry-formats{display:none}
}

/* One category label style for home, article index and related reading. */
.home-page .article-category{display:block;font-family:Manrope,Arial,sans-serif;font-size:12px;line-height:1.5;font-weight:700;letter-spacing:.7px;text-transform:uppercase;color:#6e836e;margin:0 0 14px}
.home-page .hm-guide .article-category{margin-bottom:20px}
.home-page .guide-related-card .article-category{margin-bottom:12px}
@media(max-width:760px){
 .home-page .hm-guide .article-category{margin-bottom:12px}
 .buying-guide .guide-related-grid{gap:8px}
 .buying-guide .guide-related-card{display:grid;grid-template-columns:minmax(0,1fr) 20px;column-gap:14px;row-gap:5px;padding:13px 15px}
 .home-page .guide-related-card .article-category{grid-column:1;grid-row:1;margin:0;font-size:11px;letter-spacing:.55px}
 .inner-page .article .guide-related-card h3{grid-column:1;grid-row:2;font-size:16px;line-height:1.4;letter-spacing:0;margin:0}
 .guide-related-card .guide-related-read{grid-column:2;grid-row:1 / 3;align-self:center;justify-content:center;margin:0;font-size:20px}
 .guide-related-card .guide-related-read-text{display:none}
}

/* Reusable product-page layout. Activate per page with product-template. */
.product-template .product-intro{gap:32px;padding-block:24px;align-items:start}
.product-template .product-summary{min-width:0}
.product-template .product-intro h1{font-size:clamp(32px,3.6vw,48px);letter-spacing:-1px;line-height:1.2;margin:0 0 10px;overflow-wrap:anywhere}
.product-template .product-intro .intro{font-size:16px;line-height:1.65;margin:0 0 16px;max-width:650px}
.product-template .product-intro .eyebrow{margin-bottom:10px}
.product-key-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 16px}
.product-key-specs>div{padding:10px 12px;background:#f3f7ef;border:1px solid #e0e7db;border-radius:8px;min-width:0}
.product-key-specs dt{font-size:12px;line-height:1.45;color:#647661;margin-bottom:7px}
.product-key-specs dd{font-size:27px;line-height:1.2;text-align:left;letter-spacing:-.5px;color:#173d2b}
.product-key-specs dd span{font-size:14px;font-weight:500;letter-spacing:0}
.product-template .product-actions{margin:0;gap:10px}
.product-template .product-order-note{font-size:14px;line-height:1.6;color:#657560;margin:12px 0 0;max-width:550px}
.product-template .product-reference{padding:18px 22px;align-self:center;min-height:0}
.product-template .product-reference .product-photo{height:240px;max-width:280px;margin:0 auto 12px}
.product-image-caption{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid #dfe7d9;padding-top:12px;color:#33513d;font-size:14px;font-weight:650}
.product-template .product-reference p{font-size:12px;line-height:1.5;color:#74816f;text-align:left;margin:8px 0 0}
.product-template .product-sections{margin:0 auto;padding:12px 0 16px;border-top:1px solid #e0e7dc;gap:12px 24px}
.product-template .product-sections a{line-height:1.6;font-size:14px}
.product-template .section{padding-block:28px;scroll-margin-top:24px}
.product-section-heading{margin-bottom:16px}
.product-template .product-section-heading .eyebrow{margin:0 0 8px;font-size:12px;line-height:1.5;letter-spacing:.7px;color:#6e836e}
.product-template .product-section-heading h2{font-size:clamp(24px,2.5vw,30px);line-height:1.25;letter-spacing:-.8px;margin:0}
.product-template .product-section-intro{font-size:16px;line-height:1.65;color:#5e7062;max-width:940px;margin:0 0 16px}
.product-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.product-feature-grid article{padding:16px;background:#f8faf5;border:1px solid #e0e7dc;border-radius:8px;min-width:0}
.product-template .product-editorial h3{font-size:18px;line-height:1.4;margin:0 0 8px;letter-spacing:-.3px;color:#244b36}
.product-template .product-editorial article p{font-size:16px;line-height:1.6;color:#5e7062;margin:0}
.product-template .product-editorial article p+p{margin-top:10px}
.product-build-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.product-build-note{padding-left:22px;border-left:3px solid #8ca782}
.product-editorial-link{display:inline-block;margin-top:14px;font-size:15px;font-weight:650;line-height:1.6;color:#244f36;text-decoration:underline;text-underline-offset:4px}
.product-template .product-specs .spec-table{margin:0}
.product-template .product-specs .table-note{max-width:950px;font-size:14px;line-height:1.7;margin:16px 0 0;color:#6b7a68}
.product-alternative-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.product-alternative-grid>a{position:relative;padding:14px 44px 14px 16px;background:#f8faf5;border:1px solid #e0e7dc;border-radius:8px;color:#244b36}
.product-alternative-grid span{display:block;font-size:18px;font-weight:700;line-height:1.4}
.product-alternative-grid small{display:block;margin-top:7px;font-size:14px;line-height:1.5;color:#647661}
.product-alternative-grid b{position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:20px}
.product-alternative-grid>a:hover,.product-reading-grid>a:hover{border-color:#90a98c;background:#f0f5eb}
.product-template .product-faq details{padding:13px 0}
.product-template .product-faq p{font-size:16px;line-height:1.6;margin:12px 0 0}
.product-reading .product-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.product-reading .product-section-heading .product-editorial-link{margin:0}
.product-reading-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.product-reading-grid>a{display:grid;grid-template-columns:minmax(0,1fr) 20px;column-gap:16px;padding:16px;background:#f8faf5;border:1px solid #e0e7dc;border-radius:8px}
.product-reading-grid .article-category{grid-column:1;margin-bottom:10px}
.product-template .product-reading-grid h3{grid-column:1;font-size:18px;line-height:1.45;margin:0;letter-spacing:-.2px;color:#244b36}
.product-read-arrow{grid-column:2;grid-row:1 / 3;align-self:center;color:#244b36;font-size:20px}
@media(max-width:1000px){.product-template .product-intro{gap:28px}.product-feature-grid{gap:12px}.product-feature-grid article{padding:14px}}
@media(max-width:760px){
 .product-template .product-intro{display:flex;flex-direction:column;gap:16px;padding-block:18px}
 .product-template .product-summary{width:100%}
 .product-template .product-intro h1{font-size:clamp(28px,8vw,34px);letter-spacing:-.6px;line-height:1.2;margin-bottom:8px}
 .product-template .product-intro .intro{font-size:16px;line-height:1.65;margin-bottom:18px}
 .product-key-specs{gap:7px;margin-bottom:18px}
 .product-key-specs>div{padding:11px 9px}
 .product-key-specs dt{font-size:12px;min-height:34px;margin-bottom:4px}
 .product-key-specs dd{font-size:24px}.product-key-specs dd span{font-size:12px}
 .product-template .product-order-note{font-size:13px;margin-top:10px}
 .product-template .product-reference{width:100%;min-height:0;padding:12px 16px}
 .product-template .product-reference .product-photo{height:170px;max-width:200px;margin-bottom:8px}
 .product-template .product-sections{gap:8px 16px;padding:10px 0 14px}
 .product-template .section{padding-block:22px}
 .product-section-heading{margin-bottom:14px}
 .product-template .product-section-heading h2{font-size:24px;letter-spacing:-.6px}
 .product-template .product-section-intro{font-size:16px;margin-bottom:14px}
 .product-feature-grid,.product-build-grid,.product-alternative-grid,.product-reading-grid{grid-template-columns:1fr}
 .product-feature-grid{gap:10px}.product-feature-grid article{padding:14px}
 .product-template .product-editorial h3{font-size:19px;margin-bottom:8px}
 .product-build-grid{gap:18px}.product-build-note{padding-left:16px}
 .product-editorial-link{margin-top:14px;font-size:14px}
 .product-alternative-grid>a{padding:16px 46px 16px 18px}
 .product-reading-grid>a{padding:14px 16px;column-gap:14px}
 .product-template .product-reading-grid h3{font-size:16px}
 .product-reading-grid .article-category{font-size:11px;margin-bottom:5px}
 .product-template .product-faq summary{font-size:17px;line-height:1.5}
}

/* Compact specification groups: labels and values stay side by side on phones. */
.product-template .product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}
.product-template .spec-table-compact{display:table;width:100%;table-layout:fixed;border-collapse:collapse;border:0;border-radius:0;overflow:visible;margin:0}
.product-template .spec-table-compact caption{text-align:left;font-size:15px;font-weight:700;color:#244b36;padding:0 0 10px}
.product-template .spec-table-compact tbody{display:table-row-group}
.product-template .spec-table-compact tr{display:table-row;padding:0;border:0;background:transparent}
.product-template .spec-table-compact th,.product-template .spec-table-compact td{display:table-cell;padding:9px 12px!important;border-bottom:1px solid #e4eae0;font-size:14px;line-height:1.5;vertical-align:top;overflow-wrap:anywhere}
.product-template .spec-table-compact th{width:38%;background:#f5f8f1!important;color:#52654f;font-weight:500}
.product-template .spec-table-compact td{width:62%;background:#fff!important;color:#244b36;font-weight:600;font-variant-numeric:tabular-nums}
.product-template .spec-detail{display:block;margin-top:3px;font-size:13px;line-height:1.45;color:#697963;font-weight:400}
.product-template .product-spec-more{margin-top:16px;border-top:1px solid #dfe7da}
.product-template .product-spec-more>summary{padding:12px 0;min-height:44px;cursor:pointer;font-size:14px;font-weight:650;color:#244b36}
.product-template .product-spec-more[open]>summary{margin-bottom:4px}
.product-template .product-spec-more .spec-table-compact{max-width:860px}
@media(max-width:900px){.product-template .product-spec-grid{grid-template-columns:1fr;gap:18px}}
@media(max-width:760px){
 .product-template .spec-table-compact th,.product-template .spec-table-compact td{padding:8px 9px!important;font-size:14px;line-height:1.5}
 .product-template .spec-table-compact th{width:37%}
 .product-template .spec-table-compact td{width:63%}
 .product-template .spec-table-compact caption{padding-bottom:8px;font-size:14px}
 .product-template .product-spec-more{margin-top:12px}
}

.product-template .product-calculation{margin-top:18px;padding-left:18px;border-left:3px solid #8ca782}
.product-template .product-calculation h3{margin-bottom:8px}
.product-template .product-calculation p{font-size:16px;line-height:1.6;color:#5e7062;margin:0}

/* One product heading: model and capacity/voltage share the same line */
.product-template .product-summary{container-type:inline-size}
.product-template .product-intro h1.product-title{font-size:24px;font-size:clamp(16px,5.5cqi,36px);line-height:1.3;letter-spacing:-.3px;white-space:nowrap;margin:0 0 18px}
.product-template .product-intro h1.product-title>.product-title-spec{display:inline;font-size:max(14px,.72em);font-weight:600;letter-spacing:0;line-height:inherit;color:#465c50;margin:0 0 0 .25em;white-space:nowrap}
