:root {
  --ink: #090809;
  --ink-soft: #131015;
  --paper: #f7f2f4;
  --paper-dim: #d8cdd2;
  --pink: #ff4f9a;
  --pink-hot: #ff1678;
  --rose: #f3b2c8;
  --line: rgba(255,255,255,.17);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.nav-wrap { position: fixed; z-index: 50; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; background: linear-gradient(to bottom, rgba(9,8,9,.86), transparent); }
.brand { display: flex; gap: 10px; align-items: center; font: 700 13px/1 var(--display); letter-spacing: .18em; }
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 28px var(--pink); }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: 13px; }
.nav-links a { opacity: .78; transition: .2s; }
.nav-links a:hover { opacity: 1; color: var(--rose); }
.nav-cta { border: 1px solid rgba(255,255,255,.35); border-radius: 999px; padding: 11px 19px; }
.menu-button { display: none; color: white; border: 1px solid var(--line); background: transparent; border-radius: 999px; padding: 9px 14px; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 61%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,4,6,.94) 0%, rgba(5,4,6,.68) 39%, rgba(5,4,6,.08) 68%), linear-gradient(0deg, rgba(5,4,6,.6), transparent 42%); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 90vw); padding: 150px 0 80px 7vw; }
.eyebrow { color: var(--rose); font: 600 11px/1.3 var(--display); letter-spacing: .24em; text-transform: uppercase; }
h1, h2 { margin: 18px 0 25px; font-family: var(--display); font-weight: 600; letter-spacing: -.06em; line-height: .95; }
h1 { font-size: clamp(58px, 7.3vw, 116px); }
h2 { font-size: clamp(48px, 6vw, 92px); }
h1 em, h2 em { color: var(--pink); font-style: normal; font-weight: 400; }
.hero-intro, .lead { max-width: 590px; font-size: clamp(18px, 1.7vw, 25px); line-height: 1.52; color: #f7edf1; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; padding: 15px 24px; border-radius: 999px; font-weight: 600; font-size: 14px; }
.button-primary { background: var(--pink); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.42); }
.hero-index { position: absolute; z-index: 2; right: 4vw; bottom: 34px; display: flex; align-items: center; gap: 12px; font: 500 10px var(--display); letter-spacing: .2em; }
.hero-index i { width: 70px; height: 1px; background: var(--pink); }

