.pg-hero-image {
  position: relative;
  z-index: 1;
  height: 856px;
  overflow: visible;
}
.pg-hero-image__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}
.pg-hero-image__box {
  position: absolute;
  left: 34px;
  top: 481px;
  width: 682px;
  background-color: var(--pg-green);
  height: 348px;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-hero-image__title {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: var(--pg-white);
  text-transform: capitalize;
  line-height: 1.25;
  margin: 0 63px 20px;
  letter-spacing: -0.45px;
}
.pg-hero-image__desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--pg-white);
  line-height: 1.6;
  margin: 0 auto;
  letter-spacing: -0.45px;
  width: 444px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-hero-image {
    height: 432px;
  }
  .pg-hero-image__box {
    left: 25px;
    top: 224px;
    width: 400px;
    padding: 0 50px;
    height: 201px;
  }
  .pg-hero-image__title {
    font-size: 36px;
    margin: 0 40px 14px;
  }
  .pg-hero-image__desc {
    font-size: 14px;
    width: 329px;
  }
}
@media (max-width: 767px) {
  .pg-hero-image {
    height: 380px;
    z-index: 5;
  }
  .pg-hero-image__img {
    bottom: auto;
    height: 380px;
  }
  .pg-hero-image__box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: 160px;
    width: 346px;
    padding: 28px;
    z-index: 10;
    height: 152px;
  }
  .pg-hero-image__title {
    font-size: 22px;
  }
  .pg-hero-image__desc {
    font-size: 14px;
    margin: 0 60px;
    width: 249px;
  }
}

.pg-hero-image--center .pg-hero-image__box {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-hero-image--center .pg-hero-image__box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.pg-hero-image--right .pg-hero-image__box {
  left: auto;
  right: 34px;
  transform: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-hero-image--right .pg-hero-image__box {
    left: auto;
    right: 25px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .pg-hero-image--right .pg-hero-image__box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.pg-locations-list {
  padding: 60px 80px;
  background-image: url("/wp-content/themes/playgarden-nyc/assets/img/webp/backgrounds/white-paper-cardboard-texture-with-black-spot-background.png");
}
.pg-locations-list__heading {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: var(--pg-green-light);
  text-align: center;
  margin: 0 0 48px;
}
.pg-locations-list__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-locations-list {
    padding: 40px 45px;
  }
  .pg-locations-list__heading {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .pg-locations-list__list {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .pg-locations-list {
    padding: 28px 15px;
  }
  .pg-locations-list__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pg-locations-list__list {
    gap: 24px;
  }
}

.pg-location-card {
  --_card-bg: var(--pg-green);
  --_accent: var(--pg-green-light);
}
.pg-location-card--orange {
  --_card-bg: var(--pg-orange-deep);
  --_accent: var(--pg-orange-deep);
}
.pg-location-card {
  display: block;
  position: relative;
  background: var(--pg-white);
  box-shadow: 0 4px 17.2px rgba(211, 211, 211, 0.56);
  height: 348px;
}
.pg-location-card__image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 40.6%;
  height: 100%;
  overflow: hidden;
}
.pg-location-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-location-card__banner {
  position: absolute;
  left: 35.8%;
  top: 21px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  width: 39%;
  height: calc(100% - 21px - 19px);
  background: var(--_card-bg);
  padding: 28px 24px 28px 24px;
  z-index: 1;
  overflow: hidden;
}
.pg-location-card__name {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.8vw, 40px);
  color: var(--pg-white);
  margin: 0 0 8px;
}
.pg-location-card__address {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #f4f9e0;
  margin: 0 0 16px;
  max-width: none;
  word-break: break-word;
}
.pg-location-card__contact {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #f4f9e0;
  margin: 0 0 8px;
  word-break: break-all;
}
.pg-location-card__contact a {
  color: inherit;
  text-decoration: none;
}
.pg-location-card__contact a:hover {
  text-decoration: underline;
}
.pg-location-card__info {
  position: absolute;
  left: 76.4%;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  margin: 0;
  padding: 26px 24px 26px 0px;
}
.pg-location-card__info-wrap {
  margin: auto 0;
}
.pg-location-card__hours {
  margin-bottom: 8px;
}
.pg-location-card__hours-label {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--_accent);
  margin: 0 0 4px;
}
.pg-location-card__hours-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--pg-gray);
  line-height: 22px;
  margin: 0;
}
.pg-location-card__divider {
  height: 1px;
  background: #e5e7eb;
  margin: 8px 0;
}
.pg-location-card__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.pg-location-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 29px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.pg-location-card__btn:hover {
  opacity: 0.85;
}
.pg-location-card__btn--outline {
  border: 1.9px solid var(--_accent);
  color: var(--_accent);
  background: transparent;
}
.pg-location-card__btn--filled {
  background: var(--_accent);
  color: var(--pg-white);
  border: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pg-location-card {
    height: 212px;
  }
  .pg-location-card__banner {
    top: 13px;
    height: calc(100% - 13px - 12px);
    padding: 13px 16px 13px 13px;
    gap: 12px;
  }
  .pg-location-card__name {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .pg-location-card__address {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .pg-location-card__contact {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .pg-location-card__info {
    justify-content: center;
    gap: 12px;
    padding: 13px 12px;
  }
  .pg-location-card__hours-label {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
  .pg-location-card__hours-text {
    font-size: 12px;
    line-height: 14px;
  }
  .pg-location-card__actions {
    flex-direction: column;
    gap: 6px;
    margin-top: 0;
    flex-wrap: nowrap;
  }
  .pg-location-card__btn {
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pg-location-card {
    height: auto;
  }
  .pg-location-card__image-wrap {
    position: static;
    width: 100%;
    height: 240px;
  }
  .pg-location-card__banner {
    position: relative;
    left: auto;
    top: auto;
    box-sizing: border-box;
    width: calc(100% - 50px);
    height: auto;
    min-height: 200px;
    margin: auto;
    margin-top: -72px;
    padding: 24px;
    z-index: 1;
    gap: 10px;
  }
  .pg-location-card__name {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .pg-location-card__address {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .pg-location-card__contact {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .pg-location-card__info {
    position: static;
    width: 100%;
    padding: 20px 40px 40px;
    justify-content: flex-start;
  }
  .pg-location-card__hours-label {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .pg-location-card__hours-text {
    font-size: 14px;
    line-height: 22px;
  }
  .pg-location-card__actions {
    flex-direction: row;
    gap: 12px;
    margin-top: 16px;
    justify-content: center;
  }
  .pg-location-card__btn {
    padding: 11px 27px;
    font-size: 13px;
    border-radius: 29px;
  }
}

.pg-locations {
  overflow-x: hidden;
}