@charset "UTF-8";
/* ═══════════════════════════════════════════════════
   style.css — Vinora · Wine & Cellar Accessories
   Prefix: vnr-   |  Theme: deep bordeaux / cream / brass
   Display: Cormorant Garamond (reserved)  ·  Body: Outfit
   Header archetype C (two rows) · Hero archetype 5 (editorial)
   ═══════════════════════════════════════════════════ */

:root {
  /* palette */
  --bordeaux:      #4a1020;   /* deep wine */
  --bordeaux-2:    #5e1428;   /* lifted wine */
  --bordeaux-deep: #340a16;   /* near-black wine */
  --cream:         #f6efe2;   /* warm cream paper */
  --cream-2:       #efe5d2;   /* darker cream */
  --ink:           #2a1118;   /* text on cream */
  --ink-soft:      #6c5560;   /* muted text on cream */
  --brass:         #c8a45c;   /* brass / gold accent */
  --brass-deep:    #a8843f;
  --line-cream:    #e2d4bd;   /* hairline on cream */
  --line-wine:     rgba(200,164,92,0.26); /* hairline on wine */
  --rose:          #b9818c;   /* dusty rose, sparing */

  --ff-display: "Cormorant Garamond", "Hoefler Text", Georgia, serif;
  --ff-body:    "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ff-mono:    "Outfit", system-ui, sans-serif;

  --maxw: 1280px;
  --shadow-soft: 0 18px 50px -28px rgba(52,10,22,0.55);
  --shadow-card: 0 22px 60px -34px rgba(52,10,22,0.45);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-weight: 350;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--ff-display); font-weight: 600; line-height: 1.04; letter-spacing: -0.01em; }
button { font-family: inherit; cursor: pointer; }

.vnr-container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.6rem); }

/* ── Eyebrow / label ── */
.vnr-eyebrow {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin: 0 0 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.vnr-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brass); display: inline-block; }

/* ═══════════ ANNOUNCEMENT BAR ═══════════ */
.vnr-announce {
  background: var(--bordeaux-deep);
  color: var(--cream);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px solid var(--line-wine);
}
.vnr-announce-track {
  display: flex; gap: 3.5rem; width: max-content;
  padding: 0.55rem 0;
  animation: vnr-marquee 34s linear infinite;
}
.vnr-announce-item { display: inline-flex; align-items: center; gap: 0.7rem; color: rgba(246,239,226,0.82); }
.vnr-announce-item::before { content: "✦"; color: var(--brass); font-size: 0.7rem; }
@keyframes vnr-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .vnr-announce-track { animation: none; } }

/* ═══════════ HEADER — archetype D: cluster-left, single rail ═══════════ */
.vnr-head {
  position: sticky; top: 0; z-index: 60;
  background: var(--bordeaux-deep);
  color: var(--cream);
  border-bottom: 1px solid var(--line-wine);
  transition: padding .3s ease, background .3s ease, box-shadow .3s ease;
}
.vnr-head-rail {
  display: flex; align-items: center; justify-content: space-between; gap: 1.4rem;
  padding: 1.15rem clamp(1.1rem, 4vw, 2.8rem);
  max-width: 1340px; margin: 0 auto;
  transition: padding .3s ease;
}
.vnr-head.is-stuck { background: rgba(35,8,16,0.92); backdrop-filter: blur(10px); box-shadow: 0 14px 40px -26px rgba(0,0,0,0.85); }
.vnr-head.is-stuck .vnr-head-rail { padding-top: 0.7rem; padding-bottom: 0.7rem; }

/* left cluster: brand + inline nav */
.vnr-head-cluster { display: flex; align-items: center; gap: clamp(1.4rem, 3.4vw, 3rem); min-width: 0; }
.vnr-brand { display: inline-flex; align-items: center; gap: 0.7rem; color: var(--cream); }
.vnr-brand-mark {
  width: 38px; height: 38px; flex-shrink: 0;
  border: 1px solid var(--brass); border-radius: 50%;
  display: grid; place-items: center; background: rgba(200,164,92,0.08);
}
.vnr-brand-mark svg { width: 21px; height: 21px; fill: none; stroke: var(--brass); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.vnr-brand-word {
  font-family: var(--ff-display); font-weight: 600;
  font-size: clamp(1.5rem, 2.6vw, 1.95rem); letter-spacing: 0.05em; line-height: 0.92;
  color: var(--cream); display: inline-flex; flex-direction: column;
}
.vnr-brand-sub {
  font-family: var(--ff-body); font-size: 0.5rem; letter-spacing: 0.36em; text-transform: uppercase;
  color: var(--brass); font-weight: 600; margin-top: 0.15rem;
}
.vnr-nav { display: flex; align-items: center; gap: clamp(0.9rem, 1.9vw, 1.8rem); }
.vnr-nav-link {
  font-family: var(--ff-body);
  font-size: 0.73rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(246,239,226,0.72); font-weight: 500;
  padding: 0.3rem 0; position: relative; white-space: nowrap;
  transition: color .2s;
}
.vnr-nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -0.3rem; height: 1.5px;
  background: var(--brass); transform: scaleX(0); transition: transform .25s; transform-origin: left;
}
.vnr-nav-link:hover, .vnr-nav-link.is-active { color: var(--cream); }
.vnr-nav-link:hover::after, .vnr-nav-link.is-active::after { transform: scaleX(1); }

/* actions hard right */
.vnr-head-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.vnr-icon-btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: transparent; border: 1px solid var(--line-wine);
  color: var(--cream); display: grid; place-items: center; position: relative;
  transition: background .2s, border-color .2s, color .2s;
}
.vnr-icon-btn:hover { background: rgba(200,164,92,0.14); border-color: var(--brass); color: var(--brass); }
.vnr-icon-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
/* cart badge — BRASS DIAMOND/SHIELD (broken from the shared circle) */
.rst-cart-badge {
  position: absolute; top: -6px; right: -6px;
  min-width: 20px; height: 20px; padding: 0 3px;
  background: var(--brass); color: var(--bordeaux-deep);
  font-family: var(--ff-body); font-size: 0.64rem; font-weight: 800;
  display: grid; place-items: center; line-height: 1;
  border-radius: 4px;
  clip-path: polygon(50% 0%, 100% 35%, 82% 100%, 18% 100%, 0% 35%);
  filter: drop-shadow(0 1px 2px rgba(52,10,22,0.5));
}

