:root {
  --ink: #07101c;
  --ink-2: #0c1827;
  --ink-3: #132236;
  --paper: #f0ece4;
  --paper-2: #e4ded3;
  --white: #fffdf8;
  --muted: #a5acb4;
  --muted-dark: #59626a;
  --gold: #dcae75;
  --gold-2: #9f744a;
  --blue: #8bc5cf;
  --line: rgba(255, 255, 255, .14);
  --line-dark: rgba(7, 16, 28, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1240px;
  --gutter: clamp(22px, 5vw, 72px);
  --section: clamp(96px, 13vw, 180px);
  --pointer-x: 50vw;
  --pointer-y: 40vh;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--ink); background: var(--gold); }

.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;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 14px;
  left: 14px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  margin-inline: auto;
}

.pointer-glow {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(520px circle at var(--pointer-x) var(--pointer-y), rgba(139, 197, 207, .045), transparent 72%);
  mix-blend-mode: screen;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .23em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section {
  position: relative;
  padding-block: var(--section);
}
.section-index {
  position: absolute;
  top: 54px;
  right: var(--gutter);
  color: rgba(255, 255, 255, .35);
  font-size: 10px;
  letter-spacing: .18em;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}
h1 em, h2 em, .vision-statement em {
  color: var(--gold);
  font-weight: 400;
}
h2 { font-size: clamp(48px, 7vw, 102px); }
h3 { line-height: 1.18; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 94px;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  transition: height .35s ease, background-color .35s ease, backdrop-filter .35s ease, border-color .35s ease;
}
.site-header.scrolled {
  height: 74px;
  border-bottom-color: var(--line);
  background: rgba(7, 16, 28, .82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.brand-mark {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}
.brand-mark img { width: 100%; height: 100%; }
.site-menu { display: flex; align-items: center; gap: clamp(20px, 3vw, 46px); }
.site-menu a {
  position: relative;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.site-menu a:not(.nav-cta)::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}
.site-menu a:hover { color: var(--white); }
.site-menu a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta {
  padding: 12px 19px;
  border: 1px solid rgba(220, 174, 117, .55);
  border-radius: 100px;
  color: var(--white) !important;
}
.nav-cta:hover { color: var(--ink) !important; background: var(--gold); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 790px;
  height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #050a11;
}
.hero-media, .hero-media video, .hero-scrim, .hero-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  z-index: -3;
  background:
    radial-gradient(circle at 70% 35%, rgba(139, 197, 207, .12), transparent 38%),
    radial-gradient(circle at 33% 62%, rgba(220, 174, 117, .08), transparent 34%),
    #050a11;
}
.hero-media video {
  object-fit: cover;
  object-position: 67% center;
}
.hero-media video { z-index: 1; }
.hero-scrim {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 8, 15, .93) 0%, rgba(4, 8, 15, .68) 42%, rgba(4, 8, 15, .22) 72%, rgba(4, 8, 15, .46) 100%),
    linear-gradient(0deg, rgba(4, 8, 15, .75), transparent 46%, rgba(4, 8, 15, .25));
}
.hero-grid {
  z-index: -1;
  opacity: .3;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25vw 25vw;
  mask-image: linear-gradient(to bottom, transparent, black 40%, transparent);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  padding-top: 42px;
}
.hero-eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, .78); animation: introUp .9s .15s both; }
.hero-eyebrow span { display: inline-block; width: 38px; height: 1px; background: var(--gold); }
.hero h1 { max-width: 800px; font-size: clamp(74px, 11.8vw, 174px); text-shadow: 0 3px 38px rgba(0, 0, 0, .24); animation: introUp 1s .25s both; }
.hero h1 em { display: inline-block; font-style: italic; }
.hero-intro {
  max-width: 640px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, .77);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 350;
  line-height: 1.55;
  animation: introUp .95s .4s both;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; animation: introUp .9s .55s both; }
