:root{--ink:#302236;--paper:#f7f5ee;--lime:#d9ec85;--muted:#6a616c;--line:#dcd8d9;--serif:'Instrument Serif',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-family:var(--sans);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}a,button,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #805292;outline-offset:6px}::selection{background:var(--lime);color:var(--ink)}.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}.skip{position:fixed;top:-100px;background:var(--lime);padding:16px;z-index:10}.skip:focus{top:12px}.header{display:flex;justify-content:space-between;align-items:center;min-height:112px;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--serif);font-size:32px;letter-spacing:-1px}.brand-dot{font:12px var(--sans);align-self:flex-start;margin-top:8px}.header nav{display:flex;align-items:center;gap:34px;font-size:14px}.header nav a:not(.nav-cta):hover,.footer a:hover{text-decoration:underline;text-underline-offset:5px}.nav-cta{border:1px solid var(--ink);padding:13px 20px;border-radius:100px;display:flex;gap:30px;transition:background .2s}.nav-cta:hover{background:var(--lime)}.hero{display:grid;grid-template-columns:1.03fr 1fr;gap:42px;padding-block:64px 72px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.7px;line-height:1.8;font-weight:600;margin:0 0 28px}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--ink);margin-right:9px;vertical-align:1px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.04em}h1{font-size:clamp(70px,7.6vw,112px);line-height:.92;margin-bottom:29px}h1 em{color:#715278}em{font-weight:400}.intro{font-size:20px;line-height:1.55;margin-bottom:14px}.hero-description{font-size:16px;line-height:1.7;max-width:350px;color:var(--muted);margin-bottom:25px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:18px 25px;background:var(--ink);color:white;border-radius:100px;font-size:15px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px);background:#543c5c}.button span{font-size:22px;line-height:1}.small-note{font-size:12px;color:var(--muted);margin:16px 0 0}.hero-art{position:relative;isolation:isolate;min-height:708px;background:var(--lime);border-radius:5px;overflow:hidden;display:flex;justify-content:center;align-items:flex-end}.art-top{position:absolute;top:27px;left:28px;right:28px;display:flex;justify-content:space-between;font-size:12px;font-weight:600;letter-spacing:1.5px}.art-word{position:absolute;top:66px;left:34px;right:24px;font-family:var(--serif);font-size:83px;line-height:.86;letter-spacing:-3px}.art-word em{display:block;text-align:right}.phone{width:245px;margin:0 0 53px;transform:rotate(-8deg);border:7px solid #302b31;border-radius:38px;box-shadow:22px 28px 45px #30223640;overflow:hidden;background:#faf4e9}.phone img{display:block;width:100%;height:auto}.reading-label{position:absolute;bottom:122px;right:20px;display:flex;align-items:center;gap:13px;transform:rotate(7deg);background:var(--paper);padding:18px 24px;box-shadow:0 4px 10px #30223610;font-size:13px;line-height:1.6}.label-icon{font-size:35px}.reading-label strong{font-weight:500}.art-foot{position:absolute;bottom:23px;left:28px;font-size:12px;letter-spacing:2px}.ribbon{background:var(--ink);color:var(--lime);padding:24px;display:flex;justify-content:space-around;align-items:center;gap:40px;white-space:nowrap;overflow:hidden;font-size:12px;letter-spacing:2px}.ribbon i{font-size:26px;font-style:normal;line-height:1}.section{padding-block:112px}.section-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:0 50px}.section-heading .eyebrow{grid-column:1/-1}.section-heading h2{margin-bottom:0}.section-heading>p:last-child{font-size:17px;line-height:1.7;color:var(--muted);justify-self:end;margin-bottom:8px}h2{font-size:clamp(48px,5vw,74px);line-height:1.02;margin-bottom:26px}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:64px}.steps article{padding:0 30px;border-left:1px solid var(--line);display:flex;flex-direction:column}.steps article:first-child{padding-left:0;border:0}.steps article:last-child{padding-right:0}.step-number{font-family:var(--serif);font-size:40px;color:#8d7b8c;margin-bottom:27px}.steps h3{font-size:21px;font-weight:500;margin-bottom:14px;letter-spacing:-.5px}.steps p{font-size:15px;line-height:1.85;color:var(--muted);max-width:305px}.step-detail{margin-top:auto;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;letter-spacing:.4px}.step-detail>span:last-child{color:var(--ink)}.pill{background:#e9e7df;padding:9px;border-radius:4px;white-space:nowrap}.reader-section{background:var(--ink);color:var(--paper);padding-block:100px}.reader-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.sample{background:var(--paper);color:var(--ink);padding:28px 34px 24px;box-shadow:9px 9px 0 #78627b;min-height:455px;display:flex;flex-direction:column;transform:rotate(-2deg)}.sample-top{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px;font-size:12px;letter-spacing:1px}.sample-body{padding:32px 0 20px;flex:1}.sample-chapter{font-size:12px;letter-spacing:2px;text-align:center}.sample h3{font-family:var(--serif);font-size:36px;font-weight:400;text-align:center;margin-bottom:24px}.sample-body>p:last-child{font-family:Georgia,serif;font-size:17px;line-height:1.9;margin-bottom:0}.sample-footer{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;line-height:1.7}.sample-footer small{font-size:12px;color:var(--muted)}.sample button{cursor:pointer;border:0;background:var(--ink);color:white;padding:12px 14px;font-size:12px;border-radius:100px;white-space:nowrap}.sample button:hover{background:#63496b}.sample button span{margin-left:7px}.reader-copy .eyebrow{color:var(--lime)}.reader-copy h2 em{color:var(--lime)}.reader-copy>p:not(.eyebrow){font-size:16px;line-height:1.85;color:#ded5df;max-width:390px}.reader-features{list-style:none;padding:0;margin:28px 0 34px}.reader-features li{padding-block:13px;border-bottom:1px solid #655369;font-size:14px}.reader-features li span{color:var(--lime);padding-right:18px}.reader-aside{font-family:var(--serif);font-size:25px;font-style:italic;color:#dbccdf}.faq{display:grid;grid-template-columns:1fr 1fr;gap:70px}.faq .eyebrow{font-size:12px}.questions{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;font-size:17px;padding:25px 36px 25px 0;position:relative;line-height:1.5}summary::-webkit-details-marker{display:none}summary::after{content:'+';position:absolute;right:0;top:25px;font-size:22px;line-height:1}details[open] summary::after{content:'−'}details p{font-size:15px;color:var(--muted);line-height:1.8;padding-right:20px;margin-bottom:24px}details p a{text-decoration:underline;text-underline-offset:3px}.closing{background:var(--lime);text-align:center}.closing-inner{padding-block:60px 80px}.closing img{display:block;width:165px;height:165px;object-fit:contain;margin:-20px auto -3px}.closing .eyebrow{font-size:12px;margin-bottom:23px}.closing h2{font-size:clamp(65px,7.5vw,108px);margin-bottom:32px}.closing .small-note{color:#534959}.footer{display:flex;align-items:center;flex-wrap:wrap;gap:30px;padding-block:38px}.footer .brand{font-size:28px}.footer p{font-size:12px;color:var(--muted);margin:0}.footer nav{display:flex;gap:25px;font-size:12px;margin-left:auto}.copyright{font-size:12px;color:var(--muted)}@media(min-width:1450px){.hero-art{min-height:740px}.phone{width:258px}}@media(max-width:1050px){.wrap{width:calc(100% - 64px)}.hero{gap:25px}.hero-art{min-height:660px}.art-word{font-size:68px}.phone{width:228px}.reading-label{right:12px;padding:13px}.reader-grid{gap:48px}.sample{padding:23px}.sample-footer{align-items:flex-start;flex-direction:column}.steps article{padding-inline:20px}.step-detail{flex-direction:column;align-items:flex-start}.footer{gap:22px}.copyright{width:100%}}@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header{min-height:88px}.brand{font-size:28px}.header nav{gap:0}.header nav>a:not(.nav-cta){display:none}.nav-cta{font-size:12px;padding:11px 15px;gap:14px}.hero{grid-template-columns:1fr;padding-block:40px;gap:36px}.eyebrow{font-size:12px;letter-spacing:1.2px;margin-bottom:22px}h1{font-size:clamp(72px,15vw,106px);line-height:.95}h1 br:nth-of-type(2){display:none}h1 em{display:block}h1 em br{display:none}.intro{font-size:18px}.hero-description{max-width:360px}.hero-art{min-height:640px;max-width:510px;width:100%;margin:auto}.art-word{font-size:76px}.phone{width:225px;margin-bottom:47px}.reading-label{bottom:100px;right:20px}.ribbon{justify-content:flex-start;padding-block:20px;gap:28px;font-size:12px}.section{padding-block:65px}.section-heading{display:block}.section-heading h2{margin-bottom:22px}.section-heading>p:last-child{font-size:16px}.steps{grid-template-columns:1fr;margin-top:36px;gap:28px}.steps article,.steps article:first-child,.steps article:last-child{padding:28px 0 0;border:0;border-top:1px solid var(--line)}.step-number{font-size:32px;margin-bottom:16px}.steps p{max-width:100%;margin-bottom:0}.step-detail{flex-direction:row;align-items:center;padding-top:20px}.reader-section{padding-block:65px}.reader-grid{grid-template-columns:1fr;gap:45px}.reader-copy{grid-row:1}.reader-copy>p:not(.eyebrow){max-width:none}.sample{transform:rotate(-1deg);max-width:480px;width:calc(100% - 10px);margin:auto;padding:25px}.sample-footer{flex-direction:row;align-items:center}.sample-body>p:last-child{font-size:16px}.faq{grid-template-columns:1fr;gap:12px}.faq h2{margin-bottom:24px}summary{font-size:16px}.closing-inner{padding-block:45px 60px}.closing .eyebrow{font-size:12px;max-width:260px;margin-inline:auto}.footer{gap:22px 16px;justify-content:space-between}.footer p{max-width:145px;text-align:right;line-height:1.7}.footer nav{margin-left:0}.copyright{width:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.reader-features li p{margin:8px 0 0 32px;font-size:14px;line-height:1.7;color:#ded5df}

.feature-stories{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:72px;padding-top:64px;border-top:1px solid #655369}
.feature-story{display:grid;grid-template-columns:minmax(140px,44%) 1fr;gap:28px;align-items:center;margin:0}
.feature-screen{display:block;border-radius:5px;overflow:hidden;box-shadow:7px 9px 0 #78627b}
.feature-screen img{display:block;width:100%;height:auto}
.feature-story .eyebrow{color:var(--lime);font-size:12px;letter-spacing:1px;margin-bottom:18px}
.feature-story h3{font:400 clamp(28px,2.8vw,40px)/1.05 var(--serif);letter-spacing:-.02em;margin-bottom:20px}
.feature-story h3 em{color:var(--lime)}
.feature-story figcaption>p:not(.eyebrow){font-size:15px;line-height:1.8;color:#ded5df;margin-bottom:22px}



@media(max-width:1050px){.feature-stories{gap:32px}.feature-story{gap:20px;grid-template-columns:42% 1fr}.feature-story figcaption>p:not(.eyebrow){font-size:14px}}
@media(max-width:760px){.feature-stories{grid-template-columns:1fr;gap:45px;padding-top:44px;margin-top:50px}.feature-story{grid-template-columns:44% 1fr;gap:24px;max-width:480px;margin-inline:auto}.feature-story h3{font-size:32px}.feature-story .eyebrow{font-size:12px;letter-spacing:.5px;margin-bottom:14px}.feature-story figcaption>p:not(.eyebrow){font-size:14px;line-height:1.7}}
@media(max-width:370px){.feature-story{grid-template-columns:1fr;max-width:260px}.feature-screen{max-width:210px}.feature-story h3{font-size:36px}}

.article-callout{max-width:420px;margin-top:26px;padding:18px 0 0 18px;border-left:3px solid var(--lime)}
.article-callout .eyebrow{font-size:12px;letter-spacing:1px;margin-bottom:8px}
.article-callout h2{font:400 28px/1.15 var(--serif);letter-spacing:-.02em;margin-bottom:8px}
.article-callout>p:last-child{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:0}
