@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/bebas-neue-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-latin.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 700;
}

:root {
  --ink: #080808;
  --ink-soft: #121212;
  --paper: #f0eee8;
  --paper-deep: #dfdbd2;
  --white: #fff;
  --pink: #b72046;
  --pink-bright: #df4c67;
  --pink-deep: #87192f;
  --line-dark: rgba(255, 255, 255, 0.16);
  --line-light: rgba(8, 8, 8, 0.16);
  --muted-dark: rgba(255, 255, 255, 0.68);
  --muted-light: rgba(8, 8, 8, 0.66);
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --body: "Inter", sans-serif;
  --wrap: min(1180px, calc(100% - 48px));
  --header-height: 84px;
  --radius: 2px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 400;
  line-height: 0.95;
}

::selection {
  background: var(--pink);
  color: var(--white);
}

:focus-visible {
  outline: 3px solid var(--pink-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.icon {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  transition: height 200ms ease, background 200ms ease, border-color 200ms ease;
}

.site-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
  content: "";
  pointer-events: none;
}

.site-header.is-scrolled {
  height: 72px;
  border-color: var(--line-dark);
  background: rgba(8, 8, 8, 0.94);
  backdrop-filter: blur(14px);
}

.site-header.is-scrolled::before {
  opacity: 0;
}

.header-inner {
  width: var(--wrap);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  color: var(--white);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand-main {
  display: inline-flex;
  align-items: baseline;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.68rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 0.92;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 8px 18px rgba(0, 0, 0, 0.42);
}

.brand-sub {
  padding-left: 0.14em;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--body);
  font-size: 0.43rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 30px);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 26px);
}

.site-nav a,
.language-link,
.location-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 1.35;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  margin: -10px -12px;
  padding: 10px 12px;
  transition: color 160ms ease;
  white-space: nowrap;
}

.site-nav a::before,
.language-link::before,
.location-link::before {
  position: absolute;
  inset: 3px 4px;
  z-index: -1;
  border: 1px solid rgba(255, 77, 123, 0.44);
  background: linear-gradient(135deg, rgba(198, 37, 82, 0.96), rgba(255, 77, 123, 0.78));
  box-shadow: 0 16px 34px rgba(198, 37, 82, 0.22);
  content: "";
  opacity: 0;
  transform: translateY(6px) scale(0.96);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav .nav-break {
  white-space: normal;
}

.site-nav .nav-break-start {
  margin-left: clamp(4px, 0.5vw, 8px);
}

.site-nav a:hover,
.language-link:hover,
.location-link:hover {
  color: var(--white);
}

.site-nav a:not([aria-current="page"]):hover::before,
.language-link:hover::before,
.location-link:hover::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.site-nav a[aria-current="page"] {
  color: var(--white);
}

.site-nav a[aria-current="page"]::before {
  opacity: 0;
  transform: translateY(6px) scale(0.96);
}

.site-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  background: var(--pink-bright);
  content: "";
}

.nav-utility {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.4vw, 22px);
}

.nav-utility .language-link,
.nav-utility .location-link {
  margin: 0;
}

.language-link {
  padding: 10px 12px;
  border: 1px solid var(--line-dark);
}

.location-link {
  padding: 11px 18px;
  border: 1px solid rgba(223, 76, 103, 0.44);
  background: rgba(183, 32, 70, 0.12);
  color: var(--white);
}

.location-link:hover {
  border-color: var(--pink-bright);
  background: rgba(183, 32, 70, 0.2);
}

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: var(--pink);
  color: var(--white);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 160ms ease, transform 160ms ease;
}

.header-call:hover {
  background: var(--pink-deep);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-dark);
  background: rgba(8, 8, 8, 0.5);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #050505;
}

.hero-media,
.hero-media::after,
.hero-picture,
.hero-picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-picture img {
  object-fit: cover;
  object-position: center top;
  animation: hero-scale 1.4s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.81) 0%, rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.18) 75%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.22) 100%);
  content: "";
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, transparent 78%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: 130px 0 48px;
  transform: translateY(38px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 20px;
  color: var(--pink-bright);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(4.65rem, 9.9vw, 9.35rem);
  letter-spacing: -0.025em;
  line-height: 0.8;
  text-transform: uppercase;
  animation: hero-up 700ms 120ms ease both;
}

.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.82);
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  animation: hero-up 700ms 220ms ease both;
}

.hero-actions,
.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  animation: hero-up 700ms 320ms ease both;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--white);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-outline:hover,
.button-outline:focus-visible,
.button-dark:hover,
.button-dark:focus-visible,
.hero-actions .button-primary:hover,
.hero-actions .button-primary:focus-visible,
.hero-actions .button-outline:hover,
.hero-actions .button-outline:focus-visible,
.legal-hero .button-primary:hover,
.legal-hero .button-primary:focus-visible,
.section-dark .button-row .button-primary:hover,
.section-dark .button-row .button-primary:focus-visible {
  border-color: rgba(255, 77, 123, 0.44);
  background: linear-gradient(135deg, rgba(198, 37, 82, 0.96), rgba(255, 77, 123, 0.78));
  box-shadow: 0 16px 34px rgba(198, 37, 82, 0.22);
  color: var(--white);
}

