/* Mobile first: the base layout is built for 320–700 px.
   Wider screens are enhanced only with min-width breakpoints. */
:root{--forest:#164734;--green:#087f46;--yellow:#f3be26;--paper:#fafbf7;--ink:#173e30;--muted:#5d6a63;--line:#dfe6dc;--pale:#edf2e8;--body:'Manrope',sans-serif;--display:'Barlow Condensed','Arial Narrow',sans-serif}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;scroll-padding-top:18px}
body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.6 var(--body)}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
button{cursor:pointer;border:0}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
h1,h2,h3{line-height:1.03}
h1,h2{font-family:var(--display);font-weight:700}
h2{font-size:48px;letter-spacing:-.7px}
h3{font:700 33px/1.06 var(--display)}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--green);outline-offset:4px}
.hero :focus-visible,.final-cta :focus-visible{outline-color:var(--yellow)}
.wrap{width:calc(100% - 32px);max-width:1328px;margin-inline:auto}
.section{padding-block:50px}
.svg-library{position:absolute;width:0;height:0;overflow:hidden}
.icon{width:24px;height:24px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.skip-link{position:fixed;top:-100px;left:16px;background:var(--yellow);padding:12px;z-index:20}
.skip-link:focus{top:12px}
.topline{display:none}
.header{height:78px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand{flex-shrink:0}
.brand img{width:64px;height:64px;object-fit:contain;mix-blend-mode:multiply}
.header nav{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:48px;padding:13px 19px;border-radius:8px;font-weight:700;font-size:13px;line-height:1.4;transition:background .2s,transform .2s}
.button-green{background:var(--green);color:#fff}
.button-green:hover{background:var(--forest)}
.button-yellow{background:var(--yellow);color:var(--forest)}
.button-yellow:hover{background:#ffce45}
.header-cta{font-size:12px;padding-inline:14px}
.header-cta .icon{width:20px;height:20px}
.mobile-nav{display:flex;justify-content:space-around;border-top:1px solid var(--line);margin-bottom:12px;font-size:12px;font-weight:600}
.mobile-nav a{display:grid;place-items:center;min-height:44px;flex:1}
.mobile-nav a:hover{color:var(--green)}
.hero{display:grid;grid-template-columns:1fr;border-radius:17px;overflow:hidden;background:var(--forest);color:white}
.hero-photo{position:relative;min-width:0;aspect-ratio:1.62;isolation:isolate;grid-row:1}
.hero-photo>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 58%}
.hero-copy{padding:26px 24px 22px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.eyebrow{font-size:10px;letter-spacing:1.5px;font-weight:700;line-height:1.5}
.hero .eyebrow{display:flex;align-items:center;gap:8px;color:#e2eadd;font-size:8px;letter-spacing:.8px}
.tiny-flower{font-size:20px;line-height:1;color:var(--yellow)}
h1{font-size:clamp(43px,13.5vw,68px);letter-spacing:-.8px;line-height:.98;margin-top:15px}
h1 span{color:var(--yellow)}
.hero-description{font-size:12px;line-height:1.8;color:#e1eade;margin:17px 0 20px}
.hero-copy>.button{width:100%;max-width:340px;justify-content:space-between;padding-inline:21px}
.hero-secondary{background:none;padding:10px 0 0;display:flex;align-items:center;gap:14px;font-size:11px;margin-top:4px;color:#e0e7e0;min-height:44px}
.hero-secondary .icon{width:17px;height:17px}
.hero-secondary:hover{text-decoration:underline}
.photo-note{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:9px;background:#fffffff0;backdrop-filter:blur(8px);padding:8px 11px;border-radius:8px;color:var(--forest);font-size:9px;line-height:1.7}
.photo-note .icon{width:25px;height:25px}
.photo-note strong{font-size:10px}
.heritage-seal{position:absolute;right:16px;bottom:19px;width:80px;height:80px;border:1px solid var(--yellow);outline:4px solid var(--yellow);border-radius:50%;background:var(--yellow);color:var(--forest);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(9deg);box-shadow:0 3px 18px #172c2d18}
.heritage-seal:before{content:'';position:absolute;inset:3px;border:1px solid #16473455;border-radius:50%}
.heritage-seal span{font-size:5px;font-weight:700;letter-spacing:.6px}
.heritage-seal strong{font:700 23px/.88 var(--display);text-align:center;margin:5px 0}
.image-caption{position:absolute;left:10px;bottom:9px;color:white;background:#163829bb;border-radius:4px;padding:2px 7px;font-size:9px}
.benefits{display:grid;grid-template-columns:1fr;padding:26px 10px;border-bottom:1px solid var(--line);gap:19px}
.benefits>div{display:flex;align-items:center;gap:17px}
.benefits .icon{width:27px;height:27px;color:var(--green)}
.benefits strong{display:block;font-size:13px}
.benefits small{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.section-heading{margin-bottom:25px}
.section-heading h2{margin-top:12px}
.section-heading>p{color:var(--muted);font-size:13px;margin-top:17px}
.catalog .eyebrow,.coverage .eyebrow{color:var(--green)}
.catalog-tools{display:flex;flex-wrap:wrap;gap:13px;align-items:center;justify-content:space-between;margin-bottom:13px}
.kit-filters{display:flex;gap:5px;width:100%;justify-content:space-between}
.kit-filters button{min-height:44px;border:1px solid var(--line);background:white;color:var(--ink);border-radius:30px;font-size:11px;font-weight:600;padding:10px 12px;flex:1;white-space:nowrap}
.kit-filters button[aria-pressed=true]{background:var(--forest);border-color:var(--forest);color:white}
.kit-filters button:hover{border-color:var(--forest)}
.kit-count{font-size:11px;color:var(--muted)}
.catalog-preview{font-size:10px;line-height:1.7;color:#695622;background:#fff4d2;border:1px solid #e9dcb3;padding:9px 12px;border-radius:7px;margin-bottom:21px;display:flex;gap:9px;align-items:center}
.catalog-preview>span{font-size:20px;line-height:1}
.product-grid{display:grid;grid-template-columns:1fr;gap:22px}
.product-card{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:white;display:flex;flex-direction:column;min-width:0}
.product-photo{position:relative;display:block;width:100%;padding:0;overflow:hidden;aspect-ratio:1.5;background:var(--pale);flex-shrink:0;text-align:left}
.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-photo:hover img{transform:scale(1.035)}
.product-photo:focus-visible{outline-offset:-5px}
.product-tag{position:absolute;left:15px;top:15px;font-size:8px;letter-spacing:1px;font-weight:700;background:#fffdf1;color:var(--ink);padding:7px 10px;border-radius:4px}
.photo-expand{position:absolute;bottom:13px;right:13px;display:grid;place-items:center;width:32px;height:32px;background:white;border-radius:50%;font-size:22px;color:var(--forest)}
.product-info{padding:21px;display:flex;flex-direction:column;flex:1}
.product-meta{font-size:10px;color:var(--green);font-weight:600;letter-spacing:.1px;margin-bottom:8px}
.product-meta span{padding-inline:5px}
.product-description{font-size:13px;color:var(--muted);margin-top:11px;margin-bottom:19px;min-height:42px}
.kit-details-button{display:flex;align-items:center;gap:9px;background:none;color:var(--green);font-size:12px;font-weight:700;border-top:1px solid var(--line);width:100%;padding:14px 0;min-height:48px;text-align:left;margin-top:auto}
.kit-details-button .icon{width:20px;height:20px}
.kit-details-button .icon:last-child{margin-left:auto}
.product-action{width:100%;font-size:12px;margin-top:2px}
.product-action .icon{width:21px;height:21px}
.catalog-help{margin-top:25px;border-radius:12px;background:var(--pale);padding:20px;display:flex;flex-direction:column;align-items:flex-start;gap:9px}
.catalog-help strong{display:block;font-size:13px}
.catalog-help p>span{display:block;font-size:12px;color:var(--muted);margin-top:3px}
.catalog-help .text-button{margin:0;padding-block:9px}
.catalog-note{font-size:10px;color:var(--muted);margin-top:18px;text-align:center;padding-inline:10px}
.process-section{background:var(--pale);padding-block:44px}
.process-inner{display:grid;grid-template-columns:1fr;gap:30px;padding-inline:13px;align-items:center}
.process-intro{position:relative}
.process-intro h2{font-size:49px;margin-top:13px}
.process-flower{position:absolute;right:12px;bottom:6px;font-size:60px;color:var(--green);display:block;line-height:1}
.steps{list-style:none;padding:0;margin:0;display:grid;gap:25px}
.steps li{display:flex;gap:16px;align-items:flex-start}
.step-number{width:29px;height:29px;display:grid;place-items:center;flex-shrink:0;background:var(--forest);border-radius:50%;color:white;font-size:11px;font-weight:700;margin-top:2px}
.steps h3{font-family:var(--body);font-size:14px;line-height:1.5;letter-spacing:-.2px}
.steps p{font-size:12px;line-height:1.75;color:var(--muted);margin-top:4px;max-width:275px}
.process-image{display:none}
.coverage{display:grid;grid-template-columns:1fr;gap:25px;align-items:center;padding-inline:13px}
.coverage h2{margin-top:14px}
.coverage p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:20px;line-height:1.9}
.text-button{display:inline-flex;align-items:center;gap:18px;min-height:44px;color:var(--green);font-weight:700;font-size:12px;margin-top:19px;background:none;padding:6px 0;border-bottom:1px solid var(--green)}
.city-list>div{display:flex;align-items:center;border-bottom:1px solid var(--line);gap:20px;padding:18px 0}
.city-list .icon{color:var(--green);width:26px;height:26px}
.city-list strong{font:700 32px/1.2 var(--display)}
.city-list span{margin-left:auto;font-size:11px;color:var(--muted)}
.city-list small{font-size:10px;color:var(--muted);display:block;margin-top:18px}
.final-cta{background:var(--forest);color:white;padding:33px 25px;border-radius:16px}
.final-cta .eyebrow{font-size:8px;color:#dce6d8;letter-spacing:1.2px;max-width:235px;line-height:1.7}
.final-cta h2{font-size:clamp(46px,14vw,59px);margin-top:11px}
.final-cta .button{font-size:11px;gap:9px;padding-inline:12px;width:100%;margin-top:25px}
.final-cta .button .icon{width:20px;height:20px}
.faq{display:grid;grid-template-columns:1fr;gap:18px;padding:45px 13px}
.faq h2{font-size:35px}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;gap:18px;padding:18px 0;min-height:48px}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{font-size:22px;font-weight:400;line-height:1;transition:transform .2s}
.faq details[open] summary span{transform:rotate(45deg)}
.faq details p{font-size:12px;color:var(--muted);padding-bottom:20px}
.footer{border-top:1px solid var(--line);display:flex;align-items:center;gap:13px;padding:24px 0 112px;flex-wrap:wrap}
.footer .brand img{width:54px;height:54px}
.footer p{font-size:10px}
.footer small{color:var(--muted);font-size:9px;display:block;margin-top:5px}
.footer-location{display:none}
.privacy-link{font-size:10px;min-height:44px;display:flex;align-items:center;text-decoration:underline;margin-left:auto;color:var(--muted)}
.mobile-contact{display:flex;position:fixed;z-index:5;bottom:0;left:0;right:0;background:#fafbf7f5;backdrop-filter:blur(12px);padding:10px 16px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -3px 20px #123e3510;border-top:1px solid var(--line);gap:12px}
.mobile-contact>a{display:flex;align-items:center;gap:8px;justify-content:center;min-height:48px;padding-inline:10px;font-size:12px;font-weight:700}
.mobile-contact>a .icon{width:21px;height:21px}
.mobile-contact .button{flex:1;font-size:12px}
.dialog-open{overflow:hidden}
.dialog-open .mobile-contact{visibility:hidden}
/* Dialogs: a single scrolling area, always reachable actions, explicit focus management. */
dialog{width:min(530px,calc(100% - 24px));max-height:calc(100dvh - 24px);border:none;border-radius:18px;padding:32px 24px;background:var(--paper);color:var(--ink);box-shadow:0 30px 100px #0003;overscroll-behavior:contain}
dialog::backdrop{background:#0c241bcc;backdrop-filter:blur(4px)}
.close-dialog{position:absolute;right:12px;top:10px;font-size:28px;color:var(--forest);background:#fafbf7ed;line-height:1;width:44px;height:44px;border-radius:50%;z-index:3;display:grid;place-items:center}
.close-dialog:hover{background:var(--pale)}
dialog h2{font-size:46px;margin-top:12px}
.dialog-description{font-size:13px;color:var(--muted);margin-top:16px}
form{margin-top:25px}
form label{font-size:12px;font-weight:700;display:block;margin-bottom:7px}
form label span{font-weight:400;color:var(--muted);font-size:10px}
input,select{width:100%;min-height:48px;border:1px solid #bac8bb;border-radius:7px;background:white;color:var(--ink);padding:10px 12px;font-size:16px}
select{text-overflow:ellipsis;padding-right:28px}
.form-row{display:grid;grid-template-columns:1fr;gap:16px;margin-top:20px}
.form-submit{width:100%;margin-top:25px;font-size:12px;gap:9px}
.form-submit .icon{width:20px;height:20px}
.form-note{font-size:10px;color:var(--muted);text-align:center;margin-top:13px}
#preview-message{background:var(--pale);padding:17px;border-radius:10px;font-size:12px;margin-top:20px;overflow-wrap:anywhere}
#preview-message p{margin-top:9px;white-space:pre-wrap}
#preview-message small{display:block;font-size:10px;margin-top:10px;color:var(--muted)}
#form-error{font-size:12px;color:#ad3329;margin-top:14px}
.form-privacy{font-size:10px;color:var(--muted);margin-top:18px;text-align:center;line-height:1.8}
.form-privacy a{text-decoration:underline}
.kit-dialog{position:fixed;inset:auto 0 0;width:100%;max-width:none;height:90dvh;max-height:none;margin:0;padding:0;border-radius:20px 20px 0 0;overflow:hidden}
.kit-dialog[open]{display:flex;flex-direction:column}
.dialog-scroll{min-height:0;flex:1;overflow-y:auto;overscroll-behavior:contain}
.kit-dialog-photo{height:180px;position:relative;background:var(--pale)}
.kit-dialog-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%}
.kit-dialog-photo>span{position:absolute;left:12px;bottom:10px;font-size:9px;background:#164734d9;color:white;padding:3px 7px;border-radius:4px}
.kit-dialog-content{padding:25px 24px 20px}
.kit-dialog-content .eyebrow{font-size:9px;color:var(--green)}
.kit-dialog h2{font-size:45px;margin-top:9px}
#kit-dialog-description{font-size:13px;color:var(--muted);margin-top:12px}
.kit-summary{display:flex;align-items:center;gap:13px;padding-block:17px;margin-block:7px 14px;border-bottom:1px solid var(--line);font-size:12px}
.kit-summary strong{color:var(--green)}
.kit-summary>span{color:var(--muted);font-size:11px}
.kit-dialog h3{font-family:var(--body);font-size:16px;line-height:1.4}
.composition-note{font-size:10px;color:#71591e;margin-top:6px}
.kit-items{list-style:none;margin:15px 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:0}
.kit-items li{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);min-width:0}
.item-quantity{width:33px;height:33px;display:grid;place-items:center;background:var(--pale);border-radius:7px;flex-shrink:0;font-size:12px;font-weight:700;color:var(--green)}
.item-name{font-size:13px;font-weight:600}
.item-package{font-size:12px;color:var(--muted);margin-left:auto;white-space:nowrap}
.kit-conditions{font-size:11px;color:var(--muted);margin-top:20px}
.kit-dialog-footer{flex-shrink:0;padding:13px 20px calc(13px + env(safe-area-inset-bottom));background:var(--paper);border-top:1px solid var(--line)}
.kit-dialog-footer>span{display:none}
.kit-dialog-footer .button{width:100%;justify-content:center;min-height:50px;font-size:13px}
.kit-dialog-footer .icon:last-child{margin-left:auto}
.noscript-note{padding:15px;background:var(--yellow);text-align:center}
.privacy-page{padding-block:30px 80px;max-width:760px}
.privacy-page h1{font-size:52px;margin-bottom:24px}
.privacy-page h2{font-size:29px;margin:30px 0 12px}
.privacy-page p{font-size:14px;line-height:1.9;margin-bottom:13px}
.privacy-page>a{display:inline-flex;min-height:44px;align-items:center;text-decoration:underline;font-size:13px}
@media(min-width:701px){
 .wrap{width:calc(100% - 56px)}.section{padding-block:75px}h2{font-size:57px}
 .topline{display:flex;justify-content:space-between;background:var(--forest);color:white;padding:9px 28px;font-size:10px;font-weight:600;letter-spacing:.2px}.topline-end{display:flex;gap:12px;align-items:center}.topline-end span{color:var(--yellow);font-size:18px;line-height:12px}
 .header{height:102px;gap:20px}.brand img{width:77px;height:77px}.header nav{display:flex;gap:20px;font-size:11px;font-weight:600;margin-left:auto;margin-right:8px}.header nav a{padding:12px 0}.header nav a:hover{color:var(--green)}.header-cta{font-size:11px}.mobile-nav{display:none}
 .hero{grid-template-columns:46% 54%;border-radius:22px;min-height:550px}.hero-copy{padding:40px 26px}.hero-photo{grid-row:auto;aspect-ratio:auto}.hero-photo>img{object-position:51% center}
 h1{font-size:clamp(56px,6.7vw,80px);letter-spacing:-1.1px;line-height:.99;margin-top:25px}.hero-description{font-size:12px;line-height:1.85;margin:24px 0 28px}.hero-copy>.button{width:auto;min-width:215px;gap:20px}.hero-secondary{font-size:11px;margin-top:12px;padding:8px 0}
 .photo-note{left:19px;top:21px;padding:11px 13px;font-size:10px}.photo-note strong{font-size:11px}.heritage-seal{width:103px;height:103px;right:21px;bottom:31px}.heritage-seal strong{font-size:28px;margin-block:7px}.heritage-seal span{font-size:6px}.image-caption{left:16px;bottom:12px}
 .benefits{grid-template-columns:repeat(3,1fr);padding:30px 4px;gap:13px}.benefits>div{justify-content:center;gap:11px}.benefits>div+div{border-left:1px solid var(--line)}.benefits strong{font-size:11px}.benefits small{font-size:9px}.benefits .icon{width:29px;height:29px}
 .section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}.section-heading>p{font-size:13px;margin:0;padding-bottom:6px}
 .kit-filters{width:auto;gap:8px}.kit-filters button{padding-inline:20px;font-size:12px}.catalog-tools{margin-bottom:16px}.catalog-preview{font-size:11px}.product-grid{grid-template-columns:repeat(2,1fr);gap:23px}.product-info{padding:23px}.product-meta{font-size:11px}.catalog-help{flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:22px 25px}
 .process-section{padding-block:56px}.process-inner{grid-template-columns:1fr 1.35fr;gap:32px;padding:0}.process-flower{position:static;font-size:58px;margin-top:25px}.process-intro h2{font-size:54px}
 .coverage{grid-template-columns:1fr 1fr;gap:60px;padding-inline:25px}.city-list strong{font-size:33px}
 .final-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:38px 32px}.final-cta .eyebrow{max-width:none;font-size:8px}.final-cta h2{font-size:59px}.final-cta .button{width:auto;margin:0;white-space:nowrap;font-size:11px;gap:9px}
 .faq{grid-template-columns:1fr 1.5fr;gap:35px;padding:62px 25px}.faq h2{font-size:38px}.footer{padding-block:28px;gap:20px}.footer .brand img{width:66px;height:66px}.footer p{font-size:11px}.footer small{font-size:10px}.footer-location{display:block;margin-left:auto;font-size:10px;color:var(--muted)}.privacy-link{margin-left:10px}.mobile-contact{display:none}
 dialog{padding:36px;max-height:calc(100dvh - 40px)}dialog h2{font-size:49px}.form-row{grid-template-columns:1.2fr 1fr;gap:15px}.form-submit{font-size:13px}.form-submit .icon{width:23px;height:23px}
 .kit-dialog{inset:0;width:min(680px,calc(100% - 64px));height:85dvh;max-height:900px;max-width:680px;margin:auto;border-radius:20px}.kit-dialog-photo{height:240px}.kit-dialog-content{padding:28px 35px}.kit-dialog h2{font-size:52px}.kit-items{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:25px}.kit-dialog-footer{display:flex;align-items:center;gap:25px;padding:18px 35px}.kit-dialog-footer>span{display:block;font-size:12px;white-space:nowrap}.kit-dialog-footer .button{min-width:280px}
}
@media(min-width:1101px){
 .wrap{width:calc(100% - 96px)}.topline{padding:10px max(48px,calc((100vw - 1328px)/2));font-size:11px}.header{height:108px}.brand img{width:80px;height:80px}.header nav{gap:34px;font-size:13px;margin-right:32px}.header-cta{font-size:12px;padding-inline:18px}
 .section{padding-block:86px}h2{font-size:60px;letter-spacing:-1.2px}.hero{grid-template-columns:44% 56%;min-height:580px}.hero-copy{padding:54px 40px 44px 48px}.hero .eyebrow{font-size:10px;letter-spacing:1.2px}.tiny-flower{font-size:23px}h1{font-size:81px;letter-spacing:-1.5px}.hero-description{font-size:13px}.photo-note{top:28px;left:28px;gap:12px;padding:13px 18px;font-size:11px}.photo-note .icon{width:30px;height:30px}.photo-note strong{font-size:12px}.heritage-seal{width:123px;height:123px;right:23px;bottom:33px}.heritage-seal span{font-size:7px;letter-spacing:1px}.heritage-seal strong{font-size:32px}
 .benefits{padding:32px 8px;gap:30px}.benefits>div{gap:17px}.benefits strong{font-size:13px}.benefits small{font-size:10px}.benefits .icon{width:31px;height:31px}
 .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-photo{aspect-ratio:1.15}.product-info{padding:20px 19px}.product-info h3{font-size:33px}.product-description{font-size:12px;min-height:58px}.product-meta{font-size:9px}.product-tag{font-size:7px;left:12px;top:12px}.kit-details-button{font-size:11px}.product-action{font-size:11px}.catalog-help{padding:24px 28px}.catalog-help strong{font-size:14px}
 .process-section{padding-block:62px}.process-inner{grid-template-columns:.9fr 1.35fr 1fr;gap:40px}.process-image{display:block;position:relative;aspect-ratio:1/1.06;border-radius:100px 100px 14px 14px;overflow:hidden}.process-image img{width:100%;height:100%;object-fit:cover}.process-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#173e30d9)}.process-image>span{position:absolute;bottom:25px;left:22px;z-index:1;font-size:12px;color:white;line-height:1.7}
 .coverage{padding-inline:50px;gap:80px}.final-cta{padding:47px 50px}.final-cta .eyebrow{font-size:9px}.final-cta h2{font-size:68px}.final-cta .button{font-size:12px}.faq{padding:68px 50px;gap:80px}
}
@media(min-width:1600px){.hero{min-height:640px}.hero-copy{padding-left:56px}h1{font-size:88px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* ===== v2: fotos reais, kit único e rodapé reorganizado ===== */
.hero-photo>img{object-position:center 22%}
.product-photo img,.kit-dialog-photo img{object-position:center 55%}
.process-image img{object-position:center 60%}
/* Kit único: card horizontal em telas maiores */
.product-grid{grid-template-columns:1fr}
/* Rodapé */
.footer{display:block;padding:36px 0 112px}
.footer-main{display:grid;grid-template-columns:1fr;gap:28px}
.footer-brand{display:flex;align-items:center;gap:16px}
.footer-brand p{font:700 22px/1.05 var(--display);color:var(--forest)}
.footer-col h2{font:700 10px/1.5 var(--body);letter-spacing:1.5px;text-transform:uppercase;color:var(--green);margin-bottom:10px}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:2px}
.footer-col li{font-size:13px;min-height:32px;display:flex;align-items:center}
.footer-col a,.footer-link{color:var(--ink);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--line)}
.footer-col a:hover,.footer-link:hover{color:var(--green);text-decoration-color:currentColor}
.footer-link{background:none;padding:0;font:inherit;font-size:13px;min-height:32px}
.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 20px;margin-top:28px;padding-top:18px;border-top:1px solid var(--line)}
.footer-bottom small{font-size:11px;color:var(--muted)}
@media(min-width:701px){
 .hero-photo>img{object-position:center 30%}
 .product-grid{grid-template-columns:1fr}
 .product-card{display:grid;grid-template-columns:1.15fr 1fr}
 .product-photo{aspect-ratio:auto;min-height:100%}
 .product-photo img{position:absolute;inset:0}
 .product-info{padding:36px 36px 32px;justify-content:center}
 .product-description{min-height:0}
 .footer{padding:48px 0 32px}
 .footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:48px;align-items:start}
 .footer-brand p{font-size:26px}
 .footer-bottom{margin-top:40px;padding-top:20px}
}
@media(min-width:1101px){
 .product-photo{aspect-ratio:auto}
 .product-info{padding:48px 56px}
 .product-info h3{font-size:52px}
 .product-description{font-size:14px;min-height:0}
 .product-meta{font-size:11px}
 .product-tag{font-size:9px;left:18px;top:18px}
 .kit-details-button,.product-action{font-size:13px}
 .product-action{max-width:340px}
 .footer-brand p{font-size:30px}
}

/* Imagem "desde 2009" também no celular e tablet */
@media(max-width:1100px){
 .process-image{display:block;position:relative;aspect-ratio:4/4.4;max-height:520px;border-radius:80px 80px 14px 14px;overflow:hidden}
 .process-image img{width:100%;height:100%;object-fit:cover}
 .process-image:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#173e30d9)}
 .process-image>span{position:absolute;bottom:20px;left:20px;z-index:1;font-size:12px;color:white;line-height:1.7}
}
@media(min-width:701px) and (max-width:1100px){.process-image{grid-column:1/-1;aspect-ratio:16/10}}

/* Selo "desde 2009" em imagem, pequeno no canto da foto */
.hero-photo>img.heritage-seal-img{position:absolute;top:auto;left:auto;right:12px;bottom:12px;width:64px;height:auto;max-width:none;background:none;border:0;outline:0;border-radius:0;box-shadow:none;object-fit:contain;object-position:center;transform:rotate(9deg);z-index:2;filter:drop-shadow(0 3px 10px #0f2a1f40)}
.hero-photo>img.heritage-seal-img:before{content:none}
@media(min-width:701px){.hero-photo>img.heritage-seal-img{width:78px;right:18px;bottom:18px}}
@media(min-width:1101px){.hero-photo>img.heritage-seal-img{width:92px;right:22px;bottom:22px}}
