
:root{
  --ink:#102319;
  --forest:#153728;
  --forest-2:#0c281c;
  --leaf:#6fa63f;
  --lime:#8ccb48;
  --lime-soft:#e7f3d9;
  --cream:#f6f4ec;
  --paper:#fffdf7;
  --muted:#67756c;
  --line:#dce5dc;
  --amber:#d09a43;
  --danger:#b24e3f;
  --shadow:0 22px 60px rgba(24,55,39,.13);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--paper);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 36px));margin:auto}
.topbar{background:#0a1f16;color:#dce8df;font-size:12px}
.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:8px 0}
.topbar-list{display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.topbar span{display:inline-flex;gap:7px;align-items:center}
.site-header{
  position:sticky;top:0;z-index:50;background:rgba(255,253,247,.94);
  backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,229,220,.8)
}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.04em}
.brand small{display:block;color:var(--leaf);font-size:10px;letter-spacing:.2em}
.brand-name{line-height:1.05}
.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.nav-links a{position:relative}
.nav-links a::after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--lime);transition:.22s}
.nav-links a:hover::after{right:0}
.nav-actions{display:flex;align-items:center;gap:10px}
.icon-btn{
  width:42px;height:42px;border:1px solid var(--line);border-radius:13px;
  background:white;display:grid;place-items:center;color:var(--ink)
}
.cart-count{
  position:absolute;transform:translate(13px,-13px);min-width:19px;height:19px;padding:0 5px;
  display:grid;place-items:center;border-radius:20px;background:var(--lime);font-size:10px;font-weight:900
}
.mobile-toggle{display:none}
.announcement{
  background:#edf7e5;border-bottom:1px solid #d6e8c8;color:#315627;font-size:13px;text-align:center;padding:9px 16px
}
.hero{
  position:relative;overflow:hidden;background:
  linear-gradient(90deg,rgba(8,29,19,.98) 0%,rgba(13,44,29,.96) 45%,rgba(13,44,29,.4) 100%),
  url("images/forest-texture.webp") center/cover;
  color:white
}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;min-height:620px;align-items:center}
.hero-copy{padding:74px 0;position:relative;z-index:2}
.kicker{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:99px;
  background:rgba(140,203,72,.14);border:1px solid rgba(140,203,72,.35);
  color:#c9f195;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase
}
.hero h1{font-size:clamp(47px,6vw,80px);line-height:.98;letter-spacing:-.055em;margin:20px 0}
.hero h1 span{color:var(--lime)}
.hero p{font-size:17px;color:#d8e4dc;max-width:620px}
.hero-points{display:flex;gap:24px;flex-wrap:wrap;margin:28px 0}
.hero-point{display:flex;gap:10px;align-items:center;font-size:13px;font-weight:800}
.hero-point i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--lime);color:var(--forest)}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  min-height:50px;padding:0 21px;border-radius:14px;border:1px solid transparent;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:900;font-size:14px;transition:.2s
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--lime);color:#13281a;box-shadow:0 14px 28px rgba(140,203,72,.22)}
.btn-light{background:white;color:var(--ink)}
.btn-outline{border-color:rgba(255,255,255,.3);color:white;background:rgba(255,255,255,.05)}
.hero-media{height:100%;min-height:620px;position:relative}
.hero-media::after{
  content:"";position:absolute;inset:auto 5% 8% 8%;height:80%;border:1px solid rgba(255,255,255,.14);
  border-radius:40px;transform:rotate(-4deg)
}
.hero-media img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
  mask-image:linear-gradient(90deg,transparent 0%,black 20%,black 100%)
}
.hero-badge{
  position:absolute;right:8%;bottom:10%;z-index:3;padding:15px 17px;border-radius:18px;
  background:rgba(10,31,22,.83);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px)
}
.hero-badge strong{display:block;font-size:21px;color:#d7f2b4}
.hero-badge span{font-size:12px;color:#cfdbd3}
.section{padding:86px 0}
.section-sm{padding:58px 0}
.section-head{
  display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px
}
.eyebrow{color:var(--leaf);font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}
.section h2,.category-hero h1{font-size:clamp(34px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em;margin:8px 0 0}
.section-head p{max-width:520px;color:var(--muted);margin:0}
.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.category-card{
  min-height:250px;border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden;
  box-shadow:0 12px 30px rgba(24,55,39,.05);transition:.22s
}
.category-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.category-card img{height:150px;width:100%;object-fit:cover}
.category-body{padding:18px}
.category-body h3{margin:0 0 5px;font-size:17px}
.category-body p{margin:0;color:var(--muted);font-size:12px}
.category-link{margin-top:14px;display:inline-flex;gap:7px;align-items:center;color:var(--leaf);font-weight:900;font-size:12px}
.shop-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;
  padding:13px;border:1px solid var(--line);border-radius:18px;background:#fbfcf8
}
.filter-group{display:flex;gap:8px;flex-wrap:wrap}
.filter-btn{
  border:0;background:white;padding:9px 13px;border-radius:11px;font-weight:800;color:var(--muted);
  box-shadow:0 0 0 1px var(--line)
}
.filter-btn.active{background:var(--forest);color:white;box-shadow:none}
.search-wrap{position:relative}
.search-wrap input{width:230px;border:1px solid var(--line);border-radius:12px;padding:10px 14px 10px 38px;background:white}
.search-wrap span{position:absolute;left:13px;top:9px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}
.product-card{
  border:1px solid var(--line);border-radius:22px;background:white;overflow:hidden;
  transition:.22s;position:relative
}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product-image{height:220px;background:#eef3ea;overflow:hidden;position:relative}
.product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}
.product-card:hover .product-image img{transform:scale(1.045)}
.tag{
  position:absolute;top:14px;left:14px;padding:6px 9px;border-radius:99px;
  background:var(--forest);color:white;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.product-body{padding:18px}
.product-type{color:var(--leaf);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.product-body h3{margin:5px 0 7px;font-size:18px}
.product-body p{color:var(--muted);font-size:13px;margin:0;min-height:42px}
.product-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px}
.availability{font-size:12px;font-weight:800;color:#4f6457}
.add-cart{
  width:41px;height:41px;border:0;border-radius:12px;background:var(--lime);display:grid;place-items:center;font-weight:950
}
.trust-strip{background:#0d2419;color:white}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:28px 24px;display:flex;gap:13px;align-items:center;border-right:1px solid rgba(255,255,255,.1)}
.trust-item:last-child{border-right:0}
.trust-item i{font-style:normal;width:42px;height:42px;border-radius:14px;background:rgba(140,203,72,.12);display:grid;place-items:center;font-size:21px}
.trust-item strong{display:block;font-size:14px}
.trust-item span{display:block;color:#aebcb3;font-size:11px}
.about{background:var(--cream)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.about-media{position:relative}
.about-media img{border-radius:28px;width:100%;min-height:470px;object-fit:cover;box-shadow:var(--shadow)}
.about-stamp{
  position:absolute;right:-22px;bottom:25px;width:150px;height:150px;border-radius:50%;
  display:grid;place-items:center;text-align:center;padding:20px;background:var(--lime);font-weight:950;
  box-shadow:0 18px 40px rgba(52,88,42,.25);transform:rotate(-8deg)
}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:28px}
.feature{padding:17px;border:1px solid #d9e3d6;border-radius:17px;background:rgba(255,255,255,.62)}
.feature strong{display:block;margin-bottom:4px}
.feature span{color:var(--muted);font-size:12px}
.guide-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.guide-card{position:relative;min-height:350px;border-radius:25px;overflow:hidden;color:white;background:var(--forest)}
.guide-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;opacity:.72}
.guide-card::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 25%,rgba(6,26,16,.9))}
.guide-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}
.guide-copy span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#d5efa9;font-weight:900}
.guide-copy h3{margin:6px 0 8px;font-size:24px;line-height:1.1}
.guide-copy p{margin:0;color:#d7dfda;font-size:12px}
.faq-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px}
.faq-intro{position:sticky;top:120px;align-self:start}
.faq-item{border-bottom:1px solid var(--line)}
.faq-question{width:100%;padding:22px 0;border:0;background:transparent;display:flex;justify-content:space-between;text-align:left;font-weight:900;font-size:16px}
.faq-answer{display:none;padding:0 0 22px;color:var(--muted);font-size:14px}
.faq-item.open .faq-answer{display:block}
.newsletter{
  padding:45px;border-radius:30px;background:
  linear-gradient(110deg,rgba(16,35,25,.97),rgba(21,55,40,.92)),
  url("images/forest-texture.webp") center/cover;color:white;
  display:flex;justify-content:space-between;gap:40px;align-items:center
}
.newsletter h2{font-size:36px;margin:0 0 8px}
.newsletter p{margin:0;color:#cbd7cf}
.newsletter-form{display:flex;gap:9px;width:min(470px,100%)}
.newsletter-form input{flex:1;min-width:0;border:0;border-radius:13px;padding:14px 16px}
.site-footer{background:#091e15;color:white;padding:64px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:45px}
.footer-brand p{color:#9fb0a6;font-size:13px;max-width:320px}
.site-footer h4{margin:0 0 15px}
.footer-links{display:grid;gap:9px;color:#aebcb3;font-size:13px}
.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:18px;color:#84978c;font-size:12px}
.category-hero{
  color:white;padding:90px 0;background:
  linear-gradient(90deg,rgba(8,29,19,.96),rgba(8,29,19,.63)),
  var(--cat-image, url("images/forest-texture.webp")) center/cover
}
.breadcrumb{font-size:12px;color:#c3d4c9;margin-bottom:20px}
.category-hero p{max-width:650px;color:#d8e4dc;font-size:17px}
.category-stats{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.stat{padding:13px 15px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.07)}
.stat strong{display:block;font-size:18px;color:#d2f0a9}
.stat span{font-size:11px;color:#c4d2c9}
.collection-grid{display:grid;grid-template-columns:280px 1fr;gap:28px}
.sidebar{border:1px solid var(--line);border-radius:20px;padding:22px;height:max-content;position:sticky;top:105px}
.sidebar h3{margin:0 0 16px}
.check-list{display:grid;gap:12px;color:var(--muted);font-size:13px}
.check-list label{display:flex;gap:9px;align-items:center}
.collection-note{padding:18px;border-radius:17px;background:#f0f6ea;border:1px solid #d8e9c8;margin-top:20px;font-size:12px;color:#4e6455}
.cart-drawer{
  position:fixed;z-index:90;top:0;right:-420px;width:min(400px,100%);height:100dvh;background:white;
  box-shadow:-20px 0 60px rgba(0,0,0,.18);transition:.28s;padding:25px;display:flex;flex-direction:column
}
.cart-drawer.open{right:0}
.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:17px}
.drawer-items{flex:1;overflow:auto;padding:20px 0;color:var(--muted);font-size:14px}
.drawer-item{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:12px 0}
.drawer-footer{border-top:1px solid var(--line);padding-top:18px}
.toast{position:fixed;z-index:100;right:22px;bottom:22px;background:var(--forest);color:white;padding:13px 17px;border-radius:13px;box-shadow:var(--shadow);transform:translateY(100px);opacity:0;transition:.25s}
.toast.show{transform:translateY(0);opacity:1}
@media(max-width:1020px){
  .nav-links{display:none;position:absolute;top:78px;left:0;right:0;background:white;padding:24px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .nav-links.open{display:flex}.mobile-toggle{display:grid}
  .hero-grid{grid-template-columns:1fr}.hero-media{min-height:430px}.hero-copy{padding-bottom:24px}
  .category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid,.faq-wrap{grid-template-columns:1fr}.faq-intro{position:static}
  .guide-grid{grid-template-columns:1fr 1fr}.guide-card:first-child{grid-column:1/-1}
  .footer-grid{grid-template-columns:1fr 1fr}.collection-grid{grid-template-columns:1fr}.sidebar{position:static}
}
@media(max-width:680px){
  .container{width:min(100% - 24px,1180px)}.topbar .container{justify-content:center}.topbar-list:last-child{display:none}
  .nav{min-height:68px}.brand-name{font-size:14px}.hero-grid{min-height:auto}.hero-copy{padding:55px 0 25px}
  .hero h1{font-size:48px}.hero-media{min-height:330px}.hero-badge{right:4%;bottom:6%}
  .section{padding:64px 0}.section-head{align-items:start;flex-direction:column;margin-bottom:26px}
  .category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:0}.category-card img{height:125px}
  .shop-toolbar{align-items:stretch;flex-direction:column}.search-wrap input{width:100%}.product-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}
  .about-grid{gap:35px}.about-stamp{right:10px;width:120px;height:120px;font-size:12px}
  .feature-list{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr}.guide-card:first-child{grid-column:auto}
  .newsletter{padding:30px 23px;align-items:stretch;flex-direction:column}.newsletter h2{font-size:30px}.newsletter-form{flex-direction:column}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.category-hero{padding:65px 0}
}
@media(max-width:430px){
  .category-grid{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}
  .nav-actions .icon-btn:first-child{display:none}
}
