:root {
  color-scheme: light;
  --bg: #f5f3ee;
  --text: #252723;
  --heading: #254f4d;
  --muted: #636b63;
  --line: #d9ded7;
  --accent: #2f6f73;
  --accent-strong: #24585c;
  --night: #132423;
  --night-strong: #0f1a1d;
  --club-text: #f7fffb;
  --club-muted: #c7d9d5;
  --club-card: rgba(255, 255, 255, 0.09);
  --club-nav-muted: #c1d3cf;
  --neon-cyan: #2ef3ff;
  --neon-pink: #ff4fc3;
  --neon-line: linear-gradient(90deg, transparent, rgba(46, 243, 255, 0.34), rgba(255, 79, 195, 0.18), transparent);
  --neon-title-glow: 0 0 20px rgba(46, 243, 255, 0.3), 0 0 30px rgba(255, 79, 195, 0.14);
  --neon-label-glow: 0 0 14px rgba(46, 243, 255, 0.38);
  --hero-bg:
    repeating-linear-gradient(111deg, transparent 0 46px, rgba(46, 243, 255, 0.07) 46px 47px, transparent 47px 118px),
    repeating-linear-gradient(71deg, transparent 0 64px, rgba(255, 79, 195, 0.07) 64px 65px, transparent 65px 152px),
    linear-gradient(135deg, #122321 0%, #153236 48%, #2d2137 100%);
  --club-bg:
    repeating-linear-gradient(108deg, transparent 0 58px, rgba(46, 243, 255, 0.06) 58px 59px, transparent 59px 132px),
    repeating-linear-gradient(68deg, transparent 0 76px, rgba(255, 79, 195, 0.05) 76px 77px, transparent 77px 158px),
    linear-gradient(135deg, #101d20 0%, #163235 52%, #33223c 100%);
  --club-bg-alt:
    repeating-linear-gradient(111deg, transparent 0 62px, rgba(46, 243, 255, 0.065) 62px 63px, transparent 63px 138px),
    repeating-linear-gradient(69deg, transparent 0 82px, rgba(255, 79, 195, 0.052) 82px 83px, transparent 83px 164px),
    linear-gradient(135deg, #122321 0%, #19383b 48%, #2f2339 100%);
  --club-overlay:
    radial-gradient(circle at 16% 22%, rgba(46, 243, 255, 0.16), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(255, 79, 195, 0.12), transparent 28%),
    linear-gradient(120deg, rgba(46, 243, 255, 0.04), transparent 34%, rgba(255, 79, 195, 0.04));
  --player-bg:
    repeating-linear-gradient(102deg, transparent 0 54px, rgba(46, 243, 255, 0.06) 54px 55px, transparent 55px 124px),
    linear-gradient(90deg, rgba(15, 26, 29, 0.96), rgba(21, 50, 53, 0.94) 52%, rgba(48, 29, 58, 0.95));
  --card-bg:
    linear-gradient(135deg, rgba(46, 243, 255, 0.08), transparent 48%, rgba(255, 79, 195, 0.05)),
    var(--club-card);
  --card-shadow: 0 16px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    repeating-linear-gradient(118deg, rgba(46, 243, 255, 0.06) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(64deg, rgba(255, 79, 195, 0.045) 0 1px, transparent 1px 146px),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.page {
  min-height: 100vh;
}

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(46, 243, 255, 0.16);
  background: rgba(15, 26, 29, 0.9);
  box-shadow: 0 12px 36px rgba(15, 26, 29, 0.2);
  backdrop-filter: blur(18px);
}

.topbar > .shell {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-grid;
  grid-template-columns: 40px auto;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand strong {
  color: var(--club-text);
  font-size: 1rem;
  letter-spacing: 0;
}

.brand span,
.nav a {
  color: var(--club-nav-muted);
  font-size: 0.92rem;
}

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

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--neon-cyan);
  text-shadow: 0 0 14px rgba(46, 243, 255, 0.65);
}

.button,
.button-secondary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 18px;
  font-weight: 700;
  text-decoration: none;
}

.button {
  background: linear-gradient(135deg, var(--accent), #7a3bb4 52%, #be2f8d);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(47, 111, 115, 0.22), 0 0 22px rgba(255, 79, 195, 0.24);
}

.button:hover {
  background: linear-gradient(135deg, var(--accent-strong), #6630a2 52%, #a9287d);
}

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

.button-secondary:hover {
  border-color: var(--accent);
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 64px 0 60px;
  background: var(--hero-bg);
  color: var(--club-text);
  box-shadow: inset 0 -1px 0 rgba(46, 243, 255, 0.18);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  background: var(--neon-line);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(240px, 0.38fr);
  align-items: center;
  gap: 32px;
}

.hero-copy {
  max-width: 720px;
  justify-self: start;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--accent);
  box-shadow: 0 0 14px rgba(46, 243, 255, 0.52);
}

.hero .eyebrow {
  color: var(--neon-cyan);
  text-shadow: 0 0 16px rgba(46, 243, 255, 0.55);
}

.hero .eyebrow::before {
  background: var(--neon-pink);
  box-shadow: 0 0 16px rgba(255, 79, 195, 0.72);
}

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

h1,
h2,
h3 {
  color: var(--heading);
}

h1 {
  margin-bottom: 16px;
  font-family: "Arial Black", "Trebuchet MS", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--club-text);
  text-shadow: 0 0 8px rgba(46, 243, 255, 0.72), 0 0 30px rgba(255, 79, 195, 0.48);
}

.hero .headline {
  color: var(--club-text);
}

.hero .lead {
  color: var(--club-muted);
}

h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: 2.5rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.headline {
  max-width: 620px;
  margin-bottom: 20px;
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1.3;
}

.lead,
.section-head p,
.split p,
.service p,
.step p {
  color: var(--muted);
}

.lead {
  max-width: 680px;
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.photo-wrap {
  position: relative;
  width: 100%;
}

.photo-frame {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(46, 243, 255, 0.32);
  border-radius: 8px;
  aspect-ratio: 3 / 4;
  background: var(--night-strong);
  box-shadow: 0 18px 54px rgba(15, 26, 29, 0.22), 0 0 0 1px rgba(255, 79, 195, 0.18), 0 0 34px rgba(46, 243, 255, 0.2);
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 28px rgba(46, 243, 255, 0.18), inset 0 0 54px rgba(255, 79, 195, 0.12);
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  filter: saturate(1.08) contrast(1.04) brightness(0.98);
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 56px 0;
}

.section-decorated {
  position: relative;
  overflow: hidden;
}

.section-decorated:not(.hero) {
  border-top: 1px solid rgba(46, 243, 255, 0.2);
  border-bottom: 1px solid rgba(255, 79, 195, 0.16);
  background: var(--club-bg);
  color: var(--club-text);
}

.section-decorated:not(.hero)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--club-overlay);
  pointer-events: none;
}

.section-decorated:not(.hero)::after {
  content: "";
  position: absolute;
  top: 0;
  right: max(16px, calc((100vw - 1120px) / 2));
  left: max(16px, calc((100vw - 1120px) / 2));
  z-index: 0;
  height: 1px;
  background: var(--neon-line);
  pointer-events: none;
}

.section-decorated > .shell {
  position: relative;
  z-index: 1;
}

.section.compact {
  padding: 0 0 42px;
}

.audio-section + .section.compact {
  padding-top: 28px;
}

.section.alt {
  border-top-color: rgba(46, 243, 255, 0.22);
  border-bottom-color: rgba(255, 79, 195, 0.18);
  background: var(--club-bg-alt);
}

.section-decorated:not(.hero) .eyebrow {
  color: var(--neon-cyan);
  text-shadow: 0 0 16px rgba(46, 243, 255, 0.48);
}

.section-decorated:not(.hero) .eyebrow::before {
  background: var(--neon-pink);
  box-shadow: 0 0 16px rgba(255, 79, 195, 0.62);
}

.section-decorated:not(.hero) .section-title {
  color: var(--club-text);
  text-shadow: var(--neon-title-glow);
}

.section-decorated:not(.hero) .lead,
.section-decorated:not(.hero) .section-head p,
.section-decorated:not(.hero) .split p,
.section-decorated:not(.hero) .service p,
.section-decorated:not(.hero) .step p,
.section-decorated:not(.hero) .dance-copy p,
.section-decorated:not(.hero) .fact span {
  color: var(--club-muted);
}

.eq-rain {
  position: absolute;
  z-index: 0;
  display: inline-flex;
  align-items: end;
  gap: max(2px, calc(var(--rain-size) * 0.06));
  width: var(--rain-size);
  height: var(--rain-size);
  opacity: var(--rain-opacity);
  transform: rotate(var(--rain-start));
  pointer-events: none;
  --rain-delay: 0s;
  --rain-drift-x: 12px;
  --rain-duration: 12s;
  --rain-fall: 92px;
  --rain-start: 0deg;
  --rain-end: 24deg;
  --rain-size: 58px;
  --rain-opacity: 0.12;
}

.eq-rain span {
  flex: 1 1 0;
  max-width: 8px;
  min-width: 3px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(46, 243, 255, 0.82), rgba(255, 79, 195, 0.72));
  box-shadow: 0 0 10px rgba(46, 243, 255, 0.26);
  transform: scaleY(0.38);
  transform-origin: bottom;
}

