/* Triple M Strength Co. — FitnessPlatform design tokens */
:root {
  --fp-color-bg: #0a0a0a;
  --fp-color-bg-elevated: #141414;
  --fp-color-bg-charcoal: #1f1f1f;
  --fp-color-bg-surface: #2a2a2a;
  --fp-color-text: #ffffff;
  --fp-color-text-muted: #c4c4c4;
  --fp-color-text-subtle: #9a9a9a;
  --fp-color-accent: #9b1c1c;
  --fp-color-accent-hover: #b52222;
  --fp-color-accent-active: #7a1616;
  --fp-color-border: #3a3a3a;
  --fp-color-focus: #ffffff;
  --fp-black: #090909;
  --fp-charcoal: #242424;
  --fp-charcoal-mid: #333333;
  --fp-coaches-surface: #2a2c2e;
  --fp-coaches-surface-deep: #252628;
  --fp-coaches-section-bg: #262628;
  --fp-coach-card-border: rgba(192, 196, 200, 0.34);
  --fp-coach-card-radius: 1rem;
  --fp-coach-card-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  --fp-home-hero-bg: #1e1e20;
  --fp-home-benefits-bg: #242426;
  --fp-heather-gray: #d7d7d3;
  --fp-heather-gray-secondary: #c9c9c5;
  --fp-text-on-light: #151515;
  --fp-text-muted-on-light: #4a4a4a;
  --fp-divider-on-light: rgba(0, 0, 0, 0.18);
  --fp-heather-base: #202020;
  --fp-heather-line: rgba(255, 255, 255, 0.035);
  --fp-heather-dark: rgba(0, 0, 0, 0.16);
  --fp-heather-line-light: rgba(0, 0, 0, 0.045);
  --fp-heather-highlight-light: rgba(255, 255, 255, 0.42);
  --fp-separator: rgba(255, 255, 255, 0.08);
  --fp-separator-dark: rgba(0, 0, 0, 0.22);
  --fp-font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Typography scale */
  --fp-type-hero-title: clamp(2.25rem, 4vw, 3.25rem);
  --fp-type-page-title: clamp(2rem, 3vw, 2.75rem);
  --fp-type-section-title: clamp(1.65rem, 2.2vw, 2.1rem);
  --fp-type-card-title: clamp(1.1rem, 1.15vw, 1.25rem);
  --fp-type-lead: clamp(1.1rem, 1.25vw, 1.2rem);
  --fp-type-body: 1rem;
  --fp-type-small: clamp(0.875rem, 0.9vw, 0.9375rem);
  --fp-type-meta: 0.875rem;
  --fp-lh-hero-title: 1.1;
  --fp-lh-page-title: 1.1;
  --fp-lh-section-title: 1.2;
  --fp-lh-card-title: 1.25;
  --fp-lh-lead: 1.5;
  --fp-lh-body: 1.6;
  --fp-lh-small: 1.45;
  --fp-fw-hero-title: 800;
  --fp-fw-page-title: 800;
  --fp-fw-section-title: 800;
  --fp-fw-card-title: 700;
  --fp-fw-lead: 400;
  --fp-fw-body: 400;
  --fp-fw-small: 500;
  --fp-fw-meta: 600;
  --fp-ls-tight: -0.02em;
  --fp-ls-hero: -0.03em;

  /* Spacing scale */
  --fp-space-section-lg: clamp(3.5rem, 5vw, 4.5rem);
  --fp-space-section-md: clamp(2rem, 3.5vw, 3rem);
  --fp-space-section-sm: clamp(2rem, 3vw, 2.5rem);
  --fp-space-page-header-y: clamp(1.25rem, 2.5vw, 1.75rem);
  --fp-space-page-header-bottom: clamp(1rem, 2vw, 1.375rem);
  --fp-space-heading-to-text: clamp(0.75rem, 1.5vw, 1rem);
  --fp-space-text-to-cards: clamp(1.5rem, 2.5vw, 2rem);
  --fp-space-card-grid: clamp(1rem, 1.5vw, 1.5rem);
  --fp-space-cta: clamp(2rem, 3vw, 3rem);
  --fp-space-home: clamp(1.25rem, 3vw, 1.75rem);

  /* Layout widths */
  --fp-container-max: 1200px;
  --fp-container-narrow: 48rem;
  --fp-container-prose: 38rem;

  /* Card system */
  --fp-card-bg: var(--fp-color-bg-charcoal);
  --fp-card-bg-alt: var(--fp-color-bg);
  --fp-card-padding: clamp(1.125rem, 2vw, 1.5rem);
  --fp-card-radius: var(--fp-radius-lg);
  --fp-card-border: 1px solid var(--fp-color-border);
  --fp-card-surface: #2a2a2a;
  --fp-card-elevated-border: rgba(192, 196, 200, 0.34);
  --fp-card-elevated-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
  /* Card texture palette — flat SVG fills, ~7–10% tonal span */
  --fp-card-pattern-base: #2a2a2a;
  --fp-card-pattern-dark: #242424;
  --fp-card-pattern-mid: #2d2d2d;
  --fp-card-pattern-light: #333333;
  --fp-card-pattern-strength: 1;
  --fp-card-pattern-tile: 200px;
  --fp-coach-card-surface: var(--fp-card-surface);
  --fp-coach-card-camo-opacity: var(--fp-card-pattern-strength);
  --fp-card-pattern-opacity: var(--fp-card-pattern-strength);

  /* Legacy aliases */
  --fp-font-size-base: var(--fp-type-body);
  --fp-line-height: var(--fp-lh-body);
  --fp-space-section: var(--fp-space-section-lg);
  --fp-space-block: var(--fp-space-text-to-cards);
  --fp-radius: 0.5rem;
  --fp-radius-lg: 0.75rem;
  --fp-shadow-nav: 0 4px 24px rgba(0, 0, 0, 0.4);
  --fp-min-touch: 44px;
  --fp-nav-height: 84px;
  --fp-nav-height-home: 84px;
  --fp-footer-height-home: 65px;
  --fp-home-chrome: calc(var(--fp-nav-height-home) + var(--fp-footer-height-home));
  --fp-transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--fp-font-family);
  font-size: var(--fp-type-body);
  line-height: var(--fp-lh-body);
  font-weight: var(--fp-fw-body);
  color: var(--fp-color-text);
  background-color: var(--fp-color-bg);
  -webkit-font-smoothing: antialiased;
}

