/* ───────────────── Iberico Sydney — styles ─────────────────
   Palette: charcoal, cream, jamón crimson, aged gold.
   Type: Cormorant Garamond (display) + Jost (sans), system fallbacks. */

:root {
  --ink: #1a1310;          /* near-black, warm */
  --ink-2: #241a15;
  --cream: #f6efe4;
  --cream-dim: #d8cdba;
  --crimson: #7a1f2b;      /* jamón */
  --crimson-bright: #9b2c2c;
  --gold: #c8a45c;
  --gold-soft: #d8bd84;
  --line: rgba(246, 239, 228, 0.14);

  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Jost', 'Helvetica Neue', Arial, system-ui, sans-serif;

  --maxw: 1160px;
  --pad: clamp(1.25rem, 4vw, 3rem);
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.08; margin: 0; }
h2 { font-size: clamp(2rem, 4.5vw, 3.25rem); letter-spacing: -0.01em; }
h3 { font-size: 1.45rem; }

.eyebrow {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--gold);
  margin: 0 0 1rem;
}

.accent { color: var(--gold); }
em { color: var(--gold-soft); font-style: italic; }

/* ───────────────── Buttons ───────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.95rem 1.8rem;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 0.7rem 1.3rem; font-size: 0.78rem; }
.btn-block { width: 100%; }

.btn-primary { background: var(--crimson); color: var(--cream); }
.btn-primary:hover { background: var(--crimson-bright); }

.btn-line { background: transparent; color: var(--cream); border-color: var(--line); }
.btn-line:hover { border-color: var(--gold); color: var(--gold); }

.btn-ghost { background: transparent; border-color: var(--gold); color: var(--gold); padding: 0.6rem 1.3rem; }
.btn-ghost:hover { background: var(--gold); color: var(--ink); }

/* ───────────────── Header ───────────────── */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  padding: 1.1rem 0;
  transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  background: rgba(20, 14, 11, 0.92);
  backdrop-filter: blur(10px);
  padding: 0.7rem 0;
  box-shadow: 0 1px 0 var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; }

.brand { display: flex; align-items: center; gap: 0.75rem; }
.brand-logo {
  width: 52px; height: 52px; border-radius: 50%;
  background: #0c0907;
  border: 1px solid rgba(246, 239, 228, 0.22);
  transition: width .3s ease, height .3s ease;
}
.site-header.scrolled .brand-logo { width: 44px; height: 44px; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--serif); font-weight: 700; letter-spacing: 0.14em; font-size: 1.02rem; }
.brand-tag { font-size: 0.6rem; letter-spacing: 0.4em; color: var(--gold); margin-top: 3px; text-transform: uppercase; }
@media (max-width: 420px) { .brand-wordmark { display: none; } }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav a { font-size: 0.82rem; letter-spacing: 0.08em; color: var(--cream-dim); transition: color .2s ease; }
.nav a:hover { color: var(--cream); }
.nav .nav-cta { color: var(--gold); }
.nav .nav-cta:hover { color: var(--ink); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--cream); transition: transform .25s ease, opacity .25s ease; }

/* ───────────────── Hero ───────────────── */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(16, 11, 9, 0.92) 0%, rgba(16, 11, 9, 0.72) 40%, rgba(16, 11, 9, 0.38) 72%, rgba(16, 11, 9, 0.6) 100%),
    url('/images/live-guests.jpg');
  background:
    linear-gradient(95deg, rgba(16, 11, 9, 0.92) 0%, rgba(16, 11, 9, 0.72) 40%, rgba(16, 11, 9, 0.38) 72%, rgba(16, 11, 9, 0.6) 100%),
    image-set(url('/images/live-guests.webp') type('image/webp'), url('/images/live-guests.jpg') type('image/jpeg'));
  background-size: cover;
  background-position: 60% 35%;
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(80% 60% at 20% 90%, rgba(122, 31, 43, 0.22), transparent 60%);
}
.hero-inner { position: relative; z-index: 2; padding-block: 8rem 5rem; max-width: 880px; }
.hero-title { font-size: clamp(2.6rem, 7vw, 5.25rem); letter-spacing: -0.02em; margin-bottom: 1.5rem; }
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 46ch; color: var(--cream-dim); margin: 0 0 2.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-marks {
  list-style: none; display: flex; flex-wrap: wrap; gap: 2rem;
  margin: 3.5rem 0 0; padding: 1.6rem 0 0; border-top: 1px solid var(--line);
}
.hero-marks li { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-dim); }
.hero-marks strong { font-weight: 500; color: var(--cream); }

.scroll-hint {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%);
  z-index: 2; color: var(--gold); font-size: 1.3rem;
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }
@media (prefers-reduced-motion: reduce) { .scroll-hint { animation: none; } }

