:root {
  /* Brand palette */
  --forest: #163b2f;
  --forest-dark: #0b241c;
  --leaf: #287a59;
  --mint: #dff3e7;
  --cream: #fff5dc;
  --butter: #f8d36f;
  --apricot: #f29b72;
  --rose: #ef6f6c;
  --sky: #87bed5;
  --blue: #3f82a3;

  /* Text and surfaces */
  --ink: #143326;
  --muted: #61766e;
  --paper: rgba(255, 255, 255, 0.82);
  --line: rgba(20, 51, 38, 0.14);

  /* Effects */
  --shadow: 0 30px 80px rgba(21, 67, 49, .18);
  --soft-shadow: 0 18px 46px rgba(21, 67, 49, .10);

  /* Radii */
  --radius-xl: 44px;
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-img: 18px;
}

/* =========================================================
   1. Base / Reset
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(130deg, rgba(255, 245, 220, .98) 0%, rgba(235, 247, 239, .96) 45%, rgba(255, 255, 255, .96) 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

body::before {
  background:
    radial-gradient(circle at 6% 7%, rgba(248, 211, 111, .48), transparent 18rem),
    radial-gradient(circle at 92% 6%, rgba(135, 190, 213, .34), transparent 22rem),
    radial-gradient(circle at 18% 64%, rgba(242, 155, 114, .22), transparent 19rem),
    radial-gradient(circle at 86% 78%, rgba(40, 122, 89, .18), transparent 24rem);
}

body::after {
  z-index: -1;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg width='86' height='86' viewBox='0 0 86 86' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23163326' stroke-width='1.3' stroke-linecap='round' opacity='.36'%3E%3Cpath d='M15 47c5-7 11-7 17 0M49 38c5-7 11-7 17 0M35 68c8-9 16-9 24 0'/%3E%3Ccircle cx='25' cy='22' r='2.4' fill='%23163326' stroke='none'/%3E%3Ccircle cx='59' cy='59' r='2.4' fill='%23163326' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .5) 45%, transparent 84%);
}

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

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

p {
  margin-top: 0;
}

button.btn {
  font: inherit;
  cursor: pointer;
}

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

h1,
h2 {
  color: var(--forest-dark);
  font-family: Fraunces, Georgia, serif;
  letter-spacing: -.055em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.4rem, 6.8vw, 6.85rem);
  line-height: .89;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 4.25vw, 4rem);
  line-height: .97;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  letter-spacing: -.035em;
}

/* =========================================================
   2. Shared Layout / Utilities
   ========================================================= */

.skip-link {
  position: absolute;
  left: -999px;
  top: 14px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest-dark);
}

.skip-link:focus {
  left: 14px;
}

.site-header,
.section-shell,
.site-footer {
  width: min(1180px, calc(100% - 34px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--leaf);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-copy,
.purpose-intro p,
.scene-card p,
.tool-panel p,
.warm-story p,
.final-callout p,
.site-footer p {
  color: var(--muted);
  line-height: 1.72;
}

.smart-photo.is-missing {
  background: linear-gradient(135deg, var(--mint), var(--cream));
}

/* Homepage image polish.
   Requires: <body class="home-page"> in index.html */
.home-page main img:not(.site-logo):not(.vc-icon):not(.favicon):not(.icon) {
  border-radius: var(--radius-img);
}

/* Real-image positioning tweaks */
.photo-tile-large img,
.top-card img,
.bottom-card img {
  object-position: center;
}

.scene-cost,
.scene-visit,
.scene-calm {
  background-position: center;
}

/* =========================================================
   3. Header / Navigation
   ========================================================= */

.site-header {
  position: relative;
  z-index: 10;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.23rem;
  font-weight: 950;
  letter-spacing: -.045em;
}

.brand-mark {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 17px 22px 17px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--forest-dark));
  box-shadow: 0 14px 35px rgba(11, 36, 28, .25);
  font-size: .86rem;
  letter-spacing: -.02em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 32px rgba(21, 67, 49, .08);
}

.nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: #35574d;
  font-size: .92rem;
  font-weight: 850;
  white-space: nowrap;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--forest-dark);
  background: var(--mint);
}

/* =========================================================
   4. Buttons / Links
   ========================================================= */

.hero-actions,
.callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--forest-dark));
  box-shadow: 0 18px 40px rgba(11, 36, 28, .26);
}

