:root {
  --black: #050505;
  --soft-black: #0b0b0b;
  --gray-dark: #161616;
  --gray-border: #2a2a2a;
  --white: #fff;
  --muted: #b8b8b8;
  --red: #e10600;
  --font-display: 'Anton', sans-serif;
  --font-body: 'Manrope', sans-serif;
  --container: 1440px
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-body)
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: .95;
  text-transform: uppercase
}

p {
  line-height: 1.65
}

.container {
  width: min(var(--container), 100%);
  margin: auto;
  padding: 0 5%
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 5, 5, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5%
}

.site-logo {
  display: flex;
  width: clamp(9rem, 13vw, 12rem)
}

.site-logo img {
  display: block;
  width: 100%;
  height: auto
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(.65rem, 1.25vw, 1.3rem)
}

.site-nav a {
  color: #eee;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .07rem;
  text-decoration: none;
  text-transform: uppercase
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--red)
}

.site-nav .join-link {
  padding: .78rem 1.15rem;
  background: var(--red);
  color: #fff;
  font-weight: 600;
  letter-spacing: .1rem
}

.menu-toggle {
  display: none;
  padding: .4rem;
  border: 0;
  background: transparent;
  color: white
}

.page-hero {
  position: relative;
  padding: clamp(7rem, 12vw, 11rem) 0 4rem;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem
}

.page-hero>* {
  position: relative
}

.eyebrow {
  display: block;
  margin-bottom: 1rem;
  color: var(--red);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .28rem;
  text-transform: uppercase
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  text-shadow: 0 0 22px rgba(255, 255, 255, .14)
}

.page-hero p {
  max-width: 42rem;
  margin: 1.3rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem)
}

.page-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0
}

.page-section--grid::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .18;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem
}

.page-section .container {
  position: relative
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.4rem
}

.advantage-card {
  position: relative;
  display: flex;
  min-height: clamp(21rem, 29vw, 27rem);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(1.75rem, 3.2vw, 3rem);
  border: 1px solid var(--gray-border);
  border-radius: 1.2rem;
  background-color: #161616;
  background-position: center;
  background-size: cover
}

.advantage-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, .48), rgba(5, 5, 5, .72) 42%, rgba(5, 5, 5, .985));
  pointer-events: none
}

.advantage-card__num {
  position: absolute;
  z-index: 1;
  top: -.5rem;
  right: .3rem;
  color: rgba(255, 255, 255, .06);
  font-family: var(--font-display);
  font-size: 8rem
}

.advantage-card h2,
.advantage-card p {
  position: relative;
  z-index: 1;
  margin: 0
}

.advantage-card h2 {
  margin-bottom: .85rem;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem)
}

.advantage-card p {
  color: #c3c3c3;
  font-size: clamp(.93rem, 1.15vw, 1.08rem)
}

.advantage-card:nth-child(1) {
  grid-column: span 7;
  background-image: url('https://images.unsplash.com/photo-1517838277536-f5f99be501cd?q=80&w=1000')
}

.advantage-card:nth-child(2) {
  grid-column: span 5;
  background-image: url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=1000')
}

.advantage-card:nth-child(3) {
  grid-column: span 5;
  background-image: url('https://images.unsplash.com/photo-1512941937669-90a1b58e7e9c?q=80&w=1000')
}

.advantage-card:nth-child(4) {
  grid-column: span 7;
  background-image: url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?q=80&w=1000')
}

.advantage-card:nth-child(5) {
  grid-column: 1/-1;
  background-image: url('https://images.unsplash.com/photo-1517838277536-f5f99be501cd?q=80&w=1000')
}

.advantage-card:hover {
  border-color: var(--red);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .4), 0 0 1.25rem rgba(225, 6, 0, .1)
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem
}

