:root {
  color-scheme: light;
  --blvd-widget-chrome-offset: 200px;
  --paper: #f8f5f1;
  --cream: #e4ebf1;
  --mist: #9ca7b3;
  --mist-soft: #edf2f5;
  --sage: #b6b7a5;
  --sage-dark: #627487;
  --clay: #c6a98d;
  --honey-soft: #edf3f6;
  --redwood: #8a5d52;
  --slate: #6f7b87;
  --ink: #3d4a58;
  --charcoal: #3d4a58;
  --white: #ffffff;
  --line: rgba(61, 74, 88, 0.18);
  --shadow: 0 22px 60px rgba(61, 74, 88, 0.12);
  --soft-shadow: 0 14px 34px rgba(61, 74, 88, 0.08);
  --section-dark: #233140;
  --header-bg: rgba(248, 245, 241, 0.96);
  --header-border: rgba(61, 74, 88, 0.14);
  --header-link: rgba(61, 74, 88, 0.78);
  --header-link-active: #3d4a58;
  --nav-menu-bg: var(--paper);
  --panel-soft: rgba(255, 253, 249, 0.86);
  --toggle-bg: rgba(61, 74, 88, 0.1);
  --toggle-border: rgba(61, 74, 88, 0.22);
  --toggle-thumb: #3d4a58;
  --radius: 8px;
  --max: 1180px;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --paper: #17212a;
  --cream: #22303b;
  --mist: #7d8d9c;
  --mist-soft: #1d2a35;
  --sage: #83909a;
  --sage-dark: #bac6cf;
  --clay: #c6a98d;
  --honey-soft: #263847;
  --redwood: #c6a98d;
  --slate: #c8d1d9;
  --ink: #edf2f5;
  --charcoal: #f8f5f1;
  --line: rgba(248, 245, 241, 0.16);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  --soft-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  --section-dark: #101922;
  --header-bg: rgba(23, 33, 42, 0.96);
  --header-border: rgba(248, 245, 241, 0.12);
  --header-link: rgba(248, 245, 241, 0.78);
  --header-link-active: #ffffff;
  --nav-menu-bg: #17212a;
  --panel-soft: rgba(248, 245, 241, 0.06);
  --toggle-bg: rgba(248, 245, 241, 0.14);
  --toggle-border: rgba(248, 245, 241, 0.28);
  --toggle-thumb: #c6a98d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Pontano Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

p {
  margin: 0 0 1.2rem;
}

h1,
h2,
h3,
h4 {
  color: var(--charcoal);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
}

h1 {
  font-size: 4.15rem;
}

h2 {
  font-size: 2.85rem;
}

h3 {
  font-size: 1.55rem;
}

h4 {
  font-size: 1.45rem;
}

ul {
  margin: 0;
  padding-left: 1.2rem;
}

li + li {
  margin-top: 0.45rem;
}

.eyebrow {
  color: var(--sage-dark);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.section {
  padding: 5.5rem 1.5rem;
}

.section-tight {
  padding: 3.8rem 1.5rem;
}

.section-cream {
  background: var(--cream);
}

.section-mist {
  background: var(--mist-soft);
}

.section-dark {
  background: var(--section-dark);
  color: rgba(255, 253, 249, 0.82);
}

.section-dark h2,
.section-dark h3,
.section-dark .eyebrow {
  color: var(--white);
}

.container {
  margin: 0 auto;
  max-width: var(--max);
  width: 100%;
}

.narrow {
  max-width: 820px;
}

.split {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}

.section-heading p {
  max-width: 590px;
}

.home-services {
  padding-top: 3.5rem;
}

#memberships {
  padding-top: 4rem;
}

.routine-intro {
  background: var(--paper);
}

.routine-intro-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.routine-intro-image {
  min-height: 360px;
  min-width: 0;
  width: 100%;
}

.routine-intro-copy {
  max-width: 700px;
}

.routine-intro-copy h2 {
  margin-bottom: 1.2rem;
}

.routine-intro-copy .button {
  display: flex;
  margin-top: 0.35rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.routine-intro-copy .button-row {
  justify-content: center;
}

.routine-intro-copy .button-row .button {
  margin: 0;
}

.site-header {
  background: var(--header-bg);
  border-bottom: 1px solid var(--header-border);
  box-shadow: 0 10px 24px rgba(61, 74, 88, 0.05);
  position: relative;
  z-index: 20;
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: none;
  min-height: 86px;
  padding: 0.75rem clamp(1rem, 1.25vw, 1.5rem);
}

.brand {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: auto;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: auto;
  max-height: 66px;
  width: min(390px, 36vw);
}

.brand-logo-light {
  display: none;
}

:root[data-theme="dark"] .brand-logo-dark {
  display: none;
}

:root[data-theme="dark"] .brand-logo-light {
  display: block;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--header-link);
  font-size: 1rem;
  text-decoration: none;
}

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

.nav-dropdown {
  align-items: center;
  display: inline-flex;
  position: relative;
}

.nav-dropdown::before {
  content: "";
  height: 0.9rem;
  left: -0.75rem;
  position: absolute;
  right: -0.75rem;
  top: 100%;
}

.nav-dropdown-trigger {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}

.nav-dropdown-trigger::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  height: 0.42rem;
  margin-top: -0.22rem;
  opacity: 0.72;
  transform: rotate(45deg);
  width: 0.42rem;
}

