/* Smelebrity — luxe & moody fragrance affiliate */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* Fallback defaults so body resolves something even before .root mounts */
:root {
  --bg: #0b0a08;
  --surface: #141210;
  --line: rgba(214,182,108,0.14);
  --ink: #efe6d3;
  --mute: rgba(239,230,211,0.58);
  --dim: rgba(239,230,211,0.32);
  --accent: #d6b66c;
  --accent-deep: #a8864a;
  --tint: rgba(214,182,108,0.08);
  --font-display: "DM Serif Display", "Cormorant Garamond", serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --display-weight: 400;
  --display-italic: italic;
  --section-y: 96px;
  --card-gap: 24px;
  --block-gap: 40px;
}

html, body {
  background: var(--bg);
  color: var(--ink);
}
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
img, svg { display: block; }

.root { min-height: 100vh; background: var(--bg); }

/* ── Type ───────────────────────────────────────────────────────────────── */
.display {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-style: normal;
  line-height: 1.04;
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: pretty;
}
.display em {
  font-style: var(--display-italic);
  color: var(--accent);
}
.kicker {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.brand-name {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  display: inline-block;
  margin-bottom: 6px;
}

.text-link {
  background: none;
  border: 0;
  color: var(--accent);
  font: inherit;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.text-link:hover { color: var(--ink); }

/* ── Container ──────────────────────────────────────────────────────────── */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}

/* ── Top nav ────────────────────────────────────────────────────────────── */
.topnav {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in oklab, var(--bg) 88%, transparent);
  backdrop-filter: blur(20px) saturate(140%);
  border-bottom: 0.5px solid var(--line);
}
.topnav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 64px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: var(--display-weight);
}
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px;
  border: 0.5px solid var(--accent);
  color: var(--accent);
  font-size: 16px;
  border-radius: 2px;
  font-family: var(--font-display);
  font-style: italic;
}
.brand-word {
  font-size: 21px;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.navlinks {
  display: flex; align-items: center; gap: 28px;
  font-size: 13.5px;
  letter-spacing: 0.01em;
}
.navlinks a {
  color: var(--mute);
  transition: color .15s;
  padding: 8px 0;
  position: relative;
}
.navlinks a:hover { color: var(--ink); }
.navlinks a.active { color: var(--ink); }
.navlinks a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -1px;
  height: 1px; background: var(--accent);
}
.nav-right { display: flex; gap: 16px; align-items: center; }
.search-link {
  color: var(--mute);
  padding: 8px;
  display: inline-flex;
}
.search-link:hover { color: var(--ink); }

/* Hamburger + mobile menu — hidden on desktop, revealed via media query */
.hamburger { display: none; }
.mobile-menu { display: none; }

/* CTA — disabled (overrides every cta-style) */
.cta-disabled,
.cta-disabled:hover {
  background: var(--surface) !important;
  color: var(--dim) !important;
  border: 0.5px solid var(--line) !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  pointer-events: none;
}

/* Primary-action group: button on top, secondary retailer link below */
.primary-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.big-cta-stack { align-items: center; }

.alt-retailer-link {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
  text-decoration: none;
  padding: 4px 2px;
  transition: color .15s;
  border-bottom: 0.5px solid transparent;
  align-self: flex-start;
}
.alt-retailer-link:hover { color: var(--accent); border-bottom-color: var(--accent); }
.big-cta-stack .alt-retailer-link { align-self: center; }

/* Bottle: real image — #111 plate; slight zoom crops white edges; strong edge vignette */
.bottle-slot.bottle-slot-img {
  background: #111111;
  overflow: hidden;
  isolation: isolate;
  padding: 12px;
}
.bottle-slot.bottle-slot-img::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 2px;
  box-shadow: inset 0 0 36px 22px #111111;
}
.bottle-slot.bottle-slot-img::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  border-radius: 2px;
  background: radial-gradient(
    ellipse 98% 94% at 50% 44%,
    transparent 0%,
    transparent 16%,
    rgba(11, 10, 8, 0.55) 44%,
    rgba(11, 10, 8, 0.92) 70%,
    #0b0a08 100%
  );
}
.bottle-slot-img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(1.24);
  transform-origin: center center;
}

/* ── CTA ────────────────────────────────────────────────────────────────── */
.cta {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600;
  letter-spacing: 0.005em;
  border-radius: 2px;
  transition: transform .12s ease, background .15s, color .15s, border-color .15s;
  white-space: nowrap;
}
.cta:hover { transform: translateY(-1px); }
.cta-sm { padding: 9px 14px; font-size: 12px; }
.cta-md { padding: 13px 20px; font-size: 13.5px; }
.cta-lg { padding: 17px 28px; font-size: 14.5px; letter-spacing: 0.01em; }

