/* ==========================================================================
   THE TRUE TOMATO — "Squeeze the Truth"
   Sun-warmed farm-market editorial. Fraunces + Caveat + Spline Sans Mono.
   ========================================================================== */

:root {
  --cream: #FAF1DF;
  --cream-deep: #F2E4C8;
  --paper: #FFF8EA;
  --tomato: #D8341C;
  --tomato-deep: #A31F10;
  --ketchup: #8C1507;
  --vine: #3E6B35;
  --leaf: #6FA14E;
  --khand: #E0A93E;
  --chilli: #E2541B;
  --ink: #27160E;
  --ink-soft: #5C4636;
  --shadow: 0 18px 50px -18px rgba(39, 22, 14, .35);
  --r-lg: 28px;
  --r-md: 18px;
  --ease-juice: cubic-bezier(.34, 1.56, .64, 1);
  --font-display: "Fraunces", Georgia, serif;
  --font-hand: "Caveat", cursive;
  --font-mono: "Spline Sans Mono", ui-monospace, monospace;
}

/* Customer account */
.account-page { background: var(--cream); color: var(--ink); }
.nav-account { min-height:38px; padding:0 12px; border:2px solid currentColor; border-radius:999px; display:inline-flex; align-items:center; gap:7px; color:inherit; text-decoration:none; font:700 .72rem/1 "Spline Sans Mono",monospace; text-transform:uppercase; white-space:nowrap; }
.nav-account span { font-size:1.1rem; }
.account-page .account-nav { position: sticky; top: 0; }
.account-shell { min-height: 78vh; padding: 70px clamp(18px, 4vw, 64px) 100px; background: radial-gradient(circle at 12% 8%, rgba(216,52,28,.13), transparent 26%), var(--cream); }
.account-loading,.account-disabled { min-height: 55vh; display:grid; place-content:center; text-align:center; gap:14px; }
.account-loading span { font-size:3rem; animation: accountBob 1s ease-in-out infinite alternate; }
@keyframes accountBob { to { transform: translateY(-10px) rotate(8deg); } }
.account-auth { width:min(1180px,100%); margin:auto; display:grid; grid-template-columns:1.15fr .85fr; border:3px solid var(--ink); border-radius:32px; overflow:hidden; box-shadow:12px 14px 0 var(--ink); background:#fff8e9; }
.account-auth__story { padding:clamp(34px,7vw,90px); background:var(--ink); color:var(--cream); position:relative; overflow:hidden; }
.account-auth__story::after { content:"TOMATO"; position:absolute; bottom:-30px; left:-8px; font:800 clamp(5rem,12vw,11rem)/1 Fraunces,serif; opacity:.055; }
.account-auth__story h1,.account-code h1,.account-section-head h1,.account-welcome h1 { font-size:clamp(3rem,6vw,6.5rem); line-height:.88; letter-spacing:-.055em; margin:20px 0 28px; }
.account-auth__story h1 em,.account-code h1 em { color:var(--tomato); }
.account-auth__story > p:not(.section-head__kicker) { font-size:1.08rem; line-height:1.7; max-width:590px; }
.account-auth__story ul { list-style:none; padding:20px 0 0; display:grid; gap:13px; font-family:"Spline Sans Mono",monospace; font-size:.85rem; }
.account-auth__card { align-self:center; padding:clamp(28px,5vw,62px); display:grid; gap:18px; }
.account-auth__card h2 { font-size:2.5rem; margin:0; }
.account-auth__tomato { font-size:3rem; }
.account-auth__card label,.account-code label,.account-profile label { display:grid; gap:8px; font-weight:700; }
.account-auth__card input,.account-code input,.account-profile input,.account-profile textarea,.account-profile select { width:100%; border:2px solid var(--ink); border-radius:14px; background:#fffaf0; padding:14px 16px; color:var(--ink); font:500 1rem/1.3 inherit; }
.account-auth__card fieldset,.account-profile fieldset { border:1.5px dashed rgba(42,23,14,.35); border-radius:16px; padding:16px; display:grid; gap:10px; }
.account-auth__card fieldset label,.account-profile fieldset label { display:flex; align-items:center; gap:9px; font-weight:500; }
.account-auth__card input[type="radio"],.account-profile input[type="checkbox"] { width:auto; accent-color:var(--tomato); }
.account-auth__card small { line-height:1.55; opacity:.68; }
.account-status { min-height:1.4em; color:var(--vine); font-weight:700; }
.account-code { min-height:65vh; display:grid; place-content:center; text-align:center; }
.account-code > div { width:min(560px,calc(100vw - 36px)); border:3px solid var(--ink); border-radius:30px; padding:clamp(28px,6vw,60px); background:#fff8e9; box-shadow:10px 12px 0 var(--ink); }
.account-code form { display:grid; gap:14px; margin-top:30px; }
.account-code input { font:700 2rem/1 "Spline Sans Mono",monospace; letter-spacing:.3em; text-align:center; }
.account-dashboard { width:min(1280px,100%); margin:auto; display:grid; grid-template-columns:250px minmax(0,1fr); gap:30px; align-items:start; }
.account-dashboard > aside { position:sticky; top:100px; border:2px solid var(--ink); border-radius:22px; background:#fff8e9; padding:18px; box-shadow:6px 7px 0 var(--ink); }
.account-dashboard__brand { display:flex; align-items:center; gap:10px; padding:7px 6px 20px; color:inherit; text-decoration:none; }
.account-dashboard__brand span { width:38px; height:38px; border-radius:12px; background:var(--tomato); color:#fff; display:grid; place-items:center; font-weight:800; }
.account-dashboard aside nav { display:grid; gap:5px; }
.account-dashboard aside nav button,.account-logout,.account-section-head button { border:0; background:transparent; color:inherit; text-align:left; padding:12px 13px; border-radius:12px; font:700 .94rem/1.2 inherit; cursor:pointer; display:flex; justify-content:space-between; }
.account-dashboard aside nav button.is-active { background:var(--ink); color:var(--cream); }
.account-dashboard aside nav button span { opacity:.65; }
.account-logout { width:100%; margin-top:18px; color:#a32618; border-top:1px solid rgba(42,23,14,.14); border-radius:0; padding-top:20px; }
.account-dashboard > main { min-width:0; }
.account-welcome { border:3px solid var(--ink); border-radius:28px; padding:clamp(28px,5vw,56px); background:linear-gradient(135deg,#ffd1bc,#fff1d7 65%); position:relative; overflow:hidden; }
.account-welcome::after { content:"🍅"; position:absolute; right:6%; bottom:-25px; font-size:9rem; filter:drop-shadow(8px 10px 0 rgba(42,23,14,.2)); transform:rotate(12deg); }
.account-welcome p,.account-section-head p { color:var(--tomato); font-weight:700; letter-spacing:.12em; }
.account-welcome h1 { margin:8px 0; }
.account-welcome .hand { color:var(--vine); font-size:1.55rem; }
.account-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:20px 0 40px; }
.account-stats article { border:2px solid var(--ink); border-radius:18px; padding:20px; background:#fff8e9; display:grid; gap:5px; }
.account-stats strong { font:800 2.2rem/1 Fraunces,serif; }
.account-stats span { font:600 .75rem/1.3 "Spline Sans Mono",monospace; text-transform:uppercase; }
.account-section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin:0 0 22px; }
.account-section-head h1 { font-size:clamp(2.7rem,5vw,5rem); margin:5px 0 0; }
.account-section-head button { text-decoration:underline; }
.account-lede { max-width:680px; margin:-10px 0 24px; font-size:1.05rem; }
.account-order,.account-subscription,.account-tickets article { border:2px solid var(--ink); border-radius:20px; padding:20px; background:#fff8e9; margin-bottom:14px; }
.account-order__head,.account-subscription,.account-tickets article { display:flex; justify-content:space-between; gap:18px; align-items:flex-start; }
.account-order__head h3,.account-subscription h3 { margin:10px 0 4px; font-size:1.35rem; }
.account-order__head p,.account-subscription p { margin:0; opacity:.72; }
.account-order__head > strong { font:800 1.55rem/1 Fraunces,serif; }
.account-pill { display:inline-flex; width:max-content; border-radius:999px; padding:6px 10px; background:#ffe1d8; color:#a12614; font:700 .67rem/1 "Spline Sans Mono",monospace; text-transform:uppercase; }
.account-pill--vine { background:#dcebd5; color:#315c2c; }
.account-order__items { margin:18px 0; padding:14px 0; border-block:1px dashed rgba(42,23,14,.3); display:grid; gap:9px; }
.account-order__items div { display:flex; justify-content:space-between; gap:12px; }
.account-order__actions,.account-subscription__actions { display:flex; flex-wrap:wrap; align-items:center; gap:9px; }
.account-muted { opacity:.55; font-size:.82rem; margin-right:auto; }
.account-danger { color:#a12614!important; }
.account-empty { border:2px dashed rgba(42,23,14,.35); border-radius:24px; min-height:260px; display:grid; place-content:center; justify-items:center; text-align:center; gap:12px; }
.account-empty > span { font-size:3rem; }
.account-profile { border:2px solid var(--ink); border-radius:22px; background:#fff8e9; padding:clamp(20px,4vw,38px); display:grid; gap:18px; }
.account-form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.account-profile input:disabled { opacity:.58; }
.account-profile .btn { justify-self:start; }
.account-tickets { margin-top:35px; }
.account-tickets article div { display:grid; gap:4px; }
.account-tickets small { opacity:.62; }
@media (max-width:800px) {
  .nav-account { width:38px; padding:0; justify-content:center; }
  .nav-account b { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
  .account-page .account-nav .nav__links { display:none; }
  .account-shell { padding:30px 12px 70px; }
  .account-auth { grid-template-columns:1fr; box-shadow:6px 7px 0 var(--ink); }
  .account-auth__story { padding:35px 25px; }
  .account-auth__story h1 { font-size:3.4rem; }
  .account-auth__story ul { display:none; }
  .account-dashboard { grid-template-columns:1fr; }
  .account-dashboard > aside { position:static; overflow:auto; }
  .account-dashboard__brand { display:none; }
  .account-logout { display:flex; margin:8px 0 0; min-height:44px; padding:12px 13px 4px; width:auto; }
  .account-dashboard aside nav { display:flex; min-width:max-content; }
  .account-dashboard aside nav button { gap:7px; }
  .account-stats { grid-template-columns:1fr 1fr; }
  .account-welcome::after { font-size:5rem; opacity:.7; }
  .account-order__head,.account-subscription { flex-direction:column; }
  .account-form-grid { grid-template-columns:1fr; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
html:focus-within { scroll-behavior: smooth; }

body {
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 60, "WONK" 0;
  font-weight: 420;
  background: var(--cream);
  color: var(--ink);
  overflow-x: clip;
  line-height: 1.55;
  font-size: clamp(16px, 1.05vw, 18px);
}
body[data-loading="true"] { overflow: hidden; }

::selection { background: var(--tomato); color: var(--cream); }

.mono { font-family: var(--font-mono); letter-spacing: .04em; }
.hand { font-family: var(--font-hand); font-weight: 700; }

h1, h2, h3 { font-weight: 560; line-height: 1.02; letter-spacing: -.015em; }
h2 { font-size: clamp(2.6rem, 6vw, 5.2rem); font-variation-settings: "SOFT" 80, "WONK" 1; }
h2 em, h1 em { font-style: italic; color: var(--tomato); font-variation-settings: "SOFT" 100, "WONK" 1; }

a { color: inherit; }

img, svg { display: block; }

/* On fine pointers we use the tomato cursor */
@media (hover: hover) and (pointer: fine) {
  body { cursor: none; }
  a, button, summary, input, select, textarea, label, [data-magnetic] { cursor: none; }
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-mono); font-weight: 600; font-size: .92rem;
  letter-spacing: .05em; text-transform: uppercase; text-decoration: none;
  border: 2px solid var(--ink); border-radius: 999px;
  padding: .95em 1.7em; background: var(--paper); color: var(--ink);
  transition: transform .35s var(--ease-juice), box-shadow .35s, background .25s, color .25s;
  box-shadow: 4px 4px 0 var(--ink);
  position: relative; user-select: none;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.btn:active { transform: translate(2px, 2px) scale(.97); box-shadow: 1px 1px 0 var(--ink); }
.btn--tomato { background: var(--tomato); color: var(--cream); border-color: var(--ink); }
.btn--tomato:hover { background: var(--tomato-deep); }
.btn--vine { background: var(--vine); color: var(--cream); }
.btn--ghost { background: transparent; box-shadow: none; }
.btn--ghost:hover { background: rgba(39,22,14,.06); box-shadow: none; transform: translateY(-2px); }
.btn--sm { padding: .6em 1.1em; font-size: .78rem; }
.btn--xl { padding: 1.2em 2.4em; font-size: 1.05rem; }
.btn--wide { width: 100%; justify-content: center; }
.btn span { transition: transform .3s var(--ease-juice); display: inline-block; }
.btn:hover span { transform: translateX(5px) rotate(8deg); }

/* ============ PRELOADER ============ */
.loader {
  position: fixed; inset: 0; z-index: 1000;
  background: var(--cream);
  display: grid; place-items: center;
}
.loader__inner { display: grid; place-items: center; gap: 1.2rem; text-align: center; }
.loader__tomato { width: clamp(90px, 14vw, 150px); transform-origin: 50% 90%; animation: squish 1s var(--ease-juice) infinite; }
.loader__body { fill: var(--tomato); }
.loader__leaf { fill: var(--vine); }
.loader__shine { fill: rgba(255,255,255,.35); }
@keyframes squish {
  0%, 100% { transform: scaleY(1) scaleX(1); }
  45% { transform: scaleY(.82) scaleX(1.12); }
  65% { transform: scaleY(1.06) scaleX(.96); }
}
.loader__text { font-size: .85rem; letter-spacing: .18em; color: var(--ink-soft); }
.loader__bar { width: 200px; height: 6px; border-radius: 99px; background: rgba(39,22,14,.12); overflow: hidden; }
.loader__bar span { display: block; height: 100%; width: 0%; background: var(--tomato); border-radius: 99px; }
.loader__splat {
  position: absolute; left: 50%; top: 50%; width: 40px; height: 40px;
  margin: -20px 0 0 -20px; border-radius: 50%;
  background: var(--tomato); transform: scale(0); pointer-events: none;
}

/* ============ CURSOR ============ */
.cursor {
  position: fixed; left: 0; top: 0; width: 28px; height: 28px;
  z-index: 2000; pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) { .cursor { display: block; } }
.cursor svg { width: 100%; height: 100%; filter: drop-shadow(0 2px 4px rgba(39,22,14,.35)); transition: transform .25s var(--ease-juice); transform-origin: 50% 70%; }
.cursor.is-hover svg { transform: scale(1.7) rotate(-12deg); }
.cursor.is-down svg { transform: scaleY(.6) scaleX(1.35); }

.splat {
  position: fixed; z-index: 1999; pointer-events: none;
  transform: translate(-50%, -50%);
}

/* ============ ANNOUNCEMENT BAR ============ */
.announce {
  background: var(--ink); color: var(--cream);
  overflow: hidden; white-space: nowrap;
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em;
  padding: .5em 0; position: relative; z-index: 60;
}
.announce__track { display: inline-flex; gap: 3rem; align-items: center; will-change: transform; }
.announce__track span b { color: var(--khand); }
.announce__track i { font-style: normal; }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .8rem clamp(1rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--cream) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1.5px solid rgba(39,22,14,.12);
  transition: transform .4s ease, box-shadow .4s ease;
}
.nav.is-hidden { transform: translateY(-110%); }
.nav.is-scrolled { box-shadow: 0 10px 30px -18px rgba(39,22,14,.3); }
.nav__logo { display: flex; align-items: center; gap: .6rem; text-decoration: none; color: var(--tomato); }
.nav__logoImg {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--ink); background: var(--paper);
  transition: transform .5s var(--ease-juice);
}
.nav__logo:hover .nav__logoImg { transform: rotate(-14deg) scale(1.12); }
.nav__logo span { font-weight: 640; font-size: 1.12rem; color: var(--ink); line-height: 1; display: grid; }
.nav__logo em { font-family: var(--font-hand); font-size: .82rem; color: var(--tomato); font-style: normal; }
.nav__links { display: flex; gap: clamp(.8rem, 2vw, 1.8rem); }
.nav__menu-item { position: relative; }
.nav__submenu { background: var(--cream); border: 1px solid rgba(39,22,14,.14); border-radius: .8rem; box-shadow: 0 18px 42px -24px rgba(39,22,14,.45); display: grid; gap: .2rem; left: -.8rem; min-width: 190px; opacity: 0; padding: .6rem; pointer-events: none; position: absolute; top: calc(100% + .7rem); transform: translateY(-5px); transition: opacity .16s ease, transform .16s ease; z-index: 20; }
.nav__menu-item:hover > .nav__submenu,.nav__menu-item:focus-within > .nav__submenu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.nav__submenu .nav__menu-item { display: grid; }
.nav__submenu a { border-radius: .5rem; padding: .45rem .55rem; white-space: nowrap; }
.nav__links a {
  text-decoration: none; font-family: var(--font-mono); font-size: .82rem;
  letter-spacing: .07em; text-transform: uppercase; padding: .4em .2em; position: relative;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--tomato); transform: scaleX(0); transform-origin: right;
  transition: transform .35s var(--ease-juice); border-radius: 2px;
}
.nav__links a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav__actions { display: flex; align-items: center; gap: .6rem; }
.cartbtn {
  position: relative; width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid var(--ink); background: var(--paper);
  display: grid; place-items: center; transition: transform .3s var(--ease-juice), background .25s;
}
.cartbtn:hover { transform: scale(1.1) rotate(-6deg); background: var(--khand); }
.cartbtn svg { width: 20px; height: 20px; }
.cartbtn__count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px;
  border-radius: 99px; background: var(--tomato); color: var(--cream);
  font-family: var(--font-mono); font-size: .68rem; font-weight: 600;
  display: grid; place-items: center; padding: 0 5px; border: 2px solid var(--cream);
  transition: transform .3s var(--ease-juice);
}
.cartbtn__count.is-pop { animation: countPop .45s var(--ease-juice); }
@keyframes countPop { 50% { transform: scale(1.6); } }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__actions .btn--vine { display: none; }
}

@media (max-width: 820px) {
  .product-page {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    gap: 1.4rem;
  }
  .product-gallery {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }
  .product-gallery__main {
    min-height: 340px;
    box-shadow: 6px 6px 0 var(--ink);
  }
  .product-gallery__main img {
    max-height: 300px;
  }
  .product-gallery__rail {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    overflow-x: auto;
    padding-bottom: .2rem;
  }
  .product-page__art { min-height: 330px; }
  .product-page__facts { grid-template-columns: 1fr; }
  .product-page__copy h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }
  .product-page__priceLine,
  .product-page__purchase {
    grid-template-columns: 1fr;
  }
  .product-page__priceLine {
    display: grid;
    align-items: start;
  }
  .product__sizes {
    flex-wrap: wrap;
  }
  .product-deep__grid {
    grid-template-columns: 1fr;
  }
  .catalog-controls {
    grid-template-columns: 1fr;
  }
  .catalog-controls .btn {
    width: 100%;
  }
}

/* ============ SECTION HEADS ============ */
.section-head { text-align: center; max-width: 900px; margin: 0 auto clamp(2.5rem, 6vw, 5rem); padding: 0 1.2rem; }
.section-head__kicker { font-size: .74rem; letter-spacing: .22em; color: var(--tomato); margin-bottom: 1.1rem; }
.section-head__sub { margin-top: 1.2rem; color: var(--ink-soft); font-size: 1.1rem; }
.section-head--light h2 { color: var(--cream); }
.section-head--light .section-head__kicker { color: var(--khand); }

/* ============ HERO ============ */
.hero {
  position: relative; min-height: calc(100vh - 96px);
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center; gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.2rem, 5vw, 4.5rem) clamp(3rem, 6vw, 5rem);
  overflow: hidden;
}
.hero__sun {
  position: absolute; right: -12vw; top: -18vw; width: 56vw; height: 56vw;
  background: radial-gradient(circle, rgba(224,169,62,.5), rgba(224,169,62,.18) 40%, transparent 68%);
  border-radius: 50%; pointer-events: none;
}
.hero__grain, .nope::after {
  position: absolute; inset: 0; pointer-events: none; opacity: .5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero__copy { position: relative; z-index: 3; }
.hero__eyebrow { font-size: .74rem; letter-spacing: .2em; color: var(--vine); margin-bottom: 1.4rem; }
.hero__title {
  font-size: clamp(3.4rem, 9.2vw, 8.6rem);
  font-weight: 600; font-variation-settings: "SOFT" 90, "WONK" 1;
}
.hero__line { display: block; overflow: hidden; }
.hero__sub { max-width: 46ch; margin: 1.6rem 0 2rem; font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: var(--ink-soft); }
.hero__sub strong { color: var(--ink); }
.hero__cta { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.8rem; }
.hero__chips { display: flex; flex-wrap: wrap; gap: .6rem; list-style: none; }
.hero__chips li {
  border: 1.5px solid var(--ink); border-radius: 999px; padding: .45em 1em;
  font-size: .78rem; background: var(--paper); letter-spacing: .06em;
  transition: transform .3s var(--ease-juice), background .25s;
}
.hero__chips li:hover { transform: translateY(-4px) rotate(-2deg); background: var(--khand); }
.hero__chips b { color: var(--tomato); }
.hero__fine { display: block; clear: both; margin-top: 1.1rem; font-size: .68rem; line-height: 1.5; color: var(--ink-soft); opacity: .75; }

.hero__stage { position: relative; z-index: 2; height: min(78vh, 720px); }
.hero__bottleWrap { position: relative; width: 100%; height: 100%; }
#bottleCanvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; pointer-events: none; }

/* --- real product shot, layered over the 3D tomato field --- */
.hero__product {
  position: absolute; inset: 0; z-index: 2;
  display: grid; place-items: center;
  pointer-events: none; perspective: 1000px;
}
.hero__bottleBox {
  position: relative; pointer-events: auto;
  will-change: transform; transform-style: preserve-3d;
  user-select: none; -webkit-user-drag: none;
}
.hero__bottleBox img {
  height: clamp(380px, 64vh, 590px); width: auto; display: block;
  filter: drop-shadow(0 34px 36px rgba(39, 22, 14, .32));
  pointer-events: none;
}
.hero__glint {
  position: absolute; inset: 0; pointer-events: none;
  -webkit-mask: url("../img/bottle-classic.png") center / contain no-repeat;
  mask: url("../img/bottle-classic.png") center / contain no-repeat;
  background: linear-gradient(105deg,
    transparent 38%,
    rgba(255, 255, 255, .45) 46%,
    rgba(255, 255, 255, .12) 52%,
    transparent 60%);
  background-size: 280% 100%;
  background-position: 120% 0;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.hero__shadow {
  position: absolute; left: 50%; bottom: -26px; z-index: -1;
  width: 70%; height: 34px; transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(39, 22, 14, .38), transparent 68%);
  filter: blur(5px); pointer-events: none;
}
.hero__hint {
  position: absolute; bottom: 2%; left: 50%; transform: translateX(-50%);
  font-size: .7rem; letter-spacing: .18em; color: var(--ink-soft); opacity: .8; white-space: nowrap;
}
.hero__note {
  position: absolute; font-size: clamp(1.05rem, 1.5vw, 1.35rem); color: var(--ink);
  line-height: 1.15; pointer-events: none; opacity: 0;
}
.hero__note b { color: var(--tomato); font-size: 1.2em; }
.hero__note--1 { top: 14%; left: -4%; transform: rotate(-7deg); }
.hero__note--2 { bottom: 26%; right: -2%; transform: rotate(5deg); text-align: right; }
.hero__note--3 { bottom: 6%; left: 0; transform: rotate(-4deg); }

.hero__arc {
  position: absolute; width: clamp(340px, 38vw, 600px); right: 4%; top: 6%;
  pointer-events: none; opacity: .6; animation: spinSlow 40s linear infinite;
}
.hero__arc text { font-size: 19px; fill: var(--ink-soft); letter-spacing: .35em; }
@keyframes spinSlow { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__stage { height: 64vh; order: 2; }
  .hero__arc { display: none; }
  .hero__note--1 { left: 2%; top: 4%; }
}

/* ============ MARQUEE ============ */
.marquee {
  background: var(--tomato); color: var(--cream);
  overflow: hidden; white-space: nowrap;
  padding: .9em 0; border-block: 2.5px solid var(--ink);
  transform: rotate(-1.2deg) scale(1.02); position: relative; z-index: 5;
}
.marquee__track { display: inline-flex; will-change: transform; font-family: var(--font-mono); font-weight: 600; font-size: clamp(.9rem, 1.6vw, 1.2rem); letter-spacing: .12em; }
.marquee__track span { padding-right: 2rem; }
.marquee__track i { font-style: normal; padding: 0 1.2rem; }

/* ============ STORY ============ */
.story { position: relative; padding: clamp(5rem, 11vw, 10rem) clamp(1.2rem, 6vw, 6rem) clamp(4rem, 8vw, 7rem); }
/* --- the ketchup pour: tilted bottle + thick gluggy stream behind the cards --- */
.story__flow { position: absolute; width: 150px; pointer-events: none; z-index: 0; }
.story__stream {
  width: 100%; height: 100%; overflow: visible;
  filter: drop-shadow(4px 6px 0 rgba(39, 22, 14, .16));
}
.story__pourBottle {
  position: absolute; top: 0; left: 50%; width: clamp(90px, 9vw, 130px);
  transform: translate(-46%, -88%) rotate(118deg);
  transform-origin: 50% 50%;
  filter: drop-shadow(0 14px 16px rgba(39, 22, 14, .3));
}
/* heading reads above the stream; the pour slips behind it */
.story .section-head { position: relative; z-index: 1; }
@media (max-width: 700px) { .story__flow { display: none; } }

/* sauce that lands on each card and melts over its top edge */
.step { position: relative; z-index: 1; }
.step__sauce {
  position: absolute; top: -5px; left: 18px; right: 18px; height: 62px;
  z-index: 2; pointer-events: none; transform-origin: 50% 0;
}
.step__sauce svg { width: 100%; height: 100%; display: block; }
.step__droplet {
  position: absolute; width: 10px; height: 14px; z-index: 2; pointer-events: none;
  background: var(--ketchup);
  border-radius: 50% 50% 50% 50% / 38% 38% 62% 62%;
}
.step__num { z-index: 3; }

.story__steps { list-style: none; display: grid; gap: clamp(3rem, 7vw, 6rem); max-width: 1060px; margin: 0 auto; }
.step {
  display: grid; grid-template-columns: 200px 1fr;
  grid-template-areas: "art title" "art body" "art facts";
  gap: .4rem clamp(1.4rem, 4vw, 3.5rem);
  align-items: center; align-content: center; background: var(--paper);
  border: 2px solid var(--ink); border-radius: var(--r-lg);
  padding: clamp(1.6rem, 3.5vw, 3rem); box-shadow: var(--shadow);
  position: relative;
}
.step:nth-child(odd) { transform: rotate(-.8deg); }
.step:nth-child(even) { transform: rotate(.8deg); margin-left: clamp(0px, 5vw, 70px); }
.step__num {
  position: absolute; top: -1.1em; left: 2rem; background: var(--khand);
  border: 2px solid var(--ink); border-radius: 999px; padding: .1em .9em;
  font-size: 1.25rem; transform: rotate(-3deg);
}
.step h3 { grid-area: title; align-self: end; font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin-bottom: .4rem; }
.step h3 em { color: var(--tomato); font-style: italic; font-variation-settings: "SOFT" 100, "WONK" 1; }
.step p { grid-area: body; align-self: start; color: var(--ink-soft); max-width: 52ch; }
.step p strong {
  color: var(--ink); font-weight: 560;
  background: linear-gradient(transparent 62%, rgba(224,169,62,.55) 62%);
  padding: 0 .1em;
}
.step__facts {
  grid-area: facts; align-self: start; list-style: none;
  display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .7rem;
}
.step__facts li {
  font-size: .68rem; letter-spacing: .06em;
  border: 1.5px solid rgba(39,22,14,.45); border-radius: 999px;
  padding: .4em .95em; background: var(--cream);
  transition: transform .3s var(--ease-juice), background .25s, border-color .25s;
}
.step:hover .step__facts li { border-color: var(--ink); }
.step__facts li:hover { transform: translateY(-3px) rotate(-1.5deg); background: var(--khand); }
.step__note {
  position: absolute; right: 1.6rem; bottom: -1.1em; z-index: 3;
  font-size: 1.25rem; line-height: 1.05; color: var(--ink);
  background: var(--khand); border: 2px solid var(--ink); border-radius: 12px;
  padding: .35em .8em; transform: rotate(2deg);
  box-shadow: 3px 3px 0 rgba(39,22,14,.25);
}
.step:nth-child(even) .step__note { transform: rotate(-2deg); right: auto; left: 1.6rem; }
.step__art {
  grid-area: art; width: 100%; aspect-ratio: 1; border-radius: 50%;
  overflow: hidden; border: 2.5px solid var(--ink); background: var(--cream-deep);
  box-shadow: 6px 6px 0 rgba(39,22,14,.15);
}
.step__art img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease-juice);
}
.step:hover .step__art img { transform: scale(1.12) rotate(-3deg); }
@media (max-width: 700px) {
  .step { grid-template-columns: 1fr; grid-template-areas: "art" "title" "body" "facts"; }
  .step__note { font-size: 1.05rem; }
  .step__art { width: 130px; }
}

/* ============ NUMBERS ============ */
.numbers { background: var(--vine); border-block: 2.5px solid var(--ink); padding: clamp(3.5rem, 7vw, 6rem) clamp(1.2rem, 5vw, 4rem); }
.numbers__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 2rem; max-width: 1200px; margin: 0 auto; }
.num { text-align: center; color: var(--cream); }
.num b {
  display: block; font-size: clamp(3.4rem, 6.5vw, 5.6rem); font-weight: 620; line-height: 1;
  font-variation-settings: "SOFT" 100, "WONK" 1; color: var(--khand);
  font-variant-numeric: tabular-nums;
}
.num span { display: block; margin-top: .6rem; font-size: .95rem; opacity: .92; max-width: 24ch; margin-inline: auto; }

/* ============ INGREDIENTS ============ */
.inside { position: relative; padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 5vw, 4rem); }
.inside__badge {
  position: absolute; top: clamp(2rem, 5vw, 4rem); right: clamp(1rem, 7vw, 7rem);
  width: clamp(90px, 11vw, 150px); aspect-ratio: 1; border-radius: 50%;
  object-fit: cover; border: 2.5px solid var(--ink);
  box-shadow: var(--shadow); transform: rotate(8deg);
}
@media (max-width: 900px) { .inside__badge { display: none; } }
.inside__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; max-width: 1240px; margin: 0 auto; }
.ing {
  position: relative; background: var(--paper); border: 2px solid var(--ink);
  border-radius: var(--r-lg); padding: 1.4rem 1.8rem 2.4rem; overflow: hidden;
  transition: transform .45s var(--ease-juice), box-shadow .45s, background .35s;
}
.ing:hover { transform: translateY(-10px) rotate(-1deg); box-shadow: var(--shadow); }
.ing__no {
  position: absolute; top: 1rem; left: 1.4rem; z-index: 2;
  font-size: .66rem; letter-spacing: .2em; color: var(--tomato);
  border: 1.5px dashed var(--tomato); border-radius: 6px; padding: .3em .7em;
  transform: rotate(-3deg); background: color-mix(in srgb, var(--paper) 70%, transparent);
}
.ing__art {
  width: calc(100% + 3.6rem); margin: 0 -1.8rem .6rem; height: 185px;
  display: grid; place-items: center; overflow: hidden;
}
/* engravings print straight onto the paper: multiply melts their whites
   into the card, and a radial mask dissolves the edges — no frames */
.ing__print {
  width: 100%; height: 100%; object-fit: cover;
  mix-blend-mode: multiply; filter: saturate(1.06);
  -webkit-mask-image: radial-gradient(ellipse 72% 78% at 50% 46%, #000 52%, transparent 90%);
  mask-image: radial-gradient(ellipse 72% 78% at 50% 46%, #000 52%, transparent 90%);
  transition: transform .6s var(--ease-juice);
}
.ing:hover .ing__print { transform: scale(1.09) rotate(-1.5deg); }
.ing__cutout {
  height: 92%; width: auto; transform: rotate(-5deg);
  filter: drop-shadow(0 10px 12px rgba(39,22,14,.25));
  transition: transform .6s var(--ease-juice);
}
.ing:hover .ing__cutout { transform: rotate(2deg) scale(1.06); }
.ing__etch { height: 88%; width: auto; transition: transform .6s var(--ease-juice); }
.ing:hover .ing__etch { transform: scale(1.08) rotate(-2deg); }
.ing h3 { font-size: 1.4rem; margin-bottom: .5rem; }
.ing h3 b { color: var(--tomato); }
.ing p { color: var(--ink-soft); font-size: .98rem; }
.ing__taste {
  position: absolute; inset: auto 0 0 0; padding: .55em 1.8rem;
  background: var(--khand); border-top: 2px solid var(--ink);
  font-size: 1.1rem; transform: translateY(101%); transition: transform .4s var(--ease-juice);
}
.ing:hover .ing__taste { transform: translateY(0); }
.ing[data-flavor="tomato"]:hover { background: #FCE4D8; }
.ing[data-flavor="garlic"]:hover { background: #F4EEDA; }
.ing[data-flavor="khand"]:hover { background: #F9E9C5; }
.ing[data-flavor="spice"]:hover { background: #F3E0CD; }
.ing[data-flavor="vinegar"]:hover { background: #EDF2DC; }
.ing[data-flavor="salt"]:hover { background: #F5F1E8; }

/* ============ NOPE (DARK) ============ */
.nope {
  position: relative; background: var(--ink); color: var(--cream);
  padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 6vw, 6rem);
  border-block: 2.5px solid var(--ink);
}
.nope__list { list-style: none; max-width: 880px; margin: 0 auto; display: grid; gap: .4rem; }
.nope__item {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .8rem 1.4rem;
  padding: 1.3rem .4rem; border-bottom: 1px solid rgba(250,241,223,.16);
}
.nope__item s {
  font-size: clamp(1.7rem, 4vw, 3rem); font-weight: 560; text-decoration: none; position: relative;
  font-variation-settings: "SOFT" 80, "WONK" 1;
}
.nope__item s::after {
  content: ""; position: absolute; left: -2%; top: 54%; height: .14em; width: 104%;
  background: var(--tomato); border-radius: 99px; transform: scaleX(0); transform-origin: left;
}
.nope__item span { font-size: .8rem; color: rgba(250,241,223,.6); letter-spacing: .06em; }
.nope__stamp { text-align: center; margin-top: 3.5rem; font-size: clamp(1.4rem, 2.6vw, 2rem); color: var(--khand); transform: rotate(-2deg); }

/* ============ SHOP SHELF ============ */
.shop { position: relative; background: var(--cream-deep); border-bottom: 2.5px solid var(--ink); }
.shop__pin { padding: clamp(3.2rem, 6vw, 5.2rem) 0 2.6rem; overflow: visible; }
.catalog-hero {
  position: relative;
  min-height: min(62vh, 620px);
  display: grid;
  align-content: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 5vw, 4.5rem);
  background: radial-gradient(circle at 75% 16%, rgba(224,169,62,.42), transparent 28rem), var(--cream);
  overflow: hidden;
}
.catalog-hero .hero__sub { max-width: 58ch; }
.catalog { padding: clamp(4rem, 7vw, 6rem) clamp(1.2rem, 5vw, 4rem); background: var(--cream-deep); border-block: 2.5px solid var(--ink); }
.catalog-controls {
  width: min(100%, 1320px);
  max-width: 1320px;
  margin: 0 auto 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: .8rem;
  align-items: end;
  padding: 1rem;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--ink);
}
.catalog-controls label {
  display: grid;
  gap: .4rem;
  min-width: 0;
}
.catalog-controls span {
  font-size: .66rem;
  letter-spacing: .12em;
  color: var(--tomato);
}
.catalog-controls select {
  width: 100%;
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  padding: 0 .9rem;
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.ttt-select {
  position: relative;
  min-width: 0;
  z-index: 3;
}
.ttt-select.is-open {
  z-index: 20;
}
.ttt-select__button {
  width: 100%;
  min-height: 46px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  color: var(--ink);
  padding: 0 2.4rem 0 1rem;
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: left;
  position: relative;
  box-shadow: 3px 3px 0 var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ttt-select__button::after {
  content: "⌄";
  position: absolute;
  right: .95rem;
  top: 50%;
  translate: 0 -52%;
  font-size: 1.3rem;
  line-height: 1;
}
.ttt-select.is-open .ttt-select__button {
  background: var(--tomato);
  color: var(--cream);
}
.ttt-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + .45rem);
  display: grid;
  gap: .25rem;
  padding: .45rem;
  border: 2px solid var(--ink);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(.98);
  transform-origin: top;
  transition: opacity .18s ease, transform .18s ease;
  max-height: min(300px, 52vh);
  overflow-y: auto;
}
.ttt-select.is-open .ttt-select__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.ttt-select__menu button {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  padding: .65rem .8rem;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: .75rem;
  text-align: left;
  letter-spacing: .04em;
}
.ttt-select__menu button:hover,
.ttt-select__menu button[aria-selected="true"] {
  background: var(--tomato);
  color: var(--cream);
}
.admin-select {
  min-width: 170px;
}
.admin-select .ttt-select__button {
  min-height: 38px;
  font-size: .68rem;
  box-shadow: 2px 2px 0 var(--ink);
}
.admin-select .ttt-select__menu {
  min-width: max-content;
}
.catalog-controls select {
  display: none;
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  max-width: 1320px;
  margin: 0 auto;
}
.catalog__grid .product { width: auto; min-height: 100%; }
.catalog__empty {
  grid-column: 1 / -1;
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--tomato);
  padding: 3rem 1rem;
}
.shelf {
  display: flex; gap: clamp(1.2rem, 2.5vw, 2.2rem);
  padding: 1rem clamp(1.2rem, 5vw, 4rem) 2rem;
  width: auto;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.shelf::-webkit-scrollbar { display: none; }
.shelf__progress { width: min(420px, 70vw); height: 5px; border-radius: 99px; background: rgba(39,22,14,.15); margin: 0 auto; overflow: hidden; }
.shelf__progress span { display: block; height: 100%; width: 0%; background: var(--tomato); border-radius: 99px; }

.product {
  width: clamp(280px, 26vw, 360px); flex-shrink: 0;
  background: var(--paper); border: 2px solid var(--ink); border-radius: var(--r-lg);
  padding: 1.6rem 1.6rem 1.8rem; position: relative; overflow: hidden;
  transition: transform .45s var(--ease-juice), box-shadow .45s;
  display: flex; flex-direction: column; gap: .65rem;
}
.product:hover { transform: translateY(-12px) rotate(-1deg); box-shadow: var(--shadow); }
.product__badge {
  position: absolute; top: 1.1rem; right: -2.6rem; transform: rotate(38deg);
  background: var(--accent, var(--tomato)); color: var(--cream);
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .12em;
  padding: .35em 3em; border-block: 1.5px solid var(--ink);
}
.product__art { height: 215px; display: grid; place-items: center; margin-bottom: .3rem; text-decoration: none; }
.product__img {
  max-height: 215px; width: auto; max-width: 100%;
  filter: drop-shadow(0 14px 16px rgba(39,22,14,.28));
  transition: transform .5s var(--ease-juice); transform-origin: 50% 100%;
}
.product:hover .product__img { transform: scale(1.07) rotate(-3deg) translateY(-6px); }
.product h3 { font-size: 1.5rem; line-height: 1.05; }
.product__tag { font-family: var(--font-hand); font-size: 1.15rem; color: var(--accent, var(--tomato)); }
.product__heat { display: flex; gap: .25rem; align-items: center; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; color: var(--ink-soft); }
.product__heat i { font-style: normal; filter: grayscale(1) opacity(.3); }
.product__heat i.on { filter: none; }
.product__sizes { display: flex; gap: .5rem; margin-top: .2rem; }
.size {
  font-family: var(--font-mono); font-size: .74rem; letter-spacing: .06em;
  border: 1.5px solid var(--ink); border-radius: 999px; padding: .4em 1em;
  background: transparent; transition: all .25s;
}
.size[aria-pressed="true"] { background: var(--ink); color: var(--cream); }
.size:hover { transform: translateY(-2px); }
.product__row { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .6rem; }
.product__price { font-family: var(--font-mono); font-weight: 600; font-size: 1.25rem; display: inline-flex; align-items: baseline; gap: .45rem; }
.product__price s { font-size: .8rem; color: var(--ink-soft); margin-right: .5em; font-weight: 400; }
.add {
  font-family: var(--font-mono); font-size: .78rem; font-weight: 600; letter-spacing: .08em;
  border: 2px solid var(--ink); border-radius: 999px; padding: .7em 1.3em;
  background: var(--accent, var(--tomato)); color: var(--cream);
  box-shadow: 3px 3px 0 var(--ink);
  transition: transform .3s var(--ease-juice), box-shadow .3s;
}
.add:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 var(--ink); }
.add:active { transform: translate(2px,2px) scale(.95); box-shadow: 0 0 0 var(--ink); }
.add.is-added { background: var(--vine); }
.product__detail {
  text-decoration: none;
  color: var(--accent, var(--tomato));
  font-size: .7rem;
  letter-spacing: .1em;
}
.product__deal {
  color: var(--tomato);
  font-size: .62rem;
  letter-spacing: .09em;
}

/* ============ PRODUCT DETAIL ============ */
.product-page {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(3.4rem, 5vw, 4.6rem) clamp(1.2rem, 5vw, 4.5rem) clamp(2rem, 4vw, 3.2rem);
  background:
    radial-gradient(circle at 20% 16%, color-mix(in srgb, var(--accent, var(--tomato)) 22%, transparent), transparent 24rem),
    var(--cream);
  border-bottom: 2.5px solid var(--ink);
  overflow: hidden;
}
.product-page .crumb {
  position: absolute;
  left: clamp(1.2rem, 5vw, 4.5rem);
  top: 1.2rem;
  z-index: 2;
  font-size: .72rem;
  color: var(--ink-soft);
}
.product-page .crumb a { color: var(--tomato); text-decoration: none; }
.product-gallery {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 100px;
  gap: .75rem;
  align-items: stretch;
  position: sticky;
  top: 112px;
}
.product-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(390px, 43vw, 520px);
  margin: 0;
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--accent, var(--tomato)) 16%, transparent), transparent 18rem),
    var(--paper);
  box-shadow: 10px 10px 0 var(--ink);
  overflow: hidden;
}
.product-gallery__main::before {
  content: "";
  position: absolute;
  width: min(330px, 62vw);
  aspect-ratio: 1;
  border: 2px dashed rgba(39,22,14,.24);
  border-radius: 50%;
}
.product-gallery__main img {
  position: relative;
  z-index: 1;
  max-width: min(350px, 70vw);
  max-height: clamp(330px, 39vw, 455px);
  filter: drop-shadow(0 24px 28px rgba(39,22,14,.3));
}
.product-gallery__main figcaption {
  position: absolute;
  right: 1.2rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--vine);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  transform: rotate(-5deg);
}
.product-gallery__rail {
  display: grid;
  align-content: start;
  gap: .6rem;
}
.product-gallery__rail figure {
  min-height: 82px;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--paper);
  overflow: hidden;
}
.product-gallery__rail img {
  width: 100%;
  height: 58px;
  object-fit: cover;
  display: block;
}
.product-gallery__rail figcaption {
  padding: .35rem .45rem;
  font-size: .55rem;
  letter-spacing: .08em;
  line-height: 1.1;
  background: var(--cream);
}
.product-page__art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
}
.product-page__art::before {
  content: "";
  position: absolute;
  width: min(420px, 78vw);
  aspect-ratio: 1;
  border: 2px dashed rgba(39,22,14,.25);
  border-radius: 50%;
  background: rgba(255,248,234,.55);
}
.product-page__art img {
  position: relative;
  z-index: 1;
  max-height: min(520px, 66vh);
  max-width: min(520px, 80vw);
  filter: drop-shadow(0 24px 28px rgba(39,22,14,.3));
}
.product-page__badge {
  position: absolute;
  top: 4rem;
  left: 8%;
  z-index: 2;
  background: var(--accent, var(--tomato));
  color: var(--cream);
  border: 2px solid var(--ink);
  border-radius: 999px;
  padding: .45rem .85rem;
  font-size: .68rem;
  letter-spacing: .12em;
  box-shadow: 3px 3px 0 var(--ink);
  transform: rotate(-5deg);
}
.product-page__note {
  right: 3%;
  bottom: 12%;
  opacity: 1;
}
.product-page__copy { position: relative; z-index: 2; max-width: 720px; }
.product-page__vendor {
  margin-top: .3rem;
  color: var(--ink-soft);
  font-size: .72rem;
  letter-spacing: .14em;
}
.product-page__copy h1 {
  font-size: clamp(2.7rem, 5vw, 4.9rem);
  line-height: .9;
  letter-spacing: 0;
  max-width: 12ch;
}
.product-page__tag {
  color: var(--accent, var(--tomato));
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  margin: .55rem 0;
}
.product-page__copy > p:not(.hero__eyebrow):not(.product-page__tag):not(.product-page__fine) {
  color: var(--ink-soft);
  font-size: 1rem;
  max-width: 58ch;
}
.product-page__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.4rem 0;
}
.product-page__facts span {
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--paper);
  padding: .8rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .06em;
}
.product-page__facts b { display: block; color: var(--accent, var(--tomato)); font-size: 1.4rem; font-family: var(--font-display); }
.product-page__coupon {
  display: inline-block;
  margin: .75rem 0;
  padding: .5rem .75rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--tomato);
  color: var(--cream);
  font-size: .72rem;
  letter-spacing: .1em;
  box-shadow: 3px 3px 0 var(--ink);
}
.product-page__buy {
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--paper);
  padding: 1rem;
  box-shadow: 5px 5px 0 var(--ink);
}
.product-page__buy .product__row { gap: 1rem; }
.product-page__priceLine {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1.5px dashed rgba(39,22,14,.28);
}
.product-page__priceLine .product__price {
  display: flex;
  gap: .55rem;
  align-items: baseline;
  font-size: 1.55rem;
}
.product-page__tax {
  margin: .7rem 0 1rem;
  color: var(--ink-soft);
  font-size: .88rem;
}
.product-page__field {
  display: grid;
  gap: .55rem;
}
.product-page__field > span,
.product-page__qty > span {
  color: var(--ink);
  font-size: .68rem;
  letter-spacing: .12em;
}
.product-page__purchase {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
  margin-top: 1rem;
}
.product-page__purchase .add {
  min-height: 54px;
  width: 100%;
}
.product-page__qty {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 0;
}
.product-page__qty > span {
  grid-column: 1 / -1;
  margin-bottom: .45rem;
}
.product-page__qty button,
.product-page__qty input {
  height: 54px;
  border: 2px solid var(--ink);
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-mono);
  font-weight: 700;
  text-align: center;
}
.product-page__qty button:first-of-type { border-radius: 999px 0 0 999px; border-right: 0; }
.product-page__qty button:last-of-type { border-radius: 0 999px 999px 0; border-left: 0; }
.product-page__qty input { min-width: 0; }
.product-page__plans .choice-row {
  margin-top: .45rem;
  gap: .8rem 1.4rem;
}
.product-page__plans .choice {
  align-items: center;
  min-height: 48px;
}
.product-page__frequency {
  display: grid;
  gap: .45rem;
  margin-top: .75rem;
  max-width: 360px;
}
.product-page__frequency[hidden] { display: none; }
.product-page__frequency select {
  width: 100%;
  min-height: 52px;
  padding: 0 1rem;
  border: 2px solid var(--ink);
  border-radius: 14px;
  background: var(--cream);
  color: var(--ink);
  font: 700 .86rem var(--font-mono);
}
.product-page__plans .product-page__fine {
  margin-top: .55rem;
}
.product-page__mrp {
  margin-top: .8rem;
  color: var(--ink-soft);
  font-size: .7rem;
  letter-spacing: .08em;
}

