/**
 * Hotel Gym Solutions — independent layout (not gym-solutions template)
 */

@import url('aoxiang-solutions-brand.css');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

/* PC: keep document scrollable when body holds overflow (window.scrollTo otherwise no-ops) */
html:has(body.page-hotel-gym-solutions) {
  height: auto;
  min-height: 100%;
}

body.page-hotel-gym-solutions {
  min-height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hotel-gym *,
  .hotel-gym *::before,
  .hotel-gym *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.hotel-gym {
  --hg-red: var(--ax-brand);
  --hg-red-dark: var(--ax-brand-dark);
  --hg-ink: #111;
  --hg-muted: #5c5c5c;
  --hg-line: #e4e4e4;
  --hg-cream: #f6f4f1;
  --hg-white: #fff;
  --hg-radius: 2px;
  --hg-container: 1280px;
  --hg-header-offset: 148px;
  --hg-scroll-offset: 160px;

  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: var(--hg-ink);
  line-height: 1.55;
  overflow-x: hidden;
  /* Clear fixed site header */
  padding-top: var(--hg-header-offset);
  -webkit-font-smoothing: antialiased;
}

.hotel-gym main > [id] {
  scroll-margin-top: var(--hg-scroll-offset);
}

/* ── Isolate from site theme (style.css / aoxiang-base) ── */
body.page-hotel-gym-solutions .hotel-gym h1,
body.page-hotel-gym-solutions .hotel-gym h2,
body.page-hotel-gym-solutions .hotel-gym h3,
body.page-hotel-gym-solutions .hotel-gym h4,
body.page-hotel-gym-solutions .hotel-gym p,
body.page-hotel-gym-solutions .hotel-gym li,
body.page-hotel-gym-solutions .hotel-gym span,
body.page-hotel-gym-solutions .hotel-gym button,
body.page-hotel-gym-solutions .hotel-gym summary {
  font-family: inherit;
}

body.page-hotel-gym-solutions .hotel-gym h1,
body.page-hotel-gym-solutions .hotel-gym h2,
body.page-hotel-gym-solutions .hotel-gym h3,
body.page-hotel-gym-solutions .hotel-gym h4 {
  color: inherit;
  font-weight: 700;
  line-height: 1.2;
}

body.page-hotel-gym-solutions .hotel-gym .hg-title {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__panel,
body.page-hotel-gym-solutions .hotel-gym .hg-hero__title {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-section--dark .hg-title,
body.page-hotel-gym-solutions .hotel-gym .hg-section--dark .hg-pipeline__step h3 {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--hero h3,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--hero p,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--wide,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__wide-lead {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-bento__wide-sub {
  color: rgba(255, 255, 255, 0.72);
}

body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--new,
body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--new h3 {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--old h3 {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-cta-band h2 {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-editorial__feature h3,
body.page-hotel-gym-solutions .hotel-gym .hg-editorial__feature p {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--hero h3,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--hero p {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-faq summary {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-certs__item span {
  color: rgba(255, 255, 255, 0.88);
}

body.page-hotel-gym-solutions .hotel-gym .hg-product-card a {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-product-card a:hover {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-lead a {
  color: var(--hg-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.page-hotel-gym-solutions .hotel-gym .hg-faq__answer a {
  color: var(--hg-red);
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--primary {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--primary:hover {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost-light,
body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost-light:hover {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--light,
body.page-hotel-gym-solutions .hotel-gym .hg-btn--light:hover {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost {
  color: var(--hg-ink);
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost:hover {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn.is-active {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn.is-active .hg-tabs__btn-name {
  color: var(--hg-red);
}

.hotel-gym main {
  scroll-margin-top: var(--hg-scroll-offset);
}

.hotel-gym main > [id] {
  scroll-margin-top: var(--hg-scroll-offset);
}

.hotel-gym *,
.hotel-gym *::before,
.hotel-gym *::after {
  box-sizing: border-box;
}

.hotel-gym img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hotel-gym .hg-lead a {
  color: var(--hg-red);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.hotel-gym .hg-lead a:hover {
  color: var(--hg-red-dark);
}

.hotel-gym .hg-faq__answer a {
  color: var(--hg-red);
  text-decoration: none;
  transition: color 0.2s;
}

.hotel-gym .hg-faq__answer a:hover {
  color: var(--hg-red-dark);
}

.hotel-gym a:focus-visible,
.hotel-gym button:focus-visible,
.hotel-gym summary:focus-visible {
  outline: 3px solid var(--hg-red);
  outline-offset: 3px;
}

/* Skip link */
.hotel-gym .hg-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 12px 20px;
  background: var(--hg-red);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
}

.hotel-gym .hg-skip:focus {
  left: 16px;
  top: calc(var(--hg-header-offset, 80px) + 8px);
}

.hotel-gym .hg-wrap {
  width: 100%;
  max-width: var(--hg-container);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 40px);
}

.hotel-gym .hg-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hg-red);
  margin-bottom: 14px;
}

.hotel-gym .hg-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--hg-red);
}

.hotel-gym .hg-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

.hotel-gym .hg-lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--hg-muted);
  margin: 0;
  max-width: 56ch;
  line-height: 1.65;
}

.hotel-gym .hg-section-head {
  max-width: 720px;
  margin-bottom: 8px;
}

.hotel-gym .hg-overview-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.hotel-gym .hg-overview-intro__copy {
  min-width: 0;
}

.hotel-gym .hg-overview-intro .hg-section-head {
  max-width: none;
  margin-bottom: 0;
}

.hotel-gym .hg-overview-intro .hg-audience {
  margin: 24px 0 0;
  max-width: none;
}

.hotel-gym .hg-overview-intro__visual {
  position: relative;
  border-radius: var(--hg-radius);
  overflow: hidden;
  aspect-ratio: 2 / 1;
  background: #111;
  box-shadow: 0 16px 48px rgba(17, 17, 17, 0.12);
}

.hotel-gym .hg-overview-intro__visual img,
.hotel-gym .hg-bento__cell--hero img,
.hotel-gym .hg-tabs__panel img {
  max-height: none;
}

.hotel-gym .hg-overview-intro__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hotel-gym .hg-section-head .hg-lead {
  margin-top: 4px;
}

.hotel-gym .hg-title--sub {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.hotel-gym .hg-section--dark .hg-title {
  color: #fff;
}

.hotel-gym .hg-section--dark .hg-eyebrow {
  color: var(--hg-red);
}

.hotel-gym .hg-audience {
  margin: 20px 0 32px;
  padding: 14px 18px;
  background: var(--hg-cream);
  border-left: 3px solid var(--hg-red);
  font-size: 0.95rem;
  color: var(--hg-ink);
  max-width: 62ch;
  line-height: 1.6;
}

.hotel-gym .hg-audience strong {
  color: var(--hg-red);
  font-weight: 600;
}

.hotel-gym .hg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 28px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--hg-radius);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.hotel-gym .hg-btn--primary {
  background: var(--hg-red);
  color: #fff;
}

.hotel-gym .hg-btn--primary:hover {
  background: var(--hg-red-dark);
  color: #fff;
}

.hotel-gym .hg-btn--ghost {
  background: transparent;
  color: var(--hg-ink);
  border: 2px solid var(--hg-ink);
}

.hotel-gym .hg-btn--ghost:hover {
  background: var(--hg-ink);
  color: #fff;
}

.hotel-gym .hg-btn--light {
  background: #fff;
  color: var(--hg-ink);
}

.hotel-gym .hg-btn--light:hover {
  background: var(--hg-cream);
  color: var(--hg-ink);
}

.hotel-gym .hg-btn--ghost-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.hotel-gym .hg-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

/* ── Split Hero ── */
.hotel-gym .hg-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  align-items: stretch;
  height: clamp(500px, 52vh, 560px);
  min-height: 500px;
  max-height: 560px;
  margin-top: calc(-1 * var(--hg-header-offset));
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.hotel-gym .hg-hero__panel {
  background: var(--hg-ink);
  color: #fff;
  padding: clamp(32px, 4.5vw, 48px) clamp(24px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  pointer-events: auto;
}

.hotel-gym .hg-hero__tag {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}

.hotel-gym .hg-hero__kicker {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 16px);
  margin: 0 0 12px;
}

.hotel-gym .hg-hero__kicker::before,
.hotel-gym .hg-hero__kicker::after {
  content: '';
  flex: 0 1 clamp(24px, 6vw, 48px);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(251, 91, 33, 0.95), transparent);
  max-width: 56px;
}

.hotel-gym .hg-hero__kicker-text {
  display: inline-block;
  margin: 0;
  font-size: clamp(0.72rem, 1.4vw, 0.85rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--hg-red);
  background: linear-gradient(135deg, #ffb07a 0%, #fb5b21 42%, #e04a15 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .hotel-gym .hg-hero__kicker-text {
    -webkit-text-fill-color: var(--hg-red);
    color: var(--hg-red);
  }
}

.hotel-gym .hg-brand-alt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
  margin: clamp(28px, 4vw, 40px) 0 clamp(24px, 4vw, 36px);
}

.hotel-gym .hg-brand-alt__lead {
  color: var(--hg-muted);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  margin: 0 0 20px;
  line-height: 1.7;
}

.hotel-gym .hg-brand-alt__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hotel-gym .hg-brand-alt__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid var(--hg-line);
  color: var(--hg-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.hotel-gym .hg-brand-alt__list li:last-child {
  border-bottom: none;
}

.hotel-gym .hg-brand-alt__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: var(--hg-red);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  margin-top: 2px;
}

.hotel-gym .hg-brand-alt__visual {
  border-radius: var(--hg-radius);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.hotel-gym .hg-brand-alt__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hotel-gym .hg-brand-alt__strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 20px);
}

.hotel-gym .hg-brand-alt__strip-item {
  margin: 0;
}

.hotel-gym .hg-brand-alt__strip-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--hg-radius);
}

.hotel-gym .hg-brand-alt__strip-item figcaption {
  margin-top: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--hg-muted);
  text-align: center;
}

.hotel-gym .hg-hero__title {
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.hotel-gym .hg-hero__title em {
  font-style: normal;
  color: var(--hg-red);
  display: block;
  font-size: 0.45em;
  letter-spacing: 0.12em;
  margin-top: 10px;
}

.hotel-gym .hg-hero__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 14px 0 20px;
  max-width: 42ch;
  line-height: 1.6;
  display: block;
  overflow: visible;
}

.hotel-gym .hg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  position: relative;
  z-index: 3;
}

.hotel-gym .hg-hero__note {
  margin: 10px 0 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

.hotel-gym .hg-hero__visual {
  position: relative;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  height: 100%;
  pointer-events: none;
}

.hotel-gym .hg-hero__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hotel-gym .hg-hero__visual img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
}

.hotel-gym .hg-hero__visual::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.9) 0%, rgba(17, 17, 17, 0.3) 58%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.hotel-gym .hg-hero__badge {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: none;
  padding: 18px 24px 16px;
  background: transparent;
  border: none;
  border-left: 3px solid var(--hg-red);
  border-radius: 0;
  box-shadow: none;
  z-index: 2;
}

.hotel-gym .hg-hero__badge strong {
  display: block;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  color: #fff;
  margin-bottom: 4px;
  line-height: 1.15;
}

.hotel-gym .hg-hero__badge span {
  font-size: clamp(0.68rem, 0.85vw, 0.75rem);
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
}

@media (min-width: 992px) {
  .hotel-gym .hg-hero {
    height: clamp(580px, 62vh, 680px);
    min-height: 580px;
    max-height: 680px;
    overflow: visible;
  }

  /* Hero pulls under header clearance — push copy below fixed nav */
  .hotel-gym .hg-hero__panel {
    justify-content: flex-start;
    padding-top: calc(var(--hg-header-offset) + clamp(20px, 2.5vh, 32px));
    padding-bottom: clamp(28px, 3.5vw, 40px);
    overflow: visible;
  }

  .hotel-gym .hg-hero__title {
    line-height: 1.12;
    flex-shrink: 0;
  }

  .hotel-gym .hg-hero__desc {
    flex-shrink: 0;
  }

  .hotel-gym .hg-hero__actions {
    flex-shrink: 0;
    margin-top: auto;
  }
}

/* ── Metric strip ── */
.hotel-gym .hg-metrics {
  position: relative;
  z-index: 2;
  background: var(--hg-red);
  color: #fff;
  clear: both;
}

.hotel-gym .hg-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hotel-gym .hg-metrics__item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 108px;
}

.hotel-gym .hg-metrics__item:last-child {
  border-right: none;
}

.hotel-gym .hg-metrics__num {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}

.hotel-gym .hg-metrics__label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 8px;
  line-height: 1.35;
  max-width: 16ch;
}

/* ── Body layout ── */
.hotel-gym .hg-body {
  position: relative;
}

/* ── Bento value grid ── */
.hotel-gym .hg-section {
  padding: clamp(64px, 10vw, 100px) 0;
}

.hotel-gym .hg-section--cream {
  background: var(--hg-cream);
}

.hotel-gym .hg-section--dark {
  background: var(--hg-ink);
  color: #fff;
}

.hotel-gym .hg-section--dark .hg-lead {
  color: rgba(255, 255, 255, 0.65);
}

.hotel-gym .hg-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 0;
}

.hotel-gym .hg-bento__cell--hero {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
  min-height: 420px;
  padding: 0;
  border: none;
  background: #0d0d0d;
}

.hotel-gym .hg-bento__cell--sm {
  grid-column: span 3;
  min-height: 0;
  justify-content: flex-start;
}

.hotel-gym .hg-bento__cell--sm:nth-child(2) {
  grid-column: 7 / 10;
  grid-row: 1;
}

.hotel-gym .hg-bento__cell--sm:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1;
}

.hotel-gym .hg-bento__cell--sm:nth-child(4) {
  grid-column: 7 / 10;
  grid-row: 2;
}

.hotel-gym .hg-bento__cell--sm:nth-child(5) {
  grid-column: 10 / 13;
  grid-row: 2;
}

.hotel-gym .hg-bento__cell--wide {
  grid-column: 1 / -1;
  grid-row: 3;
  flex-direction: row;
  align-items: center;
  gap: clamp(24px, 4vw, 40px);
  min-height: auto;
  padding: clamp(32px, 4vw, 44px) clamp(28px, 4vw, 48px);
  background: var(--hg-ink);
  color: #fff;
  border: none;
  justify-content: space-between;
}

.hotel-gym .hg-bento__wide-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 12px);
  padding-left: clamp(16px, 2vw, 22px);
  border-left: 3px solid var(--hg-red);
}

.hotel-gym .hg-bento__wide-lead {
  margin: 0;
  font-size: clamp(1.25rem, 1.1vw + 0.85rem, 1.85rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-wrap: balance;
}

.hotel-gym .hg-bento__wide-sub {
  margin: 0;
  font-size: clamp(0.98rem, 0.35vw + 0.88rem, 1.125rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 56ch;
  text-wrap: pretty;
}

.hotel-gym .hg-bento__cell {
  background: var(--hg-white);
  border: 1px solid var(--hg-line);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s;
}

.hotel-gym .hg-bento__cell--hero {
  background: transparent;
  justify-content: stretch;
}

.hotel-gym .hg-bento__cell--sm {
  justify-content: flex-start;
  min-height: auto;
}

.hotel-gym .hg-bento__cell.hg-bento__cell--wide {
  background: var(--hg-ink);
  color: #fff;
  border: none;
}

.hotel-gym .hg-bento__cell--hero:hover,
.hotel-gym .hg-bento__cell.hg-bento__cell--wide:hover {
  border-color: transparent;
}

.hotel-gym .hg-bento__cell:hover {
  border-color: var(--hg-red);
}

.hotel-gym .hg-bento__cell--hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #0d0d0d;
}

.hotel-gym .hg-bento__cell--hero .hg-bento__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: #fff;
}

.hotel-gym .hg-bento__cell--hero h3 {
  font-size: 1.5rem;
  margin: 0 0 8px;
}

.hotel-gym .hg-bento__cell--hero p {
  margin: 0;
  opacity: 0.85;
  font-size: 0.95rem;
}

.hotel-gym .hg-bento__cell--wide .hg-btn {
  flex-shrink: 0;
  align-self: center;
}

.hotel-gym .hg-bento__icon {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--hg-red);
  margin-bottom: 12px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--hg-red);
  border-radius: 50%;
}

