/* ================================================================
   The Room — HLTH × Nobox
   Design System
   ================================================================ */

/* ---- Fonts ---- */
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}

/* ---- Tokens ---- */
:root {
  /* Green / teal palette */
  --teal-50:  #d9f2ee;
  --teal-100: #a4e0d5;
  --teal-200: #5cc8b8;
  --teal-300: #2da498;     /* mid teal */
  --teal-400: #1d7a6c;
  --teal-500: #0e5246;
  --teal-700: #0d3b35;
  --teal-900: #062320;

  /* Surface / ink */
  --bg-top:    #2bb3a3;    /* gradient top */
  --bg-bottom: #18887a;    /* gradient bottom */
  --surface:   #ffffff;
  --surface-light: #f4f1ea;
  --ink:       #0a1f1c;
  --ink-soft:  #314440;
  --ink-mute:  #5a6d68;
  --line:      rgba(10, 31, 28, 0.12);
  --line-strong: rgba(10, 31, 28, 0.28);

  /* Accent */
  --orange: #fe5800;
  --orange-soft: #ffe9dd;
  --orange-tint: #fff4ed;

  /* Status */
  --green: #2f8f5e;
  --green-soft: #d5efe1;

  /* Footer */
  --footer-bg:   #0c0c0c;
  --footer-ink:  #f3f3f3;
  --footer-mute: #9b9b9b;
  --footer-line: rgba(255,255,255,0.08);

  /* Type */
  --font-sans: "General Sans", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;

  /* Sizing */
  --maxw: 1100px;
  --radius-s: 8px;
  --radius: 12px;
  --radius-l: 18px;
  --radius-pill: 999px;
  --shadow-1: 0 1px 2px rgba(10,31,28,0.06), 0 8px 24px rgba(10,31,28,0.08);
  --shadow-2: 0 2px 6px rgba(10,31,28,0.08), 0 18px 40px rgba(10,31,28,0.12);
}

/* ---- Reset ---- */
*,
*::before,
*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg-top) 0%, var(--bg-bottom) 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: 1.55;
  font-size: 16px;
  position: relative;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }

/* ================================================================
   Background bubbles (translucent circles at the bottom)
   Pure CSS, no images — generated with radial gradients so they scale
   responsively and don't pixelate.
   ================================================================ */
.bg-bubbles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.bg-bubbles::before,
.bg-bubbles::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
}
.bg-bubbles__c {
  position: absolute;
  border-radius: 50%;
}
/* Several circles of varying sizes / opacities at the bottom of the viewport */
.bg-bubbles .c1 { width: 38vmax; height: 38vmax; left: -8vmax;  bottom: -14vmax; background: rgba(13,59,53,0.55); }
.bg-bubbles .c2 { width: 30vmax; height: 30vmax; left: 18vmax;  bottom: -8vmax;  background: rgba(92,200,184,0.45); }
.bg-bubbles .c3 { width: 26vmax; height: 26vmax; left: 38vmax;  bottom: -12vmax; background: rgba(45,164,152,0.50); }
.bg-bubbles .c4 { width: 32vmax; height: 32vmax; right: 18vmax; bottom: -10vmax; background: rgba(164,224,213,0.40); }
.bg-bubbles .c5 { width: 24vmax; height: 24vmax; right: -4vmax; bottom: -6vmax;  background: rgba(45,164,152,0.55); }
.bg-bubbles .c6 { width: 18vmax; height: 18vmax; left: 8vmax;   bottom: -4vmax;  background: rgba(255,255,255,0.10); }

/* Make sure content sits above the bubbles */
.page, main, header, footer { position: relative; z-index: 1; }

/* ================================================================
   Top brand bar — hlth. | nobox
   ================================================================ */
.brandbar {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(1.4rem, 2.5vw, 2rem) 1rem 0;
}
.brandbar__logos {
  height: clamp(28px, 3.6vw, 44px);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.10));
}
.brandbar__logos img { height: 100%; width: auto; }

/* ================================================================
   Hero header on all pages
   ================================================================ */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: clamp(2.5rem, 5vw, 4.5rem) 1.5rem clamp(2rem, 4vw, 3rem);
  gap: clamp(1rem, 2vw, 1.8rem);
  position: relative;
}
.hero--home { padding-top: clamp(3rem, 6vw, 5rem); }

