:root{--cream:#fff9ed;--ink:#28352c;--muted:#5e6a5f;--green:#50765a;--pink:#ee766f;--rose:#ffebe6;--yellow:#ffcf73;--stroke:#eadfcb;--white:#fffefa;--shadow:0 22px 60px rgba(70,57,33,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:500 16px/1.55 'DM Sans',system-ui,sans-serif}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Nunito',system-ui,sans-serif;line-height:1.12;letter-spacing:-.035em}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:disabled{cursor:default}img{display:block;max-width:100%}em{font-style:normal;color:var(--pink)}:focus-visible{outline:3px solid #4f86c6;outline-offset:4px}.skip-link{position:absolute;left:16px;top:-60px;background:#fff;padding:12px;z-index:30}.skip-link:focus{top:12px}.section-wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}section{scroll-margin-top:94px}
.site-header{width:min(1250px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 0;position:relative;z-index:2}.brand{font:800 22px/1 'Nunito',system-ui,sans-serif;display:flex;align-items:center;gap:10px;white-space:nowrap;letter-spacing:-.04em}.brand strong,.footer-logo strong{color:var(--pink)}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:var(--pink);color:white;font:bold 29px/1 Georgia;transform:rotate(-8deg)}.brand-spark{color:#edb34f;margin-left:3px}.site-header nav{display:flex;gap:34px;font-weight:700;font-size:14px}.site-header nav a:hover,.text-link:hover,.footer-inner a:hover{color:var(--pink)}.header-cta{background:#fff;border:1px solid var(--stroke);box-shadow:0 4px 0 #e9e2d7;border-radius:100px;padding:11px 19px;font-weight:800;font-size:14px;white-space:nowrap}.header-cta span{color:var(--pink);margin-left:5px}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--green)}.hero{display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:6%;min-height:650px;padding:45px 0 100px}.hero-copy{padding:20px 0 40px}.hero .eyebrow{display:inline-flex;gap:9px;align-items:center}.hero .eyebrow span{font-size:23px;color:#e9b45f}.hero h1{font-size:clamp(47px,5.3vw,78px);margin:24px 0;max-width:690px}.hero h1 em{display:inline-block;white-space:nowrap}.hero-copy>p{max-width:525px;font-size:19px;line-height:1.65;color:var(--muted);margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:19px;border:0;border-radius:100px;padding:15px 24px;font-weight:800;transition:transform .18s,box-shadow .18s}.button:hover,.header-cta:hover{transform:translateY(-2px)}.button-primary{background:var(--pink);color:#fff;box-shadow:0 7px 0 #d7605b}.button-primary:hover{box-shadow:0 9px 0 #d7605b}.text-link{font-weight:800;text-decoration:underline;text-decoration-color:#edb8a5;text-underline-offset:6px}.hero-note{display:flex;align-items:center;gap:12px;color:#697468;margin-top:53px;max-width:380px;font-size:13px}.note-icon{background:#e5f1dc;color:#5b875f;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:20px;flex:none}.hero-art{height:min(500px,43vw);min-height:385px;position:relative;display:grid;place-items:center}.art-halo{position:absolute;inset:0 0 0 0;background:#fcebc2;border-radius:48% 52% 45% 55%;transform:rotate(-10deg)}.hero-art img{height:94%;width:88%;object-fit:cover;object-position:50% 55%;border-radius:43% 43% 35% 35%;position:relative;box-shadow:var(--shadow)}.art-sticker{position:absolute;z-index:1;background:#fff;border:2px solid #fff;border-radius:20px;box-shadow:0 9px 25px #604b3330;padding:13px 18px;line-height:1.15;font-size:15px;font-weight:700;text-align:center}.sticker-left{left:-5%;top:14%;transform:rotate(-9deg)}.sticker-left strong{color:var(--pink);font-family:Nunito,sans-serif}.sticker-left span{color:#e3a950}.sticker-right{right:-5%;bottom:10%;transform:rotate(7deg);background:#e7f1d8}.sticker-right span{color:#eda740;font-size:23px}
.discover{background:#f0f4e9;border-radius:56px 56px 0 0;padding:100px 0 112px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:34px}.section-heading h2,.future h2{font-size:clamp(36px,4vw,57px);margin:13px 0 0}.section-heading p{max-width:340px;color:var(--muted);margin:0 0 6px}.play-card{display:grid;grid-template-columns:1fr .76fr;min-height:440px;border:1px solid #dfe8d7;border-radius:30px;background:#fff;overflow:hidden;box-shadow:0 15px 45px #4d6a4520}.game-content{padding:38px clamp(26px,5vw,64px)}.game-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.game-badge{font-size:11px;letter-spacing:.11em;background:#fff2da;border-radius:30px;padding:7px 12px;font-weight:800;color:#937038}.game-progress{color:var(--green);font-size:14px;font-weight:800}.progress-track{height:7px;background:#edf0e9;border-radius:20px;overflow:hidden;margin:18px 0 30px}.progress-track span{display:block;width:12.5%;height:100%;background:#89aa72;border-radius:20px;transition:width .25s}.game-label{color:var(--pink);font-weight:800;font-size:14px}.game-content h3{font-size:clamp(28px,3vw,41px);margin:5px 0 10px}.game-clue{font-size:18px;max-width:450px;line-height:1.55;min-height:58px;margin-bottom:23px}.answers{display:flex;gap:11px;flex-wrap:wrap}.answer{border:2px solid #dce8d8;background:#fff;border-radius:14px;padding:11px 18px;font-weight:800;color:var(--ink);min-width:108px}.answer:not(:disabled):hover{background:#f2f8ed;border-color:#79a676}.answer.correct{background:#e2f1db;border-color:#73a66d}.answer.wrong{background:#fff1ed;border-color:#ee766f}.game-feedback{min-height:35px;margin-top:15px;font-weight:800;color:var(--green)}.game-feedback.try-again{color:#b6635e}.button-next{background:var(--green);color:#fff;padding:11px 18px;font-size:14px}.button-next[hidden]{display:none}.game-reveal{background:#f8eadb;min-height:440px;position:relative;display:grid;place-items:center;padding:20px}.game-reveal::before,.game-reveal::after{content:'✦';color:#e7b383;font-size:30px;position:absolute;top:25px;left:27px}.game-reveal::after{top:auto;left:auto;right:31px;bottom:21px;font-size:45px}.reveal-placeholder{width:min(270px,70%);aspect-ratio:1;border:3px dashed #dbbd98;border-radius:50%;display:grid;place-content:center;text-align:center;color:#b78f74;transform:rotate(-5deg)}.reveal-placeholder span{font:bold 105px/1 Nunito,sans-serif}.reveal-placeholder p{font-size:17px;font-weight:800;margin:0}.game-reveal img{width:100%;max-width:380px;max-height:350px;object-fit:cover;border:10px solid #fff;transform:rotate(3deg);border-radius:22px;box-shadow:0 12px 35px #84624630}.game-complete{font:900 32px/1.2 Nunito,sans-serif;text-align:center;color:var(--green);max-width:300px}.game-complete span{display:block;font-size:80px;margin-bottom:10px}
.animal-area{padding-top:112px;scroll-margin-top:80px}.subhead{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px;gap:24px}.subhead h3,.book-intro h3{font-size:clamp(30px,3vw,41px);margin:9px 0 0}.subhead h3 span{color:#e7b366}.subhead p{margin:0;color:var(--muted)}.animal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.animal-card{border:1px solid #e8e5d8;text-align:left;background:#fff;border-radius:22px;overflow:hidden;padding:0;box-shadow:0 8px 20px #526a4a0c;transition:transform .2s,box-shadow .2s}.animal-card:hover{transform:translateY(-5px);box-shadow:0 16px 28px #526a4a24}.animal-card img{width:100%;aspect-ratio:1.38;object-fit:cover}.animal-card span{display:flex;justify-content:space-between;align-items:center;padding:15px 17px;font:900 18px Nunito,sans-serif}.animal-card i{font:700 20px sans-serif;color:var(--pink);font-style:normal}.animal-card:nth-child(4n+2) img{background:#ffebe0}.animal-card:nth-child(4n+3) img{background:#fff1ca}
.book-area{scroll-margin-top:80px;margin-top:105px;padding:48px;background:#fff8eb;border:1px solid #f0dfc5;border-radius:34px;display:grid;grid-template-columns:.72fr 1.28fr;gap:40px;align-items:center}.book-intro h3{font-size:clamp(32px,3.4vw,47px);margin:13px 0 16px}.book-intro p{color:var(--muted);max-width:340px;line-height:1.65}.book-tabs{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.book-tabs button{background:#fff;border:1px solid #e8d9c2;border-radius:100px;padding:9px 14px;color:var(--ink);font-weight:800;font-size:13px}.book-tabs button[aria-pressed=true]{background:var(--green);color:#fff;border-color:var(--green)}.book-preview{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:start}.book-page{background:#fff;padding:11px 11px 14px;border-radius:14px;box-shadow:0 8px 25px #684f2920;transform:rotate(-3deg)}.book-page+div{transform:rotate(3deg);margin-top:12px}.book-page img{width:100%;aspect-ratio:695/930;object-fit:cover;border-radius:5px}.book-page span{display:block;text-align:center;font:800 13px Nunito,sans-serif;margin-top:7px;color:#7f705c}
.future{padding:115px 0;display:grid;grid-template-columns:.82fr 1fr;gap:9%;align-items:center}.future-art{height:480px;max-width:400px;justify-self:center;border:12px solid #fff;border-radius:40% 40% 15% 15%;overflow:hidden;box-shadow:var(--shadow);transform:rotate(-4deg);background:#efd8b7}.future-art img{width:100%;height:100%;object-fit:cover;object-position:50% 34%}.future h2{max-width:550px;margin:15px 0 18px}.future-copy>p{color:var(--muted);font-size:18px;max-width:540px;line-height:1.6}.future-list{margin-top:31px}.future-list>div{display:flex;gap:16px;border-top:1px solid var(--stroke);padding:14px 0}.future-list>div>span{width:35px;height:35px;flex:none;border-radius:11px;background:#fce7d7;color:#dc786a;display:grid;place-items:center}.future-list strong{display:block;font:900 17px Nunito,sans-serif}.future-list small{color:var(--muted);font-size:13px}.future-list b{font-weight:700;color:#a77056}
footer{background:#e6eddf}.footer-inner{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#536d54;font-size:13px}.footer-logo{font:900 19px Nunito,sans-serif;color:var(--ink)}.footer-inner a{font-weight:800}
dialog{width:min(720px,calc(100% - 32px));max-height:90vh;border:0;border-radius:27px;padding:0;background:#fff;box-shadow:0 20px 80px #152d2a5c;overflow:auto}dialog::backdrop{background:#1b2d2799;backdrop-filter:blur(3px)}dialog>img{width:100%;height:260px;object-fit:cover}dialog .dialog-copy{padding:30px 38px 38px}dialog h2{font-size:36px;margin:9px 0 10px}dialog p{color:var(--muted);font-size:17px;line-height:1.6;margin-bottom:24px}.dialog-close{position:absolute;top:14px;right:14px;border:0;border-radius:50%;width:40px;height:40px;background:#fff;color:var(--ink);font-size:26px;line-height:1}
@media(max-width:900px){.hero{grid-template-columns:1fr 1fr;gap:20px;min-height:550px}.hero h1{font-size:clamp(38px,5vw,54px)}.hero h1 em{white-space:normal}.hero-art{min-height:330px}.animal-grid{grid-template-columns:repeat(4,1fr);gap:10px}.animal-card span{font-size:15px}.book-area{grid-template-columns:1fr;gap:25px}.book-intro p{max-width:600px}.book-preview{max-width:610px;margin:auto}}
@media(max-width:700px){.section-wrap,.site-header{width:min(100% - 32px,510px)}.site-header{padding:16px 0}.site-header nav{display:none}.brand{font-size:18px}.header-cta{font-size:12px;padding:10px 13px}.hero{display:flex;flex-direction:column;min-height:0;padding:40px 0 75px;gap:15px}.hero-copy{padding:0}.hero h1{font-size:clamp(42px,10vw,57px);margin:17px 0}.hero h1 em{white-space:normal}.hero-copy>p{font-size:17px}.hero-actions{gap:20px}.hero-note{margin-top:35px}.hero-art{height:370px;min-height:0;width:min(100%,420px);margin:10px auto 0}.sticker-left{left:0}.sticker-right{right:0}.discover{border-radius:35px 35px 0 0;padding:65px 0 75px}.section-heading,.subhead{display:block}.section-heading p,.subhead p{margin-top:14px}.play-card{grid-template-columns:1fr}.game-content{padding:25px 22px}.game-reveal{min-height:245px;order:-1}.game-reveal img{max-height:210px;max-width:300px}.reveal-placeholder{width:150px}.reveal-placeholder span{font-size:65px}.reveal-placeholder p{font-size:12px}.animal-area{padding-top:80px}.animal-grid{grid-template-columns:repeat(2,1fr);gap:12px}.animal-card span{font-size:16px;padding:10px 12px}.book-area{padding:28px 20px;margin-top:75px}.book-page{padding:6px}.book-page span{font-size:11px}.future{grid-template-columns:1fr;gap:35px;padding:70px 0}.future-art{height:350px;width:270px;justify-self:center}.future-copy{order:-1}.footer-inner{padding:25px 0;flex-wrap:wrap;min-height:0}.footer-inner>span:nth-child(2){width:100%;order:3}}
@media(max-width:370px){.header-cta{display:none}.hero-actions{align-items:flex-start;flex-direction:column}.animal-grid{gap:8px}.animal-card span{font-size:14px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
[hidden]{display:none!important}
.purchase-panel{scroll-margin-top:90px;display:grid;grid-template-columns:230px 1fr;align-items:center;gap:52px;margin-top:28px;padding:42px 58px;background:#ffece1;border:1px solid #f6d5c4;border-radius:34px;overflow:hidden}
.purchase-cover{width:210px;transform:rotate(-5deg);box-shadow:0 16px 35px #86553a35;border:8px solid #fff;border-radius:9px;background:#fff}
.purchase-cover img{width:100%;height:auto;border-radius:3px}.purchase-copy h3{font-size:clamp(32px,3.5vw,48px);margin:12px 0 16px}.purchase-copy>p{max-width:650px;color:var(--muted);margin-bottom:20px}.purchase-details{display:flex;flex-wrap:wrap;gap:10px 21px;margin:22px 0 28px;font-size:13px;font-weight:800}.purchase-details span{white-space:nowrap}.purchase-details b{font-size:19px;color:#d76e65;margin-right:6px;vertical-align:middle}.purchase-action{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.button-unavailable{background:#d9d5ca;color:#545c50;cursor:default;box-shadow:none}.button-unavailable:hover{transform:none}.purchase-price{font:900 22px Nunito,system-ui,sans-serif;color:var(--green)}.purchase-copy .purchase-note{font-size:12px;margin:19px 0 0;color:#7d6e62}
@media(max-width:900px){.purchase-panel{grid-template-columns:160px 1fr;gap:28px;padding:34px}.purchase-cover{width:155px}}
@media(max-width:700px){.purchase-panel{grid-template-columns:1fr;gap:24px;margin-top:20px;padding:28px 22px}.purchase-cover{width:154px;justify-self:center}.purchase-details span{white-space:normal}.purchase-copy h3{font-size:35px}}
.seek-area{display:grid;grid-template-columns:.82fr 1fr;gap:42px;align-items:center;margin-top:35px;padding:48px;background:#edf0fa;border:1px solid #dce1f3;border-radius:32px;box-shadow:0 12px 35px #526a4a13}.seek-copy h3{font-size:clamp(31px,3.5vw,48px);margin:12px 0 17px}.seek-copy>p{color:var(--muted);max-width:420px;margin-bottom:24px}.seek-mission{display:flex;flex-direction:column;gap:2px;border-radius:22px;background:#fff;padding:20px 24px;box-shadow:0 5px 15px #555f8720}.seek-kicker{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--green)}.seek-mission strong{font:900 clamp(24px,2.5vw,34px)/1.2 Nunito,system-ui,sans-serif;color:var(--pink)}.seek-mission>span:last-child{color:var(--muted);font-size:13px;font-weight:800;margin-top:5px}.seek-chips{display:flex;flex-wrap:wrap;gap:8px;margin:17px 0}.seek-chips span{background:#fff;border:1px solid #d5dfdb;border-radius:100px;padding:6px 12px;font-size:13px;font-weight:800}.seek-chips span.active{background:#ffddd8;border-color:#f2ada7}.seek-chips span.done{background:#dbead7;color:#5d8060;border-color:#bcd2b7}.seek-chips span.done::before{content:'✓ ';font-weight:900}.seek-feedback{font-size:14px;font-weight:700;color:#53665a;min-height:45px;margin:0 0 10px}.seek-actions{display:flex;gap:10px;flex-wrap:wrap}.seek-actions button{border:1px solid #bfcdbd;background:#fff;padding:10px 15px;border-radius:100px;color:var(--green);font-weight:800;font-size:13px}.seek-actions button:hover{background:#f6fff4}.seek-scene{position:relative;aspect-ratio:1;border:10px solid #fff;border-radius:27px;overflow:hidden;background:#c2e1bf;box-shadow:0 15px 30px #5a64802a}.seek-scene>img{width:100%;height:100%;object-fit:cover;pointer-events:none}.seek-spot{position:absolute;border:0;background:transparent;border-radius:35%;padding:0;touch-action:manipulation}.seek-spot:hover:not(:disabled){outline:3px dashed #fff;outline-offset:-5px;background:#fff2}.seek-spot:focus-visible{outline:4px solid #224e70;outline-offset:-5px}.seek-spot span{display:none;place-items:center;width:35px;height:35px;position:absolute;top:43%;left:45%;border-radius:50%;background:#3e8d65;color:#fff;box-shadow:0 0 0 4px #fff;font-size:24px;font-weight:900;line-height:1}.seek-spot.found span{display:grid}.seek-dog{left:43%;top:41%;width:31%;height:46%}.seek-cat{left:6%;top:53%;width:35%;height:35%}.seek-cow{left:68%;top:27%;width:32%;height:43%}.seek-turtle{left:71%;top:75%;width:29%;height:22%}
@media(max-width:900px){.seek-area{gap:25px;padding:32px}.seek-copy h3{font-size:34px}}
@media(max-width:700px){.seek-area{grid-template-columns:1fr;gap:24px;margin-top:22px;padding:25px 19px}.seek-copy h3{font-size:34px}.seek-feedback{min-height:0}.seek-scene{border-width:7px;border-radius:19px}}