/* Shared layout container */
.fp-navbar > .container,
main .container,
.fp-footer > .container {
  max-width: var(--fp-container-max);
}

a {
  color: var(--fp-color-text);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color var(--fp-transition);
}

a:hover {
  color: var(--fp-color-text-muted);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.form-control:focus-visible,
.navbar-toggler:focus-visible {
  outline: 2px solid var(--fp-color-focus);
  outline-offset: 2px;
  box-shadow: none;
}

/* Navigation */
.fp-header {
  position: relative;
  z-index: 1030;
  overflow: visible;
}

.fp-navbar {
  background-color: var(--fp-color-bg);
  border-bottom: 1px solid var(--fp-color-border);
  box-shadow: var(--fp-shadow-nav);
  min-height: var(--fp-nav-height);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  overflow: visible;
}

.fp-navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: calc(var(--fp-nav-height) - 0.5rem);
}

.fp-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
  padding: 0.1875rem 0;
  text-decoration: none;
  line-height: 1;
}

.fp-brand-logo {
  display: block;
  flex-shrink: 0;
  height: 50px;
  width: auto;
  max-width: none;
  max-height: calc(var(--fp-nav-height) - 0.875rem);
  border: 0;
  background: none;
  object-fit: contain;
  object-position: center center;
  transition: opacity var(--fp-transition);
}

@media (min-width: 768px) {
  .fp-brand {
    margin-right: 1.25rem;
  }

  .fp-brand-logo {
    height: 62px;
  }
}

@media (min-width: 992px) {
  .fp-brand {
    margin-right: 1.5rem;
    padding: 0.25rem 0;
  }

  .fp-brand-logo {
    height: 78px;
    max-height: calc(var(--fp-nav-height) - 1rem);
  }
}

.fp-brand:hover .fp-brand-logo,
.fp-brand:focus-visible .fp-brand-logo {
  opacity: 0.85;
}

.fp-brand:hover {
  color: var(--fp-color-text-muted) !important;
}

.fp-nav-links .nav-link {
  position: relative;
  color: var(--fp-color-text-muted);
  font-weight: 500;
  padding: 0.75rem 1rem;
  min-height: var(--fp-min-touch);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.fp-nav-links .nav-link:hover,
.fp-nav-links .nav-link:focus-visible {
  color: var(--fp-color-text);
}

.fp-nav-links .nav-link.active {
  color: var(--fp-color-text);
  font-weight: 600;
}

.fp-nav-links .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 1rem;
  right: 1rem;
  height: 2px;
  background-color: var(--fp-color-accent);
}

.fp-nav-actions {
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .fp-navbar .navbar-collapse {
    flex-wrap: nowrap;
  }

  .fp-nav-links {
    flex-wrap: nowrap;
  }

  .fp-nav-links .nav-link {
    font-size: var(--fp-type-body);
    padding: 0.5rem 0.75rem;
    min-height: 0;
  }

  .fp-nav-links .nav-link.active::after {
    left: 0.75rem;
    right: 0.75rem;
  }

  .fp-nav-actions {
    margin-top: 0;
    flex-shrink: 0;
  }

  .fp-nav-actions .fp-btn {
    padding: 0.5rem 1rem;
    font-size: var(--fp-type-meta);
    white-space: nowrap;
    min-height: 2.5rem;
  }

  .fp-nav-actions .fp-phone-link {
    padding: 0.5rem 0.75rem;
    font-size: var(--fp-type-small);
    white-space: nowrap;
    min-height: 2.5rem;
  }
}

.fp-phone-link {
  color: var(--fp-color-text-muted) !important;
  font-weight: 500;
  text-decoration: none;
  min-height: var(--fp-min-touch);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}

.fp-phone-link:hover {
  color: var(--fp-color-text) !important;
}

.fp-navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--fp-radius);
  min-width: var(--fp-min-touch);
  min-height: var(--fp-min-touch);
  color: var(--fp-color-text);
}

.fp-navbar-toggler:focus {
  box-shadow: none;
}

.fp-navbar-toggler .navbar-toggler-icon {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.25' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (max-width: 991.98px) {
  .fp-navbar .navbar-collapse {
    margin-top: 0.25rem;
    padding: 0.5rem 0 0.75rem;
    border-top: 1px solid var(--fp-color-border);
  }

  .fp-navbar .navbar-collapse.show,
  .fp-navbar .navbar-collapse.collapsing {
    background-color: var(--fp-color-bg);
  }
}

