/*
Theme Name: HostSewa
Theme URI: https://hostsewa.com
Author: bibek karki
Author URI: https://bibekk.com.np
Description: Nepali newspaper style WordPress theme with HostSewa internal branding, multi-section homepage, category pages, and newsroom article layouts.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: hostsewa
Tags: news, blog, custom-logo, custom-menu, featured-images, two-columns, right-sidebar, translation-ready
*/

:root {
  --np-blue: #2f66c2;
  --np-blue-dark: #1f56b4;
  --np-purple: #7c3fd0;
  --np-purple-soft: #f5efff;
  --np-teal: #4ea0b3;
  --np-pink: #f76d7f;
  --np-bg: #efefef;
  --np-surface: #ffffff;
  --np-border: #d8d8d8;
  --np-text: #111111;
  --np-muted: #666666;
  --np-shadow: 0 12px 34px rgba(18, 23, 39, 0.06);
  --np-radius: 6px;
  --np-container: min(1180px, calc(100vw - 28px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--np-text);
  background: var(--np-bg);
  font-family: "Noto Sans Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--np-blue-dark); }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
.container { width: var(--np-container); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: #111;
  color: #fff;
  border-radius: 999px;
}
.skip-link:focus { left: 1rem; }

.site-header {
  background: var(--np-surface);
  border-bottom: 1px solid var(--np-border);
  position: relative;
  z-index: 20;
}
.brand-strip {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.1rem 0 1rem;
}
.brand-strip__left { display: flex; flex-direction: column; gap: .45rem; }
.site-logo-link,
.custom-logo-link { display: inline-flex; align-items: center; }
.site-logo-fallback,
.custom-logo {
  max-height: 88px;
  width: auto;
  max-width: 100%;
}
.brand-strip__date {
  font-size: 1rem;
  color: #585858;
  padding-left: .1rem;
}
.brand-strip__right { display: flex; justify-content: flex-end; }
.ad-box {
  display: grid;
  place-items: center;
  border-radius: var(--np-radius);
  border: 1px solid #cfcfcf;
  text-align: center;
  font-weight: 700;
  color: #2b2b2b;
  background: linear-gradient(135deg, #d5ecff, #f6fafc);
}
.ad-box--header {
  width: min(100%, 760px);
  min-height: 124px;
  justify-self: end;
}
.ad-box--sidebar {
  min-height: 250px;
  background: linear-gradient(135deg, #fafcff, #edf2ff);
}

.nav-shell {
  background: var(--np-blue);
  color: #fff;
}
.nav-shell__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}
.main-navigation { min-width: 0; }
.primary-menu,
.primary-menu ul,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.primary-menu > li > a {
  display: block;
  padding: 1rem .95rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.primary-menu > li.current-menu-item > a,
.primary-menu > li > a:hover {
  background: rgba(255,255,255,.08);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .65rem 0;
}
.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: .7rem .95rem;
  border-radius: 6px;
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
  background: rgba(255,255,255,.09);
  white-space: nowrap;
}
.nav-pill--pink { background: var(--np-pink); }
.nav-pill--square { min-width: 52px; padding-inline: .6rem; }
.menu-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 48px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  padding: 0 10px;
}
.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}

.main-shell { padding: 1rem 0 2.2rem; }
.homepage-shell,
.category-template,
.page-shell,
.content-shell,
.single-layout { display: grid; gap: 1.7rem; }

.section-frame { background: transparent; }
.section-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}
.section-topline--archive { align-items: flex-start; }
.section-topline--center { justify-content: center; }
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: 1rem;
  font-weight: 800;
}
.section-kicker::before {
  content: "";
  width: 3px;
  height: 14px;
  background: var(--np-purple);
  border-radius: 2px;
}
.section-kicker--light,
.section-topline--light { color: #fff; }
.section-kicker--light::before { background: #fff; }
.section-kicker--title { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 900; }
.section-button {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .28rem .7rem;
  border: 1px solid rgba(124,63,208,.4);
  border-radius: 999px;
  color: var(--np-purple);
  background: #fff;
  font-size: .8rem;
  font-weight: 800;
}
.section-button--light {
  color: #fff;
  background: transparent;
  border-color: rgba(255,255,255,.65);
}
.category-crumbs {
  color: #666;
  font-size: .86rem;
}
.category-crumbs a { color: #555; }
.category-crumbs span { margin: 0 .3rem; }

.headline-stack { display: grid; gap: 1rem; }
.headline-stack__titles,
.headline-stack__features { display: grid; gap: .85rem; }

.news-card {
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  overflow: hidden;
}
.news-card__thumb,
.news-card__thumb img,
.news-placeholder {
  display: block;
  width: 100%;
}
.news-card__thumb img,
.story-row__thumb img,
.rail-story__thumb img,
.single-cover img { object-fit: cover; width: 100%; height: 100%; }
.news-placeholder {
  min-height: 180px;
  padding: 1rem;
  display: grid;
  place-items: center;
  text-align: center;
  background: linear-gradient(135deg, #f6f7fb, #eaeef8);
  color: #444;
  font-weight: 800;
}
.news-card__content { padding: .95rem 1rem 1rem; }
.news-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .45rem;
  color: var(--np-muted);
  font-size: .82rem;
}
.news-card__cat { color: var(--np-purple); font-weight: 800; }
.news-card__title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 900;
}
.news-card__title a:hover { color: #111; }
.news-card__excerpt {
  margin: .55rem 0 0;
  color: #555;
  font-size: .95rem;
}
.news-card--headline { padding: 1.15rem 1rem; background: #f4f4f4; }
.news-card__title--headline {
  text-align: center;
  font-size: clamp(1.55rem, 3.4vw, 2.55rem);
  line-height: 1.28;
}
.news-card--feature .news-card__thumb { aspect-ratio: 16 / 9; }
.news-card--feature .news-card__title {
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.28;
  text-align: center;
}
.news-card--feature .news-card__content { padding-top: 1rem; }
.news-card--mini .news-card__thumb { aspect-ratio: 16 / 10; }
.news-card--mini .news-card__title { font-size: 1rem; line-height: 1.35; }
.news-card--mini .news-card__content { padding-top: .7rem; }
.news-card--compact {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: .75rem;
  padding: .6rem;
}
.news-card--compact .news-card__thumb {
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}
.news-card--compact .news-card__content { padding: 0; }
.news-card--compact .news-card__title { font-size: .98rem; line-height: 1.35; }
.news-card--compact .news-card__meta { margin-bottom: .25rem; }

.flagship-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1rem;
  align-items: start;
}
.flagship-story {
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--np-surface);
  border-radius: var(--np-radius);
  overflow: hidden;
  border: 1px solid var(--np-border);
}
.flagship-story__text,
.category-hero__text {
  background: var(--np-teal);
  color: #fff;
  padding: 2rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flagship-story__text h2,
.category-hero__text h1 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.35;
  font-weight: 900;
}
.flagship-story__text a:hover,
.category-hero__text a:hover { color: #fff; }
.flagship-story__meta,
.category-hero__meta { margin-top: .8rem; color: rgba(255,255,255,.85); font-size: .86rem; }
.flagship-story__image,
.category-hero__image { min-height: 340px; }
.flagship-story__image img,
.category-hero__image img { height: 100%; }
.flagship-rail,
.sidebar-rail,
.side-list,
.compact-list,
.entertain-column__list,
.province-panel__list { display: grid; gap: .65rem; }
.mini-grid { display: grid; gap: .8rem; }
.mini-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.mini-grid--circle .news-card__thumb {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  overflow: hidden;
  margin: 1rem auto 0;
}
.mini-grid--circle .news-card__content { text-align: center; }
.split-feed,
.category-layout,
.single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1rem;
  align-items: start;
}
.story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--np-border);
}
.story-row:first-child { padding-top: .25rem; }
.story-row__body { min-width: 0; }
.story-row__meta { color: var(--np-muted); font-size: .83rem; margin-bottom: .35rem; }
.story-row__title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.45;
  font-weight: 900;
}
.story-row__thumb {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: var(--np-radius);
  overflow: hidden;
}
.side-panel {
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  padding: .8rem .9rem;
}
.side-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .75rem;
}
.side-panel__header h3 { margin: 0; font-size: 1.2rem; font-weight: 900; }
.rail-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: .6rem;
  align-items: center;
  padding: .55rem 0;
  border-top: 1px solid var(--np-border);
}
.rail-story:first-child { border-top: 0; padding-top: 0; }
.rail-story__title { margin: 0; font-size: .95rem; line-height: 1.4; font-weight: 800; }
.rail-story__meta { margin-top: .25rem; font-size: .72rem; color: #808080; text-transform: uppercase; }
.rail-story__thumb { width: 44px; height: 44px; border-radius: 999px; overflow: hidden; }

.teal-band {
  padding: 1.35rem;
  border-radius: var(--np-radius);
  background: var(--np-teal);
}
.teal-band__grid,
.entertain-grid { display: grid; gap: 1rem; }
.teal-band__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.teal-band .news-card { border-color: rgba(255,255,255,.28); }
.teal-band--large { padding: 1.7rem 1.35rem; }
.three-way-board {
  display: grid;
  grid-template-columns: 1fr 1.45fr 1fr;
  gap: 1rem;
  align-items: start;
}
.feature-strip {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 1rem;
}
.feature-strip__left,
.feature-strip__right,
.province-board,
.lower-column { background: var(--np-surface); border: 1px solid var(--np-border); border-radius: var(--np-radius); padding: 1rem; }
.feature-strip__cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .8rem; }
.feature-strip__cards--small { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.entertain-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.entertain-column .news-card--mini .news-card__title { font-size: 1.1rem; }
.province-board { display: grid; gap: 1rem; }
.province-tabs { display: flex; flex-wrap: wrap; gap: .8rem; }
.province-tab { font-size: .9rem; color: #666; border-bottom: 2px solid transparent; padding-bottom: .2rem; }
.province-tab.is-active,
.province-tab:hover { color: #111; border-color: var(--np-purple); }
.province-board__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.province-panel { border: 1px solid var(--np-border); border-radius: var(--np-radius); padding: .85rem; }
.province-panel h3 { margin: 0 0 .75rem; font-size: 1.05rem; font-weight: 900; }
.lower-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }

.category-template { gap: 1rem; }
.category-hero-wrap { display: grid; gap: .9rem; }
.category-hero {
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  overflow: hidden;
}
.category-sidebar,
.sidebar-stack { position: static; top: auto; }

.page-shell,
.content-shell { grid-template-columns: minmax(0, 1fr) 300px; align-items: start; }
.archive-header,
.entry-card,
.not-found,
.widget,
.sidebar-card,
.archive-card,
.single-main { background: transparent; }
.archive-header,
.entry-card,
.not-found,
.widget,
.sidebar-card,
.archive-card {
  background: var(--np-surface);
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  padding: 1rem;
}
.archive-header h1,
.entry-title { margin: 0 0 .55rem; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.25; }
.archive-description,
.entry-meta,
.entry-taxonomies { color: var(--np-muted); }
.post-list { display: grid; gap: .75rem; }
.sidebar-stack { display: grid; gap: 1rem; }
.widget-title { margin: 0 0 .75rem; font-size: 1.05rem; font-weight: 900; }
.widget ul,
.footer-menu { list-style: none; margin: 0; padding: 0; }
.widget li { padding: .55rem 0; border-top: 1px dashed var(--np-border); }
.widget li:first-child { border-top: 0; padding-top: 0; }
.sidebar-links { display: grid; gap: .65rem; }
.sidebar-link {
  display: block;
  border: 1px solid var(--np-border);
  border-radius: var(--np-radius);
  padding: .7rem .8rem;
  background: #fafafa;
  font-weight: 800;
}
.entry-content { font-size: 1.02rem; }
.entry-content p { margin: 0 0 1rem; }
.entry-content blockquote {
  margin: 1rem 0;
  padding: .9rem 1rem;
  border-left: 4px solid var(--np-purple);
  background: var(--np-purple-soft);
}
.single-main { display: grid; gap: 1rem; }
.single-hero__meta-row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: .8rem; }
.single-cover {
  margin-top: 1rem;
  border-radius: var(--np-radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.related-grid { margin-top: .25rem; }

.pagination { margin-top: 1rem; }
.pagination ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: .5rem .8rem;
  border-radius: 999px;
  border: 1px solid var(--np-border);
  background: #fff;
  font-weight: 800;
}
.pagination .current { background: var(--np-purple); border-color: var(--np-purple); color: #fff; }
.search-form { display: flex; gap: .6rem; flex-wrap: wrap; }
.search-field {
  flex: 1 1 240px;
  min-height: 42px;
  padding: .65rem .85rem;
  border: 1px solid var(--np-border);
  border-radius: 999px;
}
.search-submit {
  min-height: 42px;
  padding: .65rem 1rem;
  border: 0;
  border-radius: 999px;
  background: var(--np-blue);
  color: #fff;
  font-weight: 800;
}

.footer-widgets {
  background: #2b98a9;
  color: rgba(255,255,255,.92);
  margin-top: 2rem;
}
.footer-widgets__grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1rem; padding: 2rem 0 1.4rem; }
.footer-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--np-radius);
  padding: 1rem;
}
.footer-card h3 { margin: 0 0 .75rem; color: #fff; }
.footer-brand__logo { max-width: 180px; filter: brightness(0) invert(1); opacity: .96; }
.store-buttons { display: flex; gap: .65rem; flex-wrap: wrap; margin-top: .8rem; }
.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: .45rem .9rem;
  border-radius: 6px;
  background: rgba(255,255,255,.92);
  color: #1b1b1b;
  font-size: .9rem;
  font-weight: 800;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,.18);
}
.footer-menu { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-menu a { color: #fff; }

.alignwide,
.wp-block-image.alignwide,
.wp-block-group.alignwide { max-width: calc(var(--np-container) - 2rem); }
.alignfull,
.wp-block-image.alignfull,
.wp-block-group.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption, .gallery-caption { max-width: 100%; }
.sticky { outline: 2px solid rgba(124,63,208,.25); }
.bypostauthor { display: block; }
.updated:not(.published) { display: none; }

@media (max-width: 1260px) {
  .nav-pill:nth-child(2),
  .nav-pill:nth-child(3) { display: none; }
}
@media (max-width: 1100px) {
  .brand-strip,
  .flagship-grid,
  .split-feed,
  .category-layout,
  .page-shell,
  .content-shell,
  .single-layout,
  .three-way-board,
  .feature-strip,
  .province-board__grid,
  .lower-columns,
  .footer-widgets__grid,
  .entertain-grid { grid-template-columns: 1fr; }
  .category-sidebar,
  .sidebar-stack { position: static; }
  .ad-box--header { width: 100%; }
}
@media (max-width: 920px) {
  .brand-strip { grid-template-columns: 1fr; }
  .brand-strip__right { justify-content: flex-start; }
  .nav-shell__inner { grid-template-columns: 1fr; }
  .nav-actions { justify-content: flex-end; }
  .mini-grid--four,
  .feature-strip__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teal-band__grid { grid-template-columns: 1fr; }
  .flagship-story,
  .category-hero { grid-template-columns: 1fr; }
  .flagship-story__image,
  .category-hero__image { min-height: 0; }
}
@media (max-width: 760px) {
  .primary-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: .5rem;
  }
  .primary-menu.is-open { display: flex; }
  .primary-menu > li > a { padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.12); }
  .nav-actions { justify-content: space-between; }
  .story-row { grid-template-columns: 1fr; }
  .news-card--compact { grid-template-columns: 96px 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100vw - 20px, 1180px); }
  .brand-strip { padding-top: .8rem; }
  .site-logo-fallback,
  .custom-logo { max-height: 68px; }
  .brand-strip__date { font-size: .9rem; }
  .nav-pill { font-size: .82rem; min-height: 38px; }
  .nav-pill--pink,
  .nav-pill--square { display: none; }
  .headline-stack__titles,
  .headline-stack__features,
  .mini-grid--four,
  .feature-strip__cards,
  .feature-strip__cards--small { grid-template-columns: 1fr; }
  .section-kicker--title { font-size: 1.8rem; }
  .flagship-story__text,
  .category-hero__text { padding: 1.35rem 1rem; }
  .news-card__title--headline,
  .category-hero__text h1,
  .flagship-story__text h2 { font-size: 1.45rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* HostSewa customizations */
.site-header--compact .brand-strip { display:none; }
.site-logo-fallback, .custom-logo { max-height: 140px; }
.brand-strip { grid-template-columns: minmax(240px, 420px) minmax(0, 1fr); padding: 1.6rem 0 1.25rem; }
.ad-box--header { min-height: 106px; max-width: 760px; background: linear-gradient(135deg,#d8eefc,#f6fbff); }
.nav-shell { box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.primary-menu > li > a { font-size: 1.22rem; font-weight: 900; padding: 1rem 1.05rem; }
.nav-pill { background: rgba(255,255,255,.12); }
.section-button { border-radius: 999px; border:1px solid rgba(124,63,208,.35); font-weight:800; padding:.42rem .9rem; color:var(--np-purple); background:#fff; }
.section-button--light { color:#fff; border-color:rgba(255,255,255,.45); background:rgba(255,255,255,.12); }
.section-button--round { padding:.5rem 1rem; }
.teaser-teal-box { background:#2ea1b5; color:#fff; padding:2rem 1.6rem; min-height:100%; display:flex; flex-direction:column; justify-content:flex-end; }
.teaser-teal-box a, .teaser-teal-box .flagship-story__meta { color:#fff; }
.headline-stack { gap:1rem; }
.headline-stack--two .headline-stack__titles { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.health-section { padding: 0.4rem 0 0; }
.health-section__topline { align-items:center; border-bottom: 1px solid #d3d3d3; padding-bottom: .75rem; }
.section-kicker--health { font-size: clamp(2rem, 3vw, 3rem); color:#8d2556; font-weight: 900; }
.section-kicker--health::before { display:none; }
.health-grid { display:grid; grid-template-columns: minmax(0,1fr) 330px; gap:2rem; align-items:start; }
.health-grid__featured { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:2rem; }
.health-feature-card { position:relative; overflow:hidden; background:#fff; }
.health-feature-card__image img, .health-feature-card__image .news-placeholder { width:100%; aspect-ratio: 1 / 1; object-fit:cover; }
.health-feature-card__title { position:absolute; left:1.25rem; right:1.25rem; bottom:1.25rem; margin:0; color:#fff; font-size: clamp(1.45rem, 2vw, 2rem); font-weight:900; text-shadow:0 2px 18px rgba(0,0,0,.55); }
.health-side-story { padding: 0 0 1.15rem; margin: 0 0 1.15rem; border-bottom:1px solid #ddd; }
.health-side-story h4 { margin:0; font-size: 2rem; line-height:1.25; font-weight: 800; }
.flagship-grid { display:grid; grid-template-columns: minmax(0,2fr) 330px; gap:1.25rem; }
.flagship-story { display:grid; grid-template-columns: minmax(260px, 1fr) minmax(0, 1.3fr); gap:0; overflow:hidden; }
.flagship-story__image img, .flagship-story__image .news-placeholder { width:100%; height:100%; min-height: 330px; object-fit:cover; }
.flagship-story__text h2 { font-size: clamp(2rem, 3vw, 3rem); line-height:1.2; margin:0 0 .75rem; }
.flagship-rail { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; }
.flagship-rail .news-card { box-shadow:none; background:#fff; }
.side-panel__header { display:flex; justify-content:space-between; align-items:center; gap:.75rem; }
.side-panel__header h3, .section-topline .section-kicker { font-weight:900; }
.category-hero { display:grid; grid-template-columns: 380px minmax(0,1fr); gap:0; overflow:hidden; }
.category-hero__text { min-height: 100%; }
.category-hero__image img, .category-hero__image .news-placeholder { width:100%; height:100%; min-height:360px; object-fit:cover; }
.category-layout { grid-template-columns: minmax(0,1fr) 310px; align-items:start; }
.category-grid-board { margin-top:2rem; padding:1.2rem; }
.category-post-grid { display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:1.25rem; }
.category-post-grid .news-card { background:transparent; box-shadow:none; }
.category-post-grid .news-card__thumb img, .category-post-grid .news-card__thumb .news-placeholder { aspect-ratio: 16/9; object-fit:cover; }
.pagination--dots ul { display:flex; flex-wrap:wrap; gap:.5rem; justify-content:center; padding:0; list-style:none; }
.pagination--dots a, .pagination--dots span { display:inline-flex; align-items:center; justify-content:center; min-width:34px; height:34px; padding:0 .7rem; border-radius:999px; border:1px solid #d0d0d0; background:#fff; }
.pagination--dots .current { background:#8d2556; color:#fff; border-color:#8d2556; }
.site-footer--new { position:relative; background:#4b4b4b; color:#fff; margin-top:3rem; }
.footer-contact-grid { display:grid; grid-template-columns: 1.55fr 1fr 1fr 1.1fr 1.1fr .9fr; gap:0; }
.footer-contact-col { padding:2.4rem 1.75rem 2rem; border-right:1px solid rgba(255,255,255,.12); }
.footer-contact-col:last-child { border-right:0; }
.footer-contact-col h3 { margin:0 0 1rem; font-size:2rem; font-weight:900; }
.footer-contact-col p, .footer-contact-col a { margin:0 0 .7rem; color:#fff; font-size:1rem; }
.footer-block-gap { margin-top:2rem !important; }
.footer-bottom-bar { border-top:1px solid rgba(255,255,255,.08); background:#434343; }
.footer-bottom-bar__inner { display:grid; grid-template-columns: auto 1fr auto; align-items:center; gap:1rem; padding:1rem 0; }
.footer-bottom-links { display:flex; gap:.8rem; align-items:center; white-space:nowrap; }
.footer-copyright { text-align:center; font-weight:800; }
.footer-socials { display:flex; gap:.65rem; align-items:center; }
.footer-socials a { display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; border:1px solid rgba(255,255,255,.35); color:#fff; font-size:14px; }
.footer-backtotop { position:fixed; right:24px; bottom:24px; width:64px; height:64px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; background:#8d2556; color:#fff; font-size:2rem; z-index:99; }
.news-card__meta { gap:.6rem; }
.news-card__cat { color:#8d2556; font-weight:900; }
.section-kicker::before { background:#8d2556; }
.sidebar-rail .rail-story { background:#fff; }
.footer-menu--bottom { display:none; }

@media (max-width: 1100px) {
  .health-grid, .flagship-grid, .category-layout, .footer-contact-grid, .footer-bottom-bar__inner { grid-template-columns:1fr; }
  .health-grid__featured, .category-post-grid, .flagship-rail { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .category-hero, .flagship-story { grid-template-columns:1fr; }
  .footer-contact-col { border-right:0; border-bottom:1px solid rgba(255,255,255,.12); }
}
@media (max-width: 768px) {
  .brand-strip { grid-template-columns:1fr; }
  .nav-shell__inner { grid-template-columns:1fr; }
  .primary-menu { overflow:auto; flex-wrap:nowrap; }
  .headline-stack, .health-grid__featured, .category-post-grid, .flagship-rail { grid-template-columns:1fr; }
  .health-side-story h4 { font-size:1.35rem; }
  .footer-bottom-bar__inner { text-align:center; }
  .footer-bottom-links, .footer-socials { justify-content:center; }
  .footer-backtotop { width:50px; height:50px; font-size:1.5rem; }
}


/* v1.4 polish */
body,
button,
input,
select,
textarea { font-family: "Noto Sans Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.site-header,
.nav-shell,
.side-panel,
.news-card,
.feature-strip__left,
.feature-strip__right,
.province-board,
.lower-column,
.entry-card,
.archive-header,
.sidebar-card,
.widget,
.category-grid-board { box-shadow: none; }
.headline-badge-row { display:flex; align-items:center; justify-content:center; gap:.65rem; margin-bottom:.85rem; flex-wrap:wrap; }
.headline-badge { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:.7rem 1.25rem; border:1px solid var(--np-border); border-radius:14px; background:#fff; color:#444; font-weight:800; }
.headline-badge--top { background: linear-gradient(135deg, #2f82ff, #6f56e9); color:#fff; border-color:transparent; }
.headline-badge--cat { color: var(--np-blue); }
.news-card--headline { padding: 1.35rem 1.1rem 1.15rem; border-radius: var(--np-radius); border:1px solid var(--np-border); background:#f2f2f2; }
.news-card__title--headline { text-align:left; font-size: clamp(1.8rem, 3vw, 3rem); line-height:1.16; font-weight:900; color:#2f66c2; }
.headline-author-row { display:flex; align-items:center; justify-content:center; gap:.75rem; margin-top:1rem; color:#111; flex-wrap:wrap; }
.headline-author-row__avatar .avatar,
.single-author-meta__avatar .avatar,
.author-avatar { border-radius:999px; display:block; }
.headline-author-row__name,
.single-author-meta__name { font-size:1.15rem; font-weight:800; }
.headline-author-row__time,
.single-author-meta__time { font-size:1rem; color:#333; }
.story-row { grid-template-columns:minmax(0,1fr) 150px; gap:1.1rem; align-items:start; padding:.95rem 0; }
.story-row__title { font-size: clamp(1.05rem, 1.9vw, 1.35rem); line-height:1.42; }
.story-row__thumb { aspect-ratio: 16/10; }
.health-section { margin-top: .5rem; }
.health-grid { gap:1.25rem; }
.health-grid__featured { gap:1rem; }
.health-feature-card__title { font-size: clamp(1.1rem, 1.8vw, 1.65rem); line-height:1.28; }
.health-side-story h4 { font-size: 1.1rem; line-height:1.45; }
.single-hero { padding: 1.25rem 1rem; }
.single-hero__meta-row { justify-content:center; }
.single-hero .entry-title { text-align:center; font-size: clamp(2rem, 5.2vw, 4.5rem); line-height:1.12; color: var(--np-blue); margin-bottom: 1rem; word-break: break-word; }
.single-author-meta { display:flex; align-items:center; justify-content:center; gap:1rem; flex-wrap:wrap; color:#111; font-weight:700; }
.entry-content, .entry-content p, .entry-content li { font-size: 1.06rem; line-height:1.9; color:#222; }
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 { line-height:1.3; color:#111; margin:1.2rem 0 .7rem; }
.footer-backtotop { position:absolute; right:18px; bottom:18px; width:54px; height:54px; font-size:1.6rem; }
@media (max-width: 1100px) {
  .headline-stack--two .headline-stack__titles,
  .health-grid,
  .health-grid__featured,
  .category-post-grid { grid-template-columns:1fr; }
}
@media (max-width: 768px) {
  .main-shell { padding-top:.75rem; }
  .brand-strip { padding: 1rem 0 .9rem; }
  .site-logo-fallback, .custom-logo { max-height: 84px; }
  .primary-menu > li > a { font-size:1rem; padding:.8rem 0; }
  .story-row { grid-template-columns: 1fr; gap:.75rem; }
  .single-hero .entry-title { font-size: clamp(1.7rem, 8vw, 2.8rem); }
  .headline-author-row__name, .single-author-meta__name { font-size:1rem; }
  .headline-author-row__time, .single-author-meta__time { font-size:.92rem; }
  .footer-contact-col { padding: 1.25rem 1rem; }
}
@media (max-width: 560px) {
  .headline-badge { min-height:40px; padding:.62rem 1rem; font-size:.92rem; }
  .news-card--headline { padding:1rem .9rem; }
  .news-card__title--headline { font-size:1.65rem; }
  .health-side-story { padding-bottom:.85rem; margin-bottom:.85rem; }
  .footer-backtotop { width:46px; height:46px; font-size:1.25rem; }
}


/* HostSewa footer refresh */
.site-footer--new {
  position: relative;
  background: #4a4a4a;
  color: #fff;
  margin-top: 3rem;
  border-top: 5px solid #f2f2f2;
}
.footer-contact-grid {
  display: grid;
  grid-template-columns: 1.55fr 1.1fr 1.1fr 1.25fr 1.15fr 1fr;
  gap: 0;
}
.footer-contact-col {
  padding: 2.8rem 1.85rem 2.2rem;
  border-right: 1px solid rgba(255,255,255,.10);
  min-height: 210px;
}
.footer-contact-col:last-child { border-right: 0; }
.footer-contact-col h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
}
.footer-contact-col p,
.footer-contact-col a {
  margin: 0 0 .8rem;
  color: rgba(255,255,255,.96);
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.7;
}
.footer-block-gap { margin-top: 2rem !important; }
.footer-bottom-bar {
  border-top: 1px solid rgba(255,255,255,.08);
  background: #424242;
}
.footer-bottom-bar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.footer-bottom-links {
  display: flex;
  gap: .9rem;
  align-items: center;
  white-space: nowrap;
}
.footer-bottom-links a,
.footer-bottom-links span,
.footer-copyright,
.footer-socials a {
  color: #fff;
  font-size: .98rem;
  font-weight: 700;
}
.footer-copyright { text-align: center; }
.footer-socials {
  display: flex;
  align-items: center;
  gap: .95rem;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  opacity: .96;
}
.footer-backtotop {
  position: absolute;
  right: 18px;
  bottom: 38px;
  width: 66px;
  height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #922753;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: none;
  z-index: 3;
}
.footer-backtotop:hover { color: #fff; background: #7c2148; }
@media (max-width: 1100px) {
  .footer-contact-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-contact-col:nth-child(3) { border-right: 0; }
}
@media (max-width: 820px) {
  .footer-contact-grid, .footer-bottom-bar__inner { grid-template-columns: 1fr; }
  .footer-contact-col {
    min-height: auto;
    padding: 1.4rem 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .footer-bottom-bar__inner,
  .footer-copyright { text-align: center; }
  .footer-bottom-links,
  .footer-socials { justify-content: center; }
  .footer-backtotop {
    width: 48px;
    height: 48px;
    font-size: 1.45rem;
    right: 12px;
    bottom: 12px;
  }
}



/* after header topic pills */
.after-header-topics {
  margin: .4rem 0 .55rem;
  padding: 0;
}
.after-header-topics__scroller {
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  padding: .15rem 0 .35rem;
  scrollbar-width: thin;
}
.after-header-topics__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: .38rem .8rem;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  background: #f5f5f5;
  color: #3c3c3c;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1;
}
.after-header-topics__pill:hover {
  color: #b22633;
  border-color: #b22633;
  background: #fff;
}

/* top homepage lead stream */
.top-lead-stream {
  margin: .1rem 0 2.2rem;
  background: transparent;
}
.top-lead-story {
  padding: 1.05rem 0 1.7rem;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}
.top-lead-story:first-child {
  padding-top: .1rem;
}
.top-lead-story__kicker-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: .6rem;
}
.top-lead-story__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .28rem .62rem;
  border-radius: 4px;
  background: #c92c39;
  color: #fff;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}
.top-lead-story__title {
  margin: 0 auto;
  max-width: 1100px;
  font-size: clamp(2.1rem, 4.6vw, 4.15rem);
  line-height: 1.11;
  font-weight: 900;
  letter-spacing: -.035em;
  color: #111;
}
.top-lead-story--text-only .top-lead-story__title {
  max-width: 1130px;
}
.top-lead-story__title a {
  color: inherit;
}
.top-lead-story__meta {
  margin-top: .7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  color: #2e2e2e;
  font-size: .82rem;
  font-weight: 700;
}
.top-lead-story__author-avatar {
  display: inline-flex;
  align-items: center;
}
.top-lead-story__author-avatar .avatar,
.top-lead-story__author-avatar img {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #d6d6d6;
}
.top-lead-story__author-name {
  font-weight: 800;
}
.top-lead-story__time {
  position: relative;
  padding-left: 1rem;
  color: #555;
}
.top-lead-story__time::before {
  content: '';
  position: absolute;
  left: .2rem;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 999px;
  background: #777;
}
.top-lead-story__image {
  display: block;
  margin: 1rem auto 0;
  max-width: 1100px;
  border: 1px solid #d9d9d9;
  padding: .42rem;
  background: #fff;
}
.top-lead-story__image img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 8.2;
  object-fit: cover;
}


@media (max-width: 900px) {
  .after-header-topics {
    margin: .2rem 0 .4rem;
  }
  .after-header-topics__scroller {
    gap: .35rem;
    padding-bottom: .25rem;
  }
  .after-header-topics__pill {
    padding: .34rem .72rem;
    font-size: .7rem;
  }
}

@media (max-width: 900px) {
  .top-lead-story {
    padding: .9rem 0 1.25rem;
  }
  .top-lead-story__title {
    font-size: clamp(1.5rem, 7vw, 2.65rem);
    line-height: 1.16;
    max-width: 96%;
  }
  .top-lead-story__meta {
    gap: .42rem;
    font-size: .8rem;
  }
  .top-lead-story__author-avatar .avatar,
  .top-lead-story__author-avatar img {
    width: 28px;
    height: 28px;
  }
  .top-lead-story__image {
    margin-top: .72rem;
    padding: .26rem;
  }
}


/* Homepage entertainment + photo gallery refresh */
.entertain-feature-board {
  padding: 1.6rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid var(--np-border);
}
.entertain-feature-board__topline { margin-bottom: 1rem; }
.entertain-feature-board__title {
  color: #b12539;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  font-weight: 900;
}
.entertain-feature-board__title::before { background: #b12539; }
.entertain-feature-board__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.85fr) minmax(260px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}
.entertain-hero-card {
  position: relative;
  min-height: 620px;
  border-radius: 6px;
  overflow: hidden;
  background: #0d1529;
}
.entertain-hero-card__image,
.entertain-hero-card__image img,
.entertain-hero-card__image .news-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.entertain-hero-card__image img,
.entertain-hero-card__image .news-placeholder {
  min-height: 620px;
  object-fit: cover;
}
.entertain-hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.16) 55%, rgba(0,0,0,0));
}
.entertain-hero-card__title {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.4rem;
  margin: 0;
  color: #ffe56d;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.28;
  font-weight: 900;
  z-index: 2;
}
.entertain-side-list {
  display: grid;
  gap: 1rem;
}
.entertain-side-story {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}
.entertain-side-story__thumb,
.entertain-side-story__thumb img,
.entertain-side-story__thumb .news-placeholder {
  display: block;
  width: 100%;
}
.entertain-side-story__thumb img,
.entertain-side-story__thumb .news-placeholder {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 4px;
}
.entertain-side-story__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 800;
}

.photo-gallery-band {
  background: linear-gradient(180deg, #0f1830 0%, #0a1122 100%);
  color: #ffffff;
  padding: 1.9rem 1.6rem 2.1rem;
  border-radius: 8px;
}
.photo-gallery-band__topline { margin-bottom: 1.2rem; }
.photo-gallery-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}
.photo-gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  min-height: 360px;
  background: #162341;
}
.photo-gallery-card__image,
.photo-gallery-card__image img,
.photo-gallery-card__image .news-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}
.photo-gallery-card__image img,
.photo-gallery-card__image .news-placeholder {
  min-height: 360px;
  object-fit: cover;
}
.photo-gallery-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.2) 50%, rgba(0,0,0,0));
}
.photo-gallery-card__icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff3b3b;
  color: #fff;
  font-size: 1rem;
  z-index: 2;
}
.photo-gallery-card__title {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 900;
  z-index: 2;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}

@media (max-width: 1100px) {
  .entertain-feature-board__grid,
  .photo-gallery-band__grid { grid-template-columns: 1fr 1fr; }
  .entertain-hero-card { grid-column: 1 / -1; min-height: 420px; }
  .entertain-hero-card__image img,
  .entertain-hero-card__image .news-placeholder { min-height: 420px; }
}
@media (max-width: 760px) {
  .entertain-feature-board,
  .photo-gallery-band { padding: 1rem; }
  .entertain-feature-board__grid,
  .photo-gallery-band__grid { grid-template-columns: 1fr; }
  .entertain-side-story { grid-template-columns: 120px minmax(0, 1fr); }
  .entertain-hero-card { min-height: 340px; }
  .entertain-hero-card__image img,
  .entertain-hero-card__image .news-placeholder,
  .photo-gallery-card,
  .photo-gallery-card__image img,
  .photo-gallery-card__image .news-placeholder { min-height: 340px; }
  .photo-gallery-card { min-height: 340px; }
}
@media (max-width: 520px) {
  .entertain-side-story { grid-template-columns: 1fr; }
  .entertain-side-story__thumb img,
  .entertain-side-story__thumb .news-placeholder { aspect-ratio: 16 / 9; }
  .entertain-hero-card__title { left: 1rem; right: 1rem; bottom: 1rem; font-size: 1.3rem; }
  .photo-gallery-card__title { font-size: 1rem; }
}


.province-showcase { padding: 2rem; }
.province-showcase__title { font-size: 2.25rem; color: var(--np-purple); font-weight: 900; }
.province-showcase__tabs { display: flex; flex-wrap: wrap; gap: 1.6rem; margin: .25rem 0 1.5rem; }
.province-showcase__tab { background: none; border: 0; padding: 0; color: #888; font-size: 1.05rem; font-weight: 800; cursor: pointer; }
.province-showcase__tab.is-active { color: #111; position: relative; }
.province-showcase__tab.is-active::before { content: ''; position: absolute; left: -12px; top: 4px; width: 4px; height: 24px; background: var(--np-purple); border-radius: 10px; }
.province-showcase__panel { display: none; }
.province-showcase__panel.is-active { display: block; }
.province-showcase__grid { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 1.5rem; }
.province-showcase__main { display: grid; gap: 1rem; }
.province-showcase__hero { display: grid; grid-template-columns: 290px minmax(0,1fr); overflow: hidden; border-radius: 16px; }
.province-showcase__hero-text { display: flex; align-items: center; justify-content: center; min-height: 300px; }
.province-showcase__hero-text h3 { margin: 0; font-size: 1.1rem; line-height: 1.55; }
.province-showcase__hero-image, .province-showcase__hero-image img { display: block; width: 100%; height: 100%; }
.province-showcase__hero-image img { object-fit: cover; min-height: 300px; }
.province-showcase__mini-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.province-showcase__mini-card h4, .province-showcase__side-story h4 { margin: .7rem 0 0; font-size: 1rem; line-height: 1.45; font-weight: 800; }
.province-showcase__mini-thumb, .province-showcase__mini-thumb img { display: block; width: 100%; }
.province-showcase__mini-thumb img { aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; }
.province-showcase__side { display: grid; gap: 1rem; }
.province-showcase__side-head { display: flex; align-items: center; justify-content: space-between; }
.province-showcase__side-title { margin: 0; font-size: 1.9rem; font-weight: 900; }
.province-showcase__side-list { display: grid; gap: .8rem; }
.province-showcase__side-story { display: grid; grid-template-columns: minmax(0,1fr) 88px; gap: .9rem; align-items: center; padding-bottom: .85rem; border-bottom: 1px solid var(--np-border); }
.province-showcase__side-thumb, .province-showcase__side-thumb img { display: block; width: 100%; }
.province-showcase__side-thumb img { aspect-ratio: 16/10; object-fit: cover; border-radius: 10px; }
@media (max-width: 991px) {
  .province-showcase__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .province-showcase { padding: 1.25rem; }
  .province-showcase__tabs { gap: 1rem; overflow-x: auto; white-space: nowrap; }
  .province-showcase__hero { grid-template-columns: 1fr; }
  .province-showcase__hero-image img { min-height: 240px; }
  .province-showcase__mini-grid { grid-template-columns: 1fr; }
}


/* HostSewa menu + centered logo update */
.brand-strip {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  gap: .9rem;
  padding: 1.25rem 0 1rem;
}
.brand-strip__left,
.brand-strip__right {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.site-logo-link,
.custom-logo-link {
  justify-content: center;
}
.site-logo-fallback,
.custom-logo {
  max-height: 118px;
}
.brand-strip__date {
  padding-left: 0;
  text-align: center;
}
.ad-box--header {
  justify-self: center;
  width: min(100%, 880px);
  min-height: 96px;
}
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 40;
  transition: box-shadow .2s ease, background-color .2s ease;
}
body.admin-bar .nav-shell {
  top: 32px;
}
.nav-shell__inner {
  grid-template-columns: 1fr auto 1fr;
  gap: .75rem;
}
.main-navigation {
  grid-column: 2;
  justify-self: center;
}
.primary-menu {
  justify-content: center;
  gap: .1rem;
}
.primary-menu > li > a {
  border-radius: 8px;
  padding: .95rem .95rem;
  line-height: 1.2;
}
.nav-actions {
  grid-column: 3;
  justify-self: end;
  gap: .55rem;
}
.nav-pill,
.menu-toggle {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.nav-shell.is-stuck {
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
@media (max-width: 980px) {
  .nav-shell__inner {
    grid-template-columns: 1fr;
  }
  .main-navigation,
  .nav-actions {
    grid-column: auto;
    justify-self: stretch;
  }
  .primary-menu {
    justify-content: flex-start;
  }
  .nav-actions {
    justify-content: flex-end;
  }
}
@media (max-width: 782px) {
  body.admin-bar .nav-shell {
    top: 46px;
  }
}
@media (max-width: 760px) {
  .nav-shell {
    position: sticky;
  }
  .primary-menu {
    flex-wrap: nowrap;
  }
  .primary-menu > li > a {
    border-radius: 0;
  }
}
@media (max-width: 560px) {
  .site-logo-fallback,
  .custom-logo {
    max-height: 78px;
  }
  .ad-box--header {
    min-height: 72px;
  }
}


.category-alt-board { margin-top: 1.5rem; padding: 1.2rem; }
.category-alt-layout { display:grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap:1.1rem; align-items:start; }
.category-alt-lead .news-card { height:100%; }
.category-alt-lead .news-card__thumb img,
.category-alt-lead .news-card__thumb .news-placeholder { aspect-ratio: 16/10; object-fit:cover; }
.category-alt-grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:1rem; }
@media (max-width: 980px) {
  .category-alt-layout { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .category-alt-grid { grid-template-columns:1fr; }
}


/* Final header/mobile overrides */
.brand-strip {
  display: flex;
  justify-content: center;
  padding: 1.35rem 0 .85rem;
}
.brand-strip__left--center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  text-align: center;
}
.brand-strip__right,
.ad-box--header {
  display: none !important;
}
.brand-strip__date {
  font-size: 1.02rem;
  font-weight: 600;
  color: #555;
}
.nav-shell {
  position: sticky;
  top: 0;
  z-index: 60;
}
.nav-shell__inner {
  grid-template-columns: auto minmax(0,1fr) auto;
}
.nav-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.nav-brand .custom-logo,
.nav-brand .site-logo-fallback {
  max-height: 40px;
  width: auto;
}
.nav-actions {
  justify-content: flex-end;
}
.menu-toggle {
  display: none;
}
.menu-toggle span {
  background: #fff !important;
  height: 3px;
  border-radius: 999px;
}
body.menu-open {
  overflow: hidden;
}
@media (min-width: 761px) {
  .nav-brand {
    opacity: 0;
    visibility: hidden;
    width: 0;
    overflow: hidden;
    transition: all .2s ease;
  }
  .nav-shell.is-stuck .nav-brand {
    opacity: 1;
    visibility: visible;
    width: auto;
    margin-right: .75rem;
  }
}
@media (max-width: 920px) {
  .brand-strip {
    padding: 1rem 0 .7rem;
  }
  .custom-logo,
  .site-logo-fallback {
    max-height: 72px;
  }
}
@media (max-width: 760px) {
  .site-header {
    border-bottom: 0;
  }
  .brand-strip {
    padding: .9rem 0 .55rem;
  }
  .brand-strip__date {
    font-size: .92rem;
  }
  .nav-shell {
    box-shadow: 0 8px 22px rgba(0,0,0,.14);
  }
  .nav-shell__inner {
    grid-template-columns: minmax(0,1fr) auto;
    gap: .5rem;
    padding: .3rem 0;
  }
  .nav-brand {
    display: inline-flex;
  }
  .nav-brand .custom-logo,
  .nav-brand .site-logo-fallback {
    max-height: 34px;
  }
  .main-navigation {
    order: 3;
    grid-column: 1 / -1;
  }
  .menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 40px;
    padding: 0 8px;
  }
  .nav-pill {
    display: none !important;
  }
  .primary-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background: var(--np-blue);
    border-top: 1px solid rgba(255,255,255,.12);
    padding: .35rem 0 .5rem;
  }
  .primary-menu.is-open {
    display: flex;
  }
  .primary-menu > li > a {
    padding: .95rem .2rem;
    font-size: 1rem;
    line-height: 1.3;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-shell.is-stuck .nav-brand {
    opacity: 1;
    visibility: visible;
    width: auto;
    margin-right: .5rem;
  }
  .homepage-shell,
  .category-template,
  .page-shell,
  .content-shell,
  .single-layout {
    gap: 1.15rem;
  }
  .container {
    width: min(100vw - 18px, 100%);
  }
  .headline-stack,
  .headline-stack--two .headline-stack__titles,
  .mini-grid--four,
  .feature-strip__cards,
  .feature-strip__cards--small,
  .health-section__grid,
  .health-section__bottom,
  .story-list--two-col,
  .province-showcase__grid,
  .teal-band__grid,
  .entertain-grid,
  .photo-gallery__track,
  .lower-columns {
    grid-template-columns: 1fr !important;
  }
  .flagship-story,
  .category-hero,
  .story-row,
  .health-feature,
  .lower-column,
  .entertain-column,
  .video-strip {
    grid-template-columns: 1fr !important;
  }
  .section-topline {
    align-items: center;
  }
}


/* Mobile cleanup fix */
@media (max-width: 760px) {
  .nav-brand {
    display: none !important;
  }

  .nav-shell__inner {
    grid-template-columns: 1fr auto !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    justify-self: end;
  }

  .headline-stack,
  .headline-stack__titles,
  .headline-stack__features,
  .headline-stack--two .headline-stack__titles {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
  }

  .news-card--headline,
  .flagship-story,
  .category-hero,
  .headline-story,
  .top-story,
  .top-featured {
    width: 100%;
    overflow: hidden;
  }

  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1,
  .teaser-teal-box h1,
  .teaser-teal-box h2,
  .teaser-teal-box .entry-title {
    font-size: clamp(1.5rem, 7vw, 2.15rem) !important;
    line-height: 1.2 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .teaser-teal-box,
  .flagship-story__text,
  .category-hero__text {
    padding: 1.1rem .95rem !important;
  }

  .news-card__meta,
  .flagship-story__meta,
  .brand-strip__date {
    font-size: .9rem !important;
  }

  .flagship-story__image img,
  .category-hero__image img,
  .news-card img,
  .single-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .section-topline,
  .section-topline--archive {
    gap: .5rem;
    flex-wrap: wrap;
  }

  .homepage-shell,
  .category-template,
  .single-layout,
  .page-shell,
  .content-shell {
    overflow-x: hidden;
  }

  body,
  .main-shell {
    overflow-x: hidden;
  }
}


/* Mobile footer and menu width fixes */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 760px) {
  .site-header,
  .nav-shell,
  .main-shell,
  .site-footer,
  .footer-contact-grid,
  .footer-bottom-bar,
  .footer-bottom-bar__inner,
  .footer-contact-col {
    width: 100%;
    max-width: 100%;
  }

  .container,
  .site-footer .container,
  .nav-shell .container,
  .main-shell .container {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .site-footer {
    overflow: hidden;
  }

  .footer-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-contact-col {
    padding: 1.15rem 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.08) !important;
  }

  .footer-bottom-bar__inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .75rem !important;
    text-align: center !important;
    padding: 1rem 0 1.25rem !important;
  }

  .footer-bottom-links,
  .footer-socials,
  .footer-copyright {
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-socials {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .75rem !important;
  }

  .footer-backtotop {
    right: 14px !important;
    bottom: 14px !important;
  }

  .nav-shell {
    left: 0;
    right: 0;
  }

  .nav-shell__inner {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
  }

  .main-navigation {
    width: 100% !important;
  }

  .primary-menu {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .primary-menu > li,
  .primary-menu > li > a,
  .primary-menu ul li,
  .primary-menu ul li a {
    width: 100% !important;
    max-width: 100% !important;
  }

  .menu-toggle {
    z-index: 5;
  }

  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center {
    width: 100%;
    max-width: 100%;
  }

  .custom-logo,
  .site-logo-fallback {
    max-width: min(78vw, 220px) !important;
    height: auto !important;
  }

  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    gap: .55rem !important;
    padding-bottom: .25rem !important;
  }

  .category-pill-row > *,
  .top-pill-row > *,
  .pill-row > *,
  .after-header-pills > * {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}


/* Mobile final cleanup */
.nav-home-link {
  display: none;
  color: #fff;
  font-weight: 800;
  font-size: .98rem;
  line-height: 1;
}

@media (max-width: 760px) {
  .site-footer,
  .footer-bottom-bar,
  .footer-contact-grid,
  .footer-bottom-bar__inner {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  .site-footer .container,
  .footer-bottom-bar .container {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }

  .nav-brand,
  .nav-shell .nav-brand,
  .nav-shell.is-stuck .nav-brand {
    display: none !important;
    width: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    margin: 0 !important;
  }

  .nav-home-link {
    display: inline-flex !important;
    align-items: center;
    margin-right: .5rem;
  }

  .nav-actions {
    width: auto !important;
    gap: .55rem !important;
  }

  .nav-shell__inner {
    grid-template-columns: 1fr auto !important;
    padding: .42rem 0 !important;
  }

  .main-navigation {
    grid-column: 1 / -1;
  }

  .menu-toggle {
    margin-left: 0 !important;
  }

  .primary-menu {
    margin-top: .35rem !important;
  }

  .primary-menu > li > a {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }

  .footer-contact-col:last-child {
    border-bottom: 0 !important;
  }

  .footer-bottom-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .5rem !important;
    align-items: center !important;
  }

  .footer-copyright {
    font-size: .95rem !important;
    line-height: 1.4 !important;
    word-break: break-word;
  }

  .footer-socials a {
    width: 32px;
    height: 32px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }
}


/* Mobile no-overflow final patch */
@media (max-width: 760px) {
  html, body, #page, .site, .main-shell, .site-header, .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .container,
  .site-header .container,
  .main-shell .container,
  .site-footer .container,
  .nav-shell .container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  .brand-strip,
  .nav-shell,
  .footer-contact-grid,
  .footer-bottom-bar,
  .footer-bottom-bar__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .nav-brand,
  .nav-shell .nav-brand,
  .nav-shell.is-stuck .nav-brand,
  .nav-shell__inner .nav-brand {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: auto auto !important;
    justify-content: start !important;
    gap: 10px !important;
    min-height: 56px !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .nav-home-link {
    display: inline-flex !important;
    align-items: center !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  .primary-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin: 8px 0 0 0 !important;
    padding: 0 10px 8px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .primary-menu > li,
  .primary-menu > li > a {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .site-footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-contact-grid {
    grid-template-columns: 1fr !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footer-contact-col {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .footer-bottom-bar__inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footer-bottom-links,
  .footer-copyright,
  .footer-socials {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .footer-backtotop {
    right: 12px !important;
    bottom: 12px !important;
  }
}


/* Mobile hide menu + simplify footer */
@media (max-width: 760px) {
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle,
  .nav-actions,
  .nav-home-link,
  .nav-pill,
  .primary-menu,
  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills {
    display: none !important;
  }

  .site-header--compact .brand-strip,
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .brand-strip {
    padding: 1rem 10px .75rem !important;
    margin: 0 !important;
  }

  .brand-strip__left {
    flex-direction: column !important;
    gap: .4rem !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-width: min(72vw, 220px) !important;
    max-height: 88px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .brand-strip__date {
    display: block !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    color: #555 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .site-footer {
    padding-top: 0 !important;
  }

  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials,
  .footer-backtotop {
    display: none !important;
  }

  .footer-bottom-bar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-bottom-bar__inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 10px 18px !important;
    text-align: center !important;
  }

  .footer-copyright {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: .95rem !important;
    line-height: 1.4 !important;
    text-align: center !important;
    word-break: break-word;
  }
}


/* Mobile final no-space fix */
@media (max-width: 760px) {
  html, body, #page, .site, .site-header, .main-shell, .site-footer, main, header, footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body {
    padding: 0 !important;
  }

  .container,
  .site-header .container,
  .main-shell .container,
  .site-footer .container,
  .nav-shell .container,
  .homepage-shell,
  .category-template,
  .single-layout,
  .page-shell,
  .content-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* Show only logo + date */
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle,
  .nav-actions,
  .nav-home-link,
  .nav-pill,
  .primary-menu,
  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills,
  .category-pills,
  .tag-pills,
  .homepage-pills,
  .post-pill-row,
  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials,
  .footer-backtotop {
    display: none !important;
  }

  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center,
  .site-logo-link {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .brand-strip {
    padding: 14px 10px 12px !important;
    margin: 0 !important;
    gap: 6px !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-width: min(72vw, 220px) !important;
    max-height: 88px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
  }

  .brand-strip__date {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  /* Footer only copyright */
  .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .footer-bottom-bar {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer-bottom-bar__inner {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px 10px 18px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .footer-copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: .95rem !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }

  /* Prevent content cut */
  img,
  iframe,
  table,
  .entry-content,
  .single-main,
  .single-hero,
  .single-cover,
  .news-card,
  .flagship-story,
  .category-hero,
  .teaser-teal-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1,
  .teaser-teal-box h1,
  .teaser-teal-box h2,
  .entry-title {
    font-size: clamp(1.45rem, 8vw, 2.1rem) !important;
    line-height: 1.18 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }
}


/* Ultra-mobile cleanup: remove all top menus/pills and eliminate horizontal overflow */
@media screen and (max-width: 760px) {
  html, body, #page, .site, .site-header, .main-shell, .site-footer, header, main, footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body * {
    max-width: 100%;
    box-sizing: border-box !important;
  }

  .container,
  .site-header .container,
  .main-shell .container,
  .site-footer .container,
  .homepage-shell,
  .category-template,
  .single-layout,
  .page-shell,
  .content-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow-x: hidden !important;
  }

  /* Hide every mobile menu/pill row completely */
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle,
  .nav-actions,
  .nav-home-link,
  .nav-pill,
  .primary-menu,
  .primary-menu.is-open,
  .menu,
  .mobile-menu,
  .header-menu,
  .category-pill-row,
  .top-pill-row,
  .pill-row,
  .after-header-pills,
  .category-pills,
  .tag-pills,
  .homepage-pills,
  .post-pill-row,
  .top-chip-row,
  .chip-row,
  .topic-row,
  .topic-pills,
  .scrolling-pills,
  .section-pills,
  .section-tags {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  /* Header: logo + date only */
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center,
  .site-logo-link,
  .custom-logo-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
  }

  .brand-strip {
    gap: 6px !important;
    padding: 14px 12px 12px !important;
  }

  .custom-logo,
  .site-logo-fallback {
    display: block !important;
    max-width: min(70vw, 210px) !important;
    max-height: 82px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  .brand-strip__date {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .96rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #555 !important;
  }

  /* Single post/title/image fit */
  .entry-card,
  .single-main,
  .single-hero,
  .single-cover,
  .single-cover img,
  .entry-content,
  .flagship-story,
  .category-hero,
  .news-card,
  .news-card img,
  .flagship-story__image,
  .category-hero__image {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .entry-title,
  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1,
  .teaser-teal-box h1,
  .teaser-teal-box h2 {
    font-size: clamp(1.42rem, 8vw, 2rem) !important;
    line-height: 1.16 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }

  /* Footer: copyright only */
  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials,
  .footer-backtotop,
  .widget-area,
  .footer-widgets,
  .footer-menu {
    display: none !important;
  }

  .site-footer,
  .footer-bottom-bar,
  .footer-bottom-bar__inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
  }

  .footer-bottom-bar__inner {
    display: block !important;
    padding: 14px 12px 18px !important;
    text-align: center !important;
  }

  .footer-copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    font-size: .95rem !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }
}


/* Requested mobile polish */
@media (max-width: 760px) {
  /* always show logo + date on mobile, including single posts */
  .site-header--compact .brand-strip {
    display: flex !important;
  }
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center,
  .site-logo-link,
  .custom-logo-link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .brand-strip {
    padding: 14px 12px 10px !important;
    gap: 6px !important;
  }
  .brand-strip__date {
    display: block !important;
    text-align: center !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    color: #555 !important;
  }

  /* single post mobile */
  .single-layout,
  .single-main,
  .single-hero,
  .entry-card,
  .entry-content,
  .single-cover,
  .single-cover img {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .single-hero {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .single-hero .single-hero__meta-row,
  .single-hero .single-author-meta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: .55rem !important;
    text-align: center !important;
  }
  .single-hero .entry-title {
    text-align: center !important;
    font-size: clamp(1.7rem, 8vw, 2.4rem) !important;
    line-height: 1.16 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    margin: .6rem 0 .75rem !important;
  }
  .single-cover {
    margin-top: .75rem !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .single-cover img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .entry-content {
    font-size: 1.08rem !important;
    line-height: 1.9 !important;
    padding: 1rem !important;
    border-radius: 8px !important;
    background: #fff !important;
  }

  /* homepage mobile equal-size layers and no cut */
  .homepage-shell,
  .headline-stack,
  .headline-stack__titles,
  .headline-stack__features,
  .mini-grid,
  .mini-grid--four,
  .mini-grid--three,
  .feature-strip,
  .feature-strip__cards,
  .feature-strip__cards--small,
  .health-section__grid,
  .health-section__bottom,
  .province-showcase__grid,
  .teal-band__grid,
  .entertain-grid,
  .photo-gallery__track,
  .lower-columns,
  .story-list--two-col,
  .category-layout,
  .category-post-grid,
  .related-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .flagship-story,
  .category-hero,
  .story-row,
  .health-feature,
  .video-strip,
  .three-way-board,
  .three-way-board__lead,
  .three-way-board__side,
  .news-card,
  .news-card--mini,
  .news-card--feature,
  .news-card--headline,
  .news-card--list,
  .news-card--rail,
  .lower-column,
  .entertain-column,
  .province-showcase__main,
  .province-showcase__aside {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }
  .news-card,
  .story-row,
  .feature-strip__cards .news-card,
  .entertain-grid .news-card,
  .mini-grid .news-card {
    min-height: auto !important;
  }
  .news-card img,
  .flagship-story__image img,
  .category-hero__image img,
  .health-feature img,
  .province-showcase img,
  .photo-gallery__card img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .teaser-teal-box,
  .flagship-story__text,
  .category-hero__text,
  .news-card__body {
    width: 100% !important;
    max-width: 100% !important;
    padding: 1rem !important;
  }
  .news-card__title,
  .news-card__title--headline,
  .flagship-story__text h2,
  .category-hero__text h1 {
    font-size: clamp(1.2rem, 6vw, 1.85rem) !important;
    line-height: 1.25 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }
  .homepage-shell .section-frame,
  .homepage-shell section,
  .homepage-shell article {
    overflow: hidden !important;
  }

  /* only copyright on mobile footer */
  .footer-bottom-bar__inner {
    padding: 14px 12px 20px !important;
  }
  .footer-copyright {
    text-align: center !important;
    font-size: .95rem !important;
  }
}


/* Mobile post top logo/date strip */
@media (max-width: 760px) {
  .site-header--compact .brand-strip {
    display: flex !important;
  }

  body.single-post .brand-strip,
  body.single .brand-strip {
    display: flex !important;
    justify-content: center !important;
    padding: 14px 12px 12px !important;
    margin: 0 !important;
  }

  body.single-post .brand-strip__left,
  body.single .brand-strip__left,
  body.single-post .brand-strip__left--center,
  body.single .brand-strip__left--center {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
  }

  body.single-post .site-logo-link,
  body.single .site-logo-link,
  body.single-post .custom-logo-link,
  body.single .custom-logo-link {
    display: inline-flex !important;
    justify-content: center !important;
  }

  body.single-post .custom-logo,
  body.single .custom-logo,
  body.single-post .site-logo-fallback,
  body.single .site-logo-fallback {
    max-width: min(72vw, 220px) !important;
    max-height: 88px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  body.single-post .brand-strip__date,
  body.single .brand-strip__date {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: .98rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
    color: #555 !important;
  }
}


/* Desktop header/menu match */
.brand-strip {
  display: flex !important;
  justify-content: center !important;
  padding: 1.4rem 0 1rem !important;
}
.brand-strip__left,
.brand-strip__left--center {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: .45rem !important;
}
.brand-strip__right,
.ad-box--header {
  display: none !important;
}
.custom-logo,
.site-logo-fallback {
  max-height: 132px !important;
  width: auto !important;
}
.brand-strip__date {
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #555 !important;
  padding: 0 !important;
}
.nav-shell {
  background: #3568c7 !important;
  box-shadow: none !important;
}
.nav-shell__inner {
  grid-template-columns: minmax(0,1fr) auto !important;
  gap: 1rem !important;
  align-items: center !important;
}
.nav-brand {
  display: none !important;
}
.primary-menu {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
}
.primary-menu > li > a {
  padding: 1.15rem 1.15rem !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  color: #fff !important;
}
.primary-menu > li.current-menu-item > a,
.primary-menu > li > a:hover {
  background: rgba(255,255,255,.10) !important;
}
.nav-actions {
  display: flex !important;
  align-items: center !important;
  gap: .8rem !important;
}
.nav-pill {
  min-height: 40px !important;
  padding: .7rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.09) !important;
  color: #fff !important;
}
.nav-pill--pink {
  background: rgba(255,255,255,.12) !important;
}
.menu-toggle {
  display: none !important;
}

@media (max-width: 1100px) {
  .primary-menu > li > a {
    padding: 1rem .85rem !important;
    font-size: 1rem !important;
  }
}


/* NepalPress-like single post format */
.single-article-shell {
  margin-top: 1rem;
}
.single-article-title {
  font-size: clamp(2.2rem, 3.7vw, 3.15rem);
  line-height: 1.18;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1rem;
}
.single-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 2rem;
  align-items: start;
}
.single-article-shareline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: .7rem 0;
  margin-bottom: 1.4rem;
}
.single-article-meta {
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .9rem;
  color: var(--np-muted);
  flex-wrap: wrap;
}
.single-article-source {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.single-article-source::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #b5322d;
  display: inline-block;
}
.single-article-share {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.single-article-share a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
}
.single-article-share a:nth-child(1) { background: #3357a7; }
.single-article-share a:nth-child(2) { background: #6995ff; }
.single-article-share a:nth-child(3) { background: #18c46a; }
.single-article-share a:nth-child(4) { background: #111; }
.single-article-share a:nth-child(5) { background: #8bc53f; }
.single-article-sharecount {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  font-size: .9rem;
  line-height: 1.05;
  color: #444;
  margin-right: .45rem;
}
.single-article-featured img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
}
.single-article-content {
  font-size: 1.06rem;
  line-height: 1.95;
  padding: 1rem 0 0;
}
.single-inline-ads {
  margin: 1rem 0;
}
.single-inline-widget {
  margin: 0 0 1rem;
}
.single-article-reactions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: 1rem 0;
  margin-top: 1rem;
}
.single-article-reactions button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.85rem;
}
.single-article-reactions span {
  display: block;
  text-align: center;
  font-size: .75rem;
  color: var(--np-muted);
}
.single-comments-wrap,
.single-related-wrap {
  margin-top: 2rem;
}
.single-block-title,
.single-sidebar-title {
  display: flex;
  align-items: center;
  gap: .85rem;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 1rem;
}
.single-block-title::after,
.single-sidebar-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--np-border);
}
.single-comment-form-wrap textarea,
.single-comment-form-wrap input[type="text"],
.single-comment-form-wrap input[type="email"],
.single-comment-form-wrap input[type="url"] {
  width: 100%;
  border: 1px solid var(--np-border);
  padding: .8rem .9rem;
  background: #fff;
}
.single-comment-form-wrap .comment-form-comment textarea {
  min-height: 160px;
}
.single-comment-form-wrap .form-submit input {
  background: #b5322d;
  color: #fff;
  border: 0;
  padding: .8rem 1.1rem;
  font-size: .78rem;
  font-weight: 800;
}
.single-article-sidebar {
  display: grid;
  gap: 1.2rem;
}
.single-sidebar-box,
.single-sidebar-widgets .widget {
  background: transparent;
  border: 0;
}
.single-sidebar-list {
  display: grid;
  gap: .95rem;
}
.single-sidebar-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: .75rem;
  align-items: start;
  padding-bottom: .95rem;
  border-bottom: 1px solid var(--np-border);
}
.single-sidebar-item__thumb img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}
.single-sidebar-item__body h4 {
  margin: 0;
  font-size: .98rem;
  line-height: 1.55;
  font-weight: 700;
}
.single-sidebar-widgets .widget {
  margin-bottom: 1rem;
}
.single-sidebar-widgets .widget img {
  width: 100%;
  height: auto;
}
.single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
}
.single-related-card__thumb img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.single-related-card h3 {
  margin: .7rem 0 0;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 700;
}
@media (max-width: 980px) {
  .single-article-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .single-article-shareline {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-article-title {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }
  .single-related-grid {
    grid-template-columns: 1fr;
  }
}


/* ShareThis placement on single post */
.sharethis-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 190px;
}
.sharethis-wrap .sharethis-inline-share-buttons {
  width: auto;
}
.single-article-share.sharethis-wrap--top,
.single-article-share.sharethis-wrap--bottom {
  background: transparent;
}
@media (max-width: 760px) {
  .sharethis-wrap {
    width: 100%;
    justify-content: flex-start;
  }
}


/* Custom single author + ShareThis reactions */
.author-avatar--custom {
  border-radius: 50%;
  object-fit: cover;
}
.sharethis-reaction-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: 1rem 0;
  margin-top: 1rem;
}
.sharethis-reaction-wrap .sharethis-inline-reaction-buttons {
  width: 100%;
}



/* Single post author/date/share enlarged */
.single-article-head {
  margin-bottom: 1.2rem;
}
.single-article-title {
  font-size: clamp(2.45rem, 4.2vw, 3.45rem) !important;
  line-height: 1.14 !important;
  margin-bottom: 1.2rem !important;
}
.single-article-authorbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto 1.1rem;
  text-align: left;
  flex-wrap: wrap;
}
.single-article-authorbar__avatar .author-avatar,
.single-article-authorbar__avatar img,
.single-article-authorbar__avatar .avatar {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
.single-article-authorbar__content {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.single-article-authorbar__name {
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1.2;
  color: #111;
}
.single-article-authorbar__meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  font-size: 1.02rem;
  color: #444;
}
.single-article-shareline {
  padding: .95rem 0 !important;
  margin-bottom: 1.5rem !important;
}
.single-article-meta {
  font-size: 1rem !important;
}
.single-article-share.sharethis-wrap--top,
.single-article-share.sharethis-wrap--bottom {
  min-width: 250px;
}
.sharethis-wrap .sharethis-inline-share-buttons {
  min-height: 36px;
}
.single-article-featured {
  margin-bottom: 1rem;
}
.single-article-content {
  font-size: 1.1rem !important;
  line-height: 2 !important;
}
@media (max-width: 760px) {
  .single-article-title {
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
  }
  .single-article-authorbar {
    align-items: center;
    text-align: center;
    gap: .85rem;
  }
  .single-article-authorbar__content {
    align-items: center;
  }
  .single-article-authorbar__name {
    font-size: 1.18rem;
  }
  .single-article-authorbar__meta {
    justify-content: center;
    font-size: .95rem;
  }
  .single-article-share.sharethis-wrap--top,
  .single-article-share.sharethis-wrap--bottom {
    min-width: 100%;
  }
}


/* Requested post header block */
.post-header {
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: .9rem 0;
  margin-bottom: 1.3rem;
}
.post-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.post-info {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
}
.post-user {
  display: flex;
  align-items: center;
  gap: .7rem;
  min-width: 0;
}
.post-user__avatar .author-avatar,
.post-user__avatar .avatar,
.post-user__avatar img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
.post-user__name {
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.2;
}
.post-date {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: var(--np-muted);
  font-size: .98rem;
  flex-wrap: wrap;
}
.post-date__icon {
  font-size: 1rem;
  line-height: 1;
}
.post-date__sep {
  color: #999;
}
.post-header__share {
  margin-left: auto;
}
.post-header .shareThis__custom,
.post-header .sharethis-inline-share-buttons {
  min-width: 220px;
}
.single-article-authorbar,
.single-article-shareline {
  display: none !important;
}
@media (max-width: 760px) {
  .post-header__row {
    align-items: flex-start;
  }
  .post-header__share {
    width: 100%;
    margin-left: 0;
  }
  .post-header .shareThis__custom,
  .post-header .sharethis-inline-share-buttons {
    min-width: 100%;
    width: 100%;
  }
  .post-user__name {
    font-size: 1.05rem;
  }
  .post-date {
    font-size: .9rem;
  }
}


/* Single post header with two optional widget ads */
.single-article-title {
  font-size: clamp(2.3rem, 4vw, 4.25rem);
  line-height: 1.12;
  font-weight: 900;
  text-align: center;
  margin: 0 0 1.5rem;
}
.single-header-ad {
  margin: 0 0 1.6rem;
}
.single-header-ad .widget,
.single-header-ad .single-inline-widget {
  margin: 0;
}
.single-header-ad img {
  width: 100%;
  height: auto;
  display: block;
}
.post-header {
  border-top: 1px solid var(--np-border);
  border-bottom: 1px solid var(--np-border);
  padding: 1.15rem 0;
  margin-bottom: 1.6rem;
}
.post-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.post-user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post-user__avatar .author-avatar,
.post-user__avatar .avatar,
.post-user__avatar img {
  width: 66px;
  height: 66px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}
.post-user__texts {
  display: flex;
  flex-direction: column;
  gap: .3rem;
}
.post-user__name {
  font-size: 1.75rem;
  line-height: 1.15;
  font-weight: 900;
  color: #111;
}
.post-date {
  display: flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  font-size: 1.05rem;
  color: var(--np-muted);
}
.post-header__share {
  margin-left: auto;
}
.post-header .shareThis__custom,
.post-header .sharethis-inline-share-buttons {
  min-width: 250px;
}
.single-article-featured img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}
.single-article-content {
  font-size: 1.08rem;
  line-height: 1.95;
}
.single-article-shareline--bottom .single-article-meta {
  font-size: .98rem;
}
@media (max-width: 980px) {
  .post-header__share {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .single-article-title {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }
  .post-user {
    align-items: flex-start;
  }
  .post-user__name {
    font-size: 1.22rem;
  }
  .post-date {
    font-size: .92rem;
  }
  .post-header .shareThis__custom,
  .post-header .sharethis-inline-share-buttons {
    min-width: 100%;
    width: 100%;
  }
}

/* Paragraph-wise and end-of-post ad slots */
.single-content-ad-slot,
.single-end-ad-slot {
  margin: 1.35rem 0;
}
.single-content-ad-slot .widget,
.single-end-ad-slot .widget,
.single-inline-widget--paragraph,
.single-inline-widget--end {
  margin: 0;
}
.single-content-ad-slot img,
.single-end-ad-slot img {
  width: 100%;
  height: auto;
  display: block;
}
.single-content-ad-slot iframe,
.single-end-ad-slot iframe,
.single-content-ad-slot ins,
.single-end-ad-slot ins {
  max-width: 100%;
}



/* Exact post sidebar update list style */
.single-article-sidebar {
  display: grid;
  gap: 1.6rem;
}

.single-sidebar-box--updates,
.single-sidebar-box--trending {
  background: transparent;
  border: 0;
  padding: 0;
}

.single-sidebar-title--updates,
.single-sidebar-title--trending {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  color: #202020;
  margin: 0 0 1rem;
  padding-bottom: .75rem;
  border-bottom: 3px solid #2f3f63;
}

.single-sidebar-title--updates::before,
.single-sidebar-title--trending::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 42px;
  height: 3px;
  background: #ff6b1a;
}

.single-sidebar-title--updates::after,
.single-sidebar-title--trending::after {
  display: none !important;
}

.single-trending-list,
.single-trending-list--updates {
  display: block;
}

.single-trending-item,
.single-trending-item--updates {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: .9rem;
  align-items: start;
  padding: .95rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.single-trending-item:last-child,
.single-trending-item--updates:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.single-trending-item__number {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid #ff6b1a;
  color: #2f66c2;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .96rem;
  font-weight: 800;
  line-height: 1;
  margin-top: .1rem;
}

.single-trending-item__body h4 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 800;
  color: #262626;
}

.single-trending-item__body a {
  color: inherit;
  text-decoration: none;
}

.single-trending-item__body a:hover {
  color: var(--np-blue);
}

.single-sidebar-widgets {
  margin: .35rem 0;
}

.single-sidebar-widgets .widget {
  margin-bottom: 1rem;
}

.single-sidebar-widgets .widget img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 760px) {
  .single-sidebar-title--updates,
  .single-sidebar-title--trending {
    font-size: 1.7rem;
  }

  .single-trending-item__body h4 {
    font-size: 1rem;
  }
}


/* Homepage last layer 3-column + overflow fix */
.lower-columns {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: start;
}
.lower-column {
  min-width: 0;
}
.lower-column .side-list {
  min-width: 0;
}
.lower-column .rail-story,
.lower-column .news-card,
.lower-column article {
  min-width: 0;
}
.lower-column .rail-story__body,
.lower-column .news-card__body,
.lower-column .rail-story__title,
.lower-column .news-card__title {
  min-width: 0;
}
.lower-column .rail-story__title,
.lower-column .news-card__title,
.lower-column h3,
.lower-column h4,
.lower-column a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.lower-column .rail-story {
  grid-template-columns: minmax(0, 1fr) 64px;
  gap: .8rem;
}
.lower-column .rail-story__title {
  font-size: 1rem;
  line-height: 1.48;
}
.lower-column .rail-story__thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .lower-columns {
    grid-template-columns: 1fr !important;
  }
}


/* Homepage special band above footer */
.special-band {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 0;
  background:
    linear-gradient(180deg, rgba(8,12,24,.72), rgba(8,12,24,.78)),
    radial-gradient(circle at center, rgba(255,170,80,.12), transparent 38%),
    linear-gradient(135deg, #10151f, #182333 48%, #0f1724);
}
.special-band__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(255,186,120,.16), transparent 32%),
    radial-gradient(circle at 80% 100%, rgba(255,186,120,.11), transparent 28%);
  pointer-events: none;
}
.special-band__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.35rem 1rem 2rem;
}
.special-band__topline {
  margin-bottom: 1rem;
}
.special-band__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  align-items: stretch;
}
.special-band-card {
  background: rgba(255,255,255,.96);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  min-width: 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.special-band-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.special-band-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.special-band-card__body {
  padding: .75rem .8rem .9rem;
}
.special-band-card__title {
  margin: 0 0 .35rem;
  font-size: .98rem;
  line-height: 1.45;
  font-weight: 800;
  min-width: 0;
}
.special-band-card__title a {
  color: #171717;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.special-band-card__title a:hover {
  color: var(--np-blue);
}
.special-band-card__meta {
  font-size: .78rem;
  color: #666;
}
@media (max-width: 1200px) {
  .special-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .special-band__inner {
    padding: 1rem .75rem 1.25rem;
  }
  .special-band__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }
  .special-band-card__title {
    font-size: .92rem;
    line-height: 1.4;
  }
}



/* Special band exact screenshot style */
.special-band,
.special-band--footer-top {
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0;
  background:
    radial-gradient(circle at 50% 110%, rgba(192, 228, 246, .42), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(20, 28, 46, .22), transparent 28%),
    linear-gradient(180deg, #0a1018 0%, #0c1320 18%, #131a23 48%, #233341 74%, #7ea1b0 100%);
}

.special-band__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 100%, rgba(255, 170, 90, .12), transparent 28%),
    radial-gradient(circle at 80% 100%, rgba(255, 170, 90, .08), transparent 24%);
  pointer-events: none;
  opacity: .9;
}

.special-band__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.1rem 1rem 1.25rem;
}

.special-band__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.special-band__topline .section-kicker--title,
.special-band__topline .section-kicker {
  color: #fff !important;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1;
  position: relative;
  padding-bottom: .9rem;
}

.special-band__topline .section-kicker::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 4px;
  background: #ff4c31 !important;
  border-radius: 999px;
}

.special-band__topline .section-kicker::after {
  display: none !important;
}

.special-band__more {
  display: inline-flex !important;
  align-items: center;
  gap: .45rem;
  color: rgba(255,255,255,.95) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: .95rem;
  font-weight: 700;
}

.special-band__more-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.85);
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  line-height: 1;
  color: #fff;
}

.special-band__cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .9rem;
  align-items: stretch;
}

.special-band-card {
  background: rgba(255,255,255,.97);
  border-radius: 16px;
  overflow: hidden;
  border: 0;
  min-width: 0;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.special-band-card__image {
  display: block;
  aspect-ratio: 1 / 0.86;
  overflow: hidden;
  background: #ddd;
}

.special-band-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.special-band-card__body {
  padding: .82rem .9rem 1rem;
}

.special-band-card__title {
  margin: 0 0 .4rem;
  font-size: 1rem;
  line-height: 1.42;
  font-weight: 800;
  min-width: 0;
}

.special-band-card__title a {
  color: #161616;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.special-band-card__title a:hover {
  color: var(--np-blue);
}

.special-band-card__meta {
  font-size: .77rem;
  color: #777;
}

.special-band .section-topline--light .section-button--light {
  color: rgba(255,255,255,.95);
}

@media (max-width: 1200px) {
  .special-band__topline .section-kicker--title,
  .special-band__topline .section-kicker {
    font-size: 2.4rem;
  }
  .special-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .special-band__inner {
    padding: 1rem .75rem 1.1rem;
  }
  .special-band__topline {
    align-items: flex-start;
    flex-direction: row;
  }
  .special-band__topline .section-kicker--title,
  .special-band__topline .section-kicker {
    font-size: 2rem;
    padding-bottom: .8rem;
  }
  .special-band__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }
  .special-band-card {
    border-radius: 14px;
  }
  .special-band-card__title {
    font-size: .92rem;
    line-height: 1.38;
  }
  .special-band__more {
    font-size: .82rem;
    white-space: nowrap;
  }
}



/* FORCE FIX: homepage special section exact horizontal layout */
.homepage-shell > .special-band.special-band--footer-top,
.special-band.special-band--footer-top {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  background:
    radial-gradient(circle at 50% 110%, rgba(192, 228, 246, .42), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(20, 28, 46, .22), transparent 28%),
    linear-gradient(180deg, #091018 0%, #0c1320 18%, #141d26 48%, #233341 74%, #8eabb5 100%) !important;
}

.special-band.special-band--footer-top .special-band__inner {
  position: relative !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 1rem 1rem 1.3rem !important;
}

.special-band.special-band--footer-top .special-band__topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin: 0 0 1rem !important;
}

.special-band.special-band--footer-top .section-kicker,
.special-band.special-band--footer-top .section-kicker--title {
  display: inline-block !important;
  color: #fff !important;
  font-size: 2.9rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 0 !important;
  padding: 0 0 .9rem !important;
  position: relative !important;
}

.special-band.special-band--footer-top .section-kicker::before,
.special-band.special-band--footer-top .section-kicker--title::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 68px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #ff4c31 !important;
}

.special-band.special-band--footer-top .section-kicker::after,
.special-band.special-band--footer-top .section-kicker--title::after {
  display: none !important;
}

.special-band.special-band--footer-top .special-band__more,
.special-band.special-band--footer-top .section-button--light {
  display: inline-flex !important;
  align-items: center !important;
  gap: .45rem !important;
  color: rgba(255,255,255,.95) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.special-band.special-band--footer-top .special-band__more-icon {
  display: inline-flex !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.85) !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: .72rem !important;
  line-height: 1 !important;
  color: #fff !important;
}

.special-band.special-band--footer-top .special-band__cards {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: .9rem !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 100% !important;
}

.special-band.special-band--footer-top .special-band-card {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  background: rgba(255,255,255,.97) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.18) !important;
}

.special-band.special-band--footer-top .special-band-card__image {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1 / 0.82 !important;
  overflow: hidden !important;
  background: #ddd !important;
}

.special-band.special-band--footer-top .special-band-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.special-band.special-band--footer-top .special-band-card__body {
  display: block !important;
  padding: .78rem .88rem .95rem !important;
}

.special-band.special-band--footer-top .special-band-card__title {
  margin: 0 0 .38rem !important;
  font-size: .98rem !important;
  line-height: 1.42 !important;
  font-weight: 800 !important;
  min-width: 0 !important;
}

.special-band.special-band--footer-top .special-band-card__title a {
  color: #161616 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.special-band.special-band--footer-top .special-band-card__meta {
  font-size: .77rem !important;
  color: #777 !important;
}

@media (max-width: 1200px) {
  .special-band.special-band--footer-top .special-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .special-band.special-band--footer-top .section-kicker,
  .special-band.special-band--footer-top .section-kicker--title {
    font-size: 2.35rem !important;
  }
}

@media (max-width: 760px) {
  .special-band.special-band--footer-top .special-band__inner {
    padding: 1rem .75rem 1.1rem !important;
  }
  .special-band.special-band--footer-top .special-band__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .75rem !important;
  }
  .special-band.special-band--footer-top .section-kicker,
  .special-band.special-band--footer-top .section-kicker--title {
    font-size: 1.95rem !important;
    padding-bottom: .8rem !important;
  }
  .special-band.special-band--footer-top .special-band-card__title {
    font-size: .92rem !important;
    line-height: 1.38 !important;
  }
}



/* Special section no background + black title */
.special-band.special-band--footer-top,
.homepage-shell > .special-band.special-band--footer-top {
  background: transparent !important;
}

.special-band.special-band--footer-top .special-band__overlay {
  display: none !important;
}

.special-band.special-band--footer-top .special-band__topline .section-kicker,
.special-band.special-band--footer-top .special-band__topline .section-kicker--title {
  color: #111 !important;
}

.special-band.special-band--footer-top .special-band__more,
.special-band.special-band--footer-top .section-button--light,
.special-band.special-band--footer-top .special-band__more-icon {
  color: #111 !important;
}

.special-band.special-band--footer-top .special-band__more-icon {
  border-color: rgba(17,17,17,.7) !important;
}


/* Remove category row below menu on homepage */
.after-header-topics,
.after-header-topics__scroller,
.after-header-topics__pill,
.top-pill-row,
.category-pill-row,
.after-header-pills {
  display: none !important;
}

/* Restore mobile menu */
@media (max-width: 760px) {
  .nav-shell,
  .nav-shell__inner,
  .main-navigation,
  .menu-toggle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nav-shell {
    background: var(--np-blue) !important;
  }

  .nav-shell__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: 0 .75rem !important;
  }

  .main-navigation {
    min-width: 0 !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 3px 0 !important;
    background: #fff !important;
  }

  .primary-menu {
    display: none !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    background: var(--np-blue) !important;
    padding: .35rem 0 .7rem !important;
  }

  .main-navigation.is-open .primary-menu,
  .primary-menu.is-open {
    display: flex !important;
  }

  .primary-menu > li {
    width: 100% !important;
  }

  .primary-menu > li > a {
    display: block !important;
    width: 100% !important;
    padding: .8rem .25rem !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
  }

  /* keep logo/date visible */
  .brand-strip,
  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
  }

  /* restore footer on mobile if prior hide rules exist */
  .footer-contact-grid,
  .footer-contact-col,
  .footer-bottom-links,
  .footer-socials {
    display: initial !important;
  }
  .footer-contact-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .footer-bottom-bar__inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }
}



/* Mobile header search + drawer menu */
.mobile-search-toggle,
.mobile-drawer,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 760px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill {
    display: none !important;
  }

  .site-header {
    overflow: visible !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .9rem .8rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 86px !important;
    width: auto !important;
  }

  .brand-strip__date {
    text-align: center !important;
    font-size: .98rem !important;
    line-height: 1.35 !important;
    color: #666 !important;
    margin-top: .2rem !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border);
    border-bottom: 1px solid var(--np-border);
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 46px 1fr 46px !important;
    align-items: center !important;
    gap: .6rem !important;
    padding: .7rem .9rem !important;
  }

  .main-navigation {
    display: none !important;
  }

  .nav-actions {
    display: contents !important;
  }

  .nav-pill {
    display: none !important;
  }

  .mobile-search-toggle,
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    padding: 0 !important;
  }

  .mobile-search-toggle {
    grid-column: 1;
    justify-self: start;
    font-size: 1.9rem !important;
    line-height: 1 !important;
  }

  .menu-toggle {
    grid-column: 3;
    justify-self: end;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .menu-toggle span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #111 !important;
    border-radius: 2px !important;
    margin: 0 !important;
  }


  .mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.32);
    z-index: 9997;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
  }

  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: min(84vw, 320px);
    height: 100vh;
    background: #fff;
    z-index: 9998;
    box-shadow: 8px 0 28px rgba(0,0,0,.18);
    transform: translateX(-100%);
    transition: transform .28s ease;
    overflow-y: auto;
  }

  body.mobile-menu-open .mobile-drawer {
    transform: translateX(0);
  }

  .mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .9rem .9rem .7rem;
    border-bottom: 1px solid #e7e7e7;
  }

  .mobile-drawer__brand .custom-logo {
    max-height: 54px !important;
  }

  .mobile-drawer__close {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 0;
    background: #ea3556;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-drawer__search {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .mobile-drawer__search-icon {
    border: 0;
    background: #ef1c1c;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-drawer__search input {
    border: 0;
    background: #1e67b3;
    color: #fff;
    padding: 0 1rem;
    font-size: 1.05rem;
    min-height: 72px;
  }

  .mobile-drawer__search input::placeholder {
    color: rgba(255,255,255,.78);
  }

  .mobile-drawer-menu,
  .mobile-drawer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-drawer-menu > li {
    border-bottom: 1px solid #e5e5e5;
  }

  .mobile-drawer-menu > li > a {
    display: block;
    padding: 1rem .95rem;
    color: #444;
    text-decoration: none;
    font-size: 1.85rem;
    line-height: 1.2;
    font-weight: 800;
  }

  .mobile-drawer-menu > li > a:hover {
    background: #f8f8f8;
    color: #111;
  }
}


/* FINAL FIX: desktop normal, mobile drawer only */
.mobile-search-toggle,
.mobile-menu-overlay,
.mobile-drawer {
  display: none !important;
}

@media (min-width: 761px) {
  body.mobile-menu-open {
    overflow: auto !important;
  }

  .mobile-search-toggle,
  .mobile-menu-overlay,
  .mobile-drawer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .main-navigation {
    display: block !important;
  }

  .primary-menu {
    display: flex !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
  }

  .menu-toggle {
    display: none !important;
  }

  .nav-pill {
    display: inline-flex !important;
  }
}

@media (max-width: 760px) {
  .nav-brand,
  .nav-pill {
    display: none !important;
  }

  .site-header {
    overflow: visible !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    gap: .75rem !important;
    padding: .6rem .8rem !important;
    min-height: 58px !important;
  }

  .main-navigation {
    display: none !important;
  }

  .nav-actions {
    display: contents !important;
    padding: 0 !important;
  }

  .mobile-search-toggle,
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #111 !important;
  }

  .mobile-search-toggle {
    grid-column: 1 !important;
    justify-self: start !important;
    font-size: 1.8rem !important;
    line-height: 1 !important;
  }

  .menu-toggle {
    grid-column: 3 !important;
    justify-self: end !important;
    flex-direction: column !important;
    gap: 5px !important;
  }

  .menu-toggle span {
    width: 28px !important;
    height: 3px !important;
    background: #111 !important;
    border-radius: 2px !important;
    display: block !important;
    margin: 0 !important;
  }

  .mobile-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.34) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .mobile-drawer {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    transform: translateX(-100%) !important;
    transition: transform .28s ease !important;
    overflow-y: auto !important;
    visibility: visible !important;
  }

  body.mobile-menu-open .mobile-drawer {
    transform: translateX(0) !important;
  }

  .mobile-drawer__top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .8rem !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .mobile-drawer__brand {
    min-width: 0 !important;
  }

  .mobile-drawer__brand .custom-logo,
  .mobile-drawer__brand .site-logo-fallback {
    max-height: 54px !important;
    width: auto !important;
  }

  .mobile-drawer__close {
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: #e44a57 !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-drawer__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .mobile-drawer__search-icon {
    border: 0 !important;
    background: #df2f22 !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-drawer__search input {
    min-height: 72px !important;
    border: 0 !important;
    background: #2f66c2 !important;
    color: #fff !important;
    padding: 0 1rem !important;
    font-size: 1.05rem !important;
  }

  .mobile-drawer__search input::placeholder {
    color: rgba(255,255,255,.82) !important;
  }

  .mobile-drawer-menu,
  .mobile-drawer-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mobile-drawer-menu > li {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  .mobile-drawer-menu > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #4b4b4b !important;
    text-decoration: none !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
  }

  .mobile-drawer-menu > li > a:hover {
    background: #f7f7f7 !important;
    color: #111 !important;
  }
}



/* Mobile horizontal pill menu from WordPress menu structure */
@media (max-width: 760px) {
  body.mobile-menu-open {
    overflow: auto !important;
  }

  .mobile-menu-overlay,
  .mobile-drawer,
  .mobile-search-toggle {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .85rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .brand-strip__date {
    text-align: center !important;
    font-size: .98rem !important;
    color: #666 !important;
  }

  .nav-shell {
    background: transparent !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .nav-shell__inner {
    display: block !important;
    padding: .4rem 0 0 !important;
  }

  .nav-brand,
  .nav-actions,
  .menu-toggle,
  .nav-pill {
    display: none !important;
  }

  .main-navigation {
    display: block !important;
    width: 100% !important;
  }

  .primary-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: .55rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    padding: .15rem .75rem .35rem !important;
    margin: 0 !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .primary-menu::-webkit-scrollbar {
    display: none !important;
  }

  .primary-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .primary-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: .78rem 1.28rem !important;
    border: 2px solid #cfcfcf !important;
    border-radius: 999px !important;
    background: #f8f8f8 !important;
    color: #333 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .primary-menu > li.current-menu-item > a,
  .primary-menu > li.current-menu-parent > a,
  .primary-menu > li > a:hover {
    background: #fff !important;
    color: #111 !important;
    border-color: #bdbdbd !important;
  }

  .primary-menu .sub-menu {
    display: none !important;
  }
}



/* Mobile menu final pill bar only */
.mobile-menu-overlay,
.mobile-drawer,
.mobile-search-toggle {
  display: none !important;
}

@media (min-width: 761px) {
  .menu-toggle {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.mobile-menu-open,
  body.menu-open {
    overflow: auto !important;
  }

  .mobile-menu-overlay,
  .mobile-drawer,
  .mobile-search-toggle,
  .menu-toggle,
  .nav-brand,
  .nav-actions,
  .nav-pill {
    display: none !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .8rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .25rem !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .site-logo-link,
  .custom-logo-link {
    display: inline-flex !important;
    justify-content: center !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 82px !important;
    width: auto !important;
  }

  .brand-strip__date {
    font-size: .98rem !important;
    color: #666 !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  .nav-shell {
    background: transparent !important;
    color: inherit !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }

  .nav-shell__inner {
    display: block !important;
    padding: .2rem 0 .15rem !important;
    width: 100% !important;
  }

  .main-navigation {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .primary-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: .55rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: .15rem .75rem .4rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    background: transparent !important;
  }

  .primary-menu::-webkit-scrollbar {
    display: none !important;
  }

  .primary-menu > li {
    flex: 0 0 auto !important;
    width: auto !important;
  }

  .primary-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-height: 46px !important;
    padding: .74rem 1.22rem !important;
    border: 2px solid #cfcfcf !important;
    border-radius: 999px !important;
    background: #f7f7f7 !important;
    color: #333 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  .primary-menu > li.current-menu-item > a,
  .primary-menu > li.current-menu-parent > a,
  .primary-menu > li > a:hover {
    background: #fff !important;
    color: #111 !important;
    border-color: #bfbfbf !important;
  }

  .primary-menu .sub-menu,
  .primary-menu .children {
    display: none !important;
  }

  /* remove any category row under menu */
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill,
  .top-pill-row,
  .category-pill-row,
  .after-header-pills {
    display: none !important;
  }
}


/* Ads slots */
.global-after-menu-ad,
.home-section-ad-slot {
  margin: 1rem auto;
}
.global-after-menu-ad .widget,
.home-section-ad-slot .widget,
.global-after-menu-ad-widget,
.home-section-ad-widget {
  margin: 0;
}
.global-after-menu-ad img,
.home-section-ad-slot img,
.site-skip-ad__body img {
  width: 100%;
  height: auto;
  display: block;
}
.global-after-menu-ad iframe,
.home-section-ad-slot iframe,
.site-skip-ad__body iframe,
.global-after-menu-ad ins,
.home-section-ad-slot ins,
.site-skip-ad__body ins {
  max-width: 100%;
}

/* Widgetized footer */
.footer-widget,
.footer-widget--bottom {
  margin: 0;
}
.footer-widget-title {
  margin: 0 0 .8rem;
  font-size: 1.5rem;
  font-weight: 800;
}
.footer-contact-col .widget p,
.footer-contact-col .widget li,
.footer-contact-col .widget a {
  color: inherit;
}
.footer-contact-col .widget ul,
.footer-contact-col .widget ol {
  margin: 0;
  padding-left: 1rem;
}
.footer-bottom-links .widget,
.footer-copyright .widget,
.footer-socials .widget {
  margin: 0;
}
.footer-socials .widget p,
.footer-socials .widget a {
  display: inline-block;
  margin-right: .5rem;
}

/* Opening skip ad */
.site-skip-ad {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 18, .72);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.site-skip-ad.is-hidden {
  display: none !important;
}
.site-skip-ad__dialog {
  width: min(100%, 960px);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  position: relative;
  padding: 1rem;
}
.site-skip-ad__skip {
  position: sticky;
  top: 0;
  float: right;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-weight: 800;
  padding: .75rem 1rem;
  cursor: pointer;
}
.site-skip-ad__skip[disabled] {
  opacity: .72;
  cursor: not-allowed;
}
.site-skip-ad__body {
  clear: both;
  margin-top: .5rem;
}
.site-skip-ad__body .widget {
  margin: 0;
}
@media (max-width: 760px) {
  .site-skip-ad__dialog {
    width: 100%;
    padding: .75rem;
    border-radius: 10px;
  }
}


.footer-siteby {
  margin-top: .35rem;
  font-size: .92rem;
  font-weight: 700;
  opacity: .95;
}



/* Footer and ad widgets: remove white backgrounds/boxes */
.global-after-menu-ad .widget,
.global-after-menu-ad-widget,
.home-section-ad-slot .widget,
.home-section-ad-widget,
.single-header-ad .widget,
.single-header-ad .single-inline-widget,
.single-content-ad-slot .widget,
.single-end-ad-slot .widget,
.single-inline-widget--paragraph,
.single-inline-widget--end,
.single-sidebar-widgets .widget,
.site-footer .footer-widget,
.site-footer .footer-widget--bottom,
.site-footer .footer-contact-col .widget,
.site-footer .footer-bottom-links .widget,
.site-footer .footer-copyright .widget,
.site-footer .footer-socials .widget {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.site-footer .footer-contact-col,
.site-footer .footer-bottom-links,
.site-footer .footer-copyright,
.site-footer .footer-socials {
  background: transparent !important;
}

.site-footer .footer-widget p,
.site-footer .footer-widget li,
.site-footer .footer-widget a,
.site-footer .footer-widget-title,
.site-footer .footer-contact-col p,
.site-footer .footer-contact-col a {
  background: transparent !important;
}

.global-after-menu-ad .widget > *,
.home-section-ad-slot .widget > *,
.single-header-ad .widget > *,
.single-content-ad-slot .widget > *,
.single-end-ad-slot .widget > *,
.site-footer .footer-widget > * {
  background: transparent !important;
}

.site-footer .footer-widget ul,
.site-footer .footer-widget ol {
  background: transparent !important;
  margin-top: 0;
  margin-bottom: 0;
}

/* keep images/ads clean without white card wrapper */
.global-after-menu-ad img,
.home-section-ad-slot img,
.single-header-ad img,
.single-content-ad-slot img,
.single-end-ad-slot img {
  display: block;
  background: transparent !important;
}

/* if text widgets create default white wrappers from editor blocks */
.site-footer .wp-block-group,
.site-footer .wp-block-columns,
.site-footer .wp-block-column,
.site-footer .wp-block-paragraph,
.site-footer .wp-block-heading,
.global-after-menu-ad .wp-block-group,
.home-section-ad-slot .wp-block-group,
.single-header-ad .wp-block-group,
.single-content-ad-slot .wp-block-group,
.single-end-ad-slot .wp-block-group {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}



/* Mobile push menu on all pages */
.push-menu-trigger,
.push-menu-overlay,
.push-mobile-menu {
  display: none;
}

@media (min-width: 761px) {
  .push-menu-trigger,
  .push-menu-overlay,
  .push-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.push-menu-open {
    overflow: hidden !important;
  }

  /* show standard header/menu bar on all pages */
  .site-header {
    overflow: visible !important;
  }

  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .8rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: .2rem !important;
  }

  .brand-strip__right,
  .nav-brand,
  .nav-pill,
  .main-navigation,
  .primary-menu,
  .menu-toggle,
  .mobile-search-toggle,
  .mobile-drawer,
  .mobile-menu-overlay {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 82px !important;
    width: auto !important;
  }

  .brand-strip__date {
    text-align: center !important;
    font-size: .98rem !important;
    color: #666 !important;
    padding-left: 0 !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-shell__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 56px !important;
    padding: .4rem .8rem !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }

  .push-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0, 0, 0, .34) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  body.push-menu-open .push-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(100%) !important;
    transition: transform .28s ease !important;
    box-shadow: -8px 0 28px rgba(0,0,0,.18) !important;
    overflow-y: auto !important;
  }

  body.push-menu-open .push-mobile-menu {
    transform: translateX(0) !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }

  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ef4b5a !important;
    color: #fff !important;
    font-size: 1.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__nav {
    display: block !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .push-mobile-menu__list > li > a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
  }
}



/* FINAL MOBILE MENU BROKEN FIX */
@media (max-width: 760px) {
  /* hide old menu systems completely */
  .mobile-drawer,
  .mobile-menu-overlay,
  .mobile-search-toggle,
  .menu-toggle,
  .primary-menu,
  .main-navigation.is-open .primary-menu,
  .primary-menu.is-open,
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill {
    display: none !important;
  }

  /* keep only one logo/date block */
  .brand-strip {
    display: block !important;
    padding: 1rem .8rem .75rem !important;
    background: #fff !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 76px !important;
    width: auto !important;
  }

  .brand-strip__date {
    display: block !important;
    text-align: center !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    color: #555 !important;
    margin-top: .15rem !important;
    padding-left: 0 !important;
  }

  /* top nav bar with only trigger */
  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-brand,
  .nav-pill {
    display: none !important;
  }

  .nav-shell__inner {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 54px !important;
    padding: .35rem .8rem !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    background: #111 !important;
    border-radius: 2px !important;
    margin: 0 !important;
  }

  /* hidden by default */
  .push-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.35) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  .push-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform .28s ease, visibility .28s ease !important;
    box-shadow: -8px 0 28px rgba(0,0,0,.18) !important;
    overflow-y: auto !important;
  }

  body.push-menu-open .push-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }

  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #ef4b5a !important;
    color: #fff !important;
    font-size: 1.25rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .push-mobile-menu__list > li > a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
  }
}


/* EXACT MOBILE HEADER + PUSH MENU FIX */
.mobile-search-trigger,
.push-menu-trigger,
.push-menu-overlay,
.push-mobile-menu {
  display: none;
}

@media (min-width: 761px) {
  .mobile-search-trigger,
  .push-menu-trigger,
  .push-menu-overlay,
  .push-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 760px) {
  body.push-menu-open {
    overflow: hidden !important;
  }

  /* hide all old mobile menu systems */
  .mobile-drawer,
  .mobile-menu-overlay,
  .mobile-search-toggle,
  .menu-toggle,
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill {
    display: none !important;
  }

  /* keep one centered logo/date block */
  .brand-strip {
    display: block !important;
    background: #fff !important;
    padding: 1rem .75rem .7rem !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .15rem !important;
  }

  .brand-strip__right {
    display: none !important;
  }

  .custom-logo,
  .site-logo-fallback {
    max-height: 78px !important;
    width: auto !important;
  }

  .brand-strip__date {
    display: block !important;
    margin-top: .15rem !important;
    color: #666 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  /* bar below logo/date */
  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    min-height: 56px !important;
    gap: .5rem !important;
    padding: .35rem .75rem !important;
  }

  .nav-brand,
  .nav-pill,
  .main-navigation,
  .primary-menu {
    display: none !important;
  }

  .nav-actions {
    display: contents !important;
  }

  .mobile-search-trigger {
    display: inline-flex !important;
    grid-column: 1 !important;
    justify-self: start !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #2f6b63 !important;
  }

  .mobile-search-trigger__icon {
    font-size: 1.9rem !important;
    line-height: 1 !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }

  .push-menu-overlay {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,.34) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .25s ease, visibility .25s ease !important;
  }

  .push-mobile-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(-100%) !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: transform .28s ease, visibility .28s ease !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    overflow-y: auto !important;
  }

  body.push-menu-open .push-menu-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu {
    transform: translateX(0) !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }

  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }

  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e44a57 !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }

  .push-mobile-menu__search-icon {
    border: 0 !important;
    background: #df2f22 !important;
    color: #fff !important;
    font-size: 1.6rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .push-mobile-menu__search input {
    min-height: 72px !important;
    border: 0 !important;
    background: #2f66c2 !important;
    color: #fff !important;
    padding: 0 1rem !important;
    font-size: 1.05rem !important;
  }

  .push-mobile-menu__search input::placeholder {
    color: rgba(255,255,255,.82) !important;
  }

  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }

  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .push-mobile-menu__list > li > a:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
  }
}



