:root {
  --color-primary: #345da7;
  --color-primary-dark: #15458e;
  --color-secondary: #e6302c;
  --color-secondary-dark: #bb0512;
  --color-surface: #f9f9f9;
  --color-surface-low: #f3f3f3;
  --color-surface-high: #e8e8e8;
  --color-white: #ffffff;
  --color-ink: #000000;
  --color-body: #1a1c1c;
  --color-muted: #434751;
  --color-border: #e0e0e0;
  --shadow-panel: 0 8px 24px rgba(15, 23, 42, .06);
  --shadow-nav: 0 8px 20px rgba(15, 23, 42, .18);
  --site-icon-url: none;
  --fallback-icon-opacity: .16;
  --font-headline: "Mukta", sans-serif;
  --font-body: "Mukta", sans-serif;
  --font-label: "Khand", sans-serif;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-section: 48px;
  --container: 1280px;
  --gutter: 24px;
  --transition: 180ms ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-surface); color: var(--color-body); font-family: var(--font-body); font-size: 16px; line-height: 1.5; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--color-primary); }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--color-secondary); outline-offset: 3px; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: var(--space-md); left: var(--space-md); padding: 12px 16px; background: var(--color-white); color: var(--color-primary-dark); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.site-header { background: var(--color-white); border-bottom: 1px solid var(--color-border); }
.site-header__masthead { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: var(--space-lg); padding-block: var(--space-md); }
.site-header__masthead-brand { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.site-header__masthead-brand .custom-logo-link { display: block; }
.site-header__masthead-brand .custom-logo { width: auto; max-width: min(360px, 70vw); height: auto; max-height: 72px; object-fit: contain; }
.site-branding__name, .site-footer__brand { color: var(--color-primary-dark); font-family: var(--font-label); font-size: clamp(2rem, 5vw, 3.375rem); font-weight: 700; letter-spacing: -.02em; line-height: 1; }
.site-branding__date { margin: 2px 0 0; color: var(--color-muted); font-family: var(--font-label); font-size: 12px; }
.site-header__ad { display: none; min-height: 90px; flex: 0 1 728px; overflow: hidden; align-items: center; justify-content: center; border: 1px solid var(--color-border); background: var(--color-surface-high); color: var(--color-muted); font-family: var(--font-label); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.header-ad-widget { width: 100%; margin: 0; }
.header-ad-widget img { width: 100%; max-height: 90px; object-fit: cover; }
.primary-nav { position: sticky; z-index: 90; top: 0; background: var(--color-primary-dark); color: var(--color-white); box-shadow: var(--shadow-nav); }
.primary-nav__inner { position: relative; display: flex; min-height: 52px; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0 10px; }
.site-branding { display: flex; order: 1; flex: 0 0 auto; align-items: center; }
.site-branding__mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--color-white); color: var(--color-primary-dark); font-family: var(--font-label); font-size: 18px; font-weight: 700; }
.site-branding__icon { display: block; overflow: hidden; border-radius: 4px; background: var(--color-white); }
.site-branding__icon img { width: auto; max-width: 112px; height: 42px; object-fit: contain; }
.site-branding .custom-logo-link { display: block; }
.site-branding .custom-logo { width: auto; max-width: 112px; height: 42px; object-fit: contain; }
.primary-nav__toggle { display: inline-flex; order: 2; min-width: 44px; min-height: 44px; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--color-white); cursor: pointer; font-family: var(--font-label); font-weight: 700; text-transform: uppercase; }
.primary-nav__toggle-lines, .primary-nav__toggle-lines::before, .primary-nav__toggle-lines::after { display: block; width: 22px; height: 2px; background: currentColor; content: ""; }
.primary-nav__toggle-lines { position: relative; }
.primary-nav__toggle-lines::before { position: absolute; top: -7px; }
.primary-nav__toggle-lines::after { position: absolute; top: 7px; }
.primary-nav__list { display: none; order: 4; margin: 0; padding: 0; list-style: none; }
.primary-nav__list.is-open { position: static; display: block; width: 100%; max-height: calc(100vh - 52px); flex: 0 0 100%; overflow-y: auto; padding: var(--space-sm) 0 var(--space-md); border-top: 1px solid rgba(255, 255, 255, .16); background: var(--color-primary-dark); overscroll-behavior: contain; }
.primary-nav__list li { list-style: none; }
.primary-nav__list a { display: flex; min-height: 44px; align-items: center; padding: 7px 10px; color: var(--color-white); font-family: var(--font-headline); font-size: 18px; font-weight: 700; white-space: nowrap; transition: background var(--transition); }
.primary-nav__list a:hover { background: var(--color-primary); color: var(--color-white); }
.primary-nav__search { display: grid; width: 44px; height: 44px; place-items: center; color: var(--color-white); font-size: 28px; }
.primary-nav__utilities { display: flex; order: 3; align-items: center; gap: var(--space-sm); margin-left: auto; }
.nav-utility { display: none; min-height: 34px; align-items: center; gap: 6px; padding: 6px 10px; background: var(--color-primary); color: var(--color-white); font-family: var(--font-label); font-size: 12px; font-weight: 700; }
.nav-utility:hover { background: var(--color-white); color: var(--color-primary-dark); }
.nav-utility--alert { background: var(--color-secondary-dark); }
.nav-icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--color-white); font-size: 22px; }
.site-header__date-strip { min-height: 24px; background: var(--color-white); color: var(--color-body); font-family: var(--font-label); font-size: 11px; font-weight: 600; }
.site-header__date-strip .container { display: flex; min-height: 24px; align-items: center; }
.site-header__date-strip time { padding: 2px 6px; background: var(--color-body); color: var(--color-white); }
body.admin-bar .primary-nav { top: 32px; }

