:root{
  color-scheme:dark;
  --ink:#050507;
  --ink-2:#0a0a0f;
  --ink-3:#121219;
  --paper:#f8f6ee;
  --muted:#aaa7b0;
  --muted-2:#77747d;
  --line:rgba(255,255,255,.10);
  --line-soft:rgba(255,255,255,.065);
  --yellow:#ffd41f;
  --yellow-2:#ffb800;
  --pink:#ff2e89;
  --magenta:#d829ff;
  --purple:#6f4cff;
  --amber:#ff8a00;
  --green:#4ee37a;
  --danger:#ff5d65;
  --glass:rgba(18,18,25,.72);
  --glass-strong:rgba(20,20,28,.90);
  --shadow:0 32px 100px rgba(0,0,0,.48);
  --shadow-soft:0 18px 52px rgba(0,0,0,.32);
  --page:1360px;
  --header-h:78px;
  --dock-h:82px;
  --radius-xl:40px;
  --radius-lg:28px;
  --radius-md:20px;
  --radius-sm:14px;
  --ease:cubic-bezier(.2,.8,.2,1);
  --font:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;
  --script:"URW Chancery L","Z003","Snell Roundhand","Apple Chancery","Segoe Script","Brush Script MT",cursive;
}
*{box-sizing:border-box}
html{overflow-x:clip;scroll-behavior:smooth;background:var(--ink)}
body{margin:0;min-width:320px;background:
  radial-gradient(1200px 650px at 78% -12%,rgba(216,41,255,.12),transparent 62%),
  radial-gradient(900px 560px at 8% 10%,rgba(255,184,0,.09),transparent 58%),
  linear-gradient(180deg,#08080c 0,#050507 42%,#060609 100%);
  color:var(--paper);font-family:var(--font);font-size:16px;line-height:1.45;padding-bottom:calc(var(--dock-h) + 28px);overflow-x:hidden}
body.menu-open{overflow:hidden}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{color:inherit}
::selection{background:var(--yellow);color:#111}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
[hidden]{display:none!important}
.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}
.skip-link{position:fixed;left:18px;top:12px;z-index:1000;background:var(--yellow);color:#111;padding:10px 16px;border-radius:999px;font-weight:800;transform:translateY(-150%);transition:.2s}
.skip-link:focus{transform:none}

/* Shell */
.site-header{position:fixed;top:12px;left:50%;z-index:80;transform:translateX(-50%);width:min(calc(100% - 24px),var(--page));height:var(--header-h);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:0 14px 0 18px;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:linear-gradient(180deg,rgba(18,18,25,.83),rgba(9,9,14,.76));box-shadow:0 16px 54px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.07);backdrop-filter:blur(22px) saturate(1.3);transition:transform .35s var(--ease),background .35s,box-shadow .35s}
.site-header.scrolled{background:rgba(8,8,12,.88);box-shadow:0 14px 44px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.06)}
.brand-link{display:flex;align-items:center;width:150px;min-width:150px}
.brand-link img{width:150px;height:auto;filter:drop-shadow(0 7px 18px rgba(0,0,0,.45))}
.main-nav{justify-self:center;display:flex;align-items:center;gap:4px;padding:5px;border:1px solid rgba(255,255,255,.055);border-radius:999px;background:rgba(255,255,255,.025)}
.main-nav a{position:relative;padding:10px 15px;border-radius:999px;color:#c7c4cc;font-size:.78rem;font-weight:720;letter-spacing:.015em;transition:.25s var(--ease)}
.main-nav a:hover{color:#fff;background:rgba(255,255,255,.055)}
.main-nav a.active{background:#fff;color:#111;box-shadow:0 7px 24px rgba(255,255,255,.1)}
.header-actions{display:flex;align-items:center;gap:8px}
.live-button,.menu-button,.icon-button{border:0;cursor:pointer}
.live-button{min-height:48px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#ffe45d,#ffc70d);color:#111;font-weight:850;font-size:.77rem;box-shadow:0 12px 30px rgba(255,194,0,.22),inset 0 1px 0 rgba(255,255,255,.65);transition:transform .2s var(--ease),box-shadow .2s}
.live-button:hover{transform:translateY(-1px);box-shadow:0 15px 34px rgba(255,194,0,.3),inset 0 1px 0 rgba(255,255,255,.65)}
.live-dot{width:8px;height:8px;border-radius:50%;background:#ff365f;box-shadow:0 0 0 5px rgba(255,54,95,.12);animation:pulseDot 1.8s infinite}
.menu-button,.icon-button{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);transition:.2s var(--ease)}
.menu-button:hover,.icon-button:hover{background:rgba(255,255,255,.09)}
.menu-button svg,.icon-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.menu-button{display:none}

.mobile-menu{position:fixed;inset:0;z-index:110;visibility:hidden;opacity:0;transition:.3s var(--ease)}
.mobile-menu.open{visibility:visible;opacity:1}
.mobile-menu-backdrop{position:absolute;inset:0;background:rgba(1,1,3,.72);backdrop-filter:blur(10px)}
.mobile-menu-panel{position:absolute;top:12px;right:12px;bottom:12px;width:min(430px,calc(100% - 24px));padding:20px;border:1px solid rgba(255,255,255,.11);border-radius:32px;background:linear-gradient(160deg,rgba(25,23,31,.98),rgba(8,8,12,.98));box-shadow:var(--shadow);transform:translateX(110%);transition:.42s var(--ease);overflow:auto}
.mobile-menu.open .mobile-menu-panel{transform:none}
.menu-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--line)}
.menu-head img{width:170px;height:auto}
.menu-close{width:46px;height:46px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.04);display:grid;place-items:center;cursor:pointer}
.menu-close svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}
.mobile-nav{display:grid;gap:8px;padding:22px 0}
.mobile-nav a{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:13px;border-radius:20px;border:1px solid transparent;transition:.25s}
.mobile-nav a:hover,.mobile-nav a.active{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.08)}
.mobile-nav .nav-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(255,212,31,.18),rgba(216,41,255,.08));color:var(--yellow)}
.mobile-nav svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mobile-nav strong{display:block;font-size:1.06rem}
.mobile-nav small{display:block;color:var(--muted);font-size:.72rem;margin-top:2px}
.mobile-nav .arrow{color:#666;font-size:1.2rem}
.menu-footer{margin-top:12px;padding:20px;border-radius:24px;background:linear-gradient(135deg,rgba(255,212,31,.13),rgba(216,41,255,.09));border:1px solid var(--line)}
.menu-footer p{margin:0 0 14px;color:#ddd6e2}

.app-main{min-height:100vh}
.page{width:min(calc(100% - 36px),var(--page));margin:0 auto;padding-top:calc(var(--header-h) + 48px)}
.page-enter{animation:pageIn .55s var(--ease) both}
.connection-banner{position:fixed;top:100px;left:50%;z-index:70;transform:translate(-50%,-20px);opacity:0;pointer-events:none;padding:9px 14px;border-radius:999px;background:rgba(22,22,28,.92);border:1px solid var(--line);box-shadow:var(--shadow-soft);font-size:.72rem;font-weight:760;transition:.3s}
.connection-banner.show{transform:translate(-50%,0);opacity:1}
.connection-banner.error{color:#ffe0e2;border-color:rgba(255,93,101,.35)}

/* Type / controls */
.eyebrow{margin:0;color:var(--yellow);font-size:.69rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.display{margin:0;font-weight:940;letter-spacing:-.072em;line-height:.86}
.gradient-text{background:linear-gradient(110deg,#fff 0,#fff4ba 36%,#ffd41f 68%,#ff9d19 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.script-lockup{display:grid;justify-items:start;line-height:.69;margin:14px 0 20px;transform:rotate(-1.5deg);transform-origin:left center}
.script-lockup span{font-family:var(--script);font-style:italic;font-weight:700;color:var(--yellow);font-size:clamp(4.4rem,8.6vw,8.4rem);letter-spacing:-.045em;white-space:nowrap;text-shadow:0 4px 0 rgba(0,0,0,.96),0 14px 34px rgba(255,177,0,.19)}
.script-lockup span+span{margin-left:.3em;margin-top:.08em}
.lead-copy{font-size:clamp(1rem,1.5vw,1.22rem);color:#c8c4cd;max-width:680px}
.primary-action,.secondary-action,.text-action{appearance:none;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;border-radius:999px;padding:0 20px;font-size:.8rem;font-weight:850;letter-spacing:.01em;transition:transform .2s var(--ease),background .2s,box-shadow .2s,border-color .2s}
.primary-action{background:linear-gradient(180deg,#ffe45e,#ffc60e);color:#111;box-shadow:0 14px 34px rgba(255,195,0,.2),inset 0 1px 0 rgba(255,255,255,.65)}
.primary-action:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(255,195,0,.28),inset 0 1px 0 rgba(255,255,255,.65)}
.secondary-action{background:rgba(255,255,255,.055);color:#fff;border:1px solid rgba(255,255,255,.11)}
.secondary-action:hover{background:rgba(255,255,255,.09);transform:translateY(-1px)}
.text-action{min-height:auto;padding:8px 0;border-radius:0;background:none;color:var(--yellow)}
.primary-action svg,.secondary-action svg,.text-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.action-row{display:flex;flex-wrap:wrap;gap:11px;margin-top:26px}
.chip-row{display:flex;flex-wrap:wrap;gap:8px}
.chip{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:.66rem;font-weight:780;color:#d8d5dd}
.chip.live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(78,227,122,.12)}
.section{position:relative;padding:96px 0;border-top:1px solid rgba(255,255,255,.06)}
.section:first-of-type{border-top:0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-head h2{font-size:clamp(3.5rem,7vw,7.3rem)}
.section-head p{max-width:460px;margin:0;color:var(--muted)}

/* Hero */
.hero{min-height:calc(100vh - 34px);display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);align-items:center;gap:clamp(30px,5vw,78px);padding:70px 0 86px}
.hero-copy{position:relative;z-index:2;padding-left:clamp(0px,2vw,26px)}
.hero-wordmark{width:clamp(240px,26vw,390px);margin-bottom:24px;filter:drop-shadow(0 14px 30px rgba(0,0,0,.35))}
.hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.hero-meta span{font-size:.68rem;font-weight:770;color:#b9b5bf;padding:8px 11px;border-radius:999px;border:1px solid var(--line-soft);background:rgba(255,255,255,.025)}
.art-sculpture{position:relative;min-height:690px;display:grid;place-items:center;isolation:isolate}
.art-sculpture:before{content:"";position:absolute;width:min(54vw,720px);height:min(54vw,720px);border-radius:50%;background:radial-gradient(circle,rgba(255,201,0,.20),rgba(255,46,137,.08) 38%,transparent 70%);filter:blur(18px);z-index:-2}
.art-rings{position:absolute;width:min(48vw,650px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 20px rgba(255,255,255,.018),0 0 0 54px rgba(255,255,255,.014),0 0 0 92px rgba(255,255,255,.009)}
.art-rings:before,.art-rings:after{content:"";position:absolute;inset:13%;border-radius:50%;border:1px solid rgba(255,210,31,.24);transform:rotate(30deg)}
.art-rings:after{inset:27%;border-color:rgba(255,46,137,.2);transform:rotate(-28deg)}
.art-card{position:relative;width:min(38vw,530px);aspect-ratio:1;border-radius:42px;padding:10px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.035));box-shadow:0 42px 100px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.08);transform:rotate(-3deg);transition:transform .6s var(--ease)}
.art-card:hover{transform:rotate(-1deg) translateY(-8px)}
.art-card img{width:100%;height:100%;border-radius:34px;object-fit:cover;background:#101015}
.on-air-tag{position:absolute;top:-18px;left:28px;z-index:3;padding:10px 15px;border-radius:999px;background:#ff2e62;color:#fff;font-size:.66rem;font-weight:930;letter-spacing:.12em;text-transform:uppercase;box-shadow:0 12px 28px rgba(255,46,98,.28);transform:rotate(-3deg)}
.track-glass{position:absolute;left:-44px;right:-44px;bottom:-76px;padding:20px 22px;border-radius:26px;background:linear-gradient(180deg,rgba(26,25,33,.89),rgba(12,12,17,.92));border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 64px rgba(0,0,0,.5);backdrop-filter:blur(22px)}
.track-glass small{display:flex;align-items:center;justify-content:space-between;color:var(--yellow);font-size:.61rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.track-glass h2{margin:9px 0 0;font-size:clamp(1.55rem,3vw,2.6rem);letter-spacing:-.045em;line-height:1}
.track-glass p{margin:5px 0 0;color:#b7b3bd}
.track-progress{height:3px;margin-top:16px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.track-progress i{display:block;width:43%;height:100%;background:linear-gradient(90deg,var(--yellow),var(--pink));animation:progressDrift 9s ease-in-out infinite alternate}
.show-note{position:absolute;right:-58px;top:15%;width:180px;padding:17px 18px;border-radius:6px 22px 22px 22px;background:#fff8cf;color:#15130b;box-shadow:0 22px 54px rgba(0,0,0,.34);transform:rotate(5deg)}
.show-note small{display:block;font-size:.58rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#8f7500}
.show-note strong{display:block;margin-top:6px;font-size:1rem;line-height:1.05}
.show-note span{display:block;margin-top:5px;font-size:.69rem;color:#6d6650}

/* Home editorial sections */
.movement-strip{width:100%;margin-left:0;overflow:hidden;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);background:rgba(255,255,255,.018)}
.movement-strip div{display:flex;width:max-content;gap:24px;padding:15px 0;animation:marquee 34s linear infinite}
.movement-strip span{display:flex;align-items:center;gap:24px;color:#bbb7c0;font-size:.66rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap}
.movement-strip span:after{content:"✦";color:var(--yellow)}
.host-feature{display:grid;grid-template-columns:minmax(390px,.95fr) minmax(0,1.05fr);min-height:720px;border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(135deg,#16131b,#0b0b10 70%);box-shadow:var(--shadow);border:1px solid var(--line-soft)}
.host-portrait{position:relative;min-height:720px;overflow:hidden}
.host-portrait img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:saturate(.98) contrast(1.03)}
.host-portrait:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,rgba(11,11,16,.92)),linear-gradient(0deg,rgba(11,11,16,.85),transparent 38%)}
.host-copy{position:relative;padding:clamp(42px,6vw,88px);display:flex;flex-direction:column;justify-content:center}
.host-copy:before{content:"ON AIR";position:absolute;right:-10px;top:30px;font-size:clamp(5rem,10vw,11rem);font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.025);white-space:nowrap}
.host-copy h2{font-size:clamp(4.6rem,8vw,8.6rem)}
.host-copy h3{margin:12px 0 0;font-size:clamp(1.3rem,2vw,1.9rem);color:#f3dc6f}
.host-copy>p{max-width:590px;color:#bdb9c3;font-size:1.04rem}
.next-up{display:grid;grid-template-columns:62px 1fr;gap:13px;align-items:center;margin-top:26px;padding:13px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.035)}
.next-up img{width:62px;height:62px;border-radius:16px;object-fit:cover}
.next-up small{display:block;color:var(--yellow);font-size:.58rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.next-up strong{display:block;margin-top:3px}
.next-up span{display:block;color:var(--muted);font-size:.7rem;margin-top:2px}

.track-rail{contain:inline-size;max-width:100%;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding:5px 2px 22px;scrollbar-width:none}
.track-rail::-webkit-scrollbar{display:none}
.track-card{scroll-snap-align:start;min-width:0}
.track-art{position:relative;aspect-ratio:1;border-radius:24px;overflow:hidden;background:#111117;box-shadow:0 16px 38px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.07)}
.track-art img{width:100%;height:100%;object-fit:cover;transition:transform .45s var(--ease)}
.track-card:hover .track-art img{transform:scale(1.035)}
.track-index{position:absolute;left:11px;top:11px;min-width:28px;height:28px;padding:0 8px;display:grid;place-items:center;border-radius:999px;background:rgba(5,5,8,.74);backdrop-filter:blur(10px);font-size:.57rem;font-weight:900;color:var(--yellow)}
.track-card h3{margin:13px 0 0;font-size:.98rem;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.track-card p{margin:4px 0 0;color:var(--muted);font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.track-card time{display:block;margin-top:7px;color:#74717a;font-size:.6rem}

.pulse-home{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
.pulse-lead-home{position:relative;min-height:610px;border-radius:var(--radius-xl);overflow:hidden;background:linear-gradient(140deg,#201e27,#0b0b10);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.pulse-lead-home:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 100% 0,rgba(255,212,31,.26),transparent 42%),radial-gradient(circle at 0 100%,rgba(216,41,255,.18),transparent 47%)}
.pulse-lead-inner{position:absolute;inset:0;padding:clamp(30px,5vw,66px);display:flex;flex-direction:column;justify-content:space-between}
.pulse-lead-inner h2{font-size:clamp(4.7rem,9vw,9rem);max-width:780px}
.pulse-story-home{max-width:720px;padding:24px;border-radius:25px;background:rgba(8,8,12,.58);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(18px)}
.pulse-story-home h3{margin:12px 0 0;font-size:clamp(1.5rem,3vw,2.45rem);line-height:1.02;letter-spacing:-.045em}
.pulse-story-home p{color:#bbb6c1}
.utility-stack{display:grid;grid-template-rows:1fr 1fr;gap:22px}
.weather-block,.world-block{position:relative;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.weather-block{padding:34px;background:linear-gradient(150deg,#ffd720,#ff9917 60%,#ff4e24);color:#17120a}
.weather-block:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(15,12,0,.16);border-radius:50%;right:-80px;top:-90px;box-shadow:0 0 0 24px rgba(15,12,0,.04),0 0 0 54px rgba(15,12,0,.03)}
.weather-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;position:relative;z-index:1}
.weather-temp{font-size:clamp(5rem,9vw,8.5rem);font-weight:950;letter-spacing:-.09em;line-height:.8}
.weather-temp sup{font-size:.28em;vertical-align:top}
.weather-icon{width:82px;height:82px}
.weather-icon svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:5}
.weather-block h3{position:relative;z-index:1;margin:26px 0 0;font-size:1.45rem}
.weather-block p{position:relative;z-index:1;margin:5px 0 0;color:rgba(20,15,0,.72)}
.world-block{padding:34px;background:radial-gradient(circle at 70% 25%,rgba(255,212,31,.13),transparent 35%),linear-gradient(150deg,#17151d,#09090e)}
.world-block h3{margin:14px 0 0;font-size:clamp(2.2rem,4vw,4rem);line-height:.91;letter-spacing:-.055em}
.world-globe{position:absolute;width:260px;height:260px;border-radius:50%;right:-72px;bottom:-90px;border:1px solid rgba(255,212,31,.28);box-shadow:inset 0 0 50px rgba(255,212,31,.05),0 0 0 28px rgba(255,255,255,.015),0 0 0 58px rgba(255,255,255,.008)}
.world-globe:before,.world-globe:after{content:"";position:absolute;inset:16%;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.world-globe:after{inset:37% 8%;border-radius:50%}
.world-list{position:relative;z-index:1;display:grid;gap:8px;margin-top:22px}
.world-row{display:grid;grid-template-columns:26px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid rgba(255,255,255,.07);font-size:.72rem}
.world-row span:first-child{color:var(--yellow);font-weight:900}
.world-row b{font-size:.62rem;color:#aaa5af;font-weight:700}

.request-promo{position:relative;min-height:520px;border-radius:var(--radius-xl);overflow:hidden;padding:clamp(38px,6vw,82px);display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);align-items:center;gap:30px;background:linear-gradient(118deg,#ffe238 0,#ffbf13 44%,#ff4d84 100%);color:#120d09;box-shadow:0 34px 90px rgba(255,92,58,.16)}
.request-promo:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.14),transparent 45%),radial-gradient(circle at 80% 10%,rgba(255,255,255,.36),transparent 24%)}
.request-promo-copy{position:relative;z-index:2}
.request-promo h2{font-size:clamp(4.5rem,9vw,9rem);max-width:820px}
.request-promo p{max-width:620px;color:rgba(18,13,9,.75);font-size:1.05rem}
.request-promo .primary-action{background:#111;color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.22)}
.request-promo-art{position:relative;z-index:2;display:grid;place-items:center}
.request-logo-orbit{width:min(32vw,390px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:rgba(10,8,8,.94);box-shadow:0 30px 72px rgba(0,0,0,.34),0 0 0 18px rgba(0,0,0,.08),0 0 0 42px rgba(255,255,255,.1);transform:rotate(5deg)}
.request-logo-orbit img{width:78%;height:auto;object-fit:contain;filter:drop-shadow(0 15px 25px rgba(0,0,0,.25))}

.remyxx-feature{display:grid;grid-template-columns:minmax(380px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(30px,6vw,84px);min-height:680px;padding:clamp(38px,6vw,80px);border-radius:var(--radius-xl);background:radial-gradient(circle at 15% 20%,rgba(216,41,255,.16),transparent 36%),radial-gradient(circle at 85% 90%,rgba(255,212,31,.1),transparent 40%),#0c0b11;border:1px solid var(--line-soft);box-shadow:var(--shadow)}
.remyxx-visual{position:relative;min-height:480px;display:grid;place-items:center}
.remyxx-disc{position:absolute;width:min(37vw,470px);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,#131319 0 4px,#09090d 5px 8px);box-shadow:0 25px 70px rgba(0,0,0,.48);animation:spin 28s linear infinite}
.remyxx-disc:after{content:"";position:absolute;inset:40%;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 10px #111}
.remyxx-cover{position:relative;width:min(30vw,390px);aspect-ratio:1;padding:9px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.03));box-shadow:0 30px 72px rgba(0,0,0,.5);transform:translateX(-10%) rotate(-5deg)}
.remyxx-cover img{width:100%;height:100%;object-fit:cover;border-radius:27px;background:#111}
.remyxx-copy h2{font-size:clamp(5rem,9vw,9rem)}
.remyxx-copy>p{max-width:600px;color:#b8b4bf;font-size:1.05rem}

/* Page mastheads */
.masthead{position:relative;min-height:520px;padding:90px 0 72px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px;border-bottom:1px solid var(--line-soft);overflow:hidden}
.masthead:before{content:attr(data-ghost);position:absolute;right:-20px;bottom:-.18em;color:rgba(255,255,255,.018);font-size:clamp(8rem,22vw,23rem);font-weight:950;letter-spacing:-.1em;white-space:nowrap;pointer-events:none}
.masthead h1{font-size:clamp(5rem,12vw,12rem);max-width:1000px}
.masthead p{max-width:650px;color:#bcb8c2;font-size:clamp(1rem,1.6vw,1.22rem)}
.masthead-side{align-self:center;justify-self:end;max-width:300px}
.masthead-side img{width:230px;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}

/* Request */
.request-hero{min-height:760px;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);gap:50px;align-items:center;padding:70px 0 100px}
.request-hero h1{font-size:clamp(5.2rem,10vw,10rem);max-width:870px}
.request-hero-copy p:not(.eyebrow){max-width:620px;color:#bbb7c1;font-size:1.08rem}
.request-steps{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.request-steps span{display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.03);font-size:.68rem;font-weight:760;color:#cbc7d0}
.request-steps b{color:var(--yellow)}
.request-art-stack{position:relative;min-height:600px;display:grid;place-items:center}
.request-art-disc{position:absolute;width:min(42vw,560px);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,#17171d 0 4px,#08080c 5px 8px);box-shadow:0 30px 90px rgba(0,0,0,.5);animation:spin 36s linear infinite}
.request-art-disc:after{content:"";position:absolute;inset:42%;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 12px #111}
.request-art-card{position:relative;width:min(34vw,450px);aspect-ratio:1;border-radius:38px;padding:9px;background:linear-gradient(145deg,rgba(255,255,255,.2),rgba(255,255,255,.03));box-shadow:0 32px 90px rgba(0,0,0,.55);transform:rotate(5deg)}
.request-art-card img{width:100%;height:100%;object-fit:cover;border-radius:30px}
.request-now-card{position:absolute;left:8%;right:2%;bottom:18px;padding:17px 19px;border-radius:23px;background:rgba(15,15,21,.88);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(18px);box-shadow:0 18px 44px rgba(0,0,0,.38)}
.request-now-card small{color:var(--yellow);font-size:.58rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.request-now-card strong{display:block;margin-top:5px;font-size:1.12rem}
.request-now-card span{display:block;color:var(--muted);font-size:.72rem;margin-top:2px}
.request-studio{position:relative;margin-bottom:100px;border-radius:44px;background:linear-gradient(160deg,rgba(28,26,34,.95),rgba(9,9,13,.97));border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow);overflow:hidden}
.request-studio:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,var(--yellow),var(--pink),transparent)}
.request-status{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:32px 36px;border-bottom:1px solid var(--line-soft)}
.request-status h2{margin:8px 0 0;font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.055em;line-height:.95}
.request-status p{margin:8px 0 0;color:var(--muted)}
.status-pill{display:flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:rgba(78,227,122,.09);border:1px solid rgba(78,227,122,.23);color:#9dffb6;font-size:.65rem;font-weight:850}
.status-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(78,227,122,.12)}
.status-pill.closed{background:rgba(255,93,101,.09);border-color:rgba(255,93,101,.22);color:#ffc1c5}
.status-pill.closed:before{background:var(--danger)}
.request-body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);gap:0}
.request-main{padding:36px;border-right:1px solid var(--line-soft)}
.request-side{padding:36px;background:rgba(255,255,255,.018)}
.progress-line{display:grid;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:10px;margin-bottom:30px}
.progress-step{display:flex;align-items:center;gap:9px;color:#76727c;font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.progress-step b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.055);border:1px solid var(--line);color:#aaa5af}
.progress-step.active{color:#fff}
.progress-step.active b{background:var(--yellow);color:#111;border-color:var(--yellow)}
.progress-line i{height:1px;background:rgba(255,255,255,.09)}
.search-intro{display:flex;justify-content:space-between;gap:20px;align-items:start;margin-bottom:22px}
.search-intro h3{margin:7px 0 0;font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.07em;line-height:.9}
.search-intro p{color:var(--muted);max-width:500px}
.search-spark{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#ffe350,#ffc50e);color:#111;font-size:1.5rem;box-shadow:0 13px 30px rgba(255,195,0,.18)}
.search-bar{display:grid;grid-template-columns:1fr auto;gap:9px;padding:8px;border-radius:24px;background:#f5f2e9;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1),0 16px 34px rgba(0,0,0,.23)}
.search-bar input{width:100%;height:58px;border:0;background:transparent;color:#151319;padding:0 16px;font-weight:700;outline:none}
.search-bar input::placeholder{color:#817d85}
.search-bar button{width:58px;height:58px;border:0;border-radius:18px;background:var(--yellow);color:#111;display:grid;place-items:center;cursor:pointer}
.search-bar svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2}
.request-results{display:grid;gap:9px;margin-top:18px;max-height:520px;overflow:auto;padding-right:4px}
.request-result{width:100%;display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:13px;padding:10px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:rgba(255,255,255,.03);text-align:left;cursor:pointer;transition:.22s var(--ease)}
.request-result:hover:not(:disabled){background:rgba(255,255,255,.065);transform:translateY(-1px);border-color:rgba(255,212,31,.22)}
.request-result img{width:62px;height:62px;border-radius:15px;object-fit:cover;background:#111}
.request-result strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.request-result span span{display:block;margin-top:3px;color:var(--muted);font-size:.72rem}
.request-result small{display:block;margin-top:4px;color:#74717b;font-size:.61rem}
.request-result em{font-style:normal;font-size:.61rem;font-weight:830;color:#17120a;padding:7px 10px;border-radius:999px;background:var(--yellow)}
.request-result:disabled{opacity:.5;cursor:not-allowed}
.request-result:disabled em{background:rgba(255,255,255,.09);color:#bbb}
.request-empty{padding:42px 22px;border:1px dashed rgba(255,255,255,.11);border-radius:24px;text-align:center;color:var(--muted);margin-top:18px}
.request-empty strong{display:block;color:#fff;font-size:1.18rem}
.request-empty p{margin:6px 0 0}
.recent-request-list{display:grid;gap:0;margin-top:14px}
.recent-request{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.065)}
.recent-request:last-child{border-bottom:0}
.recent-request strong{display:block;font-size:.84rem}
.recent-request span{display:block;color:var(--muted);font-size:.66rem;margin-top:3px}
.request-trust{margin-top:28px;padding:22px;border-radius:23px;background:linear-gradient(145deg,rgba(255,212,31,.12),rgba(255,46,137,.055));border:1px solid rgba(255,212,31,.13)}
.request-trust img{width:78px;height:auto;margin-bottom:12px}
.request-trust h3{margin:8px 0 0;font-size:1.35rem}
.request-trust p{color:#b9b4bf;font-size:.78rem;margin-bottom:0}
.selected-song{display:grid;grid-template-columns:180px 1fr auto;gap:22px;align-items:center;margin-bottom:28px;padding:18px;border-radius:26px;background:linear-gradient(120deg,rgba(255,212,31,.12),rgba(216,41,255,.065));border:1px solid rgba(255,255,255,.09)}
.selected-song img{width:180px;height:180px;border-radius:22px;object-fit:cover;box-shadow:0 18px 46px rgba(0,0,0,.35)}
.selected-song strong{display:block;font-size:clamp(1.8rem,4vw,3.5rem);letter-spacing:-.055em;line-height:.95}
.selected-song span{display:block;color:#c2bdc8;margin-top:7px}
.selected-song small{display:inline-flex;margin-top:12px;color:#111;background:var(--yellow);padding:6px 9px;border-radius:999px;font-weight:850;font-size:.58rem}
.change-song{align-self:start;border:0;background:rgba(255,255,255,.06);border:1px solid var(--line);color:#fff;border-radius:999px;padding:9px 12px;cursor:pointer;font-size:.67rem;font-weight:800}
.request-form-head h3{margin:7px 0 0;font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.065em;line-height:.92}
.request-form-head p{color:var(--muted)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.field{display:grid;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:.66rem;font-weight:840;color:#ded9e4}
.field label span{color:#77727d;font-weight:650}
.field input,.field textarea,.field select{width:100%;border-radius:18px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:#fff;padding:15px 16px;outline:none;transition:.2s}
.field input{height:54px}
.field textarea{min-height:112px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus{border-color:rgba(255,212,31,.48);box-shadow:0 0 0 4px rgba(255,212,31,.08)}
.field small{color:#77727d;font-size:.61rem}
.request-submit{width:100%;margin-top:18px}
.form-note{min-height:22px;margin:13px 0 0;color:#9c98a2;font-size:.7rem}
.request-success{padding:48px;border-radius:30px;background:radial-gradient(circle at top right,rgba(255,212,31,.22),transparent 38%),rgba(255,255,255,.035);border:1px solid rgba(255,212,31,.15)}
.request-success img{width:120px;height:auto}
.request-success h3{font-size:clamp(3rem,6vw,6rem);margin:22px 0 0}
.request-success p{color:#c0bbc5;max-width:580px}

/* Pulse */
.pulse-utility{display:grid;grid-template-columns:1fr 1fr minmax(240px,.75fr);gap:16px;padding:24px 0 38px}
.utility-card{border-radius:26px;padding:24px;background:linear-gradient(150deg,rgba(24,24,31,.92),rgba(10,10,15,.94));border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.utility-card.weather{background:linear-gradient(145deg,#ffd926,#ff9f16);color:#181106}
.utility-card h2{margin:8px 0 0;font-size:1.45rem;line-height:1.05}
.utility-card p{color:var(--muted);font-size:.75rem}
.utility-card.weather p{color:rgba(24,17,6,.7)}
.utility-card .weather-temp{font-size:4.7rem}
.pulse-tabs{position:sticky;top:104px;z-index:20;display:flex;gap:8px;overflow-x:auto;padding:8px;margin:0 -8px 32px;background:rgba(5,5,7,.74);backdrop-filter:blur(16px);border-radius:999px;scrollbar-width:none}
.pulse-tabs::-webkit-scrollbar{display:none}
.pulse-tabs button{white-space:nowrap;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.035);color:#b9b5bf;padding:10px 16px;cursor:pointer;font-size:.7rem;font-weight:820}
.pulse-tabs button.active{background:#fff;color:#111;border-color:#fff}
.pulse-lead-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);gap:18px}
.pulse-lead-card{position:relative;min-height:650px;border-radius:38px;overflow:hidden;background:#111;box-shadow:var(--shadow);border:1px solid var(--line-soft)}
.story-media{position:absolute;inset:0;background:#13131a}
.story-media img{width:100%;height:100%;object-fit:cover}
.story-media:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,5,8,.96) 4%,rgba(5,5,8,.45) 50%,rgba(5,5,8,.08))}
.story-fallback{position:absolute;inset:0;padding:32px;background:radial-gradient(circle at 80% 20%,rgba(255,212,31,.23),transparent 36%),radial-gradient(circle at 20% 80%,rgba(216,41,255,.18),transparent 40%),linear-gradient(145deg,#201e27,#0a0a0f);display:flex;flex-direction:column;justify-content:space-between}
.story-fallback span{font-size:.62rem;font-weight:900;letter-spacing:.15em;color:var(--yellow)}
.story-fallback strong{font-size:clamp(3rem,7vw,7rem);line-height:.84;letter-spacing:-.07em;max-width:90%}
.pulse-lead-copy{position:absolute;left:0;right:0;bottom:0;padding:clamp(28px,5vw,58px);z-index:2}
.story-label{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--yellow);color:#111;font-size:.59rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.pulse-lead-copy h2{font-size:clamp(3rem,6vw,6.5rem);max-width:900px;margin:17px 0 0;letter-spacing:-.07em;line-height:.89}
.pulse-lead-copy p{max-width:700px;color:#c7c2cc}
.story-meta{display:flex;align-items:center;gap:12px;margin-top:18px}
.story-meta time{color:#a6a1ac;font-size:.67rem}
.story-link{display:inline-flex;align-items:center;gap:7px;color:var(--yellow);font-size:.68rem;font-weight:830}
.pulse-side-stack{display:grid;gap:18px}
.pulse-side-card{position:relative;min-height:316px;border-radius:30px;overflow:hidden;background:#111;border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.pulse-side-card .story-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px}
.pulse-side-card h3{margin:11px 0 0;font-size:clamp(1.35rem,2.7vw,2.4rem);line-height:.96;letter-spacing:-.05em}
.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}
.story-card{display:flex;flex-direction:column;min-height:430px;border-radius:30px;overflow:hidden;background:linear-gradient(160deg,#181820,#0a0a0f);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.story-card-media{position:relative;aspect-ratio:16/10;background:#111}
.story-card-media img{width:100%;height:100%;object-fit:cover}
.story-card-media .story-fallback{padding:22px}
.story-card-media .story-fallback strong{font-size:clamp(2rem,4vw,4rem)}
.story-card-copy{display:flex;flex:1;flex-direction:column;padding:23px}
.story-card h3{margin:13px 0 0;font-size:1.45rem;line-height:1;letter-spacing:-.045em}
.story-card p{color:var(--muted);font-size:.78rem}
.story-card .story-meta{margin-top:auto;padding-top:16px}

/* Shows */
.on-air-stage{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);min-height:760px;border-radius:42px;overflow:hidden;background:#0b0b10;border:1px solid var(--line-soft);box-shadow:var(--shadow);margin:20px 0 44px}
.on-air-stage-media{position:relative;overflow:hidden}
.on-air-stage-media img{width:100%;height:100%;object-fit:cover;object-position:center top}
.on-air-stage-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,#0b0b10),linear-gradient(0deg,rgba(11,11,16,.9),transparent 45%)}
.on-air-stage-copy{padding:clamp(42px,6vw,86px);display:flex;flex-direction:column;justify-content:center}
.on-air-stage-copy h2{font-size:clamp(5rem,9vw,9rem)}
.on-air-stage-copy h3{font-size:1.7rem;color:#f4dc72;margin:12px 0}
.on-air-stage-copy>p{color:#b9b5bf;max-width:590px}
.schedule-shell{display:grid;grid-template-columns:250px 1fr;gap:26px;align-items:start;padding:60px 0 100px}
.day-tabs{position:sticky;top:110px;display:grid;gap:8px}
.day-tabs button{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#aaa6b0;cursor:pointer;font-size:.75rem;font-weight:780}
.day-tabs button.active{background:#fff;color:#111;border-color:#fff}
.schedule-list{display:grid;gap:10px}
.schedule-row{display:grid;grid-template-columns:84px 66px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--line-soft);border-radius:22px;background:rgba(255,255,255,.025);transition:.2s}
.schedule-row:hover{background:rgba(255,255,255,.05)}
.schedule-row.active{background:linear-gradient(100deg,rgba(255,212,31,.13),rgba(216,41,255,.05));border-color:rgba(255,212,31,.18)}
.schedule-time{font-size:.68rem;font-weight:850;color:#d7d2dc}
.schedule-row img{width:66px;height:66px;border-radius:18px;object-fit:cover}
.schedule-row h3{margin:0;font-size:1rem}
.schedule-row p{margin:4px 0 0;color:var(--muted);font-size:.68rem}
.schedule-row em{font-style:normal;font-size:.6rem;color:#78747e}
.specials-band{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:0 0 100px}
.special-card{position:relative;min-height:360px;border-radius:30px;overflow:hidden;background:#111;border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.special-card img{width:100%;height:100%;object-fit:cover}
.special-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,7,10,.94),transparent 65%)}
.special-card-copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:24px}
.special-card h3{margin:8px 0 0;font-size:2rem;letter-spacing:-.055em;line-height:.95}
.special-card p{color:#aaa5af;font-size:.72rem}

/* Hosts */
.host-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0 70px}
.host-stat{padding:24px;border-radius:24px;border:1px solid var(--line-soft);background:rgba(255,255,255,.025)}
.host-stat strong{display:block;font-size:3.4rem;letter-spacing:-.07em;line-height:.9;color:var(--yellow)}
.host-stat span{display:block;margin-top:8px;color:var(--muted);font-size:.72rem}
.host-editorial{display:grid;gap:34px;padding-bottom:100px}
.host-profile{display:grid;grid-template-columns:minmax(370px,.9fr) minmax(0,1.1fr);min-height:690px;border-radius:38px;overflow:hidden;background:linear-gradient(140deg,#18161e,#0a0a0f);border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}
.host-profile:nth-child(even){grid-template-columns:minmax(0,1.1fr) minmax(370px,.9fr)}
.host-profile:nth-child(even) .host-profile-media{order:2}
.host-profile-media{position:relative;overflow:hidden;min-height:690px}
.host-profile-media img{width:100%;height:100%;object-fit:cover;object-position:center top}
.host-profile-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 56%,rgba(10,10,15,.9)),linear-gradient(0deg,rgba(10,10,15,.8),transparent 44%)}
.host-profile:nth-child(even) .host-profile-media:after{background:linear-gradient(-90deg,transparent 56%,rgba(10,10,15,.9)),linear-gradient(0deg,rgba(10,10,15,.8),transparent 44%)}
.host-number{position:absolute;left:22px;top:18px;z-index:2;font-size:4rem;font-weight:950;letter-spacing:-.08em;color:rgba(255,255,255,.72)}
.host-slot{position:absolute;left:22px;bottom:20px;z-index:2;padding:8px 11px;border-radius:999px;background:rgba(8,8,12,.76);backdrop-filter:blur(12px);font-size:.62rem;font-weight:800;color:#d6d2db}
.host-profile-copy{padding:clamp(40px,6vw,82px);display:flex;flex-direction:column;justify-content:center}
.host-profile-copy h2{font-size:clamp(4.6rem,8vw,8.5rem)}
.host-vibe{font-size:1.25rem;color:#f1dc79;margin:15px 0 0;max-width:620px}
.host-bio{color:#b6b1bc;max-width:700px}
.host-lanes{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.host-lanes span{padding:7px 10px;border-radius:999px;border:1px solid var(--line);font-size:.62rem;color:#c8c3ce}
.host-quote{margin:28px 0 0;padding:20px 0 0;border-top:1px solid var(--line-soft);font-size:1.1rem;font-weight:730;color:#e4dfe7}

/* REMYXX */
.remyxx-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin:20px 0 18px}
.remyxx-search{display:flex;align-items:center;gap:10px;min-height:58px;padding:0 17px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.035)}
.remyxx-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;color:#8c8892}
.remyxx-search input{width:100%;border:0;background:transparent;color:#fff;outline:none}
.archive-summary{text-align:right}
.archive-summary strong{display:block;font-size:.78rem}
.archive-summary span{display:block;color:var(--muted);font-size:.63rem;margin-top:3px}
.remyxx-filters{display:flex;gap:8px;overflow-x:auto;padding:8px 0 22px;scrollbar-width:none}
.remyxx-filters::-webkit-scrollbar{display:none}
.remyxx-filters button{white-space:nowrap;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#aaa6b0;cursor:pointer;font-size:.66rem;font-weight:790}
.remyxx-filters button.active{background:#fff;color:#111;border-color:#fff}
.remyxx-layout{display:grid;grid-template-columns:minmax(430px,.9fr) minmax(0,1.1fr);gap:22px;padding-bottom:100px}
.featured-episode{position:sticky;top:108px;align-self:start;border-radius:36px;overflow:hidden;background:linear-gradient(160deg,#1b1921,#0a0a0f);border:1px solid var(--line-soft);box-shadow:var(--shadow)}
.featured-art{position:relative;aspect-ratio:1;background:#111;padding:12px}
.featured-art img{width:100%;height:100%;object-fit:cover;border-radius:28px}
.big-play{position:absolute;right:28px;bottom:28px;width:76px;height:76px;border-radius:50%;border:0;background:var(--yellow);color:#111;display:grid;place-items:center;box-shadow:0 16px 34px rgba(0,0,0,.35);cursor:pointer}
.big-play svg{width:28px;height:28px;fill:currentColor;stroke:none}
.episode-copy{padding:28px}
.episode-copy h2{margin:12px 0 0;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.91;letter-spacing:-.065em}
.episode-copy p{color:var(--muted)}
.episode-list{display:grid;gap:10px}
.episode-row{display:grid;grid-template-columns:96px minmax(0,1fr) 52px;gap:14px;align-items:center;padding:10px;border-radius:22px;border:1px solid var(--line-soft);background:rgba(255,255,255,.025);transition:.2s}
.episode-row:hover{background:rgba(255,255,255,.05)}
.episode-row.playing{background:linear-gradient(100deg,rgba(255,212,31,.13),rgba(216,41,255,.05));border-color:rgba(255,212,31,.18)}
.episode-row img{width:96px;height:96px;border-radius:18px;object-fit:cover;background:#111}
.episode-row small{display:block;color:var(--yellow);font-size:.58rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.episode-row h3{margin:6px 0 0;font-size:1rem;line-height:1.05}
.episode-row p{margin:6px 0 0;color:var(--muted);font-size:.65rem}
.episode-row button{width:50px;height:50px;border-radius:50%;border:1px solid var(--line);background:rgba(255,255,255,.055);color:#fff;display:grid;place-items:center;cursor:pointer}
.episode-row button svg{width:19px;height:19px;fill:currentColor}

/* Playlist */
.now-playing-feature{display:grid;grid-template-columns:minmax(360px,.75fr) minmax(0,1.25fr);gap:clamp(28px,6vw,80px);align-items:center;padding:48px;border-radius:42px;background:radial-gradient(circle at 10% 20%,rgba(255,212,31,.13),transparent 38%),linear-gradient(145deg,#18161e,#09090e);border:1px solid var(--line-soft);box-shadow:var(--shadow);margin:24px 0 72px}
.now-playing-art{aspect-ratio:1;padding:10px;border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.03));box-shadow:0 28px 70px rgba(0,0,0,.46)}
.now-playing-art img{width:100%;height:100%;object-fit:cover;border-radius:27px;background:#111}
.now-playing-copy h2{font-size:clamp(4rem,8vw,8rem)}
.now-playing-copy h3{font-size:1.6rem;color:#f2dc75;margin:13px 0 0}
.now-playing-copy p{color:var(--muted)}
.history-controls{display:grid;grid-template-columns:1fr 180px 170px auto auto;gap:10px;padding:14px;border-radius:24px;border:1px solid var(--line-soft);background:rgba(255,255,255,.025);margin-bottom:14px}
.history-controls label{display:grid;gap:6px}
.history-controls span{font-size:.57rem;color:#8a8690;font-weight:820;text-transform:uppercase;letter-spacing:.08em}
.history-controls input,.history-controls select{height:48px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff;padding:0 13px;outline:none}
.history-controls .primary-action,.history-controls .secondary-action{min-height:48px;align-self:end}
.history-presets{display:flex;gap:8px;margin-bottom:22px}
.history-presets button{padding:9px 13px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#aaa6b0;font-size:.63rem;font-weight:790;cursor:pointer}
.history-presets button.active{background:#fff;color:#111}
.history-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-bottom:34px}
.load-more{display:flex;justify-content:center;padding:30px 0 100px}

/* Footer */
.site-footer{width:min(calc(100% - 36px),var(--page));margin:0 auto;padding:88px 0 120px;border-top:1px solid var(--line-soft)}
.footer-brand{display:flex;align-items:end;justify-content:space-between;gap:40px;padding-bottom:42px;border-bottom:1px solid var(--line-soft)}
.footer-brand img{width:min(360px,42vw);height:auto}
.footer-slogan{font-family:var(--script);font-style:italic;font-weight:700;color:var(--yellow);font-size:clamp(2.5rem,5vw,5rem);line-height:.72;transform:rotate(-1deg);text-align:right;text-shadow:0 4px 0 #000}
.footer-slogan span{display:block;white-space:nowrap}
.footer-slogan span+span{margin-right:.15em;margin-top:.08em}
.footer-grid{display:grid;grid-template-columns:1.45fr .75fr .75fr;gap:42px;padding:38px 0}
.footer-grid h2{margin:0;font-size:2.6rem;letter-spacing:-.055em}
.footer-grid p{color:var(--muted);max-width:560px}
.footer-nav{display:grid;gap:10px;align-content:start}
.footer-nav a,.footer-nav button{padding:0;border:0;background:none;color:#c2bec7;text-align:left;cursor:pointer;font-size:.78rem}
.footer-nav a:hover,.footer-nav button:hover{color:var(--yellow)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid var(--line-soft);color:#77737d;font-size:.65rem}

/* Player */
.player-dock{position:fixed;z-index:90;left:50%;bottom:max(12px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100% - 24px),720px);min-height:var(--dock-h);display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:13px;padding:9px 10px;border-radius:26px;background:linear-gradient(180deg,rgba(28,27,35,.92),rgba(11,11,16,.94));border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 70px rgba(0,0,0,.54),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(24px) saturate(1.35)}
.dock-art{width:62px;height:62px;border-radius:18px;object-fit:cover;background:#111;box-shadow:0 10px 24px rgba(0,0,0,.3)}
.dock-copy{min-width:0}
.dock-copy small{display:flex;align-items:center;gap:7px;color:var(--yellow);font-size:.55rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.dock-copy small:before{content:"";width:6px;height:6px;border-radius:50%;background:#ff365f;box-shadow:0 0 0 4px rgba(255,54,95,.1)}
.dock-copy strong,.dock-copy span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.dock-copy strong{margin-top:5px;font-size:.9rem}
.dock-copy span{color:#aaa6b0;font-size:.67rem;margin-top:2px}
.dock-actions{display:flex;align-items:center;gap:7px}
.dock-action{height:46px;min-width:46px;padding:0 13px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.045);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:.65rem;font-weight:820}
.dock-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.dock-play{width:56px;height:56px;border-radius:50%;border:0;background:var(--yellow);color:#111;display:grid;place-items:center;cursor:pointer;box-shadow:0 12px 28px rgba(255,195,0,.18)}
.dock-play svg{width:22px;height:22px;fill:currentColor;stroke:none}
.back-live{padding:0 15px}
.toast{position:fixed;left:50%;bottom:112px;z-index:120;transform:translate(-50%,20px);opacity:0;pointer-events:none;max-width:min(92vw,520px);padding:12px 16px;border-radius:999px;background:rgba(24,23,30,.95);border:1px solid var(--line);box-shadow:var(--shadow-soft);font-size:.73rem;font-weight:760;transition:.3s var(--ease)}
.toast.show{transform:translate(-50%,0);opacity:1}

/* Legal / loading / empty */
.dialog{width:min(660px,calc(100% - 28px));border:1px solid var(--line);border-radius:30px;background:#111117;color:#fff;padding:0;box-shadow:var(--shadow)}
.dialog::backdrop{background:rgba(0,0,0,.7);backdrop-filter:blur(8px)}
.dialog-inner{padding:30px}
.dialog-head{display:flex;justify-content:space-between;gap:20px;align-items:start}
.dialog-head h2{margin:0;font-size:2.4rem;letter-spacing:-.055em}
.dialog-close{width:44px;height:44px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff;cursor:pointer}
.dialog p{color:#b7b2bd}
.loading-page{min-height:75vh;display:grid;place-items:center;text-align:center;padding-top:130px}
.loading-mark{width:170px;animation:float 2.6s ease-in-out infinite}
.loading-page h1{font-size:clamp(3.8rem,9vw,8rem);margin:28px 0 0}
.loading-page p{color:var(--muted)}
.empty-state{padding:70px 30px;text-align:center;border:1px dashed rgba(255,255,255,.12);border-radius:32px}
.empty-state img{width:150px;height:auto;margin:0 auto}
.empty-state h3{font-size:2.4rem;margin:22px 0 0;letter-spacing:-.05em}
.empty-state p{color:var(--muted)}

/* Motion */
@keyframes pageIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes pulseDot{0%,100%{box-shadow:0 0 0 5px rgba(255,54,95,.1)}50%{box-shadow:0 0 0 9px rgba(255,54,95,0)}}
@keyframes progressDrift{from{width:27%}to{width:72%}}
@keyframes marquee{to{transform:translateX(-50%)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes float{50%{transform:translateY(-8px)}}

/* Responsive */
@media(max-width:1120px){
  .main-nav{display:none}.menu-button{display:grid}.site-header{grid-template-columns:auto 1fr auto}.header-actions{justify-self:end}
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:86px}.hero-copy{max-width:850px}.art-sculpture{min-height:690px}.art-card{width:min(62vw,520px)}.art-rings{width:min(78vw,640px)}
  .host-feature,.on-air-stage,.host-profile,.host-profile:nth-child(even){grid-template-columns:1fr}.host-profile:nth-child(even) .host-profile-media{order:0}.host-portrait,.host-profile-media,.on-air-stage-media{min-height:620px}.host-portrait:after,.host-profile-media:after,.host-profile:nth-child(even) .host-profile-media:after,.on-air-stage-media:after{background:linear-gradient(0deg,#0b0b10,transparent 60%)}
  .pulse-home{grid-template-columns:1fr}.utility-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.request-promo{grid-template-columns:1fr}.request-promo-art{margin-top:30px}.request-logo-orbit{width:min(58vw,390px)}
  .remyxx-feature{grid-template-columns:1fr}.remyxx-visual{order:2}.remyxx-cover{width:min(55vw,390px)}.remyxx-disc{width:min(66vw,470px)}
  .request-hero{grid-template-columns:1fr}.request-art-stack{min-height:650px}.request-art-card{width:min(58vw,440px)}.request-art-disc{width:min(72vw,550px)}
  .request-body{grid-template-columns:1fr}.request-main{border-right:0;border-bottom:1px solid var(--line-soft)}
  .pulse-utility{grid-template-columns:1fr 1fr}.pulse-utility .utility-card:last-child{grid-column:1/-1}.pulse-lead-grid{grid-template-columns:1fr}.pulse-side-stack{grid-template-columns:1fr 1fr}.story-grid{grid-template-columns:repeat(2,1fr)}
  .schedule-shell{grid-template-columns:1fr}.day-tabs{position:static;display:flex;overflow-x:auto;scrollbar-width:none}.day-tabs button{min-width:100px}.specials-band{grid-template-columns:1fr 1fr}.special-card:last-child{grid-column:1/-1}
  .remyxx-layout{grid-template-columns:1fr}.featured-episode{position:relative;top:auto}.featured-art{aspect-ratio:16/10}
  .now-playing-feature{grid-template-columns:320px 1fr}.history-controls{grid-template-columns:1fr 1fr 1fr}.history-controls .primary-action,.history-controls .secondary-action{align-self:end}.history-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  :root{--header-h:68px;--dock-h:74px;--radius-xl:30px}
  body{padding-bottom:calc(var(--dock-h) + 18px)}
  .site-header{top:8px;width:calc(100% - 16px);height:var(--header-h);border-radius:21px;padding:0 8px 0 12px;gap:8px}
  .brand-link{width:116px;min-width:116px}.brand-link img{width:116px}.live-button{min-height:44px;padding:0 13px;font-size:.68rem}.menu-button{width:44px;height:44px;border-radius:15px}
  .page{width:calc(100% - 22px);padding-top:calc(var(--header-h) + 32px)}
  .section{padding:68px 0}.section-head{display:block}.section-head h2{font-size:clamp(3.5rem,15vw,5.9rem)}.section-head p{margin-top:13px}
  .hero{padding:55px 0 78px;gap:10px}.hero-wordmark{width:210px;margin-bottom:18px}.hero-copy{padding:0}.script-lockup{margin-top:12px}.script-lockup span{font-size:clamp(3.35rem,16.2vw,5.1rem)}.lead-copy{font-size:.94rem}.action-row{display:grid;grid-template-columns:1fr 1fr}.primary-action,.secondary-action{min-height:52px;padding:0 13px;font-size:.72rem}.hero-meta{gap:6px}.hero-meta span{font-size:.57rem;padding:7px 9px}
  .art-sculpture{min-height:540px}.art-card{width:74vw;border-radius:31px;padding:8px}.art-card img{border-radius:24px}.art-rings{width:90vw}.track-glass{left:-15px;right:-15px;bottom:-68px;padding:16px 17px;border-radius:22px}.track-glass h2{font-size:1.45rem}.show-note{right:-4px;top:1%;width:145px;padding:13px}.show-note strong{font-size:.82rem}.on-air-tag{left:14px;top:-13px}
  .host-feature{min-height:0;border-radius:30px}.host-portrait{min-height:480px}.host-copy{padding:30px 22px}.host-copy h2{font-size:clamp(4rem,17vw,6rem)}.host-copy h3{font-size:1.15rem}.host-copy>p{font-size:.88rem}.next-up{grid-template-columns:54px 1fr}.next-up img{width:54px;height:54px}
  .track-rail{grid-auto-columns:46vw;gap:13px}.track-art{border-radius:19px}.track-card h3{font-size:.86rem}
  .pulse-lead-home{min-height:560px;border-radius:30px}.pulse-lead-inner{padding:24px}.pulse-lead-inner h2{font-size:clamp(4rem,17vw,6.1rem)}.pulse-story-home{padding:18px}.pulse-story-home h3{font-size:1.45rem}.utility-stack{grid-template-columns:1fr}.weather-block,.world-block{border-radius:30px;padding:24px;min-height:310px}.weather-temp{font-size:6.2rem}.world-block h3{font-size:3rem}
  .request-promo{min-height:0;border-radius:30px;padding:32px 22px}.request-promo h2{font-size:clamp(4rem,17vw,6.2rem)}.request-logo-orbit{width:66vw}
  .remyxx-feature{border-radius:30px;padding:34px 22px;min-height:0}.remyxx-copy h2{font-size:clamp(4.4rem,18vw,6.8rem)}.remyxx-visual{min-height:400px}.remyxx-cover{width:68vw}.remyxx-disc{width:82vw}
  .masthead{min-height:390px;padding:55px 0 40px;grid-template-columns:1fr}.masthead h1{font-size:clamp(4.3rem,19vw,7.2rem)}.masthead-side{display:none}
  .request-hero{padding:45px 0 76px;gap:0}.request-hero h1{font-size:clamp(4.2rem,18vw,6.8rem)}.request-hero-copy p:not(.eyebrow){font-size:.92rem}.request-art-stack{min-height:520px}.request-art-card{width:72vw;border-radius:30px}.request-art-card img{border-radius:23px}.request-art-disc{width:88vw}.request-now-card{left:1%;right:1%;bottom:20px}
  .request-studio{border-radius:30px;margin-bottom:70px}.request-status{padding:24px 20px;display:block}.request-status h2{font-size:2.2rem}.status-pill{display:inline-flex;margin-top:14px}.request-main,.request-side{padding:22px 18px}.progress-line{grid-template-columns:1fr 1fr 1fr;gap:7px}.progress-line i{display:none}.progress-step{justify-content:center}.progress-step span{display:none}.search-intro h3{font-size:3.2rem}.search-spark{width:46px;height:46px}.search-bar input{height:54px;padding:0 12px}.search-bar button{width:54px;height:54px}.request-result{grid-template-columns:54px 1fr;padding:8px}.request-result img{width:54px;height:54px}.request-result em{display:none}.selected-song{grid-template-columns:88px 1fr;padding:13px;gap:14px}.selected-song img{width:88px;height:88px;border-radius:17px}.selected-song strong{font-size:1.5rem}.selected-song .change-song{grid-column:2;justify-self:start}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.request-success{padding:30px 22px}
  .pulse-utility{grid-template-columns:1fr}.pulse-utility .utility-card:last-child{grid-column:auto}.pulse-tabs{top:87px;margin-bottom:22px}.pulse-lead-card{min-height:560px;border-radius:30px}.pulse-lead-copy{padding:24px}.pulse-lead-copy h2{font-size:clamp(2.8rem,13vw,4.9rem)}.pulse-side-stack{grid-template-columns:1fr}.pulse-side-card{min-height:300px}.story-grid{grid-template-columns:1fr}.story-card{min-height:390px;border-radius:26px}
  .on-air-stage{grid-template-columns:1fr;min-height:0;border-radius:30px}.on-air-stage-media{min-height:500px}.on-air-stage-copy{padding:30px 22px}.on-air-stage-copy h2{font-size:clamp(4.2rem,18vw,6.7rem)}.schedule-shell{padding:38px 0 70px}.schedule-row{grid-template-columns:66px 54px minmax(0,1fr);gap:10px}.schedule-row img{width:54px;height:54px;border-radius:15px}.schedule-row em{display:none}.schedule-time{font-size:.6rem}.specials-band{grid-template-columns:1fr;padding-bottom:70px}.special-card:last-child{grid-column:auto}.special-card{min-height:320px}
  .host-stats{grid-template-columns:1fr 1fr;margin-bottom:42px}.host-stat:last-child{grid-column:1/-1}.host-stat strong{font-size:2.8rem}.host-profile,.host-profile:nth-child(even){grid-template-columns:1fr;min-height:0;border-radius:30px}.host-profile-media{min-height:500px}.host-profile-copy{padding:30px 22px}.host-profile-copy h2{font-size:clamp(4.1rem,17vw,6.2rem)}.host-vibe{font-size:1.05rem}.host-bio{font-size:.86rem}
  .remyxx-tools{grid-template-columns:1fr}.archive-summary{text-align:left}.featured-art{aspect-ratio:1}.episode-copy{padding:22px}.episode-copy h2{font-size:2.9rem}.episode-row{grid-template-columns:76px minmax(0,1fr) 46px}.episode-row img{width:76px;height:76px}.episode-row p{display:none}.episode-row button{width:44px;height:44px}
  .now-playing-feature{grid-template-columns:1fr;padding:22px;border-radius:30px;margin-bottom:50px}.now-playing-art{width:78vw;max-width:360px;margin:0 auto}.now-playing-copy h2{font-size:clamp(3.8rem,17vw,6rem)}.history-controls{grid-template-columns:1fr}.history-presets{overflow-x:auto}.history-grid{grid-template-columns:repeat(2,1fr);gap:13px}
  .site-footer{width:calc(100% - 24px);padding:70px 0 100px}.footer-brand{display:block}.footer-brand img{width:220px}.footer-slogan{text-align:left;margin-top:28px;font-size:3rem}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{display:grid}
  .player-dock{width:calc(100% - 12px);bottom:max(6px,env(safe-area-inset-bottom));min-height:var(--dock-h);grid-template-columns:52px minmax(0,1fr) auto;gap:9px;padding:7px;border-radius:21px}.dock-art{width:52px;height:52px;border-radius:15px}.dock-copy strong{font-size:.78rem}.dock-copy span{font-size:.61rem}.dock-actions{gap:4px}.dock-action{min-width:42px;height:42px;border-radius:14px;padding:0 9px}.dock-play{width:50px;height:50px}.dock-action.share,.dock-action.mute{display:none}.back-live{font-size:0}.back-live:after{content:"Live";font-size:.62rem}
}
@media(max-width:380px){
  .live-button{padding:0 10px}.live-button .live-dot{display:none}.brand-link{width:104px;min-width:104px}.brand-link img{width:104px}
  .action-row{grid-template-columns:1fr}.script-lockup span{font-size:clamp(3.05rem,15.8vw,4.2rem)}
  .track-rail{grid-auto-columns:58vw}.request-result{grid-template-columns:50px 1fr}.request-result img{width:50px;height:50px}.history-grid{grid-template-columns:1fr}
}
@media(orientation:landscape) and (max-height:520px) and (max-width:940px){
  .hero{grid-template-columns:1fr 1fr;padding-top:30px}.art-sculpture{min-height:430px}.art-card{width:42vw}.art-rings{width:50vw}.script-lockup span{font-size:8vw}.show-note{display:none}
  .player-dock{width:min(calc(100% - 20px),650px)}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
@media(prefers-contrast:more){:root{--line:rgba(255,255,255,.28);--line-soft:rgba(255,255,255,.2)}.primary-action{outline:2px solid #000}.secondary-action{border-width:2px}}

/* Final decorative-overdraw containment */
body{width:100%;max-width:100vw}
main,.page{max-width:100%;overflow-x:clip}
.section{max-width:100%;overflow-x:clip}
.world-block{contain:paint}


/* HOTFIX30 — real-logo and OCD containment pass */
:root{--header-h:94px}

/* Official logo system: full horizontal logo in wide placements, full square logo in square placements. */
.brand-link{width:128px;min-width:128px;overflow:visible}
.brand-link img{width:128px;height:auto;max-height:82px;object-fit:contain;object-position:center;filter:drop-shadow(0 8px 20px rgba(0,0,0,.48))}
.menu-head{min-height:118px}
.menu-head img{width:184px;height:auto;max-height:126px;object-fit:contain;object-position:left center}
.hero-wordmark{width:clamp(230px,23vw,340px);height:auto;max-height:none;object-fit:contain;object-position:left center;margin-bottom:18px}
.masthead-side img[src*="logo-wide-420"]{width:min(300px,28vw);height:auto;object-fit:contain}
.footer-brand img{width:min(330px,42vw);height:auto;object-fit:contain;object-position:left center;filter:drop-shadow(0 14px 30px rgba(0,0,0,.38))}

/* Never crop an official square logo when it is acting as artwork or a fallback. */
img[src*="/assets/myxx/logo-square-"],img.is-logo-fallback{object-fit:contain!important;object-position:center!important;background:radial-gradient(circle at 50% 42%,rgba(255,212,31,.10),transparent 55%),#0d0d12!important}
.art-card img[src*="logo-square"],.request-art-card img[src*="logo-square"],.track-art img[src*="logo-square"],.remyxx-cover img[src*="logo-square"],.featured-art img[src*="logo-square"],.episode-row img[src*="logo-square"],.now-playing-art img[src*="logo-square"],.request-result img[src*="logo-square"],.selected-song img[src*="logo-square"],.dock-art[src*="logo-square"],img.is-logo-fallback{padding:7%!important}
.request-logo-orbit img[src*="logo-square"],.request-trust img[src*="logo-square"],.masthead-side img[src*="logo-square"],.loading-mark[src*="logo-square"],.empty-state img[src*="logo-square"]{padding:0!important;background:transparent!important}

/* Remove decorative clipping that looked like broken/cut content. */
.masthead{overflow:visible}
.masthead:before{display:none}
.host-copy:before{right:24px;top:36px;font-size:clamp(4rem,8vw,8rem);color:rgba(255,255,255,.018)}
.world-globe{width:190px;height:190px;right:18px;bottom:16px;opacity:.78}

/* Keep the approved hero composition but pull every floating component safely inside the canvas. */
.art-sculpture{padding-inline:54px;overflow:visible}
.track-glass{left:-24px;right:-24px;bottom:-70px}
.show-note{right:-16px;top:14%;max-width:180px}
.art-card,.request-art-card,.remyxx-cover{transform-origin:center}

/* Full, uncropped song history instead of half-visible carousel cards. */
.track-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-flow:row;grid-auto-columns:auto;overflow:visible;contain:none;padding:5px 0 0}
.track-card{min-width:0;width:auto}

/* Keep the fixed player from obscuring the first request panel on desktop. */
.request-hero{min-height:calc(100vh - 12px);padding-bottom:150px}
.request-now-card{left:5%;right:5%;bottom:4px}

/* Text and container safety. */
.display,.masthead h1,.request-hero h1,.host-copy h2,.host-profile-copy h2,.on-air-stage-copy h2,.remyxx-copy h2,.now-playing-copy h2{max-width:100%;text-wrap:balance}
.script-lockup{max-width:100%;overflow:visible}
.script-lockup span{max-width:100%}
.footer-slogan{max-width:100%;padding-inline:4px}
.section,main,.page{overflow:visible}
body{overflow-x:hidden}

@media(max-width:1120px){
  :root{--header-h:88px}
  .brand-link{width:118px;min-width:118px}.brand-link img{width:118px;max-height:78px}
  .track-rail{grid-template-columns:repeat(4,minmax(0,1fr))}
  .art-sculpture{padding-inline:44px}
  .request-hero{min-height:auto;padding-bottom:110px}
}

@media(max-width:760px){
  :root{--header-h:74px}
  .site-header{height:var(--header-h);padding:0 7px 0 9px;gap:5px}
  .brand-link{width:92px;min-width:92px}.brand-link img{width:92px;max-height:64px}
  .live-button{min-height:42px;padding:0 11px}.menu-button,.icon-button{width:42px;height:42px;border-radius:14px}
  .menu-head{min-height:112px}.menu-head img{width:170px;max-height:118px}
  .hero-wordmark{width:210px;max-width:68vw;margin-bottom:16px}
  .hero{padding-top:48px}
  .script-lockup span{font-size:clamp(3rem,14.8vw,4.7rem);letter-spacing:-.035em}
  .script-lockup span+span{margin-left:.17em}
  .art-sculpture{min-height:570px;padding-inline:20px}
  .art-card{width:min(70vw,390px)}
  .art-rings{width:min(84vw,500px)}
  .track-glass{left:-7px;right:-7px;bottom:-64px}
  .show-note{right:0;top:1%;width:138px;max-width:40vw;padding:12px}
  .track-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .request-hero{min-height:auto;padding-bottom:54px}
  .request-art-stack{min-height:510px;padding-inline:14px}
  .request-art-card{width:min(68vw,340px)}
  .request-art-disc{width:min(82vw,430px)}
  .request-now-card{display:none}
  .request-studio{margin-top:10px}
  .world-globe{width:150px;height:150px;right:10px;bottom:10px;opacity:.55}
  .footer-brand img{width:min(250px,72vw)}
  .footer-slogan{font-size:clamp(2.25rem,10.4vw,3.1rem);line-height:.76}
  .masthead-side{display:grid;justify-self:start;max-width:100%;margin-top:18px}
  .masthead-side img{width:min(210px,58vw)!important;max-height:210px;object-fit:contain}
  .masthead{grid-template-columns:1fr;padding-bottom:48px}
}

@media(max-width:380px){
  .brand-link{width:84px;min-width:84px}.brand-link img{width:84px;max-height:58px}
  .live-button{padding:0 9px;font-size:.64rem}.header-actions{gap:4px}
  .hero-wordmark{width:190px;max-width:66vw}
  .script-lockup span{font-size:clamp(2.72rem,14.2vw,3.55rem)}
  .art-sculpture{min-height:520px;padding-inline:14px}
  .art-card{width:72vw}.track-glass{left:0;right:0}
  .track-rail{grid-template-columns:1fr 1fr;gap:11px}
  .request-art-stack{min-height:470px}.request-art-card{width:70vw}.request-art-disc{width:84vw}
  .footer-slogan{font-size:2.25rem}
}

/* HOTFIX30 final typography and mobile-control containment */
.story-fallback strong{align-self:flex-end;max-width:72%;font-size:clamp(2.2rem,5vw,4.8rem);line-height:.9;letter-spacing:-.055em;text-align:right;opacity:.16;overflow-wrap:anywhere}
.pulse-side-card .story-fallback strong{max-width:78%;font-size:clamp(1.75rem,3.5vw,3rem)}
.story-card-media .story-fallback strong{max-width:80%;font-size:clamp(1.45rem,2.8vw,2.35rem)}

@media(max-width:760px){
  .day-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;overflow:visible}
  .day-tabs button{min-width:0;padding:10px 8px;justify-content:center}
  .day-tabs button span{display:none}
  .pulse-tabs{position:static;display:flex;flex-wrap:wrap;overflow:visible;margin-inline:0;background:transparent;padding-inline:0}
  .remyxx-filters,.history-presets{flex-wrap:wrap;overflow:visible}
  .story-fallback strong{max-width:70%;font-size:clamp(1.9rem,10vw,3.3rem)}
  .pulse-side-card .story-fallback strong,.story-card-media .story-fallback strong{font-size:clamp(1.55rem,8vw,2.5rem)}
}

/* HOTFIX31 — senior-design OCD hierarchy, Pulse containment and footer refinement */
:root{
  --radius-xl:36px;
  --shadow:0 30px 90px rgba(0,0,0,.44);
  --shadow-soft:0 18px 48px rgba(0,0,0,.28);
}

/* Global rhythm: deliberate, not oversized for the sake of it. */
.section{padding:88px 0}
.section-head{align-items:flex-end;margin-bottom:30px}
.section-head h2{font-size:clamp(3.2rem,6.2vw,6.5rem);line-height:.9}
.display{text-wrap:balance}

/* Hero: the official logo carries the slogan. Do not duplicate it as giant script text. */
.hero{
  min-height:calc(100vh - 20px);
  grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);
  gap:clamp(42px,6vw,94px);
  padding:94px 0 112px;
}
.hero-copy{max-width:690px;padding-left:clamp(0px,1.5vw,18px)}
.hero-wordmark{width:clamp(280px,27vw,420px);margin-bottom:28px}
.hero-statement{margin:20px 0 24px;font-size:clamp(4.35rem,7.4vw,7.4rem);line-height:.87;letter-spacing:-.078em}
.hero-statement span,.hero-statement strong{display:block}
.hero-statement strong{font-weight:950}
.lead-copy{max-width:610px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.55}
.hero-meta{margin-top:24px}
.hero-meta span{background:rgba(255,255,255,.032);border-color:rgba(255,255,255,.085)}

/* Keep the approved artwork sculpture, but align its visual weight to the calmer copy. */
.art-sculpture{min-height:670px;padding-inline:62px}
.art-card{width:min(37vw,520px)}
.track-glass{left:-18px;right:-18px;bottom:-72px}
.show-note{right:-8px;top:13%;transform:rotate(3deg)}

/* Homepage Pulse: completely content-driven. No fixed crop and no story can be cut off. */
.pulse-home{grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);align-items:start;gap:24px}
.pulse-lead-home{
  min-height:0;
  overflow:hidden;
  background:linear-gradient(145deg,#211f29 0,#111017 58%,#0a0a0e 100%);
}
.pulse-lead-home:before{background:radial-gradient(circle at 92% 4%,rgba(255,212,31,.22),transparent 38%),radial-gradient(circle at 5% 100%,rgba(216,41,255,.16),transparent 44%)}
.pulse-lead-inner{
  position:relative;
  inset:auto;
  min-height:100%;
  padding:clamp(34px,4.5vw,60px);
  display:grid;
  grid-template-rows:auto auto;
  align-content:space-between;
  gap:clamp(38px,5vw,72px);
}
.pulse-lead-intro{max-width:760px}
.pulse-lead-intro h2{font-size:clamp(4rem,7.2vw,7.1rem);max-width:720px}
.pulse-lead-intro>p:last-child{max-width:620px;margin:22px 0 0;color:#b8b4bf;font-size:1rem;line-height:1.55}
.pulse-story-home{
  width:100%;
  max-width:none;
  padding:clamp(22px,3vw,30px);
  border-radius:24px;
  background:rgba(7,7,11,.62);
  border-color:rgba(255,255,255,.105);
  overflow:visible;
}
.pulse-story-home h3{
  margin:13px 0 0;
  max-width:920px;
  font-size:clamp(1.55rem,2.45vw,2.45rem);
  line-height:1.04;
  letter-spacing:-.045em;
  overflow-wrap:anywhere;
  text-wrap:balance;
}
.pulse-story-home p{max-width:760px;margin:15px 0 0;line-height:1.5}
.pulse-story-home .text-action{margin-top:8px}
.utility-stack{grid-template-rows:auto auto;align-self:stretch}
.weather-block,.world-block{min-height:0}
.world-block h3{font-size:clamp(2.15rem,3.4vw,3.45rem);max-width:620px}
.world-row{position:relative;z-index:2}
.world-globe{pointer-events:none}

/* Full Pulse page: long real headlines wrap instead of colliding with media or cards. */
.pulse-lead-card,.pulse-side-card,.story-card{min-width:0}
.pulse-lead-copy h2,.pulse-side-card h3,.story-card-copy h3{overflow-wrap:anywhere;text-wrap:balance}
.pulse-lead-copy h2{font-size:clamp(2rem,3.5vw,3.9rem);line-height:.96}
.pulse-side-card h3{font-size:clamp(1.2rem,1.9vw,1.75rem);line-height:1.03}
.story-card-copy h3{font-size:clamp(1.25rem,1.8vw,1.7rem);line-height:1.04}
.story-fallback strong{opacity:.11}

/* Request/host/replay surfaces: shared precision and quieter borders. */
.host-feature,.request-promo,.remyxx-feature,.pulse-lead-home,.weather-block,.world-block{
  border-color:rgba(255,255,255,.075);
}
.request-promo h2,.remyxx-copy h2,.host-copy h2{line-height:.88}

/* Fixed player: a failed artwork request must never expose browser alt text. */
.player-dock{overflow:hidden}
.dock-art{display:block;overflow:hidden;color:transparent;font-size:0;line-height:0}
.dock-art.is-logo-fallback{object-fit:contain!important;padding:8%!important;background:#0d0d12!important}

/* Footer: one official logo, one calm brand statement, no duplicated giant script slogan. */
.site-footer{padding:74px 0 116px}
.footer-brand{align-items:center;gap:clamp(34px,7vw,100px);padding-bottom:38px}
.footer-brand img{width:min(350px,38vw);flex:0 0 auto}
.footer-brand-copy{margin-left:auto;max-width:570px;text-align:right}
.footer-brand-copy strong{display:block;margin-top:10px;font-size:clamp(2.1rem,4vw,4.1rem);line-height:.94;letter-spacing:-.065em;text-wrap:balance}
.footer-brand-copy span{display:block;margin-top:13px;color:var(--muted);font-size:.86rem}
.footer-grid{grid-template-columns:1.35fr .62fr .62fr;gap:clamp(34px,6vw,86px);padding:34px 0}
.footer-grid h2{font-size:clamp(2.2rem,3.6vw,3.35rem)}
.footer-bottom{align-items:center}

/* Navigation and header optical alignment. */
.site-header{padding-left:16px}
.brand-link{width:134px;min-width:134px}
.brand-link img{width:134px}
.main-nav a{padding-inline:14px}

@media(max-width:1120px){
  .hero{grid-template-columns:1fr;min-height:auto;padding-top:92px}
  .hero-copy{max-width:780px}
  .hero-statement{max-width:760px}
  .art-sculpture{min-height:680px;padding-inline:48px}
  .pulse-home{grid-template-columns:1fr}
  .utility-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .footer-brand-copy{max-width:500px}
}

@media(max-width:760px){
  .section{padding:64px 0}
  .hero{padding:50px 0 78px;gap:20px}
  .hero-wordmark{width:min(250px,74vw);margin-bottom:19px}
  .hero-statement{font-size:clamp(3.55rem,15.3vw,5.4rem);margin:17px 0 21px;line-height:.89}
  .lead-copy{font-size:.94rem;line-height:1.52}
  .art-sculpture{min-height:565px;padding-inline:18px}
  .art-card{width:min(72vw,385px)}
  .track-glass{left:-4px;right:-4px;bottom:-62px}
  .show-note{right:0;top:1%;max-width:42vw}
  .pulse-lead-inner{padding:25px;gap:38px}
  .pulse-lead-intro h2{font-size:clamp(3.65rem,15.8vw,5.45rem)}
  .pulse-lead-intro>p:last-child{font-size:.9rem;margin-top:17px}
  .pulse-story-home{padding:19px}
  .pulse-story-home h3{font-size:clamp(1.42rem,7.3vw,2rem)}
  .pulse-story-home p{font-size:.86rem}
  .utility-stack{grid-template-columns:1fr}
  .world-block h3{font-size:clamp(2.45rem,11vw,3.3rem)}
  .site-footer{padding-top:58px}
  .footer-brand{display:grid;gap:24px;justify-items:start}
  .footer-brand img{width:min(260px,74vw)}
  .footer-brand-copy{margin:0;text-align:left;max-width:100%}
  .footer-brand-copy strong{font-size:clamp(2.15rem,10vw,3rem)}
  .footer-grid{grid-template-columns:1fr;gap:25px;padding:30px 0}
  .footer-bottom{gap:9px}
  .brand-link{width:96px;min-width:96px}.brand-link img{width:96px}
}

@media(max-width:380px){
  .hero-statement{font-size:clamp(3.1rem,14.5vw,4rem)}
  .pulse-lead-intro h2{font-size:clamp(3.2rem,15vw,4.5rem)}
  .pulse-story-home h3{font-size:1.38rem}
  .brand-link{width:86px;min-width:86px}.brand-link img{width:86px}
}

/* HOTFIX31 — editorial cards and secondary-route proportional discipline */
.masthead{min-height:440px;padding:82px 0 62px;overflow:visible}
.masthead h1{font-size:clamp(4.5rem,9.2vw,9rem);line-height:.87;max-width:980px}
.masthead-side{max-width:280px}
.masthead-side img{width:min(230px,22vw);object-fit:contain}
.request-hero{min-height:700px;padding-top:76px}
.request-hero h1{font-size:clamp(4.6rem,8.7vw,8.4rem);line-height:.87}
.host-copy h2,.host-profile-copy h2,.on-air-stage-copy h2{font-size:clamp(4.2rem,7.2vw,7.4rem)}
.remyxx-copy h2{font-size:clamp(4.5rem,7.8vw,7.8rem)}

/* Apple-style editorial flow: imagery and copy are separate layers, never clipped together. */
.pulse-lead-card{
  min-height:0;
  display:grid;
  grid-template-rows:minmax(340px,1fr) auto;
  overflow:hidden;
  background:linear-gradient(160deg,#181820,#0a0a0f);
}
.pulse-lead-card .story-media{position:relative;inset:auto;min-height:340px}
.pulse-lead-card .story-media:after{background:linear-gradient(0deg,rgba(5,5,8,.48),rgba(5,5,8,.03) 62%)}
.pulse-lead-copy{position:relative;inset:auto;padding:clamp(28px,4vw,48px);background:linear-gradient(180deg,rgba(18,18,25,.96),rgba(9,9,13,.98))}
.pulse-lead-copy h2{margin-top:14px;max-width:100%}
.pulse-lead-copy p{line-height:1.5}
.pulse-side-card{
  min-height:0;
  display:grid;
  grid-template-columns:minmax(120px,.72fr) minmax(0,1.28fr);
  overflow:hidden;
  background:linear-gradient(160deg,#181820,#0a0a0f);
}
.pulse-side-card .story-media{position:relative;inset:auto;min-height:210px}
.pulse-side-card .story-media:after{background:linear-gradient(90deg,rgba(5,5,8,.02),rgba(5,5,8,.28))}
.pulse-side-card .story-copy{position:relative;inset:auto;padding:24px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.pulse-side-card h3{margin-top:11px}
.story-grid{align-items:stretch}
.story-card{min-height:0}
.story-card-copy{min-width:0}

@media(max-width:760px){
  .masthead{min-height:0;padding:52px 0 42px}
  .masthead h1{font-size:clamp(3.85rem,16.8vw,6.2rem)}
  .request-hero{min-height:0;padding:48px 0 76px}
  .request-hero h1{font-size:clamp(3.9rem,16vw,6.2rem)}
  .pulse-lead-card{grid-template-rows:minmax(260px,58vw) auto}
  .pulse-lead-card .story-media{min-height:260px}
  .pulse-lead-copy{padding:23px}
  .pulse-lead-copy h2{font-size:clamp(2.1rem,10vw,3.7rem)}
  .pulse-side-card{grid-template-columns:118px minmax(0,1fr)}
  .pulse-side-card .story-media{min-height:180px}
  .pulse-side-card .story-copy{padding:18px}
  .pulse-side-card h3{font-size:1.25rem}
}

@media(max-width:430px){
  .pulse-side-card{grid-template-columns:1fr}
  .pulse-side-card .story-media{min-height:190px}
}


/* HOTFIX32 — Fluent in Fuego + Liquid Glass OCD pass */
:root{
  --glass:rgba(24,24,34,.56);
  --glass-strong:rgba(20,20,30,.72);
}
body{
  background:
    radial-gradient(1200px 650px at 78% -12%,rgba(216,41,255,.16),transparent 62%),
    radial-gradient(900px 560px at 8% 10%,rgba(255,184,0,.11),transparent 58%),
    radial-gradient(880px 460px at 50% 0,rgba(255,255,255,.035),transparent 62%),
    linear-gradient(180deg,#08080c 0,#050507 42%,#060609 100%);
}
.site-header{
  background:linear-gradient(180deg,rgba(20,22,30,.64),rgba(10,10,16,.52))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 18px 60px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.04)!important;
  backdrop-filter:blur(34px) saturate(1.45)!important;
  -webkit-backdrop-filter:blur(34px) saturate(1.45)!important;
}
.site-header.scrolled{background:linear-gradient(180deg,rgba(16,18,26,.78),rgba(10,10,15,.64))!important}
.main-nav{
  padding:6px;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.09);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,0,0,.18);
  backdrop-filter:blur(24px) saturate(1.25);
  -webkit-backdrop-filter:blur(24px) saturate(1.25);
}
.main-nav a{color:#d6d2da}
.main-nav a.active{
  background:linear-gradient(180deg,rgba(255,255,255,.93),rgba(247,247,251,.83));
  border:1px solid rgba(255,255,255,.54);
  color:#111;
  box-shadow:0 12px 26px rgba(255,255,255,.10),inset 0 1px 0 rgba(255,255,255,.95);
}
.menu-button,.icon-button,.menu-close{
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 24px rgba(0,0,0,.20)!important;
  backdrop-filter:blur(20px) saturate(1.2);
  -webkit-backdrop-filter:blur(20px) saturate(1.2);
}
.mobile-menu-backdrop{background:rgba(3,3,8,.62)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
.mobile-menu-panel{
  background:linear-gradient(160deg,rgba(23,22,31,.82),rgba(8,8,12,.80))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  backdrop-filter:blur(34px) saturate(1.3)!important;
  -webkit-backdrop-filter:blur(34px) saturate(1.3)!important;
}
.menu-footer,.track-glass,.pulse-story-home,.world-block,.request-now-card,.request-studio,.story-card,.host-card,.utility-card,.playlist-panel,.selected-song,.request-result,.footer-brand,.footer-grid,.site-footer .chip{
  backdrop-filter:blur(26px) saturate(1.28);
  -webkit-backdrop-filter:blur(26px) saturate(1.28);
}
.hero-wordmark{width:clamp(250px,26vw,380px);margin-bottom:18px}
.hero-statement{max-width:620px;font-size:clamp(3.9rem,7.2vw,6.8rem)!important;line-height:.9!important;letter-spacing:-.08em!important;margin:0 0 18px!important}
.hero-statement strong{display:block;text-wrap:balance}
.hero-copy .lead-copy{max-width:620px}
.hero-meta{margin-top:22px}
.track-glass{
  background:linear-gradient(180deg,rgba(24,24,33,.68),rgba(11,11,16,.64))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.10)!important;
}
.show-note{
  background:linear-gradient(180deg,rgba(255,249,217,.90),rgba(255,242,182,.82))!important;
  border:1px solid rgba(255,255,255,.52);
  box-shadow:0 24px 52px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.65)!important;
}
.pulse-home{align-items:stretch}
.pulse-lead-home{
  min-height:580px;
  background:linear-gradient(160deg,rgba(22,20,31,.82),rgba(8,8,13,.76))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.10)!important;
  backdrop-filter:blur(24px) saturate(1.22);
  -webkit-backdrop-filter:blur(24px) saturate(1.22);
}
.pulse-lead-inner{padding:clamp(28px,4vw,48px)!important;gap:22px}
.pulse-lead-inner h2{font-size:clamp(4rem,7.8vw,7rem)!important;max-width:640px;line-height:.88!important}
.pulse-story-home{
  max-width:760px;
  padding:22px 22px 20px!important;
  background:linear-gradient(180deg,rgba(13,13,20,.58),rgba(9,9,14,.50))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:0 18px 46px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.pulse-story-home h3{font-size:clamp(1.34rem,2.4vw,2rem)!important;line-height:1.05!important;text-wrap:balance;overflow-wrap:anywhere}
.pulse-story-home p{font-size:.93rem!important;line-height:1.55!important;max-width:680px!important}
.weather-block,.world-block{
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 24px 64px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.09)!important;
}
.world-block{
  background:radial-gradient(circle at 70% 25%,rgba(255,212,31,.10),transparent 35%),linear-gradient(150deg,rgba(22,20,29,.82),rgba(8,8,12,.78))!important;
}
.request-studio{
  background:linear-gradient(160deg,rgba(24,23,31,.78),rgba(10,10,14,.82))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 32px 96px rgba(0,0,0,.36),inset 0 1px 0 rgba(255,255,255,.09)!important;
}
.request-now-card,.request-main,.request-side,.search-bar,.selected-song,.request-result{
  backdrop-filter:blur(22px) saturate(1.22);
  -webkit-backdrop-filter:blur(22px) saturate(1.22);
}
.site-footer{padding-top:68px!important}
.footer-brand{
  align-items:center!important;
  padding-bottom:30px!important;
}
.footer-brand img{width:min(320px,36vw)!important}
.footer-brand-copy strong{font-size:clamp(1.85rem,3vw,3rem)!important;line-height:.96!important}
.footer-grid{padding:28px 0 24px!important}
.footer-grid h2{font-size:clamp(2rem,3vw,2.85rem)!important}
.footer-bottom{padding-top:18px!important}
@media (max-width: 920px){
  .hero-statement{font-size:clamp(3.3rem,11vw,5rem)!important;max-width:100%}
  .pulse-lead-inner h2{font-size:clamp(3.3rem,13vw,5.4rem)!important}
}
@media (max-width: 700px){
  .site-header{top:10px;width:calc(100% - 18px)}
  .hero-wordmark{width:220px!important;margin-bottom:14px}
  .hero-statement{font-size:clamp(2.7rem,12vw,4.2rem)!important;line-height:.93!important}
  .track-glass{backdrop-filter:blur(22px) saturate(1.18)!important;-webkit-backdrop-filter:blur(22px) saturate(1.18)!important}
  .footer-brand img{width:min(230px,70vw)!important}
  .footer-brand-copy strong{font-size:clamp(1.9rem,10vw,2.6rem)!important}
}


/* HOTFIX33 — OCD micro-pass: hero tagline + dock artwork */
.hero-copy{max-width:620px}
.hero-statement{
  display:inline-flex!important;
  flex-wrap:wrap!important;
  align-items:flex-end!important;
  gap:.18em!important;
  max-width:560px!important;
  width:auto!important;
  margin:10px 0 18px!important;
  padding:16px 18px 18px!important;
  font-size:clamp(3rem,5.7vw,4.95rem)!important;
  line-height:.92!important;
  letter-spacing:-.075em!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.03))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 22px 52px rgba(0,0,0,.24)!important;
  backdrop-filter:blur(26px) saturate(1.22)!important;
  -webkit-backdrop-filter:blur(26px) saturate(1.22)!important;
  text-wrap:balance;
}
.hero-statement span,.hero-statement strong{display:inline!important}
.hero-statement span{color:#f5f3ea!important;font-weight:920!important}
.hero-statement strong{font-weight:950!important}
.hero-copy .lead-copy{max-width:590px!important}
.player-dock{
  background:linear-gradient(180deg,rgba(26,26,35,.86),rgba(10,10,16,.80))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 22px 70px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.10)!important;
}
.dock-art{background:#0d0d12!important;object-fit:cover!important}
.dock-art.is-logo-fallback{object-fit:contain!important;padding:8%!important;background:#0d0d12!important}
@media (min-width: 1100px){
  .hero{grid-template-columns:minmax(0,1fr) minmax(500px,.92fr)!important}
}
@media (max-width: 920px){
  .hero-statement{font-size:clamp(2.75rem,9.4vw,4.15rem)!important;max-width:440px!important;padding:14px 16px 16px!important}
}
@media (max-width: 700px){
  .hero-statement{display:inline-flex!important;max-width:320px!important;margin:8px 0 16px!important;padding:13px 14px 14px!important;font-size:clamp(2.3rem,11.2vw,3.25rem)!important;line-height:.96!important;border-radius:24px!important}
}


/* HOTFIX34 — descender safety, Played pagination, Pulse masthead, host energy */
.display,.masthead h1,.masthead h2,.section-head h2,.hero-statement,.pulse-lead-copy h2,.pulse-side-card h3,.story-card-copy h3,.host-profile-copy h2,.on-air-stage-copy h2,.remyxx-copy h2,.episode-copy h2,.now-playing-copy h2,.request-hero h1,.request-form-head h3,.search-intro h3{
  line-height:.98!important;
  padding-bottom:.14em!important;
  margin-bottom:-.06em;
  overflow:visible!important;
  text-wrap:balance;
}
.gradient-text{-webkit-box-decoration-break:clone;box-decoration-break:clone}
.masthead{padding-bottom:78px!important}
.masthead>div:first-child{padding-bottom:8px}

/* Played: exact 15-item page navigation. */
.history-grid{scroll-margin-top:120px}
.history-pagination{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin:38px 0 90px;padding:12px;border-radius:24px;background:linear-gradient(180deg,rgba(25,25,34,.66),rgba(10,10,15,.62));border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 20px 52px rgba(0,0,0,.25);backdrop-filter:blur(26px) saturate(1.25);-webkit-backdrop-filter:blur(26px) saturate(1.25)}
.history-pagination>div{display:flex;justify-content:center;align-items:center;gap:7px}
.history-pagination button{min-width:44px;height:44px;padding:0 15px;border-radius:15px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045);color:#e8e5eb;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:820;cursor:pointer}
.history-pagination button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9}
.history-pagination>button:first-child svg{transform:rotate(180deg)}
.history-pagination button.active{background:linear-gradient(180deg,#ffe45d,#ffc70d);color:#111;border-color:rgba(255,225,91,.7);box-shadow:0 12px 26px rgba(255,195,0,.18)}
.history-pagination button:disabled{opacity:.34;cursor:not-allowed}
.page-gap{color:#77737d;padding:0 3px}

/* Pulse: less empty masthead, more editorial motion. */
.pulse-page{--pulse-a:#ffd41f;--pulse-b:#ff2e89;--pulse-c:#744dff}
.pulse-masthead{position:relative;min-height:560px;margin-top:10px;padding:clamp(38px,6vw,82px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(30px,6vw,86px);align-items:center;border-radius:42px;overflow:hidden;background:radial-gradient(circle at 86% 12%,rgba(255,212,31,.16),transparent 29%),radial-gradient(circle at 8% 100%,rgba(216,41,255,.15),transparent 38%),linear-gradient(145deg,rgba(24,23,32,.78),rgba(8,8,13,.82));border:1px solid rgba(255,255,255,.11);box-shadow:0 32px 92px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(30px) saturate(1.3);-webkit-backdrop-filter:blur(30px) saturate(1.3)}
.pulse-masthead:before{content:"";position:absolute;inset:-35%;background:conic-gradient(from 120deg,transparent 0 45%,rgba(255,212,31,.055),transparent 57% 74%,rgba(216,41,255,.06),transparent 88%);animation:pulseSweep 18s linear infinite;pointer-events:none}
.pulse-masthead-copy{position:relative;z-index:2;max-width:790px}
.pulse-masthead h1{margin:13px 0 18px;font-size:clamp(4.3rem,8vw,8rem);letter-spacing:-.078em;line-height:.91!important;padding-bottom:.12em!important}
.pulse-masthead h1 span,.pulse-masthead h1 strong{display:block}
.pulse-masthead-copy>p:not(.eyebrow){max-width:690px;color:#c3bec9;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.55}
.pulse-masthead-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.pulse-masthead-tags span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);font-size:.67rem;font-weight:780;color:#ddd8e1}
.pulse-masthead-object{position:relative;z-index:2;min-height:390px;display:grid;place-items:center}
.pulse-orb{position:relative;width:min(30vw,350px);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 38% 28%,rgba(255,255,255,.12),rgba(16,15,22,.78) 42%,rgba(7,7,11,.92) 72%);border:1px solid rgba(255,255,255,.13);box-shadow:0 34px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.13),0 0 0 24px rgba(255,255,255,.018),0 0 0 54px rgba(255,255,255,.009)}
.pulse-orb img{width:72%;height:auto;object-fit:contain;filter:drop-shadow(0 18px 36px rgba(0,0,0,.35))}
.pulse-orb i{position:absolute;inset:10%;border-radius:50%;border:1px solid rgba(255,212,31,.22);animation:pulseOrbit 10s linear infinite}
.pulse-orb i:nth-child(2){inset:22% 5%;border-color:rgba(216,41,255,.20);animation-duration:14s;animation-direction:reverse}
.pulse-orb i:nth-child(3){inset:5% 30%;border-color:rgba(255,255,255,.12);animation-duration:17s}
.pulse-live-note{position:absolute;right:0;bottom:10px;min-width:220px;padding:17px 19px;border-radius:22px;background:linear-gradient(180deg,rgba(28,27,36,.78),rgba(11,11,17,.72));border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 55px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.10);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}
.pulse-live-note small{display:block;color:var(--yellow);font-size:.57rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.pulse-live-note strong{display:block;margin-top:6px;font-size:1.35rem}
.pulse-live-note span{display:block;color:#aaa6b0;font-size:.75rem;margin-top:2px}
@keyframes pulseSweep{to{transform:rotate(360deg)}}
@keyframes pulseOrbit{to{transform:rotate(360deg)}}

/* Hosts: individual color identities and layered energy. */
.host-profile{position:relative;isolation:isolate;background:radial-gradient(circle at 80% 12%,color-mix(in srgb,var(--host-a) 18%,transparent),transparent 32%),linear-gradient(145deg,rgba(21,20,29,.86),rgba(8,8,13,.92))!important;border:1px solid rgba(255,255,255,.11)!important;box-shadow:0 30px 86px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.09)!important}
.host-profile:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,color-mix(in srgb,var(--host-b) 10%,transparent),transparent 34% 66%,color-mix(in srgb,var(--host-c) 9%,transparent));pointer-events:none}
.host-profile-media{position:relative;overflow:hidden}
.host-profile-media:after{content:"";position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(transparent,rgba(5,5,8,.78));pointer-events:none}
.host-color-wash{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,color-mix(in srgb,var(--host-c) 18%,transparent),transparent 34% 66%,color-mix(in srgb,var(--host-a) 16%,transparent));mix-blend-mode:screen;pointer-events:none}
.host-profile-media img{position:relative;z-index:0;transition:transform .8s var(--ease),filter .8s var(--ease)}
.host-profile:hover .host-profile-media img{transform:scale(1.025);filter:saturate(1.08) contrast(1.03)}
.host-number,.host-slot,.host-show-stamp{z-index:3}
.host-number{color:rgba(255,255,255,.74)!important;text-shadow:0 8px 24px rgba(0,0,0,.34)}
.host-show-stamp{position:absolute;right:18px;top:20px;max-width:62%;padding:9px 12px;border-radius:999px;background:rgba(8,8,12,.54);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);font-size:.58rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:var(--host-a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.host-profile-copy{position:relative;overflow:hidden;background:radial-gradient(circle at 100% 0,color-mix(in srgb,var(--host-b) 13%,transparent),transparent 36%)}
.host-profile-copy:before{content:attr(data-show);position:absolute;right:-.06em;bottom:-.18em;font-size:7rem;font-weight:950;letter-spacing:-.09em;color:rgba(255,255,255,.025);white-space:nowrap;pointer-events:none}
.host-signal{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:26px;color:#aaa6b0;font-size:.59rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.host-signal span{display:flex;align-items:center;gap:8px}.host-signal i{width:7px;height:7px;border-radius:50%;background:var(--host-a);box-shadow:0 0 0 5px color-mix(in srgb,var(--host-a) 13%,transparent)}
.host-signal b{color:var(--host-a)}
.host-profile-copy h2{font-size:clamp(4.5rem,8vw,8rem)!important;line-height:.94!important;padding-bottom:.14em!important}
.host-vibe{color:color-mix(in srgb,var(--host-a) 82%,white)!important}
.host-lanes span{background:color-mix(in srgb,var(--host-c) 10%,rgba(255,255,255,.04))!important;border-color:color-mix(in srgb,var(--host-c) 28%,rgba(255,255,255,.08))!important}
.host-quote{border-left:3px solid var(--host-a)!important;padding-left:18px!important}
.host-energy{display:flex;align-items:end;gap:5px;height:32px;margin-top:28px;opacity:.72}
.host-energy span{width:6px;border-radius:999px;background:linear-gradient(var(--host-a),var(--host-b));animation:hostMeter 1.7s ease-in-out infinite alternate}
.host-energy span:nth-child(1){height:32%}.host-energy span:nth-child(2){height:72%;animation-delay:-.2s}.host-energy span:nth-child(3){height:48%;animation-delay:-.7s}.host-energy span:nth-child(4){height:92%;animation-delay:-.4s}.host-energy span:nth-child(5){height:61%;animation-delay:-1s}.host-energy span:nth-child(6){height:84%;animation-delay:-.1s}.host-energy span:nth-child(7){height:40%;animation-delay:-.8s}
@keyframes hostMeter{to{height:100%}}

/* REMYXX exact casing should be displayed, not transformed by CSS. */
.episode-row h3,.episode-copy h2{text-transform:none!important;font-variant-caps:normal!important}

@media(max-width:900px){
  .pulse-masthead{grid-template-columns:1fr;min-height:0;padding:34px 24px}.pulse-masthead-object{min-height:330px}.pulse-orb{width:min(64vw,330px)}.pulse-live-note{right:4%;bottom:0}
  .history-pagination{grid-template-columns:1fr;gap:10px}.history-pagination>button{width:100%}
}
@media(max-width:700px){
  .display,.masthead h1,.section-head h2,.host-profile-copy h2{line-height:1!important;padding-bottom:.16em!important}
  .pulse-masthead{border-radius:30px;padding:28px 20px}.pulse-masthead h1{font-size:clamp(3.2rem,16vw,5rem)}.pulse-masthead-object{min-height:285px}.pulse-live-note{min-width:190px;padding:14px 16px}
  .host-show-stamp{max-width:70%;top:14px;right:14px}.host-signal{margin-bottom:18px}.host-profile-copy h2{font-size:clamp(4rem,18vw,6.2rem)!important}
  .history-pagination>div{overflow-x:auto;justify-content:flex-start;padding:2px}
  .history-pagination button span{display:inline}
}
@media(prefers-reduced-motion:reduce){.pulse-masthead:before,.pulse-orb i,.host-energy span{animation:none!important}}


/* HOTFIX35 — skyline luxury pass, exact-case remyxx sync, listener map, 6-up scroll rail */
:root{
  --myxx-skyline:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 160'%3E%3Cg fill='none' stroke='%23ffd41f' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' opacity='.92'%3E%3Cpath d='M6 148h1188'/%3E%3Cpath d='M48 148V106h42v42M92 106V62h28v44M120 106V82h24v24M156 148V88h46v60M202 88V40h38v48M240 148V78h52v70M292 78V26h34v52M326 148V96h22v52M362 148V74h60v74M430 74V34h28v40M458 148V54h54v94M512 54V18h20v36M532 148V92h24v56M570 148V68h76v80M652 148V100h28v48M690 148V44h48v104M738 44V78h24M762 148V58h58v90M828 148V88h34v60M868 148V30h30v118M900 148V70h32v78M938 148V18h26v130M964 148V92h24v56M996 148V58h42v90M1038 58V36h20v22M1062 148V82h34v66M1102 148V48h48v100'/%3E%3C/g%3E%3C/svg%3E");
}
body::after{
  content:"";
  position:fixed;
  left:0; right:0; top:0;
  height:380px;
  pointer-events:none;
  z-index:-1;
  opacity:.22;
  background:
    radial-gradient(520px 220px at 18% 18%,rgba(255,212,31,.16),transparent 72%),
    radial-gradient(600px 260px at 82% 4%,rgba(111,76,255,.14),transparent 74%),
    var(--myxx-skyline) center 118px / min(1480px,96vw) auto no-repeat;
}
.site-header{
  position:fixed;
  overflow:hidden;
  height:84px!important;
  padding:0 16px 0 20px!important;
  border-radius:30px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:linear-gradient(180deg,rgba(16,18,28,.88),rgba(9,10,15,.76))!important;
  box-shadow:0 24px 72px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.site-header::before{
  content:"";
  position:absolute;
  inset:10px 190px 10px 158px;
  background:var(--myxx-skyline) center / 620px auto no-repeat;
  opacity:.14;
  pointer-events:none;
  mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.65) 18%,#000 50%,rgba(0,0,0,.65) 82%,transparent);
}
.site-header::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,212,31,.06),transparent 20% 76%,rgba(111,76,255,.08));
  pointer-events:none;
}
.brand-link,.main-nav,.header-actions{position:relative;z-index:2}
.brand-link{width:156px;min-width:156px}
.brand-link img{filter:drop-shadow(0 12px 24px rgba(0,0,0,.42))}
.main-nav{
  gap:6px!important;
  padding:6px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.025))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.18);
}
.main-nav a{padding:11px 16px!important;font-size:.79rem!important;font-weight:800!important;color:#dad7de!important}
.main-nav a.active{background:linear-gradient(180deg,#fff,#efedf4)!important;box-shadow:0 14px 26px rgba(255,255,255,.10),inset 0 1px 0 rgba(255,255,255,.8)!important}
.live-button{min-height:50px!important;padding:0 20px!important;box-shadow:0 18px 38px rgba(255,194,0,.24),inset 0 1px 0 rgba(255,255,255,.7)!important}
.icon-button,.menu-button{border-radius:18px!important;background:rgba(255,255,255,.055)!important}

.hero,.masthead,.pulse-masthead,.remyxx-feature,.host-profile,.request-studio,.now-playing-feature,.featured-episode{
  position:relative;
  overflow:hidden;
}
.hero::before,.masthead::before,.pulse-masthead::after,.remyxx-feature::before,.host-profile::before,.request-studio::before,.now-playing-feature::before,.featured-episode::before{
  content:"";
  position:absolute;
  right:-4%; left:auto; top:auto; bottom:-4%;
  width:min(44vw,540px);
  height:170px;
  background:var(--myxx-skyline) center / contain no-repeat;
  opacity:.08;
  pointer-events:none;
}
.hero::before{right:2%;bottom:6%;width:min(34vw,500px);opacity:.10}
.masthead::before{left:auto;right:3%;bottom:4%;width:min(30vw,360px);opacity:.09}

.display,.masthead h1,.masthead h2,.section-head h2,.hero-statement,.pulse-lead-copy h2,.pulse-side-card h3,.story-card-copy h3,.host-profile-copy h2,.on-air-stage-copy h2,.remyxx-copy h2,.episode-copy h2,.now-playing-copy h2,.request-hero h1,.request-form-head h3,.search-intro h3,.pulse-masthead h1{
  line-height:1.02!important;
  padding-right:.08em!important;
  padding-left:.01em!important;
  padding-bottom:.20em!important;
  overflow:visible!important;
}
.gradient-text{display:inline-block;padding-right:.04em}
.hero-statement{padding-right:20px!important;padding-bottom:calc(14px + .18em)!important}
.hero-statement strong,.hero-statement span,.masthead h1 span,.masthead h1 strong{display:inline-block;padding-right:.05em}

.track-rail{
  --track-gap:18px;
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - (var(--track-gap) * 5)) / 6)!important;
  grid-template-columns:none!important;
  gap:var(--track-gap)!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x mandatory;
  padding:4px 2px 18px!important;
  scrollbar-width:none;
}
.track-rail .track-card{scroll-snap-align:start}

.world-block-map{
  display:grid;
  grid-template-columns:minmax(280px,.92fr) minmax(0,1.08fr);
  gap:22px;
  align-items:stretch;
  min-height:390px;
}
.world-map-copy{display:grid;align-content:start;gap:15px;position:relative;z-index:2}
.world-subcopy{margin:0;max-width:38ch;color:#bdb8c2;font-size:.97rem;line-height:1.55}
.world-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:4px}
.world-metrics span{padding:14px 14px 13px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.world-metrics b{display:block;font-size:1.15rem;line-height:1;color:#fff2be}
.world-metrics small{display:block;margin-top:7px;color:#a9a3ae;font-size:.68rem;font-weight:770;letter-spacing:.08em;text-transform:uppercase}
.listener-map-shell{display:grid;gap:16px;min-width:0}
.listener-map-canvas{
  position:relative;
  min-height:250px;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 20% 30%,rgba(255,212,31,.16),transparent 28%),
    radial-gradient(circle at 76% 75%,rgba(111,76,255,.17),transparent 26%),
    linear-gradient(160deg,rgba(19,19,27,.92),rgba(7,7,11,.96));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 52px rgba(0,0,0,.26);
}
.listener-map-canvas::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 17% 42%,rgba(255,255,255,.06) 0 4%,transparent 4.5%),
    radial-gradient(circle at 24% 49%,rgba(255,255,255,.05) 0 5%,transparent 5.5%),
    radial-gradient(circle at 51% 36%,rgba(255,255,255,.05) 0 7%,transparent 7.5%),
    radial-gradient(circle at 55% 51%,rgba(255,255,255,.05) 0 5%,transparent 5.5%),
    radial-gradient(circle at 78% 43%,rgba(255,255,255,.05) 0 6%,transparent 6.5%),
    repeating-linear-gradient(0deg,transparent 0 54px,rgba(255,255,255,.05) 54px 55px),
    repeating-linear-gradient(90deg,transparent 0 78px,rgba(255,255,255,.04) 78px 79px);
  opacity:.55;
}
.listener-map-canvas::after{
  content:"";
  position:absolute;
  inset:18px;
  border-radius:22px;
  border:1px dashed rgba(255,255,255,.08);
}
.listener-pin{position:absolute;z-index:2;transform:translate(-50%,-50%);pointer-events:none}
.listener-pin i{display:block;width:var(--pin-size);height:var(--pin-size);border-radius:999px;background:linear-gradient(180deg,#ffe56b,#ffc40b);box-shadow:0 0 0 5px rgba(255,212,31,.13),0 0 18px rgba(255,212,31,.45)}
.listener-pin b{position:absolute;left:50%;top:calc(var(--pin-size) + 8px);transform:translateX(-50%);padding:4px 8px;border-radius:999px;background:rgba(5,5,7,.82);border:1px solid rgba(255,255,255,.10);font-size:.58rem;font-weight:760;letter-spacing:.02em;color:#f0edf3;white-space:nowrap;box-shadow:0 8px 22px rgba(0,0,0,.26)}
.listener-pin:nth-child(n+7) b{display:none}
.listener-pin:nth-child(1) i,.listener-pin:nth-child(2) i{width:calc(var(--pin-size) + 3px);height:calc(var(--pin-size) + 3px)}
.listener-map-empty{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:20px;color:#d5d0da;z-index:2}
.listener-map-empty strong{display:block;font-size:1rem;margin-bottom:7px}
.listener-map-empty span{font-size:.85rem;color:#a7a2ac}
.world-list{display:grid;gap:0}
.world-row{background:rgba(255,255,255,.02)}
.world-row strong{text-transform:none!important}

.host-profile{box-shadow:0 30px 84px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.09)!important}
.host-profile::before{right:-2%;bottom:-2%;width:min(38vw,420px);height:140px;opacity:.11}
.host-profile-media::after{content:"";position:absolute;inset:auto 18px 18px auto;width:96px;height:96px;border-radius:24px;background:linear-gradient(145deg,rgba(255,212,31,.18),rgba(255,212,31,0));border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.host-profile-copy{background:linear-gradient(180deg,rgba(17,17,25,.76),rgba(7,7,11,.84))!important}
.host-profile-copy .host-vibe{font-size:1.22rem!important;line-height:1.4!important;color:#f6f1d1!important}
.host-profile-copy .host-bio{font-size:.96rem!important;max-width:54ch;color:#ccc6d0!important}
.host-lanes span{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04))!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.host-quote{position:relative;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:1.02rem!important;line-height:1.5!important;color:#f0ecf4!important}
.host-energy span{background:linear-gradient(180deg,#ffe05d,#ffbb05)!important;box-shadow:0 0 16px rgba(255,212,31,.22)}

.pulse-masthead{background:radial-gradient(circle at 90% 18%,rgba(255,212,31,.18),transparent 27%),radial-gradient(circle at 10% 80%,rgba(216,41,255,.16),transparent 34%),linear-gradient(145deg,rgba(24,23,32,.82),rgba(7,7,11,.88))!important}
.pulse-masthead-copy>p:not(.eyebrow){max-width:58ch!important}
.pulse-masthead-object::after{content:"";position:absolute;inset:auto 8% 6% auto;width:min(34vw,320px);height:118px;background:var(--myxx-skyline) center/contain no-repeat;opacity:.11;pointer-events:none}

@media (max-width: 1220px){
  .track-rail{grid-auto-columns:calc((100% - (var(--track-gap) * 3)) / 4)!important}
  .world-block-map{grid-template-columns:1fr}
}
@media (max-width: 920px){
  .site-header{height:80px!important;padding:0 10px 0 14px!important}
  .site-header::before{display:none}
  .track-rail{grid-auto-columns:calc((100% - var(--track-gap)) / 2)!important}
  .world-metrics{grid-template-columns:1fr 1fr}
  .world-metrics span:last-child{grid-column:1/-1}
}
@media (max-width: 700px){
  .site-header{height:76px!important;border-radius:24px!important}
  .track-rail{grid-auto-columns:68vw!important;gap:14px!important}
  .listener-pin:nth-child(n+4) b{display:none}
  .world-metrics{grid-template-columns:1fr}
  .hero::before,.masthead::before,.pulse-masthead::after,.remyxx-feature::before,.host-profile::before,.request-studio::before,.now-playing-feature::before,.featured-episode::before{opacity:.07;width:min(54vw,260px);height:80px}
}


/* HOTFIX36 — clean premium shell, exact logo skyline background, final glyph safety */
:root{--myxx-skyline:none!important}
body{
  background:
    radial-gradient(980px 520px at 10% 8%,rgba(255,190,0,.09),transparent 65%),
    radial-gradient(980px 520px at 90% 4%,rgba(104,69,255,.10),transparent 68%),
    linear-gradient(180deg,#08080c 0,#050507 52%,#07070a 100%)!important;
}
body::after{
  content:""!important;
  position:fixed!important;
  z-index:-1!important;
  inset:auto 0 2vh 0!important;
  height:min(29vw,390px)!important;
  pointer-events:none!important;
  background:url('/assets/myxx/skyline-outline.png') center bottom / min(1440px,94vw) auto no-repeat!important;
  opacity:.045!important;
  filter:drop-shadow(0 0 28px rgba(255,212,31,.16))!important;
  mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.8) 12%,#000 28% 72%,rgba(0,0,0,.8) 88%,transparent 100%)!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.8) 12%,#000 28% 72%,rgba(0,0,0,.8) 88%,transparent 100%)!important;
}
.site-header{
  height:82px!important;
  padding:0 14px 0 18px!important;
  overflow:visible!important;
  border-radius:27px!important;
  background:linear-gradient(180deg,rgba(21,22,30,.86),rgba(9,10,15,.78))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 22px 64px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.12),inset 0 -1px 0 rgba(255,255,255,.025)!important;
  backdrop-filter:blur(32px) saturate(1.38)!important;
  -webkit-backdrop-filter:blur(32px) saturate(1.38)!important;
}
.site-header::before,.site-header::after{display:none!important;content:none!important;background:none!important}
.brand-link{width:154px!important;min-width:154px!important}
.brand-link img{width:154px!important;filter:drop-shadow(0 9px 20px rgba(0,0,0,.42))!important}
.main-nav{
  position:relative!important;
  isolation:isolate;
  gap:3px!important;
  padding:6px!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 12px 26px rgba(0,0,0,.22)!important;
  backdrop-filter:blur(22px) saturate(1.2)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.2)!important;
}
.main-nav a{padding:10px 15px!important;color:#d9d5de!important;font-size:.78rem!important;font-weight:780!important}
.main-nav a:hover{background:rgba(255,255,255,.065)!important;color:#fff!important}
.main-nav a.active{
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(238,237,244,.92))!important;
  color:#111!important;
  border:1px solid rgba(255,255,255,.62)!important;
  box-shadow:0 10px 24px rgba(255,255,255,.10),inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.live-button{min-height:48px!important;padding:0 19px!important}
.icon-button,.menu-button{width:48px!important;height:48px!important;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important}

.hero::before,.masthead::before,.pulse-masthead::after,.remyxx-feature::before,.host-profile::before,.request-studio::before,.now-playing-feature::before,.featured-episode::before{
  display:none!important;content:none!important;background:none!important;
}

.display,.masthead h1,.masthead h2,.section-head h2,.hero-statement,.pulse-lead-copy h2,.pulse-side-card h3,.story-card-copy h3,.host-profile-copy h2,.on-air-stage-copy h2,.remyxx-copy h2,.episode-copy h2,.now-playing-copy h2,.request-hero h1,.request-form-head h3,.search-intro h3,.pulse-masthead h1{
  overflow:visible!important;
  line-height:1.08!important;
  padding:0 .18em .28em .02em!important;
  margin-bottom:0!important;
  box-sizing:border-box!important;
  text-wrap:balance;
}
.gradient-text{
  display:inline!important;
  padding-right:.12em!important;
  padding-bottom:.09em!important;
  -webkit-box-decoration-break:clone!important;
  box-decoration-break:clone!important;
}
.hero-statement{
  display:block!important;
  width:fit-content!important;
  max-width:calc(100% - 1rem)!important;
  padding:18px 30px 25px 18px!important;
  line-height:1.09!important;
  letter-spacing:-.065em!important;
  overflow:visible!important;
}
.hero-statement span,.hero-statement strong{display:inline!important;padding-right:.05em!important;padding-bottom:.08em!important}
.masthead>div:first-child{min-width:0!important;padding-right:2.4rem!important;overflow:visible!important}
.masthead h1{font-size:clamp(4.35rem,8.6vw,8.45rem)!important;max-width:960px!important;letter-spacing:-.065em!important}
.host-profile-copy h2{font-size:clamp(4.2rem,7.5vw,7.55rem)!important;letter-spacing:-.06em!important}
.remyxx-copy h2,.episode-copy h2{letter-spacing:-.055em!important}

.track-rail{
  --track-gap:18px;
  display:grid!important;
  grid-auto-flow:column!important;
  grid-template-columns:none!important;
  grid-auto-columns:calc((100% - (var(--track-gap) * 5)) / 6)!important;
  gap:var(--track-gap)!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  scroll-snap-type:x mandatory!important;
  overscroll-behavior-inline:contain!important;
  padding:8px 2px 22px!important;
  scrollbar-width:none!important;
}
.track-rail::-webkit-scrollbar{display:none!important}
.track-rail .track-card{scroll-snap-align:start!important}

.world-block-map{grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr)!important;gap:24px!important;min-height:410px!important}
.listener-map-canvas{
  background:
    radial-gradient(circle at 18% 32%,rgba(255,212,31,.15),transparent 25%),
    radial-gradient(circle at 78% 72%,rgba(111,76,255,.17),transparent 25%),
    linear-gradient(160deg,rgba(19,19,27,.95),rgba(6,6,10,.98))!important;
}
.listener-map-canvas::before{
  background:
    radial-gradient(ellipse at 18% 42%,rgba(255,255,255,.065) 0 7%,transparent 7.6%),
    radial-gradient(ellipse at 28% 50%,rgba(255,255,255,.05) 0 8%,transparent 8.6%),
    radial-gradient(ellipse at 50% 37%,rgba(255,255,255,.055) 0 10%,transparent 10.6%),
    radial-gradient(ellipse at 55% 54%,rgba(255,255,255,.045) 0 8%,transparent 8.6%),
    radial-gradient(ellipse at 78% 43%,rgba(255,255,255,.05) 0 10%,transparent 10.6%),
    repeating-linear-gradient(0deg,transparent 0 54px,rgba(255,255,255,.045) 54px 55px),
    repeating-linear-gradient(90deg,transparent 0 78px,rgba(255,255,255,.04) 78px 79px)!important;
}
.world-subcopy{color:#c2bdc7!important}
.world-metrics span{background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important}

.request-trust h3{margin-bottom:8px!important}
.request-trust p{color:#c7c2cb!important;line-height:1.55!important}

.site-footer{position:relative;overflow:hidden}
.site-footer::before{
  content:"";
  position:absolute;
  left:50%;bottom:14px;
  width:min(1180px,88vw);height:250px;
  transform:translateX(-50%);
  background:url('/assets/myxx/skyline-outline.png') center bottom/contain no-repeat;
  opacity:.035;
  pointer-events:none;
}
.site-footer>*{position:relative;z-index:1}

@media(max-width:1220px){
  .track-rail{grid-auto-columns:calc((100% - (var(--track-gap) * 3)) / 4)!important}
  .world-block-map{grid-template-columns:1fr!important}
}
@media(max-width:920px){
  .site-header{height:78px!important}
  .masthead>div:first-child{padding-right:.5rem!important}
  .masthead h1{font-size:clamp(4rem,15vw,6.2rem)!important;max-width:100%!important}
  .track-rail{grid-auto-columns:calc((100% - var(--track-gap)) / 2)!important}
}
@media(max-width:700px){
  body::after{height:240px!important;opacity:.035!important;background-size:760px auto!important}
  .site-header{height:74px!important;border-radius:22px!important;padding:0 8px 0 11px!important}
  .brand-link{width:118px!important;min-width:118px!important}.brand-link img{width:118px!important}
  .hero-statement{max-width:calc(100% - .5rem)!important;padding:14px 22px 21px 14px!important;line-height:1.1!important}
  .track-rail{grid-auto-columns:68vw!important;gap:14px!important}
  .display,.masthead h1,.host-profile-copy h2,.pulse-masthead h1{line-height:1.1!important;padding-right:.16em!important;padding-bottom:.3em!important}
}

/* HOTFIX37 — exact-title, full listener map, desktop-parity mobile, full-page skyline atmosphere */
body::after{display:none!important;content:none!important;background:none!important}
body::before{
  content:"";
  position:fixed;
  z-index:-1;
  inset:-34vh -28vw;
  pointer-events:none;
  background-image:url('/assets/myxx/skyline-outline.png');
  background-size:min(1120px,84vw) auto;
  background-repeat:repeat;
  background-position:12vw 6vh;
  opacity:.022;
  filter:blur(.2px) drop-shadow(0 0 24px rgba(255,212,31,.12));
  transform:rotate(-11deg) scale(1.15);
  transform-origin:center;
  mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.9) 8%,#000 24% 78%,rgba(0,0,0,.82) 92%,transparent 100%);
  -webkit-mask-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.9) 8%,#000 24% 78%,rgba(0,0,0,.82) 92%,transparent 100%);
}
.site-footer::before{display:none!important;content:none!important;background:none!important}
.site-header::before,.site-header::after,.hero::before,.masthead::before,.pulse-masthead::after,.remyxx-feature::before,.host-profile::before,.request-studio::before,.now-playing-feature::before,.featured-episode::before{display:none!important;content:none!important;background:none!important}

/* Give descenders and final glyphs real breathing room. */
.hero-statement{
  line-height:1.24!important;
  padding:14px 30px 34px 18px!important;
  overflow:visible!important;
}
.hero-statement span,.hero-statement strong{
  display:inline-block!important;
  line-height:1.24!important;
  padding:0 .08em .32em .01em!important;
  margin-bottom:-.24em!important;
  overflow:visible!important;
}
.hero-statement strong.gradient-text{
  background-image:linear-gradient(110deg,#fff 0,#fff4ba 36%,#ffd41f 68%,#ff9d19 100%)!important;
  background-repeat:no-repeat!important;
  background-size:100% 135%!important;
  background-position:center top!important;
}
.display,.masthead h1,.masthead h2,.section-head h2,.pulse-lead-copy h2,.pulse-side-card h3,.story-card-copy h3,.host-profile-copy h2,.on-air-stage-copy h2,.remyxx-copy h2,.episode-copy h2,.now-playing-copy h2,.request-hero h1,.request-form-head h3,.search-intro h3,.pulse-masthead h1{
  line-height:1.12!important;
  padding-right:.22em!important;
  padding-bottom:.34em!important;
  overflow:visible!important;
}
.gradient-text{padding-right:.18em!important;padding-bottom:.18em!important;overflow:visible!important}

/* Six previous songs visible; the rest stay in the same horizontal rail. */
.track-rail{grid-auto-columns:calc((100% - (var(--track-gap) * 5)) / 6)!important}

/* More complete listener-map presentation. */
.listener-map-canvas{min-height:300px!important}
.listener-pin:nth-child(n+7) b{display:none!important}
.listener-pin i{animation:listenerPulse 2.8s ease-in-out infinite alternate}
.listener-pin:nth-child(2n) i{animation-delay:-.8s}.listener-pin:nth-child(3n) i{animation-delay:-1.5s}
@keyframes listenerPulse{from{transform:scale(.86);filter:brightness(.9)}to{transform:scale(1.12);filter:brightness(1.15)}}

/* Desktop composition parity on small screens: shrink, do not convert to a vertical mobile stack. */
@media(max-width:760px){
  :root{--header-h:58px;--dock-h:58px;--radius-xl:20px}
  body{padding-bottom:calc(var(--dock-h) + 10px);font-size:11px}
  body::before{inset:-26vh -62vw;background-size:760px auto;background-position:0 0;opacity:.019;transform:rotate(-12deg) scale(1.18)}
  .site-header{top:5px;width:calc(100% - 10px);height:var(--header-h)!important;padding:0 6px!important;border-radius:18px!important;gap:4px!important}
  .brand-link{width:72px!important;min-width:72px!important}.brand-link img{width:72px!important}
  .main-nav{display:flex!important;flex:1 1 auto!important;min-width:0!important;gap:1px!important;padding:3px!important;overflow:visible!important}
  .main-nav a{display:flex!important;flex:1 1 0!important;min-width:0!important;justify-content:center!important;padding:7px 2px!important;font-size:6.7px!important;letter-spacing:0!important;white-space:nowrap!important}
  .live-button{min-height:36px!important;padding:0 8px!important;font-size:6.8px!important;gap:4px!important}.live-dot{width:6px!important;height:6px!important}
  .icon-button{display:none!important}.menu-button{display:none!important}
  .page{width:calc(100% - 12px)!important;padding-top:calc(var(--header-h) + 18px)!important}
  .section{padding:34px 0!important}.section-head{display:flex!important;align-items:end!important;gap:12px!important;margin-bottom:14px!important}.section-head h2{font-size:2.05rem!important}.section-head p{font-size:.7rem!important;margin:0!important;max-width:155px!important}.text-action{font-size:.65rem!important}
  .eyebrow{font-size:.48rem!important;letter-spacing:.13em!important}
  .primary-action,.secondary-action{min-height:36px!important;padding:0 10px!important;font-size:.58rem!important;gap:5px!important}.primary-action svg,.secondary-action svg{width:12px!important;height:12px!important}.action-row{display:flex!important;gap:7px!important;margin-top:12px!important}

  .hero{grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr)!important;min-height:520px!important;align-items:center!important;gap:8px!important;padding:28px 0 42px!important}
  .hero-copy{padding-left:3px!important;min-width:0!important}.hero-wordmark{width:126px!important;margin-bottom:9px!important}.lead-copy{font-size:.67rem!important;line-height:1.45!important;max-width:220px!important}
  .hero-statement{font-size:1.78rem!important;max-width:230px!important;margin:7px 0 9px!important;padding:8px 12px 15px 9px!important;border-radius:16px!important;line-height:1.2!important}.hero-statement span,.hero-statement strong{line-height:1.2!important;padding-bottom:.28em!important}
  .hero-meta{gap:3px!important;margin-top:10px!important}.hero-meta span{font-size:.42rem!important;padding:4px 5px!important}
  .art-sculpture{min-height:360px!important}.art-card{width:39vw!important;max-width:190px!important;border-radius:22px!important;padding:5px!important}.art-card img{border-radius:17px!important}.art-rings{width:48vw!important;max-width:230px!important}.on-air-tag{top:-8px!important;left:8px!important;padding:6px 8px!important;font-size:.42rem!important}.show-note{right:-5px!important;top:7%!important;width:88px!important;padding:8px!important;border-radius:5px 13px 13px!important}.show-note small{font-size:.38rem!important}.show-note strong{font-size:.58rem!important}.show-note span{font-size:.42rem!important}.track-glass{left:-10px!important;right:-10px!important;bottom:-44px!important;padding:9px 10px!important;border-radius:15px!important}.track-glass small{font-size:.38rem!important}.track-glass h2{font-size:.92rem!important;margin-top:4px!important}.track-glass p{font-size:.5rem!important}.track-progress{margin-top:8px!important}

  .host-feature{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;min-height:390px!important;border-radius:20px!important}.host-portrait{min-height:390px!important}.host-copy{padding:18px!important}.host-copy h2{font-size:2.3rem!important}.host-copy h3{font-size:.78rem!important;margin-top:4px!important}.host-copy>p{font-size:.63rem!important;line-height:1.45!important}.next-up{grid-template-columns:36px 1fr!important;gap:7px!important;padding:7px!important;margin-top:10px!important;border-radius:12px!important}.next-up img{width:36px!important;height:36px!important;border-radius:9px!important}.next-up small{font-size:.38rem!important}.next-up strong{font-size:.58rem!important}.next-up span{font-size:.44rem!important}

  .track-rail{--track-gap:8px!important;grid-auto-columns:calc((100% - (var(--track-gap) * 5)) / 6)!important;gap:var(--track-gap)!important;padding-bottom:10px!important}.track-art{border-radius:10px!important}.track-card h3{font-size:.53rem!important;margin-top:6px!important}.track-card p,.track-card time{font-size:.42rem!important}.track-index{font-size:.42rem!important;padding:3px 5px!important;top:5px!important;left:5px!important}

  .pulse-home{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;gap:8px!important}.pulse-lead-home{min-height:360px!important;border-radius:20px!important}.pulse-lead-inner{padding:15px!important}.pulse-lead-inner h2{font-size:2.35rem!important}.pulse-lead-intro>p:not(.eyebrow){font-size:.58rem!important;line-height:1.4!important}.pulse-story-home{padding:10px!important;border-radius:14px!important}.pulse-story-home h3{font-size:.84rem!important}.pulse-story-home p{font-size:.52rem!important;line-height:1.4!important}.story-label{font-size:.4rem!important}.utility-stack{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:1fr 1.35fr!important;gap:8px!important}.weather-block,.world-block{min-height:0!important;border-radius:20px!important;padding:13px!important}.weather-temp{font-size:3.4rem!important}.weather-block h3{font-size:.82rem!important}.weather-block p{font-size:.48rem!important}.world-block-map{display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:8px!important;min-height:230px!important}.world-block h3{font-size:1.3rem!important}.world-subcopy{font-size:.48rem!important}.world-metrics{grid-template-columns:1fr!important;gap:4px!important}.world-metrics span{padding:6px!important;border-radius:8px!important}.world-metrics b{font-size:.62rem!important}.world-metrics small{font-size:.35rem!important;margin-top:3px!important}.listener-map-canvas{min-height:128px!important;border-radius:13px!important}.listener-pin b{display:none!important}.listener-pin i{box-shadow:0 0 0 2px rgba(255,212,31,.13),0 0 8px rgba(255,212,31,.4)!important}.world-list{display:none!important}

  .request-promo{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)!important;min-height:280px!important;border-radius:20px!important;padding:20px!important}.request-promo h2{font-size:2.45rem!important}.request-promo p{font-size:.62rem!important}.request-promo-art{margin:0!important}.request-logo-orbit{width:30vw!important;max-width:145px!important}
  .remyxx-feature{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;min-height:330px!important;border-radius:20px!important;padding:20px!important}.remyxx-visual{order:initial!important;min-height:270px!important}.remyxx-cover{width:31vw!important;max-width:150px!important}.remyxx-disc{width:38vw!important;max-width:185px!important}.remyxx-copy h2{font-size:2.45rem!important}.remyxx-copy>p{font-size:.62rem!important;line-height:1.45!important}

  .masthead{grid-template-columns:minmax(0,1fr) 120px!important;min-height:270px!important;padding:30px 0 20px!important;gap:10px!important}.masthead h1{font-size:2.8rem!important;max-width:100%!important}.masthead p{font-size:.66rem!important}.masthead-side{display:block!important;max-width:110px!important}
  .request-hero{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;padding:26px 0 38px!important;gap:8px!important}.request-hero h1{font-size:2.6rem!important}.request-hero-copy p:not(.eyebrow){font-size:.62rem!important}.request-art-stack{min-height:310px!important}.request-art-card{width:34vw!important;max-width:165px!important;border-radius:18px!important}.request-art-card img{border-radius:14px!important}.request-art-disc{width:44vw!important;max-width:210px!important}.request-now-card{left:-2px!important;right:-2px!important;bottom:9px!important;padding:8px!important}.request-body{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important}.request-main{border-right:1px solid var(--line-soft)!important;border-bottom:0!important;padding:14px!important}.request-side{padding:14px!important}.request-status{padding:14px!important;display:flex!important}.request-status h2{font-size:1.2rem!important}.status-pill{margin:0!important}.search-intro h3{font-size:1.7rem!important}.search-intro p{font-size:.54rem!important}.progress-step span{display:inline!important;font-size:.44rem!important}.search-spark{width:32px!important;height:32px!important}.search-bar input{height:38px!important;font-size:.58rem!important}.search-bar button{width:38px!important;height:38px!important}.request-result{grid-template-columns:38px 1fr auto!important}.request-result img{width:38px!important;height:38px!important}.request-result strong{font-size:.58rem!important}.request-result p{font-size:.45rem!important}.request-result em{display:block!important;font-size:.4rem!important}.request-side-panel h3{font-size:.8rem!important}.request-side-panel p{font-size:.5rem!important}

  .pulse-masthead{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)!important;min-height:290px!important;padding:22px!important}.pulse-masthead h1{font-size:2.8rem!important}.pulse-masthead-copy>p:not(.eyebrow){font-size:.62rem!important}.pulse-masthead-object{display:block!important}.pulse-utility{grid-template-columns:repeat(3,1fr)!important;gap:7px!important}.pulse-utility .utility-card:last-child{grid-column:auto!important}.pulse-lead-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)!important;gap:8px!important}.pulse-side-stack{grid-template-columns:1fr!important}.story-grid{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.story-card{min-height:250px!important;border-radius:15px!important}.story-card-copy{padding:10px!important}.story-card-copy h3{font-size:.72rem!important}.story-card-copy p{font-size:.48rem!important}

  .on-air-stage{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;min-height:390px!important;border-radius:20px!important}.on-air-stage-media{min-height:390px!important}.on-air-stage-copy{padding:18px!important}.on-air-stage-copy h2{font-size:2.35rem!important}.on-air-stage-copy>p{font-size:.6rem!important}.schedule-shell{grid-template-columns:120px minmax(0,1fr)!important;padding:24px 0 38px!important}.day-tabs{position:sticky!important;display:grid!important;overflow:visible!important}.day-tabs button{min-width:0!important;font-size:.5rem!important}.schedule-row{grid-template-columns:48px 38px minmax(0,1fr) auto!important;gap:6px!important}.schedule-row img{width:38px!important;height:38px!important}.schedule-row em{display:block!important;font-size:.4rem!important}.schedule-row strong{font-size:.6rem!important}.schedule-row p{font-size:.43rem!important}.specials-band{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.special-card:last-child{grid-column:auto!important}.special-card{min-height:210px!important;padding:12px!important}

  .host-stats{grid-template-columns:repeat(3,1fr)!important;gap:7px!important}.host-stat:last-child{grid-column:auto!important}.host-stat strong{font-size:1.55rem!important}.host-profile,.host-profile:nth-child(even){grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;min-height:370px!important;border-radius:20px!important}.host-profile-media{min-height:370px!important}.host-profile-copy{padding:17px!important}.host-profile-copy h2{font-size:2.25rem!important}.host-vibe{font-size:.72rem!important}.host-bio{font-size:.55rem!important}.host-lanes span{font-size:.4rem!important;padding:4px 6px!important}.host-quote{font-size:.57rem!important;padding:8px!important}

  .remyxx-tools{grid-template-columns:minmax(0,1fr) auto!important}.archive-summary{text-align:right!important}.remyxx-filters{overflow-x:auto!important}.remyxx-layout{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:8px!important}.featured-episode{position:sticky!important;top:72px!important}.featured-art{aspect-ratio:1!important}.episode-copy{padding:12px!important}.episode-copy h2{font-size:1.25rem!important}.episode-row{grid-template-columns:48px minmax(0,1fr) 32px!important;gap:7px!important;padding:7px!important}.episode-row img{width:48px!important;height:48px!important}.episode-row h3{font-size:.58rem!important}.episode-row p{display:block!important;font-size:.4rem!important}.episode-row button{width:30px!important;height:30px!important}

  .now-playing-feature{grid-template-columns:180px minmax(0,1fr)!important;padding:14px!important;border-radius:20px!important}.now-playing-art{width:180px!important;max-width:none!important;margin:0!important}.now-playing-copy h2{font-size:2.2rem!important}.history-controls{grid-template-columns:1fr 1fr 1fr auto auto!important}.history-grid{grid-template-columns:repeat(5,1fr)!important;gap:8px!important}

  .site-footer{width:calc(100% - 12px)!important;padding:36px 0 68px!important}.footer-brand{display:flex!important}.footer-brand img{width:130px!important}.footer-grid{grid-template-columns:1fr auto auto!important;gap:12px!important}.footer-grid h2{font-size:1.45rem!important}.footer-grid p,.footer-grid a{font-size:.5rem!important}.footer-bottom{display:flex!important;font-size:.45rem!important}
  .player-dock{width:min(calc(100% - 10px),620px)!important;min-height:var(--dock-h)!important;grid-template-columns:40px minmax(0,1fr) auto!important;padding:5px!important;border-radius:16px!important}.dock-art{width:40px!important;height:40px!important;border-radius:10px!important}.dock-copy strong{font-size:.58rem!important}.dock-copy span{font-size:.45rem!important}.dock-action{min-width:32px!important;height:32px!important;border-radius:10px!important;padding:0 6px!important}.dock-play{width:38px!important;height:38px!important}.dock-action.share,.dock-action.mute{display:grid!important}
}
