:root {
  --brand: oklch(0.72 0.19 54);
  --brand-hot: oklch(0.68 0.2 43);
  --brand-soft: oklch(0.93 0.07 68);
  --cream: oklch(0.98 0.025 80);
  --paper: oklch(0.995 0.01 86);
  --ink: oklch(0.2 0.03 55);
  --muted: oklch(0.46 0.04 61);
  --line: oklch(0.76 0.04 65 / 0.35);
  --brand-deep-orange: oklch(0.48 0.15 47);
  --brand-caramel: oklch(0.61 0.16 55);
  --brand-glow: oklch(0.86 0.12 72);
  --shadow: 0 22px 70px oklch(0.45 0.12 55 / 0.16);
  --shadow-soft: 0 14px 38px oklch(0.48 0.11 55 / 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: linear-gradient(180deg, oklch(0.965 0.045 75) 0%, var(--cream) 42%, var(--paper) 100%);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.64;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(oklch(1 0 0 / 0.2) 1px, transparent 1px),
    linear-gradient(90deg, oklch(1 0 0 / 0.16) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, black 0%, rgb(0 0 0 / 0.72) 52%, transparent 100%);
  animation: ambient-grid-drift 18s linear infinite;
}

.ambient-bg {
  position: fixed;
  z-index: -3;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  isolation: isolate;
  background:
    linear-gradient(132deg, oklch(0.985 0.032 80) 0%, oklch(0.965 0.055 72) 34%, oklch(0.99 0.018 86) 100%);
}

.ambient-bg::before {
  content: "";
  position: absolute;
  inset: -24%;
  background:
    conic-gradient(from 214deg at 24% 18%,
      oklch(0.98 0.04 82 / 0) 0deg,
      oklch(0.91 0.13 64 / 0.55) 58deg,
      oklch(0.99 0.025 88 / 0.68) 118deg,
      oklch(0.82 0.16 55 / 0.42) 178deg,
      oklch(0.98 0.04 82 / 0) 260deg,
      oklch(0.98 0.04 82 / 0) 360deg);
  filter: blur(42px) saturate(1.08);
  opacity: 0.98;
  transform: translate3d(-2%, -1%, 0) rotate(0.001deg);
  animation: ambient-light-sweep 24s cubic-bezier(.22, 1, .36, 1) infinite alternate;
}

.ambient-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.985 0.028 82 / 0.96) 0%, oklch(0.985 0.028 82 / 0.76) 37%, transparent 63%, oklch(0.9 0.11 62 / 0.18) 100%),
    linear-gradient(180deg, transparent 0%, oklch(0.995 0.01 86 / 0.66) 74%, oklch(0.995 0.01 86 / 0.96) 100%);
}

.ambient-bg__dog {
  position: absolute;
  top: 0;
  right: 0;
  width: min(72vw, 1080px);
  min-width: 760px;
  height: 112svh;
  background:
    linear-gradient(90deg, oklch(0.98 0.03 80 / 0.22), transparent 24%, transparent 100%),
    url("pics/WhatsApp Image 2026-04-22 at 11.48.06 AM (2).jpeg");
  background-size: cover;
  background-position: 45% 48%;
  filter: saturate(1.12) contrast(1.08) sepia(0.06);
  opacity: 0.78;
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0) scale(1.02);
  mask-image: linear-gradient(90deg, transparent 0%, black 21%, black 100%);
  animation: ambient-dog-breathe 16s cubic-bezier(.22, 1, .36, 1) infinite alternate;
}

.ambient-bg__wash {
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(118deg,
      transparent 0 22%,
      oklch(1 0.012 88 / 0.5) 34%,
      transparent 48% 100%),
    repeating-linear-gradient(112deg,
      oklch(0.84 0.12 68 / 0.08) 0 1px,
      transparent 1px 16px);
  opacity: 0.74;
  transform: translate3d(-6%, 0, 0);
  animation: ambient-wash-drift 20s cubic-bezier(.22, 1, .36, 1) infinite alternate;
}

