:root {
  --bg: #050505;
  --bg-soft: #0d0d0f;
  --panel: rgba(255, 255, 255, 0.05);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --text: #f0e4c2;
  --muted: #b3b3b3;
  --accent: #d72638;
  --accent-2: #c5a467;
  --border: rgba(197, 164, 103, 0.28);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --radius: 18px;
  --text-gradient: linear-gradient(120deg, #f8e6b8, #cfa65a, #f8e6b8);
}

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

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 22% 20%, rgba(215, 38, 56, 0.12), transparent 28%),
    radial-gradient(circle at 78% 10%, rgba(197, 164, 103, 0.14), transparent 32%),
    linear-gradient(160deg, #0a0a0a, #050505 60%, #0c0c0e);
  background: radial-gradient(circle at 22% 20%, rgba(215, 38, 56, 0.12), transparent 28%),
    radial-gradient(circle at 78% 10%, rgba(197, 164, 103, 0.14), transparent 32%),
    linear-gradient(160deg, #0a0a0a, #050505 60%, #0c0c0e);
  min-height: 100vh;
  line-height: 1.6;
  letter-spacing: 0.01em;
  overflow: auto;
}

:is(h1, h2, h3, h4, p, li, a, label, .lede, .eyebrow, .meta__label, .hero-lede, .hero-title, .spotlight-copy, .logo, .section__header h2, .footer__links a, .nav a) {
  background-image: var(--text-gradient);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shimmer 12s linear infinite;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

a {
  text-decoration-color: rgba(197, 164, 103, 0.8);
}

main.panels {
  position: relative;
  height: auto;
  overflow: visible;
}

.page-panel {
  position: static;
  padding: 2.4rem clamp(1.5rem, 4vw, 4rem) 3rem;
  display: none;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.9), rgba(5, 5, 5, 0.75));
}

.page-panel.active {
  display: block;
}

.vault-overlay {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.98) 45%, rgba(0, 0, 0, 1) 65%);
  z-index: 999;
  pointer-events: auto;
  overflow: hidden;
  animation: vault-open 2.3s ease-out forwards;
  display: grid;
  place-items: center;
}

.vault-overlay::before,
.vault-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(197, 164, 103, 0.2) 0%, transparent 60%);
  mix-blend-mode: screen;
}

.vault-overlay::after {
  background: radial-gradient(circle at center, rgba(215, 38, 56, 0.14) 0%, transparent 55%);
  transform: scale(1.05);
}

.vault-overlay.done {
  opacity: 0;
  pointer-events: none;
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .vault-overlay {
    animation: none;
    opacity: 0;
    pointer-events: none;
    display: none;
  }
}

.vault-emblem {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #fefefe;
  animation: emblem-reveal 1.9s ease-out forwards;
}

.vault-ring {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid rgba(197, 164, 103, 0.6);
  box-shadow: 0 0 30px rgba(197, 164, 103, 0.4), inset 0 0 40px rgba(0, 0, 0, 0.7);
  margin: 0 auto 1rem;
  position: relative;
  animation: ring-spin 2.1s ease-out;
}

.vault-ring::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  border: 1px dashed rgba(197, 164, 103, 0.5);
  filter: drop-shadow(0 0 12px rgba(197, 164, 103, 0.4));
}

.vault-wordmark {
  font-family: "Cinzel", "Manrope", system-ui, sans-serif;
  font-size: 2rem;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.6), 0 0 22px rgba(197, 164, 103, 0.7);
}

.vault-sub {
  margin-top: 0.25rem;
  font-size: 0.78rem;
  color: rgba(197, 164, 103, 0.85);
}

