/* Final production-readiness layer for the V1 review build. */

/* Hide phase-2 or backend-only items from public navigation. */
a[href="gear-shop.html"],
a[href="careers.html"],
a[href*="myiclubonline.com"],
.nav-login {
  display: none !important;
}

/* Keep the desktop nav from overflowing on mid-size screens. */
.nav {
  gap: clamp(14px, 2vw, 30px) !important;
}

.nav-center {
  gap: clamp(14px, 1.6vw, 24px) !important;
}

.nav-left {
  gap: clamp(14px, 1.7vw, 24px) !important;
}

.nav-logo {
  white-space: nowrap !important;
}

.nav-right {
  gap: 10px !important;
}

.nav-location {
  max-width: 205px !important;
}

.nav-location .loc-label,
.nav-location .loc-city {
  white-space: nowrap !important;
}

@media (max-width: 1240px) {
  .nav-location {
    display: none !important;
  }

  .nav {
    grid-template-columns: auto 1fr auto !important;
  }
}

/* Mobile menu readability. */
.nav-mobile-overlay,
.nav-mobile-menu {
  background: rgba(5, 5, 5, 0.96) !important;
  color: #ffffff !important;
}

.nav-mobile-overlay a,
.nav-mobile-menu a,
.nav-mobile-overlay summary,
.nav-mobile-menu summary {
  color: #ffffff !important;
  opacity: 1 !important;
  text-align: left !important;
}

.nav-mobile-overlay a {
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.nav-mobile-close {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Home page trust/review polish. */
.google-review-proof {
  display: none !important;
}

.google-review-rotator {
  min-height: 178px !important;
}

@media (max-width: 760px) {
  body.home-page .google-review-rotator {
    display: none !important;
  }

  body.home-page .carousel-track {
    animation-duration: 18s !important;
  }
}

body.home-page .hero-content .hero-sub + .hero-ctas {
  margin-top: clamp(24px, 3vw, 38px) !important;
}

body.guest-pass-page .hero-pill {
  margin-bottom: 18px !important;
}

body.guest-pass-page .hero h1 {
  color: #ffffff !important;
  margin-bottom: 14px !important;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.62);
}

body.guest-pass-page .guest-pass-title {
  color: #ffffff !important;
}

body.guest-pass-page .guest-pass-title span {
  display: inline;
}

body.guest-pass-page .guest-pass-title-accent {
  color: var(--orange) !important;
  background: none !important;
  -webkit-text-fill-color: var(--orange) !important;
}

body.guest-pass-page .hero h1 em {
  background: linear-gradient(135deg, #ffbd5f 0%, #f78f1e 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

body.guest-pass-page .hero-sub {
  color: rgba(255, 255, 255, 0.94) !important;
  margin-bottom: 28px !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.58);
}

.guest-included-programs {
  padding-top: clamp(76px, 7vw, 104px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

.guest-included-programs .sub {
  margin-bottom: clamp(30px, 4vw, 46px);
}

.guest-program-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 22px);
}

.guest-program-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.055);
  cursor: default;
}

.guest-program-img {
  aspect-ratio: 16 / 10.5;
  min-height: 168px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.guest-program-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2vw, 30px);
}

.guest-program-body h3 {
  margin-bottom: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.guest-program-body p {
  flex: 1;
  color: #444444;
  font-size: 0.96rem;
  line-height: 1.58;
}

.guest-program-body span {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  color: var(--orange);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .guest-program-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .guest-program-grid {
    grid-template-columns: 1fr;
  }

  .guest-program-img {
    min-height: 190px;
  }
}

.guest-start-steps .expect-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guest-start-steps .expect-card {
  min-height: 230px;
  border-radius: 8px;
}

.trainer-match-quiz {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: stretch;
  padding: clamp(34px, 5vw, 56px);
  border-radius: 20px;
  background: #0a0a0a;
  color: #ffffff;
}

.trainer-match-copy .eyebrow {
  color: #f78f1e;
}

.trainer-match-copy .h2 {
  color: #ffffff;
  margin-bottom: 18px;
}

.trainer-match-copy p,
.trainer-match-copy li {
  color: #ffffff !important;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.62;
}

.trainer-match-copy ul {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.trainer-match-copy li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: #f78f1e;
  box-shadow: 0 0 0 5px rgba(247, 143, 30, 0.16);
}

.trainer-quiz-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.trainer-quiz-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.trainer-quiz-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trainer-quiz-form .form-label {
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.25;
}

.trainer-quiz-form .form-input,
.trainer-quiz-form .form-select {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: #ffffff;
  color: #0a0a0a;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.trainer-quiz-form .form-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0a0a0a 50%), linear-gradient(135deg, #0a0a0a 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.trainer-quiz-form .form-input:focus,
.trainer-quiz-form .form-select:focus {
  outline: none;
  border-color: #f78f1e;
  box-shadow: 0 0 0 4px rgba(247, 143, 30, 0.22);
}

.trainer-match-result {
  display: none;
  padding: 18px 20px;
  border-radius: 10px;
  background: rgba(247, 143, 30, 0.12);
  color: #ffffff;
  line-height: 1.55;
}

.trainer-match-result.is-visible {
  display: block;
}

.pt-inquiry-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pt-inquiry-form.form-card {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin-top: 30px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(10, 10, 10, 0.08);
  text-align: left;
}

.pt-inquiry-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.pt-inquiry-form .form-label {
  display: block !important;
  margin: 0 !important;
  color: #3b4650 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.25;
  text-transform: uppercase !important;
}

.pt-inquiry-form .form-input,
.pt-inquiry-form .form-select {
  display: block;
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1.5px solid rgba(10, 10, 10, 0.14);
  border-radius: 8px;
  background-color: #ffffff;
  color: #0a0a0a;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pt-inquiry-form .form-input::placeholder {
  color: #8d959c;
  font-weight: 500;
}

.pt-inquiry-form .form-select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #0a0a0a 50%), linear-gradient(135deg, #0a0a0a 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 42px;
}

.pt-inquiry-form .form-input:focus,
.pt-inquiry-form .form-select:focus {
  border-color: #f78f1e;
  box-shadow: 0 0 0 4px rgba(247, 143, 30, 0.16);
}

.pt-inquiry-form textarea.form-input {
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}

.pt-inquiry-form .form-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin: 0;
  color: #4f5b65;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pt-inquiry-form .form-checkbox input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #f78f1e;
}

.pt-inquiry-form .btn-form {
  width: fit-content;
  min-height: 56px;
  margin-top: 4px;
  border: 0;
  font-size: 0.98rem;
}

