:root {
  --ink: #164f5d;
  --teal: #287f94;
  --aqua: #62dce8;
  --soft: #a8edf3;
  --sky: #dff9fc;
  --gold: #f2b744;
  --paper: #f8fdfd;
  --white: #ffffff;
  --line: rgba(22, 79, 93, 0.2);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

[id] { scroll-margin-top: 110px; }

body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: repeating-linear-gradient(164deg, transparent 0 23px, rgba(40,127,148,.24) 24px 26px, transparent 27px 44px);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: .7rem 1rem;
  background: var(--aqua);
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .65rem .75rem .65rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(248, 252, 251, .92);
  backdrop-filter: blur(18px);
}

.mobile-nav { display: none; position: relative; }
.mobile-nav summary { min-width: 78px; min-height: 44px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 999px; background: var(--aqua); font-weight: 900; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav__panel { position: absolute; top: calc(100% + .65rem); right: 0; width: min(280px, calc(100vw - 2rem)); display: grid; padding: .65rem; border: 2px solid var(--ink); border-radius: 20px; background: var(--paper); box-shadow: 7px 7px 0 var(--ink); }
.mobile-nav__panel a { padding: .75rem .85rem; border-radius: 12px; font-weight: 850; text-decoration: none; }
.mobile-nav__panel a:hover, .mobile-nav__panel a[aria-current="page"] { background: var(--soft); }

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-weight: 900;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: -.03em;
  text-decoration: none;
}
.brand img { width: 51px; height: 42px; object-fit: cover; object-position: left; border-radius: 10px; }
.brand small { display: block; margin-top: .28rem; color: var(--teal); font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }

nav { display: flex; gap: 1.8rem; }
nav a { font-size: .9rem; font-weight: 750; text-decoration: none; }
nav a:hover { color: var(--teal); }
nav a[aria-current="page"] { color: var(--teal); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 7px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .9rem 1.35rem;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--aqua);
  box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink);
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button::after { content: ""; width: 18px; height: 18px; margin-left: .55rem; flex: 0 0 auto; background: currentColor; -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }
.button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.button--small { min-height: 46px; padding: .75rem 1.15rem; font-size: .88rem; box-shadow: none; }
.header-call { display: none; font-weight: 900; color: var(--teal); text-decoration: none; }

.hero {
  width: min(calc(100% - 2rem), var(--max));
  margin: 2.3rem auto 0;
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100svh - 118px);
  padding: 3rem 0 5rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1.1rem;
  color: var(--teal);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow span { width: 24px; height: 24px; flex: 0 0 auto; background: currentColor; -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; transform: rotate(-12deg); }

h1, h2, h3 { margin: 0; font-family: "Arial Black", Inter, sans-serif; line-height: .94; letter-spacing: -.06em; }
h1 { max-width: 760px; font-size: clamp(4rem, 8.6vw, 8.1rem); }
h2 { font-size: clamp(3.1rem, 6vw, 6rem); }
h3 { font-size: clamp(1.55rem, 2.8vw, 2.35rem); }
.handwritten { margin: 0 0 .35rem; color: var(--teal); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: clamp(1.85rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.05; transform: rotate(-1deg); }

.hero__intro { max-width: 640px; margin: 1.7rem 0 0; font-size: clamp(1.15rem, 2vw, 1.42rem); line-height: 1.5; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; margin-top: 2rem; }
.text-link { font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.text-link span { color: var(--teal); }

.trust-strip { display: flex; flex-wrap: wrap; gap: .65rem; margin: 2.6rem 0 0; padding: 0; list-style: none; }
.trust-strip li { display: inline-flex; align-items: center; gap: .45rem; padding: .48rem .78rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); font-size: .8rem; font-weight: 800; }
.trust-strip li::before { content: ""; width: 15px; height: 15px; background: var(--teal); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }

.hero__visual { position: relative; min-height: 670px; }
.photo-frame {
  position: absolute;
  inset: 1.3rem 3rem 2.3rem 2rem;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 44% 44% 18px 18px;
  background: var(--aqua);
  box-shadow: 16px 16px 0 var(--aqua), 19px 19px 0 var(--ink);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.06); }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,79,93,.3), transparent 42%); }