.vnr-hamburger { display: none; width: 40px; height: 40px; border: 1px solid var(--line-wine); border-radius: 50%; background: transparent; flex-direction: column; gap: 4px; align-items: center; justify-content: center; }
.vnr-hamburger span { width: 17px; height: 1.7px; background: var(--cream); transition: .25s; }
.vnr-hamburger.is-open span:nth-child(1) { transform: translateY(5.7px) rotate(45deg); }
.vnr-hamburger.is-open span:nth-child(2) { opacity: 0; }
.vnr-hamburger.is-open span:nth-child(3) { transform: translateY(-5.7px) rotate(-45deg); }

/* mobile nav panel */
.vnr-mobile-nav {
  position: fixed; inset: 0; z-index: 70;
  background: var(--bordeaux); color: var(--cream);
  flex-direction: column; align-items: center; justify-content: center; gap: 1.4rem;
  display: none; opacity: 0; transition: opacity .25s;
}
.vnr-mobile-nav.is-open { display: flex; opacity: 1; }
.vnr-mobile-nav a { font-family: var(--ff-display); font-size: 2rem; color: var(--cream); }
.vnr-mobile-nav a:hover { color: var(--brass); }
.vnr-mobile-close { position: absolute; top: 1.4rem; right: 1.5rem; font-size: 2rem; background: none; border: none; color: var(--cream); }

/* ═══════════ HERO — archetype 2: full-bleed immersive cellar ═══════════ */
.vnr-hero {
  position: relative; overflow: hidden;
  background: var(--bordeaux-deep); color: var(--cream);
  min-height: clamp(560px, 86vh, 860px);
  display: flex; align-items: flex-end;
  padding: clamp(2.6rem, 6vw, 5rem) 0 clamp(2.4rem, 5vw, 4rem);
}
.vnr-hero-media { position: absolute; inset: 0; z-index: 0; }
.vnr-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; transform: scale(1.12); will-change: transform; }
/* warm low-cellar scrim — deep bordeaux from the bottom + left, lifting toward a glow top-right */
.vnr-hero-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(35,8,16,0.62) 0%, rgba(35,8,16,0.22) 30%, rgba(35,8,16,0.55) 70%, rgba(35,8,16,0.93) 100%),
    linear-gradient(80deg, rgba(52,10,22,0.86) 0%, rgba(52,10,22,0.30) 46%, rgba(52,10,22,0) 72%),
    radial-gradient(60% 60% at 82% 22%, rgba(200,164,92,0.20), transparent 70%);
}
.vnr-hero-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.5; mix-blend-mode: overlay;
  background-image: radial-gradient(rgba(255,255,255,0.05) 0.5px, transparent 0.6px);
  background-size: 3px 3px;
}
.vnr-hero-inner { position: relative; z-index: 3; width: 100%; max-width: 1340px; }

/* crest / seal SVG — the visual hook */
.vnr-crest {
  width: clamp(86px, 11vw, 128px); height: clamp(86px, 11vw, 128px);
  color: var(--brass); margin-bottom: 1.3rem;
  filter: drop-shadow(0 6px 20px rgba(0,0,0,0.4));
  animation: vnr-crest-in 1s ease both;
}
.vnr-crest svg { width: 100%; height: 100%; }
.vnr-crest-txt { font-family: var(--ff-body); font-size: 6.4px; letter-spacing: 1.8px; fill: var(--brass); text-transform: uppercase; }
@keyframes vnr-crest-in { from { opacity: 0; transform: scale(0.8) rotate(-8deg); } to { opacity: 1; transform: none; } }

.vnr-hero-eyebrow { color: var(--brass); }
.vnr-hero-eyebrow::before { background: var(--brass); }
.vnr-hero-title {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 8.4vw, 6.8rem);
  font-weight: 600; line-height: 0.94; letter-spacing: -0.02em;
  margin: 0.3rem 0 0; color: var(--cream);
  text-shadow: 0 4px 30px rgba(0,0,0,0.4);
  max-width: 14ch;
}
.vnr-hero-title em { font-style: italic; color: var(--brass); }
.vnr-hero-lede {
  font-family: var(--ff-body); font-weight: 350;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  color: rgba(246,239,226,0.9);
  max-width: 56ch; margin: 1.4rem 0 0;
  text-shadow: 0 2px 16px rgba(0,0,0,0.45);
}
.vnr-hero-ctas { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.vnr-btn-glass {
  background: rgba(246,239,226,0.08); color: var(--cream);
  border-color: rgba(246,239,226,0.4); backdrop-filter: blur(6px);
}
.vnr-btn-glass:hover { border-color: var(--brass); color: var(--brass); background: rgba(200,164,92,0.12); }

/* hero stat strip */
.vnr-hero-stats {
  display: flex; flex-wrap: wrap; gap: clamp(1.6rem, 4vw, 3.4rem);
  margin-top: clamp(2.2rem, 4vw, 3rem);
  padding-top: 1.6rem; border-top: 1px solid var(--line-wine);
  max-width: 680px;
}
.vnr-hero-stat { display: flex; flex-direction: column; gap: 0.2rem; }
.vnr-hero-stat-n { font-family: var(--ff-display); font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 600; color: var(--brass); line-height: 1; }
.vnr-hero-stat-l { font-family: var(--ff-body); font-size: 0.74rem; letter-spacing: 0.04em; color: rgba(246,239,226,0.78); }

/* floating tasting tag — luggage-style swing tag pinned top-right of hero */
.vnr-tasting-tag {
  position: absolute; z-index: 4; top: clamp(2rem, 6vw, 4.4rem); right: clamp(1.1rem, 4vw, 3rem);
  width: clamp(168px, 20vw, 212px);
  background: rgba(246,239,226,0.96); color: var(--ink);
  border-radius: 6px; padding: 1rem 1.1rem 1.1rem;
  box-shadow: 0 26px 60px -28px rgba(0,0,0,0.7);
  display: flex; flex-direction: column; gap: 0.25rem;
  transform: rotate(2.2deg); transition: transform .35s ease, box-shadow .35s ease;
  border: 1px solid rgba(200,164,92,0.5);
}
.vnr-tasting-tag::before {
  content: ""; position: absolute; top: 12px; left: 14px; width: 9px; height: 9px;
  border-radius: 50%; background: transparent; border: 1.5px solid var(--brass-deep);
}
.vnr-tasting-tag:hover { transform: rotate(0deg) translateY(-3px); box-shadow: 0 30px 70px -26px rgba(0,0,0,0.78); }
.vnr-tasting-tag-no { align-self: flex-end; font-family: var(--ff-body); font-size: 0.6rem; letter-spacing: 0.2em; color: var(--brass-deep); font-weight: 700; }
.vnr-tasting-tag-name { font-family: var(--ff-display); font-size: 1.34rem; color: var(--bordeaux); line-height: 1.05; margin-top: 0.4rem; }
.vnr-tasting-tag-meta { font-family: var(--ff-body); font-size: 0.7rem; letter-spacing: 0.03em; color: var(--ink-soft); }
.vnr-tasting-tag-pin { display: none; }

/* ── Buttons ── */
.vnr-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--ff-body); font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 0.92rem 1.7rem; border-radius: 2px; border: 1px solid transparent;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
  cursor: pointer;
}
.vnr-btn:active { transform: translateY(1px); }
.vnr-btn-brass { background: var(--brass); color: var(--bordeaux-deep); border-color: var(--brass); }
.vnr-btn-brass:hover { background: var(--cream); border-color: var(--cream); }
.vnr-btn-ghost { background: transparent; color: var(--cream); border-color: var(--line-wine); }
.vnr-btn-ghost:hover { border-color: var(--brass); color: var(--brass); }
.vnr-btn-wine { background: var(--bordeaux); color: var(--cream); border-color: var(--bordeaux); }
.vnr-btn-wine:hover { background: var(--bordeaux-2); }
.vnr-btn-outline { background: transparent; color: var(--bordeaux); border-color: var(--bordeaux); }
.vnr-btn-outline:hover { background: var(--bordeaux); color: var(--cream); }
.vnr-btn-sm { padding: 0.6rem 1.1rem; font-size: 0.68rem; }

