body.theme-gym {
  --gym-black: #101215;
  --gym-ink: #17191b;
  --gym-orange: #ef6335;
  --gym-orange-dark: #c94b28;
  --gym-mint: #43b99e;
  --gym-ash: #f1efe8;
  --gym-line: rgba(16, 18, 21, 0.16);
  --bg: #f3f1eb;
  --surface: #ffffff;
  --surface-soft: #e7e3da;
  --text: var(--gym-ink);
  --muted: #5f6a66;
  --accent: var(--gym-orange-dark);
  --accent-2: #2f7a67;
  --dark: var(--gym-black);
  --on-dark: #fbf7ee;
  --card-border: rgba(16, 18, 21, 0.16);
  --card-shadow: 0 20px 46px rgba(16, 18, 21, 0.09);
  --radius-lg: 4px;
  --radius-md: 3px;
  background: var(--bg);
  font-family: Arial, "Helvetica Neue", system-ui, sans-serif;
}

.theme-gym h1,
.theme-gym h2,
.theme-gym h3,
.theme-gym .brand strong {
  font-family: Impact, "Arial Narrow", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.theme-gym h1 {
  max-width: 12.4ch;
  margin: 0.9rem 0 0.9rem;
  font-size: clamp(3.05rem, 5.9vw, 4.85rem);
  line-height: 0.88;
}

.theme-gym h2 {
  max-width: 14.5ch;
  font-size: clamp(2.35rem, 4.65vw, 3.9rem);
  line-height: 0.9;
}

.theme-gym h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  line-height: 0.95;
}

.theme-gym .container {
  width: min(calc(100% - 2rem), var(--max));
}

.theme-gym .topbar {
  background: #0d0f11;
}

.theme-gym .topbar-row {
  padding: 0.55rem 0;
}

.theme-gym .site-header {
  background: rgba(243, 241, 235, 0.94);
  border-bottom-color: rgba(16, 18, 21, 0.12);
}

.theme-gym .eyebrow,
.theme-gym .section-label,
.theme-gym .card-label {
  min-height: 1.9rem;
  padding: 0.32rem 0.68rem;
  border-color: rgba(16, 18, 21, 0.14);
  border-radius: 999px;
  color: var(--gym-orange-dark);
  font-size: 0.78rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.theme-gym .button {
  min-height: 3.2rem;
  border-radius: 2px;
  text-transform: uppercase;
}

.theme-gym .button-primary {
  background: var(--gym-orange);
  box-shadow: 0 16px 32px rgba(239, 99, 53, 0.28);
}

.theme-gym .button-primary:hover,
.theme-gym .button-primary:focus-visible {
  background: #f56d40;
}

.theme-gym .button-secondary {
  border-color: rgba(16, 18, 21, 0.18);
}

.theme-gym .section {
  padding: clamp(3.25rem, 6vw, 5.7rem) 0;
}

.theme-gym section[id] {
  scroll-margin-top: 5.75rem;
}

.theme-gym .section-heading {
  margin-bottom: clamp(1.35rem, 2.3vw, 2rem);
}

.theme-gym .section-heading p,
.theme-gym .large-text {
  max-width: 58ch;
  color: #5b6661;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.55;
}

.theme-gym .hero {
  padding: clamp(2.55rem, 4vw, 3.85rem) 0 clamp(2.85rem, 4.6vw, 4.25rem);
  background:
    radial-gradient(circle at 82% 36%, rgba(239, 99, 53, 0.36), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(135deg, #111417 0%, #191d20 54%, #753a2a 128%);
  color: #ffffff;
}

.theme-gym .hero-grid {
  gap: clamp(2rem, 5vw, 5rem);
}

.theme-gym .hero-copy {
  max-width: 760px;
}

.theme-gym .hero-lead {
  max-width: 52ch;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
}

.theme-gym .hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.14);
  color: #fff2ea;
}

.theme-gym .hero .button-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.theme-gym .hero-proof {
  gap: 0.5rem;
  margin-top: 1.05rem;
}

.theme-gym .hero-proof li {
  min-height: 2.25rem;
  border-color: rgba(255, 255, 255, 0.22);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.88rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.theme-gym .demo-safety-note {
  max-width: 50rem;
  margin-top: 1rem;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: rgba(16, 18, 21, 0.44);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.theme-gym .hero-media {
  width: 100%;
  max-width: 560px;
  justify-self: end;
}

.theme-gym .hero-media .visual-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), transparent 38%),
    linear-gradient(135deg, rgba(67, 185, 158, 0.18), rgba(239, 99, 53, 0.16)),
    #181b1f;
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.theme-gym .hero-media .visual-card::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto;
  height: 46%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px) 0 0 / 18px 100%,
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(135deg, rgba(239, 99, 53, 0.2), rgba(67, 185, 158, 0.18));
}

