:root {
  --green: #006338;
  --green-dark: #003f28;
  --green-deep: #00512f;
  --green-soft: #dff1d7;
  --gold: #f7b700;
  --gold-dark: #dfa000;
  --cream: #fff8eb;
  --cream-light: #fffdf7;
  --ink: #102820;
  --muted: #3c5160;
  --shadow: 0 24px 60px rgba(0, 63, 40, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
iframe {
  max-width: 100%;
}

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

button {
  font: inherit;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gvh-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: minmax(200px, 240px) 1fr auto;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  width: 100%;
  padding: 6px clamp(34px, 4.4vw, 68px);
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(0, 60, 37, 0.08);
  backdrop-filter: blur(16px);
}

.gvh-brand {
  display: block;
  min-width: 0;
}

.gvh-brand img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
}

.gvh-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.4vw, 46px);
  color: #0a241d;
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  font-weight: 800;
  white-space: nowrap;
}

.gvh-nav a {
  position: relative;
  padding: 8px 0;
}

.gvh-mobile-book,
.gvh-menu-toggle {
  display: none;
}

.gvh-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gvh-nav a:hover,
.gvh-nav .active {
  color: var(--green);
}

.gvh-nav a:hover::after,
.gvh-nav .active::after {
  opacity: 1;
  transform: scaleX(1);
}

.gvh-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.gvh-icon-button,
.gvh-cart {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--green-dark);
  background: transparent;
  cursor: pointer;
}

.gvh-menu-toggle {
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--green-soft);
  cursor: pointer;
}

.gvh-menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.gvh-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.gvh-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.gvh-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.gvh-icon-button:hover,
.gvh-cart:hover {
  background: var(--green-soft);
}

.gvh-cart span {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
}

.gvh-book,
.gvh-primary-cta,
.gvh-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.gvh-book {
  min-height: 44px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #0b743e, var(--green));
  box-shadow: 0 12px 24px rgba(0, 84, 47, 0.2);
  white-space: nowrap;
}

.gvh-book:hover,
.gvh-primary-cta:hover {
  background: linear-gradient(135deg, #086236, var(--green-dark));
  box-shadow: 0 18px 32px rgba(0, 84, 47, 0.24);
  transform: translateY(-2px);
}

.gvh-hero {
  position: relative;
  min-height: calc(100vh - 104px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 248, 235, 0.98) 0%, rgba(255, 248, 235, 0.9) 33%, rgba(255, 248, 235, 0.34) 53%, rgba(255, 248, 235, 0.02) 72%),
    url("../images/goldenvethub-clinic-bg.png") center bottom / cover no-repeat,
    var(--cream);
}

.gvh-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 17% 22%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 28%),
    linear-gradient(90deg, rgba(255, 248, 235, 0.9) 0%, rgba(255, 248, 235, 0.78) 35%, rgba(255, 248, 235, 0.16) 59%, rgba(255, 248, 235, 0) 100%);
  content: "";
  pointer-events: none;
}

.gvh-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(440px, 47%) minmax(420px, 53%);
  align-items: center;
  width: min(1580px, calc(100% - 80px));
  min-height: calc(100vh - 104px);
  margin: 0 auto;
  padding: clamp(40px, 5vh, 76px) 0 clamp(44px, 6vh, 76px);
}

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

.gvh-eyebrow {
  position: relative;
  width: fit-content;
  margin: 0 0 32px;
  color: var(--green);
  font-size: clamp(0.92rem, 1vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-transform: uppercase;
}

.gvh-eyebrow::after {
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 78px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.gvh-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(4rem, 5.15vw, 6rem);
  font-weight: 800;
  line-height: 0.98;
}

.gvh-hero h1 span,
.gvh-hero h1 em {
  display: block;
  font-style: normal;
}

.gvh-hero h1 em {
  color: var(--gold);
}

.gvh-lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.28vw, 1.34rem);
  line-height: 1.33;
}

.gvh-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.gvh-primary-cta,
.gvh-secondary-cta {
  min-height: 64px;
  padding: 0 28px;
  font-size: 1rem;
}

