:root {
  color-scheme: dark;
  --ink: #050504;
  --ink-2: #0b0905;
  --ink-3: #121008;
  --gold: #c99727;
  --gold-2: #e0b84f;
  --gold-pale: #f2dfad;
  --paper: #d8c58e;
  --muted: rgba(236, 221, 178, .64);
  --line: rgba(213, 174, 72, .22);
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--ink); }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--gold-pale);
  background:
    radial-gradient(circle at 50% -20%, rgba(173, 123, 19, .17), transparent 42%),
    linear-gradient(180deg, #070603 0%, #020202 52%, #080604 100%);
  font-family: Arial, Helvetica, sans-serif;
}
body::selection { color: #070603; background: var(--gold-2); }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.page-atmosphere {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 30%, rgba(208, 159, 40, .07), transparent 28%),
    radial-gradient(circle at 82% 68%, rgba(208, 159, 40, .055), transparent 25%),
    linear-gradient(90deg, transparent 49.9%, rgba(219, 179, 73, .025) 50%, transparent 50.1%);
}
.page-grain {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .14;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image:
    repeating-radial-gradient(circle at 17% 31%, transparent 0 1px, rgba(255,255,255,.22) 1px 2px, transparent 2px 5px),
    repeating-linear-gradient(89deg, transparent 0 4px, rgba(255,255,255,.025) 4px 5px);
  background-size: 47px 53px, 19px 100%;
}

.music-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 clamp(20px, 4vw, 66px);
  border-bottom: 1px solid var(--line);
  background: rgba(5,5,4,.88);
  backdrop-filter: blur(18px);
}
.music-brand {
  display: inline-grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.music-brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.music-brand span { display: grid; line-height: 1; }
.music-brand strong { color: var(--gold-pale); font: 700 14px/1 Georgia, serif; letter-spacing: .18em; }
.music-brand small { margin-top: 5px; color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .43em; }
.music-nav { justify-self: end; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
.music-nav a {
  position: relative;
  padding: 29px 0 27px;
  color: rgba(239,222,174,.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
}
.music-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 0;
  height: 1px;
  background: var(--gold-2);
  transform: translateX(-50%);
  transition: width .22s ease;
}
.music-nav a:hover::after, .music-nav a:focus-visible::after { width: 100%; }
.music-menu-toggle { display: none; }
.court-orbit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.32);
  pointer-events: none;
}
.court-orbit span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(236,208,130,.48);
  border-radius: 50%;
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.court-orbit span.is-found {
  background: var(--gold-2);
  box-shadow: 0 0 14px rgba(232,184,59,.8);
  transform: scale(1.15);
}