.eq-rain span:nth-child(2) {
  transform: scaleY(0.62);
}

.eq-rain span:nth-child(3) {
  transform: scaleY(0.88);
}

.eq-rain span:nth-child(4) {
  transform: scaleY(0.46);
}

.eq-rain span:nth-child(5) {
  transform: scaleY(0.72);
}

html.is-audio-on .eq-rain {
  animation: eq-rain-fall var(--rain-duration) linear infinite;
  animation-delay: var(--rain-delay);
  will-change: transform, opacity;
}

html.is-audio-on .eq-rain span {
  animation: eq-rain-bar-pulse 720ms ease-in-out infinite;
}

html.is-audio-on .eq-rain span:nth-child(2) {
  animation-delay: -170ms;
}

html.is-audio-on .eq-rain span:nth-child(3) {
  animation-delay: -310ms;
}

html.is-audio-on .eq-rain span:nth-child(4) {
  animation-delay: -90ms;
}

html.is-audio-on .eq-rain span:nth-child(5) {
  animation-delay: -250ms;
}

@keyframes eq-rain-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -22px, 0) rotate(var(--rain-start));
  }

  12%,
  84% {
    opacity: var(--rain-opacity);
  }

  100% {
    opacity: 0;
    transform: translate3d(var(--rain-drift-x), var(--rain-fall), 0) rotate(var(--rain-end));
  }
}

