.vo{
  --ivory:#F4F0E7; --bone:#E7E0D3; --espresso:#29251F; --walnut:#4A3325;
  --oxide:#87503C; --olive:#5D624E; --brass:#9A835A;
  --rule:rgba(41,37,31,.16); --rule-l:rgba(244,240,231,.20);
  --ease:cubic-bezier(.16,.84,.44,1);
  background:var(--ivory); color:var(--espresso);
  font-family:'Archivo',system-ui,sans-serif; font-size:15px; line-height:1.6;
  overflow-x:hidden; -webkit-font-smoothing:antialiased;
}
.vo *{ box-sizing:border-box; }
/* the hidden attribute has to beat any display rule we set below */
.vo [hidden]{ display:none !important; }
.vo button{ font:inherit; color:inherit; }
.vo :focus-visible{ outline:1px solid var(--oxide); outline-offset:3px; }

/* type */
.vo .dsp{ font-family:'Fraunces',Georgia,serif; font-weight:300; font-variation-settings:'opsz' 120;
  letter-spacing:-.012em; line-height:1.02; }
.vo .lbl{ font-size:10.5px; letter-spacing:.24em; text-transform:uppercase; font-weight:500; }
.vo .num{ font-family:'Fraunces',serif; font-weight:300; font-variation-settings:'opsz' 20; letter-spacing:.06em; }
.vo .mono{ font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; }

/* motion */
.vo .rv{ opacity:0; transform:translateY(22px); transition:opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.vo .rv.in{ opacity:1; transform:none; }
.vo .trace-svg{ position:absolute; inset:0; width:100%; height:100%; pointer-events:none; }
.vo .trace-path{ stroke-dasharray:1400; stroke-dashoffset:1400; transition:stroke-dashoffset 2.6s var(--ease); }
.vo .trace-path.drawn{ stroke-dashoffset:0; }
@media (prefers-reduced-motion: reduce){
  .vo *{ animation:none !important; }
  .vo .trace-path{ transition:none; stroke-dashoffset:0; }
}

/* nav */
.vo .nav{ position:fixed; top:0; left:0; right:0; z-index:60; display:flex; align-items:center;
  justify-content:space-between; padding:20px 34px; color:var(--ivory);
  transition:background .6s var(--ease), color .6s var(--ease), padding .5s var(--ease), border-color .6s var(--ease);
  border-bottom:1px solid transparent; }
.vo .nav.lit{ background:rgba(244,240,231,.94); backdrop-filter:saturate(140%) blur(12px);
  color:var(--espresso); padding:13px 34px; border-bottom-color:var(--rule); }
.vo .brand{ display:flex; flex-direction:column; gap:3px; align-items:flex-start; background:none; border:0; cursor:pointer; padding:0; }
.vo .brand-w{ font-family:'Fraunces',serif; font-weight:300; font-size:18px; letter-spacing:.34em; }
.vo .brand-s{ font-size:8.5px; letter-spacing:.28em; text-transform:uppercase; opacity:.62; }
.vo .nav ul{ display:flex; gap:30px; list-style:none; margin:0; padding:0; }
.vo .nav ul button{ background:none; border:0; cursor:pointer; padding:4px 0; font-size:11px;
  letter-spacing:.17em; text-transform:uppercase; opacity:.82; position:relative; transition:opacity .3s ease; }
.vo .nav ul button:hover{ opacity:1; }
.vo .nav ul button::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:1px;
  background:currentColor; transition:right .5s var(--ease); }
.vo .nav ul button:hover::after{ right:0; }
.vo .nav ul button.on{ opacity:1; }
.vo .nav ul button.on::after{ right:0; }
.vo .util{ display:flex; gap:20px; align-items:center; }
.vo .util button{ background:none; border:0; cursor:pointer; font-size:10.5px; letter-spacing:.16em;
  text-transform:uppercase; opacity:.82; }
.vo .util button:hover{ opacity:1; }
.vo .burger{ display:none; background:none; border:0; cursor:pointer; letter-spacing:.16em; font-size:11px; text-transform:uppercase; }

.vo .sheet{ position:fixed; inset:0; z-index:80; background:var(--espresso); color:var(--ivory);
  display:flex; flex-direction:column; justify-content:center; padding:44px; gap:6px; }
.vo .sheet button{ background:none; border:0; text-align:left; cursor:pointer;
  font-family:'Fraunces',serif; font-weight:300; font-size:34px; padding:9px 0; color:inherit; }
.vo .sheet .x{ position:absolute; top:22px; right:28px; font-size:26px; }

/* room bands — the walk */
.vo .room{ position:relative; width:100%; overflow:hidden; color:var(--ivory); }
.vo .room-media{ position:absolute; inset:0; }
.vo .room-media img{ width:100%; height:100%; object-fit:cover; display:block; transform:scale(1.04);
  transition:transform 12s linear; }
.vo .room.seen .room-media img{ transform:scale(1); }
.vo .room::after{ content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(96deg, rgba(20,17,13,.86) 0%, rgba(20,17,13,.62) 34%, rgba(20,17,13,.12) 68%, rgba(20,17,13,.35) 100%); }
.vo .room-inner{ position:relative; z-index:2; padding:96px 34px; max-width:1240px; margin:0 auto;
  min-height:74vh; display:flex; flex-direction:column; justify-content:center; }
.vo .room-tag{ color:var(--brass); margin-bottom:26px; }
.vo .room h2{ font-size:clamp(34px,5.4vw,68px); margin:0; max-width:12ch; }
.vo .room-sub{ margin:20px 0 0; max-width:38ch; font-size:14.5px; opacity:.72; }
.vo .link{ display:inline-flex; align-items:center; gap:12px; background:none; border:0; cursor:pointer;
  margin-top:34px; font-size:11px; letter-spacing:.2em; text-transform:uppercase; padding:0; }
.vo .link i{ display:block; width:34px; height:1px; background:currentColor; transition:width .5s var(--ease); }
.vo .link:hover i{ width:52px; }

