.gymful-location-showcase,
.gymful-location-showcase * {
  box-sizing: border-box;
}

.gymful-location-showcase {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #111;
  cursor: pointer;
}

.gymful-location-showcase__link-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
}

.gymful-location-showcase__link-overlay:focus-visible {
  outline: 3px solid #c6b04f;
  outline-offset: -4px;
}

.gymful-location-showcase__media,
.gymful-location-showcase__overlay,
.gymful-location-showcase__gradient {
  position: absolute;
  inset: 0;
  display: block;
}

.gymful-location-showcase__media {
  z-index: 0;
}

.gymful-location-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gymful-location-showcase__overlay {
  z-index: 1;
  background: rgba(9, 7, 5, 0.06);
  pointer-events: none;
}

.gymful-location-showcase__gradient {
  z-index: 2;
  --gymful-location-gradient: rgba(18, 11, 7, 0.94);
  background: linear-gradient(
    to bottom,
    rgba(18, 11, 7, 0) 38%,
    rgba(18, 11, 7, 0.08) 50%,
    rgba(18, 11, 7, 0.42) 68%,
    var(--gymful-location-gradient) 100%
  );
  pointer-events: none;
}

.gymful-location-showcase__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  min-height: inherit;
  color: inherit;
}

/* Review format */
.gymful-location-showcase__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.gymful-location-showcase__availability {
  margin: 0;
  color: inherit;
  font-size: 13px;
  line-height: 1.35;
}

.gymful-location-showcase__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.gymful-location-showcase__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  color: #111;
  background: #c6b04f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.gymful-location-showcase__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  gap: 48px;
}

.gymful-location-showcase__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: 650px;
}

.gymful-location-showcase__eyebrow {
  margin: 0 0 10px;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
}

.gymful-location-showcase__title {
  display: block;
  margin: 0;
  color: inherit;
  font-size: clamp(46px, 4.4vw, 78px);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.gymful-location-showcase__description {
  display: block;
  max-width: 610px;
  margin-top: 24px;
  color: inherit;
  font-size: 16px;
  line-height: 1.55;
}

.gymful-location-showcase__description > :first-child,
.gymful-location-showcase__review-text > :first-child,
.gymful-location-showcase__contact-description > :first-child {
  margin-top: 0;
}

.gymful-location-showcase__description > :last-child,
.gymful-location-showcase__review-text > :last-child,
.gymful-location-showcase__contact-description > :last-child {
  margin-bottom: 0;
}

.gymful-location-showcase__meta {
  display: grid;
  grid-template-columns: minmax(0, 250px) auto;
  align-items: end;
  column-gap: 24px;
  flex: 0 0 auto;
  margin-left: auto;
  padding-bottom: 2px;
}

.gymful-location-showcase__review-column {
  display: flex;
  min-width: 0;
  justify-content: flex-end;
}

.gymful-location-showcase__arrow-column {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-width: var(--arrow-size, 55px);
}

.gymful-location-showcase__review.gymful-google-review {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 250px;
  gap: 10px;
  color: inherit;
  font-family: "Cerebri Sans", sans-serif;
  text-align: right;
}

.gymful-location-showcase__review .gymful-google-review__stars {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  line-height: 0;
}

.gymful-location-showcase__review .gymful-google-review__star {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}

.gymful-location-showcase__review .gymful-google-review__text {
  max-width: 230px;
  color: inherit;
  font-family: "Cerebri Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
}

.gymful-location-showcase__review .gymful-google-review__text strong,
.gymful-location-showcase__review .gymful-google-review__text b {
  font-weight: 600;
}

.gymful-location-showcase__arrow {
  --arrow-size: 55px;
  --arrow-bg: #f3eedb;
  --arrow-bg-hover: #c6b04f;
  --arrow-border: #f3eedb;
  --arrow-border-hover: #c6b04f;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--arrow-size);
  height: var(--arrow-size);
  min-width: var(--arrow-size);
  min-height: var(--arrow-size);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--arrow-border);
  border-radius: 999px;
  background: var(--arrow-bg);
  transition:
    border-color 0.35s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.gymful-location-showcase__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: var(--arrow-bg-hover);
  clip-path: circle(0% at 0% 100%);
  pointer-events: none;
  will-change: clip-path;
  transition: clip-path 0.82s cubic-bezier(0.19, 1, 0.22, 1);
}