.contact-card {
  min-height: 13rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1rem;
  background: linear-gradient(145deg, #151515, #080808)
}

.contact-card svg {
  width: 1.8rem;
  height: 1.8rem;
  color: var(--red)
}

.contact-card h2 {
  margin: 1.5rem 0 .7rem;
  font-size: 1.7rem
}

.contact-card p,
.contact-card a {
  color: var(--muted);
  text-decoration: none
}

.contact-card a:hover {
  color: var(--red)
}

.contact-cta {
  display: inline-flex;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  background: var(--red);
  color: white;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase
}

.location-panel {
  margin-top: 1.2rem;
  padding: 2.5rem;
  border: 1px solid rgba(225, 6, 0, .35);
  border-radius: 1rem;
  background: linear-gradient(135deg, #1a0808, #090909)
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem
}

.gallery-card {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  background: #161616
}

.gallery-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: brightness(.65);
  transition: transform .55s ease, filter .55s ease
}

.gallery-card:hover img {
  transform: scale(1.06);
  filter: brightness(.8)
}

.gallery-card span {
  position: absolute;
  left: 1.25rem;
  bottom: 1.2rem;
  padding: .45rem .65rem;
  background: rgba(5, 5, 5, .7);
  color: white;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1rem;
  text-transform: uppercase
}

.site-footer {
  padding: 3.5rem 5% 2rem;
  border-top: 1px solid var(--gray-border);
  background: #050505;
  text-align: center
}

.site-footer .site-logo {
  display: inline-flex;
  width: clamp(12rem, 20vw, 15rem)
}

.site-footer p {
  margin-top: 1.6rem;
  color: var(--muted);
  font-size: .86rem
}

.wa-float {
  position: fixed;
  z-index: 1000;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  width: 3.75rem;
  height: 3.75rem;
  place-items: center;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 211, 102, .4)
}

.wa-float svg {
  width: 2rem;
  height: 2rem
}

@media(max-width:1050px) {
  .site-nav {
    gap: .65rem
  }

  .site-nav a {
    font-size: .63rem
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:768px) {
  .site-header {
    padding: 1rem 5%
  }

  .menu-toggle {
    display: block
  }

  .site-nav {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(85vw, 25rem);
    padding: 6rem 2rem 2rem;
    background: #090909;
    transform: translateX(100%);
    transition: transform .35s ease;
    flex-direction: column;
    align-items: flex-start
  }

  .site-nav.active {
    transform: translateX(0)
  }

  .site-nav a {
    font-size: 1rem
  }

  .site-nav .join-link {
    margin-top: .5rem
  }

  .advantage-grid,
  .contact-grid,
  .gallery-grid {
    grid-template-columns: 1fr
  }

  .advantage-card {
    grid-column: 1/-1 !important;
    min-height: 20rem
  }

  .page-section {
    padding: 4.5rem 0
  }

  .wa-float {
    width: 3.25rem;
    height: 3.25rem;
    right: 1rem;
    bottom: 1rem
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 96px;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  background: rgba(5, 5, 5, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  backdrop-filter: blur(12px)
}

.site-header.scrolled {
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  background: rgba(5, 5, 5, .96);
  border-bottom-color: rgba(255, 255, 255, .09)
}

.site-header .logo,
.site-header .site-logo {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  width: 180px;
  margin: 0;
  text-decoration: none
}

.site-header .logo img,
.site-header .site-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(.7rem, 1.15vw, 1.1rem);
  min-width: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap
}

.site-header .site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0;
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .055rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease
}

.site-header .site-nav a::after {
  display: none
}

.site-header .site-nav a:hover,
.site-header .site-nav a.active {
  color: var(--red)
}

.site-header .site-nav .join-link {
  min-width: 132px;
  justify-content: center;
  padding: 0 1.25rem !important;
  border: 1px solid var(--red) !important;
  background: var(--red) !important;
  color: #fff !important;
  font-weight: 600 !important;
  letter-spacing: .09rem !important;
  box-shadow: none
}

.site-header .site-nav .join-link::before {
  display: none !important;
  content: none !important
}

.site-header .site-nav .join-link:hover {
  border-color: #a50500 !important;
  background: #a50500 !important;
  color: #fff !important;
  box-shadow: 0 .45rem 1.25rem rgba(225, 6, 0, .25) !important
}

.site-header .menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff
}

.site-header .menu-toggle svg {
  width: 1.75rem;
  height: 1.75rem
}

