/* SpeedDating — three brands, one site.
   Tokens and values follow design_handoff_speeddating/README.md. Radius is 0 everywhere, no shadows. */

:root {
  --ground: #0b0a0b;
  --panel: #141113;
  --ink: #f4f1ec;
  --ink-86: rgba(244, 241, 236, 0.86);
  --ink-84: rgba(244, 241, 236, 0.84);
  --ink-80: rgba(244, 241, 236, 0.8);
  --ink-78: rgba(244, 241, 236, 0.78);
  --ink-72: rgba(244, 241, 236, 0.72);
  --gold: #b8861b;
  --gold-fill: #c9a227;
  --gold-hover: #d9a93a;
  --garnet: #8e1b3a;
  --garnet-hover: #a82348;
  --garnet-light: #e3607f;
  --emerald: #0b5c46;
  --emerald-hover: #0f7156;
  --emerald-light: #4fbf90;
  --dark-ink: #171208;
  --rule: rgba(184, 134, 27, 0.5);
  --grid-line: rgba(184, 134, 27, 0.35);
  --hair: rgba(184, 134, 27, 0.4);
  --display: 'Prata', Georgia, serif;
  --body: 'Archivo', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; border-radius: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-hover); }
::selection { background: var(--garnet); color: #fff; }
*:focus-visible { outline: 2px solid var(--gold-fill); outline-offset: 2px; }
em { font-style: italic; }

.wrap { max-width: 1320px; margin: 0 auto; padding: 0 24px; }
.section { border-bottom: 2px solid var(--rule); }
.section--panel { background: var(--panel); }
.pad { padding-top: 84px; padding-bottom: 84px; }
.pad-78 { padding-top: 78px; padding-bottom: 78px; }
.min0 { min-width: 0; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: var(--gold-fill); color: var(--dark-ink); padding: 12px 16px;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800;
}
.skip-link:focus { top: 12px; color: var(--dark-ink); }

/* ---------- Type ---------- */
.kicker {
  font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); font-weight: 700; margin-bottom: 18px;
}
.label {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
h1, h2, h3, blockquote p { font-family: var(--display); font-weight: 400; }
.h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; margin: 0; }
.h2--48 { font-size: clamp(32px, 4vw, 48px); }
.h2--46 { font-size: clamp(30px, 3.6vw, 46px); }
.h2--44 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.1; }
.copy { font-size: 17px; line-height: 1.65; color: rgba(244, 241, 236, 0.82); margin: 0 0 20px; }
.copy--lead { font-size: 18px; color: var(--ink-86); }
.copy--soft { color: var(--ink-78); }
.copy:last-child { margin-bottom: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 15px 18px; font-family: var(--body);
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 800;
  border: 0; cursor: pointer; text-align: left;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.btn--inline { display: inline-flex; justify-content: flex-start; }
.btn--lg { padding: 18px 26px; font-size: 13px; }
.btn--gold, .btn--gold:hover { color: var(--dark-ink); }
.btn--gold { background: var(--gold-fill); }
.btn--gold:hover { background: var(--gold-hover); }
.btn--garnet, .btn--garnet:hover { color: #fff; }
.btn--garnet { background: var(--garnet); }
.btn--garnet:hover { background: var(--garnet-hover); }
.btn--emerald, .btn--emerald:hover { color: #fff; }
.btn--emerald { background: var(--emerald); }
.btn--emerald:hover { background: var(--emerald-hover); }
.btn--ghost { border: 2px solid rgba(244, 241, 236, 0.5); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Visible grid device ---------- */
.vgrid { display: grid; gap: 2px; background: var(--grid-line); border: 1px solid var(--grid-line); }
.vgrid > * { min-width: 0; }

/* ---------- Sponsor banner ---------- */
.sponsor-bar { background: var(--panel); border-bottom: 2px solid var(--rule); }
.sponsor-bar__inner { display: flex; align-items: center; gap: 20px; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; }
.sponsor-bar__label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 700; white-space: nowrap; }
.sponsor-bar__slots { flex: 1; display: flex; gap: 10px; flex-wrap: wrap; }
.sponsor-slot {
  border: 1px solid rgba(244, 241, 236, 0.2); padding: 6px 14px;
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-72); white-space: nowrap;
}
.sponsor-bar__cta { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; white-space: nowrap; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 10, 11, 0.94);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 2px solid var(--rule);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 16px; padding-bottom: 16px; }
.brand { display: flex; flex-direction: column; line-height: 1; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand__name { font-family: var(--display); font-size: 24px; letter-spacing: 0.01em; }
.brand__tag { font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-top: 6px; }
.nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.nav__link { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; color: rgba(244, 241, 236, 0.82); }
.nav__link:hover { color: var(--gold); }
.nav .btn { padding: 12px 20px; font-weight: 700; }
.nav-toggle {
  display: none; align-items: center; gap: 10px;
  background: transparent; color: var(--ink); border: 2px solid rgba(244, 241, 236, 0.5);
  padding: 10px 14px; font-family: var(--body); font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 700; cursor: pointer;
}
.nav-toggle:hover { border-color: var(--gold); color: var(--gold); }
.nav-toggle__bars { display: grid; gap: 4px; width: 16px; }
.nav-toggle__bars span { height: 2px; background: currentColor; }

@media (max-width: 1080px) {
  .nav-toggle { display: inline-flex; }
  .site-header__inner { flex-wrap: wrap; }
  .nav {
    display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0;
    border-top: 1px solid var(--grid-line); margin-top: 4px;
  }
  .nav.is-open { display: flex; }
  .nav__link { padding: 16px 0; border-bottom: 1px solid rgba(184, 134, 27, 0.22); font-size: 13px; }
  .nav .btn { margin-top: 16px; padding: 16px 20px; }
}

/* ---------- Hero ---------- */
.hero { position: relative; }
.hero__media { position: absolute; inset: 0; overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.55) brightness(0.42); }
.hero__media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(11, 10, 11, 0.95) 0%, rgba(11, 10, 11, 0.8) 45%, rgba(142, 27, 58, 0.35) 100%);
}
.hero__inner {
  position: relative; padding-top: 110px; padding-bottom: 88px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: 56px; align-items: end;
}
.hero__kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.hero__dash { width: 56px; height: 2px; background: var(--gold-fill); flex: none; }
.hero__kicker .kicker { margin: 0; }
.hero h1 { font-size: clamp(44px, 6vw, 86px); line-height: 1.02; margin: 0 0 26px; letter-spacing: -0.01em; text-wrap: balance; }
.hero__lede { font-size: 19px; line-height: 1.6; color: var(--ink-86); max-width: 560px; margin: 0 0 36px; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.reg-panel { border: 1px solid var(--hair); background: rgba(11, 10, 11, 0.78); }
.reg-panel__row { padding: 22px 24px; border-bottom: 1px solid rgba(184, 134, 27, 0.3); }
.reg-panel__row .label { font-size: 10px; letter-spacing: 0.24em; margin-bottom: 8px; }
.reg-panel__title { font-family: var(--display); font-size: 26px; line-height: 1.15; }
.reg-panel__meta { font-size: 14px; color: var(--ink-72); margin-top: 8px; }
.reg-panel__line { padding: 20px 24px; display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.reg-panel__line span:first-child { font-size: 13px; color: rgba(244, 241, 236, 0.7); }
.reg-panel__free { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.reg-panel__foot { padding: 0 24px 22px; }
.reg-panel__foot p { font-size: 15px; line-height: 1.6; color: var(--ink-78); margin: 18px 0 20px; }
.reg-panel__foot .btn { padding: 16px 20px; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.stat { padding: 34px 28px; border-right: 1px solid rgba(184, 134, 27, 0.25); }
.stat:first-child { padding-left: 0; }
.stat:last-child { padding-right: 0; border-right: 0; }
.stat__num { font-family: var(--display); font-size: 38px; color: var(--gold); line-height: 1; }
.stat__label { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-72); margin-top: 10px; }
@media (max-width: 719px) {
  .stat, .stat:first-child, .stat:last-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(184, 134, 27, 0.25); }
  .stat:last-child { border-bottom: 0; }
}

/* ---------- Section heads ---------- */
.section-head {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 32px; align-items: end; margin-bottom: 44px;
}
.section-head__aside { font-size: 16px; line-height: 1.6; color: var(--ink-72); max-width: 380px; margin: 0; }

/* ---------- Nights ---------- */
.nights { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); border: 0; background: rgba(184, 134, 27, 0.4); }
.night { background: var(--panel); display: flex; flex-direction: column; }
.night__media { height: 240px; position: relative; overflow: hidden; border-bottom: 1px solid var(--grid-line); }
.night__media > img:first-child { width: 100%; height: 100%; object-fit: cover; }
.night__shade { position: absolute; inset: 0; }
.night__title { position: absolute; left: 26px; bottom: 22px; }
.night__name { font-family: var(--display); font-size: 34px; line-height: 1; color: var(--ink); }
.night__ages { font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 700; margin-top: 9px; }
.night__body { padding: 26px; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.night__body > p { font-size: 16px; line-height: 1.6; color: var(--ink-84); margin: 0; }
.night__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.night__list li { display: flex; gap: 12px; font-size: 15px; color: var(--ink-80); }
.night__list li::before { content: '·'; font-weight: 800; color: var(--accent); }
.night__foot { margin-top: auto; display: grid; gap: 14px; }
.night__domain { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(244, 241, 236, 0.55); }

.night--prime { --accent: var(--gold); }
.night--prime .night__media > img:first-child { filter: saturate(0.35) brightness(0.55); }
.night--prime .night__shade { background: linear-gradient(180deg, rgba(20, 17, 19, 0.1), rgba(20, 17, 19, 0.92)); }

.night--now { --accent: var(--garnet-light); }
.night--now .night__media > img:first-child {
  object-position: 22% 78%; transform: scale(1.85); transform-origin: 22% 78%;
  filter: saturate(1.15) contrast(1.15) brightness(0.62) hue-rotate(-18deg);
}
.night--now .night__shade { background: linear-gradient(180deg, rgba(142, 27, 58, 0.5), rgba(20, 17, 19, 0.9)); }
.night--now .night__shade + .night__shade { background: radial-gradient(circle at 78% 18%, rgba(227, 96, 127, 0.4), transparent 60%); }

.night--four20 { --accent: var(--emerald-light); }
.night--four20 .night__media > img:first-child { filter: saturate(0.5) brightness(0.6); }
.night--four20 .night__shade { background: linear-gradient(180deg, rgba(11, 92, 70, 0.3), rgba(20, 17, 19, 0.94)); }
.night__logo { position: absolute; right: 14px; bottom: 10px; width: 104px; height: 104px; object-fit: contain; }
.night__ages { color: var(--accent); }

/* ---------- Quiz ---------- */
.quiz-intro { max-width: 680px; margin-bottom: 40px; }
.quiz-intro .h2 { margin-bottom: 18px; }
.quiz-intro p { font-size: 17px; line-height: 1.6; color: var(--ink-80); margin: 0; }
.quiz { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.quiz__questions { background: var(--panel); padding: 30px; display: grid; gap: 26px; }
.quiz__q { border: 0; margin: 0; padding: 0; min-width: 0; }
.quiz__legend { display: flex; gap: 12px; align-items: baseline; margin-bottom: 14px; padding: 0; }
.quiz__n { font-family: var(--display); font-size: 18px; color: var(--gold); }
.quiz__legend h3 { font-size: 21px; margin: 0; }
.quiz__options { display: flex; gap: 10px; flex-wrap: wrap; padding-left: 30px; }
.quiz__opt {
  border: 2px solid rgba(244, 241, 236, 0.3); background: transparent; color: var(--ink);
  padding: 12px 16px; font-size: 14px; font-family: var(--body); font-weight: 600;
  cursor: pointer; text-align: left;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.quiz__opt:hover { border-color: var(--gold-fill); }
.quiz__opt[aria-pressed='true'] { background: var(--gold-fill); border-color: var(--gold-fill); color: var(--dark-ink); }
@media (max-width: 480px) { .quiz__options { padding-left: 0; } .quiz__questions, .quiz__result { padding: 24px; } }
.quiz__result { background: var(--ground); padding: 30px; display: flex; flex-direction: column; gap: 18px; }
.quiz__result .label { font-size: 11px; }
.quiz__title { font-family: var(--display); font-size: 30px; line-height: 1.15; }
.quiz__body { font-size: 16px; line-height: 1.6; color: var(--ink-80); margin: 0; }
.quiz__actions { margin-top: auto; display: grid; gap: 12px; }
.quiz__actions .btn--gold { padding: 16px 18px; }
.btn--reset { border: 2px solid rgba(244, 241, 236, 0.35); background: transparent; color: var(--ink); padding: 14px 18px; font-weight: 700; }
.btn--reset:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Two-column blocks ---------- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); gap: 56px; align-items: start; }
.split--320 { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
.split--center { align-items: center; }

/* ---------- Method ---------- */
.callout { border: 1px solid var(--hair); padding: 24px; }
.callout .label { font-size: 11px; margin-bottom: 12px; }
.callout p { font-size: 16px; line-height: 1.6; color: var(--ink-84); margin: 0; }
.method .h2 { margin-bottom: 24px; }
.method .copy:nth-of-type(2) { margin-bottom: 30px; }
.steps { list-style: none; padding: 0; margin: 0; }
.step { background: var(--ground); padding: 28px; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 22px; align-items: start; }
.step__n { font-family: var(--display); font-size: 34px; color: var(--gold); line-height: 1; }
.step h3 { font-size: 24px; margin: 0 0 10px; }
.step p, .card p { font-size: 15px; line-height: 1.6; color: var(--ink-78); margin: 0; }
@media (max-width: 480px) { .step { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 24px; } .step__n { font-size: 28px; } }

/* ---------- Cards (timeline, safety) ---------- */
.timeline { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.card { background: var(--panel); padding: 28px; }
.card .label { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 14px; }
.card h3 { font-size: 22px; margin: 0 0 10px; }
.night-run .h2 { margin-bottom: 44px; max-width: 760px; }

/* ---------- Events ---------- */
.events-head { margin-bottom: 36px; gap: 28px; }
.events-head .section-head__aside { font-size: 15px; color: rgba(244, 241, 236, 0.7); max-width: 400px; }
.event-steps { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); border-color: var(--hair); }
.event-step { background: var(--ground); padding: 34px; }
.event-step .label { margin-bottom: 16px; }
.event-step h3 { font-size: 26px; margin: 0 0 12px; }
.event-step p { font-size: 16px; line-height: 1.6; color: var(--ink-80); margin: 0; }
.events-bar {
  border: 1px solid var(--hair); border-top: 0; padding: 26px 24px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 20px; align-items: center;
}
.events-bar p { font-size: 15px; line-height: 1.6; color: var(--ink-78); margin: 0; }
.events-bar .btn { padding: 16px 20px; }

/* ---------- Hosts ---------- */
.portrait { border: 1px solid var(--hair); aspect-ratio: 4 / 5; position: relative; overflow: hidden; background: var(--panel); margin: 0; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 20px;
  background: rgba(11, 10, 11, 0.82);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700;
}
.portrait--dawn img { object-position: 50% 30%; }
.portrait--alicia { background: var(--ground); }
.portrait--alicia img { object-position: 50% 25%; }
.portrait--alicia figcaption { padding: 16px 18px; }
.host .h2 { margin-bottom: 24px; }
.host .copy:last-of-type { margin-bottom: 30px; }
.cohost .h2 { font-size: clamp(30px, 3.6vw, 46px); margin-bottom: 22px; }
.cohost .copy { margin-bottom: 18px; }
.cohost .copy:last-child { margin-bottom: 0; }
.creds { grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); }
.cred { background: var(--panel); padding: 20px; }
.cred__title { font-family: var(--display); font-size: 26px; color: var(--gold); }
.cred__sub { font-size: 13px; color: var(--ink-72); margin-top: 6px; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--garnet); }
.testimonials .kicker { color: rgba(255, 255, 255, 0.8); margin-bottom: 26px; }
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 40px; }
.quotes blockquote { margin: 0; }
.quotes p { font-size: 24px; line-height: 1.35; color: #fff; margin: 0 0 18px; }
.quotes footer { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.75); font-weight: 700; }

