/* ============================================================
   Dirty Paws — clean minimal premium
   One palette, one light, one type system, one image treatment.
   ============================================================ */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../assets/fonts/inter-tight-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Surfaces — pale neutrals only */
  --paper:      #F7F5F2;
  --paper-warm: #F1EDE8;
  --card:       #FFFFFF;
  --sage-soft:  #EDF2EC;
  --sand-soft:  #F3EDE2;
  --blush-soft: #F4E9E8;
  --line:       #E4DFD8;
  --line-soft:  #EDE9E3;
  /* Hairlines that separate sections are decoration and may stay faint. A line
     that is the only thing drawing a control — a text field boundary — is not,
     so it gets its own token at 3:1 or better (WCAG 1.4.11). */
  --line-control: #8D867E;

  /* Ink */
  --ink:      #16151A;
  --ink-soft: #4A4741;
  /* Muted, but still 4.5:1 against every surface it lands on:
     6.26 on --paper, 5.84 on --paper-warm, 6.81 on --card (WCAG 1.4.3). */
  --ink-mute: #5F5A56;

  /* The one accent */
  --accent:     #C8322A;
  --accent-ink: #A9261F;

  /* Barely-there shadows */
  --shadow-xs: 0 1px 2px rgba(22, 21, 26, .04);
  --shadow-sm: 0 2px 10px rgba(22, 21, 26, .045);
  --shadow-md: 0 12px 40px rgba(22, 21, 26, .06);

  --radius:    14px;
  --radius-lg: 22px;

  --shell: 1240px;
  --gutter: clamp(20px, 5vw, 56px);
  /* Desktop sections used to top out at 168px on each edge, which made the
     page feel sparse on wide screens. Keep the generous mobile rhythm while
     giving larger layouts a tighter, more editorial cadence. */
  --section-y: clamp(88px, 7.5vw, 116px);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --cookie-bar-height: 0px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(15.5px, .45vw + 14.6px, 17px);
  line-height: 1.62;
  font-weight: 400;
  letter-spacing: -.008em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.lightbox-open { overflow: hidden; }

img, video { max-width: 100%; height: auto; display: block; }
/* The intrinsic width/height attributes exist to reserve layout space, not to set
   used height — let the CSS aspect-ratio on each media box win. */
.hero-backdrop img, .split-media img, .card-media img { height: auto; }

h1, h2, h3 {
  font-family: "Inter Tight", "Inter", system-ui, sans-serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}

h1 { font-size: clamp(2.55rem, 6.1vw, 5.05rem); }
h2 { font-size: clamp(1.95rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.12rem, 1.1vw + .85rem, 1.42rem); letter-spacing: -.025em; line-height: 1.24; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }

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

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

/* Sections need position + isolation so ::before / ::after gutter trails
   stay within the stacking context and z-index: -1 works correctly. */
.section {
  padding-block: var(--section-y);
  position: relative;
  isolation: isolate;
}

/* Four curved leash dividers replace the old paw trail repeated beside every
   desktop section. They keep the playfulness sparse and away from copy. */
.leash-divider {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 40px), 1240px);
  height: 0;
  margin-inline: auto;
  color: var(--accent);
  pointer-events: none;
}
.leash-divider svg {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 72px;
  overflow: visible;
}
.leash-divider path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  opacity: .64;
}
.leash-divider .leash-paw { fill: currentColor; opacity: .76; }
.leash-divider .leash-paw path { fill: currentColor; stroke: none; opacity: 1; }
.leash-divider--reverse svg { transform: scaleX(-1); }

/* Brand texture uses one deliberate trail segment per surface or seam. The SVG
   already contains three walking prints, so repeating it would read as
   wallpaper rather than a path. */
.home-services,
.home-reviews,
.home-coverage {
  position: relative;
  isolation: isolate;
}
.home-services { background: var(--sage-soft); }
.home-reviews {
  padding-bottom: clamp(60px, 5vw, 78px);
  background: var(--blush-soft);
}
.home-coverage {
  padding-top: clamp(60px, 5vw, 78px);
  background: var(--sand-soft);
}
.home-services::before,
.home-reviews::before,
.home-coverage::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: -1;
  width: 92px;
  height: 242px;
  background: url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center / 100% auto no-repeat;
  opacity: .56;
  transform: translateY(-50%);
  pointer-events: none;
}
.home-reviews::before {
  right: auto;
  left: 4px;
  transform: translateY(-50%) scaleX(-1);
}
.home-coverage::before {
  right: 4px;
  left: auto;
}

/* .suite sections use the same single vertical trail in a true desktop gutter. */
.suite {
  background: var(--card);
  border-block: 1px solid var(--line-soft);
  position: relative;
  isolation: isolate;
}
.suite::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: -1;
  width: 92px;
  height: 242px;
  background: url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center / 100% auto no-repeat;
  opacity: .56;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Ordinary sections keep one upright cluster in reserved bottom padding so
   the path walks the seam without entering the heading band. */
.section:not(.salon-gallery):not(.cta):not(.suite):not(.home-services):not(.home-reviews):not(.home-coverage)::after,
.page-head::after {
  content: "";
  position: absolute;
  top: auto;
  right: clamp(16px, 5vw, 40px);
  bottom: 16px;
  z-index: -1;
  width: 40px;
  height: 56px;
  background: url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center / 100% auto no-repeat;
  opacity: .56;
  pointer-events: none;
}
.section:not(.salon-gallery):not(.cta):not(.suite):not(.home-services):not(.home-reviews):not(.home-coverage):nth-child(even)::after {
  right: auto;
  left: clamp(16px, 5vw, 40px);
  transform: scaleX(-1);
}

.page-head,
.legal-head {
  position: relative;
  isolation: isolate;
}

/* The pricing page is intentionally thorough, but identical full-size section
   gaps repeated seven times create a dead run. Keep generous rhythm while
   shortening the walk between related pricing groups. */
#coats,
#grooming,
#cats,
#nails,
#addons,
#fees,
#training {
  padding-block: clamp(96px, 7vw, 108px);
}

/* Below the true-gutter breakpoint, long and tinted blocks keep a reserved
   right lane. Stops sit in the middle third so they do not pile on a leash. */
@media (max-width: 1439px) {
  .suite,
  .home-services,
  .home-reviews,
  .home-coverage,
  #coats,
  #grooming,
  #cats,
  #nails,
  #addons,
  #fees,
  #training {
    padding-right: calc(var(--gutter) + 32px);
  }
  #coats::after,
  #cats::after,
  #nails::after,
  #fees::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 36px;
    height: auto;
    background:
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 28% / 36px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 72% / 36px auto no-repeat;
    opacity: .56;
    transform: none;
  }
  .suite::after,
  .home-services::before,
  .home-reviews::before,
  .home-coverage::before,
  #grooming::after,
  #addons::after,
  #training::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 36px;
    height: auto;
    background:
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 22% / 36px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 50% / 36px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 78% / 36px auto no-repeat;
    opacity: .56;
    transform: none;
  }
}

/* Legal pages walk a reserved right lane at every width. Extra shell padding
   on small screens keeps the prints out of the reading measure. */
.legal-head + .shell {
  position: relative;
  isolation: isolate;
}
.legal-head + .shell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 44px;
  background:
    url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 6% / 44px auto no-repeat,
    url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 24% / 44px auto no-repeat,
    url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 42% / 44px auto no-repeat,
    url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 60% / 44px auto no-repeat,
    url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 78% / 44px auto no-repeat,
    url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 94% / 44px auto no-repeat;
  opacity: .56;
  pointer-events: none;
}
@media (max-width: 1079px) {
  .legal-head + .shell {
    padding-right: calc(var(--gutter) + 36px);
  }
}
@media (min-width: 1080px) {
  .legal-head + .shell::after {
    width: 92px;
    background:
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 8% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 24% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 40% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 56% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 72% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 90% / 92px auto no-repeat;
  }
}

/* At 1440px and wider, the 1240px shell leaves a safe outer gutter. Stand one
   trail upright there; only genuinely long sections receive additional stops. */
