:root {
  --ink: #090708;
  --ink-2: #120d11;
  --plum: #321529;
  --plum-light: #6d2f59;
  --gold: #c89a43;
  --gold-bright: #f0d087;
  --cream: #f6efe2;
  --paper: #fcf8f0;
  --muted: #aca3a3;
  --line: rgba(255,255,255,.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-bottom: 104px; overflow-x: hidden; background: var(--ink); color: #fff9ef; font-family: var(--sans); }
body, button, input { font-family: var(--sans); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 12px 18px; background: var(--gold-bright); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 16px; }

.access-bar { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; padding: 5px clamp(18px, 4vw, 70px); border-bottom: 1px solid rgba(255,255,255,.08); background: #050405; }
.access-bar span { margin-right: auto; color: #766e70; font-size: .875rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.access-bar button { padding: 5px 8px; border: 1px solid rgba(255,255,255,.11); background: transparent; color: #9f9698; font-size: .875rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.access-bar button[aria-pressed="true"], .access-bar button:hover { border-color: var(--gold); color: var(--gold-bright); }

.radio-header { min-height: 78px; position: sticky; z-index: 80; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 11px clamp(20px, 5vw, 78px); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9,7,8,.94); backdrop-filter: blur(17px); }
.radio-brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.radio-brand > span, .footer-brand > span { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(240,208,135,.62); border-radius: 50%; color: var(--gold-bright); font-family: var(--serif); font-size: 15px; box-shadow: inset 0 0 0 4px rgba(200,154,67,.07); }
.radio-brand strong, .footer-brand strong { color: #fff9ef; font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1.05; }
.radio-brand small, .footer-brand small { display: block; margin-top: 4px; color: #80777a; font-family: var(--sans); font-size: .875rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.radio-header nav { display: flex; align-items: center; gap: clamp(13px, 2vw, 30px); }
.radio-header nav a, .radio-header nav button { padding: 8px 0; border: 0; background: transparent; color: #aaa1a2; font-size: .875rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.radio-header nav a:hover, .radio-header nav button:hover { color: var(--gold-bright); }
.radio-header nav button span { min-width: 19px; display: inline-grid; place-items: center; margin-left: 4px; padding: 3px; border-radius: 50%; background: rgba(200,154,67,.16); color: var(--gold-bright); font-size: .875rem; }

.radio-hero { min-height: calc(100svh - 114px); position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); isolation: isolate; overflow: hidden; background: radial-gradient(circle at 17% 17%, rgba(109,47,89,.55), transparent 36%), radial-gradient(circle at 90% 33%, rgba(200,154,67,.24), transparent 33%), linear-gradient(135deg, #170c15, #090708 57%, #030203); }
.radio-hero::before { content: "KINGDOM SOUND"; position: absolute; z-index: -1; left: clamp(20px, 5vw, 80px); bottom: -35px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: clamp(85px, 13vw, 210px); line-height: .8; white-space: nowrap; }
.hero-noise { position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.018) 4px); pointer-events: none; }
.hero-copy { align-self: center; padding: clamp(74px, 9vw, 140px) clamp(28px, 7vw, 115px); }
.eyebrow, .section-kicker { margin: 0; color: var(--gold-bright); font-size: .875rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 31px; height: 1px; background: var(--gold); }
.on-air { width: max-content; display: flex; align-items: center; gap: 9px; margin-top: 28px; padding: 7px 10px; border: 1px solid rgba(240,208,135,.24); color: #beb2ae; font-size: .875rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.on-air i { width: 7px; height: 7px; border-radius: 50%; background: #ef534d; box-shadow: 0 0 0 6px rgba(239,83,77,.1); animation: onAir 1.5s ease-in-out infinite; }
@keyframes onAir { 50% { opacity: .45; transform: scale(.76); } }
.hero-copy h1 { margin: 24px 0 28px; font-family: var(--serif); font-size: clamp(68px, 8.8vw, 142px); font-weight: 400; letter-spacing: -.065em; line-height: .79; }
.hero-copy h1 em, h2 em { color: var(--gold-bright); font-weight: 400; }
.hero-lede { max-width: 760px; margin: 0; color: #bab0af; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 37px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 23px; border: 1px solid transparent; background: transparent; font-size: .875rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-bright); color: #19110a; box-shadow: 0 16px 40px rgba(0,0,0,.25); }
.button-outline { border-color: rgba(240,208,135,.45); color: var(--gold-bright); }
.button-outline:hover { background: rgba(240,208,135,.08); }
.button-dark { border-color: #2f2826; color: #42352d; }
.hero-metrics { max-width: 620px; display: grid; grid-template-columns: repeat(3, 1fr); margin: 45px 0 0; border-block: 1px solid var(--line); }
.hero-metrics div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; padding: 15px 12px; }
.hero-metrics div + div { border-left: 1px solid var(--line); }
.hero-metrics dt { color: var(--gold-bright); font-family: var(--serif); font-size: 33px; }
.hero-metrics dd { margin: 0; color: #7e7578; font-size: .875rem; font-weight: 900; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }

.broadcast-card { min-height: 720px; position: relative; display: grid; align-content: center; justify-items: center; overflow: hidden; padding: 70px 55px; border-left: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(0,0,0,.35)); }
.broadcast-orbit, .broadcast-orbit i { position: absolute; border: 1px solid rgba(200,154,67,.13); border-radius: 50%; }
.broadcast-orbit { width: min(51vw, 720px); height: min(51vw, 720px); top: 50%; left: 50%; transform: translate(-50%, -54%); }
.broadcast-orbit i:nth-child(1) { inset: 8%; }
.broadcast-orbit i:nth-child(2) { inset: 19%; }
.broadcast-orbit i:nth-child(3) { inset: 31%; }
.broadcast-cover { width: min(68%, 480px); position: relative; z-index: 2; aspect-ratio: 1; box-shadow: 0 38px 90px rgba(0,0,0,.58); transform: rotate(-2deg); }
.broadcast-cover::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.16); box-shadow: inset 0 0 0 9px rgba(8,5,7,.15); pointer-events: none; }
.broadcast-cover img { width: 100%; height: 100%; object-fit: cover; }
.broadcast-cover > span { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 7px 9px; background: var(--gold-bright); color: #180e0b; font-size: .875rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.broadcast-cover > button { width: 68px; height: 68px; position: absolute; z-index: 4; right: -20px; bottom: -20px; display: grid; place-items: center; padding-left: 5px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: #fff6e7; color: #22110c; font-size: 21px; cursor: pointer; box-shadow: 0 15px 35px rgba(0,0,0,.4); }
.broadcast-info { position: relative; z-index: 2; margin-top: 35px; text-align: center; }
.broadcast-info span, .broadcast-info small { display: block; color: #8f8587; font-size: .875rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.broadcast-info strong { max-width: 620px; display: block; margin: 9px 0; color: #fff8ed; font-family: var(--serif); font-size: clamp(24px, 2.6vw, 42px); font-weight: 400; }
.hero-visualizer { height: 42px; position: relative; z-index: 2; display: flex; align-items: center; gap: 3px; margin-top: 20px; }
.hero-visualizer i { width: 3px; height: 9%; display: block; border-radius: 2px; background: linear-gradient(var(--gold-bright), var(--plum-light)); transition: height .08s linear; }
.hero-rail { position: absolute; z-index: 3; right: 18px; bottom: 17px; margin: 0; color: rgba(255,255,255,.27); font-size: .875rem; font-weight: 900; letter-spacing: .19em; writing-mode: vertical-rl; }

.spotlight-band { min-height: 112px; display: grid; grid-template-columns: .8fr 1.35fr auto; align-items: center; gap: 35px; padding: 22px clamp(22px, 6vw, 92px); border-block: 1px solid rgba(255,255,255,.12); background: linear-gradient(90deg, #7c5422, #d6ad59 42%, #87562e); color: #160e0a; }
.spotlight-band > div span { display: block; font-size: .875rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.spotlight-band > div strong { display: block; margin-top: 5px; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.spotlight-band p { margin: 0; font-size: .875rem; line-height: 1.6; }
.spotlight-band button { padding: 10px 0; border: 0; border-bottom: 1px solid rgba(22,14,10,.45); background: transparent; color: #160e0a; font-size: .875rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }

.songs-section { padding: clamp(90px, 10vw, 150px) clamp(20px, 6vw, 92px); background: var(--paper); color: #181111; }
.section-heading { max-width: 1440px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin: 0 auto; }
.songs-section .section-kicker, .story-section .section-kicker, .connection-section .section-kicker, .platform-section .section-kicker { color: #8d6429; }
.section-heading h2, .story-copy h2, .connection-section h2 { margin: 16px 0 0; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 82px); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.section-heading h2 em, .story-copy h2 em, .connection-section h2 em { color: #8d6429; }
.section-heading > p { margin: 0 0 6px; color: #6f6763; font-size: .875rem; line-height: 1.8; }
.music-controls { max-width: 1440px; display: grid; grid-template-columns: minmax(270px, .43fr) minmax(0, 1.57fr); align-items: end; gap: 45px; margin: 56px auto 22px; padding: 22px 0; border-block: 1px solid #d8cec1; }
.music-search span { display: block; margin-bottom: 8px; color: #796f68; font-size: .875rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.music-search input { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa095; outline: 0; background: transparent; color: #1d1715; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter-row button { padding: 9px 11px; border: 1px solid #d6ccbf; background: transparent; color: #6b645f; font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.filter-row button:hover, .filter-row button.active { border-color: #2b1822; background: #2b1822; color: #fff; }
.result-status { max-width: 1440px; min-height: 18px; margin: 0 auto 20px; color: #766f69; font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.song-grid { max-width: 1440px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.song-card { position: relative; overflow: hidden; border: 1px solid #ded5c8; background: #fff; box-shadow: 0 20px 50px rgba(36,22,25,.07); transition: transform .25s ease, box-shadow .25s ease; }
.song-card:hover { transform: translateY(-5px); box-shadow: 0 25px 60px rgba(36,22,25,.14); }
.song-card[hidden] { display: none; }
.song-art { position: relative; aspect-ratio: 1; overflow: hidden; background: #130b10; }
.song-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.song-card:hover .song-art img { transform: scale(1.025); }
.song-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(6,3,5,.76)); pointer-events: none; }
.song-card.is-playing .song-art::after { background: linear-gradient(180deg, rgba(111,48,89,.13), rgba(6,3,5,.84)); }
.card-play { width: 62px; height: 62px; position: absolute; z-index: 3; right: 18px; bottom: 18px; display: grid; place-items: center; padding-left: 4px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(255,249,236,.95); color: #26131e; font-size: 18px; cursor: pointer; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.card-index { position: absolute; z-index: 3; left: 17px; bottom: 18px; color: #fff; font-family: var(--serif); font-size: 18px; }
.card-copy { padding: 25px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.card-tags span { padding: 5px 7px; background: #f1ebe1; color: #82612e; font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card-copy h3 { min-height: 58px; margin: 17px 0 9px; font-family: var(--serif); font-size: clamp(25px, 2.2vw, 34px); font-weight: 400; line-height: 1.05; }
.card-copy > p { min-height: 50px; margin: 0; color: #706a65; font-size: .875rem; line-height: 1.65; }
.card-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 21px; padding-top: 14px; border-top: 1px solid #e3ddd4; color: #89817a; font-size: .875rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.card-actions { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 8px; margin-top: 17px; }
.card-actions button { min-height: 35px; padding: 7px 10px; border: 1px solid #d7cec2; background: transparent; color: #554d48; font-size: .875rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.card-actions button:last-child { justify-self: end; border: 0; border-bottom: 1px solid #a79e94; }
.card-actions button[aria-pressed="true"] { border-color: #7a4f18; background: #f0dfb7; color: #513714; }
.empty-songs { grid-column: 1 / -1; padding: 75px 25px; border: 1px dashed #cfc3b5; color: #70675f; text-align: center; font-family: var(--serif); font-size: 24px; }

.story-section { min-height: 850px; display: grid; grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); background: #e9ddca; color: #1a1311; }
.story-cover { min-height: 760px; position: relative; overflow: hidden; background: #130d10; }
.story-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(9,5,7,.75)); }
.story-cover img { width: 100%; height: 100%; object-fit: cover; }
.story-cover > span { position: absolute; z-index: 2; left: 30px; bottom: 28px; color: #fff; font-family: var(--serif); font-size: 20px; }
.story-copy { align-self: center; max-width: 900px; padding: clamp(70px, 9vw, 140px); }
.story-tabs { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 35px; padding-bottom: 14px; border-bottom: 1px solid #c9bcab; }
.story-tabs button { padding: 9px 12px; border: 0; background: transparent; color: #756b63; font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.story-tabs button[aria-selected="true"] { background: #28161f; color: #fff; }
.story-panel { min-height: 205px; padding: 30px 0; }
.story-panel h3 { margin: 0 0 13px; color: #402522; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.story-panel p { color: #645c56; font-size: .875rem; line-height: 1.85; }
.story-panel blockquote { margin: 25px 0 0; padding-left: 20px; border-left: 3px solid #9d6c28; color: #422f25; font-family: var(--serif); font-size: 22px; font-style: italic; line-height: 1.45; }
.story-panel small { display: block; margin-top: 17px; color: #827971; font-size: .875rem; line-height: 1.7; }
.story-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; }
.text-button { padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #655d58; font-size: .875rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.story-share-links { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 27px; padding-top: 18px; border-top: 1px solid #c9bcab; }
.story-share-links span { color: #7a7068; font-size: .875rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.story-share-links a, .story-share-links button { padding: 5px 0; border: 0; border-bottom: 1px solid #a89c90; background: transparent; color: #514943; font-size: .875rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.radio-tools { padding: clamp(90px, 10vw, 150px) clamp(20px, 6vw, 92px); background: radial-gradient(circle at 75% 15%, rgba(109,47,89,.25), transparent 32%), #0c090b; }
.light-heading .section-kicker { color: var(--gold-bright); }
.light-heading h2 { color: #fff9ef; }
.light-heading > p { color: #92888b; }
.tool-grid { max-width: 1440px; display: grid; grid-template-columns: repeat(4, 1fr); margin: 60px auto 0; border: 1px solid var(--line); }
.tool-grid article { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); }
.tool-grid article:last-child { border-right: 0; }
.tool-grid article > span { color: var(--gold); font-family: var(--serif); font-size: 22px; }
.tool-grid h3 { margin: 50px 0 11px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.tool-grid p { margin: 0; color: #91878a; font-size: .875rem; line-height: 1.75; }
.tool-grid button { align-self: flex-start; margin-top: auto; padding: 9px 0; border: 0; border-bottom: 1px solid rgba(240,208,135,.35); background: transparent; color: var(--gold-bright); font-size: .875rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.mini-list { margin-top: auto; }
.mini-list a, .mini-list small { display: block; padding: 7px 0; color: #b8afb0; font-size: .875rem; line-height: 1.45; }
.mini-list a + a { border-top: 1px solid rgba(255,255,255,.08); }

.connection-section { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: clamp(90px, 10vw, 150px) clamp(22px, 7vw, 110px); background: var(--cream); color: #18110f; }
.connection-section > div > p:not(.section-kicker) { max-width: 800px; color: #675f59; font-size: .875rem; line-height: 1.85; }
.connection-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 30px; }
.connection-section aside { padding: clamp(34px, 5vw, 70px); border: 1px solid #bba77f; background: #24131d; color: #fff; }
.connection-section aside span, .connection-section aside small { color: var(--gold-bright); font-size: .875rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.connection-section blockquote { margin: 35px 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 43px); font-style: italic; line-height: 1.35; }

.platform-section { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; padding: clamp(60px, 7vw, 105px) clamp(22px, 7vw, 110px); border-block: 1px solid var(--line); background: #160d13; }
.platform-section > span { width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(240,208,135,.5); border-radius: 50%; color: var(--gold-bright); font-family: var(--serif); font-size: 25px; }
.platform-section h2 { margin: 12px 0; font-family: var(--serif); font-size: clamp(31px, 3.5vw, 52px); font-weight: 400; }
.platform-section p:not(.section-kicker):not(.copy-status) { max-width: 900px; margin: 0; color: #a09698; font-size: .875rem; line-height: 1.8; }
.copy-status { grid-column: 2 / -1; min-height: 13px; margin: 0; color: var(--gold-bright); font-size: .875rem; }

footer { min-height: 145px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px clamp(22px, 6vw, 90px); background: #050405; }
footer > p, footer > a { color: #777073; font-size: .875rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

.queue-drawer { width: min(92vw, 430px); position: fixed; z-index: 230; top: 0; right: 0; bottom: 104px; overflow-y: auto; padding: 28px; border-left: 1px solid rgba(240,208,135,.32); background: #100b0e; box-shadow: -20px 0 70px rgba(0,0,0,.5); }
.queue-drawer[hidden], .drawer-scrim[hidden] { display: none; }
.drawer-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-heading span { color: var(--gold); font-size: .875rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.drawer-heading h2 { margin: 7px 0 0; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.drawer-heading button { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; font-family: var(--serif); font-size: 25px; cursor: pointer; }
.queue-item { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.queue-item img { width: 54px; height: 54px; object-fit: cover; }
.queue-item strong, .queue-item small { display: block; }
.queue-item strong { font-family: var(--serif); font-size: 14px; font-weight: 400; }
.queue-item small { margin-top: 4px; color: #82797c; font-size: .875rem; }
.queue-item button { border: 0; background: transparent; color: #a99fa1; cursor: pointer; }
.empty-queue { padding: 45px 0; color: #8f8588; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.drawer-actions { display: flex; gap: 10px; margin-top: 25px; }
.drawer-actions button { flex: 1; padding: 12px; border: 1px solid rgba(240,208,135,.35); background: transparent; color: var(--gold-bright); font-size: .875rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.drawer-scrim { position: fixed; z-index: 220; inset: 0 0 104px; background: rgba(3,2,3,.74); backdrop-filter: blur(3px); }

.persistent-player { height: 104px; position: fixed; z-index: 300; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: auto minmax(180px, .72fr) minmax(320px, 1.35fr) minmax(210px, .7fr); align-items: center; gap: 17px; padding: 10px clamp(14px, 2.8vw, 42px); border-top: 1px solid rgba(240,208,135,.33); background: rgba(8,6,7,.97); box-shadow: 0 -15px 50px rgba(0,0,0,.45); backdrop-filter: blur(20px); }
.persistent-player audio { display: none; }
.player-cover { width: 72px; height: 72px; position: relative; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: #1b1117; cursor: pointer; }
.player-cover img { width: 100%; height: 100%; object-fit: cover; }
.player-cover i { position: absolute; inset: 0; border: 2px solid transparent; }
.persistent-player[data-playing="true"] .player-cover i { border-color: rgba(240,208,135,.6); animation: coverPulse 1.8s ease-in-out infinite; }
@keyframes coverPulse { 50% { box-shadow: inset 0 0 20px rgba(240,208,135,.45); } }
.player-title { min-width: 0; }
.player-title small, .player-title span { display: block; color: #847b7e; font-size: .875rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.player-title strong { display: block; overflow: hidden; margin: 6px 0; color: #fff9ef; font-family: var(--serif); font-size: 16px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.player-center { min-width: 0; }
.player-controls { display: flex; justify-content: center; align-items: center; gap: clamp(8px, 2vw, 25px); }
.player-controls button, .player-extras button { min-width: 33px; min-height: 33px; border: 0; background: transparent; color: #b7adaf; font-size: 14px; cursor: pointer; }
.player-controls button[aria-pressed="true"], .player-controls button[data-mode]:not([data-mode="off"]), .player-extras button[aria-pressed="true"] { color: var(--gold-bright); }
.player-controls .main-play { width: 45px; height: 45px; display: grid; place-items: center; padding-left: 3px; border-radius: 50%; background: var(--gold-bright); color: #20130c; font-size: 15px; }
.timeline { display: grid; grid-template-columns: 35px 1fr 35px; align-items: center; gap: 8px; margin-top: 3px; }
.timeline span { color: #766e70; font-size: .875rem; text-align: center; }
.timeline input, .player-extras input { height: 4px; accent-color: var(--gold-bright); cursor: pointer; }
.player-extras { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.player-extras label { display: flex; align-items: center; gap: 7px; color: #8c8385; font-size: .875rem; }
.player-extras input { width: 78px; }
.player-extras button span { color: var(--gold-bright); font-size: .875rem; }
.player-status { position: absolute; right: 20px; top: -20px; margin: 0; color: var(--gold-bright); font-size: .875rem; }

body.large-text { font-size: 118%; }
body.large-text .card-copy > p, body.large-text .section-heading > p, body.large-text .story-panel p, body.large-text .tool-grid p { font-size: .78rem; }
body.high-contrast { --gold-bright: #ffe28c; --muted: #ded7d8; }
body.high-contrast .songs-section, body.high-contrast .story-section, body.high-contrast .connection-section { filter: contrast(1.12); }
body.reduce-motion *, body.reduce-motion *::before, body.reduce-motion *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }

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

@media (max-width: 1180px) {
  .radio-header nav a:nth-last-child(n+4) { display: none; }
  .radio-hero { grid-template-columns: 1fr; }
  .broadcast-card { min-height: 760px; border-top: 1px solid var(--line); border-left: 0; }
  .broadcast-orbit { width: 720px; height: 720px; }
  .song-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .tool-grid article:nth-child(2) { border-right: 0; }
  .tool-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .persistent-player { grid-template-columns: auto 1fr 1.25fr; }
  .player-extras { display: none; }
}

@media (max-width: 820px) {
  body { padding-bottom: 126px; }
  .access-bar { justify-content: flex-start; overflow-x: auto; }
  .access-bar span { display: none; }
  .access-bar button { white-space: nowrap; }
  .radio-header { min-height: 68px; padding: 9px 15px; }
  .radio-header nav a { display: none !important; }
  .radio-header nav button { font-size: .875rem; }
  .radio-header nav button:first-of-type { display: none; }
  .radio-brand > span { width: 41px; height: 41px; }
  .hero-copy { padding: 78px 22px 90px; }
  .hero-copy h1 { font-size: clamp(62px, 17vw, 96px); }
  .broadcast-card { min-height: 650px; padding: 70px 22px; }
  .broadcast-cover { width: min(76%, 440px); }
  .spotlight-band { grid-template-columns: 1fr; gap: 12px; padding-block: 24px; }
  .section-heading, .music-controls, .story-section, .connection-section { grid-template-columns: 1fr; }
  .section-heading { gap: 22px; }
  .filter-row { justify-content: flex-start; }
  .story-cover { min-height: 650px; }
  .story-copy { padding: 75px 25px; }
  .platform-section { grid-template-columns: auto 1fr; }
  .platform-section .button { grid-column: 1 / -1; }
  .persistent-player { height: 126px; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 10px; padding: 8px 13px; }
  .player-cover { width: 58px; height: 58px; }
  .player-center { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; }
  .player-controls { justify-content: flex-start; gap: 8px; }
  .player-controls button:first-child, .player-controls button:last-child { display: none; }
  .player-controls .main-play { width: 38px; height: 38px; }
  .timeline { margin: 0; }
  .player-extras { display: flex; }
  .player-extras label { display: none; }
  .player-extras button:last-child { display: none; }
  .player-status { display: none; }
  .queue-drawer { bottom: 126px; }
  .drawer-scrim { bottom: 126px; }
}

@media (max-width: 560px) {
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-metrics { grid-template-columns: 1fr; }
  .hero-metrics div + div { border-top: 1px solid var(--line); border-left: 0; }
  .broadcast-card { min-height: 535px; }
  .broadcast-cover { width: 78%; }
  .broadcast-cover > button { width: 56px; height: 56px; right: -12px; bottom: -12px; }
  .song-grid, .tool-grid { grid-template-columns: 1fr; }
  .tool-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .tool-grid article:last-child { border-bottom: 0; }
  .song-card:hover { transform: none; }
  .story-cover { min-height: 520px; }
  .story-actions { align-items: stretch; flex-direction: column; }
  .platform-section { grid-template-columns: 1fr; }
  .platform-section > span { width: 67px; height: 67px; }
  .copy-status { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; }
  .player-title strong { font-size: 14px; }
}

@media print {
  .access-bar, .radio-header, .radio-hero, .spotlight-band, .music-controls, .song-grid, .radio-tools, .platform-section, .persistent-player, .queue-drawer, .drawer-scrim, footer { display: none !important; }
  body { padding: 0; background: #fff; color: #000; }
  .story-section, .connection-section { min-height: 0; display: block; padding: 20mm; background: #fff; color: #000; }
  .story-cover { display: none; }
}