.hero-actions .button-primary,
.hero-actions .button-outline {
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button-primary:hover .icon,
.button-primary:focus-visible .icon,
.button-outline:hover .icon,
.button-outline:focus-visible .icon,
.button-dark:hover .icon,
.button-dark:focus-visible .icon,
.hero-actions .button-primary:hover .icon,
.hero-actions .button-primary:focus-visible .icon,
.legal-hero .button-primary:hover .icon,
.legal-hero .button-primary:focus-visible .icon,
.section-dark .button-row .button-primary:hover .icon,
.section-dark .button-row .button-primary:focus-visible .icon {
  color: currentColor;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(0, 0, 0, 0.16);
  color: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.hero-facts {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 74px;
  z-index: 2;
  width: min(370px, 30vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  animation: hero-up 700ms 400ms ease both;
}

.hero-fact {
  position: relative;
  padding: 18px 16px;
  border-right: 1px solid var(--line-dark);
}

.hero-fact:last-child {
  border-right: 0;
}

.hero-fact strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--display);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}

.hero-fact span {
  display: block;
  color: var(--muted-dark);
  font-size: 0.59rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-fact-call {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.hero-fact-call strong {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.hero-fact-call .icon {
  width: 1.35rem;
  height: 1.35rem;
}

.hero-fact-bubble {
  position: absolute;
  top: -42px;
  left: 16px;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(255, 77, 123, 0.36);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(198, 37, 82, 0.96), rgba(255, 77, 123, 0.78));
  box-shadow: 0 16px 34px rgba(198, 37, 82, 0.24);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.hero-fact-call:hover,
.hero-fact-call:focus-visible {
  color: var(--white);
}

.hero-fact-call:hover .hero-fact-bubble,
.hero-fact-call:focus-visible .hero-fact-bubble {
  opacity: 1;
  transform: translateY(0);
}

.hero-fact-call:hover span,
.hero-fact-call:focus-visible span {
  color: var(--white);
}

.section {
  position: relative;
  padding: clamp(86px, 10vw, 150px) 0;
}

.section-paper {
  background: var(--paper);
  color: var(--ink);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-soft-dark {
  background: var(--ink-soft);
  color: var(--white);
}

.section-inner {
  width: var(--wrap);
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: start;
  margin-bottom: clamp(48px, 7vw, 90px);
}

.section-index {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-index::after {
  width: 46px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading h2,
.display-title {
  max-width: 840px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(3.5rem, 7.8vw, 7.1rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-heading h2 em,
.display-title em {
  color: var(--pink);
  font-style: normal;
}

.machine-section-heading {
  margin-bottom: clamp(42px, 5vw, 72px);
}

.machine-section-heading p {
  max-width: min(100%, 1040px);
  color: var(--muted-light);
  font-size: clamp(1.22rem, 1.9vw, 1.75rem);
  line-height: 1.55;
}

@media (min-width: 900px) {
  .machine-section-heading {
    grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
    column-gap: clamp(42px, 6vw, 96px);
  }

  .machine-section-heading h2 {
    max-width: 980px;
  }

  .machine-section-heading p {
    grid-column: 1 / -1;
    max-width: none;
    padding-right: clamp(0px, 4vw, 48px);
    font-size: clamp(1.45rem, 1.55vw, 1.95rem);
  }
}

@media (max-width: 899px) {
  .machine-section-heading p {
    font-size: clamp(1.2rem, 5.8vw, 1.5rem);
    line-height: 1.55;
  }
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  gap: clamp(40px, 8vw, 118px);
  align-items: start;
}

.intro-copy {
  max-width: 710px;
}

.intro-copy > p:first-child {
  margin-bottom: 22px;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.42;
}

.intro-copy > p + p {
  max-width: 590px;
  color: var(--muted-light);
}

.principles {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}

.principle {
  padding: 24px 20px 0 0;
  border-right: 1px solid var(--line-light);
}

.principle:not(:first-child) {
  padding-left: 20px;
}

.principle:last-child {
  border-right: 0;
}

.principle strong {
  display: block;
  margin-bottom: 7px;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.principle span {
  color: var(--muted-light);
  font-size: 0.82rem;
}

.section-dark .intro-copy > p + p,
.section-dark .principle span {
  color: var(--muted-dark);
}

.section-dark .principles,
.section-dark .principle {
  border-color: var(--line-dark);
}

.section-dark .founder-card {
  border: 1px solid var(--line-dark);
  background: var(--ink-soft);
}

.activity-photo-placeholder {
  position: relative;
  display: grid;
  min-height: clamp(220px, 32vw, 360px);
  margin-top: 46px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  align-content: end;
  border: 1px solid rgba(13, 13, 13, 0.14);
  background:
    linear-gradient(145deg, rgba(8, 8, 8, 0.78), rgba(8, 8, 8, 0.2)),
    repeating-linear-gradient(135deg, rgba(197, 27, 76, 0.22) 0 2px, transparent 2px 18px),
    radial-gradient(circle at 82% 22%, rgba(197, 27, 76, 0.42), transparent 32%),
    #141414;
  color: var(--white);
}

.activity-photo-placeholder::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
}

.activity-photo-placeholder::after {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(255, 255, 255, 0.12);
  content: "FOTO";
  font-family: var(--display);
  font-size: clamp(5rem, 12vw, 11rem);
  line-height: 0.8;
}

.activity-photo-placeholder span,
.activity-photo-placeholder strong {
  position: relative;
  z-index: 1;
}

.activity-photo-placeholder span {
  color: var(--pink-bright);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.activity-photo-placeholder strong {
  max-width: 520px;
  margin-top: 10px;
  font-family: var(--display);
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: uppercase;
}

.activity-photo-real {
  position: relative;
  min-height: clamp(260px, 36vw, 430px);
  margin: 46px 0 0;
  overflow: hidden;
  border: 1px solid rgba(13, 13, 13, 0.14);
  background: var(--ink);
  color: var(--white);
}

.activity-photo-real::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.02), rgba(8, 8, 8, 0.34)),
    radial-gradient(circle at 18% 16%, rgba(197, 27, 76, 0.12), transparent 46%);
  content: "";
}

.activity-photo-real img {
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 36vw, 430px);
  object-fit: cover;
  filter: saturate(1.02) contrast(1.08) brightness(1.04);
}

.activity-photo-real figcaption {
  position: absolute;
  left: clamp(20px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 30px);
  z-index: 2;
  max-width: min(520px, calc(100% - 40px));
  color: var(--pink-bright);
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0.01em;
  line-height: 0.95;
  text-transform: uppercase;
}

.activity-photo-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.72fr);
  gap: clamp(14px, 2vw, 22px);
  margin-top: 46px;
}

.activity-photo-pair .activity-photo-real {
  margin-top: 0;
}

.activity-photo-secondary {
  min-height: clamp(260px, 30vw, 430px);
}

.activity-photo-secondary .freeweight-slide {
  height: 100%;
}

.activity-photo-secondary .freeweight-controls {
  right: clamp(14px, 2vw, 20px);
  bottom: clamp(14px, 2vw, 20px);
}

.activity-photo-secondary img {
  min-height: clamp(260px, 30vw, 430px);
  object-position: center 46%;
  filter: saturate(1.03) contrast(1.1) brightness(1.06);
}

.activity-photo-secondary figcaption {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.freeweight-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 26px);
  margin: clamp(34px, 5vw, 60px) 0 clamp(28px, 4vw, 48px);
}

.freeweight-gallery figure {
  position: relative;
  min-height: clamp(320px, 34vw, 500px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(8, 8, 8, 0.14);
  background: var(--ink);
}

.freeweight-slider {
  isolation: isolate;
}

.freeweight-gallery figure::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.02), rgba(8, 8, 8, 0.54)),
    linear-gradient(90deg, rgba(8, 8, 8, 0.12), rgba(8, 8, 8, 0));
  content: "";
}

.freeweight-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  transition: opacity 420ms ease;
}

.freeweight-slide.is-active {
  opacity: 1;
}

.freeweight-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 48%;
  filter: contrast(1.08) saturate(1.02) brightness(1.02);
}

.cardio-gallery img,
.cardio-gallery figure:nth-child(2) img {
  object-position: center 46%;
}

.freeweight-gallery figcaption {
  position: absolute;
  left: clamp(20px, 3vw, 34px);
  bottom: clamp(18px, 2.8vw, 30px);
  z-index: 2;
  max-width: calc(100% - 132px);
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.freeweight-controls {
  position: absolute;
  right: clamp(16px, 2.4vw, 26px);
  bottom: clamp(16px, 2.4vw, 26px);
  z-index: 3;
  display: flex;
  gap: 8px;
}

.freeweight-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(8, 8, 8, 0.64);
  color: var(--white);
  font: 700 1.5rem/1 var(--body);
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.freeweight-controls button:hover,
.freeweight-controls button:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  transform: translateY(-1px);
}

.machine-photo {
  position: relative;
  min-height: clamp(380px, 48vw, 640px);
  margin: clamp(34px, 5vw, 60px) 0 clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(8, 8, 8, 0.14);
  background: var(--ink);
}

.machine-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.02), rgba(8, 8, 8, 0.58)),
    radial-gradient(circle at 28% 18%, rgba(197, 27, 76, 0.24), transparent 38%);
  content: "";
}

.machine-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 48%;
  filter: contrast(1.04) saturate(0.96) brightness(0.96);
}

.machine-photo figcaption {
  position: absolute;
  left: clamp(22px, 3.2vw, 40px);
  bottom: clamp(20px, 3vw, 34px);
  z-index: 2;
  max-width: min(620px, calc(100% - 44px));
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.founder-card {
  position: relative;
  padding: 42px 36px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.founder-card-mobile {
  display: none;
}

.founder-card::before {
  position: absolute;
  top: -46px;
  right: -26px;
  color: rgba(255, 255, 255, 0.06);
  content: "PM";
  font-family: var(--display);
  font-size: 12rem;
  line-height: 1;
}

.founder-kicker {
  position: relative;
  margin-bottom: 44px;
  color: var(--pink-bright);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.founder-card-photo {
  min-height: 450px;
  isolation: isolate;
}

.founder-card-photo .founder-kicker {
  max-width: 46%;
  margin-bottom: 44px;
}

.founder-photo {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: 57.5%;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.founder-photo::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(8, 8, 8, 0.72) 20%, rgba(8, 8, 8, 0.1) 100%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.25), rgba(8, 8, 8, 0.06));
}

.founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.94;
  filter: saturate(0.86) contrast(1.08);
}

.founder-card-photo h3,
.founder-card-photo .founder-role,
.founder-card-photo p:last-child {
  max-width: 46%;
}