.pt-inquiry-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.pt-inquiry-form + .form-success {
  max-width: 920px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(20, 108, 67, 0.22);
  border-radius: 8px;
  background: #eef8f1;
  color: #146c43;
  font-weight: 800;
}

@media (max-width: 900px) {
  .guest-start-steps .expect-grid,
  .trainer-match-quiz,
  .trainer-quiz-form .form-row,
  .pt-inquiry-form .form-row {
    grid-template-columns: 1fr;
  }

  .pt-inquiry-form.form-card {
    padding: 22px;
  }

  .pt-inquiry-form .btn-form {
    width: 100%;
    justify-content: center;
  }
}

/* Guest pass: keep mobile form immediately usable and route intent clearly. */
.guest-pass-page .form-trust {
  display: none !important;
}

.guest-pass-page .form-card {
  text-align: left !important;
}

.guest-pass-page .form-card h2 {
  color: #0a0a0a !important;
}

.guest-pass-page .form-alert {
  border-radius: 10px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 4px 0 14px !important;
  padding: 10px 12px !important;
}

.guest-pass-page .form-alert--error {
  background: #fff3eb !important;
  border: 1px solid rgba(221, 88, 24, 0.26) !important;
  color: #8f2c10 !important;
}

.guest-pass-page .form-alert--success {
  background: #f2fae8 !important;
  border: 1px solid rgba(96, 148, 38, 0.24) !important;
  color: #31570d !important;
}

.guest-pass-page .form-checkbox--consent {
  color: #353535 !important;
  margin: 6px 0 10px !important;
}

.guest-pass-page .form-checkbox--consent input {
  flex: 0 0 auto !important;
  margin-top: 4px !important;
}

.guest-pass-page .form-input[aria-invalid="true"],
.guest-pass-page .form-select[aria-invalid="true"] {
  border-color: #c93b16 !important;
  box-shadow: 0 0 0 3px rgba(201, 59, 22, 0.12) !important;
}

.guest-pass-page .btn-form[disabled] {
  cursor: wait !important;
  opacity: 0.76 !important;
  transform: none !important;
}