@media (min-width: 1440px) {
  .section:not(.salon-gallery):not(.cta):not(.suite):not(.home-services):not(.home-reviews):not(.home-coverage)::after,
  .page-head::after {
    display: block;
    top: clamp(22px, 3vw, 46px);
    right: 4px;
    bottom: auto;
    left: auto;
    width: 92px;
    height: 242px;
    transform: none;
  }
  .section:not(.salon-gallery):not(.cta):not(.suite):not(.home-services):not(.home-reviews):not(.home-coverage):nth-child(even)::after {
    right: auto;
    left: 4px;
    transform: scaleX(-1);
  }

  #coats::after,
  #cats::after,
  #nails::after,
  #fees::after {
    top: 0;
    bottom: 0;
    height: auto;
    background:
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 24% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 76% / 92px auto no-repeat;
  }
  #grooming::after,
  #addons::after,
  #training::after {
    top: 0;
    bottom: 0;
    height: auto;
    background:
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 12% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 50% / 92px auto no-repeat,
      url("../assets/images/paw-trail-divider.svg?v=20260814-paw-trails6") center 88% / 92px auto no-repeat;
  }
}

.eyebrow {
  font-family: "Inter Tight", sans-serif;
  font-size: .715rem;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1.15rem;
}

.lede, .section-lede {
  font-size: clamp(1.02rem, .5vw + .92rem, 1.2rem);
  color: var(--ink-soft);
  line-height: 1.66;
  max-width: 46ch;
}

.note {
  font-size: .875rem;
  color: var(--ink-mute);
  margin-top: 1.4rem;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 20px;
  border-radius: 0 0 10px 0;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ─────────────── Buttons ─────────────── */

/* Animatable angle for the travelling border spark. Browsers without @property
   simply hold the spark still — the button still reads as finished. */
@property --spark {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0turn;
}

.btn {
  --btn-py: 15px;
  --btn-px: 30px;
  --sheen: rgba(255, 255, 255, .42);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: var(--btn-py) var(--btn-px);
  border: 2px solid var(--ink);
  border-radius: 100px;
  font-family: "Inter Tight", sans-serif;
  font-size: .945rem;
  font-weight: 500;
  letter-spacing: -.012em;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease), transform .35s var(--ease),
              box-shadow .35s var(--ease);
}

/* The sheen. z-index -1 keeps it above the button's own background and below
   its label, so the text never dims as the highlight passes under it. */
.btn::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: 0;
  width: 42%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0%, var(--sheen) 50%, transparent 100%);
  transform: translateX(-180%) skewX(-20deg);
  opacity: 0;
}

@keyframes btn-sheen-hover {
  0%   { transform: translateX(-180%) skewX(-20deg); opacity: 0; }
  12%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { transform: translateX(340%) skewX(-20deg); opacity: 0; }
}

@keyframes btn-sheen-idle {
  0%, 72% { transform: translateX(-180%) skewX(-20deg); opacity: 0; }
  78%     { opacity: .72; }
  92%     { transform: translateX(340%) skewX(-20deg); opacity: .58; }
  100%    { transform: translateX(340%) skewX(-20deg); opacity: 0; }
}

@keyframes btn-spark { to { --spark: 1turn; } }

.btn:hover::after,
.btn:focus-visible::after { animation: btn-sheen-hover .85s var(--ease); }

.btn-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow-xs), inset 0 1px 0 rgba(255, 255, 255, .28);
}
.btn-primary:hover { background: var(--accent-ink); transform: translateY(-1px); box-shadow: var(--shadow-sm); }

/* A single spark travels the pill edge only during direct interaction. */
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--spark),
    transparent 0turn, rgba(255, 255, 255, .95) .055turn, transparent .12turn);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
}
.btn-primary:hover::before,
.btn-primary:focus-visible::before {
  opacity: 1;
  animation: btn-spark 1.1s linear;
}

.btn-ghost {
  /* White reads as nothing on pale paper — tint the sheen with ink instead. */
  --sheen: rgba(22, 21, 26, .09);
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-1px); }

.btn:active {
  transform: translateY(1px) scale(.985);
  transition-duration: .08s;
}

@media (prefers-reduced-motion: no-preference) {
  /* A short reflection with a long quiet interval keeps the booking actions
     discoverable on touch screens without turning every button into a beacon. */
  .btn-primary::after {
    animation: btn-sheen-idle 6.2s var(--ease) infinite;
    animation-delay: -1.1s;
  }
  .header-actions .btn-primary::after { animation-delay: -2.8s; }
  .hero-actions .btn-primary::after { animation-delay: -4.3s; }
  .cta-actions .btn-primary::after { animation-delay: -5.4s; }
  .mobile-cta .btn-primary::after { animation-delay: -3.6s; }
}

.btn-sm  { --btn-py: 11px; --btn-px: 22px; min-height: 42px; font-size: .885rem; }
.btn-lg  { --btn-py: 18px; --btn-px: 38px; min-height: 56px; font-size: 1rem; }

.btn-book-playful {
  min-width: 238px;
}
.btn-book-label,
.btn-book-note {
  display: block;
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.btn-book-note {
  position: absolute;
  left: 24px;
  right: 24px;
  opacity: 0;
  transform: translateY(12px);
  font-size: .86rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn-book-playful:hover .btn-book-label,
  .btn-book-playful:focus-visible .btn-book-label {
    opacity: 0;
    transform: translateY(-12px);
  }
  .btn-book-playful:hover .btn-book-note,
  .btn-book-playful:focus-visible .btn-book-note {
    opacity: 1;
    transform: none;
  }
}

/* ─────────────── Header ─────────────── */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(247, 245, 242, .72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .4s var(--ease), background-color .4s var(--ease);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 3px;
  background: var(--accent);
  pointer-events: none;
}
.site-header.is-stuck {
  border-bottom-color: var(--line-soft);
  background: rgba(247, 245, 242, .92);
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 74px;
}

.brand {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  display: block;
  width: 188px;
  height: 158px;
  margin-bottom: -84px;
  flex: 0 0 188px;
  filter: drop-shadow(0 14px 15px rgba(56, 45, 39, .16));
  transition: filter .35s var(--ease);
}
.brand-crest {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  padding-top: 9px;
  background: #FFFEFC;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  transform-origin: top left;
  transition: transform .38s var(--ease);
}
.brand-logo {
  display: block;
  width: 158px;
  height: auto;
}
.brand:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
  border-radius: 0;
}
.site-header.is-stuck .brand {
  filter: drop-shadow(0 9px 11px rgba(56, 45, 39, .13));
}
.site-header.is-stuck .brand-crest {
  transform: translateY(-2px) scale(.86);
}

.nav {
  order: 2;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 32px);
  margin-left: auto;
}
.nav a {
  font-size: .9rem;
  color: var(--ink-soft);
  padding: 8px 0;
  position: relative;
  transition: color .3s var(--ease);
}
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .38s var(--ease);
}
.nav a:hover { color: var(--ink); }
.nav a:hover::after { transform: scaleX(1); }