.hero-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
  animation: introUp .9s .68s both;
}
.hero-socials a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 100px;
  color: rgba(255,255,255,.7);
  background: rgba(7,16,28,.28);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform .25s ease;
}
.hero-socials a:hover { color: var(--white); border-color: rgba(220,174,117,.65); background: rgba(220,174,117,.1); transform: translateY(-2px); }
.hero-socials img { width: 16px; height: 16px; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--ink); background: var(--gold); }
.button--primary:hover { background: var(--white); }
.button--ghost { border-color: rgba(255,255,255,.33); color: var(--white); background: rgba(255,255,255,.035); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.button--wide { width: 100%; }
.hero-side {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 23px;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}
.hero-side span { color: rgba(255,255,255,.47); font-size: 9px; font-weight: 650; letter-spacing: .22em; text-transform: uppercase; }
.hero-side span:not(:last-child)::after { display: inline-block; width: 3px; height: 3px; margin-top: 20px; border-radius: 50%; content: ""; background: var(--gold); }
.soundwave {
  position: absolute;
  z-index: 4;
  right: max(var(--gutter), calc((100vw - var(--max)) / 2));
  bottom: 50px;
  display: flex;
  height: 35px;
  align-items: center;
  gap: 4px;
}
.soundwave i { width: 2px; height: 20%; background: rgba(220,174,117,.85); animation: wave 1.15s ease-in-out infinite alternate; }
.soundwave i:nth-child(2n) { animation-delay: -.4s; }
.soundwave i:nth-child(3n) { animation-delay: -.8s; }
.soundwave i:nth-child(4n) { animation-delay: -.2s; }
.scroll-cue {
  position: absolute;
  z-index: 4;
  bottom: 42px;
  left: var(--gutter);
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255,255,255,.48);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.scroll-cue i { position: relative; display: block; width: 60px; height: 1px; overflow: hidden; background: rgba(255,255,255,.25); }
.scroll-cue i::after { position: absolute; inset: 0; content: ""; background: var(--gold); animation: scrollLine 2s ease-in-out infinite; }

.role-marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--ink-2); }
.role-marquee > div { display: flex; width: max-content; align-items: center; gap: 30px; padding: 19px 0; animation: marquee 28s linear infinite; }
.role-marquee span { color: rgba(255,255,255,.54); font-size: 10px; font-weight: 700; letter-spacing: .24em; }
.role-marquee i { color: var(--gold); font-style: normal; }