/* CTA — solid (dark on accent) */
[data-cta-style="solid"] .cta-primary {
  background: var(--ink);
  color: var(--bg);
}
[data-cta-style="solid"] .cta-primary:hover { background: var(--accent); color: var(--bg); }

/* CTA — outline */
[data-cta-style="outline"] .cta-primary {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}
[data-cta-style="outline"] .cta-primary:hover {
  background: var(--accent); color: var(--bg);
}

/* CTA — gold */
[data-cta-style="gold"] .cta-primary {
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #0a0805;
  box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset, 0 10px 30px -10px var(--accent);
}
[data-cta-style="gold"] .cta-primary:hover { filter: brightness(1.1); }

/* CTA — outline / ghost variants always present */
.cta-outline {
  background: transparent;
  color: var(--ink);
  border: 0.5px solid var(--line);
}
.cta-outline:hover { border-color: var(--accent); color: var(--accent); }
.cta-ghost {
  background: transparent;
  color: var(--accent);
  padding-left: 0; padding-right: 0;
}
.cta-ghost:hover { color: var(--ink); }

/* ── HERO — full-bleed ──────────────────────────────────────────────────── */
.hero { padding: 56px 0 var(--section-y); position: relative; overflow: hidden; }
.hero-full {
  background:
    radial-gradient(ellipse at 80% 20%, var(--tint) 0%, transparent 60%),
    var(--bg);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero-copy { max-width: 620px; }
.hero-title {
  font-size: clamp(48px, 6.4vw, 96px);
  margin: 18px 0 24px;
  text-wrap: balance;
}
.hero-amp { color: var(--accent); }
.lead {
  font-size: 17px;
  line-height: 1.55;
  color: var(--mute);
  max-width: 56ch;
  margin: 0 0 32px;
}
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  border-top: 0.5px solid var(--line);
  border-bottom: 0.5px solid var(--line);
  padding: 18px 0;
  margin-bottom: 28px;
}
.meta-block { display: flex; flex-direction: column; gap: 4px; }
.meta-k {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}
.meta-v { color: var(--ink); font-size: 15px; }
.meta-v s { color: var(--dim); margin-right: 6px; font-weight: 400; }
.meta-v strong { color: var(--accent); font-weight: 600; }
.meta-v .save {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--accent);
  margin-left: 6px;
  font-style: normal;
}
.score-inline { font-family: var(--font-display); font-size: 26px; line-height: 1; }
.score-inline i { font-style: normal; color: var(--dim); font-size: 14px; font-family: var(--font-mono); margin-left: 2px; }

.hero-cta { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; flex-wrap: wrap; }
.hero-trust {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dim);
  display: flex; align-items: center; gap: 8px;
}
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); display: inline-block; }

.hero-art { position: relative; }
.hero-bottle-wrap { position: relative; }
.hero-badge {
  position: absolute;
  top: 8%; right: -8px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 108px; height: 108px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--bg);
  transform: rotate(-8deg);
  box-shadow: 0 20px 40px -15px rgba(0,0,0,0.6);
}
.badge-num { font-family: var(--font-display); font-size: 36px; line-height: 1; }
.badge-lbl {
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 4px;
  line-height: 1.2;
}

