@font-face {
  font-family: "ChinoPet Quicksand";
  src: url("/assets/chinopet-quicksand-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Quicksand";
  src: url("/assets/chinopet-quicksand-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Quicksand";
  src: url("/assets/chinopet-quicksand-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Quicksand";
  src: url("/assets/chinopet-quicksand-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Montserrat";
  src: url("/assets/chinopet-montserrat-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Montserrat";
  src: url("/assets/chinopet-montserrat-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Montserrat";
  src: url("/assets/chinopet-montserrat-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Montserrat";
  src: url("/assets/chinopet-montserrat-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Brandon";
  src: url("/assets/chinopet-brandon-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Brandon";
  src: url("/assets/chinopet-brandon-medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Brandon";
  src: url("/assets/chinopet-brandon-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Brandon";
  src: url("/assets/chinopet-brandon-black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "ChinoPet Signature";
  src: url("/assets/chinopet-montreuil-signature.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --main-color: #F1BF43;
  --main-strong-color: #F1BF43;
  --sub-color: #404041;
  --text-color: #4A4A4A;
  --muted-color: #696969;
  --paper-color: #FFFFFF;
  --soft-color: #F7F7F7;
  --shadow-card: 10px 10px 0 rgba(0, 0, 0, 0.86);
  --shadow-soft: 6px 6px 14px rgba(0, 0, 0, 0.18);
  --scroll-progress: 0;
  --pointer-x: 50%;
  --pointer-y: 50%;
  --motion-fast: 180ms ease;
  --motion-smooth: 720ms cubic-bezier(0.22, 1, 0.36, 1);
  font-family: "ChinoPet Brandon", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sub-color);
  background-color: #fff;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.965), rgba(255, 255, 255, 0.965)),
    url("/assets/chinopet-brand-pattern.png");
  background-position: top center;
  background-repeat: repeat;
  background-size: auto, 560px auto;
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 18px;
  top: 14px;
  z-index: 50;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--sub-color);
  color: white;
}

.skip-link:focus {
  transform: translateY(0);
}

.design-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: transparent;
  pointer-events: none;
}

.scroll-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--scroll-progress) * 100%);
  height: 3px;
  border-radius: 0 999px 999px 0;
  background: var(--main-color);
  box-shadow: 0 0 22px rgba(241, 191, 67, 0.48);
  transform-origin: left center;
}

.site-nav {
  width: min(1180px, calc(100% - 48px));
  min-height: 118px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 112px 1fr 244px;
  align-items: center;
  gap: 26px;
  pointer-events: auto;
  transition:
    min-height var(--motion-fast),
    transform var(--motion-fast),
    padding var(--motion-fast),
    margin var(--motion-fast),
    background-color var(--motion-fast),
    box-shadow var(--motion-fast),
    border-color var(--motion-fast);
}

.site-header.is-scrolled .site-nav {
  min-height: 78px;
  margin-top: 10px;
  padding: 0 24px;
  border: 1px solid rgba(64, 64, 65, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) saturate(1.18);
}

.site-header.is-scrolled .brand img {
  width: 74px;
}

.brand img {
  width: 82px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 15px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
  color: #191919;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--main-strong-color);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--motion-fast);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 14px;
}

.button-outline {
  min-height: 37px;
  border: 2px solid var(--main-color);
  background: white;
  color: #191919;
  box-shadow: none;
}

.header-download {
  min-width: 126px;
  padding: 0 20px;
  font-size: 13px;
}

.header-cart {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
}

.header-cart img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.header-lang {
  color: #191919;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.header-contact {
  display: grid;
  justify-items: end;
  gap: 2px;
  color: #191919;
  text-align: right;
}

.header-contact strong {
  color: var(--main-strong-color);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.header-contact span {
  color: #333;
  max-width: 172px;
  font-size: 11px;
  font-weight: 700;
}

@media (min-width: 741px) {
  .site-nav {
    transform: translateY(66px);
  }

  .site-header.is-scrolled .site-nav {
    transform: translateY(0);
  }

  .brand {
    margin-left: 61px;
  }

  .brand img {
    width: 96px;
  }

  .nav-links {
    justify-content: flex-start;
    padding-left: 130px;
  }
}

.hero {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  min-height: 585px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 44px;
  overflow: visible;
}

.hero::after {
  content: "";
  position: absolute;
  left: 58%;
  bottom: -118px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  border: 72px solid var(--main-color);
  opacity: 0.95;
  z-index: -1;
}

.hero-copy {
  padding-top: 18px;
}

.hero h1 {
  margin: 0;
  color: #121212;
  font-size: clamp(52px, 5.5vw, 86px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

.hero-home h1 {
  font-family: "ChinoPet Signature", "Snell Roundhand", "Apple Chancery", cursive;
  font-size: clamp(72px, 8.8vw, 128px);
  font-weight: 400;
  line-height: 0.82;
}

.hero-home {
  min-height: 728px;
}

.hero-home::after {
  display: none;
}

.hero h2 {
  margin: 28px 0 0;
  color: #101010;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.16;
}

.hero h2 span {
  display: inline;
}

.hero h2 span + span::before {
  content: " ";
}

.hero p {
  max-width: 520px;
  margin: 22px 0 0;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.hero-actions.centered {
  justify-content: center;
}

.button {
  min-width: 138px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform var(--motion-fast),
    box-shadow var(--motion-fast),
    background-color var(--motion-fast),
    color var(--motion-fast);
}

.button.small {
  min-width: 108px;
  min-height: 34px;
  padding: 0 18px;
  font-size: 13px;
}

.button-gold {
  background: var(--main-color);
  color: white;
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.16);
}

.button-white,
.button-light {
  background: white;
  color: var(--main-strong-color);
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.16);
}

.button-dark {
  background: #1f1f1f;
  color: white;
  box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.18);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 44px;
}

.social-links img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.hero-media {
  display: grid;
  place-items: end center;
  min-height: 540px;
}

.hero-media img {
  width: min(100%, 690px);
  max-height: 555px;
  object-fit: contain;
}

.hero-home .hero-media {
  min-height: 680px;
}

.hero-home .hero-media img {
  width: min(100%, 720px);
  max-height: 640px;
}

.hero-standard {
  min-height: 555px;
}

.hero-standard .hero-media img {
  max-height: 470px;
}

.mart-hero {
  min-height: 580px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url("/assets/banner_mart.png") center / cover no-repeat;
  color: white;
  text-align: center;
}

.mart-hero h1 {
  margin: 0;
  font-family: "ChinoPet Signature", "Snell Roundhand", "Apple Chancery", cursive;
  font-size: clamp(72px, 10vw, 128px);
  font-weight: 400;
}

.mart-hero p {
  margin: 0 0 8px;
  color: white;
  font-size: 26px;
  font-weight: 800;
}

.mart-hero .social-links {
  justify-content: center;
}

.contact-hero {
  padding: 58px 0 84px;
}

.contact-hero-panel {
  width: min(1180px, calc(100% - 48px));
  min-height: 410px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 36px;
  position: relative;
}

.contact-hero h1 {
  margin: 0;
  font-family: "ChinoPet Signature", "Snell Roundhand", "Apple Chancery", cursive;
  font-size: clamp(58px, 8vw, 96px);
  font-weight: 400;
}

.contact-hero p {
  max-width: 530px;
  color: var(--text-color);
  font-weight: 700;
}

.contact-hero-dog {
  position: relative;
}

.contact-hero-dog::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto auto;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--main-color);
  z-index: -1;
}

.contact-hero-dog img {
  width: 100%;
}

.band-gold {
  background-color: var(--main-color);
  background-image:
    linear-gradient(rgba(241, 191, 67, 0.9), rgba(241, 191, 67, 0.9)),
    url("/assets/chinopet-brand-pattern.png");
  background-repeat: repeat;
  background-size: auto, 560px auto;
}

.home-services {
  position: relative;
  margin-top: -36px;
  padding: 165px 0 132px;
  overflow: hidden;
}

.home-services::before,
.home-services::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 88px;
  background: white;
  border-radius: 0 0 50% 50%;
}

.home-services::before {
  top: -48px;
}

.home-services::after {
  bottom: -60px;
  border-radius: 50% 50% 0 0;
}

.service-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.service-copy h2,
.section-heading h2,
.about-copy h2,
.gold-cat-cta h2,
.testimonials-section h2,
.dark-dog-cta h2,
.booking-panel h2,
.blogs-section h2,
.service-pricing h2,
.service-feature h2,
.vet-black h2,
.app-section h2,
.newsletter-section h2,
.store-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(42px, 5.7vw, 74px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.service-copy p {
  color: white;
  font-weight: 700;
}

.home-services .service-copy h2 {
  font-size: clamp(42px, 4.5vw, 58px);
  line-height: 1.08;
}

.service-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.service-panel {
  min-height: 208px;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 7px solid #1f1f1f;
  border-top: 0;
  border-left: 0;
  border-radius: 30px;
  background: white;
  box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.88);
}

.service-panel img {
  width: 94px;
  height: 86px;
  object-fit: contain;
}

.service-panel span {
  min-width: 118px;
  min-height: 26px;
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--main-color);
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.line-title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 900;
}

.line-title::before {
  content: "";
  width: 78px;
  height: 2px;
  background: currentColor;
}

.line-title-white {
  color: white;
}

.line-title-gold {
  color: var(--main-color);
}

.about-split,
.about-services,
.service-feature,
.shop-tip,
.vet-team {
  position: relative;
  padding: 136px 0 92px;
  overflow: hidden;
}

.about-split::before,
.products-section::before,
.testimonials-section::before,
.blogs-section::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 58px solid var(--main-color);
  opacity: 0.95;
  pointer-events: none;
}

.about-split::before {
  left: -160px;
  bottom: 20px;
}

.about-grid,
.feature-card-wide,
.app-panel,
.store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.about-grid.reverse,
.feature-card-wide.reverse {
  grid-template-columns: 1fr 1fr;
}

.about-image img {
  width: min(100%, 620px);
}

.about-copy h2,
.section-heading h2,
.service-feature h2,
.app-section h2,
.store-copy h2,
.vet-team h2 {
  color: var(--main-color);
}

.about-copy p,
.service-feature p,
.app-section p,
.store-copy p,
.shop-tip p {
  max-width: 540px;
  color: var(--text-color);
  font-weight: 700;
}

.photo-card,
.feature-card-wide,
.testimonial-card,
.wide-article,
.team-card,
.article-card,
.card {
  border-radius: 46px;
  background: #f7f7f7;
  box-shadow: var(--shadow-card);
}

.photo-card {
  overflow: hidden;
  border: 8px solid white;
}

.photo-card img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
}

.feature-card-wide {
  padding: 28px;
}

.feature-card-wide > img {
  width: 100%;
  min-height: 330px;
  object-fit: cover;
  border-radius: 34px;
}

.video-band {
  padding: 0;
}

.video-poster {
  position: relative;
  min-height: clamp(330px, 43vw, 650px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.video-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-circle {
  position: relative;
  z-index: 1;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 9px solid white;
  border-radius: 50%;
}

.play-circle::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 8px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
}

.products-section {
  position: relative;
  padding: 116px 0 120px;
  overflow: hidden;
}

.products-section::before {
  right: -145px;
  bottom: -120px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 42px;
}

.section-heading.compact {
  align-items: center;
  margin-bottom: 32px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.product-card {
  text-align: center;
  font-weight: 800;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  background: #f1f1f1;
}

.product-card h3 {
  margin: 22px 0 6px;
  font-size: 20px;
}

.product-card p {
  margin: 8px 0 14px;
  color: var(--text-color);
}

.stars {
  color: var(--main-strong-color);
  font-size: 17px;
}

.stars span {
  color: var(--main-strong-color);
  margin-left: 4px;
}

.app-download-band {
  position: relative;
  min-height: 536px;
  overflow: hidden;
  background:
    linear-gradient(rgba(241, 191, 67, 0.03), rgba(241, 191, 67, 0.03)),
    url("/assets/app-bg.png") center / cover no-repeat;
}

.app-download-band::before {
  content: none;
}

.app-download-grid {
  min-height: 536px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.78fr);
  align-items: center;
  gap: 64px;
  position: relative;
}

.app-download-cat {
  display: none;
}

.app-download-copy {
  color: white;
  justify-self: start;
  max-width: 560px;
}

.app-download-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.app-download-copy p {
  max-width: 500px;
  margin: 12px 0 22px;
  color: white;
  font-weight: 800;
}

.app-download-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.qr-code {
  width: 142px;
  height: auto;
  border-radius: 8px;
  background: white;
}

.store-badges.vertical {
  display: grid;
  gap: 8px;
  margin-top: 0;
}

.store-badges.vertical img {
  height: 40px;
}

.gold-cat-cta {
  min-height: 380px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background-color: var(--main-color);
  background-image:
    linear-gradient(rgba(241, 191, 67, 0.9), rgba(241, 191, 67, 0.9)),
    url("/assets/chinopet-brand-pattern.png");
  background-repeat: repeat;
  background-size: auto, 560px auto;
}

.cat-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}

.cat-cta-grid > img {
  align-self: end;
  max-height: 360px;
  object-fit: contain;
}

.gold-cat-cta h2,
.gold-cat-cta p {
  color: white;
}

.gold-cat-cta p,
.dark-dog-cta p {
  max-width: 500px;
  font-weight: 700;
}

.testimonials-section {
  position: relative;
  padding: 132px 0 150px;
  overflow: hidden;
}

.testimonials-section::before {
  right: -140px;
  bottom: -130px;
}

.dot-row {
  display: flex;
  gap: 10px;
}

.dot-row span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--main-color);
}

