@font-face{font-family:Fredoka;src:url('/static/homepage/assets/fredoka-semibold.ttf') format('truetype');font-weight:600;font-display:swap}
:root{--ink:#18465b;--blue:#1263a1;--green:#087467;--yellow:#ffd647;--mint:#e5f8f4;--pink:#fff0f5;--muted:#526871;--paper:#fff;--shadow:0 5px 16px rgba(22,67,81,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 'Helvetica Neue',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2{font-family:Fredoka,sans-serif;font-weight:600;line-height:1.12}h1{font-size:clamp(38px,4.4vw,62px);letter-spacing:-.025em}h2{font-size:28px}p{color:var(--muted)}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:5px}::selection{background:#ffe581;color:#153e53}.wrap{width:min(1240px,calc(100% - 64px));margin-inline:auto}.loading{padding:80px 0;text-align:center}.skip{position:absolute;top:-70px}.skip:focus{top:12px;left:12px;z-index:20;background:white;padding:8px}
.preview-nav{display:flex;gap:8px;align-items:center;padding:8px 24px;background:#173f52;color:#fff;font:12px/1.4 Arial,sans-serif;overflow:auto;white-space:nowrap}.preview-nav a{padding:6px 12px;border-radius:6px}.preview-nav a[aria-current]{background:#fff;color:#173f52}.preview-nav a:hover{background:#31596a;color:white}.site-header{background:white;position:relative;z-index:2}.site-header>.wrap{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header nav{display:flex;gap:28px;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;background:var(--yellow);color:#29464a;font-weight:700;min-height:48px;padding:11px 24px;border:0;border-radius:28px;box-shadow:0 4px 9px rgba(186,139,27,.13);transition:transform .2s,background .2s}.button:hover{background:#ffca20;transform:translateY(-2px)}.button.small{font-size:14px;min-height:42px;padding:9px 20px}svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none;flex-shrink:0}
.story-hero{position:relative;min-height:500px;background:#c0e9fb url('assets/hero.webp') center 54%/cover no-repeat;text-align:center;display:grid;place-items:start center;padding:65px 24px 100px}.story-hero::after{content:'';position:absolute;bottom:-1px;height:38px;background:var(--mint);left:0;right:0;clip-path:ellipse(60% 100% at 50% 100%)}.hero-copy{max-width:600px}.hero-copy h1{color:#104e7b}.hero-copy h1 span{color:#087060}.hero-copy p{color:#234a5c;font-size:18px;line-height:1.5;margin:20px 0 24px}.sprite{display:inline-block;flex-shrink:0;width:92px;height:92px;background:url('assets/topics.webp') var(--sx) var(--sy)/300% 300% no-repeat}
.topics{text-align:center;background:var(--mint);padding:32px 0 40px}.topics h2{color:var(--blue)}.topics>.wrap>p{margin:10px 0 24px;font-size:14px}.topic-list{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.topic-list a{display:flex;flex-direction:column;align-items:center;min-width:0;transition:transform .2s}.topic-list a .sprite{width:100px;height:100px;transition:transform .2s}.topic-list strong{font-size:14px;line-height:1.35;margin:8px 0 5px}.topic-list a>span:last-child:not(.sprite){font-size:11px;line-height:1.3;color:var(--muted);max-width:130px}.topic-list a:hover .sprite{transform:translateY(-5px) rotate(-4deg)}
.shelf{padding:48px 0}.shelf.mint{background:var(--mint)}.shelf.pink{background:var(--pink)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.section-head h2{display:flex;align-items:center;gap:10px;color:var(--blue)}.section-head .sprite{width:38px;height:38px}.section-head p{font-size:14px;margin:6px 0 0 48px}.more{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-size:13px;font-weight:700;color:var(--green);padding:8px 16px;background:white;border-radius:24px;box-shadow:0 2px 8px rgba(8,116,103,.12);min-height:40px}.more:hover{color:var(--blue);background:#eff9fc}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 18px}.video-card{display:block;min-width:0;background:white;border-radius:14px;overflow:hidden;box-shadow:var(--shadow);transition:transform .22s,box-shadow .22s}.video-cover{aspect-ratio:16/9;position:relative;overflow:hidden;background:#e4ecee}.video-cover>img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.duration{position:absolute;right:8px;bottom:8px;background:rgba(11,38,51,.9);border-radius:4px;padding:1px 5px;color:white;font-size:11px;line-height:18px}.play{position:absolute;inset:0;background:url('/static/image/icons/play_btn.png') center/auto 35% no-repeat;filter:drop-shadow(0 3px 3px #0002);transition:transform .22s}.video-copy{padding:12px 14px 14px}.video-copy h3{font-size:16px;line-height:1.35;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.video-copy p{font-size:12px;margin-top:6px;color:#62727a}.video-card:hover{transform:translateY(-4px);box-shadow:0 9px 22px rgba(22,67,81,.15)}.video-card:hover .video-copy h3{color:#d91f42}.video-card:hover .video-cover>img{transform:scale(1.035)}.video-card:hover .play{transform:scale(1.08)}
.about-band{background:#e7f6e8 url('assets/banner.webp') center 48%/cover no-repeat;margin:16px 0;min-height:330px}.about-copy{padding-block:48px}.about-copy>div{width:40%;max-width:460px}.about-copy h2{font-size:36px;color:var(--green)}.about-copy p{font-size:15px;color:#294f4c;line-height:1.65;margin:18px 0 22px}.all-shelf{padding-bottom:24px}.load-more{text-align:center;padding-bottom:64px}.load-more p{font-size:13px;margin-bottom:14px}.load-more button[hidden]{display:none}.site-footer{background:#096e68;color:#fff;padding:40px 0 28px}.site-footer .wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:32px}.site-footer p{font-size:13px;color:#e4f5ef;margin-top:14px}.site-footer nav{display:flex;gap:24px;font-size:14px}.site-footer a:hover{text-decoration:underline}.site-footer small{width:100%;border-top:1px solid #ffffff38;padding-top:20px;color:#d8eeeb}
.cinema-hero{background:#fff6cb;position:relative;padding:40px 0}.cinema-hero>.wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.cinema-copy h1 span{color:#087467}.cinema-copy>p{max-width:410px;margin:18px 0 24px;font-size:17px}.mini-friends{display:flex;gap:6px;margin-top:20px}.mini-friends .sprite{width:64px;height:64px}.cinema-stage{padding:12px 12px 0;background:#fff;border-radius:20px;box-shadow:0 10px 30px #805f1922}.cinema-stage .video-card{box-shadow:none;border-radius:12px}.cinema-stage .video-copy{padding:16px 8px 4px}.cinema-stage .video-copy h3{font-family:Fredoka;font-size:24px}.stage-note{font-size:12px;padding:8px 8px 16px}.opening-picks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:24px 0 40px}.concept-b .topics{background:#fff;padding:0 0 32px}.concept-b .topics h2{font-size:24px}.concept-b .topic-list a{background:#eaf8f5;border-radius:14px;padding:12px 4px}.concept-b .topic-list .sprite{width:72px;height:72px}.concept-b .topic-list a>span:last-child:not(.sprite){display:none}.concept-b .shelf{padding:40px 0}.concept-b .about-band{margin:28px 0}.concept-b .section-head h2{color:#174e59}
.garden-hero{background:#e7f6e8 url('assets/banner.webp') center 48%/cover no-repeat;padding:50px 0 60px}.garden-hero h1{font-size:52px;color:#154b54}.garden-hero h1 span{color:#087467}.garden-hero p{font-size:16px;color:#294f4c;margin:16px 0 22px;max-width:430px}.pathways{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-block:32px}.pathways>a{display:flex;align-items:center;gap:8px;padding:18px 12px;border-radius:16px;background:#e8f6ff}.pathways>a:nth-child(2){background:#fff5d4}.pathways>a:nth-child(3){background:#fff0f5}.pathways h2{font-size:24px}.pathways p{font-size:13px;line-height:1.5;margin:6px 0 10px}.pathways span:not(.sprite){display:flex;align-items:center;gap:8px;font-size:13px;color:var(--green);font-weight:700}.pathways .sprite{width:90px;height:90px}.concept-c .guided{padding:36px 0}.concept-c .guided:nth-of-type(even){background:#eef9f6}.guided>.wrap{display:grid;grid-template-columns:210px minmax(0,1fr);gap:32px}.guided .section-head{display:block;margin:0;padding-top:12px}.guided .section-head h2{display:block;font-size:30px;line-height:1.15}.guided .section-head .sprite{display:block;width:95px;height:95px;margin-bottom:16px}.guided .section-head p{margin:14px 0 20px;line-height:1.6}.guided .video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.concept-c .about-band{display:none}
.concept-c .about-band{display:block}
@media(min-width:1500px){.story-hero{background-size:cover;min-height:540px;padding-top:84px}}
@media(max-width:1000px){.wrap{width:calc(100% - 40px)}.site-header nav{gap:16px}.site-header nav a:last-child{display:none}.video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.topic-list{gap:8px}.topic-list a .sprite{width:74px;height:74px}.topic-list strong{font-size:12px}.topic-list a>span:last-child:not(.sprite){display:none}.cinema-hero>.wrap{gap:30px}.cinema-copy h1{font-size:44px}.pathways>a{flex-direction:column;text-align:center}.pathways span:not(.sprite){justify-content:center}.guided>.wrap{grid-template-columns:170px minmax(0,1fr);gap:20px}.guided .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-copy>div{width:46%}}
@media(max-width:650px){.wrap{width:calc(100% - 32px)}.preview-nav{padding:6px 10px;gap:0}.preview-nav a{padding:7px 10px}.site-header>.wrap{min-height:72px;gap:12px}.site-header img{width:146px}.site-header nav{display:none}.button.small{font-size:12px;padding:8px 12px;gap:6px}.story-hero{min-height:430px;padding:36px 12px 100px;background-position:center bottom;background-size:auto 100%}.hero-copy{max-width:350px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:15px;margin:16px 0}.topic-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 4px}.topic-list a .sprite{width:68px;height:68px}.topic-list strong{font-size:11px}.topics{padding:28px 0}.topics h2{font-size:25px}.topics>.wrap>p{font-size:13px;margin-bottom:20px}.shelf,.concept-b .shelf{padding:32px 0}.section-head{gap:12px;align-items:flex-end;margin-bottom:18px}.section-head h2{font-size:23px;gap:7px}.section-head .sprite{width:30px;height:30px}.section-head p{font-size:12px;margin:7px 0 0;max-width:260px}.more{font-size:11px;gap:3px;padding:7px 10px;min-height:36px}.more svg{width:15px}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.video-card{border-radius:11px}.video-copy{padding:10px 10px 12px}.video-copy h3{font-size:14px;line-height:1.35}.video-copy p{font-size:11px}.duration{font-size:10px;right:5px;bottom:5px;line-height:16px}.about-band{min-height:490px;background-size:auto 390px;background-position:right bottom;background-repeat:no-repeat;background-color:#e3f4e7}.about-copy{padding-block:28px}.about-copy>div{width:100%;max-width:none}.about-copy h2{font-size:30px}.about-copy p{font-size:14px;margin:14px 0 18px;max-width:340px}.about-copy .button{font-size:13px}.site-footer .wrap{display:block}.site-footer nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:26px 0}.site-footer small{display:block}.load-more{padding-bottom:40px}.cinema-hero{padding:28px 0}.cinema-hero>.wrap{display:block}.cinema-copy h1{font-size:42px}.cinema-copy>p{font-size:15px;max-width:350px}.mini-friends{display:none}.cinema-stage{margin-top:24px;padding:8px 8px 0}.cinema-stage .video-copy h3{font-size:20px}.opening-picks{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 0 32px}.opening-picks .video-card:last-child{display:none}.concept-b .topic-list a{padding:6px 0}.concept-b .topic-list .sprite{width:58px;height:58px}.garden-hero{padding:30px 0 205px;background-size:auto 360px;background-position:right bottom;background-repeat:no-repeat;background-color:#e3f4e7}.garden-hero h1{font-size:40px}.garden-hero p{font-size:14px;max-width:325px}.pathways{grid-template-columns:1fr;gap:12px;padding-block:24px}.pathways>a{flex-direction:row;text-align:left;padding:12px;gap:14px}.pathways h2{font-size:22px}.pathways p{margin:4px 0 6px}.pathways span:not(.sprite){justify-content:flex-start}.pathways .sprite{width:72px;height:72px}.guided>.wrap{display:block}.guided .section-head{padding:0;display:flex;align-items:flex-end;margin-bottom:20px}.guided .section-head h2{font-size:24px;display:flex;align-items:center;gap:10px}.guided .section-head .sprite{width:40px;height:40px;margin:0}.guided .section-head p{margin:6px 0 0;font-size:12px}.guided .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.concept-c .guided{padding:28px 0}}
@media(max-width:650px){.garden-hero{padding:30px 0 0;background:#e3f4e7}.garden-hero::after{content:"";display:block;height:245px;margin-top:24px;background:url('assets/banner.webp') right center/cover no-repeat}.about-band{min-height:0;background:#e3f4e7}.about-band::after{content:"";display:block;height:230px;background:url('assets/banner.webp') right center/cover no-repeat}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.video-card:hover,.button:hover,.video-card:hover .video-cover>img,.video-card:hover .play,.topic-list a:hover .sprite{transform:none}}
