/* =====================================================================
   AMK STORE v2.0 · Aus Myco Kingdom
   Light-dominant sandstone base, deep eucalypt bands, the emblem's neon
   ring as the accent and its outback sunset as hard stripes.
   ===================================================================== */
:root {
  color-scheme: light;
  --paper: #F7F1E4;
  --paper-2: #F0E6D2;
  --kraft: #E6D5B4;
  --ink: #17140F;
  --ink-2: #3D362B;
  --muted: #5C5345;
  --line: #DDD0B6;
  --line-2: #CDB992;

  --euc-950: #07201A;
  --euc-900: #0B2A20;
  --euc-800: #0F3A2C;
  --euc-700: #15503C;
  --euc-600: #1E6A4F;
  --cream: #F7F1E4;
  --cream-2: rgba(247, 241, 228, .80);
  --cream-3: rgba(247, 241, 228, .62);

  --neon: #7CFF3B;
  --neon-2: #B8FF6A;
  --neon-ink: #256B0C;

  --sun-1: #FFC23D;
  --sun-2: #FF8A2B;
  --sun-3: #EE4F2A;
  --sun-4: #C8347A;
  --sun-5: #58308F;
  --amanita: #E1261C;
  --gold: #F2B82E;

  --r-lg: 26px;
  --r: 18px;
  --r-sm: 12px;
  --shadow: 0 1px 0 rgba(23, 20, 15, .05), 0 18px 40px -22px rgba(23, 20, 15, .45);
  --shadow-sm: 0 1px 0 rgba(23, 20, 15, .05), 0 8px 18px -12px rgba(23, 20, 15, .35);

  --f-display: "Big Shoulders Display", Impact, "Arial Narrow Bold", sans-serif;
  --f-stencil: "Big Shoulders Stencil Display", "Big Shoulders Display", Impact, sans-serif;
  --f-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --gutter: clamp(16px, 4vw, 40px);
  --maxw: 1260px;
  --head-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--head-h) + 16px); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 500 16px/1.6 var(--f-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select { font: inherit; color: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
::selection { background: var(--neon); color: var(--euc-950); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: var(--cream); padding: 10px 14px; border-radius: 10px; font-weight: 700; }
.skip:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--euc-600); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- type ---------- */
.display {
  font-family: var(--f-display);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 6.2vw, 5rem);
  line-height: .9;
  letter-spacing: .005em;
  margin: 0;
  text-wrap: balance;
}
.display-light { color: var(--cream); }
.eyebrow {
  font: 700 .78rem/1.2 var(--f-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--euc-700);
  margin: 0 0 14px;
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.eyebrow::before { content: ""; width: 22px; height: 3px; background: var(--sun-3); border-radius: 2px; }
.eyebrow-dark { color: var(--neon); }
.eyebrow-dark::before { background: var(--neon); }
.eyebrow .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .7; }
.sect-lede { color: var(--muted); font-size: 1.06rem; max-width: 56ch; margin: 16px 0 0; }

.pill {
  display: inline-flex; align-items: center; gap: 6px;
  font: 700 .72rem/1 var(--f-mono); letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 10px; border-radius: 999px;
}
.pill-soon { background: var(--ink); color: var(--gold); }
.pill-live { background: var(--neon); color: var(--euc-950); }