.gvh-primary-cta {
  color: #fff;
  background: linear-gradient(135deg, #0b743e, var(--green));
  box-shadow: 0 16px 30px rgba(0, 84, 47, 0.24);
}

.gvh-secondary-cta {
  color: var(--green);
  border: 2px solid var(--green);
  background: rgba(255, 255, 255, 0.72);
}

.gvh-secondary-cta:hover {
  background: #eef8e8;
  transform: translateY(-2px);
}

.gvh-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(104px, 1fr));
  gap: clamp(16px, 2.1vw, 34px);
  max-width: 700px;
  margin-top: 36px;
}

.gvh-benefits article {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.gvh-benefits span {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: #dcefd2;
}

.gvh-benefits svg {
  width: 34px;
  height: 34px;
}

.gvh-benefits strong {
  color: #143126;
  font-size: 0.92rem;
  line-height: 1.15;
}

.gvh-hero-visual {
  position: relative;
  z-index: 3;
  align-self: stretch;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.gvh-hero-visual::before {
  display: none;
}

.gvh-wall-script {
  position: absolute;
  z-index: 4;
  left: 4%;
  top: 18%;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 63, 40, 0.18);
  transform: rotate(-4deg);
}

.gvh-wall-script span {
  color: #ffdc54;
  font-family: inherit;
}

.gvh-visual-brand {
  position: absolute;
  z-index: 4;
  right: 1%;
  top: 8%;
  display: grid;
  gap: 12px;
  text-align: center;
  color: var(--green);
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.88);
}

.gvh-visual-brand strong {
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 800;
  line-height: 0.95;
}

.gvh-visual-brand strong span {
  color: var(--gold);
}

.gvh-visual-brand small {
  color: #234238;
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
}

.gvh-heart-note {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 12%;
  width: clamp(176px, 12vw, 236px);
  height: clamp(176px, 12vw, 236px);
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  color: var(--green);
  background: linear-gradient(135deg, #ffd133, var(--gold));
  border-radius: 58% 42% 54% 46% / 48% 55% 45% 52%;
  box-shadow: 0 18px 40px rgba(224, 160, 0, 0.28);
  font-size: clamp(1.05rem, 1.45vw, 1.6rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-7deg);
}

@media (max-width: 1700px) {
  .gvh-header {
    grid-template-columns: minmax(190px, 230px) 1fr auto;
    gap: 16px;
    padding-left: clamp(32px, 3vw, 50px);
    padding-right: clamp(32px, 3vw, 50px);
  }

  .gvh-brand img {
    width: min(100%, 215px);
  }

  .gvh-nav {
    gap: clamp(18px, 1.7vw, 32px);
  }

  .gvh-book {
    padding: 0 20px;
  }
}

.gvh-anchor-section {
  min-height: 1px;
  scroll-margin-top: 130px;
}

.gvh-services-section {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 6vw, 88px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 18% 7%, rgba(223, 241, 215, 0.36), transparent 18%),
    radial-gradient(circle at 82% 10%, rgba(247, 183, 0, 0.08), transparent 18%),
    linear-gradient(180deg, #fffdf7 0%, var(--cream) 100%);
  scroll-margin-top: 130px;
}

.gvh-services-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 65fr) minmax(340px, 35fr);
  gap: clamp(32px, 3.8vw, 58px);
  width: min(1540px, 100%);
  margin: 0 auto;
}

.gvh-services-main {
  min-width: 0;
}

.gvh-section-intro {
  max-width: 930px;
  margin: 0 auto 28px;
  text-align: center;
}

.gvh-section-eyebrow {
  position: relative;
  width: fit-content;
  margin: 0 auto 30px;
  color: var(--green-dark);
  font-size: clamp(0.86rem, 1vw, 1.1rem);
  font-weight: 800;
  letter-spacing: 0.28em;
  line-height: 1.15;
  text-transform: uppercase;
}

.gvh-section-eyebrow::after,
.gvh-trust-panel h2::after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 84px;
  height: 4px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
}

