:root {
  --cream: #fff4e9;
  --cream-soft: #fffaf3;
  --green: #2f5d42;
  --green-deep: #244933;
  --sage: #668a70;
  --coral: #d95f70;
  --coral-deep: #c84f61;
  --coral-soft: #f6d5d6;
  --ink: #22382c;
  --muted: #66746a;
  --line: rgba(47, 93, 66, 0.18);
  --paper: rgba(255, 250, 243, 0.86);
  --shadow: 0 20px 50px rgba(52, 67, 57, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 12%, rgba(217, 95, 112, 0.12), transparent 18%),
    radial-gradient(circle at 92% 16%, rgba(47, 93, 66, 0.08), transparent 20%),
    linear-gradient(135deg, #fff1e5 0%, var(--cream-soft) 48%, #f8e7dc 100%);
  font-family: Avenir, "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

body::before,
body::after,
main::before,
main::after {
  content: "";
  position: fixed;
  z-index: -1;
  background: url("assets/pink-paw-print.png") center / contain no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

body::before {
  top: 116px;
  left: 30px;
  width: 185px;
  height: 185px;
  opacity: 0.12;
  transform: rotate(-18deg);
}

body::after {
  right: 28px;
  bottom: 34px;
  width: 190px;
  height: 190px;
  opacity: 0.13;
  transform: rotate(23deg);
}

main::before {
  top: 48%;
  left: 46px;
  width: 138px;
  height: 138px;
  opacity: 0.09;
  transform: rotate(18deg);
}

main::after {
  top: 36%;
  right: 56px;
  width: 138px;
  height: 138px;
  opacity: 0.09;
  transform: rotate(-16deg);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.top-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  padding: 8px clamp(20px, 5vw, 76px);
  color: var(--cream-soft);
  background: var(--green-deep);
}

.top-strip p {
  margin: 0;
  color: #f7d4d8;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1rem, 2vw, 1.34rem);
  font-weight: 700;
}

.quote-heart {
  width: 1cm;
  height: auto;
  transform: translate(-4px, 3px);
  vertical-align: -0.12em;
}

.top-strip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  font-weight: 850;
}

.top-strip-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f7d4d8;
  text-decoration: none;
}

.top-strip-links img {
  width: calc(18px + 0.5cm);
  height: auto;
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 76px);
  border-bottom: 1px solid rgba(47, 93, 66, 0.12);
  background: rgba(255, 244, 233, 0.9);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  grid-column: 2;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-self: center;
  gap: 7px;
  color: var(--green);
  line-height: 0.9;
  text-decoration: none;
}

.brand-script {
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-weight: 700;
}

.brand-script {
  font-size: clamp(2.35rem, 5.6vw, 3.65rem);
  text-shadow: 2px 2px 0 #9db7a4;
}

.brand-amp {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 900;
  text-shadow: 2px 2px 0 #f2c7cd;
}

.brand-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.38rem, 3.1vw, 2.25rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #9db7a4;
}

.site-nav {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-self: end;
  gap: clamp(14px, 2vw, 28px);
  color: var(--green-deep);
  font-weight: 850;
}

.site-nav a {
  position: relative;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: transparent;
}

.site-nav a:not(.nav-cta):hover::after {
  background: var(--coral);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 15px;
  border: 1px solid rgba(217, 95, 112, 0.62);
  border-radius: 999px;
  color: var(--coral-deep);
  background: rgba(255, 250, 243, 0.78);
  box-shadow:
    0 10px 22px rgba(217, 95, 112, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.86) inset;
  font-size: 0.94rem;
}

.nav-toggle {
  display: none;
  grid-column: 3;
  justify-self: end;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream-soft);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--green);
}

.section-band {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

#home,
#services,
#about,
#prices,
#contact {
  scroll-margin-top: 88px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - 88px);
  padding: clamp(38px, 6vw, 70px) clamp(20px, 5vw, 76px) 0;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  justify-self: center;
  width: min(100%, 680px);
  padding-left: clamp(28px, 4vw, 82px);
  padding-bottom: clamp(28px, 5vw, 54px);
  text-align: center;
  transform: translateY(-0.5in);
}

