
:root {
  --policy-bg: #f4efe5;
  --policy-ink: #080806;
  --policy-muted: rgba(8, 8, 6, 0.64);
  --policy-border: rgba(8, 8, 6, 0.14);
  --policy-accent: #c8ff2f;
}

.production-legal-footer {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: #050505;
  color: rgba(255, 255, 255, 0.72);
  font: 500 0.78rem/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.04em;
}

footer .production-legal-footer {
  justify-content: flex-start;
  margin-top: 2rem;
  padding: 1.25rem 0 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
}

.production-policy-page .production-legal-footer {
  justify-content: center;
  margin-top: 0;
  padding: 1.25rem;
  background: #050505;
  color: rgba(255, 255, 255, 0.72);
}

.production-legal-footer a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.production-legal-footer a:hover {
  color: #fff;
}

.production-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.production-policy-page {
  margin: 0;
  background: var(--policy-bg);
  color: var(--policy-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.production-trial-page {
  margin: 0;
  min-height: 100vh;
  background: #050505;
  color: #f4f0e6;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.trial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.trial-header a {
  color: inherit;
  text-decoration: none;
}

.trial-brand {
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trial-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  color: rgba(244, 240, 230, 0.72);
  font-size: 0.86rem;
}

.trial-main {
  width: min(1040px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7rem) 0 clamp(5rem, 12vw, 8rem);
}

.trial-kicker {
  margin: 0 0 1rem;
  color: rgba(212, 255, 63, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.trial-main h1 {
  max-width: 9.5em;
  margin: 0;
  color: #f4f0e6;
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.trial-lead {
  max-width: 42rem;
  margin: 2rem 0 0;
  color: rgba(244, 240, 230, 0.72);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.9;
}

.trial-notice {
  margin: 2rem 0 0;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(212, 255, 63, 0.42);
  background: rgba(212, 255, 63, 0.09);
  color: #eaff9c;
  line-height: 1.75;
}

.trial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.trial-card {
  min-height: 10rem;
  padding: 1.25rem;
  background: #0d0d0d;
}

.trial-card span {
  display: block;
  color: rgba(244, 240, 230, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trial-card strong {
  display: block;
  margin-top: 1rem;
  color: #f4f0e6;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  line-height: 1.25;
}

.trial-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.4rem;
}

.trial-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 13rem;
  min-height: 3.25rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f4f0e6;
  text-decoration: none;
}

.trial-button-primary {
  border-color: #d4ff3f;
  background: #d4ff3f;
  color: #050505;
}

.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid var(--policy-border);
}

.policy-brand,
.policy-header a {
  color: var(--policy-ink);
  text-decoration: none;
}

.policy-brand {
  font-weight: 700;
  letter-spacing: 0.16em;
}

.policy-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  font-size: 0.86rem;
}

.policy-main {
  width: min(860px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.policy-kicker {
  margin: 0 0 1rem;
  color: var(--policy-muted);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.policy-main h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.policy-main h2 {
  margin: 2.6rem 0 0.75rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--policy-border);
  font-size: clamp(1.2rem, 3vw, 1.6rem);
}

.policy-main p {
  margin: 0.8rem 0;
  color: var(--policy-muted);
  font-size: 1rem;
  line-height: 1.9;
}

.policy-main a {
  color: var(--policy-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.policy-updated {
  margin-top: 3rem !important;
  font-size: 0.88rem !important;
}

.production-reservation-notice {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(214, 255, 47, 0.42);
  background: rgba(214, 255, 47, 0.08);
  color: #eaff9c;
  font-size: 0.92rem;
  line-height: 1.75;
}

.production-disabled-submit {
  cursor: not-allowed !important;
  opacity: 0.58 !important;
}

.production-noscript {
  display: block;
  padding: 1rem;
  background: #d4ff3f;
  color: #050505;
  font: 700 0.9rem/1.7 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.production-mobile-program-poster,
.production-video-poster-fallback {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  filter: grayscale(0.16) saturate(0.82);
  transition: transform 700ms, filter 700ms;
}

.production-video-poster-fallback {
  z-index: 60;
}

.production-video-replay {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 61;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  padding: 0.7rem 1rem;
  color: #fff;
  font: 700 0.75rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.06em;
  pointer-events: auto;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.production-video-replay:focus-visible {
  outline: 2px solid #d4ff3f;
  outline-offset: 3px;
}

.production-video-replay[data-production-placement="left"] {
  right: auto;
  left: 0.75rem;
}

.production-video-static-fallback {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 62;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.82);
  padding: 0.72rem 1rem;
  color: #fff;
  font: 700 0.78rem/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.production-video-static-fallback:focus-visible {
  outline: 3px solid #d4ff3f;
  outline-offset: 3px;
}

body.production-runtime-enhanced .production-video-static-fallback {
  display: none !important;
}

/* HTML must remain understandable when the enhancement bundle is blocked or
   throws before patch() completes. The enhanced runtime takes over only after
   it has installed every fallback and interaction handler successfully. */
body:not(.production-runtime-enhanced) [data-hero-intro="true"] {
  display: none !important;
}

body:not(.production-runtime-enhanced) [data-hero-logo="true"],
body:not(.production-runtime-enhanced) [data-logo-letter="true"],
body:not(.production-runtime-enhanced) [data-logo-sub="true"],
body:not(.production-runtime-enhanced) [data-hero-copy="true"],
body:not(.production-runtime-enhanced) [data-hero-card="true"],
body:not(.production-runtime-enhanced) [data-card-label-ui="true"],
body:not(.production-runtime-enhanced) [data-card-watch-ui="true"] {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  visibility: visible !important;
}

body:not(.production-runtime-enhanced) [data-hero-card="true"] video {
  display: block !important;
  filter: none !important;
  opacity: 1 !important;
}

body:not(.production-runtime-enhanced) [data-hero-bg="true"],
body:not(.production-runtime-enhanced) [data-hero-bg-inner="true"] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.production-sticky-promo-label {
  color: #050505 !important;
}

[data-hero-intro="true"] {
  display: block !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

body.production-hero-intro-active [data-hero-intro="true"] {
  animation: productionHeroIntroFade 1.25s cubic-bezier(0.76, 0, 0.24, 1) forwards !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.production-hero-intro-active [data-op-cut] {
  animation: productionHeroIntroCut 1.05s cubic-bezier(0.76, 0, 0.24, 1) both !important;
}

body.production-hero-intro-active .op-label {
  animation: productionHeroIntroLabel 1.05s ease both !important;
}

body.production-hero-intro-active [data-op-tag] {
  animation: productionHeroIntroTag 1.05s ease 0.16s both !important;
}

body.production-hero-intro-active:not(.production-hero-main-revealed) [data-hero-copy="true"],
body.production-hero-intro-active:not(.production-hero-main-revealed) [data-hero-card="true"] {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

body.production-hero-intro-active.production-hero-main-revealed [data-hero-copy="true"],
body.production-hero-intro-active.production-hero-main-revealed [data-hero-card="true"] {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 260ms ease, visibility 0s linear 0s !important;
}

body.production-hero-intro-complete [data-hero-intro="true"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

@keyframes productionHeroIntroFade {
  0%, 68% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes productionHeroIntroCut {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    transform: translate3d(-2rem, 0, 0);
  }
  18%, 62% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    transform: translate3d(2rem, 0, 0);
  }
}

@keyframes productionHeroIntroLabel {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
  }
  14%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes productionHeroIntroTag {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0.5rem, 0);
  }
  18%, 100% {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

[data-card-label-ui="true"],
[data-card-watch-ui="true"] {
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
}

[data-hero-card="true"] {
  filter: none !important;
}

[data-hero-card="true"] video {
  filter: none !important;
  opacity: 1 !important;
}

body.production-static-runtime [data-global-header="true"] a,
body.production-static-runtime [data-global-header="true"] button,
body.production-static-runtime [data-global-header-shell="true"],
body.production-static-runtime [data-hero-logo="true"],
body.production-static-runtime [data-logo-letter="true"],
body.production-static-runtime [data-logo-sub="true"],
body.production-static-runtime [data-card-label-ui="true"],
body.production-static-runtime [data-card-watch-ui="true"],
body.production-static-runtime [data-community-heading="true"],
body.production-static-runtime [data-community-line="true"],
body.production-static-runtime [data-community-body="true"],
body.production-static-runtime [data-community-media="true"] {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

body.production-static-runtime [data-hero-card="true"] {
  filter: none !important;
  pointer-events: auto !important;
  will-change: opacity, transform;
}

body.production-static-runtime [data-hero-card="true"] video,
body.production-static-runtime [data-op-cut] video {
  filter: none !important;
  opacity: 1 !important;
}

body.production-static-runtime [data-hero-bg="true"] {
  opacity: 1;
}

body.production-static-runtime [data-hero-bg-inner="true"] {
  opacity: 0.48;
  transform: translate3d(0, -6px, 0) scale(1.02);
  will-change: opacity, transform;
}

body.production-static-runtime [data-hero-grain-layer="true"] {
  opacity: 1 !important;
  visibility: visible !important;
}

body.production-static-runtime [data-theme="hero"] [data-manifest-preview-word="true"] {
  opacity: 0.02 !important;
}

body.production-static-runtime [data-theme="hero"] [data-manifest-preview-card="true"] {
  opacity: 0 !important;
}

body.production-static-runtime [data-hero-copy="true"] .font-serif {
  line-height: 1.08 !important;
  overflow: visible !important;
  padding-bottom: 0.08em;
}

body.production-static-runtime [data-hero-copy="true"] .font-serif [data-copy-mask="true"] {
  line-height: 1.08 !important;
  padding-bottom: 0.04em;
}

body.production-static-runtime [data-motion-stage="pre"] [data-hero-card="true"],
body.production-static-runtime [data-motion-stage="pre"] [data-hero-card="true"] video {
  filter: none !important;
}

body.production-hide-fixed-brand [data-global-header="true"] a[aria-label="FITONE home"] {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(-0.35rem) !important;
}

body.production-hero-intro-active .production-sticky-promo-visible {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(1rem) !important;
}

@media (max-width: 767px) {
  [data-global-header="true"] > div:first-child {
    max-width: 100vw !important;
    overflow: visible !important;
  }

  [data-global-header="true"] button[aria-label*="navigation menu"] {
    flex: 0 0 auto !important;
    max-width: calc(100vw - 2rem) !important;
  }

  #membership-heading {
    font-size: clamp(1.85rem, 7.8vw, 2.5rem) !important;
  }

  #membership-heading > span {
    display: block;
  }

  #membership-heading > span:first-child {
    white-space: nowrap;
  }
}

.production-day-heading-restored {
  color: rgba(5, 5, 5, 0.42);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.production-day-list-restored {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
}

.production-day-slot-restored {
  align-items: center;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(5, 5, 5, 0.1);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 3.1rem;
  padding: 0.7rem 0.85rem;
}

.production-day-slot-restored span {
  color: rgba(5, 5, 5, 0.64);
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

.production-day-slot-restored strong {
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.62rem;
}

.production-day-slot-restored strong.is-hyrox {
  background: #050505;
  color: #f4f0e6;
}

.production-day-slot-restored strong.is-open {
  background: #d9d0c3;
  color: #050505;
}

#schedule .border.p-4,
#schedule .border.p-4 * {
  cursor: default !important;
}

#schedule .border.p-4 button {
  cursor: pointer !important;
}

[data-card-watch-ui="true"][hidden] {
  display: none !important;
}

main section,
main section * {
  cursor: default !important;
}

main section :is(a, button, [role="button"], [role="link"], label, input[type="submit"], input[type="button"]) {
  cursor: pointer !important;
}

main section :is(input, textarea, select) {
  cursor: text !important;
}

@media (max-width: 767px) {
  section#membership #membership-heading {
    font-size: clamp(1.75rem, 7.2vw, 2.6rem) !important;
    max-width: calc(100vw - 2rem) !important;
    width: 100% !important;
  }

  section#membership #membership-heading > span {
    display: block;
  }

  section#membership #membership-heading > span:first-child {
    white-space: nowrap;
  }
}

@media (max-width: 1023px) {
  body.production-static-runtime [data-hero-card="true"] {
    transform: none !important;
  }
}

@media (min-width: 1024px) {
  body.production-static-runtime [data-hero-wrapper="true"] {
    height: 120svh !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hero-intro="true"] {
    display: none !important;
  }
}

.production-sticky-promo-visible {
  opacity: 1 !important;
  pointer-events: none !important;
  transform: translateY(0) !important;
}

.production-sticky-promo-visible > * {
  pointer-events: auto !important;
}

.production-sticky-promo-hidden,
.production-sticky-promo-hidden * {
  pointer-events: none !important;
}

/* Keep the final CTA and footer interactive when the fixed promo is leaving. */
#action,
footer {
  position: relative;
  z-index: 121;
}

.production-mobile-menu-panel-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
  z-index: 260 !important;
}

.production-mobile-menu-backdrop-open {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 250 !important;
}

[data-global-header="true"].global-header {
  z-index: 240 !important;
}

.production-faq-panel-open {
  grid-template-rows: 1fr !important;
  margin-top: 1rem !important;
  opacity: 1 !important;
}

#contact {
  box-sizing: border-box;
  isolation: isolate;
  position: relative;
  z-index: 121;
}

#contact form {
  position: relative;
  width: 100%;
  z-index: 2;
}

#contact input,
#contact textarea {
  box-sizing: border-box;
  pointer-events: auto !important;
  width: 100%;
}

#contact .production-contact-label {
  align-items: baseline;
  color: rgba(244, 240, 230, 0.72);
  display: inline-flex;
  gap: 0.24rem;
}

#contact .production-contact-label span {
  color: #d4ff3f;
}

#contact input[aria-invalid="true"],
#contact textarea[aria-invalid="true"] {
  border-color: rgba(255, 120, 120, 0.85) !important;
}

