:root {
  --bg: #09050f;
  --bg-soft: #13091f;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.13);
  --text: #fff8f0;
  --muted: #cdbfd8;
  --muted-strong: #efe4f6;
  --line: rgba(255, 255, 255, 0.16);
  --accent: #ff3d7f;
  --accent-two: #ffb000;
  --accent-three: #7c4dff;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.42);
  --radius: 28px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 61, 127, 0.24), transparent 34rem),
    radial-gradient(circle at 85% 8%, rgba(124, 77, 255, 0.24), transparent 30rem),
    linear-gradient(145deg, #09050f 0%, #13091f 48%, #07040b 100%);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

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

button,
input,
textarea {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.stage-glow {
  position: fixed;
  z-index: -2;
  width: 42vw;
  min-width: 22rem;
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(28px);
  opacity: 0.28;
}

.stage-glow-one {
  top: 10rem;
  left: -12rem;
  background: var(--accent);
}

.stage-glow-two {
  right: -11rem;
  bottom: 8rem;
  background: var(--accent-three);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 2rem));
  margin: 1rem auto 0;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 5, 15, 0.64);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(9, 5, 15, 0.86);
}

.brand {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
}

.brand-mark {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  border-radius: 50%;
  color: #13020b;
  font-weight: 900;
  letter-spacing: -0.06em;
  background: linear-gradient(135deg, var(--accent-two), var(--accent));
  box-shadow: 0 0 28px rgba(255, 61, 127, 0.38);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 0.12rem;
  color: var(--muted);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.main-nav {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.main-nav a {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    color 160ms ease,
    background 160ms ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
}

.xentry-header-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  padding: 0.48rem 0.75rem 0.48rem 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.xentry-header-link:hover {
  border-color: rgba(255, 176, 0, 0.45);
  background: rgba(255, 176, 0, 0.12);
  transform: translateY(-1px);
}

.xentry-mark,
.xentry-logo-mark {
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
}

.xentry-mark img,
.xentry-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(255, 61, 127, 0.32));
}

.xentry-mark {
  width: 2rem;
  height: 2rem;
  border-radius: 0;
}

.xentry-mark img {
  width: 92%;
  height: 92%;
}

.section-shell {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.72fr);
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - 6rem);
  padding: 5.5rem 0 4rem;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent-two);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  max-width: 8ch;
  margin-bottom: 1.2rem;
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(4.8rem, 15vw, 13rem);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
}

.hero-lead {
  max-width: 43rem;
  color: var(--muted-strong);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #16010a;
  background: linear-gradient(135deg, var(--accent-two), var(--accent));
  box-shadow: 0 18px 44px rgba(255, 61, 127, 0.28);
}

.button-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
}

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

.hero-stats article,
.feature-card,
.timeline-item,
.contact-card,
.contact-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-stats article {
  min-height: 8rem;
  padding: 1rem;
  border-radius: 1.2rem;
}

.hero-stats strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.hero-card {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 61, 127, 0.26), rgba(124, 77, 255, 0.14) 42%, rgba(255, 176, 0, 0.12)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.06) contrast(1.04);
  transform: translateY(-25%);
}

.hero-card::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(6, 3, 10, 0.94), rgba(6, 3, 10, 0.1) 52%, rgba(6, 3, 10, 0.28)),
    radial-gradient(circle at 10% 20%, rgba(255, 61, 127, 0.22), transparent 22rem);
  content: "";
}

.hero-card::before {
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: calc(var(--radius) - 0.7rem);
  content: "";
}

.hero-vinyl-stamp {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  z-index: 2;
  display: grid;
  width: 6.5rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--accent-two) 0 12%, #18050f 12.8% 20%, transparent 20.8%),
    repeating-radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 1px, rgba(5, 2, 7, 0.82) 2px 8px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.38);
  animation: spin 18s linear infinite;
}

.hero-vinyl-stamp span {
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-three));
}

.vinyl-orbit {
  position: absolute;
  top: 13%;
  left: 50%;
  width: min(80%, 24rem);
  aspect-ratio: 1;
  transform: translateX(-50%);
}