.founder-card h3 {
  position: relative;
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: 3.3rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.founder-role {
  position: relative;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.founder-card p:last-child {
  position: relative;
  margin-bottom: 0;
  color: var(--muted-dark);
  font-size: 0.9rem;
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.content-placeholder {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  overflow: hidden;
  border: 1px dashed rgba(13, 13, 13, 0.28);
  background: linear-gradient(145deg, rgba(183, 32, 70, 0.045), transparent 48%), repeating-linear-gradient(135deg, rgba(13, 13, 13, 0.035) 0 1px, transparent 1px 14px), #f3f0ec;
}

.content-placeholder::before {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(13, 13, 13, 0.1);
  content: "+";
  font-family: var(--display);
  font-size: 5rem;
  line-height: 0.7;
}

.placeholder-status {
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 9px;
  border: 1px solid rgba(13, 13, 13, 0.24);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-placeholder h3 {
  max-width: 330px;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.content-placeholder p {
  max-width: 390px;
  margin: 0;
  color: var(--muted-light);
  font-size: 0.82rem;
}

.content-placeholder.is-wide { grid-column: span 2; }

.section-dark .content-placeholder {
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(145deg, rgba(183, 32, 70, 0.08), transparent 48%), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 14px), #121212;
}

.section-dark .content-placeholder::before { color: rgba(255, 255, 255, 0.1); }
.section-dark .placeholder-status { border-color: rgba(255, 255, 255, 0.25); }
.section-dark .content-placeholder p { color: var(--muted-dark); }

.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.facility-card {
  position: relative;
  min-height: clamp(360px, 38vw, 520px);
  padding: clamp(24px, 3vw, 34px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(13, 13, 13, 0.12);
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, 0.92) 78%),
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 26%),
    #141414;
  color: var(--white);
}

.facility-card::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
}

.facility-card::after {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(255, 255, 255, 0.1);
  content: "FOTO";
  font-family: var(--display);
  font-size: clamp(4.2rem, 8vw, 8rem);
  line-height: 0.8;
}

.facility-card > * {
  position: relative;
  z-index: 1;
}

.facility-card .service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: auto;
}

.facility-card h3 {
  margin: 18px 0 10px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.2vw, 4rem);
  letter-spacing: -0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}

.facility-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.76);
}

.facility-card .facility-motivation {
  max-width: 330px;
  margin: 0 0 14px;
  color: var(--pink-bright);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 45, 119, 0.22);
}

.facility-card .table-action {
  margin-top: 22px;
}

.facility-toggle {
  width: fit-content;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.facility-toggle .icon {
  transition: transform 180ms ease;
}

.facility-toggle[aria-expanded="true"] .icon {
  transform: rotate(90deg);
}

.facility-gallery {
  width: 100%;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.facility-gallery[hidden] {
  display: none;
}

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

.facility-shot {
  min-height: 92px;
  display: grid;
  place-items: end start;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(160deg, rgba(196, 31, 78, 0.18), transparent 52%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 12px),
    rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.facility-shot-photo {
  min-height: 170px;
  grid-column: 1 / -1;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
}

.facility-shot-photo picture,
.facility-shot-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.facility-shot-photo img {
  object-fit: cover;
}

.gallery-close {
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gallery-close:hover {
  color: var(--white);
}

.facility-photo-card {
  background: #111;
}

.facility-photo-card::before {
  z-index: 1;
}

.facility-photo-card picture,
.facility-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.facility-photo-card picture {
  z-index: 0;
}

.facility-photo {
  object-fit: cover;
  object-position: center;
  opacity: 0.9;
  filter: saturate(1.02) contrast(1.08) brightness(1.04);
}

.facility-card-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.facility-card-slider .freeweight-slide {
  height: 100%;
}

.facility-card-slider .facility-photo {
  height: 100%;
}

.facility-card-slider .freeweight-controls {
  right: clamp(14px, 2vw, 20px);
  bottom: clamp(14px, 2vw, 20px);
}

.facility-photo-card::after {
  position: absolute;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.04) 0%, rgba(8, 8, 8, 0.78) 86%),
    radial-gradient(circle at 30% 18%, rgba(197, 27, 76, 0.2), transparent 40%);
  content: "";
}

.facility-photo-card > *:not(picture):not(.facility-card-slider) {
  z-index: 2;
}

.facility-strength .facility-photo {
  object-position: center top;
}

.facility-free .facility-photo {
  object-position: center 48%;
  opacity: 0.78;
}

.facility-cardio .facility-photo {
  object-position: center 46%;
  opacity: 0.84;
  filter: saturate(0.98) contrast(1.08) brightness(1.08);
}

.facility-spinning .facility-photo {
  object-position: center 44%;
  opacity: 0.94;
  filter: saturate(1.04) contrast(1.1) brightness(1.06);
}

.facility-machines {
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, 0.92) 78%),
    repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    #171717;
}

.facility-free {
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, 0.92) 78%),
    radial-gradient(circle at 18% 16%, rgba(197, 27, 76, 0.45), transparent 34%),
    #111;
}

.facility-cardio {
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 8, 8, 0.92) 78%),
    radial-gradient(circle at 78% 18%, rgba(45, 128, 197, 0.42), transparent 34%),
    #121212;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.service-card {
  min-height: 365px;
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: #171717;
  transform: translateY(-4px);
}

.service-card-light {
  border-color: rgba(13, 13, 13, 0.14);
  background: #fffaf5;
  color: var(--ink);
}

.service-card-light:hover {
  background: #ffffff;
}

.service-card.service-card-light p {
  color: var(--muted-light);
}

.team-offer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-offer-grid .service-card-light {
  min-height: 300px;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(196, 39, 85, 0.18), transparent 42%),
    #080808;
  color: #ffffff;
}

.team-offer-grid .service-card-light:hover {
  background:
    linear-gradient(135deg, rgba(196, 39, 85, 0.24), transparent 44%),
    #111111;
}

.team-offer-grid .service-card h3 {
  color: #ffffff;
}

.team-offer-grid .service-card.service-card-light p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.service-card-light .service-number {
  color: rgba(13, 13, 13, 0.28);
}

.service-number {
  display: none;
}

.service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  color: var(--pink-bright);
}

.service-card h3 {
  margin-bottom: 15px;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.7rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted-dark);
  font-size: 0.9rem;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 28px;
}

.minibar-section {
  padding-top: 64px;
}

.minibar-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.minibar-intro p {
  max-width: 34rem;
}

.minibar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.minibar-open {
  min-width: 148px;
}

.minibar-preview {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(13, 13, 13, 0.1);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(197, 27, 76, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 242, 235, 0.9));
  box-shadow: 0 24px 54px rgba(13, 13, 13, 0.08);
}

.minibar-preview-kicker {
  margin-bottom: 18px;
  color: var(--pink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.minibar-preview-grid,
.minibar-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.minibar-preview-item,
.minibar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.72);
}

.minibar-preview-item strong,
.minibar-item strong {
  font-size: 0.96rem;
}

.minibar-preview-item span,
.minibar-item span {
  color: var(--pink);
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
  white-space: nowrap;
}

.minibar-preview-note {
  margin-top: 18px;
  margin-bottom: 0;
  color: var(--muted-light);
}

.minibar-sheet {
  position: fixed;
  inset: 0;
  z-index: 1480;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(16px, 3vw, 34px);
  opacity: 0;
  pointer-events: none;
  perspective: 1800px;
  transition: opacity 220ms ease;
}

.minibar-sheet[hidden] {
  display: none;
}

.minibar-sheet.is-open {
  opacity: 1;
  pointer-events: auto;
}

.minibar-sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.minibar-sheet-panel {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: min(84vh, 920px);
  overflow: auto;
  padding: clamp(26px, 4vw, 40px);
  border: 1px solid rgba(13, 13, 13, 0.12);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(244, 240, 233, 0.985));
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.38);
  transform: translateX(72px) rotateY(-14deg) scale(0.97);
  transform-origin: right center;
  opacity: 0;
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 220ms ease;
}

.minibar-sheet.is-open .minibar-sheet-panel {
  transform: translateX(0) rotateY(0) scale(1);
  opacity: 1;
}

.minibar-sheet-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 22px;
  background: linear-gradient(90deg, rgba(13, 13, 13, 0.12), rgba(13, 13, 13, 0.03) 48%, transparent);
  pointer-events: none;
}

.minibar-sheet-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 100%;
  background: linear-gradient(270deg, rgba(13, 13, 13, 0.08), transparent);
  pointer-events: none;
}

.minibar-sheet-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
}

