:root {
  --rlrl-page: #edf0f3;
  --rlrl-paper: #ffffff;
  --rlrl-paper-soft: #f6f8fa;
  --rlrl-ink: #111820;
  --rlrl-muted: #56616d;
  --rlrl-line: rgba(19, 36, 52, 0.16);
  --rlrl-navy: #132434;
  --rlrl-navy-2: #1d3748;
  --rlrl-navy-3: #29495c;
  --rlrl-coral: #e76f46;
  --rlrl-accent-on-dark: #f4ad82;
  --rlrl-burgundy: #7e0000;
  --rlrl-burgundy-dark: #590000;
  --rlrl-warning: #f7f9fa;
  --rlrl-shadow: 0 26px 64px rgba(17, 31, 43, 0.13);
  --rlrl-radius-xl: clamp(30px, 4vw, 58px);
  --rlrl-radius-lg: 32px;
  --rlrl-radius-md: 22px;
  --rlrl-max: 1620px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.rlrl-evidence-body {
  margin: 0;
  color: var(--rlrl-ink);
  background:
    radial-gradient(circle at 8% 5%, rgba(231, 111, 70, 0.09), transparent 25rem),
    linear-gradient(180deg, #f5f7f9 0, var(--rlrl-page) 42rem, #e8edf1 100%);
}

body.rlrl-evidence-body a { color: inherit; }

.rlrl-skip-link {
  position: fixed;
  z-index: 5000;
  top: 12px;
  left: 50%;
  padding: 12px 18px;
  color: #fff;
  background: var(--rlrl-navy);
  border-radius: 999px;
  transform: translate(-50%, -180%);
}

.rlrl-skip-link:focus { transform: translate(-50%, 0); }

.rlrl-reading-progress {
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  pointer-events: none;
}

.rlrl-reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--rlrl-coral), var(--rlrl-burgundy));
}

.rlrl-page { overflow: visible; }

.rlrl-main {
  width: min(calc(100% - 24px), var(--rlrl-max));
  margin-inline: auto;
}

.rlrl-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  width: min(calc(100% - 48px), 1480px);
  margin: 28px auto 24px;
  color: #3c4853;
  font-size: 0.84rem;
  font-weight: 650;
}

.rlrl-breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rlrl-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.rlrl-breadcrumbs li + li::before {
  content: "/";
  margin: 0 0.62rem;
  color: var(--rlrl-coral);
  font-weight: 800;
}

.rlrl-breadcrumbs a {
  color: #263746;
  text-decoration-color: rgba(126, 0, 0, 0.42);
  text-underline-offset: 4px;
}

.rlrl-breadcrumbs span[aria-hidden="true"] { color: var(--rlrl-coral); }

.rlrl-article { display: grid; gap: clamp(24px, 3.2vw, 48px); }

.rlrl-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  align-items: center;
  gap: clamp(34px, 6vw, 96px);
  min-height: 650px;
  padding: clamp(48px, 6vw, 96px);
  overflow: hidden;
  color: #fff;
  border-radius: var(--rlrl-radius-xl);
  background:
    radial-gradient(circle at 83% 16%, rgba(231, 111, 70, 0.22), transparent 26rem),
    linear-gradient(128deg, #101e2b 0%, var(--rlrl-navy-2) 68%, #102230 100%);
  box-shadow: var(--rlrl-shadow);
}

.rlrl-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -55% 45%;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 111, 70, 0.26);
  border-radius: 50%;
}

.rlrl-hero__copy,
.rlrl-hero__warning { position: relative; z-index: 1; }

.rlrl-kicker,
.rlrl-section-label {
  margin: 0 0 18px;
  color: var(--rlrl-coral);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

body.rlrl-evidence-body .rlrl-hero .rlrl-kicker {
  color: #ff8a62 !important;
}

.rlrl-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fffaf4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 6.7vw, 7.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.91;
  text-wrap: balance;
}

.rlrl-hero__lead {
  max-width: 780px;
  margin: 34px 0 0;
  color: #e9eef2;
  font-size: clamp(1.04rem, 1.35vw, 1.36rem);
  line-height: 1.72;
}

body.rlrl-evidence-body .rlrl-hero .rlrl-hero__lead {
  color: #e9eef2 !important;
}