/* hero */
.vo .hero{ min-height:100vh; min-height:100svh; }
.vo .hero .room-inner{ min-height:100vh; min-height:100svh; }
.vo .hero h1{ font-size:clamp(40px,6.6vw,86px); margin:0; max-width:11ch; }
.vo .scroll-note{ position:absolute; left:50%; bottom:34px; transform:translateX(-50%); z-index:3;
  display:flex; flex-direction:column; align-items:center; gap:12px; color:var(--ivory); }
.vo .scroll-rail{ width:1px; height:56px; background:rgba(244,240,231,.32); position:relative; overflow:hidden; }
.vo .scroll-rail span{ position:absolute; top:-56px; left:0; width:1px; height:56px; background:var(--ivory);
  animation:fall 2.8s var(--ease) infinite; }
@keyframes fall{ 0%{ top:-56px } 60%{ top:56px } 100%{ top:56px } }
.vo .walk-rail{ position:fixed; left:22px; top:50%; transform:translateY(-50%); z-index:40;
  display:flex; flex-direction:column; gap:11px; transition:opacity .6s ease; }
.vo .walk-rail button{ width:5px; height:5px; border-radius:50%; border:0; padding:0; cursor:pointer;
  background:rgba(244,240,231,.34); transition:background .4s ease, transform .4s ease; }
.vo .walk-rail button.on{ background:var(--ivory); transform:scale(1.7); }
.vo .walk-rail.dark button{ background:rgba(41,37,31,.28); }
.vo .walk-rail.dark button.on{ background:var(--espresso); }

/* object hotspot */
.vo .spot{ position:absolute; z-index:3; }
.vo .spot-dot{ width:30px; height:30px; border-radius:50%; border:1px solid rgba(244,240,231,.62);
  background:rgba(20,17,13,.24); backdrop-filter:blur(2px); cursor:pointer; display:grid; place-items:center;
  transition:background .4s ease, border-color .4s ease; }
.vo .spot-dot::after{ content:''; width:4px; height:4px; border-radius:50%; background:var(--ivory); }
.vo .spot:hover .spot-dot{ background:rgba(244,240,231,.9); border-color:var(--ivory); }
.vo .spot:hover .spot-dot::after{ background:var(--espresso); }
.vo .spot-card{ position:absolute; right:calc(100% + 54px); top:-8px; width:210px; text-align:right;
  opacity:0; transform:translateX(10px); transition:opacity .55s var(--ease), transform .55s var(--ease); pointer-events:none; }
.vo .spot:hover .spot-card{ opacity:1; transform:none; }
.vo .spot-card .lbl{ color:var(--brass); }
.vo .spot-card h4{ font-family:'Fraunces',serif; font-weight:300; font-size:19px; margin:8px 0 4px; }
.vo .spot-card p{ margin:0; font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; opacity:.66; }
.vo .spot-wire{ position:absolute; right:calc(100% + 14px); top:14px; width:38px; height:1px;
  background:rgba(244,240,231,.6); transform-origin:right center; transform:scaleX(0);
  transition:transform .55s var(--ease); }
.vo .spot:hover .spot-wire{ transform:scaleX(1); }

/* the trace section */
.vo .trace{ position:relative; overflow:hidden; background:#1a1510; color:var(--ivory); }
.vo .trace::after{ content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(94deg, rgba(16,13,10,.9) 0%, rgba(16,13,10,.58) 38%, rgba(16,13,10,.2) 72%, rgba(16,13,10,.5) 100%); }
.vo .trace img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.9; }
.vo .trace-in{ position:relative; z-index:3; max-width:1240px; margin:0 auto; padding:118px 34px; }
.vo .trace h2{ font-size:clamp(30px,4.6vw,56px); margin:22px 0 0; max-width:14ch; }
.vo .trace-line{ color:rgba(244,240,231,.75); }
.vo .zoom{ display:flex; gap:0; margin-top:52px; border-top:1px solid var(--rule-l); max-width:640px; }
.vo .zoom div{ flex:1; padding:16px 0 0; font-size:10.5px; letter-spacing:.22em; text-transform:uppercase;
  opacity:.42; transition:opacity .8s var(--ease); }
.vo .zoom div.lit{ opacity:1; }

/* object spotlight */
.vo .obj{ display:grid; grid-template-columns:1.25fr .95fr; }
.vo .obj-photo{ position:relative; min-height:520px; overflow:hidden; }
.vo .obj-photo img{ width:100%; height:100%; object-fit:cover; }
.vo .obj-panel{ background:var(--bone); padding:64px 54px; display:flex; flex-direction:column; justify-content:center; }
.vo .obj-panel h3{ font-family:'Fraunces',serif; font-weight:300; font-size:34px; margin:14px 0 6px; letter-spacing:.01em; }
.vo .obj-meta{ font-size:12px; letter-spacing:.14em; text-transform:uppercase; opacity:.6; }
.vo .obj-panel p{ font-size:14px; line-height:1.75; margin:26px 0 0; max-width:42ch; opacity:.82; }
.vo .obj-spec{ display:grid; grid-template-columns:1fr 1fr; gap:22px; margin:32px 0 0;
  border-top:1px solid var(--rule); padding-top:24px; }
.vo .obj-spec dt{ font-size:10px; letter-spacing:.22em; text-transform:uppercase; opacity:.5; margin-bottom:6px; }
.vo .obj-spec dd{ margin:0; font-family:'Fraunces',serif; font-weight:300; font-size:16px; }
.vo .obj-thumbs{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.vo .obj-thumbs img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }

/* generic page sections */
.vo .sec{ padding:110px 34px; max-width:1240px; margin:0 auto; }
.vo .sec-tight{ padding-top:0; }
.vo .sec-head{ display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:20px 30px;
  border-bottom:1px solid var(--rule); padding-bottom:20px; margin-bottom:44px; }
.vo .sec-head h2{ font-family:'Fraunces',serif; font-weight:300; font-size:clamp(24px,3vw,34px); margin:12px 0 0; }
.vo .sec-head .lbl{ color:var(--oxide); }

/* shared media wrapper */
.vo .cat-img{ display:block; position:relative; overflow:hidden; background:var(--bone); }

