:root {
  --navy-950: #071522;
  --navy-900: #0b1f33;
  --navy-700: #183b56;
  --ivory-50: #fbf8f1;
  --ivory-100: #f5f0e6;
  --ivory-200: #e9e0d0;
  --gold-500: #b58a42;
  --gold-300: #d5b878;
  --terracotta-500: #a65f46;
  --ink-900: #202428;
  --ink-600: #5b6268;
  --success-700: #346b50;
  --error-700: #8b3434;
  --serif: "Cormorant Garamond", Iowan Old Style, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(11, 31, 51, .11);
  --radius: 3px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink-900); background: var(--ivory-50); font: 400 18px/1.68 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--terracotta-500); outline-offset: 4px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: .7rem 1rem; color: #fff; background: var(--navy-900); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.reading-shell { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-ivory { background: var(--ivory-100); }
.eyebrow { display: flex; gap: .65rem; align-items: center; margin: 0 0 1.2rem; color: var(--terracotta-500); font-size: .72rem; font-weight: 800; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold-300); }
h1, h2, h3, h4 { margin: 0; color: var(--navy-900); font-family: var(--serif); font-weight: 500; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(3.6rem, 7.2vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(3rem, 5.5vw, 5.2rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.6rem, 2.5vw, 2.25rem); line-height: 1.1; }
p { margin-block: 0 1.4rem; }
.button { display: inline-flex; min-height: 54px; gap: 1.2rem; align-items: center; justify-content: center; padding: .85rem 1.35rem; border: 1px solid var(--navy-900); border-radius: var(--radius); color: #fff; background: var(--navy-900); font-size: .82rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { color: var(--navy-900); background: transparent; transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem .85rem; font-size: .72rem; }
.button-light { border-color: var(--ivory-100); color: var(--navy-900); background: var(--ivory-100); }
.button-light:hover { color: var(--ivory-100); background: transparent; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--navy-900); font-size: .82rem; font-weight: 800; text-underline-offset: .35rem; }
.text-link:hover, .card-link:hover { color: var(--terracotta-500); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(11,31,51,.1); }
.site-header.is-stuck { position: fixed; background: rgba(251,248,241,.94); box-shadow: 0 8px 30px rgba(11,31,51,.07); backdrop-filter: blur(14px); animation: headerDown .35s ease both; }
@keyframes headerDown { from { transform: translateY(-100%); } }
.header-inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: .72rem; align-items: center; color: var(--navy-900); text-decoration: none; }
.brand-mark { display: grid; width: 39px; aspect-ratio: 1; place-items: center; border: 1px solid var(--gold-500); border-radius: 50%; color: var(--gold-500); font: 600 1.55rem/1 var(--serif); }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font: 600 1rem/1 var(--serif); letter-spacing: .01em; }
.brand small { margin-top: .24rem; font-size: .56rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.primary-nav { display: flex; gap: clamp(.8rem, 1.6vw, 1.5rem); align-items: center; }
.primary-nav ul { display: flex; gap: clamp(.8rem, 1.6vw, 1.5rem); align-items: center; margin: 0; padding: 0; list-style: none; }
.primary-nav li { margin: 0; }
.primary-nav li a { font-size: .72rem; font-weight: 750; text-decoration: none; }
.primary-nav li a:hover { color: var(--terracotta-500); }
.menu-toggle { display: none; width: 46px; aspect-ratio: 1; border: 0; color: var(--navy-900); background: transparent; }
.menu-toggle::before, .menu-toggle::after, .menu-toggle span:not(.screen-reader-text) { content: ""; display: block; width: 26px; height: 2px; margin: 6px auto; background: currentColor; transition: .25s ease; }

.hero { position: relative; display: grid; min-height: min(920px, 100svh); align-items: center; overflow: hidden; padding: 145px 0 65px; background: var(--ivory-50); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.hero h1 em { color: var(--terracotta-500); font-weight: 400; }
.hero-lead { max-width: 680px; margin: 2rem 0 2.2rem; color: var(--ink-600); font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.actions { display: flex; gap: 1.6rem; align-items: center; flex-wrap: wrap; }
.microcopy { margin: 1.1rem 0 0; color: var(--ink-600); font-size: .74rem; }
.hero-art { position: relative; min-height: 510px; }
.legacy-card { position: absolute; inset: 4% 7% 6%; display: flex; flex-direction: column; justify-content: flex-end; padding: 2.2rem; color: var(--ivory-100); background: var(--navy-900); box-shadow: var(--shadow); }
.legacy-card::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(213,184,120,.32); }
.legacy-card p { position: relative; z-index: 2; max-width: 260px; margin: 0; font: 400 1.45rem/1.25 var(--serif); }
.tree-symbol { position: absolute; top: 13%; left: 50%; width: 260px; height: 270px; transform: translateX(-50%); }
.tree-symbol::before, .tree-symbol::after { content: ""; position: absolute; border: 1px solid var(--gold-500); border-radius: 50%; }
.tree-symbol::before { inset: 5% 0 21%; }
.tree-symbol::after { inset: 18% 11% 10%; border-color: rgba(181,138,66,.5); }
.trunk, .branch { position: absolute; display: block; width: 1px; background: var(--gold-500); transform-origin: bottom; }
.trunk { bottom: 0; left: 50%; height: 68%; }
.branch { bottom: 34%; left: 50%; height: 34%; }
.b1 { transform: rotate(-43deg); }.b2 { transform: rotate(43deg); }.b3 { height: 47%; transform: rotate(16deg); }
.trust-chip { position: absolute; z-index: 3; display: flex; gap: .55rem; align-items: center; padding: .75rem 1rem; color: var(--navy-900); background: #fff; box-shadow: 0 14px 35px rgba(11,31,51,.13); font-size: .7rem; font-weight: 800; }
.trust-chip span { color: var(--success-700); }.chip-one { right: -2%; bottom: 15%; }.chip-two { top: 16%; left: -4%; }
.hero-orbit { position: absolute; border: 1px solid rgba(181,138,66,.22); border-radius: 50%; pointer-events: none; }
.orbit-one { top: -32vw; right: -12vw; width: 72vw; height: 72vw; }.orbit-two { bottom: -46vw; left: -25vw; width: 68vw; height: 68vw; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; display: flex; gap: .7rem; align-items: center; color: var(--ink-600); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 30px; background: var(--gold-500); }

.section-heading { max-width: 820px; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.split-heading { display: grid; max-width: none; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 4rem; align-items: end; }
.split-heading > p { max-width: 460px; margin: 0 0 .4rem; color: var(--ink-600); }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ivory-200); border-left: 1px solid var(--ivory-200); }
.path-card { position: relative; display: flex; min-height: 340px; flex-direction: column; padding: 2rem; border-right: 1px solid var(--ivory-200); border-bottom: 1px solid var(--ivory-200); text-decoration: none; transition: background .3s ease, transform .3s ease; }
.path-card > span { color: var(--gold-500); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.path-card h3 { margin: 3rem 0 1.2rem; }
.path-card p { color: var(--ink-600); font-size: .88rem; }
.path-card b { margin-top: auto; font-size: .72rem; }
.path-card b i { float: right; font-style: normal; }
.path-card:hover { z-index: 2; color: var(--ivory-100); background: var(--navy-900); transform: translateY(-6px); box-shadow: var(--shadow); }
.path-card:hover h3, .path-card:hover p { color: inherit; }
.path-card-urgent { background: rgba(166,95,70,.07); }

.pillars-section { background: var(--ivory-50); }
.pillar-list { border-top: 1px solid var(--ivory-200); }
.pillar-row { display: grid; grid-template-columns: 60px minmax(200px, .7fr) minmax(320px, 1fr) 30px; gap: 2rem; align-items: center; padding: 2.1rem 0; border-bottom: 1px solid var(--ivory-200); text-decoration: none; }
.pillar-row > span { color: var(--gold-500); font-size: .7rem; font-weight: 800; }.pillar-row p { margin: 0; color: var(--ink-600); font-size: .9rem; }.pillar-row i { font-style: normal; transition: transform .25s ease; }.pillar-row:hover h3 { color: var(--terracotta-500); }.pillar-row:hover i { transform: translate(5px,-5px); }

.timeline-section { color: var(--ivory-100); background: var(--navy-900); }
.timeline-section h2, .timeline-section p { color: inherit; }
.checklist-promo { background: var(--ivory-100); }
.promo-grid { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.promo-grid h2 { margin-bottom: 1.7rem; }.promo-grid > div > p { max-width: 620px; color: var(--ink-600); }
.feature-list { display: grid; gap: .7rem; margin: 2rem 0; padding: 0; list-style: none; }.feature-list li { position: relative; padding-left: 1.8rem; font-size: .88rem; }.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success-700); font-weight: 900; }
.progress-preview { padding: clamp(2rem, 4vw, 3.8rem); background: #fff; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.preview-top { display: flex; align-items: end; justify-content: space-between; }.preview-top span { font-size: .76rem; font-weight: 800; text-transform: uppercase; }.preview-top strong { color: var(--success-700); font: 500 3.4rem/1 var(--serif); }
.preview-bar { height: 6px; margin: 1.2rem 0 2.5rem; background: var(--ivory-200); }.preview-bar i { display: block; width: 42%; height: 100%; background: var(--success-700); }
.preview-items p { display: flex; gap: .8rem; margin: 0; padding: .9rem 0; border-bottom: 1px solid var(--ivory-200); color: var(--ink-600); font-size: .82rem; }.preview-items b { color: var(--gold-500); }.preview-items .done { color: var(--ink-900); }.preview-items .done b { color: var(--success-700); }

.latest-posts { background: var(--ivory-50); }.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }.post-card { display: flex; min-height: 330px; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.3rem); border: 1px solid var(--ivory-200); background: rgba(255,255,255,.42); }.post-card h2, .post-card h3 { margin-bottom: 1.2rem; }.post-card h2 a, .post-card h3 a { text-decoration: none; }.post-card h2 a:hover, .post-card h3 a:hover { color: var(--terracotta-500); }.post-card > p:not(.eyebrow) { color: var(--ink-600); font-size: .88rem; }.post-card .card-link { margin-top: auto; }
.closing-cta { padding: clamp(6rem, 12vw, 11rem) 0; color: var(--ivory-100); text-align: center; background: var(--terracotta-500); }.closing-cta .shell { max-width: 880px; }.closing-cta h2 { color: inherit; }.closing-cta p:not(.eyebrow) { margin: 1.8rem 0 2.2rem; }

.page-hero { padding: 175px 0 85px; background: var(--ivory-100); }.page-hero h1 { font-size: clamp(3.3rem, 6vw, 6rem); }.page-hero p:not(.eyebrow) { max-width: 700px; margin: 1.6rem 0 0; color: var(--ink-600); }.page-content { padding-block: 5rem 8rem; }.page-content h2, .article-body h2 { margin: 3.5rem 0 1.3rem; font-size: clamp(2.2rem, 4vw, 3.5rem); }.page-content h3, .article-body h3 { margin: 2.6rem 0 1rem; }.page-content a, .article-body a { color: var(--navy-700); text-underline-offset: .25rem; }.page-content blockquote, .article-body blockquote { margin: 2.4rem 0; padding: .2rem 0 .2rem 1.5rem; border-left: 3px solid var(--gold-500); color: var(--navy-700); font: 500 1.5rem/1.35 var(--serif); }
.article-header { padding: 175px 0 70px; background: var(--navy-900); }.article-header h1 { color: var(--ivory-100); font-size: clamp(3.2rem, 6vw, 5.8rem); }.article-deck { margin: 1.8rem 0; color: rgba(245,240,230,.76); font-size: 1.15rem; }.article-meta { display: flex; gap: 1.3rem; flex-wrap: wrap; color: var(--gold-300); font-size: .72rem; }.article-body { padding: 5rem 0 8rem; }.article-body > p:first-of-type { color: var(--navy-700); font-size: 1.22rem; }.review-card { margin: 0 0 3rem; padding: 1.5rem; border: 1px solid var(--ivory-200); background: var(--ivory-100); }.review-card dl { display: flex; gap: 1.5rem; flex-wrap: wrap; }.review-card dl div { min-width: 130px; }.review-card dt { font-size: .67rem; font-weight: 800; text-transform: uppercase; }.review-card dd { margin: 0; font-size: .8rem; }.review-card > p:last-child { margin: 1rem 0 0; color: var(--ink-600); font-size: .72rem; }.disclaimer { margin-top: 4rem; padding: 1.5rem; border-left: 3px solid var(--terracotta-500); background: var(--ivory-100); }.disclaimer p { margin: .4rem 0 0; font-size: .78rem; }
.empty-page { display: grid; min-height: 75vh; place-items: center; padding: 150px 0 70px; text-align: center; }.empty-page h1 { margin-bottom: 1.4rem; }.search-form { display: flex; margin: 2rem 0; }.search-form label { flex: 1; }.search-field { width: 100%; min-height: 52px; padding: .7rem 1rem; border: 1px solid var(--navy-700); background: #fff; }.search-submit { min-height: 52px; padding: .7rem 1.2rem; border: 1px solid var(--navy-900); color: #fff; background: var(--navy-900); }.pagination { padding: 2rem 0 6rem; }

.site-footer { padding: 5rem 0 2rem; color: rgba(245,240,230,.78); background: var(--navy-950); }.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 5rem; }.brand-light { color: var(--ivory-100); }.footer-grid > div:first-child > p { max-width: 330px; margin-top: 1.5rem; font: 400 1.35rem/1.35 var(--serif); }.footer-heading { margin-bottom: 1.2rem; color: var(--gold-300); font: 800 .68rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }.site-footer ul { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }.site-footer li a { font-size: .76rem; text-decoration: none; }.site-footer li a:hover { color: #fff; }.legal-note { display: flex; gap: 3rem; align-items: end; justify-content: space-between; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid rgba(245,240,230,.14); }.legal-note p { max-width: 820px; margin: 0; font-size: .66rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }.reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 90px 28px 30px; color: var(--ivory-100); background: var(--navy-900); opacity: 0; visibility: hidden; transition: .25s ease; }
  .primary-nav.is-open { z-index: 40; opacity: 1; visibility: visible; }
  .primary-nav ul { display: grid; gap: 0; }.primary-nav li { border-bottom: 1px solid rgba(245,240,230,.16); }.primary-nav li a { display: block; padding: 1rem 0; font: 500 1.7rem/1 var(--serif); }.primary-nav .button { margin-top: 1.5rem; border-color: var(--ivory-100); }
  .menu-toggle { position: relative; z-index: 60; }.menu-open .menu-toggle { color: var(--ivory-100); }.menu-open .menu-toggle span:not(.screen-reader-text) { opacity: 0; }.menu-open .menu-toggle::before { transform: translateY(8px) rotate(45deg); }.menu-open .menu-toggle::after { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 780px; }.hero-art { min-height: 480px; max-width: 560px; width: 100%; margin-inline: auto; }
  .path-grid { grid-template-columns: repeat(2, 1fr); }.pillar-row { grid-template-columns: 45px minmax(200px,.7fr) 1fr 24px; }.promo-grid { grid-template-columns: 1fr 1fr; gap: 3rem; }.post-grid { grid-template-columns: repeat(2, 1fr); }.post-card:last-child:nth-child(odd) { grid-column: span 2; }.footer-grid { gap: 2rem; }
}
@media (max-width: 720px) {
  body { font-size: 17px; }.shell, .reading-shell { width: min(100% - 32px, 1180px); }.header-inner { min-height: 72px; }.hero { padding-top: 120px; }.hero h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }.hero-art { min-height: 410px; }.legacy-card { inset: 2% 2% 8%; }.chip-one { right: -1%; }.chip-two { left: -1%; }.scroll-cue { display: none; }
  .section { padding-block: 5rem; }.split-heading { grid-template-columns: 1fr; gap: 1.5rem; }.path-grid { grid-template-columns: 1fr; }.path-card { min-height: 280px; }.pillar-row { grid-template-columns: 35px 1fr 24px; gap: 1rem; }.pillar-row p { grid-column: 2 / 4; }.promo-grid, .post-grid, .footer-grid { grid-template-columns: 1fr; }.progress-preview { transform: none; }.post-card:last-child:nth-child(odd) { grid-column: auto; }.legal-note { display: grid; gap: 1rem; }.article-meta { display: grid; gap: .4rem; }
}

@media print {
  .site-header, .site-footer, .closing-cta, .button, .scroll-cue { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }.page-hero, .article-header { padding: 0; color: #000; background: #fff; }.article-header h1 { color: #000; }.article-body, .page-content { padding: 1rem 0; }
}

