/* =========================================================================
   Keswick Vineyards — The Estate, Uncut
   v3 · Cinematic · Magazine-grade · Fraunces display · Oxblood
   ========================================================================= */

:root {
  /* Palette — deeper, warmer, with true oxblood */
  --ink: #13100e;
  --ink-soft: #221c18;
  --stone-900: #3b322c;
  --stone-700: #5a4e43;
  --stone-600: #756759;
  --stone-400: #a69988;
  --stone-300: #c3b7a2;
  --stone-200: #ded3ba;
  --stone-100: #ebe0c5;

  --bone: #f3ecd9;
  --cream: #f4ecdc;
  --cream-soft: #f9f3e6;
  --parchment: #ece2cc;
  --parchment-warm: #e6d8ba;
  --parchment-deep: #d8c9a6;
  --snow: #fbf6ec;

  --oxblood: #4a0e1c;
  --oxblood-deep: #330812;
  --oxblood-ink: #1f0309;
  --burgundy: #5a1a2b;
  --burgundy-mid: #721f35;
  --burgundy-deep: #3a0e1b;
  --burgundy-ink: #2a0710;

  --gold: #b38e4e;
  --gold-soft: #d4b681;
  --gold-deep: #8a6b35;
  --gold-pale: #e7d2a6;

  --moss: #3f4d2f;
  --slate: #4a5258;

  /* Type scale — Fraunces for display, Cormorant for editorial body, Inter for UI */
  --f-display: "Fraunces", "Cormorant Garamond", "Didot", Garamond, serif;
  --f-serif: "Cormorant Garamond", "Cormorant", "Didot", "Bodoni 72", Garamond, serif;
  --f-sans: "Inter", "Söhne", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;

  /* Layout */
  --max: 1440px;
  --max-narrow: 1080px;
  --gutter: clamp(1.25rem, 4.5vw, 3.75rem);
  --rhythm: clamp(4.5rem, 11vw, 9rem);
  --rhythm-lg: clamp(6rem, 14vw, 12rem);

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
  --dur: 700ms;
  --dur-fast: 360ms;
}

/* =========================================================================
   Reset / Base
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "calt";
}
body {
  margin: 0;
  background: var(--snow);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}


img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }

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

/* =========================================================================
   Typography — Fraunces as distinctive display
   ========================================================================= */
h1, h2, h3, h4, h5 {
  font-family: var(--f-display);
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 0.5em;
  line-height: 0.98;
  font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
}
h1 {
  font-size: clamp(3.2rem, 9vw, 9rem);
  letter-spacing: -0.032em;
  font-weight: 300;
  line-height: 0.94;
  font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1;
}
h2 {
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.024em;
  font-variation-settings: "opsz" 120, "SOFT" 50, "WONK" 1;
}
h3 { font-size: clamp(1.4rem, 2.4vw, 2.1rem); }
h4 {
  font-size: 0.76rem;
  font-family: var(--f-sans);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone-700);
}
h5 {
  font-family: var(--f-sans);
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--burgundy);
}

p {
  margin: 0 0 1.15em;
  color: var(--stone-900);
  max-width: 62ch;
}
.lede {
  font-family: var(--f-serif);
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink-soft);
  font-weight: 400;
  letter-spacing: -0.004em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--f-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--burgundy);
  margin-bottom: 1.25rem;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
  display: inline-block;
}
.eyebrow--light { color: var(--gold-soft); }
.eyebrow--gold { color: var(--gold); }
.eyebrow--muted { color: var(--stone-600); }
.eyebrow--standalone::before { display: none; }

.numeral {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 300;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  color: var(--burgundy);
}
.numeral--light { color: var(--gold-soft); }

.script {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 300;
}

.rule {
  width: 52px; height: 1px;
  background: var(--gold);
  display: block;
  margin: 0 0 1.5rem;
}
.rule--tall { height: 28px; width: 1px; margin: 0 0 1.25rem; }

/* =========================================================================
   Layout primitives
   ========================================================================= */
.container {
  width: 100%;
  max-width: var(--max);
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.container--narrow { max-width: var(--max-narrow); }
.section { padding-block: var(--rhythm); position: relative; }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--tall { padding-block: var(--rhythm-lg); }
.section--dark {
  background: var(--ink);
  color: var(--cream);
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--cream); }
.section--dark p { color: var(--stone-200); }
.section--dark h4 { color: var(--stone-300); }
.section--burgundy {
  background: var(--burgundy-deep);
  color: var(--cream);
}
.section--burgundy h1, .section--burgundy h2, .section--burgundy h3 { color: var(--cream); }
.section--burgundy p { color: var(--stone-200); }
.section--cream { background: var(--cream); }
.section--parchment { background: var(--parchment); }
.section--warm { background: var(--parchment-warm); }

.grid { display: grid; gap: clamp(1.25rem, 2.5vw, 2.5rem); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 860px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* Asymmetric 45/55 split, editorial cadence */
.split {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}
.split--reverse { grid-template-columns: 1.12fr 0.88fr; }
.split--top { align-items: start; }
.split--tight { gap: clamp(2rem, 4vw, 4rem); }
@media (max-width: 900px) {
  .split, .split--reverse { grid-template-columns: 1fr; gap: 2.5rem; }
}

.two-col {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}
.two-col--reverse > :first-child { order: 2; }
.two-col--reverse > :last-child { order: 1; }
@media (max-width: 900px) {
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col--reverse > :first-child, .two-col--reverse > :last-child { order: 0; }
}

.stack > * + * { margin-top: clamp(1rem, 1.6vw, 1.5rem); }
.stack--lg > * + * { margin-top: clamp(1.5rem, 2.4vw, 2.25rem); }

/* Section header — editorial numeral + kicker layout */
.section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  align-items: end;
}
.section-head__num {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--burgundy);
  letter-spacing: 0.15em;
  padding-bottom: 0.4rem;
  border-right: 1px solid var(--stone-300);
  padding-right: clamp(1.25rem, 3vw, 2.5rem);
  white-space: nowrap;
  align-self: stretch;
  display: flex;
  align-items: end;
}
.section--dark .section-head__num { color: var(--gold-soft); border-color: rgba(246,236,220,0.18); }
.section--burgundy .section-head__num { color: var(--gold-soft); border-color: rgba(246,236,220,0.22); }
.section-head__title { grid-column: 2; margin-bottom: 0; }
.section-head__kicker { grid-column: 2; max-width: 52ch; margin-top: 0.6rem; }
@media (max-width: 700px) {
  .section-head { grid-template-columns: 1fr; gap: 1rem; }
  .section-head__num { border-right: 0; padding: 0; }
  .section-head__title, .section-head__kicker { grid-column: 1; }
}

