:root{--ink:#0b2f36;--ink-soft:#315158;--teal:#087f75;--teal-dark:#06685f;--teal-pale:#ddf3ef;--aqua:#bfe8e2;--yellow:#f6c94c;--yellow-pale:#fff3c6;--coral:#f26b5b;--coral-pale:#fee4dc;--sage:#8ab99d;--sage-pale:#e4f0e6;--blue-pale:#dcecf5;--lavender-pale:#ece5f5;--peach-pale:#fbe7d6;--cream:#fffdf7;--parchment:#fff7e8;--line:#e8e2d7;--white:#fff;--shadow-sm:0 10px 30px #0b2f361a;--shadow-lg:0 24px 70px #0b2f3624;--radius-sm:14px;--radius:24px;--radius-lg:36px;--shell:min(1240px, calc(100vw - 48px));--body-font:"Atkinson Hyperlegible", "Aptos", "Segoe UI", Arial, sans-serif;--display-font:"Fraunces", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{background:var(--cream);color:var(--ink);font-family:var(--body-font);text-rendering:optimizelegibility;margin:0;font-size:17px;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-underline-offset:4px;text-decoration-thickness:2px}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}.shell{width:var(--shell);margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:1000;background:var(--ink);color:var(--white);border-radius:10px;padding:12px 18px;transition:transform .16s;position:fixed;top:10px;left:10px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--display-font);letter-spacing:-.035em;line-height:1.06}h2{font-size:clamp(2.2rem,4vw,3.6rem)}h3{line-height:1.25}.section-pad{padding-block:clamp(76px,9vw,128px)}.eyebrow{color:var(--teal);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:18px;font-size:.83rem;font-weight:800;line-height:1.35;display:flex}.eyebrow:before{background:var(--yellow);content:"";border-radius:3px;width:30px;height:3px}.eyebrow-light{color:var(--yellow-pale)}.section-heading{max-width:720px;margin-bottom:48px}.section-heading h2{margin-bottom:18px}.section-heading>p:last-child{max-width:650px;color:var(--ink-soft);font-size:1.1rem}.section-heading-center{text-align:center;margin-inline:auto}.section-heading-center .eyebrow{justify-content:center}.section-heading-center>p:last-child{margin-inline:auto}.button{border-radius:var(--radius-sm);text-align:center;border:2px solid #0000;justify-content:center;align-items:center;min-height:54px;padding:13px 26px;font-weight:800;line-height:1.2;text-decoration:none;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--teal);color:var(--white);box-shadow:0 10px 22px #087f7533}.button-primary:hover{background:var(--teal-dark);box-shadow:0 14px 28px #087f7547}.button-secondary{border-color:var(--teal);color:var(--teal-dark);background:0 0}.button-secondary:hover{background:var(--teal-pale)}.button-coral{background:var(--coral);color:var(--ink)}.button-coral:hover{background:#ff8879}.button-light{background:var(--cream);color:var(--ink)}.button-light:hover{background:var(--yellow-pale)}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.text-link{color:var(--teal-dark);font-weight:800;text-decoration:none}.text-link b,.article-card a b,.workshop-card a b{transition:transform .16s;display:inline-block}.text-link:hover b,.article-card a:hover b,.workshop-card a:hover b{transform:translate(4px)}.site-header{z-index:100;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--cream) 92%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:28px;width:min(1360px,100vw - 44px);min-height:92px;margin-inline:auto;display:flex}.brand{color:var(--ink);flex:0 0 min(330px,27vw);align-items:center;gap:10px;text-decoration:none;display:flex}.brand-mark{border-radius:50%;flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%}.brand-type{white-space:nowrap;align-items:baseline;gap:7px;line-height:1;display:flex}.brand-type b{letter-spacing:-.045em;font-size:clamp(1.15rem,1.65vw,1.75rem);font-weight:900}.brand-type em{color:var(--coral);letter-spacing:.03em;font-size:clamp(1rem,1.45vw,1.55rem);font-style:normal;font-weight:900}.primary-nav{align-items:center;gap:clamp(14px,1.7vw,28px);display:flex}.primary-nav>a:not(.header-cta){white-space:nowrap;padding-block:10px;font-size:.94rem;font-weight:800;text-decoration:none;position:relative}.primary-nav>a:not(.header-cta):after{background:var(--yellow);content:"";opacity:0;border-radius:10px;height:3px;transition:opacity .16s,transform .16s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(.4)}.primary-nav>a:hover:after,.primary-nav>a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.header-cta{background:var(--teal);min-height:48px;color:var(--white);white-space:nowrap;border-radius:14px;align-items:center;padding:11px 20px;font-weight:800;text-decoration:none;display:inline-flex}.header-cta:hover{background:var(--teal-dark)}.menu-toggle{border:1px solid var(--line);background:var(--white);width:48px;height:48px;color:var(--ink);border-radius:12px;justify-content:center;align-items:center;display:none}.menu-icon{gap:5px;display:grid}.menu-icon i{background:currentColor;border-radius:2px;width:22px;height:2px;display:block}.hero-home{background:radial-gradient(circle at 15% 12%,#f6c94c29,#0000 25%),linear-gradient(135deg,#fffdf7 0%,#fffaf0 50%,#eef8f5 100%);min-height:760px;position:relative;overflow:hidden}.hero-grid{grid-template-columns:46% 54%;align-items:center;gap:18px;min-height:760px;padding-block:64px 54px;display:grid}.hero-copy{z-index:4;padding-right:14px;position:relative}.hero-copy h1{max-width:680px;margin-bottom:26px;font-size:clamp(3.6rem,5.1vw,5.45rem);line-height:.99}.hero-copy h1 span{color:var(--teal)}.hero-lede{max-width:590px;color:var(--ink-soft);margin-bottom:28px;font-size:clamp(1.08rem,1.5vw,1.27rem);line-height:1.55}.hero-audiences{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.audience-pill{border-radius:99px;align-items:center;gap:9px;min-height:44px;padding:8px 17px;font-size:.94rem;font-weight:800;text-decoration:none;display:inline-flex}.audience-pill:hover{box-shadow:var(--shadow-sm)}.audience-pill span{font-size:1.15rem}.pill-yellow{background:var(--yellow-pale)}.pill-aqua{background:var(--teal-pale)}.pill-coral{background:var(--coral-pale)}.hero-art{align-self:stretch;min-height:620px;position:relative}.hero-oval{background:radial-gradient(circle at 56% 30%,#ffffffd9,#0000 26%),linear-gradient(150deg,#d9f2ed 0%,#bfe6df 58%,#a8d6cb 100%);border-radius:48% 52% 46% 54%;width:74%;height:92%;position:absolute;top:4%;right:7%}.hero-oval:after{background:var(--yellow);content:"";opacity:.92;border-radius:50%;width:62%;height:38%;position:absolute;bottom:-7%;right:-11%;transform:rotate(-9deg)}.hero-character{z-index:2;object-fit:contain;filter:drop-shadow(0 26px 28px #0b2f362e);width:76%;max-height:680px;position:absolute;bottom:-3%;right:2%}.storybook-leaves{z-index:1;background:linear-gradient(150deg, var(--teal), #54a990);opacity:.75;border-radius:100% 0;width:130px;height:245px;position:absolute}.storybook-leaves:before,.storybook-leaves:after{background:inherit;content:"";border-radius:100% 0;width:72px;height:140px;position:absolute}.storybook-leaves:before{top:20px;left:-62px;transform:rotate(-34deg)}.storybook-leaves:after{bottom:-8px;right:-52px;transform:rotate(38deg)}.leaves-left{bottom:0;left:4%;transform:rotate(-18deg)}.leaves-right{background:var(--yellow);width:76px;height:144px;top:10%;right:3%;transform:rotate(24deg)}.hero-feature-card{z-index:5;width:min(264px,40%);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #0b2f3614;border-radius:20px;grid-template-columns:48px 1fr;align-items:center;gap:12px;padding:15px;display:grid;position:absolute}.hero-feature-card strong,.hero-feature-card span{display:block}.hero-feature-card strong{font-size:.98rem;line-height:1.2}.hero-feature-card span{color:var(--ink-soft);margin-top:3px;font-size:.79rem;line-height:1.35}.card-story{top:18%;right:-2%}.card-activity{top:47%;right:-5%}.card-together{bottom:3%;right:1%}.hero-sun{background:var(--yellow);opacity:.16;border-radius:50%;width:340px;height:340px;position:absolute;bottom:-160px;right:-110px}.hero-dots{background-image:radial-gradient(var(--teal) 2px, transparent 2px);opacity:.16;background-size:16px 16px;width:100px;height:100px;position:absolute}.dots-one{top:30px;left:20px}.audience-section{background:var(--white)}.audience-card-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.audience-card{border-radius:var(--radius);border:1px solid #0b2f3614;flex-direction:column;align-items:flex-start;min-height:330px;padding:34px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.audience-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.audience-card h3{font-family:var(--display-font);margin:26px 0 12px;font-size:2rem}.audience-card p{color:var(--ink-soft)}.audience-card .text-link{margin-top:auto}.audience-yellow{background:linear-gradient(160deg, #fffdf8, var(--yellow-pale))}.audience-aqua{background:linear-gradient(160deg, #fff, var(--teal-pale))}.audience-coral{background:linear-gradient(160deg, #fff, var(--coral-pale))}.icon-badge{width:56px;height:56px;color:var(--ink);border-radius:18px;flex:0 0 56px;justify-content:center;align-items:center;font-size:1.45rem;font-weight:800;display:inline-flex}.icon-badge-aqua{background:var(--teal-pale);color:var(--teal-dark)}.icon-badge-yellow{background:var(--yellow-pale)}.icon-badge-coral{background:var(--coral-pale);color:#a83b2f}.icon-badge-sage{background:var(--sage-pale);color:#356b4e}.book-feature{background:var(--parchment);overflow:hidden}.book-feature-grid,.book-learning-grid,.shop-feature,.mission-grid{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:clamp(48px,8vw,110px);display:grid}.book-visual,.book-learning-art,.shop-cover{justify-content:center;align-items:center;min-height:520px;display:flex;position:relative}.book-visual img,.book-learning-art img,.shop-cover img{z-index:2;object-fit:contain;border-radius:10px;width:min(390px,78%);max-height:500px;position:relative;transform:rotate(-2deg);box-shadow:0 24px 55px #222a203b}.book-shape{border-radius:49% 51% 46% 54%;position:absolute}.book-shape-one{background:var(--teal-pale);inset:8% 4% 3% 6%;transform:rotate(-8deg)}.book-shape-two{background:var(--yellow);width:44%;height:44%;bottom:5%;right:-3%;transform:rotate(17deg)}.book-burst{z-index:3;background:var(--coral);width:112px;height:112px;color:var(--ink);text-align:center;border-radius:50%;place-items:center;font-size:.9rem;font-weight:900;display:grid;position:absolute;top:2%;right:4%;transform:rotate(8deg)}.book-copy h2{margin-bottom:22px}.book-copy>p{max-width:650px;color:var(--ink-soft);font-size:1.1rem}.check-list{gap:11px;margin:28px 0 32px;padding:0;list-style:none;display:grid}.check-list li{padding-left:31px;font-weight:700;position:relative}.check-list li:before{background:var(--teal-pale);width:22px;height:22px;color:var(--teal-dark);content:"✓";border-radius:50%;place-items:center;font-size:.78rem;display:grid;position:absolute;top:2px;left:0}.offerings{background:var(--cream)}.offering-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.offering-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:34px}.offering-card h3{font-family:var(--display-font);margin:24px 0 11px;font-size:1.65rem}.offering-card p{color:var(--ink-soft)}.character-preview{background:var(--teal-pale)}.split-heading{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:42px;display:flex}.split-heading .section-heading{margin-bottom:0}.character-row,.character-choice-row{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.character-mini{border-radius:var(--radius);background:var(--white);min-height:390px;padding:20px 20px 24px;text-decoration:none;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden}.character-mini:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.character-image-wrap{border-radius:18px;place-items:center;height:270px;margin-bottom:18px;display:grid;overflow:hidden}.character-image-wrap img{object-fit:contain;width:100%;height:100%;transition:transform .24s}.character-mini:hover img{transform:scale(1.04)}.character-mini span{color:var(--teal-dark);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.character-mini h3{font-family:var(--display-font);margin:4px 0 0;font-size:1.6rem}.character-aqua .character-image-wrap,.character-aqua .character-card-image,.character-aqua.choice-bubble{background:var(--teal-pale)}.character-yellow .character-image-wrap,.character-yellow .character-card-image,.character-yellow.choice-bubble{background:var(--yellow-pale)}.character-coral .character-image-wrap,.character-coral .character-card-image,.character-coral.choice-bubble{background:var(--coral-pale)}.character-sage .character-image-wrap,.character-sage .character-card-image,.character-sage.choice-bubble{background:var(--sage-pale)}.character-blue .character-image-wrap,.character-blue .character-card-image,.character-blue.choice-bubble{background:var(--blue-pale)}.character-lavender .character-image-wrap,.character-lavender .character-card-image,.character-lavender.choice-bubble{background:var(--lavender-pale)}.character-peach .character-image-wrap,.character-peach .character-card-image,.character-peach.choice-bubble{background:var(--peach-pale)}.quote-section{background:var(--ink);color:var(--white);overflow:hidden}.quote-grid{grid-template-columns:auto 1fr .75fr;align-items:center;gap:36px;min-height:420px;display:grid;position:relative}.quote-mark{color:var(--yellow);font-family:var(--display-font);opacity:.85;align-self:start;font-size:10rem;line-height:.8}.quote-grid blockquote{margin:0}.quote-grid blockquote p{max-width:720px;font-family:var(--display-font);margin-bottom:20px;font-size:clamp(2.4rem,4.4vw,4.2rem);line-height:1.05}.quote-grid blockquote footer{color:var(--aqua);letter-spacing:.12em;text-transform:uppercase;font-weight:800}.quote-friends{height:360px;position:relative}.quote-friends img{object-fit:contain;filter:drop-shadow(0 15px 20px #00000040);width:66%;max-height:330px;position:absolute;bottom:-30px}.quote-friends img:first-child{z-index:3;left:-5%}.quote-friends img:nth-child(2){z-index:2;width:58%;right:1%}.quote-friends img:nth-child(3){z-index:1;width:52%;right:-24%}.latest-section{background:var(--white)}.article-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.article-card{border-radius:var(--radius);flex-direction:column;min-height:340px;padding:32px;display:flex}.article-card>span{letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.article-card h3{font-family:var(--display-font);margin:22px 0 14px;font-size:1.75rem}.article-card p{color:var(--ink-soft)}.article-card a{color:var(--teal-dark);margin-top:auto;font-weight:800;text-decoration:none}.article-yellow{background:var(--yellow-pale)}.article-aqua{background:var(--teal-pale)}.article-coral{background:var(--coral-pale)}.callout-wrap{padding-block:24px 112px}.callout{border-radius:var(--radius-lg);background:radial-gradient(circle at 90% 0%, #f6c94c57, transparent 32%), var(--teal-dark);color:var(--white);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:44px;padding:clamp(40px,6vw,76px);display:grid;position:relative;overflow:hidden}.callout:after{content:"";border:34px solid #ffffff14;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-140px;right:-70px}.callout h2{max-width:760px;margin-bottom:16px;font-size:clamp(2.25rem,4.2vw,4rem)}.callout p{color:#d8f0ed;max-width:720px;margin-bottom:0;font-size:1.08rem}.callout-actions{z-index:2;flex-direction:column;gap:12px;min-width:220px;display:flex;position:relative}.newsletter{border:1px solid var(--line);border-radius:var(--radius);background:var(--parchment);grid-template-columns:1fr auto;align-items:center;gap:40px;margin-bottom:110px;padding:38px 44px;display:grid}.newsletter h2{max-width:820px;margin-bottom:0;font-size:clamp(1.8rem,3vw,2.65rem)}.page-hero{min-height:510px;position:relative;overflow:hidden}.page-hero-inner{align-items:center;min-height:510px;padding-block:76px;display:flex}.page-hero-inner>div{z-index:2;max-width:840px;position:relative}.page-hero h1{margin-bottom:24px;font-size:clamp(3.4rem,6.5vw,6.4rem);line-height:.98}.page-hero-inner>div>p:not(.eyebrow){max-width:710px;color:var(--ink-soft);margin-bottom:30px;font-size:1.22rem}.page-hero-aqua{background:linear-gradient(135deg, var(--cream), var(--teal-pale))}.page-hero-yellow{background:linear-gradient(135deg, var(--cream), var(--yellow-pale))}.page-hero-coral{background:linear-gradient(135deg, var(--cream), var(--coral-pale))}.page-hero-sage{background:linear-gradient(135deg, var(--cream), var(--sage-pale))}.page-hero-leaf{background:var(--teal);opacity:.12;border-radius:100% 0;position:absolute}.leaf-one{width:300px;height:440px;bottom:-90px;right:4%;transform:rotate(23deg)}.leaf-two{background:var(--yellow);width:180px;height:300px;top:-100px;right:23%;transform:rotate(-34deg)}.book-series-grid{grid-template-columns:repeat(2,1fr);gap:26px;display:grid}.series-card{border-radius:var(--radius);border:1px solid #0b2f3614;flex-direction:column;align-items:flex-start;min-height:520px;padding:40px;display:flex;position:relative;overflow:hidden}.series-card h2{max-width:500px;margin:18px 0;font-size:clamp(2.15rem,3.4vw,3.2rem)}.series-card>p:last-of-type,.series-card-content>p:last-of-type{max-width:540px;color:var(--ink-soft)}.series-card .button{margin-top:auto}.series-card-content{flex-direction:column;align-items:flex-start;width:100%;height:100%;display:flex}.series-card-featured{grid-column:1/-1;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(36px,6vw,78px);min-height:590px;display:grid}.series-card-featured .series-card-content{height:auto;min-height:440px}.series-cover{z-index:2;background:#ffffffd1;border-radius:18px;justify-self:center;padding:12px;position:relative;transform:rotate(-1deg);box-shadow:0 22px 50px #0b2f362e}.series-cover img{object-fit:contain;border-radius:10px;width:min(100%,330px);max-height:440px;display:block}.series-number{color:#0b2f3612;font-family:var(--display-font);font-size:10rem;font-weight:700;line-height:1;position:absolute;bottom:-27px;right:26px}.status-pill{background:var(--ink);color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:99px;padding:7px 13px;font-size:.76rem;font-weight:800;display:inline-flex}.series-character{color:var(--teal-dark);letter-spacing:.1em;text-transform:uppercase;margin:34px 0 0;font-size:.82rem;font-weight:800}.series-theme,.shop-theme{font-weight:800}.series-yellow{background:var(--yellow-pale)}.series-coral{background:var(--coral-pale)}.series-sage{background:var(--sage-pale)}.series-aqua{background:var(--teal-pale)}@media (width<=760px){.series-card-featured{grid-template-columns:1fr;gap:32px}.series-card-featured .series-card-content{min-height:0}.series-cover img{max-height:390px}}.book-learning-section{background:var(--white)}.book-learning-art{border-radius:var(--radius-lg);background:var(--teal-pale);min-height:470px}.stacked-features{border-top:1px solid var(--line);gap:0;margin-top:32px;display:grid}.stacked-features>div{border-bottom:1px solid var(--line);grid-template-columns:160px 1fr;gap:20px;padding-block:22px;display:grid}.stacked-features span{color:var(--ink-soft)}.character-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.character-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:44% 56%;min-height:390px;display:grid;overflow:hidden}.character-card-image{place-items:center;min-height:390px;padding:20px;display:grid}.character-card-image img{object-fit:contain;width:100%;height:100%;max-height:350px}.character-card-copy{padding:34px 32px}.character-card-copy>span{color:var(--teal-dark);letter-spacing:.11em;text-transform:uppercase;font-size:.78rem;font-weight:800}.character-card-copy h2{margin:8px 0 17px;font-size:2.2rem}.character-card-copy p{color:var(--ink-soft);font-size:.96rem}.trait-list{flex-wrap:wrap;gap:7px;margin:20px 0 0;padding:0;list-style:none;display:flex}.trait-list li{border:1px solid var(--line);background:var(--cream);border-radius:99px;padding:5px 10px;font-size:.76rem;font-weight:800}.character-card-copy .button{margin-top:24px}.character-profile-hero{background:var(--cream);padding:64px 0}.character-profile-grid{grid-template-columns:minmax(280px,.8fr) minmax(320px,1.2fr);align-items:center;gap:64px;display:grid}.character-profile-art{border-radius:var(--radius);background:var(--white);place-items:center;min-height:430px;padding:28px;display:grid}.character-profile-art img{object-fit:contain;width:100%;max-height:390px}.character-profile-grid h1{margin:8px 0 2px;font-size:clamp(3rem,7vw,5.7rem)}.character-profile-role{color:var(--teal-dark);font-weight:800}.character-profile-summary{max-width:620px;color:var(--ink-soft);margin-top:22px;font-size:1.15rem}.feelings-section{max-width:980px}.feelings-check-in{margin-top:36px}.feeling-options{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.feeling-options button{border:2px solid var(--line);background:var(--white);min-height:76px;color:var(--ink);font:inherit;cursor:pointer;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:14px;font-weight:800;display:flex}.feeling-options button span{font-size:1.6rem}.feeling-options button:hover,.feeling-options button:focus-visible,.feeling-options button.is-selected{border-color:var(--teal);background:var(--teal-pale)}.feeling-message{border-radius:var(--radius);background:var(--cream);min-height:190px;margin-top:18px;padding:30px}.feeling-message blockquote{color:var(--teal-dark);font-family:var(--font-display);margin:10px 0 14px;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.25}.privacy-reassurance{color:var(--ink-soft);text-align:center;margin-top:18px}.character-conversation-card{border-radius:var(--radius);background:var(--yellow-pale);margin-bottom:48px;padding:44px}.character-conversation-card ol{gap:12px;margin:26px 0;padding-left:24px;font-size:1.08rem;display:grid}.character-page-nav{flex-wrap:wrap;justify-content:center;gap:8px;padding-bottom:72px;display:flex}.character-page-nav a{border:1px solid var(--line);color:var(--ink);border-radius:99px;padding:9px 14px;font-weight:800;text-decoration:none}.character-page-nav a[aria-current=page]{border-color:var(--teal);background:var(--teal);color:var(--white)}@media (width<=760px){.character-profile-grid{grid-template-columns:1fr;gap:30px}.character-profile-art{min-height:300px}.feeling-options{grid-template-columns:repeat(2,1fr)}.character-conversation-card{padding:30px 24px}}.resource-grid,.contact-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.resource-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:36px}.resource-card h2{margin:25px 0 14px;font-size:2.05rem}.resource-card>p{color:var(--ink-soft)}.resource-card ul{gap:9px;margin:24px 0 28px;padding-left:20px;display:grid}.partner-tools-section{border-top:1px solid var(--line);background:linear-gradient(180deg, var(--white), var(--teal-pale))}.partner-tool-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.partner-tool-card{border-radius:var(--radius);min-height:520px;box-shadow:var(--shadow-sm);background:#fffffff0;border:1px solid #0b2f3617;flex-direction:column;align-items:flex-start;padding:38px;display:flex}.partner-tool-meta{flex-wrap:wrap;gap:7px;margin-bottom:26px;display:flex}.partner-tool-meta span{background:var(--cream);color:var(--teal-dark);letter-spacing:.06em;text-transform:uppercase;border-radius:99px;padding:6px 10px;font-size:.73rem;font-weight:900}.partner-tool-card h2{margin:24px 0 15px;font-size:clamp(2rem,3vw,2.75rem)}.partner-tool-card>p{color:var(--ink-soft)}.partner-tool-card .external-tool-note{border-left:4px solid var(--teal);background:var(--cream);margin:20px 0 26px;padding:16px 18px;font-size:.9rem}.partner-tool-card .button{margin-top:auto}.partner-tools-source{color:var(--ink-soft);text-align:center;margin:28px auto 0}.partner-tools-source a{color:var(--teal-dark);font-weight:800}@media (width<=760px){.partner-tool-grid{grid-template-columns:1fr}.partner-tool-card{min-height:0;padding:30px 24px}}.resource-principles{background:var(--parchment)}.principle-grid{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.principle-grid>div{background:var(--white);flex-direction:column;min-height:250px;padding:30px;display:flex}.principle-grid strong{font-family:var(--display-font);margin-bottom:16px;font-size:1.8rem}.principle-grid span{color:var(--ink-soft)}.kids-activity-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.kids-activity{border-radius:var(--radius);flex-direction:column;align-items:flex-start;min-height:410px;padding:34px;display:flex}.kids-activity>span{letter-spacing:.1em;text-transform:uppercase;margin-top:26px;font-size:.78rem;font-weight:800}.kids-activity h2{margin:10px 0 16px;font-size:2.2rem}.kids-activity p{color:var(--ink-soft)}.kids-activity>a{color:var(--teal-dark);margin-top:auto;font-weight:800}.activity-yellow{background:var(--yellow-pale)}.activity-aqua{background:var(--teal-pale)}.activity-coral{background:var(--coral-pale)}.character-choice-section{background:var(--teal-pale)}.character-choice-row{grid-template-columns:repeat(5,1fr)}.choice-bubble{text-align:center;border-radius:24px;flex-direction:column;align-items:center;min-height:270px;padding:18px;display:flex}.choice-bubble img{object-fit:contain;width:100%;height:190px;margin-bottom:12px}.choice-bubble span{color:var(--ink-soft);font-size:.84rem}.adult-note{max-width:720px;color:var(--ink-soft);text-align:center;background:#ffffffb3;border:1px solid #0b2f361a;border-radius:14px;margin:40px auto 0;padding:18px 22px}.workshop-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.workshop-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;align-items:flex-start;min-height:420px;padding:34px;display:flex}.workshop-card>span{color:var(--teal-dark);letter-spacing:.1em;text-transform:uppercase;margin-top:28px;font-size:.78rem;font-weight:800}.workshop-card h2{margin:10px 0 16px;font-size:2rem}.workshop-card p{color:var(--ink-soft)}.workshop-card a{color:var(--teal-dark);margin-top:auto;font-weight:800;text-decoration:none}.workshop-process{background:var(--parchment)}.process-list{gap:18px;max-width:920px;margin:0 auto;padding:0;list-style:none;display:grid}.process-list li{border:1px solid var(--line);background:var(--white);border-radius:18px;grid-template-columns:64px 1fr;gap:22px;padding:26px;display:grid}.process-list li>span{background:var(--teal-pale);width:64px;height:64px;color:var(--teal-dark);font-family:var(--display-font);border-radius:18px;place-items:center;font-size:2rem;font-weight:700;display:grid}.process-list h3{margin:3px 0 6px;font-size:1.3rem}.process-list p{color:var(--ink-soft);margin-bottom:0}.shop-feature{border-radius:var(--radius-lg);background:var(--parchment);grid-template-columns:.72fr 1.28fr;padding:clamp(34px,6vw,74px)}.shop-cover{min-height:430px}.shop-feature h2{margin:24px 0 14px}.shop-feature>div:last-child>p:last-of-type{max-width:650px;color:var(--ink-soft);font-size:1.08rem}.upcoming-shop{background:var(--white)}.upcoming-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.upcoming-product{border-radius:var(--radius);min-height:280px;padding:32px}.upcoming-product>span{letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.upcoming-product h3{font-family:var(--display-font);margin:46px 0 12px;font-size:2rem}.upcoming-product p{color:var(--ink-soft)}.mission-section{background:var(--white)}.large-copy{color:var(--ink-soft);font-size:1.15rem}.mission-card{border-radius:var(--radius-lg);background:var(--teal-dark);color:var(--white);padding:clamp(40px,6vw,74px)}.mission-card>span{color:var(--yellow);letter-spacing:.11em;text-transform:uppercase;font-size:.8rem;font-weight:800}.mission-card blockquote{font-family:var(--display-font);margin:25px 0 0;font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.08}.creator-section{background:var(--parchment)}.creator-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.creator-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);grid-template-columns:190px 1fr;display:grid;overflow:hidden}.creator-card img{object-fit:cover;width:100%;height:100%;min-height:320px}.creator-card>div{padding:34px}.creator-card span{color:var(--teal-dark);letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:800}.creator-card h2{margin:10px 0 16px;font-size:2rem}.creator-card p{color:var(--ink-soft)}.contact-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);flex-direction:column;align-items:flex-start;min-height:320px;padding:34px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.contact-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.contact-card h2{margin:24px 0 12px;font-size:2rem}.contact-card p{color:var(--ink-soft)}.contact-card>span:last-child{color:var(--teal-dark);margin-top:auto;font-weight:800}.direct-contact{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:110px;display:grid;overflow:hidden}.direct-contact>div{background:var(--parchment);min-height:170px;padding:32px}.direct-contact span{color:var(--teal-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-size:.76rem;font-weight:800;display:block}.direct-contact a,.direct-contact p{font-family:var(--display-font);overflow-wrap:anywhere;margin-bottom:0;font-size:clamp(1.35rem,2vw,2rem);font-weight:700}.legal-content{max-width:860px}.legal-content h2{margin:44px 0 16px;font-size:2rem}.legal-content p{color:var(--ink-soft);font-size:1.08rem}.site-footer{background:var(--ink);color:var(--white);padding-top:88px;position:relative;overflow:hidden}.footer-canopy{background:var(--cream);border-radius:50%;height:150px;position:absolute;top:-90px;left:-40px;right:-40px}.footer-grid{grid-template-columns:1.8fr .75fr .95fr 1fr;gap:48px;padding-block:74px 58px;display:grid}.footer-wordmark{background:var(--cream);border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:10px;text-decoration:none;display:inline-flex;color:var(--ink)!important}.footer-wordmark .brand-mark{flex-basis:54px;width:54px;height:54px}.footer-wordmark .brand-type b{font-size:1.35rem}.footer-wordmark .brand-type em{font-size:1.15rem}.footer-brand p{color:#cbe2df;max-width:430px}.social-row{flex-wrap:wrap;gap:9px;display:flex}.social-row a{border:1px solid #ffffff30;border-radius:9px;padding:6px 10px;font-size:.78rem;font-weight:700;text-decoration:none}.social-row a:hover{border-color:var(--yellow);color:var(--yellow)}.footer-grid h2{color:var(--yellow);font-family:var(--body-font);letter-spacing:.12em;text-transform:uppercase;margin:9px 0 20px;font-size:.9rem;font-weight:800}.footer-grid ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer-grid a{color:#d9eeeb}.footer-contact{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-contact span{color:#a7c8c3}.footer-bottom{color:#a7c8c3;border-top:1px solid #ffffff21;justify-content:space-between;align-items:center;gap:20px;padding-block:24px;font-size:.83rem;display:flex}.footer-bottom p{margin-bottom:0}.footer-bottom>div{gap:18px;display:flex}@media (width<=1180px){.header-inner{width:min(100% - 32px,1040px)}.brand{flex-basis:260px}.primary-nav{gap:15px}.primary-nav>a:not(.header-cta){font-size:.84rem}.header-cta{display:none}.hero-grid{grid-template-columns:51% 49%}.hero-feature-card{width:240px}.card-story,.card-activity,.card-together{right:-2%}.character-card{grid-template-columns:42% 58%}.creator-card{grid-template-columns:150px 1fr}.footer-grid{grid-template-columns:1.4fr repeat(3,.8fr);gap:28px}}@media (width<=980px){:root{--shell:min(100% - 36px, 760px)}.menu-toggle{display:inline-flex}.brand{flex-basis:min(315px,67vw)}.primary-nav{border:1px solid var(--line);background:var(--cream);box-shadow:var(--shadow-lg);border-radius:0 0 18px 18px;align-items:stretch;gap:2px;padding:14px;display:none;position:absolute;top:calc(100% + 1px);left:16px;right:16px}.primary-nav.is-open{flex-direction:column;display:flex}.primary-nav>a:not(.header-cta){border-radius:9px;padding:12px 14px;font-size:1rem}.primary-nav>a:not(.header-cta):hover,.primary-nav>a[aria-current=page]{background:var(--teal-pale)}.primary-nav>a:not(.header-cta):after{display:none}.header-cta{justify-content:center;margin-top:5px;display:inline-flex}.hero-home,.hero-grid{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-block:68px 0}.hero-copy{max-width:720px;padding-right:0}.hero-copy h1{font-size:clamp(3.6rem,10vw,5.6rem)}.hero-art{min-height:640px;margin-top:8px}.hero-character{width:74%;right:7%}.hero-oval{width:68%;right:9%}.hero-feature-card{right:0}.card-activity{top:45%}.card-together{bottom:5%}.audience-card-grid,.offering-grid,.article-grid,.kids-activity-grid,.workshop-grid,.upcoming-grid{grid-template-columns:1fr}.audience-card,.article-card,.kids-activity,.workshop-card{min-height:290px}.book-feature-grid,.book-learning-grid,.shop-feature,.mission-grid{grid-template-columns:1fr}.book-visual,.book-learning-art,.shop-cover{min-height:480px}.split-heading{flex-direction:column;align-items:flex-start}.character-row{grid-template-columns:repeat(2,1fr)}.quote-grid{grid-template-columns:70px 1fr;padding-block:44px}.quote-friends{display:none}.callout,.newsletter{grid-template-columns:1fr}.callout-actions{flex-flow:wrap;min-width:0}.book-series-grid,.character-grid,.resource-grid,.contact-grid,.creator-grid{grid-template-columns:1fr}.principle-grid{grid-template-columns:repeat(2,1fr)}.character-choice-row{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.6fr 1fr 1fr}.footer-contact{grid-column:1/-1}}@media (width<=680px){:root{--shell:calc(100% - 28px)}body{font-size:16px}.section-pad{padding-block:72px}.header-inner{width:calc(100% - 24px);min-height:74px}.brand{flex-basis:min(250px,70vw)}.brand img{max-height:48px}.brand-mark{flex-basis:46px;width:46px;height:46px}.menu-toggle{width:44px;height:44px}.hero-grid{padding-top:48px}.hero-copy h1{font-size:clamp(3rem,14vw,4.5rem)}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-audiences{grid-template-columns:repeat(3,1fr);display:grid}.audience-pill{justify-content:center;padding-inline:10px;font-size:.78rem}.hero-art{min-height:470px;margin-top:14px}.hero-oval{width:92%;height:88%;top:6%;right:4%}.hero-character{width:88%;max-height:450px;bottom:-1%;right:6%}.hero-feature-card{display:none}.leaves-left{width:80px;height:150px;left:-2%}.leaves-right{right:-4%}.audience-card,.offering-card,.article-card,.kids-activity,.workshop-card,.resource-card,.contact-card{padding:28px}.book-visual,.book-learning-art,.shop-cover{min-height:390px}.book-burst{width:90px;height:90px;top:0;right:0}.character-row{grid-template-columns:1fr}.character-mini{min-height:340px}.character-image-wrap{height:230px}.quote-grid{grid-template-columns:1fr}.quote-mark{height:64px;font-size:8rem}.callout-wrap{padding-bottom:80px}.callout{border-radius:24px;padding:36px 26px}.callout-actions{flex-direction:column}.newsletter{margin-bottom:80px;padding:28px}.newsletter .button{width:100%}.page-hero,.page-hero-inner{min-height:480px}.page-hero-inner{padding-block:60px}.page-hero h1{font-size:clamp(3rem,14vw,4.6rem)}.page-hero-inner>div>p:not(.eyebrow){font-size:1.08rem}.series-card{min-height:490px;padding:30px}.stacked-features>div{grid-template-columns:1fr;gap:4px}.character-card{grid-template-columns:1fr}.character-card-image{min-height:300px}.character-card-copy{padding:28px}.principle-grid{grid-template-columns:1fr}.principle-grid>div{min-height:200px}.character-choice-row{grid-template-columns:repeat(2,1fr)}.choice-bubble{min-height:230px}.choice-bubble img{height:150px}.process-list li{grid-template-columns:48px 1fr;padding:20px}.process-list li>span{border-radius:14px;width:48px;height:48px;font-size:1.5rem}.shop-feature{padding:28px}.creator-card{grid-template-columns:1fr}.creator-card img{height:320px}.direct-contact{grid-template-columns:1fr}.direct-contact>div{min-height:140px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand,.footer-contact{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body:has(.simple-splash){background:#fbf3df;min-height:100svh;overflow-x:hidden}body:has(.simple-splash) .site-footer{display:none}.site-header-simple{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffbeff0;border-bottom-color:#0b2f361a;position:relative}.site-header-simple .header-inner{width:min(1370px,100vw - 64px);min-height:94px}.brand-simple{flex-basis:auto}.brand-simple .brand-type{gap:8px}.brand-simple .brand-type b,.brand-simple .brand-type em{letter-spacing:-.045em;font-size:clamp(1.5rem,2.25vw,2.25rem);font-weight:950}.brand-simple .brand-type em{color:var(--coral);letter-spacing:.035em}.site-header-simple .primary-nav{gap:clamp(20px,2.5vw,42px)}.site-header-simple .primary-nav>a:not(.header-cta){font-size:1rem}.site-header-simple .header-cta{background:var(--yellow);min-height:58px;color:var(--ink);border-radius:999px;gap:10px;padding:13px 27px;box-shadow:0 10px 28px #c48b0d2e}.simple-splash{isolation:isolate;background:#fbf3df;min-height:calc(100svh - 94px);position:relative;overflow:hidden}.simple-splash-art{z-index:-3;object-fit:cover;object-position:center;width:100%;max-width:none;height:100%;position:absolute;inset:0}.simple-splash-wash{z-index:-2;background:linear-gradient(90deg,#fffbeffc 0%,#fffbeff5 31%,#fffbefc7 43%,#fffbef1f 64%,#0000 78%),linear-gradient(#fffbef1f,#0000 35%,#04333114);position:absolute;inset:0}.simple-splash-texture{z-index:-1;opacity:.16;mix-blend-mode:multiply;background-image:radial-gradient(circle at 20% 25%,#0b2f3638 0 .7px,#0000 .9px),radial-gradient(circle at 75% 80%,#f6c94c47 0 .8px,#0000 1px);background-size:7px 7px,9px 9px;position:absolute;inset:0}.simple-splash-inner{align-items:center;min-height:calc(100svh - 94px);padding-block:clamp(48px,7vh,84px);display:flex}.simple-splash-copy{width:min(660px,50vw)}.simple-splash-eyebrow{color:#137c71;letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:13px;margin-bottom:18px;font-size:clamp(.84rem,1.3vw,1.08rem);font-weight:900;display:flex}.simple-splash-eyebrow span{font-size:1.8em;line-height:1}.simple-splash h1{color:#092f37;max-width:650px;margin-bottom:25px;font-size:clamp(4rem,5.35vw,5.7rem);line-height:.93}.simple-splash h1 em{color:var(--teal);font-style:normal}.simple-splash-lede{color:#143d44;max-width:545px;margin-bottom:28px;font-size:clamp(1rem,1.35vw,1.25rem);font-weight:600;line-height:1.48}.simple-splash-actions{flex-wrap:wrap;gap:14px;margin-bottom:22px;display:flex}.simple-button{border:2px solid var(--teal-dark);border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:62px;padding:15px 28px;font-size:1.02rem;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.simple-button:hover{transform:translateY(-2px)}.simple-button-primary{color:var(--white);background:#075c55;box-shadow:0 14px 32px #075c5533}.simple-button-primary:hover{background:#064c46}.simple-button-secondary{color:#075c55;background:#f4fdfad6;border-color:#075c5573}.simple-audience-links{flex-wrap:wrap;gap:11px;display:flex}.simple-audience{min-height:48px;color:var(--ink);border:1px solid #0b2f3614;border-radius:999px;align-items:center;gap:9px;padding:10px 20px;font-size:.9rem;font-weight:850;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex;box-shadow:0 6px 18px #0b2f3614}.simple-audience:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0b2f361f}.simple-audience span{font-size:1.2rem}.simple-audience-kids{background:#fff3c6eb}.simple-audience-families{background:#ddf3efeb}.simple-audience-educators{background:#fee4dceb}@media (width<=1080px){.site-header-simple .header-inner{width:calc(100% - 32px)}.brand-simple .brand-type b,.brand-simple .brand-type em{font-size:1.55rem}.site-header-simple .primary-nav{gap:18px}.site-header-simple .header-cta{padding-inline:20px}.simple-splash-copy{width:min(610px,57vw)}.simple-splash-wash{background:linear-gradient(90deg,#fffbeffc 0%,#fffbeff0 39%,#fffbef80 61%,#0000 82%)}}@media (width<=820px){.site-header-simple .header-inner{min-height:76px}.simple-splash,.simple-splash-inner{min-height:calc(100svh - 76px)}.simple-splash-art{object-position:66% center}.simple-splash-wash{background:linear-gradient(#fffbeffa 0%,#fffbefe6 48%,#fffbef52 72%,#04333124 100%)}.simple-splash-inner{align-items:flex-start;padding-top:46px;padding-bottom:330px}.simple-splash-copy{width:100%;max-width:650px}.simple-splash h1{max-width:620px;font-size:clamp(3.6rem,9.5vw,5rem)}}@media (width<=560px){.brand-simple .brand-type{gap:5px}.brand-simple .brand-type b,.brand-simple .brand-type em{font-size:clamp(1.12rem,5.6vw,1.42rem)}.simple-splash-inner{padding-top:35px;padding-bottom:300px}.simple-splash h1{margin-bottom:20px;font-size:clamp(3.05rem,13.5vw,4.1rem);line-height:.96}.simple-splash-eyebrow{align-items:flex-start;font-size:.72rem}.simple-splash-lede{max-width:95%;font-size:1rem}.simple-splash-actions{grid-template-columns:1fr;display:grid}.simple-button{width:100%;min-height:56px}.simple-audience-links{grid-template-columns:repeat(3,1fr);display:grid}.simple-audience{justify-content:center;gap:5px;padding:9px 5px;font-size:.73rem}}@media (prefers-contrast:more){:root{--line:#5f6f72;--ink-soft:#173b42}.button,.audience-card,.offering-card,.character-card,.resource-card,.contact-card{border-width:2px}}.resource-world-section{background:#143b35;align-items:flex-end;min-height:560px;display:flex;position:relative;overflow:hidden}.resource-world-section>img,.resource-world-shade{width:100%;height:100%;position:absolute;inset:0}.resource-world-section>img{object-fit:cover;object-position:center}.resource-world-shade{background:linear-gradient(90deg,#051c1ce8 0%,#051c1cad 46%,#051c1c1a 78%)}.resource-world-copy{z-index:2;color:var(--white);padding-block:72px;position:relative}.resource-world-copy h2{max-width:680px;margin-bottom:20px;font-size:clamp(2.7rem,5vw,4.8rem)}.resource-world-copy>p:last-child{color:#ffffffe6;max-width:610px;margin-bottom:0;font-size:1.14rem}.activity-library-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.activity-library-card{border-radius:var(--radius);background:var(--white);border:1px solid #0b2f361a;flex-direction:column;min-height:500px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 12px 34px #0b2f3614}.activity-library-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.activity-library-art{flex:0 0 220px;place-items:end center;height:220px;padding:18px 28px 0;display:grid;position:relative;overflow:hidden}.activity-library-art:after{content:"";background:#ffffff73;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-55%;right:-15%}.activity-library-art>span{width:48px;height:48px;color:var(--ink);background:#fffc;border-radius:16px;place-items:center;font-size:1.45rem;font-weight:900;display:grid;position:absolute;top:18px;left:20px}.activity-library-art img{z-index:2;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 16px 16px #0b2f3624);width:82%;height:100%;position:relative}.activity-library-aqua .activity-library-art{background:var(--teal-pale)}.activity-library-sage .activity-library-art{background:var(--sage-pale)}.activity-library-coral .activity-library-art{background:var(--coral-pale)}.activity-library-yellow .activity-library-art{background:var(--yellow-pale)}.activity-library-blue .activity-library-art{background:var(--blue-pale)}.activity-library-lavender .activity-library-art{background:var(--lavender-pale)}.activity-library-copy{flex-direction:column;flex:1;padding:30px;display:flex}.activity-library-eyebrow{color:var(--teal-dark);letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px;font-size:.77rem;font-weight:900}.activity-library-copy h2{margin-bottom:14px;font-size:clamp(2rem,3vw,2.55rem)}.activity-library-copy>p:not(.activity-library-eyebrow){color:var(--ink-soft);font-size:.96rem}.activity-library-meta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin-top:auto;padding-top:22px;font-size:.84rem;display:flex}.activity-library-meta>span{color:var(--ink-soft);font-weight:700}.activity-library-meta strong{color:var(--teal-dark)}.activity-library-note{border-radius:var(--radius-sm);background:var(--teal-pale);max-width:820px;color:var(--ink-soft);text-align:center;margin:36px auto 0;padding:18px 22px}.faith-resource-preview{background:var(--yellow-pale);padding-block:52px}.faith-resource-grid{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;display:grid}.faith-resource-grid .eyebrow{margin-bottom:10px}.faith-resource-grid h2{margin-bottom:8px;font-size:clamp(2rem,4vw,3.2rem)}.faith-resource-grid>div>p:last-child{max-width:760px;color:var(--ink-soft);margin-bottom:0}.activity-page-hero{padding-block:64px;overflow:hidden}.activity-tone-aqua{background:linear-gradient(135deg, var(--cream), var(--teal-pale))}.activity-tone-sage{background:linear-gradient(135deg, var(--cream), var(--sage-pale))}.activity-tone-coral{background:linear-gradient(135deg, var(--cream), var(--coral-pale))}.activity-tone-yellow{background:linear-gradient(135deg, var(--cream), var(--yellow-pale))}.activity-tone-blue{background:linear-gradient(135deg, var(--cream), var(--blue-pale))}.activity-tone-lavender{background:linear-gradient(135deg, var(--cream), var(--lavender-pale))}.activity-page-hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:center;gap:clamp(42px,7vw,96px);display:grid}.activity-back-link{color:var(--teal-dark);margin-bottom:38px;font-weight:800;text-decoration:none;display:inline-flex}.activity-page-hero h1{max-width:840px;margin-bottom:22px;font-size:clamp(3.5rem,7vw,6.4rem)}.activity-page-summary{max-width:720px;color:var(--ink-soft);font-size:1.18rem}.activity-meta{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.activity-meta span{background:#ffffffb8;border:1px solid #0b2f361f;border-radius:99px;padding:7px 12px;font-size:.79rem;font-weight:800}.activity-character-card{border-radius:var(--radius-lg);min-height:390px;box-shadow:var(--shadow-lg);text-align:center;background:#ffffffbd;border:1px solid #0b2f361a;place-items:end center;padding:32px 28px 22px;display:grid;position:relative;overflow:hidden}.activity-character-card img{object-fit:contain;filter:drop-shadow(0 18px 20px #0b2f3624);width:100%;height:290px}.activity-character-card strong{z-index:2;background:var(--ink);width:100%;color:var(--white);border-radius:12px;padding:12px;display:block;position:relative}.activity-character-symbol{color:var(--teal);font-family:var(--display-font);opacity:.15;font-size:4.7rem;position:absolute;top:20px;right:22px}.resource-activity-section{background:#f7f4ec}.resource-activity-shell{max-width:1060px}.activity-privacy{border-radius:var(--radius-sm);background:var(--teal-pale);border:1px solid #b9dfd6;align-items:center;gap:14px;margin-bottom:22px;padding:18px 22px;display:flex}.activity-privacy>span{background:var(--teal);width:34px;height:34px;color:var(--white);border-radius:50%;flex:0 0 34px;place-items:center;font-weight:900;display:grid}.activity-privacy p{color:var(--ink-soft);margin:0}.activity-workspace{gap:22px;display:grid}.activity-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow-sm);padding:clamp(24px,4vw,40px)}.activity-section-heading{grid-template-columns:46px minmax(0,1fr);gap:16px;margin-bottom:28px;display:grid}.activity-section-heading>span{background:var(--teal);width:46px;height:46px;color:var(--white);border-radius:15px;place-items:center;font-size:1.15rem;font-weight:900;display:grid}.activity-section-heading h2{margin-bottom:5px;font-size:clamp(1.8rem,3vw,2.45rem)}.activity-section-heading p{color:var(--ink-soft);margin-bottom:0}.activity-choice-grid{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;display:grid}.activity-choice{border:2px solid var(--line);background:var(--cream);cursor:pointer;border-radius:16px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:10px;min-height:104px;padding:15px;display:grid}.activity-choice:has(input:checked){border-color:var(--teal);background:var(--teal-pale)}.activity-choice input{width:20px;height:20px;accent-color:var(--teal);margin:0}.activity-choice-icon{font-size:1.55rem}.activity-choice strong,.activity-choice small{display:block}.activity-choice small{color:var(--ink-soft);margin-top:3px;font-size:.76rem;line-height:1.35}.activity-writing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.activity-writing-grid label{color:var(--ink);gap:8px;font-weight:800;display:grid}.activity-writing-grid textarea{resize:vertical;border:2px solid var(--line);background:var(--cream);width:100%;min-height:110px;color:var(--ink);border-radius:14px;padding:14px}.activity-writing-grid textarea:focus{border-color:var(--teal)}.activity-step-list{gap:12px;display:grid}.activity-step-list label{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;display:grid}.activity-step-list label>span:first-child{background:var(--yellow);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.activity-step-list input{min-height:48px;color:var(--ink);background:0 0;border:0;border-bottom:2px solid #a9b8b3;padding:8px 12px}.activity-reminder{border-radius:var(--radius);background:var(--ink);color:var(--white);grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:center;gap:26px;padding:clamp(28px,5vw,48px);display:grid}.activity-reminder h2{margin-bottom:0;font-size:clamp(1.65rem,3vw,2.35rem)}.adult-prompt{border-radius:var(--radius-sm);background:var(--yellow-pale);color:var(--ink);padding:22px}.adult-prompt strong{letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.77rem;display:block}.adult-prompt p{font-family:var(--display-font);margin-bottom:0;font-size:1.25rem;line-height:1.35}.activity-actions{flex-wrap:wrap;justify-content:center;gap:14px;padding-top:12px;display:flex}@media (width<=980px){.activity-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.activity-page-hero-grid{grid-template-columns:1fr}.activity-character-card{min-height:340px}.activity-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.resource-world-section{min-height:540px}.resource-world-shade{background:linear-gradient(#051c1c1f 0%,#051c1c9e 42%,#051c1ced 100%)}.resource-world-copy{padding-block:48px}.activity-library-grid,.activity-choice-grid,.activity-writing-grid,.activity-reminder{grid-template-columns:1fr}.activity-library-card{min-height:0}.faith-resource-grid{grid-template-columns:auto 1fr}.faith-resource-grid .status-pill{grid-column:1/-1;justify-self:start}.activity-page-hero{padding-block:42px}.activity-page-hero h1{font-size:clamp(3rem,16vw,4.5rem)}.activity-back-link{margin-bottom:28px}.activity-character-card{min-height:300px}.activity-character-card img{height:230px}.activity-section-heading{grid-template-columns:40px minmax(0,1fr)}.activity-section-heading>span{width:40px;height:40px}.activity-choice{min-height:88px}}@media print{@page{margin:.55in}.site-header,.site-footer,.activity-back-link,.activity-character-card,.resource-activity-section>.shell>.section-heading,.activity-privacy,.activity-actions{display:none!important}body,.resource-activity-section,.activity-page-hero{background:#fff!important}.activity-page-hero{padding:0 0 20px}.activity-page-hero-grid{width:100%;display:block}.activity-page-hero h1{margin-bottom:10px;font-size:34pt}.activity-page-summary{font-size:11pt}.activity-meta{margin-top:10px}.resource-activity-section{padding:0}.activity-workspace{gap:12px}.activity-section,.activity-reminder{break-inside:avoid;box-shadow:none;border:1px solid #777;padding:18px}.activity-choice-grid{grid-template-columns:repeat(3,1fr)}.activity-choice{min-height:72px;padding:9px}.activity-writing-grid textarea{min-height:72px}.activity-reminder{color:#111;grid-template-columns:1fr;background:#fff!important}}body:has(.accessible-splash){background:#fffdf7;min-height:100svh;overflow-x:hidden}body:has(.accessible-splash) .site-footer{display:none}.site-header-simple{background:#fffdf7f5}.brand-simple{gap:8px}.official-brand-mark{flex:0 0 68px;place-items:center;width:68px;height:68px;display:grid}.official-brand-mark img{object-fit:contain;width:100%;height:100%}.accessible-brand-mark{border:4px solid var(--ink);width:44px;height:44px;color:var(--teal);border-radius:50%;flex:0 0 44px;place-items:center;display:grid;position:relative;transform:rotate(-9deg)}.accessible-brand-mark:after{background:var(--yellow);content:"";border-radius:99px;width:7px;height:19px;position:absolute;bottom:-11px;right:-9px;transform:rotate(-37deg)}.accessible-brand-mark i{font-size:1.4rem;font-style:normal;line-height:1;transform:rotate(9deg)}.site-header-simple .header-cta{background:var(--teal);color:var(--white);box-shadow:0 10px 28px #087f752e}.site-header-simple .header-cta:hover{background:var(--teal-dark)}.accessible-splash{background:radial-gradient(circle at 82% 72%,#f6c94c47,#0000 27%),radial-gradient(circle at 7% 9%,#f6c94c1f,#0000 20%),linear-gradient(135deg,#fffdf7 0% 56%,#f7fbf9 100%);min-height:calc(100svh - 94px);position:relative;overflow:hidden}.accessible-splash:after{content:"";border:5px solid #f26b5b8c;border-left-color:#0000;border-radius:50%;width:310px;height:230px;position:absolute;bottom:-90px;right:-80px;transform:rotate(-25deg)}.accessible-splash-dots{opacity:.22;background-image:radial-gradient(circle, var(--teal) 1.5px, transparent 1.7px);background-size:13px 13px;width:110px;height:110px;position:absolute;top:88px;left:30px}.accessible-splash-grid{grid-template-columns:minmax(0,.96fr) minmax(560px,1.04fr);align-items:center;gap:24px;min-height:calc(100svh - 94px);padding-block:clamp(44px,6vh,72px);display:grid}.accessible-splash-copy{z-index:5;max-width:650px;position:relative}.accessible-splash-eyebrow{color:var(--teal);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;font-size:clamp(.82rem,1.1vw,1rem);font-weight:900;display:flex}.accessible-splash-eyebrow span{color:var(--yellow);font-size:1.75rem;line-height:1}.accessible-splash h1{max-width:650px;color:var(--ink);margin-bottom:25px;font-size:clamp(3.6rem,4.7vw,5.1rem);line-height:.98}.accessible-splash h1 em{color:var(--teal);font-style:normal}.accessible-splash-lede{max-width:560px;color:var(--ink-soft);margin-bottom:28px;font-size:clamp(1rem,1.23vw,1.16rem);line-height:1.55}.accessible-splash-actions{flex-wrap:wrap;gap:14px;margin-bottom:25px;display:flex}.accessible-button{border:2px solid var(--teal);border-radius:999px;justify-content:center;align-items:center;min-height:58px;padding:14px 28px;font-weight:900;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.accessible-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px;margin-right:10px}.accessible-button:hover{transform:translateY(-2px)}.accessible-button-primary{background:var(--teal);color:var(--white);box-shadow:0 12px 28px #087f752e}.accessible-button-primary:hover{background:var(--teal-dark)}.accessible-button-secondary{color:var(--teal-dark);background:#ffffffd6}.accessible-audience-links{flex-wrap:wrap;gap:11px;display:flex}.accessible-audience{min-height:48px;color:var(--ink);border:1px solid #0b2f3612;border-radius:999px;align-items:center;gap:9px;padding:10px 19px;font-size:.9rem;font-weight:850;text-decoration:none;transition:transform .16s,box-shadow .16s;display:inline-flex}.accessible-audience:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.accessible-audience span{place-items:center;width:25px;height:25px;font-size:1.15rem;display:grid}.accessible-audience span svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.accessible-audience-kids{background:var(--yellow-pale)}.accessible-audience-families{background:var(--teal-pale)}.accessible-audience-educators{background:var(--coral-pale)}.accessible-splash-visual{align-self:stretch;min-height:680px;position:relative}.accessible-visual-oval{background:radial-gradient(circle at 48% 23%,#ffffffe0,#0000 26%),linear-gradient(155deg,#dff5f1 0%,#bfe8e2 100%);border-radius:48% 52% 43% 57%;width:77%;height:90%;position:absolute;top:5%;right:11%}.accessible-visual-sun{background:var(--yellow);opacity:.95;border-radius:50%;width:54%;height:34%;position:absolute;bottom:3%;right:1%;transform:rotate(-12deg)}.accessible-visual-leaf{z-index:2;background:linear-gradient(150deg, var(--teal), #54a990);opacity:.72;border-radius:100% 0;position:absolute}.accessible-visual-leaf.leaf-a{width:105px;height:220px;bottom:7%;left:2%;transform:rotate(-21deg)}.accessible-visual-leaf.leaf-b{background:var(--yellow);width:62px;height:130px;top:3%;right:12%;transform:rotate(27deg)}.accessible-character{z-index:3;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 28px #0b2f3629);width:76%;height:99%;position:absolute;bottom:-1%;left:-2%}.accessible-feature-list{z-index:5;gap:16px;width:245px;display:grid;position:absolute;top:50%;right:0;transform:translateY(-50%)}.accessible-feature{min-height:106px;box-shadow:var(--shadow-sm);background:#fffffff0;border:1px solid #0b2f3614;border-radius:20px;grid-template-columns:58px 1fr;align-items:center;gap:14px;padding:15px;display:grid}.accessible-feature-icon{width:58px;height:58px;color:var(--teal-dark);border-radius:18px;place-items:center;font-size:1.65rem;font-weight:900;display:grid}.accessible-feature-icon.feature-aqua{background:var(--teal-pale)}.accessible-feature-icon.feature-yellow{background:var(--yellow-pale);color:#8b6700}.accessible-feature-icon.feature-coral{background:var(--coral-pale);color:var(--coral)}.accessible-feature h2{font-family:var(--body-font);letter-spacing:-.02em;margin:0 0 4px;font-size:.98rem;line-height:1.2}.accessible-feature p{color:var(--ink-soft);margin:0;font-size:.72rem;line-height:1.4}@media (width<=1120px){.accessible-splash-grid{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr)}.accessible-feature-list{width:218px}.accessible-feature{grid-template-columns:48px 1fr;gap:10px;padding:12px}.accessible-feature-icon{width:48px;height:48px}}@media (width<=900px){.accessible-splash,.accessible-splash-grid{min-height:auto}.accessible-splash-grid{grid-template-columns:1fr;padding-top:64px}.accessible-splash-copy,.accessible-splash h1{max-width:700px}.accessible-splash-visual{min-height:650px}.accessible-character{width:67%;left:4%}.accessible-feature-list{width:250px;right:4%}}@media (width<=620px){.official-brand-mark{flex-basis:48px;width:48px;height:48px}.accessible-brand-mark{border-width:3px;flex-basis:36px;width:36px;height:36px}.accessible-splash-grid{padding-top:42px}.accessible-splash h1{font-size:clamp(3rem,13vw,4rem)}.accessible-splash-actions{display:grid}.accessible-button{width:100%}.accessible-audience-links{grid-template-columns:repeat(3,1fr);display:grid}.accessible-audience{justify-content:center;gap:4px;padding-inline:7px;font-size:.75rem}.accessible-splash-visual{min-height:auto;padding-top:22px;display:grid}.accessible-visual-oval{width:auto;height:510px;top:3%;left:4%;right:4%}.accessible-visual-sun{top:370px;bottom:auto;right:-12%}.accessible-character{width:92%;height:520px;margin-inline:auto;position:relative;bottom:auto;left:auto}.accessible-feature-list{gap:12px;width:100%;padding-bottom:40px;position:relative;top:auto;right:auto;transform:none}.accessible-feature{min-height:92px}.accessible-feature p{font-size:.78rem}}.combined-splash{background:#fffaf0;min-height:auto}.combined-splash:after,.combined-splash .accessible-splash-dots{display:none}.combined-hero{background:#fff9eb;min-height:clamp(650px,100svh - 94px,820px);position:relative;overflow:hidden}.combined-hero-scene,.combined-hero-shade{width:100%;height:100%;position:absolute;inset:0}.combined-hero-scene{object-fit:cover;object-position:center center}.combined-hero-shade{background:linear-gradient(90deg,#fffbf0fc 0%,#fffbf0f5 34%,#fffbf073 48%,#0000 64%)}.combined-hero-inner{z-index:2;align-items:center;min-height:clamp(650px,100svh - 94px,820px);padding-block:54px;display:flex;position:relative}.combined-hero .accessible-splash-copy{width:min(47%,610px)}.combined-hero .accessible-splash-copy h1{color:#07323a;font-size:clamp(3.55rem,4.5vw,5rem);line-height:1.02}.combined-hero .accessible-splash-copy h1 span{display:block}.combined-feature-band{z-index:4;background:#fffdf7;border-top:1px solid #0b2f3614;padding:30px 0 36px;position:relative}.combined-feature-list{grid-template-columns:repeat(3,1fr);gap:18px;width:100%;display:grid;position:static;transform:none}.combined-feature-list .accessible-feature{grid-template-columns:58px 1fr;min-height:112px;padding:18px 20px}.combined-feature-list .accessible-feature p{font-size:.82rem}@media (width<=980px){.combined-hero{min-height:auto;display:grid}.combined-hero-scene{object-position:68% center;grid-area:2/1;height:min(68vw,620px);position:relative}.combined-hero-shade{display:none}.combined-hero-inner{grid-area:1/1;min-height:auto;padding-block:62px 46px}.combined-hero .accessible-splash-copy{width:100%;max-width:720px}.combined-feature-list{grid-template-columns:1fr}}@media (width<=620px){.combined-hero-inner{padding-block:42px 34px}.combined-hero-scene{object-position:73% center;height:92vw;min-height:390px}.combined-feature-band{padding-top:20px}}