/* Floating event tickets (homepage only) */
.floating-ticket {
  position: absolute;
  width: clamp(90px, 12vw, 160px);
  height: auto;
  z-index: 3;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,0.18));
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
  user-select: none;
}
.floating-ticket--created {
  /* Top-right, slightly tilted right (like in the reference) */
  top: clamp(1rem, 3vw, 2.4rem);
  right: clamp(1rem, 4vw, 3rem);
  transform: rotate(14deg);
}
.floating-ticket--powered {
  /* Left side, just under the brandbar (a bit lower than the right one) */
  top: clamp(7rem, 14vw, 12rem);
  left: clamp(1rem, 4vw, 3rem);
  transform: rotate(-12deg);
}
/* Gentle parallax-style sway on hover of hero (subtle) */
.hero--home:hover .floating-ticket--created { transform: rotate(10deg) translateY(-4px); }
.hero--home:hover .floating-ticket--powered { transform: rotate(-9deg) translateY(-4px); }

@media (max-width: 720px) {
  /* On phones the tickets crowd the content — shrink and shift */
  .floating-ticket { width: 78px; }
  .floating-ticket--powered { top: 4.5rem; }
}
@media (max-width: 480px) {
  /* Hide the left one on small phones to give text room */
  .floating-ticket--powered { display: none; }
  .floating-ticket--created { width: 70px; top: 0.6rem; right: 0.6rem; }
}
.hero__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.6rem, 1.5vw, 1.2rem);
}

/* THE ROOM wordmark — actual artwork image */
.wordmark {
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.wordmark img {
  display: block;
  width: clamp(280px, 56vw, 720px);
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,0.15));
}
.hero--home .wordmark img { width: clamp(320px, 64vw, 820px); }

/* Big serif sentence under THE ROOM ("Welcome to The Room.", etc.) */
.hero__lede {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  margin: 0 auto;
  max-width: 22ch;
  color: var(--ink);
  display: inline-block;
}
/* Inline wordmark used inside the lede ("Welcome to [The Room]") */
.hero__lede-mark {
  display: inline-block;
  height: 0.72em;            /* matches the cap-height of the serif text */
  width: auto;
  vertical-align: -0.05em;   /* nudge to sit on the baseline */
  margin: 0 0.05em;
}
.hero__sub {
  margin: 0 auto;
  max-width: 720px;
  color: var(--ink-soft);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.65;
}
.hero__sub--lead {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.hero__sub--lead strong { font-weight: 700; }

/* ================================================================
   Home (Welcome) — two big choices
   ================================================================ */
.welcome {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 0 1.25rem;
}
.welcome__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}
@media (max-width: 720px) {
  .welcome__choices { grid-template-columns: 1fr; }
}
.choice {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: var(--radius-l);
  text-decoration: none;
  color: var(--ink);
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  box-shadow: var(--shadow-1);
}
.choice:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
  background: #ffffff;
}
.choice__kicker {
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--teal-400);
  font-weight: 700;
}
.choice__title {
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  line-height: 1.2;
  margin: 0.2rem 0 0.5rem;
}
/* Inline The-Room logo used inside a card title — sized to match the
   x-height of the surrounding serif title so it reads as part of the line. */
.choice__title-mark {
  display: inline-block;
  height: 1.4rem;
  width: auto;
  vertical-align: -0.12rem;
  margin-left: 0.4rem;
}
/* Block variant: logo on its own line below the title text */
.choice__title-mark--block {
  display: block;
  height: auto;
  width: auto;
  max-width: 70%;
  max-height: 1.8rem;
  margin: 0.35rem 0 0 0;
}
.choice__title-nowrap {
  white-space: nowrap;
}
.choice__desc {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}
.choice__cta {
  margin-top: auto;
  padding-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  color: var(--orange);
}
.choice__cta::after { content: "→"; transition: transform 0.25s ease; }
.choice:hover .choice__cta::after { transform: translateX(4px); }

/* ================================================================
   Inner page panel — light backdrop so forms stay legible
   ================================================================ */