.vinyl-disc {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--accent-two) 0 8%, #18050f 8.4% 13%, transparent 13.4%),
    repeating-radial-gradient(circle, #170915 0 5px, #050207 6px 10px);
  box-shadow:
    inset 0 0 50px rgba(255, 255, 255, 0.06),
    0 28px 70px rgba(0, 0, 0, 0.38);
  animation: spin 18s linear infinite;
}

.vinyl-disc span {
  width: 39%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #fff4d8 0 8%, var(--accent) 8.6% 58%, #320815 59%);
}

.hero-card-content {
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 2;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.4rem;
  background: rgba(6, 3, 10, 0.72);
  backdrop-filter: blur(18px);
}

.sponsor-pill {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--accent-two);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-card-content p {
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero-card-content h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.hero-card-content ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  color: var(--muted-strong);
  list-style: none;
}

.hero-card-content li::before {
  margin-right: 0.55rem;
  color: var(--accent);
  content: "/";
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.marquee div {
  display: flex;
  gap: 1.2rem;
  width: max-content;
  padding: 1rem 0;
  animation: marquee 26s linear infinite;
}

.marquee span {
  color: var(--muted-strong);
  font-family: "Anton", Impact, sans-serif;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span::after {
  margin-left: 1.2rem;
  color: var(--accent);
  content: "*";
}

.split-section,
.timeline-section,
.contact-section,
.section-shell:not(.hero) {
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 6rem);
}

.section-kicker,
.section-heading {
  max-width: 48rem;
}

.section-heading {
  margin-bottom: 2rem;
}

.copy-stack {
  color: var(--muted-strong);
  font-size: 1.08rem;
  line-height: 1.85;
}

.copy-stack p:last-child {
  margin-bottom: 0;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 1rem;
}

.photo-card {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.photo-card-tall {
  grid-row: span 2;
  min-height: 38rem;
}

.photo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 700ms ease,
    filter 700ms ease;
}

.photo-card:hover img {
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.04);
}

.photo-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 2, 8, 0.92), transparent 58%);
  content: "";
}

.photo-card div {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}

.photo-card span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-two);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.photo-card strong {
  font-size: clamp(1.25rem, 2.6vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.sound-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  min-height: 20rem;
  padding: 1.35rem;
  border-radius: var(--radius);
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 4rem;
  color: var(--accent-two);
  font-weight: 900;
}

.feature-card p,
.timeline-item p,
.xentry-block p,
.contact-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  position: relative;
  padding: 1.4rem 1.4rem 1.4rem 4.5rem;
  border-radius: 1.5rem;
}

.timeline-item::before {
  position: absolute;
  top: 1.6rem;
  left: 1.4rem;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.35rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-two), var(--accent));
  box-shadow: 0 0 32px rgba(255, 61, 127, 0.4);
  content: "";
}

.timeline-item span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-two);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.xentry-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 5vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.18), rgba(255, 61, 127, 0.16), rgba(124, 77, 255, 0.18)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.xentry-block h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.xentry-block p {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.xentry-copy {
  display: grid;
  gap: 1.1rem;
}

.xentry-logo-card {
  display: inline-flex;
  gap: 0.85rem;
  align-items: center;
  justify-self: start;
  padding: 0.82rem 1rem 0.82rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.1rem;
  background: rgba(5, 2, 8, 0.42);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.xentry-logo-card:hover {
  border-color: rgba(255, 176, 0, 0.46);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.xentry-logo-mark {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
}

.xentry-logo-card strong,
.xentry-logo-card small {
  display: block;
}

.xentry-logo-card strong {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

.xentry-logo-card small {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.media-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.media-card {
  min-height: 17rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 176, 0, 0.28), transparent 12rem),
    radial-gradient(circle at 86% 70%, rgba(255, 61, 127, 0.28), transparent 12rem),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.media-card-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 35rem;
}

.media-card-flyer {
  min-height: 26rem;
}

.media-image-flyer {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 176, 0, 0.12), transparent 14rem),
    #050208;
}

.media-image-flyer img {
  object-fit: contain;
  object-position: center center;
  padding: 0.65rem 0.85rem 4.5rem;
}

.media-image-flyer:hover img {
  transform: scale(1.02);
}

.media-image-flyer .media-caption {
  min-height: 38%;
}

.media-embed,
.media-image {
  position: relative;
  height: 100%;
  min-height: inherit;
  background: #050208;
}

.media-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-embed-vertical iframe {
  left: 50%;
  width: min(100%, 21rem);
  transform: translateX(-50%);
}

.media-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.04);
  transition: transform 600ms ease;
}

