:root{--ink:#111827;--muted:#64748b;--paper:#fffaf4;--orange:#ff6b35;--orange2:#ff9f1c;--purple:#7c3aed;--blue:#2563eb;--dark:#11131a;--line:#e8e1d8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{height:78px;display:flex;align-items:center;border-bottom:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.94);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.nav-wrap{display:flex;align-items:center;gap:32px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--orange2));color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(255,107,53,.28)}.brand span:last-child{display:flex;flex-direction:column;line-height:1}.brand b{font-size:18px}.brand small{font-size:9px;letter-spacing:.28em;margin-top:5px}.nav{display:flex;gap:26px;margin-left:auto}.nav a{color:#334155;text-decoration:none;font-weight:650;font-size:14px}.nav a:hover{color:var(--orange)}.live-pill{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;background:var(--dark);padding:10px 15px;border-radius:999px;font-size:13px;font-weight:800}.live-pill span{width:8px;height:8px;background:#ff4d4f;border-radius:50%;box-shadow:0 0 0 5px rgba(255,77,79,.12)}.menu-btn{display:none;margin-left:auto;border:0;background:none;font-size:24px}.hero{background:radial-gradient(circle at 85% 20%,rgba(255,159,28,.22),transparent 26%),linear-gradient(180deg,#fffaf4,#fff);padding:86px 0 72px}.hero-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:#ffbd86}.eyebrow.dark{color:var(--orange)}h1,h2,h3{line-height:1.1;margin:0}h1{font-size:clamp(48px,7vw,82px);letter-spacing:-.055em;margin:14px 0 22px;max-width:760px}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:19px;color:#596579;max-width:650px}.hero-actions{display:flex;gap:12px;margin:32px 0}.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:850;border-radius:12px;padding:14px 20px}.primary{background:var(--orange);color:#fff;box-shadow:0 12px 28px rgba(255,107,53,.25)}.ghost{color:var(--ink);border:1px solid #d8dce2;background:#fff}.mini-stats{display:flex;gap:36px;margin-top:42px}.mini-stats div{display:flex;flex-direction:column}.mini-stats b{font-size:15px}.mini-stats span{color:var(--muted);font-size:12px}.radio-card{position:relative;background:linear-gradient(155deg,#181a22,#090a0e);border-radius:28px;padding:26px;color:#fff;box-shadow:0 30px 70px rgba(17,19,26,.28);overflow:hidden}.glow{position:absolute;inset:auto -70px -80px auto;width:240px;height:240px;border-radius:50%;background:rgba(255,107,53,.28);filter:blur(25px)}.card-top,.player{display:flex;align-items:center}.card-top{justify-content:space-between}.onair{background:#ef4444;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;letter-spacing:.12em}.signal{color:#76809a;letter-spacing:.2em}.vinyl{width:245px;aspect-ratio:1;margin:22px auto;background:repeating-radial-gradient(circle at 50%,#171a21 0 5px,#242832 6px 8px);border-radius:50%;display:grid;place-items:center;box-shadow:inset 0 0 0 12px #0b0d12,0 18px 30px #0006}.vinyl:before{content:"";width:92px;height:92px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#ffd166);position:absolute}.vinyl-center{z-index:1;color:#fff;font-weight:950;font-size:28px}.now small{color:#8e98ab;letter-spacing:.15em}.now h2{font-size:24px;margin:6px 0}.now p{color:#aab1c0;margin:0;font-size:13px}.player{gap:12px;margin-top:22px}.player button{border:0;background:transparent;color:#fff;font-size:14px}.player .play{width:44px;height:44px;border-radius:50%;background:var(--orange)}.bar{height:5px;border-radius:10px;background:#303541;flex:1;overflow:hidden}.bar i{display:block;width:44%;height:100%;background:var(--orange)}.ticker{background:var(--orange);color:#fff}.ticker .wrap{display:flex;justify-content:space-between;gap:24px;padding:14px 0;font-weight:900;font-size:12px;letter-spacing:.1em}.section{padding:90px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:40px}.section-head h2{font-size:42px;letter-spacing:-.035em;margin-top:8px}.section-head>p{max-width:520px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card{border-radius:22px;padding:28px;border:1px solid var(--line);min-height:270px;display:flex;flex-direction:column}.feature-card.orange{background:#fff6ef}.feature-card.purple{background:#f8f4ff}.feature-card.blue{background:#f2f7ff}.icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#fff;font-size:22px;box-shadow:0 8px 20px #0001}.feature-card h3{font-size:24px;margin:30px 0 10px}.feature-card p{color:var(--muted);margin:0 0 24px}.feature-card a{margin-top:auto;color:var(--ink);text-decoration:none;font-weight:800}.dark-section{background:var(--dark);color:#fff;padding:92px 0}.split{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:center}.split h2{font-size:52px;letter-spacing:-.04em;margin:12px 0 22px}.split p{color:#b4bccb;font-size:17px}.text-link{color:#ffb58e;text-decoration:none;font-weight:800}.wavebox{min-height:320px;border:1px solid #2d3340;border-radius:24px;background:linear-gradient(145deg,#171a23,#0c0e13);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:32px}.wavebox strong{font-size:30px;letter-spacing:.14em}.wavebox span{color:#8f98aa;margin-top:8px}.bars{height:100px;width:80%;margin-bottom:26px;background:repeating-linear-gradient(90deg,var(--orange) 0 4px,transparent 4px 13px);clip-path:polygon(0 50%,5% 35%,10% 65%,15% 25%,20% 70%,25% 40%,30% 60%,35% 15%,40% 85%,45% 30%,50% 65%,55% 20%,60% 78%,65% 34%,70% 66%,75% 28%,80% 72%,85% 38%,90% 62%,95% 42%,100% 50%,100% 100%,0 100%)}.dark-link{color:var(--ink)}.episode-list{border-top:1px solid var(--line)}.episode-list article{display:grid;grid-template-columns:70px 1fr auto 52px;align-items:center;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.epnum{font-size:28px;font-weight:900;color:#c9c3bb}.episode-list small{color:var(--orange);font-weight:850;letter-spacing:.12em}.episode-list h3{font-size:20px;margin:5px 0}.episode-list p{margin:0;color:var(--muted)}.duration{color:var(--muted);font-size:13px}.episode-list button{width:44px;height:44px;border:1px solid #ddd;border-radius:50%;background:#fff}.cta{background:linear-gradient(135deg,var(--orange),#ff8f3d);color:#fff}.cta-inner{padding:62px 0;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:42px;margin:8px 0}.cta p{margin:0;color:#fff4ed}.light{background:#fff;color:var(--ink)}footer{background:#0d0f14;color:#fff;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr .6fr .6fr;gap:50px}.footer-brand{color:#fff}.footer-grid p{color:#8992a4;max-width:330px}.footer-grid h4{margin:0 0 12px}.footer-grid div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-grid a{color:#aeb6c5;text-decoration:none}.copyright{margin-top:48px;padding-top:22px;border-top:1px solid #252a34;color:#6e7789;font-size:12px}@media(max-width:850px){.nav{display:none;position:absolute;top:78px;left:20px;right:20px;background:#fff;padding:20px;border-radius:14px;box-shadow:0 18px 40px #0002;flex-direction:column}.nav.open{display:flex}.menu-btn{display:block}.live-pill{display:none}.hero{padding-top:55px}.hero-grid,.split{grid-template-columns:1fr}.hero-grid{gap:40px}.radio-card{max-width:520px}.ticker .wrap{overflow:auto;justify-content:flex-start}.cards{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.mini-stats{gap:20px;flex-wrap:wrap}.episode-list article{grid-template-columns:45px 1fr 44px}.duration{display:none}.cta-inner,.footer-grid{display:grid;grid-template-columns:1fr}.footer-grid{gap:28px}h1{font-size:52px}.split h2,.section-head h2,.cta h2{font-size:38px}}@media(max-width:520px){.wrap{width:min(100% - 28px,1160px)}.site-header{height:68px}.brand b{font-size:16px}.brand-mark{width:38px;height:38px}.hero{padding:42px 0 50px}h1{font-size:43px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.vinyl{width:205px}.section{padding:66px 0}.episode-list article{gap:12px}.episode-list h3{font-size:17px}.episode-list p{font-size:13px}}