.page { min-height: 100vh; padding-bottom: 0; }
.panel {
  position: relative;
  z-index: 1;
  background: var(--surface-light);
  border-radius: var(--radius-l) var(--radius-l) 0 0;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
  margin-top: 1rem;
  box-shadow: var(--shadow-2);
}
.container {
  position: relative;
  z-index: 1;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 1rem;
}

/* ================================================================
   Stepper
   ================================================================ */
.stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 2vw, 1.25rem);
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  flex-wrap: wrap;
  max-width: 720px;
}
.step {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  color: var(--ink-mute);
}
.step__num {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  background: var(--teal-50);
  color: var(--teal-500);
  border: 1.5px solid var(--teal-200);
}
.step--current { color: var(--ink); }
.step--current .step__num {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.step--done { color: var(--ink); }
.step--done .step__num {
  background: var(--teal-200);
  border-color: var(--teal-400);
  color: var(--teal-700);
}
.step--done .step__num::before { content: "✓"; }
.step--done .step__num span { display: none; }
.step__sep {
  width: clamp(20px, 5vw, 60px);
  height: 1.5px;
  background: var(--line-strong);
}

/* ================================================================
   Section headers inside panels
   ================================================================ */
.section-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal-400);
  margin: 0 0 0.5rem;
  font-weight: 700;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}
.section-lede {
  margin: 0 0 1.5rem;
  color: var(--ink-soft);
  font-size: 1.05rem;
  max-width: 720px;
}

/* ================================================================
   Cards / forms — kept mostly as before, retuned for green palette
   ================================================================ */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: var(--shadow-1);
}
.card + .card { margin-top: 1.5rem; }
.card__head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.card__head h3 {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-soft);
}
.card__head-icon { width: 26px; height: 26px; flex: none; }

.field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.field label {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-soft);
}
.field label .req { color: var(--orange); margin-left: 0.2em; }
.field label .opt {
  color: var(--ink-mute);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  margin-left: 0.3em;
  font-style: italic;
}
.input, .textarea, select.input {
  font: inherit;
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-s);
  background: var(--surface);
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.input::placeholder, .textarea::placeholder { color: var(--ink-mute); }
.input:focus, .textarea:focus, select.input:focus {
  outline: none;
  border-color: var(--teal-300);
  box-shadow: 0 0 0 3px rgba(45,164,152,0.18);
}
.textarea { min-height: 100px; resize: vertical; }
.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.field-grid--three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 640px) {
  .field-grid, .field-grid--three { grid-template-columns: 1fr; }
}

.check {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-s);
  background: var(--teal-50);
  cursor: pointer;
}
.check input[type="checkbox"],
.check input[type="radio"] {
  width: 18px; height: 18px;
  accent-color: var(--orange);
  flex: none;
  cursor: pointer;
}

/* ================================================================
   Buttons
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.5rem;
  border-radius: var(--radius-s);
  border: 1.5px solid transparent;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:disabled,
.btn[disabled],
.btn[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.btn--primary {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.btn--primary:hover { box-shadow: var(--shadow-1); }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost:hover { border-color: var(--ink); }
.btn--lg { padding: 1.05rem 1.8rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ================================================================
   Slot grid
   ================================================================ */
.slot-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.slot-meta__avail { font-size: 0.95rem; color: var(--ink-soft); }
.slot-meta__avail strong { color: var(--orange); }

.day-tabs {
  display: inline-flex;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 4px;
  gap: 4px;
  margin-bottom: 1.5rem;
}
.day-tab {
  border: none;
  background: transparent;
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.2s, color 0.2s;
}
.day-tab--active { background: var(--teal-500); color: #fff; }

.slot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 920px) { .slot-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .slot-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .slot-grid { grid-template-columns: 1fr; } }

