/* ============================================================
   Runway 13 — "Dusk Approach"
   ============================================================ */
:root {
  --bg: #080910;
  --bg-2: #0c0d15;
  --panel: #111320;
  --ink: #f4f3ef;
  --muted: #98a1b3;
  --amber: #ffb01f;
  --amber-2: #ffce6e;
  --red: #ff5a5a;
  --ok: #5fd38a;
  --line: rgba(255, 255, 255, 0.09);
  --line-2: rgba(255, 255, 255, 0.16);
  --max: 1180px;
  --r: 20px;
  --r-sm: 12px;
  --pill: 999px;
  --disp: "Space Grotesk", "Inter", sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

/* ---------- Utilities ---------- */
.wrap { width: min(var(--max), 100% - clamp(2rem, 8vw, 6rem)); margin-inline: auto; }
.muted { color: var(--muted); }
.small { font-size: 0.85rem; }
.amber { color: var(--amber); }
.optional { color: var(--muted); font-weight: 400; }

.kicker {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--disp); font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.2em;
  font-size: 0.76rem; color: var(--amber);
}
.dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.dot--amber { background: var(--amber); box-shadow: 0 0 10px var(--amber); }
.dot--red { background: var(--red); box-shadow: 0 0 10px var(--red); animation: pulse 1.5s ease-in-out infinite; }

.section-head { max-width: 62ch; margin-bottom: clamp(2rem, 5vw, 3.4rem); }
.section-head h2, .reserve__intro h2, .bar__intro h2 {
  font-family: var(--disp); font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1.02; letter-spacing: -0.02em;
}
.section-sub { color: var(--muted); font-size: 1.1rem; margin-top: 0.8rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--disp); font-weight: 600; font-size: 1rem; line-height: 1;
  padding: 0.9rem 1.6rem; border-radius: var(--pill);
  border: 1px solid transparent; cursor: pointer;
  transition: transform 0.18s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.btn--solid {
  background: var(--amber); color: #1c1502;
  box-shadow: 0 14px 34px -14px rgba(255, 176, 31, 0.7);
}
.btn--solid:hover { background: var(--amber-2); transform: translateY(-2px); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.04); color: var(--ink); border-color: var(--line-2);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.btn--ghost:hover { border-color: rgba(255, 255, 255, 0.4); transform: translateY(-2px); }
.btn--sm { padding: 0.62rem 1.15rem; font-size: 0.92rem; }
.btn--block { width: 100%; justify-content: center; padding: 1.05rem; font-size: 1.05rem; }
.btn:disabled { opacity: 0.55; cursor: not-allowed; transform: none; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(0.8rem, 1.8vw, 1.3rem) clamp(1.2rem, 5vw, 4rem);
  background: linear-gradient(180deg, rgba(6, 7, 13, 0.8), rgba(6, 7, 13, 0));
}
.nav__logo img { height: clamp(28px, 4vw, 38px); width: auto; }
.nav__links { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.nav__links a:not(.btn) { color: rgba(255, 255, 255, 0.78); font-weight: 500; font-size: 0.98rem; transition: color 0.2s; }
.nav__links a:not(.btn):hover { color: var(--ink); }

/* ============================================================
   HERO — cinematic dusk scene
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  padding: clamp(6rem, 14vh, 9rem) clamp(1.2rem, 5vw, 4rem) clamp(4rem, 10vh, 7rem);
  overflow: hidden;
}
.hero__scene { position: absolute; inset: 0; z-index: 0; }
.hero__scene {
  background:
    linear-gradient(180deg,
      #05060f 0%, #0a0c22 24%, #1c1a44 43%, #3c2350 55%,
      #7a3a46 67%, #c25a2c 79%, #ff9e3a 87%, #ffcf73 90%,
      #7a3f1c 95%, #0b0c14 100%);
}
/* stars */
.hero__stars {
  position: absolute; inset: 0 0 55% 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 20%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1.2px 1.2px at 28% 42%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.5px 1.5px at 45% 16%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1px 1px at 60% 33%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1.4px 1.4px at 73% 22%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1px 1px at 85% 40%, rgba(255,255,255,0.6), transparent),
    radial-gradient(1.2px 1.2px at 92% 14%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 38% 8%, rgba(255,255,255,0.6), transparent);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
  animation: twinkle 5s ease-in-out infinite;
}
/* setting sun glow on the horizon, right of centre */
.hero__sun {
  position: absolute; top: 76%; left: 66%; width: 58vmax; height: 58vmax;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle,
    rgba(255,240,200,0.95) 0%, rgba(255,186,90,0.6) 14%,
    rgba(255,130,55,0.28) 32%, rgba(255,110,50,0.08) 52%, transparent 68%);
  filter: blur(4px); pointer-events: none;
}
/* crisp horizon line */
.hero__horizon {
  position: absolute; left: 0; right: 0; top: 88%; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,224,170,0.65) 45%, rgba(255,224,170,0.65) 55%, transparent);
}
/* descending aircraft, right -> left */
.hero__flight { position: absolute; top: 11%; right: 9%; z-index: 1; animation: fly 18s linear infinite; }
.hero__plane {
  display: inline-block; font-size: clamp(20px, 2.6vw, 32px);
  color: #0c0e16; transform: scaleX(-1);
  filter: drop-shadow(0 0 7px rgba(255, 200, 130, 0.55));
}
/* approach / runway edge lights along the dark foreground */
.hero__lights {
  position: absolute; left: 50%; bottom: 5.5%; transform: translateX(-50%);
  display: flex; gap: clamp(9px, 2.2vw, 24px); z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.hero__lights span {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--amber); box-shadow: 0 0 12px 2px rgba(255, 176, 31, 0.85);
  animation: lightpulse 1.7s ease-in-out infinite;
}
.hero__lights span:nth-child(1) { animation-delay: 0s; }
.hero__lights span:nth-child(2) { animation-delay: 0.12s; }
.hero__lights span:nth-child(3) { animation-delay: 0.24s; }
.hero__lights span:nth-child(4) { animation-delay: 0.36s; }
.hero__lights span:nth-child(5) { animation-delay: 0.48s; }
.hero__lights span:nth-child(6) { animation-delay: 0.6s; }
.hero__lights span:nth-child(7) { animation-delay: 0.72s; }
.hero__lights span:nth-child(8) { animation-delay: 0.84s; }
.hero__lights span:nth-child(9) { animation-delay: 0.96s; }
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(5,6,12,0.82) 0%, rgba(5,6,12,0.34) 42%, transparent 66%),
    linear-gradient(180deg, rgba(5,6,12,0.45) 0%, transparent 26%, transparent 72%, rgba(5,6,12,0.25) 100%);
}

