:root{
--ink:#12242a;
--muted:#5f6f72;
--paper:#edf1ee;
--paper2:#e3e9e6;
--teal:#168e91;
--teal2:#66c8bd;
--line:rgba(18,36,42,.15);
--ease:cubic-bezier(.2,.75,.2,1);
--shadow:0 30px 90px rgba(15,35,40,.18)}

*{
box-sizing:border-box}
html{
scroll-behavior:smooth}
body{
margin:0;
background:var(--paper);
color:var(--ink);
font-family:Tahoma,"Segoe UI",Arial,sans-serif;
overflow-x:hidden}
button,input,select{
font:inherit}
button{
color:inherit}
.loader{
position:fixed;
inset:0;
z-index:1000;
display:grid;
place-content:center;
gap:18px;
background:#e9eeeb;
transition:opacity .8s var(--ease),visibility .8s}
.loader.hide{
opacity:0;
visibility:hidden}
.loader__brand{
font:900 clamp(34px,8vw,92px)/1 Arial;
letter-spacing:-.07em}
.loader__track{
width:min(420px,70vw);
height:2px;
background:#c4cfca;
overflow:hidden}
.loader__track i{
display:block;
width:0;
height:100%;
background:var(--teal)}
.loader span{
font-size:12px;
color:var(--muted)}