@keyframes ambient-light-sweep {
  from {
    transform: translate3d(-4%, -2%, 0) rotate(-4deg) scale(1);
  }

  to {
    transform: translate3d(4%, 3%, 0) rotate(5deg) scale(1.06);
  }
}

@keyframes ambient-dog-breathe {
  from {
    opacity: 0.7;
    transform: translate3d(0, 0, 0) scale(1.015);
  }

  to {
    opacity: 0.84;
    transform: translate3d(-1.2%, 0.8%, 0) scale(1.045);
  }
}

@keyframes ambient-wash-drift {
  from {
    transform: translate3d(-8%, 0, 0);
  }

  to {
    transform: translate3d(5%, 2%, 0);
  }
}

@keyframes ambient-grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 34px 34px, 34px 34px;
  }
}

@keyframes ambient-dog-mobile-breathe {
  from {
    opacity: 0.5;
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    opacity: 0.62;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes ambient-wash-mobile-drift {
  from {
    opacity: 0.74;
  }

  to {
    opacity: 0.92;
  }
}

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid oklch(0.72 0.19 54 / 0.5);
  outline-offset: 4px;
}

.shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.topbar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-bottom: clamp(18px, 3vw, 34px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border: 2px solid oklch(0.72 0.19 54 / 0.25);
  border-radius: 19px;
  background: var(--paper);
  box-shadow: 0 14px 34px oklch(0.68 0.2 43 / 0.28);
}

.nav {
  justify-self: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pill,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 170ms cubic-bezier(.22, 1, .36, 1), box-shadow 170ms cubic-bezier(.22, 1, .36, 1), background 170ms ease, border-color 170ms ease;
}

.pill {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, oklch(1 0 0 / 0.82), oklch(0.97 0.035 76 / 0.88));
  color: var(--muted);
  font-size: 0.88rem;
  box-shadow: 0 9px 22px oklch(0.5 0.1 55 / 0.08);
  backdrop-filter: blur(14px);
}

.pill[aria-current="page"] {
  color: var(--ink);
  border-color: oklch(0.72 0.19 54 / 0.34);
  background: linear-gradient(135deg, var(--paper), var(--brand-soft));
}

.pill:hover,
.button:hover,
.gallery-item:hover {
  transform: translateY(-2px);
}

.top-action,
.button-primary {
  color: oklch(0.995 0.01 86);
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand), var(--brand-hot));
  box-shadow: 0 16px 34px oklch(0.68 0.2 43 / 0.32);
}

.button {
  min-height: 52px;
  padding: 13px 20px;
  border: 0;
  gap: 8px;
  cursor: pointer;
}

.button-secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 10px 24px oklch(0.48 0.11 55 / 0.08);
}

.button-light {
  color: var(--ink);
  background: var(--paper);
}

.button-outline {
  color: oklch(0.995 0.01 86);
  border: 1px solid oklch(1 0 0 / 0.28);
  background: oklch(1 0 0 / 0.1);
}

.cta-row,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero {
  display: block;
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: clamp(650px, calc(100svh - 116px), 860px);
  padding-top: clamp(22px, 5vh, 62px);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -8% 18% 2% -10%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 24% 35%, oklch(1 0.01 86 / 0.98) 0%, oklch(1 0.01 86 / 0.82) 34%, oklch(0.99 0.02 82 / 0.4) 58%, transparent 78%);
}

.hero-copy,
.panel,
.price-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, oklch(1 0 0 / 0.9), oklch(0.98 0.035 76 / 0.88));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-copy {
  max-width: 650px;
  padding: clamp(28px, 5vw, 50px);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.kicker,
.eyebrow {
  color: oklch(0.58 0.18 48);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  background: oklch(0.93 0.07 68 / 0.75);
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px oklch(0.72 0.19 54 / 0.15);
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Aharoni, "Baloo 2", "Arial Rounded MT Bold", sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  max-width: 10.5ch;
  margin-top: 18px;
  font-size: clamp(3rem, 7vw, 6rem);
}

h2 {
  font-size: clamp(2.15rem, 4.5vw, 4rem);
}

h3 {
  font-size: clamp(1.45rem, 2.55vw, 2.35rem);
}

p {
  color: var(--muted);
  max-width: 68ch;
  margin-top: 0.85em;
  margin-bottom: 0;
  font-size: 1.02rem;
  line-height: 1.68;
  font-weight: 500;
  text-wrap: pretty;
}

.lead {
  max-width: 63ch;
  margin: 22px 0 0;
  color: oklch(0.41 0.045 58);
  font-size: clamp(1.04rem, 1.3vw, 1.12rem);
  line-height: 1.66;
  font-weight: 600;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid oklch(0.72 0.19 54 / 0.18);
}

.fact-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fact-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 1.02rem;
  line-height: 1.18;
}