/* ---------- buttons ---------- */
.btn {
  --h: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--h); padding: 0 24px;
  border-radius: 999px; border: 2px solid transparent;
  font: 800 .98rem/1 var(--f-body); letter-spacing: .01em;
  text-decoration: none; white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
}
.btn svg { width: 18px; height: 18px; transition: transform .18s ease; }
.btn:hover svg { transform: translateX(3px); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-sm { --h: 42px; padding: 0 18px; font-size: .9rem; }
.btn-block { width: 100%; }
.btn-neon { background: var(--neon); color: var(--euc-950); box-shadow: 0 0 0 0 rgba(124, 255, 59, .5), 0 10px 30px -10px rgba(124, 255, 59, .7); }
.btn-neon:hover { background: var(--neon-2); box-shadow: 0 0 0 6px rgba(124, 255, 59, .18), 0 14px 34px -10px rgba(124, 255, 59, .8); }
.btn-neon-dark { background: var(--euc-900); color: var(--neon); border-color: var(--euc-900); }
.btn-neon-dark:hover { box-shadow: 0 0 0 5px rgba(124, 255, 59, .25); }
.btn-ink { background: var(--euc-900); color: var(--cream); }
.btn-ink:hover { background: var(--euc-700); box-shadow: 0 0 0 5px rgba(30, 106, 79, .18); }
.btn-ink[disabled] { background: var(--line-2); color: var(--muted); cursor: not-allowed; box-shadow: none; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }
.btn-ghost-light { background: transparent; color: var(--cream); border-color: rgba(247, 241, 228, .55); }
.btn-ghost-light:hover { border-color: var(--cream); background: rgba(247, 241, 228, .08); }
.link-light { color: var(--cream); font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-bottom: 2px solid rgba(124, 255, 59, .55); padding-bottom: 2px; }
.link-light svg { width: 16px; height: 16px; }
.link-light:hover { border-color: var(--neon); }

.icon-btn {
  width: 46px; height: 46px; border-radius: 999px;
  display: inline-grid; place-items: center;
  background: transparent; border: 2px solid var(--line-2); color: var(--ink);
  transition: border-color .18s, background-color .18s;
  position: relative;
}
.icon-btn svg { width: 22px; height: 22px; }
.icon-btn:hover { border-color: var(--ink); }

/* ---------- announcement + header ---------- */
.announce { background: var(--euc-950); color: var(--cream-2); }
.announce-row {
  display: flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 38px; font: 700 .74rem/1.2 var(--f-mono); letter-spacing: .14em; text-transform: uppercase;
}
.ic-crown { width: 18px; height: 15px; fill: var(--gold); flex: none; }

.site-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247, 241, 228, .88);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.head-row { display: flex; align-items: center; gap: 18px; height: var(--head-h); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; min-width: 0; }
.brand img { width: 52px; height: 52px; flex: none; filter: drop-shadow(0 4px 10px rgba(11, 42, 32, .28)); transition: transform .3s cubic-bezier(.3, 1.6, .5, 1); }
.brand:hover img { transform: rotate(-8deg) scale(1.06); }
.brand-txt { display: flex; flex-direction: column; min-width: 0; }
.brand-txt b { font: 900 1.5rem/1 var(--f-display); text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; }
.brand-txt small { font: 600 .68rem/1.3 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 3px; white-space: nowrap; }
.nav { display: flex; gap: 4px; }
.nav a {
  text-decoration: none; font-weight: 700; font-size: .95rem;
  padding: 10px 12px; border-radius: 999px; color: var(--ink-2);
  transition: background-color .15s, color .15s;
}
.nav a:hover, .nav a[aria-current="page"] { background: var(--paper-2); color: var(--ink); }
.nav a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--sun-3); border-radius: 12px 12px 4px 4px; }
.head-actions { display: flex; align-items: center; gap: 10px; }
.cart-count {
  position: absolute; top: -6px; right: -6px;
  min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px;
  background: var(--amanita); color: #fff; font: 800 .74rem/22px var(--f-body); text-align: center;
  border: 2px solid var(--paper);
}
.cart-count:empty, .cart-count[data-n="0"] { display: none; }
.cart-count.bump { animation: bump .5s cubic-bezier(.3, 1.8, .5, 1); }
@keyframes bump { 0% { transform: scale(1); } 40% { transform: scale(1.45); } 100% { transform: scale(1); } }
.menu-btn { display: none; }
.mnav { border-top: 1px solid var(--line); background: var(--paper); padding: 8px var(--gutter) 18px; display: grid; }
.mnav a { text-decoration: none; font: 800 1.35rem/1 var(--f-display); text-transform: uppercase; padding: 14px 4px; border-bottom: 1px solid var(--line); }

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(60% 70% at 76% 42%, rgba(124, 255, 59, .16), transparent 62%),
    radial-gradient(50% 60% at 10% 10%, rgba(88, 48, 143, .30), transparent 70%),
    linear-gradient(180deg, #0A241C 0%, var(--euc-900) 55%, #10352A 100%);
  color: var(--cream);
  padding: clamp(36px, 4.6vw, 64px) 0 0;
}
.spores { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(20px, 4vw, 56px); align-items: center; position: relative; z-index: 2; }
.hero-h {
  font-family: var(--f-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(3.3rem, 7.4vw, 7rem); line-height: .86; letter-spacing: .004em;
  margin: 6px 0 22px;
}
.hero-h span { display: block; }
.neon-word {
  color: var(--neon);
  text-shadow: 0 0 18px rgba(124, 255, 59, .55), 0 0 60px rgba(124, 255, 59, .35);
}
.hero-lede { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: var(--cream-2); max-width: 50ch; margin: 0 0 28px; }
.hero-cta { display: flex; align-items: center; gap: 14px 18px; flex-wrap: wrap; }
.hero-proof { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-proof li { display: flex; align-items: center; gap: 8px; font: 700 .76rem/1.2 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--cream-2); }
.hero-proof svg { width: 18px; height: 18px; color: var(--neon); }

.hero-copy { padding-bottom: calc(clamp(60px, 7vw, 110px) + 28px); }
.hero-art { position: relative; display: grid; place-items: center; padding-bottom: clamp(60px, 7vw, 110px); }
.emblem-stage { position: relative; width: min(520px, 100%); aspect-ratio: 1; transform-style: preserve-3d; transition: transform .25s ease-out; will-change: transform; }
.emblem { position: relative; z-index: 2; width: 100%; height: 100%; animation: float 7s ease-in-out infinite; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .45)); }
.emblem-glow {
  position: absolute; inset: 4%; border-radius: 50%; z-index: 1;
  background: radial-gradient(circle, rgba(124, 255, 59, .55) 0%, rgba(124, 255, 59, .18) 45%, transparent 70%);
  filter: blur(18px);
  animation: glow 4.8s ease-in-out infinite;
}
.emblem-ring {
  position: absolute; inset: -5%; border-radius: 50%; z-index: 0;
  border: 1.5px dashed rgba(124, 255, 59, .45);
  animation: spin 60s linear infinite;
}
.emblem-ring::after {
  content: ""; position: absolute; inset: 5%; border-radius: 50%;
  border: 1px solid rgba(242, 184, 46, .35);
}
.stamp { position: absolute; z-index: 3; width: clamp(96px, 11vw, 150px); left: -4%; bottom: 2%; filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .45)); }
.stamp text { font: 700 13.6px var(--f-mono); letter-spacing: 2.2px; fill: #F2B82E; }
.stamp-spin { transform-origin: 80px 80px; animation: spin 26s linear infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes glow { 0%, 100% { opacity: .75; transform: scale(.97); } 50% { opacity: 1; transform: scale(1.03); } }
@keyframes spin { to { transform: rotate(360deg); } }

.horizon { position: relative; z-index: 1; display: block; width: 100%; height: clamp(120px, 16.5vw, 240px); margin-top: calc(clamp(60px, 7vw, 110px) * -1); }

/* ---------- marquee ---------- */
.marquee { background: var(--paper); border-bottom: 1px solid var(--line); overflow: hidden; padding: 18px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 44s linear infinite; }
.marquee-set { display: flex; align-items: center; gap: 26px; padding-right: 26px; }
.marquee-set span { font: 900 clamp(1.8rem, 3.6vw, 3rem)/1 var(--f-display); text-transform: uppercase; white-space: nowrap; }
.marquee-set span.o { color: transparent; -webkit-text-stroke: 1.6px var(--ink); }
.marquee-set svg { width: 34px; height: 28px; fill: var(--sun-3); flex: none; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
.sect { padding: clamp(64px, 9vw, 120px) 0; }
.sect-tight { padding-top: 28px; }
.sect-head { margin-bottom: clamp(28px, 4vw, 48px); }
.sect-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

/* staples */
.staples-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 28px); }
.staple {
  --tint: #E7DCF3;
  display: grid; grid-template-rows: auto 1fr;
  background: #FFFCF5; border: 1.5px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow);
}
.staple-media {
  position: relative; background: var(--tint); aspect-ratio: 16 / 10; display: grid; place-items: center; overflow: hidden;
}
.staple-media::before {
  content: ""; position: absolute; inset: auto 0 0 0; height: 30%;
  background: repeating-linear-gradient(0deg, rgba(23, 20, 15, .05) 0 2px, transparent 2px 12px);
}
.staple-media img { position: relative; width: 82%; max-height: 84%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(23, 20, 15, .28)); transition: transform .5s cubic-bezier(.2, .8, .2, 1); }
.staple:hover .staple-media img { transform: scale(1.04) rotate(-1deg); }
.stamp-mark {
  position: absolute; top: 18px; right: 18px; z-index: 2;
  font: 800 1.05rem/1 var(--f-stencil); letter-spacing: .12em; text-transform: uppercase;
  color: var(--sun-3); border: 3px solid currentColor; outline: 1.5px solid currentColor; outline-offset: 3px;
  padding: 8px 12px 7px; border-radius: 6px; transform: rotate(8deg); background: rgba(255, 252, 245, .55);
}
.staple-step { position: absolute; left: 18px; top: 18px; z-index: 2; }
.staple-body { padding: clamp(20px, 2.6vw, 30px); display: flex; flex-direction: column; gap: 16px; }
.staple-body .buy-row { margin-top: auto; }
.staple-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.staple h3 { font: 900 clamp(2rem, 3.4vw, 2.7rem)/.92 var(--f-display); text-transform: uppercase; margin: 0; }
.staple h3 a { text-decoration: none; }
.staple h3 a:hover { text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; }
.staple p.blurb { margin: 0; color: var(--muted); }
.price { text-align: right; flex: none; }
.price b { display: block; font: 900 2.6rem/.9 var(--f-display); }
.price small { font: 600 .74rem/1.2 var(--f-mono); color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }

.opt { border: 0; padding: 0; margin: 0; min-width: 0; }
.opt legend { font: 700 .74rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); padding: 0; margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chip span {
  display: inline-flex; align-items: baseline; gap: 6px;
  min-height: 42px; padding: 11px 15px; border-radius: 12px;
  border: 1.5px solid var(--line-2); background: #FFFCF5;
  font-weight: 800; font-size: .95rem; line-height: 1; transition: all .15s;
}
.chip span em { font-style: normal; font-weight: 600; color: var(--muted); font-size: .82rem; }
.chip:hover span { border-color: var(--ink); }
.chip input:checked + span { background: var(--euc-900); border-color: var(--euc-900); color: var(--cream); box-shadow: 0 0 0 3px rgba(124, 255, 59, .35); }
.chip input:checked + span em { color: var(--neon); }
.chip input:focus-visible + span { outline: 3px solid var(--euc-600); outline-offset: 3px; }

.buy-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.buy-row .btn { flex: 1 1 200px; }
.stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line-2); border-radius: 999px; background: #FFFCF5; height: 52px; }
.stepper button { width: 44px; height: 100%; border: 0; background: transparent; display: grid; place-items: center; border-radius: 999px; }
.stepper button svg { width: 18px; height: 18px; }
.stepper button:hover { background: var(--paper-2); }
.stepper output, .stepper span { min-width: 34px; text-align: center; font-weight: 800; }
.staple-links { display: flex; gap: 18px; flex-wrap: wrap; font-weight: 700; font-size: .92rem; }
.staple-links a { color: var(--euc-700); text-underline-offset: 3px; }
.per-kg { font: 600 .78rem/1.3 var(--f-mono); color: var(--neon-ink); letter-spacing: .04em; }

/* range */
.range-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 22px); }
.tile {
  --tint: #F1E6CE;
  position: relative; display: grid; grid-template-rows: 1fr auto;
  text-decoration: none; border-radius: var(--r-lg); overflow: hidden;
  background: var(--tint); min-height: 330px; border: 1.5px solid rgba(23, 20, 15, .08);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s;
}
.tile:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tile-media { display: grid; place-items: center; padding: 26px 22px 0; }
.tile-media img, .tile-media svg { width: 88%; max-height: 210px; object-fit: contain; filter: drop-shadow(0 14px 14px rgba(23, 20, 15, .22)); transition: transform .45s cubic-bezier(.2, .8, .2, 1); }
.tile:hover .tile-media img, .tile:hover .tile-media svg { transform: scale(1.06) rotate(-1.5deg); }
.tile-body { padding: 18px 22px 22px; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.tile h3 { font: 900 clamp(1.5rem, 2.2vw, 1.9rem)/.95 var(--f-display); text-transform: uppercase; margin: 0; }
.tile .tile-meta { font: 700 .76rem/1.2 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); margin-top: 8px; }
.tile .go { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--cream); display: grid; place-items: center; transition: transform .25s; }
.tile .go svg { width: 20px; height: 20px; }
.tile:hover .go { transform: rotate(-45deg); background: var(--euc-900); color: var(--neon); }
.tile .pill { position: absolute; top: 16px; left: 16px; }