/* Buttons */
.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--fp-min-touch);
  padding: 0.75rem 1.5rem;
  font-weight: var(--fp-fw-card-title);
  font-size: var(--fp-type-small);
  letter-spacing: 0.01em;
  border-radius: var(--fp-radius);
  border: 2px solid transparent;
  text-decoration: none;
  transition: background-color var(--fp-transition), border-color var(--fp-transition), color var(--fp-transition);
}

.fp-btn-lg {
  padding: 0.875rem 1.75rem;
  font-size: var(--fp-type-body);
}

.fp-btn-primary {
  background-color: var(--fp-color-accent);
  border-color: var(--fp-color-accent);
  color: var(--fp-color-text);
}

.fp-btn-primary:hover,
.fp-btn-primary:focus-visible {
  background-color: var(--fp-color-accent-hover);
  border-color: var(--fp-color-accent-hover);
  color: var(--fp-color-text);
}

.fp-btn-primary:active {
  background-color: var(--fp-color-accent-active);
  border-color: var(--fp-color-accent-active);
}

.fp-btn-outline {
  background-color: transparent;
  border-color: var(--fp-color-text);
  color: var(--fp-color-text);
}

.fp-btn-outline:hover,
.fp-btn-outline:focus-visible {
  background-color: var(--fp-color-text);
  border-color: var(--fp-color-text);
  color: var(--fp-color-bg);
}

.fp-btn:disabled,
.fp-btn[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* Page headers */
.fp-page-header {
  padding: var(--fp-space-section-lg) 0 var(--fp-space-section-md);
  background-color: var(--fp-color-bg-charcoal);
  border-bottom: 1px solid var(--fp-color-border);
}

.fp-page-title {
  font-size: var(--fp-type-page-title);
  font-weight: var(--fp-fw-page-title);
  line-height: var(--fp-lh-page-title);
  letter-spacing: var(--fp-ls-tight);
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-page-lead {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-lead);
  line-height: var(--fp-lh-lead);
  color: var(--fp-color-text-muted);
  max-width: var(--fp-container-prose);
  margin-bottom: 0;
}

/* Heathered texture */
.fp-heathered {
  position: relative;
  background-color: var(--fp-heather-base);
  isolation: isolate;
}

.fp-heathered::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      11deg,
      transparent 0,
      transparent 2px,
      var(--fp-heather-line) 2px,
      var(--fp-heather-line) 3px
    ),
    repeating-linear-gradient(
      -19deg,
      transparent 0,
      transparent 3px,
      var(--fp-heather-dark) 3px,
      transparent 4px
    ),
    repeating-linear-gradient(
      37deg,
      transparent 0,
      transparent 5px,
      var(--fp-heather-line) 5px,
      transparent 6px
    ),
    repeating-linear-gradient(
      -43deg,
      transparent 0,
      transparent 1px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 2px
    ),
    repeating-linear-gradient(
      83deg,
      transparent 0,
      transparent 4px,
      var(--fp-heather-dark) 4px,
      transparent 5px
    );
}

.fp-heathered::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 7px,
      rgba(255, 255, 255, 0.018) 7px,
      rgba(255, 255, 255, 0.018) 8px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 9px,
      rgba(0, 0, 0, 0.1) 9px,
      transparent 10px
    );
}

.fp-heathered--hero {
  background-color: var(--fp-home-hero-bg);
}

.fp-heathered--hero::before {
  background-image:
    repeating-linear-gradient(
      9deg,
      transparent 0,
      transparent 3px,
      rgba(255, 255, 255, 0.022) 3px,
      rgba(255, 255, 255, 0.022) 4px
    ),
    repeating-linear-gradient(
      -21deg,
      transparent 0,
      transparent 4px,
      rgba(0, 0, 0, 0.1) 4px,
      transparent 5px
    ),
    repeating-linear-gradient(
      33deg,
      transparent 0,
      transparent 5px,
      rgba(255, 255, 255, 0.018) 5px,
      transparent 6px
    ),
    repeating-linear-gradient(
      -48deg,
      transparent 0,
      transparent 2px,
      rgba(0, 0, 0, 0.06) 2px,
      transparent 3px
    );
}

.fp-heathered--hero::after {
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 8px,
      rgba(255, 255, 255, 0.012) 8px,
      rgba(255, 255, 255, 0.012) 9px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 10px,
      rgba(0, 0, 0, 0.07) 10px,
      transparent 11px
    );
}

.fp-heathered--gray {
  background-color: var(--fp-heather-gray);
}

.fp-heathered--gray::before {
  background-image:
    repeating-linear-gradient(
      13deg,
      transparent 0,
      transparent 3px,
      var(--fp-heather-line-light) 3px,
      transparent 4px
    ),
    repeating-linear-gradient(
      -24deg,
      transparent 0,
      transparent 4px,
      rgba(0, 0, 0, 0.03) 4px,
      transparent 5px
    ),
    repeating-linear-gradient(
      39deg,
      transparent 0,
      transparent 6px,
      var(--fp-heather-highlight-light) 6px,
      transparent 7px
    ),
    repeating-linear-gradient(
      -57deg,
      transparent 0,
      transparent 2px,
      rgba(0, 0, 0, 0.025) 2px,
      transparent 3px
    );
}

