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

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

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

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

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

:root {
  color-scheme: light;
  --main-color: #EEBF62;
  --main-strong-color: #EDBE62;
  --sub-color: #212121;
  --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);
  --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("/pet/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: relative;
  top: 0;
  z-index: 40;
  background: transparent;
}

.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;
}

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

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

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

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

.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: 20px;
  font-weight: 900;
  line-height: 1;
}

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

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

  .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("/pet/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(238, 191, 98, 0.9), rgba(238, 191, 98, 0.9)),
    url("/pet/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(238, 191, 98, 0.03), rgba(238, 191, 98, 0.03)),
    url("/pet/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(238, 191, 98, 0.9), rgba(238, 191, 98, 0.9)),
    url("/pet/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("/pet/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("/pet/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("/pet/assets/chinopet-brand-pattern.png"),
    url("/pet/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 {
  background: #F1F1F1;
}

.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;
}

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

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

.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;
  background: #E6E6E6;
  color: var(--sub-color);
  font-weight: 900;
}

.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;
}

.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,
  .article-card:hover,
  .testimonial-card:hover,
  .team-card:hover,
  .wide-article:hover,
  .service-price-card:hover {
    transform: translateY(-4px);
  }
}

@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: static;
  }

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

  .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("/pet/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;
  }
}
