:root {
  color-scheme: light;
  --ink: #16232f;
  --muted: #5b6b78;
  --line: #dbe5ea;
  --paper: #ffffff;
  --soft: #f2f7f8;
  --tint: #e8f6f4;
  --accent: #007f7a;
  --accent-strong: #005d61;
  --navy: #15334a;
  --sun: #f4b84a;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(232, 246, 244, .75), rgba(242, 247, 248, 0) 420px),
    var(--soft);
  line-height: 1.68;
}

a {
  color: var(--accent-strong);
  text-decoration: none;
}

a:hover { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-header-inner {
  width: min(1180px, calc(100% - 2rem));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--ink);
}

.brand:hover { text-decoration: none; }

.brand-mark,
.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(21, 51, 74, .18);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: .82rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem;
  flex-wrap: wrap;
}

.main-nav a {
  color: var(--ink);
  padding: .48rem .7rem;
  border-radius: 6px;
  font-size: .92rem;
}

.main-nav a:hover {
  background: var(--tint);
  color: var(--accent-strong);
  text-decoration: none;
}

.article-shell,
.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 2rem auto 0;
}

.home-hero,
.section-hero {
  min-height: 330px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: end;
  gap: 2rem;
  padding: clamp(2rem, 6vw, 4.5rem);
  background:
    linear-gradient(135deg, rgba(21, 51, 74, .96), rgba(0, 127, 122, .86)),
    radial-gradient(circle at 20% 20%, rgba(244, 184, 74, .36), transparent 32%);
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}

.hero-search,
.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .55rem;
  max-width: 680px;
  margin-top: 1.25rem;
}

.hero-search input,
.search-form input {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 6px;
  padding: .7rem .85rem;
  font: inherit;
}

.hero-search button,
.search-form button {
  border: 0;
  border-radius: 6px;
  padding: .7rem 1rem;
  background: var(--sun);
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.search-page {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.search-page .search-form {
  margin-top: .5rem;
}

.search-page .search-form input {
  border-color: var(--line);
}

.search-count {
  color: var(--muted);
  margin-top: 1rem;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .58rem .9rem;
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-weight: 800;
}

.hero-actions a + a {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .36);
}

.hero-actions a:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.home-hero-v2 {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: center;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1rem;
}

.trust-strip span {
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  padding: .35rem .58rem;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
  font-size: .86rem;
  font-weight: 700;
}

.hero-question-stack {
  display: grid;
  gap: .75rem;
}

.hero-question-stack a {
  display: grid;
  gap: .35rem;
  padding: .95rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .12);
}

.hero-question-stack a:hover {
  background: rgba(255, 255, 255, .18);
  text-decoration: none;
  transform: translateY(-1px);
}

.hero-question-stack small {
  color: var(--sun);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hero-question-stack strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-question-stack span {
  color: rgba(255, 255, 255, .84);
  font-size: .94rem;
}

.home-hero h1,
.section-hero h1 {
  max-width: 790px;
  color: #fff;
}

.home-hero p,
.section-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .86);
  font-size: 1.12rem;
}

.hero-panel,
.hero-brand {
  justify-self: end;
  width: min(100%, 230px);
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
}

