:root {
  --navy: #082b63;
  --navy-2: #041c43;
  --blue: #0d4fa3;
  --blue-soft: #eaf1fb;
  --gold: #c99b3d;
  --gold-2: #e2b95f;
  --ink: #101828;
  --muted: #687286;
  --line: #dfe5ee;
  --surface: #ffffff;
  --canvas: #f2f5f9;
  --danger: #d92d20;
  --shadow: 0 14px 40px rgba(7, 31, 70, .09);
  --radius: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--canvas); line-height: 1.45; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: 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; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; background: white; color: var(--navy); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy-2); color: #dce8fa; font-size: 13px; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-meta, .utility-actions { display: flex; align-items: center; gap: 11px; }
.utility-separator { width: 1px; height: 13px; background: rgba(255,255,255,.22); }
.text-button, .lang { background: none; color: inherit; cursor: pointer; padding: 0; }
.lang { font-size: 12px; opacity: .65; }
.lang.active { opacity: 1; font-weight: 800; color: white; }

.site-header { background: white; position: sticky; top: 0; z-index: 60; box-shadow: 0 1px 0 rgba(4,28,67,.08); }
.header-main { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 228px; height: auto; }
.header-cta-group { display: flex; align-items: center; gap: 10px; }
.icon-button, .menu-button { width: 42px; height: 42px; border-radius: 10px; background: #f3f6fa; display: grid; place-items: center; cursor: pointer; color: var(--navy); }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.live-button, .primary-button, .gold-button, .secondary-button { border-radius: 10px; padding: 11px 16px; font-weight: 800; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.live-button { color: white; background: var(--navy); }
.live-button:hover, .primary-button:hover, .gold-button:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(8,43,99,.22); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff4d4f; box-shadow: 0 0 0 5px rgba(255,77,79,.16); display: inline-block; animation: livepulse 1.7s infinite; }
@keyframes livepulse { 50% { box-shadow: 0 0 0 9px rgba(255,77,79,0); } }
.menu-button { display: none; gap: 4px; padding: 11px; }
.menu-button span { width: 20px; height: 2px; background: currentColor; border-radius: 2px; }
.primary-nav { border-top: 1px solid #edf0f5; }
.nav-scroll { height: 48px; display: flex; align-items: stretch; gap: 28px; overflow-x: auto; scrollbar-width: none; }
.nav-scroll::-webkit-scrollbar { display: none; }
.nav-scroll a { white-space: nowrap; display: flex; align-items: center; font-weight: 700; color: #3e4655; position: relative; font-size: 14px; }
.nav-scroll a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.nav-scroll a:hover, .nav-scroll a.active { color: var(--navy); }
.nav-scroll a.active::after { transform: scaleX(1); }

.ticker { background: white; border-bottom: 1px solid var(--line); }
.ticker-inner { min-height: 43px; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 18px; }
.ticker strong { font-size: 12px; color: var(--danger); display: flex; align-items: center; gap: 8px; letter-spacing: .04em; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--danger); }
.ticker-track { display: flex; gap: 30px; overflow: hidden; }
.ticker-item { background: none; color: #414a59; cursor: pointer; white-space: nowrap; padding: 0; font-size: 13px; }
.ticker-item:hover { color: var(--navy); }

.top-ad-wrap { padding-block: 20px 10px; }
.ad-slot { width: 100%; background: repeating-linear-gradient(-45deg, #f7f9fc, #f7f9fc 12px, #eef2f7 12px, #eef2f7 24px); border: 1px dashed #abb6c7; color: #667085; border-radius: 12px; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; text-align: center; }
.ad-slot:hover { border-color: var(--gold); background: #fffaf0; }
.ad-label { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: #8a94a5; }
.ad-title { font-weight: 800; color: #465064; }
.ad-slot small { font-size: 11px; }
.ad-leaderboard { min-height: 104px; }

.page-shell { padding-bottom: 40px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(330px, .78fr); gap: 20px; margin-top: 10px; }
.hero-story { min-height: 494px; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--navy); box-shadow: var(--shadow); cursor: pointer; }
.hero-story img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s ease; }
.hero-story:hover img { transform: scale(1.025); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,13,31,.05) 20%, rgba(2,13,31,.88) 100%); }
.hero-copy { position: absolute; inset: auto 34px 30px; color: white; max-width: 760px; }
.eyebrow-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 15px; }
.badge, .category { display: inline-flex; align-items: center; border-radius: 999px; padding: 6px 9px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.badge-gold { background: var(--gold); color: #1a1a1a; }
.badge-dark { background: rgba(2,13,31,.64); color: white; border: 1px solid rgba(255,255,255,.22); }
.hero-copy h1 { margin: 0; font-size: clamp(31px, 3.25vw, 53px); line-height: 1.03; letter-spacing: -.035em; max-width: 820px; }
.hero-copy p { margin: 16px 0 17px; max-width: 720px; color: #e6ecf6; font-size: 16px; }
.meta { color: var(--muted); font-size: 12px; display: flex; flex-wrap: wrap; gap: 14px; }
.meta-light { color: #e6ecf6; }
.hero-side { background: white; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); min-width: 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.section-head.compact { margin-bottom: 13px; align-items: center; }
.section-head h2 { margin: 1px 0 0; font-size: 27px; line-height: 1.1; letter-spacing: -.025em; color: var(--navy-2); }
.section-head.compact h2 { font-size: 21px; }
.section-head a, .link-button { color: var(--blue); background: none; font-weight: 800; font-size: 13px; cursor: pointer; padding: 0; }
.section-kicker { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .105em; font-size: 10px; font-weight: 900; }
.section-kicker.light { color: #f7cf75; }
.latest-list { border-top: 1px solid var(--line); }
.latest-row { width: 100%; display: grid; grid-template-columns: 46px 1fr; gap: 10px; text-align: left; background: none; border-bottom: 1px solid var(--line); padding: 14px 0; cursor: pointer; color: var(--ink); }
.latest-row time { color: var(--gold); font-weight: 900; font-size: 12px; padding-top: 2px; }
.latest-row span { font-weight: 750; font-size: 14px; line-height: 1.35; }
.latest-row:hover span { color: var(--blue); }

.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0 24px; }
.mini-feature { display: grid; grid-template-columns: 118px 1fr; gap: 14px; background: white; border-radius: 14px; padding: 12px; border: 1px solid var(--line); cursor: pointer; min-width: 0; }
.mini-feature img { width: 118px; height: 92px; object-fit: cover; border-radius: 10px; }
.mini-feature h3 { margin: 5px 0 9px; font-size: 16px; line-height: 1.25; }
.category { padding: 0; border-radius: 0; color: var(--blue); font-size: 10px; }
.clickable:hover h3, .clickable:hover h1 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.clickable:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(201,155,61,.5); outline-offset: 3px; }

.broadcast-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(350px, .75fr); gap: 20px; margin-bottom: 24px; }
.live-card { min-height: 390px; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--navy-2); }
.live-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.live-card-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,18,48,.94) 0%, rgba(2,18,48,.62) 48%, rgba(2,18,48,.08) 100%); }
.live-card-content { position: absolute; inset: 38px auto 38px 38px; color: white; max-width: 450px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.live-chip { background: rgba(217,45,32,.96); color: white; border-radius: 999px; padding: 7px 11px; text-transform: uppercase; font-weight: 900; font-size: 11px; letter-spacing: .06em; display: inline-flex; align-items: center; gap: 9px; }
.live-card h2 { margin: 18px 0 8px; font-size: 38px; line-height: 1.04; }
.live-card p { color: #dce7f8; margin: 0 0 23px; }
.primary-button { background: var(--blue); color: white; }
.play-triangle { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid white; }
.schedule-card { background: white; border-radius: var(--radius); padding: 24px; border: 1px solid var(--line); }
.day-tabs { display: flex; gap: 7px; margin-bottom: 12px; }
.day-tab { padding: 8px 10px; border-radius: 9px; color: var(--muted); background: #f2f5f9; cursor: pointer; font-weight: 800; font-size: 12px; }
.day-tab.active { background: var(--navy); color: white; }
.schedule-list { border-top: 1px solid var(--line); }
.schedule-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 10px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.schedule-row time { font-weight: 900; color: var(--navy); }
.schedule-row strong { font-size: 13px; }
.schedule-row small { color: var(--muted); }
.schedule-row.current { margin-inline: -10px; padding-inline: 10px; background: #fff9ec; border-radius: 9px; border-bottom-color: transparent; }
.schedule-row.current::after { content: "LIVE"; color: var(--danger); font-weight: 900; font-size: 10px; }

.content-ad-row { margin: 8px 0 25px; }
.ad-inline { min-height: 96px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.content-main { min-width: 0; }
.section-block { background: white; border-radius: var(--radius); border: 1px solid var(--line); padding: 24px; margin-bottom: 24px; }
.head-actions { display: flex; gap: 8px; }
.carousel-arrow { width: 36px; height: 36px; border-radius: 50%; background: var(--blue-soft); color: var(--navy); font-weight: 900; cursor: pointer; }
.project-scroller { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(235px, 30%); overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 2px; }
.project-scroller::-webkit-scrollbar { display: none; }
.project-card { scroll-snap-align: start; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: white; cursor: pointer; }
.project-card > img, .project-media { height: 145px; width: 100%; object-fit: cover; }
.project-brand { background: radial-gradient(circle at 70% 30%, #2161b3, #041c43 68%); display: flex; align-items: flex-end; padding: 20px; color: white; font-size: 27px; font-weight: 950; line-height: .88; letter-spacing: -.035em; }
.project-copy { padding: 14px; }
.project-copy h3 { margin: 0; font-size: 17px; color: var(--navy); }
.project-copy p { margin: 6px 0 12px; color: var(--muted); font-size: 13px; min-height: 38px; }
.project-copy span { font-size: 11px; color: var(--gold); font-weight: 900; }
.news-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 16px; }
.news-card { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; cursor: pointer; background: #fff; }
.news-card img { width: 100%; height: 170px; object-fit: cover; }
.news-card.lead { grid-row: span 3; }
.news-card.lead img { height: 320px; }
.news-card-copy { padding: 16px; }
.news-card h3 { margin: 7px 0 9px; font-size: 20px; line-height: 1.2; }
.news-card.lead h3 { font-size: 28px; }
.news-card p { color: var(--muted); margin: 0 0 14px; }
.dual-news { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.list-story { display: grid; grid-template-columns: 104px 1fr; gap: 13px; width: 100%; padding: 13px 0; border-top: 1px solid var(--line); background: none; text-align: left; cursor: pointer; color: var(--ink); }
.list-story img { width: 104px; height: 76px; object-fit: cover; border-radius: 9px; }
.list-story strong { display: block; font-size: 15px; line-height: 1.3; }
.list-story small { display: block; color: var(--muted); margin-top: 7px; }
.list-story:hover strong { color: var(--blue); }
.sponsored-card { border: 1px solid #ead7aa; background: linear-gradient(135deg, #fffdf8, #fff7e6); position: relative; overflow: hidden; }
.sponsored-label { position: absolute; right: 14px; top: 12px; font-size: 9px; color: #8e7343; text-transform: uppercase; letter-spacing: .08em; }
.sponsored-layout { display: grid; grid-template-columns: 1.5fr .75fr; gap: 25px; align-items: center; }
.sponsored-layout h2 { margin: 7px 0; color: var(--navy); font-size: 28px; }
.sponsored-layout p { color: var(--muted); }
.secondary-button { color: var(--navy); border: 1px solid var(--navy); background: transparent; }
.sponsored-visual { min-height: 180px; border-radius: 14px; background: linear-gradient(145deg, #d1a74e, #7f5d18); color: white; display: grid; place-items: center; text-align: center; font-weight: 950; font-size: 29px; line-height: .9; letter-spacing: .02em; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.video-card { cursor: pointer; }
.video-media { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; background: var(--navy); }
.video-media img { width: 100%; height: 100%; object-fit: cover; }
.video-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,13,31,.6)); }
.video-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--navy); font-size: 15px; }
.duration { position: absolute; z-index: 2; right: 8px; bottom: 8px; background: rgba(2,13,31,.82); color: white; padding: 4px 7px; border-radius: 6px; font-size: 11px; }
.video-card h3 { font-size: 16px; line-height: 1.3; margin: 10px 0 8px; }
.sidebar { display: flex; flex-direction: column; gap: 20px; }
.ad-rectangle { min-height: 250px; }
.ad-skyscraper { min-height: 520px; position: sticky; top: 160px; }
.sidebar-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.popular-list { list-style: none; margin: 0; padding: 0; }
.popular-list li + li { border-top: 1px solid var(--line); }
.popular-list button { width: 100%; background: none; text-align: left; padding: 15px 0; cursor: pointer; display: grid; grid-template-columns: 36px 1fr; gap: 3px 10px; color: var(--ink); }
.popular-list button > span { grid-row: span 2; color: var(--gold); font-weight: 950; font-size: 21px; }
.popular-list strong { font-size: 14px; line-height: 1.3; }
.popular-list small { color: var(--muted); }
.popular-list button:hover strong { color: var(--blue); }
.telegram-card { background: linear-gradient(145deg, #0d4fa3, #082b63); color: white; }
.telegram-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 24px; }
.telegram-card h2 { margin: 16px 0 8px; }
.telegram-card p { color: #d9e6f7; }
.telegram-card .primary-button { background: white; color: var(--navy); width: 100%; }
.theme-grid { margin-top: 24px; }
.theme-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.theme-card { border: 1px solid var(--line); border-radius: 13px; padding: 18px; display: flex; flex-direction: column; min-height: 125px; transition: border-color .2s ease, transform .2s ease; }
.theme-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.theme-card > span { color: var(--gold); font-weight: 950; }
.theme-card strong { margin-top: auto; color: var(--navy); font-size: 18px; }
.theme-card small { color: var(--muted); }
.bottom-ad { margin-top: 24px; }
.newsletter-panel { background: linear-gradient(120deg, var(--navy-2), var(--navy)); color: white; border-radius: var(--radius); padding: 34px; display: grid; grid-template-columns: 1fr minmax(360px, .7fr); gap: 30px; align-items: center; }
.newsletter-panel h2 { margin: 4px 0 6px; font-size: 32px; }
.newsletter-panel p { margin: 0; color: #d4e0f1; }
.subscribe-form { display: flex; background: white; padding: 5px; border-radius: 12px; }
.subscribe-form input { min-width: 0; flex: 1; border: 0; padding: 0 14px; outline: 0; }
.gold-button { background: var(--gold); color: #171207; }

.site-footer { background: #031735; color: #c8d4e6; margin-top: 45px; }
.footer-grid { padding: 48px 0 36px; display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 38px; }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 300px; color: #9fb0c7; }
.site-footer h3 { color: white; font-size: 13px; text-transform: uppercase; letter-spacing: .07em; margin: 0 0 15px; }
.site-footer a, .site-footer p { display: block; margin: 0 0 8px; font-size: 13px; }
.site-footer a:hover { color: white; }
.footer-bottom { min-height: 56px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }

.modal { width: min(92vw, 720px); border: 0; border-radius: 18px; padding: 0; box-shadow: 0 30px 100px rgba(0,0,0,.38); }
.modal::backdrop { background: rgba(2,13,31,.72); backdrop-filter: blur(4px); }
.modal-close { position: absolute; z-index: 3; right: 15px; top: 13px; width: 38px; height: 38px; border-radius: 50%; background: #eef2f7; color: var(--ink); font-size: 26px; cursor: pointer; }
.light-close { background: rgba(255,255,255,.12); color: white; }
.modal-body { padding: 42px; }
.modal-body h2 { margin: 5px 0 14px; font-size: 34px; line-height: 1.05; color: var(--navy); }
.search-field { display: flex; gap: 10px; }
.search-field input { min-width: 0; flex: 1; border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; }
.search-results { margin-top: 20px; color: var(--muted); }
.search-results button { width: 100%; background: #f4f7fb; text-align: left; border-radius: 10px; padding: 12px; margin-bottom: 8px; cursor: pointer; color: var(--ink); }
.live-modal { width: min(94vw, 980px); background: var(--navy-2); color: white; }
.live-player-screen { aspect-ratio: 16/9; position: relative; background: #000; }
.live-player-screen img { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.live-player-screen .live-chip { position: absolute; left: 18px; top: 18px; }
.center-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.93); color: var(--navy); font-size: 26px; padding-left: 5px; }
.live-player-info { padding: 26px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.live-player-info h2 { margin: 4px 0; }
.live-player-info p { margin: 0; color: #cbd8e9; }
.article-modal-body { padding-top: 48px; }
.article-lead { color: var(--muted); font-size: 17px; }
.article-placeholder { background: #f4f7fb; border-radius: 12px; padding: 18px; margin: 24px 0; }
.article-placeholder p { margin-bottom: 0; color: var(--muted); }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--navy-2); color: white; padding: 12px 16px; border-radius: 10px; z-index: 1000; transition: .25s ease; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1080px) {
  .hero-grid, .broadcast-grid { grid-template-columns: 1fr; }
  .hero-story { min-height: 460px; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: repeat(2, 1fr); }
  .ad-skyscraper { min-height: 250px; position: static; }
  .popular-card { grid-row: span 2; }
  .project-scroller { grid-auto-columns: minmax(235px, 40%); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-grid > div:nth-child(4), .footer-grid > div:nth-child(5) { margin-top: 10px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .utility-meta span:nth-child(n+2), .utility-meta .utility-separator { display: none; }
  .header-main { min-height: 68px; }
  .brand img { width: 175px; }
  .search-button { display: none; }
  .menu-button { display: flex; flex-direction: column; }
  .primary-nav { display: none; }
  .primary-nav.open { display: block; position: absolute; left: 0; right: 0; background: white; box-shadow: var(--shadow); }
  .primary-nav.open .nav-scroll { height: auto; display: grid; padding-block: 12px 20px; gap: 0; max-height: 72vh; overflow: auto; }
  .primary-nav.open a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .ticker-track { overflow-x: auto; }
  .hero-copy { inset: auto 22px 22px; }
  .hero-story { min-height: 440px; }
  .feature-strip { grid-template-columns: 1fr; }
  .mini-feature { grid-template-columns: 128px 1fr; }
  .broadcast-grid { gap: 14px; }
  .live-card { min-height: 360px; }
  .live-card-content { inset: 30px 24px; }
  .live-card h2 { font-size: 31px; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card.lead { grid-column: span 2; grid-row: auto; }
  .news-card.lead img { height: 280px; }
  .dual-news, .video-grid { grid-template-columns: 1fr; }
  .project-scroller { grid-auto-columns: minmax(235px, 68%); }
  .theme-cards { grid-template-columns: repeat(2, 1fr); }
  .newsletter-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 560px) {
  .utility-actions .utility-separator, .utility-actions .text-button { display: none; }
  .live-button { padding: 10px 12px; font-size: 12px; }
  .top-ad-wrap { padding-top: 12px; }
  .ad-leaderboard { min-height: 90px; }
  .hero-story { min-height: 480px; }
  .hero-copy h1 { font-size: 33px; }
  .hero-copy p { font-size: 14px; }
  .hero-side, .section-block, .schedule-card { padding: 18px; }
  .mini-feature { grid-template-columns: 104px 1fr; }
  .mini-feature img { width: 104px; }
  .content-layout { gap: 18px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card.lead { grid-column: auto; }
  .news-card.lead img { height: 230px; }
  .news-card.lead h3 { font-size: 23px; }
  .sponsored-layout { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr; }
  .popular-card { grid-row: auto; }
  .theme-cards { grid-template-columns: 1fr; }
  .newsletter-panel { padding: 24px; }
  .subscribe-form { flex-direction: column; background: transparent; gap: 8px; }
  .subscribe-form input { min-height: 48px; background: white; border-radius: 10px; padding: 0 13px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 14px; }
  .modal-body { padding: 34px 22px 24px; }
  .modal-body h2 { font-size: 28px; }
  .search-field, .live-player-info { flex-direction: column; align-items: stretch; }
}
