:root {
  --black: #070705;
  --panel: #0e0c08;
  --panel-2: #12100b;
  --cream: #f3eee4;
  --muted: #a89f91;
  --dim: #746b5e;
  --gold: #dcae3f;
  --gold-soft: #7b6028;
  --red: #b82e35;
  --emerald: #16845f;
  --line: #2e281d;
  --radius: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--cream);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--black) 92%, transparent);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  max-width: var(--max);
  min-height: 88px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  margin-right: auto;
  color: var(--gold);
  font-size: .92rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand::before { content: "♛"; margin-right: 12px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #d6cec1; }
.nav-links a:hover, .text-link:hover { color: var(--gold); }
.menu-button { display: none; border: 0; background: transparent; color: var(--cream); font-size: 1.5rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: transparent;
  color: var(--cream);
  font-weight: 700;
  letter-spacing: .01em;
  transition: border-color .2s, color .2s, background .2s, transform .2s;
}
.button:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-1px); }
.button.gold { border-color: var(--gold); color: var(--gold); }
.button.gold:hover { background: var(--gold); color: var(--black); }
.nav-cta { min-height: 46px; padding: 0 22px; color: var(--gold); border-color: var(--gold); }
.button[aria-disabled="true"] { opacity: .5; cursor: not-allowed; transform: none; }

.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; border-bottom: 1px solid var(--line); }
.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: .86rem;
  letter-spacing: .33em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 6vw, 6.6rem); line-height: .99; letter-spacing: -.055em; font-weight: 540; }
h2 { font-size: clamp(2.25rem, 4.7vw, 4.8rem); line-height: 1.03; letter-spacing: -.045em; font-weight: 540; }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); }
.lede { color: #c2b9ac; font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.75; }
.muted { color: var(--muted); }
.small { font-size: .86rem; color: var(--dim); }

.hero {
  min-height: calc(100svh - 88px);
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
}
.hero-media { min-height: 690px; overflow: hidden; background: #17100a; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 36% center; }
.hero-copy {
  min-width: 0;
  max-width: 100%;
  align-self: center;
  padding: clamp(48px, 7vw, 104px);
}
.hero-copy > * { min-width: 0; max-width: 100%; }
.hero-copy h1 { max-width: 780px; }
.hero-copy .lede { max-width: 650px; overflow-wrap: anywhere; }
.actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }

.music-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 54px; }
.placeholder, .platforms, .room-card, .download-card, .note-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.placeholder, .platforms { min-height: 250px; padding: 42px; }
.placeholder { border-style: dashed; display: flex; flex-direction: column; justify-content: flex-end; }
.platforms--catalog { grid-column: 1 / -1; }
.platform-buttons { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.platform-buttons .button { min-height: 48px; padding-inline: 22px; }
.platform-button { gap: 10px; }
.platform-icon { width: 20px; height: 20px; object-fit: contain; filter: invert(81%) sepia(22%) saturate(447%) hue-rotate(356deg) brightness(105%) contrast(92%); }
.platform-icon--amazon { width: 94px; height: 20px; }
.royal-pass-signup .small { margin: 14px 0 0; max-width: 34ch; line-height: 1.6; }
.form-card--newsletter { margin-top: 24px; }

.rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.room-card { padding: 40px; min-height: 310px; }
.room-card:nth-child(3) .room-title { color: var(--emerald); }
.room-card:nth-child(4) .room-title { color: var(--red); }
.room-icon { color: var(--gold); font-size: 1.5rem; }
.room-title { margin-top: 28px; color: var(--gold); letter-spacing: .25em; text-transform: uppercase; font-size: .86rem; }
.room-card p { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }

.reset-band { overflow: hidden; }
.reset-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.phones { min-height: 470px; position: relative; }
.phone {
  position: absolute;
  width: 31%;
  aspect-ratio: 9 / 16;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: #090909;
  box-shadow: 0 30px 80px #000;
}
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone:nth-child(1) { left: 5%; top: 11%; transform: rotate(-7deg); }
.phone:nth-child(2) { left: 34%; top: 3%; z-index: 2; }
.phone:nth-child(3) { left: 63%; top: 12%; transform: rotate(7deg); }

.editorial { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.editorial img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); }
.quote { font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1.22; letter-spacing: -.035em; }