@media (max-width: 782px) {
  body.admin-bar .primary-nav { top: 46px; }
}
.topic-rail { width: 100%; border-bottom: 1px solid var(--color-border); background: var(--color-white); }
.topic-rail__inner { display: flex; min-height: 54px; align-items: center; gap: var(--space-md); }
.topic-rail__items { display: flex; min-width: 0; flex: 1; gap: var(--space-lg); overflow-x: auto; scrollbar-width: none; }
.topic-rail__items::-webkit-scrollbar { display: none; }
.topic-chip { display: flex; flex: 0 0 auto; min-height: 44px; align-items: center; gap: var(--space-sm); color: var(--color-muted); font-family: var(--font-body); font-size: 14px; white-space: nowrap; }
.topic-chip__image { width: 32px; height: 32px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 50%; background: var(--color-surface-high); }
.topic-chip__image img { width: 100%; height: 100%; object-fit: cover; }
.topic-rail .search-form { position: relative; display: none; flex: 0 0 260px; margin: 0; }
.topic-rail .search-form label { display: block; }
.topic-rail .search-field { width: 100%; min-height: 36px; padding: 7px 42px 7px 14px; border: 1px solid var(--color-border); border-radius: 999px; background: var(--color-surface-low); color: var(--color-body); }
.topic-rail .search-submit { position: absolute; top: 0; right: 0; width: 40px; height: 36px; overflow: hidden; border: 0; border-radius: 999px; background: transparent; color: var(--color-primary-dark); cursor: pointer; font-size: 0; }
.topic-rail .search-submit::after { font-size: 18px; content: "⌕"; }
.trending-bar { border-bottom: 1px solid var(--color-border); background: var(--color-white); }
.trending-bar__inner { display: flex; min-height: 48px; align-items: center; gap: var(--space-md); overflow: hidden; white-space: nowrap; }
.trending-bar strong { color: var(--color-secondary-dark); font-family: var(--font-label); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.trending-bar a { color: var(--color-muted); font-size: 13px; }

.home-page { padding-bottom: var(--space-section); }
.lead-layout { display: grid; gap: var(--space-lg); padding-top: var(--space-lg); }
.lead-story { min-width: 0; background: var(--color-white); border: 1px solid var(--color-border); }
.lead-story__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-surface-high); }
.lead-story__image img { height: 100%; object-fit: cover; }
.lead-story__content { min-width: 0; padding: clamp(20px, 4vw, 32px); }
.story-card__category { margin-bottom: var(--space-sm); color: var(--color-primary-dark); font-family: var(--font-label); font-size: 16px; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; }
.story-card__category a { color: inherit; }
.lead-story__title { margin: 0; overflow-wrap: anywhere; color: var(--color-ink); font-family: var(--font-headline); font-size: clamp(30px, 6vw, 42px); font-weight: 800; letter-spacing: -.02em; line-height: 1.1; }
.lead-story__title a:hover, .story-card__title a:hover { color: var(--color-primary-dark); }
.lead-story__excerpt { margin: var(--space-md) 0; color: var(--color-muted); font-size: 18px; line-height: 1.6; }
.story-card__meta { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin: var(--space-md) 0 0; color: var(--color-muted); font-family: var(--font-label); font-size: 12px; }
.most-read { min-width: 0; padding: var(--space-lg); background: var(--color-surface-low); border-top: 4px solid var(--color-primary); }
.section-title { margin: 0; color: var(--color-ink); font-family: var(--font-headline); font-size: 28px; font-weight: 700; line-height: 1.2; }
.most-read__list { margin: var(--space-md) 0 0; padding: 0; list-style: none; counter-reset: popular; }
.most-read__list li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: start; padding: var(--space-md) 0; border-bottom: 1px solid var(--color-border); }
.most-read__list li > span { color: var(--color-secondary); font-family: var(--font-headline); font-size: 28px; font-weight: 800; line-height: 1; }
.most-read__list a { overflow-wrap: anywhere; font-family: var(--font-headline); font-size: 16px; font-weight: 700; line-height: 1.3; }
.latest-section, .category-section { padding-top: var(--space-section); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: var(--space-md); margin-bottom: var(--space-lg); padding-bottom: 12px; border-bottom: 1px solid var(--color-border); }
.section-heading .section-title { position: relative; }
.section-heading .section-title::after { position: absolute; bottom: -16px; left: 0; width: 64px; height: 4px; background: var(--color-primary); content: ""; }
.section-heading > a { min-height: 44px; display: flex; align-items: center; color: var(--color-primary-dark); font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.story-grid { display: grid; gap: var(--space-lg); }
.story-card { min-width: 0; background: var(--color-white); border-bottom: 1px solid var(--color-border); transition: transform var(--transition); }
.story-card:hover { transform: translateY(-2px); }
.story-card__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--color-surface-high); }
.story-card__image img { height: 100%; object-fit: cover; transition: transform var(--transition); }
.story-card:hover .story-card__image img { transform: scale(1.015); }
.story-card__body { padding: var(--space-md) 0 var(--space-lg); }
.story-card__title { margin: 0; color: var(--color-ink); font-family: var(--font-headline); font-size: 20px; font-weight: 700; line-height: 1.3; }
.story-card__excerpt { margin: var(--space-sm) 0 0; color: var(--color-muted); }
.listing-page { padding-block: var(--space-section); }
.page-title { margin: 0 0 var(--space-lg); font-family: var(--font-headline); font-size: clamp(30px, 5vw, 42px); line-height: 1.1; }

.screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; white-space: nowrap; }
.stitch-home { padding-block: var(--space-section); }
.stitch-feature { display: flex; flex-direction: column; align-items: center; }
.stitch-feature__mosaic { display: grid; width: 100%; min-width: 0; grid-template-columns: 1fr; gap: 4px; overflow: hidden; border: 1px solid var(--color-border); background: var(--color-border); }
.stitch-feature__primary-image { display: block; min-width: 0; min-height: 300px; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-surface-high); }
.stitch-feature__primary-image img { width: 100%; height: 100%; object-fit: cover; }
.stitch-feature__story-panel { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(20px, 4vw, 40px); background: var(--color-white); }
.stitch-feature__title { margin: 0; overflow-wrap: anywhere; color: var(--color-ink); font-family: var(--font-headline); font-size: clamp(34px, 5vw, 58px); font-weight: 600; letter-spacing: 0; line-height: 1.1; }
.stitch-feature__meta { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin: var(--space-md) 0; color: var(--color-muted); font-family: var(--font-body); font-size: 14px; }
.stitch-feature__secondary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; margin-top: auto; }
.stitch-feature__secondary { position: relative; display: block; min-width: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-surface-high); }
.stitch-feature__secondary img { width: 100%; height: 100%; object-fit: cover; }
.stitch-feature__secondary > span { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 10px 10px; background: linear-gradient(transparent, rgba(0, 0, 0, .82)); color: var(--color-white); font-family: var(--font-headline); font-size: 18px; font-weight: 600; line-height: 1.2; }
.stitch-feature__body { width: min(100%, 812px); padding-top: var(--space-lg); color: var(--color-muted); font-size: 22px; font-weight: 400; line-height: 1.8; }
.stitch-feature__body p { margin: 0 0 var(--space-md); }
.stitch-feature__read-more { display: inline-flex; min-height: 44px; align-items: center; color: var(--color-primary-dark); font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.empty-state { padding: var(--space-section); border-top: 4px solid var(--color-primary); background: var(--color-white); text-align: center; }

.world-home { padding-block: var(--space-lg) var(--space-section); }
.world-section { padding-block: var(--space-lg); }
.world-section + .world-section { border-top: 1px solid var(--color-border); }
.world-section__header { display: flex; align-items: baseline; justify-content: space-between; gap: var(--space-md); margin-bottom: var(--space-md); padding-bottom: var(--space-sm); border-bottom: 1px solid var(--color-border); }
.world-section__title { margin: 0; padding-top: var(--space-sm); border-top: 4px solid var(--color-secondary); color: var(--color-secondary-dark); font-family: var(--font-headline); font-size: 28px; font-weight: 700; line-height: 1.2; }
.world-section__more { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; color: var(--color-muted); font-family: var(--font-label); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.world-section__more:hover { color: var(--color-primary-dark); }
.world-bento { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--gutter); }
.world-bento__lead, .world-bento__card { min-width: 0; }
.world-bento__lead-image, .world-bento__card-image { display: block; overflow: hidden; border-radius: 4px; background: var(--color-surface-high); }
.world-bento__lead-image { aspect-ratio: 16 / 9; }
.world-bento__card-image { aspect-ratio: 3 / 2; }
.world-bento__lead-image img, .world-bento__card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.world-bento__lead:hover img, .world-bento__card:hover img { transform: scale(1.035); }
.world-bento__lead-title { margin: 12px 0 0; color: var(--color-secondary-dark); font-family: var(--font-headline); font-size: clamp(26px, 4vw, 34px); font-weight: 700; line-height: 1.2; }
.world-bento__lead-title a:hover { color: var(--color-primary-dark); }
.world-bento__meta { margin: var(--space-sm) 0 0; color: var(--color-muted); font-family: var(--font-label); font-size: 13px; }
.world-bento__secondary { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-md) var(--gutter); }
.world-bento__card-title { margin: var(--space-sm) 0 0; color: var(--color-body); font-family: var(--font-headline); font-size: 20px; font-weight: 700; line-height: 1.3; }
.world-bento__card-title a:hover { color: var(--color-primary-dark); }
.video-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gutter); }
.video-gallery__item { min-width: 0; }
.video-gallery__link { position: relative; display: block; overflow: hidden; border-radius: 6px; aspect-ratio: 4 / 5; background: var(--color-surface-high); }
.video-gallery__media { position: absolute; inset: 0; display: block; }
.video-gallery__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.video-gallery__fallback { display: grid; width: 100%; height: 100%; place-items: center; color: var(--color-muted); font-family: var(--font-headline); font-size: 46px; font-weight: 800; }
.video-gallery__play { position: absolute; top: 50%; left: 50%; z-index: 2; width: 52px; height: auto; transform: translate(-50%, -50%); filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .45)); transition: transform var(--transition); }
.video-gallery__play-bg { fill: var(--color-secondary-dark); }
.video-gallery__play-icon { fill: none; stroke: var(--color-white); stroke-width: 4; stroke-linejoin: round; stroke-linecap: round; }
.video-gallery__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0, 0, 0, .88), rgba(0, 0, 0, .1) 55%, transparent); }
.video-gallery__caption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 14px 12px; color: var(--color-white); font-family: var(--font-headline); font-size: 16px; font-weight: 700; line-height: 1.3; }
.video-gallery__item:hover .video-gallery__media img { transform: scale(1.035); }
.video-gallery__item:hover .video-gallery__play { transform: translate(-50%, -50%) scale(1.08); }