.production-contact-honeypot {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

:is(#facility, #why, #programs, #coaches, #for-you, #membership, #schedule, #access, #faq, #action, #contact) h2 {
  font-size: clamp(2.5rem, 5vw, 5rem) !important;
  letter-spacing: -0.025em !important;
  line-height: 0.98 !important;
}

/* FITONE Phase 7 coach non-overlap contract: names live in dedicated opaque
   grid areas above their media instead of absolute coordinates over video. */
@media (min-width: 1024px) {
  #coaches [data-coaches-stage="true"] {
    min-height: 0 !important;
  }

  #coaches [data-coaches-stage="true"] > .relative.z-20.hidden {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto minmax(22rem, 30rem);
    gap: clamp(1rem, 2.4vw, 2.5rem);
    min-height: 0 !important;
    padding: clamp(1.25rem, 2.4vw, 2.5rem) 0 1.5rem;
  }

  #coaches [data-coach-mobile-card="true"] {
    display: none !important;
  }

  #coaches [data-coach-main-copy] {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    z-index: 3;
    width: 100%;
    max-width: none !important;
    align-self: end;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 5, 5, 0.94);
    padding: clamp(1rem, 1.8vw, 1.5rem);
  }

  #coaches [data-coach-main-copy] button {
    width: 100%;
  }

  #coaches [data-coach-main-copy] button > div:first-child {
    font-size: clamp(2.5rem, 4.5vw, 4.9rem) !important;
    line-height: 0.92 !important;
  }

  #coaches [data-coach-main-copy="0"] {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }

  #coaches [data-coach-main-copy="1"] {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }

  #coaches [data-coach-panel] {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    grid-row: 2;
  }

  #coaches [data-coach-panel="jong"] {
    grid-column: 1;
  }

  #coaches [data-coach-panel="shota"] {
    grid-column: 2;
  }

  #coaches [data-coach-panel] > .relative.z-10 {
    align-items: flex-end;
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
  }
}

