:root {
  --bg: #0f0f0f;
  --panel: #1b1b1b;
  --panel-soft: rgba(42, 47, 43, 0.78);
  --cream: #f2f2f2;
  --cream-2: #f9f9f9;
  --ink: #0f0f0f;
  --muted: rgb(242, 242, 242);
  --muted-dark: rgb(99, 100, 99);
  --line: rgba(249, 249, 249, 0.12);
  --line-dark: rgba(15, 15, 15, 0.08);
  --accent: #c37ef7;
  --accent-dark: #8d42d8;
  --radius: 24px;
  --wide: min(1150px, calc(100vw - 48px));
  --announcement-height: 44px;
  --heading-font: "Plus Jakarta Sans", "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
}

@font-face {
  font-family: "Sora";
  src: url("assets/fonts/Sora.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-top: calc(var(--announcement-height) + 96px);
}

section[id] {
  scroll-margin-top: calc(var(--announcement-height) + 96px);
}

@view-transition {
  navigation: none;
}

main {
  view-transition-name: page-content;
}

.site-header {
  view-transition-name: trans4m-header;
}

.footer {
  view-transition-name: trans4m-footer;
}

::view-transition-group(trans4m-header) {
  z-index: 1000;
  animation-duration: 560ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

::view-transition-old(trans4m-header),
::view-transition-new(trans4m-header),
::view-transition-old(trans4m-footer),
::view-transition-new(trans4m-footer) {
  height: 100%;
  mix-blend-mode: normal;
  animation-duration: 560ms;
  animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

::view-transition-old(page-content) {
  mix-blend-mode: normal;
  animation: pageExit 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

::view-transition-new(page-content) {
  mix-blend-mode: normal;
  animation: pageEnter 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

body {
  margin: 0;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(195, 126, 247, 0.14), transparent 12%, transparent 88%, rgba(195, 126, 247, 0.16)),
    #050605;
  font-family: "Host Grotesk", "Host Grotesk Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.32px;
  overflow-x: hidden;
}

.page-fade-overlay {
  position: fixed;
  inset: 0;
  z-index: 5000;
  background: #050605;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.page-fade-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.is-wheel-smoothing {
  overscroll-behavior-y: auto;
}

.announcement-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
  min-height: var(--announcement-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  color: var(--cream);
  background: rgba(29, 22, 28, 0.98);
  border-bottom: 1px solid rgba(195, 126, 247, 0.24);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
}

.announcement-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  line-height: 16.9px;
  text-transform: uppercase;
  letter-spacing: 0.95px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 170ms ease, transform 170ms ease;
}

.announcement-link:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

[data-panel-morph] {
  --panel-radius-start: 180;
  --panel-radius: 180px;
  border-top-left-radius: var(--panel-radius);
  border-top-right-radius: var(--panel-radius);
  transform: translateZ(0);
  will-change: border-radius;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

button {
  border: 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -3;
  filter: saturate(0.78) contrast(1.08) brightness(0.74);
  object-position: 52% 50%;
  transform: scale(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 9, 8, 0.62) 0%, rgba(8, 9, 8, 0.18) 48%, rgba(8, 9, 8, 0.52) 100%),
    linear-gradient(180deg, rgba(8, 9, 8, 0.16) 0%, rgba(8, 9, 8, 0.02) 42%, rgba(8, 9, 8, 0.82) 100%);
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, transparent 66%, rgba(195, 126, 247, 0.28));
  filter: blur(22px);
  opacity: 0.88;
}

.site-header {
  position: fixed;
  top: calc(var(--announcement-height) + 22px);
  left: 50%;
  z-index: 1000;
  display: grid;
  width: min(var(--header-width, 1116px), calc(100vw - 44px));
  min-height: 54px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 8px 10px 8px 18px;
  background: var(--header-bg, rgba(59, 70, 62, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition:
    width 620ms cubic-bezier(0.16, 1, 0.3, 1),
    background 620ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 620ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 620ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: width, background;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand img {
  width: 128px;
  height: 34px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.91rem;
  font-weight: 500;
}

.nav-links a,
.footer nav a {
  transition: color 170ms ease, transform 170ms ease;
}

.nav-links a:hover,
.footer nav a:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.header-cta {
  justify-self: end;
  padding: 12px 20px;
  color: var(--accent);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-weight: 500;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.mobile-menu-toggle,
.mobile-menu {
  display: none;
}

.hero-content {
  width: var(--wide);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 128px 0 96px;
}

.pill {
  display: inline-flex;
  width: fit-content;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  padding: 5px 13px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 500;
}

.pill-dark {
  color: var(--ink);
  background: rgba(16, 17, 16, 0.06);
  border-color: rgba(16, 17, 16, 0.08);
}

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

h1,
h2 {
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 860px;
  font-size: clamp(3.8rem, 5.4vw, 5.7rem);
}

h1 span,
h2 span,
.method-card h3 span,
.final-cta h2 span {
  color: var(--accent);
}

.hero-copy {
  max-width: 540px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 400;
}

.button {
  display: inline-flex;
  width: fit-content;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 12px 10px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 500;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--cream);
  background: var(--ink);
  border-radius: 50%;
  font-size: 0.96rem;
  line-height: 1;
}

.button .button-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.one-off-options a .button-arrow {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}

.one-off-options a .button-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.button-primary {
  margin-top: 32px;
  color: var(--ink);
  background: var(--accent);
  box-shadow: 0 14px 42px rgba(195, 126, 247, 0.28);
}

.button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 56px rgba(195, 126, 247, 0.36);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 80px;
}

.hero-stats article {
  width: 170px;
  min-height: 108px;
  display: grid;
  align-content: center;
  padding: 22px 24px;
  background: rgba(82, 95, 86, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  backdrop-filter: blur(18px);
}

.hero-stats strong,
.process-photo strong {
  color: var(--cream);
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 0.96;
}

.hero-stats strong em,
.process-photo strong em {
  color: var(--accent);
  font-style: normal;
}

.hero-stats small,
.process-photo small {
  color: var(--cream);
  font-size: 0.88rem;
  font-weight: 500;
}

.panel-light {
  position: relative;
  z-index: 2;
  width: min(1210px, calc(100vw - 28px));
  margin: 0 auto;
  color: var(--ink);
  background: var(--cream-2);
  border-radius: 128px 128px 0 0;
  padding: clamp(64px, 8vw, 94px) clamp(22px, 5vw, 70px);
}

.about-services-sequence {
  position: relative;
  z-index: 2;
  margin-top: -170px;
}

.pricing-faq-sequence {
  position: relative;
  z-index: 2;
}

.about {
  position: relative;
  top: auto;
  z-index: 1;
  min-height: 100svh;
  margin-top: 0;
}

.section-title {
  max-width: 690px;
  margin: 0 auto clamp(34px, 5vw, 64px);
  text-align: center;
}

.section-title h2 {
  font-size: clamp(2.6rem, 5.8vw, 5.3rem);
}

.section-title p:not(.pill) {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--muted-dark);
  font-weight: 400;
}

.section-dark .section-title p:not(.pill),
.stories .section-title p:not(.pill),
.reviews .section-title p:not(.pill) {
  color: var(--muted);
}

.about-card {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1.1fr;
  gap: 12px;
}

.credential-column {
  display: grid;
  gap: 12px;
  grid-template-rows: 194px 194px 1fr;
}

.credential-column article,
.coach-copy,
.step-card,
.review-track article,
.price-card,
.faq-list details {
  border-radius: 13px;
}

.credential-column article {
  display: grid;
  min-height: 130px;
  align-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #fbfbfa;
  border: 1px solid var(--line-dark);
}

.line-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 0;
  color: var(--ink);
  background: rgba(15, 15, 15, 0.04);
  border-radius: 10px;
}

.line-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.line-icon svg.fill-icon {
  fill: currentColor;
  stroke: none;
}

.credential-column h3,
.coach-copy h3,
.service-card h3,
.step-card h3,
.price-card h3 {
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2vw, 1.82rem);
  font-weight: 500;
}

.credential-column p,
.coach-copy p,
.service-card p,
.step-card p,
.price-card p {
  color: var(--muted-dark);
  font-size: 0.94rem;
  font-weight: 400;
}

.gym-card {
  position: relative;
  min-height: 160px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 18px;
  color: var(--cream);
  border-radius: 13px;
  isolation: isolate;
}

.gym-card img,
.service-card img,
.process-photo img,
.method-card img,
.final-cta img,
.pricing-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.gym-card::after,
.service-card::after,
.method-card::after,
.final-cta::after,
.pricing::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.78));
}

