:root {
  --wr-bg: #030509;
  --wr-ink: #fffaf0;
  --wr-muted: rgba(235, 226, 210, .66);
  --wr-muted-soft: rgba(235, 226, 210, .42);
  --wr-gold: #d8b06f;
  --wr-gold-bright: #f2d39d;
  --wr-cyan: #79e9ee;
  --wr-track: #d8b06f;
  --wr-track-rgb: 216, 176, 111;
  --wr-panel: rgba(7, 9, 13, .82);
  --wr-line: rgba(216, 176, 111, .28);
  --wr-pad: clamp(22px, 4.6vw, 72px);
  --wr-serif: Georgia, "Times New Roman", serif;
  --wr-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wr-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --wr-dock-h: 126px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--wr-bg); }
body.world-room-ready {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  background: var(--wr-bg);
  color: var(--wr-ink);
  font-family: var(--wr-sans);
  padding-bottom: calc(var(--wr-dock-h) + env(safe-area-inset-bottom));
}
body.world-room-ready button { color: inherit; }
.wr-skip {
  position: fixed;
  left: 14px;
  top: -80px;
  z-index: 200;
  padding: 11px 15px;
  border-radius: 999px;
  background: #11151d;
  color: var(--wr-ink);
  transition: top .2s ease;
}
.wr-skip:focus { top: 14px; }

.wr-page {
  position: relative;
  min-height: calc(100svh - var(--wr-dock-h));
  isolation: isolate;
  overflow: hidden;
  background: #030509;
}
.wr-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    radial-gradient(circle at 83% 22%, rgba(var(--wr-track-rgb), .13), transparent 32%),
    radial-gradient(circle at 5% 74%, rgba(78, 218, 224, .055), transparent 26%),
    #030509;
}
.wr-ambient {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  overflow: hidden;
  opacity: .24;
}
.wr-ambient img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(42px) saturate(.75) brightness(.42);
  transform: scale(1.13);
}
.wr-ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 5, 9, .44), #030509 84%);
}