/* ───────────────── Sections ───────────────── */
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-head { max-width: 640px; margin-bottom: 3.5rem; }
.section-lede { color: var(--cream-dim); font-size: 1.08rem; margin: 1rem 0 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-copy p { color: var(--cream-dim); margin: 1rem 0; max-width: 50ch; }

.split-media {
  position: relative;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7);
}
.split-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}
.media-tag {
  position: absolute; left: 1rem; bottom: 1rem; z-index: 2;
  font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream); background: rgba(12, 9, 7, 0.7); padding: 0.5rem 0.9rem; border-radius: 2px;
  border: 1px solid var(--line); backdrop-filter: blur(4px);
}
.brand-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--gold-soft);
  margin-top: 1.8rem !important;
  letter-spacing: 0.02em;
}

.ticks { list-style: none; padding: 0; margin: 1.8rem 0 0; }
.ticks li { position: relative; padding-left: 1.8rem; margin-bottom: 0.7rem; color: var(--cream-dim); }
.ticks li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 600; }

/* ───────────────── Cards ───────────────── */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.2rem 1.8rem;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(200,164,92,0.4); }
.card-icon { font-size: 1.6rem; color: var(--gold); margin-bottom: 1rem; }
.card h3 { margin-bottom: 0.6rem; }
.card p { color: var(--cream-dim); margin: 0; font-size: 0.98rem; }
.card-cta { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: linear-gradient(155deg, rgba(122,31,43,0.35), transparent); }
.card-cta .btn { margin-top: 1.2rem; }

/* ───────────────── Hams ───────────────── */
.hams-split { align-items: center; }
.ham-illus { background: #f6efe4; border-color: rgba(200,164,92,0.35); }
.ham-illus img { aspect-ratio: 1 / 1; object-fit: cover; }
.ham-cards { display: grid; gap: 1.2rem; margin-top: 1.8rem; }
.ham {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.8rem;
  background: linear-gradient(160deg, var(--ink-2), var(--ink));
}
.ham h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.ham-note { color: var(--cream-dim); margin: 0 0 1rem; }
.ham-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 0.6rem; padding: 0; margin: 0; }
.ham-tags li { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(200,164,92,0.35); padding: 0.3rem 0.75rem; border-radius: 999px; }

/* ───────────────── Gallery ───────────────── */
.gallery { background: linear-gradient(160deg, var(--ink-2), var(--ink)); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.2rem;
}
.gallery-item {
  margin: 0; border-radius: 6px; overflow: hidden; border: 1px solid var(--line);
  background: var(--ink);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; aspect-ratio: 4 / 5; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-tall { grid-row: span 2; }
.gallery-tall img { aspect-ratio: 3 / 5; }
@media (max-width: 700px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tall { grid-row: span 1; grid-column: span 2; }
  .gallery-tall img { aspect-ratio: 16 / 10; }
}

/* ───────────────── Process ───────────────── */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; counter-reset: step; }
.step { border-top: 2px solid var(--line); padding-top: 1.4rem; }
.step-num { font-family: var(--serif); font-size: 2.4rem; color: var(--gold); display: block; margin-bottom: 0.6rem; }
.step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.step p { color: var(--cream-dim); margin: 0; font-size: 0.96rem; }

