@charset "UTF-8";
:root{--paper:#f6f2e9;--ink:#293f36;--muted:#6b756c;--line:#dddccf;--green:#294e40;--gold:#d5a355;--peach:#ecd2bc;--serif:Georgia,'Times New Roman',serif;--sans:'Segoe UI',Arial,sans-serif}
*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:default}button:focus-visible,a:focus-visible{outline:3px solid #b36c39;outline-offset:5px}button{border:0}a{color:inherit}svg{width:24px;height:24px;flex-shrink:0}img{max-width:100%;display:block}h1,h2,p{margin:0}button svg{pointer-events:none}[hidden]{display:none!important}.svg-library{position:absolute;width:0;height:0;overflow:hidden}.site-header{max-width:1440px;margin:auto;padding:30px 5.5% 23px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center;padding:0;background:none;text-align:left}.brand-mark{position:relative;width:42px;height:45px}.brand-mark>svg{width:40px;height:40px}.brand-mark>span{position:absolute;font-size:20px;color:var(--gold);right:-1px;top:-13px}.brand-name{font-family:var(--serif);font-size:16px;letter-spacing:3px;line-height:1.35}.brand-name>span{display:block;font-size:13px;font-style:italic;letter-spacing:.5px}.brand-name b{font-size:16px;font-style:normal;letter-spacing:3px;font-weight:normal}.site-header nav{display:flex;gap:24px;align-items:center}.quiet-button{background:none;padding:10px 0;font-size:13px}.quiet-button:hover{color:#9f652f}.sound-button{display:flex;align-items:center;gap:8px;border:1px solid var(--line);padding:10px 15px;border-radius:30px;background:transparent;font-size:12px;min-height:44px}.sound-button:hover{background:#eaeadd}.sound-button svg{width:17px;height:17px}.parents-button{margin-left:5px}.parents-button span{font-size:18px;margin-left:5px}.home-view{max-width:1440px;padding:0 5.5%;margin:auto}.hero{display:grid;grid-template-columns:.85fr 1.4fr;gap:28px;align-items:center;padding:55px 0 72px}.eyebrow{font-size:10px;font-weight:650;letter-spacing:2px;line-height:1.6}.tiny-star{font-size:17px;vertical-align:-1px;color:#b48443;margin-right:7px}.hero h1{font-family:var(--serif);font-weight:400;letter-spacing:-3px;font-size:clamp(48px,5.4vw,78px);line-height:1.04;margin:25px 0}.hero h1 em{color:#a4763f;font-weight:normal}.hero-description{font-size:15px;line-height:1.85;color:#647065}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:17px 25px;background:var(--green);color:#fffaf0;border-radius:7px;min-height:52px;font-size:14px;font-weight:550;transition:background .18s,transform .18s;text-decoration:none}.primary-button:hover{background:#386650;transform:translateY(-2px)}.primary-button:active{transform:translateY(0)}.primary-button svg{width:20px;height:20px}.hero .primary-button{margin-top:29px}.hero-details{margin-top:29px;display:flex;gap:18px;color:var(--muted);font-size:10px;flex-wrap:wrap}.hero-details>span{display:flex;align-items:center;gap:6px}.hero-details svg{width:15px;height:15px}.hero-details i{font-size:18px;line-height:1;font-style:normal}.hero-art{position:relative;padding:0 0 15px 6px}.hero-picture{border-radius:150px 16px 150px 16px;overflow:hidden;box-shadow:0 14px 45px #3c4c3012;transform:rotate(-1.3deg);aspect-ratio:1.32}.hero-picture img{height:100%;width:100%;object-fit:cover;object-position:46% center}.paper-tag{position:absolute;right:-16px;bottom:1px;background:#faf4e3;box-shadow:0 4px 15px #3a392915;padding:18px 22px;transform:rotate(6deg);display:flex;align-items:center;gap:10px;border:1px solid #e8decb;border-radius:3px}.paper-tag svg{width:31px;height:31px;color:#b4884b}.paper-tag span{font-family:var(--serif);font-size:19px;line-height:1.2;font-style:italic}.floating-star{position:absolute;pointer-events:none}.star-one{font-size:57px;color:#b28a56;top:-35px;right:8px;transform:rotate(10deg)}.star-two{font-size:68px;color:#52725d;bottom:11px;left:-32px;transform:rotate(-12deg)}.resume-note{margin-top:13px;font-size:12px;color:var(--muted)}.journey{border-top:1px solid var(--line);padding-top:31px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-heading h2{font:normal 30px/1.25 var(--serif);letter-spacing:-.6px;margin-top:6px}.section-heading>p{font-size:12px;color:var(--muted);padding-bottom:5px}.scene-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.scene-card{padding:0;text-align:left;background:none;min-width:0}.scene-card .thumbnail{overflow:hidden;aspect-ratio:2.2;border-radius:9px;position:relative;background:#e4e5d7}.scene-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.scene-card:hover img{transform:scale(1.04)}.scene-number{position:absolute;left:12px;top:12px;background:#f8f3e7ed;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;font-size:10px;letter-spacing:1px}.scene-card-label{display:flex;justify-content:space-between;align-items:center;margin-top:13px}.scene-card-label h3{font:normal 21px var(--serif);margin:0}.scene-card-label svg{width:20px;height:20px}.scene-card>p{color:var(--muted);font-size:11px;margin-top:6px}.scene-complete{color:#396148!important}.home-bottom{font-size:11px;color:var(--muted);display:flex;gap:8px;justify-content:center;align-items:center;padding:35px 0 25px}.home-bottom svg{width:17px;height:17px}.game-view{max-width:1500px;padding:15px 5.5% 25px;margin:auto}.game-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.back-button{background:none;color:var(--muted);font-size:12px;padding:6px 0;margin-bottom:19px;min-height:30px}.back-button:hover{color:var(--green)}.game-heading h1{font:normal clamp(29px,3vw,43px)/1.12 var(--serif);letter-spacing:-1px;margin-top:5px}.game-heading h1:focus{outline:0}.chapter-dots{display:flex;gap:9px;padding-bottom:4px}.chapter-dot{background:transparent;border:1px solid #cbd1c3;border-radius:50%;width:39px;height:39px;font-size:12px}.chapter-dot.active{background:var(--green);color:#fff;border-color:var(--green)}.chapter-dot.done:not(.active){background:#e0e9d9}.chapter-dot svg{width:17px;height:17px;vertical-align:middle}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:29px;align-items:start}.scene-frame{position:relative;border-radius:12px;overflow:hidden;background:#e2e5d7;box-shadow:0 8px 30px #293f360c}.scene-viewport{overflow:auto;aspect-ratio:1.5;scrollbar-width:thin;scrollbar-color:#e2d6b5 #64705a;overscroll-behavior:contain}.scene-stage{position:relative;width:100%;aspect-ratio:1.5;user-select:none;-webkit-user-select:none}.scene-stage.zoomed{width:180%;cursor:grab}.scene-stage.dragging{cursor:grabbing}.scene-stage>img{width:100%;height:100%;object-fit:contain;pointer-events:none}.hotspots,.particles{position:absolute;inset:0}.particles{pointer-events:none;overflow:hidden}.hotspot{position:absolute;transform:translate(-50%,-50%);background:none;border-radius:50%;min-width:40px;min-height:40px;touch-action:manipulation;cursor:pointer;z-index:1;padding:0}.hotspot:focus-visible{outline:3px dashed #fff;outline-offset:2px;background:#fff2;box-shadow:0 0 0 5px #355d42}.hotspot .found-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;background:#f7f1d9ec;color:#254d36;width:30px;height:30px;display:grid;place-items:center;box-shadow:0 0 0 3px #fff9}.found-mark svg{width:21px;height:21px}.hotspot.found{cursor:default;pointer-events:none}.hotspot.hinted::before{content:'';position:absolute;width:80px;height:80px;left:50%;top:50%;border:3px dashed #fffbe7;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 6px #9d74364d;animation:hint-pulse 1.4s ease-in-out 4}.scene-top-label{pointer-events:none;position:absolute;top:15px;left:15px;font-size:8px;letter-spacing:1.2px;background:#fff9eae8;color:#415140;border-radius:30px;padding:9px 12px;display:flex;gap:7px;align-items:center}.live-dot{background:#7a945f;width:5px;height:5px;border-radius:50%}.zoom-button{position:absolute;bottom:14px;right:14px;display:flex;gap:7px;align-items:center;justify-content:center;background:#fff9ecef;padding:10px 13px;border:1px solid #f6f2de;border-radius:24px;font-size:11px;min-height:42px;box-shadow:0 3px 14px #20352620}.zoom-button svg{width:16px;height:16px}.scene-caption{font-size:11px;color:var(--muted);display:flex;justify-content:space-between;padding:15px 2px;gap:12px}.caption-sparkle{font-size:24px;line-height:.65;color:var(--gold)}.treasure-panel{padding-top:5px}.panel-title{display:flex;justify-content:space-between;align-items:center}.panel-title h2{font:normal 28px var(--serif);letter-spacing:-.7px;margin-top:6px}.panel-title .eyebrow{font-size:9px;letter-spacing:1.5px}.count-badge{font-size:24px;font-family:var(--serif);min-width:54px;text-align:right}.count-badge small{font:12px var(--sans);color:#7b8579}.progress-track{margin-top:17px;height:3px;background:#e1e2d6;border-radius:5px;overflow:hidden}.progress-track>div{height:100%;width:0;background:#8c9f74;transition:width .35s}.treasure-list{display:flex;flex-direction:column;margin-top:12px}.treasure-item{display:flex;align-items:center;gap:13px;padding:10px 5px;border-bottom:1px solid #e2e2d7;background:none;text-align:left;min-height:69px}.treasure-icon{width:49px;height:49px;background:#eee8d9;border-radius:13px;display:grid;place-items:center;flex-shrink:0}.treasure-icon svg{height:43px;width:43px}.treasure-name{font-size:14px}.treasure-state{width:19px;height:19px;border:1px solid #c8cebe;border-radius:50%;margin-left:auto;display:grid;place-items:center}.treasure-state svg{width:13px;height:13px}.treasure-item.found{color:#557446}.treasure-item.found .treasure-state{border-color:#678657;background:#678657;color:#fff}.treasure-item.found .treasure-icon{background:#e0e8d8}.treasure-item:hover:not(:disabled) .treasure-icon{background:#e3d9c6}.hint-area{margin-top:21px;padding:17px 16px;background:#eeecdf;border-radius:9px}.hint-area>p{font-size:12px;line-height:1.7;min-height:40px;color:#64705d}.hint-button{margin-top:13px;padding:6px 0;display:flex;gap:7px;align-items:center;background:none;font-size:12px;color:var(--ink);font-weight:600;min-height:32px}.hint-button svg{width:19px;height:19px;color:#a78248}.hint-button:disabled{opacity:.5}.game-footnote{display:flex;justify-content:center;align-items:center;gap:8px;font-size:11px;color:var(--muted);padding-top:22px}.game-footnote svg{width:14px;height:14px;color:#b49557}.footnote-divider{padding:0 6px}.completed-button{width:100%;font-size:12px;gap:10px;padding:12px;margin-top:14px}.toast{position:fixed;z-index:5;left:50%;bottom:28px;transform:translate(-50%,20px);background:#294e40;color:#fff9ed;box-shadow:0 6px 25px #14351a22;border:1px solid #536f54;border-radius:32px;padding:15px 25px;font-size:14px;max-width:90%;text-align:center;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.toast.show{opacity:1;transform:translate(-50%,0)}dialog{color:var(--ink);border:1px solid #e1d9c7;background:#faf6eb;border-radius:20px;padding:38px;max-width:min(92vw,490px);width:490px;box-shadow:0 25px 80px #172e2630;max-height:90dvh;overflow:auto}dialog::backdrop{background:#15332466;backdrop-filter:blur(4px)}.dialog-close{position:absolute;right:15px;top:15px;width:38px;height:38px;border-radius:50%;background:#ecebdd;display:grid;place-items:center}.dialog-close svg{width:18px;height:18px}dialog h2{font:normal 35px/1.12 var(--serif);letter-spacing:-1px;margin:10px 0 16px}dialog>p:not(.eyebrow){font-size:14px;line-height:1.8;color:#65715f}.dialog-symbol{color:var(--gold);margin-bottom:12px}.dialog-symbol svg{height:38px;width:38px}.how-steps{list-style:none;margin:24px 0;padding:0}.how-steps li{display:flex;gap:15px;margin:21px 0}.how-steps li>span{background:#e6e9d9;border-radius:50%;width:31px;height:31px;display:grid;place-items:center;flex-shrink:0;font-family:var(--serif)}.how-steps b{font-size:14px;font-weight:600}.how-steps p{font-size:13px;line-height:1.7;color:var(--muted);margin-top:5px}.keyboard-note{font-size:11px!important;border-top:1px solid #e1dfd0;padding-top:14px;margin-bottom:22px}.wide{width:100%;gap:15px}.parent-notes{margin:23px 0}.parent-notes p{font-size:13px;line-height:1.7;padding:14px 0;border-top:1px solid var(--line);color:var(--muted)}.parent-notes b{color:var(--ink);display:block;font-weight:600}.parents-dialog h2{margin-top:20px}.reset-button{display:block;background:none;font-size:12px;color:#826747;text-decoration:underline;text-underline-offset:4px;margin:20px auto 0;padding:10px}.celebration-dialog{text-align:center;overflow:hidden;padding-top:33px}.award{width:133px;height:133px;margin:0 auto 22px;background:#e9e6c9;border:8px solid #f3eddb;outline:1px dashed #bbaa71;border-radius:50%;position:relative;display:grid;place-items:center}.award>svg{width:93px;height:93px}.award>span{position:absolute;color:#c79e51;font-size:26px;left:-28px;top:22px}.award>span:last-child{left:auto;right:-23px;top:80px;font-size:19px}.celebration-dialog h2{font-size:38px}.celebration-stars{font-size:21px;letter-spacing:6px;color:#caa34f;margin:20px 0 27px}.celebration-dialog>.quiet-button{margin:16px auto 0;display:block}.particle{position:absolute;font-size:19px;line-height:1;color:#fff5b6;animation:burst .85s ease-out forwards}.image-error{position:absolute;inset:0;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;background:#e6e8d8}.noscript-message{background:#fff1cf;border:1px solid #d4b36c;padding:25px;position:fixed;bottom:0;left:0;right:0;text-align:center}
@keyframes burst{from{transform:translate(-50%,-50%) scale(.3);opacity:1}to{transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) scale(1.1);opacity:0}}
@keyframes hint-pulse{0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(.9)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.12)}}
@media(min-width:1500px){.hero{padding-top:70px}.hero h1{font-size:82px}.hero-picture{aspect-ratio:1.42}}
@media(max-width:1100px){.site-header,.home-view,.game-view{padding-left:4%;padding-right:4%}.hero{grid-template-columns:.9fr 1.2fr;gap:25px}.hero h1{font-size:59px}.hero-description{font-size:13px}.hero-details{gap:10px;font-size:9px}.game-layout{grid-template-columns:minmax(0,1fr) 240px;gap:23px}.treasure-item{min-height:60px;padding:7px 2px}.treasure-icon{width:40px;height:40px}.treasure-icon svg{width:36px;height:36px}.hint-area{margin-top:15px;padding:13px}.scene-top-label{font-size:7px;padding:7px 9px}.panel-title h2{font-size:24px}}
@media(max-width:760px){.site-header{padding:23px 6% 19px}.site-header nav{gap:13px}.brand-name{font-size:13px;letter-spacing:2px}.brand-name b{font-size:13px;letter-spacing:2px}.brand-name>span{font-size:11px}.brand-mark,.brand-mark>svg{width:33px;height:35px}.brand-mark>span{font-size:15px;top:-9px}.brand{gap:7px}.parents-button{font-size:0;margin-left:0}.parents-button span{font-size:20px;margin-left:0}.parents-button::before{content:'Grown-ups';font-size:10px}.how-button{display:none}.sound-button{width:40px;height:40px;padding:0;justify-content:center;min-height:40px}.sound-button>span{display:none}.home-view{padding:0 6%}.hero{grid-template-columns:1fr;gap:38px;padding:28px 0 42px}.hero h1{font-size:62px;letter-spacing:-3px;line-height:1.01;margin:18px 0}.hero-description{font-size:14px}.hero-copy .eyebrow{font-size:9px;letter-spacing:1.6px}.hero .primary-button{margin-top:22px}.hero-details{margin-top:22px;gap:20px;font-size:10px}.hero-art{padding:0 8px 10px 6px}.hero-picture{aspect-ratio:1.45;border-radius:85px 10px 85px 10px}.paper-tag{right:-6px;bottom:-3px;padding:12px 15px;gap:7px}.paper-tag span{font-size:16px}.paper-tag svg{width:25px;height:25px}.star-one{top:-27px;font-size:43px}.star-two{bottom:8px;left:-17px;font-size:43px}.section-heading{display:block}.section-heading h2{font-size:27px}.section-heading>p{font-size:11px;margin-top:10px}.scene-cards{gap:18px;grid-template-columns:1fr}.scene-card{display:grid;grid-template-columns:119px 1fr;column-gap:17px;align-items:center}.scene-card .thumbnail{grid-row:span 2;aspect-ratio:1.5}.scene-card-label{margin:0;align-self:end;padding-bottom:4px}.scene-card-label h3{font-size:21px}.scene-card>p{margin:0;align-self:start}.scene-number{left:7px;top:7px;width:22px;height:22px;font-size:8px}.home-bottom{text-align:center;align-items:flex-start;font-size:10px;line-height:1.7;padding:30px 10px}.home-bottom svg{margin-top:1px}.game-view{padding:5px 4% 24px}.game-heading{margin-bottom:17px;padding:0 2%}.game-heading h1{font-size:32px}.back-button{margin-bottom:12px}.chapter-dots{gap:7px;padding-bottom:4px}.chapter-dot{width:32px;height:32px;font-size:11px}.game-heading .eyebrow{font-size:9px}.game-layout{grid-template-columns:1fr;gap:7px}.scene-frame{border-radius:9px}.scene-top-label{top:9px;left:9px;font-size:6px;letter-spacing:.8px;padding:6px 8px}.zoom-button{bottom:9px;right:9px;min-height:36px;padding:7px 10px;font-size:10px}.zoom-button svg{width:15px;height:15px}.scene-caption{font-size:10px;line-height:1.6;padding:12px 2px}.treasure-panel{padding:4px 2%}.panel-title{align-items:center}.panel-title h2{font-size:24px;display:inline;margin-right:10px}.panel-title .eyebrow{display:none}.count-badge{font-size:21px}.progress-track{margin-top:10px}.treasure-list{flex-direction:row;gap:6px;margin-top:16px;justify-content:space-between}.treasure-item{flex-direction:column;gap:6px;min-width:0;min-height:0;flex:1;padding:0 0 11px;border-bottom:0;position:relative}.treasure-icon{width:48px;height:48px;border-radius:12px}.treasure-icon svg{width:43px;height:43px}.treasure-name{font-size:10px;text-align:center}.treasure-state{position:absolute;right:calc(50% - 29px);top:-4px;width:17px;height:17px;background:var(--paper)}.treasure-state svg{width:11px;height:11px}.treasure-item:not(.found) .treasure-state{display:none}.hint-area{margin-top:9px;display:flex;gap:10px;align-items:center;justify-content:space-between;padding:13px}.hint-area p{font-size:11px;min-height:0;line-height:1.6;max-width:65%}.hint-button{font-size:10px;flex-shrink:0;margin:0;gap:4px}.hint-button svg{height:17px;width:17px}.game-footnote{font-size:10px;padding-top:17px;gap:5px}.footnote-divider{padding:0 2px}.hotspot{min-width:36px;min-height:36px}.hotspot .found-mark{width:23px;height:23px;box-shadow:0 0 0 2px #fff9}.found-mark svg{width:16px;height:16px}.hotspot.hinted::before{width:53px;height:53px}.toast{font-size:12px;padding:13px 18px;width:max-content;max-width:90%;bottom:16px}dialog{padding:32px 25px;border-radius:15px}dialog h2{font-size:31px}.celebration-dialog h2{font-size:32px}.celebration-dialog{padding-top:35px}.award{height:111px;width:111px}.award>svg{width:78px;height:78px}.completed-button{margin-top:12px}.hero-picture img{object-position:40% center}}
@media(max-width:370px){.hero h1{font-size:53px}.brand-name{font-size:11px}.parents-button::before{font-size:9px}.site-header nav{gap:9px}.hero-details{font-size:9px;gap:12px}.game-heading h1{font-size:27px}.treasure-icon{width:43px;height:43px}.treasure-icon svg{width:39px;height:39px}.treasure-name{font-size:9px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.particle{display:none}}
:root{--muted:#5d695f}.count-badge small{color:var(--muted)}.hint-area>p{color:#56624e}.scene-caption{align-items:center;min-height:59px;padding:10px 2px}.zoom-button{position:static;flex-shrink:0;box-shadow:none;border-color:#dcdccd;background:transparent}.hotspot{min-width:44px;min-height:44px}
@media(max-width:760px){.site-header nav{gap:10px}.how-button{display:grid;place-items:center;font-size:0;width:30px;height:40px;padding:0}.how-button::before{content:'?';font:16px var(--serif);border:1px solid var(--line);width:27px;height:27px;display:grid;place-items:center;border-radius:50%}.scene-caption{gap:8px}.scene-caption>span{max-width:66%}.zoom-button{padding:8px 10px}.scene-caption{font-size:10px}.hotspot{min-width:44px;min-height:44px}}

.website-footer { text-align:center; padding:12px 20px 30px; }
.website-footer a { display:inline-flex; align-items:center; min-height:44px; color:#294e40; font-size:14px; text-underline-offset:4px; }
.website-footer a:hover { text-decoration-thickness:2px; }