.hotel-gym .hg-bento__cell h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
}

.hotel-gym .hg-bento__cell:not(.hg-bento__cell--wide):not(.hg-bento__cell--hero) p {
  font-size: 0.88rem;
  color: var(--hg-muted);
  margin: 0;
}

.hotel-gym .hg-challenges-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 64px);
  align-items: center;
}

@media (max-width: 991px) {
  .hotel-gym .hg-challenges-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hotel-gym .hg-challenges-grid .hg-timeline {
  margin-top: 0;
}

.hotel-gym .hg-timeline {
  position: relative;
  padding-left: 48px;
}

.hotel-gym .hg-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--hg-red), var(--hg-line));
}

.hotel-gym .hg-timeline__item {
  position: relative;
  margin-bottom: 36px;
  padding: 24px 28px;
  background: var(--hg-white);
  border-left: 3px solid var(--hg-red);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.hotel-gym .hg-timeline__item::before {
  content: '';
  position: absolute;
  left: -48px;
  top: 28px;
  width: 12px;
  height: 12px;
  background: var(--hg-red);
  border: 3px solid var(--hg-cream);
  border-radius: 50%;
}

.hotel-gym .hg-timeline__item h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.hotel-gym .hg-timeline__item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--hg-muted);
}

.hotel-gym .hg-timeline__item:last-child {
  margin-bottom: 0;
}