.gym-card::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.78)),
    rgba(0, 0, 0, 0.18);
}

.gym-card span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 500;
}

.gym-card strong {
  max-width: 150px;
  font-size: 1.32rem;
  line-height: 1.05;
}

.coach-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: 13px;
}

.coach-image img {
  object-position: 52% 42%;
}

.coach-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 40px);
  background: #fbfbfa;
  border: 1px solid var(--line-dark);
}

.coach-copy p + p {
  margin-top: 18px;
}

.coach-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 60px;
}

.social-cluster {
  display: grid;
  justify-items: center;
  gap: 8px;
  margin-bottom: 0;
  color: rgb(99, 100, 99);
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  letter-spacing: -0.26px;
}

.socials {
  display: flex;
  gap: 8px;
}

.socials a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--ink);
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 500;
}

.socials a svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.socials a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0);
}

.socials a:hover {
  color: var(--accent);
  border-color: rgba(195, 126, 247, 0.42);
}

.socials a:hover img {
  filter: invert(61%) sepia(82%) saturate(1340%) hue-rotate(220deg) brightness(101%) contrast(94%);
}

.section-dark {
  position: relative;
  width: var(--wide);
  margin: 0 auto;
  padding: clamp(86px, 10vw, 138px) 0;
}

.service-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.6fr;
  grid-template-rows: 170px 170px;
  gap: 12px;
}

.service-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 170px;
  overflow: hidden;
  padding: 26px;
  color: var(--cream);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 13px;
  isolation: isolate;
  transition: transform 260ms ease, border-color 260ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(195, 126, 247, 0.54);
}

.service-large {
  grid-row: span 2;
  min-height: 352px;
}

.service-wide {
  grid-column: span 2;
}

.service-card img {
  filter: saturate(0.7) contrast(1.05) brightness(0.72);
  transition: transform 520ms ease;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-card p,
.step-card p,
.review-track p,
.price-dark p {
  color: var(--muted);
}

.text-card {
  align-content: center;
  text-align: center;
}

.text-card .line-icon {
  margin: 0 auto 22px;
  color: var(--cream);
}

.service-symbol {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 24px;
  color: var(--cream);
  background: rgba(249, 249, 249, 0.06);
  border: 1px solid rgba(249, 249, 249, 0.14);
  border-radius: 50%;
}

.service-symbol svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-symbol-float {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  margin: 0;
  background: rgba(15, 15, 15, 0.32);
  backdrop-filter: blur(12px);
}

.service-slider {
  --service-card-width: clamp(500px, 29vw, 560px);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
  touch-action: pan-y;
}

.service-track {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding-inline: max(28px, calc((100vw - 1720px) / 2));
  transition: transform 660ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-slider.is-normalizing .service-track,
.service-slider.is-normalizing .service-tile {
  transition: none;
}

.service-tile {
  flex: 0 0 var(--service-card-width);
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: grid;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 8%, rgba(195, 126, 247, 0.14), transparent 34%),
    linear-gradient(180deg, #202020 0%, #171717 100%);
  border: 1px solid rgba(249, 249, 249, 0.14);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(249, 249, 249, 0.04),
    0 20px 60px rgba(0, 0, 0, 0.24);
  isolation: isolate;
  opacity: 1;
  transform: none;
  transform-origin: center;
  transition:
    transform 660ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 660ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.12), rgba(15, 15, 15, 0.58)),
    radial-gradient(circle at 50% 100%, rgba(195, 126, 247, 0.06), transparent 46%);
  pointer-events: none;
}

.service-tile.is-active {
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.34);
}

.service-copy {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 36px;
}

.service-copy span {
  width: fit-content;
  margin-bottom: auto;
  padding: 0;
  color: var(--accent);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 2.35rem;
  font-weight: 820;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.service-copy h3 {
  margin: 0;
  color: var(--cream);
  font-family: var(--heading-font);
  font-size: 1.86rem;
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.service-copy p {
  max-width: 390px;
  color: rgba(249, 249, 249, 0.78);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.2px;
}

.service-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0b0b0b;
  border-radius: inherit;
}

.service-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.06) brightness(0.88);
  opacity: 0.9;
  transition: transform 660ms cubic-bezier(0.16, 1, 0.3, 1);
}

.service-tile.is-active .service-media img {
  transform: scale(1.035);
}

.service-tile--messages::after {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.08), rgba(15, 15, 15, 0.68)),
    radial-gradient(circle at 50% 100%, rgba(195, 126, 247, 0.08), transparent 48%);
}

.service-tile--app::after {
  background:
    linear-gradient(180deg, rgba(15, 15, 15, 0.04), rgba(15, 15, 15, 0.42)),
    radial-gradient(circle at 50% 96%, rgba(15, 15, 15, 0.52), transparent 48%);
}

.service-media--messages,
.service-media--app {
  display: grid;
  place-items: center;
}

.service-media--messages {
  background:
    radial-gradient(circle at 18% 14%, rgba(195, 126, 247, 0.2), transparent 26%),
    linear-gradient(135deg, #191919, #0e0e0e 62%, #21132c);
}

.message-phone {
  width: min(78%, 390px);
  aspect-ratio: 0.86;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  background: rgba(22, 22, 22, 0.92);
  border: 1px solid rgba(249, 249, 249, 0.14);
  border-radius: 28px;
  box-shadow:
    inset 0 1px 0 rgba(249, 249, 249, 0.08),
    0 26px 64px rgba(0, 0, 0, 0.34);
  transform: rotate(-3deg) translateY(-10px);
}

.message-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(249, 249, 249, 0.86);
  font-size: 13px;
}

.message-header span {
  width: 28px;
  height: 28px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(195, 126, 247, 0.5);
}

.message-list {
  display: grid;
  gap: 9px;
}

.message-bubble {
  max-width: 88%;
  margin: 0;
  padding: 10px 13px;
  border-radius: 15px;
  color: rgba(249, 249, 249, 0.9);
  font-size: 12.2px;
  font-weight: 600;
  line-height: 1.22;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.message-bubble.client {
  justify-self: end;
  background: rgba(195, 126, 247, 0.9);
  color: #121212;
  border-bottom-right-radius: 5px;
}

.message-bubble.coach {
  justify-self: start;
  background: rgba(249, 249, 249, 0.12);
  border: 1px solid rgba(249, 249, 249, 0.12);
  border-bottom-left-radius: 5px;
}

.service-media--app {
  background:
    radial-gradient(circle at 16% 12%, rgba(249, 249, 249, 0.28), transparent 21%),
    linear-gradient(135deg, var(--accent), #ad61ea 52%, #8d42d8);
}

.app-device {
  width: min(36%, 180px);
  aspect-ratio: 1 / 1;
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(31, 31, 31, 0.98), rgba(19, 19, 19, 0.98));
  border: 1px solid rgba(249, 249, 249, 0.14);
  border-radius: 28%;
  box-shadow:
    inset 0 1px 0 rgba(249, 249, 249, 0.08),
    0 30px 80px rgba(22, 8, 34, 0.42);
  transform: translateY(-86px);
}

.app-logo {
  width: 86%;
  height: 58%;
  background: url("./assets/trans4m-logo.png") center / contain no-repeat;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.34));
}

