/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#111827;--ink-soft:#1b2738;--paper:#f3ebdd;--paper-deep:#e6dac5;--amber:#f2a93b;--amber-soft:#f8c66f;--sage:#9fb7a4;--slate:#667085;--line:#11182729;--serif:Georgia, "Times New Roman", serif;--sans:"Arial Narrow", "Aptos Narrow", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,summary,a{-webkit-tap-highlight-color:transparent}::selection{background:var(--amber);color:var(--ink)}.skip-link{z-index:100;color:var(--ink);background:#fff;padding:.8rem 1rem;font-weight:800;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:10;width:min(1440px,100% - 72px);color:var(--paper);border-bottom:1px solid #f3ebdd26;grid-template-columns:1fr auto 1fr;align-items:center;margin:0 auto;padding:26px 0;display:grid;position:relative}.brand{letter-spacing:.18em;align-items:center;gap:12px;width:fit-content;font-size:.92rem;font-weight:900;display:inline-flex}.mark{border:1px solid;border-radius:50% 50% 44% 44%;place-items:center;width:38px;height:38px;font-family:Georgia,serif;font-size:18px;line-height:1;display:grid;position:relative}.mark i{background:var(--amber);border:2px solid var(--ink);border-radius:50%;width:9px;height:9px;position:absolute;bottom:-4px}.site-header nav{color:#f3ebddb8;gap:34px;font-size:.83rem;font-weight:700;display:flex}.site-header nav a,footer a{transition:color .2s}:is(.site-header nav a:hover,.site-header nav a:focus-visible){color:var(--paper)}.header-cta{border:1px solid #f3ebdd73;border-radius:999px;justify-self:end;padding:11px 18px;font-size:.78rem;font-weight:800;transition:background .2s,color .2s}:is(.header-cta:hover,.header-cta:focus-visible){background:var(--paper);color:var(--ink)}.hero{min-height:800px;color:var(--paper);background:var(--ink);grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);align-items:center;gap:7vw;margin-top:-91px;padding:190px max(36px,50vw - 720px) 92px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";opacity:.24;background-image:repeating-radial-gradient(at 82% 40%,#0000 0 32px,#9fb7a41f 33px 34px,#0000 35px 64px);position:absolute;inset:0}.hero:after{content:"";background:radial-gradient(circle,#f2a93b2b,#0000 66%);border-radius:50%;width:48vw;height:48vw;position:absolute;top:-18vw;right:-14vw}.hero-copy,.watch-card{z-index:1;position:relative}.eyebrow{letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 22px;font-size:.72rem;font-weight:900;line-height:1.4;display:flex}.eyebrow>span{background:var(--amber);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #f2a93b26}h1,h2,h3,p{margin-top:0}h1{max-width:850px;font-family:var(--serif);letter-spacing:-.055em;margin-bottom:30px;font-size:clamp(4rem,7.2vw,7.8rem);font-weight:500;line-height:.88}h1 em,h2 em{color:var(--amber);font-weight:400}.hero-lede{color:#f3ebddc2;max-width:680px;font-family:var(--serif);margin-bottom:34px;font-size:clamp(1.15rem,1.7vw,1.45rem);line-height:1.65}.hero-actions{align-items:center;gap:28px;display:flex}.button{letter-spacing:.04em;border-radius:3px;justify-content:center;align-items:center;gap:22px;min-height:52px;padding:0 24px;font-size:.82rem;font-weight:900;transition:transform .2s,background .2s;display:inline-flex}:is(.button:hover,.button:focus-visible){transform:translateY(-2px)}.button-primary{background:var(--amber);color:var(--ink)}:is(.button-primary:hover,.button-primary:focus-visible){background:var(--amber-soft)}.text-link{color:var(--paper);border-bottom:1px solid #f3ebdd66;padding:11px 0;font-size:.83rem;font-weight:800}.hero-note{color:#f3ebdd7a;letter-spacing:.035em;max-width:650px;margin:30px 0 0;font-size:.74rem}.watch-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070e189e;border:1px solid #f3ebdd29;min-height:520px;padding:26px 30px 24px;overflow:hidden;box-shadow:0 30px 80px #00000047}.watch-card-top{color:#f3ebdd73;letter-spacing:.16em;justify-content:space-between;font-size:.62rem;font-weight:900;display:flex}.watch-card-top span:last-child{color:var(--sage)}.watch-beacon{place-items:center;width:210px;height:210px;display:grid;position:absolute;top:63px;right:24px}.beacon-rays{background:repeating-conic-gradient(from 0deg, #f2a93b38 0 1deg, transparent 1deg 24deg);border:1px solid #f2a93b52;border-radius:50%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#0000 0 37%,#000 38%);mask-image:radial-gradient(circle,#0000 0 37%,#000 38%)}.beacon-core{background:var(--amber);border-radius:50%;width:72px;height:72px;box-shadow:0 0 38px #f2a93b8c,0 0 0 17px #f2a93b14}.route-line{border-left:1px dashed #9fb7a452;position:absolute;top:116px;bottom:86px;left:64px}.week-route{z-index:1;gap:18px;margin:116px 0 24px;padding:0;list-style:none;display:grid;position:relative}.week-route li{color:#f3ebdd66;background:#ffffff06;border:1px solid #f3ebdd14;grid-template-columns:50px 1fr auto;align-items:center;min-height:62px;padding:8px 14px 8px 50px;display:grid;position:relative}.week-route li:before{content:"";border:2px solid var(--slate);background:var(--ink);border-radius:50%;width:9px;height:9px;position:absolute;left:27px}.week-route li.complete:before{background:var(--sage);border-color:var(--sage)}.week-route li.active{color:var(--paper);background:#f2a93b12;border-color:#f2a93b80}.week-route li.active:before{background:var(--amber);border-color:var(--amber);box-shadow:0 0 0 6px #f2a93b1f}.week-route span{letter-spacing:.1em;font-size:.63rem;font-weight:900}.week-route strong{font-family:var(--serif);font-size:1rem;font-weight:500}.week-route small{font-size:.65rem}.watch-caption{color:#f3ebdd66;text-align:right;margin:0;font-size:.67rem}.signal-bar{background:var(--amber);color:var(--ink);letter-spacing:.06em;text-transform:uppercase;justify-content:center;gap:9vw;padding:22px 36px;font-size:.72rem;font-weight:900;display:flex}.signal-bar span{align-items:center;gap:10px;display:flex}.signal-bar i{background:var(--ink);border-radius:50%;width:5px;height:5px}.section{width:min(1320px,100% - 72px);margin:0 auto;padding:130px 0}.split-heading{grid-template-columns:1.15fr .85fr;align-items:end;gap:12vw;margin-bottom:68px;display:grid}.section-heading .eyebrow,.home-copy .eyebrow,.faq-heading .eyebrow{color:#8b5d16}h2{font-family:var(--serif);letter-spacing:-.045em;margin-bottom:0;font-size:clamp(3rem,5vw,5.4rem);font-weight:500;line-height:.98}.split-heading>p{color:#4f5664;font-family:var(--serif);margin:0;font-size:1.1rem;line-height:1.7}.work-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.work-grid article{padding:38px 42px 48px 0}.work-grid article+article{border-left:1px solid var(--line);padding-left:42px}.work-grid article>span{color:#9a6719;letter-spacing:.16em;font-size:.7rem;font-weight:900}.work-grid h3{font-family:var(--serif);margin:58px 0 16px;font-size:1.65rem;font-weight:500}.work-grid p{color:#5f6470;margin:0;font-size:.92rem;line-height:1.7}.home-section{background:var(--ink-soft);min-height:720px;color:var(--paper);grid-template-columns:1fr 1fr;display:grid}.home-visual{background:radial-gradient(circle,#f2a93b21,#0000 42%),linear-gradient(140deg,#152232,#0d1520);min-height:620px;position:relative;overflow:hidden}.home-visual:before{content:"";opacity:.24;background-image:linear-gradient(#9fb7a424 1px,#0000 1px),linear-gradient(90deg,#9fb7a424 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.orbit{border:1px dashed #9fb7a457;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-one{width:330px;height:330px}.orbit-two{width:540px;height:540px}.home-center{width:170px;height:170px;color:var(--paper);background:var(--ink);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 18px #f2a93b12,0 0 80px #f2a93b26}.home-center .mark{margin-bottom:12px}.home-center>span{color:var(--sage);letter-spacing:.18em;font-size:.58rem;font-weight:900}.home-center strong{font-family:var(--serif);margin-top:4px;font-size:1.2rem}.orbit-label{color:var(--sage);letter-spacing:.14em;background:#111827d6;border:1px solid #9fb7a447;padding:7px 10px;font-size:.58rem;font-weight:900;position:absolute}.label-one{top:28%;left:15%}.label-two{top:35%;right:11%}.label-three{bottom:24%;left:18%}.label-four{bottom:19%;right:14%}.home-copy{flex-direction:column;justify-content:center;padding:80px clamp(48px,7vw,110px);display:flex}.home-copy h2{margin-bottom:34px}.home-copy>p:not(.eyebrow){color:#f3ebddab;max-width:580px;font-family:var(--serif);font-size:1.08rem;line-height:1.75}.principle{border-top:1px solid #f3ebdd24;margin-top:28px;padding:24px 0 0}.principle span{color:var(--sage);letter-spacing:.16em;margin-bottom:11px;font-size:.6rem;font-weight:900;display:block}.principle strong{font-family:var(--serif);font-size:1.1rem;font-weight:500}.field-section{padding-bottom:150px}.notes-grid{grid-template-columns:1fr 1fr;gap:26px;display:grid}.note-card{border:1px solid var(--line);min-height:480px;padding:42px}.note-card.learning{background:#e9dfcf}.note-top{color:#7f571b;letter-spacing:.14em;align-items:center;gap:10px;font-size:.66rem;font-weight:900;display:flex}.status-dot,.status-ring{background:var(--sage);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #9fb7a433}.status-ring{box-shadow:none;background:0 0;border:1px solid #9a6719}.note-card h3{max-width:500px;font-family:var(--serif);margin:62px 0 32px;font-size:clamp(2rem,3vw,3rem);font-weight:500;line-height:1.05}.note-card ul{gap:15px;margin:0;padding:0;list-style:none;display:grid}.note-card li{color:#4d5562;align-items:center;gap:13px;font-size:.9rem;display:flex}.note-card li span{border:1px solid var(--line);color:#795117;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.7rem;display:grid}.note-card>p{border-top:1px solid var(--line);color:#777267;font-family:var(--serif);margin:42px 0 0;padding-top:19px;font-size:.9rem;font-style:italic}.honesty-section{color:var(--paper);background:#8b5d16;grid-template-columns:1.15fr .85fr;gap:5vw 9vw;padding:130px max(36px,50vw - 660px);display:grid}.honesty-section .eyebrow{color:#f8d79d}.honesty-section blockquote{font-family:var(--serif);margin:0;font-size:clamp(1.7rem,2.7vw,2.6rem);line-height:1.3}.honesty-section>p{color:#f3ebddbf;grid-column:2;max-width:560px;margin:-60px 0 0;line-height:1.7}.faq-section{grid-template-columns:.7fr 1.3fr;gap:10vw;display:grid}.faq-heading{align-self:start;position:sticky;top:40px}.faq-heading h2{font-size:clamp(2.8rem,4.2vw,4.6rem)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-family:var(--serif);justify-content:space-between;align-items:center;gap:30px;padding:27px 0;font-size:1.16rem;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:#8b5d16;font-family:var(--sans);font-size:1.4rem;font-weight:400;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:#5d6470;max-width:700px;padding:0 54px 28px 0;line-height:1.75}.early-section{color:var(--paper);text-align:center;background:var(--ink);flex-direction:column;align-items:center;padding:140px 36px;display:flex;position:relative;overflow:hidden}.early-section>*{z-index:1;position:relative}.early-glow{background:radial-gradient(circle,#f2a93b38,#f2a93b0a 42%,#0000 68%);border-radius:50%;width:850px;height:850px;position:absolute;top:-390px;left:50%;transform:translate(-50%)}.early-section .eyebrow{color:var(--amber)}.early-section h2{max-width:900px}.early-section>p:not(.eyebrow){color:#f3ebddb3;max-width:680px;font-family:var(--serif);margin:30px auto 34px;font-size:1.16rem;line-height:1.7}.button-light{background:var(--paper);min-width:310px;color:var(--ink)}:is(.button-light:hover,.button-light:focus-visible){background:#fff}.early-section small{color:#f3ebdd6b;max-width:610px;margin-top:25px;line-height:1.6}footer{color:#f3ebdd9e;background:#0b121d;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;padding:42px max(36px,50vw - 720px);font-size:.72rem;display:grid}.footer-brand{color:var(--paper)}.footer-brand .mark{width:32px;height:32px;font-size:15px}.footer-brand .mark i{border-color:#0b121d}footer p{font-family:var(--serif);margin:0;font-style:italic}footer>div{justify-content:flex-end;gap:24px;display:flex}:is(footer a:hover,footer a:focus-visible){color:var(--paper)}:is(a:focus-visible,summary:focus-visible){outline:2px solid var(--amber);outline-offset:4px}@media (max-width:1100px){.site-header{grid-template-columns:1fr auto}.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:170px}.hero-copy{max-width:850px}.watch-card{width:min(760px,100%)}.split-heading{gap:6vw}.home-section{grid-template-columns:1fr}.home-visual{order:2}.honesty-section{grid-template-columns:1fr}.honesty-section>p{grid-column:1;margin:0}footer{grid-template-columns:1fr auto}footer p{display:none}footer>div{flex-wrap:wrap}}@media (max-width:760px){.site-header{width:calc(100% - 40px);padding:20px 0}.brand{font-size:.78rem}.header-cta{display:none}.hero{gap:60px;min-height:auto;margin-top:-79px;padding:140px 20px 70px}h1{font-size:clamp(3.35rem,15vw,5.4rem)}.hero-lede{font-size:1.06rem}.hero-actions{flex-direction:column;align-items:flex-start;gap:12px}.watch-card{min-height:500px;padding:20px 18px}.watch-beacon{width:160px;height:160px;top:56px;right:-20px}.beacon-core{width:54px;height:54px}.route-line{left:45px}.week-route{margin-top:108px}.week-route li{grid-template-columns:40px 1fr;padding-left:38px}.week-route li:before{left:21px}.week-route small{display:none}.signal-bar{justify-content:flex-start;gap:14px;overflow-x:auto}.signal-bar span{min-width:max-content}.signal-bar i{display:none}.section{width:calc(100% - 40px);padding:88px 0}.split-heading{grid-template-columns:1fr;gap:28px;margin-bottom:45px}h2{font-size:clamp(2.65rem,13vw,4.4rem)}.work-grid{grid-template-columns:1fr}.work-grid article,.work-grid article+article{border-left:0;padding:30px 0 36px}.work-grid article+article{border-top:1px solid var(--line)}.work-grid h3{margin-top:30px}.home-visual{min-height:530px}.orbit-one{width:260px;height:260px}.orbit-two{width:430px;height:430px}.label-one{left:5%}.label-two{right:3%}.label-three{left:7%}.label-four{right:4%}.home-copy{padding:74px 20px}.notes-grid{grid-template-columns:1fr}.note-card{min-height:auto;padding:30px 24px}.note-card h3{margin-top:44px}.honesty-section{padding:88px 20px}.faq-section{grid-template-columns:1fr;gap:50px}.faq-heading{position:static}.early-section{padding:100px 20px}.button-light{width:100%;min-width:0;max-width:390px}footer{grid-template-columns:1fr;padding:42px 20px}footer>div{justify-content:flex-start;gap:16px 22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