.fp-heathered--gray::after {
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 7px,
      rgba(0, 0, 0, 0.028) 7px,
      transparent 8px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 9px,
      var(--fp-heather-highlight-light) 9px,
      transparent 10px
    );
}

.fp-heathered--mid {
  background-color: var(--fp-home-benefits-bg);
}

/* Reusable premium card texture — camo-inspired flat SVG shapes (no gradients).
   Colors: --fp-card-pattern-base/dark/mid/light in fp-card-texture.svg
   Strength: --fp-card-pattern-strength (0.5–1). Tile: --fp-card-pattern-tile */
.fp-card-texture {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--fp-card-surface);
  border: 1px solid var(--fp-card-elevated-border);
  box-shadow: var(--fp-card-elevated-shadow);
}

.fp-card-texture::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  opacity: var(--fp-card-pattern-strength);
  background-image: url("/images/patterns/fp-card-texture.svg");
  background-repeat: repeat;
  background-size: var(--fp-card-pattern-tile) var(--fp-card-pattern-tile);
}

.fp-card-texture > * {
  position: relative;
  z-index: 1;
}

.fp-card-texture--none::before {
  opacity: 0;
}

/* Legacy section modifier — texture lives on cards; section is solid charcoal. */
.fp-heathered--coaches {
  background-color: var(--fp-coaches-section-bg);
}

.fp-heathered--coaches::before,
.fp-heathered--coaches::after {
  display: none;
}

.fp-heathered--mid::before {
  background-image:
    repeating-linear-gradient(
      11deg,
      transparent 0,
      transparent 3px,
      rgba(255, 255, 255, 0.02) 3px,
      rgba(255, 255, 255, 0.02) 4px
    ),
    repeating-linear-gradient(
      -26deg,
      transparent 0,
      transparent 4px,
      rgba(0, 0, 0, 0.08) 4px,
      transparent 5px
    ),
    repeating-linear-gradient(
      44deg,
      transparent 0,
      transparent 5px,
      rgba(255, 255, 255, 0.015) 5px,
      transparent 6px
    );
}

.fp-heathered--mid::after {
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 8px,
      rgba(255, 255, 255, 0.01) 8px,
      rgba(255, 255, 255, 0.01) 9px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 10px,
      rgba(0, 0, 0, 0.05) 10px,
      transparent 11px
    );
}

.fp-heathered > .container,
.fp-heathered > .fp-hero-content {
  position: relative;
  z-index: 1;
}

/* Hero */
.fp-hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--fp-space-section) 0;
  background-color: var(--fp-color-bg-charcoal);
}

.fp-hero--home {
  min-height: auto;
  padding: clamp(1rem, 2.5vw, 1.375rem) 0;
}

.fp-hero--home .fp-hero-title {
  font-size: var(--fp-type-hero-title);
  margin-bottom: 0.375rem;
  line-height: var(--fp-lh-hero-title);
}

@media (min-width: 768px) {
  .fp-hero--home .fp-hero-title {
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .fp-hero--home .fp-hero-content {
    max-width: 100%;
  }
}

.fp-hero--home .fp-hero-tagline {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-card-title);
  margin-bottom: 0.375rem;
}

.fp-hero--home .fp-hero-lead {
  font-size: var(--fp-type-small);
  margin-bottom: 0.75rem;
  max-width: var(--fp-container-prose);
  line-height: var(--fp-lh-small);
}

.fp-hero--home .fp-hero-eyebrow {
  margin-bottom: 0.25rem;
  font-size: var(--fp-type-meta);
}

.fp-hero--home .fp-hero-actions {
  gap: 0.625rem;
  margin-bottom: 0;
}

.fp-hero--home .fp-btn-lg {
  padding: 0.625rem 1.25rem;
  font-size: var(--fp-type-small);
}

@media (min-width: 992px) {
  .fp-hero--home .fp-hero-content {
    max-width: 52rem;
  }
}

.fp-hero-content {
  max-width: var(--fp-container-narrow);
}

.fp-hero-eyebrow {
  font-size: var(--fp-type-meta);
  font-weight: var(--fp-fw-meta);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fp-color-accent);
  margin-bottom: 1rem;
}

.fp-hero-title {
  font-size: var(--fp-type-hero-title);
  font-weight: var(--fp-fw-hero-title);
  line-height: var(--fp-lh-hero-title);
  letter-spacing: var(--fp-ls-hero);
  margin-bottom: 1rem;
}

.fp-hero-tagline {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-lead);
  color: var(--fp-color-text-muted);
  margin-bottom: 1.25rem;
}

.fp-hero-lead {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-lead);
  line-height: var(--fp-lh-lead);
  color: var(--fp-color-text-muted);
  margin-bottom: 2rem;
  max-width: var(--fp-container-prose);
}

.fp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Sections */
.fp-section {
  padding: var(--fp-space-section-lg) 0;
}

.fp-section--compact {
  padding: var(--fp-space-section-lg) 0;
}

.fp-section--home {
  padding: var(--fp-space-home) 0;
}

.fp-home-landing .container {
  max-width: var(--fp-container-max);
}

/* Home — section surfaces */
body.fp-page-home .fp-navbar {
  background-color: var(--fp-black);
  border-bottom: 1px solid var(--fp-separator);
}