.media-image:hover img {
  transform: scale(1.04);
}

.media-image-video::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: clamp(4.5rem, 9vw, 7rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(5, 2, 8, 0.62);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  content: "Play";
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(16px);
}

.media-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 42%;
  padding: 1.15rem;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5, 2, 8, 0.94), rgba(5, 2, 8, 0.64) 48%, transparent);
}

.media-caption span {
  color: var(--accent-two);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.media-caption strong {
  margin-top: 0.35rem;
  font-size: clamp(1.25rem, 2.5vw, 2.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.media-caption small {
  max-width: 32rem;
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.45;
}

.media-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.media-link-overlay::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(5, 2, 8, 0.7);
  content: attr(data-label);
  backdrop-filter: blur(14px);
}

.media-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: inherit;
  padding: 1.25rem;
  background:
    linear-gradient(to top, rgba(5, 2, 8, 0.86), transparent 55%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
}

.media-placeholder span {
  color: var(--accent-two);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.media-placeholder strong {
  margin-top: 0.45rem;
  font-size: clamp(1.4rem, 3vw, 3rem);
  letter-spacing: -0.05em;
}

.media-placeholder small {
  margin-top: 0.35rem;
  color: var(--muted);
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 1.25rem;
  align-items: stretch;
}

.booking-copy,
.booking-board {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 176, 0, 0.2), transparent 16rem),
    radial-gradient(circle at 100% 30%, rgba(255, 61, 127, 0.18), transparent 14rem),
    rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow);
}

.booking-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 27rem;
  padding: clamp(1.4rem, 4vw, 2.2rem);
}

.booking-copy h2 {
  max-width: 9ch;
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.9;
}

.booking-copy p {
  max-width: 34rem;
  color: var(--muted);
  line-height: 1.7;
}

.booking-legend {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem 0.55rem;
  align-items: center;
  margin-top: 2rem;
  color: var(--muted-strong);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.booking-platform-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 1.35rem;
  padding: 0.74rem 0.92rem;
  border: 1px solid rgba(255, 176, 0, 0.34);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 176, 0, 0.1);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.booking-platform-link:hover {
  border-color: rgba(255, 176, 0, 0.56);
  background: rgba(255, 176, 0, 0.16);
  transform: translateY(-2px);
}

.booking-dot {
  width: 0.82rem;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 24px currentColor;
}

.booking-dot-available {
  color: #40f3a4;
  background: #40f3a4;
}

.booking-dot-demanded {
  color: var(--accent-two);
  background: var(--accent-two);
}

.booking-dot-reserved {
  color: var(--accent);
  background: var(--accent);
}

.booking-board {
  padding: clamp(1rem, 3vw, 1.4rem);
}