/* ── HERO — editorial split ─────────────────────────────────────────────── */
.hero-ed { padding-top: 64px; }
.hero-ed-top { margin-bottom: 56px; max-width: 1100px; }
.hero-ed-title {
  font-size: clamp(40px, 5.4vw, 78px);
  margin-top: 18px;
  text-wrap: balance;
}
.hero-ed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  border-top: 0.5px solid var(--line);
  padding-top: 48px;
}
.hero-ed-side { display: flex; flex-direction: column; gap: 20px; }
.hero-ed-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-transform: uppercase;
}
.hero-ed-name h2 { font-size: clamp(48px, 5.2vw, 78px); margin-top: 4px; }
.hero-ed-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 0.5px solid var(--line);
  border-bottom: 0.5px solid var(--line);
  padding: 18px 0;
}
.hero-ed-stats > div { display: flex; flex-direction: column; gap: 2px; }
.hero-ed-stats span {
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1;
  color: var(--ink);
}
.hero-ed-stats label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ── Bottle slot (placeholder) ──────────────────────────────────────────── */
.bottle-slot {
  position: relative;
  width: 100%;
  background:
    radial-gradient(ellipse at 50% 30%, var(--tint) 0%, transparent 65%),
    var(--surface);
  color: var(--accent);
  border: 0.5px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.bottle-slot svg {
  width: 56%;
  height: 100%;
  max-height: 84%;
}
.bottle-label {
  position: absolute;
  bottom: 10px; left: 10px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.5;
}

/* ── Section scaffolding ────────────────────────────────────────────────── */
.section { padding: var(--section-y) 0; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin-bottom: 48px;
  border-bottom: 0.5px solid var(--line);
  padding-bottom: 24px;
}
.section-title { font-size: clamp(28px, 3.4vw, 46px); margin-top: 12px; }
.section-link { white-space: nowrap; padding-bottom: 8px; }

/* ── Weekly grid ────────────────────────────────────────────────────────── */
.weekly-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--card-gap);
}
.weekly-card {
  position: relative;
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 20px;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
  display: flex; flex-direction: column;
}
.weekly-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.weekly-num {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--accent);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  position: relative;
}
.weekly-num::after {
  content: ''; display: inline-block; margin-left: 10px;
  width: 28px; height: 0.5px; background: var(--accent); vertical-align: middle;
}
.weekly-bottle { margin-bottom: 18px; }
.weekly-bottle .bottle-slot { aspect-ratio: 1/1.1; }
.weekly-kicker {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.weekly-name {
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.1;
  font-weight: var(--display-weight);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.weekly-blurb {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--mute);
  margin: 0 0 18px;
  flex: 1;
}
.weekly-foot {
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 14px;
  border-top: 0.5px solid var(--line);
}
.weekly-score {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
}
.weekly-score i { font-style: normal; color: var(--dim); font-size: 12px; font-family: var(--font-mono); margin-left: 2px; }
.weekly-price {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 0.02em;
}

/* ── Editor bar ─────────────────────────────────────────────────────────── */
.editor-bar {
  border-top: 0.5px solid var(--line);
  border-bottom: 0.5px solid var(--line);
  padding: var(--section-y) 0;
  background: var(--surface);
}
.editor-bar-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 56px;
  align-items: center;
}
.portrait-slot {
  position: relative;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: var(--bg);
  color: var(--accent);
  border: 0.5px solid var(--accent);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.portrait-slot svg { width: 100%; height: 100%; }
.portrait-tag {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 8.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dim);
}
.editor-title { font-size: clamp(28px, 3.2vw, 44px); margin: 8px 0 16px; }
.editor-bio { color: var(--mute); font-size: 15px; max-width: 60ch; margin: 0 0 24px; }
.editor-stats {
  display: flex; gap: 36px; flex-wrap: wrap;
}
.editor-stat-k {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--accent);
  line-height: 1;
}
.editor-stat-v {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 6px;
}

/* ── Standing picks ─────────────────────────────────────────────────────── */
.picks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
}
.pick-card {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 24px;
  display: flex; flex-direction: column;
  position: relative;
  transition: border-color .2s;
}
.pick-card:hover { border-color: var(--accent); }
.pick-tag {
  position: absolute; top: 0; right: 0;
  background: var(--accent);
  color: var(--bg);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 600;
}
.pick-bottle { margin-bottom: 20px; }
.pick-bottle .bottle-slot { aspect-ratio: 1/1; }
.pick-brand {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 6px;
}
.pick-name {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.pick-why { font-size: 14px; color: var(--mute); margin: 0 0 20px; flex: 1; line-height: 1.5; }
.pick-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 16px;
  border-top: 0.5px solid var(--line);
}
.pick-foot-meta { display: flex; align-items: baseline; gap: 16px; }
.pick-score {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--accent);
}
.pick-price {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--mute);
}

/* ── Big CTA ────────────────────────────────────────────────────────────── */
.big-cta {
  padding: var(--section-y) 0;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 50%, var(--tint) 0%, transparent 65%),
    var(--bg);
  border-top: 0.5px solid var(--line);
}
.big-cta-inner { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.big-cta-title {
  font-size: clamp(36px, 5vw, 72px);
  margin: 8px 0 0;
  max-width: 18ch;
  text-wrap: balance;
}
.big-cta-sub {
  font-size: 17px;
  color: var(--mute);
  max-width: 60ch;
  margin: 0;
  line-height: 1.5;
}
.big-cta-fine {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dim);
  max-width: 60ch;
  margin-top: 12px;
}

/* ── Guides ─────────────────────────────────────────────────────────────── */
.guides-hero {
  padding-top: calc(var(--section-y) * 0.75);
  padding-bottom: calc(var(--section-y) * 0.5);
  border-bottom: 0.5px solid var(--line);
}
.guides-hero-title { font-size: clamp(36px, 5vw, 64px); margin-top: 12px; max-width: 16ch; }
.guides-hero-lead { max-width: 52ch; margin-top: 20px; font-size: 18px; line-height: 1.55; color: var(--mute); }

