/* unified first hero for all pages */

.hero.hero--unified {
  position: relative !important;
  min-height: 720px !important;
  padding: 112px 0 74px !important;
  color: #fff !important;
  overflow: hidden !important;
  isolation: isolate !important;
  background: #ff5a08 url("/assets/images/hero-bg.png?v=20260621120019") no-repeat center 45% / cover !important;
}

.hero.hero--unified::before,
.hero.hero--unified::after,
.hero.hero--unified .hero__paw,
.hero.hero--unified .hero__spark {
  content: none !important;
  display: none !important;
}

.hero.hero--unified .header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  padding: 16px 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease !important;
}

body.is-header-scrolled .hero.hero--unified .header,
body.is-header-scrolled .header {
  background: rgba(255, 91, 8, .94) !important;
  box-shadow: 0 10px 28px rgba(120, 42, 0, .14) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

.hero.hero--unified .header__inner {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

.hero.hero--unified .logo--image {
  width: 120px !important;
  height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.hero.hero--unified .logo__img {
  width: 120px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
}

.hero.hero--unified .nav {
  display: flex !important;
  align-items: center !important;
  gap: 34px !important;
  margin-left: auto !important;
}

.hero.hero--unified .nav__link {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.hero.hero--unified .nav__link.is-active {
  padding: 13px 22px !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.92) !important;
  color: #ff4f00 !important;
}

.hero.hero--unified .header__follow {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-left: 28px !important;
}

.hero.hero--unified .follow-label {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.hero.hero--unified .social {
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.94) !important;
  color: #2c2018 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.hero.hero--unified .hero__content {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(520px, .98fr) minmax(460px, .9fr) !important;
  align-items: center !important;
  gap: 58px !important;
  min-height: 535px !important;
  padding-top: 24px !important;
}

.hero.hero--unified .hero__text-block {
  position: relative !important;
  z-index: 3 !important;
  max-width: 650px !important;
  padding-top: 12px !important;
  text-align: left !important;
  align-items: flex-start !important;
}

.hero.hero--unified .hero__title {
  margin: 0 !important;
}

.hero.hero--unified .hero__title-img {
  display: block !important;
  width: min(600px, 100%) !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 16px rgba(100, 35, 5, .28)) !important;
}


.hero.hero--unified .hero__page-title {
  max-width: 650px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: var(--font-title, 'Nunito', Arial, sans-serif) !important;
  font-size: clamp(68px, 7.1vw, 118px) !important;
  font-weight: 600 !important;
  line-height: .88 !important;
  letter-spacing: -.055em !important;
  text-shadow: 0 12px 20px rgba(103, 38, 4, .16) !important;
}

.hero.hero--unified .hero__lead {
  max-width: 620px !important;
  margin: 26px 0 0 !important;
  color: #fff !important;
  font-family: var(--font-title, 'Nunito', Arial, sans-serif) !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.13 !important;
}

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

.hero.hero--unified .hero__buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin-top: 34px !important;
}

.hero.hero--unified .btn {
  min-width: 250px !important;
  height: 58px !important;
  justify-content: center !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}

.hero.hero--unified .hero__dog-wrap {
  position: relative !important;
  z-index: 2 !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  min-height: 530px !important;
  align-self: end !important;
}

.hero.hero--unified .hero__dog {
  position: absolute !important;
  z-index: 4 !important;
  right: 4% !important;
  bottom: -58px !important;
  width: min(560px, 100%) !important;
  max-height: 620px !important;
  object-fit: contain !important;
  object-position: center bottom !important;
  filter: drop-shadow(0 28px 28px rgba(80, 31, 8, .18)) !important;
}

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

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

@media (max-width: 1200px) {
  .hero.hero--unified {
    min-height: 660px !important;
  }

  .hero.hero--unified .hero__content {
    grid-template-columns: minmax(430px, .95fr) minmax(390px, .9fr) !important;
    gap: 34px !important;
  }

  .hero.hero--unified .hero__title-img {
    width: min(520px, 100%) !important;
  }

  .hero.hero--unified .hero__dog {
    width: min(500px, 100%) !important;
  }
}

@media (max-width: 900px) {
  .hero.hero--unified {
    min-height: auto !important;
    padding: 92px 0 64px !important;
  }

  .hero.hero--unified .header {
    padding: 12px 0 !important;
  }

  .hero.hero--unified .header__inner {
    gap: 16px !important;
  }

  .hero.hero--unified .header__follow {
    display: none !important;
  }

  .hero.hero--unified .nav {
    gap: 16px !important;
  }

  .hero.hero--unified .hero__content {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    min-height: auto !important;
  }

  .hero.hero--unified .hero__text-block {
    max-width: 100% !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .hero.hero--unified .hero__page-title {
    font-size: clamp(48px, 12vw, 76px) !important;
  }

  .hero.hero--unified .hero__lead {
    font-size: 24px !important;
  }

  .hero.hero--unified .hero__dog-wrap {
    min-height: 370px !important;
  }

  .hero.hero--unified .hero__dog {
    right: 50% !important;
    bottom: -42px !important;
    width: min(390px, 86vw) !important;
    transform: translateX(50%) !important;
  }

  .hero.hero--unified .crown,
  .hero.hero--unified .crown.crown--image {
    top: -12px !important;
    right: 50% !important;
    width: 82px !important;
    transform: translateX(112px) rotate(16deg) !important;
  }

  .hero.hero--unified .bubble,
  .hero.hero--unified .bubble.bubble--image {
    right: 50% !important;
    top: 178px !important;
    width: 104px !important;
    transform: translateX(168px) rotate(12deg) !important;
  }
}

@media (max-width: 620px) {
  .hero.hero--unified .logo--image {
    width: 92px !important;
  }

  .hero.hero--unified .logo__img {
    width: 92px !important;
  }

  .hero.hero--unified .nav {
    display: none !important;
  }

  .hero.hero--unified .hero__title-img {
    width: min(360px, 96vw) !important;
  }

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

  .hero.hero--unified .hero__buttons {
    width: 100% !important;
  }

  .hero.hero--unified .btn {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* unified hero crown requested position */
.hero.hero--unified .crown,
.hero.hero--unified .crown.crown--image {
  top: -20px !important;
  right: 33% !important;
}

/* hero image titles for video/contact pages */
.hero.hero--unified.hero--video .hero__title,
.hero.hero--unified.hero--contact .hero__title {
  margin: 0 !important;
}

.hero.hero--unified.hero--video .hero__title-img,
.hero.hero--unified.hero--contact .hero__title-img {
  display: block !important;
  width: min(520px, 100%) !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 14px 16px rgba(100, 35, 5, .28)) !important;
}

.hero.hero--unified.hero--contact .hero__title-img {
  width: min(620px, 100%) !important;
}

@media (max-width: 900px) {
  .hero.hero--unified.hero--video .hero__title-img,
  .hero.hero--unified.hero--contact .hero__title-img {
    width: min(430px, 96vw) !important;
    object-position: center !important;
  }
}

@media (max-width: 620px) {
  .hero.hero--unified.hero--video .hero__title-img,
  .hero.hero--unified.hero--contact .hero__title-img {
    width: min(340px, 96vw) !important;
  }
}

/* hero eyebrow removed */
.hero__eyebrow {
  display: none;
}

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

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