@media(max-width:1080px) {
  .site-header {
    height: 82px;
    padding: 0 5%
  }

  .site-header .logo,
  .site-header .site-logo {
    width: clamp(8.8rem, 20vw, 10.8rem)
  }

  .site-header .menu-toggle {
    display: flex;
    z-index: 1002
  }

  .site-header .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 25rem);
    padding: 6.5rem 2rem 2rem;
    background: #090909;
    border-left: 1px solid rgba(255, 255, 255, .08);
    transform: translateX(100%);
    transition: transform .35s ease;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .35rem;
    white-space: normal
  }

  .site-header .site-nav.active {
    transform: translateX(0)
  }

  .site-header .site-nav .mobile-menu-logo {
    display: block !important;
    width: clamp(10rem, 54vw, 13rem);
    height: auto;
    margin: 0 0 1.5rem;
    padding: 0
  }

  .site-header .site-nav .mobile-menu-logo img {
    display: block;
    width: 100%;
    height: auto
  }

  .site-header .site-nav a {
    min-height: 2.8rem;
    font-size: 14px
  }

  .site-header .site-nav .join-link {
    margin-top: .8rem;
    min-width: 150px
  }
}

@media(max-width:480px) {
  .site-header {
    height: 74px
  }

  .site-header .logo,
  .site-header .site-logo {
    width: 9rem
  }

  .site-header .site-nav {
    width: min(88vw, 22rem);
    padding: 5.8rem 1.5rem 1.5rem
  }

  .site-header .site-nav a {
    font-size: 13px
  }

  .site-header .site-nav .join-link {
    min-width: 142px
  }
}

.site-header>a.logo {
  width: 180px !important;
  max-width: 180px !important;
  height: auto !important;
  max-height: 72px !important;
  overflow: hidden
}

.site-header>a.logo>img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 72px !important;
  object-fit: contain !important
}

@media(max-width:1080px) {
  .site-header>a.logo {
    width: clamp(8.8rem, 20vw, 10.8rem) !important;
    max-width: 10.8rem !important;
    max-height: 62px !important
  }

  .site-header>a.logo>img {
    max-height: 62px !important
  }
}

@media(max-width:480px) {
  .site-header>a.logo {
    width: 9rem !important;
    max-width: 9rem !important;
    max-height: 54px !important
  }

  .site-header>a.logo>img {
    max-height: 54px !important
  }
}

.site-header .site-nav .mobile-menu-logo {
  display: none !important
}

@media(max-width:1080px) {
  .site-header .site-nav .mobile-menu-logo {
    display: block !important
  }
}

.site-header .site-nav .join-link {
  font-size: 14px !important
}

@media (hover:none),
(pointer:coarse) {
  .site-header {
    backdrop-filter: none
  }

  .gallery-card img {
    filter: brightness(.72);
    transition: none
  }

  .gallery-card:hover img,
  .gallery-card:active img {
    transform: none;
    filter: brightness(.72)
  }

  .wa-float {
    box-shadow: 0 3px 12px rgba(37, 211, 102, .28)
  }
}

/* Explicit dimensions prevent inline SVGs collapsing in Safari/iOS flex layouts. */
svg.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  flex: 0 0 auto;
  vertical-align: middle;
  overflow: visible
}

.site-header .menu-toggle svg.icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px
}

.site-header .menu-toggle {
  position: relative
}

.site-header .menu-toggle svg {
  transition: opacity .2s ease, transform .25s ease
}

.site-header .menu-toggle::before,
.site-header .menu-toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.7rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .25s ease;
}

.site-header .menu-toggle::before {
  transform: translate(-50%, -50%) rotate(0)
}

.site-header .menu-toggle::after {
  transform: translate(-50%, -50%) rotate(0)
}

.site-header .menu-toggle[aria-expanded="true"] svg {
  opacity: 0;
  transform: scale(.72)
}

.site-header .menu-toggle[aria-expanded="true"]::before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(45deg)
}

.site-header .menu-toggle[aria-expanded="true"]::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg)
}

.wa-float svg.icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px
}

.contact-fab {
  position: fixed;
  z-index: 1000;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .65rem;
}

.contact-fab .wa-float {
  position: relative;
  right: auto;
  bottom: auto;
  flex: 0 0 auto;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.contact-fab .contact-fab-toggle svg {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: #fff !important;
  stroke: none !important;
  color: #fff
}

.contact-fab-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .55rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1rem) scale(.94);
  transform-origin: bottom right;
  transition: opacity .22s ease, visibility .22s ease, transform .28s cubic-bezier(.22, 1, .36, 1);
}

