.pm-site-section-hero {
  width: 100%;
  min-width: 0;
}

.pm-site-section-hero__card {
  display: grid;
  grid-template-columns: fit-content(52rem) minmax(22rem, 1fr);
  gap: clamp(1.25rem, 2.2vw, 2.5rem);
  width: 100%;
  min-width: 0;
  min-height: 0;
  align-items: stretch;
  align-content: center;
  padding: clamp(1.4rem, 2vw, 2rem) clamp(1.5rem, 2.5vw, 2.6rem);
}

.pm-site-section-hero__card > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.pm-site-section-hero__heading,
.pm-site-section-hero__summary,
.pm-site-section-hero__title {
  min-width: 0;
  max-width: none;
}

.pm-site-section-hero__heading {
  display: flex;
  gap: clamp(0.9rem, 1.6vw, 1.5rem);
  width: 100%;
  align-items: center;
}

.pm-site-section-hero__heading .pm-home-hero-mark {
  width: clamp(4.6rem, 6vw, 6rem);
  height: clamp(4.6rem, 6vw, 6rem);
  flex: 0 0 auto;
}

.pm-site-section-hero__heading .styles-module-scss-module__3PyzfW__h1 {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  gap: clamp(0.55rem, 0.8vw, 0.75rem);
  align-items: flex-start;
}

.pm-site-section-hero__heading
  .styles-module-scss-module__3PyzfW__h1
  .styles-module-scss-module__3PyzfW__secondary {
  color: var(--pm-ink-900);
  font-family: var(--pm-font-heading);
  font-size: clamp(2rem, 2.65vw, 3.1rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.pm-site-section-hero__heading
  .styles-module-scss-module__3PyzfW__h1
  .styles-module-scss-module__3PyzfW__primary:not(.pm-brand-hero-logo-primary) {
  margin: 0;
  color: var(--pm-ink-900);
  font-family: var(--pm-font-heading);
  font-size: clamp(2.25rem, 3.2vw, 3.85rem);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.pm-site-section-hero__heading.pm-home-hero-heading--wordmark
  .styles-module-scss-module__3PyzfW__h1 {
  display: flex;
  flex-direction: row;
  gap: clamp(0.9rem, 1.6vw, 1.5rem);
  align-items: center;
}

.pm-site-section-hero__heading.pm-home-hero-heading--wordmark
  .styles-module-scss-module__3PyzfW__h1
  > :only-child {
  width: min(100%, 24rem);
}

.pm-site-section-hero__heading.pm-home-hero-heading--wordmark
  .styles-module-scss-module__3PyzfW__secondary {
  min-width: 0;
  flex: 1 1 auto;
  white-space: nowrap;
}

.pm-site-section-hero__heading
  .styles-module-scss-module__3PyzfW__h1
  .pm-brand-hero-logo-primary {
  display: block;
  width: min(100%, 21.5rem);
  flex: 0 1 21.5rem;
  margin: 0;
}

.pm-site-section-hero__heading .pm-brand-hero-logo-primary img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 4.9rem;
  object-fit: contain;
  object-position: left center;
}

.pm-site-section-hero__summary {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: none;
  min-height: 100%;
  align-content: center;
  justify-self: stretch;
  padding-left: clamp(1.25rem, 2vw, 2.25rem);
  border-left: 1px solid rgba(199, 219, 255, 0.9);
}

.pm-site-section-hero__summary .styles-module-scss-module__3PyzfW__description {
  width: 100%;
  max-width: none;
  color: var(--pm-ink-700);
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.55;
}

.pm-site-section-hero__summary > form,
.pm-site-section-hero__summary > [class*="-hero-actions"],
.pm-site-section-hero__summary > .pm-appointment-hero-picker {
  width: 100%;
  max-width: 100%;
}

.pm-site-section-hero__summary > [class*="-hero-actions"] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 0.75rem;
}

.pm-site-section-hero__summary
  > [class*="-hero-actions"]
  > :is(a, button) {
  width: 100%;
}

@media (min-width: 1181px) {
  .pm-site-section-hero__summary .styles-module-scss-module__3PyzfW__description {
    display: flex;
    min-height: calc(2 * 1.55em);
    align-items: center;
  }

  .pm-site-section-hero__summary > form,
  .pm-site-section-hero__summary > [class*="-hero-actions"],
  .pm-site-section-hero__summary > .pm-appointment-hero-picker {
    height: 3.5rem;
    min-height: 3.5rem;
  }

  .pm-site-section-hero__summary
    > [class*="-hero-actions"]
    > :is(a, button),
  .pm-site-section-hero__summary > form > input,
  .pm-site-section-hero__summary
    > .pm-appointment-hero-picker
    .pm-appointment-hero-search,
  .pm-site-section-hero__summary
    > .pm-appointment-hero-picker
    .pm-appointment-hero-search__input {
    height: 100%;
    min-height: 0;
  }
}

.pm-feedback-page {
  gap: clamp(1rem, 1.6vw, 1.5rem);
  padding-top: clamp(1rem, 2vw, 2rem);
}

@media (max-width: 1180px) {
  .pm-site-section-hero__card {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
    min-height: 0;
    align-items: start;
    padding: 1.35rem;
  }

  .pm-site-section-hero__summary {
    max-width: 100%;
    min-height: 0;
    justify-self: stretch;
    padding-top: 1.1rem;
    padding-left: 0;
    border-top: 1px solid rgba(199, 219, 255, 0.9);
    border-left: 0;
  }

  .pm-site-section-hero__heading
    .styles-module-scss-module__3PyzfW__h1
    .styles-module-scss-module__3PyzfW__secondary {
    font-size: clamp(2rem, 6vw, 2.75rem);
    line-height: 1.04;
  }

  .pm-site-section-hero__heading
    .styles-module-scss-module__3PyzfW__h1
    .pm-brand-hero-logo-primary {
    width: min(100%, 20.5rem);
  }

}

@media (max-width: 700px) {
  .pm-site-section-hero__heading.pm-home-hero-heading--wordmark
    .styles-module-scss-module__3PyzfW__h1 {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }

  .pm-site-section-hero__heading.pm-home-hero-heading--wordmark
    .styles-module-scss-module__3PyzfW__h1
    .pm-brand-hero-logo-primary {
    width: min(100%, 17rem);
    flex: 0 0 auto;
  }

  .pm-site-section-hero__heading.pm-home-hero-heading--wordmark
    .styles-module-scss-module__3PyzfW__secondary {
    flex: 0 0 auto;
  }
}

@media (max-width: 520px) {
  .pm-site-section-hero__card {
    gap: 0.85rem;
    border-radius: 1.25rem;
    padding: 1.1rem;
  }

  .pm-site-section-hero__heading .styles-module-scss-module__3PyzfW__h1 {
    gap: 0.55rem;
  }

  .pm-site-section-hero__heading
    .styles-module-scss-module__3PyzfW__h1
    .styles-module-scss-module__3PyzfW__secondary {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
  }

  .pm-site-section-hero__heading
    .styles-module-scss-module__3PyzfW__h1
    .pm-brand-hero-logo-primary {
    width: min(100%, 17rem);
  }

  .pm-site-section-hero__heading.pm-home-hero-heading--wordmark
    .styles-module-scss-module__3PyzfW__secondary {
    max-width: 100%;
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .pm-site-section-hero__summary {
    gap: 0.7rem;
  }

  .pm-site-section-hero__summary > [class*="-hero-actions"] {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-site-section-hero__summary .styles-module-scss-module__3PyzfW__description {
    font-size: 0.94rem;
    line-height: 1.45;
  }
}
