:root {
  --black: #07070a;
  --panel: #111116;
  --text: #f5f5f5;
  --muted: #b7b4be;
  --red: #e50914;
  --purple: #9b4dca;
  --pink: #db4e9c;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--black); color: var(--text); font-family: var(--sans); }
main { display: flex; flex-direction: column; }
button, a { color: inherit; font: inherit; }
a { text-decoration: none; }
button { cursor: pointer; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.sr-only:focus { position: fixed!important; z-index: 80; top: 10px; left: 10px; width: auto!important; height: auto!important; padding: 10px 13px!important; margin: 0!important; overflow: visible!important; clip: auto!important; border-radius: 5px!important; background: #fff!important; color: #111!important; }
.grain { position: fixed; inset: 0; z-index: 100; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.frame-open-link { position: fixed; z-index: 1000; right: 14px; bottom: 14px; padding: 12px 16px; border: 1px solid #ffffff38; border-radius: 999px; background: #fff; color: #09080e; font-size: 13px; font-weight: 750; box-shadow: 0 10px 34px #000b; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; height: 76px; display: flex; align-items: center; gap: 40px; padding: 0 clamp(20px,4vw,64px); background: linear-gradient(#050507e8,transparent); transition: background .25s; }
.site-header.scrolled { background: rgba(7,7,10,.96); }
.monogram { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.monogram span { color: var(--red); font-size: clamp(20px,2vw,30px); font-weight: 900; letter-spacing: -.055em; }
nav { display: flex; gap: 26px; }
nav a { color: #ddd; font-size: 14px; transition: color .2s; }
nav a:hover { color: white; }
.sound-toggle { margin-left: auto; display: flex; align-items: center; gap: 8px; padding: 8px 0; border: 0; background: none; color: #ddd; font-size: 12px; }
.corner-logo { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; overflow: hidden; }
.corner-logo img { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(1.18) saturate(1.08); }
.sound-bars { display: flex; align-items: center; gap: 2px; height: 12px; }
.sound-bars i { width: 2px; height: 5px; background: white; }
.sound-bars i:nth-child(2) { height: 10px; }

.opening { order: 1; position: relative; min-height: min(100svh,976px,calc(76px + 56.25vw)); display: flex; align-items: flex-end; overflow: hidden; background: radial-gradient(circle at 72% 42%,#4c156655,transparent 34%),#09080e; }
.hero-media { position: absolute; inset: 0; }
.hero-art-stage { position: absolute; z-index: 1; top: 76px; left: 50%; width: min(100%,1600px,calc(177.778svh - 135.111px)); aspect-ratio: 16/9; overflow: hidden; transform: translateX(-50%); pointer-events: none; }
.hero-composite { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-media picture { position: absolute; inset: 0 0 0 auto; display: block; width: 72%; height: 100%; overflow: hidden; }
.hero-media img, .hero-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 76% center; filter: saturate(1.04) contrast(1.08) brightness(1.12); }
.hero-media picture img { object-fit: contain; object-position: center; transform: none; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,7,10,.58) 0%,rgba(7,7,10,.26) 30%,rgba(7,7,10,.08) 60%,transparent),linear-gradient(0deg,rgba(7,7,10,.78) 0%,transparent 27%); }
.hero-original-label { position: absolute; z-index: 4; top: calc(76px + 1.2svh + 34px); left: clamp(22px,5vw,78px); margin: 0; color: #eee; font-size: clamp(8px,.68vw,11px); font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.hero-original-label strong { color: var(--red); margin-right: 6px; font-size: clamp(15px,1.15vw,19px); }
.opening-copy > .eyebrow, .opening-copy > .universe-art { display: none; }
.couple-photo-placeholder { position: absolute; z-index: 2; top: 13%; right: 5vw; bottom: 14%; width: min(39vw,560px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; border: 1px dashed rgba(229,178,234,.38); border-radius: 8px; background: radial-gradient(circle at 50% 35%,rgba(157,59,185,.19),transparent 32%),linear-gradient(145deg,rgba(46,17,60,.46),rgba(8,7,12,.72)); color: #e9d7ed; text-align: center; box-shadow: inset 0 0 65px rgba(104,34,126,.12); }
.couple-photo-placeholder::before { content: "＋"; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; font-size: 25px; font-weight: 200; }
.couple-photo-placeholder span { font: italic 23px var(--serif); }
.couple-photo-placeholder small { color: #928c96; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.opening-copy { position: relative; z-index: 2; width: min(620px,50vw); margin: 0 0 clamp(170px,22vh,230px) clamp(22px,5vw,78px); }
.eyebrow { margin: 0 0 14px; color: #eee; font-size: 14px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow strong { color: var(--red); margin-right: 8px; font-size: 26px; }
.series-title { margin: 0 0 10px; font: 700 clamp(58px,7vw,110px)/.72 var(--serif); letter-spacing: -.07em; color: #f4ddec; text-shadow: 0 4px 20px #000; }
.series-title small { display: block; margin-left: 1.4em; font-size: .52em; font-style: italic; font-weight: 400; }
.opening .series-title { display: none; }
.universe-art { display: block; width: min(510px,40vw); height: auto; margin: 2px 0 16px; object-fit: contain; }
.feature-meta { display: flex; align-items: center; gap: 9px; margin: 0 0 9px; color: white; text-shadow: 0 2px 7px #000; }
.feature-meta span:first-child { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 8px; background: #b51d29; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feature-meta span:last-child { color: #d0cad3; font-size: 10px; font-weight: 600; letter-spacing: .035em; }
.hero-synopsis { max-width: 360px; margin: 0 0 14px; color: #e4e1e6; font-size: 14px; line-height: 1.45; text-shadow: 0 2px 5px #000; }
.featured-names { margin: 12px 0 4px; color: #c8c4cb; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.opening .featured-names, .opening h1, .opening .hero-tagline, .opening .date { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
h1 { display: flex; gap: 12px; align-items: center; margin: 0; font: italic 400 clamp(34px,4.6vw,74px)/1 var(--serif); letter-spacing: -.04em; }
h1 em { color: #e6a8d2; font-size: .55em; }
.hero-tagline { margin: 18px 0 0; color: #eee; font-size: 14px; }
.date { margin: 8px 0 22px; color: #bdb8c2; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.hero-actions { display: flex; gap: 10px; align-items: center; }
.watch-button { min-width: 112px; height: 44px; padding: 0 20px; border: 0; border-radius: 4px; background: white; color: #0b0b0e; font-weight: 750; }
.watch-button:hover { background: #d8d8d8; }
.play-mark { margin-right: 8px; }
.more-button { height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 18px; border-radius: 4px; background: #6d6d73cc; color: white; font-weight: 650; }
.more-button:hover { background: #85858bcc; }
.scroll-cue { display: none; }

.section { padding: 70px clamp(22px,5vw,78px); }
.story { order: 3; position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; min-height: 560px; background: radial-gradient(circle at 15% 50%,#40115b55,transparent 32%),#09090d; }
.section-number { color: var(--red); font-size: 80px; font-weight: 900; opacity: .18; position: absolute; left: 5vw; top: 55px; }
.story .eyebrow, .tracks .eyebrow, .invitation .eyebrow { color: #bbb; font-size: 12px; }
h2 { margin: 0; font: 500 clamp(42px,5vw,76px)/.95 var(--serif); letter-spacing: -.04em; }
h2 em { color: #d49acb; font-weight: 400; }
.story-copy { max-width: 620px; }
.story-copy > p { color: var(--muted); font: 20px/1.7 var(--serif); }
.dropcap::first-letter { float: left; padding: 8px 10px 0 0; color: var(--red); font-size: 4em; line-height: .78; }
.signature-line { display: flex; gap: 14px; align-items: center; color: #aaa; font: italic 15px var(--serif); }
.signature-line span { width: 50px; height: 1px; background: var(--red); }

.tracks { order: 2; position: relative; z-index: 5; margin-top: 0; padding-top: clamp(14px,1.4vw,22px); background: #07070a; }
.tracks-intro { display: flex; justify-content: space-between; align-items: end; margin-bottom: 18px; }
.tracks-intro h2 { font: 600 clamp(26px,2.6vw,36px) var(--sans); letter-spacing: -.03em; }
.tracks-intro h2 br { display: none; }
.tracks-intro h2 em { color: white; font-style: normal; }
.tracks-intro > p { color: #999; font-size: 13px; }
.track-list { width: 100%; max-width: 1672px; margin-inline: auto; display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 10px; overflow: visible; padding: 10px 0 38px; }
.track-card { position: relative; width: 100%; min-width: 0; aspect-ratio: 16/9; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding: clamp(10px,1.25vw,18px); border: 0; border-radius: 5px; background: linear-gradient(135deg,#36114a,#11131e 58%,#7b164d); text-align: left; isolation: isolate; transition: transform .25s,box-shadow .25s; }
.track-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 70% 25%,#dd55b866,transparent 25%),radial-gradient(circle at 25% 30%,#654be955,transparent 28%); }
.track-card::after { content: ""; position: absolute; inset: 25% 0 0; z-index: -1; background: linear-gradient(transparent,rgba(0,0,0,.94)); }
.track-card:hover { transform: translateY(-8px) scale(1.025); z-index: 2; box-shadow: 0 16px 45px #000; }
.track-card.is-coming-soon { background: linear-gradient(135deg,#25122e,#11131e 58%,#481734); }
.track-card[aria-disabled="true"] { cursor: default; }
.track-card[aria-disabled="true"]:hover { transform: none; z-index: auto; box-shadow: none; }
.track-card.is-coming-soon .track-poster { filter: saturate(.65) brightness(.72); }
.track-backdrop { position: absolute; inset: -10px; z-index: -4; background-size: cover; background-position: center; filter: blur(10px) saturate(.85) brightness(.62); transform: scale(1.08); }
.track-poster { position: absolute; inset: 0; z-index: -3; background-repeat: no-repeat; background-size: contain; background-position: center; }
.track-info { display: contents; }
.track-index { position: absolute; top: 12px; left: 12px; color: #fff; font-size: 11px; font-weight: 800; text-shadow: 0 2px 8px #000; }
.track-title { max-width: 94%; font: 650 clamp(14px,1.35vw,22px)/1.08 var(--sans); overflow-wrap: anywhere; text-shadow: 0 2px 8px #000; }
.track-subtitle { margin-top: 6px; color: #d2ced5; font-size: clamp(8px,.78vw,11px); }
.track-stats { display: flex; gap: 9px; margin-top: 7px; color: #c9c1cc; font-size: clamp(8px,.68vw,10px); font-variant-numeric: tabular-nums; }
.track-stats span { display: inline-flex; align-items: center; gap: 4px; }
.track-stats .track-like-symbol { color: #f49bcf; font-size: 1.2em; }
.track-play { position: absolute; top: 10px; right: 10px; display: grid; place-items: center; width: clamp(28px,2.5vw,34px); height: clamp(28px,2.5vw,34px); border: 1px solid #ffffff88; border-radius: 50%; background: #0008; font-size: 10px; }
.availability-label { position: absolute; top: 14px; left: 40px; padding: 3px 6px; background: var(--red); font-size: 8px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.availability-label[hidden] { display: none; }

.invitation { order: 4; min-height: 78vh; padding: 70px 22px; display: grid; place-items: center; text-align: center; background: radial-gradient(circle at center,#54145f99,transparent 36%),linear-gradient(#08080b,#120913); }
.invitation-frame { width: min(900px,100%); padding: clamp(55px,8vw,100px) 24px; border: 1px solid #ffffff22; background: #06060988; box-shadow: 0 28px 80px #0008; }
.invitation-lead { color: #b9b4bc; font: italic 20px/1.4 var(--serif); }
.invitation-names { display: flex; justify-content: center; align-items: center; gap: 24px; font: italic clamp(50px,7vw,94px)/1 var(--serif); }
.invitation-names em { color: #d899ca; font-size: .48em; }
.invite-copy { max-width: 560px; margin: 32px auto 20px; color: #bbb; line-height: 1.7; }
.invite-date { margin-bottom: 8px; color: white; font-weight: 700; letter-spacing: .22em; }
.invite-location { margin: 0 0 20px; color: #d5a7cd; font: italic 17px var(--serif); letter-spacing: .04em; }
.ornament { color: var(--red); }

footer { min-height: 150px; padding: 44px clamp(22px,5vw,78px); display: flex; justify-content: space-between; align-items: center; gap: 25px; background: #050507; color: #777; font-size: 11px; }
.footer-mark { display: flex; flex-direction: column; gap: 7px; color: white; font-weight: 700; }
.footer-mark small { color: #888; font-weight: 400; }

.audio-modal { --lyrics-font-offset: 0px; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; overflow-y: auto; background: #050507f7; color: white; }
.audio-modal[data-lyrics-size="0"] { --lyrics-font-offset: -2px; }
.audio-modal[data-lyrics-size="1"] { --lyrics-font-offset: 0px; }
.audio-modal[data-lyrics-size="2"] { --lyrics-font-offset: 3px; }
.audio-modal[data-lyrics-size="3"] { --lyrics-font-offset: 6px; }
.audio-modal[data-lyrics-size="4"] { --lyrics-font-offset: 9px; }
.audio-modal:not([open]) { display: none; }
.audio-modal::backdrop { background: #000; }
.audio-modal.is-fallback-open { position: fixed; z-index: 55; inset: 0; display: block; }
.modal-shell { position: relative; min-height: 100%; padding: 42px 4vw 40px; }
.audio-player-card { width: min(980px,100%); margin: auto; display: grid; grid-template-columns: minmax(260px,420px) minmax(300px,1fr); gap: clamp(28px,5vw,70px); align-items: center; padding: clamp(22px,4vw,54px); border: 1px solid #ffffff1c; border-radius: 14px; background: radial-gradient(circle at 16% 20%,#743b8b40,transparent 37%),linear-gradient(145deg,#17121c,#09090d 62%); box-shadow: 0 30px 100px #000; }
.artwork-stage { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: radial-gradient(circle at 50% 42%,#7d348c88,transparent 38%),linear-gradient(145deg,#26122f,#08080c); box-shadow: 0 24px 55px #000b; touch-action: none; -webkit-user-select: none; user-select: none; cursor: grab; transition: transform .24s ease,opacity .24s ease; }
.artwork-stage.is-dragging { cursor: grabbing; transition: none; }
#audioArtwork { display: block; width: 100%; height: 100%; object-fit: cover; }
#videoPlayer { position: absolute; z-index: 1; inset: 0; display: block; width: 100%; height: 100%; background: #000; object-fit: contain; touch-action: manipulation; }
#videoPlayer[hidden] { display: none; }
.artwork-stage.is-video-track { background: #000; cursor: default; }
.artwork-stage.is-video-track #audioArtwork,.artwork-stage.is-video-track .artwork-placeholder { display: none; }
.artwork-placeholder { display: none; position: absolute; inset: 0; place-content: center; gap: 12px; padding: 24px; text-align: center; }
.artwork-placeholder span { color: #f0c8ea; font: italic clamp(42px,6vw,72px) var(--serif); text-shadow: 0 0 28px #bd4cce; }
.artwork-placeholder small { color: #a39ba7; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.artwork-stage.is-empty #audioArtwork { display: none; }
.artwork-stage.is-empty .artwork-placeholder { display: grid; }
.swipe-hint { position: absolute; inset: auto 0 10px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #f1e8f1cc; font-size: 8px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; text-shadow: 0 2px 8px #000; pointer-events: none; }
.swipe-hint i { width: 34px; height: 3px; border-radius: 99px; background: #fff9; }
.track-community-actions { position: absolute; z-index: 4; top: 10px; right: 10px; display: flex; gap: 6px; }
.track-community-button { min-width: 48px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 0 10px; border: 1px solid #ffffff35; border-radius: 99px; background: #09070cba; color: #fff; font: 750 11px var(--sans); font-variant-numeric: tabular-nums; box-shadow: 0 5px 20px #0009; backdrop-filter: blur(12px); touch-action: manipulation; }
.track-community-button:hover:not(:disabled) { border-color: #ffffff70; background: #211525d9; }
.track-community-button:disabled { opacity: .55; }
.track-community-button[aria-pressed="true"] .community-icon { color: #ff82c1; }
.community-icon { color: #eee2ec; font-size: 19px; line-height: 1; }
.community-note-icon { font-size: 14px; transform: rotate(45deg); }

.review-layer { position: fixed; z-index: 90; inset: 0; }
.review-layer[hidden] { display: none; }
.review-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: #0000; opacity: 0; transition: background .22s ease,opacity .22s ease; }
.review-drawer { position: absolute; top: 0; right: 0; width: min(430px,100%); height: 100vh; height: 100dvh; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: max(24px,env(safe-area-inset-top)) 22px max(30px,env(safe-area-inset-bottom)); border-left: 1px solid #ffffff1f; background: radial-gradient(circle at 90% 0,#6d2c7150,transparent 28%),#100c13f7; box-shadow: -22px 0 70px #000b; transform: translateX(100%); transition: transform .24s ease; }
.review-layer.is-open .review-backdrop { background: #0009; opacity: 1; }
.review-layer.is-open .review-drawer { transform: translateX(0); }
.review-drawer-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.review-drawer-header > div { min-width: 0; }
.review-drawer-header .eyebrow { margin: 0 0 5px; }
.review-drawer-header h2 { margin: 0; font-size: clamp(22px,5vw,30px); line-height: 1.12; overflow-wrap: anywhere; }
.review-close { flex: 0 0 auto; width: 44px; height: 44px; border: 1px solid #ffffff28; border-radius: 50%; background: #ffffff0a; color: #fff; font-size: 25px; line-height: 1; touch-action: manipulation; }
.review-like-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 22px 0 18px; padding: 12px; border: 1px solid #ffffff17; border-radius: 10px; background: #ffffff08; color: #aaa0ac; font-size: 11px; }
.review-like-button { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid #ed8ac64a; border-radius: 99px; background: #b93a8812; color: #f5dce9; font: 750 12px var(--sans); touch-action: manipulation; }
.review-like-button > span:first-child { font-size: 20px; }
.review-like-button[aria-pressed="true"] > span:first-child { color: #ff82c1; }
.review-like-button:disabled { opacity: .55; }
.review-form { display: grid; gap: 8px; padding: 16px; border: 1px solid #ffffff17; border-radius: 11px; background: #07060978; }
.review-form label { color: #c8bcc8; font-size: 10px; font-weight: 750; letter-spacing: .06em; }
.review-form input,.review-form textarea { width: 100%; min-height: 44px; padding: 11px 12px; border: 1px solid #ffffff26; border-radius: 8px; background: #ffffff09; color: #fff; font: 16px/1.4 var(--sans); outline: none; }
.review-form textarea { min-height: 108px; resize: vertical; }
.review-form input:focus,.review-form textarea:focus { border-color: #df8bc6a6; box-shadow: 0 0 0 3px #d65bb11a; }
.review-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.review-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 3px; }
.review-form-footer > span { color: #827984; font-size: 9px; }
.review-form-footer button { min-height: 44px; padding: 0 15px; border: 0; border-radius: 8px; background: #f1eaf0; color: #171019; font: 800 11px var(--sans); }
.review-form-footer button:disabled { opacity: .55; }
.review-form-status { min-height: 18px; margin: 1px 0 0; color: #dca7cc; font-size: 11px; }
.review-list-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 22px 0 9px; }
.review-list-heading strong { font-size: 14px; }
.review-list-heading button { min-height: 38px; padding: 0 11px; border: 1px solid #ffffff20; border-radius: 7px; background: transparent; color: #aaa0ac; font: 700 10px var(--sans); }
.review-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.review-item { padding: 13px 14px; border: 1px solid #ffffff14; border-radius: 9px; background: #ffffff07; }
.review-item header { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.review-item h3 { margin: 0; color: #f0e8ef; font-size: 13px; }
.review-item time { color: #776f79; font-size: 8px; white-space: nowrap; }
.review-item p { margin: 8px 0 0; color: #bbb1bc; font-size: 12px; line-height: 1.55; white-space: pre-wrap; overflow-wrap: anywhere; }
.review-empty { margin: 0; padding: 20px 10px; border: 1px dashed #ffffff14; border-radius: 9px; color: #817983; font-size: 11px; text-align: center; }
.review-empty[hidden] { display: none; }
.community-toast { position: fixed; z-index: 95; left: 50%; bottom: max(24px,env(safe-area-inset-bottom)); max-width: min(440px,calc(100% - 28px)); margin: 0; padding: 11px 15px; border: 1px solid #ffaaa94a; border-radius: 9px; background: #23151ff2; color: #ffe9ee; font: 700 11px/1.4 var(--sans); text-align: center; box-shadow: 0 14px 44px #000c; transform: translateX(-50%); }
.community-toast[hidden] { display: none; }
.audio-control-panel { min-width: 0; }
.now-playing-label { margin: 0 0 18px; color: #d9c6dc; font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.player-wrap { width: 100%; min-height: 88px; display: grid; place-items: center; padding: 17px; border: 1px solid #ffffff1f; border-radius: 9px; background: #050507aa; }
.player-wrap.is-video-track { display: none !important; }
#audioPlayer { display: block; width: 100%; height: 54px; accent-color: var(--pink); }
.audio-fallback { display: none; padding: 8px 10px; text-align: center; }
.audio-fallback p { margin: 0 0 7px; color: #f0c8ea; font: italic 32px var(--serif); }
.audio-fallback small { color: #aaa; }
.player-wrap.is-empty #audioPlayer { display: none; }
.player-wrap.is-empty .audio-fallback { display: block; }
.control-note { margin: 14px 0 0; color: #77717c; font-size: 10px; line-height: 1.5; }
.current-track-heading { min-width: 0; margin: 18px 2px 0; }
.current-track-heading .eyebrow { margin: 0 0 5px; color: var(--red); font-size: 8px; }
.current-track-heading h2 { margin: 0; font-size: clamp(22px,2.3vw,32px); line-height: 1.12; overflow-wrap: anywhere; }
.lyrics-panel { margin-top: 16px; padding: 12px 13px 10px; border: 1px solid #ffffff14; border-radius: 9px; background: #05050780; }
.lyrics-panel[hidden] { display: none; }
.lyrics-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 7px; }
.lyrics-heading { margin: 0; color: #b59bae; font-size: 7px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.lyrics-reading-controls { display: flex; align-items: center; gap: 6px; }
.lyrics-size-button,.lyrics-expand-button { min-height: 30px; padding: 0 10px; border: 1px solid #ffffff21; border-radius: 6px; background: #ffffff0b; color: #ded8df; font: 700 10px var(--sans); letter-spacing: .03em; transition: border-color .2s,background .2s,color .2s; }
.lyrics-size-button { min-width: 34px; padding-inline: 8px; }
.lyrics-expand-button { min-width: 68px; }
.lyrics-size-button:hover:not(:disabled),.lyrics-expand-button:hover { border-color: #ffffff52; background: #ffffff15; color: white; }
.lyrics-size-button:disabled { opacity: .32; cursor: default; }
.lyrics-expand-button[aria-expanded="true"] { border-color: #d894cf6b; background: #b54ca21f; color: #f3d9ee; }
.lyrics-scroller { position: relative; max-height: min(23vh,176px); overflow-y: auto; padding: 55px 3px; overscroll-behavior: contain; scrollbar-width: none; scroll-behavior: smooth; -webkit-mask-image: linear-gradient(transparent,#000 24%,#000 76%,transparent); mask-image: linear-gradient(transparent,#000 24%,#000 76%,transparent); }
.lyrics-scroller::-webkit-scrollbar { display: none; }
.lyric-cue { margin: 0 0 21px; color: #d8d2da; font-family: var(--sans); font-size: calc(clamp(19px,1.65vw,22px) + var(--lyrics-font-offset)); font-style: normal; font-weight: 500; line-height: 1.44; transition: color .2s,transform .2s; opacity: 1; }
.lyric-cue:last-child { margin-bottom: 0; }
.lyric-cue > span { display: block; }
.lyric-cue small { display: block; margin-bottom: 4px; color: #a05a93; font-size: 7px; font-style: normal; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.lyric-cue.is-active { color: #fff; transform: translateX(5px); opacity: 1; text-shadow: 0 0 18px #ffffff24; }
.lyric-line.has-karaoke { --karaoke-color: #b877c7; --karaoke-rest: #ddd6e0; }
.lyric-line.voice-male,.karaoke-word.voice-male { --karaoke-color: #52a7ff; }
.lyric-line.voice-female,.karaoke-word.voice-female { --karaoke-color: #ff70b5; }
.lyric-line.voice-duet,.karaoke-word.voice-duet { --karaoke-color: #b877e6; }
.karaoke-word {
  display: inline-block;
}
.karaoke-letter {
  --karaoke-progress: 0%;
  position: relative;
  display: inline-block;
  color: var(--karaoke-rest);
}
.karaoke-letter::after {
  content: attr(data-letter);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--karaoke-progress);
  overflow: hidden;
  color: var(--karaoke-color);
  white-space: nowrap;
  pointer-events: none;
}
.lyric-cue.is-active .karaoke-letter::after { filter: drop-shadow(0 0 7px color-mix(in srgb,var(--karaoke-color) 44%,transparent)); }
@supports not (color: color-mix(in srgb,white,black)) {
  .lyric-cue.is-active .karaoke-letter::after { filter: drop-shadow(0 0 5px #76548773); }
}
.track-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }
.track-nav-button { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid #ffffff1f; border-radius: 7px; background: #ffffff0a; color: white; text-align: left; transition: border-color .2s,background .2s; }
.track-nav-button:hover:not(:disabled) { border-color: #ffffff55; background: #ffffff12; }
.track-nav-button:disabled { opacity: .3; cursor: default; }
.track-nav-button > span:first-child, .track-nav-next > span:last-child { font-size: 20px; color: #e7b9df; }
.track-nav-button > span:nth-child(2), .track-nav-next > span:first-child { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.track-nav-button small { color: #8e8792; font-size: 7px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.track-nav-button strong { overflow: hidden; color: #e7e2e9; font-size: 10px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.track-nav-next { justify-content: flex-end; text-align: right; }
.mobile-play-toggle,.mobile-status-row { display: none; }
.modal-caption { width: min(980px,100%); margin: 20px auto 0; }
.modal-caption p { margin: 0; color: #aaa; line-height: 1.55; }
.mini-player { position: fixed; z-index: 60; left: 50%; bottom: max(16px,env(safe-area-inset-bottom)); width: min(520px,calc(100% - 28px)); display: grid; grid-template-columns: 46px minmax(0,1fr); overflow: hidden; border: 1px solid #ffffff24; border-radius: 10px; background: #131017f2; box-shadow: 0 18px 55px #000c; transform: translateX(-50%); backdrop-filter: blur(16px); }
.mini-player[hidden] { display: none; }
.mini-play { border: 0; border-right: 1px solid #ffffff18; background: #211726; color: #f6d9f0; font-size: 14px; }
.mini-restore { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 13px; border: 0; background: none; color: #eee; text-align: left; }
.mini-restore > span:first-child { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.mini-restore small { color: #9e949f; font-size: 7px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.mini-restore strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.mini-restore > span:last-child { flex: 0 0 auto; color: #d8a9cf; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(20px); transition: .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid white; outline-offset: 3px; }

@media (min-width: 901px) {
  .audio-modal { height: 100dvh; max-height: 100dvh; overflow: hidden; overscroll-behavior: contain; }
  .modal-shell { height: 100dvh; min-height: 0; display: grid; place-items: center; padding: clamp(20px,3.3vh,32px) clamp(28px,4vw,56px); }
  .audio-player-card { box-sizing: border-box; width: min(1120px,100%); height: min(640px,calc(100dvh - 48px)); max-height: calc(100dvh - 48px); grid-template-columns: minmax(320px,.95fr) minmax(380px,1.05fr); gap: clamp(28px,4vw,52px); align-items: stretch; padding: clamp(22px,3vw,34px); }
  .artwork-stage { align-self: center; justify-self: center; width: min(100%,calc(100dvh - 116px)); }
  .audio-control-panel { display: flex; min-height: 0; flex-direction: column; justify-content: center; }
  .now-playing-label { order: 0; flex: 0 0 auto; margin: 0 0 9px; }
  .current-track-heading { order: 1; flex: 0 0 auto; margin: 0 2px; }
  .current-track-heading h2 { font-size: clamp(25px,2.3vw,34px); }
  .player-wrap:not(.is-empty) { display: none; }
  .player-wrap.is-empty { order: 2; flex: 0 0 auto; min-height: 64px; margin-top: 12px; padding: 8px; }
  .lyrics-panel { order: 3; min-height: 0; overflow: hidden; margin-top: 12px; }
  .lyrics-panel:not([hidden]) { display: flex; flex: 1 1 0; flex-direction: column; }
  .lyrics-heading { flex: 0 0 auto; }
  .lyrics-scroller { flex: 1 1 auto; min-height: 0; max-height: none; padding-block: 28px; -webkit-mask-image: linear-gradient(transparent,#000 12%,#000 88%,transparent); mask-image: linear-gradient(transparent,#000 12%,#000 88%,transparent); }
  .lyric-cue { margin-bottom: 14px; font-size: calc(clamp(20px,1.7vw,23px) + var(--lyrics-font-offset)); line-height: 1.36; }
  .track-navigation { order: 4; width: min(100%,420px); height: auto; flex: 0 0 auto; display: grid; grid-template-columns: 44px 60px 44px; grid-template-rows: 60px 24px; justify-content: center; align-items: center; column-gap: clamp(28px,3vw,42px); row-gap: 4px; margin: 14px auto 0; }
  .track-nav-button { position: relative; width: 44px; min-width: 44px; min-height: 44px; display: grid; place-items: center; gap: 0; padding: 0; border: 0; border-radius: 50%; background: transparent; box-shadow: none; color: #d7d1d8; text-align: center; }
  .track-nav-button:hover:not(:disabled) { border-color: transparent; background: transparent; }
  .track-nav-button::before { content: ""; position: absolute; top: 13px; left: 10px; width: 2px; height: 18px; border-radius: 2px; background: currentColor; }
  .track-nav-button::after { content: ""; position: absolute; top: 13px; left: 14px; width: 15px; height: 18px; background: currentColor; clip-path: polygon(100% 0,0 50%,100% 100%); }
  .track-nav-next::before { right: 10px; left: auto; }
  .track-nav-next::after { right: 14px; left: auto; clip-path: polygon(0 0,100% 50%,0 100%); }
  .track-nav-button > span[aria-hidden="true"] { display: none; }
  .track-nav-button > span:not([aria-hidden="true"]) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .track-nav-next { justify-content: center; text-align: center; }
  #previousTrack { grid-column: 1; grid-row: 1; }
  #nextTrack { grid-column: 3; grid-row: 1; }
  .mobile-play-toggle { position: relative; grid-column: 2; grid-row: 1; display: grid; place-items: center; width: 60px; height: 60px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #09090c; box-shadow: 0 8px 24px #0009; transform: translateY(-5px); }
  .mobile-play-toggle::before { content: ""; width: 0; height: 0; margin-left: 4px; border-width: 10px 0 10px 16px; border-style: solid; border-color: transparent transparent transparent currentColor; }
  .mobile-play-toggle::after { content: none; }
  .mobile-play-toggle.is-playing::before { width: 4px; height: 19px; margin-left: -5px; border: 0; background: currentColor; }
  .mobile-play-toggle.is-playing::after { content: ""; position: absolute; top: 20.5px; left: 33px; width: 4px; height: 19px; background: currentColor; }
  .mobile-play-toggle:disabled { opacity: .35; }
  .mobile-status-row { grid-column: 1/-1; grid-row: 2; display: grid; grid-template-columns: 32px minmax(0,1fr) 32px; align-items: center; gap: 7px; width: 100%; }
  .mobile-time { color: #aaa3ad; font-size: 8px; font-variant-numeric: tabular-nums; }
  #mobileDuration { text-align: right; }
  .mobile-seek { --seek-progress: 0%; width: 100%; height: 20px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; background: transparent; accent-color: #fff; }
  .mobile-seek::-webkit-slider-runnable-track { height: 3px; border-radius: 99px; background: linear-gradient(90deg,#fff 0 var(--seek-progress),#ffffff38 var(--seek-progress) 100%); }
  .mobile-seek::-webkit-slider-thumb { width: 12px; height: 12px; margin-top: -4.5px; border: 0; border-radius: 50%; -webkit-appearance: none; appearance: none; background: #fff; box-shadow: 0 2px 8px #0008; }
  .mobile-seek::-moz-range-track { height: 3px; border: 0; border-radius: 99px; background: #ffffff38; }
  .mobile-seek::-moz-range-progress { height: 3px; border-radius: 99px; background: #fff; }
  .mobile-seek::-moz-range-thumb { width: 12px; height: 12px; border: 0; border-radius: 50%; background: #fff; }
  .mobile-seek:disabled { opacity: .35; }
  .modal-caption { display: none; }
  .audio-modal.lyrics-is-expanded .audio-player-card { width: min(920px,100%); grid-template-columns: minmax(0,1fr); }
  .audio-modal.lyrics-is-expanded .artwork-stage { display: none; }
  .audio-modal.lyrics-is-expanded .audio-control-panel { height: 100%; }
  .audio-modal.lyrics-is-expanded .lyrics-scroller { padding-block: 40px; }
}

@media (min-width: 901px) and (max-width: 1250px) {
  .track-list { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (min-width: 901px) and (max-height: 650px) {
  .modal-shell { padding-block: 16px; }
  .audio-player-card { height: calc(100dvh - 32px); max-height: calc(100dvh - 32px); padding-block: 20px; }
  .artwork-stage { width: min(100%,calc(100dvh - 84px)); }
  .lyrics-scroller { padding-block: 20px; }
  .lyric-cue { margin-bottom: 10px; font-size: calc(19px + var(--lyrics-font-offset)); }
  .track-navigation { margin-top: 8px; }
}

@media (max-width: 900px) {
  .site-header { height: 62px; padding: 0 15px; }
  .monogram span { font-size: 22px; }
  nav { display: none; }
  .sound-toggle span:last-child { display: none; }
  .corner-logo { width: 46px; height: 46px; }
  .opening { display: block; min-height: 0; padding: calc(90px + 56.25vw) 10px 18px; background: #09080e; }
  .hero-media { display: none; }
  .hero-art-stage { top: 90px; left: 0; width: 100%; max-width: none; aspect-ratio: 16/9; transform: none; }
  .hero-composite { position: absolute; inset: 0; display: block; width: 100%; height: 100%; margin: 0; object-fit: contain; object-position: center; }
  .hero-shade { display: block; inset: 0; height: auto; background: linear-gradient(0deg,rgba(7,7,10,.45) 0%,rgba(7,7,10,.06) 34%,transparent 65%); }
  .hero-original-label { top: calc(90px + .84375vw); left: 2.5%; font-size: 7px; letter-spacing: .1em; }
  .hero-original-label strong { margin-right: 4px; font-size: 14px; }
  .opening-copy { position: relative; inset: auto; width: auto; max-width: none; margin: 12px 0 0; padding: 0 10px; text-align: left; background: transparent; }
  .hero-actions { justify-content: center; }
  .eyebrow { font-size: 10px; }
  .series-title { font-size: clamp(54px,18vw,76px); }
  .universe-art { width: 100%; margin: 0 auto 18px; filter: brightness(1.2) saturate(1.08); }
  .feature-meta { gap: 7px; margin: 0 0 7px; white-space: nowrap; }
  .feature-meta span:first-child { min-height: 20px; padding: 3px 6px; font-size: 7px; }
  .feature-meta span:last-child { font-size: 8px; }
  .hero-synopsis { max-width: 100%; font-size: 10px; line-height: 1.4; }
  .desktop-copy-break { display: none; }
  .watch-button { min-width: 72px; height: 38px; padding: 0 10px; font-size: 12px; }
  .more-button { height: 38px; padding: 0 9px; font-size: 11px; }
  h1 { flex-wrap: wrap; font-size: clamp(32px,10vw,45px); }
  .hero-tagline { font-size: 12px; }
  .section { padding: 65px 20px; }
  .story { grid-template-columns: 1fr; gap: 38px; }
  .section-number { font-size: 58px; left: auto; right: 20px; }
  .story-copy > p { font-size: 17px; }
  .tracks-intro { display: block; }
  .tracks-intro h2 { font-size: 22px; }
  .tracks-intro > p { margin-top: 7px; font-size: 11px; }
  .tracks { margin-top: 0; padding-top: 28px; }
  .track-list { grid-template-columns: 1fr; gap: 10px; margin: 0; padding: 6px 0 28px; overflow: visible; }
  .track-card { width: 100%; min-width: 0; min-height: 112px; aspect-ratio: auto; display: grid; grid-template-columns: minmax(112px,34vw) minmax(0,1fr) 42px; grid-template-rows: 1fr; align-items: stretch; padding: 0; border: 1px solid #ffffff17; border-radius: 8px; scroll-snap-align: none; }
  .track-card::after { inset: 0; background: linear-gradient(90deg,transparent 0 30%,rgba(5,5,8,.88) 42%,rgba(5,5,8,.98)); }
  .track-card:hover { transform: none; box-shadow: 0 10px 28px #0008; }
  .track-poster { position: relative; inset: auto; z-index: 0; grid-column: 1; grid-row: 1; width: 100%; height: 100%; min-height: 112px; border-right: 1px solid #ffffff12; background-color: #0b0a0f; background-size: contain; }
  .track-info { position: relative; z-index: 1; grid-column: 2; grid-row: 1; min-width: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 12px 7px 12px 11px; }
  .track-index { position: static; margin-bottom: 5px; color: #aaa4ae; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; text-shadow: none; }
  .track-title { max-width: 100%; font-size: clamp(14px,3.8vw,17px); line-height: 1.15; }
  .track-subtitle { margin-top: 4px; font-size: 8px; }
  .track-stats { gap: 8px; margin-top: 6px; font-size: 8px; }
  .track-play { position: relative; top: auto; right: auto; z-index: 2; grid-column: 3; grid-row: 1; align-self: center; width: 34px; height: 34px; margin-right: 8px; font-size: 9px; }
  .availability-label { top: 7px; left: 7px; z-index: 2; font-size: 6px; }
  .invitation-names { flex-direction: column; gap: 0; font-size: clamp(46px,15vw,64px); }
  .invitation-names em { margin: -5px 0; }
  footer { flex-direction: column; text-align: center; }
  .audio-modal { height: 100dvh; max-height: 100dvh; overscroll-behavior: contain; }
  .modal-shell { --modal-pad-top: max(8px,env(safe-area-inset-top)); --modal-pad-bottom: max(10px,env(safe-area-inset-bottom)); height: 100dvh; min-height: 100dvh; display: flex; flex-direction: column; padding: var(--modal-pad-top) 10px var(--modal-pad-bottom); }
  .audio-player-card { --mobile-art-size: min(72vw,360px); position: relative; width: 100%; height: calc(100dvh - var(--modal-pad-top) - var(--modal-pad-bottom)); min-height: calc(100dvh - var(--modal-pad-top) - var(--modal-pad-bottom)); flex: 0 0 auto; grid-template-columns: 1fr; grid-template-rows: auto minmax(0,1fr); align-content: stretch; align-items: stretch; gap: 28px; margin: 0 auto; padding: 12px; }
  .artwork-stage { grid-row: 1; align-self: start; justify-self: center; width: var(--mobile-art-size); margin: 0; }
  .track-community-actions { top: 8px; right: 8px; gap: 5px; }
  .track-community-button { min-width: 45px; min-height: 44px; padding-inline: 9px; }
  .swipe-hint { bottom: 10px; }
  .audio-control-panel { grid-row: 2; width: 100%; height: 100%; display: flex; min-height: 0; flex-direction: column; }
  .now-playing-label { display: none; }
  .player-wrap:not(.is-empty) { display: none; }
  .player-wrap.is-empty { order: -2; min-height: 64px; padding: 8px; }
  .current-track-heading { flex: 0 0 auto; margin: 2px 2px 0; text-align: center; }
  .current-track-heading .eyebrow { margin-bottom: 2px; font-size: 7px; }
  .current-track-heading h2 { font-size: clamp(20px,5.6vw,24px); line-height: 1.08; }
  .lyrics-panel { min-height: 0; overflow: hidden; margin-top: 5px; padding: 8px 10px 7px; }
  .lyrics-panel:not([hidden]) { display: flex; flex: 1 1 0; flex-direction: column; }
  .lyrics-toolbar { flex: 0 0 auto; margin-bottom: 3px; }
  .lyrics-size-button,.lyrics-expand-button { min-height: 28px; padding-inline: 8px; font-size: 9px; }
  .lyrics-size-button { min-width: 32px; }
  .lyrics-expand-button { min-width: 64px; }
  .lyrics-scroller { flex: 1 1 auto; min-height: 0; max-height: none; padding-block: 20px; -webkit-mask-image: linear-gradient(transparent,#000 12%,#000 88%,transparent); mask-image: linear-gradient(transparent,#000 12%,#000 88%,transparent); }
  .lyric-cue { margin-bottom: 12px; font-size: calc(20px + var(--lyrics-font-offset)); line-height: 1.32; }
  .lyric-cue small { margin-bottom: 3px; }
  .track-navigation { order: -1; position: static; z-index: auto; width: min(100%,var(--mobile-art-size)); height: auto; flex: 0 0 auto; display: grid; grid-template-columns: 44px 56px 44px; grid-template-rows: 56px 22px; justify-content: center; align-items: center; column-gap: clamp(24px,9vw,42px); row-gap: 4px; margin: 0 auto 3px; transform: none; pointer-events: auto; }
  .track-nav-button { position: relative; width: 44px; min-width: 44px; min-height: 44px; display: grid; place-items: center; gap: 0; padding: 0; border: 0; border-radius: 50%; background: transparent; box-shadow: none; color: #d7d1d8; text-align: center; pointer-events: auto; }
  .track-nav-button:hover:not(:disabled) { border-color: transparent; background: transparent; }
  .track-nav-button::before { content: ""; position: absolute; top: 13px; left: 10px; width: 2px; height: 18px; border-radius: 2px; background: currentColor; }
  .track-nav-button::after { content: ""; position: absolute; top: 13px; left: 14px; width: 15px; height: 18px; background: currentColor; clip-path: polygon(100% 0,0 50%,100% 100%); }
  .track-nav-next::before { right: 10px; left: auto; }
  .track-nav-next::after { right: 14px; left: auto; clip-path: polygon(0 0,100% 50%,0 100%); }
  .track-nav-button > span[aria-hidden="true"] { display: none; }
  .track-nav-button > span:not([aria-hidden="true"]) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .track-nav-next { justify-content: center; text-align: center; }
  #previousTrack { grid-column: 1; grid-row: 1; }
  #nextTrack { grid-column: 3; grid-row: 1; }
  .mobile-play-toggle { position: relative; grid-column: 2; grid-row: 1; display: grid; place-items: center; width: 56px; height: 56px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #09090c; box-shadow: 0 8px 24px #0009; transform: translateY(-5px); }
  .mobile-play-toggle::before { content: ""; width: 0; height: 0; margin-left: 4px; border-width: 10px 0 10px 16px; border-style: solid; border-color: transparent transparent transparent currentColor; }
  .mobile-play-toggle::after { content: none; }
  .mobile-play-toggle.is-playing::before { width: 4px; height: 19px; margin-left: -5px; border: 0; background: currentColor; }
  .mobile-play-toggle.is-playing::after { content: ""; position: absolute; top: 18.5px; left: 31px; width: 4px; height: 19px; background: currentColor; }
  .mobile-play-toggle:disabled { opacity: .35; }
  .mobile-status-row { grid-column: 1/-1; grid-row: 2; display: grid; grid-template-columns: 32px minmax(0,1fr) 32px; align-items: center; gap: 7px; width: 100%; }
  .mobile-time { color: #aaa3ad; font-size: 8px; font-variant-numeric: tabular-nums; }
  #mobileDuration { text-align: right; }
  .mobile-seek { --seek-progress: 0%; width: 100%; height: 20px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; background: transparent; accent-color: #fff; }
  .mobile-seek::-webkit-slider-runnable-track { height: 3px; border-radius: 99px; background: linear-gradient(90deg,#fff 0 var(--seek-progress),#ffffff38 var(--seek-progress) 100%); }
  .mobile-seek::-webkit-slider-thumb { width: 12px; height: 12px; margin-top: -4.5px; border: 0; border-radius: 50%; -webkit-appearance: none; appearance: none; background: #fff; box-shadow: 0 2px 8px #0008; }
  .mobile-seek::-moz-range-track { height: 3px; border: 0; border-radius: 99px; background: #ffffff38; }
  .mobile-seek::-moz-range-progress { height: 3px; border-radius: 99px; background: #fff; }
  .mobile-seek::-moz-range-thumb { width: 12px; height: 12px; border: 0; border-radius: 50%; background: #fff; }
  .mobile-seek:disabled { opacity: .35; }
  .review-drawer { top: auto; right: 0; bottom: 0; width: 100%; height: auto; max-height: 84vh; max-height: 84dvh; padding: 18px 16px max(22px,env(safe-area-inset-bottom)); border-top: 1px solid #ffffff25; border-left: 0; border-radius: 18px 18px 0 0; transform: translateY(100%); scroll-padding-bottom: max(24px,env(safe-area-inset-bottom)); }
  .review-layer.is-open .review-drawer { transform: translateY(0); }
  .modal-caption { display: none; }
  .mini-player { bottom: max(10px,env(safe-area-inset-bottom)); width: calc(100% - 20px); }
  .audio-modal.lyrics-is-expanded .audio-player-card { grid-template-rows: minmax(0,1fr); gap: 0; }
  .audio-modal.lyrics-is-expanded .artwork-stage { display: none; }
  .audio-modal.lyrics-is-expanded .audio-control-panel { grid-row: 1; }
  .audio-modal.lyrics-is-expanded .lyrics-scroller { padding-block: 32px; }
}

@media (max-width: 340px) {
  .audio-player-card { gap: 18px; padding: 10px; }
  .track-navigation { grid-template-columns: 40px 50px 40px; grid-template-rows: 50px 20px; column-gap: 18px; row-gap: 2px; }
  .track-nav-button { width: 40px; min-width: 40px; min-height: 40px; }
  .mobile-play-toggle { width: 50px; height: 50px; }
  .mobile-play-toggle.is-playing::after { top: 15.5px; left: 28px; }
  .lyrics-panel { margin-top: 3px; padding: 7px 9px 6px; }
  .lyrics-scroller { min-height: 0; max-height: none; padding-block: 12px; -webkit-mask-image: linear-gradient(transparent,#000 7%,#000 93%,transparent); mask-image: linear-gradient(transparent,#000 7%,#000 93%,transparent); }
  .lyric-cue { margin-bottom: 10px; line-height: 1.28; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto!important; transition-duration: .01ms!important; }
  .reveal { opacity: 1; transform: none; }
}

/* Lyrics stay fully readable through instrumental gaps; only the karaoke
   overlay changes color as a vocal progresses. */
.lyrics-scroller { -webkit-mask-image: none; mask-image: none; }