.gymful-location-showcase__arrow-icon {
  position: relative;
  z-index: 3;
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.gymful-location-showcase:hover .gymful-location-showcase__arrow::before,
.gymful-location-showcase:focus-within .gymful-location-showcase__arrow::before {
  clip-path: circle(155% at 0% 100%);
}

.gymful-location-showcase:hover .gymful-location-showcase__arrow,
.gymful-location-showcase:focus-within .gymful-location-showcase__arrow {
  border-color: var(--arrow-border-hover);
  transform: translateY(-2px);
}

.gymful-location-showcase:hover .gymful-location-showcase__arrow-icon,
.gymful-location-showcase:focus-within .gymful-location-showcase__arrow-icon {
  transform: translate(2px, -2px);
}

/* Contact format */
.gymful-location-showcase--contact .gymful-location-showcase__gradient {
  background:
    linear-gradient(
      90deg,
      rgba(15, 11, 8, 0.52) 0%,
      rgba(15, 11, 8, 0.22) 38%,
      rgba(15, 11, 8, 0.04) 66%,
      rgba(15, 11, 8, 0.45) 100%
    ),
    linear-gradient(
      to bottom,
      rgba(18, 11, 7, 0.02) 25%,
      rgba(18, 11, 7, 0.18) 58%,
      var(--gymful-location-gradient) 100%
    );
}

.gymful-location-showcase__inner--contact {
  justify-content: flex-end;
}

.gymful-location-showcase__contact-layout {
  --contact-aside-width: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--contact-aside-width);
  align-items: end;
  width: 100%;
  column-gap: 64px;
}

.gymful-location-showcase__contact-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: 760px;
}

.gymful-location-showcase__contact-kicker {
  margin: 0 0 10px;
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.gymful-location-showcase__contact-title {
  margin: 0;
  color: inherit;
  font-size: clamp(54px, 4.2vw, 78px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.gymful-location-showcase__contact-description {
  max-width: 720px;
  margin-top: 24px;
  color: inherit;
  font-size: 17px;
  line-height: 1.55;
}

.gymful-location-showcase__contact-cta {
  --contact-cta-bg: #f3eedb;
  --contact-cta-hover: #c6b04f;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  margin-top: 25px;
  padding: 15px 34px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #c6b04f;
  border-radius: 999px;
  background: var(--contact-cta-bg);
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.gymful-location-showcase__contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--contact-cta-hover);
  clip-path: circle(0% at 0% 100%);
  transition: clip-path 0.82s cubic-bezier(0.19, 1, 0.22, 1);
}

.gymful-location-showcase__contact-cta-icon {
  display: block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.gymful-location-showcase:hover .gymful-location-showcase__contact-cta::before,
.gymful-location-showcase:focus-within .gymful-location-showcase__contact-cta::before {
  clip-path: circle(155% at 0% 100%);
}

.gymful-location-showcase:hover .gymful-location-showcase__contact-cta-icon,
.gymful-location-showcase:focus-within .gymful-location-showcase__contact-cta-icon {
  transform: translate(2px, -2px);
}

.gymful-location-showcase__contact-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: end;
  width: 100%;
  max-width: var(--contact-aside-width);
  gap: 24px;
  color: inherit;
  text-align: center;
}

.gymful-location-showcase__contact-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 5px 14px 5px 6px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gymful-location-showcase__contact-status-icon {
  --status-accent: #c6b04f;
  position: relative;
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--status-accent) 32%, white);
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--status-accent) 55%, white);
}

.gymful-location-showcase__contact-status-icon::before,
.gymful-location-showcase__contact-status-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 3px;
  border-radius: 999px;
  background: var(--status-accent);
  transform: translate(-50%, -50%);
}