.product-reviews { background: #fff8e9; border-top: 2px solid var(--ink); padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 6rem); }
.product-reviews__head { align-items: end; display: flex; justify-content: space-between; margin: 0 auto 2rem; max-width: 1260px; }
.product-reviews__head h2 { font-size: clamp(2.6rem, 5vw, 5.6rem); line-height: .86; margin: .4rem 0 0; }
.review-summary { background: var(--cream); border: 2px solid var(--ink); border-radius: 28px; box-shadow: 9px 10px 0 var(--ink); display: grid; gap: 3rem; grid-template-columns: .75fr 1.25fr; margin: 0 auto 2.5rem; max-width: 1260px; padding: clamp(1.5rem, 4vw, 3rem); }
.review-summary__score { align-items: center; border-right: 1.5px dashed rgba(39,22,14,.3); display: flex; flex-direction: column; justify-content: center; }
.review-summary__score > strong { font: 700 clamp(4rem, 8vw, 7rem)/.8 var(--font-display); }
.review-summary__score > span:last-child { color: var(--ink-soft); margin-top: .5rem; }
.review-stars { color: #e34a23; font-size: 1.2rem; letter-spacing: .08em; white-space: nowrap; }
.review-summary__bars { display: grid; gap: .55rem; }
.review-summary__bars button { align-items: center; background: none; border: 0; color: var(--ink); cursor: pointer; display: grid; font: 700 .78rem var(--font-mono); gap: .75rem; grid-template-columns: 40px 1fr 28px; padding: .35rem .6rem; }
.review-summary__bars button:hover, .review-summary__bars button.is-active { background: #f5d8a9; border-radius: 999px; }
.review-summary__bars i { background: #ded3c1; border-radius: 999px; height: 10px; overflow: hidden; }
.review-summary__bars b { background: #e34a23; display: block; height: 100%; }
.review-toolbar { align-items: center; display: flex; justify-content: space-between; margin: 0 auto 1.25rem; max-width: 1260px; }
.review-toolbar > div { align-items: center; display: flex; gap: 1rem; }
.review-toolbar label { align-items: center; display: flex; font: 700 .75rem var(--font-mono); gap: .4rem; }
.review-toolbar select { background: var(--cream); border: 1.5px solid var(--ink); border-radius: 999px; color: var(--ink); min-height: 42px; padding: 0 2.5rem 0 1rem; }
.review-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto; max-width: 1260px; }
.review-card { background: #fffdf7; border: 1.5px solid var(--ink); border-radius: 22px; display: flex; flex-direction: column; min-height: 250px; padding: 1.5rem; }
.review-card__top { align-items: center; display: flex; justify-content: space-between; }
.review-card time { color: var(--ink-soft); font: .7rem var(--font-mono); }
.review-card h3 { font-size: 1.35rem; margin: 1rem 0 .45rem; }
.review-card > p { flex: 1; line-height: 1.6; margin: 0; }
.review-card__photos { display: flex; gap: .6rem; margin-top: 1rem; }
.review-card__photos button { background: none; border: 0; cursor: zoom-in; padding: 0; }
.review-card__photos img { border: 1.5px solid var(--ink); border-radius: 12px; height: 92px; object-fit: cover; width: 92px; }
.review-card footer { align-items: end; border-top: 1.5px dashed rgba(39,22,14,.25); display: flex; justify-content: space-between; margin-top: 1.2rem; padding-top: 1rem; }
.review-card footer b { display: block; }
.review-card footer div span { color: #387637; display: block; font: 700 .68rem var(--font-mono); margin-top: .25rem; }
.review-card footer button { background: none; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; padding: .45rem .8rem; }
.review-card footer button.is-helpful { background: var(--leaf); color: #fff; }
.review-empty { grid-column: 1 / -1; padding: 4rem 1rem; text-align: center; }
.review-empty > span { color: #e34a23; font-size: 3rem; }
.review-modal { align-items: center; background: rgba(33,18,11,.72); display: flex; inset: 0; justify-content: center; padding: 1rem; position: fixed; z-index: 200; }
.review-modal[hidden] { display: none; }
.review-modal__card { background: var(--cream); border: 2px solid var(--ink); border-radius: 26px; box-shadow: 12px 12px 0 var(--ink); display: grid; gap: 1rem; max-height: 92vh; max-width: 700px; overflow: auto; padding: clamp(1.4rem, 4vw, 2.5rem); position: relative; width: 100%; }
.review-modal__card h2 { font-size: clamp(2rem, 5vw, 3.4rem); line-height: .95; margin: 0; }
.review-modal__card > label, .review-form-grid label { display: grid; font: 700 .74rem var(--font-mono); gap: .4rem; }
.review-modal__card input, .review-modal__card textarea { background: #fffaf0; border: 1.5px solid var(--ink); border-radius: 12px; color: var(--ink); font: 1rem var(--font-body); padding: .8rem; }
.review-modal__close { background: none; border: 1.5px solid var(--ink); border-radius: 50%; cursor: pointer; font-size: 1.4rem; height: 42px; position: absolute; right: 1rem; top: 1rem; width: 42px; }
.review-form-grid { display: grid; gap: 1rem; grid-template-columns: 1fr 1fr; }
.review-rating { border: 0; display: flex; flex-direction: row-reverse; justify-content: flex-end; margin: 0; padding: 0; }
.review-rating legend { font: 700 .74rem var(--font-mono); margin-bottom: .35rem; }
.review-rating input { opacity: 0; position: absolute; }
.review-rating label { color: #c9bba7; cursor: pointer; font-size: 2.2rem; }
.review-rating label:hover, .review-rating label:hover ~ label, .review-rating input:checked ~ label { color: #e34a23; }
.review-upload span { color: var(--ink-soft); font-weight: 400; }
.review-image-preview { display: flex; gap: .6rem; }
.review-image-preview img { border: 1px solid var(--ink); border-radius: 10px; height: 74px; object-fit: cover; width: 74px; }
.review-form-status { color: var(--leaf); font-weight: 700; margin: 0; }
.is-modal-open { overflow: hidden; }
@media (max-width: 720px) { .product-reviews__head, .review-toolbar { align-items: flex-start; flex-direction: column; gap: 1rem; } .review-summary { gap: 1.5rem; grid-template-columns: 1fr; } .review-summary__score { border-bottom: 1.5px dashed rgba(39,22,14,.3); border-right: 0; padding-bottom: 1.5rem; } .review-grid, .review-form-grid { grid-template-columns: 1fr; } .review-toolbar > div { align-items: flex-start; flex-direction: column; width: 100%; } }
.product-page__pair {
  margin-top: 1.4rem;
  border-top: 1.5px dashed rgba(39,22,14,.28);
  padding-top: 1rem;
}
.product-page__pair b { color: var(--tomato); font-size: .72rem; letter-spacing: .12em; }
.product-page__fine { margin-top: 1rem; color: var(--ink-soft); font-size: .66rem; letter-spacing: .06em; }
.product-more { padding-top: clamp(3rem, 6vw, 5rem); }
.product-page--missing {
  min-height: 60vh;
  grid-template-columns: 1fr;
  place-items: center;
  text-align: center;
}
.product-deep {
  padding: clamp(3rem, 7vw, 6rem) clamp(1.2rem, 5vw, 4.5rem);
  background:
    radial-gradient(circle at 14% 20%, color-mix(in srgb, var(--accent, var(--tomato)) 11%, transparent), transparent 18rem),
    linear-gradient(180deg, rgba(255,248,234,.45), rgba(255,248,234,.9)),
    var(--paper);
  border-bottom: 2.5px solid var(--ink);
}
.product-deep__wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.product-deep__intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, .9fr);
  gap: clamp(1rem, 4vw, 3rem);
  margin-bottom: clamp(1rem, 3vw, 1.8rem);
  align-items: end;
}
.product-deep__intro h2 {
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: .92;
  margin: .25rem 0 0;
  max-width: 10ch;
}
.product-deep__intro p:not(.section-head__kicker) {
  border-left: 3px solid var(--accent, var(--tomato));
  color: var(--ink-soft);
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.5;
  margin: 0;
  max-width: 54ch;
  padding-left: 1rem;
}
.product-deep__board {
  background:
    repeating-linear-gradient(0deg, rgba(39,22,14,.028) 0 1px, transparent 1px 12px),
    color-mix(in srgb, var(--cream) 84%, white);
  border: 2.5px solid var(--ink);
  border-radius: 22px;
  box-shadow: 8px 8px 0 var(--ink);
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  overflow: hidden;
  position: relative;
}
.product-deep__board::before {
  background: var(--accent, var(--tomato));
  content: "";
  inset: 0 0 auto 0;
  height: 7px;
  position: absolute;
}
.product-deep__media {
  border-right: 2px solid var(--ink);
  display: grid;
  min-height: 100%;
}
.product-deep__proof-image {
  border-bottom: 2px solid var(--ink);
  display: grid;
  grid-template-rows: minmax(120px, 1fr) auto;
  min-height: 0;
  overflow: hidden;
}
.product-deep__proof-image:last-child {
  border-bottom: 0;
}
.product-deep__proof-image img {
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  width: 100%;
}
.product-deep__proof-image figcaption {
  background: var(--paper);
  border-top: 2px solid var(--ink);
  color: var(--ink);
  font-size: .62rem;
  letter-spacing: .1em;
  padding: .55rem .75rem;
  text-transform: uppercase;
}
.product-deep__facts {
  display: grid;
  gap: 0;
}
.product-deep__fact {
  border-bottom: 1.5px dashed rgba(39,22,14,.24);
  padding: clamp(1rem, 2vw, 1.35rem);
}
.product-deep__fact:last-child {
  border-bottom: 0;
}
.product-deep__label {
  margin: 0 0 .55rem;
  color: var(--accent, var(--tomato));
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.product-deep__fact h3 {
  margin-bottom: .55rem;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1.02;
}
.product-deep__fact p,
.product-deep__fact strong,
.product-deep__fact small {
  color: var(--ink-soft);
  display: block;
  font-size: .96rem;
  line-height: 1.45;
}
.product-deep__fact strong {
  color: var(--ink);
  margin-top: .55rem;
}
.product-deep__fact small {
  color: var(--vine);
  font-size: .72rem;
  letter-spacing: .08em;
  margin-top: .75rem;
}
.product-deep__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.product-deep__chips span {
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  color: var(--ink-soft);
  display: inline-flex;
  font-size: .86rem;
  line-height: 1.25;
  padding: .42rem .7rem;
}
.product-deep__chips--soft span {
  background: rgba(255,248,234,.72);
  border-style: dashed;
}

@media (max-width: 820px) {
  .product-page {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }
  .product-gallery {
    grid-template-columns: 1fr;
  }
  .product-gallery__main {
    min-height: 380px;
    box-shadow: 6px 6px 0 var(--ink);
  }
  .product-gallery__main img {
    max-height: 330px;
  }
  .product-gallery__rail {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    overflow-x: auto;
    padding-bottom: .2rem;
  }
  .product-page__copy h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
    max-width: 10ch;
  }
  .product-page__priceLine {
    display: grid;
    align-items: start;
  }
  .product-page__purchase {
    grid-template-columns: 1fr;
  }
  .product__sizes {
    flex-wrap: wrap;
  }
  .product-deep__intro {
    grid-template-columns: 1fr;
  }
  .product-deep__intro h2 {
    max-width: 10ch;
  }
  .product-deep__intro p {
    padding-top: .8rem;
  }
  .product-deep__board {
    grid-template-columns: 1fr;
  }
  .product-deep__media {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .product-deep__proof-image {
    border-bottom: 0;
    border-right: 2px solid var(--ink);
    grid-template-rows: 120px auto;
  }
  .product-deep__proof-image:last-child {
    border-right: 0;
  }
}

@media (max-width: 768px) {
  .shop__pin { overflow: visible; }
  .shelf { scroll-snap-type: x mandatory; }
  .product { scroll-snap-align: center; }
  .shelf__progress { display: none; }
}

/* ============ VERSUS ============ */
.versus { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 5vw, 4rem); }
.versus__exhibit {
  max-width: 980px; margin: 0 auto clamp(2rem, 4vw, 3.2rem);
  border: 2.5px solid var(--ink); border-radius: var(--r-lg); overflow: hidden;
  background: var(--paper); box-shadow: var(--shadow);
  transform: rotate(-.6deg);
}
.versus__exhibit img { width: 100%; display: block; }
.versus__exhibit figcaption {
  padding: .8em 1.4em; font-size: .72rem; letter-spacing: .18em;
  background: var(--khand); border-top: 2.5px solid var(--ink); color: var(--ink);
}
.versus__table { max-width: 980px; margin: 0 auto; border: 2px solid var(--ink); border-radius: var(--r-lg); overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }
.versus__row {
  display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: .8rem; align-items: center;
  padding: 1.15rem clamp(1rem, 3vw, 2.2rem); border-bottom: 1.5px solid rgba(39,22,14,.14);
}
.versus__row:last-child { border-bottom: 0; }
.versus__row--head { background: var(--ink); color: var(--cream); font-family: var(--font-mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.versus__row span:first-child { font-family: var(--font-mono); font-size: .8rem; letter-spacing: .05em; color: var(--ink-soft); }
.versus__row--head span:first-child { color: var(--cream); }
.versus__row b { color: var(--vine); font-size: 1.08rem; }
.versus__row i { color: var(--ink-soft); font-style: normal; opacity: .75; position: relative; }
.versus__row i::before { content: "✗ "; color: var(--tomato); }
.versus__row b::before { content: "✓ "; color: var(--leaf); }
@media (max-width: 640px) {
  .versus__row { grid-template-columns: 1fr; gap: .25rem; }
  .versus__row--head span:not(:first-child) { display: none; }
}

/* ============ RECIPES ============ */
.recipes { padding: 0 clamp(1.2rem, 5vw, 4rem) clamp(5rem, 10vw, 9rem); }
.recipes-page .recipes { padding-top: clamp(4rem, 10vw, 8rem); }
.recipes .section-head h1 {
  font-size: clamp(3rem, 8.5vw, 7.6rem);
  line-height: .92;
  font-variation-settings: "SOFT" 85, "WONK" 1;
}
.recipes .section-head h1 em {
  color: var(--tomato);
}
.recipes__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.4rem; max-width: 1240px; margin: 0 auto; }
.recipe {
  position: relative; border: 2px solid var(--ink); border-radius: var(--r-md);
  padding: 1.8rem 1.5rem; background: var(--paper); overflow: hidden;
  transition: transform .15s ease-out, box-shadow .3s; will-change: transform;
}
.recipe:hover { box-shadow: var(--shadow); z-index: 2; }
.recipe__art { position: relative; height: 105px; display: grid; place-items: center; margin-bottom: .8rem; }
.recipe__art svg { position: relative; z-index: 1; height: 100%; width: auto; overflow: visible; transition: transform .5s var(--ease-juice); }
.recipe:hover .recipe__art svg { transform: scale(1.12) rotate(-2deg); }
.recipe__splat {
  position: absolute; left: 50%; top: 50%; width: 132px; height: 96px;
  transform: translate(-50%, -50%); opacity: 0;
  background: #F8DDCD;
  border-radius: 46% 54% 52% 48% / 55% 46% 54% 45%;
}
.recipe__dots { display: inline-flex; align-items: center; gap: 3px; margin: 0 .5em; vertical-align: middle; }
.recipe__dots i { width: 7px; height: 7px; border-radius: 50%; border: 1.2px solid rgba(39,22,14,.4); }
.recipe__dots i.on { background: var(--tomato); border-color: var(--ink); }
.recipe__dots em { font-style: normal; color: var(--tomato); font-weight: 600; font-size: .66rem; margin-left: 2px; }
.recipe h3 { font-size: 1.3rem; }
.recipe p { font-family: var(--font-hand); font-size: 1.2rem; color: var(--tomato); margin-top: .3rem; }
.recipe__meter { margin-top: 1rem; font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; color: var(--ink-soft); }
.recipe__meter b { color: var(--tomato); letter-spacing: .02em; }

/* ============ POSTCARDS ============ */
.mail { background: var(--cream-deep); border-block: 2.5px solid var(--ink); padding: clamp(5rem, 10vw, 8rem) clamp(1.2rem, 5vw, 4rem); }
.mail__stack { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 1.6rem; max-width: 1240px; margin: 0 auto; }
.postcard {
  position: relative; background: var(--paper); border: 2px solid var(--ink);
  border-radius: 6px; padding: 2rem 1.8rem 1.6rem;
  box-shadow: var(--shadow);
  background-image: repeating-linear-gradient(transparent, transparent 27px, rgba(39,22,14,.07) 28px);
}
.postcard:nth-child(1) { transform: rotate(-1.6deg); }
.postcard:nth-child(2) { transform: rotate(1.2deg); }
.postcard:nth-child(3) { transform: rotate(-0.8deg); }
.postcard:nth-child(4) { transform: rotate(1.8deg); }
.postcard blockquote { font-size: 1.08rem; line-height: 1.6; font-style: italic; font-variation-settings: "SOFT" 100, "WONK" 1; }
.postcard figcaption { margin-top: 1.2rem; display: flex; flex-direction: column; gap: .15rem; }
.postcard figcaption b { font-size: 1.05rem; }
.postcard figcaption span { font-size: .68rem; color: var(--ink-soft); letter-spacing: .14em; }
.postcard__stamp {
  position: absolute; top: .9rem; right: .9rem; font-size: 1.5rem;
  border: 2px dashed var(--tomato); border-radius: 4px; padding: .3em .4em;
  transform: rotate(8deg); background: var(--cream); z-index: 2;
}
.postcard--photo { padding: 1rem 1rem 1.2rem; background-image: none; }
.postcard--photo img {
  width: 100%; height: 240px; object-fit: cover; object-position: 50% 24%;
  border: 2px solid var(--ink); border-radius: 4px; display: block;
  filter: saturate(1.05);
}
.postcard--photo figcaption { margin-top: .8rem; }

/* ============ FAQ ============ */
.faq { padding: clamp(5rem, 10vw, 9rem) clamp(1.2rem, 5vw, 4rem); }
.faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: .9rem; }
.faq__item { border: 2px solid var(--ink); border-radius: var(--r-md); background: var(--paper); overflow: hidden; transition: box-shadow .3s; }
.faq__item[open] { box-shadow: var(--shadow); }
.faq__item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.25rem 1.5rem; font-size: 1.2rem; font-weight: 560; user-select: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary i {
  font-style: normal; font-family: var(--font-mono); font-size: 1.3rem; color: var(--tomato);
  transition: transform .4s var(--ease-juice); flex-shrink: 0;
}
.faq__item[open] summary i { transform: rotate(135deg); }
.faq__item p { padding: 0 1.5rem 1.4rem; color: var(--ink-soft); max-width: 64ch; }
.faq__item summary:hover { color: var(--tomato); }

/* ============ DIP ZONE ============ */
.dip { background: var(--khand); border-block: 2.5px solid var(--ink); padding: clamp(4.5rem, 9vw, 8rem) 1.2rem clamp(5rem, 9vw, 8rem); overflow: hidden; }
.dip__zone { position: relative; max-width: 760px; height: 380px; margin: 0 auto; }
.dip__fry {
  position: absolute; left: 12%; top: 4%; width: 56px; z-index: 4;
  touch-action: none; transition: filter .3s;
}
.dip__fry:hover { filter: drop-shadow(0 10px 14px rgba(39,22,14,.35)); }
.dip__note {
  position: absolute; left: 24%; top: 16%; z-index: 3;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem); color: var(--ink);
  transform: rotate(-6deg); pointer-events: none;
}
.dip__plate {
  position: absolute; bottom: 3%; right: 4%; width: min(440px, 74%);
  aspect-ratio: 2.5 / 1; border-radius: 50%; z-index: 1;
  background: radial-gradient(ellipse at 50% 38%, var(--paper) 62%, #EADFC4 78%, var(--paper) 86%);
  border: 2.5px solid var(--ink);
  box-shadow: 0 16px 30px -12px rgba(39,22,14,.4), inset 0 -8px 18px rgba(39,22,14,.08);
}
.dip__plate::after {
  content: ""; position: absolute; inset: -16px; border-radius: 50%;
  border: 2.5px dashed rgba(39,22,14,.45);
  animation: targetPulse 1.8s ease-in-out infinite;
}
.dip__zone.is-dipped .dip__plate::after { animation: none; opacity: 0; transition: opacity .5s; }
@keyframes targetPulse { 50% { transform: scale(1.04); opacity: .45; } }
.dip__pool { position: absolute; bottom: 11%; right: 11%; width: min(330px, 58%); z-index: 2; filter: drop-shadow(0 10px 16px rgba(39,22,14,.35)); }
.dip__verdict {
  position: absolute; inset: 0; display: grid; place-items: center; z-index: 5;
  pointer-events: none; opacity: 0; transform: scale(2.4) rotate(-18deg);
}
.dip__stampText {
  font-family: var(--font-mono); font-weight: 600; text-align: center;
  font-size: clamp(1.6rem, 4vw, 2.6rem); letter-spacing: .12em; line-height: 1.25;
  color: var(--tomato-deep); border: 5px solid var(--tomato-deep); border-radius: 12px;
  padding: .5em 1em; transform: rotate(-10deg);
  mix-blend-mode: multiply; background: rgba(250,241,223,.25);
}
.dip__splats { position: absolute; inset: 0; pointer-events: none; z-index: 3; }

/* ============ OUTRO ============ */
.outro { text-align: center; padding: clamp(4rem, 8vw, 7rem) 1.2rem clamp(6rem, 12vw, 11rem); position: relative; }
.outro__trio {
  height: clamp(190px, 30vh, 310px); width: auto; margin: 0 auto 1.6rem; display: block;
  filter: drop-shadow(0 26px 30px rgba(39,22,14,.3));
}
.outro__title { font-size: clamp(3.4rem, 9vw, 8rem); font-variation-settings: "SOFT" 90, "WONK" 1; margin-bottom: 2.4rem; }
.outro__title span { display: block; overflow: hidden; }
.outro__codes { margin-top: 1.6rem; font-size: .78rem; letter-spacing: .14em; color: var(--ink-soft); }

/* ============ FOOTER ============ */
.footer { background: var(--ink); color: var(--cream); position: relative; overflow: hidden; border-top: 2.5px solid var(--ink); }
.footer__top {
  display: grid; grid-template-columns: 1.3fr repeat(3, 1fr) 1.4fr; gap: 2.4rem;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.2rem, 5vw, 4rem) 3rem;
  position: relative; z-index: 2;
}
.footer__logo {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--khand); margin-bottom: 1rem;
  transition: transform .6s var(--ease-juice);
}
.footer__logo:hover { transform: rotate(360deg); }
.footer__brand p { font-size: 1.5rem; font-weight: 600; }
.footer__brand .hand { color: var(--khand); font-size: 1.2rem; display: block; margin-top: .5rem; }
.footer__col { display: grid; gap: .55rem; align-content: start; }
.footer__col h4, .footer__news h4 { font-size: .72rem; letter-spacing: .2em; color: var(--khand); margin-bottom: .6rem; }
.footer__col a { text-decoration: none; opacity: .85; font-size: .95rem; transition: opacity .2s, transform .3s var(--ease-juice); width: fit-content; }
.footer__col a:hover { opacity: 1; transform: translateX(6px); color: var(--khand); }
.footer__news p { font-size: .92rem; opacity: .85; margin-bottom: 1rem; }
.footer__form { display: flex; gap: .6rem; }
.footer__form input {
  flex: 1; background: rgba(250,241,223,.08); border: 1.5px solid rgba(250,241,223,.3);
  border-radius: 999px; padding: .7em 1.2em; color: var(--cream);
  font-family: var(--font-mono); font-size: .85rem; outline: none; transition: border-color .25s;
}
.footer__form input:focus { border-color: var(--khand); }
.footer__formMsg { color: var(--khand); font-size: 1.15rem; margin-top: .6rem; min-height: 1.4em; }
.footer__bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem;
  padding: 1.4rem clamp(1.2rem, 5vw, 4rem) 5.5rem; font-size: .7rem; letter-spacing: .1em;
  opacity: .7; position: relative; z-index: 2;
}
.footer__giant {
  position: absolute; bottom: -.28em; left: 50%; transform: translateX(-50%);
  font-size: clamp(6rem, 19vw, 19rem); font-weight: 640; letter-spacing: .02em;
  color: rgba(216,52,28,.16); line-height: 1; pointer-events: none; white-space: nowrap;
  font-variation-settings: "SOFT" 100, "WONK" 1;
}
@media (max-width: 1020px) { .footer__top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__top { grid-template-columns: 1fr; } }

@media (max-width: 1120px) {
  .catalog-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-controls .btn {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .catalog-hero {
    min-height: auto;
    padding-block: clamp(3.2rem, 9vw, 5rem);
  }
  .product-gallery {
    position: relative;
    top: auto;
  }
}

@media (max-width: 680px) {
  .nav {
    padding: .7rem 1rem;
  }
  .nav__logo {
    min-width: 0;
  }
  .nav__logoImg {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }
  .nav__logo span {
    font-size: clamp(1rem, 5.8vw, 1.45rem);
    min-width: 0;
  }
  .nav__logo em {
    font-size: clamp(.72rem, 3.8vw, .95rem);
  }
  .catalog {
    padding: 2rem .9rem 3rem;
  }
  .catalog-controls {
    grid-template-columns: 1fr;
    gap: .85rem;
    padding: .95rem;
    border-radius: 18px;
    box-shadow: 4px 4px 0 var(--ink);
  }
  .catalog-controls span {
    font-size: .62rem;
  }
  .ttt-select__button {
    min-height: 50px;
    font-size: .78rem;
  }
  .catalog__grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .catalog__grid .product {
    width: 100%;
  }
  .product {
    padding: 1.15rem;
    border-radius: 20px;
    gap: .55rem;
  }
  .product__art {
    height: 170px;
  }
  .product__img {
    max-height: 170px !important;
  }
  .product h3 {
    font-size: clamp(1.55rem, 8.5vw, 2.15rem);
    line-height: 1;
  }
  .product__tag {
    font-size: 1.05rem;
  }
  .product__row {
    gap: .8rem;
  }
  .footer__top {
    gap: 1.4rem;
    padding-block: 2.8rem 2rem;
  }
  .footer__form {
    display: grid;
  }
  .footer__form .btn {
    width: 100%;
    justify-content: center;
  }
  .footer__bottom {
    padding-bottom: 3.6rem;
  }
}

@media (max-width: 480px) {
  .announce {
    font-size: .58rem;
  }
  .product-page {
    padding: 1.2rem .85rem 2.2rem;
    gap: 1rem;
  }
  .product-page .crumb {
    position: static;
    grid-column: 1;
    order: -3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-gallery {
    order: -2;
    position: relative;
    top: auto;
  }
  .product-gallery__main {
    min-height: 285px;
    border-radius: 18px;
  }
  .product-gallery__main::before {
    width: 250px;
  }
  .product-gallery__main img {
    max-height: 245px;
    max-width: 74vw;
  }
  .product-gallery__main figcaption {
    right: .8rem;
    bottom: .7rem;
    font-size: 1.35rem;
  }
  .product-gallery__rail {
    display: none;
  }
  .product-page__copy {
    order: -1;
  }
  .product-page__copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    max-width: 11ch;
  }
  .product-page__tag {
    font-size: 1.25rem;
  }
  .product-page__buy {
    border-radius: 14px;
    padding: .85rem;
  }
  .product-page__purchase,
  .product-page__priceLine {
    grid-template-columns: 1fr;
  }
  .product__row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .product__row .add {
    width: 100%;
  }
}

/* ============ CART DRAWER ============ */
.cart { position: fixed; inset: 0; z-index: 200; pointer-events: none; }
.cart__scrim { position: absolute; inset: 0; background: rgba(39,22,14,.5); opacity: 0; transition: opacity .4s; }
.cart__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(440px, 94vw);
  background: var(--cream); border-left: 2.5px solid var(--ink);
  display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform .55s var(--ease-juice);
}
.cart.is-open { pointer-events: auto; }
.cart.is-open .cart__scrim { opacity: 1; }
.cart.is-open .cart__panel { transform: translateX(0); }
.cart__head { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 1.6rem 1rem; }
.cart__head h3 { font-size: 1.6rem; }
.cart__head .hand { color: var(--tomato); font-size: 1.1rem; }
.cart__close { background: none; border: 2px solid var(--ink); border-radius: 50%; width: 38px; height: 38px; font-size: 1rem; transition: transform .3s var(--ease-juice); }
.cart__close:hover { transform: rotate(90deg) scale(1.1); }
.cart__items { flex: 1; overflow-y: auto; padding: .6rem 1.6rem; display: grid; gap: .9rem; align-content: start; }
.cart__empty { text-align: center; padding: 3rem 1rem; color: var(--ink-soft); }
.cart__empty .hand { font-size: 1.5rem; color: var(--tomato); display: block; margin-bottom: .5rem; }
.citem {
  display: grid; grid-template-columns: 54px 1fr auto; gap: .9rem; align-items: center;
  background: var(--paper); border: 1.5px solid var(--ink); border-radius: var(--r-md); padding: .8rem .9rem;
}
.citem__art { display: grid; place-items: center; }
.citem__art img { max-height: 64px; width: auto; filter: drop-shadow(0 4px 6px rgba(39,22,14,.25)); }
.citem h4 { font-size: 1.02rem; line-height: 1.15; }
.citem .mono { font-size: .68rem; color: var(--ink-soft); display: block; margin-top: .2rem; }
.citem .citem__plan {
  color: var(--vine);
  font-size: .62rem;
}
.citem__qty { display: flex; align-items: center; gap: .45rem; margin-top: .4rem; }
.citem__qty button { width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid var(--ink); background: var(--cream); font-family: var(--font-mono); line-height: 1; transition: background .2s; }
.citem__qty button:hover { background: var(--khand); }
.citem__qty b { font-family: var(--font-mono); font-size: .8rem; min-width: 1.4em; text-align: center; }
.citem__price { font-family: var(--font-mono); font-weight: 600; font-size: .92rem; text-align: right; }
.citem__rm { background: none; border: none; font-family: var(--font-mono); font-size: .62rem; color: var(--ink-soft); text-decoration: underline; margin-top: .4rem; }
.citem__rm:hover { color: var(--tomato); }
.cart__promo { display: flex; gap: .6rem; padding: .9rem 1.6rem 0; }
.cart__promo input {
  flex: 1; border: 1.5px solid var(--ink); border-radius: 999px; padding: .65em 1.1em;
  font-family: var(--font-mono); font-size: .8rem; background: var(--paper); outline: none;
}
.cart__promo input:focus { border-color: var(--tomato); }
.cart__promoMsg { padding: .3rem 1.8rem 0; color: var(--vine); font-size: 1.05rem; min-height: 1.5em; }
.cart__offers { display: grid; gap: .55rem; padding: .35rem 1.6rem .9rem; }
.cart__offers h4 { font: 800 .78rem var(--font-mono); letter-spacing: .09em; margin: 0; text-transform: uppercase; }
.cart__offers article { align-items: center; background: rgba(255,255,255,.42); border: 1.5px dashed rgba(39,22,14,.32); border-radius: 14px; display: flex; gap: .75rem; justify-content: space-between; padding: .7rem .8rem; }
.cart__offers article div { display: grid; gap: .18rem; }
.cart__offers article b { font-size: .9rem; }
.cart__offers article small { color: var(--ink-soft); font: 650 .68rem var(--font-mono); }
.cart__foot { padding: .8rem 1.6rem 1.6rem; border-top: 2px solid var(--ink); display: grid; gap: .55rem; }
.cart__row { display: flex; justify-content: space-between; font-size: .85rem; }
.cart__row--discount { color: var(--vine); }
.cart__row--total { font-size: 1.3rem; font-weight: 620; }
.cart__fine { font-size: .64rem; text-align: center; color: var(--ink-soft); }

/* ============ TOAST ============ */
.toast {
  position: fixed; bottom: 1.6rem; left: 50%; transform: translate(-50%, 150%);
  background: var(--ink); color: var(--cream); border-radius: 999px;
  padding: .85em 1.6em; font-family: var(--font-mono); font-size: .82rem; letter-spacing: .05em;
  z-index: 300; transition: transform .5s var(--ease-juice); box-shadow: var(--shadow);
  max-width: 92vw; text-align: center;
}
.toast.is-show { transform: translate(-50%, 0); }

/* ============ REDUCED MOTION ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01s !important; animation-iteration-count: 1 !important; transition-duration: .15s !important; }
  .hero__arc, .loader__tomato { animation: none; }
  .hero__note { opacity: 1 !important; }
}
