/*
 * AntiFake public product layer.
 *
 * Loaded after the shared ORTCOM overlay and scoped to data-product="antifake".
 * The shared overlay contains several historical redesign passes; this file is
 * the single final authority for the public fact-checking surface.
 */

html[data-product="antifake"] {
  scroll-padding-top: 7rem;
}

html[data-product="antifake"] body {
  min-width: 20rem;
  color: hsl(var(--foreground) / 0.88);
  background: hsl(var(--background));
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
}

html[data-product="antifake"] body > main {
  min-height: 56vh;
}

html[data-product="antifake"]
  :where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid hsl(var(--ring) / 0.32);
  outline-offset: 2px;
}

html[data-product="antifake"]
  :where(.af-site-header, .af-site-footer, .page-header, .af-hero)
  .container,
html[data-product="antifake"]
  :where(.af-dashboard, .af-layout, .af-literacy)
  > .container,
html[data-product="antifake"] .af-service-shell,
html[data-product="antifake"] .article-page > .container,
html[data-product="antifake"] .antifake-guide-shell {
  width: min(100% - 2rem, 76rem);
  max-width: 76rem;
  margin-inline: auto;
}

/* Product shell */
html[data-product="antifake"] .af-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: hsl(var(--primary-foreground));
  background: var(--navy-deep);
  box-shadow: 0 1px 0 hsl(var(--primary-foreground) / 0.12);
}

html[data-product="antifake"] .af-site-header__inner {
  min-height: 4rem;
}

html[data-product="antifake"] .af-site-brand {
  min-width: 0;
  gap: 0.8rem;
}

html[data-product="antifake"] .af-site-brand__mark {
  width: 2.65rem;
  height: 2.65rem;
  flex-basis: 2.65rem;
  border-color: hsl(var(--primary-foreground) / 0.18);
  background: hsl(var(--primary-foreground) / 0.06);
}

html[data-product="antifake"] .af-site-brand__mark svg {
  width: 1.45rem;
  height: 1.45rem;
}

html[data-product="antifake"] .af-site-brand__copy {
  gap: 0.15rem;
}

html[data-product="antifake"] .af-site-brand__copy strong {
  max-width: none;
  color: hsl(var(--primary-foreground));
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
}

html[data-product="antifake"] .af-site-brand__copy > span {
  color: hsl(var(--primary-foreground) / 0.6);
  font-size: 0.71rem;
}

html[data-product="antifake"] .af-site-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0 1rem;
  border: 1px solid var(--gold);
  border-radius: var(--av-radius);
  color: var(--navy-deep);
  background: var(--gold);
  box-shadow: none;
  font-size: 0.78rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-site-report-link:hover {
  border-color: var(--gold-hover);
  color: var(--navy-deep);
  background: var(--gold-hover);
  transform: none;
}

html[data-product="antifake"] .af-site-languages {
  padding: 0.2rem;
  border-color: hsl(var(--primary-foreground) / 0.16);
  background: hsl(var(--primary-foreground) / 0.04);
}

html[data-product="antifake"] .af-site-languages a {
  min-width: 2.25rem;
  min-height: 2.25rem;
  border-radius: calc(var(--av-radius) - 3px);
  font-size: 0.69rem;
}

html[data-product="antifake"] .af-site-languages a[aria-current="page"] {
  color: var(--navy-deep);
  background: var(--gold);
}

html[data-product="antifake"] .af-site-nav {
  border-top: 1px solid hsl(var(--primary-foreground) / 0.1);
  background: var(--navy-deep);
}

html[data-product="antifake"] .af-site-nav__scroll {
  min-height: 2.9rem;
  gap: 0.1rem;
}

html[data-product="antifake"] .af-site-nav a {
  min-height: 2.9rem;
  padding-inline: 0.8rem;
  color: hsl(var(--primary-foreground) / 0.7);
  font-size: 0.75rem;
}

html[data-product="antifake"] .af-site-nav a[aria-current="page"]::after {
  right: 0.8rem;
  left: 0.8rem;
  height: 3px;
}

/* Shared page rhythm */
html[data-product="antifake"] .av-breadcrumbs {
  margin-bottom: 1rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.73rem;
}