@keyframes eq-rain-bar-pulse {
  0%,
  100% {
    transform: scaleY(0.26);
  }

  36% {
    transform: scaleY(1);
  }

  64% {
    transform: scaleY(0.48);
  }
}

.eq-rain-hero {
  top: 84px;
  left: max(18px, calc((100vw - 1120px) / 2 + 315px));
  --rain-size: 38px;
  --rain-delay: -7s;
  --rain-drift-x: -18px;
  --rain-duration: 13s;
  --rain-fall: 82px;
  --rain-start: 27deg;
  --rain-end: 118deg;
}

.eq-rain-facts {
  right: max(18px, calc((100vw - 1120px) / 2 + 76px));
  bottom: 12px;
  --rain-size: 52px;
  --rain-delay: -15s;
  --rain-drift-x: 16px;
  --rain-duration: 15s;
  --rain-fall: 72px;
  --rain-start: -31deg;
  --rain-end: 46deg;
}

.eq-rain-services {
  top: 46px;
  right: max(20px, calc((100vw - 1120px) / 2 + 150px));
  --rain-size: 42px;
  --rain-delay: -3s;
  --rain-drift-x: 20px;
  --rain-duration: 12s;
  --rain-fall: 96px;
  --rain-start: -7deg;
  --rain-end: 84deg;
}

