/* =========================================================================
   The Australian Wine Man — national hub design system
   Adapted from the Geelong Wine Man palette (warm wine + coastal Australia)
   ========================================================================= */

:root {
  /* Wine palette */
  --bordeaux: #6B1530;
  --bordeaux-deep: #5a1118;
  --gold: #b9853b;
  --gold-soft: #c99a52;

  /* Coastal palette */
  --bay: #3a5260;
  --bay-deep: #243742;
  --sea: #6d8a93;
  --eucalypt: #7d8a6a;
  --eucalypt-deep: #4f5a40;
  --sand: #f3ebdd;
  --sand-2: #ece0cc;
  --sand-3: #e0d0b4;

  /* Ink & surfaces */
  --ink: #22181a;
  --ink-soft: #6b554a;
  --parchment: #f7efe6;
  --parchment-2: #efe3d3;
  --line: rgba(107, 21, 48, 0.14);
  --shadow-sm: 0 1px 2px rgba(42, 26, 22, 0.06);
  --shadow-md: 0 6px 22px rgba(42, 26, 22, 0.10);
  --shadow-lg: 0 18px 48px rgba(42, 26, 22, 0.16);
  --maxw: 1180px;
  --maxw-wide: 1360px;
  --maxw-read: 720px;

  --type-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --type-body: 'Work Sans', system-ui, -apple-system, sans-serif;
}