.about-section { background: var(--paper); color: var(--ink); }
.about-section .section-index { color: rgba(7,16,28,.36); }
.about-grid { display: grid; grid-template-columns: repeat(12, 1fr); align-items: start; gap: 0 30px; }
.about-heading { grid-column: 1 / 8; }
.about-heading h2 { max-width: 780px; }
.about-copy { grid-column: 9 / 13; padding-top: 96px; color: var(--muted-dark); }
.about-copy p { margin-bottom: 18px; }
.about-copy .lead { color: var(--ink); font-family: var(--serif); font-size: clamp(24px, 2.3vw, 33px); line-height: 1.3; }
.studio-figure { grid-column: 1 / 9; margin: clamp(64px, 9vw, 120px) 0 0; }
.studio-figure picture { display: block; aspect-ratio: 1.49; overflow: hidden; background: var(--ink-2); }
.studio-figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.studio-figure:hover img { transform: scale(1.025); }
.studio-figure figcaption { display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid var(--line-dark); color: var(--muted-dark); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.manifesto { position: relative; grid-column: 9 / 13; align-self: end; margin: 0 0 0 -50px; padding: 42px 0 20px 48px; background: var(--paper); }
.manifesto > span { position: absolute; top: 0; left: 46px; color: var(--gold-2); font-family: var(--serif); font-size: 66px; line-height: 1; }
.manifesto p { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(26px, 3.1vw, 43px); line-height: 1.2; letter-spacing: -.02em; }

.metrics-section { padding: clamp(70px, 9vw, 112px) 0; border-top: 1px solid var(--line); background: var(--ink); }
.metrics { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(4, 1fr); list-style: none; }
.metric { display: flex; min-height: 146px; flex-direction: column; justify-content: space-between; padding: 0 25px; border-left: 1px solid var(--line); }
.metric:first-child { padding-left: 0; border-left: 0; }
.metric strong { color: var(--white); font-family: var(--serif); font-size: clamp(48px, 5.2vw, 78px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }
.metric > span { max-width: 125px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.metrics-note { max-width: 480px; margin: 40px 0 0; color: rgba(255,255,255,.35); font-size: 11px; }

.music-section { background: var(--ink-2); }
.section-head { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 60px; margin-bottom: clamp(58px, 8vw, 92px); }
.section-head > p { max-width: 430px; margin: 0 0 5px; color: var(--muted); }
.section-head h2 { max-width: 880px; }
.artist-player { display: grid; min-height: 280px; align-items: center; padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(220,174,117,.27); grid-template-columns: 1fr auto; gap: 20px 50px; background: linear-gradient(110deg, rgba(220,174,117,.1), rgba(139,197,207,.05)), var(--ink); }
.artist-player-copy { max-width: 650px; }
.artist-player h3 { margin: 15px 0 11px; font-family: var(--serif); font-size: clamp(34px, 4.3vw, 58px); font-weight: 400; }
.artist-player p { margin: 0; color: var(--muted); }
.artist-player small { grid-column: 1 / -1; color: rgba(255,255,255,.38); }
.live-dot { display: inline-flex; align-items: center; gap: 9px; color: #86cf9d; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: #59d27c; box-shadow: 0 0 0 5px rgba(89,210,124,.12); }
.button--spotify { color: var(--ink); background: #1ed760; }
.button--spotify:hover { background: var(--white); }
.button--spotify .platform-icon { filter: brightness(0) saturate(100%); }
.platform-icon { display: block; flex: 0 0 auto; }
.artist-player--loaded { display: block; min-height: 352px; padding: 0; border: 0; background: transparent; }
.spotify-frame { display: block; width: 100%; border: 0; background: var(--ink); }
.spotify-frame--artist { height: 352px; border-radius: 12px; }
.spotify-frame--album { height: 100%; min-height: 352px; border-radius: 12px; }

.release-grid { display: grid; margin-top: 26px; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.release-card { position: relative; display: grid; min-height: 330px; overflow: hidden; border: 1px solid var(--line); grid-column: span 4; background: var(--ink); transition: border-color .3s ease, transform .3s ease; transition-delay: var(--delay, 0ms); }
.release-card:nth-child(4), .release-card:nth-child(5) { grid-column: span 6; min-height: 270px; }
.release-card:hover { border-color: rgba(220,174,117,.52); transform: translateY(-4px); }
.release-art { position: absolute; inset: 0; overflow: hidden; background: radial-gradient(circle at 75% 20%, rgba(139,197,207,.18), transparent 36%), linear-gradient(145deg, rgba(220,174,117,.15), transparent 55%); }
.release-art::before { position: absolute; right: -45px; bottom: -70px; width: 265px; height: 265px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.018); }
.release-rings { position: absolute; top: 34px; right: 32px; width: 64px; height: 64px; border: 1px solid rgba(220,174,117,.48); border-radius: 50%; }
.release-rings::before, .release-rings::after { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(220,174,117,.28); border-radius: 50%; content: ""; transform: translate(-50%,-50%); }
.release-rings::before { width: 42px; height: 42px; }
.release-rings::after { width: 18px; height: 18px; background: var(--gold); }
.release-number { position: absolute; top: 23px; left: 25px; color: rgba(255,255,255,.28); font-family: var(--serif); font-size: 20px; }
.release-copy { position: relative; z-index: 1; display: flex; height: 100%; flex-direction: column; justify-content: flex-end; padding: 28px; }
.release-copy .eyebrow { margin-bottom: 10px; }
.release-copy h3 { max-width: 330px; margin: 0 0 7px; font-family: var(--serif); font-size: clamp(26px, 2.3vw, 35px); font-weight: 400; }
.release-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 13px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; width: fit-content; margin-top: 24px; padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); background: none; cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.text-button:hover { color: var(--gold); border-color: var(--gold); }
.text-button svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.text-button svg path:first-child { fill: currentColor; stroke: none; }
.release-card--loaded { display: block; min-height: 352px; border: 0; }
.release-card--loaded:hover { transform: none; }
.music-footer { display: flex; align-items: baseline; justify-content: flex-end; gap: 28px; margin-top: 28px; color: var(--muted); }
.music-footer p { margin: 0; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid var(--gold); color: var(--white); font-size: 13px; }
.platform-link { display: inline-flex; align-items: center; gap: 8px; }
.platform-link img { display: block; }

.work-section { background: var(--paper); color: var(--ink); }
.work-section .section-index { color: rgba(7,16,28,.36); }
.section-head--light > p { color: var(--muted-dark); }
.services { display: grid; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); grid-template-columns: repeat(2, 1fr); }
.service { position: relative; min-height: 325px; padding: clamp(32px, 5vw, 58px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: transparent; transition: color .35s ease, background-color .35s ease; }
.service:hover { color: var(--white); background: var(--ink); }
.service-number { color: var(--gold-2); font-family: var(--serif); font-size: 19px; }
.service h3 { max-width: 460px; margin: 56px 0 18px; font-family: var(--serif); font-size: clamp(29px, 3vw, 42px); font-weight: 400; }
.service p { max-width: 490px; margin: 0 0 35px; color: var(--muted-dark); transition: color .35s ease; }
.service:hover p { color: var(--muted); }
.service-tag { color: var(--gold-2); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.process { display: flex; align-items: center; justify-content: space-between; margin-top: 54px; color: var(--muted-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.process i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-2); }

.workflow-section { display: grid; min-height: 780px; grid-template-columns: 1.04fr .96fr; background: var(--ink-3); }
.workflow-image { position: relative; min-height: 650px; overflow: hidden; }
.workflow-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 55%, var(--ink-3)); }
.workflow-image picture, .workflow-image img { width: 100%; height: 100%; }
.workflow-image img { object-fit: cover; object-position: 48% center; filter: saturate(.78) contrast(1.05); }
.workflow-copy { display: flex; max-width: 660px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(70px, 9vw, 130px) var(--gutter) clamp(70px, 9vw, 130px) clamp(35px, 5vw, 80px); }
.workflow-copy h2 { margin-bottom: 38px; font-size: clamp(52px, 6vw, 84px); }
.workflow-copy > p:not(.eyebrow) { color: var(--muted); }
.workflow-copy .button { margin-top: 24px; }

.vision-section { position: relative; display: grid; min-height: 740px; place-items: center; overflow: hidden; background: #050b13; text-align: center; }
.vision-section .container { position: relative; z-index: 2; }
.vision-statement { max-width: 1100px; margin: 0 auto; font-family: var(--serif); font-size: clamp(40px, 6vw, 84px); line-height: 1.08; letter-spacing: -.035em; }
.vision-statement em { font-style: italic; }
.vision-orbit { position: absolute; top: 50%; left: 50%; width: min(68vw, 850px); aspect-ratio: 1; border: 1px solid rgba(220,174,117,.1); border-radius: 50%; transform: translate(-50%,-50%); animation: orbitSpin 38s linear infinite; }
.vision-orbit i { position: absolute; border: 1px solid rgba(139,197,207,.1); border-radius: 50%; }
.vision-orbit i:nth-child(1) { inset: 12%; }
.vision-orbit i:nth-child(2) { inset: 29%; }
.vision-orbit i:nth-child(3) { top: 50%; left: -4px; width: 8px; height: 8px; border: 0; background: var(--gold); box-shadow: 0 0 22px var(--gold); }

.contact-section { background: var(--paper); color: var(--ink); }
.contact-section .section-index { color: rgba(7,16,28,.36); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 9vw, 130px); }
.contact-intro h2 { max-width: 690px; margin-bottom: 34px; }
.contact-intro > p:not(.eyebrow) { max-width: 560px; color: var(--muted-dark); font-size: 18px; }
.direct-email { display: inline-block; margin-top: 38px; padding-bottom: 4px; border-bottom: 1px solid var(--gold-2); font-family: var(--serif); font-size: clamp(22px, 2.5vw, 32px); }
.booking-form { display: flex; flex-direction: column; gap: 23px; padding: clamp(30px, 5vw, 54px); border: 1px solid var(--line-dark); background: rgba(255,255,255,.38); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: flex; flex-direction: column; gap: 8px; color: var(--muted-dark); font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line-dark); border-radius: 0; outline: 0; color: var(--ink); background: transparent; font-size: 15px; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
.booking-form input, .booking-form select { height: 45px; }
.booking-form textarea { min-height: 120px; padding-block: 12px; resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold-2); }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #92989a; }
.booking-form small { color: var(--muted-dark); font-size: 10px; letter-spacing: 0; text-transform: none; }

.social-section { padding: clamp(82px, 10vw, 130px) 0; background: var(--ink-2); }
.social-links { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.social-links a { position: relative; display: flex; min-height: 210px; flex-direction: column; justify-content: flex-end; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .3s ease; }
.social-links a:first-child { border-left: 1px solid var(--line); }
.social-links a:hover { background: rgba(220,174,117,.07); }
.social-links span { font-family: var(--serif); font-size: clamp(28px, 2.8vw, 40px); }
.social-links small { color: var(--muted); }
.social-links i { position: absolute; top: 25px; right: 25px; color: var(--gold); font-style: normal; }
.social-platform-icon { position: absolute; top: 27px; left: 28px; width: 24px; height: 24px; }

.site-footer { padding: 44px 0; border-top: 1px solid var(--line); background: var(--ink); }
.footer-grid { display: grid; align-items: center; grid-template-columns: 1.3fr 1.8fr 1fr auto; gap: 30px; }
.site-footer p { margin: 0; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; gap: 20px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.62); }
.footer-links a:hover { color: var(--gold); }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .85s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { background: var(--paper); color: var(--ink); }
.legal-page .site-header { position: absolute; }
.legal-back { color: var(--white) !important; background: var(--ink); }
.legal-main { padding: 170px 0 var(--section); }
.legal-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.legal-layout header { position: sticky; top: 100px; height: max-content; }
.legal-layout h1 { font-size: clamp(52px, 7vw, 96px); }
.legal-layout header > p:last-child { max-width: 430px; margin-top: 35px; color: var(--muted-dark); }
.legal-copy section { padding: 0 0 50px; margin-bottom: 50px; border-bottom: 1px solid var(--line-dark); }
.legal-copy h2 { margin: 0 0 35px; font-size: clamp(36px, 4.5vw, 58px); }
.legal-copy h3 { margin: 32px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.legal-copy p, .legal-copy address { color: var(--muted-dark); font-style: normal; }
.legal-copy a { color: var(--ink); border-bottom: 1px solid var(--gold-2); }
.legal-note { padding: 22px; border-left: 2px solid var(--gold-2); background: rgba(220,174,117,.12); font-size: 13px; }
.legal-page .site-footer .footer-grid { grid-template-columns: 1fr auto; }
.legal-page .site-footer a { color: var(--white); }

@keyframes introUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes wave { from { height: 15%; } to { height: 92%; } }
@keyframes scrollLine { 0% { transform: translateX(-105%); } 55%, 100% { transform: translateX(105%); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbitSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 1020px) {
  .hero-side { display: none; }
  .about-heading { grid-column: 1 / 9; }
  .about-copy { grid-column: 9 / 13; padding-top: 60px; }
  .release-card { grid-column: span 6; }
  .release-card:last-child { grid-column: 4 / 10; }
  .workflow-section { grid-template-columns: .9fr 1.1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links, .copyright { justify-self: end; }
  .social-links { grid-template-columns: repeat(2, 1fr); }
  .social-links a:nth-child(3) { border-left: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --section: 100px; }
  .site-header { height: 78px; }
  .site-header.scrolled { height: 68px; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 45px; height: 45px; padding: 0; border: 1px solid var(--line); border-radius: 50%; place-content: center; gap: 6px; background: rgba(7,16,28,.6); }
  .menu-toggle i { display: block; width: 17px; height: 1px; background: var(--white); transition: transform .3s ease; }
  .menu-open .menu-toggle i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-toggle i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .site-menu { position: fixed; z-index: 2; inset: 0; display: flex; padding: 110px var(--gutter) 55px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; visibility: hidden; opacity: 0; background: rgba(7,16,28,.97); transform: translateY(-10px); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
  .menu-open .site-menu { visibility: visible; opacity: 1; transform: none; }
  .site-menu a { font-family: var(--serif); font-size: 40px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .site-menu .nav-cta { margin-top: 14px; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .hero { min-height: 720px; }
  .hero-scrim { background: linear-gradient(90deg, rgba(4,8,15,.92), rgba(4,8,15,.42)), linear-gradient(0deg, rgba(4,8,15,.85), transparent 50%); }
  .hero-content { padding-top: 20px; }
  .hero h1 { font-size: clamp(70px, 19vw, 124px); }
  .hero-intro { max-width: 520px; }
  .section-head { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-heading, .about-copy, .studio-figure, .manifesto { grid-column: 1; }
  .about-copy { max-width: 680px; padding-top: 50px; }
  .studio-figure { margin-top: 70px; }
  .manifesto { max-width: 560px; margin: -30px 0 0 auto; padding-right: 30px; }
  .metrics { grid-template-columns: repeat(2, 1fr); gap: 40px 0; }
  .metric:nth-child(3) { padding-left: 0; border-left: 0; }
  .artist-player { grid-template-columns: 1fr; }
  .artist-player .button { justify-self: start; }
  .services { grid-template-columns: 1fr; }
  .service { min-height: 280px; }
  .process { flex-wrap: wrap; justify-content: flex-start; gap: 15px 20px; }
  .workflow-section { grid-template-columns: 1fr; }
  .workflow-image { min-height: 560px; }
  .workflow-image::after { background: linear-gradient(0deg, var(--ink-3), transparent 42%); }
  .workflow-copy { max-width: none; padding: 20px var(--gutter) 100px; }
  .contact-grid { grid-template-columns: 1fr; }
  .booking-form { max-width: 700px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-layout header { position: static; }
}

@media (max-width: 590px) {
  :root { --gutter: 20px; --section: 84px; }
  body { font-size: 15px; }
  .pointer-glow { display: none; }
  .brand { font-size: 11px; }
  .brand-mark { width: 32px; height: 32px; flex-basis: 32px; }
  .section-index { top: 26px; }
  .hero { min-height: 700px; height: 100svh; }
  .hero-content { align-self: end; padding: 0 0 145px; }
  .hero h1 { font-size: clamp(63px, 21vw, 98px); }
  .hero-intro { margin-top: 25px; font-size: 16px; }
  .hero-actions { margin-top: 31px; }
  .button { width: 100%; }
  .hero-socials { gap: 8px; margin-top: 20px; }
  .hero-socials a { min-height: 36px; padding: 7px 10px; }
  .hero-socials a span { display: none; }
  .soundwave { right: var(--gutter); bottom: 34px; }
  .scroll-cue { bottom: 34px; }
  .scroll-cue span { display: none; }
  .scroll-cue i { width: 48px; }
  .hero-grid { background-size: 50vw 50vw; }
  .role-marquee > div { padding: 15px 0; }
  h2 { font-size: clamp(43px, 14vw, 68px); }
  .about-copy .lead { font-size: 24px; }
  .studio-figure picture { aspect-ratio: .95; }
  .studio-figure img { object-position: 52% center; }
  .studio-figure figcaption { flex-direction: column; gap: 4px; }
  .manifesto { margin-top: -16px; padding: 42px 22px 10px; }
  .manifesto > span { left: 20px; }
  .manifesto p { font-size: 28px; }
  .metrics { gap: 30px 0; }
  .metric { min-height: 118px; padding: 0 16px; }
  .metric strong { font-size: 50px; }
  .metric > span { font-size: 8px; }
  .artist-player { padding: 26px; }
  .artist-player h3 { font-size: 38px; }
  .release-grid { grid-template-columns: 1fr; }
  .release-card, .release-card:nth-child(4), .release-card:nth-child(5), .release-card:last-child { min-height: 300px; grid-column: 1; }
  .music-footer { align-items: flex-start; flex-direction: column; gap: 5px; }
  .service { padding: 30px 24px; }
  .service h3 { margin-top: 38px; }
  .workflow-image { min-height: 480px; }
  .workflow-image img { object-position: 57% center; }
  .vision-section { min-height: 610px; }
  .vision-orbit { width: 130vw; }
  .vision-statement { font-size: 39px; }
  .field-row { grid-template-columns: 1fr; }
  .booking-form { padding: 26px 20px; }
  .social-links { grid-template-columns: 1fr; }
  .social-links a, .social-links a:nth-child(3) { min-height: 155px; border-left: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links, .copyright { justify-self: start; text-align: left; }
  .legal-main { padding-top: 130px; }
  .legal-page .brand span:last-child { display: none; }
}

@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; }
  .hero-media video { display: none; }
}

@media print {
  .site-header, .pointer-glow, .role-marquee, .site-footer { display: none !important; }
  body, .legal-page { color: #000; background: #fff; }
  .legal-main { padding: 0; }
  .legal-layout { display: block; }
  .legal-layout header { position: static; margin-bottom: 40px; }
}
