/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.table{display:table}}:root{--ink:#171525;--paper:#f8f4eb;--cream:#fffaf0;--orange:#ff5a2b;--yellow:#ffd04a;--violet:#7b4dff;--purple:#332161;--mint:#8de0c2;--line:#17152524}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial Narrow,Avenir Next Condensed,Roboto Condensed,Arial,sans-serif;overflow-x:hidden}button,a,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}::selection{color:#fff;background:var(--orange)}.site-shell{background:radial-gradient(circle at 8% 8%, #ffd04a42, transparent 23rem), var(--paper);min-height:100vh}.site-header{z-index:30;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;width:min(100% - 48px,1420px);height:112px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.brand{flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--yellow);border:1px solid #1715251f;border-radius:11px;width:68px;height:36px;display:block;position:relative;overflow:hidden;box-shadow:0 5px 14px #1715251a}.brand-mark img{object-fit:cover}.brand-copy{flex-direction:column;line-height:1;display:flex}.brand-copy strong{letter-spacing:-.04em;font-size:18px}.brand-copy small{letter-spacing:.07em;text-transform:uppercase;opacity:.55;margin-top:5px;font-size:9px;font-weight:700}.main-nav{align-items:center;gap:clamp(24px,3vw,50px);display:flex}.main-nav a{letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:800;position:relative}.main-nav a:after{content:"";background:var(--orange);transform-origin:100%;height:2px;transition:transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.main-nav a:hover:after,.main-nav a:focus-visible:after{transform-origin:0;transform:scaleX(1)}.header-listen{border:1px solid var(--ink);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 19px;font-size:12px;font-weight:900;transition:color .18s,background .18s,transform .18s;display:inline-flex}.header-listen:hover{color:#fff;background:var(--ink);transform:translateY(-2px)}.tiny-live{background:var(--orange);border-radius:50%;width:8px;height:8px}.tiny-live.active{animation:1.2s infinite pulse}.menu-button{display:none}.hero{isolation:isolate;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);align-items:center;gap:clamp(50px,8vw,150px);min-height:820px;padding:180px max(24px,50vw - 710px) 82px;display:grid;position:relative;overflow:hidden}.hero-grid{z-index:-3;opacity:.28;background-image:linear-gradient(#1715251c 1px,#0000 1px),linear-gradient(90deg,#1715251c 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 74%);mask-image:linear-gradient(90deg,#000,#0000 74%)}.glow{z-index:-2;filter:blur(1px);border-radius:50%;position:absolute}.glow-one{opacity:.88;background:radial-gradient(circle at 36% 35%,#ffe176,#ff7449 38%,#7b4dff 71%,#0000 72%);width:min(56vw,820px);height:min(56vw,820px);top:12%;right:-8%}.glow-two{filter:blur(70px);background:#8de0c285;width:340px;height:340px;bottom:-23%;left:22%}.hero-copy{z-index:2;max-width:810px;position:relative}.eyebrow,.section-kicker{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:10px;font-size:12px;font-weight:900;display:inline-flex}.live-pulse{background:var(--orange);border-radius:50%;width:9px;height:9px;animation:1.7s infinite pulse;position:relative;box-shadow:0 0 0 6px #ff5a2b21}.hero h1{letter-spacing:-.085em;text-transform:uppercase;margin:28px 0 26px;font-size:clamp(70px,8.1vw,132px);line-height:.83}.hero h1 span{color:var(--orange);letter-spacing:-.075em;text-transform:none;font-family:Georgia,Times New Roman,serif;font-size:.83em;font-style:italic;font-weight:400;display:block}.hero-copy>p{color:#171525b3;max-width:610px;margin:0;font-family:Arial,sans-serif;font-size:clamp(17px,1.35vw,20px);line-height:1.7}.hero-actions{align-items:center;gap:30px;margin-top:38px;display:flex}.primary-button,.round-play,.sticky-player>button{cursor:pointer;border:0}.primary-button{color:#fff;background:var(--ink);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;gap:14px;min-height:58px;padding:0 25px;font-size:13px;font-weight:900;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 14px 30px #1715252e}.primary-button:hover{background:var(--orange);transform:translateY(-3px)}.play-icon{border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:10px solid;width:0;height:0;margin-left:2px;display:inline-block}.pause-icon{border-left:3px solid;border-right:3px solid;width:10px;height:13px;display:inline-block}.text-link{border-bottom:1px solid var(--ink);letter-spacing:.07em;text-transform:uppercase;padding:10px 0;font-size:12px;font-weight:900}.text-link span{color:var(--orange);margin-left:12px}.genre-line{letter-spacing:.13em;flex-wrap:wrap;align-items:center;gap:12px;margin-top:54px;font-size:11px;font-weight:900;display:flex}.genre-line i{background:var(--orange);border-radius:50%;width:4px;height:4px}.hero-player-wrap{z-index:3;justify-self:center;width:min(100%,470px);position:relative}.hero-player-shadow{background:var(--yellow);border-radius:42px;position:absolute;inset:13px -13px -13px 13px;transform:rotate(3deg)}.hero-player{color:#fff;background:linear-gradient(150deg,#ffffff21,#0000 35%),#23173f;border:1px solid #ffffff52;border-radius:38px;padding:28px 30px 30px;position:relative;overflow:hidden;box-shadow:0 40px 90px #22124e61}.hero-player:after{content:"";background:var(--violet);filter:blur(40px);opacity:.42;border-radius:50%;width:320px;height:320px;position:absolute;bottom:-120px;right:-100px}.player-topline{z-index:2;letter-spacing:.15em;opacity:.82;justify-content:space-between;align-items:center;font-size:9px;font-weight:900;display:flex;position:relative}.live-chip{color:#fff;background:var(--orange);border-radius:999px;align-items:center;gap:7px;padding:7px 10px;display:inline-flex}.live-chip i{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.4s infinite pulse}.station-art{z-index:2;aspect-ratio:1;place-items:center;width:min(74%,275px);margin:28px auto 22px;display:grid;position:relative}.station-logo-core{z-index:4;aspect-ratio:160/85;background:var(--yellow);border:6px solid #ffffffeb;border-radius:24px;width:70%;position:relative;overflow:hidden;box-shadow:0 18px 40px #0000004d}.station-logo-image{object-fit:cover}.vinyl-rings,.vinyl-rings span{border:1px solid #fff3;border-radius:50%;position:absolute;inset:0}.vinyl-rings:before,.vinyl-rings:after{content:"";border-radius:50%;position:absolute}.vinyl-rings:before{border:1px dashed #fff3;inset:8%}.vinyl-rings:after{border:1px solid #ffd04a8a;inset:20%}.vinyl-rings span:first-child{inset:13%}.vinyl-rings span:nth-child(2){inset:27%}.vinyl-rings span:nth-child(3){inset:38%}.vinyl-rings.spinning{animation:9s linear infinite spin}.now-playing-copy{z-index:2;text-align:center;position:relative}.now-playing-copy small{min-height:14px;color:var(--yellow);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:900;display:block}.now-playing-copy h2{letter-spacing:-.05em;margin:9px 0 4px;font-size:35px;line-height:1}.now-playing-copy p{opacity:.6;margin:0;font-family:Arial,sans-serif;font-size:12px}.current-show-line{color:#ffffff8f;margin-top:9px;font-family:Arial,sans-serif;font-size:9px;line-height:1.35;display:block}.equalizer{z-index:2;justify-content:center;align-items:center;gap:4px;height:42px;margin:27px 0 18px;display:flex;position:relative}.equalizer span{background:#ffffff6b;border-radius:3px;width:3px;height:18%;min-height:3px}.equalizer.is-playing span{background:linear-gradient(to top, var(--orange), var(--yellow));animation:.75s ease-in-out infinite alternate bars}.equalizer span:nth-child(3n){height:52%}.equalizer span:nth-child(4n){height:86%}.equalizer span:nth-child(5n){height:35%}.player-controls{z-index:2;grid-template-columns:58px 1fr;align-items:center;gap:20px;display:grid;position:relative}.round-play{width:58px;height:58px;color:var(--ink);background:var(--yellow);border-radius:50%;place-items:center;transition:transform .18s;display:grid;box-shadow:0 10px 25px #ffd04a40}.round-play:hover{transform:scale(1.08)}.volume-control{align-items:center;gap:12px;display:flex}.volume-control span{letter-spacing:.12em;opacity:.55;font-size:8px;font-weight:900}.volume-control input{width:100%;accent-color:var(--yellow);cursor:pointer}.ticker{color:#fff;background:var(--orange);width:100%;overflow:hidden;transform:rotate(-1.2deg)scale(1.02)}.ticker-track{letter-spacing:.12em;align-items:center;gap:28px;width:max-content;height:58px;font-size:13px;font-weight:900;animation:24s linear infinite ticker;display:flex}.ticker-track b{color:var(--yellow)}.section{width:min(100% - 48px,1320px);margin-inline:auto}.shows{padding-top:150px;padding-bottom:150px}.section-heading{grid-template-columns:1.35fr .65fr;align-items:end;gap:80px;margin-bottom:66px;display:grid}.section-kicker{color:var(--orange)}.section-kicker:before{content:"";background:currentColor;width:30px;height:2px}.section-heading h2,.story-copy h2,.contact-copy h2{letter-spacing:-.065em;text-transform:uppercase;margin:18px 0 0;font-size:clamp(56px,6vw,88px);line-height:.91}.section-heading>p,.story-copy p,.contact-copy p{color:#171525a8;margin:0;font-family:Arial,sans-serif;font-size:16px;line-height:1.75}.schedule-shell{border:1px solid var(--line);background:var(--cream);border-radius:20px;overflow:hidden;box-shadow:0 28px 70px #17152514}.on-air-board{color:#fff;background:#140d29;grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr);align-items:stretch;padding:18px;display:grid}.on-air-card{border-radius:13px;min-width:0;padding:28px 30px}.on-air-card.is-current{background:radial-gradient(circle at 90% 15%,#ffd04a57,#0000 30%),linear-gradient(125deg,#ff5a2b,#d94225)}.on-air-card.is-next{background:radial-gradient(circle at 88% 15%,#7b4dff85,#0000 33%),#21153f;border:1px solid #ffffff2b}.on-air-card-top{justify-content:space-between;align-items:center;gap:18px;display:flex}.on-air-label{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:8px;font-size:9px;font-weight:900;display:inline-flex}.on-air-label i{background:#fff;border:2px solid #fff;border-radius:50%;width:7px;height:7px;animation:1.4s infinite pulse;box-shadow:0 0 0 5px #ffffff29}.on-air-card time{letter-spacing:.05em;white-space:nowrap;opacity:.74;font-size:11px;font-weight:900}.on-air-card h3{letter-spacing:-.055em;margin:28px 0 20px;font-size:clamp(25px,3vw,39px);line-height:.98}.on-air-card>p{opacity:.65;margin:0;font-family:Arial,sans-serif;font-size:11px;line-height:1.5}.on-air-host{color:#ffffffb3;align-items:center;gap:6px;font-family:Arial,sans-serif;font-size:10px;display:flex}.on-air-host>span{color:#fff;background:#1715252e;border:1px solid #ffffff80;border-radius:50%;place-items:center;width:29px;height:29px;margin-right:3px;font-size:8px;font-weight:900;display:grid}.on-air-host strong{color:#fff}.on-air-arrow{width:39px;height:39px;color:var(--yellow);border:1px solid #ffffff3d;border-radius:50%;place-items:center;margin:auto;font-size:18px;display:grid}.live-program-widget{color:#fff;background:radial-gradient(circle at 82% 10%,#ff5a2b85,#0000 27%),linear-gradient(115deg,#21153f,#3c1d56 62%,#7b253c);grid-template-columns:112px minmax(0,1fr);min-height:154px;display:grid;overflow:hidden}.live-time-rail{text-align:center;color:#fff;background:var(--orange);grid-template-rows:1fr 1px 1fr;align-items:center;padding:19px 0;display:grid;box-shadow:12px 0 35px #0e082338}.live-time-rail time{letter-spacing:-.045em;font-size:20px;font-weight:900}.live-time-rail span{background:#ffffff73;width:72%;height:1px;margin:auto}.live-program-lines{grid-template-rows:1fr 1fr;padding:22px 30px;display:grid}.live-program-line{align-items:center;min-width:0;display:flex}.live-program-line.is-current{border-bottom:1px solid #ffffff2e;padding-bottom:13px;display:block}.live-program-status{letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:6px;font-size:8px;font-weight:900;display:flex}.live-program-status i{background:var(--yellow);border-radius:50%;width:7px;height:7px;animation:1.4s infinite pulse;box-shadow:0 0 0 5px #ffd04a21}.live-program-status span{color:#ffffff94}.live-program-status b{margin-left:3px}.live-program-line>strong,.live-program-line.is-next strong{letter-spacing:-.045em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(18px,2.2vw,28px);line-height:1;display:block;overflow:hidden}.live-program-line.is-next{gap:13px;padding-top:13px}.next-arrow{color:var(--yellow);font-size:28px;font-weight:900}.live-program-line.is-next>div{flex:1;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:18px;min-width:0;display:grid}.live-program-line.is-next small{color:#ffffff7a;letter-spacing:.13em;text-transform:uppercase;grid-column:1/-1;margin-bottom:4px;font-size:7px;font-weight:900}.live-program-line em,.live-program-status b{white-space:nowrap;font-family:Arial,sans-serif;font-size:9px;font-style:normal;font-weight:800}.host-text-lorix{color:#ff9b7f}.host-text-dj{color:#bdabff}.host-text-patrik{color:var(--mint)}.schedule-tabs{color:#fff;background:#21153f;grid-template-columns:repeat(7,1fr);display:grid}.schedule-tab{color:#ffffffa3;cursor:pointer;background:0 0;border:0;border-right:1px solid #ffffff1c;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:82px;padding:13px 10px;transition:color .18s,background .18s;display:flex}.schedule-tab:last-child{border-right:0}.schedule-tab:hover,.schedule-tab:focus-visible{color:#fff;background:#ffffff14}.schedule-tab:focus-visible{outline:3px solid var(--yellow);outline-offset:-3px}.schedule-tab.is-active{color:var(--ink);background:var(--yellow)}.schedule-tab b{letter-spacing:-.04em;font-size:19px;line-height:1}.schedule-tab small{letter-spacing:.08em;text-transform:uppercase;font-family:Arial,sans-serif;font-size:9px;font-weight:700}.schedule-panel-heading{color:#fff;background:radial-gradient(circle at 90% 20%,#ff5a2b94,#0000 32%),linear-gradient(120deg,#342268,#21153f);justify-content:space-between;align-items:flex-end;gap:30px;padding:38px 42px;display:flex}.schedule-panel-heading span{color:var(--yellow);letter-spacing:.16em;text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:900;display:block}.schedule-panel-heading h3{letter-spacing:-.06em;text-transform:uppercase;margin:0;font-size:clamp(38px,4vw,58px);line-height:.92}.schedule-panel-heading p{letter-spacing:.06em;text-transform:uppercase;border:1px solid #ffffff3d;border-radius:999px;margin:0;padding:9px 13px;font-family:Arial,sans-serif;font-size:10px;font-weight:700}.schedule-list{padding:0 28px 18px}.schedule-row{border-bottom:1px solid var(--line);grid-template-columns:45px 150px minmax(0,1fr) 220px;align-items:center;gap:22px;min-height:94px;padding:15px 14px;transition:background .16s,transform .16s;display:grid}.schedule-row:last-child{border-bottom:0}.schedule-row:hover{background:#ffffffc2;transform:translate(4px)}.schedule-index{border:1px solid var(--line);letter-spacing:.08em;color:#17152580;border-radius:50%;place-items:center;width:32px;height:32px;font-size:9px;font-weight:900;display:grid}.schedule-time{letter-spacing:-.01em;white-space:nowrap;font-size:14px;font-weight:900}.schedule-title{letter-spacing:-.045em;margin:0;font-size:clamp(19px,2vw,25px);line-height:1.08}.schedule-host{--host-color:var(--orange);--host-ink:white;min-width:0;color:var(--host-ink);background:var(--host-color);border-radius:999px;align-items:center;gap:10px;padding:8px 12px 8px 8px;display:flex}.schedule-host.host-dj{--host-color:var(--violet)}.schedule-host.host-patrik{--host-color:var(--mint);--host-ink:var(--ink)}.schedule-host-avatar{background:#fff;border:2px solid #ffffffb8;border-radius:50%;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden;box-shadow:0 3px 10px #17152533}.host-patrik .schedule-host-avatar{border-color:#1715253d}.schedule-host-photo{object-fit:cover}.schedule-host>span:last-child{flex-direction:column;min-width:0;line-height:1;display:flex}.schedule-host small{letter-spacing:.13em;text-transform:uppercase;opacity:.68;margin-bottom:5px;font-size:7px;font-weight:900}.schedule-host strong{text-overflow:ellipsis;white-space:nowrap;font-family:Arial,sans-serif;font-size:12px;overflow:hidden}.story{color:#fff;background:radial-gradient(circle at 13% 16%,#7b4dffe6,#0000 28%),radial-gradient(circle at 83% 80%,#ff5a2bbd,#0000 28%),#21153f;grid-template-columns:1fr .8fr;align-items:center;gap:100px;min-height:750px;padding:110px max(24px,50vw - 610px);display:grid;position:relative;overflow:hidden}.story:before{content:"";opacity:.12;background-image:repeating-radial-gradient(circle at 20%,#0000 0 40px,#fff 41px 42px);position:absolute;inset:0}.story-number{z-index:2;letter-spacing:-.11em;color:var(--yellow);text-shadow:18px 18px #ff5a2b99;font-size:clamp(150px,24vw,380px);font-weight:900;line-height:.75;position:relative;transform:rotate(-4deg)}.story-copy{z-index:3;max-width:550px;position:relative}.section-kicker.light{color:var(--yellow)}.story-copy h2{margin-bottom:34px}.story-copy p{color:#ffffffb8;margin-bottom:20px}.outline-button{color:#fff;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ffffff8c;border-radius:999px;min-height:54px;margin-top:16px;padding:0 22px;font-size:12px;font-weight:900;transition:color .18s,background .18s}.outline-button span{margin-left:15px}.outline-button:hover{color:var(--ink);background:#fff}.story-orbit{border:1px solid #ffffff4d;border-radius:50%;place-items:center;width:200px;height:200px;animation:16s linear infinite spin;display:grid;position:absolute;top:68px;right:-70px}.story-orbit span{letter-spacing:.16em;font-size:16px;font-weight:900}.story-orbit i{background:var(--yellow);border-radius:50%;width:16px;height:16px;position:absolute;top:-8px}.team{padding-top:150px;padding-bottom:150px}.section-heading.compact{margin-bottom:56px}.team-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.team-card{border-bottom:1px solid var(--line);padding:18px 18px 34px}.avatar{aspect-ratio:1.08;border-radius:4px;place-items:center;margin-bottom:28px;display:grid;position:relative;overflow:hidden}.avatar:before,.avatar:after{content:"";border-radius:50%;position:absolute}.avatar:before{border:1px solid #ffffff80;width:68%;height:68%}.avatar:after{background:#fff3;width:42%;height:42%;box-shadow:0 0 0 38px #ffffff14}.avatar.has-photo:before{z-index:2;pointer-events:none;background:linear-gradient(#0000 62%,#10082c47);border:0;border-radius:0;width:auto;height:auto;inset:0}.avatar.has-photo:after{display:none}.team-photo{z-index:1;object-fit:cover;object-position:center;width:100%;height:100%}.avatar-1{background:linear-gradient(135deg,#ffca4f,#ff6238)}.avatar-2{background:linear-gradient(135deg,#7d58e7,#2c1c55)}.avatar-3{background:linear-gradient(135deg,#95e2c4,#2e9e93)}.avatar span{z-index:2;color:#fff;letter-spacing:-.09em;text-shadow:7px 7px #1715252b;font-size:clamp(60px,8vw,110px);font-weight:900;position:relative}.avatar i{z-index:2;box-sizing:content-box;background:#55cb77;border:3px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;bottom:19px;right:19px}.team-role{color:var(--orange);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:900}.team-card h3{letter-spacing:-.06em;margin:9px 0 10px;font-size:37px;line-height:1}.team-card p{color:#1715259e;margin:0;font-family:Arial,sans-serif;font-size:13px;line-height:1.7}.contact{padding-bottom:100px}.contact-card{color:#fff;background:var(--orange);border-radius:18px;grid-template-columns:.8fr 1.2fr;gap:90px;padding:80px;display:grid;position:relative;overflow:hidden}.contact-card:before{content:"";border:80px solid #ffd04a40;border-radius:50%;width:490px;height:490px;position:absolute;top:-210px;left:-80px}.contact-copy,.contact-links{z-index:2;position:relative}.contact-copy h2{margin-bottom:30px}.contact-copy p{color:#ffffffbf;max-width:450px}.contact-links{flex-direction:column;display:flex}.contact-links a{border-bottom:1px solid #ffffff57;flex-direction:column;justify-content:center;min-height:86px;padding:15px 50px 15px 0;transition:padding-left .18s,background .18s;display:flex;position:relative}.contact-links a:first-child{border-top:1px solid #ffffff57}.contact-links a:hover{background:#ffffff14;padding-left:15px}.contact-links span{letter-spacing:.15em;text-transform:uppercase;opacity:.64;margin-bottom:5px;font-size:9px;font-weight:900}.contact-links strong{overflow-wrap:anywhere;font-family:Arial,sans-serif;font-size:clamp(14px,1.5vw,19px)}.contact-links i{font-size:22px;font-style:normal;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.site-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;width:min(100% - 48px,1320px);min-height:128px;margin-inline:auto;padding-bottom:18px;display:flex}.site-footer p,.site-footer>a:last-child{color:#1715258c;font-family:Arial,sans-serif;font-size:11px}.site-footer>a:last-child{font-weight:700}.sticky-player{z-index:50;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;pointer-events:none;background:#171525f2;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:12px;min-width:330px;padding:9px 15px 9px 9px;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:22px;right:22px;transform:translateY(30px);box-shadow:0 18px 50px #17152547}.sticky-player.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-player>button{width:43px;height:43px;color:var(--ink);background:var(--yellow);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.sticky-player-copy{flex-direction:column;flex:1;min-width:0;line-height:1;display:flex}.sticky-player-copy small{color:var(--yellow);letter-spacing:.14em;margin-bottom:5px;font-size:7px;font-weight:900}.sticky-player-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.mini-eq{align-items:center;gap:2px;height:22px;display:flex}.mini-eq i{background:var(--orange);width:2px;height:5px}.mini-eq.is-playing i{animation:.6s ease-in-out infinite alternate bars}.mini-eq i:nth-child(2){height:12px;animation-delay:-.2s}.mini-eq i:nth-child(3){height:18px;animation-delay:-.4s}.mini-eq i:nth-child(4){height:9px;animation-delay:-.1s}.sticky-status{color:#fff;background:var(--orange);letter-spacing:.1em;border-radius:999px;padding:7px 9px;font-size:8px;font-weight:900}@keyframes pulse{50%{opacity:.5}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bars{0%{transform:scaleY(.35)}to{transform:scaleY(1)}}@keyframes ticker{to{transform:translate(-50%)}}@media (width<=1060px){.site-header{width:min(100% - 36px,940px)}.main-nav{gap:24px}.main-nav a{font-size:11px}.hero{grid-template-columns:1fr 390px;gap:40px}.hero h1{font-size:clamp(62px,8.5vw,90px)}.show-grid{grid-template-columns:repeat(2,1fr)}.story{gap:60px}.contact-card{gap:50px;padding:65px 50px}}@media (width<=820px){.site-header{height:90px;position:absolute}.header-listen{margin-left:auto;margin-right:12px}.menu-button{z-index:35;color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:46px;height:46px;display:flex;position:relative}.menu-button span{background:currentColor;width:19px;height:2px;transition:transform .18s}.menu-button.is-open span:first-child{transform:translateY(4.5px)rotate(45deg)}.menu-button.is-open span:last-child{transform:translateY(-4.5px)rotate(-45deg)}.main-nav{color:#fff;opacity:0;pointer-events:none;background:#21153ffa;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:26px;padding:130px 40px 50px;transition:opacity .22s,transform .22s;display:flex;position:fixed;inset:0;transform:translateY(-100%)}.main-nav.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.main-nav a{letter-spacing:-.03em;text-transform:none;font-size:34px}.hero{grid-template-columns:1fr;gap:70px;min-height:auto;padding-top:145px}.hero-copy{max-width:680px}.hero h1{font-size:clamp(64px,14vw,105px)}.glow-one{width:100vw;height:100vw;top:45%;right:-35%}.hero-grid{-webkit-mask-image:linear-gradient(#000,#0000 85%);mask-image:linear-gradient(#000,#0000 85%)}.hero-player-wrap{width:min(94%,470px)}.section-heading{grid-template-columns:1fr;gap:28px}.section-heading>p{max-width:580px}.schedule-tabs{scrollbar-width:thin;display:flex;overflow-x:auto}.schedule-tab{flex:1 0 100px;min-width:100px}.schedule-row{grid-template-columns:42px minmax(0,1fr);gap:7px 16px;padding-top:20px;padding-bottom:20px}.schedule-index{grid-row:1/4}.schedule-time,.schedule-title,.schedule-host{grid-column:2}.schedule-host{width:min(100%,240px);margin-top:5px}.story{grid-template-columns:1fr;gap:75px}.story-number{font-size:min(38vw,270px)}.team-grid{grid-template-columns:1fr 1fr}.team-card:last-child{grid-column:1/-1;width:calc(50% - 10px)}.contact-card{grid-template-columns:1fr;gap:55px}.site-footer{flex-wrap:wrap;justify-content:flex-start;min-height:180px}.site-footer p{order:3;width:100%}}@media (width<=560px){.site-header,.section,.site-footer{width:calc(100% - 32px)}.site-header{height:78px}.brand-mark{border-radius:9px;width:54px;height:29px}.brand-copy strong{font-size:15px}.brand-copy small{display:none}.header-listen{min-height:40px;padding:0 13px;font-size:9px}.menu-button{width:40px;height:40px}.hero{gap:58px;padding:120px 16px 75px}.eyebrow{font-size:9px}.hero h1{margin-top:24px;font-size:clamp(57px,19vw,88px)}.hero-copy>p{font-size:15px;line-height:1.65}.hero-actions{flex-direction:column;align-items:flex-start;gap:15px}.primary-button{justify-content:center;width:100%}.genre-line{gap:8px;margin-top:38px;font-size:9px}.hero-player-wrap{width:calc(100% - 14px)}.hero-player{border-radius:28px;padding:22px 20px 24px}.hero-player-shadow{border-radius:30px}.station-art{width:70%;margin-top:24px}.equalizer{gap:3px}.ticker-track{height:50px;font-size:10px}.shows,.team{padding-top:100px;padding-bottom:100px}.section-heading{margin-bottom:38px}.section-heading h2,.story-copy h2,.contact-copy h2{font-size:clamp(47px,15vw,66px)}.section-heading>p,.story-copy p,.contact-copy p{font-size:14px}.live-program-widget{grid-template-columns:76px minmax(0,1fr);min-height:176px}.live-time-rail time{font-size:15px}.live-program-lines{padding:19px 17px}.live-program-line>strong,.live-program-line.is-next strong{font-size:17px}.live-program-status{flex-wrap:wrap;align-items:flex-start}.live-program-status b{width:100%;margin-left:15px}.live-program-line.is-next>div{grid-template-columns:1fr}.live-program-line em{margin-top:5px}.schedule-shell{border-radius:12px}.schedule-panel-heading{flex-direction:column;align-items:flex-start;gap:18px;padding:28px 20px}.schedule-panel-heading p{align-self:flex-start}.schedule-list{padding-left:9px;padding-right:9px}.schedule-row{transform:none!important}.team-grid{grid-template-columns:1fr}.show-card{min-height:265px}.story{gap:60px;min-height:auto;padding:90px 20px}.story-number{font-size:38vw}.story-orbit{display:none}.team-card:last-child{grid-column:auto;width:auto}.contact{width:100%;padding-bottom:70px}.contact-card{border-radius:0;padding:70px 20px}.contact-links a{min-height:78px}.contact-links strong{font-size:13px}.site-footer{flex-direction:column;align-items:flex-start;padding:35px 0 105px}.site-footer p{order:initial;margin:0}.sticky-player{min-width:0;bottom:10px;left:10px;right:10px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