/* =========================================================================
   Buttons & links
   ========================================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.05rem 2rem;
  font-family: var(--f-sans);
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid var(--ink);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease), letter-spacing var(--dur) var(--ease);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--burgundy);
  transform: translateY(100%);
  transition: transform var(--dur) var(--ease);
  z-index: -1;
}
.btn:hover::before { transform: translateY(0); }
.btn:hover { border-color: var(--burgundy); letter-spacing: 0.3em; }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { color: var(--cream); }
.btn--light {
  background: transparent;
  color: var(--cream);
  border-color: rgba(246,236,220,0.6);
}
.btn--light::before { background: var(--cream); }
.btn--light:hover { color: var(--ink); border-color: var(--cream); }
.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn--gold::before { background: var(--gold-deep); }
.btn--gold:hover { color: var(--cream); border-color: var(--gold-deep); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  transition: gap var(--dur) var(--ease), color var(--dur) var(--ease);
}
.link-arrow::after {
  content: "";
  width: 20px; height: 1px;
  background: currentColor;
  position: relative;
  transition: width var(--dur) var(--ease);
}
.link-arrow:hover { gap: 1.2rem; color: var(--burgundy); }
.link-arrow:hover::after { width: 32px; }
.link-arrow--light { color: var(--cream); }
.link-arrow--light:hover { color: var(--gold-soft); }

/* =========================================================================
   Navigation
   ========================================================================= */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 1.4rem var(--gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  transition: background var(--dur) var(--ease), backdrop-filter var(--dur) var(--ease), padding var(--dur) var(--ease), border-color var(--dur) var(--ease);
  border-bottom: 1px solid transparent;
  color: var(--ink);
}
.nav--transparent { color: var(--cream); }
.nav.is-scrolled {
  background: rgba(244, 236, 220, 0.88);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
  color: var(--ink);
  padding-block: 0.85rem;
  border-bottom-color: rgba(20, 17, 15, 0.08);
}
.nav.is-scrolled .nav__logo, .nav.is-scrolled .nav__link { color: var(--ink); }

.nav__logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  flex-shrink: 0;
}
.nav__logo img {
  display: block;
  height: 54px;
  width: auto;
  transition: height var(--dur) var(--ease), filter var(--dur) var(--ease);
}
/* Hide the extra light-variant image — we use filter instead */
.nav__logo .nav__logo-light { display: none; }
/* When nav is transparent (over hero), invert to white */
.nav--transparent .nav__logo img.nav__logo-dark {
  filter: brightness(0) invert(1);
}
/* When scrolled, restore natural color */
.nav.is-scrolled .nav__logo img.nav__logo-dark { filter: none; height: 44px; }
@media (max-width: 560px) {
  .nav__logo img { height: 40px; }
  .nav.is-scrolled .nav__logo img.nav__logo-dark { height: 36px; }
}

.nav nav { display: flex; justify-content: center; min-width: 0; }
.nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem clamp(0.9rem, 1.6vw, 1.8rem);
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
}
.nav__link {
  position: relative;
  padding: 6px 0;
  transition: color var(--dur) var(--ease);
  color: currentColor;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform var(--dur) var(--ease);
}
.nav__link:hover::after, .nav__link.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.nav__cta { display: flex; align-items: center; gap: 1rem; }
.nav__reserve {
  padding: 0.85rem 1.4rem;
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid currentColor;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}
.nav__reserve span { position: relative; z-index: 2; transition: color var(--dur) var(--ease); }
.nav__reserve::before {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  transform: translateY(100%);
  transition: transform var(--dur) var(--ease);
}
.nav__reserve:hover::before { transform: translateY(0); }
.nav--transparent .nav__reserve:hover span { color: var(--ink); }
.nav:not(.nav--transparent) .nav__reserve:hover span { color: var(--snow); }
.nav.is-scrolled .nav__reserve:hover span { color: var(--snow); }

.nav__toggle {
  display: none;
  width: 32px; height: 22px;
  position: relative;
}
.nav__toggle span {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: currentColor;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.nav__toggle span:nth-child(1) { top: 0; }
.nav__toggle span:nth-child(2) { top: 50%; }
.nav__toggle span:nth-child(3) { bottom: 0; }
body.menu-open .nav__toggle span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
body.menu-open .nav__toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav__toggle span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }

@media (max-width: 1024px) {
  .nav { grid-template-columns: auto auto; justify-content: space-between; }
  .nav nav { display: none; }
  .nav__cta .nav__reserve { display: none; }
  .nav__toggle { display: block; }
}

/* =========================================================================
   Mobile menu
   ========================================================================= */