.header-actions { order: 3; display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 6px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 100px;
  cursor: pointer;
  padding: 0;
  transition: background-color .3s var(--ease), border-color .3s var(--ease),
              transform .3s var(--ease);
}
.nav-toggle:hover { border-color: var(--ink); }
.nav-toggle:active { transform: scale(.96); }
.nav-toggle[aria-expanded="true"] { background: var(--card); border-color: var(--ink); }
.nav-toggle span {
  display: block;
  width: 17px; height: 1.5px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child  { transform: translateY(-3.75px) rotate(-45deg); }

.nav-backdrop {
  position: fixed;
  inset: 68px 0 0;
  z-index: 55;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background: rgba(22, 21, 26, .3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: default;
  transition: opacity .38s var(--ease), visibility .38s;
}

.mobile-cta {
  display: none;
}

/* ─────────────── Hero ─────────────── */

.hero {
  background: var(--paper);
}

.hero-stage {
  position: relative;
  isolation: isolate;
  min-height: clamp(610px, calc(100dvh - 162px), 720px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 88% 24%, rgba(92, 169, 181, .14), transparent 42%),
    linear-gradient(180deg, #FFFEFC 0%, var(--paper) 100%);
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 5.5vw, 82px);
  min-height: inherit;
  padding-top: clamp(40px, 5vw, 64px);
  padding-bottom: clamp(44px, 5.5vw, 70px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
  padding-bottom: 10px;
}
.hero-copy .eyebrow {
  max-width: 36ch;
  margin-bottom: 1.15rem;
}
.hero-copy h1 {
  max-width: 9.6em;
  font-size: clamp(3.6rem, 5.35vw, 4.65rem);
  line-height: .98;
  letter-spacing: -.048em;
  margin-bottom: 1.35rem;
}
.hero-copy h1 span {
  color: var(--accent);
}
.hero-copy .lede {
  max-width: 39ch;
  margin-bottom: 1.65rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-actions .btn-ghost {
  background: var(--card);
  border-color: var(--ink);
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 13px 13px 0;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px 0 0 22px;
  border-radius: 28px;
  background: var(--accent);
  transform: rotate(1.4deg);
  transform-origin: center;
  pointer-events: none;
}
.hero-backdrop {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border: 1px solid rgba(22, 21, 26, .1);
  border-radius: 28px;
  background: #C8E8F3;
  box-shadow: 0 24px 64px rgba(83, 54, 40, .16);
}
.hero-backdrop picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-paw-reveal {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  animation: hero-paw-cover-exit 1.02s var(--ease) both;
}
.hero-paw-reveal svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-paw-cutout {
  transform-box: view-box;
  transform-origin: 50% 51%;
  animation: hero-paw-open .94s cubic-bezier(.16, 1, .3, 1) both;
}

@keyframes hero-paw-open {
  0%   { transform: scale(.62) rotate(-7deg); }
  20%  { transform: scale(.84) rotate(-4deg); }
  56%  { transform: scale(1.5) rotate(1deg); }
  100% { transform: scale(5.8) rotate(4deg); }
}

@keyframes hero-paw-cover-exit {
  0%, 68% { opacity: 1; visibility: visible; }
  99%     { opacity: 0; visibility: visible; }
  100%    { opacity: 0; visibility: hidden; }
}

.hero-dog {
  position: absolute;
  z-index: 3;
  left: clamp(-38px, -2.5vw, -24px);
  bottom: 30px;
  width: clamp(136px, 12vw, 166px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 7px solid var(--paper);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 18px 42px rgba(55, 38, 32, .22);
  transform: rotate(-2.4deg);
}
.hero-dog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-proof {
  position: relative;
  isolation: isolate;
  border-block: 1px solid var(--line);
  padding-block: clamp(38px, 5vw, 62px);
  overflow: hidden;
  background: linear-gradient(180deg, #DCEFF1 0%, #E8F4F3 100%);
}
.proof-line-layer {
  position: absolute;
  inset-block: 22px 28px;
  inset-inline: 0;
  z-index: 0;
  pointer-events: none;
}
.proof-connection {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.proof-connection--mobile {
  display: none;
}
.proof-connection path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-opacity: .34;
  opacity: 0;
  transform: scaleX(0);
  transform-box: fill-box;
  transform-origin: left center;
  transition: transform 1.65s var(--ease) .15s, opacity .3s var(--ease) .15s;
  will-change: transform, opacity;
}
.proof-line-layer.is-in .proof-connection path {
  opacity: 1;
  transform: scaleX(1);
}
.hero-proof ul {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 2.2vw, 28px);
  margin-block: 0;
  list-style: none;
}
.proof-feature {
  min-width: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}
.proof-feature:nth-child(even) {
  margin-top: clamp(44px, 5vw, 68px);
}
.proof-motion {
  display: grid;
  width: 100%;
  place-items: center;
}
.proof-hex {
  position: relative;
  width: min(100%, 228px);
  aspect-ratio: 4 / 5;
  margin: 0 0 17px;
  filter: drop-shadow(0 16px 24px rgba(51, 84, 88, .16));
  transition: transform .45s var(--ease), filter .45s var(--ease);
}
.proof-hex::before,
.proof-hex-media {
  position: absolute;
  clip-path: polygon(50% 0, 95% 22%, 95% 78%, 50% 100%, 5% 78%, 5% 22%);
}
.proof-hex::before {
  content: "";
  inset: 0;
  background: var(--accent);
}
.proof-hex-media {
  inset: 4px;
  overflow: hidden;
  background: var(--card);
}
.proof-hex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s var(--ease);
}
.proof-hex--happy img { object-position: 50% 28%; }
.proof-copy {
  width: 100%;
  max-width: 228px;
}
.proof-copy strong,
.proof-copy span {
  display: block;
}
.proof-copy strong {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(.98rem, .3vw + .9rem, 1.12rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.02em;
}
.proof-copy span {
  margin-top: 6px;
  color: var(--ink-mute);
  font-size: .78rem;
  line-height: 1.35;
}

@keyframes proof-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  .proof-feature.is-in .proof-motion {
    animation: proof-float var(--proof-float-duration, 8s) var(--ease) infinite;
    animation-delay: var(--proof-float-delay, 0s);
    will-change: transform;
  }
  .proof-feature:nth-child(1) .proof-motion {
    --proof-float-duration: 7.6s;
    --proof-float-delay: -.8s;
  }
  .proof-feature:nth-child(2) .proof-motion {
    --proof-float-duration: 8.8s;
    --proof-float-delay: -3.2s;
  }
  .proof-feature:nth-child(3) .proof-motion {
    --proof-float-duration: 8.1s;
    --proof-float-delay: -5.1s;
  }
  .proof-feature:nth-child(4) .proof-motion {
    --proof-float-duration: 9.2s;
    --proof-float-delay: -1.9s;
  }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .proof-feature:hover .proof-hex {
    transform: translateY(-7px);
    filter: drop-shadow(0 22px 30px rgba(51, 84, 88, .2));
  }
  .proof-feature:hover .proof-hex img {
    transform: scale(1.045);
  }
}

@media (max-width: 760px) {
  .hero-proof {
    padding-block: 30px 44px;
  }
  .proof-line-layer {
    inset-block: 14px 24px;
  }
  .proof-connection--desktop {
    display: none;
  }
  .proof-connection--mobile {
    display: block;
  }
  .hero-proof ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(10px, 4vw, 22px);
    row-gap: 8px;
  }
  .proof-feature:nth-child(even) {
    margin-top: 42px;
  }
  .proof-hex {
    width: min(100%, 214px);
    margin-bottom: 14px;
  }
}

@media (max-width: 420px) {
  .hero-proof {
    padding-block: 26px 40px;
  }
  .hero-proof ul {
    column-gap: 10px;
    row-gap: 2px;
  }
  .proof-feature:nth-child(even) {
    margin-top: 34px;
  }
  .proof-hex {
    margin-bottom: 12px;
  }
  .proof-copy strong {
    font-size: .93rem;
  }
  .proof-copy span {
    margin-top: 4px;
    font-size: .7rem;
  }
}

/* ─────────────── Split layout ─────────────── */

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 5.5vw, 88px);
  align-items: center;
}
.split.reverse .split-media { order: 2; }

.split-media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper-warm);
  box-shadow: var(--shadow-sm);
}
.split-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.training .split-media img { aspect-ratio: 3 / 2; }
.coverage .split-media img { aspect-ratio: 3 / 2; }

.split-copy h2 { margin-bottom: 1.35rem; }
.split-copy > p { color: var(--ink-soft); max-width: 46ch; }

/* .suite styles moved to paw-trail section above */

/* ─────────────── Mobile grooming reveal ─────────────── */

.groom-story {
  position: relative;
  overflow: hidden;
}
.groom-story-head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 82px);
}
.groom-story-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1rem;
}
.groom-story-head h2 { max-width: 14ch; }
.groom-story-head .section-lede { margin-bottom: .25rem; }

.groom-interactor {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(38px, 7vw, 108px);
  align-items: center;
  min-height: 590px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--line);
  border-radius: clamp(20px, 2vw, 30px);
  background: #FBF9F6;
  box-shadow: 0 26px 72px rgba(56, 45, 39, .075);
}

