:root {
  --ink: #f7f7f2;
  --muted: #b9bab8;
  --black: #050506;
  --panel: #111113;
  --line: rgba(255, 255, 255, 0.16);
  --cyan: #22d3ee;
  --coral: #ff4d6d;
  --amber: #f5b642;
  --lime: #b8ff4d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--black); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body::selection { color: #050506; background: var(--cyan); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 18px clamp(18px, 4vw, 56px); background: linear-gradient(180deg, rgba(5, 5, 6, 0.82), rgba(5, 5, 6, 0)); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-weight: 800; letter-spacing: 0; }
.brand-mark { position: relative; display: grid; width: 42px; height: 42px; place-items: center; color: #050506; background: radial-gradient(circle at 34% 28%, #fff6ce 0 14%, transparent 34%), linear-gradient(145deg, #ffd66f, #e79a24 62%, #7d4d0b); border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 50%; box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.42), inset 0 -7px 12px rgba(5, 5, 6, 0.28), 0 10px 24px rgba(0, 0, 0, 0.28); }
.brand-mark img { width: 74%; height: 74%; object-fit: contain; filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.24)); }
.nav-links { display: flex; align-items: center; gap: clamp(14px, 3vw, 34px); color: rgba(247, 247, 242, 0.82); font-size: 0.88rem; font-weight: 700; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: var(--cyan); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.header-cta { justify-self: end; padding: 10px 16px; color: #050506; background: var(--ink); border-radius: 999px; font-size: 0.85rem; font-weight: 800; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr); align-items: center; gap: clamp(24px, 4vw, 64px); min-height: 88svh; overflow: hidden; padding: 132px clamp(18px, 5vw, 72px) 20px; isolation: isolate; }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 78% 42%, rgba(34, 211, 238, 0.18), transparent 28%), radial-gradient(circle at 88% 62%, rgba(255, 77, 109, 0.18), transparent 30%), linear-gradient(90deg, rgba(5, 5, 6, 0.98) 0%, rgba(5, 5, 6, 0.86) 48%, rgba(5, 5, 6, 0.7) 100%), linear-gradient(180deg, rgba(5, 5, 6, 0.1) 34%, rgba(5, 5, 6, 0.95) 100%); }
.hero-content { align-self: center; max-width: 840px; }
.hero-stage { position: relative; align-self: center; width: min(100%, 390px); justify-self: end; padding: 12px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 8px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)), rgba(255, 255, 255, 0.05); box-shadow: 0 0 42px rgba(34, 211, 238, 0.14), 0 24px 80px rgba(0, 0, 0, 0.46); backdrop-filter: blur(18px); }
.hero-stage::before { position: absolute; inset: -1px; z-index: -1; border-radius: inherit; background: linear-gradient(135deg, rgba(34, 211, 238, 0.6), rgba(255, 77, 109, 0.2), rgba(245, 182, 66, 0.42)); content: ""; opacity: 0.5; }
.hero-stage::after { position: absolute; inset: auto 8% -20px; z-index: -2; height: 70px; background: radial-gradient(ellipse, rgba(34, 211, 238, 0.22), transparent 68%); content: ""; filter: blur(10px); }
.stage-photo { position: relative; overflow: hidden; border-radius: 6px; background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.08), transparent 40%), #050506; aspect-ratio: 2 / 3; }
.stage-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 5, 6, 0.22), transparent 28%, transparent 72%, rgba(5, 5, 6, 0.38)), linear-gradient(180deg, rgba(5, 5, 6, 0.05), transparent 50%, rgba(5, 5, 6, 0.26)); content: ""; pointer-events: none; }
.stage-photo img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center bottom; filter: saturate(1.06) brightness(1.03); }
.hero-logo-badge { position: relative; display: grid; place-items: center; border-radius: 50%; isolation: isolate; transform: perspective(900px) rotateX(8deg) rotateY(-11deg); width: clamp(68px, 7vw, 92px); aspect-ratio: 1; margin-bottom: 16px; box-shadow: 0 0 34px rgba(34, 211, 238, 0.22), 0 18px 42px rgba(0, 0, 0, 0.44); }
.hero-logo-badge::before { position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.72), transparent 0 18%, transparent 42%), conic-gradient(from 220deg, var(--cyan), var(--coral), var(--amber), var(--lime), var(--cyan)); content: ""; }
.hero-logo-badge::after { position: absolute; inset: 10%; z-index: -1; border-radius: inherit; background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)), radial-gradient(circle at 50% 44%, #19191b 0 58%, #050506 100%); box-shadow: inset 0 2px 18px rgba(255, 255, 255, 0.16), inset 0 -18px 28px rgba(0, 0, 0, 0.58); content: ""; }
.hero-logo-badge img { width: 72%; height: 72%; object-fit: contain; filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.12)) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.42)); }
.eyebrow { margin: 0 0 14px; color: var(--cyan); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { line-height: 0.94; } h1, h2 { font-family: "Barlow Condensed", Inter, sans-serif; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1 { max-width: 8ch; margin-bottom: 18px; font-size: clamp(6rem, 17vw, 13.5rem); } h2 { margin-bottom: 18px; font-size: clamp(3.2rem, 8vw, 6.6rem); } h3 { margin-bottom: 14px; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.hero-kicker { max-width: 620px; margin-bottom: 34px; color: rgba(247, 247, 242, 0.9); font-size: clamp(1.35rem, 3vw, 2.25rem); font-weight: 800; }
.hero-actions, .button { display: flex; align-items: center; } .hero-actions { flex-wrap: wrap; gap: 12px; } .button { justify-content: center; min-height: 52px; gap: 12px; padding: 14px 20px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 900; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); } .button-primary { color: #050506; background: var(--cyan); box-shadow: 0 16px 42px rgba(34, 211, 238, 0.28); } .button-secondary { color: var(--ink); background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.24); backdrop-filter: blur(14px); }
.sound-strip { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 48px); min-height: 12svh; padding: 24px clamp(18px, 5vw, 72px); border-block: 1px solid rgba(255, 255, 255, 0.13); background: #0c0c0d; }
.sound-strip p { max-width: 720px; margin: 0; color: rgba(247, 247, 242, 0.82); font-size: clamp(1rem, 1.8vw, 1.25rem); font-weight: 800; }
.equalizer { display: flex; align-items: center; gap: 5px; height: 54px; } .equalizer span { display: block; width: 7px; min-height: 8px; background: var(--coral); border-radius: 999px; animation: bounce 880ms ease-in-out infinite alternate; } .equalizer span:nth-child(2n) { background: var(--cyan); animation-duration: 630ms; } .equalizer span:nth-child(3n) { background: var(--amber); animation-duration: 1040ms; } .equalizer span:nth-child(4n) { background: var(--lime); animation-duration: 740ms; }
.equalizer span:nth-child(1) { --bar: 0.35; } .equalizer span:nth-child(2) { --bar: 0.72; } .equalizer span:nth-child(3) { --bar: 0.48; } .equalizer span:nth-child(4) { --bar: 0.95; } .equalizer span:nth-child(5) { --bar: 0.62; } .equalizer span:nth-child(6) { --bar: 0.82; } .equalizer span:nth-child(7) { --bar: 0.38; } .equalizer span:nth-child(8) { --bar: 0.72; } .equalizer span:nth-child(9) { --bar: 0.52; } .equalizer span:nth-child(10) { --bar: 0.9; } .equalizer span:nth-child(11) { --bar: 0.44; } .equalizer span:nth-child(12) { --bar: 0.76; }
.booking-section, .experience-section { padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 72px); }
.section-heading { max-width: 860px; margin-bottom: clamp(32px, 5vw, 58px); }
.experience-copy p, .booking-copy p { color: var(--muted); }
.experience-section { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: center; background: #f7f7f2; color: #050506; }
.experience-section .eyebrow { color: #c02745; }
.experience-showcase { position: relative; } .badge-showcase { display: grid; place-items: center; }
.experience-badge { position: relative; display: grid; min-height: clamp(350px, 47vw, 610px); padding: clamp(18px, 4vw, 46px); overflow: hidden; border-radius: 8px; background: radial-gradient(circle at 50% 42%, rgba(245, 182, 66, 0.26), transparent 0 42%), radial-gradient(circle at 18% 82%, rgba(34, 211, 238, 0.14), transparent 0 34%), linear-gradient(145deg, #171719, #050506 68%); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 80px rgba(5, 5, 6, 0.28); place-items: center; isolation: isolate; }
.experience-badge::before { position: absolute; inset: 10%; z-index: -1; border-radius: 999px; background: conic-gradient(from 180deg, transparent, rgba(255, 205, 92, 0.32), transparent 52%); filter: blur(14px); content: ""; }
.experience-badge::after { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 28%), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px); opacity: 0.55; content: ""; pointer-events: none; }
.experience-badge img { position: relative; z-index: 1; width: min(100%, 530px); max-height: min(58vw, 570px); object-fit: contain; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 28px rgba(255, 190, 72, 0.2)); transition: transform 500ms ease; }
.experience-badge:hover img { transform: scale(1.025) rotate(-1deg); }
.experience-copy p { max-width: 720px; color: #3c3d3d; font-size: clamp(1.05rem, 1.9vw, 1.28rem); }
.feature-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.feature-list span { padding: 10px 14px; color: #050506; background: #ffffff; border: 1px solid rgba(5, 5, 6, 0.1); border-radius: 999px; font-size: 0.92rem; font-weight: 800; }
.quote-band { display: grid; min-height: 28svh; place-items: center; padding: 48px clamp(18px, 5vw, 72px); background: linear-gradient(135deg, #121214, #050506); border-block: 1px solid rgba(255, 255, 255, 0.12); }
.quote-band p { max-width: 980px; margin: 0; text-align: center; font-family: "Barlow Condensed", Inter, sans-serif; font-size: clamp(2.2rem, 5vw, 4.8rem); font-weight: 700; line-height: 0.98; text-transform: uppercase; }
.booking-section { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(340px, 1.2fr); gap: clamp(32px, 6vw, 88px); align-items: start; background: #101012; }
.booking-copy { position: sticky; top: 120px; } .booking-copy .eyebrow { color: var(--amber); }
.booking-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } .booking-form label { display: grid; gap: 7px; color: rgba(247, 247, 242, 0.78); font-size: 0.82rem; font-weight: 800; } .booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #19191b; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 10px; outline: none; } .booking-form textarea { resize: vertical; } .booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.12); } .form-wide { grid-column: 1 / -1; } .form-note { min-height: 1.5em; margin: 0; color: var(--cyan); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px clamp(18px, 5vw, 72px); background: #050506; border-top: 1px solid rgba(255, 255, 255, 0.12); } .site-footer p { margin: 0; color: rgba(247, 247, 242, 0.56); font-size: 0.82rem; }
@keyframes bounce { from { height: 10px; } to { height: calc(54px * var(--bar, 0.78)); } }
@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; } }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 86svh; padding-top: 112px; }
  .hero-stage { width: min(100%, 430px); justify-self: center; order: 2; }
  .hero-content { order: 1; }
  .experience-section, .booking-section { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
}
@media (max-width: 640px) {
  .site-header { padding: 14px 16px; }
  .header-cta { padding: 9px 12px; }
  .hero { min-height: 94svh; gap: 16px; padding-inline: 16px; padding-bottom: 22px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(5, 5, 6, 0.82), rgba(5, 5, 6, 0.2)), linear-gradient(180deg, rgba(5, 5, 6, 0.18) 0%, rgba(5, 5, 6, 0.08) 48%, rgba(5, 5, 6, 0.82) 100%); }
  .hero-content { width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
  .hero-logo-badge { width: 58px; margin-bottom: 12px; }
  .hero-content .eyebrow { text-align: center; }
  .hero-content h1 { text-align: center; }
  .hero-kicker { max-width: 360px; margin-bottom: 20px; font-size: 1.18rem; text-align: center; }
  h1 { font-size: clamp(4.2rem, 19vw, 5.8rem); }
  .button { width: 100%; }
  .hero-stage { width: min(100%, 280px); padding: 9px; }
  .stage-photo { aspect-ratio: 3 / 4; }
  .stage-photo img { height: 100%; min-height: 0; }
  .sound-strip { align-items: center; flex-direction: column; text-align: center; }
  .booking-section, .experience-section { padding-inline: 16px; }
  .booking-form { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}