.main-news-archive { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--gutter); }
.main-news-archive__lead { position: relative; min-width: 0; min-height: 420px; overflow: hidden; border-radius: 8px; background: var(--color-primary-dark); }
.main-news-archive__lead-link, .main-news-archive__lead-media { position: absolute; inset: 0; display: block; }
.main-news-archive__lead-media img, .main-news-archive__image-fallback { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.main-news-archive__image-fallback { display: grid; place-items: center; background-color: var(--color-surface-high); color: transparent; font-family: var(--font-label); font-size: 48px; font-weight: 700; }
.main-news-archive__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .86), rgba(0, 0, 0, .26) 58%, transparent); }
.main-news-archive__lead-content { position: absolute; right: 0; bottom: 0; left: 0; display: block; padding: clamp(20px, 4vw, 32px); color: var(--color-white); }
.main-news-archive__lead-content h3 { max-width: 560px; margin: 0; font-family: var(--font-headline); font-size: clamp(30px, 4vw, 44px); line-height: 1.14; }
.main-news-archive__lead-content time, .main-news-archive__item time { display: block; margin-top: var(--space-md); color: var(--color-surface-high); font-size: 14px; }
.main-news-archive__lead:hover img { transform: scale(1.035); }
.main-news-archive__list { display: flex; min-width: 0; flex-direction: column; }
.main-news-archive__items { display: grid; gap: var(--space-md); }
.main-news-archive__item { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: var(--space-md); align-items: start; }
.main-news-archive__item-image { display: block; height: 92px; overflow: hidden; border-radius: 5px; background: var(--color-surface-high); }
.main-news-archive__item-image img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--transition); }
.main-news-archive__item .main-news-archive__image-fallback { font-size: 22px; }
.main-news-archive__item h3 { margin: 0; font-family: var(--font-headline); font-size: 19px; line-height: 1.3; }
.main-news-archive__item h3 a:hover { color: var(--color-primary-dark); }
.main-news-archive__item time { margin-top: var(--space-sm); color: var(--color-muted); }
.main-news-archive__item:hover img { transform: scale(1.035); }
.main-news-archive__updates { display: flex; min-height: 48px; align-items: center; justify-content: center; gap: var(--space-sm); margin-top: auto; padding: 10px var(--space-md); border-radius: 5px; background: var(--color-secondary-dark); color: var(--color-white); font-weight: 700; }
.main-news-archive__updates:hover { background: var(--color-primary-dark); color: var(--color-white); }
.main-news-archive__updates span { font-size: 22px; }
.main-news-archive__ads { display: grid; align-content: start; gap: var(--gutter); }
.main-news-archive__ad-widget, .main-news-archive__ad-placeholder { min-height: 210px; overflow: hidden; margin: 0; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-surface-low); }
.main-news-archive__ad-widget img { width: 100%; height: auto; }
.main-news-archive__ad-placeholder { display: grid; place-items: center; color: var(--color-muted); font-family: var(--font-label); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.news-bulletin { padding-block: var(--space-lg); }
.news-bulletin__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-lg); }
.news-bulletin__card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-white); }
.news-bulletin__card-header { display: flex; min-height: 178px; flex-direction: column; align-items: center; justify-content: center; padding: var(--space-lg) var(--space-md); text-align: center; }
.news-bulletin__title { margin: 0; color: var(--color-primary-dark); font-family: var(--font-headline); font-size: clamp(22px, 3vw, 28px); font-weight: 700; line-height: 1.2; }
.news-bulletin__title a:hover { color: var(--color-secondary-dark); }
.news-bulletin__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--space-sm); margin: var(--space-md) 0 0; color: var(--color-muted); font-family: var(--font-label); font-size: 12px; }
.news-bulletin__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--color-surface-high); }
.news-bulletin__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.news-bulletin__card:hover .news-bulletin__image img { transform: scale(1.035); }
.news-bulletin__card--lead { border: 0; border-radius: 0; background: transparent; }
.news-bulletin__card--lead .news-bulletin__card-header { min-height: 0; padding: clamp(32px, 6vw, 72px) clamp(0px, 5vw, 64px) clamp(28px, 4vw, 48px); }
.news-bulletin__card--lead .news-bulletin__title { max-width: 1120px; color: var(--color-primary-dark); font-size: clamp(38px, 6.2vw, 76px); font-weight: 700; letter-spacing: -.025em; line-height: 1.12; }
.news-bulletin__card--lead .news-bulletin__meta { margin-top: var(--space-lg); color: var(--color-body); font-family: var(--font-body); font-size: 16px; }
.news-bulletin__card--lead .news-bulletin__image { aspect-ratio: 16 / 9; border-radius: 8px; }

