:root {
  --bg: #0a0805;
  --bg-soft: #120e08;
  --cream: #efe4cd;
  --cream-dim: #cfc3aa;
  --gold: #d59d2b;
  --gold-soft: #e0b356;
  --card: #f6f1e6;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", "Segoe UI", sans-serif;
  --script: "Great Vibes", cursive;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

/* ══════════ HERO ══════════ */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3rem, 6vh, 5rem) 1.5rem 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, #1d150a 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 20%, #241708 0%, transparent 65%),
    var(--bg);
}

.hero-bokeh { position: absolute; inset: 0; pointer-events: none; }

.hero-bokeh .dot {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 179, 86, 0.55) 0%, rgba(224, 179, 86, 0) 70%);
  filter: blur(2px);
}

.hero-glass {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(140px, 22vw, 300px);
  opacity: 0.85;
  -webkit-mask-image: radial-gradient(ellipse 75% 85% at 70% 30%, #000 45%, transparent 72%);
  mask-image: radial-gradient(ellipse 75% 85% at 70% 30%, #000 45%, transparent 72%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 780px;
  width: 100%;
}

/* — presented by Rallye — */
.hero-presenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1.1rem, 2.4vh, 1.7rem);
}

.presenter-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.presenter-lockup:hover { opacity: 0.82; }

.presenter-logo {
  display: block;
  height: clamp(52px, 9vw, 86px);
  width: auto;
}

.presenter-brands {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2.4vw, 1.5rem);
  margin-top: clamp(0.9rem, 2vw, 1.3rem);
}

.pbrand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.pbrand img { display: block; width: auto; }

.pb-mono { filter: brightness(0) invert(0.93); }

.pb-acura { height: clamp(26px, 4.4vw, 40px); }
.pb-bmw   { height: clamp(32px, 5.4vw, 48px); }
.pb-lexus { height: clamp(14px, 2.4vw, 21px); }
.pb-merc  { height: clamp(32px, 5.4vw, 48px); filter: brightness(1.25); }

.pb-sep {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent, rgba(213, 157, 43, 0.5), transparent);
}

.presenter-line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(1rem, 2.2vw, 1.5rem);
}

.presenter-line p {
  color: var(--gold);
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
  font-size: clamp(0.62rem, 1.4vw, 0.85rem);
  font-weight: 400;
  white-space: nowrap;
}

.hero-logo {
  width: clamp(280px, 52vw, 540px);
  height: auto;
}

.hero-tagline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
}

.hero-tagline p {
  color: var(--gold);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-size: clamp(0.68rem, 1.6vw, 0.95rem);
  font-weight: 400;
  white-space: nowrap;
}

.rule {
  display: block;
  height: 1px;
  width: clamp(28px, 6vw, 70px);
  background: linear-gradient(90deg, transparent, var(--gold));
}

.rule:last-child { background: linear-gradient(90deg, var(--gold), transparent); }

.hero-hosts {
  display: flex;
  align-items: stretch;
  gap: clamp(1.2rem, 4vw, 2.5rem);
  margin-top: 2rem;
}

.host { display: flex; flex-direction: column; gap: 0.45rem; }

.host-label {
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
}

.host-name {
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-dim);
  max-width: 220px;
  line-height: 1.6;
}

.host-divider { width: 1px; background: linear-gradient(180deg, transparent, #4a3a1d, transparent); }

.hero-date { margin-top: 2.4rem; }

.date-day {
  color: var(--gold);
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
  font-size: clamp(0.8rem, 2vw, 1.05rem);
  font-weight: 400;
}

.date-big {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(3.2rem, 11vw, 6rem);
  line-height: 1.05;
  color: var(--cream);
  letter-spacing: 0.04em;
}

.date-big .dot { color: var(--gold); }

.date-time {
  color: var(--gold);
  letter-spacing: 0.55em;
  text-indent: 0.55em;
  font-size: clamp(0.85rem, 2vw, 1.1rem);
  font-weight: 400;
  border-top: 1px solid #3a2d14;
  border-bottom: 1px solid #3a2d14;
  padding: 0.55rem 0;
  margin-top: 0.7rem;
}

/* countdown */

.countdown {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.5rem, 2vw, 1.1rem);
  margin-top: 2.2rem;
}

.count-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: clamp(58px, 10vw, 86px);
  padding: 0.9rem 0.4rem 0.75rem;
  border: 1px solid #33280f;
  background: linear-gradient(180deg, rgba(213, 157, 43, 0.07), rgba(213, 157, 43, 0.015));
}