/* ═══════════ SECTION TITLES ═══════════ */
.vnr-section { padding: clamp(3.4rem, 7vw, 6rem) 0; }
.vnr-section-head { margin-bottom: clamp(1.8rem, 3vw, 2.8rem); }
.vnr-section-title { font-size: clamp(2rem, 4.5vw, 3.2rem); color: var(--bordeaux); }
.vnr-section-title em { font-style: italic; color: var(--brass-deep); }
.vnr-section-intro { font-family: var(--ff-body); color: var(--ink-soft); max-width: 560px; margin-top: 0.8rem; }
.vnr-section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }

/* ═══════════ PRODUCT CARDS ═══════════ */
.vnr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: clamp(1.1rem, 2.4vw, 1.9rem); }
.vnr-card {
  background: #fff; border: 1px solid var(--line-cream);
  border-radius: 4px; overflow: hidden; display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.vnr-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); border-color: var(--brass); }
.vnr-card-img {
  aspect-ratio: 1/1; overflow: hidden; background: var(--cream-2); position: relative;
}
.vnr-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.vnr-card:hover .vnr-card-img img { transform: scale(1.05); }
.vnr-card-cap {
  position: absolute; left: 0; top: 0.9rem; z-index: 2;
  background: var(--bordeaux); color: var(--cream);
  font-family: var(--ff-body); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.32rem 0.8rem 0.32rem 0.7rem; border-radius: 0 2px 2px 0;
}
/* region / wine-style badge — bottom-left of the image, on a translucent slab */
.vnr-card-region {
  position: absolute; left: 0.8rem; bottom: 0.8rem; right: 0.8rem; z-index: 2;
  font-family: var(--ff-body); font-size: 0.66rem; letter-spacing: 0.05em; font-weight: 600;
  color: var(--cream);
  background: linear-gradient(180deg, rgba(52,10,22,0), rgba(35,10,18,0.78));
  padding: 0.9rem 0.7rem 0.42rem; border-radius: 3px;
  display: flex; align-items: center; gap: 0.4rem;
  opacity: 0; transform: translateY(6px); transition: opacity .35s, transform .35s;
}
.vnr-card-region::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); flex-shrink: 0; }
.vnr-card:hover .vnr-card-region { opacity: 1; transform: none; }
.vnr-card-img::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(35,10,18,0.18)); opacity: 0; transition: opacity .35s;
}
.vnr-card:hover .vnr-card-img::after { opacity: 1; }
.vnr-card-body { padding: 1.25rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 0.55rem; flex: 1; }
.vnr-card-name { font-size: 1.32rem; color: var(--ink); line-height: 1.08; }
.vnr-card-name a:hover { color: var(--bordeaux); }
.vnr-card-short { font-family: var(--ff-body); font-size: 0.85rem; color: var(--ink-soft); line-height: 1.55; flex: 1; }
.vnr-card-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.vnr-chip {
  font-family: var(--ff-body); font-size: 0.64rem; letter-spacing: 0.08em;
  color: var(--bordeaux); background: var(--cream); border: 1px solid var(--line-cream);
  padding: 0.22rem 0.6rem; border-radius: 20px;
}
.vnr-chip-brass { background: rgba(200,164,92,0.16); border-color: rgba(200,164,92,0.4); color: var(--brass-deep); }
.vnr-card-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 0.8rem;
  margin-top: 0.55rem; padding-top: 0.85rem; border-top: 1px solid var(--line-cream);
}
.vnr-price { font-family: var(--ff-display); font-size: 1.5rem; font-weight: 600; color: var(--bordeaux); line-height: 1; }
.vnr-price-unit { font-family: var(--ff-body); font-size: 0.7rem; color: var(--ink-soft); display: block; margin-top: 0.15rem; letter-spacing: 0.04em; }

/* spec mini-row on card */
.vnr-card-meta { display: flex; gap: 0.9rem; font-family: var(--ff-body); font-size: 0.7rem; color: var(--ink-soft); }
.vnr-card-meta b { color: var(--ink); font-weight: 600; }

/* ═══════════ "CELLAR / EDITORIAL" SPLIT BAND ═══════════ */
.vnr-band { background: var(--bordeaux); color: var(--cream); }
.vnr-band-inner {
  display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: stretch;
  max-width: var(--maxw); margin: 0 auto; min-height: 460px;
}
.vnr-band-text { padding: clamp(2.6rem, 5vw, 4.6rem) clamp(1.4rem, 4vw, 3.4rem); display: flex; flex-direction: column; justify-content: center; }
.vnr-band-text h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--cream); }
.vnr-band-text h2 em { color: var(--brass); font-style: italic; }
.vnr-band-text p { font-family: var(--ff-body); color: rgba(246,239,226,0.82); margin: 1.1rem 0 0; max-width: 460px; }
.vnr-band-points { list-style: none; padding: 0; margin: 1.6rem 0 2rem; display: flex; flex-direction: column; gap: 0.7rem; }
.vnr-band-points li { font-family: var(--ff-body); font-size: 0.92rem; display: flex; gap: 0.7rem; align-items: baseline; color: rgba(246,239,226,0.9); }
.vnr-band-points li::before { content: "✦"; color: var(--brass); font-size: 0.72rem; }
.vnr-band-img { position: relative; overflow: hidden; min-height: 320px; }
.vnr-band-img img { width: 100%; height: 100%; object-fit: cover; }