.hero-brand {
  width: min(100%, 320px);
  padding: 0;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.hero-brand img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hero-panel span {
  display: block;
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}

.hero-panel strong {
  color: rgba(255, 255, 255, .82);
  font-weight: 600;
}

.content-band {
  margin-top: 2.4rem;
}

.today-learned {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #ffd982;
  border-radius: 8px;
  background: #fff8e8;
}

.today-learned span {
  color: #8a5b00;
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .06em;
}

.today-learned p {
  margin: 0;
  color: #4b5560;
}

.today-learned-link a {
  color: #34404a;
  font-weight: 700;
}

.today-learned-link a:hover {
  color: var(--accent-strong);
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.question-card {
  min-height: 255px;
  display: grid;
  align-content: start;
  gap: .65rem;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 14px 36px rgba(21, 51, 74, .07);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.question-card:hover {
  transform: translateY(-2px);
  border-color: #9fcfca;
  box-shadow: 0 22px 48px rgba(21, 51, 74, .12);
  text-decoration: none;
}

.question-card > span {
  width: fit-content;
  padding: .32rem .5rem;
  border-radius: 999px;
  background: var(--tint);
  color: var(--accent-strong);
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.question-card h3 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.15;
}

.question-card p {
  margin: 0;
  color: var(--muted);
}

.question-card div,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .15rem;
}

.question-card em,
.card-meta em,
.article-card small {
  width: fit-content;
  padding: .24rem .45rem;
  border-radius: 999px;
  background: #fff8e8;
  color: #8a5b00;
  font-size: .78rem;
  font-style: normal;
  font-weight: 800;
}

.featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: 1rem;
  margin-top: 1rem;
}

.featured-card,
.editorial-note {
  min-height: 320px;
  border-radius: 8px;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.featured-card {
  display: grid;
  align-content: end;
  gap: .6rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(21, 51, 74, .15), rgba(21, 51, 74, .95)),
    linear-gradient(135deg, #0a6f74, #15334a);
  box-shadow: 0 24px 60px rgba(21, 51, 74, .16);
}

.featured-card:hover {
  text-decoration: none;
}

.featured-card span,
.editorial-note span {
  width: fit-content;
  padding: .35rem .55rem;
  border-radius: 6px;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}

.featured-card span {
  background: rgba(244, 184, 74, .2);
  color: #ffe3a6;
}

.featured-card h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.05;
}

.featured-card p {
  max-width: 650px;
  color: rgba(255, 255, 255, .86);
  margin: 0;
}

.featured-card strong {
  color: #fff;
  margin-top: .4rem;
}

.editorial-note {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(21, 51, 74, .08);
}

.editorial-note span {
  background: var(--tint);
  color: var(--accent-strong);
}

.editorial-note h2 {
  margin-top: 1.1rem;
  font-size: 1.75rem;
}

.editorial-note p {
  color: var(--muted);
}

.editorial-note ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-heading h2 {
  margin: 0;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
}

.section-tile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.section-tile {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: .65rem;
  padding: 1.1rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(21, 51, 74, .06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.section-tile:hover {
  transform: translateY(-2px);
  border-color: #9fcfca;
  box-shadow: 0 18px 42px rgba(21, 51, 74, .1);
  text-decoration: none;
}

.section-tile span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--tint);
  color: var(--accent-strong);
  font-weight: 900;
  font-size: 1.15rem;
}

.section-tile strong {
  font-size: 1.18rem;
}

.section-tile p {
  color: var(--muted);
  margin: 0;
}

.article {
  max-width: 820px;
  margin: 0 auto;
  background: var(--paper);
  padding: clamp(1.25rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(21, 51, 74, .08);
}

.breadcrumbs {
  max-width: 820px;
  margin: 0 auto 1rem;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: .92rem;
}

.section-name {
  margin: 0 0 .55rem;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .76rem;
}

.home-hero .section-name,
.section-hero .section-name {
  color: var(--sun);
}

h1 {
  font-size: clamp(2.15rem, 5vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin: .2rem 0 1rem;
}

h2 {
  margin: 2.1rem 0 .7rem;
  line-height: 1.2;
  letter-spacing: 0;
}

p { margin: 0 0 1rem; }

.summary,
.article-intro {
  font-size: 1.18rem;
  color: var(--muted);
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.2rem 0 0;
}

.article-meta span {
  padding: .35rem .55rem;
  border-radius: 6px;
  background: var(--soft);
  color: var(--muted);
  font-size: .86rem;
}

.article-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  margin: 1.4rem 0;
}

.toc,
.share-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfc;
  padding: .9rem;
}

.toc strong,
.share-box strong {
  display: block;
  margin-bottom: .45rem;
}

.toc ol {
  margin: 0;
  padding-left: 1.2rem;
}

.share-box {
  min-width: 150px;
}

.share-box a {
  display: block;
  margin-top: .3rem;
  color: var(--accent-strong);
}

.article-text {
  font-size: 1.04rem;
}

.answer-box,
.callout {
  border: 1px solid #b9ded9;
  border-left: 5px solid var(--accent);
  background: var(--tint);
  padding: 1.05rem 1.2rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.answer-box h2 {
  margin-top: 0;
}

blockquote {
  margin: 1.8rem 0;
  padding: 1.1rem 1.2rem;
  border-left: 5px solid var(--sun);
  background: #fff9eb;
  color: #4a5560;
  border-radius: 8px;
}

blockquote cite {
  display: block;
  margin-top: .75rem;
  color: var(--muted);
  font-size: .92rem;
}

figure {
  margin: 2rem 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

figcaption {
  color: var(--muted);
  font-size: .9rem;
  margin-top: .55rem;
}

.ad-slot {
  margin: 1.8rem 0;
  padding: .9rem;
  border: 1px dashed #a6b6bf;
  background: #fbfcfc;
  border-radius: 8px;
  min-height: 120px;
}

.ad-slot-top_after_intro,
.ad-slot-after_paragraph_3,
.ad-slot-mid_article,
.ad-slot-bottom_article {
  min-height: 250px;
}

.ad-slot-sidebar_desktop {
  min-height: 280px;
}

.ad-label {
  color: var(--muted);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .5rem;
}

.demo-ad {
  min-height: 84px;
  display: grid;
  place-items: center;
  color: var(--muted);
  background: #f2f5f6;
  border-radius: 6px;
}

.ad-banner {
  display: grid;
  gap: .55rem;
  color: var(--ink);
}

.ad-banner img {
  width: 100%;
  border-radius: 6px;
}

.ad-banner span {
  color: var(--muted);
  font-size: .92rem;
}

.ad-affiliate {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: .85rem;
  align-items: center;
  color: var(--ink);
}

.ad-affiliate:hover {
  text-decoration: none;
}

.ad-affiliate img {
  width: 88px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.ad-affiliate span {
  display: grid;
  gap: .2rem;
}

.ad-affiliate small {
  color: var(--muted);
}

.ad-affiliate em {
  padding: .5rem .7rem;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-style: normal;
  font-weight: 800;
}

.faq {
  margin-top: 2rem;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: .9rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 800;
}

.sources,
.related {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.sources ol {
  padding-left: 1.35rem;
}

.related-grid,
.article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 1rem;
}

.article-list-modern {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related-grid a,
.article-card {
  min-height: 160px;
  display: grid;
  gap: .45rem;
  align-content: start;
  padding: 1.1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(21, 51, 74, .06);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.related-grid a:hover,
.article-card:hover {
  transform: translateY(-2px);
  border-color: #9fcfca;
  box-shadow: 0 18px 42px rgba(21, 51, 74, .1);
  text-decoration: none;
}

.article-card strong,
.related-grid strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.article-card span,
.related-grid span {
  color: var(--muted);
  font-size: .9rem;
}

.article-card p {
  color: var(--muted);
  margin: 0;
}

.article-card small {
  margin-top: .25rem;
}

.section-header {
  margin-bottom: 1.5rem;
}

.site-footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 3rem auto 0;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin: .2rem 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: .85rem;
}

.footer-links a {
  color: var(--muted);
  font-size: .92rem;
}

.static-page {
  max-width: 860px;
}

.static-content ul {
  padding-left: 1.2rem;
}

.contact-box {
  display: grid;
  gap: .25rem;
  width: fit-content;
  margin: 1.25rem 0;
  padding: 1rem 1.2rem;
  background: var(--tint);
  border: 1px solid #b9ded9;
  border-radius: 8px;
}

.sitemap-list {
  display: grid;
  gap: .45rem;
  padding-left: 1.2rem;
}

.sitemap-list li span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
}

.footer-cookie-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .92rem;
  cursor: pointer;
}

.footer-cookie-button:hover {
  color: var(--accent-strong);
  text-decoration: underline;
}

.cookie-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(12, 24, 34, .38);
}

.cookie-banner {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: 1rem;
  width: min(760px, calc(100% - 2rem));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
  padding: 1rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(12, 24, 34, .22);
}

.cookie-panel {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  grid-template-columns: 1fr;
  width: min(620px, calc(100% - 2rem));
}

.cookie-eyebrow {
  margin: 0 0 .2rem;
  color: var(--accent);
  font-size: .74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.cookie-banner h2 {
  margin: 0 0 .35rem;
  font-size: 1.15rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
}

.cookie-actions button {
  min-height: 38px;
  padding: .55rem .75rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}

.cookie-actions button:first-child,
.cookie-actions button:last-child[data-cookie-accept] {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.cookie-options {
  display: grid;
  gap: .65rem;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
  padding: .75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.cookie-option input {
  margin-top: .28rem;
}

.cookie-option strong,
.cookie-option small {
  display: block;
}

.cookie-option small {
  color: var(--muted);
}

.cookie-option.disabled {
  background: var(--soft);
}

@media (max-width: 820px) {
  .site-header-inner,
  .site-footer,
  .section-heading {
    display: grid;
  }

  .main-nav {
    justify-content: start;
  }

  .home-hero,
  .section-hero,
  .featured-layout,
  .question-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero,
  .section-hero {
    padding: 1.5rem;
  }

  .hero-panel,
  .hero-brand {
    justify-self: start;
  }

  .article-list-modern {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-tools,
  .today-learned {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .article-shell,
  .section-shell,
  .site-header-inner,
  .site-footer {
    width: min(100% - 1rem, 1180px);
  }

  .article {
    padding: 1rem;
  }

  .main-nav a {
    padding: .4rem .5rem;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-search,
  .search-form {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: start;
  }

  .ad-affiliate {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .ad-affiliate img {
    width: 64px;
  }

  .ad-affiliate em {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .article-list-modern {
    grid-template-columns: 1fr;
  }

  .featured-card,
  .editorial-note {
    min-height: 240px;
  }
}

/* === 2026 mobile refresh: accessibility, responsive navigation, performance-safe layout === */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font-size: 1rem;
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(244, 184, 74, .95);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: .75rem;
  z-index: 200;
  transform: translateY(-160%);
  padding: .65rem .85rem;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(12, 24, 34, .24);
}

.skip-link:focus {
  transform: translateY(0);
  text-decoration: none;
}

#inhoud:focus {
  outline: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: .55rem;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .55rem .8rem;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.nav-toggle:hover {
  background: var(--tint);
  color: var(--accent-strong);
}

.nav-toggle-icon,
.nav-toggle-icon::before,
.nav-toggle-icon::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .16s ease, opacity .16s ease;
}

.nav-toggle-icon {
  position: relative;
}

.nav-toggle-icon::before,
.nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-icon::before { top: -6px; }
.nav-toggle-icon::after { top: 6px; }

.site-header.is-open .nav-toggle-icon { background: transparent; }
.site-header.is-open .nav-toggle-icon::before { transform: translateY(6px) rotate(45deg); }
.site-header.is-open .nav-toggle-icon::after { transform: translateY(-6px) rotate(-45deg); }

:where(h1, h2, h3, p, li, a, strong, span) {
  overflow-wrap: anywhere;
}

img,
video,
iframe {
  max-width: 100%;
}

iframe {
  display: block;
  border: 0;
}

.article-text,
.static-content,
.summary,
.article-intro {
  hyphens: auto;
}

.ad-slot,
.ad-content,
.ad-content-script,
.demo-ad {
  max-width: 100%;
  overflow: hidden;
}

.ad-content iframe,
.ad-content ins,
.ad-content > * {
  max-width: 100% !important;
}

.ad-device-mobile { display: none; }

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }

  .site-header-inner {
    width: min(100% - 1rem, 1180px);
    min-height: 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .6rem;
    padding: .35rem 0;
  }

  .brand {
    min-width: 0;
  }

  .brand strong,
  .brand small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-logo,
  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .main-nav {
    grid-column: 1 / -1;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
    margin-top: .15rem;
    padding: .75rem;
    border: 1px solid rgba(219, 229, 234, .72);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 18px 48px rgba(21, 51, 74, .14);
    backdrop-filter: blur(18px) saturate(145%);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .main-nav::-webkit-scrollbar { display: none; }

  .js .main-nav { display: none; }
  .js .site-header.is-open .main-nav { display: grid; }

  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 46px;
    padding: .72rem .85rem;
    border: 1px solid rgba(219, 229, 234, .9);
    border-radius: 10px;
    background: rgba(255, 255, 255, .86);
    color: var(--ink);
    font-weight: 850;
    white-space: normal;
    box-shadow: 0 8px 22px rgba(21, 51, 74, .05);
  }

  .main-nav a:hover,
  .main-nav a:focus-visible {
    background: rgba(232, 246, 244, .92);
    color: var(--accent-strong);
  }

  .article-shell,
  .section-shell,
  .site-footer {
    width: min(100% - 1rem, 1180px);
    margin-top: 1rem;
  }

  .home-hero,
  .section-hero {
    border-radius: 12px;
    padding: clamp(1.15rem, 6vw, 1.75rem);
    gap: 1.1rem;
  }

  .home-hero h1,
  .section-hero h1,
  h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
    line-height: 1.03;
  }

  .home-hero p,
  .section-hero p,
  .summary,
  .article-intro {
    font-size: 1.03rem;
  }

  .hero-actions a,
  .hero-search button,
  .search-form button {
    min-height: 46px;
  }

  .hero-search input,
  .search-form input {
    min-height: 46px;
    font-size: 1rem;
  }

  .question-card,
  .section-tile,
  .article-card,
  .related-grid a {
    min-height: 0;
  }

  .featured-card,
  .editorial-note,
  .article,
  .search-page,
  .ad-slot,
  .toc,
  .share-box,
  .answer-box,
  .callout,
  blockquote {
    border-radius: 12px;
  }

  .article {
    padding: clamp(1rem, 5vw, 1.45rem);
  }

  .article-tools {
    gap: .75rem;
  }

  .toc ol {
    padding-left: 1.05rem;
  }

  .share-box {
    min-width: 0;
  }

  .share-box a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    margin: .25rem .4rem .15rem 0;
  }

  .ad-slot-top_after_intro,
  .ad-slot-after_paragraph_3,
  .ad-slot-mid_article,
  .ad-slot-bottom_article {
    min-height: 180px;
  }

  .ad-device-desktop { display: none !important; }
  .ad-device-mobile { display: block; }

  .site-footer {
    display: grid;
    gap: .75rem;
    padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
  }

  .footer-links a,
  .footer-cookie-button {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
  }
}

@media (min-width: 821px) {
  .ad-device-desktop,
  .ad-device-both { display: block; }
  .ad-device-mobile { display: none !important; }
}

@media (max-width: 560px) {
  .article-shell,
  .section-shell,
  .site-header-inner,
  .site-footer {
    width: min(100% - .75rem, 1180px);
  }

  .home-hero,
  .section-hero {
    padding: 1rem;
  }

  .hero-brand {
    width: min(210px, 74vw);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .section-heading {
    align-items: start;
  }

  .today-learned {
    padding: .85rem;
  }

  .article-meta span,
  .question-card em,
  .card-meta em,
  .article-card small {
    font-size: .76rem;
  }

  figure {
    margin: 1.25rem 0;
  }

  .article-hero {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .article-hero img {
    border-radius: 0;
  }

  .cookie-banner {
    left: .5rem;
    right: .5rem;
    bottom: max(.5rem, env(safe-area-inset-bottom));
    width: auto;
    transform: none;
  }

  .cookie-panel {
    top: 50%;
    left: .5rem;
    right: .5rem;
    width: auto;
    max-height: calc(100dvh - 1rem);
    overflow: auto;
    transform: translateY(-50%);
  }

  .cookie-actions button {
    flex: 1 1 100%;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (hover: none) {
  .hero-actions a:hover,
  .hero-question-stack a:hover,
  .question-card:hover,
  .section-tile:hover,
  .related-grid a:hover,
  .article-card:hover {
    transform: none;
  }
}

/* Safe mobile/discover refinements. */
.featured-card,
.article-card,
.related-grid a {
  overflow: hidden;
  overflow-wrap: anywhere;
}

.featured-card-with-image,
.article-card-with-image {
  align-content: start;
}

.featured-thumb,
.article-card-thumb {
  width: calc(100% + 2.2rem);
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: -1.1rem -1.1rem .55rem;
  border-radius: 8px 8px 0 0;
  background: #edf4f5;
}

.featured-thumb {
  width: calc(100% + 2.4rem);
  margin: -1.2rem -1.2rem .85rem;
}

.article-card-with-image {
  min-height: 230px;
}

.ad-slot {
  contain: layout paint;
}

.ad-slot-mobile,
.ad-slot-desktop,
.ad-slot-both {
  width: 100%;
}

.search-page,
.article,
.section-shell,
.article-shell {
  max-width: 100%;
}

@media (max-width: 820px) {
  .article-list,
  .article-list-modern,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .featured-thumb,
  .article-card-thumb {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .ad-affiliate {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ad-affiliate em {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .article-meta,
  .footer-links,
  .cookie-actions {
    min-width: 0;
  }

  .article-card,
  .related-grid a,
  .featured-card,
  .editorial-note {
    padding: .95rem;
  }

  .article-card-thumb,
  .featured-thumb {
    width: calc(100% + 1.9rem);
    margin-left: -.95rem;
    margin-right: -.95rem;
  }

  .ad-slot {
    padding: .75rem;
    margin: 1.35rem 0;
  }
}

/* Weetkring visual identity refresh. */
:root {
  --wk-ink: #10222f;
  --wk-blue: #214b6b;
  --wk-teal: #007f7a;
  --wk-teal-soft: #dff4f1;
  --wk-amber: #f4b84a;
  --wk-coral: #d95f45;
  --wk-lilac: #7664a8;
  --wk-paper: #ffffff;
  --wk-canvas: #f6faf9;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .86) 0, rgba(246, 250, 249, .82) 360px),
    linear-gradient(90deg, rgba(0, 127, 122, .06) 0 1px, transparent 1px 72px),
    linear-gradient(180deg, rgba(33, 75, 107, .045) 0 1px, transparent 1px 72px),
    var(--wk-canvas);
}

.site-header {
  border-bottom-color: rgba(16, 34, 47, .1);
  box-shadow: 0 12px 34px rgba(16, 34, 47, .06);
}

.site-header::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--wk-teal), var(--wk-amber), var(--wk-coral), var(--wk-blue));
}

.brand-logo {
  border: 2px solid rgba(255, 255, 255, .95);
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 34, 47, .18);
}

.brand strong {
  color: var(--wk-ink);
  font-weight: 950;
}

.brand small {
  color: #526574;
}

.main-nav a {
  font-weight: 760;
}

.main-nav a:hover {
  background: var(--wk-teal-soft);
  color: var(--wk-teal);
}

.home-hero,
.section-hero {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .22);
  background:
    linear-gradient(135deg, rgba(16, 34, 47, .98), rgba(0, 127, 122, .9) 62%, rgba(33, 75, 107, .96)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .08) 0 1px, transparent 1px 22px);
  box-shadow: 0 28px 80px rgba(16, 34, 47, .2);
}

.home-hero::after,
.section-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 8px;
  background: linear-gradient(90deg, var(--wk-amber), var(--wk-coral), var(--wk-lilac), var(--wk-teal));
}

.home-hero h1,
.section-hero h1 {
  text-wrap: balance;
}

.home-hero p,
.section-hero p {
  color: rgba(255, 255, 255, .9);
}

.hero-brand {
  border-color: rgba(255, 255, 255, .36);
  background: rgba(255, 255, 255, .14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .22);
}

.hero-brand img {
  background: rgba(255, 255, 255, .88);
}

.hero-search input,
.search-form input {
  border-color: rgba(255, 255, 255, .64);
  box-shadow: 0 12px 30px rgba(16, 34, 47, .14);
}

.search-page .search-form input {
  box-shadow: none;
}

.hero-search button,
.search-form button,
.hero-actions a:first-child {
  box-shadow: 0 12px 30px rgba(244, 184, 74, .22);
}

.hero-search button:hover,
.search-form button:hover,
.hero-actions a:first-child:hover {
  background: #ffd36d;
  text-decoration: none;
}

.section-name {
  width: fit-content;
  padding: .25rem .45rem;
  border-radius: 6px;
  background: rgba(0, 127, 122, .1);
  color: var(--wk-teal);
}

.home-hero .section-name,
.section-hero .section-name {
  background: rgba(244, 184, 74, .16);
  color: #ffe1a0;
}

.featured-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 34, 47, .08), rgba(16, 34, 47, .96)),
    linear-gradient(135deg, #007f7a, #214b6b 58%, #10222f);
}

.featured-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--wk-amber), var(--wk-coral), var(--wk-teal));
}

