:root {
  --teal-900: #064d52;
  --teal-700: #08777c;
  --teal-500: #10aeb2;
  --turquoise: #46d7d0;
  --mint: #dffbf7;
  --aqua: #effdfb;
  --ink: #10292d;
  --muted: #5d7477;
  --line: #d8f0ed;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(5, 77, 82, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f5fffd 0%, #ffffff 42%, #f0fcfa 100%);
  overflow-x: hidden;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(216, 240, 237, 0.9);
  backdrop-filter: blur(18px);
}

.site-header,
.brand,
.nav-links a,
.header-call {
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 215px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--white);
  border-radius: 14px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.btn svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.brand strong {
  display: block;
  color: var(--teal-900);
  font-size: 0.98rem;
  line-height: 1.05;
}

.brand small {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.73rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.nav-links a:hover,
.header-call:hover {
  color: var(--teal-700);
}

.header-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(6, 77, 82, 0.1);
}

.header-call {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-900);
  font-weight: 800;
  white-space: nowrap;
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(42px, 6vw, 82px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 64px);
}

.hero-content {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-700);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  margin: 0;
  color: var(--teal-900);
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  color: var(--teal-900);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--teal-900);
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  margin: 22px 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.7;
}

.offer-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 12px 16px;
  border: 1px solid rgba(70, 215, 208, 0.7);
  border-radius: 20px;
  color: var(--teal-900);
  background: var(--mint);
  box-shadow: 0 14px 30px rgba(16, 174, 178, 0.16);
}

.offer-strip span {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--white);
  background: var(--teal-700);
  border-radius: 12px;
  font-weight: 900;
}

.offer-strip strong {
  font-size: clamp(0.95rem, 2vw, 1.12rem);
}

.hero-actions,
.dental-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 900;
  transform: translateY(0) scale(1);
  transition: transform 190ms ease, box-shadow 190ms ease, background 190ms ease, color 190ms ease, border-color 190ms ease;
}

.btn:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 18px 42px rgba(8, 119, 124, 0.22);
}

.btn:active {
  transform: translateY(-1px) scale(0.985);
  box-shadow: 0 10px 24px rgba(8, 119, 124, 0.18);
}

.btn:focus-visible,
.google-review-btn:focus-visible,
.contact-review-link:focus-visible,
.mobile-cta a:focus-visible {
  outline: 3px solid rgba(70, 215, 208, 0.55);
  outline-offset: 3px;
}

.btn-primary {
  color: var(--white);
  background: var(--teal-700);
  box-shadow: 0 16px 36px rgba(8, 119, 124, 0.26);
}

.btn-primary:hover {
  background: var(--teal-900);
}

.btn-secondary {
  color: var(--teal-900);
  background: var(--white);
  border: 1px solid var(--line);
}

.btn-secondary:hover {
  border-color: var(--turquoise);
  background: var(--aqua);
}

.btn-info {
  border-color: rgba(70, 215, 208, 0.72);
  color: var(--teal-900);
  background: linear-gradient(135deg, var(--white), var(--mint));
  box-shadow: 0 12px 30px rgba(16, 174, 178, 0.12);
}

.btn-info:hover {
  border-color: var(--turquoise);
  background: linear-gradient(135deg, var(--aqua), var(--mint));
  box-shadow: 0 18px 42px rgba(16, 174, 178, 0.22);
}

.micro-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-media {
  position: relative;
  align-self: stretch;
  min-height: 520px;
  transition: transform 260ms ease;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow);
  transition: transform 420ms ease, box-shadow 260ms ease;
  will-change: transform;
}

.hero-media:hover .hero-photo {
  transform: scale(1.018);
  box-shadow: 0 28px 70px rgba(5, 77, 82, 0.18);
}

.van-photo {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: min(220px, 42%);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 6px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(6, 77, 82, 0.2);
  transition: transform 320ms ease, box-shadow 260ms ease;
  animation: vanFloat 5.5s ease-in-out infinite;
}

.hero-media:hover .van-photo {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 22px 48px rgba(6, 77, 82, 0.24);
}

