
@charset "UTF-8";
/**
 * Club Pilates — cp-location-hero semantic tokens → theme palette.
 */
.m-cp-location-hero {
  --cp-lh-fg: var(--cp-pure-comfort, #ffffff);
  --cp-lh-muted-fg: color-mix(in srgb, var(--cp-pure-comfort, #ffffff) 88%, transparent);
  --cp-lh-overlay: var(--cp-deep-harmony, #24211c);
  --cp-lh-content-gradient-from: var(--cp-deep-harmony, #24211c);
  --cp-lh-font-heading: var(--cp-font-heading, "Roobert", system-ui, sans-serif);
  --cp-lh-font-body: var(--cp-font-body, "Roobert", system-ui, sans-serif);
  --cp-lh-font-display: var(--cp-font-display, "Tiempos Headline", Georgia, serif);
  --cp-lh-hours-glass: color-mix(in srgb, var(--cp-deep-harmony, #24211c) 42%, transparent);
}

/**
 * CP location hero — full-bleed media, location meta on the left, glass opening-hours card.
 * Semantic --cp-lh-* tokens; brand maps in brands/prepend/tokens.css.
 */
@layer cp-location-hero {
  .m-cp-location-hero {
    --cp-lh-fg: #ffffff;
    --cp-lh-muted-fg: color-mix(in srgb, #ffffff 88%, transparent);
    --cp-lh-overlay: #24211c;
    --cp-lh-overlay-strength: 0.4;
    --cp-lh-content-gradient-from: #24211c;
    --cp-lh-content-gradient-to: rgb(36 33 28 / 0%);
    --cp-lh-min-height: clamp(28rem, 72vh, 48rem);
    --cp-lh-font-heading: var(--cp-font-heading, "Roobert", system-ui, sans-serif);
    --cp-lh-font-body: var(--cp-font-body, "Roobert", system-ui, sans-serif);
    --cp-lh-font-display: var(--cp-font-display, "Tiempos Headline", Georgia, serif);
    --cp-lh-star: #e8a54b;
    --cp-lh-hours-glass: color-mix(in srgb, var(--cp-deep-harmony, #24211c) 42%, transparent);
    --cp-lh-hours-radius: clamp(0.75rem, 1.5vw, 1rem);
    --cp-lh-hours-blur: 18px;
    --cp-lh-hours-width: 16.5rem;
    --cp-lh-cta-min-height: 48px;
    --rd-surface-body-fallback: var(--cp-lh-muted-fg);
    container-name: cp-location-hero;
    container-type: inline-size;
    position: relative;
    isolation: isolate;
    min-height: var(--cp-lh-min-height);
    color: var(--cp-lh-fg);
    font-family: var(--cp-lh-font-body);
  }
  .m-cp-location-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background-color: var(--cp-lh-overlay);
  }
  .m-cp-location-hero__media-inner {
    position: absolute;
    inset: 0;
  }
  .m-cp-location-hero__base {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0;
  }
  .m-cp-location-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: color-mix(in srgb, var(--cp-lh-overlay) calc(var(--cp-lh-overlay-strength, 0.45) * 100%), transparent);
  }
  .m-cp-location-hero__inner {
    position: relative;
    z-index: 3;
    min-height: inherit;
    display: flex;
    flex-direction: column;
  }
  .m-cp-location-hero__stack {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    flex: 1 1 auto;
    min-height: inherit;
    width: 100%;
  }
  .m-cp-location-hero__content-gradient--desk {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(to right, var(--cp-lh-content-gradient-from) 0%, var(--cp-lh-content-gradient-to) 50%);
  }
  .m-cp-location-hero__content-gradient--mob {
    display: none;
    position: absolute;
    inset-inline: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(to top, var(--cp-lh-content-gradient-from) 0%, var(--cp-lh-content-gradient-to) 50%);
  }
  @media (min-width: 64rem) {
    .m-cp-location-hero__content-gradient--desk {
      display: block;
    }
    .m-cp-location-hero__stack {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: clamp(1.5rem, 4vw, 3rem);
    }
    .m-cp-location-hero--coming-soon .m-cp-location-hero__content-gradient--desk {
      display: none;
    }
    .m-cp-location-hero--coming-soon .m-cp-location-hero__stack {
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  }
  @media (max-width: 63.99rem) {
    .m-cp-location-hero__content-gradient--mob {
      display: block;
      top: 0;
    }
    @supports (top: anchor(top)) {
      .m-cp-location-hero__main {
        anchor-name: --cp-lh-mob-main;
      }
      .m-cp-location-hero__content-gradient--mob {
        position-anchor: --cp-lh-mob-main;
        top: anchor(top);
      }
    }
  }
  .m-cp-location-hero--reserve-chrome .m-cp-location-hero__inner {
    padding-top: calc(var(--rd-surface-pt-m, var(--rd-surface-section-py)) + var(--rd-fixed-chrome-height, 0px));
  }
  @media (min-width: 48rem) {
    .m-cp-location-hero--reserve-chrome .m-cp-location-hero__inner {
      padding-top: calc(var(--rd-surface-pt-t, var(--rd-surface-pt-m, var(--rd-surface-section-py))) + var(--rd-fixed-chrome-height, 0px));
    }
  }
  @media (min-width: 64rem) {
    .m-cp-location-hero--reserve-chrome .m-cp-location-hero__inner {
      padding-top: calc(var(--rd-surface-pt-l, var(--rd-surface-pt-t, var(--rd-surface-pt-m, var(--rd-surface-section-py)))) + var(--rd-fixed-chrome-height, 0px));
    }
  }
  @media (min-width: 80rem) {
    .m-cp-location-hero--reserve-chrome .m-cp-location-hero__inner {
      padding-top: calc(var(--rd-surface-pt-d, var(--rd-surface-pt-l, var(--rd-surface-pt-t, var(--rd-surface-pt-m, var(--rd-surface-section-py))))) + var(--rd-fixed-chrome-height, 0px));
    }
  }
  .m-cp-location-hero__main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 40rem;
    min-width: 0;
    gap: 0.75rem;
  }
  .m-cp-location-hero__identity {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    width: 100%;
    gap: 0.75rem;
  }
  .m-cp-location-hero__offer {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    width: 100%;
    margin-top: clamp(1.75rem, 4vw, 2.75rem);
    gap: 1rem;
  }
  .m-cp-location-hero__offer-copy {
    margin: 0;
    max-width: 36rem;
    color: var(--rd-surface-body-fg, var(--cp-lh-fg));
    font-family: var(--cp-lh-font-heading);
    font-size: clamp(1.125rem, 1vw + 0.9rem, 1.375rem);
    font-weight: 500;
    line-height: 1.35;
  }
  .m-cp-location-hero__offer-copy :where(p) {
    margin: 0;
  }
  .m-cp-location-hero__offer-copy :where(p + p) {
    margin-top: 0.35rem;
  }
  .m-cp-location-hero__offer .m-cp-location-hero__actions {
    margin-top: 0;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__stack {
    justify-content: center;
    align-items: center;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__main {
    align-items: center;
    text-align: center;
    max-width: 52rem;
    margin-inline: auto;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__meta {
    justify-content: center;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__address {
    max-width: none;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__actions {
    justify-content: center;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__content-gradient--desk {
    display: none;
  }
  .m-cp-location-hero--coming-soon .m-cp-location-hero__content-gradient--mob {
    display: block;
    top: 0;
  }
  .m-cp-location-hero__heading :where(h1, h2, h3, h4, h5, h6) {
    margin: 0;
    color: var(--rd-surface-heading-fg, var(--cp-lh-fg));
    font-family: var(--cp-h2-font-family, var(--cp-lh-font-heading));
    font-size: var(--cp-h1-font-size, clamp(2rem, 4vw + 1rem, 3.5rem));
    font-weight: var(--cp-h2-font-weight, 500);
    letter-spacing: var(--cp-h1-letter-spacing, 0);
    text-transform: var(--cp-h1-text-transform, none);
    line-height: var(--cp-h1-line-height, 1.1);
    text-wrap: balance;
  }
  .m-cp-location-hero__heading :where(em, i) {
    font-family: var(--cp-lh-font-display);
    font-style: italic;
    font-weight: 300;
  }
  .m-cp-location-hero__address {
    margin: 0;
    max-width: 42ch;
    font-size: var(--cp-text-md-font-size, 1rem);
    font-weight: 400;
    letter-spacing: var(--cp-text-md-letter-spacing, -0.01em);
    line-height: 1.45;
    color: var(--rd-surface-body-fg, var(--cp-lh-fg));
  }
  .m-cp-location-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 0.35rem 0;
    color: var(--rd-surface-body-fg, var(--cp-lh-fg));
    font-size: 0.9375rem;
    line-height: 1.4;
  }
  .m-cp-location-hero__meta:not(:has(.m-cp-location-hero__meta-item:not([hidden]))) {
    display: none;
  }
  .m-cp-location-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }
  .m-cp-location-hero__meta-item[hidden] {
    display: none;
  }
  .m-cp-location-hero__meta-item:not([hidden]) ~ .m-cp-location-hero__meta-item:not([hidden])::before {
    content: "·";
    margin-right: 0.65rem;
    margin-left: 0.5rem;
    opacity: 0.8;
  }
  .m-cp-location-hero__meta-link {
    color: inherit;
    text-decoration: none;
  }
  .m-cp-location-hero__meta-link:hover {
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
  .m-cp-location-hero__star {
    display: inline-flex;
    color: var(--cp-lh-star);
    line-height: 0;
  }
  .m-cp-location-hero__star svg {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  .m-cp-location-hero__phone-icon {
    display: inline-flex;
    line-height: 0;
  }
  .m-cp-location-hero__phone-icon svg {
    display: block;
    width: 1rem;
    height: 1rem;
  }
  @media (max-width: 63.99rem) {
    .m-cp-location-hero__phone {
      flex-basis: 100%;
    }
    .m-cp-location-hero__phone::before {
      display: none;
    }
    .m-cp-location-hero--coming-soon .m-cp-location-hero__phone {
      flex-basis: auto;
    }
  }
  .m-cp-location-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-top: 0.85rem;
  }
  .m-cp-location-hero--cta-sm {
    --cp-lh-cta-min-height: 40px;
  }
  .m-cp-location-hero--cta-md {
    --cp-lh-cta-min-height: 48px;
  }
  .m-cp-location-hero--cta-lg {
    --cp-lh-cta-min-height: 58px;
  }
  .m-cp-location-hero__actions .cp-btn {
    flex-shrink: 0;
    box-sizing: border-box;
    min-height: var(--cp-lh-cta-min-height);
    padding-block: 0;
    padding-inline: 1.5rem;
  }
  .m-cp-location-hero__directions {
    color: var(--cp-lh-fg);
    font-family: var(--cp-lh-font-body);
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
  .m-cp-location-hero__directions:hover {
    opacity: 0.88;
  }
  .m-cp-location-hero__hours[hidden] {
    display: none;
  }
  .m-cp-location-hero__hours {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid color-mix(in srgb, #ffffff 16%, transparent);
    border-radius: var(--cp-lh-hours-radius);
    background-color: var(--cp-lh-hours-glass);
    -webkit-backdrop-filter: blur(var(--cp-lh-hours-blur));
    backdrop-filter: blur(var(--cp-lh-hours-blur));
  }
  .m-cp-location-hero__hours-toggle {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    margin: 0;
    padding: 0.9rem 1.1rem;
    border: 0;
    background: transparent;
    color: var(--cp-lh-fg);
    font: inherit;
    text-align: left;
    cursor: pointer;
  }
  .m-cp-location-hero__hours-toggle:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: -4px;
  }
  .m-cp-location-hero__hours-icon {
    display: inline-flex;
    flex-shrink: 0;
    line-height: 0;
  }
  .m-cp-location-hero__hours-title {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.3;
  }
  .m-cp-location-hero__hours-chevron {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.25s ease;
  }
  .m-cp-location-hero__hours-chevron::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-15%) rotate(45deg);
  }
  .m-cp-location-hero__hours.is-open .m-cp-location-hero__hours-chevron {
    transform: rotate(180deg);
  }
  .m-cp-location-hero__hours-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
  }
  .m-cp-location-hero__hours.is-open .m-cp-location-hero__hours-panel {
    grid-template-rows: 1fr;
  }
  .m-cp-location-hero__hours-list {
    overflow: hidden;
    min-height: 0;
    padding: 0 1.1rem 0;
    color: var(--cp-lh-fg);
    font-size: 0.875rem;
    line-height: 1.45;
    transition: padding 0.28s ease;
  }
  .m-cp-location-hero__hours.is-open .m-cp-location-hero__hours-list {
    padding-bottom: 1rem;
  }
  .m-cp-location-hero__hours-row {
    white-space: nowrap;
  }
  .m-cp-location-hero__hours-row + .m-cp-location-hero__hours-row {
    margin-top: 0.2rem;
  }
  @media (min-width: 64rem) {
    .m-cp-location-hero__hours {
      flex: 0 0 auto;
      width: max-content;
      min-width: var(--cp-lh-hours-width);
      max-width: 100%;
      align-self: center;
    }
    .m-cp-location-hero__hours-toggle {
      padding: 1rem 1.15rem 0.45rem;
      cursor: default;
      pointer-events: none;
    }
    .m-cp-location-hero__hours-chevron {
      display: none;
    }
    .m-cp-location-hero__hours-panel {
      grid-template-rows: 1fr;
    }
    .m-cp-location-hero__hours-list {
      padding: 0 1.15rem 1.1rem;
    }
  }
}
/*
 * Hero media fill rules live **outside** `@layer cp-location-hero` so they win over unlayered theme reset
 * (`img` / `video` global rules) and `video_desktop_only` `display: none`.
 */
.m-cp-location-hero__base :is(img) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.m-cp-location-hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.m-cp-location-hero__video--desktop-only {
  display: none;
}

@media (min-width: 64rem) {
  .m-cp-location-hero__video--desktop-only {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .m-cp-location-hero__video,
  .m-cp-location-hero__video--desktop-only {
    display: none !important;
  }
  .m-cp-location-hero__hours-panel,
  .m-cp-location-hero__hours-list,
  .m-cp-location-hero__hours-chevron {
    transition: none;
  }
}