/* === FITPEDIA Science Article — sitewide on body.fp-tone-science ===
   Stilizál Divi-modul-class-okra (fp-article-*) targetelve.
   Belül a tartalom basic HTML (h2, h3, p, ul, li, a) — editor-szerkeszthető.
   ============================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300..900,0..100&family=Source+Serif+4:opsz,wght@8..60,300..700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

body.fp-tone-science {
  --c-bg: #FAF8F4;
  --c-surface: #FFFFFF;
  --c-text: #1A1A1A;
  --c-text-muted: #5A5C60;
  --c-text-strong: #0C3556;
  --c-accent: #0C3556;
  --c-accent-soft: rgba(12, 53, 86, 0.07);
  --c-hairline: #E5E2DD;
  --c-warning: #6B5B2F;
  --c-pullquote-bg: #F4EFE6;
  --c-cite-bg: rgba(12, 53, 86, 0.06);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Source Serif 4', Georgia, serif;
  --font-ui: 'IBM Plex Sans', -apple-system, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --fp-track-uppercase: 0.08em;
  --fp-hairline-rule: 1px solid var(--c-hairline);
  --space-1: 0.5rem; --space-2: 1rem; --space-3: 1.5rem;
  --space-4: 2rem; --space-5: 3rem; --space-6: 4rem; --space-7: 6rem;
  background: var(--c-bg);
}

/* Article section (Divi outer) */
body.fp-tone-science .fp-article-section { background: var(--c-surface); }

/* === HERO — full-bleed cinematic, text overlaid on image === */
body.fp-tone-science .fp-article-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: var(--space-5);
  min-height: 60vh;
  background-color: #0a0a0a;
  overflow: hidden;
}
@media (min-width: 1024px) {
  body.fp-tone-science .fp-article-hero { min-height: 75vh; }
}
body.fp-tone-science .fp-article-hero__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.fp-tone-science .fp-article-hero__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.55) 35%,
    rgba(0,0,0,0.15) 65%,
    rgba(0,0,0,0.0) 100%);
}
body.fp-tone-science .fp-article-hero__text {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: var(--space-7) var(--space-4) var(--space-5);
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
@media (min-width: 1024px) {
  body.fp-tone-science .fp-article-hero__text { min-height: 75vh; max-width: 1100px; padding: var(--space-7) var(--space-4) var(--space-6); }
}
body.fp-tone-science .fp-article-hero__cat {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: var(--fp-track-uppercase);
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.6);
  padding-bottom: 2px;
  margin-bottom: var(--space-3);
  align-self: flex-start;
}
body.fp-tone-science .fp-article-hero__cat:hover { border-bottom-color: #fff; }
body.fp-tone-science .fp-article-hero__title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  color: #fff;
  margin: 0 0 var(--space-3);
  text-wrap: balance;
  max-width: 18ch;
  text-shadow: 0 2px 24px rgba(0,0,0,0.4);
}
body.fp-tone-science .fp-article-hero__dek {
  font-family: var(--font-display);
  font-weight: 350;
  font-style: italic;
  font-size: 1.275rem;
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
  margin: 0;
  font-variation-settings: "opsz" 24;
  text-wrap: pretty;
  max-width: 720px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}

/* === HEADER BLOCK — Specialty Section (3/4 + 1/4) === */
body.fp-tone-science .fp-header-block {
  margin-bottom: var(--space-6);
}
body.fp-tone-science .fp-sidebar-ads {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: sticky;
  top: var(--space-3);
}
body.fp-tone-science .fp-sidebar-ad {
  background: var(--c-bg);
  border: 1px solid var(--c-hairline);
  padding: var(--space-2);
  text-align: center;
}
body.fp-tone-science .fp-sidebar-ad__label {
  display: block;
  font-family: var(--font-ui); font-size: 0.62rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-text-muted); margin-bottom: var(--space-2);
}
body.fp-tone-science .fp-sidebar-ad__slot {
  background: var(--c-cite-bg);
  font-family: var(--font-mono); font-size: 0.78rem; color: var(--c-text-muted);
  display: flex; align-items: center; justify-content: center;
}
body.fp-tone-science .fp-sidebar-ad__slot--medium { height: 250px; }
body.fp-tone-science .fp-sidebar-ad__slot--half { height: 600px; }

