/* ========================================
   Colorado Launching Pad
   Black body + White header/footer
   ======================================== */

:root {
  --black: #0a0a0a;
  --near-black: #111111;
  --dark: #1a1a1a;
  --gray-800: #2a2a2a;
  --gray-600: #555555;
  --gray-400: #888888;
  --gray-300: #aaaaaa;
  --gray-200: #e5e5e5;
  --gray-100: #f4f4f4;
  --white: #ffffff;
  --off-white: #fafafa;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --max-width: 1100px;
  --header-height: 88px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font);
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

strong {
  font-weight: 700;
}

.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ========== Header (WHITE) ========== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  height: var(--header-height);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.nav-logo {
  height: 60px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.main-nav a {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--black);
  transition: opacity 0.2s;
}

.main-nav a:hover {
  opacity: 0.6;
}

.nav-cta {
  background: var(--black) !important;
  color: #ffffff !important;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
}

.nav-cta:hover {
  background: var(--dark) !important;
  color: #ffffff !important;
  opacity: 1;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--black);
  transition: 0.3s;
}

/* ========== Hero (BLACK) ========== */
.hero {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--header-height) + 40px) 24px 60px;
  background: var(--black);
}

.hero-content {
  max-width: 820px;
}

.hero-logo-top {
  max-width: 280px;
  margin: 0 auto 16px;
}

.hero-logo {
  max-width: 380px;
  margin: 0 auto 24px;
  border-radius: 4px;
}

.hero-eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-300);
  margin-bottom: 14px;
}

.eyebrow-date,
.eyebrow-location,
.eyebrow-dot {
  display: inline;
}


/* Countdown */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
  flex-wrap: wrap;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
  padding: 12px 10px 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

.countdown-num {
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
  color: var(--white);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.countdown-label {
  margin-top: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
}

.countdown-sep {
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(255,255,255,0.35);
  margin-bottom: 14px;
}

.countdown.ended .countdown-num {
  color: var(--gray-400);
}

@media (max-width: 480px) {
  .countdown {
    gap: 4px;
    margin-bottom: 22px;
  }
  .countdown-item {
    min-width: 56px;
    padding: 10px 6px 8px;
  }
  .countdown-sep {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}

.hero-title {
  font-size: clamp(2.4rem, 6.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin-bottom: 16px;
  color: var(--white);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--gray-300);
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 500;
}

.spots-left {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: clamp(1.05rem, 3vw, 1.35rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffc107;
  text-shadow: 0 0 18px rgba(255, 193, 7, 0.45);
  animation: spotsPulse 2.4s ease-in-out infinite;
}

.spots-left.low {
  color: #ff5a3d;
  text-shadow: 0 0 18px rgba(255, 90, 61, 0.5);
}

.spots-left.sold-out {
  color: #ff3b30;
  text-shadow: 0 0 18px rgba(255, 59, 48, 0.45);
  animation: none;
}

.spots-left-section {
  margin-top: 18px;
  margin-bottom: 0;
}

@keyframes spotsPulse {
  0%, 100% { opacity: 1; text-shadow: 0 0 18px rgba(255, 193, 7, 0.45); }
  50% { opacity: 0.85; text-shadow: 0 0 28px rgba(255, 193, 7, 0.7); }
}


.hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
  margin-bottom: 18px;
}

.cta-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
}

.hero-note {
  font-size: 0.95rem;
  color: var(--white);
  font-weight: 500;
}

/* ========== Buttons ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.btn-solid {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.btn-solid:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--black);
}

.btn-full {
  width: 100%;
  padding: 18px 32px;
  font-size: 1.05rem;
}

/* ========== Sections ========== */
.section {
  padding: 72px 0;
  background: var(--black);
  scroll-margin-top: calc(var(--header-height) + 28px);
}

#about,
#merch,
#details,
#travel,
#confirm,
#faq {
  scroll-margin-top: calc(var(--header-height) + 32px);
}