.mobile-menu {
  position: fixed; inset: 0;
  background: var(--ink);
  color: var(--cream);
  z-index: 45;
  padding: 7rem var(--gutter) 3rem;
  transform: translateY(-102%);
  transition: transform 700ms var(--ease);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.mobile-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at top right, rgba(90,26,43,0.35), transparent 55%);
  pointer-events: none;
}
body.menu-open .mobile-menu { transform: translateY(0); }
.mobile-menu__links { list-style: none; padding: 0; margin: 0; position: relative; }
.mobile-menu__links li {
  overflow: hidden;
  border-bottom: 1px solid rgba(246, 236, 220, 0.1);
}
.mobile-menu__links a {
  display: block;
  padding: 1.1rem 0;
  font-family: var(--f-serif);
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  letter-spacing: -0.015em;
  font-weight: 300;
  transform: translateY(100%);
  transition: transform 700ms var(--ease), color var(--dur) var(--ease);
}
.mobile-menu__links a em { color: var(--gold-soft); }
.mobile-menu__links a:hover { color: var(--gold-soft); }
body.menu-open .mobile-menu__links a { transform: translateY(0); }
body.menu-open .mobile-menu__links li:nth-child(1) a { transition-delay: 0.1s; }
body.menu-open .mobile-menu__links li:nth-child(2) a { transition-delay: 0.15s; }
body.menu-open .mobile-menu__links li:nth-child(3) a { transition-delay: 0.2s; }
body.menu-open .mobile-menu__links li:nth-child(4) a { transition-delay: 0.25s; }
body.menu-open .mobile-menu__links li:nth-child(5) a { transition-delay: 0.3s; }
body.menu-open .mobile-menu__links li:nth-child(6) a { transition-delay: 0.35s; }
body.menu-open .mobile-menu__links li:nth-child(7) a { transition-delay: 0.4s; }
body.menu-open .mobile-menu__links li:nth-child(8) a { transition-delay: 0.45s; }

.mobile-menu__foot {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--stone-400);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
}
.mobile-menu__foot span + span { opacity: 0.7; }

/* =========================================================================
   Hero
   ========================================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: center;
  color: var(--cream);
  overflow: clip;
  isolation: isolate;
  contain: paint;
}
.hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: heroBreath 18s ease-out forwards;
  overflow: clip;
}
@keyframes heroBreath { to { transform: scale(1); } }
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20,17,15,0.5) 0%, rgba(20,17,15,0.15) 35%, rgba(20,17,15,0.82) 100%),
    radial-gradient(ellipse at bottom left, rgba(90,26,43,0.35), transparent 55%);
}

.hero__inner {
  position: relative;
  width: 100%;
  max-width: var(--max);
  padding: clamp(9rem, 16vw, 12rem) var(--gutter) clamp(4rem, 9vw, 7rem);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.hero__title {
  font-size: clamp(3rem, 8vw, 7.4rem);
  line-height: 1;
  color: var(--cream);
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.028em;
  max-width: 18ch;
  text-shadow: 0 2px 30px rgba(19,16,14,0.45);
}
.hero__sub {
  font-family: var(--f-serif);
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  color: var(--cream);
  max-width: 42ch;
  line-height: 1.55;
  margin-top: 1.25rem;
  font-weight: 400;
  text-shadow: 0 1px 14px rgba(19,16,14,0.45);
}
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: 2rem;
}

/* =========================================================================
   Marquee (accolades)
   ========================================================================= */
.marquee {
  overflow: hidden;
  border-top: 1px solid rgba(20,17,15,0.08);
  border-bottom: 1px solid rgba(20,17,15,0.08);
  padding: 1.75rem 0;
  background: var(--cream-soft);
}
.marquee__track {
  display: flex;
  gap: 4rem;
  white-space: nowrap;
  animation: marquee 42s linear infinite;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.4rem);
  color: var(--stone-700);
}
.marquee__track span::before {
  content: "—";
  color: var(--gold);
  margin-right: 1rem;
  font-style: normal;
}
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee--dark { background: var(--ink); border-color: rgba(246,236,220,0.1); }
.marquee--dark .marquee__track { color: var(--stone-300); }

/* =========================================================================
   Figures & images
   ========================================================================= */
.figure {
  position: relative;
  overflow: hidden;
  background: var(--parchment);
  aspect-ratio: 4 / 5;
}
.figure--wide { aspect-ratio: 16 / 10; }
.figure--square { aspect-ratio: 1; }
.figure--tall { aspect-ratio: 3 / 5; }
.figure--portrait { aspect-ratio: 4 / 6; }
.figure__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.4s var(--ease-soft);
}
.figure:hover .figure__img { transform: scale(1.045); }
.figure__cap {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(20,17,15,0.55);
  padding: 0.4rem 0.75rem;
  backdrop-filter: blur(6px);
}

/* Staggered figure pair for editorial rhythm */
.figure-pair {
  display: grid;
  grid-template-columns: 0.88fr 1.15fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}
.figure-pair > :first-child { margin-top: clamp(3rem, 8vw, 7rem); }
@media (max-width: 720px) {
  .figure-pair { grid-template-columns: 1fr; }
  .figure-pair > :first-child { margin-top: 0; }
}

/* =========================================================================
   Wine cards (horizontal scroll + grid)
   ========================================================================= */
.wine-scroll {
  display: flex;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  scroll-padding-inline: var(--gutter);
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2rem;
  padding-inline: var(--gutter);
  margin-inline: calc(var(--gutter) * -1);
  scrollbar-width: thin;
  scrollbar-color: var(--burgundy) transparent;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-x pan-y;
}
.wine-scroll.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}
.wine-scroll.is-dragging a { pointer-events: none; }
.wine-scroll::-webkit-scrollbar { height: 4px; }
.wine-scroll::-webkit-scrollbar-track { background: transparent; }
.wine-scroll::-webkit-scrollbar-thumb { background: var(--burgundy); }

.wine {
  flex: 0 0 min(300px, 72vw);
  scroll-snap-align: start;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.wine__media {
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: end center;
  padding: 1.5rem 1rem 0;
  position: relative;
  overflow: visible;
}
.wine__bottle-img {
  height: 100%;
  width: auto;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(10,4,8,0.45));
  transition: transform 700ms var(--ease-soft);
  pointer-events: none;
}
.wine:hover .wine__bottle-img { transform: translateY(-4px); }
.wine__body {
  padding: 1.75rem 0.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border-top: 1px solid rgba(246,236,220,0.18);
  margin-top: 1rem;
}
.wine h3 {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 1.9vw, 1.75rem);
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.014em;
  font-weight: 300;
  color: var(--cream);
}
.wine__vintage {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold-pale);
  letter-spacing: 0.01em;
  opacity: 0.85;
}
.wine__note {
  font-family: var(--f-serif);
  font-size: 1rem;
  color: var(--parchment-warm);
  line-height: 1.5;
  margin: 0.4rem 0 0;
  opacity: 0.85;
}
.wine__price {
  font-family: var(--f-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--gold-soft);
  margin-top: 0.9rem;
}