/* ───────────────── Quote ───────────────── */
.quote-section { background: linear-gradient(160deg, #2a1813, var(--ink)); }
.big-quote { margin: 0; max-width: 880px; text-align: center; margin-inline: auto; }
.big-quote p { font-family: var(--serif); font-size: clamp(1.6rem, 4vw, 2.6rem); line-height: 1.3; font-style: italic; color: var(--cream); margin: 0 0 1.2rem; }
.big-quote cite { font-style: normal; letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.78rem; color: var(--gold); }

/* ───────────────── Enquire ───────────────── */
.enquire { background: var(--ink-2); }
.enquire-inner { align-items: start; }
.contact-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.contact-list li { display: flex; flex-direction: column; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.contact-list span { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.25rem; }
.contact-list a:hover { color: var(--gold); }

.enquiry-form { background: var(--ink); border: 1px solid var(--line); border-radius: 8px; padding: clamp(1.6rem, 3vw, 2.6rem); }
.field { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 0.45rem; }
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.98rem;
  padding: 0.8rem 0.9rem;
  transition: border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; }
.form-note { margin: 1rem 0 0; font-size: 0.9rem; min-height: 1.2em; }
.form-note.ok { color: var(--gold-soft); }
.form-note.err { color: #e08a8a; }

/* ───────────────── Footer ───────────────── */
.site-footer { padding-block: 3.5rem 1.5rem; border-top: 1px solid var(--line); }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; padding-bottom: 2.5rem; }
.footer-brand { max-width: 380px; }
.footer-logo { width: 84px; height: 84px; border-radius: 50%; background: #0c0907; border: 1px solid rgba(246,239,228,0.18); }
.footer-brand p { color: var(--cream-dim); margin: 1rem 0 0; }
.footer-brand .brand-line { display: inline-block; margin-top: 0.4rem !important; font-size: 1rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; }
.footer-nav a { color: var(--cream-dim); font-size: 0.85rem; letter-spacing: 0.08em; }
.footer-nav a:hover { color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.5rem 1.25rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--cream-dim); font-size: 0.8rem; }
.footer-bottom p { margin: 0; }

/* Agency credit — Stratagem AI */
.footer-credit { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--cream-dim); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.02em; opacity: 0.85; transition: opacity 0.25s ease, color 0.25s ease; }
.footer-credit span { font-weight: 300; }
.footer-credit strong { font-weight: 500; color: var(--cream); }
.footer-credit-logo { width: 20px; height: 20px; filter: drop-shadow(0 1px 4px rgba(41, 170, 255, 0.45)); }
.footer-credit:hover { opacity: 1; }
.footer-credit:hover strong { color: #5cc1ff; }

/* ───────────────── Reveal animation ───────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ───────────────── Responsive ───────────────── */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-media { order: -1; max-width: 420px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(78vw, 320px);
    flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.6rem;
    background: rgba(20,14,11,0.98); backdrop-filter: blur(12px);
    padding: 2rem var(--pad); transform: translateX(100%); transition: transform .3s ease;
    box-shadow: -20px 0 60px -20px rgba(0,0,0,0.8);
  }
  .nav.open { transform: none; }
  .nav a { font-size: 1.1rem; }
  .nav-toggle { display: flex; z-index: 60; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 560px) {
  .cards, .ham-grid, .field-row, .steps { grid-template-columns: 1fr; }
  .hero-marks { gap: 1.2rem 1.6rem; }
}

/* ═════════════════ Multi-page additions ═════════════════ */

/* Tighten nav for more items */
.nav { gap: 1.4rem; }
.nav > a { font-size: 0.8rem; letter-spacing: 0.06em; color: var(--cream-dim); transition: color .2s ease; white-space: nowrap; }
.nav > a:hover, .nav > a.active { color: var(--gold); }

/* Dropdown */
.nav-dropdown { position: relative; }
.nav-dropbtn {
  background: none; border: 0; cursor: pointer; color: var(--cream-dim);
  font-family: var(--sans); font-size: 0.8rem; letter-spacing: 0.06em; padding: 0;
  display: inline-flex; align-items: center; gap: 0.3rem; transition: color .2s ease;
}
.nav-dropbtn:hover, .nav-dropdown.active .nav-dropbtn { color: var(--gold); }
.nav-dropbtn .caret { font-size: 0.7rem; }
.nav-submenu {
  position: absolute; top: calc(100% + 0.9rem); left: 50%; transform: translateX(-50%) translateY(8px);
  background: rgba(20,14,11,0.98); backdrop-filter: blur(12px);
  border: 1px solid var(--line); border-radius: 6px; padding: 0.5rem; min-width: 200px;
  display: flex; flex-direction: column; gap: 0.1rem;
  opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease;
  box-shadow: 0 24px 50px -24px rgba(0,0,0,0.8); z-index: 60;
}
.nav-submenu a { padding: 0.6rem 0.8rem; border-radius: 4px; font-size: 0.85rem; color: var(--cream-dim); }
.nav-submenu a:hover, .nav-submenu a[aria-current="page"] { background: rgba(200,164,92,0.12); color: var(--gold); }
.nav-dropdown:hover .nav-submenu,
.nav-dropdown.open .nav-submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

/* Sub-page hero banner */
.page-hero {
  position: relative; padding: clamp(8rem, 16vw, 12rem) 0 clamp(3rem, 6vw, 5rem);
  display: flex; align-items: flex-end; min-height: 52svh; overflow: hidden;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.page-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,11,9,0.7) 0%, rgba(16,11,9,0.55) 40%, rgba(16,11,9,0.9) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); letter-spacing: -0.02em; max-width: 16ch; }
