:root {
  --ink: #17212b;
  --muted: #58626c;
  --paper: #fbfaf8;
  --white: #ffffff;
  --mist: #eef4f3;
  --teal: #2f5d62;
  --teal-dark: #244a4f;
  --rose: #8f4d57;
  --gold: #b6813b;
  --line: #d9dedc;
  --shadow: 0 20px 50px rgba(23, 33, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  letter-spacing: 0;
}

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

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: 3.5rem;
  width: min(1120px, calc(100% - 2.5rem));
  min-height: 76vh;
  margin: 0 auto;
  padding: 2.5rem 0 2rem;
  background: var(--paper);
}

.hero__image {
  order: 2;
  width: 100%;
  max-height: 68vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero__shade {
  display: none;
}

.hero__content {
  order: 1;
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero .eyebrow {
  color: var(--rose);
}

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

h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.85rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 740px;
  margin-bottom: 0;
  font-size: 1.14rem;
  line-height: 1.62;
  color: #33414b;
}

.section {
  padding: 4.5rem 0;
}

.wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.narrow {
  width: min(780px, calc(100% - 2.5rem));
}

.intro-band {
  background: var(--white);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-item {
  min-height: 172px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(23, 33, 43, 0.06);
}

.proof-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.proof-item strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--ink);
}

.proof-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.letter {
  font-size: 1.02rem;
}

.letter p {
  margin-bottom: 1rem;
}

.signature {
  margin-top: 1.8rem;
  font-weight: 800;
}

.profile-band {
  background: var(--mist);
}

.profile-list {
  border-top: 1px solid rgba(47, 93, 98, 0.24);
}

.profile-row {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(47, 93, 98, 0.24);
}

.profile-row p {
  margin-bottom: 0;
  color: #33414b;
}

.pet-section {
  background: var(--white);
}

.pet-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
  align-items: center;
  gap: 3rem;
}

.pet-copy p:not(.eyebrow) {
  color: #33414b;
  font-size: 1.04rem;
}

.pet-photo {
  margin: 0;
}

.pet-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.docs-band {
  background: var(--teal-dark);
  color: var(--white);
}

.docs-band .eyebrow {
  color: #f3c674;
}

.docs-band h2 {
  color: var(--white);
}

.doc-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}

.doc-list li {
  position: relative;
  padding-left: 1.45rem;
  color: rgba(255, 255, 255, 0.92);
}

.doc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #f3c674;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    min-height: auto;
    padding-top: 1.25rem;
  }

  .hero__image,
  .hero__content {
    order: initial;
  }

  .hero__image {
    order: 2;
    max-height: 52vh;
  }

  .hero__content {
    order: 1;
  }

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

  .pet-wrap {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media (max-width: 640px) {
  .hero {
    width: min(100% - 2rem, 1120px);
    padding-bottom: 1.6rem;
  }

  .hero__content {
    padding: 0;
  }

  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.65rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .section {
    padding: 3.25rem 0;
  }

  .wrap,
  .narrow {
    width: min(100% - 2rem, 1120px);
  }

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

  .proof-item {
    min-height: auto;
  }

  .profile-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}