.photo-note { position: absolute; right: 0; bottom: 0; z-index: 2; margin: 0; padding: 1rem 1.25rem; border: 2px solid var(--ink); background: var(--white); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 1.35rem; font-weight: 700; line-height: 1.05; transform: rotate(-3deg); }
.orbit { position: absolute; top: 0; left: 0; z-index: 2; width: 94px; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); box-shadow: 8px 8px 0 var(--soft); transform: rotate(-7deg); }
.orbit::before { content: ""; width: 47px; height: 47px; background: var(--teal); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }
.paw-trail { position: absolute; right: -2rem; top: 1.5rem; z-index: 3; width: 250px; pointer-events: none; transform: rotate(9deg); }
.photo-note::before { content: ""; display: inline-block; width: 17px; height: 17px; margin-right: .35rem; background: var(--ink); -webkit-mask: url("assets/heart-icon.svg") center / contain no-repeat; mask: url("assets/heart-icon.svg") center / contain no-repeat; }

.services { position: relative; isolation: isolate; padding: clamp(5rem, 9vw, 9rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--ink); color: var(--white); overflow: hidden; }
.services::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .085; background: url("assets/paw-trail.svg") 0 0 / 260px auto repeat; transform: rotate(-4deg) scale(1.1); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; color: var(--aqua); }
.section-heading > p:last-child { max-width: 540px; margin: 0; font-size: 1.1rem; color: rgba(255,255,255,.72); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.2rem; }
.service-card { position: relative; min-height: 320px; padding: 1.6rem; display: flex; flex-direction: column; overflow: hidden; border: 2px solid rgba(255,255,255,.5); border-radius: 42px 20px 42px 20px; background: rgba(255,255,255,.09); box-shadow: 6px 6px 0 rgba(98,220,232,.2); }
.service-card:nth-child(even) { transform: rotate(.45deg); }
.service-card--feature { background: var(--aqua); color: var(--ink); transform: rotate(-1.1deg); }
.service-card__number { margin: 0 0 auto; font-size: .82rem; font-weight: 900; letter-spacing: .15em; }
.pet-icon { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 3; width: 42px; height: 42px; display: block; background: var(--aqua); transform: rotate(8deg); }
.pet-icon--paw { -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }
.pet-icon--bone { -webkit-mask: url("assets/bone-icon.svg") center / contain no-repeat; mask: url("assets/bone-icon.svg") center / contain no-repeat; }
.pet-icon--heart { background: var(--coral); -webkit-mask: url("assets/heart-icon.svg") center / contain no-repeat; mask: url("assets/heart-icon.svg") center / contain no-repeat; }
.pet-icon--home { -webkit-mask: url("assets/home-icon.svg") center / contain no-repeat; mask: url("assets/home-icon.svg") center / contain no-repeat; }
.service-card--feature .pet-icon, .service-card--wide .pet-icon { background: var(--ink); }
.service-card--image .pet-icon { background: var(--aqua); }
.service-card p:last-child { margin: 1rem 0 0; color: inherit; opacity: .8; }
.service-card__link { width: fit-content; margin-top: 1.25rem; color: var(--aqua); font-weight: 900; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.service-card--feature .service-card__link, .service-card--wide .service-card__link { color: var(--ink); }
.service-card--image .service-card__link { color: var(--white); }
.service-card--image { position: relative; grid-column: span 1; min-height: 440px; overflow: hidden; justify-content: flex-end; }
.service-card--image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-card--image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,79,93,.94), rgba(22,79,93,.08) 72%); }
.service-card--image > div { position: relative; z-index: 1; }
.service-card--wide { grid-column: span 1; min-height: 320px; background: var(--soft); color: var(--ink); }
.service-card--wide > div { margin-top: auto; }
.service-card--wide > p:last-child { margin-top: 1rem; }
.kicker { margin: 0 0 .65rem !important; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: 1 !important; }