[data-fitcheck-option="true"] {
  box-sizing: border-box;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
}

[data-fitcheck-option="true"]:focus-visible {
  border-radius: 0.25rem;
  outline: 3px solid #d4ff3f;
  outline-offset: 4px;
}

#fitcheck-result:focus-visible {
  outline: 2px solid #d4ff3f;
  outline-offset: 6px;
}

/* Temporarily keep the media captions off the dedicated community page while
   preserving the underlying image/video descriptions for assistive tools. */
#community [data-community-media] figcaption {
  display: none !important;
}

@media (max-width: 767px) {
  :is(#facility, #why, #programs, #coaches, #for-you, #membership, #schedule, #access, #faq, #action, #contact) h2 {
    font-size: clamp(2.5rem, 10.5vw, 3.6rem) !important;
  }
}

.production-faq-panel-closed {
  grid-template-rows: 0fr !important;
  margin-top: 0 !important;
  opacity: 0.64 !important;
}

.production-faq-details > summary {
  cursor: pointer;
  list-style: none;
}

.production-faq-details > summary::-webkit-details-marker {
  display: none;
}

.production-faq-details-panel {
  margin-top: 0;
}

.production-faq-details[open] > .production-faq-details-panel {
  grid-template-rows: 1fr !important;
  margin-top: 1rem;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  body:not(.production-policy-page) .production-legal-footer {
    padding-bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
    scroll-margin-bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
  }

  body:not(.production-policy-page) footer .production-legal-footer {
    padding-bottom: calc(11rem + env(safe-area-inset-bottom, 0px));
  }

  [data-facility-drag] > span:first-child {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .policy-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .trial-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .trial-grid {
    grid-template-columns: 1fr;
  }
}

/* FITONE Phase 7 Safe Unit A reproducible CSS fragment */
@media (min-width: 768px) {
  [data-hero-wrapper="true"] {
    height: 120svh !important;
  }

  #coaches [data-coaches-stage="true"] {
    min-height: 0 !important;
  }

  #coaches [data-coaches-stage="true"] > .relative.z-20.hidden {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto minmax(14rem, auto) minmax(20rem, 27rem);
    column-gap: clamp(1.25rem, 2.5vw, 2.75rem);
    row-gap: clamp(1.25rem, 2vw, 2rem);
    min-height: 0 !important;
    padding: clamp(1.25rem, 2.4vw, 2.5rem) 0 1.5rem;
  }

  #coaches [data-coach-mobile-card="true"] {
    display: none !important;
  }

  #coaches [data-coach-main-copy] {
    position: relative !important;
    inset: auto !important;
    z-index: 3;
    width: 100%;
    max-width: none !important;
    align-self: end;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(5, 5, 5, 0.94);
    padding: clamp(1rem, 1.8vw, 1.5rem);
  }

  #coaches [data-coach-main-copy] button {
    width: 100%;
  }

  #coaches [data-coach-main-copy="0"] {
    grid-column: 1 / 7;
    grid-row: 1;
    text-align: left;
  }

  #coaches [data-coach-main-copy="1"] {
    grid-column: 8 / 13;
    grid-row: 2;
    text-align: right;
  }

  #coaches [data-coach-panel] {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    aspect-ratio: 16 / 11;
  }

  #coaches [data-coach-panel="jong"] {
    grid-column: 1 / 7;
    grid-row: 2 / 4;
    min-height: clamp(29rem, 46vw, 39rem) !important;
  }

  #coaches [data-coach-panel="shota"] {
    grid-column: 7 / 13;
    grid-row: 3;
    min-height: clamp(22rem, 31vw, 29rem) !important;
  }
}

