:root {
  --bg: #050507;
  --surface: #0c0c10;
  --surface-2: #14141a;
  --text: #f5f3ee;
  --muted: #a6a3aa;
  --line: rgba(255,255,255,.12);
  --lime: #c8ff45;
  --violet: #9d73ff;
  --pink: #ff4fab;
  --orange: #ff7d45;
  --radius: 28px;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  max-width: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--lime); color: #050507; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  background: var(--text); color: var(--bg); padding: 12px 16px; border-radius: 12px;
}
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hidden-field { display: none; }

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
#signal-canvas { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .28; z-index: 0; }
.site-header, main, .site-footer, .mobile-menu { position: relative; z-index: 2; }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  width: var(--shell); margin: 0 auto; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid var(--line); position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark {
  width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%;
  font-size: 11px; font-weight: 800; letter-spacing: -.06em;
}
.brand-name { font-size: 12px; letter-spacing: .18em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { font-size: 13px; color: var(--muted); transition: color .25s ease; }
.desktop-nav a:hover { color: var(--text); }
.header-cta { justify-self: end; font-size: 13px; font-weight: 700; border: 1px solid var(--line); border-radius: 999px; padding: 12px 18px; transition: background .25s ease, color .25s ease; }
.header-cta:hover { background: var(--text); color: var(--bg); }
.menu-button { display: none; justify-self: end; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; border-radius: 50%; }
.menu-button span { display: block; width: 16px; height: 1px; background: var(--text); margin: 5px auto; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; background: rgba(5,5,7,.97); display: flex; flex-direction: column; justify-content: center; padding: 32px; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; z-index: 40; }
.mobile-menu.open { visibility: visible; opacity: 1; }
.mobile-menu a { font-size: clamp(36px, 9vw, 72px); line-height: 1.12; letter-spacing: -.06em; font-weight: 700; border-bottom: 1px solid var(--line); padding: 12px 0; }

.hero { min-height: 100svh; padding: 158px 0 62px; position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker, .eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .22em; color: var(--muted); }
.hero-title { margin: 6vh 0 0; font-size: clamp(92px, 16.2vw, 248px); line-height: .71; letter-spacing: -.095em; font-weight: 700; position: relative; z-index: 2; }
.title-line { display: block; }
.title-outline { color: transparent; -webkit-text-stroke: 1.5px rgba(245,243,238,.68); margin-left: 9vw; }
.hero-bottom { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-top: 6vh; }
.hero-copy { margin: 0; font-size: clamp(18px, 2vw, 28px); line-height: 1.24; letter-spacing: -.035em; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.primary-button { display: flex; min-width: 210px; justify-content: space-between; gap: 28px; align-items: center; padding: 18px 20px; border-radius: 999px; background: var(--lime); color: #080809; font-size: 14px; font-weight: 750; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.45); }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }
.orbit-card { position: absolute; width: clamp(165px, 19vw, 270px); aspect-ratio: 1; right: 8vw; top: 22%; border-radius: 50%; display: grid; place-items: center; z-index: 1; }
.orbit-disc { width: 59%; aspect-ratio: 1; background: radial-gradient(circle at 40% 36%, #47474f 0 5%, #131317 6% 18%, #303038 19% 21%, #111115 22% 41%, #2d2d33 42% 43%, #111115 44% 100%); border-radius: 50%; display: grid; place-items: center; box-shadow: 0 20px 90px rgba(157,115,255,.35); animation: spin 13s linear infinite; }
.disc-label { width: 39%; aspect-ratio: 1; border-radius: 50%; background: var(--pink); color: #13030b; display: grid; place-items: center; text-align: center; font-weight: 900; font-size: clamp(6px, .7vw, 10px); line-height: 1; }
.orbit-copy { position: absolute; inset: 18%; display: grid; place-items: center; font-size: 8px; line-height: 1.35; text-align: center; letter-spacing: .14em; color: var(--muted); overflow: hidden; animation: spin 18s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.scroll-note { position: absolute; right: 0; bottom: 14px; font-size: 9px; letter-spacing: .19em; color: var(--muted); writing-mode: vertical-rl; display: flex; gap: 12px; align-items: center; }

.statement-section { padding: 132px 0 145px; }
.statement-section .eyebrow { margin-bottom: 42px; }
.statement { max-width: 1040px; margin: 0; font-size: clamp(44px, 7vw, 104px); line-height: .98; letter-spacing: -.075em; font-weight: 600; }
.accent-statement { color: var(--lime); margin-left: 8vw; margin-top: 18px; }

.sound-section { padding: 82px 0 112px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }
.section-heading h2, .story-copy h2, .booking-intro h2, .guest-list h2 { margin: 0; font-size: clamp(46px, 6.4vw, 94px); line-height: .94; letter-spacing: -.07em; font-weight: 600; }
.sound-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sound-card { min-height: 560px; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; background: rgba(12,12,16,.76); display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .35s ease, border-color .35s ease; }
.sound-card:hover { transform: translateY(-6px); border-color: rgba(255,255,255,.3); }
.sound-card-large { grid-column: span 2; min-height: 650px; }
.card-index { position: absolute; top: 24px; right: 24px; font-size: 11px; color: var(--muted); z-index: 2; }
.card-visual { flex: 1; min-height: 330px; border-radius: 20px; display: grid; place-items: center; position: relative; overflow: hidden; }
.visual-bollywood { background: radial-gradient(circle at 50% 50%, rgba(255,79,171,.6), transparent 24%), linear-gradient(145deg, #1b0a19, #23126d 55%, #030306); }
.visual-word { font-size: clamp(72px, 16vw, 220px); font-weight: 800; letter-spacing: -.11em; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.32); transform: rotate(-8deg); }
.pulse-ring { position: absolute; width: 30%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; animation: pulse 4s ease-out infinite; }
.ring-two { animation-delay: 1.2s; }
.ring-three { animation-delay: 2.4s; }
@keyframes pulse { 0% { transform: scale(.5); opacity: 0; } 20% { opacity: 1; } 100% { transform: scale(4); opacity: 0; } }
.visual-global { background: linear-gradient(160deg, #081519, #0f332e 55%, #0c0c10); }
.visual-global > span { font-size: clamp(66px, 9vw, 126px); font-weight: 700; line-height: .76; letter-spacing: -.08em; text-align: center; color: var(--lime); transform: rotate(5deg); z-index: 2; }
.globe-grid { position: absolute; width: 80%; aspect-ratio: 1; border: 1px solid rgba(200,255,69,.23); border-radius: 50%; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 28px, rgba(200,255,69,.12) 29px 30px), repeating-linear-gradient(90deg, transparent 0 38px, rgba(200,255,69,.08) 39px 40px); }
.visual-studio { background: linear-gradient(155deg, #20140c, #512318 50%, #0b0908); }
.visual-studio > span { position: absolute; font-size: clamp(58px, 8vw, 106px); font-weight: 800; line-height: .8; letter-spacing: -.09em; color: #ffb072; text-align: center; }
.equalizer { position: absolute; inset: 14% 8%; display: flex; gap: 2.5%; align-items: center; justify-content: center; opacity: .28; }
.equalizer i { width: 6%; background: #fff; border-radius: 999px; animation: equalize 1.3s ease-in-out infinite alternate; }
.equalizer i:nth-child(1), .equalizer i:nth-child(7) { height: 28%; }
.equalizer i:nth-child(2), .equalizer i:nth-child(9) { height: 78%; animation-delay: .15s; }
.equalizer i:nth-child(3), .equalizer i:nth-child(6) { height: 46%; animation-delay: .4s; }
.equalizer i:nth-child(4), .equalizer i:nth-child(8) { height: 92%; animation-delay: .22s; }
.equalizer i:nth-child(5) { height: 60%; animation-delay: .55s; }
@keyframes equalize { to { transform: scaleY(.35); } }
.sound-card-copy { padding: 28px 6px 4px; }
.card-tag { margin: 0 0 14px; font-size: 10px; letter-spacing: .2em; color: var(--muted); }
.sound-card h3 { margin: 0; font-size: clamp(32px, 3.8vw, 60px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.sound-card p:last-child { max-width: 610px; color: var(--muted); font-size: 16px; line-height: 1.55; margin: 18px 0 0; }
.platform-banner { margin-top: 18px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(120deg, rgba(157,115,255,.13), rgba(255,79,171,.06), transparent); }
.platform-banner h3 { margin: 12px 0 0; font-size: clamp(28px, 3.2vw, 48px); line-height: 1; letter-spacing: -.05em; max-width: 650px; }
.platform-actions { display: flex; gap: 10px; flex-shrink: 0; }
.platform-button { display: flex; align-items: center; gap: 10px; padding: 14px 17px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 650; background: rgba(255,255,255,.045); }
.platform-button svg { width: 18px; height: 18px; fill: currentColor; }
.platform-button:hover { background: var(--text); color: var(--bg); }

.ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; padding: 25px 0; }
.ticker-track { display: flex; align-items: center; width: max-content; gap: 25px; animation: ticker 28s linear infinite; }
.ticker span { font-size: clamp(24px, 3vw, 46px); letter-spacing: -.035em; white-space: nowrap; }
.ticker i { font-style: normal; color: var(--lime); }
@keyframes ticker { to { transform: translateX(-50%); } }

.story-section {
  padding: 132px 0 120px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: clamp(28px, 5vw, 86px);
  align-items: center;
  position: relative;
  isolation: isolate;
}
.story-section::before {
  content: "";
  position: absolute;
  width: min(760px, 58vw);
  aspect-ratio: 1;
  left: -13vw;
  top: 48%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,125,69,.13), rgba(157,115,255,.05) 38%, transparent 70%);
  filter: blur(28px);
  pointer-events: none;
  z-index: -1;
}
.story-visual {
  min-width: 0;
  position: relative;
  z-index: 0;
}
.artist-portrait-stage {
  --portrait-x: 0px;
  --portrait-y: 0px;
  position: relative;
  min-height: clamp(610px, 64vw, 790px);
  width: min(720px, 57vw);
  margin-left: clamp(-105px, -6.5vw, -38px);
  isolation: isolate;
  overflow: visible;
}
.artist-portrait-stage::before {
  content: "";
  position: absolute;
  inset: 8% 4% 6% 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 64% 35%, rgba(255,125,69,.22), transparent 28%),
    radial-gradient(circle at 35% 62%, rgba(157,115,255,.15), transparent 34%);
  filter: blur(45px);
  opacity: .88;
  z-index: -2;
}
.artist-portrait-stage::after {
  content: "";
  position: absolute;
  inset: -7% -12% -8% -14%;
  background:
    linear-gradient(90deg, var(--bg) 0%, transparent 16%, transparent 68%, var(--bg) 98%),
    linear-gradient(0deg, var(--bg) 0%, transparent 22%, transparent 84%, rgba(5,5,7,.58) 100%);
  pointer-events: none;
  z-index: 2;
}
.artist-portrait {
  position: absolute;
  width: 112%;
  height: 112%;
  left: -7%;
  top: -6%;
  object-fit: contain;
  object-position: 50% 45%;
  filter: saturate(.94) contrast(1.035) brightness(.97);
  -webkit-mask-image: radial-gradient(ellipse 78% 82% at 50% 43%, #000 0 58%, rgba(0,0,0,.96) 68%, rgba(0,0,0,.42) 84%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 82% at 50% 43%, #000 0 58%, rgba(0,0,0,.96) 68%, rgba(0,0,0,.42) 84%, transparent 100%);
  transform: translate3d(var(--portrait-x), var(--portrait-y), 0) scale(1.025);
  transform-origin: 50% 45%;
  transition: transform 1.1s cubic-bezier(.2,.75,.2,1), filter .6s ease;
  will-change: transform;
  z-index: 1;
}
.portrait-ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}
.portrait-ambient-one {
  width: 44%;
  aspect-ratio: 1;
  right: 0;
  top: 21%;
  background: rgba(255,125,69,.11);
}
.portrait-ambient-two {
  width: 36%;
  aspect-ratio: 1;
  left: 10%;
  bottom: 9%;
  background: rgba(157,115,255,.08);
}
.portrait-wordmark {
  position: absolute;
  left: 4%;
  bottom: 8%;
  z-index: 3;
  color: transparent;
  -webkit-text-stroke: 1px rgba(245,243,238,.16);
  font-size: clamp(84px, 10.8vw, 170px);
  font-weight: 800;
  letter-spacing: -.105em;
  line-height: .72;
  mix-blend-mode: screen;
  pointer-events: none;
}
.portrait-signal {
  position: absolute;
  z-index: 3;
  top: 11%;
  left: 10%;
  width: 1px;
  height: 17%;
  background: linear-gradient(var(--lime), transparent);
  box-shadow: 0 0 20px rgba(200,255,69,.35);
}
.portrait-signal::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 16px var(--lime);
}
.portrait-identity {
  position: absolute;
  right: 5%;
  bottom: 7%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: right;
}
.portrait-identity span {
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .19em;
}
.portrait-identity small {
  color: var(--muted);
  font-size: 7px;
  letter-spacing: .14em;
  line-height: 1.5;
}
.story-copy {
  position: relative;
  z-index: 4;
}
.story-copy .eyebrow { margin-bottom: 32px; }
.story-copy h2 { font-size: clamp(44px, 5.7vw, 82px); }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 690px; }
.story-copy .story-lead { color: var(--text) !important; font-size: clamp(20px, 2vw, 28px) !important; line-height: 1.35 !important; letter-spacing: -.025em; }
blockquote { margin: 44px 0; padding: 0 0 0 25px; border-left: 2px solid var(--lime); font-size: clamp(26px, 3vw, 42px); line-height: 1.1; letter-spacing: -.045em; }

.booking-section { padding: 110px 0 102px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; border-top: 1px solid var(--line); }
.booking-intro { position: sticky; top: 70px; }
.booking-intro .eyebrow { margin-bottom: 28px; }
.booking-intro h2 { font-size: clamp(45px, 5.5vw, 78px); }
.booking-intro > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 470px; }
.availability-pill { margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; font-size: 12px; }
.availability-pill span { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 15px var(--lime); }
.booking-form { display: flex; flex-direction: column; gap: 26px; }
.form-row.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-form label { display: flex; flex-direction: column; gap: 10px; }
.booking-form label > span { font-size: 11px; letter-spacing: .12em; color: var(--muted); text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; color: var(--text); background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 15px; padding: 17px 16px; outline: none; transition: border-color .25s ease, background .25s ease;
}
.booking-form textarea { resize: vertical; min-height: 140px; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--lime); background: rgba(200,255,69,.035); }
.booking-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 20px) 52%, calc(100% - 15px) 52%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.booking-form option { background: #111116; }
.consent-row { flex-direction: row !important; align-items: center; gap: 11px !important; }
.consent-row input { width: 18px; height: 18px; accent-color: var(--lime); }
.consent-row span { text-transform: none !important; letter-spacing: 0 !important; font-size: 13px !important; }
.submit-button { border: 0; border-radius: 999px; background: var(--lime); color: #070708; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; font-weight: 780; cursor: pointer; }
.submit-button:disabled { opacity: .6; cursor: wait; }
.submit-icon { font-size: 20px; }
.form-status { margin: -10px 0 0; min-height: 18px; font-size: 13px; color: var(--muted); }
.form-status.success { color: var(--lime); }
.form-status.error { color: #ff7777; }

.guest-list { margin-bottom: 82px; border-radius: var(--radius); background: var(--text); color: var(--bg); padding: 56px; display: grid; grid-template-columns: 1fr .8fr; gap: 50px; align-items: end; }
.guest-list .eyebrow { color: #6f6d68; margin: 0 0 18px; }
.guest-list h2 { font-size: clamp(38px, 4.7vw, 68px); }
.guest-form { position: relative; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(5,5,7,.35); }
.guest-form input { border: 0; background: transparent; color: var(--bg); padding: 18px 4px; outline: none; min-width: 0; }
.guest-form input::placeholder { color: #77746e; }
.guest-form button { border: 0; background: transparent; font-weight: 750; cursor: pointer; padding: 18px 4px 18px 22px; }
.guest-form .form-status { grid-column: 1 / -1; position: absolute; top: calc(100% + 10px); color: #55524d; }

.site-footer { padding: 72px 0 34px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: start; }
.footer-top p { margin: 0; font-size: clamp(25px, 3.5vw, 52px); line-height: .98; letter-spacing: -.055em; text-align: right; }
.footer-links { display: flex; gap: 28px; margin: 72px 0 46px; }
.footer-links a { font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 6px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 20px); opacity: 0; visibility: hidden; background: var(--text); color: var(--bg); padding: 13px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: all .25s ease; }
.toast.show { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.2,.75,.2,1), transform .85s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 760px); }
  .site-header { height: 76px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 116px; min-height: max(760px, 92svh); }
  .hero-title { margin-top: 64px; font-size: clamp(74px, 21vw, 145px); line-height: .76; }
  .title-outline { margin-left: 5vw; }
  .orbit-card { top: 36%; right: 5%; width: 180px; }
  .hero-bottom { flex-direction: column; align-items: flex-start; margin-top: auto; }
  .scroll-note { display: none; }
  .statement-section { padding: 102px 0 108px; }
  .accent-statement { margin-left: 0; }
  .section-heading { display: block; }
  .section-heading .eyebrow { margin-bottom: 20px; }
  .sound-grid { grid-template-columns: 1fr; }
  .sound-card-large { grid-column: auto; }
  .sound-card, .sound-card-large { min-height: 525px; }
  .platform-banner { flex-direction: column; align-items: flex-start; }
  .story-section, .booking-section { grid-template-columns: 1fr; gap: 54px; }
  .story-visual { max-width: 540px; }
  .booking-intro { position: static; }
  .guest-list { grid-template-columns: 1fr; padding: 40px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 24px); --radius: 22px; }
  .brand-name { font-size: 10px; }
  .hero { min-height: max(720px, 88svh); padding-bottom: 30px; }
  .hero-kicker { max-width: 210px; line-height: 1.5; }
  .hero-title { margin-top: 58px; font-size: clamp(72px, 22vw, 110px); }
  .orbit-card { top: 38%; right: 0; width: 138px; opacity: .88; }
  .hero-actions { width: 100%; flex-direction: column; align-items: stretch; gap: 20px; }
  .primary-button { width: 100%; }
  .hero-copy { font-size: 20px; }
  .statement { font-size: clamp(41px, 13vw, 68px); }
  .sound-section { padding: 68px 0 92px; }
  .sound-card, .sound-card-large { min-height: 462px; padding: 14px; }
  .card-visual { min-height: 235px; border-radius: 15px; }
  .sound-card-copy { padding: 22px 7px 5px; }
  .platform-banner { padding: 28px 20px; }
  .platform-actions { flex-direction: column; width: 100%; }
  .platform-button { justify-content: center; }
  .story-section { padding: 82px 0 88px; }
  .booking-section { padding: 86px 0 90px; }
  .form-row.two-column { grid-template-columns: 1fr; }
  .guest-list { padding: 28px 22px; margin-bottom: 72px; }
  .guest-form { grid-template-columns: 1fr; }
  .guest-form button { text-align: left; padding-left: 4px; }
  .footer-top { flex-direction: column; gap: 34px; }
  .footer-top p { text-align: left; }
  .footer-links { flex-wrap: wrap; margin: 52px 0 38px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .site-footer { padding: 64px 0 30px; }
  .booking-form { gap: 21px; }
  .section-heading { margin-bottom: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  #signal-canvas { display: none; }
  .reveal { opacity: 1; transform: none; }
}


/* Text-led remix catalog */
.genre-spectrum { margin: 26px 0 66px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.genre-spectrum > div { min-height: 145px; padding: 26px 22px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.genre-spectrum > div:last-child { border-right: 0; }
.genre-spectrum span { color: var(--lime); font-size: 10px; letter-spacing: .14em; }
.genre-spectrum strong { margin-top: auto; font-size: clamp(20px, 2vw, 29px); letter-spacing: -.04em; }
.genre-spectrum p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }

.releases-section { padding: 122px 0 112px; }
.releases-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 8vw; align-items: end; padding-bottom: 55px; }
.releases-heading .eyebrow { margin: 0 0 24px; }
.releases-heading h2 { font-size: clamp(48px, 6.8vw, 98px); }
.releases-intro { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 470px; margin: 0 0 7px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; padding: 22px 0 30px; border-top: 1px solid var(--line); }
.genre-filter { appearance: none; border: 1px solid var(--line); background: transparent; color: var(--muted); border-radius: 999px; padding: 10px 14px; font: inherit; font-size: 12px; cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.genre-filter span { opacity: .65; margin-left: 5px; }
.genre-filter:hover { color: var(--text); border-color: rgba(255,255,255,.28); transform: translateY(-1px); }
.genre-filter.active { color: #08080a; background: var(--lime); border-color: var(--lime); }
.track-list { border-top: 1px solid var(--line); }
.track-row { min-height: 98px; display: grid; grid-template-columns: 54px minmax(0, 1fr) 230px 92px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); position: relative; transition: background .25s ease, padding .25s ease, opacity .25s ease, min-height .25s ease, border-color .25s ease; }
.track-row::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(200,255,69,.08), rgba(157,115,255,.035) 45%, transparent 80%); opacity: 0; transition: opacity .25s ease; pointer-events: none; }
.track-row:hover { padding-left: 12px; }
.track-row:hover::before { opacity: 1; }
.track-row.is-filtered { display: none; }
.track-number { position: relative; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.track-title { position: relative; font-size: clamp(19px, 2.1vw, 31px); font-weight: 700; letter-spacing: -.035em; line-height: 1.08; }
.track-title em { font-style: normal; color: var(--muted); font-weight: 460; }
.track-meta { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.track-meta i { font-style: normal; color: var(--lime); }
.track-action { position: relative; justify-self: end; color: var(--muted); font-size: 12px; font-weight: 700; }
.track-action b { color: var(--lime); margin-left: 5px; }
.track-row:hover .track-title em, .track-row:hover .track-action { color: var(--text); }
.catalog-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; }
.catalog-footer p { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.catalog-footer p span { color: var(--text); }

@media (max-width: 900px) {
  .genre-spectrum { grid-template-columns: 1fr 1fr; }
  .genre-spectrum > div:nth-child(2) { border-right: 0; }
  .genre-spectrum > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .releases-heading { grid-template-columns: 1fr; gap: 30px; }
  .track-row { grid-template-columns: 42px minmax(0, 1fr) 82px; min-height: 106px; }
  .track-meta { grid-column: 2; margin-top: -30px; }
  .track-action { grid-column: 3; grid-row: 1 / span 2; }
}

@media (max-width: 600px) {
  .genre-spectrum { grid-template-columns: 1fr; margin-bottom: 52px; }
  .genre-spectrum > div { border-right: 0; border-bottom: 1px solid var(--line); min-height: 104px; padding: 20px 18px; }
  .genre-spectrum > div:last-child { border-bottom: 0; }
  .releases-section { padding: 88px 0 94px; }
  .releases-heading { padding-bottom: 36px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; margin-right: calc((100vw - var(--shell)) / -2); padding-right: 24px; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .genre-filter { flex: 0 0 auto; }
  .track-row { grid-template-columns: 31px minmax(0, 1fr) 30px; gap: 10px; min-height: 104px; }
  .track-title { font-size: 19px; }
  .track-title em { display: block; margin-top: 4px; font-size: 14px; }
  .track-meta { grid-column: 2; margin-top: -24px; gap: 5px; font-size: 9px; }
  .track-action { font-size: 0; }
  .track-action b { font-size: 17px; margin: 0; }
  .catalog-footer { align-items: flex-start; gap: 24px; flex-direction: column; }
}

/* Integrated artist portrait: designed as atmosphere, never as a rectangular photo card. */
@media (max-width: 900px) {
  .story-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 105px 0 100px;
    overflow: clip;
  }
  .story-section::before {
    width: 100vw;
    left: -28vw;
    top: 34%;
  }
  .story-visual {
    max-width: none;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  .artist-portrait-stage {
    width: min(760px, 100%);
    min-height: 625px;
    margin: -28px auto 0;
  }
  .story-copy {
    width: min(690px, 100%);
    margin-top: -72px;
    padding-left: clamp(8px, 4vw, 34px);
  }
}

@media (max-width: 600px) {
  .story-section {
    padding: 78px 0 88px;
  }
  .story-visual {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .artist-portrait-stage {
    width: 100%;
    min-height: 500px;
    margin: -30px auto 0;
  }
  .artist-portrait-stage::before {
    inset: 12% -8% 4%;
    filter: blur(32px);
  }
  .artist-portrait-stage::after {
    inset: -4% -7% -10%;
    background:
      radial-gradient(ellipse 68% 75% at 50% 41%, transparent 0 46%, rgba(5,5,7,.16) 61%, rgba(5,5,7,.72) 82%, var(--bg) 100%),
      linear-gradient(90deg, var(--bg) 0%, transparent 13%, transparent 87%, var(--bg) 100%),
      linear-gradient(0deg, var(--bg) 0%, rgba(5,5,7,.96) 10%, transparent 36%, transparent 80%, rgba(5,5,7,.55) 100%);
  }
  .artist-portrait {
    width: 118%;
    height: 118%;
    left: -9%;
    top: -8%;
    object-position: 50% 42%;
    -webkit-mask-image: radial-gradient(ellipse 72% 79% at 50% 42%, #000 0 55%, rgba(0,0,0,.92) 67%, rgba(0,0,0,.34) 82%, transparent 100%);
    mask-image: radial-gradient(ellipse 72% 79% at 50% 42%, #000 0 55%, rgba(0,0,0,.92) 67%, rgba(0,0,0,.34) 82%, transparent 100%);
  }
  .portrait-wordmark {
    left: 1%;
    bottom: 11%;
    font-size: clamp(76px, 25vw, 116px);
    -webkit-text-stroke-color: rgba(245,243,238,.13);
  }
  .portrait-signal {
    left: 8%;
    top: 13%;
    height: 14%;
  }
  .portrait-identity {
    right: 5%;
    bottom: 10%;
  }
  .portrait-identity small {
    max-width: 170px;
  }
  .story-copy {
    width: 100%;
    margin-top: -58px;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-portrait { transform: scale(1.025); }
}

@media (max-width: 600px) {
  .artist-portrait-stage::before {
    background:
      radial-gradient(circle at 66% 34%, rgba(255,125,69,.28), transparent 30%),
      radial-gradient(circle at 28% 65%, rgba(157,115,255,.13), transparent 40%);
    opacity: 1;
  }
  .artist-portrait {
    filter: saturate(.82) contrast(1.055) brightness(.96);
  }
}