.contact-fab-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  min-width: 3.75rem;
  min-height: 3.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .35);
  text-decoration: none;
  overflow: hidden;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-fab-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap
}

.contact-fab-link svg {
  display: block;
  flex: 0 0 auto;
  width: 1.65rem;
  height: 1.65rem;
  color: #fff
}

.contact-fab-link--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0 6%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
  box-shadow: 0 .5rem 1.5rem rgba(214, 36, 159, .3)
}

.contact-fab-link--call {
  background: #1677ff;
  box-shadow: 0 .5rem 1.5rem rgba(22, 119, 255, .32)
}

.contact-fab-link:hover,
.contact-fab-link:focus-visible {
  box-shadow: 0 .6rem 1.65rem rgba(0, 0, 0, .42), 0 0 0 3px rgba(255, 255, 255, .18);
  outline: none;
  transform: scale(1.06)
}

.contact-fab.is-open .contact-fab-menu,
.contact-fab:focus-within .contact-fab-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1)
}

.contact-fab.is-open .contact-fab-toggle {
  transform: scale(1.05)
}

@media(hover:hover) and (pointer:fine) {
  .contact-fab:hover .contact-fab-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1)
  }
}

@media(max-width:768px) {
  .contact-fab {
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom))
  }

  .contact-fab-link {
    width: 3.25rem;
    height: 3.25rem;
    min-width: 3.25rem;
    min-height: 3.25rem
  }
}

.contact-card svg.icon {
  width: 29px;
  height: 29px;
  min-width: 29px;
  min-height: 29px
}

/* Subtle card-number hover accent. */
.advantage-card__num {
  transition: color .3s ease
}

.advantage-card:hover .advantage-card__num {
  color: rgba(225, 6, 0, .13)
}

/* Shared direction-aware fixed navbar. */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1), background-color .25s ease, border-color .25s ease;
  will-change: transform
}

.site-header.is-hidden {
  transform: translate3d(0, -105%, 0)
}

/* Contact-page membership context, interactive cards, and location map. */
.selected-membership {
  position: relative;
  margin: 0 0 2rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(225, 6, 0, .62);
  border-radius: 1rem;
  background: linear-gradient(135deg, #1b0808, #0a0909 62%, #120505);
  box-shadow: inset 0 0 36px rgba(225, 6, 0, .05), 0 1rem 2.5rem rgba(0, 0, 0, .24)
}

.selected-membership[hidden] {
  display: none
}

.selected-membership__heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3.6rem)
}

.selected-membership__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  margin: 1.6rem 0;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .75rem;
  overflow: hidden
}

.selected-membership__details>div {
  padding: 1rem 1.15rem;
  background: rgba(5, 5, 5, .84)
}

.selected-membership__details span {
  display: block;
  margin-bottom: .4rem;
  color: #888;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12rem;
  text-transform: uppercase
}

.selected-membership__details strong {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  overflow-wrap: anywhere
}

.selected-membership p {
  margin: 0;
  max-width: 58rem;
  color: #c7c7c7
}

.contact-grid .contact-card {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .28s ease, box-shadow .28s ease, background-color .28s ease
}

.contact-grid .contact-card:hover,
.contact-grid .contact-card:focus-visible {
  border-color: var(--red);
  box-shadow: 0 0 0 1px rgba(225, 6, 0, .25), 0 1rem 2.2rem rgba(0, 0, 0, .34), 0 0 1.25rem rgba(225, 6, 0, .09)
}

.contact-grid .contact-card:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px
}

.contact-card__value {
  display: block;
  color: var(--muted);
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
  line-height: 1.55;
  overflow-wrap: anywhere
}

.location-map {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  overflow: hidden;
  border-color: rgba(225, 6, 0, .55);
  background: linear-gradient(145deg, #140707, #080808)
}

.location-map__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.5rem
}

.location-map__header h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4rem)
}

.location-map__header p {
  margin: .7rem 0 0;
  color: var(--muted)
}

.location-map .contact-cta {
  flex: 0 0 auto;
  margin: 0;
  border: 1px solid var(--red);
  border-radius: .25rem;
  transition: background-color .25s ease, box-shadow .25s ease
}