.hero-badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: min(260px, calc(100% - 48px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 38px rgba(6, 77, 82, 0.16);
  backdrop-filter: blur(12px);
}

.hero-badge strong,
.hero-badge span {
  display: block;
}

.hero-badge strong {
  color: var(--teal-900);
  margin-bottom: 4px;
}

.hero-badge span {
  color: var(--muted);
  font-weight: 700;
}

.combo,
.dental,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 72px);
  padding: clamp(24px, 4vw, 44px);
  border-radius: 28px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-900), var(--teal-700) 55%, #17bdba);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, background 260ms ease;
}

.combo:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, var(--teal-900), var(--teal-700) 48%, var(--turquoise));
  box-shadow: 0 26px 70px rgba(5, 77, 82, 0.2);
}

.contact {
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 430px);
}

.combo .eyebrow,
.contact .eyebrow {
  color: var(--mint);
}

.combo h2,
.contact h2,
.contact p {
  color: var(--white);
}

.combo-note {
  margin: 12px 0 0;
  color: var(--mint);
  font-weight: 700;
  line-height: 1.5;
}

.offer-emphasis {
  display: inline-block;
  color: var(--white);
  transition: transform 220ms ease, color 220ms ease, text-shadow 220ms ease;
}

.combo:hover .offer-strip span,
.combo:hover .btn-primary {
  transform: scale(1.02);
}

.combo:hover .offer-emphasis {
  transform: scale(1.04);
  color: var(--mint);
  text-shadow: 0 8px 24px rgba(223, 251, 247, 0.28);
}

.combo .btn-primary,
.contact .btn-primary {
  color: var(--teal-900);
  background: var(--white);
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 28px;
}

.steps-grid,
.review-grid {
  display: grid;
  gap: 16px;
}

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

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

.step-card,
.package-card,
blockquote,
figure,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(6, 77, 82, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

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

.step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(70, 215, 208, 0.8);
  box-shadow: 0 20px 46px rgba(6, 77, 82, 0.14);
}

.step-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  color: var(--white);
  background: var(--teal-700);
  font-weight: 900;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.step-card:hover span {
  transform: scale(1.08);
  background: var(--teal-500);
  box-shadow: 0 10px 24px rgba(16, 174, 178, 0.28);
}

.step-card h3 {
  font-size: 1.02rem;
  line-height: 1.28;
}

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

.package-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  height: 100%;
  min-height: 100%;
  padding: 24px;
  align-content: start;
}

.package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(70, 215, 208, 0.86);
  box-shadow: 0 22px 52px rgba(6, 77, 82, 0.15);
}

.package-card-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-900), var(--teal-700));
}

.package-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  color: var(--teal-900);
  background: var(--mint);
  font-weight: 900;
  font-size: 1.35rem;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.package-icon-grooming {
  background: #fff2c2;
}

.package-icon-bath {
  background: #eef3f5;
}

.package-icon-dental {
  background: var(--mint);
}

.package-card:hover .package-icon,
.package-card:hover .package-note {
  transform: translateY(-1px) scale(1.04);
  box-shadow: 0 10px 24px rgba(16, 174, 178, 0.2);
}

.package-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.package-card h3 {
  font-size: 1.22rem;
}

.package-label {
  display: inline-flex;
  width: fit-content;
  margin: 12px 0 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--aqua);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card .package-label + p {
  margin-top: 12px;
}

.package-card-primary h3,
.package-card-primary p {
  color: var(--white);
}

.package-card-primary .package-note {
  color: var(--teal-900);
  background: var(--white);
}

.package-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--mint);
  font-size: 0.84rem;
  font-weight: 900;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.service-note {
  max-width: 980px;
  margin: 18px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(6, 77, 82, 0.06);
  font-size: 0.94rem;
  line-height: 1.55;
}

.gallery-section {
  background: var(--aqua);
}

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

figure {
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}

figure:hover {
  transform: translateY(-4px);
  border-color: rgba(70, 215, 208, 0.8);
  box-shadow: 0 22px 52px rgba(6, 77, 82, 0.14);
}

figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center top;
  background: linear-gradient(180deg, var(--mint), var(--white));
  transition: transform 420ms ease;
  transform-origin: center center;
}

figure:hover img {
  transform: scale(1.035);
}

figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 16px 18px 18px;
  color: var(--teal-900);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.dental {
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.75fr);
  color: var(--ink);
  background: var(--white);
}

.dental p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.dental img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: var(--mint);
  border-radius: 24px;
}