/* collection strip */
.vo .cats{ display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.vo .cat{ background:none; border:0; padding:0; cursor:pointer; text-align:left; }
.vo .cat-img{ overflow:hidden; background:var(--bone); }
.vo .cat img{ width:100%; aspect-ratio:1/1.05; object-fit:cover; display:block;
  transition:transform 1.4s var(--ease); }
.vo .cat:hover img{ transform:scale(1.05); }
.vo .cat h4{ font-family:'Fraunces',serif; font-weight:300; font-size:16px; margin:16px 0 4px; }
.vo .cat span{ font-size:10.5px; letter-spacing:.18em; text-transform:uppercase; opacity:.5; }

/* build-your-own bridge */
.vo .bridge{ background:var(--espresso); color:var(--ivory); }
.vo .bridge-in{ max-width:1240px; margin:0 auto; padding:118px 34px; display:grid;
  grid-template-columns:1.05fr .95fr; gap:70px; align-items:center; }
.vo .bridge h2{ font-size:clamp(32px,4.8vw,60px); margin:20px 0 0; }
.vo .bridge p{ opacity:.7; max-width:40ch; margin:22px 0 0; font-size:14.5px; }
.vo .btn{ display:inline-flex; align-items:center; gap:14px; background:var(--ivory); color:var(--espresso);
  border:0; padding:16px 26px; cursor:pointer; font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  font-weight:500; transition:background .35s ease, color .35s ease; margin-top:38px; }
.vo .btn:hover{ background:var(--brass); color:var(--espresso); }
.vo .btn.ghost{ background:transparent; color:inherit; border:1px solid currentColor; }
.vo .btn.ghost:hover{ background:var(--ivory); color:var(--espresso); border-color:var(--ivory); }
.vo .btn.sm{ padding:11px 18px; margin-top:0; font-size:10px; }
.vo .btn[disabled]{ opacity:.35; cursor:not-allowed; }
.vo .bridge-steps{ display:grid; gap:0; }
.vo .bstep{ display:grid; grid-template-columns:52px 1fr; gap:20px; padding:22px 0;
  border-top:1px solid var(--rule-l); align-items:baseline; }
.vo .bstep:last-child{ border-bottom:1px solid var(--rule-l); }
.vo .bstep .num{ font-size:13px; color:var(--brass); }
.vo .bstep b{ display:block; font-family:'Fraunces',serif; font-weight:300; font-size:18px; margin-bottom:5px; }
.vo .bstep span{ font-size:13px; opacity:.62; }

/* journal */
.vo .jgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.vo .jcard{ background:none; border:0; padding:0; text-align:left; cursor:pointer; }
.vo .jcard .cat-img{ background:var(--bone); }
.vo .jcard img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; transition:transform 1.4s var(--ease); }
.vo .jcard:hover img{ transform:scale(1.05); }
.vo .jcard .lbl{ color:var(--oxide); display:block; margin:18px 0 8px; }
.vo .jcard h4{ font-family:'Fraunces',serif; font-weight:300; font-size:19px; margin:0 0 6px; line-height:1.2; }
.vo .jcard p{ margin:0; font-size:13px; opacity:.6; }

/* final room */
.vo .finale{ position:relative; overflow:hidden; color:var(--ivory); text-align:center; }
.vo .finale-media{ position:absolute; inset:0; display:grid; grid-template-columns:1fr 1.3fr; }
.vo .finale-media img{ width:100%; height:100%; object-fit:cover; }
.vo .finale::after{ content:''; position:absolute; inset:0; background:rgba(20,17,13,.52); }
.vo .finale-in{ position:relative; z-index:3; padding:150px 34px; display:flex; flex-direction:column;
  align-items:center; gap:6px; }
.vo .finale .word{ font-family:'Fraunces',serif; font-weight:300; font-size:38px; letter-spacing:.4em;
  margin:22px 0 0; padding-left:.4em; }
.vo .finale .sub{ font-size:9.5px; letter-spacing:.42em; text-transform:uppercase; opacity:.62; margin-top:8px; }
.vo .finale .tag{ margin:32px 0 0; font-size:12px; letter-spacing:.14em; text-transform:uppercase; opacity:.78; line-height:2; }

/* footer */
.vo .foot{ background:var(--espresso); color:var(--ivory); padding:78px 34px 26px; }
.vo .foot-grid{ max-width:1240px; margin:0 auto; display:grid; grid-template-columns:1.5fr 1fr 1fr 1.4fr;
  gap:40px; padding-bottom:52px; border-bottom:1px solid var(--rule-l); }
.vo .foot h5{ font-size:10px; letter-spacing:.24em; text-transform:uppercase; opacity:.5; margin:0 0 18px; font-weight:500; }
.vo .foot ul{ list-style:none; margin:0; padding:0; display:grid; gap:11px; }
.vo .foot ul button{ background:none; border:0; padding:0; cursor:pointer; font-size:13.5px; opacity:.82; text-align:left; }
.vo .foot ul button:hover{ opacity:1; }
.vo .news{ display:flex; border:1px solid var(--rule-l); margin-top:16px; }
.vo .news input{ flex:1; background:none; border:0; padding:13px 14px; color:inherit; font:inherit; font-size:13px; outline:none; }
.vo .news input::placeholder{ color:rgba(244,240,231,.45); }
.vo .news button{ background:var(--ivory); color:var(--espresso); border:0; padding:0 18px; cursor:pointer;
  font-size:10px; letter-spacing:.18em; text-transform:uppercase; }
.vo .foot-end{ max-width:1240px; margin:24px auto 0; display:flex; justify-content:space-between;
  font-size:11px; opacity:.45; gap:20px; flex-wrap:wrap; }

/* shop */
.vo .shop{ display:grid; grid-template-columns:210px 1fr; gap:52px; }
.vo .filters h5{ font-size:10px; letter-spacing:.22em; text-transform:uppercase; opacity:.5; margin:0 0 14px; font-weight:500; }
.vo .fgroup{ border-top:1px solid var(--rule); padding:20px 0; }
.vo .fgroup:first-child{ border-top:0; padding-top:0; }
.vo .chip{ background:none; border:1px solid var(--rule); padding:7px 12px; margin:0 6px 6px 0; cursor:pointer;
  font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; transition:all .3s ease; }
