.hero {
  background: #f8cf4b;
}

.hero-eyebrow {
  position: absolute;
  z-index: 4;
  top: 96px;
  left: 8vw;
}

.site-header {
  background: transparent !important;
}

.pet-placeholder {
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  display: block;
}

.pet-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
}

.hero-content {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .15);
}

@media (max-width: 760px) {
  .sun-one {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0 0 82px;
    background: #f8cf4b;
  }

  .hero-content {
    order: 2;
    max-width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 21px;
  }

  .hero-eyebrow {
    top: 78px;
    left: 7vw;
    right: 7vw;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .92;
    letter-spacing: -1.5px;
    margin: 22px 0;
  }

  .hero-lead {
    max-width: 330px;
    font-size: 16px;
    line-height: 1.35;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 25px;
  }

  .pet-placeholder {
    order: 1;
    position: relative;
    inset: auto;
    right: auto;
    transform: none;
    flex: none;
    width: 100vw;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0;
  }

  .pet-placeholder img {
    object-position: 100% center;
    object-fit: cover;
    border-radius: 0;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 78%, transparent 100%);
  }

  .callout {
    display: none;
  }

  .hero-wave {
    height: 54px;
  }
}