.groom-tabs {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.groom-tab {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: clamp(14px, 2vw, 26px);
  width: 100%;
  min-height: 96px;
  margin: 0;
  padding: 18px 18px 18px 4px;
  color: var(--ink-mute);
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: color .38s var(--ease), background-color .38s var(--ease),
              padding-left .38s var(--ease);
}
.groom-tab::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -4px;
  width: 3px;
  border-radius: 3px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform .38s var(--ease);
}
.groom-tab:hover { color: var(--ink); }
.groom-tab.is-active {
  padding-left: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
}
.groom-tab.is-active::after { transform: scaleY(1); }
.groom-tab:focus-visible {
  z-index: 1;
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 8px;
}
.groom-tab-number {
  display: block;
  width: 58px;
  height: 58px;
  align-self: center;
  transition: color .38s var(--ease), transform .38s var(--ease);
}
.groom-tab-number svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.groom-tab-number circle,
.groom-tab-number path {
  fill: #D6ECEE;
  stroke: var(--ink);
  stroke-width: 1.5;
}
.groom-tab-number text {
  fill: var(--ink);
  font: 700 21px/1 "Inter Tight", sans-serif;
  text-anchor: middle;
}
.groom-tab.is-active .groom-tab-number {
  transform: translateY(-2px) rotate(-2deg);
}
.groom-tab-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.groom-tab-copy strong {
  color: inherit;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.55rem, 2.25vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  text-wrap: balance;
}
.groom-tab-copy small {
  display: grid;
  grid-template-rows: 0fr;
  max-width: 42ch;
  margin-top: 0;
  color: var(--ink-soft);
  font-size: .87rem;
  line-height: 1.52;
  opacity: 0;
  transition: grid-template-rows .42s var(--ease), margin-top .42s var(--ease), opacity .28s var(--ease);
}
.groom-tab-copy small > span { overflow: hidden; }
.groom-tab.is-active .groom-tab-copy small {
  grid-template-rows: 1fr;
  margin-top: .7rem;
  opacity: 1;
}

.groom-visual {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 500px;
}
.groom-visual-glow {
  position: absolute;
  z-index: -1;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 44%, rgba(200, 50, 42, .12), transparent 58%),
    radial-gradient(circle at 64% 60%, rgba(77, 157, 170, .13), transparent 64%);
  filter: blur(34px);
}
.groom-photo-frame {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 4 / 3;
  margin: 0;
  isolation: isolate;
}
.groom-photo-outline {
  position: absolute;
  inset: 18px -14px -14px 18px;
  z-index: -1;
  border: 3px solid var(--accent);
  border-radius: 42px 18px 42px 18px;
  transform: rotate(1.4deg);
}
.groom-reveal-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: var(--paper-warm);
  box-shadow: 0 24px 40px rgba(60, 45, 37, .17);
  will-change: opacity, transform;
}
.groom-visual-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: -10px 0 0;
  color: var(--ink-mute);
  font-size: .75rem;
  letter-spacing: .035em;
}
.groom-visual-note span {
  width: 20px;
  height: 1px;
  background: var(--accent);
}

.spec { margin: 2.3rem 0 0; }
.spec > div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid var(--line-soft);
}
.spec > div:last-child { border-bottom: 1px solid var(--line-soft); }
.spec dt {
  font-family: "Inter Tight", sans-serif;
  font-size: .715rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  padding-top: 3px;
}
.spec dd { margin: 0; font-size: .945rem; color: var(--ink-soft); }

.ticks { list-style: none; margin: 1.9rem 0 0; padding: 0; }
.ticks li {
  position: relative;
  padding: 11px 0 11px 28px;
  border-top: 1px solid var(--line-soft);
  font-size: .945rem;
  color: var(--ink-soft);
}
.ticks li:last-child { border-bottom: 1px solid var(--line-soft); }
.ticks li::before {
  content: "";
  position: absolute;
  left: 2px; top: 19px;
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
}

/* ─────────────── Section head ─────────────── */

.section-head { max-width: 60ch; margin-bottom: clamp(42px, 5vw, 68px); }
.section-head.narrow { max-width: 44ch; }
.section-head h2 { margin-bottom: 1.15rem; }

/* ─────────────── Service cards ─────────────── */

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}
@media (min-width: 641px) and (max-width: 900px) {
  .cards { grid-template-columns: minmax(0, 1fr); }
  .cards .card { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); }
  .cards .card-media img { height: 100%; aspect-ratio: auto; }
}
@media (max-width: 640px) { .cards { grid-template-columns: minmax(0, 1fr); } }

.card {
  display: flex;
  flex-direction: column;
  background: var(--card);
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.card:hover,
.card.reveal.is-in:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--line);
}
.card:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.card-media { overflow: hidden; background: var(--paper-warm); }
.card-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}
.card:hover .card-media img { transform: scale(1.035); }
.card-media--training img { object-position: center 32%; }
.card-media--wellness img { object-position: center 38%; }

.card-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { margin-bottom: .6rem; }
.card-body > p { font-size: .915rem; color: var(--ink-soft); line-height: 1.58; }

.service-card-intro {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--accent-ink);
  font-family: "Inter Tight", sans-serif;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .035em;
}
.service-card-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(169, 38, 31, .28);
  border-radius: 50%;
  background: rgba(200, 50, 42, .055);
  color: var(--accent-ink);
  transition: transform .42s var(--ease), background-color .42s var(--ease);
}
.service-card-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover .service-card-icon {
    transform: rotate(-6deg) translateY(-1px);
    background: rgba(200, 50, 42, .1);
  }
  .cards .card:nth-child(2):hover .service-card-icon { transform: rotate(6deg) translateY(-1px); }
}

.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  font-family: "Inter Tight", sans-serif;
}
.card-meta span:first-child {
  font-size: .715rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.card-meta span:last-child { font-size: 1.16rem; font-weight: 500; letter-spacing: -.03em; }
.card-link-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  font-family: "Inter Tight", sans-serif;
  font-size: .82rem;
  font-weight: 600;
  color: var(--accent-ink);
}
.card-link-label > span { transition: transform .3s var(--ease); }
.card:hover .card-link-label > span { transform: translateX(3px); }

/* ─────────────── Real client salon gallery ─────────────── */

.salon-gallery {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(145deg, #1D1A20 0%, #141318 58%, #20191B 100%);
  color: #fff;
}
.salon-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .42;
  background:
    radial-gradient(circle at 12% 16%, rgba(255,255,255,.065), transparent 25%),
    radial-gradient(circle at 88% 82%, rgba(200,50,42,.12), transparent 28%);
}
.salon-gallery-line {
  position: absolute;
  inset: 16% -4% auto;
  z-index: -1;
  width: 108%;
  height: 70%;
  pointer-events: none;
}
.salon-gallery-line path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 4 10;
  opacity: .32;
}
.salon-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  align-items: end;
  gap: clamp(36px, 7vw, 108px);
  margin-bottom: clamp(42px, 5vw, 68px);
}
.salon-gallery .eyebrow { color: #F27B74; }
.salon-gallery-head h2 {
  max-width: 12ch;
  color: #fff;
}
.salon-promise {
  display: grid;
  gap: 8px;
  max-width: 48ch;
  margin: 0 0 4px;
  padding-left: 24px;
  border-left: 2px solid var(--accent);
}
.salon-promise strong {
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.04rem, .5vw + .96rem, 1.18rem);
  font-weight: 600;
  letter-spacing: -.02em;
}
.salon-promise span {
  color: rgba(255,255,255,.72);
  font-size: .92rem;
  line-height: 1.6;
}
.salon-gallery-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(340px, .88fr);
  gap: clamp(16px, 2vw, 26px);
}
.salon-reel {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 30px 30px 92px 30px;
  background: #29262D;
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
}
.salon-reel::after,
.salon-photo::after {
  content: "";
  position: absolute;
  inset: 34% 0 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, rgba(12,11,14,.88), rgba(12,11,14,.32) 58%, transparent);
}
.salon-reel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salon-reel-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(22,21,26,.18);
}
.salon-reel figcaption {
  position: absolute;
  right: clamp(20px, 4vw, 42px);
  bottom: clamp(22px, 4vw, 42px);
  left: clamp(20px, 4vw, 42px);
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 44ch;
}
.salon-reel figcaption strong {
  color: #fff;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.1;
}
.salon-reel figcaption span {
  color: rgba(255,255,255,.8);
  font-size: clamp(.8rem, .25vw + .76rem, .9rem);
}
.salon-motion {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 100px;
  background: rgba(22,21,26,.72);
  color: #fff;
  font: 600 .76rem/1 "Inter Tight", sans-serif;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: border-color .25s var(--ease), background-color .25s var(--ease);
}
.salon-motion:hover { border-color: #fff; background: rgba(22,21,26,.9); }
.salon-motion:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.salon-motion-icon {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid currentColor;
}
.salon-motion.is-playing .salon-motion-icon {
  width: 8px;
  height: 11px;
  border-block: 0;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.salon-photo-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.3vw, 18px);
  min-width: 0;
  min-height: 0;
}
.salon-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: #29262D;
  color: #fff;
  text-align: left;
  cursor: zoom-in;
  box-shadow: 0 18px 44px rgba(0,0,0,.2);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.salon-photo--bow { grid-area: 1 / 1 / 3 / 2; }
