/* Shared presentation for the product pages; no application or consent logic. */
.product-page .container{max-width:1240px}
.product-page .product-nav{display:flex;gap:24px;align-items:center;font-size:14px}
.product-page .product-nav>a:not(.button){text-decoration:underline;text-underline-offset:5px}
.product-page .breadcrumb{display:flex;gap:10px;flex-wrap:wrap;list-style:none;padding:0;margin:0 0 38px;font-size:13px;color:#b5bcaf}
.product-page .breadcrumb a{text-decoration:underline;text-underline-offset:4px}
.product-page .breadcrumb li+li:before{content:"/";margin-right:10px;color:#798574}
.product-hero{padding:36px 0 64px;overflow:hidden}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;align-items:center}
.product-hero-grid>div{min-width:0}
.product-hero h1{font-size:clamp(38px,4.2vw,60px);line-height:1.08;letter-spacing:-.055em}
.product-hero h1>span{display:block;text-wrap:balance}
.product-hero h1>.product-title-accent{color:var(--lime)}
.product-hero .eyebrow{color:#c9d5b9;margin-bottom:22px}
.product-lead{font-size:18px;line-height:1.75;margin-top:26px;max-width:600px}
.product-actions{display:flex;flex-wrap:wrap;gap:14px 24px;align-items:center;margin-top:28px}
.product-actions .text-link{text-decoration:underline;text-underline-offset:5px}
.product-hero-media{min-width:0}
.product-hero-media img{width:100%;height:auto;border-radius:14px}
.product-hero-media figcaption{font-size:12px;color:#b5bcaf;margin-top:12px;text-align:center}
.product-hero .product-facts{display:flex;gap:20px 40px;flex-wrap:wrap;margin-top:54px;padding-top:24px;border-top:1px solid #ffffff26;list-style:none;padding-left:0;font-size:14px;color:#d5dfcb}
.product-facts li:before{content:"—";color:var(--lime);margin-right:10px}
.product-section{padding-block:86px}
.product-section-soft{background:var(--soft)}
.product-section .eyebrow{color:#566842;margin-bottom:18px}
.product-section h2{font-size:clamp(32px,3.2vw,48px);max-width:780px}
.product-section-intro{max-width:720px;font-size:17px;margin-top:22px}
.product-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:44px}
.product-features article{border-top:2px solid #a8bf78;padding-top:23px}
.product-features h3{font-size:23px;line-height:1.2;margin-bottom:14px}
.product-features p{font-size:15px;line-height:1.8}
.product-steps{list-style:none;padding:0;margin:44px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px;counter-reset:product-step}
.product-steps li{counter-increment:product-step}
.product-steps li:before{content:"0" counter(product-step);display:block;font-size:14px;font-family:monospace;color:#526a2d;margin-bottom:20px}
.product-steps h3{font-size:25px;margin-bottom:14px}
.product-gallery{display:grid;gap:42px;margin-top:38px}
.product-gallery figure{min-width:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white}
.product-gallery a{display:block;background:#f7f9f7}
.product-gallery img{width:100%;height:auto}
.product-gallery figcaption{display:flex;justify-content:space-between;align-items:start;gap:24px;padding:22px 26px;border-top:1px solid var(--line)}
.product-gallery figcaption strong{display:block;font-size:18px;margin-bottom:6px;font-weight:600;line-height:1.4}
.product-gallery figcaption p{font-size:14px;max-width:740px}
.product-gallery figcaption>span{font-size:12px;color:#59644f;flex-shrink:0}
.product-split{display:grid;grid-template-columns:.85fr 1fr;gap:70px;align-items:start}
.product-detail-list{margin:0;padding:0;list-style:none;display:grid;gap:26px}
.product-detail-list li{padding-bottom:22px;border-bottom:1px solid var(--line)}
.product-detail-list h3{font-size:22px;margin-bottom:12px}
.product-detail-list p{font-size:15px}
.product-faq{max-width:920px;margin-top:36px}
.product-faq details{border-bottom:1px solid var(--line);padding:22px 0}
.product-faq summary{cursor:pointer;font-size:18px;font-weight:600;padding-right:15px}
.product-faq summary:focus-visible{outline:3px solid #668500;outline-offset:5px}
.product-faq details p{margin-top:15px;max-width:800px}
.product-contact{background:#e8f0d7;padding-block:72px}
.product-contact-grid{display:flex;align-items:center;justify-content:space-between;gap:48px}
.product-contact h2{font-size:clamp(32px,3.3vw,48px);max-width:760px}
.product-contact p{margin-top:20px;max-width:650px}
.product-contact .button{flex-shrink:0}
.product-page .product-footer{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;font-size:13px}
.product-footer nav{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center}
.product-footer a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:1000px){.product-hero-grid{gap:32px}.product-split{gap:40px}.product-features{gap:24px}.product-contact-grid{display:block}.product-contact .button{margin-top:28px}}
@media(max-width:960px){.product-hero-grid{grid-template-columns:1fr;gap:36px}.product-hero h1{font-size:clamp(32px,7vw,56px)}.product-hero-media{width:100%;max-width:680px;margin-inline:auto}}
@media(max-width:760px){.product-page .container{width:calc(100% - 40px)}.product-page .site-header{height:auto;min-height:80px}.product-page .header-inner{padding-block:16px;gap:16px;flex-wrap:wrap}.product-page .brand{font-size:19px}.product-page .product-nav{gap:16px;flex-wrap:wrap}.product-page .product-nav .button{min-height:44px;font-size:13px;padding:10px 14px}.product-hero{padding:26px 0 44px}.product-page .breadcrumb{margin-bottom:30px}.product-hero-grid,.product-split{grid-template-columns:1fr;gap:36px}.product-lead{font-size:17px}.product-hero .product-facts{margin-top:30px;gap:12px 24px}.product-section{padding-block:56px}.product-features,.product-steps{grid-template-columns:1fr}.product-features,.product-steps{gap:30px;margin-top:32px}.product-gallery figcaption{display:block;padding:18px 20px}.product-gallery figcaption>span{display:block;margin-top:12px}.product-contact{padding-block:52px}.product-page .product-footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){.product-page{scroll-behavior:auto}.product-page .button{transition:none}.product-page .button:hover{transform:none}}
@media(max-width:480px){.product-page .product-nav{width:100%;justify-content:space-between;gap:12px;font-size:13px}}