.nav-dropdown-menu {
  background: var(--nav-menu-bg);
  border: 1px solid var(--header-border);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  display: grid;
  gap: 0.1rem;
  left: 50%;
  min-width: 235px;
  opacity: 0;
  padding: 0.55rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.7rem);
  transform: translate(-50%, 0.35rem);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
  z-index: 30;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.site-nav .nav-dropdown-menu a {
  border-radius: 6px;
  display: block;
  font-size: 0.94rem;
  line-height: 1.2;
  padding: 0.62rem 0.75rem;
  white-space: nowrap;
}

.site-nav .nav-dropdown-menu a:hover {
  background: var(--mist-soft);
  color: var(--header-link-active);
}

.site-nav .nav-book {
  align-items: center;
  background: var(--cream);
  border: 1px solid var(--cream);
  border-radius: 999px;
  color: var(--charcoal);
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1.05rem;
}

.site-nav .nav-book:hover {
  background: var(--white);
  color: var(--charcoal);
}

:root[data-theme="dark"] .site-nav .nav-book {
  background: var(--clay);
  border-color: var(--clay);
  color: #17212a;
}

:root[data-theme="dark"] .site-nav .nav-book:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  color: #17212a;
}

.theme-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 58px;
}

.theme-toggle-track {
  background: var(--toggle-bg);
  border: 1px solid var(--toggle-border);
  border-radius: 999px;
  display: block;
  height: 30px;
  position: relative;
  transition: background 160ms ease, border-color 160ms ease;
  width: 52px;
}

.theme-toggle-track::before,
.theme-toggle-track::after {
  align-items: center;
  color: rgba(61, 74, 88, 0.68);
  display: flex;
  font-size: 0.68rem;
  height: 100%;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 0;
}

.theme-toggle-track::before {
  content: "☀";
  left: 1px;
}

.theme-toggle-track::after {
  content: "☾";
  right: 1px;
}

.theme-toggle-thumb {
  background: var(--toggle-thumb);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(23, 33, 42, 0.18);
  display: block;
  height: 20px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background 160ms ease, transform 160ms ease;
  width: 20px;
  z-index: 1;
}