.rlrl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.rlrl-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.rlrl-button:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.65); }
.rlrl-button--solid,
.rlrl-hero .rlrl-button--solid {
  color: var(--rlrl-navy) !important;
  background: #ffffff;
  border-color: #ffffff;
}

.rlrl-button--solid:hover,
.rlrl-hero .rlrl-button--solid:hover {
  color: #ffffff !important;
  background: var(--rlrl-burgundy);
  border-color: var(--rlrl-burgundy);
}

.rlrl-hero__warning {
  display: grid;
  place-items: center;
  min-height: 500px;
  padding: clamp(18px, 2.5vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.14), transparent 56%),
    rgba(7, 18, 28, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.rlrl-safety-visual {
  display: block;
  width: min(100%, 500px);
  height: auto;
  border-radius: 30px;
  filter: saturate(0.82) contrast(1.08) drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
  opacity: 0.88;
  -webkit-mask-image: radial-gradient(ellipse 76% 76% at 50% 50%, #000 48%, rgba(0,0,0,.9) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 76% at 50% 50%, #000 48%, rgba(0,0,0,.9) 66%, transparent 100%);
}

.rlrl-verdict,
.rlrl-section,
.rlrl-medical-note,
.rlrl-related {
  width: min(100%, 1480px);
  margin-inline: auto;
  border-radius: var(--rlrl-radius-lg);
}

.rlrl-verdict {
  position: relative;
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 20px;
  padding: clamp(30px, 4vw, 56px);
  color: var(--rlrl-ink);
  background: var(--rlrl-paper);
  border: 1px solid var(--rlrl-line);
  box-shadow: var(--rlrl-shadow);
}

.rlrl-verdict__mark {
  width: 4px;
  height: 54px;
  margin-top: 4px;
  background: var(--rlrl-coral);
  border-radius: 999px;
}

.rlrl-verdict h2,
.rlrl-section h2 {
  margin: 0;
  color: var(--rlrl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.rlrl-verdict p,
.rlrl-section p,
.rlrl-section li {
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  line-height: 1.75;
}

.rlrl-verdict p { margin: 18px 0 0; color: var(--rlrl-muted); }

.rlrl-section {
  padding: clamp(38px, 5vw, 74px);
  color: var(--rlrl-ink);
  background: var(--rlrl-paper);
  border: 1px solid var(--rlrl-line);
  box-shadow: 0 18px 46px rgba(17, 31, 43, 0.08);
}

.rlrl-section__intro { max-width: 1180px; }
.rlrl-section__intro > p:not(.rlrl-section-label) { max-width: 920px; color: var(--rlrl-muted); }

.rlrl-mechanism {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 18px;
  margin-top: clamp(32px, 4vw, 58px);
}

.rlrl-mechanism__step {
  position: relative;
  min-height: 220px;
  padding: 34px;
  overflow: hidden;
  color: var(--rlrl-ink);
  background: var(--rlrl-paper-soft);
  border: 1px solid var(--rlrl-line);
  border-top: 5px solid var(--rlrl-navy-2);
  border-radius: var(--rlrl-radius-md);
}

.rlrl-mechanism__step span {
  display: block;
  margin-bottom: 36px;
  color: var(--rlrl-burgundy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rlrl-mechanism__step strong {
  display: block;
  color: var(--rlrl-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}

.rlrl-mechanism__step p { margin: 20px 0 0; color: var(--rlrl-muted); }
.rlrl-mechanism__arrow { align-self: center; color: var(--rlrl-burgundy); font-size: 1.5rem; font-weight: 900; }

.rlrl-note,
.rlrl-clarification {
  padding: 24px 28px;
  color: var(--rlrl-ink);
  background: #fff;
  border: 1px solid rgba(19, 36, 52, 0.1);
  border-radius: 20px;
  box-shadow:
    0 22px 48px rgba(5, 20, 32, 0.15),
    0 3px 10px rgba(5, 20, 32, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.rlrl-section > .rlrl-note,
.rlrl-section > .rlrl-clarification {
  margin: clamp(38px, 4vw, 58px) 0 0;
}

.rlrl-clarification strong { display: block; color: var(--rlrl-navy); }
.rlrl-clarification p { margin-bottom: 0; }

.rlrl-section--ink {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(231, 111, 70, 0.17), transparent 23rem),
    linear-gradient(132deg, var(--rlrl-navy), var(--rlrl-navy-2));
}

.rlrl-section--ink h2 { color: #fffaf4; }
.rlrl-section--ink .rlrl-section-label,
.rlrl-section--washout .rlrl-section-label { color: var(--rlrl-accent-on-dark); }
.rlrl-section--ink .rlrl-section__intro > p:not(.rlrl-section-label) { color: #dbe4ea; }

.rlrl-evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 4vw, 58px);
}

.rlrl-evidence-grid article {
  position: relative;
  min-height: 300px;
  padding: clamp(30px, 4vw, 48px);
  overflow: hidden;
  color: var(--rlrl-ink);
  background: #fff;
  border: 1px solid rgba(19, 36, 52, 0.1);
  border-radius: 26px;
  box-shadow:
    0 28px 56px rgba(5, 20, 32, 0.2),
    0 5px 14px rgba(5, 20, 32, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.rlrl-evidence-grid h3 {
  position: relative;
  z-index: 1;
  margin: 42px 0 16px;
  padding-right: clamp(72px, 8vw, 112px);
  color: var(--rlrl-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.rlrl-evidence-grid p { position: relative; z-index: 1; color: #303b45; }

.rlrl-evidence-grid__no {
  position: absolute;
  z-index: 0;
  top: 14px;
  right: 28px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.5vw, 6.5rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  opacity: 0.94;
  pointer-events: none;
  user-select: none;
  -webkit-text-stroke: 1px rgba(19, 36, 52, 0.08);
  text-shadow:
    0 1px 0 #dfe5e9,
    0 5px 8px rgba(19, 36, 52, 0.17),
    0 18px 30px rgba(19, 36, 52, 0.18);
}

.rlrl-evidence-grid sup a,
.rlrl-section sup a { color: var(--rlrl-burgundy); font-weight: 900; text-decoration: none; }

.rlrl-balance {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(32px, 4vw, 54px);
}

.rlrl-balance__side {
  padding: 34px;
  color: var(--rlrl-ink);
  background: var(--rlrl-paper-soft);
  border: 1px solid var(--rlrl-line);
  border-radius: var(--rlrl-radius-md);
}

.rlrl-balance__side span {
  color: var(--rlrl-burgundy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rlrl-balance__side p { color: var(--rlrl-muted); }

.rlrl-section--washout {
  color: #fff;
  border: 0;
  background:
    radial-gradient(circle at 8% 100%, rgba(231,111,70,.16), transparent 24rem),
    linear-gradient(132deg, var(--rlrl-navy), var(--rlrl-navy-2));
}

.rlrl-section--washout h2 { color: #fffaf4; }

.rlrl-washout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  margin-top: clamp(34px, 4vw, 58px);
}

.rlrl-washout__timeline,
.rlrl-washout__criteria {
  min-height: 270px;
  padding: clamp(28px, 3vw, 42px);
  border-radius: var(--rlrl-radius-md);
}

.rlrl-washout__timeline {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 14px;
  background: rgba(7, 18, 28, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.rlrl-washout__timeline span {
  padding: 12px 16px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.rlrl-washout__timeline span.is-active { color: var(--rlrl-navy); background: var(--rlrl-accent-on-dark); border-color: var(--rlrl-accent-on-dark); }
.rlrl-washout__timeline i { height: 2px; background: linear-gradient(90deg, var(--rlrl-coral), rgba(255,255,255,.55)); }

.rlrl-washout__criteria { color: var(--rlrl-ink); background: #fff; }
.rlrl-washout__criteria h3 { margin: 0; color: var(--rlrl-navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3vw, 3rem); }
.rlrl-washout__criteria ul { columns: 2; column-gap: 38px; padding-left: 20px; }
.rlrl-section--washout .rlrl-note { color: var(--rlrl-ink); }

.rlrl-do-not {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(32px, 4vw, 52px);
}

.rlrl-do-not p {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 26px;
  color: var(--rlrl-ink);
  background: var(--rlrl-paper-soft);
  border: 1px solid var(--rlrl-line);
  border-radius: 20px;
}

.rlrl-do-not p span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--rlrl-coral);
  background: #fff;
  border: 1px solid rgba(19, 36, 52, 0.13);
  border-radius: 50%;
  box-shadow:
    0 8px 18px rgba(19, 36, 52, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.rlrl-do-not p span svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rlrl-section--sources { background: #f7f9fa; }

.rlrl-references {
  display: grid;
  gap: 14px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.rlrl-references > li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 28px;
  color: var(--rlrl-ink);
  background: #fff;
  border: 1px solid var(--rlrl-line);
  border-radius: 20px;
}

.rlrl-references > li > span { color: var(--rlrl-burgundy); font-weight: 900; }
.rlrl-references strong { color: var(--rlrl-navy); }
.rlrl-references p { color: var(--rlrl-muted); }

.rlrl-reference-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.rlrl-reference-links a {
  display: inline-flex;
  padding: 9px 14px;
  color: var(--rlrl-navy);
  background: #fff;
  border: 1px solid var(--rlrl-navy-3);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}
.rlrl-reference-links a:hover { color: #fff; background: var(--rlrl-navy); }

.rlrl-section--faq { background: #e7edf1; }
.rlrl-faq { display: grid; gap: 12px; margin-top: 38px; }
.rlrl-faq details { overflow: hidden; background: #fff; border: 1px solid var(--rlrl-line); border-radius: 18px; }
.rlrl-faq summary {
  position: relative;
  padding: 24px 76px 24px 26px;
  color: var(--rlrl-ink);
  cursor: pointer;
  font-weight: 820;
  list-style: none;
}
.rlrl-faq summary::-webkit-details-marker { display: none; }
.rlrl-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--rlrl-navy);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  line-height: 1;
  transform: translateY(-50%);
}
.rlrl-faq details[open] summary::after { content: "−"; background: var(--rlrl-burgundy); }
.rlrl-faq details p { margin: 0; padding: 0 26px 26px; color: var(--rlrl-muted); }

.rlrl-medical-note {
  padding: 28px 34px;
  color: var(--rlrl-ink);
  background: var(--rlrl-warning);
  border: 1px solid rgba(126, 0, 0, 0.18);
  border-left: 6px solid var(--rlrl-burgundy);
}
.rlrl-medical-note strong { color: var(--rlrl-burgundy); }
.rlrl-medical-note p { margin: 9px 0 0; line-height: 1.7; }

.rlrl-related {
  display: grid;
  grid-template-columns: auto repeat(3, 1fr);
  gap: 14px;
  align-items: center;
  padding: 28px;
  background: var(--rlrl-paper);
  border: 1px solid var(--rlrl-line);
}
.rlrl-related .rlrl-section-label { margin: 0 14px 0 0; }
.rlrl-related > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 16px 20px;
  color: var(--rlrl-ink);
  background: var(--rlrl-paper-soft);
  border: 1px solid var(--rlrl-line);
  border-radius: 16px;
  font-weight: 800;
  text-decoration: none;
}
.rlrl-related > a:hover { color: #fff; background: var(--rlrl-navy); }
.rlrl-related i { color: var(--rlrl-coral); font-style: normal; }

.rlrl-authorship {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(16, 30, 43, .12);
  border-radius: 34px;
  color: var(--rlrl-navy);
  background:
    radial-gradient(circle at 92% 0, rgba(231, 111, 70, .13), transparent 22rem),
    linear-gradient(145deg, #fff 0%, #f8f5ee 100%);
  box-shadow: 0 24px 60px rgba(16, 30, 43, .12);
}

.rlrl-authorship::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--rlrl-coral), #f2aa78);
}

.rlrl-authorship__heading { max-width: 900px; }
.rlrl-authorship__heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--rlrl-navy);
  font-size: clamp(2.6rem, 5.6vw, 5.7rem);
  line-height: .94;
}
.rlrl-authorship__heading > p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: #4e5e69;
  font-size: 1.05rem;
  line-height: 1.75;
}

.rlrl-authorship__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.rlrl-authorship__card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(16, 30, 43, .11);
  border-radius: 24px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(16, 30, 43, .07);
}
.rlrl-authorship__card--author {
  color: #fff;
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(145deg, #101e2b, #1d3748);
}
.rlrl-authorship__role {
  color: #a53f25;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.rlrl-authorship__card--author .rlrl-authorship__role { color: #f4ad82; }
.rlrl-authorship__card h3 {
  margin: 18px 0 0;
  color: var(--rlrl-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.1vw, 2.25rem);
  line-height: 1.08;
}
.rlrl-authorship__card--author h3 { color: #fff; }
.rlrl-authorship__card p {
  margin: 18px 0 0;
  color: #4f606b;
  line-height: 1.65;
}
.rlrl-authorship__card--author p { color: #d5e0e6; }
.rlrl-authorship__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}
.rlrl-authorship__links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(16, 30, 43, .18);
  border-radius: 999px;
  color: var(--rlrl-navy);
  font-size: .78rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
}
.rlrl-authorship__card:not(.rlrl-authorship__card--author) .rlrl-authorship__links a {
  color: #173247 !important;
  border-color: rgba(23, 50, 71, .28) !important;
  background: #eef2f4 !important;
  box-shadow:
    0 5px 12px rgba(16, 30, 43, .08),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}
.rlrl-authorship__links a:hover,
.rlrl-authorship__links a:focus-visible {
  color: #fff !important;
  border-color: var(--rlrl-coral) !important;
  background: var(--rlrl-coral) !important;
}
.rlrl-authorship__card--author .rlrl-authorship__links a {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .28) !important;
  background: rgba(255, 255, 255, .06) !important;
}
.rlrl-authorship__date {
  margin: 26px 0 0;
  color: #4f606b;
  font-size: .9rem;
  font-weight: 680;
}
.rlrl-authorship__date time { color: var(--rlrl-navy); }

.rlrl-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.rlrl-reveal.is-visible,
.rlrl-reveal.is-active { opacity: 1; transform: none; }

body.rlrl-evidence-body .site-footer-v2 {
  margin-top: clamp(38px, 6vw, 90px);
  color: #eaf0f4;
  background:
    radial-gradient(circle at 86% 4%, rgba(231,111,70,.18), transparent 23rem),
    linear-gradient(132deg, #101e2b, var(--rlrl-navy-2));
  border-top: 4px solid var(--rlrl-coral);
}

body.rlrl-evidence-body .site-footer-v2__wordmark,
body.rlrl-evidence-body .site-footer-v2__links a,
body.rlrl-evidence-body .site-footer-v2__legal,
body.rlrl-evidence-body .site-footer-v2__legal a,
body.rlrl-evidence-body .site-footer-v2__icon,
body.rlrl-evidence-body .site-footer-v2__campaign { color: #fff; }

body.rlrl-evidence-body .site-footer-v2__links a,
body.rlrl-evidence-body .site-footer-v2__legal a { text-decoration-color: var(--rlrl-coral); }

body.rlrl-evidence-body .site-footer-v2__campaign,
body.rlrl-evidence-body .site-footer-v2__icon { border-color: rgba(255,255,255,.32); }

body.rlrl-evidence-body .site-footer-v2__legal { border-color: rgba(255,255,255,.14); }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body,
body.rlrl-evidence-body.kz-theme-dark {
  color: #eef3f6;
  background: #eae1cd;
}

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-breadcrumbs,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-breadcrumbs a { color: #263746; }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-verdict,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section:not(.rlrl-section--ink):not(.rlrl-section--washout),
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-related {
  color: #eef3f6;
  background: var(--rlrl-navy);
  border-color: rgba(255,255,255,.13);
}

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-verdict h2,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section:not(.rlrl-section--ink):not(.rlrl-section--washout) h2 { color: #fff; }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-verdict p,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section:not(.rlrl-section--ink):not(.rlrl-section--washout) .rlrl-section__intro > p:not(.rlrl-section-label) { color: #cbd7df; }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-mechanism__step,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-balance__side,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-do-not p,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-related > a { color: #eef3f6; background: var(--rlrl-navy-2); border-color: rgba(255,255,255,.16); }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-mechanism__step strong,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-mechanism__step p,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-balance__side p { color: #e4edf2; }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section:not(.rlrl-section--ink):not(.rlrl-section--washout) .rlrl-section-label,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-mechanism__step > span,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-mechanism__arrow,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-balance__side > span,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section__intro sup a,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-mechanism__step sup a,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-balance__side sup a,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-references > li > span,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-related i {
  color: var(--rlrl-accent-on-dark);
}

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-do-not p span {
  color: var(--rlrl-accent-on-dark);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(244, 173, 130, 0.45);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section--sources { background: #142838; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-references > li { color: #eef3f6; background: var(--rlrl-navy-2); border-color: rgba(255,255,255,.14); }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-references strong { color: #fff; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-references p { color: #cbd7df; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-reference-links a { color: #fff; background: transparent; border-color: rgba(255,255,255,.42); }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-section--faq { background: #162b3a; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-faq details { background: var(--rlrl-navy-2); border-color: rgba(255,255,255,.14); }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-faq summary { color: #fff; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-faq details p { color: #cbd7df; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-medical-note,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-note,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-clarification { color: #191b1d; }

:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-authorship {
  color: #eef3f6;
  border-color: rgba(255, 255, 255, .14);
  background:
    radial-gradient(circle at 92% 0, rgba(231, 111, 70, .16), transparent 22rem),
    linear-gradient(145deg, #101e2b, #1d3748);
}
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-authorship__heading h2,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-authorship__date time { color: #fff; }
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-authorship__heading > p:last-child,
:is(html[data-kz-theme="dark"], html.kz-theme-dark) body.rlrl-evidence-body .rlrl-authorship__date { color: #cbd7df; }

@media (max-width: 1120px) {
  .rlrl-hero { grid-template-columns: 1fr; }
  .rlrl-hero__copy { max-width: 900px; }
  .rlrl-hero__warning { min-height: 420px; }
  .rlrl-washout { grid-template-columns: 1fr; }
  .rlrl-related { grid-template-columns: 1fr; }
  .rlrl-related .rlrl-section-label { margin-bottom: 4px; }
  .rlrl-authorship__grid { grid-template-columns: 1fr; }
  .rlrl-authorship__card { min-height: 0; }
}

@media (max-width: 820px) {
  .rlrl-main { width: min(calc(100% - 16px), var(--rlrl-max)); }
  .rlrl-breadcrumbs { width: calc(100% - 32px); margin-top: 20px; }
  .rlrl-hero { min-height: 0; padding: 38px 24px; border-radius: 30px; }
  .rlrl-hero h1 { font-size: clamp(3.1rem, 16vw, 5.8rem); }
  .rlrl-hero__warning { min-height: 330px; border-radius: 26px; }
  .rlrl-verdict { grid-template-columns: 1fr; }
  .rlrl-section { padding: 34px 22px; border-radius: 26px; }
  .rlrl-verdict h2,
  .rlrl-section h2 { font-size: clamp(2.5rem, 12vw, 4.5rem); }
  .rlrl-mechanism { grid-template-columns: 1fr; }
  .rlrl-mechanism__arrow { transform: rotate(90deg); justify-self: center; }
  .rlrl-evidence-grid,
  .rlrl-balance,
  .rlrl-do-not { grid-template-columns: 1fr; }
  .rlrl-evidence-grid article { min-height: 250px; }
  .rlrl-washout__timeline { grid-template-columns: 1fr; }
  .rlrl-washout__timeline i { width: 2px; height: 26px; justify-self: center; }
  .rlrl-washout__criteria ul { columns: 1; }
  .rlrl-references > li { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .rlrl-article { gap: 18px; }
  .rlrl-hero { padding: 32px 18px 22px; }
  .rlrl-hero__lead { font-size: 1rem; }
  .rlrl-hero__actions { display: grid; }
  .rlrl-button { width: 100%; }
  .rlrl-hero__warning { min-height: 270px; padding: 10px; }
  .rlrl-safety-visual { width: min(100%, 330px); }
  .rlrl-verdict,
  .rlrl-section,
  .rlrl-medical-note,
  .rlrl-related { border-radius: 22px; }
  .rlrl-authorship { padding: 30px 18px; border-radius: 22px; }
  .rlrl-verdict { padding: 28px 20px; }
  .rlrl-section { padding: 30px 18px; }
  .rlrl-mechanism__step { min-height: 0; padding: 26px 22px; }
  .rlrl-evidence-grid article { padding: 26px 22px; }
  .rlrl-evidence-grid h3 { margin-top: 44px; }
  .rlrl-note,
  .rlrl-clarification { padding: 20px; }
  .rlrl-faq summary { padding: 22px 68px 22px 20px; }
  .rlrl-reference-links { display: grid; }
  .rlrl-reference-links a { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rlrl-reveal { opacity: 1; transform: none; transition: none; }
  .rlrl-button { transition: none; }
}