html[data-product="antifake"] .af-kicker,
html[data-product="antifake"] .article-header__eyebrow {
  margin: 0;
  color: hsl(var(--primary));
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html[data-product="antifake"] .af-service-shell {
  padding: 1.2rem 0 2.35rem;
}

html[data-product="antifake"] .af-service-hero {
  max-width: none;
  display: grid;
  align-content: center;
  margin: 0 0 0.9rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--ortcom-ds-border);
  border-left: 3px solid var(--gold);
  border-radius: var(--av-radius);
  color: hsl(var(--primary));
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .af-service-hero h1,
html[data-product="antifake"] .af-service-hero__title {
  max-width: 48rem;
  margin: 0.3rem 0 0.5rem;
  color: hsl(var(--primary));
  font-family: var(--font-sans);
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
}

html[data-product="antifake"] .af-service-hero > p:last-child,
html[data-product="antifake"] .af-service-hero__lead {
  max-width: 45rem;
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.92rem;
  line-height: 1.55;
}

html[data-product="antifake"] .af-section-title {
  margin: 0 0 0.75rem;
  padding: 0;
  border: 0;
  color: hsl(var(--primary));
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

html[data-product="antifake"] .af-section-title::after,
html[data-product="antifake"] .af-method-heading::after {
  width: 2.25rem;
  height: 2px;
  display: block;
  margin-top: 0.4rem;
  content: "";
  background: var(--gold);
}

html[data-product="antifake"] .af-btn {
  min-height: 2.6rem;
  border-radius: var(--av-radius);
  font-weight: 700;
}

html[data-product="antifake"] .af-btn--primary {
  color: var(--navy-deep);
  border-color: var(--gold);
  background: var(--gold);
}

html[data-product="antifake"] .af-btn--primary:hover {
  color: var(--navy-deep);
  border-color: var(--gold-hover);
  background: var(--gold-hover);
}

html[data-product="antifake"] .af-btn--secondary {
  color: hsl(var(--primary));
  border-color: hsl(var(--primary) / 0.22);
  background: hsl(var(--card));
}

/* Checks registry */
html[data-product="antifake"] .antifake-index-page .page-header {
  padding: 0.9rem 0 1rem;
  background: hsl(var(--primary));
}

html[data-product="antifake"]
  .antifake-index-page
  .page-header
  .av-breadcrumbs {
  color: hsl(var(--primary-foreground) / 0.6);
}

html[data-product="antifake"]
  .antifake-index-page
  .page-header
  .av-page-header__title {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
}

html[data-product="antifake"] .antifake-index-page .af-operational-strip {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid hsl(var(--primary-foreground) / 0.12);
}

html[data-product="antifake"] .antifake-index-page .af-home-tools-callout {
  margin: 0.65rem 0 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid hsl(var(--primary) / 0.14);
  border-radius: var(--av-radius);
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  box-shadow: none;
}

html[data-product="antifake"] .antifake-index-page .af-role-paths {
  margin: 0.7rem 0 0.9rem;
}

html[data-product="antifake"] .antifake-index-page .af-role-path {
  min-height: 0;
  padding: 0.7rem 0.8rem;
  border-top: 1px solid var(--ortcom-ds-border);
  border-left: 3px solid hsl(var(--primary) / 0.72);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .antifake-index-page .af-role-path strong,
html[data-product="antifake"] .af-tools-role-matrix__intro h2,
html[data-product="antifake"] .af-tools-role-card strong,
html[data-product="antifake"] .guide-content h3,
html[data-product="antifake"] .af-method-section h3,
html[data-product="antifake"] .af-gloss-word {
  color: hsl(var(--primary));
  font-weight: 700;
}

html[data-product="antifake"] .antifake-index-page .af-dashboard {
  margin: 0;
  padding: 0.8rem 0;
  border-top: 1px solid var(--ortcom-ds-border-soft);
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  background: hsl(var(--muted) / 0.36);
}

html[data-product="antifake"] .antifake-index-page .af-dashboard > .container {
  grid-template-columns: minmax(0, 1fr);
  gap: 0.65rem;
}

html[data-product="antifake"] .antifake-index-page .af-verdict-cards {
  border-radius: var(--av-radius);
  background: hsl(var(--card));
}

html[data-product="antifake"] .antifake-index-page .af-verdict-card {
  min-height: 4.25rem;
  padding: 0.65rem 0.8rem;
}

html[data-product="antifake"] .antifake-index-page .af-vc-num {
  font-size: 1.45rem;
}

html[data-product="antifake"] .antifake-index-page .af-insights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

html[data-product="antifake"] .antifake-index-page .af-insight-card {
  min-height: 0;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--ortcom-ds-border);
  border-top: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .antifake-index-page .af-layout {
  grid-template-columns: minmax(0, 1fr) minmax(15.5rem, 18rem);
  gap: 0.85rem;
  padding-top: 0.8rem;
  padding-bottom: 1.8rem;
}

html[data-product="antifake"] .antifake-index-page .af-filterbar {
  padding: 0.75rem;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .antifake-index-page .af-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.65rem;
}

html[data-product="antifake"] .antifake-index-page .af-card {
  min-height: 0;
  padding: 0.85rem;
  border: 1px solid var(--ortcom-ds-border);
  border-top: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .antifake-index-page .af-card-title,
html[data-product="antifake"] .antifake-index-page .af-card-title a {
  color: hsl(var(--primary));
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

html[data-product="antifake"] .antifake-index-page .af-card-snippet {
  font-size: 0.875rem;
  line-height: 1.5;
}

html[data-product="antifake"] .antifake-index-page .af-sidebar {
  position: sticky;
  top: 7.85rem;
  align-self: start;
}

html[data-product="antifake"] .af-sidebar-cta {
  border: 1px solid hsl(var(--primary-foreground) / 0.08);
  border-radius: var(--av-radius);
  background: hsl(var(--primary));
  box-shadow: var(--shadow-xs);
}

html[data-product="antifake"] .af-literacy {
  padding: 1.5rem 0 1.8rem;
  border-top: 1px solid var(--ortcom-ds-border-soft);
  background: hsl(var(--muted) / 0.3);
}

html[data-product="antifake"] .af-guide-cta,
html[data-product="antifake"] .af-literacy-card {
  border-radius: var(--av-radius);
}

/* Published check as an institutional case file. */
html[data-product="antifake"] .antifake-detail-page .af-verdict-banner {
  margin-bottom: 0.8rem;
  padding: 0.85rem 0;
  background: hsl(var(--primary));
}

html[data-product="antifake"]
  .antifake-detail-page
  .af-verdict-banner-inner {
  justify-content: flex-start;
}

html[data-product="antifake"]
  .antifake-detail-page
  .af-verdict-banner-icon {
  width: 2.6rem;
  height: 2.6rem;
}

html[data-product="antifake"]
  .antifake-detail-page
  .af-verdict-banner-icon
  svg {
  width: 1.45rem;
  height: 1.45rem;
}

html[data-product="antifake"]
  .antifake-detail-page
  .af-verdict-banner-text
  .af-verdict-label {
  font-size: clamp(1.4rem, 2.35vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0;
}

html[data-product="antifake"]
  .antifake-detail-page
  .article-page
  .af-verdict-banner
  + .container {
  width: min(100% - 2rem, 72rem);
  max-width: 72rem;
}

html[data-product="antifake"]
  .antifake-detail-page
  .article-page
  .af-verdict-banner
  + .container
  .content-grid {
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 16.5rem);
  gap: 1.25rem;
  padding-bottom: 2.25rem;
}

html[data-product="antifake"]
  .antifake-detail-page
  .article-page
  .af-verdict-banner
  + .container
  .article-header {
  margin-bottom: 0.85rem;
}

html[data-product="antifake"]
  .antifake-detail-page
  .article-page
  .af-verdict-banner
  + .container
  .article-h1,
html[data-product="antifake"]
  .antifake-detail-page
  .article-page
  .af-detail-meta-row
  + .article-h1 {
  max-width: 49rem;
  color: hsl(var(--primary));
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.32;
}

html[data-product="antifake"] .antifake-detail-page .af-detail-body {
  max-width: 49rem;
  color: hsl(var(--foreground) / 0.78);
  font-size: 0.95rem;
  line-height: 1.68;
}

html[data-product="antifake"] .antifake-detail-page .af-detail-body p {
  margin-bottom: 0.85rem;
}

html[data-product="antifake"] .antifake-detail-page .af-related-cluster {
  margin-top: 1.15rem;
  padding-top: 0.8rem;
}

html[data-product="antifake"] .antifake-detail-page .af-related-cluster h2 {
  color: hsl(var(--primary));
  font-size: 1.12rem;
  font-weight: 700;
}

html[data-product="antifake"] .antifake-detail-page .af-related-cluster li {
  margin: 0;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-product="antifake"]
  .antifake-detail-page
  .af-related-cluster
  a {
  color: hsl(var(--primary));
  font-weight: 600;
}

html[data-product="antifake"]
  .antifake-detail-page
  .content-grid
  > aside
  :where(.sidebar-block, .af-sidebar-cta) {
  margin-bottom: 0.75rem;
  padding: 0.85rem;
  box-shadow: none;
}

/* Tools workbench */
html[data-product="antifake"] .af-tools-shell {
  width: min(100% - 2rem, 76rem);
  max-width: 76rem;
  margin-inline: auto;
  padding: 1.2rem 0 2.35rem;
}

html[data-product="antifake"] .af-tools-hero {
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 19rem);
  gap: 0 1.25rem;
}

html[data-product="antifake"] .af-tools-privacy {
  align-self: center;
  padding: 0.85rem;
  border-left: 3px solid hsl(var(--primary));
  background: hsl(var(--muted) / 0.55);
  font-size: 0.84rem;
  line-height: 1.5;
}

html[data-product="antifake"] .af-tools-privacy strong {
  color: hsl(var(--primary));
  font-size: 0.88rem;
}

html[data-product="antifake"] .af-tools-jump {
  margin: 0 0 0.75rem;
  padding: 0.2rem 0 0.35rem;
}

html[data-product="antifake"] .af-tools-jump a {
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 0.8rem;
}

html[data-product="antifake"] .af-tools-role-matrix {
  display: block;
  margin-bottom: 0.75rem;
  padding: 0.9rem;
  border: 1px solid var(--ortcom-ds-border);
  box-shadow: none;
}

html[data-product="antifake"] .af-tools-role-matrix__intro {
  display: grid;
  grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
  gap: 0.35rem 1.5rem;
  margin-bottom: 0.75rem;
}

html[data-product="antifake"] .af-tools-role-matrix__intro .af-kicker {
  grid-row: 1 / span 2;
}

html[data-product="antifake"] .af-tools-role-matrix__intro h2,
html[data-product="antifake"] .af-tools-role-matrix__intro p {
  margin: 0;
}

html[data-product="antifake"] .af-tools-role-matrix__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

html[data-product="antifake"] .af-tools-role-card {
  min-height: 0;
  padding: 0.7rem;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.4);
}

html[data-product="antifake"] .af-tools-list {
  gap: 0.5rem;
}

html[data-product="antifake"] .af-tool-panel {
  overflow: hidden;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] section.af-tool-panel,
html[data-product="antifake"] .af-tool-panel summary {
  min-height: 4.2rem;
  padding: 0.8rem 0.9rem;
}

html[data-product="antifake"] .af-tool-panel[open] summary {
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  background: hsl(var(--muted) / 0.3);
}

html[data-product="antifake"] .af-tool-panel__body {
  padding: 0.9rem;
}

html[data-product="antifake"] .af-tools-boundary {
  margin-top: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--ortcom-ds-border);
  border-left: 3px solid hsl(var(--primary));
  border-radius: var(--av-radius);
  color: hsl(var(--foreground) / 0.88);
  background: hsl(var(--muted) / 0.4);
}

html[data-product="antifake"] .af-tools-boundary .af-kicker,
html[data-product="antifake"] .af-tools-boundary h2 {
  color: hsl(var(--primary));
}

html[data-product="antifake"] .af-tools-boundary p {
  color: hsl(var(--muted-foreground));
  opacity: 1;
}

html[data-product="antifake"] .af-tools-boundary .af-btn {
  border-color: hsl(var(--primary) / 0.22);
  color: hsl(var(--primary));
  background: hsl(var(--card));
}

html[data-product="antifake"] .af-prior-checks {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.3);
}

html[data-product="antifake"] .af-prior-checks__heading {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

html[data-product="antifake"] .af-prior-checks__heading h3 {
  margin: 0;
  font-size: 1rem;
}

html[data-product="antifake"] .af-prior-checks__heading > span {
  min-width: 2rem;
  padding: 0.2rem 0.5rem;
  border-radius: var(--av-radius);
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}

html[data-product="antifake"] .af-prior-checks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}

html[data-product="antifake"] .af-prior-check {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid var(--ortcom-ds-border-soft);
  border-top: 2px solid hsl(var(--primary));
  border-radius: var(--av-radius);
  background: hsl(var(--card));
}

html[data-product="antifake"] .af-prior-check__meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.7rem;
}