.salon-photo--cat { grid-area: 1 / 2 / 2 / 3; }
.salon-photo--bath { grid-area: 2 / 2 / 4 / 3; }
.salon-photo--trim { grid-area: 3 / 1 / 4 / 2; }
.salon-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s var(--ease);
}
.salon-photo--bow img { object-position: 50% 34%; }
.salon-photo--cat img { object-position: 50% 44%; }
.salon-photo--bath img { object-position: 50% 38%; }
.salon-photo--trim img { object-position: 50% 38%; }
.salon-photo-copy {
  position: absolute;
  right: 14px;
  bottom: 13px;
  left: 14px;
  z-index: 2;
  display: grid;
  gap: 2px;
}
.salon-photo-copy strong {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(.86rem, .45vw + .76rem, 1rem);
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.salon-photo-copy span {
  color: rgba(255,255,255,.7);
  font-size: .61rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.salon-photo:hover {
  z-index: 3;
  transform: translateY(-6px) rotate(-.35deg);
  border-color: rgba(255,255,255,.55);
  box-shadow: 0 26px 54px rgba(0,0,0,.3);
}
.salon-photo:nth-child(even):hover { transform: translateY(-6px) rotate(.35deg); }
.salon-photo:hover img { transform: scale(1.035); }
.salon-photo:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.salon-gallery-stamp {
  position: absolute;
  top: 50%;
  left: 61.8%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 98px;
  aspect-ratio: 1;
  padding: 12px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  background: #FBF6F0;
  color: var(--accent-ink);
  font-family: "Inter Tight", sans-serif;
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-9deg);
  box-shadow: 0 15px 34px rgba(0,0,0,.24), inset 0 0 0 5px #FBF6F0, inset 0 0 0 6px rgba(200,50,42,.28);
}
.salon-gallery-hint {
  margin: 16px 4px 0 auto;
  color: rgba(255,255,255,.6);
  font-size: .75rem;
  letter-spacing: .06em;
  text-align: right;
}

.gallery-lightbox {
  width: min(92vw, 980px);
  max-width: none;
  max-height: 92dvh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 26px;
  background: transparent;
  color: var(--ink);
}
.gallery-lightbox::backdrop {
  background: rgba(10,9,12,.84);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}
.gallery-lightbox-inner {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 26px;
  background: #FFFEFC;
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
}
.gallery-lightbox figure { margin: 0; }
.gallery-lightbox img {
  width: 100%;
  max-height: calc(92dvh - 86px);
  object-fit: contain;
  border-radius: 18px;
  background: var(--paper-warm);
}
.gallery-lightbox figcaption {
  padding: 13px 8px 5px;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.015em;
}
.gallery-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0 0 3px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font: 300 2rem/1 "Inter", sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(0,0,0,.3);
}
.gallery-lightbox-close:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

@media (max-width: 1000px) {
  .salon-gallery-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }
  .salon-promise { max-width: 56ch; }
  .salon-gallery-stage { grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); }
  .salon-gallery-stamp { left: 64.3%; width: 86px; }
}

@media (max-width: 780px) {
  .salon-gallery-stage { display: block; }
  .salon-reel { border-radius: 24px 24px 66px 24px; }
  .salon-photo-grid {
    display: flex;
    gap: 14px;
    margin-inline: calc(var(--gutter) * -1);
    padding: 20px var(--gutter) 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .salon-photo-grid::-webkit-scrollbar { display: none; }
  .salon-photo {
    flex: 0 0 min(72vw, 300px);
    aspect-ratio: 4 / 5;
    scroll-snap-align: center;
  }
  .salon-photo:first-child { scroll-snap-align: start; }
  .salon-gallery-stamp { display: none; }
  .salon-gallery-hint { margin-top: 8px; text-align: left; }
}

@media (max-width: 560px) {
  .salon-gallery { padding-block: 76px; }
  .salon-gallery-line {
    inset: 26% -30% auto;
    width: 160%;
    height: 58%;
  }
  .salon-gallery-head { margin-bottom: 32px; }
  .salon-promise { padding-left: 18px; }
  .salon-reel-tag { top: 12px; left: 12px; padding: 7px 10px; font-size: .6rem; }
  .salon-motion { top: 10px; right: 10px; min-height: 40px; padding: 8px 11px; }
  .salon-reel figcaption { right: 20px; bottom: 22px; left: 20px; }
  .salon-reel figcaption span { max-width: 28ch; }
  .salon-photo { flex-basis: min(76vw, 280px); }
  .gallery-lightbox { width: calc(100vw - 24px); }
  .gallery-lightbox-inner { padding: 7px; border-radius: 20px; }
  .gallery-lightbox img { border-radius: 14px; }
  .gallery-lightbox-close { top: -10px; right: -8px; width: 44px; height: 44px; }
}

/* ─────────────── Process ─────────────── */

.process { background: var(--card); border-block: 1px solid var(--line-soft); }

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
  gap: clamp(26px, 3.2vw, 52px);
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.step { padding-top: 24px; border-top: 1px solid var(--line); }
.step-num {
  display: block;
  font-family: "Inter Tight", sans-serif;
  font-size: .74rem;
  letter-spacing: .16em;
  color: var(--accent);
  margin-bottom: 1.4rem;
}
.step h3 { margin-bottom: .65rem; }
.step p { font-size: .93rem; color: var(--ink-soft); line-height: 1.6; }

/* ─────────────── Proof ─────────────── */

.quote { margin: 0 auto clamp(52px, 6vw, 84px); max-width: 34ch; }
.quote p {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.42rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -.032em;
  margin-bottom: 1.7rem;
  max-width: none;
  text-wrap: balance;
}
.quote footer { display: flex; flex-direction: column; gap: 3px; }
.quote footer span:first-child { font-size: .93rem; font-weight: 500; }
.quote-meta { font-size: .84rem; color: var(--ink-mute); }

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: clamp(22px, 3vw, 44px);
  margin: 0;
  padding-top: clamp(34px, 4vw, 52px);
  border-top: 1px solid var(--line);
}
.stat dt {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(2.05rem, 3.4vw, 2.85rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: .55rem;
}
.stat dd { margin: 0; font-size: .855rem; color: var(--ink-mute); }

/* ─────────────── Coverage ─────────────── */

.areas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
  gap: 0 20px;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.areas li {
  padding: 11px 0;
  border-top: 1px solid var(--line-soft);
  font-size: .91rem;
  color: var(--ink-soft);
}

/* ─────────────── CTA ─────────────── */

.cta {
  padding-block: clamp(52px, 7vw, 92px);
  background: var(--paper);
  color: var(--ink);
  text-align: center;
}
.cta-scene {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: clamp(470px, 42vw, 540px);
  overflow: hidden;
  border: 1px solid rgba(22, 21, 26, .08);
  border-radius: 28px;
  background: #DCEFF1;
  box-shadow: 0 22px 60px rgba(55, 91, 96, .12);
}
.cta-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(220, 239, 241, .96) 0%,
    rgba(220, 239, 241, .86) 35%,
    rgba(220, 239, 241, .08) 72%
  );
  pointer-events: none;
}
.cta-art {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-art,
.cta-art img {
  width: 100%;
  height: 100%;
}
.cta-art img {
  object-fit: cover;
  object-position: center 62%;
}
.cta-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 780px);
  margin-inline: auto;
  padding: clamp(68px, 8vw, 108px) clamp(24px, 5vw, 58px);
}
/* Interior CTAs already receive the section's outer padding. Remove the second
   vertical padding layer; the homepage scene keeps the generous inset above. */
