/* ============================================================
   Homepage + page-specific styling
   ============================================================ */

/* ── Hero ───────────────────────────────────────────────────── */
.cfh-hero {
  background: var(--bg-dark);
  color: var(--ink-on-dark);
  padding: var(--sp-7) 0 var(--sp-6);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.cfh-hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover; background-position: center 35%;
}
.cfh-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 75% at 82% 40%, rgba(127,226,107,0.14) 0%, transparent 55%),
    linear-gradient(96deg, rgba(14,15,14,0.96) 0%, rgba(14,15,14,0.88) 42%, rgba(14,15,14,0.55) 72%, rgba(14,15,14,0.4) 100%);
}
.cfh-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 640px);
  gap: var(--sp-3);
  align-items: center;
  position: relative;
  min-height: 600px;
}
.cfh-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-green);
  border: 1px solid rgba(127,226,107,0.4); border-radius: var(--radius-pill);
  padding: 0.4rem 0.95rem; margin-bottom: var(--sp-3);
}
.cfh-hero__eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-green); }
.cfh-hero__copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin-bottom: var(--sp-2);
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.cfh-hero__accent { color: var(--accent-green); }
.cfh-hero__lede {
  font-size: var(--fs-xl); line-height: 1.45; color: rgba(245,245,240,0.9);
  margin-bottom: var(--sp-3); max-width: 46ch;
}