.minibar-sheet-eyebrow {
  margin: 0 52px 8px 0;
  color: var(--pink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.minibar-sheet-title {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  text-transform: uppercase;
}

body.minibar-sheet-open {
  overflow: hidden;
}

.mini-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.mini-action:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.info-intro h2 {
  margin-bottom: 25px;
  font-family: var(--display);
  font-size: clamp(3.4rem, 6.8vw, 6.2rem);
  text-transform: uppercase;
}

.info-intro h2 em {
  color: var(--pink);
  font-style: normal;
}

.info-intro p {
  max-width: 440px;
  color: var(--muted-light);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.schedule-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.schedule-table th {
  padding: 0 16px 15px;
  color: var(--muted-light);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: left;
  text-transform: uppercase;
}

.schedule-table td {
  padding: 25px 16px;
  border-top: 1px solid var(--line-light);
  vertical-align: middle;
  font-size: 0.88rem;
}

.schedule-table td:first-child {
  font-weight: 700;
}

.table-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pink);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.activity-table-wrap {
  position: relative;
  overflow-x: auto;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid rgba(13, 13, 13, 0.1);
  background:
    linear-gradient(135deg, rgba(197, 27, 76, 0.08), transparent 34%),
    linear-gradient(180deg, #fff 0%, #f4f0e9 100%);
  box-shadow: 0 24px 70px rgba(13, 13, 13, 0.12);
}


.activities-deck {
  --deck-stack-padding-top: clamp(44px, 6vw, 86px);
  --deck-stack-padding-top-mobile: 42px;
  --deck-stack-top: 96px;
  --deck-stack-top-mobile: 86px;
  --deck-stack-overlap: 12vh;
  --deck-stack-overlap-mobile: 8vh;
  --deck-stack-min-height: min(82vh, 820px);
  --deck-stack-min-height-mobile: auto;
  background: var(--paper);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.activities-deck-list {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding-inline: clamp(0px, 2vw, 28px);
}

.activities-deck-card {
  border: 1px solid rgba(13, 13, 13, 0.1);
  box-shadow: 0 34px 90px rgba(13, 13, 13, 0.14);
}

.activities-deck-card .section-inner {
  width: min(100%, var(--max));
}

.activities-deck-card-intro {
  background: var(--paper);
}

.activities-deck-card-services {
  border-color: rgba(255, 255, 255, 0.12);
  background: #050505;
  color: #fff;
}

.activities-deck-card-schedule {
  background: #f4f0e9;
}

@media (max-width: 820px) {
  .activities-deck {
    padding-bottom: 72px;
  }

  .activities-deck-list {
    padding-inline: 0;
  }

  .activities-deck-card {
    min-height: auto;
  }
}


.activity-poster-head {
  display: grid;
  gap: 5px;
  margin-bottom: clamp(18px, 2.6vw, 30px);
  padding-bottom: 18px;
  border-bottom: 5px solid #f0db25;
  text-align: center;
}

.activity-poster-head span {
  color: var(--pink);
  font-size: clamp(0.7rem, 1.2vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.activity-poster-head strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(2.2rem, 7vw, 5.4rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.88;
  text-transform: uppercase;
}

.activity-table {
  min-width: 960px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 13, 13, 0.18);
  background: var(--white);
  table-layout: fixed;
}

.activity-table th {
  padding: 16px 12px;
  border-right: 1px solid rgba(13, 13, 13, 0.16);
  background: #f0db25;
  color: var(--ink);
  font-size: clamp(0.7rem, 0.9vw, 0.82rem);
  letter-spacing: 0.12em;
  text-align: center;
}

.activity-table td {
  height: clamp(76px, 8vw, 112px);
  padding: 10px;
  border-top: 1px solid rgba(13, 13, 13, 0.16);
  border-right: 1px solid rgba(13, 13, 13, 0.12);
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.activity-table th:last-child,
.activity-table td:last-child {
  border-right: 0;
}

.activity-table td:first-child {
  background: #f7f4ee;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.activity-pill,
.activity-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  width: 100%;
  padding: 13px 10px;
  border: 0;
  box-shadow: inset 0 -5px rgba(13, 13, 13, 0.12);
  color: var(--ink);
  font-size: clamp(0.76rem, 1.05vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

.activity-spinning {
  background: #2d80c5;
  color: var(--white);
}

.activity-conditioning {
  background: #d7837b;
}

.activity-pilates {
  background: #86a841;
  color: var(--white);
}

.activity-gap {
  background: #eee100;
}

.activity-upper {
  background: #a99c4f;
}

.activity-legs {
  background: #df5a34;
  color: var(--white);
}

.activity-arms {
  background: #82a9d6;
}

.activity-fitbox {
  background: #d8c990;
}

.activity-step {
  background: #a9d1e2;
}

.activity-power {
  background: #b2a2c5;
}

.activity-empty {
  background: rgba(13, 13, 13, 0.04);
  color: rgba(13, 13, 13, 0.32);
  box-shadow: none;
}

.activity-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-top: 18px;
  color: var(--muted-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legend-dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  border: 1px solid rgba(13, 13, 13, 0.16);
  vertical-align: -2px;
}

.activity-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted-light);
  font-size: 0.86rem;
}

.pricing-panel {
  position: relative;
  overflow: hidden;
  background: var(--pink);
  color: var(--white);
}

.pricing-panel::before {
  position: absolute;
  inset: -20% -5%;
  opacity: 0.12;
  background-image: repeating-linear-gradient(115deg, transparent 0 54px, #fff 54px 55px);
  content: "";
}

.pricing-inner {
  position: relative;
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 60px;
  align-items: center;
  padding: clamp(78px, 9vw, 132px) 0;
}

.pricing-copy h2 {
  max-width: 780px;
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(4rem, 8.5vw, 8rem);
  text-transform: uppercase;
}

.pricing-copy p {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.02rem;
}

.pricing-card {
  padding: 34px;
  background: var(--white);
  color: var(--ink);
}

.pricing-card strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.pricing-card > span {
  display: block;
  margin-bottom: 25px;
  color: var(--muted-light);
  font-size: 0.79rem;
}

.check-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid var(--line-light);
  font-size: 0.82rem;
}

.check-list .icon {
  margin-top: 3px;
  color: var(--pink);
}

.price-catalog {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 10px;
  background: var(--line-light);
  border: 1px solid var(--line-light);
}

.price-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(8, 8, 8, 0.045), transparent 44%),
    var(--white);
  color: var(--ink);
}

.price-card.is-featured {
  background: var(--ink);
  color: var(--white);
}

.price-card.is-pending {
  background:
    repeating-linear-gradient(135deg, rgba(8, 8, 8, 0.035) 0 1px, transparent 1px 12px),
    #f7f4ef;
}

.price-kicker {
  display: block;
  margin-bottom: 28px;
  color: var(--muted-light);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-card.is-featured .price-kicker {
  color: rgba(255, 255, 255, 0.66);
}

.price-card h3 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5vw, 5.9rem);
  letter-spacing: 0.01em;
  line-height: 0.82;
  text-transform: uppercase;
}

.price-card p {
  margin-bottom: 28px;
  color: var(--muted-light);
  font-size: 0.86rem;
}

.price-card.is-featured p {
  color: rgba(255, 255, 255, 0.76);
}

.price-card .table-action {
  margin-top: auto;
}

.price-card.is-featured .table-action {
  color: var(--pink-bright);
}

.review-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  align-items: center;
  padding: clamp(42px, 6vw, 72px);
  border: 1px solid var(--line-light);
  background: var(--paper);
  color: var(--ink);
}

.review-band-dark {
  border-color: var(--line-dark);
  background: linear-gradient(110deg, #131313, #090909);
  color: var(--white);
}

.review-band h2 {
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  text-transform: uppercase;
}

.review-band p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted-light);
}

.review-band-dark p {
  color: var(--muted-dark);
}

.review-band:not(.review-band-dark) .button-primary {
  background: var(--ink);
  color: var(--white);
}

.review-band:not(.review-band-dark) .button-outline {
  border-color: rgba(8, 8, 8, 0.34);
  background: rgba(8, 8, 8, 0.04);
  color: var(--ink);
}

.review-band-media {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr) auto;
}