.service-menu { margin-top: clamp(4.5rem, 8vw, 7rem); }
.service-menu__intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1rem 3rem; align-items: end; padding-bottom: 2rem; }
.service-menu__intro .eyebrow { grid-column: 1 / -1; color: var(--aqua); margin-bottom: 0; }
.service-menu__intro h3 { font-size: clamp(2.2rem, 4vw, 4rem); }
.service-menu__intro > p:last-child { max-width: 580px; margin: 0; color: rgba(255,255,255,.7); font-size: 1.05rem; }
.service-menu__list { border-top: 1px solid rgba(255,255,255,.3); }
.service-menu details { border-bottom: 1px solid rgba(255,255,255,.3); }
.service-menu summary { min-height: 92px; display: grid; grid-template-columns: 54px 1.25fr 1fr 40px; gap: 1rem; align-items: center; cursor: pointer; list-style: none; }
.service-menu summary::-webkit-details-marker { display: none; }
.service-menu summary > span { color: var(--aqua); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.service-menu summary strong { font-size: clamp(1.2rem, 2.2vw, 1.75rem); letter-spacing: -.025em; }
.service-menu summary em { color: rgba(255,255,255,.62); font-size: .92rem; font-style: normal; }
.service-menu summary b { width: 36px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--aqua); font-size: 1.35rem; transition: transform .2s ease, background .2s ease; }
.service-menu details[open] summary b { transform: rotate(45deg); background: var(--aqua); color: var(--ink); }
.service-detail { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3rem; padding: 0 0 2.4rem 70px; }
.service-detail > p { max-width: 440px; margin: 0; color: rgba(255,255,255,.75); }
.service-detail ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 1.5rem; margin: 0; padding: 0; list-style: none; }
.service-detail li { position: relative; padding-left: 1.15rem; font-weight: 700; }
.service-detail li::before { content: ""; position: absolute; left: 0; top: .67em; width: 6px; height: 6px; border-radius: 50%; background: var(--aqua); }
.service-menu__bespoke { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding: 1.5rem; border-radius: 20px; background: var(--aqua); color: var(--ink); }
.service-menu__bespoke p { max-width: 680px; margin: 0; }
.service-menu__bespoke .button { flex: 0 0 auto; }

.marquee { overflow: hidden; padding: .8rem 0; border-block: 2px solid var(--ink); background: var(--aqua); }
.marquee div { display: flex; width: max-content; gap: 1.3rem; align-items: center; animation: ticker 24s linear infinite; }
.marquee span { font-family: "Arial Black", sans-serif; font-size: clamp(1.3rem, 2.6vw, 2.15rem); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.marquee b { width: 22px; height: 22px; display: block; flex: 0 0 auto; overflow: hidden; color: transparent; background: var(--ink); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; transform: rotate(-12deg); }
@keyframes ticker { to { transform: translateX(-50%); } }

.care { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.care__image { position: relative; padding: 0 2rem 2rem 0; }
.care__image::before { content: ""; position: absolute; inset: 2rem 0 0 2rem; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--aqua); }
.care__image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--ink); border-radius: var(--radius); filter: saturate(.82) contrast(1.06); }
.care__image span { position: absolute; right: -.7rem; bottom: .4rem; z-index: 2; width: 150px; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--soft); font-family: "Arial Black", sans-serif; font-size: 1rem; line-height: 1.05; text-align: center; text-transform: uppercase; transform: rotate(6deg); }
.care__image span::before { content: ""; position: absolute; top: 18px; width: 24px; height: 24px; background: var(--teal); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }
.care__copy h2 { max-width: 660px; }
.care__lead { margin: 1.7rem 0 0; font-size: 1.15rem; }
.care-points { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.care-points article { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.care-points strong { color: var(--teal); font-size: .8rem; letter-spacing: .12em; }
.care-points h3 { font-family: inherit; font-size: 1.08rem; letter-spacing: -.02em; line-height: 1.2; }
.care-points p { margin: .25rem 0 0; color: rgba(22,79,93,.82); }

.areas { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100% - var(--max)) / 2)); border-block: 2px solid var(--ink); background: linear-gradient(135deg, var(--aqua), var(--sky)); }
.areas__intro h2 { font-size: clamp(3.4rem, 7vw, 6.8rem); }
.areas__intro > p:not(.eyebrow) { max-width: 540px; margin: 1.5rem 0; font-size: 1.14rem; }
.areas__intro .eyebrow { color: var(--ink); }
.areas__intro .eyebrow span { background: var(--teal); }
.areas__places { align-content: center; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
.area-pill { min-height: 110px; display: flex; align-items: flex-end; padding: 1.25rem; border: 2px solid var(--ink); border-radius: 22px; background: var(--paper); box-shadow: 5px 5px 0 var(--ink); font-family: "Arial Black", sans-serif; font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1; letter-spacing: -.05em; }
.area-pill::after { content: ""; width: 25px; height: 25px; margin-left: auto; align-self: flex-start; flex: 0 0 auto; background: var(--teal); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; transform: rotate(12deg); }
.area-pill--feature { background: var(--aqua); transform: rotate(-1.5deg); }
.area-pill--wide { grid-column: 1 / -1; min-height: 100px; background: var(--ink); color: var(--white); }
.areas__places > p { grid-column: 1 / -1; margin: .8rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(22,79,93,.4); }
.location-groups { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: .35rem; }
.location-group { padding: 1.35rem; border: 2px solid var(--ink); border-radius: 28px 16px 28px 16px; background: rgba(248,252,251,.72); }
.location-group h3 { margin-bottom: 1.15rem; font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.location-cloud { display: flex; flex-wrap: wrap; gap: .55rem; }
.location-cloud span { display: inline-grid; grid-template-columns: 12px auto; align-items: center; gap: .1rem .35rem; padding: .48rem .72rem; border: 1px solid var(--ink); border-radius: 18px; background: var(--white); font-size: .84rem; font-weight: 820; line-height: 1.15; box-shadow: 2px 2px 0 var(--ink); }
.location-cloud span::before { content: ""; width: 12px; height: 12px; flex: 0 0 auto; background: var(--teal); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }
.location-cloud small { grid-column: 2; color: var(--teal); font-size: .66rem; font-weight: 900; letter-spacing: .02em; }

.proof { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--teal); color: var(--white); }
.proof > p { margin: 0; font-family: "Arial Black", sans-serif; font-size: clamp(2.2rem, 4.8vw, 4.7rem); line-height: .95; letter-spacing: -.06em; }
.proof ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.proof li { display: flex; align-items: center; gap: .8rem; min-height: 74px; padding: 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 18px; font-weight: 760; }
.proof li:last-child { grid-column: 1 / -1; }
.proof li span { width: 32px; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--ink); font-weight: 1000; }
.proof li span { font-size: 0; }
.proof li span::before { content: ""; width: 18px; height: 18px; background: var(--ink); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }

