:root{--red: #bc3e22;--red-dark: #96301a;--gold: #c9a961;--ink: #201b16;--cream: #f6f1e7;--rgb-red: 188 62 34;--rgb-red-dark: 150 48 26;--rgb-gold: 201 169 97;--rgb-ink: 32 27 22;--rgb-cream: 246 241 231;--surface-page: var(--cream);--surface-raised: #fffcf5;--surface-inverse: var(--ink);--surface-nav: rgb(var(--rgb-cream) / .88);--surface-success-dark: rgb(var(--rgb-cream) / .08);--text: var(--ink);--text-prose: #2a251f;--text-body: #3e3830;--text-secondary: #57504a;--text-tertiary: #6b6259;--text-muted: #8a8177;--on-dark: var(--cream);--on-dark-85: rgb(var(--rgb-cream) / .85);--on-dark-80: rgb(var(--rgb-cream) / .8);--on-dark-75: rgb(var(--rgb-cream) / .75);--on-dark-70: rgb(var(--rgb-cream) / .7);--on-dark-65: rgb(var(--rgb-cream) / .65);--on-dark-60: rgb(var(--rgb-cream) / .6);--on-dark-50: rgb(var(--rgb-cream) / .5);--on-dark-45: rgb(var(--rgb-cream) / .45);--hairline: rgb(var(--rgb-ink) / .14);--border-field: rgb(var(--rgb-ink) / .2);--border-outline: rgb(var(--rgb-ink) / .25);--divider-soft: rgb(var(--rgb-ink) / .08);--border-tile-neutral: rgb(var(--rgb-ink) / .12);--on-dark-border: rgb(var(--rgb-cream) / .18);--on-dark-border-soft: rgb(var(--rgb-cream) / .16);--on-dark-border-tile: rgb(var(--rgb-cream) / .2);--on-dark-border-btn: rgb(var(--rgb-cream) / .3);--footer-rule: rgb(var(--rgb-cream) / .15);--link-underline: rgb(var(--rgb-red) / .4);--tint-red-bg: rgb(var(--rgb-red) / .08);--tint-red-border: rgb(var(--rgb-red) / .18);--tint-gold-bg: rgb(var(--rgb-gold) / .12);--tint-gold-bg-strong: rgb(var(--rgb-gold) / .14);--hover-light: rgb(var(--rgb-ink) / .06);--hover-dark: rgb(var(--rgb-cream) / .1);--r-pill: 999px;--r-cta: 24px;--r-card-lg: 20px;--r-card: 16px;--r-card-sm: 14px;--r-tile: 12px;--r-input: 10px;--r-chip: 8px;--r-logo: 7px;--sh-dark-lg: 0 30px 60px -30px rgb(var(--rgb-ink) / .55);--sh-dark-md: 0 24px 48px -24px rgb(var(--rgb-ink) / .55);--sh-pricing-md: 0 24px 48px -24px rgb(var(--rgb-ink) / .6);--sh-form-md: 0 24px 48px -28px rgb(var(--rgb-ink) / .25);--sh-accent-lg: 0 30px 60px -30px rgb(var(--rgb-red-dark) / .55);--sh-accent-md: 0 24px 48px -24px rgb(var(--rgb-red-dark) / .55);--sh-pricing-lg: 0 30px 60px -30px rgb(var(--rgb-ink) / .6);--sh-stage: 0 18px 40px -18px rgb(var(--rgb-ink) / .5);--sh-float: 0 20px 40px -20px rgb(var(--rgb-ink) / .4);--sh-form: 0 24px 48px -28px rgb(var(--rgb-ink) / .25);--sh-lift: 0 20px 40px -24px rgb(var(--rgb-ink) / .35);--serif: "Newsreader", Georgia, serif;--sans: "Instrument Sans", system-ui, sans-serif;--gutter: clamp(20px, 5vw, 32px);--shell: 1200px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--surface-page);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}[hidden]{display:none!important}a{color:var(--red);text-decoration:none}a:hover{color:var(--red-dark)}img,svg{max-width:100%}button,input,textarea{font-family:inherit}::selection{background:var(--red);color:var(--cream)}:focus-visible{outline:2px solid var(--red);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--ink);color:var(--cream);padding:12px 20px;border-radius:0 0 var(--r-input) 0;font-size:14px;font-weight:600}.skip-link:focus{left:0;color:var(--cream)}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease both}.fade-up--delay{animation:fadeUp .7s .15s ease both}.wrap,.hero,.stats,.article,.contact,.footer__inner,.nav__bar,.notfound{box-sizing:content-box}.wrap{max-width:var(--shell);margin:0 auto;padding-inline:var(--gutter)}.wrap--narrow{max-width:860px}.wrap--prose{max-width:720px}.wrap--quote{max-width:900px}.sec{padding-block:96px}.sec--tinted{background:var(--surface-raised);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.sec--dark{background:var(--surface-inverse);color:var(--on-dark)}.sec--rules{border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline)}.desk-only{display:initial!important}.mob-only{display:none!important}.eyebrow{margin:0 0 16px;font-size:12px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--red)}.eyebrow--gold{color:var(--gold)}.eyebrow--on-accent{color:var(--on-dark-75)}.eyebrow--muted{color:var(--text-muted);letter-spacing:.14em}.eyebrow--footer{color:var(--on-dark-50);letter-spacing:.14em;margin-bottom:14px}.h1{margin:0 0 24px;font-family:var(--serif);font-weight:500;font-size:clamp(44px,5.4vw,74px);line-height:1.04;letter-spacing:-.02em;text-wrap:balance}.h1--page{font-size:clamp(40px,5vw,66px);line-height:1.06}.h1--contact{font-size:clamp(40px,5vw,62px);line-height:1.06}.h2{margin:0 0 18px;font-family:var(--serif);font-weight:500;font-size:clamp(32px,4vw,52px);line-height:1.1;letter-spacing:-.015em}.h2--sm{font-size:clamp(30px,3.6vw,44px);line-height:1.12}.h2--cta{font-size:clamp(30px,3.6vw,46px);line-height:1.12}.h2--xs{font-size:clamp(28px,3vw,38px)}.h2--story{font-size:clamp(32px,4vw,50px)}.h3{margin:0 0 8px;font-family:var(--serif);font-weight:500;font-size:28px}.lead{margin:0 0 56px;max-width:58ch;font-size:17px;line-height:1.65;color:var(--text-secondary);text-wrap:pretty}.lead--on-dark{color:var(--on-dark-65)}.intro{margin:0;max-width:56ch;font-size:18px;line-height:1.65;color:var(--text-secondary);text-wrap:pretty}.microcopy{margin:22px 0 0;font-size:13px;color:var(--text-muted)}.serif-italic{font-family:var(--serif);font-style:italic}.btn{display:inline-block;border:1px solid transparent;border-radius:var(--r-pill);font-family:var(--sans);font-size:16px;font-weight:600;padding:16px 30px;cursor:pointer;text-align:center;transition:background .2s,opacity .2s}.btn--primary{background:var(--red);color:var(--cream)}.btn--primary:hover{background:var(--red-dark);color:var(--cream)}.btn--outline{background:none;color:var(--ink);border-color:var(--border-outline);padding:16px 22px}.btn--outline:hover{background:var(--hover-light);color:var(--ink)}.btn--dark{background:var(--ink);color:var(--cream)}.btn--dark:hover{opacity:.85;color:var(--cream)}.btn--cream{background:var(--surface-raised);color:var(--ink)}.btn--cream:hover{opacity:.9;color:var(--ink)}.btn--outline-dark{background:none;color:var(--cream);border-color:var(--on-dark-border-btn)}.btn--outline-dark:hover{background:var(--hover-dark);color:var(--cream)}.btn--nav{font-size:14px;padding:10px 20px}.btn--sm{font-size:15px;padding:14px 26px}.btn--block{display:block;width:100%;font-size:15px;padding:15px 20px}.btn--card{font-size:15px;padding:15px 20px}.btn--card-outline{font-size:14px;padding:12px 20px}.link-rule{font-size:15px;font-weight:600;border-bottom:1px solid var(--link-underline);padding-bottom:2px}.card{background:var(--surface-raised);border:1px solid var(--hairline);border-radius:var(--r-card);padding:28px}.card--dark{background:none;border:1px solid var(--on-dark-border);color:var(--on-dark)}.tile{flex-shrink:0;display:grid;place-items:center;width:42px;height:42px;background:var(--tint-red-bg);border:1px solid var(--tint-red-border);border-radius:var(--r-tile);color:var(--red)}.tile--lg{width:44px;height:44px;border-color:var(--border-tile-neutral)}.tile--gold{background:var(--tint-gold-bg);border-color:var(--on-dark-border-soft);color:var(--gold)}.tile--gold-strong{background:var(--tint-gold-bg-strong);border-color:var(--on-dark-border-tile);color:var(--gold)}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min, 300px),100%),1fr));gap:var(--gap, 20px)}.chip{font-size:12px;font-weight:600;padding:6px 12px;border:1px solid var(--border-field);border-radius:var(--r-pill);color:var(--text-secondary)}.rule-list{display:flex;flex-direction:column}.rule-list>*{border-top:1px solid var(--hairline)}.rule-list>*:last-child{border-bottom:1px solid var(--hairline)}.check-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;font-size:15px;line-height:1.5;color:var(--text-body)}.check-list li{display:flex;gap:12px}.check-list svg{flex-shrink:0;padding-top:3px;color:var(--red)}.label{display:flex;flex-direction:column;gap:8px}.label>span{font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--ink)}.req{color:var(--red)}.opt{font-weight:500;color:var(--text-muted)}.input{background:var(--cream);border:1px solid var(--border-field);border-radius:var(--r-input);padding:13px 16px;font-family:var(--sans);font-size:15px;color:var(--ink);outline:none;width:100%}.input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgb(var(--rgb-red) / .25)}textarea.input{padding:14px 16px;line-height:1.6;resize:vertical;min-height:170px}.input--pill{border-radius:var(--r-pill);padding:14px 22px}.nav{position:sticky;top:0;z-index:50;background:var(--surface-nav);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--hairline)}.nav__bar{max-width:var(--shell);margin:0 auto;padding:14px clamp(16px,4vw,32px);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px}.logo{display:flex;align-items:center;gap:10px;color:var(--ink)}.logo:hover{color:var(--ink)}.logo__mark{width:30px;height:30px;background:var(--red);border-radius:var(--r-logo);display:grid;place-items:center;color:var(--cream);font-family:var(--serif);font-size:19px;font-weight:600;line-height:1}.logo__word{font-family:var(--serif);font-size:21px;font-weight:600;letter-spacing:-.01em}.logo--footer .logo__word{letter-spacing:normal}.nav__links{display:flex;flex-wrap:wrap;align-items:center;gap:12px clamp(14px,2.5vw,28px)}.nav__link{font-size:14px;font-weight:500;color:var(--text-tertiary)}.nav__link:hover{color:var(--ink)}.nav__link.is-active{font-weight:600;color:var(--ink)}.nav__toggle{display:none;background:none;border:1px solid var(--border-field);border-radius:var(--r-input);width:44px;height:44px;place-items:center;color:var(--ink);cursor:pointer}.nav__menu{display:none;border-top:1px solid var(--hairline);padding:6px 20px 18px;flex-direction:column}.nav.is-open .nav__menu{display:flex}.nav__menu-link{padding:14px 4px;font-size:17px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--divider-soft)}.nav__menu-link.is-active{color:var(--red)}.nav__menu-link:last-of-type{border-bottom:none}.nav__menu .btn{margin-top:12px}.footer{background:var(--surface-inverse);color:var(--on-dark)}.footer__inner{max-width:var(--shell);margin:0 auto;padding:72px var(--gutter) 40px}.footer__top{display:flex;flex-wrap:wrap;gap:48px;justify-content:space-between;margin-bottom:56px}.footer__brand{flex:1 1 300px;max-width:380px}.footer__brand .logo{color:var(--on-dark);margin-bottom:16px}.footer__brand .logo:hover{color:var(--on-dark)}.footer__blurb{margin:0;font-size:15px;line-height:1.65;color:var(--on-dark-65)}.footer__cols{display:flex;flex-wrap:wrap;gap:64px}.footer__list{display:flex;flex-direction:column;gap:10px;font-size:15px}.footer__list--reads{max-width:280px}.footer a.footer__link{color:var(--on-dark)}.footer a.footer__link:hover{color:var(--gold)}.footer__note{color:var(--on-dark-50);font-size:13px}.footer__seo{margin:0 0 24px;font-size:13px;line-height:1.7;color:var(--on-dark-45);max-width:90ch}.footer__bottom{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding-top:24px;border-top:1px solid var(--footer-rule);font-size:13px;color:var(--on-dark-50)}.hero{max-width:var(--shell);margin:0 auto;padding:88px var(--gutter) 72px;display:flex;flex-wrap:wrap;gap:64px;align-items:center;position:relative;overflow:hidden}.hero__text{flex:1 1 520px;min-width:min(320px,100%)}.hero__intro{margin:0 0 36px;max-width:54ch;font-size:18px;line-height:1.65;color:var(--text-secondary);text-wrap:pretty}.hero__cta{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.hero__stages{flex:1 1 380px;min-width:min(300px,100%);display:flex;flex-direction:column;gap:14px}.stage{background:var(--surface-raised);border:1px solid var(--hairline);border-radius:var(--r-card-sm);padding:20px 24px;display:flex;align-items:center;gap:18px}.stage--1{margin-right:min(56px,8vw)}.stage--2{margin-left:min(28px,4vw);margin-right:min(28px,4vw)}.stage--3{margin-left:min(56px,8vw);background:var(--ink);color:var(--on-dark);border-color:transparent;box-shadow:var(--sh-stage)}.stage__label{margin:0 0 2px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.stage--3 .stage__label{color:var(--on-dark-50)}.stage__name{margin:0;font-weight:600;font-size:16px}.stage__desc{margin:2px 0 0;font-size:14px;color:var(--text-tertiary)}.stage--3 .stage__desc{color:var(--on-dark-65)}.stage__caption{margin:6px 0 0;text-align:right;font-size:13px;color:var(--text-muted);font-style:italic;font-family:var(--serif)}.stats{max-width:var(--shell);margin:0 auto;padding:36px var(--gutter);display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:32px}.stat{display:flex;flex-direction:column;gap:4px}.stat__figure{display:flex;align-items:flex-end;min-height:50px;font-family:var(--serif);font-size:40px;font-weight:500;line-height:1;color:var(--red)}.stat__figure--phrase{font-size:32px;white-space:nowrap}.stat__caption{font-size:14px;color:var(--text-tertiary)}.problem__head{display:flex;align-items:center;justify-content:space-between}.problem__num{font-family:var(--serif);font-style:italic;color:var(--gold);font-size:15px}.problem__title{margin:12px 0 10px;font-family:var(--serif);font-weight:500;font-size:24px}.problem__body{margin:0;font-size:15px;line-height:1.65;color:var(--on-dark-65)}.path__row{display:flex;flex-wrap:wrap;gap:24px;padding:36px 0;align-items:baseline}.path__num{font-family:var(--serif);font-size:56px;font-weight:500;color:var(--red);width:90px;flex-shrink:0}.path__body{flex:1 1 300px;min-width:min(260px,100%)}.path__copy{margin:0;font-size:16px;line-height:1.65;color:var(--text-secondary);max-width:52ch}.path__tags{display:flex;flex-wrap:wrap;gap:8px;flex:0 1 260px}.work-item{display:flex;gap:16px}.work-item h3{margin:0 0 6px;font-size:18px;font-weight:600}.work-item p{margin:0;font-size:15px;line-height:1.65;color:var(--text-secondary)}.quote{text-align:center;padding-block:104px}.quote__mark{display:inline-grid;place-items:center;width:54px;height:54px;background:var(--red);color:var(--cream);border-radius:var(--r-input);font-family:var(--serif);font-size:28px;margin-bottom:28px}.quote__text{margin:0 0 28px;font-family:var(--serif);font-weight:500;font-style:italic;font-size:clamp(26px,3.2vw,40px);line-height:1.3;letter-spacing:-.01em;text-wrap:balance}.quote__name{margin:0 0 6px;font-weight:600;font-size:15px}.quote__role{margin:0 0 24px;font-size:14px;color:var(--text-muted)}.testimonial{margin:0;background:var(--cream);border:1px solid var(--hairline);border-radius:var(--r-card);padding:28px;display:flex;flex-direction:column;gap:20px}.testimonial blockquote{margin:0;font-family:var(--serif);font-size:19px;line-height:1.5;font-style:italic}.testimonial figcaption{margin-top:auto}.testimonial__name{margin:0;font-weight:600;font-size:15px}.testimonial__role{margin:2px 0 0;font-size:13px;color:var(--text-muted)}.book{background:var(--red);color:var(--on-dark);border-radius:var(--r-cta);padding:clamp(36px,5vw,64px);display:flex;flex-wrap:wrap;gap:48px;align-items:center;box-shadow:var(--sh-accent-lg)}.book__col{flex:1 1 420px;min-width:min(300px,100%)}.book__copy{margin:0 0 28px;font-size:16px;line-height:1.65;color:var(--on-dark-80);max-width:52ch}.book__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;font-size:15px}.book__list li{display:flex;gap:10px;align-items:flex-start}.book__list svg{flex-shrink:0;padding-top:3px}.book__card{flex:1 1 320px;min-width:min(280px,100%);background:var(--surface-raised);color:var(--ink);border-radius:var(--r-card);padding:28px;box-shadow:var(--sh-float)}.book__card-title{margin:0 0 4px;font-weight:600;font-size:16px}.book__card-meta{margin:0 0 24px;font-size:13px;color:var(--text-muted)}.book__microcopy{margin:14px 0 0;text-align:center;font-size:12px;color:var(--text-muted)}.book__cta-mobile{display:none;font-size:15px;padding:15px 20px}.faq__q{margin:0 0 10px;font-family:var(--serif);font-weight:500;font-size:23px}.faq__a{margin:0;font-size:16px;line-height:1.7;color:var(--text-secondary);text-wrap:pretty}.faq__item{padding:28px 0}.chapter{display:flex;gap:20px;margin-bottom:40px;position:relative;overflow:hidden}.chapter:last-of-type{margin-bottom:48px}.chapter__label{flex-shrink:0;font-family:var(--serif);font-style:italic;color:var(--red);font-size:15px;width:72px;padding-top:6px;margin:0}.chapter__title{margin:0 0 12px;font-family:var(--serif);font-weight:500;font-size:26px}.chapter>div p{margin:0 0 16px;font-size:17px;line-height:1.75;color:var(--text-body);text-wrap:pretty}.chapter>div p:last-child{margin-bottom:0}.chapter em{font-family:var(--serif)}.plan{background:var(--surface-raised);border:1px solid var(--hairline);border-radius:var(--r-card-lg);padding:40px;display:flex;flex-direction:column}.plan--dark{position:relative;background:var(--ink);color:var(--on-dark);border-color:transparent;box-shadow:var(--sh-pricing-lg)}.plan__badge{position:absolute;top:24px;right:24px;background:var(--red);color:var(--cream);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:var(--r-pill)}.plan__kicker{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.plan--dark .plan__kicker{color:var(--gold)}.plan__name{margin:0 0 14px;font-family:var(--serif);font-weight:500;font-size:32px}.plan__price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.plan__price{font-family:var(--serif);font-size:52px;font-weight:500}.plan__unit{font-size:14px;color:var(--text-muted)}.plan--dark .plan__unit{color:var(--on-dark-60)}.plan__cadence{margin:0 0 28px;font-size:14px;color:var(--text-muted)}.plan--dark .plan__cadence{color:var(--on-dark-60)}.plan .check-list{margin-bottom:32px}.plan--dark .check-list{color:var(--on-dark-85)}.plan--dark .check-list svg{color:var(--gold)}.plan__note{margin:0 0 24px;font-size:14px;line-height:1.6;color:var(--text-muted);font-style:italic;font-family:var(--serif)}.plan--dark .plan__note{color:var(--on-dark-60)}.plan__actions{margin-top:auto;display:flex;flex-direction:column;gap:10px}.plan__secure{margin:4px 0 0;text-align:center;font-size:12px;color:var(--text-muted)}.plan--dark .plan__secure{color:var(--on-dark-50)}.plan__secure a{text-decoration:underline;text-underline-offset:2px}.plan--dark .plan__secure a{color:var(--on-dark)}.plan--dark .plan__secure a:hover{color:var(--gold)}.step{border:1px solid var(--hairline);border-radius:var(--r-card);padding:28px;background:var(--cream)}.step__head{display:flex;align-items:center;gap:12px}.step__num{font-family:var(--serif);font-style:italic;color:var(--red);font-size:15px}.step h3{margin:12px 0 10px;font-size:18px;font-weight:600}.step p{margin:0;font-size:15px;line-height:1.65;color:var(--text-secondary)}.fit-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:16px;font-size:16px;line-height:1.6;color:var(--text-body)}.fit-list li{display:flex;gap:14px}.fit-list svg{flex-shrink:0;padding-top:4px;color:var(--red)}.fit-list--no svg{color:var(--text-muted)}.final-cta{background:var(--red);color:var(--on-dark);border-radius:var(--r-cta);padding:clamp(36px,5vw,64px);text-align:center;box-shadow:var(--sh-accent-lg)}.final-cta h2{margin:0 auto 16px;max-width:22ch}.final-cta p{margin:0 auto 32px;max-width:52ch;font-size:16px;line-height:1.65;color:var(--on-dark-80)}.featured{display:flex;flex-wrap:wrap;background:var(--ink);color:var(--on-dark);border-radius:var(--r-card-lg);overflow:hidden;margin-bottom:24px;box-shadow:var(--sh-dark-lg)}.featured:hover{color:var(--on-dark)}.featured__body{flex:1 1 420px;min-width:min(300px,100%);padding:clamp(32px,4vw,56px);display:flex;flex-direction:column;justify-content:center}.featured__meta{display:flex;align-items:center;gap:14px;margin-bottom:20px}.featured__badge{background:var(--red);color:var(--cream);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:var(--r-pill)}.featured__date{font-size:13px;color:var(--on-dark-60)}.featured__title{margin:0 0 16px;font-family:var(--serif);font-weight:500;font-size:clamp(28px,3.4vw,44px);line-height:1.12;letter-spacing:-.015em;text-wrap:balance}.featured__excerpt{margin:0 0 24px;font-size:16px;line-height:1.65;color:var(--on-dark-70);max-width:56ch}.featured__more{font-size:15px;font-weight:600;color:var(--gold)}.featured__art{flex:1 1 320px;min-width:min(260px,100%);background-color:var(--red);display:grid;place-items:center;padding:48px}.post-card{display:flex;flex-direction:column;background:var(--surface-raised);border:1px solid var(--hairline);border-radius:var(--r-card-lg);padding:36px;color:var(--ink);transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-4px);box-shadow:var(--sh-lift);color:var(--ink)}.post-card .tile{margin-bottom:18px}.post-card__meta{font-size:13px;color:var(--text-muted);margin-bottom:18px}.post-card__title{margin:0 0 14px;font-family:var(--serif);font-weight:500;font-size:28px;line-height:1.2;letter-spacing:-.01em;text-wrap:balance}.post-card__excerpt{margin:0 0 24px;font-size:15px;line-height:1.65;color:var(--text-secondary)}.post-card__more{margin-top:auto;font-size:15px;font-weight:600;color:var(--red)}.newsletter{margin-top:64px;background:var(--ink);color:var(--on-dark);border-radius:var(--r-card-lg);padding:clamp(32px,4vw,48px);display:flex;flex-wrap:wrap;gap:32px;align-items:center;justify-content:space-between;box-shadow:var(--sh-dark-lg)}.newsletter__copy{flex:1 1 340px}.newsletter__copy p:last-child{margin:0;font-size:15px;line-height:1.65;color:var(--on-dark-65);max-width:46ch}.newsletter__form{flex:1 1 360px;display:flex;flex-wrap:wrap;gap:10px}.newsletter__form .input{flex:1 1 200px;width:auto}.newsletter__done{flex:1 1 360px;display:flex;align-items:center;gap:14px;background:var(--surface-success-dark);border:1px solid var(--on-dark-border-tile);border-radius:var(--r-card-sm);padding:20px 24px}.newsletter__done-mark{flex-shrink:0;display:grid;place-items:center;width:44px;height:44px;background:var(--tint-gold-bg-strong);border:1px solid var(--on-dark-border-tile);border-radius:var(--r-pill);color:var(--gold)}.newsletter__done p:first-child{margin:0;font-size:15px;font-weight:600}.newsletter__done p:last-child{margin:2px 0 0;font-size:13px;color:var(--on-dark-60)}.newsletter--light{margin-top:20px;background:var(--surface-raised);border:1px solid var(--hairline);color:var(--text);box-shadow:none;display:block;padding:32px 28px}.newsletter--light h2{margin:0 0 8px;font-family:var(--serif);font-weight:500;font-size:26px;letter-spacing:-.015em;line-height:1.15}.newsletter__sub{margin:0 0 18px;font-size:14px;line-height:1.6;color:var(--text-secondary)}.newsletter--light .newsletter__form{flex:initial}.newsletter--light .newsletter__done{flex:initial;background:var(--cream);border-color:var(--hairline);padding:16px 18px}.newsletter--light .newsletter__done-mark{width:40px;height:40px;background:var(--tint-red-bg);border-color:var(--tint-red-border);color:var(--red)}.newsletter--light .newsletter__done p:first-child{font-size:14px}.newsletter--light .newsletter__done p:last-child{font-size:12px;color:var(--text-muted)}.article{max-width:720px;margin:0 auto;padding:80px var(--gutter) 96px}.article__back{display:inline-block;font-size:14px;font-weight:600;margin-bottom:28px}.article__head{margin-bottom:48px}.article__title{margin:0 0 24px;font-family:var(--serif);font-weight:500;font-size:clamp(36px,4.6vw,56px);line-height:1.08;letter-spacing:-.02em;text-wrap:balance}.article__standfirst{margin:0 0 28px;font-size:19px;line-height:1.6;color:var(--text-secondary);text-wrap:pretty}.byline{display:flex;align-items:center;gap:14px;padding-top:24px;border-top:1px solid var(--hairline)}.avatar{flex-shrink:0;width:40px;height:40px;background:var(--red);border-radius:var(--r-pill);display:grid;place-items:center;color:var(--cream);font-family:var(--serif);font-size:18px;font-weight:600}.avatar--lg{width:48px;height:48px;font-size:22px}.byline__name{margin:0;font-size:14px;font-weight:600}.byline__meta{margin:1px 0 0;font-size:13px;color:var(--text-muted)}.prose{font-family:var(--serif);font-size:19px;line-height:1.8;color:var(--text-prose)}.prose p{margin:0 0 24px}.prose strong{font-weight:600}.prose h2{margin:48px 0 18px;font-weight:500;font-size:30px;line-height:1.2;letter-spacing:-.01em}.prose blockquote{margin:40px 0;padding:8px 0 8px 28px;border-left:3px solid var(--red);font-style:italic;font-size:24px;line-height:1.5;color:var(--ink)}.prose blockquote p{margin:0}.prose ul,.prose ol{margin:0 0 24px;padding-left:24px;display:flex;flex-direction:column;gap:10px}.article-aside{margin-top:64px;background:var(--ink);color:var(--on-dark);border-radius:var(--r-card-lg);padding:36px;display:flex;flex-wrap:wrap;gap:24px;align-items:center;justify-content:space-between}.article-aside__copy{flex:1 1 320px}.article-aside__title{margin:0 0 8px;font-family:var(--serif);font-weight:500;font-size:24px;letter-spacing:-.01em}.article-aside__sub{margin:0;font-size:15px;line-height:1.6;color:var(--on-dark-65)}.article-aside .btn{white-space:nowrap}.author-box{margin-top:20px;display:flex;gap:16px;align-items:flex-start;padding:28px;background:var(--surface-raised);border:1px solid var(--hairline);border-radius:var(--r-card)}.author-box p:first-child{margin:0 0 6px;font-size:15px;font-weight:600}.author-box p:last-child{margin:0;font-size:14px;line-height:1.65;color:var(--text-secondary)}.contact{max-width:var(--shell);margin:0 auto;padding:88px var(--gutter) 104px;display:flex;flex-wrap:wrap;gap:64px;align-items:flex-start}.contact__aside{flex:1 1 380px;min-width:min(300px,100%)}.contact__blurb{margin:0 0 40px;max-width:50ch;font-size:17px;line-height:1.65;color:var(--text-secondary);text-wrap:pretty}.contact__alts{display:flex;flex-direction:column;gap:20px}.contact__alt{display:flex;gap:16px;align-items:flex-start}.contact__alt p:first-child{margin:0 0 2px;font-size:15px;font-weight:600}.contact__alt p:last-child{margin:0;font-size:14px;line-height:1.6;color:var(--text-secondary)}.contact__card{flex:1 1 480px;min-width:min(320px,100%);background:var(--surface-raised);border:1px solid var(--hairline);border-radius:var(--r-card-lg);padding:clamp(28px,4vw,44px);box-shadow:var(--sh-form)}.contact__form{display:flex;flex-direction:column;gap:22px}.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(200px,100%),1fr));gap:22px}.contact__submit{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.contact__hint{font-size:13px;color:var(--text-muted)}.contact__error{margin:14px 0 0;font-size:14px;line-height:1.5;color:var(--red-dark)}.sent{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 12px;gap:18px}.sent__mark{display:grid;place-items:center;width:56px;height:56px;background:var(--tint-red-bg);border:1px solid var(--tint-red-border);border-radius:var(--r-pill);color:var(--red)}.sent h2{margin:0;font-family:var(--serif);font-weight:500;font-size:30px;letter-spacing:-.01em}.sent p{margin:0;max-width:42ch;font-size:15px;line-height:1.65;color:var(--text-secondary)}.sent .btn{margin-top:6px}.mb-14{margin-bottom:14px}.mb-16{margin-bottom:16px}.mb-20{margin-bottom:20px}.mb-28{margin-bottom:28px}.mb-40{margin-bottom:40px}.mb-48{margin-bottom:48px}.mb-56{margin-bottom:56px}.mx-auto{margin-inline:auto}.balance{text-wrap:balance}.max-18ch{max-width:18ch}.max-20ch{max-width:20ch}.max-22ch{max-width:22ch}.head-centered{padding-block:96px 72px;text-align:center}.reads-head{padding-block:88px 64px}.reads-body{padding-bottom:104px}.faq-sec{padding-block:24px 104px}.sec-tail{padding-block:0 96px}.cta-center{justify-content:center;margin-top:36px}.two-col{display:flex;flex-wrap:wrap;gap:48px}.two-col>*{flex:1 1 400px;min-width:min(300px,100%)}.hero__em{font-style:italic;color:var(--red)}.faq__q--sm{font-size:22px}.newsletter__h2{font-size:clamp(26px,3vw,34px);line-height:1.15;margin-bottom:10px}.btn--submit{font-size:15px;padding:15px 32px}.btn--reset{font-size:14px;padding:10px 22px}@media(max-width:767px){.head-centered{padding-block:48px 40px}.reads-head{padding-block:48px 32px}.reads-body{padding-bottom:64px}.faq-sec{padding-block:8px 64px}.sec-tail{padding-block:0 56px}.mb-56{margin-bottom:28px}.mb-48{margin-bottom:32px}.faq__q--sm{font-size:19px}}.notfound{max-width:720px;margin:0 auto;padding:120px var(--gutter);text-align:center}.watermark{position:absolute;z-index:0;font-family:var(--serif);font-weight:500;line-height:1;letter-spacing:-.02em;user-select:none;pointer-events:none}.deco-texture--grid{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path d="M32 0H0V32" fill="none" stroke="%23f6f1e7" stroke-opacity="0.05" stroke-width="1"/></svg>');background-size:32px 32px}.hero__wm{top:50%;left:-.02em;transform:translateY(-50%);font-size:clamp(260px,40vw,460px);color:rgb(var(--rgb-ink) / .03)}.hero__text,.hero__stages{position:relative;z-index:1}.path-track{position:relative}.path-track:before{content:"";position:absolute;z-index:0;left:27px;top:44px;bottom:44px;width:2px;background:var(--tint-red-border);border-radius:1px}.path-track .path__row{position:relative;z-index:1}.chapter__wm{top:-8px;right:2px;font-size:clamp(84px,15vw,132px);color:rgb(var(--rgb-ink) / .04)}.chapter__label,.chapter>div{position:relative;z-index:1}.cover{position:relative;overflow:hidden;isolation:isolate}.cover--start{background-color:var(--red)}.cover--pricing,.cover--scaling{background-color:var(--ink)}.cover--students{background-color:var(--red-dark)}.cover__motif{position:relative;z-index:1}.cover--start .cover__motif,.cover--scaling .cover__motif{color:rgb(var(--rgb-cream) / .9)}.cover--pricing .cover__motif,.cover--students .cover__motif{color:rgb(var(--rgb-gold) / .85)}.cover__wm{top:50%;right:14px;transform:translateY(-50%);font-size:132px;color:rgb(var(--rgb-cream) / .07)}.cover--card{display:flex;align-items:flex-end;min-height:112px;padding:18px 20px;margin-bottom:22px;border-radius:var(--r-card)}.cover--card .cover__motif{position:absolute;top:16px;left:18px}.cover__label{position:relative;z-index:2;font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cream)}.cover--header{display:flex;align-items:center;min-height:92px;padding:0 24px;margin-bottom:28px;border-radius:var(--r-card)}@media(max-width:767px){:root{--gutter: 20px}.desk-only{display:none!important}.mob-only{display:initial!important}.sec{padding-block:56px}.nav{background:rgb(var(--rgb-cream) / .92)}.nav__bar{padding:12px 20px}.nav__links{display:none}.nav__toggle{display:grid}.footer__inner{padding:48px 20px 56px}.footer__top{display:block;margin-bottom:28px}.footer__brand .logo{margin-bottom:14px}.footer__blurb{font-size:14px;margin-bottom:28px}.footer__cols{display:block}.footer__cols .eyebrow--footer{display:none}.footer__list{gap:12px;margin-bottom:12px}.footer__list--reads{max-width:none}.footer__note{display:none}.footer__bottom{flex-direction:column;gap:6px;padding-top:20px}.h1{font-size:clamp(36px,10vw,44px);line-height:1.05;margin-bottom:18px}.h1--page,.h1--contact{font-size:clamp(34px,9vw,42px)}.h2{font-size:32px;line-height:1.12}.h2--sm{font-size:30px}.lead{margin-bottom:28px;font-size:15px}.intro{font-size:16px}.hero{display:block;padding:48px 20px 40px}.hero__intro{font-size:16px;margin-bottom:26px}.hero__cta{display:block}.hero__cta .btn{display:block;width:100%;font-size:16px;padding:16px 24px}.hero__cta .btn--outline{margin-top:10px;padding:15px 24px}.microcopy{margin-top:16px;text-align:center}.hero__stages{padding:0 20px 48px;gap:12px}.stage--1,.stage--2,.stage--3{margin-left:0;margin-right:0}.stage{padding:18px 20px;gap:16px}.stage__caption{display:none}.stats{padding:28px 20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.stat__figure{font-size:30px;min-height:38px}.stat__figure--phrase{font-size:clamp(20px,6.2vw,24px)}.stat__caption{font-size:13px}.problem-card{padding:22px}.problem__title{margin:14px 0 8px;font-size:22px}.problem__body{font-size:14px}.path__row{display:block;padding:26px 0}.path__num{font-size:38px;width:auto}.path__body{min-width:0}.path__row .h3{margin:8px 0;font-size:24px}.path__copy{font-size:15px;margin-bottom:12px}.work-item{gap:14px}.work-item h3{margin-bottom:4px;font-size:16px}.work-item p{font-size:14px;line-height:1.6}.quote{padding-block:64px}.quote__mark{width:48px;height:48px;font-size:24px;margin-bottom:22px}.quote__text{font-size:24px;line-height:1.35;margin-bottom:20px}.quote__role{margin-bottom:18px;font-size:13px}.testimonial{padding:22px;gap:16px}.testimonial blockquote{font-size:17px}.testimonial__name{font-size:14px}.book{display:block;border-radius:var(--r-card-lg);padding:32px 26px;box-shadow:var(--sh-accent-md)}.book .h2{font-size:28px;line-height:1.15}.book__copy{font-size:15px;margin-bottom:20px}.book__list{font-size:14px;margin-bottom:24px}.book__card{display:none}.book__cta-mobile{display:block;width:100%}.faq__item{padding:22px 0}.faq__q{font-size:20px;margin-bottom:8px}.faq__a{font-size:15px}.rule-list>*{border-top:none;border-bottom:1px solid var(--hairline)}.rule-list>*:last-child{border-bottom:none}.chapter{display:block;margin-bottom:30px}.chapter__label{width:auto;padding-top:0;margin:0 0 8px}.chapter__title{margin-bottom:10px;font-size:23px}.chapter>div p{font-size:16px;line-height:1.7}.plan{padding:28px 24px}.plan--dark{box-shadow:var(--sh-pricing-md)}.plan__name{font-size:27px}.plan__price{font-size:44px}.plan__unit,.plan__cadence,.plan__note{font-size:13px}.plan .check-list{font-size:14px}.plan__badge{top:20px;right:20px;font-size:10px;padding:6px 10px}.step{padding:22px}.step h3{font-size:17px}.step p{font-size:14px}.h2--xs{font-size:28px}.fit-list{font-size:15px}.final-cta{border-radius:var(--r-card-lg);padding:32px 26px;box-shadow:var(--sh-accent-md)}.featured{flex-direction:column-reverse;border-radius:var(--r-card-lg);margin-bottom:16px;box-shadow:var(--sh-dark-md)}.featured__art,.featured__body{flex:0 0 auto;min-width:0}.featured__body{padding:26px 24px 30px}.featured__meta{flex-wrap:wrap;gap:10px;margin-bottom:14px}.featured__title{font-size:26px;line-height:1.15;margin-bottom:12px}.featured__excerpt{font-size:14px;margin-bottom:16px}.featured__art{padding:28px;min-height:0}.featured__art svg{width:72px;height:72px}.featured__badge{font-size:10px;padding:5px 10px}.featured__date{font-size:12px}.featured__more{font-size:14px}.post-card{padding:26px 24px}.post-card__title{font-size:23px}.post-card__meta{font-size:12px}.post-card__excerpt,.post-card__more{font-size:14px}.post-card:hover{transform:none;box-shadow:none}.newsletter{display:block;margin-top:32px;padding:28px 24px;box-shadow:var(--sh-dark-md)}.newsletter__copy{margin-bottom:20px}.newsletter__h2{font-size:25px}.newsletter--light h2{font-size:23px}.newsletter__form .btn{width:100%;font-size:16px}.article{padding:40px 20px 64px}.article__head{margin-bottom:32px}.article__standfirst{font-size:17px}.article-aside__title{font-size:22px}.author-box p:first-child{font-size:14px}.author-box p:last-child{font-size:13px}.prose{font-size:18px;line-height:1.75}.prose h2{margin:36px 0 14px;font-size:25px}.prose blockquote{margin:32px 0;padding-left:20px;font-size:21px}.article-aside{display:block;margin-top:48px;padding:28px 24px}.article-aside__copy{margin-bottom:20px}.article-aside .btn{display:block;width:100%}.author-box{padding:22px}.contact{display:block;padding:40px 20px 64px}.contact__aside{margin-bottom:32px}.contact__blurb{margin-bottom:28px;font-size:16px}.contact__card{padding:26px 22px;box-shadow:var(--sh-form-md)}.field-row{display:block}.field-row>*+*{margin-top:22px}.input{font-size:16px}.label>span{letter-spacing:normal}.contact__submit .btn{display:block;width:100%;font-size:16px}.contact__hint{text-align:center;width:100%}.sent{padding:32px 4px}.path-track:before{display:none}.cover__wm{font-size:104px}.cover--card{min-height:96px}.cover--header{min-height:78px}.chapter__wm{top:-4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-up,.fade-up--delay{animation:none}.post-card,.btn{transition:none}.post-card:hover{transform:none}}
