/* MailScouter editorial redesign — Phase 22
   Loaded after the original component stylesheet so the content system,
   generator and accessibility behaviour can remain intact. */

:root {
  --ink: #17211c;
  --ink-soft: #58615c;
  --paper: #f5f2ea;
  --paper-deep: #ebe7dd;
  --white: #fffefb;
  --line: #cfd3cc;
  --line-dark: #a9b0a9;
  --accent: #075e47;
  --accent-dark: #064936;
  --accent-pale: #e4eee8;
  --signal: #d96038;
  --shadow-sm: none;
  --shadow-lg: none;
  --radius-sm: 3px;
  --radius-md: 5px;
  --radius-lg: 8px;
  --container: 1220px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  line-height: 1.02;
}

h1 { font-weight: 700; }
h2 { font-weight: 700; }
h3 { font-weight: 700; }

.eyebrow,
.scorecard-label,
.result-kicker,
.directory-category,
.comparison-card-category,
.panel-topline,
.micro-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.container { width: min(calc(100% - 3rem), var(--container)); }

/* Header */
.site-header {
  background: rgba(255,254,251,.96);
  backdrop-filter: none;
  border-bottom: 1px solid var(--line);
}
.site-header.is-scrolled { box-shadow: none; border-color: var(--line-dark); }
.header-inner { min-height: 72px; gap: 2.5rem; }
.brand {
  gap: .5rem;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -.025em;
}
.brand svg { width: 29px; height: 29px; }
.primary-nav { gap: 1.35rem; margin-left: auto; }
.primary-nav a {
  color: #39413c;
  font-size: .82rem;
  font-weight: 680;
}
.primary-nav .nav-cta {
  padding: .55rem .8rem;
  border: 1px solid var(--ink);
  border-radius: 3px;
  background: var(--ink);
  color: white;
}

/* Buttons and links */
.button {
  min-height: 46px;
  padding: .68rem 1rem;
  border-radius: 3px;
  font-size: .86rem;
  font-weight: 760;
  box-shadow: none !important;
  transition: background .15s, color .15s, border-color .15s;
}
.button:hover { transform: none; }
.button-primary { background: var(--accent); }
.button-primary:hover { background: var(--accent-dark); }
.button-secondary { background: transparent; border-color: var(--line-dark); }
.button-dark { background: var(--ink); }
.text-link, .tool-link, .alternative-link {
  color: var(--accent-dark);
  font-size: .87rem;
  font-weight: 760;
  text-underline-offset: 3px;
}

/* Homepage hero */
.hero {
  padding: clamp(4.8rem, 9vw, 8.2rem) 0 clamp(4.3rem, 7vw, 6.5rem);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.hero-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, .68fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}
.hero-copy { padding-top: .4rem; }
.hero h1 {
  max-width: 820px;
  margin-bottom: 1.65rem;
  font-size: clamp(3.45rem, 6.5vw, 6.15rem);
}
.hero-lede {
  max-width: 720px;
  color: #4c5550;
  font-size: clamp(1.08rem, 1.8vw, 1.27rem);
}
.hero-actions { margin: 2rem 0 1.9rem; }
.trust-list {
  gap: .35rem 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: .78rem;
}
.trust-list li::before { content: "—"; color: var(--accent); }

.hero-panel {
  padding: 0;
  border: 0;
  border-top: 4px solid var(--accent);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.hero-panel::before { display: none; }
.panel-topline {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line-dark);
  color: var(--ink-soft);
}
.hero-panel > h2 {
  margin: 1.4rem 0 1.2rem;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
}
.editor-picks { border-top: 1px solid var(--line); }
.editor-picks a {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: .15rem 1rem;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}
.editor-picks a:hover strong { color: var(--accent); }
.editor-picks span {
  grid-row: 1 / 3;
  color: var(--ink-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .68rem;
  text-transform: uppercase;
}
.editor-picks strong { font-size: .94rem; }
.editor-picks em { color: var(--ink-soft); font-size: .76rem; font-style: normal; }
.hero-panel > .text-link { margin-top: 1.2rem; }

/* Editorial route section */
.home-paths {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.paths-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}
.paths-intro h2 { max-width: 500px; font-size: clamp(2.45rem, 4.4vw, 4.25rem); }
.paths-intro > p:last-child { max-width: 500px; color: var(--ink-soft); }
.path-list { border-top: 1px solid var(--ink); }
.path-row {
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-dark);
  color: inherit;
  text-decoration: none;
}
.path-row:hover strong, .path-row:hover em { color: var(--accent); }
.path-number {
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .72rem;
}
.path-row strong, .path-row small { display: block; }
.path-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; }
.path-row small { margin-top: .15rem; color: var(--ink-soft); }
.path-row em { color: var(--ink-soft); font-size: .78rem; font-style: normal; white-space: nowrap; }