.single-page { padding-block: var(--space-section); }
.single-article { width: 100%; }
.single-article__shell { min-width: 0; }
.single-article__intro { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-lg); }
.single-article__header { max-width: 1120px; margin-bottom: var(--space-lg); padding-bottom: var(--space-lg); border-bottom: 1px solid var(--color-border); }
.single-article__title { max-width: 1080px; margin: 0; overflow-wrap: anywhere; color: var(--color-ink); font-family: var(--font-headline); font-size: clamp(36px, 10vw, 72px); font-weight: 700; letter-spacing: -.025em; line-height: 1.08; }
.single-article__meta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-sm); margin: var(--space-lg) 0 0; color: var(--color-muted); }
.single-article__author-avatar { display: block; width: 44px; height: 44px; overflow: hidden; margin-right: 4px; border: 1px solid var(--color-border); border-radius: 50%; background: var(--color-white); }
.single-article__author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.single-article__layout { display: grid; grid-template-columns: minmax(0, 980px); gap: var(--space-section); }
.single-article__main { min-width: 0; }
.single-article__featured { margin: 0 0 var(--space-section); }
.single-article__featured img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 6px; }
.single-article__featured figcaption { margin-top: var(--space-sm); color: var(--color-muted); font-size: 14px; }
.single-article__content { font-size: 19px; line-height: 1.8; }
.single-article__content > * { max-width: 780px; margin-inline: 0 auto; }
.single-article__content > .alignwide { max-width: 1080px; }
.single-article__content > .alignfull { max-width: none; }
.single-article__content iframe, .single-article__content video { max-width: 100%; }
.single-article__content pre { max-width: 100%; overflow-x: auto; }
.single-article__content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; }
.comments-area { max-width: 780px; margin: var(--space-section) auto 0 0; padding-top: var(--space-lg); border-top: 1px solid var(--color-border); }
.comments-area__header { display: flex; align-items: center; gap: var(--space-md); margin-bottom: var(--space-lg); }
.comments-area__header::after { height: 1px; flex: 1; background: var(--color-border); content: ""; }
.comments-area__header h2, .comment-reply-title { margin: 0; color: var(--color-ink); font-family: var(--font-headline); font-size: 30px; line-height: 1.25; }
.comment-list, .comment-list .children { margin: 0; padding: 0; list-style: none; }
.comment-list .children { margin-left: var(--space-lg); }
.comment-body { position: relative; margin-bottom: var(--space-lg); padding: var(--space-md); border: 1px solid var(--color-border); border-radius: 6px; background: var(--color-white); }
.comment-meta { margin-bottom: var(--space-sm); }
.comment-author { display: flex; align-items: center; gap: 12px; }
.comment-author .avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.comment-metadata { margin: 6px 0 0 68px; color: var(--color-muted); font-size: 13px; }
.comment-content { margin-top: var(--space-md); }
.comment-content > :last-child { margin-bottom: 0; }
.reply { margin-top: var(--space-sm); font-weight: 700; }
.comment-respond { margin-top: var(--space-lg); padding: var(--space-lg); background: var(--color-white); }
.comment-notes, .logged-in-as { color: var(--color-muted); }
.comment-form { display: grid; gap: var(--space-md); }
.comment-form p { margin: 0; }
.comment-form label { display: block; margin-bottom: 6px; font-weight: 700; }
.comment-form input:not([type="checkbox"]), .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--color-border); border-radius: 4px; background: var(--color-white); color: var(--color-body); }
.comment-form textarea { min-height: 160px; resize: vertical; }
.comment-form-cookies-consent { display: flex; align-items: flex-start; gap: var(--space-sm); }
.comment-form-cookies-consent label { margin: 0; font-weight: 400; }
.comments-area__submit { min-height: 44px; padding: 10px 22px; border: 0; border-radius: 4px; background: var(--color-secondary-dark); color: var(--color-white); font-weight: 700; cursor: pointer; }
.comments-area__submit:hover { background: var(--color-primary-dark); }
.comments-area input:focus-visible, .comments-area textarea:focus-visible, .comments-area a:focus-visible { outline: 3px solid var(--color-primary); outline-offset: 2px; }
.comments-closed { color: var(--color-muted); }
.related-posts { margin-top: clamp(48px, 8vw, 96px); padding-top: var(--space-lg); border-top: 1px solid var(--color-border); }
.related-posts__header { display: flex; align-items: center; gap: var(--space-lg); margin-bottom: var(--space-lg); }
.related-posts__header::after { height: 1px; flex: 1; background: var(--color-border); content: ""; }
.related-posts__header h2 { margin: 0; color: var(--color-ink); font-family: var(--font-headline); font-size: 32px; font-weight: 700; white-space: nowrap; }
.related-posts__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--space-lg) var(--gutter); }
.related-post { min-width: 0; }
.related-post__image { display: block; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 6px; background: var(--color-surface-high); }
.topic-chip__image,
.lead-story__image,
.story-card__image,
.stitch-feature__primary-image,
.stitch-feature__secondary,
.world-bento__lead-image,
.world-bento__card-image,
.main-news-archive__item-image,
.news-bulletin__image,
.related-post__image,
.main-news-archive__image-fallback,
.pre-footer-news__image-fallback,
.sidebar-latest .wp-block-latest-posts__featured-image:empty {
	position: relative;
	background-color: var(--color-surface-high);
	background-image: none;
}
.topic-chip__image::before,
.lead-story__image::before,
.story-card__image::before,
.stitch-feature__primary-image::before,
.stitch-feature__secondary::before,
.world-bento__lead-image::before,
.world-bento__card-image::before,
.main-news-archive__item-image::before,
.news-bulletin__image::before,
.related-post__image::before,
.main-news-archive__image-fallback::before,
.pre-footer-news__image-fallback::before,
.sidebar-latest .wp-block-latest-posts__featured-image:empty::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: var(--site-icon-url);
	background-repeat: no-repeat;
	background-position: center;
	background-size: clamp(20px, 20%, 112px) auto;
	content: "";
	filter: grayscale(1);
	opacity: var(--fallback-icon-opacity);
	pointer-events: none;
}
.topic-chip__image > img,
.lead-story__image > img,
.story-card__image > img,
.stitch-feature__primary-image > img,
.stitch-feature__secondary > img,
.world-bento__lead-image > img,
.world-bento__card-image > img,
.main-news-archive__item-image > img,
.news-bulletin__image > img,
.related-post__image > img {
	position: relative;
	z-index: 1;
}
.stitch-feature__secondary > span { z-index: 2; }
.related-post__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.related-post:hover .related-post__image img { transform: scale(1.035); }
.related-post__title { margin: 12px 0 0; color: var(--color-body); font-family: var(--font-headline); font-size: 22px; font-weight: 700; line-height: 1.35; }
.related-post__title a:hover { color: var(--color-primary-dark); }
.post-sidebar { min-width: 0; }
.post-sidebar__widget { margin-bottom: var(--space-lg); padding: var(--space-lg); border-top: 4px solid var(--color-primary); background: var(--color-white); }
.post-sidebar__title { margin: 0 0 var(--space-md); color: var(--color-ink); font-family: var(--font-headline); font-size: 24px; line-height: 1.2; }
.post-sidebar__widget ul { margin: 0; padding: 0; list-style: none; }
.post-sidebar__widget li { padding: 12px 0; border-bottom: 1px solid var(--color-border); }
.post-sidebar__widget img { height: auto; }
.sidebar-latest .wp-block-heading {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	color: var(--color-ink);
	font-family: var(--font-headline);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}