.editorial-note {
  border-color: rgba(0, 127, 122, .16);
  background:
    linear-gradient(180deg, #ffffff, #f7fcfb),
    var(--wk-paper);
}

.editorial-note h2,
.section-heading h2,
.related h2,
.sources h2 {
  color: var(--wk-ink);
  text-wrap: balance;
}

.today-learned {
  border-color: rgba(244, 184, 74, .54);
  background:
    linear-gradient(90deg, rgba(244, 184, 74, .16), rgba(255, 255, 255, .94)),
    #fff;
  box-shadow: 0 14px 36px rgba(16, 34, 47, .06);
}

.section-tile,
.question-card,
.article-card,
.related-grid a {
  position: relative;
  overflow: hidden;
  border-color: rgba(16, 34, 47, .1);
  background:
    linear-gradient(180deg, #ffffff, #fbfdfd),
    var(--wk-paper);
}

.section-tile::before,
.question-card::before,
.article-card::before,
.related-grid a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--wk-teal), var(--wk-amber));
}

.article-card:nth-child(3n + 2)::before,
.section-tile:nth-child(3n + 2)::before,
.question-card:nth-child(3n + 2)::before {
  background: linear-gradient(90deg, var(--wk-coral), var(--wk-amber));
}

.article-card:nth-child(3n + 3)::before,
.section-tile:nth-child(3n + 3)::before,
.question-card:nth-child(3n + 3)::before {
  background: linear-gradient(90deg, var(--wk-lilac), var(--wk-teal));
}