@keyframes vault-open {
  0% {
    clip-path: circle(8% at 50% 50%);
    opacity: 1;
  }
  55% {
    clip-path: circle(120% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(150% at 50% 50%);
    opacity: 0;
  }
}

@keyframes ring-spin {
  0% {
    transform: scale(0.6) rotate(-20deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.05) rotate(4deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes emblem-reveal {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 12px rgba(197, 164, 103, 0.18);
  }
  50% {
    box-shadow: 0 0 24px rgba(197, 164, 103, 0.35);
  }
  100% {
    box-shadow: 0 0 12px rgba(197, 164, 103, 0.18);
  }
}

@keyframes glint {
  0% {
    transform: translateX(-4px);
    opacity: 0.7;
  }
  50% {
    transform: translateX(4px);
    opacity: 1;
  }
  100% {
    transform: translateX(-4px);
    opacity: 0.7;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 1rem;
  padding: 1rem clamp(1.5rem, 4vw, 4rem);
  background: rgba(7, 7, 9, 0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: inset 0 -1px 0 rgba(197, 164, 103, 0.35);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.logo {
  font-family: "Cinzel", "Manrope", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff7da;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(120deg, rgba(197, 164, 103, 0.32), rgba(255, 241, 205, 0.16));
  border: 1px solid rgba(197, 164, 103, 0.55);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 0 26px rgba(197, 164, 103, 0.35);
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6), 0 0 18px rgba(197, 164, 103, 0.55);
  font-size: 1.4rem;
  line-height: 1;
}

.logo::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: rotate(45deg);
  border: 2px solid rgba(255, 232, 183, 0.9);
  box-shadow: 0 0 20px rgba(197, 164, 103, 0.75);
  background: radial-gradient(circle at 50% 50%, rgba(255, 241, 205, 0.9), rgba(197, 164, 103, 0.25));
}

.logo::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 28px;
  bottom: 4px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255, 235, 195, 0.9), rgba(197, 164, 103, 0.65), rgba(255, 235, 195, 0.9));
  opacity: 0.85;
}

.nav {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nav a {
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  color: #f8f3e7;
  -webkit-text-fill-color: #f8f3e7;
  background: linear-gradient(120deg, rgba(197, 164, 103, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(197, 164, 103, 0.55);
  font-family: "Cinzel", "Manrope", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1rem;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 0 12px rgba(197, 164, 103, 0.4);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 18px rgba(197, 164, 103, 0.25);
  position: relative;
  padding-right: 2.6rem;
  overflow: hidden;
}

.nav a:hover {
  color: #fff7da;
  -webkit-text-fill-color: #fff7da;
  background: linear-gradient(120deg, rgba(197, 164, 103, 0.28), rgba(255, 255, 255, 0.1));
  transform: translateY(-1px);
}

.nav a.active {
  background: linear-gradient(120deg, rgba(255, 241, 205, 0.28), rgba(197, 164, 103, 0.35));
  color: #fff7da;
  -webkit-text-fill-color: #fff7da;
  border: 1px solid rgba(197, 164, 103, 0.75);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(197, 164, 103, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.nav a::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 2px solid rgba(255, 232, 183, 0.9);
  box-shadow: 0 0 14px rgba(197, 164, 103, 0.65);
  background: radial-gradient(circle at 50% 50%, rgba(255, 241, 205, 0.9), rgba(197, 164, 103, 0.3));
}

.nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(197, 164, 103, 0.2), rgba(255, 255, 255, 0.05), rgba(197, 164, 103, 0.2));
  opacity: 0.35;
  pointer-events: none;
}


.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  border: 1px solid var(--border);
  color: #0c0a05;
  -webkit-text-fill-color: #0c0a05;
  font-weight: 700;
  letter-spacing: 0.03em;
  gap: 0.4rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  background: linear-gradient(135deg, rgba(197, 164, 103, 0.2), rgba(215, 38, 56, 0.25));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45), 0 0 10px rgba(197, 164, 103, 0.4);
}

.pill-btn.primary {
  background: linear-gradient(135deg, var(--accent), #8b111d);
  color: #fefefe;
  -webkit-text-fill-color: #fefefe;
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(215, 38, 56, 0.35);
}

.pill-btn.ghost {
  background: rgba(255, 255, 255, 0.03);
  color: #fef7e6;
  -webkit-text-fill-color: #fef7e6;
}

.pill-btn.full {
  width: 100%;
}

.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35), 0 0 18px rgba(197, 164, 103, 0.4);
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.9rem;
  color: var(--text);
}