/* Research desk */
.research-desk {
  padding: clamp(4.8rem, 8vw, 7.5rem) 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.research-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
}
.research-feature {
  padding: 0 3rem 0 0;
  border-right: 1px solid var(--line-dark);
}
.research-feature h2 { max-width: 600px; font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
.research-feature p:not(.eyebrow) { max-width: 580px; color: var(--ink-soft); }
.research-index { border-top: 1px solid var(--ink); }
.research-index a {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: .1rem 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}
.research-index a:hover strong { color: var(--accent); }
.research-index span {
  grid-row: 1 / 3;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .68rem;
  text-transform: uppercase;
}
.research-index strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.research-index em { color: var(--ink-soft); font-size: .78rem; font-style: normal; }

/* Finder */
.finder-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: #1b2a23;
}
.section-heading-centered { max-width: 800px; }
.finder-section .section-heading h2 { font-size: clamp(2.6rem, 4.8vw, 4.7rem); }
.finder { max-width: 1080px; }
.choice-grid { gap: 0; border: 1px solid #617068; }
.choice-card {
  min-height: 160px;
  padding: 1.25rem;
  border: 0;
  border-right: 1px solid #526159;
  border-radius: 0;
  background: transparent;
}
.choice-card:last-child { border-right: 0; }
.choice-card:hover { transform: none; background: #22362c; }
.choice-card:has(input:checked) {
  border-color: transparent;
  background: #edf1ec;
  color: var(--ink);
  box-shadow: none;
}
.choice-card:has(input:checked) small { color: var(--ink-soft); }
.choice-card:has(input:checked) .choice-mark { border-color: var(--accent); background: var(--accent); }
.priority-pill span { border-radius: 3px; }
.finder-result { border-radius: 3px; }

/* Homepage platform shortlist as a research table */
.shortlist-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.split-heading { align-items: start; }
.split-heading h2 { font-size: clamp(2.5rem, 4.3vw, 4.2rem); }
.split-heading > p { color: var(--ink-soft); }
.tool-grid {
  display: block;
  border-top: 1px solid var(--ink);
}
.tool-card {
  display: grid;
  grid-template-columns: 175px minmax(180px, .65fr) minmax(260px, 1fr) minmax(310px, 1.1fr) 150px;
  gap: 1.4rem;
  align-items: center;
  padding: 1.4rem 0;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
}
.tool-card:hover { transform: none; box-shadow: none; background: #faf9f4; }
.tool-card-head { margin: 0; justify-content: flex-start; }
.tool-monogram {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  font-size: .7rem;
}
.fit-label {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .62rem;
  text-transform: uppercase;
}
.tool-card h3 { margin: 0; font-size: 1.55rem; }
.tool-position { min-height: 0; margin: 0; color: var(--ink-soft); font-size: .85rem; }
.tool-facts { display: grid; grid-template-columns: repeat(3, 1fr); border: 0; }
.tool-facts div { display: block; padding: 0 .8rem; border: 0; border-left: 1px solid var(--line); font-size: .74rem; }
.tool-facts dt { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .58rem; text-transform: uppercase; }
.tool-facts dd { margin-top: .2rem; }
.tool-link { margin: 0; text-align: right; }

/* Comparison list */
.featured-comparison-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.featured-comparison-grid {
  display: block;
  border-top: 1px solid var(--ink);
}
.featured-comparison-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 2rem;
  align-items: center;
  min-height: 0;
  padding: 1.7rem 0;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.featured-comparison-card:first-child { grid-column: auto; }
.featured-comparison-card:hover { transform: none; box-shadow: none; }
.featured-comparison-card h2,
.featured-comparison-card h3 { margin-bottom: .35rem; font-size: 1.65rem; }
.featured-comparison-card p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: var(--ink-soft); }
.featured-comparison-tools { display: none; }
.featured-comparison-card .button { justify-self: end; }

/* Method and closing section */
.method-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.method-copy { position: static; }
.method-list li { grid-template-columns: 55px 1fr; }
.next-section { padding: 3.5rem 0; background: var(--paper); }
.next-card {
  padding: 2rem 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}
.next-card .eyebrow { color: var(--accent); }

/* Shared article/review layout */
.review-page,
.comparison-page,
.directory-page,
.cornerstone-page,
.legal-page,
.about-page,
.pricing-page { background: var(--paper); }
.review-hero,
.comparison-hero,
.directory-hero,
.cornerstone-hero,
.legal-hero,
.about-hero,
.pricing-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 3.5rem;
  border-bottom: 1px solid var(--line-dark);
  background: var(--white) !important;
}
.review-hero-grid,
.comparison-hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .55fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
}
.review-hero h1,
.comparison-hero h1,
.directory-hero h1,
.cornerstone-hero h1 {
  max-width: 900px;
  font-size: clamp(3.25rem, 6vw, 5.85rem);
}
.review-deck,
.comparison-deck,
.directory-deck,
.cornerstone-deck { color: var(--ink-soft); }
.review-meta {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .67rem;
}
.review-meta span::before { content: none; }
.review-meta span + span::before { content: "·"; margin-right: .7rem; color: var(--accent); }
.affiliate-inline { max-width: 760px; font-size: .7rem; }
.review-scorecard,
.versus-card {
  padding: 1.35rem 0 1.35rem 1.35rem;
  border: 0;
  border-left: 3px solid var(--accent);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.review-logo { border-radius: 2px; }
.review-scorecard h2 { font-size: 1.9rem; }
.review-scorecard dl div { grid-template-columns: 100px 1fr; }
.review-layout,
.comparison-layout {
  grid-template-columns: 200px minmax(0, 820px);
  gap: clamp(3rem, 7vw, 7rem);
  padding-top: 4.5rem;
}
.review-toc {
  padding: 1rem 0;
  border: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
}
.review-toc a { padding: .2rem 0; }
.review-section,
.comparison-section {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--line-dark);
}
.review-section h2,
.comparison-section h2 { font-size: clamp(2.25rem, 4vw, 3.75rem); }
.review-content p,
.comparison-content p,
.longform-copy p { max-width: 760px; }