body.fp-page-home .fp-footer {
  background-color: var(--fp-black);
  border-top: 1px solid var(--fp-separator);
}

.fp-home-landing .fp-home-intro {
  background-color: var(--fp-coaches-section-bg);
  border-top: 1px solid var(--fp-separator);
  color: var(--fp-color-text);
}

.fp-home-landing .fp-home-intro .fp-home-heading {
  color: var(--fp-color-text);
}

.fp-home-landing .fp-home-intro .fp-home-text {
  color: var(--fp-color-text-muted);
}

.fp-home-landing .fp-home-intro .fp-home-subheading {
  color: var(--fp-color-text);
}

.fp-home-landing .fp-home-intro .fp-link-more {
  color: var(--fp-color-accent);
}

.fp-home-landing .fp-home-intro .fp-link-more:hover,
.fp-home-landing .fp-home-intro .fp-link-more:focus-visible {
  color: var(--fp-color-accent-hover);
}

.fp-home-landing .fp-home-intro a:focus-visible {
  outline-color: var(--fp-color-focus);
}

.fp-home-landing .fp-home-intro .fp-home-coach-name {
  color: var(--fp-color-text);
}

.fp-home-landing .fp-home-intro .fp-home-coach-role {
  color: var(--fp-color-text-muted);
}

.fp-home-landing .fp-home-intro .fp-home-coach-photo-wrap {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: var(--fp-black);
  box-shadow: none;
}

.fp-home-heading {
  font-size: var(--fp-type-section-title);
  font-weight: var(--fp-fw-section-title);
  letter-spacing: var(--fp-ls-tight);
  line-height: var(--fp-lh-section-title);
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-home-subheading {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  color: var(--fp-color-text);
  margin-bottom: 0.5rem;
  line-height: var(--fp-lh-card-title);
}

.fp-home-text {
  font-size: var(--fp-type-body);
  color: var(--fp-color-text-muted);
  line-height: var(--fp-lh-body);
  margin-bottom: 0;
}

.fp-home-services-list li {
  font-size: var(--fp-type-small);
  font-weight: var(--fp-fw-card-title);
  color: var(--fp-color-text);
  padding: 0.1875rem 0;
  line-height: var(--fp-lh-small);
}

.fp-home-services-list li + li {
  border-top: 1px solid var(--fp-color-border);
}

.fp-link-more--compact {
  min-height: var(--fp-min-touch);
  font-size: var(--fp-type-small);
}

/* Home — coach cards */
.fp-home-coach-cards {
  margin-bottom: 0;
}

.fp-home-coach-card {
  text-align: center;
  padding: 0.75rem 0.625rem 0.875rem;
}

.fp-home-coach-card.fp-card-texture {
  border: 1px solid var(--fp-coach-card-border);
  border-radius: var(--fp-coach-card-radius);
  box-shadow: var(--fp-coach-card-shadow);
}

.fp-home-coach-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: clamp(200px, 22vw, 240px);
  border-radius: var(--fp-radius-lg);
  border: 1px solid var(--fp-color-border);
  margin-bottom: 0.625rem;
  background-color: var(--fp-black);
}

.fp-home-coach-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform var(--fp-transition);
}

.fp-home-coach-card:hover .fp-home-coach-photo,
.fp-home-coach-card:focus-within .fp-home-coach-photo {
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce) {
  .fp-home-coach-photo {
    transition: none;
  }

  .fp-home-coach-card:hover .fp-home-coach-photo,
  .fp-home-coach-card:focus-within .fp-home-coach-photo {
    transform: none;
  }
}

.fp-home-coach-name {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-card-title);
  color: var(--fp-color-text);
  margin-bottom: 0.125rem;
}

.fp-home-coach-role {
  font-size: var(--fp-type-small);
  font-weight: var(--fp-fw-small);
  line-height: var(--fp-lh-small);
  color: var(--fp-color-text-muted);
  margin-bottom: 0;
}

/* Home — combined benefits and CTA */
.fp-home-bottom {
  padding: clamp(0.875rem, 2vw, 1rem) 0;
  border-top: 1px solid var(--fp-separator);
}

.fp-home-bottom-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--fp-separator);
}

.fp-home-benefits-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem 1rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
  .fp-home-benefits-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.375rem 0.75rem;
  }
}

.fp-home-benefits-strip li {
  position: relative;
  padding-left: 1.25rem;
  font-size: var(--fp-type-small);
  font-weight: var(--fp-fw-small);
  color: var(--fp-color-text-muted);
  line-height: var(--fp-lh-small);
}

.fp-home-benefits-strip li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.5rem;
  height: 0.3rem;
  border-left: 2px solid var(--fp-color-accent);
  border-bottom: 2px solid var(--fp-color-accent);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .fp-home-bottom-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
  }
}

.fp-cta-banner-title {
  font-size: var(--fp-type-section-title);
  font-weight: var(--fp-fw-section-title);
  letter-spacing: var(--fp-ls-tight);
  line-height: var(--fp-lh-section-title);
  margin-bottom: 0;
}