/* ═══════════ "SERVICE STEPS" frieze ═══════════ */
.vnr-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line-cream); border-radius: 4px; overflow: hidden; background: #fff; }
.vnr-step { padding: 1.8rem 1.5rem; border-right: 1px solid var(--line-cream); display: flex; flex-direction: column; gap: 0.6rem; }
.vnr-step:last-child { border-right: none; }
.vnr-step-no { font-family: var(--ff-display); font-size: 2.4rem; color: var(--brass); line-height: 1; }
.vnr-step-title { font-family: var(--ff-display); font-size: 1.3rem; color: var(--bordeaux); }
.vnr-step-desc { font-family: var(--ff-body); font-size: 0.84rem; color: var(--ink-soft); }

/* ═══════════ REGIONS / TASTE GRID (index editorial) ═══════════ */
.vnr-regions { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.1rem; }
.vnr-region {
  background: #fff; border: 1px solid var(--line-cream); border-radius: 4px; padding: 1.5rem 1.5rem 1.6rem;
  position: relative; overflow: hidden;
}
.vnr-region::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--bordeaux), var(--brass)); }
.vnr-region-name { font-family: var(--ff-display); font-size: 1.5rem; color: var(--bordeaux); }
.vnr-region-meta { font-family: var(--ff-body); font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.5rem; line-height: 1.7; }
.vnr-region-meta span { color: var(--ink); font-weight: 600; }

/* ═══════════ SECTION-HEAD VARIANTS ═══════════ */
.vnr-section-head--center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }
.vnr-section-head--center .vnr-eyebrow { justify-content: center; }
.vnr-section-head--center .vnr-section-intro { margin-left: auto; margin-right: auto; }
.vnr-eyebrow--light { color: var(--brass); }
.vnr-eyebrow--light::before { background: var(--brass); }
.vnr-title-light { color: var(--cream) !important; }
.vnr-title-light em { color: var(--brass) !important; }
.vnr-intro-light { color: rgba(246,239,226,0.82) !important; }

/* ═══════════ FIND-BY-STYLE — wheel + style selector (the hook) ═══════════ */
.vnr-style-section { background: var(--cream-2); }
.vnr-wheel-wrap {
  display: grid; grid-template-columns: minmax(220px, 0.78fr) 1.22fr;
  gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center;
}
.vnr-wheel { position: relative; width: 100%; max-width: 340px; margin: 0 auto; aspect-ratio: 1/1; }
.vnr-wheel svg { width: 100%; height: 100%; filter: drop-shadow(0 24px 50px -26px rgba(52,10,22,0.6)); animation: vnr-spin 80s linear infinite; }
@keyframes vnr-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .vnr-wheel svg { animation: none; } }
.vnr-wheel-label {
  position: absolute; font-family: var(--ff-body); font-size: 0.64rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--bordeaux);
  background: var(--cream); padding: 0.2rem 0.55rem; border-radius: 20px; border: 1px solid var(--line-cream);
  white-space: nowrap;
}
.vnr-wheel-label--n { top: -0.6rem; left: 50%; transform: translateX(-50%); }
.vnr-wheel-label--e { right: -0.8rem; top: 50%; transform: translateY(-50%); }
.vnr-wheel-label--s { bottom: -0.6rem; left: 50%; transform: translateX(-50%); }
.vnr-wheel-label--w { left: -0.8rem; top: 50%; transform: translateY(-50%); }

.vnr-style-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
.vnr-style-card {
  display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.3rem;
  background: #fff; border: 1px solid var(--line-cream); border-radius: 5px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
  transition-delay: var(--sd, 0ms); position: relative; overflow: hidden;
}
.vnr-style-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--brass); }
.vnr-style-swatch { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: var(--sw, var(--bordeaux)); box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5), 0 4px 12px -4px rgba(0,0,0,0.4); }
.vnr-style-name { font-family: var(--ff-display); font-size: 1.4rem; color: var(--bordeaux); line-height: 1; }
.vnr-style-meta { font-family: var(--ff-body); font-size: 0.78rem; color: var(--ink-soft); margin-top: 0.3rem; line-height: 1.5; }
.vnr-style-arrow { margin-left: auto; color: var(--brass-deep); font-size: 1.1rem; transition: transform .3s; flex-shrink: 0; }
.vnr-style-card:hover .vnr-style-arrow { transform: translateX(4px); }

/* ═══════════ PAIRINGS — accords mets & vins (dark band, rich cards) ═══════════ */
.vnr-pairings { background: var(--bordeaux); color: var(--cream); padding: clamp(3.4rem, 7vw, 6rem) 0; position: relative; overflow: hidden; }
.vnr-pairings::before { content: ""; position: absolute; top: -20%; left: -8%; width: 46%; height: 140%; background: radial-gradient(closest-side, rgba(200,164,92,0.12), transparent 70%); pointer-events: none; }
.vnr-pairings-head { position: relative; z-index: 2; margin-bottom: clamp(2rem, 3.4vw, 3rem); }
.vnr-pairing-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 1.5rem); }
.vnr-pairing {
  background: linear-gradient(180deg, rgba(94,20,40,0.7), rgba(52,10,22,0.5));
  border: 1px solid var(--line-wine); border-radius: 6px;
  padding: 1.7rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.5rem;
  transition: transform .3s, border-color .3s, background .3s;
}
.vnr-pairing:hover { transform: translateY(-5px); border-color: var(--brass); background: linear-gradient(180deg, rgba(94,20,40,0.92), rgba(52,10,22,0.7)); }
.vnr-pairing-glyph { width: 48px; height: 48px; margin-bottom: 0.4rem; }
.vnr-pairing-glyph svg { width: 100%; height: 100%; fill: none; stroke: var(--brass); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.vnr-pairing-wine { font-family: var(--ff-body); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); font-weight: 600; }
.vnr-pairing-plate { font-family: var(--ff-display); font-size: 1.5rem; color: var(--cream); line-height: 1.05; }
.vnr-pairing-desc { font-family: var(--ff-body); font-size: 0.83rem; color: rgba(246,239,226,0.78); line-height: 1.55; flex: 1; margin-top: 0.2rem; }
.vnr-pairing-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.7rem; }
.vnr-pairing .vnr-chip-brass { background: rgba(200,164,92,0.16); border-color: rgba(200,164,92,0.45); color: var(--brass); }