.section-tile:hover,
.question-card:hover,
.article-card:hover,
.related-grid a:hover {
  border-color: rgba(0, 127, 122, .34);
}

.section-tile span {
  background: linear-gradient(135deg, var(--wk-teal-soft), #fff8e8);
  color: var(--wk-teal);
}

.article {
  position: relative;
  border-color: rgba(16, 34, 47, .11);
  box-shadow: 0 24px 70px rgba(16, 34, 47, .08);
}

.article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--wk-teal), var(--wk-amber), var(--wk-coral));
}

.article-header h1 {
  text-wrap: balance;
}

.article-meta span {
  border: 1px solid rgba(16, 34, 47, .07);
  background: #f7faf9;
}

.toc,
.share-box,
.answer-box,
.callout,
blockquote,
.sources,
.related {
  border-color: rgba(16, 34, 47, .11);
}

.answer-box {
  background:
    linear-gradient(90deg, rgba(0, 127, 122, .12), rgba(255, 255, 255, .96)),
    #fff;
}

.faq details {
  background: #fff;
  border: 1px solid rgba(16, 34, 47, .09);
  border-radius: 8px;
  margin: .55rem 0;
  padding: .85rem .95rem;
}

.faq details:last-child {
  border-bottom: 1px solid rgba(16, 34, 47, .09);
}