/* === CATEGORY BADGE === */
body.fp-tone-science .fp-article-cat .et_pb_text_inner,
body.fp-tone-science .fp-article-cat { margin-bottom: var(--space-3) !important; }
body.fp-tone-science .fp-article-cat .et_pb_text_inner > p:last-child { margin-bottom: 0 !important; }
body.fp-tone-science .fp-article-cat a {
  display: inline-block;
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-accent); text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 2px;
}

/* === TITLE (H1) === */
body.fp-tone-science .fp-article-title h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.05; letter-spacing: -0.018em;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  color: var(--c-text); margin: 0 0 var(--space-3); padding: 0; text-wrap: balance;
}

/* === DEK === */
body.fp-tone-science .fp-article-dek p {
  font-family: var(--font-display); font-weight: 350; font-style: italic;
  font-size: 1.275rem; line-height: 1.45; color: var(--c-text-muted);
  margin: 0 0 var(--space-5); font-variation-settings: "opsz" 24; text-wrap: pretty;
}

/* === TRUST STRIP === */
body.fp-tone-science .fp-article-trust {
  padding: var(--space-4) 0; border-top: var(--fp-hairline-rule); border-bottom: var(--fp-hairline-rule);
  margin-bottom: var(--space-5);
}
body.fp-tone-science .fp-article-trust .trust-byline {
  display: grid; grid-template-columns: 1fr; gap: var(--space-3); margin-bottom: var(--space-4);
}
@media (min-width: 720px) {
  body.fp-tone-science .fp-article-trust .trust-byline { grid-template-columns: 1fr 1fr; gap: var(--space-4); }
}
body.fp-tone-science .fp-article-trust .trust-person {
  display: flex; gap: var(--space-2); align-items: flex-start;
}
body.fp-tone-science .fp-article-trust .trust-person img {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0; object-fit: cover; background: var(--c-accent-soft);
}
body.fp-tone-science .fp-article-trust .trust-person > div { flex: 1; min-width: 0; }
body.fp-tone-science .fp-article-trust .trust-person small {
  display: block; font-family: var(--font-ui); font-size: 0.68rem; font-weight: 500;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-text-muted); margin-bottom: 2px;
}
body.fp-tone-science .fp-article-trust .trust-person--reviewer small:first-child::after {
  content: ' ✓'; color: var(--c-accent); font-weight: 700;
}
body.fp-tone-science .fp-article-trust .trust-person a {
  text-decoration: none; color: var(--c-text);
}
body.fp-tone-science .fp-article-trust .trust-person strong {
  font-family: var(--font-display); font-weight: 500; font-size: 1.025rem;
  color: var(--c-text); display: block; margin-bottom: 1px;
}
body.fp-tone-science .fp-article-trust .trust-person div small:last-child {
  font-family: var(--font-ui); font-size: 0.825rem; font-weight: 400;
  text-transform: none; letter-spacing: 0; color: var(--c-text-muted); line-height: 1.4;
}
body.fp-tone-science .fp-article-trust .trust-dates {
  display: flex; flex-wrap: wrap;
  border-top: var(--fp-hairline-rule); border-bottom: var(--fp-hairline-rule);
  padding: var(--space-2) 0; margin-bottom: var(--space-3);
}
body.fp-tone-science .fp-article-trust .trust-dates > div {
  flex: 1 1 auto; min-width: max-content; padding: 0 var(--space-2);
  display: flex; flex-direction: column; gap: 2px; position: relative;
}
body.fp-tone-science .fp-article-trust .trust-dates > div:not(:first-child)::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--c-hairline);
}
body.fp-tone-science .fp-article-trust .trust-dates > div:first-child { padding-left: 0; }
body.fp-tone-science .fp-article-trust .trust-dates > div:last-child { padding-right: 0; }
body.fp-tone-science .fp-article-trust .trust-dates small {
  font-family: var(--font-ui); font-size: 0.62rem; letter-spacing: var(--fp-track-uppercase);
  text-transform: uppercase; color: var(--c-text-muted); font-weight: 500;
}
body.fp-tone-science .fp-article-trust .trust-dates span {
  font-family: var(--font-mono); font-size: 0.78rem; color: var(--c-text); font-weight: 400;
}
body.fp-tone-science .fp-article-trust .trust-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-ui); font-size: 0.825rem; color: var(--c-text-muted);
}
body.fp-tone-science .fp-article-trust .trust-meta a {
  color: var(--c-accent); text-decoration: none;
  border-bottom: 1px dotted currentColor; padding-bottom: 2px; font-weight: 500;
}