.sidebar-latest .wp-block-heading::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--color-border);
}
.post-sidebar__widget .sidebar-latest .wp-block-latest-posts__list { margin-top: 18px; }
.post-sidebar__widget .sidebar-latest .wp-block-latest-posts__list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 72px;
	gap: 18px;
	align-items: start;
	min-height: 116px;
	padding: 24px 0;
}
.sidebar-latest .wp-block-latest-posts__featured-image {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
}
.sidebar-latest .wp-block-latest-posts__featured-image a { display: block; }
.sidebar-latest .wp-block-latest-posts__featured-image:empty {
	display: grid;
	place-items: center;
	width: 72px;
	height: 90px;
	border-radius: 4px;
	background-color: var(--color-surface-high);
	background-image: none;
	color: transparent;
	font-family: var(--font-headline);
	font-size: 18px;
	font-weight: 800;
}
.sidebar-latest .wp-block-latest-posts__featured-image:empty::before { content: ""; }
.post-sidebar__widget .sidebar-latest .wp-block-latest-posts__featured-image img {
	display: block;
	width: 72px;
	height: 90px;
	border-radius: 4px;
	object-fit: cover;
}
.sidebar-latest .wp-block-latest-posts__post-title {
	grid-column: 1;
	grid-row: 1;
	color: var(--color-ink);
	font-family: var(--font-headline);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.48;
}
.post-sidebar__widget .search-form { position: relative; }
.post-sidebar__widget .search-field { width: 100%; min-height: 44px; padding: 10px 88px 10px 12px; border: 1px solid var(--color-border); }
.post-sidebar__widget .search-submit { position: absolute; top: 0; right: 0; min-height: 44px; border: 0; background: var(--color-primary-dark); color: var(--color-white); cursor: pointer; }
.post-share { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding-bottom: var(--space-md); border-bottom: 1px solid var(--color-border); }
.post-share__comments { display: flex; min-height: 44px; align-items: center; gap: 6px; color: var(--color-muted); }
.post-share__comments strong { color: var(--color-body); font-size: 20px; }
.post-share__comments > span:last-child, .post-share__label { font-family: var(--font-label); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.post-share__comment-icon { display: grid; width: 38px; height: 32px; place-items: center; border: 2px solid var(--color-primary); border-radius: 4px; color: var(--color-primary); font-size: 12px; letter-spacing: 1px; }
.post-share__label { margin-left: auto; color: var(--color-muted); }
.post-share__links { display: flex; gap: var(--space-sm); }
.post-share__link { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--color-primary-dark); color: var(--color-white); font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; transition: transform var(--transition), background var(--transition); }
.post-share__link:hover { transform: translateY(-2px); color: var(--color-white); }
.post-share__link--x { background: var(--color-ink); }
.post-share__link--whatsapp { background: #128c4a; }
.post-share__link--email { background: var(--color-secondary-dark); }

.pre-footer-news { margin-top: var(--space-section); padding-block: var(--space-section); background: var(--color-surface-low); }
.pre-footer-news__grid { display: grid; gap: var(--space-lg); }
.pre-footer-news__panel { min-width: 0; padding: var(--space-md); background: var(--color-white); box-shadow: var(--shadow-panel); }
.pre-footer-news__header { display: flex; align-items: center; gap: 14px; margin-bottom: var(--space-md); }
.pre-footer-news__header h3 { margin: 0; color: var(--color-ink); font-family: var(--font-headline); font-size: 28px; line-height: 1.2; }
.pre-footer-news__rule { flex: 1; height: 1px; background: var(--color-border); }
.pre-footer-news__header a { display: inline-flex; min-height: 44px; align-items: center; gap: 5px; color: var(--color-body); font-weight: 700; white-space: nowrap; }
.pre-footer-news__header a span { color: var(--color-secondary-dark); font-size: 24px; line-height: 1; }
.pre-footer-news__posts { display: grid; }
.pre-footer-news__post { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: var(--space-md); align-items: start; padding: var(--space-md) 0; border-top: 1px dotted var(--color-border); }
.pre-footer-news__post--lead { display: block; padding-top: 0; border-top: 0; }
.pre-footer-news__image { display: block; overflow: hidden; border-radius: 4px; background: var(--color-primary); }
.pre-footer-news__image img { display: block; width: 100%; height: 88px; object-fit: cover; transition: transform var(--transition); }
.pre-footer-news__post--lead .pre-footer-news__image { margin-bottom: var(--space-sm); }
.pre-footer-news__post--lead .pre-footer-news__image img { height: 176px; }
.pre-footer-news__image-fallback { display: grid; width: 100%; height: 88px; place-items: center; background-color: var(--color-surface-high); background-image: none; color: transparent; font-family: var(--font-headline); font-size: 28px; font-weight: 800; }
.pre-footer-news__post--lead .pre-footer-news__image-fallback { height: 176px; font-size: 46px; }
.pre-footer-news__post h4 { margin: 0; font-family: var(--font-headline); font-size: 18px; line-height: 1.45; }
.pre-footer-news__post--lead h4 { font-size: 20px; }
.pre-footer-news__post h4 a { color: var(--color-body); }
.pre-footer-news__post h4 a:hover { color: var(--color-primary-dark); }
.pre-footer-news__post:hover .pre-footer-news__image img { transform: scale(1.025); }

.site-footer { color: var(--color-body); }
.site-footer__directory { padding-block: var(--space-section); background: var(--color-surface-low); }
.site-footer__links-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-lg) var(--gutter); }
.site-footer__column { min-width: 0; }
.footer-widget { margin: 0; }
.footer-widget__title, .site-footer__column .wp-block-heading { margin: 0 0 var(--space-md); color: var(--color-primary-dark); font-family: var(--font-headline); font-size: 22px; font-weight: 700; line-height: 1.2; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: var(--space-sm); }
.site-footer__directory a { color: var(--color-muted); }
.site-footer__directory a:hover { color: var(--color-primary-dark); }
.site-footer__identity { padding-block: var(--space-section); border-top: 1px solid var(--color-border); background: var(--color-surface-high); }
.site-footer__identity-grid { display: grid; gap: var(--space-lg); }
.site-footer__brand { display: inline-block; color: var(--color-primary-dark); }
.site-footer__brand:hover { color: var(--color-secondary-dark); }
.site-footer__brand-block p { max-width: 320px; margin: var(--space-sm) 0 0; color: var(--color-muted); }
.site-footer__info { display: grid; gap: var(--space-md); }
.site-footer__info > div { display: flex; flex-direction: column; }
.site-footer__info span { color: var(--color-muted); font-size: 13px; }
.site-footer__info strong { font-size: 18px; }
.site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-sm); color: var(--color-muted); }
.site-footer__contact a { color: var(--color-primary-dark); }
.site-footer__contact p { margin: var(--space-sm) 0 0; font-family: var(--font-label); font-size: 12px; }