main { position: relative; }
.kicker, .court__heading > p, .aftermath__copy > p, .portal-dialog__copy > p, .omen-dialog__panel > p {
  margin: 0;
  color: var(--gold-2);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.prologue {
  width: min(1580px, 100%);
  min-height: calc(100svh - var(--header-height));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(44px, 7vw, 118px);
  padding: clamp(54px, 8vw, 120px) clamp(24px, 5vw, 82px);
}
.prologue__copy { max-width: 810px; }
.prologue h1 {
  margin: 20px 0 0;
  color: var(--gold-pale);
  font: 400 clamp(78px, 10vw, 176px)/.76 Georgia, 'Times New Roman', serif;
  letter-spacing: -.075em;
  text-shadow: 0 25px 65px rgba(0,0,0,.9);
}
.prologue h1 span {
  display: block;
  margin: 0 0 .13em .08em;
  color: var(--gold);
  font: 900 .16em/1 Arial, Helvetica, sans-serif;
  letter-spacing: .58em;
}
.prologue__lede {
  margin: 40px 0 14px;
  max-width: 650px;
  color: #f6e7bd;
  font: 400 clamp(24px, 2.2vw, 39px)/1.15 Georgia, serif;
}
.prologue__body { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.prologue__whisper {
  width: max-content;
  margin: 36px 0 0;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(238,217,158,.5);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.relic {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(225,190,91,.32);
  background: #090704;
  box-shadow: 0 28px 72px rgba(0,0,0,.68);
  cursor: pointer;
  transition: border-color .35s ease, box-shadow .35s ease, transform .45s cubic-bezier(.2,.7,.2,1);
}
.relic::before, .relic::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 31px;
  height: 31px;
  opacity: .5;
  pointer-events: none;
  border-color: var(--gold-2);
  transition: opacity .25s ease, width .25s ease, height .25s ease;
}
.relic::before { top: 9px; left: 9px; border-top: 1px solid; border-left: 1px solid; }
.relic::after { right: 9px; bottom: 9px; border-right: 1px solid; border-bottom: 1px solid; }
.relic img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06) saturate(.84) brightness(.87); transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .6s ease; }
.relic__veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.05) 58%, rgba(0,0,0,.84)),
    radial-gradient(circle at 50% 35%, transparent 30%, rgba(0,0,0,.35));
}
.relic__rune {
  position: absolute;
  z-index: 5;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(238,198,89,.45);
  border-radius: 50%;
  color: var(--gold-pale);
  background: rgba(3,3,2,.62);
  font: 400 12px/1 Georgia, serif;
  opacity: .72;
}
.relic__name {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 20px;
  color: rgba(242,223,173,.72);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .28em;
  text-transform: uppercase;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.relic:hover, .relic:focus-visible {
  outline: none;
  border-color: rgba(238,198,89,.82);
  box-shadow: 0 38px 90px rgba(0,0,0,.8), 0 0 34px rgba(189,137,23,.18);
  transform: translateY(-6px);
}
.relic:hover img, .relic:focus-visible img { transform: scale(1.035); filter: contrast(1.09) saturate(.96) brightness(.98); }
.relic:hover::before, .relic:hover::after, .relic:focus-visible::before, .relic:focus-visible::after { width: 46px; height: 46px; opacity: .9; }
.relic:hover .relic__name, .relic:focus-visible .relic__name { transform: translateY(0); opacity: 1; }
.relic.is-found .relic__rune { color: #090603; background: var(--gold-2); box-shadow: 0 0 25px rgba(229,180,52,.45); }
.relic.is-touched:not(.is-found) .relic__rune { border-style: dashed; }
.relic--throne { width: min(100%, 560px); aspect-ratio: 4 / 5; justify-self: center; transform: rotate(.7deg); }
.relic--throne:hover, .relic--throne:focus-visible { transform: rotate(0deg) translateY(-6px); }

.decree-strip {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  min-height: 48px;
  padding: 14px clamp(18px, 4vw, 70px);
  overflow: hidden;
  border-block: 1px solid #171005;
  color: #0d0902;
  background: var(--gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .22em;
  white-space: nowrap;
}
.decree-strip b { font-size: 10px; }

.court {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(100px, 12vw, 190px) 0 clamp(120px, 12vw, 190px);
}
.court__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr);
  align-items: end;
  gap: 24px 70px;
  margin-bottom: clamp(70px, 9vw, 130px);
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.court__heading > p { grid-column: 1 / -1; }
.court__heading h2 {
  margin: 0;
  color: var(--gold-pale);
  font: 400 clamp(58px, 7.6vw, 118px)/.92 Georgia, serif;
  letter-spacing: -.06em;
}
.court__heading > span { color: var(--muted); font: italic 18px/1.7 Georgia, serif; }
.court-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(24px, 3.2vw, 52px);
  align-items: start;
}
.relic--masquerade { grid-column: 1 / span 4; aspect-ratio: 638 / 800; margin-top: 88px; }
.relic--mask { grid-column: 5 / span 4; aspect-ratio: 640 / 800; }
.relic--mirrors { grid-column: 9 / span 4; aspect-ratio: 640 / 800; margin-top: 145px; }
.relic--city { grid-column: 2 / span 5; aspect-ratio: 640 / 800; margin-top: 34px; }
.relic--congregation { grid-column: 7 / span 5; aspect-ratio: 641 / 800; margin-top: -42px; }

.aftermath {
  position: relative;
  min-height: min(900px, 92svh);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #050402;
}
.aftermath__image { position: absolute; inset: 0 0 0 42%; opacity: .48; }
.aftermath__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #050402 0%, rgba(5,4,2,.85) 14%, rgba(5,4,2,.08) 70%, #050402 100%); }
.aftermath__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.65) contrast(1.14) brightness(.7); }
.aftermath__copy {
  position: relative;
  z-index: 2;
  grid-column: 1;
  max-width: 760px;
  padding: clamp(74px, 9vw, 150px) clamp(24px, 7vw, 120px);
}
.aftermath__copy h2 {
  margin: 24px 0 26px;
  color: var(--gold-pale);
  font: 400 clamp(56px, 7.6vw, 116px)/.88 Georgia, serif;
  letter-spacing: -.065em;
}
.aftermath__copy > span { display: block; max-width: 520px; color: var(--muted); font: italic 18px/1.75 Georgia, serif; }

