:root {
  --ink: #13161c;
  --ink-2: #2b313a;
  --muted: #66707d;
  --line: #cfd6de;
  --paper: #fffefa;
  --canvas: #f1f4f2;
  --soft: #eef3f1;
  --blue: #1268d6;
  --red: #bd1f36;
  --green: #087443;
  --amber: #9a5a00;
  --dark: #17202a;
  --radius: 5px;
  --radius-sm: 4px;
  --max: 2000px;
  --headline: Georgia, "Times New Roman", serif;
  --shadow: 0 14px 34px rgba(19, 22, 28, 0.08);
  --shadow-strong: 0 22px 50px rgba(19, 22, 28, 0.14);
}

/* Reference-level article skin */
:root {
  --max: 1410px;
  --canvas: #f4f6f9;
  --paper: #ffffff;
  --line: #e0e5ec;
  --ink: #111821;
  --navy: #0c1118;
  --blue: #0a64d8;
}

.site-header__top {
  grid-template-columns: auto minmax(180px, 1fr);
  min-height: 118px;
  padding: 18px 0;
}

.brand__mark {
  flex-basis: 118px;
  width: 118px;
  height: 64px;
}

.brand__copy strong {
  font-size: clamp(42px, 4vw, 58px);
}

.brand__copy em {
  font-size: 16px;
}

.header-tools {
  justify-self: end;
  color: #364250;
  font-size: 14px;
  font-weight: 700;
}

.header-city::after {
  content: "⌄";
  margin-left: 5px;
  color: #6e7783;
}

.header-weather::before {
  content: var(--weather-icon, "☁");
  margin-right: 6px;
  color: #111821;
}

.header-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111821;
  font-size: 24px;
  line-height: 1;
}

.header-weather-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
  transition: opacity 0.15s;
}
.header-weather-btn:hover { opacity: 1; }
.header-weather-btn:disabled { cursor: wait; opacity: 0.4; }

.main-nav {
  min-height: 58px;
  justify-content: center;
  border-top: 0;
  background: var(--navy);
}

.main-nav a {
  min-height: 58px;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  border-radius: 8px;
  background: #113c74;
  color: #1d8bff;
}

.top-strip {
  width: min(var(--max), calc(100% - 40px));
  min-height: 86px;
  display: grid;
  grid-template-columns: 230px repeat(4, minmax(0, 1fr));
  margin: 18px auto 0;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 26px rgba(17, 24, 33, 0.04);
}

.top-strip--breaking {
  width: 100%;
  min-height: 38px;
  grid-template-columns: 120px repeat(3, minmax(0, 1fr)) 54px;
  margin: 0;
  border: 0;
  background: #061224;
  color: #fff;
  box-shadow: none;
  padding: 0 max(20px, calc((100vw - 1410px) / 2));
}

.top-strip--breaking > * {
  min-height: 38px;
  border-right-color: rgba(255, 255, 255, 0.12);
  padding: 0 18px;
}

.top-strip--breaking .top-strip__now {
  background: transparent;
  color: #ff344a;
  text-transform: uppercase;
}

.top-strip--breaking .top-strip__now b::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: #ff344a;
}

.top-strip--breaking b,
.top-strip--breaking time {
  color: #fff;
  font-size: 14px;
}

.market-strip {
  min-height: 92px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 190px;
  gap: 0;
  padding: 0 max(28px, calc((100vw - 1410px) / 2));
  background: #06172c;
  color: #fff;
}

.market-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-content: center;
  gap: 3px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 24px 14px 0;
}

.market-strip span {
  color: #9fb0c7;
  font-size: 13px;
  font-weight: 800;
}

.market-strip b {
  font-size: 24px;
}

.market-strip em {
  font-style: normal;
  font-weight: 900;
}

.market-strip .is-up {
  color: #18cc66;
}

.market-strip .is-down {
  color: #ff4660;
}

.market-strip i {
  grid-row: 1 / span 3;
  grid-column: 2;
  align-self: center;
  width: 72px;
  height: 28px;
  background:
    linear-gradient(135deg, transparent 8%, #18cc66 9% 12%, transparent 13% 30%, #18cc66 31% 34%, transparent 35% 48%, #18cc66 49% 52%, transparent 53%),
    radial-gradient(circle at 80% 44%, #18cc66 0 3px, transparent 4px);
  opacity: 0.9;
}

.market-strip a {
  align-self: center;
  justify-self: end;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  padding: 0 30px;
  color: #fff;
  font-weight: 900;
}

.article-hero-card {
  width: min(1410px, calc(100% - 40px));
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.62fr);
  position: relative;
  overflow: hidden;
  margin: 26px auto 24px;
  border-radius: 6px;
  background: #061224;
  color: #fff;
  box-shadow: 0 20px 48px rgba(6, 18, 36, 0.18);
}

.article-hero-card__media {
  position: absolute;
  inset: 0;
}

.article-hero-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 12, 26, 0.93) 0%, rgba(4, 12, 26, 0.68) 38%, rgba(4, 12, 26, 0.2) 62%, rgba(4, 12, 26, 0.94) 100%);
}

.article-hero-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero-card__copy,
.article-hero-card__brief {
  position: relative;
  z-index: 1;
}

.article-hero-card__copy {
  max-width: 760px;
  display: grid;
  align-content: end;
  padding: 58px 42px;
}

.article-hero-card .eyebrow {
  color: #dce8f7;
}

