/* =====================================================
   MAXRAWFITNESS — THE GRAND
   Deep black · Vivid orange · Off-white
   Premium editorial luxury fitness brand
   ===================================================== */

/* ─── GLOBAL ─────────────────────────────────────── */
body {
  background: #100d0b;
  color: #f5ede3;
}

body, .page-shell {
  background:
    radial-gradient(ellipse at 2% 0%, rgba(255, 109, 46, 0.12) 0%, transparent 44%),
    radial-gradient(ellipse at 98% 100%, rgba(255, 109, 46, 0.06) 0%, transparent 42%),
    #100d0b;
}

.bg-noise {
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 220px 220px;
  mix-blend-mode: screen;
}

/* ─── TYPOGRAPHY ─────────────────────────────────── */
h1, h2, h3 { text-wrap: balance; }

.eyebrow {
  color: #ff6d2e;
  letter-spacing: 0.26em;
  font-weight: 700;
  font-size: 0.73rem;
}

.section-heading h2 {
  color: #f5ede3;
}

.section-lead {
  color: rgba(240, 232, 220, 0.6);
  line-height: 1.7;
}

/* ─── ACCESSIBILITY ───────────────────────────────── */
:focus-visible {
  outline: 2px solid #ff6d2e;
  outline-offset: 3px;
  border-radius: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ─── HEADER ─────────────────────────────────────── */
.site-header::before {
  background: rgba(20, 16, 13, 0.86);
  border-bottom: 1px solid rgba(255, 109, 46, 0.16);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.brand-logo {
  width: clamp(6.8rem, 10vw, 9.4rem);
  height: auto;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.18));
}

.brand-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  line-height: 0.92;
  text-decoration: none;
}

.brand-wordmark-main,
.brand-wordmark-sub {
  font-family: "Sora", sans-serif;
}