.wr-header {
  position: relative;
  z-index: 30;
  min-height: 82px;
  padding: 18px var(--wr-pad) 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: linear-gradient(180deg, rgba(3, 5, 9, .92), rgba(3, 5, 9, .08));
}
.wr-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--wr-ink);
  text-decoration: none;
}
.wr-brand img { width: 37px; height: 37px; object-fit: contain; }
.wr-brand span {
  font-family: var(--wr-serif);
  font-size: clamp(29px, 2.8vw, 40px);
  line-height: 1;
  font-style: italic;
  letter-spacing: -.055em;
}
.wr-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.2vw, 48px);
}
.wr-nav a,
.wr-open-site {
  color: rgba(255, 250, 240, .78);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--wr-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.wr-nav a:hover,
.wr-nav a:focus-visible { color: var(--wr-gold-bright); }
.wr-open-site {
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(216, 176, 111, .34);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f6d89f;
  background: rgba(255, 255, 255, .025);
}
.wr-open-site:hover,
.wr-open-site:focus-visible { border-color: rgba(216, 176, 111, .72); background: rgba(216, 176, 111, .07); }

.wr-hero {
  position: relative;
  z-index: 2;
  min-height: min(760px, calc(100svh - 82px - var(--wr-dock-h)));
  padding: clamp(28px, 4vh, 52px) var(--wr-pad) clamp(36px, 6vh, 72px);
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(18px, 3.2vw, 58px);
}
.wr-copy {
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 660px;
}
.wr-kicker {
  margin: 0 0 20px;
  color: var(--wr-track);
  font-family: var(--wr-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.wr-title {
  margin: 0;
  font-family: var(--wr-serif);
  font-size: clamp(64px, 7.2vw, 112px);
  font-weight: 400;
  letter-spacing: -.062em;
  line-height: .86;
  color: rgba(255, 252, 246, .98);
  text-wrap: balance;
  text-shadow: 0 14px 54px rgba(0, 0, 0, .58);
}
.wr-title span {
  display: block;
  margin-top: .1em;
  color: var(--wr-gold-bright);
  font-size: .48em;
  line-height: 1;
  letter-spacing: -.035em;
}
.wr-title.is-long { font-size: clamp(54px, 6vw, 88px); line-height: .91; }
.wr-threshold-line {
  position: relative;
  width: min(100%, 620px);
  height: 1px;
  margin: 30px 0 30px;
  background: linear-gradient(90deg, rgba(var(--wr-track-rgb), .9), rgba(var(--wr-track-rgb), .22) 78%, transparent);
  box-shadow: 0 0 15px rgba(var(--wr-track-rgb), .16);
}
.wr-threshold-line::after {
  content: "";
  position: absolute;
  left: 68%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--wr-gold-bright);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 5px rgba(var(--wr-track-rgb), .09), 0 0 22px rgba(var(--wr-track-rgb), .62);
}
.wr-lead {
  margin: 0;
  max-width: 590px;
  color: var(--wr-muted);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.62;
  text-wrap: balance;
}
.wr-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.wr-primary,
.wr-secondary {
  min-height: 62px;
  border-radius: 999px;
  border: 1px solid rgba(216, 176, 111, .42);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  background: rgba(6, 8, 12, .66);
  color: var(--wr-ink);
  cursor: pointer;
  font-family: var(--wr-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.wr-primary {
  min-width: 254px;
  border-color: rgba(var(--wr-track-rgb), .84);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 0 32px rgba(var(--wr-track-rgb), .16);
}
.wr-primary:hover,
.wr-primary:focus-visible {
  transform: translateY(-2px);
  background: rgba(var(--wr-track-rgb), .10);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 0 44px rgba(var(--wr-track-rgb), .28);
}
.wr-primary img,
.wr-secondary img { width: 29px; height: 29px; }
.wr-secondary { min-width: 188px; color: rgba(255, 250, 240, .76); }
.wr-secondary:hover,
.wr-secondary:focus-visible { border-color: rgba(121, 233, 238, .54); color: #fffaf0; transform: translateY(-2px); }
.wr-utilities {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.wr-utility {
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 240, .48);
  cursor: pointer;
  font-family: var(--wr-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.wr-utility:hover,
.wr-utility:focus-visible,
.wr-utility.is-saved { color: var(--wr-gold-bright); }

.wr-stage {
  position: relative;
  align-self: stretch;
  min-height: 590px;
  display: grid;
  place-items: center;
}
.wr-stage::before {
  content: "";
  position: absolute;
  inset: 5% -12% -4% -15%;
  background: radial-gradient(ellipse at center, rgba(var(--wr-track-rgb), .19), transparent 66%);
  filter: blur(24px);
  opacity: .66;
  pointer-events: none;
}
.wr-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 2px;
  filter: saturate(.96) contrast(1.04) brightness(.84);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 83%, transparent 100%), linear-gradient(180deg, transparent 0, #000 9%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0, #000 11%, #000 83%, transparent 100%), linear-gradient(180deg, transparent 0, #000 9%, #000 86%, transparent 100%);
  mask-composite: intersect;
}
.wr-stage.is-square .wr-art {
  object-fit: contain;
  inset: 3% 0 2%;
  width: 100%;
  height: 95%;
  -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 16%, #000 84%, transparent 98%), linear-gradient(180deg, transparent 0, #000 10%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 2%, #000 16%, #000 84%, transparent 98%), linear-gradient(180deg, transparent 0, #000 10%, #000 86%, transparent 100%);
}
.wr-stage-mark {
  position: absolute;
  left: 50%;
  bottom: 4.5%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 7px 13px;
  border-radius: 999px;
  color: rgba(255, 250, 240, .56);
  background: rgba(3, 5, 9, .52);
  backdrop-filter: blur(12px);
  font-family: var(--wr-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.wr-chapters {
  position: relative;
  z-index: 8;
  width: min(1360px, calc(100% - (var(--wr-pad) * 1.2)));
  margin: -8px auto 0;
  padding: 0 10px;
}
.wr-chapter-line {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 19px;
  height: 1px;
  background: linear-gradient(90deg, rgba(121, 233, 238, .32), var(--wr-line) 14%, var(--wr-line) 86%, rgba(121, 233, 238, .32));
  box-shadow: 0 0 18px rgba(var(--wr-track-rgb), .08);
}
.wr-chapter-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.wr-chapter {
  position: relative;
  min-height: 94px;
  padding: 42px 16px 12px;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 240, .54);
  text-align: left;
  cursor: pointer;
}
.wr-chapter::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(216, 176, 111, .72);
  border-radius: 50%;
  background: #080a0e;
  box-shadow: 0 0 0 4px rgba(216, 176, 111, .04);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.wr-chapter strong {
  display: block;
  margin-bottom: 7px;
  color: inherit;
  font-family: var(--wr-mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.wr-chapter span { font-size: 13px; line-height: 1.35; color: rgba(235, 226, 210, .38); }
.wr-chapter:hover,
.wr-chapter:focus-visible,
.wr-chapter[aria-selected="true"] { color: var(--wr-gold-bright); }
.wr-chapter[aria-selected="true"]::before {
  transform: scale(1.22);
  background: var(--wr-gold-bright);
  border-color: var(--wr-gold-bright);
  box-shadow: 0 0 0 7px rgba(var(--wr-track-rgb), .10), 0 0 25px rgba(var(--wr-track-rgb), .64);
}

.wr-depth {
  position: relative;
  z-index: 4;
  width: min(1160px, calc(100% - (var(--wr-pad) * 1.4)));
  min-height: 250px;
  margin: 8px auto 46px;
  padding: clamp(28px, 4.5vw, 58px) 0 30px;
  border-top: 1px solid rgba(216, 176, 111, .12);
}
.wr-panel { display: none; }
.wr-panel.is-active {
  display: grid;
  grid-template-columns: minmax(210px, .34fr) minmax(0, .66fr);
  gap: clamp(26px, 6vw, 100px);
  animation: wrReveal .36s ease both;
}
@keyframes wrReveal { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
.wr-panel-label {
  color: var(--wr-track);
  font-family: var(--wr-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .26em;
  text-transform: uppercase;
}
.wr-panel h2 {
  margin: 8px 0 0;
  color: var(--wr-ink);
  font-family: var(--wr-serif);
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.wr-panel-copy {
  margin: 0;
  color: var(--wr-muted);
  font-family: var(--wr-serif);
  font-size: clamp(21px, 2.3vw, 31px);
  line-height: 1.45;
  letter-spacing: -.018em;
}
.wr-panel-note { margin: 18px 0 0; color: var(--wr-muted-soft); font-size: 14px; line-height: 1.65; }
.wr-lyrics-list {
  max-height: 320px;
  overflow: auto;
  padding-right: 14px;
  color: var(--wr-muted);
  scrollbar-color: rgba(216, 176, 111, .42) transparent;
}
.wr-lyric-line { margin: 0 0 11px; font-family: var(--wr-serif); font-size: 20px; line-height: 1.35; }
.wr-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.wr-source-link {
  min-height: 60px;
  padding: 14px 16px;
  border: 1px solid rgba(216, 176, 111, .16);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 250, 240, .74);
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.wr-source-link strong { font-family: var(--wr-serif); font-size: 18px; font-weight: 400; }
.wr-source-link small { font-family: var(--wr-mono); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.wr-source-link:hover,
.wr-source-link:focus-visible { color: var(--wr-gold-bright); border-color: rgba(216, 176, 111, .48); background: rgba(216, 176, 111, .04); }

.wr-cinema {
  position: fixed;
  inset: 0;
  z-index: 150;
  display: none;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  background: rgba(1, 2, 4, .94);
  backdrop-filter: blur(16px);
}
.wr-cinema.is-open { display: grid; animation: wrReveal .25s ease both; }
.wr-cinema-stage {
  position: relative;
  width: min(1220px, 100%);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020304;
  box-shadow: 0 0 80px rgba(var(--wr-track-rgb), .18);
}
.wr-cinema-stage img,
.wr-cinema-stage video { width: 100%; height: 100%; object-fit: cover; display: block; }
.wr-cinema-stage img { animation: wrBreathe 8s ease-in-out infinite alternate; }
@keyframes wrBreathe { from { transform: scale(1.01); filter: brightness(.72) saturate(.92); } to { transform: scale(1.055); filter: brightness(.96) saturate(1.08); } }
.wr-cinema-stage canvas { position: absolute; inset: auto 5% 7%; width: 90%; height: 22%; opacity: .9; }
.wr-cinema-title {
  position: absolute;
  left: 5%;
  bottom: 22%;
  z-index: 2;
  max-width: 52%;
  font-family: var(--wr-serif);
  font-size: clamp(28px, 3vw, 46px);
  line-height: .96;
  letter-spacing: -.05em;
  text-shadow: 0 5px 30px #000;
}
.wr-cinema-close {
  position: absolute;
  right: 20px;
  top: 18px;
  z-index: 4;
  min-width: 54px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(216, 176, 111, .38);
  border-radius: 999px;
  background: rgba(2, 3, 5, .7);
  color: var(--wr-ink);
  cursor: pointer;
  font-family: var(--wr-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.wr-dock {
  position: fixed;
  z-index: 100;
  left: 18px;
  right: 18px;
  bottom: max(14px, env(safe-area-inset-bottom));
  height: 104px;
  padding: 13px 18px;
  border: 1px solid rgba(216, 176, 111, .26);
  border-radius: 24px;
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(220px, .58fr) minmax(320px, 1fr);
  align-items: center;
  gap: 20px;
  background: rgba(5, 7, 11, .88);
  backdrop-filter: blur(22px) saturate(1.12);
  box-shadow: 0 18px 60px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .025);
}
.wr-now {
  min-width: 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}
.wr-now img { width: 70px; height: 70px; border-radius: 13px; object-fit: cover; box-shadow: 0 10px 28px rgba(0, 0, 0, .42); }
.wr-now-copy { min-width: 0; }
.wr-now-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--wr-serif); font-size: 20px; }
.wr-now-sub { margin-top: 5px; color: var(--wr-track); font-family: var(--wr-mono); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.wr-transport { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2vw, 28px); }
.wr-control {
  min-width: 44px;
  min-height: 44px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 240, .66);
  cursor: pointer;
  font-family: var(--wr-mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}
.wr-control:hover,
.wr-control:focus-visible { color: var(--wr-gold-bright); }
.wr-play {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border: 1px solid rgba(var(--wr-track-rgb), .82);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(var(--wr-track-rgb), .09);
  box-shadow: 0 0 0 6px rgba(var(--wr-track-rgb), .035), 0 0 34px rgba(var(--wr-track-rgb), .23);
}
.wr-play img { width: 38px; height: 38px; }
.wr-play.is-playing { animation: wrPulse 1.4s ease-in-out infinite; }
@keyframes wrPulse { 50% { box-shadow: 0 0 0 10px rgba(var(--wr-track-rgb), .055), 0 0 48px rgba(var(--wr-track-rgb), .36); } }
.wr-signal { min-width: 0; display: grid; grid-template-columns: 1fr auto; grid-template-rows: 52px 18px; align-items: center; column-gap: 12px; }
.wr-wave { width: 100%; height: 48px; display: block; cursor: pointer; }
.wr-time { color: rgba(255, 250, 240, .52); font-family: var(--wr-mono); font-size: 10px; white-space: nowrap; }
.wr-progress {
  grid-column: 1 / -1;
  position: relative;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 250, 240, .12);
  cursor: pointer;
}
.wr-progress span { display: block; width: 0; height: 100%; background: var(--wr-track); box-shadow: 0 0 10px rgba(var(--wr-track-rgb), .6); }
.wr-toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--wr-dock-h) + 28px);
  z-index: 170;
  padding: 11px 15px;
  border: 1px solid rgba(216, 176, 111, .28);
  border-radius: 999px;
  background: rgba(6, 8, 12, .94);
  color: rgba(255, 250, 240, .82);
  transform: translate(-50%, 12px);
  opacity: 0;
  pointer-events: none;
  font-family: var(--wr-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: opacity .2s ease, transform .2s ease;
}
.wr-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1040px) {
  :root { --wr-dock-h: 138px; }
  .wr-header { grid-template-columns: 1fr auto; }
  .wr-nav { display: none; }
  .wr-hero { grid-template-columns: minmax(300px, .88fr) minmax(430px, 1.12fr); }
  .wr-title { font-size: clamp(58px, 7.4vw, 86px); }
  .wr-dock { height: 116px; grid-template-columns: minmax(210px, .7fr) minmax(210px, .55fr) minmax(260px, .9fr); gap: 12px; }
}

@media (max-width: 780px) {
  :root { --wr-pad: 20px; --wr-dock-h: 154px; }
  body.world-room-ready { padding-bottom: calc(var(--wr-dock-h) + env(safe-area-inset-bottom)); }
  .wr-page { min-height: auto; }
  .wr-header { min-height: 72px; padding-top: max(13px, env(safe-area-inset-top)); }
  .wr-brand img { width: 32px; height: 32px; }
  .wr-brand span { font-size: 31px; }
  .wr-open-site { min-height: 38px; padding: 0 13px; font-size: 9px; }
  .wr-hero {
    min-height: 0;
    padding-top: 14px;
    padding-bottom: 28px;
    grid-template-columns: 1fr;
    grid-template-areas: "stage" "copy";
    gap: 2px;
  }
  .wr-stage { grid-area: stage; min-height: min(34svh, 310px); margin: 0 -20px; }
  .wr-stage::before { inset: 0 -2%; }
  .wr-art {
    object-position: center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0, #000 7%, #000 84%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%), linear-gradient(180deg, transparent 0, #000 7%, #000 84%, transparent 100%);
  }
  .wr-stage.is-square { min-height: min(42svh, 380px); }
  .wr-stage.is-square .wr-art { inset: 0; width: 100%; height: 100%; }
  .wr-stage-mark { bottom: 8%; }
  .wr-copy { grid-area: copy; margin-top: -12px; text-align: center; max-width: none; }
  .wr-kicker { margin-bottom: 14px; font-size: 10px; }
  .wr-title { font-size: clamp(48px, 15.5vw, 72px); line-height: .91; }
  .wr-title.is-long { font-size: clamp(42px, 12.5vw, 60px); }
  .wr-title span { margin-top: .08em; font-size: .48em; }
  .wr-threshold-line { margin: 22px auto; }
  .wr-threshold-line::after { left: 50%; }
  .wr-lead { margin: auto; font-size: 16px; line-height: 1.55; }
  .wr-actions { margin-top: 24px; justify-content: center; }
  .wr-primary { width: 100%; min-height: 60px; }
  .wr-secondary { min-width: 0; min-height: 50px; flex: 1; }
  .wr-utilities { margin-top: 22px; justify-content: center; gap: 22px; }
  .wr-chapters { width: 100%; margin-top: 5px; padding: 0; overflow-x: auto; scrollbar-width: none; }
  .wr-chapters::-webkit-scrollbar { display: none; }
  .wr-chapter-line { left: 25px; right: auto; width: 610px; }
  .wr-chapter-list { width: 650px; grid-template-columns: repeat(4, 150px); gap: 12px; padding: 0 14px; }
  .wr-chapter { min-height: 88px; padding-left: 11px; padding-right: 8px; }
  .wr-chapter::before { left: 14px; }
  .wr-depth { width: calc(100% - 40px); margin-top: 0; padding-top: 30px; }
  .wr-panel.is-active { grid-template-columns: 1fr; gap: 22px; }
  .wr-panel h2 { font-size: 40px; }
  .wr-panel-copy { font-size: 23px; }
  .wr-source-grid { grid-template-columns: 1fr; }
  .wr-cinema { padding: 0; }
  .wr-cinema-stage { width: 100%; height: 100%; aspect-ratio: auto; }
  .wr-cinema-stage img,
  .wr-cinema-stage video { object-position: center; }
  .wr-cinema-title { top: auto; bottom: 25%; left: 7%; max-width: 74%; font-size: clamp(28px, 9vw, 44px); }
  .wr-dock {
    left: 8px;
    right: 8px;
    bottom: max(7px, env(safe-area-inset-bottom));
    height: 138px;
    padding: 8px 10px;
    border-radius: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 52px 54px;
    gap: 5px 10px;
  }
  .wr-now { grid-column: 1; grid-row: 1; grid-template-columns: 40px minmax(0, 1fr); gap: 8px; max-width: 150px; }
  .wr-now img { width: 40px; height: 40px; border-radius: 9px; }
  .wr-now-title { font-size: 15px; }
  .wr-now-sub { font-size: 8px; }
  .wr-transport { grid-column: 2; grid-row: 1; gap: 2px; }
  .wr-control { min-width: 27px; min-height: 38px; padding: 0 2px; font-size: 7px; letter-spacing: .06em; }
  .wr-play { width: 50px; height: 50px; flex-basis: 50px; }
  .wr-play img { width: 29px; height: 29px; }
  .wr-signal { grid-column: 1 / -1; grid-row: 2; grid-template-rows: 34px 10px; }
  .wr-wave { height: 32px; }
  .wr-time { font-size: 9px; }
  .wr-toast { bottom: calc(var(--wr-dock-h) + 18px); max-width: calc(100% - 32px); white-space: nowrap; }
}

@media (max-width: 390px) {
  .wr-open-site { padding: 0 11px; letter-spacing: .13em; }
  .wr-stage { min-height: 286px; }
  .wr-title { font-size: 49px; }
  .wr-secondary { width: 100%; flex-basis: 100%; }
  .wr-utility { font-size: 9px; }
}

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