@media (max-width: 767px) {
  .site-header__masthead { min-height: 96px; padding-block: 12px; }
  .primary-nav__utilities { margin-left: auto; }
  .primary-nav__list a { width: 100%; padding-inline: var(--space-md); }
  .world-section__header, .related-posts__header, .pre-footer-news__header { align-items: center; gap: var(--space-sm); }
  .world-section__title { min-width: 0; overflow-wrap: anywhere; }
  .world-section__more { flex: 0 0 auto; }
  .news-bulletin__card--lead .news-bulletin__title { font-size: clamp(34px, 10vw, 48px); overflow-wrap: anywhere; }
  .main-news-archive__lead { min-height: 420px; }
  .main-news-archive__lead-content h3 { overflow-wrap: anywhere; }
  .single-page { padding-block: var(--space-lg); }
  .single-article__content { font-size: 18px; line-height: 1.72; }
  .comment-list .children { margin-left: var(--space-md); }
  .related-posts__header h2 { min-width: 0; font-size: 28px; white-space: normal; }
  .post-sidebar__widget { padding: var(--space-md); }
  .pre-footer-news__header h3 { min-width: 0; font-size: 25px; overflow-wrap: anywhere; }
  .site-footer__column, .site-footer__column a, .site-footer__contact { overflow-wrap: anywhere; }
}