.count-num {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4.5vw, 2.6rem);
  font-weight: 600;
  color: var(--gold-soft);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  display: inline-block;
}

.count-label {
  font-size: 0.58rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--cream-dim);
}

.count-sep {
  font-family: var(--serif);
  color: #574414;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  padding-top: 0.9rem;
}

.hero-venue { margin-top: 2.3rem; }

.venue-name {
  font-size: clamp(1.5rem, 4.5vw, 2.3rem);
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--cream);
}

.venue-town {
  margin-top: 0.5rem;
  color: var(--gold);
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  text-transform: uppercase;
  font-size: clamp(0.72rem, 1.8vw, 0.95rem);
  font-weight: 400;
}

/* CTA */

.cta {
  position: relative;
  display: inline-block;
  margin-top: 2.6rem;
  padding: 1.05rem 3.2rem;
  background: linear-gradient(135deg, #b8831e, var(--gold) 45%, #e9c264);
  color: #171004;
  text-decoration: none;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 0 0 1px rgba(233, 194, 100, 0.4), 0 12px 34px -12px rgba(213, 157, 43, 0.55);
}

.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  transition: left 0.65s ease;
}

.cta:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(233, 194, 100, 0.6), 0 18px 44px -12px rgba(213, 157, 43, 0.75); }

.cta:hover::after { left: 130%; }

.cta span { position: relative; }

.scroll-hint { margin-top: 1.5rem; height: 42px; }

.scroll-line {
  display: block;
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--gold), transparent);
}

/* ══════════ SECTIONS SHARED ══════════ */

.script-intro {
  font-family: var(--script);
  color: var(--gold);
  font-size: clamp(2rem, 5vw, 2.9rem);
  line-height: 1;
}

.section-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(2rem, 6vw, 3.4rem);
  color: var(--cream);
  margin-top: 0.4rem;
}

.section-sub {
  margin-top: 0.9rem;
  color: var(--cream-dim);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: clamp(0.62rem, 1.5vw, 0.78rem);
}

/* ══════════ RESTAURANT REEL ══════════ */

.restaurants {
  padding: clamp(2rem, 5vh, 3.5rem) 0 clamp(4.5rem, 10vh, 7.5rem);
  text-align: center;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 50%, var(--bg) 100%);
}

.marquee {
  margin-top: 3.2rem;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-track {
  display: flex;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  width: max-content;
  padding: 0.5rem 0;
  will-change: transform;
}

.logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  width: clamp(190px, 24vw, 250px);
  height: clamp(160px, 20vw, 200px);
  background: var(--card);
  border-radius: 4px;
  padding: 1.3rem 1.2rem 1rem;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 18px -8px rgba(0, 0, 0, 0.8);
}

.logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 0 1px var(--gold), 0 18px 34px -12px rgba(213, 157, 43, 0.4);
}

.logo-card img {
  max-height: 78px;
  max-width: 88%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.logo-card.logo-dark {
  background: #171310;
  box-shadow: inset 0 0 0 1px #35290f, 0 4px 18px -8px rgba(0, 0, 0, 0.8);
}

.logo-card.logo-dark img { mix-blend-mode: normal; }

.logo-card .logo-text {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
  color: #241b0e;
  line-height: 1.2;
}

.logo-card.logo-dark .logo-text { color: var(--cream); }

.logo-card .logo-name {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #6d5c33;
  font-weight: 500;
}

.logo-card.logo-dark .logo-name { color: var(--gold); }

/* ══════════ EXPERIENCE ══════════ */

.experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
  padding: clamp(4rem, 10vh, 7rem) 1.5rem;
}

.exp-media {
  position: relative;
  height: clamp(420px, 60vw, 560px);
}

.exp-img {
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 4px;
  box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(213, 157, 43, 0.18);
}

