:root {
  --bg: #060606;
  --bg-soft: #111111;
  --bg-panel: #131313;
  --text: #f6f4f1;
  --muted: #b8b3ae;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #ec612b;
  --accent-soft: #f27d4f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: min(1300px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 80% 32%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(180deg, #0a0a0a 0%, #040404 100%);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a.button {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
  position: relative;
}

.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  position: relative;
}

.brand__club,
.brand__gym {
  color: #f3f3f3;
  transform: skewX(-14deg);
}

.brand__72 {
  color: var(--accent);
  font-size: 1.25em;
  transform: skewX(-14deg);
}

.brand__tag {
  position: absolute;
  left: 100%;
  bottom: -0.2rem;
  margin-left: 0.45rem;
  font-family: "Barlow", sans-serif;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.brand--dark .brand__club,
.brand--dark .brand__gym {
  color: #131313;
}

.brand--dark .brand__tag {
  color: rgba(19, 19, 19, 0.85);
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 4, 4, 0.24) 0%, rgba(4, 4, 4, 0.86) 100%),
    url("../images/banner-top-shadow.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 44%) 0%, rgba(0, 0, 0, 0.2) 46%, rgb(0 0 0 / 46%) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgb(0 0 0 / 42%) 100%)
}

.topbar {
  position: relative;
  z-index: 9999;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar img{
  width: 240px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-nav a {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--accent);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 6rem 0 8rem;
}

.hero__grid {
  margin-top: 8.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.72fr);
  gap: 4rem;
  align-items: end;
}

.hero__copy h1 {
  font-size: clamp(3.4rem, 8vw, 6.6rem);
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.hero__copy h1 span {
  color: var(--accent);
}

.hero__location {
  margin-top: 1.35rem;
  font-size: clamp(1rem, 2vw, 1.15rem);
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: #fff;
}

.hero__text {
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.hero__text p {
  /* max-width: 29ch; */
  font-size: 18px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 400;
}

.hero__watermark,
.advantage__watermark,
.highlight__watermark {
  position: absolute;
  right: 0;
  top: 10.5rem;
  font-size: clamp(8rem, 22vw, 18rem);
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -0.08em;
  color: rgba(255, 255, 255, 0.08);
  z-index: 1;
  user-select: none;
  pointer-events: none;
}

.features {
  padding: 2rem 0 4.5rem;
  position: relative;
  margin-top: 0rem;
  z-index: 3;
 background: linear-gradient(180deg, #000000 0%, #1E1E1E 100%);
    padding-top: 3.5rem;
}

.features__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.5fr 0.5fr;
  grid-template-areas:
    "large wide wide"
    "large small-one small-two";
  gap: 1.5rem;
}

.feature-card {
  min-height: 220px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
  background-color: #1a1a1a;
  /* box-shadow: var(--shadow); */
  isolation: isolate;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.08) 8%, rgba(7, 7, 7, 0.82) 100%);
}

.feature-card__content {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.25rem;
  z-index: 1;
}

.feature-card h2 {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 0.96;
  margin-bottom: 0.3rem;
}

.feature-card p {
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.feature-card--large {
  grid-area: large;
  min-height: 470px;
}

.feature-card--wide {
  grid-area: wide;
  min-height: 228px;
}

.feature-card--small {
  min-height: 225px;
}

.feature-card--small .feature-card__content {
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.feature-card--small h2 {
  font-size: clamp(1rem, 2.2vw, 1.45rem);
}

.feature-card--fitness {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.3) 100%),
    url("../images/1.webp") center center / cover no-repeat;
}

.feature-card--sports {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.28) 100%),
    url("../images/2.png") center center / cover no-repeat;
}

.feature-card--specialized {
  grid-area: small-one;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.38) 100%),
    url("../images/3.png") center center / cover no-repeat;
}

.feature-card--wellness {
  grid-area: small-two;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.38) 100%),
    url("../images/4.jpg") center center / cover no-repeat;
}

.advantage {
  position: relative;
  padding: 6.5rem 0 5.5rem;
  overflow: hidden;
}

/* .advantage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.32), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.95;
} */

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 2.8rem;
  max-width: 380px;
}

.section-heading__lead {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.92;
  font-weight: 800;
  text-transform: uppercase;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.92;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 1.2rem;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.advantage__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.35rem;
}