.fact-card span {
  display: block;
  color: var(--muted);
  max-width: 24ch;
  font-size: 0.95rem;
  line-height: 1.48;
  font-weight: 600;
  text-wrap: pretty;
}

.photo-stack {
  display: none;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 220px 150px 190px;
  gap: 12px;
  overflow: hidden;
  min-height: 610px;
  padding: 16px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 95% 10%, oklch(1 0 0 / 0.36), transparent 28%),
    linear-gradient(150deg, var(--brand), var(--brand-hot) 58%, var(--brand-deep-orange));
  box-shadow: var(--shadow);
}

.photo-stack img {
  height: 100%;
  border: 4px solid oklch(1 0 0 / 0.62);
  border-radius: 26px;
  box-shadow: 0 16px 36px oklch(0.22 0.05 55 / 0.22);
}

.photo-stack img:first-child {
  grid-row: span 2;
}

.photo-stack img:nth-child(3) {
  grid-column: span 2;
}

.section {
  padding-top: clamp(34px, 6vw, 72px);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(20px, 4vw, 34px);
  padding: 18px 0;
  border-top: 1px solid oklch(0.72 0.19 54 / 0.18);
  border-bottom: 1px solid oklch(0.72 0.19 54 / 0.18);
}

.trust-band div,
.process-step,
.price-snapshot article,
.proof-note,
.proof-card,
.about-proof {
  border: 1px solid oklch(0.72 0.19 54 / 0.16);
  border-radius: var(--radius-lg);
  background: oklch(1 0 0 / 0.78);
  box-shadow: var(--shadow-soft);
}