/* === STICKY SIDEBAR (jobb 1/4 oszlop) === */
@media (min-width: 1024px) {
  body.fp-tone-science .fp-article-row {
    align-items: flex-start !important;
  }
  body.fp-tone-science .fp-sidebar-col {
    position: sticky !important;
    top: 24px !important;
    align-self: flex-start !important;
    max-height: calc(100vh - 48px);
    overflow-y: auto;
  }
  body.fp-tone-science .fp-sidebar-col::-webkit-scrollbar { width: 4px; }
  body.fp-tone-science .fp-sidebar-col::-webkit-scrollbar-thumb { background: var(--c-hairline); }
}

/* === TOC (Inhaltsverzeichnis) === */
body.fp-tone-science .fp-article-toc {
  background: var(--c-accent-soft);
  border-left: 3px solid var(--c-accent);
  padding: var(--space-3) !important;
  margin-bottom: var(--space-5) !important;
}
body.fp-tone-science .fp-article-toc h3 {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-accent); margin: 0 0 var(--space-2); padding: 0;
}
body.fp-tone-science .fp-article-toc ol {
  counter-reset: tocnum;
  list-style: none; padding: 0; margin: 0;
  font-family: var(--font-ui); font-size: 0.95rem;
}
body.fp-tone-science .fp-article-toc li {
  counter-increment: tocnum;
  padding: 5px 0;
}
body.fp-tone-science .fp-article-toc a {
  color: var(--c-text); text-decoration: none;
  display: flex; gap: var(--space-2); align-items: baseline;
}
body.fp-tone-science .fp-article-toc a::before {
  content: counter(tocnum, decimal-leading-zero);
  font-family: var(--font-mono); font-size: 0.75rem;
  color: var(--c-text-muted); flex-shrink: 0; min-width: 24px;
}
body.fp-tone-science .fp-article-toc a:hover { color: var(--c-accent); }

/* === SIDEBAR LATEST POSTS (Divi Blog-modul override) === */
body.fp-tone-science .fp-sidebar-latest {
  border-top: 2px solid var(--c-text);
  padding-top: var(--space-2);
  margin-bottom: var(--space-3);
}
body.fp-tone-science .fp-sidebar-latest::before {
  content: 'Aktuelle Beiträge';
  display: block;
  font-family: var(--font-ui);
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-text); margin-bottom: var(--space-2);
}
body.fp-tone-science .fp-sidebar-latest .et_pb_post {
  border-bottom: 1px solid var(--c-hairline) !important;
  padding: var(--space-2) 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
body.fp-tone-science .fp-sidebar-latest .et_pb_post .entry-title,
body.fp-tone-science .fp-sidebar-latest .et_pb_post h2 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  line-height: 1.3 !important;
  margin: 0 !important; padding: 0 !important;
  color: var(--c-text) !important;
}
body.fp-tone-science .fp-sidebar-latest .et_pb_post .entry-title a,
body.fp-tone-science .fp-sidebar-latest .et_pb_post h2 a {
  color: var(--c-text) !important;
  text-decoration: none !important;
}
body.fp-tone-science .fp-sidebar-latest .et_pb_post .entry-title a:hover,
body.fp-tone-science .fp-sidebar-latest .et_pb_post h2 a:hover {
  color: var(--c-accent) !important;
}