.hotel-gym .hg-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
  position: relative;
  border-radius: var(--hg-radius);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.hotel-gym .hg-compare__col {
  padding: 44px 40px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hotel-gym .hg-compare__col--old {
  background: #ebebeb;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  padding-right: 52px;
}

.hotel-gym .hg-compare__col--new {
  background: var(--hg-ink);
  color: #fff;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%);
  padding-left: 52px;
}

.hotel-gym .hg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hotel-gym .hg-compare[role="group"] {
  /* labelled via .hg-sr-only heading */
}

.hotel-gym .hg-compare::after {
  content: 'VS';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: var(--hg-red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  z-index: 2;
  box-shadow: 0 0 0 8px var(--hg-cream);
}

.hotel-gym .hg-compare__col h3 {
  font-size: 1.2rem;
  margin: 0 0 20px;
}

.hotel-gym .hg-compare__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotel-gym .hg-compare__col li {
  font-size: 0.9rem;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 22px;
  position: relative;
}

.hotel-gym .hg-compare__col--new li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.92);
}

.hotel-gym .hg-compare__col--old li {
  color: var(--hg-muted);
}

.hotel-gym .hg-compare__col li::before {
  content: '×';
  position: absolute;
  left: 0;
  color: #999;
  font-weight: 700;
  line-height: 1.2;
}