.theme-gym .hero-media .visual-card::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -18%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(239, 99, 53, 0.34);
  transform: rotate(14deg);
}

.theme-gym .hero-media .visual-card > * {
  position: relative;
  z-index: 1;
}

.theme-gym .hero-media .visual-card .card-label {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.94);
  color: var(--gym-orange-dark);
}

.theme-gym .hero-media .visual-card strong {
  max-width: 15.5rem;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.1;
}

.theme-gym .hero-media .visual-card p {
  max-width: 15.75rem;
  color: rgba(255, 255, 255, 0.78);
}

.theme-gym .hero-note {
  position: relative;
  z-index: 2;
  right: auto;
  bottom: auto;
  margin: -3.6rem 1rem 0 auto;
  max-width: 300px;
  border-left: 0.35rem solid var(--gym-orange);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--gym-ink);
}

.theme-gym .hero-note p {
  color: #4d5753;
  line-height: 1.45;
}

.theme-gym .trust-strip {
  padding: 1.1rem 0;
  background:
    linear-gradient(90deg, rgba(239, 99, 53, 0.18), transparent 38%),
    var(--gym-black);
}

.theme-gym .trust-grid {
  gap: 0;
}

.theme-gym .trust-item {
  padding: 0.85rem 1.2rem;
}

.theme-gym .trust-item strong {
  color: #ffffff;
}

.theme-gym .trust-item p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 700;
}

.theme-gym .service-grid,
.theme-gym .steps-grid,
.theme-gym .faq-list,
.theme-gym .gallery-grid {
  gap: clamp(0.8rem, 1.5vw, 1rem);
}

.theme-gym .service-card,
.theme-gym .area-panel,
.theme-gym .faq-card {
  border: 1px solid var(--gym-line);
  border-top: 0.36rem solid var(--gym-orange);
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 18, 21, 0.07);
}

.theme-gym .service-card {
  min-height: 15rem;
  padding: clamp(1.1rem, 2vw, 1.45rem);
  background:
    linear-gradient(135deg, rgba(239, 99, 53, 0.08), transparent 44%),
    #ffffff;
}

.theme-gym .service-card:nth-child(2) {
  border-top-color: var(--gym-mint);
  background:
    linear-gradient(135deg, rgba(67, 185, 158, 0.09), transparent 44%),
    #ffffff;
}

.theme-gym .service-card:nth-child(3) {
  border-top-color: var(--gym-black);
  background:
    linear-gradient(135deg, rgba(16, 18, 21, 0.07), transparent 42%),
    #ffffff;
}

.theme-gym .service-card .card-label {
  border-color: rgba(16, 18, 21, 0.12);
  background: rgba(255, 255, 255, 0.82);
}

.theme-gym .service-card h3 {
  margin-top: 0.75rem;
}

.theme-gym .service-card p {
  color: #202427;
}

.theme-gym .service-card ul {
  display: grid;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.1rem;
}

.theme-gym .service-card li,
.theme-gym .check-list li {
  color: #5b6661;
}

.theme-gym .service-card li::before,
.theme-gym .check-list li::before {
  top: 0.67em;
  background: var(--gym-orange-dark);
}