:root[data-theme="dark"] .theme-toggle-thumb {
  transform: translateX(22px);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--toggle-border);
  border-radius: 999px;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.nav-toggle span {
  background: var(--header-link-active);
  display: block;
  height: 1px;
  margin: 3px 0;
  transform-origin: center;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 18px;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  min-height: 50vh;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background: linear-gradient(90deg, rgba(16, 25, 34, 0.78), rgba(16, 25, 34, 0.36) 52%, rgba(16, 25, 34, 0.22));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-content {
  align-items: center;
  display: flex;
  min-height: 50vh;
  padding: 3.5rem 1.5rem;
  position: relative;
  z-index: 2;
}

.hero .container {
  max-width: 1220px;
}

.hero-copy {
  max-width: 790px;
}

.hero h1,
.hero p,
.hero .eyebrow {
  color: var(--white);
}

.hero p {
  font-size: 1.18rem;
  max-width: 740px;
}

.home-hero {
  background-image: url("assets/gfmc-hero-video-poster.jpg");
  background-position: center;
}

.home-hero .hero-copy {
  max-width: min(1120px, 100%);
}

.home-hero h1 {
  white-space: nowrap;
}

.memberships-hero {
  background-image: url("assets/gfmc-hero-studio.webp");
  background-position: center 52%;
}

.services-hero {
  background-image: url("assets/gfmc-hero-studio.webp");
  background-position: center 48%;
}

.training-hero {
  background-image: url("assets/personal-training-lisa.webp");
  background-position: center 55%;
}

.about-hero {
  background-image: url("assets/studio-space.webp");
  background-position: center;
}

.book-hero {
  background-image: url("assets/book-studio.webp");
  background-position: center;
}

.booking-page-main {
  flex: 1;
}

.booking-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.booking-shell {
  display: grid;
  gap: 1.25rem;
}

.booking-proxy-menu {
  display: grid;
  gap: 1.25rem;
}

.booking-proxy-heading {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.booking-proxy-heading p {
  margin-bottom: 0;
  max-width: 560px;
}

.booking-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.booking-service-card {
  background: var(--mist-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--charcoal);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 0.35rem;
  min-height: 146px;
  padding: 1.1rem;
  text-align: left;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.booking-service-card-wide {
  grid-column: 1 / -1;
  min-height: 126px;
}

.booking-service-card span {
  color: var(--sage-dark);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-service-card strong {
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.15;
}

.booking-service-card small {
  color: var(--slate);
  font-size: 0.95rem;
  line-height: 1.35;
}

.booking-service-card:hover,
.booking-service-card.is-active {
  background: var(--paper);
  border-color: var(--charcoal);
  box-shadow: 0 0 0 2px rgba(61, 74, 88, 0.08);
}

.booking-frame-panel {
  display: grid;
  gap: 1.25rem;
}

.booking-frame-heading {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.booking-frame-heading p {
  margin-bottom: 0;
  max-width: 520px;
}

.booking-frame-panel.is-blvd-frame .booking-frame-heading {
  display: none;
}

.booking-native-menu {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.booking-native-menu-row {
  align-items: start;
  background: var(--mist-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--charcoal);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 0.35rem 1rem;
  grid-template-columns: 1fr auto;
  min-height: 118px;
  padding: 1.1rem;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  width: 100%;
}

.booking-native-menu-row::after {
  color: var(--sage-dark);
  content: ">";
  font-size: 1.2rem;
  grid-column: 2;
  grid-row: 1 / 3;
}

.booking-native-menu-row:hover {
  background: var(--paper);
  border-color: var(--charcoal);
  box-shadow: 0 0 0 2px rgba(61, 74, 88, 0.08);
}

.booking-native-menu-row span {
  color: var(--sage-dark);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  grid-column: 1;
  text-transform: uppercase;
}

.booking-native-menu-row strong {
  display: block;
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 1.28rem;
  font-weight: 400;
  grid-column: 1;
  line-height: 1.2;
}

.booking-request-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.booking-native-menu[hidden],
.booking-request-panel[hidden],
.booking-frame-crop[hidden] {
  display: none;
}

.booking-form-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, 1fr);
}

.booking-form-grid label {
  display: grid;
  gap: 0.35rem;
}

.booking-form-grid label span {
  color: var(--sage-dark);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-form-grid input,
.booking-form-grid select,
.booking-form-grid textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--charcoal);
  font: inherit;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.booking-form-grid textarea {
  resize: vertical;
}

.booking-form-wide {
  grid-column: 1 / -1;
}

.booking-request-status {
  color: var(--slate);
  margin-bottom: 0;
}

.booking-frame-crop {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  height: 760px;
  overflow: hidden;
  position: relative;
}

.booking-live-frame {
  border: 0;
  display: block;
  height: 760px;
  width: 100%;
}

.booking-frame-crop-blvd {
  height: 190px;
}

.booking-frame-crop-blvd::after {
  background: var(--white);
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.booking-live-frame-blvd {
  height: 505px;
  position: relative;
  top: -315px;
}

.booking-frame-mask {
  display: none;
}

.booking-frame-crop-blvd .booking-frame-mask {
  background: var(--white);
  bottom: 0;
  display: block;
  height: 25px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.booking-frame-crop-mindbody {
  height: 780px;
}

.booking-live-frame-mindbody {
  height: 780px;
}

body .blvd-backdrop {
  background-color: rgba(16, 25, 34, 0.72) !important;
  backdrop-filter: blur(3px);
  z-index: 2147483644 !important;
}

body .blvd-booking-widget {
  background: #f8f5f1 !important;
  bottom: auto !important;
  box-shadow: 24px 0 80px rgba(16, 25, 34, 0.24);
  color-scheme: light !important;
  height: calc(100vh + var(--blvd-widget-chrome-offset)) !important;
  max-width: min(560px, 100vw) !important;
  top: calc(var(--blvd-widget-chrome-offset) * -1) !important;
  z-index: 2147483645 !important;
}

:root[data-theme="dark"] body .blvd-backdrop {
  background-color: rgba(4, 8, 12, 0.78) !important;
}

:root[data-theme="dark"] body .blvd-booking-widget {
  background: #f8f5f1 !important;
  box-shadow: 24px 0 80px rgba(0, 0, 0, 0.48);
  color-scheme: light !important;
}

body .blvd-close-button {
  fill: var(--white) !important;
  right: 1.2rem !important;
  top: 1.2rem !important;
}

body .blvd-logo {
  display: none !important;
}

.gfmc-blvd-powered-mask {
  background: #f8f5f1;
  bottom: 0;
  display: block;
  height: 28px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translateX(-120%);
  transition: transform 500ms ease-in-out, opacity 180ms ease, visibility 0s linear 500ms;
  visibility: hidden;
  width: min(560px, 100vw);
  z-index: 2147483647;
}

body:has(.blvd-booking-widget.open) .gfmc-blvd-powered-mask {
  opacity: 1;
  transform: translateX(0);
  transition: transform 500ms ease-in-out, opacity 180ms ease;
  visibility: visible;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button {
  align-items: center;
  border: 1px solid var(--charcoal);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1.25rem;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

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

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

.button-primary:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
}

.button-secondary {
  background: transparent;
  color: var(--charcoal);
}

.button-secondary:hover {
  background: var(--cream);
}

:root[data-theme="dark"] .button-primary {
  background: var(--clay);
  border-color: var(--clay);
  color: #17212a;
}

:root[data-theme="dark"] .button-primary:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  color: #17212a;
}

.hero .button-primary {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--charcoal);
}

:root[data-theme="dark"] .hero .button-primary {
  background: #f8f5f1;
  border-color: #f8f5f1;
  color: #17212a;
}

.hero .button-secondary {
  border-color: rgba(255, 253, 249, 0.78);
  color: var(--white);
}

.hero .button-secondary:hover {
  background: rgba(255, 253, 249, 0.13);
}

.image-panel {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.image-panel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-panel.tall {
  aspect-ratio: 4 / 5;
}

.image-panel.wide {
  aspect-ratio: 16 / 10;
}

.image-panel.routine-intro-image {
  align-self: stretch;
  aspect-ratio: auto;
  position: relative;
}

.image-panel.routine-intro-image img {
  inset: 0;
  position: absolute;
}

.kicker-grid {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
  padding-top: 1.6rem;
}

.kicker {
  color: var(--sage-dark);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 0.88rem;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.pricing-card,
.service-card,
.benefit-card,
.partner-card,
.booking-card,
.faq-card,
.team-card,
.package-card,
.plan-fit-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 1.45rem;
  position: relative;
}

.pricing-card.featured {
  background: var(--honey-soft);
  border-color: rgba(198, 169, 141, 0.62);
  transform: translateY(-0.4rem);
}

.pricing-card-heading {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.pricing-card-heading h3 {
  min-width: 0;
}

.badge {
  align-self: flex-start;
  background: #4f7d63;
  border-radius: 999px;
  color: var(--white);
  flex-shrink: 0;
  font-size: 0.78rem;
  line-height: 1;
  margin: 0.18rem 0 0;
  padding: 0.24rem 0.7rem;
  text-align: center;
}

.price {
  color: var(--charcoal);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0.8rem 0 0.2rem;
}

.price span {
  font-family: "Avenir Next", Avenir, "Pontano Sans", Arial, sans-serif;
  font-size: 1rem;
}

.sessions {
  color: var(--sage-dark);
  font-weight: 700;
  margin-bottom: 1rem;
}

.pricing-card .button {
  margin-top: auto;
  width: 100%;
}

.membership-heading {
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}

.membership-heading p {
  margin: 0;
  max-width: 700px;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.service-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

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

.service-card .button {
  align-self: stretch;
  margin-top: auto;
  min-height: 42px;
  width: 100%;
}

.benefit-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.benefit-card {
  padding: 1.35rem;
}

.membership-results {
  background: var(--mist-soft);
}

.membership-results-layout {
  align-items: center;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1fr);
}

.membership-results-copy {
  max-width: 660px;
}

.membership-results-copy p {
  max-width: 580px;
}

.membership-results-difference-copy {
  margin-top: 1.45rem;
  max-width: 610px;
}

.membership-results-difference-copy p {
  font-size: 1.02rem;
}

.membership-results-copy .button-row {
  margin-top: 2rem;
}

.membership-benefit-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.membership-benefit-panel .benefit-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto 1fr;
  padding: 2rem;
}

.membership-benefit-panel .benefit-card + .benefit-card {
  border-top: 1px solid var(--line);
}

.benefit-number {
  align-items: center;
  border: 1px solid rgba(198, 169, 141, 0.78);
  border-radius: 50%;
  color: var(--sage-dark);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 44px;
}

.membership-benefit-panel .benefit-card h3 {
  font-size: 1.55rem;
}

.membership-benefit-panel .benefit-card p {
  margin-bottom: 0;
}

.benefit-card h3,
.partner-card h3,
.booking-card h3,
.package-card h3,
.plan-fit-card h3,
.brand-pillar h3,
.difference-card h3 {
  margin-bottom: 0.55rem;
}

.gfmc-difference {
  background: var(--paper);
}

.gfmc-difference-combined {
  border-top: 1px solid var(--line);
  margin-top: 4.5rem;
  padding-top: 4rem;
}

.gfmc-difference-hero {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.gfmc-difference-copy {
  max-width: 860px;
}

.gfmc-difference-copy p:last-child {
  margin-bottom: 0;
}

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

.difference-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  padding: 1.35rem;
}

.difference-card p {
  font-size: 1rem;
}

.difference-card a {
  display: block;
  font-weight: 700;
  margin-top: 0.45rem;
}

.service-area {
  color: var(--slate);
  font-weight: 700;
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(16, 25, 34, 0.78), rgba(16, 25, 34, 0.54)),
    url("assets/gfmc-hero-studio.webp") center 52% / cover no-repeat;
  color: rgba(255, 253, 249, 0.86);
  padding: 4.4rem 1.5rem;
  text-align: center;
}

.cta-band h2 {
  color: var(--white);
  margin: 0 auto 1rem;
  max-width: 780px;
}

.cta-band p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

.cta-band .button-row {
  justify-content: center;
}

.cta-band .button-primary {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--charcoal);
}

:root[data-theme="dark"] .cta-band .button-primary {
  background: #f8f5f1;
  border-color: #f8f5f1;
  color: #17212a;
}

.cta-band .button-secondary {
  border-color: rgba(255, 253, 249, 0.72);
  color: var(--white);
}

.page-intro {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.services-intro {
  background: linear-gradient(180deg, var(--paper), var(--mist-soft));
  border-bottom: 1px solid var(--line);
}

.services-intro-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
}

.services-intro-copy p {
  font-size: 1.08rem;
  max-width: 720px;
}

.services-intro-panel {
  background: var(--panel-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  padding: 1.6rem;
}

.intro-pathway {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.intro-pathway:first-child {
  border-top: 0;
  padding-top: 0;
}

.intro-pathway:last-child {
  padding-bottom: 0;
}

.intro-pathway span {
  color: var(--charcoal);
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.05;
  margin-bottom: 0.35rem;
}

.intro-pathway p {
  font-size: 1rem;
  margin: 0;
}

.compare-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.plan-fit-card {
  padding: 1.35rem;
}

.membership-fit-layout {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.membership-fit-heading {
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.membership-fit-heading p {
  margin: 0;
  max-width: 680px;
}

.membership-fit-list {
  grid-template-columns: repeat(2, 1fr);
}

.membership-fit-image {
  min-height: 560px;
}

.package-grid,
.booking-grid,
.team-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.package-card,
.booking-card {
  padding: 1.35rem;
}

.booking-card {
  display: flex;
  flex-direction: column;
}

.booking-card .button {
  margin-top: auto;
  width: 100%;
}

.service-detail-section .section-heading {
  margin-bottom: 1rem;
}

.service-detail-section .section-heading p {
  max-width: 680px;
}

.service-detail {
  align-items: stretch;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.85fr 1.15fr;
  padding: 3rem 0;
  scroll-margin-top: 105px;
}

.service-detail:nth-of-type(even) {
  grid-template-columns: 1.15fr 0.85fr;
}

.service-detail:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-detail img {
  border-radius: var(--radius);
  height: clamp(420px, 46vw, 620px);
  min-height: 0;
  object-fit: cover;
  width: 100%;
}

.service-detail:nth-of-type(even) img {
  grid-column: 2;
  grid-row: 1;
}

.service-detail:nth-of-type(even) > div {
  grid-column: 1;
  grid-row: 1;
}

.service-detail h2 {
  margin-bottom: 1rem;
}

.service-detail .button-row {
  display: none;
}

.service-points {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  margin-top: 1.6rem;
  overflow: hidden;
}

.service-points div {
  border-top: 1px solid var(--line);
  padding: 1rem 1.15rem;
}

.service-points div:first-child {
  border-top: 0;
}

.service-points strong,
.service-points span {
  display: block;
}

.service-points span {
  margin-top: 0.28rem;
}

.services-rhythm-cta {
  background:
    linear-gradient(90deg, rgba(16, 25, 34, 0.74), rgba(16, 25, 34, 0.52)),
    url("assets/gfmc-hero-studio.webp") center 55% / cover no-repeat;
  color: rgba(255, 253, 249, 0.9);
  min-height: 390px;
  text-align: center;
}

.services-rhythm-cta h2,
.services-rhythm-cta .eyebrow {
  color: var(--white);
}

.services-rhythm-cta p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.services-rhythm-cta .button-row {
  justify-content: center;
}

.services-rhythm-cta .button-primary {
  background: var(--white);
  border-color: var(--white);
  color: #233140;
}

.services-rhythm-cta .button-primary:hover {
  background: var(--cream);
  border-color: var(--cream);
  color: #233140;
}

.services-rhythm-cta .button-secondary {
  background: rgba(255, 253, 249, 0.08);
  border-color: rgba(255, 253, 249, 0.76);
  color: var(--white);
}

.services-rhythm-cta .button-secondary:hover {
  background: rgba(255, 253, 249, 0.16);
  border-color: var(--white);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-heading {
  margin-bottom: 1.5rem;
}

details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
}

summary {
  color: var(--charcoal);
  cursor: pointer;
  font-weight: 700;
}

details p {
  margin: 0.8rem 0 0;
}

.quote {
  border-left: 3px solid var(--clay);
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1.15;
  margin: 0;
  padding-left: 1.4rem;
}

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

.founding-partners-section .section-heading {
  margin-bottom: 2.6rem;
}

.partner-feature-stack {
  display: grid;
  gap: 2rem;
}

.partner-feature {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
}

.partner-feature-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.partner-feature-reverse .partner-feature-image {
  grid-column: 2;
}

.partner-feature-reverse .partner-feature-copy {
  grid-column: 1;
  grid-row: 1;
}

.partner-feature-image {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.partner-feature-image img {
  height: auto;
  width: 100%;
}

.partner-feature-copy {
  background: var(--honey-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  padding: clamp(1.35rem, 3vw, 2.4rem);
}

.partner-feature-copy h3 {
  margin-bottom: 1rem;
}

.partner-feature-copy p {
  font-size: 1.02rem;
}

.text-link {
  color: var(--charcoal);
  font-weight: 700;
}

.team-card {
  overflow: hidden;
}

.team-card img {
  aspect-ratio: 4 / 4;
  object-fit: cover;
  width: 100%;
}

.team-card-body {
  padding: 1.25rem;
}

.team-card p {
  font-size: 1rem;
}

.training-team-block {
  margin-top: 3rem;
}

.mini-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.mini-list span {
  color: var(--sage-dark);
  display: block;
  font-weight: 700;
}

.about-philosophy-section h2,
.about-local-section h2,
.about-local-section .contact-panel h3 {
  margin-bottom: 0.95rem;
}

.contact-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.contact-panel a {
  font-weight: 700;
}

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

.contact-section .section-heading {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-section .section-heading p {
  margin: 0;
  max-width: 680px;
}

.contact-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.contact-form,
.contact-map-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.contact-form {
  display: grid;
  gap: 1rem;
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 1fr;
  padding: 1.5rem;
}

.form-row {
  display: grid;
  gap: 0.4rem;
}

.form-row-full,
.contact-form .button {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--charcoal);
  font-size: 0.88rem;
  font-weight: 700;
}

.form-row input,
.form-row select,
.form-row textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.form-row textarea {
  min-height: 150px;
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  border-color: var(--clay);
  outline: 2px solid rgba(198, 169, 141, 0.32);
  outline-offset: 0;
}

.contact-map-panel {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  grid-template-rows: minmax(390px, 1fr) auto;
  min-height: 100%;
  overflow: hidden;
}

.map-frame {
  aspect-ratio: auto;
  background: #eef3f7;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.map-frame::after {
  background: rgba(248, 245, 241, 0.14);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.map-frame.is-mapkit {
  background: #dce8f4;
}

.map-frame.is-mapkit[data-map-theme="dark"] {
  background: #182634;
}

.map-frame.is-mapkit::after {
  display: none;
}

.map-frame.is-mapkit > div,
.map-frame.is-mapkit .mk-map-view {
  height: 100% !important;
  min-height: inherit;
}

.apple-map-link {
  color: var(--charcoal);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.apple-map-link::before {
  background:
    linear-gradient(18deg, transparent 0 42%, rgba(116, 130, 144, 0.24) 43% 46%, transparent 47% 100%),
    linear-gradient(152deg, transparent 0 45%, rgba(116, 130, 144, 0.22) 46% 50%, transparent 51% 100%),
    linear-gradient(112deg, transparent 0 54%, rgba(116, 130, 144, 0.3) 55% 59%, transparent 60% 100%),
    radial-gradient(circle at 84% 24%, rgba(98, 116, 135, 0.28) 0 6px, transparent 7px),
    radial-gradient(circle at 21% 78%, rgba(98, 116, 135, 0.24) 0 7px, transparent 8px),
    radial-gradient(circle at 74% 69%, rgba(98, 116, 135, 0.23) 0 8px, transparent 9px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(61, 74, 88, 0.06) 75px 76px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(61, 74, 88, 0.05) 59px 60px),
    #dce8f4;
  content: "";
  filter: grayscale(18%) contrast(0.92) brightness(1.03);
  inset: 0;
  position: absolute;
}

.apple-map-link::after {
  color: rgba(61, 74, 88, 0.58);
  content: "Colvin Run  /  Walker Rd  /  Great Falls";
  font-size: 0.74rem;
  left: 33%;
  letter-spacing: 0.02em;
  position: absolute;
  top: 55%;
  transform: rotate(-24deg);
}

.apple-map-card {
  background: rgba(248, 245, 241, 0.9);
  border: 1px solid rgba(61, 74, 88, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(61, 74, 88, 0.12);
  left: 1rem;
  max-width: min(320px, calc(100% - 2rem));
  padding: 0.8rem 0.9rem;
  position: absolute;
  top: 1rem;
  z-index: 1;
}

.apple-map-label {
  color: var(--slate);
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.apple-map-title {
  color: var(--charcoal);
  display: block;
  font-weight: 700;
  line-height: 1.25;
}

.apple-map-address {
  display: block;
  font-size: 0.82rem;
  line-height: 1.35;
  margin-top: 0.2rem;
}

.apple-map-marker {
  background: var(--slate);
  border: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 10px 22px rgba(61, 74, 88, 0.32);
  height: 30px;
  left: 56%;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 30px;
  z-index: 1;
}

.apple-map-marker::after {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 8px;
}

.map-details {
  align-self: end;
  padding: 1.1rem 1.5rem 1.35rem;
}

.map-details h3 {
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
}

.map-details p {
  margin: 0;
}

.map-details a {
  font-weight: 700;
}

.map-details .map-address-link {
  color: inherit;
  display: inline-block;
  font-weight: 500;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.map-contact-lines {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.9rem;
}

.map-contact-lines span {
  display: block;
}

.apple-map-open {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  margin-top: 0.3rem;
  min-height: 42px;
  padding: 0.55rem 1rem;
  text-decoration: none;
}

:root[data-theme="dark"] .apple-map-link {
  color: var(--charcoal);
}

:root[data-theme="dark"] .apple-map-link::before {
  background:
    linear-gradient(18deg, transparent 0 42%, rgba(190, 202, 214, 0.18) 43% 46%, transparent 47% 100%),
    linear-gradient(152deg, transparent 0 45%, rgba(190, 202, 214, 0.16) 46% 50%, transparent 51% 100%),
    linear-gradient(112deg, transparent 0 54%, rgba(190, 202, 214, 0.2) 55% 59%, transparent 60% 100%),
    radial-gradient(circle at 84% 24%, rgba(190, 202, 214, 0.2) 0 6px, transparent 7px),
    radial-gradient(circle at 21% 78%, rgba(190, 202, 214, 0.18) 0 7px, transparent 8px),
    radial-gradient(circle at 74% 69%, rgba(190, 202, 214, 0.16) 0 8px, transparent 9px),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(248, 245, 241, 0.05) 75px 76px),
    repeating-linear-gradient(0deg, transparent 0 58px, rgba(248, 245, 241, 0.04) 59px 60px),
    #203141;
  filter: grayscale(12%) contrast(0.92) brightness(0.92);
}

:root[data-theme="dark"] .apple-map-link::after {
  color: rgba(248, 245, 241, 0.45);
}

:root[data-theme="dark"] .apple-map-card {
  background: rgba(23, 33, 42, 0.9);
  border-color: rgba(248, 245, 241, 0.16);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

:root[data-theme="dark"] .apple-map-marker {
  background: var(--clay);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.36);
}

.site-footer {
  background: var(--section-dark);
  color: rgba(255, 253, 249, 0.78);
  padding: 3.5rem 0 2rem;
}

.site-footer .container {
  max-width: 1500px;
  padding: 0 clamp(1.75rem, 4vw, 3rem);
}

.footer-grid {
  display: grid;
  gap: clamp(1rem, 1.75vw, 1.75rem);
  grid-template-columns: minmax(280px, 1.05fr) minmax(145px, 0.55fr) minmax(230px, 0.65fr) minmax(245px, 0.7fr);
}

.footer-grid > div {
  min-width: 0;
  padding: 0;
}

.footer-grid > div:last-child {
  justify-self: start;
  min-width: 0;
}

.footer-brand img {
  display: block;
  max-width: 100%;
  width: min(386px, 100%);
}

.footer-brand p {
  margin-top: 0.8rem;
}

.footer-brand-address {
  margin-bottom: 0;
}

.footer-grid h3 {
  color: var(--white);
  font-family: "Tenor Sans", Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 0.65rem;
}

.footer-grid a {
  color: rgba(255, 253, 249, 0.82);
  display: block;
  margin: 0.22rem 0;
  text-decoration: none;
}

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

.social-links {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  margin-top: 0.65rem;
}

.footer-grid .social-icon {
  align-items: center;
  border: 1px solid rgba(255, 253, 249, 0.24);
  border-radius: 50%;
  color: rgba(255, 253, 249, 0.86);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  width: 38px;
}

.footer-grid .social-icon:hover {
  background: rgba(255, 253, 249, 0.1);
  border-color: rgba(255, 253, 249, 0.46);
  color: var(--white);
}

.social-icon svg {
  display: block;
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

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

.footer-contact {
  display: grid;
  gap: 0.65rem;
  padding: 0;
}

.footer-contact p {
  margin: 0;
}

.footer-contact a {
  display: inline;
  font-weight: 700;
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.footer-contact-label {
  color: rgba(255, 253, 249, 0.56);
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.12rem;
  text-transform: uppercase;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 253, 249, 0.16);
  display: grid;
  font-size: 0.9rem;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 1.4rem;
  padding-top: 1.3rem;
  text-align: center;
}

.footer-bottom > span {
  grid-column: 2;
}

.site-footer .theme-toggle {
  grid-column: 3;
  justify-self: end;
  margin-left: auto;
}

.site-footer .theme-toggle-track {
  background: rgba(255, 253, 249, 0.14);
  border-color: rgba(255, 253, 249, 0.28);
}

.site-footer .theme-toggle-track::before,
.site-footer .theme-toggle-track::after {
  color: rgba(255, 253, 249, 0.68);
}

.site-footer .theme-toggle-thumb {
  background: var(--clay);
}

@media (max-width: 1240px) {
  .header-inner {
    justify-content: flex-start;
  }

  .brand {
    margin-right: auto;
  }

  .brand-logo {
    width: min(360px, 42vw);
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .site-nav {
    align-items: stretch;
    background: var(--nav-menu-bg);
    border-top: 1px solid var(--header-border);
    box-shadow: var(--soft-shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    max-height: calc(100vh - 86px);
    overflow-y: auto;
    padding: 1rem 1.5rem 1.5rem;
    position: absolute;
    right: 0;
    top: 86px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid var(--header-border);
    font-size: 1.05rem;
    padding: 0.9rem 0;
  }

  .nav-dropdown {
    align-items: stretch;
    display: grid;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown-trigger {
    border-bottom: 1px solid var(--header-border);
    padding: 0.9rem 0;
  }

  .nav-dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 0;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0.25rem 0 0.75rem 1rem;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .site-nav .nav-dropdown-menu a {
    border-bottom: 0;
    font-size: 0.96rem;
    padding: 0.42rem 0;
    white-space: normal;
  }

  .site-nav .nav-dropdown-menu a:hover {
    background: transparent;
  }

  .site-nav .nav-book {
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.65rem 1.1rem;
  }
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 0;
  }

  .pricing-grid,
  .card-grid,
  .benefit-grid,
  .gfmc-difference-grid,
  .compare-list,
  .package-grid,
  .booking-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-card.featured {
    transform: none;
  }

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

@media (max-width: 1040px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .header-inner {
    justify-content: flex-start;
  }

  .brand {
    margin-right: auto;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .site-nav {
    align-items: stretch;
    background: var(--nav-menu-bg);
    border-top: 1px solid var(--header-border);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 1rem 1.5rem 1.5rem;
    position: absolute;
    right: 0;
    top: 86px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-bottom: 1px solid var(--header-border);
    padding: 0.9rem 0;
  }

  .nav-dropdown {
    align-items: stretch;
    display: grid;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown-trigger {
    border-bottom: 1px solid var(--header-border);
    padding: 0.9rem 0;
  }

  .nav-dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 0;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0.25rem 0 0.75rem 1rem;
    pointer-events: auto;
    position: static;
    transform: none;
    visibility: visible;
  }

  .site-nav .nav-dropdown-menu a {
    border-bottom: 0;
    font-size: 0.96rem;
    padding: 0.42rem 0;
    white-space: normal;
  }

  .site-nav .nav-dropdown-menu a:hover {
    background: transparent;
  }

  .site-nav .nav-book {
    align-self: flex-start;
    margin-top: 1rem;
    padding: 0.65rem 1.1rem;
  }

  .hero,
  .hero-content {
    min-height: 48vh;
  }

  .hero-content {
    padding: 3rem 1.2rem;
  }

  .home-hero h1 {
    white-space: normal;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(16, 25, 34, 0.78), rgba(16, 25, 34, 0.38));
  }

  .section,
  .section-tight {
    padding: 4rem 1.2rem;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .booking-proxy-heading,
  .booking-frame-heading {
    flex-direction: column;
    gap: 0.85rem;
  }

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

  .booking-native-menu {
    grid-template-columns: repeat(2, 1fr);
  }

  .split,
  .split.reverse,
  .partner-feature,
  .partner-feature-reverse,
  .membership-results-layout,
  .gfmc-difference-hero,
  .routine-intro-grid,
  .membership-fit-layout,
  .services-intro-grid,
  .contact-grid,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .service-detail:nth-of-type(even) {
    grid-template-columns: 1fr;
  }

  .service-detail img {
    grid-column: auto;
    grid-row: auto;
    height: min(125vw, 620px);
    justify-self: center;
    max-width: 496px;
    min-height: 0;
  }

  .service-detail:nth-of-type(even) > div {
    grid-column: auto;
    grid-row: auto;
  }

  .membership-fit-image {
    min-height: 420px;
  }

  .contact-form,
  .contact-map-panel {
    grid-column: auto;
    grid-row: auto;
  }

  .split.reverse .image-panel {
    order: -1;
  }

  .partner-feature-reverse .partner-feature-image,
  .partner-feature-reverse .partner-feature-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .kicker-grid,
  .service-points,
  .mini-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 86px;
  }

  body {
    font-size: 16px;
    line-height: 1.55;
  }

  .header-inner {
    min-height: 76px;
    padding: 0.55rem 0.9rem;
  }

  .brand-logo {
    max-height: 56px;
    width: min(280px, calc(100vw - 6.75rem));
  }

  .theme-toggle {
    width: 52px;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .site-nav {
    max-height: calc(100vh - 76px);
    padding: 0.8rem 1rem 1.15rem;
    top: 76px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.45rem);
  }

  h3 {
    font-size: 1.42rem;
  }

  .section,
  .section-tight {
    padding: 3.15rem 1rem;
  }

  .home-services {
    padding-top: 2.35rem;
  }

  #memberships {
    padding-top: 3rem;
  }

  .section-heading {
    gap: 0.85rem;
    margin-bottom: 1.5rem;
  }

  .section-heading p {
    max-width: none;
  }

  .hero,
  .hero-content {
    min-height: 420px;
  }

  .hero-content {
    padding: 2.6rem 1rem;
  }

  .hero-copy,
  .home-hero .hero-copy {
    max-width: 100%;
  }

  .hero p {
    font-size: 1rem;
    max-width: 100%;
  }

  .home-hero h1 {
    white-space: normal;
  }

  .eyebrow {
    font-size: 0.72rem;
    margin-bottom: 0.65rem;
  }

  .routine-intro-grid {
    gap: 1.65rem;
  }

  .routine-intro-copy h2 {
    margin-bottom: 0.9rem;
  }

  .routine-intro-image {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .image-panel.routine-intro-image img {
    position: static;
  }

  .pricing-card {
    min-height: 0;
    padding: 1.2rem;
  }

  .price {
    font-size: 2.45rem;
  }

  .service-card-body,
  .benefit-card,
  .difference-card,
  .package-card,
  .booking-card,
  .plan-fit-card {
    padding: 1.15rem;
  }

  .service-card p,
  .difference-card p {
    font-size: 0.98rem;
  }

  .membership-results-layout {
    gap: 2rem;
  }

  .membership-results-copy p,
  .membership-results-difference-copy {
    max-width: none;
  }

  .membership-results-copy .button-row {
    margin-top: 1.4rem;
  }

  .pricing-grid,
  .card-grid,
  .benefit-grid,
  .gfmc-difference-grid,
  .compare-list,
  .membership-fit-list,
  .package-grid,
  .booking-grid,
  .booking-service-grid,
  .booking-native-menu,
  .booking-form-grid,
  .bio-grid,
  .team-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:last-child {
    justify-self: stretch;
    min-width: 0;
  }

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

  .button {
    width: 100%;
  }

  .service-detail {
    gap: 1.25rem;
    padding: 2.35rem 0;
  }

  .service-detail img {
    height: auto;
    max-width: none;
    width: 100%;
  }

  .services-rhythm-cta,
  .cta-band {
    min-height: 0;
    padding: 3.4rem 1rem;
  }

  .contact-grid {
    gap: 1rem;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }

  .form-row textarea {
    min-height: 130px;
  }

  .contact-map-panel {
    grid-template-rows: minmax(300px, auto) auto;
    min-width: 0;
  }

  .membership-benefit-panel .benefit-card {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.45rem;
  }

  .benefit-number {
    height: 40px;
    width: 40px;
  }

  .map-frame {
    aspect-ratio: 4 / 3;
    min-height: 300px;
  }

  .apple-map-card {
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.7rem 0.8rem;
    top: 0.75rem;
  }

  .map-details {
    padding: 1.15rem;
  }

  .map-contact-lines {
    gap: 0.55rem;
  }

  .site-footer {
    padding: 2.8rem 0 1.6rem;
  }

  .site-footer .container {
    padding: 0 1.25rem;
  }

  .footer-grid {
    gap: 1.45rem;
  }

  .footer-brand img {
    width: min(320px, 100%);
  }

  .footer-grid a {
    margin: 0.3rem 0;
  }

  .footer-bottom {
    align-items: center;
    grid-template-columns: 1fr;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }

  .footer-bottom > span,
  .site-footer .theme-toggle {
    grid-column: 1;
    justify-self: center;
  }

  .site-footer .theme-toggle {
    margin-left: 0;
  }

  .quote {
    font-size: 1.65rem;
  }
}

@media (max-width: 420px) {
  .header-inner {
    gap: 0.65rem;
  }

  .brand-logo {
    width: min(250px, calc(100vw - 6.25rem));
  }

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

  .hero,
  .hero-content {
    min-height: 390px;
  }

  .button-row {
    gap: 0.65rem;
  }

  .apple-map-title {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}