.team-deck {
  --deck-stack-padding-top: clamp(28px, 4vw, 58px);
  --deck-stack-padding-top-mobile: 24px;
  --deck-stack-top: 96px;
  --deck-stack-top-mobile: 104px;
  --deck-stack-overlap: 9vh;
  --deck-stack-overlap-mobile: 12vh;
  --deck-stack-min-height: min(78vh, 760px);
  --deck-stack-min-height-mobile: min(82svh, 680px);
  background: var(--paper);
  padding-bottom: clamp(54px, 7vw, 90px);
}

.team-deck-list {
  width: 100%;
  margin: 0 auto;
  padding-inline: 0;
}

.team-deck-section {
  isolation: isolate;
  border: 1px solid rgba(13, 13, 13, 0.1);
  box-shadow: 0 26px 76px rgba(13, 13, 13, 0.12);
}

.team-deck-section.section-dark {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.34);
}

.team-deck-section .section-inner {
  width: min(100%, var(--max));
}

.deck-layer-1 {
  z-index: 11;
}

.deck-layer-2 {
  z-index: 12;
}

.deck-layer-3 {
  z-index: 13;
}

.deck-layer-4 {
  z-index: 14;
}

.deck-layer-5 {
  z-index: 15;
}

.deck-layer-6 {
  z-index: 16;
}

.team-athletes-band {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.team-athletes-band > div:first-child {
  align-self: end;
}

.team-athletes-band .section-index {
  margin-bottom: 18px;
}

.team-athletes-band h2 {
  max-width: 720px;
  margin-bottom: 28px;
}

.team-athletes-band p {
  max-width: 620px;
  line-height: 1.72;
}

.team-athletes-band .button-row {
  grid-column: 1;
  align-self: start;
  margin-top: 2px;
}

.team-athletes-band .team-media-card {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 370px;
  aspect-ratio: 16 / 11;
}

.team-athletes-band .team-media-card::after {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0), rgba(8, 8, 8, 0.07)),
    linear-gradient(90deg, rgba(8, 8, 8, 0.08), transparent 30%);
}

.team-athletes-band .team-media-card img {
  min-height: 370px;
  object-position: center 42%;
  filter: contrast(1.12) brightness(1.04);
}

.team-media-card {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--ink-soft);
}

.team-media-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.04), rgba(8, 8, 8, 0.28));
  content: "";
}

.team-media-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center center;
  filter: contrast(1.04);
}

.career-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}

.career-portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(8, 8, 8, 0.14);
  background: var(--ink);
}

.career-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 8, 8, 0.22));
  content: "";
  pointer-events: none;
}

.career-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: contrast(1.08);
}

.career-copy h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(4rem, 7.5vw, 7rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.career-copy h2 em {
  color: var(--pink);
  font-style: normal;
}

.career-copy > p {
  max-width: 660px;
  color: var(--muted-light);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.career-medals {
  display: grid;
  gap: 0;
  margin-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid var(--line-light);
}

.career-medals div {
  display: grid;
  grid-template-columns: clamp(112px, 16vw, 150px) 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.career-medals strong {
  color: var(--pink);
  font-family: var(--display);
  font-size: clamp(1.65rem, 4.8vw, 2.2rem);
  font-weight: 400;
  line-height: 0.9;
}

.career-medals span {
  color: var(--ink);
  font-weight: 700;
}

.career-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.58fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.career-gallery figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--ink-soft);
}

.career-gallery figure:nth-child(2) {
  aspect-ratio: 4 / 5;
}

.career-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.08) brightness(1.08) saturate(1.02);
}

.career-gallery figure:first-child img {
  object-position: center 42%;
  filter: contrast(1.08) brightness(1.06);
}

.career-gallery figure:nth-child(2) img {
  object-position: center top;
}

.athlete-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
}

.athlete-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(8, 8, 8, 0.12);
  background: #f7f5ef;
  color: var(--ink);
}

.athlete-card h3 {
  margin-bottom: 14px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.athlete-card p {
  color: var(--muted-light);
}

.athlete-card .table-action {
  margin-top: auto;
}

.athlete-card-pending {
  min-height: 0;
  grid-column: 1 / -1;
  background:
    linear-gradient(135deg, rgba(183, 32, 70, 0.08), transparent 44%),
    #f7f5ef;
}

.athlete-card-featured {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}

.athlete-card-featured h3,
.athlete-card-featured p,
.athlete-card-featured .table-action {
  margin-right: clamp(20px, 3vw, 30px);
  margin-left: clamp(20px, 3vw, 30px);
}

.athlete-card-featured h3 {
  margin-top: clamp(22px, 3vw, 32px);
}

.athlete-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  order: -1;
  margin: 0 0 24px;
  background: var(--ink);
}

.athlete-gallery picture {
  min-height: clamp(390px, 34vw, 560px);
}

.athlete-photo {
  order: -1;
  margin: 0 0 24px;
  background: var(--ink);
}

.athlete-gallery img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  object-fit: cover;
  object-position: center 22%;
  filter: contrast(1.04) saturate(1.03);
}

.athlete-gallery-gym img {
  object-position: center 14%;
}

.athlete-gallery-stage img {
  object-position: center 18%;
}

.athlete-photo img {
  width: 100%;
  height: auto;
  border: 0;
  filter: contrast(1.04) saturate(1.03);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.5fr) minmax(0, 1fr);
  gap: clamp(46px, 9vw, 130px);
  align-items: start;
}

.faq-intro h2 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(3.7rem, 7vw, 6.3rem);
  text-transform: uppercase;
}

.faq-intro p {
  color: var(--muted-light);
}

.faq-list {
  border-top: 1px solid var(--line-light);
}

.faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.faq-list summary {
  position: relative;
  padding: 25px 52px 25px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 1px;
  background: var(--pink);
  content: "";
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0deg);
}

.faq-answer {
  max-width: 700px;
  padding: 0 52px 25px 0;
  color: var(--muted-light);
  font-size: 0.92rem;
}

.faq-map-link {
  display: inline-flex;
  margin-top: 16px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(42px, 9vw, 130px);
  align-items: start;
}

.contact-page-section {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  animation: contact-fade-in 760ms ease both;
}