.theme-gym .section-soft {
  background:
    linear-gradient(115deg, rgba(239, 99, 53, 0.08), transparent 30%),
    var(--gym-black);
  color: #ffffff;
}

.theme-gym .section-soft .section-heading p,
.theme-gym .section-soft .large-text {
  color: rgba(255, 255, 255, 0.76);
}

.theme-gym #classes .split-grid {
  gap: clamp(2rem, 5vw, 4.6rem);
}

.theme-gym #classes .steps-grid {
  align-items: stretch;
}

.theme-gym #classes .section-heading {
  margin-bottom: 0;
}

.theme-gym #classes .area-panel {
  position: relative;
  min-height: 190px;
  align-content: start;
  gap: 0.7rem;
  padding: 1.15rem 1.1rem 2.65rem;
  background: #fbfaf6;
  color: var(--gym-ink);
}

.theme-gym #classes .area-panel:nth-child(2) {
  border-top-color: var(--gym-mint);
}

.theme-gym #classes .area-panel:nth-child(3) {
  border-top-color: var(--gym-black);
}

.theme-gym #classes .area-panel::after {
  content: "";
  position: absolute;
  right: 1.1rem;
  bottom: 1.15rem;
  left: 1.1rem;
  height: 0.5rem;
  background:
    linear-gradient(90deg, var(--gym-orange) 0 28%, transparent 28% 34%, rgba(16, 18, 21, 0.2) 34% 64%, transparent 64% 70%, var(--gym-mint) 70% 100%);
}

.theme-gym #classes .area-panel strong,
.theme-gym #facilities + .section-soft .area-panel strong {
  color: var(--gym-ink);
}

.theme-gym #classes .area-panel p,
.theme-gym #facilities + .section-soft .area-panel p,
.theme-gym #facilities + .section-soft .area-panel li {
  color: #59645f;
}

.theme-gym #facilities .section-heading {
  margin-bottom: clamp(1.4rem, 2.5vw, 2.1rem);
}

.theme-gym #facilities .gallery-grid {
  align-items: stretch;
}

.theme-gym #facilities .visual-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  align-content: stretch;
  gap: 0;
  padding: 0;
  grid-template-rows: minmax(155px, 1fr) auto auto;
  border-color: rgba(16, 18, 21, 0.14);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 18, 21, 0.08);
}

.theme-gym #facilities .visual-card::before {
  content: "";
  display: block;
  min-height: 155px;
  border-bottom: 1px solid rgba(16, 18, 21, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), transparent 44%),
    repeating-linear-gradient(90deg, rgba(16, 18, 21, 0.08) 0 1px, transparent 1px 22px),
    repeating-linear-gradient(0deg, rgba(16, 18, 21, 0.05) 0 1px, transparent 1px 22px),
    linear-gradient(135deg, rgba(16, 18, 21, 0.18), transparent 45%),
    linear-gradient(150deg, rgba(239, 99, 53, 0.2), rgba(67, 185, 158, 0.12) 62%, #f9faf8);
}

.theme-gym #facilities .visual-card::after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  height: 118px;
  border: 1px solid rgba(16, 18, 21, 0.13);
  background:
    linear-gradient(135deg, transparent 0 46%, rgba(239, 99, 53, 0.18) 46% 47%, transparent 47%),
    linear-gradient(45deg, transparent 0 54%, rgba(67, 185, 158, 0.16) 54% 55%, transparent 55%);
  pointer-events: none;
}

.theme-gym #facilities .visual-card:nth-child(2)::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), transparent 46%),
    repeating-linear-gradient(90deg, rgba(16, 18, 21, 0.08) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(16, 18, 21, 0.05) 0 1px, transparent 1px 24px),
    linear-gradient(135deg, rgba(67, 185, 158, 0.22), transparent 45%),
    linear-gradient(150deg, rgba(16, 18, 21, 0.16), rgba(239, 99, 53, 0.12) 64%, #f9faf8);
}

