:root {
  --cream: #fff8f1;
  --cream-2: #ffece0;
  --white: #fffefd;
  --sage: #ff7f97;
  --sage-dark: #8b432f;
  --sage-deep: #5b2f25;
  --sage-soft: #ffe3e9;
  --peach: #ffb16d;
  --apricot: #ffd2a8;
  --coral: #ff6f87;
  --pink-soft: #fff0f5;
  --ink: #39251e;
  --muted: #8d6f63;
  --line: rgba(255, 127, 151, 0.22);
  --shadow: 0 24px 60px rgba(255, 127, 151, 0.18);
  --paw-cursor: url("./assets/paw-cursor.svg") 16 16;
  --serif: "Baloo 2", "Nunito", system-ui, sans-serif;
  --sans: "Nunito", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  cursor: var(--paw-cursor), auto;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 4%, rgba(255, 209, 220, 0.72), transparent 26rem),
    radial-gradient(circle at 92% 8%, rgba(255, 190, 124, 0.36), transparent 28rem),
    linear-gradient(180deg, #fff4ec 0%, #fff9f3 45%, #fff0f5 100%);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  cursor: var(--paw-cursor), auto;
}

body.modal-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  cursor: var(--paw-cursor), pointer;
}

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

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

.svg-sprite {
  display: none;
}

.icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-shell {
  width: min(1500px, calc(100% - 44px));
  margin: 34px auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 36px;
  background: var(--cream);
  box-shadow: 0 28px 80px rgba(255, 127, 151, 0.2);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 24px clamp(28px, 7vw, 132px) 16px;
  background: rgba(255, 248, 241, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sage-dark);
  font-weight: 800;
  line-height: 1;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 127, 151, 0.34);
  border-radius: 50%;
  background: linear-gradient(135deg, #fff, #ffe4eb);
  color: var(--coral);
  box-shadow: 0 10px 22px rgba(255, 127, 151, 0.14);
}

.brand-mark .icon {
  width: 24px;
  height: 24px;
}

.brand strong {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.4vw, 54px);
  color: #5f4035;
  font-size: 0.92rem;
  font-weight: 600;
}

.main-nav a {
  border-radius: 999px;
  padding: 7px 12px;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--sage);
  background: rgba(255, 227, 233, 0.72);
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  cursor: var(--paw-cursor), pointer;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.btn:hover {
  transform: translateY(-3px);
  filter: saturate(1.04);
}

.btn:focus-visible,
.menu-toggle:focus-visible,
.modal-close:focus-visible,
input:focus-visible,
textarea:focus-visible,
.social-links a:focus-visible {
  outline: 3px solid rgba(255, 127, 151, 0.34);
  outline-offset: 3px;
}

.btn-primary {
  padding: 0 24px;
  background: linear-gradient(135deg, var(--coral), #ff9a72);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(255, 111, 135, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ff6f87, #ffad75);
  box-shadow: 0 20px 38px rgba(255, 111, 135, 0.38);
}

.btn-small {
  min-height: 40px;
  padding: 0 20px;
  font-size: 0.78rem;
}

.nav-book {
  min-height: 50px;
  padding-inline: 30px;
  font-size: 0.84rem;
}

.section-pad {
  padding: clamp(58px, 7vw, 92px) clamp(28px, 7vw, 132px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(380px, 1.18fr);
  align-items: center;
  gap: 30px;
  padding-top: clamp(48px, 6vw, 78px);
  background:
    radial-gradient(circle at 70% 42%, rgba(255, 255, 255, 0.9) 0 17%, transparent 42%),
    radial-gradient(circle at 15% 20%, rgba(255, 212, 221, 0.68), transparent 28rem),
    radial-gradient(circle at 95% 10%, rgba(255, 185, 108, 0.34), transparent 23rem),
    linear-gradient(120deg, #fff5ed 0%, #fff1f5 52%, #ffe1d0 100%);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  left: clamp(24px, 6vw, 90px);
  bottom: 58px;
  width: 140px;
  height: 140px;
  background: rgba(255, 203, 170, 0.38);
  box-shadow:
    46px -38px 0 -44px rgba(255, 127, 151, 0.5),
    90px 22px 0 -58px rgba(255, 186, 117, 0.55);
}

.hero::after {
  right: 10%;
  top: 96px;
  width: 66px;
  height: 66px;
  border: 2px solid rgba(255, 127, 151, 0.3);
  box-shadow: -72px 92px 0 -18px rgba(255, 255, 255, 0.35);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 410px;
  margin-left: clamp(0px, 5vw, 78px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  color: var(--sage-deep);
  font-size: clamp(3.2rem, 6.4vw, 5.8rem);
}

h2 {
  margin-bottom: 14px;
  color: var(--sage-deep);
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.16;
}

.hero-copy p {
  max-width: 340px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
}

.hero-media img {
  position: absolute;
  right: clamp(-18px, 1vw, 20px);
  bottom: -10px;
  width: min(760px, 92%);
  height: min(570px, 88%);
  object-fit: cover;
  object-position: 54% 35%;
  border: 12px solid rgba(255, 255, 255, 0.72);
  border-radius: 46% 54% 44% 56% / 42% 45% 55% 58%;
  filter: drop-shadow(0 32px 38px rgba(255, 127, 151, 0.22));
}

.hero-media img.ragdoll-hero {
  object-position: 56% 48%;
}

.soap-bubble {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.98) 0 7%, transparent 8%),
    radial-gradient(circle at 70% 72%, rgba(255, 255, 255, 0.72) 0 7%, transparent 8%),
    rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.65), 0 8px 18px rgba(255, 127, 151, 0.12);
}

.bubble-one {
  top: 60px;
  left: 48px;
  width: 48px;
  height: 48px;
}

.bubble-two {
  top: 190px;
  left: 160px;
  width: 38px;
  height: 38px;
}

.bubble-three {
  right: 180px;
  bottom: 150px;
  width: 34px;
  height: 34px;
}

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

.section-heading.centered {
  text-align: center;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.services,
.products,
.gallery {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 222, 229, 0.44), transparent 18rem),
    var(--white);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 3vw, 52px);
  text-align: center;
}