.hotel-gym .hg-compare__col--new li::before {
  content: '✓';
  color: var(--hg-red);
  font-weight: 700;
}

.hotel-gym .hg-compare__col li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* ── Tabbed space planner ── */
.hotel-gym .hg-tabs {
  margin-top: 48px;
}

.hotel-gym .hg-tabs__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 5px;
  background: #eceae6;
  border: 1px solid var(--hg-line);
  border-radius: var(--hg-radius);
  overflow: hidden;
}

.hotel-gym .hg-tabs__btn {
  position: relative;
  min-width: 0;
  padding: 14px 16px;
  background: transparent;
  border: none;
  border-radius: calc(var(--hg-radius) - 2px);
  font-family: inherit;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-align: center;
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.hotel-gym .hg-tabs__btn-name {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hg-muted);
  line-height: 1.2;
}

.hotel-gym .hg-tabs__btn-meta {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  color: var(--hg-ink);
  line-height: 1.25;
}

.hotel-gym .hg-tabs__btn:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.45);
}

.hotel-gym .hg-tabs__btn:hover:not(.is-active) .hg-tabs__btn-name {
  color: var(--hg-ink);
}

.hotel-gym .hg-tabs__btn.is-active {
  background: var(--hg-white);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transform: none;
}

.hotel-gym .hg-tabs__btn.is-active .hg-tabs__btn-name {
  color: var(--hg-red);
}

.hotel-gym .hg-tabs__btn.is-active .hg-tabs__btn-meta {
  color: var(--hg-ink);
  font-weight: 700;
}

.hotel-gym .hg-tabs__btn.is-active::after {
  display: none;
}

.hotel-gym .hg-tabs__btn:focus-visible {
  outline: 2px solid var(--hg-red);
  outline-offset: 2px;
}

.hotel-gym .hg-tabs__panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 48px);
  align-items: center;
  padding-top: 32px;
  margin-top: 0;
  border-top: none;
}

.hotel-gym .hg-tabs__panel.is-active {
  display: grid;
  animation: hg-tab-in 0.35s ease;
}

@keyframes hg-tab-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hotel-gym .hg-tabs__panel.is-active {
    animation: none;
  }
}

.hotel-gym .hg-tabs__panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: var(--hg-cream);
  border: 1px solid var(--hg-line);
  border-radius: var(--hg-radius);
}

.hotel-gym .hg-tabs__size {
  font-size: 3rem;
  font-weight: 700;
  color: var(--hg-red);
  line-height: 1;
  margin-bottom: 4px;
}

