:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#171915;background:#efece5;font-synthesis:none;--ink:#171915;--muted:#686b64;--paper:#f5f1e9;--accent:#bd6d38;--accent-soft:#e6b484;--deep:#2c382e}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0}body{background:var(--paper)}button,a{font:inherit}button{cursor:pointer}img{max-width:100%}svg{display:block}.camera-open{overflow:hidden}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none}.brand.inverse{color:#fff}.brand-mark{width:28px;height:31px;position:relative;display:flex;align-items:flex-end;gap:3px}.brand-mark i{width:7px;border:1.8px solid currentColor;border-bottom:0}.brand-mark i:nth-child(1){height:18px}.brand-mark i:nth-child(2){height:27px}.brand-mark i:nth-child(3){height:22px}.brand-mark:after{content:"";position:absolute;left:-2px;right:-2px;bottom:0;border-bottom:1.8px solid currentColor}.brand strong,.brand small{display:block}.brand strong{font-size:14px;line-height:1;letter-spacing:.23em}.brand small{margin-top:5px;font-size:6px;font-weight:750;letter-spacing:.16em;opacity:.63}.kicker{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.15em}.chooser{min-height:100vh;padding:28px clamp(22px,5vw,72px) 20px;background:radial-gradient(circle at 18% 2%,#fff 0,transparent 28%),radial-gradient(circle at 87% 24%,#e8cdbb70 0,transparent 26%),linear-gradient(145deg,#f3f0e9,#e7e2d9);display:grid;grid-template-rows:auto auto 1fr auto;gap:30px}.chooser-header,.chooser-footer{display:flex;align-items:center;justify-content:space-between}.chooser-header>span{color:#777a73;font-size:9px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.chooser-intro{max-width:730px;padding-top:clamp(20px,6vh,76px)}.chooser-intro h1{margin:13px 0 16px;font-size:clamp(42px,8vw,86px);font-weight:680;line-height:.94;letter-spacing:-.065em}.chooser-intro h1 em{color:#84877e;font-style:normal;font-weight:460}.chooser-intro p{max-width:490px;margin:0;color:var(--muted);font-size:14px;line-height:1.65}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-self:end}.project-card{min-height:320px;overflow:hidden;border-radius:28px;position:relative;color:#fff;text-decoration:none;box-shadow:0 22px 60px #26251f21;isolation:isolate}.project-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.project-card.landscape img{object-position:center 56%}.project-card.portrait img{object-position:center 48%}.project-card:hover img{transform:scale(1.045)}.project-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,#00000008 30%,#10140fd6)}.project-card-copy{position:absolute;inset:auto 0 0;padding:26px;display:grid}.project-card-copy small{font-size:8px;font-weight:750;letter-spacing:.13em;opacity:.72}.project-card-copy strong{margin-top:8px;font-size:clamp(28px,4vw,48px);line-height:1;letter-spacing:-.04em}.project-card-copy>span{margin-top:19px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700}.project-card-copy svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.chooser-footer{padding-top:8px;color:#878980;font-size:7px;font-weight:750;letter-spacing:.2em}.project-page{min-height:100svh;overflow:hidden;position:relative;color:#fff;background:#1b201b;isolation:isolate}.page-background{position:absolute;inset:-28px;z-index:-2;background:var(--image) center/cover no-repeat;filter:blur(20px) saturate(.75);transform:scale(1.08)}.page-background:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,#172019e8,#172019b8 46%,#24170e8a)}[data-theme=amber] .page-background:after{background:linear-gradient(108deg,#23180ee8,#25170fb5 52%,#4e27118c)}.project-header{height:86px;padding:20px clamp(22px,5vw,66px);position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between}.all-projects{padding:8px 8px 8px 14px;border:1px solid #ffffff32;border-radius:999px;color:#fff;background:#ffffff12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;gap:10px;text-decoration:none;font-size:9px;font-weight:700}.all-projects i{width:26px;height:26px;border-radius:50%;background:#fff;color:#24251f;display:grid;place-items:center;font-size:15px;font-style:normal}.project-hero{min-height:calc(100svh - 128px);max-width:1240px;margin:auto;padding:20px clamp(24px,6vw,84px) 40px;display:grid;grid-template-columns:minmax(280px,.85fr) minmax(310px,1fr);align-items:center;gap:clamp(42px,8vw,120px)}.project-visual{width:min(100%,460px);margin:0;position:relative;justify-self:center}.photo-frame{overflow:hidden;border:1px solid #ffffff40;border-radius:42% 42% 26px 26px;background:#ffffff1a;box-shadow:0 35px 80px #0006,0 0 0 9px #ffffff0b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.portrait .photo-frame{aspect-ratio:4/5}.landscape .photo-frame{aspect-ratio:5/4}.photo-frame img{width:100%;height:100%;display:block;object-fit:cover}.portrait .photo-frame img{object-position:center 52%}.landscape .photo-frame img{object-position:center 55%}.project-visual figcaption{margin:17px 4px 0;display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:8px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.project-visual figcaption i{width:24px;border-top:1px solid var(--accent-soft)}.visual-orbit{position:absolute;z-index:-1;border:1px solid #ffffff28;border-radius:50%}.orbit-one{width:42%;aspect-ratio:1;right:-17%;top:-7%}.orbit-two{width:23%;aspect-ratio:1;left:-10%;bottom:12%;background:var(--accent-soft);border:0;opacity:.7}.project-copy{max-width:610px}.project-copy h1{max-width:600px;margin:16px 0 20px;font-size:clamp(48px,6.5vw,88px);font-weight:680;line-height:.94;letter-spacing:-.065em}.project-copy>p{max-width:520px;margin:0;color:#ffffffb8;font-size:14px;line-height:1.7}.camera-button{min-height:58px;margin-top:32px;padding:8px 24px 8px 9px;border:0;border-radius:18px;color:#23170f;background:linear-gradient(100deg,#efc398,var(--accent-soft));box-shadow:0 15px 34px #140b074a;display:inline-flex;align-items:center;gap:15px;font-size:13px;font-weight:780}.camera-button>span{width:42px;height:42px;border-radius:13px;background:#ffffff80;display:grid;place-items:center}.camera-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}.camera-hint{margin:14px 0 0 5px;color:#ffffff80;display:flex;align-items:center;gap:7px;font-size:8px}.camera-hint i{width:6px;height:6px;border-radius:50%;background:#b5d69c;box-shadow:0 0 0 4px #b5d69c24}.project-footer{height:42px;padding:0 clamp(22px,5vw,66px);display:flex;align-items:center;justify-content:space-between;color:#ffffff5e;font-size:7px;font-weight:750;letter-spacing:.19em}.camera{position:fixed;inset:0;z-index:100;visibility:hidden;opacity:0;pointer-events:none;background:#070907;color:#fff;transition:opacity .2s}.camera.active{visibility:visible;opacity:1;pointer-events:auto}.camera video{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.camera-shade{position:absolute;inset:0;background:linear-gradient(#0008,transparent 24%,transparent 66%,#000a)}.camera-header{height:88px;padding:calc(14px + env(safe-area-inset-top)) 18px 14px;position:absolute;inset:0 0 auto;z-index:3;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;text-align:center}.round-button{width:42px;height:42px;border:1px solid #ffffff42;border-radius:50%;background:#0005;color:#fff;display:grid;place-items:center}.round-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8}.camera-header small,.camera-header strong{display:block}.camera-header small{font-size:7px;letter-spacing:.17em;opacity:.6}.camera-header strong{margin-top:4px;font-size:13px}.camera-live{font-size:7px;font-weight:800;letter-spacing:.1em;display:flex;align-items:center;gap:4px}.camera-live i{width:6px;height:6px;border-radius:50%;background:#f17161;box-shadow:0 0 0 4px #f1716128}.camera-guide{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;pointer-events:none}.scan-frame{width:min(74vw,350px);aspect-ratio:3/4;border:1px solid #ffffff3d;border-radius:28px;box-shadow:0 0 0 999px #0002;position:relative}.scan-frame:before,.scan-frame:after,.scan-frame i:before,.scan-frame i:after{content:"";width:38px;height:38px;position:absolute;border-color:#f0bf8f;border-style:solid}.scan-frame:before{left:-2px;top:-2px;border-width:3px 0 0 3px;border-radius:23px 0 0}.scan-frame:after{right:-2px;top:-2px;border-width:3px 3px 0 0;border-radius:0 23px 0 0}.scan-frame i:before{left:-2px;bottom:-2px;border-width:0 0 3px 3px;border-radius:0 0 0 23px}.scan-frame i:after{right:-2px;bottom:-2px;border-width:0 3px 3px 0;border-radius:0 0 23px}.camera-guide p{margin:22px 0 0;padding:9px 13px;border-radius:999px;background:#0009;font-size:10px}.camera-note{position:absolute;left:18px;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));padding:13px 16px;border:1px solid #ffffff1f;border-radius:14px;background:#181b17d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffa8;text-align:center;font-size:9px}.camera-note.error{border-color:#dc786766;background:#521d18e8;color:#fff}@media(max-width:740px){.chooser{padding:22px 18px 16px;gap:24px}.chooser-intro{padding-top:20px}.chooser-intro h1{font-size:clamp(39px,13vw,58px)}.project-grid{grid-template-columns:1fr}.project-card{min-height:240px}.project-card.portrait{min-height:310px}.chooser-footer{margin-top:8px}.project-header{height:76px;padding:16px 18px}.all-projects span{display:none}.all-projects{padding:6px}.project-hero{min-height:calc(100svh - 112px);padding:10px 22px 30px;grid-template-columns:1fr;gap:26px;align-content:center}.project-visual{width:min(69vw,330px)}.portrait .project-visual{width:min(64vw,300px)}.photo-frame{border-radius:40% 40% 20px 20px}.project-copy{text-align:center}.project-copy .kicker{font-size:8px}.project-copy h1{margin:12px auto 15px;font-size:clamp(42px,12vw,60px)}.project-copy>p{font-size:12px;line-height:1.6}.camera-button{width:100%;margin-top:23px;justify-content:center}.camera-hint{justify-content:center}.project-footer{height:36px;padding:0 18px}.page-background{filter:blur(14px) saturate(.75)}}@media(max-height:720px)and (max-width:740px){.project-hero{padding-top:0;gap:18px}.project-visual{width:min(52vw,235px)}.project-copy h1{font-size:36px}.project-copy>p{display:none}.camera-button{min-height:52px;margin-top:17px}.camera-hint{display:none}}.project-page.portrait .project-visual{width:min(100%,420px)}.project-page.portrait .photo-frame{aspect-ratio:4 / 4.6}@media(max-width:740px){.project-page.portrait .project-visual{width:min(62vw,280px)}}.brand-logo{width:31px;height:31px;flex:0 0 auto;object-fit:contain}.brand.inverse .brand-logo{filter:invert(1)}.brand strong{font-size:12px;line-height:1.08;letter-spacing:.14em;white-space:nowrap}.brand strong span{display:block}.skeiron-partner{display:inline-flex;align-items:center;gap:8px;color:#fff}.skeiron-partner small{margin-right:2px;color:#ffffff78;font-size:6px;font-weight:750;letter-spacing:.15em}.skeiron-partner img{width:28px;height:28px;border-radius:7px;object-fit:contain}.skeiron-partner strong{font-size:10px;letter-spacing:.16em}.project-card.locked{cursor:not-allowed}.project-card.locked img{filter:saturate(.35) brightness(.72)}.project-card.locked:hover img{transform:none}.project-card.locked .project-card-shade{background:linear-gradient(180deg,#10130f38 15%,#10140ff0)}.locked-label{width:fit-content;padding:8px 12px;border:1px solid #ffffff35;border-radius:999px;background:#1619148f;justify-content:flex-start!important;gap:7px;color:#ffffffc9;text-transform:uppercase;letter-spacing:.12em}.locked-label svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}@media(max-width:520px){.brand strong{font-size:10px;letter-spacing:.1em}.skeiron-partner small{display:none}.skeiron-partner{gap:6px}.skeiron-partner img{width:26px;height:26px}.skeiron-partner strong{font-size:9px}}.camera-button:disabled{cursor:wait;filter:grayscale(.45);opacity:.62}.camera-hint.unavailable i{background:#e6b484;box-shadow:0 0 0 4px #e6b48424}.ar-mount,.ar-mount>.museum3d-ar-scene,.ar-mount canvas{width:100%!important;height:100%!important;position:absolute!important;inset:0}.a-enter-vr,.a-enter-ar,.a-loader-title{display:none!important}.camera.world-mode .scan-frame{width:min(76vw,390px);aspect-ratio:1;border-radius:50%;border-style:dashed}.camera.tracking .scan-frame{opacity:.25}.world-controls{position:absolute;z-index:5;left:50%;bottom:calc(90px + env(safe-area-inset-bottom));transform:translate(-50%);display:flex;gap:8px}.world-controls[hidden]{display:none}.world-controls button{padding:11px 15px;border:1px solid #ffffff38;border-radius:999px;color:#fff;background:#111713c9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:10px;font-weight:750}.project-page>.project-hero{min-height:calc(100svh - 86px)}.world-page{display:grid;grid-template-rows:86px 1fr}.world-detail{width:min(1160px,calc(100% - 48px));margin:auto;padding:30px 0 50px;display:grid;grid-template-columns:minmax(320px,1fr) minmax(300px,.8fr);align-items:center;gap:clamp(40px,7vw,100px)}.world-preview{min-height:min(64vh,620px);overflow:hidden;position:relative;border:1px solid #ffffff25;border-radius:32px;background:radial-gradient(circle at 50% 42%,#ffffff25,#ffffff08 54%,#00000020);box-shadow:0 30px 80px #0005;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.world-preview model-viewer{width:100%;height:min(64vh,620px);--poster-color:transparent}.model-hint{position:absolute;left:50%;bottom:18px;transform:translate(-50%);color:#ffffff9e;font-size:8px;letter-spacing:.1em;white-space:nowrap}.world-copy h1{margin:14px 0 16px;font-size:clamp(46px,6vw,78px);line-height:.96;letter-spacing:-.055em}.world-copy>strong{display:block;margin-bottom:14px;color:#fff;font-size:16px}.world-copy>p{max-width:520px;margin:0;color:#ffffffb8;font-size:14px;line-height:1.7}.world-loading{display:grid;place-content:center;justify-items:center;color:#ffffffa0}.world-loading span{width:42px;height:42px;border:3px solid #ffffff30;border-top-color:#e6b484;border-radius:50%;animation:world-spin .8s linear infinite}.world-error{grid-column:1/-1;padding:40px;border:1px solid #ffffff24;border-radius:28px;background:#ffffff0e;text-align:center}.world-error strong{font-size:28px}.world-error p{color:#ffffffa0}@keyframes world-spin{to{transform:rotate(360deg)}}@media(max-width:740px){.project-page>.project-hero{min-height:calc(100svh - 76px)}.world-page{min-height:100svh;overflow:auto;grid-template-rows:76px auto}.world-detail{width:calc(100% - 36px);padding:14px 0 34px;grid-template-columns:1fr;gap:26px}.world-preview,.world-preview model-viewer{min-height:42svh;height:42svh}.world-copy{text-align:center}.world-copy h1{font-size:clamp(42px,13vw,60px)}.world-copy>p{font-size:12px}.world-copy .camera-button{width:100%;justify-content:center}}