/* =========================================================================
   Feature band — dark moment (mini golf)
   ========================================================================= */
.feature-band {
  position: relative;
  background: var(--ink);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}
.feature-band__media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}
.feature-band__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(20,17,15,0.88) 0%, rgba(20,17,15,0.55) 50%, rgba(20,17,15,0.88) 100%);
}
.feature-band__inner {
  position: relative;
  padding-block: clamp(6rem, 13vw, 10rem);
  padding-inline: var(--gutter);
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
@media (max-width: 900px) {
  .feature-band__inner { grid-template-columns: 1fr; }
}
.feature-band h2 { color: var(--cream); font-size: clamp(2.5rem, 6vw, 5.5rem); }
.feature-band h2 em { color: var(--gold-soft); }

.feature-list {
  display: grid;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(246,236,220,0.14);
  align-items: baseline;
}
.feature-list li:last-child { border-bottom: 1px solid rgba(246,236,220,0.14); }
.feature-list strong {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold-soft);
  font-weight: 300;
  letter-spacing: 0.08em;
}
.feature-list span {
  font-family: var(--f-sans);
  font-size: 0.95rem;
  color: var(--stone-200);
  line-height: 1.5;
}

/* =========================================================================
   Event cards
   ========================================================================= */
.event {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--cream-soft);
  border: 1px solid rgba(20,17,15,0.08);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.event:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px -25px rgba(20,17,15,0.25);
}
.event__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.event__media > div {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform var(--dur) var(--ease-soft);
}
.event:hover .event__media > div { transform: scale(1.05); }
.event__body {
  padding: 1.5rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.event__date {
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.event__date::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.3;
}
.event h3 {
  font-size: 1.4rem;
  line-height: 1.15;
  margin: 0.25rem 0 0.5rem;
}
.event__note {
  font-family: var(--f-serif);
  font-size: 1rem;
  color: var(--stone-700);
  margin: 0;
}
.event__time {
  margin-top: 0.75rem;
  font-size: 0.72rem;
  color: var(--stone-600);
  letter-spacing: 0.12em;
}

/* =========================================================================
   Quote / pull quote
   ========================================================================= */
.quote {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto;
  position: relative;
  padding: 2rem 1rem;
}
.quote::before {
  content: "“";
  display: block;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(4rem, 8vw, 6rem);
  line-height: 0.5;
  color: var(--burgundy);
  margin-bottom: 1.75rem;
}
.quote blockquote {
  font-family: var(--f-serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.3;
  color: var(--ink);
  font-weight: 300;
  margin: 0 0 1.5rem;
  font-style: italic;
  letter-spacing: -0.012em;
}
.quote cite {
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stone-600);
  font-weight: 500;
  font-style: normal;
}
.section--dark .quote blockquote { color: var(--cream); }
.section--dark .quote::before { color: var(--gold-soft); }
.section--dark .quote cite { color: var(--stone-300); }

/* =========================================================================
   Stat row
   ========================================================================= */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 2.5rem);
  border-top: 1px solid rgba(20,17,15,0.14);
  border-bottom: 1px solid rgba(20,17,15,0.14);
  padding: clamp(2.5rem, 4vw, 3.5rem) 0;
}
.stats--dark { border-color: rgba(246,236,220,0.16); }
.stat {
  padding-inline: clamp(0.5rem, 1.5vw, 1.5rem);
  border-right: 1px solid rgba(20,17,15,0.14);
}
.stats--dark .stat { border-color: rgba(246,236,220,0.16); }
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--f-serif);
  font-size: clamp(2.8rem, 5vw, 4.2rem);
  font-weight: 300;
  color: var(--burgundy);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
  font-style: italic;
}
.stats--dark .stat__num { color: var(--gold-soft); }
.stat__label {
  font-family: var(--f-sans);
  font-size: 0.68rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stone-600);
  font-weight: 500;
  line-height: 1.5;
}
.stats--dark .stat__label { color: var(--stone-300); }
@media (max-width: 760px) {
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 2rem; }
  .stat:nth-child(2n) { border-right: 0; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(20,17,15,0.14); padding-bottom: 1.5rem; }
  .stats--dark .stat:nth-child(1), .stats--dark .stat:nth-child(2) { border-bottom-color: rgba(246,236,220,0.16); }
}

/* =========================================================================
   Reservation / CTA band
   ========================================================================= */
.cta-band {
  position: relative;
  padding: clamp(5rem, 10vw, 8rem) var(--gutter);
  text-align: center;
  background: var(--burgundy-deep);
  color: var(--cream);
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top, rgba(179,142,78,0.2), transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(20,7,16,0.6), transparent 50%);
}
.cta-band > * { position: relative; }
.cta-band h2 {
  color: var(--cream);
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  max-width: 20ch;
  margin: 0 auto 1.5rem;
}
.cta-band h2 em { color: var(--gold-soft); }
.cta-band p { color: var(--stone-200); max-width: 48ch; margin: 0 auto 2rem; }

/* =========================================================================
   Footer
   ========================================================================= */
.footer {
  background: var(--ink);
  color: var(--stone-200);
  padding: clamp(4rem, 8vw, 6rem) var(--gutter) 2.5rem;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "KV";
  position: absolute;
  right: -0.1em;
  bottom: -0.35em;
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18rem, 35vw, 34rem);
  color: rgba(90,26,43,0.16);
  line-height: 0.8;
  letter-spacing: -0.05em;
  pointer-events: none;
}
.footer__inner {
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: clamp(2rem, 4vw, 4rem);
  position: relative;
}
@media (max-width: 900px) {
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer__inner { grid-template-columns: 1fr; }
}
.footer__brand h3 {
  color: var(--cream);
  font-family: var(--f-serif);
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 0 0 0.3rem;
}
.footer__brand h3 em { color: var(--gold-soft); }
.footer__brand small {
  font-family: var(--f-sans);
  font-size: 0.62rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--stone-400);
  display: block;
  margin-bottom: 1.25rem;
}
.footer__brand p {
  color: var(--stone-300);
  font-family: var(--f-serif);
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 36ch;
  margin: 0;
}
.footer h4 {
  color: var(--stone-300);
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-family: var(--f-sans);
  font-weight: 500;
  margin: 0 0 1.25rem;
}
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.footer ul li { font-size: 0.94rem; }
.footer ul a { color: var(--stone-200); transition: color var(--dur) var(--ease); }
.footer ul a:hover { color: var(--gold-soft); }