@media (min-width: 981px) {
  .guest-pass-page .hero {
    min-height: clamp(720px, calc(100svh - 68px), 860px) !important;
  }

  .guest-pass-page .hero-content {
    min-height: clamp(720px, calc(100svh - 68px), 860px) !important;
    width: min(1340px, calc(100% - 72px)) !important;
    padding: clamp(56px, 5.8vw, 88px) 0 clamp(48px, 5vw, 76px) !important;
    padding-right: clamp(460px, 38vw, 560px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: clamp(16px, 1.6vw, 24px) !important;
    position: relative !important;
  }

  .guest-pass-page .hero-pill {
    margin: 0 !important;
    width: fit-content !important;
  }

  .guest-pass-page .hero h1 {
    max-width: 820px !important;
    margin: 0 !important;
    font-size: clamp(4.8rem, 7.7vw, 9.1rem) !important;
    line-height: 0.88 !important;
    letter-spacing: 0 !important;
  }

  .guest-pass-page .hero-sub {
    max-width: 820px !important;
    margin: 0 !important;
  }

  .guest-pass-page .form-card {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    width: min(500px, 36vw) !important;
    align-self: center !important;
    justify-self: end !important;
    max-width: 500px !important;
    padding: clamp(28px, 3vw, 36px) !important;
    border-radius: 18px !important;
  }

  .guest-pass-page .form-card h2 {
    font-size: clamp(1.34rem, 1.8vw, 1.65rem) !important;
    margin-bottom: 3px !important;
  }

  .guest-pass-page .form-card > p {
    margin-bottom: 16px !important;
    color: #4a4a4a !important;
  }

  .guest-pass-page .form-group {
    margin-bottom: 12px !important;
  }

  .guest-pass-page .form-label {
    margin-bottom: 6px !important;
    color: #3d3d3d !important;
    font-size: 0.68rem !important;
  }

  .guest-pass-page .form-input,
  .guest-pass-page .form-select {
    min-height: 50px !important;
    padding: 11px 15px !important;
    border-color: rgba(0, 0, 0, 0.12) !important;
    font-size: 0.98rem !important;
  }

  .guest-pass-page .form-checkbox {
    margin: 6px 0 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.42 !important;
  }

  .guest-pass-page .form-checkbox--consent {
    font-size: 0.76rem !important;
    line-height: 1.38 !important;
  }

  .guest-pass-page .form-consent {
    margin: 0 0 18px !important;
    color: #383838 !important;
  }

  .guest-pass-page .btn-form {
    min-height: 54px !important;
    padding: 14px 18px !important;
  }

  .guest-pass-page .hero-sub {
    color: #ffffff !important;
    font-size: clamp(1.04rem, 1.25vw, 1.16rem) !important;
    line-height: 1.55 !important;
  }
}

@media (min-width: 981px) and (max-height: 780px) {
  .guest-pass-page .hero,
  .guest-pass-page .hero-content {
    min-height: 680px !important;
  }

  .guest-pass-page .form-card {
    padding: 26px !important;
  }

  .guest-pass-page .form-group {
    margin-bottom: 10px !important;
  }

  .guest-pass-page .form-input,
  .guest-pass-page .form-select {
    min-height: 46px !important;
  }
}

@media (max-width: 760px) {
  .guest-pass-page .hero {
    min-height: auto !important;
  }

  .guest-pass-page .hero-content {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .guest-pass-page .hero-sub {
    margin-bottom: 14px !important;
  }

  .guest-pass-page .form-card {
    padding: 16px !important;
  }

  .guest-pass-page .form-group {
    margin-bottom: 8px !important;
  }

  .guest-pass-page .form-input,
  .guest-pass-page .form-select {
    min-height: 42px !important;
    padding: 9px 12px !important;
  }

  .guest-pass-page .form-checkbox {
    display: flex !important;
    margin-bottom: 8px !important;
    font-size: 0.72rem !important;
    line-height: 1.38 !important;
  }

  .guest-pass-page .form-checkbox--consent {
    color: #343434 !important;
    gap: 8px !important;
  }

  .guest-pass-page .form-alert {
    font-size: 0.76rem !important;
    margin-bottom: 10px !important;
    padding: 9px 10px !important;
  }

  .guest-pass-page .btn-form {
    min-height: 48px !important;
    padding: 12px !important;
  }
}

/* Membership factual cleanup and tighter mobile cards. */
.abc-note,
[class*="abc-note"] {
  display: none !important;
}

@media (max-width: 760px) {
  .tiers-grid,
  .membership-options,
  .included-grid {
    grid-template-columns: 1fr !important;
  }

  .tier-card,
  .membership-option {
    min-height: auto !important;
  }
}

/* Amenities and recovery text alignment. */
@media (max-width: 760px) {
  .amenities-page .section-heading,
  .amenities-page .section-sub,
  .recovery-section .section-heading,
  .recovery-section .section-sub,
  [class*="recovery"] .section-sub,
  [class*="recovery"] p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

/* Make recovery orange labels read as intentional brand accents. */
.recovery-section .eyebrow,
[class*="recovery"] .eyebrow,
.amenities-page [class*="recovery"] .tag,
.amenities-page [class*="recovery"] [class*="label"] {
  color: #f78f1e !important;
  font-weight: 800 !important;
}

/* She's FIT final cleanup. */
.shesfit-page .testimonial-section,
.shesfit-page [data-review-section],
.shesfit-page .reviews-section {
  display: none !important;
}

.shesfit-page .sf-photo-card,
.shesfit-page .program-card,
.shesfit-page .value-card {
  border-radius: 8px !important;
}

/* Forms should never feel pushed into one side on mobile. */
@media (max-width: 760px) {
  .form-card,
  .tour-form,
  .join-flow-main,
  .join-summary-panel {
    width: 100% !important;
    max-width: none !important;
  }
}

/* ============================================================
   V1 production polish — accessibility + interaction (global)
   ============================================================ */

/* Honor reduced-motion: neutralize auto-scroll carousels, the location-map
   pulse, hover lifts, and smooth scrolling for users who request less motion. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

/* Consistent, high-visibility keyboard focus ring on every interactive element.
   Ink outline reads on light/orange surfaces; the orange halo reads on dark
   surfaces. Component rules with higher specificity (nav-location, loc-row)
   still win where they already define a focus style. */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid #0a0a0a !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(247, 143, 30, 0.85) !important;
}

/* Restore a visible focus indicator on the chatbot text input. */
.chatbot-input input:focus-visible {
  outline: 2px solid #f78f1e !important;
  outline-offset: 0 !important;
}

/* Sticky header offset so in-page anchor targets land below the nav. */
[id] {
  scroll-margin-top: 96px;
}

/* ============================================================
   V1 engagement layer — scroll reveals, stagger, float, count-up
   Progressive enhancement: only active when JS adds html.js-motion.
   In-view elements are revealed synchronously by JS (no FOUC).
   Fully neutralized under prefers-reduced-motion.
   ============================================================ */

html.js-motion .c16-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 0.84, 0.44, 1),
              transform 0.7s cubic-bezier(0.16, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
html.js-motion .c16-reveal.from-left { transform: translateX(-36px); }
html.js-motion .c16-reveal.from-right { transform: translateX(36px); }
html.js-motion .c16-reveal.c16-zoom { transform: scale(0.93); }
html.js-motion .c16-reveal.c16-in {
  opacity: 1;
  transform: none;
}

/* Staggered grid/list children reveal one after another. */
html.js-motion .c16-stagger > * {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.6s cubic-bezier(0.16, 0.84, 0.44, 1),
              transform 0.6s cubic-bezier(0.16, 0.84, 0.44, 1);
  will-change: opacity, transform;
}
html.js-motion .c16-stagger.c16-in > * { opacity: 1; transform: none; }
html.js-motion .c16-stagger.c16-in > *:nth-child(1) { transition-delay: 0.04s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(2) { transition-delay: 0.10s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(3) { transition-delay: 0.16s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(4) { transition-delay: 0.22s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(5) { transition-delay: 0.28s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(6) { transition-delay: 0.34s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(7) { transition-delay: 0.40s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(8) { transition-delay: 0.46s; }
html.js-motion .c16-stagger.c16-in > *:nth-child(n + 9) { transition-delay: 0.5s; }

/* Gentle continuous float for accent chips/badges. */
@keyframes c16Float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
html.js-motion .c16-float { animation: c16Float 5.5s ease-in-out infinite; }

/* Tabular figures so the count-up animation doesn't shift width. */
.c16-count { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }

/* Slightly richer hover on content cards that don't already lift. */
html.js-motion .am-card,
html.js-motion .sig-card,
html.js-motion .cat-card,
html.js-motion .value-card,
html.js-motion .sf-pillar,
html.js-motion .feature-card,
html.js-motion .loc-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
html.js-motion .am-card:hover,
html.js-motion .sig-card:hover,
html.js-motion .cat-card:hover,
html.js-motion .value-card:hover,
html.js-motion .sf-pillar:hover,
html.js-motion .feature-card:hover,
html.js-motion .loc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(13, 45, 73, 0.14);
}

/* Respect reduced-motion: show everything, no movement. */
@media (prefers-reduced-motion: reduce) {
  html.js-motion .c16-reveal,
  html.js-motion .c16-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  html.js-motion .c16-float { animation: none !important; }
}

/* ============================================================
   V1 engagement layer — fluid page transitions (View Transitions API)
   App-like cross-page navigation in supporting browsers. Progressive
   enhancement: unsupported browsers navigate normally. Reduced-motion off.
   ============================================================ */
@view-transition { navigation: auto; }
::view-transition-old(root),
::view-transition-new(root) { animation-duration: 0.34s; animation-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1); }
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*),
  ::view-transition-old(*),
  ::view-transition-new(*) { animation: none !important; }
}

/* ============================================================
   V1 engagement layer — scroll-cinematic hero (home only)
   Subtle scroll-driven zoom on the hero media + content parallax-out,
   plus a scroll cue. Transform-only (no layout/CLS). Desktop/tablet only.
   JS sets --c16-hero-p (0..1); fully inert under reduced-motion / mobile.
   ============================================================ */
html.js-motion body.home-page .hero-bg { will-change: transform; }
@media (min-width: 768px) {
  html.js-motion body.home-page .hero-bg {
    transform: scale(calc(1 + (var(--c16-hero-p, 0) * 0.12)));
    transform-origin: center 38%;
  }
  html.js-motion body.home-page .hero-content {
    transform: translateY(calc(var(--c16-hero-p, 0) * -42px));
    opacity: calc(1 - (var(--c16-hero-p, 0) * 0.55));
    will-change: transform, opacity;
  }
}

/* Scroll cue at the base of the hero (injected by JS). */
.c16-scrollcue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  z-index: 6;
  width: 30px;
  height: 48px;
  margin-left: -15px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.4s ease;
}
.c16-scrollcue::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  width: 4px;
  height: 9px;
  margin-left: -2px;
  border-radius: 100px;
  background: #fff;
  animation: c16CueScroll 1.7s ease-in-out infinite;
}
.c16-scrollcue.is-hidden { opacity: 0; }
@keyframes c16CueScroll {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(16px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html.js-motion body.home-page .hero-bg,
  html.js-motion body.home-page .hero-content { transform: none !important; opacity: 1 !important; }
  .c16-scrollcue { display: none !important; }
}
@media (max-width: 767px) {
  .c16-scrollcue { display: none; }
}

/* Home hero — slightly darker overlay over the video so the headline reads cleanly. */
body.home-page .hero-bg.has-photo::after {
  background: linear-gradient(135deg, rgba(5, 18, 31, 0.64) 0%, rgba(5, 18, 31, 0.46) 48%, rgba(5, 18, 31, 0.78) 100%) !important;
}

/* Real Club16 app screenshot showcase (home + mobile-app page). */
.app-real-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
}
.app-real-shot {
  width: auto;
  max-width: 320px;
  max-height: 620px;
  height: auto;
  display: block;
  border-radius: 14px;
}
.app-real-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 380px;
}
.app-real-list {
  display: grid;
  gap: 13px;
}
.app-real-list > div {
  position: relative;
  padding-left: 26px;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--ink-2);
}
.app-real-list > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}
.app-real-side .btn-primary { align-self: flex-start; }
.app-real-badges { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 640px) {
  .app-real-shot { max-height: 520px; }
  .app-real-side { max-width: 100%; }
}