.cfh-hero__badges { display: flex; gap: var(--sp-3); margin-top: var(--sp-3); flex-wrap: wrap; }
.cfh-badge { display: flex; align-items: center; gap: var(--sp-1); }
.cfh-badge__icon {
  width: 40px; height: 40px;
  border-radius: 50%; border: 1.5px solid var(--accent-green); color: var(--accent-green);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.cfh-badge__text { display: flex; flex-direction: column; line-height: 1.15; font-size: var(--fs-xs); }
.cfh-badge__text strong { font-size: var(--fs-base); font-weight: 700; font-family: var(--font-display); color: var(--ink-on-dark); }
.cfh-badge__text small  { color: rgba(245,245,240,0.6); font-size: var(--fs-xs); }

.cfh-hero__media { position: relative; height: 100%; min-height: 460px; }
.cfh-hero__media-placeholder {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at center, rgba(127,226,107,0.10) 0%, transparent 60%),
    linear-gradient(135deg, #1a1b1a 0%, #0e0f0e 50%, #1a1b1a 100%);
  border-radius: var(--radius-md);
}
.cfh-hero__media-placeholder::after {
  content: "Athlete photo"; position: absolute; bottom: 12px; right: 14px;
  font-family: var(--font-display); font-size: var(--fs-xs);
  color: rgba(245,245,240,0.25); letter-spacing: 0.15em; text-transform: uppercase;
}

.cfh-hero__form {
  position: absolute;
  z-index: 20;
  top: 50%; right: 0; transform: translateY(-50%);
  width: 370px; max-width: 100%;
  background: rgba(26,27,26,0.86);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(127,226,107,0.4);
  border-radius: var(--radius-md);
  padding: var(--sp-3);
  box-shadow: 0 0 34px rgba(127,226,107,0.3), 0 24px 70px rgba(0,0,0,0.6);
}
/* Green glow on the club/service page form cards too */
.cfh-card--dark:has(.cfh-lead-form) {
  border: 1px solid rgba(127,226,107,0.4);
  box-shadow: 0 0 30px rgba(127,226,107,0.26), 0 20px 60px rgba(0,0,0,0.5);
}
.cfh-hero__form h3 {
  font-size: var(--fs-lg); text-align: center;
  margin-bottom: var(--sp-2);
}

/* Hero choice toggle: $49 Blueprint form vs. discovery-call calendar */
.cfh-hero__choice {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem;
  background: rgba(255,255,255,0.06);
  padding: 0.3rem; border-radius: var(--radius-sm);
  margin-bottom: var(--sp-2);
}
.cfh-choice-btn {
  padding: 0.6rem 0.4rem; border: 0;
  border-radius: calc(var(--radius-sm) - 2px);
  background: transparent; color: rgba(255,255,255,0.82);
  font-family: var(--font-ui, inherit); font-size: var(--fs-sm); font-weight: 600;
  cursor: pointer; transition: background .15s ease, color .15s ease;
}
.cfh-choice-btn:hover { color: #fff; }
.cfh-choice-btn.is-active { background: #7FE26B; color: #0e0f0e; }
.cfh-choice-pane.is-hidden { display: none; }
.cfh-form-chooser { width: 100%; }
.cfh-form__offer {
  font-size: var(--fs-sm); text-align: center; line-height: 1.45;
  color: rgba(255,255,255,0.85); margin-bottom: var(--sp-2);
}
.cfh-form__offer strong { color: var(--accent-green, #7FE26B); }
/* HIPAA notice under the lead forms. Fine print: present but not competing
   with the confirmation note above it. Dark-surface default; light-card
   override lives with the rest of the light-surface rules below. */
.cfh-form__note--hipaa {
  font-size: var(--fs-xs); line-height: 1.55; text-align: center;
  color: rgba(255,255,255,0.55); margin-top: var(--sp-1);
}
.cfh-booking-loc {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.3rem;
  margin-bottom: var(--sp-2);
}
.cfh-bloc-btn {
  padding: 0.5rem 0.3rem; border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--radius-sm); background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82); font-family: var(--font-ui, inherit);
  font-size: 0.78rem; font-weight: 600; cursor: pointer; line-height: 1.2;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.cfh-bloc-btn:hover { color: #fff; border-color: rgba(127,226,107,0.5); }
.cfh-bloc-btn.is-active { background: #7FE26B; color: #0e0f0e; border-color: #7FE26B; }
.cfh-hero__booking {
  border-radius: var(--radius-sm); overflow: hidden; background: #fff;
}
.cfh-hero__booking iframe { display: block; width: 100%; }
.cfh-booking-prompt {
  text-align: center; color: rgba(255,255,255,0.7);
  font-size: var(--fs-sm); padding: var(--sp-2) 0 0; margin: 0;
}
.cfh-hero__booking.is-hidden,
.cfh-booking-prompt.is-hidden { display: none; }

/* Discovery-call booking modal */
body.cfh-modal-open { overflow: hidden; }
.cfh-cal-modal { position: fixed; inset: 0; z-index: 10002; display: none; }
.cfh-cal-modal.is-open { display: block; }
.cfh-cal-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.72); }
.cfh-cal-modal__card {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: calc(100% - 2rem); max-width: 560px; max-height: 92vh;
  background: #fff; border-radius: var(--radius-md);
  box-shadow: 0 30px 90px rgba(0,0,0,0.5);
  display: flex; flex-direction: column; overflow: hidden;
}
.cfh-cal-modal__head {
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-2);
  padding: 0.7rem 1rem; border-bottom: 1px solid var(--border-light, rgba(0,0,0,0.1));
  font-family: var(--font-display, inherit); font-weight: 700; color: #111; font-size: var(--fs-sm);
}
.cfh-cal-modal__close {
  flex: 0 0 auto; width: 34px; height: 34px; border: 0; border-radius: 50%;
  background: rgba(0,0,0,0.06); color: #111; font-size: 22px; line-height: 1; cursor: pointer;
}
.cfh-cal-modal__close:hover { background: rgba(0,0,0,0.12); }
.cfh-cal-modal__body { position: relative; flex: 1 1 auto; display: flex; background: #fff; }
/* Fallback note sits behind the calendar; the loaded iframe covers it, so it
   only shows through if the calendar fails to load. */
.cfh-cal-modal__fallback {
  position: absolute; inset: 0; margin: 0;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: var(--sp-4); color: #555; font-size: var(--fs-sm); line-height: 1.5;
}
.cfh-cal-modal iframe {
  position: relative; z-index: 1;
  flex: 1 1 auto; width: 100%; min-height: 60vh; border: 0; display: block;
}

.cfh-form--hero input,
.cfh-form--hero select,
.cfh-form--hero textarea {
  display: block; width: 100%;
  padding: 0.7rem 0.85rem;
  background: var(--surface-light); color: var(--ink);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: var(--fs-sm);
  margin-bottom: 0.6rem;
}
.cfh-form--hero textarea { resize: vertical; min-height: 60px; }
.cfh-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; }
.cfh-form__row input,
.cfh-form__row select { margin-bottom: 0.6rem; }
.cfh-btn--block { width: 100%; }

@media (max-width: 1080px) {
  .cfh-hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .cfh-hero__form { position: static; transform: none; width: 100%; max-width: 420px; margin-top: var(--sp-4); }
  .cfh-hero__bg::after {
    background:
      radial-gradient(ellipse 80% 50% at 50% 20%, rgba(127,226,107,0.12) 0%, transparent 55%),
      linear-gradient(180deg, rgba(14,15,14,0.82) 0%, rgba(14,15,14,0.9) 100%);
  }
}

/* ── Press strip ────────────────────────────────────────────── */
.cfh-press { background: var(--surface-light); padding: var(--sp-3) 0; border-bottom: 1px solid var(--border-light); }
.cfh-press__inner { display: flex; align-items: center; gap: var(--sp-5); justify-content: space-between; flex-wrap: wrap; }
.cfh-press__label {
  font-family: var(--font-display); font-size: var(--fs-xs);
  letter-spacing: 0.2em; color: var(--ink-muted); font-weight: 600;
}
.cfh-press__logos { display: flex; align-items: center; gap: var(--sp-5); flex-wrap: wrap; }
.cfh-press__logo {
  color: var(--ink-muted); font-family: var(--font-display);
  font-weight: 700; letter-spacing: 0.05em; font-size: var(--fs-base);
  opacity: 0.7;
}
.cfh-press__logo--serif { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-style: italic; font-size: var(--fs-xl); }

/* ── Services section ───────────────────────────────────────── */
.cfh-services { background: var(--surface-cream); }
.cfh-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-2);
}
.cfh-service-tile {
  position: relative;
  background: var(--surface-light);
  border-radius: var(--radius-md);
  padding: var(--sp-3);

/* === DANGEROUS MALE EDGE COMMERCIAL SECTION (Libertyville) === */
.cfh-commercial { padding: var(--sp-7) 0; background: linear-gradient(180deg, #0E0F0E 0%, #1A1B1A 100%); }
.cfh-commercial__header { text-align: center; max-width: 720px; margin: 0 auto var(--sp-6); }
.cfh-commercial__header h2 { font-size: var(--fs-4xl); line-height: 1.05; margin-bottom: var(--sp-2); }
.cfh-commercial__sub { font-size: var(--fs-lg); color: var(--ink-muted); }
.cfh-commercial__video { position: relative; max-width: 960px; margin: 0 auto var(--sp-5); border-radius: var(--radius-md); overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }
.cfh-commercial__poster { aspect-ratio: 16 / 9; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; }
.cfh-commercial__poster::after { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)); }
.cfh-commercial__play { width: 78px; height: 78px; background: var(--accent-green); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 2; transition: transform .2s ease; }
.cfh-commercial__play svg { width: 32px; height: 32px; margin-left: 4px; color: #0E0F0E; }
.cfh-commercial__poster:hover .cfh-commercial__play { transform: scale(1.1); }
.cfh-commercial__overlay-text { position: absolute; bottom: var(--sp-3); right: var(--sp-3); background: rgba(14,15,14,0.85); padding: 4px 12px; border-radius: var(--radius-sm); font-size: var(--fs-xs); letter-spacing: 1px; z-index: 2; color: var(--accent-green); }
.cfh-commercial__note { text-align: center; font-size: var(--fs-sm); color: var(--ink-muted); margin-top: var(--sp-2); }
.cfh-commercial__script { max-width: 820px; margin: 0 auto var(--sp-6); background: var(--bg-elevated); padding: var(--sp-4); border-radius: var(--radius-md); border: 1px solid var(--border-dark); }
.cfh-commercial__script h3 { margin-bottom: var(--sp-3); color: var(--accent-green); font-size: var(--fs-xl); }
.cfh-script-block p { margin-bottom: var(--sp-3); line-height: 1.5; }
.cfh-script-block strong { color: var(--accent-green); display: block; margin-bottom: 4px; font-size: var(--fs-sm); letter-spacing: 0.5px; }
.cfh-cta-banner--danger { background: #111; border-top: 4px solid var(--accent-green); margin-top: var(--sp-5); }
.cfh-cta-banner--danger h3 { color: var(--accent-green); font-size: var(--fs-3xl); }
  border: 1px solid var(--border-light);
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  display: flex; flex-direction: column;
  min-height: 180px;
}
.cfh-service-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  border-color: var(--accent-green);
  text-decoration: none;
}
.cfh-service-tile__icon {
  width: 40px; height: 40px;
  color: var(--accent-green);
  display: inline-flex; margin-bottom: var(--sp-2);
}
.cfh-service-tile__icon svg { width: 100%; height: 100%; }
.cfh-service-tile h4 {
  font-size: var(--fs-base); font-weight: 700;
  margin-bottom: var(--sp-1);
}
.cfh-service-tile p {
  font-size: var(--fs-xs); color: var(--ink-muted);
  line-height: 1.45; margin: 0;
}
.cfh-service-tile__more {
  position: absolute; right: 12px; bottom: 12px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent-green); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: var(--fs-base);
  line-height: 1;
}

@media (max-width: 1100px) { .cfh-services-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px)  { .cfh-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .cfh-services-grid { grid-template-columns: 1fr; } }

/* ── Services archive: category groups ──────────────────────── */
.cfh-svc-cat { margin-bottom: var(--sp-5); }
.cfh-svc-cat:last-child { margin-bottom: 0; }
.cfh-svc-cat__head {
  display: flex; align-items: center; gap: var(--sp-1);
  margin-bottom: var(--sp-2);
  padding-bottom: var(--sp-1);
  border-bottom: 1px solid var(--border-light);
}
.cfh-svc-cat__icon { width: 28px; height: 28px; color: var(--accent-green); display: inline-flex; flex-shrink: 0; }
.cfh-svc-cat__icon svg { width: 100%; height: 100%; }
.cfh-svc-cat__head h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: var(--fs-xl); letter-spacing: -0.01em; margin: 0;
}