.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
}
.guides-grid-compact { grid-template-columns: repeat(2, 1fr); max-width: 900px; }

.guide-card {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color .15s, background .15s;
}
.guide-card:hover {
  border-color: var(--accent);
  background: linear-gradient(145deg, var(--tint), var(--surface));
}
.guide-card-title { font-size: clamp(22px, 2.4vw, 30px); line-height: 1.12; margin: 0; }
.guide-card-excerpt {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--mute);
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.guide-card-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 8px;
  border-top: 0.5px solid var(--line);
  margin-top: 4px;
}
.guide-card-date {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
}
.guide-card-topic {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.2;
}

.guide-article-column {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.guide-article .breadcrumb {
  padding-top: 24px;
}

.guide-article-hero {
  padding: 40px 0 32px;
  border-bottom: 0.5px solid var(--line);
}
.guide-article-title {
  font-size: clamp(32px, 4.5vw, 56px);
  margin-top: 12px;
  line-height: 1.06;
}
.guide-article-lead {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.4;
  color: var(--mute);
  margin: 24px 0 0;
}

.guide-article-section {
  padding-top: var(--block-gap);
}
.guide-article-section p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--mute);
  margin: 0 0 18px;
}
.guide-article-section p:last-child {
  margin-bottom: 0;
}
.guide-section-heading {
  font-size: clamp(24px, 2.8vw, 36px);
  margin: 0 0 20px;
  color: var(--ink);
}

.guide-article-cta {
  margin-top: var(--block-gap);
  padding-top: 56px;
  padding-bottom: calc(var(--section-y) * 0.85);
  border-top: 0.5px solid var(--line);
  background: linear-gradient(180deg, var(--tint), transparent 72%);
  overflow: visible;
}
.guide-article-cta .kicker {
  margin: 0 0 12px;
}
.guide-cta-title { font-size: clamp(28px, 3.2vw, 44px); margin-top: 10px; }
.guide-cta-sub { font-size: 17px; color: var(--mute); line-height: 1.55; margin: 16px 0 28px; }

.guide-article-more {
  padding: var(--block-gap) 0 calc(var(--section-y) * 0.5);
  border-top: 0.5px solid var(--line);
}
.guide-article-more-head {
  margin-bottom: 28px;
}
.guide-article-more .guides-grid-compact {
  max-width: none;
}

.category-footnote {
  margin-top: 32px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--mute);
  max-width: 52ch;
}

.static-page-column {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.static-page-section {
  padding-top: var(--block-gap);
}
.static-page-section:first-child {
  padding-top: 0;
}
.static-page-heading {
  font-size: clamp(24px, 2.8vw, 36px);
  margin: 0 0 20px;
  color: var(--ink);
}
.static-page-p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--mute);
  margin: 0 0 18px;
}
.static-page-p:last-child {
  margin-bottom: 0;
}
.static-page-list {
  margin: 0 0 18px;
  padding-left: 1.25em;
  color: var(--mute);
  font-size: 16px;
  line-height: 1.65;
}
.static-page-list li {
  margin-bottom: 10px;
}
.static-page-list li:last-child {
  margin-bottom: 0;
}
.static-page-email {
  margin-top: 8px;
}
.static-email-link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  color: var(--accent);
  text-decoration: none;
  margin-bottom: 16px;
}
.static-email-link:hover {
  color: var(--ink);
}
.static-email-note {
  font-size: 15px;
  line-height: 1.55;
  color: var(--mute);
  margin: 0;
  max-width: 48ch;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--card-gap);
  margin-top: 8px;
}
.method-card {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 28px 24px;
}
.method-card-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
  font-weight: 500;
}
.method-card p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--mute);
  margin: 0 0 14px;
}
.method-card p:last-child {
  margin-bottom: 0;
}
.method-card-examples {
  font-size: 13.5px !important;
  color: var(--dim) !important;
  font-style: italic;
}

/* ── Footer ─────────────────────────────────────────────────────────────── */
.site-foot {
  border-top: 0.5px solid var(--line);
  padding: 72px 0 32px;
  background: var(--bg);
}
.site-foot-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  padding-bottom: 56px;
}
.foot-brand { max-width: 360px; }
.foot-brand .brand-mark { margin-bottom: 12px; }
.foot-brand .brand-word { display: block; font-family: var(--font-display); font-size: 26px; margin-bottom: 14px; }
.foot-tag { color: var(--mute); font-size: 13.5px; line-height: 1.5; margin: 0; }
.foot-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.foot-cols h5 {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 16px;
  font-weight: 600;
}
.foot-cols a {
  display: block;
  color: var(--mute);
  font-size: 13.5px;
  padding: 4px 0;
  transition: color .15s;
}
.foot-cols a:hover { color: var(--ink); }
.foot-fine {
  border-top: 0.5px solid var(--line);
  padding-top: 24px;
  display: flex; justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dim);
}