.slot {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1rem 0.85rem;
  background: var(--surface);
  border: 1.5px solid var(--teal-500);
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: var(--ink);
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s, border-color 0.2s;
}
.slot:hover { transform: translateY(-2px); box-shadow: var(--shadow-1); }
.slot__time { font-weight: 700; font-size: 1.05rem; }
.slot__time-end { color: var(--ink-mute); font-size: 0.85rem; }
.slot__status {
  display: inline-flex;
  align-items: center;
  padding: 0.18em 0.6em;
  border-radius: var(--radius-pill);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--green-soft);
  color: var(--green);
  width: max-content;
  margin-top: 0.2rem;
}
.slot[aria-pressed="true"] {
  background: var(--orange-tint);
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(254,88,0,0.18);
}
.slot[aria-pressed="true"] .slot__status { background: var(--orange); color: #fff; }
.slot[aria-pressed="true"] .slot__status::before { content: "Selected"; }
.slot[aria-pressed="true"] .slot__status-text { display: none; }
.slot[aria-disabled="true"] {
  background: rgba(255,255,255,0.5);
  color: var(--ink-mute);
  border-color: var(--line);
  cursor: not-allowed;
  pointer-events: none;
}
.slot[aria-disabled="true"] .slot__status {
  background: rgba(10,31,28,0.06);
  color: var(--ink-mute);
}

/* ================================================================
   Selected slot banner
   ================================================================ */
.selected-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: var(--orange-tint);
  border: 1.5px solid var(--orange);
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
}
.selected-banner__icon { width: 36px; height: 36px; flex: none; }
.selected-banner__txt { flex: 1; }
.selected-banner__txt strong { font-weight: 700; }

/* ================================================================
   Concept / intro / steps list
   ================================================================ */
.intro {
  max-width: 720px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  color: var(--ink);
}
.intro p { margin: 0 0 1rem; font-size: 1.05rem; line-height: 1.7; }
.intro strong { font-weight: 700; }
.steps-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  counter-reset: li;
}
.steps-list li {
  position: relative;
  padding-left: 2.6rem;       /* leaves room for the numbered bullet */
  min-height: 26px;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.55;
}
.steps-list li::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.steps-list li strong { font-weight: 700; }

/* ================================================================
   Thank-you
   ================================================================ */
.thanks {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 1rem;
}
.thanks__icon {
  width: 72px; height: 72px;
  margin: 0 auto 1.5rem;
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem;
}
.thanks__title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin: 0 0 1rem;
}
.thanks__body { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.7; }
.thanks__body p + p { margin-top: 1rem; }
.thanks__actions {
  margin-top: 2rem;
  display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap;
}

/* ================================================================
   Countdown
   ================================================================ */
.countdown {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.4rem, 1.2vw, 0.9rem);
  margin: 2rem auto 1rem;
  padding: 1.1rem 1.4rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-1);
}
.countdown__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 3.4rem;
}
.countdown__num {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.countdown__label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-top: 0.4rem;
}
.countdown__sep {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: var(--ink-mute);
  line-height: 1;
  margin-top: -0.55em;
}
.countdown__live {
  margin: 1rem 0 0;
  padding: 0.85rem 1.1rem;
  background: var(--green-soft);
  color: var(--green);
  border-radius: var(--radius);
  font-weight: 600;
}
@media (max-width: 480px) {
  .countdown { padding: 0.9rem 1rem; }
  .countdown__cell { min-width: 2.6rem; }
}

/* ================================================================
   Footer — dark band
   ================================================================ */
.site-footer {
  background: var(--footer-bg);
  color: var(--footer-ink);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 5vw, 4rem);
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.site-footer__grid {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 640px) {
  .site-footer__grid { grid-template-columns: 1fr; }
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}
.site-footer__brand a {
  display: inline-block;
  transition: opacity 0.2s ease;
}
.site-footer__brand a:hover { opacity: 0.7; }
.site-footer__brand img {
  height: clamp(20px, 2vw, 28px);
  width: auto;
}
.site-footer__copy {
  color: var(--footer-mute);
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.site-footer__contact {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media (max-width: 640px) {
  .site-footer__contact { text-align: left; }
}
.site-footer__contact-label {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--footer-mute);
}
.site-footer__contact a {
  color: var(--footer-ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.site-footer__contact a:hover { color: var(--orange); }

/* ================================================================
   Helpers
   ================================================================ */
.muted { color: var(--ink-mute); }
.center { text-align: center; }
.hidden { display: none !important; }
.row-between {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.btn[aria-busy="true"] { opacity: 0.7; pointer-events: none; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
