/* ============================================================
   Eucalypt & Co. - Shared stylesheet
   Design system extracted from the original mock-up, plus
   styles for the checkout flow and legal / content pages.
============================================================ */
:root {
  --bg: #FAFAF8;
  --card: #FFFFFF;
  --green: #1B4332;
  --green-hover: #14532D;
  --terra: #E76F51;
  --terra-hover: #cf5d40;
  --ink: #1A1A1A;
  --muted: #6B6B6B;
  --line: #E5E5E0;
  --placeholder: #F0EFEA;
  --footer-bg: #F0EFEA;
  --radius-card: 8px;
  --radius-btn: 5px;
  --shadow: 0 2px 12px rgba(0,0,0,0.07);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.12);
  --display: "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --maxw: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { margin: 0; font-family: var(--display); font-weight: 800; line-height: 1.12; letter-spacing: -.01em; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.display { font-family: var(--display); }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; border-radius: var(--radius-btn);
  font-weight: 600; font-size: 15px; padding: 13px 22px;
  transition: background .18s ease, transform .05s ease, color .18s, border-color .18s;
}
.btn:active { transform: translateY(1px); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-hover); }
.btn-terra { background: var(--terra); color: #fff; }
.btn-terra:hover { background: var(--terra-hover); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--ink); }
.btn-full { width: 100%; }
.btn-lg { padding: 16px 30px; font-size: 16px; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

/* ---------- Badges ---------- */
.pill {
  display: inline-flex; align-items: center; font-size: 11px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 100px;
}
.pill-green { background: var(--green); color: #fff; }
.pill-terra { background: var(--terra); color: #fff; }
.badge-18 {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(26,26,26,.82); color: #fff; backdrop-filter: blur(2px);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; letter-spacing: .02em;
}

/* ---------- Placeholder imagery ---------- */
.ph {
  position: relative; background: var(--placeholder); overflow: hidden;
  background-image: repeating-linear-gradient(135deg, rgba(0,0,0,.022) 0 12px, transparent 12px 24px);
  display: flex; align-items: center; justify-content: center;
}
.ph .ph-label {
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 11px; letter-spacing: .06em; text-transform: uppercase;
  color: #9a988f; background: rgba(255,255,255,.55); padding: 5px 10px; border-radius: 4px;
}
.ph-glyph { width: 56px; height: 56px; opacity: .5; }
.ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============ AGE GATE ============ */
#ageGate {
  position: fixed; inset: 0; z-index: 1000; background: var(--bg);
  display: flex; align-items: center; justify-content: center; padding: 28px;
}
#ageGate .ag-card { max-width: 540px; text-align: center; }
#ageGate .ag-mark { font-family: var(--display); font-weight: 900; color: var(--green); font-size: clamp(38px, 6vw, 64px); letter-spacing: -.01em; }
#ageGate .ag-sub { font-family: var(--display); font-weight: 700; font-size: 13px; letter-spacing: .34em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
#ageGate p.ag-body { font-size: 17px; color: var(--ink); max-width: 420px; margin: 28px auto 8px; line-height: 1.6; }
#ageGate .ag-actions { display: flex; gap: 14px; justify-content: center; margin-top: 28px; flex-wrap: wrap; }
#ageGate .ag-fine { font-size: 12.5px; color: var(--muted); margin-top: 26px; max-width: 400px; margin-left: auto; margin-right: auto; }
.ag-rule { width: 46px; height: 3px; background: var(--terra); margin: 22px auto 0; border-radius: 2px; }

/* ============ HEADER ============ */
header.site {
  position: sticky; top: 0; z-index: 80; background: #fff;
  border-bottom: 1px solid var(--line);
}
.topbar { background: var(--green); color: #fff; text-align: center; font-size: 12.5px; letter-spacing: .04em; padding: 7px 12px; font-weight: 500; }
.nav {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 74px; gap: 16px;
}
.logo { font-family: var(--display); font-weight: 900; font-size: 25px; color: var(--green); letter-spacing: -.01em; white-space: nowrap; }
.logo small { font-family: var(--body); font-weight: 600; font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); display: block; margin-top: -2px; }
.mainnav { display: flex; gap: 26px; justify-content: center; align-items: center; }
.mainnav a { font-size: 14.5px; font-weight: 500; color: var(--ink); position: relative; padding: 4px 0; white-space: nowrap; }
.mainnav a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--green); transition: width .2s ease; }
.mainnav a:hover::after, .mainnav a.active::after { width: 100%; }
.mainnav a.sale { color: var(--terra); font-weight: 600; }
.mainnav a.sale::after { background: var(--terra); }
.nav-right { display: flex; gap: 6px; justify-content: flex-end; align-items: center; }
.icon-btn {
  background: transparent; border: none; width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--ink);
  position: relative; transition: background .15s;
}
.icon-btn:hover { background: var(--placeholder); }
.icon-btn svg { width: 21px; height: 21px; }
.cart-count {
  position: absolute; top: 4px; right: 3px; min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--terra); color: #fff; border-radius: 100px; font-size: 11px; font-weight: 600;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