/* ── REVIEW PAGE ───────────────────────────────────────────────────────── */
.breadcrumb {
  padding: 24px 0 0;
  display: flex; gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dim);
}
.breadcrumb a { color: var(--mute); }
.breadcrumb a:hover { color: var(--accent); }
.crumb-current { color: var(--accent); }

.rv-hero { padding: 40px 0 var(--section-y); }
.rv-hero-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 64px;
  align-items: start;
}
.rv-hero-art { position: sticky; top: 88px; }
.rv-hero-art .bottle-slot { aspect-ratio: 3/4.4; }
.rv-hero-copy { display: flex; flex-direction: column; gap: 18px; }
.rv-brand {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 12px;
}
.rv-title {
  font-size: clamp(48px, 5.6vw, 84px);
  margin: -4px 0 0;
}
.rv-sub { color: var(--dim); font-size: 14px; margin: 0; letter-spacing: 0.01em; }
.rv-verdict {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.35;
  color: var(--ink);
  margin: 12px 0 0;
  max-width: 30ch;
  border-left: 1px solid var(--accent);
  padding-left: 18px;
}
.rv-score-row {
  display: flex; align-items: center; gap: 24px;
  border-top: 0.5px solid var(--line);
  border-bottom: 0.5px solid var(--line);
  padding: 24px 0;
}
.rv-score { display: flex; align-items: baseline; color: var(--accent); }
.rv-score-num { font-family: var(--font-display); font-size: 72px; line-height: 0.9; }
.rv-score-den { font-family: var(--font-mono); font-size: 18px; margin-left: 4px; color: var(--dim); }
.rv-score-tag div:last-child { font-family: var(--font-display); font-size: 22px; margin-top: 4px; }

.rv-buybox-inline {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 24px;
  display: flex; flex-direction: column; gap: 18px;
}
.rv-price-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; }
.rv-price-main { display: flex; align-items: baseline; gap: 10px; }
.rv-price-main s { color: var(--dim); font-size: 16px; }
.rv-price-main strong { font-family: var(--font-display); font-size: 36px; color: var(--accent); font-weight: var(--display-weight); }
.rv-price-meta { display: flex; flex-direction: column; gap: 4px; text-align: right; }
.rv-price-meta span { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mute); }
.rv-save { color: var(--accent) !important; }
.rv-buybox-inline .cta { width: 100%; }

.rv-trust {
  display: flex; gap: 18px; flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}

/* Review sections */
.rv-section { padding: var(--block-gap) 0; }
.rv-section-head { margin-bottom: 32px; }
.rv-h2 { font-size: clamp(28px, 3.2vw, 44px); margin-top: 10px; }

.rv-prose {
  max-width: 720px;
}
.rv-prose .kicker { margin-bottom: 12px; }
.rv-lead {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.35;
  margin: 0 0 24px;
  color: var(--ink);
}
.rv-prose p { font-size: 16px; line-height: 1.65; color: var(--mute); margin: 0 0 18px; }
.rv-prose p strong { color: var(--ink); }
.rv-prose p em { color: var(--accent); font-style: italic; }

/* Notes pyramid */
.notes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--card-gap);
}
.notes-col {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 28px;
}
.notes-col-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 0.5px solid var(--line); }
.notes-tier { font-family: var(--font-display); font-size: 22px; color: var(--accent); }
.notes-when { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mute); }
.notes-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.notes-list li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--ink); }
.notes-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); opacity: 0.5; }

/* Performance */
.perf-list { display: flex; flex-direction: column; gap: 16px; }
.perf-row {
  display: grid;
  grid-template-columns: 140px 1fr 60px 1fr;
  gap: 24px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 0.5px solid var(--line);
}
.perf-row:last-child { border-bottom: 0; }
.perf-k { font-family: var(--font-display); font-size: 18px; color: var(--ink); }
.perf-bar { position: relative; height: 6px; background: var(--surface); border-radius: 1px; overflow: hidden; }
.perf-fill { position: absolute; left: 0; top: 0; bottom: 0; background: linear-gradient(90deg, var(--accent-deep), var(--accent)); }
.perf-ticks { position: absolute; inset: 0; display: flex; }
.perf-ticks i { flex: 1; border-right: 0.5px solid var(--bg); }
.perf-ticks i:last-child { border: 0; }
.perf-v { font-family: var(--font-display); font-size: 22px; color: var(--accent); text-align: center; }
.perf-v i { font-style: normal; color: var(--dim); font-size: 11px; font-family: var(--font-mono); margin-left: 1px; }
.perf-note { font-size: 13.5px; color: var(--mute); }