.pill.subtle {
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding: 3rem clamp(0.5rem, 1vw, 1rem);
  position: relative;
}

.hero__copy h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.1;
  margin: 0.4rem 0 1rem;
  font-family: "Cinzel", "Manrope", system-ui, sans-serif;
  letter-spacing: 0.06em;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.6), 0 0 24px rgba(197, 164, 103, 0.45);
  font-weight: 700;
}

.hero-title {
  letter-spacing: 0.06em;
}

.hero__copy .lede {
  max-width: 620px;
}

.hero-lede {
  color: #f1e6d7;
  font-weight: 600;
}

.crest-divider {
  display: inline-block;
  margin: 0.3rem 0 0.6rem;
  color: var(--accent-2);
  letter-spacing: 0.4em;
  font-size: 1rem;
  text-shadow: 0 0 14px rgba(197, 164, 103, 0.5);
}

.hero__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin: 1.4rem 0 1rem;
}

.hero__panel {
  position: relative;
  background: var(--panel-strong);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.6rem;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1rem;
  max-width: 680px;
  margin-left: auto;
  border-image: linear-gradient(135deg, rgba(197, 164, 103, 0.6), rgba(215, 38, 56, 0.35)) 1;
  position: relative;
}

.glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(circle at 70% 30%, rgba(215, 38, 56, 0.18), transparent 45%),
    radial-gradient(circle at 20% 80%, rgba(197, 164, 103, 0.2), transparent 40%);
  filter: blur(30px);
}

.card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.2rem 1.4rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow);
}

.card.stack {
  transform: rotate(-1.5deg);
  border-color: rgba(215, 38, 56, 0.3);
}

.card.translucent {
  backdrop-filter: blur(8px);
}

.video-card {
  border: 1px solid rgba(197, 164, 103, 0.35);
  background: rgba(0, 0, 0, 0.35);
}

.card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: inline-flex;
}

.card__body h3 {
  margin: 0.3rem 0 0.2rem;
}

.tag-row {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.tag {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.25rem 0.55rem;
  font-size: 0.9rem;
  color: var(--text);
}

.video-frame {
  margin-top: 0.8rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  overflow: hidden;
  background: #000;
  min-height: 180px;
  display: grid;
  place-items: center;
}

.video-frame.breathe {
  box-shadow: 0 0 24px rgba(197, 164, 103, 0.2);
  animation: breathe 4s ease-in-out infinite;
}

.video-placeholder {
  color: var(--muted);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.spotlight {
  border: 1px solid rgba(197, 164, 103, 0.4);
  background: rgba(255, 255, 255, 0.03);
}

.spotlight-body {
  display: grid;
  gap: 0.6rem;
}

.spotlight-logo {
  width: 100%;
  display: grid;
  place-items: center;
}

.spotlight-logo img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.05);
}

.spotlight-copy {
  color: #f1e6d7;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.spotlight-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

@keyframes shimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.stats strong,
.meta strong {
  display: block;
  font-size: 1.3rem;
}

.meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}

.meta__label {
  font-size: 0.9rem;
  color: var(--muted);
}

.section {
  margin: 0;
  position: relative;
}

.section::before,
.hero::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 0;
  width: 96px;
  height: 3px;
  background: linear-gradient(90deg, rgba(197, 164, 103, 0.9), rgba(197, 164, 103, 0.15));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(197, 164, 103, 0.5);
}

.section__header h2 {
  margin: 0.2rem 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-family: "Cinzel", "Manrope", system-ui, sans-serif;
}

.section__header .lede {
  max-width: 680px;
}

.section__header.inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.section.alt {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 2px);
  padding: 2.4rem clamp(1rem, 4vw, 2.4rem);
  box-shadow: var(--shadow);
}

.tab-bar {
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tab {
  cursor: pointer;
}

.tab.active {
  background: linear-gradient(135deg, rgba(215, 38, 56, 0.8), rgba(197, 164, 103, 0.85));
  border-color: transparent;
  color: #0a0a0a;
}

.grid.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.family-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
  margin: 0.6rem 0 1.8rem;
}