.gvh-section-intro h2,
.gvh-trust-panel h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.65rem, 4.1vw, 5.1rem);
  font-weight: 800;
  line-height: 1;
}

.gvh-section-intro h2 span,
.gvh-trust-panel h2 span {
  color: var(--gold);
}

.gvh-section-intro > p:last-child {
  max-width: 850px;
  margin: 20px auto 0;
  color: #14394a;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.35;
}

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

.gvh-service-card {
  min-height: 198px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 22px 22px;
  border: 1px solid rgba(0, 84, 47, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 28px rgba(0, 63, 40, 0.08);
  text-align: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.gvh-service-card:hover {
  border-color: rgba(0, 99, 56, 0.28);
  box-shadow: 0 18px 42px rgba(0, 63, 40, 0.13);
  transform: translateY(-4px);
}

.gvh-card-icon,
.gvh-trust-list span {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--green);
  background: linear-gradient(135deg, #edf8e7, #d9efce);
}

.gvh-card-icon svg,
.gvh-trust-list svg {
  width: 38px;
  height: 38px;
}

.gvh-card-icon-alert {
  color: #f14945;
  background: linear-gradient(135deg, #fff4ef, #ffe2db);
}

.gvh-card-icon-alert svg {
  stroke-width: 4;
}

.gvh-card-icon-warm {
  color: #f15d54;
  background: linear-gradient(135deg, #fff4ef, #ffe8df);
}

.gvh-service-card h3 {
  margin: 12px 0 8px;
  color: var(--green-dark);
  font-size: clamp(1.18rem, 1.35vw, 1.55rem);
  font-weight: 800;
  line-height: 1.05;
}

.gvh-service-card p {
  max-width: 250px;
  margin: 0;
  color: #123548;
  font-size: clamp(0.95rem, 1.05vw, 1.18rem);
  line-height: 1.16;
}

.gvh-trust-panel {
  position: relative;
  min-width: 0;
  padding-left: clamp(26px, 3vw, 50px);
  border-left: 1px solid rgba(0, 99, 56, 0.18);
}

.gvh-trust-panel h2 {
  position: relative;
  margin-bottom: 38px;
  font-size: clamp(2rem, 2.4vw, 3.05rem);
  letter-spacing: -0.02em;
}

.gvh-trust-panel h2::after {
  left: 0;
  width: 82px;
  transform: none;
}

.gvh-trust-list {
  display: grid;
  gap: 20px;
  max-width: 520px;
}

.gvh-trust-list article {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  align-items: center;
}

.gvh-trust-list span {
  width: 76px;
  height: 76px;
}

.gvh-trust-list h3 {
  margin: 0 0 6px;
  color: var(--green-dark);
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  font-weight: 800;
  line-height: 1.1;
}

.gvh-trust-list p {
  margin: 0;
  color: #123548;
  font-size: clamp(0.95rem, 1.02vw, 1.12rem);
  line-height: 1.35;
}

.gvh-trust-pets {
  display: block;
  width: min(48%, 300px);
  height: auto;
  margin: 28px 0 0 auto;
  filter: drop-shadow(0 16px 22px rgba(0, 63, 40, 0.12));
  object-fit: contain;
  object-position: right bottom;
}

.gvh-appointment-section {
  padding: clamp(46px, 5vw, 72px) clamp(24px, 5vw, 72px) clamp(48px, 5vw, 76px);
  background:
    radial-gradient(circle at 12% 10%, rgba(223, 241, 215, 0.48), transparent 16%),
    linear-gradient(180deg, #fffdf7 0%, var(--cream) 100%);
  scroll-margin-top: 130px;
}

.gvh-appointment-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 3vw, 44px);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(232, 246, 223, 0.82), rgba(255, 253, 247, 0.78));
  box-shadow: 0 20px 56px rgba(0, 63, 40, 0.08);
}

.gvh-appointment-copy {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 14px;
}

.gvh-appointment-copy h2 {
  max-width: 640px;
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.8rem, 4vw, 4.85rem);
  font-weight: 800;
  line-height: 1.02;
}

.gvh-appointment-copy h2 span {
  color: var(--gold);
}

.gvh-appointment-copy > p {
  margin: 12px 0 0;
  color: #243e5b;
  font-size: clamp(1.25rem, 1.45vw, 1.65rem);
  line-height: 1.2;
}

.gvh-appointment-copy img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 500px);
  height: auto;
  margin: clamp(18px, 2vw, 28px) auto 0;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 63, 40, 0.12));
}