.brand-wordmark-main {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.brand-wordmark-max {
  color: #ff7b16;
}

.brand-wordmark-raw {
  color: #f7f0e6;
}

.brand-wordmark-sub {
  padding-left: 0.18rem;
  color: #f7f0e6;
  font-size: clamp(0.66rem, 0.95vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.72em;
  text-transform: uppercase;
}

.brand-copy strong {
  color: #f5ede3;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
.brand-copy span {
  color: rgba(240, 232, 220, 0.5);
  font-size: 0.82rem;
}

.site-nav a        { color: rgba(240, 232, 220, 0.6); }
.site-nav a:hover  { color: #ff6d2e; }
.footer-links a    { color: rgba(240, 232, 220, 0.45); }
.footer-links a:hover { color: #ff6d2e; }

.nav-toggle {
  border-color: rgba(255, 109, 46, 0.28);
  background: transparent;
}
.nav-toggle span { background: #f5ede3; }

.header-cta {
  background: #ff6d2e;
  color: #fff9f3 !important;
  border: none;
  letter-spacing: 0.09em;
  font-weight: 700;
  border-radius: 4px;
  transition: background 200ms ease, box-shadow 200ms ease;
}
.header-cta:hover {
  background: #e35214;
  box-shadow: 0 4px 20px rgba(255, 109, 46, 0.3);
}

/* ─── CLIENT APP LINKS ────────────────────────────── */
.header-cta-group {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.nav-app-link {
  color: #c8581e !important;
  font-weight: 700;
  position: relative;
}
.nav-app-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.35rem;
  height: 2px;
  background: currentColor;
  opacity: 0.35;
}
.nav-app-link:hover::after { opacity: 0.7; }

.header-app-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.1rem;
  border: 1.5px solid rgba(200, 88, 30, 0.4);
  border-radius: 999px;
  color: #c8581e;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  background: transparent;
  transition: background 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}
.header-app-btn:hover {
  background: rgba(200, 88, 30, 0.08);
  border-color: #c8581e;
}

/* ─── HERO ───────────────────────────────────────── */
.hero-airy { color: #f5ede3; }

.hero-airy-media {
  background:
    url("maxrawfitness-hero.jpg") center / cover no-repeat,
    #1e1612;
}

.hero-airy-shade {
  background:
    linear-gradient(90deg,
      rgba(18, 12, 6, 0.48) 0%,
      rgba(18, 12, 6, 0.08) 35%,
      rgba(18, 12, 6, 0.08) 65%,
      rgba(18, 12, 6, 0.48) 100%),
    linear-gradient(180deg,
      rgba(18, 12, 6, 0.08) 0%,
      rgba(18, 12, 6, 0.18) 52%,
      rgba(18, 12, 6, 0.72) 100%);
}

.hero-airy-kicker {
  color: rgba(245, 237, 227, 0.72);
  letter-spacing: 0.28em;
  font-size: 0.74rem;
}

.hero-airy-content h1 {
  color: #f5ede3;
  text-shadow: 0 2px 48px rgba(0, 0, 0, 0.28);
}

.hero-airy-subhead {
  color: rgba(245, 237, 227, 0.78);
}

.button-hero {
  background: #ff6d2e;
  border: 1.5px solid #ff6d2e;
  color: #fff9f3;
  font-weight: 700;
  letter-spacing: 0.09em;
  border-radius: 4px;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}
.button-hero:hover {
  background: #e35214;
  border-color: #e35214;
  box-shadow: 0 4px 22px rgba(255, 109, 46, 0.4);
}
.button-hero-ghost {
  background: transparent;
  border-color: rgba(245, 237, 227, 0.45);
  color: #f5ede3;
}
.button-hero-ghost:hover {
  background: rgba(245, 237, 227, 0.08);
  border-color: rgba(245, 237, 227, 0.85);
  box-shadow: none;
}

/* Hero scroll indicator */
.hero-airy-scroll {
  border-color: rgba(245, 237, 227, 0.4);
}
.hero-airy-scroll::before {
  background: rgba(245, 237, 227, 0.6);
}

/* ─── HERO BUTTONS ────────────────────────────────── */

/* ─── ABOUT / STAT SECTION ───────────────────────── */
.about-credibility {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 109, 46, 0.08), transparent 55%),
    #141210;
  padding-block: 5.5rem;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  padding-inline: calc(50vw - min(590px, 50vw - 1rem));
}

.stat-card {
  background: rgba(255, 249, 243, 0.04);
  border: 1px solid rgba(255, 109, 46, 0.16);
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}
.stat-card:hover {
  background: rgba(255, 249, 243, 0.06);
  border-color: rgba(255, 109, 46, 0.3);
  transform: translateY(-2px);
}
.stat-card strong {
  color: #ff6d2e;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
}
.stat-card span {
  color: rgba(240, 232, 220, 0.55);
  font-size: 0.88rem;
}

.credibility-card {
  background: rgba(255, 249, 243, 0.04);
  border: 1px solid rgba(255, 109, 46, 0.12);
  border-top: 3px solid #ff6d2e;
  border-radius: 10px;
  box-shadow: none;
  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;
}
.credibility-card:hover {
  background: rgba(255, 249, 243, 0.06);
  border-color: rgba(255, 109, 46, 0.28);
  border-top-color: #ff6d2e;
  transform: translateY(-2px);
}
.credibility-card strong {
  color: #f5ede3;
  font-size: 1.15rem;
  display: block;
}
.credibility-card p {
  color: rgba(240, 232, 220, 0.62);
  font-size: 0.93rem;
  line-height: 1.65;
}
/* Pillar number badge (The System section) */
.credibility-card .pillar-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ff6d2e;
  margin-bottom: 0.55rem;
  line-height: 1;
}

/* ─── PACKAGES ───────────────────────────────────── */
.packages-editorial {
  background:
    radial-gradient(ellipse at 0% 50%, rgba(255, 109, 46, 0.05), transparent 50%),
    #1e1a16;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  padding-block: 5.5rem;
  padding-inline: calc(50vw - min(590px, 50vw - 1rem));
}

.packages-editorial .eyebrow          { color: #ff6d2e; }
.packages-editorial .section-heading h2 { color: #f0e8dc; }
.packages-editorial .section-lead     { color: rgba(240, 232, 220, 0.58); }

/* Featured on top (full width), two cards below */
.home-page .packages-editorial .pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-page .packages-editorial .pricing-grid .price-card.featured {
  grid-column: 1 / -1;
}

.packages-editorial .price-card {
  background: rgba(255, 249, 243, 0.05);
  border: 1px solid rgba(255, 109, 46, 0.18);
  border-radius: 12px;
  box-shadow: none;
  transition: border-color 220ms ease, background 220ms ease;
}
.packages-editorial .price-card:hover {
  border-color: rgba(255, 109, 46, 0.32);
  background: rgba(255, 249, 243, 0.07);
}
.packages-editorial .price-card h3       { color: #f0e8dc; }
.packages-editorial .tier                { color: #ff6d2e !important; background: rgba(255,109,46,0.12); border-color: rgba(255,109,46,0.2); }
.packages-editorial .price-intro         { color: rgba(240, 232, 220, 0.62); }
.packages-editorial .price-amount        { color: #ff6d2e; }
.packages-editorial .price-period        { color: rgba(240, 232, 220, 0.42); font-size: 0.8rem; }
.packages-editorial .feature-list li     { color: rgba(240, 232, 220, 0.7); }
.packages-editorial .feature-list li::marker { color: #ff6d2e; }
.packages-editorial .price-best-for      { color: rgba(240, 232, 220, 0.5); }
.packages-editorial .price-best-for strong { color: rgba(240, 232, 220, 0.7); }

.packages-editorial .price-card.featured {
  background: rgba(255, 109, 46, 0.11);
  border-color: rgba(255, 109, 46, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 109, 46, 0.12), 0 20px 48px rgba(255, 109, 46, 0.1);
}
.packages-editorial .price-card.featured:hover {
  background: rgba(255, 109, 46, 0.14);
  border-color: rgba(255, 109, 46, 0.58);
}
.packages-editorial .price-badge {
  background: #ff6d2e;
  color: #fff9f3;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.09em;
  font-size: 0.72rem;
}
.packages-editorial .button-primary {
  background: #ff6d2e;
  color: #fff9f3;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 200ms ease;
}
.packages-editorial .button-primary:hover { background: #e35214; }
.packages-editorial .button-secondary {
  background: transparent;
  border: 1.5px solid rgba(240, 232, 220, 0.25);
  color: rgba(240, 232, 220, 0.8);
  border-radius: 4px;
  transition: all 200ms ease;
}
.packages-editorial .button-secondary:hover {
  border-color: #ff6d2e;
  color: #ff6d2e;
}

/* ─── MY STORY — PROFILE ─────────────────────────── */
.story-profile {
  position: relative;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 109, 46, 0.1), transparent 30%),
    linear-gradient(180deg, #171310 0%, #100d0b 100%);
}

.story-profile-shell {
  width: min(84rem, calc(100vw - 3rem));
  margin-inline: auto;
  transform: translateX(52px);
  display: grid;
  gap: clamp(1.75rem, 3vw, 3rem);
  align-items: start;
  justify-content: center;
}

.story-profile-intro {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: none;
  margin: 0 auto 0.5rem;
  text-align: center;
  justify-items: center;
}

.story-profile-intro .eyebrow {
  margin: 0;
  width: max-content;
  font-size: clamp(0.8rem, 1vw, 1rem);
  letter-spacing: 0.24em;
  line-height: 1;
  text-align: center;
}

.story-profile-intro h2 {
  margin: 0;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.55rem, 3.4vw, 3.55rem);
  line-height: 1;
  letter-spacing: -0.055em;
  color: #f7f0e6;
}

.story-profile-stage {
  display: grid;
  grid-template-columns: minmax(22rem, 29rem) minmax(0, 1fr);
  gap: clamp(1.8rem, 2.8vw, 3rem);
  align-items: stretch;
  padding: clamp(1.2rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 2rem;
  background: rgba(255, 249, 243, 0.03);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.story-profile-media {
  margin: 0;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #16110d;
  min-height: 35rem;
}

.story-profile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: grayscale(1) contrast(1.04);
}

.story-profile-content {
  display: grid;
  align-content: center;
  gap: 1.8rem;
  padding: clamp(1rem, 1.6vw, 1.2rem) clamp(0.4rem, 1vw, 0.8rem);
}

.story-profile-copy {
  display: grid;
  gap: 1.45rem;
  max-width: 44rem;
}

.story-profile-copy p {
  margin: 0;
}

.story-profile-lead {
  margin: 0;
  max-width: 100%;
  color: rgba(240, 232, 220, 0.82);
  font-size: clamp(1.06rem, 1.7vw, 1.24rem);
  line-height: 1.72;
}

.story-profile-copy p:not(.story-profile-lead) {
  color: rgba(240, 232, 220, 0.68);
  line-height: 1.82;
}

.story-profile-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.story-profile-meta div {
  padding: 1rem 1.05rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 109, 46, 0.16);
  background: rgba(255, 249, 243, 0.05);
}

.story-profile-meta span,
.story-profile-meta strong {
  display: block;
}

.story-profile-meta span {
  margin-bottom: 0.35rem;
  color: rgba(255, 109, 46, 0.85);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-profile-meta strong {
  color: #f5ede3;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

@media (max-width: 980px) {
  .story-profile-shell {
    width: min(100%, calc(100vw - 2rem));
    transform: none;
  }

  .story-profile-intro {
    max-width: 38rem;
    margin-inline: auto;
  }

  .story-profile-stage {
    grid-template-columns: 1fr;
  }

  .story-profile-media {
    min-height: 28rem;
  }

  .story-profile-content,
  .story-profile-copy {
    max-width: 42rem;
    margin-inline: auto;
  }

  .story-profile-intro h2,
  .story-profile-lead,
  .story-profile-copy p:not(.story-profile-lead) {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .story-profile {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-block: 4.5rem;
  }

  .story-profile-shell {
    width: min(100%, calc(100vw - 1.2rem));
    transform: none;
  }

  .story-profile-media {
    min-height: 23rem;
    border-radius: 1.5rem;
  }

  .story-profile-meta {
    grid-template-columns: 1fr;
  }
}

/* ─── TESTIMONIALS ───────────────────────────────── */
.testimonials-editorial {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(255, 109, 46, 0.06), transparent 50%),
    #1e1a16;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  padding-block: 5.5rem;
  padding-inline: calc(50vw - min(590px, 50vw - 1rem));
}

.testimonials-editorial .eyebrow          { color: #ff6d2e; }
.testimonials-editorial .section-heading h2 { color: #f0e8dc; }

.quote-card,
.testimonials-editorial .quote-card {
  background: rgba(255, 249, 243, 0.05);
  border: 1px solid rgba(255, 109, 46, 0.16);
  border-radius: 12px;
  box-shadow: none;
  transition: border-color 220ms ease, background 220ms ease;
}
.quote-card:hover {
  border-color: rgba(255, 109, 46, 0.28);
  background: rgba(255, 249, 243, 0.07);
}
.quote-card p            { color: rgba(240, 232, 220, 0.8); line-height: 1.78; }
.quote-card .stars       { color: #ff6d2e; letter-spacing: 0.05em; }
.quote-card footer strong { color: #f0e8dc; font-weight: 600; }
.quote-card footer span   { color: rgba(240, 232, 220, 0.45); font-size: 0.88rem; }

/* ─── TRANSFORMATIONS / RESULTS ─────────────────── */
.results-editorial .eyebrow          { color: #ff6d2e; }
.results-editorial .section-heading h2 { color: #f5ede3; }
.results-editorial .section-lead     { color: rgba(240, 232, 220, 0.6); }

.results-editorial {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-inline: clamp(1rem, 2vw, 2rem);
}

.results-editorial .ba-gallery {
  width: min(1480px, calc(100vw - 2rem));
  margin: 0 auto 2.2rem;
  grid-template-columns: minmax(0, 1fr);
}

.results-editorial .max-ba-pair {
  padding: 1.1rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(139, 99, 64, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 249, 241, 0.88), rgba(236, 228, 216, 0.94));
  box-shadow:
    0 24px 54px rgba(42, 31, 21, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  gap: 1rem;
}

.transformation-label {
  color: #f5ede3;
  margin-bottom: 0;
  font-weight: 900;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  letter-spacing: 0.06em;
  line-height: 0.95;
}
.transformation-caption strong { color: #f5ede3; }
.transformation-caption span   { color: rgba(240, 232, 220, 0.6); }

.transformation-grid {
  gap: 0;
  width: 100%;
}

.transformation-frame {
  width: 100%;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 109, 46, 0.16);
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: rgba(255, 249, 243, 0.05);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.results-editorial .max-ba-pair .ba-frame::after {
  inset: 0;
  border: none;
}

.results-editorial .max-ba-pair .ba-frame span {
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 0.9rem;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff9f3;
  background: rgba(31, 32, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.results-editorial .max-ba-pair .ba-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  display: block;
}

.transformation-caption strong { color: #1e1612; }
.transformation-caption span   { color: rgba(42, 31, 21, 0.6); }

.transformation-caption {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.transformation-caption strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.transformation-caption span {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}

.transformation-column.transformation-before .transformation-label { color: rgba(240, 232, 220, 0.5); }
.transformation-column.transformation-after  .transformation-label { color: #ff6d2e; }

/* Client transformations section */
.client-transformations {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 109, 46, 0.06), transparent 50%),
    #141210;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  padding-block: 5.5rem;
  padding-inline: calc(50vw - min(590px, 50vw - 1rem));
}
.client-transformations .eyebrow           { color: #ff6d2e; }
.client-transformations .section-heading h2 { color: #f5ede3; }
.client-transformations .section-lead      { color: rgba(240, 232, 220, 0.6); }

/* ─── SOCIAL SECTION ─────────────────────────────── */
.social-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 109, 46, 0.06), transparent 55%),
    #141210;
}
.social-section .eyebrow           { color: #ff6d2e; }
.social-section .section-heading h2 { color: #f5ede3; }

.social-card {
  background: rgba(255, 249, 243, 0.04);
  border: 1px solid rgba(255, 109, 46, 0.14);
  border-radius: 10px;
  box-shadow: none;
  transition: box-shadow 240ms ease, transform 240ms ease, border-color 240ms ease, background 240ms ease;
}
.social-card:hover {
  background: rgba(255, 249, 243, 0.06);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
  border-color: rgba(255, 109, 46, 0.32);
}
.social-card:focus-visible {
  outline: 2px solid #ff6d2e;
  outline-offset: 3px;
}
.social-card strong { color: #f5ede3; }
.social-card span   { color: rgba(240, 232, 220, 0.55); font-size: 0.9rem; }
.social-card .social-handle {
  color: #ff6d2e;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ─── MAILING LIST / SIGNUP ──────────────────────── */
.signup-section {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(165, 60, 10, 0.25), transparent 65%),
    #ff6d2e;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  padding-block: 4.5rem;
  padding-inline: calc(50vw - min(590px, 50vw - 1rem));
}
.home-page .signup-panel {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.signup-section .eyebrow { color: rgba(30, 22, 12, 0.55); }
.home-page .signup-panel h2 { color: #1e1a16; }
.home-page .signup-panel p  { color: rgba(30, 22, 12, 0.72); }

.lead-form label span { color: rgba(30, 22, 12, 0.65); }
.lead-form input {
  background: rgba(30, 22, 12, 0.1);
  border: 1.5px solid rgba(30, 22, 12, 0.25);
  color: #1e1a16;
  border-radius: 4px;
}
.lead-form input::placeholder { color: rgba(30, 22, 12, 0.45); }
.lead-form input:focus {
  border-color: rgba(30, 22, 12, 0.65);
  outline: none;
}
.lead-form .button-primary {
  background: #1e1612;
  color: #fff9f3;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 200ms ease;
}
.lead-form .button-primary:hover { background: #2e261a; }

/* ─── FOOTER ─────────────────────────────────────── */
.site-footer {
  background: #1e1a16;
  border-top: 1px solid rgba(255, 109, 46, 0.12);
}
.home-page .site-footer {
  width: 100vw !important;
  margin-inline: calc(50% - 50vw) !important;
  padding-inline: calc(max(1rem, 50vw - 590px));
  background: #1e1a16 !important;
}
.home-page .site-footer {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: 2rem calc(max(1rem, 50vw - 590px)) 2.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) auto;
  align-items: end;
  gap: 1.5rem 2rem;
  box-sizing: border-box;
  border-top: 1px solid rgba(200, 88, 30, 0.12);
  background: #1e1a16;
}
.site-footer strong,
.home-page .site-footer strong { color: #f0e8dc !important; font-weight: 600; }
.site-footer p,
.home-page .site-footer { color: rgba(240, 232, 220, 0.45) !important; }
.footer-links a { color: rgba(240, 232, 220, 0.4); }
.footer-links a:hover { color: #ff6d2e; }

/* ─── GENERAL BUTTONS ────────────────────────────── */
.button-primary {
  background: #ff6d2e;
  color: #fff9f3;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: 0.07em;
  transition: background 200ms ease, box-shadow 200ms ease;
}
.button-primary:hover {
  background: #e35214;
  box-shadow: 0 4px 20px rgba(255, 109, 46, 0.3);
}

.button-secondary {
  background: transparent;
  border: 1.5px solid rgba(240, 232, 220, 0.28);
  color: #f5ede3;
  border-radius: 4px;
  transition: all 200ms ease;
}
.button-secondary:hover {
  border-color: #ff6d2e;
  color: #ff6d2e;
}

/* ─── FORM INPUTS (global) ───────────────────────── */
input, select, textarea {
  background: rgba(255, 249, 243, 0.05);
  border-color: rgba(255, 109, 46, 0.22) !important;
  color: #f5ede3;
}
input::placeholder, textarea::placeholder { color: rgba(240, 232, 220, 0.4); }

/* ─── SCROLL REVEAL ──────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.52s cubic-bezier(0.4, 0, 0.2, 1), transform 0.52s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* Stagger delays for grid children */
.stat-grid .stat-card:nth-child(2)               { transition-delay: 0.07s; }
.stat-grid .stat-card:nth-child(3)               { transition-delay: 0.14s; }
.stat-grid .stat-card:nth-child(4)               { transition-delay: 0.21s; }
.credibility-grid .credibility-card:nth-child(2) { transition-delay: 0.07s; }
.credibility-grid .credibility-card:nth-child(3) { transition-delay: 0.14s; }
.credibility-grid .credibility-card:nth-child(4) { transition-delay: 0.21s; }
.testimonial-grid .quote-card:nth-child(2)       { transition-delay: 0.09s; }
.testimonial-grid .quote-card:nth-child(3)       { transition-delay: 0.18s; }
.social-grid .social-card:nth-child(2)           { transition-delay: 0.07s; }
.social-grid .social-card:nth-child(3)           { transition-delay: 0.14s; }

/* ─── SELECTION COLOUR ───────────────────────────── */
::selection { background: #ff6d2e; color: #fff9f3; }

/* ═══════════════════════════════════════════════════════
   HOME-PAGE SPECIFICITY OVERRIDES
   Fixes where styles.css has higher-specificity .home-page
   selectors that would beat theme-grand.css defaults.
   ═══════════════════════════════════════════════════════ */

/* ── Body colour + base for the dark theme (beats styles.css blue) ── */
body.home-page {
  color: #f5ede3;
  background:
    radial-gradient(ellipse at 2% 0%, rgba(255, 109, 46, 0.12) 0%, transparent 44%),
    radial-gradient(ellipse at 98% 100%, rgba(255, 109, 46, 0.06) 0%, transparent 42%),
    #100d0b;
}

/* ── Header: make visible + sticky (not transparent+absolute) ── */
.home-page .site-header {
  position: sticky;
  top: 0;
  inset: auto;
  grid-template-columns: auto 1fr auto auto;
  gap: 1.25rem;
  align-items: center;
  width: min(1180px, calc(100vw - 2rem));
  margin: 0.85rem auto 0;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

/* This selector beats the transparent ::before in styles.css */
.home-page .site-header::before {
  inset: 0;
  margin-inline: 0;
  background: rgba(20, 16, 13, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background 250ms ease, box-shadow 250ms ease, border-color 250ms ease;
}

/* Stronger backdrop when user has scrolled */
.home-page .site-header.is-scrolled::before {
  background: rgba(16, 13, 11, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

/* Remove dark rounded-pill bubble from brand name */
.home-page .brand {
  padding: 0.15rem 0.15rem 0.15rem 0;
  border-radius: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

/* Show the "Fat Loss & Strength Coach" subtitle */
.home-page .brand-copy {
  display: flex;
}

.home-page .brand-wordmark {
  padding: 0.28rem 0.4rem 0.22rem 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.home-page .brand-wordmark-main {
  font-size: clamp(2.05rem, 3vw, 2.95rem);
}

.home-page .brand-wordmark-sub {
  font-size: clamp(0.68rem, 0.92vw, 0.92rem);
}

.home-page .brand-logo {
  width: clamp(7.6rem, 11vw, 10.4rem);
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.22));
}

.home-page .brand-copy strong {
  font-size: 1.02rem;
  letter-spacing: 0.14em;
}

.home-page .brand-copy span {
  font-size: 0.74rem;
  letter-spacing: 0.04em;
}

/* Show the "Start Training" CTA in the header */
.home-page .header-cta {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  background: linear-gradient(145deg, #d46c35, #ff6d2e);
  box-shadow: 0 14px 30px rgba(255, 109, 46, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.12);
  letter-spacing: 0.09em;
}

/* Fix nav link colour — beats the white rgba(255,255,255,…) from styles.css */
.home-page .site-nav,
.home-page .site-nav a {
  color: rgba(245, 237, 227, 0.82);
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-page .site-nav a:hover { color: #ff6d2e; }
.home-page .site-nav a.is-active {
  color: #ff6d2e;
  background: rgba(255, 109, 46, 0.08);
}

.home-page .site-nav {
  justify-content: center;
  gap: 0.2rem;
  padding: 0.3rem;
  width: fit-content;
  margin-inline: auto;
  border-radius: 999px;
  background: transparent;
  border: none;
}

.home-page .site-nav a {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.home-page .site-nav a:hover {
  background: rgba(255, 109, 46, 0.08);
  transform: translateY(-1px);
}

/* ── Hero: photo set globally in HERO section above ── */

/* ── Social icons: replace old blue with orange-tinted ── */
.social-icon {
  background: rgba(255, 109, 46, 0.1);
  border: 1px solid rgba(255, 109, 46, 0.18);
}

/* ── Portrait photo: show in colour, not grayscale ── */
.about-editorial-photo {
  filter: none;
}

/* ── Footer links: override white colour from .home-page .footer-links ── */
.home-page .footer-links,
.home-page .footer-links a {
  color: rgba(240, 232, 220, 0.45);
}
.home-page .footer-links a:hover { color: #ff6d2e; }

/* ── Full-bleed sections: use .home-page prefix to beat specificity ── */
.home-page .packages-editorial,
.home-page .testimonials-editorial,
.home-page .about-credibility,
.home-page .results-editorial,
.home-page .client-transformations,
.home-page .social-section {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 5.5rem;
  padding-inline: calc(max(1rem, 50vw - 590px));
}
.home-page .signup-section {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding-block: 4.5rem;
  padding-inline: calc(max(1rem, 50vw - 590px));
}

/* ── Mobile header: add CTA row & fix nav colour at ≤860px ── */
@media (max-width: 860px) {
  .home-page .site-header {
    width: min(1180px, calc(100vw - 1.2rem));
    margin-top: 0.55rem;
    border-radius: 22px;
    grid-template-areas:
      "brand brand menu"
      "nav nav nav"
      "cta cta cta";
    grid-template-columns: auto 1fr auto;
    gap: 0.8rem;
    padding: 0.7rem 0.85rem;
  }
  .home-page .site-header::before {
    border-radius: 22px;
  }
  .home-page .header-cta-group {
    grid-area: cta;
    width: 100%;
  }
  .home-page .header-cta {
    flex: 1;
    padding: 0.95rem 1.1rem;
  }
  .home-page .header-app-btn {
    padding: 0.95rem 1rem;
  }
  .home-page .brand-copy {
    display: flex;
  }

  .home-page .brand-wordmark {
    padding: 0.2rem 0.2rem 0.16rem 0;
  }

  .home-page .brand-wordmark-main {
    font-size: clamp(1.72rem, 7vw, 2.18rem);
  }

  .home-page .brand-wordmark-sub {
    font-size: clamp(0.6rem, 2.4vw, 0.75rem);
    letter-spacing: 0.52em;
  }

  .home-page .brand-logo {
    width: clamp(7rem, 24vw, 8.8rem);
  }
  .home-page .site-nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .home-page .site-nav::-webkit-scrollbar {
    display: none;
  }
  .home-page .site-nav a {
    white-space: nowrap;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
  }

  .home-page .site-footer {
    grid-template-columns: 1fr;
    padding: 1.6rem 1rem 2rem;
    gap: 1rem;
  }

  .home-page .site-footer .footer-links {
    justify-self: start;
  }

  .results-editorial {
    padding-inline: 1rem;
  }

  .results-editorial .ba-gallery {
    width: min(100%, 62rem);
  }

  .results-editorial .max-ba-pair {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 0.9rem;
  }

  .results-editorial .max-ba-pair .ba-frame {
    min-height: clamp(22rem, 88vw, 32rem);
    border-radius: 0.95rem;
  }

  .results-editorial .max-ba-pair .ba-frame span {
    font-size: clamp(0.92rem, 3.6vw, 1.12rem);
  }

  .transformation-caption strong {
    font-size: 1.2rem;
  }

  .transformation-caption span {
    font-size: 0.94rem;
    line-height: 1.7;
  }
}

/* ── Reduce hero content top padding on mobile (header now sticky) ── */
@media (max-width: 860px) {
  .hero-airy-content {
    padding-top: 8rem;
  }
}

/* ── Mobile nav: collapse to hamburger at phone widths ── */
@media (max-width: 600px) {
  .home-page .site-header {
    grid-template-areas:
      "brand menu"
      "nav nav"
      "cta cta";
    grid-template-columns: 1fr auto;
  }

  .home-page .site-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0.15rem;
    padding: 0.35rem 0 0.5rem;
    overflow: visible;
  }

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

  .home-page .site-nav a {
    padding: 0.75rem 1rem;
    border-radius: 10px;
    white-space: normal;
    font-size: 0.88rem;
  }
}

/* ── Footer copyright line ── */
.footer-copy {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  color: rgba(240, 232, 220, 0.28);
}

/* ── Checkout flow: dark premium shell with strong booking states ────────── */
.checkout-page {
  color: #efe5d8;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 109, 46, 0.08), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(92, 71, 52, 0.16), transparent 30%),
    linear-gradient(180deg, #171310 0%, #201914 52%, #171310 100%);
}

.checkout-page,
.checkout-page .page-shell {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 109, 46, 0.08), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(92, 71, 52, 0.16), transparent 30%),
    linear-gradient(180deg, #171310 0%, #201914 52%, #171310 100%);
}

.checkout-page .bg-noise {
  opacity: 0.03;
  mix-blend-mode: screen;
}

.checkout-shell {
  min-height: 100vh;
}

.checkout-header {
  position: sticky;
  top: 0;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  margin-top: 0.85rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.checkout-header::before {
  inset: 0;
  margin-inline: 0;
  background:
    linear-gradient(180deg, rgba(36, 29, 24, 0.92) 0%, rgba(25, 20, 16, 0.9) 100%);
  border: 1px solid rgba(239, 229, 216, 0.08);
  border-radius: 999px;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.checkout-header .brand {
  padding: 0;
}

.checkout-header .brand-wordmark {
  gap: 0.08rem;
}

.checkout-header .brand-wordmark-max {
  color: #ff8b36;
}

.checkout-header .brand-wordmark-raw,
.checkout-header .brand-wordmark-sub {
  color: #f5ede3;
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.checkout-header .brand-wordmark-main {
  font-size: clamp(1.7rem, 2.6vw, 2.45rem);
}

.checkout-header .brand-wordmark-sub {
  font-size: clamp(0.58rem, 0.82vw, 0.78rem);
  letter-spacing: 0.62em;
}

.checkout-header .brand-logo {
  width: clamp(7.1rem, 10vw, 9.2rem);
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.24));
}

.checkout-header .brand-copy {
  display: flex;
}

.checkout-header .brand-copy strong {
  color: #f5ede3;
  letter-spacing: 0.14em;
  font-size: 1rem;
}

.checkout-header .brand-copy span {
  color: rgba(245, 237, 227, 0.5);
  font-size: 0.76rem;
}

.checkout-header .header-cta {
  justify-self: end;
  border-radius: 999px;
  padding-inline: 1.2rem;
  background: rgba(239, 229, 216, 0.06);
  border: 1px solid rgba(239, 229, 216, 0.12);
  color: #f5ede3;
  box-shadow: none;
}

.checkout-header .header-cta:hover {
  background: rgba(239, 229, 216, 0.1);
  color: #fff9f3;
}

.checkout-hero {
  max-width: 60rem;
}

.checkout-hero .eyebrow {
  color: rgba(245, 237, 227, 0.62);
}

.checkout-hero h1 {
  max-width: 12ch;
  color: #f5ede3;
}

.checkout-hero .section-lead {
  max-width: 62ch;
  color: rgba(245, 237, 227, 0.76);
  font-size: 1rem;
}

.stepper-item {
  color: rgba(245, 237, 227, 0.38);
}

.stepper-index {
  border-color: rgba(245, 237, 227, 0.14);
  background: rgba(245, 237, 227, 0.04);
  color: rgba(245, 237, 227, 0.72);
}

.stepper-item.is-current {
  color: #f5ede3;
}

.stepper-item.is-current .stepper-index {
  background: linear-gradient(145deg, #d46c35, #ff6d2e);
  color: #fff9f3;
  box-shadow: 0 10px 24px rgba(255, 109, 46, 0.24);
}

.stepper-item.is-done {
  color: rgba(245, 237, 227, 0.72);
}

.stepper-item.is-done .stepper-index {
  background: rgba(212, 108, 53, 0.14);
  border-color: rgba(212, 108, 53, 0.24);
  color: #efc2a9;
}

.checkout-summary,
.checkout-wizard {
  border-color: rgba(239, 229, 216, 0.08);
  background:
    radial-gradient(circle at top center, rgba(212, 108, 53, 0.04), transparent 30%),
    rgba(29, 23, 19, 0.82);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.checkout-summary {
  background:
    radial-gradient(circle at top right, rgba(255, 109, 46, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(28, 22, 18, 0.96) 0%, rgba(19, 15, 12, 0.94) 100%);
}

.checkout-summary h2,
.checkout-summary .price,
.checkout-summary .price span,
.checkout-summary .checkout-note strong,
.checkout-summary .feature-list li,
.form-section-head h3,
.review-row strong,
.calendar-month,
.selected-slot,
.confirmation-panel h3,
.calendar-day h4 {
  color: #f5ede3;
}

.checkout-summary .tier,
.checkout-summary .feature-list,
.checkout-summary .checkout-note p,
.checkout-summary .fine-print,
.booking-sync,
.calendar-range,
.calendar-date,
.review-row span,
.confirmation-panel p,
.fine-print,
.checkout-form span,
.checkbox-row span {
  color: rgba(245, 237, 227, 0.8);
}

.checkout-summary .tier,
.checkout-tags li {
  border-color: rgba(212, 108, 53, 0.22);
  background: rgba(212, 108, 53, 0.08);
  color: #f1b698;
}

.checkout-price {
  font-size: clamp(3rem, 5vw, 3.8rem);
}

.form-section-head h3 {
  font-size: 1.52rem;
}

.checkout-note,
.review-card,
.calendar-day {
  background: rgba(245, 237, 227, 0.035);
  border-color: rgba(239, 229, 216, 0.08);
}

.checkout-form input {
  border-color: rgba(239, 229, 216, 0.08);
  background: rgba(245, 237, 227, 0.045);
  color: #f5ede3;
}

.checkout-form input::placeholder {
  color: rgba(245, 237, 227, 0.34);
}

.checkout-form input:focus {
  border-color: rgba(212, 108, 53, 0.38);
  box-shadow: 0 0 0 4px rgba(212, 108, 53, 0.12);
  background: rgba(245, 237, 227, 0.06);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .form-section-head .eyebrow {
  color: rgba(245, 237, 227, 0.46);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .form-section-head h3,
.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkout-form label > span,
.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkbox-row span {
  color: #f5ede3;
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkout-form label > span {
  font-size: 0.92rem;
  font-weight: 500;
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkout-form input {
  background: rgba(255, 249, 243, 0.018);
  border: 1px solid rgba(176, 123, 81, 0.42);
  color: #f5ede3;
  border-radius: 1.95rem;
  padding: 1.2rem 1.35rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.03) inset,
    0 14px 26px rgba(0, 0, 0, 0.08);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkout-form input::placeholder {
  color: rgba(245, 237, 227, 0.68);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkout-form input:focus {
  background: rgba(255, 249, 243, 0.03);
  border-color: rgba(225, 142, 83, 0.58);
  box-shadow:
    0 0 0 3px rgba(212, 108, 53, 0.1),
    0 14px 26px rgba(0, 0, 0, 0.08);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkbox-row {
  margin-top: 0.25rem;
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkbox-row input {
  width: 2rem;
  height: 2rem;
  border-radius: 0.45rem;
  border: 1px solid rgba(245, 237, 227, 0.7);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 0;
  flex: none;
  position: relative;
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkbox-row input:checked {
  background: rgba(212, 108, 53, 0.2);
  border-color: rgba(245, 237, 227, 0.9);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .checkbox-row input:checked::after {
  content: "";
  position: absolute;
  left: 0.63rem;
  top: 0.28rem;
  width: 0.42rem;
  height: 0.9rem;
  border-right: 2px solid #fff9f3;
  border-bottom: 2px solid #fff9f3;
  transform: rotate(45deg);
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .wizard-actions {
  margin-top: 1.9rem;
}

.checkout-page .checkout-wizard .wizard-step[data-step="details"] .button-primary {
  border-radius: 1rem;
  min-height: 6rem;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  background: linear-gradient(180deg, #ee7f35 0%, #de6a28 100%);
  box-shadow:
    0 18px 38px rgba(212, 108, 53, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.16) inset;
}

.checkbox-row input {
  accent-color: #ff6d2e;
}

.calendar-arrow {
  border-color: rgba(239, 229, 216, 0.1);
  background: rgba(245, 237, 227, 0.04);
  color: #f5ede3;
}

.calendar-arrow:hover:not(:disabled) {
  background: rgba(245, 237, 227, 0.08);
  border-color: rgba(245, 237, 227, 0.18);
}

.calendar-legend {
  gap: 1.25rem;
  margin: 1.3rem 0 1.15rem;
  font-size: 1.02rem;
  color: #f6ede0;
}

.calendar-legend span {
  color: #f6ede0;
  font-weight: 500;
}

.booking-sync {
  font-size: 0.9rem;
  color: rgba(246, 237, 224, 0.8);
}

.calendar-month {
  font-size: 1.35rem;
}

.calendar-range {
  font-size: 0.96rem;
  color: rgba(246, 237, 224, 0.8);
}

.calendar-date {
  font-size: 0.88rem;
  color: rgba(246, 237, 224, 0.7);
}

.selected-slot {
  font-size: 1rem;
  color: #f6ede0;
}

.calendar-loading {
  display: grid;
  place-items: center;
  min-height: 14rem;
  border-radius: 1.2rem;
  border: 1px dashed rgba(239, 229, 216, 0.1);
  color: rgba(245, 237, 227, 0.66);
  background: rgba(245, 237, 227, 0.025);
}

.calendar-loading-error {
  color: #f2c9c9;
}

.dot-available {
  background: #34c06a;
}

.dot-booked {
  background: #e45b5b;
}

.dot-selected {
  background: #f0dfc8;
}

.wizard-step[data-step="booking"] .calendar-day {
  background:
    linear-gradient(180deg, rgba(12, 11, 10, 0.52) 0%, rgba(24, 20, 17, 0.72) 100%);
  border-color: rgba(239, 229, 216, 0.08);
}

.wizard-step[data-step="booking"] .calendar-day h4 {
  color: #fff5eb;
}

.wizard-step[data-step="booking"] .calendar-date {
  color: rgba(245, 237, 227, 0.54);
}

.slot.is-available {
  color: #dfffe9;
  border-color: rgba(52, 192, 106, 0.44);
  background: rgba(52, 192, 106, 0.18);
}

.slot.is-available:hover {
  background: rgba(52, 192, 106, 0.26);
}

.slot.is-booked {
  color: #ffd7d7;
  border-color: rgba(228, 91, 91, 0.44);
  background: rgba(228, 91, 91, 0.18);
}

.slot.is-selected {
  color: #171310;
  border-color: rgba(240, 223, 200, 0.9);
  background: linear-gradient(145deg, #f7ecdf, #dcc1a3);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.checkout-pay,
.checkout-wizard .button-primary {
  background: linear-gradient(145deg, #d46c35, #ff6d2e);
  color: #fff9f3;
  box-shadow: 0 16px 36px rgba(255, 109, 46, 0.22);
}

.checkout-wizard .button-primary:hover {
  background: linear-gradient(145deg, #c45f2e, #ad4c1e);
}

.checkout-wizard .button-secondary {
  background: rgba(245, 237, 227, 0.05);
  border-color: rgba(239, 229, 216, 0.1);
  color: #f5ede3;
}

.confirmation-panel .confirm-check {
  background: rgba(52, 192, 106, 0.14);
  border-color: rgba(52, 192, 106, 0.28);
}

.confirmation-panel .confirm-check::after {
  border-right-color: #34c06a;
  border-bottom-color: #34c06a;
}

@media (max-width: 860px) {
  .checkout-header {
    width: min(1180px, calc(100vw - 1.2rem));
    margin-top: 0.55rem;
    padding: 0.75rem 0.85rem;
    border-radius: 22px;
  }

  .checkout-header::before {
    border-radius: 22px;
  }

  .checkout-header .brand-logo {
    width: clamp(6.8rem, 24vw, 8.4rem);
  }

  .checkout-header .brand-wordmark-main {
    font-size: clamp(1.48rem, 6vw, 1.95rem);
  }

  .checkout-header .brand-wordmark-sub {
    font-size: clamp(0.54rem, 2.2vw, 0.68rem);
    letter-spacing: 0.48em;
  }
}

/* ─── SESSION TOGGLE ─────────────────────────────── */
.session-toggle {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0 1.2rem;
}

.session-btn {
  flex: 1;
  padding: 0.6rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 4px;
  border: 1.5px solid rgba(255, 109, 46, 0.3);
  background: transparent;
  color: rgba(240, 232, 220, 0.55);
  cursor: pointer;
  transition: all 180ms ease;
  font-family: inherit;
}

.session-btn:hover {
  border-color: #ff6d2e;
  color: rgba(240, 232, 220, 0.85);
}

.session-btn--active {
  background: #ff6d2e;
  border-color: #ff6d2e;
  color: #fff9f3;
}

/* ─── COMPARISON SLIDER ──────────────────────────── */
.cs-wrap {
  max-width: 520px;
  margin: 3rem auto 0;
}

.comparison-slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3 / 4;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: none;
  box-shadow: 0 8px 40px rgba(42, 31, 21, 0.18);
}

/* After — base layer, fills container */
.cs-after,
.cs-before {
  position: absolute;
  inset: 0;
}

.cs-after img,
.cs-before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  pointer-events: none;
}

/* Before — clip-path reveals left portion; JS updates the right % value */
.cs-before {
  clip-path: inset(0 50% 0 0);
}

/* Labels */
.cs-label {
  position: absolute;
  top: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 3px;
  pointer-events: none;
}
.cs-label-before {
  left: 1rem;
  background: rgba(42, 31, 21, 0.72);
  color: #f0e8dc;
}
.cs-label-after {
  right: 1rem;
  background: rgba(255, 109, 46, 0.85);
  color: #fff9f3;
}

/* Handle */
.cs-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%; /* JS updates this */
  transform: translateX(-50%);
  width: 2px;
  background: rgba(255, 249, 243, 0.9);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-handle-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff9f3, #f5ede3);
  color: #ff6d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.32), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  flex-shrink: 0;
  border: 1.5px solid rgba(255, 109, 46, 0.18);
}

/* Caption */
.cs-wrap .transformation-caption {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 1.4rem;
  text-align: center;
}
.cs-wrap .transformation-caption strong {
  color: #f5ede3;
  font-size: 1rem;
  font-weight: 600;
}
.cs-wrap .transformation-caption span {
  color: rgba(240, 232, 220, 0.58);
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .cs-wrap {
    max-width: 100%;
  }
}

/* ═══════════════════════════════════════════════════════
   DARK-THEME SPECIFICITY OVERRIDES
   styles.css ships `.home-page .X` rules (0,2,x) that ship a
   light-theme colour and out-rank the generic dark rules above.
   These matching-specificity rules load later and win by cascade.
   ═══════════════════════════════════════════════════════ */

/* Generic section headings/leads (About, Results, Social) → light */
.home-page .section-heading h2 {
  color: #f5ede3;
}
.home-page .section-lead {
  color: rgba(240, 232, 220, 0.6);
}

/* Social cards: dark translucent surface (beats cream bg from styles.css) */
.home-page .social-card {
  border-color: rgba(255, 109, 46, 0.14);
  background: rgba(255, 249, 243, 0.04);
  box-shadow: none;
}
.home-page .social-card:hover {
  background: rgba(255, 249, 243, 0.06);
  border-color: rgba(255, 109, 46, 0.32);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.4);
}
.home-page .social-card span {
  color: rgba(240, 232, 220, 0.55);
}

/* Comparison slider shadow reads better on black */
.comparison-slider {
  box-shadow: 0 8px 44px rgba(0, 0, 0, 0.55);
}

/* ═══════════════════════════════════════════════════════════════
   ✦ WORLD-CLASS ELEVATION LAYER ✦
   Unified dark black + orange design system. Bold & energetic
   (Gymshark / Nike / Alphalete territory). Loads last so it wins
   the cascade — every override is intentional and depth-forward.
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* Base blacks — warm, rich, layered for rhythm */
  --mrf-black:      #0a0705;
  --mrf-panel:      #0e0906;   /* deepest recessed panels   */
  --mrf-charcoal:   #130d08;   /* elevated section surface  */
  --mrf-card:       #16100b;   /* card base under sheen     */

  /* Orange — vivid + energetic, with gradient stops */
  --mrf-orange:      #ff6a1a;
  --mrf-orange-lt:   #ff9a4d;
  --mrf-orange-br:   #ff8f43;
  --mrf-orange-dp:   #e5510a;
  --mrf-grad:        linear-gradient(180deg, #ff9a4d 0%, #ff6a1a 52%, #ef5a12 100%);
  --mrf-grad-soft:   linear-gradient(158deg, rgba(255,255,255,0.06), rgba(255,255,255,0.015));
  --mrf-glow:        rgba(255,106,26,0.42);

  /* Ink */
  --mrf-white:  #ffffff;
  --mrf-ink:    #f5efe6;
  --mrf-muted:  rgba(245,239,230,0.62);
  --mrf-section-base:  #100d0b;
  --mrf-section-dark:  #15110e;
  --mrf-section-panel: #1c1713;
  --mrf-section-cream: #f3eadf;
  --mrf-section-orange:#f07a2b;

  /* Elevation shadows tuned for black backgrounds */
  --mrf-elev:   0 1px 0 rgba(255,255,255,0.05) inset, 0 24px 54px -22px rgba(0,0,0,0.75);
  --mrf-elev-h: 0 1px 0 rgba(255,255,255,0.09) inset,
                0 0 0 1px rgba(255,106,26,0.22),
                0 34px 66px -24px rgba(0,0,0,0.82),
                0 20px 54px -22px var(--mrf-glow);
  --mrf-r:      16px;
}

/* ── Body + shell: clean solid canvas like BTPT ── */
body.home-page,
body.home-page .page-shell {
  background: var(--mrf-section-base);
}

/* ── Section rhythm: clean solid premium surfaces ── */
.home-page .about-credibility,
.home-page .social-section,
.home-page .client-transformations,
.home-page .results-editorial {
  background: var(--mrf-section-dark);
}
.home-page .packages-editorial {
  background: var(--mrf-section-panel);
}
.home-page .testimonials-editorial {
  background: var(--mrf-section-panel);
}
.home-page .story-profile {
  background: var(--mrf-section-dark);
}

.home-page .story-profile-shell {
  width: min(84rem, calc(100vw - 3rem));
  justify-content: center;
}

/* ── UNIFIED CARD SYSTEM — real depth, sheen + elevation ── */
.home-page .stat-card,
.home-page .credibility-card,
.home-page .packages-editorial .price-card,
.home-page .quote-card,
.home-page .social-card,
.home-page .story-profile-meta div {
  background: var(--mrf-grad-soft), var(--mrf-card);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--mrf-r);
  box-shadow: var(--mrf-elev);
  transition:
    transform 260ms cubic-bezier(0.22,0.61,0.36,1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}
.home-page .stat-card:hover,
.home-page .credibility-card:hover,
.home-page .packages-editorial .price-card:hover,
.home-page .quote-card:hover,
.home-page .social-card:hover,
.home-page .story-profile-meta div:hover {
  border-color: rgba(255,106,26,0.5);
  box-shadow: var(--mrf-elev-h);
  transform: translateY(-4px);
}
/* Credibility keeps its signature orange top-rule, now brighter */
.home-page .credibility-card {
  border-top: 3px solid var(--mrf-orange);
}

/* Big numbers + prices → luminous gradient ink */
.home-page .stat-card strong,
.home-page .packages-editorial .price-amount {
  background: linear-gradient(180deg, var(--mrf-orange-lt), var(--mrf-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--mrf-orange);
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Featured plan — commanding orange presence + halo */
.home-page .packages-editorial .price-card.featured {
  background:
    linear-gradient(158deg, rgba(255,106,26,0.1), rgba(255,106,26,0.02)),
    #180f08;
  border-color: rgba(255,106,26,0.3);
  box-shadow:
    0 0 0 1px rgba(255,106,26,0.14),
    0 24px 52px -28px rgba(255,106,26,0.18),
    0 22px 48px -30px rgba(0,0,0,0.82);
}
.home-page .packages-editorial .price-card.featured:hover {
  border-color: rgba(255,106,26,0.42);
  box-shadow:
    0 0 0 1px rgba(255,106,26,0.18),
    0 28px 58px -28px rgba(255,106,26,0.22),
    0 22px 48px -30px rgba(0,0,0,0.84);
}
.home-page .packages-editorial .price-badge {
  background: var(--mrf-grad);
  box-shadow: 0 4px 12px -8px rgba(255,106,26,0.22);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
}

/* ── PRIMARY BUTTONS — gradient fill, glow, lift ── */
.home-page .button-primary,
.home-page .packages-editorial .button-primary,
.home-page .button-hero:not(.button-hero-ghost),
.home-page .header-cta {
  background: var(--mrf-grad);
  color: #1a0d05 !important;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow:
    0 12px 28px -10px var(--mrf-glow),
    0 1px 0 rgba(255,255,255,0.28) inset;
  transition: transform 200ms ease, box-shadow 220ms ease, filter 200ms ease;
}
.home-page .button-primary:hover,
.home-page .packages-editorial .button-primary:hover,
.home-page .button-hero:not(.button-hero-ghost):hover,
.home-page .header-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow:
    0 18px 40px -10px rgba(255,106,26,0.6),
    0 1px 0 rgba(255,255,255,0.34) inset;
}
/* Header CTA stays pill-shaped */
.home-page .header-cta { border-radius: 999px; }

/* Ghost / secondary buttons — crisp outline that lights up */
.home-page .button-hero-ghost,
.home-page .button-secondary,
.home-page .packages-editorial .button-secondary {
  border-radius: 12px;
  border-width: 1.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease, transform 200ms ease;
}
.home-page .button-hero-ghost:hover,
.home-page .button-secondary:hover,
.home-page .packages-editorial .button-secondary:hover {
  transform: translateY(-2px);
}

/* ── HEADER: unify orange tokens + refined app links ── */
.home-page .brand-wordmark-max { color: var(--mrf-orange); }
.home-page .nav-app-link { color: var(--mrf-orange) !important; }
.home-page .header-app-btn {
  border: 1px solid rgba(255,106,26,0.42);
  color: var(--mrf-orange);
  border-radius: 999px;
  padding: 0.95rem 1.35rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.home-page .header-app-btn:hover {
  background: rgba(255,106,26,0.1);
  border-color: var(--mrf-orange);
}

/* Nav links — animated underline reveal */
.home-page .site-nav a:not(.nav-app-link) { position: relative; }
.home-page .site-nav a:not(.nav-app-link)::after {
  content: "";
  position: absolute;
  left: 1rem; right: 1rem;
  bottom: 0.42rem;
  height: 2px;
  border-radius: 2px;
  background: var(--mrf-orange);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 240ms cubic-bezier(0.22,0.61,0.36,1);
}
.home-page .site-nav a:not(.nav-app-link):hover::after,
.home-page .site-nav a:not(.nav-app-link).is-active::after {
  transform: scaleX(1);
}
.home-page .site-nav a:not(.nav-app-link).is-active { background: transparent; }

/* ── EYEBROW — brighter, with a leading accent tick ── */
.home-page .eyebrow {
  color: var(--mrf-orange);
  letter-spacing: 0.28em;
}

/* ── STAT / SECTION HEADINGS — crisp white, tight display ── */
.home-page .section-heading h2,
.home-page .story-profile-intro h2 {
  color: var(--mrf-white);
}

/* ── MAILING LIST — premium orange energy block ── */
.home-page .signup-section {
  background: var(--mrf-section-orange);
  box-shadow: none;
}
.home-page .signup-panel h2 { color: #1a0d05; }
.home-page .signup-panel p  { color: rgba(26,13,5,0.74); }
.home-page .signup-section .eyebrow { color: rgba(26,13,5,0.6); }
.home-page .lead-form label span { color: rgba(26,13,5,0.7); }
.home-page .lead-form input {
  background: rgba(26,13,5,0.12);
  border: 1.5px solid rgba(26,13,5,0.28) !important;
  color: #1a0d05;
  border-radius: 10px;
}
.home-page .lead-form input::placeholder { color: rgba(26,13,5,0.5); }
.home-page .lead-form .button-primary {
  background: linear-gradient(180deg, #1c130c, #0c0805);
  color: #ffffff !important;
  border-radius: 10px;
  box-shadow: 0 12px 26px -10px rgba(0,0,0,0.55), 0 1px 0 rgba(255,255,255,0.08) inset;
}
.home-page .lead-form .button-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

/* ── FOOTER — deep, refined ── */
.home-page .site-footer {
  background: var(--mrf-section-panel) !important;
  border-top: 1px solid rgba(255,106,26,0.16);
}

/* ── SESSION TOGGLE — pill segmented control ── */
.session-toggle {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 999px;
  padding: 0.28rem;
  gap: 0.28rem;
}
.session-btn {
  border: none !important;
  border-radius: 999px;
  background: transparent;
}
.session-btn:hover { background: rgba(255,106,26,0.1); }
.session-btn--active {
  background: var(--mrf-grad) !important;
  color: #1a0d05 !important;
  box-shadow: 0 6px 16px -6px var(--mrf-glow);
}

/* ── COMPARISON SLIDER — softer premium radii ── */
.comparison-slider { border-radius: 16px; }
.cs-label { border-radius: 999px; }
.cs-label-after { background: var(--mrf-grad); color: #1a0d05; }

/* ── FORM INPUTS (global, dark sections) — tidy radius ── */
.home-page input,
.home-page textarea { border-radius: 10px; }

/* ── STORY PORTRAIT — warmer frame glow ── */
.home-page .story-profile-media {
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: none;
}
.home-page .story-profile-media img { filter: grayscale(0.35) contrast(1.06); }

/* ── HERO — striking headline with orange punchline ── */
.home-page .hero-airy-content h1 {
  color: #ffffff;
  letter-spacing: -0.035em;
  text-shadow: 0 4px 60px rgba(0,0,0,0.55);
}
.home-page .hero-airy-content h1 span:last-child {
  background: linear-gradient(180deg, #ff9a4d 0%, #ff6a1a 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff6a1a;
  filter: drop-shadow(0 6px 30px rgba(255,106,26,0.45));
}
.home-page .hero-airy-kicker {
  color: rgba(255,255,255,0.86);
  letter-spacing: 0.32em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.72rem;
}
/* Deepen the bottom shade so type reads crisply over the photo */
.home-page .hero-airy-shade {
  background:
    linear-gradient(90deg,
      rgba(10,7,5,0.5) 0%, rgba(10,7,5,0.06) 34%,
      rgba(10,7,5,0.06) 66%, rgba(10,7,5,0.5) 100%),
    linear-gradient(180deg,
      rgba(10,7,5,0.12) 0%, rgba(10,7,5,0.22) 48%, rgba(10,7,5,0.82) 100%);
}
/* Blend the hero into the black body below (no hard seam) */
.home-page .hero-airy::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, var(--mrf-black));
  pointer-events: none;
  z-index: 1;
}
.home-page .hero-airy-content { position: relative; z-index: 2; }

/* ── DESKTOP NAV — keep all links on one crisp line ── */
@media (min-width: 861px) {
  .home-page .site-nav {
    flex-wrap: nowrap;
    gap: 0.05rem;
  }
  .home-page .site-nav a {
    padding: 0.7rem 0.62rem;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .home-page .site-nav a:not(.nav-app-link)::after {
    left: 0.62rem;
    right: 0.62rem;
  }
}