.music-footer {
  min-height: 106px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 22px clamp(20px, 4vw, 66px);
  border-top: 1px solid var(--line);
  color: rgba(236,218,166,.52);
  background: #030302;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.music-footer__brand { width: 150px; opacity: .72; }
.site-revision {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 8px;
  border: 1px solid currentColor;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .12em;
  white-space: nowrap;
}

.portal-dialog, .omen-dialog {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100svh - 32px);
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(224,184,79,.52);
  color: var(--gold-pale);
  background: #080704;
  box-shadow: 0 40px 120px rgba(0,0,0,.9), 0 0 70px rgba(188,137,23,.16);
}
.portal-dialog::backdrop, .omen-dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(9px); }
.portal-dialog__panel { position: relative; display: grid; grid-template-columns: minmax(310px, .58fr) minmax(0, 1fr); gap: 34px; padding: clamp(28px, 5vw, 58px); }
.portal-dialog__media { min-width: 0; display: grid; align-content: start; gap: 14px; }
.portal-dialog__close, .omen-dialog__close {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  color: var(--gold-pale);
  background: #080704;
  font-size: 25px;
  cursor: pointer;
}
.portal-dialog__close:hover, .portal-dialog__close:focus-visible, .omen-dialog__close:hover, .omen-dialog__close:focus-visible { border-color: var(--gold-2); outline: none; }
.portal-dialog__copy { align-self: center; }
.portal-dialog__copy h2, .omen-dialog__panel h2 {
  margin: 18px 0 22px;
  color: var(--gold-pale);
  font: 400 clamp(42px, 4.6vw, 68px)/.94 Georgia, serif;
  letter-spacing: -.055em;
}
.portal-dialog__copy > span, .omen-dialog__panel > span { color: var(--muted); font: italic 17px/1.7 Georgia, serif; }

.portal-dialog__archive {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(224,184,79,.26);
  background: linear-gradient(135deg, rgba(201,151,39,.06), rgba(0,0,0,.28));
}
.portal-dialog__archive[hidden] { display: none; }
.portal-dialog__archive > p {
  margin: 0;
  color: rgba(242,223,173,.52);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .25em;
  text-transform: uppercase;
}
.portal-dialog__records { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
.portal-record {
  min-width: 0;
  min-height: 66px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(224,184,79,.22);
  color: rgba(242,223,173,.58);
  background: rgba(0,0,0,.32);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}
.portal-record span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 400 11px/1 Georgia, serif;
}
.portal-record strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 8px;
  line-height: 1.35;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.portal-record:hover, .portal-record:focus-visible {
  outline: none;
  border-color: rgba(224,184,79,.72);
  color: var(--gold-pale);
  background: rgba(201,151,39,.08);
  transform: translateY(-2px);
}
.portal-record.is-active {
  border-color: var(--gold-2);
  color: #080704;
  background: var(--gold-2);
  box-shadow: 0 0 24px rgba(201,151,39,.14);
}

