/* styles.css */
:root{--ink:#30334f;--muted:#77758a;--bg:#f4f1ff;--violet:#7c69d6;--mint:#a5dfcc;--gold:#ffca77;--white:#fffdf9;--line:#d9d2ed;--sans:"PingFang TC","Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.65;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation}button{border:0}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid var(--violet);outline-offset:5px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--sans)}h1[tabindex="-1"]:focus{outline:none}img{max-width:100%;display:block}svg{width:24px;height:24px;fill:currentColor;flex:none;shape-rendering:crispEdges}.svg-library{position:absolute;width:0;height:0;overflow:hidden}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;top:-100px;left:20px;background:white;padding:15px;z-index:100}.skip-link:focus{top:0}.site-header{height:100px;max-width:1440px;margin:auto;padding:0 60px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;background:none;padding:0;min-height:48px;text-align:left}.brand-mark{width:42px;height:42px;background:var(--ink);color:var(--gold);font-size:32px;line-height:1;display:grid;place-items:center;clip-path:polygon(6px 0,calc(100% - 6px) 0,calc(100% - 6px) 6px,100% 6px,100% calc(100% - 6px),calc(100% - 6px) calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,6px calc(100% - 6px),0 calc(100% - 6px),0 6px,6px 6px)}.brand>span:last-child{display:flex;align-items:baseline;gap:10px}.brand strong{font-size:25px;font-weight:800;letter-spacing:.08em}.brand small{font-size:11px;color:var(--muted);letter-spacing:.08em}.header-actions{display:flex;align-items:center;gap:27px}.open-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#5c746a}.open-label i,.world-status{width:7px;height:7px;background:#7fbf9e;box-shadow:0 0 0 3px #7fbf9e20;display:inline-block}.motion-control{display:flex;align-items:center;gap:7px;min-height:44px;background:none;color:#79758c;font-size:11px;padding:5px 0}.motion-control>span:first-child{width:23px;height:23px;border:1px solid #c6beda;display:grid;place-items:center;font-size:10px}.header-call{display:flex;align-items:center;gap:9px;border:1.5px solid #b6aecb;box-shadow:0 3px 0 #e0dbea;padding:10px 15px;min-height:44px;font-size:12px;font-weight:600;background:#fffdf96b}.header-call svg{width:14px;height:14px}.hero{width:min(1320px,calc(100% - 120px));margin:0 auto;min-height:calc(100svh - 176px);display:grid;grid-template-columns:46% 54%;align-items:center;position:relative;padding:35px 0 42px}.hero-copy{position:relative;z-index:3;padding-bottom:25px}.quest-label{display:inline-flex;align-items:center;gap:8px;background:#ebe5fb;border:1px solid #d8ceef;padding:6px 13px;font-size:11px;letter-spacing:.12em;font-weight:600;color:#7560b2;box-shadow:3px 3px 0 #e7dff5}.quest-label svg{width:13px;height:13px}.hero h1{font-size:clamp(39px,4.55vw,66px);font-weight:800;line-height:1.38;letter-spacing:-.035em;margin-top:25px;white-space:nowrap}.highlight{color:var(--violet);position:relative}.highlight:after{content:"";position:absolute;left:2px;right:7px;bottom:-6px;height:5px;background:var(--mint);box-shadow:7px 5px 0 #a5dfcc60}.title-spark{position:absolute;right:-4px;top:-13px;transform:translateX(100%);font-size:22px;color:#d99d4f;animation:twinkle 3s ease-in-out infinite}.hero-description{font-size:14px;color:#747286;line-height:2.1;margin:27px 0 30px}.start-area{display:inline-block;position:relative;margin-bottom:7px}.start-button{position:relative;display:flex;align-items:center;justify-content:space-between;gap:17px;min-width:346px;min-height:80px;padding:16px 22px 16px 17px;background:var(--gold);border:2px solid var(--ink);border-radius:3px;box-shadow:0 7px 0 var(--ink),0 13px 0 #30334f0a;color:var(--ink);text-align:left;transition:transform .15s,box-shadow .15s;isolation:isolate;overflow:hidden}.start-button:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 28%,#fff7 44%,transparent 61%);transform:translateX(-130%);animation:button-shine 5s ease-in-out 1s infinite;pointer-events:none;z-index:-1}.start-button:hover{transform:translateY(-3px);box-shadow:0 10px 0 var(--ink),0 16px 20px #dfa35326}.start-button:active{transform:translateY(5px);box-shadow:0 2px 0 var(--ink)}.play-square{display:grid;place-items:center;width:37px;height:37px;background:#ffe2af;border:1.5px solid #b08e5b;box-shadow:inset -3px -3px 0 #e9b86e}.play-square svg{width:17px;height:17px}.start-button #start-label{font-size:17px;font-weight:800;letter-spacing:.025em;flex:1}.start-button small{display:block;font-size:10px;font-weight:500;letter-spacing:.04em;color:#896e46;margin-top:4px}.start-arrow{width:19px;height:19px;transition:transform .2s}.start-button:hover .start-arrow{transform:translateX(4px)}.hero-meta{display:flex;gap:18px;margin-top:24px;font-size:11px;color:#787388}.hero-meta span{display:flex;align-items:center;gap:6px}.hero-meta svg{width:13px;height:13px;color:#9484b2}.hero-safety{font-size:10px;color:#9791a4;margin-top:18px}.world{height:550px;position:relative;margin-left:-4px;isolation:isolate;align-self:center}.world-halo{position:absolute;width:470px;height:470px;top:55px;left:50%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,#ddd2f16b,transparent 72%);z-index:-2}.orbit{position:absolute;left:50%;top:255px;width:540px;height:210px;transform:translateX(-50%) rotate(-12deg);border:1px dashed #c1b4df;border-radius:50%;z-index:-1;opacity:.55}.orbit-two{transform:translateX(-50%) rotate(12deg);width:460px;height:150px;top:290px;border-color:#c4d7cb}.world-name{position:absolute;left:50%;top:5px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.055em;font-weight:600;padding:8px 12px;background:#fffdf9d9;border:1px solid #d3cbe6;box-shadow:3px 3px 0 #ded7ed;white-space:nowrap;z-index:5}.world-badge{font-size:8px;background:#b9e6d3;color:#4f7c66;padding:2px 4px;margin-left:4px}.island-float{position:absolute;left:50%;top:50px;width:118%;max-width:750px;transform:translateX(-50%);animation:island-float 6s ease-in-out infinite;z-index:1}.island-tilt{transform:perspective(1200px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .35s ease-out;will-change:transform}.island-art{width:100%;height:auto;mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent),linear-gradient(to bottom,transparent,#000 3%,#000 97%,transparent);mask-composite:intersect}.island-shadow{position:absolute;width:230px;height:36px;background:#76619c17;filter:blur(10px);border-radius:50%;left:50%;bottom:23px;transform:translateX(-50%);animation:shadow-breathe 6s ease-in-out infinite;z-index:-1}.pixel-cloud{position:absolute;width:90px;height:27px;background:#fffdf9;box-shadow:0 5px 0 #e8e1f3;z-index:0;animation:cloud-drift 10s ease-in-out infinite}.pixel-cloud:before{content:"";position:absolute;left:16px;bottom:25px;width:49px;height:14px;background:#fffdf9;box-shadow:10px -11px 0 -1px #fffdf9}.cloud-one{left:16px;top:61px;transform:scale(.75)}.cloud-two{right:-15px;top:112px;transform:scale(.58);animation-delay:-4s}.cloud-three{left:-35px;bottom:130px;transform:scale(.4);animation-delay:-7s;opacity:.8}.sky-star{position:absolute;color:#b9a4df;font-size:22px;animation:twinkle 3.5s ease-in-out infinite}.star-one{left:8%;top:166px}.star-two{right:7%;top:39px;font-size:30px;color:#dfb66d;animation-delay:-2s}.star-three{right:0;bottom:123px;font-size:17px;animation-delay:-1s}.sky-pixel{position:absolute;width:6px;height:6px;background:#b1d8ca}.pixel-one{left:28%;top:38px}.pixel-two{right:18%;bottom:38px;background:#cfb9e9}.buddy{position:absolute;right:4px;bottom:22px;z-index:4;display:flex;align-items:center;flex-direction:column;transform:rotate(4deg)}.animated-buddy{image-rendering:pixelated;object-fit:contain}.buddy>img{width:93px;height:93px}.speech{font-size:11px;font-weight:700;background:var(--white);border:1.5px solid #b2a7cf;box-shadow:3px 3px 0 #ddd3f0;padding:9px 12px;text-align:center;position:relative;animation:bubble-bob 4s ease-in-out infinite}.speech:after{content:"";position:absolute;width:10px;height:10px;background:var(--white);border-right:1.5px solid #b2a7cf;border-bottom:1.5px solid #b2a7cf;bottom:-6px;left:50%;transform:rotate(45deg)}.speech>span{font-size:8px;color:#9185a8;display:block;font-weight:400;margin-top:2px}.quest-ticket{position:absolute;left:14px;bottom:17px;width:269px;z-index:4;padding:15px 17px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:var(--white);border:1.5px solid #aea1ca;box-shadow:5px 5px 0 #dfd5f0;transform:rotate(-4deg)}.ticket-icon{background:#e7e0f7;padding:8px;display:grid;place-items:center;color:#8870c3}.ticket-icon svg{width:23px;height:23px}.quest-ticket>div>small{display:block;font-size:9px;color:#9a8eaf}.quest-ticket>div>strong{font-size:12px;font-weight:700}.ticket-progress{font-size:10px;color:#a298b1;margin-left:auto;align-self:start;padding-top:3px}.ticket-gems{display:flex;gap:15px;padding-left:50px}.ticket-gems svg{width:22px;height:22px;color:#ded7ec;transition:color .3s}.ticket-gems svg.collected{color:#af89df;filter:drop-shadow(0 0 4px #af89df60)}.scene-note{position:absolute;font-size:9px;bottom:-27px;left:50%;transform:translateX(-50%);white-space:nowrap;color:#aaa0ba}.mini-footer{width:min(1320px,calc(100% - 120px));margin:0 auto;min-height:76px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e0d9ef;gap:24px;color:#a49aaf;font-size:10px}.mini-footer>p{display:flex;gap:15px}.mini-footer>p span+span:before,.mini-footer>p a:before{content:"·";padding-right:15px;color:#bcb0cb}.mini-footer>div{display:flex;align-items:center;gap:16px}.privacy-button{font-size:10px;color:#9b8dac;background:none;min-height:44px;padding:5px 0;text-decoration:underline;text-underline-offset:3px}.consent-chip{position:fixed;right:20px;bottom:16px;max-width:365px;background:#fffdf9f5;border:1px solid #ddd4ee;box-shadow:4px 4px 0 #e8e0f35c;padding:12px 15px;z-index:10;font-size:11px;display:flex;align-items:center;gap:15px;backdrop-filter:blur(8px)}.consent-chip p{line-height:1.6}.consent-chip p span{font-size:10px;color:#9a8dab}.consent-chip .privacy-button{min-height:0;margin-left:8px}.consent-chip>div{display:flex;gap:6px}.consent-chip button[data-consent],.consent-actions button{border:1px solid #c8bddb;background:transparent;min-height:44px;min-width:53px;padding:8px;font-size:11px;white-space:nowrap}.consent-chip button.consent-yes,.consent-actions .consent-yes{background:#e7e0f5;border-color:#b9a9d4}.game-screen{width:min(1120px,calc(100% - 100px));margin:10px auto 45px;animation:screen-enter .4s ease-out}.game-topline{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 0 16px;color:#9c8cb3;font-size:11px}.back-home{font-size:12px;font-weight:500;background:transparent;min-height:44px;padding:8px 0}.game-window{border:2px solid #b4a5cf;box-shadow:8px 8px 0 #e3d9f4;background:var(--white);border-radius:4px;overflow:hidden}.window-chrome{height:40px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;gap:15px;background:#eae3f7;border-bottom:1px solid #d2c7e3;font-size:10px;color:#877399}.window-chrome>span:first-child{display:flex;gap:5px}.window-chrome i{width:6px;height:6px;background:#baa5d4}.window-chrome i:nth-child(2){background:#e2bc8a}.window-chrome i:nth-child(3){background:#92c4b0}.window-chrome strong{font-weight:500;letter-spacing:.1em}.chrome-label{font-size:8px;letter-spacing:.1em}#quiz-frame{width:100%;border:0;display:block;min-height:400px;transition:height .2s}.game-screen~*{display:none}dialog{width:min(520px,calc(100vw - 30px));padding:25px;background:var(--white);border:2px solid #baaad0;box-shadow:7px 7px 0 #d9cceb;border-radius:3px;color:var(--ink);max-height:88dvh;overflow:auto}dialog::backdrop{background:#302b4bab;backdrop-filter:blur(5px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.dialog-top h2{font-size:22px}.dialog-close{background:none;font-size:26px;width:44px;height:44px}.dialog-top+p{margin-top:15px}dialog p{font-size:13px;line-height:1.9;margin:14px 0}.consent-actions{display:flex;gap:12px;margin-top:20px}.consent-actions button{flex:1;font-size:12px}#consent-status{color:#8d7e9d;font-size:11px}.noscript{padding:20px;background:#fff3d4}
@keyframes island-float{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,-12px)}}@keyframes shadow-breathe{0%,100%{opacity:.8;scale:1}50%{opacity:.45;scale:.8}}@keyframes cloud-drift{0%,100%{translate:0 0}50%{translate:14px -4px}}@keyframes twinkle{0%,100%{opacity:.5;scale:.8}50%{opacity:1;scale:1.08}}@keyframes bubble-bob{0%,100%{translate:0 0}50%{translate:0 -5px}}@keyframes button-shine{0%,70%{transform:translateX(-130%)}100%{transform:translateX(130%)}}@keyframes screen-enter{from{opacity:0;transform:translateY(14px) scale(.99)}to{opacity:1;transform:none}}
@media(min-width:1500px){.hero{min-height:calc(100svh - 190px)}.hero h1{font-size:68px}.world{height:590px}.island-float{top:60px}.quest-ticket{bottom:28px}.buddy{bottom:35px}}
@media(max-width:1150px){.site-header{padding:0 36px;height:86px}.hero,.mini-footer{width:calc(100% - 72px)}.hero{min-height:calc(100svh - 162px);grid-template-columns:48% 52%;padding:40px 0}.hero h1{font-size:46px}.hero-description{font-size:13px}.world{height:490px}.island-float{top:90px;width:113%}.world-name{top:29px}.quest-ticket{width:236px;left:-15px;bottom:23px;padding:12px}.quest-ticket>div>strong{font-size:11px}.ticket-progress{font-size:9px}.ticket-gems{padding-left:45px;gap:12px}.buddy{right:-4px;bottom:14px}.buddy>img{width:74px;height:74px}.speech{font-size:9px;padding:7px 9px}.speech>span{display:none}.start-button{min-width:313px;min-height:76px;gap:12px;padding-right:17px}.start-button #start-label{font-size:16px}.start-button small{font-size:9px}.hero-meta{gap:12px;font-size:10px}.world-halo{width:390px;height:390px}.orbit{width:400px;height:180px}.orbit-two{width:330px}.header-actions{gap:18px}.brand small{display:none}.mini-footer{font-size:9px}.mini-footer>p{gap:11px}.mini-footer>p span+span:before,.mini-footer>p a:before{padding-right:11px}}
@media(max-width:760px){.site-header{height:74px;padding:0 21px;gap:14px}.brand{gap:8px}.brand-mark{width:32px;height:32px;font-size:25px}.brand strong{font-size:21px}.header-actions{gap:13px}.open-label{display:none}.motion-label{display:none}.header-call{padding:8px 10px;min-height:42px;font-size:11px;gap:7px;box-shadow:0 2px 0 #e0dbea}.header-call svg{width:12px;height:12px}.hero{width:calc(100% - 44px);grid-template-columns:1fr;min-height:0;padding:25px 0 32px}.hero-copy{padding:0;z-index:3}.quest-label{font-size:9px;letter-spacing:.06em;padding:5px 9px;gap:6px}.quest-label svg{width:11px;height:11px}.hero h1{font-size:clamp(35px,9.9vw,52px);line-height:1.36;margin-top:19px;letter-spacing:-.025em}.title-spark{font-size:15px;top:-9px;right:-1px}.highlight:after{bottom:-5px;height:4px;box-shadow:4px 4px 0 #a5dfcc60}.hero-description{font-size:14px;margin:22px 0 22px;line-height:1.9}.start-area{width:100%}.start-button{width:100%;min-width:0;min-height:70px;padding:13px 17px 13px 13px;gap:12px;box-shadow:0 6px 0 var(--ink),0 10px 0 #30334f08}.start-button #start-label{font-size:16px;letter-spacing:.015em}.start-button small{font-size:9px}.play-square{width:31px;height:31px}.play-square svg{width:15px;height:15px}.start-arrow{width:17px;height:17px}.hero-meta{gap:15px;justify-content:center;font-size:10px;margin-top:22px}.hero-meta svg{width:11px;height:11px}.hero-safety{font-size:9px;text-align:center;margin-top:12px}.world{height:340px;margin:18px 0 8px}.world-name{top:0;font-size:8px;padding:5px 9px;gap:7px}.world-badge{font-size:7px}.world-status{width:5px;height:5px}.island-float{width:106%;top:38px;max-width:490px}.world-halo{width:300px;height:300px;top:10px}.orbit{width:310px;height:125px;top:176px}.orbit-two{width:255px;height:100px;top:188px}.cloud-one{left:5px;top:45px;transform:scale(.44)}.cloud-two{top:85px;right:-26px;transform:scale(.32)}.cloud-three{bottom:80px;left:-24px;transform:scale(.27)}.star-one{top:119px;left:-4px;font-size:14px}.star-two{right:14px;top:28px;font-size:18px}.star-three{right:-5px;bottom:76px;font-size:11px}.pixel-one{left:13%;top:24px;width:4px;height:4px}.pixel-two{right:26%;bottom:10px;width:4px;height:4px}.quest-ticket{left:0;bottom:2px;width:198px;padding:9px 10px;gap:7px;box-shadow:4px 4px 0 #dfd5f0}.ticket-icon{padding:6px}.ticket-icon svg{width:18px;height:18px}.quest-ticket>div>small{font-size:8px}.quest-ticket>div>strong{font-size:10px}.ticket-progress{font-size:8px}.ticket-gems{padding-left:38px;gap:11px}.ticket-gems svg{width:17px;height:17px}.buddy{bottom:0;right:-6px}.buddy>img{width:71px;height:71px}.speech{font-size:8px;padding:7px 8px}.scene-note{bottom:-26px;font-size:8px}.island-shadow{bottom:10px;width:150px;height:20px}.mini-footer{width:calc(100% - 44px);min-height:85px;display:block;padding:15px 0 12px;font-size:9px;text-align:center}.mini-footer>p{gap:8px;justify-content:center;flex-wrap:wrap;row-gap:2px}.mini-footer>p span+span:before,.mini-footer>p a:before{padding-right:8px}.mini-footer>div{justify-content:center;gap:14px;line-height:1.4}.privacy-button{font-size:9px;min-height:35px}.consent-chip{position:relative;right:auto;bottom:auto;max-width:none;margin:0 21px 18px;padding:9px 11px;box-shadow:none;font-size:10px;justify-content:space-between}.consent-chip p span,.consent-chip .privacy-button{font-size:9px}.consent-chip>div{gap:5px}.consent-chip button[data-consent]{min-width:47px;min-height:40px;font-size:10px;padding:6px}.game-screen{width:calc(100% - 24px);margin:0 auto 26px}.game-topline{padding:0 6px 10px;font-size:9px;gap:10px}.back-home{font-size:12px}.game-topline>span{font-size:8px}.game-window{box-shadow:4px 4px 0 #e3d9f4;border-width:1.5px}.window-chrome{height:32px;padding:0 12px;font-size:9px}.chrome-label{font-size:7px}.window-chrome i{width:5px;height:5px}dialog{padding:18px}.dialog-top h2{font-size:20px}dialog p{font-size:12px}.consent-actions{gap:8px}.consent-actions button{font-size:11px}}
@media(max-width:360px){.site-header{padding:0 16px}.hero,.mini-footer{width:calc(100% - 34px)}.hero h1{font-size:35px}.header-actions{gap:9px}.brand strong{font-size:19px}.start-button #start-label{font-size:14px}.start-button small{font-size:8px}.hero-meta{gap:10px;font-size:9px}.world{height:305px}.island-float{top:42px}.quest-ticket{width:182px;padding:8px}.ticket-gems{gap:10px}.speech{font-size:7px}.buddy>img{width:62px;height:62px}.world-name{top:9px}.hero-description{font-size:11px}.mini-footer>p{font-size:8px}.game-topline>span{display:none}}
[data-motion="paused"] *,[data-motion="paused"] *:before,[data-motion="paused"] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.island-tilt{transform-style:preserve-3d}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.island-tilt{transform:none!important}}

@media(max-width:360px){.orbit{width:260px}.orbit-two{width:230px}}

/* experience.css */
/* V3: one action on the home screen; the same quiet quiz palette. */
body{background:#f4f1ff;min-height:100svh}
.sr-only{top:0;left:0}
.site-header{height:96px;padding:18px 40px;position:relative;justify-content:center}
.brand{display:flex;align-items:center;gap:15px;padding:0;background:none;border:0}
.brand img{width:109px;height:auto;display:block}
.brand>span{font-family:var(--sans);font-size:17px;font-weight:600;letter-spacing:.16em;color:#656577}
.header-actions{position:absolute;right:40px}
body[data-screen="home"] .header-actions{display:none}
.massage-home{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:calc(100svh - 138px);padding:0 20px 35px}
.massage-scene{width:min(680px,calc(100svh - 245px),calc(100vw - 40px));aspect-ratio:1;position:relative;overflow:hidden;isolation:isolate;flex:none;mask-image:linear-gradient(to right,transparent,#000 3%,#000 97%,transparent),linear-gradient(to bottom,transparent,#000 3%,#000 97%,transparent);mask-composite:intersect}
.scene-sheet{position:absolute;inset:0 auto auto 0;width:300%;max-width:none;height:auto;display:block;user-select:none;pointer-events:none;image-rendering:pixelated}
.massage-scene[data-frame="1"] .scene-sheet{transform:translateX(-33.333333333%)}
.massage-scene[data-frame="2"] .scene-sheet{transform:translateX(-66.666666667%)}
.scene-fallback{position:absolute;inset:12% 5%;overflow:hidden;border-radius:4px}
.scene-fallback img{width:100%;height:100%;object-fit:cover}
.massage-home .start-area{width:min(360px,calc(100vw - 58px));margin:0;flex:none}
.massage-start{width:100%;min-width:0;min-height:66px;justify-content:center;gap:20px;padding:17px 24px;font-size:18px}
.massage-start #start-label{font-size:18px;font-weight:700;line-height:1.5;text-align:center}
.massage-start>svg{width:17px;height:17px;flex:none}
.massage-start>svg:last-child{margin-left:auto}
.massage-start>span{flex:1}
.massage-start[aria-busy="true"]{background:#ffdd9f}
.massage-start[aria-busy="true"]:before{animation:none}
.experience-footer{display:flex;align-items:center;justify-content:center;gap:23px;min-height:42px;color:#777184;font-size:10px}
.experience-footer button{font-size:10px;min-height:40px;opacity:.7}
.experience-footer button:hover,.experience-footer button:focus-visible{opacity:1}
.experience-footer .motion-label{display:inline;font-size:10px}
.experience-footer .motion-control span:first-child{width:17px;height:17px;font-size:8px}
.game-screen{width:min(860px,calc(100% - 40px));margin:0 auto 20px}
.game-topline{padding:0 0 12px}
.game-window{overflow:hidden}
.game-window iframe{display:block;width:100%;min-height:300px;border:0}
.consent-chip{bottom:12px}
@media(max-width:760px){
  .site-header{height:80px;padding:10px 20px}
  .brand{gap:10px}.brand img{width:86px}.brand>span{font-size:14px;letter-spacing:.1em}
  .header-actions{right:18px}
  body[data-screen="game"] .site-header{justify-content:flex-start}
  body[data-screen="game"] .brand img{width:65px}
  body[data-screen="game"] .brand>span{font-size:12px}
  .massage-home{min-height:calc(100svh - 122px);gap:18px;padding:0 12px 32px}
  .massage-scene{width:min(600px,calc(100vw - 24px));max-width:calc(100svh - 240px)}
  .massage-home .start-area{width:min(340px,calc(100vw - 54px))}
  .massage-start{min-height:62px;padding:15px 20px}
  .massage-start #start-label{font-size:17px}
  .game-screen{width:calc(100% - 24px);margin-bottom:12px}
  .game-topline{padding:0 4px 10px}.back-home{min-height:38px}
  .experience-footer{gap:20px}
}
@media(max-width:360px){.brand img{width:77px}.brand>span{font-size:13px}.massage-start #start-label{font-size:16px}.massage-start{gap:12px}.header-call{font-size:10px;padding:8px}}
@media(prefers-reduced-motion:reduce){.massage-start:before{animation:none}}

/* call-cta.css */
/* Load after experience.css. Keep the home screen's existing visibility rule. */
body[data-screen="game"] .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #f4f1fff5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: normal;
  gap: 20px;
  height: auto;
  min-height: 104px;
  padding: 18px 40px 22px;
}

/* Both elements occupy layout space, so a larger call button cannot cover the logo. */
body[data-screen="game"] .site-header .brand {
  justify-self: start;
  min-width: 0;
  max-width: 100%;
}

body[data-screen="game"] .site-header .header-actions {
  position: static;
  justify-self: end;
  min-width: 0;
}

body[data-screen="game"] .header-call {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  min-height: 62px;
  padding: 15px 24px;
  border: 2px solid #30334f;
  border-radius: 2px;
  background: #ffcf86;
  color: #30334f;
  box-shadow: 0 5px 0 #30334f;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .04em;
  text-align: center;
  white-space: nowrap;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

body[data-screen="game"] .header-call svg {
  width: 22px;
  height: 22px;
}

@media (hover: hover) {
  body[data-screen="game"] .header-call:hover {
    background: #ffdda8;
    transform: translateY(-2px);
    box-shadow: 0 7px 0 #30334f;
  }
}

body[data-screen="game"] .header-call:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #30334f;
}

body[data-screen="game"] .header-call:focus-visible {
  outline: 3px solid #30334f;
  outline-offset: 5px;
}

@media (max-width: 760px) {
  body[data-screen="game"] .site-header {
    gap: 12px;
    min-height: 88px;
    padding: 12px 16px 16px;
  }

  body[data-screen="game"] .site-header .brand {
    gap: 8px;
  }

  body[data-screen="game"] .site-header .brand img {
    flex: none;
    width: 65px;
  }

  body[data-screen="game"] .header-call {
    gap: 9px;
    min-width: 148px;
    min-height: 56px;
    padding: 12px 16px;
    font-size: 16px;
    letter-spacing: .025em;
  }

  body[data-screen="game"] .header-call svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 360px) {
  body[data-screen="game"] .site-header .brand > span {
    display: none;
  }
}

/* Sticky keeps direct booking visible; the header retains its place in layout. */
@media (prefers-reduced-motion: reduce) {
  body[data-screen="game"] .header-call {
    transition: none;
  }
}

html[data-motion="paused"] body[data-screen="game"] .header-call {
  transition: none;
}

/* campaign.css */
/* The offer stays readable while the camera moves, then sits beside the action. */
.massage-home{display:grid;grid-template-columns:minmax(0,620px) minmax(280px,340px);align-items:start;gap:48px;width:min(1100px,calc(100% - 80px));margin:auto;padding:0 0 32px}
.scene-column{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}
.massage-scene{width:100%;max-width:min(620px,calc(100svh - 190px));justify-self:center}
.hero-offer-panel{display:flex;flex-direction:column;align-items:flex-start;align-self:start;height:var(--hero-column-height,637px);padding:86px 0 0}
.campaign-offer{color:#17314f;font-family:var(--sans)}
.campaign-offer p{margin:0}
.campaign-heading{display:flex;align-items:center;gap:10px}
.weekday-badge{display:inline-grid;place-items:center;flex:none;width:39px;height:39px;border-radius:50% 48% 4% 50%;background:#ae784f;color:#fff8e7;font-size:13px;font-weight:700;transform:rotate(-8deg)}
.campaign-title{font-size:31px;font-weight:850;letter-spacing:.02em;line-height:1.55;background:linear-gradient(transparent 48%,#e8dfcc 48%,#e8dfcc 91%,transparent 91%);text-shadow:0 2px 0 #fff9}
.campaign-price{display:flex;align-items:baseline;gap:7px;padding:22px 0 12px;white-space:nowrap}
.campaign-price strong{font-size:128px;line-height:1;letter-spacing:-.06em;font-weight:900;color:#c93640;font-variant-numeric:tabular-nums;text-shadow:2px 3px 0 #fff,4px 6px 0 #c9364015}
.campaign-price>span{font-size:17px;font-weight:700;color:#c93640}
.campaign-price .price-prefix{align-self:center;font-size:17px;line-height:1.45;color:#745443;letter-spacing:.06em}
.price-prefix small{font-size:13px;letter-spacing:0}
.campaign-offer .campaign-service{display:inline-flex;align-items:center;gap:12px;padding:8px 15px;border:1px solid #d7c4a5;border-radius:7px;background:#f2e4cf;box-shadow:0 3px 0 #dbc6a44a;font-size:14px;line-height:1.5;font-weight:600;color:#624839}
.campaign-service b{font-size:16px;white-space:nowrap}
.campaign-offer .campaign-hours{margin:5px 0 0 49px;font-size:14px;line-height:1.7;font-weight:600;color:#647084}
.hero-controls{position:relative;min-height:72px;width:min(480px,100%)}
.hero-controls .start-area{width:100%;max-width:none}
.hero-controls .massage-start{width:100%}
.entry-skip{position:absolute;inset:0;align-self:center;justify-self:start;border:0;background:none;padding:14px 0;min-height:48px;color:#516074;font:600 13px var(--sans);cursor:pointer}
.entry-skip>span{margin-left:7px}
.entry-skip:hover{color:#17314f}
.entry-skip:focus-visible{outline:3px solid #17314f;outline-offset:5px}
.massage-home[data-entry="ready"] .entry-skip{display:none}
body[data-screen="game"]{background:#f5f4ed}
body[data-screen="game"] .site-header{background:#f5f4edf5}
body[data-screen="game"] .game-window{border-color:#17314f;box-shadow:6px 6px 0 #d5dcca;background:#fffaf0}
body[data-screen="game"] .back-home{color:#4c6174}
@media(max-width:900px){
  .massage-home{display:flex;flex-direction:column;gap:14px;width:100%;min-height:calc(100svh - 138px);padding:0 14px 24px}
  .scene-column,.hero-offer-panel{display:contents}
  .campaign-offer{order:-1;text-align:center}
  .campaign-heading{justify-content:center;gap:8px}
  .weekday-badge{width:30px;height:30px;font-size:11px}
  .campaign-title{font-size:22px}
  .campaign-price{justify-content:center;padding:8px 0 10px;gap:6px}
  .campaign-price strong{font-size:72px}
  .campaign-price>span{font-size:15px}
  .campaign-price .price-prefix{font-size:13px}.price-prefix small{font-size:11px}
  .campaign-offer .campaign-service{font-size:12px;padding:5px 12px;gap:9px}
  .campaign-service b{font-size:13px}
  .campaign-offer .campaign-hours{font-size:11px;margin:4px 0 0}
  .massage-scene{width:min(480px,calc(100vw - 28px),calc(100svh - 415px));max-width:none;order:0}
  .hero-controls{order:1;width:min(340px,calc(100vw - 54px));min-height:68px}
  .entry-skip{justify-self:center}
}
@media(max-width:760px){.massage-home{min-height:calc(100svh - 122px)}}
@media(max-width:900px) and (max-height:650px){
  .massage-home{gap:9px;padding-bottom:16px}
  .campaign-title{font-size:18px}
  .campaign-price strong{font-size:50px}
  .campaign-price{padding:5px 0 7px}
  .weekday-badge{width:26px;height:26px;font-size:10px}
  .campaign-offer .campaign-service{font-size:11px;padding:4px 10px}
  .campaign-offer .campaign-hours{font-size:10px;margin-top:3px}
  .massage-scene{width:min(400px,calc(100vw - 28px),calc(100svh - 370px))}
  .hero-controls{min-height:58px}
  .massage-start{min-height:56px;padding:12px 18px}
}

/* location.css */
/* Keep the entrance cinematic; route is a clear secondary action below the CTA. */
.location-open{display:flex;align-items:center;gap:9px;min-height:48px;padding:10px 13px;margin-top:-9px;border:2px solid #536b7d;border-radius:5px;background:#f9f3e5;color:#27445b;box-shadow:3px 3px 0 #536b7d;font:700 13px var(--sans);letter-spacing:.01em;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.location-open .location-pin{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#c94349;color:#fffaf0;font:900 18px/1 var(--sans)}
.location-open b{margin-left:3px;padding-left:10px;border-left:1px solid #b7a88d;font-size:12px;color:#a9363e;white-space:nowrap}
.location-open:hover{background:#fffaf0;transform:translate(-1px,-1px);box-shadow:5px 5px 0 #536b7d}
.location-open:active{transform:translate(2px,2px);box-shadow:1px 1px 0 #536b7d}
.location-open:focus-visible{outline:3px solid #c94349;outline-offset:4px}
#location-dialog{width:min(670px,calc(100vw - 24px));max-height:90svh;padding:24px;border:1px solid #bca88d;background:#fffaf0;color:#17314f;border-radius:18px;overflow:auto}
#location-dialog::backdrop{background:#17253899;backdrop-filter:blur(4px)}
#location-dialog .dialog-top{display:flex;justify-content:flex-end;margin:0 0 6px}
.location-map-wrap{position:relative}.location-map{display:block;width:100%;height:auto}
@media(max-width:900px){.location-open{order:2;align-self:center;justify-content:center;margin-top:-4px;font-size:12px}}
@media(max-width:500px){#location-dialog{padding:17px 12px}}
@media(prefers-reduced-motion:reduce){.entry-map{transition:none}}
/* V10: map is a quiet inline diagram, not a second action. */
.inline-route{margin:auto 0 0;width:100%;max-width:340px}.inline-route img{display:block;width:100%;height:auto}
.guest-dialogue{position:absolute;z-index:8;left:8%;top:14%;padding:13px 17px;background:#fffaf0;border:2px solid #17314f;box-shadow:4px 4px 0 #17314f35;font:700 16px/1.6 var(--sans);color:#17314f;pointer-events:none;max-width:270px}
.guest-dialogue:after{content:'';position:absolute;bottom:-10px;left:28px;width:16px;height:16px;background:#fffaf0;border-right:2px solid #17314f;border-bottom:2px solid #17314f;transform:rotate(45deg)}
.massage-home{position:relative}.massage-home:not([data-entry="ready"]) .guest-dialogue,.massage-home:not([data-entry="ready"]) .inline-route{visibility:hidden}
@media(max-width:900px){.inline-route{order:2;width:min(340px,90vw);align-self:center}.guest-dialogue{position:relative;left:auto;top:auto;order:-1;align-self:center;margin:0;font-size:13px;padding:8px 13px}.massage-scene{width:min(420px,calc(100vw - 28px),calc(100svh - 440px));min-width:180px}.hero-offer-panel{gap:12px}}
.guest-dialogue{top:4%;left:8%;min-width:255px;white-space:pre-line}
.dialogue-visual.typing:after{content:'▌';display:inline-block;margin-left:2px;color:#c93640;animation:dialogue-caret .72s steps(1,end) infinite}
.guest-dialogue.reaction{animation:dialogue-flash .38s steps(2,end) 2}
.therapist-dialogue{position:absolute;z-index:9;left:63%;top:22%;padding:9px 14px;background:#e7f3df;border:2px solid #17314f;box-shadow:4px 4px 0 #17314f35;font:800 15px/1.4 var(--sans);color:#17314f;pointer-events:none;white-space:nowrap;animation:dialogue-flash .38s steps(2,end) 2}
.therapist-dialogue:after{content:'';position:absolute;right:18px;bottom:-9px;width:14px;height:14px;background:#e7f3df;border-right:2px solid #17314f;border-bottom:2px solid #17314f;transform:rotate(45deg)}
@keyframes dialogue-caret{50%{opacity:0}}
@keyframes dialogue-flash{0%,100%{transform:translate(0,0);background:#fffaf0}50%{transform:translate(-2px,-2px);background:#ffe59a;box-shadow:7px 7px 0 #c9364050}}
@media(prefers-reduced-motion:reduce){.dialogue-visual.typing:after{display:none}.guest-dialogue.reaction,.therapist-dialogue{animation:none}}
@media(max-width:900px){.guest-dialogue{position:absolute;top:4%;left:8%;margin:0;max-width:240px;font-size:12px}.therapist-dialogue{left:61%;top:23%;padding:6px 9px;font-size:11px}.massage-scene{width:min(350px,calc(100vw - 40px),calc(100svh - 440px));min-width:180px}}

/* storefront-v16.css */
/* Shared offer header. Brand marks are replaceable image overlays, never baked into scenes. */
body[data-screen] .site-header{position:sticky;top:0;z-index:30;display:block;width:100%;max-width:none;height:auto;min-height:96px;padding:12px 16px;background:#f5f4edf5;border-bottom:1px solid #ddd4c1;backdrop-filter:blur(14px);box-shadow:0 3px 18px #3e382d06}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:24px;width:min(640px,100%);margin:auto}
.header-offer{display:flex;align-items:center;gap:28px;color:#17314f;min-width:0}
.header-offer-copy p{display:flex;align-items:center;gap:9px;margin:0}
.header-offer-copy strong{font-size:23px;letter-spacing:.03em;background:linear-gradient(transparent 60%,#e6dbc2 60%)}
.header-offer-copy>small{display:block;font-size:11px;color:#637075;margin:4px 0 0 42px}
.header-offer .weekday-badge{width:32px;height:32px;font-size:11px}
.header-offer-price{display:flex;align-items:baseline;gap:5px;white-space:nowrap;margin:0;color:#725844}
.header-offer-price>strong{font-size:48px;font-weight:900;line-height:1;color:#c93640;letter-spacing:-.055em;text-shadow:1px 2px #fff}
.header-offer-price>span{font-size:13px;font-weight:700}
body[data-screen] .site-header .header-actions{display:flex;position:static;flex:none}
body[data-screen] .header-call{display:flex;align-items:center;justify-content:center;gap:10px;min-width:175px;min-height:60px;padding:10px 16px;background:#ffcf86;color:#17314f;border:2px solid #17314f;box-shadow:0 4px 0 #17314f;font-size:18px;line-height:1.35;letter-spacing:0;white-space:nowrap;text-align:center}
body[data-screen] .header-call svg{width:20px;height:20px}
.header-call small{display:block;font-size:10px;font-weight:500;margin-top:3px;color:#65513b}
body[data-screen="home"] .massage-home{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:0;width:100%;padding:20px 16px 12px;gap:0}
body[data-screen="home"] .scene-column{display:flex;flex-direction:column;align-items:center;width:min(640px,calc(100svh - 206px));gap:16px}
body[data-screen="home"] .massage-scene{width:100%;max-width:none;min-height:0;order:0}
body[data-screen="home"] .hero-controls{width:100%;min-height:64px;max-width:none}
.scene-logo{position:absolute;right:5%;top:5%;width:20%;z-index:5;pointer-events:none;filter:drop-shadow(0 1px 2px #fff9);opacity:.88}
.scene-logo img{display:block;width:100%;height:auto}
.massage-home:not([data-entry="ready"]):not([data-entry="room"]) .scene-logo{opacity:0}
@media(max-width:900px){.guest-dialogue{min-width:0;width:64%;max-width:255px;left:5%;padding:8px 10px;font-size:11.5px}}
.game-screen{margin-top:16px}
.game-screen~#sales-page:not([hidden]){display:block}
.game-screen:has(+ #sales-page:not([hidden])){width:min(1100px,100%);margin-bottom:0}
body[data-screen="game"] .game-screen:has(+ #sales-page:not([hidden])) .game-window{border:0;border-radius:0;box-shadow:none;background:#f5f4ed}
@media(max-width:700px){
 body[data-screen] .site-header{padding:9px 14px 12px;min-height:101px}
 .header-inner{gap:10px}
 .header-offer{display:block}
 .header-offer-copy strong{font-size:15px;letter-spacing:0}
 .header-offer .weekday-badge{width:24px;height:24px;font-size:9px}
 .header-offer-copy p{gap:5px}
 .header-offer-copy>small{font-size:9px;margin:3px 0 0;white-space:nowrap}
 .header-offer-price{gap:4px;margin-top:4px;padding-left:28px}
 .header-offer-price>strong{font-size:29px}
 .header-offer-price>span{font-size:10px}
 body[data-screen] .header-call{min-width:112px;min-height:56px;padding:8px;gap:5px;font-size:14px}
 body[data-screen] .header-call svg{width:14px;height:14px}
 .header-call small{font-size:9px;letter-spacing:-.035em}
 body[data-screen="home"] .massage-home{padding:14px 16px 6px}
 body[data-screen="home"] .scene-column{width:min(480px,100%,calc(100svh - 216px));gap:13px}
 body[data-screen="home"] .hero-controls{min-height:60px}
 .massage-start{min-height:58px}
 .game-screen{margin-top:12px}
}
@media(max-width:350px){body[data-screen] .site-header{padding-inline:10px;gap:6px}.header-offer-copy strong{font-size:13px}.header-offer-copy>small{font-size:8px}body[data-screen] .header-call{min-width:105px;padding:7px 5px}.header-offer-price{padding-left:24px}}

.experience-footer{padding:10px}