.booking-board-header {
  display: flex;
  min-width: 0;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.booking-board-header span {
  display: block;
  color: var(--accent-two);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.booking-board-header strong {
  display: block;
  overflow-wrap: anywhere;
  margin-top: 0.25rem;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1;
}

.booking-refresh {
  min-width: 7rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.booking-refresh:hover {
  background: rgba(255, 255, 255, 0.14);
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-height: 36rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.booking-day,
.booking-skeleton,
.booking-empty {
  min-height: 8.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.2rem;
  background: rgba(5, 2, 8, 0.42);
}

.booking-skeleton {
  position: relative;
  overflow: hidden;
}

.booking-skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  animation: bookingPulse 1.3s ease-in-out infinite;
}

@keyframes bookingPulse {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

.booking-day {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.booking-day:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.booking-day strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1.12rem;
  line-height: 1.05;
}

.booking-day small,
.booking-day em {
  display: block;
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
}

.booking-status {
  display: inline-flex;
  max-width: 100%;
  align-self: flex-start;
  overflow-wrap: anywhere;
  padding: 0.38rem 0.52rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.booking-day[data-status="AVAILABLE"] .booking-status {
  color: #40f3a4;
}

.booking-day[data-status="DEMANDED"] .booking-status {
  color: var(--accent-two);
}

.booking-day[data-status="RESERVED"] .booking-status {
  color: var(--accent);
}

.booking-empty {
  display: grid;
  grid-column: 1 / -1;
  align-content: center;
  gap: 0.45rem;
  min-height: 13rem;
  padding: 1.2rem;
}

.booking-empty span {
  color: var(--accent-two);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.booking-empty strong {
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  line-height: 1;
}

.booking-empty small {
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.booking-xentry {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.45rem;
  padding: 0.34rem 0.5rem;
  border: 1px solid rgba(255, 176, 0, 0.42);
  border-radius: 999px;
  color: var(--accent-two);
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.booking-error {
  margin: 1rem 0 0;
  color: var(--muted);
}

.booking-whatsapp-fallback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 176, 0, 0.34);
  border-radius: 1.1rem;
  background:
    linear-gradient(135deg, rgba(255, 176, 0, 0.14), rgba(255, 61, 127, 0.1)),
    rgba(5, 2, 8, 0.58);
}

.booking-whatsapp-fallback[hidden] {
  display: none;
}

.booking-whatsapp-fallback strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
}

.booking-whatsapp-fallback p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.booking-whatsapp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.booking-whatsapp-open,
.booking-whatsapp-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.68rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.booking-whatsapp-open {
  color: #17020a;
  border-color: transparent;
  background: linear-gradient(135deg, var(--accent-two), var(--accent));
}

.booking-whatsapp-open:hover,
.booking-whatsapp-actions button:hover {
  transform: translateY(-1px);
}

.booking-whatsapp-actions button:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.13);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.55fr);
  gap: 1rem;
  align-items: stretch;
}

.contact-panel,
.contact-card {
  padding: clamp(1.4rem, 4vw, 2rem);
  border-radius: var(--radius);
}

.contact-panel h2 {
  max-width: 12ch;
}

.contact-card h3 {
  margin-bottom: 1.4rem;
  font-size: 1.7rem;
}

.contact-card dl,
.contact-card dd {
  margin: 0;
}

.contact-card dl {
  display: grid;
  gap: 1rem;
}

.contact-card div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-card dt {
  margin-bottom: 0.3rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.contact-card dd {
  font-weight: 800;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 2rem));
  padding: 2rem 0 2.5rem;
  margin: 0 auto;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer strong {
  color: var(--text);
}

.site-footer a {
  transition: color 160ms ease;
}

.site-footer a:hover {
  color: var(--accent-two);
}

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  max-width: calc(100% - 2rem);
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  color: var(--text);
  background: rgba(9, 5, 15, 0.9);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  backdrop-filter: blur(16px);
}

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    border-radius: 1.6rem;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .split-section,
  .photo-strip,
  .xentry-block,
  .booking-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .booking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 32rem;
  }

  .hero {
    min-height: 0;
    padding-top: 4rem;
  }

  .hero-card {
    min-height: 34rem;
  }

  .photo-card,
  .photo-card-tall {
    min-height: 28rem;
  }

  .sound-grid,
  .media-layout {
    grid-template-columns: 1fr;
  }

  .media-card-large {
    grid-column: auto;
    grid-row: auto;
    min-height: 24rem;
  }

  .media-card-flyer {
    min-height: 28rem;
  }

  .media-image-flyer img {
    padding: 0.75rem 1rem 4.75rem;
  }
}