.fp-cta-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .fp-cta-banner-actions {
    width: auto;
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

/* Home — desktop viewport fit (intentional exception: compact chrome for single-screen layout) */
@media (min-width: 1200px) and (min-height: 800px) {
  body.fp-page-home {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
  }

  body.fp-page-home main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
  }

  body.fp-page-home .fp-header {
    flex-shrink: 0;
  }

  body.fp-page-home .fp-navbar {
    min-height: var(--fp-nav-height-home);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  body.fp-page-home .fp-home-landing {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--fp-home-chrome));
    overflow: hidden;
  }

  body.fp-page-home .fp-hero--home {
    flex: 0 0 auto;
    min-height: 0;
    max-height: none;
    padding: 0.875rem 0;
  }

  body.fp-page-home .fp-home-intro {
    flex: 0 0 auto;
    padding: 0.625rem 0;
  }

  body.fp-page-home .fp-home-intro .row {
    --bs-gutter-y: 0.5rem;
    --bs-gutter-x: 1.25rem;
    margin-bottom: 0;
    align-items: center;
  }

  body.fp-page-home .fp-home-intro .fp-home-heading {
    margin-bottom: 0.125rem;
  }

  body.fp-page-home .fp-home-intro .fp-home-subheading {
    margin-bottom: 0.375rem;
  }

  body.fp-page-home .fp-home-intro .fp-home-text {
    margin-bottom: 0.5rem;
  }

  body.fp-page-home .fp-home-coach-photo-wrap {
    height: clamp(168px, 14vw, 196px);
    margin-bottom: 0.375rem;
  }

  body.fp-page-home .fp-home-coach-photo {
    height: 100%;
  }

  body.fp-page-home .fp-home-coach-name {
    font-size: var(--fp-type-small);
    margin-bottom: 0;
  }

  body.fp-page-home .fp-home-coach-role {
    font-size: var(--fp-type-meta);
  }

  body.fp-page-home .fp-home-bottom {
    flex: 0 0 auto;
    max-height: none;
    padding: 0.5rem 0 0.625rem;
    display: flex;
    align-items: center;
  }

  body.fp-page-home .fp-home-bottom > .container {
    width: 100%;
  }

  body.fp-page-home .fp-home-benefits-strip {
    gap: 0.375rem 1rem;
    margin-bottom: 0.375rem;
  }

  body.fp-page-home .fp-home-benefits-strip li {
    font-size: var(--fp-type-small);
    padding: 0.125rem 0;
  }

  body.fp-page-home .fp-home-bottom-cta {
    padding-top: 0.375rem;
    margin-top: 0.25rem;
  }

  body.fp-page-home .fp-cta-banner-title {
    font-size: var(--fp-type-card-title);
  }

  body.fp-page-home .fp-footer {
    flex-shrink: 0;
    height: var(--fp-footer-height-home);
    padding: 0;
    display: flex;
    align-items: center;
  }

  body.fp-page-home .fp-footer > .container {
    width: 100%;
  }

  body.fp-page-home .fp-footer .row.gy-4 {
    --bs-gutter-y: 0;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0;
  }

  body.fp-page-home .fp-footer .row > [class*="col-"] {
    flex: 1 1 0;
    width: auto;
  }

  body.fp-page-home .fp-footer-brand {
    font-size: var(--fp-type-small);
    margin-bottom: 0;
    line-height: var(--fp-lh-small);
  }

  body.fp-page-home .fp-footer-tagline {
    font-size: var(--fp-type-meta);
    line-height: var(--fp-lh-small);
  }

  body.fp-page-home .fp-footer-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  body.fp-page-home .fp-footer-links li + li {
    margin-top: 0;
  }

  body.fp-page-home .fp-footer-links a {
    min-height: auto;
    padding: 0;
    font-size: var(--fp-type-meta);
  }

  body.fp-page-home .fp-footer-meta,
  body.fp-page-home .fp-footer-powered {
    font-size: var(--fp-type-meta);
    line-height: var(--fp-lh-small);
    text-align: right;
    margin-bottom: 0;
  }
}

.fp-section-alt {
  background-color: var(--fp-color-bg-elevated);
}

.fp-section-header {
  text-align: center;
  max-width: var(--fp-container-narrow);
  margin: 0 auto var(--fp-space-text-to-cards);
}

.fp-section-title {
  font-size: var(--fp-type-section-title);
  font-weight: var(--fp-fw-section-title);
  line-height: var(--fp-lh-section-title);
  letter-spacing: var(--fp-ls-tight);
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-section-intro {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-lead);
  line-height: var(--fp-lh-lead);
  color: var(--fp-color-text-muted);
  margin-bottom: 0;
}

/* Image placeholders */
.fp-image-placeholder {
  background-color: var(--fp-color-bg-surface);
  border: 1px dashed var(--fp-color-border);
  border-radius: var(--fp-radius-lg);
  position: relative;
}

.fp-image-placeholder::after {
  content: "Image coming soon";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fp-type-meta);
  font-weight: var(--fp-fw-meta);
  color: var(--fp-color-text-subtle);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fp-coach-name--sm {
  font-size: var(--fp-type-body);
  font-weight: var(--fp-fw-card-title);
  text-align: center;
}

.fp-coach-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--fp-radius-lg);
  border: 1px solid var(--fp-color-border);
}

.fp-coach-photo--sm {
  aspect-ratio: 1 / 1;
}

.fp-location-map {
  aspect-ratio: 16 / 10;
  min-height: 240px;
}

/* Shared card grid spacing */
.fp-card-grid {
  --bs-gutter-x: var(--fp-space-card-grid);
  --bs-gutter-y: var(--fp-space-card-grid);
}