.service-card {
  min-width: 0;
  padding: 20px 14px;
  border-radius: 30px;
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: rgba(255, 240, 245, 0.72);
  transform: translateY(-3px);
}

.service-icon {
  display: grid;
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: linear-gradient(135deg, #fff, #ffe3e9);
  color: var(--sage);
  box-shadow: 0 14px 28px rgba(255, 127, 151, 0.12);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.service-card:hover .service-icon {
  transform: translateY(-5px);
  background: linear-gradient(135deg, #ffe3e9, #ffd6ad);
  box-shadow: 0 20px 34px rgba(255, 127, 151, 0.2);
}

.service-icon .icon {
  width: 38px;
  height: 38px;
}

.service-card p,
.product-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  min-height: 360px;
  background: var(--cream-2);
}

.split-reverse {
  grid-template-columns: 0.72fr 1.28fr;
}

.split-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(44px, 7vw, 88px) clamp(28px, 7vw, 150px);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(120deg, #fff1f5, #ffe9d7);
}

.split-copy p {
  max-width: 430px;
  margin-bottom: 30px;
  color: var(--muted);
  font-weight: 700;
}

.split-photo {
  min-height: 360px;
  margin: 0;
  padding: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 227, 233, 0.28));
}

.split-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.62);
  border-radius: 36px;
  box-shadow: 0 18px 38px rgba(255, 127, 151, 0.14);
}

.split-photo img.wash-care-scene {
  object-position: 52% 50%;
}

.split-photo img.cat-dryer-scene {
  object-position: 50% 46%;
}

.why-copy ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 800;
}

.why-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.why-copy li .icon {
  flex: 0 0 auto;
  color: var(--sage);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(38px, 8vw, 150px);
  max-width: 900px;
  margin: 0 auto;
}

.product-card {
  display: grid;
  grid-template-rows: 184px 34px 24px 34px;
  align-items: center;
  justify-items: center;
  padding: 18px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 14px 32px rgba(255, 127, 151, 0.08);
  text-align: center;
}

.product-visual {
  position: relative;
  display: grid;
  width: 184px;
  height: 184px;
  margin: 0 auto;
  place-items: center;
  border-radius: 42%;
  background: radial-gradient(circle at 35% 24%, #fff, #ffe3e9 58%, #ffd9b6);
  box-shadow: 0 18px 36px rgba(255, 127, 151, 0.14);
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #fffaf6, #ffe1cc);
  box-shadow: inset 0 0 0 1px rgba(255, 127, 151, 0.2);
}

.product-bottle::before {
  bottom: 28px;
  width: 58px;
  height: 112px;
  border-radius: 12px 12px 10px 10px;
  background: linear-gradient(180deg, #fffaf6 0 24%, #ff9a72 24% 100%);
}

.product-bottle::after {
  bottom: 140px;
  width: 32px;
  height: 24px;
  border-radius: 4px 4px 0 0;
}

.product-spray::before {
  bottom: 28px;
  width: 58px;
  height: 104px;
  border-radius: 10px;
}

.product-spray::after {
  bottom: 132px;
  width: 46px;
  height: 38px;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #8b432f 0 42%, #fffaf6 42% 100%);
}

.product-jar::before {
  bottom: 28px;
  width: 94px;
  height: 66px;
  border-radius: 8px 8px 18px 18px;
}

.product-jar::after {
  bottom: 94px;
  width: 96px;
  height: 24px;
  border-radius: 8px 8px 4px 4px;
  background: #ff9a72;
}

.product-mark {
  position: absolute;
  z-index: 2;
  bottom: 62px;
  color: var(--sage-dark);
}

.product-card h3 {
  max-width: none;
  margin-inline: auto;
  overflow: visible;
  font-size: clamp(1.06rem, 1.65vw, 1.35rem);
  line-height: 1.1;
  text-wrap: nowrap;
  white-space: nowrap;
}

.product-badge {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 0 16px;
  border: 1px solid rgba(255, 127, 151, 0.28);
  border-radius: 999px;
  background: rgba(255, 227, 233, 0.82);
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
}

.pet-photo {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(255, 127, 151, 0.12);
}

.pet-photo img {
  width: 100%;
  height: clamp(220px, 24vw, 300px);
  padding: 8px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.9), transparent 32%),
    var(--pink-soft);
}