.portal-dialog__player { position: relative; min-height: 352px; overflow: hidden; border: 1px solid var(--line); background: #000; }
.portal-dialog__player iframe { position: relative; z-index: 2; display: block; width: 100%; min-height: 352px; opacity: 0; transition: opacity .3s ease; }
.portal-dialog__player.is-loaded iframe { opacity: 1; }
.portal-dialog__loading { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 16px; color: rgba(232,210,149,.55); font-size: 8px; font-weight: 900; letter-spacing: .25em; }
.portal-dialog__loading i { width: 34px; height: 34px; border: 1px solid rgba(232,191,75,.25); border-top-color: var(--gold-2); border-radius: 50%; animation: orbit 1.4s linear infinite; }
.portal-dialog__exit { justify-self: end; color: rgba(242,223,173,.58); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.portal-dialog__exit:hover, .portal-dialog__exit:focus-visible { color: var(--gold-2); }
.omen-dialog { width: min(720px, calc(100vw - 32px)); }
.omen-dialog__panel { position: relative; min-height: 420px; display: grid; align-content: center; padding: clamp(42px, 8vw, 92px); background: radial-gradient(circle at 50% 30%, rgba(187,132,17,.12), transparent 44%); }
.omen-dialog__panel h2 { max-width: 590px; }
.no-script { margin: 40px; padding: 30px; border: 1px solid var(--line); }
.no-script a { display: inline-block; margin: 10px 16px 0 0; color: var(--gold-2); }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: none; }
.reveal-ready .relic--throne[data-reveal] { transform: rotate(.7deg) translateY(32px); }
.reveal-ready .relic--throne[data-reveal].is-visible { transform: rotate(.7deg); }
.reveal-ready .relic--throne[data-reveal].is-visible:hover, .reveal-ready .relic--throne[data-reveal].is-visible:focus-visible { transform: rotate(0deg) translateY(-6px); }

body.is-masquerade .page-atmosphere { background: radial-gradient(circle at 50% 20%, rgba(220,166,35,.18), transparent 31%), repeating-linear-gradient(93deg, transparent 0 8vw, rgba(218,173,54,.022) 8vw 8.2vw); }
body.is-masquerade .prologue h1, body.is-masquerade .court__heading h2, body.is-masquerade .aftermath__copy h2 { text-shadow: -3px 0 rgba(176,126,16,.55), 3px 0 rgba(77,57,13,.7); }
body.is-masquerade .relic--masquerade { transform: translateY(-8px) rotate(-1.2deg); }
body.is-masquerade .relic--mask { transform: translateY(18px) rotate(.9deg); }
body.is-masquerade .relic--mirrors { transform: translateY(-12px) rotate(-.7deg); }
body.court-complete .court-orbit { border-color: rgba(236,190,65,.75); box-shadow: 0 0 26px rgba(196,142,22,.2); }
body.court-complete .aftermath__copy > span { color: var(--gold-pale); }

@keyframes orbit { to { transform: rotate(360deg); } }

@media (max-width: 1040px) {
  :root { --header-height: 70px; }
  .music-header { grid-template-columns: auto auto 1fr; gap: 16px; }
  .music-menu-toggle {
    position: relative;
    z-index: 46;
    display: inline-grid;
    place-items: center;
    justify-self: end;
    min-width: 68px;
    min-height: 38px;
    border: 1px solid var(--line);
    color: var(--gold-pale);
    background: transparent;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .18em;
    cursor: pointer;
  }
  .music-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 12px clamp(20px, 4vw, 66px) 22px;
    border-bottom: 1px solid var(--line);
    background: rgba(5,5,4,.98);
  }
  .music-nav.is-open { display: grid; }
  .music-nav a { padding: 15px 8px; border-bottom: 1px solid rgba(213,174,72,.12); }
  .music-nav a::after { display: none; }
  .court-orbit { grid-column: 3; grid-row: 1; justify-self: end; margin-right: 82px; }
  .prologue { grid-template-columns: minmax(0,1fr) minmax(300px,.8fr); gap: 40px; }
  .court-grid { gap: 24px; }
  .relic--masquerade { margin-top: 50px; }
  .relic--mirrors { margin-top: 80px; }
}