.gvh-appointment-copy::before,
.gvh-appointment-copy::after {
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-radius: 999px 999px 0 0;
  background: rgba(115, 203, 97, 0.18);
  content: "";
  pointer-events: none;
}

.gvh-appointment-copy::before {
  left: -6%;
  width: 48%;
  height: 27%;
}

.gvh-appointment-copy::after {
  left: 17%;
  width: 66%;
  height: 17%;
  background: rgba(115, 203, 97, 0.24);
}

.gvh-appointment-form {
  position: relative;
  min-width: 0;
  align-self: start;
  padding: clamp(24px, 2.5vw, 34px);
  border: 1px solid rgba(0, 84, 47, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 38px rgba(0, 63, 40, 0.08);
}

.gvh-form-heading h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.gvh-form-heading p {
  margin: 8px 0 22px;
  color: #243e5b;
  font-size: clamp(1rem, 1.12vw, 1.25rem);
}

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

.gvh-form-grid label {
  display: grid;
  gap: 8px;
  color: var(--green-dark);
  font-weight: 800;
}

.gvh-form-grid input,
.gvh-form-grid select {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(17, 40, 32, 0.2);
  border-radius: 6px;
  color: #344054;
  background: #fff;
  font: inherit;
  font-weight: 500;
}

.gvh-form-grid input:focus,
.gvh-form-grid select:focus {
  border-color: var(--green);
  outline: 3px solid rgba(0, 99, 56, 0.14);
}

.gvh-form-grid small {
  color: #b42318;
  font-weight: 700;
}

.gvh-submit-appointment {
  width: 100%;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #0b743e, var(--green-dark));
  box-shadow: 0 14px 28px rgba(0, 84, 47, 0.22);
  cursor: pointer;
  font-size: clamp(1.05rem, 1.35vw, 1.45rem);
  font-weight: 800;
}

.gvh-submit-appointment:hover {
  background: linear-gradient(135deg, #086236, #002f1f);
}

.gvh-form-note,
.gvh-form-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 18px 0 0;
  color: #243e5b;
  font-weight: 600;
}

.gvh-form-note span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: 800;
}

.gvh-form-success {
  justify-content: flex-start;
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--green-dark);
  background: #e8f6df;
}

.gvh-how-it-works {
  width: min(1420px, 100%);
  margin: 34px auto 0;
  text-align: center;
}

.gvh-how-it-works h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 34px;
  color: var(--green-dark);
  font-size: clamp(2.35rem, 3.1vw, 3.7rem);
  font-weight: 800;
}

.gvh-how-it-works h2::after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 58px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
  transform: translateX(-50%);
}

.gvh-process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.gvh-process-steps article {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.gvh-process-steps article:not(:last-child)::after {
  position: absolute;
  top: 45px;
  left: calc(50% + 52px);
  width: calc(100% - 82px);
  border-top: 3px dashed rgba(95, 181, 76, 0.75);
  content: "";
}

.gvh-process-steps span {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: linear-gradient(135deg, #edf8e7, #d9efce);
}

.gvh-process-steps svg {
  width: 45px;
  height: 45px;
}

.gvh-process-steps h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1rem, 1.22vw, 1.35rem);
  font-weight: 800;
  line-height: 1.05;
}

.gvh-process-steps p {
  max-width: 190px;
  margin: 0;
  color: #243e5b;
  font-size: clamp(0.94rem, 1vw, 1.1rem);
  line-height: 1.2;
}

.gvh-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1540px, 100%);
  margin: 30px auto 0;
}

.gvh-testimonials article {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, 38%);
  gap: 18px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(0, 84, 47, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 28px rgba(0, 63, 40, 0.08);
}