.pet-photo:nth-child(1) img {
  object-position: 58% 50%;
}

.pet-photo:nth-child(2) img {
  object-position: 55% 52%;
}

.pet-photo:nth-child(3) img {
  object-position: 50% 44%;
}

.pet-photo:nth-child(4) img {
  object-position: 50% 45%;
}

.pet-photo:nth-child(5) img {
  object-position: 50% 42%;
}

.pet-photo:nth-child(6) img {
  object-position: 48% 46%;
}

.pet-photo strong {
  display: block;
  padding: 11px 12px 12px;
  color: var(--sage-dark);
  font-size: 0.86rem;
  text-align: center;
}

.testimonial {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  width: min(780px, 100%);
  margin: 56px auto 0;
  padding: 24px 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.avatar {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffe3e9, #ffd6ad);
  color: var(--sage);
}

.avatar .icon {
  width: 30px;
  height: 30px;
}

.stars {
  display: flex;
  gap: 3px;
  margin-bottom: 7px;
  color: #c89b34;
}

.stars .icon {
  fill: currentColor;
  stroke-width: 0;
}

blockquote {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

cite {
  display: block;
  margin-top: 8px;
  color: var(--sage-dark);
  font-style: normal;
  font-weight: 700;
}

.booking-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 46px clamp(28px, 7vw, 132px);
  background: linear-gradient(135deg, #fff, #fff0f5);
}

.strip-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 clamp(20px, 5vw, 70px);
}

.strip-item + .strip-item {
  border-left: 1px solid rgba(255, 127, 151, 0.22);
}

.large-icon {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 36px;
  background: linear-gradient(135deg, #ffe3e9, #ffd6ad);
  color: var(--coral);
  box-shadow: 0 16px 32px rgba(255, 127, 151, 0.16);
}

.large-icon .icon {
  width: 54px;
  height: 54px;
  stroke-width: 1.3;
}

.strip-item h2 {
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.strip-item p {
  margin-bottom: 10px;
  color: var(--muted);
}

.strip-item .phone {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 1.65rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1.3fr;
  gap: 44px;
  padding: 48px clamp(28px, 7vw, 132px) 28px;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 195, 210, 0.22), transparent 20rem),
    linear-gradient(135deg, #7e3f31, #ff7f97 54%, #ffad75);
  color: rgba(255, 255, 255, 0.88);
}

.site-footer h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: var(--sans);
  font-size: 1rem;
}

.site-footer a,
.site-footer p {
  display: flex;
  gap: 8px;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.footer-logo {
  color: #fff;
}

.footer-logo .brand-mark {
  border-color: rgba(255, 255, 255, 0.48);
}

.footer-brand p {
  max-width: 260px;
  margin: 18px 0;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  font-weight: 700;
}

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

.site-footer li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.92rem;
}

.copyright {
  grid-column: 1 / -1;
  justify-content: center;
  margin-top: 12px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  cursor: var(--paw-cursor), pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 4px;
  background: var(--coral);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(88, 47, 38, 0.34);
  backdrop-filter: blur(8px);
}

.modal-overlay[hidden] {
  display: none;
}

.booking-modal {
  position: relative;
  width: min(650px, 100%);
  max-height: min(90vh, 860px);
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: clamp(24px, 5vw, 38px);
  border: 1px solid rgba(255, 127, 151, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 227, 233, 0.74), transparent 13rem),
    var(--white);
  box-shadow: 0 34px 88px rgba(88, 47, 38, 0.28);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff8f1;
  color: var(--coral);
  cursor: var(--paw-cursor), pointer;
}

.modal-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.modal-title span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffe3e9, #ffd6ad);
  color: var(--coral);
}

