@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --ink: #07111f;
    --ink-soft: #0c1a2c;
    --navy: #0d2138;
    --red: #e52b36;
    --red-dark: #b91622;
    --paper: #f4f1eb;
    --muted: #9aa7b5;
    --line: rgba(255, 255, 255, .12);
    --display: 'Barlow Condensed', Arial, sans-serif;
    --sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 17, 31, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { width: min(1280px, calc(100% - 40px)); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-logo { width: 116px; height: 62px; display: block; object-fit: contain; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; background: var(--red); transform: skew(-8deg); box-shadow: 7px 7px 0 rgba(229, 43, 54, .14); }
.brand-mark span { transform: skew(8deg); font-family: var(--display); font-weight: 800; font-size: 23px; letter-spacing: -1px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 23px; letter-spacing: .8px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: 3.1px; }
.main-nav { display: flex; align-items: center; gap: 36px; margin-left: auto; }
.main-nav a { position: relative; color: #d2d8df; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.live-pill { min-width: 96px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid rgba(229, 43, 54, .45); background: rgba(229, 43, 54, .1); color: #ff6c75; border-radius: 99px; font-family: var(--display); font-weight: 700; letter-spacing: 1px; }
.pulse { width: 8px; height: 8px; display: inline-block; flex: none; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 rgba(229, 43, 54, .5); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(229, 43, 54, 0); } 100% { box-shadow: 0 0 0 0 rgba(229, 43, 54, 0); } }

.hero { position: relative; overflow: hidden; min-height: 560px; display: grid; align-items: center; background: linear-gradient(125deg, #07111f 0%, #0b1b2f 58%, #101b29 100%); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero::after { content: 'OLAY'; position: absolute; right: -38px; bottom: -72px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.035); font-family: var(--display); font-size: clamp(200px, 28vw, 440px); font-weight: 800; line-height: .8; pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .4; }
.hero-glow-one { width: 420px; height: 420px; right: 5%; top: -42%; background: radial-gradient(circle, rgba(229,43,54,.35), transparent 68%); }
.hero-glow-two { width: 520px; height: 520px; left: 34%; bottom: -80%; background: radial-gradient(circle, rgba(35,102,159,.22), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 64px; padding-top: 70px; padding-bottom: 76px; }
.eyebrow, .section-kicker { color: #d7dfe8; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 3px; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 36px; height: 2px; background: var(--red); }
.hero h1 { max-width: 790px; margin: 20px 0 18px; font-family: var(--display); font-size: clamp(64px, 8.3vw, 116px); font-weight: 800; letter-spacing: -3px; line-height: .82; text-transform: uppercase; }
.hero h1 em { color: var(--red); font-style: italic; }
.hero-copy > p { max-width: 540px; margin: 0; color: #aab6c4; font-size: 16px; line-height: 1.75; }
.watch-button { width: fit-content; min-height: 54px; margin-top: 30px; padding: 0 24px; display: flex; align-items: center; gap: 12px; background: var(--red); border-radius: 3px; box-shadow: 0 14px 36px rgba(229,43,54,.22); font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.watch-button:hover { transform: translateY(-2px); background: #f13b46; }
.play-icon { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #fff; }
.on-air-card { min-width: 210px; padding: 22px; display: flex; align-items: flex-end; gap: 18px; border-left: 3px solid var(--red); background: rgba(255,255,255,.055); backdrop-filter: blur(8px); }
.on-air-card small, .on-air-card strong { display: block; font-family: var(--display); }
.on-air-card small { color: var(--muted); font-size: 10px; letter-spacing: 2.4px; }
.on-air-card strong { margin-top: 3px; font-size: 25px; }
.signal-bars { height: 33px; display: flex; align-items: flex-end; gap: 3px; }
.signal-bars i { width: 4px; display: block; background: var(--red); animation: signal .9s ease-in-out infinite alternate; }
.signal-bars i:nth-child(1) { height: 9px; }.signal-bars i:nth-child(2) { height: 16px; animation-delay: .15s; }.signal-bars i:nth-child(3) { height: 24px; animation-delay: .3s; }.signal-bars i:nth-child(4) { height: 32px; animation-delay: .45s; }
@keyframes signal { to { opacity: .35; transform: scaleY(.72); transform-origin: bottom; } }

.broadcast-section { padding: 82px 0 70px; background: var(--paper); color: var(--ink); }
.section-heading { margin-bottom: 25px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-kicker { color: var(--red); }
.section-heading h2, .about-section h2 { margin: 6px 0 0; font-family: var(--display); font-size: clamp(38px, 5vw, 58px); line-height: .95; text-transform: uppercase; }
.viewer-status { display: flex; align-items: center; gap: 9px; color: #516072; font-size: 12px; font-weight: 600; }
.player-shell { overflow: hidden; border-radius: 6px; background: #02060b; box-shadow: 0 26px 70px rgba(6,18,32,.2); }
.player-topbar { height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); color: #d4dbe3; }
.player-topbar > span { display: flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 1.4px; }
.player-topbar i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.fullscreen-button { padding: 7px 10px; border: 0; background: transparent; color: #c5ced8; cursor: pointer; font-size: 11px; font-weight: 600; }
.fullscreen-button:hover { color: #fff; }
.fullscreen-button span { margin-right: 5px; font-size: 16px; }
.sound-notice { min-height: 44px; padding: 9px 18px; display: flex; align-items: center; justify-content: center; gap: 11px; background: var(--red); color: #fff; text-align: center; }
.sound-notice-icon { font-size: 20px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.2)); animation: sound-pop 1.4s ease-in-out infinite; }
.sound-notice strong { font-family: var(--display); font-size: 14px; letter-spacing: 1.2px; }
@keyframes sound-pop { 50% { transform: scale(1.16); } }
.player-frame { position: relative; aspect-ratio: 16 / 9; }
.player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ticker { min-height: 58px; margin-top: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; overflow: hidden; border-radius: 4px; background: var(--ink); color: #fff; }
.ticker-source { width: 116px; align-self: stretch; padding: 5px 13px; display: grid; place-items: center; overflow: hidden; background: var(--red); }
.ticker-source img { width: 88px; height: 46px; display: block; object-fit: contain; }
.ticker-window { overflow: hidden; white-space: nowrap; }
.ticker-track { width: max-content; padding-left: 100%; display: flex; align-items: center; gap: 25px; color: #d7dee6; font-size: 13px; animation: ticker 95s linear infinite; }
.ticker-track a { padding: 20px 0; transition: color .2s ease; }
.ticker-track a:hover { color: #fff; text-decoration: underline; }
.ticker-separator-logo { width: 42px; height: 22px; flex: none; display: block; object-fit: contain; border-radius: 2px; }
.ticker time { padding: 0 20px; border-left: 1px solid var(--line); color: #8996a6; font-family: var(--display); font-weight: 700; }
@keyframes ticker { to { transform: translateX(-100%); } }
@keyframes ticker-mobile { from { transform: translateX(0); } to { transform: translateX(-100%); } }

.ads-section { padding: 52px 0; background: #e9e5de; color: var(--ink); text-align: center; }
.ads-label { margin-bottom: 14px; color: #8a919a; font-size: 9px; font-weight: 700; letter-spacing: 3px; }
.ad-stage { position: relative; max-width: 900px; min-height: 160px; margin: 0 auto; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(7,17,31,.08); border-radius: 6px; background: #fff; }
.ad-slide { position: absolute; inset: 0; display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.ad-slide.is-active { opacity: 1; pointer-events: auto; }
.ad-slide img { width: 100%; height: 100%; object-fit: contain; }
.ad-dots { margin-top: 16px; display: flex; justify-content: center; gap: 7px; }
.ad-dots button { width: 18px; height: 3px; padding: 0; border: 0; background: #afb3b8; cursor: pointer; transition: width .2s, background .2s; }
.ad-dots button.is-active { width: 32px; background: var(--red); }

.platforms-section { padding: 88px 0 84px; overflow: hidden; background: #f7f8fa; color: var(--ink); }
.platforms-heading { margin-bottom: 30px; display: grid; grid-template-columns: 1fr minmax(280px, 430px); align-items: end; gap: 50px; }
.platforms-heading h2 { margin: 7px 0 0; font-family: var(--display); font-size: clamp(42px, 5.2vw, 64px); line-height: .95; text-transform: uppercase; }
.platforms-heading > p { margin: 0 0 3px; color: #687588; font-size: 14px; line-height: 1.75; }
.platforms-visual { overflow: hidden; border: 1px solid #dfe4ea; border-radius: 8px; background: #fff; box-shadow: 0 24px 65px rgba(7,17,31,.1); }
.platforms-visual img { width: 100%; height: auto; display: block; }
.platform-mobile-list { display: none; }

.social-section { position: relative; overflow: hidden; padding: 92px 0; background: var(--red); }
.social-section::after { content: '@'; position: absolute; right: -28px; bottom: -155px; color: rgba(255,255,255,.055); font-family: var(--display); font-size: 470px; font-weight: 800; line-height: 1; pointer-events: none; }
.social-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 82px; }
.social-intro .section-kicker { color: #fff; opacity: .72; }
.social-intro h2 { margin: 10px 0 19px; font-family: var(--display); font-size: clamp(48px, 6vw, 72px); line-height: .88; text-transform: uppercase; }
.social-intro p { max-width: 470px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; }
.social-intro p strong { color: #fff; }
.social-cards { display: grid; gap: 10px; }
.social-card { min-height: 92px; padding: 0 24px 0 18px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: rgba(7,17,31,.92); box-shadow: 0 14px 35px rgba(82,0,5,.14); transition: transform .2s ease, background .2s ease; }
.social-card:hover { transform: translateX(5px); background: #0c1d31; }
.social-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-family: Arial, sans-serif; font-size: 30px; font-weight: 700; }
.facebook .social-icon { background: #1877f2; }
.youtube .social-icon { border-radius: 15px; background: #ff0033; }
.x-social .social-icon { background: #050505; font-size: 25px; }
.instagram .social-icon { background: radial-gradient(circle at 30% 105%, #ffd36b 0 18%, #f04b4b 35%, #c02db1 62%, #5541d8 100%); font-size: 31px; }
.social-play i { width: 0; height: 0; margin-left: 3px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid #fff; }
.social-name { display: grid; gap: 4px; }
.social-name small { color: #8391a2; font-size: 9px; font-weight: 700; letter-spacing: 2.2px; }
.social-name strong { font-family: var(--display); font-size: 25px; letter-spacing: .4px; }
.social-arrow { color: #647386; font-size: 22px; transition: color .2s ease, transform .2s ease; }
.social-card:hover .social-arrow { color: #fff; transform: translate(2px,-2px); }

.about-section { padding: 96px 0; background: #0b1726; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: start; }
.about-section h2 { margin-top: 13px; font-size: clamp(42px, 5vw, 67px); }
.about-copy > p { margin: 0; color: #a9b4c2; font-size: 16px; line-height: 1.9; }
.feature-row { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-row div { padding-top: 18px; border-top: 1px solid var(--line); }
.feature-row strong, .feature-row span { display: block; }
.feature-row strong { color: #fff; font-family: var(--display); font-size: 22px; }
.feature-row span { margin-top: 5px; color: #77879a; font-size: 10px; }

.site-footer { background: #050c15; border-top: 1px solid var(--line); }
.footer-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-footer { transform: scale(.82); transform-origin: left center; }
.footer-inner p { color: #718093; font-size: 11px; }
.footer-live { display: flex; align-items: center; gap: 9px; color: #c7d0da; font-size: 11px; font-weight: 600; }
.footer-actions { display: flex; align-items: center; gap: 18px; color: #78879a; font-size: 10px; font-weight: 600; }
.footer-actions > a:hover { color: #fff; }
.footer-actions .footer-live { margin-left: 8px; }

@media (max-width: 820px) {
    .header-inner { height: 68px; }.main-nav { display: none; }.brand-logo { width: 103px; height: 58px; }
    .hero { min-height: 530px; }.hero-grid { grid-template-columns: 1fr; align-items: start; gap: 34px; padding-top: 60px; padding-bottom: 55px; }.hero h1 { font-size: clamp(60px, 16vw, 94px); }.on-air-card { width: fit-content; }
    .broadcast-section { padding: 62px 0 52px; }.about-grid { grid-template-columns: 1fr; gap: 38px; }.about-section { padding: 72px 0; }.footer-inner { padding: 28px 0; flex-wrap: wrap; }
    .platforms-heading { grid-template-columns: 1fr; gap: 15px; }.platforms-section { padding: 66px 0; }
    .social-section { padding: 72px 0; }.social-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 560px) {
    .container, .header-inner { width: min(100% - 24px, 1180px); }.live-pill { min-width: 82px; }.brand-logo { width: 92px; height: 54px; }
    .hero { min-height: 500px; }.hero-grid { padding-top: 52px; }.hero h1 { margin-top: 16px; letter-spacing: -1.7px; }.hero-copy > p { font-size: 14px; }.watch-button { width: 100%; justify-content: center; }
    .section-heading { align-items: start; }.viewer-status { margin-top: 5px; }.player-shell { margin-left: -12px; margin-right: -12px; border-radius: 0; }.player-topbar { height: 44px; }.fullscreen-button { font-size: 0; }.fullscreen-button span { margin: 0; font-size: 19px; }
    .ticker { grid-template-columns: auto minmax(0,1fr); min-height: 54px; }.ticker-source { width: 91px; padding: 5px 8px; }.ticker-source img { width: 75px; height: 40px; }.ticker-window { min-width: 0; }.ticker time { display: none; }.ticker-track { padding-left: 14px; gap: 16px; font-size: 12px; animation-name: ticker-mobile; animation-duration: 95s; }.ticker-separator-logo { width: 35px; height: 19px; }.sound-notice { min-height: 40px; padding: 8px 10px; gap: 7px; }.sound-notice-icon { font-size: 17px; }.sound-notice strong { font-size: 11px; letter-spacing: .6px; }
    .ad-stage { min-height: 115px; }.feature-row { grid-template-columns: 1fr; gap: 14px; }.footer-inner { display: grid; }.footer-inner p { order: 3; margin: 0; }
    .platforms-visual { display: none; }.platform-mobile-list { display: grid; gap: 9px; }.platform-mobile-list div { min-height: 62px; padding: 0 16px; display: grid; grid-template-columns: 34px 1fr; align-items: center; border: 1px solid #dfe4ea; border-radius: 5px; background: #fff; }.platform-mobile-list span { color: var(--red); font-family: var(--display); font-size: 12px; }.platform-mobile-list strong { font-family: var(--display); font-size: 22px; text-transform: uppercase; }.platform-mobile-list .featured { min-height: 82px; grid-template-columns: 34px 1fr; border-color: var(--navy); background: var(--navy); color: #fff; }.platform-mobile-list .featured em { grid-column: 2; margin-top: -17px; color: #7fc8ed; font-size: 10px; font-style: normal; font-weight: 600; }
    .social-section { padding: 62px 0; }.social-section::after { font-size: 300px; bottom: -95px; }.social-card { min-height: 78px; grid-template-columns: 47px 1fr auto; padding-left: 13px; }.social-icon { width: 43px; height: 43px; font-size: 25px; }.social-name strong { font-size: 22px; }.footer-actions { flex-wrap: wrap; }.footer-actions .footer-live { width: 100%; margin: 5px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .ticker-track { animation: ticker-mobile 95s linear infinite !important; }
}