.advantage__item {
 display: grid;
    grid-template-columns: minmax(180px, 0.9fr) minmax(180px, 0.72fr) 1fr;
    align-items: center;
    gap: 2rem;
    padding-bottom: 2.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.advantage__item:last-child {
  border-bottom: 0;
}

.advantage__image {
  min-height: 215px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background-color: #1d1d1d;
}

.advantage__title h3 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
      line-height: 50px;
      margin-left: 35px;
}

.advantage__text p {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.advantage__image--infra {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%),
    url("../images/gym-workout.webp") top center / cover no-repeat;
}

.advantage__image--coaching {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%),
    url("../images/5.jpg") center center / cover no-repeat;
}

.advantage__image--wellness {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%),
    url("../images/6.jpeg") center center / cover no-repeat;
}

.advantage__image--kids {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.28) 100%),
    url("../images/7.jpeg") center center / cover no-repeat;
}

.advantage__watermark {
  top: 5rem;
  right: 1rem;
}

.highlight {
  position: relative;
  padding: 4.5rem 0 5.6rem;
  overflow: hidden;
}

.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.05) 0 28%, transparent 28% 100%),
    linear-gradient(320deg, rgba(255, 255, 255, 0.05) 0 19%, transparent 19% 100%);
}

.highlight__topline {
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.6rem;
}

.highlight__topline p {
  font-size: clamp(2.3rem, 6vw, 4rem);
  line-height: 0.86;
  font-weight: 800;
}

.highlight__topline p span {
  color: var(--accent);
}

.highlight__topline strong {
  display: inline-block;
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  letter-spacing: 0.12em;
}

.highlight__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
  gap: 2.75rem;
  align-items: center;
}

.highlight__poster {
  min-height: 560px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%),
    url("../images/about_us.png") center center / cover no-repeat;
  box-shadow: var(--shadow);
  position: relative;
}

.highlight__badge {
  position: absolute;
  left: -0.85rem;
  top: -0.85rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(14px);
  background: rgba(10, 10, 10, 0.46);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.highlight__content h2 {
      font-size: clamp(1.5rem, 4vw, 2rem);
    line-height: 1.3;
  margin: 0.55rem 0 1rem;
}

.highlight__description {
  /* max-width: 58ch; */
  color: rgba(255, 255, 255, 0.76);
}

.highlight__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.highlight__stats strong {
  display: block;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  color: var(--accent);
  margin-bottom: 0.2rem;
}

.highlight__stats span {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.92rem 1.4rem;
  min-width: 148px;
  border-radius: 999px;
  background: linear-gradient(180deg, #49739d 0%, #5881aa 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(63,93,133, 0.50);
}

.highlight__watermark {
  top: 6rem;
  right: -0.3rem;
}

.mma-banner {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  background:
    /* linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.74) 38%, rgba(255, 235, 238, 0.76) 100%), */
    url("../images/banner.jpg") center center / cover no-repeat;
    padding: 50px 0;
}

.mma-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.18) 100%),
    linear-gradient(135deg, rgba(255, 0, 0, 0.08) 0%, transparent 40%); */
}

.mma-banner__content {
  position: relative;
  z-index: 1;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 440px;
  padding: 4rem 0;
}

.mma-banner__content h2 {
  margin-top: 1.4rem;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.88;
  text-transform: uppercase;
  color: var(--accent);
  font-family: "Bebas Neue", sans-serif;
      letter-spacing: 0.18em;
}

.mma-banner__content p {
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  text-transform: uppercase;
  line-height: 0.92;
  font-weight: 800;
  color: #090909;
}

.mma-banner__pill {
  width: 72px;
  height: 18px;
  border-radius: 999px;
  background: transparent;
  margin-top: 1.2rem;
}

.footer {
  padding: 2rem 0 2rem;
  background: #020202;
}

.footer__headline {
     padding: 0.2rem 0 1.8rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: clamp(2.5rem, 5vw, 1.6rem);
    line-height: 1;
    font-weight: 800;
    text-align: center;
}

.footer__headline span {
  color: var(--accent);
}

.footer__grid {
  padding: 1.8rem 0 2rem;
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 0.7fr 1fr;
  gap: 2rem;
}

.footer__brand p,
.footer__contact p,
.footer__contact a,
.footer__links a {
  color: rgba(255, 255, 255, 0.72);
}

.footer__brand p {
  margin-top: 1rem;
  max-width: 31ch;
}