.cart-count:empty, .cart-count.zero { display: none; }
.hamburger { display: none; }

/* search inline */
.searchbar { border-top: 1px solid var(--line); background: #fff; display: none; }
.searchbar.open { display: block; }
.searchbar .wrap { padding-top: 16px; padding-bottom: 16px; }
.searchbar input {
  width: 100%; border: 1.5px solid var(--line); border-radius: var(--radius-btn);
  padding: 13px 16px; font-family: inherit; font-size: 15px; color: var(--ink);
}
.searchbar input:focus { outline: none; border-color: var(--green); }

/* ============ SECTIONS ============ */
/* ---- HERO ---- */
.hero { background: var(--bg); padding: 70px 0 64px; }
.hero .grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(36px, 5vw, 60px); font-weight: 900; letter-spacing: -.015em; }
.hero .eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--terra); margin-bottom: 18px; }
.hero p.lede { font-size: 18px; color: var(--muted); max-width: 460px; margin: 22px 0 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { position: relative; aspect-ratio: 4/3.4; border-radius: var(--radius-card); }
.hero-visual .ph { position: absolute; inset: 0; border-radius: var(--radius-card); box-shadow: var(--shadow); }
.hero-accent { position: absolute; width: 150px; height: 150px; background: var(--green); border-radius: 50% 50% 50% 8px; top: -26px; right: -26px; z-index: 1; }
.hero-accent.sq { width: 96px; height: 96px; background: var(--terra); border-radius: 8px; bottom: -22px; left: -22px; top: auto; right: auto; transform: rotate(12deg); }

/* ---- Section headers ---- */
.sec { padding: 64px 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 34px; gap: 20px; flex-wrap: wrap; }
.sec-head h2 { font-size: clamp(28px, 3.6vw, 40px); font-weight: 700; letter-spacing: -.01em; }
.sec-head .kicker { font-size: 12.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--terra); margin-bottom: 10px; }
.sec-head .link { font-size: 14.5px; font-weight: 600; color: var(--green); display: inline-flex; align-items: center; gap: 6px; }
.sec-head .link svg { width: 16px; height: 16px; }