.theme-gym #facilities .visual-card:nth-child(3)::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), transparent 46%),
    repeating-linear-gradient(90deg, rgba(16, 18, 21, 0.08) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(16, 18, 21, 0.05) 0 1px, transparent 1px 24px),
    linear-gradient(135deg, rgba(239, 99, 53, 0.2), transparent 44%),
    linear-gradient(150deg, rgba(67, 185, 158, 0.24), rgba(16, 18, 21, 0.1) 64%, #f9faf8);
}

.theme-gym #facilities .visual-card:nth-child(4)::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76), transparent 46%),
    repeating-linear-gradient(90deg, rgba(16, 18, 21, 0.08) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(0deg, rgba(16, 18, 21, 0.05) 0 1px, transparent 1px 24px),
    linear-gradient(135deg, rgba(16, 18, 21, 0.16), transparent 44%),
    linear-gradient(150deg, rgba(67, 185, 158, 0.18), rgba(239, 99, 53, 0.16) 64%, #f9faf8);
}

.theme-gym #facilities .visual-card strong {
  padding: 1rem 1.15rem 0;
  color: var(--gym-ink);
}

.theme-gym #facilities .visual-card p {
  padding: 0.45rem 1.15rem 1.15rem;
  color: #59645f;
}

.theme-gym #facilities + .section-soft {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(16, 18, 21, 0.08);
}

.theme-gym #facilities + .section-soft .area-grid {
  gap: clamp(2rem, 5vw, 4.5rem);
}

.theme-gym #facilities + .section-soft .area-panel {
  width: 100%;
  max-width: 550px;
  justify-self: end;
  min-height: 0;
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
  background: #ffffff;
  color: var(--gym-ink);
}

.theme-gym #facilities + .section-soft .check-list {
  display: grid;
  gap: 0.55rem;
}

.theme-gym #facilities + .section-soft .check-list li {
  padding-left: 1.15rem;
}

.theme-gym #faq {
  padding-bottom: clamp(2.6rem, 4.5vw, 4rem);
}

.theme-gym #faq .faq-grid {
  align-items: start;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.theme-gym #faq .section-heading {
  margin-bottom: 0;
}

.theme-gym #faq .faq-list {
  align-self: start;
  gap: 0.85rem;
}

.theme-gym .faq-card {
  padding: clamp(1rem, 2vw, 1.25rem);
  background: #ffffff;
}

.theme-gym .faq-card h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
}

.theme-gym .faq-card p {
  color: #5b6661;
}

.theme-gym #trial {
  padding-top: clamp(2.8rem, 5vw, 4.4rem);
}

.theme-gym #trial .contact-grid {
  align-items: start;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.theme-gym #trial h2 {
  max-width: 13.5ch;
}

.theme-gym #trial .check-list {
  display: grid;
  gap: 0.25rem;
}

.theme-gym #trial .check-list a {
  color: #4f5b56;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.theme-gym .contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 550px;
  justify-self: end;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(16, 18, 21, 0.15);
  border-top: 0.4rem solid var(--gym-mint);
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 22px 52px rgba(16, 18, 21, 0.11);
}

.theme-gym .contact-form label {
  margin-bottom: 0.35rem;
  color: var(--gym-ink);
  font-size: 0.95rem;
}

.theme-gym input,
.theme-gym select,
.theme-gym textarea {
  min-height: 3rem;
  margin-bottom: 0.9rem;
  border-color: rgba(16, 18, 21, 0.16);
  border-radius: 3px;
  background: #fff;
}

.theme-gym input:focus,
.theme-gym select:focus,
.theme-gym textarea:focus {
  outline: none;
  border-color: var(--gym-mint);
  box-shadow: 0 0 0 4px rgba(67, 185, 158, 0.18);
}

.theme-gym input[aria-invalid="true"],
.theme-gym select[aria-invalid="true"],
.theme-gym textarea[aria-invalid="true"],
.theme-gym input[aria-invalid="true"]:focus,
.theme-gym select[aria-invalid="true"]:focus,
.theme-gym textarea[aria-invalid="true"]:focus {
  border-color: var(--gym-orange-dark);
  box-shadow: 0 0 0 4px rgba(201, 75, 40, 0.16);
}