.hotel-gym .hg-tabs__metric-alt {
  font-size: 0.85rem;
  color: var(--hg-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.hotel-gym .hg-tabs__panel h3 {
  font-size: 1.5rem;
  margin: 0 0 16px;
}

.hotel-gym .hg-tabs__panel p {
  color: var(--hg-muted);
  margin: 0 0 24px;
}

.hotel-gym .hg-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hotel-gym .hg-tag {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 14px;
  background: var(--hg-cream);
  border: 1px solid var(--hg-line);
  border-radius: var(--hg-radius);
}

.hotel-gym .hg-tag--on-dark {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.hotel-gym .hg-tabs__panel[hidden] {
  display: none !important;
}

/* Product grid — up to 8 cards (4 × 2 rows on desktop) */
.hotel-gym .hg-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.hotel-gym .hg-product-card {
  background: var(--hg-white);
  border: 1px solid var(--hg-line);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.hotel-gym .hg-product-card:nth-child(n + 9) {
  display: none;
}

.hotel-gym .hg-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.hotel-gym .hg-product-card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  text-decoration: none;
}

.hotel-gym .hg-product-card a:focus-visible {
  outline: 3px solid var(--hg-red);
  outline-offset: 2px;
}

.hotel-gym .hg-product-card__img {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--hg-cream);
}

.hotel-gym .hg-product-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hotel-gym .hg-product-card__body {
  padding: 14px 12px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hotel-gym .hg-product-card__body h3 {
  font-size: 0.9rem;
  margin: 0 0 4px;
  color: var(--hg-ink);
  line-height: 1.3;
}

.hotel-gym .hg-product-card__body span {
  font-size: 0.68rem;
  color: var(--hg-red);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
}

@media (min-width: 992px) {
  .hotel-gym .hg-product-grid {
    gap: 18px;
  }
}

@media (max-width: 991px) {
  .hotel-gym .hg-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
}

@media (max-width: 575px) {
  .hotel-gym .hg-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 28px;
  }

  .hotel-gym .hg-product-card__body {
    padding: 12px 10px 14px;
  }

  .hotel-gym .hg-product-card__body h3 {
    font-size: 0.82rem;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .hotel-gym .hg-product-card__body span {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    line-height: 1.35;
  }

  .hotel-gym .hg-product-card:hover {
    transform: none;
    box-shadow: none;
  }
}

/* ── Editorial hotel types ── */
.hotel-gym .hg-editorial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin-top: 48px;
  align-items: stretch;
}

.hotel-gym .hg-editorial__feature {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.hotel-gym .hg-editorial__feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotel-gym .hg-editorial__feature .hg-editorial__content {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  color: #fff;
}

.hotel-gym .hg-editorial__type {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}

.hotel-gym .hg-editorial__feature h3 {
  font-size: 1.75rem;
  margin: 0 0 12px;
}

.hotel-gym .hg-editorial__feature p {
  margin: 0 0 16px;
  opacity: 0.85;
  font-size: 0.92rem;
}

.hotel-gym .hg-editorial__card {
  background: var(--hg-white);
  border: 1px solid var(--hg-line);
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.hotel-gym .hg-editorial__card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  flex-shrink: 0;
}

.hotel-gym .hg-editorial__card > div {
  padding: 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hotel-gym .hg-editorial__card h3 {
  font-size: 1rem;
  margin: 0 0 6px;
}

.hotel-gym .hg-editorial__card p {
  font-size: 0.85rem;
  color: var(--hg-muted);
  margin: 0;
}

/* ── Pipeline process ── */
.hotel-gym .hg-pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 56px;
  position: relative;
}

.hotel-gym .hg-pipeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
}

.hotel-gym .hg-pipeline__step {
  text-align: center;
  padding: 0 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hotel-gym .hg-pipeline__dot {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  background: var(--hg-red);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.hotel-gym .hg-pipeline__step h3 {
  font-size: 0.95rem;
  margin: 0 0 8px;
  color: #fff;
}

.hotel-gym .hg-pipeline__step p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  max-width: 22ch;
  line-height: 1.5;
}

.hotel-gym .hg-certs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.hotel-gym .hg-certs__item {
  text-align: center;
  padding: 0 0 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
}

.hotel-gym .hg-certs__item img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 180px;
  max-height: 260px;
  margin: 0 0 10px;
  object-fit: contain;
  object-position: center top;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}

.hotel-gym .hg-certs__item span {
  display: block;
  padding: 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.hotel-gym .hg-chain {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 48px;
  border: 1px solid var(--hg-line);
  align-items: stretch;
  overflow: hidden;
}

.hotel-gym .hg-chain__visual {
  min-height: 100%;
}

.hotel-gym .hg-chain__visual img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  display: block;
}

.hotel-gym .hg-chain__copy {
  padding: 48px 40px;
  background: var(--hg-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hotel-gym .hg-chain__list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.hotel-gym .hg-chain__list li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hg-line);
  font-size: 0.92rem;
}

.hotel-gym .hg-chain__list li:last-child {
  border-bottom: none;
}

.hotel-gym .hg-chain__list strong {
  color: var(--hg-red);
  flex-shrink: 0;
}

/* ── FAQ grid ── */
.hotel-gym .hg-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
  align-items: start;
}

.hotel-gym .hg-faq {
  border: 1px solid var(--hg-line);
  background: var(--hg-white);
  height: 100%;
}

.hotel-gym .hg-faq summary {
  padding: 20px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.hotel-gym .hg-faq summary::-webkit-details-marker {
  display: none;
}

.hotel-gym .hg-faq summary::after {
  content: '+';
  font-size: 1.25rem;
  color: var(--hg-red);
  flex-shrink: 0;
}

.hotel-gym .hg-faq[open] summary::after {
  content: '-';
}

.hotel-gym .hg-faq__answer {
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--hg-muted);
  line-height: 1.65;
}

.hotel-gym .hg-faq__answer p {
  margin: 0;
}

/* ── CTA band ── */
.hotel-gym .hg-cta-band {
  background: var(--hg-red);
  color: #fff;
  padding: clamp(56px, 8vw, 80px) 0;
}

.hotel-gym .hg-cta-band__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}

.hotel-gym .hg-cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 8px;
  line-height: 1.2;
}

.hotel-gym .hg-cta-band p {
  margin: 0;
  opacity: 0.9;
  max-width: 52ch;
  line-height: 1.6;
}

.hotel-gym .hg-cta-band__inner .hg-btn {
  justify-self: end;
  white-space: nowrap;
}

/* Contact form intro + responsive form (site block) */
.contact-form .hg-contact-intro {
  text-align: center;
  color: #666;
  max-width: 52ch;
  margin: -8px auto 24px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 16px;
}

body.page-hotel-gym-solutions form#contact.contact-form {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(48px, 8vw, 72px) clamp(20px, 4vw, 40px);
  box-sizing: border-box;
  background: #f6f4f1;
  scroll-margin-top: var(--hg-scroll-offset, 180px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: #111;
}

body.page-hotel-gym-solutions form#contact.contact-form .contact-title,
body.page-hotel-gym-solutions form#contact.contact-form .hg-contact-intro,
body.page-hotel-gym-solutions form#contact.contact-form .form-layout {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

body.page-hotel-gym-solutions form#contact.contact-form .contact-title {
  text-align: center;
  color: #111;
}

body.page-hotel-gym-solutions form#contact.contact-form label {
  color: #333;
}

body.page-hotel-gym-solutions form#contact.contact-form input,
body.page-hotel-gym-solutions form#contact.contact-form select,
body.page-hotel-gym-solutions form#contact.contact-form textarea {
  color: #111;
  background: #fff;
}

body.page-hotel-gym-solutions form#contact.contact-form button[type="submit"] {
  color: #fff;
}

body.page-hotel-gym-solutions .contact-form .form-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

body.page-hotel-gym-solutions .contact-form .form-left,
body.page-hotel-gym-solutions .contact-form .form-right {
  flex: 1 1 280px;
  min-width: 0;
}

body.page-hotel-gym-solutions .contact-form .row-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

body.page-hotel-gym-solutions .contact-form .row-flex .form-group {
  flex: 1 1 120px;
  min-width: 0;
}

@media (min-width: 769px) {
  body.page-hotel-gym-solutions .contact-form .row-flex .form-group:first-child {
    flex: 0 0 26%;
    max-width: 26%;
  }

  body.page-hotel-gym-solutions .contact-form .row-flex .form-group:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }
}