.hero__content { position: relative; z-index: 2; width: min(var(--max), 100%); margin-inline: auto; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--disp); font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.82rem;
  color: rgba(255,255,255,0.82); margin-bottom: 1.4rem;
}
.hero__eyebrow .ping {
  width: 8px; height: 8px; border-radius: 50%; background: var(--amber);
  box-shadow: 0 0 0 0 rgba(255,176,31,0.6); animation: pulse 1.8s ease-in-out infinite;
}
.hero__title {
  font-family: var(--disp); font-weight: 700;
  font-size: clamp(3rem, 8.5vw, 6.6rem); line-height: 0.95; letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}
.hero__lede { font-size: clamp(1.05rem, 2.2vw, 1.35rem); color: #cfd5e1; max-width: 44ch; margin-bottom: 2.2rem; }
.hero__cta { display: flex; gap: 0.9rem; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); z-index: 2;
  width: 24px; height: 38px; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 14px;
}
.hero__scroll span {
  position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; border-radius: 2px;
  background: #fff; transform: translateX(-50%); animation: scrolldot 1.7s ease-in-out infinite;
}

@keyframes twinkle { 0%, 100% { opacity: 0.45; } 50% { opacity: 0.9; } }
@keyframes lightpulse { 0%, 100% { opacity: 0.35; transform: scale(0.85); } 50% { opacity: 1; transform: scale(1); } }
@keyframes fly {
  0%   { transform: translate(0, 0) rotate(8deg) scale(0.75); opacity: 0; }
  10%  { opacity: 0.95; }
  85%  { opacity: 0.95; }
  100% { transform: translate(-84vw, 44vh) rotate(-2deg) scale(1.05); opacity: 0; }
}
@keyframes scrolldot { 0% { opacity: 0; transform: translate(-50%, 0); } 35% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 13px); } }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(255,176,31,0.55); opacity: 1; } 50% { box-shadow: 0 0 0 7px rgba(255,176,31,0); opacity: 0.6; } }

/* ============================================================
   ARRIVALS BOARD
   ============================================================ */