/* Ensure hash targets always clear fixed header */
section[id] {
  scroll-margin-top: calc(var(--header-height) + 32px);
}

.section-header {
  text-align: center;
  margin-bottom: 36px;
}

.section-header .eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: clamp(1.9rem, 4.5vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--white);
}

.divider {
  width: 64px;
  height: 4px;
  background: var(--white);
  margin: 0 auto;
}

.section-intro {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 48px;
  color: var(--gray-300);
  font-size: 1.1rem;
  font-weight: 500;
}

/* ========== About ========== */
.about {
  background: var(--near-black);
  border-top: 1px solid var(--gray-800);
  border-bottom: 1px solid var(--gray-800);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: start;
}

.about-text .lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 24px;
  color: var(--white);
  text-align: justify;
}

.about-text p {
  margin-bottom: 18px;
  color: var(--gray-300);
  font-size: 1.05rem;
  text-align: justify;
}

.about-text-centered {
  max-width: 720px;
  margin: 0 auto;
}

.about-points {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.point {
  background: var(--black);
  border: 1px solid var(--gray-800);
  padding: 20px;
  border-radius: 6px;
}

.point-number {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gray-400);
  margin-bottom: 10px;
}

.point h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 8px;
  color: var(--white);
}

.point p {
  color: var(--gray-300);
  font-size: 1rem;
}

/* ========== Recap (Video + Photos) ========== */
.recap {
  background: #111111;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.video-wrapper {
  max-width: 640px;
  margin: 0 auto 40px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}

.video-wrapper video {
  width: 100%;
  height: auto;
  max-height: 70vh; /* Prevent video from dominating small screens */
  display: block;
  vertical-align: top;
  object-fit: contain;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}

.photo-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.photo-grid img:hover {
  transform: scale(1.03);
  filter: brightness(1.08);
}

/* ========== Merch ========== */
.merch {
  background: #0a0a0a;
  border-top: 1px solid #1a1a1a;
}

.merch-intro {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 36px;
  color: var(--gray-300);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}

.merch-intro strong {
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.merch-layout {
  max-width: 900px;
  margin: 0 auto 36px;
}

.merch-focal {
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.merch-focal a {
  display: block;
}

.merch-focal img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.merch-grid a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.merch-grid img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.merch-grid a:hover img,
.merch-focal a:hover img {
  transform: scale(1.04);
  filter: brightness(1.08);
}

.merch-cta {
  text-align: center;
}

/* ========== Commitment Note ========== */
.commitment-note {
  padding: 48px 0;
  background: var(--black);
}

.note-box {
  max-width: 800px;
  margin: 0 auto;
  background: var(--white);
  color: var(--black);
  padding: 40px 36px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
}

.note-box h3,
.note-box .note-title {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.45;
  color: var(--black);
  letter-spacing: 0.02em;
}

.note-box .underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.note-box p {
  font-size: 1.1rem;
  margin-bottom: 18px;
  line-height: 1.6;
  color: var(--gray-600);
}

.note-box p.emphasis {
  font-weight: 700;
  color: var(--black);
  margin-top: 8px;
  margin-bottom: 0;
}

/* ========== Details ========== */
.details {
  background: var(--near-black);
  border-top: 1px solid var(--gray-800);
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.detail-card {
  background: var(--black);
  border: 1px solid var(--gray-800);
  padding: 24px;
  border-radius: 6px;
}

.detail-card h3 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 14px;
}

.detail-main {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}

.detail-sub {
  color: var(--gray-300);
  font-size: 0.98rem;
  line-height: 1.5;
  margin-bottom: 6px;
}

.bring-list {
  margin-top: 8px;
}

.bring-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: var(--gray-300);
  font-size: 0.98rem;
}

.bring-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--gray-400);
  font-weight: 700;
}

.schedule-block {
  background: var(--black);
  border: 1px solid var(--gray-800);
  padding: 28px;
  border-radius: 6px;
}