.hero-logo-wrap {
  position: relative;
  width: min(100%, 620px);
  margin: 0 auto;
}

.hero-logo-image {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 74%, rgba(0, 0, 0, 0.66) 86%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 74%, rgba(0, 0, 0, 0.66) 86%, transparent 100%);
}

.hero-image-link {
  position: absolute;
  bottom: 6.2%;
  height: 11.7%;
  border-radius: 8px;
}

.contact-link {
  left: 6.3%;
  width: 34.5%;
}

.services-link {
  right: 5.7%;
  width: 38.5%;
}

.hero-location-map {
  position: relative;
  width: min(100%, 560px);
  margin: 18px auto 0;
}

.hero-location-strip {
  display: block;
  width: 100%;
}

.mobile-coverage-list {
  display: none;
}

.coverage-map-trigger {
  position: absolute;
  top: 0;
  left: 3%;
  width: 17%;
  height: 41%;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.coverage-map-trigger:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.coverage-map-card {
  position: absolute;
  bottom: calc(100% - 10px);
  left: 0;
  z-index: 8;
  width: min(92vw, 380px);
  padding: 12px;
  border: 1px solid rgba(47, 93, 66, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.98);
  box-shadow: 0 18px 40px rgba(52, 67, 57, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.coverage-map-trigger:hover + .coverage-map-card,
.coverage-map-trigger:focus + .coverage-map-card,
.hero-location-map.is-map-open .coverage-map-card {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero-location-map.is-map-open .coverage-map-trigger {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.coverage-map-frame {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: var(--coral-soft);
}

.coverage-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.coverage-map-card p {
  margin: 10px 0 4px;
  color: var(--green-deep);
  font-weight: 850;
}

.coverage-map-card a {
  color: var(--coral-deep);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.eyebrow {
  margin: 12px 0 8px;
  color: var(--coral);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 700;
}

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

h1,
h2,
h3 {
  color: var(--green);
  letter-spacing: 0;
}

h1 {
  max-width: 24ch;
  margin: 0 auto;
  color: var(--green-deep);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.15;
}

h1 span {
  color: var(--coral);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 1.08em;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  text-shadow:
    0.35px 0 var(--green-deep),
    -0.35px 0 var(--green-deep),
    0 0.35px var(--green-deep),
    0 -0.35px var(--green-deep);
}

h3 {
  margin: 0;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 2.18rem;
  line-height: 1;
}

.hero-lede {
  max-width: 48ch;
  margin: 14px auto 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 760;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 24px rgba(47, 93, 66, 0.22);
}

.button.secondary {
  color: var(--coral-deep);
  border-color: rgba(217, 95, 112, 0.5);
  background: rgba(255, 250, 243, 0.64);
}

.button.small {
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 18px;
  background: var(--coral);
  box-shadow: 0 12px 24px rgba(217, 95, 112, 0.2);
}

.hero-visual {
  position: relative;
  min-width: 0;
  align-self: end;
  min-height: 570px;
  transform: translate(-28px, calc(-58px - 1in));
}

.hero-visual img {
  display: block;
  width: min(100%, 600px);
  height: min(63vh, 590px);
  min-height: 480px;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  object-fit: cover;
  object-position: center 24%;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, 0.72) 61%, rgba(0, 0, 0, 0.22) 80%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, 0.72) 61%, rgba(0, 0, 0, 0.22) 80%, transparent 100%);
}

.intro-trust {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(460px, 1.2fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 48px) clamp(20px, 5vw, 76px);
  border-top: 1px solid rgba(47, 93, 66, 0.12);
  border-bottom: 1px solid rgba(47, 93, 66, 0.12);
  background: rgba(255, 250, 243, 0.55);
}

.intro-copy {
  display: grid;
  min-width: 0;
  grid-template-columns: 1fr;
  align-items: start;
}

.intro-copy h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  text-shadow: 2px 2px 0 #9db7a4;
}

.intro-copy p {
  max-width: 52ch;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 650;
}

.intro-photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.photo-preview {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: zoom-in;
}

.photo-thumb {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(49, 59, 52, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.photo-preview:hover .photo-thumb,
.photo-preview:focus-visible .photo-thumb {
  transform: translateY(-2px);
}

.photo-large {
  display: none;
  pointer-events: none;
}

.photo-preview.is-previewing .photo-large {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: min(72vw, 620px);
  max-height: 82vh;
  aspect-ratio: auto;
  object-fit: contain;
  transform: translate(-50%, -50%);
  box-shadow: 0 28px 70px rgba(34, 56, 44, 0.32);
}

.trust-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 30px);
  text-align: center;
}

.trust-icons article {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--green-deep);
  font-size: clamp(0.95rem, 1.4vw, 1.14rem);
  font-weight: 900;
}

.round-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--coral);
}

