:root{
  --ink:#24101f;
  --paper:#fffafc;
  --pink:#d72d84;
  --berry:#7c245f;
  --purple:#5b2c83;
  --muted:#7d6977;
  --line:#eadde6;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',sans-serif;background:var(--paper);color:var(--ink)}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(20px,5vw,72px);background:rgba(255,250,252,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(124,36,95,.08)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),var(--purple));color:#fff;font-family:Manrope,sans-serif;font-weight:800}.brand strong,.brand small{display:block}.brand strong{font-family:Manrope,sans-serif;letter-spacing:.04em}.brand small{font-size:.64rem;letter-spacing:.26em;color:var(--berry)}.nav{display:flex;gap:28px;font-weight:600;font-size:.95rem}.nav a:hover{color:var(--pink)}.menu-toggle{display:none;border:0;background:transparent;font-size:1.6rem}.hero{min-height:78vh;display:grid;grid-template-columns:1.25fr .75fr;gap:58px;align-items:center;padding:72px clamp(20px,6vw,90px);background:radial-gradient(circle at 80% 20%,rgba(215,45,132,.13),transparent 34%),radial-gradient(circle at 10% 80%,rgba(91,44,131,.1),transparent 28%)}.eyebrow{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.18em;color:var(--pink);margin-bottom:14px}.hero h1,.section-heading h2,.about-section h2,.cta-section h2{font-family:Manrope,sans-serif;line-height:1.03;margin:0}.hero h1{font-size:clamp(3rem,6vw,6.5rem);max-width:900px}.hero h1 span{color:var(--berry)}.hero-copy>p{font-size:1.16rem;line-height:1.7;color:var(--muted);max-width:680px;margin:26px 0 32px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;transition:.2s ease}.btn-primary{background:var(--pink);color:#fff;box-shadow:0 10px 28px rgba(215,45,132,.22)}.btn-primary:hover{transform:translateY(-2px)}.btn-ghost{border:1px solid var(--line);background:#fff}.hero-card{background:linear-gradient(160deg,#2a1028,#6e2458 62%,#932c72);border-radius:34px;padding:28px;min-height:480px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 30px 80px rgba(73,25,61,.25)}.on-air{align-self:flex-start;font-size:.72rem;font-weight:800;letter-spacing:.14em}.on-air span{display:inline-block;width:9px;height:9px;border-radius:50%;background:#ff5d8f;box-shadow:0 0 0 6px rgba(255,93,143,.12);margin-right:8px}.vinyl{width:min(250px,65vw);aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:repeating-radial-gradient(circle at center,#130d12 0 5px,#20141d 6px 8px);box-shadow:inset 0 0 0 2px rgba(255,255,255,.08),0 16px 36px rgba(0,0,0,.25)}.vinyl-center{width:34%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--pink),#f3a2c7);font-family:Manrope,sans-serif;font-size:.72rem;font-weight:800}.now-playing{text-align:center}.now-playing small{display:block;letter-spacing:.18em;opacity:.65}.now-playing strong{display:block;font-family:Manrope,sans-serif;font-size:1.35rem;margin:6px 0}.now-playing span{opacity:.75}.player-section,.programs-section,.about-section{padding:92px clamp(20px,6vw,90px)}.section-heading{max-width:700px;margin-bottom:38px}.section-heading h2{font-size:clamp(2.2rem,4vw,4.3rem)}.section-heading p{color:var(--muted);font-size:1.05rem;line-height:1.7}.player-shell{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 18px 50px rgba(59,23,51,.08)}.player-meta{display:flex;align-items:center;gap:18px}.cover{width:88px;height:88px;border-radius:20px;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,var(--berry),var(--pink));color:#fff;font-family:Manrope,sans-serif;font-weight:800;line-height:1.05}.cover span{font-size:.66rem;letter-spacing:.2em}.player-meta small{letter-spacing:.15em;color:var(--pink);font-weight:800}.player-meta h3{font-family:Manrope,sans-serif;font-size:1.45rem;margin:5px 0}.player-meta p{margin:0;color:var(--muted)}.player-controls{display:flex;align-items:center;gap:22px}.play-button{width:62px;height:62px;border-radius:50%;border:0;background:var(--ink);color:#fff;font-size:1.25rem;cursor:pointer}.play-button[disabled]{opacity:.55;cursor:not-allowed}.signal-lines{display:flex;align-items:center;gap:4px;height:34px}.signal-lines i{display:block;width:4px;border-radius:3px;background:var(--pink);animation:pulse 1s ease-in-out infinite}.signal-lines i:nth-child(1){height:12px}.signal-lines i:nth-child(2){height:28px;animation-delay:.1s}.signal-lines i:nth-child(3){height:20px;animation-delay:.2s}.signal-lines i:nth-child(4){height:32px;animation-delay:.3s}.signal-lines i:nth-child(5){height:16px;animation-delay:.4s}@keyframes pulse{50%{transform:scaleY(.45);opacity:.55}}.schedule-section{background:var(--ink);color:#fff;padding:92px clamp(20px,6vw,90px)}.light p{color:#c9bac4}.schedule-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.schedule-grid article{padding:24px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.schedule-grid time{display:block;color:#ff8cbb;font-weight:800;margin-bottom:18px}.schedule-grid h3{font-family:Manrope,sans-serif;font-size:1.2rem;margin:0 0 10px}.schedule-grid p{margin:0;color:#c7b8c2;line-height:1.55;font-size:.94rem}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.program-card{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff}.program-card>span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#f9e7f0;color:var(--berry);font-weight:800}.program-card h3{font-family:Manrope,sans-serif;font-size:1.45rem;margin:28px 0 10px}.program-card p{color:var(--muted);line-height:1.65;margin:0}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;background:#f9edf3}.about-section h2{font-size:clamp(2.2rem,4vw,4.4rem);max-width:620px}.about-section p{font-size:1.08rem;line-height:1.8;color:#6f5d68}.cta-section{text-align:center;padding:100px 20px;background:linear-gradient(135deg,var(--berry),var(--purple));color:#fff}.cta-section .eyebrow{color:#ffb1d1}.cta-section h2{font-size:clamp(2.6rem,5vw,5.2rem)}.cta-section p{max-width:700px;margin:20px auto 30px;color:#eadbe6;font-size:1.06rem;line-height:1.7}.btn-light{background:#fff;color:var(--berry)}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px clamp(20px,6vw,90px);border-top:1px solid var(--line);font-size:.9rem;color:var(--muted)}.footer-brand{color:var(--ink)}
@media(max-width:1000px){.hero{grid-template-columns:1fr}.hero-card{max-width:520px}.schedule-grid{grid-template-columns:repeat(2,1fr)}.program-grid{grid-template-columns:1fr}.about-section{grid-template-columns:1fr}.nav{position:absolute;top:79px;left:18px;right:18px;display:none;flex-direction:column;background:#fff;border:1px solid var(--line);padding:20px;border-radius:20px;box-shadow:0 18px 40px rgba(0,0,0,.08)}.nav.open{display:flex}.menu-toggle{display:block}}
@media(max-width:650px){.hero{padding-top:48px}.hero h1{font-size:clamp(2.7rem,13vw,4.2rem)}.hero-card{min-height:430px}.player-shell{align-items:flex-start;flex-direction:column}.player-controls{width:100%;justify-content:space-between}.schedule-grid{grid-template-columns:1fr}.about-section{gap:26px}footer{flex-direction:column;align-items:flex-start}}
