/* SkyFit v72 — updated massage page. */
.massage-hero-v72 {
  min-height: 620px;
}

.massage-room-media-v72 {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  background: #dcecf5 url('assets/services/massage-room-v72.jpg?v=72') center / cover no-repeat;
}

.massage-room-media-v72::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  background: inherit;
  filter: blur(18px) saturate(.82);
  opacity: .68;
  transform: scale(1.08);
}

.massage-room-media-v72::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(6,41,90,.16), rgba(255,255,255,.08));
  pointer-events: none;
}

.massage-room-media-v72 img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(0,45,94,.20);
}

.massage-price-v72 {
  width: min(100%, 560px);
  margin-top: 30px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: baseline;
  gap: 8px 14px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 18px;
  background: rgba(255,255,255,.62);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.massage-price-v72 span {
  color: #31577f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.massage-price-v72 strong {
  color: #008bd9;
  font-size: clamp(21px, 1.8vw, 30px);
  line-height: 1;
  white-space: nowrap;
}

.massage-types-v72 {
  display: grid;
  gap: 14px;
}

.massage-types-v72 li strong {
  color: #06295a;
}

.massage-booking-note-v72 {
  margin-top: 20px !important;
  color: #075a92 !important;
  font-weight: 900;
}

@media (max-width: 860px) {
  .massage-hero-v72 {
    min-height: 0;
  }

  .massage-room-media-v72 {
    height: 480px;
  }

  .massage-price-v72 {
    grid-template-columns: auto 1fr;
    gap: 10px 16px;
  }
}

@media (max-width: 420px) {
  .massage-room-media-v72 {
    height: 410px;
  }

  .massage-price-v72 {
    padding: 15px;
  }

  .massage-price-v72 strong {
    font-size: 22px;
  }
}