@media (max-width: 760px) {
  .music-header { grid-template-columns: auto 1fr auto; padding-inline: 14px; }
  .music-brand { grid-template-columns: 35px auto; gap: 8px; }
  .music-brand img { width: 35px; height: 35px; }
  .music-brand strong { font-size: 11px; }
  .music-brand small { font-size: 6px; }
  .court-orbit { position: fixed; z-index: 45; top: auto; right: auto; bottom: 14px; left: 14px; grid-column: auto; grid-row: auto; margin: 0; background: rgba(5,5,4,.9); backdrop-filter: blur(10px); }
  .music-menu-toggle { justify-self: end; }
  .music-nav { grid-template-columns: 1fr; }
  .prologue { min-height: auto; grid-template-columns: 1fr; padding: 58px 18px 86px; }
  .prologue__copy { order: 2; }
  .prologue h1 { font-size: clamp(68px, 22vw, 105px); }
  .prologue__lede { margin-top: 28px; }
  .relic--throne { order: 1; width: min(92vw, 480px); }
  .decree-strip { justify-content: flex-start; }
  .court { width: calc(100% - 28px); padding: 88px 0 110px; }
  .court__heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 58px; }
  .court__heading > p { grid-column: auto; }
  .court__heading h2 { font-size: clamp(52px, 16vw, 84px); }
  .court-grid { grid-template-columns: 1fr; gap: 34px; }
  .relic--masquerade, .relic--mask, .relic--mirrors, .relic--city, .relic--congregation { grid-column: auto; width: min(92vw, 520px); margin: 0; }
  .relic--masquerade, .relic--mirrors, .relic--congregation { justify-self: start; }
  .relic--mask, .relic--city { justify-self: end; }
  .relic__name { opacity: .68; transform: none; }
  .aftermath { min-height: 760px; grid-template-columns: 1fr; }
  .aftermath__image { inset: 0; opacity: .38; }
  .aftermath__image::after { background: linear-gradient(180deg, #050402 0%, rgba(5,4,2,.5) 32%, rgba(5,4,2,.45) 68%, #050402 100%); }
  .aftermath__copy { grid-column: 1; align-self: end; padding: 80px 20px 92px; }
  .aftermath__copy h2 { font-size: clamp(54px, 16vw, 82px); }
  .music-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .portal-dialog__panel { grid-template-columns: 1fr; gap: 24px; padding: 50px 18px 24px; }
  .portal-dialog__copy h2 { font-size: 48px; }
  .portal-dialog__player, .portal-dialog__player iframe { min-height: 352px; }
  .portal-dialog__exit { justify-self: start; }
  .portal-dialog__records { grid-template-columns: 1fr; }
  .omen-dialog__panel { min-height: 360px; padding: 58px 24px 38px; }
  .omen-dialog__panel h2 { font-size: 48px; }
}

@media (max-width: 390px) {
  .music-brand span { display: none; }
  .music-menu-toggle { min-width: 62px; }
  .prologue { padding-inline: 14px; }
  .prologue h1 { font-size: 72px; }
  .court { width: calc(100% - 20px); }
  .court__heading h2 { font-size: 54px; }
}

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

/* r27: stable track-level Spotify portals. Album embeds were rejected by Spotify despite valid catalog entries. */
.portal-dialog__archive{
  gap:12px;
}
.portal-dialog__archive > p{
  min-height:12px;
}
.portal-dialog__records[hidden]{display:none}
.portal-dialog__tracks{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:7px;
}
.portal-track{
  min-width:0;
  min-height:58px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:8px;
  padding:9px;
  border:1px solid rgba(224,184,79,.2);
  color:rgba(242,223,173,.55);
  background:rgba(0,0,0,.32);
  text-align:left;
  cursor:pointer;
  transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease;
}
.portal-track span{
  color:rgba(224,184,79,.6);
  font-size:7px;
  font-weight:900;
  letter-spacing:.12em;
}
.portal-track strong{
  min-width:0;
  overflow-wrap:anywhere;
  color:inherit;
  font-size:8px;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.portal-track:hover,.portal-track:focus-visible{
  outline:none;
  border-color:rgba(224,184,79,.72);
  color:var(--gold-pale);
  background:rgba(201,151,39,.08);
  transform:translateY(-2px);
}
.portal-track.is-active{
  border-color:var(--gold-2);
  color:#080704;
  background:var(--gold-2);
  box-shadow:0 0 22px rgba(201,151,39,.13);
}
.portal-track.is-active span{color:#080704}
.portal-dialog__player.is-track,
.portal-dialog__player.is-track iframe{
  min-height:152px;
  height:152px;
}
.portal-dialog__player.is-track .portal-dialog__loading{
  min-height:152px;
}

@media(max-width:920px){
  .portal-dialog__tracks{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .portal-dialog__tracks{grid-template-columns:1fr 1fr}
  .portal-dialog__player.is-track,
  .portal-dialog__player.is-track iframe{min-height:152px;height:152px}
}
@media(max-width:390px){
  .portal-dialog__tracks{grid-template-columns:1fr}
}
