:root {
  --bg: #f8f2e9;
  --surface: #fffaf3;
  --surface-strong: #efe4d7;
  --ink: #241817;
  --muted: #70635d;
  --berry: #7a1831;
  --berry-dark: #511021;
  --coral: #ef6b57;
  --lime: #d7f58a;
  --line: rgba(36, 24, 23, .14);
  --white: #fffdf9;
  --shadow-sm: 0 8px 24px rgba(68, 38, 25, .08);
  --shadow-lg: 0 28px 70px rgba(68, 38, 25, .16);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --container: 1240px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 2000; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

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

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(248, 242, 233, .88); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 24px rgba(68, 38, 25, .05); }
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 7px; min-width: 124px; }
.logo-paw { width: 31px; height: 31px; object-fit: contain; }
.wordmark { position: relative; display: inline-block; padding: 1px 8px 5px 0; color: var(--berry); font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-style: italic; font-weight: 600; line-height: 1; letter-spacing: -.085em; }
.wordmark b { font-size: 1.18em; font-weight: 500; }
.wordmark i { position: absolute; left: 9px; right: 0; bottom: 0; height: 7px; overflow: hidden; }
.wordmark i::before { content: ""; position: absolute; left: 0; right: 0; top: -5px; height: 10px; border-bottom: 2px solid var(--coral); border-radius: 50%; transform: rotate(-3deg); }
.logo-mark { position: relative; width: 31px; height: 31px; display: inline-block; transform: rotate(-7deg); }
.logo-mark span, .logo-mark b { position: absolute; display: block; background: var(--berry); border-radius: 50%; }
.logo-mark span:nth-child(1) { width: 7px; height: 9px; left: 1px; top: 7px; transform: rotate(-28deg); }
.logo-mark span:nth-child(2) { width: 7px; height: 9px; left: 9px; top: 1px; transform: rotate(-10deg); }
.logo-mark span:nth-child(3) { width: 7px; height: 9px; right: 7px; top: 2px; transform: rotate(10deg); }
.logo-mark span:nth-child(4) { width: 7px; height: 9px; right: 0; top: 9px; transform: rotate(28deg); }
.logo-mark b { width: 18px; height: 16px; left: 7px; bottom: 1px; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; }
.desktop-nav a, .header-phone { position: relative; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--berry); transition: right .25s var(--ease); }
.desktop-nav a:hover::after { right: 0; }
.header-phone { white-space: nowrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 750; cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s ease, background .2s ease; }
.button svg { width: 24px; height: 24px; transition: transform .2s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(4px); }
.button:active { transform: translateY(0) scale(.98); }
.button-primary { background: var(--berry); color: white; box-shadow: 0 10px 22px rgba(122, 24, 49, .18); }
.button-primary:hover { background: var(--berry-dark); box-shadow: 0 14px 28px rgba(122, 24, 49, .25); }
.button-small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.menu-button { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); cursor: pointer; }
.menu-button svg { width: 28px; height: 28px; }
.mobile-menu { padding: 8px 20px 20px; border-top: 1px solid var(--line); background: var(--bg); }
.mobile-menu a { display: block; padding: 13px 0; font-weight: 650; border-bottom: 1px solid var(--line); }

