:root{--paper:#f4f0e8;--ink:#171715;--red:#c61613;--muted:#706e68;--line:rgba(23,23,21,.14);--radius:24px;--pad:clamp(24px,5vw,80px)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.skip-link{position:fixed;left:16px;top:-100px;z-index:100;background:#fff;padding:12px}.skip-link:focus{top:16px}
.site-header{height:96px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:absolute;z-index:10;width:100%}.brand img{width:154px;height:auto}.site-header nav{display:flex;gap:36px}.site-header nav a,.footer-bottom a{font-size:14px}.site-header nav a:hover{color:var(--red)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--ink);color:#fff;border:0;border-radius:999px;padding:16px 24px;font-weight:700;transition:transform .25s,background .25s,color .25s}.button:hover{transform:translateY(-2px);background:var(--red)}.button-small{padding:11px 18px;font-size:13px}.button-invert{background:#fff;color:var(--ink)}.button-invert:hover{background:var(--ink);color:#fff}.motif-rotator{position:relative;overflow:hidden;background:#eeece7}.motif-layer{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain;object-position:50% 50%;opacity:0;transform:scale(1.025);transform-origin:50% 50%;transition:opacity 1.25s ease,transform 7s ease}.motif-layer.is-active{opacity:1;transform:scale(1)}
.hero{min-height:850px;height:100vh;position:relative;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:120px var(--pad) 50px}.hero-copy{position:relative;z-index:2;max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:700;display:flex;align-items:center;gap:10px;margin:0 0 30px}.eyebrow span{width:28px;height:2px;background:var(--red)}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-.055em;line-height:.91;margin:0}h1{font-size:clamp(56px,6.6vw,104px);letter-spacing:-.045em}h1 em,h2 em{font-weight:400;color:var(--red)}.lead{font-size:clamp(18px,1.6vw,23px);max-width:570px;color:#4d4c48;margin:34px 0}.hero-actions{display:flex;align-items:center;gap:34px}.text-link{font-weight:700;display:inline-flex;gap:20px;align-items:center;border-bottom:1px solid currentColor;padding:8px 0}.text-link span{color:var(--red)}.hero-art{position:relative;height:min(620px,68vh);scroll-margin-top:24px}.art-card{position:absolute;overflow:hidden}.art-main{width:min(540px,92%);height:auto;aspect-ratio:16/9;right:0;top:18%;border-radius:28px;background:#111}.art-label{width:210px;height:210px;left:0;bottom:8%;background:var(--red);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%}.art-label span{font-family:Georgia,serif;font-size:46px}.art-label small{font-size:11px;text-transform:uppercase;letter-spacing:.1em}.hero-orbit{position:absolute;border:1px solid rgba(198,22,19,.2);border-radius:50%}.orbit-one{width:580px;height:580px;right:-130px;top:-170px}.orbit-two{width:180px;height:180px;right:43%;top:19%}.scroll-note{position:absolute;bottom:35px;left:var(--pad);font-size:11px;text-transform:uppercase;letter-spacing:.15em}.scroll-note span{margin-left:15px;color:var(--red)}
.section-pad{padding:clamp(90px,11vw,170px) var(--pad)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px}.section-heading h2{font-size:clamp(48px,6vw,88px)}.section-heading>p{max-width:410px;color:var(--muted)}
.stage-player{isolation:isolate;box-shadow:0 28px 80px rgba(23,23,21,.18);transition:box-shadow .35s ease}.stage-motifs{position:absolute;inset:0;z-index:1}.stage-player video{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:contain;background:#000;opacity:0;transition:opacity .55s ease}.stage-player video.is-playing{opacity:1}.live-indicator{position:absolute;z-index:4;left:22px;top:22px;display:flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(198,22,19,.94);color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:9px;font-weight:700;backdrop-filter:blur(8px)}.live-indicator i{width:7px;height:7px;margin-right:7px;border-radius:50%;background:#fff;animation:pulse 1.5s ease-in-out infinite}.stage-now{position:absolute;z-index:4;left:18px;bottom:48px;max-width:min(72%,390px);padding:10px 14px;border-left:3px solid var(--red);border-radius:4px 12px 12px 4px;background:rgba(15,15,14,.78);color:#fff;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.stage-now span,.stage-now strong,.stage-now time{display:block}.stage-now span{margin-bottom:2px;color:#ff5b56;font-size:8px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.stage-now strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.stage-now time{margin-top:1px;color:rgba(255,255,255,.72);font-size:9px}.player-action,.mini-close,.play-overlay{position:absolute;z-index:5;border:0;cursor:pointer}.player-action{right:18px;top:18px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--ink);font-size:11px;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.16)}.player-action:hover{background:#fff}.play-overlay{left:50%;top:50%;transform:translate(-50%,-50%);border-radius:999px;background:rgba(255,255,255,.95);padding:14px 20px;font-weight:700;white-space:nowrap}.play-overlay span{color:var(--red);margin-right:8px}.play-overlay.is-hidden{display:none}.mini-close{display:none;right:11px;top:11px;width:34px;height:34px;border-radius:50%;background:rgba(20,20,20,.72);color:#fff;font-size:23px;line-height:1}.stage-player.is-floating{position:fixed;left:auto;right:24px;top:auto;bottom:24px;width:min(380px,calc(100vw - 48px));z-index:1000;border-radius:22px;box-shadow:0 26px 80px rgba(0,0,0,.35);animation:mini-enter .55s cubic-bezier(.16,1.12,.3,1) both}.stage-player.is-floating .mini-close{display:block}.stage-player.is-floating .live-indicator{left:12px;top:12px}.stage-player.is-floating .stage-now{left:12px;bottom:10px;max-width:62%;padding:7px 10px}.stage-player.is-floating .stage-now time{display:none}.stage-player.is-floating .sound-toggle{left:auto;right:12px;top:auto;bottom:12px}.stage-player.is-floating video{border-radius:inherit}@keyframes mini-enter{from{opacity:0;transform:translate3d(24px,28px,0) scale(.9)}to{opacity:1;transform:none}}
.schedule{background:#fff}.schedule #programm{scroll-margin-top:28px}.program-shell{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#f7f4ee;box-shadow:0 24px 70px rgba(23,23,21,.07)}.program-topline{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line)}.program-topline p{display:flex;align-items:center;gap:10px;margin:0;font-size:13px}.program-live-dot{width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 5px rgba(198,22,19,.1)}.program-arrows{display:flex;gap:8px}.program-arrows button{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.program-arrows button:hover,.program-arrows button:focus-visible{background:var(--red);border-color:var(--red);color:#fff}.program-arrows button:disabled{opacity:.3;cursor:default}.program-days{display:flex;gap:8px;overflow-x:auto;padding:18px 24px;scrollbar-width:thin;scroll-snap-type:x proximity;border-bottom:1px solid var(--line)}.program-day{flex:0 0 74px;padding:11px 8px 12px;border:1px solid transparent;border-radius:16px;background:transparent;color:var(--muted);cursor:pointer;scroll-snap-align:center;text-align:center;transition:background .2s,color .2s,transform .2s,border-color .2s}.program-day span,.program-day strong{display:block}.program-day span{font-size:10px;text-transform:uppercase;letter-spacing:.11em}.program-day strong{margin-top:2px;font-family:Georgia,serif;font-size:27px;font-weight:400;line-height:1}.program-day:hover{border-color:var(--line);color:var(--ink);transform:translateY(-2px)}.program-day.is-today{color:var(--red)}.program-day.is-active{background:var(--ink);color:#fff}.program-day.is-active.is-today{background:var(--red)}.program-now{margin:26px;border-radius:22px;background:var(--red);color:#fff;padding:27px 30px;box-shadow:0 20px 50px rgba(198,22,19,.2)}.program-now-status{display:flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:700}.program-now-status span{width:7px;height:7px;border-radius:50%;background:#fff;animation:pulse 1.5s ease-in-out infinite}.program-now-main{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:16px 0 21px}.program-now time{font-size:13px;opacity:.8}.program-now h3{margin:4px 0 0;font-family:Georgia,serif;font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.05}.program-progress{height:3px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.3)}.program-progress span{display:block;width:0;height:100%;border-radius:inherit;background:#fff;transition:width .5s ease}.program-list-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:22px 30px 16px}.program-list-heading h3{margin:0;font-family:Georgia,serif;font-size:28px;font-weight:400}.program-list-heading span{color:var(--muted);font-size:11px}.program-list{max-height:650px;overflow-y:auto;background:#fff;border-top:1px solid var(--line);scroll-behavior:smooth}.program-item{display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:24px;align-items:center;min-height:78px;padding:15px 30px;border-bottom:1px solid var(--line);transition:background .2s}.program-item:last-child{border-bottom:0}.program-item:hover{background:#faf7f2}.program-item.is-past{color:#999}.program-item.is-now{background:#fbe9e6;box-shadow:inset 4px 0 var(--red)}.program-time{font-family:Georgia,serif;font-size:21px;color:var(--red)}.program-item.is-past .program-time{color:#999}.program-title{font-weight:700}.program-duration{color:var(--muted);font-size:11px;white-space:nowrap}.program-item-badge{display:inline-block;margin-left:10px;padding:4px 8px;border-radius:999px;background:var(--red);color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:8px;vertical-align:2px}.program-loading{padding:35px 30px;margin:0;color:var(--muted)}.source-note{text-align:right;color:var(--muted);font-size:11px}
.about{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(50px,8vw,130px);align-items:center}.about-media{min-width:0}.about-visual{width:100%;min-height:0;aspect-ratio:5/3;background:#d9d8cf;border-radius:180px 180px 28px 28px;position:relative;overflow:hidden}.about-motifs{position:absolute;inset:0}.about-caption{font-family:Georgia,serif;font-size:clamp(38px,4.3vw,64px);line-height:.9;margin:28px 0 0 clamp(18px,3vw,42px);letter-spacing:-.045em}.about-caption em{color:var(--red);font-weight:400}.about-copy h2,.reception h2{font-size:clamp(54px,6vw,92px)}.about-copy>p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:590px}.about-copy .text-link{margin-top:25px}
.reception{background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.light-eye span{background:#fff}.reception-copy>p:last-child{color:#b5b4af;max-width:570px;font-size:18px}.reception h2 em{color:#e2443f}.data-card{border-top:1px solid rgba(255,255,255,.2)}.data-card div{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.2);display:flex;justify-content:space-between;gap:20px}.data-card span{color:#999}.data-card strong{text-align:right}
footer{padding:80px var(--pad) 25px;background:var(--red);color:#fff}.footer-top{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;padding-bottom:65px}.footer-top img{filter:brightness(0) invert(1);width:180px;height:auto}.footer-top p{font-family:Georgia,serif;font-size:28px}.footer-bottom{padding-top:22px;border-top:1px solid rgba(255,255,255,.25);display:flex;justify-content:space-between}.footer-bottom div{display:flex;gap:30px}.footer-bottom p{font-size:13px;margin:0}.footer-bottom a{color:#fff;text-decoration-color:transparent;text-underline-offset:5px;transition:opacity .2s,text-decoration-color .2s}.footer-bottom a:hover,.footer-bottom a:focus-visible{color:#fff;opacity:.72;text-decoration:underline;text-decoration-color:currentColor}
.legal-page .site-header{position:relative;background:var(--paper)}.legal-main{padding:clamp(70px,9vw,130px) var(--pad) clamp(100px,12vw,170px)}.legal-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:60px;align-items:end;padding-bottom:clamp(60px,8vw,100px);border-bottom:1px solid var(--line)}.legal-hero h1{font-size:clamp(68px,9vw,138px)}.legal-intro{max-width:430px;color:var(--muted);font-size:18px}.legal-layout{display:grid;grid-template-columns:240px minmax(0,800px);gap:clamp(50px,9vw,140px);padding-top:clamp(60px,8vw,100px);align-items:start}.legal-nav{position:sticky;top:28px}.legal-nav p{text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700;color:var(--muted);margin:0 0 18px}.legal-nav a{display:block;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px;transition:color .2s,padding .2s}.legal-nav a:hover,.legal-nav a:focus-visible{color:var(--red);padding-left:6px}.legal-content{min-width:0}.legal-card{scroll-margin-top:28px;padding:0 0 46px;margin:0 0 46px;border-bottom:1px solid var(--line)}.legal-card:last-child{margin-bottom:0}.legal-card h2{font-family:Arial,Helvetica,sans-serif;font-size:clamp(20px,2vw,27px);font-weight:700;letter-spacing:-.025em;line-height:1.2;margin:0 0 18px}.legal-card p,.legal-card address{margin:0;color:#4d4c48;font-size:16px;line-height:1.75;font-style:normal}.legal-card p+p{margin-top:18px}.legal-card a{color:var(--red);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;overflow-wrap:anywhere}.legal-card a:hover,.legal-card a:focus-visible{color:var(--ink);background:#f2ded9}.legal-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:46px}.legal-meta .legal-card{padding:28px;margin:0;border:1px solid var(--line);border-radius:18px;background:#fff}.legal-page footer{margin-top:0}
.error-page{min-height:100vh;background:var(--paper)}.error-main{min-height:100vh;padding:clamp(28px,5vw,72px) var(--pad);display:flex;flex-direction:column}.error-brand{width:154px}.error-card{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;max-width:920px;padding:80px 0}.error-code{position:absolute;right:0;top:5%;margin:0;color:rgba(198,22,19,.08);font-family:Georgia,serif;font-size:clamp(170px,30vw,460px);line-height:.75;pointer-events:none}.error-card h1{position:relative;font-size:clamp(62px,9vw,132px);max-width:900px}.error-copy{position:relative;max-width:570px;color:var(--muted);font-size:19px;margin:30px 0}.error-actions{position:relative;display:flex;align-items:center;gap:32px}
.site-header{animation:header-enter .9s cubic-bezier(.16,1,.3,1) both}.reveal{--reveal-delay:0ms;opacity:0;filter:blur(4px);transform:translateY(34px) scale(.985) rotate(.18deg);transform-origin:50% 50%;will-change:opacity,transform,filter;transition:opacity .75s ease var(--reveal-delay),filter .75s ease var(--reveal-delay),transform 1.05s cubic-bezier(.16,1.18,.3,1) var(--reveal-delay)}.reveal.is-visible{opacity:1;filter:none;transform:none;will-change:auto}.hero-orbit{animation:orbit-drift 9s ease-in-out infinite alternate}.orbit-two{animation-delay:-3.5s;animation-duration:7s}.art-label{animation:soft-float 5.8s ease-in-out 1s infinite}.about-visual,.data-card{transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s ease}.about-visual:hover{transform:translateY(-4px);box-shadow:0 28px 70px rgba(23,23,21,.1)}@keyframes header-enter{from{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:none}}@keyframes pulse{50%{opacity:.3;transform:scale(.75)}}@keyframes orbit-drift{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(-12px,14px,0) scale(1.035)}}@keyframes soft-float{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(0,-9px,0) rotate(-1deg)}}
@media(max-width:900px){.site-header nav{display:none}.hero{height:auto;min-height:900px;grid-template-columns:1fr;padding-top:150px}.hero-art{height:auto;aspect-ratio:16/9;margin-top:55px}.art-main{right:0;top:0}.art-label{width:140px;height:140px;bottom:-8%}.section-heading,.about{display:block}.section-heading>p{margin-top:25px}.reception{grid-template-columns:1fr}.about-media{margin-bottom:65px}.footer-top{grid-template-columns:1fr;gap:20px}.footer-top p{margin:0}.footer-bottom{gap:30px;align-items:flex-start}}
@media(max-width:760px){.legal-hero,.legal-layout{grid-template-columns:1fr}.legal-hero{gap:25px}.legal-nav{display:none}.legal-meta{grid-template-columns:1fr}}
@media(max-width:560px){.error-actions{align-items:flex-start;flex-direction:column;gap:16px}.error-card{padding:55px 0}.error-code{top:12%}}
@media(max-width:560px){.site-header{height:78px}.brand img{width:125px}.button-small{font-size:0;padding:11px}.button-small span{font-size:16px}.hero{min-height:800px}.hero-actions{align-items:flex-start;flex-direction:column;gap:15px}.hero-art{height:auto}.art-main{width:100%;border-radius:20px}.art-label{display:none}.stage-player.is-floating{right:10px;bottom:10px;width:calc(100vw - 20px);border-radius:16px}.program-shell{margin-right:calc(var(--pad) * -1);border-radius:20px 0 0 20px}.program-topline{padding:18px}.program-days{padding:14px 16px}.program-day{flex-basis:64px}.program-now{margin:18px 18px 22px;padding:22px}.program-now-main{display:block}.program-now-main .button{margin-top:20px;padding:11px 17px;font-size:12px}.program-list-heading{padding:18px}.program-list{max-height:560px}.program-item{grid-template-columns:70px minmax(0,1fr);gap:14px;padding:14px 18px}.program-duration{display:none}.about-visual{min-height:0;aspect-ratio:4/3;border-radius:110px 110px 22px 22px;padding:40px}.footer-bottom{display:block}.footer-bottom div{margin-top:20px;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-header,.reveal,.hero-orbit,.art-label,.stage-player.is-floating{animation:none}.reveal{opacity:1;filter:none;transform:none;transition:none}.live-indicator i,.program-now-status span{animation:none}.button,.motif-layer,.program-day,.about-visual,.data-card{transition:none}.motif-layer{transform:none}.about-visual:hover{transform:none;box-shadow:none}}
.scroll-note{transition:color .2s ease}.scroll-note:hover,.scroll-note:focus-visible{color:var(--red)}
@media(max-width:560px){.scroll-note{display:none}}
@media(min-width:901px){.hero{grid-template-columns:.9fr 1.1fr;column-gap:clamp(30px,4vw,70px);padding-top:96px;padding-bottom:96px}.art-main{width:min(680px,100%)}}
@media(min-width:901px){.art-label{left:-145px;bottom:-16%}}
@media(max-width:560px){.button-small{font-size:10px;padding:10px 13px;gap:7px}.button-small span{font-size:13px}}
@media(max-width:560px){.stage-now{left:12px;bottom:42px;max-width:68%;padding:8px 10px}}
.stage-now{max-width:min(58%,340px);padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(15,15,14,.52);backdrop-filter:blur(8px);box-shadow:0 5px 18px rgba(0,0,0,.12)}
.stage-now span{margin-bottom:1px;color:rgba(255,255,255,.62);font-size:7px;letter-spacing:.14em}
.stage-now strong{font-size:11px;line-height:1.25}
.stage-now time{color:rgba(255,255,255,.55);font-size:8px}
@media(max-width:560px){.stage-now{max-width:62%;padding:7px 9px}}
.schedule #programm{scroll-margin-top:110px}
.program-list-heading{align-items:center;padding-top:18px;padding-bottom:14px}
.program-list-meta{display:flex;align-items:center;justify-content:flex-end;gap:16px}
.program-list-meta button{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-size:10px;font-weight:700;cursor:pointer;transition:background .2s,color .2s,border-color .2s}
.program-list-meta button:hover,.program-list-meta button:focus-visible{border-color:var(--red);background:var(--red);color:#fff}
.program-list{max-height:none;overflow:visible;scroll-behavior:auto}
.program-item{min-height:52px;padding-top:9px;padding-bottom:9px}
.program-time{font-size:18px}
.program-title{font-size:13px}
@media(max-width:560px){.schedule #programm{scroll-margin-top:92px}.program-list-heading{align-items:flex-start;gap:12px}.program-list-heading h3{font-size:24px}.program-list-meta{align-items:flex-end;flex-direction:column;gap:6px}.program-list-meta button{padding:7px 10px}.program-item{min-height:48px;padding-top:8px;padding-bottom:8px}.program-time{font-size:17px}.program-title{font-size:12px}}
.standalone-page .site-header{position:relative;background:var(--paper)}
.standalone-main{padding:clamp(70px,8vw,120px) var(--pad) clamp(100px,11vw,160px)}
.standalone-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(40px,8vw,120px);align-items:end;margin-bottom:clamp(55px,7vw,90px)}
.standalone-intro .eyebrow{grid-column:1/-1;margin-bottom:-10px}.standalone-intro h1{font-size:clamp(64px,8vw,124px)}.standalone-intro>p:last-child{max-width:440px;margin:0;color:var(--muted);font-size:18px}
.standalone-content{max-width:1400px;margin:0 auto}.stream-main{overflow:hidden}.stream-feature{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:clamp(38px,6vw,90px);align-items:center}.standalone-player{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:28px;background:#111}.stream-copy h2{font-size:clamp(44px,5vw,76px)}.stream-copy p{margin:26px 0;color:var(--muted);font-size:18px}.standalone-page footer{margin-top:0}
@media(max-width:900px){.standalone-intro,.stream-feature{grid-template-columns:1fr}.standalone-intro .eyebrow{grid-column:auto;margin-bottom:0}.standalone-intro{gap:24px}.stream-copy{max-width:620px}.standalone-player{border-radius:22px}}
@media(max-width:560px){.standalone-main{padding-top:55px}.standalone-intro h1{font-size:clamp(54px,17vw,78px)}.standalone-intro>p:last-child{font-size:16px}.standalone-player{border-radius:18px}}
.sound-toggle{display:grid;place-items:center;width:38px;height:25px;padding:0;border-radius:999px}.sound-icon{width:15px;height:15px;fill:currentColor}.sound-icon-on{display:none}.sound-toggle[aria-pressed="true"] .sound-icon-muted{display:none}.sound-toggle[aria-pressed="true"] .sound-icon-on{display:block}
.art-label{overflow:visible}.art-label>span,.art-label>small{position:relative;z-index:2}.label-ci-icons{position:absolute;z-index:3;left:58%;top:auto;bottom:-78px;width:230px;max-width:none;transform:translateX(-50%);pointer-events:none}
.about-ci-icons{position:absolute;z-index:3;right:-18px;top:auto;bottom:-56px;width:clamp(180px,20vw,240px);pointer-events:none;filter:drop-shadow(0 4px 10px rgba(0,0,0,.14))}
.ci-brand{position:relative;display:block;width:174px;aspect-ratio:270/112}.ci-brand-logo{position:absolute;z-index:1;left:4px;bottom:2px;width:160px!important;height:auto}.ci-brand-icons{position:absolute;z-index:2;inset:0;width:100%!important;height:100%}.error-brand{width:174px}
@media(max-width:560px){.ci-brand{width:120px}.ci-brand-logo{left:3px;bottom:2px;width:111px!important}.site-header{left:0;width:100vw;max-width:100vw}.site-header .button-small{position:absolute;right:24px;top:18px}}