/* === SIDEBAR AD MODULES (each separate Divi module) === */
body.fp-tone-science .fp-sidebar-ad {
  background: var(--c-bg) !important;
  border: 1px solid var(--c-hairline) !important;
  padding: var(--space-2) !important;
  text-align: center !important;
  margin-bottom: var(--space-3) !important;
}
body.fp-tone-science .fp-sidebar-ad .fp-sidebar-ad__label {
  display: block;
  font-family: var(--font-ui); font-size: 0.62rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-text-muted); margin-bottom: var(--space-2);
}
body.fp-tone-science .fp-sidebar-ad .fp-sidebar-ad__slot {
  background: var(--c-cite-bg);
  font-family: var(--font-mono); font-size: 0.78rem; color: var(--c-text-muted);
  display: flex; align-items: center; justify-content: center;
}
body.fp-tone-science .fp-sidebar-ad .fp-sidebar-ad__slot--medium { height: 250px; }
body.fp-tone-science .fp-sidebar-ad .fp-sidebar-ad__slot--half { height: 600px; }

/* === RELATED POSTS (alul, full-width szekció) === */
body.fp-tone-science .fp-related-section { background: var(--c-bg); margin-top: var(--space-6); }
body.fp-tone-science .fp-article-related h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.5rem; margin: 0 0 var(--space-3); padding: 0;
  color: var(--c-text); font-variation-settings: "opsz" 36;
}
body.fp-tone-science .fp-related-grid {
  display: grid; grid-template-columns: 1fr; gap: var(--space-4);
}
@media (min-width: 600px) {
  body.fp-tone-science .fp-related-grid { grid-template-columns: 1fr 1fr 1fr; }
}
body.fp-tone-science .fp-related-card {
  display: block; text-decoration: none; color: inherit;
}
body.fp-tone-science .fp-related-card img {
  aspect-ratio: 16 / 9; width: 100%; object-fit: cover;
  margin-bottom: var(--space-2); display: block;
}
body.fp-tone-science .fp-related-card__cat {
  display: block;
  font-family: var(--font-ui); font-size: 0.62rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-accent); margin-bottom: 4px;
}
body.fp-tone-science .fp-related-card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.05rem; line-height: 1.3; margin: 0;
  text-wrap: balance; color: var(--c-text);
  font-variation-settings: "opsz" 18;
}
body.fp-tone-science .fp-related-card:hover h3 { color: var(--c-accent); }

/* === BACK TO TOP — floating button === */
body.fp-tone-science .fp-back-to-top {
  position: fixed; bottom: 24px; right: 24px; z-index: 999;
  width: 44px; height: 44px;
  background: var(--c-accent); color: #fff;
  border: none; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-ui); font-size: 1.2rem; font-weight: 600;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  opacity: 0; transform: translateY(20px) scale(0.9);
  transition: all 0.25s ease;
  pointer-events: none;
}
body.fp-tone-science .fp-back-to-top.is-visible {
  opacity: 1; transform: translateY(0) scale(1); pointer-events: auto;
}
body.fp-tone-science .fp-back-to-top:hover { background: var(--c-text); }

/* === LEAD === */
body.fp-tone-science .fp-article-lead {
  padding-left: var(--space-3); border-left: 3px solid var(--c-accent);
  margin-bottom: var(--space-5) !important;
}
body.fp-tone-science .fp-article-lead p {
  font-family: var(--font-body); font-size: 1.275rem; line-height: 1.55;
  color: var(--c-text); font-weight: 400; margin: 0;
  font-variation-settings: "opsz" 22;
}