[data-theme="dark"] {
  --bordeaux: #c4596f;
  --bordeaux-deep: #6B1530;
  --gold: #c99a52;
  --gold-soft: #d8b173;
  --bay: #8aa6b2;
  --bay-deep: #1a262d;
  --sea: #5a747c;
  --eucalypt: #94a07e;
  --eucalypt-deep: #6b7855;
  --sand: #1f1614;
  --sand-2: #271d18;
  --sand-3: #312321;
  --ink: #f3e7da;
  --ink-soft: #b59c8c;
  --parchment: #1f1614;
  --parchment-2: #271b18;
  --line: rgba(201, 154, 82, 0.22);
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.3);
  --shadow-md: 0 6px 22px rgba(0,0,0,0.4);
  --shadow-lg: 0 18px 48px rgba(0,0,0,0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  min-height: 100dvh;
  line-height: 1.65;
  font-family: var(--type-body);
  font-size: clamp(1rem, 0.97rem + 0.2vw, 1.125rem);
  color: var(--ink);
  background-color: var(--sand);
  background-image:
    radial-gradient(1200px 680px at 82% -8%, color-mix(in srgb, var(--gold) 12%, transparent) 0%, transparent 60%),
    radial-gradient(1000px 620px at -10% 12%, color-mix(in srgb, var(--bordeaux) 7%, transparent) 0%, transparent 55%),
    radial-gradient(1100px 900px at 50% 118%, color-mix(in srgb, var(--bordeaux) 9%, transparent) 0%, transparent 60%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

img { max-width: 100%; display: block; }
a { color: var(--bordeaux); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.wrap-wide { width: 100%; max-width: var(--maxw-wide); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--type-display); font-weight: 500; line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 1.6rem + 3.4vw, 4.4rem); }
h2 { font-size: clamp(1.7rem, 1.3rem + 1.6vw, 2.6rem); }
h3 { font-size: 1.3rem; }
.eyebrow { font-family: var(--type-body); font-weight: 600; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.lead { font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem); color: var(--ink-soft); max-width: 60ch; }
em { font-style: italic; color: var(--bordeaux); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--type-body); font-weight: 600; font-size: 0.95rem; padding: 0.85rem 1.6rem; border-radius: 9999px; border: 1px solid transparent; cursor: pointer; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; text-decoration: none; }
.btn-primary { background: var(--bordeaux); color: #f7efe6; border-color: var(--bordeaux); }
.btn-primary:hover { background: var(--bordeaux-deep); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); text-decoration: none; }
.btn-ghost { background: rgba(247,239,230,0.10); color: #f7efe6; border-color: rgba(247,239,230,0.5); }
.btn-ghost:hover { border-color: var(--gold-soft); color: #fff; background: rgba(247,239,230,0.16); text-decoration: none; }
.btn-ghost-ink { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost-ink:hover { border-color: var(--gold); color: var(--bordeaux); text-decoration: none; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease; border-bottom: 1px solid transparent; }
/* Subtle dark gradient behind the transparent (top-of-page) header so cream nav text stays readable over any hero. Fades out when the header goes solid on scroll. */
.site-header::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: -76px; z-index: -1; pointer-events: none; background: linear-gradient(180deg, rgba(18,14,12,0.55) 0%, rgba(18,14,12,0.32) 58%, rgba(18,14,12,0) 100%); transition: opacity 220ms ease; }
.site-header.solid::before { opacity: 0; }
.site-header.solid { background: var(--parchment); box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }
.site-header.solid .brand-name, .site-header.solid .nav-links a { color: var(--ink); }
.site-header.solid .brand-name span { color: var(--ink-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; color: #f7efe6; }
.brand:hover { text-decoration: none; }
.brand-mark { width: 34px; height: 34px; flex: none; border-radius: 50%; object-fit: cover; }
.brand-name { font-family: var(--type-display); font-weight: 600; font-size: 1.12rem; line-height: 1; color: #f7efe6; }
.brand-name span { display: block; font-family: var(--type-body); font-weight: 500; font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(247,239,230,0.7); margin-top: 2px; }
.nav { display: flex; align-items: center; gap: 1.2rem; }
.nav-links { display: flex; align-items: center; gap: 1.1rem; }
.nav-links a { color: rgba(247,239,230,0.92); font-size: 0.92rem; font-weight: 500; }
.nav-links a:hover { color: var(--gold-soft); text-decoration: none; }
.theme-toggle { background: none; border: 1px solid rgba(247,239,230,0.3); color: #f7efe6; border-radius: 9999px; padding: 0.4rem; cursor: pointer; display: inline-flex; }
.site-header.solid .theme-toggle { color: var(--ink); border-color: var(--line); }
/* ---- Mobile hamburger nav (<= 860px) ---- */
.nav-toggle { display: none; background: none; border: 1px solid rgba(247,239,230,0.3); color: #f7efe6; border-radius: 9999px; padding: 0.45rem; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 20px; height: 20px; display: block; }
.site-header.solid .nav-toggle { color: var(--ink); border-color: var(--line); }
.site-header.nav-open .nav-toggle { color: var(--ink); border-color: var(--line); }
@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .nav { gap: 0.6rem; position: static; }
  .nav-links {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--parchment);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 0.4rem 0;
  }
  .nav.open .nav-links { display: flex; }
  .nav-links a { color: var(--ink); padding: 0.8rem clamp(1.1rem, 4vw, 2.5rem); font-size: 1rem; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-links a:hover { color: var(--bordeaux); background: rgba(107,21,48,0.05); text-decoration: none; }
  .site-header.nav-open { background: var(--parchment); box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }
  .site-header.nav-open .brand-name, .site-header.nav-open .nav-links a { color: var(--ink); }
  .site-header.nav-open .brand-name span { color: var(--ink-soft); }
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92dvh; display: grid; align-items: end; overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(36,55,66,0.55) 0%, rgba(36,55,66,0.34) 35%, rgba(36,55,66,0.86) 100%); }
.hero-inner { position: relative; z-index: 2; padding-block: clamp(4rem, 10vw, 7rem) clamp(3rem, 7vw, 5rem); color: #f7efe6; max-width: var(--maxw-wide); margin-inline: auto; width: 100%; padding-inline: clamp(1.1rem, 4vw, 2.5rem); }
.hero h1, .hero .eyebrow, .hero .lead { color: #f7efe6; }
.hero .lead { color: rgba(247,239,230,0.9); }
.hero .eyebrow { color: var(--gold-soft); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.hero h1 em { color: #e6c07a; font-style: italic; text-shadow: 0 1px 3px rgba(12,9,10,0.85), 0 2px 22px rgba(0,0,0,0.5); }
/* Legibility guard: keep hero copy WCAG-readable across all regional image grades */
.hero h1, .hero .lead, .hero .eyebrow { text-shadow: 0 1px 14px rgba(20,16,20,0.45); }
/* Cinematic flyover — slow Ken Burns sweep on the hero image (seamless, always on) */
@keyframes kenburns { 0% { transform: scale(1.06) translate3d(0,0,0); } 100% { transform: scale(1.18) translate3d(-1.8%,-1.6%,0); } }
.hero-img { animation: kenburns 22s ease-in-out infinite alternate; will-change: transform; }
/* Real flyover video background (covers the still when present) */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-video.loaded ~ .hero-img { opacity: 0; transition: opacity 700ms ease; }
@media (prefers-reduced-motion: reduce) { .hero-img { animation: none; } .hero-video { display: none; } }

/* ---------- Sections ---------- */
.section { padding-block: clamp(3.5rem, 8vw, 6rem); }
.section-alt { background: var(--parchment); }
.section-head { max-width: var(--maxw-read); margin-bottom: 2rem; }
.section-head h2 { margin-bottom: 0.7rem; }
.section-head p { color: var(--ink-soft); }

/* ---------- Editor's #1 hero card ---------- */
.top-pick-card {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
  background: var(--parchment);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.top-pick-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold);
  text-decoration: none;
}
.top-pick-media { position: relative; align-self: stretch; }
.top-pick-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.top-pick-body {
  padding: 1.6rem 1.75rem 1.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
  justify-content: center;
}
.top-pick-body h3 {
  font-size: 1.55rem;
  line-height: 1.15;
  margin: 0 0 0.15rem;
}
.top-pick-body .loc {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
}
.top-pick-body .wines {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--ink);
  margin: 0.25rem 0 0.15rem;
}
.top-pick-body .badges { margin-top: 0.25rem; }
.top-pick-cta { margin-top: 0.5rem; }
.top-pick-cta .guide-link {
  display: inline-block;
  font-weight: 600;
  color: var(--bordeaux);
  border-bottom: 1px solid color-mix(in srgb, var(--bordeaux) 40%, transparent);
  padding-bottom: 1px;
}
.top-pick-card:hover .top-pick-cta .guide-link { border-bottom-color: var(--bordeaux); }
@media (max-width: 720px) {
  .top-pick-card { grid-template-columns: 1fr; }
  .top-pick-img { aspect-ratio: 16/10; min-height: 0; height: auto; }
  .top-pick-body { padding: 1.25rem 1.25rem 1.4rem; justify-content: flex-start; }
  .top-pick-body h3 { font-size: 1.35rem; }
}

/* ---------- Standout feature cards ---------- */
.standout-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; }
.feature-card { background: var(--parchment); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold); text-decoration: none; }
.feature-thumb { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.feature-body { padding: 1rem 1.1rem 1.2rem; }
.feature-body h3 { font-size: 1.18rem; margin-bottom: 0.3rem; }
.feature-body .loc { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 0.4rem; }
.feature-body .wines { font-size: 0.82rem; color: var(--ink-soft); }
.badges { display: flex; flex-wrap: wrap; gap: 0.35rem; margin-top: 0.6rem; }
.badge { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.25rem 0.55rem; border-radius: 9999px; background: color-mix(in srgb, var(--gold) 16%, transparent); color: var(--bordeaux); border: 1px solid color-mix(in srgb, var(--gold) 30%, transparent); white-space: nowrap; }
.badge.halliday { background: color-mix(in srgb, var(--bordeaux) 10%, transparent); color: var(--bordeaux); }
.badge.top-pick { background: var(--bordeaux); color: var(--parchment); border: 1px solid var(--bordeaux); }

/* ---------- Producer directory cards ---------- */
.radar-grid { display: grid; grid-template-columns: 1fr; gap: 0.6rem; }
.producer { display: flex; gap: 0.85rem; padding: 0.8rem 0.9rem; border-radius: 12px; border: 1px solid var(--line); background: var(--parchment); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.producer:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--gold); text-decoration: none; }
.thumb { width: 64px; height: 64px; flex: none; border-radius: 10px; object-fit: cover; transition: transform 220ms ease; }
.thumb-link { display: block; flex: none; line-height: 0; border-radius: 10px; }
.thumb-link .thumb { display: block; }
.producer:hover .thumb { transform: scale(1.07); }
.producer-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.producer-copy h4 { font-size: 1.02rem; font-weight: 500; margin-bottom: 0.15rem; }
.producer-copy h4 a { color: inherit; text-decoration: none; }
.producer-copy h4 a:hover { color: var(--bordeaux); }
.producer-copy h4.linked::after { content: " \2197"; color: var(--gold); font-size: 0.85rem; }
.producer-copy .loc { font-size: 0.8rem; color: var(--ink-soft); }
.producer-copy .wines { font-size: 0.78rem; color: var(--ink-soft); }
.producer-copy .src { font-size: 0.72rem; color: var(--gold); margin-top: 0.2rem; }
.producer.priority { gap: 1rem; padding: 1rem 1.1rem; border-color: color-mix(in srgb, var(--gold) 55%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--gold) 12%, var(--parchment)) 0%, var(--parchment) 60%); box-shadow: 0 2px 14px color-mix(in srgb, var(--bordeaux) 12%, transparent); position: relative; }
.producer.priority::before { content: "★ Priority pick"; position: absolute; top: 0.55rem; right: 0.7rem; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.2rem 0.5rem; border-radius: 9999px; background: color-mix(in srgb, var(--gold) 22%, transparent); color: var(--bordeaux); border: 1px solid color-mix(in srgb, var(--gold) 40%, transparent); }
.producer.priority .thumb { width: 84px; height: 84px; }
.producer.priority .producer-copy h4 { font-size: 1.12rem; font-weight: 600; }
@media (min-width: 720px) { .radar-grid { grid-template-columns: 1fr 1fr; } }

.radar-group { margin-bottom: 2rem; }
.radar-group h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.radar-group .sub { font-size: 0.85rem; color: var(--ink-soft); font-weight: 400; }

/* ---------- Stats row ---------- */
.stats { display: flex; flex-wrap: wrap; gap: 2rem; margin-top: 1.5rem; }
.stat .num { font-family: var(--type-display); font-size: 2rem; font-weight: 600; color: var(--bordeaux); }
.stat .label { font-size: 0.8rem; color: var(--ink-soft); }

/* ---------- State / region nav cards ---------- */
.state-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.state-card { display: block; padding: 1.6rem 1.4rem; border-radius: 16px; border: 1px solid var(--line); background: var(--parchment); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.state-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--gold); text-decoration: none; }
.state-card h3 { font-size: 1.25rem; margin-bottom: 0.3rem; }
.state-card p { font-size: 0.85rem; color: var(--ink-soft); }
.state-card .soon { display: inline-block; margin-top: 0.6rem; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); background: var(--sand-2); padding: 0.2rem 0.6rem; border-radius: 9999px; }
.state-card.live .soon { color: var(--parchment); background: var(--bordeaux); }
.state-card .count { display: block; margin-top: 0.5rem; font-size: 0.78rem; color: var(--gold-soft); font-weight: 600; letter-spacing: 0.02em; }

/* ---------- Disclosure / disclaimer ---------- */
.disclosure { background: var(--parchment-2); }
.disclosure-note { background: var(--sand-2); border-left: 3px solid var(--gold); padding: 1rem 1.2rem; border-radius: 8px; margin-top: 1rem; font-size: 0.92rem; color: var(--ink-soft); }
.disclosure-note strong { color: var(--ink); }

/* ---------- Footer ---------- */
.site-footer { background: var(--bay-deep); color: rgba(247,239,230,0.82); padding-block: 3rem 1.5rem; }
.site-footer a { color: rgba(247,239,230,0.82); }
.site-footer .brand-name { color: #f7efe6; }
.footer-grid { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; align-items: flex-start; }
.footer-brand p { font-size: 0.88rem; color: rgba(247,239,230,0.6); max-width: 36ch; margin-top: 0.5rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 0.9rem 1.4rem; font-size: 0.9rem; }
.footer-bottom { margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(247,239,230,0.14); display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between; font-size: 0.8rem; color: rgba(247,239,230,0.6); }
.footer-disclaimer { margin: 1.1rem auto 0; padding-top: 1.1rem; border-top: 1px solid rgba(247,239,230,0.14); font-size: 0.78rem; line-height: 1.5; color: rgba(247,239,230,0.55); text-align: center; max-width: 70ch; }

/* ---------- Monogram placeholders (cards without a photo yet) ---------- */
.ph { display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--sand-3), var(--sand-2)); }
.ph span { font-family: var(--type-display); font-weight: 600; color: var(--bordeaux); opacity: 0.55; }
.ph { font-size: 2.4rem; }
.ph span { font-size: 2.4rem; }
.ph-sm span { font-size: 1.5rem; }
.ph-sm { background: linear-gradient(135deg, var(--parchment-2), var(--sand-2)); }

