/* VMC Xtreme — Performance Luxury public-site system
   Scoped to .vmc-home so auth/member pages remain protected from the redesign. */

.vmc-home{
  --vmc-bg:#080909;
  --vmc-surface:#101212;
  --vmc-surface-2:#151818;
  --vmc-paper:#f3f0e9;
  --vmc-paper-2:#e9e5dc;
  --vmc-text:#f7f5f0;
  --vmc-muted:#9da09d;
  --vmc-dark-muted:#646966;
  --vmc-line:#2b2e2d;
  --vmc-accent:#d52b35;
  --vmc-accent-dark:#9f1820;
  --vmc-max:1440px;
  background:var(--vmc-bg);
  color:var(--vmc-text);
  overflow-x:hidden;
}
.vmc-home .site-header{
  min-height:76px;
  padding:10px clamp(18px,4vw,64px);
  background:rgba(8,9,9,.88);
  border-bottom:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(18px);
}
.vmc-home .brand{gap:11px;letter-spacing:.12em;font-size:.82rem}
.vmc-home .brand img{width:46px;height:46px}
.vmc-home .site-header nav{gap:25px}
.vmc-home .site-header nav a{color:#bfc2bf;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}
.vmc-home .site-header nav a:hover,.vmc-home .site-header nav a:focus-visible{color:#fff}
.vmc-home .nav-action{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28);
  border-radius:0;
  padding:10px 14px;
}
.vmc-home .accent{color:var(--vmc-accent)!important}
.vmc-home .eyebrow{
  font-size:.66rem;
  letter-spacing:.19em;
  text-transform:uppercase;
  color:#8f9491;
}
.vmc-home .hero{
  min-height:calc(100svh - 76px);
  padding:clamp(80px,9vw,135px) clamp(20px,7vw,100px) 58px;
  display:block;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  border-bottom:1px solid var(--vmc-line);
  background:#070808;
}
.vmc-home .hero-media,.vmc-home .hero-overlay{position:absolute;inset:0}
.vmc-home .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.72) contrast(1.12)}
.vmc-home .hero-overlay{
  background:
    linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.68) 43%,rgba(0,0,0,.2) 100%),
    linear-gradient(0deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.05) 72%);
}
.vmc-home .hero-grid{position:relative;z-index:2;min-height:calc(100svh - 190px);display:flex;flex-direction:column;justify-content:flex-end;max-width:var(--vmc-max);margin:auto}
.vmc-home .hero-copy{max-width:980px}
.vmc-home .hero h1{
  margin:0;
  font-size:clamp(4rem,10.5vw,9.7rem);
  line-height:.84;
  letter-spacing:-.085em;
  font-weight:950;
  text-wrap:balance;
}
.vmc-home .hero h1 span{color:#d7d7d2}
.vmc-home .lead{max-width:660px;margin:31px 0 0;color:#deddd8;font-size:clamp(1rem,1.55vw,1.2rem);line-height:1.6}
.vmc-home .actions{margin-top:30px;display:flex;flex-wrap:wrap;gap:10px}
.vmc-home .button{
  min-height:46px;
  padding:12px 17px;
  border-radius:0;
  font-size:.76rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.vmc-home .button span{margin-left:10px}
.vmc-home .button:hover{transform:translateY(-2px)}
.vmc-home .button-primary{background:#f6f4ee;color:#090a0a;border-color:#f6f4ee}
.vmc-home .button-primary:hover{background:var(--vmc-accent);border-color:var(--vmc-accent);color:#fff}
.vmc-home .button-secondary{background:rgba(0,0,0,.18);border-color:rgba(255,255,255,.35);color:#fff}
.vmc-home .button-secondary:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.vmc-home .hero-facts{display:flex;flex-wrap:wrap;gap:0;margin-top:42px}
.vmc-home .hero-facts span{padding:9px 15px;border-left:1px solid rgba(255,255,255,.24);font-size:.59rem;letter-spacing:.13em;color:#c5c7c5}
.vmc-home .hero-facts span:first-child{padding-left:0;border-left:0}
.vmc-home .hero-facts strong{color:var(--vmc-accent);font-size:.85rem}
.vmc-home .hero-hours{
  position:absolute;
  right:0;
  bottom:0;
  width:225px;
  padding:18px 20px;
  border-left:2px solid var(--vmc-accent);
  background:rgba(7,8,8,.75);
  backdrop-filter:blur(12px);
  display:flex;
  flex-direction:column;
  gap:4px;
}
.vmc-home .hero-hours strong{font-size:1.15rem}
.vmc-home .hero-hours span{color:#ddd;font-size:.88rem}
.vmc-home .hero-hours small{margin-top:9px;color:#8f9390}
.vmc-home .panel-label{color:#777;font-size:.59rem;letter-spacing:.16em}
.vmc-home .hero-index{position:absolute;right:clamp(20px,4vw,64px);top:32px;z-index:3;color:#888;font-size:.62rem;letter-spacing:.16em}

.vmc-home .standard-section{
  display:grid;
  grid-template-columns:80px minmax(180px,.75fr) minmax(280px,1.35fr) minmax(260px,1fr);
  gap:30px;
  align-items:end;
  padding:clamp(90px,10vw,150px) clamp(20px,7vw,100px);
  background:var(--vmc-paper);
  color:#101111;
}
.vmc-home .section-index{align-self:start;font-size:.65rem;letter-spacing:.16em;color:#888}
.vmc-home .standard-label span{font-size:.58rem;letter-spacing:.12em;color:#888}
.vmc-home .standard-title h2{margin:0;font-size:clamp(3.4rem,6.5vw,7rem);line-height:.82;letter-spacing:-.075em}
.vmc-home .standard-title em{font-style:normal;color:var(--vmc-accent)}
.vmc-home .standard-copy{max-width:520px}
.vmc-home .standard-copy p{font-size:1rem;line-height:1.7;color:#5e625f}
.vmc-home .standard-copy .statement{font-size:1.25rem;line-height:1.45;color:#171918}
.vmc-home .standard-copy .statement strong{font-weight:850}
.vmc-home .text-link{display:inline-flex;gap:10px;margin-top:18px;color:#111;text-decoration:none;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #111;padding-bottom:6px}

.vmc-home .section{padding:clamp(90px,9vw,135px) clamp(20px,7vw,100px);border-top:1px solid var(--vmc-line)}
.vmc-home .training-section{background:#0b0d0d}
.vmc-home .section-topline{
  max-width:var(--vmc-max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);
  gap:50px;
  align-items:end;
}
.vmc-home .section-topline h2{margin:0;font-size:clamp(3rem,6.3vw,6.6rem);line-height:.86;letter-spacing:-.07em}
.vmc-home .section-topline h2 span{color:#737876}
.vmc-home .section-topline>p{margin:0;max-width:430px;color:#8e9491;line-height:1.65;font-size:.95rem}
.vmc-home .program-grid{
  max-width:var(--vmc-max);
  margin:55px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#2b2f2e;
  border:1px solid #2b2f2e;
}
.vmc-home .program-grid article{
  min-height:245px;
  padding:27px;
  border:0;
  border-radius:0;
  background:#101313;
  display:flex;
  flex-direction:column;
  transition:background .2s ease,transform .2s ease;
}
.vmc-home .program-grid article:hover{background:#151919;transform:translateY(-2px)}
.vmc-home .program-grid article>span{color:var(--vmc-accent);font-size:.62rem;letter-spacing:.12em;font-weight:900}
.vmc-home .program-grid h3{margin:auto 0 10px;font-size:1.25rem;letter-spacing:-.02em}
.vmc-home .program-grid p{margin:0;max-width:330px;color:#888f8b;font-size:.88rem;line-height:1.55}

.vmc-home .gallery-section{background:var(--vmc-paper);color:#111}
.vmc-home .gallery-topline>p{color:#686d69}
.vmc-home .gym-gallery{
  max-width:var(--vmc-max);
  margin:52px auto 0;
  display:grid;
  grid-template-columns:1.35fr .8fr .8fr;
  grid-template-rows:280px 280px;
  gap:10px;
}
.vmc-home .gym-gallery figure{margin:0;position:relative;overflow:hidden;background:#d7d4cc}
.vmc-home .gym-gallery figure:first-child{grid-row:1/3}
.vmc-home .gym-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.vmc-home .gym-gallery figure:hover img{transform:scale(1.035)}
.vmc-home .gym-gallery figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent 55%)}
.vmc-home .gym-gallery figcaption{position:absolute;z-index:1;left:17px;right:17px;bottom:15px;display:flex;justify-content:space-between;align-items:end;gap:15px;color:#fff}
.vmc-home .gym-gallery figcaption strong{font-size:.65rem;letter-spacing:.13em}
.vmc-home .gym-gallery figcaption span{font-size:.7rem;color:#ddd}

.vmc-home .membership-section{background:#0a0c0c}
.vmc-home .price-grid{
  max-width:var(--vmc-max);
  margin:52px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.vmc-home .price-card{
  position:relative;
  min-height:330px;
  padding:32px;
  border:1px solid #2b2e2d;
  border-radius:0;
  background:#101313;
  display:flex;
  flex-direction:column;
}
.vmc-home .price-card.featured{background:#171a19;border:1px solid var(--vmc-accent);transform:translateY(-10px)}
.vmc-home .price-card>span{color:#858a87;font-size:.62rem;font-weight:900;letter-spacing:.15em}
.vmc-home .price-card h3{margin:16px 0 0;font-size:clamp(2.7rem,4.3vw,4.3rem);line-height:.9;letter-spacing:-.06em}
.vmc-home .price-card p{margin:8px 0 0;color:#8d9290}
.vmc-home .price-card strong{margin-top:2px;font-size:.86rem}
.vmc-home .price-card b{align-self:flex-start;margin-top:20px;padding:6px 8px;background:var(--vmc-accent);color:#fff;font-size:.57rem;letter-spacing:.1em}
.vmc-home .price-card a{margin-top:auto;color:#fff;text-decoration:none;font-size:.64rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border-top:1px solid #2c302f;padding-top:18px}
.vmc-home .price-card a span{margin-left:8px;color:var(--vmc-accent)}
.vmc-home .price-card a:hover{color:#fff}

.vmc-home .rules-section{padding:clamp(90px,9vw,135px) clamp(20px,7vw,100px);background:#0c1113;border-top:1px solid #20282b}
.vmc-home .rules-intro{max-width:var(--vmc-max);margin:0 auto 50px;display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:end}
.vmc-home .rules-intro h2{margin:0;font-size:clamp(3rem,6.3vw,6.6rem);line-height:.86;letter-spacing:-.07em}
.vmc-home .rules-intro h2 span{color:#7c8588}
.vmc-home .rules-intro>p{margin:0;color:#919a9d;line-height:1.65;font-size:.92rem}
.vmc-home .rules-grid{max-width:var(--vmc-max);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#283236;border:1px solid #283236}
.vmc-home .rules-grid article{min-height:160px;padding:23px;background:#101719}
.vmc-home .rules-grid article span{color:var(--vmc-accent);font-size:.62rem;font-weight:900;letter-spacing:.12em}
.vmc-home .rules-grid article p{margin:30px 0 0;color:#b9c0c2;font-size:.87rem;line-height:1.55}

.vmc-home .location-section{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:#151818}
.vmc-home .location-photo{min-height:500px}
.vmc-home .location-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05)}
.vmc-home .location-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(60px,7vw,110px)}
.vmc-home .location-copy h2{margin:0 0 28px;font-size:clamp(4rem,7vw,7rem);line-height:.8;letter-spacing:-.08em}
.vmc-home .location-copy p{max-width:500px;color:#9ca29f;line-height:1.65}
.vmc-home .location-copy .location-address{color:#f0efea;font-size:1.08rem}
.vmc-home .location-copy .phone{margin:12px 0 28px;color:#fff;font-size:1.1rem;font-weight:900;text-decoration:none}
.vmc-home .location-copy .button{width:max-content}

.vmc-home .join-section{
  display:grid;
  grid-template-columns:80px minmax(0,1.4fr) minmax(250px,.6fr);
  gap:30px;
  align-items:end;
  padding:clamp(90px,10vw,145px) clamp(20px,7vw,100px);
  background:var(--vmc-accent);
  color:#fff;
}
.vmc-home .join-index{font-size:.65rem;letter-spacing:.15em;align-self:start}
.vmc-home .join-section h2{margin:0;font-size:clamp(4rem,9vw,9rem);line-height:.78;letter-spacing:-.08em}
.vmc-home .join-section h2 em{font-style:normal;color:#171919}
.vmc-home .join-action{max-width:400px}
.vmc-home .join-action p{line-height:1.6;color:rgba(255,255,255,.84)}
.vmc-home .join-action .button-primary:hover{background:#111;color:#fff;border-color:#111}

.vmc-home .site-footer{
  min-height:100px;
  padding:28px clamp(20px,7vw,100px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px;
  background:#050606;
  border-top:1px solid #262928;
  color:#777;
}
.vmc-home .site-footer>div{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.vmc-home .site-footer strong{color:#ddd;font-size:.7rem;letter-spacing:.12em}
.vmc-home .site-footer span,.vmc-home .site-footer a{font-size:.65rem;letter-spacing:.07em}
.vmc-home .site-footer a{color:#aaa;text-decoration:none}
.vmc-home .site-footer a:hover{color:#fff}

@media(max-width:1000px){
  .vmc-home .standard-section{grid-template-columns:55px 1fr 1fr;gap:25px}
  .vmc-home .standard-label{grid-column:2/4}
  .vmc-home .standard-title{grid-column:2}
  .vmc-home .standard-copy{grid-column:3}
  .vmc-home .program-grid{grid-template-columns:repeat(2,1fr)}
  .vmc-home .rules-grid{grid-template-columns:repeat(2,1fr)}
  .vmc-home .join-section{grid-template-columns:55px 1fr}
  .vmc-home .join-action{grid-column:2}
}
@media(max-width:767px){
  .vmc-home .site-header{min-height:72px}
  .vmc-home .site-menu-button{display:grid!important}
  .vmc-home .site-nav-shell{top:72px;left:12px;right:12px;padding:8px;border-radius:0;background:#0b0d0d;border:1px solid #303332}
  .vmc-home .site-nav-shell nav{display:grid!important;gap:2px}
  .vmc-home .site-nav-shell nav a{padding:13px 12px}
  .vmc-home .hero{min-height:calc(100svh - 72px);padding:90px 20px 35px}
  .vmc-home .hero-grid{min-height:calc(100svh - 165px)}
  .vmc-home .hero-media img{object-position:58% center}
  .vmc-home .hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.94),rgba(0,0,0,.48)),linear-gradient(0deg,rgba(0,0,0,.9),transparent 68%)}
  .vmc-home .hero h1{font-size:clamp(3.45rem,18vw,5.6rem)}
  .vmc-home .hero-hours{position:relative;right:auto;bottom:auto;width:min(100%,330px);margin-top:28px}
  .vmc-home .hero-facts{margin-top:28px}
  .vmc-home .hero-facts span{padding:7px 9px;font-size:.52rem}
  .vmc-home .hero-facts span:first-child{padding-left:0}
  .vmc-home .hero-index{display:none}
  .vmc-home .standard-section{display:grid;grid-template-columns:35px 1fr;gap:22px;padding:80px 20px}
  .vmc-home .standard-label,.vmc-home .standard-title,.vmc-home .standard-copy{grid-column:2}
  .vmc-home .standard-label{margin-bottom:8px}
  .vmc-home .standard-title h2{font-size:clamp(3.4rem,17vw,5.2rem)}
  .vmc-home .section{padding:78px 20px}
  .vmc-home .section-topline,.vmc-home .rules-intro{grid-template-columns:1fr;gap:24px}
  .vmc-home .section-topline h2,.vmc-home .rules-intro h2{font-size:clamp(3.2rem,16vw,5rem)}
  .vmc-home .program-grid,.vmc-home .price-grid{grid-template-columns:1fr;margin-top:38px}
  .vmc-home .program-grid article{min-height:190px}
  .vmc-home .gym-gallery{grid-template-columns:1fr;grid-template-rows:300px repeat(3,220px);margin-top:38px}
  .vmc-home .gym-gallery figure:first-child{grid-row:auto}
  .vmc-home .price-card{min-height:290px}
  .vmc-home .price-card.featured{transform:none}
  .vmc-home .rules-grid{grid-template-columns:1fr}
  .vmc-home .rules-section{padding:78px 20px}
  .vmc-home .rules-grid article{min-height:125px}
  .vmc-home .rules-grid article p{margin-top:22px}
  .vmc-home .location-section{grid-template-columns:1fr}
  .vmc-home .location-photo{min-height:330px}
  .vmc-home .location-copy{padding:72px 20px}
  .vmc-home .location-copy h2{font-size:clamp(4rem,20vw,6rem)}
  .vmc-home .join-section{grid-template-columns:35px 1fr;padding:80px 20px}
  .vmc-home .join-section h2{font-size:clamp(4rem,20vw,6rem)}
  .vmc-home .join-action{grid-column:2}
  .vmc-home .site-footer{display:grid;padding:28px 20px}
}
@media(min-width:768px){
  .vmc-home .site-menu-button{display:none!important}
  .vmc-home .site-nav-shell{display:block!important}
}
@media(prefers-reduced-motion:reduce){
  .vmc-home *{scroll-behavior:auto!important;transition:none!important}
}