.modal-title h2 {
  margin: 0;
  font-size: 2rem;
}

.booking-form {
  display: grid;
  gap: 18px;
  max-width: 100%;
  min-width: 0;
}

.booking-form * {
  min-width: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
.booking-form label {
  color: #2c352d;
  font-size: 0.9rem;
  font-weight: 800;
}

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

.booking-form label {
  display: grid;
  gap: 7px;
}

input,
textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 127, 151, 0.24);
  border-radius: 18px;
  background: #fffdfb;
  color: var(--ink);
  cursor: text;
}

input {
  height: 52px;
  padding: 0 15px;
}

textarea {
  min-height: 92px;
  padding: 13px;
  resize: vertical;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.segmented label {
  position: relative;
}

.segmented input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.segmented span {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 127, 151, 0.24);
  border-radius: 18px;
  background: #fffdfb;
  color: var(--sage-dark);
  cursor: var(--paw-cursor), pointer;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease, border 180ms ease;
}

.segmented input:checked + span {
  border-color: var(--sage);
  background: linear-gradient(135deg, var(--coral), #ff9a72);
  color: #fff;
}

.time-field input[type="time"] {
  margin-top: 8px;
  color-scheme: light;
  cursor: var(--paw-cursor), pointer;
}

.field-hint {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.submit-btn {
  width: 100%;
  margin-top: 4px;
}

.field-error {
  margin: 7px 0 0;
  color: #9f332d;
  font-size: 0.82rem;
  font-weight: 700;
}

[aria-invalid="true"] {
  border-color: #b94b44;
}

.success-message {
  margin: 0;
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--sage-soft);
  color: var(--sage-dark);
  font-weight: 800;
  text-align: center;
}

.demo-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

@media (max-width: 1100px) {
  .site-shell {
    width: min(100% - 24px, 1100px);
    margin-block: 18px;
    box-shadow: 0 20px 52px rgba(255, 127, 151, 0.18);
  }

  .site-header {
    padding-inline: 34px;
    gap: 18px;
  }

  .main-nav {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 0.9fr 1.1fr;
    padding-inline: 46px;
  }

  .hero-copy {
    margin-left: 0;
  }

  .service-list {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  body {
    background: var(--cream);
  }

  .site-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-header {
    grid-template-columns: auto auto;
    padding: 18px 20px;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 254, 253, 0.98);
    box-shadow: var(--shadow);
  }

  .main-nav a {
    padding: 10px 12px;
  }

  .site-header.menu-open .main-nav {
    display: flex;
  }

  .nav-book {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 44px 24px 0;
    gap: 10px;
  }

  .hero-copy {
    max-width: 520px;
  }

  h1 {
    font-size: clamp(3.2rem, 14vw, 4.4rem);
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-media img {
    left: 50%;
    right: auto;
    bottom: -20px;
    width: min(620px, 116%);
    height: 420px;
    transform: translateX(-48%);
  }

  .bubble-one {
    top: 18px;
    left: 6%;
  }

  .bubble-two {
    top: 120px;
    left: 24%;
  }

  .bubble-three {
    right: 8%;
    bottom: 120px;
  }

  .section-pad {
    padding: 56px 22px;
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 18px;
  }

  .service-card:last-child {
    grid-column: 1 / -1;
    max-width: 280px;
    margin: 0 auto;
  }

  .split-section,
  .split-reverse {
    grid-template-columns: 1fr;
  }

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

  .split-photo,
  .split-photo img {
    min-height: 300px;
  }

  .product-list {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .testimonial {
    grid-template-columns: 1fr;
    margin-top: 38px;
    padding: 22px;
  }

  .booking-strip {
    grid-template-columns: 1fr;
    padding: 38px 22px;
  }

  .strip-item {
    grid-template-columns: auto 1fr;
    padding: 24px 0;
  }

  .strip-item + .strip-item {
    border-top: 1px solid rgba(255, 127, 151, 0.22);
    border-left: 0;
  }

  .large-icon {
    width: 82px;
    height: 82px;
  }

  .large-icon .icon {
    width: 40px;
    height: 40px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 24px 24px;
  }

  .copyright {
    justify-content: flex-start;
    text-align: left;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.64rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .service-list,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .service-card:last-child {
    grid-column: auto;
  }

  .product-card h3 {
    white-space: normal;
    text-wrap: balance;
  }

  .pet-photo {
    max-width: 330px;
    margin: 0 auto;
  }

  .strip-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .large-icon {
    width: 76px;
    height: 76px;
  }

  .modal-overlay {
    align-items: end;
    padding: 12px;
  }

  .booking-modal {
    max-height: 92vh;
    border-radius: 26px;
    padding: 24px 18px;
  }

}