.eq-rain-services-low {
  left: max(16px, calc((100vw - 1120px) / 2 + 28px));
  bottom: 48px;
  --rain-size: 62px;
  --rain-delay: -19s;
  --rain-drift-x: -12px;
  --rain-duration: 17s;
  --rain-fall: 66px;
  --rain-start: 34deg;
  --rain-end: 126deg;
}

.eq-rain-music {
  bottom: 28px;
  left: max(20px, calc((100vw - 1120px) / 2 + 210px));
  --rain-size: 36px;
  --rain-delay: -11s;
  --rain-drift-x: 24px;
  --rain-duration: 11s;
  --rain-fall: 78px;
  --rain-start: 13deg;
  --rain-end: 103deg;
}

.eq-rain-music-high {
  top: 64px;
  right: max(26px, calc((100vw - 1120px) / 2 + 64px));
  --rain-size: 54px;
  --rain-delay: -24s;
  --rain-drift-x: -20px;
  --rain-duration: 16s;
  --rain-fall: 88px;
  --rain-start: -25deg;
  --rain-end: 67deg;
}

.eq-rain-dance {
  top: 24px;
  right: max(18px, calc((100vw - 1120px) / 2 + 260px));
  --rain-size: 44px;
  --rain-delay: -6s;
  --rain-drift-x: 18px;
  --rain-duration: 13s;
  --rain-fall: 86px;
  --rain-start: 22deg;
  --rain-end: 113deg;
}

.eq-rain-dance-small {
  left: max(18px, calc((100vw - 1120px) / 2 + 92px));
  bottom: 22px;
  --rain-size: 34px;
  --rain-delay: -13s;
  --rain-drift-x: -14px;
  --rain-duration: 11s;
  --rain-fall: 62px;
  --rain-start: -41deg;
  --rain-end: 41deg;
}

.eq-rain-process {
  top: 46px;
  right: max(24px, calc((100vw - 1120px) / 2 + 20px));
  --rain-size: 50px;
  --rain-delay: -17s;
  --rain-drift-x: -22px;
  --rain-duration: 15s;
  --rain-fall: 74px;
  --rain-start: 16deg;
  --rain-end: 98deg;
}

.eq-rain-process-left {
  left: max(22px, calc((100vw - 1120px) / 2 + 130px));
  bottom: 22px;
  --rain-size: 38px;
  --rain-delay: -9s;
  --rain-drift-x: 15px;
  --rain-duration: 12s;
  --rain-fall: 70px;
  --rain-start: -29deg;
  --rain-end: 58deg;
}

.eq-rain-contact {
  top: 58px;
  right: max(24px, calc((100vw - 1120px) / 2 + 42px));
  --rain-size: 40px;
  --rain-delay: -21s;
  --rain-drift-x: 18px;
  --rain-duration: 14s;
  --rain-fall: 92px;
  --rain-start: -34deg;
  --rain-end: 57deg;
}

.eq-rain-contact-low {
  left: max(22px, calc((100vw - 1120px) / 2 + 82px));
  bottom: 44px;
  --rain-size: 56px;
  --rain-delay: -5s;
  --rain-drift-x: -18px;
  --rain-duration: 16s;
  --rain-fall: 68px;
  --rain-start: 11deg;
  --rain-end: 91deg;
}

.section-head {
  max-width: 860px;
  margin-bottom: 28px;
}