.exp-img-1 { width: 62%; height: 58%; top: 0; left: 0; background-image: url("assets/food/hendricks-1.jpg"); }
.exp-img-2 { width: 48%; height: 46%; right: 0; top: 26%; background-image: url("assets/food/okaru-2.jpg"); z-index: 2; }
.exp-img-3 { width: 55%; height: 40%; left: 8%; bottom: 0; background-image: url("assets/food/delicacies-1.png"); }

.exp-copy .section-title { font-size: clamp(1.9rem, 4.5vw, 2.9rem); }

.exp-text {
  margin-top: 1.4rem;
  line-height: 1.9;
  color: var(--cream-dim);
  font-size: 0.98rem;
  font-weight: 300;
  max-width: 46ch;
}

.exp-list {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.exp-list li {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--cream);
  border-bottom: 1px solid #241c0d;
  padding-bottom: 1.1rem;
}

.exp-glyph { font-size: 1.15rem; }

/* ══════════ CLOSING / FOOTER ══════════ */

.closing {
  text-align: center;
  padding: clamp(4.5rem, 10vh, 7rem) 1.5rem 3.5rem;
  background:
    radial-gradient(ellipse 70% 90% at 50% 115%, #211505 0%, transparent 70%),
    var(--bg-soft);
}

.closing-date {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 3.6vw, 2rem);
  margin-top: 1rem;
  color: var(--cream);
}

.closing-venue {
  margin-top: 0.7rem;
  color: var(--gold);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: clamp(0.7rem, 1.8vw, 0.9rem);
}

.footer-hosts {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.footer-host {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  text-align: right;
}

.footer-badge {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px rgba(213, 157, 43, 0.35);
}

.footer-site {
  margin-top: 2.6rem;
  color: var(--gold);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
}

/* ══════════ TOP NAV / HAMBURGER ══════════ */

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.2rem, 3.5vw, 2.4rem);
  background: linear-gradient(180deg, rgba(10, 8, 5, 0.85), transparent);
  pointer-events: none;
}

.topnav > * { pointer-events: auto; }

.nav-brand {
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream);
  text-decoration: none;
}

.nav-brand span { color: var(--gold); font-style: italic; text-transform: lowercase; }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 46px;
  height: 46px;
  padding: 11px;
  background: rgba(10, 8, 5, 0.55);
  border: 1px solid #3a2d14;
  border-radius: 50%;
  cursor: pointer;
  z-index: 80;
  transition: border-color 0.3s ease;
}

.hamburger:hover { border-color: var(--gold); }

.hamburger span {
  display: block;
  height: 1.5px;
  width: 100%;
  background: var(--gold);
  transition: transform 0.35s ease, opacity 0.25s ease;
}

.hamburger.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  background: rgba(8, 6, 3, 0.96);
  backdrop-filter: blur(8px);
}

body.menu-open { overflow: hidden; }

.nav-links { list-style: none; text-align: center; }

.nav-links li { margin: 1.1rem 0; }

.nav-links a {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 5.5vw, 2.8rem);
  color: var(--cream);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.3s ease;
}

.nav-links a:hover { color: var(--gold); }

.nav-cta { margin-top: 0.6rem; }

/* ══════════ FLOATING TICKET BUTTON ══════════ */

.float-cta {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 50;
  padding: 1.1rem 2.1rem;
  background: linear-gradient(135deg, #b8831e, var(--gold) 45%, #e9c264);
  color: #171004;
  text-decoration: none;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(233, 194, 100, 0.5), 0 14px 34px -10px rgba(0, 0, 0, 0.8), 0 0 24px -4px rgba(213, 157, 43, 0.45);
  animation: float-pulse 2.6s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.float-cta:hover { transform: translateY(-3px) scale(1.03); }

@keyframes float-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(233, 194, 100, 0.5), 0 14px 34px -10px rgba(0, 0, 0, 0.8), 0 0 18px -6px rgba(213, 157, 43, 0.35); }
  50% { box-shadow: 0 0 0 1px rgba(233, 194, 100, 0.75), 0 14px 34px -10px rgba(0, 0, 0, 0.8), 0 0 34px -2px rgba(213, 157, 43, 0.65); }
}

