@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ink:#191b18; --muted:#657069; --green:#185c38; --green-deep:#103f27;
  --green-soft:#e8f2eb; --orange:#df6b24; --orange-action:#c65318; --orange-dark:#b84a17; --orange-soft:#fff0e7;
  --cream:#fff6e8; --paper:#fffdf9; --white:#fff; --line:#e3e5df;
  --wa:#25d366; --error:#c9342f; --container:1180px;
  --shadow:0 18px 48px rgba(28,35,29,.1); --shadow-sm:0 7px 24px rgba(28,35,29,.07);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px;overflow-x:hidden}
body{margin:0;min-width:320px;overflow-x:hidden;background:var(--paper);color:var(--ink);font:15px/1.65 "Plus Jakarta Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased}
body.nav-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
button,input,textarea,select{font:inherit}
h1,h2,h3{margin:0;font-family:"Archivo Black",Impact,sans-serif;font-weight:400;line-height:.98;letter-spacing:-.025em}
:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:4px}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.section{padding:88px 0}
.skip-link{position:fixed;z-index:200;top:8px;left:8px;transform:translateY(-160%);padding:10px 16px;border-radius:7px;background:#fff;font-weight:800}.skip-link:focus{transform:none}
.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 14px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.eyebrow span{width:25px;height:2px;background:var(--orange)}

.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;border:0;border-radius:9px;padding:0 22px;font-size:13px;font-weight:800;text-decoration:none;cursor:pointer;transition:.18s ease;white-space:nowrap}.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--orange-action);color:#fff;box-shadow:0 9px 24px rgba(198,83,24,.2)}.button-primary:hover{background:var(--orange-dark)}
.button-outline{border:1.5px solid #cfd6cf;background:#fff;color:var(--green-deep)}.button-outline:hover{border-color:var(--green);background:var(--green-soft)}
.button-dark{min-height:42px;background:var(--green);color:#fff}.button-dark:hover{background:var(--green-deep)}

.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid #e8e3da;background:rgba(255,253,249,.97);backdrop-filter:blur(16px)}
.header-inner{display:flex;align-items:center;gap:28px;min-height:82px}
.brand{display:inline-flex;align-items:center;gap:11px;flex-shrink:0;text-decoration:none}
.brand-mark{display:grid;width:48px;height:48px;place-items:center;flex:0 0 auto;border-radius:10px;padding:8px;background:var(--green);box-shadow:0 5px 15px rgba(24,92,56,.15)}
.brand-mark svg{width:100%;height:100%}.monogram-base{fill:#fff}.monogram-accent{fill:var(--orange)}
.brand-copy{display:grid;gap:4px;line-height:1}.brand-copy strong{font-size:19px;font-weight:800;letter-spacing:.1em}.brand-copy small{display:flex;gap:7px;color:var(--orange-dark);font-size:8.5px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.brand-copy i{border-left:1px solid #d4d2ca;padding-left:7px;color:var(--green);font-style:normal}
.primary-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.primary-nav a{padding:8px 13px;border-radius:7px;font-size:12px;font-weight:700;text-decoration:none}.primary-nav a:hover{background:var(--cream);color:var(--green)}.primary-nav .nav-call-link{display:none}
.header-actions{display:flex;align-items:center;gap:10px}.nav-toggle{display:none;width:43px;height:43px;border:1px solid #d5d8d1;border-radius:8px;padding:10px;background:#fff;color:var(--green);cursor:pointer}.nav-toggle span{display:block;width:19px;height:2px;margin:auto;border-radius:2px;background:currentColor;transition:.18s}.nav-toggle span+span{margin-top:4px}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-6px) rotate(-45deg)}

.hero{overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(140deg,#fffdfa 0%,#faf3ea 100%)}
.hero-inner{padding-block:54px 58px}
.hero-intro{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:clamp(40px,8vw,110px);margin-bottom:34px}
.hero h1{max-width:760px;font-size:clamp(48px,5.7vw,76px)}.hero h1 em{display:block;color:var(--orange);font-style:normal}
.hero-intro-side{padding-bottom:4px}.hero-intro-side>p{max-width:470px;margin:0;color:var(--green-deep);font-size:16px;font-weight:600;line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.hero-actions .button{min-height:47px}
.hero-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.hero-feature{position:relative;display:grid;grid-template-columns:44% 56%;min-width:0;overflow:hidden;border:1px solid #dcded7;border-radius:17px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease;animation:hero-feature-in .5s cubic-bezier(.2,.7,.25,1) both}
.hero-feature-brush{animation-delay:.07s}
.hero-feature::before{position:absolute;z-index:3;top:0;right:0;left:0;height:5px;background:var(--green);content:""}.hero-feature-brush::before{background:var(--orange)}
.hero-feature:hover{border-color:#c6cec7;transform:translateY(-5px);box-shadow:0 20px 46px rgba(28,35,29,.13)}
.hero-feature-photo{position:relative;display:block;min-height:315px;overflow:hidden;border-right:1px solid var(--line);background:#eee9df}
.hero-feature-photo img{width:100%;height:100%;object-fit:contain;padding:7px;background:#f0e9dd;transition:transform .45s cubic-bezier(.2,.7,.25,1)}
.hero-feature-brush .hero-feature-photo img{padding:0;object-fit:cover}
.hero-feature:hover .hero-feature-photo img{transform:scale(1.025)}
.hero-feature-photo span{position:absolute;right:9px;bottom:9px;border-radius:99px;padding:5px 8px;background:rgba(18,28,21,.83);color:#fff;font-size:7px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.hero-feature-copy{display:flex;min-width:0;flex-direction:column;padding:29px 25px 22px}.hero-category{margin:0 0 9px;color:var(--orange-dark);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero-feature-saw .hero-category{color:var(--green)}
.hero-feature-copy h2{font-size:clamp(25px,2.3vw,34px);line-height:1.03}.hero-feature-copy>p:not(.hero-category){margin:13px 0;color:var(--muted);font-size:12px;line-height:1.65}
.hero-feature-copy ul{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 20px;padding:0;list-style:none}.hero-feature-copy li{border-radius:99px;padding:5px 8px;background:var(--green-soft);color:var(--green-deep);font-size:8px;font-weight:800}.hero-feature-brush .hero-feature-copy li{background:var(--orange-soft);color:var(--orange-dark)}
.hero-feature-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;border-top:1px solid var(--line);padding-top:16px}.hero-feature-bottom strong{color:var(--green);font-size:20px}.hero-feature-brush .hero-feature-bottom strong{color:var(--orange-dark)}.hero-feature-bottom a{display:flex;align-items:center;gap:8px;color:var(--green-deep);font-size:9px;font-weight:800;text-decoration:none;text-transform:uppercase;letter-spacing:.05em}.hero-feature-bottom a span{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;background:var(--green-soft);transition:transform .2s}.hero-feature-bottom a:hover span{transform:translateX(3px)}
@keyframes hero-feature-in{from{opacity:.86;transform:translateY(16px)}to{opacity:1;transform:none}}

.service-strip{border-bottom:1px solid var(--line);background:#fff}.strip-grid{display:grid;grid-template-columns:repeat(3,1fr)}.strip-grid div{display:grid;gap:3px;min-height:92px;align-content:center;border-right:1px solid var(--line);padding:18px 28px}.strip-grid div:first-child{border-left:1px solid var(--line)}.strip-grid b{font-size:12px}.strip-grid span{color:var(--muted);font-size:10px}

.section-heading{max-width:720px;margin-bottom:42px}.section-heading h2,.order-intro h2{font-size:clamp(38px,5vw,62px)}.section-heading>p:last-child{margin:16px 0 0;color:var(--muted)}
.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.comparison-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:17px;padding:32px;background:#fff;box-shadow:var(--shadow-sm)}.comparison-card::before{position:absolute;top:0;right:0;left:0;height:4px;background:var(--green);content:""}.comparison-brush::before{background:var(--orange)}.comparison-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:23px}.comparison-heading span{color:var(--green);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.comparison-brush .comparison-heading span{color:var(--orange-dark)}.comparison-heading strong{font-size:20px;color:var(--green)}.comparison-brush .comparison-heading strong{color:var(--orange-dark)}.comparison-card h3{max-width:520px;font-size:clamp(30px,3.5vw,45px)}.comparison-card>p:not(.source-line):not(.comparison-note){margin:15px 0 20px;color:var(--muted)}.best-for{border-block:1px solid var(--line);padding:17px 0}.best-for b{display:block;margin-bottom:9px;color:var(--ink);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.best-for ul{display:flex;flex-wrap:wrap;gap:7px;margin:0;padding:0;list-style:none}.best-for li{border-radius:99px;padding:6px 9px;background:var(--green-soft);color:var(--green-deep);font-size:9px;font-weight:800}.comparison-brush .best-for li{background:var(--orange-soft);color:var(--orange-dark)}.comparison-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:16px 0 0}.comparison-facts div{display:grid;gap:2px}.comparison-facts dt{color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase}.comparison-facts dd{margin:0;color:var(--green-deep);font-size:12px;font-weight:800}.comparison-card .source-line,.comparison-note{margin:15px 0 20px;color:var(--muted);font-size:9px;line-height:1.6}.comparison-card .button{align-self:flex-start;margin-top:auto}
.products-section{background:var(--paper)}.product-list{display:grid;gap:22px}.product-card{display:grid;grid-template-columns:minmax(330px,.85fr) 1.15fr;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.product-card-featured{border-color:#efc1a4}.product-image{position:relative;min-height:510px;background:#eee9df}.product-image img{width:100%;height:100%;object-fit:contain;padding:18px}.product-image-brush{background:#f2f0eb}.product-image-brush img{padding:0;object-fit:cover}.photo-badge{position:absolute;left:15px;bottom:15px;border-radius:7px;padding:8px 10px;background:rgba(17,31,21,.84);color:#fff;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.product-content{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,60px)}.product-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.product-topline>span{color:var(--orange-dark);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.product-topline strong{flex:none;color:var(--green);font-size:23px}.product-content h3{max-width:600px;font-size:clamp(32px,4vw,52px)}.product-content>p{max-width:620px;margin:18px 0;color:var(--muted)}
.fact-list{display:grid;grid-template-columns:repeat(3,1fr);margin:10px 0 4px;border-block:1px solid var(--line)}.fact-list div{display:grid;gap:2px;padding:14px 12px}.fact-list div+div{border-left:1px solid var(--line)}.fact-list dt{color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase}.fact-list dd{margin:0;color:var(--green-deep);font-size:14px;font-weight:800}
.function-list{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:10px 0 4px;padding:0;list-style:none}.function-list li{position:relative;border-radius:8px;padding:11px 12px 11px 34px;background:var(--green-soft);color:var(--green-deep);font-size:12px;font-weight:700}.function-list li::before{position:absolute;left:12px;content:"✓";color:var(--green);font-weight:900}
.product-content .source-line{margin:15px 0 0;font-size:10px;line-height:1.65}.source-line a{color:var(--green);font-weight:800;text-underline-offset:2px}.product-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}

.photos-section{border-block:1px solid var(--line);background:var(--cream)}.split-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;max-width:none}.split-heading>p{max-width:420px;margin:0 0 4px;color:var(--muted);font-size:12px}.photo-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:315px 235px;gap:13px}.photo-card{position:relative;overflow:hidden;margin:0;border:0;border-radius:13px;padding:0;background:#e9e7e1;text-align:left;box-shadow:var(--shadow-sm)}button.photo-card{cursor:zoom-in}.photo-card-main{grid-row:1/3}.photo-card img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.photo-card-main img{object-fit:contain;background:#eeeae2}.photo-card:hover img{transform:scale(1.025)}.photo-card span,.photo-card figcaption{position:absolute;right:10px;bottom:10px;left:10px;display:grid;gap:2px;border-radius:8px;padding:9px 11px;background:rgba(18,28,21,.85);color:#fff}.photo-card b{font-size:11px}.photo-card small{color:rgba(255,255,255,.78);font-size:8px}.reference-card::before{position:absolute;z-index:1;top:10px;left:10px;border-radius:5px;padding:5px 7px;background:#fff;color:var(--orange-dark);font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;content:"Illustrative"}.reference-wide{grid-column:2/4}.reference-wide img{object-position:center}.credits{margin:16px 0 0;color:var(--muted);font-size:9px}.credits a{color:var(--green-deep);font-weight:700}

.order-section{background:#fff}.order-grid{display:grid;grid-template-columns:.72fr 1.28fr;align-items:start;gap:clamp(45px,8vw,100px)}.order-intro{position:sticky;top:112px}.order-intro>p:not(.eyebrow){max-width:430px;color:var(--muted)}
.order-steps{display:grid;gap:0;max-width:420px;margin:28px 0 0;padding:0;list-style:none}.order-steps li{display:grid;grid-template-columns:34px 1fr;gap:12px;border-top:1px solid var(--line);padding:14px 0}.order-steps li>span{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:10px;font-weight:800}.order-steps div{display:grid;gap:2px}.order-steps b{font-size:12px}.order-steps small{color:var(--muted);font-size:10px}
.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:8px;max-width:420px;margin-top:20px;border-left:4px solid var(--green);border-radius:9px;padding:14px;background:var(--green-soft)}.contact-card>span{grid-column:1/-1;font-size:11px;font-weight:800}.contact-action{display:flex;align-items:center;justify-content:center;min-height:44px;border:1px solid #b9cfbf;border-radius:8px;padding:0 9px;background:#fff;color:var(--green-deep);font-size:10px;font-weight:800;text-align:center;text-decoration:none}.contact-whatsapp{border-color:var(--wa);background:var(--wa);color:#fff}
.order-form{border:1px solid #dfe5de;border-radius:18px;padding:clamp(24px,4vw,38px);background:#fff;box-shadow:0 22px 60px rgba(28,35,29,.11)}.form-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:20px}.form-heading p{margin:0 0 5px;color:var(--orange-dark);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.form-heading h3{font-size:clamp(25px,3vw,34px)}.form-heading>span{flex:none;border-radius:99px;padding:6px 9px;background:var(--green-soft);color:var(--green-deep);font-size:8px;font-weight:800}.form-intro{margin:11px 0 22px;color:var(--muted);font-size:9px}
.form-section{min-width:0;margin:0 0 18px;border:0;border-bottom:1px solid var(--line);padding:0 0 4px}.form-section legend{display:flex;align-items:center;gap:8px;margin-bottom:13px;padding:0;color:var(--green-deep);font-size:11px;font-weight:800}.form-section legend span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:8px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.delivery-row{grid-template-columns:minmax(0,1fr) 112px}.field{display:grid;margin-bottom:15px}.field label{margin-bottom:6px;color:#313a33;font-size:9px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.field label span{color:var(--orange)}.field label small{color:var(--muted);font-weight:500;text-transform:none}.field input,.field textarea,.field select{width:100%;border:1.5px solid #dce1db;border-radius:8px;padding:12px 13px;background:#fbfcfa;color:var(--ink);font-size:13px;transition:border-color .18s,box-shadow .18s,background .18s}.field input,.field select{height:49px}.field textarea{min-height:88px;resize:vertical}.select-wrap{position:relative}.select-wrap::after{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:var(--green);font-size:11px;pointer-events:none;content:"⌄"}.field select{appearance:none;padding-right:38px;font-weight:700}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--green);outline:0;box-shadow:0 0 0 3px rgba(24,92,56,.12);background:#fff}.field input[aria-invalid=true]{border-color:var(--error)}.field input::placeholder,.field textarea::placeholder{color:#9ba39d}.error{min-height:13px;margin-top:3px;color:var(--error);font-size:8px}.submit-button{width:100%;min-height:55px;background:var(--wa);color:#073e22;box-shadow:0 10px 26px rgba(37,211,102,.2)}.submit-button:hover{background:#21c45e}.submit-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}.form-note{margin:11px auto 0;max-width:520px;color:var(--muted);font-size:9px;line-height:1.55;text-align:center}.form-note b{color:var(--green-deep)}.form-status{display:none;margin-bottom:18px;border-radius:8px;padding:12px 14px;font-size:11px}.form-status.visible{display:block}.form-status.error-state{border:1px solid #f2b8b5;background:#fff1f0;color:var(--error)}.form-status.info-state{border:1px solid #b9ddc4;background:#eff9f2;color:var(--green-deep)}

.site-footer{border-top:1px solid #ccd9ce;background:#edf4ec;padding:52px 0 20px}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-main>div{display:flex;align-items:flex-start;flex-direction:column;gap:8px}.footer-main b{color:var(--green);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.footer-main p,.footer-main a:not(.brand){margin:0;color:#597062;font-size:11px;text-decoration:none}.footer-brand{margin-bottom:6px}.footer-bottom{display:flex;justify-content:space-between;margin-top:38px;border-top:1px solid #ccd9ce;padding-top:18px;color:#718078;font-size:10px}.footer-bottom a{text-decoration:none}
.mobile-cta{display:none}.lightbox{width:min(94vw,980px);max-width:none;border:0;border-radius:14px;padding:42px 14px 14px;background:#fff;box-shadow:var(--shadow)}.lightbox::backdrop{background:rgba(5,8,6,.88);backdrop-filter:blur(5px)}.lightbox img{width:100%;max-height:80vh;object-fit:contain}.lightbox-close{position:absolute;top:8px;right:12px;border:0;background:none;color:var(--muted);font-size:28px;cursor:pointer}

@media(max-width:900px){
  .section{padding:72px 0}.header-inner{justify-content:space-between}.nav-toggle{display:block}.header-call{display:none}
  .primary-nav{position:absolute;top:100%;right:0;left:0;display:none;align-items:stretch;flex-direction:column;gap:0;margin:0;border-block:1px solid #ddd;padding:8px 20px;background:#fffdf9;box-shadow:var(--shadow)}.primary-nav.open{display:flex}.primary-nav a{padding:12px 10px}.primary-nav a+a{border-top:1px solid var(--line)}.primary-nav .nav-call-link{display:block;margin-top:5px;background:var(--green);color:#fff;text-align:center}
  .hero-intro{grid-template-columns:1fr;align-items:start;gap:18px}.hero-intro-side{display:flex;align-items:end;justify-content:space-between;gap:24px}.hero-intro-side>p{max-width:480px}.hero-actions{flex:none;margin-top:0}.hero-feature{grid-template-columns:1fr}.hero-feature-photo{min-height:245px;border-right:0;border-bottom:1px solid var(--line)}.hero-feature-copy{padding:23px 20px 19px}.product-card{grid-template-columns:.82fr 1.18fr}.product-image{min-height:460px}.photo-grid{grid-template-columns:1fr 1fr;grid-template-rows:320px 230px 190px}.photo-card-main{grid-row:1/3}.reference-wide{grid-column:1/3}.order-grid{grid-template-columns:.8fr 1.2fr;gap:35px}
}

@media(max-width:700px){
  body{padding-bottom:62px}.container{width:min(calc(100% - 28px),var(--container))}.section{padding:60px 0}.header-inner{min-height:72px}.brand-mark{width:43px;height:43px}.brand-copy strong{font-size:17px}.brand-copy small{font-size:7.5px}
  .hero-inner{padding-block:42px 46px}.hero h1{font-size:clamp(43px,12.5vw,58px)}.hero-intro{margin-bottom:28px}.hero-intro-side{display:block}.hero-intro-side>p{font-size:14px}.hero-actions{margin-top:18px}.hero-catalog{grid-template-columns:1fr;gap:12px}.hero-feature{grid-template-columns:40% 60%;border-radius:13px}.hero-feature-photo{min-height:235px;border-right:1px solid var(--line);border-bottom:0}.hero-feature-copy{padding:20px 16px 16px}.hero-feature-copy h2{font-size:25px}.hero-feature-copy>p:not(.hero-category){margin:10px 0;font-size:10px}.hero-feature-copy ul{margin-bottom:12px}.hero-feature-bottom{padding-top:12px}.hero-feature-bottom strong{font-size:17px}
  .strip-grid{grid-template-columns:1fr}.strip-grid div{min-height:68px;border-right:0;border-bottom:1px solid var(--line);padding:13px 15px}.strip-grid div:first-child{border-left:0}
  .section-heading{margin-bottom:30px}.section-heading h2,.order-intro h2{font-size:40px}.comparison-grid{grid-template-columns:1fr}.comparison-card{padding:25px 20px}.comparison-heading{margin-bottom:17px}.comparison-card h3{font-size:32px}.comparison-card .button{width:100%}.product-card{grid-template-columns:1fr}.product-image{min-height:0;aspect-ratio:4/4.5}.product-image-brush{aspect-ratio:1/1}.product-content{padding:26px 20px 28px}.product-topline{align-items:flex-start;flex-direction:column;gap:6px}.product-topline strong{font-size:21px}.product-content h3{font-size:34px}.fact-list{grid-template-columns:1fr}.fact-list div+div{border-top:1px solid var(--line);border-left:0}.function-list{grid-template-columns:1fr}.product-actions .button{flex:1}
  .split-heading{align-items:flex-start;flex-direction:column;gap:15px}.photo-grid{grid-template-columns:1fr;grid-template-rows:none}.photo-card,.photo-card-main,.reference-wide{grid-column:auto;grid-row:auto;min-height:280px}.photo-card-main{min-height:390px}.reference-wide{min-height:160px}
  .order-grid{grid-template-columns:1fr}.order-intro{position:static}.order-steps{margin-top:22px}.contact-card{grid-template-columns:1fr 1fr}.field-row{grid-template-columns:1fr;gap:0}.field-row.delivery-row{grid-template-columns:minmax(0,1fr) 90px;gap:10px}.order-form{padding:24px 18px}.form-heading{align-items:flex-start}.form-heading h3{font-size:28px}.footer-main{grid-template-columns:1fr;gap:28px}.footer-bottom{gap:14px;align-items:flex-start;flex-direction:column}
  .mobile-cta{position:fixed;z-index:60;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 1.35fr;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));background:#fff;box-shadow:0 -5px 22px rgba(0,0,0,.13)}.mobile-cta a{display:grid;min-height:46px;place-items:center;border:1px solid var(--green);color:var(--green);font-size:12px;font-weight:800;text-decoration:none}.mobile-cta a:first-child{border-radius:8px 0 0 8px}.mobile-cta a:last-child{border-radius:0 8px 8px 0;background:var(--green);color:#fff}
}

@media(max-width:390px){.container{width:calc(100% - 22px)}.brand{gap:8px}.brand-mark{width:40px;height:40px}.brand-copy strong{font-size:15px}.brand-copy small i{display:none}.hero-feature{grid-template-columns:38% 62%}.hero-feature-photo{min-height:225px}.hero-feature-copy{padding:16px 12px 13px}.hero-feature-copy h2{font-size:21px}.hero-feature-copy li{padding:4px 6px;font-size:7px}.hero-feature-bottom{align-items:flex-start;flex-direction:column;gap:7px}.hero-feature-bottom a{width:100%;justify-content:space-between}.button{padding-inline:16px}.hero-actions .button{flex:1}.product-content h3{font-size:30px}}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}