.schedule-block h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: var(--white);
}

.schedule-days {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.day h4 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 16px;
  color: var(--white);
}

.schedule-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: var(--gray-300);
  font-size: 1rem;
}

.schedule-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: var(--gray-400);
  font-weight: 700;
}

/* ========== Travel ========== */
.travel {
  background: var(--black);
  border-top: 1px solid var(--gray-800);
  border-bottom: 1px solid var(--gray-800);
}

.travel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.travel-card {
  background: #161616;
  border: 1px solid #2a2a2a;
  padding: 32px;
  border-radius: 8px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.travel-card:hover {
  transform: translateY(-4px);
  border-color: #444;
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
}

.travel-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--white);
}

.travel-card p {
  color: var(--gray-300);
  font-size: 1rem;
  margin-bottom: 8px;
}

.travel-card .small {
  font-size: 0.9rem;
  color: var(--gray-400);
}

/* ========== Confirm Form ========== */
.confirm {
  background: #111111;
}

.confirm-form {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: none;
  padding: 36px 32px 28px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  box-sizing: border-box;
  overflow: hidden;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 16px;
  min-width: 0; /* critical for grid overflow on mobile */
}

.form-group label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111111;
  letter-spacing: 0.01em;
}

.form-group input:not([type="checkbox"]):not([type="radio"]),
.form-group textarea,
.form-group select {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  color: #111111;
  font-family: var(--font);
  font-size: 16px; /* prevents iOS zoom on focus */
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

.form-group input[type="checkbox"],
.form-group input[type="radio"],
.checkbox-label input[type="checkbox"],
.radio-label input[type="radio"] {
  -webkit-appearance: auto;
  appearance: auto;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  accent-color: #111111;
  cursor: pointer;
  background: #fff;
  border: 1px solid #111;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #111111;
  background: #ffffff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #888888;
}

.checkbox-group {
  margin-bottom: 14px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: #222222;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin-top: 1px;
  flex-shrink: 0;
  accent-color: #111111;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  cursor: pointer;
}

.form-note {
  text-align: center;
  font-size: 0.88rem;
  color: #555555;
  margin-top: 14px;
  font-weight: 500;
}

/* Intent chooser */
.intent-chooser {
  max-width: 560px;
  margin: 0 auto 28px;
  text-align: center;
}

.intent-question {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 18px;
}

.intent-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.intent-btn {
  min-width: 140px;
}

.intent-btn.active {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.serve-section-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  margin: 20px 0 14px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.radio-group {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.radio-group.vertical {
  flex-direction: column;
  gap: 10px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #222222;
  cursor: pointer;
  font-weight: 500;
}

.radio-label input[type="radio"] {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  accent-color: #111111;
  flex-shrink: 0;
  -webkit-appearance: auto !important;
  appearance: auto !important;
  cursor: pointer;
}

.form-group textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  color: #111111;
  font-family: var(--font);
  font-size: 16px;
  resize: vertical;
  min-height: 80px;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}

.form-group textarea:focus {
  outline: none;
  border-color: #111111;
  background: #ffffff;
}

.form-group input[type="month"],
.form-group input[type="number"],
.form-group input[type="date"] {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  background: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  color: #111111;
  font-family: var(--font);
  font-size: 16px;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
  min-width: 0;
}

.form-group input[type="month"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="date"]:focus {
  outline: none;
  border-color: #111111;
  background: #ffffff;
}

.form-group input[type="month"]::-webkit-calendar-picker-indicator,
.form-group input[type="date"]::-webkit-calendar-picker-indicator {
  filter: none;
  cursor: pointer;
  opacity: 0.7;
}

/* Submit button stays solid black on white form */
.confirm-form .btn-solid {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
  margin-top: 6px;
}

.confirm-form .btn-solid:hover {
  background: #000000;
  color: #ffffff;
}

.back-to-intent {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: none;
  border: none;
  color: #666666;
  font-family: var(--font);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  padding: 6px;
  transition: color 0.2s;
}

.back-to-intent:hover {
  color: #111111;
}

/* ========== FAQ ========== */
.faq {
  background: var(--black);
  border-top: 1px solid var(--gray-800);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--gray-800);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: none;
  border: none;
  color: var(--white);
  font-family: var(--font);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s;
}

.faq-question:hover {
  opacity: 0.7;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 0.3s;
  color: var(--gray-400);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 220px;
}

.faq-answer p {
  padding-bottom: 12px;
  color: var(--gray-300);
  font-size: 1rem;
  line-height: 1.6;
}

.faq-answer p:last-child {
  padding-bottom: 24px;
}

.faq-answer a {
  color: var(--white);
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  transition: border-color 0.2s, opacity 0.2s;
}

.faq-answer a:hover {
  border-bottom-color: var(--white);
  opacity: 0.85;
}

/* ========== Footer (WHITE) ========== */
.site-footer {
  background: var(--white);
  color: var(--black);
  padding: 48px 0 28px;
  border-top: 1px solid var(--gray-200);
}

.footer-content {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.footer-logo {
  height: 52px;
  width: auto;
  margin-bottom: 16px;
}

.footer-brand p {
  color: var(--gray-600);
  font-size: 0.95rem;
  font-weight: 500;
}

.footer-links h4,
.footer-official h4,
.footer-partners h4 {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--gray-400);
}

.footer-links p,
.footer-official p {
  color: var(--gray-600);
  font-size: 1rem;
  margin-bottom: 8px;
}

.footer-official a,
.footer-partners a {
  display: block;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, opacity 0.2s;
  width: fit-content;
}

.footer-official a:hover,
.footer-partners a:hover {
  border-bottom-color: var(--black);
  opacity: 0.75;
}

.footer-bottom {
  border-top: 1px solid var(--gray-200);
  padding-top: 28px;
  text-align: center;
}

.footer-bottom p {
  font-size: 0.9rem;
  color: var(--gray-400);
  font-weight: 500;
}

/* ========== Responsive ========== */
@media (max-width: 900px) {
  .about-grid,
  .details-grid,
  .travel-grid,
  .schedule-days,
  .footer-content {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-grid img {
    height: 180px;
  }

  .merch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .merch-grid img {
    height: 180px;
  }


  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-logo-top {
    max-width: 260px;
  }
  .hero-logo {
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 28px 24px;
    gap: 20px;
    border-bottom: 1px solid var(--gray-200);
    transform: translateY(-130%);
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .main-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .hero {
    padding-top: calc(var(--header-height) + 40px);
  }

  .section {
    padding: 48px 0;
  }

  .confirm-form {
    padding: 24px 16px 20px;
    border-radius: 8px;
    max-width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-group input,
  .form-group textarea,
  .form-group select {
    font-size: 16px;
  }

  .checkbox-label {
    font-size: 0.9rem;
  }

  .radio-group {
    gap: 14px;
  }

  .intent-buttons {
    width: 100%;
  }

  .intent-btn {
    flex: 1;
    min-width: 0;
  }

  .note-box {
    padding: 32px 24px;
  }

  .detail-card,
  .travel-card,
  .schedule-block {
    padding: 28px;
  }

  .nav-logo {
    height: 48px;
  }
}

@media (max-width: 480px) {
  .hero-eyebrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    letter-spacing: 0.1em;
  }

  .eyebrow-dot {
    display: none;
  }

  .eyebrow-date,
  .eyebrow-location {
    display: block;
  }

  .hero-ctas {
    flex-direction: column;
  }

  .cta-group {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .photo-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid img {
    height: 220px;
  }

  .merch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .merch-grid img {
    height: 140px;
  }

  .video-wrapper {
    margin-bottom: 28px;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .hero-logo-top {
    max-width: 220px;
  }
  .hero-logo {
    max-width: 260px;
  }
}