/* ── Locations section ──────────────────────────────────────── */
.cfh-locations { background: var(--bg-dark); }
.cfh-locations-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--sp-2);
}
@media (max-width: 1100px) { .cfh-locations-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .cfh-locations-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .cfh-locations-grid { grid-template-columns: 1fr; } }

.cfh-location-card {
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex; flex-direction: column;
}
.cfh-location-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.cfh-location-card__media img { width: 100%; height: 100%; object-fit: cover; }
.cfh-location-card__media-placeholder {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(127,226,107,0.18) 0%, rgba(14,15,14,0.6) 100%),
    linear-gradient(135deg, #2a3a30, #0e0f0e);
}
.cfh-location-card__body {
  padding: var(--sp-2);
  display: flex; flex-direction: column; gap: var(--sp-1);
  color: var(--ink-on-dark);
  flex: 1;
}
.cfh-location-card__body h4 {
  font-size: var(--fs-base); margin: 0;
  font-family: var(--font-display); font-weight: 700; letter-spacing: 0.02em;
  line-height: 1.15;
}
.cfh-location-card__body h4 span {
  display: block; font-weight: 500; font-size: var(--fs-xs);
  color: rgba(245,245,240,0.6); letter-spacing: 0.05em;
}
.cfh-location-card__body address {
  font-style: normal; font-size: var(--fs-xs); color: rgba(245,245,240,0.7);
  line-height: 1.45;
}
.cfh-location-card__cta {
  margin-top: auto; padding-top: var(--sp-1);
  color: var(--accent-green); font-weight: 600; font-size: var(--fs-sm);
  text-decoration: underline; text-underline-offset: 3px;
}
.cfh-location-card__cta:hover { color: var(--accent-green-hover); }

/* ── Mission section ───────────────────────────────────────── */
.cfh-mission { background: var(--surface-light); }
.cfh-features-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
}
@media (max-width: 900px) { .cfh-features-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .cfh-features-row { grid-template-columns: 1fr; } }
.cfh-feature { text-align: center; }
.cfh-feature__icon {
  width: 48px; height: 48px;
  color: var(--ink); margin: 0 auto var(--sp-2);
  display: inline-flex; align-items: center; justify-content: center;
}
.cfh-feature__icon svg { width: 100%; height: 100%; }
.cfh-feature h4 { font-size: var(--fs-base); margin-bottom: var(--sp-1); font-weight: 700; }
.cfh-feature p { font-size: var(--fs-sm); color: var(--ink-muted); margin: 0; }

/* ── Testimonials section ─────────────────────────────────── */
.cfh-testimonials { background: var(--bg-dark); }
.cfh-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-2);
}
@media (max-width: 1100px) { .cfh-testimonials-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .cfh-testimonials-grid { grid-template-columns: 1fr; } }

.cfh-testimonial {
  background: var(--surface-light);
  color: var(--ink);
  border-radius: var(--radius-md);
  padding: var(--sp-2);
  margin: 0;
  display: flex; flex-direction: column; gap: var(--sp-1);
}
.cfh-testimonial__head { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: var(--sp-1); }
.cfh-testimonial__avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, #c7c7b8, #8a8a78);
}
.cfh-testimonial__head strong { display: block; font-family: var(--font-display); font-size: var(--fs-sm); }
.cfh-testimonial__stars { color: #f4c542; font-size: var(--fs-sm); letter-spacing: 0.05em; }
.cfh-testimonial__source {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--surface-light); border: 1px solid var(--border-light);
  font-family: Georgia, serif; font-weight: 700; font-size: var(--fs-xs); color: #4285f4;
}
.cfh-testimonial p { font-size: var(--fs-sm); color: var(--ink); margin: 0; font-style: italic; line-height: 1.5; }

.cfh-testimonials-pager { display: flex; gap: 6px; justify-content: center; margin-top: var(--sp-3); }
.cfh-testimonials-pager span { width: 24px; height: 4px; border-radius: 2px; background: rgba(245,245,240,0.25); }
.cfh-testimonials-pager span.is-active { background: var(--accent-green); }