/* ---------- Sponsors ---------- */
.sponsors .h2 { margin-bottom: 20px; }
.sponsors .copy { color: var(--ink-80); margin-bottom: 28px; }
.sponsors__ctas { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.sponsors__ctas .btn { padding: 17px 24px; }
.sponsors__phone { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; }
.logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.logo-cell {
  background: var(--ground); aspect-ratio: 3 / 2; display: flex; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(244, 241, 236, 0.45);
}

/* ---------- Safety ---------- */
.safety .split { margin-bottom: 48px; }
.safety .h2 { margin-bottom: 22px; }
.safety .copy { color: var(--ink-84); margin-bottom: 18px; }
.safety-cards { grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr)); }
.safety-cards .card { background: var(--ground); padding: 24px; }
.safety-cards .card h3 { font-size: 20px; }
.card a { white-space: nowrap; }
.promo {
  border: 2px solid var(--gold); padding: 32px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 32px; align-items: center;
}
.promo .label { font-size: 11px; margin-bottom: 12px; }
.promo h3 { font-size: 26px; margin: 0 0 10px; }
.promo p { font-size: 16px; line-height: 1.6; color: rgba(244, 241, 236, 0.82); margin: 0; max-width: 640px; }
.promo .btn { padding: 17px 24px; white-space: nowrap; justify-self: start; }
@media (max-width: 480px) { .promo { padding: 24px; } }

