:root {
  --ink: #101318;
  --ink-soft: #20252c;
  --paper: #f3f1ed;
  --surface: #ffffff;
  --surface-soft: #f7f7f6;
  --red: #c81724;
  --red-dark: #95101a;
  --gold: #b58a3d;
  --muted: #626974;
  --line: #dfe1e4;
  --soft-line: #ebedef;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Arial, Helvetica, system-ui, -apple-system, sans-serif;
  --shadow: 0 18px 55px rgba(15, 20, 27, .12);
  --shadow-soft: 0 8px 28px rgba(15, 20, 27, .07);
  --radius: 8px;
  --wrap: min(1380px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease; }
a:hover { color: var(--red); }
h1, h2, h3, h4 { margin: 0; font-family: var(--sans); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
p { margin: 0 0 1.35em; }
.wrap { width: var(--wrap); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { 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:focus { position: fixed; left: 1rem; top: 1rem; z-index: 10000; background: var(--surface); padding: .75rem 1rem; box-shadow: var(--shadow); }
.status-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(200, 23, 36, .14); }

/* Header */
.site-header { background: var(--surface); }
.utility-bar { background: var(--ink); color: #cfd3d8; font-size: .7rem; letter-spacing: .035em; text-transform: uppercase; }
.utility-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.utility-bar__edition { display: flex; align-items: center; gap: .75rem; }
.utility-bar__edition strong { color: #fff; }
.utility-bar ul { list-style: none; display: flex; align-items: center; gap: 1.2rem; padding: 0; margin: 0; }
.utility-bar a:hover { color: #fff; }
.masthead { min-height: 104px; display: grid; grid-template-columns: minmax(280px, 430px) 1fr auto; align-items: center; gap: 2rem; }
.brand { min-width: 0; }
.brand .custom-logo-link, .brand > a { display: block; }
.brand img { width: auto; max-width: 100%; max-height: 72px; }
.masthead__claim { justify-self: center; display: flex; flex-direction: column; padding-left: 1.5rem; border-left: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.45; }
.masthead__claim strong { color: var(--ink); font-size: .82rem; letter-spacing: .045em; text-transform: uppercase; }
.masthead__actions { display: flex; align-items: center; gap: .55rem; }
.latest-button { min-height: 42px; display: inline-flex; align-items: center; gap: .65rem; padding: 0 1rem; border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.latest-button:hover { color: var(--red); border-color: var(--red); }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; display: grid; place-items: center; color: var(--ink); }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.icon-button:hover { color: var(--red); border-color: var(--red); }
.nav-toggle { display: none; align-content: center; gap: 4px; padding: 10px; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; width: 19px; background: currentColor; }
.primary-nav { position: sticky; top: 0; z-index: 100; background: var(--surface); border-block: 1px solid var(--line); box-shadow: 0 3px 12px rgba(10, 14, 20, .04); }
.admin-bar .primary-nav { top: 32px; }
.primary-nav__inner { overflow: visible; }
.primary-nav ul { display: flex; align-items: stretch; justify-content: flex-start; gap: .1rem; list-style: none; padding: 0; margin: 0; }
.primary-nav li { position: relative; }
.primary-nav a { display: flex; min-height: 48px; align-items: center; padding: .25rem .82rem; border-bottom: 3px solid transparent; font-size: .74rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current-menu-ancestor > a { color: var(--red); border-bottom-color: var(--red); }
.primary-nav .sub-menu { display: none; position: absolute; left: 0; z-index: 10; min-width: 250px; padding: .45rem; background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--red); box-shadow: var(--shadow); }
.primary-nav li:hover > .sub-menu, .primary-nav li:focus-within > .sub-menu { display: block; }
.primary-nav .sub-menu a { min-height: 40px; border: 0; border-radius: 4px; text-transform: none; letter-spacing: 0; }
.primary-nav .sub-menu a:hover { background: var(--surface-soft); }
.site-search { padding: 1.4rem 0; border-bottom: 1px solid var(--line); background: var(--surface-soft); }
.site-search .wrap { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 1.5rem; }
.site-search__label { font-size: .75rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.search-form { display: flex; gap: .5rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: .7rem 1rem; border: 1px solid #cfd3d7; border-radius: 4px; background: var(--surface); font: inherit; }
.search-form button, .button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem 1.25rem; border: 0; border-radius: 4px; background: var(--red); color: #fff; font: 800 .73rem/1 var(--sans); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.search-form button:hover, .button:hover { background: var(--red-dark); color: #fff; }
.hot-strip { border-bottom: 1px solid var(--line); background: #fafafa; }
.hot-strip__inner { min-height: 39px; display: flex; align-items: center; gap: 1rem; overflow: hidden; }
.hot-strip__inner > strong { align-self: stretch; display: flex; align-items: center; flex: 0 0 auto; padding-right: 1rem; border-right: 1px solid var(--line); color: var(--red); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.hot-strip__items { display: flex; min-width: 0; gap: 1.65rem; overflow: hidden; white-space: nowrap; font-size: .76rem; font-weight: 650; }
.hot-strip__items a { position: relative; max-width: 340px; overflow: hidden; text-overflow: ellipsis; }
.hot-strip__items a + a::before { content: ""; position: absolute; left: -.85rem; top: .45em; width: 3px; height: 3px; border-radius: 50%; background: #a5abb2; }

/* Shared editorial components */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.25rem; padding-top: .8rem; border-top: 4px solid var(--ink); }
.section-heading h1, .section-heading h2 { font-size: clamp(1.65rem, 2.5vw, 2.35rem); }
.section-heading > a, .section-heading > span, .section-heading > div + a { color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.section-heading > a:hover, .section-heading > div + a:hover { color: var(--red); }
.section-kicker { display: block; margin-bottom: .25rem; color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.section-heading--portal { margin-top: 2rem; }
.section-heading--portal h1 { font-size: clamp(1.85rem, 3vw, 2.85rem); }
.section-heading--compact { margin-bottom: 1rem; padding-top: .6rem; border-top-width: 3px; }
.section-heading--compact h2 { font-size: 1.65rem; }
.section-heading--inverse { color: #fff; border-color: #fff; }
.section-heading--inverse > a, .section-heading--inverse > div + a { color: #c5cad1; }
.story-label, .eyebrow { display: inline-flex; align-items: center; width: fit-content; margin-bottom: .55rem; color: var(--red); font-size: .66rem; line-height: 1.2; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
.story-label--light { padding: .35rem .5rem; border-radius: 3px; background: var(--red); color: #fff; }
.story-label--light:hover { color: #fff; background: var(--red-dark); }
.story-label--sponsored { padding: .38rem .52rem; background: #f1e5c9; color: #604718; }
.story-card { min-width: 0; }
.story-card__media { display: block; position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: var(--radius); background: #e6e8ea; }
.story-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.story-card:hover .story-card__media img { transform: scale(1.035); }
.story-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(145deg, #e7e8e8, #ced1d4); }
.generated-cover { position: relative; isolation: isolate; width: 100%; height: 100%; min-height: 180px; overflow: hidden; background: linear-gradient(var(--cover-angle), var(--cover-dark) 0%, #0d1015 72%); color: #fff; }
.generated-cover::before { content: ""; position: absolute; z-index: -2; left: calc(var(--cover-x) - 31%); top: calc(var(--cover-y) - 48%); width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 38%, var(--cover-light), var(--cover-accent) 36%, transparent 70%); opacity: .88; filter: saturate(.9); }
.generated-cover::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(110deg, transparent 0 42%, rgba(255,255,255,.09) 42.2% 42.7%, transparent 43% 100%), linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.34)); }
.generated-cover__grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.generated-cover__orb { position: absolute; right: -9%; top: 8%; width: 44%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.035), 0 0 0 54px rgba(255,255,255,.025); }
.generated-cover__symbol { position: absolute; right: 4%; bottom: -14%; color: rgba(255,255,255,.1); font: 900 clamp(7rem, 18vw, 17rem)/1 var(--sans); letter-spacing: -.09em; }
.generated-cover__edition { position: absolute; right: 4%; top: 5%; color: rgba(255,255,255,.64); font-size: clamp(.42rem, .7vw, .62rem); font-weight: 800; letter-spacing: .12em; }
.generated-cover__content { position: absolute; left: clamp(.75rem, 4%, 1.8rem); right: clamp(.75rem, 7%, 2.2rem); bottom: clamp(.8rem, 7%, 1.8rem); display: flex; flex-direction: column; align-items: flex-start; }
.generated-cover__brand { margin-bottom: .48rem; padding-bottom: .24rem; border-bottom: 2px solid var(--cover-accent); font: 800 clamp(.48rem, .8vw, .68rem)/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.generated-cover__category { margin-bottom: .42rem; color: var(--cover-light); font-size: clamp(.5rem, .75vw, .66rem); font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.generated-cover__title { max-width: 82%; font: 800 clamp(.9rem, 2vw, 1.7rem)/1.08 var(--sans); letter-spacing: -.025em; text-wrap: balance; }
.generated-cover--pattern-2::before { left: auto; right: calc(var(--cover-x) - 55%); top: calc(var(--cover-y) - 58%); border-radius: 8%; transform: rotate(var(--cover-angle)); }
.generated-cover--pattern-2 .generated-cover__orb { left: -13%; right: auto; top: 18%; border-radius: 8%; transform: rotate(18deg); }
.generated-cover--pattern-3::before { left: calc(var(--cover-x) - 48%); top: auto; bottom: calc(var(--cover-y) - 68%); width: 92%; border-radius: 48% 52% 15% 85%; }
.generated-cover--pattern-3 .generated-cover__grid { background-size: 24px 24px; transform: rotate(8deg) scale(1.2); }
.generated-cover--pattern-4::before { left: var(--cover-x); top: -24%; width: 34%; border-radius: 3px; transform: rotate(var(--cover-angle)) scaleY(2.1); }
.generated-cover--pattern-4 .generated-cover__orb { right: 12%; top: 16%; width: 28%; }
.generated-cover--pattern-5::before { left: -12%; top: var(--cover-y); width: 86%; border-radius: 0; transform: skewX(-24deg); }
.generated-cover--pattern-5::after { background: repeating-linear-gradient(125deg, transparent 0 32px, rgba(255,255,255,.08) 33px 34px), linear-gradient(180deg, transparent, rgba(0,0,0,.42)); }
.generated-cover--pattern-6::before { left: calc(var(--cover-x) - 36%); top: calc(var(--cover-y) - 36%); width: 64%; border-radius: 50% 12% 50% 12%; transform: rotate(var(--cover-angle)); }
.generated-cover--pattern-6 .generated-cover__orb { border-style: dashed; transform: rotate(-12deg); }
.story-card__body { padding-top: .78rem; }
.story-card__title { font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.16; }
.story-card__excerpt { margin: .65rem 0 .75rem; color: #525963; font-size: .88rem; line-height: 1.5; }
.story-card__meta { margin-top: .62rem; color: var(--muted); font-size: .66rem; letter-spacing: .025em; text-transform: uppercase; }
.story-grid { display: grid; gap: 1.7rem 1.15rem; }
.story-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-card--compact { display: grid; grid-template-columns: 122px minmax(0, 1fr); gap: .85rem; padding-bottom: .85rem; border-bottom: 1px solid var(--soft-line); }
.story-card--compact .story-card__media { aspect-ratio: 4 / 3; border-radius: 5px; }
.story-card--compact .generated-cover { min-height: 0; }
.story-card--compact .generated-cover__content, .story-card--compact .generated-cover__edition, .story-card--compact .generated-cover__grid { display: none; }
.story-card--compact .generated-cover__symbol { right: 8%; bottom: -12%; font-size: 4rem; }
.story-card--compact .story-card__body { padding: 0; }
.story-card--compact .story-card__title { font-size: .98rem; line-height: 1.18; }
.story-card--compact .story-label { margin-bottom: .28rem; }
.story-card--compact .story-card__meta { margin-top: .4rem; font-size: .61rem; }
.story-card--featured .story-card__title { font-size: clamp(1.35rem, 2.1vw, 1.85rem); }
.editorial-section { padding-block: 3.4rem 1rem; }

/* Homepage opening */
.homepage-hero { padding-bottom: 1rem; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 3.2fr) minmax(280px, 1fr); gap: 1.3rem; }
.top-stories { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); gap: 1.1rem; min-width: 0; }
.hero-lead { position: relative; min-height: 590px; overflow: hidden; border-radius: 10px; background: var(--ink); color: #fff; }
.hero-lead__media, .hero-lead__media::after { position: absolute; inset: 0; }
.hero-lead__media::after { content: ""; background: linear-gradient(180deg, rgba(9, 12, 16, .02) 25%, rgba(9, 12, 16, .94) 100%); }
.hero-lead__media img { width: 100%; height: 100%; object-fit: cover; }
.hero-lead .generated-cover { min-height: 100%; }
.hero-lead .generated-cover__content { display: none; }
.hero-lead .generated-cover__symbol { font-size: clamp(12rem, 25vw, 24rem); }
.hero-lead__body { position: absolute; z-index: 2; left: clamp(1.2rem, 2.4vw, 2.2rem); right: clamp(1.2rem, 2.4vw, 2.2rem); bottom: 1.7rem; }
.hero-lead h2 { max-width: 850px; font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: 1.02; text-shadow: 0 2px 16px rgba(0, 0, 0, .32); }
.hero-lead p { max-width: 700px; margin: .85rem 0 .5rem; color: #e3e6e9; font-size: .92rem; }
.hero-lead .story-card__meta { color: #d1d6dc; }
.hero-secondary { display: grid; align-content: start; gap: .82rem; }
.hero-secondary .story-card--compact { grid-template-columns: 112px minmax(0, 1fr); }
.hero-secondary .story-card__title { font-size: .94rem; }
.latest-panel { min-width: 0; padding: 1.05rem 1.05rem .75rem; border-radius: 10px; background: var(--surface-soft); border: 1px solid var(--line); }
.latest-panel__header { display: flex; align-items: center; gap: .7rem; padding-bottom: .75rem; border-bottom: 3px solid var(--ink); }
.latest-panel__header h2 { font-size: 1.28rem; }
.latest-item { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: .6rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .83rem; font-weight: 750; line-height: 1.3; }
.latest-item time { color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .02em; }
.latest-panel__more { display: block; padding-top: .85rem; color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }

/* Homepage sections */
.topic-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; padding-top: 3.2rem; }
.portal-column { min-width: 0; }
.portal-column__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1rem; margin-top: 1rem; }
.portal-column__list .story-card--compact { grid-template-columns: 94px minmax(0, 1fr); }
.portal-column__list .story-card__title { font-size: .88rem; }
.analysis-band { margin-top: 4rem; padding: 3.5rem 0 4rem; background: linear-gradient(135deg, #101318, #20262d); }
.story-grid--inverse { color: #fff; }
.story-grid--inverse .story-card__excerpt, .story-grid--inverse .story-card__meta { color: #bdc3ca; }
.story-grid--inverse .story-card__media { background: #30363e; }
.topic-columns--secondary { padding-bottom: 3rem; }
.values-band { margin-top: 1rem; padding: 3.5rem 0 4rem; background: var(--paper); }
.values-band__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.values-band .editorial-section { width: auto; padding: 0; }
.values-band .story-grid--four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.values-band .story-card__title { font-size: 1.05rem; }
.partner-band { margin-block: 4rem 1rem; padding: clamp(1.6rem, 3vw, 2.5rem); border: 1px solid #e4d5b4; border-left: 6px solid var(--gold); border-radius: var(--radius); background: #faf6ed; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.partner-band h2 { margin-bottom: .5rem; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.partner-band p { max-width: 760px; margin: 0; color: var(--muted); }
.newsletter-band { margin-top: 4rem; color: #fff; background: var(--red); }
.newsletter-band__inner { min-height: 260px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.newsletter-band .eyebrow { color: #ffd9dc; }
.newsletter-band h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.newsletter-band p { margin: .75rem 0 0; color: #ffe9eb; }
.newsletter-placeholder { padding: 1.3rem; border: 1px dashed rgba(255,255,255,.65); border-radius: 5px; color: #fff; font-size: .86rem; }

/* Advertising */
.ad-slot { display: grid; place-items: center; min-height: 100px; margin-block: 1.5rem; padding: 1rem; border: 1px dashed #bfc3c7; background: #f6f7f7; color: var(--muted); text-align: center; }
.ad-slot::before { content: "Reklama"; display: block; margin-bottom: .4rem; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.ad-slot--sidebar { min-height: 300px; margin-top: 1.5rem; }
.ad-slot--inline { min-height: 250px; margin-block: 2.5rem; }
.ad-popup { position: fixed; z-index: 1000; right: 1.5rem; bottom: 1.5rem; width: min(480px, calc(100vw - 3rem)); max-height: min(70vh, 620px); overflow: auto; padding: 1.25rem; border-top: 5px solid var(--red); background: var(--surface); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.ad-popup__close { position: absolute; right: .6rem; top: .55rem; width: 44px; height: 44px; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.ad-popup__label { color: var(--muted); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }

/* Article, archives and pages */
.single-layout { display: grid; grid-template-columns: minmax(0, 900px) minmax(270px, 340px); justify-content: space-between; gap: 4rem; padding-block: 2.4rem 5rem; }
.page-layout { max-width: 1040px; padding-block: 3rem 5rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.6rem; color: var(--muted); font-size: .7rem; }
.breadcrumbs a:hover { color: var(--red); }
.article--page .article-header { max-width: 860px; }
.article-header h1 { max-width: 980px; font-size: clamp(2.35rem, 4.6vw, 4.65rem); letter-spacing: -.045em; }
.article-lead { margin: 1.25rem 0 1rem; color: #454c55; font-family: var(--serif); font-size: clamp(1.16rem, 1.8vw, 1.5rem); line-height: 1.48; }
.post-meta { display: flex; flex-wrap: wrap; gap: .45rem 1.1rem; color: var(--muted); font-size: .69rem; letter-spacing: .04em; text-transform: uppercase; }
.article-hero { margin: 1.8rem 0 0; overflow: hidden; border-radius: var(--radius); }
.article-hero img { width: 100%; }
.article-hero .generated-cover { min-height: 480px; aspect-ratio: 16 / 9; }
.article-hero .generated-cover__title { max-width: 72%; font-size: clamp(1.8rem, 4vw, 3.6rem); }
.article-hero figcaption { padding-top: .5rem; color: var(--muted); font-size: .7rem; }
.article-body { padding-top: 2rem; font-family: var(--serif); font-size: clamp(1.06rem, 1.45vw, 1.2rem); line-height: 1.78; }
.article-body > * { max-width: 760px; margin-inline: auto; }
.article-body h2 { margin-top: 2.1em; margin-bottom: .65em; font-family: var(--sans); font-size: clamp(1.65rem, 2.8vw, 2.45rem); }
.article-body h3 { margin-top: 1.8em; margin-bottom: .6em; font-family: var(--sans); font-size: 1.45rem; }
.article-body a { color: var(--red-dark); text-decoration: underline; text-underline-offset: .14em; }
.article-body blockquote { padding: .2rem 0 .2rem 1.35rem; border-left: 4px solid var(--red); font-size: 1.16em; font-style: italic; }
.article-body figure { max-width: 100%; }
.article-footer { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.tag-list, .share-row { display: flex; flex-wrap: wrap; gap: .55rem .8rem; align-items: center; margin-bottom: 1rem; font-size: .76rem; }
.tag-list > span, .share-row > span { font-weight: 850; text-transform: uppercase; }
.tag-list a { padding: .28rem .5rem; border-radius: 3px; background: var(--paper); }
.share-row a { color: var(--red); font-weight: 750; }
.article-sidebar { padding-top: 8rem; }
.sidebar-box { position: sticky; top: 84px; padding-top: 1rem; border-top: 4px solid var(--ink); }
.admin-bar .sidebar-box { top: 116px; }
.sidebar-box > h2 { margin-bottom: 1.2rem; font-size: 1.6rem; }
.sidebar-box .story-card--compact { grid-template-columns: 1fr; }
.sidebar-box .story-card__media { display: none; }
.archive-layout { padding-block: 2.8rem 5rem; }
.archive-header { margin-bottom: 2rem; padding: 1.4rem 0 1.2rem; border-top: 4px solid var(--ink); border-bottom: 1px solid var(--line); }
.archive-header .eyebrow { margin-bottom: .35rem; }
.archive-header h1 { font-size: clamp(2.3rem, 4vw, 4rem); }
.archive-description { max-width: 760px; margin-top: .8rem; color: var(--muted); }
.archive-layout > .story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.navigation.pagination { margin-top: 3rem; }
.nav-links { display: flex; gap: .45rem; flex-wrap: wrap; }
.page-numbers { display: grid; place-items: center; min-width: 42px; min-height: 42px; padding: .25rem .7rem; border: 1px solid var(--line); border-radius: 4px; }
.page-numbers.current { color: #fff; border-color: var(--ink); background: var(--ink); }
.not-found { min-height: 60vh; padding-block: 6rem; }
.not-found h1 { margin-bottom: 1rem; font-size: clamp(3rem, 7vw, 6rem); }
.not-found .search-form { max-width: 720px; margin: 2rem 0; }

/* Footer */
.site-footer { padding: 4rem 0 1.2rem; background: #0c0f13; color: #c8cdd3; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand img { max-width: 330px; }
.footer-brand p { max-width: 520px; margin-top: 1rem; color: #969da6; }
.site-footer .widget-title { margin-bottom: 1rem; color: #fff; font-size: 1.1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .45rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #2e343c; font-size: .68rem; }

@media (max-width: 1180px) {
  :root { --wrap: min(100% - 36px, 1080px); }
  .masthead { grid-template-columns: minmax(260px, 370px) 1fr auto; }
  .masthead__claim { display: none; }
  .primary-nav a { padding-inline: .55rem; font-size: .68rem; }
  .hero-layout { grid-template-columns: 1fr; }
  .latest-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.2rem; }
  .latest-panel__header, .latest-panel__more { grid-column: 1 / -1; }
  .story-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .single-layout { grid-template-columns: minmax(0, 1fr); }
  .article-sidebar { padding-top: 0; }
  .sidebar-box { position: static; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .sidebar-box > .eyebrow, .sidebar-box > h2 { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 880px) {
  .top-stories { grid-template-columns: 1fr; }
  .hero-lead { min-height: 560px; }
  .hero-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-columns, .values-band__grid { grid-template-columns: 1fr; }
  .values-band .story-grid--four { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --wrap: calc(100% - 28px); }
  .admin-bar .primary-nav { top: 46px; }
  .utility-bar__inner { min-height: 29px; justify-content: center; text-align: center; }
  .utility-bar__edition span:last-child, .utility-bar nav, .utility-bar ul { display: none; }
  .masthead { min-height: 78px; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; }
  .brand { max-width: 290px; }
  .brand img { max-height: 54px; }
  .latest-button { display: none; }
  .nav-toggle { display: grid; }
  .primary-nav { display: none; position: absolute; left: 0; right: 0; z-index: 200; max-height: calc(100vh - 110px); overflow: auto; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; padding-block: .45rem; }
  .primary-nav a { min-height: 44px; padding-inline: 1rem; border: 0; font-size: .78rem; }
  .primary-nav .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 1rem; border: 0; box-shadow: none; }
  .site-search .wrap { grid-template-columns: 1fr; gap: .6rem; }
  .hot-strip__inner { gap: .7rem; }
  .hot-strip__items { gap: 1rem; }
  .hot-strip__items a { max-width: 260px; }
  .hot-strip__items a:not(:first-child) { display: none; }
  .section-heading { align-items: flex-end; }
  .section-heading > a, .section-heading > div + a { max-width: 125px; text-align: right; }
  .hero-lead { min-height: 510px; }
  .hero-lead h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  .hero-lead p { display: none; }
  .hero-secondary { grid-template-columns: 1fr; }
  .hero-secondary .story-card--compact { grid-template-columns: 105px minmax(0, 1fr); }
  .latest-panel { display: block; }
  .portal-column__list { grid-template-columns: 1fr; }
  .portal-column__list .story-card--compact { grid-template-columns: 108px minmax(0, 1fr); }
  .story-grid--three, .story-grid--four, .archive-layout > .story-grid--three, .values-band .story-grid--four { grid-template-columns: 1fr; }
  .story-card--compact { grid-template-columns: 108px minmax(0, 1fr); }
  .editorial-section { padding-top: 2.5rem; }
  .analysis-band { margin-top: 3rem; padding-block: 2.7rem; }
  .partner-band { flex-direction: column; align-items: flex-start; }
  .newsletter-band__inner { grid-template-columns: 1fr; gap: 1.4rem; padding-block: 2.7rem; }
  .article-header h1 { font-size: clamp(2.15rem, 10vw, 3.55rem); }
  .single-layout { padding-top: 2rem; }
  .article-body { font-size: 1.06rem; }
  .article-hero .generated-cover { min-height: 260px; }
  .sidebar-box { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; }
  .ad-popup { left: 0; right: 0; bottom: 0; width: 100%; max-height: 26vh; border-top-width: 4px; }
}

@media (max-width: 420px) {
  .brand { max-width: 225px; }
  .hero-lead { min-height: 460px; }
  .search-form { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