.gvh-testimonials article > div {
  min-width: 0;
  align-self: center;
}

.gvh-stars {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 1.18rem;
  letter-spacing: 0.08em;
}

.gvh-testimonials blockquote {
  margin: 0 0 14px;
  color: #16364b;
  font-size: clamp(0.9rem, 0.96vw, 1.05rem);
  line-height: 1.32;
}

.gvh-testimonials strong {
  color: var(--green-dark);
  font-weight: 800;
}

.gvh-testimonials img {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 146px;
  object-fit: cover;
  object-position: 64% center;
  border-radius: 7px;
}

.gvh-location-section {
  padding: clamp(54px, 6vw, 86px) clamp(24px, 5vw, 72px);
  background:
    radial-gradient(circle at 82% 15%, rgba(247, 183, 0, 0.09), transparent 18%),
    linear-gradient(180deg, var(--cream) 0%, #fffdf7 100%);
  scroll-margin-top: 130px;
}

.gvh-location-intro {
  max-width: 880px;
  margin: 0 auto 34px;
  text-align: center;
}

.gvh-location-intro h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(2.35rem, 3.8vw, 4.6rem);
  font-weight: 800;
  line-height: 1;
}

.gvh-location-intro > p:last-child {
  max-width: 780px;
  margin: 18px auto 0;
  color: #14394a;
  font-size: clamp(1rem, 1.22vw, 1.25rem);
  line-height: 1.45;
}

.gvh-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 60fr) minmax(340px, 40fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: stretch;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.gvh-map-card,
.gvh-location-card {
  border: 1px solid rgba(0, 84, 47, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(0, 63, 40, 0.09);
}

.gvh-map-card {
  position: relative;
  min-height: clamp(400px, 33vw, 500px);
  overflow: hidden;
}

.gvh-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 28px;
  color: var(--green-dark);
  background:
    linear-gradient(135deg, rgba(223, 241, 215, 0.78), rgba(255, 253, 247, 0.88)),
    repeating-linear-gradient(45deg, rgba(0, 99, 56, 0.06) 0 1px, transparent 1px 18px);
  text-align: center;
}

.gvh-map-fallback span {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 63, 40, 0.1);
}

.gvh-map-fallback svg {
  width: 42px;
  height: 42px;
}

.gvh-map-fallback strong {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 800;
}

.gvh-map-fallback small {
  max-width: 440px;
  color: #14394a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.gvh-map-card iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.gvh-map-card.gvh-map-loaded iframe {
  opacity: 1;
}

.gvh-location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 40px);
}

.gvh-location-badge,
.gvh-location-detail span {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: linear-gradient(135deg, #edf8e7, #d9efce);
}

.gvh-location-badge {
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
}

.gvh-location-badge svg {
  width: 38px;
  height: 38px;
}

.gvh-location-card h3 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.75rem, 2.1vw, 2.55rem);
  font-weight: 800;
  line-height: 1.05;
}