.trust-band div {
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-band strong,
.trust-band span,
.proof-note strong,
.proof-note span {
  display: block;
}

.trust-band strong,
.proof-note strong {
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.18;
}

.trust-band span,
.proof-note span {
  max-width: 29ch;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.52;
  font-weight: 600;
  text-wrap: pretty;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.68fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.section-head p {
  margin: 0;
  color: oklch(0.43 0.045 60);
  font-size: clamp(1.02rem, 1.2vw, 1.12rem);
  line-height: 1.64;
  font-weight: 600;
}

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

.mini-grid {
  overflow: hidden;
  gap: 0;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.mini-card,
.service-card {
  padding: clamp(22px, 4vw, 30px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: oklch(1 0 0 / 0.86);
  box-shadow: var(--shadow-soft);
}

.mini-card.dark {
  color: oklch(0.995 0.01 86);
  border: 0;
  border-right: 1px solid oklch(1 0 0 / 0.1);
  border-radius: 0;
  background:
    radial-gradient(circle at top right, var(--brand-glow), transparent 38%),
    linear-gradient(145deg, var(--brand-caramel), var(--brand-deep-orange));
  box-shadow: none;
}

.mini-card.dark:last-child {
  border-right: 0;
}

.mini-card.dark p,
.mini-card.dark h3 {
  color: oklch(0.995 0.01 86 / 0.86);
}

.mini-card p,
.service-card p,
.process-step p,
.proof-card p,
.price-snapshot p,
.contact-card p,
.about-copy p,
.final-cta p {
  font-size: 1rem;
  line-height: 1.62;
}

.service-card {
  display: grid;
  align-content: start;
  min-height: 250px;
}

.service-card img {
  height: 170px;
  margin: -10px -10px 18px;
  width: calc(100% + 20px);
  border-radius: 20px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid oklch(0.72 0.19 54 / 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--paper), var(--brand-soft));
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.care-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.48;
  font-weight: 700;
  list-style: none;
}

.care-list li {
  position: relative;
  padding-left: 19px;
}

.care-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid oklch(0.72 0.19 54 / 0.2);
}

.process-step {
  position: relative;
  min-height: auto;
  padding: clamp(22px, 3vw, 30px) clamp(16px, 2vw, 24px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.process-step h3 {
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.05;
}

.process-step p {
  max-width: 28ch;
  margin-bottom: 0;
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.service-panel + .service-panel {
  margin-top: 24px;
}

.service-panel:nth-child(even) {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.service-panel:nth-child(even) .service-media {
  order: 2;
}

.service-media {
  position: relative;
  min-height: 390px;
  background: var(--brand-soft);
}

.service-media img {
  height: 100%;
}

.service-label {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.86);
  color: oklch(0.58 0.18 48);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.service-body {
  align-self: center;
  padding: clamp(26px, 4vw, 42px);
}

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

.price-snapshot {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid oklch(0.72 0.19 54 / 0.16);
  border-radius: var(--radius-xl);
  background: oklch(1 0 0 / 0.72);
  box-shadow: var(--shadow-soft);
}

.price-snapshot article {
  padding: clamp(18px, 3vw, 24px);
  border: 0;
  border-right: 1px solid oklch(0.72 0.19 54 / 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.price-snapshot article:last-child {
  border-right: 0;
}

.price-snapshot strong,
.price-snapshot span {
  display: block;
}

.price-snapshot strong {
  font-size: 1.05rem;
  line-height: 1.18;
}

.price-snapshot span {
  margin-top: 8px;
  color: oklch(0.58 0.18 48);
  font-family: Aharoni, "Baloo 2", "Arial Rounded MT Bold", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  font-weight: 800;
  line-height: 1;
}

.price-snapshot p {
  max-width: 26ch;
  margin-bottom: 0;
}

.proof-note {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  margin-top: 14px;
  padding: 18px 22px;
  background:
    radial-gradient(circle at right, oklch(0.93 0.07 68 / 0.9), transparent 32%),
    oklch(1 0 0 / 0.84);
}

.proof-note span {
  max-width: 58ch;
  margin-top: 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 18px 28px;
  align-items: start;
}

.proof-card {
  display: grid;
  align-content: start;
  min-height: auto;
  padding: 20px 0 0;
  border: 0;
  border-top: 1px solid oklch(0.72 0.19 54 / 0.2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.proof-card-large {
  grid-row: span 2;
  min-height: 474px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  color: oklch(0.995 0.01 86);
  background:
    radial-gradient(circle at 88% 8%, oklch(1 0 0 / 0.22), transparent 30%),
    linear-gradient(145deg, var(--brand-deep-orange), var(--brand-caramel) 58%, var(--brand-hot));
  box-shadow: 0 28px 90px oklch(0.28 0.08 54 / 0.24);
}

.proof-card-large h3,
.proof-card-large p {
  color: oklch(0.995 0.01 86);
}

.proof-card h3 {
  margin-top: 18px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.proof-card p {
  max-width: 32ch;
  margin-bottom: 0;
}

.proof-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: oklch(0.995 0.01 86);
  background: linear-gradient(135deg, var(--brand), var(--brand-hot));
  font-weight: 900;
}

.proof-card-large .proof-number {
  color: var(--ink);
  background: var(--paper);
}

.about-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-copy {
  align-self: center;
}

.about-copy p {
  max-width: 62ch;
  font-size: clamp(1.02rem, 1.2vw, 1.1rem);
  line-height: 1.72;
}

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.about-points span {
  padding: 10px 13px;
  border: 1px solid oklch(0.72 0.19 54 / 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--paper), var(--brand-soft));
  color: var(--ink);
  font-weight: 900;
}

.gallery-proof {
  position: relative;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-template-rows: 210px 180px;
  gap: 12px;
  min-height: 100%;
}

.gallery-proof img {
  height: 100%;
  border: 4px solid oklch(1 0 0 / 0.7);
  border-radius: 24px;
  box-shadow: 0 16px 38px oklch(0.28 0.08 54 / 0.16);
}

.gallery-proof img:first-child {
  grid-row: span 2;
}

.gallery-proof-link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 17px;
  border-radius: 999px;
  color: oklch(0.995 0.01 86);
  background: linear-gradient(135deg, var(--brand), var(--brand-hot));
  box-shadow: 0 16px 34px oklch(0.68 0.2 43 / 0.32);
  font-weight: 900;
}

.price-card {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 34px);
}

.price-card.featured {
  grid-column: span 2;
  color: oklch(0.995 0.01 86);
  background:
    radial-gradient(circle at 95% 8%, oklch(1 0 0 / 0.28), transparent 28%),
    linear-gradient(135deg, var(--brand-deep-orange), var(--brand-caramel) 44%, var(--brand));
}

.price-card.featured h3,
.price-card.featured p,
.price-card.featured li,
.price-card.featured strong,
.price-card.featured span {
  color: oklch(0.995 0.01 86);
}

.price-list,
.requirements-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.price-list {
  display: grid;
  gap: 10px;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 15px;
  border: 1px solid oklch(0.72 0.19 54 / 0.16);
  border-radius: 18px;
  background: oklch(1 0 0 / 0.72);
}

.price-list span {
  flex: 0 0 auto;
  color: oklch(0.58 0.18 48);
  font-weight: 900;
  white-space: nowrap;
}

.requirements-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.requirements-list li {
  padding: 9px 12px;
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.14);
  font-size: 0.86rem;
  font-weight: 800;
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: end;
  margin: 34px 0 18px;
}

.gallery-head p {
  max-width: 46ch;
  margin: 0;
}

.gallery-grid {
  columns: 4 230px;
  column-gap: 16px;
}

.gallery-item {
  display: block;
  break-inside: avoid;
  overflow: hidden;
  margin: 0 0 16px;
  border: 6px solid oklch(1 0 0 / 0.72);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 18px 42px oklch(0.48 0.11 55 / 0.14);
  transition: transform 170ms cubic-bezier(.22, 1, .36, 1), box-shadow 170ms ease;
}

.gallery-item img {
  height: auto;
}

.lightbox {
  position: fixed;
  z-index: 40;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: oklch(0.2 0.03 55 / 0.82);
  backdrop-filter: blur(12px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-frame {
  position: relative;
  width: min(100%, 1100px);
  max-height: calc(100vh - 48px);
}

.lightbox-image {
  width: 100%;
  max-height: calc(100vh - 48px);
  object-fit: contain;
  border: 8px solid oklch(1 0 0 / 0.9);
  border-radius: 28px;
  background: var(--paper);
}

.lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: oklch(0.995 0.01 86);
  background: linear-gradient(135deg, var(--brand), var(--brand-hot));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
}

.contact-card {
  padding: clamp(26px, 4vw, 38px);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.contact-row {
  padding: 15px 16px;
  border: 1px solid oklch(0.72 0.19 54 / 0.14);
  border-radius: 20px;
  background: var(--paper);
}

.contact-row strong,
.contact-row span,
.contact-row a {
  display: block;
}

.contact-row span,
.contact-row a {
  color: var(--muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.map-wrap {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--brand-soft);
  box-shadow: var(--shadow-soft);
}

.map-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  max-width: 390px;
  padding: 15px 17px;
  border: 1px solid oklch(1 0 0 / 0.5);
  border-radius: 20px;
  background: oklch(1 0 0 / 0.86);
  box-shadow: 0 16px 38px oklch(0.28 0.08 54 / 0.14);
  backdrop-filter: blur(14px);
}

.map-label strong,
.map-label span {
  display: block;
}

.map-label span {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 999px;
  color: oklch(0.995 0.01 86);
  font-weight: 900;
  box-shadow: 0 14px 30px oklch(0.28 0.08 54 / 0.16);
  transition: transform 170ms cubic-bezier(.22, 1, .36, 1), box-shadow 170ms ease;
}

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

.social-pill svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.social-facebook svg,
.social-tiktok svg {
  fill: currentColor;
  stroke: none;
}

.social-instagram {
  background: linear-gradient(135deg, oklch(0.64 0.22 342), var(--brand-hot) 54%, oklch(0.76 0.17 75));
}

.social-facebook {
  background: linear-gradient(135deg, oklch(0.52 0.2 260), oklch(0.43 0.18 260));
}

.social-tiktok {
  background: linear-gradient(135deg, oklch(0.22 0.03 260), oklch(0.1 0.01 260));
}

.final-cta {
  margin-top: clamp(28px, 5vw, 54px);
  padding: clamp(28px, 5vw, 46px);
  border-radius: var(--radius-xl);
  color: oklch(0.995 0.01 86);
  background:
    radial-gradient(circle at 95% 5%, oklch(1 0 0 / 0.24), transparent 28%),
    linear-gradient(135deg, var(--brand-deep-orange), var(--brand-caramel) 44%, var(--brand));
  box-shadow: 0 28px 90px oklch(0.28 0.08 54 / 0.3);
}

.final-cta h2,
.final-cta p {
  color: oklch(0.995 0.01 86);
}

.final-cta h2 {
  max-width: 13ch;
}

.final-cta p {
  max-width: 62ch;
  font-weight: 700;
}

.floating-contact {
  position: fixed;
  z-index: 30;
  right: 18px;
  bottom: 18px;
  display: none;
  gap: 10px;
  padding: 9px;
  border: 1px solid oklch(1 0 0 / 0.5);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.82);
  box-shadow: 0 18px 50px oklch(0.28 0.08 54 / 0.18);
  backdrop-filter: blur(16px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .topbar,
  .hero,
  .section-head,
  .contact-grid,
  .price-grid,
  .trust-band,
  .process-grid,
  .price-snapshot,
  .proof-grid,
  .about-proof {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-self: start;
  }

  .hero-facts,
  .teaser-grid {
    grid-template-columns: 1fr;
  }

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

  .mini-card.dark {
    border-right: 0;
    border-bottom: 1px solid oklch(1 0 0 / 0.1);
  }

  .mini-card.dark:last-child {
    border-bottom: 0;
  }

  .photo-stack {
    min-height: auto;
  }

  .service-panel,
  .service-panel:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-panel:nth-child(even) .service-media {
    order: 0;
  }

  .price-card.featured {
    grid-column: auto;
  }

  .proof-card-large {
    grid-row: auto;
    min-height: auto;
  }

  .price-snapshot article {
    border-right: 0;
    border-bottom: 1px solid oklch(0.72 0.19 54 / 0.14);
  }

  .price-snapshot article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  body {
    font-size: 14px;
  }

  .ambient-bg::before {
    inset: -34%;
    opacity: 0.95;
    filter: blur(34px) saturate(1.08);
  }

  .ambient-bg__dog {
    top: 72px;
    right: auto;
    left: 0;
    width: 100%;
    min-width: 0;
    height: 82svh;
    opacity: 0.58;
    background-position: 43% 44%;
    transform: translate3d(0, 0, 0) scale(1);
    mask-image:
      linear-gradient(180deg, black 0%, black 58%, transparent 100%),
      radial-gradient(ellipse at 48% 32%, black 0 44%, transparent 74%);
    mask-composite: intersect;
    animation-name: ambient-dog-mobile-breathe;
  }

  .hero {
    min-height: 860px;
  }

  .hero::before {
    inset: 0 0 16% 0;
    background:
      radial-gradient(ellipse at 42% 38%, oklch(1 0.01 86 / 0.92) 0%, oklch(0.995 0.012 86 / 0.72) 43%, transparent 76%);
  }

  .ambient-bg__wash {
    inset: 0;
    transform: none;
    opacity: 0.88;
    animation-name: ambient-wash-mobile-drift;
  }

  .shell {
    width: min(calc(100% - 20px), var(--max));
    padding-top: 14px;
    padding-bottom: 104px;
  }

  .topbar {
    position: sticky;
    top: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px;
    border: 1px solid oklch(0.54 0.08 58 / 0.14);
    border-radius: 28px;
    background: oklch(0.98 0.025 80 / 0.82);
    box-shadow: 0 18px 44px oklch(0.48 0.11 55 / 0.14);
    backdrop-filter: blur(18px);
  }

  .brand {
    font-size: 0.82rem;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
    border-radius: 17px;
  }

  .nav {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 5px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .pill {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 12px;
    scroll-snap-align: start;
  }

  .top-action {
    grid-column: 1 / -1;
    min-height: 44px;
    padding-inline: 14px;
  }

  .hero-copy,
  .panel,
  .price-card,
  .contact-card,
  .final-cta,
  .proof-note,
  .proof-card-large {
    border-radius: 26px;
  }

  .hero-copy {
    padding: 26px 28px;
    background: transparent;
  }

  .eyebrow {
    align-items: flex-start;
    max-width: 100%;
    line-height: 1.35;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.9rem, 9vw, 2.75rem);
    line-height: 1.02;
  }

  h3 {
    line-height: 1.05;
  }

  .lead {
    font-size: 0.96rem;
  }

  .button,
  .button-row,
  .cta-row {
    width: 100%;
  }

  .cta-row {
    gap: 10px;
  }

  .hero-facts {
    margin-top: 18px;
  }

  .fact-card {
    padding: 0;
  }

  .trust-band {
    margin-top: 18px;
    gap: 16px;
    padding: 16px 0;
  }

  .trust-band div {
    padding: 0;
  }

  .photo-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 145px 112px 142px;
    gap: 8px;
    padding: 10px;
  }

  .photo-stack img {
    border-width: 3px;
    border-radius: 20px;
  }

  .service-media {
    min-height: 255px;
  }

  .service-card img {
    height: 150px;
  }

  .process-grid,
  .price-snapshot,
  .proof-grid {
    gap: 12px;
  }

  .process-grid {
    gap: 0;
  }

  .process-step {
    padding: 18px 0;
    border-top: 0;
    border-bottom: 1px solid oklch(0.72 0.19 54 / 0.16);
  }

  .process-step:last-child {
    border-bottom: 0;
  }

  .proof-card {
    min-height: auto;
    padding: 16px 0 0;
  }

  .proof-card-large {
    padding: 24px;
    border-radius: 26px;
  }

  .proof-card h3 {
    margin-top: 14px;
  }

  .price-snapshot span {
    font-size: 1.9rem;
  }

  .proof-note {
    display: grid;
    gap: 4px;
  }

  .about-proof {
    padding: 0;
  }

  .about-points {
    display: grid;
  }

  .about-points span {
    border-radius: 18px;
  }

  .gallery-proof {
    grid-template-rows: 138px 124px;
    gap: 8px;
  }

  .gallery-proof img {
    border-width: 3px;
    border-radius: 18px;
  }

  .gallery-proof-link {
    right: 10px;
    bottom: 10px;
    min-height: 42px;
    padding: 9px 13px;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 280px;
  }

  .price-list li {
    display: grid;
    gap: 4px;
  }

  .price-list span {
    white-space: normal;
  }

  .gallery-head {
    display: block;
  }

  .gallery-head p {
    margin-top: 12px;
  }

  .gallery-grid {
    columns: 2 145px;
    column-gap: 10px;
  }

  .gallery-item {
    margin-bottom: 10px;
    border-width: 4px;
    border-radius: 22px;
  }

  .lightbox {
    padding: 12px;
  }

  .lightbox-image {
    border-width: 4px;
    border-radius: 22px;
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .floating-contact {
    left: 10px;
    right: 10px;
    display: none;
    justify-content: center;
    border-radius: 26px;
  }

  body.show-floating .floating-contact {
    display: flex;
  }

  .floating-contact .button {
    width: auto;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.84rem;
  }
}

@media (max-width: 360px) {
  .brand span {
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-action {
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .nav {
    gap: 5px;
  }

  .pill {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .hero-copy {
    padding: 24px 26px;
  }

  h1 {
    font-size: clamp(2.12rem, 11.5vw, 2.55rem);
  }

  .eyebrow {
    font-size: 0.72rem;
  }
}