.btn-secondary {
  color: var(--forest-dark);
  background: rgba(255, 255, 255, .78);
  border-color: rgba(20, 51, 38, .12);
  box-shadow: 0 14px 28px rgba(21, 67, 49, .08);
}

.btn.light {
  color: var(--forest-dark);
  background: #fff;
}

.btn-secondary.light {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: rgba(255, 255, 255, .26);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--forest-dark);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* =========================================================
   5. Homepage Hero
   ========================================================= */

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr);
  align-items: center;
  gap: 52px;
  padding: 62px 0 72px;
}

.hero-copy-wrap {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 1.25rem;
}

/* =========================================================
   6. Homepage Photo Collage
   ========================================================= */

.photo-collage {
  position: relative;
  min-height: 650px;
}

.photo-collage::before {
  content: "";
  position: absolute;
  inset: 24px 44px 16px -10px;
  z-index: 0;
  border-radius: 48% 52% 50% 40%;
  background: linear-gradient(135deg, var(--butter), var(--apricot));
  opacity: .78;
  transform: rotate(-8deg);
}

.photo-collage::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 28px;
  z-index: 0;
  width: 170px;
  height: 170px;
  border-radius: 42% 58% 38% 62%;
  background: var(--sky);
  opacity: .9;
}

.photo-tile {
  position: absolute;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, .82);
  background: var(--mint);
  box-shadow: var(--shadow);
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-tile-large {
  left: 10px;
  top: 38px;
  width: min(480px, 88%);
  height: 560px;
  border-radius: 46px 46px 92px 46px;
  transform: rotate(1.5deg);
}

.photo-tile-small {
  width: 220px;
  height: 210px;
  border-radius: 36px 60px 36px 60px;
}

.top-card {
  right: 0;
  top: 8px;
  transform: rotate(-5deg);
}

.bottom-card {
  right: 8px;
  bottom: 30px;
  transform: rotate(5deg);
}

.photo-tile figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 17px 18px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, rgba(11, 36, 28, .88), rgba(22, 59, 47, .64));
  backdrop-filter: blur(14px);
}

.photo-tile figcaption strong,
.photo-tile figcaption span {
  display: block;
}

.photo-tile figcaption strong {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.photo-tile figcaption span {
  color: rgba(255, 255, 255, .78);
  font-size: .94rem;
  line-height: 1.4;
}

/* =========================================================
   7. Homepage Feeling Strip
   ========================================================= */

.feeling-strip {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 18px;
  margin-bottom: 88px;
}

.feeling-card {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  border-radius: 34px;
  box-shadow: var(--soft-shadow);
}

.feeling-card::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -60px;
  width: 140px;
  height: 140px;
  border-radius: 41% 59% 47% 53%;
  background: rgba(255, 255, 255, .26);
}

.feeling-card span {
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.feeling-card strong {
  position: relative;
  z-index: 1;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.before {
  color: #392601;
  background: linear-gradient(135deg, #fbf0d2, #f5c457);
}

.middle {
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--forest-dark));
  transform: translateY(-16px);
}

.after {
  color: #fff;
  background: linear-gradient(135deg, #f6a487, #e66d67);
}

/* =========================================================
   8. Homepage Purpose Scenes / Three Image Cards
   ========================================================= */

.purpose-section {
  padding-bottom: 88px;
}

.purpose-intro {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: end;
  gap: 46px;
  margin-bottom: 28px;
}

.purpose-intro p:last-child {
  max-width: 620px;
  font-size: 1.08rem;
}

.purpose-scenes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.scene-card {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 26px;
  border-radius: 42px;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.scene-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(11, 36, 28, .06) 0%, rgba(11, 36, 28, .82) 100%);
}

.scene-card > div {
  position: relative;
  z-index: 1;
}

.scene-card h3 {
  color: #fff;
  font-size: 1.45rem;
}

.scene-card p {
  color: rgba(255, 255, 255, .82);
}

.scene-label {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .22);
  font-weight: 950;
}

.scene-cost {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)),
    url('../Images/vecteezy_ai-generated-healing-paws-embracing-the-love-and-dedication_37375584.jpg');
}

.scene-visit {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)),
    url('../Images/title_dog.jpeg');
}

.scene-calm {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)),
    url('../Images/Nougat.JPG');
}

/* =========================================================
   9. Homepage Tool Showcase
   ========================================================= */

.tool-showcase {
  display: grid;
  gap: 28px;
  padding-bottom: 90px;
}