@media (min-width: 768px) {
  #facility [data-facility-gallery="true"] {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.25rem;
    overscroll-behavior-x: contain;
  }

  #facility [data-facility-gallery="true"] > div {
    display: grid !important;
    width: max-content !important;
    grid-auto-flow: column;
    grid-auto-columns: clamp(19rem, 27vw, 25rem);
    align-items: start;
    gap: clamp(1.25rem, 2vw, 2rem) !important;
    padding-right: 12vw;
  }

  #facility [data-facility-card="true"] {
    align-self: start !important;
    width: 100% !important;
    height: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    aspect-ratio: 4 / 5 !important;
  }

  #facility [data-facility-card-index="0"] { margin-top: 4rem !important; }
  #facility [data-facility-card-index="1"] { margin-top: 0 !important; }
  #facility [data-facility-card-index="2"] { margin-top: 6rem !important; }
  #facility [data-facility-card-index="3"] { margin-top: 2rem !important; }
  #facility [data-facility-card-index="4"] { margin-top: 5rem !important; }

  #for-you [data-fitcheck-option="true"] > span:first-child {
    font-size: 0.96rem !important;
  }

  #for-you [data-fitcheck-option="true"] > span:last-child {
    font-size: 1.1rem !important;
    line-height: 1.55;
  }
}