/* ── CTA banner ─────────────────────────────────────────────── */
.cfh-cta-banner { background: #B7EFA0; padding: var(--sp-4) 0; }
.cfh-cta-banner__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--sp-3);
}
.cfh-cta-banner__icon {
  width: 56px; height: 56px; color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
}
.cfh-cta-banner__icon svg { width: 100%; height: 100%; }
.cfh-cta-banner__copy h3 { font-size: var(--fs-xl); margin: 0 0 0.2rem; font-weight: 700; }
.cfh-cta-banner__copy p { font-size: var(--fs-sm); margin: 0; color: var(--ink-muted); }
.cfh-btn--dark { background: var(--ink); color: var(--ink-on-dark); }
.cfh-btn--dark:hover { background: #2a2b2a; }

@media (max-width: 700px) {
  .cfh-cta-banner__inner { grid-template-columns: 1fr; text-align: center; }
  .cfh-cta-banner__icon { margin: 0 auto; }
}

/* ── Homepage hero image ───────────────────────────────────── */
.cfh-hero__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
  filter: saturate(1.02) contrast(1.02);
}
.cfh-hero__media::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius-md);
  background:
    radial-gradient(ellipse 70% 60% at 70% 30%, rgba(127,226,107,0.16) 0%, transparent 60%),
    linear-gradient(180deg, rgba(14,15,14,0) 45%, rgba(14,15,14,0.45) 100%);
  pointer-events: none;
}

/* ── Location hero with photographic background ────────────── */
.cfh-location-hero--media { position: relative; isolation: isolate; padding: var(--sp-7) 0 var(--sp-6); }
.cfh-location-hero__bg {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover; background-position: center;
}
.cfh-location-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(14,15,14,0.94) 0%, rgba(14,15,14,0.82) 38%, rgba(14,15,14,0.45) 100%),
    linear-gradient(0deg, rgba(14,15,14,0.55), rgba(14,15,14,0.1));
}
.cfh-location-hero--media .cfh-card--dark {
  background: rgba(26,27,26,0.82);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(127,226,107,0.25);
}

/* ── Location gallery (editorial mosaic) ───────────────────── */
.cfh-gallery-section { background: var(--bg-dark); }
.cfh-gallery-section__head { max-width: 60ch; margin-bottom: var(--sp-4); }
.cfh-gallery-section__head h2 { color: var(--ink-on-dark); }
.cfh-gallery-section__head p { color: rgba(245,245,240,0.7); font-size: var(--fs-lg); }

.cfh-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.cfh-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  grid-column: span 1; grid-row: span 1;
  background: var(--bg-elevated);
  display: block;
  cursor: zoom-in;
  outline: 1px solid var(--border-dark);
  outline-offset: -1px;
}
.cfh-gallery__item--feature { grid-column: span 2; grid-row: span 2; }
.cfh-gallery__item--tall    { grid-row: span 2; }
.cfh-gallery__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .5s cubic-bezier(.2,.7,.2,1);
}
.cfh-gallery__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(14,15,14,0.55) 100%);
  opacity: 0; transition: opacity .3s ease;
}
.cfh-gallery__item:hover .cfh-gallery__img { transform: scale(1.06); }
.cfh-gallery__item:hover::after { opacity: 1; }
.cfh-gallery__zoom {
  position: absolute; right: 12px; bottom: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-green); color: var(--ink);
  opacity: 0; transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
.cfh-gallery__zoom svg { width: 17px; height: 17px; }
.cfh-gallery__item:hover .cfh-gallery__zoom { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .cfh-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .cfh-gallery__item--feature { grid-column: span 2; grid-row: span 2; }
}
@media (max-width: 520px) {
  .cfh-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; }
}

/* ── Lightbox ──────────────────────────────────────────────── */
.cfh-lightbox {
  position: fixed; inset: 0; z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  background: rgba(8,9,8,0.94);
  opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
  padding: var(--sp-4);
}
.cfh-lightbox.is-open { opacity: 1; visibility: visible; }
.cfh-lightbox__img {
  max-width: 92vw; max-height: 82vh;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  transform: scale(0.98); transition: transform .25s ease;
}
.cfh-lightbox.is-open .cfh-lightbox__img { transform: scale(1); }
.cfh-lightbox__cap {
  position: absolute; bottom: 28px; left: 0; right: 0; text-align: center;
  color: rgba(245,245,240,0.85); font-size: var(--fs-sm); padding: 0 var(--sp-3);
}
.cfh-lightbox__btn {
  position: absolute; background: rgba(245,245,240,0.08); color: var(--ink-on-dark);
  border: 1px solid rgba(245,245,240,0.2); border-radius: 50%;
  width: 48px; height: 48px; font-size: 1.4rem; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .15s ease;
}
.cfh-lightbox__btn:hover { background: var(--accent-green); color: var(--ink); border-color: var(--accent-green); }
.cfh-lightbox__btn--close { top: 24px; right: 24px; }
.cfh-lightbox__btn--prev  { left: 24px; top: 50%; transform: translateY(-50%); }
.cfh-lightbox__btn--next  { right: 24px; top: 50%; transform: translateY(-50%); }
@media (max-width: 600px) {
  .cfh-lightbox__btn--prev { left: 12px; } .cfh-lightbox__btn--next { right: 12px; }
}

/* ============================================================
   Locations index (archive)
   ============================================================ */
.cfh-locations-hero { padding: var(--sp-7) 0 var(--sp-3); }
.cfh-locations-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.8rem); letter-spacing: -0.02em; margin: var(--sp-1) 0 var(--sp-2); }
.cfh-locations-hero__lede { font-size: var(--fs-xl); line-height: 1.45; color: rgba(245,245,240,0.82); max-width: 56ch; }
.cfh-locations-archive { padding-top: var(--sp-3); }
.cfh-locations-archive .cfh-locations-grid { grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); }
@media (max-width: 1000px) { .cfh-locations-archive .cfh-locations-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px)  { .cfh-locations-archive .cfh-locations-grid { grid-template-columns: 1fr; } }
.cfh-locations-archive .cfh-location-card__media { display: block; }
.cfh-locations-archive .cfh-location-card__body address a { color: var(--accent-green); }
.cfh-locations-archive__cta {
  margin-top: var(--sp-5); padding: var(--sp-4); text-align: center;
  background: var(--bg-elevated); border: 1px solid var(--border-dark); border-radius: var(--radius-md);
}
.cfh-locations-archive__cta p { color: var(--ink-on-dark); font-size: var(--fs-lg); margin-bottom: var(--sp-2); }

/* ============================================================
   Service hub pages
   ============================================================ */