.board { padding-block: clamp(3rem, 7vw, 5rem); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.board__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.4rem; flex-wrap: wrap; margin-bottom: 1.6rem; }
.board__head h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(1.5rem, 3.4vw, 2.2rem); letter-spacing: -0.01em; margin-top: 0.5rem; }
.board__note { color: var(--muted); font-size: 0.85rem; max-width: 32ch; }
.board__panel {
  background: linear-gradient(180deg, #0c0e16, #08090f);
  border: 1px solid var(--line); border-radius: var(--r);
  padding: clamp(1.1rem, 2.5vw, 1.6rem); overflow-x: auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 40px 70px -50px rgba(0,0,0,0.9);
}

/* split-flap cells */
.sf-board { display: grid; grid-template-columns: repeat(4, max-content); gap: 0.55rem 1.6rem; min-width: max-content; }
.sf-col { align-self: end; color: var(--muted); font-family: var(--disp); font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; }
.sf-group { display: inline-flex; gap: 3px; }
.sf-cell {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.05em; height: 1.55em;
  font-family: "Barlow Condensed", ui-monospace, monospace; font-weight: 700; font-size: 1.3rem; line-height: 1;
  color: #f4f6fa;
  background: linear-gradient(180deg, #2b333d 0%, #242b34 49.5%, #10151c 50%, #19202a 100%);
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 1px 2px rgba(0,0,0,0.55);
  position: relative; overflow: hidden; font-variant-numeric: tabular-nums; will-change: transform;
}
.sf-cell::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; transform: translateY(-0.5px); background: rgba(0,0,0,0.7); box-shadow: 0 1px 0 rgba(255,255,255,0.05); }
.sf-cell.flip { animation: sf-flip 70ms ease-out; }
@keyframes sf-flip { 0% { transform: scaleY(0.6); filter: brightness(1.4); } 100% { transform: scaleY(1); filter: brightness(1); } }
.sf-cell.is-ok { color: var(--ok); }
.sf-cell.is-amber { color: var(--amber); }
.sf-cell.is-danger { color: var(--red); }

/* ============================================================
   THE BAR — editorial feature list
   ============================================================ */
.bar { padding-block: clamp(4rem, 10vw, 8rem); }
.bar__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.bar__intro { position: sticky; top: 96px; }
.bar__intro h2 { margin: 0.7rem 0 1.1rem; }
.bar__lede { color: var(--muted); font-size: 1.12rem; max-width: 34ch; margin-bottom: 1.8rem; }
.features { list-style: none; }
.feature { display: grid; grid-template-columns: auto 1fr; gap: 1.5rem; padding: 1.9rem 0; border-top: 1px solid var(--line); align-items: start; }
.feature:last-child { border-bottom: 1px solid var(--line); }
.feature__num { font-family: var(--disp); font-weight: 600; font-size: 1rem; color: var(--amber); padding-top: 0.35rem; font-variant-numeric: tabular-nums; }
.feature h3 { font-family: var(--disp); font-weight: 600; font-size: 1.5rem; margin-bottom: 0.45rem; }
.feature p { color: var(--muted); max-width: 48ch; }

/* ============================================================
   DRINKS MENU
   ============================================================ */
.menu { padding-block: clamp(4rem, 10vw, 8rem); }
.menu__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: start; }
.menu__cat h3 { font-family: var(--disp); font-weight: 600; font-size: 1.3rem; margin-bottom: 1rem; display: flex; align-items: baseline; gap: 0.6rem; }
.menu__h3--stacked { margin-top: 2rem; }
.menu__tag { font-family: var(--body); font-weight: 600; font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--amber); border: 1px solid rgba(255, 176, 31, 0.4); border-radius: var(--pill); padding: 0.12rem 0.55rem; }
.menu__list { list-style: none; display: grid; }
.menu__item { display: grid; gap: 0.2rem; padding: 0.8rem 0; border-top: 1px solid var(--line); }
.menu__item:first-child { border-top: none; padding-top: 0; }
.menu__name { font-family: var(--disp); font-weight: 600; font-size: 1.02rem; }
.menu__name--sig { color: var(--amber); }
.menu__desc { color: var(--muted); font-size: 0.9rem; }
.menu__note { margin-top: clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line); padding-top: 1.5rem; text-align: center; color: var(--amber); font-family: var(--disp); font-weight: 500; }
@media (max-width: 920px) {
  .menu__grid { grid-template-columns: 1fr 1fr; }
  .menu__cat--wide { grid-column: 1 / -1; }
}
@media (max-width: 620px) { .menu__grid { grid-template-columns: 1fr; } }

/* ============================================================
   LIVE CAM
   ============================================================ */