.location-map .contact-cta:hover,
.location-map .contact-cta:focus-visible {
  background: #b60500;
  box-shadow: 0 0 1.2rem rgba(225, 6, 0, .22)
}

.location-map__frame {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .85rem;
  background: #080808
}

.location-map__frame iframe {
  display: block;
  width: 100%;
  height: clamp(20rem, 42vw, 32rem);
  border: 0;
  filter: grayscale(.78) contrast(1.08) brightness(.8)
}

@media(max-width:768px) {
  .selected-membership__details {
    grid-template-columns: 1fr
  }

  .location-map__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem
  }

  .location-map .contact-cta {
    width: 100%;
    justify-content: center
  }

  .location-map__frame iframe {
    height: 22rem
  }
}

/* Full-height premium glass mobile navigation on every page. */
body.menu-open {
  overflow: hidden
}

@media(max-width:1080px) {
  .site-header .site-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 2;
    width: min(88vw, 25rem);
    height: 100vh;
    height: 100svh;
    min-height: 100%;
    padding: clamp(5.8rem, 14vh, 7rem) 2rem max(2rem, env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-left: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(145deg, rgba(22, 22, 24, .82), rgba(5, 5, 7, .72));
    -webkit-backdrop-filter: blur(26px) saturate(145%);
    backdrop-filter: blur(26px) saturate(145%);
    box-shadow: -1.5rem 0 3.5rem rgba(0, 0, 0, .5), inset 1px 0 rgba(255, 255, 255, .05);
  }

  .site-header .site-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 28%, rgba(225, 6, 0, .035));
  }

  .site-header .site-nav>a {
    position: relative;
    z-index: 1;
    flex: 0 0 auto
  }

  .site-header .menu-toggle {
    position: relative;
    z-index: 3
  }
}

@media(max-width:480px) {
  .site-header .site-nav {
    width: min(90vw, 22rem);
    padding-right: 1.5rem;
    padding-left: 1.5rem
  }
}

.footer-credit {
  display: block;
  margin-top: .65rem;
  color: #8f8f8f;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .04rem;
}

.footer-credit a {
  color: var(--red);
  text-decoration: none;
  transition: color .25s ease
}


/* Contact hero uses the supplied photography without any overlay. */
.contact-hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: clamp(27rem, 46vw, 40rem);
  padding: 0;
  background-image: url('../assets/contact-desktop.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hero::before {
  display: none
}

.contact-hero .container {
  position: absolute;
  top: clamp(7.5rem, 9vw, 8.75rem);
  left: 50%;
  margin: 0;
  padding: 0 5%;
  text-align: left;
  transform: translateX(-50%);
}

.contact-hero .eyebrow {
  margin-bottom: .7rem;
  font-size: .68rem;
  letter-spacing: .22rem
}

.contact-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  text-shadow: none
}

.contact-hero p {
  max-width: 34rem;
  margin: .85rem 0 0;
  text-align: left;
  font-size: clamp(.9rem, 1.05vw, 1rem);
  line-height: 1.55
}

@media(max-width:767px) {
  .contact-hero {
    min-height: clamp(34rem, 150vw, 42rem);
    background-image: url('../assets/contact-mobile.png');
    background-position: 10% center;
  }

  .contact-hero .container {
    top: clamp(8rem, 32vw, 9.5rem);
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: center;
  }

  .contact-hero .eyebrow {
    margin-bottom: .55rem;
    font-size: .58rem;
    letter-spacing: .16rem
  }

  .contact-hero h1 {
    font-size: clamp(2.35rem, 11vw, 3.25rem)
  }

  .contact-hero p {
    max-width: 20rem;
    margin: .65rem auto 0;
    text-align: center;
    font-size: .86rem;
    line-height: 1.45
  }
}

/* About page — isolated recreation of the supplied PROXFIT reference. */
.about-page {
  background: #050505;
  color: #fff
}

.about-page main {
  overflow: hidden;
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .018), transparent 34%), #050505
}

.about-shell {
  width: min(1320px, calc(100% - 2rem));
  margin-inline: auto
}

.about-kicker {
  display: block;
  color: var(--red);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .27rem;
  line-height: 1.3;
  text-transform: uppercase
}