/* === TAKEAWAYS === */
body.fp-tone-science .fp-article-takeaways {
  background: var(--c-accent-soft); padding: var(--space-3);
  margin-bottom: var(--space-5) !important; border-left: 3px solid var(--c-accent);
}
body.fp-tone-science .fp-article-takeaways h3 {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-accent); margin: 0 0 var(--space-2); padding: 0;
}
body.fp-tone-science .fp-article-takeaways ul {
  list-style: none; padding: 0; margin: 0;
}
body.fp-tone-science .fp-article-takeaways li {
  padding: 4px 0 4px 20px; font-family: var(--font-body);
  font-size: 1rem; line-height: 1.5; color: var(--c-text);
  position: relative;
}
body.fp-tone-science .fp-article-takeaways li::before {
  content: '▸'; position: absolute; left: 0; top: 4px;
  color: var(--c-accent); font-weight: 600;
}

/* === AD — full-bleed Werbung-Modul, kitör a 720px containerből === */
body.fp-tone-science .fp-article-ad {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: var(--space-5) !important;
  margin-bottom: var(--space-5) !important;
  background: var(--c-bg);
  border-top: 1px solid var(--c-hairline);
  border-bottom: 1px solid var(--c-hairline);
  padding: var(--space-4) var(--space-3);
}
body.fp-tone-science .fp-article-ad .fp-article-ad__inner {
  max-width: 970px; margin: 0 auto; text-align: center;
}
body.fp-tone-science .fp-article-ad .fp-article-ad__label {
  display: block;
  font-family: var(--font-ui); font-size: 0.62rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: var(--c-text-muted); margin-bottom: var(--space-2);
}
body.fp-tone-science .fp-article-ad .fp-article-ad__slot {
  background: var(--c-cite-bg);
  font-family: var(--font-mono); font-size: 0.85rem; color: var(--c-text-muted);
  height: 90px; max-width: 728px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
}
@media (min-width: 1024px) {
  body.fp-tone-science .fp-article-ad .fp-article-ad__slot { height: 250px; max-width: 970px; }
}

/* === BODY === */
body.fp-tone-science .fp-article-body {
  font-family: var(--font-body); font-size: 1.125rem; line-height: 1.7;
  color: var(--c-text); font-variation-settings: "opsz" 16;
}
body.fp-tone-science .fp-article-body p { margin: 0 0 var(--space-3); }
body.fp-tone-science .fp-article-body h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.75rem; line-height: 1.2; letter-spacing: -0.012em;
  margin: var(--space-5) 0 var(--space-2); color: var(--c-text);
  font-variation-settings: "opsz" 36; scroll-margin-top: 2rem; text-wrap: balance;
}
body.fp-tone-science .fp-article-body h3 {
  font-family: var(--font-display); font-weight: 600;
  font-size: 1.225rem; line-height: 1.3;
  margin: var(--space-4) 0 var(--space-1); color: var(--c-text);
  font-variation-settings: "opsz" 24;
}
body.fp-tone-science .fp-article-body a {
  color: var(--c-accent); text-decoration: underline;
  text-decoration-thickness: 1px; text-underline-offset: 3px;
  text-decoration-color: rgba(12, 53, 86, 0.4);
}
body.fp-tone-science .fp-article-body strong { font-weight: 600; color: var(--c-text); }
body.fp-tone-science .fp-article-body em { font-style: italic; }

/* Inline citation (shortcode-rendered) */
body.fp-tone-science .fp-cite {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 5px; margin: 0 1px;
  background: var(--c-cite-bg); color: var(--c-accent);
  font-family: var(--font-mono); font-size: 0.65rem; font-weight: 500;
  border-radius: 999px; text-decoration: none; vertical-align: super;
  line-height: 1; transition: background 0.15s ease;
}
body.fp-tone-science .fp-cite:hover { background: var(--c-accent); color: var(--c-surface); }

/* === PULL-QUOTE === */
body.fp-tone-science .fp-article-pullquote {
  border-left: 3px solid var(--c-accent); padding-left: var(--space-3);
  margin: var(--space-5) 0 !important;
}
body.fp-tone-science .fp-article-pullquote p:first-child {
  font-family: var(--font-display); font-weight: 350; font-style: italic;
  font-size: 1.5rem; line-height: 1.35; color: var(--c-text);
  font-variation-settings: "opsz" 60; text-wrap: pretty; margin: 0 0 var(--space-2);
}
body.fp-tone-science .fp-article-pullquote p:last-child {
  font-family: var(--font-ui); font-size: 0.78rem; font-weight: 500;
  color: var(--c-text-muted); letter-spacing: var(--fp-track-uppercase);
  text-transform: uppercase; margin: 0;
}
body.fp-tone-science .fp-article-pullquote em { font-style: normal; }