.dot-row span.active {
  background: #191919;
}

.testimonial-card {
  width: min(920px, 100%);
  min-height: 300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: center;
  gap: 48px;
  padding: 50px 70px;
}

.testimonial-card > img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  justify-self: center;
}

.testimonial-card h2 {
  color: var(--main-color);
  font-size: clamp(40px, 5vw, 68px);
}

.testimonial-card blockquote {
  margin: 18px 0 0;
  color: var(--sub-color);
  font-weight: 700;
}

.dark-dog-cta {
  min-height: 675px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(33, 26, 26, 0.94) 0 46%, rgba(33, 26, 26, 0.22) 46% 100%),
    url("/assets/schedule-bg1.png") right center / cover no-repeat;
  color: white;
}

.dark-dog-cta .design-container > div {
  margin-left: 58px;
}

.dark-dog-cta h2 {
  color: var(--main-color);
}

.dark-dog-cta p {
  max-width: 360px;
  line-height: 1.35;
  font-weight: 500;
}

.dark-dog-cta .button {
  min-width: 184px;
  min-height: 54px;
  font-size: 20px;
}

.dark-dog-cta .hero-actions {
  gap: 20px;
  margin-top: 48px;
}

.booking-section {
  padding: 96px 0 126px;
}

.booking-panel {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(500px, 0.86fr) 1fr;
  gap: 44px;
  align-items: center;
  padding: 34px 58px 34px 0;
  border-radius: 42px;
  background: #1f1f1f;
  color: white;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.booking-mark {
  height: 540px;
  min-height: 540px;
  align-self: stretch;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.booking-mark img {
  width: auto;
  max-width: none;
  height: 620px;
  transform: translateX(0);
}

.booking-panel h2 {
  color: var(--main-color);
  font-size: clamp(42px, 4vw, 56px);
  text-align: center;
}

.booking-panel p {
  color: white;
  max-width: 540px;
  margin: 12px auto 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.35;
}

.field-grid {
  display: grid;
  gap: 14px;
  margin-top: 58px;
}

.field-grid label,
.newsletter-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
}

.field-grid label.full-line {
  width: 100%;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 16px;
}

.field-row.last {
  grid-template-columns: 1fr 150px;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  background: #f7f7f7;
  color: var(--sub-color);
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.16);
}