/* ═══════════ SOMMELIER EDITORIAL — image + pull-quote ═══════════ */
.vnr-somm { background: var(--cream); padding: clamp(3.4rem, 7vw, 6rem) 0; }
.vnr-somm-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.vnr-somm-media { position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-card); }
.vnr-somm-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); will-change: transform; }
.vnr-somm-stamp { position: absolute; bottom: 1.2rem; right: 1.2rem; width: clamp(78px, 9vw, 104px); height: clamp(78px, 9vw, 104px); color: var(--cream); background: rgba(52,10,22,0.55); border-radius: 50%; backdrop-filter: blur(3px); padding: 6px; }
.vnr-somm-stamp svg { width: 100%; height: 100%; }
.vnr-stamp-txt { font-family: var(--ff-body); font-size: 6px; letter-spacing: 1.3px; fill: var(--cream); }
.vnr-somm-quote { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.18; color: var(--bordeaux); margin: 1rem 0 0; font-weight: 500; }
.vnr-somm-quote em { color: var(--brass-deep); font-style: italic; }
.vnr-somm-attr { font-family: var(--ff-body); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-deep); margin: 1rem 0 0; }
.vnr-somm-body { font-family: var(--ff-body); color: var(--ink-soft); line-height: 1.7; margin: 1.3rem 0 1.6rem; max-width: 46ch; }

/* ═══════════ LA CAVE EN CHIFFRES — figures / process band ═══════════ */
.vnr-figures { background: var(--bordeaux-deep); color: var(--cream); padding: clamp(3.4rem, 7vw, 6rem) 0; }
.vnr-figures-head { margin-bottom: clamp(2rem, 3.4vw, 3rem); }
.vnr-figures-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line-wine); border-radius: 6px; overflow: hidden; }
.vnr-figure { padding: 2rem 1.6rem; border-right: 1px solid var(--line-wine); display: flex; flex-direction: column; gap: 0.55rem; position: relative; transition: background .3s; }
.vnr-figure:last-child { border-right: none; }
.vnr-figure:hover { background: rgba(200,164,92,0.06); }
.vnr-figure-no { font-family: var(--ff-display); font-size: 2.8rem; font-weight: 600; color: var(--brass); line-height: 1; opacity: 0.92; }
.vnr-figure-t { font-family: var(--ff-display); font-size: 1.4rem; color: var(--cream); }
.vnr-figure-d { font-family: var(--ff-body); font-size: 0.84rem; color: rgba(246,239,226,0.74); line-height: 1.55; }

/* ═══════════ NEWSLETTER ═══════════ */
.vnr-news { background: var(--bordeaux-deep); color: var(--cream); text-align: center; }
.vnr-news-inner { max-width: 600px; margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) 1.4rem; }
.vnr-news h2 { font-size: clamp(2rem, 4vw, 3rem); color: var(--cream); }
.vnr-news h2 em { color: var(--brass); font-style: italic; }
.vnr-news p { font-family: var(--ff-body); color: rgba(246,239,226,0.8); margin: 1rem 0 1.8rem; }
.vnr-news-form { display: flex; gap: 0.6rem; flex-wrap: wrap; justify-content: center; }
.vnr-news-input {
  flex: 1; min-width: 240px; padding: 0.9rem 1.2rem; border-radius: 2px;
  border: 1px solid var(--line-wine); background: rgba(246,239,226,0.06); color: var(--cream);
  font-family: var(--ff-body); font-size: 0.9rem;
}
.vnr-news-input::placeholder { color: rgba(246,239,226,0.45); }
.vnr-news-input:focus { outline: none; border-color: var(--brass); }
.vnr-news-fine { font-family: var(--ff-body); font-size: 0.74rem; color: rgba(246,239,226,0.55); margin-top: 1rem; }

/* ═══════════ FOOTER ═══════════ */
.vnr-foot { background: var(--bordeaux); color: var(--cream); padding: clamp(3rem, 5vw, 4.5rem) 0 2rem; border-top: 3px solid var(--brass); }
.vnr-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 2rem; max-width: var(--maxw); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2.6rem); }
.vnr-foot-brand { font-family: var(--ff-display); font-size: 1.9rem; color: var(--cream); letter-spacing: 0.05em; }
.vnr-foot-tag { font-family: var(--ff-body); font-size: 0.86rem; color: rgba(246,239,226,0.74); margin: 0.6rem 0 1rem; max-width: 280px; }
.vnr-foot-addr { font-family: var(--ff-body); font-style: normal; font-size: 0.8rem; color: rgba(246,239,226,0.6); line-height: 1.7; }
.vnr-foot-col h4 { font-family: var(--ff-body); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); margin-bottom: 0.9rem; }
.vnr-foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.vnr-foot-col a { font-family: var(--ff-body); font-size: 0.84rem; color: rgba(246,239,226,0.72); }
.vnr-foot-col a:hover { color: var(--brass); }
.vnr-foot-lang { display: flex; gap: 0.4rem; align-items: center; justify-content: center; flex-wrap: wrap; max-width: var(--maxw); margin: 2.4rem auto 0; padding: 1.6rem clamp(1.1rem, 4vw, 2.6rem) 0; border-top: 1px solid var(--line-wine); }
.vnr-foot-lang-label { font-family: var(--ff-body); font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(246,239,226,0.4); margin-right: 0.4rem; }
.vnr-lang-btn { font-family: var(--ff-body); font-size: 0.72rem; letter-spacing: 0.1em; padding: 0.34rem 0.7rem; border-radius: 2px; background: transparent; border: 1px solid var(--line-wine); color: rgba(246,239,226,0.7); }
.vnr-lang-btn:hover { border-color: var(--brass); color: var(--brass); }
.vnr-lang-btn.is-active { background: var(--brass); color: var(--bordeaux-deep); border-color: var(--brass); font-weight: 700; }
.vnr-foot-fine { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; max-width: var(--maxw); margin: 1.4rem auto 0; padding: 0 clamp(1.1rem, 4vw, 2.6rem); font-family: var(--ff-body); font-size: 0.74rem; color: rgba(246,239,226,0.5); }
.vnr-foot-fine a { color: rgba(246,239,226,0.6); margin-left: 1rem; }
.vnr-foot-fine a:hover { color: var(--brass); }