.about-red-line {
  display: block;
  width: 3.1rem;
  height: 2px;
  background: var(--red)
}

.about-hero {
  position: relative;
  height: clamp(29rem, 35vw, 34rem);
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.about-hero::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 2.5rem 2.5rem;
  mask-image: linear-gradient(90deg, #000 0 48%, transparent 75%);
  -webkit-mask-image: linear-gradient(90deg, #000 0 48%, transparent 75%);
  pointer-events: none
}

.about-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%
}

.about-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  padding-top: 96px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}

.about-hero h1 {
  max-width: 33rem;
  margin: .9rem 0 1rem;
  font-size: clamp(3.5rem, 5.4vw, 6rem);
  line-height: .96;
  letter-spacing: .02em;
  text-shadow: 0 .2rem 1.2rem rgba(0, 0, 0, .55)
}

.about-hero p {
  max-width: 31rem;
  margin: 0 0 1.35rem;
  color: #d0d0d0;
  font-size: clamp(.9rem, 1.08vw, 1.05rem);
  line-height: 1.6
}

.about-highlights {
  position: relative;
  z-index: 3;
  margin-top: -2.25rem
}

.about-highlights__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-height: 10.7rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: .75rem;
  background: linear-gradient(145deg, rgba(18, 18, 18, .98), rgba(7, 7, 7, .98));
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .38)
}

.about-highlight {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 1.25rem .8rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.about-highlight:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 0;
  width: 1px;
  height: 70%;
  background: rgba(255, 255, 255, .16)
}

.about-highlight svg {
  display: block;
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: .8rem;
  color: var(--red)
}

.about-highlight h2 {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1.08;
  letter-spacing: .025em
}

.about-highlight p {
  margin: .48rem 0 0;
  color: #c4c4c4;
  font-size: clamp(.65rem, .78vw, .77rem);
  line-height: 1.4
}

.about-features {
  padding: 2rem 0 clamp(4.5rem, 6vw, 6rem)
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem
}

.about-feature-card {
  position: relative;
  aspect-ratio: .66;
  min-height: 27rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: .7rem;
  background: #111;
  isolation: isolate;
  transition: border-color .28s ease, box-shadow .28s ease, transform .35s ease
}

.about-feature-card::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, .17), rgba(5, 5, 5, .28) 38%, rgba(5, 5, 5, .97) 88%);
  pointer-events: none
}

.about-feature-card>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.72) brightness(.72);
  transition: transform .55s ease, filter .4s ease
}

.about-feature-card--contain>img {
  inset: 5% 0 0 8%;
  width: 84%;
  height: 78%;
  object-fit: contain;
  object-position: center top;
  filter: grayscale(.75) brightness(.54)
}

.about-feature-card__num {
  position: absolute;
  z-index: 2;
  top: .45rem;
  right: .75rem;
  color: rgba(255, 255, 255, .2);
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 6.6vw, 7rem);
  line-height: 1;
  transition: color .3s ease
}

.about-feature-card__content {
  position: absolute;
  z-index: 3;
  right: 1.55rem;
  bottom: 1.35rem;
  left: 1.55rem
}

.about-feature-card h2 {
  margin: 0 0 .72rem;
  font-size: clamp(1.65rem, 2.5vw, 2.55rem);
  line-height: 1.02
}

.about-feature-card p {
  margin: 0;
  color: #c9c9c9;
  font-size: clamp(.72rem, .88vw, .84rem);
  line-height: 1.55
}

.about-feature-card__content>span {
  display: block;
  width: 1.6rem;
  height: 2px;
  margin-top: .8rem;
  background: var(--red)
}

.about-feature-card:hover {
  border-color: rgba(225, 6, 0, .8);
  box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, .4), 0 0 1.3rem rgba(225, 6, 0, .1);
  transform: translateY(-3px)
}

.about-feature-card:hover>img {
  filter: grayscale(.35) brightness(.82);
  transform: scale(1.035)
}

.about-feature-card:hover .about-feature-card__num {
  color: rgba(225, 6, 0, .15)
}

.about-why {
  padding: 0 0 clamp(4rem, 6vw, 5.5rem)
}

.about-section-heading {
  text-align: center
}