.cta > .cta-inner { padding-block: 0; }
.cta .eyebrow {
  color: var(--accent);
  margin-bottom: 1.25rem;
}
.cta h2 {
  max-width: 16ch;
  margin: 0 auto 1.35rem;
  color: var(--ink);
  font-size: clamp(2.6rem, 4.6vw, 4.15rem);
  line-height: .98;
}
.cta-lede {
  max-width: 52ch;
  margin-inline: auto;
  margin-bottom: 2.25rem;
  color: var(--ink-soft);
}
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.cta .btn-ghost {
  --sheen: rgba(22, 21, 26, .08);
  color: var(--ink);
  border-color: var(--ink);
  background: rgba(255, 255, 255, .72);
}
.cta .btn-ghost:hover {
  border-color: var(--ink);
  background: rgba(255, 255, 255, .92);
}

/* ─────────────── Footer ─────────────── */

.site-footer { background: var(--paper-warm); padding-top: clamp(56px, 7vw, 88px); }
/* Legal pages carry only the base row — no column nav to sit above it. */
.site-footer.is-slim { padding-top: 0; }
.site-footer.is-slim .footer-base { border-top: 0; padding-block: 26px; }

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: clamp(38px, 5vw, 72px);
  padding-bottom: clamp(44px, 5vw, 64px);
}
/* The footer has the room the header does not, so the full badge runs here —
   wordmark, est. date and tagline all legible. */
.footer-logo { width: clamp(150px, 15vw, 186px); height: auto; margin-bottom: 20px; }
.footer-brand p { font-size: .875rem; color: var(--ink-mute); line-height: 1.65; }

.footer-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 28px;
}
.footer-nav h2 {
  font-size: .705rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 14px;
}
.footer-nav a {
  font-size: .89rem;
  color: var(--ink-soft);
  padding: 6px 0;
  min-height: 44px;          /* comfortable thumb target */
  display: flex;
  align-items: center;
  transition: color .3s var(--ease);
}
.footer-nav a:hover { color: var(--accent); }

.footer-base {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  padding-block: 22px;
  border-top: 1px solid var(--line);
}
.footer-base p { margin: 0; font-size: .795rem; color: var(--ink-mute); }

.footer-legal { display: flex; flex-wrap: wrap; gap: 0 18px; align-items: center; }
/* Small type, but the hit area still clears 44px like the rest of the site. */
.footer-legal a,
.footer-legal button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  font-family: inherit;
  font-size: .795rem;
  color: var(--ink-mute);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition: color .3s var(--ease);
}
.footer-legal a:hover,
.footer-legal button:hover { color: var(--accent); }

/* ─────────────── Legal pages ─────────────── */

.legal-head {
  padding-top: clamp(52px, 7vw, 92px);
  padding-bottom: clamp(30px, 4vw, 46px);
  border-bottom: 1px solid var(--line);
}
.legal-head h1 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin-bottom: .9rem;
}
.legal-head .lede { max-width: 60ch; margin-bottom: 1.4rem; }
.legal-meta { font-size: .795rem; color: var(--ink-mute); margin: 0; }

.legal-body {
  max-width: 72ch;
  padding-block: clamp(44px, 6vw, 76px);
}
.legal-body h2 {
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  margin-top: 2.7rem;
  margin-bottom: .85rem;
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-top: 1.7rem;
  margin-bottom: .5rem;
}
.legal-body p,
.legal-body li {
  font-size: .955rem;
  line-height: 1.75;
  color: var(--ink-soft);
}
.legal-body p { margin-bottom: 1.05rem; }
.legal-body ul { margin: 0 0 1.3rem; padding-left: 1.15rem; }
.legal-body li { margin-bottom: .5rem; }
.legal-body li::marker { color: var(--ink-mute); }
.legal-body a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-body a:hover { color: var(--accent); }
.legal-body strong { color: var(--ink); font-weight: 600; }

.legal-note {
  margin-top: 2.6rem;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-warm);
}
.legal-note p { margin: 0; font-size: .875rem; color: var(--ink-mute); }

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: .875rem;
  color: var(--ink-soft);
  transition: color .3s var(--ease);
}
.legal-back:hover { color: var(--accent); }

/* ─────────────── Cookie notice ─────────────── */

/* Deliberately quiet: a hairline strip at the very bottom, small muted type,
   no dimming layer and no focus trap. It should read as a footnote, not a gate. */
.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(247, 245, 242, .86);
  backdrop-filter: saturate(150%) blur(12px);
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .6s var(--ease), opacity .6s var(--ease), visibility .6s;
}
.cookie-bar.is-in { transform: none; opacity: 1; visibility: visible; }

.cookie-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding-block: 11px;
}
.cookie-text {
  margin: 0;
  flex: 1 1 300px;
  font-size: .78rem;
  line-height: 1.55;
  color: var(--ink-mute);
}
.cookie-text a { color: var(--ink-soft); text-decoration: underline; text-underline-offset: 2px; }
/* Phones get the shorter sentence so the strip stays one line of type deep. */
.cookie-short { display: none; }
.cookie-text a:hover { color: var(--accent); }

.cookie-actions { display: flex; align-items: center; gap: 6px; flex: 0 0 auto; }

.cookie-btn {
  font-family: "Inter Tight", sans-serif;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: -.008em;
  line-height: 1;
  padding: 8px 15px;
  min-height: 34px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: none;
  color: var(--ink-mute);
  cursor: pointer;
  white-space: nowrap;
  transition: color .3s var(--ease), background-color .3s var(--ease), border-color .3s var(--ease);
}
.cookie-btn:hover { color: var(--ink); }
.cookie-btn-accept { border-color: var(--line); color: var(--ink-soft); }
.cookie-btn-accept:hover { border-color: var(--ink); color: var(--ink); background: rgba(255,255,255,.6); }

/* Phones get a real 44px target — quiet is fine, fiddly is not. */
@media (max-width: 620px) {
  .cookie-long { display: none; }
  .cookie-short { display: inline; }
  .cookie-inner { padding-block: 10px; gap: 4px 12px; }
  .cookie-text { flex: 1 1 100%; font-size: .755rem; line-height: 1.45; }
  .cookie-actions { flex: 1 1 100%; justify-content: flex-end; }
  .cookie-btn { min-height: 44px; padding: 8px 18px; }
}

@media (max-width: 700px) {
  .leash-divider { width: calc(100% - 28px); }
  .leash-divider svg { top: -27px; height: 54px; }
  .leash-divider path { stroke-width: 2.2; }
  .leash-paw--start { display: none; }
}

/* ─────────────── Interior page head ─────────────── */

.page-head {
  padding-top: clamp(52px, 7vw, 96px);
  padding-bottom: clamp(34px, 4.5vw, 56px);
  border-bottom: 1px solid var(--line);
}
@media (max-width: 1439px) {
  .page-head {
    padding-bottom: clamp(100px, 14vw, 128px);
  }
}
.page-head h1 { font-size: clamp(2.3rem, 4.6vw, 3.6rem); margin-bottom: 1.1rem; }
.page-head .lede { max-width: 56ch; }

/* Portrait source images need their own box, or a 4:3 crop cuts the faces off. */
.split-media.is-portrait img { aspect-ratio: 4 / 5; object-position: 50% 35%; }

/* ─────────────── Team ─────────────── */

.team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(24px, 3vw, 44px);
}
.team-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 30%; }
.team-body { padding: 24px 24px 28px; }
.team-body h3 { margin-bottom: .25rem; }
.team-role {
  font-family: "Inter Tight", sans-serif;
  font-size: .7rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.team-body p { font-size: .915rem; color: var(--ink-soft); line-height: 1.62; }

/* ─────────────── Long-form prose block ─────────────── */

.prose { max-width: 68ch; }
.prose p { color: var(--ink-soft); font-size: .985rem; line-height: 1.78; margin-bottom: 1.2rem; }
.prose h3 { margin: 2.4rem 0 .7rem; }

/* ─────────────── Testimonials ─────────────── */

.proof {
  overflow: hidden;
  text-align: left;
  background: var(--paper-warm);
  border-block: 1px solid var(--line-soft);
}
.review-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(38px, 5vw, 62px);
}
.review-head .section-head { margin-bottom: 0; }
.review-head .section-lede { margin-top: 1rem; }