/* ULTIMATE FIX: keep mobile push menu fully hidden until trigger click */
.push-menu-overlay[hidden],
.push-mobile-menu[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  body:not(.push-menu-open) .push-menu-overlay,
  body:not(.push-menu-open) .push-mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.push-menu-open .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0,0,0,.34) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #fff !important;
    overflow-y: auto !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }
}


/* MENU CLEANUP + RESPONSIVE FINAL */
.nav-brand,
.nav-pill {
  display: none !important;
}

.push-menu-overlay[hidden],
.push-mobile-menu[hidden] {
  display: none !important;
}

@media (min-width: 761px) {
  .nav-shell {
    background: var(--np-blue) !important;
  }
  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 1fr auto auto !important;
    align-items: center !important;
    gap: 1rem !important;
  }
  .main-navigation {
    display: block !important;
    min-width: 0 !important;
  }
  .primary-menu {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: .25rem 1rem !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .primary-menu > li > a {
    white-space: nowrap !important;
  }
  .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: .75rem !important;
    justify-content: flex-end !important;
  }
  .mobile-search-trigger {
    display: inline-flex !important;
    width: 50px !important;
    height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid rgba(255,255,255,.75) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111 !important;
    padding: 0 !important;
  }
  .mobile-search-trigger__icon {
    font-size: 1.65rem !important;
    line-height: 1 !important;
  }
  .push-menu-trigger {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .mobile-drawer,
  .mobile-menu-overlay,
  .mobile-search-toggle,
  .menu-toggle,
  .after-header-topics,
  .after-header-topics__scroller,
  .after-header-topics__pill,
  .main-navigation,
  .primary-menu {
    display: none !important;
  }

  .brand-strip {
    display: block !important;
    background: #fff !important;
    padding: 1rem .75rem .7rem !important;
  }
  .brand-strip__left,
  .brand-strip__left--center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: .15rem !important;
  }
  .brand-strip__right {
    display: none !important;
  }
  .custom-logo,
  .site-logo-fallback {
    max-height: 78px !important;
    width: auto !important;
  }
  .brand-strip__date {
    display: block !important;
    margin-top: .15rem !important;
    color: #666 !important;
    font-size: 1rem !important;
    line-height: 1.35 !important;
    text-align: center !important;
    padding-left: 0 !important;
  }

  .nav-shell {
    background: #fff !important;
    border-top: 1px solid var(--np-border) !important;
    border-bottom: 1px solid var(--np-border) !important;
  }
  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 52px 1fr 52px !important;
    align-items: center !important;
    min-height: 58px !important;
    gap: .5rem !important;
    padding: .35rem .75rem !important;
  }
  .nav-actions {
    display: contents !important;
  }
  .mobile-search-trigger {
    display: inline-flex !important;
    grid-column: 1 !important;
    justify-self: start !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #2f6b63 !important;
  }
  .mobile-search-trigger__icon {
    font-size: 2.25rem !important;
    line-height: 1 !important;
  }
  .push-menu-trigger {
    display: inline-flex !important;
    grid-column: 3 !important;
    justify-self: end !important;
    width: 52px !important;
    height: 52px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }
  .push-menu-trigger span {
    display: block !important;
    width: 30px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }

  body:not(.push-menu-open) .push-menu-overlay,
  body:not(.push-menu-open) .push-mobile-menu {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.push-menu-open .push-menu-overlay:not([hidden]) {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(0,0,0,.34) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.push-menu-open .push-mobile-menu:not([hidden]) {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: min(84vw, 320px) !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: #fff !important;
    overflow-y: auto !important;
    box-shadow: 8px 0 28px rgba(0,0,0,.18) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }

  .push-mobile-menu__head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: .75rem !important;
    padding: .85rem !important;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .push-mobile-menu__brand .custom-logo,
  .push-mobile-menu__brand .site-logo-fallback {
    max-height: 52px !important;
    width: auto !important;
  }
  .push-mobile-menu__close {
    width: 42px !important;
    height: 42px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e44a57 !important;
    color: #fff !important;
    font-size: 1.3rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .push-mobile-menu__search {
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    border-bottom: 1px solid #e7e7e7 !important;
  }
  .push-mobile-menu__search-icon {
    border: 0 !important;
    background: #df2f22 !important;
    color: #fff !important;
    font-size: 1.9rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .push-mobile-menu__search input {
    min-height: 72px !important;
    border: 0 !important;
    background: #2f66c2 !important;
    color: #fff !important;
    padding: 0 1rem !important;
    font-size: 1.05rem !important;
  }
  .push-mobile-menu__search input::placeholder {
    color: rgba(255,255,255,.82) !important;
  }
  .push-mobile-menu__list,
  .push-mobile-menu__list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .push-mobile-menu__list > li {
    border-bottom: 1px solid #ececec !important;
  }
  .push-mobile-menu__list > li > a {
    display: block !important;
    padding: 1rem .95rem !important;
    color: #444 !important;
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }
}

/* live search dropdown if theme/plugin injects it */
.search-form,
.push-mobile-menu__search {
  position: relative;
}
.search-form input[type="search"],
.push-mobile-menu__search input[type="search"] {
  width: 100% !important;
}


/* Post sidebar exact screenshot style */
.single-sidebar-title--updates,
.single-sidebar-title--trending {
  color: #2f83e8 !important;
  font-size: 2.1rem !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  padding-bottom: .95rem !important;
  margin-bottom: 1rem !important;
}

.single-sidebar-title--updates::before,
.single-sidebar-title--trending::before {
  width: 44px !important;
  height: 3px !important;
  bottom: -1px !important;
  background: #ff5c1a !important;
}

.single-trending-item,
.single-trending-item--updates {
  grid-template-columns: 36px minmax(0,1fr) !important;
  gap: .85rem !important;
  padding: 1rem 0 !important;
  border-bottom: 1px solid #dedede !important;
}

.single-trending-item__number {
  width: 28px !important;
  min-width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  border: 2px solid #ff6b1a !important;
  color: #3a3a3a !important;
  background: transparent !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
}

.single-trending-item--updates .single-trending-item__number {
  border: 0 !important;
  width: auto !important;
  min-width: 24px !important;
  height: auto !important;
  color: #3a3a3a !important;
  border-radius: 0 !important;
}

.single-trending-item__body h4 {
  font-size: 1.08rem !important;
  line-height: 1.55 !important;
  font-weight: 800 !important;
  color: #2b2b2b !important;
}

.single-trending-item__body h4 a {
  color: inherit !important;
  text-decoration: none !important;
}

.single-trending-item__body h4 a:hover {
  color: #2f83e8 !important;
}

.single-sidebar-box--trending .single-trending-item {
  background: #fff !important;
  border: 1px solid #f1f1f1 !important;
  box-shadow: 0 5px 18px rgba(0,0,0,.06) !important;
  padding: 1.1rem 1rem !important;
  margin-bottom: 1rem !important;
}

.single-sidebar-box--trending .single-trending-item:last-child {
  margin-bottom: 0 !important;
}

.single-sidebar-box--trending .single-trending-item__number {
  margin-top: .25rem !important;
  font-size: 1.7rem !important;
  font-weight: 900 !important;
  color: #343434 !important;
  border: 0 !important;
  width: auto !important;
  min-width: 26px !important;
  height: auto !important;
}


/* Homepage top news section above politics */
.section-kicker--news {
  color: #2f83e8;
}

.homepage-top-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.5rem;
  align-items: start;
}

.homepage-top-news__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 44%);
  gap: 1.5rem;
  align-items: stretch;
  margin-bottom: 1.5rem;
}