.newsletter {
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(246,236,220,0.25);
  padding-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.newsletter input {
  flex: 1;
  background: transparent;
  border: 0;
  color: var(--cream);
  font-family: var(--f-sans);
  font-size: 0.9rem;
  padding: 0.5rem 0;
  outline: none;
}
.newsletter input::placeholder { color: var(--stone-400); }
.newsletter button {
  font-family: var(--f-sans);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-soft);
  padding: 0.5rem 0.25rem;
  transition: color var(--dur) var(--ease);
}
.newsletter button:hover { color: var(--cream); }

.social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.social a {
  width: 34px; height: 34px;
  border: 1px solid rgba(246,236,220,0.22);
  display: grid;
  place-items: center;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
  color: var(--stone-300);
}
.social a:hover { background: var(--cream); color: var(--ink); border-color: var(--cream); }

.footer__legal {
  max-width: var(--max);
  margin: 4rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(246,236,220,0.12);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--stone-400);
  position: relative;
}
.footer__legal a { color: var(--stone-300); transition: color var(--dur) var(--ease); }
.footer__legal a:hover { color: var(--gold-soft); }

/* =========================================================================
   Page headers (interior pages)
   ========================================================================= */
.page-hero {
  position: relative;
  padding: clamp(11rem, 18vw, 14rem) var(--gutter) clamp(5rem, 9vw, 7rem);
  background: var(--parchment);
  overflow: hidden;
}
.page-hero--dark {
  background: var(--ink);
  color: var(--cream);
}
.page-hero--dark h1, .page-hero--dark p { color: var(--cream); }
.page-hero--image {
  background-size: cover;
  background-position: center;
  color: var(--cream);
  min-height: 62vh;
  display: grid;
  align-items: end;
}
.page-hero--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(19,16,14,0.7) 0%, rgba(19,16,14,0.35) 30%, rgba(19,16,14,0.85) 100%),
    radial-gradient(ellipse 70% 80% at 20% 85%, rgba(19,16,14,0.6), transparent 60%);
}
.page-hero--image .page-hero__inner { position: relative; }
.page-hero--image h1,
.page-hero--image .page-hero__lede,
.page-hero--image .crumbs,
.page-hero--image .eyebrow {
  text-shadow: 0 2px 22px rgba(19,16,14,0.55), 0 1px 3px rgba(19,16,14,0.4);
}
.page-hero__inner {
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}
.page-hero__inner > :first-child { align-self: start; padding-top: 0.5rem; }
@media (max-width: 900px) {
  .page-hero__inner { grid-template-columns: 1fr; gap: 1.5rem; }
}
.page-hero h1 {
  font-size: clamp(3rem, 8vw, 7rem);
  margin: 0.25rem 0 0;
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: -0.028em;
}
.page-hero--image h1 { color: var(--cream); }
.page-hero h1 em { font-weight: 300; color: var(--burgundy); }
.page-hero--dark h1 em, .page-hero--image h1 em { color: var(--gold-soft); }
.page-hero__lede {
  font-family: var(--f-serif);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  color: var(--ink-soft);
  line-height: 1.55;
  max-width: 48ch;
  margin: 0;
}
.page-hero--dark .page-hero__lede, .page-hero--image .page-hero__lede { color: var(--stone-200); }
.crumbs {
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--stone-600);
  margin-bottom: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.page-hero--dark .crumbs, .page-hero--image .crumbs { color: var(--stone-300); }
.crumbs a { transition: color var(--dur) var(--ease); }
.crumbs a:hover { color: var(--burgundy); }
.page-hero--image .crumbs a:hover, .page-hero--dark .crumbs a:hover { color: var(--gold-soft); }
.crumbs span { opacity: 0.55; }

/* =========================================================================
   Info lists (visit page, etc.)
   ========================================================================= */
.info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(20,17,15,0.14);
}
.info:last-of-type { border-bottom: 1px solid rgba(20,17,15,0.14); }
.info__label {
  font-family: var(--f-sans);
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 500;
  padding-top: 0.25rem;
}
.info__value {
  font-family: var(--f-serif);
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--ink-soft);
  font-weight: 400;
}
.info__value em { font-style: italic; color: var(--burgundy); }

/* =========================================================================
   Forms
   ========================================================================= */
.form {
  display: grid;
  gap: 1.5rem;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 700px) { .form__row { grid-template-columns: 1fr; } }
.form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.form__field label {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
  font-weight: 500;
}
.form__field input, .form__field textarea, .form__field select {
  font-family: var(--f-serif);
  font-size: 1.1rem;
  padding: 0.85rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(20,17,15,0.3);
  outline: none;
  color: var(--ink);
  transition: border-color var(--dur) var(--ease);
}
.form__field input:focus, .form__field textarea:focus, .form__field select:focus {
  border-bottom-color: var(--burgundy);
}
.form__field textarea { resize: vertical; min-height: 120px; font-family: var(--f-serif); }

/* =========================================================================
   Wine-club cards
   ========================================================================= */
.tier {
  background: var(--cream-soft);
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(20,17,15,0.08);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.tier--featured {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.tier--featured h3, .tier--featured h4 { color: var(--cream); }
.tier--featured p { color: var(--stone-200); }
.tier--featured .tier__price { color: var(--gold-soft); }
.tier__name {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: var(--burgundy);
}
.tier--featured .tier__name { color: var(--gold-soft); }
.tier h3 { font-size: 2rem; margin: 0; font-weight: 300; letter-spacing: -0.012em; }
.tier__price {
  font-family: var(--f-serif);
  font-size: 2.2rem;
  color: var(--burgundy);
  font-weight: 300;
  letter-spacing: -0.01em;
}
.tier__price small {
  font-size: 0.78rem;
  color: var(--stone-600);
  letter-spacing: 0.06em;
}
.tier--featured .tier__price small { color: var(--stone-300); }
.tier ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
  font-family: var(--f-serif);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--stone-700);
}
.tier--featured ul { color: var(--stone-200); }
.tier ul li {
  padding-left: 1.4rem;
  position: relative;
}
.tier ul li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0.15rem;
  font-size: 0.7rem;
  color: var(--gold);
}
.tier--featured ul li::before { color: var(--gold-soft); }