.family-showcase.carousel {
  position: relative;
  display: block;
  perspective: 1400px;
  height: 620px;
  padding: 1rem 0 2rem;
  overflow: visible;
}

.family-showcase.carousel .venue-block {
  position: absolute;
  left: 50%;
  top: 0.5rem;
  width: min(440px, 70vw);
  transform-style: preserve-3d;
  transition: transform 0.3s ease, opacity 0.22s ease;
  backface-visibility: hidden;
  will-change: transform, opacity;
  transform: translateZ(0);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
}

.venue-block {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  cursor: pointer;
}

.venue-block.highlight {
  border-color: rgba(197, 164, 103, 0.7);
  background: rgba(197, 164, 103, 0.06);
}

.venue-block:hover {
  transform: translateY(-4px);
  border-color: rgba(197, 164, 103, 0.6);
  background: rgba(197, 164, 103, 0.04);
}

.venue-block.popped {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(197, 164, 103, 0.8);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45), 0 0 28px rgba(197, 164, 103, 0.35);
  background: linear-gradient(135deg, rgba(197, 164, 103, 0.12), rgba(255, 255, 255, 0.05));
}

.venue-block.shadowsong {
  border-color: rgba(93, 210, 255, 0.5);
  background: linear-gradient(135deg, rgba(20, 25, 45, 0.8), rgba(39, 0, 70, 0.7));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 24px rgba(92, 168, 255, 0.35);
}