.ad-slot {
  background:
    linear-gradient(180deg, rgba(247, 250, 249, .94), rgba(255, 255, 255, .98));
  border-color: rgba(91, 107, 120, .38);
}

.site-footer {
  width: 100%;
  max-width: none;
  margin-top: 3rem;
  padding: 2rem max(1rem, calc((100vw - 1180px) / 2)) 2.2rem;
  background: linear-gradient(135deg, #10222f, #15334a);
  border-top: 4px solid var(--wk-amber);
  color: rgba(255, 255, 255, .72);
}

.site-footer strong {
  color: #fff;
}

.site-footer a,
.footer-cookie-button {
  color: rgba(255, 255, 255, .78);
}

.site-footer a:hover,
.footer-cookie-button:hover {
  color: #fff;
}

@media (max-width: 820px) {
  .home-hero,
  .section-hero {
    box-shadow: 0 18px 50px rgba(16, 34, 47, .18);
  }

  .site-footer {
    padding-left: .9rem;
    padding-right: .9rem;
  }
}

/* Final mobile safety overrides. */
.featured-card,
.article-card,
.related-grid a {
  overflow: hidden;
  overflow-wrap: anywhere;
}

.featured-thumb,
.article-card-thumb {
  width: calc(100% + 2.2rem);
  max-width: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: -1.1rem -1.1rem .65rem;
  border-radius: 8px 8px 0 0;
}

.featured-thumb {
  width: calc(100% + 2.4rem);
  margin: -1.2rem -1.2rem .9rem;
}

.article-card-with-image {
  min-height: 230px;
}

.ad-slot {
  contain: layout paint;
}

@media (max-width: 820px) {
  .article-list,
  .article-list-modern,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .ad-affiliate {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .ad-affiliate em {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 430px) {
  .article-card,
  .related-grid a,
  .featured-card,
  .editorial-note {
    padding: .95rem;
  }

  .article-card-thumb,
  .featured-thumb {
    width: calc(100% + 1.9rem);
    margin-left: -.95rem;
    margin-right: -.95rem;
  }

  .ad-slot {
    padding: .75rem;
    margin: 1.35rem 0;
  }
}

/* Modern article magazine layout. */
.article-shell-modern {
  width: min(1280px, calc(100% - 2rem));
}

.article-hero-modern {
  position: relative;
  min-height: clamp(360px, 54vw, 620px);
  display: grid;
  align-items: end;
  overflow: hidden;
  margin: 1rem 0 1.25rem;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(16, 34, 47, .95), rgba(33, 75, 107, .82)),
    #15334a;
  box-shadow: 0 28px 70px rgba(16, 34, 47, .18);
}

.article-hero-modern > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.article-hero-modern::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 34, 47, .10), rgba(16, 34, 47, .78)),
    linear-gradient(90deg, rgba(16, 34, 47, .72), rgba(16, 34, 47, .12));
}