.live { padding-block: clamp(4rem, 10vw, 8rem); }
.webcam { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--panel); box-shadow: 0 50px 90px -60px rgba(0,0,0,0.95); }
.webcam-bar { display: flex; align-items: center; gap: 1rem; padding: 0.85rem 1.2rem; background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--line); font-size: 0.9rem; }
.live-badge { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--red); font-family: var(--disp); font-weight: 700; letter-spacing: 0.12em; }
.live-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); animation: pulse-red 1.4s ease-in-out infinite; }
@keyframes pulse-red { 0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,90,90,0.6); } 50% { opacity: 0.5; box-shadow: 0 0 0 6px rgba(255,90,90,0); } }
.webcam-label { color: var(--muted); }
.webcam-clock { margin-left: auto; font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 600; }
.webcam-frame { position: relative; aspect-ratio: 16 / 9; background: #05080e; }
.webcam-frame iframe, .webcam-frame video, .webcam-frame img { width: 100%; height: 100%; border: 0; object-fit: cover; display: block; }

/* placeholder — plane sweeps in from the RIGHT, lands to the LEFT */
.webcam-placeholder { position: absolute; inset: 0; overflow: hidden; }
.sky { position: absolute; inset: 0 0 38% 0; background: linear-gradient(180deg, #0b1a2e 0%, #15314f 55%, #2a4a6b 100%); }
.plane { position: absolute; top: 18%; right: -10%; font-size: 2rem; color: #cfe3f5; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); animation: land 11s ease-in infinite; }
@keyframes land {
  0%   { right: -10%; top: 16%; transform: scaleX(-1) rotate(8deg) scale(0.7); opacity: 0; }
  10%  { opacity: 1; }
  70%  { right: 62%; top: 46%; transform: scaleX(-1) rotate(4deg) scale(1); opacity: 1; }
  92%  { right: 95%; top: 58%; transform: scaleX(-1) rotate(0deg) scale(1.05); opacity: 1; }
  100% { right: 108%; top: 58%; transform: scaleX(-1) rotate(0deg) scale(1.05); opacity: 0; }
}
.rwy { position: absolute; left: 0; right: 0; bottom: 0; height: 40%; background: linear-gradient(180deg, #1c2a22 0%, #16201a 100%); display: grid; place-items: center; }
.rwy-number { font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: clamp(2rem, 7vw, 4rem); color: #e7edf5; opacity: 0.85; letter-spacing: 0.1em; }
.rwy-stripes { position: absolute; bottom: 12%; display: flex; gap: 1.4rem; }
.rwy-stripes span { width: 26px; height: 6px; background: var(--amber); border-radius: 3px; box-shadow: 0 0 10px rgba(255,176,31,0.7); animation: lightpulse 1.6s linear infinite; }
.rwy-stripes span:nth-child(1) { animation-delay: 0.9s; }
.rwy-stripes span:nth-child(2) { animation-delay: 0.6s; }
.rwy-stripes span:nth-child(3) { animation-delay: 0.3s; }
.rwy-stripes span:nth-child(4) { animation-delay: 0s; }
.webcam-note { position: absolute; bottom: 0.8rem; left: 0; right: 0; text-align: center; color: rgba(231,237,245,0.78); font-size: 0.85rem; }
.webcam-note code { background: rgba(255,255,255,0.12); padding: 0.1rem 0.4rem; border-radius: 5px; }

/* ============================================================
   RESERVE
   ============================================================ */
.reserve { padding-block: clamp(4rem, 10vw, 8rem); }
.reserve__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.reserve__intro h2 { margin-top: 0.7rem; }
.reserve__intro > p { color: var(--muted); font-size: 1.1rem; margin-top: 1rem; max-width: 38ch; }
.reserve__facts { list-style: none; display: grid; gap: 0; margin-top: 1.8rem; }
.reserve__facts li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-top: 1px solid var(--line); padding: 0.85rem 0; }
.reserve__facts span { color: var(--muted); font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.12em; }
.reserve__facts strong { font-weight: 600; text-align: right; }

.rform { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.4rem, 3vw, 2.1rem); display: grid; gap: 1.1rem; box-shadow: 0 50px 90px -60px rgba(0,0,0,0.95); }
.rform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.rform label { display: grid; gap: 0.5rem; font-size: 0.88rem; font-weight: 500; color: #cdd4e0; }
.rform input, .rform select, .rform textarea {
  background: rgba(255,255,255,0.045); border: 1px solid var(--line); border-radius: var(--r-sm);
  color: var(--ink); padding: 0.8rem 0.9rem; font: inherit; font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.rform input::placeholder, .rform textarea::placeholder { color: #6f7a8c; }
.rform option { color: #0a0e14; }
.rform input:focus, .rform select:focus, .rform textarea:focus {
  outline: none; border-color: rgba(255,176,31,0.7); background: rgba(255,255,255,0.07);
  box-shadow: 0 0 0 3px rgba(255,176,31,0.2);
}
.rform input.invalid, .rform select.invalid { border-color: var(--red); box-shadow: 0 0 0 3px rgba(255,90,90,0.18); }
.rform textarea { resize: vertical; }
.form-message { font-size: 0.98rem; }
.form-message.error { color: var(--red); }
.form-message.success { color: var(--ok); background: rgba(95,211,138,0.1); border: 1px solid rgba(95,211,138,0.3); border-radius: var(--r-sm); padding: 0.9rem 1rem; }
.form-message ul { margin: 0.4rem 0 0 1.1rem; }

/* ============================================================
   INVITATION / RSVP
   ============================================================ */
.invite { padding-block: clamp(4rem, 10vw, 8rem); }
.invite__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.invite__intro h2 { font-family: var(--disp); font-weight: 600; font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1.02; letter-spacing: -0.02em; margin-top: 0.7rem; }
.invite__intro > p { color: var(--muted); font-size: 1.1rem; margin-top: 1rem; max-width: 40ch; }
.invite__facts { list-style: none; margin-top: 1.8rem; }
.invite__facts li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-top: 1px solid var(--line); padding: 0.85rem 0; }
.invite__facts span { color: var(--muted); font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.12em; }
.invite__facts strong { font-weight: 600; text-align: right; }

.rsvp { display: grid; gap: 1.2rem; }
.rsvp__card { background: linear-gradient(180deg, rgba(255,176,31,0.1), rgba(255,176,31,0.02)); border: 1px solid rgba(255,176,31,0.32); border-radius: var(--r); padding: clamp(1.3rem, 3vw, 1.8rem); }
.rsvp__card h3 { font-family: var(--disp); font-weight: 600; font-size: clamp(1.5rem, 3.5vw, 2rem); margin: 0.5rem 0 0.35rem; }
.rsvp__meta { color: var(--amber); font-weight: 500; }
.rsvp__note { color: var(--muted); font-style: italic; margin-top: 0.6rem; }
.rsvp__toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.rsvp__opt { display: flex; align-items: center; gap: 0.6rem; padding: 0.85rem 1rem; border: 1px solid var(--line); border-radius: var(--r-sm); cursor: pointer; font-weight: 500; transition: border-color 0.2s, background 0.2s; }
.rsvp__opt:has(input:checked) { border-color: rgba(255,176,31,0.7); background: rgba(255,176,31,0.1); }
.rsvp__opt input { accent-color: var(--amber); width: 16px; height: 16px; }
@media (max-width: 920px) { .invite__grid { grid-template-columns: 1fr; } }

/* ============================================================
   VISIT
   ============================================================ */
.visit { padding-block: clamp(4rem, 10vw, 8rem); }
.visit__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 1.5rem; align-items: stretch; }
.visit__info { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.6rem, 3vw, 2.2rem); display: grid; align-content: start; gap: 1rem; }
.visit__info h3 { font-family: var(--disp); font-weight: 600; font-size: 1.6rem; }
.visit__addr { font-size: 1.12rem; }
.visit__hours { display: grid; gap: 0; margin: 0.2rem 0; }
.visit__hours div { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); padding: 0.55rem 0; font-size: 0.96rem; }
.visit__hours span { color: var(--muted); }
.visit__info .btn { justify-self: start; margin-top: 0.4rem; }
.visit__map { border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; min-height: 360px; }
.visit__map iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: grayscale(0.3) brightness(0.85) contrast(1.05); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); background: #06070d; padding-block: clamp(2.6rem, 5vw, 3.6rem); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2rem; align-items: start; }
.footer__brand img { height: 44px; width: auto; margin-bottom: 0.9rem; }
.footer__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.footer__nav a { color: var(--muted); transition: color 0.2s; }
.footer__nav a:hover { color: var(--ink); }
.footer__fine { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1.4rem; margin-top: 0.6rem; max-width: 75ch; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 920px) {
  .bar__grid, .reserve__grid, .visit__grid { grid-template-columns: 1fr; }
  .bar__intro { position: static; }
}
@media (max-width: 760px) {
  .nav__links a:not(.btn) { display: none; }
}
@media (max-width: 560px) {
  .rform__row { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__lights span { width: 6px; height: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__flight, .hero__stars, .hero__lights span, .hero__scroll span,
  .plane, .rwy-stripes span, .dot--red, .live-badge .dot, .hero__eyebrow .ping { animation: none !important; }
  .sf-cell.flip { animation: none; }
}