.review-motion {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: var(--card);
  color: var(--ink-soft);
  font-family: "Inter Tight", sans-serif;
  font-size: .8rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .3s var(--ease), color .3s var(--ease), background-color .3s var(--ease);
}
.review-motion:hover { border-color: var(--ink); color: var(--ink); }
.review-motion:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.review-motion-icon {
  display: inline-block;
  width: 9px;
  height: 11px;
  border-inline: 2px solid currentColor;
}
.review-motion.is-paused .review-motion-icon {
  width: 0;
  height: 0;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.review-marquee {
  --review-gap: clamp(16px, 2vw, 24px);
  overflow: hidden;
  padding-block: 8px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.review-track,
.review-set {
  display: flex;
  align-items: stretch;
  gap: var(--review-gap);
}
.review-track {
  width: max-content;
  animation: review-scroll 46s linear infinite;
}
.review-set { flex: none; }
.review-marquee:hover .review-track,
.review-marquee:focus-within .review-track,
.review-marquee.is-paused .review-track {
  animation-play-state: paused;
}
@keyframes review-scroll {
  to { transform: translateX(calc(-50% - var(--review-gap) / 2)); }
}
.quote-card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: clamp(310px, 34vw, 430px);
  min-height: 282px;
  margin: 0;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 30px 30px 26px;
  text-align: left;
  box-shadow: var(--shadow-xs);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.quote-card:hover {
  transform: translateY(-3px) rotate(-1deg);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
.quote-card:nth-child(even):hover { transform: translateY(-3px) rotate(1deg); }
.quote-mark {
  display: block;
  height: 40px;
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: .9;
  color: var(--accent);
}
.quote-card p {
  flex: 1;
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1rem, .3vw + .94rem, 1.09rem);
  color: var(--ink-soft);
  line-height: 1.62;
  letter-spacing: -.012em;
  margin: 8px 0 1.55rem;
}
.quote-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: none;
  border: 1px solid rgba(200, 50, 42, .22);
  border-radius: 50%;
  background: rgba(200, 50, 42, .06);
  color: var(--accent-ink);
  font-family: "Inter Tight", sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .03em;
}
.review-person {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.review-person strong {
  font-size: .875rem;
  font-weight: 500;
}
.review-person small {
  font-size: .76rem;
  color: var(--ink-mute);
}

@media (max-width: 700px) {
  .review-head { align-items: flex-start; flex-direction: column; }
  .review-marquee {
    margin-inline: calc(var(--gutter) * -1);
    padding-inline: var(--gutter);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }
  .quote-card { width: min(82vw, 350px); padding: 26px 24px 23px; }
}

/* ─────────────── Pricing tables ─────────────── */

.price-group { margin-bottom: clamp(38px, 4.5vw, 62px); }
.price-group:last-child { margin-bottom: 0; }
.price-group h3 { margin-bottom: 1rem; }

/* Wide tables scroll inside their own box rather than pushing the page sideways. */
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: var(--card);
  -webkit-overflow-scrolling: touch;
}

table.price {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: .92rem;
}
table.price caption {
  caption-side: top;
  text-align: left;
  padding: 18px 22px 0;
  font-family: "Inter Tight", sans-serif;
  font-size: .715rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
table.price th,
table.price td {
  padding: 14px 22px;
  text-align: left;
  border-top: 1px solid var(--line-soft);
}
table.price thead th {
  border-top: 0;
  font-family: "Inter Tight", sans-serif;
  font-size: .705rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  white-space: nowrap;
}
table.price tbody th {
  font-weight: 400;
  color: var(--ink);
}
table.price td {
  font-family: "Inter Tight", sans-serif;
  font-variant-numeric: tabular-nums;
  color: var(--ink-soft);
  white-space: nowrap;
}
table.price td.na { color: var(--ink-mute); }
table.price tbody tr:hover { background: var(--paper-warm); }

.price-note { font-size: .84rem; color: var(--ink-mute); margin: 14px 0 0; }

/* ─────────────── Definition rows (add-ons, fees, coat types) ─────────────── */

.rows { margin: 0; padding: 0; list-style: none; }
.rows > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 24px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--line-soft);
}
.rows > li:last-child { border-bottom: 1px solid var(--line-soft); }
.rows h3 {
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: -.015em;
  margin: 0;
}
.rows .row-price {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.02rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.rows > li > ul { grid-column: 1 / -1; margin: 12px 0 0; }

.rows p {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  font-size: .9rem;
  color: var(--ink-soft);
  line-height: 1.6;
  max-width: 68ch;
}

/* ─────────────── Contact ─────────────── */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-list { margin: 0; padding: 0; }
.contact-list > div {
  padding: 16px 0;
  border-top: 1px solid var(--line-soft);
}
.contact-list > div:last-child { border-bottom: 1px solid var(--line-soft); }
.contact-list dt {
  font-family: "Inter Tight", sans-serif;
  font-size: .705rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 4px;
}
.contact-list dd { margin: 0; font-size: 1rem; }
.contact-list dd a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  transition: color .3s var(--ease);
}
.contact-list dd a:hover { color: var(--accent); }

.form {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 38px);
}
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label {
  font-family: "Inter Tight", sans-serif;
  font-size: .705rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: .95rem;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line-control);
  border-radius: 10px;
  padding: 13px 15px;
  min-height: 48px;
  width: 100%;
  transition: border-color .3s var(--ease);
}
.field textarea { resize: vertical; min-height: 132px; line-height: 1.6; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--ink); }
.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-mute);
  opacity: 1;
}

.contact-prep { margin-top: 2rem; }
.contact-prep h3 { margin-bottom: .35rem; }
.contact-prep .ticks { margin-top: .75rem; }
.contact-prep .note { max-width: 46ch; }

.form .btn { width: 100%; margin-top: 6px; }
.form-note { font-size: .82rem; color: var(--ink-mute); margin: 14px 0 0; }

/* ─────────────── Social links ─────────────── */

.socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.8rem; }
.socials a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: .875rem;
  color: var(--ink-soft);
  transition: border-color .3s var(--ease), color .3s var(--ease);
}
.socials a:hover { border-color: var(--ink); color: var(--ink); }
.socials svg { width: 16px; height: 16px; fill: currentColor; flex: none; }

/* ─────────────── Scroll reveal ─────────────── */

.reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
  transition-delay: calc(var(--d, 0) * 90ms);
  will-change: opacity, transform;
}
.reveal.is-in { opacity: 1; transform: none; }

/* ─────────────── Responsive ─────────────── */