/* App promo graphics gallery (mobile-app page). */
.app-promo-stack {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 44px);
  justify-content: center;
  align-items: flex-start;
}
.app-promo-stack img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(13, 45, 73, 0.14);
}

/* Home app section gallery — 3 app images aligned to a common height. */
.app-home-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 3vw, 40px);
  justify-content: center;
  align-items: center;
}
.app-home-gallery img {
  height: clamp(380px, 44vw, 520px);
  width: auto;
  max-width: 100%;
  display: block;
  border-radius: 14px;
  box-shadow: 0 22px 54px rgba(13, 45, 73, 0.14);
}
@media (max-width: 640px) {
  .app-home-gallery { flex-direction: column; gap: 24px; }
  .app-home-gallery img { height: auto; width: 100%; max-width: 300px; }
}


/* Client feedback polish */
.footer-contact a { color: var(--orange); font-weight: 800; }
.memberships-page .page-hero { display: none; }
@media (min-width: 900px) {
  .tiers-grid { grid-template-columns: repeat(2, minmax(0, 420px)) !important; justify-content: center; }
}
@media (max-width: 700px) {
  .hero-sub, .page-hero-sub, .section-sub, .sub, .lede { text-align: left !important; }
  .tour-layout { padding-top: 32px !important; }
}