html[data-product="antifake"] .af-prior-check__meta span {
  color: hsl(var(--primary));
  font-weight: 700;
  text-transform: uppercase;
}

html[data-product="antifake"] .af-prior-check h3 {
  margin: 0 0 0.4rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

html[data-product="antifake"] .af-prior-check p,
html[data-product="antifake"] .af-prior-check small {
  display: block;
  margin: 0 0 0.55rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
  line-height: 1.5;
}

html[data-product="antifake"] .af-prior-check a,
html[data-product="antifake"] .af-tool-result__link {
  color: hsl(var(--primary));
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

html[data-product="antifake"] .af-tool-result__loading {
  margin: 0;
  color: hsl(var(--muted-foreground));
}

html[data-product="antifake"] .af-work-card {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid hsl(var(--primary));
}

html[data-product="antifake"] .af-work-card h3,
html[data-product="antifake"] .af-work-card h4 {
  margin: 0 0 0.65rem;
}

html[data-product="antifake"] .af-work-card dl {
  display: grid;
  grid-template-columns: minmax(9rem, 0.34fr) minmax(0, 1fr);
  gap: 0;
  margin: 0 0 1rem;
  border: 1px solid var(--ortcom-ds-border-soft);
  border-radius: var(--av-radius);
}

html[data-product="antifake"] .af-work-card dt,
html[data-product="antifake"] .af-work-card dd {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  overflow-wrap: anywhere;
}

html[data-product="antifake"] .af-work-card dt {
  color: hsl(var(--muted-foreground));
  background: hsl(var(--muted) / 0.4);
  font-size: 0.76rem;
  font-weight: 750;
}

html[data-product="antifake"] .af-work-card dd {
  font-size: 0.82rem;
}

html[data-product="antifake"] .af-work-card dt:nth-last-of-type(1),
html[data-product="antifake"] .af-work-card dd:nth-last-of-type(1) {
  border-bottom: 0;
}

html[data-product="antifake"] .af-work-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 0 0.8rem;
  padding: 0;
  list-style: none;
}

html[data-product="antifake"] .af-work-card li {
  padding: 0.65rem;
  border: 1px solid var(--ortcom-ds-border-soft);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.3);
  font-size: 0.78rem;
  line-height: 1.45;
}

