:root {
  --pink-100: #fff3f7;
  --pink-200: #ffdbe8;
  --pink-300: #f9b6cf;
  --pink-500: #ef7fab;
  --blue-100: #e9f4ff;
  --blue-300: #bfd9f3;
  --blue-600: #4c76a3;
  --navy: #102b4f;
  --cream: #fffdf7;
  --white: #ffffff;
  --shadow: 0 18px 40px rgba(16, 43, 79, 0.15);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Baloo 2", sans-serif;
  color: var(--navy);
  background:
    radial-gradient(circle at 15% 10%, rgba(249, 182, 207, 0.3) 0%, transparent 32%),
    radial-gradient(circle at 90% 25%, rgba(191, 217, 243, 0.35) 0%, transparent 38%),
    linear-gradient(180deg, #fff8fb 0%, #f8fcff 45%, #fffafc 100%);
  line-height: 1.6;
}

.bg-shapes::before,
.bg-shapes::after {
  content: "";
  position: fixed;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(191, 217, 243, 0.25);
  z-index: -1;
}

.bg-shapes::before {
  top: 10%;
  left: -100px;
}

.bg-shapes::after {
  right: -80px;
  bottom: 20%;
  background: rgba(249, 182, 207, 0.25);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.4rem;
  background: rgba(255, 253, 247, 0.9);
  border-bottom: 1px solid rgba(16, 43, 79, 0.1);
  backdrop-filter: blur(8px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.brand img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--pink-300);
}

.brand-name {
  margin: 0;
  font-family: "Pacifico", cursive;
  font-size: 1.2rem;
}

.brand-tag {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.95rem;
}

.book-btn,
.btn {
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.book-btn,
.btn-primary {
  background: linear-gradient(135deg, var(--pink-500), #ff96bb);
  color: var(--white);
  box-shadow: 0 8px 18px rgba(239, 127, 171, 0.45);
}

.btn-secondary {
  background: var(--white);
  color: var(--blue-600);
  border: 2px solid var(--blue-300);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow);
}

.menu-toggle span {
  display: block;
  height: 3px;
  width: 22px;
  background: var(--navy);
  margin: 4px auto;
  border-radius: 4px;
}

main {
  overflow: hidden;
  padding-bottom: 2rem;
}

img {
  max-width: 100%;
}

.section {
  width: min(1150px, 92vw);
  margin: 1.25rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 43, 79, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(16, 43, 79, 0.08);
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

.hero {
  width: min(1220px, 95vw);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 2rem;
  margin: 1.25rem auto;
  padding: 2.4rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 43, 79, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(16, 43, 79, 0.1);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0;
  color: var(--blue-600);
  font-weight: 700;
}

.hero h1,
h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(4rem, 10vw, 8rem);
  color: var(--navy);
}

.hero-sub {
  margin-top: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.price-card {
  margin: 1.1rem 0 1.2rem;
  background: linear-gradient(140deg, var(--pink-200), var(--blue-100));
  border-radius: var(--radius-md);
  border: 2px solid var(--pink-300);
  padding: 0.9rem 1rem;
  max-width: 290px;
}

.price-main {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
}

.price-sub {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.88rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.hero-art {
  display: grid;
}

.hero-dog {
  width: 100%;
  border-radius: var(--radius-lg);
  height: 330px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(16, 43, 79, 0.18);
}

.section-heading {
  margin-bottom: 1.4rem;
}

.section-heading h2 {
  font-size: clamp(2.3rem, 6vw, 4rem);
}

.section-heading p {
  margin-top: 0.3rem;
  font-size: 1.1rem;
}

.dog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.dog-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(16, 43, 79, 0.12);
}

.dog-lines {
  margin-top: 1.3rem;
  display: grid;
  gap: 0.55rem;
}

.dog-lines p {
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  border-left: 4px solid var(--blue-300);
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-weight: 600;
  text-align: center;
}

.walk-photo-wrap {
  position: relative;
}

.walk-photo {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 22px;
}

.reasons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.reason-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 20px;
  border: 1px solid rgba(16, 43, 79, 0.1);
  box-shadow: 0 8px 20px rgba(16, 43, 79, 0.1);
  overflow: hidden;
}

.reason-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.reason-card h3,
.reason-card p {
  margin: 0.8rem 0.8rem 0.9rem;
  text-align: center;
}

.promise-inner {
  text-align: center;
}

.script {
  font-family: "Pacifico", cursive;
  color: var(--pink-500);
  margin: 0;
  font-size: 1.4rem;
}

.promise h2 {
  font-size: clamp(2rem, 5vw, 3.8rem);
  margin-top: 0.45rem;
}

.about {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 1.2rem;
}

.owner-placeholder {
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  border: 3px dashed var(--pink-300);
  background: linear-gradient(130deg, var(--pink-100), var(--blue-100));
  display: grid;
  place-content: center;
  color: var(--blue-600);
  font-weight: 800;
  font-size: 1.2rem;
}

.price-banner {
  margin-top: 2rem;
}

.price-inner {
  padding: 1.6rem;
  border-radius: 22px;
  border: 1px solid rgba(16, 43, 79, 0.08);
  box-shadow: 0 8px 24px rgba(16, 43, 79, 0.08);
  text-align: center;
  background: linear-gradient(130deg, #ffe3f0, #d8edff);
}

.price-inner h2 {
  font-size: clamp(3.2rem, 11vw, 7rem);
}

.per-walk {
  margin-top: -0.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
}

.review-bubbles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.review-bubbles blockquote {
  margin: 0;
  background: var(--white);
  border: 1px solid rgba(16, 43, 79, 0.12);
  border-radius: 24px;
  padding: 1rem;
  font-size: 1.05rem;
}

.booking-contact a,
.contact-card a,
.site-footer a {
  color: var(--navy);
}

.contact-card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(16, 43, 79, 0.12);
  border-radius: 24px;
  padding: 1.6rem;
  box-shadow: 0 10px 22px rgba(16, 43, 79, 0.1);
}

.contact-card h2 {
  font-size: clamp(2rem, 7vw, 3.4rem);
}

.site-footer {
  margin-top: 2rem;
  padding: 2rem 1rem 2.5rem;
  background:
    radial-gradient(circle at 12px 12px, rgba(255, 255, 255, 0.55) 0 2px, transparent 2px),
    radial-gradient(circle at 42px 22px, rgba(255, 255, 255, 0.45) 0 2px, transparent 2px),
    linear-gradient(180deg, #ffdbe8 0%, #ffcfe1 100%);
  text-align: center;
  border-top: 3px solid #f6a9c6;
}

.site-footer p {
  margin: 0.25rem 0;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .reasons,
  .review-bubbles {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .about-photo {
    max-width: 320px;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: var(--white);
    border: 2px solid var(--pink-200);
    border-radius: 16px;
    padding: 0.9rem;
  }

  .main-nav.show {
    display: flex;
  }

  .section,
  .hero {
    width: min(96vw, 700px);
    margin: 1.2rem auto;
  }

  .section,
  .hero {
    padding: 1.25rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 5.3rem);
  }

  .dog-grid,
  .reasons,
  .review-bubbles {
    grid-template-columns: 1fr;
  }

  .hero-dog,
  .walk-photo {
    height: 300px;
  }

}