.section { padding: 120px 7vw; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.featured-video-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 110px); align-items: center; background: #100b0e; }
.featured-video-copy h2 { font-size: clamp(48px, 5.3vw, 82px); }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #000; box-shadow: 0 35px 90px rgba(255,22,120,.12); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.release-grid, .universe-section, .live-section, .press-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(45px, 7vw, 110px); align-items: center; }
.release-art { position: relative; min-height: 660px; overflow: hidden; border-radius: 4px; }
.release-art img { height: 100%; position: absolute; object-fit: cover; }
.release-tag { position: absolute; top: 20px; left: 20px; background: var(--pink); color: #120912; padding: 8px 12px; font: 700 10px var(--display); letter-spacing: .18em; }
.release-kicker { font: 600 12px var(--display); letter-spacing: .15em; color: var(--pink); }
.muted { color: #aa9fa4; font-size: 16px; line-height: 1.7; }
.platforms { margin-top: 42px; border-top: 1px solid var(--line); }
.platforms a { display: flex; justify-content: space-between; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.platforms a:hover { color: var(--pink); }
.pending-note { font-size: 12px; color: #7e7379; margin-top: 16px; }

.universe-section { background: var(--paper); color: var(--ink); }
.universe-section .eyebrow { color: #c41162; }
.universe-section .lead { color: #30282c; }
.universe-media { height: 760px; overflow: hidden; }
.universe-media img { height: 100%; object-fit: cover; }
.values { margin-top: 45px; border-top: 1px solid rgba(0,0,0,.15); }
.values div { display: grid; grid-template-columns: 55px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(0,0,0,.15); }
.values span { color: #c41162; font: 600 11px var(--display); }
.values p { margin: 0; font-size: 16px; }

.live-section { background: linear-gradient(135deg, #170b13, #090809 60%); }
.live-image { min-height: 720px; overflow: hidden; }
.live-image img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.8) contrast(1.05); }
.format-grid { display: grid; gap: 12px; margin-top: 35px; }
.format-grid div { padding: 18px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; }
.format-grid strong { color: var(--rose); }
.format-grid span { color: #8e8388; text-align: right; }

.press-section { padding-top: 150px; padding-bottom: 150px; }
.press-grid { align-items: end; }
.press-grid h2 { font-size: clamp(45px, 5.2vw, 84px); }
.text-link { display: inline-flex; gap: 30px; margin-top: 26px; border-bottom: 1px solid var(--pink); padding-bottom: 8px; }

.booking-section { text-align: center; padding: 140px 7vw; background: var(--pink); color: var(--ink); }
.booking-section .eyebrow { color: #51122e; }
.booking-section h2 { font-size: clamp(62px, 9vw, 140px); }
.booking-section h2 em { color: #7e073b; }
.booking-section > p:not(.eyebrow) { max-width: 760px; margin: 20px auto 0; font-size: 18px; line-height: 1.65; }
.contact-routes { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 34px auto 4px; }
.contact-routes a { display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px; border: 1px solid rgba(20, 10, 14, .35); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.contact-routes a:hover { background: var(--ink); color: var(--pink); }
.booking-email { display: inline-flex; gap: 20px; margin-top: 30px; padding-bottom: 7px; border-bottom: 2px solid currentColor; font-size: clamp(18px, 2.2vw, 30px); font-weight: 600; }
.booking-section small { display: block; max-width: 500px; margin: 25px auto 0; opacity: .55; }

footer { min-height: 130px; padding: 35px 4vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #8a8085; font-size: 12px; }
footer > div { display: flex; gap: 20px; flex-wrap: wrap; }

.legal-page { min-height: 100vh; padding: 130px 7vw 90px; background: radial-gradient(circle at 85% 5%, rgba(255,79,154,.15), transparent 32%), var(--ink); }
.legal-shell { width: min(920px, 100%); margin: 0 auto; }
.legal-back { display: inline-flex; gap: 12px; align-items: center; margin-bottom: 70px; color: var(--rose); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.legal-page h1 { max-width: 820px; margin: 0 0 22px; font: 600 clamp(48px, 8vw, 100px)/.95 var(--display); letter-spacing: -.06em; }
.legal-page .legal-intro { max-width: 680px; color: var(--paper-dim); font-size: 18px; line-height: 1.7; }
.legal-content { display: grid; gap: 46px; margin-top: 80px; }
.legal-content section { padding-top: 28px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 16px; color: var(--rose); font: 600 22px/1.2 var(--display); }
.legal-content p, .legal-content li { color: var(--paper-dim); line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--pink); border-bottom: 1px solid currentColor; }
.legal-meta { margin-top: 70px; color: #81767b; font-size: 12px; }

@media (max-width: 820px) {
  .nav-wrap { height: 68px; }
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; top: 60px; right: 4vw; flex-direction: column; align-items: flex-start; min-width: 220px; padding: 25px; background: rgba(12,9,11,.98); border: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .hero-image { inset: 0; width: 100%; object-position: center 32%; }
  .hero-wash { background: linear-gradient(0deg, rgba(5,4,6,.96) 0%, rgba(5,4,6,.68) 52%, rgba(5,4,6,.18)); }
  .hero-copy { align-self: flex-end; padding: 100px 6vw 90px; }
  .hero-intro { font-size: 17px; max-width: 420px; }
  .hero-index { display: none; }
  .section { padding: 85px 6vw; }
  .featured-video-section, .release-grid, .universe-section, .live-section, .press-grid { grid-template-columns: 1fr; gap: 45px; }
  .release-art, .universe-media, .live-image { min-height: 0; height: 540px; }
  .universe-copy { padding-bottom: 15px; }
  .format-grid div { flex-direction: column; }
  .format-grid span { text-align: left; }
  footer { flex-direction: column; align-items: flex-start; }
  .legal-page { padding: 105px 6vw 70px; }
  .legal-back { margin-bottom: 48px; }
  .legal-content { margin-top: 58px; }
}

@media (prefers-reduced-motion: no-preference) {
  .section img { transition: transform .7s ease; }
  .section img:hover { transform: scale(1.025); }
}