/* Guide */
html[data-product="antifake"] .antifake-guide-page .af-hero {
  padding: 1.25rem 0 1.35rem !important;
  background: hsl(var(--primary));
}

html[data-product="antifake"] .antifake-guide-page .af-hero h1 {
  max-width: 48rem;
  font-size: clamp(1.65rem, 2.7vw, 2.3rem) !important;
  font-weight: 700;
  line-height: 1.15;
}

html[data-product="antifake"] .antifake-guide-page .af-hero + .container {
  width: min(100% - 2rem, 76rem);
  max-width: 76rem;
  padding-top: 1.15rem !important;
  padding-bottom: 2.35rem !important;
}

html[data-product="antifake"] .antifake-guide-page .guide-layout {
  grid-template-columns: minmax(0, 1fr) minmax(15.5rem, 18rem) !important;
  gap: 1.15rem !important;
}

html[data-product="antifake"] .guide-section {
  margin-bottom: 0;
  padding: 1rem 0 1.1rem;
  border: 0;
  border-bottom: 1px solid var(--ortcom-ds-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-product="antifake"] .guide-section:first-child {
  padding-top: 0;
}

html[data-product="antifake"] .guide-section:last-child {
  border-bottom: 0;
}

html[data-product="antifake"] .guide-h2 {
  margin-bottom: 0.75rem;
  color: hsl(var(--primary));
  font-size: 1.12rem;
  font-weight: 700;
}

html[data-product="antifake"] .guide-type-card,
html[data-product="antifake"] .guide-tool-card,
html[data-product="antifake"] .guide-faq-item {
  border: 1px solid var(--ortcom-ds-border-soft);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.22);
  box-shadow: none;
}

html[data-product="antifake"] .guide-step {
  min-height: 0;
  margin: 0;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
}

html[data-product="antifake"] .guide-step:last-child {
  border-bottom: 0;
}

html[data-product="antifake"] .guide-sidebar-inner {
  top: 7.85rem;
}

html[data-product="antifake"] .guide-toc {
  padding: 0.85rem;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
}

/* Methodology and glossary */
html[data-product="antifake"] .antifake-static-page .article-page > .container {
  width: min(100% - 2rem, 72rem);
  max-width: 72rem;
  padding-top: 1.2rem;
  padding-bottom: 2.35rem;
}

html[data-product="antifake"]
  .antifake-static-page
  .article-page
  .content-grid {
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 16.5rem);
  gap: 1.15rem;
}

html[data-product="antifake"] .antifake-static-page .article-header {
  margin: 0 0 0.8rem !important;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--ortcom-ds-border);
  border-left: 3px solid var(--gold);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .antifake-static-page .article-h1 {
  max-width: 46rem;
  margin: 0.3rem 0 0.5rem;
  color: hsl(var(--primary));
  font-size: clamp(1.65rem, 2.7vw, 2.3rem);
  font-weight: 700;
  line-height: 1.15;
}

html[data-product="antifake"] .antifake-static-page .article-header__lead {
  max-width: 43rem;
  margin: 0 !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

html[data-product="antifake"] .af-method-section {
  margin: 0;
  padding: 1rem 0 1.1rem;
  border: 0;
  border-bottom: 1px solid var(--ortcom-ds-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[data-product="antifake"] .af-method-section:first-child {
  padding-top: 0;
}

html[data-product="antifake"] .af-method-section:last-child {
  border-bottom: 0;
}

html[data-product="antifake"] .af-method-heading {
  margin: 0 0 0.75rem;
  padding: 0;
  border: 0;
  color: hsl(var(--primary));
  font-size: 1.12rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-timeline-step {
  margin: 0;
  padding-bottom: 0.7rem;
}

html[data-product="antifake"] .af-timeline-step + .af-timeline-step {
  padding-top: 0.7rem;
}

html[data-product="antifake"] .af-timeline-content {
  min-height: 0;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--ortcom-ds-border-soft);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.22);
}

html[data-product="antifake"] .af-verdict-table,
html[data-product="antifake"] .af-principle {
  border-color: var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
}

html[data-product="antifake"] .af-gloss-alpha {
  position: sticky;
  top: 7.85rem;
  z-index: 10;
  margin: 0 0 0.5rem;
  padding: 0.5rem;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--background) / 0.96);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

html[data-product="antifake"] .af-alpha-link {
  min-width: 2rem;
  min-height: 2rem;
  border-radius: calc(var(--av-radius) - 2px);
}

html[data-product="antifake"] .af-gloss-letter-section {
  margin: 1.05rem 0 0.25rem;
  padding: 0;
}

html[data-product="antifake"] .af-gloss-letter {
  min-width: 2.4rem;
  margin: 0;
  padding-bottom: 0.3rem;
  color: hsl(var(--primary));
  font-size: 1.25rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-gloss-entry {
  margin: 0;
  padding: 0.75rem 0.15rem 0.8rem 0.85rem;
  border: 0;
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  border-left: 2px solid hsl(var(--primary) / 0.55);
  border-radius: 0;
  background: transparent;
}

html[data-product="antifake"] .af-gloss-def {
  padding-left: 0;
}

html[data-product="antifake"] .af-gloss-def p {
  margin-bottom: 0.55rem;
  font-size: 0.85rem;
  line-height: 1.58;
}

html[data-product="antifake"] .antifake-static-page .article-page aside {
  position: sticky;
  top: 7.85rem;
  align-self: start;
}

/* Editorial standards */
html[data-product="antifake"] .antifake-standards-page .af-service-hero {
  min-height: 0;
}

html[data-product="antifake"] .af-standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 0.8rem;
  overflow: hidden;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  counter-reset: af-standard;
}

html[data-product="antifake"] .af-standards-grid section {
  position: relative;
  min-height: 0;
  padding: 0.9rem 1rem;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--ortcom-ds-border-soft);
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: af-standard;
}