body.page-hotel-gym-solutions .contact-form input,
body.page-hotel-gym-solutions .contact-form select,
body.page-hotel-gym-solutions .contact-form textarea {
  max-width: 100%;
  box-sizing: border-box;
}

body.page-hotel-gym-solutions .contact-form button[type="submit"] {
  min-height: 48px;
  width: 100%;
}

@media (min-width: 768px) {
  body.page-hotel-gym-solutions .contact-form button[type="submit"] {
    width: auto;
    min-width: 160px;
  }
}

/* FAB stacking on mobile */
@media (max-width: 991px) {
  body.page-hotel-gym-solutions .aoxiang-contact-fab {
    z-index: 10050 !important;
  }
}

/* ═══════════════════════════════════════
   RESPONSIVE — Tablet (max 991px)
   ═══════════════════════════════════════ */
@media (max-width: 991px) {
  .hotel-gym .hg-hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
    max-height: none;
    overflow: visible;
  }

  .hotel-gym .hg-hero__visual {
    order: -1;
    height: clamp(220px, 38vw, 320px);
    min-height: 220px;
    max-height: 320px;
  }

  .hotel-gym .hg-hero__panel {
    order: 0;
    padding: clamp(28px, 5vw, 40px) clamp(20px, 5vw, 32px);
    overflow: visible;
  }

  .hotel-gym .hg-hero__desc {
    line-height: 1.6;
  }

  .hotel-gym .hg-hero__title {
    font-size: clamp(1.85rem, 7vw, 2.5rem);
    word-break: break-word;
  }

  .hotel-gym .hg-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hotel-gym .hg-hero__actions .hg-btn {
    width: 100%;
    justify-content: center;
  }

  .hotel-gym .hg-hero__visual::after {
    height: 55%;
    background: linear-gradient(to top, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.35) 62%, transparent 100%);
  }

  .hotel-gym .hg-hero__badge {
    padding: 14px 16px 12px;
  }

  .hotel-gym .hg-hero__badge strong {
    font-size: 1.1rem;
  }

  .hotel-gym .hg-hero__badge span {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .hotel-gym .hg-metrics__label {
    max-width: none;
  }

  .hotel-gym .hg-section {
    padding: clamp(48px, 8vw, 72px) 0;
  }

  .hotel-gym .hg-wrap {
    padding: 0 clamp(16px, 4vw, 24px);
  }

  .hotel-gym .hg-lead {
    max-width: none;
  }

  .hotel-gym .hg-title br {
    display: none;
  }

  .hotel-gym .hg-metrics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-gym .hg-metrics__item:nth-child(2n) {
    border-right: none;
  }

  .hotel-gym .hg-metrics__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hotel-gym .hg-overview-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }

  .hotel-gym .hg-overview-intro__visual {
    order: -1;
    aspect-ratio: 2 / 1;
  }

  .hotel-gym .hg-overview-intro__visual img {
    height: 100%;
  }

  .hotel-gym .hg-brand-alt {
    grid-template-columns: 1fr;
  }

  .hotel-gym .hg-brand-alt__strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-gym .hg-bento {
    grid-template-rows: auto;
  }

  .hotel-gym .hg-bento__cell--hero {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hotel-gym .hg-bento__cell--sm,
  .hotel-gym .hg-bento__cell--sm:nth-child(2),
  .hotel-gym .hg-bento__cell--sm:nth-child(3),
  .hotel-gym .hg-bento__cell--sm:nth-child(4),
  .hotel-gym .hg-bento__cell--sm:nth-child(5) {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hotel-gym .hg-bento__cell--wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hotel-gym .hg-bento__cell--hero,
  .hotel-gym .hg-bento__cell--sm,
  .hotel-gym .hg-bento__cell--wide {
    grid-column: span 12;
  }

  .hotel-gym .hg-bento__cell--hero {
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .hotel-gym .hg-bento__cell--wide {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
    gap: 18px;
    min-height: 0;
  }

  .hotel-gym .hg-bento__wide-copy {
    padding-left: 18px;
    gap: 10px;
  }

  .hotel-gym .hg-bento__wide-lead {
    font-size: clamp(1.15rem, 3.2vw, 1.4rem);
    line-height: 1.28;
  }

  .hotel-gym .hg-bento__wide-sub {
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    max-width: none;
  }

  .hotel-gym .hg-bento__cell--wide .hg-btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .hotel-gym .hg-bento__cell--sm {
    min-height: auto;
    justify-content: flex-start;
  }

  .hotel-gym .hg-challenges-grid .hg-timeline {
    padding-left: 36px;
  }

  .hotel-gym .hg-timeline__item {
    padding: 18px 20px;
  }

  .hotel-gym .hg-timeline__item::before {
    left: -36px;
  }

  .hotel-gym .hg-compare__col {
    min-height: auto;
  }

  .hotel-gym .hg-compare {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 40px;
  }

  .hotel-gym .hg-compare::after {
    display: none;
  }

  .hotel-gym .hg-compare__col--old {
    position: relative;
  }

  .hotel-gym .hg-compare__col--old::after {
    content: 'VS';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 48px;
    height: 48px;
    background: var(--hg-red);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    z-index: 2;
    box-shadow: 0 0 0 6px var(--hg-cream);
  }

  .hotel-gym .hg-compare__col--old,
  .hotel-gym .hg-compare__col--new {
    clip-path: none;
    padding: 28px 22px;
  }

  .hotel-gym .hg-compare__col--old {
    padding-right: 22px;
    padding-bottom: 36px;
  }

  .hotel-gym .hg-compare__col--new {
    padding-left: 22px;
    padding-top: 36px;
  }

  .hotel-gym .hg-chain {
    grid-template-columns: 1fr;
  }

  .hotel-gym .hg-tabs__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3px;
    padding: 4px;
  }

  .hotel-gym .hg-tabs__btn {
    padding: 12px 10px;
  }

  .hotel-gym .hg-tabs__btn-name {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .hotel-gym .hg-tabs__btn-meta {
    font-size: 0.76rem;
  }

  .hotel-gym .hg-tabs__panel,
  .hotel-gym .hg-tabs__panel.is-active {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 28px;
  }

  .hotel-gym .hg-tabs__panel img {
    order: -1;
    aspect-ratio: 4 / 3;
    object-fit: contain;
  }

  .hotel-gym .hg-tabs__size {
    font-size: clamp(2rem, 8vw, 2.75rem);
  }

  .hotel-gym .hg-editorial {
    grid-template-columns: 1fr;
  }

  .hotel-gym .hg-editorial__feature {
    grid-row: span 1;
    grid-column: 1;
    min-height: clamp(280px, 55vw, 400px);
  }

  .hotel-gym .hg-chain__copy {
    padding: 32px 24px;
  }

  .hotel-gym .hg-chain__visual img {
    min-height: 240px;
  }

  .hotel-gym .hg-pipeline {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hotel-gym .hg-pipeline::before {
    display: none;
  }

  .hotel-gym .hg-pipeline__step {
    flex-direction: row;
    gap: 16px;
    text-align: left;
    align-items: flex-start;
    padding: 0;
  }

  .hotel-gym .hg-pipeline__dot {
    margin: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .hotel-gym .hg-pipeline__step p {
    max-width: none;
  }

  .hotel-gym .hg-certs {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .hotel-gym .hg-certs__item img {
    min-height: 150px;
    max-height: 220px;
  }

  .hotel-gym .hg-faq-grid {
    grid-template-columns: 1fr;
  }

  .hotel-gym .hg-cta-band__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hotel-gym .hg-cta-band__inner .hg-btn {
    width: 100%;
    max-width: 320px;
    justify-self: center;
    justify-content: center;
  }

  .hotel-gym .hg-cta-band p {
    max-width: none;
  }
}

/* ═══════════════════════════════════════
   RESPONSIVE — Mobile (max 575px)
   ═══════════════════════════════════════ */
@media (max-width: 575px) {
  .hotel-gym {
    --hg-header-offset: 120px;
  }

  .hotel-gym .hg-hero__badge {
    padding: 12px 14px 10px;
  }

  .hotel-gym .hg-hero__badge strong {
    font-size: 1.02rem;
  }

  .hotel-gym .hg-hero__badge span {
    font-size: 0.64rem;
  }

  .hotel-gym .hg-metrics__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotel-gym .hg-metrics__item {
    padding: 18px 10px;
    min-height: 84px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }

  .hotel-gym .hg-metrics__item:nth-child(2n) {
    border-right: none;
  }

  .hotel-gym .hg-metrics__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hotel-gym .hg-metrics__item:last-child {
    border-bottom: none;
  }

  .hotel-gym .hg-metrics__num {
    font-size: clamp(1.35rem, 6vw, 1.65rem);
  }

  .hotel-gym .hg-metrics__label {
    font-size: 0.62rem;
    margin-top: 6px;
    max-width: 14ch;
  }

  .hotel-gym .hg-bento {
    gap: 12px;
    margin-top: 32px;
  }

  .hotel-gym .hg-bento__cell {
    min-height: auto;
    padding: 20px;
    justify-content: flex-start;
  }

  .hotel-gym .hg-bento__cell--wide {
    padding: 20px 16px;
    gap: 16px;
  }

  .hotel-gym .hg-bento__wide-copy {
    padding-left: 14px;
    gap: 8px;
  }

  .hotel-gym .hg-bento__wide-lead {
    font-size: clamp(1.05rem, 4.2vw, 1.25rem);
    letter-spacing: 0.03em;
  }

  .hotel-gym .hg-bento__wide-sub {
    font-size: clamp(0.92rem, 3.5vw, 1rem);
    line-height: 1.55;
  }

  .hotel-gym .hg-bento__cell--wide .hg-btn {
    min-height: 44px;
    padding: 12px 18px;
    font-size: 0.82rem;
  }

  .hotel-gym .hg-bento__cell--hero .hg-bento__overlay {
    padding: 20px;
  }

  .hotel-gym .hg-bento__cell--hero h3 {
    font-size: 1.2rem;
  }

  .hotel-gym .hg-timeline {
    padding-left: 28px;
  }

  .hotel-gym .hg-timeline__item::before {
    left: -28px;
    width: 10px;
    height: 10px;
  }

  .hotel-gym .hg-tabs__btn {
    padding: 10px 8px;
  }

  .hotel-gym .hg-tabs__btn-name {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .hotel-gym .hg-tabs__btn-meta {
    font-size: 0.72rem;
  }

  .hotel-gym .hg-editorial__card {
    flex-direction: column;
    padding: 16px;
  }

  .hotel-gym .hg-editorial__card img {
    width: 100%;
    height: 140px;
  }

  .hotel-gym .hg-editorial__feature .hg-editorial__content {
    padding: 24px 20px;
  }

  .hotel-gym .hg-editorial__feature h3 {
    font-size: 1.35rem;
  }

  .hotel-gym .hg-faq summary {
    padding: 16px 18px;
    font-size: 0.88rem;
  }

  .hotel-gym .hg-faq__answer {
    padding: 0 18px 16px;
    font-size: 0.85rem;
  }

  body.page-hotel-gym-solutions .contact-form .row-flex {
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }

  body.page-hotel-gym-solutions .contact-form .row-flex .form-group:first-child {
    flex: 0 0 34%;
    max-width: 34%;
  }

  body.page-hotel-gym-solutions .contact-form .row-flex .form-group:last-child {
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* ═══════════════════════════════════════
   RESPONSIVE — Desktop fine-tuning (1200px+)
   ═══════════════════════════════════════ */
@media (min-width: 1200px) {
  .hotel-gym .hg-hero__title {
    font-size: clamp(2.5rem, 3.5vw, 3.75rem);
  }

  .hotel-gym .hg-tabs__panel {
    min-height: 360px;
  }

  .hotel-gym .hg-certs__item img {
    min-height: 200px;
    max-height: 280px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hotel-gym .hg-pipeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }

  .hotel-gym .hg-pipeline::before {
    display: none;
  }
}

/* Prevent horizontal overflow from compare clip on medium screens */
@media (min-width: 992px) and (max-width: 1100px) {
  .hotel-gym .hg-compare__col {
    padding: 32px 28px;
  }

  .hotel-gym .hg-compare__col--old {
    padding-right: 40px;
  }

  .hotel-gym .hg-compare__col--new {
    padding-left: 40px;
  }
}

/* ═══════════════════════════════════════
   Theme override layer (loads last)
   Fixes style.css / aoxiang-base conflicts
   ═══════════════════════════════════════ */
body.page-hotel-gym-solutions .hotel-gym,
body.page-hotel-gym-solutions .hotel-gym :where(h1, h2, h3, h4, p, li, span, a, button, summary, label) {
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

body.page-hotel-gym-solutions .hotel-gym a {
  display: revert;
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__title {
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__title em {
  color: var(--hg-red);
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__tag {
  color: rgba(255, 255, 255, 0.55);
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__desc,
body.page-hotel-gym-solutions .hotel-gym .hg-hero__note {
  color: rgba(255, 255, 255, 0.72);
}

body.page-hotel-gym-solutions .hotel-gym .hg-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-section--dark .hg-title,
body.page-hotel-gym-solutions .hotel-gym .hg-cta-band h2 {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-lead,
body.page-hotel-gym-solutions .hotel-gym .hg-audience {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-section--dark .hg-lead {
  color: rgba(255, 255, 255, 0.65);
}

body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell h3,
body.page-hotel-gym-solutions .hotel-gym .hg-timeline__item h3,
body.page-hotel-gym-solutions .hotel-gym .hg-editorial__card h3 {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--hero h3,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--hero p,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__cell--wide,
body.page-hotel-gym-solutions .hotel-gym .hg-bento__wide-lead {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-bento__wide-sub {
  color: rgba(255, 255, 255, 0.72);
}

body.page-hotel-gym-solutions .hotel-gym .hg-metrics,
body.page-hotel-gym-solutions .hotel-gym .hg-metrics__num,
body.page-hotel-gym-solutions .hotel-gym .hg-metrics__label {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn.is-active {
  background: #fff;
  border-color: transparent;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn.is-active .hg-tabs__btn-name {
  color: var(--hg-red);
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn.is-active .hg-tabs__btn-meta {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn-meta {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--new,
body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--new h3 {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--new li {
  color: rgba(255, 255, 255, 0.92);
}

body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--old h3 {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-compare__col--old li {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-editorial__feature h3,
body.page-hotel-gym-solutions .hotel-gym .hg-editorial__feature p {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-section--dark .hg-pipeline__step h3 {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-pipeline__step p {
  color: rgba(255, 255, 255, 0.6);
}

body.page-hotel-gym-solutions .hotel-gym .hg-certs__item span {
  color: rgba(255, 255, 255, 0.88);
}

body.page-hotel-gym-solutions .hotel-gym .hg-product-card a,
body.page-hotel-gym-solutions .hotel-gym .hg-product-card a:hover {
  color: #111;
  text-decoration: none;
}

body.page-hotel-gym-solutions .hotel-gym .hg-product-card__body h3 {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-product-card__body span {
  color: var(--hg-red);
}

body.page-hotel-gym-solutions .hotel-gym .hg-faq summary {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-faq__answer,
body.page-hotel-gym-solutions .hotel-gym .hg-faq__answer p {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__badge strong {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-hero__badge span {
  color: rgba(255, 255, 255, 0.72);
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn {
  position: relative;
  z-index: 4;
  pointer-events: auto;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn::before,
body.page-hotel-gym-solutions .hotel-gym .hg-tabs__btn::before {
  content: none !important;
  display: none !important;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--primary,
body.page-hotel-gym-solutions .hotel-gym .hg-btn--primary:hover {
  color: #fff !important;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost-light,
body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost-light:hover {
  color: #fff !important;
}

body.page-hotel-gym-solutions .hotel-gym .hg-btn--ghost:hover {
  color: #fff !important;
}

body.page-hotel-gym-solutions form#contact.contact-form,
body.page-hotel-gym-solutions form#contact.contact-form :where(h2, label, p, input, select, textarea, button) {
  font-family: 'Oswald', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

body.page-hotel-gym-solutions form#contact.contact-form .contact-title {
  color: #111;
  font-size: clamp(1.75rem, 4vw, 2rem);
}

body.page-hotel-gym-solutions form#contact.contact-form label {
  color: #333;
}

body.page-hotel-gym-solutions form#contact.contact-form input,
body.page-hotel-gym-solutions form#contact.contact-form select,
body.page-hotel-gym-solutions form#contact.contact-form textarea {
  color: #111;
  background: #fff;
}

body.page-hotel-gym-solutions form#contact.contact-form button[type="submit"] {
  position: relative;
  color: #fff !important;
  background: var(--hg-red);
}

body.page-hotel-gym-solutions form#contact.contact-form button[type="submit"]:hover {
  background: var(--hg-red-dark);
}

body.page-hotel-gym-solutions form#contact.contact-form button[type="submit"]::before {
  content: none !important;
  display: none !important;
}

body.page-hotel-gym-solutions .contact-form .hg-contact-intro {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-cta-band,
body.page-hotel-gym-solutions .hotel-gym .hg-cta-band p {
  color: #fff;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__panel h3 {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-tabs__panel p {
  color: #5c5c5c;
}

body.page-hotel-gym-solutions .hotel-gym .hg-chain__copy,
body.page-hotel-gym-solutions .hotel-gym .hg-chain__copy p,
body.page-hotel-gym-solutions .hotel-gym .hg-chain__list li {
  color: #111;
}

body.page-hotel-gym-solutions .hotel-gym .hg-form-privacy {
  margin: 16px 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--hg-muted);
}

body.page-hotel-gym-solutions .hotel-gym .hg-form-privacy a {
  color: var(--hg-red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Remove header bottom rule on this page (white line above hero) */
body.page-hotel-gym-solutions #premiumHeader.premium-header,
body.page-hotel-gym-solutions #premiumHeader.premium-header.scrolled {
  border-bottom: none !important;
}