.dental-points span {
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--mint);
  font-weight: 900;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-list span {
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--white);
  font-weight: 800;
  cursor: default;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.area-list span:hover {
  transform: translateY(-2px);
  color: var(--white);
  border-color: var(--teal-500);
  background: linear-gradient(135deg, var(--teal-700), var(--turquoise));
  box-shadow: 0 14px 30px rgba(8, 119, 124, 0.22);
}

.reviews {
  padding-top: 0;
}

.google-rating {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(70, 215, 208, 0.55);
  border-radius: 22px;
  color: var(--teal-900);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(6, 77, 82, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.google-rating:hover,
blockquote:hover,
.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(70, 215, 208, 0.78);
  box-shadow: 0 22px 52px rgba(6, 77, 82, 0.14);
}

.google-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 0 20px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(6, 77, 82, 0.08);
  transform: translateY(0) scale(1);
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease, background 190ms ease;
}

.google-review-btn:hover,
.contact-review-link:hover {
  transform: translateY(-3px) scale(1.012);
  border-color: var(--turquoise);
  background: var(--aqua);
  box-shadow: 0 16px 34px rgba(8, 119, 124, 0.16);
}

.google-review-btn:active,
.contact-review-link:active {
  transform: translateY(-1px) scale(0.99);
}

.rating-score {
  display: grid;
  place-items: center;
  width: 148px;
  height: 62px;
  border-radius: 18px;
  color: var(--white);
  background: var(--teal-700);
  font-size: 1.05rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.google-rating:hover .rating-score {
  transform: scale(1.035);
  background: var(--teal-500);
  box-shadow: 0 10px 24px rgba(16, 174, 178, 0.26);
}

blockquote:hover cite span {
  color: var(--teal-700);
}

.google-rating strong,
.google-rating span {
  display: block;
}

.google-rating strong {
  font-size: 1.08rem;
}

.google-rating span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 700;
}

blockquote {
  margin: 0;
  padding: 26px;
}

blockquote p {
  margin: 0 0 20px;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.65;
}

cite {
  display: grid;
  gap: 4px;
  color: var(--teal-700);
  font-style: normal;
  font-weight: 900;
}

cite span {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.contact {
  margin-bottom: 92px;
}

.contact > div:first-child {
  max-width: 720px;
}

.contact h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  line-height: 1.06;
}

.contact p {
  margin: 14px 0 0;
  max-width: 620px;
  line-height: 1.6;
}

.contact-card {
  display: grid;
  gap: 10px;
  min-width: min(410px, 100%);
  padding: 20px;
  color: var(--teal-900);
}

.contact-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center top;
  background: var(--mint);
  border-radius: 16px;
}

.contact-card a,
.contact-card span {
  padding: 13px 14px;
  border-radius: 14px;
  background: var(--aqua);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-card .contact-review-link {
  color: var(--teal-900);
  background: var(--white);
  border: 1px solid var(--line);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.request-section {
  padding-top: clamp(58px, 8vw, 96px);
}

.request-subtitle {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.request-form {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(70, 215, 208, 0.42);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 60px rgba(6, 77, 82, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.request-form:hover {
  transform: translateY(-3px);
  border-color: rgba(70, 215, 208, 0.78);
  box-shadow: 0 28px 70px rgba(6, 77, 82, 0.15);
}

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

.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field span,
.chip-group legend {
  color: var(--teal-900);
  font-size: 0.92rem;
  font-weight: 900;
}

.combo-service-note {
  display: none;
  width: fit-content;
  margin-top: 2px;
  padding: 9px 11px;
  border: 1px solid rgba(70, 215, 208, 0.58);
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--mint);
  font-size: 0.86rem;
  font-weight: 900;
}

.request-form:has(select[name="service"] option:checked[value="Combo Full Grooming + Dental — 20% OFF"]) .combo-service-note {
  display: inline-flex;
}

.form-field strong {
  color: var(--teal-700);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: var(--aqua);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--teal-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(70, 215, 208, 0.18);
}

.form-has-error .form-field input:required:invalid,
.form-has-error .form-field select:required:invalid {
  border-color: #d66b6b;
  box-shadow: 0 0 0 4px rgba(214, 107, 107, 0.12);
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.chip-group legend {
  flex: 0 0 100%;
  margin-bottom: 2px;
}

.chip-group label {
  cursor: pointer;
}

.chip-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.chip-group span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--teal-900);
  background: var(--white);
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.chip-group label:hover span {
  transform: translateY(-2px);
  border-color: var(--turquoise);
  box-shadow: 0 12px 24px rgba(6, 77, 82, 0.1);
}

.chip-group input:checked + span {
  color: var(--white);
  border-color: var(--teal-500);
  background: linear-gradient(135deg, var(--teal-700), var(--teal-500));
  box-shadow: 0 12px 28px rgba(8, 119, 124, 0.2);
}

.chip-group input:focus-visible + span {
  outline: 3px solid rgba(70, 215, 208, 0.5);
  outline-offset: 3px;
}

.form-error {
  min-height: 22px;
  margin: 0;
  color: #a94747;
  font-size: 0.94rem;
  font-weight: 800;
}

.form-submit {
  justify-self: center;
  width: min(100%, 430px);
  min-height: 58px;
  font-size: 1.04rem;
  box-shadow: 0 18px 44px rgba(8, 119, 124, 0.28);
}

.mobile-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 12px;
  z-index: 12;
  display: none;
  padding: 8px;
  border: 1px solid rgba(216, 240, 237, 0.95);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 44px rgba(6, 77, 82, 0.2);
  backdrop-filter: blur(14px);
}

.mobile-cta a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-700), var(--teal-500));
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: mobilePulse 4.5s ease-in-out infinite;
}