.hero { padding: 0; overflow: hidden; }
.hero-grid { height: clamp(470px, calc(100svh - 172px), 680px); display: grid; grid-template-columns: .84fr 1.16fr; gap: 62px; align-items: center; }
.hero-copy { padding: 20px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 20px; color: var(--berry); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow svg { width: 20px; height: 20px; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.055em; line-height: .96; text-wrap: balance; }
h1 { max-width: 650px; font-size: clamp(58px, min(6.1vw, 10.5svh), 96px); }
h1 em, h2 em { color: var(--coral); font-weight: 500; }
.hero-lead { max-width: 520px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 24px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-block: 10px; color: var(--berry); font-weight: 750; border-bottom: 1px solid rgba(122, 24, 49, .35); }
.text-link svg { transition: transform .2s var(--ease); }
.text-link:hover svg { transform: translateX(4px); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 26px; }
.avatar-stack { display: flex; padding-left: 10px; }
.avatar-stack span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -10px; border: 3px solid var(--bg); border-radius: 50%; background: var(--coral); color: white; font-size: 12px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: #dca45c; }
.avatar-stack span:nth-child(3) { background: var(--berry); }
.hero-proof p { margin: 0; font-size: 13px; line-height: 1.25; }
.hero-proof p strong { font-size: 16px; }
.hero-proof p span { color: var(--muted); }
.stars { display: flex; color: #db9938; }
.stars svg { width: 18px; height: 18px; fill: currentColor; stroke-width: 1.2; }
.hero-visual { position: relative; min-width: 0; display: flex; align-items: center; }
.hero-visual > img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; object-position: center; border-radius: 30px; box-shadow: var(--shadow-lg); }
.hero-visual::before { content: ""; position: absolute; z-index: -1; width: 76%; height: 86%; right: -8%; top: -8%; border-radius: 34% 66% 45% 55%; background: var(--lime); transform: rotate(5deg); }
.hero-badge { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 18px; background: rgba(255,250,243,.9); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.hero-badge > svg { width: 34px; height: 34px; padding: 5px; border-radius: 50%; background: var(--lime); color: var(--berry); }
.hero-badge span { display: flex; flex-direction: column; color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-badge strong { color: var(--ink); font-size: 13px; }
.badge-time { top: 9%; left: -28px; }
.badge-care { right: -22px; bottom: 10%; }
.scribble { position: absolute; right: 6%; top: -38px; color: var(--berry); font-family: "Segoe Print", cursive; font-size: 18px; font-weight: 700; transform: rotate(8deg); }
.scribble::after { content: ""; position: absolute; width: 40px; height: 22px; left: -27px; bottom: -12px; border-bottom: 2px solid currentColor; border-radius: 50%; transform: rotate(-30deg); }
.trust-row { height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row > div { display: flex; flex-direction: column; align-items: center; gap: 2px; border-right: 1px solid var(--line); }
.trust-row > div:last-child { border: 0; }
.trust-row strong { font-family: Georgia, serif; color: var(--berry); font-size: 31px; font-weight: 500; }
.trust-row span { color: var(--muted); font-size: 13px; }

.section-heading h2, .transformation-copy h2, .loyalty-copy h2, .booking-aside h2, .faq h2 { font-size: clamp(48px, 5.5vw, 76px); }
.split-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.split-heading p { max-width: 480px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.services { background: var(--surface); }
.breed-picker { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 26px; }
.breed-chip { min-height: 44px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; color: var(--muted); font-weight: 650; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s var(--ease); }
.breed-chip:hover { transform: translateY(-2px); border-color: var(--berry); color: var(--berry); }
.breed-chip.active { border-color: var(--berry); background: var(--berry); color: white; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 30px; overflow: hidden; isolation: isolate; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 8px 0 rgba(36,24,23,.035); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s ease, color .3s ease; }
.service-card::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background-image: linear-gradient(180deg, rgba(28, 10, 14, .56), rgba(28, 10, 14, .93)), var(--card-image); background-position: center; background-size: cover; opacity: 0; transform: scale(1.04); transition: opacity .42s ease, transform .7s var(--ease); }
.service-complex { --card-image: url("assets/card-hover/service-complex.webp"); }
.service-deshed { --card-image: url("assets/card-hover/service-deshed.webp"); }
.service-hygiene { --card-image: url("assets/card-hover/service-hygiene.webp"); }
.service-card:is(:hover, :focus-within)::before { opacity: 1; transform: scale(1); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(122,24,49,.3); box-shadow: var(--shadow-lg); }
.service-card.featured { background: var(--berry); color: white; border-color: var(--berry); }
.service-card:is(:hover, :focus-within) { color: white; border-color: rgba(255,255,255,.25); box-shadow: var(--shadow-lg); }
.service-card:is(:hover, :focus-within) > p,
.service-card:is(:hover, :focus-within) .service-bottom small { color: rgba(255,255,255,.78); }
.service-card:is(:hover, :focus-within) .service-bottom { border-color: rgba(255,255,255,.25); }
.service-card:is(:hover, :focus-within) .duration,
.service-card:is(:hover, :focus-within) .popular-tag { background: rgba(255,255,255,.9); color: var(--berry); }
.service-card:is(:hover, :focus-within) .service-icon { background: rgba(255,255,255,.92); backdrop-filter: blur(8px); }
.service-card:is(:hover, :focus-within) .round-action { border-color: transparent; background: var(--lime); }
.service-top { display: flex; justify-content: space-between; align-items: center; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: var(--surface-strong); color: var(--berry); }
.service-card.featured .service-icon { background: var(--lime); }
.service-icon svg { width: 38px; height: 38px; }
.popular-tag, .duration { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.12); font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.duration { background: var(--bg); color: var(--muted); }
.service-card h3 { margin: 25px 0 7px; font-family: Georgia, serif; font-size: 31px; font-weight: 500; letter-spacing: -.03em; }
.service-card > p { min-height: 48px; margin: 0; color: var(--muted); }
.service-card.featured > p { color: rgba(255,255,255,.72); }
.service-card ul { display: grid; gap: 10px; margin: 24px 0 30px; padding: 0; list-style: none; font-size: 14px; }
.service-card li { display: flex; align-items: center; gap: 9px; }
.service-card li svg { width: 21px; height: 21px; flex: 0 0 21px; color: var(--coral); }
.service-card.featured li svg { color: var(--lime); }
.service-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.service-card.featured .service-bottom { border-color: rgba(255,255,255,.16); }
.service-bottom span { display: flex; align-items: baseline; gap: 5px; }
.service-bottom small { color: var(--muted); }
.service-card.featured .service-bottom small { color: rgba(255,255,255,.65); }
.service-bottom strong { font-family: Georgia, serif; font-size: 25px; font-variant-numeric: tabular-nums; font-weight: 600; }
.round-action { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--bg); color: var(--berry); cursor: pointer; transition: transform .2s var(--ease), background .2s ease, color .2s ease; }
.round-action svg { width: 27px; height: 27px; }
.service-card.featured .round-action { border: 0; background: var(--lime); }
.round-action:hover { transform: rotate(-12deg) scale(1.08); background: var(--coral); color: white; }
.price-note { margin: 22px 0 0; color: var(--muted); font-size: 13px; text-align: center; }

.transformations { background: var(--ink); color: white; overflow: hidden; }
.transformation-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: center; }
.transformation-copy > p { max-width: 500px; margin: 28px 0; color: rgba(255,255,255,.67); font-size: 17px; }
.transformation-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.transformation-meta div { display: flex; flex-direction: column; }
.transformation-meta span { color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.transformation-meta strong { margin-top: 3px; font-size: 14px; }
.quote-card { padding: 20px; border-radius: var(--radius-sm); background: rgba(255,255,255,.07); }
.quote-card blockquote { margin: 10px 0; font-family: Georgia, serif; font-size: 18px; line-height: 1.4; }
.quote-card > span { color: rgba(255,255,255,.55); font-size: 13px; }
.comparison { --position: 50%; position: relative; width: min(100%, 520px); aspect-ratio: 3 / 4; justify-self: center; overflow: hidden; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.comparison-layer { position: absolute; inset: 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.before-layer { background-image: url("assets/before-maltese.webp"); }
.after-layer { background-image: url("assets/after-maltese.webp"); clip-path: inset(0 0 0 var(--position)); }
.comparison-label { position: absolute; z-index: 3; top: 20px; padding: 7px 12px; border-radius: 999px; background: rgba(36,24,23,.7); color: white; font-size: 12px; font-weight: 750; backdrop-filter: blur(8px); }
.label-before { left: 20px; }
.label-after { right: 20px; background: var(--lime); color: var(--ink); }
.comparison-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); width: 3px; background: white; transform: translateX(-50%); pointer-events: none; }
.comparison-line span { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; gap: 0; border: 3px solid white; border-radius: 50%; background: var(--coral); box-shadow: 0 8px 25px rgba(0,0,0,.25); transform: translate(-50%, -50%); }
.comparison-line svg { width: 17px; height: 17px; }
.comparison-line svg:first-child { transform: rotate(180deg); }
.comparison input[type="range"] { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison:focus-within { outline: 3px solid var(--lime); outline-offset: 5px; }

.masters { background: var(--bg); }
.masters-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.master-card { padding: 10px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); transition: transform .3s var(--ease), box-shadow .3s ease; }
.master-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.master-photo { position: relative; aspect-ratio: 1 / 1; border-radius: 20px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.master-one { background-image: url("assets/master-anna.webp"); }
.master-two { background-image: url("assets/master-maria.webp"); }
.master-three { background-image: url("assets/master-daniil.webp"); }
.master-photo span { position: absolute; left: 14px; bottom: 14px; padding: 6px 11px; border-radius: 999px; background: var(--lime); font-size: 11px; font-weight: 750; }
.master-info { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 18px 12px 10px; }
.master-info h3 { margin: 0; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.master-info p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.master-select { min-height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--berry); cursor: pointer; font-size: 12px; font-weight: 750; }
.master-select:hover { border-color: var(--berry); background: var(--berry); color: white; }

.loyalty { padding-top: 0; }
.loyalty-card { position: relative; min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; padding: 72px; border-radius: 40px; background: var(--berry); color: white; }
.loyalty-card::before { content: ""; position: absolute; width: 330px; height: 330px; right: 32%; bottom: -55%; border-radius: 50%; background: var(--coral); filter: blur(2px); }
.loyalty-copy { position: relative; z-index: 2; max-width: 560px; }
.eyebrow.light { color: var(--lime); }
.loyalty-copy p { max-width: 520px; margin: 25px 0 30px; color: rgba(255,255,255,.72); font-size: 17px; }
.button-light { background: var(--lime); color: var(--ink); }
.button-light:hover { background: white; }
.loyalty-visual { position: relative; min-height: 370px; }
.loyalty-orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-one { width: 430px; height: 430px; top: -20px; right: -40px; }
.orbit-two { width: 300px; height: 300px; top: 45px; right: 25px; }
.loyalty-card-mini { position: absolute; z-index: 2; width: 305px; height: 190px; left: 50%; top: 50%; display: flex; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.3); border-radius: 26px; background: linear-gradient(135deg, var(--coral), #ca3d50); box-shadow: 0 30px 60px rgba(0,0,0,.28); transform: translate(-50%, -50%) rotate(-7deg); }
.loyalty-card-mini > span { font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.loyalty-card-mini b { margin-top: auto; font-family: Georgia, serif; font-size: 40px; line-height: 1; }
.loyalty-card-mini small { color: rgba(255,255,255,.7); }
.mini-mark { position: absolute; right: 24px; top: 22px; width: 35px; height: 35px; }
.mini-mark i, .mini-mark em { position: absolute; display: block; border-radius: 50%; background: var(--lime); }
.mini-mark i { width: 8px; height: 10px; }
.mini-mark i:nth-child(1){left:0;top:8px}.mini-mark i:nth-child(2){left:9px;top:1px}.mini-mark i:nth-child(3){right:8px;top:2px}.mini-mark i:nth-child(4){right:0;top:9px}.mini-mark em{width:20px;height:17px;left:8px;bottom:0}
.bonus-pill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 18px; background: var(--surface); color: var(--ink); box-shadow: var(--shadow-lg); }
.bonus-pill strong { color: var(--berry); font-family: Georgia, serif; font-size: 28px; }
.bonus-pill span { font-size: 11px; line-height: 1.2; }
.bonus-pill svg { color: var(--coral); }
.bonus-one { left: 5%; top: 9%; transform: rotate(6deg); }
.bonus-two { right: -2%; bottom: 8%; transform: rotate(-4deg); }

.extras { background: var(--surface); }
.extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.extra-card { position: relative; min-height: 300px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; isolation: isolate; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--bg); transition: transform .35s var(--ease), background .3s ease, color .3s ease, box-shadow .35s ease; }
.extra-card::before { content: ""; position: absolute; z-index: -1; inset: 0; border-radius: inherit; background-image: linear-gradient(180deg, rgba(28,10,14,.52), rgba(28,10,14,.92)), var(--card-image); background-position: center; background-size: cover; opacity: 0; transform: scale(1.06); transition: opacity .42s ease, transform .7s var(--ease); }
.extra-spa { --card-image: url("assets/card-hover/extra-spa.webp"); }
.extra-paws { --card-image: url("assets/card-hover/extra-paws.webp"); }
.extra-teeth { --card-image: url("assets/card-hover/extra-teeth.webp"); }
.extra-detangle { --card-image: url("assets/card-hover/extra-detangle.webp"); }
.extra-card:is(:hover, :focus-visible) { transform: translateY(-6px); color: white; box-shadow: var(--shadow-lg); }
.extra-card:is(:hover, :focus-visible)::before { opacity: 1; transform: scale(1); }
.extra-card:is(:hover, :focus-visible) p { color: rgba(255,255,255,.8); }
.extra-card:is(:hover, :focus-visible) strong { color: var(--lime); }
.extra-card:is(:hover, :focus-visible) .extra-number { color: rgba(255,255,255,.42); }
.extra-number { position: absolute; right: 20px; top: 16px; color: rgba(36,24,23,.18); font-family: Georgia, serif; font-size: 48px; }
.extra-card > svg { width: 60px; height: 60px; padding: 9px; border-radius: 17px; background: white; color: var(--berry); }
.extra-card h3 { margin: 48px 0 8px; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.extra-card p { margin: 0; color: var(--muted); font-size: 14px; }
.extra-card strong { margin-top: auto; font-variant-numeric: tabular-nums; color: var(--berry); }

.booking { background: var(--bg); }
.booking-shell { display: grid; grid-template-columns: .68fr 1.32fr; overflow: hidden; border-radius: 38px; background: var(--white); box-shadow: var(--shadow-lg); }
.booking-aside { display: flex; flex-direction: column; padding: 54px; background: var(--ink); color: white; }
.booking-aside h2 { font-size: clamp(45px, 4.8vw, 68px); }
.booking-aside > p { margin: 24px 0 28px; color: rgba(255,255,255,.66); }
.booking-benefits { display: grid; gap: 12px; }
.booking-benefits span { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.booking-benefits svg { width: 27px; height: 27px; padding: 3px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.aside-contact { display: flex; flex-direction: column; margin-top: auto; padding-top: 50px; }
.aside-contact small { color: rgba(255,255,255,.5); }
.aside-contact a { font-family: Georgia, serif; color: var(--lime); font-size: 22px; }
.booking-form { padding: 48px 54px; }
.booking-form fieldset { margin: 0 0 34px; padding: 0; border: 0; }
.booking-form legend { width: 100%; display: flex; align-items: center; gap: 11px; margin-bottom: 17px; font-family: Georgia, serif; font-size: 20px; font-weight: 600; }
.booking-form legend span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font: 800 12px "Segoe UI", sans-serif; }
.service-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.service-options label { cursor: pointer; }
.service-options input { position: absolute; opacity: 0; pointer-events: none; }
.service-options span { min-height: 70px; display: flex; flex-direction: column; justify-content: center; padding: 10px 14px; border: 1px solid var(--line); border-radius: 14px; font-size: 13px; font-weight: 750; transition: border-color .2s ease, background .2s ease; }
.service-options small { color: var(--muted); font-weight: 500; }
.service-options input:checked + span { border: 2px solid var(--berry); background: rgba(122,24,49,.05); color: var(--berry); }
.service-options input:focus-visible + span { outline: 3px solid var(--coral); outline-offset: 3px; }
.date-strip { display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; }
.date-button { min-height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 13px; background: transparent; cursor: pointer; color: var(--muted); font-size: 10px; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.date-button strong { color: var(--ink); font-size: 17px; }
.date-button.active { border-color: var(--berry); background: var(--berry); color: rgba(255,255,255,.7); }
.date-button.active strong { color: white; }
.time-slots { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; margin-top: 10px; }
.time-slots button { min-height: 42px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; font-size: 13px; font-variant-numeric: tabular-nums; transition: background .2s ease, color .2s ease; }
.time-slots button:hover { border-color: var(--berry); }
.time-slots button.active { background: var(--berry); color: white; border-color: var(--berry); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; margin-bottom: 13px; }
.field label { margin-bottom: 6px; font-size: 12px; font-weight: 750; }
.field input, .field select { min-height: 50px; width: 100%; padding: 0 14px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); }
.field input::placeholder { color: #a69891; }
.field input.invalid { border-color: #b42318; }
.field-error { min-height: 16px; margin: 4px 0 0; color: #a31d16; font-size: 11px; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-submit p { max-width: 310px; margin: 0; color: var(--muted); font-size: 11px; }
.form-submit .button { min-width: 180px; }
.form-status { display: none; margin-bottom: 24px; padding: 15px 18px; border-radius: 13px; background: #e8f5dc; color: #254812; font-size: 14px; }
.form-status.show { display: block; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq .section-heading p { max-width: 350px; margin: 24px 0 16px; color: var(--muted); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 21px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--berry); transition: transform .25s var(--ease), background .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--lime); }
.faq-list details p { max-width: 720px; margin: -8px 60px 24px 0; color: var(--muted); }

.site-footer { padding: 70px 0 24px; background: var(--berry-dark); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 50px; }
.light-logo .wordmark { color: white; }
.light-logo .wordmark i::before { border-color: var(--lime); }
.footer-brand p, .footer-grid p { color: rgba(255,255,255,.62); }
.footer-grid h3 { margin: 0 0 15px; color: var(--lime); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid a:not(.logo) { text-decoration: underline; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.socials { display: flex; align-items: center; gap: 20px; }
.socials a { width: 50px; height: 50px; display: grid; place-items: center; border: 0; background: transparent; text-decoration: none !important; transition: transform .25s var(--ease), filter .25s ease; }
.socials a img { width: 46px; height: 46px; object-fit: contain; filter: brightness(0) saturate(100%) invert(90%) sepia(67%) saturate(522%) hue-rotate(24deg) brightness(107%) contrast(102%); }
.socials a:hover { transform: translateY(-4px) scale(1.1); }
.socials a:hover img { filter: brightness(0) saturate(100%) invert(63%) sepia(63%) saturate(1648%) hue-rotate(320deg) brightness(105%) contrast(91%); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 11px; }
.footer-bottom b { margin-left: 8px; color: var(--lime); font-weight: 750; }
.toast { position: fixed; z-index: 1000; right: 20px; bottom: 20px; max-width: min(380px, calc(100vw - 40px)); padding: 14px 18px; border-radius: 14px; background: var(--ink); color: white; box-shadow: var(--shadow-lg); opacity: 0; transform: translateY(20px); pointer-events: none; transition: opacity .25s ease, transform .25s var(--ease); }
.toast.show { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .header-phone { margin-left: auto; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .badge-care { right: 10px; }
  .extras-grid { grid-template-columns: 1fr 1fr; }
  .booking-shell { grid-template-columns: .75fr 1.25fr; }
  .booking-aside, .booking-form { padding: 40px; }
  .time-slots { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .section { padding: 80px 0; }
  .header-phone, .header-cta { display: none; }
  .menu-button { display: inline-flex; margin-left: auto; }
  .hero { padding-top: 16px; }
  .hero-grid { height: auto; min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 40px 0 0; }
  .hero-visual { width: calc(100% - 20px); margin: 10px auto 0; }
  .hero-visual > img { aspect-ratio: 4 / 3; object-fit: contain; }
  .badge-time { left: -10px; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row > div { padding: 18px 8px; }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .trust-row > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid, .masters-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; }
  .masters-grid { gap: 24px; }
  .master-photo { aspect-ratio: 1 / 1; }
  .transformation-grid { grid-template-columns: 1fr; }
  .comparison { aspect-ratio: 3 / 4; }
  .loyalty-card { grid-template-columns: 1fr; padding: 48px; }
  .loyalty-visual { margin-top: 30px; }
  .booking-shell { grid-template-columns: 1fr; }
  .booking-aside { min-height: 430px; }
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .header-inner { min-height: 68px; }
  h1 { font-size: clamp(53px, 16vw, 72px); }
  .section-heading h2, .transformation-copy h2, .loyalty-copy h2, .booking-aside h2, .faq h2 { font-size: clamp(42px, 13vw, 56px); }
  .hero-copy { padding-top: 25px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; border-bottom: 0; }
  .hero-proof { flex-wrap: wrap; }
  .hero-visual { width: 100%; }
  .hero-visual > img { border-radius: 24px; }
  .hero-badge { padding: 10px 12px; }
  .badge-time { top: 6%; left: -4px; }
  .badge-care { right: -4px; bottom: 4%; }
  .scribble { display: none; }
  .trust-row { margin-top: 38px; }
  .trust-row strong { font-size: 25px; }
  .trust-row span { max-width: 130px; font-size: 11px; text-align: center; }
  .breed-picker { flex-wrap: nowrap; margin-inline: -14px; padding: 0 14px 8px; overflow-x: auto; scrollbar-width: none; }
  .breed-picker::-webkit-scrollbar { display: none; }
  .breed-chip { flex: 0 0 auto; }
  .service-card { min-height: 390px; padding: 24px; }
  .transformation-grid { gap: 40px; }
  .transformation-meta { gap: 8px; }
  .transformation-meta strong { font-size: 12px; }
  .comparison { aspect-ratio: 3 / 4; }
  .masters-grid { grid-template-columns: 1fr; }
  .master-photo { aspect-ratio: 1 / 1; }
  .loyalty-card { min-height: auto; padding: 35px 24px; border-radius: 28px; }
  .loyalty-visual { min-height: 330px; }
  .loyalty-card-mini { width: 250px; height: 165px; }
  .orbit-one { width: 340px; height: 340px; right: -100px; }
  .bonus-one { left: -2%; }
  .bonus-two { right: -3%; }
  .extras-grid { grid-template-columns: 1fr; }
  .extra-card { min-height: 260px; }
  .booking-shell { width: calc(100% - 20px); border-radius: 28px; }
  .booking-aside, .booking-form { padding: 34px 22px; }
  .booking-aside { min-height: 450px; }
  .service-options { grid-template-columns: 1fr; }
  .service-options span { min-height: 60px; }
  .date-strip { margin-inline: -6px; gap: 4px; }
  .date-button { min-height: 58px; padding: 0 2px; }
  .contact-grid { grid-template-columns: 1fr; gap: 0; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; }
  .faq-list summary { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

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

/* Custom ChatGPT Image icon set */
svg:has(use[href^="#icon-"]) { background-image: var(--icon-art) !important; background-position: center !important; background-repeat: no-repeat !important; background-size: contain !important; fill: none !important; stroke: none !important; color: transparent !important; }
svg:has(use[href^="#icon-"]) use { display: none; }
svg:has(use[href="#icon-arrow"]) { --icon-art: url("assets/icons/arrow.png"); }
svg:has(use[href="#icon-check"]) { --icon-art: url("assets/icons/check.png"); }
svg:has(use[href="#icon-spark"]) { --icon-art: url("assets/icons/spark.png"); }
svg:has(use[href="#icon-bath"]) { --icon-art: url("assets/icons/bath.png"); }
svg:has(use[href="#icon-scissors"]) { --icon-art: url("assets/icons/scissors.png"); }
svg:has(use[href="#icon-comb"]) { --icon-art: url("assets/icons/comb.png"); }
svg:has(use[href="#icon-heart"]) { --icon-art: url("assets/icons/heart-paw.png"); }
svg:has(use[href="#icon-shield"]) { --icon-art: url("assets/icons/shield.png"); }
svg:has(use[href="#icon-clock"]) { --icon-art: url("assets/icons/clock.png"); }
svg:has(use[href="#icon-calendar"]) { --icon-art: url("assets/icons/calendar.png"); }
svg:has(use[href="#icon-phone"]) { --icon-art: url("assets/icons/phone.png"); }
svg:has(use[href="#icon-menu"]) { --icon-art: url("assets/icons/menu.png"); }
svg:has(use[href="#icon-close"]) { --icon-art: url("assets/icons/close.png"); }
svg:has(use[href="#icon-plus"]) { --icon-art: url("assets/icons/plus.png"); }
svg:has(use[href="#icon-star"]) { --icon-art: url("assets/icons/star.png"); }
svg:has(use[href="#icon-spa-drop"]) { --icon-art: url("assets/icons/spa-drop.png"); }
svg:has(use[href="#icon-tooth"]) { --icon-art: url("assets/icons/tooth.png"); }
svg:has(use[href="#icon-paw-care"]) { --icon-art: url("assets/icons/paw-care.png"); }