.venue-block.shadowsong .venue-body h3,
.venue-block.shadowsong .venue-body .lede,
.venue-block.shadowsong .diamond-list li,
.venue-block.shadowsong .diamond-list li::before {
  background: linear-gradient(120deg, #7de7ff, #a85dff, #7de7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}

.venue-block.shadowsong .image-tag {
  background: rgba(20, 25, 45, 0.8);
  border-color: rgba(125, 231, 255, 0.8);
  color: #e5f8ff;
}

.venue-block.shadowsong .gold-link {
  background: linear-gradient(135deg, #7de7ff, #a85dff);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 18px rgba(125, 231, 255, 0.35);
}

.venue-block.pandora {
  border-color: rgba(180, 50, 50, 0.6);
  background: linear-gradient(135deg, rgba(30, 5, 10, 0.85), rgba(80, 10, 10, 0.75));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 24px rgba(180, 60, 60, 0.35);
}

.venue-block.pandora .venue-body h3,
.venue-block.pandora .venue-body .lede,
.venue-block.pandora .diamond-list li,
.venue-block.pandora .diamond-list li::before {
  background: linear-gradient(120deg, #f5d4c2, #e67b6b, #f5d4c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}

.venue-block.pandora .image-tag {
  background: rgba(40, 8, 12, 0.8);
  border-color: rgba(230, 123, 107, 0.8);
  color: #ffeae0;
}

.venue-block.pandora .venue-media img {
  width: 150%;
  height: 150%;
}

.venue-block.pandora .gold-link {
  background: linear-gradient(135deg, #e67b6b, #f5d4c2);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 18px rgba(230, 123, 107, 0.35);
}

.venue-block.pulse {
  border-color: rgba(255, 255, 255, 0.85);
  background: linear-gradient(135deg, rgba(5, 5, 7, 0.95), rgba(14, 14, 18, 0.9));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(255, 255, 255, 0.35);
}

.venue-block.pulse .venue-body h3,
.venue-block.pulse .venue-body .lede,
.venue-block.pulse .diamond-list li,
.venue-block.pulse .diamond-list li::before {
  color: #fdfdfd;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.7), 0 2px 10px rgba(0, 0, 0, 0.45);
  background: linear-gradient(120deg, #ffffff, #e8ecff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 5s linear infinite;
}

.venue-block.pulse .image-tag {
  background: rgba(30, 10, 12, 0.8);
  border-color: rgba(255, 40, 60, 0.85);
  color: #fdfdfd;
}

.venue-block.pulse .venue-media img {
  width: 170%;
  height: 170%;
  object-fit: contain;
  object-position: 63% 54%;
  transform: translateX(0);
}

/* Venue modal */
body.modal-open {
  overflow: hidden;
}

body.modal-open .site-header,
body.modal-open main.panels,
body.modal-open .footer {
  filter: brightness(0.82);
  transition: filter 80ms ease;
}

.venue-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.5rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 80ms ease;
  z-index: 1200;
  will-change: opacity;
}

.venue-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.venue-modal {
  width: min(92vw, 920px);
  background: linear-gradient(160deg, rgba(8, 8, 10, 0.95), rgba(10, 10, 14, 0.9));
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: translateY(12px) scale(0.98);
  transition: transform 80ms ease, opacity 80ms ease;
  will-change: transform, opacity;
}

.venue-modal-overlay.open .venue-modal {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0.75));
  border: 1px solid rgba(197, 164, 103, 0.7);
  color: #f8e6b8;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.6rem;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), 0 0 18px rgba(197, 164, 103, 0.25);
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  backdrop-filter: blur(6px);
  touch-action: manipulation;
  z-index: 10;
}

.modal-close::after {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  pointer-events: none;
}

.modal-close:hover {
  transform: translateY(-1px) scale(1.03);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.32), rgba(0, 0, 0, 0.65));
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5), 0 0 26px rgba(197, 164, 103, 0.35);
}

.modal-content {
  padding: clamp(1rem, 2vw, 1.5rem);
  max-height: 80vh;
  overflow: auto;
}

.modal-content .venue-block {
  margin: 0;
  width: 100%;
  transform: none !important;
  opacity: 1 !important;
  box-shadow: none;
  position: static;
}

.modal-content .venue-media {
  height: clamp(220px, 40vh, 360px);
}

.modal-content .link-row a {
  pointer-events: auto;
}

.venue-block.pulse .venue-media {
  padding: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.venue-block.pulse .gold-link {
  background: linear-gradient(135deg, #ffffff, #e8ecff);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 22px rgba(255, 255, 255, 0.45);
}

.venue-block.neon-neko {
  border-color: rgba(95, 255, 230, 0.8);
  background: linear-gradient(135deg, rgba(10, 12, 20, 0.9), rgba(15, 6, 20, 0.85));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65), 0 0 30px rgba(95, 255, 230, 0.4);
}

.venue-block.neon-neko .venue-body h3,
.venue-block.neon-neko .venue-body .lede,
.venue-block.neon-neko .diamond-list li,
.venue-block.neon-neko .diamond-list li::before {
  background: linear-gradient(120deg, #9fffe8, #7de3ff, #c66bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}

.venue-block.neon-neko .image-tag {
  background: rgba(10, 12, 20, 0.85);
  border-color: rgba(95, 255, 230, 0.8);
  color: #e8fffa;
}

.venue-block.neon-neko .venue-media img {
  max-width: 80%;
  max-height: 75%;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.venue-block.neon-neko .gold-link {
  background: linear-gradient(135deg, #7de3ff, #c66bff);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 22px rgba(125, 227, 255, 0.4);
}

.venue-media.worlds-end {
  background: linear-gradient(135deg, rgba(12, 16, 26, 0.9), rgba(8, 10, 18, 0.85));
}

.venue-block.worlds-end .venue-media img {
  width: 110%;
  height: 110%;
}

.venue-block.worlds-end {
  border-color: rgba(170, 210, 255, 0.85);
  background: linear-gradient(135deg, rgba(6, 8, 14, 0.95), rgba(10, 14, 24, 0.9));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(170, 210, 255, 0.35);
}

.venue-block.worlds-end .venue-body h3,
.venue-block.worlds-end .venue-body .lede,
.venue-block.worlds-end .diamond-list li,
.venue-block.worlds-end .diamond-list li::before {
  background: none;
  color: #e8f2ff;
  -webkit-text-fill-color: #e8f2ff;
  text-shadow: 0 0 16px rgba(142, 194, 255, 0.5);
  animation: none;
}

.venue-block.worlds-end .image-tag {
  background: rgba(6, 8, 14, 0.8);
  border-color: rgba(170, 210, 255, 0.8);
  color: #f7f9ff;
}

.venue-block.worlds-end .gold-link {
  background: linear-gradient(135deg, #f7f9ff, #b8d7ff);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: rgba(170, 210, 255, 0.8);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 22px rgba(170, 210, 255, 0.35);
}

.venue-block.konpeki .diamond-list li,
.venue-block.konpeki .diamond-list li::before {
  background: none;
  -webkit-text-fill-color: #f0d9a2;
  color: #f0d9a2;
  animation: none;
}

.venue-block.konpeki .diamond-list li::before {
  text-shadow: none;
}

.venue-block.konpeki {
  border-color: rgba(210, 52, 52, 0.8);
  background: linear-gradient(135deg, rgba(18, 10, 8, 0.9), rgba(28, 12, 12, 0.85));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.62), 0 0 26px rgba(210, 52, 52, 0.35);
}

.venue-block.konpeki .gold-link {
  background: linear-gradient(135deg, #f24d4d, #b21818);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), 0 0 18px rgba(210, 52, 52, 0.4);
}

.venue-block.maneki-neko {
  border-color: rgba(255, 171, 92, 0.9);
  background: linear-gradient(135deg, rgba(30, 12, 12, 0.92), rgba(42, 15, 20, 0.88));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.6),
    0 0 18px rgba(255, 171, 92, 0.35),
    0 0 22px rgba(64, 195, 255, 0.28),
    0 0 26px rgba(120, 255, 165, 0.25);
}

.venue-block.maneki-neko .venue-body h3,
.venue-block.maneki-neko .venue-body .lede,
.venue-block.maneki-neko .diamond-list li,
.venue-block.maneki-neko .diamond-list li::before {
  background: linear-gradient(120deg, #ffe7c6, #ffb06a, #ffd6a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
  text-shadow: 0 0 14px rgba(255, 170, 90, 0.35);
}

.venue-block.maneki-neko .diamond-list li::before {
  text-shadow: none;
}

.venue-block.maneki-neko .image-tag {
  background: rgba(32, 10, 12, 0.85);
  border-color: rgba(255, 171, 92, 0.85);
  color: #ffe7c6;
}

.venue-block.maneki-neko .gold-link {
  background: linear-gradient(135deg, #ffd6a0, #ffb06a);
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32), 0 0 18px rgba(255, 171, 92, 0.35);
}

@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .family-showcase.carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    height: auto;
    perspective: none;
  }

  .family-showcase.carousel .venue-block {
    position: static;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;
  }
}

.venue-media {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
}

.venue-media img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  filter: saturate(0.95) contrast(1.06);
}

.venue-media.placeholder {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed var(--border);
}

.venue-body {
  padding: 1.1rem 1.25rem 1.3rem;
  display: grid;
  gap: 0.35rem;
  grid-template-rows: auto 1fr auto;
}

.venue-body h3 {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #fef9ef;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5), 0 0 14px rgba(197, 164, 103, 0.55);
  background: linear-gradient(120deg, #f8e6b8, #cfa65a, #f8e6b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 6s linear infinite;
}

.venue-body .lede {
  color: #e9dfd2;
  font-weight: 600;
  background: linear-gradient(120deg, #f8e6b8, #cfa65a, #f8e6b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 7s linear infinite;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: grid;
}

.feature-card {
  padding: 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.feature-card.highlight {
  border-color: rgba(197, 164, 103, 0.7);
  background: rgba(197, 164, 103, 0.06);
}

.image-card {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.image-wrap {
  position: relative;
  height: 320px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 20px;
  background: radial-gradient(circle at 40% 40%, rgba(0, 0, 0, 0.6), transparent 55%),
    radial-gradient(circle at 60% 60%, rgba(0, 0, 0, 0.5), transparent 55%),
    rgba(255, 255, 255, 0.02);
}

.image-wrap img {
  max-width: 90%;
  max-height: 85%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: saturate(1) contrast(1.05);
}

.image-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(197, 164, 103, 0.8);
  color: #f8f3e7;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  display: none !important;
}

.diamond-list {
  list-style: none;
  padding: 0;
  margin: 0.1rem 0 0.35rem;
  display: grid;
  gap: 0.35rem;
  color: var(--text);
}

.diamond-list li {
  position: relative;
  padding-left: 1.5rem;
  background: linear-gradient(120deg, #f8e6b8, #cfa65a, #f8e6b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 8s linear infinite;
}

.diamond-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.12rem;
  color: var(--accent-2);
  font-size: 0.85rem;
  text-shadow: none;
}

.gold-link {
  color: #0a0a0a;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(197, 164, 103, 0.9), rgba(215, 38, 56, 0.6));
  padding: 0.4rem 0.9rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
  border: 1px solid rgba(197, 164, 103, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  -webkit-text-fill-color: #0a0a0a;
}

.gold-link:hover {
  color: #0a0a0a;
  -webkit-text-fill-color: #0a0a0a;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  filter: brightness(1.05);
  transform: translateY(-2px);
}

.badge-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 38, 56, 0.4);
  background: rgba(215, 38, 56, 0.05);
}

.feature-card__icon {
  font-size: 1.2rem;
  color: var(--accent-2);
}

.logos {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.logo-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1rem;
  align-items: center;
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.link-row {
  display: inline-flex;
  gap: 0.6rem;
  flex-wrap: nowrap;
  align-items: center;
  align-self: end;
}

.link-row a {
  color: var(--accent-2);
  font-weight: 600;
}

.timeline {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.event-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 3vw, 2rem);
  align-items: center;
}

.event-media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.35);
  display: grid;
  place-items: center;
  padding: 0.4rem;
  max-width: 420px;
  margin: 0 auto;
}

.event-media img {
  width: 92%;
  height: auto;
  object-fit: contain;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.event-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.1rem 1.2rem;
  box-shadow: var(--shadow);
}

.event-card h3 {
  margin: 0 0 0.6rem;
  letter-spacing: 0.08em;
}

.event-card .diamond-list.tight {
  gap: 0.25rem;
}

.event-card .diamond-list li {
  background: none;
  -webkit-text-fill-color: var(--text);
  color: var(--text);
  animation: none;
}

.event-card .diamond-list li::before {
  color: var(--accent-2);
}

.dj-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.holiday {
  background: linear-gradient(160deg, rgba(10, 10, 12, 0.92), rgba(10, 12, 18, 0.9)), radial-gradient(circle at 20% 20%, rgba(215, 38, 56, 0.16), transparent 40%);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}

.holiday::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.08), transparent 30%), radial-gradient(circle at 80% 20%, rgba(197, 164, 103, 0.1), transparent 30%);
  opacity: 0.8;
}

.holiday .event-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1.2rem, 3vw, 2.2rem);
  align-items: center;
}

