:root {
  --ink: #102f3a;
  --ink-soft: #244650;
  --muted: #60747a;
  --paper: #f7fbfc;
  --white: #ffffff;
  --cyan: #d9f3f5;
  --cyan-deep: #a8dfe2;
  --gold: #b77b24;
  --red: #c63d4f;
  --line: #d7e5e7;
  --shadow: 0 22px 55px rgba(16, 47, 58, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 Inter, Arial, sans-serif; }
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.masthead { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 1.35rem/1 Merriweather, Georgia, serif; text-decoration: none; white-space: nowrap; }
.mark { display: grid; grid-template-columns: repeat(4, 3px); align-items: center; gap: 3px; width: 22px; height: 26px; }
.mark i { display: block; width: 3px; height: 8px; background: var(--gold); border-radius: 9px; }
.mark i:nth-child(2) { height: 22px; }
.mark i:nth-child(3) { height: 15px; }
.mark i:nth-child(4) { height: 6px; }
.nav { display: flex; gap: 22px; color: var(--muted); font-size: .875rem; }
.nav a { text-decoration: none; }
.nav a:hover { color: var(--ink); }
.preview-bar { padding: 8px 16px; color: #fff; background: var(--ink); text-align: center; font-size: .78rem; font-weight: 700; letter-spacing: .03em; }
.hero { display: grid; grid-template-columns: 1fr 260px; align-items: end; gap: 64px; padding-block: 70px 48px; }
.kicker, .eyebrow { display: block; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hero h1, .page-hero h1, .article-header h1, .empty-page h1 { margin: 12px 0 16px; font: 700 clamp(2.7rem, 6vw, 4.5rem)/1.04 Merriweather, Georgia, serif; letter-spacing: -.04em; }
.hero-lead, .article-deck { max-width: 750px; margin: 0; color: var(--muted); font: 1.125rem/1.7 Merriweather, Georgia, serif; }
.issue-note { display: grid; gap: 7px; padding: 24px; background: var(--cyan); border: 1px solid var(--cyan-deep); }
.issue-note small { color: var(--muted); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.issue-note strong { font: 700 1.3rem/1.25 Merriweather, Georgia, serif; }
.issue-note span { color: var(--muted); font-size: .8rem; }
.featured { display: grid; grid-template-columns: 1.18fr .82fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.featured img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 54px); }
.label, .draft-badge { width: max-content; padding: 5px 8px; color: #694b19; background: #fff0cf; border-radius: 3px; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.featured h2 { margin: 16px 0 13px; font: 700 clamp(1.75rem, 4vw, 2.5rem)/1.18 Merriweather, Georgia, serif; }
.featured p { color: var(--muted); }
.read, .card-link { display: inline-flex; width: max-content; color: var(--red); font-weight: 800; text-decoration: none; }
.read { margin-top: 13px; padding-bottom: 4px; border-bottom: 2px solid currentColor; }
.section { padding-block: 66px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head h2 { margin: 6px 0 0; font: 700 2rem/1.2 Merriweather, Georgia, serif; }
.section-head p { max-width: 560px; margin: 0; color: var(--muted); }
.section-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.section-card, .article-card { padding: 24px; background: var(--white); border: 1px solid var(--line); }
.section-card { min-height: 260px; }
.section-card-top, .article-meta, .byline { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.section-icon { display: grid; place-items: center; width: 36px; height: 36px; color: var(--ink); background: var(--cyan); border-radius: 50%; font: 700 1rem/1 Merriweather, Georgia, serif; }
.section-card h3, .article-card h3 { margin: 19px 0 10px; font: 700 1.2rem/1.35 Merriweather, Georgia, serif; }
.section-card h3 a, .article-card h3 a { text-decoration: none; }
.section-card p, .article-card p { color: var(--muted); font-size: .875rem; }
.card-link { margin-top: 10px; font-size: .82rem; }
.latest { background: #eaf5f6; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-card { min-height: 270px; min-width: 0; padding: 0; display: flex; flex-direction: column; }
.article-card-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #eaf5f6; }
.article-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-card-image:focus-visible { outline: 3px solid var(--red); outline-offset: -3px; }
.article-card-content { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.article-card-content .card-link { margin-top: auto; padding-top: 16px; }
.article-author-mini { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-family: Inter, Arial, sans-serif; }
.article-author-mini img { width: 34px; height: 34px; object-fit: cover; border-radius: 50%; }
.article-author-mini span { display: grid; line-height: 1.25; }
.article-author-mini strong { color: var(--ink); font-size: .78rem; }
.article-author-mini small { color: var(--red); font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.article-meta { justify-content: flex-start; color: var(--gold); letter-spacing: .04em; text-transform: uppercase; }
.draft-badge { color: #526267; background: #e9eff0; }
.page-hero { padding-block: 62px 25px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.5rem, 5vw, 4rem); }
.breadcrumb { display: inline-block; margin-bottom: 22px; color: var(--red); font-size: .85rem; font-weight: 800; text-decoration: none; }
.count-note { display: inline-block; margin-top: 20px; padding: 6px 10px; color: var(--muted); background: var(--white); border: 1px solid var(--line); font-size: .78rem; font-weight: 700; }
.article-page { max-width: 850px; padding-block: 64px 80px; }
.article-header h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.byline { justify-content: flex-start; flex-wrap: wrap; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--line); }
.byline-person img { width: 52px; height: 52px; flex: 0 0 52px; object-fit: cover; object-position: center top; border: 1px solid var(--line); border-radius: 50%; }
.byline-person > span:first-of-type { display: grid; gap: 3px; margin-right: auto; color: var(--ink); }
.byline-person strong { font-size: .88rem; }
.byline-person small { color: var(--muted); font-size: .76rem; font-weight: 600; }
.byline-person em { color: var(--red); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.disclosure { margin: 30px 0; padding: 18px 20px; color: var(--ink-soft); background: #fff7e8; border-left: 4px solid var(--gold); font-size: .875rem; }
.prose { font: 1.08rem/1.85 Merriweather, Georgia, serif; }
.prose h2 { margin: 2.3em 0 .7em; font-size: 1.75rem; line-height: 1.3; }
.prose h3 { margin: 2em 0 .6em; font-size: 1.3rem; }
.prose a { color: var(--red); }
.prose img { max-width: 100%; height: auto; }
.wo-figure { margin: 2.2em 0; }
.wo-figure img { display: block; width: 100%; border: 1px solid var(--line); background: var(--white); }
.wo-figure--photo img { aspect-ratio: 3 / 2; object-fit: cover; }
.wo-figure figcaption { margin-top: 10px; color: var(--muted); font: .78rem/1.55 Inter, Arial, sans-serif; }
.wo-figure figcaption strong { color: var(--ink-soft); }
.infographic-zoom { display: block; }
.infographic-zoom:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.infographic-hint { margin: .4rem 0 0; color: var(--muted); font: .875rem/1.5 Inter, Arial, sans-serif; }
.table-scroll { width: 100%; overflow-x: auto; margin: 1.5rem 0; }
.table-scroll:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.wo-evidence-table { width: 100%; border-collapse: collapse; font: 1rem/1.6 Inter, Arial, sans-serif; }
.wo-evidence-table th, .wo-evidence-table td { padding: 14px; min-width: 140px; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.wo-evidence-table th { color: var(--ink); background: var(--cyan); }
.prose a { overflow-wrap: anywhere; }
.prose .author-disclosure { margin: 0 0 23px; padding: 15px 17px; color: var(--muted); background: var(--white); border: 1px solid var(--line); font: .82rem/1.55 Inter, Arial, sans-serif; }
.prose .article-image-link { display: block; margin: 31px 0; color: inherit; text-decoration: none; }
.prose .mechanism-figure { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); overflow: hidden; font-family: Inter, Arial, sans-serif; }
.prose .mechanism-figure div { min-height: 145px; padding: 23px 16px; background: #f8fbfc; text-align: center; }
.prose .mechanism-figure div + div { border-left: 1px solid var(--line); }
.prose .mechanism-figure b { display: block; margin-bottom: 9px; color: var(--ink); font-size: .85rem; letter-spacing: .05em; text-transform: uppercase; }
.prose .mechanism-figure span { font-size: .88rem; line-height: 1.5; }
.prose .article-quote { margin: 30px 0; padding: 20px 23px; border-left: 5px solid var(--red); background: #f4f9fb; font-style: italic; }
.prose .fact-box { margin: 30px 0; padding: 22px; background: #e7f4ef; border-top: 4px solid #458b7c; font: .95rem/1.6 Inter, Arial, sans-serif; }
.prose .fact-box strong { display: block; margin-bottom: 6px; }
.prose .comparison-table { width: 100%; margin: 28px 0 34px; border-collapse: collapse; font: .88rem/1.45 Inter, Arial, sans-serif; }
.prose .comparison-table th, .prose .comparison-table td { padding: 14px 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose .comparison-table th { color: var(--white); background: var(--ink); font-size: .75rem; letter-spacing: .03em; text-transform: uppercase; }
.prose .comparison-table td:first-child { font-weight: 700; }
.prose .article-callout { margin: 34px 0; padding: 25px; border: 1px solid var(--ink); background: #ffe2e6; font-family: Inter, Arial, sans-serif; text-align: center; }
.prose .article-callout h3 { margin: 0 0 9px; font: 800 1.3rem/1.35 Inter, Arial, sans-serif; }
.prose .article-callout p { margin: 0 0 17px; font: .95rem/1.55 Inter, Arial, sans-serif; }
.prose .red-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 10px 30px; color: var(--white); background: var(--red); font: 800 .95rem/1.2 Inter, Arial, sans-serif; text-decoration: none; }
.prose .profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 26px 0 34px; font-family: Inter, Arial, sans-serif; }
.prose .profile-card { padding: 18px; background: #f7faf9; border: 1px solid #d9e8e4; }
.prose .profile-card b { display: block; margin-bottom: 7px; color: var(--ink); font-size: .95rem; }
.prose .profile-card span { display: block; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.prose .study-note { padding: 18px 20px; color: var(--muted); background: #f2f4f7; border-left: 4px solid #98a2b3; font: .88rem/1.55 Inter, Arial, sans-serif; }
.prose .author-card { display: grid; grid-template-columns: 92px 1fr; gap: 20px; align-items: start; margin: 38px 0 34px; padding: 24px; background: #f4f9fb; border: 1px solid #d5e7ec; border-top: 4px solid var(--red); }
.prose .author-card > img { width: 92px; height: 92px; object-fit: cover; object-position: center top; border-radius: 50%; }
.prose .author-card h2 { margin: 3px 0 2px; }
.prose .author-card-label { color: var(--muted); font: 800 .7rem/1.2 Inter, Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.prose .author-role { margin: 0 0 9px; color: var(--ink); font: 700 .82rem/1.5 Inter, Arial, sans-serif; }
.prose .author-card p { margin: 0 0 10px; font: .9rem/1.55 Inter, Arial, sans-serif; }
.prose .sources { margin: 34px 0; border: 1px solid var(--line); font-family: Inter, Arial, sans-serif; }
.prose .sources summary { padding: 17px 22px; font-weight: 700; cursor: pointer; }
.prose .sources > div { padding: 0 22px 18px; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.prose .comments { padding-top: 31px; border-top: 1px solid var(--line); font-family: Inter, Arial, sans-serif; }
.prose .comment { display: grid; grid-template-columns: 42px 1fr; gap: 15px; margin: 0 0 24px; }
.prose .avatar { display: grid; place-items: center; width: 42px; height: 42px; color: var(--red); background: #dff3f8; border-radius: 50%; font-weight: 800; }
.prose .comment-head strong, .prose .comment-head small { display: block; }
.prose .comment-head small, .prose .comment-source { color: var(--muted); font-size: .75rem; }
.prose .comment-body { padding: 15px 17px; background: #f5f6f7; font-size: .92rem; line-height: 1.55; }
.prose .comment-body p { margin: 0; }
.draft-sheet { margin-top: 34px; padding: clamp(24px, 5vw, 44px); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.draft-sheet h2 { margin: 16px 0 8px; font: 700 1.7rem/1.3 Merriweather, Georgia, serif; }
.draft-sheet p { color: var(--muted); }
.draft-sheet dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 28px 0 0; background: var(--line); border: 1px solid var(--line); }
.draft-sheet dl div { padding: 14px; background: var(--paper); }
.draft-sheet dt { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.draft-sheet dd { margin: 4px 0 0; font-weight: 700; }
.empty-state, .empty-page { padding: 45px; background: var(--white); border: 1px solid var(--line); }
.empty-state { grid-column: 1 / -1; }
.empty-state h3 { margin-top: 0; font-family: Merriweather, Georgia, serif; }
.empty-page { margin-block: 80px; }
.footer { padding-block: 32px; color: var(--muted); background: var(--white); border-top: 1px solid var(--line); font-size: .78rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }

@media (max-width: 960px) {
  .nav { display: none; }
  .section-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 45px; }
  .issue-note { max-width: 360px; }
  .featured { grid-template-columns: 1fr; }
  .featured img { min-height: 260px; max-height: 360px; }
  .section-head, .footer-inner { align-items: start; flex-direction: column; }
  .article-grid { grid-template-columns: 1fr; }
  .prose .mechanism-figure, .prose .profile-grid { grid-template-columns: 1fr; }
  .prose .mechanism-figure div { min-height: 0; }
  .prose .mechanism-figure div + div { border-top: 1px solid var(--line); border-left: 0; }
  .prose .author-card { grid-template-columns: 68px 1fr; gap: 14px; padding: 18px; }
  .prose .author-card > img { width: 68px; height: 68px; }
}

@media (max-width: 480px) {
  .brand { font-size: 1.12rem; }
  .section-grid { grid-template-columns: 1fr; }
  .draft-sheet dl { grid-template-columns: 1fr; }
  .article-page { padding-top: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

.quiz-bridge { margin-top: 2rem; padding: 1.5rem; border: 1px solid #bed6dc; border-left: 4px solid #156879; border-radius: 12px; background: #f1f8fa; }
.quiz-bridge h2 { margin: .65rem 0; font-size: clamp(1.25rem, 2.5vw, 1.65rem); line-height: 1.3; }
.quiz-bridge p { line-height: 1.65; }
.quiz-bridge .read { display: inline-block; margin: .4rem 0; }
.quiz-bridge .quiz-bridge-note { font-size: .875rem; margin-bottom: 0; }

.funnel-sticky { position: sticky; top: 0; z-index: 30; background: #f1f8fa; border-bottom: 1px solid #bed6dc; box-shadow: 0 3px 12px #17343d12; }
.funnel-sticky-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 10px; padding-bottom: 10px; }
.funnel-sticky strong { font-size: .95rem; }
.funnel-sticky a { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 46px; padding: 10px 22px; border-radius: 8px; background: #a52b33; color: #fff; font-weight: 800; text-decoration: none; white-space: nowrap; }
.funnel-sticky a:hover { background: #85222a; }
.funnel-sticky a:focus-visible { outline: 3px solid #156879; outline-offset: 3px; }
@media (max-width: 720px) {
  body:has(.funnel-article) { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .funnel-sticky { position: fixed; top: auto; bottom: 0; left: 0; right: 0; border-top: 1px solid #bed6dc; border-bottom: 0; padding-bottom: env(safe-area-inset-bottom); }
  .funnel-sticky-inner { padding: 10px 16px; }
  .funnel-sticky strong { display: none; }
  .funnel-sticky a { width: 100%; min-height: 48px; }
  body:has(#wo-consent) .funnel-sticky { display: none; }
}