.tool-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 48px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow);
}

.cost-panel {
  background: linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(223, 243, 231, .86));
}

.checklist-panel {
  grid-template-columns: 1.08fr .92fr;
  background: linear-gradient(135deg, rgba(255, 255, 255, .76), rgba(255, 245, 220, .9));
}

.tool-photo-wrap {
  min-height: 430px;
  overflow: hidden;
  border-radius: 38px;
  box-shadow: 0 22px 54px rgba(21, 67, 49, .16);
}

.tool-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tool-copy {
  padding: 18px;
}

.tool-copy p {
  font-size: 1.05rem;
}

.checklist-paper {
  position: relative;
  min-height: 420px;
  padding: 34px 28px;
  border-radius: 32px;
  background: #fffef8;
  box-shadow: 0 22px 54px rgba(117, 74, 9, .12);
  transform: rotate(1.5deg);
}

.checklist-paper::before {
  content: "Vet visit notes";
  display: block;
  margin-bottom: 20px;
  color: var(--leaf);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.checklist-paper span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(20, 51, 38, .1);
  font-weight: 850;
}

.checklist-paper b {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 2px solid var(--leaf);
  border-radius: 6px;
}

.checklist-paper b::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid var(--leaf);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* =========================================================
   10. Homepage Story / Final Callout / Footer
   ========================================================= */

.warm-story {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 42px;
  overflow: hidden;
  margin-bottom: 88px;
  padding: 42px;
  border-radius: 54px;
  color: #fff;
  background: linear-gradient(135deg, rgba(22, 59, 47, .96), rgba(11, 36, 28, .96));
  box-shadow: var(--shadow);
}

.warm-story::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -130px;
  width: 360px;
  height: 360px;
  border-radius: 42% 58% 40% 60%;
  background: var(--butter);
  opacity: .3;
}

.warm-story h2 {
  color: #fff;
}

.warm-story .eyebrow {
  color: var(--butter);
}

.warm-story p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.06rem;
}

.warm-story-copy,
.story-gallery {
  position: relative;
  z-index: 1;
}

.story-gallery {
  min-height: 460px;
}

.story-gallery img {
  position: absolute;
  width: 72%;
  height: 320px;
  object-fit: cover;
  border: 9px solid rgba(255, 255, 255, .16);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .22);
}

.gallery-one {
  right: 0;
  top: 0;
  border-radius: 50px 50px 90px 50px;
  transform: rotate(3deg);
}

.gallery-two {
  left: 0;
  bottom: 0;
  border-radius: 90px 50px 50px 50px;
  transform: rotate(-4deg);
}

.final-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 78px;
  padding: 38px;
  border-radius: 42px;
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(248, 211, 111, .42), transparent 12rem),
    linear-gradient(135deg, var(--leaf), var(--forest-dark));
  box-shadow: var(--shadow);
}

.final-callout h2 {
  max-width: 800px;
  color: #fff;
}

.final-callout .eyebrow,
.final-callout p {
  color: rgba(255, 255, 255, .82);
}

.site-footer {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 32px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer strong {
  font-weight: 950;
}

.site-footer p {
  margin: 6px 0 0;
}

.founder-note {
  font-size: .88rem;
  opacity: .72;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--forest-dark);
}

/* =========================================================
   11. Checklist Page
   ========================================================= */

.checklist-page .checklist-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: stretch;
  gap: 32px;
  padding: 50px 0 28px;
}

.checklist-hero-copy,
.checklist-note-card,
.printable-sheet,
.split-callout {
  border: 1px solid rgba(255, 255, 255, .74);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--soft-shadow);
}

.checklist-hero-copy {
  padding: 38px;
  border-radius: 42px;
}

.checklist-note-card {
  padding: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 8%, rgba(248, 211, 111, .38), transparent 8rem),
    rgba(255, 255, 255, .78);
}

.checklist-note-card h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
}

.checklist-note-card p {
  color: var(--muted);
  line-height: 1.65;
}

.printable-sheet {
  margin-top: 28px;
  margin-bottom: 44px;
  padding: 34px;
  border-radius: 44px;
  background: #fffdf5;
}

.print-sheet-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 28px;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(20, 51, 38, .12);
}

.print-sheet-header h2 {
  margin-bottom: 8px;
}

.print-sheet-header p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.visit-details {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(223, 243, 231, .7);
}

