:root {
  --ink: #08070f;
  --paper: #f3f1ea;
  --acid: #d7ff49;
  --violet: #8a3ffc;
  --electric: #5b63ff;
  --lavender: #c3a5ff;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(8, 7, 15, 0.16);
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --display: "Arial Narrow", Impact, Haettenschweiler, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 82px; }
body {
  margin: 0;
  color: #fff;
  background: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.is-locked { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
::selection { color: var(--ink); background: var(--acid); }

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--acid);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(22px, 4vw, 64px);
  border-bottom: 1px solid transparent;
  transition: background 250ms ease, border-color 250ms ease, height 250ms ease;
}
.site-header.is-scrolled {
  height: 68px;
  background: rgba(7, 6, 17, 0.86);
  border-color: rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  letter-spacing: .08em;
  font-weight: 800;
}
.brand-mark {
  display: block;
  width: auto;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(215,255,73,.16));
}
.brand-name { font-size: 14px; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 38px); }
.site-nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  opacity: .78;
  transition: opacity 150ms ease;
}
.site-nav a:hover, .site-nav a.is-active { opacity: 1; }
.nav-cta {
  padding: 11px 17px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1 !important;
  cursor: pointer;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 820px;
  height: min(100svh, 980px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #080714;
}
.hero-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  background: url("assets/up-music-live-showcase.webp") 56% center / cover no-repeat;
  transform: scale(1.025);
  animation: hero-push 16s ease-out both;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,13,.98) 0%, rgba(4,4,13,.88) 31%, rgba(4,4,13,.38) 58%, rgba(4,4,13,.15) 100%),
    linear-gradient(0deg, rgba(4,4,13,.82), transparent 35%);
}
.hero-noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .15;
  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='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}
.hero-content {
  width: min(760px, 88vw);
  margin-left: clamp(22px, 7.5vw, 118px);
  padding-top: 56px;
}
.eyebrow, .kicker, .panel-label, .award-overline {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--acid); }
.eyebrow i { width: 3px; height: 3px; background: currentColor; border-radius: 50%; }
.hero h1, .section-intro h2, .spotlight-copy h2, .award-card h3, .path-dialog h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(56px, 7.3vw, 112px);
  line-height: .84;
}
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); }
.hero-copy {
  max-width: 600px;
  margin: 31px 0 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.58;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-ghost { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.36); }
