html{max-width:100%;overflow-x:hidden}body{max-width:100%;overflow-x:hidden}img,video{max-width:100%;height:auto}button,a,input,select{touch-action:manipulation}
@media(max-width:760px){
  header nav{max-width:56vw;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}
  header nav::-webkit-scrollbar{display:none}
  header nav a{flex:0 0 auto}
  input,select,textarea{font-size:16px!important}
  button,[role=button]{min-height:44px}
  h1,h2,h3,p{overflow-wrap:anywhere}
  
  /* Mobile padding & margin polish for all sections and cards - Sharp Right Angles */
  .event-hero,.info,.reservation,.roster,.recurring,.share-copy,.notice,.service-pricing,.print-hero,.rental-hero,.rental-points{
    margin-bottom: 3.5rem !important;
    padding: 3rem 20px !important;
    border-radius: 0 !important;
  }
  .info-grid,.price-list,.deal-grid,.reservation-card,.carrot-copy-card,.roster-board{
    gap: 14px !important;
    margin-top: 1.8rem !important;
  }
  .info-card,.price-list article,.roster-slot,.carrot-copy-card,.invite-card{
    padding: 1.4rem 18px !important;
    border-radius: 0 !important;
  }
  .roster-board{
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .roster-slot{
    min-height: 108px !important;
    padding: 14px 16px !important;
    justify-content: space-between !important;
  }
  .roster-slot strong{
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  .hero-copy h1,.info-head h2,.reservation h2,.roster-heading h2,.recurring h2,.share-copy h2{
    font-size: clamp(30px, 8vw, 44px) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.04em !important;
  }
  .hero-copy p,.info-card p,.reservation p,.roster-heading p,.recurring p,.carrot-copy-card p{
    font-size: 15px !important;
    line-height: 1.75 !important;
  }
}

/* Massage VR: four real chair types remain readable on small screens. */
.station-showcase{min-width:0}.concept-visual{margin:0;background:#080a08;border:1px solid #ffffff24;box-shadow:0 28px 55px #000;overflow:hidden}.concept-visual img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.concept-visual figcaption{padding:10px 14px;color:#9ba49c;font-size:10px;line-height:1.5}.station-showcase .station-stage{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px;perspective:none}.station-showcase .station{height:auto;min-height:100px;padding:14px;transform:none;box-shadow:none}.station-showcase .station:nth-child(even){transform:none}.station-showcase .station.beige{background:linear-gradient(145deg,#d8c1a3,#6e5d4c)}.station-showcase .station.fixed{outline:1px solid #ff514466}.station-showcase .station b{font-size:32px}.station-showcase .station.beige b{color:#3b261d}.station-showcase .station span{font-size:9px;letter-spacing:.08em}.station-showcase .station.beige span{color:#241a14;font-weight:800}
@media(max-width:760px){
  .experience-nav{height:64px;padding:0 18px;gap:12px}.experience-nav>a{white-space:nowrap}.experience-nav nav{gap:0}.experience-nav nav a{min-height:44px;display:flex;align-items:center}.experience-hero,.pricing,.booking{padding:58px 18px}.experience-hero h1{font-size:clamp(48px,16vw,68px);line-height:.92;margin:24px 0}.experience-hero>div>p:not(.eyebrow){font-size:14px;line-height:1.7}.station-showcase{margin-top:38px}.concept-visual img{aspect-ratio:4/3}.station-showcase .station-stage{grid-template-columns:1fr 1fr;margin-top:10px}.station-showcase .station{min-height:88px}.station-showcase .station b{font-size:28px}.price-grid{margin-top:30px;grid-template-columns:1fr}.price-grid article{min-height:105px;padding:20px;border-width:1px 0 0}.price-grid b{font-size:20px}.booking h2,.pricing h2{font-size:clamp(38px,12vw,56px)}.booking form{margin-top:30px;padding:20px}.booking form>*{margin-bottom:18px}.booking-total strong{font-size:32px}.safety{padding:50px 18px}.safety h2{font-size:28px}.safety p{font-size:14px}
}
@media(max-width:390px){.experience-nav>a{font-size:10px}.experience-nav>a b{width:28px;height:28px;margin-right:6px}.experience-hero,.pricing,.booking{padding-left:16px;padding-right:16px}.feature-chips span{font-size:10px}.concept-visual figcaption{font-size:9px}.station-showcase .station span{letter-spacing:0;font-size:9px}}

/* Universal Footer Styling */
.site-footer, footer {
  padding: 2.5rem 1.5rem;
  background: #110f0d;
  color: #d4cebe;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  line-height: 1.6;
}
.site-footer .footer-content, footer .footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer strong, footer strong {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.04em;
}
.site-footer p, footer p {
  margin: 2px 0;
  color: #b0a898;
}
.site-footer .parking-info, footer .parking-info {
  margin-top: 8px;
  padding: 10px 14px;
  background: rgba(255, 84, 46, 0.14);
  border-left: 3px solid #ff542e;
  color: #ffb8a5;
  font-weight: 600;
  font-size: 13px;
}
.site-footer .copyright, footer .copyright {
  margin-top: 10px;
  font-size: 11px;
  color: #706858;
}