.production-video-static-fallback {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 62;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.82);
  padding: 0.72rem 1rem;
  color: #fff;
  font: 700 0.78rem/1 system-ui, sans-serif;
  text-decoration: none;
}

.production-video-static-fallback:focus-visible,
[data-fitcheck-option="true"]:focus-visible {
  outline: 3px solid #d4ff3f;
  outline-offset: 3px;
}

body.production-runtime-enhanced .production-video-static-fallback {
  display: none !important;
}

body.production-runtime-enhanced [data-hero-card="true"].phase7-video-fallback .production-video-static-fallback {
  display: inline-flex !important;
}

body:not(.production-runtime-enhanced) [data-hero-intro="true"] {
  display: none !important;
}

body:not(.production-runtime-enhanced) [data-hero-logo="true"],
body:not(.production-runtime-enhanced) [data-logo-letter="true"],
body:not(.production-runtime-enhanced) [data-logo-sub="true"],
body:not(.production-runtime-enhanced) [data-hero-copy="true"],
body:not(.production-runtime-enhanced) [data-hero-card="true"],
body:not(.production-runtime-enhanced) [data-card-label-ui="true"],
body:not(.production-runtime-enhanced) [data-card-watch-ui="true"] {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  visibility: visible !important;
}

[data-fitcheck-option="true"] {
  box-sizing: border-box;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"] {
    display: flex;
    width: clamp(15rem, 20vw, 22rem);
    max-width: none;
    min-height: 7rem;
    flex-direction: column;
    justify-content: center;
    padding: 1.1rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
  }

  #for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]:hover,
  #for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]:focus-visible {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.025);
  }

  #for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"] > div > span:first-child {
    font-size: 0.96rem !important;
  }

  #for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"] > div > span:last-child {
    font-size: 1.18rem !important;
    line-height: 1.55 !important;
  }
}

#fitcheck-result:focus-visible {
  outline: 2px solid #d4ff3f;
  outline-offset: 6px;
}

/* FITONE Phase 7 mobile sticky promo polish */
@media (max-width: 767px) {
  .production-sticky-promo {
    padding: 0 0.75rem 0.75rem !important;
    contain: layout paint;
    transform-origin: center bottom;
    transition-property: opacity, transform !important;
    will-change: opacity, transform;
  }

  .production-sticky-promo > div > div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem !important;
    align-items: center !important;
    padding: 0.7rem !important;
  }

  .production-sticky-promo > div > div > [data-production-membership-link="true"]:first-child {
    border: 0 !important;
    padding: 0 !important;
  }

  .production-sticky-promo > div > div > [data-production-membership-link="true"]:first-child > div:first-child {
    font-size: 0.58rem !important;
  }

  .production-sticky-promo > div > div > [data-production-membership-link="true"]:first-child > div:last-child {
    margin-top: 0.2rem !important;
    font-size: 1rem !important;
  }

  .production-sticky-promo > div > div > [data-production-membership-link="true"]:nth-child(2) {
    display: none !important;
  }

  .production-sticky-promo > div > div > a:not([data-production-membership-link="true"]) {
    min-height: 44px;
    padding: 0.65rem 0.8rem !important;
    font-size: 0.68rem !important;
    white-space: nowrap;
  }
}

/* FITONE Phase 7 hero and FIT CHECK corrections */

@media (min-width: 1024px) {
  [data-hero-copy="true"] {
    isolation: isolate;
    max-width: min(52rem, 64vw) !important;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.76);
  }

  [data-hero-copy="true"]::before {
    position: absolute;
    z-index: -1;
    inset: -1.5rem -3rem -1.5rem -1.5rem;
    background: linear-gradient(90deg, rgba(2, 2, 2, 0.94) 0%, rgba(2, 2, 2, 0.78) 52%, rgba(2, 2, 2, 0) 100%);
    content: "";
    pointer-events: none;
  }

  [data-hero-copy="true"] > div:nth-child(2) {
    font-size: clamp(3.15rem, 5vw, 5.4rem) !important;
  }

  [data-hero-copy="true"] > div:nth-child(3) {
    font-size: clamp(3.55rem, 6vw, 6.5rem) !important;
  }

  [data-hero-bg-inner="true"] {
    opacity: 0.48 !important;
  }
}

[data-card-watch-ui="true"][hidden],
.production-video-static-fallback[hidden],
.production-video-replay[hidden] {
  display: none !important;
}

[data-hero-card="true"] [data-card-watch-ui="true"] {
  display: none !important;
}