/* stripes motif */
.stripes { display: grid; }
.stripes i { display: block; }
.stripes-top i:nth-child(1) { height: 5px; background: var(--sun-5); }
.stripes-top i:nth-child(2) { height: 7px; background: var(--sun-4); }
.stripes-top i:nth-child(3) { height: 9px; background: var(--sun-3); }
.stripes-top i:nth-child(4) { height: 11px; background: var(--sun-2); }
.stripes-top i:nth-child(5) { height: 13px; background: var(--sun-1); }
.stripes-top i + i { margin-top: 4px; }
.stripes-top { background: var(--paper); padding-bottom: 0; }

/* build your grow */
.build {
  position: relative; overflow: hidden;
  background:
    radial-gradient(50% 60% at 90% 10%, rgba(124, 255, 59, .12), transparent 70%),
    var(--euc-900);
  color: var(--cream);
}
.build-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(28px, 5vw, 72px); padding-top: clamp(56px, 8vw, 104px); padding-bottom: clamp(64px, 9vw, 112px); align-items: start; }
.build-lede { color: var(--cream-2); margin: 18px 0 30px; max-width: 54ch; font-size: 1.05rem; }
.calc { display: grid; gap: 26px; }
.calc-field { border: 0; margin: 0; padding: 0; min-width: 0; }
.calc-label { display: block; font: 700 .78rem/1.2 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--neon); margin-bottom: 12px; padding: 0; }
.calc-label span { color: var(--cream-3); letter-spacing: .06em; }
.stepper-lg { height: 72px; background: rgba(247, 241, 228, .06); border-color: rgba(247, 241, 228, .22); color: var(--cream); }
.stepper-lg button { width: 64px; color: var(--cream); }
.stepper-lg button:hover { background: rgba(124, 255, 59, .14); }
.stepper-lg button svg { width: 22px; height: 22px; }
.stepper-lg output { min-width: 130px; font: 900 2.6rem/1 var(--f-display); }
.quick { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.quick button {
  border: 1.5px solid rgba(247, 241, 228, .25); background: transparent; color: var(--cream);
  border-radius: 999px; padding: 8px 14px; font-weight: 700; font-size: .88rem;
}
.quick button:hover, .quick button[aria-pressed="true"] { border-color: var(--neon); color: var(--neon); }
.seg { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; background: rgba(247, 241, 228, .06); border: 1.5px solid rgba(247, 241, 228, .18); padding: 6px; border-radius: 16px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.seg span { display: grid; place-items: center; height: 48px; border-radius: 11px; font: 900 1.35rem/1 var(--f-display); letter-spacing: .03em; text-transform: uppercase; color: var(--cream-2); transition: all .15s; }
.seg label:hover span { color: var(--cream); background: rgba(247, 241, 228, .06); }
.seg input:checked + span { background: var(--neon); color: var(--euc-950); box-shadow: 0 6px 20px -8px rgba(124, 255, 59, .8); }
.seg input:focus-visible + span { outline: 3px solid var(--neon); outline-offset: 2px; }
.calc-hint { margin: 10px 0 0; color: var(--cream-2); font-size: .95rem; min-height: 1.6em; }

.docket {
  position: relative; background: #FFFCF5; color: var(--ink);
  border-radius: 6px 6px 0 0; padding: 26px 26px 30px;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6);
  transform: rotate(1.2deg);
  --perf: radial-gradient(circle at 10px -2px, transparent 9px, #FFFCF5 9.5px);
}
.docket::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 14px;
  background: var(--perf); background-size: 20px 14px; background-repeat: repeat-x;
}
.docket-head { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 2px dashed var(--line-2); }
.docket-head .ic-crown { width: 30px; height: 25px; fill: var(--sun-3); }
.docket-head b { display: block; font: 900 1.6rem/1 var(--f-display); text-transform: uppercase; }
.docket-head span { font: 600 .74rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.docket-big { display: flex; align-items: center; gap: 14px; padding: 20px 0; border-bottom: 2px dashed var(--line-2); }
.docket-big > div:not(.plus) { flex: 1; }
.docket-big span { display: block; font: 900 clamp(2.6rem, 5vw, 3.6rem)/.9 var(--f-display); }
.docket-big small { font: 700 .74rem/1.2 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.docket-big .plus { font: 900 2rem/1 var(--f-display); color: var(--sun-3); }
.docket-lines { list-style: none; margin: 0; padding: 14px 0; display: grid; gap: 10px; border-bottom: 2px dashed var(--line-2); }
.docket-lines li { display: flex; justify-content: space-between; gap: 12px; font: 600 .9rem/1.35 var(--f-mono); }
.docket-lines li span:first-child { color: var(--ink-2); }
.docket-total { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0 18px; }
.docket-total span { font: 700 .8rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; }
.docket-total b { font: 900 2.6rem/1 var(--f-display); }
.docket-fine { margin: 14px 0 0; font-size: .8rem; color: var(--muted); }

/* grain guide */
.grain-ui { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: stretch; }
.grain-tabs { display: grid; gap: 10px; align-content: start; }
.grain-tab {
  display: flex; align-items: center; gap: 14px; text-align: left;
  padding: 12px 16px; border-radius: var(--r); border: 1.5px solid var(--line); background: #FFFCF5;
  transition: all .18s;
}
.grain-tab svg { width: 46px; height: 46px; flex: none; transition: transform .3s cubic-bezier(.3, 1.6, .5, 1); }
.grain-tab b { font: 900 1.6rem/1 var(--f-display); text-transform: uppercase; display: block; }
.grain-tab small { color: var(--muted); font-weight: 600; font-size: .86rem; }
.grain-tab:hover { border-color: var(--ink); }
.grain-tab:hover svg { transform: rotate(-12deg) scale(1.08); }
.grain-tab[aria-selected="true"] { background: var(--euc-900); border-color: var(--euc-900); color: var(--cream); box-shadow: var(--shadow-sm); }
.grain-tab[aria-selected="true"] small { color: var(--cream-2); }
.grain-panel {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(18px, 3vw, 40px); align-items: center;
  background: var(--paper-2); border-radius: var(--r-lg); padding: clamp(22px, 3.6vw, 44px);
  border: 1.5px solid var(--line);
}
.grain-hero { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.grain-hero::before { content: ""; position: absolute; inset: 6%; border-radius: 50%; background: repeating-radial-gradient(circle, rgba(255, 138, 43, .20) 0 10px, transparent 10px 22px); }
.grain-hero svg { position: relative; width: 74%; animation: bob 5s ease-in-out infinite; filter: drop-shadow(0 16px 14px rgba(23, 20, 15, .25)); }
@keyframes bob { 0%, 100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-8px) rotate(3deg); } }
.grain-info h3 { font: 900 clamp(2.4rem, 5vw, 4rem)/.9 var(--f-display); text-transform: uppercase; margin: 0; }
.grain-info .g-line { font: 700 .8rem/1.2 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--sun-3); margin: 10px 0 14px; }
.grain-info p { margin: 0 0 20px; color: var(--ink-2); }
.meters { display: grid; gap: 12px; margin: 0 0 24px; }
.meter { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 12px; }
.meter dt { font: 700 .76rem/1.2 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.meter dd { margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; }
.meter dd i { height: 12px; border-radius: 3px; background: rgba(23, 20, 15, .1); }
.meter dd i.on { background: var(--euc-700); }
.meter dd i.on:last-of-type { background: var(--euc-700); }

/* how */
.how { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 2vw, 22px); counter-reset: s; position: relative; }
.step { position: relative; background: #FFFCF5; border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 24px 22px 22px; display: flex; flex-direction: column; gap: 10px; transition: transform .25s, box-shadow .25s; }
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.step-n { font: 900 3.4rem/.8 var(--f-display); color: transparent; -webkit-text-stroke: 1.6px var(--sun-3); }
.step-ic { position: absolute; top: 22px; right: 20px; width: 44px; height: 44px; color: var(--euc-700); }
.step h3 { font: 900 1.7rem/1 var(--f-display); text-transform: uppercase; margin: 6px 0 0; }
.step p { margin: 0; color: var(--muted); font-size: .95rem; flex: 1; }
.step a { font-weight: 800; font-size: .9rem; color: var(--euc-700); text-underline-offset: 3px; }

/* cultures: specimen tags */
.tags { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; }
.tag {
  --hue: #F4E4C4;
  position: relative; background: #FFFCF5; border: 1.5px solid var(--line-2);
  border-radius: 14px 14px 14px 14px; padding: 42px 18px 18px;
  transform-origin: 50% 10px; transition: transform .5s cubic-bezier(.3, 1.8, .4, 1), box-shadow .3s;
  clip-path: polygon(14% 0, 86% 0, 100% 12%, 100% 100%, 0 100%, 0 12%);
}
.tag::before { content: ""; position: absolute; top: 12px; left: 50%; width: 14px; height: 14px; margin-left: -7px; border-radius: 50%; background: var(--paper); box-shadow: inset 0 0 0 2px var(--line-2); }
.tag:hover { transform: rotate(-3deg); }
.tag:nth-child(even):hover { transform: rotate(3deg); }
.tag .swatch { position: absolute; top: 10px; right: 14px; width: 18px; height: 18px; border-radius: 50%; background: var(--hue); box-shadow: inset 0 0 0 2px rgba(23, 20, 15, .75); }
.tag b { display: block; font: 900 1.55rem/1 var(--f-display); text-transform: uppercase; }
.tag i { display: block; font-family: var(--f-body); font-style: italic; color: var(--muted); font-size: .92rem; margin: 6px 0 12px; }
.tag .tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
.tag .tag-row span { font: 700 .68rem/1 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; padding: 6px 8px; border-radius: 999px; background: var(--paper-2); color: var(--ink-2); }
.tag .tag-row span.med { background: #E6DCF3; }

/* kingdom standard */
.standard {
  background:
    radial-gradient(40% 60% at 0% 100%, rgba(200, 52, 122, .20), transparent 70%),
    radial-gradient(40% 60% at 100% 0%, rgba(124, 255, 59, .10), transparent 70%),
    var(--euc-950);
  color: var(--cream); padding: clamp(64px, 9vw, 116px) 0;
}
.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5px; background: rgba(247, 241, 228, .14); border: 1.5px solid rgba(247, 241, 228, .14); border-radius: var(--r-lg); overflow: hidden; }
.pillar { background: var(--euc-950); padding: 30px 26px; transition: background-color .25s; }
.pillar:hover { background: #0B2B22; }
.pillar svg { width: 46px; height: 46px; color: var(--neon); margin-bottom: 18px; }
.pillar h3 { font: 900 1.65rem/1 var(--f-display); text-transform: uppercase; margin: 0 0 10px; }
.pillar p { margin: 0; color: var(--cream-2); font-size: .96rem; }

/* faq */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 72px); align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: #FFFCF5; border: 1.5px solid var(--line); border-radius: var(--r); padding: 0 22px; transition: border-color .2s; }
.faq-list details[open] { border-color: var(--ink); }
.faq-list summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 800; font-size: 1.06rem; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font: 900 1.8rem/1 var(--f-display); color: var(--sun-3); transition: transform .25s; flex: none; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { margin: 0 0 22px; color: var(--ink-2); }
.faq-list a { color: var(--euc-700); font-weight: 700; }

/* drops */
.drops { position: relative; padding: clamp(56px, 8vw, 100px) 0; overflow: hidden; }
.drops-bg { position: absolute; inset: 0; display: grid; grid-template-rows: repeat(5, 1fr); }
.drops-bg i:nth-child(1) { background: var(--sun-5); }
.drops-bg i:nth-child(2) { background: var(--sun-4); }
.drops-bg i:nth-child(3) { background: var(--sun-3); }
.drops-bg i:nth-child(4) { background: var(--sun-2); }
.drops-bg i:nth-child(5) { background: var(--sun-1); }
.drops-card {
  position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr); gap: clamp(18px, 3vw, 36px); align-items: center;
  background: var(--paper); border-radius: var(--r-lg); padding: clamp(22px, 3.4vw, 40px);
  box-shadow: 0 40px 80px -40px rgba(23, 20, 15, .7); border: 2px solid var(--ink);
}
.drops-card > img { width: 120px; height: 120px; filter: drop-shadow(0 10px 14px rgba(0, 0, 0, .3)); }
.drops-copy .display { font-size: clamp(2.2rem, 4.4vw, 3.6rem); }
.drops-copy p:last-child { margin: 12px 0 0; color: var(--muted); }
.drops-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.drops-form input {
  height: 52px; border-radius: 999px; border: 2px solid var(--ink); background: #FFFCF5; padding: 0 20px; min-width: 0;
}
.drops-form input:focus { outline: none; box-shadow: 0 0 0 4px rgba(124, 255, 59, .45); }
.form-msg { grid-column: 1 / -1; margin: 2px 0 0; font-size: .9rem; font-weight: 700; color: var(--euc-700); min-height: 1.4em; }
.form-msg.err { color: var(--sun-3); }

/* footer */
.foot { background: var(--euc-950); color: var(--cream-2); padding: clamp(48px, 6vw, 80px) 0 28px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.foot-brand { display: flex; gap: 20px; align-items: flex-start; }
.foot-brand img { width: 132px; height: 132px; flex: none; }
.foot-brand b { font: 900 1.9rem/1 var(--f-display); text-transform: uppercase; color: var(--cream); }
.foot-brand p { margin: 10px 0 0; max-width: 34ch; }
.foot-est { font: 700 .76rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.foot-col { display: grid; align-content: start; gap: 10px; }
.foot-col h3 { font: 700 .78rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--neon); margin: 0 0 6px; }
.foot-col a { text-decoration: none; color: var(--cream-2); font-weight: 600; }
.foot-col a:hover { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }
.foot-base { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(247, 241, 228, .14); font: 600 .78rem/1.3 var(--f-mono); letter-spacing: .06em; }

/* ---------- shop view ---------- */
.page-head { background: var(--paper-2); border-bottom: 1px solid var(--line); padding: clamp(30px, 5vw, 60px) 0 26px; }
.crumbs { display: flex; gap: 8px; font: 600 .78rem/1 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; flex-wrap: wrap; }
.crumbs a { color: var(--ink-2); }
.filters { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 26px; flex-wrap: wrap; }
.filters .chips a {
  text-decoration: none; font-weight: 800; font-size: .92rem; padding: 10px 16px; border-radius: 999px;
  border: 1.5px solid var(--line-2); background: #FFFCF5;
}
.filters .chips a:hover { border-color: var(--ink); }
.filters .chips a[aria-current="true"] { background: var(--euc-900); color: var(--cream); border-color: var(--euc-900); }
.sort { display: flex; align-items: center; gap: 10px; font: 700 .76rem/1 var(--f-mono); letter-spacing: .1em; text-transform: uppercase; }
.sort select { height: 44px; border-radius: 12px; border: 1.5px solid var(--line-2); background: #FFFCF5; padding: 0 12px; font: 700 .92rem var(--f-body); text-transform: none; letter-spacing: 0; }
.grid-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.card {
  --tint: #F1E6CE;
  display: grid; grid-template-rows: auto 1fr; background: #FFFCF5; border: 1.5px solid var(--line); border-radius: var(--r-lg); overflow: hidden;
  transition: transform .3s cubic-bezier(.2, .8, .2, 1), box-shadow .3s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-media { position: relative; display: grid; place-items: center; background: var(--tint); aspect-ratio: 4 / 3; text-decoration: none; }
.card-media img, .card-media svg { width: 80%; max-height: 80%; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(23, 20, 15, .22)); }
.card-media .pill { position: absolute; top: 14px; left: 14px; }
.card-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.card-body .cat { font: 700 .72rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.card-body h3 { margin: 0; font: 900 1.7rem/.95 var(--f-display); text-transform: uppercase; }
.card-body h3 a { text-decoration: none; }
.card-body p { margin: 0; color: var(--muted); font-size: .94rem; flex: 1; }
.card-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 6px; }
.card-foot .from { font: 900 1.7rem/1 var(--f-display); }
.card-foot .from small { font: 600 .72rem/1 var(--f-mono); color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-right: 4px; }
.empty { text-align: center; padding: 60px 20px; color: var(--muted); grid-column: 1 / -1; }

/* ---------- product view ---------- */
.pdp { padding: clamp(24px, 4vw, 48px) 0 clamp(64px, 8vw, 110px); }
.pdp-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 4vw, 64px); align-items: start; margin-top: 18px; }
.pdp-media {
  position: sticky; top: calc(var(--head-h) + 20px);
  background: var(--tint, #F1E6CE); border-radius: var(--r-lg); aspect-ratio: 1; display: grid; place-items: center; overflow: hidden;
  border: 1.5px solid rgba(23, 20, 15, .08);
}
.pdp-media::before { content: ""; position: absolute; inset: auto 0 0 0; height: 26%; background: repeating-linear-gradient(0deg, rgba(23, 20, 15, .05) 0 2px, transparent 2px 12px); }
.pdp-media img, .pdp-media > svg { position: relative; width: 84%; max-height: 80%; object-fit: contain; filter: drop-shadow(0 22px 20px rgba(23, 20, 15, .3)); }
.pdp-info h1 { font: 900 clamp(2.8rem, 6vw, 4.6rem)/.88 var(--f-display); text-transform: uppercase; margin: 10px 0 14px; }
.pdp-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 8px; }
.pdp-price b { font: 900 3.2rem/1 var(--f-display); }
.pdp-lede { color: var(--ink-2); font-size: 1.08rem; margin: 0 0 24px; }
.pdp-form { display: grid; gap: 20px; padding: 24px 0; border-top: 1.5px solid var(--line); border-bottom: 1.5px solid var(--line); }
.pdp-trust { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.pdp-trust li { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .95rem; }
.pdp-trust svg { width: 20px; height: 20px; color: var(--euc-600); flex: none; }
.pdp-desc { margin-top: 30px; }
.pdp-desc h2, .pdp-specs h2 { font: 700 .78rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--euc-700); margin: 0 0 12px; }
.pdp-desc p { color: var(--ink-2); margin: 0 0 12px; }
.pdp-specs { margin-top: 26px; }
.pdp-specs dl { margin: 0; display: grid; grid-template-columns: minmax(0, 140px) minmax(0, 1fr); border-top: 1.5px solid var(--line); }
.pdp-specs dt, .pdp-specs dd { margin: 0; padding: 12px 0; border-bottom: 1.5px solid var(--line); }
.pdp-specs dt { font: 700 .76rem/1.4 var(--f-mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pdp-specs dd { font-weight: 700; }
.pair {
  margin-top: 30px; display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 16px; align-items: center;
  background: var(--euc-900); color: var(--cream); border-radius: var(--r); padding: 14px 18px 14px 14px; text-decoration: none;
}
.pair-img { background: var(--tint, #F1E6CE); border-radius: 12px; aspect-ratio: 1; display: grid; place-items: center; }
.pair-img img { width: 86%; }
.pair small { font: 700 .72rem/1 var(--f-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--neon); }
.pair b { display: block; font: 900 1.5rem/1 var(--f-display); text-transform: uppercase; margin-top: 6px; }
.pair .go { width: 44px; height: 44px; border-radius: 50%; background: var(--neon); color: var(--euc-950); display: grid; place-items: center; }
.pair .go svg { width: 20px; height: 20px; }
.soon-box { background: var(--paper-2); border: 1.5px dashed var(--line-2); border-radius: var(--r); padding: 20px; display: grid; gap: 14px; }
.soon-box p { margin: 0; color: var(--ink-2); }
.soon-box .drops-form input { height: 50px; }

.mbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 35;
  background: rgba(247, 241, 228, .96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom));
  align-items: center; gap: 12px;
}
.mbar b { font: 900 1.8rem/1 var(--f-display); }
.mbar small { display: block; font: 600 .7rem/1.2 var(--f-mono); color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.mbar .btn { flex: 1; }

/* ---------- drawer, modal, toast ---------- */
.scrim { position: fixed; inset: 0; background: rgba(7, 32, 26, .55); z-index: 60; opacity: 0; transition: opacity .25s; -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
.scrim.on { opacity: 1; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 61; width: min(440px, 100vw);
  background: var(--paper); display: grid; grid-template-rows: auto 1fr auto;
  transform: translateX(104%); transition: transform .38s cubic-bezier(.2, .9, .2, 1);
  box-shadow: -30px 0 60px -30px rgba(0, 0, 0, .5); visibility: hidden;
}
.drawer.on { transform: none; visibility: visible; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1.5px solid var(--line); }
.drawer-head h2 { margin: 0; font: 900 1.9rem/1 var(--f-display); text-transform: uppercase; }
.drawer-head h2 span { color: var(--muted); font-size: 1.3rem; }
.drawer-body { overflow-y: auto; padding: 6px 22px; }
.bag-line { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 14px; padding: 16px 0; border-bottom: 1.5px solid var(--line); align-items: center; }
.bag-line-img { width: 76px; height: 76px; border-radius: 12px; background: var(--tint, #F1E6CE); display: grid; place-items: center; }
.bag-line-img img { width: 84%; }
.bag-line b { display: block; font: 900 1.25rem/1 var(--f-display); text-transform: uppercase; }
.bag-line .var { font: 600 .74rem/1.4 var(--f-mono); color: var(--muted); letter-spacing: .04em; margin: 4px 0 8px; }
.bag-line .stepper { height: 36px; }
.bag-line .stepper button { width: 34px; }
.bag-line .stepper button svg { width: 15px; height: 15px; }
.bag-line-end { display: grid; justify-items: end; gap: 8px; }
.bag-line-end b { font-size: 1.35rem; }
.bag-line-end button { border: 0; background: none; color: var(--muted); font-size: .8rem; font-weight: 700; text-decoration: underline; padding: 0; }
.drawer-empty { text-align: center; padding: 50px 10px; }
.drawer-empty img { width: 120px; margin: 0 auto 16px; opacity: .95; }
.drawer-empty p { color: var(--muted); margin: 0 0 20px; }
.drawer-empty .btn { margin: 4px; }
.drawer-foot { padding: 18px 22px calc(18px + env(safe-area-inset-bottom)); border-top: 1.5px solid var(--line); background: #FFFCF5; }
.subtotal { display: flex; justify-content: space-between; align-items: baseline; }
.subtotal span { font: 700 .8rem/1 var(--f-mono); letter-spacing: .14em; text-transform: uppercase; }
.subtotal b { font: 900 2.2rem/1 var(--f-display); }
.drawer-foot .fine { margin: 6px 0 14px; font-size: .84rem; color: var(--muted); }

.modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; background: rgba(7, 32, 26, .6); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.modal-card { background: var(--paper); border-radius: var(--r-lg); padding: 34px 30px 30px; max-width: 440px; text-align: center; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .6); border: 2px solid var(--ink); animation: pop .35s cubic-bezier(.3, 1.6, .5, 1); }
.modal-card img { width: 96px; margin: -80px auto 10px; filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .35)); }
.modal-card h2 { font: 900 2.4rem/1 var(--f-display); text-transform: uppercase; margin: 0 0 10px; }
.modal-card p { color: var(--ink-2); margin: 0 0 22px; }
@keyframes pop { from { transform: scale(.92); opacity: 0; } to { transform: none; opacity: 1; } }

.toast {
  position: fixed; left: 0; right: 0; bottom: calc(22px + env(safe-area-inset-bottom)); margin: 0 auto; width: fit-content; z-index: 90; transform: translateY(24px);
  opacity: 0; visibility: hidden;
  background: var(--euc-900); color: var(--cream); border-radius: 999px; padding: 12px 14px 12px 12px;
  display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 40px -16px rgba(0, 0, 0, .6);
  transition: transform .35s cubic-bezier(.2, .9, .2, 1), opacity .25s, visibility .35s; max-width: calc(100vw - 32px);
  font-weight: 700; font-size: .92rem;
}
.toast.on { transform: none; opacity: 1; visibility: visible; }
body.has-mbar .toast { bottom: calc(96px + env(safe-area-inset-bottom)); }
.toast .tick { width: 30px; height: 30px; border-radius: 50%; background: var(--neon); color: var(--euc-950); display: grid; place-items: center; flex: none; }
.toast .tick svg { width: 18px; height: 18px; }
.toast button { border: 0; background: none; color: var(--neon); font-weight: 800; text-decoration: underline; padding: 0 6px; white-space: nowrap; }

/* ---------- reveal (enhancement only) ---------- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.rv.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .nav a { padding: 10px 9px; font-size: .9rem; }
  .brand-txt small { display: none; }
}
@media (max-width: 1060px) {
  .nav, .head-shop { display: none; }
  .menu-btn { display: inline-grid; }
  .staples-grid { grid-template-columns: 1fr; }
  .staple { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: none; }
  .staple-media { aspect-ratio: auto; min-height: 100%; }
  .tags { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pillars { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .foot-brand { grid-column: 1 / -1; }
  .drops-card { grid-template-columns: auto minmax(0, 1fr); }
  .drops-form { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  :root { --head-h: 66px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; padding-bottom: 0; }
  .emblem-stage { width: min(78vw, 440px); }
  .hero-copy { padding-bottom: clamp(70px, 16vw, 120px); }
  .horizon { margin-top: calc(clamp(70px, 16vw, 120px) * -1); }
  .stamp { left: -2%; bottom: 0; }
  .range-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .build-grid { grid-template-columns: 1fr; }
  .docket { transform: none; max-width: 520px; }
  .grain-ui { grid-template-columns: 1fr; }
  .grain-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
  .grain-tab { flex-direction: column; gap: 6px; padding: 12px 6px; text-align: center; }
  .grain-tab small { display: none; }
  .grain-tab b { font-size: 1.25rem; }
  .grain-tab svg { width: 40px; height: 40px; }
  .faq-grid { grid-template-columns: 1fr; }
  .grid-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pdp-grid { grid-template-columns: 1fr; }
  .pdp-media { position: relative; top: 0; aspect-ratio: 4 / 3; }
  .mbar.show { display: flex; }
  body.has-mbar { padding-bottom: 84px; }
}
@media (max-width: 700px) {
  .staple { grid-template-columns: 1fr; }
  .staple-media { aspect-ratio: 16 / 11; }
  .grain-panel { grid-template-columns: 1fr; }
  .grain-hero { max-width: 220px; margin: 0 auto; }
  .meter { grid-template-columns: 124px 1fr; }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .drops-card { grid-template-columns: 1fr; text-align: left; }
  .drops-card > img { width: 84px; height: 84px; }
  .pair { grid-template-columns: 80px minmax(0, 1fr) auto; }
}
@media (max-width: 560px) {
  .announce .hide-sm { display: none; }
  .announce-row { font-size: .66rem; letter-spacing: .08em; gap: 10px; white-space: nowrap; }
  .stamp { width: 82px; left: -5%; bottom: -3%; }
  .brand img { width: 44px; height: 44px; }
  .brand-txt b { font-size: 1.28rem; }
  .icon-btn { width: 42px; height: 42px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-cta .link-light { margin: 4px auto 0; }
  .range-grid { gap: 12px; }
  .tile { min-height: 240px; border-radius: 20px; }
  .tile-media { padding: 18px 12px 0; }
  .tile-body { padding: 14px 14px 16px; flex-direction: column; align-items: flex-start; }
  .tile .go { display: none; }
  .tile h3 { font-size: 1.3rem; }
  .tile .pill { top: 10px; left: 10px; font-size: .62rem; padding: 6px 8px; }
  .tags { grid-template-columns: 1fr 1fr; gap: 14px 10px; }
  .tag { padding: 38px 12px 14px; }
  .tag b { font-size: 1.25rem; }
  .steps { grid-template-columns: 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .grid-products { grid-template-columns: 1fr; }
  .stepper-lg output { min-width: 100px; font-size: 2.2rem; }
  .seg span { font-size: 1.15rem; height: 44px; }
  .docket { padding: 22px 18px 26px; }
  .drops-form { grid-template-columns: 1fr; }
  .foot-brand { flex-direction: column; }
  .foot-brand img { width: 96px; height: 96px; }
  .filters .chips { flex-wrap: nowrap; overflow-x: auto; margin: 0 calc(var(--gutter) * -1); padding: 2px var(--gutter) 8px; scrollbar-width: none; }
  .filters .chips a { white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .marquee-track { animation: none; }
}