.topbar{
position:fixed;
z-index:100;
top:18px;
right:24px;
left:24px;
height:64px;
display:flex;
align-items:center;
justify-content:space-between;
padding:8px 10px 8px 16px;
border:1px solid rgba(255,255,255,.7);
background:rgba(238,242,239,.72);
backdrop-filter:blur(18px);
border-radius:18px;
box-shadow:0 8px 32px rgba(23,45,50,.07)}
.brand{
display:flex;
align-items:center;
gap:10px;
color:inherit;
text-decoration:none;
direction:ltr}
.brand svg{
width:39px;
height:39px;
fill:none;
stroke:var(--teal);
stroke-width:2.3;
stroke-linecap:round}
.brand span{
display:flex;
flex-direction:column}
.brand b{
font:800 18px/1 Arial;
letter-spacing:-.04em}
.brand small{
font:600 7px/1.8 Arial;
letter-spacing:.18em}
.nav{
display:flex;
gap:28px}
.nav a{
position:relative;
text-decoration:none;
color:var(--ink);
font-size:12px}
.nav a:after{
content:"";
position:absolute;
right:0;
left:100%;
bottom:-8px;
height:2px;
background:var(--teal);
transition:left .3s}
.nav a:hover:after{
left:0}
.pill{
border:0;
background:white;
border-radius:999px;
padding:13px 18px;
display:inline-flex;
align-items:center;
gap:16px;
cursor:pointer;
box-shadow:0 8px 28px rgba(20,50,55,.08);
transition:transform .25s,box-shadow .25s}
.pill:hover{
box-shadow:0 14px 34px rgba(20,50,55,.15)}
.pill span{
display:grid;
place-items:center;
width:25px;
height:25px;
border-radius:50%;
background:var(--teal);
color:#fff}
.pill--dark{
background:var(--ink);
color:white}
.pill--dark span{
background:white;
color:var(--ink)}

.experience{
position:fixed;
inset:0;
z-index:0;
overflow:hidden;
pointer-events:none;
background:radial-gradient(circle at 72% 45%,rgba(255,255,255,.95),transparent 35%),linear-gradient(135deg,#f3f5f2,#dde6e2)}
.ambient{
position:absolute;
border-radius:50%;
filter:blur(4px);
opacity:.65}
.ambient--one{
width:36vw;
height:36vw;
background:radial-gradient(circle,rgba(61,197,184,.28),transparent 68%);
left:-8vw;
top:18vh}
.ambient--two{
width:44vw;
height:44vw;
background:radial-gradient(circle,rgba(208,179,164,.26),transparent 68%);
right:-11vw;
bottom:-13vh}
.stage{
position:absolute;
inset:0;
perspective:1800px;
perspective-origin:65% 50%;
transform-style:preserve-3d}
.world{
position:absolute;
width:1000px;
height:640px;
left:58%;
top:51%;
transform:translate(-50%,-50%) rotateX(5deg) rotateY(-8deg) scale(.94);
transform-style:preserve-3d;
will-change:transform;
transition:filter .5s}
.building{
position:absolute;
inset:0;
transform-style:preserve-3d}
.building:before{
content:"";
position:absolute;
width:930px;
height:525px;
left:35px;
top:70px;
border-radius:52px;
background:rgba(255,255,255,.45);
box-shadow:0 80px 130px rgba(23,45,50,.18);
transform:translateZ(-70px) rotateX(78deg) translateY(190px);
filter:blur(3px)}
.building__roof{
position:absolute;
left:55px;
top:55px;
width:890px;
height:495px;
border-radius:38px;
border:2px solid rgba(255,255,255,.7);
transform:translateZ(-30px);
background:rgba(255,255,255,.1)}

.room{
position:absolute;
width:270px;
height:210px;
transform-style:preserve-3d;
filter:drop-shadow(0 32px 32px rgba(25,47,52,.16));
transition:filter .45s,opacity .45s}
.room__floor{
position:absolute;
inset:0;
border-radius:6px;
background:linear-gradient(135deg,#f7f7f4,#dbe3df);
transform:rotateX(62deg) translateZ(-18px);
transform-origin:bottom;
box-shadow:inset 0 0 0 2px rgba(255,255,255,.7)}
.room__back{
position:absolute;
right:0;
left:0;
top:0;
height:160px;
border-radius:7px 7px 0 0;
background:linear-gradient(135deg,#faf8f7,#e6e7e3);
transform:translateZ(-15px);
box-shadow:inset 0 -30px 50px rgba(122,151,151,.09)}
.room__side{
position:absolute;
left:-52px;
top:26px;
width:78px;
height:152px;
background:linear-gradient(90deg,#d8e1dd,#f2f3f0);
transform:rotateY(70deg);
transform-origin:right}
.room__scene{
position:absolute;
inset:0;
transform:translateZ(24px);
transform-style:preserve-3d}
.room--assessment{
left:70px;
top:85px}
.room--rehab{
left:365px;
top:60px}
.room--therapy{
left:660px;
top:85px}
.room--recovery{
left:85px;
top:340px}
.room--performance{
left:380px;
top:315px}
.room--lab{
left:675px;
top:340px}
.room--assessment .room__back{
background:linear-gradient(135deg,#effbf7,#cfe9df)}
.room--rehab .room__back{
background:linear-gradient(135deg,#f9ede9,#e6d5ce)}
.room--therapy .room__back{
background:linear-gradient(135deg,#f8edf3,#ead5df)}
.room--recovery .room__back{
background:linear-gradient(135deg,#e8f7f6,#c8e6e3)}
.room--performance .room__back{
background:linear-gradient(135deg,#e9edf8,#cfd7ea)}
.room--lab .room__back{
background:linear-gradient(135deg,#f5f0e6,#e6d9bd)}

.scanner{
position:absolute;
right:28px;
bottom:15px;
width:64px;
height:105px;
border:7px solid rgba(255,255,255,.8);
border-bottom-width:16px;
border-radius:34px 34px 10px 10px;
box-shadow:0 8px 18px rgba(20,70,70,.13)}
.scanner i{
position:absolute;
left:-8px;
right:-8px;
top:45%;
height:2px;
background:var(--teal);
box-shadow:0 0 12px var(--teal);
animation:scan 2.2s infinite alternate}
.screen{
position:absolute;
left:25px;
top:42px;
width:76px;
height:54px;
background:#183238;
color:#fff;
border-radius:8px;
padding:8px;
box-shadow:var(--shadow)}
.screen b{
font:800 21px Arial}
.screen small{
display:block;
font:7px Arial;
color:#9cddd5}
.plant{
position:absolute;
left:24px;
bottom:18px;
width:36px;
height:29px;
border-radius:5px 5px 14px 14px;
background:#ca8}
.plant:before,.plant:after{
content:"";
position:absolute;
width:24px;
height:40px;
bottom:18px;
border-radius:100% 0;
background:#4b9c82;
transform:rotate(-25deg)}
.plant:after{
right:-9px;
transform:scaleX(-1) rotate(-20deg)}

.person{
position:absolute;
width:38px;
height:94px}
.person i{
position:absolute;
width:27px;
height:27px;
border-radius:50%;
background:#c99a7b;
right:5px;
top:0}
.person b{
position:absolute;
width:36px;
height:65px;
right:0;
bottom:0;
border-radius:18px 18px 9px 9px;
background:#68a6a4}
.person--scan{
right:113px;
bottom:20px}
.person--exercise{
right:120px;
bottom:10px;
transform:rotate(-16deg)}
.person--exercise b{
background:#c85f4e}
.person--run{
right:105px;
bottom:8px;
transform:rotate(20deg)}
.person--run b{
background:#3b648a}
.bench{
position:absolute;
left:33px;
bottom:25px;
width:105px;
height:23px;
border-radius:7px;
background:#9a7670;
box-shadow:0 12px 0 -7px #6c625e}
.cable{
position:absolute;
right:22px;
top:24px;
width:47px;
height:112px;
border-radius:4px;
background:#6f7e7a}
.cable i,.cable b{
position:absolute;
left:7px;
right:7px;
height:9px;
border:2px solid #b9c6c2}
.cable i{
top:16px}
.cable b{
top:42px}
.ball{
position:absolute;
width:31px;
height:31px;
border-radius:50%;
left:22px;
bottom:18px;
background:#70b7a5}
.sofa{
position:absolute;
right:20px;
bottom:21px;
width:130px;
height:52px;
border-radius:15px 15px 6px 6px;
background:#d59baf}
.sofa i{
position:absolute;
inset:9px 14px 12px;
border-radius:9px;
background:#efc5d3}
.lamp{
position:absolute;
left:35px;
top:32px;
width:4px;
height:105px;
background:#745d58}
.lamp:after{
content:"";
position:absolute;
width:45px;
height:25px;
left:-20px;
border-radius:50% 50% 8px 8px;
background:#f2dba8}
.table{
position:absolute;
left:85px;
bottom:22px;
width:48px;
height:18px;
border-radius:50%;
background:#b38672;
box-shadow:0 20px 0 -7px #8d6b5d}
.person--sit{
height:66px}
.person--sit b{
height:42px}
.person--sit.one{
right:56px;
bottom:47px}
.person--sit.two{
right:126px;
bottom:46px;
transform:scaleX(-1)}
.person--sit.two b{
background:#7d759c}
.pod{
position:absolute;
right:22px;
bottom:20px;
width:155px;
height:64px;
border-radius:60px 60px 20px 20px;
background:linear-gradient(#f7ffff,#8fd0cd);
box-shadow:inset 0 -10px 25px rgba(17,103,104,.2)}
.wave{
position:absolute;
left:16px;
top:55px;
width:70px;
height:36px;
border:2px solid #58ada9;
border-color:#58ada9 transparent;
border-radius:50%;
transform:rotate(-8deg)}
.towels{
position:absolute;
left:25px;
bottom:24px;
width:55px;
height:25px;
border-radius:5px;
background:repeating-linear-gradient(#eee 0 6px,#cddad8 7px 9px)}
.rack{
position:absolute;
left:18px;
bottom:18px;
width:75px;
height:120px;
border:5px solid #5d6b70;
border-bottom:0}
.rack i{
display:block;
height:4px;
margin-top:22px;
background:#5d6b70}
.track{
position:absolute;
right:20px;
bottom:17px;
width:145px;
height:47px;
border-radius:30px;
background:repeating-linear-gradient(90deg,#6379a0 0 20px,#758cb2 21px 22px)}
.desk{
position:absolute;
right:25px;
bottom:25px;
width:105px;
height:48px;
border-radius:7px;
background:#bd9d70;
box-shadow:0 14px 0 -7px #987c55}
.hologram{
position:absolute;
right:56px;
top:38px;
width:72px;
height:60px;
border:1px solid rgba(26,142,145,.5);
background:rgba(96,216,207,.12);
transform:rotateX(8deg);
box-shadow:0 0 24px rgba(50,190,182,.2)}
.hologram i{
position:absolute;
inset:12px;
border-radius:50%;
border:2px dotted var(--teal);
animation:spin 6s linear infinite}
.stool{
position:absolute;
left:35px;
bottom:25px;
width:45px;
height:45px;
border-radius:50%;
background:#647c7a;
box-shadow:0 25px 0 -17px #506461}

.hotspots{
position:absolute;
inset:0;
pointer-events:none}
.hotspot{
position:absolute;
display:flex;
align-items:center;
gap:9px;
border:0;
background:transparent;
cursor:pointer;
pointer-events:auto;
opacity:1;
transition:opacity .35s,transform .35s}
.hotspot i{
font-style:normal;
display:grid;
place-items:center;
width:35px;
height:35px;
border-radius:50%;
border:2px solid rgba(255,255,255,.9);
background:rgba(22,142,145,.84);
color:#fff;
box-shadow:0 0 0 7px rgba(22,142,145,.12);
animation:pulse 2.2s infinite}
.hotspot span{
padding:9px 13px;
border-radius:999px;
background:rgba(255,255,255,.84);
backdrop-filter:blur(12px);
font-size:11px;
box-shadow:0 9px 25px rgba(16,43,48,.09)}
.h-assessment{
left:51%;
top:31%}
.h-rehab{
left:68%;
top:26%}
.h-therapy{
left:80%;
top:35%}
.h-recovery{
left:53%;
top:67%}
.h-performance{
left:71%;
top:63%}

.panel{
position:relative;
z-index:2;
min-height:105vh;
display:flex;
align-items:center;
padding:130px 7vw 80px;
pointer-events:none}
.copy{
width:min(500px,40vw);
padding:32px;
border:1px solid rgba(255,255,255,.75);
border-radius:24px;
background:rgba(239,243,240,.66);
backdrop-filter:blur(16px);
box-shadow:0 30px 70px rgba(22,49,54,.06);
pointer-events:auto}
.copy--hero{
background:transparent;
border:0;
box-shadow:none;
backdrop-filter:none;
padding:0}
.panel--left{
justify-content:flex-end}
.eyebrow{
display:block;
margin-bottom:18px;
color:var(--teal);
font:700 11px/1.5 Arial;
letter-spacing:.12em;
text-transform:uppercase}
.copy h1,.copy h2,.final-card h2{
margin:0 0 20px;
font-weight:800;
line-height:1.12;
letter-spacing:-.055em}
.copy h1{
font-size:clamp(46px,5.2vw,79px)}
.copy h2,.final-card h2{
font-size:clamp(39px,4.2vw,66px)}
em{
font-style:normal;
color:var(--teal)}
.copy p,.final-card p{
font-size:14px;
line-height:2;
color:var(--muted);
max-width:46ch}
.actions{
display:flex;
align-items:center;
gap:24px;
margin-top:30px}
.text-btn{
border:0;
background:none;
cursor:pointer;
display:flex;
align-items:center;
gap:10px}
.text-btn i{
display:grid;
place-items:center;
width:39px;
height:39px;
border-radius:50%;
background:white;
font-style:normal;
font-size:11px}
.metrics{
display:flex;
gap:28px;
margin-top:42px}
.metrics div{
display:flex;
flex-direction:column;
border-right:1px solid var(--line);
padding-right:18px}
.metrics b{
font:800 24px Arial}
.metrics span{
font-size:10px;
color:var(--muted);
margin-top:5px}
.scroll-cue{
position:absolute;
right:7vw;
bottom:35px;
display:flex;
gap:10px;
align-items:center;
font-size:10px;
color:var(--muted)}
.scroll-cue i{
width:17px;
height:28px;
border:1px solid var(--muted);
border-radius:12px}
.scroll-cue i:after{
content:"";
display:block;
width:3px;
height:6px;
margin:5px auto;
background:var(--teal);
border-radius:3px;
animation:scroll 1.5s infinite}
.feature-list{
list-style:none;
padding:0;
margin:24px 0}
.feature-list li{
padding:13px 0;
border-bottom:1px solid var(--line);
font-size:12px}
.feature-list li:before{
content:"✓";
color:var(--teal);
margin-left:10px}
.outline-btn{
border:1px solid var(--line);
background:rgba(255,255,255,.4);
border-radius:999px;
padding:12px 18px;
cursor:pointer}
.outline-btn span{
color:var(--teal);
margin-right:12px}
.chips{
display:flex;
flex-wrap:wrap;
gap:8px;
margin:25px 0}
.chips span{
border:1px solid var(--line);
padding:9px 13px;
border-radius:999px;
font-size:10px}
.quote{
margin:25px 0;
padding:20px;
border-right:3px solid var(--teal);
background:rgba(255,255,255,.45);
font-size:13px;
line-height:2}
.performance-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
margin:24px 0}
.performance-grid div{
padding:14px;
border:1px solid var(--line);
border-radius:13px}
.performance-grid b,.performance-grid small{
display:block}
.performance-grid small{
font:8px Arial;
color:var(--muted);
margin-top:7px}
.final{
justify-content:center;
text-align:center}
.final-card{
width:min(790px,88vw);
padding:64px;
background:rgba(245,247,245,.82);
backdrop-filter:blur(25px);
border:1px solid rgba(255,255,255,.85);
border-radius:36px;
box-shadow:var(--shadow);
pointer-events:auto}
.final-card p{
margin:0 auto 30px}

.rail{
position:fixed;
z-index:20;
left:26px;
top:50%;
transform:translateY(-50%);
display:flex;
flex-direction:column;
gap:17px}
.rail button{
border:0;
background:transparent;
display:flex;
align-items:center;
gap:10px;
cursor:pointer;
padding:0}
.rail i{
width:8px;
height:8px;
border-radius:50%;
border:1px solid rgba(18,36,42,.45);
transition:.3s}
.rail span{
font-size:9px;
opacity:0;
transform:translateX(-7px);
transition:.3s}
.rail button:hover span,.rail button.active span{
opacity:1;
transform:none}
.rail button.active i{
background:var(--teal);
box-shadow:0 0 0 5px rgba(22,142,145,.13);
border-color:var(--teal)}

.detail-panel{
position:fixed;
z-index:200;
left:24px;
bottom:24px;
width:min(390px,calc(100vw - 48px));
padding:30px;
background:rgba(245,247,245,.94);
backdrop-filter:blur(25px);
border:1px solid white;
border-radius:26px;
box-shadow:var(--shadow);
transform:translateY(130%);
transition:transform .65s var(--ease);
direction:rtl}
.detail-panel.open{
transform:none}
.detail-panel__close,.booking__close{
position:absolute;
left:17px;
top:13px;
border:0;
background:none;
font-size:28px;
cursor:pointer}
.detail-panel h3,.booking h3{
font-size:33px;
margin:0 0 12px}
.detail-panel p{
font-size:12px;
line-height:2;
color:var(--muted)}
.detail-panel__stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:7px;
margin:20px 0}
.detail-panel__stats div{
padding:12px 8px;
border:1px solid var(--line);
border-radius:12px}
.detail-panel__stats b,.detail-panel__stats span{
display:block}
.detail-panel__stats b{
font:800 18px Arial}
.detail-panel__stats span{
font-size:8px;
color:var(--muted);
margin-top:5px}

.booking{
position:fixed;
inset:0;
z-index:300;
display:grid;
place-items:center;
padding:24px;
background:rgba(13,27,31,.45);
backdrop-filter:blur(12px);
opacity:0;
visibility:hidden;
transition:.35s}
.booking.open{
opacity:1;
visibility:visible}
.booking__card{
position:relative;
width:min(510px,100%);
padding:38px;
background:#f4f6f3;
border-radius:30px;
box-shadow:0 40px 120px rgba(0,0,0,.25);
transform:translateY(30px) scale(.96);
transition:.5s var(--ease)}
.booking.open .booking__card{
transform:none}
.booking p{
font-size:12px;
line-height:1.9;
color:var(--muted)}
form{
display:grid;
gap:12px;
margin-top:22px}
label{
font-size:10px;
color:var(--muted)}
input,select{
width:100%;
margin-top:7px;
padding:14px 15px;
border:1px solid var(--line);
border-radius:12px;
background:#fff;
color:var(--ink);
outline:none}
input:focus,select:focus{
border-color:var(--teal)}
.success{
display:none;
margin-top:15px;
padding:12px;
border-radius:12px;
background:#dff3ec;
color:#176b5c;
font-size:12px}
.success.show{
display:block}

@keyframes pulse{
50%{
box-shadow:0 0 0 13px rgba(22,142,145,0)}
}
@keyframes scan{
from{
top:18%}
to{
top:78%}
}
@keyframes spin{
to{
transform:rotate(360deg)}
}
@keyframes scroll{
to{
transform:translateY(10px);
opacity:0}
}

@media(max-width:900px){
.nav{
display:none}
.topbar{
right:12px;
left:12px}
.topbar>.pill{
padding:10px 12px;
font-size:10px}
.world{
left:58%;
top:38%;
transform:translate(-50%,-50%) scale(.63)}
.panel{
align-items:flex-end;
padding:100px 18px 34px;
min-height:115vh}
.copy,.copy--hero{
width:100%;
max-width:560px;
padding:23px;
background:rgba(239,243,240,.83);
border:1px solid rgba(255,255,255,.8);
border-radius:22px;
backdrop-filter:blur(14px)}
.copy h1{
font-size:43px}
.copy h2{
font-size:39px}
.metrics{
gap:12px}
.metrics div{
padding-right:10px}
.hotspot span{
display:none}
.hotspot{
transform:scale(.85)}
.h-assessment{
left:28%;
top:18%}
.h-rehab{
left:55%;
top:16%}
.h-therapy{
left:80%;
top:20%}
.h-recovery{
left:30%;
top:39%}
.h-performance{
left:59%;
top:37%}
.rail{
display:none}
.final-card{
padding:38px 22px}
.performance-grid{
grid-template-columns:1fr}
.scroll-cue{
display:none}
}

@media(max-width:520px){
.brand small{
display:none}
.brand b{
font-size:14px}
.topbar{
height:58px}
.topbar>.pill span{
display:none}
.world{
left:62%;
top:34%;
transform:translate(-50%,-50%) scale(.45)}
.copy h1{
font-size:38px}
.copy h2,.final-card h2{
font-size:35px}
.copy p{
font-size:12px}
.actions{
gap:10px;
flex-wrap:wrap}
.metrics{
display:none}
.panel{
min-height:108vh}
.detail-panel{
right:12px;
left:12px;
bottom:12px;
width:auto}
.booking__card{
padding:30px 22px}
}

@media(prefers-reduced-motion:reduce){
html{
scroll-behavior:auto}
*,*:before,*:after{
animation:none!important;
transition-duration:.01ms!important}
.world{
transform:translate(-50%,-50%) scale(.82)!important}
}



/* =========================================================
   BON BODY — desktop / tablet / mobile layout repair
   This section intentionally overrides the base 3D artwork
   without requiring any framework or external package.
   ========================================================= */

html {
  direction: rtl;
  background: #edf1ee;
}

body {
  min-width: 320px;
  line-height: 1.7;
}

.topbar {
  top: 20px;
  right: clamp(16px, 2vw, 32px);
  left: clamp(16px, 2vw, 32px);
  width: auto;
  max-width: 1560px;
  height: 74px;
  margin-inline: auto;
  padding: 9px 14px 9px 18px;
  gap: 24px;
  background: rgba(242, 246, 243, 0.9);
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(24, 48, 52, 0.09);
}

.brand {
  direction: rtl;
  flex: 0 0 auto;
  min-width: 205px;
}

.brand span {
  align-items: flex-start;
  text-align: right;
}

.brand b {
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand small {
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(20px, 2.5vw, 42px);
}

.nav a {
  font-size: 13px;
  white-space: nowrap;
}

.topbar > .pill {
  flex: 0 0 auto;
  min-width: 174px;
  justify-content: space-between;
}

.experience {
  background:
    linear-gradient(90deg, rgba(237, 242, 239, 0.03) 0%, rgba(237, 242, 239, 0.08) 49%, rgba(237, 242, 239, 0.94) 68%, #edf1ee 100%),
    radial-gradient(circle at 28% 45%, rgba(255, 255, 255, 0.98), transparent 39%),
    linear-gradient(135deg, #f3f5f2, #dce6e2);
}

.stage {
  perspective-origin: 34% 50%;
}

.world {
  left: 31%;
  top: 53%;
  width: 1000px;
  height: 640px;
}

.hotspots {
  z-index: 4;
}

.hotspot {
  max-width: 190px;
}

.hotspot span {
  white-space: nowrap;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.94);
}

.h-assessment { left: 14%; top: 31%; }
.h-rehab { left: 31%; top: 26%; }
.h-therapy { left: 48%; top: 35%; }
.h-recovery { left: 15%; top: 66%; }
.h-performance { left: 34%; top: 62%; }

.panel,
.panel--left {
  z-index: 6;
  min-height: 100vh;
  justify-content: flex-start;
  padding: 128px clamp(34px, 6.2vw, 105px) 72px;
}

.copy,
.panel--left .copy {
  width: min(470px, 37vw);
  margin-right: 0;
  margin-left: auto;
  padding: 30px;
  background: rgba(244, 247, 245, 0.91);
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 70px rgba(23, 48, 52, 0.1);
}

.copy--hero {
  width: min(500px, 39vw);
  padding: 30px 32px;
  background: rgba(244, 247, 245, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(22, 48, 52, 0.11);
  backdrop-filter: blur(20px);
}

.copy h1,
.copy h2,
.final-card h2 {
  letter-spacing: -0.035em;
  overflow-wrap: normal;
  word-break: normal;
}

.copy h1 {
  font-size: clamp(42px, 3.75vw, 62px);
  line-height: 1.23;
}

.copy h2,
.final-card h2 {
  font-size: clamp(36px, 3.25vw, 54px);
  line-height: 1.28;
}

.copy p,
.final-card p {
  font-size: 14px;
  line-height: 2.05;
}

.eyebrow {
  margin-bottom: 14px;
  font-family: Tahoma, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.actions {
  gap: 14px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.metrics {
  gap: 15px;
  margin-top: 28px;
}

.metrics div {
  min-width: 105px;
  padding-right: 13px;
}

.metrics b {
  font-size: 21px;
}

.scroll-cue {
  right: clamp(34px, 6.2vw, 105px);
  z-index: 7;
}

.rail {
  left: clamp(14px, 2vw, 30px);
  z-index: 30;
}

.final {
  justify-content: center;
}

.final-card {
  position: relative;
  z-index: 10;
}

@media (min-width: 1700px) {
  .world { left: 33%; }
  .copy--hero { width: 520px; }
  .h-assessment { left: 16%; }
  .h-rehab { left: 32%; }
  .h-therapy { left: 47%; }
  .h-recovery { left: 17%; }
  .h-performance { left: 35%; }
}

@media (max-width: 1199px) {
  .topbar { height: 68px; }
  .brand { min-width: 180px; }
  .nav { gap: 18px; }
  .world { left: 31%; top: 51%; }
  .panel,
  .panel--left { padding-inline: 42px; }
  .copy,
  .panel--left .copy,
  .copy--hero { width: min(430px, 42vw); }
  .copy h1 { font-size: clamp(39px, 4.6vw, 54px); }
  .copy h2,
  .final-card h2 { font-size: clamp(34px, 4vw, 48px); }
  .hotspot span { display: none; }
  .h-assessment { left: 13%; }
  .h-rehab { left: 31%; }
  .h-therapy { left: 48%; }
  .h-recovery { left: 15%; }
  .h-performance { left: 34%; }
}

@media (max-width: 900px) {
  .topbar {
    top: 12px;
    right: 12px;
    left: 12px;
    height: 64px;
    padding: 7px 10px;
  }

  .brand { min-width: 0; }
  .nav { display: none; }
  .topbar > .pill { min-width: auto; }

  .experience {
    background:
      linear-gradient(180deg, rgba(237, 242, 239, 0.1) 0%, rgba(237, 242, 239, 0.38) 43%, #edf1ee 68%),
      radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.98), transparent 45%),
      linear-gradient(135deg, #f3f5f2, #dce6e2);
  }

  .stage { perspective-origin: 50% 35%; }
  .world { left: 50%; top: 31%; }
  .hotspots { display: none; }

  .panel,
  .panel--left {
    min-height: 108vh;
    align-items: flex-end;
    justify-content: center;
    padding: 94px 18px 30px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    width: min(620px, 100%);
    margin: 0 auto;
    padding: 24px;
    border-radius: 24px;
    background: rgba(244, 247, 245, 0.94);
  }

  .copy h1 { font-size: clamp(39px, 8vw, 54px); }
  .copy h2,
  .final-card h2 { font-size: clamp(34px, 7vw, 48px); }

  .scroll-cue,
  .rail { display: none; }
}

@media (max-width: 560px) {
  .topbar > .pill {
    padding: 10px 12px;
    font-size: 10px;
  }

  .topbar > .pill span { display: none; }
  .brand b { font-size: 14px; }
  .brand small { display: none; }

  .panel,
  .panel--left {
    min-height: 104vh;
    padding-inline: 12px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero { padding: 21px; }

  .copy h1 { font-size: 38px; }
  .copy h2,
  .final-card h2 { font-size: 34px; }
  .copy p,
  .final-card p { font-size: 12px; }

  .metrics { display: none; }
  .actions { gap: 10px; }
  .pill { padding: 11px 14px; }
  .final-card { width: calc(100vw - 24px); padding: 34px 20px; }
}

/* =========================================================
   BUN BODY v4 — LIGHT / DARK THEME + COMPACT SPACING
   The light theme is the default. The dark theme is optional
   and is activated by the user from the header button.
   ========================================================= */

:root,
html[data-theme="light"] {
  color-scheme: light;
  --ink: #12242a;
  --muted: #5f6f72;
  --paper: #edf1ee;
  --paper2: #e3e9e6;
  --surface: rgba(244, 247, 245, 0.91);
  --surface-strong: rgba(248, 250, 248, 0.97);
  --surface-soft: rgba(255, 255, 255, 0.52);
  --header-bg: rgba(242, 246, 243, 0.9);
  --border: rgba(255, 255, 255, 0.92);
  --line: rgba(18, 36, 42, 0.14);
  --field: #ffffff;
  --shadow: 0 22px 65px rgba(15, 35, 40, 0.14);
  --experience-bg:
    linear-gradient(90deg, rgba(237, 242, 239, 0.02) 0%, rgba(237, 242, 239, 0.08) 49%, rgba(237, 242, 239, 0.94) 68%, #edf1ee 100%),
    radial-gradient(circle at 28% 45%, rgba(255, 255, 255, 0.98), transparent 39%),
    linear-gradient(135deg, #f3f5f2, #dce6e2);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf5f4;
  --muted: #aebdbc;
  --paper: #071316;
  --paper2: #0d1c20;
  --surface: rgba(13, 29, 33, 0.88);
  --surface-strong: rgba(14, 31, 35, 0.97);
  --surface-soft: rgba(255, 255, 255, 0.055);
  --header-bg: rgba(8, 22, 25, 0.86);
  --border: rgba(255, 255, 255, 0.11);
  --line: rgba(230, 244, 242, 0.13);
  --field: #102328;
  --shadow: 0 22px 72px rgba(0, 0, 0, 0.35);
  --experience-bg:
    linear-gradient(90deg, rgba(7, 19, 22, 0.03) 0%, rgba(7, 19, 22, 0.12) 47%, rgba(7, 19, 22, 0.88) 68%, #071316 100%),
    radial-gradient(circle at 27% 44%, rgba(31, 73, 76, 0.42), transparent 42%),
    linear-gradient(135deg, #10252a, #071316);
}

html,
body {
  background: var(--paper);
  color: var(--ink);
  transition: background-color 0.32s ease, color 0.32s ease;
}

.loader {
  background: var(--paper2);
}

.topbar {
  top: 12px;
  height: 62px;
  padding: 6px 8px 6px 10px;
  gap: 14px;
  background: var(--header-bg);
  border-color: var(--border);
  box-shadow: 0 8px 28px rgba(20, 45, 50, 0.08);
  transition: background-color 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.brand {
  min-width: 186px;
  gap: 8px;
}

.brand svg {
  width: 34px;
  height: 34px;
}

.brand b {
  font-size: 16px;
}

.nav {
  gap: clamp(15px, 2vw, 30px);
}

.nav a {
  color: var(--ink);
  font-size: 12px;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

.topbar__actions > .pill {
  min-width: 145px;
  justify-content: space-between;
}

.theme-toggle {
  height: 42px;
  padding: 5px 8px 5px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  background: rgba(22, 142, 145, 0.11);
}

.theme-toggle__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

.theme-toggle__label {
  font-size: 10px;
}

.pill {
  padding: 9px 13px;
  gap: 10px;
}

.pill span {
  width: 22px;
  height: 22px;
}

.pill--dark {
  background: var(--ink);
  color: var(--paper);
}

html[data-theme="dark"] .pill--dark {
  background: linear-gradient(135deg, #168e91, #0f7377);
  color: #fff;
}

html[data-theme="dark"] .pill--dark span {
  background: #eef7f5;
  color: #0b3437;
}

.experience {
  background: var(--experience-bg);
  transition: background 0.35s ease;
}

html[data-theme="dark"] .ambient--one {
  opacity: 0.46;
}

html[data-theme="dark"] .ambient--two {
  opacity: 0.34;
}

html[data-theme="dark"] .world {
  filter: brightness(0.74) saturate(0.9) contrast(1.04);
}

html[data-theme="light"] .world {
  filter: none;
}

.panel,
.panel--left {
  padding: 102px clamp(20px, 4.2vw, 68px) 48px;
}

.copy,
.panel--left .copy,
.copy--hero {
  padding: 21px 22px;
  background: var(--surface);
  border-color: var(--border);
  border-radius: 20px;
  box-shadow: 0 18px 52px rgba(23, 48, 52, 0.08);
  transition: background-color 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.copy--hero {
  width: min(480px, 38vw);
}

.copy h1,
.copy h2,
.final-card h2 {
  margin-bottom: 15px;
}

.copy h1 {
  font-size: clamp(39px, 3.5vw, 58px);
}

.copy h2,
.final-card h2 {
  font-size: clamp(34px, 3vw, 50px);
}

.copy p,
.final-card p {
  margin-block: 0;
  line-height: 1.9;
}

.eyebrow {
  margin-bottom: 10px;
}

.actions {
  gap: 10px;
  margin-top: 18px;
}

.text-btn i {
  width: 34px;
  height: 34px;
}

.metrics {
  gap: 10px;
  margin-top: 20px;
}

.metrics div {
  min-width: 90px;
  padding-right: 10px;
}

.metrics b {
  font-size: 19px;
}

.feature-list {
  margin: 16px 0;
}

.feature-list li {
  padding: 9px 0;
}

.outline-btn {
  padding: 9px 14px;
  color: var(--ink);
  background: var(--surface-soft);
  border-color: var(--line);
}

.chips {
  gap: 6px;
  margin: 17px 0;
}

.chips span {
  padding: 7px 10px;
}

.quote {
  margin: 17px 0;
  padding: 14px;
  background: var(--surface-soft);
}

.performance-grid {
  gap: 6px;
  margin: 17px 0;
}

.performance-grid div {
  padding: 10px;
}

.final-card {
  padding: 40px;
  background: var(--surface-strong);
  border-color: var(--border);
  border-radius: 26px;
}

.detail-panel {
  left: 16px;
  bottom: 16px;
  padding: 21px;
  background: var(--surface-strong);
  border-color: var(--border);
  border-radius: 20px;
}

.detail-panel h3,
.booking h3 {
  font-size: 29px;
  margin-bottom: 8px;
}

.detail-panel__stats {
  margin: 14px 0;
}

.detail-panel__stats div {
  padding: 9px 7px;
}

.booking {
  padding: 16px;
  background: rgba(4, 12, 14, 0.5);
}

.booking__card {
  padding: 27px;
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: 22px;
  color: var(--ink);
}

form {
  gap: 9px;
  margin-top: 15px;
}

input,
select {
  margin-top: 5px;
  padding: 11px 12px;
  background: var(--field);
  border-color: var(--line);
  color: var(--ink);
}

.hotspot span {
  padding: 7px 10px;
  background: var(--surface-strong);
  color: var(--ink);
}

.rail i {
  border-color: color-mix(in srgb, var(--ink) 45%, transparent);
}

.success {
  padding: 9px;
}

html[data-theme="dark"] .screen {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .room {
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.4));
}

@media (max-width: 1199px) {
  .topbar {
    height: 60px;
  }

  .brand {
    min-width: 160px;
  }

  .topbar__actions > .pill {
    min-width: 132px;
  }

  .theme-toggle__label {
    display: none;
  }

  .theme-toggle {
    width: 40px;
    justify-content: center;
    padding: 5px;
  }

  .panel,
  .panel--left {
    padding-inline: 28px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    padding: 19px 20px;
  }
}

@media (max-width: 900px) {
  .topbar {
    top: 8px;
    height: 58px;
    padding: 5px 7px;
  }

  .topbar__actions {
    gap: 5px;
  }

  .topbar__actions > .pill {
    min-width: auto;
  }

  .panel,
  .panel--left {
    min-height: 104vh;
    padding: 82px 12px 22px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    padding: 18px;
    border-radius: 18px;
  }

  .experience {
    background:
      linear-gradient(180deg, color-mix(in srgb, var(--paper) 10%, transparent) 0%, color-mix(in srgb, var(--paper) 38%, transparent) 43%, var(--paper) 68%),
      radial-gradient(circle at 50% 25%, color-mix(in srgb, var(--surface-strong) 92%, transparent), transparent 45%),
      linear-gradient(135deg, var(--paper2), var(--paper));
  }
}

@media (max-width: 560px) {
  .topbar {
    right: 8px;
    left: 8px;
  }

  .brand svg {
    width: 31px;
    height: 31px;
  }

  .theme-toggle {
    width: 36px;
    height: 36px;
  }

  .theme-toggle__icon {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .topbar__actions > .pill {
    padding: 8px 10px;
  }

  .panel,
  .panel--left {
    padding-inline: 8px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    padding: 16px;
  }

  .copy h1 {
    font-size: 35px;
  }

  .copy h2,
  .final-card h2 {
    font-size: 31px;
  }

  .pill {
    padding: 8px 11px;
  }

  .final-card {
    width: calc(100vw - 16px);
    padding: 27px 16px;
  }

  .booking__card {
    padding: 23px 17px;
  }
}

/* =========================================================
   BUN BODY v5 — VAZIRMATN + CONTAINED SCROLL CUE + RESPONSIVE
   Final overrides for desktop, laptop, tablet and mobile.
   ========================================================= */

:root {
  --font-fa: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option {
  font-family: var(--font-fa) !important;
  font-optical-sizing: auto;
  font-synthesis: none;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove old Arial font shorthands from text and numerical elements. */
.loader__brand,
.brand b,
.brand small,
.eyebrow,
.screen b,
.screen small,
.metrics b,
.detail-panel__stats b,
.performance-grid b,
.copy h1,
.copy h2,
.final-card h2,
.detail-panel h3,
.booking h3 {
  font-family: var(--font-fa) !important;
  letter-spacing: 0 !important;
}

/* Consistent Persian/Latin numeral shapes and alignment. */
.screen b,
.metrics b,
.detail-panel__stats b,
.performance-grid b,
.loader span,
input[type="tel"] {
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "kern" 1, "liga" 1;
}

.screen {
  padding: 7px 8px;
  text-align: center;
}

.screen b {
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.05;
}

.screen small {
  display: block;
  margin-top: 3px;
  font-size: 7px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

/* Hero card must contain every child, including the scroll instruction. */
.copy--hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.actions {
  flex-wrap: wrap;
}

.metrics {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.metrics div {
  min-width: 0;
  padding: 0 12px;
  border: 0;
  align-items: flex-start;
}

.metrics div:first-child {
  padding-inline-start: 0;
}

.metrics div:last-child {
  padding-inline-end: 0;
}

.metrics div + div {
  border-inline-start: 1px solid var(--line);
}

.metrics b {
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.metrics span {
  min-width: 0;
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.65;
  white-space: normal;
}

.scroll-cue {
  position: static;
  inset: auto;
  width: 100%;
  margin-top: 12px;
  padding-top: 11px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
  pointer-events: none;
}

.scroll-cue i {
  flex: 0 0 auto;
  width: 16px;
  height: 25px;
}

.scroll-cue span {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Laptop: keep header and hero balanced without crowding. */
@media (min-width: 901px) and (max-width: 1199px) {
  .topbar {
    right: 14px;
    left: 14px;
    gap: 10px;
  }

  .brand {
    min-width: 150px;
  }

  .brand b {
    font-size: 15px;
  }

  .brand small {
    font-size: 7px;
  }

  .nav {
    gap: clamp(10px, 1.4vw, 20px);
  }

  .nav a {
    font-size: 11px;
  }

  .topbar__actions > .pill {
    min-width: 122px;
    padding-inline: 10px;
    font-size: 11px;
  }

  .copy--hero {
    width: min(450px, 42vw);
  }

  .metrics div {
    padding-inline: 9px;
  }
}

/* Tablet: content becomes bottom-aligned and full width. */
@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .topbar {
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .brand {
    min-width: 0;
  }

  .panel,
  .panel--left {
    min-height: 100svh;
    padding: 76px 12px 18px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    width: min(620px, 100%);
    max-height: calc(100svh - 96px);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .copy h1 {
    font-size: clamp(36px, 7vw, 50px);
  }

  .copy h2,
  .final-card h2 {
    font-size: clamp(31px, 6vw, 44px);
  }

  .scroll-cue {
    display: none;
  }

  .metrics {
    margin-top: 15px;
    padding-top: 12px;
  }
}

/* Mobile: compact header, readable cards, no horizontal overflow. */
@media (max-width: 600px) {
  .topbar {
    top: 7px;
    right: 7px;
    left: 7px;
    height: 54px;
    padding: 4px 6px;
    border-radius: 16px;
  }

  .brand {
    gap: 6px;
  }

  .brand svg {
    width: 29px;
    height: 29px;
  }

  .brand b {
    font-size: 13px;
  }

  .brand small {
    display: none;
  }

  .topbar__actions {
    gap: 4px;
  }

  .theme-toggle {
    width: 34px;
    height: 34px;
    padding: 4px;
  }

  .theme-toggle__icon {
    width: 24px;
    height: 24px;
  }

  .topbar__actions > .pill {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 5px;
    justify-content: center;
    gap: 0;
    font-size: 0;
  }

  .topbar__actions > .pill span {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .panel,
  .panel--left {
    padding: 68px 7px 10px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    padding: 14px;
    border-radius: 17px;
    max-height: calc(100svh - 82px);
  }

  .copy h1 {
    font-size: clamp(32px, 10vw, 39px);
    line-height: 1.18;
  }

  .copy h2,
  .final-card h2 {
    font-size: clamp(28px, 8vw, 35px);
    line-height: 1.22;
  }

  .copy p,
  .final-card p {
    font-size: 11.5px;
    line-height: 1.85;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .actions .pill,
  .actions .text-btn {
    width: 100%;
    justify-content: center;
  }

  .metrics {
    display: grid !important;
    margin-top: 13px;
    padding-top: 10px;
  }

  .metrics div {
    padding-inline: 7px;
  }

  .metrics b {
    font-size: 16px;
  }

  .metrics span {
    font-size: 8px;
    line-height: 1.45;
  }

  .final-card {
    width: calc(100vw - 14px);
    padding: 22px 14px;
    border-radius: 20px;
  }

  .detail-panel {
    right: 7px;
    left: 7px;
    bottom: 7px;
    width: auto;
    max-height: calc(100svh - 14px);
    overflow: auto;
    padding: 17px 14px;
  }

  .booking {
    padding: 7px;
  }

  .booking__card {
    width: 100%;
    max-height: calc(100svh - 14px);
    overflow: auto;
    padding: 21px 14px;
    border-radius: 18px;
  }
}

@media (max-width: 370px) {
  .brand svg {
    display: none;
  }

  .brand b {
    font-size: 12px;
  }

  .copy,
  .panel--left .copy,
  .copy--hero {
    padding: 12px;
  }

  .metrics span {
    font-size: 7.5px;
  }
}
