@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=League+Spartan:wght@600;700;800&family=Libre+Franklin:wght@400;600;700&display=swap');
:root{--ink:#071b2c;--red:#ee493c;--gold:#f2bc55;--paper:#f5f0e5;--cream:#fffaf0;--line:rgba(7,27,44,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Libre Franklin',sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.header{height:82px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;gap:48px;background:var(--cream);border-bottom:1px solid var(--line);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:12px}.logo{width:57px;height:57px;object-fit:contain}.brand>span{font-family:'League Spartan';font-weight:800;text-transform:uppercase;line-height:.86;font-size:18px}.brand b{display:block;color:var(--red);font-size:11px;letter-spacing:.19em;margin-top:6px}.header nav{display:flex;gap:30px;margin-left:auto;font-size:12px;font-weight:700}.header nav a:hover{color:var(--red)}.onair-button{background:var(--ink);color:white;padding:13px 17px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:9px}.onair-button i,.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(238,73,60,.18)}.hero{min-height:680px;display:grid;grid-template-columns:1.2fr .8fr;background:var(--ink);color:white;position:relative;overflow:hidden}.hero-copy{padding:90px clamp(28px,7vw,108px) 130px;z-index:2}.eyebrow{font-family:'DM Mono';font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:10px}.eyebrow.dark{color:var(--red)}h1,h2,h3{font-family:'League Spartan';text-transform:uppercase}h1{font-size:clamp(62px,7.7vw,116px);line-height:.79;letter-spacing:-.06em;margin:48px 0 35px}h1 em{font-style:normal;color:var(--red)}.hero-copy>p{max-width:600px;color:#bac8d1;font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:32px}.play{border:0;background:var(--red);color:white;padding:17px 21px;font-weight:700;cursor:pointer}.play span{color:var(--gold);margin-right:12px}.hero-actions>a{font-size:12px;font-weight:700;border-bottom:1px solid var(--gold);padding-bottom:7px}.hero-art{background:var(--gold);display:grid;place-items:center;position:relative;overflow:hidden}.hero-art>.logo{width:min(390px,74%);height:auto;z-index:2;filter:drop-shadow(10px 14px 0 rgba(7,27,44,.18))}.signal{position:absolute;border:2px solid rgba(7,27,44,.24);border-radius:50%}.signal.one{width:420px;height:420px}.signal.two{width:610px;height:610px}.signal.three{width:800px;height:800px}.frequency{position:absolute;bottom:78px;display:flex;flex-direction:column;align-items:center;z-index:2;font-family:'DM Mono';text-transform:uppercase}.frequency span,.frequency small{font-size:8px;letter-spacing:.15em}.frequency strong{font-family:'League Spartan';font-size:35px}.now-playing{position:absolute;bottom:0;left:0;right:0;height:70px;background:var(--cream);color:var(--ink);display:flex;align-items:center;padding:0 clamp(22px,5vw,72px);gap:18px;z-index:5}.now-playing>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.now-playing small,.stream-label{font-family:'DM Mono';font-size:8px;letter-spacing:.12em}.live-pill{background:var(--red);color:white;padding:7px 8px;font-family:'DM Mono';font-size:8px}.bars{display:flex;align-items:center;gap:3px;margin-left:auto;height:25px}.bars i{width:3px;background:var(--red);height:35%}.bars i:nth-child(2),.bars i:nth-child(4){height:75%}.bars i:nth-child(3){height:100%}.schedule,.notes{padding:105px clamp(22px,6vw,92px)}.section-intro{max-width:1380px;margin:0 auto 55px;display:flex;justify-content:space-between;align-items:end;gap:50px}.section-intro h2,.about h2{font-size:clamp(52px,6vw,84px);letter-spacing:-.055em;line-height:.82;margin:18px 0 0}.section-intro>p{max-width:480px;line-height:1.7;color:#5f6c73;font-size:14px}.schedule-list{max-width:1380px;margin:auto;border-top:1px solid var(--line)}.schedule-list article{display:grid;grid-template-columns:130px 1fr auto;align-items:center;min-height:115px;border-bottom:1px solid var(--line);padding:18px 25px}.schedule-list article.current{background:var(--ink);color:white;border-left:6px solid var(--red)}.schedule-list time{font-family:'League Spartan';font-size:34px;font-weight:700}.schedule-list h3{font-size:24px;margin:0}.schedule-list p{font-size:12px;color:#6e7b82;margin:5px 0}.schedule-list .current p{color:#aebcc5}.schedule-list article>span{font-family:'DM Mono';font-size:8px;background:var(--red);padding:7px 8px}.schedule-list article>b{color:var(--red);font-size:22px}.schedule-actions{max-width:1380px;margin:28px auto 0;display:flex;gap:12px}.schedule-actions a{font-size:12px;font-weight:700;border:1px solid var(--ink);padding:13px 16px}.schedule-actions a:first-child{background:var(--red);border-color:var(--red);color:white}.notes{background:var(--ink);color:white}.section-intro.light>p{color:#acbac3}.notes-tools{max-width:1380px;margin:0 auto 30px;display:flex;justify-content:space-between;gap:20px;border-block:1px solid rgba(255,255,255,.18);padding:17px 0}.notes-tools>div{display:flex;gap:7px}.notes-tools button{border:1px solid rgba(255,255,255,.22);background:transparent;color:white;padding:10px 14px;font-size:10px;cursor:pointer}.notes-tools button.selected,.notes-tools button:hover{background:var(--gold);color:var(--ink)}.notes-tools label{min-width:280px}.notes-tools input{width:100%;height:100%;background:transparent;border:0;border-bottom:2px solid var(--gold);color:white;outline:0;font-size:11px}.notes-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.note-card{background:var(--cream);color:var(--ink);display:grid;grid-template-columns:180px 1fr;min-height:330px;box-shadow:5px 5px 0 var(--red)}.card-year{background:var(--red);color:white;padding:25px;display:flex;flex-direction:column;justify-content:center}.card-year span,.card-year small{font:8px 'DM Mono';letter-spacing:.1em}.card-year span{color:var(--gold)}.card-year strong{font:700 58px 'League Spartan';margin:13px 0 7px}.card-copy{padding:28px 25px 20px}.tags{display:flex;gap:5px;flex-wrap:wrap}.tags span{font:7px 'DM Mono';text-transform:uppercase;border:1px solid var(--line);padding:4px 6px}.card-copy h3{font-size:27px;line-height:.95;margin:20px 0 10px}.card-copy>p{font-size:12px;line-height:1.55;color:#69747a}.number-one{border-top:1px solid var(--line);padding-top:13px;margin-top:18px;display:flex;flex-direction:column;gap:3px}.number-one small{font:7px 'DM Mono';color:var(--red)}.number-one strong{font-size:11px}.number-one span{font-size:9px;color:#6d767a}.note-card>a{grid-column:1/3;border-top:1px solid var(--line);padding:16px 22px;display:flex;justify-content:space-between;font-size:11px;font-weight:700}.note-card>a span{color:var(--red);font-size:17px}.note-card>a:hover{background:var(--gold)}.about{display:grid;grid-template-columns:.8fr 1.2fr;background:var(--red);color:white;min-height:570px}.about-mark{background:#050505;display:grid;place-items:center;padding:45px}.about-mark .logo{width:min(420px,85%);height:auto}.about>div:last-child{padding:95px clamp(35px,8vw,125px)}.about p{line-height:1.75;color:#ffe0d9;max-width:620px;margin:30px 0}.about a{border-bottom:2px solid var(--gold);padding-bottom:8px;font-size:12px;font-weight:700}footer{min-height:105px;background:var(--ink);color:white;display:flex;align-items:center;gap:35px;padding:22px clamp(22px,5vw,72px)}footer p,footer>a{font-size:10px;color:#aab8c1}footer>a:last-child{margin-left:auto}
@media(max-width:950px){.header nav{display:none}.hero{grid-template-columns:1fr}.hero-art{position:absolute;right:-210px;top:50px;width:500px;height:500px;border-radius:50%;opacity:.2}.notes-grid{grid-template-columns:1fr}.about{grid-template-columns:1fr 1.4fr}}
@media(max-width:650px){.header{height:72px}.onair-button{margin-left:auto}.hero{min-height:700px}.hero-copy{padding-top:75px}.hero-art{right:-330px}.hero-actions{align-items:flex-start;flex-direction:column}.section-intro{display:block}.section-intro>p{margin-top:25px}.schedule,.notes{padding-top:75px}.schedule-list article{grid-template-columns:78px 1fr;padding:17px 10px}.schedule-list article>b,.schedule-list article>span{display:none}.schedule-list time{font-size:26px}.notes-tools{display:block}.notes-tools>div{overflow-x:auto;padding-bottom:14px}.notes-tools button{white-space:nowrap}.notes-tools label{display:block;min-width:0;height:42px}.note-card{grid-template-columns:120px 1fr}.card-year{padding:18px}.card-year strong{font-size:43px}.card-copy{padding:22px 18px}.about{grid-template-columns:1fr}.about-mark{min-height:350px}footer{flex-wrap:wrap}footer p{display:none}.stream-label{display:none}}

.frequency{color:var(--ink)}#result-count,.empty{max-width:1380px;margin:20px auto;font-size:12px;color:#bac8d1}.note-card[hidden]{display:none}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--gold);outline-offset:5px}.notes-tools input::placeholder{color:#acbac3}h1,h2,h3,.brand>span{font-family:"League Spartan",Impact,sans-serif}.hero-copy{min-width:0}.hero-art .logo{max-height:360px}.card-copy{min-width:0}.notes-tools input{min-height:40px}@media(max-width:400px){.header{gap:12px;padding:0 16px}.brand>span{font-size:15px}.onair-button{padding:10px;font-size:10px}.note-card{grid-template-columns:1fr}.card-year{min-height:130px}.note-card>a{grid-column:1}.hero-copy{padding-left:22px;padding-right:22px}h1{font-size:58px}.schedule-actions{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

#radio{display:block;width:100%;max-width:460px;margin-top:24px}#player-status{font-size:12px}#mixcloud{color:var(--gold);font-size:13px;text-decoration:underline}#mixcloud[hidden]{display:none}.schedule-list time{font-size:22px}.schedule-list time small{display:block;font-size:14px;margin-top:5px}.schedule-list article{min-height:90px}