/* Wine-club tier: layout tweaks so the CTA sits at card bottom */
.memberships .tier { min-height: 100%; }
.memberships .tier .btn,
.memberships .tier .btn--gold { margin-top: auto; align-self: flex-start; }

/* Featured-tier flag — discreet, top-right */
.tier__flag {
  position: absolute;
  top: 0;
  right: clamp(1.25rem, 3vw, 2rem);
  transform: translateY(-50%);
  background: var(--gold);
  color: var(--ink);
  font-family: var(--f-sans);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 0.5rem 0.9rem;
}

.memberships__fineprint {
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  text-align: center;
  font-family: var(--f-serif);
  font-size: 1.05rem;
  color: var(--stone-700);
}
.memberships__fineprint a {
  color: var(--burgundy);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}

/* Benefits (everyone-gets-these trio) — plainer than tier cards */
.benefit {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
  border-top: 1px solid rgba(20,17,15,0.14);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.benefit__label {
  font-family: var(--f-sans);
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.benefit h3 {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  margin: 0;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.014em;
  max-width: 16ch;
}
.benefit p {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--stone-700);
  margin: 0;
  max-width: 40ch;
}

/* FAQ — native <details>/<summary>, no JS */
.faq {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid rgba(20,17,15,0.14);
}
.faq__item {
  border-bottom: 1px solid rgba(20,17,15,0.14);
  padding: 0;
}
.faq__item > summary {
  list-style: none;
  cursor: pointer;
  padding: clamp(1.25rem, 2vw, 1.75rem) 2.5rem clamp(1.25rem, 2vw, 1.75rem) 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  letter-spacing: -0.012em;
  color: var(--ink);
  position: relative;
  transition: color var(--dur) var(--ease);
}
.faq__item > summary:hover { color: var(--burgundy); }
.faq__item > summary::-webkit-details-marker { display: none; }
.faq__item > summary::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  width: 14px;
  height: 14px;
  background:
    linear-gradient(currentColor, currentColor) center/100% 1px no-repeat,
    linear-gradient(currentColor, currentColor) center/1px 100% no-repeat;
  transform: translateY(-50%);
  transition: transform var(--dur) var(--ease);
  opacity: 0.7;
}
.faq__item[open] > summary::after {
  transform: translateY(-50%) rotate(45deg);
  opacity: 1;
}
.faq__item > p {
  font-family: var(--f-serif);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--stone-700);
  margin: 0 0 1.5rem;
  max-width: 68ch;
}
.faq__item > p a {
  color: var(--burgundy);
  border-bottom: 1px solid currentColor;
}

/* =========================================================================
   Reveal animations
   ========================================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms var(--ease-soft), transform 900ms var(--ease-soft);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 900ms var(--ease-soft), transform 900ms var(--ease-soft);
}
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > :nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-visible > :nth-child(2) { transition-delay: 0.14s; }
.reveal-stagger.is-visible > :nth-child(3) { transition-delay: 0.22s; }
.reveal-stagger.is-visible > :nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger.is-visible > :nth-child(5) { transition-delay: 0.38s; }
.reveal-stagger.is-visible > :nth-child(6) { transition-delay: 0.46s; }
.reveal-stagger.is-visible > :nth-child(7) { transition-delay: 0.54s; }
.reveal-stagger.is-visible > :nth-child(8) { transition-delay: 0.62s; }

@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-stagger > * { opacity: 1; transform: none; transition: none; }
  .hero__media { animation: none; transform: none; }
  .marquee__track { animation: none; }
}

/* =========================================================================
   Utilities
   ========================================================================= */
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.center { text-align: center; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.max-prose { max-width: 62ch; }

/* Section underlay decoration — big faint serif numerals */
.layer-num {
  position: absolute;
  right: var(--gutter);
  top: 2rem;
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(8rem, 18vw, 18rem);
  color: rgba(20,17,15,0.05);
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
}
.section--dark .layer-num { color: rgba(246,236,220,0.04); }

/* Horizontal rule used as divider */
.hr {
  width: 100%;
  height: 1px;
  background: rgba(20,17,15,0.14);
  margin: clamp(2rem, 5vw, 4rem) 0;
}

/* Chip / tag */
.chip {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  font-family: var(--f-sans);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--burgundy);
  border: 1px solid var(--burgundy);
  background: transparent;
}
.chip--gold { color: var(--gold-deep); border-color: var(--gold); }

