/*
 * Newsroom redesign
 *
 * It deliberately keeps the existing HTML contracts and replaces the rounded,
 * gradient-heavy visual language with a flatter editorial system.  The same
 * stylesheet is used by the isolated preview and the public static pages.
 */

.newsroom-preview {
  --nr-ink: #252525;
  --nr-ink-soft: #43545a;
  --nr-muted: #52636a;
  --nr-navy: #173b4b;
  --nr-navy-deep: #102e3b;
  --nr-teal: #0c7a7e;
  --nr-teal-light: #e9f4f3;
  --nr-red: #b43b36;
  --nr-red-light: #f8eceb;
  --nr-paper: #ffffff;
  --nr-canvas: #f4f7f7;
  --nr-rule: #cbd5d7;
  --nr-rule-strong: #87989c;
  --nr-reading: 780px;
  background: var(--nr-canvas);
  color: var(--nr-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 17px;
  letter-spacing: 0.01em;
  line-height: 1.72;
}

.newsroom-preview *,
.newsroom-preview *::before,
.newsroom-preview *::after {
  box-sizing: border-box;
}

.newsroom-preview img {
  max-width: 100%;
}

.newsroom-preview a {
  color: var(--nr-teal);
  text-underline-offset: 0.16em;
}

.newsroom-preview a:hover {
  color: var(--nr-navy-deep);
}

.newsroom-preview :focus-visible {
  outline: 3px solid #e19b31;
  outline-offset: 3px;
}

.newsroom-preview .skip-link,
.newsroom-preview .home-skip {
  border-radius: 2px;
  background: var(--nr-navy);
  color: #fff;
  font-weight: 800;
}

.newsroom-preview .ad-strip,
.newsroom-preview .impact-ad {
  min-height: 32px;
  border: 0;
  background: var(--nr-navy);
  color: #fff;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.newsroom-preview .ad-strip__inner {
  min-height: 32px;
}

.newsroom-preview .ad-strip__label {
  border-radius: 2px;
  background: #fff;
  color: var(--nr-navy);
  padding: 1px 6px;
  font-size: 0.66rem;
}

.newsroom-preview .site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--nr-rule-strong);
  box-shadow: none;
  backdrop-filter: none;
}

.newsroom-preview .site-header__inner {
  min-height: 72px;
  gap: 24px;
}

.newsroom-preview .brand {
  color: var(--nr-navy);
  gap: 10px;
}

.newsroom-preview .brand:hover {
  color: var(--nr-navy);
}

.newsroom-preview .brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 2px;
  background: var(--nr-navy);
  box-shadow: none;
}