.page-hero .page-lede { font-size: clamp(1.05rem, 2vw, 1.25rem); color: var(--cream-dim); max-width: 56ch; margin: 1.2rem 0 0; }
.breadcrumb { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.breadcrumb a { color: var(--gold); } .breadcrumb a:hover { color: var(--cream); }

/* Prose / lead text */
.prose { max-width: 70ch; }
.prose p { color: var(--cream-dim); margin: 0 0 1.2rem; font-size: 1.05rem; }
.prose h3 { font-size: 1.5rem; margin: 2.2rem 0 0.8rem; }
.lead { font-size: clamp(1.15rem, 2.4vw, 1.5rem); font-family: var(--serif); color: var(--cream); line-height: 1.4; }

/* Alternating feature rows (reuse .split) */
.feature-row + .feature-row { margin-top: clamp(3rem, 6vw, 5rem); }
.feature-row.reverse .split-media { order: 2; }
@media (max-width: 900px) { .feature-row.reverse .split-media { order: -1; } }

/* Packages */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.package {
  border: 1px solid var(--line); border-radius: 8px; padding: 2.4rem 2rem;
  background: var(--ink-2); display: flex; flex-direction: column;
}
.package.featured { border-color: rgba(200,164,92,0.5); background: linear-gradient(165deg, rgba(122,31,43,0.28), var(--ink-2)); }
.package .tier { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.package h3 { font-size: 1.6rem; margin-bottom: 0.4rem; }
.package .desc { color: var(--cream-dim); margin: 0 0 1.4rem; }
.package ul { list-style: none; padding: 0; margin: 0 0 1.8rem; }
.package li { position: relative; padding-left: 1.6rem; margin-bottom: 0.6rem; color: var(--cream-dim); font-size: 0.96rem; }
.package li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.package .btn { margin-top: auto; }
@media (max-width: 900px) { .packages { grid-template-columns: 1fr; } }

/* Checklist columns (event types) */
.check-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem 2.5rem; }
.check-cols h3 { font-size: 1.2rem; margin-bottom: 0.8rem; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 1.6rem; margin-bottom: 0.6rem; color: var(--cream-dim); }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }

/* FAQ (native details) */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details {
  border-bottom: 1px solid var(--line); padding: 0.4rem 0;
}
.faq-list summary {
  list-style: none; cursor: pointer; padding: 1.2rem 2.5rem 1.2rem 0; position: relative;
  font-family: var(--serif); font-size: 1.25rem; color: var(--cream);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  color: var(--gold); font-size: 1.6rem; transition: transform .25s ease;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list .faq-body { padding: 0 0 1.4rem; color: var(--cream-dim); max-width: 70ch; }
.faq-list .faq-body p { margin: 0 0 0.8rem; }

/* Video feature */
.video-feature { position: relative; border-radius: 8px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 30px 60px -30px rgba(0,0,0,0.7); }
.video-feature video { width: 100%; display: block; }

/* Venues & partnerships */
.venue-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1rem; }
.venue-chip {
  border: 1px solid var(--line); border-radius: 6px; padding: 1.4rem 1rem; text-align: center;
  color: var(--cream-dim); background: var(--ink-2); font-size: 0.95rem; letter-spacing: 0.04em;
}
.venue-note { color: var(--cream-dim); text-align: center; margin-top: 1.5rem; font-style: italic; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--crimson) 0%, #3a1414 100%); text-align: center; }
.cta-band h2 { margin-bottom: 1rem; }
.cta-band p { color: rgba(246,239,228,0.85); max-width: 50ch; margin: 0 auto 2rem; }

/* Gallery filter */
.gallery-filter { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-bottom: 2.5rem; }
.gallery-filter button {
  background: transparent; border: 1px solid var(--line); color: var(--cream-dim);
  font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.55rem 1.2rem; border-radius: 999px; cursor: pointer; transition: all .2s ease;
}
.gallery-filter button:hover { color: var(--cream); border-color: var(--gold); }
.gallery-filter button.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.gallery-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-page-grid .gallery-item img { aspect-ratio: 1/1; }
@media (max-width: 800px) { .gallery-page-grid { grid-template-columns: repeat(2, 1fr); } }

/* Mobile nav: longer menu needs scroll + inline submenu */
@media (max-width: 720px) {
  .nav {
    justify-content: flex-start; gap: 0.4rem; overflow-y: auto;
    padding-top: 6rem; width: min(86vw, 360px);
  }
  .nav > a { font-size: 1.05rem; padding: 0.5rem 0; }
  .nav-dropdown { width: 100%; }
  .nav-dropbtn { font-size: 1.05rem; padding: 0.5rem 0; width: 100%; justify-content: space-between; }
  .nav-submenu {
    position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none;
    background: transparent; border: 0; padding: 0 0 0.5rem 1rem; min-width: 0; display: none;
  }
  .nav-dropdown.open .nav-submenu { display: flex; }
  .nav-cta { margin-top: 0.8rem; }
}
@media (max-width: 900px) { .packages { grid-template-columns: 1fr; } .gallery-page-grid { grid-template-columns: repeat(2,1fr); } }
