/*
Theme Name: The Health Club
Theme URI: https://thehealthclub.gy
Author: Digital Control
Description: A responsive membership, nutrition, fitness and trainer-booking theme for The Health Club Guyana.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: the-health-club
*/
:root {
  --red: #e31b23;
  --black: #0c0c0d;
  --paper: #f5f2ec;
  --muted: #6e6a66;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--black);
  font-family: Arial, Helvetica, sans-serif;
}
button,
a {
  font: inherit;
}
.nav {
  height: 84px;
  padding: 0 6vw;
  display: flex;
  align-items: center;
  gap: 42px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #e7e3dd;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 13px;
  white-space: nowrap;
}
.brand span {
  display: grid;
  place-items: center;
  background: var(--red);
  color: white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
}
.nav nav {
  display: flex;
  gap: 28px;
  margin: auto;
}
.nav nav a {
  color: #3e3b39;
  text-decoration: none;
  font-size: 14px;
}
.outline,
.ghost {
  border: 1px solid #bbb4ac;
  background: transparent;
  padding: 12px 18px;
  font-weight: 700;
}
.menu {
  display: none;
  border: 0;
  background: transparent;
  font-size: 24px;
}
.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 75px 7vw 85px;
  overflow: hidden;
}
.hero-copy {
  max-width: 680px;
}
.eyebrow {
  color: var(--red);
  letter-spacing: 0.2em;
  font-size: 12px;
  font-weight: 800;
}
.hero h1,
.section h2,
.dark-section h2,
.cta h2 {
  font-family: Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.hero h1 {
  font-size: clamp(52px, 6vw, 90px);
  line-height: 0.95;
  margin: 25px 0;
}
.hero h1 em,
.dark-section em {
  color: var(--red);
  font-weight: 400;
}
.lead {
  font-size: 19px;
  color: #5c5753;
  line-height: 1.65;
  max-width: 580px;
}
.actions {
  display: flex;
  gap: 14px;
  margin: 34px 0;
}
.primary,
.light {
  background: var(--red);
  color: white;
  border: 0;
  padding: 16px 24px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.ghost {
  color: var(--black);
  text-decoration: none;
}
.trust {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #666;
}
.trust i {
  height: 30px;
  width: 1px;
  background: #ccc;
  margin: 0 10px;
}
.hero-art {
  height: 510px;
  max-width: 500px;
  background: var(--black);
  border-radius: 48% 48% 12px 12px;
  position: relative;
  margin-left: auto;
  box-shadow: 28px 28px 0 var(--red);
}
.pulse {
  position: absolute;
  right: 16%;
  top: 11%;
  font-size: 95px;
  color: var(--red);
}
.score {
  position: absolute;
  left: 12%;
  top: 15%;
  color: white;
  display: flex;
  flex-direction: column;
}
.score strong {
  font:
    72px Georgia,
    serif;
}
.score span {
  color: #78d79b;
}
.habit,
.coach {
  position: absolute;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 18px 50px #0004;
}
.habit {
  left: -8%;
  bottom: 25%;
  width: 260px;
}
.habit p {
  margin: 8px 0;
}
.habit div {
  height: 7px;
  background: #ddd;
  border-radius: 9px;
}
.habit div span {
  display: block;
  width: 75%;
  height: 100%;
  background: var(--red);
}
.habit small {
  display: block;
  margin-top: 9px;
  color: #777;
}
.coach {
  right: -7%;
  bottom: 8%;
  display: flex;
  gap: 12px;
  align-items: center;
}
.coach > span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--red);
  color: #fff;
  font-weight: 900;
}
.coach p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.ticker {
  background: var(--red);
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 17px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 800;
}
.ticker span:before {
  content: "✦";
  margin-right: 22px;
}
.section {
  padding: 100px 7vw;
}
.section > h2 {
  font-size: clamp(40px, 5vw, 67px);
  margin: 16px 0 55px;
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.grid3 article {
  background: #fff;
  padding: 34px;
  min-height: 270px;
  border-top: 4px solid var(--red);
}
.grid3 .num {
  color: var(--red);
  font: 36px Georgia;
}
.grid3 h3 {
  font: 27px Georgia;
  margin: 42px 0 12px;
}
.grid3 p,
.plan-grid p {
  color: var(--muted);
  line-height: 1.7;
}
.dark-section {
  background: var(--black);
  color: white;
  padding: 100px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.dark-section h2 {
  font-size: 61px;
}
.dark-section ol {
  list-style: none;
  padding: 0;
}
.dark-section li {
  display: flex;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #333;
}
.dark-section li > b {
  color: var(--red);
  font: 30px Georgia;
}
.dark-section li span {
  color: #aaa;
  line-height: 1.55;
}
.dark-section li strong {
  display: block;
  color: white;
  font: 23px Georgia;
  margin-bottom: 7px;
}
.plans {
  text-align: center;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: left;
}
.plan-grid article {
  padding: 34px;
  background: white;
  border: 1px solid #ded8d0;
  display: flex;
  flex-direction: column;
}
.plan-grid article.featured {
  background: var(--black);
  color: white;
  transform: translateY(-12px);
}
.plan-grid small {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0.15em;
}
.plan-grid h3 {
  font: 30px Georgia;
  margin: 28px 0 10px;
}
.plan-grid p {
  flex: 1;
}
.plan-grid strong {
  font: 28px Georgia;
  margin: 22px 0;
}
.plan-grid button {
  padding: 14px;
  border: 0;
  background: var(--red);
  color: white;
  font-weight: 800;
}
.trainer {
  padding: 80px 7vw;
  background: #dfd9d0;
}
.trainer-card {
  background: white;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  max-width: 1000px;
  margin: auto;
}
.trainer-card > div:last-child {
  padding: 65px;
}
.trainer-card h2 {
  font: 50px Georgia;
  margin: 14px 0;
}
.trainer-card p {
  line-height: 1.7;
  color: var(--muted);
}
.avatar {
  min-height: 430px;
  background: var(--red);
  color: #fff;
  display: grid;
  place-items: center;
  font: 120px Georgia;
}
.cta {
  background: var(--red);
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.cta .eyebrow {
  color: white;
}
.cta h2 {
  font-size: 68px;
  margin: 22px;
}
.light {
  background: white;
  color: var(--red);
}
footer {
  background: #070707;
  color: #bbb;
  padding: 50px 7vw;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  align-items: center;
  font-size: 13px;
  line-height: 1.7;
}
footer .brand {
  color: #fff;
}
footer a {
  color: #fff;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: #000b;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
}
.modal {
  background: #fff;
  width: min(640px, 100%);
  max-height: 90vh;
  overflow: auto;
  padding: 42px;
  position: relative;
}
.x {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background: none;
  font-size: 32px;
}
.modal h2 {
  font: 42px Georgia;
  margin: 12px 0;
}
.muted {
  color: var(--muted);
  line-height: 1.6;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 26px 0;
}
.form-grid label {
  font-size: 12px;
  font-weight: 800;
}
.form-grid input,
.form-grid select {
  width: 100%;
  padding: 13px;
  margin-top: 7px;
  border: 1px solid #ccc;
  background: white;
}
.full {
  width: 100%;
}
.payment-options {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}
.payment-options button {
  text-align: left;
  padding: 18px;
  background: white;
  border: 1px solid #ccc;
}
.payment-options button:hover {
  border-color: var(--red);
}
.payment-options b,
.payment-options span {
  display: block;
}
.payment-options span {
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}
.back {
  border: 0;
  background: none;
  margin-top: 16px;
}
.success {
  padding: 13px;
  background: #e4f6e9;
  color: #17652c;
}
@media (max-width: 900px) {
  .nav {
    padding: 0 20px;
  }
  .menu {
    display: block;
    margin-left: auto;
  }
  .desktop {
    display: none;
  }
  .nav nav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: white;
    padding: 25px;
    flex-direction: column;
  }
  .nav nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 65px 24px 100px;
  }
  .hero-art {
    margin: 60px auto 0;
    width: 90%;
    height: 430px;
  }
  .ticker {
    overflow: hidden;
    gap: 40px;
    justify-content: flex-start;
  }
  .ticker span {
    white-space: nowrap;
  }
  .grid3,
  .plan-grid,
  .dark-section,
  .trainer-card,
  footer {
    grid-template-columns: 1fr;
  }
  .dark-section h2 {
    font-size: 48px;
  }
  .plan-grid article.featured {
    transform: none;
  }
  .trainer-card > div:last-child {
    padding: 38px;
  }
  .cta h2 {
    font-size: 48px;
  }
  footer {
    text-align: center;
  }
  footer .brand {
    justify-content: center;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: 52px;
  }
  .hero-art {
    height: 360px;
    box-shadow: 15px 15px 0 var(--red);
  }
  .habit {
    left: -3%;
    bottom: 19%;
    width: 220px;
  }
  .coach {
    right: -4%;
    bottom: 2%;
  }
  .score strong {
    font-size: 55px;
  }
  .section {
    padding: 75px 20px;
  }
  .modal {
    padding: 32px 22px;
  }
  .modal h2 {
    font-size: 34px;
  }
  .actions {
    flex-direction: column;
  }
  .actions a {
    text-align: center;
  }
  .trust {
    flex-wrap: wrap;
  }
}

.logo-brand img {
  width: 116px;
  height: 70px;
  object-fit: contain;
}
.footer-logo img {
  width: 145px;
  height: 100px;
  object-fit: contain;
  background: white;
  border-radius: 8px;
}
.modal-logo {
  width: 100px;
  height: 82px;
  object-fit: contain;
}
.signin-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0;
  border: 1px solid #d2ccc5;
}
.signin-tabs button {
  padding: 13px;
  border: 0;
  background: white;
  font-weight: 700;
}
.signin-tabs button.active {
  background: var(--red);
  color: white;
}
.signin-field {
  display: block;
  margin-bottom: 22px;
  font-size: 12px;
  font-weight: 800;
}
.signin-field input {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #ccc;
}
.account-note {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.account-note a {
  color: var(--red);
  font-weight: 800;
}