.article-hero-card h1 {
  margin: 34px 0 22px;
  font-family: var(--headline);
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.article-hero-card__copy p {
  max-width: 710px;
  margin: 0;
  color: #eef5ff;
  font-size: 19px;
  line-height: 1.52;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 54px;
  color: #d3deec;
  font-size: 14px;
  font-weight: 800;
}

.article-hero-card__brief {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 40px 36px;
  background: linear-gradient(180deg, rgba(6, 18, 36, 0.86), rgba(6, 18, 36, 0.96));
}

.article-hero-card__brief > span,
.article-hero-card__brief > b {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-hero-card__brief > b {
  justify-self: end;
  margin-top: -36px;
  color: #b9c8dc;
}

.article-hero-card__brief p,
.article-hero-card__brief li {
  color: #e5edf8;
  font-size: 16px;
  line-height: 1.55;
}

.article-hero-card__brief h2 {
  margin: 8px 0 -8px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.article-hero-card__brief ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 18px;
}

.brief-market {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.brief-market span {
  display: grid;
  gap: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.brief-market em {
  font-style: normal;
}

.article-hero-card__brief a {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  color: #fff;
  font-weight: 900;
}

.article-header--body {
  padding-bottom: 0;
}

.article-header--body h2 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}

.top-strip > * {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 16px 24px;
  border-right: 1px solid var(--line);
}

.top-strip > *:last-child {
  border-right: 0;
}

.top-strip__now {
  background: linear-gradient(135deg, #034aa8, #1977e8);
  color: #fff;
}

.top-strip b {
  font-size: 15px;
  line-height: 1.25;
}

.top-strip time,
.top-strip span {
  color: #6e7783;
  font-size: 13px;
  font-weight: 700;
}

.top-strip__now span {
  color: #fff;
}

.top-strip__all {
  color: var(--blue);
}

.article-page-layout {
  width: min(var(--max), calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  margin: 28px auto 0;
  align-items: start;
}

.article-layout {
  width: auto;
  margin: 0;
  min-width: 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: #818a96;
  font-size: 13px;
}

.breadcrumbs > * + *::before {
  content: "›";
  margin-right: 8px;
  color: #a4acb7;
}

.article-header,
.article-body {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.article-header {
  padding: 28px 32px 10px;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #73808f;
  font-size: 13px;
  font-weight: 800;
}

.eyebrow span {
  color: #e0253a;
  text-transform: uppercase;
}

.eyebrow b::before {
  content: "◉";
  margin-right: 6px;
  color: #8a95a3;
  font-size: 10px;
}

.article-header h1 {
  max-width: 930px;
  margin: 16px 0 14px;
  font-size: clamp(42px, 4.25vw, 64px);
  line-height: 0.98;
}

.article-header p {
  max-width: 920px;
  color: #3e4753;
  font-size: 22px;
  line-height: 1.36;
}

.article-media {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  padding: 16px 32px 0;
}

.article-media img {
  width: 100%;
  max-height: 620px;
  border-radius: 4px;
  object-fit: cover;
}

.article-media figcaption {
  padding: 10px 0 0;
}

.article-content {
  display: block;
}

.article-body {
  padding: 18px 32px 28px;
}

.article-body p {
  max-width: 870px;
  color: #202833;
  font-size: 20px;
  line-height: 1.58;
}

.article-body blockquote {
  max-width: 870px;
  margin: 24px 0;
  border-left: 6px solid #d9e6f5;
  background: #f4f8fd;
  padding: 22px 26px;
  color: #2a3440;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 18px;
}

.article-tags a {
  border-radius: 4px;
  background: #eef5ff;
  padding: 5px 9px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}

.article-insights {
  max-width: none;
  margin: 0 0 26px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.article-insights h2,
.article-section-title h2 {
  margin: 0;
  color: #111821;
  font-size: 21px;
}

.article-insights > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.article-insights article {
  min-height: 104px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fbfdff;
  padding: 16px;
}

.article-insights b {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 14px;
}

.article-insights p {
  margin: 0;
  color: #384454;
  font-size: 13px;
  line-height: 1.35;
}

.article-after {
  max-width: 870px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 24px;
  align-items: stretch;
}

.source-box {
  position: static;
  max-width: 870px;
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 14px;
}

.source-box h2 {
  margin: 0 0 6px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.source-box img {
  width: 58px;
  height: 42px;
  object-fit: contain;
}

.source-box span,
.source-box a {
  display: block;
}

.source-box a {
  margin-top: 4px;
  color: var(--blue);
  font-weight: 800;
}

.reader-ai-card {
  min-height: 190px;
  overflow: hidden;
  border-radius: 6px;
  background: radial-gradient(circle at 88% 50%, rgba(20, 154, 255, 0.78) 0 58px, transparent 59px), linear-gradient(135deg, #061b43, #062d74);
  padding: 20px 22px;
  color: #fff;
}

.reader-ai-card span {
  display: block;
  font-weight: 900;
}

.reader-ai-card span b {
  display: inline-flex;
  margin-left: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  padding: 2px 7px;
  font-size: 10px;
}

.reader-ai-card p,
.reader-ai-card li {
  color: #dbe8ff;
  font-size: 13px;
  line-height: 1.35;
}

.reader-ai-card ul {
  margin: 10px 0 14px;
  padding-left: 18px;
}

.reader-ai-card a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: var(--blue);
  padding: 0 18px;
  color: #fff;
  font-weight: 900;
}

.article-themes,
.article-opinions,
.newsletter-band {
  width: min(1410px, calc(100% - 40px));
  margin: 24px auto 0;
}

.article-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.article-section-title a {
  color: var(--blue);
  font-weight: 900;
}

.article-themes > div:last-child {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.article-themes article,
.article-opinions article {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 14px;
  box-shadow: 0 10px 26px rgba(17, 24, 33, 0.04);
}

.article-themes img {
  width: 100%;
  aspect-ratio: 1.7;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  margin-bottom: 10px;
}

.article-themes span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-themes h3,
.article-opinions h3 {
  margin: 6px 0;
  font-size: 16px;
  line-height: 1.25;
}

.article-themes p,
.article-opinions p {
  margin: 0;
  color: #657285;
  font-size: 13px;
}

.article-opinions > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.opinion-author {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0 10px;
  align-items: center;
}

.opinion-author span {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--blue);
  font-weight: 900;
}

.opinion-author b {
  font-size: 14px;
}

.opinion-author em {
  color: #657285;
  font-size: 12px;
  font-style: normal;
}

.newsletter-band {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
  gap: 24px;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, #061b43, #031124);
  padding: 22px 30px;
  color: #fff;
}

.newsletter-band h2,
.newsletter-band p {
  margin: 0;
}

.newsletter-band p {
  margin-top: 4px;
  color: #cfdbef;
}

.newsletter-band form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: 10px;
}

.newsletter-band input[type="email"] {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  padding: 0 14px;
}

.newsletter-band button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.newsletter-band label {
  grid-column: 1 / -1;
  color: #c7d4e8;
  font-size: 12px;
}

.article-sidebar {
  display: grid;
  gap: 18px;
}

.side-panel {
  border: 1px solid var(--line);
  background: #fff;
  padding: 20px;
}

.side-panel h2 {
  margin: 0 0 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  font-size: 21px;
}

.side-news-list {
  display: grid;
  gap: 16px;
}

.side-news {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.side-news img {
  width: 96px;
  aspect-ratio: 1.25;
  border-radius: 4px;
  object-fit: cover;
  background: #eef2f6;
}

.side-news em {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.side-news b {
  display: block;
  font-size: 15px;
  line-height: 1.28;
}

.side-news time {
  color: #75808e;
  font-size: 12px;
  font-weight: 800;
}

.popular-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: popular;
}

.popular-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  counter-increment: popular;
}

.popular-list li::before {
  content: counter(popular);
  color: #9aa5b2;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.popular-list a,
.popular-list span {
  grid-column: 2;
}

.popular-list a {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.32;
}

.popular-list span {
  color: #8b95a3;
  font-size: 12px;
}

.market-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin: 0 0 12px;
  color: #728094;
  font-size: 12px;
  font-weight: 800;
}

.market-rows {
  display: grid;
  border-top: 1px solid var(--line);
}

.market-rows div {
  min-height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.market-rows b {
  color: #202833;
}

.market-rows span {
  font-weight: 800;
}

.market-rows em {
  font-style: normal;
  font-weight: 900;
}

.market-rows .is-up {
  color: #087443;
}

.market-rows .is-down {
  color: #bd1f36;
}

.telegram-card {
  border-color: #0d2d61;
  background: radial-gradient(circle at 82% 42%, #2bb4ff 0 42px, transparent 43px), #061d46;
  color: #fff;
}

.telegram-card h2 {
  border-bottom: 0;
  color: #fff;
  line-height: 1.2;
}

.telegram-card p {
  max-width: 210px;
  margin: 0 0 18px;
  color: #d8e6ff;
  font-weight: 700;
}

.telegram-card a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--blue);
  padding: 0 22px;
  color: #fff;
  font-weight: 900;
}

.side-news.is-live-new em::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: #e0253a;
  box-shadow: 0 0 0 4px rgba(224, 37, 58, 0.12);
}

.side-panel__button {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid var(--blue);
  color: var(--blue);
  font-weight: 900;
}

.site-footer {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(4, minmax(160px, 1fr));
  gap: 34px;
  margin-top: 38px;
  padding: 36px max(28px, calc((100vw - var(--max)) / 2)) 44px;
  background: #0c1118;
  color: #c3cbd5;
}

.site-footer b,
.site-footer strong {
  margin-bottom: 10px;
  color: #fff;
}

.site-footer nav {
  display: grid;
  gap: 7px;
}

.brand--footer {
  gap: 10px;
  margin-bottom: 26px;
}

.brand--footer .brand__mark {
  flex-basis: 54px;
  width: 54px;
  height: 32px;
  filter: brightness(1.6);
}

.brand--footer .brand__copy strong {
  color: #fff;
  font-size: 24px;
}

.brand--footer .brand__copy em {
  font-size: 10px;
}

@media (max-width: 1100px) {
  .top-strip {
    grid-template-columns: 1fr 1fr;
  }

  .article-page-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header__top {
    grid-template-columns: 1fr;
  }

  .header-tools {
    justify-self: stretch;
    justify-content: space-between;
  }

  .top-strip,
  .article-page-layout {
    width: calc(100% - 24px);
  }

  .top-strip,
  .article-sidebar,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .article-header,
  .article-media,
  .article-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .article-header h1 {
    font-size: 36px;
  }

  .article-header p,
  .article-body p {
    font-size: 18px;
  }

  .side-news {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .side-news time {
    display: none;
  }
}

/* Reference scale correction: the previous pass was intentionally bold, but the
   target mockup is a denser newspaper layout. Keep these overrides last. */
.top-strip--breaking > * {
  min-height: 28px;
  padding: 0 14px;
}

.top-strip--breaking b,
.top-strip--breaking time {
  font-size: 12px;
}

.site-header__top,
.page-home .site-header__top {
  width: min(1360px, calc(100% - 48px));
  min-height: 76px;
}

.brand__mark,
.page-home .brand__mark {
  width: 84px;
  height: 44px;
}

.brand__copy strong,
.page-home .brand__copy strong {
  font-size: clamp(34px, 3.35vw, 48px);
  line-height: 0.92;
}

.brand__copy em {
  font-size: 14px;
}

.main-nav {
  width: min(1360px, calc(100% - 48px));
  min-height: 48px;
}

.main-nav a {
  min-height: 48px;
  font-size: 14px;
}

.site-header + .market-strip {
  width: min(1360px, calc(100% - 48px));
  min-height: 72px;
  margin-top: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 160px;
  border-top-width: 0;
}

.site-header + .market-strip div {
  grid-template-columns: minmax(0, 1fr) 70px;
  padding: 12px 16px;
}

.site-header + .market-strip span {
  font-size: 11px;
}

.site-header + .market-strip b {
  font-size: 18px;
}

.site-header + .market-strip em {
  font-size: 12px;
}

.site-header + .market-strip i {
  width: 58px;
  height: 23px;
}

.site-header + .market-strip a {
  min-height: 38px;
  padding: 0 18px;
  font-size: 13px;
}

.gn-layout {
  width: min(1360px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
}

.gn-lead {
  min-height: 342px;
  grid-template-columns: minmax(410px, 1.02fr) minmax(410px, 0.98fr);
}

.gn-lead__copy {
  padding: 28px 34px;
}

.gn-lead h1 {
  max-width: 540px;
  margin: 13px 0 12px;
  font-size: clamp(30px, 2.35vw, 38px);
  line-height: 1.06;
}

.gn-lead p {
  max-width: 500px;
  font-size: 15px;
  line-height: 1.45;
}

.gn-lead__media {
  min-height: 342px;
}

.gn-lead__meta {
  margin: 16px 0 16px;
  font-size: 12px;
}

.gn-primary {
  min-height: 38px;
  padding: 0 18px;
  font-size: 13px;
}

.gn-card {
  border-radius: 7px;
}

.gn-feed {
  padding: 22px 24px;
}

.gn-feed > a {
  min-height: 60px;
  padding: 12px 0;
}

.gn-feed b,
.gn-popular b {
  font-size: 14px;
  line-height: 1.3;
}

.gn-takeaways {
  padding: 18px 20px;
}

.gn-takeaways h2,
.gn-article h2,
.gn-side h2 {
  font-size: 20px;
}

.gn-takeaways article {
  min-height: 74px;
  padding: 12px 14px;
}

.gn-takeaways article b {
  font-size: 12px;
}

.gn-takeaways article p {
  font-size: 13px;
  line-height: 1.4;
}

.gn-article {
  padding: 22px 24px;
}

.gn-article p {
  font-size: 15px;
}

.gn-rates .market-strip--side {
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 10px 0 12px;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gn-rates .market-strip--side a {
  min-height: 28px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  justify-content: stretch;
  justify-self: stretch;
  gap: 10px;
  border: 0;
  border-bottom: 1px solid #e7edf5;
  border-radius: 0;
  padding: 0;
  color: #101828;
  font-size: 13px;
}

.gn-rates .market-strip--side b {
  font-size: 13px;
}

.gn-rates .market-strip--side strong {
  font-size: 13px;
}

.gn-rates .market-strip--side em {
  font-size: 12px;
}

.gn-chart {
  height: 120px;
}

.article-page-layout--open,
.article-extra,
.article-themes,
.article-opinions,
.newsletter-band {
  width: min(1360px, calc(100% - 48px));
}

.article-header--open {
  padding: 36px 48px 30px;
}

.article-header--open h1 {
  font-size: clamp(36px, 3vw, 48px);
}

/* Pixel-polish pass for the supplied reference: compact desktop scale, fixed
   first-screen rhythm, and no oversized sidebar widgets. */
@media (min-width: 1101px) {
  .top-strip--breaking > * {
    min-height: 30px;
  }

  .site-header__top,
  .page-home .site-header__top,
  .main-nav,
  .site-header + .market-strip,
  .gn-layout,
  .gn-home,
  .article-page-layout--open,
  .article-extra,
  .article-themes,
  .article-opinions,
  .newsletter-band {
    width: min(1350px, calc(100% - 56px));
  }

  .site-header__top,
  .page-home .site-header__top {
    min-height: 72px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .brand__mark,
  .page-home .brand__mark {
    width: 78px;
    height: 42px;
  }

  .brand__copy strong,
  .page-home .brand__copy strong {
    font-size: clamp(33px, 3.05vw, 45px);
    line-height: 0.9;
  }

  .brand__copy em,
  .page-home .brand__copy em {
    font-size: 13px;
  }

  .header-tools {
    gap: 16px;
    font-size: 13px;
  }

  .main-nav {
    min-height: 44px;
  }

  .main-nav a {
    min-height: 44px;
    padding: 0 14px;
    font-size: 13px;
  }

  .site-header + .market-strip {
    min-height: 68px;
    margin-top: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 150px;
  }

  .site-header + .market-strip div {
    grid-template-columns: minmax(0, 1fr) 60px;
    padding: 10px 16px;
  }

  .site-header + .market-strip b {
    font-size: 17px;
  }

  .site-header + .market-strip i {
    width: 52px;
    height: 20px;
  }

  .gn-home {
    margin-top: 20px;
  }

  .gn-layout {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 22px;
  }

  .gn-main-col,
  .gn-side {
    gap: 18px;
  }

  .gn-lead {
    min-height: 348px;
    grid-template-columns: minmax(470px, 1.08fr) minmax(380px, 0.92fr);
  }

  .gn-lead__copy {
    justify-content: center;
    padding: 27px 36px;
  }

  .gn-lead .eyebrow {
    gap: 10px;
    font-size: 12px;
  }

  .gn-lead .eyebrow b {
    padding: 3px 7px;
    font-size: 10px;
  }

  .gn-lead h1 {
    max-width: 650px;
    margin: 12px 0 12px;
    font-size: clamp(30px, 2.32vw, 36px);
    line-height: 1.06;
  }

  .gn-lead p {
    max-width: 560px;
    font-size: 14px;
    line-height: 1.46;
  }

  .gn-lead__media {
    min-height: 348px;
  }

  .gn-lead__media img {
    object-position: 54% center;
  }

  .gn-lead__meta {
    gap: 18px;
    margin: 14px 0 15px;
    font-size: 11px;
  }

  .gn-primary {
    min-height: 36px;
    padding: 0 17px;
    border-radius: 4px;
    font-size: 12px;
  }

  .gn-feed,
  .gn-rates,
  .gn-popular {
    padding: 20px 22px;
  }

  .gn-feed > a {
    min-height: 58px;
    padding: 11px 0;
  }

  .gn-feed time {
    font-size: 12px;
  }

  .gn-side h2,
  .gn-takeaways h2,
  .gn-article h2 {
    font-size: 19px;
  }

  .gn-takeaways {
    padding: 18px 20px;
  }

  .gn-takeaways article {
    min-height: 72px;
  }

  .gn-rates .market-strip--side a {
    min-height: 26px;
  }

  .gn-chart {
    height: 110px;
  }
}

@media (max-width: 760px) {
  .site-header__top,
  .page-home .site-header__top {
    width: calc(100% - 24px);
    min-height: 118px;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 14px 0 12px;
  }

  .brand,
  .page-home .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 8px;
  }

  .brand__mark,
  .page-home .brand__mark {
    flex: 0 0 58px;
    width: 58px;
    height: 34px;
  }

  .brand__copy {
    min-width: 0;
  }

  .brand__copy strong,
  .page-home .brand__copy strong {
    max-width: calc(100vw - 112px);
    font-size: 31px;
    line-height: 0.94;
    white-space: normal;
  }

  .brand__copy em,
  .page-home .brand__copy em {
    font-size: 12px;
  }

  .header-tools {
    width: min(280px, 100%);
    justify-content: center;
    gap: 16px;
  }

  .main-nav {
    width: 100%;
    padding: 0 14px;
  }

  .gn-home,
  .gn-layout {
    width: calc(100% - 24px);
  }

  .gn-lead {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .gn-lead__copy {
    grid-row: 1;
    padding: 22px;
  }

  .gn-lead__media {
    grid-row: 2;
    min-height: 260px;
  }

  .gn-lead h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.5vw, 36px);
    line-height: 1.04;
  }

  .gn-lead p {
    font-size: 14px;
  }

  .gn-takeaways > div {
    grid-template-columns: 1fr;
  }

  .gn-takeaways article {
    min-height: 0;
  }
}

/* Finished editorial footer, aligned with the reference mockups. */
.site-footer {
  width: min(1350px, calc(100% - 56px));
  max-width: none;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.82fr)) minmax(210px, 0.95fr);
  gap: 30px;
  align-items: start;
  margin: 24px auto 0;
  border-top: 1px solid #dfe6ef;
  padding: 28px 0 22px;
  background: transparent;
  color: #617083;
  font-size: 13px;
  line-height: 1.45;
}

.site-footer a {
  color: #344054;
  text-decoration: none;
}

.site-footer a:hover {
  color: #0b63d8;
}

.site-footer b,
.site-footer strong {
  display: block;
  margin: 0 0 10px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.site-footer nav,
.footer-contacts,
.footer-brand {
  display: grid;
  gap: 7px;
}

.footer-brand {
  gap: 10px;
}

.footer-brand > span,
.footer-brand p {
  max-width: 270px;
  margin: 0;
  color: #667085;
}

.brand--footer {
  gap: 8px;
  margin: 0 0 4px;
}

.brand--footer .brand__mark {
  flex: 0 0 44px;
  width: 44px;
  height: 26px;
  filter: none;
}

.brand--footer .brand__copy strong {
  color: #111827;
  font-size: 18px;
  line-height: 0.95;
}

.brand--footer .brand__copy em {
  color: #0b63d8;
  font-size: 9px;
}

.brand--footer-text {
  display: flex;
  align-items: flex-start;
}

.brand--footer-text .brand__copy strong {
  font-size: 20px;
  font-weight: 900;
  color: #111827;
  letter-spacing: -0.3px;
}

.brand--footer-text .brand__copy strong span {
  color: #0b63d8;
}

.brand--footer-text .brand__copy em {
  display: block;
  font-size: 10px;
  color: #667085;
  font-style: normal;
  margin-top: 2px;
}

.footer-contacts span {
  color: #667085;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.footer-social a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e4f2;
  border-radius: 50%;
  background: #f8fbff;
  color: #0b63d8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 10px;
  border-top: 1px solid #e8eef6;
  padding-top: 14px;
  color: #7b8797;
  font-size: 12px;
}

.page-home .gn-subscribe,
.newsletter-band {
  width: min(1350px, calc(100% - 56px));
  min-height: 74px;
  margin: 30px auto 0;
  border-radius: 7px;
  padding: 18px 24px;
}

.page-home .gn-subscribe h2,
.newsletter-band h2 {
  font-size: 20px;
}

.page-home .gn-subscribe p,
.newsletter-band p {
  font-size: 13px;
}

.page-home .gn-subscribe input,
.newsletter-band input[type="email"] {
  min-height: 38px;
}

.page-home .gn-subscribe button,
.newsletter-band button {
  min-height: 38px;
}

@media (max-width: 900px) {
  .site-footer {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .page-home .gn-subscribe,
  .newsletter-band {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: auto;
  }
}

/* Absolute final quote chart override. */
.site-header + .market-strip > .quote-card,
.gn-rates .market-strip--side > .quote-card {
  display: grid !important;
  justify-content: stretch !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  border-radius: 0 !important;
  color: #111827 !important;
}

.site-header + .market-strip > .quote-card {
  grid-template-columns: minmax(128px, 1fr) 112px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
}

.site-header + .market-strip > .quote-card i,
.gn-rates .market-strip--side > .quote-card i {
  grid-area: chart !important;
  grid-row: auto !important;
  grid-column: auto !important;
  display: block !important;
  width: 112px !important;
  height: 46px !important;
  background: none !important;
  opacity: 1 !important;
}

.site-header + .market-strip > .quote-card svg,
.gn-rates .market-strip--side > .quote-card svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

.site-header + .market-strip > .quote-card polyline,
.gn-rates .market-strip--side > .quote-card polyline {
  fill: none !important;
  stroke: #0b63d8 !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.site-header + .market-strip > .quote-card:has(.is-down) polyline,
.gn-rates .market-strip--side > .quote-card:has(.is-down) polyline {
  stroke: #d92d20 !important;
}

.site-header + .market-strip > .quote-card span,
.site-header + .market-strip > .quote-card b,
.site-header + .market-strip > .quote-card em {
  justify-self: start !important;
}

.gn-rates .market-strip--side > .quote-card {
  grid-template-columns: minmax(88px, 1fr) 92px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
}

.gn-rates .market-strip--side > .quote-card i {
  width: 92px !important;
  height: 40px !important;
}

/* TRUE EOF top market strip correction: compact, contained sparklines. */
.site-header + .market-strip > .quote-card {
  position: relative !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 86px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
  align-content: center !important;
  gap: 2px 14px !important;
  padding: 15px 18px 14px 22px !important;
  overflow: hidden !important;
}

.site-header + .market-strip > .quote-card span {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.site-header + .market-strip > .quote-card b {
  font-size: 22px !important;
  line-height: 1 !important;
}

.site-header + .market-strip > .quote-card em {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.site-header + .market-strip > .quote-card i {
  align-self: center !important;
  justify-self: end !important;
  width: 82px !important;
  height: 30px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  overflow: visible !important;
}

.site-header + .market-strip > .quote-card svg {
  width: 82px !important;
  height: 30px !important;
}

.site-header + .market-strip > .quote-card svg path:nth-of-type(1),
.site-header + .market-strip > .quote-card svg path:nth-of-type(2) {
  display: none !important;
}

.site-header + .market-strip > .quote-card svg path:last-of-type {
  stroke-width: 2.5 !important;
}

.site-header + .market-strip > .market-strip__all {
  width: auto !important;
  min-width: 124px !important;
  max-width: calc(100% - 24px) !important;
  min-height: 40px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  white-space: nowrap !important;
}

.short-live-page {
  width: min(1350px, calc(100% - 56px));
  margin: 24px auto 56px;
}

.short-live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 22px 0 18px;
  border-bottom: 1px solid #e5ebf3;
}

.short-live-hero span,
.short-live-lead span,
.short-live-card__body span {
  color: #0b63d8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.short-live-hero h1 {
  max-width: 760px;
  margin: 8px 0 8px;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 0.98;
}

.short-live-hero p {
  max-width: 720px;
  margin: 0;
  color: #536174;
  font-size: 16px;
  line-height: 1.55;
}

.short-live-hero > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #2f6bdd;
  border-radius: 8px;
  padding: 0 18px;
  color: #0b63d8;
  font-weight: 900;
  white-space: nowrap;
}

.short-live-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 0;
  margin: 24px 0 18px;
  border: 1px solid #dde6f1;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.06);
}

.short-live-lead > a {
  min-height: 360px;
  background: #eef3f9;
}

.short-live-lead img,
.short-live-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.short-live-lead > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 34px;
}

.short-live-lead h2 {
  margin: 10px 0 14px;
  color: #111827;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.05;
}

.short-live-lead p,
.short-live-card__body p {
  margin: 0;
  color: #445064;
  line-height: 1.55;
}

.short-live-lead small,
.short-live-card__body small {
  margin-top: 18px;
  color: #7a8596;
  font-size: 12px;
  font-weight: 700;
}

.short-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.short-live-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid #dde6f1;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.045);
}

.short-live-card__media {
  aspect-ratio: 16 / 10;
  background: #eef3f9;
}

.short-live-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px;
}

.short-live-card__body > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.short-live-card__body time {
  color: #8a94a5;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.short-live-card__body h2 {
  margin: 10px 0 10px;
  color: #111827;
  font-size: 21px;
  line-height: 1.18;
}

@media (max-width: 980px) {
  .short-live-page {
    width: calc(100% - 32px);
  }

  .short-live-lead,
  .short-live-grid {
    grid-template-columns: 1fr;
  }

  .short-live-lead > a {
    min-height: 280px;
  }
}

@media (max-width: 620px) {
  .short-live-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .short-live-hero h1 {
    font-size: 34px;
  }

  .short-live-lead > div {
    padding: 22px;
  }

  .short-live-lead h2 {
    font-size: 27px;
  }
}

/* EOF top market strip correction: compact, contained sparklines. */
.site-header + .market-strip > .quote-card {
  position: relative !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 86px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
  align-content: center !important;
  gap: 2px 14px !important;
  padding: 15px 18px 14px 22px !important;
  overflow: hidden !important;
}

.site-header + .market-strip > .quote-card span {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.site-header + .market-strip > .quote-card b {
  font-size: 22px !important;
  line-height: 1 !important;
}

.site-header + .market-strip > .quote-card em {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.site-header + .market-strip > .quote-card i {
  align-self: center !important;
  justify-self: end !important;
  width: 82px !important;
  height: 30px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  overflow: visible !important;
}

.site-header + .market-strip > .quote-card svg {
  width: 82px !important;
  height: 30px !important;
}

.site-header + .market-strip > .quote-card svg path:nth-of-type(1),
.site-header + .market-strip > .quote-card svg path:nth-of-type(2) {
  display: none !important;
}

.site-header + .market-strip > .quote-card svg path:last-of-type {
  stroke-width: 2.5 !important;
}

.site-header + .market-strip > .market-strip__all {
  width: auto !important;
  min-width: 124px !important;
  max-width: calc(100% - 24px) !important;
  min-height: 40px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  white-space: nowrap !important;
}

/* EOF crypto chart lock: protect home/sidebar crypto graphs from fallback SVG fill. */
.gn-crypto-ref .crypto-chart-card,
.crypto-page .crypto-chart-card {
  overflow: hidden !important;
}

.gn-crypto-ref .crypto-chart-card a {
  min-height: 112px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 124px !important;
  grid-template-rows: auto auto auto !important;
  grid-template-areas: "code chart" "name chart" "value chart" !important;
  gap: 4px 12px !important;
  padding: 12px !important;
}

.gn-crypto-ref .crypto-chart-card span {
  grid-area: code !important;
}

.gn-crypto-ref .crypto-chart-card h3 {
  grid-area: name !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
}

.gn-crypto-ref .crypto-chart-card strong {
  grid-area: value !important;
  font-size: 16px !important;
}

.gn-crypto-ref .crypto-chart-card em {
  display: none !important;
}

.gn-crypto-ref .crypto-chart-card i,
.crypto-page .crypto-chart-card i {
  grid-area: chart !important;
  display: block !important;
  align-self: center !important;
  width: 100% !important;
  height: 68px !important;
  background: linear-gradient(180deg, #f8fbff, #fff) !important;
  overflow: hidden !important;
}

.gn-crypto-ref .crypto-chart-card svg,
.crypto-page .crypto-chart-card svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

.gn-crypto-ref .crypto-chart-card polyline,
.crypto-page .crypto-chart-card polyline {
  fill: none !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Final live quote chart lock: keep real SVG sparklines visible above legacy strip styles. */
.site-header + .market-strip > .quote-card,
.gn-rates .market-strip--side > .quote-card {
  display: grid !important;
  justify-content: stretch !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  border-radius: 0 !important;
  color: #111827 !important;
}

.site-header + .market-strip > .quote-card {
  grid-template-columns: minmax(128px, 1fr) 112px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
}

.site-header + .market-strip > .quote-card i,
.gn-rates .market-strip--side > .quote-card i {
  grid-area: chart !important;
  grid-row: auto !important;
  grid-column: auto !important;
  display: block !important;
  width: 112px !important;
  height: 46px !important;
  background: none !important;
  opacity: 1 !important;
}

.site-header + .market-strip > .quote-card svg,
.gn-rates .market-strip--side > .quote-card svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

.site-header + .market-strip > .quote-card polyline,
.gn-rates .market-strip--side > .quote-card polyline {
  fill: none !important;
  stroke: #0b63d8 !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.site-header + .market-strip > .quote-card:has(.is-down) polyline,
.gn-rates .market-strip--side > .quote-card:has(.is-down) polyline {
  stroke: #d92d20 !important;
}

.site-header + .market-strip > .quote-card span,
.site-header + .market-strip > .quote-card b,
.site-header + .market-strip > .quote-card em {
  justify-self: start !important;
}

.gn-rates .market-strip--side > .quote-card {
  grid-template-columns: minmax(88px, 1fr) 92px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
}

.gn-rates .market-strip--side > .quote-card i {
  width: 92px !important;
  height: 40px !important;
}

/* Quotes final lock */
.quote-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(104px, 1fr) 92px;
  grid-template-areas: "label chart" "value chart" "delta chart";
  align-items: center;
  gap: 2px 12px;
  color: #111827;
  text-decoration: none;
}

.quote-card span {
  grid-area: label;
  color: #475467;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-card b {
  grid-area: value;
  font-size: 18px;
  line-height: 1.05;
}

.quote-card em {
  grid-area: delta;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.quote-card i,
.quote-mini-chart {
  grid-area: chart;
  width: 92px;
  height: 40px;
  display: block;
}

.quote-card svg,
.quote-mini-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quote-card polyline,
.quote-mini-chart polyline {
  fill: none;
  stroke: #0b63d8;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-card:has(.is-down) polyline,
.quote-mini-chart:has(+ .is-down) polyline {
  stroke: #e11d48;
}

.is-up {
  color: #079455;
}

.is-down {
  color: #d92d20;
}

.is-flat {
  color: #667085;
}

.site-header + .market-strip {
  width: min(1440px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 150px;
  gap: 0;
  align-items: stretch;
  margin: 0 auto 26px;
  border: 1px solid #e6eef8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 70, 0.05);
  overflow: hidden;
}

.site-header + .market-strip .quote-card {
  min-height: 86px;
  padding: 15px 22px;
  border: 0 !important;
  border-right: 1px solid #e6eef8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.market-strip__all {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b63d8;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.gn-rates .market-strip--side {
  display: grid;
  gap: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.gn-rates .quote-card {
  min-height: 46px;
  grid-template-columns: minmax(96px, 1fr) 78px;
  grid-template-areas: "label chart" "value chart" "delta chart";
  padding: 9px 0;
  border: 0 !important;
  border-bottom: 1px solid #edf2f7 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.gn-rates .quote-card b {
  justify-self: start;
  font-size: 13px;
}

.gn-rates .quote-card i {
  width: 72px;
  height: 32px;
}

.gn-chart {
  height: 116px;
  display: block;
  margin: 12px 0 8px;
  border: 1px solid #e6eef8;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(11, 99, 216, 0.08), rgba(11, 99, 216, 0)), repeating-linear-gradient(0deg, transparent 0 27px, rgba(11, 99, 216, 0.08) 28px), repeating-linear-gradient(90deg, transparent 0 53px, rgba(11, 99, 216, 0.08) 54px);
  position: relative;
}

.markets-page {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 56px;
}

.markets-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 28px 0 22px;
}

.markets-hero span {
  color: #0b63d8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.markets-hero h1 {
  margin: 6px 0 8px;
  color: #111827;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.markets-hero p,
.markets-note {
  margin: 0;
  color: #667085;
}

.markets-hero a {
  color: #0b63d8;
  font-weight: 900;
  text-decoration: none;
}

.markets-grid {
  display: grid;
  gap: 22px;
}

.markets-panel {
  border: 1px solid #e6eef8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 35, 70, 0.05);
  overflow: hidden;
}

.markets-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #e6eef8;
}

.markets-panel__head h2 {
  margin: 0;
  font-size: 21px;
}

.markets-panel__head input {
  width: min(320px, 48vw);
  border: 1px solid #d6e2f2;
  border-radius: 7px;
  padding: 10px 12px;
  font: inherit;
}

.markets-table-wrap {
  overflow-x: auto;
}

.markets-table {
  width: 100%;
  border-collapse: collapse;
}

.markets-table th,
.markets-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #edf2f7;
  text-align: left;
  white-space: nowrap;
}

.markets-table th {
  color: #667085;
  font-size: 12px;
  text-transform: uppercase;
}

.markets-table .quote-mini-chart {
  width: 108px;
  height: 38px;
}

.markets-note {
  padding: 0 20px 12px;
}

.crypto-page {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 56px;
}

.crypto-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 30px 0 22px;
}

.crypto-hero span,
.crypto-chart-card span {
  color: #0b63d8;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crypto-hero h1 {
  margin: 6px 0 8px;
  color: #111827;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
}

.crypto-hero p {
  margin: 0;
  color: #667085;
}

.crypto-hero a,
.crypto-toolbar a {
  color: #0b63d8;
  font-weight: 900;
  text-decoration: none;
}

.crypto-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.crypto-toolbar input {
  width: min(420px, 62vw);
  border: 1px solid #d6e2f2;
  border-radius: 7px;
  padding: 11px 13px;
  font: inherit;
}

.crypto-chart-grid,
.crypto-ref-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.crypto-chart-card {
  min-width: 0;
  border: 1px solid #e6eef8;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(15, 35, 70, 0.05);
}

.crypto-chart-card a {
  min-height: 190px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  gap: 6px;
  padding: 16px;
  color: #111827;
  text-decoration: none;
}

.crypto-chart-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.15;
}

.crypto-chart-card strong {
  font-size: 22px;
  line-height: 1;
}

.crypto-chart-card em {
  font-style: normal;
  font-weight: 900;
}

.crypto-chart-card i {
  align-self: end;
  height: 78px;
  display: block;
  border-radius: 6px;
  background: linear-gradient(180deg, #f8fbff, #fff);
}

.crypto-chart-card svg {
  width: 100%;
  height: 100%;
}

.crypto-chart-card polyline {
  fill: none;
  stroke: #0b63d8;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.crypto-chart-card path,
.quote-card path,
.quote-mini-chart path {
  vector-effect: non-scaling-stroke;
}

.crypto-chart-card:has(.is-down) polyline {
  stroke: #d92d20;
}

.gn-crypto-ref .crypto-ref-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.gn-crypto-ref .crypto-chart-card a {
  min-height: 104px;
  grid-template-columns: 1fr 96px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "code chart" "name chart" "value chart";
  padding: 12px;
}

.gn-crypto-ref .crypto-chart-card span {
  grid-area: code;
}

.gn-crypto-ref .crypto-chart-card h3 {
  grid-area: name;
  font-size: 14px;
}

.gn-crypto-ref .crypto-chart-card strong {
  grid-area: value;
  font-size: 16px;
}

.gn-crypto-ref .crypto-chart-card em {
  display: none;
}

.gn-crypto-ref .crypto-chart-card i {
  grid-area: chart;
  height: 72px;
}

@media (max-width: 900px) {
  .site-header + .market-strip {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-strip__all {
    min-height: 50px;
    grid-column: 1 / -1;
  }

  .markets-page {
    width: calc(100% - 32px);
  }

  .crypto-page {
    width: calc(100% - 32px);
  }

  .markets-hero,
  .crypto-hero,
  .crypto-toolbar,
  .markets-panel__head {
    align-items: stretch;
    flex-direction: column;
  }

  .markets-panel__head input {
    width: 100%;
  }

  .crypto-chart-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .crypto-chart-grid {
    grid-template-columns: 1fr;
  }
}

/* Final open article page: keep these late to beat legacy production rules. */
.article-page-layout--open {
  margin-top: 34px;
}

.article-header--open {
  padding: 18px 6px 16px;
}

.article-header--open h1 {
  max-width: 900px;
  margin: 24px 0 18px;
  font-size: clamp(40px, 4.2vw, 66px);
  line-height: 0.98;
}

.article-header--open p {
  max-width: 820px;
  color: #243041;
  font-size: 21px;
  line-height: 1.45;
}

.article-author-row {
  max-width: 900px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--blue);
  font-weight: 900;
}

.article-author-row b,
.article-author-row em,
.article-author-row a {
  display: block;
}

.article-author-row em {
  color: #647286;
  font-style: normal;
  font-size: 13px;
}

.article-author-row a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #bfd4f3;
  border-radius: 5px;
  padding: 0 18px;
  color: var(--blue);
  font-weight: 900;
}

.article-brief-panel h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-brief-panel h2 span {
  border-radius: 999px;
  background: #eef4ff;
  padding: 4px 8px;
  color: #7a8798;
  font-size: 11px;
}

.article-brief-panel p,
.article-brief-panel li {
  color: #263244;
  font-size: 15px;
  line-height: 1.55;
}

.article-brief-panel h3 {
  margin: 20px 0 10px;
  font-size: 16px;
}

.article-brief-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
}

.article-brief-panel li::marker {
  color: var(--blue);
}

.article-after .source-box,
.article-body .source-box {
  position: static;
  max-width: none;
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 14px;
  box-shadow: none;
}

.article-after .source-box h2,
.article-body .source-box h2 {
  margin: 0 0 6px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.article-after .source-box img,
.article-body .source-box img {
  width: 58px;
  height: 42px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .article-author-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .article-author-row a {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

.top-strip.top-strip--breaking {
  width: 100%;
  grid-template-columns: 120px repeat(3, minmax(0, 1fr)) 54px;
  margin: 0;
}

@media (max-width: 1100px) {
  .market-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-strip a {
    grid-column: 1 / -1;
    justify-self: stretch;
    margin: 0 0 16px;
  }

  .article-hero-card {
    grid-template-columns: 1fr;
  }

  .article-hero-card__brief {
    background: rgba(6, 18, 36, 0.94);
  }

  .article-insights > div,
  .article-themes > div:last-child,
  .article-opinions > div:last-child,
  .article-after,
  .newsletter-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .top-strip.top-strip--breaking {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 0 12px;
  }

  .top-strip.top-strip--breaking a:nth-of-type(n + 2) {
    display: none;
  }

  .market-strip {
    grid-template-columns: 1fr;
    padding: 0 18px;
  }

  .article-hero-card {
    width: calc(100% - 24px);
    min-height: 0;
  }

  .article-hero-card__copy,
  .article-hero-card__brief {
    padding: 28px 20px;
  }

  .article-hero-card h1 {
    font-size: 38px;
  }

  .brief-market {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-insights > div,
  .article-themes > div:last-child,
  .article-opinions > div:last-child,
  .article-after,
  .newsletter-band,
  .newsletter-band form {
    grid-template-columns: 1fr;
  }

  .article-themes,
  .article-opinions,
  .newsletter-band {
    width: calc(100% - 24px);
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--canvas);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.42;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--blue);
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(18, 104, 214, 0.22);
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(330px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 12px 28px;
  border-bottom: 1px solid rgba(223, 228, 234, 0.96);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(19, 22, 28, 0.05);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
}

.brand__mark {
  width: 92px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.brand__mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform-origin: center;
  animation: brandEyeBlink 6.8s infinite;
}

.brand__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand__copy strong {
  color: var(--ink);
  font-family: var(--headline);
  font-size: 31px;
  font-weight: 900;
  line-height: 0.9;
  white-space: nowrap;
}

.brand__copy strong span {
  color: var(--blue);
}

.brand__copy em {
  color: var(--blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

@keyframes brandEyeBlink {
  0%,
  92%,
  96%,
  100% {
    transform: scaleY(1);
  }

  94% {
    transform: scaleY(0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand__mark img {
    animation: none;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}

.main-nav::-webkit-scrollbar {
  display: none;
}

.main-nav a,
.header-action,
.panel-link,
.section-head a,
.primary-link,
.method-card a,
.market-panel a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  padding: 0 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  background: var(--soft);
  color: var(--ink);
}

.header-action,
.panel-link,
.section-head a,
.primary-link,
.method-card a,
.market-panel a {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
}

.header-action:hover,
.panel-link:hover,
.section-head a:hover,
.primary-link:hover,
.method-card a:hover,
.market-panel a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

@media (max-width: 1500px) {
  .site-header {
    grid-template-columns: minmax(330px, auto) minmax(0, 1fr);
  }

  .header-action {
    display: none;
  }
}

.front-page {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.8fr) minmax(280px, 0.55fr);
  gap: 14px;
  align-items: stretch;
}

.lead-block,
.live-board,
.trust-card,
.market-panel,
.method-card,
.page-hero,
.story-card,
.rating-card,
.principle-grid article,
.source-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.lead-block {
  min-height: 560px;
  display: grid;
  grid-template-rows: minmax(270px, 0.95fr) auto;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.lead-block__image {
  min-height: 270px;
  overflow: hidden;
  background: var(--soft);
}

.lead-block__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lead-block__content {
  padding: 24px;
}

.eyebrow,
.source-line,
.article-meta,
.lead-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.eyebrow span,
.panel-head span,
.trust-card span,
.page-hero span,
.method-card span,
.principle-grid span,
.publication-label {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.lead-block h1 {
  margin: 12px 0 12px;
  font-size: 44px;
  line-height: 1.02;
}

.lead-block p {
  max-width: 760px;
  margin: 0;
  color: var(--ink-2);
  font-size: 19px;
}

.lead-meta {
  margin-top: 18px;
}

.lead-meta span,
.source-line span,
.article-meta span {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 5px 8px;
  background: #fbfcfd;
}

.live-board {
  min-height: 560px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
}

.panel-head {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.panel-head b {
  font-size: 21px;
}

.panel-head em {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.live-feed {
  min-height: 0;
  overflow: auto;
}

.live-row {
  display: grid;
  grid-template-columns: 92px 58px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.live-row__media {
  align-self: stretch;
  min-height: 74px;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #e9eef5;
}

.live-row__media img {
  width: 100%;
  height: 100%;
  min-height: 74px;
  display: block;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.live-row:hover .live-row__media img {
  transform: scale(1.04);
}

.live-row time {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.live-row__title {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
}

.live-row p {
  margin: 0 0 7px;
  color: var(--ink-2);
  font-size: 13px;
}

.live-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.live-row a[target] {
  color: var(--blue);
}

.panel-link {
  margin: 14px 16px 16px;
}

.trust-stack {
  display: grid;
  gap: 14px;
}

.trust-card,
.market-panel {
  padding: 18px;
}

.trust-card--strong {
  background: var(--dark);
  color: #fff;
}

.trust-card b {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1;
}

.trust-card p,
.market-panel p {
  margin: 10px 0 0;
  color: var(--muted);
}

.trust-card--strong p {
  color: rgba(255, 255, 255, 0.76);
}

.market-panel h2 {
  margin: 0 0 12px;
  font-size: 20px;
}

.market-row {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.market-row em {
  font-style: normal;
  font-weight: 900;
}

.up {
  color: var(--green);
}

.down {
  color: var(--red);
}

.flat {
  color: var(--muted);
}

.market-panel a {
  margin-top: 14px;
}

.section-band {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.section-band--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 18px;
  align-items: start;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 18px;
}

.section-head--simple {
  margin-bottom: 14px;
}

.section-head span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-head h2,
.method-card h2,
.page-hero h1 {
  margin: 4px 0 0;
  font-size: 32px;
  line-height: 1.08;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.story-grid--dense {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-card {
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.story-card:hover {
  border-color: rgba(18, 104, 214, 0.36);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.story-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--soft);
}

.story-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.18s ease;
}

.story-card:hover img {
  transform: scale(1.03);
}

.story-card__body {
  padding: 14px;
}

.story-card h3 {
  margin: 8px 0 8px;
  font-size: 19px;
  line-height: 1.16;
}

.story-card p {
  margin: 0 0 12px;
  color: var(--ink-2);
  font-size: 14px;
}

.source-line {
  justify-content: space-between;
  font-size: 11px;
}

.section-chip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.section-chip-grid--large {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-chip {
  min-height: 148px;
  position: relative;
  display: grid;
  align-content: end;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  padding: 12px;
  background: #101827;
  color: #fff;
  font-weight: 900;
}

.section-chip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.58;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.section-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 16, 33, 0.08), rgba(6, 16, 33, 0.88));
}

.section-chip:hover img {
  opacity: 0.68;
  transform: scale(1.04);
}

.section-chip span,
.section-chip b {
  position: relative;
  z-index: 1;
}

.section-chip b {
  min-width: 34px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fff;
  font-size: 13px;
}

.method-card {
  padding: 22px;
  background: #f8faf9;
}

.method-card ol {
  margin: 16px 0 18px;
  padding-left: 21px;
  color: var(--ink-2);
}

.method-card li + li {
  margin-top: 8px;
}

.page-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  padding: 28px;
}

.page-hero--compact {
  display: grid;
  gap: 9px;
}

.page-hero h1 {
  max-width: 920px;
  font-size: 38px;
}

.page-hero p {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.search-form {
  max-width: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin-top: 12px;
}

.search-form input,
.search-form button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0 13px;
  font: inherit;
}

.search-form button {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.search-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-layout {
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
}

.article-header {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--paper);
}

.article-header h1 {
  max-width: 980px;
  margin: 12px 0;
  font-size: 46px;
  line-height: 1.04;
}

.article-header p {
  max-width: 840px;
  margin: 0;
  color: var(--ink-2);
  font-size: 20px;
}

.article-meta {
  margin-top: 18px;
}

.article-media {
  margin: 16px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--paper);
}

.article-media img {
  width: 100%;
  max-height: 560px;
  display: block;
  object-fit: cover;
}

.article-media figcaption {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 13px;
}

.article-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 18px;
  align-items: start;
}

.article-body {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--paper);
}

.article-body p {
  margin: 0;
  font-size: 19px;
  line-height: 1.62;
}

.article-body p + p {
  margin-top: 18px;
}

.source-box {
  position: sticky;
  top: 86px;
  padding: 18px;
}

.source-box h2 {
  margin: 8px 0 14px;
  font-size: 22px;
}

.source-box dl {
  margin: 0;
  display: grid;
  gap: 10px;
}

.source-box div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.source-box dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.source-box dd {
  margin: 4px 0 0;
  font-weight: 800;
  word-break: break-word;
}

.source-box a {
  color: var(--blue);
}

.article-extra {
  width: min(1410px, calc(100% - 40px));
  margin: 28px auto 0;
  display: grid;
  gap: 22px;
}

.article-lower {
  display: grid;
  gap: 18px;
}

.article-lower__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: 18px;
  align-items: stretch;
}

.article-takeaways,
.article-topics,
.article-experts,
.article-subscribe {
  border: 1px solid var(--line-dark, var(--line));
  background: #fff;
  box-shadow: 0 1px 0 rgba(19, 22, 28, 0.04);
}

.article-takeaways,
.article-topics,
.article-experts {
  padding: clamp(20px, 2.2vw, 30px);
}

.article-lower__head span,
.article-subscribe span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-lower__head h2,
.article-subscribe h2 {
  margin: 7px 0 0;
  font-family: var(--headline);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1;
  letter-spacing: 0;
}

.article-takeaways {
  border-top: 4px solid var(--blue);
}

.article-takeaways ol {
  counter-reset: takeaway;
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.article-takeaways li {
  counter-increment: takeaway;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.article-takeaways li::before {
  content: counter(takeaway, decimal-leading-zero);
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
}

.article-takeaways p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.42;
  text-wrap: pretty;
}

.article-topics {
  border-top: 4px solid var(--ink);
}

.article-topic-list {
  display: grid;
  gap: 0;
  margin-top: 22px;
}

.article-topic-list a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px 14px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.article-topic-list b {
  grid-row: span 2;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.article-topic-list span {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
}

.article-topic-list em {
  color: var(--ink-2);
  font-size: 14px;
  font-style: normal;
  line-height: 1.35;
}

.article-topic-list a:hover span {
  color: var(--blue);
}

.article-experts {
  border-top: 4px solid var(--red);
}

.article-expert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.article-expert-grid blockquote {
  min-height: 100%;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  background: #f8fafc;
}

.article-expert-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.48;
}

.article-expert-grid cite {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.article-subscribe {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.54fr);
  gap: 24px;
  align-items: end;
  padding: clamp(22px, 2.5vw, 34px);
  border-top: 4px solid var(--blue);
  background:
    linear-gradient(90deg, rgba(10, 100, 216, 0.08), rgba(255, 255, 255, 0) 58%),
    #fff;
}

.article-subscribe p {
  max-width: 660px;
  margin: 12px 0 0;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.45;
}

.article-subscribe form {
  display: grid;
  gap: 9px;
}

.article-subscribe label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-subscribe form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 48px;
}

.article-subscribe input,
.article-subscribe button {
  min-width: 0;
  border: 1px solid var(--line-dark, var(--line));
  border-radius: 0;
  font: inherit;
}

.article-subscribe input {
  padding: 0 14px;
  border-right: 0;
  color: var(--ink);
  background: #fff;
}

.article-subscribe button {
  padding: 0 18px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.article-strategy {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line-dark, var(--line));
  border-top: 4px solid #263238;
  background: #fff;
  padding: clamp(20px, 2.4vw, 32px);
  box-shadow: 0 1px 0 rgba(19, 22, 28, 0.04);
}

.article-strategy__head {
  display: grid;
  grid-template-columns: minmax(120px, auto) minmax(260px, 0.7fr) minmax(320px, 1fr);
  gap: 16px;
  align-items: end;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.article-strategy__head span,
.strategy-panel__label span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-strategy__head h2 {
  margin: 0;
  font-family: var(--headline);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 0.98;
}

.article-strategy__head p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
  line-height: 1.42;
}

.article-strategy__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1.24fr) minmax(280px, 0.86fr);
  gap: 16px;
  align-items: stretch;
}

.strategy-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: #f9fafb;
  padding: 18px;
}

.strategy-panel__label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.strategy-panel__label b {
  color: #607080;
  font-size: 12px;
  text-transform: uppercase;
}

.strategy-timeline ol {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

.strategy-timeline ol::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 4px;
  width: 2px;
  background: linear-gradient(#0a64d8, #bd1f36);
}

.strategy-timeline li {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 0 0 18px;
}

.strategy-timeline li:last-child {
  padding-bottom: 0;
}

.strategy-timeline li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -22px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #bd1f36;
  box-shadow: 0 0 0 2px rgba(189, 31, 54, 0.18);
}

.strategy-timeline time {
  color: #607080;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.strategy-timeline strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.18;
}

.strategy-timeline p,
.strategy-odds p {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  line-height: 1.35;
}

.strategy-map {
  display: grid;
  grid-template-rows: auto minmax(260px, 1fr) auto;
}

.geo-map {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid #cfd6de;
  background:
    radial-gradient(circle at 28% 30%, rgba(10, 100, 216, 0.18) 0 9%, transparent 10%),
    radial-gradient(circle at 72% 48%, rgba(189, 31, 54, 0.16) 0 11%, transparent 12%),
    radial-gradient(circle at 48% 62%, rgba(0, 130, 118, 0.14) 0 10%, transparent 11%),
    linear-gradient(90deg, rgba(17, 24, 33, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 24, 33, 0.06) 1px, transparent 1px),
    #eef3f6;
  background-size: auto, auto, auto, 42px 42px, 42px 42px, auto;
}

.geo-map::before,
.geo-map::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(38, 50, 56, 0.18);
  border-radius: 48% 52% 44% 56%;
  background: rgba(255, 255, 255, 0.34);
}

.geo-map::before {
  width: 42%;
  height: 52%;
  left: 12%;
  top: 18%;
  transform: rotate(-12deg);
}

.geo-map::after {
  width: 34%;
  height: 44%;
  right: 12%;
  top: 28%;
  transform: rotate(16deg);
}

.geo-map__route {
  position: absolute;
  left: 22%;
  top: 50%;
  z-index: 2;
  width: 56%;
  height: 2px;
  background: linear-gradient(90deg, rgba(10, 100, 216, 0), rgba(10, 100, 216, 0.85), rgba(189, 31, 54, 0));
  transform-origin: center;
}

.geo-map__route--one {
  transform: rotate(8deg);
}

.geo-map__route--two {
  transform: rotate(-24deg);
}

.geo-map__route--three {
  transform: rotate(32deg);
}

.geo-map__point {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 3;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 34px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #111821;
  color: #fff;
  box-shadow: 0 12px 24px rgba(17, 24, 33, 0.18);
}

.geo-map__point b {
  padding: 0 12px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.strategy-lanes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.strategy-lanes span {
  display: grid;
  gap: 3px;
  border-left: 3px solid #0a8276;
  background: #fff;
  padding: 9px 10px;
}

.strategy-lanes b {
  font-size: 13px;
}

.strategy-lanes em {
  color: #607080;
  font-size: 12px;
  font-style: normal;
}

.strategy-next {
  display: grid;
  align-content: start;
}

.strategy-odds {
  display: grid;
  gap: 14px;
}

.strategy-odds article {
  display: grid;
  gap: 8px;
}

.strategy-odds article div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}

.strategy-odds strong {
  font-size: 15px;
}

.strategy-odds b {
  color: #bd1f36;
  font-size: 20px;
}

.strategy-odds i {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: #dde4ec;
}

.strategy-odds i::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--chance);
  background: linear-gradient(90deg, #0a64d8, #0a8276);
}

.strategy-watch {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.strategy-watch strong {
  font-size: 13px;
  text-transform: uppercase;
}

.strategy-watch span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-2);
  font-size: 13px;
}

.strategy-watch span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: #bd1f36;
}

.article-context-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.article-related,
.article-archive,
.theme-context {
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 22px;
  box-shadow: 0 1px 0 rgba(19, 22, 28, 0.04);
}

.article-related {
  display: grid;
  gap: 16px;
}

.theme-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 24px;
  align-items: start;
}

.theme-context span,
.archive-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-context h2 {
  margin: 8px 0 12px;
  font-family: var(--headline);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
}

.theme-context p {
  margin: 0;
  color: var(--ink-2);
  font-size: 18px;
  line-height: 1.55;
}

.theme-context p + p {
  margin-top: 12px;
}

.theme-context aside {
  border-left: 4px solid var(--red);
  padding-left: 16px;
}

.theme-context aside b {
  display: block;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.theme-context aside div {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.theme-context aside a {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.25;
  text-decoration: none;
}

.theme-link-card {
  min-height: 78px;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #fff;
}

.theme-link-card img {
  width: 84px;
  height: 100%;
  min-height: 78px;
  display: block;
  object-fit: cover;
}

.theme-link-card span {
  padding-right: 10px;
  color: var(--ink);
  font-size: 14px;
  text-transform: none;
}

.theme-context aside a:hover {
  color: var(--blue);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.archive-card {
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0 16px 16px;
}

.archive-card__media {
  display: block;
  margin: 0 -16px 14px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #e9eef5;
}

.archive-card__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.archive-card--link:hover .archive-card__media img {
  transform: scale(1.04);
}

.archive-card h3 {
  margin: 8px 0;
  font-family: var(--headline);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.06;
}

.archive-card h3 a {
  color: inherit;
  text-decoration: none;
}

.archive-card h3 a:hover {
  color: var(--blue);
}

.archive-card--link {
  min-height: 340px;
}

.archive-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.48;
}

.live-feed--page {
  overflow: visible;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.live-feed--page .live-row {
  background: #fff;
}

.rating-grid,
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rating-card,
.principle-grid article {
  min-height: 190px;
  padding: 18px;
}

.rating-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.rating-card h2,
.principle-grid h2 {
  margin: 10px 0 8px;
  font-size: 22px;
  line-height: 1.12;
}

.rating-card p,
.principle-grid p {
  margin: 0;
  color: var(--muted);
}

.ratings-hero,
.rating-article-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(0, 82, 204, 0.1), rgba(255, 255, 255, 0.92) 42%),
    var(--paper);
  box-shadow: var(--shadow);
}

.ratings-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 18px;
  align-items: end;
  padding: 32px;
}

.ratings-hero__content span,
.ratings-hero__note b,
.rating-article-hero__content span,
.rating-leader span,
.rating-takeaways span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ratings-hero h1,
.rating-article-hero h1 {
  margin: 12px 0;
  max-width: 880px;
  font-family: var(--headline);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.ratings-hero p,
.rating-article-hero p {
  margin: 0;
  max-width: 780px;
  color: var(--ink-2);
  font-size: 19px;
  line-height: 1.45;
}

.ratings-hero__note {
  border-left: 4px solid var(--red);
  padding: 0 0 0 18px;
}

.ratings-hero__note p {
  margin-top: 8px;
  font-size: 15px;
}

.rating-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rating-section {
  display: grid;
  gap: 16px;
}

.rating-card--visual {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 260px;
  overflow: hidden;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(0, 82, 204, 0.035), rgba(255, 255, 255, 0) 46%),
    #fff;
}

.rating-card__media {
  display: none;
}

.rating-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
}

.rating-card__head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.rating-card__head strong {
  min-width: 38px;
  min-height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fbfcfd;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.rating-card--visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: var(--blue);
}

.rating-card--visual em,
.rating-card--visual b {
  display: block;
  font-style: normal;
}

.rating-card--visual em {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rating-card--visual small {
  display: block;
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.rating-card--visual b {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
  margin-top: auto;
}

.rating-card--feature {
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(0, 82, 204, 0.08), rgba(255, 255, 255, 0)),
    var(--paper);
}

.rating-article-hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1fr);
  overflow: hidden;
}

.rating-article-hero__media {
  min-height: 430px;
  background: var(--soft);
}

.rating-article-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rating-cover-placeholder {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(0, 82, 204, 0.12), rgba(255, 255, 255, 0.92)),
    #f6f7f8;
  color: var(--ink);
  font-family: var(--headline);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 900;
  line-height: 0.98;
  text-align: center;
}

.rating-article-hero__content {
  display: grid;
  align-content: center;
  padding: 34px;
}

.rating-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.rating-meta span {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fbfcfd;
  padding: 7px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rating-leaders {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.rating-leader {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 20px;
}

.rating-leader__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.rating-leader__top img,
.rating-leader__logo,
.rating-row-card__logo,
.rating-logo-placeholder {
  display: block;
  width: 64px;
  height: 64px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  object-fit: contain;
  padding: 10px;
}

.rating-logo-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 24% 18%, color-mix(in srgb, var(--rating-accent, var(--blue)) 26%, #fff), transparent 34%),
    linear-gradient(145deg, #fff, #f3f6fb);
}

.rating-logo-placeholder::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid color-mix(in srgb, var(--rating-accent, var(--blue)) 28%, transparent);
  border-radius: calc(var(--radius-sm) - 2px);
}

.rating-logo-placeholder::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 46px;
  height: 46px;
  background: color-mix(in srgb, var(--rating-accent, var(--blue)) 16%, transparent);
  transform: rotate(24deg);
}

.rating-logo-placeholder span {
  position: relative;
  z-index: 1;
  color: color-mix(in srgb, var(--rating-accent, var(--blue)) 72%, #111827);
  font-size: 18px;
}

.rating-list-shell {
  display: grid;
  gap: 12px;
}

.rating-list-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 10px;
}

.rating-list-summary span {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fbfcfd;
  padding: 7px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rating-list--dense {
  gap: 6px;
}

.rating-list--dense .rating-row-card {
  grid-template-columns: 46px 58px minmax(0, 1fr) minmax(130px, 0.2fr);
  padding: 12px;
}

.rating-list--dense .rating-row-card__rank {
  width: 38px;
  height: 38px;
  font-size: 13px;
}

.rating-list--dense .rating-row-card__logo,
.rating-list--dense .rating-logo-placeholder {
  width: 52px;
  height: 52px;
  padding: 8px;
}

.rating-list--dense .rating-row-card h2 {
  font-size: 22px;
}

.rating-list--dense .rating-row-card p {
  font-size: 14px;
  line-height: 1.42;
}

.rating-leader h2 {
  margin: 8px 0;
  font-family: var(--headline);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.02;
}

.rating-leader b {
  display: block;
  color: var(--red);
  font-size: 13px;
  text-transform: uppercase;
}

.rating-leader p {
  margin: 12px 0 0;
  color: var(--ink-2);
  line-height: 1.45;
}

.rating-leader em,
.rating-row-card__source {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.rating-readable {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(280px, 0.35fr);
  gap: 24px;
  align-items: start;
}

.rating-readable .section-head {
  grid-column: 1 / -1;
}

.rating-copy {
  display: grid;
  gap: 16px;
}

.rating-copy p {
  margin: 0;
  color: var(--ink-2);
  font-size: 19px;
  line-height: 1.62;
}

.rating-takeaways {
  display: grid;
  gap: 10px;
}

.rating-takeaways article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
}

.rating-takeaways p {
  margin: 8px 0 0;
  color: var(--ink-2);
  line-height: 1.45;
}

.rating-list {
  display: grid;
  gap: 10px;
}

.rating-row-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(150px, 0.24fr);
  gap: 16px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 16px;
}

.rating-row-card--with-logo {
  grid-template-columns: 58px 76px minmax(0, 1fr) minmax(150px, 0.24fr);
}

.rating-row-card__rank {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
  font-weight: 900;
}

.rating-row-card h2 {
  margin: 0 0 8px;
  font-family: var(--headline);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.06;
}

.rating-row-card p {
  margin: 0;
  color: var(--ink-2);
  line-height: 1.48;
}

.rating-row-card strong {
  color: var(--red);
  font-size: 14px;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-align: right;
  text-transform: uppercase;
}

.rating-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.rating-tags span {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fbfcfd;
  padding: 5px 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.authority-hero {
  width: min(var(--max), calc(100% - 32px));
  margin: 18px auto 0;
}

.desk-ribbon {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(2, minmax(160px, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
}

.desk-ribbon > span {
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 22px;
  font-weight: 900;
}

.newsroom-metric {
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 12px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.newsroom-metric:last-child {
  border-right: 0;
}

.newsroom-metric span,
.newsroom-metric em {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.newsroom-metric b {
  font-size: 19px;
  line-height: 1.05;
}

.authority-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.46fr) minmax(340px, 0.74fr) minmax(300px, 0.54fr);
  gap: 14px;
  margin-top: 14px;
  align-items: stretch;
}

.lead-package,
.editor-brief,
.source-monitor,
.cluster-card,
.analysis-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.lead-package {
  --lead-package-height: clamp(560px, 34vw, 680px);
  min-height: 610px;
  height: var(--lead-package-height);
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}

.lead-package__media {
  position: relative;
  min-height: 0;
  height: var(--lead-package-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: var(--soft);
  overflow: hidden;
}

.lead-package__backdrop {
  position: absolute;
  inset: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: blur(22px) saturate(0.85);
  opacity: 0.28;
  transform: scale(1.04);
}

.lead-package__image {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(var(--lead-package-height) - 36px);
  min-height: 0;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #f7f9fb;
  box-shadow: 0 0 0 1px rgba(207, 214, 222, 0.8);
}

.lead-package__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.lead-package h1 {
  margin: 14px 0 14px;
  font-size: 48px;
  line-height: 1;
  overflow-wrap: break-word;
}

.lead-package p {
  margin: 0;
  color: var(--ink-2);
  font-size: 20px;
  line-height: 1.45;
}

.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lead-actions a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: var(--radius-sm);
  padding: 0 12px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.lead-actions a + a {
  background: #fff;
  color: var(--ink);
}

.lead-actions a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}

.editor-brief,
.source-monitor {
  min-height: 610px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}

.brief-list,
.source-status-grid {
  min-height: 0;
  overflow: auto;
}

.brief-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brief-item:hover {
  background: #f8fbff;
}

.brief-item__media {
  position: relative;
  display: block;
  min-height: 82px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--soft);
}

.brief-item__media img {
  width: 100%;
  height: 100%;
  min-height: 82px;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 180ms ease;
}

.brief-item:hover .brief-item__media img {
  transform: scale(1.05);
}

.brief-item__copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.brief-item__meta {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.brief-item b {
  display: block;
  font-size: 17px;
  line-height: 1.18;
}

.brief-item em {
  display: block;
  margin-top: 8px;
  color: var(--ink-2);
  font-size: 14px;
  font-style: normal;
  line-height: 1.42;
}

.brief-item--primary {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}

.brief-item--primary .brief-item__media {
  min-height: 178px;
  border-width: 0;
  border-bottom: 1px solid var(--line);
  aspect-ratio: 16 / 9;
}

.brief-item--primary .brief-item__media img {
  min-height: 178px;
}

.brief-item--primary .brief-item__copy {
  padding: 14px 16px 16px;
}

.brief-item--primary b {
  font-family: var(--headline);
  font-size: 27px;
  line-height: 1.03;
}

.source-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 10px;
  align-items: baseline;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
}

.source-status span {
  font-weight: 900;
}

.source-status b {
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.source-status.is-warn b {
  color: var(--amber);
}

.source-status em {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.market-strip {
  width: min(var(--max), calc(100% - 32px));
  min-height: 74px;
  display: grid;
  grid-template-columns: 160px repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 14px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.market-strip > span,
.market-strip a {
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 12px 16px;
  border-right: 1px solid var(--line);
}

.market-strip a:last-child {
  border-right: 0;
}

/* 2026 newspaper home */
.site-header + .market-strip {
  width: min(1400px, calc(100% - 40px));
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 190px;
  gap: 0;
  overflow: hidden;
  margin: 22px auto 26px;
  border: 1px solid #e4eaf2;
  border-radius: 7px;
  background: #fff;
  color: #111827;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.site-header + .market-strip div {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  align-content: center;
  gap: 5px 14px;
  border-right: 1px solid #e4eaf2;
  padding: 18px 24px;
}

.site-header + .market-strip span {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.site-header + .market-strip b {
  color: #101828;
  font-size: 24px;
}

.site-header + .market-strip em {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.site-header + .market-strip a {
  align-self: center;
  justify-self: center;
  min-height: 44px;
  border-color: #0b63d8;
  color: #0b63d8;
}

.site-header + .market-strip i {
  grid-row: 1 / span 3;
  grid-column: 2;
}

.gn-trust-markers {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.gn-home {
  --gn-blue: #0b63d8;
  --gn-ink: #111827;
  --gn-muted: #667085;
  --gn-line: #e4eaf2;
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto 42px;
}

.gn-market-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  margin: 22px 0 26px;
  border: 1px solid var(--gn-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}

.gn-market-row > * {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 5px;
  border-right: 1px solid var(--gn-line);
  padding: 18px 24px;
}

.gn-market-row > :last-child {
  border-right: 0;
}

.gn-market-row span,
.gn-market-row b {
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.gn-market-row strong {
  color: #101828;
  font-size: 24px;
  line-height: 1;
}

.gn-market-row em,
.gn-rates em {
  color: #089957;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.gn-market-row .down,
.gn-rates .down {
  color: #e2233f;
}

.gn-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  align-items: start;
}

.gn-main-col,
.gn-side {
  display: grid;
  gap: 22px;
}

.gn-lead,
.gn-card,
.gn-opinion,
.gn-theme {
  border: 1px solid var(--gn-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

.gn-lead {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 1fr);
  min-height: 540px;
  overflow: hidden;
}

.gn-lead__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.gn-lead .eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--gn-blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gn-lead .eyebrow b {
  border-radius: 4px;
  background: var(--gn-blue);
  padding: 4px 8px;
  color: #fff;
  font-size: 11px;
}

.gn-lead h1 {
  max-width: 620px;
  margin: 22px 0 18px;
  color: #101828;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.25vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

.gn-lead p {
  max-width: 560px;
  margin: 0;
  color: #293241;
  font-size: 18px;
  line-height: 1.55;
}

.gn-lead__media {
  min-height: 540px;
  background: #eef3f8;
}

.gn-lead__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gn-lead__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 28px 0 20px;
  color: #7b8796;
  font-size: 13px;
  font-weight: 800;
}

.gn-primary,
.gn-outline,
.gn-subscribe button {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--gn-blue);
  background: var(--gn-blue);
  padding: 0 24px;
  color: #fff;
  font-weight: 900;
}

.gn-card {
  padding: 24px;
}

.gn-card h2,
.gn-section h2,
.gn-subscribe h2 {
  margin: 0;
  color: var(--gn-ink);
  font-size: 22px;
  line-height: 1.15;
}

.gn-takeaways > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.gn-takeaways article {
  border: 1px solid var(--gn-line);
  border-radius: 6px;
  background: #f8fbff;
  padding: 16px;
}

.gn-takeaways b,
.gn-theme span,
.gn-feed span {
  color: var(--gn-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.gn-takeaways p,
.gn-article p,
.gn-theme em,
.gn-subscribe p {
  color: var(--gn-muted);
  line-height: 1.55;
}

.gn-article {
  display: grid;
  gap: 16px;
}

.gn-article blockquote {
  margin: 0;
  border-left: 4px solid var(--gn-blue);
  border-radius: 6px;
  background: #f3f7fc;
  padding: 18px 22px;
  color: #293241;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.45;
}

.gn-tags,
.gn-author {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.gn-tags span {
  border-radius: 999px;
  background: #eef5ff;
  padding: 7px 12px;
  color: var(--gn-blue);
  font-size: 13px;
  font-weight: 900;
}

.gn-author {
  margin-top: 8px;
  border: 1px solid var(--gn-line);
  border-radius: 8px;
  padding: 14px;
}

.gn-author img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
}

.gn-author div {
  display: grid;
  gap: 4px;
}

.gn-author span,
.gn-author a {
  color: var(--gn-muted);
  font-size: 13px;
  font-weight: 800;
}

.gn-author a {
  color: var(--gn-blue);
}

.gn-side-head,
.gn-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.gn-side-head a,
.gn-section__head a,
.gn-rates > a {
  color: var(--gn-blue);
  font-size: 13px;
  font-weight: 900;
}

.gn-feed,
.gn-popular,
.gn-rates {
  display: grid;
  gap: 14px;
}

.gn-feed > a:not(.gn-outline),
.gn-popular > a:not(.gn-outline) {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 14px;
  border-bottom: 1px solid var(--gn-line);
  padding-bottom: 14px;
}

.gn-feed time {
  grid-row: 1 / span 2;
  color: #7b8796;
  font-size: 13px;
  font-weight: 800;
}

.gn-feed b,
.gn-popular b,
.gn-theme b,
.gn-opinion b {
  color: #101828;
  font-size: 15px;
  line-height: 1.35;
}

.gn-outline {
  width: 100%;
  background: #fff;
  color: var(--gn-blue);
}

.gn-rates .market-strip {
  display: grid;
  gap: 10px;
}

.gn-rates .market-strip--side {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  grid-template-columns: 1fr;
  background: transparent;
}

.gn-rates .market-strip > span {
  display: none;
}

.gn-rates .market-strip a,
.gn-rates > a[target] {
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  border: 0;
  padding: 0;
  color: #101828;
}

.gn-rates .market-strip strong,
.gn-rates > a[target] strong {
  font-size: 14px;
}

.gn-rates > span {
  color: #344054;
  font-weight: 900;
}

.gn-chart {
  height: 150px;
  overflow: hidden;
  border: 1px solid var(--gn-line);
  border-radius: 7px;
  background: linear-gradient(#fff, #f7fbff);
}

.gn-chart i {
  width: 100%;
  height: 100%;
  display: block;
  background:
    linear-gradient(150deg, transparent 10%, rgba(11, 99, 216, 0.95) 10.4% 11.2%, transparent 11.6% 23%, rgba(11, 99, 216, 0.95) 23.4% 24.2%, transparent 24.6% 36%, rgba(11, 99, 216, 0.95) 36.4% 37.2%, transparent 37.6% 50%, rgba(11, 99, 216, 0.95) 50.4% 51.2%, transparent 51.6% 65%, rgba(11, 99, 216, 0.95) 65.4% 66.2%, transparent 66.6%),
    repeating-linear-gradient(0deg, transparent 0 29px, #e8eef6 30px),
    repeating-linear-gradient(90deg, transparent 0 59px, #e8eef6 60px);
}

.gn-popular > a span {
  grid-row: 1 / span 2;
  color: #718096;
  font-size: 28px;
  font-weight: 900;
}

.gn-popular em {
  color: #7b8796;
  font-size: 12px;
  font-style: normal;
}

.gn-section {
  margin-top: 8px;
}

.gn-themes,
.gn-opinions > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.gn-theme,
.gn-opinion {
  overflow: hidden;
}

.gn-theme a,
.gn-opinion {
  display: grid;
  gap: 9px;
  padding: 12px;
}

.gn-theme img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  object-fit: cover;
}

.gn-opinions {
  margin-top: 28px;
}

.gn-opinions > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gn-opinion img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.gn-opinion span {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.gn-opinion em {
  color: #667085;
  font-size: 13px;
  font-style: normal;
}

.gn-subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  border-radius: 8px;
  background: #061a36;
  padding: 26px 30px;
  color: #fff;
}

.gn-subscribe h2,
.gn-subscribe p {
  color: #fff;
}

.gn-subscribe p {
  margin: 6px 0 0;
  opacity: 0.78;
}

.gn-subscribe form {
  display: flex;
  gap: 10px;
}

.gn-subscribe input {
  width: min(320px, 42vw);
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  padding: 0 14px;
}

@media (max-width: 1100px) {
  .gn-layout,
  .gn-lead {
    grid-template-columns: 1fr;
  }

  .gn-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gn-feed {
    grid-column: 1 / -1;
  }

  .gn-themes,
  .gn-opinions > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gn-home {
    width: min(100% - 24px, 1400px);
  }

  .gn-market-row,
  .gn-side,
  .gn-takeaways > div,
  .gn-themes,
  .gn-opinions > div,
  .gn-subscribe,
  .gn-subscribe form {
    grid-template-columns: 1fr;
  }

  .gn-market-row {
    display: grid;
  }

  .gn-lead__copy,
  .gn-card {
    padding: 20px;
  }

  .gn-lead h1 {
    font-size: 38px;
  }

  .gn-subscribe {
    display: grid;
  }

  .gn-subscribe input,
  .gn-subscribe button {
    width: 100%;
  }
}

.market-strip > span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.market-strip b,
.market-strip em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.market-strip strong {
  font-size: 24px;
  line-height: 1;
}

.analysis-board {
  background: #fbfcfd;
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.analysis-card {
  min-height: 190px;
  padding: 18px;
}

.analysis-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.analysis-card h3 {
  margin: 11px 0 8px;
  font-size: 23px;
  line-height: 1.08;
}

.analysis-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
}

.cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cluster-card {
  min-height: 250px;
  padding: 17px;
}

.cluster-card__media {
  display: block;
  overflow: hidden;
  margin: -17px -17px 14px;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.cluster-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.cluster-card:hover .cluster-card__media img {
  transform: scale(1.035);
}

.cluster-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.cluster-card__top span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cluster-card__top b {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 3px 7px;
  color: var(--green);
  font-size: 12px;
}

.cluster-card h3 {
  margin: 0 0 9px;
  font-size: 21px;
  line-height: 1.12;
}

.cluster-card p {
  margin: 0 0 12px;
  color: var(--ink-2);
}

.cluster-card__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 12px;
}

.cluster-card__sources em {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 4px 7px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.cluster-card__links {
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--line);
  padding-top: 11px;
}

.cluster-card__links a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.22;
}

.cluster-card__links img {
  width: 54px;
  height: 40px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--line);
  background: var(--soft);
}

.desk-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 18px;
  align-items: start;
}

.story-grid--editorial {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.live-board--embedded {
  min-height: 720px;
}

.process-grid,
.source-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-grid article,
.source-card {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
}

.process-grid b {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fff;
}

.process-grid h3,
.source-card h2 {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1.1;
}

.process-grid p,
.source-card p {
  margin: 0;
  color: var(--muted);
}

.source-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.source-card b {
  display: block;
  margin: 14px 0;
  color: var(--green);
  font-size: 13px;
  text-transform: uppercase;
}

.source-card.is-warn b {
  color: var(--amber);
}

.source-card a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: var(--radius-sm);
  padding: 0 10px;
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #fff;
}

.data-table th,
.data-table td {
  border: 1px solid var(--line);
  padding: 12px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  background: var(--soft);
  font-weight: 900;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 22px auto 0;
  padding: 22px 0 34px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 13px;
}

.site-footer strong,
.site-footer span,
.site-footer a {
  display: block;
}

.site-footer nav {
  display: flex;
  gap: 14px;
}

.lead-block h1,
.lead-package h1,
.section-head h2,
.method-card h2,
.page-hero h1,
.story-card h3,
.article-header h1,
.source-box h2,
.rating-card h2,
.principle-grid h2,
.analysis-card h3,
.cluster-card h3,
.process-grid h3,
.source-card h2 {
  font-family: var(--headline);
  font-weight: 900;
  letter-spacing: 0;
}

.page-hero,
.section-band,
.article-header,
.article-media,
.article-body,
.source-box,
.story-card,
.rating-card,
.principle-grid article,
.source-card,
.process-grid article,
.cluster-card,
.analysis-card {
  box-shadow: 0 1px 0 rgba(19, 22, 28, 0.04);
}

.page-hero,
.section-band,
.article-header {
  position: relative;
  border-top: 4px solid var(--blue);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 253, 248, 0.96)),
    var(--paper);
}

.page-hero h1 {
  max-width: 1080px;
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 0.98;
}

.page-hero p {
  max-width: 900px;
  color: var(--ink-2);
}

.section-band {
  padding-top: 24px;
}

.section-head {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 12px;
}

.section-head h2 {
  font-size: clamp(30px, 2.8vw, 42px);
}

.story-grid--newspaper {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.story-card {
  border-radius: 0;
  background: #fffefa;
}

.story-card:hover {
  border-color: var(--ink);
  box-shadow: 0 10px 24px rgba(19, 22, 28, 0.08);
  transform: none;
}

.story-card__body {
  border-top: 1px solid var(--line);
}

.story-card h3 {
  font-size: 22px;
}

.story-card--lead-list {
  grid-column: span 2;
  grid-row: span 2;
  border-top: 4px solid var(--ink);
}

.story-card--lead-list .story-card__media {
  aspect-ratio: 16 / 9;
}

.story-card--lead-list .story-card__body {
  padding: 20px;
}

.story-card--lead-list h3 {
  margin-top: 10px;
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 0.98;
}

.story-card--lead-list p {
  font-size: 17px;
  line-height: 1.5;
}

.authority-grid,
.lead-package,
.editor-brief,
.source-monitor,
.market-strip,
.desk-ribbon {
  border-radius: 0;
}

.lead-package {
  box-shadow: 0 18px 42px rgba(19, 22, 28, 0.1);
}

.lead-package h1 {
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1;
}

.lead-package__copy {
  background: linear-gradient(180deg, #fffefa 0%, #fff 100%);
}

.market-strip {
  border-top: 4px solid var(--blue);
}

.article-layout {
  width: min(1180px, calc(100% - 32px));
}

.article-header {
  padding: clamp(28px, 4vw, 52px);
}

.article-header h1 {
  max-width: 1040px;
  font-size: clamp(40px, 4.1vw, 58px);
  line-height: 1.02;
  text-wrap: balance;
}

.article-header p {
  max-width: 880px;
  border-left: 5px solid var(--blue);
  padding-left: 16px;
  color: var(--ink-2);
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.35;
}

.article-media {
  border-radius: 0;
}

.article-body {
  background: #fffefa;
}

.article-body p:first-of-type::first-letter {
  float: left;
  margin: 6px 10px 0 0;
  color: var(--ink);
  font-family: var(--headline);
  font-size: 68px;
  font-weight: 900;
  line-height: 0.72;
}

.source-box {
  border-top: 4px solid var(--ink);
  border-radius: 0;
}

.data-table th {
  background: #eef3f8;
}

.data-table th,
.data-table td {
  border-color: #c7d0d9;
}

.endless-feed {
  width: min(var(--max), calc(100% - 32px));
  margin: 22px auto 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 5px solid var(--blue);
  background: #fffefa;
}

.endless-feed__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ink);
}

.endless-feed__head span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.endless-feed__head h2 {
  margin: 0;
  font-family: var(--headline);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.96;
}

.endless-feed__head p {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  color: var(--ink-2);
  font-size: 16px;
}

.endless-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
  align-items: stretch;
}

.endless-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
  background: #fff;
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.endless-card:hover {
  border-color: var(--blue);
  box-shadow: 0 14px 30px rgba(19, 22, 28, 0.1);
}

.endless-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--soft);
}

.endless-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.18s ease;
}

.endless-card:hover .endless-card__media img {
  transform: scale(1.025);
}

.endless-card__body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 15px;
  border-top: 1px solid var(--line);
}

.endless-card__meta,
.endless-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.endless-card__meta span,
.endless-card__foot b {
  color: var(--blue);
}

.endless-card__meta em {
  font-style: normal;
}

.endless-card h3 {
  margin: 0;
  font-family: var(--headline);
  font-size: 22px;
  line-height: 1.05;
}

.endless-card p {
  margin: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.48;
}

.endless-card__foot {
  align-self: end;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.endless-card--lead {
  grid-column: span 2;
  grid-row: span 2;
}

.endless-card--lead .endless-card__media {
  aspect-ratio: 16 / 8.8;
}

.endless-card--lead .endless-card__body {
  padding: 20px;
}

.endless-card--lead h3 {
  font-size: clamp(31px, 3vw, 46px);
  line-height: 0.98;
}

.endless-card--lead p {
  max-width: 760px;
  font-size: 17px;
}

.endless-card--wide {
  grid-column: span 2;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.endless-card--wide .endless-card__media {
  height: 100%;
  min-height: 250px;
  aspect-ratio: auto;
}

.endless-card--wide .endless-card__body {
  border-top: 0;
  border-left: 1px solid var(--line);
}

.endless-card--section {
  grid-template-rows: auto minmax(0, 1fr);
  border-top-color: var(--blue);
  background:
    linear-gradient(180deg, rgba(18, 104, 214, 0.08), rgba(255, 255, 255, 0) 44%),
    #f8fbff;
}

.endless-card--section .endless-card__body {
  min-height: 180px;
  align-content: space-between;
  border-top: 1px solid var(--line);
}

.endless-card--section h3 {
  font-size: 27px;
  line-height: 1.02;
}

.endless-card--section p {
  font-size: 15px;
}

.endless-card--section .endless-card__foot b {
  color: var(--ink);
}

.endless-more {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border: 1px solid var(--ink);
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fff;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.endless-more:hover {
  border-color: var(--blue);
  background: var(--blue);
}

.endless-more[hidden] {
  display: none;
}

.endless-sentinel {
  width: 100%;
  height: 1px;
}

@media (max-width: 1180px) {
  .desk-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desk-ribbon > span {
    min-height: 62px;
  }

  .authority-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .lead-package {
    grid-column: 1 / -1;
  }

  .source-monitor {
    min-height: 0;
  }

  .analysis-grid,
  .article-lower__grid,
  .article-context-grid,
  .archive-grid,
  .cluster-grid,
  .process-grid,
  .source-card-grid,
  .story-grid--editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desk-split {
    grid-template-columns: 1fr;
  }

  .front-page {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .trust-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-grid,
  .story-grid--dense,
  .story-grid--newspaper,
  .search-results,
  .endless-grid,
  .rating-feature-strip,
  .rating-leaders {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .endless-card--wide {
    grid-template-columns: 1fr;
  }

  .endless-card--wide .endless-card__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .endless-card--wide .endless-card__body {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-chip-grid,
  .section-chip-grid--large,
  .rating-grid,
  .principle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ratings-hero,
  .rating-article-hero,
  .rating-readable,
  .article-subscribe,
  .article-strategy__head,
  .theme-context {
    grid-template-columns: 1fr;
  }

  .article-strategy__grid {
    grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  }

  .strategy-next {
    grid-column: 1 / -1;
  }

  .article-expert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rating-article-hero__media {
    min-height: 320px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 10px;
    padding: 12px;
  }

  .header-action {
    display: none;
  }

  .brand {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }

  .brand__mark {
    flex: 0 0 76px;
    width: 76px;
    height: 38px;
  }

  .brand__copy strong {
    max-width: calc(100vw - 122px);
    font-size: clamp(24px, 6.5vw, 27px);
    line-height: 0.92;
    white-space: normal;
  }

  .brand__copy em {
    font-size: 13px;
    line-height: 1.05;
  }

  .main-nav {
    justify-content: flex-start;
    border-top: 1px solid var(--line);
    padding-top: 9px;
  }

  .front-page,
  .authority-grid,
  .lead-package,
  .desk-split,
  .section-band--split,
  .article-content {
    grid-template-columns: 1fr;
  }

  .front-page,
  .authority-hero,
  .market-strip,
  .section-band,
  .page-hero,
  .ratings-hero,
  .rating-article-hero,
  .article-extra,
  .article-layout,
  .site-footer,
  .endless-feed {
    width: calc(100% - 24px);
  }

  .desk-ribbon,
  .market-strip {
    grid-template-columns: 1fr;
  }

  .desk-ribbon > span,
  .newsroom-metric,
  .market-strip > span,
  .market-strip a {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .market-strip > span,
  .market-strip a {
    border-bottom-color: var(--line);
  }

  .lead-package,
  .editor-brief,
  .source-monitor {
    --lead-package-height: 300px;
    min-height: 0;
    height: auto;
  }

  .lead-package__image {
    min-height: 0;
  }

  .lead-package__copy {
    padding: 20px;
  }

  .lead-block {
    min-height: 0;
  }

  .lead-block h1,
  .lead-package h1,
  .ratings-hero h1,
  .rating-article-hero h1,
  .article-header h1 {
    font-size: 34px;
    line-height: 1.02;
  }

  .page-hero h1 {
    font-size: 36px;
    line-height: 1.02;
  }

  .lead-block p,
  .ratings-hero p,
  .rating-article-hero p,
  .rating-copy p,
  .article-header p,
  .page-hero p {
    font-size: 16px;
  }

  .live-board {
    min-height: 0;
  }

  .trust-stack,
  .story-grid,
  .story-grid--dense,
  .story-grid--editorial,
  .story-grid--newspaper,
  .search-results,
  .endless-grid,
  .rating-feature-strip,
  .rating-leaders,
  .article-lower__grid,
  .article-expert-grid,
  .article-strategy__grid,
  .article-context-grid,
  .archive-grid,
  .section-chip-grid,
  .section-chip-grid--large,
  .rating-grid,
  .principle-grid,
  .analysis-grid,
  .cluster-grid,
  .process-grid,
  .source-card-grid {
    grid-template-columns: 1fr;
  }

  .strategy-next {
    grid-column: auto;
  }

  .strategy-map {
    grid-template-rows: auto minmax(220px, auto) auto;
  }

  .geo-map {
    min-height: 230px;
  }

  .strategy-lanes {
    grid-template-columns: 1fr;
  }

  .article-body,
  .article-header,
  .ratings-hero,
  .rating-article-hero__content,
  .article-related,
  .article-archive,
  .article-takeaways,
  .article-topics,
  .article-experts,
  .article-subscribe,
  .theme-context,
  .page-hero,
  .section-band {
    padding: 18px;
  }

  .article-takeaways li,
  .article-topic-list a {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px 12px;
  }

  .article-subscribe form div {
    grid-template-columns: 1fr;
  }

  .article-subscribe input {
    min-height: 46px;
    border-right: 1px solid var(--line-dark, var(--line));
    border-bottom: 0;
  }

  .article-subscribe button {
    min-height: 46px;
  }

  .rating-article-hero__media {
    min-height: 220px;
  }

  .rating-row-card {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .rating-row-card--with-logo {
    grid-template-columns: 46px 58px minmax(0, 1fr);
  }

  .rating-row-card__logo {
    width: 56px;
    height: 56px;
    padding: 8px;
  }

  .rating-logo-placeholder {
    width: 56px;
    height: 56px;
    padding: 8px;
  }

  .rating-row-card--with-logo .rating-row-card__body,
  .rating-row-card--with-logo strong {
    grid-column: 3;
  }

  .rating-list-summary {
    display: grid;
  }

  .rating-list--dense .rating-row-card {
    grid-template-columns: 46px 58px minmax(0, 1fr);
  }

  .rating-list--dense .rating-row-card strong {
    grid-column: 3;
  }

  .rating-row-card strong {
    grid-column: 2;
    text-align: left;
  }

  .source-box {
    position: static;
  }

  .story-card--lead-list {
    grid-column: auto;
    grid-row: auto;
  }

  .endless-feed {
    padding: 16px;
  }

  .endless-feed__head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .endless-feed__head p {
    grid-column: auto;
  }

  .endless-card--lead,
  .endless-card--wide {
    grid-column: auto;
    grid-row: auto;
  }

  .endless-card--lead h3 {
    font-size: 30px;
  }

  .story-card--lead-list h3 {
    font-size: 31px;
  }

  .article-body p:first-of-type::first-letter {
    font-size: 52px;
  }

  .search-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

/* Production visual repair: keep the large newspaper masthead and stop the lead from breaking into narrow columns. */
.site-header {
  position: relative;
  top: auto;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header__top {
  width: min(var(--max), calc(100% - 32px));
  min-height: 126px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  margin: 0 auto;
  padding: 18px 0 16px;
}

.brand {
  min-width: 0;
  gap: 22px;
}

.brand__mark {
  flex: 0 0 168px;
  width: 168px;
  height: 84px;
}

.brand__copy strong {
  font-size: clamp(54px, 5vw, 78px);
  line-height: 0.88;
  white-space: nowrap;
}

.brand__copy em {
  font-size: 20px;
  line-height: 1.05;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.header-clock {
  min-width: 170px;
  border-left: 5px solid var(--blue);
  background: #f4f7fc;
  padding: 12px 16px;
}

.header-clock span,
.header-clock b {
  display: block;
}

.header-clock span {
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
}

.header-clock b {
  margin-top: 3px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
}

.header-action {
  min-height: 56px;
  border-color: var(--blue);
  border-radius: var(--radius-sm);
  background: var(--blue);
  padding: 0 24px;
  color: #fff;
  font-size: 18px;
}

.main-nav {
  width: 100%;
  justify-content: center;
  gap: 0;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  background: #fff;
}

.main-nav a {
  min-height: 54px;
  flex: 0 0 auto;
  border-radius: 0;
  padding: 0 18px;
  color: var(--ink-2);
  font-size: 16px;
  text-transform: uppercase;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  background: #f2f6fc;
  color: var(--blue);
}

.authority-hero {
  margin-top: 20px;
}

.desk-ribbon {
  min-height: 66px;
  grid-template-columns: minmax(180px, 0.72fr) repeat(2, minmax(180px, 1fr));
  border-top: 4px solid var(--blue);
  border-radius: 0;
  background: linear-gradient(90deg, rgba(18, 104, 214, 0.08) 0%, #fff 26%, #fff 100%);
  color: var(--ink);
}

.desk-ribbon > span {
  border-right: 0;
  background: linear-gradient(135deg, #063a92 0%, #1268d6 56%, #4aa3ff 100%);
  color: #fff;
  font-size: 24px;
  box-shadow: inset -18px 0 34px rgba(255, 255, 255, 0.14);
}

.newsroom-metric {
  border-right: 1px solid var(--line);
  background: #fff;
  padding: 11px 18px;
}

.newsroom-metric span,
.newsroom-metric em {
  color: var(--muted);
}

.newsroom-metric b {
  color: var(--ink);
  font-size: 22px;
}

.authority-grid {
  grid-template-columns: minmax(0, 1.46fr) minmax(390px, 0.74fr);
  gap: 22px;
}

.authority-grid .source-monitor {
  display: none;
}

.lead-package {
  --lead-package-height: clamp(560px, 34vw, 680px);
  min-height: 560px;
  height: var(--lead-package-height);
  grid-template-columns: minmax(390px, 0.94fr) minmax(520px, 1.06fr);
  border-radius: 0;
  box-shadow: 0 12px 28px rgba(19, 22, 28, 0.08);
}

.lead-package__image {
  min-height: 0;
}

.lead-package__copy {
  justify-content: flex-start;
  padding: 38px 38px 34px;
}

.lead-package h1 {
  max-width: 780px;
  margin: 14px 0 16px;
  font-size: clamp(44px, 3.35vw, 64px);
  line-height: 0.96;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.lead-package h1 a {
  overflow-wrap: normal;
  word-break: normal;
}

.lead-package p {
  max-width: 680px;
  font-size: 21px;
  line-height: 1.5;
}

.editor-brief {
  min-height: 560px;
  border-radius: 0;
}

.editor-brief .panel-head b {
  font-size: 34px;
  line-height: 1.02;
}

.brief-item b {
  line-height: 1.2;
}

.brief-item--primary b {
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 1280px) {
  .site-header__top {
    min-height: 112px;
  }

  .brand__mark {
    flex-basis: 138px;
    width: 138px;
    height: 69px;
  }

  .brand__copy strong {
    font-size: clamp(44px, 4.8vw, 62px);
  }

  .brand__copy em {
    font-size: 18px;
  }

  .main-nav {
    justify-content: flex-start;
    padding: 0 max(16px, calc((100vw - var(--max)) / 2));
  }

  .authority-grid {
    grid-template-columns: 1fr;
  }

  .lead-package {
    grid-template-columns: minmax(360px, 0.9fr) minmax(440px, 1.1fr);
  }
}

@media (max-width: 900px) {
  .site-header__top {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 14px 0;
  }

  .header-tools {
    justify-content: space-between;
  }

  .brand__mark {
    flex-basis: 104px;
    width: 104px;
    height: 52px;
  }

  .brand__copy strong {
    font-size: clamp(34px, 8vw, 48px);
    white-space: normal;
  }

  .brand__copy em {
    font-size: 15px;
  }

  .main-nav a {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .desk-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-package {
    --lead-package-height: 320px;
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
  }

  .lead-package__image {
    min-height: 0;
  }

  .lead-package h1 {
    font-size: 38px;
    line-height: 1;
  }

  .editor-brief {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .site-header__top {
    width: calc(100% - 24px);
  }

  .brand {
    gap: 10px;
  }

  .brand__mark {
    flex-basis: 82px;
    width: 82px;
    height: 41px;
  }

  .brand__copy strong {
    font-size: 30px;
  }

  .brand__copy em {
    font-size: 13px;
  }

  .header-clock {
    min-width: 0;
    padding: 9px 11px;
  }

  .header-clock b {
    font-size: 18px;
  }

  .header-action {
    min-height: 46px;
    padding: 0 16px;
    font-size: 15px;
  }

  .desk-ribbon {
    grid-template-columns: 1fr;
  }

  .lead-package__copy {
    padding: 22px;
  }

  .lead-package h1 {
    font-size: 32px;
  }
}

/* Final news-reference overrides */
.site-header__top {
  grid-template-columns: auto minmax(180px, 1fr);
  min-height: 118px;
  padding: 18px 0;
}

.brand__mark {
  flex-basis: 118px;
  width: 118px;
  height: 64px;
}

.brand__copy strong {
  font-size: clamp(42px, 4vw, 58px);
}

.brand__copy em {
  font-size: 16px;
}

.header-tools {
  justify-self: end;
}

.main-nav {
  min-height: 58px;
  justify-content: center;
  border-top: 0;
  background: var(--navy);
}

.main-nav a {
  min-height: 58px;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  border-radius: 8px;
  background: #113c74;
  color: #1d8bff;
}

.top-strip {
  width: min(1410px, calc(100% - 40px));
  min-height: 86px;
  display: grid;
  grid-template-columns: 230px repeat(4, minmax(0, 1fr));
  margin: 18px auto 0;
  border: 1px solid var(--line);
  background: #fff;
}

.article-page-layout {
  width: min(1410px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  margin: 28px auto 0;
  align-items: start;
}

.article-layout {
  width: auto;
  margin: 0;
}

.article-header h1 {
  font-size: clamp(42px, 4.25vw, 64px);
  line-height: 0.98;
}

.article-content {
  display: block;
}

.article-sidebar {
  display: grid;
  gap: 18px;
}

.site-footer {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(4, minmax(160px, 1fr));
  gap: 34px;
  padding: 36px max(28px, calc((100vw - 1410px) / 2)) 44px;
  background: #0c1118;
}

@media (max-width: 1100px) {
  .top-strip,
  .article-page-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header__top,
  .article-sidebar,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .top-strip,
  .article-page-layout {
    width: calc(100% - 24px);
  }
}

/* Client-final visual lock: this must stay last because legacy production rules above are intentionally broad. */
body {
  background: #f6f8fb;
}

.top-strip.top-strip--breaking {
  width: 100%;
  min-height: 38px;
  display: grid;
  grid-template-columns: 120px repeat(3, minmax(170px, 1fr)) 130px;
  align-items: center;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e0e6ef;
  background: #fff;
  box-shadow: none;
  padding: 0 max(28px, calc((100vw - 1410px) / 2));
  overflow: hidden;
}

.top-strip.top-strip--breaking > * {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0 14px 0 0;
  color: #111821;
  white-space: nowrap;
  overflow: hidden;
}

.top-strip.top-strip--breaking .top-strip__now {
  background: transparent;
  color: #fff;
}

.top-strip.top-strip--breaking .top-strip__now b {
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  background: #f2293a;
  padding: 4px 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}

.top-strip.top-strip--breaking .top-strip__now b::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #fff;
}

.top-strip.top-strip--breaking time {
  flex: 0 0 auto;
  color: #637084;
  font-size: 13px;
  font-weight: 800;
}

.top-strip.top-strip--breaking b {
  min-width: 0;
  color: #111821;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-strip.top-strip--breaking .top-strip__all {
  justify-content: flex-end;
  color: var(--blue);
}

.site-header {
  position: relative;
  display: block;
  min-height: 0;
  border-bottom: 1px solid #dfe6ef;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 24, 33, 0.04);
}

.site-header__top {
  width: min(1410px, calc(100% - 48px));
  min-height: 104px;
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  padding: 16px 0 14px;
}

.brand {
  gap: 16px;
}

.brand__mark {
  flex: 0 0 112px;
  width: 112px;
  height: 58px;
}

.brand__copy strong {
  font-size: clamp(44px, 3.4vw, 62px);
  line-height: 0.94;
}

.brand__copy em {
  color: #2366d2;
  font-size: 17px;
  font-weight: 900;
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #111821;
  font-size: 15px;
  font-weight: 800;
}

.header-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
}

.main-nav {
  width: min(1410px, calc(100% - 48px));
  min-height: 52px;
  justify-content: flex-start;
  gap: 0;
  margin: 0 auto;
  border-top: 0;
  background: #fff;
  padding: 0;
}

.main-nav a {
  min-height: 52px;
  border-radius: 0;
  padding: 0 18px;
  color: #111821;
  font-size: 15px;
  font-weight: 900;
  text-transform: none;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  background: transparent;
  color: #2366d2;
  box-shadow: inset 0 -3px 0 #2366d2;
}

.market-strip {
  width: min(1410px, calc(100% - 48px));
  min-height: 88px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 180px;
  gap: 0;
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-top: 4px solid #2366d2;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 33, 0.05);
  padding: 0;
}

.market-strip div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  align-content: center;
  gap: 3px 14px;
  border-right: 1px solid #e4eaf2;
  padding: 14px 18px;
}

.market-strip span {
  color: #111821;
  font-size: 13px;
  font-weight: 900;
}

.market-strip b {
  color: #111821;
  font-size: 20px;
  line-height: 1.05;
}

.market-strip em {
  color: #6a778b;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.market-strip .is-up {
  color: #06975a;
}

.market-strip .is-down {
  color: #d9233f;
}

.market-strip i {
  grid-row: 1 / span 3;
  grid-column: 2;
  align-self: center;
  width: 72px;
  height: 30px;
  background:
    linear-gradient(135deg, transparent 8%, #0aae61 9% 12%, transparent 13% 30%, #0aae61 31% 34%, transparent 35% 48%, #0aae61 49% 52%, transparent 53%),
    radial-gradient(circle at 80% 44%, #0aae61 0 3px, transparent 4px);
  opacity: 0.95;
}

.market-strip a {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  justify-self: center;
  min-height: 42px;
  border: 1px solid #bfd3f0;
  border-radius: 5px;
  padding: 0 22px;
  color: #2366d2;
  font-size: 14px;
  font-weight: 900;
}

.authority-hero,
.section-band,
.article-themes,
.article-opinions,
.newsletter-band,
.article-extra {
  width: min(1410px, calc(100% - 48px));
}

.desk-ribbon {
  display: none;
}

.authority-hero {
  margin: 18px auto 0;
}

.authority-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
}

.lead-package {
  --lead-package-height: 500px;
  min-height: 500px;
  height: var(--lead-package-height);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.8fr);
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 33, 0.06);
}

.lead-package__media {
  grid-column: 2;
  grid-row: 1;
  min-height: 0;
  height: 100%;
  max-height: var(--lead-package-height);
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
}

.lead-package__backdrop {
  display: none;
}

.lead-package__image {
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.lead-package__copy {
  grid-column: 1;
  grid-row: 1;
  min-height: 0;
  height: 100%;
  max-height: var(--lead-package-height);
  box-sizing: border-box;
  overflow: hidden;
  justify-content: flex-start;
  padding: 32px 42px;
}

.lead-package .eyebrow {
  gap: 12px;
}

.lead-package h1 {
  max-width: 680px;
  margin: 12px 0 14px;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1;
}

.lead-package p {
  max-width: 600px;
  color: #263244;
  font-size: 18px;
  line-height: 1.5;
}

.story-actions {
  margin-top: 22px;
}

.story-actions a {
  min-height: 42px;
  border-color: #2366d2;
  background: #2366d2;
  border-radius: 5px;
  padding: 0 20px;
  color: #fff;
}

.editor-brief {
  min-height: 500px;
  border: 1px solid #dfe6ef;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 33, 0.06);
}

.editor-brief .panel-head b {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 30px;
  line-height: 1.05;
}

.article-page-layout--open {
  width: min(1410px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) 380px;
  margin-top: 26px;
}

@media (max-width: 1100px) {
  .top-strip.top-strip--breaking,
  .site-header__top,
  .main-nav,
  .market-strip,
  .authority-hero,
  .section-band,
  .article-page-layout--open,
  .article-themes,
  .article-opinions,
  .newsletter-band,
  .article-extra {
    width: calc(100% - 28px);
  }

  .market-strip,
  .authority-grid,
  .lead-package,
  .article-page-layout--open {
    grid-template-columns: 1fr;
  }

  .lead-package__media,
  .lead-package__copy {
    grid-column: 1;
  }

  .lead-package__media {
    grid-row: 1;
    min-height: 300px;
  }

  .lead-package__copy {
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  .top-strip.top-strip--breaking {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 0 14px;
  }

  .top-strip.top-strip--breaking a:nth-of-type(n + 2) {
    display: none;
  }

  .site-header__top {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .brand__mark {
    flex-basis: 78px;
    width: 78px;
    height: 42px;
  }

  .brand__copy strong {
    font-size: 30px;
    white-space: normal;
  }

  .header-tools {
    justify-content: space-between;
  }

  .main-nav {
    overflow-x: auto;
  }

  .market-strip {
    grid-template-columns: 1fr;
  }

  .lead-package h1 {
    font-size: 34px;
  }

  .lead-package__copy {
    padding: 24px;
  }
}

/* Final responsive corrections for the 2026 newsroom home. Kept last on purpose. */
@media (max-width: 820px) {
  .site-header + .market-strip {
    width: calc(100% - 24px);
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px auto 24px;
  }

  .site-header + .market-strip div {
    min-height: 104px;
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 16px;
    border-right: 1px solid #e4eaf2;
    border-bottom: 1px solid #e4eaf2;
  }

  .site-header + .market-strip div:nth-of-type(2n) {
    border-right: 0;
  }

  .site-header + .market-strip i {
    grid-row: auto;
    grid-column: auto;
    width: 64px;
    height: 20px;
  }

  .site-header + .market-strip a {
    grid-column: 1 / -1;
    width: calc(100% - 32px);
    margin: 14px 16px;
  }

  .gn-lead h1 {
    font-size: clamp(35px, 10vw, 48px);
  }
}

@media (max-width: 520px) {
  .site-header + .market-strip {
    grid-template-columns: 1fr 1fr;
  }

  .site-header + .market-strip div {
    min-height: 92px;
    padding: 14px;
  }

  .site-header + .market-strip span {
    font-size: 12px;
  }

  .site-header + .market-strip b {
    font-size: 23px;
    line-height: 1;
  }

  .site-header + .market-strip em {
    font-size: 13px;
  }

  .site-header + .market-strip i {
    display: none;
  }

  .gn-lead__media {
    min-height: 260px;
  }
}

/* Reference-aligned editorial pass: homepage and article are tuned against the provided mockups. */
.gn-layout {
  width: min(1420px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 24px;
}

.gn-lead {
  min-height: 392px;
  grid-template-columns: minmax(410px, 0.96fr) minmax(450px, 1.04fr);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.035);
}

.gn-lead__copy {
  padding: 34px 40px;
}

.gn-lead h1 {
  max-width: 560px;
  margin: 17px 0 15px;
  font-size: clamp(36px, 3vw, 48px);
  line-height: 1.02;
}

.gn-lead p {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.48;
}

.gn-lead__media {
  min-height: 392px;
}

.gn-lead__meta {
  margin: 19px 0 18px;
}

.gn-card {
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.03);
}

.gn-feed > a {
  min-height: 72px;
  padding: 15px 0;
}

.gn-takeaways {
  padding: 22px 24px;
}

.gn-takeaways > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gn-takeaways article {
  min-height: 88px;
  padding: 14px 16px;
}

.gn-article {
  padding: 26px 28px;
}

.article-page-layout--open {
  width: min(1410px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  margin-top: 22px;
}

.brand__copy strong,
.page-home .brand__copy strong {
  font-size: clamp(42px, 4.2vw, 60px);
}

.site-header__top,
.page-home .site-header__top {
  min-height: 102px;
}

.brand__mark,
.page-home .brand__mark {
  width: 110px;
  height: 58px;
}

.article-header--open {
  border-top: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 42px 52px 34px;
}

.article-header--open h1 {
  max-width: 900px;
  font-size: clamp(40px, 3.65vw, 58px);
  line-height: 1.02;
}

.article-header--open p {
  max-width: 820px;
  border-left: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.44;
}

.article-author-row {
  max-width: 820px;
}

.article-insights {
  margin-top: 0;
  border-radius: 0;
  box-shadow: none;
}

.article-media {
  margin-top: 0;
  border-radius: 0;
  background: #fff;
}

.article-media img {
  max-height: 520px;
  object-fit: cover;
}

.article-body {
  max-width: 860px;
  padding: 30px 52px 42px;
  background: #fff;
}

.article-body p:first-of-type::first-letter {
  float: none;
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
}

.article-sidebar .side-panel {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.028);
}

.article-extra,
.article-themes,
.article-opinions,
.newsletter-band {
  width: min(1410px, calc(100% - 48px));
}

@media (max-width: 1100px) {
  .gn-layout,
  .article-page-layout--open {
    grid-template-columns: 1fr;
  }

  .gn-lead {
    grid-template-columns: 1fr;
  }

  .gn-lead__media {
    grid-row: 1;
  }

  .gn-lead__copy {
    grid-row: 2;
  }

  .gn-takeaways > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gn-layout,
  .article-page-layout--open,
  .article-extra,
  .article-themes,
  .article-opinions,
  .newsletter-band {
    width: calc(100% - 24px);
  }

  .article-header--open,
  .article-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gn-takeaways > div {
    grid-template-columns: 1fr;
  }
}

/* Absolute final reference lock. This must stay at EOF so older responsive
   blocks cannot override the polished scale/order. */
@media (min-width: 1101px) {
  .site-header__top,
  .page-home .site-header__top,
  .main-nav,
  .site-header + .market-strip,
  .gn-layout,
  .gn-home,
  .article-page-layout--open,
  .article-extra,
  .article-themes,
  .article-opinions,
  .newsletter-band {
    width: min(1350px, calc(100% - 56px));
  }

  .site-header__top,
  .page-home .site-header__top {
    min-height: 72px;
  }

  .brand__mark,
  .page-home .brand__mark {
    width: 78px;
    height: 42px;
  }

  .brand__copy strong,
  .page-home .brand__copy strong {
    font-size: clamp(33px, 3.05vw, 45px);
    line-height: 0.9;
  }

  .main-nav {
    min-height: 44px;
  }

  .main-nav a {
    min-height: 44px;
    font-size: 13px;
  }

  .site-header + .market-strip {
    min-height: 68px;
    margin-top: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr)) 150px;
  }

  .gn-home {
    margin-top: 20px;
  }

  .gn-layout {
    grid-template-columns: minmax(0, 1fr) 370px;
    gap: 22px;
  }

  .gn-lead {
    min-height: 348px;
    grid-template-columns: minmax(470px, 1.08fr) minmax(380px, 0.92fr);
  }

  .gn-lead__copy {
    padding: 27px 36px;
  }

  .gn-lead h1 {
    max-width: 650px;
    margin: 12px 0;
    font-size: clamp(30px, 2.32vw, 36px);
    line-height: 1.06;
  }

  .gn-lead p {
    max-width: 560px;
    font-size: 14px;
  }

  .gn-lead__media {
    min-height: 348px;
  }

  .gn-feed,
  .gn-rates,
  .gn-popular {
    padding: 20px 22px;
  }
}

@media (max-width: 760px) {
  .site-header__top,
  .page-home .site-header__top {
    width: calc(100% - 24px);
    min-height: 118px;
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 14px 0 12px;
  }

  .brand,
  .page-home .brand {
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 8px;
  }

  .brand__mark,
  .page-home .brand__mark {
    flex: 0 0 58px;
    width: 58px;
    height: 34px;
  }

  .brand__copy strong,
  .page-home .brand__copy strong {
    max-width: calc(100vw - 112px);
    font-size: 31px;
    line-height: 0.94;
    white-space: normal;
  }

  .brand__copy em,
  .page-home .brand__copy em {
    font-size: 12px;
  }

  .header-tools {
    width: min(280px, 100%);
    justify-content: center;
    gap: 16px;
  }

  .gn-home,
  .gn-layout {
    width: calc(100% - 24px);
  }

  .gn-lead {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .gn-lead__copy {
    grid-row: 1;
    padding: 22px;
  }

  .gn-lead__media {
    grid-row: 2;
    min-height: 260px;
  }

  .gn-lead h1 {
    max-width: 100%;
    font-size: clamp(29px, 8.5vw, 36px);
    line-height: 1.04;
  }
}

/* EOF footer lock: reference-like light footer, protected from older footer rules. */
.site-footer {
  width: min(1350px, calc(100% - 56px));
  max-width: none;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 0.82fr)) minmax(210px, 0.95fr);
  gap: 30px;
  align-items: start;
  margin: 24px auto 0;
  border-top: 1px solid #dfe6ef;
  padding: 28px 0 22px;
  background: transparent;
  color: #617083;
  font-size: 13px;
  line-height: 1.45;
}

.site-footer a {
  display: block;
  color: #344054;
  text-decoration: none;
}

.site-footer a:hover {
  color: #0b63d8;
}

.site-footer b,
.site-footer strong {
  display: block;
  margin: 0 0 10px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.site-footer nav,
.footer-contacts,
.footer-brand {
  display: grid;
  gap: 7px;
}

.footer-brand > span,
.footer-brand p {
  max-width: 270px;
  margin: 0;
  color: #667085;
}

.brand--footer {
  width: auto;
  gap: 8px;
  justify-content: flex-start;
  margin: 0 0 4px;
}

.brand--footer .brand__mark {
  flex: 0 0 44px;
  width: 44px;
  height: 26px;
  filter: none;
}

.brand--footer .brand__copy strong,
.page-home .brand--footer .brand__copy strong {
  max-width: none;
  color: #111827;
  font-size: 18px;
  line-height: 0.95;
  white-space: nowrap;
}

.brand--footer .brand__copy em,
.page-home .brand--footer .brand__copy em {
  color: #0b63d8;
  font-size: 9px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.footer-social a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e4f2;
  border-radius: 50%;
  background: #f8fbff;
  color: #0b63d8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 10px;
  border-top: 1px solid #e8eef6;
  padding-top: 14px;
  color: #7b8797;
  font-size: 12px;
}

@media (max-width: 900px) {
  .site-footer {
    width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 28px;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: auto;
  }
}

/* EOF live quote chart lock: real SVG sparklines, no legacy decorative backgrounds. */
.site-header + .market-strip > .quote-card,
.gn-rates .market-strip--side > .quote-card {
  display: grid !important;
  justify-content: stretch !important;
  justify-self: stretch !important;
  align-self: stretch !important;
  border-radius: 0 !important;
  color: #111827 !important;
}

.site-header + .market-strip > .quote-card {
  grid-template-columns: minmax(128px, 1fr) 112px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
}

.site-header + .market-strip > .quote-card i,
.gn-rates .market-strip--side > .quote-card i {
  grid-area: chart !important;
  grid-row: auto !important;
  grid-column: auto !important;
  display: block !important;
  width: 112px !important;
  height: 46px !important;
  background: none !important;
  opacity: 1 !important;
}

.site-header + .market-strip > .quote-card svg,
.gn-rates .market-strip--side > .quote-card svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

.site-header + .market-strip > .quote-card polyline,
.gn-rates .market-strip--side > .quote-card polyline {
  fill: none !important;
  stroke: #0b63d8 !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.site-header + .market-strip > .quote-card:has(.is-down) polyline,
.gn-rates .market-strip--side > .quote-card:has(.is-down) polyline {
  stroke: #d92d20 !important;
}

.site-header + .market-strip > .quote-card span,
.site-header + .market-strip > .quote-card b,
.site-header + .market-strip > .quote-card em {
  justify-self: start !important;
}

.gn-rates .market-strip--side > .quote-card {
  grid-template-columns: minmax(88px, 1fr) 92px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
}

.gn-rates .market-strip--side > .quote-card i {
  width: 92px !important;
  height: 40px !important;
}
/* FINAL-FINAL top market strip correction: compact, contained sparklines. */
.site-header + .market-strip > .quote-card {
  position: relative !important;
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 86px !important;
  grid-template-areas: "label chart" "value chart" "delta chart" !important;
  align-content: center !important;
  gap: 2px 14px !important;
  padding: 15px 18px 14px 22px !important;
  overflow: hidden !important;
}

.site-header + .market-strip > .quote-card span {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.site-header + .market-strip > .quote-card b {
  font-size: 22px !important;
  line-height: 1 !important;
}

.site-header + .market-strip > .quote-card em {
  font-size: 12px !important;
  line-height: 1.1 !important;
}

.site-header + .market-strip > .quote-card i {
  align-self: center !important;
  justify-self: end !important;
  width: 82px !important;
  height: 30px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  overflow: visible !important;
}

.site-header + .market-strip > .quote-card svg {
  width: 82px !important;
  height: 30px !important;
}

.site-header + .market-strip > .quote-card svg path:nth-of-type(1),
.site-header + .market-strip > .quote-card svg path:nth-of-type(2) {
  display: none !important;
}

.site-header + .market-strip > .quote-card svg path:last-of-type {
  stroke-width: 2.5 !important;
}

.site-header + .market-strip > .market-strip__all {
  width: auto !important;
  min-width: 124px !important;
  max-width: calc(100% - 24px) !important;
  min-height: 40px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  white-space: nowrap !important;
}

/* Static pages: О нас, Политика, Соглашение, Стандарты */
.static-page {
  width: min(var(--max), calc(100% - 40px));
  max-width: 860px;
  margin: 32px auto 64px;
}

.static-page__hero {
  border-bottom: 2px solid var(--navy);
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.static-page__hero h1 {
  font-family: var(--headline);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--navy);
}

.static-page__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #444;
  max-width: 720px;
  margin: 0;
}

.static-page__updated {
  font-size: 13px;
  color: #888;
  margin: -20px 0 32px;
}

.static-page__body section {
  margin-bottom: 40px;
}

.static-page__body h2 {
  font-family: var(--headline);
  font-size: 22px;
  margin: 0 0 12px;
  color: var(--navy);
  border-left: 3px solid var(--blue);
  padding-left: 12px;
}

.static-page__body p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 16px;
  color: #222;
}

.static-page__body ul,
.static-page__body ol {
  margin: 0 0 16px;
  padding-left: 24px;
}

.static-page__body li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #222;
}

.static-page__body a {
  color: var(--blue);
  text-decoration: none;
}

.static-page__body a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .static-page {
    margin: 20px auto 40px;
  }
  .static-page__hero h1 {
    font-size: 28px;
  }
}

/* ── ИДЕАЛЬНАЯ МОБИЛЬНАЯ ВЕРСИЯ ─────────────────────────────── */
@media (max-width: 700px) {
  /* Рыночный ряд: 2 колонки вместо 4-5 */
  .gn-market-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gn-market-row > :nth-child(n+3):not(:last-child) {
    display: none;
  }
  .gn-market-row > :last-child {
    display: none;
  }

  /* Важные темы: горизонтальный скролл с snap */
  .gn-themes {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .gn-themes::-webkit-scrollbar { display: none; }
  .gn-theme {
    flex: 0 0 220px;
    scroll-snap-align: start;
  }

  /* Мнения экспертов: 2 колонки */
  .gn-opinions > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  /* Лента новостей: больше отступ для touch */
  .gn-feed > a {
    min-height: 52px;
    padding: 10px 16px;
  }

  /* Популярные: больше touch target */
  .gn-popular > a {
    min-height: 48px;
    padding: 10px 16px;
  }

  /* Герой: убираем минимальную высоту */
  .gn-lead {
    min-height: 0;
  }

  /* Герой текст: меньше padding */
  .gn-lead__copy {
    padding: 20px;
  }

  /* Герой h1: оптимальный размер */
  .gn-lead h1 {
    font-size: clamp(24px, 6.5vw, 34px);
    margin: 10px 0;
    line-height: 1.1;
  }

  /* Герой описание */
  .gn-lead p {
    font-size: 15px;
    line-height: 1.5;
  }

  /* Рыночный стрип верхний: 2x2 сетка, карточки не span-all */
  .site-header + .market-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 0 !important;
  }
  .site-header + .market-strip > .quote-card {
    grid-column: auto !important;
  }
  .site-header + .market-strip > .market-strip__all {
    grid-column: 1 / -1 !important;
  }

  /* Секции: меньше внешний отступ */
  .gn-home {
    width: calc(100% - 20px);
    margin-bottom: 24px;
  }

  /* Ключевые выводы: 1 колонка */
  .gn-takeaways > div {
    grid-template-columns: 1fr;
  }

  /* Кнопка читать статью: полная ширина */
  .lead-actions {
    flex-direction: column;
  }
  .lead-actions .cta-btn {
    width: 100%;
    text-align: center;
  }

  /* Статья: оптимальный размер шрифта */
  .article-header h1 {
    font-size: clamp(26px, 7vw, 36px);
  }
  .article-body p,
  .article-body li {
    font-size: 17px;
    line-height: 1.7;
  }

  /* Ключевые выводы в статье */
  .article-key-facts {
    grid-template-columns: 1fr;
  }

  /* Навигация: больше touch target */
  .main-nav a {
    min-height: 44px;
    padding: 0 10px;
    font-size: 13px;
  }

  /* Хедер: прижать */
  .site-header__top {
    min-height: 60px;
    padding: 10px 0;
  }

  /* Логотип */
  .brand__mark {
    width: 52px;
    height: 28px;
  }
  .brand__copy strong {
    font-size: 28px;
  }
  .brand__copy em {
    display: none;
  }

  /* Подписка */
  .gn-subscribe {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 20px;
  }
  .gn-subscribe form {
    width: 100%;
    flex-direction: column;
  }
  .gn-subscribe input {
    width: 100%;
  }
  .gn-subscribe button {
    width: 100%;
  }

  /* Футер */
  .site-footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
    font-size: 11px;
  }
}

/* ═══════════════════════════════════════════════
   WEATHER PAGE (Погода)
   ═══════════════════════════════════════════════ */
.wx-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 16px 48px;
}
.wx-page__header { margin-bottom: 24px; }
.wx-page__header h1 { font-size: 28px; font-weight: 700; margin: 0 0 6px; }
.wx-page__lead { color: var(--text-muted, #666); margin: 0; font-size: 15px; }

/* City tabs */
.wx-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.wx-tab {
  background: var(--surface, #f4f4f4);
  border: 1px solid var(--border, #ddd);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.wx-tab--active {
  background: var(--accent, #0047ab);
  color: #fff;
  border-color: var(--accent, #0047ab);
}

/* Current weather */
.wx-current {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  background: var(--surface, #f8f9fa);
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 28px;
}
.wx-current__main { text-align: center; padding-right: 24px; border-right: 1px solid var(--border, #e5e7eb); }
.wx-current__temp { font-size: 64px; font-weight: 700; line-height: 1; color: var(--accent, #0047ab); }
.wx-current__icon { font-size: 40px; margin: 8px 0; }
.wx-current__summary { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.wx-current__city { font-size: 13px; color: var(--text-muted, #888); }
.wx-current__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
}
.wx-detail { display: flex; flex-direction: column; gap: 2px; }
.wx-detail span { font-size: 12px; color: var(--text-muted, #888); text-transform: uppercase; letter-spacing: 0.5px; }
.wx-detail b { font-size: 15px; font-weight: 600; }
.wx-detail--updated span, .wx-detail--updated b { font-size: 12px; color: #aaa; font-weight: 400; }

/* 7-day forecast */
.wx-forecast h2 { font-size: 18px; font-weight: 600; margin: 0 0 14px; }
.wx-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.wx-day {
  background: var(--surface, #f8f9fa);
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
}
.wx-day__label { font-size: 12px; color: var(--text-muted, #888); margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wx-day__icon { font-size: 22px; margin-bottom: 6px; }
.wx-day__temps { display: flex; justify-content: center; gap: 6px; font-size: 14px; margin-bottom: 4px; }
.wx-day__max { font-weight: 700; color: var(--text, #111); }
.wx-day__min { color: var(--text-muted, #888); }
.wx-day__rain { font-size: 11px; color: #3b82f6; min-height: 16px; }
.wx-day__wind { font-size: 11px; color: var(--text-muted, #888); }

.wx-no-data { padding: 40px; text-align: center; color: var(--text-muted, #888); }
.wx-footer { margin-top: 32px; text-align: right; }
.wx-footer small { font-size: 12px; color: #aaa; }
.wx-footer a { color: #aaa; text-decoration: underline; }

@media (max-width: 700px) {
  .wx-current { grid-template-columns: 1fr; }
  .wx-current__main { border-right: none; border-bottom: 1px solid var(--border, #e5e7eb); padding-right: 0; padding-bottom: 20px; }
  .wx-days { grid-template-columns: repeat(4, 1fr); overflow-x: auto; }
  .wx-tabs { gap: 6px; }
  .wx-tab { padding: 5px 12px; font-size: 13px; }
}

/* ── Archive page ───────────────────────────────────── */
.archive-month-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
  padding: 18px 20px;
  background: #f4f6fa;
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.archive-month-nav a {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid var(--blue);
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
.archive-month-nav a:hover {
  background: var(--blue);
  color: #fff;
}

.archive-month {
  margin-bottom: 56px;
  scroll-margin-top: 80px;
}
.archive-month .section-head--simple {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}
.archive-month .section-head--simple small {
  font-size: 13px;
  color: var(--ink-2);
}
.archive-month__more {
  margin-top: 14px;
  font-size: 13px;
  color: var(--ink-2);
  text-align: center;
}

.archive-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}

.archive-row {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 10px 16px;
  align-items: baseline;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
}
.archive-row:last-child { border-bottom: none; }
.archive-row__rubric {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ink-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.archive-row__title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.35;
}
.archive-row__title:hover { color: var(--blue); }
.archive-row__date {
  font-size: 12px;
  color: var(--ink-2);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .archive-month-nav { gap: 6px; }
}
@media (max-width: 700px) {
  .archive-month-nav { padding: 12px; }
  .archive-month-nav a { font-size: 12px; padding: 3px 9px; }
  .archive-row { grid-template-columns: 1fr auto; }
  .archive-row__rubric { display: none; }
}

/* MOBILE OVERFLOW FIX (Jul 2026): grid tracks `1fr` don't shrink below
   min-content — the non-wrapping .eyebrow (604px) blew .gn-lead past the
   390px viewport, clipping the hero headline. minmax(0,1fr) + min-width:0
   let tracks compress; eyebrow wraps instead of forcing width. */
@media (max-width: 760px) {
  .gn-layout { grid-template-columns: minmax(0, 1fr); }
  .gn-main-col, .gn-side, .gn-lead, .gn-lead__copy { min-width: 0; max-width: 100%; }
  .gn-lead { grid-template-columns: minmax(0, 1fr); }
  .gn-lead .eyebrow { flex-wrap: wrap; row-gap: 6px; }
  .gn-lead h1, .gn-lead p { max-width: 100%; }
  .gn-themes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* MOBILE OVERFLOW FIX #2 (Sep 2026): .gn-main-col is a single-column grid with an
   implicit `auto` track — auto tracks grow to the max-content of their items, so the
   lead card (h1 max-width 620px + 42px paddings ≈ 840px) widened the whole column to
   843px inside a 346px viewport and body{overflow:hidden} clipped the headline/photo.
   An explicit minmax(0,1fr) track lets the column follow its container at every width. */
.gn-main-col,
.gn-side {
  grid-template-columns: minmax(0, 1fr);
}
.gn-main-col > *,
.gn-lead > *,
.gn-section,
.gn-themes {
  min-width: 0;
  max-width: 100%;
}

/* ARTICLE PROMO BANNER (Sep 2026): paid partner placement above a publication's body.
   Navy/gold palette of the advertiser (One Way Ticket), full-width, animated glow. */
.article-promo {
  position: relative;
  margin: 26px 0 8px;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(115deg, #0d1a3a 0%, #1a2b5e 55%, #16244f 100%);
  box-shadow: 0 24px 60px rgba(13, 26, 58, 0.35);
  isolation: isolate;
}
.article-promo__glow {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(closest-side, rgba(201, 168, 76, 0.55), transparent 70%) 78% 40% / 55% 120% no-repeat,
    radial-gradient(closest-side, rgba(255, 255, 255, 0.12), transparent 70%) 10% 90% / 40% 80% no-repeat;
  animation: article-promo-glow 7s ease-in-out infinite alternate;
  z-index: 0;
  pointer-events: none;
}
@keyframes article-promo-glow {
  from { transform: translate3d(-3%, -2%, 0) scale(1); }
  to { transform: translate3d(4%, 3%, 0) scale(1.08); }
}
.article-promo__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.8fr);
  gap: 28px;
  align-items: center;
  padding: 30px 34px;
}
.article-promo__eyebrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a84c;
}
.article-promo__eyebrow b {
  border: 1px solid rgba(201, 168, 76, 0.7);
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #fff;
}
.article-promo h2 {
  margin: 12px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}
.article-promo h2::after {
  content: "";
  display: block;
  width: 84px;
  height: 4px;
  margin-top: 12px;
  border-radius: 2px;
  background: linear-gradient(90deg, #c9a84c, #f1d98a);
}
.article-promo p {
  margin: 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}
.article-promo ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.article-promo li {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.article-promo__actions {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}
.article-promo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  padding: 16px 22px;
  background: linear-gradient(90deg, #c9a84c, #e7c96a);
  color: #0d1a3a;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 30px rgba(201, 168, 76, 0.45);
  animation: article-promo-pulse 2.4s ease-in-out infinite;
}
.article-promo__cta:hover { transform: translateY(-1px); box-shadow: 0 16px 36px rgba(201, 168, 76, 0.6); }
@keyframes article-promo-pulse {
  0%, 100% { box-shadow: 0 12px 30px rgba(201, 168, 76, 0.45); }
  50% { box-shadow: 0 12px 44px rgba(201, 168, 76, 0.85); }
}
.article-promo__alt {
  display: inline-flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 12px 18px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.article-promo__alt:hover { background: rgba(255, 255, 255, 0.1); }
.article-promo__actions small {
  justify-self: end;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 760px) {
  .article-promo__inner { grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 22px 18px; }
  .article-promo li { white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  .article-promo__glow, .article-promo__cta { animation: none; }
}

/* Promo banner with a photo creative: gradient keeps the copy legible on the left,
   the subject of the photo stays visible on the right. */
.article-promo--photo {
  background:
    linear-gradient(92deg, rgba(13, 26, 58, 0.97) 0%, rgba(13, 26, 58, 0.9) 34%, rgba(13, 26, 58, 0.55) 58%, rgba(13, 26, 58, 0.18) 100%),
    var(--promo-image) center / cover no-repeat;
  min-height: 360px;
}
.article-promo--photo .article-promo__glow { opacity: 0.6; }
.article-promo--photo .article-promo__inner { min-height: 360px; }
.article-promo--photo .article-promo__actions { align-self: end; }
@media (max-width: 760px) {
  .article-promo--photo {
    background:
      linear-gradient(180deg, rgba(13, 26, 58, 0.55) 0%, rgba(13, 26, 58, 0.94) 42%, rgba(13, 26, 58, 0.98) 100%),
      var(--promo-image) center 0 / cover no-repeat;
    min-height: 0;
  }
  .article-promo--photo .article-promo__inner { min-height: 0; padding-top: 150px; }
}

/* Homepage sidebar: quiet "advertise here" card (Sep 2026). */
.gn-adslot {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-style: dashed;
  border-color: #cfd8e6;
  background: #f8fafd;
  box-shadow: none;
}
.gn-adslot__mark {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #98a2b3;
}
.gn-adslot b { font-size: 15px; color: #1d2939; }
.gn-adslot p { margin: 0; font-size: 13px; line-height: 1.4; color: #667085; }
.gn-adslot a { font-size: 13px; font-weight: 700; color: var(--gn-blue, #0b63d8); text-decoration: none; }
.gn-adslot a:hover { text-decoration: underline; }

/* MOBILE POLISH (Sep 2026): article pages on phones */
@media (max-width: 760px) {
  /* the article title crumb wrapped into 3 lines above the header — drop it, the h1 follows */
  .breadcrumbs > *:last-child { display: none; }
  /* "Читайте также": thumbnail + full-width text, never a third column */
  .side-news { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; }
  .side-news time { display: none; }
  .side-news img { width: 84px; }
  .side-news b { font-size: 14px; line-height: 1.3; }
  /* partner banner headline: slightly smaller on narrow screens */
  .article-promo h2 { font-size: clamp(22px, 7vw, 30px); }
  .article-promo p { font-size: 15px; }
}

/* MOBILE HEADER (Sep 2026): one compact row — mark, wordmark, search — instead of a
   two-line 31px wordmark with the search icon dropped onto its own line. */
@media (max-width: 760px) {
  .site-header__top,
  .page-home .site-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    gap: 10px;
    padding: 10px 0 8px;
  }
  .brand,
  .page-home .brand {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
  }
  .brand__mark,
  .page-home .brand__mark {
    flex: 0 0 42px;
    width: 42px;
    height: 25px;
  }
  .brand__copy strong,
  .page-home .brand__copy strong {
    max-width: none;
    font-size: clamp(19px, 5.8vw, 23px);
    line-height: 1;
    white-space: nowrap;
  }
  .brand__copy em,
  .page-home .brand__copy em {
    display: none;
  }
  .header-tools {
    width: auto;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 10px;
  }
}
@media (max-width: 760px) {
  /* leave room for the search icon at the right edge */
  .brand__copy strong,
  .page-home .brand__copy strong { font-size: clamp(17px, 5.1vw, 20px); }
  .brand, .page-home .brand { min-width: 0; overflow: hidden; }
  .header-tools { padding-left: 10px; }
}
@media (max-width: 760px) {
  .brand__copy strong,
  .page-home .brand__copy strong { font-size: clamp(15px, 4.7vw, 20px); }
}