/* ---------- FAQ ---------- */
.faq-grid { grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); }
.faq-list { margin: 0; border-top: 1px solid rgba(184, 134, 27, 0.3); }
.faq-item { border-bottom: 1px solid rgba(184, 134, 27, 0.3); padding: 24px 0; }
.faq-item dt { font-family: var(--display); font-size: 22px; margin: 0 0 10px; }
.faq-item dd { font-size: 16px; line-height: 1.6; color: var(--ink-78); margin: 0; max-width: 720px; }

/* ---------- Registration ---------- */
.register { background: var(--gold-fill); color: var(--dark-ink); border-bottom: 2px solid var(--ground); }
.register ::selection { background: var(--dark-ink); color: var(--gold-fill); }
.register h2 { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.05; margin: 0 0 16px; color: var(--dark-ink); }
.register__lede { font-size: 18px; line-height: 1.6; margin: 0; color: rgba(23, 18, 8, 0.82); }
.register *:focus-visible { outline-color: var(--dark-ink); }
.form { display: grid; gap: 14px; }
.form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(160px, 100%), 1fr)); gap: 14px; }
.field { display: grid; gap: 6px; min-width: 0; }
.field__label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; color: var(--dark-ink); }
.input {
  width: 100%; border: 2px solid var(--dark-ink); background: transparent; padding: 16px;
  font-size: 15px; font-family: var(--body); color: var(--dark-ink); appearance: none; -webkit-appearance: none;
}
.input::placeholder { color: rgba(23, 18, 8, 0.6); }
.input:focus-visible { outline: 2px solid var(--dark-ink); outline-offset: 2px; }
.input[aria-invalid='true'] { border-color: var(--garnet); box-shadow: inset 0 0 0 1px var(--garnet); }
select.input {
  cursor: pointer; padding-right: 44px;
  background-image: linear-gradient(45deg, transparent 50%, var(--dark-ink) 50%), linear-gradient(135deg, var(--dark-ink) 50%, transparent 50%);
  background-position: calc(100% - 22px) 52%, calc(100% - 16px) 52%;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
}
select.input option { background: var(--ground); color: var(--ink); }
.field__error { font-size: 13px; font-weight: 600; color: #6e0f28; min-height: 0; }
.field__error:empty { display: none; }
.form .btn--submit { background: var(--dark-ink); color: var(--ink); padding: 18px 22px; }
.form .btn--submit:hover { background: var(--garnet); color: #fff; }
.form .btn--submit[disabled] { cursor: progress; opacity: 0.8; }
.form .btn--submit.is-done { background: var(--dark-ink); color: var(--ink); cursor: default; }
.form__status { font-size: 15px; line-height: 1.5; font-weight: 600; margin: 0; }
.form__status:empty { display: none; }
.form__status.is-error { border-left: 3px solid var(--garnet); padding-left: 12px; color: #5c0c21; }
.form__status.is-ok { border-left: 3px solid var(--dark-ink); padding-left: 12px; }
.form__fine { font-size: 12px; line-height: 1.5; color: rgba(23, 18, 8, 0.72); margin: 0; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ground); padding-bottom: 40px; }
.footer-grid { padding-top: 60px; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; }
.footer-brand { font-family: var(--display); font-size: 22px; margin-bottom: 10px; }
.footer-tag { font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.footer-note { font-size: 14px; line-height: 1.6; color: rgba(244, 241, 236, 0.62); margin: 18px 0 0; }
.footer-col .label { margin-bottom: 16px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; font-size: 14px; }
.footer-links a { overflow-wrap: anywhere; }
.footer-legal {
  margin-top: 32px; padding-top: 24px; padding-bottom: 0; border-top: 1px solid rgba(184, 134, 27, 0.25);
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px; color: rgba(244, 241, 236, 0.5);
}

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.night__name { margin: 0; }

@media (max-width: 640px) {
  .sponsor-bar__inner { gap: 8px 16px; }
  .sponsor-bar__cta { order: 1; margin-left: auto; }
  .sponsor-bar__slots { order: 2; flex-basis: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .sponsor-slot { padding: 5px 10px; font-size: 10px; }
}

/* The word "love", everywhere it appears: bold script. */
.love {
  font-family: 'Dancing Script', 'Brush Script MT', cursive;
  font-weight: 700;
  font-size: 1.18em;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
}

/* ---------- Pride Time banner (LGBTQ+ nights, coming soon) ---------- */
.pride { background: var(--panel); }
/* Six-band pride stripe, muted to sit in the site's jewel palette rather than neon. */
.pride__stripe { display: grid; grid-template-columns: repeat(6, 1fr); height: 4px; }
.pride__stripe span:nth-child(1) { background: #8e1b3a; }
.pride__stripe span:nth-child(2) { background: #a8552a; }
.pride__stripe span:nth-child(3) { background: #c9a227; }
.pride__stripe span:nth-child(4) { background: #0b5c46; }
.pride__stripe span:nth-child(5) { background: #27476e; }
.pride__stripe span:nth-child(6) { background: #5a2a5e; }
.pride__inner {
  padding-top: 40px; padding-bottom: 40px;
  display: grid; grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto; gap: 24px 48px; align-items: center;
}
.pride .kicker { margin-bottom: 10px; }
.pride__title { font-size: clamp(28px, 3vw, 38px); line-height: 1.08; margin: 0; white-space: nowrap; }
.pride__copy { font-size: 16px; line-height: 1.6; color: var(--ink-80); margin: 0; max-width: 460px; }
.pride__cta { padding: 16px 22px; min-width: 220px; }
@media (max-width: 960px) {
  .pride__inner { grid-template-columns: 1fr; }
  .pride__title { white-space: normal; }
  .pride__cta { justify-self: start; }
}
/* Pride colors run through the headline: the light versions of the stripe colors so they read on the dark panel. */
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .pride__title {
    background: linear-gradient(90deg, #e3607f 0%, #d4814a 20%, #c9a227 40%, #4fbf90 60%, #6f9fd8 80%, #a57ac0 100%);
    -webkit-background-clip: text; background-clip: text;
    color: transparent; -webkit-text-fill-color: transparent;
    width: fit-content;
  }
}

/* Night cards: at the width where they fall to two per row, stretch the third across the row
   so the grid background does not show through as an empty gold cell. */
.nights { grid-template-columns: minmax(0, 1fr); }
@media (min-width: 700px) {
  .nights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .night:last-child { grid-column: 1 / -1; }
}
@media (min-width: 1000px) {
  .nights { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .night:last-child { grid-column: auto; }
}
.pride__age { color: var(--gold); font-weight: 800; letter-spacing: 0.06em; white-space: nowrap; }

/* ---------- Launch additions ---------- */
.events-bar__ctas { display: grid; gap: 12px; }
.sponsors__aside { border: 1px solid var(--hair); padding: 28px; display: grid; gap: 16px; background: var(--ground); }
.check { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 15px; line-height: 1.5; font-weight: 600; color: var(--dark-ink); }
.check input {
  flex: none; width: 22px; height: 22px; margin: 0; cursor: pointer;
  appearance: none; -webkit-appearance: none; border: 2px solid var(--dark-ink); background: transparent; display: grid; place-content: center;
}
.check input::after { content: ''; width: 10px; height: 10px; background: var(--dark-ink); transform: scale(0); transition: transform 0.12s ease; }
.check input:checked::after { transform: scale(1); }
.check input:focus-visible { outline: 2px solid var(--dark-ink); outline-offset: 2px; }
.check input[aria-invalid='true'] { border-color: var(--garnet); }
.form__fine a, .register .form__status a { color: var(--dark-ink); text-decoration: underline; }
.input::placeholder { color: rgba(23, 18, 8, 0.78); }
.site-footer .footer-legal a { color: rgba(244, 241, 236, 0.7); text-decoration: underline; }

/* ---------- Simple pages (privacy, 404) ---------- */
.page { max-width: 760px; padding-top: 72px; padding-bottom: 84px; }
.page h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 0 0 24px; }
.page h2 { font-size: 24px; margin: 36px 0 10px; }
.page p, .page li { font-size: 16px; line-height: 1.65; color: var(--ink-80); }
.page ul { padding-left: 20px; }
.page .btn { margin-top: 28px; }
