:root {
  --bg: #f4efe8;
  --bg-alt: #fffaf4;
  --ink: #14333a;
  --ink-soft: #567278;
  --teal: #4ec2bb;
  --teal-deep: #138c87;
  --peach: #ffd9c7;
  --line: rgba(20, 51, 58, 0.11);
  --card: rgba(255, 255, 255, 0.74);
  --shadow: 0 24px 55px rgba(54, 83, 89, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(78, 194, 187, 0.24), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 217, 199, 0.7), transparent 18%),
    linear-gradient(180deg, #fffaf4 0%, #f6f0e8 48%, #f1ece4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)),
    radial-gradient(circle at center, transparent 50%, rgba(255, 255, 255, 0.55) 100%);
  mix-blend-mode: screen;
}

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 244, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand-logo {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
}

.nav a,
.button,
h1,
h2,
h3 {
  font-family: "Sora", sans-serif;
}

.nav {
  color: var(--ink-soft);
}

.nav {
  display: flex;
  gap: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--teal), var(--teal-deep));
  color: white;
  box-shadow: 0 16px 32px rgba(19, 140, 135, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-outline,
.button-soft {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.hero,
.structure,
.cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.hero {
  align-items: center;
  padding: 86px 0 68px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal-deep);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

h1 {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.95;
}

h2 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.hero-text,
.structure-copy p,
.service-card p,
.feature-list span,
.info-card span,
.testimonial-grid blockquote {
  color: var(--ink-soft);
  line-height: 1.7;
  font-size: 1.02rem;
}

.hero-text {
  max-width: 58ch;
  margin-top: 22px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.metric-list {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.metric-list li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.metric-list strong,
.pet-note strong {
  font-size: 1.35rem;
}

.metric-list span,
.pet-note span {
  color: var(--ink-soft);
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.pet-card {
  position: relative;
  width: min(100%, 490px);
  min-height: 560px;
  padding: 28px;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 18%, rgba(78, 194, 187, 0.35), transparent 18%),
    radial-gradient(circle at 78% 22%, rgba(255, 217, 199, 0.95), transparent 16%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.2) 0%, rgba(245, 240, 234, 0.34) 58%, rgba(239, 231, 222, 0.74) 100%),
    url("https://images.unsplash.com/photo-1576201836106-db1758fd1c97?auto=format&fit=crop&w=900&q=80")
      center/cover;
  box-shadow: var(--shadow);
}

.pet-card::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 28px;
  border: 1px dashed rgba(19, 140, 135, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 250, 244, 0.24));
}

.pet-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  right: -36px;
  bottom: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 194, 187, 0.35), rgba(78, 194, 187, 0.02) 72%);
  filter: blur(8px);
}

.pet-copy,
.pet-note {
  position: relative;
  z-index: 1;
}

.pet-copy {
  margin-top: 280px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(20, 51, 58, 0.08);
}

.pet-copy p,
.pet-copy span {
  margin: 0;
  color: var(--ink-soft);
}

.pet-copy h2 {
  margin: 8px 0;
}

.pet-note {
  position: absolute;
  left: 24px;
  bottom: 22px;
  max-width: 190px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #14333a;
  color: white;
  box-shadow: var(--shadow);
}

section {
  margin-top: 42px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

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

.service-card,
.info-card,
.testimonial-grid blockquote,
.cta {
  border: 1px solid var(--line);
  background: var(--card);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.service-card {
  padding: 26px;
  border-radius: 28px;
  min-height: 230px;
}

.service-card span {
  color: var(--teal-deep);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.service-card h3 {
  margin: 18px 0 10px;
  font-size: 1.65rem;
}

.structure {
  align-items: center;
  padding: 34px 0;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.feature-list strong,
.info-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.06rem;
}

.info-stack {
  display: grid;
  gap: 18px;
}

.info-card {
  padding: 26px;
  border-radius: 28px;
}

.info-card-strong {
  min-height: 230px;
  display: flex;
  align-items: end;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #4ec2bb, #14333a);
  color: white;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
}

.info-card-strong p {
  margin: 0;
  max-width: 12ch;
}

.testimonial-grid blockquote {
  margin: 0;
  padding: 28px;
  border-radius: 28px;
}

.cta {
  align-items: center;
  padding: 34px;
  border-radius: 34px;
  margin-top: 56px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 4px 0;
  color: var(--ink-soft);
}

.footer div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .nav {
    display: none;
  }

  .hero,
  .structure,
  .cta,
  .service-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    justify-content: stretch;
  }

  .pet-card {
    width: 100%;
    min-height: 500px;
  }

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

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 16px;
  }

  .topbar {
    padding: 14px;
  }

  .brand-logo {
    width: 170px;
  }

  .topbar .button-outline {
    display: none;
  }

  h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  h2 {
    max-width: none;
  }

  .metric-list,
  .footer {
    flex-direction: column;
  }

  .pet-card {
    min-height: 420px;
    padding: 18px;
  }

  .pet-copy {
    margin-top: 170px;
    padding: 18px;
  }

  .cta {
    padding: 24px;
  }
}
