:root {
  --bg: #f7f5ef;
  --bg-warm: #efeadd;
  --surface: #ffffff;
  --surface-soft: #f1eee5;
  --ink: #15252c;
  --ink-deep: #0b3039;
  --muted: #627079;
  --line: #d9ddd9;
  --brand: #0c6974;
  --brand-deep: #084d59;
  --brand-bright: #0f8791;
  --brand-soft: #dceff0;
  --accent: #f2634d;
  --accent-deep: #cc4938;
  --accent-soft: #ffe1da;
  --lime: #b9df65;
  --yellow: #f2cb59;
  --warning: #8d5c1a;
  --danger: #a43c42;
  --max: 1220px;
  --reading: 780px;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(10, 48, 57, 0.11);
  --shadow-soft: 0 12px 35px rgba(10, 48, 57, 0.07);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; hyphens: auto; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--ink); line-height: 1.62; overflow-x: hidden; }
a { color: inherit; }
img, svg { max-width: 100%; }
button, input { font: inherit; }
::selection { background: var(--accent-soft); color: var(--ink-deep); }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 1000; padding: .75rem 1rem; border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2.4rem), var(--max)); margin-inline: auto; }
.reading-width { width: min(100%, var(--reading)); }

.site-header { position: sticky; top: 0; z-index: 30; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(21, 37, 44, .08); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; font-weight: 850; letter-spacing: -.035em; font-size: 1.13rem; color: var(--ink-deep); }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; position: relative; display: inline-block; background: var(--brand); transform: rotate(-4deg); box-shadow: inset -9px -9px 0 rgba(255,255,255,.13); }
.brand-mark::before { content: ""; position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--lime); top: -5px; right: -5px; border: 3px solid var(--bg); }
.brand-mark::after { content: ""; position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); bottom: 6px; left: 6px; }
.site-nav { display: flex; gap: 1.25rem; align-items: center; }
.site-nav a { position: relative; text-decoration: none; color: var(--muted); font-weight: 720; font-size: .93rem; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--accent); transition: right .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink-deep); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { right: 0; }
.site-nav .nav-search { padding: .5rem .9rem; border: 1px solid rgba(12, 105, 116, .28); border-radius: 999px; background: var(--surface); color: var(--brand-deep); }
.site-nav .nav-search::after { display: none; }
.site-nav .nav-search:hover { border-color: var(--brand); background: var(--brand-soft); }

main { min-height: 70vh; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; margin-top: 0; text-wrap: balance; }
h1, h2, h3, h4 { overflow-wrap: anywhere; }
p, li, blockquote { overflow-wrap: break-word; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.2rem, 4.3vw, 4.15rem); }
h3 { font-size: 1.35rem; }
p { text-wrap: pretty; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--brand); font-weight: 850; text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 999px; background: var(--accent); }