.cfh-svc-hero {
  background: var(--bg-dark); color: var(--ink-on-dark);
  position: relative; isolation: isolate;
  padding: var(--sp-8) 0 var(--sp-7);
  overflow: hidden;
}
.cfh-svc-hero__bg { position: absolute; inset: 0; z-index: -1; background-size: cover; background-position: center; }
.cfh-svc-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 78% 30%, rgba(127,226,107,0.12) 0%, transparent 55%),
    linear-gradient(100deg, rgba(14,15,14,0.95) 0%, rgba(14,15,14,0.82) 40%, rgba(14,15,14,0.5) 100%);
}
.cfh-svc-hero__inner { max-width: 720px; }
.cfh-svc-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.9rem); line-height: 1.03; letter-spacing: -0.02em;
  margin: var(--sp-1) 0 var(--sp-2);
}
.cfh-svc-hero__lede { font-size: var(--fs-xl); line-height: 1.4; color: rgba(245,245,240,0.88); max-width: 40ch; margin-bottom: var(--sp-3); }
.cfh-svc-hero__price {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-weight: 700; font-size: var(--fs-base);
  color: var(--ink); background: var(--accent-green);
  padding: 0.5rem 1.1rem; border-radius: var(--radius-pill); margin-bottom: var(--sp-3);
}
.cfh-svc-hero__cta { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.cfh-svc-hero__cta .cfh-btn--ghost { color: var(--ink-on-dark); border-color: rgba(245,245,240,0.4); }
.cfh-svc-hero__cta .cfh-btn--ghost:hover { border-color: var(--accent-green); color: var(--accent-green); }

/* Benefits strip */
.cfh-svc-benefits { background: var(--surface-cream); padding: var(--sp-3) 0; border-bottom: 1px solid var(--border-light); }
.cfh-benefits-strip {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--sp-2) var(--sp-4);
}
.cfh-benefits-strip li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: var(--fs-sm); font-weight: 500; color: var(--ink); line-height: 1.4; }
.cfh-benefits-strip__check {
  flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%;
  background: var(--accent-green); color: var(--ink);
  display: inline-flex; align-items: center; justify-content: center;
}
.cfh-benefits-strip__check svg { width: 13px; height: 13px; }

/* Prose */
.cfh-prose { max-width: 760px; }
.cfh-prose h3 { font-family: var(--font-display); font-size: var(--fs-xl); margin: var(--sp-4) 0 var(--sp-1); letter-spacing: -0.01em; }
.cfh-prose h3:first-child { margin-top: 0; }
.cfh-prose p { font-size: var(--fs-lg); line-height: 1.65; color: var(--gray-dark, #444); margin-bottom: var(--sp-2); }

/* Menu cards */
.cfh-svc-menu { background: var(--bg-dark); }
.cfh-svc-menu__head { max-width: 60ch; margin-bottom: var(--sp-4); }
.cfh-svc-menu__head h2 { color: var(--ink-on-dark); }
.cfh-menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-2); }
@media (max-width: 900px) { .cfh-menu-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cfh-menu-grid { grid-template-columns: 1fr; } }
.cfh-menu-card {
  background: var(--bg-elevated); border: 1px solid var(--border-dark);
  border-radius: var(--radius-md); padding: var(--sp-3);
  transition: border-color .15s ease, transform .15s ease;
}
.cfh-menu-card:hover { border-color: var(--accent-green); transform: translateY(-3px); }
.cfh-menu-card__top { display: flex; align-items: baseline; justify-content: space-between; gap: var(--sp-1); margin-bottom: 0.5rem; }
.cfh-menu-card__top h3 { font-family: var(--font-display); font-size: var(--fs-lg); color: var(--ink-on-dark); margin: 0; }
.cfh-menu-card__price { flex-shrink: 0; font-family: var(--font-display); font-weight: 700; font-size: var(--fs-sm); color: var(--accent-green); }
.cfh-menu-card p { font-size: var(--fs-sm); line-height: 1.5; color: rgba(245,245,240,0.72); margin: 0; }

/* Chips fallback */
.cfh-chips { list-style: none; padding: 0; margin: var(--sp-2) 0 0; display: flex; flex-wrap: wrap; gap: 0.6rem; }
.cfh-chip { background: var(--surface-light); border: 1px solid var(--border-light); border-radius: var(--radius-pill); padding: 0.5rem 1rem; font-size: var(--fs-sm); font-weight: 500; }

/* FAQ accordion */
.cfh-svc-faq__inner { max-width: 820px; }
.cfh-faq-list { margin-top: var(--sp-3); }
.cfh-faq {
  border: 1px solid var(--border-light); border-radius: var(--radius-md);
  margin-bottom: 0.75rem; background: var(--surface-light); overflow: hidden;
}
.cfh-faq summary {
  list-style: none; cursor: pointer; padding: 1.05rem 1.25rem;
  font-family: var(--font-display); font-weight: 600; font-size: var(--fs-base);
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-2);
}
.cfh-faq summary::-webkit-details-marker { display: none; }
.cfh-faq__mark { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.cfh-faq__mark::before, .cfh-faq__mark::after {
  content: ""; position: absolute; background: var(--accent-green); border-radius: 2px;
  transition: transform .2s ease;
}
.cfh-faq__mark::before { top: 7px; left: 0; width: 16px; height: 2px; }
.cfh-faq__mark::after  { top: 0; left: 7px; width: 2px; height: 16px; }
.cfh-faq[open] .cfh-faq__mark::after { transform: scaleY(0); }
.cfh-faq__body { padding: 0 1.25rem 1.15rem; }
.cfh-faq__body p { font-size: var(--fs-base); line-height: 1.6; color: var(--ink-muted); margin: 0; }

/* Disclaimer */
.cfh-svc-disclaimer { background: var(--surface-light); padding: var(--sp-3) 0 var(--sp-4); }
.cfh-svc-disclaimer p { max-width: 820px; margin: 0; font-size: var(--fs-xs); color: var(--ink-muted); font-style: italic; line-height: 1.6; }

/* Booking band */
.cfh-svc-book { background: var(--bg-dark); }
.cfh-svc-book__inner { display: grid; grid-template-columns: 1fr 380px; gap: var(--sp-5); align-items: center; }
.cfh-svc-book__copy h2 { color: var(--ink-on-dark); font-size: var(--fs-3xl); }
.cfh-svc-book__copy p { color: rgba(245,245,240,0.8); font-size: var(--fs-lg); max-width: 42ch; }
@media (max-width: 860px) { .cfh-svc-book__inner { grid-template-columns: 1fr; } }

/* Feature split (copy + image), used on location-service combo pages */
.cfh-feature-split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--sp-5); align-items: start; }
.cfh-feature-split .cfh-prose { max-width: none; }
.cfh-feature-split--solo { grid-template-columns: 1fr; max-width: 760px; }
.cfh-feature-split__media { position: sticky; top: var(--sp-4); }
.cfh-feature-split__img { width: 100%; border-radius: var(--radius-md); display: block; box-shadow: var(--shadow-card); }
@media (max-width: 860px) {
  .cfh-feature-split { grid-template-columns: 1fr; gap: var(--sp-4); }
  .cfh-feature-split__media { position: static; }
}

