.language-links {display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 9px;width:min(1280px,calc(100% - 80px));margin:0 auto;font-size:12px}
.language-links a {min-height:44px;padding:11px 13px;display:inline-flex;align-items:center;text-decoration:none;color:var(--muted);border-radius:18px;border:1px solid transparent}
.language-links a:hover,.language-links a[aria-current] {border-color:var(--line);background:#d4b7fa12;color:var(--ink)}
.discovery {padding-bottom:86px;scroll-margin-top:24px}
.discovery>.section-intro {max-width:690px}
.world-window {position:relative;border:1px solid #d9c9f040;border-radius:30px;overflow:hidden;background:#19243c;box-shadow:0 20px 70px #0002;isolation:isolate}
.sky-switch {display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:19px 16px;background:#151d32}
.sky-switch button {min-height:44px;padding:10px 17px;border:1px solid #c9cfef30;border-radius:22px;background:transparent;color:var(--muted);font-size:13px;transition:background .3s,transform .3s}
.sky-switch button[aria-pressed=true] {background:linear-gradient(120deg,#d5c6f1,#f0c4d4);color:#27223c;box-shadow:0 3px 0 #786c90;transform:translateY(-2px)}
.burrow-art {width:100%;height:355px;display:block}
.sky-top {stop-color:#443d69;transition:stop-color .7s}
.sky-bottom {stop-color:#b087a3;transition:stop-color .7s}
[data-sky=dawn] .sky-top {stop-color:#ab799b}
[data-sky=dawn] .sky-bottom {stop-color:#f0c0a2}
[data-sky=night] .sky-top {stop-color:#101b38}
[data-sky=night] .sky-bottom {stop-color:#425584}
.sky-stars {opacity:.6;transition:opacity .7s}
[data-sky=dawn] .sky-stars {opacity:0}
[data-sky=night] .sky-stars {opacity:1}
.sky-moon {transform-origin:620px 95px;transition:transform .7s,fill .7s}
[data-sky=dawn] .sky-moon {fill:#ffe0b6;transform:translateY(26px) scale(1.2)}
[data-sky=night] .sky-moon {fill:#dcdafa;transform:translateY(-10px) scale(.8)}
.window-cloud {animation:cloud-drift 12s ease-in-out infinite alternate}
.cloud-two {animation-duration:17s;animation-direction:alternate-reverse}
.garden-glints {animation:firefly-glow 5s ease-in-out infinite}
@keyframes cloud-drift {from{transform:translateX(-9px)}to{transform:translateX(16px)}}
@keyframes firefly-glow {0%,100%{opacity:.35}50%{opacity:.85}}
.wish-trail {opacity:0;transform-origin:center}
.star-sent .wish-trail {animation:star-flight 1.7s cubic-bezier(.15,.45,.6,1) both}
@keyframes star-flight {0%{opacity:0;transform:translate(-160px,-40px)}20%{opacity:.9}85%{opacity:.7}100%{opacity:0;transform:translate(450px,100px)}}
.window-caption {display:flex;align-items:center;justify-content:space-between;gap:22px;padding:20px 25px;background:linear-gradient(110deg,#203043,#26233d)}
.window-caption p {font-size:14px;color:#e0ddea;margin:0;max-width:650px;min-height:24px}
.window-caption button {display:flex;align-items:center;gap:10px;flex-shrink:0;min-height:44px;padding:10px 16px;background:#d9c7eb12;border:1px solid #d4bfe743;border-radius:22px;font-size:12px}
.window-caption button>span {font-size:25px;color:var(--gold);display:inline-block;transition:transform .4s}
.window-caption button:hover>span {transform:rotate(90deg)}
.keepsake-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:24px;align-items:start}
.keepsake {--keepsake:#bce7d2;background:linear-gradient(155deg,#cedad918,#d6b5e80a);border:1px solid #c6d6e933;border-radius:24px;overflow:hidden}
.keepsake-1 {--keepsake:#f5d597}
.keepsake-2 {--keepsake:#d2b9f5}
.keepsake summary {cursor:pointer;list-style:none;padding:25px;min-height:230px;position:relative}
.keepsake summary::-webkit-details-marker {display:none}
.keepsake-art {display:block;width:95px;height:95px;margin:0 0 19px;position:relative;border-radius:28px 28px 28px 7px;border:1px solid #d9d9e840;background:#dfc4f00a;box-shadow:5px 7px 0 #10192c55;color:var(--keepsake);transition:transform .45s,background .45s}
.keepsake-art svg {padding:14px;width:100%;height:100%;transition:transform .45s}
.seal {position:absolute;right:-9px;bottom:-8px;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:#1a233a;background:var(--keepsake);font-size:22px}
.keepsake-title {font-family:var(--display);font-size:23px;line-height:1.3;display:block;max-width:280px;margin-bottom:13px}
.keepsake-action {display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:var(--keepsake);min-height:26px}
.keepsake[open] .keepsake-art {transform:rotate(-5deg);background:#d8c3e519}
.keepsake[open] .seal {transform:rotate(45deg);transition:transform .4s}
.keepsake-reveal {padding:0 25px 25px;animation:unfold .45s ease-out;transform-origin:top}
.keepsake-reveal h3 {font-size:23px;line-height:1.3;margin-bottom:12px;color:var(--keepsake)}
.keepsake-reveal p {font-size:14px;color:var(--muted);margin:0}
@keyframes unfold {from{opacity:.25;transform:translateY(-8px) scaleY(.96)}to{opacity:1;transform:none}}
@media(hover:hover) and (pointer:fine){.keepsake summary:hover .keepsake-art{transform:rotate(5deg) translateY(-4px)}.keepsake summary:hover .keepsake-art svg{transform:rotate(-8deg)}.keepsake-1 summary:hover .keepsake-art{transform:translateY(-6px)}.keepsake-2 summary:hover .keepsake-art{transform:rotate(-6deg) translateY(-3px)}}
.discovery-count {color:var(--mint);font-size:12px;margin:23px 0 12px;min-height:24px}
.discovery-note {margin:0;max-width:750px}
.studio-thread {display:grid;grid-template-columns:80px 1fr;gap:28px;padding:34px 38px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(115deg,#a6d9d513,#d0a3e010);margin-bottom:65px}
.studio-thread h2 {font-size:32px;line-height:1.2;letter-spacing:-.025em}
.studio-thread p {font-size:15px;color:var(--muted);max-width:850px}
.studio-thread .eyebrow {font-size:10px;color:var(--mint)}
.studio-actions {display:flex;flex-wrap:wrap;gap:12px 22px;font-size:13px}
.studio-actions a {display:inline-flex;align-items:center;min-height:44px}
.footer-links a,.footer-bottom a {min-height:44px;display:inline-flex;align-items:center}
.locale-contact {display:flex;flex-direction:column;gap:13px;font-size:13px;overflow-wrap:anywhere;line-height:1.8}
.locale-contact a {min-height:44px}
.locale-home .hero {padding-top:42px;min-height:650px}
.locale-home .hero h1 {font-size:clamp(76px,7.6vw,110px)}
.locale-home .hero-tagline {line-height:1.65;font-size:25px}
.local-coming {font-size:13px;color:var(--mint);margin:25px 0 12px}
.locale-availability summary {font-size:12px;cursor:pointer;min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:5px;color:var(--muted)}
.locale-availability p {font-size:12px;color:var(--muted);max-width:520px}
:lang(ja) h2,:lang(zh-Hans) h2,:lang(ko) h2 {font-size:clamp(27px,3.3vw,42px);line-height:1.5;letter-spacing:0}
:lang(ko) .locale-home {word-break:keep-all;overflow-wrap:anywhere}
[data-motion-scene][data-idle=true] *,[data-motion-scene][data-idle=true] *::before,[data-motion-scene][data-idle=true] *::after,.motion-paused *::before,.motion-paused *::after {animation-play-state:paused!important}
@media(max-width:1000px){.language-links{width:calc(100% - 48px)}.window-caption{flex-wrap:wrap}.keepsake-grid{gap:14px}.keepsake summary{padding:20px}.keepsake-title{font-size:21px}.keepsake-reveal{padding:0 20px 20px}}
@media(max-width:720px){.language-links{width:calc(100% - 36px);justify-content:flex-start;font-size:11px}.language-links a{padding:9px 10px}.discovery{padding-bottom:60px}.sky-switch{gap:6px;padding:13px 10px}.sky-switch button{font-size:11px;padding:9px 12px}.world-window{border-radius:22px}.burrow-art{height:235px}.window-caption{padding:18px;gap:12px}.window-caption p{font-size:13px}.window-caption button{font-size:11px;max-width:100%;flex-shrink:1;text-align:left}.keepsake-grid{grid-template-columns:1fr;gap:12px}.keepsake summary{min-height:135px;padding:19px 19px 19px 111px;display:flex;flex-direction:column;justify-content:center}.keepsake-art{position:absolute;width:73px;height:78px;left:18px;top:23px}.keepsake-title{font-size:21px;max-width:none;margin-bottom:10px}.keepsake-reveal{padding:0 21px 23px}.keepsake-reveal h3{font-size:23px}.keepsake-reveal p{font-size:14px}.studio-thread{grid-template-columns:1fr;padding:25px;gap:13px}.studio-thread>img{width:58px;height:58px}.studio-thread h2{font-size:28px}.studio-thread p{font-size:14px}.locale-home .hero-art{margin-bottom:0}.locale-home .hero-tagline{font-size:23px}.locale-home .hero{padding-top:33px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.keepsake summary:hover .keepsake-art,.keepsake[open] .keepsake-art{transform:none}.wish-trail{display:none}}
@media(forced-colors:active){.keepsake,.world-window,.sky-switch button,.keepsake-art,.window-caption button{border:1px solid CanvasText}.sky-switch button[aria-pressed=true]{outline:2px solid Highlight}}
.footer-contact {overflow-wrap:anywhere}.footer-contact a{min-height:44px;display:inline-flex;align-items:center;color:var(--mint);font-size:12px}

.skip:not(:focus){clip-path:inset(50%);width:1px;height:1px;overflow:hidden;padding:0;white-space:nowrap}
