:root {
    --red: #e60000;
    --red-deep: #b40000;
    --red-dark: #790000;
    --sun: #ffdf45;
    --sun-soft: #fff3a5;
    --ink: #111216;
    --ink-soft: #282a31;
    --muted: #6d7079;
    --line: #e7e3df;
    --paper: #ffffff;
    --wash: #f7f5f2;
    --warm: #fffaf1;
    --radius-lg: 28px;
    --radius: 18px;
    --radius-sm: 11px;
    --shadow-sm: 0 10px 32px rgba(25, 20, 16, .07);
    --shadow: 0 24px 70px rgba(30, 18, 12, .12);
    --header-offset: 190px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Cairo", system-ui, sans-serif; line-height: 1.8; -webkit-font-smoothing: antialiased; }
body.menu-open, body.search-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--red); }

.shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.main-content { min-height: 64vh; overflow: hidden; }
.page-shell { padding-block: 54px 90px; }
.section-space { margin-block: 80px; }
.skip-link { position: fixed; z-index: 9999; top: 10px; right: 10px; transform: translateY(-160%); padding: 10px 18px; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { transform: none; }
.reading-progress { position: fixed; z-index: 1000; top: 0; right: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--sun), var(--red)); box-shadow: 0 0 14px rgba(215,25,32,.55); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Header */
.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); box-shadow: 0 12px 36px rgba(25,20,16,.07); transition: box-shadow .25s ease; }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 14px 44px rgba(25,20,16,.13); }
.top-signal { color: rgba(255,255,255,.82); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.08); font-size: .75rem; }
.signal-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.signal-live { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; }
.signal-live span { width: 7px; height: 7px; background: #ff3842; border-radius: 50%; box-shadow: 0 0 0 0 rgba(255,56,66,.6); animation: livePulse 1.7s infinite; }
.signal-motto { letter-spacing: .02em; }.signal-motto b { color: var(--sun); }
.masthead { min-height: 102px; display: grid; grid-template-columns: 54px minmax(260px,1fr) auto 54px; align-items: center; gap: 22px; }
.brand { width: max-content; display: flex; align-items: center; gap: 17px; }
.brand img { width: 196px; height: 82px; object-fit: contain; object-position: right center; background: #fff; }
.brand-copy { display: none; }
.brand-copy strong { display: block; color: var(--red); font-size: 1.6rem; line-height: 1; }.brand-copy small { color: var(--muted); font-weight: 700; }
.edition-mark { position: relative; min-width: 155px; padding: 11px 18px 11px 22px; border-right: 3px solid var(--sun); background: linear-gradient(90deg, transparent, var(--warm)); }
.edition-mark::before { content: ""; position: absolute; right: -7px; top: 50%; width: 11px; height: 11px; transform: translateY(-50%); background: var(--sun); border-radius: 50%; }
.edition-mark span, .edition-mark strong { display: block; }.edition-mark span { color: var(--muted); font-size: .72rem; }.edition-mark strong { font-size: .95rem; }
.icon-button { width: 48px; height: 48px; display: grid; place-items: center; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; transition: .2s ease; }
.icon-button:hover { color: #fff; background: var(--red); border-color: var(--red); transform: translateY(-2px); }
.search-button svg, .home-link svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.menu-button { display: none; align-content: center; gap: 5px; }.menu-button span { width: 20px; height: 2px; background: currentColor; border-radius: 2px; }
.main-nav { color: #fff; background: linear-gradient(90deg, var(--red-dark), var(--red) 35%, #e2242b 70%, var(--red-deep)); border-bottom: 1px solid rgba(0,0,0,.14); }
.nav-inner { min-height: 48px; display: flex; align-items: stretch; overflow-x: auto; scrollbar-width: none; }.nav-inner::-webkit-scrollbar { display: none; }
.nav-inner a { flex: 0 0 auto; display: grid; place-items: center; padding: 0 17px; border-left: 1px solid rgba(255,255,255,.1); font-size: .86rem; font-weight: 800; transition: background .2s ease; }.nav-inner a:hover { background: rgba(0,0,0,.17); }
.nav-inner .home-link { width: 50px; padding: 0; }.home-link svg { width: 19px; }
.admin-nav-link { margin-right: auto; color: var(--sun-soft); }
.breaking-strip { color: var(--ink); background: #fff; border-bottom: 1px solid var(--line); overflow: hidden; }
.breaking-inner { height: 43px; display: flex; align-items: center; gap: 18px; overflow: hidden; }
.breaking-label { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .8rem; }.breaking-label i { width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.breaking-window { min-width: 0; flex: 1; overflow: hidden; }
.breaking-track { width: max-content; display: flex; align-items: center; gap: 35px; animation: tickerFlow 70s linear infinite; }
.breaking-track:hover { animation-play-state: paused; }
.breaking-track a { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-size: .78rem; font-weight: 700; }.breaking-track a::after { content: "◆"; margin-right: 22px; color: var(--sun); font-size: .55rem; }.breaking-track time { color: var(--muted); font-weight: 500; }
.search-panel { position: fixed; z-index: 300; inset: 0; background: rgba(13,14,17,.95); backdrop-filter: blur(18px); }
.search-panel[hidden], .menu-backdrop[hidden] { display: none; }
.search-panel-inner { min-height: 100%; display: grid; place-items: center; position: relative; }
.search-panel form { width: min(820px, 100%); }.search-panel label { display: block; margin-bottom: 20px; color: #fff; font-size: clamp(1.6rem,4vw,3rem); font-weight: 900; }.search-panel form div { display: flex; gap: 10px; padding-bottom: 12px; border-bottom: 2px solid rgba(255,255,255,.25); }.search-panel input { min-width: 0; flex: 1; color: #fff; background: transparent; border: 0; outline: 0; font-size: clamp(1rem,2vw,1.4rem); }.search-panel input::placeholder { color: rgba(255,255,255,.45); }.search-panel form button { padding: 10px 26px; color: #fff; background: var(--red); border: 0; border-radius: 999px; cursor: pointer; font-weight: 800; }
.close-search { position: absolute; top: 40px; left: 0; width: 50px; height: 50px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; cursor: pointer; font-size: 2rem; }

/* Hero */
.home-hero { padding-top: 28px; }
.hero-stage { height: clamp(560px, calc(100svh - 255px), 735px); min-height: 560px; display: grid; grid-template-columns: minmax(0,1.64fr) minmax(360px,.86fr); gap: 12px; }
.lead-story, .side-story { position: relative; overflow: hidden; background: var(--ink); }
.lead-story { border-radius: var(--radius-lg) 8px 8px var(--radius-lg); }
.lead-image, .lead-image img, .side-image, .side-image img { width: 100%; height: 100%; }.lead-image img, .side-image img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }.lead-story:hover img, .side-story:hover img { transform: scale(1.035); }
.lead-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(9,10,13,.18) 43%, rgba(9,10,13,.94) 100%), linear-gradient(90deg, rgba(9,10,13,.25), transparent 50%); }
.lead-copy { position: absolute; z-index: 2; right: clamp(25px,4vw,60px); bottom: clamp(28px,5vw,62px); width: min(850px, calc(100% - 70px)); color: #fff; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 12px; padding: 6px 13px; color: var(--ink); background: var(--sun); border-radius: 999px; font-size: .74rem; font-weight: 900; }.hero-badge i { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.lead-copy h1 { max-width: 890px; margin: 0; font-size: clamp(2rem,3.8vw,4.25rem); line-height: 1.28; font-weight: 900; letter-spacing: -.04em; text-wrap: balance; }.lead-copy h1 a:hover { color: var(--sun-soft); }
.lead-copy > p { max-width: 750px; margin: 16px 0 0; color: rgba(255,255,255,.8); font-size: clamp(.9rem,1.2vw,1.08rem); line-height: 1.9; }
.lead-copy > div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin-top: 19px; font-size: .79rem; }.lead-copy time, .lead-copy > div span { color: rgba(255,255,255,.66); }.lead-copy > div a { margin-right: auto; padding: 8px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; font-weight: 800; }
.hero-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .85fr; gap: 12px; }.side-story { min-height: 0; border-radius: 8px; }.side-story-wide { grid-column: 1/-1; border-radius: 8px var(--radius-lg) 8px 8px; }.side-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 24%, rgba(7,8,10,.94)); }.side-copy { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 18px; color: #fff; }.side-copy time { color: var(--sun); font-size: .7rem; font-weight: 800; }.side-copy h2 { margin: 5px 0 0; font-size: clamp(.95rem,1.35vw,1.35rem); line-height: 1.58; font-weight: 800; text-wrap: balance; }
.image-fallback { width: 100%; height: 100%; display: grid; align-content: center; justify-items: center; color: #fff; background: radial-gradient(circle at 50% 20%, rgba(255,223,69,.28), transparent 30%), linear-gradient(145deg,var(--red),var(--red-dark) 55%,var(--ink)); }.image-fallback b { font-size: clamp(1.5rem,4vw,3.8rem); }.image-fallback small { color: var(--sun-soft); }
.hero-signature { height: 50px; display: flex; align-items: center; gap: 13px; color: var(--muted); }.hero-signature span { color: var(--red); font-weight: 900; }.hero-signature i { width: 38px; height: 1px; background: var(--sun); }.hero-signature p { margin: 0; font-size: .74rem; }

/* Pulse */
.news-pulse { padding-block: 28px 33px; background: var(--ink); overflow: hidden; }
.pulse-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; color: #fff; }.pulse-heading > div { display: flex; align-items: center; gap: 11px; }.pulse-heading h2 { margin: 0; font-size: 1.2rem; }.pulse-heading p { margin: 0; color: rgba(255,255,255,.5); font-size: .77rem; }.pulse-orb { width: 11px; height: 11px; background: var(--sun); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,223,69,.1), 0 0 20px rgba(255,223,69,.45); }
.pulse-viewport { overflow: hidden; }.pulse-track { width: max-content; display: flex; gap: 12px; animation: pulseRail 72s linear infinite; }.pulse-track:hover { animation-play-state: paused; }
.pulse-card { width: 310px; min-height: 86px; display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 9px; color: #fff; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; transition: .2s ease; }.pulse-card:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }.pulse-card img { width: 92px; height: 68px; object-fit: cover; border-radius: 9px; }.pulse-card span { align-self: center; }.pulse-card time { display: block; color: var(--sun); font-size: .64rem; }.pulse-card strong { display: block; margin-top: 3px; font-size: .78rem; line-height: 1.55; }

/* Editorial blocks */
.editorial-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 50px; align-items: start; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 27px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }.section-title > div { position: relative; }.section-title > div::after { content: ""; position: absolute; right: 0; bottom: -16px; width: 72px; height: 3px; background: var(--category-color,var(--red)); border-radius: 3px; }.section-title span { color: var(--red); font-size: .69rem; font-weight: 900; letter-spacing: .03em; }.section-title h2 { margin: 1px 0 0; font-size: clamp(1.5rem,2.7vw,2.3rem); line-height: 1.35; }.section-title > a { color: var(--muted); font-size: .78rem; font-weight: 800; }.section-title > a:hover { color: var(--red); }
.latest-layout { display: grid; grid-template-columns: minmax(300px,.92fr) 1.08fr; gap: 26px; }.latest-feature { overflow: hidden; background: var(--wash); border-radius: var(--radius); }.latest-feature-image { display: block; aspect-ratio: 16/11; overflow: hidden; }.latest-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.latest-feature:hover img { transform: scale(1.035); }.latest-feature > div { padding: 20px; }.latest-feature time, .latest-list time, .category-card time, .related-grid time { color: var(--red); font-size: .68rem; font-weight: 800; }.latest-feature h3 { margin: 6px 0 8px; font-size: 1.35rem; line-height: 1.6; }.latest-feature p { margin: 0; color: var(--muted); font-size: .85rem; }
.latest-list { display: grid; gap: 0; }.latest-list article { display: grid; grid-template-columns: 138px 1fr; gap: 16px; padding-block: 14px; border-bottom: 1px solid var(--line); }.latest-list article:first-child { padding-top: 0; }.mini-image { height: 96px; overflow: hidden; background: var(--wash); border-radius: 11px; }.mini-image img { width: 100%; height: 100%; object-fit: cover; }.mini-fallback { height: 100%; display: grid; place-items: center; color: #fff; background: var(--red); font-size: 1.5rem; font-weight: 900; }.latest-list h3 { margin: 3px 0 6px; font-size: .94rem; line-height: 1.62; }.latest-list h3 a:hover { color: var(--red); }.latest-list div > span { color: var(--muted); font-size: .66rem; }
.most-read { position: sticky; top: 190px; padding: 27px; color: #fff; background: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.most-read::before { content: ""; position: absolute; top: -2px; right: 38px; width: 78px; height: 4px; background: var(--sun); border-radius: 5px; }.most-read header span { color: var(--sun); font-size: .69rem; font-weight: 800; }.most-read header h2 { margin: 1px 0 20px; font-size: 1.75rem; }.most-read ol { margin: 0; padding: 0; list-style: none; }.most-read li { display: grid; grid-template-columns: 48px 1fr; gap: 13px; padding-block: 16px; border-top: 1px solid rgba(255,255,255,.1); }.most-read li > span { color: transparent; -webkit-text-stroke: 1px rgba(255,223,69,.75); font-size: 2.25rem; font-weight: 900; line-height: 1; }.most-read h3 { margin: 0; font-size: .86rem; line-height: 1.65; }.most-read h3 a:hover { color: var(--sun-soft); }.most-read small { color: rgba(255,255,255,.45); font-size: .62rem; }

.category-showcase { padding-block: 74px; background: var(--wash); }.category-showcase + .category-showcase { border-top: 1px solid var(--line); }.category-showcase .section-title span { color: var(--category-color); }.category-grid { display: grid; grid-template-columns: 1.25fr repeat(3,.75fr); gap: 18px; }.category-card { overflow: hidden; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); }.category-image { display: block; aspect-ratio: 16/11; overflow: hidden; background: #ddd; }.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }.category-card:hover img { transform: scale(1.04); }.category-card > div { padding: 18px; }.category-card h3 { margin: 5px 0 0; font-size: .92rem; line-height: 1.68; }.category-card-lead { grid-row: span 1; }.category-card-lead .category-image { aspect-ratio: 16/9; }.category-card-lead h3 { font-size: 1.32rem; }.category-card p { margin: 8px 0 0; color: var(--muted); font-size: .82rem; }
.category-showcase-dark { color: #fff; background: linear-gradient(135deg,#17181d,#0d0e11); }.category-showcase-dark .section-title { border-color: rgba(255,255,255,.12); }.category-showcase-dark .section-title > a { color: rgba(255,255,255,.62); }.category-showcase-dark .category-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); }.category-showcase-dark .category-card p { color: rgba(255,255,255,.57); }
.newsroom-cta { position: relative; min-height: 225px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 36px; overflow: hidden; padding: 38px 50px; color: #fff; background: linear-gradient(120deg,var(--red-dark),var(--red) 60%,#ee2e36); border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgba(167,14,21,.22); }.newsroom-cta::after { content: "السلطة الرابعة"; position: absolute; left: 4%; bottom: -46px; color: rgba(255,255,255,.06); font-size: 8rem; font-weight: 900; }.cta-flame { position: relative; width: 110px; height: 110px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.cta-flame::before, .cta-flame i { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(255,223,69,.5); border-radius: 50%; animation: orbit 14s linear infinite; }.cta-flame span { font-size: 3rem; font-weight: 900; }.newsroom-cta > div:nth-child(2) > span { color: var(--sun); font-size: .72rem; font-weight: 900; }.newsroom-cta h2 { margin: 4px 0; font-size: clamp(1.6rem,3vw,2.7rem); line-height: 1.35; }.newsroom-cta p { margin: 0; color: rgba(255,255,255,.72); }.newsroom-cta > a { position: relative; z-index: 2; padding: 12px 22px; color: var(--ink); background: var(--sun); border-radius: 999px; font-size: .8rem; font-weight: 900; }

/* Listings */
.listing-header { position: relative; margin-bottom: 34px; padding: 36px 42px; overflow: hidden; background: var(--wash); border-right: 6px solid var(--section-color); border-radius: 8px var(--radius-lg) var(--radius-lg) 8px; }.listing-header::after { content: ""; position: absolute; left: -45px; top: -70px; width: 210px; height: 210px; background: color-mix(in srgb,var(--section-color) 14%,transparent); border-radius: 50%; }.kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--section-color,var(--red)); font-size: .73rem; font-weight: 900; }.kicker i { width: 24px; height: 2px; background: currentColor; }.listing-header h1 { position: relative; z-index: 1; margin: 5px 0; font-size: clamp(2rem,4.5vw,4rem); line-height: 1.3; }.listing-header p { position: relative; z-index: 1; max-width: 740px; margin: 8px 0 0; color: var(--muted); }
.listing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }.story-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .25s ease,box-shadow .25s ease; }.story-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.story-media { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--wash); }.story-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }.story-card:hover img { transform: scale(1.04); }.card-breaking { position: absolute; top: 14px; right: 14px; padding: 4px 11px; color: #fff; background: var(--red); border-radius: 999px; font-size: .65rem; font-weight: 900; }.story-content { padding: 20px; }.story-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .67rem; }.story-meta time { color: var(--red); font-weight: 800; }.story-content h2 { margin: 7px 0 9px; font-size: 1.08rem; line-height: 1.66; }.story-content h2 a:hover { color: var(--red); }.story-content > p { margin: 0; color: var(--muted); font-size: .82rem; }.story-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }.story-footer a { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; }.story-card-featured { grid-column: span 2; display: grid; grid-template-columns: 1.25fr 1fr; }.story-card-featured .story-media { height: 100%; aspect-ratio: auto; }.story-card-featured .story-content { display: flex; flex-direction: column; justify-content: center; padding: 30px; }.story-card-featured h2 { font-size: 1.5rem; }.pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 11px; margin-top: 45px; }.pagination a,.pagination span { padding: 10px 17px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: .8rem; }.pagination a:hover { color: #fff; background: var(--red); border-color: var(--red); }
.empty-state { position: relative; min-height: 460px; display: grid; align-content: center; justify-items: center; overflow: hidden; padding: 50px 25px; text-align: center; background: var(--wash); border-radius: var(--radius-lg); }.empty-light { width: 90px; height: 90px; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 45% 25%,#ff4a51,var(--red) 50%,var(--red-dark)); border-radius: 50% 50% 48% 52% / 35% 42% 58% 65%; box-shadow: 0 16px 45px rgba(215,25,32,.28); font-size: 2.5rem; font-weight: 900; }.empty-state h1,.empty-state h2 { margin: 18px 0 3px; font-size: clamp(1.6rem,3vw,2.5rem); }.empty-state p { max-width: 600px; margin: 5px 0 20px; color: var(--muted); }.button-primary { display: inline-flex; padding: 10px 20px; color: #fff; background: var(--red); border-radius: 999px; font-size: .82rem; font-weight: 900; }.error-code { position: absolute; left: 5%; top: -15px; color: rgba(215,25,32,.06); font-size: 12rem; font-weight: 900; line-height: 1; }.error-state small { margin-bottom: 18px; color: var(--muted); }

/* Article */
.article-page { padding-block: 35px 85px; }.article-shell { max-width: 1240px; }.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; color: var(--muted); font-size: .72rem; }.breadcrumbs a:hover { color: var(--red); }.article-header { max-width: 1080px; margin-inline: auto; }.article-flags { display: flex; align-items: center; gap: 9px; }.article-flags a,.flag-breaking { padding: 5px 12px; color: var(--red); background: #fff0f1; border-radius: 999px; font-size: .7rem; font-weight: 900; }.flag-breaking { color: #fff; background: var(--red); }.article-header h1 { margin: 14px 0; font-size: clamp(2.15rem,5vw,5rem); line-height: 1.32; letter-spacing: -.035em; text-wrap: balance; }.article-summary { max-width: 950px; margin: 22px 0 0; padding: 18px 22px; background: var(--wash); border-right: 4px solid var(--red); border-radius: 12px; }.article-summary > span { display: block; margin-bottom: 6px; color: var(--red); font-size: .7rem; font-weight: 900; }.article-summary p { margin: 0; color: #555963; font-size: clamp(1rem,1.7vw,1.25rem); line-height: 1.95; }.article-byline { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 34px; margin-top: 28px; padding-block: 17px; border-block: 1px solid var(--line); }.author-avatar { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }.article-byline > div:not(.author-avatar),.article-byline time { display: grid; }.article-byline span { color: var(--muted); font-size: .64rem; }.article-byline strong { font-size: .78rem; }.article-hero { max-width: 1240px; margin: 35px auto; }.article-hero img { width: 100%; max-height: 760px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }.article-hero figcaption { padding: 8px 14px; color: var(--muted); font-size: .68rem; }.article-body-grid { display: grid; grid-template-columns: 72px minmax(0,760px) 210px; justify-content: center; gap: 42px; margin-top: 38px; }.share-rail { position: sticky; top: 180px; align-self: start; display: grid; justify-items: center; gap: 9px; }.share-rail > span { color: var(--muted); font-size: .66rem; }.share-rail a,.share-rail button { width: 42px; height: 42px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-weight: 900; }.share-rail a:hover,.share-rail button:hover { color: #fff; background: var(--red); border-color: var(--red); }.article-main { min-width: 0; }.article-content { color: #202127; font-size: 1.08rem; line-height: 2.16; }.article-content > p:first-child::first-letter { float: right; margin: 8px 0 0 9px; color: var(--red); font-size: 4.2rem; font-weight: 900; line-height: .74; }.article-content p { margin: 0 0 1.35em; }.article-content h2,.article-content h3 { margin: 1.8em 0 .7em; line-height: 1.55; }.article-content h2 { padding-right: 15px; border-right: 4px solid var(--red); font-size: 1.65rem; }.article-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }.article-content img { width: auto; height: auto; margin: 25px auto; border-radius: var(--radius-sm); }.article-content iframe,.article-content video { max-width: 100%; }.article-content blockquote { margin: 30px 0; padding: 23px 27px; background: var(--warm); border-right: 4px solid var(--sun); border-radius: 12px; font-size: 1.14rem; font-weight: 700; }.article-context { position: sticky; top: 180px; align-self: start; display: grid; gap: 13px; }.article-context > div,.article-context > a { display: grid; padding: 18px; background: var(--wash); border-radius: 14px; }.article-context span { color: var(--muted); font-size: .65rem; }.article-context strong { font-size: 1rem; }.article-context > div strong { color: var(--red); font-size: 2.2rem; line-height: 1.3; }.article-context small { color: var(--muted); }.tag-list { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 35px; padding-top: 20px; border-top: 1px solid var(--line); }.tag-list > span { width: 100%; color: var(--muted); font-size: .66rem; }.tag-list a { padding: 5px 12px; color: var(--red); background: #fff0f1; border-radius: 999px; font-size: .73rem; font-weight: 700; }.article-signoff { display: flex; align-items: center; gap: 13px; margin-top: 35px; padding: 20px; background: var(--ink); border-radius: 15px; color: #fff; }.signoff-mark { width: 46px; height: 46px; display: grid; place-items: center; background: var(--red); border-radius: 50%; font-size: 1.4rem; font-weight: 900; }.article-signoff strong,.article-signoff p { display: block; margin: 0; }.article-signoff p { color: var(--sun); font-size: .68rem; }.comments { margin-top: 55px; }.comments article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; margin-top: 13px; padding: 18px; background: var(--wash); border-radius: 13px; }.comment-avatar { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--ink-soft); border-radius: 50%; }.comments time { margin-right: 8px; color: var(--muted); font-size: .66rem; }.comments p { margin: 6px 0 0; }.related-section { padding-block: 70px 85px; background: var(--wash); }.related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }.related-grid article { padding-bottom: 15px; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }.related-image { display: block; aspect-ratio: 16/10; overflow: hidden; }.related-image img { width: 100%; height: 100%; object-fit: cover; }.related-grid time { display: block; padding: 14px 16px 0; }.related-grid h3 { margin: 4px 0 0; padding-inline: 16px; font-size: .94rem; line-height: 1.68; }
.static-page { max-width: 900px; margin-inline: auto; padding: clamp(25px,5vw,60px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }.static-page h1 { margin: 8px 0 25px; font-size: clamp(2rem,4vw,3.5rem); }

/* Footer */
.site-footer { position: relative; overflow: hidden; color: #e9e9eb; background: #101115; }.site-footer::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg,var(--red-dark),var(--red),var(--sun),var(--red)); }.footer-glow { position: absolute; top: -180px; right: 7%; width: 420px; height: 420px; background: radial-gradient(circle,rgba(215,25,32,.18),transparent 67%); }.footer-main { position: relative; display: grid; grid-template-columns: 1.35fr .7fr .7fr .85fr; gap: 55px; padding-block: 78px 62px; }.footer-identity img { width: 180px; height: 100px; object-fit: contain; filter: brightness(1.05); background: #fff; border-radius: 12px; }.footer-identity h2 { margin: 18px 0 4px; color: var(--sun); font-size: 1.3rem; }.footer-identity p,.footer-beacon p { color: rgba(255,255,255,.52); font-size: .78rem; }.footer-social { display:flex; flex-wrap:wrap; gap:7px; margin-top:18px; }.footer-social a { padding:6px 10px; color:#fff; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); border-radius:999px; font-size:.67rem; font-weight:800; }.footer-column h3 { margin: 0 0 15px; color: #fff; font-size: .9rem; }.footer-column a { display: block; margin: 8px 0; color: rgba(255,255,255,.58); font-size: .75rem; }.footer-column a:hover { color: var(--sun); }.footer-beacon { padding: 22px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; }.beacon-orbit { position: relative; width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 12px; border: 1px solid rgba(255,223,69,.35); border-radius: 50%; }.beacon-orbit i { width: 10px; height: 10px; background: var(--sun); border-radius: 50%; box-shadow: 0 0 16px var(--sun); }.footer-beacon strong { display: block; }.footer-beacon a { color: var(--sun); font-size: .72rem; font-weight: 800; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }.footer-bottom .shell { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }.footer-bottom p { margin: 0; color: rgba(255,255,255,.38); font-size: .65rem; }
.back-to-top { position: fixed; z-index: 90; left: 22px; bottom: 22px; width: 46px; height: 46px; transform: translateY(90px); opacity: 0; color: #fff; background: var(--red); border: 0; border-radius: 50%; box-shadow: 0 10px 30px rgba(215,25,32,.3); cursor: pointer; transition: .25s ease; }.back-to-top.visible { transform: none; opacity: 1; }

@keyframes livePulse { 70% { box-shadow: 0 0 0 7px rgba(255,56,66,0); } 100% { box-shadow: 0 0 0 0 rgba(255,56,66,0); } }
@keyframes tickerFlow { from { transform: translateX(-5%); } to { transform: translateX(100%); } }
@keyframes pulseRail { from { transform: translateX(0); } to { transform: translateX(50%); } }
@keyframes orbit { to { transform: rotate(360deg); } }

.footer-beacon > a { display:block; margin-top:6px; }

@media (max-width: 1120px) {
    .shell { width: min(100% - 32px,1320px); }
    .hero-stage { grid-template-columns: minmax(0,1.45fr) minmax(320px,.9fr); }
    .lead-copy h1 { font-size: clamp(1.9rem,3.7vw,3.5rem); }
    .editorial-grid { grid-template-columns: minmax(0,1fr) 315px; gap: 30px; }.latest-layout { grid-template-columns: 1fr; }.latest-feature { display: grid; grid-template-columns: 1fr 1fr; }.latest-feature-image { height: 100%; aspect-ratio: auto; }
    .category-grid { grid-template-columns: 1.2fr repeat(2,.8fr); }.category-card:last-child { display: none; }
    .article-body-grid { grid-template-columns: 55px minmax(0,720px); }.article-context { display: none; }
    .footer-main { grid-template-columns: 1.3fr .7fr .7fr; }.footer-beacon { grid-column: 1/-1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }.footer-beacon p { margin: 0; }
}

@media (max-width: 880px) {
    :root { --header-offset: 128px; }
    .top-signal { display: none; }.masthead { min-height: 82px; grid-template-columns: 48px 1fr 48px; gap: 10px; }.menu-button { display: grid; }.brand { justify-self: center; }.brand img { width: 152px; height: 70px; }.edition-mark { display: none; }
    .main-nav { position: fixed; z-index: 250; top: 0; right: 0; bottom: 0; width: min(360px,86vw); transform: translateX(105%); padding: 90px 20px 30px; background: var(--ink); transition: transform .3s cubic-bezier(.2,.8,.2,1); box-shadow: -20px 0 60px rgba(0,0,0,.35); }.menu-open .main-nav { transform: none; }.nav-inner { width: 100%; min-height: 0; display: grid; align-content: start; overflow: auto; }.nav-inner a,.nav-inner .home-link { width: 100%; min-height: 47px; display: flex; justify-content: flex-start; padding: 0 12px; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); }.admin-nav-link { margin: 15px 0 0; color: var(--sun); }.menu-backdrop { position: fixed; z-index: 220; inset: 0; background: rgba(0,0,0,.66); }
    .breaking-inner { height: 40px; }.breaking-label { font-size: .7rem; }
    .hero-stage { height: auto; min-height: 0; grid-template-columns: 1fr; }.lead-story { min-height: 62svh; border-radius: var(--radius); }.hero-side { height: 330px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; overflow-x: auto; scroll-snap-type: x mandatory; }.side-story,.side-story-wide { min-width: 330px; grid-column: auto; border-radius: 12px; scroll-snap-align: start; }.hero-signature { display: none; }
    .editorial-grid { grid-template-columns: 1fr; }.most-read { position: static; }.latest-layout { grid-template-columns: 1fr 1fr; }.latest-feature { display: block; }.latest-feature-image { aspect-ratio: 16/10; }.latest-list article { grid-template-columns: 105px 1fr; }.mini-image { height: 80px; }
    .category-grid { grid-template-columns: 1fr 1fr; }.category-card:last-child { display: block; }.category-card-lead { grid-column: 1/-1; display: grid; grid-template-columns: 1.25fr 1fr; }.category-card-lead .category-image { height: 100%; aspect-ratio: auto; }
    .listing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.story-card-featured { grid-column: 1/-1; }
    .article-body-grid { grid-template-columns: 1fr; }.share-rail { position: static; display: flex; justify-content: flex-start; }.share-rail > span { align-self: center; }.article-header h1 { font-size: clamp(2rem,7vw,3.6rem); }.related-grid { grid-template-columns: repeat(2,1fr); }
    .newsroom-cta { grid-template-columns: 90px 1fr; }.cta-flame { width: 82px; height: 82px; }.newsroom-cta > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
    .shell { width: min(100% - 20px,1320px); }.page-shell { padding-block: 28px 60px; }.section-space { margin-block: 55px; }
    .masthead { min-height: 76px; }.brand img { width: 132px; height: 64px; }.icon-button { width: 42px; height: 42px; }.breaking-label { padding-left: 9px; }.breaking-track { gap: 20px; }.breaking-track a { font-size: .7rem; }
    .home-hero { padding-top: 10px; }.lead-story { min-height: 64svh; }.lead-copy { right: 18px; bottom: 22px; width: calc(100% - 36px); }.lead-copy h1 { font-size: clamp(1.6rem,7.5vw,2.45rem); line-height: 1.35; }.lead-copy > p { display: none; }.lead-copy > div { gap: 8px 13px; }.lead-copy > div a { margin-right: 0; padding: 5px 12px; }.hero-side { height: 245px; margin-top: 2px; }.side-story,.side-story-wide { min-width: 82vw; }.side-copy h2 { font-size: 1rem; }
    .news-pulse { padding-block: 21px; }.pulse-card { width: 265px; grid-template-columns: 76px 1fr; }.pulse-card img { width: 76px; height: 62px; }
    .editorial-grid { gap: 28px; }.section-title { align-items: center; margin-bottom: 20px; }.section-title h2 { font-size: 1.55rem; }.section-title > a { font-size: .67rem; }.latest-layout { grid-template-columns: 1fr; }.latest-feature { display: grid; grid-template-columns: 120px 1fr; border-radius: 13px; }.latest-feature-image { height: 100%; aspect-ratio: auto; }.latest-feature > div { padding: 14px; }.latest-feature h3 { font-size: .96rem; }.latest-feature p { display: none; }.latest-list article { grid-template-columns: 96px 1fr; gap: 12px; }.latest-list h3 { font-size: .86rem; }.most-read { padding: 23px 18px; border-radius: 20px; }
    .category-showcase { padding-block: 48px; }.category-grid { grid-template-columns: 1fr; }.category-card-lead { display: block; grid-column: auto; }.category-card-lead .category-image { aspect-ratio: 16/10; }.category-card-lead h3 { font-size: 1.08rem; }.category-card { display: grid; grid-template-columns: 112px 1fr; }.category-card .category-image { height: 100%; aspect-ratio: auto; }.category-card > div { padding: 13px; }.category-card p { display: none; }.category-card h3 { font-size: .82rem; }.category-card:last-child { display: grid; }
    .newsroom-cta { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }.cta-flame { margin-inline: auto; }.newsroom-cta > a { grid-column: auto; justify-self: center; }.newsroom-cta h2 { font-size: 1.7rem; }
    .listing-header { padding: 25px 22px; }.listing-header h1 { font-size: 2.25rem; }.listing-grid { grid-template-columns: 1fr; gap: 17px; }.story-card-featured { grid-column: auto; display: block; }.story-card-featured .story-media { aspect-ratio: 16/10; }.story-card-featured .story-content { display: block; padding: 20px; }.story-card-featured h2 { font-size: 1.12rem; }
    .article-page { padding-top: 22px; }.article-header h1 { font-size: 2rem; line-height: 1.42; }.article-summary { margin-top: 17px; padding: 15px 17px; }.article-summary p { font-size: .96rem; }.article-byline { gap: 12px 18px; }.article-byline > div:last-child { display: none; }.article-hero { width: calc(100% + 20px); margin-right: -10px; }.article-hero img { border-radius: 0; max-height: 520px; }.article-body-grid { margin-top: 23px; }.article-content { font-size: 1rem; line-height: 2.05; }.article-content h2 { font-size: 1.35rem; }.share-rail a,.share-rail button { width: 38px; height: 38px; }.related-grid { grid-template-columns: 1fr; }.related-section { padding-block: 48px; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 20px; padding-block: 55px 45px; }.footer-identity { grid-column: 1/-1; }.footer-identity img { width: 145px; height: 82px; }.footer-beacon { grid-column: 1/-1; display: block; }.footer-bottom .shell { flex-direction: column; justify-content: center; gap: 2px; padding-block: 12px; text-align: center; }
    .search-panel-inner { align-items: start; padding-top: 25vh; }.search-panel label { font-size: 1.6rem; }.close-search { top: 22px; left: 0; }.back-to-top { left: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* 4.1 — cinematic home and complete brand mark */
.section-space { margin-block: 56px; }
.top-signal { display: none !important; }
.masthead { min-height: 92px; grid-template-columns: 54px minmax(0,1fr) 54px; gap: 18px; }
.masthead .menu-button { grid-column: 1; }
.masthead .brand { grid-column: 2; justify-self: center; width: auto; }
.masthead .search-button { grid-column: 3; }
.brand img { width: 150px; height: 88px; object-fit: contain; object-position: center; background: transparent; }
.brand-copy,.edition-mark { display: none !important; }

.home-hero { width: min(1480px,calc(100% - 28px)); margin: 14px auto 0; padding: 0; }
.hero-stage { position: relative; height: clamp(420px,calc(100svh - 197px),760px); min-height: 0; display: block; overflow: hidden; color: #fff; background: #0b0c10; border-radius: 30px; box-shadow: 0 30px 85px rgba(20,12,10,.2); isolation: isolate; }
.hero-slides,.hero-slide,.hero-media { position: absolute; inset: 0; }
.hero-slide { visibility: hidden; opacity: 0; transform: scale(1.025); transition: opacity .65s ease,transform 1.15s cubic-bezier(.2,.7,.2,1),visibility 0s linear .65s; }
.hero-slide.is-active { visibility: visible; opacity: 1; transform: scale(1); transition-delay: 0s; }
.hero-media { z-index: 0; display: block; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide.is-active .hero-media > img { animation: heroBreath 8s ease-out both; }
.hero-veil { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(4,5,7,.08) 0%,rgba(4,5,7,.2) 38%,rgba(4,5,7,.84) 100%),linear-gradient(180deg,rgba(4,5,7,.08),transparent 30%,rgba(4,5,7,.96) 100%); }
.hero-veil::after { position: absolute; inset: 0; content: ""; opacity: .38; background: radial-gradient(circle at 82% 55%,rgba(215,25,32,.3),transparent 34%),linear-gradient(115deg,transparent 55%,rgba(255,223,69,.08)); }
.hero-copy-wrap { position: absolute; z-index: 2; inset: 0; width: min(1320px,calc(100% - 92px)); display: flex; align-items: flex-end; margin-inline: auto; padding-bottom: 122px; pointer-events: none; }
.hero-copy { min-width: 0; width: min(900px,78%); pointer-events: auto; }
.hero-badge { margin-bottom: 12px; padding: 6px 14px; box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.hero-copy h1 { max-width: 930px; margin: 0; font-size: clamp(2.15rem,4.25vw,5.15rem); line-height: 1.22; overflow-wrap: break-word; font-weight: 900; letter-spacing: -.04em; text-wrap: balance; text-shadow: 0 5px 30px rgba(0,0,0,.35); }
.hero-copy h1 a:hover { color: var(--sun-soft); }
.hero-copy > p { max-width: 760px; margin: 13px 0 0; color: rgba(255,255,255,.77); font-size: clamp(.84rem,1.1vw,1.02rem); line-height: 1.9; }
.hero-slide.is-copy-tight .hero-copy > p { display: none; }
.hero-slide.is-copy-tight .hero-badge { margin-bottom: 8px; }
.hero-slide.is-copy-tight .hero-meta { margin-top: 10px; }
.hero-slide.is-copy-ultra-tight .hero-meta > span { display: none; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; margin-top: 16px; font-size: .76rem; }
.hero-meta time,.hero-meta > span { color: rgba(255,255,255,.6); }
.hero-meta > a { display: inline-flex; align-items: center; gap: 10px; margin-right: 8px; padding: 7px 16px; color: #111216; background: #fff; border-radius: 999px; font-weight: 900; transition: .2s ease; }
.hero-meta > a:hover { background: var(--sun); transform: translateY(-2px); }
.hero-meta > a b { color: var(--red); font-size: 1rem; }
.hero-chrome { position: absolute; z-index: 6; top: 25px; right: 29px; left: 29px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.hero-counter { display: flex; align-items: center; gap: 10px; padding: 8px 13px; background: rgba(10,11,14,.42); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; backdrop-filter: blur(14px); font-size: .72rem; }
.hero-counter b { color: var(--sun); font-size: 1rem; }.hero-counter i { width: 25px; height: 1px; background: rgba(255,255,255,.45); }.hero-counter span { color: rgba(255,255,255,.62); }
.hero-actions { display: flex; gap: 7px; pointer-events: auto; }
.hero-actions button { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(10,11,14,.42); border: 1px solid rgba(255,255,255,.19); border-radius: 50%; backdrop-filter: blur(14px); cursor: pointer; transition: .2s ease; font-weight: 900; }
.hero-actions button:hover { color: #111216; background: var(--sun); border-color: var(--sun); transform: translateY(-2px); }
.hero-actions .play-icon { display: none; font-size: .72rem; }.home-hero.is-paused .pause-icon { display: none; }.home-hero.is-paused .play-icon { display: inline; }
.hero-nav { position: absolute; z-index: 5; right: 29px; bottom: 24px; left: 29px; display: grid; grid-template-columns: repeat(var(--hero-count,5),minmax(0,1fr)); gap: 8px; }
.hero-nav button { position: relative; min-width: 0; height: 72px; display: grid; grid-template-columns: 31px minmax(0,1fr); align-items: center; gap: 8px; overflow: hidden; padding: 9px 12px 13px; color: rgba(255,255,255,.62); text-align: right; background: rgba(8,9,12,.45); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; backdrop-filter: blur(13px); cursor: pointer; transition: background .25s ease,border-color .25s ease,color .25s ease; }
.hero-nav button:hover,.hero-nav button.is-active { color: #fff; background: rgba(8,9,12,.74); border-color: rgba(255,255,255,.3); }
.hero-nav button > span { color: var(--sun); font-size: .66rem; font-weight: 900; }
.hero-nav button strong { min-width: 0; display: -webkit-box; overflow: hidden; font-size: .69rem; line-height: 1.55; font-weight: 800; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.hero-nav button > i { position: absolute; right: 10px; bottom: 7px; left: 10px; height: 2px; overflow: hidden; background: rgba(255,255,255,.15); border-radius: 3px; }
.hero-nav button > i::after { width: 0; height: 100%; display: block; content: ""; background: linear-gradient(90deg,var(--red),var(--sun)); }
.hero-nav button.is-active > i::after { animation: heroProgress 7s linear forwards; }
.home-hero.is-paused .hero-nav button.is-active > i::after { animation-play-state: paused; }

.brand-image-fallback { width: 100%; height: 100%; display: grid; place-items: center; padding: 9%; background: radial-gradient(circle at 50% 30%,#fff7c4,#fff 42%,#f5eee7 100%); }
.brand-image-fallback img { width: min(68%,430px) !important; height: auto !important; object-fit: contain !important; }
.pulse-logo { width: 92px; height: 68px; display: grid; place-items: center; padding: 8px; background: #fff; border-radius: 9px; }.pulse-logo img { width: 100%; height: 100%; object-fit: contain; }
.news-pulse { padding-block: 21px 25px; }
.pulse-heading { margin-bottom: 13px; }
.pulse-card { min-height: 80px; }
.editorial-grid { grid-template-columns: minmax(0,1fr) 340px; gap: 36px; }.editorial-grid.without-sidebar { grid-template-columns: 1fr; }
.latest-layout { grid-template-columns: minmax(320px,.92fr) minmax(0,1.08fr); gap: 23px; }
.mini-fallback { padding: 10px; background: #fff6e7; }.mini-fallback img { width: 100%; height: 100%; object-fit: contain; }
.category-showcase { padding-block: 56px; }
.newsroom-cta { min-height: 205px; grid-template-columns: 145px 1fr auto; gap: 30px; padding: 32px 44px; }
.cta-logo { position: relative; z-index: 2; width: 132px; height: 118px; display: grid; place-items: center; padding: 10px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.3); border-radius: 22px; box-shadow: 0 18px 45px rgba(70,0,5,.22); }.cta-logo img { width: 100%; height: 100%; object-fit: contain; }
.empty-state { min-height: 360px; }.empty-logo { position: relative; z-index: 1; width: 175px; height: 108px; object-fit: contain; }
.article-signoff .signoff-logo { width: 58px; height: 48px; display: grid; place-items: center; padding: 4px; background: #fff; border-radius: 10px; }.signoff-logo img { width: 100%; height: 100%; object-fit: contain; }
.footer-identity img { width: 160px; height: 100px; padding: 0; object-fit: contain; background: transparent; border-radius: 0; }

@keyframes heroBreath { from { transform: scale(1.035); } to { transform: scale(1); } }
@keyframes heroProgress { from { width: 0; } to { width: 100%; } }

/* Short laptop windows need the same complete first-screen hero without
   clipping a three-line headline. JavaScript refines this per headline. */
@media (min-width: 881px) and (max-height: 720px) {
    .hero-copy-wrap { padding-bottom: 103px; }
    .hero-copy { width: min(960px,84%); }
    .hero-copy h1 { font-size: clamp(1.8rem,3.35vw,3.65rem); line-height: 1.2; }
    .hero-copy > p { display: none; }
    .hero-meta { margin-top: 10px; }
    .hero-nav { bottom: 14px; }
    .hero-nav button { height: 62px; }
}

@media (max-width: 1120px) {
    .hero-copy-wrap { width: calc(100% - 62px); }
    .hero-copy { width: 84%; }
    .hero-nav button strong { font-size: .63rem; }
    .editorial-grid { grid-template-columns: minmax(0,1fr) 310px; gap: 27px; }
    .latest-layout { grid-template-columns: 1fr; }
}

@media (max-width: 880px) {
    .masthead { min-height: 82px; grid-template-columns: 48px minmax(0,1fr) 48px; gap: 8px; }
    .masthead .menu-button { display: grid; }
    .brand img { width: 124px; height: 76px; }
    .home-hero { width: calc(100% - 18px); margin-top: 9px; }
    .hero-stage { height: clamp(510px,calc(100svh - 131px),760px); border-radius: 22px; }
    .hero-copy-wrap { width: calc(100% - 46px); padding-bottom: 79px; }
    .hero-copy { width: 92%; }
    .hero-copy h1 { font-size: clamp(2rem,6.7vw,3.7rem); line-height: 1.28; }
    .hero-copy > p { max-width: 650px; }
    .hero-nav { right: 21px; bottom: 17px; left: 21px; grid-template-columns: repeat(var(--hero-count,5),1fr); gap: 7px; }
    .hero-nav button { height: 36px; display: block; padding: 0; border-radius: 9px; }
    .hero-nav button > span,.hero-nav button strong { display: none; }
    .hero-nav button > i { right: 7px; bottom: 6px; left: 7px; }
    .hero-chrome { top: 19px; right: 20px; left: 20px; }
    .editorial-grid { grid-template-columns: 1fr; }.latest-layout { grid-template-columns: 1fr 1fr; }
    .newsroom-cta { grid-template-columns: 115px 1fr; }.cta-logo { width: 105px; height: 98px; }.newsroom-cta > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
    .section-space { margin-block: 40px; }
    .masthead { min-height: 78px; }.brand img { width: 112px; height: 72px; }
    .home-hero { width: calc(100% - 12px); margin-top: 6px; }
    .hero-stage { height: clamp(500px,calc(100svh - 124px),720px); border-radius: 18px; }
    .hero-copy-wrap { width: calc(100% - 30px); align-items: flex-end; padding-bottom: 67px; }
    .hero-copy { width: 100%; }
    .hero-copy h1 { font-size: clamp(1.65rem,7.4vw,2.65rem); line-height: 1.34; }
    .hero-copy > p { display: none; }
    .hero-badge { margin-bottom: 9px; padding: 4px 10px; font-size: .64rem; }
    .hero-meta { gap: 7px 12px; margin-top: 12px; font-size: .66rem; }.hero-meta > span { display: none; }.hero-meta > a { margin-right: 0; padding: 5px 12px; }
    .hero-chrome { top: 14px; right: 14px; left: 14px; }.hero-counter { padding: 6px 10px; }.hero-actions button { width: 36px; height: 36px; }.hero-actions button[data-hero-toggle] { display: none; }
    .hero-nav { right: 14px; bottom: 13px; left: 14px; gap: 5px; }.hero-nav button { height: 28px; border-radius: 7px; }.hero-nav button > i { right: 5px; bottom: 5px; left: 5px; }
    .news-pulse { padding-block: 17px 19px; }.pulse-heading { margin-bottom: 10px; }.pulse-heading p { display: none; }.pulse-card { width: 258px; min-height: 74px; }
    .latest-layout { grid-template-columns: 1fr; }.latest-feature { grid-template-columns: 118px 1fr; }.latest-list article { padding-block: 11px; }
    .category-showcase { padding-block: 43px; }
    .newsroom-cta { grid-template-columns: 1fr; min-height: 0; padding: 27px 22px; gap: 14px; }.cta-logo { width: 112px; height: 94px; margin-inline: auto; }.newsroom-cta > a { grid-column: auto; justify-self: center; }
    .empty-state { min-height: 310px; }.empty-logo { width: 145px; height: 92px; }
    .footer-identity img { width: 145px; height: 92px; }
}