/* Wear */
.wear-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--card-gap);
}
.wear-card {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 28px;
}
.wear-card h4 {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-size: 24px;
  margin: 0 0 18px;
  color: var(--accent);
}
.wear-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.wear-card li { font-size: 14.5px; line-height: 1.5; color: var(--mute); padding-left: 22px; position: relative; }
.wear-card li::before { content: '—'; position: absolute; left: 0; color: var(--accent); }
.wear-card li strong { color: var(--ink); font-weight: 600; }

/* Buy box */
.buy-list { display: flex; flex-direction: column; }
.buy-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
  border: 0.5px solid var(--line);
  border-bottom: 0;
  background: var(--surface);
  transition: background .15s;
}
.buy-row:last-child { border-bottom: 0.5px solid var(--line); }
.buy-row.is-primary {
  background: linear-gradient(90deg, var(--tint), transparent);
  border-color: var(--accent);
  border-bottom: 0.5px solid var(--accent);
  position: relative;
}
.buy-row.is-primary + .buy-row { border-top: 0; }
.buy-r-name { font-family: var(--font-display); font-size: 22px; color: var(--ink); }
.buy-r-tag { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-top: 4px; }
.buy-price { display: flex; align-items: baseline; gap: 8px; }
.buy-price s { color: var(--dim); font-size: 14px; }
.buy-price strong { font-family: var(--font-display); font-size: 30px; color: var(--accent); font-weight: var(--display-weight); }
.buy-ship { font-size: 13px; color: var(--mute); }
.buy-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px 24px;
}
.buy-action .primary-stack { min-width: 200px; }
.buy-action .cta { width: 100%; }
.buy-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mute);
}
.buy-disclaimer {
  margin-top: 20px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dim);
}

/* Pros / cons */
.proscons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--card-gap); }
.pc-col {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 28px;
}
.pc-col h4 {
  font-family: var(--font-display);
  font-weight: var(--display-weight);
  font-size: 24px;
  margin: 0 0 18px;
}
.pc-pros h4 { color: var(--accent); }
.pc-cons h4 { color: var(--mute); }
.pc-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.pc-col li { font-size: 14.5px; color: var(--ink); padding-left: 28px; position: relative; line-height: 1.5; }
.pc-pros li::before { content: '+'; position: absolute; left: 0; top: -2px; font-size: 22px; color: var(--accent); font-family: var(--font-display); line-height: 1; }
.pc-cons li::before { content: '−'; position: absolute; left: 0; top: -2px; font-size: 22px; color: var(--dim); font-family: var(--font-display); line-height: 1; }

/* Related */
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--card-gap); }
.related-card {
  background: var(--surface);
  border: 0.5px solid var(--line);
  padding: 24px;
  cursor: pointer;
  transition: border-color .2s;
  display: flex; flex-direction: column;
}
.related-card:hover { border-color: var(--accent); }
.related-bottle { margin-bottom: 18px; }
.related-bottle .bottle-slot { aspect-ratio: 1/1; }
.related-kicker {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.related-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--display-weight);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.related-blurb { font-size: 13.5px; color: var(--mute); margin: 0 0 18px; flex: 1; line-height: 1.5; }
.related-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px;
  border-top: 0.5px solid var(--line);
}
.related-score { font-family: var(--font-display); font-size: 22px; color: var(--accent); }

