:root{color-scheme:dark;--fg:#fff;--bg:#000;--line:rgba(255,255,255,.2);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);height:100%;min-height:100lvh;margin:0;padding:0;overflow:hidden;-webkit-text-size-adjust:100%}button,input{font:inherit}button{color:inherit;cursor:pointer;background:none;border:0;touch-action:manipulation}button:focus-visible{outline:1px solid #d4caff;outline-offset:6px}button:disabled{cursor:wait}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}.background{position:fixed;inset:0;background:#000 url('assets/world.jpg') center/cover}.background:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#0002,transparent 25%,transparent 70%,#0005);pointer-events:none}#bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}#world{position:fixed;inset:0;z-index:2;opacity:0;transition:opacity 1.5s;background:#080912;touch-action:none;outline:none;overflow:hidden}#world canvas{display:block;width:100%;height:100%;touch-action:none;cursor:crosshair}.exploring #world{opacity:1}.world-toggle{position:fixed;z-index:8;top:max(22px,env(safe-area-inset-top));left:50%;transform:translateX(-50%);width:100px;height:77px;padding:0}.world-toggle img{display:block;width:96px;height:77px;object-fit:cover;transition:filter .7s,transform .7s}.world-toggle:hover img{filter:brightness(1.25);transform:scale(1.06)}.logo-hint{position:absolute;white-space:nowrap;font-size:9px;letter-spacing:.18em;left:50%;top:82px;transform:translateX(-50%);opacity:0;transition:opacity .3s;color:#ccc}.world-toggle:hover .logo-hint,.world-toggle:focus-visible .logo-hint{opacity:1}#landing{position:fixed;z-index:3;inset:0;display:flex;align-items:center;justify-content:center;padding:0 24px;pointer-events:none;transition:opacity .6s}#password-form{width:100%;max-width:280px;pointer-events:auto}#password-input{width:100%;border:1px solid #ffffff33;background:#0003;color:white;padding:0 24px;border-radius:999px;height:48px;font:700 9px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.2em;text-transform:uppercase;text-align:center;outline:none;backdrop-filter:blur(12px);box-shadow:0 25px 50px -12px #0009;transition:all .2s}#password-input::placeholder{color:#ffffff99}#password-input:focus{border-color:#ffffff80;background:#0006;transform:scale(1.05)}.exploring #landing{opacity:0;visibility:hidden;pointer-events:none}.launch-note{position:fixed;z-index:4;left:4.1%;bottom:118px;pointer-events:none}.launch-note p{font-size:12px;line-height:1.65;letter-spacing:.15em;margin:0 0 23px;max-width:100%}.launch-note button{font:14px Arial,Helvetica,sans-serif;display:flex;gap:40px;align-items:center;border-bottom:1px solid #ffffff99;padding:13px 0;pointer-events:auto}.launch-note button:hover{color:#d9cdf3}#world-help{position:fixed;z-index:4;left:50%;bottom:22px;transform:translateX(-50%);text-align:center;color:#cfcbd8;white-space:nowrap;pointer-events:none;text-shadow:0 1px 10px #000}#world-help p{font-size:10px;line-height:1.6;letter-spacing:.06em;margin:0}#world-help .return-hint{font-size:9px;margin-top:8px;opacity:.7}.touch-help{display:none}#world-pause{pointer-events:auto;font-size:10px;color:#bdb8c9;text-decoration:underline;text-underline-offset:3px;margin-top:8px;padding:8px}#world-status{position:fixed;z-index:9;left:50%;top:115px;transform:translateX(-50%);font-size:11px;line-height:1.7;letter-spacing:.05em;text-align:center;max-width:80vw;width:max-content;text-shadow:0 1px 10px #000}#world-status:empty{display:none}dialog{width:min(1120px,calc(100vw - 56px));max-height:calc(100svh - 56px);border:1px solid #ffffff2e;background:#0a0a0a;color:white;padding:0;overflow:auto;box-shadow:0 60px 160px #000b}dialog::backdrop{background:#030303cc;backdrop-filter:blur(18px)}.pendant-top{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 28px;border-bottom:1px solid #ffffff26;font-size:12px;letter-spacing:.1em}.pendant-top button{font-size:11px;letter-spacing:.08em;min-height:32px;padding:0}.pendant-top button span{font:25px/1 Arial;margin-left:20px;vertical-align:-2px}.pendant-layout{display:grid;grid-template-columns:55% 45%;min-height:580px}.pendant-image{background:#ececec;display:flex;align-items:center;justify-content:center;overflow:hidden}.pendant-image img{width:100%;max-height:70svh;object-fit:contain;display:block;mix-blend-mode:multiply}.pendant-details{padding:45px 40px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.catalogue-label{font-size:11px;letter-spacing:.07em;color:#ababab;margin:0 0 50px}#pendant-title{font:700 clamp(44px,6vw,76px)/.88 'Arial Narrow',Impact,Arial,sans-serif;letter-spacing:-.065em;margin:0 0 40px}.pendant-intro{font:14px/1.8 Arial,sans-serif;color:#c5c5c5}.release{border-top:1px solid #fff3;padding-top:22px}.release p:first-child{font-size:11px;letter-spacing:.08em;margin:0 0 12px}.release p:last-child{font:13px/1.6 Arial,sans-serif;color:#939393;margin:0}@keyframes shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.shake{animation:shake .2s ease-in-out 0s 2}@media(max-width:700px){.background,#bg-video{object-position:58% center;background-position:58% center}.world-toggle{top:max(15px,env(safe-area-inset-top));width:88px;height:70px}.world-toggle img{width:88px;height:70px}.logo-hint{top:76px}.launch-note{left:24px;right:24px;bottom:115px}.launch-note p{max-width:245px;font-size:12px;letter-spacing:.07em;margin-bottom:22px}.launch-note button{font-size:13px;gap:32px}.exploring .launch-note{bottom:112px}.exploring .launch-note p{font-size:10px;max-width:100%;margin-bottom:7px}.exploring .launch-note button{font-size:12px;padding:10px 0}#world-help{bottom:max(16px,env(safe-area-inset-bottom));width:95vw;white-space:normal}#world-help p{font-size:9px}.pendant-top{padding:16px 20px}dialog{width:calc(100vw - 24px);max-height:calc(100svh - 24px)}.pendant-layout{display:block;min-height:0}.pendant-image{height:37svh}.pendant-image img{height:100%;width:auto;max-width:100%}.pendant-details{padding:28px 25px;gap:28px}.catalogue-label{margin-bottom:24px}#pendant-title{font-size:52px;line-height:.9;margin-bottom:25px}.pendant-intro{margin:0}.release{padding-top:20px}}@media(pointer:coarse){.desktop-help{display:none}.touch-help{display:block}.logo-hint{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}