.gvh-location-card address {
  margin: 18px 0 0;
  color: #14394a;
  font-size: clamp(1.08rem, 1.25vw, 1.28rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.gvh-location-detail {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 22px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(223, 241, 215, 0.58);
}

.gvh-location-detail span {
  width: 54px;
  height: 54px;
}

.gvh-location-detail p {
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
  line-height: 1.25;
}

.gvh-location-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.gvh-copy-address,
.gvh-directions-button,
.gvh-open-map-link {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  font-weight: 800;
}

.gvh-copy-address {
  border: 2px solid var(--green);
  color: var(--green);
  background: #fff;
  cursor: pointer;
}

.gvh-copy-address:hover {
  background: #eef8e8;
}

.gvh-directions-button {
  color: #fff;
  background: linear-gradient(135deg, #0b743e, var(--green-dark));
  box-shadow: 0 14px 28px rgba(0, 84, 47, 0.2);
}

.gvh-directions-button:hover {
  background: linear-gradient(135deg, #086236, #002f1f);
}

.gvh-open-map-link {
  color: var(--green-dark);
  background: rgba(247, 183, 0, 0.18);
}

.gvh-copy-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 800;
  text-align: center;
}

.gvh-footer {
  display: grid;
  place-items: center;
  padding: 18px 24px;
  color: var(--cream-light);
  background: var(--green-dark);
  text-align: center;
}

.gvh-footer p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .gvh-header {
    grid-template-columns: minmax(180px, 220px) 1fr auto;
    gap: 14px;
    padding: 8px 28px;
  }

  .gvh-brand img {
    width: min(100%, 210px);
  }

  .gvh-nav {
    gap: 18px;
    font-size: 0.88rem;
  }

  .gvh-actions {
    justify-content: flex-end;
  }

  .gvh-hero-grid {
    grid-template-columns: minmax(380px, 48%) minmax(360px, 52%);
    width: min(1160px, calc(100% - 48px));
    min-height: 760px;
    padding-bottom: 64px;
  }

  .gvh-hero h1 {
    font-size: clamp(3.2rem, 5.2vw, 4.8rem);
  }

  .gvh-benefits {
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    max-width: 520px;
  }

  .gvh-heart-note {
    right: 0;
    bottom: 10%;
  }

  .gvh-services-shell {
    grid-template-columns: 1fr;
  }

  .gvh-trust-panel {
    padding-top: 36px;
    padding-left: 0;
    border-top: 1px solid rgba(0, 99, 56, 0.16);
    border-left: 0;
  }

  .gvh-trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .gvh-trust-pets {
    width: min(30%, 240px);
  }

  .gvh-appointment-panel {
    grid-template-columns: 1fr;
  }

  .gvh-appointment-copy {
    min-height: 0;
  }

  .gvh-appointment-copy img {
    width: min(500px, 84%);
    transform: none;
  }

  .gvh-process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .gvh-process-steps article::after {
    display: none;
  }

  .gvh-testimonials {
    grid-template-columns: 1fr;
  }

  .gvh-testimonials article {
    min-height: 164px;
  }

  .gvh-location-grid {
    grid-template-columns: minmax(0, 58fr) minmax(300px, 42fr);
  }
}

@media (max-width: 900px) {
  .gvh-header {
    position: sticky;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 8px 14px;
    border-radius: 0 0 22px 22px;
  }

  .gvh-brand img {
    width: min(224px, 58vw);
    margin: 0;
  }

  .gvh-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(0, 84, 47, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(0, 63, 40, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .gvh-menu-open .gvh-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .gvh-nav a,
  .gvh-mobile-book {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 10px;
    white-space: normal;
  }

  .gvh-nav a:hover,
  .gvh-nav .active {
    background: var(--green-soft);
  }

  .gvh-nav a::after {
    display: none;
  }

  .gvh-mobile-book {
    color: #fff;
    background: linear-gradient(135deg, #0b743e, var(--green));
  }

  .gvh-actions {
    gap: 6px;
  }

  .gvh-book {
    display: none;
  }

  .gvh-menu-toggle {
    display: grid;
  }

  .gvh-hero {
    min-height: auto;
    background-position: 62% bottom;
  }

  .gvh-hero::before {
    background: linear-gradient(180deg, rgba(255, 248, 235, 0.96) 0%, rgba(255, 248, 235, 0.88) 55%, rgba(255, 248, 235, 0.24) 100%);
  }

  .gvh-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    width: min(720px, calc(100% - 28px));
    padding: 42px 0 46px;
  }

  .gvh-hero-copy {
    justify-self: center;
    text-align: center;
  }

  .gvh-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }

  .gvh-cta-row {
    justify-content: center;
  }

  .gvh-primary-cta,
  .gvh-secondary-cta {
    min-height: 58px;
  }

  .gvh-benefits {
    margin-left: auto;
    margin-right: auto;
  }

  .gvh-hero-visual {
    min-height: 340px;
    margin-top: 28px;
  }

  .gvh-wall-script,
  .gvh-visual-brand {
    display: none;
  }

  .gvh-heart-note {
    right: 4%;
    bottom: 8%;
    width: 156px;
    height: 156px;
    font-size: 0.95rem;
  }

  .gvh-services-section {
    padding: 46px 18px;
  }

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

  .gvh-service-card {
    min-height: 184px;
    padding: 20px 16px;
  }

  .gvh-trust-list {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .gvh-trust-list article {
    padding: 14px;
    border: 1px solid rgba(0, 84, 47, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
  }

  .gvh-trust-panel h2 {
    text-align: center;
  }

  .gvh-trust-panel h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .gvh-trust-pets {
    display: block;
    width: min(430px, 88%);
    margin: 28px auto 0;
  }

  .gvh-appointment-section {
    padding: 42px 18px;
  }

  .gvh-appointment-panel {
    gap: 24px;
    padding: 24px 18px;
  }

  .gvh-appointment-copy {
    min-height: 0;
    text-align: center;
  }

  .gvh-appointment-copy img {
    width: min(100%, 430px);
  }

  .gvh-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gvh-form-grid input,
  .gvh-form-grid select {
    min-height: 52px;
    font-size: 1rem;
  }

  .gvh-form-note,
  .gvh-form-success {
    align-items: flex-start;
    text-align: left;
  }

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

  .gvh-process-steps article {
    padding: 18px 14px;
    border: 1px solid rgba(0, 84, 47, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.58);
  }

  .gvh-testimonials article {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 34%);
  }

  .gvh-testimonials img {
    width: 100%;
    height: 100%;
    min-height: 126px;
  }

  .gvh-location-section {
    padding: 48px 18px;
  }

  .gvh-location-grid {
    grid-template-columns: 1fr;
  }

  .gvh-map-card {
    min-height: 360px;
  }

  .gvh-location-card {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .gvh-header {
    padding: 8px 12px;
  }

  .gvh-brand img {
    width: min(190px, 52vw);
  }

  .gvh-icon-button,
  .gvh-cart,
  .gvh-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .gvh-cart span {
    width: 19px;
    height: 19px;
    font-size: 0.68rem;
  }

  .gvh-nav {
    left: 10px;
    right: 10px;
  }

  .gvh-hero-grid {
    width: min(calc(100% - 24px), 520px);
    padding: 34px 0 38px;
  }

  .gvh-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    line-height: 1.02;
  }

  .gvh-lede {
    font-size: 1rem;
    line-height: 1.45;
  }

  .gvh-primary-cta,
  .gvh-secondary-cta {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
  }

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

  .gvh-benefits span {
    width: 62px;
    height: 62px;
  }

  .gvh-heart-note {
    display: none;
  }

  .gvh-hero-visual {
    min-height: 0;
    margin-top: 0;
  }

  .gvh-service-grid {
    grid-template-columns: 1fr;
  }

  .gvh-section-intro h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
    line-height: 1.03;
  }

  .gvh-section-eyebrow {
    max-width: 100%;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-align: center;
  }

  .gvh-trust-list article {
    grid-template-columns: 62px 1fr;
    gap: 12px;
  }

  .gvh-trust-list span {
    width: 62px;
    height: 62px;
  }

  .gvh-trust-list svg {
    width: 31px;
    height: 31px;
  }

  .gvh-appointment-copy {
    min-height: 0;
  }

  .gvh-appointment-section {
    padding: 36px 14px;
  }

  .gvh-appointment-panel {
    padding: 16px 12px;
  }

  .gvh-appointment-form {
    padding: 18px 14px;
  }

  .gvh-appointment-copy h2 {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
  }

  .gvh-appointment-copy > p {
    font-size: 1.08rem;
  }

  .gvh-submit-appointment {
    min-height: 58px;
    font-size: 1rem;
    padding: 0 14px;
  }

  .gvh-process-steps {
    grid-template-columns: 1fr;
  }

  .gvh-process-steps p {
    max-width: 260px;
  }

  .gvh-testimonials article {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .gvh-testimonials img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .gvh-map-card {
    min-height: 320px;
  }

  .gvh-location-card {
    padding: 22px 18px;
  }

  .gvh-location-detail {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}