.field-grid select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--main-color) 50%),
    linear-gradient(135deg, var(--main-color) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) 21px,
    calc(100% - 17px) 21px;
  background-size: 7px 7px;
  background-repeat: no-repeat;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

.form-status.success {
  color: #B7F3C5;
}

.form-status.error {
  color: #FFD0C6;
}

.bot-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.turnstile-slot {
  min-height: 65px;
}

.field-grid.is-submitting {
  opacity: 0.74;
}

.blogs-section {
  position: relative;
  padding: 50px 0 190px;
  overflow: hidden;
}

.blogs-section::before {
  display: none;
}

.blogs-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.blog-intro {
  padding-left: 34px;
}

.blog-intro h2 {
  color: var(--main-color);
  font-size: clamp(42px, 5.2vw, 70px);
}

.blog-intro p {
  color: var(--text-color);
  font-weight: 700;
}

.blog-intro .button {
  margin-top: 28px;
}

.article-card {
  overflow: hidden;
  padding: 12px;
}

.article-card > img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 28px;
}

.article-card > div {
  padding: 20px 22px 22px;
}

.article-card h3 {
  margin: 8px 0;
  color: var(--main-color);
  font-size: 20px;
}

.article-card p {
  margin: 0 0 12px;
  color: var(--text-color);
  font-size: 13px;
  font-weight: 700;
}

.newsletter-list {
  padding: 112px 0;
}

.article-stack {
  display: grid;
  gap: 28px;
}

.wide-article {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: center;
  padding: 20px;
}

.wide-article img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 28px;
}

.wide-article h3 {
  margin: 0;
  color: var(--main-color);
  font-size: 28px;
}

.service-pricing {
  padding: 132px 0 120px;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: white;
  font-weight: 800;
}

.feature-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}

.feature-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: white;
}

.service-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-price-card {
  min-height: 270px;
  display: grid;
  align-content: end;
  justify-items: center;
  padding: 28px;
  text-align: center;
}

.service-price-card h3 {
  color: var(--main-color);
  font-size: 24px;
}

.vet-black {
  padding: 100px 0;
  background:
    linear-gradient(rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.92)),
    url("/assets/chinopet-brand-pattern.png");
  color: white;
}

.vet-icon-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 38px;
}

.vet-icon-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.vet-icon-card span {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--main-color);
}

.team-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.team-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
}

.team-card img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}

.other-services-strip {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 360px;
  background: var(--main-color);
}

.other-services-label {
  display: grid;
  place-items: center;
  color: white;
  font-size: 22px;
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.other-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.other-service-tile {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  font-size: 36px;
  font-weight: 900;
}

.other-service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1;
}

.other-service-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-service-tile span {
  position: absolute;
  z-index: 2;
}

.app-section {
  padding: 120px 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    url("/assets/chinopet-brand-pattern.png"),
    url("/assets/vet-bg-2.png") top center / cover no-repeat;
}

.app-panel > img {
  width: min(100%, 430px);
  justify-self: center;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.store-badges img {
  height: 52px;
  width: auto;
}

.newsletter-section {
  padding: 74px 0;
  color: white;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 16px;
  margin-top: 22px;
}

.newsletter-form label {
  color: white;
}

.newsletter-form input {
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 800;
}

.gallery-section {
  padding: 92px 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.gallery-grid img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: 28px;
}

.store-section {
  padding: 96px 0;
}

.map-card {
  min-height: 330px;
  display: grid;
  place-items: center;
  border: 8px solid white;
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 49%, transparent 49% 51%, rgba(255, 255, 255, 0.28) 51%),
    linear-gradient(rgba(255, 255, 255, 0.28) 49%, transparent 49% 51%, rgba(255, 255, 255, 0.28) 51%),
    #d9d9d9;
  background-size: 72px 72px;
  box-shadow: var(--shadow-soft);
  color: var(--main-strong-color);
  font-size: 48px;
  font-weight: 900;
}

.store-copy h2,
.store-copy p {
  color: white;
}

.footer-spacer {
  height: 20px;
}

.footer {
  border-top: 1px solid rgba(64, 64, 65, 0.12);
  background: rgba(255, 255, 255, 0.95);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1.2fr 0.78fr 0.9fr 0.8fr;
  gap: 36px;
  padding: 82px 0 58px;
}

.footer-logo {
  width: 180px;
}

.footer h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--sub-color);
  font-size: 18px;
  font-weight: 700;
}

.footer h2::before {
  content: "";
  width: 44px;
  height: 2px;
  background: var(--main-color);
}

.footer p,
.footer li {
  color: rgba(31, 31, 31, 0.86);
  font-size: 15px;
  font-weight: 600;
}

.footer p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}

.footer p img,
.footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social {
  display: flex;
  gap: 14px;
}

.copyright {
  display: grid;
  place-items: center;
  min-height: 68px;
  border-top: 1px solid rgba(64, 64, 65, 0.14);
  background: #F7F7F7;
  color: var(--sub-color);
  font-weight: 600;
}

.chat-fix {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 35;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--main-color);
  box-shadow: var(--shadow-soft);
}

.chat-fix img {
  width: 34px;
}

.button,
.service-panel,
.feature-card-wide,
.photo-card,
.product-card,
.article-card,
.wide-article,
.testimonial-card,
.team-card,
.service-price-card,
.booking-panel,
.other-service-tile,
.chat-fix {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  transition:
    transform var(--motion-fast),
    box-shadow var(--motion-fast),
    filter var(--motion-fast);
  will-change: transform;
}

.button::after,
.service-panel::after,
.feature-card-wide::after,
.photo-card::after,
.product-card::after,
.article-card::after,
.wide-article::after,
.testimonial-card::after,
.team-card::after,
.service-price-card::after,
.booking-panel::after,
.other-service-tile::after,
.chat-fix::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y),
      rgba(255, 255, 255, 0.42),
      rgba(255, 255, 255, 0.12) 28%,
      transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--motion-fast);
}

.button.is-pointer-active::after,
.service-panel.is-pointer-active::after,
.feature-card-wide.is-pointer-active::after,
.photo-card.is-pointer-active::after,
.product-card.is-pointer-active::after,
.article-card.is-pointer-active::after,
.wide-article.is-pointer-active::after,
.testimonial-card.is-pointer-active::after,
.team-card.is-pointer-active::after,
.service-price-card.is-pointer-active::after,
.booking-panel.is-pointer-active::after,
.other-service-tile.is-pointer-active::after,
.chat-fix.is-pointer-active::after {
  opacity: 1;
}

.article-card > img,
.wide-article img,
.photo-card img,
.feature-card-wide > img,
.other-service-tile img,
.product-card img {
  transition: transform var(--motion-smooth), filter var(--motion-fast);
}

.nav-links a:focus-visible,
.header-download:focus-visible,
.header-cart:focus-visible,
.header-lang:focus-visible,
.header-contact:focus-visible,
.button:focus-visible,
.social-links a:focus-visible,
.field-grid input:focus-visible,
.field-grid select:focus-visible,
.newsletter-form input:focus-visible,
.chat-fix:focus-visible {
  outline: 3px solid rgba(242, 171, 30, 0.45);
  outline-offset: 4px;
}