/* Client feedback round 3: contrast, readable About page, and icon cleanup */
:root { --muted: #3f3f3f; --muted-2: #555; --ink-2: #242424; }
body { color: #070707; }
p, li, .sub, .page-hero-sub, .hero-sub, .section-sub, .lede, .faq-a, .tier-tagline, .tier-meta, .contact-card p, .topic-card p {
  color: #2f2f2f !important;
}
.hero p,
.hero .hero-sub,
.page-hero p,
.page-hero .page-hero-sub,
.section-dark p,
.section-dark li,
.section-dark .sub,
.section-dark .section-sub,
.section-dark .lede,
.dark-card p,
.dark-card li,
footer p,
footer li,
footer a {
  color: rgba(255, 255, 255, 0.72) !important;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.hero h1,
.hero h2,
.page-hero h1,
.page-hero h2,
footer h4,
footer h5,
footer .footer-brand h4 {
  color: #fff !important;
}
footer .footer-contact a,
footer a:hover {
  color: var(--orange) !important;
}
.eyebrow, .hero-pill, .press-source, .trainer-spec, .post-tag, .blog-cat, .form-label {
  font-size: 0.82rem !important;
  letter-spacing: 0.14em !important;
}
.impact-card, .press-card, .tier-card, .included-card, .faq-item, .topic-card, .contact-card, .post-card, .pricing-card, .pt-benefit, .form-card {
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-width: 1.5px !important;
}
.lucide-icon {
  width: 1.08em;
  height: 1.08em;
  display: inline-block;
  vertical-align: -0.16em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.nav-icon-wrap { color: var(--orange); display: inline-flex; }
.nav-call-mobile {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--orange) !important;
}
.nav-call-mobile .lucide-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.25;
}
.nav-location .loc-pin.lucide-pin-icon,
.loc-detect-btn .detect-icon.lucide-pin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--orange);
}
.nav-location .loc-pin.lucide-pin-icon::before,
.nav-location .loc-pin.lucide-pin-icon::after,
.loc-detect-btn .detect-icon.lucide-pin-icon::before,
.loc-detect-btn .detect-icon.lucide-pin-icon::after {
  display: none !important;
}
.nav-location .loc-pin.lucide-pin-icon .lucide-icon,
.loc-detect-btn .detect-icon.lucide-pin-icon .lucide-icon {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}
.chatbot-bubble .lucide-icon { width: 1.4rem; height: 1.4rem; }
.topic-icon .lucide-icon { width: 1.35rem; height: 1.35rem; }
.app-badge { font-weight: 900; }
.social-row a { min-width: 34px; min-height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; font-weight: 900; font-size: 0.72rem; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0 18px; font-size: 0.78rem; line-height: 1.45; color: #3a3a3a; }
.form-consent input { margin-top: 3px; flex: 0 0 auto; }
.about-hero .trevor-photo { box-shadow: 0 34px 78px rgba(0,0,0,0.14) !important; }
.about-hero .h1 em { color: inherit !important; font-style: normal !important; }
.about-hero p { color: #242424 !important; font-size: clamp(1.12rem, 1.5vw, 1.25rem) !important; line-height: 1.72 !important; }
.trevor-promise-copy { text-align: left !important; }
.trevor-promise-title { color: #101010 !important; font-size: clamp(2.2rem, 3.4vw, 3.2rem) !important; }
.trevor-promise .quote { color: #272727 !important; font-size: clamp(1.06rem, 1.45vw, 1.24rem) !important; line-height: 1.78 !important; margin-left: 0 !important; margin-right: 0 !important; max-width: 820px !important; }
.trevor-signature { margin-left: 0 !important; }
.trevor-cred { color: #444 !important; }
.mission-fullbleed .mission-quote,
.mission-fullbleed p {
  color: rgba(255, 255, 255, 0.9) !important;
}
.mission-fullbleed .trevor-cred {
  color: rgba(255, 255, 255, 0.72) !important;
}
.mission-fullbleed .trevor-sig {
  color: var(--orange) !important;
}
.timeline-item p, .impact-card p, .press-card p { color: #303030 !important; font-size: 1rem !important; line-height: 1.65 !important; }
.impact-card { background: linear-gradient(180deg, #fff 0%, #fff8ef 100%) !important; }
.impact-card h5 { font-size: 1.35rem !important; }
.memberships-page .page-hero, body:has(#membership-options) .page-hero { display: none !important; }
.pt-inquiry-form { max-width: 820px; margin-top: 30px; }
@media (max-width: 700px) {
  .eyebrow, .hero-pill { font-size: 0.78rem !important; }
  .about-hero p, .trevor-promise .quote { font-size: 1.04rem !important; }
  .form-consent { font-size: 0.75rem; }
}


/* Feedback round 4 */
.social-row a svg,
.social-icons a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}
.social-row a svg path,
.social-icons a svg path {
  vector-effect: non-scaling-stroke;
}
.social-row a,
.social-icons a {
  font-size: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mini-footer {
  background: #050505;
  color: rgba(255,255,255,0.72);
  padding: 28px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.mini-footer strong {
  display: block;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.mini-footer span,
.mini-footer p,
.mini-footer a {
  color: rgba(255,255,255,0.72);
  font-size: 0.9rem;
}
.mini-footer p {
  margin: 0;
}
.qr-contact {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}
.qr-contact a {
  color: var(--orange);
  font-weight: 800;
}
@media (max-width: 720px) {
  .mini-footer {
    display: block;
    text-align: left;
  }
  .mini-footer a,
  .mini-footer p {
    display: block;
    margin-top: 10px;
  }
}


/* Feedback round 5 */
.nav-center .nav-dd { position: relative; display: flex; align-items: center; }
.nav-center .nav-dd-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  padding: 6px;
  min-width: 150px;
  z-index: 200;
  box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}
.nav-center .nav-dd:hover .nav-dd-menu,
.nav-center .nav-dd:focus-within .nav-dd-menu { display: flex; }
.nav-center .nav-dd-menu a { padding: 7px 12px; border-radius: 6px; white-space: nowrap; }
.nav-center .nav-dd-menu a:hover { background: rgba(0,0,0,0.05); }
@media (min-width: 768px) {
  #membership-options .tiers-grid {
    grid-template-columns: repeat(2, minmax(260px, 360px));
    justify-content: center;
  }
}


/* round7 contrast */
:root{--muted-2:#6e6e6e !important}


/* round8 contact form */
.general-contact-form.form-card{background:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:16px;padding:28px;max-width:660px;margin:24px auto 0;box-shadow:0 12px 34px rgba(0,0,0,0.07);text-align:left}
.general-contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.general-contact-form .form-group{display:flex;flex-direction:column;min-width:0}
.general-contact-form .form-label{font-family:'Inter',sans-serif !important;font-size:0.72rem !important;font-weight:700 !important;letter-spacing:0.04em !important;text-transform:uppercase !important;color:#3f3f3f !important;margin-bottom:6px !important;display:block !important}
.general-contact-form .form-input,.general-contact-form .form-select{width:100%;padding:12px 14px;border:1px solid rgba(0,0,0,0.18);border-radius:10px;font-size:0.95rem;font-family:'Inter',sans-serif;background:#fff;color:#1a1a1a;box-sizing:border-box}
.general-contact-form .form-input::placeholder{color:#9a9a9a}
.general-contact-form .form-input:focus,.general-contact-form .form-select:focus{outline:none;border-color:#f78f1e;box-shadow:0 0 0 3px rgba(247,143,30,0.15)}
.general-contact-form textarea.form-input{resize:vertical;min-height:120px}
.general-contact-form .form-consent{display:flex;gap:10px;align-items:flex-start;font-size:0.82rem;color:#3f3f3f;margin:6px 0 18px;line-height:1.5}
.general-contact-form .form-consent input{margin-top:3px;flex:0 0 auto}
.general-contact-form .btn-form{background:#f78f1e;color:#0a0a0a;border:none;border-radius:999px;padding:13px 30px;font-weight:800;font-size:0.95rem;cursor:pointer;font-family:'Inter',sans-serif}
.general-contact-form .btn-form:hover{background:#e07d0a}
@media(max-width:640px){.general-contact-form .form-row{grid-template-columns:1fr}.general-contact-form.form-card{padding:22px}}


/* Home feedback round 12: readability, homepage copy/layout polish, app links, and local articles. */
body.home-page .hero-content {
  max-width: 1120px !important;
  isolation: isolate;
}

@media (min-width: 768px) {
  body.home-page .hero-content::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: clamp(12px, 2vw, 28px);
    top: 76px;
    width: min(760px, calc(100% - 48px));
    height: calc(100% - 152px);
    border-radius: 30px;
    background: radial-gradient(ellipse at 34% 42%, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.32) 44%, rgba(0, 0, 0, 0.08) 68%, transparent 82%);
    filter: blur(10px);
    pointer-events: none;
  }
}

body.home-page .hero-sub {
  color: #ffffff !important;
  font-size: clamp(1.18rem, 1.55vw, 1.38rem) !important;
  font-weight: 650 !important;
  line-height: 1.54 !important;
  max-width: 710px !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

body.home-page .hero-pill {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.38) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
}

body.home-page .programs-carousel-nav {
  position: static !important;
  transform: none !important;
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 28px auto 8px !important;
  pointer-events: auto !important;
}

body.home-page .programs-carousel-nav button {
  position: static !important;
  transform: none !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
}

body.home-page .programs-carousel-nav button:hover {
  transform: translateY(-1px) !important;
}

body.home-page .programs-carousel {
  padding-bottom: 18px !important;
}

body.home-page .programs-carousel-hint {
  margin-top: 8px !important;
}

body.home-page .welcome-cta-right .btn-welcome {
  margin-top: 34px !important;
  margin-bottom: 18px !important;
}

body.home-page .welcome-cta-right .big-sub {
  color: rgba(255, 255, 255, 0.88) !important;
  margin: 0 !important;
}

body.home-page #locations .loc-list {
  max-height: 760px;
  overflow-y: auto;
  scrollbar-color: var(--orange) rgba(255, 255, 255, 0.1);
}

body.home-page #locations .loc-list-intro {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.88rem;
  line-height: 1.5;
  margin: -10px 0 12px;
}

body.home-page #locations .loc-row {
  min-height: 58px;
}

body.home-page .app-download-actions,
.app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body.home-page .app-download-actions {
  justify-content: center;
  margin-top: 36px;
}

.app-badge.app-badge-link {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  min-width: 148px;
  min-height: 54px;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  color: #ffffff !important;
  line-height: 1.1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.app-badge.app-badge-link:hover {
  transform: translateY(-2px);
  background: #111111 !important;
  border-color: var(--orange) !important;
  color: #ffffff !important;
}

.app-badge .store-kicker {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.app-badge strong {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  color: #ffffff;
}

body.home-page .sf-band p {
  color: rgba(10, 10, 10, 0.86) !important;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem) !important;
}

body.home-page .section-paper .sub {
  color: #242424 !important;
}

body.home-page .closing-cta p {
  color: #ffffff !important;
  font-size: clamp(1.2rem, 1.7vw, 1.42rem) !important;
  max-width: 720px !important;
  font-weight: 600 !important;
}

footer,
footer p,
footer li,
footer a,
.footer-bottom {
  color: rgba(255, 255, 255, 0.86) !important;
}

footer .footer-bottom {
  color: rgba(255, 255, 255, 0.68) !important;
}

footer .footer-brand p {
  color: rgba(255, 255, 255, 0.88) !important;
}

footer .app-badges {
  align-items: stretch;
}

.blog-article-page .article-wrap {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.blog-article-page .article-date {
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 18px;
}

.blog-article-page .article-section {
  padding: 0 0 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.blog-article-page .article-section h2,
.blog-article-page .article-cta h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}

.blog-article-page .article-section p,
.blog-article-page .article-cta p {
  color: #242424 !important;
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

.blog-article-page .article-section h3 {
  color: #111111;
  font-size: 1.18rem;
  line-height: 1.25;
  margin: 24px 0 10px;
}

.blog-article-page .article-section ul,
.blog-article-page .article-section ol {
  color: #242424;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.72;
  margin: 12px 0 20px 24px;
  padding-left: 18px;
}

.blog-article-page .article-section li {
  margin-bottom: 8px;
}

.blog-article-page .article-section blockquote {
  margin: 28px 0;
  padding: 24px 28px;
  border-left: 4px solid #f78f1e;
  background: rgba(247, 143, 30, 0.08);
  color: #111111;
  font-size: 1.18rem;
  line-height: 1.55;
  font-weight: 700;
}

.blog-article-page .article-section blockquote span {
  display: block;
  margin-top: 10px;
  color: #5c6570;
  font-size: 0.92rem;
  font-weight: 600;
}

.blog-article-page .article-cta {
  margin-top: 48px;
  padding: clamp(34px, 5vw, 54px);
  border-radius: 18px;
  background: #0a0a0a;
  color: #ffffff;
}

.blog-article-page .article-cta h2,
.blog-article-page .article-cta p {
  color: #ffffff !important;
}

.blog-article-page .article-cta .btn-primary,
.blog-article-page .article-cta .btn-secondary-outline {
  margin-top: 18px;
  margin-right: 12px;
}

@media (max-width: 760px) {
  body.home-page .hero-sub {
    text-align: center !important;
    font-size: 1.05rem !important;
  }

  body.home-page .programs-carousel-nav {
    margin-top: 24px !important;
  }

  body.home-page #locations .loc-list {
    max-height: 560px;
  }

  body.home-page .app-download-actions,
  .app-badges {
    justify-content: center;
  }

  .app-badge.app-badge-link {
    min-width: min(160px, calc(50vw - 20px));
  }

  .blog-article-page .article-wrap {
    width: min(100% - 40px, 880px);
    padding: 52px 0 68px;
  }
}

@media (min-width: 768px) {
  body.home-page .hero-bg.has-photo::after {
    background: none !important;
    background-image: none !important;
  }
}

/* Home feedback round 13: normalize white subcopy and compact the locations block. */
body.home-page .hero-sub,
body.home-page .closing-cta p {
  color: #ffffff !important;
  font-size: 1.15rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

body.home-page #locations {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

body.home-page #locations .sub {
  margin-bottom: 34px !important;
}

body.home-page #locations .loc-block-live,
body.home-page #locations .loc-block {
  min-height: 460px !important;
  align-items: stretch !important;
}

body.home-page #locations .loc-map,
body.home-page #locations .loc-map.osm-location-map,
body.home-page #locations .osm-location-map iframe {
  min-height: 460px !important;
  height: 460px !important;
}

body.home-page #locations .loc-list {
  max-height: 460px !important;
  overflow-y: auto !important;
}

body.home-page #locations .loc-row {
  min-height: 48px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.home-page #locations .loc-row span {
  font-size: 0.78rem !important;
}

@media (max-width: 760px) {
  body.home-page .hero-sub,
  body.home-page .closing-cta p {
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
  }

  body.home-page #locations {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  body.home-page #locations .loc-map,
  body.home-page #locations .loc-map.osm-location-map,
  body.home-page #locations .osm-location-map iframe {
    min-height: 300px !important;
    height: 300px !important;
  }

  body.home-page #locations .loc-list {
    max-height: 420px !important;
  }
}


/* Client feedback round 14: rest-of-site readability, copy, and help flow. */
body.amenities-page .check-amenity p,
body.amenities-page .recovery-video-copy p,
body.locations-page .locations-hero p,
body.locations-page .location-search-status,
body.shesfit-page .shesfit-hero .hero-sub,
body.shesfit-page .shesfit-hero p {
  color: #ffffff !important;
}

body.locations-page .locations-hero p {
  font-size: 1.22rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

body.amenities-page .check-form {
  align-items: stretch;
  flex-wrap: wrap;
}

body.amenities-page .check-form select {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
}

body.amenities-page .check-form select option {
  color: #111111;
  background: #ffffff;
}

body.amenities-page .amenity-club-result {
  display: none;
  grid-column: 1 / -1;
  padding: 26px 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body.amenities-page .amenity-club-result.is-visible {
  display: block;
}

body.amenities-page .amenity-club-result h4 {
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
}

body.amenities-page .amenity-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.amenities-page .amenity-club-result strong,
body.amenities-page .amenity-club-result li,
body.amenities-page .amenity-club-result p {
  color: #ffffff !important;
}

body.amenities-page .amenity-club-result ul {
  margin: 10px 0 0;
  padding-left: 19px;
}

body.amenities-page .amenity-club-result p {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

body.amenities-page .amenity-carousel-wrap .programs-carousel-nav {
  position: static !important;
  transform: none !important;
  display: flex !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 28px auto 10px !important;
  padding: 0 !important;
  pointer-events: auto !important;
}

body.amenities-page .amenity-carousel-wrap .programs-carousel-nav button {
  position: static !important;
  transform: none !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
}

body.amenities-page .amenity-carousel-wrap .programs-carousel-nav button:hover {
  transform: translateY(-1px) !important;
}

body.amenities-page .amenity-carousel-wrap .programs-carousel-hint {
  margin-top: 8px !important;
  text-align: center;
}

body.amenities-page #recovery .recovery-amenity {
  background: linear-gradient(180deg, #ffffff 0%, #fff8ef 100%) !important;
  border: 1.5px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.06) !important;
}

body.amenities-page #recovery .recovery-amenity h3,
body.amenities-page #recovery .recovery-amenity p,
body.amenities-page #recovery .recovery-amenity li {
  color: #242424 !important;
}

body.amenities-page .recovery-pass-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px 38px;
  border-radius: 20px;
  background: #090909;
  color: #ffffff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}

body.amenities-page .recovery-pass-cta .eyebrow {
  color: var(--orange);
  margin-bottom: 12px;
}

body.amenities-page .recovery-pass-cta h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

body.amenities-page .recovery-pass-cta p {
  max-width: 640px;
  margin: 0;
  color: #fff !important;
  font-size: 1.02rem;
  line-height: 1.55;
}

body.amenities-page .recovery-pass-cta .btn-primary {
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  body.amenities-page .recovery-pass-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 28px 24px;
  }

  body.amenities-page .recovery-pass-cta .btn-primary {
    justify-content: center;
    width: 100%;
  }
}

body.shesfit-page .shesfit-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(5, 10, 6, 0.82) 0%, rgba(5, 10, 6, 0.62) 44%, rgba(5, 10, 6, 0.18) 100%);
}

body.shesfit-page .shesfit-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.72);
}

body.shesfit-page .shesfit-hero h1 {
  max-width: 760px;
}

body.shesfit-page .shesfit-hero .hero-sub {
  font-size: clamp(1.08rem, 1.55vw, 1.24rem) !important;
  line-height: 1.58 !important;
  font-weight: 600 !important;
  max-width: 640px !important;
}

body.shesfit-page .feature-chips .chip {
  color: #ffffff !important;
  border-color: rgba(140, 198, 62, 0.62) !important;
  background: rgba(5, 10, 6, 0.46) !important;
}

body.shesfit-page .feature-chips .chip::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 999px;
  background: #8cc63e;
  box-shadow: 0 0 0 5px rgba(140, 198, 62, 0.18);
  vertical-align: 1px;
}

body.shesfit-page .shesfit-find-section {
  background: #f7f8f4 !important;
}

body.shesfit-page .shesfit-find-section .section-label,
body.shesfit-page .shesfit-find-section .section-heading,
body.shesfit-page .shesfit-find-section .section-sub {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.shesfit-page .shesfit-find-section .section-heading {
  max-width: 980px !important;
}

body.shesfit-page .shesfit-find-section .section-sub {
  max-width: 760px !important;
  margin-bottom: 44px !important;
}

body.shesfit-page .shesfit-find-section .locations-preview {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr) !important;
  gap: 28px !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}

body.shesfit-page .shesfit-find-section .map-box,
body.shesfit-page .shesfit-find-section .locations-list {
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(10, 10, 10, 0.12) !important;
}

body.shesfit-page .section-grey .section-sub {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

body.shesfit-page .shesfit-inside-section .sf-photo-body {
  background: rgba(5, 10, 6, 0.9) !important;
}

body.shesfit-page .shesfit-inside-section .sf-photo-body h4,
body.shesfit-page .shesfit-inside-section .sf-photo-body p {
  color: #ffffff !important;
}

body.help-page .search-hero {
  padding-bottom: 28px !important;
}

body.help-page #contact {
  padding-top: 42px !important;
}

body.help-page .contact-card .topic-icon {
  display: none !important;
}

body.help-page .contact-card h5 {
  margin-top: 0 !important;
}

body.help-page .help-faq-section {
  background: #ffffff;
}

@media (max-width: 760px) {
  body.amenities-page .check-amenity {
    padding: 34px 22px !important;
    border-radius: 16px !important;
  }

  body.amenities-page .check-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.amenities-page .amenity-result-grid {
    grid-template-columns: 1fr;
  }

  body.shesfit-page .shesfit-hero::after {
    background: linear-gradient(180deg, rgba(5, 10, 6, 0.84) 0%, rgba(5, 10, 6, 0.62) 55%, rgba(5, 10, 6, 0.78) 100%);
  }

  body.shesfit-page .shesfit-hero-content {
    text-align: left !important;
    align-items: flex-start !important;
  }

  body.shesfit-page .shesfit-find-section .locations-preview {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

body.help-page #contact,
  body.help-page .help-faq-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.google-location-map [data-map-frame] {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
}

.google-location-map iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  display: block !important;
}

.google-location-map .osm-map-card {
  position: relative !important;
  z-index: 2 !important;
}

body.shesfit-page .shesfit-osm-map.google-location-map {
  background: #f3f1ea !important;
}

body.shesfit-page .shesfit-osm-map.google-location-map::before {
  display: none !important;
}

/* About page founder video: keep the older vertical asset contained in the story section. */
.trevor-video-card .trevor-promise-video {
  width: min(100%, 420px) !important;
  max-height: 640px !important;
  object-fit: contain !important;
  background: #050505 !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.12) !important;
}

@media (max-width: 1024px) {
  .trevor-video-card .trevor-promise-video {
    width: min(100%, 360px) !important;
    max-height: 620px !important;
  }
}

/* Client feedback round 16: locations, memberships, and She's FIT polish. */
body.locations-page .locations-split {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr) !important;
  align-items: stretch !important;
  gap: 28px !important;
  max-width: 1440px !important;
  margin: 0 auto 72px !important;
  padding: 0 48px !important;
}

body.locations-page .locations-map.osm-location-map.google-location-map {
  position: relative !important;
  min-height: 640px !important;
  height: min(720px, calc(100vh - 150px)) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 24px 70px rgba(10, 10, 10, 0.14) !important;
}

body.locations-page .locations-map.osm-location-map.google-location-map::before {
  display: none !important;
}

body.locations-page .locations-list-scroll {
  max-height: min(720px, calc(100vh - 150px)) !important;
  overflow-y: auto !important;
  padding: 2px 8px 2px 2px !important;
  scrollbar-width: thin;
}

body.locations-page .location-card {
  scroll-margin-top: 120px;
}

body.locations-page .location-actions a[href="guest-pass.html"] {
  border-color: rgba(247, 143, 30, 0.55) !important;
  background: linear-gradient(135deg, #f78f1e 0%, #ffb54d 100%) !important;
  color: #0a0a0a !important;
  box-shadow: 0 10px 24px rgba(247, 143, 30, 0.24) !important;
}

body.locations-page .location-actions a[href="guest-pass.html"]:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 16px 34px rgba(247, 143, 30, 0.36) !important;
}

body.locations-page .locations-pass-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  max-width: 1344px;
  margin: 0 auto 96px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 20px;
  background:
    radial-gradient(circle at 88% 18%, rgba(255, 181, 77, 0.26), transparent 34%),
    linear-gradient(135deg, #0a0a0a 0%, #171717 100%);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(10, 10, 10, 0.16);
}

body.locations-page .locations-pass-cta .eyebrow {
  margin-bottom: 14px;
  color: var(--orange);
}

body.locations-page .locations-pass-cta h2 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #ffffff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.3rem, 4.8vw, 4.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

body.locations-page .locations-pass-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
  line-height: 1.6;
}

body.locations-page .locations-pass-cta .btn-primary {
  flex: 0 0 auto;
  white-space: nowrap;
}

body.memberships-page .membership-amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

body.memberships-page .membership-amenity-card {
  min-height: 238px;
  padding: 28px 26px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: #0a0a0a;
  box-shadow: 0 16px 42px rgba(10, 10, 10, 0.055);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.memberships-page .membership-amenity-card:hover {
  transform: translateY(-4px);
  border-color: rgba(247, 143, 30, 0.42);
  box-shadow: 0 24px 62px rgba(10, 10, 10, 0.09);
}

body.memberships-page .membership-amenity-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--orange);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

body.memberships-page .membership-amenity-card h3 {
  margin: 0 0 12px;
  color: #0a0a0a;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

body.memberships-page .membership-amenity-card p {
  margin: 0;
  color: #5d666d;
  font-size: 0.96rem;
  line-height: 1.56;
}

body.shesfit-page .shesfit-hero {
  align-items: flex-start !important;
  min-height: 660px !important;
  padding-top: clamp(76px, 9vh, 118px) !important;
  padding-bottom: 72px !important;
}

body.shesfit-page .shesfit-hero-content {
  margin-top: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 44px !important;
  transform: translateY(-54px);
}

body.shesfit-page .value-icon svg {
  width: 31px !important;
  height: 31px !important;
}

body.shesfit-page .shesfit-find-section .section-label,
body.shesfit-page .shesfit-find-section .section-heading,
body.shesfit-page .shesfit-find-section .section-sub {
  display: block !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.shesfit-page .shesfit-find-section .section-label {
  width: fit-content;
}

body.shesfit-page .shesfit-find-section .section-sub {
  margin-bottom: 46px !important;
}

body.shesfit-page .shesfit-find-section .locations-list {
  border: 1px solid rgba(10, 10, 10, 0.08) !important;
  background: #ffffff !important;
  color: #0a0a0a !important;
}

body.shesfit-page .shesfit-find-section .locations-list h3 {
  color: #0a0a0a !important;
}

body.shesfit-page .shesfit-find-section .location-pill {
  border-bottom: 1px solid rgba(10, 10, 10, 0.08) !important;
}

body.shesfit-page .shesfit-find-section .location-pill strong {
  color: #0a0a0a !important;
}

body.shesfit-page .shesfit-find-section .location-pill span {
  color: #5f6870 !important;
}

body.shesfit-page .shesfit-find-section .locations-list .shesfit-view-all {
  color: #07110a !important;
  background: rgba(140, 198, 62, 0.16) !important;
}

body.shesfit-page .sf-photo-card img[src*="media-kit"] {
  object-position: center center;
}

body.shesfit-page footer .app-badge.app-badge-link,
body.shesfit-page footer .app-badge.app-badge-link .store-kicker,
body.shesfit-page footer .app-badge.app-badge-link strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body.shesfit-page footer .app-badge.app-badge-link {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 1024px) {
  body.locations-page .locations-split,
  body.shesfit-page .shesfit-find-section .locations-preview {
    grid-template-columns: 1fr !important;
  }

  body.locations-page .locations-map.osm-location-map.google-location-map,
  body.locations-page .locations-list-scroll {
    height: auto !important;
    max-height: none !important;
  }

  body.locations-page .locations-map.osm-location-map.google-location-map {
    min-height: 480px !important;
  }

  body.locations-page .locations-pass-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-left: 24px;
    margin-right: 24px;
  }

  body.memberships-page .membership-amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.locations-page .locations-split {
    padding: 0 20px !important;
  }

  body.locations-page .locations-map.osm-location-map.google-location-map {
    min-height: 380px !important;
    border-radius: 16px !important;
  }

  body.locations-page .locations-pass-cta {
    margin-bottom: 72px;
    padding: 30px 24px;
  }

  body.locations-page .locations-pass-cta .btn-primary,
  body.memberships-page .membership-amenity-card {
    width: 100%;
  }

  body.memberships-page .membership-amenity-grid {
    grid-template-columns: 1fr;
  }

  body.shesfit-page .shesfit-hero {
    min-height: 620px !important;
    padding-top: 76px !important;
    align-items: flex-start !important;
  }

  body.shesfit-page .shesfit-hero-content {
    transform: none;
    padding-top: 34px !important;
    padding-bottom: 36px !important;
  }

  body.shesfit-page .shesfit-find-section .section-label,
  body.shesfit-page .shesfit-find-section .section-heading,
  body.shesfit-page .shesfit-find-section .section-sub {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* June 16 handoff UI batch */
body.locations-page .locations-pass-cta p {
  color: rgba(255, 255, 255, 0.94) !important;
}

body.memberships-page .membership-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

body.memberships-page .membership-program-card {
  min-width: 0 !important;
  flex: initial !important;
  cursor: default !important;
}

body.memberships-page .membership-program-card:hover {
  transform: none !important;
  box-shadow: 0 16px 42px rgba(10, 10, 10, 0.055) !important;
  border-color: rgba(10, 10, 10, 0.08) !important;
}

body.memberships-page .membership-program-card .program-card-wide-body {
  min-height: 236px;
}

body.memberships-page .membership-program-card .membership-program-index {
  margin-bottom: 16px;
  color: var(--orange);
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.shesfit-page footer .footer-brand h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

body.shesfit-page footer .footer-brand p {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 1024px) {
  body.memberships-page .membership-program-grid {
    grid-template-columns: 1fr !important;
  }
}
