/* ══════════════════════════════════════════════════════════════
   PREMIUM PASS (Tier 2) — one committed identity
   Deep black · violet · champagne. Editorial serif display type.
   Loads AFTER styles.css + themes.css and overrides both.
   ══════════════════════════════════════════════════════════════ */

/* ── Self-hosted fonts (no Google Fonts round-trip for display type) ── */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/InstrumentSerif-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic; font-weight: 400; font-display: swap;
  src: url('../assets/fonts/InstrumentSerif-400i-latin.woff2') format('woff2');
}

/* ── One identity: deep black, violet, champagne ── */
html[data-theme] {
  --bg: #0a0a0f;
  --bg-card: #121218;
  --bg-card-mid: #16161d;
  --bg-card-high: #1d1d26;
  --bg-card-highest: #26262f;
  --primary: #c4b5fd;
  --primary-light: #ddd6fe;
  --primary-dark: #8b5cf6;
  --primary-deep: #6d28d9;
  --champagne: #e6c98d;
  --border: rgba(255,255,255,0.07);
  --glass: rgba(10,10,15,0.85);
  --text-1: #f2f0f7;
  --text-2: #c9c4d4;
  --text-3: #8f8a9c;
}

/* Quieter grain — luxury is restraint */
body::before { opacity: 0.015 !important; }
body::after  { opacity: 0.25 !important; }

/* ── Editorial display type ── */
.hero h1 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: clamp(56px, 5.6vw, 84px);
  letter-spacing: -0.02em;
  line-height: 1.02;
}
.hero h1 .gradient-text { font-style: italic; }

.features-header h2,
.how-header h2,
.testimonials-header h2,
.venues h2,
.cta h2,
.iwbt-content h2 {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
  text-transform: none;
}
.cta h2 .gradient-text { font-style: italic; }

/* Champagne section labels — the "expensive" accent, used sparingly */
.section-label {
  color: var(--champagne);
  letter-spacing: 0.24em;
  font-weight: 600;
}

/* Bento/feature card titles stay grotesque but lighter-handed */
.bento-card h3 { letter-spacing: -0.02em; }

/* ── Calmer, more precise components ── */
.hero-badge { border-color: rgba(230,201,141,0.25); }
.glow-border-btn { animation: none; box-shadow: 0 0 24px rgba(139,92,246,0.18); }

/* Primary CTA: solid light pill — reads instantly as the one action.
   glow-border-btn paints its inner surface with ::after, so recolor that too. */
.btn-primary {
  background: #f5f2ff;
  color: #0a0a0f;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.btn-primary.glow-border-btn::after { background: #f5f2ff; }
.btn-primary:hover, .btn-primary.glow-border-btn:hover::after { background: #fff; }

/* Hairline borders + softer glow on cards */
.bento-card, .testimonial-card, .how-step, .vb {
  border-color: rgba(255,255,255,0.06);
}
.divider { opacity: 0.6; }

/* Hide the theme switcher — one brand, one look */
#themeSelector { display: none !important; }

/* ── Premium footer ── */
.footer { padding: 64px 48px 32px; }
.footer-inner { flex-direction: column; align-items: stretch; gap: 32px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand .footer-logo img { height: 34px; width: 34px; max-height: 34px; }
.footer-tagline {
  margin-top: 14px;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 19px;
  color: var(--text-2);
  font-style: italic;
}
.footer-made { margin-top: 8px; font-size: 12px; color: var(--text-3); letter-spacing: 0.06em; }
.footer-col h5 {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--champagne);
  margin-bottom: 14px;
}
.footer-col a {
  display: block; color: var(--text-3); text-decoration: none;
  font-size: 13px; padding: 5px 0; transition: color 0.3s;
}
.footer-col a:hover { color: var(--text-1); }
.footer .footer-left { justify-content: flex-start; }
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-brand .footer-logo { display: flex; justify-content: center; }
}

/* ── Venue form status line ── */
.venue-form-status { min-height: 18px; margin-top: 10px; font-size: 13px; }
.venue-form-status--ok { color: #86efac; }
.venue-form-status--error { color: #fca5a5; }

/* ── Reduced motion: stillness is also luxury ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* ── Kill horizontal scroll for good (iOS Safari ignores body-only hidden) ──
   clip > hidden: no scroll container is created, the viewport simply cannot
   pan sideways. Belt & braces: constrain the known wide offenders too. */
html, body { overflow-x: clip; max-width: 100vw; }
.iwbt-visual, .iwbt-map { max-width: 100%; min-width: 0; }
.cta-glow { max-width: 100vw; }
.stats-inner { flex-wrap: wrap; }
.stat-number--text { white-space: normal; }

/* Rising ambience: tiny BeThere marks instead of star dots */
.particle--logo {
  border-radius: 0;
  background: url('../assets/images/logo-icon.png') center / contain no-repeat;
}