.reviews { position: relative; isolation: isolate; padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--aqua); overflow: hidden; }
.reviews::before { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(168deg, transparent 0 34px, rgba(255,255,255,.24) 35px 40px, transparent 41px 76px); opacity: .8; }
.reviews__heading { max-width: 900px; margin-bottom: 3rem; }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.review-card { margin: 0; padding: clamp(1.6rem, 3vw, 2.4rem); background: var(--white); border: 2px solid var(--ink); box-shadow: 7px 7px 0 var(--teal); clip-path: polygon(1% 4%, 98% 0, 100% 96%, 2% 100%, 0 54%); }
.review-card:nth-child(even) { transform: rotate(.6deg); }
.review-stars { color: var(--gold); font-size: 1.3rem; letter-spacing: .14em; }
.review-card blockquote { margin: .8rem 0 0; padding: 0; border: 0; font-size: 1.12rem; }
.review-card figcaption { margin-top: 1rem; color: var(--teal); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.booking-banner { display: grid; grid-template-columns: .6fr 1fr auto; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem); padding: clamp(3rem, 6vw, 5rem) max(1rem, calc((100% - var(--max)) / 2)); border-block: 2px solid var(--ink); background: var(--white); }
.booking-banner .handwritten { font-size: clamp(2.4rem, 5vw, 4.5rem); text-align: center; }
.booking-banner h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.booking-banner p:not(.handwritten) { max-width: 650px; margin: .9rem 0 0; }