.about-section-heading .about-kicker {
  margin-bottom: .75rem
}

.about-section-heading h2 {
  margin: 0;
  font-size: clamp(2.25rem, 3.65vw, 4rem);
  line-height: 1.05
}

.about-section-heading .about-red-line {
  margin: 1rem auto 1.7rem
}

.about-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  max-width: 1200px;
  margin-inline: auto
}

.about-choice-card {
  display: flex;
  min-height: 14rem;
  padding: 2rem 1.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: .75rem;
  background: linear-gradient(145deg, #111, #090909);
  text-align: center;
  transition: border-color .25s ease, box-shadow .25s ease
}

.about-choice-card svg {
  display: block;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.15rem;
  color: var(--red)
}

.about-choice-card h3 {
  margin: 0 0 .8rem;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.05
}

.about-choice-card p {
  margin: 0;
  color: #bdbdbd;
  font-size: clamp(.76rem, .9vw, .88rem);
  line-height: 1.65
}

.about-choice-card:hover {
  border-color: rgba(225, 6, 0, .58);
  box-shadow: 0 0 1.25rem rgba(225, 6, 0, .08)
}

.about-process {
  padding: 0 0 clamp(4.5rem, 7vw, 6.5rem)
}

.about-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1110px;
  margin: 2.2rem auto 0
}

.about-process-grid::before {
  content: '';
  position: absolute;
  top: 2rem;
  right: 9%;
  left: 9%;
  height: 1px;
  background: linear-gradient(90deg, rgba(225, 6, 0, .25), var(--red), rgba(225, 6, 0, .25))
}

.about-process-step {
  position: relative;
  z-index: 1;
  text-align: center
}

.about-process-step::before {
  content: '';
  position: absolute;
  top: 1.78rem;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: #050505;
  transform: translateX(-50%)
}

.about-process-step:first-child::before {
  display: none
}

.about-process-step__num {
  display: grid;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border: 1px solid rgba(225, 6, 0, .55);
  border-radius: 50%;
  background: #0d0d0d;
  box-shadow: 0 0 0 .65rem rgba(225, 6, 0, .04), 0 0 1.15rem rgba(225, 6, 0, .14);
  font-family: var(--font-display);
  font-size: 1.55rem
}

.about-process-step__body {
  display: flex;
  max-width: 17rem;
  margin: auto;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  text-align: left
}

.about-process-step__body svg {
  display: block;
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  color: #fff
}

.about-process-step h3 {
  margin: .15rem 0 .5rem;
  font-size: 1.45rem
}

.about-process-step p {
  margin: 0;
  color: #bcbcbc;
  font-size: .8rem;
  line-height: 1.55
}

.about-cta {
  padding: 0 0 clamp(3.75rem, 6vw, 5.5rem)
}

.about-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: .8rem;
  background: #0c0c0c;
  box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, .4)
}

.about-cta__panel::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: .42rem;
  height: 100%;
  background: var(--red);
  box-shadow: -.4rem 0 1.5rem rgba(225, 6, 0, .85)
}

.about-cta__image {
  position: relative;
  min-height: 18rem;
  overflow: hidden
}

.about-cta__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, .12), rgba(5, 5, 5, .4) 75%, #0c0c0c)
}

.about-cta__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% center;
  filter: grayscale(1) contrast(1.08) brightness(.7)
}

.about-cta__image-mobile {
  display: none !important
}

.about-cta__content {
  display: flex;
  padding: 2.4rem clamp(2rem, 4vw, 4.2rem) 2.4rem 1rem;
  flex-direction: column;
  justify-content: center
}

.about-cta h2 {
  margin: 0;
  font-size: clamp(2.25rem, 3.7vw, 3.9rem);
  line-height: 1.03
}

.about-cta p {
  margin: 1rem 0 1.35rem;
  color: #c8c8c8;
  font-size: .9rem
}

.about-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem
}

.about-btn {
  display: inline-flex;
  min-height: 3.1rem;
  padding: .8rem 1.15rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 1px solid var(--red);
  color: #fff;
  font-size: .71rem;
  font-weight: 800;
  letter-spacing: .035rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease
}

.about-btn--red {
  background: var(--red)
}

.about-btn--red:hover {
  border-color: #b50500;
  background: #b50500;
  box-shadow: 0 0 1rem rgba(225, 6, 0, .22)
}