.service-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--ink);
  background: rgba(249, 249, 249, 0.92);
  border: 1px solid rgba(15, 15, 15, 0.06);
  border-radius: 50%;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.service-arrow:hover {
  background: var(--accent);
  box-shadow: 0 20px 44px rgba(195, 126, 247, 0.3);
  transform: translateY(calc(-50% - 1px));
}

.service-arrow:disabled {
  opacity: 0;
  cursor: not-allowed;
  pointer-events: none;
  transform: translateY(-50%);
}

.service-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-arrow-prev {
  left: 18px;
}

.service-arrow-next {
  right: 18px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.process-photo,
.method-card {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid var(--line);
  isolation: isolate;
}

.process-photo {
  display: flex;
  min-height: 316px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  padding: 36px;
}

.process-photo::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.16)),
    rgba(0, 0, 0, 0.28);
}

.process-photo div {
  width: 178px;
  padding: 18px 20px;
  background: rgba(245, 245, 245, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.step-card {
  display: flex;
  min-height: 152px;
  flex-direction: column;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.step-card span {
  color: rgba(195, 126, 247, 0.78);
  font-size: 1.85rem;
  font-weight: 500;
}

.step-card h3 {
  margin-top: auto;
  margin-bottom: 10px;
}

.step-card p {
  max-width: 245px;
}

.method-card {
  grid-column: span 2;
  display: grid;
  min-height: 152px;
  align-content: end;
  padding: 26px;
}

.method-card h3 {
  max-width: 520px;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 500;
  line-height: 1.02;
}

.method-card h3 span,
.method-card h3 strong {
  display: block;
  color: var(--accent);
}

.method-card h3 strong {
  font-weight: 600;
}

.method-card .button {
  min-height: 38px;
  margin-top: 18px;
  padding: 8px 9px 8px 16px;
  font-size: 0.86rem;
}

.method-card .button span {
  width: 25px;
  height: 25px;
}

.story-slider,
.review-slider {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.story-slider {
  --story-card-width: min(1040px, calc(100vw - 160px));
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.review-slider {
  --review-card-width: min(760px, calc(100vw - 360px));
  --review-overlap: clamp(54px, 7vw, 112px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: visible;
}

.story-track,
.review-track {
  display: flex;
  transition: transform 660ms cubic-bezier(0.16, 1, 0.3, 1);
}

.story-track {
  gap: 24px;
  padding-inline: calc((100vw - var(--story-card-width)) / 2);
}

.story-slide {
  flex: 0 0 var(--story-card-width);
  display: grid;
  grid-template-columns: minmax(420px, 590px) 1fr;
  gap: 16px;
  align-items: stretch;
  padding: 16px;
  background: rgb(28, 28, 28);
  border-radius: 32px;
  opacity: 0.26;
  transform: scale(0.92);
  transform-origin: center;
  transition:
    opacity 660ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 660ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 660ms cubic-bezier(0.16, 1, 0.3, 1);
}

.story-slider.is-normalizing .story-track,
.story-slider.is-normalizing .story-slide,
.review-slider.is-normalizing .review-track,
.review-slider.is-normalizing .video-testimonial {
  transition: none;
}

.story-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.story-images figure {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: visible;
  border-radius: 16px;
}

.story-images img {
  border-radius: inherit;
  filter: saturate(0.8) contrast(1.04) brightness(0.84);
}

.story-images span {
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 2;
  min-width: 74px;
  padding: 9px 17px;
  color: var(--ink);
  background: var(--cream);
  border-radius: 999px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.story-images figure:nth-child(2) span {
  background: var(--accent);
}

.story-copy {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  padding: 52px 48px 42px;
  color: var(--cream);
}

.quote-mark {
  color: var(--accent);
  font-size: 78px;
  font-weight: 600;
  line-height: 0.5;
}

.story-copy blockquote {
  max-width: 420px;
  margin: 22px 0 0;
  color: rgba(242, 242, 242, 0.72);
  font-size: 23px;
  font-weight: 400;
  line-height: 29.9px;
  letter-spacing: -0.46px;
}

.story-person {
  margin-top: auto;
}

.story-person h3 {
  margin: 0;
  color: var(--cream);
  font-size: 18px;
  font-weight: 500;
  line-height: 23.4px;
  letter-spacing: -0.36px;
}

.story-person p {
  margin-top: 2px;
  color: rgba(242, 242, 242, 0.62);
  font-size: 13px;
  line-height: 16.9px;
  letter-spacing: -0.26px;
}

.story-arrow {
  position: absolute;
  top: 53%;
  z-index: 4;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: var(--cream);
  background: rgba(249, 249, 249, 0.14);
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  backdrop-filter: blur(12px);
  transition: background 170ms ease, transform 170ms ease;
}

.story-arrow:hover {
  background: rgba(249, 249, 249, 0.2);
  transform: translateY(-1px);
}

.story-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.story-arrow-prev {
  left: max(18px, calc(50vw - 588px));
}

.story-arrow-next {
  right: max(18px, calc(50vw - 588px));
}

.story-dots {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 28px auto 0;
  min-height: 12px;
  padding: 5px 7px;
  background: rgba(8, 8, 8, 0.32);
  border-radius: 999px;
}

.story-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(249, 249, 249, 0.36);
  border-radius: 999px;
  cursor: pointer;
  transition:
    width 240ms ease,
    background 240ms ease,
    opacity 240ms ease;
}

.story-dots button.is-active {
  width: 34px;
  background: var(--accent);
}

.review-track {
  align-items: center;
  gap: 0;
  padding-inline: calc(
    ((100vw - var(--review-card-width)) / 2) + var(--review-overlap)
  );
}

.review-track .video-testimonial {
  flex: 0 0 var(--review-card-width);
  position: relative;
  z-index: 1;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  margin-inline: calc(var(--review-overlap) * -1);
  background:
    linear-gradient(180deg, rgba(249, 249, 249, 0.045), rgba(249, 249, 249, 0.015)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  opacity: 0.42;
  filter: brightness(0.58) saturate(0.82);
  transform: scale(0.74);
  transform-origin: center;
  transition:
    opacity 660ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 660ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 660ms cubic-bezier(0.16, 1, 0.3, 1);
}

.review-track .video-testimonial.is-active {
  z-index: 3;
  opacity: 1;
  filter: brightness(1) saturate(1);
  transform: scale(1);
}

.review-controls {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.review-arrow {
  position: absolute;
  top: 53%;
  z-index: 5;
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  color: var(--ink);
  background: var(--accent);
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(195, 126, 247, 0.3);
  transition: background 170ms ease, transform 170ms ease;
}

.review-arrow:hover {
  background: #d191ff;
  transform: translateY(-1px);
}

.review-arrow svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.review-arrow-prev {
  left: max(18px, calc(50vw - 520px));
}

.review-arrow-next {
  right: max(18px, calc(50vw - 520px));
}

.service-dots,
.review-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 12px;
  padding: 5px 7px;
  background: rgba(8, 8, 8, 0.32);
  border-radius: 999px;
}

.service-dots button,
.review-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(249, 249, 249, 0.36);
  border-radius: 999px;
  cursor: pointer;
  transition:
    width 240ms ease,
    background 240ms ease,
    opacity 240ms ease;
}

.service-dots button.is-active,
.review-dots button.is-active {
  width: 34px;
  background: var(--accent);
}

.service-dots {
  display: none;
  width: fit-content;
  margin: 20px auto 0;
}

.review-track .video-testimonial:not(.is-active) .testimonial-video {
  pointer-events: none;
}

.testimonial-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #090909;
  border-bottom: 1px solid var(--line);
}

.testimonial-video::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52));
}

.testimonial-video video,
.testimonial-video iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.testimonial-video video {
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04) brightness(0.88);
}

.testimonial-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
}

