:root{--ink:#f4eee3;--muted:#c3c4c1;--night:#06131a;--panel:#0b1a22e8;--panel-solid:#0b1a22;--gold:#d9b66f;--gold-light:#f2d28d;--line:#d9b66f70;--green:#10352d;--display:"Noto Serif","Noto Serif SC",Georgia,serif;--body:"Noto Sans","Noto Sans SC",system-ui,sans-serif;--nav-h:78px;--controls-h:96px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#02080c;color:var(--ink);font-family:var(--body)}body{overflow:hidden}button,input,textarea{font:inherit}button{color:inherit}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-shell{position:relative;width:100%;height:100dvh;max-width:1600px;margin:auto;overflow:hidden;background:var(--night)}.topbar{position:fixed;z-index:40;top:0;left:50%;transform:translateX(-50%);width:min(100%,1600px);height:76px;padding:calc(env(safe-area-inset-top) + 12px) clamp(18px,4vw,54px) 10px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(#06131ae6,transparent)}.brand{display:flex;gap:10px;align-items:center;background:none;border:0;text-align:left;cursor:pointer}.brand-mark{display:grid;place-items:center;width:38px;height:44px;border:1px solid var(--gold);border-radius:20px 20px 3px 3px;color:var(--gold);font-size:20px}.brand span:last-child{display:flex;flex-direction:column;line-height:1.05;letter-spacing:.12em}.brand b{font:500 9px var(--body);color:var(--gold)}.brand strong{font:600 14px var(--display)}.top-actions{display:flex;gap:8px}.icon-button{display:grid;place-items:center;width:42px;height:42px;border:1px solid #ffffff22;border-radius:50%;background:#08151dbb;cursor:pointer}.icon-button:hover{border-color:var(--gold)}#langTop{font-size:12px;font-weight:600;color:var(--gold)}main,.view{height:100%}.view{display:none;position:absolute;inset:0;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));overflow:hidden}.view.is-active{display:block;animation:viewIn .45s ease both}@keyframes viewIn{from{opacity:.2;transform:scale(1.012)}to{opacity:1;transform:none}}.hero-media{position:absolute;inset:0;background:url("assets/media/hero-vineyard-coast.jpg") center/cover no-repeat;transform:scale(1.03)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#031018f2 0%,#06131ac7 38%,#07121a36 70%),linear-gradient(0deg,#06131a 0%,transparent 46%)}.hero-content{position:relative;z-index:2;width:min(600px,92%);height:100%;display:flex;flex-direction:column;justify-content:center;padding:72px clamp(22px,6vw,92px) calc(var(--controls-h) + 50px)}.eyebrow{font-size:11px;letter-spacing:.2em;color:var(--gold);font-weight:600}.hero-content h1,.journey-hero h1{font:500 clamp(48px,7vw,88px)/.87 var(--display);margin:14px 0 16px;text-shadow:0 4px 24px #000}.hero-content h1 span{display:block}.hero-content h1 i{font-weight:500}.hero-intro{max-width:530px;color:#e4e5e1;font-size:clamp(14px,1.7vw,17px);line-height:1.65;margin:0 0 24px}.hero-actions{display:grid;gap:10px;max-width:490px}.feature-card{display:grid;grid-template-columns:54px 1fr 24px;align-items:center;gap:15px;min-height:76px;padding:11px 15px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(110deg,#0b1a22f5,#0a1822d8);text-align:left;box-shadow:0 18px 50px #0006;cursor:pointer;transition:.25s}.feature-card:hover{transform:translateX(5px);border-color:var(--gold);background:#10232e}.feature-icon{width:52px;height:52px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}.feature-card span:nth-child(2){display:flex;flex-direction:column}.feature-card b{font:600 24px var(--display)}.feature-card small{color:var(--muted);font-size:11px}.arrow{width:20px}.guide-presence{position:absolute;z-index:3;right:9vw;bottom:calc(var(--controls-h) + var(--nav-h) + 55px);width:190px;height:260px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;pointer-events:none}.guide-placeholder{width:116px;height:190px;border:1px dashed #d9b66f88;border-radius:58px 58px 24px 24px;display:grid;place-items:center;background:linear-gradient(#0e312b99,#07151ac9);backdrop-filter:blur(9px);box-shadow:0 25px 80px #000}.guide-placeholder svg{width:58px;height:58px;color:var(--gold)}.guide-presence>div:last-child{margin-top:12px;padding:8px 12px;background:#07151acc;border:1px solid #ffffff1f;border-radius:999px;font-size:10px;color:#ddd}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#72d8a6;box-shadow:0 0 10px #72d8a6;margin-right:7px}.guide-orbit{position:absolute;bottom:30px;width:170px;height:42px;border:1px solid var(--gold);border-radius:50%;transform:perspective(90px) rotateX(58deg);opacity:.7}.guide-orbit span{position:absolute;width:5px;height:5px;background:#fff5ce;border-radius:50%;box-shadow:0 0 12px #fff;animation:orbit 3s linear infinite}.guide-orbit span:nth-child(2){animation-delay:-1.5s}@keyframes orbit{from{left:4%;top:40%}50%{left:94%;top:50%}to{left:4%;top:40%}}.glass-panel{background:linear-gradient(135deg,#0a1822e8,#07151ae8);border:1px solid var(--line);box-shadow:0 20px 60px #0007;backdrop-filter:blur(16px)}.panorama-stage{position:absolute;inset:0;background:#06131a;overflow:hidden;cursor:grab}.panorama-stage:active{cursor:grabbing}.panorama-stage canvas{display:block;width:100%;height:100%}.panorama-fallback{position:absolute;inset:0;background:center/cover no-repeat;filter:saturate(.8)}.explore-head{position:absolute;z-index:3;top:92px;left:clamp(18px,5vw,70px);min-width:min(400px,calc(100% - 36px));padding:17px 20px;border-radius:18px;display:flex;justify-content:space-between;align-items:center}.explore-head h2{font:600 clamp(28px,4vw,45px) var(--display);margin:3px 0 0}.explore-head h2 span{font-weight:500}.drag-hint{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:8px;padding:10px 15px;border-radius:99px;background:#06131acc;border:1px solid #ffffff35;font-size:11px;pointer-events:none;animation:hintAway 5s forwards}.drag-hint svg{width:18px}@keyframes hintAway{0%,65%{opacity:1}100%{opacity:0}}.hotspot{position:absolute;z-index:3;display:flex;align-items:center;gap:8px;border:1px solid var(--gold);border-radius:999px;padding:9px 13px;background:#06131ae0;box-shadow:0 6px 22px #000;color:#f5eee1;cursor:pointer}.hotspot span{width:9px;height:9px;background:var(--gold-light);border-radius:50%;box-shadow:0 0 0 6px #e4bd6850,0 0 18px #f5d48d}.hotspot b{font:600 16px var(--display)}.hotspot-a{left:17%;top:39%}.hotspot-b{left:49%;top:55%}.hotspot-c{right:15%;top:34%}.scene-dock{position:absolute;z-index:4;bottom:calc(var(--controls-h) + var(--nav-h) + 22px);left:50%;transform:translateX(-50%);width:min(760px,calc(100% - 34px));height:72px;border-radius:18px;display:grid;grid-template-columns:1fr 170px 1fr;align-items:center}.scene-dock button{height:100%;border:0;background:none;display:flex;gap:10px;align-items:center;justify-content:center;cursor:pointer}.scene-dock div{text-align:center;border-inline:1px solid #ffffff20}.scene-dock div span{display:block;color:var(--gold);font-family:var(--display);font-size:18px}.scene-dock small{font-size:8px;letter-spacing:.15em;color:#aaa}.camera-stage{position:absolute;inset:0;background:#16231f}.camera-stage video,.camera-fallback{position:absolute;width:100%;height:100%;object-fit:cover}.camera-fallback{background:linear-gradient(#06131a55,#06131aaa),url("assets/media/barrel-cellar.jpg") center/cover}.camera-stage.has-camera .camera-fallback{display:none}.ar-grid{position:absolute;inset:0;background-image:linear-gradient(#d9b66f10 1px,transparent 1px),linear-gradient(90deg,#d9b66f10 1px,transparent 1px);background-size:40px 40px;mask-image:linear-gradient(transparent 12%,#000 55%,transparent)}.placement-ring{position:absolute;left:50%;top:57%;width:min(260px,65vw);height:90px;border:2px solid var(--gold);border-radius:50%;transform:translate(-50%,-50%) perspective(250px) rotateX(60deg);box-shadow:0 0 35px #d9b66f55;animation:ringPulse 2s ease-in-out infinite}.placement-ring span{position:absolute;inset:14px;border:1px dashed var(--gold);border-radius:50%}@keyframes ringPulse{50%{opacity:.55;transform:translate(-50%,-50%) perspective(250px) rotateX(60deg) scale(.93)}}.ar-guide-slot{position:absolute;left:50%;top:34%;transform:translate(-50%,-50%);height:250px;width:130px;border:1px dashed #ead08b99;border-radius:65px 65px 18px 18px;display:none;place-items:center;background:linear-gradient(#143a3388,#07151aaa);color:var(--gold);backdrop-filter:blur(4px)}.ar-guide-slot.is-placed{display:grid;animation:materialize .7s both}.ar-guide-slot svg{width:60px;height:60px}.ar-guide-slot span{position:absolute;bottom:10px;font-size:9px;letter-spacing:.1em;text-transform:uppercase}@keyframes materialize{from{opacity:0;filter:blur(10px);transform:translate(-50%,-50%) scale(.6)}to{opacity:1;filter:none;transform:translate(-50%,-50%) scale(1)}}.ar-status{position:absolute;z-index:3;top:112px;left:clamp(18px,5vw,70px);width:min(390px,calc(100% - 36px));padding:24px;border-radius:22px}.ar-status h2{font:600 36px var(--display);margin:7px 0}.ar-status p{font-size:13px;line-height:1.55;color:#ddd}.ar-actions{display:grid;gap:9px;margin-top:18px}.button{border-radius:13px;min-height:52px;padding:12px 18px;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.button-primary{background:linear-gradient(120deg,#d5ad5f,#f2d28d);color:#07151a;border:0;font-weight:600}.button-secondary{background:#07151acc;border:1px solid var(--gold);color:var(--ink)}.button-gold{width:100%;background:linear-gradient(120deg,#d2a956,#f2d28d);color:#07151a;border:0;font:600 21px var(--display)}.is-hidden{display:none!important}.ar-status>small{display:block;color:#aaa;margin-top:12px;font-size:10px}.journey-hero{height:300px;padding:100px clamp(22px,7vw,100px) 30px;background:linear-gradient(90deg,#06131af5,#06131a80),url("assets/media/harbor-aerial.jpg") center/cover}.journey-hero h1{font-size:58px;margin:8px 0 23px}.progress-wrap{max-width:520px}.progress-wrap>div:first-child{display:flex;gap:9px;align-items:baseline}.progress-wrap b{font:600 24px var(--display);color:var(--gold)}.progress-wrap span{font-size:11px;color:#ccc}.progress-track{height:4px;margin-top:8px;background:#ffffff22;border-radius:5px;overflow:hidden}.progress-track span{display:block;height:100%;background:var(--gold);width:0;transition:.5s}.journey-content{height:calc(100% - 300px);overflow:auto;padding:28px clamp(22px,7vw,100px) calc(var(--controls-h) + var(--nav-h) + 35px);display:grid;grid-template-columns:minmax(380px,1.35fr) minmax(300px,.65fr);gap:22px;align-content:start;background:radial-gradient(circle at 80% 10%,#17342d55,transparent 35%),#07151a}.journey-content>section:first-child{grid-row:span 3}.section-title{display:flex;justify-content:space-between;align-items:center}.section-title h2,.journal-card h2{font:600 30px var(--display);margin:0 0 14px}.section-title span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--gold);border-radius:50%;font-size:11px;color:var(--gold)}.saved-list{display:grid;gap:11px}.saved-card{display:grid;grid-template-columns:145px 1fr auto;min-height:110px;border:1px solid #ffffff20;border-radius:17px;overflow:hidden;background:#0b1a22}.saved-card img{width:100%;height:100%;object-fit:cover}.saved-card>div{padding:15px}.saved-card h3{font:600 23px var(--display);margin:0}.saved-card p{font-size:11px;color:#bbb;margin:5px 0}.saved-card small{color:var(--gold)}.saved-card button{border:0;background:none;padding:18px;cursor:pointer}.empty-journey{border:1px dashed #ffffff30;border-radius:17px;padding:30px;text-align:center;color:#aaa}.empty-journey svg{width:36px;height:36px;color:var(--gold)}.journal-card,.revisit-card{background:#0b1a22;border:1px solid #ffffff1f;border-radius:17px;padding:18px}.journal-card>div:first-child{display:flex;gap:10px}.journal-card svg,.revisit-card svg{color:var(--gold);width:30px;height:30px}.journal-card textarea{width:100%;resize:vertical;background:#06131a;border:1px solid #ffffff1f;border-radius:11px;color:#eee;padding:12px;outline:none}.journal-card textarea:focus{border-color:var(--gold)}.save-indicator{font-size:9px;color:#81d3ae}.revisit-card{display:flex;align-items:center;justify-content:space-between;gap:15px}.revisit-card>div{display:flex;gap:12px}.revisit-card span{display:flex;flex-direction:column}.revisit-card small{color:var(--gold);font-size:8px}.revisit-card b{font:600 18px var(--display)}.revisit-card input{color-scheme:dark;background:#06131a;color:#eee;border:1px solid var(--gold);border-radius:10px;padding:9px}.context-sheet,.guide-sheet,.info-drawer{position:fixed;z-index:100;inset:0;display:none}.context-sheet.is-open,.guide-sheet.is-open,.info-drawer.is-open{display:block}.sheet-backdrop{position:absolute;inset:0;width:100%;border:0;background:#0009;backdrop-filter:blur(3px)}.context-sheet article,.guide-sheet article{position:absolute;right:0;bottom:0;width:min(610px,100%);max-height:88dvh;overflow:auto;padding:32px clamp(22px,5vw,42px) calc(35px + env(safe-area-inset-bottom));border:1px solid var(--line);border-radius:30px 0 0 0;background:linear-gradient(145deg,#10212a,#07151a);box-shadow:-20px -20px 70px #000;animation:sheetUp .4s ease both}.guide-sheet article{left:50%;right:auto;transform:translateX(-50%);border-radius:30px 30px 0 0;text-align:center}@keyframes sheetUp{from{translate:0 100%}to{translate:0 0}}.sheet-handle{width:55px;height:4px;border-radius:5px;background:#ffffff44;margin:-17px auto 24px}.sheet-close{position:absolute;right:17px;top:17px}.context-sheet h2,.guide-sheet h2,.info-drawer h2{font:600 40px var(--display);margin:8px 0 12px}.context-sheet>article>p{color:#d1d2ce;line-height:1.7}.transcript-block{position:relative;border-top:1px solid #ffffff1f;margin:22px 0;padding:20px 70px 0 0}.transcript-block b{color:var(--gold);font-family:var(--display);font-size:20px}.transcript-block p{font-style:italic;line-height:1.6;color:#ddd}.round-play{position:absolute;right:0;top:27px;width:54px;height:54px;border:1px solid var(--gold);border-radius:50%;background:none;display:grid;place-items:center;cursor:pointer}.waveform{height:64px;display:flex;gap:5px;align-items:center;justify-content:center;margin:8px 0}.waveform i{width:3px;height:20%;background:var(--gold);border-radius:3px}.guide-sheet.is-listening .waveform i{animation:wave .75s ease-in-out infinite alternate}.waveform i:nth-child(2n){height:70%;animation-delay:-.3s}.waveform i:nth-child(3n){height:45%;animation-delay:-.5s}@keyframes wave{to{height:90%}}.mic-button{width:88px;height:88px;border:1px solid var(--gold);border-radius:50%;background:radial-gradient(circle,#17463a,#08231f);color:var(--gold-light);display:grid;place-items:center;margin:auto;box-shadow:0 0 0 9px #d9b66f1b;cursor:pointer}.mic-button svg{width:37px;height:37px}.prompt-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:25px 0 14px}.prompt-chips button{border:1px solid var(--gold);border-radius:999px;background:none;padding:9px 12px;font-size:10px;cursor:pointer}.preview-note{color:#999}.info-drawer>div{position:absolute;right:0;top:0;width:min(420px,100%);height:100%;padding:95px 30px;background:#0a1822;border-left:1px solid var(--line);box-shadow:-20px 0 70px #000}.info-drawer p,.info-drawer li{color:#c7c8c5;line-height:1.7;font-size:13px}.info-drawer li{margin-bottom:10px}.quick-controls{position:fixed;z-index:50;left:50%;transform:translateX(-50%);bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));height:var(--controls-h);width:min(700px,calc(100% - 32px));border-radius:22px 22px 0 0;display:grid;grid-template-columns:1fr 1fr 1.3fr 1fr 1fr;align-items:center}.quick-controls>button{height:100%;min-width:0;border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#d6d8d5;cursor:pointer}.quick-controls svg{width:23px;height:23px}.quick-controls span{font-size:9px}.quick-controls small{font-size:8px;color:#999}.quick-controls button[aria-pressed=true]{color:var(--gold-light)}.quick-controls button[aria-pressed=true] small{color:#7dd3aa}.talk-control{position:relative;top:-18px}.talk-control b{font:500 15px var(--display);color:var(--gold)}.mic-halo{display:grid!important;place-items:center;width:67px;height:67px;border:1px solid var(--gold);border-radius:50%;background:radial-gradient(circle,#17463a,#08231f);box-shadow:0 0 0 7px #d9b66f18}.mic-halo svg{width:30px;height:30px}.bottom-nav{position:fixed;z-index:50;left:50%;transform:translateX(-50%);bottom:0;width:min(100%,1600px);height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:#07151af5;border-top:1px solid #d9b66f55}.bottom-nav button{border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#c7c9c7;cursor:pointer}.bottom-nav button span{font-size:10px}.bottom-nav button.is-active{color:var(--gold-light)}.caption-bar{position:fixed;z-index:80;left:50%;transform:translateX(-50%);bottom:calc(var(--nav-h) + var(--controls-h) + 18px + env(safe-area-inset-bottom));max-width:min(600px,85%);padding:9px 13px;border-radius:9px;background:#000d;text-align:center;font-size:11px;display:none}.caption-bar.is-visible{display:block}.toast{position:fixed;z-index:200;left:50%;top:88px;transform:translate(-50%,-20px);padding:10px 16px;border:1px solid var(--gold);border-radius:99px;background:#07151a;opacity:0;pointer-events:none;font-size:11px;transition:.3s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}:focus-visible{outline:2px solid #fff4c8;outline-offset:3px}@media(max-width:800px){:root{--nav-h:70px;--controls-h:82px}.topbar{height:66px}.brand span:last-child{display:none}.hero-shade{background:linear-gradient(0deg,#06131a 3%,#06131a4d 63%,#06131a66),linear-gradient(90deg,#06131adb,transparent 80%)}.hero-content{justify-content:flex-start;padding:100px 20px calc(var(--controls-h) + var(--nav-h) + 45px);overflow:auto}.hero-content h1{font-size:49px;max-width:330px}.hero-intro{font-size:12px;max-width:330px}.hero-actions{max-width:390px}.feature-card{min-height:68px;grid-template-columns:48px 1fr 20px}.feature-icon{width:46px;height:46px}.feature-card b{font-size:21px}.guide-presence{right:20px;bottom:calc(var(--controls-h) + var(--nav-h) + 30px);width:110px;height:200px;opacity:.82}.guide-placeholder{width:80px;height:140px}.guide-placeholder svg{width:38px}.guide-presence>div:last-child{display:none}.guide-orbit{width:115px}.explore-head{top:78px}.explore-head h2{font-size:29px}.hotspot b{display:none}.hotspot{padding:10px}.hotspot-a{left:12%;top:36%}.hotspot-b{left:48%;top:54%}.hotspot-c{right:10%;top:31%}.scene-dock{bottom:calc(var(--controls-h) + var(--nav-h) + 10px);grid-template-columns:1fr 110px 1fr;height:59px}.scene-dock button span{display:none}.scene-dock small{font-size:6px}.ar-status{top:82px;padding:20px}.ar-status h2{font-size:30px}.ar-guide-slot{top:55%;height:190px;width:95px}.journey-hero{height:240px;padding:88px 22px 20px}.journey-hero h1{font-size:48px}.journey-content{height:calc(100% - 240px);display:block;padding:20px 18px calc(var(--controls-h) + var(--nav-h) + 30px)}.journey-content>section{margin-bottom:14px}.saved-card{grid-template-columns:100px 1fr auto;min-height:96px}.saved-card>div{padding:12px}.saved-card h3{font-size:18px}.saved-card p{display:none}.saved-card button{padding:10px}.revisit-card{align-items:flex-start;flex-direction:column}.quick-controls{width:100%;border-inline:0;border-radius:0}.quick-controls span{font-size:8px}.quick-controls>button:nth-child(2){display:none}.talk-control b{font-size:12px}.mic-halo{width:58px;height:58px}.context-sheet article,.guide-sheet article{border-radius:25px 25px 0 0}.context-sheet h2,.guide-sheet h2{font-size:34px}}@media(max-width:410px){.hero-intro{display:none}.hero-content h1{margin-bottom:20px}.guide-presence{display:none}.feature-card{min-height:64px}.quick-controls{grid-template-columns:1fr 1.35fr 1fr 1fr}.quick-controls>button:nth-child(1) span,.quick-controls>button:nth-child(4) span,.quick-controls>button:nth-child(5) span{display:none}.brand-mark{width:34px;height:38px}.saved-card{grid-template-columns:82px 1fr auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* Homepage v2 — restrained navigation, official identity, visual-first composition */
.brand{height:58px;min-width:88px;padding:0}.brand img{display:block;width:auto;height:54px;object-fit:contain;object-position:left center}.brand span{display:none}.hero-media{background-image:url("assets/media/home-athos-vineyard.png");background-position:center 58%;transform:scale(1.01);filter:saturate(.92) contrast(1.02)}.hero-shade{background:linear-gradient(90deg,#041018f2 0%,#06131acb 34%,#07121a59 60%,#07121a26 100%),linear-gradient(0deg,#06131ae8 0%,transparent 38%,#04101855 100%)}.hero-content{width:min(700px,92%);justify-content:flex-end;padding:90px clamp(28px,6vw,92px) calc(var(--nav-h) + 76px)}.hero-content h1{font-size:clamp(54px,7vw,96px);max-width:620px;margin:12px 0 14px}.hero-intro{max-width:520px;margin-bottom:24px}.hero-primary{width:max-content;min-height:48px;display:flex;align-items:center;gap:22px;padding:12px 18px 12px 21px;border:1px solid var(--gold);border-radius:999px;background:#07151abd;color:var(--ink);font-size:12px;letter-spacing:.04em;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 18px 48px #0007;transition:transform .25s,border-color .25s,background .25s}.hero-primary:hover{transform:translateY(-2px);background:#10232ee8;border-color:var(--gold-light)}.hero-primary svg{width:17px;height:17px;color:var(--gold-light)}.guide-presence{right:clamp(28px,8vw,130px);bottom:calc(var(--nav-h) + 54px);width:230px;height:300px;padding:0;border:0;background:none;color:inherit;pointer-events:auto;cursor:pointer}.guide-placeholder{width:118px;height:188px;border-style:solid;background:linear-gradient(180deg,#12372f8c,#07151a9e);overflow:hidden;transition:transform .3s,border-color .3s}.guide-placeholder img{width:76px;height:auto;opacity:.86;filter:drop-shadow(0 14px 28px #000)}.guide-presence:hover .guide-placeholder{transform:translateY(-4px);border-color:var(--gold-light)}.guide-label{width:230px!important;min-height:54px!important;margin-top:13px!important;padding:9px 12px!important;display:grid!important;grid-template-columns:8px 1fr 28px;gap:9px;align-items:center;text-align:left;background:#07151ae0!important;border:1px solid #ffffff22!important;border-radius:15px!important;color:#eee!important}.guide-label span:nth-child(2){display:flex;flex-direction:column}.guide-label b{font:600 16px var(--display)}.guide-label small{font-size:8px;color:#c3c4c1}.guide-label svg{width:20px;height:20px;color:var(--gold-light)}.guide-label .status-dot{margin:0}.guide-orbit{bottom:53px}.app-shell[data-route="home"] .quick-controls{display:none}.app-shell[data-route="home"] .caption-bar{bottom:calc(var(--nav-h) + 18px + env(safe-area-inset-bottom))}.conversation-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0 4px;padding:0;border:0}.conversation-mode legend{grid-column:1/-1;width:100%;margin-bottom:7px;color:var(--gold);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.conversation-mode button{min-height:64px;padding:10px 12px;border:1px solid #ffffff22;border-radius:13px;background:#06131a;color:#ddd;display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left;cursor:pointer}.conversation-mode button[aria-pressed="true"]{border-color:var(--gold);background:#12352e;color:var(--gold-light)}.conversation-mode button span{font-weight:600}.conversation-mode button small{color:#aeb3b1;font-size:9px;line-height:1.35}
@media(max-width:800px){.brand img{height:47px}.hero-media{background-position:center 52%}.hero-shade{background:linear-gradient(0deg,#06131af5 0%,#06131a42 52%,#04101875 100%),linear-gradient(90deg,#06131aaa,transparent 82%)}.hero-content{justify-content:flex-end;padding:100px 20px calc(var(--nav-h) + 47px)}.hero-content h1{font-size:clamp(46px,13vw,62px);max-width:360px}.hero-intro{max-width:345px;font-size:12px;line-height:1.55}.guide-presence{right:18px;bottom:calc(var(--nav-h) + 46px);width:116px;height:188px}.guide-placeholder{width:76px;height:118px}.guide-placeholder img{width:48px}.guide-orbit{width:105px;bottom:45px}.guide-label{width:116px!important;min-height:45px!important;grid-template-columns:6px 1fr!important;padding:7px 8px!important;gap:6px!important}.guide-label b{font-size:12px}.guide-label small,.guide-label svg{display:none}.hero-primary{min-height:45px;padding:10px 16px;font-size:11px}}
@media(max-width:520px){.hero-content{padding-bottom:calc(var(--nav-h) + 40px)}.hero-content h1{max-width:290px;margin-bottom:10px}.hero-intro{max-width:255px;margin-bottom:17px}.guide-presence{bottom:calc(var(--nav-h) + 36px);right:12px;opacity:.92}.conversation-mode{grid-template-columns:1fr}.conversation-mode legend{grid-column:1}}
@media(max-height:680px) and (max-width:800px){.hero-content .hero-intro{display:none}.hero-content h1{font-size:46px}.guide-presence{display:none}}

.brand{height:64px;min-width:96px}.brand img{height:62px}
@media(max-width:800px){.brand img{height:54px}}
@media(max-width:520px){.guide-presence{display:flex}}

.hero-media{background-image:url("assets/media/home-athos-vineyard.webp")}

/* Authentic 3DVista panorama tour, loaded only when Explore is opened. */
.authentic-tour-shell{position:absolute;z-index:12;inset:0 0 var(--nav-h);overflow:hidden;background:#07151a}
.authentic-tour-shell iframe{display:block;width:100%;height:100%;border:0;background:#07151a;opacity:0;transition:opacity .45s ease}
.authentic-tour-shell.is-ready iframe{opacity:1}
.tour-loading{position:absolute;z-index:1;inset:0;display:grid;place-content:center;justify-items:center;gap:16px;background:radial-gradient(circle at 50% 45%,#15352f,#07151a 62%);color:var(--gold-light);font:500 15px var(--display);letter-spacing:.04em;transition:opacity .3s ease}
.tour-loading img{width:54px;height:auto;opacity:.92;animation:tourPulse 1.8s ease-in-out infinite}
.authentic-tour-shell.is-ready .tour-loading{opacity:0;pointer-events:none}
.legacy-tour-ui{display:none!important}
.app-shell[data-route="explore"] .topbar,.app-shell[data-route="explore"] .quick-controls{display:none}
@keyframes tourPulse{50%{opacity:.48;transform:scale(.96)}}
.tour-lang-toggle{width:42px;height:42px;border:1px solid #d9b66f66;border-radius:50%;background:#07151acb;color:var(--gold-light);font-size:10px;font-weight:700;letter-spacing:.06em;backdrop-filter:blur(12px);cursor:pointer}.tour-welcome-lang{position:absolute;z-index:8;right:22px;top:18px}body .lite-story-card>span{font:600 24px var(--body);letter-spacing:-.06em;color:var(--gold-light)}@media(max-width:700px){.tour-welcome-lang{right:12px;top:10px}.tour-lang-toggle{width:40px;height:40px}}

/* Premium dual-mode panorama experience */
.tour-experience{position:absolute;inset:0 0 var(--nav-h);overflow:hidden;background:#061116;isolation:isolate}.tour-welcome,.lite-tour-shell,.tour-experience .authentic-tour-shell{display:none}.tour-experience[data-player="welcome"] .tour-welcome,.tour-experience[data-player="lite"] .lite-tour-shell,.tour-experience[data-player="full"] .authentic-tour-shell{display:block}.tour-welcome{position:absolute;inset:0;overflow:hidden;background:#07151a}.tour-welcome-media{position:absolute;inset:0}.tour-welcome-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05);transform:scale(1.025)}.tour-welcome-media:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#031016f5 0%,#06151ddc 38%,#06151d82 62%,#0310162e),linear-gradient(0deg,#031016e8 0%,transparent 42%,#03101673 100%)}.tour-welcome-media:after{content:"";position:absolute;z-index:2;inset:0;background:radial-gradient(circle at 72% 39%,transparent 0 18%,#02090d3b 58%,#02090da3 100%)}.tour-film-grain{position:absolute;z-index:3;inset:0;opacity:.12;pointer-events:none;background-image:repeating-radial-gradient(circle at 20% 30%,#fff 0 1px,transparent 1px 5px);background-size:5px 5px;mix-blend-mode:soft-light}.tour-welcome-content{position:relative;z-index:4;width:min(670px,72%);height:100%;padding:clamp(34px,5vh,60px) clamp(28px,6vw,92px) 120px;display:flex;flex-direction:column;justify-content:center}.tour-kicker{display:flex;align-items:center;gap:12px;color:var(--gold-light);font-size:10px;letter-spacing:.22em}.tour-kicker span{width:38px;height:1px;background:var(--gold)}.tour-welcome h2{margin:12px 0 10px;display:flex;flex-direction:column;font:500 clamp(48px,6vw,82px)/.83 var(--display);letter-spacing:-.035em}.tour-welcome h2 span{color:#f5eee2}.tour-welcome h2 i{margin-left:clamp(22px,5vw,72px);color:var(--gold-light);font-weight:500}.tour-welcome-content>p{max-width:610px;margin:0 0 18px;color:#d1d5d1;font-size:12px;line-height:1.65}.tour-proof{display:grid;grid-template-columns:repeat(3,1fr);width:min(520px,100%);margin:0 0 15px;border-block:1px solid #ffffff20}.tour-proof div{padding:10px 13px 10px 0;display:flex;align-items:center;gap:8px}.tour-proof div+div{padding-left:13px;border-left:1px solid #ffffff20}.tour-proof strong{font:600 24px var(--display);color:var(--gold-light)}.tour-proof span{font-size:8px;line-height:1.35;color:#aeb8b5}.tour-mode-picker{width:min(590px,100%);margin:0 0 12px;padding:0;border:0;display:grid;grid-template-columns:1fr 1fr;gap:9px}.tour-mode-picker legend{grid-column:1/-1;margin-bottom:7px;color:#cdd2cf;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.tour-mode-picker button{position:relative;min-height:66px;padding:10px 42px 10px 11px;display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;border:1px solid #ffffff24;border-radius:14px;background:#081820bf;color:#f3eee5;text-align:left;cursor:pointer;backdrop-filter:blur(17px);transition:.25s}.tour-mode-picker button:hover{transform:translateY(-2px);border-color:#d9b66f8a}.tour-mode-picker button.is-selected{border-color:var(--gold);background:linear-gradient(135deg,#15362fcf,#0b2027e8);box-shadow:0 12px 38px #0005,0 0 0 1px #d9b66f25 inset}.tour-mode-picker button.is-selected:after{content:"✓";position:absolute;right:11px;bottom:9px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#07151a;font-size:11px;font-weight:700}.tour-mode-icon{width:40px;height:40px;border:1px solid #d9b66f66;border-radius:11px;display:grid;place-items:center;color:var(--gold-light)}.tour-mode-icon svg{width:19px;height:19px}.tour-mode-picker b{display:block;margin-bottom:2px;font:600 16px var(--display)}.tour-mode-picker small{display:block;color:#aeb6b3;font-size:8px;line-height:1.3}.tour-mode-picker em{position:absolute;right:10px;top:9px;padding:3px 5px;border-radius:4px;background:#d9b66f20;color:var(--gold-light);font-style:normal;font-size:6px;letter-spacing:.12em}.tour-start{width:min(340px,100%);min-height:56px;padding:7px 8px 7px 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--gold);border-radius:999px;background:linear-gradient(90deg,#d5ae62,#f0d28e);color:#07151a;box-shadow:0 16px 42px #0006;cursor:pointer;transition:.25s}.tour-start:hover{transform:translateY(-2px);box-shadow:0 20px 50px #0008}.tour-start>span:first-child{display:flex;flex-direction:column;align-items:flex-start}.tour-start small{font-size:6px;letter-spacing:.15em}.tour-start b{font:600 18px var(--display)}.tour-start-arrow{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#07151a;color:var(--gold-light)}.tour-adaptive-note{display:flex!important;align-items:center;gap:7px;margin:8px 0 0!important;color:#8f9a97!important;font-size:7px!important}.tour-adaptive-note span{width:6px;height:6px;border-radius:50%;background:#70c49a;box-shadow:0 0 0 4px #70c49a18}.tour-chapter-preview{position:absolute;z-index:6;left:clamp(28px,6vw,92px);right:32px;bottom:18px;height:75px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;mask-image:linear-gradient(90deg,#000 0 94%,transparent)}.tour-chapter-preview::-webkit-scrollbar{display:none}.tour-chapter-preview button{position:relative;flex:0 0 92px;overflow:hidden;padding:0;border:1px solid #ffffff25;border-radius:10px;background:#07151a;color:#fff;cursor:pointer}.tour-chapter-preview img{width:100%;height:100%;object-fit:cover;filter:brightness(.55) saturate(.7);transition:.25s}.tour-chapter-preview button:hover img{transform:scale(1.08);filter:brightness(.8)}.tour-chapter-preview span{position:absolute;left:8px;top:7px;color:var(--gold-light);font:600 12px var(--display)}.tour-chapter-preview b{position:absolute;left:8px;right:6px;bottom:7px;font-size:7px;line-height:1.2;text-align:left}.lite-tour-shell{position:absolute;inset:0;background:#07151a;overflow:hidden}.lite-panorama-stage,.lite-panorama-fallback{position:absolute;inset:0}.lite-panorama-stage canvas{position:absolute;z-index:2;inset:0;width:100%!important;height:100%!important}.lite-panorama-fallback{z-index:1;background-position:center;background-size:cover;filter:saturate(.85)}.lite-panorama-stage:after{content:"";position:absolute;z-index:3;inset:0;pointer-events:none;background:linear-gradient(180deg,#021016a6 0%,transparent 25%,transparent 60%,#021016e6 100%),linear-gradient(90deg,#02101666,transparent 38%)}.lite-loading{position:absolute;z-index:12;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#07151aa8;opacity:0;pointer-events:none;transition:.25s}.lite-tour-shell.is-loading .lite-loading{opacity:1}.lite-loading span{width:34px;height:34px;border:2px solid #ffffff2b;border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}.lite-loading b{font:500 14px var(--display);color:var(--gold-light)}@keyframes spin{to{transform:rotate(360deg)}}.tour-player-top{position:absolute;z-index:15;left:0;right:0;top:0;height:82px;padding:13px 20px;display:flex;align-items:center;gap:13px}.tour-circle-button{width:44px;height:44px;flex:0 0 auto;border:1px solid #d9b66f66;border-radius:50%;background:#07151acb;color:#f4eee3;display:grid;place-items:center;backdrop-filter:blur(12px);cursor:pointer}.tour-circle-button svg{width:18px;height:18px}.tour-player-brand{display:flex;align-items:center;gap:9px}.tour-player-brand img{width:27px;height:auto}.tour-player-brand span{display:flex;flex-direction:column}.tour-player-brand small{color:var(--gold-light);font-size:7px;letter-spacing:.18em}.tour-player-brand b{font:500 15px var(--display)}.tour-player-actions{margin-left:auto;display:flex;gap:8px}.tour-quality-button{height:42px;padding:5px 13px;border:1px solid #d9b66f66;border-radius:999px;background:#07151acb;color:#eee;display:flex;align-items:center;gap:8px;backdrop-filter:blur(12px);cursor:pointer}.tour-quality-button span{padding:4px 6px;border-radius:5px;background:var(--gold);color:#07151a;font-size:7px;font-weight:800;letter-spacing:.08em}.tour-quality-button b{font:500 11px var(--display)}.lite-drag-cue{position:absolute;z-index:10;left:50%;top:22%;transform:translateX(-50%);padding:8px 12px;display:flex;align-items:center;gap:8px;border:1px solid #ffffff26;border-radius:999px;background:#07151a9c;color:#e8e5dc;font-size:8px;letter-spacing:.06em;pointer-events:none;animation:cueFade 4.5s ease forwards}.lite-drag-cue svg{width:15px;height:15px;color:var(--gold-light)}@keyframes cueFade{0%,70%{opacity:1}100%{opacity:0}}.lite-story-card{position:absolute;z-index:13;left:20px;bottom:104px;max-width:min(520px,calc(100% - 40px));min-height:74px;padding:12px 14px;display:grid;grid-template-columns:42px 1fr 36px;align-items:center;gap:11px;border:1px solid #ffffff26;border-radius:16px;background:#07151ad1;backdrop-filter:blur(18px);box-shadow:0 18px 45px #0007}.lite-story-card>span{font:600 30px var(--display);color:var(--gold-light)}.lite-story-card small{color:var(--gold);font-size:6px;letter-spacing:.16em}.lite-story-card h3{margin:3px 0 0;font:500 clamp(18px,2.5vw,28px) var(--display)}.lite-story-card button{width:34px;height:34px;border:1px solid #d9b66f66;border-radius:50%;background:none;color:var(--gold-light);display:grid;place-items:center;cursor:pointer}.lite-story-card button svg{width:16px;height:16px}.lite-tour-dock{position:absolute;z-index:14;left:20px;right:20px;bottom:15px;height:76px;padding:8px;display:grid;grid-template-columns:48px 1fr 48px;gap:8px;border:1px solid #ffffff24;border-radius:18px;background:#06151be8;backdrop-filter:blur(18px);box-shadow:0 18px 50px #0008}.lite-tour-dock>button{border:0;border-radius:12px;background:#ffffff0b;color:var(--gold-light);display:grid;place-items:center;cursor:pointer}.lite-scene-rail{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.lite-scene-rail::-webkit-scrollbar{display:none}.lite-scene-rail button{position:relative;flex:0 0 64px;overflow:hidden;padding:0;border:1px solid transparent;border-radius:10px;background:#0b2028;cursor:pointer;transition:.2s}.lite-scene-rail button.is-active{border-color:var(--gold);box-shadow:0 0 0 2px #d9b66f24}.lite-scene-rail img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}.lite-scene-rail button.is-active img{filter:brightness(.95)}.lite-scene-rail span{position:absolute;left:5px;top:4px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#07151acc;color:#fff;font:600 9px var(--display)}.tour-experience .authentic-tour-shell{position:absolute;z-index:12;inset:0;overflow:hidden;background:#07151a}.full-tour-tools{position:absolute;z-index:20;top:14px;left:14px;right:14px;display:flex;justify-content:space-between;pointer-events:none}.full-tour-tools>*{pointer-events:auto}.app-shell[data-route="explore"] .topbar,.app-shell[data-route="explore"] .quick-controls{display:none!important}
@media(max-width:700px){.tour-welcome-content{width:100%;padding:38px 18px 104px;justify-content:center}.tour-welcome-media:before{background:linear-gradient(0deg,#031016fa 0%,#06151da8 58%,#03101642),linear-gradient(90deg,#031016cc,transparent)}.tour-welcome h2{font-size:clamp(43px,13vw,62px);margin-top:9px}.tour-welcome h2 i{margin-left:24px}.tour-welcome-content>p{font-size:10px;margin-bottom:12px}.tour-proof{margin-bottom:11px}.tour-proof div{padding-block:7px}.tour-proof strong{font-size:20px}.tour-proof span{font-size:6px}.tour-mode-picker{gap:6px;margin-bottom:9px}.tour-mode-picker button{min-height:59px;padding:8px 33px 8px 8px;grid-template-columns:34px 1fr;gap:7px}.tour-mode-icon{width:33px;height:33px}.tour-mode-picker b{font-size:13px}.tour-mode-picker small{font-size:6px}.tour-mode-picker em{font-size:5px}.tour-start{min-height:50px}.tour-start-arrow{width:36px;height:36px}.tour-chapter-preview{left:18px;right:0;bottom:10px;height:66px}.tour-chapter-preview button{flex-basis:78px}.tour-player-top{height:70px;padding:10px 12px}.tour-player-brand b{display:none}.tour-quality-button b{display:none}.tour-quality-button{padding-inline:9px}.lite-story-card{left:12px;bottom:91px;max-width:calc(100% - 24px);min-height:65px;padding:9px 11px;grid-template-columns:34px 1fr 32px}.lite-story-card>span{font-size:25px}.lite-story-card h3{font-size:18px}.lite-tour-dock{left:10px;right:10px;bottom:9px;height:70px;grid-template-columns:40px 1fr 40px}.lite-scene-rail button{flex-basis:56px}.full-tour-tools{top:9px;left:9px;right:9px}}@media(max-height:690px){.tour-welcome-content{padding-top:22px;padding-bottom:94px}.tour-welcome h2{font-size:44px}.tour-welcome-content>p{display:none}.tour-proof{margin-bottom:8px}.tour-mode-picker button{min-height:54px}.tour-start{min-height:46px}.tour-chapter-preview{height:58px}}