@media (max-width: 1000px) {
  .hero-stage { min-height: auto; }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 58px;
  }
  .hero-copy {
    max-width: 680px;
    padding-bottom: 0;
  }
  .hero-copy h1 { max-width: 10.5em; }
  .hero-copy .lede { max-width: 46ch; }
  .hero-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }
  .hero-dog {
    left: 18px;
    bottom: -20px;
  }

  .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }

  .groom-story-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .groom-story-head .eyebrow {
    grid-column: auto;
    margin-bottom: 0;
  }
  .groom-story-head h2 { max-width: 17ch; }
  .groom-interactor {
    grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
    gap: 34px;
    min-height: 540px;
  }
  .groom-tab { min-height: 92px; }

  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  :root { --section-y: 100px; }

  html {
    scroll-padding-top: calc(74px + env(safe-area-inset-top));
    scroll-padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }

  .nav-toggle { display: inline-flex; }

  /* A filtered ancestor becomes the containing block for fixed descendants.
     Use a solid mobile header so the drawer remains pinned to the viewport. */
  .site-header,
  .site-header.is-stuck {
    background: rgba(247, 245, 242, .98);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .header-inner {
    min-height: calc(68px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
  }

  /* Above-the-fold copy should never wait behind a reveal transition on a
     phone. Motion remains in the controls, while the message paints at once. */
  .hero .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  /* Give the hanging crest a deliberate buffer before the first page message. */
  .hero-inner,
  .page-head,
  .legal-head {
    padding-top: 76px;
  }

  /* The persistent bottom actions replace duplicate conversion controls in
     both the mobile header and homepage hero. */
  .header-actions .btn-sm { display: none; }
  .hero-actions { display: none; }
  .hero-copy .lede { margin-bottom: 0; }
  .header-actions { margin-left: auto; }

  .nav {
    position: fixed;
    top: calc(68px + env(safe-area-inset-top));
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: min(88vw, 360px);
    height: calc(100dvh - 68px - env(safe-area-inset-top));
    max-height: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 16px 22px calc(24px + env(safe-area-inset-bottom) + var(--cookie-bar-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-padding-block: 16px calc(24px + env(safe-area-inset-bottom) + var(--cookie-bar-height));
    background: #FFFEFC;
    border-left: 1px solid var(--line);
    box-shadow: -18px 0 50px rgba(22, 21, 26, .13);
    transform: translate3d(104%, 0, 0);
    visibility: hidden;
    transition: transform .42s var(--ease), visibility 0s linear .42s;
  }
  .nav.is-open {
    visibility: visible;
    transform: none;
    transition-delay: 0s;
  }
  .nav a {
    padding: 16px 4px;
    font-size: 1.05rem;
    color: var(--ink);
    border-bottom: 1px solid var(--line-soft);
    min-height: 56px;
    display: flex;
    align-items: center;
    scroll-margin-block: 16px;
  }
  .nav a[aria-current="page"] { color: var(--accent-ink); font-weight: 600; }
  .nav a::after { display: none; }

  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-backdrop { top: calc(68px + env(safe-area-inset-top)); }

  body.nav-open { overflow: hidden; }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    gap: 7px;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #FFFEFC;
    box-shadow: 0 12px 34px rgba(22, 21, 26, .14),
                inset 0 1px 0 rgba(255, 255, 255, .9);
    transform: translate3d(0, calc(0px - var(--cookie-bar-height)), 0);
    will-change: transform;
    transition: transform .34s var(--ease), opacity .28s var(--ease),
                visibility .34s;
  }
  .mobile-cta .btn {
    min-width: 0;
    min-height: 50px;
    padding: 12px 14px;
    font-size: .88rem;
  }
  .mobile-cta .btn-ghost { background: var(--paper); }
  body.nav-open .mobile-cta {
    transform: translate3d(0, calc(100% + 30px), 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-footer { padding-bottom: calc(82px + env(safe-area-inset-bottom)); }

  .brand {
    width: 118px;
    height: 98px;
    margin-bottom: -30px;
    flex-basis: 118px;
    filter: drop-shadow(0 8px 9px rgba(56, 45, 39, .15));
  }
  .brand-crest {
    padding-top: 5px;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  }
  .brand-logo { width: 98px; }
  .site-header.is-stuck .brand-crest { transform: none; }

  .groom-interactor {
    grid-template-columns: 1fr;
    gap: 26px;
    min-height: 0;
  }
  .groom-tabs { order: 2; }
  .groom-visual {
    order: 1;
    min-height: 430px;
  }
  .groom-tab { min-height: 88px; }

  .spec > div { grid-template-columns: 1fr; gap: 5px; }
}

/* ─────────────── Accessibility statement ─────────────── */

.a11y-badge {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 2rem;
  padding: 20px 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.a11y-badge svg { width: 34px; height: 34px; flex: none; fill: var(--accent); }
.a11y-badge-text { display: flex; flex-direction: column; gap: 3px; }
.a11y-badge strong {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -.015em;
}
.a11y-badge span { font-size: .845rem; color: var(--ink-mute); line-height: 1.5; }

.a11y-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 1.8rem 0 2.2rem;
  padding: 0;
  list-style: none;
}
@media (max-width: 560px) { .a11y-stats { grid-template-columns: 1fr; } }
.a11y-stats > div {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 20px 22px;
}
.a11y-stats dt {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1;
  color: var(--ink);
}
.a11y-stats dd {
  margin: 9px 0 0;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

/* Reflow (WCAG 1.4.10). Keep the hanging crest and menu trigger comfortably
   inside the narrowest supported header. */
@media (max-width: 460px) {
  :root { --gutter: 16px; }

  .header-inner { gap: 10px; }
  .header-actions { gap: 8px; }
  .nav-toggle { width: 44px; height: 44px; }
}

@media (max-width: 560px) {
  .hero-inner {
    gap: 30px;
    padding-top: 76px;
    padding-bottom: 42px;
  }
  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2rem, 9.4vw, 2.5rem);
    line-height: 1;
    letter-spacing: -.042em;
    margin-bottom: 1.05rem;
  }
  .hero-copy .eyebrow {
    max-width: 31ch;
    margin-bottom: .85rem;
  }
  .hero-copy .lede {
    max-width: 34ch;
    margin-bottom: 0;
  }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-visual {
    padding: 0 8px 8px 0;
  }
  .hero-visual::before {
    inset: 10px 0 0 12px;
    border-radius: 19px;
  }
  .hero-backdrop {
    border-radius: 19px;
  }
  .hero-dog {
    left: 12px;
    bottom: 12px;
    width: 104px;
    border-width: 5px;
    border-radius: 16px;
  }
  .groom-story-head { margin-bottom: 30px; }
  .groom-story-head h2 { font-size: clamp(2rem, 9vw, 2.5rem); }
  .groom-interactor {
    gap: 18px;
    padding: 16px 14px 20px;
    border-radius: 22px;
  }
  .groom-visual { min-height: 310px; }
  .groom-photo-frame { width: min(100%, 350px); }
  .groom-photo-outline { inset: 11px -7px -8px 11px; border-radius: 28px 14px 28px 14px; }
  .groom-visual-note {
    margin-top: -2px;
    font-size: .7rem;
  }
  .groom-tab {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
    min-height: 82px;
    padding: 15px 8px 15px 4px;
  }
  .groom-tab-number { width: 48px; height: 48px; }
  .groom-tab-number text { font-size: 19px; }
  .groom-tab.is-active { padding-left: 10px; }
  .groom-tab-copy strong {
    font-size: clamp(1.42rem, 7vw, 1.8rem);
    line-height: 1.02;
  }
  .groom-tab.is-active .groom-tab-copy small {
    margin-top: .55rem;
  }
  .groom-tab-copy small { font-size: .8rem; }
  .cta { padding-block: 40px; }
  .cta-scene {
    min-height: 560px;
    border-radius: 22px;
  }
  .cta-inner {
    padding: 72px 20px 64px;
  }
  .cta h2 {
    max-width: 15ch;
    font-size: clamp(2.15rem, 9vw, 2.5rem);
    line-height: 1;
  }
  .cta-lede {
    max-width: 31ch;
    margin-bottom: 1.85rem;
  }
  .cta-actions .btn { flex: 1 1 100%; }
  .quote p { max-width: none; }
  .footer-base { flex-direction: column; gap: 6px; }
}

@media (max-width: 340px) {
  .hero-copy h1 { font-size: 1.9rem; }
}

/* ─────────────── Reduced motion ─────────────── */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .proof-motion { animation: none; transform: none; }
  .proof-connection path {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .salon-motion { display: none; }
  .review-motion { display: none; }
  .review-marquee {
    overflow: visible;
    margin-inline: 0;
    padding-inline: 0;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .review-track { display: block; width: 100%; animation: none; transform: none; }
  .review-set {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .review-set[aria-hidden="true"] { display: none; }
  .quote-card { width: auto; min-height: 0; }
  .card, .card-media img, .btn, .salon-photo, .salon-photo img { transition: none; }
  .card:hover { transform: none; }
  .card:hover .card-media img { transform: none; }
  .card:hover .service-card-icon { transform: none; }
  .quote-card:hover,
  .quote-card:nth-child(even):hover { transform: none; }
  .btn-book-label,
  .btn-book-note { transition: none; }
  .salon-photo:hover,
  .salon-photo:nth-child(even):hover { transform: none; }
  .salon-photo:hover img { transform: none; }
  .groom-tab,
  .groom-tab::after,
  .groom-tab-number,
  .groom-tab-copy small { transition: none; }
  /* No sheen, no spark — remove them outright rather than freezing a stray
     highlight on the pill edge. */
  .btn::after, .btn::before { display: none; animation: none; }
  .nav, .nav-backdrop, .mobile-cta { transition: none; }
  .cookie-bar { transition: none; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 700px) {
  .review-set { grid-template-columns: minmax(0, 1fr); }
}