@media (hover: hover) {
  .button:hover,
  .social-links a:hover,
  .header-cart:hover,
  .chat-fix:hover {
    transform: translateY(-3px);
  }

  .service-panel:hover,
  .feature-card-wide:hover,
  .photo-card:hover,
  .product-card:hover,
  .article-card:hover,
  .testimonial-card:hover,
  .team-card:hover,
  .wide-article:hover,
  .service-price-card:hover,
  .booking-panel:hover,
  .other-service-tile:hover {
    transform: translateY(-5px);
    filter: saturate(1.04);
  }

  .article-card:hover > img,
  .wide-article:hover img,
  .photo-card:hover img,
  .feature-card-wide:hover > img,
  .other-service-tile:hover img,
  .product-card:hover img {
    transform: scale(1.035);
  }
}

@keyframes chinopet-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .chinopet-motion [data-animate] {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
    filter: blur(4px);
    transition:
      opacity var(--motion-smooth),
      transform var(--motion-smooth),
      filter var(--motion-smooth);
    transition-delay: calc(var(--motion-index, 0) * 44ms);
    will-change: opacity, transform, filter;
  }

  .chinopet-motion [data-animate].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }

  .chinopet-motion .hero-media img {
    animation: chinopet-float 7s ease-in-out infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1080px) {
  .site-nav {
    grid-template-columns: 88px 1fr;
  }

  .header-actions {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .nav-links {
    justify-content: end;
    gap: 22px;
  }

  .hero,
  .service-layout,
  .about-grid,
  .feature-card-wide,
  .cat-cta-grid,
  .app-download-grid,
  .booking-panel,
  .blogs-grid,
  .app-panel,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 28px 0 50px;
  }

  .hero-media {
    min-height: auto;
  }

  .booking-panel {
    padding: 34px;
  }

  .booking-mark {
    display: none;
  }

  .footer-grid,
  .product-grid,
  .vet-icon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 740px) {
  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel {
    width: min(100% - 28px, 540px);
  }

  .site-header {
    position: sticky;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px) saturate(1.15);
  }

  .site-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 16px 0;
  }

  .site-header.is-scrolled .site-nav {
    min-height: auto;
    margin-top: 6px;
    padding: 12px 14px;
    border-radius: 24px;
  }

  .brand img {
    width: 74px;
  }

  .nav-links {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 9px 12px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    text-align: center;
    overflow: hidden;
  }

  .hero h1 {
    font-size: 44px;
    overflow-wrap: anywhere;
  }

  .hero h2 {
    width: calc(100% - 52px);
    max-width: 296px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.24;
    white-space: normal;
  }

  .hero h2 span {
    display: block;
  }

  .hero h2 span + span::before {
    content: "";
  }

  .hero-home h1 {
    font-size: 62px;
    overflow-wrap: normal;
  }

  .hero::after {
    display: none;
  }

  .hero p,
  .about-copy p,
  .service-feature p,
  .gold-cat-cta p,
  .dark-dog-cta p {
    max-width: none;
  }

  .hero p {
    width: calc(100% - 96px);
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .social-links {
    justify-content: center;
  }

  .hero-media {
    order: -1;
  }

  .hero-media img {
    max-height: 330px;
  }

  .home-services {
    margin-top: 0;
    padding: 86px 0;
  }

  .service-panels,
  .product-grid,
  .testimonial-card,
  .blogs-grid,
  .wide-article,
  .service-price-grid,
  .team-grid,
  .footer-grid,
  .gallery-grid,
  .contact-hero-panel,
  .other-services-grid,
  .field-row,
  .field-row.last,
  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .service-panels {
    justify-items: center;
  }

  .service-panel {
    width: calc(100% - 20px);
    min-height: 198px;
    border-width: 6px;
    border-top: 0;
    border-left: 0;
    box-shadow: 6px 7px 0 rgba(0, 0, 0, 0.88);
  }

  .service-copy p {
    width: calc(100% - 44px);
    max-width: 300px;
  }

  .testimonial-card {
    padding: 30px 24px;
    text-align: center;
  }

  .service-copy h2,
  .section-heading h2,
  .about-copy h2,
  .gold-cat-cta h2,
  .testimonials-section h2,
  .dark-dog-cta h2,
  .booking-panel h2,
  .blogs-section h2,
  .service-pricing h2,
  .service-feature h2,
  .vet-black h2,
  .app-section h2,
  .newsletter-section h2,
  .store-copy h2 {
    font-size: 38px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .booking-section,
  .products-section,
  .testimonials-section,
  .blogs-section,
  .about-split,
  .about-services,
  .service-feature,
  .app-section {
    padding: 68px 0;
  }

  .dark-dog-cta {
    background:
      linear-gradient(rgba(33, 26, 26, 0.88), rgba(33, 26, 26, 0.88)),
      url("/assets/schedule-bg1.png") center / cover no-repeat;
    text-align: center;
  }

  .other-services-strip {
    grid-template-columns: 1fr;
  }

  .app-download-band {
    min-height: auto;
    padding: 58px 0;
    background-position: 32% center;
    text-align: center;
  }

  .app-download-grid {
    min-height: auto;
    gap: 20px;
  }

  .app-download-cat {
    display: none;
  }

  .app-download-copy {
    justify-self: center;
  }

  .app-download-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .other-services-label {
    min-height: 72px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .chat-fix {
    right: 16px;
    bottom: 16px;
  }
}

@media (min-width: 1181px) {
  html {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel {
    width: min(1532px, calc(100% - 208px));
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto;
    height: 0;
  }

  .site-nav {
    min-height: 148px;
    grid-template-columns: 250px minmax(0, 1fr) 380px;
    transform: translateY(58px);
  }

  .site-header.is-scrolled .site-nav {
    min-height: 78px;
    transform: translateY(0);
  }

  .brand img {
    width: 182px;
  }

  .nav-links {
    gap: 68px;
  }

  .header-download {
    min-width: 168px;
    min-height: 48px;
  }

  .hero-home {
    min-height: 1126px;
    padding-top: 112px;
  }

  .hero-copy {
    padding-top: 92px;
  }

  .hero-home h1 {
    font-size: 100px;
    line-height: 1.02;
  }

  .hero h2 {
    margin-top: 14px;
  }

  .hero p {
    margin-top: 30px;
    max-width: 563px;
  }

  .hero-actions {
    margin-top: 40px;
  }

  .social-links {
    margin-top: 55px;
  }

  .hero-home .hero-media {
    min-height: 860px;
  }

  .hero-home .hero-media img {
    width: 832px;
    max-height: 862px;
  }

  .home-services {
    margin-top: -74px;
    min-height: 1198px;
    padding: 210px 0 190px;
  }

  .home-services::before {
    top: -78px;
    height: 128px;
  }

  .home-services::after {
    bottom: -72px;
    height: 126px;
  }

  .service-layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 120px;
  }

  .home-services .service-copy {
    padding-left: 65px;
  }

  .service-panels {
    gap: 72px 82px;
  }

  .service-panel {
    min-height: 254px;
    border-radius: 38px;
  }

  .service-panel span {
    bottom: 38px;
  }

  .about-split {
    padding: 185px 0 128px;
  }

  .about-grid {
    gap: 128px;
  }

  .about-image img {
    width: 883px;
  }

  .split-copy {
    padding-top: 54px;
  }

  .video-band {
    min-height: 939px;
  }

  .video-poster {
    min-height: 939px;
  }

  .play-circle {
    width: 156px;
    height: 156px;
  }

  .products-section {
    min-height: 1110px;
    padding: 210px 0 128px;
  }

  .section-heading {
    margin-bottom: 54px;
  }

  .product-grid {
    gap: 52px;
  }

  .product-card img {
    aspect-ratio: 1;
    border-radius: 46px;
  }

  .app-download-band,
  .app-download-grid {
    min-height: 715px;
  }

  .app-download-band {
    background-position: center;
  }

  .app-download-copy {
    justify-self: start;
    transform: translateX(34px);
  }

  .app-download-copy h2 {
    font-size: 60px;
  }

  .testimonials-section {
    min-height: 987px;
    padding: 142px 0 205px;
  }

  .testimonials-section .section-heading {
    margin-bottom: 78px;
  }

  .testimonial-card {
    width: 1060px;
    min-height: 360px;
  }

  .dark-dog-cta {
    min-height: 839px;
    background-position: right center;
  }

  .dark-dog-cta .design-container > div {
    margin-left: 120px;
  }

  .booking-section {
    min-height: 1033px;
    padding: 137px 0 119px;
  }

  .booking-panel {
    width: min(1532px, calc(100% - 208px));
    min-height: 791px;
    grid-template-columns: minmax(650px, 0.82fr) 1fr;
    padding: 0 96px 0 0;
    border-radius: 46px;
  }

  .booking-mark,
  .booking-mark img {
    min-height: 791px;
    height: 791px;
  }

  .booking-mark img {
    transform: translateX(-2px);
  }

  .booking-form-wrap {
    padding-top: 8px;
  }

  .field-grid {
    margin-top: 56px;
    gap: 26px;
  }

  .field-grid input,
  .field-grid select,
  .field-grid textarea {
    min-height: 58px;
    font-size: 17px;
  }

  .field-row {
    gap: 24px;
  }

  .field-row.last {
    grid-template-columns: 1fr 195px;
  }

  .blogs-section {
    min-height: 906px;
    padding: 112px 0 168px;
  }

  .blogs-grid {
    grid-template-columns: 0.78fr 1fr 1fr;
    gap: 60px;
  }

  .blog-intro {
    padding-left: 0;
  }

  .article-card {
    min-height: 612px;
  }

  .footer {
    min-height: 537px;
  }

  .footer-grid {
    grid-template-columns: 1.35fr 1.12fr 0.66fr 0.78fr 0.62fr;
    min-height: 461px;
    padding: 88px 0 72px;
  }

  .copyright {
    min-height: 76px;
  }
}

/* Final XD Renew cascade lock. Keep this at EOF so it wins over legacy rules. */
:root {
  --main-color: #F0BD48;
  --main-strong-color: #E9B43F;
  --sub-color: #1D1D1B;
  --text-color: #3C3C3C;
  --muted-color: #6F6F6F;
  --shadow-card: 8px 9px 0 rgba(29, 29, 27, 0.96);
  --shadow-soft: 0 18px 44px rgba(29, 29, 27, 0.14);
}

.design-container,
.site-nav,
.hero,
.contact-hero-panel {
  width: min(1472px, calc(100% - 96px));
}

.site-nav {
  grid-template-columns: 132px 1fr 220px;
  min-height: 128px;
  gap: 38px;
}

.site-header.is-scrolled .site-nav {
  width: min(1320px, calc(100% - 96px));
  min-height: 82px;
}

.header-contact strong {
  color: var(--main-color);
  font-size: 17px;
}

.header-contact span {
  max-width: 190px;
  color: #222;
  font-size: 10px;
  line-height: 1.22;
}

@media (min-width: 741px) {
  .site-nav {
    transform: translateY(34px);
  }

  .brand {
    margin-left: 0;
  }

  .brand img {
    width: 108px;
  }

  .nav-links {
    justify-content: center;
    padding-left: 0;
    gap: 64px;
    font-size: 15px;
  }
}

.hero {
  min-height: 735px;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 64px;
}

.hero-home {
  min-height: 835px;
}

.hero-copy {
  padding-top: 56px;
}

.hero-home h1 {
  font-size: clamp(86px, 8.6vw, 152px);
  line-height: 0.78;
}

.hero h2 {
  max-width: 600px;
  margin-top: 18px;
  font-size: clamp(22px, 1.9vw, 34px);
  line-height: 1.08;
}

.hero p {
  max-width: 520px;
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.45;
}

.hero-actions {
  gap: 28px;
  margin-top: 34px;
}

.button {
  min-width: 148px;
  min-height: 50px;
  padding-inline: 28px;
  font-size: 15px;
}

.button-gold {
  color: white;
}

.social-links {
  gap: 18px;
  margin-top: 42px;
}

.social-links img {
  width: 22px;
  height: 22px;
}

.hero-media {
  min-height: 680px;
  place-items: end center;
}

.hero-home .hero-media img {
  width: min(100%, 725px);
  max-height: 675px;
}

.home-services {
  margin-top: -58px;
  padding: 170px 0 135px;
}

.home-services::before,
.home-services::after {
  height: 118px;
}

.service-layout {
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
}

.line-title {
  gap: 18px;
  margin-bottom: 14px;
  font-size: 17px;
}

.line-title::before {
  width: 70px;
}

.home-services .service-copy h2,
.service-copy h2 {
  font-size: clamp(44px, 4.1vw, 70px);
  line-height: 1.02;
}

.service-copy p {
  max-width: 430px;
  font-size: 13px;
  line-height: 1.45;
}

.service-panels {
  gap: 42px;
}

.service-panel {
  min-height: 235px;
  border-width: 6px;
  border-top: 0;
  border-left: 0;
  border-radius: 26px;
  box-shadow: 7px 8px 0 rgba(29, 29, 27, 0.96);
}

.home-services .service-panel img {
  opacity: 0;
}

.service-panel span {
  min-width: 128px;
  bottom: 34px;
  color: white;
  font-size: 12px;
}

.about-split {
  padding: 145px 0 112px;
}

.about-grid,
.feature-card-wide,
.app-panel,
.store-grid {
  grid-template-columns: 1fr 1fr;
  gap: 84px;
}

.about-image img {
  width: min(100%, 660px);
}

.about-copy h2,
.section-heading h2,
.service-feature h2,
.app-section h2,
.store-copy h2,
.vet-team h2 {
  font-size: clamp(46px, 4.7vw, 74px);
  line-height: 1;
}

.video-poster {
  min-height: clamp(420px, 43vw, 690px);
}

.products-section {
  padding: 122px 0 126px;
}

.product-grid {
  gap: 38px;
}

.gold-cat-cta,
.app-download-band {
  min-height: 500px;
}

.app-download-grid,
.cat-cta-grid {
  min-height: 500px;
}

.app-download-band {
  background-image:
    linear-gradient(rgba(240, 189, 72, 0.08), rgba(240, 189, 72, 0.08)),
    url("/assets/app-bg.png");
}

.app-download-copy h2,
.gold-cat-cta h2,
.dark-dog-cta h2 {
  font-size: clamp(46px, 4.6vw, 72px);
  line-height: 1.02;
}

.testimonials-section {
  padding: 135px 0 154px;
}

.testimonial-card,
.article-card,
.wide-article {
  border-radius: 32px;
  box-shadow: 7px 8px 0 rgba(29, 29, 27, 0.96);
}

.dark-dog-cta {
  min-height: 640px;
  background:
    linear-gradient(90deg, rgba(33, 26, 26, 0.94) 0 45%, rgba(33, 26, 26, 0.2) 45% 100%),
    url("/assets/schedule-bg1.png") right center / cover no-repeat;
}

.booking-section {
  padding: 112px 0 132px;
}

.booking-panel {
  width: min(1240px, calc(100% - 96px));
  min-height: 500px;
  grid-template-columns: minmax(420px, 0.78fr) 1fr;
  gap: 46px;
  padding: 28px 58px 28px 0;
  border-radius: 34px;
}

.booking-mark {
  height: 510px;
  min-height: 510px;
}

.booking-mark img {
  height: 590px;
}

.booking-panel h2 {
  color: var(--main-color);
  font-size: clamp(44px, 3.9vw, 62px);
  line-height: 1;
}

.booking-panel p {
  max-width: 600px;
  font-size: 12px;
}

.field-grid {
  gap: 13px;
  margin-top: 40px;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  min-height: 44px;
  border-radius: 999px;
  background: #F1F1F1;
  box-shadow: inset 0 -3px 0 rgba(29, 29, 27, 0.72);
}

.field-row.last {
  grid-template-columns: 1fr 142px;
}

.blogs-section {
  padding: 70px 0 185px;
}

.blogs-grid {
  grid-template-columns: 0.78fr 1fr 1fr;
  gap: 42px;
}

.blog-intro {
  padding-left: 0;
}

.footer {
  background: #F4F4F4;
}

.footer-grid {
  grid-template-columns: 1.38fr 1.15fr 0.72fr 0.82fr 0.72fr;
  padding: 86px 0 66px;
}

.footer-logo {
  width: 210px;
}

.footer h2 {
  font-size: 16px;
  font-weight: 900;
}

.footer p,
.footer li {
  color: #1D1D1B;
  font-size: 15px;
  font-weight: 700;
}

.copyright {
  min-height: 74px;
  background: #EDEDED;
  font-weight: 800;
}

.contact-hero {
  padding: 30px 0 88px;
}

.contact-hero-panel {
  min-height: 650px;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
}

.contact-hero h1 {
  font-size: clamp(74px, 7.4vw, 132px);
}

.contact-hero-dog::before {
  width: min(570px, 86%);
  inset: 0 0 auto auto;
}

.store-section {
  padding: 112px 0;
}

.map-card {
  min-height: 480px;
  border-width: 7px;
  border-radius: 3px;
}

@media (max-width: 1080px) {
  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel,
  .booking-panel {
    width: min(100% - 56px, 760px);
  }

  .hero,
  .service-layout,
  .about-grid,
  .feature-card-wide,
  .app-panel,
  .store-grid,
  .contact-hero-panel,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 20px;
  }

  .booking-panel {
    padding: 24px;
  }
}

@media (max-width: 740px) {
  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel,
  .booking-panel {
    width: calc(100% - 32px);
  }

  .site-nav {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .nav-links {
    gap: 8px 12px;
  }

  .header-contact {
    text-align: center;
    justify-items: center;
  }

  .hero,
  .hero-home {
    min-height: auto;
    gap: 24px;
    padding: 26px 0 70px;
  }

  .hero-media {
    order: 1;
    min-height: auto;
    place-items: center;
  }

  .hero-copy {
    order: 2;
    padding-top: 0;
    text-align: center;
    align-items: center;
  }

  .hero-home .hero-media img {
    width: min(96vw, 392px);
    max-height: none;
  }

  .hero-home h1,
  .contact-hero h1 {
    font-size: 66px;
  }

  .hero h2,
  .hero p {
    width: auto;
    max-width: 320px;
  }

  .hero-actions,
  .social-links {
    justify-content: center;
  }

  .home-services {
    margin-top: -36px;
    padding: 100px 0 94px;
  }

  .service-panels,
  .product-grid,
  .blogs-grid,
  .footer-grid,
  .field-row,
  .field-row.last {
    grid-template-columns: 1fr;
  }

  .booking-mark {
    display: none;
  }
}

:root {
  --main-color: #EEBE62;
  --main-strong-color: #F7B84F;
  --sub-color: #231F20;
  --text-color: #404041;
  --muted-color: #858585;
  --paper-color: #FFFFFF;
  --soft-color: #F7F7F7;
  --shadow-card: 8px 9px 0 rgba(35, 31, 32, 0.95);
  --shadow-soft: 0 20px 48px rgba(35, 31, 32, 0.16);
  font-family: "ChinoPet Quicksand", "ChinoPet Brandon", "Avenir Next", Arial, sans-serif;
}

body {
  color: var(--sub-color);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.955), rgba(255, 255, 255, 0.955)),
    url("/assets/chinopet-brand-pattern.png");
  background-size: auto, 520px auto;
}

