:root{--brand-peach:#eca782;--brand-green:#292c25;--brand-accent-text:#344c36;--background:#f4f1e9;--foreground:#292c25;--card:#eae6dc;--card-foreground:#292c25;--popover:#f8f6ef;--popover-foreground:#292c25;--primary:#292c25;--primary-foreground:#f4f1e9;--secondary:#e4e6da;--secondary-foreground:#292c25;--muted:#eae6dc;--muted-foreground:#64675e;--accent:#f1d4bc;--accent-foreground:#292c25;--border:#cecec1;--input:#b5b8a8;--ring:#47604a;--radius:.5rem;--sidebar:#eae6dc;--sidebar-foreground:#292c25;--sidebar-primary:#292c25;--sidebar-primary-foreground:#f4f1e9;--sidebar-accent:#f1d4bc;--sidebar-accent-foreground:#292c25;--sidebar-border:#cecec1;--sidebar-ring:#47604a}.dark{--brand-accent-text:#eca782;--background:#1b1e19;--foreground:#f1efe5;--card:#262b23;--card-foreground:#f1efe5;--popover:#262b23;--popover-foreground:#f1efe5;--primary:#eca782;--primary-foreground:#292c25;--secondary:#32392e;--secondary-foreground:#f1efe5;--muted:#262b23;--muted-foreground:#b4b7a8;--accent:#423528;--accent-foreground:#f1efe5;--border:#454b3e;--input:#69715e;--ring:#eca782;--sidebar:#262b23;--sidebar-foreground:#f1efe5;--sidebar-primary:#eca782;--sidebar-primary-foreground:#292c25;--sidebar-accent:#423528;--sidebar-accent-foreground:#f1efe5;--sidebar-border:#454b3e;--sidebar-ring:#eca782}body{font-family:var(--font-manrope), sans-serif}::selection{background:var(--brand-peach);color:var(--brand-green)}.brand-lockup{color:var(--foreground);white-space:nowrap}.brand-wordmark{font-family:var(--font-inter), sans-serif;letter-spacing:-.02em;font-weight:500}.brand-mark{flex:none;width:27px;height:18px;display:block}.brand-on-light{color:var(--brand-green)}.app-surface{background:var(--background);min-height:calc(100dvh - 72px);color:var(--foreground)}.product-shell{background:var(--background);color:var(--foreground)}.product-shell .app-navbar{border-color:var(--border);background:var(--background)}.product-shell .app-navbar>div{max-width:1440px;min-height:72px;padding:12px 32px}.product-shell .app-navbar nav a{color:var(--muted-foreground);font-size:12px;font-weight:500}.product-shell .app-navbar nav a:hover{color:var(--foreground)}.product-shell .app-navbar .brand-lockup{margin-right:20px}.auth-site{background:var(--background);color:var(--foreground);min-height:100dvh}.auth-brandbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:24px clamp(24px,5vw,72px);display:flex}.auth-brandbar>div{align-items:center;gap:22px;display:flex}.auth-brandbar .auth-back{color:var(--muted-foreground);font-size:12px}.auth-layout{grid-template-columns:1fr 1fr;max-width:1440px;min-height:calc(100dvh - 140px);margin:auto;display:grid}.auth-story{border-right:1px solid var(--border);flex-direction:column;justify-content:center;padding:64px clamp(32px,5vw,80px);display:flex}.auth-story .auth-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground);margin-bottom:24px;font-size:10px}.auth-story h2{letter-spacing:-.055em;max-width:10ch;margin-bottom:32px;font-size:clamp(32px,3.6vw,54px);font-weight:500;line-height:1.08}.auth-story figure{max-width:420px;position:relative}.auth-story figure:before{content:"";background:var(--brand-peach);width:100%;height:235px;position:absolute;top:16px;left:16px}.auth-story img{object-fit:cover;border-radius:4px;width:100%;height:235px;position:relative}.auth-story figcaption{color:var(--muted-foreground);letter-spacing:.04em;margin-top:26px;font-size:10px;position:relative}.auth-story>p:last-child{color:var(--muted-foreground);max-width:40ch;margin-top:24px;font-size:14px;line-height:1.8}.auth-form-column{justify-content:center;align-items:center;padding:48px clamp(24px,5vw,80px);display:flex}.auth-form-content{gap:28px;width:100%;max-width:400px;display:grid}.auth-form-heading h1{color:var(--foreground);letter-spacing:-.045em;margin-bottom:12px;font-size:34px;font-weight:500;line-height:1.15}.auth-form-heading>p{color:var(--muted-foreground);font-size:14px;line-height:1.7}.auth-form-footer{gap:20px;display:grid}.auth-form-footer p{color:var(--muted-foreground)}.auth-site input:not([type=checkbox]){border:1px solid var(--input);background:var(--background);min-height:48px;color:var(--foreground);border-radius:6px}.auth-site label{color:var(--foreground);margin-bottom:6px;font-size:12px;display:inline-block}.auth-site button[type=submit]{border-radius:6px;min-height:48px;font-size:13px}.auth-site .oauth-provider-panel{box-shadow:none;background:0 0;border:0;padding:0}.auth-site .oauth-provider-panel>p{text-align:left;color:var(--muted-foreground)}.auth-site .oauth-provider-panel button{box-shadow:none;border-radius:6px}.auth-legal{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:center;gap:24px;padding:20px 24px;font-size:11px;display:flex}.auth-recovery{justify-content:center;align-items:center;min-height:calc(100dvh - 155px);padding:48px 24px;display:flex}.auth-recovery h1{letter-spacing:-.04em;font-size:32px;font-weight:500}::view-transition-old(root){animation-duration:.36s;animation-timing-function:ease-in-out}::view-transition-new(root){animation-duration:.36s;animation-timing-function:ease-in-out}html[data-theme-transition] *,html[data-theme-transition] :before,html[data-theme-transition] :after{transition:background-color .36s,color .36s,border-color .36s,fill .36s,stroke .36s,box-shadow .36s!important}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation:none}::view-transition-new(root){animation:none}html[data-theme-transition] *{transition:none!important}}@media (max-width:800px){.auth-layout{grid-template-columns:1fr}.auth-story{display:none}.auth-form-column{padding:44px 24px}.auth-brandbar .auth-back{display:none}.product-shell .app-navbar>div{padding:16px 20px}}
.story-site{--paper:#f4f1e9;--paper-raised:#eae6dc;--ink:#292c25;--quiet:#64675e;--line:#cecec1;--brand-green:#292c25;--brand-peach:#eca782;--rust:#344c36;--accent-paper:#f1ddbd;background:var(--paper);color:var(--ink);font-family:var(--font-manrope), sans-serif;font-size:15px;line-height:1.6;overflow:clip}.dark .story-site{--paper:#1b1e19;--paper-raised:#262b23;--ink:#f1efe5;--quiet:#b4b7a8;--line:#454b3e;--rust:#eca782;--accent-paper:#423528}.story-site *{box-sizing:border-box}.story-site ::selection{background:var(--brand-peach);color:var(--brand-green)}.story-site h1,.story-site h2,.story-site h3,.story-site p{margin:0}.story-site a,.story-site button,.story-site summary{-webkit-tap-highlight-color:transparent}.story-site button,.story-site summary{cursor:pointer}.story-site :is(a,button,summary,input):focus-visible{outline:2px solid var(--rust);outline-offset:5px}.story-site a{text-decoration:none}.story-site :is(section,[id]){scroll-margin-top:104px}.story-site h2{letter-spacing:-.055em;text-wrap:balance;font-size:clamp(36px,4.4vw,68px);font-weight:500;line-height:1.08}.story-site h3{letter-spacing:-.035em;font-weight:500}.story-site p,.story-site h2 span{color:var(--quiet)}.story-eyebrow{letter-spacing:.16em;text-transform:uppercase;font-weight:650;line-height:1.5;font-size:10px!important}.story-fine{color:var(--quiet);font-size:11px}.story-section{max-width:1440px;margin:auto;padding:112px 64px}.story-text-link{border-bottom:1px solid var(--line);align-items:center;gap:16px;min-height:44px;font-size:13px;font-weight:650;display:inline-flex}.story-text-link svg,.story-button svg{transition:transform .25s}.story-text-link:hover svg,.story-button:hover svg{transform:translate(3px,-3px)}.story-button{border:1px solid var(--ink);background:var(--ink);width:-moz-fit-content;width:fit-content;min-height:50px;color:var(--paper);border-radius:3px;justify-content:space-between;align-items:center;gap:32px;padding:12px 23px;font-size:12px;font-weight:650;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.story-button:hover{box-shadow:0 5px 0 color-mix(in srgb, var(--ink) 15%, transparent);transform:translateY(-2px)}.story-button:active{transform:translateY(0)}.story-button-small{gap:20px;min-height:44px;padding:10px 17px}.story-button-light{color:#292c25;background:#f4f1e9;border-color:#f4f1e9}.story-nav{z-index:110;border-bottom:1px solid var(--line,var(--border));background:var(--paper,var(--background));justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:12px 40px;display:flex;position:sticky;top:0}.story-wordmark{letter-spacing:-.08em;align-items:center;gap:13px;font-size:38px;font-weight:800;line-height:1;display:flex}.story-wordmark .story-brand-icon{object-fit:contain;width:27px;height:19px}.story-brand-name{font-family:var(--font-display), Georgia, serif;letter-spacing:.01em;white-space:nowrap;font-size:15px}.story-wordmark span{border-left:1px solid var(--line);letter-spacing:.08em;padding-left:12px;font-size:8px;font-weight:600;line-height:1.6}.story-wordmark .brand-wordmark{letter-spacing:-.02em;border:0;padding:0;font-size:14px;font-weight:500;line-height:1.4}.story-desktop-nav{gap:28px;display:flex}.story-desktop-nav a,.story-login{padding:12px 0;font-size:11px;font-weight:650;position:relative}.story-desktop-nav a:after{content:"";background:var(--rust);width:0;height:1px;transition:width .25s;position:absolute;bottom:7px;left:0}.story-desktop-nav a:hover:after{width:100%}.story-nav-actions{align-items:center;gap:22px;display:flex}.story-menu-button{display:none}.story-menu{background:var(--paper);width:min(480px,100%);max-width:100%;height:100dvh;max-height:100dvh;color:var(--ink);border:none;margin:0;padding:28px;position:fixed;inset:0 0 auto auto}.story-menu::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10150dbb}.story-menu-top{justify-content:space-between;align-items:center;margin-bottom:64px;font-size:20px;display:flex}.story-menu button{min-width:44px;min-height:44px}.story-menu nav{display:grid}.story-menu nav a{border-top:1px solid var(--line);align-items:center;gap:20px;padding:16px 0;font-size:24px;display:flex}.story-menu nav small{color:var(--quiet);font-size:10px}.story-menu nav svg{margin-left:auto}.story-menu>p{margin-top:40px}.story-hero{max-width:1600px;margin:auto;padding:60px 40px 0}.story-hero-heading{padding:0 24px 44px;position:relative}.story-hero h1{color:var(--ink);letter-spacing:-.075em;text-wrap:balance;max-width:950px;margin-top:25px;font-size:clamp(64px,8.4vw,132px);font-weight:500;line-height:1.02}.story-hero h1 .story-hero-promise{letter-spacing:-.045em;max-width:min(780px,100vw - 440px);color:var(--ink);margin-top:24px;font-size:.43em;line-height:1.18;display:block}.story-hero-aside{gap:15px;width:280px;font-size:13px;line-height:1.7;display:grid;position:absolute;bottom:47px;right:24px}.story-hero-aside>p:first-child{color:var(--ink)}.story-hero-aside .story-button{margin-top:4px}.story-hero-frame{background:#25241e;height:clamp(410px,43vw,650px);position:relative;overflow:hidden}.story-hero-frame>div:first-child{height:112%;margin-top:-3%}.story-hero-frame img{object-fit:cover;object-position:center 45%;width:100%;height:100%}.story-hero-overlay{color:#fff;background:linear-gradient(#0000 55%,#11170fbb);justify-content:space-between;align-items:flex-end;padding:34px 40px;display:flex;position:absolute;inset:0}.story-hero-overlay span{letter-spacing:.12em;font-size:13px;line-height:1.5}.story-hero-overlay a{border:1px solid #fff8;border-radius:50%;place-items:center;width:56px;height:56px;transition:background .2s;display:grid}.story-hero-overlay a:hover{background:#fff3}.story-caption{letter-spacing:.12em;color:var(--quiet);justify-content:space-between;padding:17px 0;font-size:9px;display:flex}.story-problem{grid-template-columns:1fr 2.05fr;gap:48px;padding-top:145px;padding-bottom:145px;display:grid}.story-problem>.story-eyebrow{padding-top:12px}.story-problem p:not(.story-eyebrow){max-width:570px;margin-top:34px;font-size:16px;line-height:1.85}.story-section-heading{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:46px;display:flex}.story-section-heading .story-eyebrow{margin-bottom:23px}.story-section-heading>p{max-width:330px;font-size:14px;line-height:1.8}.story-experience{border-top:1px solid var(--line);padding-top:92px}.story-explorer{border:1px solid var(--line);background:var(--paper-raised)}.story-explorer-toolbar{justify-content:space-between;align-items:center;gap:20px;padding:18px 24px;display:flex}.story-segment{border:1px solid var(--line);border-radius:4px;gap:3px;padding:3px;display:flex}.story-segment button{min-height:44px;color:var(--quiet);border-radius:2px;align-items:center;gap:8px;padding:8px 15px;font-size:11px;transition:background .2s,color .2s;display:flex}.story-segment button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.story-explorer-stage{aspect-ratio:3840/2398;background:#141810;position:relative;overflow:hidden}.story-explorer-slide{width:100%;height:100%}.story-explorer-slide>img{object-fit:contain;width:100%;height:100%}.story-verse{background:var(--paper);flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding:clamp(25px,7vw,110px);display:flex}.story-verse blockquote{letter-spacing:-.025em;margin:25px 0;font-size:clamp(21px,3vw,43px);line-height:1.5}.story-verse>p{font-size:12px}.story-explorer-bottom{justify-content:space-between;align-items:center;padding:24px 30px;display:flex}.story-explorer-bottom h3{margin-top:7px;font-size:27px}.story-explorer-bottom p{font-size:12px}.story-scene-controls{gap:9px;display:flex}.story-scene-controls button{border:1px solid var(--line);border-radius:50%;place-items:center;width:48px;height:48px;transition:background .2s;display:grid}.story-scene-controls button:hover:not(:disabled){background:var(--ink);color:var(--paper)}.story-scene-controls button:disabled{opacity:.3;cursor:default}.story-sample-note{border-top:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:center;gap:30px;padding:20px 30px;display:flex}.story-sample-note p{max-width:560px;font-size:11px}.story-sample-note a{white-space:nowrap}.story-needs{padding-top:70px}.story-need-row{border-top:1px solid var(--line);grid-template-columns:45px 65px 1.15fr 1fr;align-items:start;gap:24px;padding:42px 0;display:grid}.story-number{color:var(--quiet);padding-top:5px;font-size:11px}.story-need-icon{stroke-width:1.3px;width:29px;height:29px;color:var(--rust)}.story-need-row h3{margin-top:12px;font-size:clamp(25px,2.6vw,37px);line-height:1.15}.story-need-row>div:last-child p{font-size:14px;line-height:1.9}.story-need-row .story-text-link{margin-top:18px}.story-art-interlude{isolation:isolate;color:#f4f1e9;background:#10130d;max-width:1600px;min-height:620px;margin:0 auto;position:relative;overflow:hidden}.story-art-interlude>img{object-fit:cover;object-position:center;z-index:-2;width:100%;height:100%;position:absolute;inset:0}.story-art-interlude:after{content:"";z-index:-1;background:linear-gradient(90deg,#0a0e09ee,#0a0e09bb 35%,#0a0e0910 90%);position:absolute;inset:0}.story-art-interlude>div{padding:120px 64px}.story-art-interlude p{color:#d0d2c5}.story-art-interlude h2{max-width:700px;margin:22px 0 35px}.story-art-credit{background:#10150dbb;padding:5px 9px;font-size:10px;position:absolute;bottom:20px;right:28px}.story-membership-intro{grid-template-columns:1fr 2.05fr;gap:48px;padding-bottom:30px;display:grid}.story-membership-intro>div>p{max-width:590px;margin:25px 0 15px;font-size:15px;line-height:1.85}.story-membership-intro>.story-eyebrow{padding-top:12px}.story-pricing{max-width:1440px;margin:auto;padding:0 48px}.story-pricing .pricing-section{padding-top:45px;padding-bottom:80px}.story-pricing .pricing-section>div{grid-template-columns:1fr 2fr;align-items:start;gap:48px;padding:0 16px}.story-pricing .pricing-section h2{font-size:30px}.story-pricing .pricing-section h3{font-size:40px}.story-pricing .pricing-section p{color:var(--quiet)}.story-pricing .pricing-section .bg-neutral-100,.story-pricing .pricing-section .dark\:bg-neutral-800{background:var(--paper-raised);border:1px solid var(--line);border-radius:4px}.story-pricing .pricing-section .shadow-brand{box-shadow:none}.story-faq{border-top:1px solid var(--line);grid-template-columns:1fr 1.5fr;gap:85px;display:grid}.story-faq h2{margin:22px 0}.story-faq>div>p:not(.story-eyebrow){font-size:14px}.story-faq details{border-bottom:1px solid var(--line)}.story-faq summary{justify-content:space-between;align-items:center;gap:24px;min-height:76px;padding:20px 0;font-size:15px;font-weight:550;list-style:none;display:flex}.story-faq summary::-webkit-details-marker{display:none}.story-faq summary svg{flex-shrink:0;transition:transform .25s}.story-faq details[open] summary svg{transform:rotate(45deg)}.story-faq details>p{padding:0 35px 25px 0;font-size:13px;line-height:1.85}.story-footer{background:var(--paper-raised);border-top:1px solid var(--line);padding:85px 64px 25px}.story-footer-top{grid-template-columns:1.7fr 1fr;gap:100px;max-width:1312px;margin:auto;padding-bottom:75px;display:grid}.story-footer h2{margin:20px 0 30px;font-size:clamp(35px,4.4vw,64px)}.story-newsletter{max-width:340px;padding-top:8px}.story-newsletter h3{margin:20px 0 12px;font-size:25px}.story-newsletter>p:not(.story-eyebrow){margin-bottom:24px;font-size:13px;line-height:1.8}.story-footer-links,.story-footer-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;max-width:1312px;margin:auto;padding:25px 0;display:flex}.story-footer nav{flex-wrap:wrap;gap:25px;display:flex}.story-footer-links a{font-size:12px}.story-footer-bottom{color:var(--quiet);font-size:10px}.story-footer nav a:hover{color:var(--rust)}.story-page-header{max-width:1312px;margin:auto;padding:80px 64px 60px}.story-page-header h1{letter-spacing:-.065em;max-width:1050px;margin:24px 0 30px;font-size:clamp(48px,6.8vw,96px);font-weight:500;line-height:1.04}.story-page-header h1 span{color:var(--rust)}.story-page-header>p:not(.story-eyebrow){max-width:650px;font-size:17px;line-height:1.8}.story-page-header .story-button{margin-top:25px}.story-feature-list{padding-top:30px}.story-feature-block{border-top:1px solid var(--line);grid-template-columns:1fr 1.5fr;gap:80px;padding:52px 0;display:grid}.story-feature-block h2{margin:14px 0 24px;font-size:38px}.story-feature-block p{font-size:15px;line-height:1.85}.story-feature-block ul{margin:20px 0;padding:0;list-style:none}.story-feature-block li{border-bottom:1px solid var(--line);padding:14px 0;font-size:14px}.story-inner #main-content>div:not([class]){background:var(--paper)}.story-inner #main-content>.min-h-screen{background:var(--paper);padding-top:70px}.story-inner #main-content .font-display{color:var(--ink)}.story-inner #main-content>.min-h-screen h1{letter-spacing:-.055em;font-size:clamp(42px,5.5vw,78px);font-weight:500;line-height:1.08}.story-inner #main-content>.min-h-screen .max-w-3xl{max-width:950px}.story-inner #main-content>.min-h-screen .border-neutral-200{border-color:var(--line)}@media (min-width:1600px){.story-nav{padding-left:max(40px,50vw - 736px);padding-right:max(40px,50vw - 736px)}}@media (max-width:1100px){.story-desktop-nav{gap:18px}.story-nav-actions{gap:12px}.story-login{display:none}.story-hero-aside{width:250px}.story-hero h1{font-size:8.5vw}.story-section{padding-left:40px;padding-right:40px}.story-hero-heading{padding-left:0;padding-right:0}.story-hero-aside{right:0}.story-problem,.story-membership-intro{grid-template-columns:1fr 2.4fr;gap:30px}.story-need-row{grid-template-columns:25px 35px 1fr 1fr;gap:18px}.story-faq{gap:45px}.story-footer-top{gap:60px}}@media (max-width:850px){.story-hero h1 .story-hero-promise{max-width:100%}.story-nav{padding:15px 24px}.story-desktop-nav{display:none}.story-menu-button{place-items:center;min-width:44px;min-height:44px;display:grid}.story-nav-actions{gap:14px}.story-hero{padding:38px 24px 0}.story-hero h1{margin-top:20px;font-size:clamp(60px,11vw,88px)}.story-hero-aside{flex-direction:column;align-items:flex-start;gap:18px;width:auto;max-width:390px;margin-top:26px;display:flex;position:static}.story-hero-frame{height:440px}.story-hero-heading{padding-bottom:30px}.story-section{padding:75px 28px}.story-problem,.story-membership-intro{grid-template-columns:1fr;gap:25px}.story-section-heading{gap:30px}.story-section-heading>p{max-width:250px}.story-need-row{grid-template-columns:28px 1fr}.story-need-icon{display:none}.story-need-row>div:last-child{grid-column:2}.story-art-interlude{min-height:510px}.story-art-interlude>div{padding:90px 28px}.story-pricing{padding:0 12px}.story-pricing .pricing-section>div{grid-template-columns:1fr;gap:30px}.story-faq{grid-template-columns:1fr;gap:35px}.story-footer{padding:60px 28px 25px}.story-footer-top{gap:35px}.story-footer-links{align-items:flex-start}.story-footer nav{gap:15px}.story-footer-bottom{flex-wrap:wrap}.story-page-header{padding:60px 28px 40px}.story-feature-block{gap:35px}.story-feature-block h2{font-size:32px}}@media (max-width:540px){.story-nav{gap:8px;padding:12px 18px}.story-wordmark{font-size:30px}.story-wordmark span{gap:8px;font-size:7px}.story-nav-actions>.story-button{display:none}.story-nav-actions{gap:5px}.story-hero{padding:32px 18px 0}.story-hero h1{font-size:clamp(49px,12vw,65px)}.story-hero-aside{flex-direction:column;gap:12px;font-size:13px;display:flex}.story-hero-frame{height:360px}.story-hero-frame img{object-position:60% center}.story-hero-overlay{padding:22px}.story-hero-overlay span{font-size:10px}.story-caption{gap:15px;font-size:8px}.story-caption span:last-child{display:none}.story-section{padding:64px 22px}.story-section-heading{margin-bottom:28px;display:block}.story-section-heading>p{max-width:100%;margin-top:22px}.story-problem p:not(.story-eyebrow){font-size:14px}.story-explorer-toolbar{flex-wrap:wrap;gap:12px;padding:15px 12px}.story-explorer-toolbar>.story-eyebrow{font-size:8px!important}.story-segment{width:100%}.story-segment button{flex:1;justify-content:center;padding:8px;font-size:10px}.story-explorer-stage:has(.story-verse){aspect-ratio:auto;min-height:360px}.story-verse{min-height:360px;padding:28px 22px}.story-verse blockquote{font-size:22px}.story-explorer-bottom{padding:18px}.story-explorer-bottom h3{font-size:23px}.story-sample-note{padding:17px;display:block}.story-sample-note a{margin-top:10px}.story-need-row h3{font-size:29px}.story-needs .story-section-heading>a{margin-top:20px}.story-art-interlude{min-height:490px}.story-art-interlude>div{padding:95px 24px}.story-art-interlude:after{background:#0a0e0999}.story-art-interlude h2{font-size:41px}.story-footer-top{grid-template-columns:1fr;gap:48px;padding-bottom:45px}.story-footer-links{flex-direction:column}.story-footer-bottom{gap:18px}.story-newsletter{max-width:100%}.story-feature-block{grid-template-columns:1fr;gap:25px}.story-page-header h1{font-size:48px}.story-page-header>p:not(.story-eyebrow){font-size:15px}}@media (prefers-reduced-motion:reduce){.story-site *{scroll-behavior:auto!important;transition:none!important;animation:none!important}.story-site [data-hero-art],.story-site [data-story-reveal],.story-site [data-story-intro]{opacity:1!important;transform:none!important}.story-site [data-art-window]{clip-path:none!important}}@media (prefers-reduced-transparency:reduce){.story-menu::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#10150d}}.story-site .consumer-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.story-site .consumer-plan-card{border:1px solid var(--line);background:var(--paper-raised);border-radius:4px;flex-direction:column;gap:23px;padding:26px 22px;display:flex}.story-site .membership-audience-row{border-bottom:1px solid var(--line);align-items:flex-end;gap:24px;display:flex}.story-site .membership-audience-row .membership-audience{border-bottom:0;flex:1;margin-bottom:0}.story-site .membership-active-badge{border:1px solid var(--brand-peach);background:var(--brand-green);width:148px;min-height:76px;color:var(--brand-peach);text-align:center;box-shadow:inset 0 0 0 3px var(--brand-green), inset 0 0 0 4px color-mix(in srgb, var(--brand-peach) 80%, transparent), 0 3px 0 color-mix(in srgb, var(--brand-peach) 55%, var(--brand-green));border-radius:6px;justify-items:center;gap:3px;margin:0 2px 13px 0;padding:10px 14px;display:grid;position:relative;transform:rotate(-2deg)}.story-site .membership-active-badge-icon{color:var(--brand-peach);place-items:center;display:grid}.story-site .membership-active-badge strong,.story-site .membership-active-badge small{display:block}.story-site .membership-active-badge strong{letter-spacing:.02em;text-transform:uppercase;font-size:12px;line-height:1.2}.story-site .membership-active-badge small{opacity:.84;margin-top:1px;font-size:10px;line-height:1.25}.story-site .consumer-plan-card>div:last-child{margin-top:auto}.story-site .consumer-plan-card h3{white-space:nowrap;font-size:40px}.story-site .consumer-plan-card h3 span{font-size:15px}.story-site .consumer-plan-card p{color:var(--quiet);font-size:12px;line-height:1.75}.story-site .consumer-plan-card li{align-items:flex-start}.story-site .consumer-plan-card li>svg{width:15px;height:15px;color:var(--rust);margin-top:4px}.story-site .consumer-plan-card button,.story-site .consumer-plan-card a{white-space:normal;height:auto;min-height:48px;box-shadow:none;text-align:center;width:100%;padding:12px 15px;font-size:11px;line-height:1.5}.story-site .consumer-plans>div:first-child:has(button[aria-pressed]){justify-content:flex-start;margin-bottom:8px}.story-site .consumer-plans button[aria-pressed]{min-height:44px;padding:10px 20px}.story-pricing .pricing-section>div{display:block}.story-pricing .pricing-section>div>div:first-child{max-width:700px;margin-bottom:32px}.story-pricing .pricing-section>div>div:first-child>p:nth-child(3),.story-pricing .pricing-section>div>div:first-child>p:nth-child(4){display:none}.story-site #checkout{max-width:1312px;padding:50px 64px 100px}.story-site #checkout>h2{font-size:40px}.story-site #checkout>p{max-width:700px}.story-site .consumer-plan-card .font-display{color:var(--ink)}@media (max-width:1000px){.story-site .consumer-plan-grid{grid-template-columns:1fr}.story-site .consumer-plan-card{grid-template-columns:1fr 1fr;gap:24px;padding:25px;display:grid}.story-site .consumer-plan-card>div:last-child{grid-column:1/-1}.story-site #checkout{padding:45px 28px 70px}}@media (max-width:540px){.story-site .consumer-plan-card{padding:25px 20px;display:flex}.story-site #checkout{padding:30px 22px 70px}}@media (min-width:851px) and (max-width:1100px){.story-nav .story-login{display:block}.story-nav-actions>.story-button{display:none}}.story-bible{max-width:850px;min-height:90dvh;margin:auto;padding:65px 32px 95px}.story-bible h1{letter-spacing:-.05em;margin:18px 0;font-size:clamp(40px,6vw,72px);font-weight:500;line-height:1.1}.story-bible h1 span{color:var(--rust)}.story-bible header>p:last-child{font-size:13px}.story-bible-picker{border-bottom:1px solid var(--line);align-items:flex-end;gap:16px;margin-bottom:45px;padding:30px 0;display:flex}.story-bible-picker label{flex-direction:column;flex:1;gap:7px;font-size:11px;display:flex}.story-bible-picker select{background:var(--paper-raised);border:1px solid var(--line);width:100%;max-width:100%;min-height:48px;color:var(--ink);border-radius:3px;padding:8px 12px;font-size:14px}.story-bible-verses p{color:var(--ink);grid-template-columns:36px 1fr;gap:12px;margin:0 0 22px;font-size:20px;line-height:1.95;display:grid}.story-bible-verses p>a{color:var(--rust);align-items:flex-start;min-height:44px;padding-top:8px;font-size:11px;display:inline-flex}.story-bible-verses p:target{background:var(--accent-paper);outline:10px solid var(--accent-paper)}.story-bible-pages{border-top:1px solid var(--line);justify-content:space-between;margin-top:50px;padding-top:25px;display:flex}.story-bible-note{font-size:12px;margin-top:35px!important}.story-bible-note a{text-decoration:underline}.story-bible-error{padding:40px 0}.story-bible-error h2{font-size:30px}.story-bible-error p{margin-top:20px}@media (max-width:540px){.story-bible{padding:40px 22px 65px}.story-bible-picker{flex-wrap:wrap}.story-bible-picker label:first-child{flex-basis:65%}.story-bible-picker>.story-button{justify-content:center;width:100%}.story-bible-verses p{grid-template-columns:25px 1fr;font-size:18px}}.story-site .consumer-plan-shared{border-top:1px solid var(--line);margin-top:24px;padding-top:36px}.story-site .consumer-plan-reasons{grid-template-columns:1fr 1fr;gap:32px 64px;margin-bottom:36px;display:grid}.story-site .consumer-plan-reasons h3{color:var(--ink);font-family:var(--font-display), Georgia, serif;margin:0 0 12px;font-size:clamp(22px,2.2vw,30px);font-weight:400;line-height:1.2}.story-site .consumer-plan-reasons p{max-width:43ch;font-size:14px;line-height:1.8}.story-site .consumer-plan-library{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;align-items:center;gap:24px 64px;padding:28px 0;display:grid}.story-site .consumer-shelf-status p{font-size:12px;line-height:1.7}.story-site .consumer-shelf-status .consumer-shelf-label{letter-spacing:.14em;text-transform:uppercase;margin-bottom:8px;font-size:10px}.story-site .consumer-shelf-status .consumer-shelf-title{color:var(--ink);margin-bottom:4px;font-size:20px}.story-site .consumer-plan-library .consumer-plan-cadence{max-width:35ch;font-size:13px;line-height:1.8}.story-site .consumer-plan-shared .consumer-plan-terms{max-width:90ch;margin-top:20px;font-size:11px;line-height:1.8}@media (max-width:640px){.story-site .consumer-plan-reasons,.story-site .consumer-plan-library{grid-template-columns:1fr;gap:28px}}.story-site .editorial-full-page .editorial-artwork-image{aspect-ratio:3/4}.story-site .editorial-full-page img{object-fit:contain;object-position:center}
.story-site .editorial-chronology{border-top:1px solid var(--line);grid-template-columns:1.2fr 1fr;align-items:center;gap:clamp(35px,7vw,110px);display:grid}.story-site .editorial-chronology h2{letter-spacing:-.055em;font-size:clamp(35px,4.5vw,62px)}.story-site .editorial-chronology-copy{max-width:53ch;color:var(--quiet);margin-top:25px;line-height:1.85}.story-site .editorial-chronology-path{background:var(--brand-peach);color:var(--brand-green);border-radius:4px;padding:clamp(25px,4vw,48px)}.story-site .editorial-chronology-path .story-eyebrow{color:inherit}.story-site .editorial-chronology-path ol{margin:22px 0;padding:0;list-style:none}.story-site .editorial-chronology-path li{border-bottom:1px solid #292c2538;align-items:center;gap:22px;display:flex}.story-site .editorial-chronology-path li>span{font-family:monospace;font-size:11px}.story-site .editorial-chronology-path a{letter-spacing:-.035em;flex:1;justify-content:space-between;align-items:center;min-height:70px;font-size:26px;display:flex}.story-site .editorial-chronology-path a:focus-visible{outline-color:var(--brand-green)}.story-site .editorial-chronology-path>p:last-child{color:inherit;font-size:12px;line-height:1.8}@media (max-width:700px){.story-site .editorial-chronology{grid-template-columns:1fr}}.story-site .editorial-artwork{min-width:0;margin:0}.story-site .editorial-artwork-image{background:var(--paper-raised);border-radius:3px;overflow:hidden}.story-site .editorial-artwork img{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%;display:block}.story-site .editorial-artwork figcaption{color:var(--quiet);margin-top:12px;font-size:11px;line-height:1.6}.story-site .editorial-section-heading{justify-content:space-between;align-items:end;gap:36px;margin-bottom:44px;display:flex}.story-site .editorial-section-heading h2{letter-spacing:-.055em;max-width:700px;font-size:clamp(34px,4.3vw,62px);line-height:1.1}.story-site .editorial-section-heading p{max-width:580px;color:var(--quiet);margin-top:22px}.story-site .editorial-section-heading>.story-text-link{flex-shrink:0}.story-site .editorial-page-hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(36px,6vw,90px);padding-top:82px;padding-bottom:92px;display:grid}.story-site .editorial-page-hero h1{letter-spacing:-.065em;max-width:740px;font-size:clamp(44px,5.7vw,82px);line-height:1.07}.story-site .editorial-page-hero h1 span{color:var(--ink)}.story-site .editorial-page-hero>div>p:not(.story-eyebrow){max-width:530px;color:var(--quiet);margin-top:26px;font-size:16px;line-height:1.8}.story-site .editorial-page-hero .story-button{margin-top:30px}.story-site .editorial-hero-pair{grid-template-columns:1fr .8fr;align-items:center;gap:15px;padding:25px 0;display:grid}.story-site .editorial-hero-pair .editorial-artwork:first-child{transform:translateY(-25px)rotate(-4deg)}.story-site .editorial-hero-pair .editorial-artwork:last-child{transform:translateY(25px)rotate(4deg)}.story-site .editorial-hero-pair .editorial-artwork img{aspect-ratio:3/4}.story-site .editorial-hero-pair .editorial-artwork-image{box-shadow:0 18px 34px #0000001f}.story-site .editorial-card-copy{padding:30px}.story-site .editorial-card-copy h3{letter-spacing:-.045em;font-size:clamp(25px,2.6vw,37px);line-height:1.15}.story-site .editorial-card-copy p{max-width:510px;color:var(--quiet);margin-top:18px;line-height:1.85}.story-site .editorial-reading-grid{grid-template-columns:1.15fr .85fr;gap:22px;display:grid}.story-site .editorial-reading-visual{background:var(--paper-raised);border-radius:4px;overflow:hidden}.story-site .editorial-reading-art-pair{grid-template-columns:1.05fr .95fr;align-items:end;gap:12px;padding:14px 14px 0;display:grid;overflow:hidden}.story-site .editorial-reading-art-pair .editorial-artwork:first-child{transform:rotate(-2.2deg)translateY(8px)}.story-site .editorial-reading-art-pair .editorial-artwork:last-child{transform:rotate(2.2deg)translateY(-4px)}.story-site .editorial-reading-art-pair img{aspect-ratio:.72;object-fit:cover;object-position:center 35%;border-radius:2px}.story-site .editorial-reading-art-caption{color:var(--quiet);letter-spacing:.08em;text-transform:uppercase;padding:16px 30px 0;font-size:11px}.story-site .editorial-reading-visual .editorial-artwork img{aspect-ratio:1.8}.story-site .editorial-reading-visual figcaption{padding:0 30px}.story-site .editorial-reading-words{border:1px solid var(--line);border-radius:4px;flex-direction:column;justify-content:space-between;padding-top:35px;display:flex}.story-site .editorial-reading-label{letter-spacing:.15em;color:var(--quiet);padding:0 30px;font-size:10px}.story-site .editorial-reading-words blockquote{max-width:430px;font-family:var(--font-reading-serif), Georgia, serif;margin:24px 30px 16px;font-size:clamp(25px,3vw,40px);line-height:1.42}.story-site .editorial-verse-source{color:var(--quiet);padding:0 30px;font-size:11px}.story-site .editorial-reading-words .editorial-card-copy{border-top:1px solid var(--line);margin-top:30px}.story-site .editorial-release{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(40px,7vw,110px);padding-top:40px;display:grid}.story-site .editorial-release-art{grid-template-columns:1fr 1fr;gap:18px;padding:24px 8px;display:grid}.story-site .editorial-release-art .editorial-artwork:first-child{transform:rotate(-5deg)translateY(-15px)}.story-site .editorial-release-art .editorial-artwork:last-child{transform:rotate(5deg)translateY(15px)}.story-site .editorial-release-art img{aspect-ratio:.78}.story-site .editorial-release h2,.story-site .editorial-together h2{letter-spacing:-.055em;font-size:clamp(35px,4.6vw,64px);line-height:1.08}.story-site .editorial-release-copy>p:not(.story-eyebrow),.story-site .editorial-together-copy>p:not(.story-eyebrow){max-width:500px;color:var(--quiet);margin-top:24px;line-height:1.85}.story-site .editorial-together{grid-template-columns:1fr 1fr;align-items:center;gap:65px;display:grid}.story-site .editorial-together .story-button{margin-top:30px}.story-site .editorial-inline-note{max-width:420px;color:var(--quiet);margin-top:18px;font-size:11px;display:block}.story-site .editorial-together-art{grid-template-columns:.7fr 1fr;align-items:center;gap:16px;display:grid}.story-site .editorial-together-art .editorial-artwork:first-child{transform:rotate(-5deg)}.story-site .editorial-together-art .editorial-artwork:last-child{transform:rotate(3deg)}.story-site .editorial-together-art img{aspect-ratio:.78}.story-site .editorial-feature-grid{grid-template-columns:1fr 1fr;gap:56px 34px;padding-top:0;display:grid}.story-site .editorial-feature-card{border:1px solid var(--line);border-radius:4px;overflow:hidden}.story-site .editorial-feature-card:nth-child(2n){margin-top:50px}.story-site .editorial-feature-card .editorial-artwork img{aspect-ratio:2}.story-site .editorial-feature-card h2{letter-spacing:-.045em;font-size:clamp(26px,3vw,40px);line-height:1.13}.story-site .editorial-card-copy .editorial-feature-label{color:var(--quiet);margin:0 0 15px;font-size:12px}.story-site .editorial-feature-details{border-top:1px solid var(--line);flex-wrap:wrap;gap:10px 20px;margin-top:28px;padding:24px 0 0;list-style:none;display:flex}.story-site .editorial-feature-details li{color:var(--quiet);font-size:11px;line-height:1.65}.story-site .editorial-honest-note{border-top:1px solid var(--line);grid-template-columns:.85fr 1.15fr;align-items:start;gap:70px;display:grid}.story-site .editorial-honest-note h2{letter-spacing:-.045em;font-size:clamp(30px,3.8vw,48px);line-height:1.12}.story-site .editorial-honest-note p{color:var(--quiet);line-height:1.85}.story-site .editorial-about-hero>.editorial-artwork{transform:rotate(3deg)}.story-site .editorial-about-hero>.editorial-artwork img{aspect-ratio:1.2}.story-site .editorial-about-story>section+section{margin-top:100px}.story-site .editorial-about-story p{color:var(--quiet);line-height:1.9}.story-site .editorial-about-story h2{letter-spacing:-.045em;font-size:clamp(32px,4.2vw,55px);line-height:1.13}.story-site .editorial-origin,.story-site .editorial-art-process{grid-template-columns:1fr 1fr;gap:80px;display:grid}.story-site .editorial-about-connection{grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px;display:grid}.story-site .editorial-about-connection h2{margin-bottom:28px}.story-site .editorial-about-connection img{aspect-ratio:1}.story-site .editorial-process-strip{grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:18px;margin:50px 0 80px;display:grid}.story-site .editorial-process-strip img{aspect-ratio:1.4}.story-site .editorial-process-strip>:nth-child(2) img{aspect-ratio:1}.story-site .editorial-about-story>.editorial-honest-note{padding-top:55px}.story-site .editorial-contact-hero .editorial-artwork img{aspect-ratio:1}.story-site .editorial-contact-email{width:-moz-fit-content;width:fit-content;color:var(--quiet);text-underline-offset:4px;margin-top:17px;font-size:12px;text-decoration:underline;display:block}.story-site .editorial-contact-help{padding-top:20px}.story-site .editorial-contact-help>h2{letter-spacing:-.05em;max-width:650px;font-size:clamp(32px,4vw,50px);line-height:1.1}.story-site .editorial-help-grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-top:45px;display:grid}.story-site .editorial-help-grid article{border-top:1px solid var(--line);padding-top:25px}.story-site .editorial-help-grid h3{letter-spacing:-.035em;margin:20px 0 14px;font-size:23px;line-height:1.25}.story-site .editorial-help-grid p{color:var(--quiet);font-size:14px;line-height:1.85}.story-site .editorial-contact-letter{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:75px;display:grid}.story-site .editorial-contact-letter h2{letter-spacing:-.05em;font-size:clamp(32px,4vw,52px);line-height:1.1}.story-site .editorial-contact-letter p:not(.story-eyebrow){color:var(--quiet);line-height:1.85}.story-site .editorial-classroom-hero>div>.story-text-link{width:-moz-fit-content;width:fit-content;display:flex}.story-site .editorial-classroom-flow{padding-top:5px}.story-site .editorial-classroom-flow .editorial-section-heading{display:block}.story-site .editorial-learning-steps{counter-reset:learning;grid-template-columns:repeat(3,1fr);gap:45px;margin:0;padding:0;list-style:none;display:grid}.story-site .editorial-learning-steps li{counter-increment:learning;border-top:1px solid var(--line);padding-top:22px}.story-site .editorial-learning-steps li:before{content:counter(learning, decimal-leading-zero);color:var(--quiet);margin-bottom:22px;font-size:12px;display:block}.story-site .editorial-learning-steps span{letter-spacing:-.035em;font-size:24px;line-height:1.2}.story-site .editorial-learning-steps p{color:var(--quiet);margin-top:18px;font-size:14px;line-height:1.85}.story-site .editorial-classroom-study{grid-template-columns:1fr 1fr;align-items:center;gap:65px;padding-top:0;display:grid}.story-site .editorial-classroom-study img{aspect-ratio:1.1}.story-site .editorial-classroom-study h2{letter-spacing:-.055em;font-size:clamp(34px,4.6vw,60px);line-height:1.1}.story-site .editorial-classroom-study p{color:var(--quiet);margin-top:25px;line-height:1.85}.story-site .editorial-open-invitation{border-top:1px solid var(--line);text-align:center}.story-site .editorial-open-invitation h2{letter-spacing:-.055em;max-width:800px;margin:auto;font-size:clamp(35px,5vw,65px);line-height:1.08}.story-site .editorial-open-invitation>p:not(.story-eyebrow){max-width:570px;color:var(--quiet);margin:26px auto;line-height:1.85}.story-site .editorial-open-invitation>.story-text-link{width:-moz-fit-content;width:fit-content;margin:22px auto 0;display:flex}.story-site .editorial-press-hero img{aspect-ratio:1.1}.story-site .editorial-press-facts{grid-template-columns:.8fr 1.2fr;gap:90px;padding-top:15px;display:grid}.story-site .editorial-press-facts h2{letter-spacing:-.05em;font-size:clamp(35px,4.5vw,58px);line-height:1.1}.story-site .editorial-press-facts>div>p{color:var(--quiet);max-width:330px;margin-top:25px}.story-site .editorial-press-facts dl{margin:0}.story-site .editorial-press-facts dl>div{grid-template-columns:130px 1fr;gap:25px;padding:0 0 25px;display:grid}.story-site .editorial-press-facts dt{padding-top:3px;font-size:12px;font-weight:600}.story-site .editorial-press-facts dd{color:var(--quiet);margin:0;font-size:14px;line-height:1.85}.story-site .editorial-press-assets{padding-top:0}.story-site .editorial-press-assets .editorial-section-heading{display:block}.story-site .editorial-press-asset-grid{grid-template-columns:.85fr 1.15fr;gap:28px;display:grid}.story-site .editorial-press-asset-grid article{min-width:0}.story-site .editorial-press-asset-grid h3{letter-spacing:-.035em;margin-top:24px;font-size:24px}.story-site .editorial-logo-board{border:1px solid var(--line);background:var(--paper-raised);border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:23px;height:26vw;min-height:320px;max-height:440px;display:flex}.story-site .editorial-logo-board img{object-fit:contain;height:96px}.dark .story-site .editorial-logo-board img{filter:invert()}.story-site .editorial-logo-board span{letter-spacing:-.035em;font-size:25px}.story-site .editorial-art-resource .editorial-artwork img{height:26vw;min-height:320px;max-height:440px}@media (hover:hover) and (prefers-reduced-motion:no-preference){.story-site .editorial-artwork img{transition:transform .7s cubic-bezier(.2,.7,.3,1)}.story-site .editorial-artwork:hover img{transform:scale(1.035)}}@media (max-width:1000px){.story-site .editorial-page-hero{gap:35px}.story-site .editorial-page-hero h1{font-size:clamp(44px,6.4vw,66px)}.story-site .editorial-card-copy{padding:25px}.story-site .editorial-together,.story-site .editorial-origin,.story-site .editorial-about-connection,.story-site .editorial-art-process,.story-site .editorial-press-facts{gap:40px}.story-site .editorial-press-facts dl>div{grid-template-columns:100px 1fr;gap:18px}.story-site .editorial-help-grid,.story-site .editorial-learning-steps{gap:24px}}@media (max-width:767px){.story-site .editorial-page-hero{grid-template-columns:1fr;gap:42px;padding-top:46px;padding-bottom:58px}.story-site .editorial-page-hero h1{max-width:620px;font-size:clamp(42px,9vw,64px)}.story-site .editorial-page-hero>div>p:not(.story-eyebrow){margin-top:22px;font-size:15px}.story-site .editorial-page-hero>.editorial-artwork{max-width:100%;transform:none}.story-site .editorial-page-hero>.editorial-artwork img{aspect-ratio:1.65}.story-site .editorial-hero-pair{max-width:540px;margin:0 auto;padding:15px 8px}.story-site .editorial-hero-pair img{max-height:270px}.story-site .editorial-section-heading{margin-bottom:30px;display:block}.story-site .editorial-section-heading h2{max-width:550px;font-size:36px}.story-site .editorial-reading-grid,.story-site .editorial-release,.story-site .editorial-together,.story-site .editorial-feature-grid,.story-site .editorial-honest-note,.story-site .editorial-origin,.story-site .editorial-art-process,.story-site .editorial-about-connection,.story-site .editorial-contact-letter,.story-site .editorial-classroom-study,.story-site .editorial-press-facts,.story-site .editorial-press-asset-grid{grid-template-columns:1fr;gap:30px}.story-site .editorial-reading-words blockquote{font-size:32px}.story-site .editorial-release{padding-top:0}.story-site .editorial-release-art{max-width:510px;margin:0 auto}.story-site .editorial-release-art img{max-height:275px}.story-site .editorial-together-art{max-width:520px;padding:10px}.story-site .editorial-together-art img{max-height:285px}.story-site .editorial-feature-card:nth-child(2n){margin-top:0}.story-site .editorial-feature-grid{padding-bottom:60px}.story-site .editorial-feature-card h2{font-size:32px}.story-site .editorial-about-story>section+section{margin-top:60px}.story-site .editorial-about-connection img{aspect-ratio:1.6}.story-site .editorial-process-strip{gap:9px;margin:35px 0 50px}.story-site .editorial-process-strip img,.story-site .editorial-process-strip>:nth-child(2) img{aspect-ratio:.7}.story-site .editorial-help-grid,.story-site .editorial-learning-steps{grid-template-columns:1fr;gap:30px}.story-site .editorial-help-grid h3{margin-top:15px}.story-site .editorial-classroom-study img{aspect-ratio:1.5}.story-site .editorial-press-facts>div>p{max-width:550px}.story-site .editorial-logo-board,.story-site .editorial-art-resource .editorial-artwork img{height:260px;min-height:260px}.story-site .editorial-contact-letter{padding-top:50px}}
.product-page{width:min(100% - 96px,1200px);color:var(--foreground);margin-inline:auto;padding-block:42px 100px}.product-page h1,.product-page h2,.product-page h3{text-wrap:balance}.product-page h1{letter-spacing:-.055em;font-size:clamp(36px,4.5vw,62px);font-weight:500;line-height:1.07}.product-eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--muted-foreground);font-size:10px;font-weight:600;line-height:1.7}.product-lede{max-width:53ch;color:var(--muted-foreground);margin-top:24px;font-size:16px;line-height:1.8}.product-discover-intro,.product-circle-intro{grid-template-columns:1.25fr 1fr;align-items:center;gap:70px;padding-block:62px 70px;display:grid}.product-discover-intro h1,.product-circle-intro h1{margin-top:20px}.product-art-stack{width:100%;height:370px;margin:0;position:relative}.product-art-stack img{object-fit:cover;border:8px solid var(--card);width:58%;height:285px;position:absolute;box-shadow:0 12px 30px #0002}.product-art-stack img:first-child{top:6px;left:2%;transform:rotate(-9deg)}.product-art-stack img:nth-child(2){top:36px;right:2%;transform:rotate(8deg)}.product-art-stack figcaption{text-align:center;width:100%;color:var(--muted-foreground);letter-spacing:.06em;font-size:10px;position:absolute;bottom:0;left:0}.product-jump-links{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.product-jump-links a{border:1px solid var(--border);border-radius:4px;align-items:center;gap:9px;padding:11px 15px;font-size:12px;transition:background-color .2s;display:inline-flex}.product-jump-links a:hover{background:var(--accent)}.product-reading-note{border-block:1px solid var(--border);color:var(--muted-foreground);align-items:flex-start;gap:14px;padding:20px 0;display:flex}.product-reading-note>svg{flex-shrink:0;margin-top:3px}.product-reading-note p{font-size:12px;line-height:1.8}.product-reading-note a{color:var(--foreground);text-underline-offset:4px;align-items:center;gap:4px;margin-left:8px;text-decoration:underline;display:inline-flex}.product-collection-section{grid-template-columns:250px 1fr;gap:55px;padding-top:64px;scroll-margin-top:110px;display:grid}.product-section-heading h2{letter-spacing:-.045em;margin-top:12px;font-size:29px;font-weight:500;line-height:1.15}.product-section-heading>p:not(.product-eyebrow){color:var(--muted-foreground);margin-top:14px;font-size:14px;line-height:1.8}.product-collection-grid{border-top:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.product-collection-card{border-bottom:1px solid var(--border);grid-template-columns:28px 1fr;gap:14px;padding:27px 18px 25px 0;transition:background-color .2s;display:grid;position:relative}.product-collection-card:nth-child(2n){border-left:1px solid var(--border);padding-left:22px}.product-collection-card:hover{background:var(--accent)}.product-collection-index{color:var(--muted-foreground);margin-top:4px;font-family:monospace;font-size:10px}.product-collection-card h3{letter-spacing:-.025em;font-size:20px;font-weight:500}.product-collection-card p{max-width:30ch;color:var(--muted-foreground);margin-top:8px;font-size:12px;line-height:1.7}.product-collection-meta{color:var(--muted-foreground);grid-column:2;justify-content:space-between;align-items:center;margin-top:8px;font-size:10px;display:flex}.product-collection-meta svg{color:var(--foreground)}.product-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:30px;display:flex}.product-actions [data-slot=button]{min-height:46px}.product-text-link{text-underline-offset:5px;align-items:center;gap:10px;font-size:13px;font-weight:500;text-decoration:underline;display:inline-flex}.product-circle-art{margin:12px 18px 30px 0;position:relative}.product-circle-art>img{object-fit:cover;border-radius:2px;width:100%;height:440px}.product-circle-caption{background:var(--brand-peach,#eca782);color:var(--brand-green,#292c25);align-items:center;gap:20px;padding:20px 28px;display:flex;position:absolute;bottom:34px;left:-28px;transform:rotate(-4deg);box-shadow:0 8px 24px #0002}.product-circle-caption p{font-size:19px;line-height:1.45}.product-art-credit{letter-spacing:.08em;color:var(--muted-foreground);text-transform:uppercase;font-size:9px;position:absolute;bottom:-25px;right:0}.product-circle-how{border-top:1px solid var(--border);grid-template-columns:1fr 1.5fr;gap:70px;padding-block:65px;display:grid}.product-steps{margin:0;padding:0;list-style:none}.product-steps li{border-bottom:1px solid var(--border);grid-template-columns:35px 1fr;gap:18px;padding-block:26px;display:grid}.product-steps li:first-child{padding-top:0}.product-steps svg{margin-top:5px}.product-steps h3{letter-spacing:-.035em;margin-top:10px;font-size:22px;font-weight:500;line-height:1.25}.product-steps p{max-width:52ch;color:var(--muted-foreground);margin-top:12px;font-size:14px;line-height:1.8}.product-circle-invitation{background:var(--brand-green,#292c25);color:#f4f1e8;padding:45px}.product-circle-invitation .product-eyebrow{color:var(--brand-peach,#eca782)}.product-circle-invitation h2{letter-spacing:-.05em;margin-top:12px;font-size:36px}.product-circle-invitation>p:not(.product-eyebrow){color:#d5d6ca;max-width:65ch;margin-top:18px;font-size:14px;line-height:1.8}.product-circle-invitation a{color:var(--brand-peach,#eca782);margin-top:25px}.product-page :is(a,button,input,select):focus-visible{outline:2px solid var(--foreground);outline-offset:4px}.product-dashboard-heading{justify-content:space-between;align-items:end;gap:30px;padding-block:40px;display:flex}.product-dashboard-heading h1{max-width:18ch;margin-top:14px;font-size:clamp(34px,4vw,54px)}.product-dashboard-heading .product-lede{max-width:58ch;font-size:14px}.product-dashboard-heading>a{flex-shrink:0;min-height:46px}.product-circle-workspace{border-top:1px solid var(--border);grid-template-columns:1fr 280px;gap:60px;padding-top:30px;display:grid}.product-list-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-bottom:20px;display:flex}.product-list-toolbar>span{color:var(--muted-foreground);font-size:12px}.product-list-toolbar button{font-size:11px}.product-empty-state{background:var(--card);border:1px dashed var(--border);border-radius:6px;margin-top:24px;padding:50px 30px}.product-empty-state h2{letter-spacing:-.04em;max-width:25ch;margin-top:20px;font-size:28px;line-height:1.25}.product-empty-state p{max-width:50ch;color:var(--muted-foreground);margin-top:14px;font-size:14px;line-height:1.8}.product-circle-sidebar>img{object-fit:cover;border-radius:3px;width:100%;height:210px}.product-circle-sidebar .product-eyebrow{margin-top:12px;font-size:9px}.product-circle-sidebar h2{letter-spacing:-.04em;margin-top:24px;font-size:26px;line-height:1.2}.product-circle-sidebar p:not(.product-eyebrow){color:var(--muted-foreground);margin-block:16px 22px;font-size:13px;line-height:1.8}.product-circle-sidebar .product-text-link{font-size:11px}.product-circle-row{border:1px solid var(--border);background:var(--card);border-radius:5px;padding:22px;transition:border-color .2s,background-color .2s}.product-circle-row:hover{background:var(--accent);border-color:var(--input)}.product-circle-row a{justify-content:center;min-height:44px}.product-circle-form{max-width:660px;padding-top:60px}.product-circle-form h1{margin-top:30px;font-size:40px}.product-circle-form>p{color:var(--muted-foreground);margin-top:18px;font-size:14px;line-height:1.8}.product-circle-form form{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:30px}.product-circle-form :is(input,textarea),.product-account :is(select,input:not([type=checkbox])){background:var(--background);color:var(--foreground);border-color:var(--input);min-height:46px}.product-circle-detail{max-width:920px}.product-circle-detail h1{font-size:42px}.product-circle-detail>div.rounded-2xl{background:var(--card);border-color:var(--border);border-radius:6px;padding:28px}.product-collection-detail{max-width:860px}.product-collection-detail-heading{align-items:center;gap:24px;margin-top:50px;display:flex}.product-collection-detail-heading h1{margin-top:10px;font-size:clamp(34px,5vw,58px)}.product-detail-symbol{background:var(--brand-peach);width:70px;height:70px;color:var(--brand-green);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.product-chapter-list{margin-top:45px}.product-chapter-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:23px 12px;transition:background-color .2s;display:flex}.product-chapter-row:hover{background:var(--accent)}.product-chapter-number{width:34px;color:var(--muted-foreground);flex-shrink:0;font-family:monospace;font-size:11px}.product-chapter-reference{color:var(--muted-foreground);margin-top:4px;font-size:10px;display:block}.product-account-heading{border-bottom:1px solid var(--border);padding:38px 0}.product-account-heading h1{margin-block:16px 22px;font-size:clamp(36px,4vw,54px)}.product-account-heading>p:not(.product-eyebrow){overflow-wrap:anywhere}.product-account-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.product-account-actions a{min-height:46px;margin:0}.product-account-layout{grid-template-columns:245px minmax(0,1fr);gap:65px;padding-top:40px;display:grid}.product-account-nav{align-self:start;position:sticky;top:105px}.product-account-nav nav{gap:5px;margin-top:20px;display:grid}.product-account-nav nav a{border-bottom:1px solid var(--border);padding-block:12px;font-size:13px}.product-account-nav nav a:hover{color:var(--brand-accent-text)}.product-account-side-note{background:var(--brand-peach);color:var(--brand-green);margin-top:40px;padding:26px;transform:rotate(-2deg)}.product-account-side-note p{letter-spacing:-.03em;font-size:22px;font-weight:500;line-height:1.25}.product-account-side-note img{object-fit:cover;height:135px;margin-bottom:22px}.product-account-side-note small{text-transform:uppercase;letter-spacing:.08em;margin-top:18px;font-size:8px;display:block}.product-account-side-note span{margin-top:14px;font-size:12px;line-height:1.8;display:block}.product-account-section{padding-bottom:42px;scroll-margin-top:110px}.product-account-section+.product-account-section{border-top:1px solid var(--border);padding-top:38px}.product-account-section>div.rounded-2xl{background:var(--card);border:1px solid var(--border);border-radius:6px;margin-top:25px;padding:26px}.product-account-section>div.rounded-2xl h2{font-size:16px}.account-clear-progress{gap:16px;display:grid}.account-clear-progress>h2,.account-clear-progress>p{margin:0}.account-clear-progress>select,.account-clear-progress>button,.account-clear-progress>div{margin-top:0!important}.account-clear-progress>div.mt-4{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.product-account-section label{line-height:1.8}.product-account-section input[type=checkbox]{accent-color:var(--primary);min-width:18px;min-height:18px}.product-daily-verse{background:var(--brand-peach);color:var(--brand-green);border-radius:5px;margin-top:28px;padding:30px}.product-daily-verse-text{letter-spacing:-.025em;text-wrap:pretty;margin-block:25px;font-size:24px;line-height:1.6}.product-daily-verse .product-text-link{min-height:40px;font-size:11px}.product-reading-stats{margin-top:30px}.product-reading-stat-grid{border-top:1px solid var(--border);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:15px;display:grid}.product-reading-stat{border-bottom:1px solid var(--border);align-items:start;gap:12px;padding:22px 12px 22px 0;display:flex}.product-reading-stat>svg{margin-top:7px}.product-reading-stat-value{letter-spacing:-.045em;margin-bottom:7px;font-size:28px;font-weight:500}.product-annual-savings{margin-top:25px}.product-plan-intro{border-bottom:1px solid var(--border);grid-template-columns:330px 1fr;align-items:center;gap:60px;padding:20px 0 45px;display:grid}.product-plan-intro h1{font-size:clamp(36px,4vw,55px)}.product-plan-art{padding:0 12px 0 0;position:relative}.product-plan-art:before{content:"";background:var(--brand-peach);position:absolute;inset:12px 0 35px 12px;transform:rotate(3deg)}.product-plan-art img{object-fit:cover;border-radius:3px;width:100%;height:280px;position:relative}.product-plan-art p{margin-top:23px;font-size:9px;position:relative}.product-plan-library{margin-top:32px}.product-plan-library>p{max-width:80ch;font-size:12px;line-height:1.8}.product-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.product-plan-card{border:1px solid var(--border);background:var(--card);border-radius:5px;flex-direction:column;align-items:start;padding:30px;display:flex}.product-plan-card h3{letter-spacing:-.035em;margin-top:18px;font-size:25px;font-weight:500}.product-plan-group{margin-top:45px}.product-plan-card>p{line-height:1.8}.product-plan-card>a{align-items:center;min-height:44px;margin-top:auto;padding-top:22px;font-size:12px;display:inline-flex}.product-plan-card [role=progressbar]{background:var(--border);width:100%;margin-bottom:22px}.product-plan-card [role=progressbar]>div{background:var(--brand-accent-text)}.product-plan-card>div{width:100%}.product-plan-detail{max-width:860px}.product-plan-detail h1{margin-top:40px}.product-plan-detail [role=list]{background:var(--card);border:1px solid var(--border);border-radius:6px;padding:28px}.product-plan-chapters{border:1px solid var(--border);border-radius:6px;margin-top:24px;overflow:hidden}.product-plan-chapters summary{cursor:pointer;background:var(--card);padding:20px 24px;font-size:14px;font-weight:500}.product-plan-chapters summary span{float:right;color:var(--muted-foreground);font-size:10px;font-weight:400}.product-plan-chapter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid;border:0!important;border-radius:0!important}.product-plan-step{border:1px solid var(--border);border-radius:4px;flex-direction:column;justify-content:space-between;gap:10px;min-height:75px;padding:15px;transition:border-color .2s,background-color .2s;display:flex}.product-plan-step:hover{border-color:var(--foreground)}.product-plan-step-reference{font-size:12px;font-weight:500;line-height:1.4}.product-plan-step-status{opacity:.8;font-size:9px}.product-plan-step-next{background:var(--brand-peach);color:var(--brand-green);border-color:var(--brand-peach)}.product-plan-step-complete{background:var(--secondary);color:var(--foreground);border-color:var(--brand-accent-text)}.product-plan-step-upcoming{background:var(--background);color:var(--muted-foreground);border-color:var(--border)}.product-plan-legend{flex-wrap:wrap;gap:12px 24px;padding-top:20px;display:flex}.product-plan-legend>span{color:var(--muted-foreground)}.product-bible.story-bible{max-width:980px;padding-top:32px}.product-bible-masthead{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;margin-bottom:45px;padding-bottom:26px;display:flex}.product-reader-modes{border:1px solid var(--border);border-radius:5px;flex-wrap:wrap;gap:3px;padding:4px;font-size:10px;display:inline-flex}.product-reader-modes :is(a,span){white-space:nowrap;align-items:center;gap:8px;min-height:37px;padding:8px 12px;display:inline-flex}.product-reader-modes [aria-current=page]{background:var(--brand-peach);color:var(--brand-green);border-radius:3px}.product-reader-modes a:hover{background:var(--accent)}.product-bible-header>.product-eyebrow{text-align:center}.product-bible-header h1{text-align:center;margin:20px 0 16px;font-size:clamp(44px,6vw,64px)}.product-bible-header h1 span{color:var(--brand-accent-text)}.product-bible-header>p:last-child{text-align:center;color:var(--muted-foreground)}.product-bible .story-bible-picker{background:var(--card);border:1px solid var(--border);border-radius:5px;margin-block:38px;padding:25px}.product-bible .story-bible-verses{max-width:730px;margin-inline:auto;padding-inline:10px}.product-bible .story-bible-verses p{margin-bottom:24px;scroll-margin-top:130px;font-size:19px;line-height:2}.product-bible .story-bible-verses p>a{color:var(--brand-accent-text);font-weight:500}.product-bible .story-bible-note{color:var(--muted-foreground);line-height:1.8}.product-reader{background:var(--background);min-height:75dvh}.product-reader>div:not(.product-reader-surface){color:var(--foreground)}.product-reader-surface{background:var(--background)}.product-reader-scripture{width:min(100% - 48px,820px);color:var(--foreground);margin:auto;padding-block:38px 90px}.product-reader-scripture-nav{border-block:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;padding-block:20px;font-size:11px;display:flex}.product-reader-scripture-nav a{text-underline-offset:4px;align-items:center;min-height:40px;display:inline-flex}.product-reader-scripture-nav a:hover{text-decoration:underline}.product-reader-scripture h1{letter-spacing:-.05em;text-align:center;margin-block:40px 20px;font-size:clamp(34px,5vw,56px);font-weight:500;line-height:1.12}.product-reader-scripture header>p{text-align:center;color:var(--muted-foreground);font-size:13px}.product-reader-scripture-verses{padding-block:45px}.product-reader-scripture-verses p{grid-template-columns:26px 1fr;gap:16px;margin-bottom:24px;scroll-margin-top:110px;font-size:19px;line-height:2;display:grid}.product-reader-scripture-verses p>a{color:var(--brand-accent-text);padding-top:7px;font-size:11px}.product-reader-scripture-verses p:target{background:var(--accent);outline:8px solid var(--accent)}.product-visual-reader-heading{border-bottom:1px solid var(--border);padding-bottom:26px}.product-reader-title{justify-content:space-between;align-items:center;gap:20px;margin-top:25px;display:flex}.product-reader-title h1{letter-spacing:-.045em;font-size:clamp(24px,3vw,38px);font-weight:500;line-height:1.15}.product-reader-dock{background:var(--popover);border-color:var(--border);border-radius:10px;box-shadow:0 8px 40px #0002}@media (max-width:1000px){.product-page{width:calc(100% - 48px)}.product-discover-intro,.product-circle-intro{gap:35px}.product-art-stack{height:300px}.product-art-stack img{height:225px}.product-collection-section{grid-template-columns:200px 1fr;gap:30px}.product-account-layout{grid-template-columns:200px minmax(0,1fr);gap:35px}.product-plan-intro{grid-template-columns:260px 1fr;gap:35px}.product-circle-workspace{grid-template-columns:1fr 230px;gap:30px}}@media (max-width:700px){.product-page{width:calc(100% - 40px);padding-block:28px 65px}.product-discover-intro,.product-circle-intro{grid-template-columns:1fr;gap:30px;padding-block:36px 45px}.product-art-stack{width:min(100%,380px);height:300px;margin:0 auto}.product-collection-section,.product-circle-how{grid-template-columns:1fr;gap:26px;padding-top:45px}.product-collection-grid{grid-template-columns:1fr}.product-collection-card:nth-child(2n){border-left:0;padding-left:0}.product-collection-card p{max-width:none}.product-circle-art{margin:0 8px 25px 18px}.product-circle-art>img{height:340px}.product-circle-caption{left:-18px}.product-circle-invitation{padding:28px}.product-circle-invitation h2{font-size:30px}.product-dashboard-heading{flex-direction:column;align-items:start}.product-circle-workspace{grid-template-columns:1fr}.product-circle-sidebar{grid-template-columns:110px 1fr;gap:12px 20px;display:grid}.product-circle-sidebar>img{grid-row:span 4;height:150px}.product-circle-sidebar :is(p,h2){margin:0}.product-circle-sidebar h2{font-size:22px}.product-circle-sidebar>p:not(.product-eyebrow){margin:0;font-size:12px}.product-circle-form form{padding:24px 20px}.product-circle-detail h1{overflow-wrap:anywhere;font-size:34px}.product-circle-detail>div.rounded-2xl{padding:22px}.product-collection-detail-heading{align-items:start;gap:16px}.product-detail-symbol{width:48px;height:48px}.product-account-layout{grid-template-columns:1fr;gap:34px;padding-top:24px}.product-account-nav{position:static}.product-account-nav nav{flex-wrap:wrap;gap:9px 20px;display:flex}.product-account-nav nav a{padding:8px 0;font-size:11px}.product-account-side-note{display:none}.product-account-section>div.rounded-2xl{padding:22px}.product-daily-verse{padding:24px}.product-daily-verse-text{font-size:21px}.product-daily-verse>div:last-child{flex-wrap:wrap;gap:12px}.product-reading-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-account-actions a{width:auto}.product-plan-intro{grid-template-columns:1fr;gap:26px}.product-plan-intro>div:last-child{grid-row:1}.product-plan-art{max-width:420px}.product-plan-art img{height:185px}.product-plan-grid{grid-template-columns:1fr}.product-plan-card{padding:25px}.product-plan-chapter-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px!important}.product-plan-chapters summary{padding:18px;font-size:12px}.product-plan-chapters summary span{display:none}.product-bible.story-bible{padding:24px 20px 65px}.product-bible-masthead{flex-direction:column;align-items:start;gap:16px;margin-bottom:35px}.product-bible .story-bible-picker{gap:12px;padding:18px}.product-bible .story-bible-picker label:first-child{flex-basis:60%}.product-bible .story-bible-verses{padding:0}.product-bible .story-bible-verses p{font-size:18px;line-height:1.95}.product-reader-title{flex-direction:column;align-items:start;gap:18px}.product-reader-modes{font-size:10px}.product-reader-modes :is(a,span){padding-inline:10px}}@media (prefers-reduced-motion:reduce){.product-page *,.product-page :before,.product-page :after{scroll-behavior:auto!important;transition-duration:0s!important;animation:none!important}}
.membership-hero{grid-template-columns:1.05fr 1fr;align-items:center;gap:54px;max-width:1312px;margin:auto;padding:76px 64px 88px;display:grid}.membership-hero h1{letter-spacing:-.055em;margin:22px 0 24px;font-size:clamp(42px,4.8vw,67px);font-weight:500;line-height:1.06}.membership-hero h1 span{color:var(--brand-peach,#eca782)}.membership-hero-copy>p:not(.story-eyebrow){max-width:380px;color:var(--quiet,var(--muted-foreground));font-size:16px;line-height:1.8}.membership-hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:30px;display:flex}.membership-art{padding:0 0 94px 26px;position:relative}.membership-art-main{border:1px solid var(--line,var(--border));border-radius:5px;overflow:hidden;transform:rotate(3deg)}.membership-art-main img{aspect-ratio:1.1;object-fit:cover;width:100%;height:100%}.membership-art-detail{border:1px solid var(--line,var(--border));background:var(--paper-raised,var(--card));width:54%;padding:8px;position:absolute;bottom:0;left:0;transform:rotate(-5deg);box-shadow:0 10px 24px #0002}.membership-art-detail img{aspect-ratio:1.4;object-fit:cover;width:100%}.membership-art figcaption{color:var(--quiet,var(--muted-foreground));padding:10px 3px 3px;font-size:10px}.story-site #checkout.membership-checkout{border-top:1px solid var(--line,var(--border));padding-top:38px}.story-site #checkout.membership-checkout>h2{letter-spacing:-.035em;font-size:clamp(27px,3vw,38px);font-weight:500}.membership-checkout>p{line-height:1.8}.membership-audience{border-bottom:1px solid var(--line,var(--border));gap:24px;margin-bottom:30px;display:flex}.membership-audience>button{color:var(--quiet,var(--muted-foreground));cursor:pointer;border-bottom:3px solid #0000;align-items:center;gap:10px;margin-bottom:-1px;padding:15px 0 18px;font-size:14px;font-weight:600;display:flex}.membership-audience>button[aria-pressed=true]{border-color:var(--ink,var(--foreground));color:var(--ink,var(--foreground))}.membership-audience>button[aria-pressed=true] svg{color:var(--ink,var(--foreground));background:var(--brand-peach,#eca782);box-shadow:0 0 0 5px var(--brand-peach,#eca782);stroke:#1c241d;border-radius:4px}.membership-billing-toggle{border:1px solid var(--line,var(--border));background:var(--paper-raised,var(--card));border-radius:6px;gap:3px;width:max-content;padding:4px;display:inline-flex}.membership-billing-toggle>button{min-height:40px;color:var(--quiet,var(--muted-foreground));cursor:pointer;border-radius:3px;padding:8px 18px;font-size:12px}.membership-billing-toggle>button[aria-pressed=true]{background:var(--ink,var(--foreground));color:var(--paper,var(--background))}.membership-plans .consumer-plan-card{border-radius:6px}.membership-price-row{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.membership-savings-badge{background:var(--brand-peach,#eca782);color:#292c25;letter-spacing:0;white-space:nowrap;border-radius:4px;flex-shrink:0;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;line-height:1.25;display:inline-flex}.membership-billed-price,.story-site .consumer-plan-card .membership-billed-price{color:var(--ink,var(--foreground));margin-top:8px;font-size:13px;font-weight:600;line-height:1.6}.membership-weekly-note{color:var(--quiet,var(--muted-foreground));margin-top:16px;font-size:12px;line-height:1.7}.consumer-plans>.membership-weekly-note{margin-top:0}.membership-plans .consumer-plan-shared{margin-top:24px}.membership-status-note{color:var(--ink,var(--foreground));max-width:68ch;margin:0;padding:24px 0;font-size:15px;line-height:1.7}.membership-free-note{border-top:1px solid var(--line,var(--border));color:var(--quiet,var(--muted-foreground));flex-wrap:wrap;align-items:center;gap:9px;margin-top:32px;padding-top:24px;font-size:12px;display:flex}.membership-free-note a{color:var(--ink,var(--foreground));text-underline-offset:4px;align-items:center;gap:6px;margin-left:auto;text-decoration:underline;display:inline-flex}.membership-group-intro{justify-content:space-between;align-items:start;gap:28px;margin-bottom:30px;display:flex}.membership-group-intro h3,.membership-church h3{letter-spacing:-.03em;margin-bottom:14px;font-size:clamp(23px,2.5vw,31px);font-weight:500;line-height:1.2}.membership-group-intro p,.membership-church-heading p{max-width:580px;color:var(--quiet,var(--muted-foreground));font-size:14px;line-height:1.8}.membership-group-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.membership-group-card{border:1px solid var(--line,var(--border));background:var(--paper-raised,var(--card));border-radius:6px;flex-direction:column;align-items:flex-start;min-width:0;padding:28px 24px 24px;display:flex}.membership-group-card h4{letter-spacing:-.015em;font-size:18px;font-weight:600}.membership-reader-count{color:var(--quiet,var(--muted-foreground));margin:8px 0 28px;font-size:13px}.membership-reader-count strong{font-weight:600}.membership-group-price{letter-spacing:-.045em;align-items:baseline;gap:4px;font-size:clamp(30px,3vw,40px);font-weight:500;display:flex}.membership-group-price>span{letter-spacing:0;color:var(--quiet,var(--muted-foreground));font-size:12px}.membership-price-context{color:var(--quiet,var(--muted-foreground));margin-top:8px;font-size:12px;line-height:1.6}.membership-plan-action{background:var(--ink,var(--foreground));width:100%;color:var(--paper,var(--background));border:1px solid #0000;border-radius:3px;justify-content:space-between;align-items:center;min-height:46px;margin-top:32px;padding:13px 15px;font-size:12px;font-weight:600;display:flex}.membership-plan-action:hover{background:var(--brand-peach,#eca782);color:#1c241d}.membership-group-note{color:var(--quiet,var(--muted-foreground));align-items:center;gap:16px;padding:24px 0 45px;font-size:12px;line-height:1.8;display:flex}.membership-group-note>svg{flex-shrink:0}.membership-group-note>p{max-width:640px}.membership-group-note>a{white-space:nowrap;margin-left:auto}.membership-church{border:1px solid var(--line,var(--border));border-radius:6px;padding:34px}.membership-church-cta-copy{max-width:720px}.membership-church-cta-copy .story-eyebrow{margin-bottom:14px}.membership-church-cta-copy h3{letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(28px,3vw,44px);line-height:1}.membership-church-cta-copy p:last-child{max-width:650px;color:var(--quiet,var(--muted-foreground));margin:0;font-size:15px;line-height:1.7}.membership-large-group-link{text-underline-offset:5px;align-items:center;gap:9px;margin-top:26px;font-size:14px;font-weight:600;text-decoration:underline;display:inline-flex}.membership-church-heading{grid-template-columns:180px 1fr;align-items:center;gap:30px;margin-bottom:32px;display:grid}.membership-church-heading>img{object-fit:cover;border-radius:3px;width:180px;height:142px}.membership-church-prices{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.membership-church-prices>a{background:var(--paper-raised,var(--card));border:1px solid var(--line,var(--border));border-radius:4px;flex-direction:column;gap:12px;padding:22px;display:flex}.membership-church-prices>a:hover{border-color:var(--ink,var(--foreground))}.membership-church-prices>a>span:first-child{color:var(--quiet,var(--muted-foreground));font-size:12px}.membership-church-prices strong{letter-spacing:-.03em;font-size:27px;font-weight:500}.membership-church-prices small{color:var(--quiet,var(--muted-foreground));letter-spacing:0;margin-left:3px;font-size:12px}.membership-invoice-link{justify-content:space-between;align-items:center;font-size:11px;display:flex}.membership-billing-note{max-width:700px;color:var(--quiet,var(--muted-foreground));margin-top:24px;font-size:11px;line-height:1.8}@media (max-width:1000px){.membership-hero{gap:28px;padding:55px 28px 65px}.membership-hero h1{font-size:clamp(38px,5vw,52px)}.membership-art{padding-bottom:72px}.membership-group-grid{gap:10px}.membership-group-card{padding:22px 16px}.membership-group-price{font-size:30px}.membership-church{padding:24px}.membership-group-note{flex-wrap:wrap}.membership-group-note>p{flex:1;min-width:70%}.membership-group-note>a{margin-left:36px}}@media (max-width:700px){.membership-hero{grid-template-columns:1fr;gap:38px;padding:45px 22px 50px}.membership-hero h1{font-size:clamp(39px,8vw,55px)}.membership-hero-copy>p:not(.story-eyebrow){font-size:14px}.membership-art{justify-self:center;width:min(100%,480px);padding-left:50px;padding-right:12px}.membership-art-main img{aspect-ratio:1.7}.membership-art-detail{width:45%}.membership-audience{gap:20px}.membership-audience>button{gap:9px;padding-bottom:16px;font-size:12px}.membership-audience>button svg{width:15px;height:15px}.membership-group-intro{flex-direction:column;gap:22px}.membership-group-grid{grid-template-columns:1fr;gap:14px}.membership-group-card{padding:24px}.membership-reader-count{margin-bottom:18px}.membership-group-price{font-size:38px}.membership-plan-action{margin-top:22px}.membership-church{padding:22px 18px}.membership-church-heading{grid-template-columns:1fr;gap:22px}.membership-church-heading>img{width:100%;height:160px}.membership-church-prices{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.membership-church-prices>a{padding:15px 10px}.membership-church-prices strong{font-size:23px}.membership-church-prices>a>span:first-child,.membership-invoice-link{font-size:10px}.membership-free-note a{width:100%;margin-left:27px}}@media (prefers-reduced-motion:reduce){.membership-plans *,.membership-hero *{transition-duration:0s}}.consumer-reader-selector{flex-wrap:wrap;gap:8px;display:flex}.consumer-reader-selector button{text-align:left;border:1px solid var(--line);background:var(--paper);min-width:90px;color:var(--ink);border-radius:6px;flex:1;padding:18px 22px;transition:background-color .18s,border-color .18s}.consumer-reader-selector button span{margin-top:4px;font-size:14px;display:block}.consumer-reader-selector button[aria-pressed=true]{background:var(--brand-peach);color:var(--brand-green);border-color:var(--brand-green)}.story-site .consumer-plan-grid.consumer-plan-single{grid-template-columns:minmax(0,1fr)}.story-site .consumer-plan-single .consumer-plan-card{gap:20px;padding:clamp(24px,4vw,48px)}.story-site .consumer-plan-single .consumer-plan-card h3{font-size:clamp(42px,6vw,68px)}.story-site .consumer-plan-single .consumer-plan-card .membership-billed-price{color:var(--ink);font-size:18px}@media (max-width:700px){.membership-audience-row{flex-direction:column;align-items:stretch;gap:2px}.membership-audience-row .membership-active-badge{align-self:flex-start;margin:0 0 10px}}