/* ── Tweaks panel additions ────────────────────────────────────────────── */
.pal-chips { display: flex; gap: 6px; }
.pal-chip {
  appearance: none;
  flex: 1;
  height: 46px;
  position: relative;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 0 0 .5px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.06);
  transition: box-shadow .12s, transform .12s;
}
.pal-chip:hover { transform: translateY(-1px); }
.pal-chip.is-on { box-shadow: 0 0 0 1.5px rgba(0,0,0,.85), 0 2px 6px rgba(0,0,0,.15); }
.pal-bg { position: absolute; inset: 0; }
.pal-acc { position: absolute; right: 0; top: 0; bottom: 0; width: 34%; box-shadow: -1px 0 0 rgba(0,0,0,.12); }
.pal-name {
  position: absolute; left: 8px; bottom: 6px;
  font-size: 10px; font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.05em;
  text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

/* Hide unused TweakColor chips from the panel */
.twk-row:has(.twk-chips):first-of-type { display: none; }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .weekly-grid,
  .guides-grid { grid-template-columns: repeat(2, 1fr); }
  .picks-grid, .related-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .hero-ed-grid, .rv-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .rv-hero-art { position: static; max-width: 380px; }
  .editor-bar-inner { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .portrait-slot { margin: 0 auto; }
  .perf-row { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .perf-note { grid-column: 1 / -1; }
  .buy-row { grid-template-columns: 1fr; gap: 12px; }
  .site-foot-inner { grid-template-columns: 1fr; gap: 40px; }
  .foot-fine { flex-direction: column; gap: 8px; }
}
/* ── Mobile (≤640px) — iPhone 14 standard is 390px ───────────────────────── */
@media (max-width: 640px) {
  .container { padding: 0 20px; }

  /* Hide Tweaks — it's a design tool, not for end users */
  .twk-panel { display: none !important; }

  /* All multi-col grids → single column */
  .weekly-grid,
  .picks-grid,
  .related-grid,
  .notes-grid,
  .wear-grid,
  .proscons-grid,
  .guides-grid,
  .guides-grid-compact { grid-template-columns: 1fr; gap: 16px; }
  .method-grid { grid-template-columns: 1fr; }

  /* ── Top nav ─────────────────────────────────────────────────────────── */
  .topnav-inner { height: 60px; gap: 12px; }
  .brand-word { font-size: 19px; }
  .navlinks { display: none; }
  .nav-right { gap: 4px; }
  .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 44px; height: 44px;
    padding: 10px;
    background: transparent;
    border: 0;
    color: var(--ink);
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 22px; height: 1.5px;
    background: currentColor;
    border-radius: 1px;
    transition: transform .2s ease, opacity .2s ease;
    transform-origin: center;
  }
  .hamburger[data-open="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .hamburger[data-open="true"] span:nth-child(2) { opacity: 0; }
  .hamburger[data-open="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

  .mobile-menu[data-open="true"] {
    display: flex;
    flex-direction: column;
    background: var(--bg);
    border-top: 0.5px solid var(--line);
    padding: 8px 20px 24px;
    position: absolute;
    top: 60px; left: 0; right: 0;
    z-index: 49;
  }
  .mobile-menu a {
    padding: 18px 0;
    border-bottom: 0.5px solid var(--line);
    font-family: var(--font-display);
    font-weight: var(--display-weight);
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--ink);
  }
  .mobile-menu a.active { color: var(--accent); }
  .mobile-menu-foot {
    padding-top: 18px;
    display: flex; align-items: center; gap: 10px;
    font-family: var(--font-mono);
    font-size: 10.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--dim);
  }

  /* ── Hero (full-bleed) — large, impactful, stacked ───────────────────── */
  .hero { padding: 28px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-title {
    font-size: clamp(56px, 16vw, 76px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin: 14px 0 22px;
    text-wrap: balance;
  }
  .lead { font-size: 16px; margin-bottom: 24px; }
  .hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 14px 18px;
    padding: 16px 0;
    margin-bottom: 24px;
  }
  .hero-meta .meta-block:last-child { grid-column: 1 / -1; }
  .meta-v { font-size: 14px; }
  .score-inline { font-size: 22px; }

  /* CTAs stack & go full-width, thumb-friendly */
  .hero-cta { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-cta .cta { width: 100%; }
  .hero-cta .text-link { align-self: center; padding: 8px 0; }
  .primary-stack { width: 100%; align-items: stretch; }
  .primary-stack .cta { width: 100%; }
  .alt-retailer-link { align-self: center; }

  /* All primary CTAs full-width on mobile, min 52px tall (>48px requirement) */
  .cta-lg { min-height: 52px; padding: 17px 22px; font-size: 15px; }
  .cta-md { min-height: 48px; padding: 14px 18px; }
  .rv-buybox-inline .cta,
  .big-cta .cta,
  .buy-action .cta { width: 100%; }

  /* Bottle art — centered and capped */
  .hero-art { display: flex; justify-content: center; }
  .hero-bottle-wrap { width: 100%; max-width: 320px; }

  /* Score badge stays prominent but tucks closer to corner */
  .hero-badge {
    width: 86px; height: 86px;
    top: 10px; right: 6px;
  }
  .badge-num { font-size: 28px; }
  .badge-lbl { font-size: 7.5px; margin-top: 3px; }

  .hero-trust { font-size: 10px; line-height: 1.4; }

  /* ── Editorial hero ──────────────────────────────────────────────────── */
  .hero-ed { padding-top: 36px; }
  .hero-ed-top { margin-bottom: 32px; }
  .hero-ed-title { font-size: clamp(40px, 11vw, 56px); line-height: 1; }
  .hero-ed-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 32px; }
  .hero-ed-feature { display: flex; justify-content: center; }
  .hero-ed-feature .bottle-slot { max-width: 320px; }
  .hero-ed-name h2 { font-size: 48px; }
  .hero-ed-stats { gap: 8px; padding: 14px 0; }
  .hero-ed-stats span { font-size: 20px; }
  .hero-ed-stats label { font-size: 9px; letter-spacing: 0.1em; }

  /* ── Section heads ───────────────────────────────────────────────────── */
  .section { padding: 56px 0; }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }
  .section-title { font-size: 30px; }
  .section-link { padding-bottom: 0; }

  /* ── Cards ───────────────────────────────────────────────────────────── */
  .weekly-card { padding: 18px; }
  .weekly-bottle { margin-bottom: 14px; }
  .weekly-name { font-size: 22px; }
  .pick-card { padding: 20px; }
  .pick-name { font-size: 24px; }
  .pick-foot { flex-direction: column; align-items: stretch; gap: 12px; }
  .pick-foot .cta { width: 100%; min-height: 44px; }
  .related-card { padding: 20px; }
  .related-name { font-size: 22px; }
  .related-foot { flex-direction: column; align-items: stretch; gap: 12px; }
  .related-foot .cta { width: 100%; min-height: 44px; }

  /* ── Research / editor bar ───────────────────────────────────────────── */
  .editor-bar { padding: 56px 0; }
  .editor-bar-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .editor-portrait { display: flex; justify-content: center; }
  .portrait-slot { width: 160px; height: 160px; }
  .editor-title { font-size: 28px; }
  .editor-bio { font-size: 14.5px; }
  .editor-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    justify-items: center;
  }
  .editor-stat-k { font-size: 24px; }
  .editor-stat-v { font-size: 9.5px; }

  /* ── Big CTA ─────────────────────────────────────────────────────────── */
  .big-cta { padding: 56px 0; }
  .big-cta-title { font-size: clamp(34px, 9vw, 44px); }
  .big-cta-sub { font-size: 15px; }
  .big-cta-inner .cta { width: 100%; }

  /* ── Footer ──────────────────────────────────────────────────────────── */
  .site-foot { padding: 48px 0 28px; }
  .site-foot-inner { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
  .foot-cols { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
  .foot-fine { flex-direction: column; gap: 8px; align-items: flex-start; line-height: 1.5; }
  .foot-fine span { font-size: 10px; }

  /* ── Review page ─────────────────────────────────────────────────────── */
  .breadcrumb { padding-top: 16px; font-size: 10px; flex-wrap: wrap; }
  .rv-hero { padding: 24px 0 56px; }
  .rv-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .rv-hero-art { position: static; max-width: 320px; margin: 0 auto; width: 100%; }
  .rv-title { font-size: clamp(42px, 12vw, 56px); line-height: 1; }
  .rv-verdict { font-size: 18px; padding-left: 14px; }
  .rv-score-row { gap: 18px; padding: 18px 0; }
  .rv-score-num { font-size: 56px; }
  .rv-score-tag div:last-child { font-size: 18px; }

  .rv-buybox-inline { padding: 18px; gap: 14px; }
  .rv-price-main strong { font-size: 30px; }
  .rv-price-meta { text-align: left; }
  .rv-trust { gap: 10px; font-size: 9.5px; }

  .rv-section { padding: 32px 0; }
  .rv-h2 { font-size: 26px; }
  .rv-lead { font-size: 20px; line-height: 1.4; }
  .rv-prose p { font-size: 15px; }

  /* Notes / wear / pros-cons cards */
  .notes-col, .wear-card, .pc-col { padding: 22px; }
  .notes-tier { font-size: 20px; }
  .wear-card h4, .pc-col h4 { font-size: 22px; }

  /* Performance rows stack */
  .perf-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
  .perf-k { font-size: 16px; }
  .perf-v { text-align: left; font-size: 20px; }
  .perf-note { font-size: 13px; }

  /* Buy box rows stack */
  .buy-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 18px;
  }
  .buy-row.is-primary { padding: 22px 18px; }
  .buy-r-name { font-size: 18px; }
  .buy-price strong { font-size: 26px; }
  .buy-action .cta { min-height: 48px; }
  .buy-disclaimer { font-size: 9.5px; line-height: 1.5; }
}

/* Extra-small screens (≤360px) — tighten further */
@media (max-width: 360px) {
  .container { padding: 0 16px; }
  .hero-title { font-size: clamp(48px, 14vw, 60px); }
  .rv-title { font-size: 38px; }
  .section-title { font-size: 26px; }
  .editor-stats { grid-template-columns: 1fr 1fr; gap: 16px 12px; }
}