html[data-product="antifake"] .af-standards-grid section::after {
  position: static;
  display: block;
  margin-top: 0.6rem;
  content: "0" counter(af-standard);
  color: hsl(var(--muted-foreground) / 0.52);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}

html[data-product="antifake"] .af-standards-grid section:nth-child(3n) {
  border-right: 0;
}

html[data-product="antifake"] .af-standards-grid section:nth-last-child(-n + 3) {
  border-bottom: 0;
}

html[data-product="antifake"] .af-standards-grid h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.4rem;
  color: hsl(var(--primary));
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}

html[data-product="antifake"] .af-standards-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.83rem;
  line-height: 1.55;
}

html[data-product="antifake"] .af-service-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 1.5rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid hsl(var(--primary) / 0.16);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.45);
}

html[data-product="antifake"] .af-service-note h2,
html[data-product="antifake"] .af-service-note p {
  margin: 0;
}

html[data-product="antifake"] .af-service-note h2 {
  color: hsl(var(--primary));
  font-size: 0.98rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-service-note p {
  color: hsl(var(--muted-foreground));
  font-size: 0.86rem;
}

html[data-product="antifake"] .af-service-note .af-btn {
  grid-column: 2;
  grid-row: 1 / span 2;
}

html[data-product="antifake"] .af-standards-actions {
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 0.6rem;
  align-items: center;
}

html[data-product="antifake"] .af-service-note .af-standards-actions .af-btn {
  width: auto;
  grid-column: auto;
  grid-row: auto;
}

/* Bulletins */
html[data-product="antifake"]
  .antifake-bulletins-page
  > main
  > .af-hero.af-service-hero {
  max-width: none;
  margin: 0;
  padding: 1.2rem 0 1.3rem;
  border: 0;
  border-radius: 0;
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  box-shadow: none;
}

html[data-product="antifake"]
  .antifake-bulletins-page
  .af-service-hero
  .av-breadcrumbs {
  color: hsl(var(--primary-foreground) / 0.58);
}

html[data-product="antifake"] .antifake-bulletins-page .af-service-hero__title {
  max-width: 48rem;
  color: hsl(var(--primary-foreground));
  font-weight: 700;
}

html[data-product="antifake"] .antifake-bulletins-page .af-service-hero__lead {
  color: hsl(var(--primary-foreground) / 0.68);
}

html[data-product="antifake"] .af-bulletin-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 13rem));
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

html[data-product="antifake"] .af-bulletin-stat {
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--ortcom-ds-border);
  border-top: 2px solid hsl(var(--primary));
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .af-bulletin-stat--gold {
  border-top-color: var(--gold);
}