.section-head p,
.split p {
  max-width: 720px;
  font-size: 1.05rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(0, 0.64fr);
  gap: 36px;
  align-items: start;
}

.quick-facts,
.service-grid,
.process-grid {
  display: grid;
  gap: 16px;
}

.quick-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fact,
.service,
.step {
  border: 1px solid rgba(46, 243, 255, 0.24);
  border-radius: 8px;
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}

.service,
.step {
  border-top-color: rgba(46, 243, 255, 0.3);
  border-right-color: rgba(255, 79, 195, 0.18);
}

.fact {
  --card-title-size: 0.84rem;
  padding: 16px;
}

.card-title {
  color: var(--neon-cyan);
  font-size: var(--card-title-size, 0.94rem);
  text-transform: uppercase;
  text-shadow: var(--neon-label-glow);
}

.fact .card-title {
  display: block;
}

.fact span {
  color: var(--club-muted);
  font-size: 0.96rem;
}

.service,
.step {
  padding: 22px;
}

.marker {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(255, 79, 195, 0.14);
  color: var(--neon-cyan);
  font-weight: 800;
  box-shadow: 0 0 18px rgba(46, 243, 255, 0.2), inset 0 0 12px rgba(255, 79, 195, 0.12);
}

.music-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.music-list li {
  border: 1px solid rgba(46, 243, 255, 0.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--club-muted);
  box-shadow: inset 0 0 18px rgba(46, 243, 255, 0.08);
}

.dance-feature {
  padding-top: 56px;
}

.dance-feature .photo-frame {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 79, 195, 0.22), 0 0 42px rgba(46, 243, 255, 0.28);
}

.dance-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: 32px;
  align-items: center;
}

.dance-copy p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--club-muted);
}

.dance-photo {
  width: 100%;
  max-width: 420px;
  justify-self: start;
}

.audio-section {
  border-top: 0;
  border-bottom: 1px solid rgba(255, 79, 195, 0.16);
  background: var(--player-bg);
  box-shadow: 0 14px 34px rgba(15, 26, 29, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.audio-bar {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) minmax(260px, 1fr);
  min-height: 58px;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
}

.audio-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.audio-title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.audio-title-row strong,
.audio-copy > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audio-title-row strong {
  min-width: 0;
  color: var(--club-text);
  font-size: 0.92rem;
  text-shadow: 0 0 12px rgba(46, 243, 255, 0.46);
}

.audio-equalizer {
  display: inline-flex;
  flex: 0 0 auto;
  width: 36px;
  height: 18px;
  align-items: end;
  gap: 3px;
  opacity: 0.42;
}

.audio-equalizer span {
  width: 4px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--neon-cyan), var(--neon-pink));
  box-shadow: 0 0 10px rgba(46, 243, 255, 0.34);
  transform: scaleY(0.32);
  transform-origin: bottom;
}

.audio-equalizer span:nth-child(2) {
  transform: scaleY(0.52);
}

.audio-equalizer span:nth-child(3) {
  transform: scaleY(0.74);
}

.audio-equalizer span:nth-child(4) {
  transform: scaleY(0.44);
}

.audio-equalizer span:nth-child(5) {
  transform: scaleY(0.64);
}

.audio-equalizer.is-audible {
  opacity: 0.9;
}

.audio-equalizer.is-audible span {
  animation: equalizer-pulse 760ms ease-in-out infinite;
}

.audio-equalizer.is-audible span:nth-child(2) {
  animation-delay: -180ms;
}

.audio-equalizer.is-audible span:nth-child(3) {
  animation-delay: -360ms;
}

.audio-equalizer.is-audible span:nth-child(4) {
  animation-delay: -120ms;
}

.audio-equalizer.is-audible span:nth-child(5) {
  animation-delay: -280ms;
}

.audio-copy > span {
  color: var(--club-nav-muted);
  font-size: 0.82rem;
}