/* Shared card surface */
.fp-card-surface {
  background-color: var(--fp-card-bg);
  border: var(--fp-card-border);
  border-radius: var(--fp-card-radius);
  padding: var(--fp-card-padding);
}

.fp-card-title {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-card-title);
  margin-bottom: var(--fp-space-heading-to-text);
  color: var(--fp-color-text);
}

.fp-card-body-text {
  font-size: var(--fp-type-body);
  line-height: var(--fp-lh-body);
  color: var(--fp-color-text-muted);
  margin-bottom: 0;
}

/* Coach cards */
.fp-coach-card {
  height: 100%;
  background-color: var(--fp-card-bg);
  border: var(--fp-card-border);
  border-radius: var(--fp-card-radius);
  overflow: hidden;
}

.fp-coach-card-body {
  padding: var(--fp-card-padding);
}

.fp-coach-name {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-card-title);
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-coach-bio {
  font-size: var(--fp-type-body);
  line-height: var(--fp-lh-body);
  color: var(--fp-color-text-muted);
  margin-bottom: 0;
}

.fp-coach-bio + .fp-coach-bio {
  margin-top: 1rem;
}

.fp-coach-profile {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 768px) {
  .fp-coach-profile {
    grid-template-columns: minmax(12rem, 16rem) 1fr;
    gap: 2rem;
  }
}

.fp-coach-profile-body {
  padding-top: 0.25rem;
}

/* Service & benefit cards */
.fp-service-card,
.fp-benefit-card {
  height: 100%;
  padding: var(--fp-card-padding);
  background-color: var(--fp-card-bg);
  border: var(--fp-card-border);
  border-radius: var(--fp-card-radius);
}

.fp-section-alt .fp-service-card,
.fp-section-alt .fp-benefit-card {
  background-color: var(--fp-card-bg-alt);
}

.fp-service-title,
.fp-benefit-title {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-card-title);
  margin-bottom: var(--fp-space-heading-to-text);
  color: var(--fp-color-text);
}

.fp-service-card p,
.fp-benefit-card p {
  font-size: var(--fp-type-body);
  line-height: var(--fp-lh-body);
  color: var(--fp-color-text-muted);
  margin-bottom: 0;
}

.fp-service-list {
  display: flex;
  flex-direction: column;
  gap: var(--fp-space-card-grid);
}

.fp-service-detail {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--fp-card-padding);
  background-color: var(--fp-card-surface);
  border-radius: var(--fp-card-radius);
}

.fp-service-detail.fp-card-texture {
  border: 1px solid var(--fp-card-elevated-border);
  border-left: 3px solid var(--fp-color-accent);
  box-shadow: var(--fp-card-elevated-shadow);
}

.fp-service-detail-title {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-card-title);
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-service-detail p {
  font-size: var(--fp-type-body);
  line-height: var(--fp-lh-body);
  color: var(--fp-color-text-muted);
  margin-bottom: 0;
}

.fp-service-detail p + p {
  margin-top: 1rem;
}

.fp-link-more {
  display: inline-flex;
  align-items: center;
  min-height: var(--fp-min-touch);
  font-weight: 600;
  color: var(--fp-color-accent);
  text-decoration: none;
}

.fp-link-more:hover,
.fp-link-more:focus-visible {
  color: var(--fp-color-accent-hover);
}

.fp-cta-section {
  background-color: var(--fp-color-bg-charcoal);
  border-top: 1px solid var(--fp-color-border);
}

.fp-cta-content {
  text-align: center;
  max-width: var(--fp-container-narrow);
  margin: 0 auto;
}

.fp-cta-title {
  font-size: var(--fp-type-section-title);
  font-weight: var(--fp-fw-section-title);
  line-height: var(--fp-lh-section-title);
  letter-spacing: var(--fp-ls-tight);
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-cta-lead {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-lead);
  line-height: var(--fp-lh-lead);
  color: var(--fp-color-text-muted);
  margin-bottom: var(--fp-space-text-to-cards);
}

/* Compact interior pages (About, Services, Location, Contact) */
.fp-page-compact .fp-page-header {
  padding: var(--fp-space-page-header-y) 0 var(--fp-space-page-header-bottom);
}

.fp-page-compact .fp-section {
  padding: var(--fp-space-section-sm) 0;
}

.fp-page-compact .fp-section-header {
  margin-bottom: var(--fp-space-text-to-cards);
}

.fp-page-compact .fp-cta-section {
  padding: var(--fp-space-section-sm) 0;
}

.fp-page-compact .fp-cta-lead {
  margin-bottom: var(--fp-space-heading-to-text);
}

.fp-page-compact .fp-hero-actions {
  gap: 0.75rem;
}

/* About page — coach layout */
.fp-about-coach-grid {
  align-items: stretch;
}

.fp-about-coach-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fp-about-coach-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(200px, 24vh, 240px);
  margin-bottom: var(--fp-space-heading-to-text);
  overflow: hidden;
  border-radius: var(--fp-card-radius);
  border: var(--fp-card-border);
  background-color: var(--fp-card-bg);
}

.fp-about-coach-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

@media (min-width: 992px) {
  .fp-about-coach-photo-wrap {
    height: clamp(210px, 22vh, 230px);
  }
}

/* Services page — card grid layout */
.fp-page-services .fp-service-grid {
  align-items: stretch;
}