.contact-copy h1,
.contact-copy h2 {
  max-width: 740px;
  margin-bottom: 26px;
  font-family: var(--display);
  font-size: clamp(4rem, 8.8vw, 8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-copy h1 em,
.contact-copy h2 em {
  color: var(--pink);
  font-style: normal;
}

.contact-copy > p {
  max-width: 610px;
  color: var(--muted-dark);
}

.contact-card {
  border-top: 1px solid var(--line-dark);
}

.contact-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-item .icon {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: var(--pink-bright);
}

.contact-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-value,
.contact-value a {
  color: var(--white);
  font-size: 0.94rem;
  text-decoration: none;
}

.contact-value a:hover {
  color: var(--pink-bright);
}

.contact-actions {
  margin-top: 30px;
}

.site-footer {
  padding: 42px 0 34px;
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
}

.footer-inner {
  width: var(--wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 36px;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a,
.footer-copy {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.67rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
}

.studio-credit {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.studio-credit strong {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.22em;
}

.studio-credit:hover strong {
  color: var(--pink-bright);
}

.mobile-action {
  display: none;
}

.mobile-action.is-over-dark {
  border-color: rgba(196, 31, 78, 0.78);
  background: var(--pink);
  color: var(--white);
}


.call-sheet {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  align-items: end;
  justify-items: stretch;
  padding: 18px 14px max(18px, env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.call-sheet[hidden] {
  display: none;
}

.call-sheet.is-open {
  opacity: 1;
  pointer-events: auto;
}

.call-sheet-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.6);
}

.call-sheet-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 420px);
  margin: 0 auto;
  padding: 22px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(8, 8, 8, 0.96);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.4);
}

.call-sheet-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.3rem;
  line-height: 1;
}

.call-sheet-eyebrow {
  margin: 0 40px 8px 0;
  color: var(--pink-bright);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.call-sheet-number {
  display: block;
  margin-bottom: 18px;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 9vw, 3rem);
  line-height: 0.96;
  letter-spacing: 0.01em;
}

.call-sheet-actions {
  display: grid;
  gap: 10px;
}

.call-sheet-actions .button {
  width: 100%;
  justify-content: center;
}

.call-sheet-copy.button-outline {
  background: transparent;
  color: var(--white);
}

.call-sheet-status {
  min-height: 1.2em;
  margin: 10px 2px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

body.call-sheet-open {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1450;
  width: min(620px, calc(100vw - 36px));
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 18px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(183, 32, 70, 0.16), transparent 42%),
    rgba(8, 8, 8, 0.96);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  color: var(--white);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-banner.is-hiding {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.cookie-banner-media {
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
}

.cookie-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.cookie-banner-copy h2 {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cookie-banner-copy p,
.cookie-preferences p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cookie-banner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.cookie-banner-links a {
  color: var(--pink-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie-banner-links a:hover {
  color: var(--white);
}

.cookie-preferences {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.cookie-preferences strong {
  display: block;
  margin-bottom: 5px;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cookie-banner-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-banner-actions .button {
  min-height: 44px;
  padding-inline: 16px;
  font-size: 0.68rem;
}

.cookie-banner-actions .button-outline {
  background: transparent;
}

.legal-hero,
.error-page {
  min-height: 54vh;
  display: grid;
  align-items: end;
  padding: calc(var(--header-height) + 80px) 0 70px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(183, 32, 70, 0.1), transparent 45%),
    repeating-linear-gradient(115deg, transparent 0 70px, rgba(255, 255, 255, 0.035) 70px 71px),
    var(--ink);
}

.legal-hero-inner,
.legal-content,
.error-inner {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.legal-hero h1,
.error-page h1 {
  padding-top: 0.08em;
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: var(--display);
  font-size: clamp(4.8rem, 11vw, 9.5rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
}

.legal-hero p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted-dark);
}

.legal-hero .button-row {
  margin-top: 12px;
}

.hero-with-side-cards {
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: end;
  gap: clamp(28px, 5vw, 64px);
}

.hero-main-copy {
  min-width: 0;
}

.hero-proof-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-width: 100%;
  margin: 0;
}

.hero-proof-stack .content-placeholder {
  min-height: 210px;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.055);
  color: var(--paper);
}

.hero-proof-stack .content-placeholder::before {
  color: rgba(255, 255, 255, 0.1);
}

.hero-proof-stack .placeholder-status {
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-proof-stack .content-placeholder p {
  color: var(--muted-dark);
}

.content-placeholder-link {
  display: block;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.content-placeholder-link:hover,
.content-placeholder-link:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 45, 119, 0.45);
  background: rgba(255, 45, 119, 0.1);
}

.legal-hero .motivation-wall {
  max-width: 760px;
  margin: clamp(28px, 4vw, 46px) 0 0;
  color: var(--pink-bright);
  font-family: var(--display);
  font-size: clamp(2.8rem, 7vw, 6.4rem);
  letter-spacing: 0.02em;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 24px rgba(255, 45, 119, 0.18);
}

.legal-hero .motivation-wall + .button-row {
  margin-top: clamp(28px, 4vw, 44px);
}

.legal-content {
  padding: 90px 0 130px;
  color: var(--ink);
}

.legal-content section {
  padding: 0 0 52px;
  margin-bottom: 52px;
  border-bottom: 1px solid var(--line-light);
}

.legal-content h2 {
  margin-bottom: 20px;
  font-family: var(--display);
  font-size: clamp(2.4rem, 5vw, 4rem);
  text-transform: uppercase;
}

.legal-content h3 {
  margin: 32px 0 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-content p,
.legal-content li {
  color: var(--muted-light);
  font-size: 0.92rem;
}

.legal-content a {
  color: var(--pink);
}

.legal-note {
  padding: 20px 22px;
  border-left: 3px solid var(--pink);
  background: rgba(183, 32, 70, 0.045);
}

.error-page {
  min-height: 100svh;
  align-items: center;
  padding: 120px 0 70px;
}

.error-code {
  color: var(--pink-bright);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.error-page h1 {
  max-width: 800px;
}

.error-page p {
  max-width: 560px;
  color: var(--muted-dark);
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-scale {
  from { transform: scale(1.0138); opacity: 0.75; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes contact-fade-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-up {
  from { transform: translateY(22px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@media (min-width: 981px) and (prefers-reduced-motion: no-preference) {
  .team-deck-section {
    position: sticky;
    top: 92px;
    display: flex;
    min-height: calc(100vh - 92px);
    align-items: center;
    transform-origin: center top;
  }

  .team-deck-section .section-inner {
    width: var(--wrap);
  }

  .team-deck-section.section-paper {
    box-shadow: 0 -26px 72px rgba(8, 8, 8, 0.16);
  }

  .team-deck-section.section-dark {
    box-shadow: 0 -34px 86px rgba(0, 0, 0, 0.38);
  }

  .team-deck-section.section-soft-dark {
    box-shadow: 0 -28px 78px rgba(0, 0, 0, 0.28);
  }

  .deck-layer-1 {
    z-index: 11;
  }

  .deck-layer-2 {
    z-index: 12;
  }

  .deck-layer-3 {
    z-index: 13;
  }

  .deck-layer-4 {
    z-index: 14;
  }

  .deck-layer-5 {
    z-index: 15;
  }

  .deck-layer-6 {
    z-index: 16;
  }
}

@media (max-width: 1040px) {
  :root {
    --header-height: 76px;
  }

  .header-call {
    display: none;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 0.63rem;
  }

  .nav-shell {
    gap: 16px;
  }

  .nav-utility {
    gap: 14px;
  }

  .location-link {
    padding-inline: 16px;
  }

  .site-nav a[aria-current="page"]::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 28px;
  }

  .hero-facts {
    display: none;
  }

  .hero-content {
    padding-bottom: 64px;
  }

  .intro-grid,
  .info-layout,
  .faq-grid,
  .contact-grid {
    gap: 54px;
  }

  .facility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-action {
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    z-index: 1100;
    min-height: 48px;
    max-width: calc(100vw - 28px - env(safe-area-inset-left) - env(safe-area-inset-right));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .site-footer {
    padding-bottom: 90px;
  }
}

@media (max-width: 860px) {
  :root {
    --wrap: min(720px, calc(100% - 36px));
    --header-height: 68px;
  }

  body.menu-open .site-header {
    z-index: 1200;
    border-color: rgba(255, 255, 255, 0.14);
    background: #050505;
    backdrop-filter: none;
  }

  body.menu-open .site-header::before {
    opacity: 0;
  }

  .nav-toggle {
    position: relative;
    z-index: 1202;
    display: block;
    color: var(--white);
  }

  .nav-shell {
    position: fixed;
    inset: 0;
    z-index: 1201;
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 28px;
    padding: calc(var(--header-height) + 42px) 34px 40px;
    visibility: hidden;
    opacity: 0;
    background:
      radial-gradient(circle at 86% 10%, rgba(183, 32, 70, 0.22), transparent 30%),
      #050505;
    color: var(--white);
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .nav-shell[data-open="true"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-nav a {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--white);
    font-family: var(--display);
    font-size: clamp(2.25rem, 10vw, 3.8rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    text-shadow: none;
  }

  .site-nav a::before,
  .language-link::before,
  .location-link::before {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"],
  .language-link:hover,
  .location-link:hover {
    color: var(--white);
  }

  .site-nav a[aria-current="page"]::after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 34px;
  }

  .site-nav .nav-break-start {
    margin-left: 0;
  }

  .nav-utility {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .nav-shell .language-link,
  .nav-shell .location-link {
    margin: 0;
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--white);
  }

  .nav-shell .location-link {
    background: rgba(183, 32, 70, 0.18);
  }

  .nav-utility .header-call {
    display: inline-flex;
    margin: 0;
  }

  .hero {
    min-height: 700px;
    height: 100svh;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.25) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 80%);
  }

  .hero-picture img {
    object-position: center top;
  }

  .hero-content {
    padding-bottom: 40px;
    transform: translateY(82px);
  }

  .hero h1 {
    font-size: clamp(4.3rem, 20vw, 7.5rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .intro-grid,
  .info-layout,
  .faq-grid,
  .contact-grid,
  .pricing-inner {
    grid-template-columns: 1fr;
  }

  .founder-card-photo {
    min-height: 390px;
  }

  .founder-card-desktop {
    display: none;
  }

  .founder-card-mobile {
    display: block;
    margin: 36px 0 10px;
  }

  .founder-card-photo .founder-kicker,
  .founder-card-photo h3,
  .founder-card-photo .founder-role,
  .founder-card-photo p:last-child {
    max-width: 64%;
  }

  .founder-photo {
    top: 28px;
    bottom: 28px;
    width: 42%;
  }

  .founder-photo::before {
    background:
      linear-gradient(90deg, var(--ink) 0%, rgba(8, 8, 8, 0.74) 24%, rgba(8, 8, 8, 0.16) 100%),
      linear-gradient(0deg, rgba(8, 8, 8, 0.36), rgba(8, 8, 8, 0.1));
  }

  .founder-photo img {
    object-position: 58% top;
    opacity: 0.82;
  }

  .paco-team-card .founder-kicker,
  .paco-team-card h3,
  .paco-team-card .founder-role,
  .paco-team-card p:last-child {
    max-width: 58%;
  }

  .paco-team-card .founder-photo {
    top: 18px;
    right: -10px;
    bottom: 18px;
    width: 56%;
  }

  .paco-team-card .founder-photo::before {
    background:
      linear-gradient(90deg, var(--ink) 0%, rgba(8, 8, 8, 0.6) 20%, rgba(8, 8, 8, 0.03) 100%),
      linear-gradient(0deg, rgba(8, 8, 8, 0.18), rgba(8, 8, 8, 0.03));
  }

  .paco-team-card .founder-photo img {
    object-position: 44% top;
    opacity: 0.98;
    filter: saturate(0.9) contrast(1.1) brightness(1.12);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .activity-photo-pair {
    grid-template-columns: 1fr;
  }

  .freeweight-gallery {
    grid-template-columns: 1fr;
  }

  .cardio-gallery {
    margin-bottom: 76px;
  }

  .freeweight-gallery figure {
    min-height: clamp(300px, 74vw, 460px);
  }

  .team-offer-grid {
    grid-template-columns: 1fr;
  }

  .career-feature,
  .career-gallery {
    grid-template-columns: 1fr;
  }

  .career-gallery figure {
    min-height: auto;
  }

  .career-gallery figure:first-child {
    aspect-ratio: 4 / 3;
  }

  .career-gallery figure:first-child img {
    object-position: 63% center;
  }

  .career-medals div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .career-medals strong {
    font-size: clamp(2rem, 10vw, 2.55rem);
  }

  .athlete-showcase {
    grid-template-columns: 1fr;
  }

  .athlete-card-pending {
    grid-column: auto;
  }

  .athlete-gallery {
    grid-template-columns: 1fr;
  }

  .athlete-gallery picture {
    min-height: clamp(520px, 148vw, 720px);
  }

  .athlete-gallery-gym img {
    object-position: center 12%;
  }

  .athlete-gallery-stage img {
    object-position: center 10%;
  }

  .price-catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-photo-card .facility-photo {
    opacity: 0.9;
    filter: saturate(1) contrast(1.02) brightness(1.18);
  }

  .facility-photo-card::after {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.02) 0%, rgba(8, 8, 8, 0.44) 48%, rgba(8, 8, 8, 0.86) 100%),
      radial-gradient(circle at 28% 18%, rgba(197, 27, 76, 0.18), transparent 42%);
  }

  .facility-gallery-grid {
    grid-template-columns: 1fr;
  }

  .placeholder-grid { grid-template-columns: 1fr 1fr; }
  .content-placeholder.is-wide { grid-column: span 2; }

  .service-card {
    min-height: 0;
  }

  .service-number {
    display: none;
  }

  .cookie-banner {
    right: 12px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: calc(100vw - 24px);
    grid-template-columns: 74px 1fr;
    gap: 12px;
    padding: 12px;
  }

  .cookie-banner-copy h2 {
    margin-bottom: 5px;
    font-size: 1.55rem;
  }

  .cookie-banner-copy p,
  .cookie-preferences p {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions .button {
    width: 100%;
  }

  .pricing-inner {
    gap: 42px;
  }

  .review-band {
    grid-template-columns: 1fr;
  }

  .team-athletes-band .team-media-card,
  .team-athletes-band .button-row {
    grid-column: 1;
    grid-row: auto;
  }

  .team-athletes-band .team-media-card {
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    aspect-ratio: 16 / 11;
  }

  .team-athletes-band .team-media-card img {
    min-height: 260px;
    object-fit: cover;
    object-position: center center;
    filter: contrast(1.12) brightness(1.04);
  }

  .team-deck-section {
    align-content: start;
    min-height: var(--deck-stack-min-height-mobile);
    overflow: visible;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 20px;
  }

  .studio-credit {
    margin-top: 12px;
    padding-top: 18px;
    justify-self: start;
    text-align: left;
  }

  .mobile-action {
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    z-index: 1100;
    min-height: 48px;
    max-width: calc(100vw - 28px - env(safe-area-inset-left) - env(safe-area-inset-right));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: var(--white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  }

  .mobile-action.is-over-dark {
    border-color: rgba(196, 31, 78, 0.78);
    background: var(--pink);
    color: var(--white);
  }

  .site-footer {
    padding-bottom: 90px;
  }
}

@media (max-width: 620px) {
  :root {
    --wrap: calc(100% - 32px);
    --header-height: 64px;
  }

  .brand-main {
    font-size: 1.24rem;
  }

  .brand-sub {
    font-size: 0.4rem;
    letter-spacing: 0.28em;
  }

  .hero {
    min-height: 860px;
    height: auto;
  }

  .hero-picture img[src*="/assets/img/Fuengirola/hero-"] {
    object-fit: contain;
    object-position: center top;
    transform: translateY(18px) scale(0.92);
    transform-origin: center top;
    animation: none;
  }

  .hero-grid {
    background-size: 52px 52px;
  }

  .hero-content {
    margin-top: 92px;
    padding-bottom: 176px;
    transform: none;
  }

  .eyebrow {
    font-size: 0.61rem;
    letter-spacing: 0.15em;
  }

  .hero-lead {
    max-width: 36rem;
    font-size: 0.94rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }

  .hero-actions,
  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions {
    margin-bottom: 48px;
  }

  .button {
    width: 100%;
  }

  .legal-hero,
  .error-page {
    min-height: auto;
    padding: calc(var(--header-height) + 56px) 0 58px;
    align-items: end;
  }

  .legal-hero h1,
  .error-page h1 {
    margin-bottom: 18px;
    font-size: clamp(3.7rem, 18vw, 5.25rem);
    line-height: 1;
    overflow-wrap: normal;
  }

  .legal-hero p {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero-with-side-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-proof-stack {
    gap: 12px;
  }

  .hero-proof-stack .content-placeholder {
    min-height: 190px;
  }

  .section {
    padding: 78px 0;
  }

  #gimnasio {
    padding-top: 96px;
  }

  #horarios.team-deck-section .section-inner,
  #preguntas.team-deck-section .section-inner {
    width: var(--wrap);
  }

  #horarios .info-intro h2,
  #preguntas .faq-intro h2 {
    font-size: clamp(3rem, 13.2vw, 4.2rem);
    line-height: 0.98;
    overflow-wrap: normal;
  }

  #horarios .info-intro p,
  #preguntas .faq-intro p {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .section-heading h2,
  .display-title {
    font-size: clamp(2.9rem, 15vw, 4.55rem);
    overflow-wrap: break-word;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .placeholder-grid { grid-template-columns: 1fr; }

  .price-catalog {
    grid-template-columns: 1fr;
  }

  .minibar-layout,
  .minibar-preview-grid,
  .minibar-catalog {
    grid-template-columns: 1fr;
  }

  .minibar-preview,
  .minibar-sheet-panel {
    padding: 22px 18px;
  }

  .minibar-preview-item,
  .minibar-item {
    padding: 16px 18px;
  }

  .minibar-sheet {
    padding: 14px;
    align-items: end;
  }

  .minibar-sheet-panel {
    width: 100%;
    max-height: min(84vh, 760px);
    transform: translateY(34px) scale(0.985);
    transform-origin: center bottom;
  }

  .minibar-sheet.is-open .minibar-sheet-panel {
    transform: translateY(0) scale(1);
  }

  .price-card {
    min-height: 240px;
  }

  .content-placeholder,
  .content-placeholder.is-wide {
    min-height: 230px;
    grid-column: auto;
  }

  .principle,
  .principle:not(:first-child) {
    padding: 19px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .founder-card {
    padding: 34px 26px;
  }

  .founder-card-photo {
    min-height: 360px;
  }

  .founder-card-photo .founder-kicker,
  .founder-card-photo h3,
  .founder-card-photo .founder-role,
  .founder-card-photo p:last-child {
    max-width: 64%;
  }

  .founder-photo {
    top: 26px;
    bottom: 26px;
  }

  .paco-team-card .founder-kicker,
  .paco-team-card h3,
  .paco-team-card .founder-role,
  .paco-team-card p:last-child {
    max-width: 58%;
  }

  .paco-team-card .founder-photo {
    top: 18px;
    right: -10px;
    bottom: 18px;
    width: 56%;
  }

  .schedule-table,
  .schedule-table tbody,
  .schedule-table tr,
  .schedule-table td {
    display: block;
    width: 100%;
  }

  .schedule-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .schedule-table tr {
    padding: 20px 0;
    border-top: 1px solid var(--line-light);
  }

  .schedule-table td {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px 0;
    border: 0;
    font-size: 1rem;
  }

  .schedule-table td::before {
    color: var(--muted-light);
    content: attr(data-label);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  #preguntas .faq-grid {
    gap: 34px;
  }

  #preguntas .faq-list summary {
    padding: 24px 44px 24px 0;
    font-size: 1.08rem;
    line-height: 1.28;
  }

  #preguntas .faq-answer {
    padding-right: 0;
    font-size: 0.94rem;
  }

  .activity-table-wrap {
    overflow-x: auto;
    padding: 18px 14px;
  }


  .activity-poster-head {
    border-bottom-width: 4px;
    text-align: left;
  }

  .activity-poster-head strong {
    max-width: 8ch;
  }

  .activity-table {
    min-width: 720px;
    border: 1px solid rgba(13, 13, 13, 0.18);
    background: var(--white);
    display: table;
  }

  .activity-table thead {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    display: table-header-group;
  }

  .activity-table tbody {
    display: table-row-group;
  }

  .activity-table tr {
    display: table-row;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .activity-table th,
  .activity-table td {
    display: table-cell;
    width: auto;
  }

  .activity-table th {
    padding: 12px 8px;
    font-size: 0.58rem;
    letter-spacing: 0.09em;
  }

  .activity-table td {
    height: auto;
    min-height: 76px;
    padding: 8px;
    border-top: 1px solid rgba(13, 13, 13, 0.16);
    border-right: 1px solid rgba(13, 13, 13, 0.12);
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
  }

  .activity-table td::before {
    content: none;
  }

  .activity-table td:first-child {
    margin: 0;
    padding: 10px 8px;
    border-bottom: 0;
    background: #f7f4ee;
    font-size: 0.96rem;
    text-align: center;
  }

  .activity-table .activity-pill,
  .activity-table .activity-empty {
    justify-content: center;
    min-height: 52px;
    width: 100%;
    padding: 8px 6px;
    font-size: 0.6rem;
    letter-spacing: 0.04em;
    line-height: 1.12;
    text-align: center;
  }

  .activity-table .activity-conditioning {
    font-size: 0.54rem;
    letter-spacing: 0.02em;
  }

  .activity-empty {
    min-height: 0;
    padding: 0;
    background: transparent;
    color: rgba(13, 13, 13, 0.24);
    box-shadow: none;
  }

  .activity-legend {
    gap: 9px 12px;
    font-size: 0.66rem;
  }

  .pricing-copy h2,
  .contact-copy h1,
  .contact-copy h2,
  .faq-intro h2,
  .info-intro h2 {
    font-size: clamp(3.5rem, 18vw, 5.2rem);
  }

  .pricing-card,
  .review-band {
    padding: 28px 24px;
  }

  .footer-links {
    gap: 12px 16px;
  }

  .legal-hero-inner,
  .legal-content,
  .error-inner {
    width: calc(100% - 32px);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}


.service-card-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.service-card-link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: -2px;
}

.minibar-service-card {
  position: relative;
  align-items: flex-start;
  padding-top: clamp(82px, 7vw, 102px);
  background:
    linear-gradient(135deg, rgba(197, 27, 76, 0.14), transparent 42%),
    #080808;
}

.minibar-service-card:hover,
.minibar-service-card:focus-within {
  background:
    linear-gradient(135deg, rgba(197, 27, 76, 0.2), transparent 44%),
    #111111;
}

.minibar-service-card h3 {
  color: var(--white);
}

.minibar-service-card p {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.82);
}

.minibar-card-action {
  position: absolute;
  top: clamp(24px, 3vw, 32px);
  right: clamp(24px, 4vw, 42px);
  margin: 0;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(197, 27, 76, 0.24);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.minibar-card-action:hover,
.minibar-card-action:focus-visible {
  border-color: var(--pink);
  background: var(--pink);
  color: var(--white);
}

.mini-action .icon {
  width: 0.82rem;
  height: 0.82rem;
  color: currentColor;
}


@media (max-width: 767px) {
  .mobile-action {
    left: auto;
    right: max(14px, env(safe-area-inset-right));
    width: auto;
    max-width: none;
    transform: none;
  }
}


@media (min-width: 861px) and (max-width: 1120px) {
  .site-nav a[aria-current="page"]::after {
    bottom: -12px;
  }
}

.arroyo-page .hero {
  min-height: auto;
  height: auto;
  aspect-ratio: 3 / 2;
  align-items: center;
  background: #050505;
}

.arroyo-page .hero-picture img {
  object-fit: contain;
  object-position: center center;
  animation: none;
}

.arroyo-page .hero-media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.78) 24%, rgba(0, 0, 0, 0.24) 48%, rgba(0, 0, 0, 0.03) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.08) 100%);
}

.arroyo-page .hero-grid {
  opacity: 0.08;
}

.arroyo-page .hero-content {
  width: min(100% - 64px, 1440px);
  padding: calc(var(--header-height) + 32px) 0 0;
  transform: none;
}

.arroyo-page .eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.82rem, 1.2vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.arroyo-page .eyebrow::before {
  display: none;
}

.arroyo-page .hero h1 {
  max-width: min(47vw, 640px);
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(4.6rem, 7.4vw, 7.8rem);
  letter-spacing: 0;
  line-height: 0.92;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.62);
}

.arroyo-page .hero h1::after {
  display: block;
  width: 86px;
  height: 2px;
  margin-top: 24px;
  background: var(--pink);
  content: "";
}

.arroyo-page .hero-lead {
  max-width: 430px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.35vw, 1.26rem);
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}

.arroyo-page .hero-actions {
  margin-top: 30px;
}

@media (max-width: 760px) {
  .arroyo-page .hero {
    min-height: 560px;
    height: auto;
    aspect-ratio: auto;
    align-items: end;
  }

  .arroyo-page .hero-picture img {
    object-fit: contain;
    object-position: center top;
  }

  .arroyo-page .hero-media::after {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.5) 36%, rgba(0, 0, 0, 0.08) 70%, rgba(0, 0, 0, 0) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.46) 42%, rgba(0, 0, 0, 0.06) 100%);
  }

  .arroyo-page .hero-content {
    width: calc(100% - 36px);
    padding: calc(var(--header-height) + 64px) 0 32px;
  }

  .arroyo-page .eyebrow {
    margin-bottom: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .arroyo-page .hero h1 {
    max-width: 19rem;
    margin-bottom: 16px;
    font-size: clamp(3.15rem, 12.5vw, 4.25rem);
  }

  .arroyo-page .hero h1::after {
    width: 72px;
    margin-top: 18px;
  }

  .arroyo-page .hero-lead {
    max-width: 18rem;
    font-size: 0.88rem;
  }

  .arroyo-page .hero-actions {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