.visit-details label {
  display: grid;
  grid-template-columns: 145px 1fr;
  align-items: end;
  gap: 12px;
  color: var(--forest-dark);
  font-size: .92rem;
  font-weight: 900;
}

.visit-details span {
  display: block;
  min-height: 26px;
  border-bottom: 2px solid rgba(20, 51, 38, .28);
}

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

.checklist-step-card {
  position: relative;
  min-height: 410px;
  padding: 26px 26px 24px;
  border: 2px solid rgba(20, 51, 38, .12);
  border-radius: 30px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 14px 34px rgba(21, 67, 49, .08);
}

.step-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.step-heading h3 {
  margin: 0;
}

.step-badge,
.step-heading .step-badge {
  flex: 0 0 auto;
}

.step-badge {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf), var(--forest-dark));
  box-shadow: 0 12px 24px rgba(11, 36, 28, .22);
  font-size: 1.12rem;
  font-weight: 950;
}

.step-heading .step-badge {
  margin: 0;
}

.checklist-step-card h3 {
  margin-bottom: 14px;
  color: var(--forest-dark);
  font-size: 1.42rem;
}

.checklist-step-card ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #24483d;
  font-size: 1rem;
  line-height: 1.58;
}

.checklist-step-card li {
  margin-bottom: 8px;
}

.check-list {
  display: grid;
  gap: 11px;
  color: #24483d;
  font-size: 1rem;
  line-height: 1.45;
}

.check-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 11px;
  font-weight: 650;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 2px solid rgba(20, 51, 38, .62);
  border-radius: 5px;
  background: #fff;
}

.emphasized-step {
  border-color: rgba(40, 122, 89, .32);
  background:
    radial-gradient(circle at 90% 9%, rgba(248, 211, 111, .26), transparent 9rem),
    #fff;
}

.write-lines {
  display: grid;
  gap: 13px;
  margin-top: 20px;
}

.write-lines span {
  display: block;
  height: 24px;
  border-bottom: 2px solid rgba(20, 51, 38, .18);
}

.printable-footer-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 22px;
  color: #315348;
  background: rgba(255, 245, 220, .9);
  line-height: 1.6;
}

.split-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 70px;
  padding: 34px;
  border-radius: 38px;
}

.split-callout h2 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.split-callout p {
  color: var(--muted);
  line-height: 1.7;
}

/* =========================================================
   12. Responsive
   ========================================================= */

@media (max-width: 980px) {
  .hero,
  .purpose-intro,
  .tool-panel,
  .checklist-panel,
  .warm-story,
  .final-callout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 34px;
  }

  .photo-collage {
    min-height: 560px;
  }

  .feeling-strip {
    grid-template-columns: 1fr;
  }

  .middle {
    transform: none;
  }

  /* Keep the three purpose images together on narrow screens.
     This replaces the old top-to-bottom mobile stack. */
  .purpose-scenes {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 72vw);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .purpose-scenes > * {
    scroll-snap-align: start;
  }

  .scene-card {
    min-height: 320px;
  }

  .final-callout {
    align-items: flex-start;
  }

  .checklist-page .checklist-hero,
  .print-sheet-header,
  .checklist-grid-readable,
  .split-callout {
    grid-template-columns: 1fr;
  }

  .split-callout {
    display: grid;
  }
}