.mobile-cta a:active {
  transform: scale(0.985);
}

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

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

@keyframes vanFloat {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -4px;
  }
}

@keyframes mobilePulse {
  0%,
  72%,
  100% {
    box-shadow: 0 16px 44px rgba(6, 77, 82, 0.2);
  }
  82% {
    box-shadow: 0 16px 44px rgba(6, 77, 82, 0.2), 0 0 0 8px rgba(70, 215, 208, 0.16);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .combo,
  .dental,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-media {
    min-height: 420px;
  }

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

  .package-grid,
  .package-card-primary {
    grid-column: auto;
  }

  .combo .btn {
    width: fit-content;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 86px;
  }

  .site-header {
    position: static;
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .header-call {
    display: none;
  }

  .hero {
    gap: 22px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  h1 {
    font-size: clamp(2.05rem, 9.5vw, 2.65rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .hero-media {
    min-height: 210px;
  }

  .hero-photo {
    border-radius: 24px;
  }

  .van-photo {
    right: 14px;
    bottom: 14px;
    width: min(150px, 44%);
    border-width: 4px;
    border-radius: 18px;
  }

  .hero-copy {
    margin: 14px 0;
    line-height: 1.52;
  }

  .offer-strip {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    min-height: 48px;
    padding: 12px 12px;
    font-size: 0.9rem;
  }

  .btn svg {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
  }

  .btn,
  .hero-actions a {
    width: 100%;
  }

  .micro-note {
    margin-top: 10px;
    font-size: 0.84rem;
  }

  .combo,
  .dental,
  .contact {
    margin-inline: 14px;
    border-radius: 24px;
  }

  .steps-grid,
  .package-grid,
  .review-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: auto;
  }

  .package-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .package-card-primary {
    grid-column: auto;
  }

  .google-rating {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .rating-score {
    width: 100%;
  }

  .contact {
    margin-bottom: 22px;
  }

  .contact-card {
    min-width: 0;
  }

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

  .request-form {
    gap: 16px;
  }

  .form-submit {
    width: 100%;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 92px;
  }

  .site-header {
    position: static;
    align-items: center;
    padding: 14px 18px;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    display: none;
  }

  .header-call {
    display: none;
  }

  .hero,
  .combo,
  .dental,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 24px;
    padding: 28px 18px 28px;
  }

  h1 {
    font-size: clamp(2.05rem, 9vw, 3rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.8rem, 7vw, 2.55rem);
    line-height: 1.08;
  }

  .hero-copy {
    margin: 16px 0;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    min-height: 50px;
  }

  .hero-media {
    min-height: 320px;
  }

  .hero-media:hover .hero-photo,
  figure:hover img {
    transform: scale(1.012);
  }

  .step-card:hover,
  .package-card:hover,
  figure:hover,
  .google-rating:hover,
  blockquote:hover,
  .contact-card:hover {
    transform: translateY(-2px);
  }

  .hero-photo {
    object-fit: contain;
    object-position: center top;
    background: var(--mint);
  }

  .van-photo {
    right: 14px;
    bottom: 14px;
    width: min(150px, 42%);
  }

  .combo,
  .dental,
  .contact {
    margin-inline: 16px;
  }

  .combo .btn {
    width: 100%;
  }

  .steps-grid,
  .package-grid,
  .gallery-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .package-card {
    min-height: auto;
  }

  .package-card {
    grid-template-columns: 1fr;
  }

  figure img,
  .dental img,
  .contact-photo {
    object-fit: contain;
    object-position: center top;
  }

  .area-list {
    gap: 10px;
  }

  .area-list span {
    padding: 11px 14px;
  }

  .google-rating {
    width: 100%;
  }

  .google-review-btn {
    width: 100%;
  }

  .contact {
    margin-bottom: 26px;
  }

  .contact-card {
    min-width: 0;
  }

  .chip-group {
    gap: 8px;
  }

  .chip-group span {
    min-height: 44px;
    padding: 10px 13px;
    font-size: 0.92rem;
  }

  .request-section {
    padding-bottom: 62px;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 480px) {
  body {
    padding-bottom: 100px;
  }

  .brand strong {
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .hero {
    padding-inline: 14px;
  }

  h1 {
    font-size: clamp(1.95rem, 10vw, 2.45rem);
  }

  .offer-strip {
    width: 100%;
  }

  .offer-strip span,
  .offer-strip strong {
    width: 100%;
  }

  .hero-media {
    min-height: 260px;
  }

  .van-photo {
    width: min(128px, 46%);
  }

  .section {
    padding: 48px 14px;
  }

  .combo,
  .dental,
  .contact {
    margin-inline: 14px;
    padding: 22px;
  }

  .step-card,
  .package-card,
  blockquote,
  .contact-card {
    padding: 20px;
  }

  .rating-score {
    font-size: 0.98rem;
  }

  .mobile-cta {
    left: 12px;
    right: 12px;
  }
}

@media (max-width: 768px) {
  .site-header {
    box-shadow: 0 10px 28px rgba(6, 77, 82, 0.06);
  }

  .hero {
    gap: 26px;
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .hero-content {
    max-width: 100%;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-media {
    display: grid;
    gap: 12px;
    min-height: 0;
    align-self: auto;
  }

  .hero-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    border-radius: 26px;
  }

  .van-photo {
    right: 12px;
    bottom: 80px;
    width: min(142px, 38%);
    border-width: 4px;
    border-radius: 18px;
    animation-duration: 6.5s;
  }

  .hero-badge {
    position: static;
    width: 100%;
    padding: 14px 16px;
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.94);
  }

  .offer-strip,
  .combo,
  .dental,
  .contact,
  .step-card,
  .package-card,
  figure,
  blockquote,
  .contact-card,
  .google-rating {
    border-radius: 22px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .step-card,
  .package-card,
  blockquote {
    box-shadow: 0 12px 30px rgba(6, 77, 82, 0.08);
  }

  .package-card {
    gap: 14px;
  }

  .gallery-grid {
    gap: 16px;
  }

  figure img {
    aspect-ratio: 4 / 4.7;
  }

  figcaption {
    min-height: 56px;
    padding: 14px 16px 16px;
  }

  .dental-points {
    gap: 8px;
  }

  .area-list span {
    font-size: 0.92rem;
  }

  .contact {
    gap: 20px;
  }

  .contact h2 {
    font-size: clamp(1.9rem, 7vw, 2.55rem);
  }

  .contact-photo {
    aspect-ratio: 4 / 3.2;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 20px;
    padding-inline: 14px;
  }

  .hero-photo {
    aspect-ratio: 1 / 1;
    border-radius: 24px;
  }

  .van-photo {
    bottom: 76px;
    right: 10px;
    width: min(118px, 36%);
    border-width: 3px;
    border-radius: 16px;
  }

  .hero-badge {
    padding: 13px 14px;
    border-radius: 20px;
  }

  .btn {
    min-height: 52px;
    font-size: 0.94rem;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .package-icon,
  .step-card span {
    width: 48px;
    height: 48px;
  }

  figure img {
    aspect-ratio: 1 / 1.12;
  }

  .contact-card a,
  .contact-card span {
    padding: 14px;
  }

  .request-form {
    padding: 20px;
    border-radius: 24px;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