.gymful-location-showcase__contact-status-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.gymful-location-showcase__contact-address {
  color: inherit;
  font-size: 17px;
  line-height: 1.5;
}

.gymful-location-showcase__contact-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: inherit;
  font-size: 16px;
  line-height: 1.45;
}

.gymful-location-showcase__contact-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.gymful-location-showcase__contact-value {
  color: #c6b04f;
}

@media (max-width: 1024px) {
  .gymful-location-showcase--review .gymful-location-showcase__bottom {
    gap: 0;
  }

  .gymful-location-showcase--review .gymful-location-showcase__content {
    max-width: 680px;
  }

  .gymful-location-showcase--review .gymful-location-showcase__title {
    font-size: clamp(44px, 7vw, 66px);
  }

  .gymful-location-showcase--review .gymful-location-showcase__description {
    font-size: 15px;
  }

  .gymful-location-showcase--review .gymful-location-showcase__meta,
  .gymful-location-showcase--review .gymful-location-showcase__review-column,
  .gymful-location-showcase--review .gymful-location-showcase__arrow-column {
    display: none !important;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(240px, var(--contact-aside-width));
    column-gap: 38px;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-title {
    font-size: clamp(48px, 6.2vw, 66px);
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-description {
    font-size: 15px;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-address,
  .gymful-location-showcase--contact .gymful-location-showcase__contact-lines {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .gymful-location-showcase--review .gymful-location-showcase__gradient {
    background: linear-gradient(
      to bottom,
      rgba(18, 11, 7, 0.04) 12%,
      rgba(18, 11, 7, 0.24) 42%,
      var(--gymful-location-gradient) 100%
    );
  }

  .gymful-location-showcase--review .gymful-location-showcase__availability {
    font-size: 12px;
  }

  .gymful-location-showcase--review .gymful-location-showcase__top {
    gap: 11px;
  }

  .gymful-location-showcase--review .gymful-location-showcase__title {
    font-size: clamp(38px, 12vw, 56px);
    overflow-wrap: anywhere;
  }

  .gymful-location-showcase--review .gymful-location-showcase__eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .gymful-location-showcase--review .gymful-location-showcase__description {
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  .gymful-location-showcase--review .gymful-location-showcase__content {
    max-width: 100%;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__gradient {
    background:
      linear-gradient(to bottom, rgba(18, 11, 7, 0.18) 0%, rgba(18, 11, 7, 0.28) 38%, var(--gymful-location-gradient) 100%),
      linear-gradient(90deg, rgba(18, 11, 7, 0.3), rgba(18, 11, 7, 0.12));
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-layout {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-main,
  .gymful-location-showcase--contact .gymful-location-showcase__contact-aside {
    width: 100%;
    max-width: 100%;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-title {
    font-size: clamp(40px, 12vw, 56px);
    overflow-wrap: anywhere;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-description {
    max-width: 100%;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-cta {
    margin-top: 20px;
    min-height: 48px;
    font-size: 14px;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-aside {
    align-items: flex-start;
    gap: 18px;
    text-align: left;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-lines {
    align-items: flex-start;
  }

  .gymful-location-showcase--contact .gymful-location-showcase__contact-line {
    justify-content: flex-start;
  }
}

@supports not (background: color-mix(in srgb, white, black)) {
  .gymful-location-showcase__contact-status-icon {
    background: #dfffcf;
    box-shadow: inset 0 0 0 2px #b8f49f;
  }
}

@media (hover: none) {
  .gymful-location-showcase:hover .gymful-location-showcase__arrow,
  .gymful-location-showcase:hover .gymful-location-showcase__arrow-icon,
  .gymful-location-showcase:hover .gymful-location-showcase__contact-cta-icon {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gymful-location-showcase__arrow,
  .gymful-location-showcase__arrow::before,
  .gymful-location-showcase__arrow-icon,
  .gymful-location-showcase__contact-cta::before,
  .gymful-location-showcase__contact-cta-icon {
    transition: none !important;
  }
}