@media (max-width: 760px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2.05rem, 12vw, 3rem);
  }

  .hero {
    gap: 28px;
  }

  .photo-collage {
    min-height: 520px;
  }

  .photo-tile-large {
    left: 0;
    width: 84%;
    height: 430px;
  }

  .photo-tile-small {
    width: 170px;
    height: 160px;
  }

  .top-card {
    right: 0;
  }

  .bottom-card {
    bottom: 0;
  }

  .photo-tile figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .purpose-scenes {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .tool-panel,
  .warm-story,
  .final-callout {
    padding: 22px;
    border-radius: 32px;
  }

  .tool-photo-wrap,
  .checklist-paper {
    min-height: 330px;
  }

  .story-gallery {
    min-height: 360px;
  }

  .story-gallery img {
    height: 250px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .checklist-hero-copy,
  .printable-sheet,
  .split-callout {
    padding: 22px;
    border-radius: 30px;
  }

  .checklist-step-card {
    min-height: auto;
    padding: 22px;
  }

  .visit-details label {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* =========================================================
   13. Print: Vet Checklist Page
   ========================================================= */

@media print {
  @page {
    size: letter;
    margin: 0.45in;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html {
    scroll-behavior: auto;
  }

  body {
    color: #111 !important;
    background: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
  }

  body::before,
  body::after,
  .no-print,
  .skip-link {
    display: none !important;
  }

  .section-shell,
  .printable-sheet {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .checklist-page .checklist-hero {
    display: none !important;
  }

  .printable-sheet {
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
  }

  .print-sheet-header {
    display: grid !important;
    grid-template-columns: 1fr 2.6in !important;
    gap: 0.18in !important;
    margin-bottom: 0.16in !important;
    padding-bottom: 0.12in !important;
    border-bottom: 1.5pt solid #222 !important;
  }

  .eyebrow {
    margin-bottom: 4pt !important;
    color: #333 !important;
    font-size: 8.5pt !important;
    letter-spacing: .08em !important;
  }

  h2 {
    margin: 0 0 5pt !important;
    color: #111 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 22pt !important;
    line-height: 1.02 !important;
  }

  .print-sheet-header p,
  .printable-footer-note {
    font-size: 9pt !important;
    line-height: 1.35 !important;
  }

  .visit-details {
    gap: 5pt !important;
    padding: 8pt !important;
    border: 1pt solid #333 !important;
    border-radius: 0 !important;
    background: #fff !important;
  }

  .visit-details label {
    grid-template-columns: .9in 1fr !important;
    color: #111 !important;
    font-size: 8.5pt !important;
  }

  .visit-details span {
    min-height: 12pt !important;
    border-bottom: 1pt solid #333 !important;
  }

  .checklist-grid-readable {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0.12in !important;
  }

  .checklist-step-card {
    min-height: 2.58in !important;
    break-inside: avoid !important;
    page-break-inside: avoid !important;
    padding: 10pt !important;
    border: 1pt solid #333 !important;
    border-radius: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }

  .step-heading {
    display: flex !important;
    align-items: center !important;
    gap: 6pt !important;
    margin-bottom: 5pt !important;
  }

  .step-badge,
  .step-heading .step-badge {
    width: 22pt !important;
    height: 22pt !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    border: 1.5pt solid #111 !important;
    border-radius: 50% !important;
    color: #111 !important;
    background: #fff !important;
    font-size: 10pt !important;
  }

  .checklist-step-card h3,
  .step-heading h3 {
    margin: 0 !important;
    color: #111 !important;
    font-size: 12pt !important;
  }

  .checklist-step-card ul {
    padding-left: 15pt !important;
    color: #111 !important;
    font-size: 8.6pt !important;
    line-height: 1.22 !important;
  }

  .checklist-step-card li {
    margin-bottom: 2.5pt !important;
  }

  .check-list {
    display: grid !important;
    gap: 3.5pt !important;
    color: #111 !important;
    font-size: 8.8pt !important;
    line-height: 1.2 !important;
  }

  .check-row {
    display: grid !important;
    grid-template-columns: 12pt 1fr !important;
    align-items: start !important;
    gap: 5pt !important;
    font-weight: 400 !important;
  }

  .check-box {
    width: 10pt !important;
    height: 10pt !important;
    margin-top: 0.5pt !important;
    border: 1.2pt solid #111 !important;
    border-radius: 0 !important;
    background: #fff !important;
  }

  .write-lines {
    gap: 4pt !important;
    margin-top: 6pt !important;
  }

  .write-lines span {
    height: 11pt !important;
    border-bottom: 1pt solid #777 !important;
  }

  .printable-footer-note {
    margin-top: 0.12in !important;
    padding: 6pt 0 0 !important;
    border-top: 1pt solid #333 !important;
    border-radius: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }
}



/* =========================================================
   About page polish
   ========================================================= */

.about-page .btn-primary,
.about-page .vc-button.primary,
.about-page a.btn-primary,
.about-page a.vc-button.primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--leaf, #287a59), var(--forest-dark, #0b241c));
  border-color: transparent;
  text-decoration: none;
}

.about-page .btn-secondary,
.about-page .vc-button.secondary {
  color: var(--forest-dark, #0b241c) !important;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(20, 51, 38, 0.16);
  text-decoration: none;
}

.about-page .eyebrow,
.about-page .vc-section-label {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 12px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--leaf, #287a59);
  background: rgba(223, 243, 231, 0.82);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-page .about-card,
.about-page .about-panel,
.about-page .split-callout,
.about-page .tool-panel {
  position: relative;
  overflow: hidden;
}