.fp-page-services .fp-service-grid > [class*="col-"] {
  display: flex;
}

.fp-page-services .fp-service-detail {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 0;
}

/* Contact page — form layout */
.fp-page-contact .fp-contact-list {
  margin-top: var(--fp-space-text-to-cards);
}

.fp-page-contact .fp-contact-list li + li {
  margin-top: var(--fp-space-heading-to-text);
}

.fp-page-contact .fp-form-notice {
  padding: var(--fp-space-heading-to-text) var(--fp-space-heading-to-text);
  margin-bottom: var(--fp-space-text-to-cards);
}

.fp-page-contact .fp-form-control {
  padding: 0.625rem 0.875rem;
}

/* Location */
.fp-location-name {
  font-size: var(--fp-type-card-title);
  font-weight: var(--fp-fw-card-title);
  line-height: var(--fp-lh-card-title);
}

.fp-location-city {
  font-size: var(--fp-type-body);
  color: var(--fp-color-text-muted);
}

/* Contact */
.fp-contact-list {
  margin-top: var(--fp-space-text-to-cards);
}

.fp-contact-list li + li {
  margin-top: var(--fp-space-heading-to-text);
}

.fp-contact-label {
  display: block;
  font-size: var(--fp-type-meta);
  font-weight: var(--fp-fw-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-color-text-subtle);
  margin-bottom: 0.25rem;
}

.fp-contact-list a {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-small);
  text-decoration: none;
}

.fp-contact-list a:hover {
  color: var(--fp-color-accent-hover);
}

.fp-contact-form-card {
  padding: var(--fp-card-padding);
  background-color: var(--fp-card-bg);
  border: var(--fp-card-border);
  border-radius: var(--fp-card-radius);
}

/* Textured card variants — unified elevated surface across all pages */
.fp-benefit-card.fp-card-texture,
.fp-contact-form-card.fp-card-texture,
.fp-about-coach-card.fp-card-texture {
  background-color: var(--fp-card-surface);
  border: 1px solid var(--fp-card-elevated-border);
  box-shadow: var(--fp-card-elevated-shadow);
  border-radius: var(--fp-card-radius);
}

.fp-section-alt .fp-benefit-card.fp-card-texture {
  background-color: var(--fp-card-surface);
}

.fp-about-coach-card.fp-card-texture {
  padding: var(--fp-card-padding);
}

.fp-about-coach-card.fp-card-texture .fp-about-coach-photo-wrap {
  background-color: var(--fp-black);
}

.fp-form-notice {
  font-size: var(--fp-type-small);
  line-height: var(--fp-lh-small);
  color: var(--fp-color-text-muted);
  padding: var(--fp-space-heading-to-text) var(--fp-space-heading-to-text);
  margin-bottom: var(--fp-space-text-to-cards);
  background-color: var(--fp-color-bg);
  border-left: 3px solid var(--fp-color-accent);
  border-radius: 0 var(--fp-radius) var(--fp-radius) 0;
}

.fp-form-notice a {
  color: var(--fp-color-text);
  font-weight: 600;
}

.fp-contact-form .form-label {
  font-size: var(--fp-type-small);
  font-weight: var(--fp-fw-small);
  color: var(--fp-color-text-muted);
  margin-bottom: 0.375rem;
}

.fp-form-control {
  min-height: var(--fp-min-touch);
  background-color: var(--fp-color-bg);
  border: 1px solid var(--fp-color-border);
  color: var(--fp-color-text);
  border-radius: var(--fp-radius);
  padding: 0.75rem 1rem;
}

.fp-form-control::placeholder {
  color: var(--fp-color-text-subtle);
}

.fp-form-control:focus {
  background-color: var(--fp-color-bg);
  border-color: var(--fp-color-text-muted);
  color: var(--fp-color-text);
  box-shadow: none;
}

textarea.fp-form-control {
  min-height: 8rem;
}

/* Footer */
.fp-footer {
  padding: clamp(1.25rem, 2.5vw, 1.5rem) 0;
  background-color: var(--fp-color-bg);
  border-top: 1px solid var(--fp-color-border);
}

@media (min-width: 992px) {
  .fp-footer .row.gy-4 {
    --bs-gutter-y: 0;
    flex-wrap: nowrap;
    align-items: center;
  }

  .fp-footer .row > [class*="col-"] {
    flex: 1 1 0;
    width: auto;
  }

  .fp-footer-links {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
  }

  .fp-footer-links li + li {
    margin-top: 0;
  }

  .fp-footer-links a {
    min-height: auto;
    padding: 0;
  }

  .fp-footer-meta,
  .fp-footer-powered {
    text-align: right;
  }
}

.fp-footer-brand {
  font-size: var(--fp-type-lead);
  font-weight: var(--fp-fw-card-title);
}

.fp-footer-tagline {
  color: var(--fp-color-text-muted);
  font-size: var(--fp-type-small);
}

.fp-footer-links a {
  color: var(--fp-color-text-muted);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-height: var(--fp-min-touch);
  padding: 0.25rem 0;
}

.fp-footer-links a:hover {
  color: var(--fp-color-text);
}

.fp-footer-meta,
.fp-footer-powered {
  font-size: var(--fp-type-meta);
  color: var(--fp-color-text-subtle);
}

/* Offset anchor targets for sticky nav */
section[id] {
  scroll-margin-top: calc(var(--fp-nav-height) + 1rem);
}