.article-hero-no-image::after {
  background:
    radial-gradient(circle at 20% 15%, rgba(244, 184, 74, .18), transparent 32%),
    linear-gradient(135deg, rgba(16, 34, 47, .96), rgba(0, 127, 122, .82));
}

.article-hero-overlay {
  position: relative;
  z-index: 1;
  width: min(900px, 100%);
  padding: clamp(1.25rem, 5vw, 3rem);
  color: #fff;
}

.article-kicker,
.article-meta-hero {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}

.article-kicker span,
.article-meta-hero span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 999px;
  padding: .35rem .65rem;
  background: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(12px);
}

.article-hero-overlay h1 {
  max-width: 850px;
  margin: .9rem 0;
  color: #fff;
  font-size: clamp(2.25rem, 7vw, 5.2rem);
  line-height: .98;
}

.article-hero-overlay .summary {
  max-width: 760px;
  color: rgba(255, 255, 255, .88);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-sidebar {
  min-width: 0;
}

.article-sidebar-inner {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 1rem;
}

.sidebar-card,
.article-toc-mobile {
  border: 1px solid rgba(16, 34, 47, .10);
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 42px rgba(16, 34, 47, .08);
  padding: 1rem;
}

.article-toc strong,
.sidebar-related > strong,
.newsletter-card > strong {
  display: block;
  margin-bottom: .65rem;
  color: var(--ink);
}

.article-toc ol {
  margin: 0;
  padding-left: 1.1rem;
}

.article-toc li + li {
  margin-top: .45rem;
}

.article-toc a {
  color: var(--muted);
}

.article-toc a:hover {
  color: var(--accent-strong);
}

.article-toc-mobile {
  display: none;
  margin-bottom: 1rem;
}

.article-toc-mobile summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 850;
}