/* ══════════ HOST BADGES (hero, gold-toned) ══════════ */

.host { align-items: center; }

.host-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 0.3rem;
  filter: grayscale(1) sepia(0.75) hue-rotate(-8deg) saturate(1.9) brightness(0.92) contrast(0.95);
  opacity: 0.9;
  box-shadow: 0 0 0 1px rgba(213, 157, 43, 0.35);
}

/* ══════════ VENUE ADDRESS + DIRECTIONS ══════════ */

.venue-label {
  font-family: var(--script);
  color: var(--gold);
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}

.venue-address {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  color: var(--cream-dim);
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: clamp(0.66rem, 1.6vw, 0.82rem);
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.venue-address:hover { color: var(--gold-soft); border-color: var(--gold); }

.venue-address .pin { width: 15px; height: 15px; color: var(--gold); flex-shrink: 0; }

.dir-buttons {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.1rem;
}

.dir-btn {
  padding: 0.6rem 1.3rem;
  border: 1px solid #4a3a1d;
  border-radius: 999px;
  color: var(--gold-soft);
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 500;
  transition: border-color 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.dir-btn:hover { border-color: var(--gold); background: rgba(213, 157, 43, 0.1); color: var(--cream); }

/* ══════════ MARQUEE EXTRAS + SIDE PHOTOS ══════════ */

.restaurants { position: relative; }

.marquee { cursor: grab; }
.marquee:active { cursor: grabbing; }
.logo-card { -webkit-user-drag: none; user-select: none; }
.logo-card img { -webkit-user-drag: none; pointer-events: none; }

.marquee-hint {
  margin-top: 1.6rem;
  color: #6d5c33;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 400;
}

.side-photos {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(150px, 13vw, 210px);
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 2.2rem;
  pointer-events: none;
}

.side-left { left: clamp(0.8rem, 2vw, 2.4rem); }
.side-right { right: clamp(0.8rem, 2vw, 2.4rem); }

.side-photo {
  background: #f6f1e6;
  padding: 7px 7px 26px;
  border-radius: 3px;
  box-shadow: 0 16px 40px -14px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(213, 157, 43, 0.25);
  position: relative;
}

.side-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  filter: sepia(0.22) saturate(0.92) contrast(1.02);
}

.side-photo figcaption {
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.56rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6d5c33;
  font-weight: 500;
}

/* ══════════ FOOTER HOSTS (dual badges) ══════════ */

.hosts-heading {
  color: var(--gold);
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.4rem;
}

.hosts-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(2.2rem, 7vw, 4.5rem);
}

.footer-host {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}

.footer-host .host-name { max-width: 200px; }

/* ══════════ GALLERY PAGE ══════════ */

.subpage { background: var(--bg); }

.page-head {
  text-align: center;
  padding: clamp(7rem, 16vh, 10rem) 1.5rem 1rem;
  background: radial-gradient(ellipse 90% 70% at 50% -20%, #1d150a 0%, transparent 65%), var(--bg);
}

.gallery { max-width: 1150px; margin: 0 auto; padding: 3rem 1.5rem 5rem; }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: clamp(1.2rem, 3vw, 2rem);
}

.g-card {
  display: flex;
  flex-direction: column;
  background: #14100b;
  border: 1px solid #241c0d;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.g-card:hover {
  transform: translateY(-6px);
  border-color: rgba(213, 157, 43, 0.55);
  box-shadow: 0 22px 44px -16px rgba(0, 0, 0, 0.9);
}

.g-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card);
}

.g-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

.g-card:hover .g-media img { transform: scale(1.05); }

.g-media-empty img.g-logo-fallback, .g-media img.g-logo-fallback {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 55%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.g-media-empty.g-dark { background: #171310; }
.g-media-empty.g-dark img.g-logo-fallback { mix-blend-mode: normal; }

.g-text-fallback {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: #241b0e;
  padding: 1rem;
  text-align: center;
}

.g-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem;
}

.g-info h3 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.15rem;
  color: var(--cream);
}

.g-link {
  color: var(--gold);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}