.testimonial-kicker {
  width: fit-content;
  padding: 6px 10px;
  color: var(--accent);
  background: rgba(195, 126, 247, 0.12);
  border: 1px solid rgba(195, 126, 247, 0.22);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.9px;
}

.testimonial-copy h3 {
  max-width: 440px;
  color: var(--cream);
  font-size: 28px;
  font-weight: 500;
  line-height: 30.8px;
  letter-spacing: -0.56px;
}

.testimonial-copy p:not(.testimonial-kicker) {
  color: rgba(242, 242, 242, 0.68);
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.testimonial-copy strong {
  display: block;
  margin-top: 6px;
  color: var(--cream);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

.transformations {
  z-index: 3;
  margin-top: -1px;
  padding-bottom: clamp(82px, 9vw, 126px);
  background: rgb(15, 15, 15);
}

.transformations .section-title {
  max-width: 980px;
  margin-bottom: clamp(34px, 4vw, 48px);
}

.transformations .section-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: none;
}

.logo-heading .heading-copy {
  color: var(--cream) !important;
  display: inline-block;
  font-family: "Anton", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: clamp(3.35rem, 6.2vw, 5.75rem);
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.92;
  text-transform: uppercase;
  transform: none;
  white-space: nowrap;
}

.logo-heading .brand-4 {
  color: var(--accent) !important;
}

.transformation-gallery {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0 auto;
}

.transformation-card {
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #151515;
  border: 1px solid rgba(249, 249, 249, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(26px);
}

.transformation-card img {
  object-fit: cover;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.transformation-card.is-visible {
  animation: transformationRise 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.transformation-card.is-visible:nth-child(4n + 2) {
  animation-delay: 70ms;
}

.transformation-card.is-visible:nth-child(4n + 3) {
  animation-delay: 140ms;
}

.transformation-card.is-visible:nth-child(4n) {
  animation-delay: 210ms;
}

@keyframes transformationRise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.transformation-card:hover img {
  transform: scale(1.035);
}

.pricing {
  width: min(1210px, calc(100vw - 28px));
  min-height: 840px;
  display: grid;
  align-content: center;
  overflow: hidden;
  padding: clamp(78px, 10vw, 110px) clamp(22px, 5vw, 76px);
  border-radius: 0;
  isolation: isolate;
}

.pricing-faq-sequence .pricing {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100svh;
}

.pricing-bg {
  filter: saturate(0.58) contrast(1.08) brightness(0.56);
}

.pricing::after {
  background: rgba(0, 0, 0, 0.54);
}

.price-grid {
  display: grid;
  max-width: 1080px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  margin: 0 auto;
  padding-top: 37px;
}

.price-card {
  position: relative;
  min-height: 560px;
  padding: 36px;
  border: 1px solid var(--line);
  overflow: visible;
}

.price-light {
  color: var(--ink);
  background: var(--cream-2);
}

.price-dark {
  background: var(--panel);
}

.plan-eyebrow {
  width: fit-content;
  margin-bottom: 18px !important;
  padding: 7px 11px;
  color: var(--accent) !important;
  background: rgba(195, 126, 247, 0.12);
  border: 1px solid rgba(195, 126, 247, 0.22);
  border-radius: 999px;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 16.9px !important;
}

.price-card h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22.1px;
  letter-spacing: -0.34px;
}

.badge {
  position: absolute;
  top: -37px;
  left: 50%;
  z-index: 2;
  min-height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
  margin: 0;
  transform: translateX(-50%);
  color: var(--ink) !important;
  background: var(--accent);
  border-radius: 13px 13px 0 0;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 -8px 24px rgba(195, 126, 247, 0.22);
}

.badge::before {
  content: "\26a1";
  font-size: 0.95em;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 12px;
  align-items: center;
  color: inherit;
}

.price-card li::before {
  flex: 0 0 auto;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  content: "\2713";
  color: var(--ink);
  background: var(--accent);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 500;
}

.plan-feature-groups {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.plan-feature-groups > div {
  display: grid;
  gap: 14px;
  padding: 20px;
  background: rgba(249, 249, 249, 0.045);
  border: 1px solid rgba(249, 249, 249, 0.08);
  border-radius: 16px;
}

.one-off-options {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.one-off-options article {
  display: grid;
  gap: 13px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(15, 15, 15, 0.05);
}

.one-off-price {
  color: var(--ink) !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 35.2px !important;
}

.one-off-price span {
  color: var(--muted-dark);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
}

.one-off-options a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  padding: 0 18px;
  color: var(--cream);
  background: var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
}

.faq {
  isolation: isolate;
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-bottom: 150px;
}

.faq-categories {
  max-width: 954px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -40px auto 18px;
  padding: 14px 12px 18px;
}

.faq-categories button {
  min-height: 40px;
  padding: 0 16px;
  color: var(--muted-dark);
  background: rgba(15, 15, 15, 0.045);
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.faq-categories button:hover {
  transform: translateY(-1px);
}

.faq-categories button.is-active {
  color: var(--ink);
  background: rgba(195, 126, 247, 0.92);
  border-color: rgba(195, 126, 247, 0.82);
  box-shadow: 0 16px 34px rgba(195, 126, 247, 0.26);
}

.faq-list {
  display: grid;
  max-width: 900px;
  gap: 8px;
  margin: 0 auto;
}

.faq-list details {
  background: #fbfbfa;
  border: 1px solid var(--line-dark);
  overflow: hidden;
}

.faq-list details[hidden] {
  display: none;
}

.faq-list summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 18px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}

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

.faq-list summary::after {
  content: "+";
  color: var(--ink);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  padding: 0 18px 18px;
  color: var(--muted-dark);
  font-weight: 400;
}

.faq-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition:
    height 360ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 220ms ease;
}

.faq-list details[open] .faq-content {
  height: auto;
  opacity: 1;
}

.faq-content p {
  padding-top: 0;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 76svh;
  place-items: center;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
  isolation: isolate;
}

.final-cta img {
  filter: saturate(0.68) contrast(1.08) brightness(0.56);
  object-position: 52% 42%;
}

.final-cta::after {
  background:
    linear-gradient(180deg, rgba(5, 6, 5, 0.35), rgba(5, 6, 5, 0.84)),
    linear-gradient(90deg, rgba(5, 6, 5, 0.72), rgba(5, 6, 5, 0.16), rgba(5, 6, 5, 0.72));
}

.final-cta > div {
  width: min(650px, calc(100vw - 36px));
  padding: 72px 0;
}

.final-cta h2 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
}

.final-cta p {
  max-width: 520px;
  margin: 14px auto 24px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  text-align: left;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 14px 16px;
  color: var(--cream);
  background: rgba(16, 17, 16, 0.72);
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
}

.contact-form select {
  min-height: 56px;
  line-height: 1.25;
}

.contact-form select,
.contact-form textarea,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form .button {
  margin: 4px auto 0;
}

.form-hidden {
  display: none;
}

.contact-page {
  width: 100%;
  overflow-x: clip;
  background: rgb(15, 15, 15);
}

.contact-hero {
  min-height: 100svh;
  padding: 164px 40px 110px;
  color: var(--cream);
  background: rgb(15, 15, 15);
}

.contact-wrap {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.contact-wrap,
.contact-layout,
.contact-panel,
.contact-form {
  min-width: 0;
}

.contact-title {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.contact-title h1 {
  max-width: none;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.44px;
}

.contact-title > p:not(.pill) {
  max-width: 520px;
  margin: 16px auto 0;
  color: rgb(242, 242, 242);
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
}

.contact-panel {
  align-content: start;
  padding: 36px;
  background: rgb(28, 28, 28);
  border: 1px solid rgba(249, 249, 249, 0.12);
  border-radius: 16px;
}

.contact-panel .button {
  margin-top: 8px;
}

.contact-form-footer {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: auto;
  padding-top: clamp(54px, 10vw, 146px);
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-socials a {
  position: relative;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--cream);
  background: rgba(249, 249, 249, 0.06);
  border: 1px solid rgba(249, 249, 249, 0.12);
  border-radius: 999px;
  transition: background 170ms ease, border-color 170ms ease, transform 170ms ease;
}

.contact-socials a:hover {
  background: var(--brand);
  border-color: var(--brand);
  box-shadow: 0 0 0 1px rgba(191, 111, 255, 0.28), 0 0 24px rgba(191, 111, 255, 0.72);
  color: var(--ink);
  transform: translateY(-1px);
}

.contact-socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-socials img {
  width: 18px;
  height: 18px;
  filter: invert(1);
  transition: filter 170ms ease;
}

.contact-socials a:hover img {
  filter: none;
}

.contact-image-card,
.location-media {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  isolation: isolate;
}

.contact-image-card {
  min-height: 560px;
  display: grid;
  align-content: end;
  padding: 36px;
}

.contact-image-card img,
.location-media img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.contact-image-card::after,
.location-media::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.82)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(195, 126, 247, 0.16));
}

.contact-image-card h2,
.location-card h2 {
  max-width: 440px;
  font-size: 49px;
  line-height: 53.9px;
  letter-spacing: -0.98px;
}

.contact-image-card p:not(.pill),
.location-card p,
.location-card dd {
  max-width: 420px;
  margin-top: 14px;
  color: rgb(242, 242, 242);
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.location-card {
  width: min(1040px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 auto;
}

.location-media {
  min-height: 500px;
}

.location-card article {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background: rgb(28, 28, 28);
  border: 1px solid rgba(249, 249, 249, 0.12);
  border-radius: 16px;
}

.location-card dl {
  display: grid;
  gap: 12px;
  margin: 36px 0 0;
}

.location-card dl div {
  padding-top: 18px;
  border-top: 1px solid rgba(249, 249, 249, 0.12);
}

.location-card dt {
  color: var(--accent);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
}

.location-card dd {
  margin: 6px 0 0;
}

.footer {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
  position: relative;
  z-index: 2;
  margin: -132px 0 0;
  padding: 38px 28px;
  color: rgba(242, 242, 242, 0.72);
  background: transparent;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-socials a {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: rgba(242, 242, 242, 0.74);
  transition: color 170ms ease, transform 170ms ease;
}

.footer-socials a:hover {
  color: var(--accent);
  transform: translateY(-1px);
}

.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.footer-socials img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: invert(93%) sepia(8%) saturate(0%) hue-rotate(189deg) brightness(105%) contrast(90%);
  opacity: 0.82;
  transition: filter 170ms ease, opacity 170ms ease;
}

.footer-socials a:hover img {
  filter: invert(61%) sepia(82%) saturate(1340%) hue-rotate(220deg) brightness(101%) contrast(94%);
  opacity: 1;
}

.footer-divider {
  width: 1px;
  height: 24px;
  background: rgba(242, 242, 242, 0.12);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  color: rgba(242, 242, 242, 0.72);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

/* Measured against the Curtis reference at 1440px desktop. */
.site-header {
  top: calc(var(--announcement-height) + 20px);
  width: min(var(--header-width, 1120px), calc(100vw - 32px));
  min-height: 56px;
  padding: 8px 8px 8px 24px;
  background: var(--header-bg, rgba(128, 129, 128, 0.1));
  border: 0;
  border-radius: 475px;
  box-shadow:
    inset 0 0 0 1px rgba(249, 249, 249, var(--header-line-alpha, 0.06)),
    0 22px 90px rgba(0, 0, 0, var(--header-shadow-alpha, 0));
  backdrop-filter: blur(10px);
  transition:
    width 240ms cubic-bezier(0.16, 1, 0.3, 1),
    background 240ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1),
    backdrop-filter 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.site-header.is-compact {
  backdrop-filter: blur(18px);
}

.brand img {
  width: 154px;
  height: 32px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  gap: 32px;
  color: rgb(242, 242, 242);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.header-cta {
  min-width: 126px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: var(--header-cta-color, var(--accent));
  background: var(--header-cta-bg, rgba(128, 129, 128, 0.1));
  border: 1px solid rgba(249, 249, 249, var(--header-cta-border-alpha, 0.1));
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: -0.32px;
  transition:
    color 300ms ease,
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease;
}

.site-header.is-compact .header-cta {
  box-shadow: 0 12px 32px rgba(195, 126, 247, var(--header-cta-shadow-alpha, 0.24));
}

.hero {
  min-height: 1100px;
}

.hero-content {
  width: min(1135px, calc(100vw - 80px));
  min-height: 900px;
  padding: 0;
  justify-content: flex-start;
  padding-top: 308px;
}

.pill {
  min-height: 25px;
  padding: 4px 12px;
  margin-bottom: 21px;
  background: rgba(128, 129, 128, 0.2);
  border: 0;
  border-radius: 271px;
  color: rgb(242, 242, 242);
  font-size: 13px;
  font-weight: 400;
  line-height: 16.9px;
  letter-spacing: -0.26px;
}

.pill-dark {
  color: rgb(99, 100, 99);
}

h1,
h2,
h3 {
  font-weight: 500;
}

h1 {
  max-width: 672px;
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -1.44px;
}

.hero-copy {
  max-width: 520px;
  margin-top: 16px;
  color: rgb(242, 242, 242);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.button,
.slider-controls button {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.button {
  min-height: 45px;
  padding: 6px 8px 6px 18px;
}

.button span {
  width: 32px;
  height: 32px;
}

.button-primary {
  margin-top: 38px;
}

.hero-stats {
  gap: 12px;
  margin-top: 78px;
}

.hero-stats article {
  width: auto;
  min-width: 168px;
  min-height: 108px;
  padding: 24px;
  background: rgba(128, 129, 128, 0.2);
  border: 0;
  border-radius: 16px;
  backdrop-filter: blur(5px);
}

.hero-stats article:nth-child(2) {
  min-width: 189px;
}

.hero-stats strong,
.process-photo strong {
  font-size: 39px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.78px;
}

.hero-stats small,
.process-photo small {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.panel-light {
  width: 100%;
  margin-top: 0;
  background: rgb(249, 249, 249);
  border-radius: var(--panel-radius, 180px) var(--panel-radius, 180px) 0 0;
  overflow: hidden;
  padding: 100px 40px 0;
}

.about {
  position: relative;
  top: auto;
  z-index: 1;
  min-height: 100svh;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 72px;
}

.faq {
  margin-top: 0;
  padding-bottom: 150px;
}

.section-title {
  margin-bottom: 48px;
}

.section-title h2 {
  font-size: 49px;
  font-weight: 500;
  line-height: 53.9px;
  letter-spacing: -0.98px;
}

h1,
h2,
.contact-title h1,
.section-title h2,
.final-cta h2 {
  font-family: var(--heading-font);
  font-weight: 820;
  letter-spacing: -0.035em;
}

.section-title p:not(.pill) {
  max-width: 520px;
  margin-top: 12px;
  color: rgb(99, 100, 99);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.section-dark .section-title p:not(.pill),
.stories .section-title p:not(.pill),
.reviews .section-title p:not(.pill) {
  color: rgb(242, 242, 242);
}

.about-card {
  max-width: 1040px;
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 227px 371.5px 1fr;
}

.credential-column {
  gap: 12px;
}

.credential-column article {
  min-height: 104px;
  padding: 18px 24px;
  border-radius: 16px;
}

.gym-card {
  min-height: 194.67px;
  padding: 24px;
  border-radius: 16px;
}

.coach-image {
  min-height: 608px;
  border-radius: 16px;
}

.coach-copy {
  padding: 40px 24px;
  border-radius: 16px;
}

.coach-copy h3,
.price-card h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 38.5px;
  letter-spacing: -0.7px;
}

.credential-column h3,
.service-card h3,
.step-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.4px;
}

.credential-column p,
.coach-copy p,
.service-card p,
.step-card p,
.price-card p,
.faq-list details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.32px;
}

.video-hero {
  --panel-radius-start: 0;
  --panel-radius: 0px;
  position: sticky;
  top: var(--sticky-top, 0);
  z-index: 2;
  width: 100%;
  min-height: 100svh;
  display: grid;
  align-content: start;
  border-radius: 0 !important;
  padding: 34px clamp(22px, 5vw, 70px) 120px;
}

.video-hero .section-title {
  margin-bottom: 38px;
}

.video-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 14px;
}

.trans4m-wordmark {
  color: var(--ink) !important;
  display: inline-block;
  font-family: "Anton", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 0.98em;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.9;
  text-transform: uppercase;
}

.trans4m-wordmark .brand-4 {
  color: var(--accent) !important;
}

.hero-video-shell {
  position: relative;
  width: min(1040px, 100%);
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  overflow: hidden;
  background: var(--cream-2);
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.18);
  isolation: isolate;
}

.hero-video-shell::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(15, 15, 15, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(15, 15, 15, 0.1), rgba(15, 15, 15, 0.22));
  transition: opacity 240ms ease;
}

.hero-video-shell.is-playing::after {
  opacity: 0;
}

.hero-video-player {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: var(--cream-2);
  transform: scale(1.01);
}

.hero-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  padding: 0;
  background: var(--accent);
  border: 0;
  border-radius: 50%;
  box-shadow:
    0 22px 60px rgba(195, 126, 247, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease;
}

.hero-video-play:hover {
  box-shadow:
    0 28px 70px rgba(195, 126, 247, 0.44),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transform: translate(-50%, -50%) scale(1.04);
}

.hero-video-play span {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 24px solid var(--ink);
}

.hero-video-shell.is-playing .hero-video-play {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

.section-dark {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px;
  color: var(--cream);
  background: rgb(15, 15, 15);
  border-radius: 0;
  overflow: clip;
  isolation: isolate;
}

.section-dark + .section-dark {
  margin-top: -1px;
}

.services {
  z-index: 3;
  border-radius: var(--panel-radius, 180px) var(--panel-radius, 180px) 0 0;
}

.service-mosaic,
.process-grid {
  width: min(1040px, 100%);
  margin-inline: auto;
}

.service-card,
.step-card,
.process-photo,
.method-card,
.story-images figure,
.review-track article,
.price-card,
.faq-list details {
  border-radius: 16px;
}

.service-mosaic,
.process-grid,
.story-images,
.review-track,
.price-grid {
  gap: 12px;
}

.text-card {
  align-content: end;
  text-align: left;
}

.process-grid {
  grid-auto-rows: 292px;
}

.process-photo,
.step-card,
.method-card {
  min-height: 0;
}

.pricing {
  width: 100%;
  position: relative;
  padding: 100px 40px 180px;
}

.pricing-faq-sequence .pricing {
  position: sticky;
  top: 0;
}

.pricing > *:not(.pricing-bg) {
  position: relative;
  z-index: 1;
}

.pricing::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 260px;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgb(15, 15, 15) 0%,
    rgba(15, 15, 15, 0.88) 22%,
    rgba(15, 15, 15, 0.38) 66%,
    rgba(15, 15, 15, 0) 100%
  );
}

.final-cta {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}

[data-reveal],
.reveal-up {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(18px);
  transition:
    opacity 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 900ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible,
.reveal-up.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.site-header[data-reveal] {
  opacity: 0;
  filter: blur(6px);
  transform: translate(-50%, 30px);
  animation: headerIntro 900ms 120ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-header[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, 0);
}

html.is-view-transition .site-header[data-reveal],
html.is-view-transition .site-header[data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateX(-50%);
  animation: none;
}

.hero-content .reveal-up:nth-child(2) {
  transition-delay: 100ms;
}

.hero-content .reveal-up:nth-child(3) {
  transition-delay: 200ms;
}

.hero-content .reveal-up:nth-child(4) {
  transition-delay: 300ms;
}

.hero-content .reveal-up {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(0);
  animation: heroIntro 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-content .reveal-up:nth-child(2) {
  animation-delay: 90ms;
}

.hero-content .reveal-up:nth-child(3) {
  animation-delay: 180ms;
}

.hero-content .reveal-up:nth-child(4) {
  animation-delay: 270ms;
}

.hero-stats[data-reveal] {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(0);
  animation: heroIntro 900ms 360ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes headerIntro {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translate(-50%, -10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, 0);
  }
}

@keyframes heroIntro {
  from {
    opacity: 0;
    filter: blur(6px);
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes pageExit {
  to {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(-12px) scale(0.995);
  }
}

@keyframes pageEnter {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(18px) scale(1.005);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    gap: 16px;
    font-size: 0.82rem;
  }

  .about-card,
  .story-slide,
  .contact-layout,
  .location-card,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .transformation-gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .one-off-options {
    grid-template-columns: 1fr 1fr;
  }

  .credential-column {
    grid-template-columns: repeat(3, 1fr);
  }

  .coach-image {
    min-height: 440px;
  }

  .service-mosaic,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-mosaic {
    grid-template-rows: auto;
  }

  .service-large,
  .service-wide,
  .method-card {
    grid-column: span 1;
  }

  .review-slider {
    --review-card-width: min(680px, calc(100vw - 116px));
  }

  .service-slider {
    --service-card-width: min(460px, calc(100vw - 58px));
  }

  .service-arrow-prev {
    left: 20px;
  }

  .service-arrow-next {
    right: 20px;
  }

  .contact-image-card,
  .location-card article,
  .location-media {
    min-height: 460px;
  }

  .footer {
    flex-wrap: wrap;
    align-items: flex-start;
    padding-inline: 24px;
  }
}

@media (max-width: 760px) {
  :root {
    --wide: min(1150px, calc(100vw - 28px));
    --announcement-height: 48px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
  }

  html {
    scroll-padding-top: calc(var(--announcement-height) + 86px);
  }

  section[id] {
    scroll-margin-top: calc(var(--announcement-height) + 86px);
  }

  body {
    background: #0f0f0f;
  }

  main,
  section,
  .about-card,
  .coach-copy,
  .contact-panel,
  .price-card,
  .faq-list,
  .service-slider,
  .story-slider,
  .review-slider {
    max-width: 100%;
  }

  .about,
  .about-card {
    width: 100%;
    overflow: hidden;
  }

  .about-card > *,
  .coach-copy > *,
  .credential-column > * {
    min-width: 0;
  }

  .coach-copy,
  .contact-panel,
  .price-card,
  .faq-list details {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .site-header {
    top: calc(var(--announcement-height) + 16px);
    left: 50%;
    right: auto;
    width: min(358px, calc(100vw - 32px)) !important;
    min-height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding: 0 12px 0 22px;
    background: rgba(17, 16, 20, 0.54);
    box-shadow:
      inset 0 0 0 1px rgba(249, 249, 249, 0.09),
      0 18px 60px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
  }

  .site-header::after {
    display: none;
  }

  .site-header[data-reveal],
  .site-header[data-reveal].is-visible {
    transform: translateX(-50%);
    animation: none;
  }

  html.is-view-transition .site-header[data-reveal],
  html.is-view-transition .site-header[data-reveal].is-visible {
    transform: translateX(-50%);
  }

  .brand img {
    width: 106px;
    height: 32px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-toggle {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    z-index: 1;
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    margin-right: -4px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px;
    color: var(--cream);
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
  }

  .mobile-menu-toggle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 15px;
    content: "";
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 20px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 6.5px / 20px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 13px / 20px 2px no-repeat;
    color: var(--cream);
    transform: translate(-50%, -50%);
    transition: background 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .site-header.is-menu-open .mobile-menu-toggle::before {
    height: 20px;
    background:
      linear-gradient(currentColor, currentColor) 0 9px / 20px 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 9px / 20px 2px no-repeat;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .mobile-menu-toggle span {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 2px;
    padding: 12px;
    color: var(--cream);
    background: rgba(15, 14, 18, 0.92);
    border-radius: 24px;
    box-shadow:
      inset 0 0 0 1px rgba(249, 249, 249, 0.08),
      0 20px 60px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    transition:
      opacity 220ms ease,
      transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(18px);
  }

  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 16px;
    color: rgba(242, 242, 242, 0.9);
    font-size: 16px;
    line-height: 20.8px;
  }

  .mobile-menu a:hover {
    color: var(--accent);
    background: rgba(249, 249, 249, 0.06);
  }

  .site-header.is-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .hero-bg {
    opacity: 1;
    object-position: 52% 50%;
  }

  .hero::before {
    content: none;
  }

  .hero {
    min-height: 690px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 9, 8, 0.42) 0%, rgba(8, 9, 8, 0.18) 44%, rgba(8, 9, 8, 0.36) 100%),
      linear-gradient(180deg, rgba(8, 9, 8, 0.12) 0%, rgba(8, 9, 8, 0.22) 45%, rgba(8, 9, 8, 0.9) 100%);
  }

  .hero-content {
    width: calc(100vw - 32px);
    min-height: 690px;
    padding: 152px 0 94px;
    justify-content: flex-start;
  }

  h1 {
    max-width: 360px;
    font-size: clamp(3rem, 12.8vw, 3.35rem);
    line-height: 1;
    letter-spacing: -0.64px;
  }

  .hero-copy {
    max-width: 350px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 19.5px;
  }

  .hero-content > .button {
    display: inline-flex;
    margin-top: 24px;
  }

  .hero-stats {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 36px;
  }

  .hero-stats article {
    width: calc((100vw - 44px) / 2);
    min-width: 0;
    min-height: 78px;
    padding: 16px;
    border-radius: 10px;
  }

  .hero-stats article:nth-child(2) {
    min-width: 0;
  }

  .hero-stats strong,
  .process-photo strong {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }

  .hero-stats small,
  .process-photo small {
    font-size: 13px;
    line-height: 16.9px;
  }

  .button {
    min-height: 42px;
    padding-left: 16px;
  }

  .button span {
    width: 29px;
    height: 29px;
  }

  .panel-light {
    --panel-radius-start: 58;
    --panel-radius: 58px;
    width: 100%;
    border-radius: var(--panel-radius, 58px) var(--panel-radius, 58px) 0 0;
    padding: 78px 16px 0;
  }

  .section-dark,
  .final-cta {
    --panel-radius-start: 58;
    --panel-radius: 58px;
    width: 100%;
    padding-inline: 16px;
  }

  .section-dark {
    border-radius: 0;
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .services {
    border-radius: var(--panel-radius, 58px) var(--panel-radius, 58px) 0 0;
  }

  .final-cta {
    border-radius: 0;
  }

  .about-services-sequence {
    margin-top: -58px;
  }

  .about {
    position: relative;
    top: auto;
    min-height: 100svh;
    margin-top: 0;
    padding-top: 84px;
    padding-bottom: 24px;
  }

  .video-hero {
    --panel-radius-start: 0;
    --panel-radius: 0px;
    position: relative;
    top: auto;
    min-height: auto;
    border-radius: 0 !important;
    padding: 18px 14px 30px;
  }

  .video-hero + .services {
    margin-top: 0;
  }

  .video-hero .section-title {
    margin-bottom: 26px;
  }

  .hero-video-shell {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.18);
  }

  .hero-video-play {
    width: 68px;
    height: 68px;
  }

  .hero-video-play span {
    margin-left: 5px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 18px;
  }

  .section-title {
    max-width: 350px;
    margin-bottom: 34px;
  }

  .section-title h2 {
    font-size: clamp(2.2rem, 10.6vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.48px;
  }

  .transformations .section-title h2 {
    gap: 0;
    letter-spacing: 0px;
  }

  .logo-heading .heading-copy {
    max-width: min(340px, 100%);
    font-size: clamp(2.25rem, 9.6vw, 3.15rem);
    letter-spacing: -2px;
    transform: none;
    white-space: normal;
  }

  .section-title p:not(.pill) {
    max-width: 335px;
    font-size: 15px;
    line-height: 19.5px;
  }

  .about-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .credential-column {
    order: 3;
    gap: 12px;
    grid-template-rows: 96px 96px 154px;
  }

  .credential-column article {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 96px;
    padding: 18px 20px;
  }

  .gym-card {
    min-height: 154px;
    padding: 22px;
  }

  .line-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    margin-bottom: 0;
  }

  .coach-image {
    order: 1;
    min-height: 0;
    max-height: none;
    aspect-ratio: 16 / 9;
  }

  .coach-image img {
    object-position: 50% 30%;
  }

  .coach-copy {
    order: 2;
    min-height: 500px;
    padding: 28px 22px;
  }

  .coach-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding-top: 42px;
  }

  .social-cluster {
    justify-items: start;
  }

  .coach-copy h3,
  .price-card h3 {
    font-size: 31px;
    line-height: 34px;
  }

  .coach-copy p {
    font-size: 15px;
    line-height: 19.5px;
  }

  .contact-hero {
    padding: 148px 16px 72px;
  }

  .contact-title {
    margin-bottom: 36px;
    text-align: left;
  }

  .contact-title .pill {
    display: none;
  }

  .contact-title h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 12vw, 3.35rem);
    line-height: 1;
    letter-spacing: -1px;
  }

  .contact-title h1 span {
    display: block;
  }

  .contact-title > p:not(.pill) {
    margin-left: 0;
  }

  .contact-panel,
  .contact-image-card,
  .location-card article {
    padding: 26px;
  }

  .contact-image-card h2,
  .location-card h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1;
  }

  .credential-column,
  .service-mosaic,
  .process-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .coach-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 34px;
  }

  .service-card,
  .process-photo,
  .method-card {
    min-height: 240px;
    padding: 24px;
  }

  .service-slider {
    --service-card-width: calc(100vw - 34px);
    margin-top: 2px;
    padding-bottom: 0;
  }

  .service-track {
    gap: 14px;
    padding-inline: 17px;
  }

  .service-tile {
    min-height: 0;
    border-radius: 16px;
    contain: paint;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: box-shadow 660ms cubic-bezier(0.16, 1, 0.3, 1);
  }

  .service-copy {
    min-height: 0;
    gap: 11px;
    padding: 24px;
    z-index: 3;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }

  .service-copy span {
    font-size: 1.78rem;
  }

  .service-copy h3 {
    max-width: 280px;
    font-size: 1.65rem;
  }

  .service-copy p {
    max-width: 286px;
    font-size: 13.5px;
    line-height: 1.4;
    color: rgba(249, 249, 249, 0.86);
  }

  .service-tile::after {
    background:
      linear-gradient(180deg, rgba(15, 15, 15, 0.2), rgba(15, 15, 15, 0.68)),
      radial-gradient(circle at 50% 100%, rgba(195, 126, 247, 0.08), transparent 46%);
  }

  .service-media {
    inset: 0;
    height: auto;
    margin: 0;
    border-radius: inherit;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  .service-media img {
    opacity: 1;
    transform: translateZ(0) !important;
    transition: none;
    backface-visibility: hidden;
    will-change: auto;
  }

  .service-tile.is-active .service-media img {
    transform: translateZ(0) !important;
  }

  .service-tile::after {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: auto;
  }

  .service-arrow {
    top: 50%;
    bottom: auto;
    display: grid;
    width: 44px;
    height: 44px;
    color: var(--ink);
    background: var(--accent);
    box-shadow: 0 16px 34px rgba(195, 126, 247, 0.32);
    transform: translateY(-50%);
  }

  .service-arrow:hover {
    transform: translateY(calc(-50% - 1px));
  }

  .service-arrow:disabled {
    opacity: 0.36;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .service-arrow-prev {
    left: 18px;
  }

  .service-arrow-next {
    right: 18px;
  }

  .service-dots {
    display: flex;
    position: relative;
    left: 50vw;
    bottom: auto;
    width: fit-content;
    margin: 18px 0 0;
    transform: translateX(-50%);
  }

  .step-card {
    min-height: 174px;
    padding: 24px;
  }

  .step-card h3 {
    margin-top: 34px;
  }

  .process-grid {
    grid-auto-rows: auto;
  }

  .process-photo {
    min-height: 300px;
    align-items: center;
    justify-content: center;
  }

  .process-photo div {
    width: min(178px, calc(100% - 48px));
  }

  .process-photo small {
    white-space: nowrap;
  }

  .method-card {
    min-height: 300px;
  }

  .method-card h3 {
    max-width: 315px;
    font-size: 32px;
    line-height: 34px;
  }

  .story-images figure {
    min-height: 330px;
  }

  .story-slider {
    --story-card-width: calc(100vw - 24px);
    margin-top: 14px;
  }

  .story-track {
    gap: 14px;
    padding-inline: 12px;
  }

  .story-slide {
    gap: 0;
    padding: 12px;
    border-radius: 24px;
    transform: scale(0.94);
  }

  .story-images {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .story-images span {
    top: -13px;
    min-width: 64px;
    padding: 7px 13px;
    font-size: 14px;
    line-height: 18px;
  }

  .story-copy {
    min-height: auto;
    padding: 24px 16px 20px;
  }

  .quote-mark {
    font-size: 58px;
  }

  .story-copy blockquote {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .story-person {
    margin-top: 34px;
  }

  .story-arrow {
    top: 42%;
    width: 42px;
    height: 42px;
  }

  .story-arrow-prev {
    left: 8px;
  }

  .story-arrow-next {
    right: 8px;
  }

  .review-slider {
    --review-card-width: calc(100vw - 34px);
    --review-overlap: 0px;
  }

  .review-track {
    gap: 14px;
    padding-inline: 17px;
  }

  .review-track .video-testimonial {
    min-height: 0;
    grid-template-rows: auto auto;
    transform: scale(0.88);
  }

  .review-arrow {
    display: none;
  }

  .review-controls {
    width: 100vw;
    margin-left: 0;
    margin-top: 20px;
    justify-content: center;
    transform: none;
  }

  .review-dots {
    position: static;
    width: fit-content;
    transform: none;
  }

  .review-dots button {
    width: 8px;
    height: 8px;
  }

  .review-dots button.is-active {
    width: 30px;
  }

  .story-dots button {
    width: 8px;
    height: 8px;
  }

  .story-dots {
    position: relative;
    left: 50vw;
    width: fit-content;
    margin: 20px 0 0;
    transform: translateX(-50%);
  }

  .story-dots button.is-active {
    width: 30px;
  }

  .announcement-bar {
    justify-content: center;
    padding-inline: 14px;
  }

  .announcement-link {
    font-size: 11px;
    line-height: 14.3px;
    letter-spacing: 0.7px;
  }

  .transformations {
    width: 100%;
    padding: 76px 14px 96px;
  }

  .transformation-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .transformation-card {
    border-radius: 8px;
  }

  .testimonial-copy {
    padding: 22px 20px 24px;
  }

  .testimonial-copy h3 {
    max-width: none;
    font-size: 26px;
    line-height: 28.6px;
  }

  .testimonial-copy p:not(.testimonial-kicker),
  .testimonial-copy strong {
    font-size: 15px;
    line-height: 19.5px;
  }

  .pricing {
    width: 100%;
    min-height: auto;
    padding: 76px 16px 126px;
  }

  .pricing-faq-sequence .pricing {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .price-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .price-grid {
    gap: 12px;
  }

  .plan-feature-groups > div,
  .one-off-options article {
    padding: 18px;
  }

  .one-off-options {
    grid-template-columns: 1fr;
  }

  .badge {
    top: -34px;
    right: auto;
    min-height: 34px;
    padding-inline: 16px;
  }

  .faq {
    margin-top: -58px;
    padding-top: 82px;
    padding-bottom: 110px;
  }

  .faq-categories {
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    margin: -30px 0 2px;
    padding: 18px 16px 36px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .faq-categories::-webkit-scrollbar {
    display: none;
  }

  .faq-categories button {
    min-height: 38px;
    flex: 0 0 auto;
    padding-inline: 14px;
    font-size: 13px;
  }

  .faq-list {
    gap: 9px;
  }

  .faq-list summary {
    min-height: 58px;
    padding-inline: 16px;
  }

  .final-cta {
    min-height: 560px;
    padding: 84px 16px 132px;
  }

  .final-cta > div {
    width: 100%;
    padding: 0;
  }

  .final-cta h2 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
  }

  .footer {
    min-height: 128px;
    margin-top: -128px;
    padding: 0 18px 28px;
    align-items: flex-end;
    gap: 14px;
  }

  .footer nav {
    gap: 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .contact-hero {
    padding-top: 148px;
  }

  .contact-layout {
    gap: 12px;
  }

  .contact-form textarea {
    min-height: 150px;
  }

  .contact-form select {
    min-height: 58px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.pricing-faq-sequence .pricing {
  position: sticky;
  top: var(--sticky-top, 0px);
  min-height: 100svh;
}

.pricing {
  align-content: start;
  overflow: visible;
}

@media (max-width: 700px) {
  .contact-form-footer {
    align-items: center;
    flex-direction: row;
    gap: 0;
    padding-top: 34px;
  }
}