.theme-gym textarea {
  min-height: 138px;
}

.theme-gym textarea::placeholder {
  color: #8c9691;
}

.theme-gym .form-note,
.theme-gym .form-message {
  color: #5b6661;
}

.theme-gym .form-trust {
  border-color: rgba(16, 18, 21, 0.14);
  border-left: 0.28rem solid var(--gym-mint);
  border-radius: 3px;
  background: #f3f1eb;
  color: #59645f;
}

.theme-gym .form-trust strong {
  color: var(--gym-ink);
}

.theme-gym .form-message {
  order: -1;
  margin: 0;
  font-weight: 800;
}

.theme-gym .form-message:empty {
  display: none;
}

.theme-gym .form-message:not(:empty) {
  display: block;
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.85rem;
  border-left: 0.28rem solid var(--gym-orange-dark);
  background: #fff2ed;
}

.theme-gym .form-message.success:not(:empty) {
  border-left-color: var(--gym-mint);
  background: #eefaf6;
}

.theme-gym .contact-form .button-full {
  order: 1;
}

.theme-gym .site-footer {
  padding-top: 2.8rem;
  background: #101215;
}

.theme-gym .site-footer .button-secondary {
  background: rgba(255, 255, 255, 0.86);
  color: var(--gym-ink);
}

@media (min-width: 760px) {
  .theme-gym .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.78fr);
  }

  .theme-gym #classes .split-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  }

  .theme-gym #trial .contact-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  }
}

@media (min-width: 760px) and (max-width: 1020px) {
  .theme-gym h1 {
    max-width: 12ch;
    font-size: clamp(3.45rem, 7.1vw, 4.8rem);
  }

  .theme-gym h2 {
    font-size: clamp(2.5rem, 5.3vw, 3.3rem);
  }

  .theme-gym .hero-note {
    max-width: none;
    margin: 0.85rem 0 0;
  }

  .theme-gym .hero-media .visual-card strong,
  .theme-gym .hero-media .visual-card p {
    max-width: 22rem;
  }

  .theme-gym #classes .split-grid,
  .theme-gym #facilities + .section-soft .area-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .theme-gym #facilities + .section-soft .area-panel {
    max-width: none;
    justify-self: stretch;
  }
}

@media (max-width: 759px) {
  .theme-gym .container {
    width: min(calc(100% - 1.25rem), var(--max));
  }

  .theme-gym .topbar-row {
    justify-content: center;
    text-align: center;
  }

  .theme-gym .hero {
    padding: 2.9rem 0 3.25rem;
  }

  .theme-gym h1 {
    max-width: 10.7ch;
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .theme-gym h2 {
    max-width: 11.2ch;
    font-size: clamp(2.4rem, 12vw, 3.15rem);
  }

  .theme-gym .section {
    padding: 3.25rem 0;
  }

  .theme-gym section[id] {
    scroll-margin-top: 5rem;
  }

  .theme-gym .hero-media {
    max-width: none;
    justify-self: stretch;
  }

  .theme-gym .hero-media .visual-card {
    min-height: 285px;
  }

  .theme-gym .hero-note {
    max-width: none;
    margin: 0.75rem 0 0;
  }

  .theme-gym .button-row {
    margin-top: 1.25rem;
  }

  .theme-gym .trust-grid {
    gap: 0.75rem;
  }

  .theme-gym .trust-item {
    padding: 0.85rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .theme-gym #classes .area-panel {
    min-height: 0;
  }

  .theme-gym #facilities .visual-card {
    min-height: 255px;
  }

  .theme-gym #facilities .visual-card::before {
    min-height: 135px;
  }

  .theme-gym #facilities + .section-soft .area-panel,
  .theme-gym .contact-form {
    max-width: none;
    justify-self: stretch;
  }

  .theme-gym .mobile-contact-bar,
  .theme-gym .mobile-contact-bar a {
    border-radius: 3px;
  }
}