/* Testimonial quote cards (service + location-service pages) */
.cfh-card blockquote,
blockquote.cfh-card { margin: 0; }
blockquote.cfh-card p { font-size: var(--fs-lg); line-height: 1.5; color: var(--ink); margin: 0 0 var(--sp-2); }
blockquote.cfh-card small { display: block; font-family: var(--font-display); font-weight: 600; font-size: var(--fs-sm); color: var(--ink-muted); }

/* Image strip (3 location photos) */
.cfh-image-strip-section { background: var(--bg-dark); }
.cfh-image-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cfh-image-strip .cfh-gallery__item { height: 280px; }
@media (max-width: 760px) { .cfh-image-strip { grid-template-columns: 1fr 1fr; } .cfh-image-strip .cfh-gallery__item { height: 220px; } }
@media (max-width: 480px) { .cfh-image-strip { grid-template-columns: 1fr; } }

/* ============================================================
   Header logo, location cards, centered heads, video, promo, franchise
   ============================================================ */
/* Real logo in header */
.cfh-header__brand--logo { gap: 0; }
.cfh-header__logo { height: 34px; width: auto; display: block; }
@media (max-width: 480px) { .cfh-header__logo { height: 28px; } }

/* Centered section head (mission, video, coming-soon, franchise) */
.cfh-section-head--center { text-align: center; max-width: 62ch; margin: 0 auto var(--sp-5); }
.cfh-section-head--center .cfh-eyebrow { display: inline-block; }
.cfh-section-head--center h2 { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-3xl); letter-spacing: -0.02em; margin-bottom: var(--sp-2); }
.cfh-section-head--center p { color: var(--ink-muted); font-size: var(--fs-lg); }
.cfh-section--dark .cfh-section-head--center h2 { color: var(--ink-on-dark); }
.cfh-section--dark .cfh-section-head--center p { color: rgba(245,245,240,0.72); }

/* Mission: 5 centered features */
.cfh-features-row--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1000px) { .cfh-features-row--5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px)  { .cfh-features-row--5 { grid-template-columns: repeat(2, 1fr); } }

/* Stronger location cards */
.cfh-location-card { position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.cfh-location-card.is-open { border: 1px solid rgba(127,226,107,0.22); }
.cfh-location-card.is-open:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,0.45); }
.cfh-location-card__badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  font-family: var(--font-display); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.3rem 0.7rem; border-radius: var(--radius-pill);
  background: var(--accent-green); color: var(--ink);
}
.cfh-location-card.is-soon { opacity: 0.9; }
.cfh-location-card.is-soon .cfh-location-card__badge { background: rgba(245,245,240,0.16); color: var(--ink-on-dark); }
.cfh-location-card__soon-label { margin-top: auto; padding-top: var(--sp-1); color: var(--gray-light); font-weight: 600; font-size: var(--fs-sm); }
.cfh-locations-grid--home { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 560px) { .cfh-locations-grid--home { grid-template-columns: 1fr; } }
.cfh-locations-soon { margin-top: var(--sp-6); padding-top: var(--sp-5); border-top: 1px solid var(--border-dark); }
.cfh-locations-soon .cfh-section-head--center { margin-bottom: var(--sp-4); }
.cfh-locations-archive .cfh-locations-grid--soon { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
@media (max-width: 620px) { .cfh-locations-archive .cfh-locations-grid--soon { grid-template-columns: 1fr; } }

/* Video facade */
.cfh-video { position: relative; max-width: 980px; margin: 0 auto; aspect-ratio: 16 / 9; border-radius: var(--radius-md); overflow: hidden; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.cfh-video__poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.cfh-video__iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.cfh-video::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(rgba(14,15,14,0.1), rgba(14,15,14,0.45)); pointer-events: none; }
.cfh-video:has(.cfh-video__iframe)::after { display: none; }
.cfh-video__play {
  position: absolute; inset: 0; margin: auto; z-index: 2;
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--accent-green); color: var(--ink); border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 44px rgba(0,0,0,0.5); transition: transform .15s ease, background .15s ease;
}
.cfh-video__play svg { width: 34px; height: 34px; margin-left: 4px; }
.cfh-video__play:hover { transform: scale(1.08); background: var(--accent-green-hover); }

/* First-visit promo modal */
.cfh-promo { position: fixed; inset: 0; z-index: 10001; display: flex; align-items: center; justify-content: center; padding: var(--sp-3); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.cfh-promo.is-open { opacity: 1; visibility: visible; }
.cfh-promo__overlay { position: absolute; inset: 0; background: rgba(8,9,8,0.8); backdrop-filter: blur(4px); }
.cfh-promo__card { position: relative; z-index: 1; width: 440px; max-width: 100%; background: var(--bg-elevated); color: var(--ink-on-dark); border: 1px solid rgba(127,226,107,0.3); border-radius: var(--radius-md); padding: var(--sp-4); box-shadow: 0 40px 100px rgba(0,0,0,0.7); transform: translateY(12px) scale(0.97); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.cfh-promo.is-open .cfh-promo__card { transform: none; }
.cfh-promo__close { position: absolute; top: 8px; right: 14px; background: none; border: 0; color: rgba(245,245,240,0.55); font-size: 1.9rem; line-height: 1; cursor: pointer; }
.cfh-promo__close:hover { color: var(--ink-on-dark); }
.cfh-promo__eyebrow { font-family: var(--font-display); font-size: var(--fs-xs); letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent-green); margin-bottom: var(--sp-1); }
.cfh-promo__title { font-family: var(--font-display); font-weight: 800; font-size: var(--fs-2xl); line-height: 1.08; margin-bottom: var(--sp-2); }
.cfh-promo__title span { color: var(--accent-green); }
.cfh-promo__sub { font-size: var(--fs-sm); color: rgba(245,245,240,0.8); margin-bottom: var(--sp-3); line-height: 1.5; }
.cfh-promo__timer { color: var(--accent-green); font-family: var(--font-display); font-weight: 700; font-variant-numeric: tabular-nums; }
.cfh-promo__form input { display: block; width: 100%; padding: 0.8rem 1rem; margin-bottom: 0.6rem; background: var(--surface-light); color: var(--ink); border: 1px solid var(--border-light); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: var(--fs-base); }
.cfh-promo__fine { font-size: var(--fs-xs); color: rgba(245,245,240,0.5); margin-top: 0.6rem; text-align: center; }
.cfh-promo__success { text-align: center; padding: var(--sp-2) 0; }
.cfh-promo__success h3 { font-family: var(--font-display); color: var(--accent-green); font-size: var(--fs-xl); margin-bottom: var(--sp-1); }
.cfh-promo__success p { color: rgba(245,245,240,0.82); font-size: var(--fs-sm); }

/* Franchise page: stats + light cards + dark prose */
.cfh-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); text-align: center; }
.cfh-stat strong { display: block; font-family: var(--font-display); font-weight: 800; font-size: var(--fs-4xl); color: var(--ink); line-height: 1; }
.cfh-stat span { display: block; margin-top: var(--sp-1); color: var(--ink-muted); font-size: var(--fs-sm); }
@media (max-width: 640px) { .cfh-stats { grid-template-columns: 1fr; gap: var(--sp-4); } }
.cfh-menu-grid--light .cfh-menu-card--light { background: var(--surface-light); border: 1px solid var(--border-light); }
.cfh-menu-card--light .cfh-menu-card__top h3 { color: var(--ink); }
.cfh-menu-card--light p { color: var(--ink-muted); }
.cfh-prose--dark h2, .cfh-prose--dark h3 { color: var(--ink-on-dark); }
.cfh-prose--dark p { color: rgba(245,245,240,0.8); }