.trust-icons article:nth-child(even) .round-icon {
  background: var(--green);
}

.location-icon::before {
  content: "";
  width: 25px;
  height: 25px;
  border: 8px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.check-icon::before {
  content: "";
  width: 32px;
  height: 38px;
  background: #fff;
  clip-path: polygon(50% 0, 88% 14%, 82% 76%, 50% 100%, 18% 76%, 12% 14%);
}

.check-icon::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  border-bottom: 5px solid var(--green);
  border-left: 5px solid var(--green);
  transform: rotate(-45deg);
}

.heart-icon::before {
  content: "♥";
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.3rem;
  line-height: 1;
}

.shield-icon::before {
  content: "";
  width: 32px;
  height: 38px;
  background: #fff;
  clip-path: polygon(50% 0, 88% 14%, 82% 76%, 50% 100%, 18% 76%, 12% 14%);
}

.shield-icon::after {
  content: "♥";
  position: absolute;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1;
}

.about,
.prices,
.contact,
.trust-panel {
  padding: clamp(56px, 8vw, 92px) 0;
}

.services,
.about,
.prices,
.contact {
  min-height: calc(100svh - 88px);
}

.prices {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vh, 44px) 0;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.92fr);
  align-items: center;
  justify-items: center;
  gap: clamp(14px, 2.3vw, 28px);
  padding: clamp(22px, 4vw, 40px) 0;
}

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

.section-heading p:not(.eyebrow),
.about-card p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
}

.section-heading.compact {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.services.section-band {
  display: flex;
  align-items: center;
  width: min(1448px, calc(100% - 36px));
  min-height: calc(100svh - 88px);
  padding: clamp(18px, 4vh, 44px) 0;
}

.service-cards-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1448 / 413;
  background: var(--cream-soft);
  overflow: hidden;
}

.service-cards-frame::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background: var(--cream-soft);
}

.service-cards-reference {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-service-list {
  display: none;
}

.junos-adventure {
  padding: clamp(24px, 5vw, 56px) 0 clamp(56px, 8vw, 92px);
}

.junos-adventure-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 22px;
  border-radius: 8px;
}

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

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(217, 95, 112, 0.25);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 18px 40px rgba(49, 59, 52, 0.08);
}

.service-card p {
  color: var(--ink);
  font-weight: 650;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
  padding: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 22px;
}

.service-card li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
}

.icon-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--coral);
}

.paw-icon::before,
.paw-icon::after,
.paw-icon span::before,
.paw-icon span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.paw-icon::before {
  width: 24px;
  height: 20px;
  top: 29px;
  left: 20px;
}

.paw-icon::after {
  width: 11px;
  height: 14px;
  top: 15px;
  left: 12px;
}

.paw-icon span::before {
  width: 12px;
  height: 15px;
  top: 10px;
  left: 26px;
}

.paw-icon span::after {
  width: 11px;
  height: 14px;
  top: 16px;
  left: 42px;
}

.broom-icon span,
.cup-icon span {
  position: relative;
  display: block;
}

.broom-icon span {
  width: 10px;
  height: 42px;
  background: #fff;
  transform: rotate(-25deg);
}

.broom-icon span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -13px;
  width: 36px;
  height: 18px;
  border-radius: 2px 2px 12px 12px;
  background: #fff;
}

.cup-icon span {
  width: 31px;
  height: 24px;
  border: 5px solid #fff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.cup-icon span::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 4px;
  width: 14px;
  height: 13px;
  border: 4px solid #fff;
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

.trust-panel {
  display: none;
}

.about-card {
  max-width: 860px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: var(--shadow);
}

.about-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  margin: 0 auto;
}

