:root {
    --green: #006600;
    --green-2: #18a33a;
    --lime: #74e681;
    --ink: #0a130d;
    --ink-2: #132219;
    --muted: #657269;
    --line: #dfe6e1;
    --bg: #f4f7f5;
    --card: #ffffff;
    --radius: 28px;
    --shadow: 0 24px 70px rgba(9, 28, 16, .11);
    --shell: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif; color: var(--ink); background: var(--bg); overflow-x: hidden; padding-bottom: 76px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 16px 0; transition: .3s ease; }
.site-header.scrolled { padding: 9px 0; background: rgba(247,250,248,.86); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); border-bottom: 1px solid rgba(13,37,20,.08); }
.header-inner { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; overflow: hidden; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.14); flex: 0 0 auto; }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.03; }
.brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { font-size: 11px; margin-top: 5px; opacity: .62; font-weight: 700; letter-spacing: .02em; }
.hero .brand-copy { color: white; }
.main-nav { display: flex; align-items: center; gap: 7px; padding: 6px; border-radius: 18px; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.55); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.main-nav a { padding: 10px 13px; border-radius: 12px; font-size: 14px; font-weight: 700; transition: .2s ease; }
.main-nav a:hover { background: rgba(0,102,0,.08); color: var(--green); }
.main-nav .nav-cta { background: var(--ink); color: #fff; }
.main-nav .nav-cta:hover { background: var(--green); color: #fff; }
.menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 14px; background: rgba(255,255,255,.9); padding: 12px; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: var(--ink); border-radius: 2px; margin: 4px 0; }
.hero { min-height: 760px; position: relative; color: #fff; background: #07150d; overflow: hidden; display: flex; align-items: center; padding: 128px 0 80px; }
.hero-backdrop { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,9,.95) 0%, rgba(4,17,9,.85) 41%, rgba(4,17,9,.35) 75%, rgba(4,17,9,.55) 100%), linear-gradient(0deg, rgba(4,17,9,.45), rgba(4,17,9,.1)), url('https://radiosummernight.ch/upload/IMG_4205-scaled.jpeg') center 38% / cover no-repeat; transform: scale(1.02); }
.hero-backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 23% 35%, rgba(76,255,108,.18), transparent 31%), linear-gradient(to bottom, transparent 70%, #07150d 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 70px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 850; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); padding: 9px 12px; border-radius: 999px; backdrop-filter: blur(10px); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #77f088; box-shadow: 0 0 0 5px rgba(119,240,136,.12); display: inline-block; }
.hero h1 { font-size: clamp(58px, 7.6vw, 108px); line-height: .89; letter-spacing: -.075em; margin: 22px 0 26px; max-width: 800px; }
.hero h1 span { color: var(--lime); }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.78); line-height: 1.65; font-size: clamp(17px, 1.7vw, 21px); margin: 0; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 15px; padding: 0 19px; font-weight: 800; font-size: 15px; cursor: pointer; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: #08200e; border-color: var(--lime); box-shadow: 0 12px 32px rgba(91,233,112,.18); }
.button-glass { color: #fff; border-color: rgba(255,255,255,.19); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button-dark { background: var(--ink); color: #fff; }
.button-outline { border-color: rgba(255,255,255,.25); color: #fff; background: transparent; }
.hero-meta { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.54); font-size: 13px; font-weight: 700; }
.hero-meta i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.35); }
.onair-card { justify-self: end; width: min(100%, 430px); padding: 18px; border-radius: 34px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(22px) saturate(140%); -webkit-backdrop-filter: blur(22px) saturate(140%); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.onair-top { display: flex; justify-content: space-between; align-items: center; padding: 2px 3px 13px; }
.onair-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.onair-label { color: rgba(255,255,255,.6); font-size: 12px; font-weight: 700; }
.cover-art { position: relative; aspect-ratio: 1.15 / 1; border-radius: 24px; overflow: hidden; background: linear-gradient(135deg,#daf7de,#82dd8d); }
.cover-art img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.cover-glow { position: absolute; inset: auto 10% -10% 10%; height: 32%; border-radius: 50%; background: #60dd72; filter: blur(45px); opacity: .9; }
.song-info { padding: 18px 4px 8px; min-width: 0; }
.song-info span { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; color: rgba(255,255,255,.5); font-weight: 800; }
.song-info strong { display: block; font-size: 24px; letter-spacing: -.035em; margin: 6px 0 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.song-info p { margin: 0; color: rgba(255,255,255,.64); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.player-row { display: flex; align-items: center; gap: 14px; padding: 6px 2px 2px; }
.round-play { width: 52px; height: 52px; border-radius: 50%; border: 0; background: #fff; color: var(--ink); font-weight: 900; cursor: pointer; flex: 0 0 auto; }
.fake-wave { height: 32px; display: flex; align-items: center; gap: 3px; flex: 1; overflow: hidden; }
.fake-wave i { width: 3px; border-radius: 999px; height: 24%; background: rgba(255,255,255,.4); animation: wave 1s ease-in-out infinite alternate; }
.fake-wave i:nth-child(2n) { height: 55%; animation-delay: -.2s; }.fake-wave i:nth-child(3n) { height: 80%; animation-delay: -.45s; }.fake-wave i:nth-child(5n) { height: 100%; animation-delay: -.65s; }
@keyframes wave { to { transform: scaleY(.35); opacity: .4; } }
body:not(.is-playing) .fake-wave i { animation-play-state: paused; }
.quality { font-size: 10px; letter-spacing: .1em; font-weight: 850; color: rgba(255,255,255,.4); }
.quick-section { margin-top: -34px; position: relative; z-index: 4; padding-bottom: 58px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quick-card { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: start; min-height: 170px; padding: 25px; border-radius: 25px; background: #fff; border: 1px solid rgba(16,45,25,.08); box-shadow: 0 18px 48px rgba(17,43,26,.08); transition: .25s ease; }
.quick-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.quick-green { background: var(--green); color: #fff; border-color: var(--green); }
.quick-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: rgba(0,102,0,.08); color: var(--green); font-size: 19px; }
.quick-green .quick-icon { background: rgba(255,255,255,.13); color: #fff; }
.quick-card small { display: block; color: var(--green); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; margin: 2px 0 7px; }
.quick-green small { color: #a9f3b3; }
.quick-card h2 { font-size: 21px; letter-spacing: -.035em; margin: 0 0 8px; }
.quick-card p { margin: 0; font-size: 13px; line-height: 1.55; color: var(--muted); }
.quick-green p { color: rgba(255,255,255,.7); }
.arrow { font-size: 20px; opacity: .55; }
.featured-section, .news-section, .events-section { padding: 70px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.kicker { color: var(--green); display: block; margin-bottom: 8px; }
.section-heading h2 { font-size: clamp(38px, 5vw, 60px); line-height: .98; letter-spacing: -.06em; margin: 0; }
.section-heading p { color: var(--muted); margin: 12px 0 0; max-width: 650px; line-height: 1.6; }
.section-heading > a { font-size: 14px; font-weight: 850; color: var(--green); white-space: nowrap; padding-bottom: 7px; }
.featured-grid { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: repeat(2, 260px); gap: 14px; }
.featured-card { position: relative; border-radius: 27px; overflow: hidden; background: #16251b; box-shadow: 0 20px 50px rgba(15,41,23,.1); }
.featured-card:first-child { grid-row: 1 / 3; }
.featured-card a { display: block; width: 100%; height: 100%; }
.featured-image { position: absolute; inset: 0; background: linear-gradient(135deg,#1d3a26,#0a170e); background-size: cover; background-position: center; transition: transform .5s ease; }
.featured-card:hover .featured-image { transform: scale(1.035); }
.featured-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,12,6,.92), rgba(3,12,6,.04) 70%); }
.featured-content { position: absolute; inset: auto 0 0; padding: 26px; color: #fff; }
.featured-main .featured-content { padding: 34px; }
.featured-content span { font-size: 11px; font-weight: 800; color: #a5f2b0; text-transform: uppercase; letter-spacing: .09em; }
.featured-content h3 { margin: 9px 0 0; font-size: clamp(22px, 2.7vw, 38px); line-height: 1.04; letter-spacing: -.045em; max-width: 720px; }
.featured-main .featured-content h3 { font-size: clamp(30px, 4vw, 56px); }
.featured-content p { max-width: 720px; color: rgba(255,255,255,.7); line-height: 1.5; margin: 12px 0 0; }
.news-section { background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.news-card { min-width: 0; border-radius: 24px; background: #fff; border: 1px solid var(--line); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(9,29,16,.09); }
.news-image { display: block; position: relative; aspect-ratio: 1.5 / 1; overflow: hidden; background: #edf2ee; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-image img { transform: scale(1.04); }
.image-fallback { width: 100%; height: 100%; display: grid; place-items: center; font-size: 44px; font-weight: 950; letter-spacing: -.06em; color: var(--green); background: radial-gradient(circle at 70% 20%, #bfeac7, transparent 30%), linear-gradient(135deg,#eff8f1,#d7eadd); }
.news-category { position: absolute; left: 13px; bottom: 13px; color: #fff; background: rgba(5,20,9,.72); backdrop-filter: blur(9px); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; padding: 7px 9px; border-radius: 9px; }
.news-copy { padding: 20px; }
.news-date { font-size: 11px; color: var(--muted); font-weight: 800; }
.news-copy h3 { font-size: 21px; line-height: 1.12; letter-spacing: -.035em; margin: 8px 0 10px; }
.news-copy h3 a:hover { color: var(--green); }
.news-copy p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 18px; }
.text-link { font-size: 13px; font-weight: 850; color: var(--green); }
.text-link span { display: inline-block; transition: transform .2s ease; }.text-link:hover span { transform: translateX(4px); }
.source-fallback { padding: 35px; border-radius: 24px; background: var(--bg); border: 1px solid var(--line); }
.source-fallback strong { display: block; font-size: 24px; }.source-fallback p { color: var(--muted); }
.podcast-section { background: #07150d; color: #fff; padding: 82px 0; }
.section-heading-light .kicker { color: var(--lime); }.section-heading-light > a { color: var(--lime); }.section-heading-light p { color: rgba(255,255,255,.6); }
.podcast-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.podcast-card { border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.06); border-radius: 25px; overflow: hidden; transition: .25s ease; }
.podcast-card:hover { transform: translateY(-5px); border-color: rgba(117,231,130,.4); background: rgba(255,255,255,.09); }
.podcast-card > a { display: grid; grid-template-columns: 138px 1fr; min-height: 170px; }
.podcast-cover { position: relative; margin: 14px; border-radius: 17px; overflow: hidden; background: #173520; aspect-ratio: 1; display: grid; place-items: center; font-size: 29px; font-weight: 900; color: var(--lime); }
.podcast-cover img { width: 100%; height: 100%; object-fit: cover; }
.podcast-cover i { position: absolute; right: 9px; bottom: 9px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: #0a190e; font-style: normal; font-size: 12px; }
.podcast-card > a > div:last-child { padding: 24px 20px 20px 4px; }
.podcast-card small { color: rgba(255,255,255,.47); font-size: 10px; text-transform: uppercase; font-weight: 850; letter-spacing: .08em; }
.podcast-card h3 { font-size: 20px; line-height: 1.12; letter-spacing: -.035em; margin: 9px 0 17px; }
.podcast-link { color: var(--lime); font-size: 12px; font-weight: 850; }
.events-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.event-card { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 16px; padding: 18px; border-radius: 21px; background: #fff; border: 1px solid var(--line); transition: .22s ease; }
.event-card:hover { border-color: rgba(0,102,0,.28); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(9,30,17,.07); }
.event-date { width: 68px; height: 68px; border-radius: 18px; background: #edf6ef; color: var(--green); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.event-date strong { font-size: 26px; line-height: .95; letter-spacing: -.05em; }.event-date span { font-size: 9px; font-weight: 900; letter-spacing: .1em; margin-top: 6px; }
.event-copy { min-width: 0; }.event-copy h3 { margin: 0 0 6px; font-size: 17px; line-height: 1.15; letter-spacing: -.025em; }.event-copy p { margin: 0; font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.event-arrow { font-size: 20px; color: var(--green); opacity: .6; }
.event-fallback { display: flex; align-items: center; justify-content: space-between; padding: 30px; border-radius: 24px; background: #fff; border: 1px solid var(--line); }.event-fallback h3 { font-size: 26px; margin: 6px 0; }.event-fallback p { color: var(--muted); margin: 0; }.event-fallback > span { font-size: 28px; color: var(--green); }
.cta-section { padding: 40px 0 92px; }
.cta-card { min-height: 370px; border-radius: 34px; padding: clamp(34px,5vw,68px); background: radial-gradient(circle at 80% 20%, rgba(115,231,128,.27), transparent 32%), linear-gradient(135deg,#07150d,#0e2e18); color: #fff; display: flex; align-items: end; justify-content: space-between; gap: 50px; overflow: hidden; position: relative; }
.cta-card h2 { margin: 9px 0 20px; font-size: clamp(46px,7vw,86px); line-height: .91; letter-spacing: -.07em; }.cta-card p { max-width: 620px; color: rgba(255,255,255,.65); line-height: 1.6; }.cta-card .kicker { color: var(--lime); }
.cta-actions { display: flex; gap: 10px; flex-wrap: wrap; flex: 0 0 auto; }
.site-footer { padding: 48px 0 112px; background: #eff3f0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.footer-brand p { margin: 15px 0 0; color: var(--muted); font-size: 13px; }.footer-links { display: flex; gap: 10px 24px; flex-wrap: wrap; justify-content: flex-end; }.footer-links a { font-size: 13px; font-weight: 800; color: #445049; }.footer-links a:hover { color: var(--green); }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid #d8e0da; display: flex; justify-content: space-between; gap: 20px; color: #7a857e; font-size: 11px; }.sync-note { display: inline-flex; align-items: center; gap: 8px; }.sync-note i { width: 7px; height: 7px; border-radius: 50%; background: #35bb54; }
.sticky-player { position: fixed; z-index: 1100; inset: auto 0 0; background: rgba(7,21,13,.94); color: #fff; border-top: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.sticky-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.sticky-station { display: flex; align-items: center; gap: 12px; min-width: 0; }.sticky-logo { width: 42px; height: 42px; border-radius: 13px; background: #fff; overflow: hidden; flex: 0 0 auto; }.sticky-logo img { width: 100%; height: 100%; object-fit: cover; }.sticky-station div { min-width: 0; }.sticky-station small { color: #92ee9d; font-size: 9px; font-weight: 900; letter-spacing: .11em; display: flex; align-items: center; gap: 7px; }.sticky-station .live-dot { width: 6px; height: 6px; box-shadow: none; }.sticky-station strong { margin-top: 3px; display: block; font-size: 13px; max-width: min(56vw,700px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-play { min-width: 126px; height: 43px; border: 0; border-radius: 13px; background: var(--lime); color: #07150d; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .menu-button { display: block; position: relative; z-index: 1002; }
    .main-nav { position: fixed; top: 88px; left: 14px; right: 14px; display: none; padding: 12px; border-radius: 22px; background: rgba(249,251,249,.97); box-shadow: 0 30px 70px rgba(0,0,0,.2); flex-direction: column; align-items: stretch; }
    .main-nav.open { display: flex; }.main-nav a { padding: 13px 15px; }.main-nav .nav-cta { text-align: center; }
    .hero { min-height: auto; padding: 128px 0 78px; }.hero-grid { grid-template-columns: 1fr; gap: 44px; }.onair-card { justify-self: start; width: min(100%, 520px); }
    .quick-grid { grid-template-columns: 1fr; }.quick-card { min-height: auto; }
    .featured-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 480px 260px; }.featured-card:first-child { grid-column: 1 / 3; grid-row: auto; }
    .news-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .podcast-grid { grid-template-columns: 1fr; }.events-grid { grid-template-columns: 1fr; }
    .cta-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    body { padding-bottom: 68px; }.site-header { padding: 9px 0; }.header-inner { height: 58px; }.brand-logo { width: 46px; height: 46px; border-radius: 15px; }.brand-copy strong { font-size: 15px; }.brand-copy small { font-size: 10px; }
    .hero { padding: 102px 0 60px; }.hero-backdrop { background-position: 55% center; }.hero-backdrop::before { content: ""; position: absolute; inset: 0; background: rgba(3,14,7,.33); }.hero h1 { font-size: clamp(54px,18vw,76px); }.hero-copy > p { font-size: 16px; }.eyebrow { font-size: 9px; max-width: 100%; }.hero-actions { display: grid; grid-template-columns: 1fr; }.hero-actions .button { width: 100%; }.hero-meta { font-size: 11px; }
    .onair-card { padding: 13px; border-radius: 26px; }.cover-art { border-radius: 19px; }.song-info strong { font-size: 21px; }.round-play { width: 48px; height: 48px; }
    .quick-section { margin-top: -22px; padding-bottom: 36px; }.quick-card { padding: 20px; border-radius: 21px; grid-template-columns: auto 1fr; }.quick-card .arrow { display: none; }
    .featured-section, .news-section, .events-section { padding: 54px 0; }.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }.section-heading h2 { font-size: 42px; }.section-heading > a { margin-top: -8px; }
    .featured-grid { display: flex; flex-direction: column; }.featured-card { min-height: 270px; }.featured-card:first-child { min-height: 390px; }.featured-content, .featured-main .featured-content { padding: 22px; }.featured-main .featured-content h3 { font-size: 34px; }.featured-content p { display: none; }
    .news-grid { grid-template-columns: 1fr; gap: 14px; }.news-copy h3 { font-size: 20px; }
    .podcast-section { padding: 58px 0; }.podcast-card > a { grid-template-columns: 112px 1fr; min-height: 140px; }.podcast-card > a > div:last-child { padding: 20px 15px 15px 0; }.podcast-card h3 { font-size: 17px; }.podcast-cover { margin: 12px; }
    .event-card { grid-template-columns: 58px 1fr auto; padding: 14px; gap: 12px; }.event-date { width: 58px; height: 58px; border-radius: 15px; }.event-date strong { font-size: 23px; }.event-copy h3 { font-size: 15px; }.event-copy p { font-size: 11px; }
    .cta-section { padding: 20px 0 60px; }.cta-card { border-radius: 27px; padding: 31px 24px; min-height: 430px; }.cta-card h2 { font-size: 51px; }.cta-actions { display: grid; width: 100%; }.cta-actions .button { width: 100%; }
    .footer-grid, .footer-bottom { flex-direction: column; }.footer-links { justify-content: flex-start; }.footer-bottom { margin-top: 28px; }
    .sticky-inner { height: 68px; }.sticky-logo { width: 38px; height: 38px; }.sticky-station strong { max-width: 48vw; font-size: 11px; }.sticky-play { min-width: 48px; width: 48px; height: 48px; border-radius: 50%; }.sticky-play b { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