.vo .chip:hover{ border-color:var(--espresso); }
.vo .chip.on{ background:var(--espresso); color:var(--ivory); border-color:var(--espresso); }
.vo .grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:30px 24px; }
.vo .card{ background:none; border:0; padding:0; text-align:left; cursor:pointer; }
.vo .card .cat-img{ background:var(--bone); position:relative; }
.vo .card img{ width:100%; aspect-ratio:4/5; object-fit:cover; display:block; transition:transform 1.4s var(--ease); }
.vo .card:hover img{ transform:scale(1.045); }
.vo .card-no{ position:absolute; top:12px; left:12px; font-size:9.5px; letter-spacing:.2em; color:var(--ivory);
  text-transform:uppercase; mix-blend-mode:difference; }
.vo .card h4{ font-family:'Fraunces',serif; font-weight:300; font-size:17px; margin:16px 0 5px; }
.vo .card .m{ font-size:11px; letter-spacing:.12em; text-transform:uppercase; opacity:.55; }
.vo .card .p{ font-family:'Fraunces',serif; font-size:15px; margin-top:12px; }
.vo .sortbar{ display:flex; justify-content:space-between; align-items:baseline; border-bottom:1px solid var(--rule);
  padding-bottom:16px; margin-bottom:34px; }
.vo .sortbar select{ background:none; border:0; font:inherit; font-size:11px; letter-spacing:.14em;
  text-transform:uppercase; cursor:pointer; color:inherit; }

/* product page */
.vo .pdp{ display:grid; grid-template-columns:1.15fr .85fr; gap:60px; align-items:start; }
.vo .pdp-gallery{ display:grid; gap:12px; }
.vo .pdp-gallery img{ width:100%; display:block; object-fit:cover; background:var(--bone); }
.vo .pdp-gallery .row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.vo .pdp-side{ position:sticky; top:96px; }
.vo .pdp-side h1{ font-family:'Fraunces',serif; font-weight:300; font-size:clamp(30px,3.6vw,44px); margin:12px 0 8px; }
.vo .pdp-price{ font-family:'Fraunces',serif; font-size:22px; margin:26px 0 4px; }
.vo .pdp-stock{ font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:var(--olive); }
.vo .pdp-block{ border-top:1px solid var(--rule); padding:26px 0 0; margin-top:34px; }
.vo .pdp-block h4{ font-size:10px; letter-spacing:.24em; text-transform:uppercase; opacity:.5; margin:0 0 14px; font-weight:500; }
.vo .pdp-block p{ margin:0; font-size:14px; line-height:1.75; opacity:.84; }
.vo .tracelist{ display:grid; gap:16px; }
.vo .tracelist div{ display:grid; grid-template-columns:88px 1fr; gap:16px; font-size:13.5px; }
.vo .tracelist b{ font-size:10px; letter-spacing:.2em; text-transform:uppercase; opacity:.5; font-weight:500; padding-top:2px; }
.vo .dimsvg{ width:100%; max-width:320px; color:var(--espresso); }
.vo .dimsvg text{ font-family:'Archivo',sans-serif; font-size:9px; letter-spacing:.14em; fill:currentColor; opacity:.6; }

/* the vochti room */
.vo .vr-hero{ position:relative; overflow:hidden; color:var(--ivory); }
.vo .vr-hero img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.vo .vr-hero::after{ content:''; position:absolute; inset:0; background:linear-gradient(100deg,rgba(20,17,13,.9),rgba(20,17,13,.4)); }
.vo .vr-hero-in{ position:relative; z-index:3; max-width:1240px; margin:0 auto; padding:150px 34px 120px; }
.vo .vr-hero h1{ font-size:clamp(38px,6vw,76px); margin:22px 0 0; }
.vo .vr-hero p{ margin:26px 0 0; max-width:34ch; opacity:.74; font-size:15px; line-height:1.75; }

.vo .wiz{ max-width:1240px; margin:0 auto; padding:0 34px 120px; }
.vo .wiz-rail{ display:flex; gap:0; border-bottom:1px solid var(--rule); margin-bottom:52px; overflow-x:auto; }
.vo .wiz-rail button{ background:none; border:0; padding:20px 0; margin-right:34px; cursor:pointer;
  font-size:10.5px; letter-spacing:.18em; text-transform:uppercase; opacity:.38; white-space:nowrap;
  border-bottom:1px solid transparent; transition:opacity .4s ease, border-color .4s ease; }
.vo .wiz-rail button.on{ opacity:1; border-bottom-color:var(--espresso); }
.vo .wiz-rail button.done{ opacity:.7; }
.vo .wiz-step h2{ font-family:'Fraunces',serif; font-weight:300; font-size:clamp(26px,3.4vw,40px); margin:12px 0 10px; }
.vo .wiz-step > p{ opacity:.62; font-size:14px; max-width:48ch; margin:0 0 40px; }
.vo .wiz-nav{ display:flex; gap:14px; align-items:center; margin-top:52px;
  border-top:1px solid var(--rule); padding-top:28px; }
.vo .wiz-back{ background:none; border:0; cursor:pointer; font-size:11px; letter-spacing:.18em;
  text-transform:uppercase; opacity:.55; }
.vo .wiz-hint{ margin-left:auto; font-size:12px; opacity:.5; }

.vo .drop{ border:1px dashed var(--rule); background:var(--bone); padding:74px 30px; text-align:center;
  cursor:pointer; transition:border-color .4s ease, background .4s ease; }