.about-photo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 132px);
  border-radius: 8px;
}

.about-photo-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.credential-row,
.quote-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.credential-row span,
.quote-strip span {
  border: 1px dashed rgba(217, 95, 112, 0.42);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--green);
  background: rgba(255, 250, 243, 0.76);
  font-size: 0.9rem;
  font-weight: 850;
}

.quote-strip {
  justify-content: center;
}

.price-list-image {
  display: block;
  width: calc(100% + 2in);
  max-width: calc(100vw - 24px);
  max-height: calc(100svh - 156px);
  margin: 0;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: start;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.contact-methods a {
  width: fit-content;
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration-color: rgba(217, 95, 112, 0.45);
  text-underline-offset: 5px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.82);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(47, 93, 66, 0.22);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 22px clamp(20px, 5vw, 76px);
  color: var(--cream-soft);
  background: var(--green-deep);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .top-strip {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
  }

  .site-header {
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: auto;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-self: auto;
    gap: 0;
    width: calc(100vw - 36px);
    max-width: none;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--cream-soft);
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 8px;
    white-space: normal;
  }

  .site-nav a:not(.nav-cta):hover,
  .site-nav a:not(.nav-cta):focus-visible {
    background: rgba(217, 95, 112, 0.1);
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    width: 100%;
    margin-top: 6px;
    border-radius: 8px;
    background: var(--coral);
    color: #fff;
  }

  .hero,
  .intro-trust,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    padding-bottom: 28px;
  }

  .hero-copy {
    padding-left: 0;
    transform: none;
  }

  .hero-visual {
    min-height: 0;
    max-width: min(100%, 520px);
    justify-self: center;
    transform: translateY(0);
  }

  .hero-visual img {
    height: auto;
    min-height: 0;
    max-height: 560px;
  }

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

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

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

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

  .about-image {
    max-height: none;
    width: 100%;
  }

  .about-photo {
    max-height: none;
    width: 100%;
  }

  .services,
  .about,
  .prices,
  .contact,
  .services.section-band {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    background:
      radial-gradient(circle at 8% 10%, rgba(217, 95, 112, 0.11), transparent 22%),
      linear-gradient(135deg, #fff3e8 0%, var(--cream-soft) 58%, #f8e7dc 100%);
  }

  .section-band {
    width: min(100% - 24px, 1180px);
  }

  .top-strip {
    min-height: 0;
    padding: 7px 12px;
  }

  .top-strip p {
    width: 100%;
    font-size: 0.86rem;
    line-height: 1.25;
    text-align: center;
  }

  .quote-heart {
    width: 24px;
    transform: translate(-2px, 4px);
  }

  .top-strip-links {
    gap: 8px;
    width: auto;
  }

  .top-strip-links img {
    width: 27px;
  }

  .site-header {
    padding: 10px 12px;
  }

  .site-nav {
    left: 12px;
    width: calc(100vw - 24px);
    max-height: calc(100svh - 112px);
    overflow-y: auto;
  }

  .brand-mark {
    gap: 5px;
  }

  .brand-script {
    font-size: clamp(1.58rem, 8.2vw, 1.95rem);
    text-shadow: 1.3px 1.3px 0 #9db7a4;
  }

  .brand-amp {
    font-size: clamp(1.08rem, 5.4vw, 1.4rem);
    text-shadow: 1.3px 1.3px 0 #f2c7cd;
  }

  .brand-serif {
    font-size: clamp(0.78rem, 4.2vw, 1rem);
    text-shadow: 1.3px 1.3px 0 #9db7a4;
  }

  .hero {
    gap: 18px;
    overflow: hidden;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 22px;
  }

  .hero-copy {
    padding-bottom: 10px;
  }

  .hero-logo-wrap {
    width: 100%;
    max-width: 310px;
  }

  .hero-logo-image {
    -webkit-mask-image: radial-gradient(ellipse at center, #000 80%, rgba(0, 0, 0, 0.72) 91%, transparent 100%);
    mask-image: radial-gradient(ellipse at center, #000 80%, rgba(0, 0, 0, 0.72) 91%, transparent 100%);
  }

  .hero-location-map {
    width: 100%;
    max-width: 330px;
    margin-top: 12px;
  }

  .hero-location-strip,
  .coverage-map-trigger {
    display: none;
  }

  .mobile-coverage-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mobile-coverage-list div {
    display: grid;
    justify-items: center;
    gap: 7px;
    min-width: 0;
    color: var(--green-deep);
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.18;
    font-weight: 850;
  }

  .mobile-badge {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 10px 20px rgba(217, 95, 112, 0.18);
  }

  .mobile-coverage-list div:nth-child(even) .mobile-badge {
    background: var(--green);
  }

  .location-badge::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 6px solid #fff;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
  }

  .check-badge::before {
    content: "";
    width: 22px;
    height: 13px;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    transform: rotate(-45deg) translate(2px, -2px);
  }

  .heart-badge::before {
    content: "♥";
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.72rem;
    line-height: 1;
  }

  .paw-badge::before {
    content: "";
    width: 17px;
    height: 14px;
    margin-top: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
      -12px -12px 0 -3px #fff,
      -2px -16px 0 -3px #fff,
      9px -13px 0 -3px #fff;
  }

  .coverage-map-card {
    right: 0;
    left: auto;
    width: min(92vw, 340px);
  }

  .hero-visual {
    width: min(100%, 360px);
  }

  .hero-visual img {
    max-height: 360px;
    object-position: center 26%;
  }

  .hero-actions,
  .top-strip-links {
    width: 100%;
  }

  .button,
  .top-strip-links a {
    width: 100%;
    text-align: center;
  }

  h2 {
    font-size: clamp(1.72rem, 9.4vw, 2.45rem);
    line-height: 1.08;
  }

  .intro-trust {
    gap: 20px;
    padding: 30px 12px;
  }

  .intro-copy h2 {
    text-shadow: 1.3px 1.3px 0 #9db7a4;
  }

  .intro-copy p {
    font-size: 1rem;
  }

  .intro-copy {
    grid-template-columns: 1fr;
  }

  .trust-icons {
    grid-template-columns: 1fr;
  }

  .intro-photos {
    gap: 10px;
  }

  .services.section-band {
    width: min(100% - 16px, 1180px);
    padding: 28px 0;
  }

  .service-cards-frame {
    display: none;
  }

  .mobile-service-list {
    display: grid;
    gap: 12px;
  }

  .mobile-service-list article {
    padding: 18px;
    border-radius: 8px;
    border: 1px solid rgba(217, 95, 112, 0.24);
    background: rgba(255, 250, 243, 0.86);
    box-shadow: 0 16px 38px rgba(52, 67, 57, 0.1);
  }

  .mobile-service-kicker {
    margin: 0 0 6px;
    color: var(--coral-deep);
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 1.42rem;
    font-weight: 700;
  }

  .mobile-service-list h2 {
    font-size: 1.46rem;
    text-shadow: none;
  }

  .mobile-service-list p:last-child {
    margin: 10px 0 0;
    color: var(--ink);
    font-weight: 650;
  }

  .junos-adventure {
    padding: 24px 0 40px;
  }

  .junos-adventure-image {
    margin-top: 0;
    box-shadow: 0 16px 38px rgba(52, 67, 57, 0.12);
  }

  .about {
    gap: 16px;
    padding: 34px 0;
  }

  .prices {
    padding: 34px 0;
  }

  .price-list-image {
    width: 100%;
    max-width: 100%;
    max-height: none;
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(52, 67, 57, 0.12);
  }

  .contact {
    gap: 22px;
    padding: 38px 0 54px;
  }

  .contact-copy p {
    font-size: 1rem;
  }

  .contact-methods a {
    width: 100%;
  }

  .contact-form {
    padding: 18px;
  }

  body::before,
  body::after {
    width: 132px;
    height: 132px;
  }

  main::before,
  main::after {
    width: 96px;
    height: 96px;
  }
}

@media (hover: none), (pointer: coarse) {
  .photo-preview {
    cursor: default;
  }

  .photo-preview.is-previewing .photo-large {
    display: none;
  }
}