.holiday .event-hero h2 {
  letter-spacing: 0.08em;
}

.holiday .event-hero .eyebrow {
  letter-spacing: 0.2em;
}

.holiday .event-hero .lede {
  max-width: 640px;
}

.holiday-poster {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.05), transparent 50%), rgba(0, 0, 0, 0.35);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(0.6rem, 2vw, 1rem);
  border: 1px solid rgba(197, 164, 103, 0.25);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.holiday-poster img {
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  filter: saturate(1.05) contrast(1.05);
}

.holiday .event-grid {
  margin-top: 1.4rem;
  gap: 0.9rem;
}

.holiday-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(20, 12, 14, 0.6), rgba(10, 12, 18, 0.7));
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.holiday-card h3 {
  color: #ffeede;
  -webkit-text-fill-color: #ffeede;
  letter-spacing: 0.08em;
}

.holiday-card .diamond-list li {
  background: none;
  -webkit-text-fill-color: #ffeede;
  color: #ffeede;
  animation: none;
}

.holiday-card .diamond-list li::before {
  color: #e3a86c;
}

.holiday .dj-grid a {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffeede;
  -webkit-text-fill-color: #ffeede;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}

.dj-card {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0.35rem;
  justify-items: center;
  padding: 0.75rem;
}

.dj-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.45));
}