@media (max-width: 640px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 1rem, var(--max));
  }

  .site-header {
    margin-top: 0.5rem;
  }

  .brand small {
    font-size: 0.64rem;
  }

  h1 {
    font-size: clamp(4.4rem, 27vw, 7rem);
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-card {
    min-height: 30rem;
  }

  .hero-photo {
    height: 130%;
    transform: translateY(-28%);
  }

  .hero-vinyl-stamp {
    width: 5rem;
    top: 1rem;
    right: 1rem;
  }

  .hero-card-content {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .timeline-item {
    padding-left: 1.25rem;
  }

  .timeline-item::before {
    position: static;
    display: block;
    margin-bottom: 1rem;
  }

  .button {
    width: 100%;
  }

  .media-card,
  .media-card-large {
    min-height: 20rem;
  }

  .media-card-flyer {
    min-height: 22rem;
  }

  .media-caption {
    min-height: 34%;
    padding: 0.95rem;
  }

  .media-caption strong {
    font-size: clamp(1.15rem, 7vw, 1.8rem);
    line-height: 1.05;
  }

  .media-caption small {
    line-height: 1.35;
  }

  .media-image-flyer img {
    padding: 0.55rem 0.65rem 3.75rem;
  }

  .section-shell.booking-section {
    gap: 0.8rem;
    padding-block: 3rem;
  }

  /* Keep the live agenda usable even when a fast mobile scroll skips the
     IntersectionObserver threshold that powers desktop reveal animations. */
  .booking-section .reveal {
    opacity: 1;
    transform: none;
  }

  .booking-copy,
  .booking-board {
    border-radius: 1rem;
  }

  .booking-copy {
    min-height: 0;
    padding: 1rem;
  }

  .booking-copy h2 {
    max-width: 11ch;
    margin-bottom: 0.8rem;
    font-size: clamp(2rem, 12vw, 3rem);
    line-height: 0.96;
  }

  .booking-copy p {
    margin-bottom: 0;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .booking-legend {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.5rem 0.55rem;
    margin-top: 0.9rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .booking-dot {
    width: 0.58rem;
    margin-top: 0.12rem;
  }

  .booking-dot + span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .booking-platform-link {
    align-self: stretch;
    justify-content: center;
    margin-top: 0.9rem;
    padding: 0.64rem 0.72rem;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    text-align: center;
  }

  .booking-board {
    padding: 0.85rem;
  }

  .booking-board-header {
    flex-direction: column;
    gap: 0.65rem;
    align-items: stretch;
    margin-bottom: 0.75rem;
  }

  .booking-board-header > div {
    min-width: 0;
  }

  .booking-board-header span {
    font-size: 0.64rem;
    letter-spacing: 0.12em;
  }

  .booking-board-header strong {
    font-size: clamp(1.05rem, 6vw, 1.35rem);
    line-height: 1.08;
  }

  .booking-refresh {
    min-width: 0;
    width: 100%;
    padding: 0.66rem 0.72rem;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .booking-day,
  .booking-skeleton,
  .booking-empty {
    min-height: 0;
    border-radius: 0.85rem;
  }

  .booking-skeleton {
    min-height: 4.2rem;
  }

  .booking-day {
    display: grid;
    gap: 0.55rem;
    padding: 0.78rem;
  }

  .booking-empty {
    min-height: 8.5rem;
    padding: 0.9rem;
  }

  .booking-empty strong {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .booking-day strong {
    font-size: 1rem;
    line-height: 1.12;
  }

  .booking-day small,
  .booking-day em {
    font-size: 0.72rem;
    line-height: 1.32;
  }

  .booking-status,
  .booking-xentry {
    padding: 0.3rem 0.44rem;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .booking-error {
    margin-top: 0.75rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .booking-whatsapp-fallback {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 0.75rem;
    padding: 0.82rem;
    border-radius: 0.9rem;
  }

  .booking-whatsapp-fallback strong {
    font-size: 0.95rem;
  }

  .booking-whatsapp-fallback p {
    font-size: 0.78rem;
  }

  .booking-whatsapp-actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .booking-whatsapp-open,
  .booking-whatsapp-actions button {
    width: 100%;
    min-height: 2.45rem;
    padding: 0.62rem 0.72rem;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .section-shell.contact-section {
    gap: 0.8rem;
    padding-block: 3.5rem;
  }

  .contact-panel,
  .contact-card {
    padding: 1.1rem;
    border-radius: 1.2rem;
  }

  .contact-panel h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .contact-panel p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .contact-actions {
    gap: 0.65rem;
    margin-top: 1.25rem;
  }

  .contact-card h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
  }

  .contact-card dl {
    gap: 0.75rem;
  }

  .contact-card div {
    padding-bottom: 0.75rem;
  }

  .xentry-header-link {
    display: none;
  }

  .media-embed-vertical {
    min-height: 38rem;
  }
}