.sidebar-related-list {
  display: grid;
  gap: .75rem;
}

.related-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: .7rem;
  align-items: center;
  color: var(--ink);
}

.related-card:hover {
  text-decoration: none;
}

.related-card-thumb {
  width: 82px;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  background: #edf4f5;
  grid-row: span 2;
}

.related-card span {
  color: var(--muted);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.related-card strong {
  min-width: 0;
  font-size: .94rem;
  line-height: 1.25;
}

.newsletter-card {
  background:
    linear-gradient(135deg, rgba(223, 244, 241, .92), rgba(255, 255, 255, .98));
}

.newsletter-card span {
  color: var(--accent-strong);
  font-weight: 850;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.newsletter-card p {
  margin: 0 0 .85rem;
  color: var(--muted);
}

.newsletter-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem .85rem;
  border-radius: 8px;
  background: var(--wk-teal);
  color: #fff;
  font-weight: 850;
}

.ad-slot-sidebar {
  min-height: 250px;
}

.ad-slot-placeholder .demo-ad {
  min-height: inherit;
  border: 1px dashed rgba(91, 107, 120, .35);
}

.share-box-bottom {
  margin-top: 2rem;
}

@media (max-width: 980px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    order: 2;
  }

  .article-sidebar-inner {
    position: static;
  }

  .article-sidebar .article-toc {
    display: none;
  }

  .article-toc-mobile {
    display: block;
  }

  .related-mobile {
    display: block;
  }
}

@media (min-width: 981px) {
  .related-mobile {
    display: none;
  }
}

@media (max-width: 560px) {
  .article-shell-modern {
    width: min(100% - .75rem, 1280px);
  }

  .article-hero-modern {
    min-height: 430px;
    border-radius: 12px;
  }

  .article-hero-overlay {
    padding: 1rem;
  }

  .article-kicker span,
  .article-meta-hero span {
    min-height: 32px;
    font-size: .78rem;
  }

  .article-hero-overlay h1 {
    font-size: clamp(2rem, 13vw, 3.4rem);
  }

  .related-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .related-card-thumb {
    width: 96px;
  }
}