.about-btn--outline {
  border-color: rgba(255, 255, 255, .7);
  background: transparent
}

.about-btn--outline:hover {
  border-color: var(--red);
  background: rgba(225, 6, 0, .1)
}

.about-footer {
  padding-top: 2rem !important
}

.about-footer .site-logo {
  width: clamp(10rem, 15vw, 13rem)
}

.about-footer p {
  margin: .9rem 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: .7rem !important
}

@media(max-width:1050px) {
  .about-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .about-feature-card {
    aspect-ratio: .78;
    min-height: 31rem
  }

  .about-feature-card h2 {
    font-size: 2.5rem
  }

  .about-cta__panel {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:767px) {
  .about-shell {
    width: min(calc(100% - 1.5rem), 34rem)
  }

  .about-kicker {
    font-size: .62rem;
    letter-spacing: .2rem
  }

  .about-hero {
    height: 36rem
  }

  .about-hero::after {
    content: '';
    position: absolute;
    z-index: 1;
    inset: 0;
    linear-gradient(180deg, rgba(5, 5, 5, .18), rgb(5 5 5 / 48%) 68%, #050505)
  }

  .about-hero__image {
    object-position: 50% center
  }

  .about-hero__content {
    z-index: 2;
    padding: 7.5rem 1rem 3.25rem;
    align-items: center;
    justify-content: flex-start;
    text-align: center
  }

  .about-hero h1 {
    margin-top: .8rem;
    font-size: clamp(3rem, 14vw, 4.6rem)
  }

  .about-hero p {
    max-width: 19rem;
    font-size: .84rem
  }

  .about-hero .about-red-line {
    margin-inline: auto
  }

  .about-highlights {
    margin-top: -1.25rem
  }

  .about-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0
  }

  .about-highlight {
    min-height: 9.5rem;
    padding: 1rem .6rem;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
  }

  .about-highlight:not(:last-child)::after {
    display: none
  }

  .about-highlight:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .12)
  }

  .about-highlight:last-child {
    grid-column: 1/-1;
    border-right: 0;
    border-bottom: 0
  }

  .about-highlight h2 {
    font-size: 1.25rem
  }

  .about-highlight p {
    font-size: .65rem
  }

  .about-features {
    padding-top: 1.25rem
  }

  .about-feature-grid {
    grid-template-columns: 1fr
  }

  .about-feature-card {
    aspect-ratio: .77;
    min-height: 29rem
  }

  .about-feature-card h2 {
    font-size: 2.2rem
  }

  .about-choice-grid {
    grid-template-columns: 1fr
  }

  .about-choice-card {
    min-height: 12rem;
    padding: 1.6rem 1rem
  }

  .about-section-heading h2 {
    font-size: clamp(2.05rem, 9vw, 3rem)
  }

  .about-process-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    margin-top: 2rem
  }

  .about-process-grid::before {
    top: 1rem;
    bottom: 1rem;
    left: 2rem;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(225, 6, 0, .25), var(--red), rgba(225, 6, 0, .25))
  }

  .about-process-step {
    display: grid;
    grid-template-columns: 4rem 1fr;
    gap: 1.15rem;
    text-align: left
  }

  .about-process-step::before {
    display: none
  }

  .about-process-step__num {
    grid-column: 1;
    margin: 0
  }

  .about-process-step__body {
    grid-column: 2;
    max-width: none;
    margin: 0;
    justify-content: flex-start
  }

  .about-cta__panel {
    grid-template-columns: 1fr
  }

  .about-cta__panel::after {
    display: none
  }

  .about-cta__image {
    min-height: 15rem
  }

  .about-cta__image-desktop {
    display: none !important
  }

  .about-cta__image-mobile {
    display: block !important;
    object-position: center
  }

  .about-cta__image::after {
    background: linear-gradient(180deg, rgba(5, 5, 5, .08), #0c0c0c)
  }

  .about-cta__content {
    padding: 1.25rem 1.25rem 2rem;
    text-align: center
  }

  .about-cta h2 {
    font-size: 2.5rem
  }

  .about-cta__buttons {
    justify-content: center
  }

  .about-btn {
    width: 100%
  }
}