.button-light { color: var(--ink); background: #fff; }
.button-ghost-dark { color: var(--ink); background: transparent; border-color: rgba(8,7,15,.28); }
.hero-proof {
  position: absolute;
  right: clamp(22px, 4vw, 64px);
  bottom: 34px;
  display: flex;
  border-top: 1px solid var(--line-dark);
}
.hero-proof div { display: flex; gap: 12px; padding: 18px 22px; border-right: 1px solid var(--line-dark); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { color: var(--acid); font-size: 10px; }
.hero-proof span { color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.scroll-cue {
  position: absolute;
  left: clamp(22px, 4vw, 64px);
  bottom: 44px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.52);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scroll-cue span { width: 36px; height: 1px; background: rgba(255,255,255,.45); }

.journey {
  color: var(--ink);
  background: var(--paper);
  padding: clamp(92px, 10vw, 150px) clamp(22px, 7.5vw, 118px);
}
.section-intro, .spotlight-copy { display: grid; grid-template-columns: .55fr 1.1fr .7fr; gap: 42px; align-items: end; }
.kicker { color: #6858e7; }
.section-intro h2, .spotlight-copy h2 { margin: 0; font-size: clamp(46px, 5.5vw, 86px); line-height: .92; }
.section-intro h2 em, .spotlight-copy h2 em, .award-card h3 em { color: #6858e7; font-style: normal; }
.section-intro > p:last-child, .spotlight-copy > p:last-child { margin: 0; font-size: 16px; line-height: 1.7; opacity: .68; }
.singer-manifesto {
  display: grid;
  grid-template-columns: .55fr 1.8fr;
  gap: 42px;
  margin-top: clamp(52px, 6vw, 84px);
  padding: clamp(34px, 4vw, 54px) 0;
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}
.manifesto-index { margin: 6px 0 0; color: #6858e7; font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.singer-manifesto > div { max-width: 920px; }
.singer-manifesto > div > p:first-child { margin: 0; font-size: clamp(21px, 2.25vw, 33px); font-weight: 560; letter-spacing: -.018em; line-height: 1.48; }
.manifesto-close { margin: 30px 0 0; color: rgba(8,7,15,.56); font-size: 14px; letter-spacing: .02em; line-height: 1.55; }
.manifesto-close strong { color: var(--ink); font-weight: 850; }
.journey-explorer { margin-top: 56px; border: 1px solid var(--line-light); background: rgba(255,255,255,.36); }
.phase-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-light); }
.phase-tab {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 20px clamp(16px, 2vw, 28px);
  color: rgba(8,7,15,.48);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line-light);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left;
}
.phase-tab:last-child { border-right: 0; }
.phase-tab span { font-size: 9px; }
.phase-tab.is-active { color: var(--ink); background: var(--acid); }
.phase-stage { min-height: 480px; display: grid; grid-template-columns: .88fr 1.12fr; }
.phase-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 50% 55%, #6b36ff 0, #2f168c 30%, #0c0922 68%);
}
.phase-number {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-size: clamp(110px, 15vw, 225px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
  text-shadow: 0 0 55px rgba(215,255,73,.2);
}
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.orbit-one { width: 54%; aspect-ratio: 1; animation: orbit 13s linear infinite; }
.orbit-two { width: 84%; aspect-ratio: 1; border-style: dashed; animation: orbit 24s linear infinite reverse; }
.orbit::after { content: ""; position: absolute; top: 50%; right: -4px; width: 8px; height: 8px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 18px var(--acid); }
.equalizer { position: absolute; inset: auto 8% 9%; height: 70px; display: flex; align-items: end; gap: 7px; opacity: .48; }
.equalizer i { width: 7px; height: 34%; background: var(--acid); animation: meter 1s ease-in-out infinite alternate; }
.equalizer i:nth-child(2n) { animation-delay: -.3s; height: 68%; }
.equalizer i:nth-child(3n) { animation-delay: -.6s; height: 90%; }
.phase-panel { padding: clamp(42px, 5vw, 78px); align-self: center; }
.panel-label { color: #6858e7; }
.phase-panel h3, .audience-card h3 {
  max-width: 650px;
  margin: 0 0 22px;
  font-size: clamp(29px, 3vw, 48px);
  font-weight: 650;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.phase-panel > p:not(.panel-label), .audience-card > p:not(.panel-label) { max-width: 610px; margin: 0; color: rgba(8,7,15,.68); font-size: 16px; line-height: 1.7; }
.phase-panel ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 38px 0 0; padding: 0; list-style: none; }
.phase-panel li { padding-top: 15px; border-top: 1px solid var(--line-light); font-size: 12px; font-weight: 750; line-height: 1.4; }
.phase-progress { height: 2px; margin-top: 44px; background: rgba(8,7,15,.12); }
.phase-progress span { display: block; width: 25%; height: 100%; background: #6858e7; transition: width 320ms ease; }

.finale { position: relative; overflow: hidden; padding: clamp(92px, 10vw, 150px) clamp(22px, 7.5vw, 118px) 0; background: #090812; }
.finale::before { content: ""; position: absolute; inset: 0 0 auto; height: 740px; pointer-events: none; background: radial-gradient(circle at 65% 5%, rgba(104,88,231,.27), transparent 52%); }
.spotlight-copy { position: relative; }
.kicker-light { color: var(--acid); }
.spotlight-copy > p:last-child { color: rgba(255,255,255,.72); opacity: 1; }
.spotlight-copy h2 em { color: var(--lavender); }
.industry-switcher { position: relative; display: grid; grid-template-columns: .58fr 1.42fr; margin-top: 72px; border: 1px solid var(--line-dark); }
.audience-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line-dark); }
.audience-tab { flex: 1; min-height: 82px; padding: 24px 28px; color: rgba(255,255,255,.5); background: transparent; border: 0; border-bottom: 1px solid var(--line-dark); font-weight: 750; text-align: left; cursor: pointer; }
.audience-tab:last-child { border-bottom: 0; }
.audience-tab::after { content: "→"; float: right; opacity: 0; transform: translateX(-8px); transition: 180ms ease; }
.audience-tab.is-active { color: var(--ink); background: var(--acid); }
.audience-tab.is-active::after { opacity: 1; transform: translateX(0); }
.audience-card { position: relative; min-height: 300px; padding: clamp(42px, 5vw, 72px) clamp(90px, 9vw, 150px) clamp(42px, 5vw, 72px) clamp(42px, 5vw, 72px); background: rgba(255,255,255,.035); }
.audience-card .panel-label { color: var(--acid); }
.audience-card > p:not(.panel-label) { color: rgba(255,255,255,.64); }
.audience-icon { position: absolute; right: 7%; top: 50%; color: var(--acid); font-size: clamp(60px, 7vw, 108px); transform: translateY(-50%); opacity: .7; }
.award-card {
  position: relative;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: clamp(90px, 10vw, 150px) calc(clamp(22px, 7.5vw, 118px) * -1) 0;
  padding: 88px 22px;
  text-align: center;
  overflow: hidden;
  background: #6a3cf1;
}
.award-card::before { content: ""; position: absolute; inset: 0; opacity: .42; background: repeating-linear-gradient(110deg, transparent 0 80px, rgba(255,255,255,.1) 81px 82px); }
.award-glow { position: absolute; width: 680px; aspect-ratio: 1; background: radial-gradient(circle, rgba(215,255,73,.34), transparent 63%); border-radius: 50%; }
.live-chip { position: relative; margin-bottom: 28px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 99px; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.live-chip span { display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 11px var(--acid); animation: pulse 1.3s infinite; }
.award-overline { position: relative; margin-bottom: 8px; }
.award-card h3 { position: relative; margin: 0; font-size: clamp(62px, 8vw, 130px); line-height: .82; }
.award-card h3 em { color: var(--acid); }
.award-card > p:not(.award-overline) { position: relative; max-width: 530px; margin: 32px auto; font-size: 17px; line-height: 1.6; }
.award-card .button { position: relative; }
.award-wave { position: absolute; inset: auto 0 0; height: 95px; display: flex; align-items: end; justify-content: space-around; gap: 1vw; opacity: .15; }
.award-wave i { width: 2px; height: 25%; background: #fff; animation: meter 1.4s ease-in-out infinite alternate; }
.award-wave i:nth-child(3n) { height: 85%; animation-delay: -.5s; }
.award-wave i:nth-child(4n) { height: 55%; animation-delay: -.9s; }
.lead-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(48px, 7vw, 110px);
  margin: 0 calc(clamp(22px, 7.5vw, 118px) * -1);
  padding: clamp(88px, 10vw, 150px) clamp(22px, 7.5vw, 118px);
  color: var(--ink);
  background: var(--paper);
}
.lead-intro { align-self: start; }
.lead-intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(50px, 5.7vw, 86px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: .9;
  text-transform: uppercase;
}
.lead-intro h2 em { color: #6858e7; font-style: normal; }
.lead-intro > p:not(.kicker) { max-width: 520px; margin: 28px 0 0; color: rgba(8,7,15,.65); font-size: 16px; line-height: 1.7; }
.lead-promise { display: grid; grid-template-columns: auto 1fr; gap: 12px 15px; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.lead-promise span { color: #6858e7; font-size: 10px; font-weight: 850; }
.lead-promise p { margin: 0; font-size: 12px; font-weight: 750; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.lead-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 16px; padding: clamp(28px, 4vw, 54px); background: #fff; border: 1px solid var(--line-light); box-shadow: 0 25px 70px rgba(35,22,79,.09); }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label, .field > label { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  color: var(--ink);
  background: #f7f6f1;
  border: 1px solid rgba(8,7,15,.18);
  border-radius: 0;
  font: 500 15px/1.35 var(--sans);
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: #6858e7; box-shadow: 0 0 0 3px rgba(104,88,231,.14); }
.field input::placeholder, .field textarea::placeholder { color: rgba(8,7,15,.36); }
.guardian-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 20px; background: rgba(104,88,231,.07); border-left: 3px solid #6858e7; }
.guardian-fields[hidden] { display: none; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; color: rgba(8,7,15,.7); font-size: 12px; line-height: 1.55; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: #6858e7; }
.consent a { color: #503ac5; font-weight: 750; text-underline-offset: 3px; }
.consent strong { color: #6858e7; }
.consent-optional { padding-top: 15px; border-top: 1px solid var(--line-light); }
.form-submit { display: flex; align-items: center; gap: 18px; padding-top: 5px; }
.form-submit p { max-width: 280px; margin: 0; color: rgba(8,7,15,.52); font-size: 10px; line-height: 1.45; }
.form-status { min-height: 20px; margin: -8px 0 0; color: #503ac5; font-size: 12px; font-weight: 700; }
footer { min-height: 140px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.brand-footer { justify-self: start; }
footer p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-center { display: grid; justify-items: center; gap: 11px; text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-underline-offset: 4px; text-transform: uppercase; }
.footer-links a:hover { color: var(--acid); }
footer > a:last-child { justify-self: end; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.legal-body { color: var(--ink); background: var(--paper); }
.legal-header {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(22px, 6vw, 90px);
  color: #fff;
  background: var(--ink);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.legal-back {
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.legal-back:hover { color: var(--acid); }
.legal-main { min-height: 70vh; }
.legal-hero {
  padding: clamp(72px, 9vw, 130px) clamp(22px, 10vw, 160px) clamp(54px, 7vw, 92px);
  color: #fff;
  background: radial-gradient(circle at 78% 15%, rgba(104,88,231,.46), transparent 38%), var(--ink);
}
.legal-hero .kicker { color: var(--acid); }
.legal-hero h1 {
  max-width: 920px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(56px, 8vw, 122px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .86;
  text-transform: uppercase;
}
.legal-meta { margin: 28px 0 0; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.legal-document {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(64px, 8vw, 110px) 0;
}
.legal-lead { margin: 0 0 50px; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.5; }
.legal-document section { padding: 34px 0; border-top: 1px solid var(--line-light); }
.legal-document h2 { margin: 0 0 14px; font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -.025em; }
.legal-document p, .legal-document li { color: rgba(8,7,15,.72); font-size: 15px; line-height: 1.75; }
.legal-document p { margin: 0 0 13px; }
.legal-document ul { margin: 14px 0 0; padding-left: 20px; }
.legal-document a { color: #503ac5; font-weight: 700; text-underline-offset: 3px; }
.legal-document strong { color: var(--ink); }
.legal-footer {
  min-height: 150px;
  padding: 28px clamp(22px, 6vw, 90px);
  color: #fff;
  background: var(--ink);
}
.legal-footer .footer-links a[aria-current="page"] { color: var(--acid); }

.path-dialog {
  width: min(920px, calc(100vw - 32px));
  max-height: min(880px, calc(100svh - 32px));
  padding: clamp(28px, 5vw, 64px);
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 0;
  overflow: auto;
  box-shadow: 0 30px 120px rgba(0,0,0,.58);
}
.path-dialog::backdrop { background: rgba(3,3,9,.84); backdrop-filter: blur(10px); }
.dialog-close { position: absolute; right: 22px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line-light); border-radius: 50%; font-size: 24px; cursor: pointer; }
.path-dialog h2 { max-width: 680px; margin: 0; font-size: clamp(38px, 5vw, 70px); line-height: .93; }
.dialog-copy { max-width: 620px; margin: 22px 0 34px; color: rgba(8,7,15,.62); line-height: 1.6; }
fieldset { margin: 30px 0 0; padding: 0; border: 0; }
legend { margin-bottom: 14px; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice-grid label, .goal-pills label { cursor: pointer; }
.choice-grid input, .goal-pills input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 112px; display: block; padding: 20px; border: 1px solid var(--line-light); font-size: 15px; font-weight: 750; transition: 160ms ease; }
.choice-grid small { display: block; margin-top: 9px; color: rgba(8,7,15,.52); font-size: 12px; font-weight: 450; line-height: 1.4; }
.choice-grid input:checked + span { background: var(--acid); border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.goal-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.goal-pills label > span { display: block; padding: 11px 15px; border: 1px solid var(--line-light); border-radius: 99px; font-size: 12px; font-weight: 700; }
.goal-pills input:checked + span { color: #fff; background: var(--ink); border-color: var(--ink); }
.dialog-submit { margin-top: 34px; }
.dialog-result { min-height: 530px; align-content: center; }
.dialog-result:not([hidden]) { display: grid; }
.result-number { position: absolute; right: 8%; top: 12%; color: #6858e7; font-family: var(--display); font-size: clamp(90px, 14vw, 170px); font-weight: 900; opacity: .13; }
.dialog-result h2 { max-width: 670px; }
.dialog-result > p:not(.kicker) { max-width: 640px; color: rgba(8,7,15,.66); font-size: 17px; line-height: 1.65; }
.result-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.result-tags span { padding: 9px 12px; color: #503ac5; border: 1px solid rgba(80,58,197,.26); border-radius: 99px; font-size: 11px; font-weight: 750; text-transform: uppercase; }
.result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms ease; }
.hero .reveal { opacity: 1; transform: none; transition: none; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 100ms; }
.reveal-delay-2 { transition-delay: 200ms; }
.reveal-delay-3 { transition-delay: 300ms; }
@keyframes hero-push { from { transform: scale(1.08); } to { transform: scale(1.025); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes meter { to { height: 100%; } }
@keyframes pulse { 50% { opacity: .35; } }

@media (max-width: 980px) {
  .site-header { height: 70px; }
  .brand-mark { height: 43px; }
  .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; display: grid; align-content: center; gap: 7px; padding: 10px; background: transparent; border: 0; cursor: pointer; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: #fff; transition: 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; padding: 90px 10vw; background: rgba(7,6,17,.98); transform: translateX(100%); transition: transform 260ms ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { font-family: var(--display); font-size: clamp(36px, 8vw, 60px); line-height: 1; }
  .site-nav .nav-cta { font-family: var(--sans); font-size: 12px; line-height: 1; }
  .nav-cta { margin-top: 10px; }
  .hero-proof { right: 22px; bottom: 24px; }
  .scroll-cue { display: none; }
  .section-intro, .spotlight-copy { grid-template-columns: 1fr 1.6fr; }
  .section-intro > p:last-child, .spotlight-copy > p:last-child { grid-column: 2; }
  .phase-stage { grid-template-columns: .72fr 1.28fr; }
  .phase-panel ul { grid-template-columns: 1fr; gap: 8px; }
  .phase-panel li { padding-top: 9px; }
  .audience-card { padding-right: 110px; }
}

@media (max-width: 700px) {
  .hero { min-height: 760px; height: 100svh; align-items: end; padding-bottom: 118px; }
  .hero-media { background-position: 67% center; }
  .hero::before { background: linear-gradient(0deg, rgba(4,4,13,1) 0%, rgba(4,4,13,.82) 48%, rgba(4,4,13,.24) 100%), linear-gradient(90deg, rgba(4,4,13,.62), transparent); }
  .hero-content { width: auto; margin: 0 22px; padding: 0; }
  .hero h1 { font-size: clamp(49px, 15.6vw, 77px); }
  .hero-copy { margin-top: 23px; font-size: 15px; line-height: 1.5; }
  .hero-actions { margin-top: 24px; }
  .hero-actions .button { min-height: 48px; flex: 1 1 auto; padding: 0 14px; font-size: 10px; }
  .hero-proof { inset: auto 0 0; display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(7,6,17,.75); backdrop-filter: blur(10px); }
  .hero-proof div { gap: 6px; padding: 14px 10px; }
  .hero-proof span { font-size: 8px; }
  .hero-proof strong { font-size: 8px; }
  .eyebrow { flex-wrap: wrap; margin-bottom: 16px; font-size: 9px; }
  .journey, .finale { padding-left: 22px; padding-right: 22px; }
  .section-intro, .spotlight-copy { display: block; }
  .section-intro h2, .spotlight-copy h2 { margin-top: 16px; }
  .section-intro > p:last-child, .spotlight-copy > p:last-child { margin-top: 24px; }
  .singer-manifesto { display: block; }
  .singer-manifesto > div { margin-top: 22px; }
  .singer-manifesto > div > p:first-child { font-size: 21px; }
  .journey-explorer { margin-top: 48px; border: 0; background: transparent; }
  .phase-tabs { display: flex; overflow-x: auto; scrollbar-width: none; border: 1px solid var(--line-light); }
  .phase-tabs::-webkit-scrollbar { display: none; }
  .phase-tab { flex: 0 0 auto; min-width: 138px; }
  .phase-stage { display: block; }
  .phase-visual { min-height: 290px; }
  .phase-panel { padding: 34px 0 0; }
  .phase-panel h3, .audience-card h3 { font-size: 32px; }
  .phase-panel ul { margin-top: 26px; }
  .industry-switcher { display: block; margin-top: 48px; border: 0; }
  .audience-tabs { flex-direction: row; overflow-x: auto; border: 1px solid var(--line-dark); scrollbar-width: none; }
  .audience-tab { flex: 0 0 auto; min-height: 56px; padding: 16px; border-right: 1px solid var(--line-dark); border-bottom: 0; white-space: nowrap; }
  .audience-card { min-height: 330px; padding: 46px 28px; border: 1px solid var(--line-dark); border-top: 0; }
  .audience-icon { right: 8%; top: 14%; transform: none; font-size: 62px; opacity: .2; }
  .award-card { min-height: 590px; margin-left: -22px; margin-right: -22px; }
  .award-card h3 { font-size: clamp(58px, 18vw, 90px); }
  .lead-section { display: block; margin-left: -22px; margin-right: -22px; }
  .lead-form { grid-template-columns: 1fr; margin-top: 44px; padding: 28px 18px; }
  .field-wide { grid-column: auto; }
  .guardian-fields { grid-template-columns: 1fr; }
  .form-submit { display: block; }
  .form-submit .button { width: 100%; }
  .form-submit p { max-width: none; margin-top: 12px; text-align: center; }
  footer { min-height: 180px; grid-template-columns: 1fr auto; }
  footer p { display: none; }
  .footer-center { justify-items: end; }
  .footer-links { justify-content: flex-end; }
  .brand-footer .brand-name { display: none; }
  .legal-header .brand-name { display: inline; }
  .legal-footer { grid-template-columns: auto 1fr; }
  .legal-footer > a:last-child { display: none; }
  .path-dialog { max-height: calc(100svh - 16px); width: calc(100vw - 16px); padding: 48px 20px 28px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 0; }
  .dialog-result { min-height: 610px; }
  .result-actions .button { width: 100%; }
}

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