/* Footer credit */
.cfh-footer__credit a { color: var(--accent-green); }
.cfh-footer__credit a:hover { color: var(--accent-green-hover); }

/* Membership comparison table */
.cfh-membership { overflow-x: auto; border-radius: var(--radius-md); box-shadow: var(--shadow-card); }
.cfh-membership-table { width: 100%; border-collapse: collapse; min-width: 760px; background: var(--surface-light); }
.cfh-membership-table thead th {
  background: var(--bg-dark); color: var(--ink-on-dark);
  font-family: var(--font-display); font-weight: 700; font-size: var(--fs-base);
  padding: 1.1rem 1rem; text-align: center; vertical-align: bottom;
  border-bottom: 3px solid var(--accent-green); position: relative;
}
.cfh-membership-table thead th:first-child { text-align: left; background: var(--bg-elevated); }
.cfh-membership-table__tag {
  display: block; margin-top: 0.35rem; font-family: var(--font-body); font-weight: 700;
  font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--accent-green);
}
.cfh-membership-table td {
  padding: 0.85rem 1rem; text-align: center; font-size: var(--fs-sm);
  border-bottom: 1px solid var(--border-light); color: var(--ink-muted);
}
.cfh-membership-table td:first-child { text-align: left; font-weight: 600; font-family: var(--font-display); color: var(--ink); }
.cfh-membership-table tbody tr:last-child td { border-bottom: 0; }
.cfh-membership-table .cfh-membership-table__price td { font-size: var(--fs-lg); font-weight: 800; font-family: var(--font-display); color: var(--ink); padding-top: 1.1rem; padding-bottom: 1.1rem; }
.cfh-membership-table th.is-popular { background: #16321f; }
.cfh-membership-table td.is-popular { background: rgba(127,226,107,0.09); color: var(--ink); font-weight: 600; }
.cfh-membership__note { max-width: 760px; margin: var(--sp-3) auto 0; text-align: center; font-size: var(--fs-xs); color: var(--ink-muted); font-style: italic; }

.cfh-loc-amen-link { margin-top: var(--sp-4); text-align: center; }

.cfh-nav__sub-feature a { color: var(--accent-green-hover); font-weight: 700; }

/* ── About: Meet Our Team ─────────────────────────────────────── */
.cfh-team-section .cfh-section-head--center { margin-bottom: var(--sp-4); }
.cfh-team-group {
  text-align: center;
  font-size: var(--fs-lg);
  margin: var(--sp-5) 0 var(--sp-3);
  padding-bottom: var(--sp-1);
  position: relative;
}
.cfh-team-group::after {
  content: ""; display: block; width: 48px; height: 3px;
  background: var(--accent-green, #7FE26B);
  margin: 0.6rem auto 0; border-radius: 2px;
}
.cfh-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
}
.cfh-team-card {
  background: #fff;
  border: 1px solid var(--border-light, rgba(0,0,0,0.08));
  border-radius: var(--radius-md);
  padding: var(--sp-3) var(--sp-2) var(--sp-2);
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.cfh-team-card__photo {
  width: 128px; height: 128px; margin: 0 auto var(--sp-2);
  border-radius: 50%; overflow: hidden;
  background: var(--surface-light, #f0f0ec);
  border: 3px solid var(--accent-green, #7FE26B);
}
.cfh-team-card__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cfh-team-card h4 { font-size: var(--fs-md); margin: 0 0 0.15rem; line-height: 1.25; }
.cfh-team-card p { font-size: var(--fs-sm); color: var(--ink-muted, #666); margin: 0; }

@media (max-width: 1024px) { .cfh-team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 680px)  { .cfh-team-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Membership page ──────────────────────────────────────────── */
.cfh-grid--2 { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
.cfh-mship-lists { margin-top: var(--sp-3); }

.cfh-ticklist { list-style: none; margin: 0; padding: 0; }
.cfh-ticklist li {
  position: relative; padding: 0.35rem 0 0.35rem 1.75rem; line-height: 1.5;
  border-bottom: 1px solid var(--border-light, rgba(0,0,0,0.07));
}
.cfh-ticklist li:last-child { border-bottom: 0; }
.cfh-ticklist li::before {
  content: "\2713"; position: absolute; left: 0; top: 0.35rem;
  color: var(--accent-green, #7FE26B); font-weight: 700;
}
.cfh-ticklist--muted li { color: var(--ink-muted, #666); border-bottom: 0; padding-top: 0.2rem; padding-bottom: 0.2rem; }
.cfh-ticklist--muted li::before { content: "\2013"; color: var(--ink-muted, #999); }
.cfh-ticklist--x li::before { content: "\2715"; color: #c0623d; }
.cfh-section--dark .cfh-ticklist li { border-bottom-color: rgba(255,255,255,0.12); }

/* Tier cards */
.cfh-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); align-items: start; margin-top: var(--sp-4); }
.cfh-tier {
  position: relative; background: #fff; border: 1px solid var(--border-light, rgba(0,0,0,0.1));
  border-radius: var(--radius-md); padding: var(--sp-4) var(--sp-3);
  box-shadow: 0 8px 26px rgba(0,0,0,0.06);
}
.cfh-tier--featured { border-color: var(--accent-green, #7FE26B); box-shadow: 0 14px 40px rgba(127,226,107,0.22); }
.cfh-tier__badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent-green, #7FE26B); color: #0e0f0e; font-family: var(--font-display, inherit);
  font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.04em; padding: 0.25rem 0.85rem; border-radius: var(--radius-pill);
  white-space: nowrap;
}
.cfh-tier__head { text-align: center; margin-bottom: var(--sp-2); }
.cfh-tier__head h3 { margin: 0; font-size: var(--fs-xl); }
.cfh-tier__meta { color: var(--accent-green-ink, #2f7d3f); font-weight: 600; font-size: var(--fs-sm); margin: 0.15rem 0 0; }
.cfh-tier__desc { color: var(--ink-muted, #555); font-size: var(--fs-sm); line-height: 1.55; margin-bottom: var(--sp-2); }
.cfh-tier h4 {
  font-size: var(--fs-xs); text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--ink-muted, #888); margin: var(--sp-2) 0 0.4rem;
}

/* Policy callout */
.cfh-callout {
  border: 1px solid var(--accent-green, #7FE26B); border-left-width: 5px;
  border-radius: var(--radius-md); padding: var(--sp-4); background: var(--surface-light, #f7f7f4);
}
.cfh-callout h3 { margin-top: 0; }

/* Why-it-works comparison */
.cfh-compare { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-3); margin-top: var(--sp-4); }
.cfh-compare__col { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-md); padding: var(--sp-3); }
.cfh-compare__col--new { border-color: rgba(127,226,107,0.4); }
.cfh-compare__col h3 { margin-top: 0; font-size: var(--fs-md); }
.cfh-compare__foot { text-align: center; max-width: 62ch; margin: var(--sp-4) auto 0; color: rgba(245,245,240,0.85); }

@media (max-width: 900px) {
  .cfh-tiers { grid-template-columns: 1fr; }
  .cfh-grid--2, .cfh-compare { grid-template-columns: 1fr; }
}

/* ── Chooser on LIGHT cards (blueprint funnel, light service cards) ──
   The default chooser styling is white text for dark cards; override to dark
   text where the form sits on a light surface so it stays readable. */
.cfh-bp-formcard .cfh-choice-btn,
.cfh-card:not(.cfh-card--dark) .cfh-choice-btn { color: #333; }
.cfh-bp-formcard .cfh-choice-btn:hover,
.cfh-card:not(.cfh-card--dark) .cfh-choice-btn:hover { color: #000; }
.cfh-bp-formcard .cfh-hero__choice,
.cfh-card:not(.cfh-card--dark) .cfh-hero__choice { background: rgba(0,0,0,0.05); }
.cfh-bp-formcard .cfh-form__offer,
.cfh-card:not(.cfh-card--dark) .cfh-form__offer { color: #555; }
.cfh-bp-formcard .cfh-booking-prompt,
.cfh-card:not(.cfh-card--dark) .cfh-booking-prompt { color: #666; }
.cfh-bp-formcard .cfh-form__note--hipaa,
.cfh-card:not(.cfh-card--dark) .cfh-form__note--hipaa { color: #6b6b6b; }
.cfh-bp-formcard .cfh-bloc-btn,
.cfh-card:not(.cfh-card--dark) .cfh-bloc-btn {
  color: #333; border-color: rgba(0,0,0,0.15); background: rgba(0,0,0,0.03);
}
.cfh-bp-formcard .cfh-bloc-btn:hover,
.cfh-card:not(.cfh-card--dark) .cfh-bloc-btn:hover { color: #000; border-color: rgba(127,226,107,0.6); }
/* Active toggle/city stays green with dark text — readable on both. */
.cfh-bp-formcard .cfh-choice-btn.is-active,
.cfh-card:not(.cfh-card--dark) .cfh-choice-btn.is-active,
.cfh-bp-formcard .cfh-bloc-btn.is-active,
.cfh-card:not(.cfh-card--dark) .cfh-bloc-btn.is-active { color: #0e0f0e; }

/* ── Footer disclaimer ────────────────────────────────────────── */
.cfh-footer__disclaimer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: var(--sp-3); margin-top: var(--sp-3);
  color: rgba(245,245,240,0.5); font-size: var(--fs-xs); line-height: 1.65;
}
.cfh-footer__disclaimer strong {
  display: block; color: rgba(245,245,240,0.72);
  margin-bottom: 0.3rem; letter-spacing: 0.04em; text-transform: uppercase; font-size: var(--fs-xs);
}
.cfh-footer__disclaimer p { margin: 0; max-width: 90ch; }

/* ── Legal pages (privacy, terms) ─────────────────────────────── */
.cfh-legal { max-width: 800px; }
.cfh-legal h2 { margin-top: var(--sp-4); margin-bottom: var(--sp-1); font-size: var(--fs-lg); }
.cfh-legal h3 { margin-top: var(--sp-3); margin-bottom: 0.3rem; font-size: var(--fs-md); }
.cfh-legal p { margin-bottom: var(--sp-2); line-height: 1.7; }
.cfh-legal ul { margin: 0 0 var(--sp-2) 1.25rem; }
.cfh-legal li { margin-bottom: 0.35rem; line-height: 1.6; }

/* ── Homepage video as a full-section muted autoplay background ── */
.cfh-video-bg {
  position: relative; overflow: hidden;
  min-height: 80vh; display: flex; align-items: center;
  padding: var(--sp-6) 0;
}
.cfh-video-bg__media { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.cfh-video-bg__media iframe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100vw; height: 56.25vw;          /* 16:9 sized from width */
  min-height: 100vh; min-width: 177.78vh; /* 16:9 sized from height, so it always covers */
  border: 0; pointer-events: none;
}
.cfh-video-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(14,15,14,0.55), rgba(14,15,14,0.7));
  pointer-events: none;
}
.cfh-video-bg__inner { position: relative; z-index: 2; width: 100%; }