.vo .drop:hover, .vo .drop.hot{ border-color:var(--oxide); background:#ded6c6; }
.vo .drop h3{ font-family:'Fraunces',serif; font-weight:300; font-size:24px; margin:0 0 10px; }
.vo .drop p{ margin:0; font-size:12px; letter-spacing:.14em; text-transform:uppercase; opacity:.5; }
.vo .shots{ display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:12px; margin-top:20px; }
.vo .shot{ position:relative; aspect-ratio:4/3; overflow:hidden; background:var(--bone); }
.vo .shot img{ width:100%; height:100%; object-fit:cover; }
.vo .shot button{ position:absolute; top:6px; right:6px; background:rgba(41,37,31,.8); color:var(--ivory);
  border:0; width:22px; height:22px; cursor:pointer; font-size:13px; line-height:1; }

.vo .field-row{ display:grid; grid-template-columns:repeat(3,minmax(0,180px)); gap:20px; margin-top:12px; }
.vo .field{ border-bottom:1px solid var(--rule); padding-bottom:8px; }
.vo .field label{ display:block; font-size:10px; letter-spacing:.22em; text-transform:uppercase; opacity:.5; margin-bottom:8px; }
.vo .field input{ width:100%; background:none; border:0; font-family:'Fraunces',serif; font-weight:300;
  font-size:26px; color:inherit; outline:none; }
.vo .field input::placeholder{ opacity:.25; }
.vo .field span{ font-size:11px; letter-spacing:.14em; opacity:.4; }
.vo .subq{ margin-top:34px; font-size:12.5px; opacity:.6; }
.vo .textlink{ background:none; border:0; padding:0; cursor:pointer; text-decoration:underline;
  text-underline-offset:4px; font-size:12.5px; color:var(--oxide); }

.vo .style-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.vo .style-card{ border:1px solid var(--rule); background:none; padding:22px 20px; text-align:left; cursor:pointer;
  transition:border-color .35s ease, background .35s ease; }
.vo .style-card:hover{ border-color:var(--espresso); }
.vo .style-card.on{ background:var(--espresso); color:var(--ivory); border-color:var(--espresso); }
.vo .style-card b{ display:block; font-family:'Fraunces',serif; font-weight:300; font-size:20px; margin-bottom:6px; }
.vo .style-card span{ font-size:12px; opacity:.62; }

/* result */
.vo .res{ display:grid; grid-template-columns:1.35fr .65fr; gap:34px; align-items:start; }
.vo .stage{ position:relative; background:var(--espresso); overflow:hidden; aspect-ratio:16/10; }
.vo .stage img{ width:100%; height:100%; object-fit:cover; display:block; }
.vo .stage-toggle{ position:absolute; top:16px; left:16px; z-index:5; display:flex; border:1px solid rgba(244,240,231,.4); }
.vo .stage-toggle button{ background:rgba(20,17,13,.55); border:0; color:var(--ivory); padding:9px 15px;
  font-size:9.5px; letter-spacing:.18em; text-transform:uppercase; cursor:pointer; }
.vo .stage-toggle button.on{ background:var(--ivory); color:var(--espresso); }
.vo .pin{ position:absolute; z-index:4; width:26px; height:26px; border-radius:50%; cursor:pointer;
  border:1px solid rgba(244,240,231,.75); background:rgba(20,17,13,.35); color:var(--ivory);
  font-family:'Fraunces',serif; font-size:11px; display:grid; place-items:center; padding:0;
  transition:background .35s ease, color .35s ease, transform .35s ease; }
.vo .pin:hover, .vo .pin.on{ background:var(--ivory); color:var(--espresso); transform:scale(1.12); }
.vo .beforeafter{ position:absolute; inset:0; }
.vo .beforeafter .after{ position:absolute; inset:0; overflow:hidden; }
.vo .beforeafter .handle{ position:absolute; top:0; bottom:0; width:1px; background:var(--ivory); z-index:6; }
.vo .beforeafter .handle b{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:38px; height:38px; border-radius:50%; border:1px solid var(--ivory); background:rgba(20,17,13,.4);
  display:grid; place-items:center; color:var(--ivory); font-size:12px; }
.vo .ba-tag{ position:absolute; bottom:14px; z-index:7; font-size:9.5px; letter-spacing:.2em;
  text-transform:uppercase; color:var(--ivory); opacity:.8; }
.vo .plan{ width:100%; height:100%; display:block; background:var(--bone); }
.vo .plan text{ font-family:'Archivo',sans-serif; font-size:11px; letter-spacing:.12em; fill:var(--espresso); }
.vo .plan .dim{ opacity:.55; font-size:10px; }

.vo .rail{ border:1px solid var(--rule); }
.vo .rail-head{ padding:20px; border-bottom:1px solid var(--rule); }
.vo .rail-head h3{ font-family:'Fraunces',serif; font-weight:300; font-size:22px; margin:8px 0 0; }
.vo .rail-item{ display:grid; width:100%; text-align:left; background:none; border:0;
  grid-template-columns:26px 1fr auto; gap:12px; align-items:center;
  padding:14px 20px; border-bottom:1px solid var(--rule); cursor:pointer; transition:background .3s ease; }
.vo .rail-item:hover, .vo .rail-item.on{ background:var(--bone); }
.vo .rail-item .n{ font-family:'Fraunces',serif; font-size:12px; opacity:.5; }
.vo .rail-item b{ display:block; font-weight:400; font-size:13.5px; }
.vo .rail-item small{ font-size:10.5px; letter-spacing:.1em; text-transform:uppercase; opacity:.5; }
.vo .rail-item .pr{ font-family:'Fraunces',serif; font-size:13px; }
.vo .rail-total{ display:flex; justify-content:space-between; align-items:baseline; padding:20px; }
.vo .rail-total b{ font-family:'Fraunces',serif; font-weight:300; font-size:22px; }
.vo .rail-actions{ display:grid; gap:8px; padding:0 20px 20px; }
.vo .rail-actions .btn{ margin-top:0; justify-content:center; }

.vo .opts{ display:flex; gap:8px; margin-bottom:22px; flex-wrap:wrap; }
.vo .opt{ border:1px solid var(--rule); background:none; padding:12px 16px; cursor:pointer; text-align:left;
  transition:all .35s ease; }
.vo .opt.on{ background:var(--espresso); color:var(--ivory); border-color:var(--espresso); }
.vo .opt b{ display:block; font-family:'Fraunces',serif; font-weight:300; font-size:16px; }
.vo .opt span{ font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; opacity:.6; }

.vo .why{ border:1px solid var(--rule); padding:22px; margin-top:22px; background:var(--bone); }
.vo .why h4{ font-size:10px; letter-spacing:.22em; text-transform:uppercase; opacity:.5; margin:0 0 12px; font-weight:500; }
.vo .why p{ margin:0 0 18px; font-size:13.5px; line-height:1.7; }
.vo .checks{ display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.vo .check{ display:flex; align-items:center; gap:9px; font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; }
.vo .check i{ width:15px; height:15px; border:1px solid var(--rule); display:grid; place-items:center;
  font-style:normal; font-size:9px; }
.vo .check.ok i{ background:var(--olive); border-color:var(--olive); color:var(--ivory); }
.vo .check.no i{ background:var(--oxide); border-color:var(--oxide); color:var(--ivory); }
.vo .fitbar{ display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--rule);
  margin-top:18px; padding-top:14px; font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; }
.vo .fitbar b{ font-weight:500; }
.vo .fit-good{ color:var(--olive); }
.vo .fit-bad{ color:var(--oxide); }

.vo .modal{ position:fixed; inset:0; z-index:90; background:rgba(20,17,13,.72); display:grid; place-items:center; padding:24px; }
.vo .modal-box{ background:var(--ivory); max-width:760px; width:100%; padding:34px; max-height:88vh; overflow:auto; }
.vo .modal-box h3{ font-family:'Fraunces',serif; font-weight:300; font-size:26px; margin:8px 0 6px; }
.vo .swaps{ display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:26px; }
.vo .swap{ border:1px solid var(--rule); background:none; padding:0 0 14px; cursor:pointer; text-align:left;
  transition:border-color .3s ease; }
.vo .swap:hover{ border-color:var(--espresso); }
.vo .swap img{ width:100%; aspect-ratio:1/1; object-fit:cover; display:block; }
.vo .swap .lbl{ display:block; color:var(--oxide); margin:12px 12px 6px; }
.vo .swap b{ display:block; font-family:'Fraunces',serif; font-weight:300; font-size:15px; margin:0 12px 4px; }
.vo .swap span{ display:block; font-size:11.5px; opacity:.55; margin:0 12px; }

.vo .lead{ background:var(--espresso); color:var(--ivory); padding:44px; margin-top:34px; }
.vo .lead h3{ font-family:'Fraunces',serif; font-weight:300; font-size:30px; margin:14px 0 12px; max-width:20ch; }
.vo .lead p{ opacity:.68; max-width:46ch; margin:0; font-size:14px; }
.vo .lead-pack{ display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }
.vo .lead-pack span{ border:1px solid var(--rule-l); padding:7px 12px; font-size:10px;
  letter-spacing:.14em; text-transform:uppercase; opacity:.75; }

.vo .thinking{ display:flex; flex-direction:column; align-items:center; gap:22px; padding:110px 0; text-align:center; }
.vo .thinking h2{ font-family:'Fraunces',serif; font-weight:300; font-size:30px; margin:0; }
.vo .thinking p{ opacity:.55; font-size:13px; margin:0; }
.vo .thinking svg{ position:static; color:var(--oxide); width:240px; height:56px; }

/* about */
.vo .about-hero{ padding:170px 34px 90px; max-width:1240px; margin:0 auto; }
.vo .about-hero h1{ font-family:'Fraunces',serif; font-weight:300; font-size:clamp(38px,6vw,78px);
  margin:22px 0 0; max-width:14ch; line-height:1.02; }
.vo .about-cols{ display:grid; grid-template-columns:repeat(5,1fr); gap:20px; }
.vo .about-cols div{ border-top:1px solid var(--rule); padding-top:18px; }
.vo .about-cols b{ display:block; font-family:'Fraunces',serif; font-weight:300; font-size:20px; margin-bottom:8px; }
.vo .about-cols span{ font-size:13px; opacity:.62; }
.vo .pull{ font-family:'Fraunces',serif; font-weight:300; font-size:clamp(24px,3.4vw,38px);
  max-width:22ch; margin:0; line-height:1.16; }

.vo .toast{ position:fixed; left:50%; bottom:28px; transform:translateX(-50%); z-index:95;
  background:var(--espresso); color:var(--ivory); padding:14px 22px; font-size:11px;
  letter-spacing:.16em; text-transform:uppercase; }

@media (max-width:1040px){
  .vo .nav{ padding-left:22px; padding-right:22px; }
  .vo .nav ul{ gap:20px; }
  .vo .util{ gap:14px; }
  .vo .obj{ grid-template-columns:1fr; }
  .vo .obj-photo{ min-height:340px; }
  .vo .bridge-in{ grid-template-columns:1fr; gap:44px; }
  .vo .res{ grid-template-columns:1fr; }
  .vo .pdp{ grid-template-columns:1fr; }
  .vo .pdp-side{ position:static; }
  .vo .jgrid{ grid-template-columns:1fr 1fr; }
  .vo .cats{ grid-template-columns:repeat(3,1fr); }
  .vo .grid{ grid-template-columns:1fr 1fr; }
  .vo .about-cols{ grid-template-columns:1fr 1fr 1fr; }
  .vo .swaps{ grid-template-columns:1fr 1fr; }
}
@media (max-width:760px){
  .vo .nav ul, .vo .util{ display:none; }
  .vo .burger{ display:block; }
  .vo .walk-rail{ display:none; }
  .vo .room-inner{ padding:78px 22px; min-height:66vh; }
  .vo .sec{ padding:76px 22px; }
  .vo .obj-panel{ padding:44px 24px; }
  .vo .obj-spec{ grid-template-columns:1fr; gap:16px; }
  .vo .cats, .vo .jgrid, .vo .grid{ grid-template-columns:1fr 1fr; }
  .vo .style-grid{ grid-template-columns:1fr; }
  .vo .shop{ grid-template-columns:1fr; gap:34px; }
  .vo .field-row{ grid-template-columns:1fr 1fr; }
  .vo .foot-grid{ grid-template-columns:1fr 1fr; }
  .vo .about-cols{ grid-template-columns:1fr 1fr; }
  .vo .swaps{ grid-template-columns:1fr 1fr; }
  .vo .bridge-in, .vo .trace-in, .vo .vr-hero-in{ padding-left:22px; padding-right:22px; }
  .vo .wiz{ padding-left:22px; padding-right:22px; }
  .vo .spot-card{ display:none; }
  .vo .lead{ padding:28px 22px; }
}


/* ---------- wordpress bits ---------------------------------- */
.vo .admin-offset{ height:0; }
body.admin-bar .vo .nav{ top:32px; }
@media screen and (max-width:782px){ body.admin-bar .vo .nav{ top:46px; } }
.vo .skip{ position:absolute; left:-9999px; z-index:200; padding:12px 18px; background:var(--espresso); color:var(--ivory); }
.vo .skip:focus{ left:12px; top:12px; }
.vo img{ max-width:100%; height:auto; }
.vo a{ color:inherit; text-decoration:none; }
.vo .entry a{ text-decoration:underline; text-underline-offset:3px; }
.vo .alignwide{ max-width:1240px; margin-left:auto; margin-right:auto; }
.vo .alignfull{ margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw); max-width:100vw; }
.vo .screen-reader-text{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

/* article */
.vo .entry{ max-width:66ch; margin:0 auto; }
.vo .entry p{ font-size:16px; line-height:1.85; margin:0 0 1.35em; }
.vo .entry h2{ font-family:'Fraunces',serif; font-weight:300; font-size:28px; margin:2em 0 .6em; }
.vo .entry h3{ font-family:'Fraunces',serif; font-weight:300; font-size:22px; margin:1.8em 0 .5em; }
.vo .entry blockquote{ border-left:1px solid var(--rule); margin:2em 0; padding-left:26px;
  font-family:'Fraunces',serif; font-weight:300; font-size:22px; line-height:1.4; }
.vo .entry figure{ margin:2.4em 0; }
.vo .entry figcaption{ font-size:11px; letter-spacing:.14em; text-transform:uppercase; opacity:.5; margin-top:10px; }
.vo .post-hero{ position:relative; overflow:hidden; }
.vo .post-hero img{ width:100%; aspect-ratio:16/7; object-fit:cover; display:block; }

/* pagination */
.vo .pager{ display:flex; gap:10px; justify-content:center; margin-top:60px; }
.vo .pager .page-numbers{ border:1px solid var(--rule); padding:10px 15px; font-size:11px;
  letter-spacing:.14em; text-transform:uppercase; }
.vo .pager .page-numbers.current{ background:var(--espresso); color:var(--ivory); border-color:var(--espresso); }

/* forms */
.vo .searchform{ display:flex; border:1px solid var(--rule); max-width:420px; }
.vo .searchform input[type=search]{ flex:1; background:none; border:0; padding:13px 15px; font:inherit; outline:none; color:inherit; }
.vo .searchform button{ background:var(--espresso); color:var(--ivory); border:0; padding:0 18px;
  cursor:pointer; font-size:10px; letter-spacing:.18em; text-transform:uppercase; }

/* selection drawer */
.vo .drawer{ position:fixed; top:0; right:0; bottom:0; width:min(420px,100%); background:var(--ivory);
  z-index:96; transform:translateX(100%); transition:transform .6s var(--ease);
  border-left:1px solid var(--rule); display:flex; flex-direction:column; }
.vo .drawer.open{ transform:none; }
.vo .drawer-head{ display:flex; justify-content:space-between; align-items:center;
  padding:22px 24px; border-bottom:1px solid var(--rule); }
.vo .drawer-body{ flex:1; overflow:auto; }
.vo .drawer-body .rail-item{ border-bottom:1px solid var(--rule); }
.vo .drawer-foot{ border-top:1px solid var(--rule); padding:22px 24px; }
.vo .drawer-empty{ padding:60px 24px; opacity:.55; font-size:13.5px; }
.vo .scrim{ position:fixed; inset:0; background:rgba(20,17,13,.55); z-index:95; }

/* ---------- markup the theme actually renders ---------------- */
/* wp_nav_menu gives anchors where the prototype had buttons */
.vo .nav ul li{ list-style:none; }
.vo .nav ul li a{ display:block; padding:4px 0; font-size:11px; letter-spacing:.17em;
  text-transform:uppercase; opacity:.82; position:relative; transition:opacity .3s ease; }
.vo .nav ul li a:hover{ opacity:1; }
.vo .nav ul li a::after{ content:''; position:absolute; left:0; right:100%; bottom:0; height:1px;
  background:currentColor; transition:right .5s var(--ease); }
.vo .nav ul li a:hover::after, .vo .nav ul li.current-menu-item a::after{ right:0; }
.vo .nav ul li.current-menu-item a{ opacity:1; }
.vo .nav .custom-logo{ max-height:44px; width:auto; }

.vo .sheet ul{ list-style:none; margin:0; padding:0; }
.vo .sheet li a{ display:block; font-family:'Fraunces',serif; font-weight:300; font-size:34px; padding:9px 0; }

.vo .foot ul li{ list-style:none; }
.vo .foot ul li a{ font-size:13.5px; opacity:.82; }
.vo .foot ul li a:hover{ opacity:1; }

.vo .cat, .vo .jcard, .vo .card{ display:block; }
.vo .chip{ display:inline-block; }
.vo label.chip{ user-select:none; }
.vo .pager .page-numbers{ display:inline-block; }
.vo .link, .vo .btn{ text-decoration:none; }

/* drawer rows carry a remove control */
.vo .drawer .rail-item{ grid-template-columns:26px 1fr auto auto; }
.vo .drawer .rail-item .wiz-back{ font-size:15px; opacity:.4; padding:0 0 0 10px; }
.vo .drawer .rail-item .wiz-back:hover{ opacity:1; }

.vo .toast{ display:none; }

/* ---------- elementor ---------------------------------------- */
/* Widgets render their own .vo wrapper, so the tokens have to live there too. */
.elementor-widget-container > .vo{ background:transparent; }
/* Only inside a builder container, where Elementor sets the width itself. */
.elementor-widget-container .vo .sec{ max-width:none; padding-left:0; padding-right:0; }
.vo .walk-rail-right{ inset-inline-start:auto; right:22px; }
.vo .spot.spot-right .spot-card{ right:auto; left:calc(100% + 54px); text-align:left; }
.vo .spot.spot-right .spot-wire{ right:auto; left:calc(100% + 14px); transform-origin:left center; }
.vo .vochti-mark{ line-height:0; }
@media (max-width:760px){ .vo .walk-rail-desk{ display:none; } }

/* An Elementor section may already constrain the width; rooms still bleed. */
.vo .room, .vo .trace, .vo .finale, .vo .bridge, .vo .vr-hero{ max-width:none; }


/* ---------- the object page ---------------------------------- */
/* A photograph should not need a scroll of its own. */
.vo .pdp-gallery > img:first-child{ max-height:76vh; }
.vo .pdp-gallery .row img{ max-height:34vh; }

/* Mixed languages: an Arabic title on an English site still has to read the
   way it was written. dir="auto" in the markup picks the direction from the
   first strong character; this keeps the alignment with it. */
.vo [dir="rtl"], .vo [dir="auto"]:not(:empty){ text-align:start; }
.vo .pdp-side [dir="auto"]{ text-align:start; }
.vo .card h4[dir="auto"], .vo .card .m[dir="auto"]{ text-align:start; }

/* Prices and measurements read left to right inside any sentence. */
.vo .pdp-price, .vo .card .p, .vo .obj-spec dd, .vo .rail-item .pr{
  direction:ltr; unicode-bidi:isolate;
}
.vo .pdp-side .price, .vo .pdp-side .amount{ direction:ltr; unicode-bidi:isolate; }

/* WooCommerce's own quantity and button, at the theme's scale. */
.vo .pdp-side form.cart{ display:flex; gap:12px; align-items:stretch; margin:22px 0 0; flex-wrap:wrap; }
.vo .pdp-side form.cart .quantity input.qty{
  border:1px solid var(--rule); border-radius:0; background:none; height:52px; width:72px;
  font-family:'Fraunces',serif; font-size:16px; text-align:center; color:inherit;
}
.vo .pdp-side form.cart button{
  background:var(--espresso); color:var(--ivory); border:0; border-radius:0;
  padding:0 28px; height:52px; font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  font-weight:500; cursor:pointer; transition:background .35s ease, color .35s ease;
}
.vo .pdp-side form.cart button:hover{ background:var(--brass); color:var(--espresso); }
.vo .pdp-side .stock{ margin-top:10px; }

@media (max-width:900px){
  .vo .pdp-gallery > img:first-child{ max-height:none; }
}


/* ---------- search, on the dark sheet ------------------------ */
/*
 * The form was drawn for an ivory page: a rule at 16% of the ink colour, and a
 * button in the ink colour. On the espresso sheet both of those are the same
 * colour as what is behind them, so the field had no edge and the button was
 * invisible type. On the sheet it has to be drawn in the paper colour instead.
 */
.vo .sheet{ align-items:flex-start; }
.vo [data-searchsheet]{ padding-left:max(44px,7vw); padding-right:max(44px,7vw); }
.vo [data-searchsheet] > .lbl{ display:block; }

.vo .sheet .searchform{
  border:0; border-bottom:1px solid rgba(244,240,231,.28);
  max-width:min(640px,100%); width:100%; align-items:baseline; gap:18px;
  transition:border-color .4s var(--ease);
}
.vo .sheet .searchform:focus-within{ border-bottom-color:var(--brass); }

.vo .sheet .searchform input[type=search]{
  font-family:'Fraunces',Georgia,serif; font-weight:300;
  font-size:clamp(24px,3.4vw,38px); line-height:1.2;
  padding:0 0 16px; color:var(--ivory);
}
.vo .sheet .searchform input[type=search]::placeholder{ color:rgba(244,240,231,.34); }
.vo .sheet .searchform input[type=search]::-webkit-search-cancel-button{ filter:invert(1); opacity:.4; }

.vo .sheet .searchform button{
  background:none; color:var(--ivory); padding:0 0 16px; opacity:.6;
  font-size:10px; letter-spacing:.24em; text-transform:uppercase;
  border-bottom:0; transition:opacity .3s ease;
}
.vo .sheet .searchform button:hover{ opacity:1; color:var(--brass); }

/* the close control should read as a control */
.vo .sheet .x{ opacity:.55; line-height:1; transition:opacity .3s ease; }
.vo .sheet .x:hover{ opacity:1; }

/* ---------- the language switch ------------------------------ */
/* Two letters and a stroke. It is a control, not a feature. */
.vo .vo-lang{ display:inline-flex; align-items:center; gap:8px; }
.vo .vo-lang a,
.vo .vo-lang .on{
  font-size:11px; letter-spacing:.17em; text-transform:uppercase; line-height:1;
  color:inherit; transition:opacity .3s ease;
}
.vo .vo-lang a{ opacity:.45; }
.vo .vo-lang a:hover{ opacity:1; }
.vo .vo-lang .on{ opacity:1; }
.vo .vo-lang-sep{ opacity:.22; font-size:11px; }

/* the switcher sits with Search and Selection */
.vo .nav .util .vo-lang{ margin-inline-end:4px; }

/* on the open menu it is the size of the menu */
.vo .sheet .vo-lang{ margin-top:26px; gap:12px; }
.vo .sheet .vo-lang a,
.vo .sheet .vo-lang .on{
  font-family:'Fraunces',Georgia,serif; font-weight:300;
  font-size:26px; letter-spacing:0; text-transform:none;
}

/* Arabic reads better as a word than as a code */
.vo .vo-lang a[lang^="ar"],
.vo .vo-lang .on[lang^="ar"]{ letter-spacing:0; }

@media (max-width:760px){
  .vo .nav .util .vo-lang{ display:none; }  /* it is in the menu instead */
}