.newsroom-preview .brand__name {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.newsroom-preview .brand__tagline {
  color: var(--nr-muted);
  font-size: 0.67rem;
}

.newsroom-preview .primary-nav {
  gap: 2px;
}

.newsroom-preview .primary-nav a {
  border-radius: 0;
  color: var(--nr-ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.newsroom-preview .primary-nav a:hover,
.newsroom-preview .primary-nav a[aria-current="page"] {
  background: transparent;
  color: var(--nr-navy);
  box-shadow: inset 0 -3px 0 var(--nr-teal);
}

.newsroom-preview .text-size-button,
.newsroom-preview .menu-button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--nr-rule-strong);
  border-radius: 2px;
  background: #fff;
  color: var(--nr-navy);
  box-shadow: none;
}

.newsroom-preview .text-size-button:hover,
.newsroom-preview .menu-button:hover {
  border-color: var(--nr-navy);
  background: var(--nr-teal-light);
  color: var(--nr-navy);
}

.newsroom-preview .primary-nav.is-open {
  border-bottom: 1px solid var(--nr-rule-strong);
  background: #fff;
  box-shadow: 0 8px 16px rgba(16, 46, 59, 0.08);
}

.newsroom-preview .breadcrumb {
  padding: 16px 0;
  color: var(--nr-muted);
  font-size: 0.74rem;
}

.newsroom-preview .breadcrumb a {
  color: var(--nr-navy);
}

.newsroom-preview .article-shell {
  grid-template-columns: minmax(0, var(--nr-reading)) 250px;
  gap: 46px;
  padding: 26px 0 76px;
}

.newsroom-preview .article-header {
  padding: 18px 0 14px;
}

.newsroom-preview .article-hero {
  display: grid;
  gap: 34px;
  margin-bottom: 8px;
  border: 0;
  border-top: 4px solid var(--nr-navy);
  border-bottom: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: var(--nr-paper);
  padding: 24px 0 26px;
  box-shadow: none;
}

.newsroom-preview .article-hero__visual {
  border-radius: 0;
  background: var(--nr-navy);
}

.newsroom-preview .article-hero__visual::before,
.newsroom-preview .article-hero__visual figcaption {
  border-radius: 2px;
  background: rgba(16, 46, 59, 0.93);
  padding: 4px 8px;
}

.newsroom-preview .article-hero__labels {
  gap: 7px;
}

.newsroom-preview .category-label,
.newsroom-preview .article-type-label {
  border-radius: 2px;
  padding: 4px 8px;
  font-size: 0.69rem;
  font-weight: 900;
}

.newsroom-preview .category-label {
  background: var(--nr-teal-light);
  color: var(--nr-navy);
}

.newsroom-preview .article-type-label {
  background: #eef1f1;
  color: var(--nr-muted);
}

.newsroom-preview .article-header h1,
.newsroom-preview .article-hero h1 {
  max-width: 24em;
  color: var(--nr-navy-deep);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.015em;
  line-height: 1.35;
  text-wrap: balance;
}

.newsroom-preview .article-deck {
  max-width: 42em;
  color: var(--nr-ink-soft);
  font-size: 1rem;
}

.newsroom-preview .article-meta {
  border-top: 1px solid var(--nr-rule);
  color: var(--nr-muted);
  font-size: 0.76rem;
}

.newsroom-preview .affiliate-disclosure {
  border: 1px solid #d9c17e;
  border-radius: 2px;
  background: #fff8df;
  color: #5e4c22;
}

.newsroom-preview .summary-box {
  margin: 26px 0 42px;
  border: 1px solid var(--nr-rule);
  border-left: 5px solid var(--nr-teal);
  border-radius: 0;
  background: #fff;
  padding: 22px 24px;
}

.newsroom-preview .summary-box h2 {
  color: var(--nr-navy-deep);
  font-size: 1.15rem;
}

.newsroom-preview .summary-box li::before {
  width: 27px;
  height: 27px;
  border-radius: 2px;
  background: var(--nr-navy);
}

.newsroom-preview .article-section {
  margin-top: 48px;
  scroll-margin-top: 96px;
}

.newsroom-preview .article-section > h2 {
  border-top: 3px solid var(--nr-teal);
  padding-top: 11px;
  color: var(--nr-navy-deep);
  font-size: 1.45rem;
  line-height: 1.45;
}

.newsroom-preview .article-section > h2::before {
  display: none;
}

.newsroom-preview .article-subsection,
.newsroom-preview .article-section--faq .article-subsection {
  border: 0;
  border-top: 1px solid var(--nr-rule);
  border-radius: 0;
  background: transparent;
  padding: 19px 0 0;
  box-shadow: none;
}

.newsroom-preview .step-list li,
.newsroom-preview .limit-card,
.newsroom-preview .faq-list details,
.newsroom-preview .author-box,
.newsroom-preview .toc,
.newsroom-preview .sidebar-help,
.newsroom-preview .source-box,
.newsroom-preview .callout,
.newsroom-preview .notice {
  border-radius: 0;
  box-shadow: none;
}

.newsroom-preview .step-list li {
  border: 1px solid var(--nr-rule);
  background: #fff;
}

.newsroom-preview .step-list li::before {
  border-radius: 2px;
  background: var(--nr-teal);
}

.newsroom-preview .callout {
  border-color: #d9a9a6;
  border-left: 4px solid var(--nr-red);
  background: var(--nr-red-light);
}

.newsroom-preview .callout--info,
.newsroom-preview .callout--success {
  border-left-color: var(--nr-teal);
  border-color: #b8d4d2;
  background: var(--nr-teal-light);
}

.newsroom-preview .comparison-table-wrap {
  border: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.newsroom-preview .comparison-table {
  font-size: 0.82rem;
}

.newsroom-preview .comparison-table th,
.newsroom-preview .comparison-table td {
  border-bottom-color: var(--nr-rule);
  padding: 13px 14px;
}

.newsroom-preview .comparison-table thead th {
  background: var(--nr-navy);
  color: #fff;
  font-size: 0.75rem;
}

.newsroom-preview .comparison-table tbody th {
  color: var(--nr-navy-deep);
}

.newsroom-preview .article-body a,
.newsroom-preview .source-box a {
  color: var(--nr-teal);
}

.newsroom-preview .source-box {
  border-left: 3px solid var(--nr-rule-strong);
  background: #fff;
  color: var(--nr-muted);
  font-size: 0.75rem;
}

.newsroom-preview .article-section--sources > ul > li,
.newsroom-preview .reference-link {
  border: 0;
  border-bottom: 1px solid var(--nr-rule);
  border-radius: 0;
  background: transparent;
  padding: 9px 0;
  color: var(--nr-muted);
  font-size: 0.75rem;
}

.newsroom-preview .reference-link + .reference-date,
.newsroom-preview .reference-date {
  color: var(--nr-muted);
  font-size: 0.68rem;
}

.newsroom-preview .story-panel {
  margin: 32px 0 38px;
  border: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.newsroom-preview .story-panel__intro {
  border-bottom: 1px solid var(--nr-rule);
  padding: 22px 24px 16px;
}

.newsroom-preview .story-kicker {
  border-radius: 2px;
  background: var(--nr-navy);
  color: #fff;
  padding: 4px 8px;
}

.newsroom-preview .story-panel__intro h2 {
  color: var(--nr-navy-deep);
  font-size: 1.25rem;
}

.newsroom-preview .story-panel__note {
  color: var(--nr-muted);
}

.newsroom-preview .story-dialogue {
  gap: 16px;
  background: #fff;
  padding: 18px 24px 24px;
}

.newsroom-preview .story-dialogue__character {
  border-radius: 0;
  background: #f0f4f4;
}

.newsroom-preview .story-dialogue__bubble,
.newsroom-preview .dialogue-bubble {
  border: 1px solid #a9c9c7;
  border-radius: 2px;
  background: var(--nr-teal-light);
  color: var(--nr-ink);
}

.newsroom-preview .story-dialogue__turn--student .story-dialogue__bubble,
.newsroom-preview .dialogue-row--reader .dialogue-bubble {
  border-color: #c3d0d2;
  background: #f3f5f5;
}

.newsroom-preview .story-dialogue__bubble::after,
.newsroom-preview .story-dialogue__turn--student .story-dialogue__bubble::after {
  border-color: inherit;
  background: inherit;
}

.newsroom-preview .story-dialogue__name,
.newsroom-preview .dialogue-name {
  color: var(--nr-navy);
}

.newsroom-preview .story-dialogue__turn--student .story-dialogue__name,
.newsroom-preview .dialogue-row--reader .dialogue-name {
  color: var(--nr-muted);
}

.newsroom-preview .check-grid {
  gap: 1px;
  border-top: 1px solid var(--nr-rule-strong);
  border-left: 1px solid var(--nr-rule-strong);
  background: var(--nr-rule-strong);
}

.newsroom-preview .check-card {
  border: 0;
  border-right: 1px solid var(--nr-rule-strong);
  border-bottom: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  color: var(--nr-ink);
  box-shadow: none;
}

.newsroom-preview .check-card:hover {
  background: #f0f6f5;
  box-shadow: inset 0 0 0 2px var(--nr-teal);
}

.newsroom-preview .check-card__image {
  background: #e9efef;
}

.newsroom-preview .check-card__body {
  gap: 6px;
  padding: 16px 17px 18px;
}

.newsroom-preview .check-card__body > .category-label {
  align-self: flex-start;
  background: transparent;
  border-bottom: 2px solid var(--nr-teal);
  color: var(--nr-navy);
  padding: 0 0 3px;
}

.newsroom-preview .check-card h2,
.newsroom-preview .check-card h3 {
  color: var(--nr-navy-deep);
  font-size: 1.06rem;
  line-height: 1.55;
}

.newsroom-preview .check-card p {
  color: var(--nr-muted);
  font-size: 0.8rem;
  line-height: 1.65;
}

.newsroom-preview .check-card strong {
  color: var(--nr-teal);
  font-size: 0.75rem;
}

.newsroom-preview .filter-bar {
  gap: 6px;
}

.newsroom-preview .filter-button {
  min-height: 42px;
  border: 1px solid var(--nr-rule-strong);
  border-radius: 2px;
  background: #fff;
  color: var(--nr-navy);
  font-size: 0.75rem;
}

.newsroom-preview .filter-button:hover,
.newsroom-preview .filter-button[aria-pressed="true"] {
  border-color: var(--nr-navy);
  background: var(--nr-navy);
  color: #fff;
}

.newsroom-preview .quick-search__form input {
  border: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
}

.newsroom-preview .quick-search__form button,
.newsroom-preview .button {
  border-radius: 2px;
  background: var(--nr-navy);
  color: #fff;
  box-shadow: none;
}

.newsroom-preview .quick-search__form button:hover,
.newsroom-preview .button:hover {
  background: var(--nr-teal);
}

.newsroom-preview .page-hero {
  border-block: 1px solid var(--nr-rule-strong);
  background: #fff;
}

.newsroom-preview .page-hero h1 {
  color: var(--nr-navy-deep);
  font-size: clamp(2rem, 4vw, 3.3rem);
  text-wrap: balance;
}

.newsroom-preview .page-hero__note,
.newsroom-preview .choice-step {
  border: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.newsroom-preview--products .section {
  padding-block: 64px;
}

.newsroom-preview--products .product-directory {
  gap: 1px;
  border-top: 1px solid var(--nr-rule-strong);
  border-left: 1px solid var(--nr-rule-strong);
  background: var(--nr-rule-strong);
}

.newsroom-preview--products .directory-card {
  border: 0;
  border-right: 1px solid var(--nr-rule-strong);
  border-bottom: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  padding: 20px;
}

.newsroom-preview--products .directory-card__icon {
  border-radius: 2px;
  background: var(--nr-teal-light);
}

.newsroom-preview--products .recommendation-box {
  border: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  box-shadow: none;
}

.newsroom-preview--products .recommendation-option {
  border-radius: 0;
}

.newsroom-preview--products .commercial-intro {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.newsroom-preview .choice-step__number {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: var(--nr-teal);
}

.newsroom-preview .site-footer {
  background: var(--nr-navy-deep);
  color: #e3ecee;
}

.newsroom-preview .site-footer .brand__tagline,
.newsroom-preview .footer-about p,
.newsroom-preview .footer-bottom {
  color: #b9c9cd;
}

.newsroom-preview .footer-column a {
  color: #d4e2e4;
}

.newsroom-preview .footer-column a:hover {
  color: #fff;
}

.newsroom-preview .anchor-target {
  display: block;
  height: 0;
  scroll-margin-top: 90px;
}

/* Home page: same editorial language, while retaining its existing content. */
.newsroom-preview--home {
  --nr-home-width: 1180px;
  background: var(--nr-canvas);
  color: var(--nr-ink);
}

.newsroom-preview--home .impact-header {
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: none;
  min-height: 72px;
  border-bottom: 1px solid var(--nr-rule-strong);
  background: rgba(255, 255, 255, 0.98);
  padding: 0 max(24px, calc((100% - var(--nr-home-width)) / 2));
  backdrop-filter: none;
}

.newsroom-preview--home .impact-brand {
  color: var(--nr-navy);
  font-size: 0.95rem;
}

.newsroom-preview--home .impact-brand span {
  width: 38px;
  height: 38px;
  border-radius: 2px;
  background: var(--nr-navy);
}

.newsroom-preview--home .impact-header nav {
  gap: 0;
}

.newsroom-preview--home .impact-header nav a {
  min-height: 44px;
  border-bottom: 3px solid transparent;
  color: var(--nr-ink-soft);
  padding: 10px 14px;
  font-size: 0.78rem;
}

.newsroom-preview--home .impact-header nav a:hover {
  border-bottom-color: var(--nr-teal);
  color: var(--nr-navy);
}

.newsroom-preview--home .impact-text-size {
  min-height: 42px;
  border: 1px solid var(--nr-rule-strong);
  border-radius: 2px;
  background: #fff;
  color: var(--nr-navy);
  font-size: 0.72rem;
}

.newsroom-preview--home .impact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  max-width: var(--nr-home-width);
  min-height: 470px;
  margin: 0 auto;
  border: 0;
  border-top: 5px solid var(--nr-navy);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 48px 0 54px;
}

.newsroom-preview--home .impact-hero__copy {
  align-self: center;
  padding: 0 46px 0 0;
}

.newsroom-preview--home .impact-hero__copy > span,
.newsroom-preview--home .impact-articles__heading > span,
.newsroom-preview--home .impact-products__heading > span,
.newsroom-preview--home .impact-trust__heading > span {
  border: 0;
  border-left: 3px solid var(--nr-teal);
  border-radius: 0;
  background: transparent;
  color: var(--nr-navy);
  padding: 2px 0 2px 9px;
  font-size: 0.74rem;
  font-weight: 900;
}

.newsroom-preview--home .impact-hero h1 {
  margin: 18px 0 14px;
  color: var(--nr-navy-deep);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.18;
  text-wrap: balance;
}

.newsroom-preview--home .impact-hero h1 em {
  color: var(--nr-teal);
}

.newsroom-preview--home .impact-hero p {
  color: var(--nr-ink-soft);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
}

.newsroom-preview--home .impact-home__micro {
  color: var(--nr-muted);
  font-size: 0.78rem;
  font-weight: 500;
}

.newsroom-preview--home .impact-hero__actions {
  margin-top: 26px;
}

.newsroom-preview--home .impact-button {
  min-height: 48px;
  border: 1px solid var(--nr-navy);
  border-radius: 2px;
  background: var(--nr-navy);
  color: #fff;
  font-size: 0.82rem;
  box-shadow: none;
}

.newsroom-preview--home .impact-button:hover {
  background: var(--nr-teal);
  transform: none;
}

.newsroom-preview--home .impact-hero__scene {
  min-height: 360px;
  border: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #e9efef;
}

.newsroom-preview--home .impact-articles {
  border-top: 1px solid var(--nr-rule);
  background: #fff;
  padding: 58px max(24px, calc((100% - var(--nr-home-width)) / 2)) 64px;
}

.newsroom-preview--home .impact-articles__heading,
.newsroom-preview--home .impact-thumb-grid,
.newsroom-preview--home .impact-home__article-cta {
  max-width: var(--nr-home-width);
}

.newsroom-preview--home .impact-articles__heading {
  align-items: end;
  margin-bottom: 24px;
}

.newsroom-preview--home .impact-articles__heading h2,
.newsroom-preview--home .impact-products h2,
.newsroom-preview--home .impact-trust h2 {
  color: var(--nr-navy-deep);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.newsroom-preview--home .impact-thumb-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--nr-rule-strong);
  border-left: 1px solid var(--nr-rule-strong);
  background: var(--nr-rule-strong);
}

.newsroom-preview--home .impact-thumb {
  border: 0;
  border-right: 1px solid var(--nr-rule-strong);
  border-bottom: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.newsroom-preview--home .impact-thumb:hover {
  background: #f0f6f5;
  box-shadow: inset 0 0 0 2px var(--nr-teal);
  transform: none;
}

.newsroom-preview--home .impact-thumb__scene {
  border-bottom: 1px solid var(--nr-rule);
}

.newsroom-preview--home .impact-thumb__tag {
  top: 12px;
  left: 12px;
  border: 0;
  border-left: 3px solid var(--nr-red);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
  color: var(--nr-navy);
  padding: 4px 7px;
  transform: none;
}

.newsroom-preview--home .impact-thumb__copy {
  min-height: 86px;
  align-items: start;
  justify-content: start;
  padding: 14px 15px 16px;
}

.newsroom-preview--home .impact-thumb__copy h3 {
  color: var(--nr-navy-deep);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.55;
}

.newsroom-preview--home .impact-thumb__copy span {
  display: none;
}

.newsroom-preview--home .impact-home__article-cta {
  margin-top: 24px;
}

.newsroom-preview--home .impact-button--all-articles {
  min-width: min(360px, 100%);
  min-height: 56px;
  border-radius: 2px;
  font-size: 0.92rem;
  box-shadow: none;
}

.newsroom-preview--home .impact-products {
  background: var(--nr-navy);
  padding: 48px max(24px, calc((100% - var(--nr-home-width)) / 2)) 54px;
}

.newsroom-preview--home .impact-products h2 {
  color: #fff;
}

.newsroom-preview--home .impact-products__heading > span {
  border-left-color: #b5d9d5;
  color: #d3e9e6;
}

.newsroom-preview--home .impact-products__disclosure {
  max-width: var(--nr-home-width);
  margin: -8px auto 22px;
  border-left: 3px solid #c3d9d7;
  color: #d3e4e5;
  font-size: 0.74rem;
}

.newsroom-preview--home .impact-product-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: var(--nr-home-width);
  gap: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.newsroom-preview--home .impact-product-row a {
  min-height: 100px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 15px;
}

.newsroom-preview--home .impact-product-row a:hover {
  background: rgba(255, 255, 255, 0.16);
}

.newsroom-preview--home .product-icon {
  border-radius: 2px;
}

.newsroom-preview--home .impact-trust {
  border-top: 1px solid var(--nr-rule);
  background: #fff;
  padding: 58px max(24px, calc((100% - var(--nr-home-width)) / 2)) 64px;
}

.newsroom-preview--home .impact-trust__inner {
  max-width: var(--nr-home-width);
}

.newsroom-preview--home .impact-trust__heading {
  display: block;
  margin-bottom: 24px;
}

.newsroom-preview--home .impact-trust h2 {
  margin-top: 12px;
}

.newsroom-preview--home .impact-trust__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--nr-rule-strong);
  border-left: 1px solid var(--nr-rule-strong);
  background: var(--nr-rule-strong);
}

.newsroom-preview--home .impact-trust__card {
  border: 0;
  border-right: 1px solid var(--nr-rule-strong);
  border-bottom: 1px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  padding: 20px;
}

.newsroom-preview--home .impact-trust__number {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: var(--nr-teal);
}

.newsroom-preview--home .impact-trust__card h3 {
  color: var(--nr-navy-deep);
  font-size: 1rem;
}

.newsroom-preview--home .impact-trust__card p {
  color: var(--nr-muted);
  font-size: 0.8rem;
}

.newsroom-preview--home .impact-home-note {
  max-width: var(--nr-home-width);
  margin: 0 auto 32px;
  border-left: 3px solid var(--nr-rule-strong);
  border-radius: 0;
  background: #fff;
  color: var(--nr-muted);
  font-size: 0.76rem;
  font-weight: 500;
}

.newsroom-preview--home .impact-footer {
  background: var(--nr-navy-deep);
  padding: 32px max(24px, calc((100% - var(--nr-home-width)) / 2)) 22px;
}

@media (max-width: 1040px) {
  .newsroom-preview .menu-button {
    display: inline-flex;
  }

  .newsroom-preview--home .impact-hero {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }

  .newsroom-preview--home .impact-hero__copy {
    max-width: 680px;
    padding-right: 0;
  }

  .newsroom-preview--home .impact-hero__scene {
    min-height: 300px;
  }

  .newsroom-preview--home .impact-thumb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newsroom-preview--home .impact-product-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .newsroom-preview .article-shell {
    grid-template-columns: minmax(0, var(--nr-reading));
  }

  .newsroom-preview .article-sidebar {
    display: none;
  }

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

  .newsroom-preview .mobile-toc {
    border: 1px solid var(--nr-rule-strong);
    border-radius: 0;
    background: #fff;
  }

  .newsroom-preview .comparison-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .newsroom-preview .comparison-table-wrap > table {
    width: 100%;
    min-width: 0;
  }

  .newsroom-preview .comparison-table-wrap > table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  /* A visually-hidden 3/4-column header must not retain its intrinsic row
   * width, otherwise a 320px viewport gains an invisible horizontal scrollbar. */
  .newsroom-preview .comparison-table-wrap > table:not(.comparison-table--columns-2) thead tr,
  .newsroom-preview .comparison-table-wrap > table:not(.comparison-table--columns-2) thead th {
    display: block;
    width: 1px;
    max-width: 1px;
    padding: 0;
  }

  .newsroom-preview .comparison-table-wrap > table tbody,
  .newsroom-preview .comparison-table-wrap > table tbody tr {
    display: block;
  }

  .newsroom-preview .comparison-table-wrap > table tbody tr {
    border: 1px solid var(--nr-rule-strong);
    border-bottom: 0;
    background: #fff;
    padding: 7px 14px;
  }

  .newsroom-preview .comparison-table-wrap > table tbody tr:last-child {
    border-bottom: 1px solid var(--nr-rule-strong);
  }

  .newsroom-preview .comparison-table-wrap > table tbody td,
  .newsroom-preview .comparison-table-wrap > table tbody th {
    display: block;
    width: auto;
    border: 0;
    padding: 9px 0;
    font-size: 0.82rem;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .newsroom-preview .comparison-table-wrap > table tbody td + td,
  .newsroom-preview .comparison-table-wrap > table tbody th + td,
  .newsroom-preview .comparison-table-wrap > table tbody td + th {
    border-top: 1px dotted var(--nr-rule);
  }

  .newsroom-preview .comparison-table-wrap > table tbody td[data-label]::before,
  .newsroom-preview .comparison-table-wrap > table tbody th[data-label]::before {
    display: block;
    margin-bottom: 2px;
    color: var(--nr-muted);
    content: attr(data-label);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }

  .newsroom-preview .comparison-table-wrap > table tbody tr > td:first-child,
  .newsroom-preview .comparison-table-wrap > table tbody tr > th:first-child {
    color: var(--nr-navy-deep);
    font-weight: 800;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 thead {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: normal;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 thead tr,
  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 thead tr {
    border: 0;
    border-bottom: 1px solid var(--nr-rule-strong);
    background: transparent;
    padding: 0;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 thead th {
    border: 0;
    background: transparent;
    color: var(--nr-muted);
    padding: 0 12px 8px 0;
    font-size: 0.68rem;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 tbody tr {
    border: 0;
    border-bottom: 1px solid var(--nr-rule);
    padding: 0;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 tbody tr:last-child {
    border-bottom: 0;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 tbody td {
    padding: 13px 12px 13px 0;
  }

  .newsroom-preview .comparison-table-wrap > table.comparison-table--columns-2 tbody td[data-label]::before {
    display: none;
  }

  .newsroom-preview--home .impact-articles,
  .newsroom-preview--home .impact-products,
  .newsroom-preview--home .impact-trust {
    padding-inline: 24px;
  }

  .newsroom-preview--home .impact-trust__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .newsroom-preview {
    font-size: 16px;
  }

  .newsroom-preview .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .newsroom-preview .site-header__inner {
    min-height: 68px;
    gap: 8px;
  }

  .newsroom-preview .brand {
    min-width: 0;
    gap: 7px;
  }

  .newsroom-preview .brand__name {
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .newsroom-preview .header-tools {
    gap: 4px;
  }

  .newsroom-preview .text-size-button,
  .newsroom-preview .menu-button {
    min-width: 42px;
    min-height: 42px;
  }

  .newsroom-preview .brand__tagline {
    display: none;
  }

  .newsroom-preview .article-shell {
    padding-bottom: 58px;
  }

  .newsroom-preview .article-hero {
    gap: 22px;
    padding-top: 18px;
  }

  .newsroom-preview .article-hero h1,
  .newsroom-preview .article-header h1 {
    font-size: 2rem;
  }

  .newsroom-preview .summary-box {
    padding: 18px;
  }

  .newsroom-preview .story-dialogue {
    padding-inline: 16px;
  }

  .newsroom-preview--home .impact-header {
    position: static;
    padding-inline: 16px;
  }

  .newsroom-preview--home .impact-header nav {
    display: flex;
    max-width: 43%;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
  }

  .newsroom-preview--home .impact-header nav a {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 0.68rem;
  }

  .newsroom-preview--home .impact-hero {
    min-height: 0;
    padding: 34px 18px 38px;
  }

  .newsroom-preview--home .impact-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.45rem);
  }

  .newsroom-preview--home .impact-hero__scene {
    min-height: 220px;
  }

  .newsroom-preview--home .impact-articles,
  .newsroom-preview--home .impact-products,
  .newsroom-preview--home .impact-trust {
    padding-inline: 18px;
  }

  .newsroom-preview--home .impact-articles__heading {
    align-items: start;
    flex-direction: column;
  }

  .newsroom-preview--home .impact-thumb-grid,
  .newsroom-preview--home .impact-product-row {
    grid-template-columns: 1fr;
  }

  .newsroom-preview--home .impact-home-note {
    margin-inline: 18px;
  }
}

@media print {
  .newsroom-preview .ad-strip,
  .newsroom-preview .impact-ad,
  .newsroom-preview .site-header,
  .newsroom-preview .impact-header,
  .newsroom-preview .site-footer,
  .newsroom-preview .impact-footer {
    display: none !important;
  }
}
