/* Shared-theme adjustments for the four approved Task 642 designs. */
.pa-home-642 .hero-copy {
  display: flex;
  align-items: center;
  padding-top: 42px;
}

.pa-home-642 .hero-content {
  margin-top: 0;
}

:is(.pa-home-642, .pa-fillers-642, .pa-pdo-642, .pa-neurotoxins-642) section[id] {
  scroll-margin-top: calc(var(--pa-header-height) + 18px);
}

:is(.pa-home-642, .pa-fillers-642, .pa-pdo-642, .pa-neurotoxins-642) :is(a, button, summary):focus-visible {
  outline: 3px solid #c9a35a;
  outline-offset: 5px;
}

.pa-home-642 .filter {
  min-height: 44px;
}

@media (max-width: 620px) {
  /* Crop the prototype's baked-in edge controls out of the supplied artwork. */
  .pa-home-642 .hero-photo {
    background-size: auto 116%;
    background-position: 60% 75%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  :is(.pa-home-642, .pa-fillers-642, .pa-pdo-642, .pa-neurotoxins-642) * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