.subpage-closing { margin-top: 2rem; }
.subpage-closing .cta { margin-top: 2rem; }

/* ══════════ RALLYE FEATURE ══════════ */

.rallye-feature {
  text-align: center;
  padding: clamp(4rem, 9vh, 6.5rem) 1.5rem;
  background: var(--bg);
}

.rallye-body { margin-top: 2.4rem; }

.rallye-text {
  margin: 2.4rem auto 0;
  color: var(--cream-dim);
  font-size: 0.98rem;
  line-height: 1.9;
  max-width: 56ch;
}

.rallye-btn { display: inline-block; margin-top: 1.6rem; }

/* ══════════ SPONSORS ══════════ */

.sponsors {
  text-align: center;
  padding: clamp(4rem, 9vh, 6.5rem) 1.5rem;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
}

.sponsors-body { margin-top: 2.2rem; }

.tba {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.5rem, 4.5vw, 2.4rem);
  color: var(--gold-soft);
  letter-spacing: 0.06em;
}

.sponsor-tier {
  color: var(--gold);
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.sponsor-rallye { display: inline-flex; }

.sponsor-thanks { margin-top: 3.6rem; }

.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.6rem, 5vw, 3.2rem);
}

.sponsor-logos img { width: auto; }

.sp-hanjis { height: clamp(46px, 7vw, 72px); }
.sp-waterfront { height: clamp(64px, 10vw, 104px); }
.sp-gwenlevy {
  height: clamp(52px, 8vw, 84px);
  padding: 10px 16px;
  background: #fff;
  box-sizing: content-box;
  border-radius: 4px;
}

.sponsor-pitch {
  margin-top: 2.6rem;
  color: var(--cream-dim);
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-btn { display: inline-block; margin-top: 1.3rem; }

/* ══════════ CONTACT ══════════ */

.contact {
  text-align: center;
  padding: clamp(4rem, 9vh, 6.5rem) 1.5rem;
  background: var(--bg-soft);
}

.contact-form {
  max-width: 560px;
  margin: 2.6rem auto 0;
  text-align: left;
  background: #14100b;
  border: 1px solid #241c0d;
  border-radius: 6px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.3rem;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #0d0a06;
  border: 1px solid #35290f;
  border-radius: 3px;
  padding: 0.85rem 1rem;
  color: var(--cream);
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form textarea { resize: vertical; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(213, 157, 43, 0.15);
}

.form-cta {
  margin-top: 0.4rem;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  align-self: center;
}

.form-note {
  text-align: center;
  color: #6d5c33;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.form-note:empty { display: none; }

.form-note.ok { color: var(--gold-soft); font-size: 0.8rem; }

.form-note.err { color: #c96b5a; font-size: 0.8rem; }

.form-note.err a { color: var(--gold-soft); }

.form-cta:disabled { opacity: 0.6; cursor: wait; }

@media (max-width: 560px) {
  .form-row { grid-template-columns: 1fr; }
}

/* ══════════ RESPONSIVE ══════════ */

@media (min-width: 1240px) {
  .side-photos { display: flex; }
  .restaurants .marquee { max-width: calc(100% - 2 * clamp(170px, 15vw, 240px)); margin-left: auto; margin-right: auto; }
}

@media (max-width: 820px) {
  .experience { grid-template-columns: 1fr; }
  .exp-media { order: 2; height: clamp(340px, 90vw, 480px); }
  .hero-glass { opacity: 0.5; }
  .float-cta { padding: 0.9rem 1.5rem; font-size: 0.72rem; }
}

@media (max-width: 560px) {
  .hero-hosts { flex-direction: column; gap: 1.1rem; align-items: center; }
  .host-divider { display: none; }
  .host { align-items: center; }
  .host-name { max-width: none; }
  .count-sep { display: none; }
  .countdown { gap: 0.45rem; }
  .footer-hosts { flex-direction: column; gap: 1.2rem; }
  .footer-host { text-align: center; align-items: center; }
}

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

/* ══════════ CURSOR TRAIL ══════════ */

.trail-sparkle {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
  background: var(--gold-soft);
  box-shadow: 0 0 8px rgba(224, 179, 86, 0.9);
  z-index: 9998;
}
