:root{--bg:#f1ecdf;--bg-warm:#ece5d2;--bg-deep:#e2d7bd;--paper:#fbf8f1;--paper-2:#fffdf7;--ink:#1a2520;--ink-soft:#38453f;--ink-mute:#6b7570;--ink-faint:#9aa29d;--line:#d9cfba;--line-soft:#e4dac4;--primary:#2e4a3e;--primary-soft:#4a6a5a;--primary-deep:#1b2a23;--primary-tint:#dce3dc;--primary-pale:#e9eee8;--clay:#c77757;--clay-tint:#f1d6c7;--sand:#c9a87c;--plum:#8a5a6e;--plum-tint:#e5d2d9;--night:#1f2a24;--night-warm:#2a3530;--serif:"Instrument Serif", "Cormorant Garamond", Georgia, serif;--sans:"Manrope", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--hand:"Caveat", "Bradley Hand", cursive;--mono:"JetBrains Mono", "SF Mono", Menlo, monospace;--shadow-sm:0 1px 2px #1c25200d;--shadow-md:0 4px 14px #1c25200f, 0 1px 3px #1c25200a;--shadow-lg:0 18px 40px -12px #1c25202e, 0 6px 16px #1c25200f;--shadow-xl:0 36px 80px -24px #1c252047, 0 10px 24px #1c252014}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:17px;line-height:1.55;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(circle at 18% 22%,#c9a87c0f,#0000 55%),radial-gradient(circle at 82% 78%,#2e4a3e0a,#0000 55%);position:fixed;inset:0}#root{z-index:1;position:relative}.serif{font-family:var(--serif);font-weight:400}.serif-i{font-family:var(--serif);font-style:italic;font-weight:400}.container{max-width:1240px;margin:0 auto;padding:0 32px}.container-narrow{max-width:900px;margin:0 auto;padding:0 32px}.container-wide{max-width:1480px;margin:0 auto;padding:0 32px}@media (max-width:720px){.container,.container-narrow,.container-wide{padding:0 22px}}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--primary);align-items:center;gap:12px;font-size:11px;font-weight:500;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:22px;height:1px}.h-display{font-family:var(--sans);letter-spacing:-.025em;color:var(--ink);margin:0;font-weight:500;line-height:1.04}.h-editorial{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);margin:0;font-weight:400;line-height:1.08}.lead{color:var(--ink-soft);max-width:56ch;font-size:19px;line-height:1.6}.btn{font-family:var(--sans);cursor:pointer;letter-spacing:-.005em;border:none;border-radius:999px;align-items:center;gap:10px;padding:14px 24px;font-size:15px;font-weight:500;text-decoration:none;transition:all .25s cubic-bezier(.2,.7,.3,1);display:inline-flex}.btn-primary{background:var(--ink);color:var(--bg)}.btn-primary:hover{background:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-ghost{color:var(--ink);background:0 0;padding:14px 4px}.btn-ghost:hover{color:var(--primary);gap:14px}.btn-arrow{width:18px;height:18px;transition:transform .25s}.btn:hover .btn-arrow{transform:translate(2px)}.nav{z-index:50;pointer-events:none;justify-content:center;padding:0 16px;transition:transform .4s cubic-bezier(.2,.7,.3,1);display:flex;position:fixed;top:5px;left:0;right:0}.nav.hidden{transform:translateY(calc(-100% - 10px))}.nav-inner{pointer-events:auto;-webkit-backdrop-filter:blur(14px)saturate(140%);background:#f1ecdf8c;border:1px solid #1c252014;border-radius:9999px;justify-content:space-between;align-items:center;gap:32px;width:100%;max-width:880px;padding:10px 18px 10px 22px;transition:padding .3s,background .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 6px 24px #1c252014}.nav.shrunk .nav-inner{background:#f1ecdfbf;padding:8px 16px 8px 20px;box-shadow:0 8px 28px #1c25201f}.nav.on-night .nav-inner{color:var(--bg);background:#1f2a2480;border-color:#f1ecdf1f}.nav.on-night.shrunk .nav-inner{background:#1f2a24b8}.nav.on-night .logo{color:var(--bg)}.nav.on-night .nav-link{color:#f1ecdfb3}.nav.on-night .nav-link:hover{color:var(--bg)}.nav.on-night .btn-primary{background:var(--bg);color:var(--ink)}.logo{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;align-items:center;gap:10px;font-size:22px;text-decoration:none;transition:color .3s;display:inline-flex}.logo em{color:var(--primary);font-style:italic;font-weight:400}.nav-links{align-items:center;gap:32px;display:flex}.nav-link{color:var(--ink-soft);letter-spacing:.02em;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-burger{cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:0;display:none}.nav-burger span{background:var(--ink);transform-origin:50%;border-radius:2px;width:20px;height:1.6px;transition:transform .3s,opacity .2s,background .3s;display:block}.nav.on-night .nav-burger span{background:var(--bg)}.nav-burger.open span:first-child{transform:translateY(6.6px)rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-6.6px)rotate(-45deg)}.mobile-drawer{z-index:49;-webkit-backdrop-filter:blur(20px)saturate(140%);opacity:0;visibility:hidden;background:#f1ecdffa;transition:opacity .3s,visibility .3s;display:none;position:fixed;inset:0}.mobile-drawer.on-night{background:#1f2a24fa}.mobile-drawer.open{opacity:1;visibility:visible}.mobile-drawer-inner{flex-direction:column;align-items:flex-start;gap:28px;padding:120px 32px 60px;display:flex}.mobile-link{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;font-size:32px;font-weight:400;text-decoration:none}.mobile-drawer.on-night .mobile-link{color:var(--bg)}.mobile-cta{margin-top:20px;padding:14px 24px;font-size:16px}@media (max-width:760px){.nav-links{display:none}.nav-burger{display:inline-flex}.mobile-drawer{display:block}.nav-inner{gap:12px;padding:8px 12px 8px 18px}.nav.shrunk .nav-inner{padding:6px 10px 6px 16px}.logo img{height:28px!important}}.reveal{opacity:0;transition:opacity .9s cubic-bezier(.2,.7,.3,1),transform .9s cubic-bezier(.2,.7,.3,1);transform:translateY(18px)}.reveal.in{opacity:1;transform:none}.reveal.d1{transition-delay:80ms}.reveal.d2{transition-delay:.16s}.reveal.d3{transition-delay:.24s}.reveal.d4{transition-delay:.32s}.reveal.d5{transition-delay:.4s}::selection{background:var(--primary);color:var(--bg)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{scrollbar-width:none}.hairline{background:var(--line-soft);border:0;height:1px;margin:0}.tnum{font-variant-numeric:tabular-nums}.chapter-tag{font-family:var(--serif);color:var(--ink-mute);align-items:baseline;gap:8px;font-size:14px;font-style:italic;display:inline-flex}.chapter-tag .num{color:var(--clay);letter-spacing:-.02em;font-size:22px}.progress-rail{z-index:40;flex-direction:column;gap:12px;display:flex;position:fixed;top:50%;right:28px;transform:translateY(-50%)}.progress-rail.on-night .pd-line{background:#f1ecdf2e!important}.progress-rail.on-night .pd-fill{background:#f1ecdfcc!important}.progress-rail.on-night .pd-label{color:#f1ecdf8c!important}.progress-rail.on-night .pd-label.active{color:#f1ecdff2!important}@media (max-width:980px){.progress-rail{display:none}}.ui-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--ink-mute);font-size:11px;font-weight:500}@media (max-width:980px){body{font-size:16px}section{padding:80px 0}.lead{font-size:17px}}@media (max-width:768px){body{font-size:15px}.lead{font-size:16px}section{padding:64px 0}.family-stage{transform-origin:50% 44%;transform:scale(.6)}.anjali-disc{width:170px!important;height:170px!important}.anjali-portrait{gap:12px!important}.anjali-name{font-size:22px!important}.artifact-item{--artifact-scale:.48}.ch4-grid>div:nth-of-type(2){transform-origin:50% 30%;transform:scale(.65)}.chapter-tag{font-size:12px}}@media (max-width:480px){.family-stage{transform-origin:50% 42%;transform:scale(.5)}.anjali-disc{width:140px!important;height:140px!important}.artifact-item{--artifact-scale:.4}.ch4-grid>div:nth-of-type(2){transform:scale(.55)}}@media (max-width:980px){section[style*=padding-top\:160],section[style*="padding-top: 160"]{padding-top:120px!important}}@media (max-width:720px){section[style*=padding-top\:160],section[style*="padding-top: 160"]{padding-top:100px!important}}@media (max-width:980px){section[style*="180px 0"],section[style*="160px 0"]{padding-top:100px!important;padding-bottom:100px!important}section[style*="140px 0 100px"]{padding-top:90px!important;padding-bottom:70px!important}}@media (max-width:720px){section[style*="180px 0"],section[style*="160px 0"]{padding-top:72px!important;padding-bottom:72px!important}section[style*="140px 0 100px"]{padding-top:64px!important;padding-bottom:56px!important}}@media (max-width:480px){.btn{padding:12px 20px;font-size:14px}.btn-ghost{padding:12px 4px}}@media (max-width:980px){.ch5-grid{grid-template-columns:1fr!important;gap:48px!important}}@media (max-width:880px){.foot-grid{grid-template-columns:1fr 1fr!important;gap:32px!important}}@media (max-width:560px){.foot-grid{grid-template-columns:1fr!important;gap:28px!important}}@media (max-width:720px){.lead{max-width:100%!important}}@media (max-width:480px){.chapter-tag{font-size:12px!important}.chapter-tag .num{font-size:18px!important}}@media (max-width:980px){section[style*="background: var(--ink)"][style*="padding: 180px"]>div[style*="width: 700"],section[style*="background: var(--ink)"][style*="padding: 180px"]>div[style*="width: 500"]{width:360px!important;height:360px!important}.ch4-grid>div:nth-of-type(2){height:55vh!important}}@media (max-width:480px){.artifact-item{--artifact-scale:.38}}@media (max-width:720px){[style*="gridTemplateColumns: 'repeat(2"],[style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}}@media (max-width:480px){.container,.container-narrow,.container-wide{padding:0 18px}.h-display,.h-editorial{letter-spacing:-.015em}.eyebrow{letter-spacing:.14em;font-size:10px}}@media (max-width:720px){.monthly-summary{max-width:100%!important;padding:32px 28px!important}.monthly-summary>div:nth-child(2)>div:nth-child(2){font-size:28px!important}.monthly-summary>div:nth-child(2)>div:nth-child(2)>span{margin-top:4px;font-size:20px!important;display:block!important}.monthly-summary p{font-size:16px!important}.monthly-summary>div[style*=grid-template-columns]{gap:8px;grid-template-columns:24px 64px 1fr!important}.monthly-summary>div[style*=grid-template-columns]>span:last-child{font-size:14px!important}}@media (max-width:480px){.monthly-summary{padding:24px 20px!important}.monthly-summary>div:nth-child(2)>div:nth-child(2){font-size:24px!important}.monthly-summary>div:nth-child(2)>div:nth-child(2)>span{font-size:17px!important}.monthly-summary>div:first-child{flex-direction:column;gap:10px;align-items:flex-start!important}.monthly-summary>div:first-child>div:last-child{text-align:left!important}}.nv-pattern-phone{transform-origin:50%}@media (max-width:720px){.nv-pattern{min-height:0!important}.nv-pattern-phone{margin:-59px 0;transform:scale(.78)}}@media (max-width:480px){.nv-pattern-phone{margin:-91px 0;transform:scale(.66)}}@media (max-width:380px){.nv-pattern-phone{margin:-118px 0;transform:scale(.56)}}@media (max-width:480px){.mobile-drawer-inner{gap:22px;padding:100px 24px 48px}.mobile-link{font-size:28px}}
@media (max-width:768px){body{font-size:12.5px;line-height:1.55}h1,.h-display{font-size:26px!important;line-height:1.18!important}h2,.h-editorial{font-size:20px!important;line-height:1.2!important}h3,.nb-row h3{font-size:18px!important;line-height:1.25!important}.lead{max-width:100%!important;font-size:11px!important;line-height:1.55!important}p,li,.nb-row p,.ch4-text p{font-size:11px!important;line-height:1.55!important}main section .container [style*="font-size: 16"],main section .container [style*=font-size\:16]{font-size:11px!important}.h-display,.h-editorial{letter-spacing:-.018em}.container,.container-narrow,.container-wide{max-width:100%!important;padding:0 20px!important}.eyebrow{letter-spacing:.14em;font-size:8px}html,body{overflow-x:clip}section img{max-width:100%;height:auto}section svg{max-width:100%}.btn{padding:10px 16px!important;font-size:11px!important}.btn-ghost{padding:10px 0!important}.nav .btn-primary{padding:9px 14px!important;font-size:11px!important}section{padding:0!important}section[style*="padding: 180px"],section[style*="padding: 160px"],section[style*="padding: 140px"]{padding-top:32px!important;padding-bottom:32px!important}section[style*=padding-top\:160],section[style*="padding-top: 160"],section[style*="paddingTop: 160"]{padding-top:80px!important;padding-bottom:16px!important}[data-screen-label="00 Hero"]{overflow:hidden;flex-direction:column!important;align-items:stretch!important;height:100vh!important;min-height:100vh!important;padding-top:100px!important;padding-bottom:24px!important;display:flex!important}[data-screen-label="00 Hero"]>.container{min-height:0;flex-direction:column!important;flex:1!important;display:flex!important}[data-screen-label="00 Hero"]>.container>div:first-child{flex-direction:column!important;flex:1!important;display:flex!important}[data-screen-label="00 Hero"] .reveal.d3{margin-top:auto!important}[data-screen-label="00 Hero"] .reveal.d4{margin-top:20px!important}[data-screen-label="00 Hero"] h1{max-width:100%!important;font-size:26px!important}[data-screen-label="00 Hero"] .lead{font-size:11px!important}[data-screen-label="00 Hero"] [style*=margin-top\:80],[data-screen-label="00 Hero"] [style*="margin-top: 80"]{margin-top:48px!important;font-size:12px!important}[data-screen-label="00 Hero"] [style*=margin-top\:80] span,[data-screen-label="00 Hero"] [style*="margin-top: 80"] span{font-size:12px!important}[data-screen-label="00 Hero"] [style*=margin-top\:40],[data-screen-label="00 Hero"] [style*="margin-top: 40"]{margin-top:28px!important}[data-screen-label="01 Family"]{min-height:320vh!important}.ch1-beat{width:calc(100vw - 40px)!important;max-width:360px!important}.family-stage{transform-origin:50% 42%!important;transform:scale(.85)!important}.anjali-disc{width:190px!important;height:190px!important}.anjali-name{font-size:22px!important}.family-stage>div[style*="left: 28%"]{top:52%!important;left:15%!important}.family-stage>div[style*="left: 50%"][style*="top: 50%"]{top:34%!important;left:50%!important}.family-stage>div[style*="left: 72%"]{top:48%!important;left:85%!important}.family-stage>div[style*="left: 40%"]{top:10%!important;left:32%!important}.ch1-progress-pips{display:none!important}.ch1-progress{bottom:20px!important;right:20px!important}[data-screen-label="02 Fragments"]{min-height:320vh!important}.artifact-item{--artifact-scale:.45!important}[data-screen-label="02 Fragments"] .artifact-1{transform-origin:0 0!important;inset:10% auto auto 5%!important}[data-screen-label="02 Fragments"] .artifact-2{transform-origin:100% 0!important;inset:10% 4% auto auto!important}[data-screen-label="02 Fragments"] .artifact-3{transform-origin:0 0!important;inset:35% auto auto 4%!important}[data-screen-label="02 Fragments"] .artifact-4{transform-origin:100% 0!important;inset:35% 4% auto auto!important}[data-screen-label="02 Fragments"] .artifact-5{transform-origin:bottom!important;inset:15% auto auto 15%!important}[data-screen-label="02 Fragments"]>div>div:nth-child(3){top:18%!important;transform:translate(-50%)!important}[data-screen-label="02 Fragments"] .anjali-disc{width:150px!important;height:150px!important}[data-screen-label="02 Fragments"] .anjali-portrait{gap:10px!important}[data-screen-label="02 Fragments"] .anjali-name{font-size:20px!important}[data-screen-label="02 Fragments"] .narration.narration-ch2{text-align:left!important;width:calc(100% - 32px)!important;max-width:380px!important;inset:63% auto auto 50%!important;transform:translate(-50%)!important}.ch2-progress-pips{display:none!important}.ch2-progress{bottom:20px!important;right:20px!important}section[style*="background: var(--ink)"]>div[style*="width: 700"],section[style*="background: var(--ink)"]>div[style*="width: 500"]{width:340px!important;height:340px!important}[data-screen-label="03 Tension"] h2,section[style*="180px 0"] h2{font-size:20px!important}[data-screen-label="03 Tension"] h3,section[style*="180px 0"] h3{font-size:18px!important}[data-screen-label="04 LookAfter"]{min-height:280vh!important}.ch4-grid{grid-template-rows:auto 1fr!important;grid-template-columns:1fr!important}.ch4-text{align-items:flex-start!important;padding:20px 20px 0!important}.ch4-text>div{min-height:0!important;display:grid!important}.ch4-text>div>div{grid-area:1/1!important;position:relative!important;top:auto!important;left:auto!important}.ch4-text h2{font-size:20px!important}.ch4-grid>div:nth-of-type(2){width:100%!important;height:100%!important;min-height:0!important;transform:none!important}[data-screen-label="05 Clarity"] h2{font-size:20px!important}[data-screen-label="05 Clarity"] .monthly-summary{display:none!important}[data-screen-label="05 Clarity"] .reveal.d4>div:first-child{font-size:14px!important}[data-screen-label="05 Clarity"] .reveal.d4>div:last-child{font-size:10px!important}.ch5-grid{grid-template-columns:1fr!important;gap:40px!important}.monthly-summary{width:100%!important;max-width:100%!important;padding:28px 22px!important}.monthly-summary>div:first-child{gap:8px;flex-direction:column!important;align-items:flex-start!important}.monthly-summary>div:first-child>div:last-child{text-align:left!important}.monthly-summary>div[style*=grid-template-columns]{gap:6px;grid-template-columns:22px 60px 1fr!important}.monthly-summary>div[style*=grid-template-columns]>span:last-child{font-size:14px!important}.monthly-summary p{font-size:11px!important}[data-screen-label="06 How it helped"] .nb-row>div:nth-of-type(2):has(.monthly-summary){justify-content:center;display:flex;overflow-x:clip}[data-screen-label="06 How it helped"] .monthly-summary{transform-origin:top;transform:scale(.65);margin:0 -85px -250px!important}[data-screen-label="06 How it helped"] h2{font-size:20px!important}.beat-part-label{font-size:22px!important}.nb-row{grid-template-columns:1fr!important;gap:28px!important}.nb-row>:first-child{order:1!important}.nb-row>:nth-child(2){order:2!important}.nb-row h3{font-size:18px!important}.nb-row p{max-width:100%!important;font-size:11px!important}[data-screen-label="06 How it helped"] .nb-row>div:nth-of-type(2){overflow:clip visible;justify-content:center!important;display:flex!important}.nv-reading{transform-origin:50%;transform:scale(.55);flex-flow:row!important;justify-content:center!important;align-items:center!important;width:max-content!important;min-height:0!important;margin:0 -110px!important;padding:0!important;display:flex!important}.nv-reading>div{flex-shrink:0!important;margin-right:0!important}[data-screen-label="06 How it helped"] .nb-row>div:has(.nv-listening){justify-content:center;display:flex;overflow-x:clip}[data-screen-label="06 How it helped"] .nb-row>div:nth-of-type(2):has(.nv-listening){justify-content:center;display:flex;overflow-x:clip}.nv-listening{transform-origin:50%;transform:scale(.7);min-height:0!important;margin:-60px -55px!important}.nv-pattern{min-height:0!important}.nv-pattern-phone{transform-origin:50%;margin:-82px 0;transform:scale(.7)}.nv-family{transform-origin:top;transform:scale(.55);flex-shrink:0!important;width:100%!important;height:240px!important;min-height:0!important;margin:0!important;padding:0!important;overflow:visible!important}.nv-family-caption{visibility:visible!important;z-index:100!important;color:var(--ink)!important;font-size:18px!important;display:block!important;bottom:-80px!important;right:8px!important}[data-screen-label="07 Trust"] h2{font-size:20px!important}[data-screen-label="07 Trust"] .trust-grid{grid-template-columns:repeat(2,1fr)!important}[data-screen-label="07 Trust"] .trust-grid>div{padding:16px 14px!important}[data-screen-label="07 Trust"] .trust-grid>div>div:first-child{margin-bottom:8px!important;font-size:14px!important}[data-screen-label="07 Trust"] .trust-grid h3{margin-bottom:8px!important;font-size:13px!important;line-height:1.25!important}[data-screen-label="07 Trust"] .trust-grid p{font-size:11px!important;line-height:1.4!important}.trust-grid{grid-template-columns:1fr!important}[data-screen-label="08 CTA"] h2{font-size:20px!important}[data-screen-label="08 CTA"] form{border-radius:24px!important}[data-screen-label="08 CTA"] input{padding:10px 14px!important;font-size:13px!important}[data-screen-label="08 CTA"] [style*="minWidth: 200"]{width:100%!important;min-width:0!important}[data-screen-label="08 CTA"] .btn{justify-content:center;width:100%}.foot-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}footer,footer *{font-size:11px!important;line-height:1.5!important}footer .logo img{height:24px!important}footer .container>div:last-child{gap:12px;flex-direction:column!important;align-items:flex-start!important}.chapter-tag,.chapter-tag .num{font-size:12px!important}[data-screen-label="01 Family"] .chapter-tag{margin-bottom:40px!important}.beat-kicker{letter-spacing:.18em!important;font-size:8px!important}.ch1-beat p,.narration-ch2 p{font-size:11px!important;line-height:1.55!important}.progress-rail{display:none!important}}@media (max-width:480px){.container,.container-narrow,.container-wide{padding:0 16px!important}body{font-size:14.5px}.h-display,.h-editorial{letter-spacing:-.01em}[data-screen-label="00 Hero"] h1{font-size:26px!important}.family-stage{transform-origin:50% 38%!important;transform:scale(.75)!important}.anjali-disc{width:170px!important;height:170px!important}.artifact-item{--artifact-scale:.36!important}.ch4-grid>div:nth-of-type(2){height:100%!important;transform:none!important}.nv-pattern-phone{margin:-120px 0;transform:scale(.55)}.foot-grid{grid-template-columns:1fr!important;gap:24px!important}.monthly-summary{padding:22px 18px!important}.monthly-summary>div:nth-child(2)>div:nth-child(2){font-size:22px!important}}@media (max-width:380px){body{font-size:14px}[data-screen-label="00 Hero"] h1{font-size:26px!important}.family-stage{transform:scale(.6)!important}.nv-pattern-phone{margin:-135px 0;transform:scale(.4)}}
