:root{
  --black:#090a0b;
  --charcoal:#15171a;
  --charcoal-2:#22252a;
  --ivory:#f2eee5;
  --muted:#a8a8a8;
  --gold:#b9934e;
  --gold-2:#dfc27a;
  --line:rgba(223,194,122,.34);
  --shadow:0 28px 90px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
html,body,#app{margin:0;width:100%;height:100%;overflow:hidden;background:#090a0b;color:var(--ivory);font-family:Inter,Arial,sans-serif}
button,select,input,textarea{font:inherit}
button{cursor:pointer}
#renderCanvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none;outline:none;background:#101214}
.loading-screen{position:absolute;inset:0;z-index:300;display:grid;place-items:center;background:#090a0b;transition:.5s}
.loading-screen.hidden{opacity:0;pointer-events:none}
.loading-card{width:min(520px,86vw);text-align:center}
.loading-logo{font:32px Georgia,serif;letter-spacing:.15em;color:var(--gold-2)}
.loading-logo span,.brand span{display:block;margin-top:6px;font:9px Arial,sans-serif;letter-spacing:.34em;color:#eee}
.loading-bar{height:4px;background:#242629;margin:28px 0 14px;overflow:hidden}
.loading-bar i{display:block;height:100%;width:10%;background:linear-gradient(90deg,var(--gold),var(--gold-2));transition:.3s}
.loading-card p{color:#999;font-size:12px;letter-spacing:.1em}
.intro-screen{position:absolute;inset:0;z-index:250;display:grid;place-items:center;background:url('assets/proper-fit-concept.webp') center/cover no-repeat;transition:.7s}
.intro-screen.hidden{opacity:0;pointer-events:none;transform:scale(1.015)}
.intro-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,7,.9),rgba(5,6,7,.66) 48%,rgba(5,6,7,.35)),linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.68))}
.intro-card{position:relative;width:min(650px,90vw);margin-right:min(42vw,620px);padding:38px;background:rgba(12,13,15,.86);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(14px)}
.eyebrow{margin:0 0 10px;color:var(--gold-2);font-size:10px;letter-spacing:.29em;text-transform:uppercase}
.intro-card h1,.side-panel h2,.modal-card h2{margin:0;font:500 clamp(38px,5.4vw,72px)/1 Georgia,serif}
.intro-copy{max-width:600px;color:#c1c1c1;line-height:1.65;margin:16px 0 20px}
.view-options{display:flex;gap:8px;margin-bottom:16px}
.view-option,.outline-button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.02);color:#eee;padding:11px 16px}
.view-option.active{border-color:var(--gold-2);background:rgba(185,147,78,.13);color:var(--gold-2)}
.gold-button{border:0;background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#111;padding:14px 22px;font-weight:900;letter-spacing:.08em;box-shadow:0 14px 35px rgba(185,147,78,.22);transition:.22s}
.gold-button:hover{transform:translateY(-2px);filter:brightness(1.08)}
.full{width:100%}
.intro-note{font-size:10px;color:#8f8f8f;line-height:1.55;margin:14px 0 0}
.topbar{position:absolute;z-index:40;inset:0 0 auto;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:linear-gradient(180deg,rgba(7,8,9,.96),rgba(7,8,9,.7),transparent);pointer-events:none}
.brand{pointer-events:auto;font:20px Georgia,serif;letter-spacing:.16em;color:var(--gold-2)}
.brand span{font-size:8px}
.top-actions{display:flex;align-items:center;gap:7px;pointer-events:auto}
.top-button{border:1px solid rgba(255,255,255,.13);background:rgba(12,13,15,.72);color:#eee;padding:9px 12px;font-size:11px;backdrop-filter:blur(10px)}
.top-button:hover{border-color:var(--gold-2)}
.top-button kbd{margin-left:4px;color:#777}
.top-button.accent{border-color:var(--line);color:var(--gold-2)}
.bag-button strong{display:inline-flex;align-items:center;justify-content:center;min-width:21px;height:21px;margin-left:5px;border-radius:50%;background:var(--gold);color:#111}
.location-pill{position:absolute;z-index:35;top:82px;left:50%;transform:translateX(-50%);padding:9px 15px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(10,11,13,.74);backdrop-filter:blur(12px);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#ddd}
.interaction-prompt{position:absolute;z-index:35;left:50%;bottom:26px;transform:translateX(-50%);padding:11px 16px;background:rgba(10,11,13,.78);border:1px solid rgba(255,255,255,.08);color:#ddd;font-size:12px;backdrop-filter:blur(12px);transition:.2s;text-align:center}
.interaction-prompt.active{border-color:var(--gold-2);color:#f2dfaa;box-shadow:0 0 28px rgba(223,194,122,.17)}
.crosshair{position:absolute;z-index:34;left:50%;top:50%;width:26px;height:26px;transform:translate(-50%,-50%);pointer-events:none;opacity:.72}
.crosshair span:first-child{position:absolute;left:12px;top:4px;width:2px;height:18px;background:rgba(255,255,255,.8)}
.crosshair span:last-child{position:absolute;left:4px;top:12px;width:18px;height:2px;background:rgba(255,255,255,.8)}
.control-legend{position:absolute;z-index:38;left:16px;bottom:16px;width:230px;background:rgba(10,11,13,.83);border:1px solid var(--line);box-shadow:0 18px 46px rgba(0,0,0,.35);backdrop-filter:blur(14px);transition:.25s}
.legend-head{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.08);font-size:10px;letter-spacing:.18em;color:var(--gold-2)}
.legend-head button,.mini-map-head button{border:0;background:transparent;color:#fff;font-size:18px;padding:0 4px}
.legend-body{display:grid;gap:9px;padding:12px}
.legend-body>div{display:flex;align-items:center;gap:6px;color:#aaa;font-size:11px}
kbd{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 5px;border:1px solid rgba(255,255,255,.18);background:#202226;color:#ddd;font-size:9px;box-shadow:inset 0 -2px rgba(0,0,0,.3)}
.mouse-icon{display:inline-grid;place-items:center;width:46px;height:22px;border:1px solid rgba(255,255,255,.18);background:#202226;color:#ddd}
.control-legend.collapsed{width:150px}
.control-legend.collapsed .legend-body{display:none}
.mini-map-wrap{position:absolute;z-index:38;top:84px;right:16px;width:300px;background:rgba(9,10,12,.88);border:1px solid var(--line);box-shadow:0 20px 55px rgba(0,0,0,.42);backdrop-filter:blur(14px);transition:.25s}
.mini-map-wrap.hidden{opacity:0;pointer-events:none;transform:translateY(-12px)}
.mini-map-head{display:flex;justify-content:space-between;align-items:center;padding:9px 11px;border-bottom:1px solid rgba(255,255,255,.08);font-size:9px;letter-spacing:.18em;color:var(--gold-2)}
#miniMap{display:block;width:100%;height:auto}
.side-panel{position:absolute;z-index:90;top:0;right:-460px;width:min(460px,95vw);height:100%;padding:82px 28px 28px;background:rgba(14,16,18,.975);border-left:1px solid var(--line);box-shadow:-28px 0 80px rgba(0,0,0,.5);overflow:auto;transition:.35s;backdrop-filter:blur(18px)}
.side-panel.open{right:0}
.side-panel h2{font-size:40px;margin-bottom:16px}
.panel-close{position:absolute;top:20px;right:20px;border:0;background:transparent;color:white;font-size:31px;line-height:1;padding:6px}
.panel-visual{height:250px;margin:6px 0 18px;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.16),transparent 36%),linear-gradient(145deg,#31343a,#121416);border:1px solid rgba(255,255,255,.09);position:relative;overflow:hidden}
.panel-visual:before{content:"";position:absolute;left:50%;top:22px;width:145px;height:202px;transform:translateX(-50%);background:var(--product-color,#34383f);clip-path:polygon(35% 0,47% 9%,50% 22%,53% 9%,65% 0,100% 24%,84% 100%,16% 100%,0 24%);filter:drop-shadow(0 22px 24px rgba(0,0,0,.45))}
.panel-visual:after{content:"";position:absolute;left:calc(50% - 9px);top:39px;width:18px;height:120px;background:#f0ebdf;clip-path:polygon(0 0,100% 0,68% 100%,32% 100%)}
.panel-description{color:#aaa;line-height:1.65}
.panel-price{color:var(--gold-2);font-size:25px;font-weight:800;margin:19px 0}
.panel-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}
.panel-options label,.form-grid label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#999}
select,input,textarea{width:100%;margin-top:6px;border:1px solid rgba(255,255,255,.12);background:#22252a;color:#fff;padding:11px;outline:none}
.outline-button{margin-top:10px}
.panel-footnote{font-size:10px;color:#747474;line-height:1.55}
.department-list{display:grid;gap:10px;margin-top:22px}
.department-item{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:11px;padding:10px;border:1px solid rgba(255,255,255,.09);background:#1b1d21}
.department-swatch{width:62px;height:62px;background:var(--product-color,#333);border:1px solid rgba(255,255,255,.08)}
.department-item h3{margin:0 0 5px;font-size:13px}.department-item p{margin:0;color:#aaa;font-size:11px}.department-item button{border:1px solid var(--line);background:transparent;color:var(--gold-2);padding:8px}
.bag-items{display:grid;gap:10px;margin:18px 0}.bag-empty{color:#999;line-height:1.6}.bag-item{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,255,255,.09)}.bag-item i{display:block;width:52px;height:52px;background:var(--product-color,#333)}.bag-item h3{margin:0 0 4px;font-size:12px}.bag-item p{margin:0;color:#aaa;font-size:11px}.bag-item button{border:0;background:transparent;color:#888;font-size:21px}.bag-total{display:flex;justify-content:space-between;padding:17px 0;border-top:1px solid rgba(255,255,255,.1)}.bag-total strong{color:var(--gold-2)}
.modal-layer{position:absolute;z-index:110;inset:0;display:grid;place-items:center;padding:20px;background:rgba(0,0,0,.72);backdrop-filter:blur(9px);opacity:0;pointer-events:none;transition:.25s}
.modal-layer.open{opacity:1;pointer-events:auto}
.modal-card{position:relative;width:min(930px,96vw);max-height:92vh;overflow:auto;padding:38px;background:#15171a;border:1px solid var(--line);box-shadow:var(--shadow)}
.modal-card h2{font-size:48px;margin-bottom:22px}
.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.help-grid>div{padding:17px;border:1px solid rgba(255,255,255,.09);background:#1b1e22}.help-grid strong{color:var(--gold-2);font:22px Georgia,serif}.help-grid p{color:#aaa;line-height:1.6;margin:8px 0 0;font-size:13px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-bottom:16px}.span-two{grid-column:1/3}.form-grid textarea{resize:vertical}
.layout-card img{display:block;width:100%;border:1px solid rgba(255,255,255,.1)}.layout-card>p:last-child{color:#aaa;line-height:1.65}
.toast{position:absolute;z-index:160;left:50%;bottom:26px;transform:translate(-50%,25px);opacity:0;padding:12px 18px;background:var(--ivory);color:#111;font-weight:800;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
.mobile-controls{display:none;position:absolute;z-index:36;left:0;right:0;bottom:10px;height:150px;pointer-events:none}.dpad{position:absolute;left:12px;bottom:0;width:142px;height:142px}.dpad button{position:absolute;width:48px;height:48px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(9,10,12,.76);color:#fff;font-size:18px;pointer-events:auto;backdrop-filter:blur(10px)}.dpad button:nth-child(1){left:47px;top:0}.dpad button:nth-child(2){left:0;top:47px}.dpad button:nth-child(3){left:47px;top:94px}.dpad button:nth-child(4){left:94px;top:47px}.mobile-interact{position:absolute;right:18px;bottom:24px;width:70px;height:70px;border-radius:50%;border:1px solid var(--gold-2);background:rgba(185,147,78,.9);color:#111;font-weight:900;pointer-events:auto}
@media(max-width:1050px){.intro-card{margin-right:0}.topbar{height:68px;padding:0 10px}.brand{font-size:16px}.top-actions{gap:4px}.top-button{padding:8px 9px}.top-button kbd{display:none}.mini-map-wrap{width:235px}.control-legend{width:205px}}
@media(max-width:760px){.brand span{display:none}.top-button:nth-child(1),.top-button:nth-child(2),.top-button:nth-child(3){display:none}.top-button{font-size:10px}.location-pill{top:75px}.mini-map-wrap{display:none}.control-legend{display:none}.mobile-controls{display:block}.interaction-prompt{bottom:165px;width:88%;font-size:11px}.crosshair{top:45%}.side-panel{padding:76px 20px 24px}.help-grid,.form-grid{grid-template-columns:1fr}.span-two{grid-column:auto}.modal-card{padding:30px 20px}.modal-card h2{font-size:38px}.intro-card{padding:28px 22px}.intro-card h1{font-size:47px}.panel-options{grid-template-columns:1fr}}
@media(max-width:480px){.brand{font-size:13px}.top-button.accent{display:none}.intro-note{display:none}.intro-card{width:92vw}.intro-card h1{font-size:40px}.view-options{flex-wrap:wrap}.location-pill{max-width:75vw;text-align:center}.department-item{grid-template-columns:50px 1fr}.department-item button{grid-column:1/3}.department-swatch{width:50px;height:50px}}

/* Photorealistic guided showroom */
#renderCanvas{transition:opacity .45s ease,filter .45s ease}
body.tour-active #renderCanvas{opacity:0;pointer-events:none;filter:blur(8px)}
body.walk-active #renderCanvas{opacity:1;pointer-events:auto}
.realistic-tour{position:absolute;inset:0;z-index:12;overflow:hidden;background:#090a0b;opacity:1;transition:opacity .45s ease}
.realistic-tour.hidden{opacity:0;pointer-events:none}
.tour-stage{position:absolute;inset:0;overflow:hidden;background:#0b0c0e}
.tour-stage>img{position:absolute;inset:-2%;width:104%;height:104%;object-fit:cover;object-position:center center;transform-origin:center center;transition:transform 1.05s cubic-bezier(.18,.72,.18,1),filter .5s ease;filter:saturate(1.04) contrast(1.045) brightness(.93)}
.tour-stage.zone-overview>img{transform:scale(1.02) translate3d(0,0,0)}
.tour-stage.zone-suits>img{transform:scale(1.5) translate3d(17%,3%,0)}
.tour-stage.zone-tuxedos>img{transform:scale(1.55) translate3d(10%,7%,0)}
.tour-stage.zone-signature>img{transform:scale(1.6) translate3d(0,8%,0)}
.tour-stage.zone-shirts>img{transform:scale(1.55) translate3d(-11%,7%,0)}
.tour-stage.zone-shoes>img{transform:scale(1.48) translate3d(-18%,4%,0)}
.tour-stage.zone-lounge>img{transform:scale(1.47) translate3d(-15%,-12%,0)}
.tour-stage.zone-custom>img{transform:scale(1.55) translate3d(-18%,8%,0)}
.tour-vignette{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 24%,transparent 70%,rgba(0,0,0,.52)),radial-gradient(circle at 50% 45%,transparent 45%,rgba(0,0,0,.38) 100%)}
.tour-hotspot{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;border:0;background:rgba(10,11,13,.78);color:#f4e4bb;padding:8px 11px;border-radius:999px;box-shadow:0 12px 28px rgba(0,0,0,.38);backdrop-filter:blur(12px);font-size:11px;letter-spacing:.04em;transition:.25s}
.tour-hotspot:hover{transform:translateY(-3px);background:rgba(185,147,78,.92);color:#111}
.tour-hotspot i{width:11px;height:11px;border-radius:50%;background:var(--gold-2);box-shadow:0 0 0 0 rgba(223,194,122,.55);animation:tourPulse 1.8s infinite}
.tour-hotspot.suits{left:11%;top:33%}.tour-hotspot.tuxedos{left:31%;top:33%}.tour-hotspot.signature{left:45%;top:38%}.tour-hotspot.shirts{left:62%;top:32%}.tour-hotspot.shoes{right:8%;top:37%}.tour-hotspot.custom{right:4%;top:51%}.tour-hotspot.lounge{right:18%;top:68%}
.tour-stage:not(.zone-overview) .tour-hotspot{opacity:0;pointer-events:none;transform:scale(.9)}
@keyframes tourPulse{0%{box-shadow:0 0 0 0 rgba(223,194,122,.55)}70%{box-shadow:0 0 0 10px rgba(223,194,122,0)}100%{box-shadow:0 0 0 0 rgba(223,194,122,0)}}
.tour-reset{position:absolute;z-index:7;top:91px;left:18px;border:1px solid var(--line);background:rgba(10,11,13,.82);color:#f0dfb2;padding:11px 14px;backdrop-filter:blur(12px)}
.tour-reset.hidden{display:none}
.tour-caption{position:absolute;z-index:5;left:50%;bottom:83px;transform:translateX(-50%);width:min(640px,76vw);padding:14px 20px;text-align:center;background:rgba(9,10,12,.7);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(15px);box-shadow:0 18px 55px rgba(0,0,0,.35)}
.tour-caption h2{margin:0 0 6px;font:32px Georgia,serif;color:#fff}.tour-caption p:last-child{margin:0;color:#c3c3c3;font-size:12px;line-height:1.5}
.tour-nav{position:absolute;z-index:6;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:5px;padding:7px;background:rgba(8,9,10,.78);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(14px);box-shadow:0 20px 45px rgba(0,0,0,.38)}
.tour-nav button{border:1px solid transparent;background:transparent;color:#bbb;padding:9px 12px;font-size:10px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.tour-nav button:hover,.tour-nav button.active{border-color:var(--line);background:rgba(185,147,78,.16);color:var(--gold-2)}
.mode-button{border-color:var(--line);color:var(--gold-2)}
.experience-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px}.experience-option{display:grid;gap:5px;text-align:left;padding:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.025);color:#eee}.experience-option strong{font-size:13px}.experience-option span{color:#999;font-size:10px;line-height:1.4}.experience-option.active{border-color:var(--gold-2);background:rgba(185,147,78,.14)}.experience-option.active strong{color:var(--gold-2)}
.view-options.hidden{display:none}
body.tour-active .crosshair,body.tour-active .interaction-prompt,body.tour-active .mini-map-wrap,body.tour-active .mobile-controls{display:none}
body.tour-active .control-legend{width:225px}
body.tour-active .control-legend .legend-body{display:none}
body.tour-active .control-legend .legend-head strong:after{content:' • CLICK DEPARTMENTS TO EXPLORE';color:#aaa;font-weight:400}
body.tour-active #viewToggle{display:none}

@media(max-width:900px){
  .tour-hotspot span{display:none}.tour-hotspot{padding:9px}.tour-caption{bottom:76px}.tour-nav{max-width:94vw;overflow-x:auto;justify-content:flex-start}.tour-nav button{padding:8px 10px}.experience-options{grid-template-columns:1fr}.tour-stage.zone-suits>img{transform:scale(1.38) translate3d(16%,2%,0)}.tour-stage.zone-shoes>img{transform:scale(1.38) translate3d(-16%,2%,0)}
}
@media(max-width:620px){
  .tour-caption{width:92vw;bottom:72px;padding:11px 13px}.tour-caption h2{font-size:24px}.tour-caption .eyebrow{display:none}.tour-caption p:last-child{font-size:10px}.tour-hotspot{display:none}.tour-reset{top:72px;left:10px}.tour-nav{bottom:10px}.tour-nav button{font-size:9px;padding:8px}.experience-options{gap:7px}.experience-option{padding:11px}.realistic-tour .tour-stage>img{object-position:center center}
}
.walk-quick-nav{position:absolute;z-index:37;left:50%;bottom:72px;transform:translateX(-50%);display:none;align-items:center;gap:4px;padding:6px;background:rgba(8,9,10,.78);border:1px solid rgba(255,255,255,.09);backdrop-filter:blur(14px);box-shadow:0 18px 40px rgba(0,0,0,.35)}
body.walk-active .walk-quick-nav{display:flex}.walk-quick-nav>span{padding:0 7px;color:var(--gold-2);font-size:9px;letter-spacing:.16em}.walk-quick-nav button{border:1px solid transparent;background:transparent;color:#bbb;padding:8px 9px;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.walk-quick-nav button:hover{border-color:var(--line);color:var(--gold-2);background:rgba(185,147,78,.12)}
@media(max-width:850px){.walk-quick-nav{max-width:92vw;overflow-x:auto;bottom:156px}.walk-quick-nav>span{display:none}.walk-quick-nav button{white-space:nowrap}}
.mobile-jump{position:absolute;right:100px;bottom:24px;width:62px;height:62px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(9,10,12,.8);color:#fff;font-size:10px;font-weight:800;pointer-events:auto;backdrop-filter:blur(10px)}

/* V4 AAA visual presentation */
.intro-screen{
  background-image:url('assets/proper-fit-cinematic-approved-v2.png');
  background-position:center center;
  background-size:cover;
}
.intro-card{
  border-color:rgba(223,194,122,.52);
  background:linear-gradient(145deg,rgba(10,11,13,.93),rgba(12,13,15,.78));
  box-shadow:0 32px 110px rgba(0,0,0,.72),0 0 80px rgba(185,147,78,.08);
}
.intro-card:before{
  content:"PHOTOREALISTIC HYBRID • V6.1";
  display:inline-block;
  margin-bottom:14px;
  padding:6px 9px;
  border:1px solid rgba(223,194,122,.38);
  color:var(--gold-2);
  font-size:8px;
  letter-spacing:.22em;
}
.topbar{height:78px;padding:0 24px;background:linear-gradient(180deg,rgba(5,6,7,.985),rgba(5,6,7,.72),transparent)}
.brand{font-size:23px;text-shadow:0 3px 20px rgba(223,194,122,.2)}
.top-button{border-color:rgba(255,255,255,.16);background:rgba(9,10,12,.78);box-shadow:inset 0 1px rgba(255,255,255,.03)}
.top-button:hover{background:rgba(185,147,78,.12)}
.location-pill{top:88px;background:rgba(7,8,10,.82);border-color:rgba(223,194,122,.22)}
.control-legend,.mini-map-wrap,.walk-quick-nav{background:rgba(7,8,10,.86);border-color:rgba(223,194,122,.3)}
.interaction-prompt{bottom:28px;background:rgba(7,8,10,.86);border-color:rgba(223,194,122,.18)}
#renderCanvas{filter:saturate(1.02)}
.tour-stage>img{filter:saturate(1.04) contrast(1.07) brightness(.96)}
@media(max-width:760px){#fullscreenButton{display:none}}

/* V6.1 dual-experience presentation */
#experienceToggle.hidden{display:none!important}
.realistic-tour{display:block}
.experience-options{grid-template-columns:1fr 1fr;max-width:none;margin-inline:0}
.intro-card{max-width:760px}

#renderCanvas:focus{outline:none}
body.tour-active .realistic-tour{opacity:1;pointer-events:auto}
body.walk-active .realistic-tour{opacity:0;pointer-events:none}


/* V6.3 smooth runtime camera controls */
.runtime-view-switcher{position:absolute;z-index:55;left:50%;bottom:24px;transform:translateX(-50%);display:flex;overflow:hidden;border:1px solid rgba(215,178,104,.5);border-radius:5px;background:rgba(8,9,11,.86);box-shadow:0 12px 34px rgba(0,0,0,.38);backdrop-filter:blur(10px);pointer-events:auto}
.runtime-view-switcher button{min-width:132px;padding:12px 18px;border:0;border-right:1px solid rgba(255,255,255,.12);background:transparent;color:#ddd;font-size:11px;font-weight:800;letter-spacing:.08em;cursor:pointer}
.runtime-view-switcher button:last-child{border-right:0}
.runtime-view-switcher button.active{background:linear-gradient(180deg,#c8a15a,#a87c36);color:#111}
.runtime-view-switcher button:focus-visible{outline:2px solid #e2bd73;outline-offset:-3px}
body.tour-active .runtime-view-switcher{display:none}
body.walk-active .runtime-view-switcher{display:flex}
@media(max-width:760px){.runtime-view-switcher{bottom:94px}.runtime-view-switcher button{min-width:102px;padding:10px 12px;font-size:9px}}


/* Proper Fit WordPress plugin shell */
.pfvs-app{background:#090a0b;color:var(--ivory);font-family:Inter,Arial,sans-serif;isolation:isolate}
.pfvs-fullscreen{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;z-index:999999!important;margin:0!important;max-width:none!important}
.pfvs-embedded{position:relative;display:block;width:100%;height:min(900px,90dvh);min-height:620px;overflow:hidden}
body.admin-bar .pfvs-fullscreen{top:32px!important;height:calc(100dvh - 32px)!important}
@media(max-width:782px){body.admin-bar .pfvs-fullscreen{top:46px!important;height:calc(100dvh - 46px)!important}}
.panel-visual.has-product-image{display:grid;place-items:center;background:#f3f0ea;padding:12px}
.panel-visual.has-product-image:before,.panel-visual.has-product-image:after{display:none!important}
.panel-visual img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.25))}
.department-swatch.has-image{background:#f1eee7!important;overflow:hidden}
.department-swatch.has-image img{width:100%;height:100%;object-fit:contain;display:block}
.bag-item .bag-product-image{width:52px;height:52px;object-fit:contain;background:#f1eee7;padding:3px}
.panel-options:empty{display:none}
.panel-options{grid-template-columns:repeat(2,minmax(0,1fr))}
.panel-options .span-all{grid-column:1/-1}
.panel-stock{margin:0 0 14px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#8fca96}
.panel-stock.out{color:#e39090}
.pfvs-live-status{position:absolute;z-index:57;top:88px;left:18px;padding:7px 10px;border:1px solid rgba(223,194,122,.28);background:rgba(7,8,10,.82);font-size:9px;letter-spacing:.11em;text-transform:uppercase;color:#d8c08b;pointer-events:none}
.pfvs-live-status.error{border-color:rgba(220,100,100,.45);color:#e7a0a0}
@media(max-width:760px){.pfvs-live-status{top:74px;left:10px;max-width:58vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pfvs-embedded{min-height:700px;height:92dvh}.panel-options{grid-template-columns:1fr}}


/* Proper Fit Virtual Store 1.1 — production mobile and cart experience */
.intro-card:before{display:none!important;content:none!important}
.pfvs-live-status{display:none!important}
.gold-button:disabled{cursor:not-allowed;filter:grayscale(.7);opacity:.48;transform:none!important}
.pfvs-fullscreen{
  width:var(--pfvs-viewport-width,100vw)!important;
  height:var(--pfvs-viewport-height,100dvh)!important;
  min-height:0!important;
  overscroll-behavior:none;
}
.pfvs-app,#renderCanvas{touch-action:none;-webkit-user-select:none;user-select:none}
.mobile-controls{display:none}
.mobile-joystick,.mobile-actions{pointer-events:auto}
.mobile-joystick{
  position:absolute;
  left:max(12px,env(safe-area-inset-left));
  bottom:max(12px,env(safe-area-inset-bottom));
  width:132px;
  height:150px;
  display:grid;
  justify-items:center;
  align-content:end;
  gap:5px;
  color:rgba(255,255,255,.72);
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}
.joystick-ring{
  position:relative;
  width:126px;
  height:126px;
  border-radius:50%;
  border:1px solid rgba(223,194,122,.42);
  background:
    radial-gradient(circle at 50% 50%,rgba(223,194,122,.12) 0 14%,transparent 15%),
    radial-gradient(circle,rgba(12,13,15,.58),rgba(8,9,11,.84));
  box-shadow:0 12px 34px rgba(0,0,0,.42),inset 0 0 0 12px rgba(255,255,255,.018);
  backdrop-filter:blur(10px);
  touch-action:none;
}
.joystick-ring:before,.joystick-ring:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:rgba(255,255,255,.12);
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.joystick-ring:before{width:68%;height:1px}
.joystick-ring:after{width:1px;height:68%}
.joystick-knob{
  position:absolute;
  left:50%;
  top:50%;
  width:52px;
  height:52px;
  margin:-26px 0 0 -26px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.3);
  background:linear-gradient(145deg,rgba(223,194,122,.98),rgba(157,115,49,.94));
  box-shadow:0 9px 20px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,.45);
  will-change:transform;
  pointer-events:none;
}
.mobile-joystick.active .joystick-ring{border-color:var(--gold-2);box-shadow:0 0 0 3px rgba(223,194,122,.08),0 12px 34px rgba(0,0,0,.46)}
.mobile-actions{
  position:absolute;
  right:max(12px,env(safe-area-inset-right));
  bottom:max(14px,env(safe-area-inset-bottom));
  display:grid;
  grid-template-columns:66px 66px;
  grid-template-rows:66px 50px;
  gap:8px;
  align-items:stretch;
}
.mobile-action{
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  background:rgba(8,9,11,.82);
  color:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.42);
  backdrop-filter:blur(12px);
  pointer-events:auto;
  touch-action:manipulation;
  padding:7px 5px;
}
.mobile-action strong{display:block;font-size:9px;letter-spacing:.07em}
.mobile-action span{display:block;margin-top:3px;font-size:8px;color:rgba(255,255,255,.62)}
.mobile-action.mobile-interact{
  position:static;
  right:auto;
  bottom:auto;
  width:auto;
  height:auto;
  border-radius:16px;
  grid-row:1/2;
  grid-column:1/3;
  border-color:rgba(223,194,122,.78);
  background:linear-gradient(145deg,rgba(203,164,91,.96),rgba(155,112,48,.96));
  color:#111;
}
.mobile-action.mobile-interact strong{font-size:13px}
.mobile-action.mobile-interact span{color:rgba(0,0,0,.62)}
.mobile-action.active{border-color:var(--gold-2);color:var(--gold-2);background:rgba(185,147,78,.2)}
body.tour-active .mobile-controls{display:none!important}

@media(max-width:860px),(hover:none) and (pointer:coarse){
  .pfvs-app{height:var(--pfvs-viewport-height,100dvh)!important}
  .mobile-controls{display:block;position:absolute;z-index:62;inset:0;pointer-events:none}
  .runtime-view-switcher{display:none!important}
  .control-legend,.mini-map-wrap{display:none!important}
  .topbar{
    height:60px;
    padding:
      max(7px,env(safe-area-inset-top))
      max(10px,env(safe-area-inset-right))
      5px
      max(10px,env(safe-area-inset-left));
    align-items:flex-start;
    background:linear-gradient(180deg,rgba(5,6,7,.97),rgba(5,6,7,.65),transparent);
  }
  .brand{font-size:15px;line-height:1.05;margin-top:7px}
  .brand span{display:none}
  .top-actions{gap:5px}
  #experienceToggle,#viewToggle,#mapToggle,#helpToggle,#fullscreenButton{display:none!important}
  .top-button{padding:8px 9px;font-size:9px;white-space:nowrap}
  #appointmentButton{max-width:112px}
  .location-pill{
    top:64px;
    max-width:70vw;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:7px 11px;
    font-size:8px;
  }
  .interaction-prompt{
    bottom:calc(164px + env(safe-area-inset-bottom));
    width:min(74vw,480px);
    padding:9px 11px;
    font-size:10px;
    opacity:0;
    pointer-events:none;
  }
  .interaction-prompt.active{opacity:1}
  .crosshair{top:48%;transform:translate(-50%,-50%) scale(.78)}
  .side-panel{
    top:0;
    right:-100%;
    width:100%;
    height:100%;
    padding:
      calc(68px + env(safe-area-inset-top))
      max(18px,env(safe-area-inset-right))
      calc(24px + env(safe-area-inset-bottom))
      max(18px,env(safe-area-inset-left));
  }
  .side-panel.open{right:0}
  .side-panel h2{font-size:34px}
  .panel-visual{height:min(34vh,260px)}
  .panel-options{grid-template-columns:1fr 1fr}
  .modal-layer{padding:max(10px,env(safe-area-inset-top)) max(10px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left))}
  .modal-card{max-height:94%;padding:26px 18px}
  .modal-card h2{font-size:34px}
  .walk-quick-nav,
  body.walk-active .walk-quick-nav{
    display:none!important;
    position:absolute;
    z-index:70;
    left:12px;
    right:12px;
    bottom:calc(174px + env(safe-area-inset-bottom));
    transform:none;
    max-width:none;
    max-height:42vh;
    overflow:auto;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:5px;
    padding:10px;
    border-radius:12px;
    background:rgba(7,8,10,.96);
  }
  body.walk-active .walk-quick-nav.mobile-open{display:grid!important}
  .walk-quick-nav>span{display:none}
  .walk-quick-nav button{
    white-space:normal;
    min-height:42px;
    padding:9px 8px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:8px;
    font-size:9px;
  }
  .intro-screen{overflow:auto;align-items:center;padding:max(14px,env(safe-area-inset-top)) 12px max(14px,env(safe-area-inset-bottom))}
  .intro-card{width:min(94vw,650px);margin:0;padding:24px 20px}
  .intro-card h1{font-size:clamp(36px,11vw,54px)}
  .intro-copy{font-size:13px;line-height:1.5}
  .experience-options{grid-template-columns:1fr;gap:7px}
  .experience-option{padding:10px 12px}
  .view-options{margin-bottom:10px}
  .tour-caption{bottom:72px}
  .tour-nav{bottom:max(8px,env(safe-area-inset-bottom))}
}

@media(max-width:480px){
  .topbar{height:56px}
  .brand{font-size:13px}
  #appointmentButton{display:inline-flex!important;max-width:94px;overflow:hidden}
  .top-button{padding:7px 8px}
  .mobile-joystick{width:116px;height:134px}
  .joystick-ring{width:108px;height:108px}
  .joystick-knob{width:46px;height:46px;margin:-23px 0 0 -23px}
  .mobile-actions{grid-template-columns:58px 58px;grid-template-rows:60px 46px;gap:7px}
  .interaction-prompt{bottom:calc(148px + env(safe-area-inset-bottom))}
  .walk-quick-nav,body.walk-active .walk-quick-nav{bottom:calc(156px + env(safe-area-inset-bottom))}
  .panel-options{grid-template-columns:1fr}
}

@media(orientation:landscape) and (max-height:560px){
  .topbar{height:52px;padding-top:max(4px,env(safe-area-inset-top))}
  .brand{font-size:13px;margin-top:6px}
  .top-button{padding:6px 8px;font-size:8px}
  .location-pill{top:54px;left:50%;font-size:7px}
  .mobile-joystick{
    left:max(8px,env(safe-area-inset-left));
    bottom:max(7px,env(safe-area-inset-bottom));
    width:104px;
    height:112px;
  }
  .joystick-ring{width:96px;height:96px}
  .joystick-knob{width:42px;height:42px;margin:-21px 0 0 -21px}
  .mobile-joystick>span{display:none}
  .mobile-actions{
    right:max(8px,env(safe-area-inset-right));
    bottom:max(8px,env(safe-area-inset-bottom));
    grid-template-columns:54px 54px;
    grid-template-rows:54px 42px;
    gap:6px;
  }
  .mobile-action{border-radius:13px;padding:5px 4px}
  .mobile-action.mobile-interact strong{font-size:11px}
  .interaction-prompt{
    bottom:calc(112px + env(safe-area-inset-bottom));
    width:58vw;
    font-size:9px;
  }
  .walk-quick-nav,
  body.walk-active .walk-quick-nav{
    left:max(8px,env(safe-area-inset-left));
    right:auto;
    top:58px;
    bottom:auto;
    width:min(265px,42vw);
    max-height:calc(100% - 68px);
    grid-template-columns:1fr 1fr;
  }
  .side-panel{
    width:min(480px,72vw);
    right:-75vw;
    padding-top:58px;
  }
  .side-panel.open{right:0}
  .panel-visual{height:150px}
  .intro-screen{align-items:start}
  .intro-card{margin-top:4px;padding:16px 18px;max-width:720px}
  .intro-card h1{font-size:34px}
  .intro-copy{margin:8px 0 10px;font-size:11px}
  .experience-options{grid-template-columns:1fr 1fr}
  .experience-option{padding:8px 10px}
  .view-options{margin-bottom:8px}
  .gold-button{padding:11px 18px}
  .tour-caption{left:auto;right:10px;bottom:10px;transform:none;width:min(52vw,520px)}
  .tour-nav{left:10px;bottom:10px;transform:none;max-width:44vw}
}


/* Proper Fit Virtual Store 1.2 — customer-facing readability, camera and mobile controls */
:root{
  --pf-dark:#0a0b0d;
  --pf-dark-panel:#15181c;
  --pf-light:#f4f0e8;
  --pf-light-soft:#d7d3ca;
  --pf-text-on-dark:#f7f4ed;
  --pf-muted-on-dark:#c8c5bd;
  --pf-text-on-light:#17191c;
}

/* Readability rule: light text on dark surfaces, dark text on light surfaces. */
.pfvs-app,.pfvs-app .side-panel,.pfvs-app .modal-card,.pfvs-app .department-item,.pfvs-app .bag-item,.pfvs-app .mobile-menu-sheet{
  color:var(--pf-text-on-dark);
}
.pfvs-app .side-panel h2,.pfvs-app .modal-card h2,.pfvs-app .department-item h3,.pfvs-app .bag-item h3,.pfvs-app .mobile-menu-sheet strong,
.pfvs-app .intro-card h1,.pfvs-app .tour-caption h2{color:#fff}
.pfvs-app .panel-description,.pfvs-app .department-item p,.pfvs-app .bag-item p,.pfvs-app .bag-empty,.pfvs-app .intro-copy,.pfvs-app .tour-caption p:last-child{
  color:var(--pf-muted-on-dark);
}
.pfvs-app .panel-options label,.pfvs-app .form-grid label{color:#ddd8ce}
.pfvs-app select,.pfvs-app input,.pfvs-app textarea{
  background:#f4f1ea;
  color:var(--pf-text-on-light);
  border-color:rgba(255,255,255,.28);
}
.pfvs-app select option{background:#fff;color:#111}
.pfvs-app .panel-visual.has-product-image,.pfvs-app .department-swatch.has-image,.pfvs-app .bag-product-image{
  background:#f3f0e9;
  color:var(--pf-text-on-light);
}
.pfvs-app .panel-price{color:#f1d48c}
.pfvs-app .outline-button{color:#fff;border-color:rgba(255,255,255,.32)}
.pfvs-app .outline-button:hover{background:#f4f1ea;color:#15171a}

.experience-dock{
  position:absolute;z-index:54;left:50%;bottom:78px;transform:translateX(-50%);
  display:flex;overflow:hidden;border:1px solid rgba(215,178,104,.5);border-radius:5px;
  background:rgba(8,9,11,.88);box-shadow:0 12px 34px rgba(0,0,0,.38);backdrop-filter:blur(10px);pointer-events:auto;
}
.experience-dock button{min-width:148px;padding:10px 15px;border:0;border-right:1px solid rgba(255,255,255,.12);background:transparent;color:#eee;font-size:10px;font-weight:800;letter-spacing:.08em}
.experience-dock button:last-child{border-right:0}
.experience-dock button.active{background:linear-gradient(180deg,#c8a15a,#a87c36);color:#111}
.runtime-view-switcher.hidden{display:none!important}
body.tour-active .experience-dock{bottom:18px}
body.tour-active .runtime-view-switcher{display:none!important}

.mobile-context-interact,.mobile-experience-switch,.mobile-menu-sheet{display:none}

@media(max-width:860px),(hover:none) and (pointer:coarse){
  .top-actions{display:none!important}
  .experience-dock{display:none!important}
  .mobile-controls{display:block!important;position:absolute;z-index:72;inset:0;pointer-events:none}
  .mobile-joystick,.mobile-actions,.mobile-experience-switch,.mobile-context-interact,.mobile-menu-sheet{pointer-events:auto}

  .mobile-context-interact{
    display:flex;position:absolute;z-index:76;top:calc(62px + env(safe-area-inset-top));left:50%;transform:translate(-50%,-10px);
    max-width:min(86vw,430px);align-items:center;gap:8px;padding:10px 14px;border:1px solid rgba(223,194,122,.82);border-radius:999px;
    background:linear-gradient(135deg,rgba(211,175,103,.98),rgba(155,111,47,.98));color:#111;box-shadow:0 12px 32px rgba(0,0,0,.42);
    opacity:0;visibility:hidden;transition:.18s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  }
  .mobile-context-interact.available{opacity:1;visibility:visible;transform:translate(-50%,0)}
  .mobile-context-interact strong{font-size:10px;letter-spacing:.1em}
  .mobile-context-interact span{max-width:58vw;overflow:hidden;text-overflow:ellipsis;font-size:10px;font-weight:700}

  .mobile-actions{
    right:max(10px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));
    grid-template-columns:58px 58px;grid-template-rows:52px 52px;gap:7px;
  }
  .mobile-action{border-radius:14px;background:rgba(7,8,10,.9);color:#fff;border-color:rgba(255,255,255,.28)}
  .mobile-action strong{font-size:8px;color:#fff}
  .mobile-action.active{background:rgba(185,147,78,.28);color:#f5d995}

  .mobile-experience-switch{
    display:block;position:absolute;z-index:74;left:50%;bottom:max(13px,env(safe-area-inset-bottom));transform:translateX(-50%);
    min-width:142px;padding:11px 14px;border:1px solid rgba(223,194,122,.65);border-radius:999px;background:rgba(7,8,10,.9);color:#f4ddaa;
    box-shadow:0 10px 28px rgba(0,0,0,.42);backdrop-filter:blur(12px);
  }
  .mobile-experience-switch strong{font-size:9px;letter-spacing:.08em}

  .mobile-menu-sheet{
    position:absolute;z-index:78;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));
    bottom:calc(126px + env(safe-area-inset-bottom));padding:12px;border:1px solid rgba(223,194,122,.42);border-radius:15px;
    background:rgba(10,11,13,.97);box-shadow:0 20px 60px rgba(0,0,0,.58);backdrop-filter:blur(16px);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;
  }
  .mobile-menu-sheet.open{display:block;opacity:1;visibility:visible;transform:translateY(0)}
  .mobile-menu-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:#fff}
  .mobile-menu-head>button{border:0;background:transparent;color:#fff;font-size:25px}
  .mobile-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .mobile-menu-grid button{min-height:45px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#1a1d21;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em}
  .mobile-menu-grid button span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:5px;border-radius:50%;background:#c8a15a;color:#111}

  .interaction-prompt{display:none!important}
  .walk-quick-nav,body.walk-active .walk-quick-nav{bottom:calc(126px + env(safe-area-inset-bottom))}
  body.tour-active .mobile-controls{display:block!important}
  body.tour-active .mobile-joystick,body.tour-active .mobile-actions,body.tour-active .mobile-context-interact,body.tour-active .mobile-menu-sheet{display:none!important}
  body.tour-active .mobile-experience-switch{display:block!important}
  body.walk-active .mobile-experience-switch{display:block!important}
}

@media(max-width:480px){
  .mobile-experience-switch{min-width:126px;padding:10px 11px}
  .mobile-actions{grid-template-columns:52px 52px;grid-template-rows:48px 48px}
  .mobile-joystick{width:108px;height:126px}
  .joystick-ring{width:100px;height:100px}
}

@media(orientation:landscape) and (max-height:560px){
  .mobile-context-interact{top:calc(48px + env(safe-area-inset-top));max-width:55vw;padding:8px 12px}
  .mobile-experience-switch{left:50%;bottom:max(7px,env(safe-area-inset-bottom));padding:8px 11px}
  .mobile-actions{right:max(8px,env(safe-area-inset-right));bottom:max(7px,env(safe-area-inset-bottom));grid-template-columns:50px 50px;grid-template-rows:44px 44px}
  .mobile-menu-sheet{left:auto;width:min(360px,52vw);bottom:calc(104px + env(safe-area-inset-bottom))}
  .walk-quick-nav,body.walk-active .walk-quick-nav{top:54px;bottom:auto}
}

/* Proper Fit Virtual Store 1.3 — mobile game-style controls and seamless rotation */
.pfvs-fullscreen{
  width:100%!important;
  height:100dvh!important;
  min-height:100svh!important;
  max-height:100dvh!important;
}
.pfvs-app.pfvs-rotating:after{
  content:"Adjusting view…";
  position:absolute;
  z-index:320;
  left:50%;
  bottom:calc(18px + env(safe-area-inset-bottom));
  transform:translateX(-50%);
  padding:8px 12px;
  border:1px solid rgba(223,194,122,.42);
  border-radius:999px;
  background:rgba(7,8,10,.88);
  color:#f3e2b5;
  font-size:9px;
  letter-spacing:.1em;
  pointer-events:none;
}

@media(max-width:860px),(hover:none) and (pointer:coarse){
  .pfvs-app{height:100dvh!important;min-height:100svh!important;max-height:100dvh!important}
  .mobile-controls{display:block!important;position:absolute!important;z-index:72!important;inset:0!important;pointer-events:none!important}
  .mobile-control-tray{position:absolute;inset:0;pointer-events:none}

  /* Keep every play control in the bottom control zone. */
  .mobile-context-interact,.mobile-actions,.mobile-experience-switch{display:none!important}
  .mobile-joystick{
    display:grid!important;
    position:absolute!important;
    z-index:74;
    left:max(12px,env(safe-area-inset-left))!important;
    bottom:max(12px,env(safe-area-inset-bottom))!important;
    width:118px!important;
    height:128px!important;
    align-content:end;
    justify-items:center;
    gap:4px;
    pointer-events:auto!important;
  }
  .joystick-ring{width:110px!important;height:110px!important;background:radial-gradient(circle,rgba(20,22,25,.54),rgba(5,6,8,.82))!important}
  .joystick-knob{width:46px!important;height:46px!important;margin:-23px 0 0 -23px!important}
  .mobile-joystick>span{font-size:8px;color:rgba(255,255,255,.78)}

  .mobile-utility-dock{
    position:absolute;
    z-index:75;
    left:50%;
    bottom:calc(142px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    display:grid;
    grid-template-columns:repeat(4,minmax(48px,58px));
    gap:5px;
    padding:6px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    background:rgba(7,8,10,.88);
    box-shadow:0 12px 34px rgba(0,0,0,.48);
    backdrop-filter:blur(14px);
    pointer-events:auto;
  }
  .mobile-utility{
    min-width:0;
    min-height:44px;
    padding:6px 4px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:10px;
    background:#171a1e;
    color:#fff;
    touch-action:manipulation;
  }
  .mobile-utility strong{display:block;font-size:8px;line-height:1.1;letter-spacing:.08em;color:#fff}
  .mobile-utility span{display:block;margin-top:3px;font-size:7px;line-height:1;color:#bbb7ad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .mobile-utility.active{border-color:#d8b66c;background:rgba(185,147,78,.22)}
  .mobile-utility.active strong,.mobile-utility.active span{color:#f6dda6}

  .mobile-action-cluster{
    position:absolute;
    z-index:76;
    right:max(12px,env(safe-area-inset-right));
    bottom:max(12px,env(safe-area-inset-bottom));
    width:124px;
    height:128px;
    pointer-events:none;
  }
  .mobile-round-action{
    position:absolute;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    pointer-events:auto;
    touch-action:manipulation;
    -webkit-tap-highlight-color:transparent;
    box-shadow:0 12px 30px rgba(0,0,0,.45);
    backdrop-filter:blur(10px);
  }
  .mobile-round-action strong{display:block;font-size:9px;letter-spacing:.08em;color:inherit}
  .mobile-round-action span{display:block;max-width:64px;margin-top:2px;font-size:7px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit;opacity:.78}
  .mobile-jump-action{
    left:0;
    top:0;
    width:52px;
    height:52px;
    border:1px solid rgba(255,255,255,.32);
    background:rgba(12,14,17,.9);
  }
  .mobile-use-action{
    right:0;
    bottom:0;
    width:82px;
    height:82px;
    padding:8px;
    border:2px solid rgba(223,194,122,.76);
    background:linear-gradient(145deg,#d8b76f,#a87935);
    color:#111;
  }
  .mobile-use-action:disabled{
    border-color:rgba(255,255,255,.18);
    background:rgba(12,14,17,.76);
    color:rgba(255,255,255,.46);
    box-shadow:0 8px 22px rgba(0,0,0,.32);
  }
  .mobile-use-action.available:not(:disabled){animation:pfvsUsePulse 1.8s ease-in-out infinite}
  @keyframes pfvsUsePulse{0%,100%{box-shadow:0 12px 30px rgba(0,0,0,.45),0 0 0 0 rgba(223,194,122,.28)}50%{box-shadow:0 12px 30px rgba(0,0,0,.45),0 0 0 8px rgba(223,194,122,0)}}

  /* Departments open as a bottom drawer instead of blocking the center of the store. */
  .walk-quick-nav,body.walk-active .walk-quick-nav{
    display:grid!important;
    position:absolute!important;
    z-index:70!important;
    left:max(8px,env(safe-area-inset-left))!important;
    right:max(8px,env(safe-area-inset-right))!important;
    top:auto!important;
    bottom:calc(198px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    max-height:min(44vh,360px)!important;
    padding:12px!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
    overflow:auto!important;
    border-radius:16px!important;
    background:rgba(7,8,10,.97)!important;
    box-shadow:0 24px 70px rgba(0,0,0,.62)!important;
    transform:translateY(18px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .18s ease,transform .18s ease,visibility .18s!important;
  }
  body.walk-active .walk-quick-nav.mobile-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .walk-quick-nav button{
    min-height:46px!important;
    padding:10px 8px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:10px!important;
    background:#171a1e!important;
    color:#f5f2eb!important;
    font-size:9px!important;
    line-height:1.25!important;
    white-space:normal!important;
  }

  .mobile-menu-sheet{
    display:block!important;
    position:absolute!important;
    z-index:78!important;
    left:max(8px,env(safe-area-inset-left))!important;
    right:max(8px,env(safe-area-inset-right))!important;
    top:auto!important;
    bottom:calc(198px + env(safe-area-inset-bottom))!important;
    max-height:min(48vh,390px);
    overflow:auto;
    padding:13px!important;
    border-radius:16px!important;
    background:rgba(8,9,11,.98)!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:translateY(18px)!important;
    pointer-events:none!important;
    transition:opacity .18s ease,transform .18s ease,visibility .18s!important;
  }
  .mobile-menu-sheet.open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}
  .mobile-menu-grid{grid-template-columns:1fr 1fr!important}
  .mobile-menu-grid button{color:#fff!important;background:#1a1d21!important}

  .location-pill{top:calc(58px + env(safe-area-inset-top))!important;max-width:72vw!important;font-size:7px!important;opacity:.88}
  .crosshair{top:46%!important;transform:translate(-50%,-50%) scale(.68)!important}
  .side-panel{padding-bottom:calc(22px + env(safe-area-inset-bottom))!important}
  .panel-visual{height:min(30vh,220px)!important}
  .panel-close{top:max(10px,env(safe-area-inset-top))!important;right:max(10px,env(safe-area-inset-right))!important}

  body.tour-active .mobile-joystick,
  body.tour-active .mobile-action-cluster,
  body.tour-active #mobileView,
  body.tour-active #mobileDepartments{display:none!important}
  body.tour-active .mobile-utility-dock{bottom:calc(12px + env(safe-area-inset-bottom));grid-template-columns:repeat(2,minmax(78px,110px))}
  body.tour-active #mobileExperienceSwitch,body.tour-active #mobileMenuToggle{display:block!important}
}

@media(max-width:390px) and (orientation:portrait){
  .mobile-joystick{left:max(8px,env(safe-area-inset-left))!important;width:106px!important}
  .joystick-ring{width:98px!important;height:98px!important}
  .mobile-action-cluster{right:max(8px,env(safe-area-inset-right));width:112px;height:118px}
  .mobile-use-action{width:76px;height:76px}
  .mobile-jump-action{width:48px;height:48px}
  .mobile-utility-dock{grid-template-columns:repeat(4,46px);bottom:calc(132px + env(safe-area-inset-bottom));gap:4px;padding:5px}
  .mobile-utility{min-height:41px;padding:5px 2px}
  .mobile-utility span{font-size:6px}
  .walk-quick-nav,body.walk-active .walk-quick-nav,.mobile-menu-sheet{bottom:calc(184px + env(safe-area-inset-bottom))!important}
}

@media(orientation:landscape) and (max-height:620px){
  .pfvs-app{height:100dvh!important}
  .mobile-joystick{left:max(8px,env(safe-area-inset-left))!important;bottom:max(6px,env(safe-area-inset-bottom))!important;width:100px!important;height:102px!important}
  .joystick-ring{width:92px!important;height:92px!important}
  .joystick-knob{width:40px!important;height:40px!important;margin:-20px 0 0 -20px!important}
  .mobile-joystick>span{display:none!important}
  .mobile-action-cluster{right:max(8px,env(safe-area-inset-right));bottom:max(6px,env(safe-area-inset-bottom));width:108px;height:100px}
  .mobile-use-action{width:68px;height:68px}
  .mobile-jump-action{width:44px;height:44px}
  .mobile-utility-dock{bottom:max(7px,env(safe-area-inset-bottom));grid-template-columns:repeat(4,50px);gap:4px;padding:5px}
  .mobile-utility{min-height:42px;padding:5px 3px}
  .walk-quick-nav,body.walk-active .walk-quick-nav{
    left:50%!important;right:auto!important;bottom:calc(60px + env(safe-area-inset-bottom))!important;width:min(520px,62vw)!important;transform:translate(-50%,18px)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;max-height:52vh!important;
  }
  body.walk-active .walk-quick-nav.mobile-open{transform:translate(-50%,0)!important}
  .mobile-menu-sheet{left:50%!important;right:auto!important;bottom:calc(60px + env(safe-area-inset-bottom))!important;width:min(430px,58vw)!important;transform:translate(-50%,18px)!important}
  .mobile-menu-sheet.open{transform:translate(-50%,0)!important}
  .location-pill{top:calc(48px + env(safe-area-inset-top))!important}
  .side-panel{width:min(470px,72vw)!important}
  .panel-visual{height:130px!important}
  body.tour-active .mobile-utility-dock{bottom:max(7px,env(safe-area-inset-bottom))}
}


/* Proper Fit Virtual Store 1.3.1 — mobile controls are bottom-only */
@media (max-width:920px), (hover:none) and (pointer:coarse) {
  .pfvs-app .topbar,
  .pfvs-app .runtime-view-switcher,
  .pfvs-app .experience-dock,
  .pfvs-app .control-legend,
  .pfvs-app .mini-map-wrap {
    display:none!important;
  }
  .pfvs-app .mobile-controls {
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:200!important;
    pointer-events:none!important;
  }
  .pfvs-app .mobile-control-tray {
    position:absolute!important;
    inset:0!important;
    pointer-events:none!important;
  }
  .pfvs-app .mobile-utility-dock {
    left:50%!important;
    right:auto!important;
    top:auto!important;
    bottom:calc(8px + env(safe-area-inset-bottom))!important;
    transform:translateX(-50%)!important;
    grid-template-columns:repeat(4,minmax(48px,56px))!important;
    gap:4px!important;
    padding:5px!important;
    border-radius:14px!important;
    pointer-events:auto!important;
  }
  .pfvs-app .mobile-utility {
    min-height:43px!important;
    padding:5px 3px!important;
  }
  .pfvs-app .mobile-joystick {
    left:max(9px,env(safe-area-inset-left))!important;
    right:auto!important;
    top:auto!important;
    bottom:calc(64px + env(safe-area-inset-bottom))!important;
    width:108px!important;
    height:112px!important;
  }
  .pfvs-app .joystick-ring {
    width:100px!important;
    height:100px!important;
  }
  .pfvs-app .mobile-action-cluster {
    left:auto!important;
    right:max(9px,env(safe-area-inset-right))!important;
    top:auto!important;
    bottom:calc(64px + env(safe-area-inset-bottom))!important;
    width:112px!important;
    height:112px!important;
  }
  .pfvs-app .mobile-use-action {
    width:76px!important;
    height:76px!important;
  }
  .pfvs-app .mobile-jump-action {
    width:48px!important;
    height:48px!important;
  }
  .pfvs-app .walk-quick-nav,
  body.walk-active .pfvs-app .walk-quick-nav,
  .pfvs-app .mobile-menu-sheet {
    top:auto!important;
    bottom:calc(188px + env(safe-area-inset-bottom))!important;
  }
  .pfvs-app .location-pill {
    top:max(10px,env(safe-area-inset-top))!important;
  }
  .pfvs-app .interaction-prompt {
    bottom:calc(188px + env(safe-area-inset-bottom))!important;
  }
  body.tour-active .pfvs-app .mobile-utility-dock {
    bottom:calc(8px + env(safe-area-inset-bottom))!important;
  }
}

/* Some mobile browsers and WordPress themes report a desktop viewport.
   The runtime adds pfvs-mobile-ui so the same bottom-only layout still wins. */
html.pfvs-mobile-ui .pfvs-app .topbar,
html.pfvs-mobile-ui .pfvs-app .runtime-view-switcher,
html.pfvs-mobile-ui .pfvs-app .experience-dock,
html.pfvs-mobile-ui .pfvs-app .control-legend,
html.pfvs-mobile-ui .pfvs-app .mini-map-wrap,
body.pfvs-mobile-ui .pfvs-app .topbar,
body.pfvs-mobile-ui .pfvs-app .runtime-view-switcher,
body.pfvs-mobile-ui .pfvs-app .experience-dock,
body.pfvs-mobile-ui .pfvs-app .control-legend,
body.pfvs-mobile-ui .pfvs-app .mini-map-wrap {
  display:none!important;
}
html.pfvs-mobile-ui .pfvs-app .mobile-controls,
body.pfvs-mobile-ui .pfvs-app .mobile-controls {
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:200!important;
  pointer-events:none!important;
}
html.pfvs-mobile-ui .pfvs-app .mobile-utility-dock,
body.pfvs-mobile-ui .pfvs-app .mobile-utility-dock {
  left:50%!important;
  right:auto!important;
  top:auto!important;
  bottom:calc(8px + env(safe-area-inset-bottom))!important;
  transform:translateX(-50%)!important;
  pointer-events:auto!important;
}
html.pfvs-mobile-ui .pfvs-app .mobile-joystick,
body.pfvs-mobile-ui .pfvs-app .mobile-joystick {
  left:max(9px,env(safe-area-inset-left))!important;
  right:auto!important;
  top:auto!important;
  bottom:calc(64px + env(safe-area-inset-bottom))!important;
  pointer-events:auto!important;
}
html.pfvs-mobile-ui .pfvs-app .mobile-action-cluster,
body.pfvs-mobile-ui .pfvs-app .mobile-action-cluster {
  left:auto!important;
  right:max(9px,env(safe-area-inset-right))!important;
  top:auto!important;
  bottom:calc(64px + env(safe-area-inset-bottom))!important;
}
html.pfvs-mobile-ui .pfvs-app .walk-quick-nav,
html.pfvs-mobile-ui .pfvs-app .mobile-menu-sheet,
body.pfvs-mobile-ui .pfvs-app .walk-quick-nav,
body.pfvs-mobile-ui .pfvs-app .mobile-menu-sheet {
  top:auto!important;
  bottom:calc(188px + env(safe-area-inset-bottom))!important;
}

@media (orientation:landscape) and (max-height:620px) {
  html.pfvs-mobile-ui .pfvs-app .mobile-joystick,
  body.pfvs-mobile-ui .pfvs-app .mobile-joystick,
  .pfvs-app .mobile-joystick {
    bottom:max(6px,env(safe-area-inset-bottom))!important;
  }
  html.pfvs-mobile-ui .pfvs-app .mobile-action-cluster,
  body.pfvs-mobile-ui .pfvs-app .mobile-action-cluster,
  .pfvs-app .mobile-action-cluster {
    bottom:max(6px,env(safe-area-inset-bottom))!important;
  }
  html.pfvs-mobile-ui .pfvs-app .mobile-utility-dock,
  body.pfvs-mobile-ui .pfvs-app .mobile-utility-dock,
  .pfvs-app .mobile-utility-dock {
    bottom:max(6px,env(safe-area-inset-bottom))!important;
  }
  html.pfvs-mobile-ui .pfvs-app .walk-quick-nav,
  html.pfvs-mobile-ui .pfvs-app .mobile-menu-sheet,
  body.pfvs-mobile-ui .pfvs-app .walk-quick-nav,
  body.pfvs-mobile-ui .pfvs-app .mobile-menu-sheet,
  .pfvs-app .walk-quick-nav,
  .pfvs-app .mobile-menu-sheet {
    bottom:calc(60px + env(safe-area-inset-bottom))!important;
  }
}

/* Proper Fit Virtual Store 1.3.3 — hard-locked bottom mobile control layout.
   This block intentionally comes last and uses a new asset filename to bypass
   WordPress/CDN caches that kept serving the older top-control layout. */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
  html.pfvs-mobile-ui,
  body.pfvs-mobile-ui {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  .pfvs-app .topbar,
  .pfvs-app #runtimeViewSwitcher,
  .pfvs-app #experienceDock,
  .pfvs-app #controlLegend,
  .pfvs-app #miniMapWrap,
  .pfvs-app #interactionPrompt {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .pfvs-app #mobileControls {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2147483000 !important;
    pointer-events: none !important;
    transform: none !important;
  }
  .pfvs-app.pfvs-fullscreen #mobileControls {
    position: fixed !important;
    width: 100vw !important;
    height: 100dvh !important;
  }
  .pfvs-app #mobileControls .mobile-control-tray {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
    transform: none !important;
  }

  /* Bottom-center utility bar. */
  .pfvs-app #mobileControls .mobile-utility-dock {
    display: grid !important;
    position: absolute !important;
    z-index: 6 !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: calc(100vw - 150px) !important;
    transform: translateX(-50%) !important;
    grid-template-columns: repeat(4, minmax(46px, 56px)) !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 5px !important;
    pointer-events: auto !important;
  }

  /* Bottom-left joystick. */
  .pfvs-app #mobileControls #mobileJoystick {
    display: grid !important;
    position: absolute !important;
    z-index: 7 !important;
    left: max(8px, env(safe-area-inset-left, 0px)) !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px)) !important;
    width: 108px !important;
    height: 112px !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: auto !important;
  }
  .pfvs-app #mobileControls #mobileJoystick .joystick-ring {
    width: 100px !important;
    height: 100px !important;
  }

  /* Bottom-right USE/JUMP cluster. */
  .pfvs-app #mobileControls .mobile-action-cluster {
    display: block !important;
    position: absolute !important;
    z-index: 7 !important;
    left: auto !important;
    right: max(8px, env(safe-area-inset-right, 0px)) !important;
    top: auto !important;
    bottom: calc(62px + env(safe-area-inset-bottom, 0px)) !important;
    width: 112px !important;
    height: 112px !important;
    margin: 0 !important;
    transform: none !important;
    pointer-events: none !important;
  }
  .pfvs-app #mobileControls .mobile-use-action {
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 76px !important;
    height: 76px !important;
    pointer-events: auto !important;
  }
  .pfvs-app #mobileControls .mobile-jump-action {
    left: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    width: 48px !important;
    height: 48px !important;
    pointer-events: auto !important;
  }

  /* Bottom drawers open above the control zone, never from the top. */
  .pfvs-app #walkQuickNav,
  body.walk-active .pfvs-app #walkQuickNav,
  .pfvs-app #mobileMenuSheet {
    position: absolute !important;
    left: max(8px, env(safe-area-inset-left, 0px)) !important;
    right: max(8px, env(safe-area-inset-right, 0px)) !important;
    top: auto !important;
    bottom: calc(184px + env(safe-area-inset-bottom, 0px)) !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .pfvs-app #locationPill {
    top: max(8px, env(safe-area-inset-top, 0px)) !important;
  }
}

/* Landscape keeps every control on the same bottom row: joystick left,
   utility dock center, actions right. */
@media (orientation: landscape) and (max-height: 700px),
       (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .pfvs-app #mobileControls #mobileJoystick {
    left: max(6px, env(safe-area-inset-left, 0px)) !important;
    bottom: max(6px, env(safe-area-inset-bottom, 0px)) !important;
    width: 98px !important;
    height: 100px !important;
  }
  .pfvs-app #mobileControls #mobileJoystick .joystick-ring {
    width: 92px !important;
    height: 92px !important;
  }
  .pfvs-app #mobileControls #mobileJoystick > span { display: none !important; }

  .pfvs-app #mobileControls .mobile-action-cluster {
    right: max(6px, env(safe-area-inset-right, 0px)) !important;
    bottom: max(6px, env(safe-area-inset-bottom, 0px)) !important;
    width: 106px !important;
    height: 98px !important;
  }
  .pfvs-app #mobileControls .mobile-use-action {
    width: 68px !important;
    height: 68px !important;
  }
  .pfvs-app #mobileControls .mobile-jump-action {
    width: 44px !important;
    height: 44px !important;
  }

  .pfvs-app #mobileControls .mobile-utility-dock {
    bottom: max(6px, env(safe-area-inset-bottom, 0px)) !important;
    grid-template-columns: repeat(4, 50px) !important;
    max-width: calc(100vw - 230px) !important;
  }

  .pfvs-app #walkQuickNav,
  body.walk-active .pfvs-app #walkQuickNav,
  .pfvs-app #mobileMenuSheet {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(60px + env(safe-area-inset-bottom, 0px)) !important;
    width: min(520px, 62vw) !important;
  }
  .pfvs-app #walkQuickNav { transform: translate(-50%, 18px) !important; }
  body.walk-active .pfvs-app #walkQuickNav.mobile-open { transform: translate(-50%, 0) !important; }
  .pfvs-app #mobileMenuSheet { transform: translate(-50%, 18px) !important; }
  .pfvs-app #mobileMenuSheet.open { transform: translate(-50%, 0) !important; }
}

/* Proper Fit Virtual Store 1.3.3 — clear help for desktop and mobile. */
.pfvs-app .help-card{max-height:min(88dvh,820px);overflow:auto;overscroll-behavior:contain}
.pfvs-app .help-grid .platform-help{border-color:rgba(196,158,88,.34);background:linear-gradient(145deg,rgba(196,158,88,.11),rgba(27,30,34,.96))}
.pfvs-app .help-grid p b{color:#f5f1e8;font-weight:800}
.pfvs-app .help-grid .desktop-help strong::before{content:"⌨ ";font-family:Arial,sans-serif}
.pfvs-app .help-grid .mobile-help strong::before{content:"◉ ";font-family:Arial,sans-serif}
@media(max-width:760px),(hover:none) and (pointer:coarse){
  .pfvs-app .help-card{width:min(94vw,680px);max-height:84dvh;padding:24px 18px 28px}
  .pfvs-app .help-card h2{font-size:clamp(30px,8vw,42px);line-height:1.05;padding-right:34px}
  .pfvs-app .help-grid{grid-template-columns:1fr;gap:9px}
  .pfvs-app .help-grid>div{padding:14px}
  .pfvs-app .help-grid strong{font-size:20px}
  .pfvs-app .help-grid p{font-size:13px;line-height:1.5}
}


/* Proper Fit Virtual Store 1.3.4 — controls appear only after entry.
   The jump button is now the primary action; USE is smaller and contextual. */
.pfvs-app #mobileControls[hidden],
.pfvs-app:not(.pfvs-controls-ready) #mobileControls {
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media (max-width:1024px), (hover:none) and (pointer:coarse) {
  .pfvs-app.pfvs-controls-ready #mobileControls:not([hidden]) {
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }
  .pfvs-app #mobileControls .mobile-action-cluster {
    width:122px!important;
    height:116px!important;
  }
  .pfvs-app #mobileControls .mobile-jump-action {
    left:auto!important;
    right:0!important;
    top:auto!important;
    bottom:0!important;
    width:76px!important;
    height:76px!important;
    border:2px solid rgba(223,194,122,.72)!important;
    background:linear-gradient(145deg,rgba(25,28,33,.96),rgba(8,9,11,.94))!important;
    color:#fff!important;
    font-size:11px!important;
  }
  .pfvs-app #mobileControls .mobile-jump-action strong {font-size:11px!important;letter-spacing:.09em!important}
  .pfvs-app #mobileControls .mobile-use-action {
    left:0!important;
    right:auto!important;
    top:0!important;
    bottom:auto!important;
    width:48px!important;
    height:48px!important;
    padding:3px!important;
    border-width:1px!important;
    box-shadow:0 8px 20px rgba(0,0,0,.38)!important;
  }
  .pfvs-app #mobileControls .mobile-use-action strong {font-size:8px!important;letter-spacing:.08em!important}
  .pfvs-app #mobileControls .mobile-use-action span {display:none!important}
  .pfvs-app #mobileControls .mobile-use-action:disabled {opacity:.42!important}
}
@media (orientation:landscape) and (max-height:700px),
       (orientation:landscape) and (hover:none) and (pointer:coarse) {
  .pfvs-app #mobileControls .mobile-action-cluster {width:108px!important;height:96px!important}
  .pfvs-app #mobileControls .mobile-jump-action {width:66px!important;height:66px!important}
  .pfvs-app #mobileControls .mobile-use-action {width:42px!important;height:42px!important}
}


/* Proper Fit Virtual Store 1.3.5 — updated cinematic image and brighter mobile rendering. */
.pfvs-app .tour-stage>img{filter:saturate(1.05) contrast(1.06) brightness(.99)!important;}
.pfvs-app .tour-vignette{background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 24%,transparent 72%,rgba(0,0,0,.36)),radial-gradient(circle at 50% 45%,transparent 50%,rgba(0,0,0,.22) 100%)!important;}
@media (max-width: 920px), (hover: none) and (pointer: coarse){
  .pfvs-app .tour-stage>img{filter:saturate(1.06) contrast(1.04) brightness(1.05)!important;}
  .pfvs-app .tour-vignette{background:linear-gradient(180deg,rgba(0,0,0,.07),transparent 28%,transparent 74%,rgba(0,0,0,.24)),radial-gradient(circle at 50% 45%,transparent 54%,rgba(0,0,0,.14) 100%)!important;}
}


/* Proper Fit Virtual Store 1.3.7 — usable mobile cinematic tour and one-finger look. */
.pfvs-app #renderCanvas{
  touch-action:none!important;
  -webkit-user-select:none;
  user-select:none;
  overscroll-behavior:none;
}
.pfvs-app #renderCanvas.mobile-looking{cursor:grabbing}
.pfvs-app .tour-mobile-hint{display:none}

@media (max-width:1024px), (hover:none) and (pointer:coarse) {
  .pfvs-app .realistic-tour,
  .pfvs-app .tour-stage{
    touch-action:none!important;
    overscroll-behavior:none!important;
  }
  .pfvs-app .tour-stage>img{
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-position:center center!important;
    -webkit-user-drag:none;
    user-select:none;
  }
  .pfvs-app .tour-stage.zone-overview>img{
    object-fit:contain!important;
    transform:scale(1)!important;
  }
  .pfvs-app .tour-stage:not(.zone-overview)>img{object-fit:cover!important}
  .pfvs-app .tour-stage.zone-suits>img{transform:scale(1.28) translate3d(15%,1%,0)!important}
  .pfvs-app .tour-stage.zone-tuxedos>img{transform:scale(1.31) translate3d(10%,3%,0)!important}
  .pfvs-app .tour-stage.zone-signature>img{transform:scale(1.30) translate3d(0,5%,0)!important}
  .pfvs-app .tour-stage.zone-shirts>img{transform:scale(1.29) translate3d(-12%,2%,0)!important}
  .pfvs-app .tour-stage.zone-shoes>img{transform:scale(1.27) translate3d(-17%,2%,0)!important}
  .pfvs-app .tour-stage.zone-lounge>img{transform:scale(1.28) translate3d(-12%,-7%,0)!important}
  .pfvs-app .tour-stage.zone-custom>img{transform:scale(1.29) translate3d(-10%,3%,0)!important}
  .pfvs-app .tour-stage.swiping>img{transition:none!important}

  .pfvs-app .tour-caption{
    left:50%!important;
    right:auto!important;
    top:auto!important;
    transform:translateX(-50%)!important;
    bottom:calc(126px + env(safe-area-inset-bottom,0px))!important;
    width:min(92vw,560px)!important;
    padding:9px 12px!important;
    pointer-events:none!important;
    background:rgba(7,8,10,.68)!important;
  }
  .pfvs-app .tour-caption h2{font-size:20px!important;margin:0!important}
  .pfvs-app .tour-caption .eyebrow,
  .pfvs-app .tour-caption p:last-child{display:none!important}

  .pfvs-app .tour-nav{
    left:50%!important;
    right:auto!important;
    top:auto!important;
    bottom:calc(66px + env(safe-area-inset-bottom,0px))!important;
    width:max-content!important;
    max-width:calc(100vw - 18px)!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    justify-content:flex-start!important;
    transform:translateX(-50%)!important;
    pointer-events:auto!important;
  }
  .pfvs-app .tour-nav::-webkit-scrollbar{display:none}
  .pfvs-app .tour-nav button{min-height:40px!important;font-size:9px!important;padding:8px 10px!important}
  .pfvs-app .tour-reset{
    top:max(10px,env(safe-area-inset-top,0px))!important;
    left:max(10px,env(safe-area-inset-left,0px))!important;
    padding:9px 11px!important;
    font-size:10px!important;
  }
  .pfvs-app .tour-mobile-hint{
    display:block;
    position:absolute;
    z-index:8;
    top:max(12px,env(safe-area-inset-top,0px));
    left:50%;
    transform:translateX(-50%);
    padding:7px 10px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:999px;
    background:rgba(7,8,10,.70);
    color:#f4e4bb;
    font-size:9px;
    letter-spacing:.06em;
    white-space:nowrap;
    pointer-events:none;
    opacity:.92;
  }
  .pfvs-app .tour-stage:not(.zone-overview)~.tour-mobile-hint{opacity:.72}
}

@media (orientation:portrait) and (max-width:1024px) {
  .pfvs-app .tour-stage{background:#050607!important}
  .pfvs-app .tour-stage.zone-overview>img{
    object-fit:contain!important;
    object-position:center 42%!important;
  }
}

@media (orientation:landscape) and (max-height:700px),
       (orientation:landscape) and (hover:none) and (pointer:coarse) {
  .pfvs-app .tour-caption{
    left:50%!important;
    right:auto!important;
    transform:translateX(-50%)!important;
    bottom:calc(122px + env(safe-area-inset-bottom,0px))!important;
    width:min(64vw,540px)!important;
  }
  .pfvs-app .tour-nav{
    bottom:calc(64px + env(safe-area-inset-bottom,0px))!important;
    max-width:72vw!important;
  }
  .pfvs-app .tour-mobile-hint{
    top:max(6px,env(safe-area-inset-top,0px));
  }
}