[data-hero-card="true"] .production-video-static-fallback,
[data-hero-card="true"] .production-video-replay {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.75rem 0.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

[data-hero-card="true"] .production-video-replay {
  top: auto !important;
  right: 1rem !important;
  bottom: 0.75rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.production-runtime-enhanced [data-hero-card="true"].phase7-video-fallback .production-video-static-fallback {
  display: none !important;
}

[data-hero-card="true"] .production-video-static-fallback:hover,
[data-hero-card="true"] .production-video-replay:hover {
  color: rgba(255, 255, 255, 0.86);
}

[data-theme="hero"] [data-manifest-preview="true"] {
  display: none !important;
}

@media (max-width: 1023px) {
  #for-you [data-fitcheck-eyebrow="true"],
  #for-you [data-fitcheck-line="true"] {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  #fitcheck-result {
    scroll-margin-top: 5.5rem;
  }
}

/* FITONE Phase 7 V52 membership benefits and hourly schedule */
.production-membership-benefits{position:relative;z-index:10;margin-top:2rem;display:grid;gap:1.25rem;border:1px solid rgba(5,5,5,.12);background:rgba(212,255,63,.12);padding:1.25rem;color:#050505}.production-membership-benefits-heading>span{font-size:.7rem;letter-spacing:.13em;color:rgba(5,5,5,.46)}.production-membership-benefits h3{margin:.55rem 0 0;font-size:clamp(1.2rem,2.2vw,1.7rem);line-height:1.35;letter-spacing:-.03em}.production-membership-benefits ul{display:grid;gap:1px;margin:0;padding:0;list-style:none;background:rgba(5,5,5,.1)}.production-membership-benefits li{display:grid;gap:.4rem;background:#f2ecdf;padding:1rem}.production-membership-benefits li strong{font-size:.7rem;letter-spacing:.12em;color:rgba(5,5,5,.48)}.production-membership-benefits li span{font-size:.94rem;line-height:1.65}.production-calendar-scroll{display:block;margin-top:1.5rem;overflow:hidden;border:1px solid rgba(5,5,5,.12);background:rgba(255,255,255,.28)}.production-calendar-canvas{min-width:0}.production-calendar-header,.production-calendar-body{display:grid;grid-template-columns:2.75rem repeat(7,minmax(0,1fr))}.production-calendar-header{border-bottom:1px solid rgba(5,5,5,.12);background:rgba(5,5,5,.035)}.production-calendar-header>div{min-width:0;border-right:1px solid rgba(5,5,5,.1);padding:.7rem .1rem;text-align:center;font-size:.68rem;font-weight:600}.production-calendar-header>div:first-child{font-size:.5rem;font-weight:400;letter-spacing:.02em;color:rgba(5,5,5,.42)}.production-calendar-header>div:last-child{border-right:0}.production-calendar-body{background-image:repeating-linear-gradient(to bottom,transparent 0,transparent 55px,rgba(5,5,5,.1) 55px,rgba(5,5,5,.1) 56px)}.production-calendar-time-axis{position:relative;height:840px;border-right:1px solid rgba(5,5,5,.12)}.production-calendar-time-axis span{position:absolute;top:calc(var(--hour) * 56px);right:.25rem;transform:translateY(-50%);font-size:.5rem;color:rgba(5,5,5,.48)}.production-calendar-time-axis span:first-child{transform:none}.production-calendar-time-axis span:last-child{transform:translateY(-100%)}.production-calendar-day{display:grid;min-width:0;height:840px;grid-template-rows:repeat(60,14px);border-right:1px solid rgba(5,5,5,.1)}.production-calendar-day:last-child{border-right:0}.production-calendar-event{position:relative;z-index:1;grid-row:var(--row)/span var(--span);display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;margin:1px;border-radius:.48rem;padding:.12rem;text-align:center;line-height:1.02}.production-calendar-event strong{max-width:100%;font-size:.58rem;font-weight:700;letter-spacing:-.035em}.production-calendar-event small{display:block;margin-top:.13rem;font-size:.5rem;font-weight:500;letter-spacing:0;opacity:.82}.production-calendar-event.is-hyrox{background:#050505;color:#f4f0e6}.production-calendar-event.is-open{border:1px solid rgba(5,5,5,.1);background:#d9d0c3;color:#050505}.production-calendar-event.is-open strong{font-size:.54rem}.production-calendar-event.is-run{background:#d4ff3f;color:#050505}.production-calendar-event.is-run strong{font-size:.5rem}
.production-calendar-body{--time-axis-width:2.75rem;position:relative;background-image:none}.production-calendar-gridlines{position:absolute;z-index:3;top:0;right:0;bottom:0;left:var(--time-axis-width);pointer-events:none}.production-calendar-gridlines span{position:absolute;right:0;left:0;top:calc(var(--hour-line) * 56px);border-top:1px solid rgba(5,5,5,.12)}.production-calendar-time-axis{z-index:4;background:#f4f0e6}.production-calendar-event{z-index:2}
@media(max-width:639px){.production-calendar-scroll{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.production-calendar-canvas{min-width:36rem}.production-calendar-scroll::-webkit-scrollbar{height:5px}.production-calendar-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(5,5,5,.24)}}
.production-calendar-gridlines{z-index:1}
@media(min-width:640px){.production-calendar-body{--time-axis-width:3.5rem}.production-calendar-event strong{font-size:.68rem}.production-calendar-event small{font-size:.58rem}.production-calendar-event.is-open strong{font-size:.64rem}.production-calendar-event.is-run strong{font-size:.62rem}}
@media(min-width:1024px){.production-calendar-body{--time-axis-width:4.5rem}.production-calendar-event strong{font-size:.82rem}.production-calendar-event small{font-size:.68rem}.production-calendar-event.is-open strong,.production-calendar-event.is-run strong{font-size:.78rem}}
@media(min-width:768px){.production-membership-benefits{grid-template-columns:minmax(15rem,.65fr) minmax(0,1.35fr);align-items:start;padding:1.5rem}.production-membership-benefits ul{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]{display:flex;width:clamp(15rem,20vw,22rem);max-width:none;min-height:7rem;flex-direction:column;justify-content:center;padding:1.1rem 1.35rem;border:1px solid transparent;border-radius:.5rem}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]:hover,#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]:focus-visible{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.025)}}
@media(min-width:640px){.production-calendar-header,.production-calendar-body{grid-template-columns:3.5rem repeat(7,minmax(0,1fr))}.production-calendar-header>div{padding:.8rem .2rem;font-size:.78rem}.production-calendar-header>div:first-child,.production-calendar-time-axis span{font-size:.58rem}.production-calendar-time-axis span{right:.4rem}.production-calendar-event{margin:2px 3px;border-radius:.72rem}}
@media(min-width:1024px){.production-calendar-header,.production-calendar-body{grid-template-columns:4.5rem repeat(7,minmax(0,1fr))}.production-calendar-header>div{padding:.85rem .35rem;font-size:.86rem}.production-calendar-header>div:first-child,.production-calendar-time-axis span{font-size:.66rem}.production-calendar-time-axis span{right:.55rem}.production-calendar-event{margin:2px 6px;border-radius:1rem;padding:.2rem}}

/* FITONE Phase 7 OPEN GYM schedule detail */
.production-day-slot-restored strong.is-run{background:#d4ff3f;color:#050505}

/* FITONE P0 official-site corrections */
[data-p0-hero-card-grid="true"]{display:grid!important;width:100%;max-width:min(100%,60rem)!important;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:clamp(.35rem,1.2vw,1rem)!important}
[data-p0-hero-card-grid="true"]>[data-hero-card="true"]{width:100%!important;max-width:none!important;margin:0!important;transform:none!important}
[data-p0-role="true"]{text-transform:none!important;letter-spacing:.08em!important}
[data-hero-card="true"] [data-card-label-ui="true"]>div:first-child{font-size:clamp(.55rem,2.5vw,.95rem)!important;letter-spacing:clamp(.04em,.8vw,.1em)!important;white-space:nowrap}
[data-p0-membership-plan-selector][aria-pressed="true"]{background:linear-gradient(180deg,rgba(5,5,5,.98),rgba(32,32,28,.92))!important;color:#f4f0e6!important}[data-p0-membership-plan-selector][aria-pressed="false"]{background:linear-gradient(180deg,rgba(255,255,255,.3),rgba(240,232,220,.54))!important;color:#050505!important}
.p0-running-club-mobile-break,.p0-personal-friend-break{display:block}.p0-running-club-separator{display:none}
.p0-subplans{position:relative;z-index:10;margin-top:2rem;border-top:1px solid rgba(5,5,5,.12);padding-top:1.5rem}.p0-subplans__heading{font-size:.72rem;letter-spacing:.12em;color:rgba(5,5,5,.5)}.p0-subplans__grid{display:grid;gap:.75rem;margin-top:1rem}.p0-subplan{display:block;border:1px solid rgba(5,5,5,.12);background:rgba(255,255,255,.28);padding:1rem;color:#050505;text-decoration:none}.p0-subplan:focus-visible{outline:3px solid #b6f12d;outline-offset:3px}.p0-subplan h3{margin:0;font-size:1rem;letter-spacing:.04em;color:#050505}.p0-subplan strong{display:block;margin-top:.55rem;font-size:1.25rem;font-weight:500;color:#050505}.p0-subplan p{margin:.55rem 0 0;font-size:.84rem;line-height:1.65;color:rgba(5,5,5,.68)}
[data-p0-brand-logo]{display:block;width:auto;max-width:100%;object-fit:contain}.global-header a[aria-label="FITONE home"]{mix-blend-mode:difference}.global-header [data-p0-brand-logo="fixed"]{width:clamp(6.4rem,8vw,8.1rem);height:auto}[data-p0-brand-lockup="hero"]{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.22rem,.5vw,.4rem);mix-blend-mode:normal}[data-p0-brand-logo="hero-fitone"]{width:clamp(9.25rem,18vw,13rem);height:auto}[data-p0-brand-logo="hero-shibuya"]{width:clamp(3.75rem,7vw,5rem);height:auto}
[data-p0-general-reference="true"]{transition:opacity .2s ease}[data-p0-presale-label="true"]{transition:opacity .2s ease}html[data-p0-presale-ended="true"] [data-p0-general-reference="true"]{display:none}
.production-video-replay,.production-video-static-fallback{min-width:44px;min-height:44px;border:0!important;border-radius:0!important;background:transparent!important;padding:.75rem .25rem!important;color:rgba(255,255,255,.72)!important;font-size:.72rem!important;font-weight:500!important;letter-spacing:.1em!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.p0-video-noscript{position:absolute;right:.75rem;bottom:.75rem;z-index:12;display:inline-flex;min-width:44px;min-height:44px;align-items:center;color:rgba(255,255,255,.76);font-size:.72rem;letter-spacing:.1em;text-decoration:none}
.fitone-heading-balance>span{display:block;text-wrap:nowrap}
#membership>.relative.mx-auto{border-bottom:1px solid rgba(5,5,5,.08)}
#faq h2,#action h2{max-width:none!important;white-space:nowrap}
#faq h2{font-size:clamp(2rem,8vw,4rem)!important}
#action h2{font-size:clamp(1.85rem,8vw,5rem)!important}
#why [data-why-section-heading="true"]{max-width:100%;font-size:clamp(2.15rem,7.5vw,3rem)!important}
#why [data-why-section-heading="true"]>span{white-space:nowrap}
#why [data-why-row="true"] h3{max-width:none!important;font-size:clamp(1.32rem,2.1vw,2rem)!important}
@media(max-width:639px){#why [data-why-row="true"] h3{white-space:nowrap;font-size:clamp(1.08rem,4.1vw,1.4rem)!important}#why [data-why-row="true"] h3>span{display:inline}}
@media(max-width:1023px){#coaches>.relative.z-20.px-4 .fitone-heading-balance{font-size:clamp(2.5rem,8.5vw,4rem)!important}}
@media(min-width:640px){.p0-subplans__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.p0-subplan{min-width:0}.p0-subplan:last-child{grid-column:auto}}
@media(min-width:640px){.p0-running-club-mobile-break,.p0-personal-friend-break{display:none}.p0-running-club-separator{display:inline}}
@media(min-width:640px){#why [data-why-section-heading="true"]{font-size:clamp(3rem,4.6vw,5rem)!important}#why [data-why-row="true"] h3{white-space:nowrap;font-size:clamp(1.18rem,1.75vw,2rem)!important}#why [data-why-row="true"] h3>span{display:inline}}
@media(min-width:1024px){[data-p0-hero-card-grid="true"]{max-width:min(64vw,60rem)!important;padding-bottom:clamp(16rem,calc(24vh + 6rem),24rem)}[data-p0-hero-card-grid="true"]>[data-hero-card="true"]{height:clamp(18rem,48vh,31rem)!important;aspect-ratio:auto!important}.p0-subplans{margin-top:3rem}.p0-subplans__grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.p0-subplan:last-child{grid-column:auto;max-width:none}.production-membership-benefits{grid-template-columns:minmax(23rem,.95fr) minmax(0,1.05fr)!important}.production-membership-benefits h3{white-space:nowrap;font-size:clamp(1.18rem,1.7vw,1.5rem)!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]{width:17.75rem!important;min-height:9rem!important;padding-inline:.75rem!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]>div>span:last-child{font-size:.92rem!important;white-space:nowrap}}
@media(min-width:1024px) and (max-width:1279px){#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"][class*="lg:left-"]{left:-2.5rem!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"][class*="lg:right-"]{right:-2.5rem!important}}
@media(min-width:1280px){#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]{width:24.5rem!important;min-height:9.5rem!important;padding-inline:1.5rem!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]>div>span:last-child{font-size:1.12rem!important}}
@media(min-width:1280px) and (max-width:1439px){#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"][class*="lg:left-"]{left:-1rem!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"][class*="lg:right-"]{right:-1rem!important}}
@media(min-width:1440px){#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]{width:27rem!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"]>div>span:last-child{font-size:1.22rem!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"][class*="lg:left-"]{left:0!important}#for-you .absolute.inset-0.hidden.lg\:block [data-fitcheck-option="true"][class*="lg:right-"]{right:0!important}}
@media(min-width:1024px) and (max-width:1150px){[data-global-header-shell="true"]{display:none!important}[data-global-header="true"] button[aria-label="Open navigation menu"]{display:flex!important}}
@media(max-width:430px){[data-hero-card="true"][data-card-label="COMMUNITY"] [data-card-label-ui="true"]>div:first-child{font-size:clamp(.48rem,2.05vw,.68rem)!important;letter-spacing:.02em!important}}
@media(max-width:374px){[data-p0-hero-card-grid="true"]{gap:.25rem!important}.fitone-heading-balance>span{white-space:normal;text-wrap:balance}#why [data-why-section-heading="true"]{font-size:clamp(2.1rem,9.2vw,2.15rem)!important}#why [data-why-section-heading="true"]>span{white-space:nowrap;text-wrap:nowrap}}
@media(prefers-reduced-motion:reduce){.production-video-replay,.production-video-static-fallback{transition:none!important}}

/* FITONE membership-band-responsive */
@media (max-width: 767px) {
  .production-sticky-promo > div > div > [data-production-membership-link="true"]:first-child {
    display: none !important;
  }
  .production-sticky-promo > div > div > a:not([data-production-membership-link="true"]) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: min(100%, 18rem) !important;
  }
}
@media (min-width: 768px) {
  .production-sticky-promo > div > div > a:not([data-production-membership-link="true"]) {
    justify-self: center !important;
    transform: translateX(-1.5rem);
  }
}