/* Gallery strip — edge-to-edge */
.strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(0.5rem, 1vw, 0.75rem);
  padding-inline: var(--gutter);
}
.strip .figure { aspect-ratio: 1; }
@media (max-width: 900px) { .strip { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .strip { grid-template-columns: repeat(2, 1fr); } }

/* =========================================================================
   v3 · Cinematic & Magazine additions
   ========================================================================= */

/* CINEMA HERO — aerial estate, oversized Fraunces display */
.hero--cinema {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: end;
  color: var(--bone);
}
.hero--cinema .hero__media {
  transform: scale(1.08);
  animation: cinemaBreath 22s var(--ease-soft) forwards;
}
@keyframes cinemaBreath { to { transform: scale(1); } }
.hero--cinema .hero__media::after {
  background:
    linear-gradient(180deg, rgba(19,16,14,0.45) 0%, rgba(19,16,14,0.05) 30%, rgba(19,16,14,0.28) 55%, rgba(19,16,14,0.78) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(74,14,28,0.25), transparent 55%);
}
.hero--cinema .hero__inner {
  padding-top: clamp(10rem, 18vw, 14rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}
.hero--cinema h1 {
  font-size: clamp(3rem, 8.6vw, 8.8rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  font-weight: 250;
  color: var(--bone);
  max-width: 15ch;
  margin: 0;
  text-shadow: 0 2px 32px rgba(19,16,14,0.6), 0 1px 4px rgba(19,16,14,0.4);
}
.hero--cinema h1 em {
  color: var(--gold-pale);
  font-style: italic;
  font-weight: 250;
  display: inline-block;
  padding-right: 0.04em;
}

/* OXBLOOD SLAB — dramatic color moment */
.section--oxblood {
  background: var(--oxblood);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.section--oxblood::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top left, rgba(212,182,129,0.12), transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(19,16,14,0.6), transparent 55%);
  pointer-events: none;
}
.section--oxblood h1, .section--oxblood h2, .section--oxblood h3 { color: var(--bone); }
.section--oxblood p { color: var(--parchment-warm); }
.section--oxblood .eyebrow { color: var(--gold-pale); }

/* ASYMMETRIC COLLAGE — overlapping images with intention.
   Rows use explicit height so children can `height: 100%` without
   the aspect-ratio circular-constraint collapse. */
.collage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: clamp(260px, 32vw, 420px) clamp(200px, 26vw, 340px);
  gap: clamp(1rem, 2vw, 2rem);
}
.collage__a {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 110%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.collage__b {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 90%;
  height: 100%;
  justify-self: end;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  position: relative;
  z-index: 2;
}
.collage__c {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  width: 60%;
  height: 100%;
  margin-left: 55%;
  margin-top: -8%;
  position: relative;
  z-index: 3;
}
.collage__d {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  margin-top: clamp(1rem, 3vw, 2rem);
}
.collage > * { overflow: hidden; background-size: cover; background-position: center; }
@media (max-width: 780px) {
  .collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 160px);
    gap: 0.75rem;
  }
  .collage__a, .collage__b, .collage__c, .collage__d {
    width: 100%; height: 100%; margin: 0;
    grid-column: span 1; grid-row: span 1;
  }
  .collage__a { grid-column: span 2; grid-row: span 1; }
}

/* IMMERSE — full-bleed single image moment between sections */
.immerse {
  position: relative;
  width: 100%;
  min-height: 72vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  isolation: isolate;
}
.immerse::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,8,6,0) 35%, rgba(10,8,6,0.65) 75%, rgba(10,8,6,0.92) 100%),
    linear-gradient(100deg, rgba(10,8,6,0.55) 0%, rgba(10,8,6,0.08) 45%, rgba(10,8,6,0) 70%);
}
.immerse__caption {
  position: absolute;
  left: clamp(var(--gutter), 18vw, 17rem);
  right: var(--gutter);
  bottom: clamp(2rem, 5vw, 4rem);
  color: var(--bone);
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 250;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
  max-width: 22ch;
  letter-spacing: -0.015em;
  text-shadow:
    0 1px 2px rgba(10,8,6,0.9),
    0 2px 8px rgba(10,8,6,0.75),
    0 2px 24px rgba(10,8,6,0.65);
}
.immerse__caption small {
  display: block;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--gold-pale);
  margin-bottom: 1rem;
  font-weight: 500;
  text-shadow: 0 1px 8px rgba(19,16,14,0.6);
}
@media (max-width: 720px) { .immerse { background-attachment: scroll; min-height: 60vh; } }

/* KV MONOGRAM — SVG placement wrapper */
.monogram {
  display: inline-block;
  line-height: 0;
  color: currentColor;
}
.monogram svg { display: block; width: 100%; height: auto; }

/* MAGAZINE PULL — big quote that breaks the grid */
.mag-pull {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 250;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(2.2rem, 5.5vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 22ch;
}
.mag-pull cite {
  display: block;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--stone-700);
  margin-top: 1.5rem;
  font-weight: 500;
}

/* GALLERY MASONRY — irregular, magazine-feel */
.masonry {
  columns: 3;
  column-gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
.masonry > figure {
  break-inside: avoid;
  margin: 0 0 clamp(0.75rem, 1.5vw, 1.25rem);
  position: relative;
  overflow: hidden;
  background: var(--parchment);
}
.masonry > figure img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.2s var(--ease-soft);
}
.masonry > figure:hover img { transform: scale(1.04); }
.masonry > figure figcaption {
  position: absolute;
  left: 0.75rem; bottom: 0.75rem;
  font-family: var(--f-sans);
  font-size: 0.6rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream);
  background: rgba(19,16,14,0.55);
  padding: 0.35rem 0.7rem;
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.masonry > figure:hover figcaption { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) { .masonry { columns: 2; } }
@media (max-width: 560px) { .masonry { columns: 1; } }

/* CAPTIONED STACK — photo with editorial caption below */
.captioned {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.captioned .figure { aspect-ratio: 4/5; }
.captioned small {
  font-family: var(--f-sans);
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stone-600);
  font-weight: 500;
}
.captioned p {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--ink-soft);
  margin: 0;
  font-variation-settings: "opsz" 24, "SOFT" 80;
}

/* Override existing hero__title to use display stack */
.hero__title { font-family: var(--f-display); font-variation-settings: "opsz" 144, "SOFT" 40, "WONK" 1; }
.hero__title em { font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; }

/* Override wine cards for oxblood context */
.section--oxblood .wine {
  background: rgba(19,16,14,0.3);
  border-color: rgba(243,236,217,0.12);
  color: var(--cream);
}
.section--oxblood .wine h3 { color: var(--bone); }
.section--oxblood .wine__note { color: var(--parchment-warm); }
.section--oxblood .wine__vintage { color: var(--gold-pale); }
.section--oxblood .wine__price { color: var(--bone); }
.section--oxblood .wine__tag { color: var(--gold-pale); }
.section--oxblood .wine__foot { border-top-color: rgba(243,236,217,0.14); }
.section--oxblood .wine__media {
  background:
    radial-gradient(ellipse at 50% 70%, rgba(212,182,129,0.1), transparent 65%),
    linear-gradient(180deg, rgba(51,8,18,0.45), rgba(19,16,14,0.2));
}
.section--oxblood .wine__num { color: var(--gold-pale); }