@media (max-width: 479px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .site-branding__icon img { max-width: 88px; }
  .nav-icon { width: 40px; }
  .single-article__title { font-size: clamp(34px, 11vw, 44px); }
  .single-article__meta { gap: 6px; }
  .post-share { gap: var(--space-sm); }
  .post-share__label { width: 100%; margin-left: 0; }
  .post-sidebar__widget .sidebar-latest .wp-block-latest-posts__list li { grid-template-columns: minmax(0, 1fr) 64px; gap: 12px; }
  .post-sidebar__widget .sidebar-latest .wp-block-latest-posts__featured-image img, .sidebar-latest .wp-block-latest-posts__featured-image:empty { width: 64px; height: 80px; }
  .pre-footer-news__post { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
  .site-footer__links-grid { grid-template-columns: minmax(0, 1fr); }
}

@media (min-width: 768px) {
  .site-header__ad { display: flex; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pre-footer-news__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__links-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer__identity-grid { grid-template-columns: 1.2fr 1.5fr; }
  .site-footer__contact { grid-column: 1 / -1; }
  .nav-utility { display: inline-flex; }
  .stitch-feature__mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stitch-feature__primary-image { min-height: 500px; aspect-ratio: auto; }
  .world-bento__secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .main-news-archive { grid-template-columns: minmax(0, 5fr) minmax(0, 4fr); }
  .main-news-archive__lead { min-height: 600px; }
  .main-news-archive__ads { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-bulletin__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--gutter); }
  .news-bulletin__card--lead { grid-column: 1 / -1; }
  .related-posts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .primary-nav__inner { flex-wrap: nowrap; }
  .primary-nav__toggle { display: none; }
  .primary-nav__list { order: 2; }
  .primary-nav__list, .primary-nav__list.is-open { position: static; display: flex; width: auto; align-items: stretch; padding: 0; background: transparent; }
  .primary-nav__list li { display: flex; }
  .primary-nav__list .primary-nav__mobile-page { display: none; }
  .primary-nav__list a { min-height: 56px; }
  .lead-layout { grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); gap: var(--gutter); padding-top: var(--space-section); }
  .story-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gutter); }
  .story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pre-footer-news__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer__links-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .site-footer__identity-grid { grid-template-columns: 1.2fr 2fr 1.2fr; align-items: center; }
  .site-footer__info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__info > div + div { padding-left: var(--gutter); border-left: 1px solid var(--color-border); }
  .site-footer__contact { grid-column: auto; align-items: flex-end; padding-left: var(--gutter); border-left: 1px solid var(--color-border); text-align: right; }
  .topic-rail .search-form { display: block; }
  .world-home { padding-top: var(--space-section); }
  .world-section { padding-block: var(--space-section); }
  .world-bento { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
  .world-bento__lead-image { aspect-ratio: 4 / 3; }
  .video-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .main-news-archive { grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(220px, 3fr); }
  .main-news-archive__ads { grid-column: auto; grid-template-columns: minmax(0, 1fr); }
  .news-bulletin { padding-block: var(--space-section); }
  .related-posts__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .single-article__layout--with-sidebar { grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr); }
  .single-article__layout--with-sidebar .post-sidebar { position: sticky; top: var(--space-lg); align-self: start; }
  .single-article__header { width: 100%; max-width: none; }
}

@media (min-width: 1200px) {
  .single-article { display: grid; grid-template-columns: 0 minmax(0, 1fr); }
  .post-share { position: sticky; top: var(--space-lg); z-index: 5; width: 64px; max-height: calc(100vh - (2 * var(--space-lg))); justify-self: start; align-self: start; flex-direction: column; flex-wrap: nowrap; padding: var(--space-sm) 0; border: 0; border-radius: 32px; background: var(--color-surface); box-shadow: var(--shadow-panel); transform: translateX(calc(-64px - var(--space-md))); }
  .post-share__comments { flex-direction: column; height: auto; text-align: center; }
  .post-share__comments > span:last-child { font-size: 10px; }
  .post-share__label { margin: var(--space-sm) 0 0; }
  .post-share__links { flex-direction: column; }
}

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