/* ============================================================
   BuyTheSeed — Premium Genetics for the Home Grower
   Design system & global styles
   ============================================================ */
:root {
  --green-900: #0e2b1c; --green-800: #123a26; --green-700: #1a5237; --green-600: #217049;
  --green-500: #2b8d5d; --green-400: #43a873; --green-300: #7fc79f; --green-100: #d8eede; --green-50: #eaf5ee;
  --cream: #f8f5ee; --paper: #fffdf8; --sand: #efe8d8; --sand-2: #e5dcc8;
  --ink: #16211b; --muted: #5d6b62; --line: #e3ddcf;
  --gold: #c9a227; --gold-soft: #e7d59a; --danger: #c0492f;
  --radius-sm: 8px; --radius: 14px; --radius-lg: 22px; --radius-xl: 30px;
  --shadow-sm: 0 1px 2px rgba(14,43,28,.06), 0 1px 3px rgba(14,43,28,.08);
  --shadow: 0 6px 18px rgba(14,43,28,.08), 0 2px 6px rgba(14,43,28,.06);
  --shadow-lg: 0 24px 60px rgba(14,43,28,.16), 0 8px 20px rgba(14,43,28,.10);
  --maxw: 1200px; --header-h: 74px;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--cream); line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--green-700); text-decoration: none; }