/* ---- Category grid ---- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-card {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 28px; box-shadow: var(--shadow); transition: transform .18s ease, box-shadow .18s ease;
  display: flex; flex-direction: column; gap: 16px; cursor: pointer; overflow: hidden;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.cat-card .cat-ico { width: 54px; height: 54px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.cat-card .cat-ico svg { width: 28px; height: 28px; }
.cat-card.green .cat-ico { background: rgba(27,67,50,.09); color: var(--green); }
.cat-card.terra .cat-ico { background: rgba(231,111,81,.13); color: var(--terra); }
.cat-card h3 { font-family: var(--body); font-weight: 600; font-size: 18px; }
.cat-card .count { font-size: 13.5px; color: var(--muted); }
.cat-card .cat-arrow { position: absolute; right: 24px; bottom: 24px; color: var(--muted); transition: transform .18s, color .18s; }
.cat-card:hover .cat-arrow { transform: translateX(4px); color: var(--green); }
.cat-card.terra:hover .cat-arrow { color: var(--terra); }
.cat-card .cat-edge { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
.cat-card.green .cat-edge { background: var(--green); }
.cat-card.terra .cat-edge { background: var(--terra); }

/* ---- Product cards ---- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod-card {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card);
  box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.prod-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.prod-card .pc-img { display: block; position: relative; aspect-ratio: 1/1; cursor: pointer; }
.prod-card .pc-img > .ph { position: absolute; inset: 0; width: 100%; height: 100%; }
.prod-card .pc-img .ph-glyph { width: 64px; height: 64px; }
.prod-card .pc-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.prod-card .pc-brand { align-self: flex-start; }
.prod-card .pc-name { font-weight: 600; font-size: 15px; line-height: 1.34; cursor: pointer; min-height: 40px; }
.prod-card .pc-name:hover { color: var(--green); }
.prod-card .pc-meta { font-size: 12.5px; color: var(--muted); }
.prod-card .pc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; }
.prod-card .pc-price { font-weight: 700; font-size: 19px; color: var(--green); font-variant-numeric: tabular-nums; }
.prod-card.aid .pc-price { color: var(--terra); }
.pc-old { text-decoration: line-through; color: var(--muted); font-weight: 500; font-size: 13.5px; margin-left: 7px; }
.pdp-old { text-decoration: line-through; color: var(--muted); font-size: 20px; font-weight: 600; margin-left: 12px; }
.pdp-save { display: inline-block; margin-left: 12px; font-size: 13px; font-weight: 700; color: #fff; background: var(--terra); padding: 3px 11px; border-radius: 100px; vertical-align: middle; }
.prod-card .pc-add { margin-top: 10px; }
/* horizontal product carousel */
.prod-carousel { display: flex; gap: 18px; overflow-x: auto; padding: 4px 2px 14px; scroll-snap-type: x mandatory; }
.prod-carousel::-webkit-scrollbar { height: 8px; }
.prod-carousel::-webkit-scrollbar-thumb { background: var(--line); border-radius: 100px; }
.prod-carousel .prod-card { min-width: 234px; flex: 0 0 234px; scroll-snap-align: start; }
@media (max-width: 560px) { .prod-carousel .prod-card { min-width: 168px; flex: 0 0 168px; } }
.pc-stars { display: inline-flex; gap: 2px; color: #d8b24a; }
.pc-stars svg { width: 14px; height: 14px; }

/* ---- Brand SEO cards (home) ---- */
.brand-seo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.brand-seo-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.brand-seo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.brand-seo-card .bsc-img { aspect-ratio: 16/10; position: relative; }
.brand-seo-card .bsc-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.brand-seo-card .bsc-body h3 { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--green); }
.brand-seo-card .bsc-body p { font-size: 13px; color: var(--muted); margin: 2px 0 8px; line-height: 1.5; flex: 1; }
.brand-seo-card .bsc-link { font-size: 13.5px; font-weight: 600; color: var(--green); }
@media (max-width: 1024px) { .brand-seo-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .brand-seo-grid { grid-template-columns: 1fr 1fr; gap: 14px; } .brand-seo-card .bsc-body { padding: 13px; } .brand-seo-card .bsc-body h3 { font-size: 18px; } }

/* ---- Brand strip ---- */
.brand-strip { background: var(--bg); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0; }
.brand-row { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.brand-row::-webkit-scrollbar { display: none; }
.brand-badge {
  flex: 0 0 auto; border: 1.5px solid var(--line); background: #fff; border-radius: 100px;
  padding: 12px 26px; font-family: var(--display); font-weight: 700; font-size: 18px; color: var(--ink);
  transition: border-color .15s, color .15s; cursor: pointer; white-space: nowrap;
}
.brand-badge:hover { border-color: var(--green); color: var(--green); }

/* ---- Collection (brand / category) landing ---- */
.coll-hero { background: var(--bg); padding: 46px 0 44px; border-bottom: 1px solid var(--line); }
.coll-hero.terra { background: linear-gradient(180deg, rgba(231,111,81,.07), transparent); }
.coll-hero.green { background: linear-gradient(180deg, rgba(27,67,50,.05), transparent); }
.coll-hero .crumb { font-size: 13px; color: var(--muted); margin-bottom: 22px; }
.coll-hero .crumb a:hover { color: var(--green); }
.ch-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 48px; align-items: center; }
.ch-kicker { font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
.coll-hero.terra .ch-kicker { color: var(--terra); }
.ch-grid h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 900; letter-spacing: -.015em; }
.ch-desc { font-size: 17px; color: var(--muted); max-width: 520px; margin: 18px 0 22px; line-height: 1.6; }
.ch-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.ch-chip { font-size: 12.5px; font-weight: 600; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 7px 15px; }
.ch-visual { position: relative; aspect-ratio: 1/.92; }
.ch-visual .ph { position: absolute; inset: 0; border-radius: var(--radius-card); box-shadow: var(--shadow); }
.ch-accent { position: absolute; width: 96px; height: 96px; border-radius: 50% 50% 50% 8px; top: -22px; right: -18px; z-index: 1; background: var(--green); }
.coll-hero.terra .ch-accent { background: var(--terra); border-radius: 8px; transform: rotate(12deg); }
.ch-monogram { font-family: var(--display); font-weight: 900; font-size: clamp(54px, 8vw, 92px); color: rgba(27,67,50,.16); letter-spacing: -.02em; }
.coll-hero.terra .ch-monogram { color: rgba(231,111,81,.22); }
.coll-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 34px 0 24px; }
.coll-toolbar .res { font-size: 14px; color: var(--muted); }
.coll-toolbar .res b { color: var(--ink); }