html[data-product="antifake"] .af-bulletin-stat__value {
  color: hsl(var(--primary));
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

html[data-product="antifake"] .af-bulletin-stat__label {
  margin-top: 0.35rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.78rem;
}

html[data-product="antifake"] .af-bulletin-filters {
  display: grid;
  grid-template-columns: minmax(11rem, 1fr) minmax(8rem, 0.55fr) auto auto;
  gap: 0.65rem;
  align-items: end;
  margin-bottom: 1rem;
  padding: 0.7rem;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .af-bulletin-filters label {
  display: grid;
  gap: 0.3rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.74rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-bulletin-filters select {
  width: 100%;
  min-height: 2.65rem;
}

html[data-product="antifake"] .af-bulletin-filters > p {
  grid-column: 1 / -1;
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.76rem;
}

html[data-product="antifake"] .af-bulletin-section {
  margin-bottom: 1.25rem;
}

html[data-product="antifake"] .af-bulletin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

html[data-product="antifake"] .bulletin-card {
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ortcom-ds-border);
  border-top: 2px solid hsl(var(--primary));
  border-radius: var(--av-radius);
  color: hsl(var(--foreground));
  background: hsl(var(--card));
  box-shadow: none;
  text-decoration: none;
  transition:
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease;
}

html[data-product="antifake"] .bulletin-card:hover,
html[data-product="antifake"] .bulletin-card:focus-visible {
  border-color: hsl(var(--primary) / 0.32);
  box-shadow: var(--shadow-sm);
  transform: translateY(-1px);
}

html[data-product="antifake"] .bulletin-card-inner {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 0.85rem;
}

html[data-product="antifake"] .bulletin-card-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: calc(var(--av-radius) - 3px);
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

html[data-product="antifake"] .bulletin-card-badge--analysis {
  color: var(--navy-deep);
  background: var(--gold);
}

html[data-product="antifake"] .bulletin-card-title {
  margin: 0 0 0.45rem;
  color: hsl(var(--primary));
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

html[data-product="antifake"] .bulletin-card-date {
  margin-bottom: 0.5rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.76rem;
}

html[data-product="antifake"] .bulletin-card-excerpt {
  display: -webkit-box;
  margin: 0 0 0.65rem;
  overflow: hidden;
  color: hsl(var(--muted-foreground));
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

html[data-product="antifake"] .bulletin-card-link {
  margin-top: auto;
  color: hsl(var(--primary));
  font-size: 0.8rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-bulletin-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
}

html[data-product="antifake"] .bulletin-row {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.68rem 0.8rem;
  border: 0;
  border-bottom: 1px solid var(--ortcom-ds-border-soft);
  border-radius: 0;
  color: hsl(var(--foreground));
  background: transparent;
  text-decoration: none;
}

html[data-product="antifake"] .bulletin-row:hover,
html[data-product="antifake"] .bulletin-row:focus-visible {
  border-color: var(--ortcom-ds-border-soft);
  background: hsl(var(--muted) / 0.25);
  box-shadow: none;
}

html[data-product="antifake"] .bulletin-row:last-child {
  border-bottom: 0;
}

html[data-product="antifake"] .bulletin-row time {
  color: hsl(var(--muted-foreground));
  font-size: 0.76rem;
  white-space: nowrap;
}

html[data-product="antifake"] .bulletin-row-title {
  min-width: 0;
  font-size: 0.88rem;
  color: hsl(var(--primary));
  font-weight: 600;
  line-height: 1.42;
}

html[data-product="antifake"] .bulletin-row-arrow {
  color: hsl(var(--primary));
  font-weight: 700;
}

html[data-product="antifake"] .af-bulletin-empty {
  padding: 1.25rem;
  border: 1px dashed var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.3);
}

html[data-product="antifake"] .af-bulletin-empty h2,
html[data-product="antifake"] .af-bulletin-empty p {
  margin-top: 0;
}

/* Corrections register */
html[data-product="antifake"] .af-corrections-shell {
  width: min(100% - 2rem, 76rem);
  max-width: 76rem;
  margin-inline: auto;
  padding: 1.5rem 0 3rem;
}

html[data-product="antifake"] .af-corrections-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 11rem;
  gap: 2rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  border-left: 3px solid var(--gold);
  border-radius: var(--av-radius);
  color: hsl(var(--primary-foreground));
  background: hsl(var(--primary));
}

html[data-product="antifake"] .af-corrections-hero h1 {
  margin: 0 0 0.55rem;
  color: inherit;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
}

html[data-product="antifake"] .af-corrections-hero p {
  max-width: 52rem;
  margin: 0;
  color: hsl(var(--primary-foreground) / 0.72);
  line-height: 1.6;
}

html[data-product="antifake"] .af-corrections-hero .af-kicker {
  margin-bottom: 0.45rem;
  color: hsl(var(--chart-1));
}

html[data-product="antifake"] .af-corrections-hero__metric {
  padding: 1rem;
  border: 1px solid hsl(var(--primary-foreground) / 0.14);
  border-radius: var(--av-radius);
  background: hsl(var(--primary-foreground) / 0.06);
}

html[data-product="antifake"] .af-corrections-hero__metric strong,
html[data-product="antifake"] .af-corrections-hero__metric span {
  display: block;
}

html[data-product="antifake"] .af-corrections-hero__metric strong {
  color: hsl(var(--chart-1));
  font-size: 2rem;
  line-height: 1;
}

html[data-product="antifake"] .af-corrections-hero__metric span {
  margin-top: 0.4rem;
  color: hsl(var(--primary-foreground) / 0.66);
  font-size: 0.76rem;
}

html[data-product="antifake"] .af-correction-policy,
html[data-product="antifake"] .af-corrections-register {
  padding: 0.9rem 0;
}

html[data-product="antifake"] .af-correction-policy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

html[data-product="antifake"] .af-correction-policy__grid article {
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--ortcom-ds-border);
  border-top: 2px solid hsl(var(--primary));
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .af-correction-policy__grid article > span {
  color: var(--gold-hover);
  font-size: 0.7rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-correction-policy__grid h3 {
  margin: 0.3rem 0 0.35rem;
  color: hsl(var(--primary));
  font-size: 0.95rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-correction-policy__grid p {
  margin: 0;
  color: hsl(var(--muted-foreground));
  font-size: 0.84rem;
  line-height: 1.55;
}

html[data-product="antifake"] .af-section-heading--split {
  display: flex;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
}

html[data-product="antifake"] .af-correction-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

html[data-product="antifake"] .af-corrections-register__language-note {
  max-width: 48rem;
  margin: 0 0 0.85rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
  line-height: 1.55;
}

html[data-product="antifake"] .af-correction-card {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid var(--ortcom-ds-border);
  border-left: 3px solid var(--gold-hover);
  border-radius: var(--av-radius);
  background: hsl(var(--card));
  box-shadow: none;
}

html[data-product="antifake"] .af-correction-card__meta {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.72rem;
}

html[data-product="antifake"] .af-correction-card__meta span {
  color: hsl(var(--primary));
  font-weight: 700;
}

html[data-product="antifake"] .af-correction-card h3 {
  margin: 0 0 0.55rem;
  color: hsl(var(--primary));
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.42;
}

html[data-product="antifake"] .af-correction-card h3 a,
html[data-product="antifake"] .af-correction-card__link {
  color: hsl(var(--foreground));
  text-decoration: none;
}

html[data-product="antifake"] .af-correction-card__current {
  margin: 0 0 0.75rem;
  color: hsl(var(--muted-foreground));
  font-size: 0.84rem;
  line-height: 1.55;
}

html[data-product="antifake"] .af-correction-card__timeline {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 0.8rem;
  padding: 0;
  list-style: none;
}

html[data-product="antifake"] .af-correction-card__timeline li {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 0.75rem;
  padding-top: 0.45rem;
  border-top: 1px solid var(--ortcom-ds-border-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

html[data-product="antifake"] .af-correction-card__timeline time {
  color: hsl(var(--muted-foreground));
}

html[data-product="antifake"] .af-correction-card__link {
  color: hsl(var(--primary));
  font-size: 0.8rem;
  font-weight: 700;
}

html[data-product="antifake"] .af-corrections-empty {
  padding: 1.25rem;
  border: 1px dashed var(--ortcom-ds-border);
  border-radius: var(--av-radius);
  background: hsl(var(--muted) / 0.32);
}

html[data-product="antifake"] .af-corrections-empty h3,
html[data-product="antifake"] .af-corrections-empty p {
  margin-top: 0;
}

/* Footer */
html[data-product="antifake"] .af-site-footer {
  margin-top: 0;
  background: var(--navy-deep);
}

html[data-product="antifake"] .af-site-footer__inner {
  width: min(100% - 2rem, 76rem);
  max-width: 76rem;
  grid-template-columns: minmax(16rem, 1fr) minmax(20rem, 1.15fr);
  padding-top: 1.35rem;
  padding-bottom: 0.95rem;
}

/* Responsive */
@media (max-width: 1020px) {
  html[data-product="antifake"] .af-tools-role-matrix__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html[data-product="antifake"] .af-bulletin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-product="antifake"] .af-correction-list {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .antifake-index-page .af-layout,
  html[data-product="antifake"] .antifake-guide-page .guide-layout,
  html[data-product="antifake"]
    .antifake-detail-page
    .article-page
    .content-grid,
  html[data-product="antifake"]
    .antifake-static-page
    .article-page
    .content-grid {
    grid-template-columns: 1fr !important;
  }

  html[data-product="antifake"] .antifake-index-page .af-sidebar,
  html[data-product="antifake"] .guide-sidebar-inner,
  html[data-product="antifake"] .antifake-detail-page .article-page aside,
  html[data-product="antifake"] .antifake-static-page .article-page aside {
    position: static;
  }
}

@media (max-width: 760px) {
  html[data-product="antifake"] {
    scroll-padding-top: 6.9rem;
  }

  html[data-product="antifake"]
    :where(.af-site-header, .af-site-footer, .page-header, .af-hero)
    .container,
  html[data-product="antifake"]
    :where(.af-dashboard, .af-layout, .af-literacy)
    > .container,
  html[data-product="antifake"] .af-service-shell,
  html[data-product="antifake"] .article-page > .container,
  html[data-product="antifake"] .antifake-guide-shell,
  html[data-product="antifake"] .af-tools-shell,
  html[data-product="antifake"] .af-corrections-shell,
  html[data-product="antifake"]
    .antifake-detail-page
    .article-page
    .af-verdict-banner
    + .container,
  html[data-product="antifake"] .antifake-guide-page .af-hero + .container,
  html[data-product="antifake"]
    .antifake-static-page
    .article-page
    > .container {
    width: min(100% - 1.25rem, 76rem);
  }

  html[data-product="antifake"]
    .antifake-detail-page
    .article-page
    .af-verdict-banner
    + .container
    .content-grid {
    gap: 0.85rem;
    padding-bottom: 1.8rem;
  }

  html[data-product="antifake"]
    .antifake-detail-page
    .af-verdict-banner-text
    .af-verdict-label {
    font-size: 1.35rem;
  }

  html[data-product="antifake"]
    .antifake-detail-page
    .article-page
    .af-verdict-banner
    + .container
    .article-h1,
  html[data-product="antifake"]
    .antifake-detail-page
    .article-page
    .af-detail-meta-row
    + .article-h1 {
    font-size: 1.2rem;
    line-height: 1.32;
  }

  html[data-product="antifake"] .af-site-header__inner {
    min-height: 3.75rem;
  }

  html[data-product="antifake"] .af-site-brand__mark {
    width: 2.3rem;
    height: 2.3rem;
    flex-basis: 2.3rem;
  }

  html[data-product="antifake"] .af-site-report-link {
    width: 2.75rem;
    min-height: 2.75rem;
    padding: 0;
  }

  html[data-product="antifake"] .af-site-languages a {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  html[data-product="antifake"] .af-site-nav__scroll {
    min-height: 3rem;
    padding-right: 0.75rem;
  }

  html[data-product="antifake"] .af-site-nav a {
    min-height: 3rem;
  }

  html[data-product="antifake"] .af-service-shell,
  html[data-product="antifake"] .af-tools-shell,
  html[data-product="antifake"]
    .antifake-static-page
    .article-page
    > .container {
    padding-top: 0.9rem;
    padding-bottom: 2rem;
  }

  html[data-product="antifake"] .af-service-hero {
    margin-bottom: 0.8rem;
    padding: 1.1rem;
  }

  html[data-product="antifake"] .af-service-hero h1,
  html[data-product="antifake"] .af-service-hero__title,
  html[data-product="antifake"] .antifake-static-page .article-h1,
  html[data-product="antifake"] .antifake-guide-page .af-hero h1 {
    font-size: clamp(1.55rem, 8vw, 2.05rem) !important;
  }

  html[data-product="antifake"] .antifake-index-page .page-header {
    padding: 0.8rem 0 0.9rem;
  }

  html[data-product="antifake"] .antifake-index-page .af-dashboard {
    padding: 0.7rem 0;
  }

  html[data-product="antifake"] .antifake-index-page .af-verdict-cards,
  html[data-product="antifake"] .antifake-index-page .af-insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-product="antifake"] .antifake-index-page .af-verdict-card {
    min-height: 4.2rem;
    padding: 0.65rem;
  }

  html[data-product="antifake"] .antifake-index-page .af-vc-num {
    font-size: 1.25rem;
  }

  html[data-product="antifake"] .antifake-index-page .af-insight-card {
    min-height: 0;
    padding: 0.85rem;
  }

  html[data-product="antifake"] .antifake-index-page .af-layout {
    padding-top: 0.7rem;
  }

  html[data-product="antifake"] .antifake-index-page .af-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html[data-product="antifake"] .antifake-index-page .af-card {
    min-height: 0;
  }

  html[data-product="antifake"] .af-tools-hero {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  html[data-product="antifake"] .af-tools-privacy {
    grid-column: 1;
    grid-row: auto;
  }

  html[data-product="antifake"] .af-tools-role-matrix__intro {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .af-tools-role-matrix__intro .af-kicker {
    grid-row: auto;
  }

  html[data-product="antifake"] .af-tools-role-matrix__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[data-product="antifake"] .af-prior-checks__grid,
  html[data-product="antifake"] .af-correction-policy__grid,
  html[data-product="antifake"] .af-work-card ul {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .af-work-card dl {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .af-work-card dt,
  html[data-product="antifake"] .af-work-card dd {
    border-bottom: 0;
  }

  html[data-product="antifake"] .af-work-card dd {
    padding-top: 0;
    border-bottom: 1px solid var(--ortcom-ds-border-soft);
  }

  html[data-product="antifake"] .af-tools-role-card {
    min-height: 0;
  }

  html[data-product="antifake"] .af-tool-control-row {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .af-tool-control-row .af-btn,
  html[data-product="antifake"] .af-tool-form > .af-btn {
    width: 100%;
    justify-content: center;
  }

  html[data-product="antifake"] .antifake-static-page .article-header {
    padding: 1rem;
  }

  html[data-product="antifake"] .guide-section,
  html[data-product="antifake"] .af-method-section {
    padding: 0.85rem 0;
  }

  html[data-product="antifake"] .guide-sidebar {
    order: -1;
  }

  html[data-product="antifake"] .guide-sidebar .af-sidebar-cta,
  html[data-product="antifake"] .guide-sidebar .af-resource-links {
    display: none;
  }

  html[data-product="antifake"] .guide-toc-nav {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  html[data-product="antifake"] .guide-toc-link {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  html[data-product="antifake"] .af-gloss-alpha {
    position: static;
  }

  html[data-product="antifake"] .af-standards-grid,
  html[data-product="antifake"] .af-bulletin-grid {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .af-bulletin-filters {
    grid-template-columns: 1fr 1fr;
  }

  html[data-product="antifake"] .af-bulletin-filters > .af-btn {
    width: 100%;
    justify-content: center;
  }

  html[data-product="antifake"] .af-standards-grid section,
  html[data-product="antifake"] .bulletin-card-inner {
    min-height: 0;
  }

  html[data-product="antifake"] .af-standards-grid section,
  html[data-product="antifake"] .af-standards-grid section:nth-child(3n),
  html[data-product="antifake"]
    .af-standards-grid
    section:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--ortcom-ds-border-soft);
  }

  html[data-product="antifake"] .af-standards-grid section:last-child {
    border-bottom: 0;
  }

  html[data-product="antifake"] .af-service-note {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .af-service-note .af-btn {
    width: 100%;
    grid-column: 1;
    grid-row: auto;
    justify-content: center;
  }

  html[data-product="antifake"] .af-standards-actions,
  html[data-product="antifake"] .af-section-heading--split {
    width: 100%;
    display: grid;
    grid-column: 1;
    grid-row: auto;
  }

  html[data-product="antifake"] .af-service-note .af-standards-actions .af-btn,
  html[data-product="antifake"] .af-section-heading--split .af-btn {
    width: 100%;
    justify-content: center;
  }

  html[data-product="antifake"] .af-corrections-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.1rem;
  }

  html[data-product="antifake"] .af-corrections-hero__metric {
    width: min(100%, 12rem);
  }

  html[data-product="antifake"] .af-correction-card__timeline li {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  html[data-product="antifake"] .bulletin-row {
    grid-template-columns: 1fr auto;
    gap: 0.35rem 0.8rem;
  }

  html[data-product="antifake"] .bulletin-row-title {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  html[data-product="antifake"] .af-site-footer__inner {
    width: min(100% - 1.25rem, 76rem);
    grid-template-columns: 1fr;
    padding-top: 1.4rem;
  }

  html[data-product="antifake"] .af-site-footer__links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  html[data-product="antifake"] .af-site-brand__copy strong {
    font-size: 0.78rem;
  }

  html[data-product="antifake"] .af-site-languages a {
    min-width: 2.35rem;
    padding: 0;
  }

  html[data-product="antifake"] .antifake-index-page .af-role-paths__grid,
  html[data-product="antifake"] .antifake-index-page .af-verdict-cards,
  html[data-product="antifake"] .antifake-index-page .af-insights-grid,
  html[data-product="antifake"] .af-tools-role-matrix__grid,
  html[data-product="antifake"] .af-bulletin-stats {
    grid-template-columns: 1fr;
  }

  html[data-product="antifake"] .antifake-index-page .af-role-path {
    min-height: 0;
  }

  html[data-product="antifake"] .af-bulletin-filters {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-product="antifake"] *,
  html[data-product="antifake"] *::before,
  html[data-product="antifake"] *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

html[data-product="antifake"] .af-report-demand {
  background: hsl(var(--muted));
  border-left: 3px solid var(--gold);
  margin: 1rem 0;
  padding: 0.8rem 0.9rem;
}

html[data-product="antifake"] .af-report-timeline {
  border-top: 1px solid hsl(var(--border));
  margin: 1.2rem 0;
  padding-top: 1rem;
  text-align: left;
}

html[data-product="antifake"] .af-report-timeline h2 {
  font-size: 1.05rem;
  margin: 0 0 0.75rem;
}

html[data-product="antifake"] .af-report-timeline ol {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

html[data-product="antifake"] .af-report-timeline li {
  border-left: 3px solid var(--navy-deep);
  display: grid;
  gap: 0.2rem;
  padding-left: 0.8rem;
}

html[data-product="antifake"] .af-report-timeline time {
  color: hsl(var(--muted-foreground));
  font-size: 0.75rem;
}

html[data-product="antifake"] .af-report-timeline p {
  margin: 0.2rem 0 0;
}

/* Keep legacy content inside the current AV DS geometry. */
html[data-product="antifake"]
  .antifake-index-page
  .page-header
  .av-page-header__icon
  .af-shield-wrap {
  width: 100%;
  height: 100%;
}

html[data-product="antifake"]
  .antifake-index-page
  .page-header
  .av-page-header__icon
  .af-shield-wrap
  svg {
  width: 70%;
  height: 70%;
}

html[data-product="antifake"] .antifake-index-page .af-card,
html[data-product="antifake"] .antifake-index-page .af-card-footer {
  min-width: 0;
  overflow: hidden;
}

html[data-product="antifake"] .antifake-index-page .af-card-source {
  flex: 0 1 auto;
  max-width: calc(100% - 5rem);
}