.design-container,
.site-nav,
.hero,
.contact-hero-panel {
  width: min(1568px, calc(100% - 104px));
}

.site-header {
  position: sticky;
  top: 0;
  background: transparent;
}

.site-nav {
  grid-template-columns: 210px minmax(0, 1fr) 360px;
  min-height: 150px;
  gap: 34px;
}

.site-header.is-scrolled .site-nav {
  width: min(1420px, calc(100% - 104px));
  min-height: 82px;
  margin-top: 10px;
  padding: 0 28px;
  border-color: rgba(35, 31, 32, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(35, 31, 32, 0.13);
  backdrop-filter: blur(20px) saturate(1.16);
}

@media (min-width: 741px) {
  .site-nav {
    transform: translateY(72px);
  }

  .site-header.is-scrolled .site-nav {
    transform: translateY(0);
  }

  .brand {
    margin-left: 0;
  }

  .brand img {
    width: 184px;
  }

  .site-header.is-scrolled .brand img {
    width: 118px;
  }

  .nav-links {
    justify-content: center;
    padding-left: 0;
    gap: clamp(36px, 4.1vw, 72px);
    font-size: 17px;
    font-weight: 700;
  }
}

.nav-links a {
  color: #000;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--main-strong-color);
}

.header-actions {
  gap: 20px;
}

.header-download {
  min-width: 150px;
  min-height: 38px;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  background: #fff;
  color: #231F20;
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

.header-cart {
  width: 34px;
  height: 34px;
}

.header-cart img {
  width: 27px;
  height: 27px;
}

.header-lang {
  color: #231F20;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 76px;
  min-height: 890px;
  align-items: center;
}

.hero-home {
  min-height: 1028px;
}

.hero-copy {
  padding-top: 120px;
}

.hero-home h1,
.hero h1 {
  font-family: "ChinoPet Quicksand", "ChinoPet Brandon", sans-serif;
  color: #231F20;
  font-size: clamp(74px, 5.8vw, 100px);
  font-weight: 700;
  line-height: 1.02;
}

.hero h2 {
  max-width: 720px;
  margin-top: 10px;
  color: #231F20;
  font-size: clamp(24px, 1.75vw, 30px);
  font-weight: 700;
  line-height: 1.2;
}

.hero p {
  max-width: 560px;
  margin-top: 24px;
  color: #404041;
  font-family: "ChinoPet Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.button {
  min-width: 142px;
  min-height: 44px;
  padding-inline: 28px;
  border-radius: 999px;
  font-family: "ChinoPet Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.button-gold {
  background: var(--main-color);
  color: #fff;
  box-shadow: none;
}

.button-white,
.button-light {
  background: #fff;
  color: var(--main-color);
  box-shadow: none;
}

.hero-actions {
  gap: 36px;
  margin-top: 42px;
}

.social-links {
  gap: 24px;
  margin-top: 52px;
}

.social-links img {
  width: 24px;
  height: 24px;
}

.hero-media {
  min-height: 720px;
  place-items: center end;
}

.hero-home .hero-media {
  min-height: 790px;
}

.hero-home .hero-media img {
  width: min(100%, 832px);
  max-height: 862px;
  object-fit: contain;
}

.chat-fix {
  right: 46px;
  bottom: 46px;
  width: 62px;
  height: 62px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 31, 32, 0.14);
}

.chat-fix img {
  width: 32px;
}

.home-services {
  margin-top: -26px;
  min-height: 1068px;
  padding: 190px 0 165px;
  background-color: var(--main-color);
}

.home-services::before,
.home-services::after {
  height: 96px;
}

.home-services::before {
  top: -58px;
  border-radius: 0 0 52% 52%;
}

.home-services::after {
  bottom: -48px;
  border-radius: 52% 52% 0 0;
}

.service-layout {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 92px;
  align-items: center;
}

.line-title {
  gap: 20px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 700;
}

.line-title::before {
  width: 70px;
}

.home-services .service-copy h2,
.service-copy h2 {
  color: #fff;
  font-size: clamp(52px, 3.95vw, 69px);
  font-weight: 700;
  line-height: 1.08;
}

.service-copy p {
  max-width: 475px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
}

.service-panels {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
  gap: 56px 62px;
}

.service-panel {
  min-height: 238px;
  border: 0;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.home-services .service-panel img,
.service-panel img {
  width: 136px;
  height: 96px;
  object-fit: contain;
  opacity: 1;
}

.service-panel span {
  min-width: 126px;
  min-height: 23px;
  bottom: 35px;
  background: var(--main-color);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.about-split {
  padding: 170px 0 122px;
}

.about-grid {
  gap: 106px;
}

.about-image img {
  width: min(100%, 883px);
}

.about-copy h2,
.section-heading h2,
.service-feature h2,
.app-section h2,
.store-copy h2,
.vet-team h2 {
  color: var(--main-color);
  font-size: clamp(54px, 4.35vw, 75px);
  font-weight: 700;
  line-height: 1.02;
}

.about-copy p {
  max-width: 560px;
  font-size: 18px;
  font-weight: 400;
}

.video-poster {
  min-height: clamp(520px, 66.8vw, 1282px);
}

.play-circle {
  width: 140px;
  height: 140px;
  border: 0;
  background: rgba(242, 242, 242, 0.86);
}

.play-circle::after {
  border-left-color: #fff;
}

.products-section {
  padding: 122px 0 135px;
}

.section-heading {
  margin-bottom: 56px;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.product-card {
  font-family: "ChinoPet Montserrat", "ChinoPet Quicksand", sans-serif;
}

.product-card img {
  border-radius: 42px;
  background: transparent;
}

.product-card h3 {
  margin-top: 22px;
  color: #231F20;
  font-size: 18px;
  font-weight: 600;
}

.product-card p,
.stars {
  font-size: 14px;
  font-weight: 600;
}

.product-card .button.small {
  min-width: 98px;
  min-height: 26px;
  font-size: 12px;
}

.app-download-band {
  min-height: 715px;
  background:
    linear-gradient(rgba(238, 190, 98, 0.06), rgba(238, 190, 98, 0.06)),
    url("/assets/app-bg.png") center / cover no-repeat;
}

.app-download-grid {
  min-height: 715px;
  grid-template-columns: 1fr 0.78fr;
}

.app-download-copy {
  max-width: 720px;
  justify-self: start;
}

.app-download-copy h2 {
  color: #fff;
  font-size: clamp(46px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.12;
}

.app-download-copy p {
  max-width: 570px;
  font-size: 18px;
  font-weight: 400;
}

.qr-code {
  width: 185px;
}

.store-badges.vertical img {
  height: 48px;
}

.testimonials-section {
  padding: 120px 0 160px;
}

.testimonial-card {
  width: min(1060px, 100%);
  min-height: 360px;
  grid-template-columns: 330px 1fr;
  padding: 58px 84px;
  border-radius: 36px;
  background: #F7F7F7;
  box-shadow: 6px 7px 0 rgba(35, 31, 32, 0.72);
}

.testimonial-card > img {
  width: 245px;
  height: 245px;
}

.testimonial-card h2 {
  color: var(--main-color);
  font-size: clamp(48px, 4.2vw, 70px);
  font-weight: 700;
}

.testimonial-card blockquote {
  font-family: "ChinoPet Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
}

.dark-dog-cta {
  min-height: 812px;
  background:
    linear-gradient(90deg, rgba(35, 31, 32, 0.96) 0 44%, rgba(35, 31, 32, 0.2) 44% 100%),
    url("/assets/schedule-bg1.png") right center / cover no-repeat;
}

.dark-dog-cta .design-container > div {
  margin-left: 76px;
}

.dark-dog-cta h2 {
  color: var(--main-color);
  font-size: clamp(54px, 4.6vw, 75px);
  font-weight: 700;
}

.dark-dog-cta p {
  max-width: 500px;
  font-size: 18px;
  font-weight: 400;
}

.booking-section {
  padding: 118px 0 136px;
}

.booking-panel {
  width: min(1340px, calc(100% - 104px));
  min-height: 540px;
  grid-template-columns: minmax(460px, 0.82fr) 1fr;
  gap: 42px;
  padding: 0 66px 0 0;
  border-radius: 44px;
  background: #231F20;
  box-shadow: var(--shadow-card);
}

.booking-mark {
  height: 540px;
  min-height: 540px;
}

.booking-mark img {
  height: 610px;
}

.booking-panel h2 {
  color: var(--main-color);
  font-size: clamp(48px, 4.2vw, 62px);
  font-weight: 700;
  line-height: 1;
}

.booking-panel p {
  max-width: 590px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.field-grid {
  gap: 14px;
  margin-top: 38px;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  min-height: 42px;
  border-radius: 999px;
  background: #fff;
  color: #404041;
  font-size: 13px;
  font-weight: 600;
  box-shadow: inset 0 -2px 0 rgba(35, 31, 32, 0.52);
}

.field-row.last {
  grid-template-columns: 1fr 132px;
}

.blogs-section {
  padding: 80px 0 185px;
}

.blogs-grid {
  grid-template-columns: 0.86fr 1fr 1fr;
  gap: 44px;
}

.blog-intro {
  padding-left: 0;
}

.blog-intro h2 {
  color: var(--main-color);
  font-size: clamp(54px, 4.25vw, 75px);
  font-weight: 700;
}

.article-card {
  border-radius: 36px;
  box-shadow: 6px 7px 0 rgba(35, 31, 32, 0.88);
}

.article-card > img {
  border-radius: 28px;
}

.footer {
  background: #F2F2F2;
}

.footer-grid {
  grid-template-columns: 1.42fr 1.1fr 0.7fr 0.78fr 0.7fr;
  gap: 44px;
  padding: 84px 0 60px;
}

.footer-logo {
  width: 205px;
}

.footer h2 {
  color: #231F20;
  font-size: 16px;
  font-weight: 700;
}

.footer p,
.footer li {
  color: #231F20;
  font-family: "ChinoPet Quicksand", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.copyright {
  min-height: 72px;
  background: #EDEDED;
  color: #231F20;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1180px) {
  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel,
  .booking-panel {
    width: min(100% - 56px, 880px);
  }

  .site-nav {
    grid-template-columns: 156px 1fr;
    min-height: 126px;
  }

  .header-actions {
    display: none;
  }

  .hero,
  .service-layout,
  .about-grid,
  .feature-card-wide,
  .app-download-grid,
  .booking-panel,
  .blogs-grid,
  .store-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 30px;
  }

  .hero-media,
  .hero-home .hero-media {
    min-height: auto;
    place-items: center;
  }

  .booking-panel {
    padding: 34px;
  }
}

@media (max-width: 740px) {
  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel,
  .booking-panel {
    width: calc(100% - 32px);
  }

  .site-header {
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px) saturate(1.1);
  }

  .site-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    min-height: auto;
    padding: 14px 0;
    transform: none;
  }

  .site-header.is-scrolled .site-nav {
    width: calc(100% - 24px);
    min-height: auto;
    padding: 10px 12px;
  }

  .brand img,
  .site-header.is-scrolled .brand img {
    width: 128px;
  }

  .nav-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 13px;
    padding-left: 0;
    font-size: 12px;
  }

  .hero,
  .hero-home {
    min-height: auto;
    gap: 22px;
    padding: 34px 0 72px;
    text-align: center;
  }

  .hero-copy {
    order: 2;
    padding-top: 0;
  }

  .hero-media {
    order: 1;
  }

  .hero-home .hero-media img {
    width: min(100%, 410px);
  }

  .hero-home h1,
  .hero h1 {
    font-size: 48px;
  }

  .hero h2 {
    max-width: 330px;
    margin-inline: auto;
    font-size: 18px;
  }

  .hero p {
    width: auto;
    max-width: 330px;
    margin-inline: auto;
    font-size: 15px;
  }

  .hero-actions,
  .social-links {
    justify-content: center;
  }

  .home-services {
    margin-top: 0;
    min-height: auto;
    padding: 92px 0;
  }

  .service-panels,
  .product-grid,
  .testimonial-card,
  .blogs-grid,
  .footer-grid,
  .field-row,
  .field-row.last {
    grid-template-columns: 1fr;
  }

  .service-panels {
    gap: 28px;
  }

  .service-panel {
    width: 100%;
    min-height: 205px;
  }

  .about-split,
  .products-section,
  .testimonials-section,
  .blogs-section,
  .booking-section {
    padding: 72px 0;
  }

  .video-poster {
    min-height: 320px;
  }

  .app-download-band,
  .app-download-grid {
    min-height: auto;
  }

  .app-download-band {
    padding: 70px 0;
    background-position: 34% center;
  }

  .app-download-copy {
    justify-self: center;
    text-align: center;
  }

  .app-download-row {
    justify-content: center;
    flex-wrap: wrap;
  }

  .testimonial-card {
    padding: 34px 24px;
  }

  .dark-dog-cta {
    min-height: 560px;
    background:
      linear-gradient(rgba(35, 31, 32, 0.86), rgba(35, 31, 32, 0.86)),
      url("/assets/schedule-bg1.png") center / cover no-repeat;
    text-align: center;
  }

  .dark-dog-cta .design-container > div {
    margin-left: 0;
  }

  .booking-mark {
    display: none;
  }

  .booking-panel {
    min-height: auto;
    padding: 30px 22px;
  }

  .chat-fix {
    right: 16px;
    bottom: 16px;
  }
}
@media (min-width: 1181px) {
  html {
    scrollbar-width: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .design-container,
  .site-nav,
  .hero,
  .contact-hero-panel {
    width: min(1532px, calc(100% - 208px));
  }

  .site-header {
    position: fixed;
    inset: 0 0 auto;
    height: 0;
  }

  .site-nav {
    min-height: 148px;
    grid-template-columns: 250px minmax(0, 1fr) 380px;
    transform: translateY(58px);
  }

  .site-header.is-scrolled .site-nav {
    min-height: 78px;
    transform: translateY(0);
  }

  .brand img {
    width: 182px;
  }

  .nav-links {
    gap: 68px;
  }

  .header-download {
    min-width: 168px;
    min-height: 48px;
  }

  .hero-home {
    min-height: 1126px;
    padding-top: 112px;
  }

  .hero-copy {
    padding-top: 92px;
  }

  .hero-home h1 {
    font-size: 100px;
    line-height: 1.02;
  }

  .hero h2 {
    margin-top: 14px;
  }

  .hero p {
    margin-top: 30px;
    max-width: 563px;
  }

  .hero-actions {
    margin-top: 40px;
  }

  .social-links {
    margin-top: 55px;
  }

  .hero-home .hero-media {
    min-height: 860px;
  }

  .hero-home .hero-media img {
    width: 832px;
    max-height: 862px;
  }

  .home-services {
    margin-top: -74px;
    min-height: 1198px;
    padding: 210px 0 190px;
  }

  .home-services::before {
    top: -78px;
    height: 128px;
  }

  .home-services::after {
    bottom: -72px;
    height: 126px;
  }

  .service-layout {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 120px;
  }

  .home-services .service-copy {
    padding-left: 65px;
  }

  .service-panels {
    gap: 72px 82px;
  }

  .service-panel {
    min-height: 254px;
    border-radius: 38px;
  }

  .service-panel span {
    bottom: 38px;
  }

  .about-split {
    padding: 185px 0 128px;
  }

  .about-grid {
    gap: 128px;
  }

  .about-image img {
    width: 883px;
  }

  .split-copy {
    padding-top: 54px;
  }

  .video-band,
  .video-poster {
    min-height: 939px;
  }

  .play-circle {
    width: 156px;
    height: 156px;
  }

  .products-section {
    min-height: 1110px;
    padding: 210px 0 128px;
  }

  .section-heading {
    margin-bottom: 54px;
  }

  .product-grid {
    gap: 52px;
  }

  .product-card img {
    aspect-ratio: 1;
    border-radius: 46px;
  }

  .app-download-band,
  .app-download-grid {
    min-height: 715px;
  }

  .app-download-band {
    background-position: center;
  }

  .app-download-copy {
    justify-self: start;
    transform: translateX(34px);
  }

  .app-download-copy h2 {
    font-size: 60px;
  }

  .testimonials-section {
    min-height: 987px;
    padding: 142px 0 205px;
  }

  .testimonials-section .section-heading {
    margin-bottom: 78px;
  }

  .testimonial-card {
    width: 1060px;
    min-height: 360px;
  }

  .dark-dog-cta {
    min-height: 839px;
    background-position: right center;
  }

  .dark-dog-cta .design-container > div {
    margin-left: 120px;
  }

  .booking-section {
    min-height: 1033px;
    padding: 137px 0 119px;
  }

  .booking-panel {
    width: min(1532px, calc(100% - 208px));
    min-height: 791px;
    grid-template-columns: minmax(650px, 0.82fr) 1fr;
    padding: 0 96px 0 0;
    border-radius: 46px;
  }

  .booking-mark,
  .booking-mark img {
    min-height: 791px;
    height: 791px;
  }

  .booking-mark img {
    transform: translateX(-2px);
  }

  .booking-form-wrap {
    padding-top: 8px;
  }

  .field-grid {
    margin-top: 56px;
    gap: 26px;
  }

  .field-grid input,
  .field-grid select,
  .field-grid textarea {
    min-height: 58px;
    font-size: 17px;
  }

  .field-row {
    gap: 24px;
  }

  .field-row.last {
    grid-template-columns: 1fr 195px;
  }

  .blogs-section {
    min-height: 906px;
    padding: 112px 0 168px;
  }

  .blogs-grid {
    grid-template-columns: 0.78fr 1fr 1fr;
    gap: 60px;
  }

  .blog-intro {
    padding-left: 0;
  }

  .article-card {
    min-height: 612px;
  }

  .footer {
    min-height: 537px;
  }

  .footer-grid {
    grid-template-columns: 1.35fr 1.12fr 0.66fr 0.78fr 0.62fr;
    min-height: 461px;
    padding: 88px 0 72px;
  }

  .copyright {
    min-height: 76px;
  }
}
@media (min-width: 1181px) {
  .products-section {
    min-height: 917px;
    padding: 146px 0 92px;
  }

  .app-download-copy {
    grid-column: 2;
    justify-self: start;
    margin-left: -42px;
    transform: none;
  }

  .app-download-copy[data-animate],
  .chinopet-motion .app-download-copy[data-animate],
  .chinopet-motion .app-download-copy[data-animate].is-visible {
    transform: none;
  }

  .footer {
    min-height: 522px;
  }

  .footer-grid {
    min-height: 446px;
    padding: 82px 0 66px;
  }
}

@media (min-width: 1181px) {
  .products-section {
    padding-top: 0;
  }

  .products-section .section-heading {
    width: 1459px;
    margin-left: 23px;
  }

  .products-section .section-heading > div {
    transform: translateY(-22px);
  }

  .products-section .section-heading .button {
    width: 244px;
    min-height: 73px;
    transform: translateY(-20px);
  }

  .products-section .product-grid {
    grid-template-columns: repeat(4, 361px);
    justify-content: space-between;
    gap: 0;
    transform: translateX(23px);
  }
}

@media (min-width: 1181px) {
  .hero-standard.hero-hotel {
    min-height: 900px;
    overflow: hidden;
  }

  .hero-standard.hero-hotel::after {
    display: none;
  }

  .hero-standard.hero-hotel .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-standard.hero-hotel .hero-media {
    position: absolute;
    inset: 0;
    display: block;
    min-height: 0;
    pointer-events: none;
    z-index: 1;
  }

  .hero-standard.hero-hotel .hero-media img {
    position: absolute;
    top: -18px;
    left: calc(50% - 298px);
    width: 1258px;
    max-width: none;
    max-height: none;
    height: auto;
    object-fit: contain;
  }
}