.dj-card span {
  text-align: center;
}

.holiday-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.3rem 0 0.6rem;
}

.holiday-chips span {
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(215, 38, 56, 0.16));
  color: #ffeede;
  -webkit-text-fill-color: #ffeede;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.holiday-list {
  list-style: none;
  padding: 0;
  margin: 0.3rem 0 0.4rem;
  display: grid;
  gap: 0.35rem;
}

.holiday-list li {
  padding: 0.45rem 0.75rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(227, 168, 108, 0.18));
  color: #ff5252;
  -webkit-text-fill-color: #ff5252;
  font-weight: 600;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: holiday-pulse 2.6s ease-in-out infinite;
}

.holiday-list li::before {
  content: "✶";
  margin-right: 0.5rem;
  color: #e3a86c;
}

.holiday-list li:nth-child(odd) {
  animation-delay: 0.3s;
}

.holiday-list li:nth-child(3n) {
  animation-delay: 0.6s;
}

@keyframes holiday-pulse {
  0% {
    color: #ff5252;
    -webkit-text-fill-color: #ff5252;
  }
  100% {
    color: #6df7a4;
    -webkit-text-fill-color: #6df7a4;
  }
}

.step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.step h3 {
  position: relative;
  padding-left: 22px;
}

.step h3::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent-2);
  font-size: 0.9rem;
  text-shadow: 0 0 12px rgba(197, 164, 103, 0.6);
}