/* ---- Brands index ---- */
.brands-head { background: var(--bg); padding: 46px 0 8px; }
.brands-head .crumb { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.brands-head .crumb a:hover { color: var(--green); }
.brands-head h1 { font-size: clamp(30px, 4vw, 46px); }
.brands-head p { font-size: 16px; color: var(--muted); max-width: 540px; margin: 14px 0 0; }
.brands-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.brand-tile {
  position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card);
  padding: 30px 28px; box-shadow: var(--shadow); cursor: pointer; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease; display: flex; flex-direction: column; gap: 6px;
}
.brand-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.bt-edge { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; }
.brand-tile.green .bt-edge { background: var(--green); }
.brand-tile.terra .bt-edge { background: var(--terra); }
.bt-name { font-family: var(--display); font-weight: 700; font-size: 26px; letter-spacing: -.01em; }
.brand-tile.green .bt-name { color: var(--green); }
.brand-tile.terra .bt-name { color: var(--terra); }
.bt-tag { font-size: 13px; color: var(--ink); font-weight: 500; }
.bt-count { font-size: 13px; color: var(--muted); margin-top: 2px; }
.bt-arrow { position: absolute; right: 24px; top: 28px; color: var(--muted); transition: transform .18s, color .18s; }
.brand-tile:hover .bt-arrow { transform: translateX(4px); }
.brand-tile.green:hover .bt-arrow { color: var(--green); }
.brand-tile.terra:hover .bt-arrow { color: var(--terra); }