.homepage-top-news__hero-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.homepage-top-news__hero-text {
  background: #f4f4f4;
  padding: 2.4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.homepage-top-news__hero-text h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.25;
  font-weight: 900;
}

.homepage-top-news__hero-text h2 a,
.homepage-top-news__list h3 a {
  color: inherit;
  text-decoration: none;
}

.homepage-top-news__hero-text p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #222;
}

.homepage-top-news__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.4rem 2rem;
}

.homepage-top-news__item {
  display: grid;
  grid-template-columns: 154px minmax(0,1fr);
  gap: 1rem;
  align-items: center;
}

.homepage-top-news__item-image img {
  width: 100%;
  height: 105px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.homepage-top-news__item h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.45;
  font-weight: 800;
  color: #222;
}

.homepage-top-news__sidebar {
  display: grid;
  gap: 1rem;
}

.homepage-top-news__sidebar .widget,
.homepage-top-news-sidebar-widget {
  margin: 0 0 1rem;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.homepage-top-news__sidebar img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

@media (max-width: 1100px) {
  .homepage-top-news__grid {
    grid-template-columns: 1fr;
  }
  .homepage-top-news__sidebar {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (max-width: 760px) {
  .homepage-top-news__hero {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .homepage-top-news__hero-image img {
    min-height: 240px;
  }

  .homepage-top-news__hero-text {
    padding: 1.2rem 1rem;
  }

  .homepage-top-news__hero-text h2 {
    font-size: 1.8rem;
  }

  .homepage-top-news__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .homepage-top-news__item {
    grid-template-columns: 120px minmax(0,1fr);
  }

  .homepage-top-news__item-image img {
    height: 82px;
  }

  .homepage-top-news__item h3 {
    font-size: 1rem;
  }

  .homepage-top-news__sidebar {
    grid-template-columns: 1fr;
  }
}






/* Homepage समाचार list style - 6 posts */
.homepage-samachar-list-section {
  margin: 0 0 2rem !important;
}

.homepage-samachar-list__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin: 0 0 1rem !important;
}

.homepage-samachar-list__title-wrap {
  display: flex !important;
  align-items: center !important;
  gap: .75rem !important;
}

.homepage-samachar-list__marker {
  width: 4px !important;
  height: 22px !important;
  border-radius: 999px !important;
  background: #7e22ce !important;
  display: inline-block !important;
}

.homepage-samachar-list__title {
  margin: 0 !important;
  font-size: 2rem !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  color: #111 !important;
}

.homepage-samachar-list__more {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: .55rem 1rem !important;
  border: 2px solid #7e22ce !important;
  border-radius: 999px !important;
  color: #7e22ce !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  background: transparent !important;
  white-space: nowrap !important;
}

.homepage-samachar-list__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 1rem 1.4rem !important;
}

.homepage-samachar-list__item {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) 230px !important;
  align-items: center !important;
  gap: 1rem !important;
  background: #fff !important;
  border: 1px solid #dbdbdb !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  min-height: 156px !important;
}

.homepage-samachar-list__item-text {
  padding: 1rem 1rem 1rem 1.1rem !important;
}

.homepage-samachar-list__item h3 {
  margin: 0 !important;
  font-size: 1.28rem !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  color: #171717 !important;
}

.homepage-samachar-list__item h3 a {
  color: inherit !important;
  text-decoration: none !important;
}

.homepage-samachar-list__item-thumb,
.homepage-samachar-list__item-thumb img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.homepage-samachar-list__item-thumb img {
  min-height: 156px !important;
  object-fit: cover !important;
}

@media (max-width: 1100px) {
  .homepage-samachar-list__grid {
    grid-template-columns: 1fr !important;
  }
  .homepage-samachar-list__item {
    grid-template-columns: minmax(0,1fr) 240px !important;
  }
}

@media (max-width: 760px) {
  .homepage-samachar-list__header {
    align-items: flex-start !important;
  }
  .homepage-samachar-list__title {
    font-size: 1.6rem !important;
  }
  .homepage-samachar-list__item {
    grid-template-columns: 1fr !important;
  }
  .homepage-samachar-list__item-thumb img {
    min-height: 210px !important;
  }
  .homepage-samachar-list__item h3 {
    font-size: 1.12rem !important;
  }
}

/* Mobile menu restore: show menu bar above logo */
@media (max-width: 760px) {
  .site-header {
    display: flex !important;
    flex-direction: column !important;
  }

  .nav-shell {
    display: block !important;
    order: 1 !important;
    background: #fff !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .brand-strip,
  .site-header--compact .brand-strip {
    order: 2 !important;
  }

  .nav-shell__inner {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    min-height: 54px !important;
    padding: .35rem .75rem !important;
    gap: .5rem !important;
  }

  .main-navigation,
  .mobile-search-trigger,
  .nav-home-link,
  .nav-pill,
  .primary-menu {
    display: none !important;
  }

  .nav-actions {
    display: flex !important;
    width: 100% !important;
    justify-content: flex-end !important;
    align-items: center !important;
  }

  .push-menu-trigger {
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin-left: auto !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .push-menu-trigger span {
    display: block !important;
    width: 26px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
    margin: 0 !important;
  }
}


/* Robust mobile top menu bar */
.mobile-topbar {
  display: none;
}

@media (max-width: 760px) {
  .site-header {
    display: flex !important;
    flex-direction: column !important;
  }

  .mobile-topbar {
    display: flex !important;
    order: 1 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    min-height: 48px !important;
    padding: .35rem .75rem !important;
    background: #ffffff !important;
    border-bottom: 1px solid var(--np-border) !important;
  }

  .mobile-topbar__spacer {
    flex: 1 1 auto !important;
  }

  .mobile-topbar .push-menu-trigger {
    display: inline-flex !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .mobile-topbar .push-menu-trigger span {
    display: block !important;
    width: 24px !important;
    height: 3px !important;
    border-radius: 2px !important;
    background: #111 !important;
  }

  .brand-strip,
  .site-header--compact .brand-strip {
    order: 2 !important;
  }

  .nav-shell {
    display: none !important;
  }
}


/* Mobile header final layout: hamburger left + centered logo */
@media (max-width: 760px) {
  .mobile-topbar {
    justify-content: space-between !important;
    gap: .5rem !important;
    min-height: 64px !important;
    padding: .55rem .85rem !important;
  }

  .mobile-topbar__menu {
    flex: 0 0 42px !important;
  }

  .mobile-topbar__brand {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .mobile-topbar__brand .custom-logo,
  .mobile-topbar__brand .site-logo-fallback {
    display: block !important;
    width: auto !important;
    max-width: min(62vw, 280px) !important;
    max-height: 56px !important;
    margin: 0 auto !important;
  }

  .mobile-topbar__brand .custom-logo-link,
  .mobile-topbar__brand .site-logo-link,
  .mobile-topbar__brand a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .mobile-topbar__spacer {
    flex: 0 0 42px !important;
    display: block !important;
  }

  .brand-strip {
    padding-top: .55rem !important;
    padding-bottom: .7rem !important;
  }

  .brand-strip .site-logo-link,
  .brand-strip .custom-logo-link,
  .brand-strip .custom-logo,
  .brand-strip .site-logo-fallback {
    display: none !important;
  }

  .brand-strip__left,
  .brand-strip__left--center {
    gap: 0 !important;
  }

  .brand-strip__date {
    margin-top: 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
  }
}