.audio-bar audio {
  width: 100%;
  height: 38px;
  color-scheme: dark;
}

.audio-toggle {
  flex: 0 0 auto;
  min-height: 34px;
  border: 1px solid rgba(46, 243, 255, 0.26);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--club-text);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
}

.audio-toggle:hover,
.audio-toggle:focus-visible {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 16px rgba(46, 243, 255, 0.28);
  outline: none;
}

.audio-toggle.is-audible {
  background: linear-gradient(135deg, var(--accent), #9b38a9);
  color: #ffffff;
}

@keyframes equalizer-pulse {
  0%,
  100% {
    transform: scaleY(0.28);
  }

  35% {
    transform: scaleY(1);
  }

  62% {
    transform: scaleY(0.46);
  }
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(300px, 0.44fr);
  gap: 32px;
  align-items: start;
}

.contact-section {
  color: var(--club-text);
}

.contact-form {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(46, 243, 255, 0.28);
  border-radius: 8px;
  padding: 24px;
  background: var(--card-bg);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22), 0 0 34px rgba(46, 243, 255, 0.12);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--club-muted);
  font-size: 0.94rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(46, 243, 255, 0.2);
  border-radius: 6px;
  padding: 12px 13px;
  background: rgba(15, 26, 29, 0.78);
  color: var(--club-text);
  font: inherit;
  color-scheme: dark;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(46, 243, 255, 0.28);
  outline-offset: 1px;
  border-color: var(--accent);
  box-shadow: 0 0 16px rgba(46, 243, 255, 0.14);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin-bottom: 0;
  color: var(--club-muted);
  font-size: 0.92rem;
}

.form-status {
  margin: 0;
  border: 1px solid rgba(46, 243, 255, 0.22);
  border-radius: 6px;
  padding: 11px 13px;
  background: rgba(15, 26, 29, 0.72);
  color: var(--club-text);
  font-size: 0.94rem;
}

.form-status.is-success {
  border-color: rgba(47, 111, 115, 0.32);
  background: rgba(47, 111, 115, 0.08);
}

.form-status.is-error {
  border-color: rgba(156, 99, 90, 0.42);
  background: rgba(156, 99, 90, 0.1);
}

.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer {
  border-top: 1px solid rgba(46, 243, 255, 0.16);
  padding: 28px 0;
  background: var(--night-strong);
  color: var(--club-nav-muted);
}

.footer .shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 920px) {
  .topbar > .shell,
  .hero-grid,
  .split,
  .dance-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .topbar > .shell {
    display: grid;
  }

  .nav {
    flex-wrap: wrap;
  }

  .hero-copy {
    order: 1;
    justify-self: start;
  }

  .photo-wrap-primary {
    order: 2;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .photo-wrap {
    max-width: 480px;
  }

  .dance-photo {
    order: 2;
    max-width: 480px;
    justify-self: start;
  }

  .dance-copy {
    order: 1;
  }

  .audio-bar {
    grid-template-columns: 1fr;
  }

  .quick-facts,
  .service-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 1120px);
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .headline {
    font-size: 1.18rem;
  }

  .lead {
    font-size: 1rem;
  }

  .quick-facts,
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .button,
  .button-secondary {
    width: 100%;
  }

  .audio-bar {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .audio-toggle {
    min-height: 32px;
    padding: 0 10px;
  }

  .eq-rain {
    --rain-size: 38px;
    --rain-opacity: 0.08;
  }

  .eq-rain-hero,
  .eq-rain-facts,
  .eq-rain-services-low,
  .eq-rain-music-high,
  .eq-rain-dance-small,
  .eq-rain-process-left,
  .eq-rain-contact-low {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.is-audio-on .eq-rain,
  html.is-audio-on .eq-rain span,
  .audio-equalizer.is-audible span {
    animation: none;
  }

  .eq-rain {
    transform: rotate(var(--rain-start));
  }
}
