/* Editorial layer: shared landing typography and surfaces, topic-specific compositions. */
:root {
  --journal-ink: var(--l-ink);
  --journal-muted: var(--l-ink-mute);
  --journal-paper: var(--surface);
  --journal-line: var(--l-line);
  --journal-accent: var(--nav-cta);
  --journal-tint: #e5edfb;
  --journal-detail: var(--l-ink);
  --journal-radius: var(--r-card);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 100px; }
body { margin: 0; background: var(--journal-paper); color: var(--journal-ink); font-family: var(--font), sans-serif; font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-wrap: anywhere; }
a { color: inherit; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 3px solid #436fbe; outline-offset: 5px; }
h1, h2, h3, p, figure, blockquote { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h1, h2 { text-wrap: balance; }
h1 { font-size: clamp(40px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -.055em; }
h2 { font-size: clamp(28px, 3.1vw, 42px); line-height: 1.17; letter-spacing: -.035em; }
h3 { font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
img, svg { display: block; max-width: 100%; }
img { width: 100%; height: auto; }
[hidden] { display: none !important; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip { position: fixed; top: 8px; left: 16px; z-index: 100; padding: 12px 20px; background: white; transform: translateY(-150%); }
.skip:focus { transform: none; }
.masthead { background: var(--journal-paper); border-bottom: 1px solid var(--journal-line); }
.masthead__row { min-height: 84px; display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }
.logo { font-size: 30px; font-weight: 500; letter-spacing: -.05em; text-decoration: none; }
.masthead__label { border-left: 1px solid var(--journal-line); padding-left: 25px; font-size: 13px; line-height: 1.4; color: var(--journal-muted); }
.masthead nav { margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; font-size: 14px; }
.masthead nav a { text-decoration: none; padding-block: 12px; }
.masthead nav a[aria-current] { text-decoration: underline; }
.button { max-width: 100%; text-align: center; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid transparent; background: var(--journal-ink); color: #fff; border-radius: 100px; padding: 13px 23px; font-size: 15px; line-height: 1.4; text-decoration: none; transition: transform 150ms ease, background-color 150ms ease; }
.button:active { transform: scale(.97); }
.masthead nav .button { padding: 12px 20px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-block: 30px 45px; font-size: 13px; color: var(--journal-muted); }
.breadcrumb a { text-decoration: none; }
.eyebrow { font-size: 12px; font-weight: 500; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: currentColor; margin-right: 9px; vertical-align: 1px; }
.meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13px; color: var(--journal-muted); }
.meta span + span::before { content: '·'; margin-right: 18px; }
.dek { font-size: clamp(19px, 2vw, 23px); line-height: 1.5; color: var(--journal-muted); max-width: 54ch; }
.article-head { display: grid; gap: 24px; padding-bottom: 44px; }
.article-head h1 { max-width: 18ch; }
.article-head--center { text-align: center; justify-items: center; max-width: 950px; margin-inline: auto; padding-block: 20px 58px; }
.article-head--center h1 { max-width: 20ch; }
.article-head--split { grid-template-columns: 1.1fr .9fr; align-items: center; gap: 54px; }
.article-head--split > div { display: grid; gap: 25px; }
.article-head--split img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: 3px; }
.article-head--split .patient-portrait img { object-position: 24% 50%; }
.caption { margin-top: 13px; color: var(--journal-muted); font-size: 12px; line-height: 1.5; }
.hero-photo img { aspect-ratio: 2.25; object-fit: cover; border-radius: 3px; }
.hero-photo--night { position: relative; }
.hero-photo--night img { aspect-ratio: 2.1; }
.photo-stamp { position: absolute; bottom: 34px; left: 34px; background: var(--journal-paper); padding: 19px 24px; border-radius: 3px; font-size: 13px; line-height: 1.5; }
.photo-stamp strong { font-size: 38px; font-weight: 400; display: block; letter-spacing: -.04em; }
.reading-grid { display: grid; grid-template-columns: 185px minmax(0, 720px); gap: 80px; justify-content: center; margin-top: 70px; }
.reading-grid > * { min-width: 0; }
.toc { position: sticky; top: 32px; align-self: start; font-size: 13px; color: var(--journal-muted); }
.toc > p { margin-bottom: 16px; color: var(--journal-ink); }
.toc a { display: block; padding: 9px 0 9px 13px; border-left: 1px solid var(--journal-line); text-decoration: none; line-height: 1.45; }
.toc a[aria-current] { border-color: var(--journal-accent); color: var(--journal-accent); font-weight: 500; }
.toc .back-top { margin-top: 28px; border: 0; padding-left: 0; }
.prose { max-width: 720px; }
.prose > section { margin-bottom: 62px; }
.prose p + p { margin-top: 20px; }
.prose h2 { margin-bottom: 23px; }
.prose p + h2 { margin-top: 38px; }
.prose h3 { margin-block: 30px 14px; }
.prose strong { font-weight: 500; }
.prose ul, .prose ol { padding-left: 23px; }
.prose li { padding-left: 6px; margin-top: 12px; }
.prose .intro { font-size: 22px; line-height: 1.6; }
.prose figure { margin-block: 32px; }
.prose figure img { border-radius: 3px; }
.takeaway { margin-block: 30px; border-left: 3px solid var(--journal-accent); padding: 8px 0 8px 25px; font-size: 23px; line-height: 1.45; letter-spacing: -.02em; }
.note { padding: 25px 28px; background: #f2f2f4; border-radius: 3px; margin-block: 28px; }
.note .eyebrow { margin-bottom: 13px; }
.note p { font-size: 16px; line-height: 1.6; }
.note--tint { background: #eef3fb; }
.note--orange { background: var(--surface-deep); }
.note--dark { background: #00122e; color: #fff; }
.note--dark p { color: #e5edfb; }
.editorial-rule { border-top: 1px solid var(--journal-line); padding-top: 24px; }
.chart { padding: 32px; border: 1px solid var(--journal-line); border-radius: var(--journal-radius); background: #fff; }
.chart__top { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 30px; }
.chart__top h3 { margin: 0; font-size: 20px; }
.chart__top p { margin-top: 7px; font-size: 13px; color: var(--journal-muted); }
.legend { display: flex; flex-wrap: wrap; gap: 18px; font-size: 12px; align-items: center; }
.legend span::before { content: ''; width: 9px; height: 9px; display: inline-block; background: #aeb3bd; border-radius: 2px; margin-right: 7px; }
.legend span:last-child::before { background: var(--journal-accent); }
.funnel-row { display: grid; grid-template-columns: 130px 1fr; gap: 18px; align-items: center; margin-bottom: 22px; }
.funnel-row__label { font-size: 13px; line-height: 1.4; }
.bar-stack { display: grid; gap: 5px; }
.bar { width: var(--bar); min-width: 44px; padding: 5px 10px; background: #d8dce4; color: var(--l-ink); font-size: 13px; line-height: 1.4; border-radius: 0 3px 3px 0; }
.bar--after { background: var(--journal-accent); color: #fff; }
.chart__result { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--journal-line); padding-top: 23px; margin-top: 25px; gap: 20px; }
.chart__result strong { display: block; font-size: 40px; font-weight: 400; letter-spacing: -.05em; color: var(--journal-accent); line-height: 1.2; }
.chart__result span { font-size: 13px; color: var(--journal-muted); }
.chart figcaption { margin-top: 24px; font-size: 12px; line-height: 1.6; color: var(--journal-muted); }
.wide-feature { margin-block: 40px 0; }
.funnel-feature { display: grid; grid-template-columns: 1fr 1.55fr; background: #00122e; color: white; border-radius: 5px; overflow: hidden; }
.funnel-feature__copy { padding: 42px; display: flex; flex-direction: column; justify-content: space-between; gap: 36px; }
.funnel-feature__copy strong { font-size: 80px; line-height: 1; font-weight: 400; letter-spacing: -.065em; display: block; color: var(--journal-tint); }
.funnel-feature__copy p { font-size: 15px; max-width: 26ch; color: #e5edfb; margin-top: 15px; }
.funnel-feature .chart { border: 0; border-radius: 0; background: #f2f2f4; color: var(--journal-ink); padding: 34px; margin: 0; }
.timeline { counter-reset: steps; }
.timeline-item { border-left: 1px solid var(--journal-line); position: relative; padding: 0 0 40px 35px; margin-left: 5px; }
.timeline-item::before { content: ''; width: 11px; height: 11px; position: absolute; left: -6px; top: 10px; background: var(--journal-detail); border-radius: 50%; box-shadow: 0 0 0 5px var(--journal-paper); }
.timeline-item time { display: block; font-size: 14px; color: var(--journal-detail); margin-bottom: 12px; }
.timeline-item h3 { margin-top: 0; }
.timeline-item:last-child { padding-bottom: 0; }
.night-chart { background: #00122e; color: #fff; border: 0; container-type: inline-size; }
.night-chart .chart__top p, .night-chart figcaption { color: #d7e0ee; }
.hour-bars { display: flex; align-items: flex-end; height: 190px; gap: 14px; border-bottom: 1px solid #ffffff40; margin-bottom: 32px; }
.hour-bar { flex: 1; height: var(--height); background: #8492a8; position: relative; min-height: 8px; border-radius: 3px 3px 0 0; }
.hour-bar--late { background: #d9e6ff; }
.hour-bar strong { position: absolute; bottom: calc(100% + 8px); width: 100%; text-align: center; font-size: 13px; font-weight: 400; }
.hour-bar span { position: absolute; top: calc(100% + 8px); width: 100%; text-align: center; font-size: 12px; white-space: nowrap; }
.dialogue-cover { background: var(--surface-deep); padding: 40px; border-radius: 5px; min-height: 450px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.dialogue-cover .eyebrow { margin-bottom: 10px; color: var(--journal-detail); }
.bubble { padding: 22px; background: white; border-radius: 16px 16px 16px 3px; font-size: 22px; line-height: 1.35; letter-spacing: -.025em; max-width: 95%; }
.bubble--answer { margin-left: 25px; background: var(--journal-accent); color: white; border-radius: 16px 16px 3px 16px; }
.bubble span { display: block; font-size: 11px; margin-bottom: 10px; opacity: .75; letter-spacing: 0; }
.dialogue { display: grid; gap: 20px; margin-block: 28px; }
.dialogue-turn { display: grid; grid-template-columns: 90px 1fr; gap: 20px; }
.dialogue-turn dt { font-size: 12px; color: var(--journal-muted); padding-top: 5px; }
.dialogue-turn dd { margin: 0; border-bottom: 1px solid var(--journal-line); padding-bottom: 20px; }
.dialogue-turn:last-child dd { border: 0; }
.dialogue-turn--agent dd { color: var(--journal-accent); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.comparison > div { background: #f2f2f4; padding: 25px; border-radius: 3px; }
.comparison > div:last-child { background: #eef3fb; }
.comparison h3 { font-size: 18px; margin: 0 0 15px; }
.comparison p { font-size: 16px; }
.dumbbell-row { margin-block: 22px; }
.dumbbell-row__head { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 15px; font-size: 13px; margin-bottom: 12px; }
.dumbbell-track { position: relative; height: 16px; border-bottom: 1px solid var(--journal-line); margin-bottom: 10px; }
.dumbbell-line { position: absolute; left: var(--from); right: calc(100% - var(--to)); height: 3px; top: 6px; background: var(--journal-accent); }
.dumbbell-line::before, .dumbbell-line::after { content: ''; position: absolute; width: 13px; height: 13px; border-radius: 50%; top: -5px; background: #9299a5; }
.dumbbell-line::before { left: -6px; }
.dumbbell-line::after { right: -6px; background: var(--journal-accent); }
.axis { display: flex; justify-content: space-between; font-size: 11px; color: var(--journal-muted); }
.calculator { padding: 42px; background: #f2f2f4; border-radius: 5px; margin-top: 10px; }
.calculator__head { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; margin-bottom: 32px; align-items: start; }
.calculator__head h2 { max-width: 17ch; }
.calculator__body { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.calculator__fields { display: grid; gap: 19px; }
.calculator label { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; font-size: 14px; }
.calculator input { width: calc(7ch + 24px); max-width: 100%; flex-shrink: 0; font-size: 17px; border: 1px solid #bac5d6; border-radius: 5px; background: #ffffffc7; color: var(--journal-ink); padding: 9px 10px; }
.calculator__output { border-left: 1px solid #cad0da; padding-left: 45px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.calculator output { display: block; font-size: clamp(36px, 4.7vw, 62px); line-height: 1.1; letter-spacing: -.055em; font-weight: 400; color: var(--journal-accent); margin-block: 12px; }
.calculator__output p { font-size: 13px; }
.calculator__output .calc-patients { font-size: 21px; margin-top: 20px; }
.calc-error { color: #8b2e21; font-size: 14px; margin-top: 18px; }
.calculator noscript { display: block; font-size: 13px; margin-top: 24px; }
.journey { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 32px; border: 1px solid var(--journal-line); border-radius: 5px; overflow: hidden; }
.journey > div { padding: 28px; background: #f2f2f4; }
.journey > div + div { border-left: 1px solid var(--journal-line); }
.journey > div:last-child { background: #e9eef7; }
.journey span { font-size: 12px; color: var(--journal-muted); }
.journey h3 { font-size: 19px; margin-block: 25px 10px; }
.journey p { font-size: 14px; line-height: 1.55; }
.score-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.score-ring { width: 155px; height: 155px; margin: 5px auto 20px; border-radius: 50%; background: conic-gradient(var(--journal-accent) var(--angle), #eceef3 0); display: grid; place-items: center; }
.score-ring > span { width: 129px; height: 129px; border-radius: 50%; background: white; display: grid; place-content: center; text-align: center; font-size: 36px; line-height: 1.15; letter-spacing: -.04em; }
.score-ring small { font-size: 11px; letter-spacing: 0; color: var(--journal-muted); }
.score-grid p { font-size: 13px; text-align: center; }
.harness-head { background: #00122e; color: #ffffff; padding: 54px; border-radius: 5px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 45px; align-items: center; }
.harness-head h1 { font-size: clamp(38px, 4.7vw, 64px); margin-block: 25px; }
.harness-head .dek { font-size: 19px; color: #d7e0ee; }
.harness-head .meta { color: #d7e0ee; margin-top: 25px; }
.harness-map { border: 1px solid #53637c; border-radius: 8px; padding: 25px; }
.harness-map > p { font-size: 12px; color: #d7e0ee; text-align: center; }
.harness-map__core { background: var(--journal-tint); color: #00122e; padding: 23px; text-align: center; border-radius: 5px; margin-block: 22px; font-size: 25px; letter-spacing: -.025em; }
.harness-map__core small { display: block; font-size: 12px; letter-spacing: 0; margin-top: 4px; }
.harness-map__tools { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.harness-map__tools span { border: 1px solid #53637c; border-radius: 4px; padding: 13px 8px; text-align: center; font-size: 12px; }
.harness-map__check { margin-top: 18px; border-top: 1px solid #53637c; padding-top: 17px; }
.steps { counter-reset: step; list-style: none; padding: 0 !important; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 35px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--journal-line); margin: 0; }
.steps li::before { content: '0' counter(step); color: var(--journal-accent); font-size: 13px; padding-top: 3px; }
.steps strong { display: block; margin-bottom: 6px; }
.steps p { font-size: 16px; }
.checkpoint { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-block: 28px; font-size: 13px; }
.checkpoint span { padding: 11px 16px; background: #e7ebdf; border-radius: 3px; }
.checkpoint span:last-child { background: var(--journal-accent); color: white; }
.article-end { flex-wrap: wrap; margin-top: 30px; border-top: 1px solid var(--journal-line); padding-block: 22px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 13px; color: var(--journal-muted); }
.copy-link { background: none; border: 1px solid var(--journal-line); border-radius: 100px; color: var(--journal-ink); padding: 10px 16px; font-size: 13px; }
.copy-status { display: block; font-size: 12px; }
.cta { flex-wrap: wrap; background: #f2f2f4; color: var(--journal-ink); margin-block: 64px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 24px; }
.cta h2 { font-size: 32px; }
.cta p { margin-top: 12px; max-width: 45ch; font-size: 17px; line-height: 1.65; color: var(--journal-muted); }
.cta .button { flex-shrink: 0; min-height: var(--ctl-lg); padding-inline: 28px; font-size: var(--fs-btn); }
.related { padding-bottom: 60px; }
.section-label { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--journal-line); margin-bottom: 30px; }
.section-label h2 { font-size: 27px; }
.section-label a { font-size: 13px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.related-card { text-decoration: none; display: block; }
.related-card h3 { font-size: 25px; margin-block: 14px; max-width: 29ch; }
.related-card .eyebrow { color: var(--journal-muted); }
.related-card p { font-size: 14px; color: var(--journal-muted); }
/* Footer matches base.962149ae.css and the selected landing layer. */
.footer{border-top:1px solid var(--line,var(--l-line));padding-block:var(--s7);text-align:center;font-size:var(--fs-ui)}.footer a{color:var(--ink-mute);text-decoration:none;transition:color var(--dur-ui) var(--ease-ui)}.footer a:hover,.footer .footer__ask{color:var(--ink)}.footer__docs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0 var(--s5);margin-top:var(--s2)}.footer__ask,.footer__docs a{display:inline-flex;align-items:center;justify-content:center;height:var(--ctl-sm)}.footer__legal{margin-top:var(--s5);color:var(--ink-mute)}.footer__sep{padding-inline:.4em}@media(max-width:899px){.footer__docs{flex-direction:column;gap:0}}@media(max-width:767px){.footer__legal{display:flex;flex-direction:column;gap:var(--s2)}.footer__legal>.footer__sep{display:none}.footer__part{display:block;text-wrap:balance}}

.footer { --container: 1280px; --gutter: 40px; --l-line: rgba(48, 46, 45, .14); font-family: var(--font), system-ui, sans-serif; line-height: var(--lh-body); font-weight: var(--fw); overflow-wrap: anywhere; }
.footer .wrap { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.footer__ask, .footer__docs a { height: auto; min-height: var(--ctl-sm); padding-block: 8px; }
.footer a:focus-visible { outline: var(--focus-w) solid currentColor; outline-offset: var(--focus-offset); border-radius: 2px; }
@media (max-width: 767px) { .footer { --gutter: 24px; } }
@media (max-width: 359px) { .footer { --gutter: 18px; } }
@media (pointer: coarse) { .footer__ask, .footer__docs a, .masthead nav .button, .filters button, .copy-link { min-height: 44px; } }
.read-progress { position: fixed; inset: 0 0 auto; z-index: 80; height: 3px; background: var(--journal-accent); transform: scaleX(0); transform-origin: left; pointer-events: none; }
.journal-intro { padding-block: 40px 32px; }
.journal-intro .dek { font-size: 17px; font-weight: 400; line-height: 1.55; letter-spacing: normal; text-wrap: pretty; text-wrap: balance; max-width: 70ch; }
.featured { display: grid; grid-template-columns: 1fr 1fr; background: #f2f2f4; border-radius: 5px; overflow: hidden; text-decoration: none; }
.featured__copy { padding: 45px; display: flex; flex-direction: column; align-items: start; gap: 23px; justify-content: center; }
.featured h2 { font-size: clamp(32px, 3.4vw, 46px); }
.featured p { font-size: 16px; }
.featured img { height: 100%; object-fit: cover; min-height: 390px; }
.journal-list { padding-block: 64px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 35px; }
.filters button { border: 1px solid var(--journal-line); border-radius: 100px; padding: 9px 18px; background: transparent; color: var(--journal-muted); font-size: 14px; }
.filters button[aria-pressed="true"] { background: var(--journal-ink); color: white; border-color: var(--journal-ink); }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px 28px; }
.story-card { --art-ratio: 1.55; container-type: inline-size; text-decoration: none; min-width: 0; }
.story-card__art { aspect-ratio: 1.55; border-radius: 4px; overflow: hidden; background: #f2f2f4; display: flex; flex-direction: column; justify-content: center; padding: 30px; margin-bottom: 22px; }
.story-card__art img { height: 100%; object-fit: cover; }
.story-card__art--photo { padding: 0; }
.story-card__art:not(.story-card__art--photo) { aspect-ratio: auto; min-height: calc(100cqw / var(--art-ratio)); }
.story-card h2 { font-size: 25px; margin-block: 12px; letter-spacing: -.035em; }
.story-card > p { font-size: 14px; color: var(--journal-muted); margin-bottom: 15px; }
.story-card .meta { font-size: 12px; }
.story-card__art--funnel { gap: 8px; }
.mini-bar { background: var(--journal-accent); color: white; border-radius: 0 3px 3px 0; padding: 7px 10px; font-size: 12px; }
.story-card__art--dialogue { background: var(--surface-deep); gap: 10px; }
.mini-bubble { background: white; padding: 13px; border-radius: 10px 10px 10px 2px; font-size: 14px; max-width: 90%; line-height: 1.4; }
.mini-bubble:last-child { background: var(--journal-accent); color: white; margin-left: 25px; border-radius: 10px 10px 2px 10px; }
.story-card__art--money { background: #eef3fb; color: var(--journal-accent); }
.story-card__art--money strong { font-size: 47px; letter-spacing: -.06em; font-weight: 400; line-height: 1.2; }
.story-card__art--money small { font-size: 12px; margin-top: 12px; }
.story-card__art--harness { background: #00122e; color: #e5edfb; }
.story-card__art--harness > span { border: 1px solid #53637c; padding: 20px; border-radius: 5px; text-align: center; font-size: 27px; }
.story-card__art--harness small { font-size: 11px; margin-top: 15px; text-align: center; }
/* Let enlarged text reflow inside flex and grid cells. */
.masthead__row > *, .masthead nav > *, .article-head > *, .reading-grid > *,
.featured > *, .funnel-feature > *, .chart__top > *, .chart__result > *,
.funnel-row > *, .dialogue-turn > *, .comparison > *, .calculator__body > *,
.calculator__head > *, .calculator label > *, .journey > *, .score-grid > *,
.harness-head > *, .harness-map__tools > *, .steps li > *, .cta > *,
.section-label > *, .related-grid > *, .dumbbell-row__head > * { min-width: 0; }
.cta > div { flex: 1 1 340px; }
.section-label .caption, .section-label > a { flex-shrink: 0; white-space: nowrap; }
@container (max-width: 25em) {
  .hour-bars { display: grid; height: auto; gap: 16px; border-bottom: 0; margin-bottom: 0; font-size: 12px; }
  .hour-bar { display: grid; grid-template-columns: 4em minmax(0, 1fr) 2em; align-items: center; gap: 12px; height: auto; min-height: 0; background: transparent; }
  .hour-bar::before { content: ''; grid-column: 2; grid-row: 1; width: var(--share); height: 1.25em; border-radius: 3px; background: #8492a8; }
  .hour-bar--late::before { background: #d9e6ff; }
  .hour-bar strong, .hour-bar span { position: static; width: auto; font-size: 1em; }
  .hour-bar strong { grid-column: 3; grid-row: 1; text-align: right; }
  .hour-bar span { grid-column: 1; grid-row: 1; text-align: left; }
}
@media (hover: hover) {
  .button:hover { background: #0a47a0; }
  .story-card:hover h2, .related-card:hover h3, .featured:hover h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
  .toc a:hover, .breadcrumb a:hover { color: var(--journal-ink); }
  .copy-link:hover { background: #f2f2f4; }
}
@media (max-width: 1023px) {
  .reading-grid { grid-template-columns: 150px minmax(0, 1fr); gap: 35px; }
  .article-head--split { gap: 30px; }
  .funnel-feature { grid-template-columns: .8fr 1.5fr; }
  .funnel-feature__copy { padding: 30px; }
  .harness-head { padding: 35px; gap: 30px; }
  .journey > div { padding: 20px; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .calculator__body { gap: 30px; }
  .calculator__output { padding-left: 30px; }
}
@media (max-width: 767px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 40px); }
  .masthead__row { min-height: 73px; gap: 13px; flex-wrap: wrap; padding-block: 12px; }
  .masthead__label, .masthead .product-link { display: none; }
  .masthead nav { gap: 17px; font-size: 13px; }
  .masthead nav .button { font-size: 12px; padding: 10px 14px; }
  .logo { font-size: 27px; }
  .breadcrumb { margin-block: 23px 33px; font-size: 12px; }
  .article-head { gap: 21px; padding-bottom: 30px; }
  .article-head--center { padding-top: 8px; text-align: left; justify-items: start; }
  .article-head--split { grid-template-columns: 1fr; gap: 30px; }
  .article-head--split img { aspect-ratio: 1.45; }
  .article-head--split .patient-portrait img { aspect-ratio: 1; }
  .hero-photo img { aspect-ratio: 1.4; }
  .photo-stamp { left: 17px; bottom: 17px; padding: 13px 17px; font-size: 11px; }
  .photo-stamp strong { font-size: 29px; }
  .reading-grid { grid-template-columns: minmax(0, 1fr); gap: 35px; margin-top: 40px; }
  .toc { position: static; border-block: 1px solid var(--journal-line); padding-block: 18px; }
  .toc > p { margin-bottom: 10px; }
  .toc nav { display: flex; flex-wrap: wrap; gap: 0 17px; }
  .toc a { border: 0; padding: 7px 0; text-decoration: underline; text-decoration-color: var(--journal-line); }
  .toc .back-top { display: none; }
  .prose > section { margin-bottom: 44px; }
  .prose .intro { font-size: 20px; }
  .takeaway { font-size: 22px; padding-left: 20px; }
  .note { padding: 23px; }
  .funnel-feature { grid-template-columns: 1fr; }
  .funnel-feature__copy { padding: 28px; gap: 24px; }
  .funnel-feature__copy strong { font-size: 67px; }
  .funnel-feature__copy p { max-width: 100%; }
  .chart, .funnel-feature .chart { padding: 23px 20px; }
  .funnel-row { grid-template-columns: 85px 1fr; gap: 13px; }
  .funnel-row__label { font-size: 12px; }
  .chart__result strong { font-size: 34px; }
  .dialogue-cover { min-height: 0; padding: 30px 25px; }
  .bubble { font-size: 21px; }
  .dialogue-turn { grid-template-columns: 1fr; gap: 8px; }
  .comparison { grid-template-columns: 1fr; gap: 12px; }
  .calculator { padding: 28px 23px; }
  .calculator__head { flex-direction: column; gap: 17px; }
  .calculator__body { grid-template-columns: 1fr; }
  .calculator__output { border-left: 0; border-top: 1px solid #cad0da; padding: 25px 0 0; }
  .calculator label { font-size: 13px; gap: 14px; }
  .calculator input { font-size: 16px; }
  .journey { grid-template-columns: 1fr 1fr; }
  .journey > div:nth-child(3) { border-left: 0; }
  .journey > div:nth-child(n+3) { border-top: 1px solid var(--journal-line); }
  .journey h3 { margin-top: 15px; }
  .score-grid { gap: 15px; }
  .score-ring { width: 123px; height: 123px; }
  .score-ring > span { width: 101px; height: 101px; font-size: 31px; }
  .harness-head { grid-template-columns: 1fr; padding: 30px 24px; }
  .harness-head h1 { font-size: 41px; }
  .harness-map { padding: 20px; }
  .cta { flex-direction: column; align-items: start; padding: 28px 24px; margin-block: 44px; gap: 24px; border-radius: 20px; }
  .cta > div { flex: 0 1 auto; }
  .cta .button { padding-inline: 20px; gap: 12px; }
  .cta h2 { font-size: 28px; }
  .cta p { font-size: 16px; }
  .related-grid { grid-template-columns: 1fr; gap: 28px; }
  .related-card h3 { font-size: 23px; }
  .section-label h2 { font-size: 25px; }
  .journal-intro { padding-block: 30px 28px; }
  .journal-intro .dek { font-size: 16px; }
  .featured { grid-template-columns: 1fr; }
  .featured__copy { padding: 30px; }
  .featured img { min-height: 0; aspect-ratio: 1.65; }
  .journal-list { padding-block: 43px; }
  .journal-grid { grid-template-columns: 1fr; gap: 36px; }
  .story-card { --art-ratio: 1.75; }
  .story-card__art { aspect-ratio: 1.75; }
  .filters button { font-size: 12px; padding: 9px 15px; }
}
@media (max-width: 359px) {
  .wrap { width: calc(100% - 32px); }
  .masthead nav { gap: 12px; }
  .masthead nav .button { padding-inline: 10px; }
  h1, .harness-head h1 { font-size: 36px; }
  .harness-map__tools { grid-template-columns: 1fr; }
  .score-grid { grid-template-columns: 1fr; }
  .journey { grid-template-columns: minmax(0, 1fr); }
  .journey > div + div { border-left: 0; border-top: 1px solid var(--journal-line); }
  .article-end { flex-direction: column; align-items: start; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
@media print {
  .masthead, .toc, .cta, .related, .footer, .article-end, .read-progress, .breadcrumb { display: none; }
  body { color: #111; background: white; font-size: 12pt; }
  .wrap { width: 100%; }
  .reading-grid { display: block; margin-top: 25px; }
  .prose { max-width: none; }
  h1 { font-size: 32pt; }
  h2 { font-size: 23pt; }
  figure, .note, .calculator { break-inside: avoid; }
}