/* ═══════════ CART DRAWER + OVERLAYS (shared mechanics) ═══════════ */
.vnr-overlay { position: fixed; inset: 0; background: rgba(52,10,22,0.5); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 80; }
.vnr-overlay.is-open { opacity: 1; visibility: visible; }
.vnr-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--cream); z-index: 90; transform: translateX(100%); transition: transform .35s cubic-bezier(.5,0,.2,1); display: flex; flex-direction: column; box-shadow: var(--shadow-soft); }
.vnr-drawer.is-open { transform: translateX(0); }
.vnr-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 1.5rem; border-bottom: 1px solid var(--line-cream); }
.vnr-drawer-title { font-family: var(--ff-display); font-size: 1.5rem; color: var(--bordeaux); }
.vnr-drawer-close { font-size: 1.7rem; background: none; border: none; color: var(--ink-soft); line-height: 1; }
.vnr-drawer-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.vnr-drawer-empty { font-family: var(--ff-body); color: var(--ink-soft); text-align: center; padding: 3rem 1rem; }
.vnr-drawer-foot { padding: 1.3rem 1.5rem; border-top: 1px solid var(--line-cream); }
.vnr-drawer-subtotal { display: flex; justify-content: space-between; font-family: var(--ff-body); margin-bottom: 1rem; }
.vnr-drawer-subtotal-val { font-family: var(--ff-display); font-size: 1.3rem; color: var(--bordeaux); }
.vnr-line { display: flex; gap: 0.9rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line-cream); }
.vnr-line:last-child { border-bottom: none; }
.vnr-line-img { width: 64px; height: 64px; border-radius: 3px; object-fit: cover; background: var(--cream-2); flex-shrink: 0; }
.vnr-line-body { flex: 1; min-width: 0; }
.vnr-line-name { font-family: var(--ff-body); font-size: 0.86rem; font-weight: 600; color: var(--ink); }
.vnr-line-variant { font-family: var(--ff-body); font-size: 0.74rem; color: var(--ink-soft); }
.vnr-line-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 0.4rem; }
.vnr-qty { display: inline-flex; align-items: center; border: 1px solid var(--line-cream); border-radius: 3px; }
.vnr-qty button { width: 26px; height: 26px; background: none; border: none; color: var(--ink); font-size: 1rem; }
.vnr-qty span { min-width: 26px; text-align: center; font-family: var(--ff-body); font-size: 0.82rem; }
.vnr-line-remove { font-family: var(--ff-body); font-size: 0.72rem; color: var(--rose); background: none; border: none; text-decoration: underline; }
.vnr-line-price { font-family: var(--ff-display); font-size: 1.05rem; color: var(--bordeaux); }

/* search overlay */
.vnr-search-overlay { position: fixed; inset: 0; background: rgba(52,10,22,0.55); z-index: 95; display: flex; align-items: flex-start; justify-content: center; padding-top: 12vh; opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.vnr-search-overlay.is-open { opacity: 1; visibility: visible; }
.vnr-search-box { width: min(640px, 92vw); background: var(--cream); border-radius: 6px; overflow: hidden; box-shadow: var(--shadow-soft); }
.vnr-search-input { width: 100%; padding: 1.2rem 1.4rem; border: none; font-family: var(--ff-body); font-size: 1.05rem; background: #fff; color: var(--ink); }
.vnr-search-input:focus { outline: none; }
.vnr-search-results { max-height: 50vh; overflow-y: auto; }
.vnr-search-result { display: flex; gap: 0.9rem; padding: 0.8rem 1.4rem; border-top: 1px solid var(--line-cream); align-items: center; }
.vnr-search-result:hover { background: var(--cream-2); }
.vnr-search-result img { width: 48px; height: 48px; border-radius: 3px; object-fit: cover; }
.vnr-search-result-name { font-family: var(--ff-body); font-size: 0.88rem; font-weight: 600; color: var(--ink); }
.vnr-search-result-meta { font-family: var(--ff-body); font-size: 0.74rem; color: var(--ink-soft); }

/* toast */
.vnr-toast { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--bordeaux-deep); color: var(--cream); font-family: var(--ff-body); font-size: 0.85rem; padding: 0.85rem 1.4rem; border-radius: 3px; z-index: 100; opacity: 0; transition: opacity .3s, transform .3s; border: 1px solid var(--line-wine); }
.vnr-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ═══════════ SHOP PAGE ═══════════ */
.vnr-shop-head { background: var(--bordeaux); color: var(--cream); padding: clamp(2.4rem, 5vw, 3.6rem) 0 clamp(1.6rem, 3vw, 2.4rem); }
.vnr-breadcrumb { font-family: var(--ff-body); font-size: 0.74rem; letter-spacing: 0.06em; color: rgba(246,239,226,0.6); display: flex; gap: 0.5rem; align-items: center; }
.vnr-breadcrumb a:hover { color: var(--brass); }
.vnr-breadcrumb-sep { color: var(--brass); }
.vnr-shop-title { font-size: clamp(2.6rem, 6vw, 4.4rem); color: var(--cream); margin: 0.6rem 0 0; }
.vnr-shop-title em { color: var(--brass); font-style: italic; }
.vnr-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; margin-top: 1.6rem; }
.vnr-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.vnr-filter { font-family: var(--ff-body); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.5rem 1rem; border-radius: 2px; background: transparent; border: 1px solid var(--line-wine); color: rgba(246,239,226,0.78); transition: .2s; }
.vnr-filter:hover { border-color: var(--brass); color: var(--brass); }
.vnr-filter.is-active { background: var(--brass); color: var(--bordeaux-deep); border-color: var(--brass); font-weight: 700; }
.vnr-sort { display: flex; align-items: center; gap: 0.5rem; font-family: var(--ff-body); font-size: 0.78rem; color: rgba(246,239,226,0.7); }
.vnr-sort select { font-family: var(--ff-body); font-size: 0.78rem; padding: 0.45rem 0.7rem; border-radius: 2px; border: 1px solid var(--line-wine); background: var(--bordeaux-deep); color: var(--cream); }
.vnr-shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: clamp(1.1rem, 2.4vw, 1.9rem); padding: clamp(2rem, 4vw, 3.2rem) 0; }
.vnr-empty { font-family: var(--ff-body); color: var(--ink-soft); padding: 3rem 0; text-align: center; grid-column: 1/-1; }

