/* subpage hero matches home hero */

.page-video .site-header,
.page-contact .site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
}

.hero.hero--subpage {
  position: relative;
  min-height: 570px;
  padding: 112px 0 92px;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  background: #ff5a08 url("/assets/images/hero-bg.png") no-repeat center top / cover;
}

.hero.hero--subpage::before,
.hero.hero--subpage::after {
  content: none !important;
  display: none !important;
}

.hero.hero--subpage .hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero.hero--subpage .hero__text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero.hero--subpage .hero__eyebrow {
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  line-height: 1;
}

.hero.hero--subpage .hero__page-title {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-family: var(--font-title, 'Nunito', Arial, sans-serif);
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 600 !important;
  line-height: .92;
  letter-spacing: -.055em;
  text-shadow: 0 10px 20px rgba(103, 38, 4, .18);
}

.hero.hero--subpage .hero__lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: #fff;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.12;
}

.hero.hero--subpage .hero__desc {
  max-width: 520px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.48;
}

.hero.hero--subpage .hero__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(520px, 100%);
  gap: 18px;
  margin-top: 28px;
}

.hero.hero--subpage .btn {
  width: 100%;
  justify-content: center;
  font-weight: 400 !important;
  white-space: nowrap;
}

.hero.hero--subpage .btn__icon-img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  object-fit: contain;
}

.hero.hero--subpage .btn--outline .btn__icon-img {
  filter: brightness(0) invert(1);
}

.hero.hero--subpage .hero__dog-wrap {
  position: relative !important;
  min-height: 405px;
  align-self: end;
}

.hero.hero--subpage .hero__dog {
  position: absolute;
  z-index: 4;
  right: 3%;
  bottom: -44px;
  width: min(470px, 94%);
  max-height: 520px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 25px 24px rgba(80, 31, 8, .21));
}

.hero.hero--subpage .crown,
.hero.hero--subpage .crown.crown--image {
  position: absolute !important;
  z-index: 9 !important;
  top: -75px !important;
  right: 31% !important;
  width: 118px !important;
  height: auto !important;
  transform: rotate(16deg) !important;
  pointer-events: none !important;
}

.hero.hero--subpage .bubble,
.hero.hero--subpage .bubble.bubble--image {
  position: absolute !important;
  z-index: 6 !important;
  right: 0 !important;
  top: 190px !important;
  width: 135px !important;
  height: auto !important;
  transform: rotate(12deg) !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  .hero.hero--subpage .hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 34px;
  }

  .hero.hero--subpage .hero__dog {
    width: min(430px, 92%);
  }

  .hero.hero--subpage .crown,
  .hero.hero--subpage .crown.crown--image {
    top: -58px !important;
    width: 96px !important;
  }
}

@media (max-width: 900px) {
  .page-video .site-header,
  .page-contact .site-header {
    position: relative;
  }

  .hero.hero--subpage {
    min-height: auto;
    padding: 58px 0 70px;
  }

  .hero.hero--subpage .hero__content {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .hero.hero--subpage .hero__text-block {
    align-items: center;
    text-align: center;
  }

  .hero.hero--subpage .hero__desc,
  .hero.hero--subpage .hero__lead {
    text-align: center;
  }

  .hero.hero--subpage .hero__page-title {
    font-size: clamp(42px, 10vw, 62px);
  }

  .hero.hero--subpage .hero__lead {
    font-size: 22px !important;
  }

  .hero.hero--subpage .hero__dog-wrap {
    min-height: 360px;
  }

  .hero.hero--subpage .hero__dog {
    right: 50%;
    bottom: -34px;
    width: min(380px, 86vw);
    transform: translateX(50%);
  }

  .hero.hero--subpage .crown,
  .hero.hero--subpage .crown.crown--image {
    top: -38px !important;
    right: 50% !important;
    width: 78px !important;
    transform: translateX(115px) rotate(16deg) !important;
  }

  .hero.hero--subpage .bubble,
  .hero.hero--subpage .bubble.bubble--image {
    right: 50% !important;
    top: 155px !important;
    width: 112px !important;
    transform: translateX(170px) rotate(12deg) !important;
  }
}

@media (max-width: 620px) {
  .hero.hero--subpage .hero__buttons {
    grid-template-columns: 1fr;
    width: min(340px, 100%);
  }

  .hero.hero--subpage .hero__lead {
    font-size: 20px !important;
  }

  .hero.hero--subpage .hero__dog {
    width: min(320px, 84vw);
  }

  .hero.hero--subpage .crown,
  .hero.hero--subpage .crown.crown--image {
    width: 64px !important;
    transform: translateX(88px) rotate(16deg) !important;
  }

  .hero.hero--subpage .bubble,
  .hero.hero--subpage .bubble.bubble--image {
    width: 96px !important;
    transform: translateX(142px) rotate(12deg) !important;
  }
}

/* contact CTA removed */
.contact-cta,
[class*="contact-cta"] {
  display: none;
}

/* cta section orange removed */
.cta.section-orange,
.section-orange.cta {
  display: none;
}