.hero { position: relative; overflow: hidden; }
.hero-home { min-height: calc(100vh - 76px); display: grid; align-items: center; padding: clamp(4.5rem, 8vw, 7.5rem) 0; background: radial-gradient(circle at 12% 18%, rgba(185, 223, 101, .17), transparent 27%), radial-gradient(circle at 88% 18%, rgba(242, 99, 77, .15), transparent 31%), var(--bg); }
.hero-home::after { content: ""; position: absolute; inset: auto -12vw -22vw auto; width: 45vw; aspect-ratio: 1; border: 1px solid rgba(12,105,116,.12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(12,105,116,.025), 0 0 0 160px rgba(12,105,116,.02); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: center; position: relative; z-index: 1; }
.hero-copy h1 { max-width: 830px; }
.hero-copy h1 em { color: var(--accent); font-style: normal; display: block; }
.hero-lead { max-width: 730px; color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.34rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .88rem 1.25rem; border-radius: 999px; border: 1px solid var(--brand); background: var(--brand); color: white; font-weight: 780; text-decoration: none; box-shadow: 0 9px 24px rgba(12,105,116,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--brand-deep); box-shadow: 0 13px 30px rgba(12,105,116,.23); }
.button.secondary { background: rgba(255,255,255,.65); color: var(--brand-deep); box-shadow: none; border-color: rgba(12,105,116,.26); }
.button.secondary:hover { background: var(--brand-soft); }
.button.light { background: white; color: var(--ink-deep); border-color: white; box-shadow: none; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 3.3rem; padding-top: 1.5rem; border-top: 1px solid rgba(21,37,44,.13); max-width: 650px; }
.hero-stats div { display: flex; align-items: baseline; gap: .45rem; }
.hero-stats strong { font-size: 1.75rem; line-height: 1; color: var(--brand-deep); }
.hero-stats span { color: var(--muted); font-size: .86rem; font-weight: 650; }


.signal-section { position: relative; overflow: hidden; background: var(--ink-deep); color: white; padding: clamp(4rem, 7vw, 6.5rem) 0 2.4rem; }
.signal-grid { display: grid; grid-template-columns: .35fr 1.25fr .8fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.signal-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 850; color: var(--lime); margin: .5rem 0 0; }
.signal-section h2 { max-width: 690px; margin-bottom: 0; }
.signal-copy p { color: rgba(255,255,255,.68); margin-top: .35rem; }
.signal-copy strong { display: block; font-size: 1.15rem; line-height: 1.45; color: var(--yellow); margin-top: 1.6rem; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section.compact { padding: 3rem 0; }
.section-head { display: flex; justify-content: space-between; gap: 2.5rem; align-items: end; margin-bottom: 2.5rem; }
.section-head h2 { margin-bottom: 0; max-width: 820px; }
.section-head p { max-width: 560px; color: var(--muted); margin: 0 0 .3rem; }
.section-head-strong { align-items: start; }
.grid { display: grid; gap: 1rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.category-showcase { background: linear-gradient(180deg, var(--bg) 0, #f2f7f5 100%); }
.category-bento { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: minmax(230px, auto); gap: 1rem; }
.category-card { position: relative; overflow: hidden; min-height: 100%; padding: 1.55rem; display: flex; flex-direction: column; justify-content: space-between; gap: 1.2rem; border-radius: var(--radius); text-decoration: none; background: var(--category-bg, white); color: var(--category-ink, var(--ink-deep)); border: 1px solid rgba(21,37,44,.07); box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease; }
.category-card::after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; background: var(--category-accent, rgba(255,255,255,.35)); right: -95px; bottom: -105px; opacity: .65; }
.category-card:hover { transform: translateY(-5px) rotate(-.25deg); box-shadow: var(--shadow); }
.category-card-wide { grid-column: span 2; }
.category-card-tall { grid-row: span 2; }
.category-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.category-card-number { font-size: .76rem; letter-spacing: .12em; font-weight: 850; opacity: .62; }
.category-card h3 { font-size: clamp(1.55rem, 2.5vw, 2.25rem); margin: 0 0 .7rem; max-width: 430px; }
.category-card p { margin: 0; color: color-mix(in srgb, currentColor 74%, transparent); max-width: 560px; }
.category-card-action { padding-top: 1rem; border-top: 1px solid color-mix(in srgb, currentColor 17%, transparent); font-size: .87rem; line-height: 1.45; }
.category-card-action span { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: .64rem; font-weight: 850; margin-bottom: .35rem; opacity: .65; }
.category-card-link { font-weight: 800; font-size: .86rem; position: relative; z-index: 1; }
.category-icon { width: 54px; height: 54px; border-radius: 17px; background: rgba(255,255,255,.5); display: grid; place-items: center; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.category-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.category-nutrition { --category-bg: #ffd8b7; --category-ink: #61331d; --category-accent: #f4a569; }
.category-movement { --category-bg: #c9e987; --category-ink: #29451e; --category-accent: #9bc94d; }
.category-sleep { --category-bg: #cdd8ff; --category-ink: #273760; --category-accent: #96a9ec; }
.category-mental-health { --category-bg: #ffd0dc; --category-ink: #632f42; --category-accent: #ed8eaa; }
.category-prevention { --category-bg: #bde8e4; --category-ink: #174d4c; --category-accent: #75c5be; }
.category-relationships-purpose { --category-bg: #f0d0fb; --category-ink: #53325d; --category-accent: #ce8ee0; }
.category-lifestyle-habits-environment { --category-bg: #f7e28e; --category-ink: #5a4610; --category-accent: #e2bd3e; }

.essentials-section { background: var(--surface); }
.essentials-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: start; }
.essentials-intro { position: sticky; top: 115px; }
.essentials-intro h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); }
.essentials-intro > p { color: var(--muted); font-size: 1.05rem; }
.future-format { margin-top: 2rem; border-radius: 18px; padding: 1.15rem; background: var(--ink-deep); color: white; transform: rotate(-1deg); }
.future-format span { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; font-weight: 850; }
.future-format strong { display: block; margin: .35rem 0 .2rem; }
.future-format small { color: rgba(255,255,255,.67); }
.essentials-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .8rem; }
.essentials-list li { display: grid; grid-template-columns: 62px 1fr; gap: 1.1rem; padding: 1.25rem; border-radius: 18px; background: var(--category-bg); color: var(--category-ink); border: 1px solid rgba(21,37,44,.06); transition: transform .2s ease; }
.essentials-list li:hover { transform: translateX(6px); }
.essential-number { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.55); font-weight: 900; }
.essentials-list strong { display: block; font-size: 1.15rem; margin-bottom: .25rem; }
.essentials-list p { margin: 0; color: color-mix(in srgb, currentColor 78%, transparent); font-size: .94rem; }

.evidence-section { background: #edf4f2; }
.evidence-scale { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .75rem; }
.evidence-scale-item { min-height: 220px; padding: 1.25rem; border-radius: 18px; display: flex; flex-direction: column; background: white; border-top: 7px solid var(--evidence-color); box-shadow: 0 6px 24px rgba(10,48,57,.05); }
.evidence-scale-number { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: color-mix(in srgb, var(--evidence-color) 18%, white); color: color-mix(in srgb, var(--evidence-color) 75%, black); font-weight: 900; font-size: .8rem; margin-bottom: auto; }
.evidence-scale-item strong { display: block; font-size: 1.05rem; margin: 1.5rem 0 .5rem; }
.evidence-scale-item > span:last-child { color: var(--muted); font-size: .85rem; line-height: 1.45; }
.evidence-well-supported { --evidence-color: #31886e; }
.evidence-probable { --evidence-color: #9caf3d; }
.evidence-unclear { --evidence-color: #e2b13c; }
.evidence-unsupported { --evidence-color: #d87948; }
.evidence-refuted { --evidence-color: #c74852; }
.evidence-cta { margin-top: 1.2rem; padding: 1.3rem 1.45rem; border-radius: 17px; background: var(--ink-deep); color: white; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.evidence-cta p { margin: 0; color: rgba(255,255,255,.73); }
.evidence-cta p strong { color: white; }
.evidence-cta a { color: var(--lime); text-decoration: none; font-weight: 800; white-space: nowrap; }

.myth-home { background: var(--bg-warm); }
.myth-stage { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.myth-panel { position: relative; min-height: 430px; padding: 2rem; border-radius: var(--radius-lg); display: flex; flex-direction: column; color: white; text-decoration: none; overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .22s ease; }
.myth-panel:hover { transform: translateY(-5px); }
.myth-panel::after { content: "?"; position: absolute; right: -1rem; top: -4.5rem; font-size: 18rem; font-weight: 900; line-height: 1; opacity: .07; }
.myth-panel-1 { background: linear-gradient(145deg, #0c6570, #08454e); }
.myth-panel-2 { background: linear-gradient(145deg, #e55845, #b53f36); }
.myth-label { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 850; color: rgba(255,255,255,.68); }
.myth-panel blockquote { margin: auto 0; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.14; letter-spacing: -.04em; font-weight: 800; max-width: 620px; }
.myth-reality { border-top: 1px solid rgba(255,255,255,.25); padding-top: 1.1rem; display: grid; gap: .35rem; }
.myth-reality span { text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; color: rgba(255,255,255,.6); font-weight: 850; }
.myth-reality strong { line-height: 1.45; }
.myth-link { margin-top: 1.3rem; font-weight: 800; color: var(--lime); }

.foundations-section { background: var(--surface); }
.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.45rem; box-shadow: 0 1px 0 rgba(24,32,29,.02); overflow: hidden; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.card::after { content: "→"; position: absolute; right: 1.35rem; top: 1.25rem; width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-soft); color: var(--brand); font-weight: 900; }
.card:hover { border-color: rgba(12,105,116,.35); transform: translateY(-4px); box-shadow: var(--shadow-soft); }
a.card { text-decoration: none; }
.card-kicker { color: var(--accent-deep); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.card h3 { margin: 2.4rem 0 .7rem; padding-right: 2rem; }
.card p { color: var(--muted); margin: 0; }
.card-meta { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; font-size: .8rem; color: var(--muted); }
.category-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); font-weight: 850; margin-bottom: 1.1rem; }

.principles-home { background: var(--ink-deep); color: white; }
.principles-home-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 8vw, 8rem); }
.principles-statement { position: sticky; top: 115px; align-self: start; }
.principles-statement .eyebrow { color: var(--lime); }
.principles-statement .eyebrow::before { background: var(--accent); }
.principles-statement p { color: rgba(255,255,255,.65); font-size: 1.05rem; }
.principle-stack { display: grid; }
.principle-stack article { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.17); }
.principle-stack article > span { color: var(--lime); font-weight: 900; }
.principle-stack strong { display: block; font-size: 1.2rem; margin-bottom: .35rem; }
.principle-stack p { color: rgba(255,255,255,.62); margin: 0; }

.closing-cta { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; background: var(--accent); color: white; }
.closing-cta::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); right: -130px; top: -170px; box-shadow: 0 0 0 75px rgba(255,255,255,.05), 0 0 0 150px rgba(255,255,255,.035); }
.closing-cta-inner { position: relative; z-index: 1; }
.closing-cta p { font-weight: 850; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.closing-cta h2 { max-width: 930px; font-size: clamp(2.7rem, 6vw, 5.5rem); }
.text-link-light { color: white; font-weight: 800; text-decoration: none; }

/* Inner pages */
.article-hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7rem) 0 3rem; background: radial-gradient(circle at 90% 15%, rgba(242,99,77,.12), transparent 28%); }
.article-hero::after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; border: 1px solid rgba(12,105,116,.12); right: -100px; bottom: -220px; }
.article-hero h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); max-width: 970px; }
.article-summary { font-size: 1.23rem; color: var(--muted); max-width: 790px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .45rem; color: var(--muted); font-size: .87rem; margin-bottom: 1.6rem; }
.breadcrumbs a { color: var(--brand); }
.meta-row { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin-top: 1.5rem; color: var(--muted); font-size: .9rem; }
.evidence-badge { display: inline-flex; align-items: center; gap: .45rem; border-radius: 999px; padding: .36rem .72rem; background: #dff0e9; color: #286c59; font-weight: 820; font-size: .78rem; }
.evidence-dot { width: 8px; height: 8px; border-radius: 999px; background: currentColor; }
.evidence-badge.probable { background: #eef1d2; color: #5c661a; }
.evidence-badge.unclear { background: #f5e8c7; color: #7b5a13; }
.evidence-badge.unsupported { background: #f7dfd1; color: #99532e; }
.evidence-badge.refuted { background: #f3d9dc; color: var(--danger); }
.prototype-notice { border-left: 4px solid var(--yellow); background: #fff4d4; padding: 1rem 1.2rem; border-radius: 0 12px 12px 0; color: #684e15; margin: 1.5rem 0; max-width: 850px; }
.prototype-notice strong { display: block; color: #4d390f; }
.primary-action { background: var(--ink-deep); color: white; border-radius: var(--radius); padding: 1.55rem; margin: 1.5rem 0; max-width: 920px; position: relative; overflow: hidden; }
.primary-action::after { content: "✓"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-size: 4rem; color: rgba(185,223,101,.14); font-weight: 900; }
.primary-action span { display: block; color: var(--lime); text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; font-weight: 850; margin-bottom: .45rem; }
.primary-action strong { font-size: 1.26rem; line-height: 1.4; max-width: 760px; display: block; }
.action-ladder { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; margin: 2rem 0; }
.action-step { background: var(--surface); border: 1px solid var(--line); border-radius: 17px; padding: 1.1rem; }
.action-step h3 { margin-bottom: .65rem; font-size: 1rem; }
.action-step ul { margin: 0; padding-left: 1.15rem; color: var(--muted); font-size: .9rem; }
.action-step.minimum { border-top: 6px solid #e29a55; }
.action-step.good { border-top: 6px solid var(--brand); }
.action-step.more { border-top: 6px solid #6d87a7; }
.action-step.not-required { border-top: 6px solid #9d9990; }
.article-shell { display: grid; grid-template-columns: minmax(0, var(--reading)) 270px; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.prose { font-size: 1.06rem; }
.prose h2 { margin-top: 3rem; font-size: 2.1rem; }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { color: #36454b; }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 2rem 0; padding: 1rem 1.3rem; border-left: 4px solid var(--accent); background: var(--surface-soft); }
.prose a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: .18em; }
.article-aside { position: sticky; top: 110px; }
.aside-box { border-top: 1px solid var(--line); padding-top: 1rem; margin-bottom: 1.5rem; }
.aside-box h2 { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.aside-box ul { padding-left: 1.1rem; margin: 0; font-size: .9rem; color: var(--muted); }
.key-list { display: grid; gap: .7rem; padding: 0; list-style: none; margin: 1.5rem 0; }
.key-list li { display: flex; gap: .8rem; align-items: flex-start; padding: .85rem; border-radius: 13px; background: rgba(255,255,255,.7); }
.key-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 26px; width: 26px; height: 26px; border-radius: 9px; background: var(--brand-soft); color: var(--brand); font-weight: 900; font-size: .8rem; margin-top: .05rem; }
.source-list { display: grid; gap: .8rem; padding: 0; list-style: none; }
.source-item { padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.source-item a { font-weight: 760; color: var(--brand); }
.source-meta { display: block; color: var(--muted); font-size: .84rem; margin-top: .25rem; }
.callout { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.35rem; background: var(--surface); max-width: 900px; }
.callout h2, .callout h3 { margin-bottom: .5rem; }
.callout p:last-child { margin-bottom: 0; }
.search-box { display: flex; gap: .6rem; max-width: 720px; margin: 1.5rem 0; }
.search-box input { flex: 1; min-width: 0; padding: .9rem 1rem; border-radius: 14px; border: 1px solid var(--line); background: white; }
.search-box button { padding: .9rem 1.2rem; border-radius: 14px; border: 0; background: var(--brand); color: white; font-weight: 780; cursor: pointer; }
.search-results { display: grid; gap: .8rem; }
.search-result { display: block; padding: 1rem; border-radius: 14px; background: white; border: 1px solid var(--line); text-decoration: none; }
.search-result strong { display: block; }
.search-result span { color: var(--muted); font-size: .9rem; }

.site-footer { background: #071f26; color: white; padding: 4rem 0 2rem; }
.site-footer .brand { color: white; }
.site-footer .brand-mark::before { border-color: #071f26; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; }
.site-footer p, .site-footer a { color: rgba(255,255,255,.65); }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: white; }
.footer-links { display: grid; gap: .6rem; align-content: start; }
.footer-links strong { color: var(--lime); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.footer-small { border-top: 1px solid rgba(255,255,255,.14); padding-top: 1.5rem; margin-top: 2.5rem; font-size: .82rem; color: rgba(255,255,255,.48); }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .signal-grid { grid-template-columns: .3fr 1fr; }
  .signal-copy { grid-column: 2; }
  .category-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card-tall { grid-row: span 1; }
  .evidence-scale { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .section-head { display: block; }
  .section-head p { margin-top: 1rem; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .essentials-shell, .principles-home-grid { grid-template-columns: 1fr; }
  .essentials-intro, .principles-statement { position: static; }
  .myth-stage { grid-template-columns: 1fr; }
  .article-shell { grid-template-columns: 1fr; }
  .article-aside { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .action-ladder { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 1.4rem), var(--max)); }
  .header-inner { min-height: 66px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 30px; height: 30px; }
  .site-nav { gap: .65rem; }
  .site-nav a:not(.nav-search) { display: none; }
  .hero-home { min-height: auto; padding: 4rem 0 3rem; }
  .hero-copy h1 em { display: inline; }
  .hero-stats { gap: .75rem 1.25rem; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-copy { grid-column: 1; }
  .category-bento, .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .category-card-wide { grid-column: span 1; }
  .category-card { min-height: 285px; }
  .essentials-list li { grid-template-columns: 50px 1fr; padding: 1rem; }
  .essential-number { width: 44px; height: 44px; border-radius: 13px; }
  .evidence-scale { grid-template-columns: 1fr; }
  .evidence-scale-item { min-height: 150px; }
  .evidence-cta { display: block; }
  .evidence-cta a { display: inline-block; margin-top: 1rem; }
  .myth-panel { min-height: 380px; padding: 1.5rem; }
  .action-ladder, .article-aside { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .search-box { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Editorial transparency */
.editorial-disclosure {
  display: grid;
  gap: .25rem;
  max-width: 900px;
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border: 1px solid color-mix(in srgb, var(--brand) 25%, var(--line));
  border-left: 4px solid var(--brand);
  border-radius: 0 14px 14px 0;
  background: color-mix(in srgb, var(--brand) 5%, white);
  color: var(--text);
}
.editorial-disclosure strong { color: var(--brand); }
.editorial-disclosure span { color: var(--muted); }
.source-heading { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-bottom: .35rem; }
.source-type { display: inline-flex; padding: .2rem .55rem; border-radius: 999px; background: var(--surface-strong); color: var(--brand); font-size: .72rem; font-weight: 780; }
.source-id { color: var(--muted); font-size: .72rem; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.source-item:target { outline: 3px solid color-mix(in srgb, var(--coral) 45%, transparent); scroll-margin-top: 120px; }
.prose a[href^="#source-"] { white-space: nowrap; font-size: .88em; font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* UX navigation and wayfinding */
.mobile-header-actions { display: none; align-items: center; gap: .55rem; }
.mobile-search-link,
.mobile-menu-toggle,
.mobile-menu-close {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(12, 105, 116, .24);
  background: rgba(255,255,255,.78);
  color: var(--ink-deep);
  cursor: pointer;
}
.mobile-search-link { width: 42px; height: 42px; border-radius: 999px; text-decoration: none; font-size: 1.25rem; }
.mobile-menu-toggle { width: 44px; height: 42px; border-radius: 14px; padding: 10px; gap: 4px; }
.mobile-menu-toggle span { display: block; width: 20px; height: 2px; border-radius: 99px; background: currentColor; }
.mobile-menu-backdrop { position: fixed; inset: 0; z-index: 38; background: rgba(7,31,38,.54); backdrop-filter: blur(3px); }
.mobile-menu { position: fixed; z-index: 39; top: 0; right: 0; width: min(88vw, 390px); height: 100dvh; padding: 1.25rem; background: var(--bg); box-shadow: -30px 0 80px rgba(7,31,38,.22); overflow-y: auto; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.mobile-menu-close { width: 42px; height: 42px; border-radius: 999px; font-size: 1.65rem; line-height: 1; }
.mobile-menu-links { display: grid; margin-top: 1rem; }
.mobile-menu-links a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem .15rem; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 1.08rem; font-weight: 780; color: var(--ink-deep); }
.mobile-menu-links a[aria-current="page"] { color: var(--brand); }
body.menu-open { overflow: hidden; }

.reading-context { position: sticky; top: 76px; z-index: 24; background: color-mix(in srgb, var(--ink-deep) 96%, transparent); color: white; border-bottom: 1px solid rgba(255,255,255,.1); }
.reading-context-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .84rem; }
.reading-context a { min-width: 0; color: var(--lime); text-decoration: none; font-weight: 780; white-space: normal; overflow-wrap: anywhere; }
.reading-context-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: rgba(255,255,255,.72); }

.essentials-list li { padding: 0; overflow: hidden; }
.essentials-list li > a { display: grid; grid-template-columns: 62px 1fr; gap: 1.1rem; padding: 1.25rem; text-decoration: none; color: inherit; }
.essentials-list li:focus-within { outline: 3px solid color-mix(in srgb, var(--brand) 35%, transparent); outline-offset: 3px; }
.essential-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: .55rem; font-size: .8rem; font-weight: 820; color: currentColor; }

.toc { border-top: 1px solid var(--line); padding-top: 1rem; margin-bottom: 1.5rem; }
.toc h2 { font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.toc ol { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.toc li { line-height: 1.3; }
.toc .toc-depth-3 { padding-left: .75rem; }
.toc a { color: var(--muted); text-decoration: none; font-size: .86rem; }
.toc a:hover { color: var(--brand); }
.prose h2, .prose h3 { scroll-margin-top: 145px; }

.source-backlinks { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .75rem; }
.source-backlink { display: inline-flex; align-items: center; padding: .3rem .58rem; border-radius: 999px; background: var(--brand-soft); color: var(--brand-deep) !important; font-size: .75rem; font-weight: 760 !important; text-decoration: none; }
.source-backlink:hover { background: color-mix(in srgb, var(--brand-soft) 55%, var(--lime)); }
.citation-link:target { border-radius: 4px; outline: 4px solid color-mix(in srgb, var(--yellow) 58%, transparent); background: color-mix(in srgb, var(--yellow) 25%, transparent); scroll-margin-top: 145px; }
.source-item:target { outline: 3px solid color-mix(in srgb, var(--accent) 45%, transparent); scroll-margin-top: 145px; }
.external-link { font-size: .82em; }

.content-journey { padding: clamp(2.5rem, 6vw, 5rem) 0; background: var(--surface-soft); border-top: 1px solid var(--line); }
.journey-parent { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.journey-parent > span { color: var(--muted); font-size: .88rem; }
.journey-parent a { color: var(--brand-deep); font-weight: 820; text-decoration: none; }
.journey-related { margin-top: 1.5rem; }
.journey-kicker { margin: 0 0 .75rem; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.journey-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.journey-card { position: relative; display: grid; gap: .42rem; min-height: 170px; padding: 1.25rem 3.25rem 1.25rem 1.25rem; border: 1px solid var(--line); border-radius: 18px; background: white; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.journey-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--brand) 36%, var(--line)); box-shadow: var(--shadow-soft); }
.journey-card > span { color: var(--brand); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 820; }
.journey-card strong { color: var(--ink-deep); font-size: 1.2rem; line-height: 1.2; }
.journey-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.journey-card b { position: absolute; right: 1.25rem; top: 1.2rem; color: var(--accent); font-size: 1.2rem; }

.search-toolbar { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1rem 0 1.25rem; }
.search-filter { border: 1px solid var(--line); border-radius: 999px; padding: .48rem .8rem; background: rgba(255,255,255,.72); color: var(--muted); font-weight: 740; cursor: pointer; }
.search-filter[aria-pressed="true"] { background: var(--ink-deep); border-color: var(--ink-deep); color: white; }
.search-result { display: grid; gap: .42rem; padding: 1.1rem 1.2rem; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.search-result:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); box-shadow: var(--shadow-soft); }
.search-result-top { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
.search-result-type { display: inline-flex; padding: .24rem .55rem; border-radius: 999px; background: var(--brand-soft); color: var(--brand-deep) !important; font-size: .72rem !important; font-weight: 820; }
.search-result-meta { display: flex; flex-wrap: wrap; gap: .35rem .8rem; color: var(--muted); font-size: .78rem; }
.search-result-excerpt { color: var(--muted); font-size: .9rem; }
.search-empty { padding: 1.4rem; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); background: rgba(255,255,255,.52); }

:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 60%, transparent); outline-offset: 3px; }

/* Repair older editorial tokens */
.editorial-disclosure { color: var(--ink); }
.source-type { background: var(--brand-soft); }

@media (max-width: 680px) {
  .desktop-nav { display: none; }
  .mobile-header-actions { display: flex; }
  .reading-context { top: 66px; }
  .reading-context-inner { min-height: 42px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 38%); }
  .reading-context-title { max-width: 100%; }
  .essentials-list li > a { grid-template-columns: 50px 1fr; padding: 1rem; }
  .journey-parent { align-items: flex-start; flex-direction: column; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 150px; }
}
.source-item.is-target { outline: 3px solid color-mix(in srgb, var(--accent) 45%, transparent); }
.citation-link.is-target { border-radius: 4px; outline: 4px solid color-mix(in srgb, var(--yellow) 58%, transparent); background: color-mix(in srgb, var(--yellow) 25%, transparent); }

/* Life tree memory model */
.life-tree-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 16%, rgba(185, 223, 101, .16), transparent 24%),
    radial-gradient(circle at 93% 26%, rgba(242, 99, 77, .11), transparent 24%),
    #edf4f2;
}
.life-tree-section::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(12, 105, 116, .09);
  border-radius: 50%;
  left: -270px;
  bottom: -250px;
  box-shadow: 0 0 0 70px rgba(12, 105, 116, .025), 0 0 0 140px rgba(12, 105, 116, .018);
  pointer-events: none;
}
.life-tree-heading { position: relative; z-index: 1; }
.life-tree-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(280px, .52fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
}
.life-tree-figure {
  margin: 0;
  padding: clamp(.75rem, 2vw, 1.35rem);
  border: 1px solid rgba(21, 37, 44, .08);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.life-tree-graphic { display: block; width: 100%; height: auto; }
.life-tree-figure figcaption {
  max-width: 850px;
  margin: .85rem auto 0;
  padding: .85rem 1rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
  text-align: center;
}
.tree-crown { opacity: 0; transform: translateY(16px) scale(.97); transform-origin: 600px 250px; }
.life-tree-section.is-visible .tree-crown { animation: tree-crown-in .9s cubic-bezier(.2,.72,.24,1) 1.25s forwards; }
.crown-main { fill: #dceff0; stroke: rgba(12,105,116,.2); stroke-width: 2; }
.crown-secondary { fill: rgba(185,223,101,.32); stroke: rgba(41,69,30,.12); stroke-width: 2; }
.crown-node { fill: rgba(255,255,255,.74); stroke: rgba(12,105,116,.14); stroke-width: 2; }
.crown-node-2, .crown-node-5 { fill: rgba(242,99,77,.16); }
.crown-node-3, .crown-node-6 { fill: rgba(185,223,101,.28); }
.tree-branches path {
  fill: none;
  stroke: url(#trunk-gradient);
  stroke-width: 25;
  stroke-linecap: round;
  opacity: 0;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  path-length: 1;
}
.life-tree-section.is-visible .tree-branches path { animation: tree-line-in .72s ease forwards; }
.life-tree-section.is-visible .tree-branches path:nth-child(1) { animation-delay: .92s; }
.life-tree-section.is-visible .tree-branches path:nth-child(2) { animation-delay: 1.02s; }
.life-tree-section.is-visible .tree-branches path:nth-child(3) { animation-delay: 1.12s; }
.tree-trunk-shape {
  fill: url(#trunk-gradient);
  opacity: 0;
  transform: translateY(18px) scaleY(.9);
  transform-origin: 628px 520px;
}
.life-tree-section.is-visible .tree-trunk-shape { animation: tree-trunk-in .75s cubic-bezier(.2,.72,.24,1) .66s forwards; }
.tree-trunk-highlight {
  fill: none;
  stroke: rgba(255,255,255,.15);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.life-tree-section.is-visible .tree-trunk-highlight { animation: tree-line-in .68s ease .78s forwards; }
.tree-ground-line line { stroke: rgba(12,105,116,.22); stroke-width: 2; stroke-dasharray: 10 10; }
.tree-ground-line circle { fill: #fff; stroke: rgba(12,105,116,.32); stroke-width: 2; }
.tree-outcomes text {
  fill: #315961;
  font-size: 14px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: .08em;
  opacity: 0;
}
.life-tree-section.is-visible .tree-outcomes text { animation: tree-label-in .55s ease 1.55s forwards; }
.tree-root {
  --root-color: var(--brand);
  color: var(--root-color);
  opacity: 1;
  transition: opacity .2s ease, filter .2s ease;
  outline: none;
  cursor: default;
}
.tree-root-nutrition { --root-color: #e58b48; }
.tree-root-movement { --root-color: #78a638; }
.tree-root-sleep { --root-color: #718bd5; }
.tree-root-mental-health { --root-color: #d96f91; }
.tree-root-prevention { --root-color: #3fa69d; }
.tree-root-relationships-purpose { --root-color: #b46fc9; }
.tree-root-lifestyle-habits-environment { --root-color: #c79e24; }
.tree-root-path { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.tree-root-shadow { stroke: rgba(255,255,255,.94); stroke-width: 24; }
.tree-root-color { stroke: var(--root-color); stroke-width: 12; }
.tree-root-node { fill: #fff; stroke: var(--root-color); stroke-width: 7; transition: transform .2s ease, fill .2s ease; transform-box: fill-box; transform-origin: center; }
.tree-root-number { fill: var(--root-color); font-size: 34px; font-weight: 900; pointer-events: none; }
.life-tree-section.is-visible .tree-root-path { animation: tree-line-in .8s ease forwards; }
.life-tree-section.is-visible .tree-root:nth-child(1) .tree-root-path { animation-delay: .08s; }
.life-tree-section.is-visible .tree-root:nth-child(2) .tree-root-path { animation-delay: .16s; }
.life-tree-section.is-visible .tree-root:nth-child(3) .tree-root-path { animation-delay: .24s; }
.life-tree-section.is-visible .tree-root:nth-child(4) .tree-root-path { animation-delay: .32s; }
.life-tree-section.is-visible .tree-root:nth-child(5) .tree-root-path { animation-delay: .40s; }
.life-tree-section.is-visible .tree-root:nth-child(6) .tree-root-path { animation-delay: .48s; }
.life-tree-section.is-visible .tree-root:nth-child(7) .tree-root-path { animation-delay: .56s; }
.tree-root:hover .tree-root-node,
.tree-root:focus .tree-root-node { fill: color-mix(in srgb, var(--root-color) 16%, white); transform: scale(1.18); }
.tree-root:focus-visible .tree-root-node { stroke-width: 10; }
.life-tree-section[data-active-root] .tree-root { opacity: .17; }
.life-tree-section[data-active-root="nutrition"] .tree-root-nutrition,
.life-tree-section[data-active-root="movement"] .tree-root-movement,
.life-tree-section[data-active-root="sleep"] .tree-root-sleep,
.life-tree-section[data-active-root="mental-health"] .tree-root-mental-health,
.life-tree-section[data-active-root="prevention"] .tree-root-prevention,
.life-tree-section[data-active-root="relationships-purpose"] .tree-root-relationships-purpose,
.life-tree-section[data-active-root="lifestyle-habits-environment"] .tree-root-lifestyle-habits-environment { opacity: 1; filter: drop-shadow(0 8px 10px rgba(11,48,57,.12)); }
.life-tree-context-band {
  display: grid;
  grid-template-columns: minmax(210px, .78fr) minmax(0, 1.22fr);
  gap: 1rem;
  align-items: center;
  margin-top: .7rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(21,37,44,.08);
  border-radius: 18px;
  background: #f5f2eb;
}
.life-tree-context-copy span {
  color: var(--brand-deep);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.life-tree-context-copy p { margin: .35rem 0 0; color: #655e54; font-size: .82rem; line-height: 1.45; }
.life-tree-context-band ul { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; margin: 0; padding: 0; }
.life-tree-context-band li { padding: .55rem .7rem; border: 1px solid rgba(109,98,84,.13); border-radius: 999px; background: rgba(255,255,255,.78); color: #665f55; font-size: .75rem; font-weight: 760; }
.life-tree-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  background: var(--ink-deep);
  color: white;
  box-shadow: var(--shadow-soft);
}
.life-tree-story-label {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .68rem;
  font-weight: 900;
}
.life-tree-story blockquote {
  margin: 1.1rem 0 1.5rem;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -.04em;
  font-weight: 830;
}
.life-tree-story > p { color: rgba(255,255,255,.71); }
.life-tree-caveat {
  margin-top: auto;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.16);
  font-size: .9rem;
}
.life-tree-caveat strong { color: white; }
.root-legend {
  position: relative;
  z-index: 1;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  padding: 0;
  margin: 1rem 0 0;
}
.root-legend-item { min-width: 0; }
.root-legend-item a {
  min-height: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 24px;
  gap: .8rem;
  align-items: center;
  padding: .9rem;
  border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--category-ink) 10%, transparent);
  background: color-mix(in srgb, var(--category-bg) 62%, white);
  color: var(--category-ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, opacity .2s ease;
}
.root-legend-item a:hover,
.root-legend-item a:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow-soft); background: var(--category-bg); outline: none; }
.root-legend-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.62);
  font-size: .74rem;
  font-weight: 900;
}
.root-legend-copy { min-width: 0; }
.root-legend-copy strong { display: block; font-size: .9rem; line-height: 1.2; }
.root-legend-copy small { display: block; margin-top: .25rem; overflow: hidden; color: color-mix(in srgb, currentColor 72%, transparent); font-size: .72rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.root-legend-arrow { font-weight: 900; transition: transform .2s ease; }
.root-legend-item a:hover .root-legend-arrow { transform: translateX(3px); }
.life-tree-section[data-active-root] .root-legend-item { opacity: .36; }
.life-tree-section[data-active-root="nutrition"] .root-legend-item.category-nutrition,
.life-tree-section[data-active-root="movement"] .root-legend-item.category-movement,
.life-tree-section[data-active-root="sleep"] .root-legend-item.category-sleep,
.life-tree-section[data-active-root="mental-health"] .root-legend-item.category-mental-health,
.life-tree-section[data-active-root="prevention"] .root-legend-item.category-prevention,
.life-tree-section[data-active-root="relationships-purpose"] .root-legend-item.category-relationships-purpose,
.life-tree-section[data-active-root="lifestyle-habits-environment"] .root-legend-item.category-lifestyle-habits-environment { opacity: 1; }
.life-tree-bottom-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.05rem 1.2rem;
  border-radius: 16px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(21,37,44,.08);
}
.life-tree-bottom-line strong { color: var(--ink-deep); }
.life-tree-bottom-line a { color: var(--brand-deep); text-decoration: none; font-weight: 820; white-space: nowrap; }

@keyframes tree-line-in { to { stroke-dashoffset: 0; } }
@keyframes tree-trunk-in { to { opacity: 1; transform: translateY(0) scaleY(1); } }
@keyframes tree-crown-in { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes tree-label-in { to { opacity: 1; } }

@media (max-width: 1050px) {
  .life-tree-shell { grid-template-columns: 1fr; }
  .life-tree-story { min-height: auto; }
  .root-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .life-tree-figure { padding: .25rem .25rem .8rem; border-radius: 22px; }
  .life-tree-graphic { width: 100%; max-width: none; margin-left: 0; }
  .tree-outcomes { display: none; }
  .life-tree-context-band { grid-template-columns: 1fr; margin: .45rem .55rem 0; padding: .9rem; }
  .life-tree-context-band ul { justify-content: flex-start; }
  .life-tree-story { padding: 1.4rem; border-radius: 22px; }
  .life-tree-story blockquote { font-size: 1.65rem; }
  .root-legend { grid-template-columns: 1fr; }
  .root-legend-item a { padding: .85rem; }
  .root-legend-copy small { -webkit-line-clamp: 3; }
  .life-tree-bottom-line { display: grid; }
  .life-tree-bottom-line a { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .tree-crown,
  .tree-outcomes text,
  .tree-trunk-shape { opacity: 1; transform: none; animation: none !important; }
  .tree-root-path,
  .tree-trunk-highlight,
  .tree-branches path { stroke-dashoffset: 0; animation: none !important; }
}

/* Homepage v0.12 — reduced editorial flow */
.hero-home-editorial {
  min-height: auto;
  padding: clamp(6rem, 11vw, 10rem) 0 clamp(5rem, 9vw, 8rem);
  background:
    linear-gradient(90deg, rgba(12, 105, 116, .075) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(12, 105, 116, .055) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 82% 25%, rgba(242, 99, 77, .12), transparent 30%),
    radial-gradient(circle at 12% 85%, rgba(185, 223, 101, .13), transparent 31%),
    var(--bg);
}
.hero-home-editorial::after {
  width: 38vw;
  max-width: 560px;
  inset: auto -15vw -23vw auto;
  box-shadow: 0 0 0 66px rgba(12,105,116,.022), 0 0 0 132px rgba(12,105,116,.016);
}
.hero-editorial-inner { position: relative; z-index: 1; }
.hero-home-editorial h1 { max-width: 1050px; margin-top: 1.2rem; }
.hero-home-editorial .hero-lead { max-width: 820px; }
.hero-thesis {
  max-width: 760px;
  margin: 2.2rem 0 0;
  padding: 1.15rem 0 1.15rem 1.25rem;
  border-left: 4px solid var(--accent);
  color: var(--muted);
  font-size: 1.02rem;
}
.hero-thesis strong { color: var(--ink-deep); }
.editorial-link {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--brand-deep);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, var(--brand) 35%, transparent);
  padding-bottom: .16rem;
}
.editorial-link:hover { color: var(--accent-deep); border-color: currentColor; }

.evidence-home-compact { padding-block: clamp(4.5rem, 8vw, 7rem); }
.evidence-home-compact .evidence-scale { margin-top: 2.5rem; }
.evidence-home-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(12, 105, 116, .17);
}
.evidence-home-note p { margin: 0; color: var(--muted); max-width: 820px; }
.evidence-home-note strong { color: var(--ink-deep); }
.evidence-home-note a { color: var(--brand-deep); font-weight: 800; text-decoration: none; white-space: nowrap; }
.evidence-home-note a:hover { color: var(--accent-deep); }

.myth-example-section { background: var(--surface); padding-block: clamp(4.8rem, 9vw, 8rem); }
.myth-example-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.myth-example-intro { position: sticky; top: 115px; }
.myth-example-intro h2 { margin-top: 1rem; }
.myth-example-intro p { max-width: 560px; color: var(--muted); font-size: 1.05rem; }
.myth-example-card {
  border-top: 7px solid var(--accent);
  border-bottom: 1px solid var(--line);
  padding: clamp(1.8rem, 4vw, 3.1rem) 0;
}
.myth-example-label,
.myth-example-verdict > span,
.myth-example-action > span {
  display: block;
  margin-bottom: .65rem;
  color: var(--muted);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.myth-example-card blockquote {
  margin: 0 0 2.2rem;
  color: var(--ink-deep);
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 790;
}
.myth-example-verdict {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .6rem 1rem;
  align-items: center;
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.myth-example-verdict > span { grid-column: 1 / -1; margin: 0; }
.myth-example-verdict p { margin: 0; color: var(--muted); }
.myth-example-action {
  margin: .8rem 0 1.6rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: var(--surface-soft);
}
.myth-example-action span { color: var(--brand); }
.myth-example-action strong { display: block; line-height: 1.45; color: var(--ink-deep); }

.trust-home { background: var(--ink-deep); color: white; padding-block: clamp(5rem, 9vw, 8rem); }
.trust-home-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.trust-home .eyebrow { color: var(--lime); }
.trust-home-statement h2 { margin-top: 1rem; max-width: 780px; }
.trust-home-statement p { color: rgba(255,255,255,.72); max-width: 760px; }
.trust-home-statement p strong { color: white; }
.trust-home-links { border-top: 1px solid rgba(255,255,255,.18); }
.trust-home-links a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: white;
  text-decoration: none;
}
.trust-home-links a > span { color: var(--lime); font-size: .75rem; font-weight: 850; letter-spacing: .1em; }
.trust-home-links strong { display: block; line-height: 1.2; }
.trust-home-links small { display: block; margin-top: .3rem; color: rgba(255,255,255,.58); line-height: 1.45; }
.trust-home-links b { color: var(--accent); font-size: 1.2rem; transition: transform .2s ease; }
.trust-home-links a:hover b { transform: translateX(4px); }
.trust-home-closing {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.5rem 2.5rem;
  align-items: center;
  margin-top: clamp(4rem, 8vw, 7rem);
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.18);
}
.trust-home-closing p { margin: 0; color: var(--lime); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.trust-home-closing strong { font-size: clamp(1.25rem, 2.2vw, 1.8rem); line-height: 1.25; }
.trust-home-closing .button { box-shadow: none; background: white; border-color: white; color: var(--ink-deep); }
.trust-home-closing .button:hover { background: var(--lime); border-color: var(--lime); }

@media (max-width: 900px) {
  .myth-example-grid, .trust-home-grid { grid-template-columns: 1fr; }
  .myth-example-intro { position: static; }
  .trust-home-closing { grid-template-columns: 1fr; justify-items: start; }
}

@media (max-width: 680px) {
  .hero-home-editorial { padding: 4.5rem 0 4rem; }
  .hero-home-editorial h1 { font-size: clamp(2.75rem, 14vw, 4.3rem); }
  .hero-home-editorial .hero-actions { align-items: flex-start; flex-direction: column; }
  .evidence-home-note { grid-template-columns: 1fr; gap: 1rem; }
  .evidence-home-note a { white-space: normal; }
  .myth-example-card blockquote { font-size: clamp(1.7rem, 9vw, 2.65rem); }
  .myth-example-verdict { grid-template-columns: 1fr; }
  .trust-home-grid { gap: 2.8rem; }
  .trust-home-links a { grid-template-columns: 34px minmax(0, 1fr) auto; }
}


@media print {
  @page { size: A4; margin: 16mm; }
  html { scroll-behavior: auto; }
  body { background: #fff; color: #111; font-size: 10.5pt; line-height: 1.45; }
  .site-header, .site-footer, .reading-context, .content-journey, .mobile-menu, .mobile-menu-backdrop,
  .hero-actions, .button, .search-box, .search-toolbar, .root-legend-arrow { display: none !important; }
  .container, .reading-width { width: 100% !important; max-width: none !important; }
  .section, .article-hero, .hero { padding-block: 12mm !important; }
  h1, h2, h3 { color: #111 !important; break-after: avoid-page; }
  h1 { font-size: 25pt; } h2 { font-size: 18pt; } h3 { font-size: 13pt; }
  a { color: inherit !important; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; overflow-wrap: anywhere; }
  .life-tree-shell, .article-shell, .trust-home-grid, .myth-example-grid { grid-template-columns: 1fr !important; }
  .life-tree-section, .trust-home, .signal-section { background: #fff !important; color: #111 !important; }
  .life-tree-story { background: #f2f2f2 !important; color: #111 !important; box-shadow: none !important; }
  .life-tree-story > p, .trust-home-statement p, .trust-home-links small { color: #333 !important; }
  .source-item, .action-step, .category-card, .myth-example-card { break-inside: avoid; box-shadow: none !important; }
}

/* v0.14 - Living System design and orientation tools */
.system-map-section { position: relative; overflow: hidden; padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(4rem, 7vw, 6.5rem); background: radial-gradient(circle at 76% 36%, rgba(12,105,116,.09), transparent 32%), linear-gradient(180deg,#fbfaf6 0%,#f7f3e9 100%); border-bottom: 1px solid rgba(21,37,44,.08); }
.system-map-section::before { content:""; position:absolute; inset:0; pointer-events:none; opacity:.5; background-image: radial-gradient(circle, rgba(11,48,57,.13) 0 1px, transparent 1.4px); background-size: 28px 28px; mask-image: linear-gradient(90deg,transparent 40%,black 72%,transparent); }
.system-map-layout { position:relative; z-index:1; display:grid; grid-template-columns:minmax(330px,.82fr) minmax(560px,1.18fr); gap:clamp(2.8rem,5vw,6rem); align-items:center; }
.system-map-copy h1,.system-map-copy h2,.five-minute-home h2,.orientation-section h2,.focus-and-myth h2,.check-teaser h2 { font-family: Georgia,"Times New Roman",serif; font-weight:600; letter-spacing:-.045em; color:var(--ink-deep); }
.system-map-copy h1 { font-size:clamp(3.7rem,6.6vw,6.7rem); margin:.85rem 0 1.35rem; }
.system-map-copy .hero-lead { max-width:620px; font-size:clamp(1.2rem,2vw,1.55rem); color:var(--brand-deep); }
.system-map-thesis { max-width:640px; padding-left:1.2rem; border-left:3px solid var(--accent); color:var(--muted); }
.system-promises { list-style:none; margin:2rem 0 0; padding:0; display:grid; gap:.9rem; }
.system-promises li { display:grid; grid-template-columns:135px 1fr; gap:1rem; align-items:baseline; }
.system-promises strong { color:var(--ink-deep); }
.system-promises span { color:var(--muted); font-size:.92rem; }
.system-map-visual { min-width:0; }
.system-map-quote { max-width:610px; margin:0 auto 1.2rem; text-align:center; color:var(--muted); font-size:.95rem; }
.system-map-canvas { position:relative; width:min(100%,760px); aspect-ratio:1.13; margin:auto; }
.system-map-lines { position:absolute; inset:0; width:100%; height:100%; overflow:visible; }
.map-grid-lines { fill:none; stroke:rgba(11,48,57,.10); stroke-width:1; stroke-dasharray:2 8; }
.map-flow-lines { fill:none; stroke-width:14; stroke-linecap:round; opacity:.58; }
.map-flow-lines path { transition:opacity .2s ease,stroke-width .2s ease; }
.flow-nutrition{stroke:#6c943e}.flow-movement{stroke:#278c96}.flow-sleep{stroke:#5c72b2}.flow-mental-health{stroke:#8b5e93}.flow-prevention{stroke:#b65d52}.flow-relationships-purpose{stroke:#c87841}.flow-lifestyle-habits-environment{stroke:#b58a30}
.map-orbit-nodes circle { fill:rgba(11,48,57,.22); }
.system-core { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:178px; aspect-ratio:1; display:grid; place-content:center; text-align:center; border-radius:50%; color:white; background:radial-gradient(circle at 36% 28%,#176879,#0b3039 72%); box-shadow:0 26px 70px rgba(11,48,57,.25),inset 0 0 0 1px rgba(255,255,255,.16); }
.system-core::before { content:""; position:absolute; inset:14px; border:1px dashed rgba(255,255,255,.24); border-radius:50%; }
.system-core span { position:relative; font-size:.82rem; text-transform:uppercase; letter-spacing:.1em; color:#c8e8e3; }
.system-core strong { position:relative; display:block; max-width:130px; margin:.2rem auto 0; font-family:Georgia,"Times New Roman",serif; font-size:1.28rem; line-height:1.05; }
.system-node { position:absolute; z-index:2; display:flex; align-items:center; gap:.65rem; min-width:150px; max-width:205px; padding:.55rem .7rem; border:1px solid color-mix(in srgb,var(--category-ink) 15%,transparent); border-radius:999px; background:color-mix(in srgb,var(--category-bg) 45%,rgba(255,255,255,.94)); color:var(--category-ink); text-decoration:none; box-shadow:0 12px 34px rgba(11,48,57,.08); transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease; }
.system-node:hover,.system-node:focus-visible { transform:translateY(-4px); box-shadow:0 18px 42px rgba(11,48,57,.15); outline:2px solid var(--category-ink); outline-offset:3px; }
.system-node .category-icon { flex:0 0 42px; width:42px; height:42px; border-radius:50%; background:var(--category-ink); color:white; }
.system-node .category-icon svg { width:24px; height:24px; }
.system-node span span { display:block; }
.system-node small { display:block; font-size:.62rem; letter-spacing:.12em; opacity:.65; }
.system-node strong { display:block; line-height:1.12; font-size:.86rem; }
.map-node-north{left:50%;top:3%;transform:translateX(-50%)}.map-node-north:hover,.map-node-north:focus-visible{transform:translateX(-50%) translateY(-4px)}
.map-node-northwest{left:2%;top:22%}.map-node-northeast{right:2%;top:22%}.map-node-east{right:-1%;top:47%}.map-node-southeast{right:8%;bottom:8%}.map-node-south{left:50%;bottom:0;transform:translateX(-50%)}.map-node-south:hover,.map-node-south:focus-visible{transform:translateX(-50%) translateY(-4px)}.map-node-southwest{left:7%;bottom:8%}
.context-factor { position:absolute; z-index:1; color:#807a70; font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; }
.factor-genetics{left:8%;top:8%}.factor-resources{right:7%;top:8%}.factor-events{left:3%;bottom:29%}.factor-environment{right:1%;bottom:29%}
.system-map-detail { min-height:125px; max-width:620px; margin:1rem auto 0; padding:1.05rem 1.2rem; border-top:1px solid rgba(11,48,57,.18); text-align:center; }
.system-map-detail span { color:var(--brand); font-size:.7rem; font-weight:850; text-transform:uppercase; letter-spacing:.12em; }
.system-map-detail strong { display:block; margin:.25rem 0; color:var(--ink-deep); }
.system-map-detail p { margin:0; color:var(--muted); font-size:.9rem; }
.system-map-section[data-active-system] .map-flow-lines path,.system-map-section[data-active-system] .system-node { opacity:.18; }
.system-map-section[data-active-system="nutrition"] .flow-nutrition,.system-map-section[data-active-system="nutrition"] .category-nutrition,
.system-map-section[data-active-system="movement"] .flow-movement,.system-map-section[data-active-system="movement"] .category-movement,
.system-map-section[data-active-system="sleep"] .flow-sleep,.system-map-section[data-active-system="sleep"] .category-sleep,
.system-map-section[data-active-system="mental-health"] .flow-mental-health,.system-map-section[data-active-system="mental-health"] .category-mental-health,
.system-map-section[data-active-system="prevention"] .flow-prevention,.system-map-section[data-active-system="prevention"] .category-prevention,
.system-map-section[data-active-system="relationships-purpose"] .flow-relationships-purpose,.system-map-section[data-active-system="relationships-purpose"] .category-relationships-purpose,
.system-map-section[data-active-system="lifestyle-habits-environment"] .flow-lifestyle-habits-environment,.system-map-section[data-active-system="lifestyle-habits-environment"] .category-lifestyle-habits-environment { opacity:1; }
.system-map-section[data-active-system] .map-flow-lines path:not([style]) { stroke-width:10; }

.start-guide-home { background:var(--ink-deep); color:white; }
.start-guide-shell { display:grid; grid-template-columns:minmax(270px,.72fr) minmax(480px,1.28fr); gap:clamp(2.5rem,6vw,6rem); align-items:start; }
.start-guide-intro .eyebrow { color:var(--lime); }.start-guide-intro h2 { color:white; }.start-guide-intro p { color:rgba(255,255,255,.68); }
.start-guide-controls { display:flex; flex-wrap:wrap; gap:.65rem; }
.start-guide-controls button { border:1px solid rgba(255,255,255,.24); border-radius:999px; padding:.75rem 1rem; color:white; background:rgba(255,255,255,.05); cursor:pointer; }
.start-guide-controls button:hover,.start-guide-controls button[aria-pressed="true"] { background:var(--lime); color:var(--ink-deep); border-color:var(--lime); }
.start-guide-result { margin-top:1.2rem; padding:1.45rem; border-radius:20px; background:white; color:var(--ink); }
.start-guide-result>span { color:var(--brand); font-size:.68rem; text-transform:uppercase; font-weight:850; letter-spacing:.12em; }.start-guide-result h3 { margin:.35rem 0 .5rem; font-size:1.5rem; }.start-guide-result p { color:var(--muted); }
.start-guide-result [data-guide-links] { display:flex; flex-wrap:wrap; gap:.55rem; }.start-guide-result a { display:inline-flex; gap:.5rem; align-items:center; padding:.55rem .75rem; border-radius:999px; background:var(--brand-soft); color:var(--brand-deep); text-decoration:none; font-weight:760; font-size:.85rem; }
.start-guide-home>.container>.editorial-link,.start-guide-shell>.editorial-link { color:white; grid-column:2; }

.five-minute-home { background:#fff; }.five-minute-grid { display:grid; grid-template-columns:minmax(300px,.8fr) minmax(480px,1.2fr); gap:clamp(3rem,7vw,7rem); align-items:start; }.five-minute-grid>div:first-child { position:sticky; top:110px; }.five-minute-grid h2 { margin-top:1rem; }.five-minute-grid>div>p { color:var(--muted); }
.five-minute-list { list-style:none; margin:0; padding:0; display:grid; gap:.55rem; }.five-minute-list li { display:grid; grid-template-columns:48px 1fr; gap:1rem; padding:1rem 1.1rem; border-left:4px solid var(--category-ink); background:color-mix(in srgb,var(--category-bg) 25%,white); }.five-minute-list>li>span { color:var(--category-ink); font-weight:850; font-size:.75rem; }.five-minute-list strong { color:var(--ink-deep); }.five-minute-list p { margin:.15rem 0 0; color:var(--muted); font-size:.88rem; }
.orientation-section { background:var(--surface-soft); }.orientation-grid { display:grid; grid-template-columns:.72fr repeat(3,1fr); gap:1rem; }.orientation-intro { padding:1.5rem .8rem 1.5rem 0; }.orientation-card { display:flex; flex-direction:column; min-height:300px; padding:1.35rem; color:var(--ink); text-decoration:none; border:1px solid var(--line); border-radius:20px; background:white; transition:transform .2s ease; }.orientation-card:hover { transform:translateY(-5px); }.orientation-card>span { color:var(--accent); font-weight:850; }.orientation-card h3 { margin:2rem 0 .6rem; }.orientation-card p { color:var(--muted); }.orientation-card b { margin-top:auto; color:var(--brand-deep); }
.focus-and-myth { background:#fff; }.focus-and-myth-grid { display:grid; grid-template-columns:1.35fr .65fr; gap:1.2rem; }.focus-feature,.myth-spotlight { border-radius:var(--radius); overflow:hidden; }.focus-feature { display:grid; grid-template-columns:1fr 260px; padding:clamp(1.5rem,4vw,3rem); background:linear-gradient(135deg,#e2eeeb,#d5e1dd); }.focus-feature ul { padding-left:1.2rem; }.focus-orbit { position:relative; min-height:300px; border-radius:50% 0 0 50%; background:radial-gradient(circle at 40% 40%,#497680,#102e38 72%); }.focus-orbit span { position:absolute; color:white; font-size:.75rem; }.focus-orbit span:nth-child(1){top:18%;left:15%}.focus-orbit span:nth-child(2){top:48%;right:8%}.focus-orbit span:nth-child(3){bottom:17%;left:18%}
.myth-spotlight { padding:2rem; border:1px solid var(--line); background:linear-gradient(145deg,#fff,#fff3ef); }.myth-spotlight blockquote { margin:2rem 0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,3vw,3rem); line-height:1.05; color:var(--ink-deep); }.myth-spotlight p { color:var(--muted); }
.check-teaser { background:var(--accent-soft); }.check-teaser-grid { display:grid; grid-template-columns:1fr auto; align-items:center; gap:2rem; }.check-teaser h2 { margin:.8rem 0; }.check-teaser p { color:#754a42; max-width:760px; }

.situation-grid,.life-situation-grid,.ignore-grid,.connection-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.situation-card,.life-situation-grid article,.ignore-grid article,.connection-grid article { padding:clamp(1.3rem,3vw,2rem); border:1px solid var(--line); border-radius:20px; background:white; text-decoration:none; }.situation-card { color:inherit; }.situation-card>span,.life-situation-grid article>span,.ignore-grid article>span,.connection-grid article>span { color:var(--brand); font-size:.7rem; font-weight:850; text-transform:uppercase; letter-spacing:.1em; }.situation-card h2,.life-situation-grid h2,.ignore-grid h2,.connection-grid h2 { margin:.7rem 0; font-size:clamp(1.4rem,2.4vw,2rem); }.situation-card p,.life-situation-grid p,.ignore-grid p,.connection-grid p { color:var(--muted); }.situation-card b,.ignore-grid a,.connection-grid a { color:var(--brand-deep); }.connection-grid article { min-height:300px; display:flex; flex-direction:column; }.connection-grid article>div { margin-top:auto; display:flex; flex-wrap:wrap; gap:.5rem; }.connection-grid a { padding:.5rem .65rem; border-radius:999px; background:var(--brand-soft); text-decoration:none; font-weight:750; font-size:.82rem; }

.one-page-summary { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }.summary-domain { padding:1.1rem; border:1px solid color-mix(in srgb,var(--category-ink) 15%,transparent); border-radius:16px; background:color-mix(in srgb,var(--category-bg) 22%,white); }.summary-domain header { display:flex; gap:.75rem; align-items:baseline; }.summary-domain header span { color:var(--category-ink); font-weight:850; }.summary-domain h2 { margin:0; font-size:1.35rem; }.summary-essential { color:var(--ink-deep); font-weight:700; }.summary-domain>div { display:grid; grid-template-columns:105px 1fr; gap:.6rem; }.summary-domain>div strong { font-size:.76rem; color:var(--category-ink); }.summary-domain>div p { margin:0 0 .5rem; color:var(--muted); font-size:.88rem; }.summary-domain a { color:var(--brand-deep); font-weight:760; text-decoration:none; }.summary-footer-note { padding:2rem 0 3rem; text-align:center; }.summary-footer-note strong { font-family:Georgia,"Times New Roman",serif; font-size:1.5rem; color:var(--ink-deep); }.summary-footer-note p { color:var(--muted); }

.health-check { display:grid; gap:.8rem; }.health-check fieldset { margin:0; padding:1.2rem; border:1px solid var(--line); border-radius:18px; background:white; }.health-check legend { display:flex; gap:.8rem; align-items:center; padding:0 .3rem; color:var(--ink-deep); font-weight:850; }.health-check legend span { color:var(--brand); font-size:.7rem; }.health-check fieldset>p { color:var(--muted); }.check-options { display:flex; flex-wrap:wrap; gap:.55rem; }.check-options label { display:flex; gap:.45rem; align-items:center; padding:.55rem .7rem; border:1px solid var(--line); border-radius:999px; background:var(--bg); cursor:pointer; }.check-actions { display:flex; flex-wrap:wrap; gap:.7rem; margin-top:1rem; }.check-result { margin-top:2rem; padding:2rem; border-radius:24px; background:var(--ink-deep); color:white; }.check-result>span { color:var(--lime); font-size:.7rem; text-transform:uppercase; font-weight:850; letter-spacing:.1em; }.check-result h2 { color:white; }.check-result p { color:rgba(255,255,255,.72); }.check-result .button { background:white; color:var(--ink-deep); }.check-disclaimer { font-size:.8rem; }
.update-log { display:grid; gap:1rem; }.update-log article { padding:1.5rem 0; border-bottom:1px solid var(--line); }.update-log time { color:var(--brand); font-size:.78rem; font-weight:850; }.update-log h2 { margin:.45rem 0; font-size:1.6rem; }

@media(max-width:1050px){.system-map-layout{grid-template-columns:1fr}.system-map-copy{max-width:760px}.system-map-canvas{max-width:720px}.start-guide-shell,.five-minute-grid{grid-template-columns:1fr}.start-guide-shell>.editorial-link{grid-column:auto}.five-minute-grid>div:first-child{position:static}.orientation-grid{grid-template-columns:repeat(2,1fr)}.orientation-intro{grid-column:1/-1}.focus-and-myth-grid{grid-template-columns:1fr}}
@media(max-width:720px){.system-map-section{padding-top:3.4rem}.system-map-copy h1{font-size:clamp(3rem,14vw,4.7rem)}.system-promises li{grid-template-columns:1fr;gap:.15rem}.system-map-canvas{aspect-ratio:auto;display:grid;grid-template-columns:1fr;gap:.55rem;padding-top:1rem}.system-map-lines,.system-core,.context-factor{display:none}.system-node,.map-node-north,.map-node-northwest,.map-node-northeast,.map-node-east,.map-node-southeast,.map-node-south,.map-node-southwest{position:relative;inset:auto;left:auto;right:auto;top:auto;bottom:auto;transform:none!important;max-width:none;width:100%;border-radius:16px;padding:.7rem}.system-map-detail{display:none}.system-map-quote{text-align:left}.orientation-grid,.situation-grid,.life-situation-grid,.ignore-grid,.connection-grid,.one-page-summary{grid-template-columns:1fr}.focus-feature{grid-template-columns:1fr}.focus-orbit{min-height:190px;border-radius:26px;margin-top:1rem}.check-teaser-grid{grid-template-columns:1fr}.summary-domain>div{grid-template-columns:1fr}.check-options{display:grid}.check-options label{border-radius:12px}.start-guide-controls{display:grid}.start-guide-controls button{text-align:left;border-radius:14px}}

@media print {
  .short-summary-hero { padding:1.2cm 0 .5cm!important; }
  .short-summary-hero h1 { font-size:28pt!important; }
  .short-summary-hero .article-summary { font-size:11pt!important; }
  .one-page-summary { grid-template-columns:1fr 1fr!important; gap:5mm!important; }
  .summary-domain { padding:4mm!important; break-inside:avoid; border-radius:3mm!important; }
  .summary-domain h2 { font-size:12pt!important; }
  .summary-domain p { font-size:8.5pt!important; line-height:1.3!important; }
  .summary-domain>div { grid-template-columns:23mm 1fr!important; }
  .summary-footer-note { padding:5mm 0!important; }
  .summary-footer-note strong { font-size:12pt!important; }
  body:has(.one-page-summary) .site-header,body:has(.one-page-summary) .site-footer { display:none!important; }
  body:has(.one-page-summary) .section { padding:3mm 0!important; }
  @page { size:A4 portrait; margin:9mm; }
}

/* v0.14 - Question-oriented search */
.search-question-examples { display:flex; flex-wrap:wrap; gap:.55rem; align-items:center; margin:1rem 0 1.5rem; }
.search-question-examples>span { color:var(--muted); font-size:.78rem; font-weight:800; }
.search-question-examples a { display:inline-flex; padding:.48rem .68rem; border:1px solid var(--line); border-radius:999px; background:white; color:var(--brand-deep); text-decoration:none; font-size:.8rem; font-weight:720; }
.search-question-examples a:hover { border-color:var(--brand); background:var(--brand-soft); }
.search-quick-answer { display:block; margin-bottom:1rem; padding:1.35rem 1.45rem; border-radius:20px; background:var(--ink-deep); color:white; text-decoration:none; }
.search-quick-answer>span { display:block; margin-bottom:.45rem; color:var(--lime); font-size:.68rem; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.search-quick-answer strong { display:block; font-size:1.25rem; }
.search-quick-answer p { margin:.45rem 0 .75rem; color:rgba(255,255,255,.74); }
.search-quick-answer b { color:white; }

/* v0.14 - Local bookmarks */
.bookmark-toggle { margin-top:1.1rem; padding:.58rem .8rem; border:1px solid var(--line); border-radius:999px; background:white; color:var(--brand-deep); font:inherit; font-size:.82rem; font-weight:800; cursor:pointer; }
.bookmark-toggle[aria-pressed="true"] { background:var(--brand-soft); border-color:var(--brand); }
.bookmark-list { display:grid; gap:.8rem; }
.bookmark-list article { display:flex; justify-content:space-between; gap:1.5rem; align-items:center; padding:1.2rem 0; border-bottom:1px solid var(--line); }
.bookmark-list article span { color:var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.bookmark-list article h2 { margin:.25rem 0 0; font-size:1.25rem; }
.bookmark-list article a { color:var(--ink-deep); }
.bookmark-list article button { border:0; background:transparent; color:var(--accent-deep); font-weight:800; cursor:pointer; }
.bookmark-empty { padding:2rem; border-radius:20px; background:var(--surface-soft); }