a:hover { color: var(--green-500); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; color: var(--ink); margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(18px, 4vw, 40px); }
.section { padding: clamp(48px, 7vw, 96px) 0; }
.section--tight { padding: clamp(32px, 5vw, 64px) 0; }
.eyebrow { font-family: var(--font-body); text-transform: uppercase; letter-spacing: .18em; font-size: .74rem; font-weight: 600; color: var(--green-600); margin: 0 0 .8rem; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; font-family: var(--font-body); font-weight: 600; font-size: .98rem; padding: .85em 1.5em; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; line-height: 1; white-space: nowrap; text-decoration: none; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green-600); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--green-700); color: #fff; box-shadow: var(--shadow); transform: translateY(-1px); }
.btn-dark { background: var(--green-900); color: #fff; }
.btn-dark:hover { background: var(--green-800); color: #fff; }
.btn-ghost { background: transparent; color: var(--green-800); border-color: var(--green-300); }
.btn-ghost:hover { background: var(--green-50); color: var(--green-800); border-color: var(--green-500); }
.btn-gold { background: var(--gold); color: #2a2205; }
.btn-gold:hover { background: #d9b53b; color: #2a2205; transform: translateY(-1px); }
.btn-block { width: 100%; }
.btn-lg { padding: 1.05em 1.9em; font-size: 1.05rem; }
.btn-sm { padding: .6em 1em; font-size: .85rem; }
.promobar { background: var(--green-900); color: #eafff2; font-size: .84rem; letter-spacing: .02em; }
.promobar .container { display: flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 40px; text-align: center; flex-wrap: wrap; padding-top: 8px; padding-bottom: 8px; }
.promobar strong { color: #fff; }
.promobar .dot { color: var(--green-400); }
.promobar span.hl { color: var(--gold-soft); font-weight: 600; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(248,245,238,.86); backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; gap: 1.2rem; min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .6rem; margin-right: auto; }
.brand svg { width: 38px; height: 38px; flex: none; }
.brand .wm { display: flex; flex-direction: column; line-height: 1; }
.brand .wm b { font-family: var(--font-display); font-weight: 600; font-size: 1.28rem; letter-spacing: -0.02em; color: var(--green-900); }
.brand .wm small { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--green-600); margin-top: 3px; font-weight: 600; }
.mainnav { display: flex; align-items: center; gap: .3rem; }
.mainnav a { font-size: .95rem; font-weight: 500; color: var(--ink); padding: .5em .8em; border-radius: 999px; transition: background .15s, color .15s; }
.mainnav a:hover { background: var(--green-50); color: var(--green-800); }
.mainnav a.active { color: var(--green-700); font-weight: 600; }
.header-actions { display: flex; align-items: center; gap: .4rem; }
.icon-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 999px; border: none; background: transparent; cursor: pointer; color: var(--ink); transition: background .15s; }
.icon-btn:hover { background: var(--green-50); }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 4px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px; background: var(--gold); color: #2a2205; font-size: .68rem; font-weight: 700; border-radius: 999px; display: flex; align-items: center; justify-content: center; transform: scale(0); transition: transform .18s cubic-bezier(.34,1.56,.64,1); }
.cart-count.show { transform: scale(1); }
.nav-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: radial-gradient(120% 90% at 85% -10%, rgba(67,168,115,.30), transparent 55%), radial-gradient(90% 80% at -10% 20%, rgba(201,162,39,.12), transparent 50%), linear-gradient(180deg, #0e2b1c 0%, #123a26 60%, #16452c 100%); color: #eafff2; }
.hero .container { position: relative; z-index: 2; padding-top: clamp(60px, 9vw, 120px); padding-bottom: clamp(60px, 9vw, 120px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: center; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero .eyebrow { color: var(--gold-soft); }
.hero p.lead { color: #cfe9d9; max-width: 46ch; }
.hero-cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }
.hero-trust { display: flex; gap: 1.6rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero-trust div { display: flex; flex-direction: column; }
.hero-trust b { font-family: var(--font-display); font-size: 1.5rem; color: #fff; }
.hero-trust span { font-size: .8rem; color: #a9cdb8; letter-spacing: .02em; }
.hero-visual { aspect-ratio: 1/1; border-radius: var(--radius-xl); position: relative; background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.14), transparent 40%), linear-gradient(150deg, #196b44, #0c2418); border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-visual svg { width: 72%; height: 72%; opacity: .92; filter: drop-shadow(0 20px 40px rgba(0,0,0,.35)); }
.hero-visual .badge-float { position: absolute; background: rgba(255,253,248,.95); color: var(--green-900); border-radius: 999px; padding: .5em .95em; font-size: .8rem; font-weight: 600; box-shadow: var(--shadow); display: flex; align-items: center; gap: .4em; }
.hero-visual .bf-1 { top: 8%; left: 6%; }
.hero-visual .bf-2 { bottom: 10%; right: 6%; }
.hero-visual .bf-3 { bottom: 42%; left: -2%; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.value-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.4rem; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .2s; }
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.value-card .vicon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-50); color: var(--green-600); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.value-card .vicon svg { width: 24px; height: 24px; }
.value-card h3 { font-size: 1.08rem; margin-bottom: .35rem; }
.value-card p { font-size: .92rem; color: var(--muted); margin: 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2.2rem; flex-wrap: wrap; }
.section-head .lead { margin: .3rem 0 0; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.3rem; }
.product-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .2s, border-color .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green-300); }
.product-thumb { position: relative; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-thumb svg.leaf { width: 46%; height: 46%; opacity: .9; }
.product-thumb .strain-initial { position: absolute; font-family: var(--font-display); font-weight: 600; font-size: 3.4rem; color: rgba(255,255,255,.9); text-shadow: 0 6px 18px rgba(0,0,0,.25); }
.badge { display: inline-flex; align-items: center; gap: .35em; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: .35em .7em; border-radius: 999px; }
.badge-new { background: var(--gold); color: #2a2205; }
.badge-preorder { background: #2f4a8c; color: #fff; }
.badge-sale { background: var(--danger); color: #fff; }
.badge-type { background: var(--green-50); color: var(--green-700); border: 1px solid var(--green-100); }
.product-thumb .badge { position: absolute; top: 12px; left: 12px; box-shadow: var(--shadow-sm); }
.product-body { padding: 1.05rem 1.15rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
.product-breeder { font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green-600); font-weight: 600; }
.product-name { font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; margin: .2rem 0 .3rem; line-height: 1.15; }
.product-meta { display: flex; flex-wrap: wrap; gap: .4rem; margin: .1rem 0 .5rem; }
.chip { font-size: .72rem; padding: .25em .6em; border-radius: 999px; background: var(--cream); border: 1px solid var(--line); color: var(--muted); }
.chip.thc { background: var(--green-50); border-color: var(--green-100); color: var(--green-700); font-weight: 600; }
.product-desc { font-size: .88rem; color: var(--muted); margin: 0 0 .9rem; flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: auto; }
.price { font-family: var(--font-display); font-weight: 600; font-size: 1.35rem; color: var(--green-900); }
.price small { font-size: .72rem; color: var(--muted); font-family: var(--font-body); font-weight: 500; }
.price .was { text-decoration: line-through; color: var(--muted); font-size: .95rem; margin-right: .35rem; font-weight: 500; }
.add-btn { display: inline-flex; align-items: center; gap: .4em; background: var(--green-600); color: #fff; border: none; padding: .6em 1em; border-radius: 999px; font-weight: 600; font-size: .88rem; cursor: pointer; transition: background .15s, transform .12s; }
.add-btn:hover { background: var(--green-700); }
.add-btn.added { background: var(--gold); color: #2a2205; }
.add-btn svg { width: 16px; height: 16px; }
.store-layout { display: grid; grid-template-columns: 260px 1fr; gap: 2rem; align-items: start; }
.filters { position: sticky; top: calc(var(--header-h) + 16px); max-height: calc(100vh - var(--header-h) - 40px); overflow-y: auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem; }
.filters h4 { font-family: var(--font-body); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin: 1.2rem 0 .6rem; }
.filters h4:first-of-type { margin-top: 0; }
.filter-opt { display: flex; align-items: center; gap: .55rem; padding: .28rem 0; font-size: .92rem; cursor: pointer; color: var(--ink); }
.filter-opt input { accent-color: var(--green-600); width: 16px; height: 16px; cursor: pointer; }
.filter-opt .count { margin-left: auto; font-size: .78rem; color: var(--muted); }
.filters .clear { margin-top: 1.2rem; font-size: .85rem; }
.store-toolbar { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; flex-wrap: wrap; }
.search-box { position: relative; flex: 1; min-width: 200px; }
.search-box svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }
.search-box input { width: 100%; padding: .75em 1em .75em 2.6em; border: 1px solid var(--line); border-radius: 999px; font-family: inherit; font-size: .95rem; background: var(--paper); color: var(--ink); }
.search-box input:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px var(--green-50); }
.select { padding: .7em 2.2em .7em 1em; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-family: inherit; font-size: .92rem; color: var(--ink); cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235d6b62' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9em center; }
.select:focus { outline: none; border-color: var(--green-500); }
.result-count { font-size: .9rem; color: var(--muted); }
.filter-toggle { display: none; }
.empty-state { text-align: center; padding: 4rem 1rem; color: var(--muted); grid-column: 1/-1; }
.empty-state svg { width: 54px; height: 54px; color: var(--green-300); margin-bottom: 1rem; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(14,43,28,.45); z-index: 90; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; backdrop-filter: blur(2px); }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 100%); z-index: 100; background: var(--cream); box-shadow: var(--shadow-lg); transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; }
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--line); }
.cart-head h3 { margin: 0; font-size: 1.3rem; }
.cart-close { background: none; border: none; cursor: pointer; padding: 6px; border-radius: 8px; color: var(--ink); }
.cart-close:hover { background: var(--sand); }
.cart-close svg { width: 24px; height: 24px; }
.freebie-bar { padding: 1rem 1.4rem; background: var(--green-50); border-bottom: 1px solid var(--line); }
.freebie-bar p { margin: 0 0 .5rem; font-size: .84rem; color: var(--green-800); }
.freebie-bar p b { color: var(--green-900); }
.progress { height: 7px; background: var(--sand-2); border-radius: 999px; overflow: hidden; }
.progress > i { display: block; height: 100%; background: linear-gradient(90deg, var(--green-500), var(--gold)); border-radius: 999px; transition: width .4s ease; }
.cart-items { flex: 1; overflow-y: auto; padding: .6rem 1.4rem; }
.cart-item { display: grid; grid-template-columns: 56px 1fr auto; gap: .8rem; padding: .95rem 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item .ci-thumb { width: 56px; height: 56px; border-radius: 10px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cart-item .ci-thumb svg { width: 55%; height: 55%; }
.ci-name { font-weight: 600; font-size: .92rem; line-height: 1.2; }
.ci-breeder { font-size: .74rem; color: var(--muted); }
.ci-price { font-size: .82rem; color: var(--green-700); font-weight: 600; margin-top: 2px; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; margin-top: 6px; }
.qty button { width: 26px; height: 26px; border: none; background: var(--paper); cursor: pointer; font-size: 1rem; color: var(--green-700); line-height: 1; }
.qty button:hover { background: var(--green-50); }
.qty span { min-width: 28px; text-align: center; font-size: .85rem; font-weight: 600; }
.ci-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: .3rem; }
.ci-remove { background: none; border: none; color: var(--muted); cursor: pointer; font-size: .75rem; text-decoration: underline; }
.ci-remove:hover { color: var(--danger); }
.cart-empty { text-align: center; padding: 3rem 1rem; color: var(--muted); }
.cart-empty svg { width: 50px; height: 50px; color: var(--green-300); margin-bottom: 1rem; }
.cart-foot { border-top: 1px solid var(--line); padding: 1.2rem 1.4rem; background: var(--paper); }
.cart-line { display: flex; justify-content: space-between; font-size: .9rem; margin-bottom: .5rem; color: var(--muted); }
.cart-line.total { font-size: 1.15rem; color: var(--ink); font-weight: 700; font-family: var(--font-display); margin: .6rem 0 1rem; }
.cart-note { font-size: .76rem; color: var(--muted); margin-top: .8rem; text-align: center; }
.page-hero { background: radial-gradient(100% 120% at 90% -20%, rgba(67,168,115,.25), transparent 55%), linear-gradient(180deg, #0e2b1c, #143c27); color: #eafff2; padding: clamp(48px,7vw,88px) 0 clamp(40px,6vw,72px); }
.page-hero h1 { color: #fff; }
.page-hero .lead { color: #cfe9d9; }
.breadcrumb { font-size: .82rem; color: #9ec6ac; margin-bottom: 1rem; }
.breadcrumb a { color: #cfe9d9; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 2.2rem; }
.prose h3 { margin-top: 1.6rem; font-size: 1.15rem; }
.prose ul, .prose ol { padding-left: 1.3rem; margin: 0 0 1.2rem; }
.prose li { margin-bottom: .5rem; }
.prose a { text-decoration: underline; }
.card-note { background: var(--green-50); border: 1px solid var(--green-100); border-left: 4px solid var(--green-500); border-radius: var(--radius-sm); padding: 1rem 1.2rem; margin: 1.4rem 0; font-size: .92rem; color: var(--green-800); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.step { position: relative; padding: 1.5rem 1.3rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.step .num { width: 40px; height: 40px; border-radius: 12px; background: var(--green-900); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin-bottom: .9rem; }
.step h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.step p { font-size: .9rem; color: var(--muted); margin: 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split .media { aspect-ratio: 4/3; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(150deg, #1a5237, #0c2418); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.1); }
.split .media svg { width: 55%; height: 55%; opacity: .9; }
.band { background: radial-gradient(90% 140% at 15% 0%, rgba(201,162,39,.18), transparent 55%), linear-gradient(120deg, #143c27, #0e2b1c); color: #eafff2; border-radius: var(--radius-xl); padding: clamp(2rem,5vw,3.5rem); text-align: center; }
.band h2 { color: #fff; }
.band p { color: #cfe9d9; max-width: 52ch; margin: 0 auto 1.6rem; }
.signup { display: flex; gap: .6rem; max-width: 460px; margin: 0 auto; flex-wrap: wrap; }
.signup input { flex: 1; min-width: 200px; padding: .9em 1.2em; border-radius: 999px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #fff; font-family: inherit; font-size: .95rem; }
.signup input::placeholder { color: #a9cdb8; }
.signup input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.16); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field { display: flex; flex-direction: column; gap: .35rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--danger); }
.field input, .field select, .field textarea { padding: .8em 1em; border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: inherit; font-size: .95rem; background: var(--paper); color: var(--ink); width: 100%; }
.field textarea { resize: vertical; min-height: 90px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px var(--green-50); }
.field .hint { font-size: .76rem; color: var(--muted); }
.field.error input, .field.error select { border-color: var(--danger); }
.field .err-msg { font-size: .76rem; color: var(--danger); display: none; }
.field.error .err-msg { display: block; }
.radio-cards { display: flex; flex-direction: column; gap: .7rem; }
.radio-card { display: flex; align-items: flex-start; gap: .8rem; padding: 1rem 1.1rem; border: 1.5px solid var(--line); border-radius: var(--radius); cursor: pointer; transition: border-color .15s, background .15s; background: var(--paper); }
.radio-card:hover { border-color: var(--green-300); }
.radio-card input { margin-top: 3px; accent-color: var(--green-600); width: 18px; height: 18px; }
.radio-card.selected { border-color: var(--green-500); background: var(--green-50); }
.radio-card .rc-title { font-weight: 600; font-size: .95rem; }
.radio-card .rc-sub { font-size: .82rem; color: var(--muted); }
.radio-card .rc-price { margin-left: auto; font-weight: 700; color: var(--green-800); }
.checkout-layout { display: grid; grid-template-columns: 1fr 400px; gap: 2.4rem; align-items: start; }
.summary-box { position: sticky; top: calc(var(--header-h) + 16px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem; box-shadow: var(--shadow-sm); }
.summary-box h3 { margin-bottom: 1rem; }
.summary-item { display: flex; justify-content: space-between; gap: .8rem; font-size: .9rem; padding: .5rem 0; border-bottom: 1px solid var(--line); }
.summary-item .si-q { color: var(--muted); }
.summary-tot { display: flex; justify-content: space-between; margin-top: .8rem; font-size: .92rem; color: var(--muted); }
.summary-tot.grand { font-size: 1.25rem; color: var(--ink); font-weight: 700; font-family: var(--font-display); margin-top: 1rem; padding-top: 1rem; border-top: 2px solid var(--line); }
.card-block { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.6rem; margin-bottom: 1.4rem; }
.card-block > h3 { margin-bottom: 1.2rem; display: flex; align-items: center; gap: .6rem; }
.card-block .step-badge { width: 28px; height: 28px; border-radius: 8px; background: var(--green-600); color: #fff; font-size: .9rem; display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-body); font-weight: 700; }
.confirm-box { max-width: 640px; margin: 0 auto; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(2rem,5vw,3rem); box-shadow: var(--shadow); }
.confirm-box .check { width: 72px; height: 72px; border-radius: 999px; background: var(--green-50); color: var(--green-600); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; }
.confirm-box .check svg { width: 40px; height: 40px; }
.order-ref { font-family: var(--font-display); font-size: 1.3rem; color: var(--green-800); background: var(--green-50); border-radius: var(--radius-sm); padding: .6rem 1rem; display: inline-block; margin: .5rem 0 1.2rem; letter-spacing: .05em; }
.order-details { text-align: left; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; margin: 1.4rem 0; font-size: .9rem; white-space: pre-wrap; }
.site-footer { background: var(--green-900); color: #bfe0cd; }
.footer-top { padding: clamp(40px,6vw,72px) 0 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
.footer-grid .brand .wm b { color: #fff; }
.footer-grid .brand .wm small { color: var(--green-300); }
.footer-about { font-size: .9rem; color: #9ec6ac; margin-top: 1rem; max-width: 32ch; }
.site-footer h5 { font-family: var(--font-body); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: #fff; margin: .2rem 0 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .6rem; }
.site-footer a { color: #bfe0cd; font-size: .92rem; }
.site-footer a:hover { color: #fff; }
.social-row { display: flex; gap: .6rem; margin-top: 1rem; }
.social-row a { width: 40px; height: 40px; border-radius: 999px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: #cfe9d9; }
.social-row a:hover { background: var(--green-600); color: #fff; }
.social-row svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.4rem 0; font-size: .82rem; color: #8fb6a0; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; }
.age-tag { display: inline-flex; align-items: center; gap: .4em; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; padding: .3em .8em; font-size: .75rem; font-weight: 600; }
.agegate { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #0e2b1c, #08160e); padding: 1.5rem; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.agegate.show { opacity: 1; visibility: visible; }
.agegate-card { background: var(--paper); border-radius: var(--radius-lg); max-width: 440px; width: 100%; padding: clamp(1.8rem, 4vw, 2.6rem); text-align: center; box-shadow: var(--shadow-lg); }
.agegate-card svg.logo { width: 60px; height: 60px; margin: 0 auto 1.2rem; }
.agegate-card h2 { font-size: 1.6rem; margin-bottom: .5rem; }
.agegate-card p { color: var(--muted); font-size: .95rem; margin-bottom: 1.6rem; }
.agegate-actions { display: flex; gap: .8rem; }
.agegate-actions .btn { flex: 1; }
.agegate .fine { font-size: .76rem; color: var(--muted); margin-top: 1.4rem; margin-bottom: 0; }
.agegate-deny { text-align: center; color: #eafff2; max-width: 420px; }
.agegate-deny h2 { color: #fff; }
.agegate-deny p { color: #cfe9d9; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--green-900); color: #fff; padding: .85em 1.4em; border-radius: 999px; font-size: .9rem; font-weight: 500; box-shadow: var(--shadow-lg); z-index: 150; opacity: 0; visibility: hidden; transition: opacity .25s, transform .25s, visibility .25s; display: flex; align-items: center; gap: .5em; }
.toast.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.toast svg { width: 18px; height: 18px; color: var(--green-300); }
.hide { display: none !important; }
.tag-row { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 1rem; }
.mobile-nav { position: fixed; inset: 0; z-index: 110; background: var(--cream); transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; padding: 1.4rem; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav .mn-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.mobile-nav a { font-family: var(--font-display); font-size: 1.5rem; padding: .7rem 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.mobile-nav a:hover { color: var(--green-600); }
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .hero-visual { max-width: 420px; margin: 0 auto; width: 100%; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .checkout-layout { grid-template-columns: 1fr; }
  .summary-box { position: static; order: -1; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 760px) {
  .mainnav { display: none; }
  .nav-toggle { display: inline-flex; }
  .store-layout { grid-template-columns: 1fr; }
  .filters { position: fixed; top: 0; left: 0; height: 100%; max-height: none; width: min(300px, 85%); z-index: 95; transform: translateX(-100%); transition: transform .3s; border-radius: 0; overflow-y: auto; box-shadow: var(--shadow-lg); }
  .filters.open { transform: translateX(0); }
  .filter-toggle { display: inline-flex; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-trust { gap: 1.1rem; }
  .promobar .container { gap: .5rem 1.2rem; font-size: .78rem; }
}
@media (max-width: 480px) {
  .value-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .signup { flex-direction: column; }
  .signup .btn { width: 100%; }
}

/* product / cart photos */
.product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ci-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* sold-out / archived products */
.product-card.soldout { opacity: .82; }
.product-card.soldout .product-thumb { filter: grayscale(.45); }
.product-card.soldout .product-thumb::after { content: ""; position: absolute; inset: 0; background: rgba(248,245,238,.28); }
.badge-soldout { background: #5f6b63; color: #fff; }
.add-btn.soldout, .add-btn:disabled { background: var(--sand-2); color: var(--muted); cursor: not-allowed; box-shadow: none; }

/* payment buttons (confirmation screen) */
.pay-grid { display: grid; gap: .7rem; margin: 1.4rem 0; text-align: left; }
.pay-btn { display: flex; flex-direction: column; gap: 2px; padding: .95rem 1.2rem; border-radius: var(--radius); font-weight: 700; font-size: 1rem; color: #fff; text-decoration: none; border: none; }
.pay-btn span { font-size: .8rem; font-weight: 500; opacity: .92; }
.pay-btn.cashapp { background: #00d54b; color: #05300f; }
.pay-btn.venmo { background: #008cff; }
.pay-btn.paypal { background: #ffc439; color: #253b80; }
.pay-btn.zelle { background: #6d1ed4; }
.pay-btn:hover { filter: brightness(.96); color: #fff; }
.pay-btn.cashapp:hover { color: #05300f; }
.pay-btn.paypal:hover { color: #253b80; }
#paypalArea { min-height: 4px; }

/* promo code (cart drawer) */
.promo-row { display: flex; gap: .5rem; margin-bottom: .9rem; }
.promo-row.hide { display: none !important; }
.promo-row input { flex: 1; padding: .6em .8em; border: 1px solid var(--line); border-radius: var(--radius-sm); font-family: inherit; font-size: .9rem; background: var(--paper); color: var(--ink); text-transform: uppercase; }
.promo-row input:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px var(--green-50); }
.promo-applied { display: flex; align-items: center; gap: .4rem; width: 100%; font-size: .85rem; color: var(--green-700); background: var(--green-50); border: 1px solid var(--green-100); border-radius: var(--radius-sm); padding: .5em .7em; }
.promo-applied svg { width: 15px; height: 15px; color: var(--green-600); }
.promo-applied button { margin-left: auto; background: none; border: none; color: var(--muted); text-decoration: underline; cursor: pointer; font-size: .78rem; }
.promo-applied button:hover { color: var(--danger); }

/* real logo assets */
.logo-badge { display: inline-flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #dbe4d8; border-radius: 12px; overflow: hidden; flex: none; padding: 5px; box-sizing: border-box; }
.logo-badge img { width: 100%; height: 100%; object-fit: contain; display: block; }
.agelogo { display: block; width: min(300px, 82%); height: auto; margin: 0 auto 1.4rem; }

/* hero brand card (replaces floating badges) */
.hero-logo-card { background: var(--paper); border-radius: 18px; padding: clamp(1.4rem, 4vw, 2.4rem); box-shadow: var(--shadow-lg); width: min(80%, 330px); }
.hero-logo-card img { width: 100%; height: auto; display: block; }