.footer { padding: 70px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 60px; }
.footer h3 { color: var(--gold); letter-spacing: .24em; text-transform: uppercase; font-size: .83rem; }
.footer p { color: var(--muted); }
.footer .copyright { margin-top: 70px; color: #635b4f; font-size: .85rem; }
.socials { display: flex; gap: 10px; }
.socials span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 10px; color: var(--dim); }

.subpage-header { border-bottom: 1px solid var(--line); }
.subpage-header .nav { min-height: 88px; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 80px; align-items: start; }
.form-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.form-card--reach { padding: 0; overflow: hidden; }
.field { display: grid; gap: 10px; margin-bottom: 22px; }
.field label, .field legend { color: var(--muted); letter-spacing: .15em; text-transform: uppercase; font-size: .78rem; }
.field input, .field textarea, .field select {
  width: 100%;
  color: var(--cream);
  background: #090805;
  border: 1px solid #3a3225;
  border-radius: 10px;
  padding: 16px 18px;
  outline: none;
}
.field textarea { min-height: 210px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px #dcae3f1a; }
.radio-row { display: flex; gap: 10px; flex-wrap: wrap; }
.radio-pill { position: relative; }
.radio-pill input { width: 1px; height: 1px; padding: 0; position: absolute; opacity: 0; pointer-events: none; }
.radio-pill span { display: inline-flex; padding: 12px 20px; border: 1px solid #3a3225; border-radius: 999px; color: #c8c0b3; }
.radio-pill input:checked + span { color: var(--gold); border-color: var(--gold); }
.status { display: none; margin-top: 20px; padding: 18px; border: 1px solid var(--emerald); color: #9bd8c0; border-radius: 10px; }
.status.show { display: block; }
.cover-art { position: sticky; top: 120px; }
.cover-art img { border: 1px solid var(--line); border-radius: var(--radius); }

.pack-preview { margin-top: 64px; }
.wallpaper-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.wallpaper { position: relative; overflow: hidden; aspect-ratio: 9/16; border: 1px solid var(--line); border-radius: 24px; background: #090909; }
.wallpaper img { width: 100%; height: 100%; object-fit: cover; }
.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.note-card { min-height: 290px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.note-card blockquote { margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.25; font-weight: 700; }
.note-card small { color: var(--gold); letter-spacing: .17em; text-transform: uppercase; }
.note-card-link { display: block; border-radius: var(--radius); }
.note-card-link:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.note-card-image { width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }

.delivered-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.downloads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.download-card { padding: 26px; }
.download-card strong { display: block; margin-bottom: 10px; }
.royal-pass-note { margin: 20px 0 0; line-height: 1.6; }
.demo-notice { margin-top: 24px; color: var(--muted); font-size: .92rem; }
.privacy-copy { max-width: 780px; color: var(--muted); }
.privacy-copy h2 { color: var(--cream); font-size: 1.6rem; margin-top: 44px; }

@media (max-width: 960px) {
  .nav { min-height: 74px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; display: none; inset: 74px 0 auto; padding: 24px; background: var(--black); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-media { min-height: 58svh; }
  .hero-copy { padding: 54px 24px 72px; }
  .music-grid, .editorial, .form-layout, .delivered-hero, .reset-grid { grid-template-columns: 1fr; }
  .rooms { grid-template-columns: repeat(2, 1fr); }
  .cover-art { position: static; max-width: 580px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .wrap { width: min(100% - 32px, var(--max)); }
  .brand { font-size: .76rem; letter-spacing: .18em; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .eyebrow { font-size: .7rem; letter-spacing: .16em; line-height: 1.5; }
  .hero-copy { padding-inline: 16px; }
  .actions .button { width: 100%; }
  .hero-media { min-height: 52svh; }
  .hero-media img { object-position: 31% center; }
  .rooms, .notes-grid, .downloads { grid-template-columns: 1fr; }
  .room-card { min-height: 0; }
  .phones { min-height: 350px; }
  .phone { width: 38%; }
  .phone:nth-child(1) { left: 0; }
  .phone:nth-child(2) { left: 31%; }
  .phone:nth-child(3) { left: 62%; }
  .wallpaper-grid { gap: 7px; }
  .wallpaper { border-radius: 12px; }
  .form-card { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .section { padding: 68px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