/* Remove card-stack feeling from article components */
.fit-split,
.pros-cons-grid,
.plan-grid,
.alternative-grid,
.choice-columns,
.dual-cta { gap: 0; border-top: 1px solid var(--ink); }
.fit-split > div,
.pros-card,
.cons-card,
.plan-card,
.alternative-card,
.choice-column,
.neither-box,
.evidence-box,
.review-cta,
.dual-cta > div {
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.fit-split > div,
.pros-card,
.cons-card,
.plan-card,
.alternative-card,
.choice-column { padding: 1.35rem 1.1rem; }
.fit-split > div + div,
.pros-card + .cons-card,
.choice-column + .choice-column,
.dual-cta > div + div { border-left: 1px solid var(--line-dark); }
.fit-split > div:first-child { border-top: 0; }
.plan-card { display: grid; grid-template-columns: 150px 170px 1fr; gap: 1rem; align-items: start; }
.plan-card h3 { font-size: 1.18rem; }
.plan-price { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.assessment-row {
  display: grid;
  grid-template-columns: 165px 55px 1fr;
  gap: 1.4rem;
  align-items: start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}
.assessment-row h3 { margin: 0; font-size: 1.08rem; }
.assessment-score { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.assessment-row p { margin: 0; color: var(--ink-soft); }

.comparison-table-wrap {
  border: 0;
  border-top: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
}
.comparison-table,
.pricing-comparison-table,
.scenario-table { font-size: .82rem; }
.comparison-table th,
.pricing-comparison-table th,
.scenario-table th {
  background: transparent;
  color: var(--ink);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .64rem;
  text-transform: uppercase;
}
.comparison-table td,
.pricing-comparison-table td,
.scenario-table td,
.comparison-table th,
.pricing-comparison-table th,
.scenario-table th { border-color: var(--line); }

.battle-card,
.faq-item {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.battle-card { padding: 1.5rem 0; }
.faq-item { padding: 1.2rem 0; }
.sources-section li { border-color: var(--line); }
.review-cta,
.dual-cta {
  padding: 2rem 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  color: var(--ink);
}
.review-cta .eyebrow,
.dual-cta .eyebrow { color: var(--accent); }

/* Directories and cornerstone cards */
.directory-grid,
.cornerstone-card-grid,
.ranking-grid,
.free-ranking-grid,
.small-business-grid,
.ecommerce-grid { gap: 0; border-top: 1px solid var(--ink); }
.directory-card,
.cornerstone-card,
.ranking-card,
.free-ranking-card,
.small-business-card,
.ecommerce-card {
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.directory-card:hover,
.cornerstone-card:hover,
.ranking-card:hover { transform: none; box-shadow: none; }

/* Calculator */
.calculator-shell,
.calculator-form-card,
.calculator-results,
.calculator-result-card {
  border-radius: 3px;
  box-shadow: none;
}
.calculator-form-card { border-top: 3px solid var(--accent); }

/* Footer */
.site-footer {
  padding: 4rem 0 1.4rem;
  background: #17211c;
}
.footer-grid { grid-template-columns: 1.2fr .9fr .75fr .9fr; gap: 3rem; }
.footer-grid strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-grid a:not(.brand), .footer-grid p { font-size: .76rem; }
.footer-bottom { margin-top: 2.6rem; }

@media (max-width: 1120px) {
  .primary-nav { gap: .9rem; }
  .primary-nav a { font-size: .77rem; }
  .tool-card { grid-template-columns: 145px 150px 1fr; }
  .tool-position { grid-column: 3; }
  .tool-facts { grid-column: 1 / 4; }
  .tool-link { grid-column: 3; text-align: left; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 2rem), var(--container)); }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute;
    inset: 72px 1rem auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .75rem;
    border: 1px solid var(--line-dark);
    border-radius: 3px;
    background: var(--white);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: .65rem; }
  .hero-grid,
  .paths-layout,
  .research-layout,
  .review-hero-grid,
  .comparison-hero-grid { grid-template-columns: 1fr; }
  .hero-panel { max-width: none; }
  .research-feature { padding-right: 0; padding-bottom: 2.5rem; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .choice-card:nth-child(2) { border-right: 0; }
  .choice-card:nth-child(-n+2) { border-bottom: 1px solid #526159; }
  .tool-card { grid-template-columns: 120px 1fr; }
  .tool-position, .tool-facts, .tool-link { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 1.35rem), var(--container)); }
  .hero { padding-top: 3.8rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .path-row { grid-template-columns: 32px 1fr; }
  .path-row em { grid-column: 2; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 130px; border-right: 0; border-bottom: 1px solid #526159; }
  .choice-card:nth-child(-n+2) { border-bottom: 1px solid #526159; }
  .tool-card { display: block; padding: 1.4rem 0; }
  .tool-card-head { margin-bottom: .8rem; }
  .tool-card h3 { margin-bottom: .45rem; }
  .tool-position { margin-bottom: 1rem; }
  .tool-facts { display: block; }
  .tool-facts div { padding: .55rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .tool-link { display: inline-flex; margin-top: 1rem; }
  .featured-comparison-card { grid-template-columns: 1fr; }
  .featured-comparison-card .button { justify-self: start; }
  .review-layout,
  .comparison-layout { grid-template-columns: 1fr; }
  .review-toc { position: static; }
  .fit-split,
  .pros-cons-grid,
  .choice-columns,
  .dual-cta { grid-template-columns: 1fr; }
  .fit-split > div + div,
  .pros-card + .cons-card,
  .choice-column + .choice-column,
  .dual-cta > div + div { border-left: 0; }
  .plan-card { grid-template-columns: 1fr; }
  .assessment-row { grid-template-columns: 1fr auto; }
  .assessment-row p { grid-column: 1 / 3; }
  .footer-grid { grid-template-columns: 1fr; }
}


/* News and update section — Phase 24 */
.news-index-hero,
.news-article-hero { background: var(--white); border-bottom: 1px solid var(--line); }
.news-index-hero { padding: 3.8rem 0 5.6rem; }
.news-index-hero-grid,
.news-article-hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: clamp(3rem,7vw,7rem); align-items: start; }
.news-index-hero h1 { max-width: 880px; margin: 1rem 0 1.5rem; font-size: clamp(3rem,5.8vw,5.5rem); }
.news-index-deck { max-width: 740px; color: var(--ink-soft); font-size: 1.14rem; }
.news-standard { padding-top: 1rem; border-top: 4px solid var(--accent); }
.news-standard ul { margin: 1.15rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.news-standard li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.news-standard li::before { content: "✓"; margin-right: .65rem; color: var(--accent); font-weight: 800; }
.news-standard > p:last-child { color: var(--ink-soft); font-size: .78rem; }
.news-feed { padding: clamp(4.5rem,8vw,7rem) 0; }
.news-card-list { border-top: 1px solid var(--ink); }
.news-card { display: grid; grid-template-columns: 180px minmax(0,1fr) 180px; gap: 2rem; align-items: start; padding: 2rem 0; border-bottom: 1px solid var(--line-dark); }
.news-card-meta span { display: block; color: var(--ink-soft); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.news-card-meta strong { display: block; margin-top: .4rem; font-size: .79rem; }
.news-card h2 { margin: 0 0 .65rem; font-size: clamp(1.7rem,2.5vw,2.45rem); }
.news-card h2 a { color: inherit; text-decoration: none; }
.news-card h2 a:hover { color: var(--accent); }
.news-card p { max-width: 760px; margin: 0; color: var(--ink-soft); }
.news-card-action { justify-self: end; align-self: center; }
.news-policy { padding: clamp(4rem,7vw,6.5rem) 0; border-top: 1px solid var(--line); background: var(--paper-deep); }
.news-policy-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem,8vw,8rem); }
.news-policy h2 { font-size: clamp(2.3rem,4vw,4rem); }
.news-policy-grid > div:last-child { max-width: 740px; }
.news-article-hero { padding: 2.7rem 0 clamp(4rem,7vw,6.5rem); }
.news-article-hero h1 { max-width: 900px; margin: .9rem 0 1.35rem; font-size: clamp(3rem,5.7vw,5.4rem); }
.news-article-deck { max-width: 820px; color: var(--ink-soft); font-size: clamp(1.08rem,1.8vw,1.27rem); }
.article-byline { display: flex; flex-wrap: wrap; gap: .45rem 1.1rem; margin-top: 1.5rem; color: var(--ink-soft); font-size: .78rem; }
.article-byline span + span::before { content: "•"; margin-right: 1.1rem; }
.news-disclaimer { max-width: 780px; margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
.news-takeaways { padding-top: 1rem; border-top: 4px solid var(--accent); }
.news-takeaways ul { padding: 0; list-style: none; }
.news-takeaways li { padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.news-takeaways li::before { content: "—"; margin-right: .55rem; color: var(--accent); }
.news-jump { border-bottom: 1px solid var(--line); background: var(--paper); }
.news-jump .container { display: flex; gap: .65rem 1.15rem; align-items: center; overflow-x: auto; padding-top: .8rem; padding-bottom: .8rem; white-space: nowrap; }
.news-jump strong { margin-right: .35rem; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .68rem; text-transform: uppercase; }
.news-jump a { color: var(--ink-soft); font-size: .76rem; text-decoration: none; }
.news-jump a:hover { color: var(--accent); }
.news-article-layout { display: grid; grid-template-columns: minmax(0,780px) minmax(240px,300px); gap: clamp(3rem,8vw,8rem); align-items: start; padding-top: clamp(4rem,7vw,6.5rem); padding-bottom: clamp(5rem,8vw,8rem); }
.news-section { margin-bottom: 4rem; scroll-margin-top: 110px; }
.news-section h2,.news-sources h2 { margin-bottom: 1.25rem; font-size: clamp(2.05rem,3.6vw,3.4rem); }
.news-section p { font-size: 1.03rem; }
.news-section p + p { margin-top: 1.15rem; }
.news-section ul { margin: 1.4rem 0; padding-left: 1.2rem; }
.news-section li { margin: .65rem 0; }
.news-callout { margin: 1.7rem 0; padding: 1.2rem 1.35rem; border-left: 4px solid var(--accent); background: var(--accent-pale); }
.news-callout strong { display: block; margin-bottom: .35rem; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.news-inline-related { display: inline-flex; margin-top: .75rem; color: var(--accent-dark); font-weight: 750; }
.news-related { position: sticky; top: 100px; padding-top: 1rem; border-top: 3px solid var(--ink); }
.news-related article { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.news-related article a { color: inherit; font-family: Georgia,"Times New Roman",serif; font-size: 1.15rem; font-weight: 700; text-decoration: none; }
.news-related article a:hover { color: var(--accent); }
.news-related article p { margin: .3rem 0 0; color: var(--ink-soft); font-size: .76rem; }
.news-related .button { margin-top: 1.25rem; }
.news-sources { padding-top: 2.2rem; border-top: 1px solid var(--ink); }
.news-sources ul { padding: 0; list-style: none; }
.news-sources li { display: flex; justify-content: space-between; gap: 1.25rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.news-sources li span { color: var(--ink-soft); white-space: nowrap; }
@media (max-width: 900px) {
  .news-index-hero-grid,.news-article-hero-grid,.news-policy-grid,.news-article-layout { grid-template-columns: 1fr; }
  .news-card { grid-template-columns: 130px minmax(0,1fr); }
  .news-card-action { grid-column: 2; justify-self: start; }
  .news-related { position: static; }
}
@media (max-width: 620px) {
  .news-index-hero,.news-article-hero { padding-top: 2rem; }
  .news-card { display: block; }
  .news-card-meta { margin-bottom: .8rem; }
  .news-card-action { margin-top: 1rem; }
  .article-byline { display: block; }
  .article-byline span { display: block; margin-top: .25rem; }
  .article-byline span + span::before { display: none; }
  .news-sources li { display: block; }
  .news-sources li span { display: block; margin-top: .2rem; }
}
