:root {
  --ink: #1c0a33;
  --royal: #3b1370;
  --purple: #6e22b8;
  --purple-bright: #8b2fd6;
  --teal: #2bc7d6;
  --teal-deep: #129aa8;
  --gold: #ffd166;
  --paper: #faf7fe;
  --white: #fff;
  --text: #241433;
  --muted: #6c5b80;
  --line: rgba(36,20,51,.14);
  --shadow: 0 24px 80px rgba(28,10,51,.18);
  --radius: 14px;
  --bubble-drift: 0px;
  --pointer-x: 0px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(28, 10, 51, .92); border-bottom: 1px solid rgba(43,199,214,.3); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; padding: 7px 14px; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.brand img { width: auto; height: 46px; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.nav-links a:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: #e6dbff; font-weight: 950; white-space: nowrap; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 0 22px; font-size: 14px; font-weight: 950; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(28,10,51,.22); }
.btn.primary, .btn.small { background: linear-gradient(135deg, var(--purple-bright), var(--purple)); color: #fff; border-color: transparent; }
.btn.secondary { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.34); }
.btn.light { background: #fff; color: var(--purple); border-color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.5); background: transparent; }
.btn.small { min-height: 42px; padding: 0 17px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: transparent; position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; }
.menu-toggle:before { top: 15px; }
.menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 78% 16%, rgba(43,199,214,.26), transparent 34%), radial-gradient(circle at 12% 88%, rgba(255,209,102,.16), transparent 40%), linear-gradient(135deg, #1c0a33, #3b1370 56%, #6e22b8); color: #fff; overflow: hidden; }
.hero > *:not(.bubble-motion) { position: relative; z-index: 1; }
.bubble-motion { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.bubble-lane { position: absolute; inset: 0; transform: translate3d(var(--pointer-x), 0, 0); }
.bubble-lane i { position: absolute; left: var(--x); bottom: -8%; width: 46px; height: 46px; border-radius: 50%; opacity: var(--o, .5); background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.95), rgba(255,255,255,.18) 42%, rgba(43,199,214,.16) 70%, transparent 74%); box-shadow: inset 0 0 12px rgba(255,255,255,.5); transform: scale(var(--s)); animation: bubbleRise 13s linear infinite; animation-delay: var(--d); }
.bubble-lane i:after { content: ""; position: absolute; left: 26%; top: 20%; width: 22%; height: 22%; border-radius: 50%; background: rgba(255,255,255,.9); }
.paw-lane { position: absolute; inset: 0; transform: translate3d(calc(var(--bubble-drift) * -1), 0, 0); }
.paw-lane b { position: absolute; left: var(--x); bottom: -10%; width: 30px; height: 30px; opacity: .14; transform: scale(var(--s)); animation: bubbleRise 22s linear infinite; animation-delay: var(--d); background:
  radial-gradient(circle at 50% 64%, #fff 0 30%, transparent 31%),
  radial-gradient(circle at 26% 30%, #fff 0 13%, transparent 14%),
  radial-gradient(circle at 50% 22%, #fff 0 13%, transparent 14%),
  radial-gradient(circle at 74% 30%, #fff 0 13%, transparent 14%); }
@keyframes bubbleRise { 0% { transform: translateY(0) scale(var(--s)); } 100% { transform: translateY(-118vh) scale(var(--s)); } }
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.9rem, 6.6vw, 6.2rem); line-height: .96; letter-spacing: -.01em; max-width: 12ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 720px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--purple); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 950; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow { color: #8ff0fb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-steps { display: inline-grid; grid-template-columns: repeat(4, auto); gap: 8px; margin-top: 24px; padding: 8px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.hero-steps span { position: relative; display: inline-flex; min-height: 34px; align-items: center; padding: 0 15px; border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.88); font-size: .82rem; font-weight: 950; text-transform: uppercase; letter-spacing: .05em; }
.hero-steps span:first-child { background: var(--teal); color: var(--ink); }
.hero-steps span:not(:last-child):after { content: ""; position: absolute; right: -8px; top: 50%; width: 8px; height: 2px; background: rgba(255,255,255,.32); }
.hero-visual { position: relative; min-height: 540px; border-radius: var(--radius); overflow: visible; filter: drop-shadow(0 24px 70px rgba(0,0,0,.26)); }
.hero-visual:before { content: ""; position: absolute; inset: -12px; z-index: -1; border: 1px solid rgba(255,255,255,.22); border-radius: calc(var(--radius) + 12px); background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.04)); transform: rotate(-1.4deg); }
.hero-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; border-radius: var(--radius); filter: saturate(1.06) contrast(1.03); }
.route-card { position: absolute; left: 22px; right: 22px; top: 22px; z-index: 3; display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius); background: rgba(255,255,255,.9); color: var(--text); backdrop-filter: blur(14px); box-shadow: 0 18px 42px rgba(28,10,51,.2); }
.route-card div { display: grid; gap: 1px; }
.route-card span { color: var(--muted); font-size: .74rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.route-card strong { color: var(--purple); font-size: 1rem; line-height: 1; }
.route-card svg { width: 100%; height: 42px; overflow: visible; }
.route-card path { fill: none; stroke: var(--teal); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 10 12; animation: routeDash 2.8s linear infinite; }
.route-card circle { fill: var(--gold); stroke: #fff; stroke-width: 2; }
.route-card .route-dot { fill: var(--purple-bright); stroke: #fff; stroke-width: 3; animation: routePulse 1.2s ease-in-out infinite; }
.float-card { position: absolute; z-index: 4; display: inline-flex; align-items: center; min-height: 44px; padding: 0 16px; border-radius: 999px; background: var(--gold); color: var(--ink); font-weight: 950; box-shadow: 0 14px 34px rgba(28,10,51,.26); animation: floatLift 4.8s ease-in-out infinite; }
.float-one { right: -14px; top: 33%; }
.float-two { left: -18px; bottom: 30%; animation-delay: -1.8s; background: #fff; color: var(--purple); }
@keyframes routeDash { to { stroke-dashoffset: -44; } }
@keyframes routePulse { 0%, 100% { opacity: .55; transform: translateX(0); } 50% { opacity: 1; transform: translateX(104px) translateY(-5px); } }
@keyframes floatLift { 0%, 100% { translate: 0 0; } 50% { translate: 0 -10px; } }
.hero-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; padding: 20px; border-radius: var(--radius); background: rgba(255,255,255,.93); color: var(--text); backdrop-filter: blur(14px); }
.hero-badge strong { display: block; font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.04; color: var(--purple); }
.hero-badge span { display: block; color: var(--muted); margin-top: 8px; }

/* Wash moment: scroll-driven muddy pup -> squeaky clean */
.wash-moment { --wash: 0; --wash-fill: 0%; padding: clamp(18px, 3vw, 34px) clamp(16px, 5vw, 76px); background: linear-gradient(180deg, #ede2fb, var(--paper)); overflow: hidden; }
.wash-panel { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: minmax(240px, .74fr) minmax(340px, 1.26fr); gap: clamp(18px, 4vw, 48px); align-items: center; padding: clamp(20px, 3vw, 36px); border: 1px solid rgba(110,34,184,.16); border-radius: calc(var(--radius) + 6px); background: rgba(255,255,255,.78); box-shadow: 0 22px 70px rgba(28,10,51,.12); }
.wash-copy h2 { margin: 0 0 14px; font-size: clamp(1.6rem, 3.4vw, 3.3rem); line-height: 1.02; text-wrap: balance; }
.wash-status { display: inline-flex; align-items: center; gap: 10px; margin: 0; font-weight: 950; }
.wash-status-dirty { color: #9a7c5b; opacity: calc(1 - var(--wash)); transition: opacity .1s linear; }
.wash-status-clean { color: var(--purple); opacity: var(--wash); transition: opacity .1s linear; }
.wash-status-dirty:after { content: "\2192"; margin-left: 10px; color: var(--muted); }
.wash-scene { position: relative; min-height: 280px; display: grid; align-content: end; }
.tub { position: relative; height: 240px; margin: 0 auto; width: min(92%, 460px); }
/* tub basin */
.tub:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 132px; border-radius: 22px 22px 90px 90px / 22px 22px 60px 60px; background: linear-gradient(180deg, #38d0de, #149fad); box-shadow: inset 0 6px 0 rgba(255,255,255,.35), 0 18px 36px rgba(20,159,168,.32); z-index: 2; }
/* tub feet */
.tub:after { content: ""; position: absolute; bottom: -14px; left: 16%; width: 26px; height: 26px; border-radius: 0 0 10px 10px; background: var(--gold); box-shadow: 280px 0 0 var(--gold); z-index: 1; }
.tub-water { position: absolute; left: 8px; right: 8px; bottom: 8px; height: calc(20px + var(--wash) * 86px); border-radius: 14px 14px 80px 80px / 14px 14px 50px 50px; background: linear-gradient(180deg, rgba(255,255,255,.5), rgba(43,199,214,.5)); z-index: 4; transition: height .12s linear; }
.tub-foam { position: absolute; left: 4px; right: 4px; bottom: calc(20px + var(--wash) * 78px); height: 30px; z-index: 5; opacity: calc(.25 + var(--wash) * .75); transition: bottom .12s linear, opacity .12s linear; background:
  radial-gradient(circle at 10% 60%, #fff 0 14px, transparent 15px),
  radial-gradient(circle at 26% 40%, #fff 0 18px, transparent 19px),
  radial-gradient(circle at 44% 58%, #fff 0 16px, transparent 17px),
  radial-gradient(circle at 62% 42%, #fff 0 19px, transparent 20px),
  radial-gradient(circle at 80% 58%, #fff 0 16px, transparent 17px),
  radial-gradient(circle at 94% 46%, #fff 0 13px, transparent 14px); }
/* the pup sits in the tub */
.pup { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); width: 210px; z-index: 3; }
.pup-tail { position: absolute; right: -16px; bottom: 36px; width: 40px; height: 18px; border-radius: 999px; background: #d59b63; transform-origin: left center; transform: rotate(-12deg); animation: tailWag 1.1s ease-in-out infinite; }
.pup-body { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 150px; height: 96px; border-radius: 70px 70px 40px 40px; background: linear-gradient(180deg, #e8b079, #d59b63); box-shadow: inset 0 6px 10px rgba(255,255,255,.25); }
.pup-head { position: absolute; left: 50%; bottom: 58px; transform: translateX(-50%); width: 132px; height: 120px; border-radius: 50% 50% 46% 46%; background: linear-gradient(180deg, #edb87f, #dca066); z-index: 3; }
.ear { position: absolute; top: 14px; width: 38px; height: 74px; border-radius: 40px; background: #b9793f; z-index: -1; }
.ear-l { left: -18px; transform: rotate(12deg); transform-origin: top center; animation: earFlop 2.4s ease-in-out infinite; }
.ear-r { right: -18px; transform: rotate(-12deg); transform-origin: top center; animation: earFlop 2.4s ease-in-out infinite .3s; }
.eye { position: absolute; top: 46px; width: 15px; height: 15px; border-radius: 50%; background: #2a1b12; z-index: 4; }
.eye:after { content: ""; position: absolute; top: 2px; left: 3px; width: 5px; height: 5px; border-radius: 50%; background: #fff; }
.eye-l { left: 36px; }
.eye-r { right: 36px; }
.snout { position: absolute; left: 50%; top: 60px; transform: translateX(-50%); width: 56px; height: 50px; border-radius: 40% 40% 50% 50%; background: #f3cd9d; z-index: 4; }
.nose { position: absolute; left: 50%; top: 8px; transform: translateX(-50%); width: 22px; height: 16px; border-radius: 50% 50% 60% 60%; background: #2a1b12; }
/* tongue appears when clean */
.tongue { position: absolute; left: 50%; top: 26px; transform: translateX(-50%) scaleY(var(--wash)); transform-origin: top center; width: 18px; height: 22px; border-radius: 0 0 12px 12px; background: #ff7d9c; transition: transform .15s ease; }
/* mud splotches fade out as it gets clean */
.mud { position: absolute; border-radius: 50% 60% 55% 45%; background: radial-gradient(circle at 40% 35%, #8a5a2b, #5f3c18); opacity: calc(1 - var(--wash)); transition: opacity .12s linear; z-index: 5; }
.mud-1 { left: 16px; top: 24px; width: 34px; height: 26px; }
.mud-2 { right: 22px; top: 40px; width: 26px; height: 22px; }
.mud-3 { left: 54px; bottom: 14px; width: 30px; height: 24px; }
.mud-face { left: 22px; top: 30px; width: 28px; height: 22px; }
/* suds appear on the pup as it gets clean */
.sud { position: absolute; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff, #e9f7fb 70%); box-shadow: 0 0 0 4px rgba(255,255,255,.45); opacity: var(--wash); transition: opacity .12s linear; z-index: 6; }
.sud-1 { right: 28px; top: 20px; width: 30px; height: 30px; }
.sud-2 { left: 24px; bottom: 22px; width: 24px; height: 24px; }
.sud-head { left: 50%; top: -8px; transform: translateX(-50%); width: 60px; height: 36px; border-radius: 40px; background: radial-gradient(circle at 30% 40%, #fff 0 18px, transparent 19px), radial-gradient(circle at 62% 50%, #fff 0 16px, transparent 17px), radial-gradient(circle at 82% 60%, #fff 0 12px, transparent 13px); box-shadow: none; }
/* royal crown sparkles in at the very end */
.crown { position: absolute; left: 50%; top: -30px; transform: translateX(-50%) scale(calc(.4 + var(--wash) * .6)); width: 60px; height: 34px; opacity: calc(max(0, (var(--wash) - .6)) * 2.5); transition: opacity .15s linear, transform .15s ease; z-index: 7;
  background:
   conic-gradient(from -45deg at 50% 100%, transparent 0, transparent 100%);
  filter: drop-shadow(0 4px 6px rgba(110,34,184,.3)); }
.crown:before { content: ""; position: absolute; inset: 0; background: var(--gold);
  clip-path: polygon(0% 100%, 0% 30%, 22% 62%, 50% 8%, 78% 62%, 100% 30%, 100% 100%); }
.crown:after { content: ""; position: absolute; left: 50%; top: -6px; transform: translateX(-50%); width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 8px var(--teal); }
.wash-bubbles { position: absolute; inset: 0; z-index: 6; pointer-events: none; }
.wash-bubble { position: absolute; left: var(--bx); bottom: 70px; width: calc(10px + var(--bs) * 16px); height: calc(10px + var(--bs) * 16px); border-radius: 50%; background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.95), rgba(255,255,255,.2) 45%, rgba(43,199,214,.18) 72%, transparent 76%); box-shadow: inset 0 0 8px rgba(255,255,255,.5); opacity: calc(var(--wash) * .9); transform: translateY(calc(var(--wash) * -180px)); transition: transform .14s linear, opacity .14s linear; animation: washBob 3.4s ease-in-out infinite; animation-delay: var(--bd); }
.wash-sparkles { position: absolute; inset: 0; z-index: 8; pointer-events: none; opacity: calc(max(0, (var(--wash) - .55)) * 2.2); transition: opacity .15s linear; }
.wash-sparkle { position: absolute; left: var(--sx); top: var(--sy); width: 16px; height: 16px; background:
  linear-gradient(var(--gold), var(--gold)) center/3px 100% no-repeat,
  linear-gradient(var(--gold), var(--gold)) center/100% 3px no-repeat; transform: rotate(0deg); animation: sparkleSpin 2.4s ease-in-out infinite; animation-delay: var(--sd); }
@keyframes tailWag { 0%, 100% { transform: rotate(-12deg); } 50% { transform: rotate(16deg); } }
@keyframes earFlop { 0%, 100% { transform: rotate(12deg); } 50% { transform: rotate(4deg); } }
@keyframes washBob { 0%, 100% { margin-top: 0; } 50% { margin-top: -8px; } }
@keyframes sparkleSpin { 0%, 100% { transform: rotate(0) scale(.6); opacity: .4; } 50% { transform: rotate(90deg) scale(1.1); opacity: 1; } }
.clean-track { margin: 22px auto 0; width: min(92%, 460px); height: 10px; border-radius: 999px; background: rgba(110,34,184,.14); overflow: hidden; }
.clean-track span { display: block; width: var(--wash-fill, 0%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #9a7c5b, var(--teal) 60%, var(--gold)); transition: width .1s linear; }

.proof-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; padding: 0 clamp(16px, 5vw, 76px); background: var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { min-height: 116px; display: grid; align-content: center; gap: 5px; padding: 20px; background: rgba(255,255,255,.94); }
.proof-strip strong { color: var(--purple); font-size: 1.03rem; line-height: 1.1; }
.proof-strip span { color: var(--muted); font-size: .95rem; line-height: 1.35; }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: #f0e6fc; border-bottom: 1px solid var(--line); }
.service-ribbon span, .pill { display: inline-flex; padding: 10px 15px; border: 1px solid rgba(110,34,184,.2); border-radius: 999px; background: #fff; color: var(--purple); font-weight: 900; }
.section { padding: clamp(64px, 9vw, 120px) clamp(16px, 5vw, 76px); }
.section.soft { background: #f2e9fc; }
.section.dark { background: linear-gradient(160deg, var(--ink), var(--royal)); color: #fff; }
.section-head { max-width: 950px; margin-bottom: 34px; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2 { margin: 0 0 14px; font-size: clamp(2.1rem, 4.6vw, 4.6rem); line-height: 1.02; letter-spacing: -.01em; text-wrap: balance; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p, .portrait-card span { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(255,255,255,.76); }
.review-spotlight { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(0, 1.08fr); gap: 16px; align-items: stretch; background: #fff; }
.review-lead { display: grid; align-content: center; padding: clamp(26px, 5vw, 54px); border-radius: var(--radius); background: linear-gradient(135deg, var(--ink), var(--purple)); color: #fff; box-shadow: var(--shadow); }
.review-lead blockquote { margin: 0; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.08; font-weight: 950; text-wrap: balance; }
.review-lead cite { margin-top: 18px; color: #8ff0fb; font-style: normal; font-weight: 950; }
.review-minis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mini-review { display: grid; align-content: space-between; gap: 18px; margin: 0; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #faf6ff; }
.mini-review blockquote { margin: 0; color: var(--text); font-weight: 850; line-height: 1.45; }
.mini-review figcaption { color: var(--purple); font-weight: 950; }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.featured-services { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); gap: 16px; align-items: stretch; }
.service-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-card, .service-mini-card, .area-card, .process-grid article, .estimate-card, .portrait-card, .review-grid figure { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .service-mini-card:hover, .area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(43,199,214,.6); }
.service-card img { width: 100%; height: 230px; object-fit: cover; }
.feature-service { display: grid; grid-template-rows: minmax(320px, 1fr) auto; background: #fff; }
.feature-service img { height: 100%; min-height: 320px; }
.feature-service div { padding-bottom: 24px; }
.feature-service strong { display: inline-flex; margin: 0 20px; color: var(--purple); font-weight: 950; }
.service-mini-card { display: grid; align-content: start; min-height: 220px; padding: 24px; background: #fff; }
.service-mini-card span { color: var(--purple); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 950; }
.service-mini-card h3 { margin: 14px 0 8px; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.05; }
.service-mini-card p { margin: 0; color: var(--muted); }
.service-card span, .area-card span { display: block; padding: 20px 20px 0; color: var(--purple); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 950; }
.service-card h3, .area-card h3 { margin: 8px 20px 0; font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.05; }
.service-card p, .area-card p { margin: 10px 20px 22px; }
.split, .two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article, .faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.08); padding: 22px; }
.dark .stacked-list article { border-color: rgba(255,255,255,.16); }
.stacked-list strong { font-size: 1.25rem; }
.portrait-card img { width: 100%; height: 520px; object-fit: cover; object-position: 50% 30%; }
.portrait-card div { padding: 22px; display: grid; gap: 6px; }
.portrait-card strong { font-size: 1.45rem; line-height: 1.05; color: var(--purple); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-grid article { padding: 22px; }
.process-grid span { color: var(--teal-deep); font-weight: 950; font-size: 1.1rem; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.35rem; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list li, .mini-list li { position: relative; padding: 15px 15px 15px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 800; }
.check-list li:before, .mini-list li:before { content: ""; position: absolute; left: 16px; top: 20px; width: 13px; height: 13px; border-radius: 50%; background: var(--teal); box-shadow: inset 0 0 0 4px #d4f4f8; }
.mini-list { list-style: none; display: grid; gap: 10px; padding: 0; margin: 18px 0 24px; }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.area-card { padding: 4px 0 8px; min-height: 220px; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.review-grid figure { margin: 0; padding: 26px; }
.review-grid blockquote { margin: 0; color: var(--text); font-weight: 800; line-height: 1.45; font-size: 1.05rem; }
.review-grid figcaption { margin-top: 16px; color: var(--purple); font-weight: 950; }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { background: #fff; padding: 18px 20px; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 950; }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(28px, 5vw, 56px); border-radius: calc(var(--radius) + 6px); background: linear-gradient(135deg, var(--royal), var(--purple) 56%, var(--purple-bright)); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(82px, 12vw, 150px) clamp(16px, 5vw, 76px) 58px; background: linear-gradient(160deg, var(--ink), var(--royal)); color: #fff; }
.subhero h1 { max-width: 14ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(70px, 10vw, 130px) clamp(16px, 5vw, 76px); background: linear-gradient(160deg, var(--ink), var(--royal)); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 13ch; }
.detail-hero img { width: 100%; height: min(68vh, 620px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-points { display: grid; gap: 6px; margin-top: 26px; }
.contact-points a, .contact-points span { color: rgba(255,255,255,.86); font-weight: 800; }
.contact-points a:hover { color: var(--teal); }
.estimate-card { padding: clamp(22px, 4vw, 36px); background: #fff; color: var(--text); box-shadow: var(--shadow); border-radius: var(--radius); }
.estimate-card h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--purple); }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 40px clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(255,255,255,.7); max-width: 520px; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; color: rgba(255,255,255,.8); }
.footer-grid a:hover { color: var(--teal); }
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 1; transform: none; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 76px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius); color: var(--purple); font-weight: 950; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band, .review-spotlight, .featured-services, .wash-panel { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual, .hero-visual img { min-height: 420px; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid.three, .process-grid, .area-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 10px 12px; }
  .brand { padding: 6px 10px; }
  .brand img { width: auto; height: 36px; max-width: 54vw; }
  .hero { min-height: auto; padding: 34px 12px 30px; gap: 0; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.25rem, 9.6vw, 3.25rem); max-width: 11ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero .eyebrow { margin-bottom: 12px; font-size: .68rem; letter-spacing: .14em; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions { margin-top: 18px; gap: 10px; }
  .btn { width: 100%; }
  .hero-steps { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; margin-top: 16px; padding: 6px; }
  .hero-steps span { justify-content: center; min-height: 32px; padding: 0 6px; font-size: .68rem; }
  .hero-steps span:not(:last-child):after { display: none; }
  .hero-visual { display: none; }
  .wash-moment { padding: 0; }
  .wash-panel { border-left: 0; border-right: 0; border-radius: 0; padding: 22px 12px 26px; gap: 14px; }
  .wash-copy h2 { font-size: clamp(1.45rem, 6vw, 2.1rem); max-width: 15ch; }
  .wash-scene { min-height: 250px; }
  .tub { width: min(94%, 360px); height: 220px; }
  .service-ribbon { flex-wrap: nowrap; overflow-x: auto; padding: 12px; scrollbar-width: none; }
  .service-ribbon::-webkit-scrollbar { display: none; }
  .service-ribbon span { flex: 0 0 auto; padding: 8px 13px; font-size: .86rem; }
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
  .proof-strip div { min-height: auto; padding: 14px 12px; }
  .proof-strip strong { font-size: .92rem; }
  .proof-strip span { font-size: .85rem; }
  .review-spotlight { padding-top: 46px; padding-bottom: 46px; }
  .review-minis, .service-mini-grid { grid-template-columns: 1fr; }
  .review-lead { padding: 24px; }
  .review-lead blockquote { font-size: clamp(1.45rem, 6vw, 1.95rem); line-height: 1.12; }
  .mini-review, .service-mini-card { padding: 18px; min-height: auto; }
  .mini-review { gap: 10px; }
  .feature-service { grid-template-rows: auto auto; }
  .feature-service img { min-height: 260px; }
  .bubble-lane i { width: 32px; height: 32px; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 12px; padding-right: 12px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(2rem, 8.2vw, 2.75rem); }
  .card-grid.three, .process-grid, .area-grid, .review-grid, .check-list { grid-template-columns: 1fr; }
  .service-card img { height: 260px; }
  .portrait-card img, .detail-hero img { min-height: 360px; height: 360px; }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 78px; }
  .footer { display: grid; padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transition: opacity .22s ease, transform .22s ease; }
  .mobile-sticky .btn { box-shadow: var(--shadow); }
  .mobile-sticky .btn.secondary { background: var(--teal); color: var(--ink); border-color: var(--teal); }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (max-width: 380px) {
  .proof-strip { grid-template-columns: 1fr; }
  .hero-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: var(--radius); }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .bubble-motion { display: none; }
  .wash-moment { --wash: .92; --wash-fill: 92%; }
  .route-card path { stroke-dasharray: none; }
  .route-card .route-dot { transform: translateX(104px) translateY(-5px); }
}