/* "THE YEAR" — cadence section with month markers */
.year {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
}
.year > div {
  padding: 1.75rem 0;
  border-top: 1px solid rgba(19,16,14,0.15);
}
.section--oxblood .year > div, .section--dark .year > div {
  border-top-color: rgba(243,236,217,0.18);
}
.year h4 {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-variation-settings: "opsz" 48, "SOFT" 100, "WONK" 1;
  font-size: 1.3rem;
  letter-spacing: -0.01em;
  text-transform: none;
  margin: 0 0 0.75rem;
  color: var(--oxblood);
}
.section--oxblood .year h4, .section--dark .year h4 { color: var(--gold-pale); }
.year p { font-size: 0.95rem; color: var(--stone-700); margin: 0; }
.section--oxblood .year p, .section--dark .year p { color: var(--parchment-warm); }
@media (max-width: 860px) {
  .year { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .year { grid-template-columns: 1fr; }
}

/* =========================================================================
   v3.1 · Footer logo, chapter marker, counters, press band, gallery
   ========================================================================= */

/* Footer logo treatment */
.footer__logo {
  display: inline-block;
  margin: 0 0 1rem;
  line-height: 0;
}
.footer__logo img {
  display: block;
  width: clamp(200px, 18vw, 260px);
  height: auto;
  filter: brightness(0) invert(1) opacity(0.82);
  transition: opacity var(--dur) var(--ease);
}
.footer__logo:hover img { opacity: 1; }
.footer__brand small { display: block; margin: 0 0 1.25rem; }
.footer__brand p { color: var(--stone-300); max-width: 40ch; }

/* MEET THE WINEMAKER — portrait + quote */
.portrait-quote {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.portrait-quote .figure { aspect-ratio: 4/5; }
.portrait-quote blockquote {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0 0 1.5rem;
}
.portrait-quote blockquote::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: var(--oxblood);
  margin-bottom: 2rem;
}
.portrait-quote cite {
  display: block;
  font-family: var(--f-sans);
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--stone-600);
  font-weight: 500;
}
@media (max-width: 860px) { .portrait-quote { grid-template-columns: 1fr; } }

/* GALLERY MASONRY — final signature moment */
.gallery-grand {
  position: relative;
  padding: clamp(4rem, 8vw, 6rem) var(--gutter);
  background: var(--snow);
}
.gallery-grand__head {
  max-width: var(--max);
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}
.gallery-grand__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 11vw;
  gap: clamp(0.5rem, 1vw, 0.9rem);
  grid-auto-flow: dense;
}
.gallery-grand__grid > div {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: filter var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.gallery-grand__grid > div:hover {
  filter: brightness(1.05) saturate(1.1);
  transform: scale(1.01);
}
/* 9 tiles tiled into 3 rows of 12 cols — each span*rowspan adds to cells */
.gallery-grand__grid > div:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(3) { grid-column: span 4; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(4) { grid-column: span 4; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(5) { grid-column: span 4; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(6) { grid-column: span 3; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(7) { grid-column: span 5; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(8) { grid-column: span 4; grid-row: span 2; }
.gallery-grand__grid > div:nth-child(9) { grid-column: span 4; grid-row: span 2; }
@media (max-width: 900px) {
  .gallery-grand__grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 22vw; }
  .gallery-grand__grid > div:nth-child(1) { grid-column: span 6; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(2) { grid-column: span 3; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(3) { grid-column: span 3; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(4) { grid-column: span 3; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(5) { grid-column: span 3; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(6) { grid-column: span 6; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(7) { grid-column: span 3; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(8) { grid-column: span 3; grid-row: span 2; }
  .gallery-grand__grid > div:nth-child(9) { grid-column: span 6; grid-row: span 2; }
}
@media (max-width: 600px) {
  .gallery-grand__head { grid-template-columns: 1fr; }
}

/* =========================================================================
   v3.2 · Vimeo hero video, scroll-driven type, testimonial carousel
   ========================================================================= */

/* Vimeo background video — fills the hero, cover-fit via aspect ratio trick */
.hero__video {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 177.78vh; /* 16:9 of viewport height */
  min-width: 100%;
  height: 56.25vw; /* 16:9 of viewport width */
  min-height: 100%;
  pointer-events: none;
  border: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 2s var(--ease-soft);
  clip-path: inset(0);
}
.hero__media .hero__video { z-index: 0; }
/* Reveal video after it has buffered — add .is-video-ready via JS (or just fade) */
.hero--cinema .hero__video { opacity: 0.92; animation: fadeVideo 2.2s 0.8s var(--ease-soft) forwards; }
@keyframes fadeVideo { to { opacity: 1; } }

/* Respect reduced motion — keep still image */
@media (prefers-reduced-motion: reduce) {
  .hero__video { display: none; }
}

/* SCROLL-DRIVEN TYPE REVEAL — modern browsers */
@supports (animation-timeline: view()) {
  .scroll-reveal {
    animation: scrollReveal linear;
    animation-timeline: view();
    animation-range: entry 0% entry 55%;
  }
  @keyframes scrollReveal {
    from { opacity: 0; transform: translateY(34px); filter: blur(6px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
  }
  .scroll-line {
    animation: scrollLine linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  }
  @keyframes scrollLine {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }
}

/* VIDEO EMBED — 16:9 responsive Vimeo/YouTube */
.video-embed {
  margin: 0;
}
.video-embed__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--ink);
  overflow: hidden;
}
.video-embed__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-embed figcaption {
  margin-top: 1.25rem;
  font-family: var(--f-sans);
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold-pale);
  text-align: center;
}

/* PULL QUOTE — single, hand-selected testimonial */
.pullquote {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  text-align: left;
  position: relative;
}
.pullquote::before {
  content: "\201C";
  position: absolute;
  top: -0.2em;
  left: -0.1em;
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(6rem, 12vw, 10rem);
  line-height: 1;
  color: var(--gold-soft);
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}
.pullquote blockquote {
  font-family: var(--f-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.25;
  letter-spacing: -0.018em;
  color: var(--cream);
  margin: 0 0 1.75rem;
  position: relative;
  max-width: 36ch;
}
.pullquote figcaption {
  font-family: var(--f-sans);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-pale);
  font-weight: 500;
}