.meet { padding: clamp(5rem, 9vw, 9rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--sky); }
.meet__heading { max-width: 950px; }
.profiles { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; margin-top: 3.4rem; align-items: start; }
.profiles--single { grid-template-columns: minmax(0, 1fr); width: 100%; max-width: none; }
.profile { padding: clamp(1.6rem, 3vw, 2.6rem); border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); }
.profile--primary { background: var(--white); }
.profile--with-photo { display: grid; grid-template-columns: minmax(220px, 330px) minmax(0, 1fr); gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center; }
.profile__photo { position: relative; margin: 0; padding: 0 1rem 1rem 0; }
.profile__photo::before { content: ""; position: absolute; inset: 1rem 0 0 1rem; border: 2px solid var(--ink); border-radius: 48px 22px 48px 22px; background: var(--aqua); }
.profile__photo img { position: relative; width: 100%; aspect-ratio: 1; object-fit: cover; border: 2px solid var(--ink); border-radius: 48px 22px 48px 22px; }
.profile__content > p { margin: 1.5rem 0 0; }
.profile__name { display: flex; align-items: center; gap: 1rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.profile__name > span { width: 58px; aspect-ratio: 1; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--aqua); font-family: "Arial Black", sans-serif; }
.profile__name h3 { font-size: 1.8rem; }
.profile__name p { margin: .25rem 0 0; color: var(--teal); font-size: .82rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.profile > p { margin: 1.5rem 0 0; }
blockquote { margin: 1.5rem 0 0; padding: 1.25rem 0 0 1.5rem; border-top: 1px solid var(--line); border-left: 6px solid var(--aqua); font-size: 1.28rem; font-weight: 780; line-height: 1.45; }

.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--paper); }
.faq__heading { align-self: start; }
.faq__heading h2 { max-width: 620px; }
.faq__heading > p:not(.eyebrow) { max-width: 520px; margin: 1.5rem 0 0; font-size: 1.1rem; color: rgba(22,79,93,.82); }
.faq__list { border-top: 2px solid var(--ink); }
.faq__list details { border-bottom: 2px solid var(--ink); }
.faq__list summary { min-height: 92px; display: grid; grid-template-columns: 1fr 42px; gap: 1rem; align-items: center; cursor: pointer; list-style: none; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span { font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 900; line-height: 1.25; }
.faq__list summary b { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--aqua); font-size: 1.25rem; transition: transform .2s ease, background .2s ease; }
.faq__list details[open] summary b { transform: rotate(45deg); background: var(--soft); }
.faq__list p { max-width: 710px; margin: -.2rem 3.6rem 0 0; padding: 0 0 1.7rem; color: rgba(22,79,93,.84); font-size: 1.02rem; }

.contact { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; padding: clamp(5rem, 10vw, 10rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--aqua); overflow: hidden; }
.contact::before { content: ""; position: absolute; right: -5rem; bottom: -3rem; z-index: -1; width: 420px; height: 210px; background: url("assets/paw-trail.svg") center / contain no-repeat; opacity: .24; transform: rotate(-12deg); }
.contact h2 { max-width: 820px; font-size: clamp(3.3rem, 7.5vw, 7.2rem); }
.contact .eyebrow { color: var(--ink); }
.contact .eyebrow span { background: var(--teal); }
.contact__details { align-self: end; font-style: normal; }
.contact__details > p { max-width: 450px; margin: 0 0 1.5rem; font-size: 1.15rem; }
.contact__location { padding: 1rem 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 2px solid var(--ink); font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 900; text-decoration: none; overflow-wrap: anywhere; }
.contact-link span { flex: 0 0 auto; color: var(--teal); }

footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; padding: 2.2rem max(1rem, calc((100% - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.brand--footer { color: var(--white); }
.socials { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.socials a { font-weight: 800; text-underline-offset: 4px; }
.socials span { color: var(--aqua); }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.58); font-size: .78rem; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 520px; display: grid; align-items: end; padding: clamp(5rem, 12vw, 9rem) max(1rem, calc((100% - var(--max)) / 2)) clamp(4rem, 8vw, 7rem); }
.page-hero::after { content: ""; position: absolute; right: max(1rem, calc((100% - var(--max)) / 2)); top: 4rem; z-index: -1; width: min(32vw, 390px); height: 220px; background: url("assets/paw-trail.svg") center / contain no-repeat; opacity: .28; transform: rotate(10deg); }
.page-hero--dark { background: var(--ink); color: var(--white); }
.page-hero--sky { background: var(--sky); }
.page-hero--yellow, .page-hero--aqua { background: var(--aqua); }
.page-hero__inner { width: min(100%, 980px); min-width: 0; }
.page-hero:not(.page-hero--dark) .page-hero__inner { position: relative; padding: clamp(1.8rem, 4vw, 3.4rem); background: rgba(255,255,255,.91); clip-path: polygon(0 5%, 97% 0, 100% 94%, 4% 100%, 1% 58%); }
.page-hero h1 { max-width: 1000px; overflow-wrap: break-word; font-size: clamp(4rem, 9vw, 8.5rem); }
.page-hero__lead { max-width: 720px; margin: 1.7rem 0 0; font-size: clamp(1.1rem, 2.2vw, 1.4rem); }
.page-hero--dark .eyebrow { color: var(--aqua); }
.page-shell { padding: clamp(5rem, 9vw, 8rem) max(1rem, calc((100% - var(--max)) / 2)); }
.page-shell--paper { background: var(--paper); }
.page-shell--sky { background: var(--sky); }
.page-shell__heading { max-width: 860px; margin-bottom: 3rem; }
.page-shell__heading > p:last-child { max-width: 650px; margin: 1.3rem 0 0; font-size: 1.12rem; }
.page-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(3rem, 7vw, 5.5rem) max(1rem, calc((100% - var(--max)) / 2)); background: var(--aqua); border-block: 2px solid var(--ink); }
.page-cta h2 { max-width: 800px; font-size: clamp(2.5rem, 5.5vw, 5rem); }
.page-cta p { max-width: 680px; margin: 1rem 0 0; }
.split-callouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.callout-card { position: relative; min-height: 240px; padding: 1.6rem; border: 2px solid var(--ink); border-radius: 36px 18px 36px 18px; background: var(--white); box-shadow: 6px 6px 0 var(--ink); }
.callout-card .pet-icon { position: static; margin: 0 0 2.8rem auto; background: var(--teal); }
.callout-card h3 { font-size: 1.55rem; }
.callout-card p { margin: .8rem 0 0; }
.link-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.link-card { min-height: 270px; display: flex; flex-direction: column; padding: 1.6rem; border: 2px solid var(--ink); border-radius: 24px 42px 24px 42px; background: var(--white); box-shadow: 7px 7px 0 var(--ink); text-decoration: none; transition: transform .2s ease, background .2s ease; }
.link-card:hover { transform: translate(-3px, -3px); background: var(--soft); }
.link-card .pet-icon { position: static; margin: 0 0 auto; background: var(--teal); }
.link-card h3 { margin-top: 2rem; }
.link-card p { margin: .8rem 0 0; }
.link-card strong { margin-top: auto; padding-top: 1.5rem; color: var(--teal); }
.services--page { padding-top: clamp(4rem, 7vw, 6rem); }
.areas--page { border-top: 0; }
.faq--page { padding-top: clamp(4rem, 7vw, 6rem); }
.contact-page { background: var(--paper); }
.contact-page__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.contact-page__card { padding: clamp(1.6rem, 4vw, 3rem); border: 2px solid var(--ink); border-radius: 44px 22px 44px 22px; background: var(--soft); box-shadow: 10px 10px 0 var(--ink); }
.contact-page__card address { font-style: normal; }
.contact-page__aside { display: grid; gap: 1rem; }
.contact-page__aside .callout-card { min-height: 190px; }
.area-page-title { font-size: clamp(3.2rem, 7vw, 6.5rem) !important; }
.area-page-title > span { display: block; white-space: nowrap; }

.local-directory__groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.local-directory__groups > section { padding: clamp(1.4rem, 3vw, 2.2rem); border: 2px solid var(--ink); border-radius: 38px 20px 38px 20px; background: var(--white); box-shadow: 7px 7px 0 var(--ink); }
.local-directory__groups h3 { margin-bottom: 1.5rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.local-directory__links { display: flex; flex-wrap: wrap; gap: .65rem; }
.local-directory__links a { padding: .58rem .82rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--sky); color: var(--ink); font-size: .86rem; font-weight: 850; text-decoration: none; box-shadow: 2px 2px 0 var(--ink); }
.local-directory__links a:hover { background: var(--aqua); transform: translateY(-1px); }

.breadcrumb { width: min(calc(100% - 2rem), var(--max)); margin: 1.35rem auto 0; display: flex; flex-wrap: wrap; gap: .55rem; color: var(--teal); font-size: .8rem; font-weight: 800; }
.breadcrumb a { text-underline-offset: 3px; }
.local-service-hero { margin-top: 1.35rem; }
.local-service-title { font-size: clamp(3.2rem, 7vw, 6.5rem) !important; }
.local-service-title > span { display: block; }
.local-service-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.local-service-copy h2 { max-width: 780px; }
.local-service-copy > p:not(.handwritten) { max-width: 760px; }
.local-service-lead { color: var(--ink); font-size: clamp(1.12rem, 2vw, 1.35rem); font-weight: 760; }
.local-distance-card { position: relative; padding: clamp(1.6rem, 4vw, 3rem); border: 2px solid var(--ink); border-radius: 24px 44px 24px 44px; background: var(--aqua); box-shadow: 9px 9px 0 var(--ink); }
.local-distance-card .pet-icon { position: absolute; top: 1.4rem; right: 1.4rem; width: 42px; height: 42px; background: var(--teal); }
.local-distance-card .eyebrow { max-width: calc(100% - 60px); color: var(--ink); }
.local-distance-card strong { display: block; margin: 1.2rem 0; font-family: "Arial Black", sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; letter-spacing: -.05em; }
.local-distance-card p:last-child { margin: 0; }
.local-photo-section { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.local-photo { position: relative; padding: 0 1.4rem 1.4rem 0; }
.local-photo::before { content: ""; position: absolute; inset: 1.4rem 0 0 1.4rem; border: 2px solid var(--ink); border-radius: 42px 20px 42px 20px; background: var(--aqua); }
.local-photo img { position: relative; width: 100%; min-height: 440px; max-height: 620px; object-fit: cover; border: 2px solid var(--ink); border-radius: 42px 20px 42px 20px; }
.local-photo-section > div:last-child > p:not(.eyebrow) { max-width: 680px; font-size: 1.08rem; }
.local-check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.local-check-list li { display: flex; align-items: center; gap: .7rem; padding: .9rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); font-weight: 800; }
.local-check-list li::before { content: ""; width: 19px; height: 19px; flex: 0 0 auto; background: var(--teal); -webkit-mask: url("assets/paw-icon.svg") center / contain no-repeat; mask: url("assets/paw-icon.svg") center / contain no-repeat; }
.local-faq { background: var(--sky); }
.nearby-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.nearby-link-grid a { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; border: 2px solid var(--ink); border-radius: 18px 30px 18px 30px; background: var(--white); box-shadow: 4px 4px 0 var(--ink); text-decoration: none; }
.nearby-link-grid a:hover { background: var(--soft); transform: translateY(-2px); }
.nearby-link-grid strong { font-family: "Arial Black", sans-serif; font-size: 1.08rem; line-height: 1.1; }
.nearby-link-grid span { margin-top: 1rem; color: var(--teal); font-size: .78rem; font-weight: 850; }
.service-fit-card strong { max-width: 420px; }
.service-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.service-benefit-grid .callout-card { min-height: 260px; }
.service-process { background: var(--paper); }
.service-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: 2.5rem 0 0; padding: 0; list-style: none; }
.service-steps li { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: clamp(1.4rem, 3vw, 2.2rem); border: 2px solid var(--ink); border-radius: 36px 18px 36px 18px; background: var(--white); box-shadow: 6px 6px 0 var(--ink); }
.service-steps li:nth-child(2) { background: var(--soft); transform: rotate(.5deg); }
.service-steps li > span { color: var(--teal); font-size: .8rem; font-weight: 900; letter-spacing: .16em; }
.service-steps h3 { font-size: clamp(1.45rem, 2.5vw, 2.1rem); }
.service-steps p { margin: .85rem 0 0; }
.service-area-links .page-shell__heading > p:last-child { max-width: 720px; }
.contact-link--whatsapp { justify-content: flex-start; color: #075e54; }
.contact-link--whatsapp strong { margin-left: auto; color: #075e54; }
.whatsapp-icon { width: 1.45rem; height: 1.45rem; display: inline-block; flex: 0 0 auto; background: currentColor; -webkit-mask: url("assets/whatsapp-icon.svg") center / contain no-repeat; mask: url("assets/whatsapp-icon.svg") center / contain no-repeat; }
.whatsapp-panel { position: relative; min-height: 280px; padding: clamp(1.6rem, 4vw, 2.6rem); overflow: hidden; border: 2px solid var(--ink); border-radius: 24px 44px 24px 44px; background: #dcf8e8; box-shadow: 8px 8px 0 var(--ink); }
.whatsapp-panel > .whatsapp-icon { position: absolute; right: 1.6rem; top: 1.6rem; width: 3.4rem; height: 3.4rem; color: #128c7e; }
.whatsapp-panel h3 { max-width: 440px; padding-right: 3.4rem; }
.whatsapp-panel > p:not(.handwritten) { max-width: 520px; margin: 1rem 0 1.4rem; }
.whatsapp-button { display: inline-flex; align-items: center; gap: .65rem; min-height: 50px; padding: .75rem 1rem; border: 2px solid #075e54; border-radius: 999px; background: #25d366; color: #062f29; font-weight: 900; text-decoration: none; box-shadow: 4px 4px 0 #075e54; }
.whatsapp-button:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #075e54; }

.whatsapp-float { position: fixed; right: clamp(1rem, 2vw, 1.5rem); bottom: clamp(1rem, 2vw, 1.5rem); z-index: 60; display: inline-flex; align-items: center; gap: .6rem; min-height: 54px; padding: .75rem 1rem; border: 2px solid #075e54; border-radius: 999px; background: #25d366; color: #062f29; box-shadow: 5px 5px 0 rgba(7,94,84,.92); font-size: .92rem; font-weight: 900; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 rgba(7,94,84,.92); }
.whatsapp-float .whatsapp-icon { width: 1.65rem; height: 1.65rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .site-header > .button { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__visual { min-height: 600px; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .service-card--image { grid-column: auto; min-height: 390px; }
  .service-card--wide { min-height: 260px; }
  .service-menu__intro, .service-detail { grid-template-columns: 1fr; }
  .service-detail { gap: 1.5rem; padding-left: 70px; }
  .service-menu__bespoke { align-items: flex-start; flex-direction: column; }
  .care, .areas, .proof, .profiles, .faq, .contact, .page-cta, .contact-page__grid, .booking-banner, .local-service-intro, .local-photo-section, .profile--with-photo { grid-template-columns: 1fr; }
  .split-callouts, .link-card-grid, .service-benefit-grid, .service-steps { grid-template-columns: 1fr; }
  .nearby-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-grid { grid-template-columns: 1fr; }
  .location-groups { grid-template-columns: 1fr; }
  .care { gap: 4rem; }
  .proof ul { grid-template-columns: 1fr; }
  .proof li:last-child { grid-column: auto; }
  .contact { gap: 2.5rem; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 1rem); margin-top: .5rem; min-height: 68px; }
  .site-header .button { display: none; }
  .header-call { display: none; }
  .hero { width: calc(100% - 1.5rem); margin-top: 1rem; padding-top: 2rem; }
  h1 { font-size: clamp(3.4rem, 17vw, 5rem); }
  .hero__visual { min-height: 510px; }
  .photo-frame { inset: 1.1rem 1rem 2.5rem .6rem; box-shadow: 9px 9px 0 var(--aqua), 12px 12px 0 var(--ink); }
  .orbit { width: 72px; font-size: 1.45rem; }
  .orbit::before { width: 36px; height: 36px; }
  .paw-trail { width: 190px; right: -2.2rem; top: 2rem; }
  .photo-note { right: .2rem; }
  .service-card--wide { min-height: 360px; }
  .service-menu summary { min-height: 86px; grid-template-columns: 40px 1fr 36px; }
  .service-menu summary em { display: none; }
  .service-detail { padding-left: 0; }
  .service-detail ul { grid-template-columns: 1fr; }
  .service-menu__bespoke .button { width: 100%; }
  .care { width: calc(100% - 1.5rem); }
  .care__image span { width: 126px; right: -0.2rem; }
  .areas__places { grid-template-columns: 1fr; }
  .area-pill--wide, .areas__places > p { grid-column: auto; }
  .area-pill { min-height: 86px; }
  .profiles { margin-top: 2.4rem; }
  .page-hero { min-height: 430px; padding-top: 4rem; }
  .page-hero::after { width: 220px; right: -3rem; top: 2rem; }
  .page-hero h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .page-hero h1.area-page-title { font-size: clamp(2rem, 8vw, 3.1rem) !important; line-height: 1; }
  .local-service-title { font-size: clamp(1.95rem, 8vw, 3rem) !important; }
  .local-service-title > span:last-child { white-space: normal; overflow-wrap: anywhere; }
  .local-directory__groups, .nearby-link-grid, .local-check-list { grid-template-columns: 1fr; }
  .local-photo img { min-height: 320px; }
  .whatsapp-float { width: 56px; height: 56px; padding: 0; justify-content: center; }
  .whatsapp-float > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  footer > p:not(.copyright) { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .marquee div { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
