:root {
  --color-primary: #12233f;
  --color-accent: #d84a4a;
  --color-ink: #182235;
  --color-muted: #697386;
  --color-border: #e4e8ef;
  --color-surface: #ffffff;
  --color-soft: #f0f3f7;
  --color-page: #f6f8fb;
  --shadow-soft: 0 12px 30px rgba(18, 35, 63, .07);
  --radius: 18px;
  --container: 1200px;
  --sans: "Cairo", "Tajawal", "Tahoma", "Arial", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-page); color: var(--color-ink); font-family: var(--sans); line-height: 1.75; }
body, button, input, textarea, select { font-size: 16px; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--color-accent); }
img { display: block; max-width: 100%; height: auto; }
button, input { font-family: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link:focus { z-index: 1000; top: 12px; right: 12px; width: auto; height: auto; padding: 8px 14px; background: var(--color-primary); color: #fff; clip: auto; }
.top-strip { background: var(--color-primary); color: #dfe7f4; font-size: 13px; }
.top-strip-inner, .top-breaking, .top-meta { display: flex; align-items: center; }
.top-strip-inner { min-height: 42px; justify-content: space-between; gap: 20px; }
.top-breaking { gap: 10px; min-width: 0; }
.top-breaking > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breaking-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 0 5px rgba(216, 74, 74, .16); }
.top-label, .eyebrow, .ticker-label { color: var(--color-accent); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.top-meta { gap: 16px; white-space: nowrap; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid transparent; border-radius: 50%; background: transparent; color: inherit; }
.icon-button:hover { border-color: rgba(255,255,255,.25); color: #fff; }
.site-header { background: var(--color-surface); border-bottom: 1px solid var(--color-border); }
.header-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 112px; gap: 24px; }
.site-branding { justify-self: center; }
.site-title { display: inline-flex; align-items: center; gap: 12px; color: var(--color-primary); }
.site-title:hover { color: var(--color-primary); }
.site-title strong { display: block; font-size: 25px; line-height: 1.15; }
.site-title small { display: block; margin-top: 2px; color: var(--color-muted); font-size: 10px; font-weight: 400; }
.brand-mark { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 14px 14px 4px 14px; background: var(--color-accent); color: #fff; font-size: 28px; font-weight: 900; }
.custom-logo-link img { max-height: 68px; width: auto; }
.header-ad-slot, .sidebar-ad { display: grid; place-items: center; min-height: 72px; border: 1px dashed var(--color-border); border-radius: 10px; color: var(--color-muted); font-size: 11px; }
.header-ad-slot { width: min(260px, 100%); justify-self: start; }
.header-actions { justify-self: end; }
.header-action { display: inline-flex; align-items: center; gap: 8px; color: var(--color-muted); font-size: 13px; }
.header-action span { font-size: 25px; line-height: 1; }
.menu-toggle { display: none; }
.main-navigation { background: var(--color-surface); border-bottom: 1px solid var(--color-border); }
.main-navigation .menu { display: flex; align-items: center; justify-content: center; gap: 4px; min-height: 52px; margin: 0; padding: 0; list-style: none; }
.main-navigation .menu a { display: block; padding: 10px 15px; color: var(--color-ink); font-size: 14px; font-weight: 700; }
.main-navigation .menu a:hover, .main-navigation .current-menu-item > a { color: var(--color-accent); }
.mobile-navigation, .mobile-navigation-backdrop { display: none; }
.breaking-ticker { background: #fff3f1; border-bottom: 1px solid #f6d8d5; }
.breaking-ticker-inner { display: flex; align-items: center; gap: 18px; min-height: 43px; }
.ticker-label { flex: none; }
.ticker-track { flex: 1; overflow: hidden; color: #9d4340; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ticker-arrow { color: var(--color-accent); font-size: 19px; }
.home-content { padding-block: 42px 80px; }
.hero-news { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 20px; }
.hero-feature { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius); background: var(--color-primary); color: #fff; box-shadow: var(--shadow-soft); }
.hero-feature-image { position: absolute; inset: 0; }
.hero-feature-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 24, 47, .9), rgba(10, 24, 47, .05) 75%); content: ""; }
.hero-feature-image img, .hero-feature-image .post-image-placeholder { width: 100%; height: 100%; object-fit: cover; }
.hero-feature-content { position: absolute; right: 38px; bottom: 35px; left: 38px; z-index: 1; }
.hero-feature-content .eyebrow { color: #ffb6b1; }
.hero-feature-content h2 { max-width: 720px; margin: 8px 0 10px; font-size: clamp(27px, 3.3vw, 48px); line-height: 1.22; letter-spacing: -.04em; }
.hero-feature-content h2 a:hover { color: #fff; }
.hero-feature-content p { max-width: 650px; margin: 0 0 18px; color: #dbe5f3; font-size: 15px; }
.hero-feature-meta { display: flex; align-items: center; gap: 10px; color: #c9d4e3; font-size: 12px; }
.hero-secondary { display: grid; grid-template-rows: repeat(3, 1fr); gap: 12px; }
.secondary-story { display: grid; grid-template-columns: 130px 1fr; gap: 15px; padding: 12px; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-surface); box-shadow: 0 5px 18px rgba(18,35,63,.03); }
.secondary-story-image { overflow: hidden; border-radius: 11px; }
.secondary-story-image .post-image { width: 100%; height: 100%; min-height: 125px; object-fit: cover; }
.secondary-story h3 { margin: 4px 0 8px; font-size: 17px; line-height: 1.4; }
.secondary-story .news-card-meta { font-size: 11px; }
.section-block { margin-top: 68px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.section-heading h2 { margin: 2px 0 0; color: var(--color-primary); font-size: 28px; line-height: 1.2; }
.section-heading-note, .muted { color: var(--color-muted); font-size: 13px; }
.text-link { color: var(--color-accent); font-size: 13px; font-weight: 800; white-space: nowrap; }
.category-rail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.category-pill { display: flex; justify-content: space-between; padding: 15px 17px; border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-surface); color: var(--color-primary); font-size: 14px; font-weight: 800; transition: transform .2s, border-color .2s; }
.category-pill:hover { border-color: var(--color-accent); transform: translateY(-2px); }
.category-pill span:last-child { color: var(--color-accent); }
.home-layout, .article-layout, .category-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 48px; align-items: start; }
.home-main-column > .section-block:first-child { margin-top: 0; }
.news-grid { display: grid; gap: 18px; }
.news-grid-three { grid-template-columns: repeat(3, 1fr); }
.news-grid-four { grid-template-columns: repeat(4, 1fr); }
.news-card { min-width: 0; }
.news-card-image { position: relative; display: block; overflow: hidden; border-radius: 14px; background: var(--color-soft); }
.news-card-image .post-image { width: 100%; aspect-ratio: 1.45; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-card-image .post-image { transform: scale(1.04); }
.news-card-category { position: absolute; right: 10px; bottom: 10px; padding: 3px 8px; border-radius: 4px; background: var(--color-accent); color: #fff; font-size: 10px; font-weight: 700; }
.news-card-body { padding-top: 12px; }
.news-card-title { margin: 0 0 7px; font-size: 17px; line-height: 1.5; }
.news-card-meta { color: var(--color-muted); font-size: 11px; }
.post-date { display: inline-block; }
.site-sidebar { position: sticky; top: 16px; }
.sidebar-panel { padding: 23px; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-surface); }
.sidebar-panel-heading h2 { margin: 4px 0 18px; color: var(--color-primary); font-size: 22px; }
.popular-list { margin: 0; padding: 0; list-style: none; counter-reset: none; }
.popular-list li { display: grid; grid-template-columns: 34px 1fr; gap: 8px; padding: 13px 0; border-bottom: 1px solid var(--color-border); }
.popular-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.popular-rank { color: var(--color-accent); font-size: 13px; font-weight: 900; }
.popular-list a { font-size: 14px; font-weight: 700; line-height: 1.5; }
.sidebar-ad { min-height: 250px; margin-top: 18px; }
.site-main { min-height: 50vh; }
.page-content { padding-block: 36px 80px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 30px; color: var(--color-muted); font-size: 12px; }
.breadcrumb-separator { color: var(--color-accent); }
.page-heading { margin-bottom: 35px; }
.page-heading h1, .category-hero h1 { margin: 4px 0 0; color: var(--color-primary); font-size: clamp(30px, 5vw, 52px); line-height: 1.2; letter-spacing: -.04em; }
.archive-description { max-width: 700px; margin-top: 12px; color: var(--color-muted); }
.news-list { display: grid; gap: 16px; }
.news-list-item { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 22px; padding: 15px; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-surface); }
.news-list-image { display: block; overflow: hidden; border-radius: 12px; }
.news-list-image .post-image { width: 100%; height: 160px; object-fit: cover; }
.news-list-body { align-self: center; }
.news-list-title { margin: 5px 0 5px; font-size: 23px; line-height: 1.4; }
.news-list-excerpt { margin: 0 0 8px; color: var(--color-muted); font-size: 14px; }
.category-hero { margin-bottom: 40px; padding: 38px 42px; border-radius: var(--radius); background: var(--color-primary); color: #fff; }
.category-hero h1 { color: #fff; }
.category-hero .eyebrow { color: #ffb6b1; }
.category-hero .archive-description { color: #dbe5f3; }
.article-shell { padding-block: 35px 90px; }
.article-layout { grid-template-columns: minmax(0, 800px) 285px; justify-content: center; }
.article-header h1 { max-width: 900px; margin: 8px 0 12px; color: var(--color-primary); font-size: clamp(31px, 5vw, 58px); line-height: 1.2; letter-spacing: -.045em; }
.article-lead { max-width: 760px; margin: 0 0 20px; color: var(--color-muted); font-size: 18px; line-height: 1.8; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-bottom: 18px; color: var(--color-muted); font-size: 12px; }
.author-chip { display: inline-flex; align-items: center; gap: 9px; color: var(--color-ink); }
.author-chip img { border-radius: 50%; }
.author-chip strong, .author-chip small { display: block; line-height: 1.3; }
.author-chip small { color: var(--color-muted); font-size: 10px; }
.share-row { display: flex; align-items: center; gap: 14px; padding-block: 15px; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); }
.share-label { color: var(--color-muted); font-size: 12px; }
.share-buttons { display: flex; gap: 7px; }
.share-button { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--color-border); border-radius: 50%; background: var(--color-surface); color: var(--color-primary); }
.share-icon { width: 16px; height: 16px; fill: currentColor; }
.share-button:hover, .share-button.is-copied { border-color: var(--color-accent); background: var(--color-accent); color: #fff; }
.article-featured-image { margin: 26px 0 32px; }
.article-featured-image .post-image { width: 100%; max-height: 560px; object-fit: cover; border-radius: var(--radius); }
.article-featured-image figcaption { margin-top: 8px; color: var(--color-muted); font-size: 11px; }
.entry-content { color: var(--color-ink); font-size: 18px; line-height: 2; }
.entry-content > * { max-width: 100%; }
.entry-content h2, .entry-content h3 { margin-top: 1.8em; color: var(--color-primary); line-height: 1.4; }
.entry-content h2 { font-size: 30px; }
.entry-content h3 { font-size: 24px; }
.entry-content a { color: var(--color-accent); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 28px 0; padding: 10px 25px; border-right: 4px solid var(--color-accent); color: var(--color-primary); font-size: 22px; font-weight: 700; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content td, .entry-content th { padding: 9px; border: 1px solid var(--color-border); text-align: right; }
.entry-content figure { margin-inline: 0; }
.entry-content .alignwide { width: 110%; max-width: 110%; margin-inline: -5%; }
.related-section { border-top: 1px solid var(--color-border); }
.narrow-content { max-width: 900px; }
.pagination { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-surface); color: var(--color-primary); font-size: 13px; }
.pagination .current, .pagination .page-numbers:hover { border-color: var(--color-accent); background: var(--color-accent); color: #fff; }
.empty-state, .not-found { padding: 75px 25px; text-align: center; }
.empty-state { border: 1px dashed var(--color-border); border-radius: var(--radius); background: var(--color-surface); }
.empty-state-icon { color: var(--color-accent); font-size: 45px; }
.empty-state h2, .not-found h1 { margin: 8px 0; color: var(--color-primary); }
.empty-state p, .not-found p { max-width: 470px; margin: 0 auto 22px; color: var(--color-muted); }
.not-found-number { display: block; color: var(--color-accent); font-size: clamp(70px, 14vw, 150px); font-weight: 900; line-height: 1; }
.not-found-actions { display: flex; justify-content: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 18px; border: 1px solid var(--color-accent); border-radius: 8px; background: var(--color-accent); color: #fff; font-size: 13px; font-weight: 800; }
.button:hover { color: #fff; filter: brightness(.94); }
.button-ghost { background: transparent; color: var(--color-accent); }
.button-ghost:hover { background: var(--color-accent); }
.button-light { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.12); color: #fff; }
.button-light:hover { color: #fff; background: rgba(255,255,255,.2); }
.search-form-large { display: flex; gap: 8px; max-width: 700px; margin-top: 20px; }
.search-form-large input, .mobile-search input, .search-overlay input { min-width: 0; flex: 1; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-surface); color: var(--color-ink); padding: 11px 14px; outline: none; }
.search-form-large input:focus, .mobile-search input:focus, .search-overlay input:focus { border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(216,74,74,.12); }
.site-footer { margin-top: 40px; background: var(--color-primary); color: #ccd7e6; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; padding-block: 60px; }
.footer-title { color: #fff; }
.footer-title:hover { color: #fff; }
.footer-brand p { max-width: 300px; color: #9eabc0; font-size: 13px; }
.footer-column h2 { margin: 0 0 14px; color: #fff; font-size: 15px; }
.footer-menu, .footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin-bottom: 7px; }
.footer-menu a { color: #9eabc0; font-size: 13px; }
.footer-menu a:hover { color: #fff; }
.social-links { display: flex; gap: 7px; margin-top: 18px; }
.social-links a { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: #fff; font-size: 12px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 17px; color: #8e9bb1; font-size: 11px; }
.post-image-placeholder { display: grid; place-items: center; min-height: 150px; background: linear-gradient(135deg, #203858, #6c7c94); color: rgba(255,255,255,.8); font-size: 14px; }
.search-overlay { position: fixed; inset: 0; z-index: 900; display: flex; align-items: flex-start; justify-content: center; padding: 12vh 24px; background: rgba(10,22,42,.74); opacity: 0; pointer-events: none; transition: opacity .2s; }
.search-overlay.is-visible { opacity: 1; pointer-events: auto; }
.search-overlay-inner { position: relative; width: min(650px, 100%); padding: 42px; border-radius: var(--radius); background: var(--color-surface); box-shadow: 0 25px 80px rgba(0,0,0,.25); }
.search-overlay-inner h2 { margin: 6px 0 24px; color: var(--color-primary); font-size: 30px; }
.search-overlay-inner form { display: flex; gap: 8px; }
.search-overlay-close { position: absolute; top: 13px; left: 13px; color: var(--color-muted); font-size: 24px; }
body.dark-mode { --color-ink: #eef3f8; --color-muted: #aeb9c9; --color-border: #2c3c52; --color-surface: #17263b; --color-soft: #21344c; --color-page: #0d1929; --shadow-soft: 0 12px 30px rgba(0,0,0,.16); }
html.dark-mode-preload { background: #0d1929; }
body.dark-mode .site-header, body.dark-mode .main-navigation { background: #14243a; }
body.dark-mode .breaking-ticker { background: #291f2a; border-color: #4c3037; }
body.dark-mode .ticker-track { color: #e3a7a4; }
body.dark-mode .hero-feature { background: #091524; }
body.dark-mode .header-ad-slot, body.dark-mode .sidebar-ad { border-color: #34465c; }
@media (prefers-reduced-motion: no-preference) {
  .hero-news, .category-rail, .section-block, .sidebar-panel, .news-list-item, .not-found, .empty-state { animation: news-rise-in .55s ease both; }
  .hero-secondary .secondary-story { animation: news-rise-in .55s ease both; }
  .hero-secondary .secondary-story:nth-child(2), .category-rail .category-pill:nth-child(2), .news-grid .news-card:nth-child(2), .news-list-item:nth-child(2) { animation-delay: .08s; }
  .hero-secondary .secondary-story:nth-child(3), .category-rail .category-pill:nth-child(3), .news-grid .news-card:nth-child(3), .news-list-item:nth-child(3) { animation-delay: .16s; }
  .news-grid .news-card:nth-child(4), .news-list-item:nth-child(4) { animation-delay: .24s; }
  .news-card, .category-pill, .secondary-story { transition: transform .25s ease, box-shadow .25s ease; }
  .news-card:hover, .category-pill:hover, .secondary-story:hover { transform: translateY(-4px); }
}
@keyframes news-rise-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1024px) {
  .main-navigation .menu a { padding-inline: 9px; font-size: 13px; }
  .home-layout, .article-layout, .category-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 25px; }
  .news-grid-four { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { gap: 25px; }
}
@media (max-width: 780px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .top-meta > span { display: none; }
  .header-main { min-height: 84px; grid-template-columns: 42px 1fr 42px; }
  .menu-toggle { display: inline-flex; justify-self: start; color: var(--color-primary); }
  .header-ad-slot, .header-actions { display: none; }
  .site-branding { justify-self: center; }
  .main-navigation { display: none; }
  .mobile-navigation-backdrop { position: fixed; inset: 0; z-index: 998; display: block; background: rgba(5,15,30,.55); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .mobile-navigation { position: fixed; top: 0; right: 0; bottom: 0; z-index: 999; display: block; width: min(360px, 88vw); padding: 25px 20px; overflow-y: auto; background: var(--color-surface); transform: translateX(105%); transition: transform .25s ease; box-shadow: -15px 0 40px rgba(0,0,0,.12); }
  body.menu-is-open .mobile-navigation { transform: translateX(0); }
  body.menu-is-open .mobile-navigation-backdrop { opacity: 1; pointer-events: auto; }
  .mobile-navigation-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: var(--color-primary); }
  .mobile-navigation-title { font-size: 21px; font-weight: 800; }
  .mobile-navigation .menu-close { color: var(--color-primary); font-size: 26px; }
  .mobile-search { display: flex; gap: 5px; margin-bottom: 20px; }
  .mobile-search button { width: 45px; border: 0; border-radius: 8px; background: var(--color-accent); color: #fff; }
  .mobile-menu, .mobile-navigation .menu { margin: 0; padding: 0; list-style: none; }
  .mobile-menu li, .mobile-navigation .menu li { border-bottom: 1px solid var(--color-border); }
  .mobile-menu a, .mobile-navigation .menu a { display: block; padding: 13px 4px; color: var(--color-ink); font-weight: 700; }
  .home-content { padding-block: 30px 55px; }
  .hero-news { display: block; }
  .hero-feature { min-height: 440px; }
  .hero-secondary { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; margin-top: 12px; }
  .secondary-story { display: block; padding: 8px; }
  .secondary-story-image .post-image { min-height: 110px; }
  .secondary-story h3 { font-size: 14px; }
  .secondary-story .eyebrow, .secondary-story .news-card-meta { display: none; }
  .category-rail { grid-template-columns: repeat(2, 1fr); }
  .home-layout, .article-layout, .category-layout { display: block; }
  .site-sidebar { position: static; margin-top: 45px; }
  .news-grid-three { grid-template-columns: repeat(2, 1fr); }
  .article-layout .site-sidebar { margin-top: 45px; }
  .article-header h1 { font-size: 38px; }
  .entry-content { font-size: 17px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .top-strip-inner { min-height: 38px; }
  .top-breaking > span:last-child { max-width: 180px; }
  .brand-mark { width: 39px; height: 39px; font-size: 23px; }
  .site-title strong { font-size: 20px; }
  .site-title small { display: none; }
  .breaking-ticker-inner { gap: 10px; }
  .hero-feature { min-height: 410px; }
  .hero-feature-content { right: 22px; bottom: 22px; left: 22px; }
  .hero-feature-content h2 { font-size: 28px; }
  .hero-feature-content p { display: none; }
  .hero-secondary { display: flex; overflow-x: auto; gap: 9px; padding-bottom: 3px; }
  .secondary-story { flex: 0 0 74%; }
  .section-block { margin-top: 48px; }
  .section-heading h2 { font-size: 23px; }
  .news-grid-three, .news-grid-four { grid-template-columns: 1fr 1fr; gap: 12px; }
  .news-card-title { font-size: 15px; }
  .news-list-item { grid-template-columns: 106px minmax(0, 1fr); gap: 12px; padding: 10px; }
  .news-list-image .post-image { height: 105px; }
  .news-list-title { font-size: 16px; line-height: 1.45; }
  .news-list-excerpt { display: none; }
  .category-hero { margin-inline: -12px; padding: 30px 24px; border-radius: 0; }
  .page-heading h1, .category-hero h1 { font-size: 34px; }
  .article-shell { padding-top: 25px; }
  .article-header h1 { font-size: 32px; }
  .article-lead { font-size: 16px; }
  .article-meta { gap: 9px; }
  .share-row { align-items: flex-start; flex-direction: column; gap: 8px; }
  .entry-content { font-size: 16px; line-height: 1.9; }
  .entry-content h2 { font-size: 25px; }
  .entry-content h3 { font-size: 21px; }
  .entry-content .alignwide { width: 100%; max-width: 100%; margin-inline: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 16px; padding-block: 40px; }
  .footer-bottom-inner { display: block; }
  .footer-bottom-inner span { display: block; margin-bottom: 5px; }
  .not-found-actions { flex-direction: column; align-items: center; }
  .search-form-large, .search-overlay-inner form { display: block; }
  .search-form-large .button, .search-overlay-inner .button { width: 100%; margin-top: 8px; }
  .search-overlay-inner { padding: 35px 22px 25px; }
}