/* ---- Trust bar ---- */
.trust { background: var(--green); color: #fff; padding: 40px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item svg { width: 26px; height: 26px; flex: 0 0 auto; color: rgba(255,255,255,.85); margin-top: 2px; }
.trust-item .t-h { font-weight: 600; font-size: 15px; }
.trust-item .t-s { font-size: 13px; color: rgba(255,255,255,.7); }

/* ---- Footer ---- */
footer.site { background: var(--footer-bg); border-top: 1px solid var(--line); padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr repeat(5, 1fr); gap: 30px; }
.foot-brand .logo { font-size: 26px; }
.foot-brand p { font-size: 13.5px; color: var(--muted); max-width: 260px; margin: 16px 0 0; }
.foot-email { margin-top: 12px; }
.foot-email a { color: var(--green); font-weight: 600; font-size: 14px; }
.foot-email a:hover { text-decoration: underline; }
.foot-col h4 { font-family: var(--body); font-weight: 600; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.foot-col a { display: block; font-size: 14px; color: var(--muted); padding: 5px 0; transition: color .15s; }
.foot-col a:hover { color: var(--green); }
.foot-disclaimer { border-top: 1px solid var(--line); margin-top: 48px; padding-top: 26px; font-size: 12.5px; color: var(--muted); max-width: 880px; line-height: 1.6; }
.foot-copy { font-size: 12.5px; color: var(--muted); margin-top: 18px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ============ SHOP PAGE ============ */
.shop-head { background: var(--bg); padding: 44px 0 8px; }
.shop-head h1 { font-size: clamp(30px, 4vw, 44px); }
.shop-head .crumb { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.shop-head .crumb a:hover { color: var(--green); }
.shop-layout { display: grid; grid-template-columns: 256px 1fr; gap: 40px; padding: 30px 0 70px; }
.filters { position: sticky; top: 96px; align-self: start; }
.filter-group { border-bottom: 1px solid var(--line); padding: 20px 0; }
.filter-group:first-child { padding-top: 0; }
.filter-group h4 { font-family: var(--body); font-weight: 600; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.check { display: flex; align-items: center; gap: 10px; font-size: 14px; padding: 5px 0; cursor: pointer; color: var(--ink); }
.check input { width: 17px; height: 17px; accent-color: var(--green); cursor: pointer; }
.check .ct { color: var(--muted); margin-left: auto; font-size: 12.5px; }
.range-wrap { padding-top: 4px; }
.range-wrap input[type=range] { width: 100%; accent-color: var(--green); }
.range-vals { display: flex; justify-content: space-between; font-size: 13px; color: var(--muted); margin-top: 8px; font-variant-numeric: tabular-nums; }
.toggle { display: flex; align-items: center; justify-content: space-between; font-size: 14px; cursor: pointer; }
.switch { width: 42px; height: 24px; border-radius: 100px; background: var(--line); position: relative; transition: background .18s; flex: 0 0 auto; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .18s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.toggle input { display: none; }
.toggle input:checked + .switch { background: var(--green); }
.toggle input:checked + .switch::after { transform: translateX(18px); }
.clear-filters { background: none; border: none; color: var(--terra); font-size: 13px; font-weight: 600; padding: 0; margin-top: 18px; }
.clear-filters:hover { text-decoration: underline; }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; gap: 16px; flex-wrap: wrap; }
.shop-toolbar .res { font-size: 14px; color: var(--muted); }
.shop-toolbar .res b { color: var(--ink); }
.sortsel { border: 1.5px solid var(--line); border-radius: var(--radius-btn); padding: 10px 14px; font-family: inherit; font-size: 14px; color: var(--ink); background: #fff; cursor: pointer; }
.sortsel:focus { outline: none; border-color: var(--green); }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.filter-toggle-mobile { display: none; }
.no-results { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: var(--muted); }

/* ---- Pagination ---- */
.pager { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; padding: 30px 0 10px; }
.pg-btn { min-width: 42px; height: 42px; padding: 0 14px; border: 1.5px solid var(--line); background: #fff; border-radius: var(--radius-btn); font-family: inherit; font-size: 14px; font-weight: 600; color: var(--ink); cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.pg-btn:hover:not(:disabled) { border-color: var(--green); color: var(--green); }
.pg-btn.cur { background: var(--green); border-color: var(--green); color: #fff; }
.pg-btn:disabled { opacity: .4; cursor: not-allowed; }
.pg-dots { padding: 0 4px; color: var(--muted); }

/* ============ PRODUCT PAGE ============ */
.pdp { padding: 30px 0 70px; }
.pdp .crumb { font-size: 13px; color: var(--muted); margin-bottom: 26px; }
.pdp .crumb a:hover { color: var(--green); }
.pdp .crumb span { color: var(--ink); }
.pdp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.pdp-gallery .main-img { aspect-ratio: 1/1; border-radius: var(--radius-card); border: 1px solid var(--line); }
.pdp-gallery .main-img .ph-glyph { width: 110px; height: 110px; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.pdp-thumb { aspect-ratio: 1/1; border-radius: var(--radius-btn); border: 1.5px solid var(--line); cursor: pointer; transition: border-color .15s; }
.pdp-thumb.active, .pdp-thumb:hover { border-color: var(--green); }
.pdp-info h1 { font-size: clamp(28px, 3.6vw, 40px); margin: 14px 0; letter-spacing: -.01em; }
.pdp-rating { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--muted); }
.pdp-price { font-size: 34px; font-weight: 700; color: var(--green); margin: 20px 0 6px; font-variant-numeric: tabular-nums; }
.pdp.aid .pdp-price { color: var(--terra); }
.pdp-desc { font-size: 15px; color: var(--muted); line-height: 1.65; margin: 14px 0 26px; }
.variant-block { margin-bottom: 22px; }
.variant-block .vlabel { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 12px; color: var(--ink); }
.variant-block .vlabel span { color: var(--muted); font-weight: 500; text-transform: none; letter-spacing: 0; }
.pill-group { display: flex; flex-wrap: wrap; gap: 10px; }
.pill-toggle {
  border: 1.5px solid var(--line); background: #fff; border-radius: var(--radius-btn);
  padding: 10px 18px; font-size: 14px; font-weight: 500; color: var(--ink); transition: all .15s;
}
.pill-toggle:hover { border-color: var(--muted); }
.pill-toggle.active { background: var(--green); border-color: var(--green); color: #fff; }
.pdp.aid .pill-toggle.active { background: var(--terra); border-color: var(--terra); }
.buy-row { display: flex; gap: 14px; margin: 28px 0 8px; align-items: stretch; }
.qty { display: flex; align-items: center; border: 1.5px solid var(--line); border-radius: var(--radius-btn); overflow: hidden; flex: 0 0 auto; }
.qty button { width: 46px; height: 100%; background: #fff; border: none; font-size: 20px; color: var(--ink); display: flex; align-items: center; justify-content: center; }
.qty button:hover { background: var(--placeholder); }
.qty input { width: 44px; text-align: center; border: none; font-family: inherit; font-size: 16px; font-weight: 600; -moz-appearance: textfield; }
.qty input::-webkit-outer-spin-button, .qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pdp-trust { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.pdp-trust .pt { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); }
.pdp-trust .pt svg { width: 18px; height: 18px; color: var(--green); }

/* tabs */
.tabs { margin-top: 64px; }
.tab-heads { display: flex; gap: 6px; border-bottom: 1px solid var(--line); }
.tab-head { background: none; border: none; padding: 14px 4px; margin-right: 28px; font-size: 15px; font-weight: 600; color: var(--muted); position: relative; }
.tab-head.active { color: var(--ink); }
.tab-head.active::after { content: ""; position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%; background: var(--green); }
.tab-body { padding: 26px 0; font-size: 15px; color: var(--muted); line-height: 1.7; max-width: 720px; display: none; }
.tab-body.active { display: block; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table td { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.spec-table td:first-child { color: var(--muted); width: 200px; }
.spec-table td:last-child { color: var(--ink); font-weight: 500; }

/* ============ CART DRAWER ============ */
.overlay { position: fixed; inset: 0; background: rgba(26,26,26,.4); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s; }
.overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 420px; max-width: 100vw; background: var(--bg);
  z-index: 95; transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex; flex-direction: column; box-shadow: -6px 0 30px rgba(0,0,0,.12);
}
.cart-drawer.open { transform: translateX(0); }
.cart-top { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.cart-top h3 { font-size: 21px; }
.cart-top .ct-count { font-family: var(--body); font-size: 13px; color: var(--muted); font-weight: 500; }
.cart-items { flex: 1; overflow-y: auto; padding: 6px 24px; }
.cart-row { display: grid; grid-template-columns: 68px 1fr auto; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row .cr-img { width: 68px; height: 68px; border-radius: var(--radius-btn); border: 1px solid var(--line); }
.cart-row .cr-name { font-weight: 600; font-size: 14px; line-height: 1.3; }
.cart-row .cr-var { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.cart-row .cr-price { font-weight: 700; color: var(--green); font-size: 14.5px; margin-top: 6px; font-variant-numeric: tabular-nums; }
.cart-row.aid .cr-price { color: var(--terra); }
.cr-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-btn); margin-top: 8px; }
.cr-qty button { width: 28px; height: 28px; background: #fff; border: none; font-size: 15px; color: var(--ink); }
.cr-qty button:hover { background: var(--placeholder); }
.cr-qty span { min-width: 26px; text-align: center; font-size: 13px; font-weight: 600; }
.cr-remove { background: none; border: none; color: var(--muted); font-size: 13px; padding: 4px; align-self: start; }
.cr-remove:hover { color: var(--terra); }
.cart-empty { text-align: center; padding: 80px 24px; color: var(--muted); }
.cart-empty svg { width: 54px; height: 54px; color: var(--line); margin-bottom: 16px; }
.cart-foot { border-top: 1px solid var(--line); padding: 20px 24px 24px; background: var(--bg); }
.ship-bar { margin-bottom: 18px; }
.ship-bar .sb-txt { font-size: 12.5px; color: var(--muted); margin-bottom: 8px; }
.ship-bar .sb-txt b { color: var(--green); }
.ship-track { height: 7px; background: var(--line); border-radius: 100px; overflow: hidden; }
.ship-fill { height: 100%; background: var(--green); border-radius: 100px; transition: width .3s ease; }
.cart-sub { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 16px; }
.cart-sub .cs-l { font-size: 14px; color: var(--muted); }
.cart-sub .cs-v { font-size: 24px; font-weight: 700; font-family: var(--display); }
.cart-note { font-size: 11.5px; color: var(--muted); text-align: center; margin-top: 12px; }

/* mobile menu */
.mobile-menu { position: fixed; inset: 0; background: var(--bg); z-index: 85; transform: translateX(-100%); transition: transform .3s; display: flex; flex-direction: column; padding: 24px; }
.mobile-menu.open { transform: translateX(0); }
.mm-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.mobile-menu a { font-family: var(--display); font-weight: 700; font-size: 26px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-menu a.sale { color: var(--terra); }

/* toast */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: var(--radius-btn); font-size: 14px; font-weight: 500; z-index: 200; opacity: 0; pointer-events: none; transition: all .25s; display: flex; align-items: center; gap: 10px; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast svg { width: 18px; height: 18px; color: #7fd49a; }

/* ============ CHECKOUT PAGE ============ */
.checkout-head { background: var(--bg); padding: 40px 0 6px; }
.checkout-head .crumb { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.checkout-head .crumb a:hover { color: var(--green); }
.checkout-head h1 { font-size: clamp(28px, 4vw, 40px); }
.checkout-layout { display: grid; grid-template-columns: 1.4fr .8fr; gap: 48px; padding: 30px 0 80px; align-items: start; }
.co-section { margin-bottom: 34px; }
.co-section > h2 { font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.co-section > h2 .step-no { width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-family: var(--body); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.col-2 { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--terra); }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--line); border-radius: var(--radius-btn); padding: 12px 14px;
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fff; width: 100%;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); }
.field.invalid input, .field.invalid select { border-color: var(--terra); }
.field .err { font-size: 12px; color: var(--terra); display: none; }
.field.invalid .err { display: block; }
.field .hint { font-size: 12px; color: var(--muted); }

.ship-options { display: flex; flex-direction: column; gap: 12px; }
.ship-opt { display: flex; align-items: center; gap: 14px; border: 1.5px solid var(--line); border-radius: var(--radius-card); padding: 16px; cursor: pointer; transition: border-color .15s, background .15s; }
.ship-opt:hover { border-color: var(--muted); }
.ship-opt.sel { border-color: var(--green); background: rgba(27,67,50,.04); }
.ship-opt input { width: 18px; height: 18px; accent-color: var(--green); }
.ship-opt .so-main { flex: 1; }
.ship-opt .so-name { font-weight: 600; font-size: 15px; }
.ship-opt .so-desc { font-size: 13px; color: var(--muted); }
.ship-opt .so-price { font-weight: 700; color: var(--green); font-variant-numeric: tabular-nums; }

.pay-card { border: 1.5px solid var(--line); border-radius: var(--radius-card); padding: 20px; background: #fff; }
.pay-note { font-size: 12.5px; color: var(--muted); background: var(--placeholder); border-radius: var(--radius-btn); padding: 12px 14px; margin-bottom: 18px; line-height: 1.5; }
.pay-icons { display: flex; gap: 8px; margin-left: auto; }
.pay-icons span { font-size: 11px; font-weight: 700; letter-spacing: .04em; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; padding: 3px 7px; }

.age-confirm { display: flex; gap: 12px; align-items: flex-start; border: 1.5px solid var(--line); border-radius: var(--radius-card); padding: 16px; background: #fff; }
.age-confirm input { width: 20px; height: 20px; accent-color: var(--green); margin-top: 2px; flex: 0 0 auto; }
.age-confirm label { font-size: 14px; line-height: 1.5; }

/* order summary */
.order-summary { position: sticky; top: 96px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow); overflow: hidden; }
.os-head { padding: 20px 22px; border-bottom: 1px solid var(--line); }
.os-head h3 { font-size: 18px; }
.os-items { padding: 6px 22px; max-height: 320px; overflow-y: auto; }
.os-row { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.os-row:last-child { border-bottom: none; }
.os-row .os-img { width: 52px; height: 52px; border-radius: var(--radius-btn); border: 1px solid var(--line); position: relative; }
.os-row .os-qty { position: absolute; top: -7px; right: -7px; min-width: 19px; height: 19px; padding: 0 5px; background: var(--green); color: #fff; border-radius: 100px; font-size: 11px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.os-row .os-name { font-size: 13.5px; font-weight: 600; line-height: 1.3; }
.os-row .os-var { font-size: 12px; color: var(--muted); }
.os-row .os-price { font-weight: 700; font-size: 13.5px; color: var(--green); font-variant-numeric: tabular-nums; }
.os-totals { padding: 18px 22px; }
.os-line { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted); margin-bottom: 10px; }
.os-line.total { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 4px; font-size: 20px; font-weight: 700; color: var(--ink); font-family: var(--display); }
.os-line.total .money { font-variant-numeric: tabular-nums; }
.promo-row { display: flex; gap: 8px; padding: 0 22px 18px; }
.promo-row input { flex: 1; border: 1.5px solid var(--line); border-radius: var(--radius-btn); padding: 10px 12px; font-family: inherit; font-size: 14px; }
.promo-row input:focus { outline: none; border-color: var(--green); }
.promo-row button { border: 1.5px solid var(--line); background: #fff; border-radius: var(--radius-btn); padding: 0 16px; font-weight: 600; font-size: 14px; }
.promo-msg { font-size: 12.5px; padding: 0 22px 14px; margin-top: -6px; }
.promo-msg.ok { color: var(--green); }
.promo-msg.no { color: var(--terra); }
.place-order-wrap { padding: 0 22px 22px; }
.co-secure { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 12px; color: var(--muted); margin-top: 12px; }
.co-secure svg { width: 15px; height: 15px; color: var(--green); }

/* order confirmation */
.confirm { max-width: 640px; margin: 0 auto; padding: 70px 0 90px; text-align: center; }
.confirm .check-ring { width: 78px; height: 78px; border-radius: 50%; background: rgba(27,67,50,.1); color: var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 26px; }
.confirm .check-ring svg { width: 38px; height: 38px; }
.confirm h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 14px; }
.confirm p.lead { font-size: 17px; color: var(--muted); margin-bottom: 8px; }
.confirm .order-id { font-weight: 700; color: var(--ink); }
.confirm-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow); padding: 26px; text-align: left; margin: 34px 0; }
.confirm-card h3 { font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }

/* ============ LEGAL / CONTENT PAGES ============ */
.page-head { background: var(--bg); padding: 56px 0 44px; border-bottom: 1px solid var(--line); }
.page-head.green { background: linear-gradient(180deg, rgba(27,67,50,.05), transparent); }
.page-head .crumb { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.page-head .crumb a:hover { color: var(--green); }
.page-head .kicker { font-size: 12.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--terra); margin-bottom: 12px; }
.page-head h1 { font-size: clamp(32px, 5vw, 52px); font-weight: 900; letter-spacing: -.015em; }
.page-head p.sub { font-size: 17px; color: var(--muted); max-width: 600px; margin: 16px 0 0; }
.page-head .updated { font-size: 13px; color: var(--muted); margin-top: 14px; }

.content { padding: 50px 0 80px; }
.content-wrap { max-width: 760px; }
.prose h2 { font-size: 26px; margin: 40px 0 14px; letter-spacing: -.01em; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--body); font-size: 17px; font-weight: 700; margin: 26px 0 10px; }
.prose p { font-size: 15.5px; color: #38383a; line-height: 1.75; margin: 0 0 16px; }
.prose ul { padding-left: 22px; margin: 0 0 18px; }
.prose li { font-size: 15.5px; color: #38383a; line-height: 1.7; margin-bottom: 8px; }
.prose a { color: var(--green); font-weight: 600; }
.prose a:hover { text-decoration: underline; }
.prose strong { color: var(--ink); }
.callout { border-left: 4px solid var(--terra); background: rgba(231,111,81,.06); padding: 16px 20px; border-radius: 0 var(--radius-btn) var(--radius-btn) 0; margin: 0 0 24px; }
.callout p { margin: 0; font-size: 14.5px; color: #38383a; }

/* delivery info cards */
.info-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 0 0 30px; }
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card); padding: 22px; box-shadow: var(--shadow); }
.info-card .ic-ico { width: 44px; height: 44px; border-radius: 10px; background: rgba(27,67,50,.09); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.info-card .ic-ico svg { width: 22px; height: 22px; }
.info-card h3 { font-family: var(--body); font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.info-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.55; }
.delivery-proof { margin: 4px 0 40px; }
.delivery-proof h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 8px; }
.delivery-proof > p { color: var(--muted); max-width: 760px; margin: 0 0 22px; line-height: 1.6; }
.delivery-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.delivery-gallery figure { margin: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--placeholder); aspect-ratio: 1 / 1; box-shadow: var(--shadow); }
.delivery-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.delivery-gallery figure:hover img { transform: scale(1.04); }
@media (max-width: 760px) { .delivery-gallery { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
.rate-table { width: 100%; border-collapse: collapse; margin: 0 0 26px; }
.rate-table th, .rate-table td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.rate-table th { font-family: var(--body); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); background: var(--placeholder); }
.rate-table td:last-child { font-weight: 600; color: var(--green); font-variant-numeric: tabular-nums; }

/* contact page */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; padding-top: 6px; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 26px; }
.contact-detail .cd-ico { width: 44px; height: 44px; border-radius: 10px; background: rgba(27,67,50,.09); color: var(--green); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.contact-detail .cd-ico svg { width: 21px; height: 21px; }
.contact-detail h3 { font-family: var(--body); font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.contact-detail p { font-size: 14.5px; color: var(--muted); margin: 0; line-height: 1.55; }
.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow); padding: 30px; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success svg { width: 52px; height: 52px; color: var(--green); margin-bottom: 14px; }

/* faq */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; font-family: var(--body); font-size: 16px; font-weight: 600; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-q .fq-icon { flex: 0 0 auto; transition: transform .2s; color: var(--muted); }
.faq-item.open .fq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { font-size: 14.5px; color: var(--muted); line-height: 1.7; margin: 0 0 20px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .brands-index-grid { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .foot-brand { grid-column: 1/-1; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}
@media (max-width: 860px) {
  .mainnav, .nav-right .desk-only { display: none; }
  .hamburger { display: flex; }
  .nav { grid-template-columns: auto 1fr auto; }
  .logo { justify-self: start; }
  .hero .grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { position: static; display: none; }
  .filters.open { display: block; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); margin-bottom: 24px; }
  .filter-toggle-mobile { display: inline-flex; }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .pdp-grid { grid-template-columns: 1fr; gap: 32px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .ch-grid { grid-template-columns: 1fr; gap: 28px; }
  .ch-visual { display: none; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .info-cards { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 18px; }
  .prod-grid, .shop-grid, .cat-grid, .brands-index-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .prod-card .pc-name { font-size: 13.5px; min-height: 0; }
  .prod-card .pc-body { padding: 13px; }
  .hero { padding: 44px 0; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1; }
  .cart-drawer { width: 100vw; }
  .form-grid { grid-template-columns: 1fr; }
}