/* === INFO-BOX === */
body.fp-tone-science .fp-article-infobox {
  margin: var(--space-5) 0 !important; padding: var(--space-3);
  background: var(--c-bg); border-left: 3px solid var(--c-accent);
}
body.fp-tone-science .fp-article-infobox--studies { border-left-color: #2D7D5F; }
body.fp-tone-science .fp-article-infobox--method  { border-left-color: #5A6B7A; }
body.fp-tone-science .fp-article-infobox--caveat  { border-left-color: var(--c-warning); }
body.fp-tone-science .fp-article-infobox h3 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.225rem; margin: 0 0 var(--space-1); padding: 0;
  color: var(--c-text); font-variation-settings: "opsz" 24;
}
body.fp-tone-science .fp-article-infobox p {
  font-family: var(--font-body); font-size: 1rem; line-height: 1.6;
  color: var(--c-text); margin: 0 0 var(--space-1);
}
body.fp-tone-science .fp-article-infobox p:last-child { margin: 0; }

/* === RECOMMENDATION === */
body.fp-tone-science .fp-article-recommendation {
  margin-top: var(--space-6) !important; padding: var(--space-4);
  background: var(--c-accent); color: var(--c-surface);
}
body.fp-tone-science .fp-article-recommendation h3 {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: var(--fp-track-uppercase); text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7); margin: 0 0 var(--space-2); padding: 0;
}
body.fp-tone-science .fp-article-recommendation p {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 1.275rem; line-height: 1.5; color: var(--c-surface);
  font-variation-settings: "opsz" 24; margin: 0 0 var(--space-2);
}
body.fp-tone-science .fp-article-recommendation p:last-child { margin: 0; }
body.fp-tone-science .fp-article-recommendation strong { color: var(--c-surface); font-weight: 600; }

/* === SOURCES === */
body.fp-tone-science .fp-article-sources {
  margin-top: var(--space-7) !important; padding-top: var(--space-4);
  border-top: 2px solid var(--c-text);
}
body.fp-tone-science .fp-article-sources h2 {
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.5rem; margin: 0 0 var(--space-3); padding: 0;
  color: var(--c-text); font-variation-settings: "opsz" 36;
}
body.fp-tone-science .fp-article-sources ol {
  counter-reset: srcnum; font-family: var(--font-ui);
  font-size: 0.875rem; line-height: 1.55; color: var(--c-text);
  list-style: none; padding: 0; margin: 0;
}
body.fp-tone-science .fp-article-sources li {
  counter-increment: srcnum;
  padding: var(--space-2) 0 var(--space-2) 36px;
  border-bottom: var(--fp-hairline-rule);
  position: relative; scroll-margin-top: 1rem;
  transition: background-color 0.4s ease;
}
body.fp-tone-science .fp-article-sources li::before {
  content: counter(srcnum, decimal-leading-zero);
  position: absolute; left: 0; top: var(--space-2);
  font-family: var(--font-mono); font-size: 0.78rem;
  color: var(--c-accent); font-weight: 500; letter-spacing: 0.04em;
}
body.fp-tone-science .fp-article-sources li:target {
  background: var(--c-accent-soft); animation: fp-target-flash 1.6s ease;
}
@keyframes fp-target-flash { 0% { background: rgba(212, 175, 55, 0.4); } 100% { background: var(--c-accent-soft); } }
body.fp-tone-science .fp-article-sources em { font-style: italic; }
body.fp-tone-science .fp-article-sources a {
  font-family: var(--font-mono); font-size: 0.74rem;
  color: var(--c-accent); text-decoration: none;
  border-bottom: 1px dotted currentColor; padding-bottom: 1px;
  margin-left: 4px;
}
