:root{
  --green:#173c2b;
  --green-2:#24543d;
  --green-3:#0d261b;
  --gold:#c7aa68;
  --gold-soft:#e8dcc0;
  --cream:#f6f1e7;
  --paper:#fffdf8;
  --ink:#172019;
  --muted:#687168;
  --line:#e4e2da;
  --danger:#a53a30;
  --shadow:0 20px 60px rgba(18,42,29,.12);
  --radius:24px;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html.cart-open,html.cart-open body{overflow:hidden}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.section{padding:96px 0}
.section--soft{background:var(--cream)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--green-2);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.eyebrow:before{content:"";width:34px;height:1px;background:var(--gold)}
.btn{min-height:52px;border:1px solid var(--green);border-radius:999px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;font-weight:800;transition:.2s ease;box-shadow:0 10px 25px rgba(23,60,43,.15)}
.btn:hover{transform:translateY(-2px);background:var(--green-2)}
.btn--ghost{background:transparent;color:var(--green);box-shadow:none}
.btn--ghost:hover{background:#eef5f0}
.btn--small{min-height:42px;padding:9px 18px;font-size:14px}
.btn.is-added{background:#2c704e}
.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
.notice{margin-top:18px;border-radius:16px;padding:14px 18px;font-weight:700}
.notice.success{background:#e7f4ea;color:#1f633b}
.notice.error{background:#fde9e7;color:#962f27}

/* header */
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,226,218,.8)}
.topbar__inner{min-height:78px;display:flex;align-items:center;gap:34px}
.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:900;letter-spacing:-.02em}
.brand__mark{width:42px;height:42px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:20px}
.nav{display:flex;align-items:center;gap:28px;margin-left:auto;color:#485248;font-size:14px;font-weight:700}
.nav a:hover{color:var(--green)}
.cart-button{border:0;border-radius:999px;background:var(--green-3);color:#fff;min-height:46px;padding:10px 17px;font-weight:800;display:flex;align-items:center;gap:10px}
.cart-button span{min-width:23px;height:23px;border-radius:50%;background:var(--gold);color:var(--green-3);display:grid;place-items:center;font-size:12px}

/* hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#f8f3e8 0%,#fdfbf6 52%,#eaf1eb 100%);padding:80px 0 72px}
.hero:before{content:"";position:absolute;width:640px;height:640px;border-radius:50%;background:rgba(199,170,104,.12);right:-220px;top:-280px}
.hero__grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:68px}
.hero h1{max-width:740px;margin:18px 0 22px;font-size:clamp(44px,6.2vw,84px);line-height:.98;letter-spacing:-.055em}
.hero p{max-width:650px;color:#5b675f;font-size:19px;margin:0}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:50px}
.hero__stats div{border-top:1px solid #d8d5ca;padding-top:15px}
.hero__stats b{display:block;font-size:24px;color:var(--green)}
.hero__stats span{color:var(--muted);font-size:13px}
.hero__visual{position:relative;min-height:580px;border-radius:38px;background:var(--green-3);overflow:hidden;box-shadow:var(--shadow)}
.hero__visual img{width:100%;height:100%;min-height:580px;object-fit:cover}
.hero__visual:after{content:"ФАСУВАННЯ 5 • 10 • 25 КГ";position:absolute;left:28px;bottom:28px;background:rgba(255,255,255,.92);padding:12px 18px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--green)}
.seed-art{min-height:580px;display:grid;grid-template-columns:repeat(2,1fr);place-items:center;font-size:100px;background:radial-gradient(circle at 50% 30%,#345b43,#0e2118)}

.benefits{padding:24px 0;background:#fff;border-block:1px solid var(--line)}
.benefits__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefits article{display:flex;flex-direction:column;gap:2px;padding:12px 24px;border-right:1px solid var(--line)}
.benefits article:first-child{padding-left:0}.benefits article:last-child{border:0}
.benefits b{color:var(--green)}.benefits span{font-size:13px;color:var(--muted)}

.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:32px}
.section-head h2{margin:8px 0 0;font-size:clamp(34px,4.5vw,58px);line-height:1.03;letter-spacing:-.04em}
.section-head p{max-width:560px;color:var(--muted)}
.search{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}
.search input{border:0;outline:0;padding:0 18px;width:250px;background:transparent}
.search button{border:0;background:var(--green);color:#fff;font-weight:800;padding:12px 20px}
.chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.chip{border:1px solid var(--line);border-radius:999px;padding:9px 16px;background:#fff;font-size:13px;font-weight:800;color:#667067}
.chip:hover,.chip.is-active{border-color:var(--green);background:var(--green);color:#fff}

/* cards */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product-card{position:relative;border-radius:26px;background:#fff;border:1px solid var(--line);overflow:hidden;transition:.25s ease;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}
.product-card__image{position:relative;aspect-ratio:4/4.75;background:#102219;overflow:hidden}
.product-card__image img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.product-card:hover .product-card__image img{transform:scale(1.025)}
.product-card__badge{position:absolute;left:14px;top:14px;z-index:2;background:rgba(255,253,248,.93);color:var(--green);border-radius:999px;padding:7px 11px;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.product-card__body{display:flex;flex-direction:column;flex:1;padding:20px}
.product-card__category{color:var(--green-2);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.product-card h3{margin:7px 0 9px;font-size:20px;line-height:1.18;letter-spacing:-.025em}
.product-card p{font-size:14px;color:var(--muted);margin:0 0 18px}
.product-card__pack{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;margin-bottom:15px}
.product-card__pack span{font-size:11px;padding:5px 8px;border-radius:999px;background:var(--cream);font-weight:800;color:#5b655d}
.product-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:15px}
.product-card__price small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.product-card__price strong{font-size:21px;color:var(--green)}
.empty{grid-column:1/-1;background:var(--cream);border-radius:24px;padding:44px;text-align:center;color:var(--muted)}

/* editorial */
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.article-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden}
.article-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.article-card>div{padding:22px}.article-card time{color:var(--muted);font-size:12px}.article-card h3{font-size:22px;line-height:1.2;margin:8px 0}.article-card p{color:var(--muted)}.article-card a{font-weight:800;color:var(--green)}
.contact{background:var(--green-3);color:#fff}
.contact .eyebrow{color:var(--gold)}
.contact__grid{display:grid;grid-template-columns:1fr .75fr;gap:60px;align-items:center}
.contact h2{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.04em;margin:12px 0}
.contact p{color:#b9c3bb;font-size:18px;max-width:650px}
.contact__card{border:1px solid rgba(255,255,255,.15);border-radius:26px;padding:30px;display:grid;gap:14px;background:rgba(255,255,255,.05)}
.contact__card a{font-size:21px;font-weight:800}.contact__card span{color:#b9c3bb}
footer{background:#07160f;color:#b8c2bb;border-top:1px solid rgba(255,255,255,.08)}
.footer__inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;font-size:13px}

/* product page */
.breadcrumbs{padding:24px 0 0;color:var(--muted);font-size:13px}.breadcrumbs a{color:var(--green);font-weight:700}
.product-section{padding:34px 0 86px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:64px;align-items:start}
.product-gallery{position:sticky;top:110px}
.product-main-image{position:relative;border-radius:34px;overflow:hidden;background:#102219;box-shadow:var(--shadow)}
.product-main-image img{width:100%;aspect-ratio:4/4.65;object-fit:cover}
.product-main-image__badge{position:absolute;top:20px;left:20px;background:#fff;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--green)}
.product-copy h1{font-size:clamp(39px,4.5vw,62px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 14px}
.product-subtitle{font-size:18px;color:var(--muted);margin:0 0 22px}
.product-rating{display:flex;align-items:center;gap:9px;color:#947423;font-size:13px;font-weight:800;margin-bottom:22px}
.product-rating span:last-child{color:var(--muted);font-weight:600}
.product-price{display:flex;align-items:end;gap:12px;margin:12px 0 8px}
.product-price strong{font-size:38px;line-height:1;color:var(--green)}
.product-price small{color:var(--muted);margin-bottom:4px}
.product-sku{font-size:12px;color:var(--muted);margin-bottom:25px}
.option-block{padding:22px 0;border-top:1px solid var(--line)}
.option-block__head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:13px}
.option-block__head b{font-size:14px}.option-block__head span{font-size:12px;color:var(--muted)}
.variant-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.variant-pill{border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px 12px;text-align:left;transition:.18s ease}
.variant-pill b{display:block;font-size:16px}.variant-pill span{font-size:12px;color:var(--muted)}
.variant-pill:hover,.variant-pill.is-active{border-color:var(--green);box-shadow:0 0 0 2px rgba(23,60,43,.09);background:#f5faf6}
.addon-list{display:grid;gap:10px}
.addon-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:16px;padding:14px;cursor:pointer;background:#fff}
.addon-card:hover{border-color:#b9c8bd}.addon-card input{width:20px;height:20px;accent-color:var(--green)}
.addon-card b{display:block;font-size:14px}.addon-card small{display:block;color:var(--muted);font-size:11px}.addon-card strong{font-size:14px;color:var(--green)}
.purchase-row{display:flex;gap:12px;align-items:stretch;margin-top:18px}
.qty{display:grid;grid-template-columns:42px 42px 42px;border:1px solid var(--line);border-radius:999px;overflow:hidden;background:#fff}
.qty button{border:0;background:transparent;font-size:20px}.qty span{display:grid;place-items:center;font-weight:900}
.purchase-row .btn{flex:1}
.buy-now{width:100%;margin-top:10px;background:var(--gold);border-color:var(--gold);color:var(--green-3);box-shadow:none}
.buy-now:hover{background:#d6bb7c}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:18px}
.trust-row div{border-radius:14px;background:var(--cream);padding:12px;text-align:center;font-size:11px;font-weight:800;color:#566158}
.product-details{padding-top:76px}
.details-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px}
.details-grid h2{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-.04em;margin:10px 0 18px}
.prose{font-size:17px;color:#4f5b52}.prose p{margin:0 0 18px}
.highlight-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}
.highlight-list div{border:1px solid var(--line);border-radius:16px;padding:16px;display:flex;gap:10px;align-items:flex-start;font-weight:700;font-size:14px;background:#fff}
.highlight-list span{color:var(--green);font-weight:900}
.spec-table{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff}
.spec-row{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;padding:16px 20px;border-bottom:1px solid var(--line)}
.spec-row:last-child{border-bottom:0}.spec-row span{color:var(--muted)}.spec-row b{font-size:14px}
.product-warning{margin-top:18px;border-left:4px solid var(--gold);background:#fbf5e8;padding:14px 16px;border-radius:0 14px 14px 0;color:#5e5849;font-size:13px}

/* cart drawer */
.drawer{position:fixed;inset:0;z-index:100;background:rgba(4,15,9,.5);opacity:0;pointer-events:none;transition:.25s ease}
.drawer.is-open{opacity:1;pointer-events:auto}
.drawer__panel{position:absolute;right:0;top:0;height:100%;width:min(480px,100%);background:#fff;transform:translateX(100%);transition:.25s ease;display:flex;flex-direction:column;box-shadow:-20px 0 70px rgba(0,0,0,.18)}
.drawer.is-open .drawer__panel{transform:translateX(0)}
.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line)}
.drawer__head h2{margin:0;font-size:24px}.drawer__close{border:0;background:var(--cream);width:40px;height:40px;border-radius:50%;font-size:26px}
.drawer__body{padding:10px 24px;overflow:auto;flex:1}
.drawer__foot{border-top:1px solid var(--line);padding:20px 24px;background:#fff}
.drawer__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.drawer__total strong{font-size:24px;color:var(--green)}
.drawer__foot .btn{width:100%}.drawer__note{text-align:center;color:var(--muted);font-size:11px;margin:10px 0 0}
.cart-line{display:grid;grid-template-columns:82px 1fr;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}
.cart-line img{width:82px;height:98px;object-fit:cover;border-radius:13px;background:#163324}
.cart-line__content{min-width:0}.cart-line__content b{display:block;font-size:14px;line-height:1.25}.cart-line__content>span{display:block;font-size:11px;color:var(--muted);margin:5px 0}.cart-line__content strong{font-size:15px;color:var(--green)}
.cart-line__controls{display:flex;align-items:center;gap:7px;margin-top:8px}.cart-line__controls button{border:1px solid var(--line);background:#fff;border-radius:9px;min-width:29px;height:29px}.cart-line__controls span{min-width:18px;text-align:center;font-weight:800}.cart-line__controls .cart-line__remove{border:0;color:var(--danger);width:auto;margin-left:4px;font-size:11px}
.cart-empty{padding:80px 20px;text-align:center;color:var(--muted)}.cart-empty span{display:block;font-size:52px}.cart-empty b{display:block;color:var(--ink);font-size:20px;margin-top:10px}.cart-empty p{margin-top:5px}

/* checkout */
.checkout-page{background:#f4f1ea;min-height:100vh}
.checkout-header{background:#fff;border-bottom:1px solid var(--line)}
.checkout-header__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between}
.checkout-header a:last-child{font-size:13px;color:var(--muted);font-weight:700}
.checkout-wrap{display:grid;grid-template-columns:minmax(0,1fr) 470px;gap:48px;padding:52px 0 80px;align-items:start}
.checkout-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:0 12px 38px rgba(20,40,28,.06)}
.checkout-card h1,.checkout-card h2{margin-top:0;letter-spacing:-.03em}.checkout-card h1{font-size:38px}.checkout-card h2{font-size:24px}
.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.checkout-form label{display:grid;gap:7px;font-size:13px;font-weight:800}.checkout-form label.full{grid-column:1/-1}.checkout-form label span{color:var(--muted);font-weight:600}
.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;border:1px solid #d8d9d2;border-radius:13px;padding:13px 14px;background:#fff;outline:0;min-height:49px}
.checkout-form textarea{min-height:100px;resize:vertical}.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,60,43,.09)}
.checkout-form .btn{grid-column:1/-1;width:100%;margin-top:4px}
.checkout-consent{grid-column:1/-1;color:var(--muted);font-size:11px;font-weight:500;line-height:1.45}
.checkout-summary{position:sticky;top:26px}
.checkout-line{display:grid;grid-template-columns:68px 1fr auto;gap:13px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}
.checkout-line__image{position:relative}.checkout-line__image img{width:64px;height:76px;object-fit:cover;border-radius:10px;background:#163324}.checkout-line__image span{position:absolute;right:-6px;top:-6px;min-width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}
.checkout-line b{display:block;font-size:13px;line-height:1.25}.checkout-line small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.checkout-line>strong{font-size:13px}
.checkout-total{display:flex;justify-content:space-between;align-items:center;padding-top:20px;margin-top:7px}.checkout-total strong{font-size:26px;color:var(--green)}
.checkout-empty{text-align:center;padding:35px 10px}
.order-success{max-width:760px;margin:70px auto;background:#fff;border:1px solid var(--line);border-radius:30px;padding:50px;text-align:center;box-shadow:var(--shadow)}
.order-success__icon{width:74px;height:74px;border-radius:50%;background:#e5f2e9;color:var(--green);display:grid;place-items:center;font-size:34px;margin:0 auto 20px}.order-success h1{font-size:42px;letter-spacing:-.04em;margin:0 0 12px}.order-success p{color:var(--muted)}

/* responsive */
@media (max-width:1080px){
  .nav{display:none}.hero__grid{grid-template-columns:1fr 1fr;gap:35px}.hero__visual,.hero__visual img,.seed-art{min-height:500px}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .product-layout{gap:36px;grid-template-columns:minmax(0,1fr) minmax(380px,.95fr)}
  .checkout-wrap{grid-template-columns:1fr 400px;gap:28px}
}
@media (max-width:840px){
  .section{padding:70px 0}.topbar__inner{min-height:68px}.brand{font-size:18px}.brand__mark{width:38px;height:38px}.cart-button{margin-left:auto}
  .hero{padding-top:52px}.hero__grid{grid-template-columns:1fr}.hero h1{font-size:56px}.hero__visual{min-height:auto;max-height:620px}.hero__visual img{min-height:0;aspect-ratio:4/4.4}.seed-art{min-height:420px}
  .benefits__grid{grid-template-columns:repeat(2,1fr)}.benefits article:nth-child(2){border-right:0}.benefits article:nth-child(-n+2){border-bottom:1px solid var(--line)}.benefits article{padding:16px}
  .section-head{align-items:start;flex-direction:column}.search{width:100%}.search input{flex:1;width:auto}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .contact__grid,.details-grid{grid-template-columns:1fr}
  .product-layout{grid-template-columns:1fr}.product-gallery{position:static}.product-main-image img{aspect-ratio:4/4.2}.product-copy{max-width:680px}
  .checkout-wrap{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}
}
@media (max-width:560px){
  .container{width:min(100% - 24px,var(--container))}.section{padding:58px 0}.topbar__inner{gap:10px}.brand span:last-child{font-size:16px}.cart-button{font-size:0;padding:9px 12px}.cart-button:before{content:"Кошик";font-size:13px}
  .hero h1{font-size:43px}.hero p{font-size:16px}.hero__stats{grid-template-columns:1fr;gap:8px;margin-top:35px}.hero__stats div{display:flex;align-items:baseline;gap:10px}.hero__stats b{font-size:20px}
  .benefits__grid{grid-template-columns:1fr}.benefits article{border-right:0!important;border-bottom:1px solid var(--line)}.benefits article:last-child{border-bottom:0}
  .section-head h2{font-size:38px}.product-grid{grid-template-columns:1fr}.product-card__image{aspect-ratio:4/4.45}
  .article-grid{grid-template-columns:1fr}.contact h2{font-size:40px}.footer__inner{flex-direction:column;justify-content:center;gap:8px;text-align:center}
  .product-section{padding-top:22px}.product-layout{gap:30px}.product-copy h1{font-size:39px}.variant-pills{grid-template-columns:1fr}.variant-pill{text-align:center}.purchase-row{flex-wrap:wrap}.purchase-row .qty{width:100%;justify-content:center;grid-template-columns:repeat(3,52px)}.trust-row{grid-template-columns:1fr}.highlight-list{grid-template-columns:1fr}.spec-row{grid-template-columns:1fr;gap:4px}.details-grid{gap:28px}
  .drawer__panel{width:100%}.drawer__body{padding-inline:16px}.drawer__head,.drawer__foot{padding-inline:16px}
  .checkout-wrap{padding-top:22px}.checkout-card{padding:20px;border-radius:20px}.checkout-form{grid-template-columns:1fr}.checkout-form label.full,.checkout-form .btn,.checkout-consent{grid-column:auto}.checkout-card h1{font-size:31px}.order-success{margin:34px 12px;padding:34px 22px}.order-success h1{font-size:34px}
}
.article-page{max-width:900px}.article-page__image{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:28px;margin-bottom:28px;box-shadow:var(--shadow)}.article-page time{color:var(--muted);font-size:13px}.article-page h1{font-size:clamp(38px,6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:12px 0 28px}.article-page .prose{font-size:18px;line-height:1.75}

/* Premium storefront v4 */
.utility{background:#0b5a31;color:#fff;font-size:13px}.utility__inner{height:34px;display:flex;align-items:center;gap:28px}.utility a{color:#fff;font-weight:800}.brand span:last-child{display:flex;flex-direction:column}.brand b{font-size:21px}.brand small{font-size:10px;font-weight:600;color:#6b746e;letter-spacing:.04em}.header-search{display:flex;flex:1;max-width:520px;border:1px solid #dce4dd;border-radius:13px;overflow:hidden;background:#fff}.header-search input{border:0;flex:1;padding:13px 15px;min-width:0}.header-search button{border:0;background:#0d6a3a;color:white;padding:0 20px;font-weight:800}.category-nav{display:flex;gap:8px;overflow:auto;padding-top:0;padding-bottom:12px}.category-nav a{white-space:nowrap;padding:9px 13px;border-radius:999px;background:#f2f6f2;color:#173b28;font-size:13px;font-weight:800}.hero--photo{background-image:linear-gradient(90deg,rgba(3,34,18,.96) 0%,rgba(3,34,18,.8) 43%,rgba(3,34,18,.16) 72%),var(--hero);background-size:cover;background-position:center}.hero--photo .hero__grid{min-height:570px;display:flex;align-items:center}.hero__copy{max-width:720px;color:white}.hero__copy h1{font-size:clamp(42px,6vw,76px);line-height:1.02;color:white;margin:14px 0 20px}.hero__copy p{font-size:20px;color:rgba(255,255,255,.84);max-width:690px}.hero__proof{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero__proof span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:10px 14px;border-radius:999px;font-size:13px;font-weight:800}.btn--light{background:#fff;color:#0b5a31}.service-strip{background:white;border-bottom:1px solid #e8eee9}.service-strip__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.service-strip article{padding:22px;border-right:1px solid #e7ece8;display:flex;flex-direction:column;gap:5px}.service-strip article:last-child{border-right:0}.service-strip b{color:#133c26}.service-strip span{font-size:13px;color:#6d766f}.category-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{position:relative;min-height:260px;border-radius:22px;overflow:hidden;background:#0c4d2d;color:white;box-shadow:0 18px 50px rgba(17,61,35,.11)}.category-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,36,20,.9),rgba(5,36,20,.08) 66%)}.category-card div{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;display:flex;flex-direction:column}.category-card b{font-size:20px}.category-card span{font-size:13px;opacity:.8;margin-top:5px}.product-card{border:1px solid #e1e7e2;border-radius:22px;overflow:hidden;background:white;box-shadow:0 14px 40px rgba(21,64,37,.06);transition:.25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 55px rgba(21,64,37,.13)}.product-card__image{height:360px;background:#f3f4ef}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__addons{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.product-card__addons span{font-size:11px;background:#f4f7f4;border-radius:99px;padding:6px 8px;color:#4d5d52}.trust{background:#0b3b24;color:white}.trust h2,.trust p{color:white}.trust__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.trust-list article{padding:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:18px}.trust-list b{display:block;margin-bottom:8px;color:#e1ca83}.trust-list span{font-size:14px;line-height:1.55;color:rgba(255,255,255,.75)}.article-grid--all{grid-template-columns:repeat(3,1fr)}.article-card img{height:210px;object-fit:cover}.contact__phone{font-size:28px!important}.product-service{padding:0 0 45px}.product-service__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-service article{padding:22px;border:1px solid #dfe8e1;border-radius:18px;background:#fff;display:flex;flex-direction:column;gap:8px}.product-service b{font-size:17px;color:#0b5a31}.product-service span{font-size:13px;color:#667269;line-height:1.5}.product-service a{font-weight:900;color:#0b5a31}.article-prose h2{font-size:30px;margin:42px 0 15px;color:#103d27}.article-prose ul{margin:12px 0 26px;padding-left:24px}.article-prose li{margin:8px 0;line-height:1.65}.article-cta{margin-top:45px;background:#eaf5ed;border-radius:20px;padding:25px;display:flex;justify-content:space-between;align-items:center;gap:20px}.article-cta div{display:flex;flex-direction:column;gap:5px}.footer__inner>div{display:flex;flex-direction:column;gap:5px}
@media(max-width:1100px){.header-search{display:none}.category-cards{grid-template-columns:repeat(3,1fr)}.article-grid--all{grid-template-columns:repeat(2,1fr)}.service-strip__grid{grid-template-columns:repeat(2,1fr)}.trust__grid{grid-template-columns:1fr}.product-service__grid{grid-template-columns:1fr}}
@media(max-width:720px){.utility__inner{gap:12px;justify-content:space-between}.utility__inner span:last-child{display:none}.nav{display:none}.category-nav{padding-left:14px;padding-right:14px}.hero--photo .hero__grid{min-height:620px}.hero__copy h1{font-size:43px}.hero__copy p{font-size:17px}.service-strip__grid{grid-template-columns:1fr}.service-strip article{border-right:0;border-bottom:1px solid #e7ece8}.category-cards{grid-template-columns:1fr 1fr}.category-card{min-height:220px}.article-grid--all{grid-template-columns:1fr}.trust-list{grid-template-columns:1fr}.article-cta{align-items:flex-start;flex-direction:column}.product-card__image{height:330px}}
