:root{
  --black:#050505;
  --black2:#111;
  --white:#ffffff;
  --soft:#f3ead2;
  --muted:#d1c5a7;
  --gold:#f4c95d;
  --gold2:#bb8621;
  --line:rgba(244,201,93,.28);
  --wa:#25D366;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--black);color:var(--white);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:16px 0;transition:.25s ease}
.header-inner{width:min(1180px,calc(100% - 40px));margin:auto;height:78px;display:flex;align-items:center;gap:28px;background:rgba(7,7,7,.86);border:1px solid var(--line);border-radius:999px;padding:8px 18px;backdrop-filter:blur(14px);box-shadow:0 18px 50px rgba(0,0,0,.35)}
.brand img{width:82px;height:58px;object-fit:contain}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:26px;flex:1}
.desktop-nav a{font-size:14px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#e9ddc0;position:relative}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--gold)}
.header-call{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#060606;border-radius:999px;padding:14px 24px;font-weight:900;white-space:nowrap}
.menu-toggle{display:none;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#111;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}
.menu-toggle span{width:20px;height:2px;background:var(--gold);display:block;border-radius:2px}
.mobile-menu{position:absolute;left:20px;right:20px;top:105px;background:rgba(5,5,5,.98);border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 20px 70px rgba(0,0,0,.65)}
.mobile-menu a{display:block;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:800;color:var(--soft)}
.mobile-menu a:last-child{border-bottom:0;color:var(--gold)}
.view{display:none}.view.active{display:block}
.hero{min-height:100svh;position:relative;display:flex;align-items:center;padding:150px 0 80px;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-image:url('../images/hero-vm-wellness-centre.jpeg');background-size:cover;background-position:center center;transform:scale(1.01)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 37%,rgba(0,0,0,.28) 72%,rgba(0,0,0,.12) 100%),linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.12) 45%,rgba(0,0,0,.45));}
.hero-content{position:relative;z-index:2;max-width:760px;margin-left:max(20px,calc((100vw - 1180px)/2));margin-right:auto}
.eyebrow,.section-kicker{display:inline-block;color:var(--gold);font-weight:900;letter-spacing:.16em;text-transform:uppercase;font-size:13px;margin-bottom:18px}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--soft);line-height:1.05}
.hero h1{font-size:clamp(52px,6.4vw,96px);letter-spacing:-.04em;max-width:760px;text-shadow:0 6px 30px rgba(0,0,0,.65)}
.hero h1 span{color:var(--gold)}
.hero p{font-size:20px;line-height:1.65;color:#f5efd9;max-width:680px;margin:24px 0 0;text-shadow:0 4px 20px rgba(0,0,0,.7)}
.hero-info{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0 28px;max-width:780px}
.hero-info div{border:1px solid var(--line);background:rgba(0,0,0,.36);border-radius:18px;padding:16px 18px;backdrop-filter:blur(8px)}
.hero-info strong{display:block;color:var(--gold);font-size:14px;margin-bottom:6px}.hero-info small{color:var(--white);font-weight:800;font-size:15px;line-height:1.25}
.hero-actions,.detail-actions,.mini-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:16px 28px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#050505}.btn-outline{border-color:var(--line);color:var(--gold);background:rgba(0,0,0,.45)}
.section-pad{padding:96px 0;background:linear-gradient(180deg,#080808,#11100e)}.section-head{text-align:center;max-width:780px;margin:0 auto 44px}.section-head.left{text-align:left;margin-left:0}.section-head h2,.why-section h2,.location-section h2{font-size:clamp(36px,5vw,64px);margin-bottom:18px}.section-head p,.why-section p,.location-section p{color:#dfd4ba;font-size:18px;line-height:1.7}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#0a0a0a;border:1px solid var(--line);border-radius:28px;overflow:hidden;cursor:pointer;transition:.25s ease;box-shadow:0 24px 80px rgba(0,0,0,.35)}.service-card:hover{transform:translateY(-6px);border-color:rgba(244,201,93,.8)}.service-card img{width:100%;height:290px;object-fit:cover}.service-card-body{padding:24px}.service-card-body span{color:var(--gold);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.16em}.service-card-body h3{font-size:31px;margin:10px 0}.service-card-body p{color:#d6cbb0;line-height:1.6;min-height:78px}.service-card-body button{margin-top:22px;border:1px solid var(--line);background:transparent;color:var(--gold);border-radius:999px;padding:13px 20px;font-weight:900;text-transform:uppercase;cursor:pointer}.split{display:grid;grid-template-columns:1fr .95fr;gap:54px;align-items:center}.split img{border-radius:32px;border:1px solid var(--line);box-shadow:0 30px 100px rgba(0,0,0,.4)}.trust-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.trust-row span{border:1px solid var(--line);border-radius:16px;padding:16px;color:#fff;font-weight:800;background:rgba(0,0,0,.35)}.contact-card{display:grid;grid-template-columns:.95fr 1.2fr;gap:0;border:1px solid var(--line);border-radius:32px;overflow:hidden;background:#0a0a0a;box-shadow:0 30px 100px rgba(0,0,0,.35)}.contact-card>div{padding:42px}.contact-card h3{font-size:32px;margin-bottom:18px}.contact-card p{margin-bottom:18px}.contact-card iframe{width:100%;height:390px;border:0;filter:grayscale(.25)}
.detail-hero{position:relative;min-height:72svh;display:flex;align-items:flex-end;padding:150px 0 70px;overflow:hidden}.detail-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.detail-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.65) 48%,rgba(0,0,0,.18)),linear-gradient(0deg,rgba(0,0,0,.88),transparent 60%)}.detail-content{position:relative;z-index:2}.detail-content h1{font-size:clamp(46px,6vw,84px);max-width:760px}.detail-content p{font-size:19px;line-height:1.75;color:#f2ead8;max-width:760px;margin:22px 0}.back-btn{border:1px solid var(--line);background:rgba(0,0,0,.45);color:var(--gold);border-radius:999px;padding:12px 18px;font-weight:900;margin-bottom:28px;cursor:pointer}.detail-main{padding:76px 0 96px}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:56px}.detail-card,.location-mini{background:#0b0b0b;border:1px solid var(--line);border-radius:28px;padding:32px}.detail-card span{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.detail-card h2,.faq-block h2,.location-mini h2{font-size:36px;margin:12px 0}.detail-card p,.faq-block p,.location-mini p{color:#d8ccb2;line-height:1.75}.faq-block{margin-bottom:56px}.faq-list{margin-top:24px;display:grid;gap:14px}details{border:1px solid var(--line);border-radius:18px;padding:18px 22px;background:#0b0b0b}summary{cursor:pointer;font-weight:900;color:#fff}details p{margin-top:12px}.site-footer{background:#020202;border-top:1px solid var(--line);padding:60px 0 130px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:40px}.site-footer img{width:125px;margin-bottom:18px}.site-footer p,.site-footer a{display:block;color:#d9ccb0;margin-bottom:12px;line-height:1.6}.site-footer h3{color:var(--gold);font-size:20px;margin-bottom:18px}.footer-credit{text-align:center;border-top:1px solid rgba(255,255,255,.08);margin-top:40px;padding-top:24px;color:#cfc3a8}.footer-credit a{color:var(--gold);font-weight:900;display:inline}
.floating-buttons{position:fixed;right:22px;bottom:22px;z-index:1100;display:grid;gap:12px}.floating-buttons a{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.35);border:6px solid rgba(0,0,0,.35)}.floating-buttons svg{width:28px!important;height:28px!important;display:block;fill:currentColor}.float-wa{background:var(--wa);color:#fff}.float-call{background:#ecd79c;color:#090909}
@media(max-width:940px){.desktop-nav,.header-call{display:none}.menu-toggle{display:flex;margin-left:auto}.header-inner{height:72px}.brand img{width:76px;height:54px}.hero{align-items:flex-end;padding:130px 0 44px}.hero-bg{background-position:center top}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.84) 34%,rgba(0,0,0,.32) 72%,rgba(0,0,0,.24) 100%)}.hero-content{width:min(100% - 32px,600px);margin-inline:auto}.eyebrow{font-size:10px;margin-bottom:12px}.hero h1{font-size:clamp(34px,10vw,44px);letter-spacing:-.03em;max-width:420px}.hero p{font-size:15px;line-height:1.55;margin-top:14px}.hero-info{grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0 18px}.hero-info div{padding:11px 12px;border-radius:14px}.hero-info strong{font-size:12px;margin-bottom:4px}.hero-info small{font-size:12px}.btn{padding:13px 18px;font-size:13px;border-radius:11px}.hero-actions{gap:10px}.hero-actions .btn{flex:1}.section-pad{padding:62px 0}.service-grid{grid-template-columns:1fr;gap:18px}.service-card img{height:250px}.service-card-body h3{font-size:28px}.service-card-body p{min-height:auto}.split,.contact-card,.detail-grid,.footer-grid{grid-template-columns:1fr}.contact-card iframe{height:320px}.section-head{text-align:left;margin-left:0}.section-head h2,.why-section h2,.location-section h2{font-size:36px}.trust-row{grid-template-columns:1fr}.detail-hero{min-height:70svh;padding:120px 0 46px}.detail-content h1{font-size:40px}.detail-content p{font-size:16px}.floating-buttons{right:14px;bottom:14px}.floating-buttons a{width:54px;height:54px;border-width:5px}.floating-buttons svg{width:26px!important;height:26px!important}.site-footer{padding-bottom:110px}}
@media(max-width:420px){.container{width:calc(100% - 28px)}.header-inner{width:calc(100% - 24px);padding:8px 12px}.hero h1{font-size:36px}.hero p{font-size:14px}.hero-info small{font-size:11px}.service-card img{height:220px}}