.step__id {
  font-weight: 700;
  color: var(--accent);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta {
  display: flex;
  justify-content: center;
}

.cta__card {
  width: min(900px, 100%);
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  border: 1px solid rgba(197, 164, 103, 0.6);
  background: linear-gradient(135deg, rgba(197, 164, 103, 0.16), rgba(215, 38, 56, 0.08));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.cta__card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius) + 2px);
  border: 1px solid rgba(197, 164, 103, 0.35);
  pointer-events: none;
  box-shadow: 0 0 28px rgba(197, 164, 103, 0.3);
}

.cta__form {
  display: grid;
  gap: 1rem;
  margin: 1.2rem 0;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(215, 38, 56, 0.7);
  box-shadow: 0 0 0 3px rgba(215, 38, 56, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.fine-print {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.signature {
  justify-self: end;
  text-align: right;
}

.signature-top {
  margin: 0 0 0.2rem;
}

.heart-icon {
  color: #c5a467;
  font-weight: 700;
}

.signature-block {
  justify-self: end;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-end;
}

.signature-line {
  margin: 0;
  color: var(--text);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.85rem;
  color: var(--accent-2);
  margin: 0;
}

.lede {
  color: var(--muted);
  margin: 0.4rem 0 0;
}

.narrow {
  max-width: 600px;
}

.footer {
  border-top: 1px solid var(--border);
  padding: 2rem clamp(1.5rem, 4vw, 4rem);
  display: grid;
  gap: 0.6rem;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(160px, auto));
  background: rgba(0, 0, 0, 0.92);
}

.footer__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer__links a {
  color: var(--muted);
}

.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border);
  padding: 0.45rem 0.5rem;
  border-radius: 10px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 4px 0;
}

.section,
.feature-card,
.card {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.25s ease, background 0.25s ease;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.5rem 1rem;
  }

  .nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .tab-bar {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  main {
    padding: 2.4rem 1.25rem 3rem;
  }

  .site-header {
    position: sticky;
    top: 0;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
  }

  .nav {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.94);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0.5rem;
  }

  .nav.open {
    display: flex;
    grid-column: 1 / -1;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .section {
    margin: 3rem 0;
  }

  .section__header.inline {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .logo-card {
    grid-template-columns: 1fr;
  }
}