/* ---------- Reveal on scroll ---------- */
/* Failsafe: if the IntersectionObserver never fires (e.g. full-page screenshot
   capture, or JS blocked), the animation guarantees content becomes visible by
   ~1.2s so no section is ever left as an invisible blank gap. */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; animation: reveal-failsafe 1ms linear 1.2s forwards; }
.reveal.in { opacity: 1; transform: none; }
@keyframes reveal-failsafe { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; animation: none; } html { scroll-behavior: auto; } }

/* ---------- Image-led city cards (wine-bar hub) ---------- */
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.1rem; }
.city-card { position: relative; display: block; border-radius: 18px; overflow: hidden; min-height: 268px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; isolation: isolate; }
.city-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold); text-decoration: none; }
.city-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.city-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 520ms ease; }
.city-card:hover .city-card-img { transform: scale(1.06); }
.city-card-shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20,16,24,.10) 0%, rgba(20,16,24,.34) 46%, rgba(20,16,24,.88) 100%); }
.city-card-body { position: relative; z-index: 2; min-height: 268px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.3rem 1.4rem; color: #f7efe6; }
.city-card-body h3 { color: #fff; font-size: 1.42rem; margin-bottom: .2rem; text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.city-state { font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); margin: 0 0 .25rem; text-shadow: 0 1px 10px rgba(0,0,0,.55); }
.city-card-body .city-blurb { font-size: .84rem; color: rgba(247,239,230,.88); margin-bottom: .55rem; text-shadow: 0 1px 10px rgba(0,0,0,.45); }
.city-card .city-picks { list-style: none; padding: 0; margin: 0 0 .7rem; display: flex; flex-wrap: wrap; gap: .3rem; }
.city-card .city-picks li { font-size: .66rem; font-weight: 600; letter-spacing: .02em; padding: .2rem .55rem; border-radius: 9999px; background: rgba(247,239,230,.18); color: #f7efe6; }
.city-card-meta { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.city-card-meta .count { color: var(--gold-soft); font-weight: 600; font-size: .8rem; letter-spacing: .02em; }
.city-card-meta .go { font-size: .8rem; font-weight: 600; color: #fff; }
.city-card .illus-badge { z-index: 3; }
.city-card.region { border-color: var(--gold); }
.city-card.region .count { color: #e6c07a; }
@media (max-width:540px){ .city-card, .city-card-body { min-height: 224px; } }

/* No-link feature card (venue without a verified official site) */
.feature-card.no-link { cursor: default; }
.feature-card.no-link:hover { transform: none; box-shadow: none; border-color: var(--line); }
.no-site { margin-top: .55rem; font-size: .72rem; line-height: 1.45; color: var(--ink-soft); font-style: italic; }

/* Illustrative-image disclaimer affordances */
.feature-card { position: relative; }
.illus-badge { position:absolute; top:.5rem; left:.5rem; z-index:2; background:rgba(20,16,24,.78); color:#f7efe6; font-size:.6rem; font-weight:600; letter-spacing:.05em; text-transform:uppercase; padding:.22rem .45rem; border-radius:6px; }
.image-note { font-size:.8rem; line-height:1.45; color:#3a5260; max-width:64ch; margin:.4rem auto 0; }
@media (max-width:540px){ .illus-badge{ font-size:.54rem; padding:.16rem .36rem; } }

/* =========================================================================
   Intro video — broadcast-style TV player
   ========================================================================= */
.intro-video-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.intro-video-copy h2 { margin-bottom: 0.85rem; }
.intro-video-lead { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.6; max-width: 44ch; }
.intro-video-meta { margin-top: 1.3rem; font-family: var(--type-body); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 600; }

.intro-tv {
  position: relative;
  width: 100%;
  max-width: 358px;
  margin-inline: auto;
  background: linear-gradient(160deg, #2a1c1f, #171012);
  border-radius: 18px;
  padding: 10px;
  box-shadow: var(--shadow-lg), 0 0 0 1px rgba(185,133,59,0.20) inset, 0 0 70px rgba(107,21,48,0.20);
}
.intro-tv-bar {
  display: flex; align-items: center; gap: 0.55rem;
  padding: 0.5rem 0.7rem 0.6rem;
  font-family: var(--type-body);
  font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(247,239,230,0.62);
}
.intro-tv-live { display: inline-flex; align-items: center; gap: 0.4rem; color: #f7efe6; font-weight: 700; }
.intro-tv-dot { width: 7px; height: 7px; border-radius: 50%; background: #e23b3b; box-shadow: 0 0 8px #e23b3b; }
.intro-tv-ch { margin-inline: auto; color: var(--gold-soft); }
.intro-tv-dur { color: rgba(247,239,230,0.5); }

.intro-tv-screen {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 0 1px rgba(185,133,59,0.24) inset;
}
.intro-tv-video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.intro-tv-screen::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 60px rgba(0,0,0,0.42);
}

.intro-tv-play {
  position: absolute; inset: 0; margin: auto;
  width: max-content; height: max-content;
  display: flex; flex-direction: column; align-items: center; gap: 0.8rem;
  background: transparent; border: 0; cursor: pointer; padding: 0;
}
.intro-tv-play-circle {
  width: 72px; height: 72px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(107,21,48,0.86); color: #f7efe6;
  border: 2px solid rgba(247,239,230,0.72);
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
  transition: transform 180ms ease, background 180ms ease;
}
.intro-tv-play-circle svg { margin-left: 3px; }
.intro-tv-play:hover .intro-tv-play-circle { background: var(--bordeaux); transform: scale(1.06); }
.intro-tv-play-label {
  font-family: var(--type-body); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #f7efe6; text-shadow: 0 1px 4px rgba(0,0,0,0.7); font-weight: 600;
}
.intro-tv-play[hidden] { display: none; }

@media (max-width: 820px) {
  .intro-video-grid { grid-template-columns: 1fr; text-align: center; }
  .intro-video-lead { margin-inline: auto; }
  .intro-tv { max-width: 300px; }
}