.footer__links,
.footer__contact {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer__links h3,
.footer__contact h3 {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.25rem;
}

.footer__links a,
.footer__contact a,
.footer__contact p {
  font-size: 0.95rem;
}

.footer__copyright {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}



/* start Service*/
.innerPages .topbar{
      padding: 25px 0;
}
.innerPages .hero{
         background: #fff;
}
.innerPages .hero .site-nav a{
  color: #000000;
}
.services-page {
  overflow-x: hidden;
}

.services-hero {
  position: relative;
  min-height: 350px;
  display: grid;
  place-items: center;
}

.services-hero__image,
.services-hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.services-hero__image {
  object-fit: cover;
}

.services-hero__overlay {
  background: linear-gradient(180deg, rgba(25, 25, 25, 0.12), rgba(25, 25, 25, 0.35));
}

.services-hero__content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding: 24px;
}

.services-hero__tag {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 4.0rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.services-intro {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.06);
}

.services-intro__inner {
  width: var(--container);
  margin: 0 auto;
  padding: 5px 0 10px;
  text-align: center;
}

.services-intro h2 {
  /* margin: 0 0 10px; */
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  color: #000;
}

.services-intro p {
  margin: 0;
  color: #000;
  font-size: 1.05rem;
}

.services-intro span {
  color: var(--accent);
  font-weight: 700;
}

.services-listing {
  padding: 64px 0 88px;
  background: #f4f4f4;
}

.services-listing__grid {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 28px;
}

.service-card {
  /* background: rgba(255, 255, 255, 0.62); */
  /* border: 1px solid rgba(255, 255, 255, 0.6); */
  border-radius: var(--radius-lg);
  padding: 14px 14px 22px;
  /* box-shadow: var(--shadow); */
  /* backdrop-filter: blur(8px); */
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 26px 60px rgba(18, 18, 18, 0.18); */
}

.service-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.service-card__body {
  text-align: center;
  padding: 18px 12px 0;
}

.service-card h3 {
      margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
}

.service-card p {
      margin: 0;
    color: #000000;
    font-size: 16.8px;
    line-height: 26.88px;
    font-weight: 400;
}

.services-walkthrough {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(24, 24, 24, 0.56), rgba(24, 24, 24, 0.24)),
    url("https://images.unsplash.com/photo-1485727749690-d091e8284ef3?auto=format&fit=crop&w=1600&q=80") center/cover;
}

.services-walkthrough__backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.5));
}

.services-walkthrough__person {
  position: absolute;
  left: 3%;
  bottom: 0;
  width: min(38vw, 500px);
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.35));
  z-index: 1;
}

.services-walkthrough__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 620px;
}

.services-walkthrough__eyebrow {
  margin: 0 0 12px;
  font-size: 0.95rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.services-walkthrough h2 {
  margin: 0 0 26px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.05;
  font-weight: 800;
}

.services-play-button {
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff5342, #ff2a16);
  box-shadow: 0 18px 40px rgba(255, 52, 31, 0.4);
}

.services-play-button__icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #fff;
}

.services-play-button__text {
  display: block;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1024px) {
  .services-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-walkthrough {
    min-height: 620px;
    justify-content: flex-end;
  }

  .services-walkthrough__person {
    left: -4%;
    width: min(46vw, 400px);
  }

  .services-walkthrough__content {
    max-width: 480px;
    margin-left: auto;
    text-align: left;
  }

  .services-play-button {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
    .site-nav {
          width: 100%;
    height: 100vh;
    }

}
@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 100%);
  }

  .services-hero {
    min-height: 420px;
  }

  .services-intro__inner {
    padding: 28px 0 24px;
  }

  .services-listing {
    padding: 34px 0 56px;
  }

  .services-listing__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-card {
    padding: 12px 12px 18px;
  }

  .service-card h3 {
    font-size: 1.24rem;
  }

  .service-card p {
    font-size: 0.95rem;
  }

  .services-walkthrough {
    min-height: 720px;
    align-items: flex-start;
    justify-content: center;
    padding-top: 56px;
  }

  .services-walkthrough__person {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: min(90vw, 360px);
    transform: translateX(-50%);
  }

  .services-walkthrough__content {
    margin: 0;
    text-align: center;
  }

  .services-play-button {
    margin-left: auto;
    margin-right: auto;
  }
}