:root{--paper:#fff9ee;--paper-2:#f5eedf;--ink:#18352d;--forest:#154d3d;--orange:#f5820b;--turquoise:#2ec4b6;--blue:#2e86c4;--white:#fff;--radius:28px;--shadow:0 22px 60px #16362c24}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Trebuchet MS,Arial,sans-serif;line-height:1.6}body.panel-open{overflow:hidden}a{color:inherit}button,input,select{font:inherit}.skip{z-index:100;background:#fff;border-radius:10px;padding:.7rem 1rem;position:fixed;top:-5rem;left:1rem}.skip:focus{top:1rem}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fff9eedb;border:1px solid #ffffffa6;border-radius:22px;justify-content:space-between;align-items:center;width:min(1180px,100% - 28px);min-height:64px;padding:10px 12px 10px 20px;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #16362c14}.wordmark{font:700 1.25rem Georgia,serif;text-decoration:none}.seed{color:var(--orange);margin-right:.45rem}.site-header nav{gap:1.5rem;font-size:.88rem;display:flex}.site-header nav a{text-decoration:none}.menu-button{background:var(--forest);color:#fff;border:0;border-radius:14px;padding:.55rem .8rem;display:none}.hero{background:radial-gradient(circle at 70% 26%,#fff 0,#fff6 24%,#0000 50%),linear-gradient(145deg,#fffaf0,#e9f4e8);grid-template-columns:1fr 1fr;align-items:center;height:100svh;min-height:820px;padding:130px max(6vw,24px) 90px;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:4;max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#467163;margin:0 0 1rem;font-size:.72rem;font-weight:800}.hero h1,.section h2,.route-panel h2{letter-spacing:-.045em;font-family:Georgia,serif;font-weight:500;line-height:.97}.hero h1{margin:0;font-size:clamp(3.6rem,7vw,7.6rem)}.hero h1 em{color:var(--forest);font-weight:500}.lede{max-width:560px;margin:1.8rem 0;font-size:clamp(1.05rem,1.45vw,1.3rem)}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.4rem;display:flex}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.25rem;font-weight:800;text-decoration:none;display:inline-flex}.button.primary{background:var(--forest);color:#fff;box-shadow:0 10px 22px #154d3d3d}.button.dark{color:#fff;background:#142b25}.button.light{color:var(--forest);background:#fff}.button.outline{background:0 0;border:1px solid #6b817a;margin:1.5rem auto;display:flex}.text-link{font-weight:800;text-decoration:none}.tree-stage{z-index:3;perspective:900px;place-items:center;height:min(72vh,670px);display:grid;position:relative}.brand-logo{z-index:3;filter:drop-shadow(0 28px 30px #1e3f322e);width:min(72%,490px);height:auto;animation:6s ease-in-out infinite breathe}.halo{aspect-ratio:1;filter:blur(4px);background:radial-gradient(circle,#fff 0,#ffffffb3 45%,#0000 72%);border-radius:50%;width:min(76%,510px);position:absolute}.branch{transform-origin:100%;border-radius:999px;width:41%;height:14px;position:absolute;bottom:14%;box-shadow:0 8px 20px #0000001f}.branch span{color:#fff;border-radius:999px;padding:.3rem .65rem;font-weight:900;position:absolute;top:-40px;left:3%}.branch-orange{background:var(--orange);left:3%;transform:rotate(-16deg)}.branch-orange span{background:var(--orange)}.branch-turquoise{background:var(--turquoise);left:31%;transform:rotate(4deg)}.branch-turquoise span{background:#168e84}.branch-blue{background:var(--blue);right:1%;transform:rotate(19deg)}.branch-blue span{background:var(--blue)}.ground{background:#d7ead4;border-radius:50% 50% 0 0;width:110%;height:28%;position:absolute;bottom:-16%;left:-5%}.floating-leaf{color:var(--orange);border-radius:60% 20%;font-size:1.5rem;animation:7s ease-in-out infinite float;position:absolute}.leaf-a{top:21%;left:48%}.leaf-b{color:var(--turquoise);animation-delay:-2.6s;top:35%;right:7%}.section{padding:110px max(6vw,24px)}.section-intro{max-width:720px;margin-bottom:3.5rem}.section h2{margin:.2rem 0 1rem;font-size:clamp(2.7rem,5vw,5.4rem)}.section-intro>p:last-child{max-width:620px;font-size:1.12rem}.worlds{color:#fff;background:#163b31}.worlds .eyebrow{color:#b9d2c8}.world-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.world-card{border-radius:var(--radius);isolation:isolate;flex-direction:column;justify-content:flex-end;min-height:430px;padding:2rem;text-decoration:none;transition:transform .35s;display:flex;position:relative;overflow:hidden}.world-card:before,.world-card:after{content:"";z-index:-1;background:#ffffff2e;border-radius:50%;position:absolute}.world-card:before{width:330px;height:330px;top:-80px;right:-110px}.world-card:after{width:180px;height:180px;bottom:40px;left:-70px}.world-card h3{margin:.4rem 0;font:500 2.2rem Georgia,serif}.world-card p{max-width:30ch}.world-card strong{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem}.featured{background:#f4ecdc}.featured-books{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.book-door{flex-direction:column;text-decoration:none;display:flex;position:relative}.cover-shell{aspect-ratio:2/3;background:var(--book-color);box-shadow:var(--shadow);transform-origin:0;border-radius:4px 17px 17px 4px;transition:transform .4s;position:relative;overflow:hidden}.book-door:hover .cover-shell{transform:perspective(800px)rotateY(-7deg)translateY(-7px)}.cover-shell img{object-fit:cover;width:100%;height:100%}.missing-cover{color:#fff;background:linear-gradient(145deg,#ffffff40,transparent),var(--book-color);flex-direction:column;justify-content:space-between;height:100%;padding:1.4rem;display:flex}.missing-cover span{text-transform:uppercase;letter-spacing:.14em;font-size:.7rem}.missing-cover strong{font:500 1.8rem/1.05 Georgia,serif}.book-meta{padding:1rem .2rem}.book-meta h3{margin:.15rem 0;font:500 1.35rem Georgia,serif}.book-meta p{color:#536b63;margin:0;font-size:.86rem}.status-pill{text-transform:uppercase;border:1px solid;border-radius:999px;padding:.2rem .55rem;font-size:.68rem;font-weight:800;display:inline-flex}.finder{background:linear-gradient(115deg,#f5a33d,var(--orange));color:#263b33;grid-template-columns:.7fr 1.3fr;gap:8vw;display:grid}.finder-copy{align-self:start;position:sticky;top:120px}.finder-form{box-shadow:var(--shadow);background:#fff9ee;border-radius:34px;padding:2rem}fieldset{border:0;margin:0 0 1.8rem;padding:0}legend{margin-bottom:.8rem;font:500 1.2rem Georgia,serif}.choice-row{flex-wrap:wrap;gap:.6rem;display:flex}.choice-row label input{opacity:0;position:absolute}.choice-row span{cursor:pointer;border:1px solid #bdc8c3;border-radius:999px;padding:.65rem .9rem;display:inline-block}.choice-row input:checked+span{background:var(--forest);border-color:var(--forest);color:#fff}.finder-result{color:#fff;background:#18352d;border-radius:28px;grid-column:2;max-height:0;padding:0;transition:all .4s;overflow:hidden}.finder-result.active{max-height:400px;padding:1.6rem}.finder-result h3{margin:0;font:500 1.8rem Georgia,serif}.catalog{background:#fff}.catalog-head{justify-content:space-between;align-items:end;gap:2rem;display:flex}.catalog-head h2{margin:.3rem 0}.search{text-transform:uppercase;letter-spacing:.1em;gap:.35rem;font-size:.75rem;font-weight:800;display:grid}.search input{border:1px solid #9aaca5;border-radius:14px;min-width:280px;padding:.8rem 1rem}.filters{flex-wrap:wrap;gap:.7rem;margin:2rem 0;display:flex}.filters select,.filter-reset{background:#fff;border:1px solid #a8b5b0;border-radius:999px;padding:.65rem .9rem}.filter-reset{cursor:pointer}.catalog-grid{grid-template-columns:repeat(6,1fr);gap:24px 16px;display:grid}.catalog-grid .cover-shell{box-shadow:0 13px 26px #16362c24}.empty{text-align:center;border:1px dashed #a8b5b0;border-radius:24px;grid-column:1/-1;padding:4rem}.families{background:#eaf2ec}.resource-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.resource-grid article{background:#fff;border-radius:26px;flex-direction:column;min-height:300px;padding:2rem;display:flex}.resource-grid article>span{color:#a5b9b0;font:500 3rem Georgia,serif}.resource-grid h3{font:500 1.8rem Georgia,serif}.resource-grid button,.resource-grid a{background:0 0;border:0;align-self:start;margin-top:auto;padding:0;text-decoration:underline}.about{grid-template-columns:.6fr 1.4fr;align-items:center;gap:7vw;display:grid}.about-mark{color:var(--orange);text-shadow:18px 18px #d8eee9;font:500 22vw/.8 Georgia,serif}.about>div:last-child{max-width:730px}.club{color:#fff;background:#163b31;justify-content:space-between;align-items:end;gap:2rem;display:flex}.club h2{margin:.2rem 0}.club-form{align-items:end;gap:.7rem;display:flex}.club-form label{text-transform:uppercase;letter-spacing:.1em;gap:.4rem;font-size:.72rem;display:grid}.club-form input{color:#18352d;background:#fff;border:1px solid #94b0a5;border-radius:999px;min-width:280px;padding:.8rem 1rem}footer{color:#dfe9e5;background:#102b23;grid-template-columns:1fr 1fr;gap:1rem;padding:55px max(6vw,24px);display:grid}footer nav{justify-content:end;gap:1rem;display:flex}footer small{border-top:1px solid #48645a;grid-column:1/-1;padding-top:1rem}.route-panel{z-index:50;background:var(--paper);padding:100px max(6vw,24px);position:fixed;inset:0;overflow:auto}.route-close{z-index:51;background:#fff;border:1px solid #8fa29a;border-radius:50%;width:50px;height:50px;font-size:2rem;position:fixed;top:24px;right:28px}.route-hero{grid-template-columns:minmax(220px,420px) 1fr;align-items:center;gap:7vw;max-width:1180px;margin:auto;display:grid}.route-cover{object-fit:contain;filter:drop-shadow(0 26px 30px #12322933);width:100%;max-height:70vh}.route-copy h2{margin:.3rem 0 1rem;font-size:clamp(3rem,6vw,6rem)}.breadcrumbs{font-size:.8rem}.facts{flex-wrap:wrap;gap:.6rem;margin:1rem 0;display:flex}.fact{border:1px solid #9dafaa;border-radius:999px;padding:.35rem .7rem}.samples{max-width:1180px;margin:5rem auto}.sample-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.sample-grid img{border-radius:20px;width:100%}.series-list{max-width:1050px;margin:3rem auto}.series-row{border-top:1px solid #b9c5c0;grid-template-columns:60px 1fr auto;gap:1rem;padding:1rem;text-decoration:none;display:grid}.series-row strong{font:500 1.3rem Georgia,serif}@keyframes breathe{50%{transform:translateY(-10px)rotate(.4deg)}}@keyframes float{50%{transform:translate(18px,-24px)rotate(30deg)}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}:focus-visible{outline-offset:4px;outline:3px solid #ffbf69}@media (width<=1000px){.site-header nav{display:none}.menu-button{display:block}.site-header.open{align-items:flex-start}.site-header.open nav{background:var(--paper);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;padding:1rem;display:flex;position:absolute;top:72px;left:0;right:0}.hero{grid-template-columns:1fr;height:auto;min-height:100svh;padding-top:130px}.hero-copy{text-align:center;margin:auto}.hero-actions{justify-content:center}.tree-stage{height:440px}.brand-logo{width:min(56%,360px)}.ground{bottom:-10%}.catalog-grid{grid-template-columns:repeat(4,1fr)}.featured-books{grid-template-columns:repeat(2,1fr)}.finder{grid-template-columns:1fr}.finder-copy{position:static}.finder-result{grid-column:auto}.route-hero{grid-template-columns:300px 1fr}}@media (width<=700px){.section{padding:78px 18px}.hero{padding-inline:18px}.hero h1{font-size:clamp(3.2rem,17vw,5.2rem)}.lede{font-size:1rem}.tree-stage{height:380px}.brand-logo{width:min(70%,310px)}.branch{width:44%;bottom:9%}.world-grid,.resource-grid{grid-template-columns:1fr}.world-card{min-height:310px}.featured-books{scroll-snap-type:x mandatory;padding-bottom:1rem;display:flex;overflow-x:auto}.featured-books .book-door{scroll-snap-align:center;min-width:72vw}.finder{padding-inline:18px}.finder-form{padding:1.25rem}.catalog-head{display:block}.search input{width:100%;min-width:0}.catalog-grid{grid-template-columns:repeat(2,1fr)}.about{grid-template-columns:1fr}.about-mark{font-size:55vw}.club,.club-form{display:block}.club-form input{width:100%;min-width:0;margin:.5rem 0}.route-panel{padding:80px 18px}.route-hero{grid-template-columns:1fr}.route-cover{max-height:52vh}.route-copy h2{font-size:3rem}.sample-grid,footer{grid-template-columns:1fr}footer nav{flex-direction:column;justify-content:start}.series-row{grid-template-columns:42px 1fr}.series-row span:last-child{grid-column:2}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}.detail-page{background:var(--paper);min-height:100vh;padding:90px max(6vw,24px)}.detail-page .route-copy h1,.series-hero h1{letter-spacing:-.045em;margin:.3rem 0 1rem;font:500 clamp(3rem,6vw,6rem)/.98 Georgia,serif}.back-home{margin-bottom:3rem;font-weight:800;display:inline-block}.detail-nav{border-top:1px solid #aab8b3;justify-content:space-between;gap:2rem;max-width:1180px;margin:3rem auto;padding-top:1.5rem;display:flex}.series-hero{max-width:1050px;margin:0 auto 4rem}.series-hero .lede{max-width:760px}.hero{grid-template-columns:minmax(340px,.9fr) minmax(480px,1.1fr);gap:clamp(40px,5vw,100px)}.sky{pointer-events:none;position:absolute;inset:0}.hero-copy{grid-area:1/2}.tree-stage{grid-area:1/1;height:min(70vh,630px)}.brand-logo{object-fit:contain;width:min(84%,520px);max-height:min(68vh,620px)}.halo{width:min(88%,540px)}.ground{z-index:1}.tree-stage{padding-bottom:48px}.branch{bottom:2%}.floating-leaf{background:currentColor;width:18px;height:18px;font-size:0;box-shadow:0 8px 18px #16362c29}.leaf-c{color:var(--blue);animation-duration:8.5s;animation-delay:-4.4s;top:67%;right:15%}@media (width<=1000px){.hero{grid-template-columns:1fr;gap:0}.hero-copy{grid-area:1/1}.tree-stage{grid-area:2/1;height:440px}.brand-logo{width:min(62%,380px);max-height:420px}}@media (width<=700px){.hero{padding-bottom:40px}.tree-stage{height:360px;padding-bottom:28px}.brand-logo{width:min(76%,320px);max-height:340px}.branch{bottom:0}.floating-leaf{width:14px;height:14px}.leaf-a{top:48%;left:5%}.leaf-b{top:39%;right:5%}.leaf-c{top:58%;right:8%}.reveal{opacity:1;transform:none}}.resource-featured{border:2px solid #f5820b59;box-shadow:0 18px 40px #154d3d1a;background:linear-gradient(145deg,#fff 30%,#fff1d4)!important}.resource-kicker{color:#5f786f;letter-spacing:.11em;text-transform:uppercase;margin:.2rem 0 0;font-size:.72rem;font-weight:900}.resource-action{border-radius:999px;font-weight:800;background:var(--forest)!important;color:#fff!important;padding:.72rem 1rem!important;text-decoration:none!important;display:inline-flex!important}.club{align-items:center}.club>div{max-width:600px}.club-benefits{flex-wrap:wrap;gap:.8rem 1.4rem;padding:0;font-size:.86rem;list-style:none;display:flex}.club-benefits li:before{content:"✦";color:var(--orange);margin-right:.45rem}.club-form{grid-template-columns:1fr auto;align-items:end;width:min(520px,100%);display:grid}.club-form label:first-child{width:100%}.club-form .consent-check{text-transform:none;letter-spacing:0;grid-column:1/-1;align-items:flex-start;gap:.6rem;line-height:1.45;display:flex}.club-form .consent-check input{width:18px;min-width:auto;height:18px;margin:.15rem 0}.club-form .consent-check a{color:#fff}.form-note{color:#c8d9d2;grid-column:1/-1;margin:0;font-size:.76rem}.form-trap{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.club-success{display:block}.club-confirmation{background:#ffffff14;border:1px solid #ffffff59;border-radius:20px;grid-column:1/-1;grid-template-columns:auto 1fr;align-items:center;gap:.2rem .8rem;padding:1.2rem;display:grid}.club-confirmation>span{background:var(--orange);color:#fff;border-radius:50%;grid-row:1/3;place-items:center;width:44px;height:44px;font-size:1.35rem;display:grid}.club-confirmation strong{font:500 1.25rem Georgia,serif}.club-confirmation p{margin:0;font-size:.83rem}.unsubscribe-form{grid-template-columns:1fr auto;align-items:end;gap:.8rem;max-width:620px;padding:1.5rem 0;display:grid}.unsubscribe-form label{gap:.4rem;font-weight:800;display:grid}.unsubscribe-form input{border:1px solid #91a59d;border-radius:999px;width:100%;padding:.85rem 1rem}.unsubscribe-form>p{grid-column:1/-1;margin:0}.finder-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.finder-actions .text-link{color:#fff}.finder-result.active{max-height:620px}.consent-banner{z-index:90;background:#fff9ee;border:1px solid #d9cdb8;border-radius:24px;justify-content:space-between;align-items:center;gap:1.5rem;width:min(980px,100% - 28px);padding:1.15rem 1.25rem;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 60px #102b2347}.consent-banner[hidden]{display:none}.consent-banner p{margin:.25rem 0;font-size:.88rem}.consent-banner a{font-size:.8rem}.consent-actions{flex:none;gap:.6rem;display:flex}.consent-actions .button.outline{margin:0}.global-consent-button{z-index:35;color:#193d34;cursor:pointer;background:#fff9eef0;border:1px solid #102b2347;border-radius:999px;padding:.48rem .72rem;font:700 .72rem/1.1 Arial,sans-serif;position:fixed;bottom:12px;right:12px;box-shadow:0 8px 22px #102b2321}.global-consent-button:focus-visible{outline:3px solid var(--orange);outline-offset:3px}.footer-button{color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}footer nav{flex-wrap:wrap}.legal-page{background:linear-gradient(145deg,#fffaf0,#e9f4e8);min-height:100vh;padding:90px max(6vw,24px)}.legal-page>h1{letter-spacing:-.05em;margin:.2rem 0 1.5rem;font:500 clamp(3.4rem,8vw,7rem)/.95 Georgia,serif}.legal-lede{max-width:760px;font-size:1.25rem}.legal-page section{border-top:1px solid #9fb1aa;max-width:800px;padding:1.4rem 0}.legal-page h2{margin:0 0 .5rem;font:500 1.8rem Georgia,serif}.legal-update{color:#587067;max-width:800px;margin-top:2rem;font-size:.8rem}.ideal-box{border-left:5px solid var(--orange);background:#eaf2ec;border-radius:0 16px 16px 0;gap:.15rem;max-width:610px;margin:1rem 0 1.4rem;padding:1rem 1.1rem;display:grid}.detail-resource{margin-left:1rem;font-weight:800;display:inline-block}.mobile-buy{display:none}@media (width<=700px){.club-form{grid-template-columns:1fr}.club-form .button{width:100%}.club-benefits{display:grid}.consent-banner{display:block;bottom:10px}.consent-actions{grid-template-columns:1fr 1fr;margin-top:1rem;display:grid}.consent-actions .button{padding:.7rem .6rem;font-size:.82rem}.global-consent-button{bottom:92px}.legal-page{padding:72px 20px}.finder-result.active{max-height:900px}.detail-page{padding-bottom:110px}.detail-resource{margin:1rem 0;display:block}.mobile-buy{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9eef5;border:1px solid #d9cdb8;border-radius:18px;justify-content:space-between;align-items:center;gap:.7rem;padding:.7rem;display:flex;position:fixed;bottom:10px;left:10px;right:10px;box-shadow:0 15px 40px #102b2338}.mobile-buy span{min-width:0;display:grid}.mobile-buy strong{white-space:nowrap;text-overflow:ellipsis;max-width:46vw;font:700 .85rem Georgia,serif;overflow:hidden}.mobile-buy small{font-size:.68rem}.mobile-buy .button{white-space:nowrap;padding:.68rem .8rem;font-size:.78rem}}.reading-path{z-index:80;pointer-events:none;background:#fff9ee73;height:4px;position:fixed;top:0;left:0;right:0}.reading-path span{transform-origin:0;background:linear-gradient(90deg,var(--orange) 0 33%,var(--turquoise) 33% 66%,var(--blue) 66%);width:100%;height:100%;transition:transform .12s linear;display:block;transform:scaleX(0)}.hero{--pointer-x:0;--pointer-y:0}.hero-copy{transform:translate(calc(var(--pointer-x)*-8px),calc(var(--pointer-y)*-6px));transition:transform .6s cubic-bezier(.2,.8,.2,1)}.tree-stage{transform:translate(calc(var(--pointer-x)*14px),calc(var(--pointer-y)*10px));transition:transform .6s cubic-bezier(.2,.8,.2,1)}.hero-moon{aspect-ratio:1;width:clamp(90px,12vw,180px);transform:translate(calc(var(--pointer-x)*-22px),calc(var(--pointer-y)*-14px));background:#ffffff8c;border-radius:50%;position:absolute;top:14%;right:9%;box-shadow:0 0 70px #ffffffd9}.hero-stars{pointer-events:none;position:absolute;inset:0}.hero-stars i{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:3.8s ease-in-out infinite twinkle;position:absolute;box-shadow:0 0 0 6px #f5820b14}.hero-stars i:first-child{top:23%;left:7%}.hero-stars i:nth-child(2){background:var(--turquoise);animation-delay:-1.4s;top:14%;left:39%}.hero-stars i:nth-child(3){background:var(--blue);animation-delay:-2.5s;top:44%;right:8%}.hero-stars i:nth-child(4){width:5px;height:5px;animation-delay:-.8s;bottom:17%;right:42%}.hero-stars i:nth-child(5){background:var(--turquoise);animation-delay:-3s;bottom:21%;left:14%}.tree-whisper{z-index:7;white-space:nowrap;color:var(--forest);cursor:pointer;background:#fff9eee0;border:1px solid #154d3d33;border-radius:999px;padding:.62rem .9rem;font-weight:800;transition:transform .25s,box-shadow .25s;position:absolute;bottom:-24px;left:50%;transform:translate(-50%);box-shadow:0 10px 28px #154d3d1f}.tree-whisper:hover{transform:translate(-50%)translateY(-4px);box-shadow:0 16px 32px #154d3d33}.tree-whisper span{color:var(--orange);animation:5s linear infinite spinSeed;display:inline-block}.tree-awake .brand-logo{animation:.9s cubic-bezier(.2,.85,.25,1) treeWake,6s ease-in-out .9s infinite breathe}.tree-awake .branch{animation:.7s cubic-bezier(.2,.85,.25,1) both branchWake}.tree-awake .branch-turquoise{animation-delay:80ms}.tree-awake .branch-blue{animation-delay:.16s}.magic-leaf{z-index:8;background:var(--leaf-color);pointer-events:none;width:12px;height:20px;animation:1.45s cubic-bezier(.15,.7,.25,1) forwards leafBurst;animation-delay:calc(var(--i)*35ms);border-radius:80% 20% 70% 30%;position:absolute;top:48%;left:50%}.story-toast{z-index:95;color:#fff;max-width:min(520px,100% - 32px);box-shadow:var(--shadow);opacity:0;pointer-events:none;background:#102b23;border-radius:18px;padding:.9rem 1.1rem;transition:all .35s;position:fixed;bottom:24px;left:50%;transform:translate(-50%,30px)}.story-toast.show{opacity:1;transform:translate(-50%)}.world-card{will-change:transform}.world-card:hover{transform:translateY(-9px) rotate(calc((var(--world-index) - 1)*.6deg))}.world-orbit{z-index:-1;border:1px solid #ffffff52;border-radius:50%;width:125px;height:125px;animation:11s linear infinite orbit;top:28px;right:28px;position:absolute!important}.world-orbit i{background:#fff;border-radius:50%;width:13px;height:13px;position:absolute;box-shadow:0 0 0 7px #ffffff1f}.world-orbit i:first-child{top:22px;left:8px}.world-orbit i:nth-child(2){width:8px;height:8px;top:53px;right:0}.world-orbit i:nth-child(3){width:6px;height:6px;bottom:-5px;left:48px}.world-card:hover .world-orbit{animation-duration:4s}.worlds-whisper{text-align:center;color:#b9d2c8;letter-spacing:.08em;margin:2rem 0 0;font-size:.8rem}.book-spark{z-index:3;color:#fff;opacity:0;filter:drop-shadow(0 2px 6px #154d3d73);pointer-events:none;transition:all .3s;position:absolute}.spark-one{font-size:1.2rem;top:12%;right:12%}.spark-two{color:var(--book-color);font-size:.7rem;top:34%;left:10%}.spark-three{font-size:.8rem;bottom:20%;right:8%}.book-door:hover .book-spark,.book-door:focus-visible .book-spark{opacity:1;animation:1.5s ease-in-out infinite sparkPop}.book-door:hover .spark-two{animation-delay:-.45s}.book-door:hover .spark-three{animation-delay:-.9s}.story-divider{background:#f4ecdc;height:100px;position:relative;overflow:hidden}.story-divider span{opacity:0;transition:all 1s cubic-bezier(.2,.8,.2,1);display:block;position:absolute}.divider-pages span{background:#fff9ee;border-radius:70% 8% 0 0;width:30%;height:70px;bottom:-28px;transform:translateY(55px)rotate(-5deg)}.divider-pages span:first-child{left:12%}.divider-pages span:nth-child(2){background:#eaf2ec;left:36%;transform:translateY(55px)rotate(2deg)}.divider-pages span:nth-child(3){right:10%;transform:translateY(55px)rotate(7deg)}.divider-roots{background:var(--orange)}.divider-roots span{background:var(--forest);transform-origin:top;width:9px;height:130px;transform:scaleY(.1) rotate(calc((var(--r,0))*1deg));border-radius:99px;top:-15px;left:50%}.divider-roots span:first-child{--r:55}.divider-roots span:nth-child(2){--r:0}.divider-roots span:nth-child(3){--r:-55}.story-divider.alive span{opacity:1;transform:translateY(0) rotate(var(--r,0deg))}.divider-roots.alive span{transform:scaleY(1) rotate(calc((var(--r,0))*1deg))}@keyframes twinkle{50%{opacity:.35;transform:scale(1.7)}}@keyframes spinSeed{to{transform:rotate(360deg)}}@keyframes treeWake{30%{transform:scale(.96)rotate(-1deg)}70%{transform:scale(1.04)rotate(1deg)}}@keyframes branchWake{0%{opacity:.2;width:4%}to{opacity:1}}@keyframes leafBurst{to{transform:translate(calc((var(--i) - 5.5)*38px),calc(-130px - (var(--i)%4)*42px)) rotate(calc(var(--i)*75deg));opacity:0}}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes sparkPop{50%{opacity:.4;transform:translateY(-8px)scale(1.25)}}@media (width<=1000px){.hero-copy,.tree-stage{transform:none}.hero-moon{top:20%;right:-20px}.tree-whisper{bottom:-12px}.story-divider{height:72px}}@media (width<=700px){.hero-stars i:nth-child(2),.hero-stars i:nth-child(5){display:none}.tree-whisper{padding:.5rem .7rem;font-size:.75rem;bottom:-8px}.story-divider{height:56px}.worlds-whisper,.book-spark{display:none}.story-toast{font-size:.82rem;bottom:86px}.reading-path{height:3px}.world-orbit{animation-duration:18s}}@media (prefers-reduced-motion:reduce){.hero-copy,.tree-stage,.hero-moon{transform:none}.reading-path span{transition:none}.story-divider span{opacity:.45;transform:none}.world-orbit,.tree-whisper span,.book-spark{animation:none}.magic-leaf{display:none}}.reading-challenge{color:#fff;background:#173f35;grid-template-columns:.8fr 1.2fr;align-items:center;gap:7vw;min-height:760px;display:grid;overflow:hidden}.challenge-copy{max-width:720px}.challenge-copy h2{margin:.2rem 0 1.5rem;font-size:clamp(3.5rem,6.5vw,7rem)}.challenge-copy h2 em{color:#ffb15d;font-weight:500}.challenge-copy>p{max-width:620px;font-size:1.14rem}.challenge-copy ul{flex-wrap:wrap;gap:1rem 1.8rem;margin:1.7rem 0;padding:0;list-style:none;display:flex}.challenge-copy li:before{content:"✦";color:var(--turquoise);margin-right:.5rem}.challenge-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;display:flex}.challenge-actions .text-link{color:#fff}.challenge-art{aspect-ratio:1;place-items:center;max-width:520px;margin:auto;display:grid;position:relative}.challenge-seven{z-index:3;color:#fff9ee;text-shadow:18px 20px #f5820bb8;font:500 clamp(12rem,24vw,24rem)/1 Georgia,serif;position:relative}.challenge-moon{aspect-ratio:1;background:#285a4d;border-radius:50%;width:82%;position:absolute;box-shadow:0 0 0 32px #2ec4b614,0 0 0 66px #2ec4b60d}.challenge-art i{z-index:4;background:var(--orange);width:34px;height:50px;transform:rotate(calc(var(--n)*48deg)) translateY(-210px);border-radius:75% 20% 70% 30%;animation:4s ease-in-out infinite challengeLeaf;position:absolute}.challenge-art i:nth-of-type(2){--n:1;background:var(--turquoise);animation-delay:-.4s}.challenge-art i:nth-of-type(3){--n:2;background:var(--blue);animation-delay:-.8s}.challenge-art i:nth-of-type(4){--n:3;animation-delay:-1.2s}.challenge-art i:nth-of-type(5){--n:4;background:var(--turquoise);animation-delay:-1.6s}.challenge-art i:nth-of-type(6){--n:5;background:var(--blue);animation-delay:-2s}.challenge-art i:nth-of-type(7){--n:6;animation-delay:-2.4s}.challenge-page{min-height:100vh;color:var(--ink);background:#fff9ee;padding:48px max(6vw,24px) 0}.challenge-page-head{grid-template-columns:1.2fr .8fr;align-items:center;max-width:1180px;margin:1rem auto 5rem;display:grid}.challenge-page-head h1{letter-spacing:-.06em;margin:.4rem 0 1.5rem;font:500 clamp(4.2rem,9vw,9rem)/.86 Georgia,serif}.challenge-page-head h1 em{color:var(--orange);font-weight:500}.challenge-page-head p{max-width:660px;font-size:1.12rem}.challenge-tree{place-items:center;min-height:430px;display:grid;position:relative}.challenge-tree span{color:var(--forest);text-shadow:15px 15px #d7ead4;font:500 18rem/1 Georgia,serif}.challenge-tree i{background:var(--orange);width:38px;height:55px;transform:rotate(calc(var(--leaf)*51deg)) translateY(-190px);border-radius:75% 20% 70% 30%;position:absolute}.challenge-tree i:nth-of-type(3n+2){background:var(--turquoise)}.challenge-tree i:nth-of-type(3n){background:var(--blue)}.challenge-board{background:#fff;border-radius:38px 38px 0 0;max-width:1180px;margin:auto;padding:3rem;box-shadow:0 24px 70px #154d3d21}.challenge-progress{border-bottom:1px solid #c7d1cd;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:2rem;display:flex}.challenge-progress h2{margin:0;font:500 2.8rem Georgia,serif}.progress-leaves{gap:.55rem;display:flex}.progress-leaves i{border:2px solid #b9c7c1;border-radius:75% 20% 70% 30%;width:30px;height:43px;transition:all .35s;display:block;transform:rotate(18deg)}.progress-leaves i.grown{background:var(--orange);border-color:var(--orange);transform:rotate(3deg)translateY(-5px)}.progress-leaves i:nth-child(3n+2).grown{background:var(--turquoise);border-color:var(--turquoise)}.progress-leaves i:nth-child(3n).grown{background:var(--blue);border-color:var(--blue)}.night-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:2rem 0;display:grid}.night-card label{cursor:pointer;border:1px solid #ccd5d1;border-radius:24px;grid-template-columns:auto 1fr;align-items:start;gap:1rem;min-height:170px;padding:1.4rem;transition:all .25s;display:grid}.night-card label:hover{border-color:var(--forest);transform:translateY(-3px);box-shadow:0 12px 30px #154d3d14}.night-card input{opacity:0;position:absolute}.night-number{background:#eaf2ec;border-radius:50%;place-items:center;width:50px;height:50px;font:700 1.4rem Georgia,serif;display:grid}.night-card small{color:#668078;text-transform:uppercase;letter-spacing:.12em;font-weight:800;display:block}.night-card strong{margin:.15rem 0;font:500 1.45rem Georgia,serif;display:block}.night-card p{margin:.4rem 0 0}.night-card label:has(input:checked){color:#fff;background:#173f35;border-color:#173f35}.night-card label:has(input:checked) .night-number{background:var(--orange);color:#fff}.night-card label:has(input:checked) small{color:#b9d2c8}.challenge-finish{text-align:center;background:#eaf2ec;border-radius:28px;padding:3rem}.challenge-finish h2{margin:.5rem;font:500 clamp(2.2rem,5vw,4.5rem)/1 Georgia,serif}.challenge-finish.complete{box-shadow:inset 0 0 0 3px var(--orange);background:linear-gradient(125deg,#ffd99f,#d5f1ec)}.challenge-finish>div{flex-wrap:wrap;justify-content:center;gap:.7rem;display:flex}.reset-challenge{cursor:pointer;background:0 0;border:0}.challenge-next{color:#fff;text-align:center;background:#173f35;margin:0 calc(-1*max(6vw,24px));padding:90px max(6vw,24px)}.challenge-next h2{max-width:900px;margin:1rem auto 2rem;font:500 clamp(2.7rem,6vw,5.6rem)/1 Georgia,serif}@keyframes challengeLeaf{50%{filter:brightness(1.15);margin-top:-14px}}@media (width<=900px){.reading-challenge,.challenge-page-head{grid-template-columns:1fr}.challenge-art{order:2;max-width:380px}.challenge-copy{order:1}.challenge-page-head{margin-bottom:2rem}.challenge-tree{min-height:330px}.challenge-tree span{font-size:13rem}.challenge-tree i{transform:rotate(calc(var(--leaf)*51deg)) translateY(-140px)}}@media (width<=700px){.reading-challenge{padding-top:75px}.challenge-copy h2{font-size:3.6rem}.challenge-copy ul{display:grid}.challenge-art{width:100%;max-width:300px}.challenge-seven{font-size:12rem}.challenge-art i{width:22px;height:34px;transform:rotate(calc(var(--n)*48deg)) translateY(-130px)}.challenge-page{padding-inline:16px}.challenge-page-head h1{font-size:4.6rem}.challenge-tree{min-height:260px}.challenge-tree span{font-size:10rem}.challenge-tree i{width:24px;height:36px;transform:rotate(calc(var(--leaf)*51deg)) translateY(-110px)}.challenge-board{border-radius:26px 26px 0 0;padding:1.25rem}.challenge-progress{display:block}.progress-leaves{margin-top:1rem}.progress-leaves i{width:24px;height:35px}.night-grid{grid-template-columns:1fr}.night-card label{min-height:0}.challenge-finish{padding:2rem 1rem}.challenge-finish>div{display:grid}.challenge-finish .button{width:100%}}@media print{.challenge-page>.back-home,.challenge-next,.challenge-finish button,.reading-path{display:none!important}.challenge-page{padding:0}.challenge-page-head{grid-template-columns:1fr .4fr;margin:0 0 1rem}.challenge-page-head h1{font-size:4rem}.challenge-tree{min-height:180px}.challenge-tree span{font-size:7rem}.challenge-tree i{display:none}.challenge-board{box-shadow:none;padding:1rem}.night-card label{min-height:115px}.night-grid{gap:6px}.challenge-finish{padding:1rem}.challenge-finish h2{font-size:2rem}}.resources-page{min-height:100vh;color:var(--ink);background:linear-gradient(#fffaf0 0,#f4fbf7 48%,#fffaf0 100%);padding:28px clamp(20px,5vw,80px) 80px;overflow:hidden}.resources-page .back-home{color:var(--ink);margin-bottom:36px;font-weight:800;display:inline-flex}.resources-hero{background:radial-gradient(circle at 80% 20%,#2ec4b642,#0000 34%),linear-gradient(135deg,#fffdf7,#e4f7f0);border-radius:48px;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:center;max-width:1220px;min-height:500px;margin:0 auto 90px;padding:clamp(38px,7vw,88px);display:grid;position:relative;box-shadow:0 28px 80px #12392f1f}.resources-hero h1{letter-spacing:-.055em;max-width:820px;margin:.1em 0 .25em;font:500 clamp(3.2rem,7vw,7rem)/.88 Georgia,serif}.resources-hero h1 em{color:#12614e;font-weight:500}.resources-hero .lede{max-width:650px}.resources-principles{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.resources-principles span{background:#ffffffb8;border:1px solid #12392f33;border-radius:999px;padding:9px 14px;font-size:.84rem;font-weight:800}.resource-orbit{aspect-ratio:1;border:2px solid #2ec4b659;border-radius:50%;width:min(30vw,330px);margin:auto;animation:7s ease-in-out infinite resource-float;position:relative}.resource-orbit:before,.resource-orbit:after{content:"";border:18px solid #2ec4b62e;border-radius:50%;position:absolute;inset:14%}.resource-orbit:after{background:var(--turquoise);border:0;inset:34%;box-shadow:0 18px 40px #2ec4b659}.resource-orbit span{z-index:2;color:#fff;place-items:center;font-size:4rem;display:grid;position:absolute;inset:0}.resource-orbit i{background:var(--orange);border-radius:50%;width:25px;height:25px;position:absolute;box-shadow:0 8px 18px #f5820b4d}.resource-orbit i:first-child{top:22%;left:6%}.resource-orbit i:nth-child(2){background:var(--blue);top:47%;right:2%}.resource-orbit i:nth-child(3){background:#ffcb57;bottom:-3%;left:34%}@keyframes resource-float{50%{transform:translateY(-14px)rotate(2deg)}}.resource-library{max-width:1220px;margin:0 auto 100px}.resource-library .section-intro{margin-bottom:34px}.resource-catalog{grid-template-columns:1fr 1fr;gap:24px;display:grid}.resource-product{background:#ffffffdb;border:1px solid #12392f1f;border-radius:32px;position:relative;overflow:hidden;box-shadow:0 18px 50px #12392f14}.featured-resource{grid-column:1/-1;grid-template-columns:minmax(240px,370px) 1fr;align-items:center;gap:clamp(30px,6vw,80px);padding:clamp(24px,5vw,58px);display:grid}.featured-resource img{object-fit:contain;filter:drop-shadow(0 22px 28px #12392f33);border-radius:16px;width:100%;max-height:510px}.featured-resource h2,.compact-resource h2{margin:.15em 0 .25em;font:500 clamp(2rem,4vw,4.5rem)/.95 Georgia,serif}.featured-resource p{max-width:680px}.featured-resource ul{flex-wrap:wrap;gap:10px;margin:24px 0 30px;padding:0;list-style:none;display:flex}.featured-resource li{background:#dff5ed;border-radius:999px;padding:8px 12px;font-size:.82rem;font-weight:800}.featured-resource .text-link{margin-left:18px;display:inline-block}.compact-resource{grid-template-columns:150px 1fr;align-items:center;gap:24px;padding:34px;display:grid}.compact-resource h2{font-size:clamp(1.8rem,3vw,3rem)}.passport-mini{aspect-ratio:1;color:#fff;background:#12392f;border-radius:50%;place-items:center;width:140px;display:grid;position:relative;box-shadow:inset 0 0 0 12px #dff5ed}.passport-mini span{font:500 5rem Georgia,serif}.passport-mini i{background:var(--orange);border-radius:50%;width:16px;height:16px;position:absolute}.passport-mini i:nth-child(2){top:8%;left:14%}.passport-mini i:nth-child(3){background:var(--turquoise);top:30%;right:7%}.passport-mini i:nth-child(4){background:var(--blue);bottom:8%;left:33%}.coming-symbol{aspect-ratio:1;width:120px;color:var(--orange);background:linear-gradient(135deg,#fce0bf,#fff4de);border-radius:36px;place-items:center;font:500 6rem Georgia,serif;display:grid}.resource-use{background:var(--ink);color:#fff;border-radius:40px;grid-template-columns:.7fr 1.3fr;gap:60px;max-width:1220px;margin:0 auto 100px;padding:clamp(35px,6vw,70px);display:grid}.resource-use h2{margin:.2em 0;font:500 clamp(2.5rem,5vw,5rem)/.95 Georgia,serif}.resource-use ol{counter-reset:resource-step;margin:0;padding:0;list-style:none}.resource-use li{counter-increment:resource-step;border-bottom:1px solid #ffffff29;grid-template-columns:48px 150px 1fr;align-items:start;gap:18px;padding:22px 0;display:grid}.resource-use li:before{content:"0" counter(resource-step);color:var(--turquoise);font-weight:900}.resource-use li strong{font-size:1.08rem}.resource-use li span{color:#ffffffbf}.professional-callout{text-align:center;background:var(--blue);color:#fff;border-radius:50% 50% 35px 35px;max-width:920px;margin:0 auto;padding:70px clamp(24px,8vw,100px);box-shadow:0 25px 70px #2e86c433}.professional-callout h2{margin:.2em 0;font:500 clamp(2.4rem,5vw,5rem)/.95 Georgia,serif}.professional-callout p:not(.eyebrow){max-width:680px;margin:0 auto 28px}@media (width<=850px){.resources-page{padding-inline:14px}.resources-hero{border-radius:30px;grid-template-columns:1fr;min-height:auto;margin-bottom:60px;padding:40px 24px}.resource-orbit{width:210px;margin-top:40px}.resource-catalog{grid-template-columns:1fr}.featured-resource{grid-template-columns:1fr;padding:28px}.featured-resource img{max-height:380px}.featured-resource .text-link{margin:20px 0 0;display:block}.compact-resource{grid-template-columns:100px 1fr;padding:24px}.passport-mini{width:95px}.coming-symbol{border-radius:25px;width:90px}.resource-use{grid-template-columns:1fr;gap:20px;padding:36px 24px}.resource-use li{grid-template-columns:40px 1fr}.resource-use li span{grid-column:2}.professional-callout{border-radius:35px;padding:50px 24px}}@media (prefers-reduced-motion:reduce){.resource-orbit{animation:none}}:root{--scene-ease:cubic-bezier(.2,.75,.2,1);--scene-line:#18352d29}html{overflow-x:clip}body{background:var(--paper);letter-spacing:-.01em}.site-header{border-radius:999px;grid-template-columns:1fr auto 1fr;width:min(1380px,100% - 28px);padding:10px 14px 10px 22px;display:grid;box-shadow:0 20px 65px #103a301f}.header-status{letter-spacing:.17em;text-transform:uppercase;color:#6b817a;font-size:.62rem;font-weight:900}.site-header nav{justify-content:flex-end;gap:1.15rem;font-size:.82rem}.site-header nav a{position:relative}.site-header nav a:after{content:"";background:var(--forest);height:1px;transition:right .35s var(--scene-ease);position:absolute;bottom:-5px;left:0;right:100%}.site-header nav a:hover{text-decoration:none}.site-header nav a:hover:after{right:0}.hero{background:radial-gradient(circle at calc(73% + var(--pointer-x,0)*45px) calc(39% + var(--pointer-y,0)*35px),#2ec4b638,transparent 25%),radial-gradient(circle at 11% 78%,#f5820b29,transparent 22%),linear-gradient(120deg,#fff9ee,#edf7ef);grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(20px,4vw,80px);min-height:860px;padding:145px max(5vw,24px) 86px}.hero:before,.hero:after{content:"";pointer-events:none;border:1px solid #154d3d21;border-radius:50%;animation:22s linear infinite sceneOrbit;position:absolute}.hero:before{width:46vw;height:46vw;top:5vh;right:-10vw}.hero:after{width:27vw;height:27vw;animation-duration:15s;animation-direction:reverse;top:22vh;right:8vw}.hero-copy{max-width:850px;transform:translate3d(calc(var(--pointer-x,0)*-10px),calc(var(--pointer-y,0)*-7px),0);grid-area:1/1}.hero .eyebrow{color:var(--ink);align-items:center;gap:18px;display:flex}.hero .eyebrow:after{content:"";background:currentColor;width:54px;height:1px}.hero h1{letter-spacing:-.065em;font-size:clamp(4.6rem,7.5vw,8.3rem);line-height:.79}.hero h1 em{color:#12604d;white-space:nowrap;display:block;transform:translate(clamp(15px,4vw,70px))}.hero .lede{max-width:610px;margin-top:3.2rem}.hero-actions .button.primary{box-shadow:none;border:1px solid var(--forest);color:var(--forest);background:0 0;gap:1.2rem;padding:.65rem .65rem .65rem 1.4rem}.hero-actions .button.primary:after{content:"↘";background:var(--forest);color:#fff;width:46px;height:46px;transition:.4s var(--scene-ease);border-radius:50%;place-items:center;display:grid}.hero-actions .button.primary:hover:after{background:var(--orange);transform:rotate(45deg)}.tree-stage{z-index:5;height:min(68vh,650px);transform:translate3d(calc(var(--pointer-x,0)*-20px),calc(var(--pointer-y,0)*-18px),0);grid-area:1/2}.halo{filter:none;background:#fff4d9;width:min(92%,580px);box-shadow:0 0 0 1px #f5820b21,0 45px 100px #2ec4b629}.brand-logo{filter:drop-shadow(0 32px 35px #1e3f3238);width:min(73%,430px);max-height:560px}.branch{opacity:.95;height:11px;bottom:1%}.tree-whisper{bottom:-36px}.ground{background:#d8ebd6;height:18%;bottom:-12%}.hero-scroll{z-index:5;letter-spacing:.17em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:900;position:absolute;bottom:26px;left:max(5vw,24px)}.hero-scroll span{margin-left:12px;animation:1.6s ease-in-out infinite sceneBob;display:inline-block}.worlds{background:#113f34;padding-top:135px;position:relative;overflow:hidden}.worlds:before{content:"01";color:#ffffff09;font:400 clamp(6rem,13vw,13rem)/1 Georgia,serif;position:absolute;top:40px;right:4vw}.worlds .section-intro{grid-template-columns:.65fr 1.35fr;align-items:start;gap:5vw;max-width:none;display:grid}.worlds .section-intro .eyebrow{grid-column:1}.worlds .section-intro h2,.worlds .section-intro>p:last-child{grid-column:2}.worlds .section-intro h2{margin-top:-1rem;font-size:clamp(4rem,7vw,7.8rem)}.worlds .section-intro>p:last-child{margin-top:0}.world-grid{border-bottom:1px solid #ffffff40;grid-template-columns:1fr;gap:0;display:grid}.world-card{min-height:172px;transition:padding .55s var(--scene-ease),color .4s var(--scene-ease);border-top:1px solid #ffffff45;border-radius:0;grid-template-columns:1fr 1.4fr auto;align-items:center;padding:24px 34px 24px 340px;display:grid;background:0 0!important;transform:none!important}.world-card:before{background:var(--world-color);transform-origin:bottom;width:auto;height:auto;transition:transform .55s var(--scene-ease);border-radius:0;inset:0;transform:scaleY(0)}.world-card:after{display:none}.world-card:hover{color:var(--ink);padding-left:360px}.world-card:hover:before{transform:scaleY(1)}.world-card>strong{letter-spacing:-.04em;font:400 3rem Georgia,serif;position:absolute;left:34px}.world-card h3{margin:0;font-size:clamp(2rem,3.4vw,3.5rem);line-height:.95}.world-card p{margin:0}.world-card>span:last-child{letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:900}.world-orbit{opacity:.45;width:115px;height:115px;top:25px;left:55px;right:auto;z-index:0!important}.worlds-whisper{text-align:left;margin-left:340px}.featured{background:#eef6ef;padding-top:140px;position:relative;overflow:hidden}.featured:before{content:"02";color:#154d3d0b;font:400 clamp(7rem,15vw,15rem)/1 Georgia,serif;position:absolute;top:25px;left:-1vw}.featured .section-intro{max-width:760px;margin-left:32%}.featured .section-intro h2{font-size:clamp(4rem,7vw,7.5rem)}.featured-books{align-items:flex-start;gap:42px;width:max-content;padding:30px 5vw 80px;animation:44s linear infinite bookRiver;display:flex}.featured-books:hover{animation-play-state:paused}.featured-books .book-door{flex:none;width:250px}.featured-books .cover-shell{box-shadow:0 28px 45px #16362c38}.featured-books .book-door:hover .cover-shell{transform:perspective(900px)rotateY(-8deg)translateY(-18px)scale(1.03)}.reading-challenge{isolation:isolate;background:linear-gradient(120deg,#10392f,#194b3e);min-height:840px;position:relative}.reading-challenge:before{content:"04";z-index:-1;color:#ffffff09;font:400 clamp(8rem,17vw,17rem)/1 Georgia,serif;position:absolute;top:25px;right:2vw}.challenge-moon{box-shadow:0 0 0 32px #2ec4b614,0 0 0 66px #2ec4b60a,0 0 0 105px #2ec4b606}.finder{background:var(--orange);min-height:820px;padding-top:140px;position:relative;overflow:hidden}.finder:before{content:"05";color:#ffffff2b;font:400 clamp(8rem,17vw,17rem)/1 Georgia,serif;position:absolute;top:20px;left:2vw}.finder-copy h2{font-size:clamp(4rem,6.5vw,7rem)}.finder-form{border-radius:40px;box-shadow:0 35px 80px #3d2b0f2e}.catalog{background:#fffaf1;padding-top:145px;position:relative;overflow:hidden}.catalog:before{content:"06";color:#154d3d0b;font:400 clamp(8rem,17vw,17rem)/1 Georgia,serif;position:absolute;top:20px;right:2vw}.catalog-head h2{font-size:clamp(4rem,7vw,7.8rem)}.catalog-grid{gap:42px 22px}.catalog-grid .book-door{transition:transform .4s var(--scene-ease)}.catalog-grid .book-door:hover{transform:translateY(-12px)}.catalog-grid .book-door:nth-child(6n+2),.catalog-grid .book-door:nth-child(6n+5){margin-top:38px}.families{background:#e7f1e8;padding-top:140px;position:relative}.families:before{content:"07";color:#154d3d0b;font:400 clamp(8rem,17vw,17rem)/1 Georgia,serif;position:absolute;top:15px;left:2vw}.families .section-intro{max-width:800px;margin-left:30%}.families .section-intro h2{font-size:clamp(3.8rem,6.4vw,7rem)}.resource-grid article{border-top:1px solid var(--scene-line);transition:.4s var(--scene-ease);background:0 0;border-radius:0}.resource-grid article:hover{background:#fff;transform:translateY(-10px)}.resource-grid .resource-featured{box-shadow:none;border:0;border-top:1px solid #f5820b59}.about{background:#fff9ee;min-height:760px;position:relative}.about:after{content:"08";color:#154d3d0b;font:400 clamp(8rem,17vw,17rem)/1 Georgia,serif;position:absolute;top:15px;right:2vw}.about-mark{text-shadow:24px 24px #d8eee9;transform:rotate(-5deg)}.club{background:#10382f;min-height:560px;padding-top:120px;padding-bottom:120px}@keyframes sceneOrbit{to{transform:rotate(360deg)}}@keyframes sceneBob{50%{transform:translateY(7px)}}@keyframes bookRiver{to{transform:translate(-35%)}}@media (width<=1000px){.site-header{grid-template-columns:1fr auto}.header-status{display:none}.hero{grid-template-columns:1fr;gap:10px;padding-top:130px}.hero-copy{text-align:left;grid-area:1/1}.hero-actions{justify-content:flex-start}.tree-stage{grid-area:2/1;height:470px}.hero h1 em{transform:none}.hero:before{width:80vw;height:80vw}.hero-scroll{display:none}.worlds .section-intro{grid-template-columns:1fr}.worlds .section-intro .eyebrow,.worlds .section-intro h2,.worlds .section-intro>p:last-child{grid-column:1}.world-card{grid-template-columns:1.15fr 1fr;padding-left:270px}.world-card:hover{padding-left:282px}.world-card>strong{font-size:2.65rem;left:24px}.world-card>span:last-child{display:none}.world-orbit{left:22px}.featured .section-intro,.families .section-intro{margin-left:0}.catalog-grid .book-door:nth-child(n){margin-top:0}}@media (width<=700px){.site-header,.site-header.open{border-radius:24px}.site-header.open nav{border-radius:20px}.hero{min-height:100svh;padding-top:125px}.hero-copy{text-align:left}.hero h1{font-size:clamp(4rem,18vw,5.5rem);line-height:.82}.hero h1 em{white-space:normal}.hero .lede{margin-top:2rem}.hero-actions{justify-content:flex-start}.hero-actions .text-link{display:none}.tree-stage{height:390px}.tree-whisper{bottom:-4px}.ground{height:12%}.worlds,.featured,.reading-challenge,.finder,.catalog,.families{padding-top:95px}.worlds .section-intro h2,.featured .section-intro h2,.catalog-head h2,.families .section-intro h2{font-size:3.65rem}.world-card{min-height:210px;padding:25px 18px;display:block}.world-card:hover{padding-left:18px}.world-card>strong{margin-bottom:.75rem;font-size:1.15rem;display:block;position:static}.world-card h3{margin-top:.4rem;font-size:2.2rem}.world-card p{font-size:.8rem}.world-orbit,.worlds-whisper{display:none}.featured-books{scroll-snap-type:x mandatory;gap:24px;width:auto;padding:15px 18px 45px;animation:none;overflow-x:auto}.featured-books .book-door{scroll-snap-align:center;width:72vw;min-width:72vw;margin-top:0!important}.catalog-grid{gap:30px 14px}.resource-grid article{background:#fff;border-radius:22px}}@media (prefers-reduced-motion:reduce){.hero:before,.hero:after,.featured-books,.hero-scroll span{animation:none}.hero-copy,.tree-stage{transform:none}}:root{--guide-color:var(--turquoise)}.story-guide{z-index:19;background:var(--guide-color);width:19px;height:19px;box-shadow:0 0 0 7px color-mix(in srgb,var(--guide-color) 16%,transparent),0 0 28px var(--guide-color);pointer-events:none;border-radius:50%;transition:background .5s,box-shadow .5s;animation:2.4s ease-in-out infinite guidePulse;position:fixed;top:12vh;right:22px}.story-guide i,.story-guide span{transform-origin:bottom;background:#ffffffb8;border-radius:80% 20% 70% 30%;width:9px;height:13px;position:absolute;top:1px}.story-guide i{right:13px;transform:rotate(-36deg)}.story-guide span{left:13px;transform:scaleX(-1)rotate(-36deg)}.open-story{color:var(--ink);background:#f3b45c;padding-top:145px;position:relative;overflow:hidden}.open-story:before{content:"03";color:#ffffff38;font:400 clamp(8rem,17vw,17rem)/1 Georgia,serif;position:absolute;top:18px;right:2vw}.open-story-heading{grid-template-columns:.7fr 1.3fr;align-items:start;gap:4vw;margin-bottom:45px;display:grid}.open-story-heading .eyebrow{grid-column:1}.open-story-heading h2,.open-story-heading>p:last-child{grid-column:2}.open-story-heading h2{letter-spacing:-.055em;margin:-.12em 0 .2em;font:500 clamp(4.4rem,8vw,8.8rem)/.84 Georgia,serif}.open-story-heading>p:last-child{max-width:650px;margin:0;font-size:1.08rem}.open-story-ages{justify-content:flex-end;gap:9px;margin:0 0 28px;display:flex}.open-story-ages button{color:var(--ink);cursor:pointer;background:0 0;border:1px solid #18352d59;border-radius:999px;padding:.65rem 1rem;font-weight:900;transition:all .25s}.open-story-ages button:hover,.open-story-ages button.active{background:var(--story-color);border-color:var(--story-color);color:#fff;transform:translateY(-3px)}.open-story-stage{color:#fff;background:#103c31;border-radius:42px;grid-template-columns:minmax(480px,1.25fr) minmax(300px,.75fr);align-items:center;gap:clamp(28px,5vw,80px);min-height:610px;padding:clamp(24px,4vw,55px);transition:background .45s;display:grid;box-shadow:0 35px 90px #432b0a38}.story-book{perspective:1500px;min-height:510px;position:relative}.story-cover{z-index:3;transform-origin:0;width:min(310px,46%);transition:transform .9s var(--scene-ease),opacity .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotateY(0)}.story-cover img{aspect-ratio:2/3;object-fit:cover;border-radius:5px 19px 19px 5px;width:100%;display:block;box-shadow:0 32px 55px #00000059}.story-cover span{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#b9d2c8;margin-top:14px;font-size:.68rem;font-weight:900;display:block}.story-spread{opacity:0;width:min(690px,96%);transition:opacity .55s,transform .9s var(--scene-ease);grid-template-columns:1fr 1fr;gap:5px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.74)rotateX(8deg)}.story-spread img{object-fit:contain;background:#fff9ee;width:100%;height:430px;box-shadow:0 28px 48px #00000047}.story-spread img:first-child{transform-origin:100%;border-radius:16px 2px 2px 16px;transform:perspective(900px)rotateY(4deg)}.story-spread img:last-child{transform-origin:0;border-radius:2px 16px 16px 2px;transform:perspective(900px)rotateY(-4deg)}.story-book.is-open .story-cover{opacity:.15;transform:translate(-128%,-50%)rotateY(-72deg)}.story-book.is-open .story-spread{opacity:1;transform:translate(-50%,-50%)scale(1)rotateX(0)}.open-story-copy h3{letter-spacing:-.05em;margin:.18em 0 .28em;font:500 clamp(2.8rem,5vw,5.8rem)/.9 Georgia,serif}.open-story-copy>p:not(.eyebrow){color:#d8e8e2;max-width:48ch}.open-story-actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px;display:flex}.open-story-actions .text-link{color:#fff}@keyframes guidePulse{50%{filter:brightness(1.22);scale:1.13}}@media (width<=1000px){.open-story-heading{grid-template-columns:1fr}.open-story-heading .eyebrow,.open-story-heading h2,.open-story-heading>p:last-child{grid-column:1}.open-story-stage{grid-template-columns:1fr;min-height:auto}.story-book{min-height:500px}.open-story-copy{max-width:720px}.story-guide{right:13px}}@media (width<=700px){.open-story{padding-top:95px}.open-story-heading h2{font-size:4.1rem}.open-story-ages{justify-content:flex-start;padding-bottom:8px;overflow-x:auto}.open-story-ages button{white-space:nowrap}.open-story-stage{border-radius:28px;padding:24px 18px}.story-book{min-height:355px}.story-cover{width:210px}.story-spread{gap:2px;width:100%}.story-spread img{height:300px}.story-book.is-open .story-cover{transform:translate(-112%,-50%)rotateY(-78deg)}.open-story-copy h3{font-size:3rem}.story-guide{display:none}}@media (prefers-reduced-motion:reduce){.story-guide{display:none}.story-cover,.story-spread{transition:none}.open-story-ages button:hover{transform:none}}.cover-shell{aspect-ratio:var(--cover-ratio,2/3)}.cover-shell img{image-rendering:auto;display:block}.featured-controls{color:#587067;letter-spacing:.1em;text-transform:uppercase;justify-content:flex-end;align-items:center;gap:14px;margin:0 max(5vw,24px) 12px;font-size:.72rem;font-weight:900;display:flex}.featured-controls button{width:48px;height:48px;color:var(--forest);cursor:pointer;background:#ffffffb8;border:1px solid #8fa29a;border-radius:50%;place-items:center;font-size:1.3rem;transition:all .25s;display:grid}.featured-controls button:hover,.featured-controls button:focus-visible{background:var(--forest);color:#fff;transform:translateY(-3px)}.featured-books{scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;align-items:flex-start;gap:46px;width:auto;max-width:100%;padding:30px 5vw 80px;scroll-padding-inline:5vw;animation:none;display:flex;overflow:auto hidden}.featured-books::-webkit-scrollbar{display:none}.featured-books .book-door{scroll-snap-align:start;flex:0 0 310px;width:310px}.featured-books .book-door:nth-child(2n){margin-top:70px}.featured-books .book-door:nth-child(3n){margin-top:28px}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:42px 20px}.catalog-grid .book-meta h3{font-size:1.08rem}@media (width<=1000px){.catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=700px){.featured-controls{justify-content:space-between;margin-inline:18px}.featured-controls span{font-size:.6rem}.featured-books{gap:24px;width:auto;padding:15px 18px 45px;scroll-padding-inline:18px}.featured-books .book-door{scroll-snap-align:center;width:72vw;min-width:72vw;margin-top:0!important}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 14px}}.amazon-showcase{background:linear-gradient(135deg,#e5f1ec,#fff9ee);grid-template-columns:minmax(220px,.65fr) 1.35fr;align-items:center;gap:7vw;display:grid}.amazon-showcase-mark{min-height:360px;box-shadow:var(--shadow);background:#fff;border-radius:44px;place-items:center;display:grid}.amazon-showcase-mark img{width:min(78%,360px);height:auto}.amazon-showcase h2{max-width:820px}.amazon-showcase p{max-width:680px;font-size:1.08rem}.amazon-showcase small{color:#536b63;margin-top:1rem;display:block}@media (width<=700px){.amazon-showcase{grid-template-columns:1fr}.amazon-showcase-mark{min-height:260px}}