/* ═══════════ PDP ═══════════ */
.vnr-pdp { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); max-width: var(--maxw); margin: 0 auto; padding: clamp(1.8rem, 4vw, 3rem) clamp(1.1rem, 4vw, 2.6rem) 0; }
.vnr-pdp-gallery { position: sticky; top: 130px; align-self: start; }
.vnr-pdp-main-img { aspect-ratio: 1/1; border-radius: 5px; overflow: hidden; background: var(--cream-2); border: 1px solid var(--line-cream); }
.vnr-pdp-main-img img { width: 100%; height: 100%; object-fit: cover; }
.vnr-pdp-cat { font-family: var(--ff-body); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-deep); }
.vnr-pdp-name { font-size: clamp(2rem, 4vw, 3rem); color: var(--bordeaux); margin: 0.5rem 0 0; }
.vnr-pdp-short { font-family: var(--ff-body); color: var(--ink-soft); font-size: 1rem; margin: 1rem 0 0; }
.vnr-pdp-specs { margin: 1.6rem 0; border: 1px solid var(--line-cream); border-radius: 4px; overflow: hidden; }
.vnr-pdp-spec { display: flex; justify-content: space-between; padding: 0.7rem 1rem; font-family: var(--ff-body); font-size: 0.85rem; border-bottom: 1px solid var(--line-cream); }
.vnr-pdp-spec:last-child { border-bottom: none; }
.vnr-pdp-spec-key { color: var(--ink-soft); letter-spacing: 0.04em; }
.vnr-pdp-spec-val { color: var(--ink); font-weight: 600; }
.vnr-pdp-notes-title, .vnr-selector-label { font-family: var(--ff-body); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin: 1.4rem 0 0.6rem; }
.vnr-pdp-chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.vnr-selector-options { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.vnr-selector-opt { font-family: var(--ff-body); font-size: 0.78rem; padding: 0.55rem 1rem; border-radius: 2px; border: 1px solid var(--line-cream); background: #fff; color: var(--ink); transition: .2s; }
.vnr-selector-opt:hover { border-color: var(--brass); }
.vnr-selector-opt.is-active { background: var(--bordeaux); color: var(--cream); border-color: var(--bordeaux); }
.vnr-pdp-price-row { display: flex; align-items: baseline; gap: 0.6rem; margin: 1.6rem 0 0.4rem; }
.vnr-pdp-price { font-family: var(--ff-display); font-size: 2.4rem; font-weight: 600; color: var(--bordeaux); }
.vnr-pdp-price-unit { font-family: var(--ff-body); font-size: 0.82rem; color: var(--ink-soft); }
.vnr-pdp-qty-row { display: flex; align-items: center; gap: 1rem; margin: 1.2rem 0; }
.vnr-pdp-atc { width: 100%; margin-top: 0.6rem; }
.vnr-pdp-long { margin-top: 2.4rem; font-family: var(--ff-body); color: var(--ink-soft); line-height: 1.75; max-width: var(--maxw); margin-left: auto; margin-right: auto; padding: 2.4rem clamp(1.1rem, 4vw, 2.6rem) 0; }
.vnr-pdp-care { margin-top: 1.4rem; padding: 1.1rem 1.3rem; background: var(--cream-2); border-radius: 4px; border-left: 3px solid var(--brass); }
.vnr-pdp-care-label { font-family: var(--ff-body); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-deep); margin-bottom: 0.4rem; }
.vnr-related { padding: clamp(2.6rem, 5vw, 4rem) 0; }

/* ═══════════ ABOUT / CONTACT editorial ═══════════ */
.vnr-page-hero { background: var(--bordeaux); color: var(--cream); padding: clamp(3rem, 6vw, 5rem) 0; text-align: center; }
.vnr-page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); color: var(--cream); }
.vnr-page-hero h1 em { color: var(--brass); font-style: italic; }
.vnr-page-hero p { font-family: var(--ff-body); color: rgba(246,239,226,0.8); max-width: 600px; margin: 1.2rem auto 0; }
.vnr-prose { max-width: 720px; margin: 0 auto; font-family: var(--ff-body); color: var(--ink); line-height: 1.8; }
.vnr-prose h2 { font-family: var(--ff-display); font-size: 2rem; color: var(--bordeaux); margin: 2.4rem 0 0.8rem; }
.vnr-prose p { margin: 0 0 1.1rem; color: var(--ink-soft); }
.vnr-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; max-width: 980px; margin: 0 auto; }
.vnr-form-field { margin-bottom: 1.1rem; }
.vnr-form-field label { display: block; font-family: var(--ff-body); font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 0.4rem; }
.vnr-input, .vnr-textarea { width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--line-cream); border-radius: 3px; font-family: var(--ff-body); font-size: 0.92rem; background: #fff; color: var(--ink); }
.vnr-input:focus, .vnr-textarea:focus { outline: none; border-color: var(--brass); }
.vnr-textarea { min-height: 140px; resize: vertical; }
.vnr-contact-info { font-family: var(--ff-body); }
.vnr-contact-info h3 { font-family: var(--ff-display); font-size: 1.5rem; color: var(--bordeaux); margin-bottom: 0.4rem; }
.vnr-contact-info p { color: var(--ink-soft); margin: 0.2rem 0; }

/* legal */
.vnr-legal { max-width: 760px; margin: 0 auto; padding: clamp(2.4rem, 5vw, 4rem) clamp(1.1rem, 4vw, 2.6rem); font-family: var(--ff-body); color: var(--ink-soft); line-height: 1.8; }
.vnr-legal h1 { font-family: var(--ff-display); font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--bordeaux); margin-bottom: 0.5rem; }
.vnr-legal h2 { font-family: var(--ff-display); font-size: 1.5rem; color: var(--ink); margin: 2rem 0 0.6rem; }
.vnr-legal p, .vnr-legal li { margin: 0 0 0.9rem; }
.vnr-legal ul { padding-left: 1.2rem; }
.vnr-legal-updated { font-family: var(--ff-body); font-size: 0.8rem; color: var(--brass-deep); margin-bottom: 2rem; }

/* ═══════════ REVEAL ═══════════ */
.vnr-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.vnr-reveal.is-visible { opacity: 1; transform: none; }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1080px) {
  /* nav no longer fits beside brand + actions → fold into hamburger */
  .vnr-nav { display: none; }
  .vnr-hamburger { display: flex; }
}
@media (max-width: 980px) {
  .vnr-band-inner { grid-template-columns: 1fr; }
  .vnr-band-img { min-height: 280px; order: -1; }
  .vnr-pdp { grid-template-columns: 1fr; }
  .vnr-pdp-gallery { position: static; }
  .vnr-contact-grid { grid-template-columns: 1fr; }
  .vnr-foot-grid { grid-template-columns: 1fr 1fr 1fr; }
  .vnr-wheel-wrap { grid-template-columns: 1fr; }
  .vnr-wheel { max-width: 280px; margin-bottom: 0.6rem; }
  .vnr-pairing-grid { grid-template-columns: repeat(2, 1fr); }
  .vnr-figures-grid { grid-template-columns: repeat(2, 1fr); }
  .vnr-figure:nth-child(-n+2) { border-bottom: 1px solid var(--line-wine); }
  .vnr-figure:nth-child(2n) { border-right: none; }
  .vnr-somm-inner { grid-template-columns: 1fr; }
  .vnr-somm-media { aspect-ratio: 16/10; max-height: 420px; order: -1; }
}
@media (max-width: 768px) {
  .vnr-foot-grid { grid-template-columns: 1fr 1fr; }
  .vnr-foot-fine { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .vnr-hero { min-height: 0; padding-top: clamp(8rem, 30vw, 11rem); }
  .vnr-hero-media img { object-position: center 32%; }
  .vnr-tasting-tag { top: auto; bottom: auto; right: clamp(1rem, 4vw, 2rem); top: 6.5rem; width: 150px; }
  .vnr-crest { width: 78px; height: 78px; }
}
@media (max-width: 600px) {
  /* tasting tag would crowd the headline → drop it on small phones */
  .vnr-tasting-tag { display: none; }
}
@media (max-width: 480px) {
  .vnr-style-grid { grid-template-columns: 1fr; }
  .vnr-pairing-grid { grid-template-columns: 1fr; }
  .vnr-figures-grid { grid-template-columns: 1fr; }
  .vnr-figure { border-right: none; border-bottom: 1px solid var(--line-wine); }
  .vnr-figure:last-child { border-bottom: none; }
  .vnr-foot-grid { grid-template-columns: 1fr; }
  .vnr-news-form { flex-direction: column; }
  .vnr-regions { grid-template-columns: 1fr; }
  .vnr-grid, .vnr-shop-grid { grid-template-columns: 1fr; }
  .vnr-hero-stats { gap: 1.2rem; }
  .vnr-hero-title { font-size: clamp(2.6rem, 13vw, 3.6rem); }
}
/* min-width:0 guard so grid items can shrink (prevents overflow) */
.vnr-card, .vnr-region, .vnr-line-body, .vnr-band-text, .vnr-style-card, .vnr-pairing, .vnr-figure, .vnr-somm-text { min-width: 0; }

/* ═══════════ CART.JS COMPAT (functional rst- hooks, Vinora skin) ═══════════ */
.rst-cart-badge[hidden] { display: none; }
#rst-cart-overlay { position: fixed; inset: 0; background: rgba(52,10,22,0.5); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 80; }
#rst-cart-overlay.is-visible { opacity: 1; visibility: visible; }
.rst-drawer { position: fixed; top: 0; right: 0; height: 100%; width: min(420px, 92vw); background: var(--cream); z-index: 90; transform: translateX(100%); transition: transform .35s cubic-bezier(.5,0,.2,1); display: flex; flex-direction: column; box-shadow: var(--shadow-soft); }
.rst-drawer.is-open { transform: translateX(0); }
.rst-drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 1.5rem; border-bottom: 1px solid var(--line-cream); }
.rst-drawer-title { font-family: var(--ff-display); font-size: 1.5rem; color: var(--bordeaux); }
.rst-drawer-close { font-size: 1.7rem; background: none; border: none; color: var(--ink-soft); line-height: 1; }
.rst-drawer-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.rst-drawer-empty { font-family: var(--ff-body); color: var(--ink-soft); text-align: center; padding: 3rem 1rem; }
.rst-drawer-foot { padding: 1.3rem 1.5rem; border-top: 1px solid var(--line-cream); }
.rst-drawer-subtotal { display: flex; justify-content: space-between; font-family: var(--ff-body); margin-bottom: 1rem; align-items: baseline; }
.rst-drawer-subtotal-val { font-family: var(--ff-display); font-size: 1.4rem; color: var(--bordeaux); }
.rst-drawer-item { display: flex; gap: 0.9rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line-cream); align-items: flex-start; }
.rst-drawer-item:last-child { border-bottom: none; }
.rst-drawer-item-img { width: 60px; height: 60px; border-radius: 3px; object-fit: cover; background: var(--cream-2); flex-shrink: 0; }
.rst-drawer-item-info { flex: 1; min-width: 0; }
.rst-drawer-item-name { font-family: var(--ff-body); font-size: 0.85rem; font-weight: 600; color: var(--ink); margin: 0; }
.rst-drawer-item-meta { font-family: var(--ff-body); font-size: 0.74rem; color: var(--ink-soft); margin: 0.1rem 0 0; }
.rst-drawer-item-row { display: flex; align-items: center; justify-content: space-between; margin-top: 0.45rem; }
.rst-qty-ctrl { display: inline-flex; align-items: center; border: 1px solid var(--line-cream); border-radius: 3px; }
.rst-qty-btn { width: 26px; height: 26px; background: none; border: none; color: var(--ink); font-size: 1rem; line-height: 1; }
.rst-qty-val { min-width: 26px; text-align: center; font-family: var(--ff-body); font-size: 0.82rem; }
.rst-drawer-item-price { font-family: var(--ff-display); font-size: 1.05rem; color: var(--bordeaux); }
.rst-drawer-remove { background: none; border: none; color: var(--ink-soft); font-size: 1.3rem; line-height: 1; padding: 0 0.2rem; }
.rst-drawer-remove:hover { color: var(--rose); }
body.rst-drawer-lock { overflow: hidden; }
#rst-toast-container { position: fixed; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 100; display: flex; flex-direction: column; gap: 0.5rem; align-items: center; }
.rst-toast { background: var(--bordeaux-deep); color: var(--cream); font-family: var(--ff-body); font-size: 0.85rem; padding: 0.85rem 1.4rem; border-radius: 3px; border: 1px solid var(--line-wine); opacity: 0; transform: translateY(16px); transition: opacity .3s, transform .3s; }
.rst-toast.is-visible { opacity: 1; transform: none; }
