/* Menu navigation remains optional: the complete catalog works without JS. */
.p-menu-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 28px;padding:7px;border:1px solid #dfe3ed;border-radius:24px;background:#ffffff99;width:fit-content}
.p-menu-filters[hidden],.p-price-category[hidden]{display:none!important}
.p-menu-filters button{border:0;border-radius:18px;padding:12px 20px;background:transparent;color:#56617b;font:inherit;font-size:13px;font-weight:650;min-height:44px;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}
.p-menu-filters button[aria-pressed=true]{background:#152343;color:white;box-shadow:0 4px 12px #15234320}
.p-menu-filters button:focus-visible,.p-step-button:focus-visible{outline:3px solid #244fe5;outline-offset:4px}
body.premium-site .p-price-category{border-radius:30px;box-shadow:0 18px 50px #15234309;border:1px solid #fff;background:#ffffffd9;backdrop-filter:blur(14px)}
body.premium-site .p-price-category header{position:relative;padding:32px 26px 26px;overflow:hidden;background:radial-gradient(ellipse at 100% 0%,#cbd9ff,transparent 75%),#eff3ff}
body.premium-site .p-price-category:nth-child(2) header{background:radial-gradient(ellipse at 100% 0%,#f8d3e2,transparent 75%),#fff2f7}
body.premium-site .p-price-category:nth-child(3) header{background:radial-gradient(ellipse at 100% 0%,#dbe9c0,transparent 75%),#f0f5e9}
.p-menu-emblem{position:absolute;inset-inline-end:20px;top:14px;font-size:72px;line-height:1;color:#1523430d;pointer-events:none}
.p-menu-count{display:inline-block;margin-top:20px;padding:6px 11px;border-radius:99px;background:#ffffffa6;color:#5a647c;font-size:10px;font-weight:650}
body.premium-site .p-price-row{border:1px solid #e6eaf2;border-radius:14px;margin:9px 0;padding:15px 12px;gap:8px;background:#fff;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s}
body.premium-site .p-price-row:hover{background:#f4f7ff;border-color:#b6c6fb;box-shadow:0 5px 16px #244fe50b;transform:translateY(-2px)}
body.premium-site .p-price-row>span:last-child{background:#edf1ff;border-radius:50%;width:23px;height:23px;display:grid;place-items:center;color:#244fe5}
body.premium-site .p-price-row{grid-template-columns:minmax(0,1fr) auto 23px}
.p-price-menu.is-focused{grid-template-columns:1fr}
.p-price-menu.is-focused .p-price-category{display:grid;grid-template-columns:280px minmax(0,1fr)}
.p-price-menu.is-focused .p-price-category header{grid-row:1 / 3;border-bottom:0;border-inline-end:1px solid #e2e7f1}
.p-price-menu.is-focused .p-price-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px;padding:12px 24px}
.p-price-menu.is-focused .p-price-rows h4{grid-column:1/-1}
.p-price-menu.is-focused .p-price-book{grid-column:2;margin:12px 24px 24px;max-width:320px}
.p-booking-context{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 20px;margin-bottom:22px;border:1px solid #dce4f6;border-radius:18px;background:linear-gradient(115deg,#f0f4ff,#fffbf2)}
.p-booking-context small{display:block;font-size:9px;font-weight:700;letter-spacing:.1em;color:#75809a;margin-bottom:6px}
.p-booking-context strong{display:block;color:#152343;font-size:16px}
.p-booking-context span{display:block;font-size:12px;color:#526baf;margin-top:5px}
.p-booking-context button{flex-shrink:0;border:1px solid #d9e1f3;background:#fff;border-radius:12px;color:#244fe5;padding:11px;font-size:11px;cursor:pointer;min-height:44px}
body.premium-site.booking-page .booking-service-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.premium-site.booking-page .booking-service-picker .service-choice>span{min-height:0;padding:22px;border-radius:21px;background:linear-gradient(135deg,#fff,#fafbff);transition:background .22s,border-color .22s,box-shadow .22s,transform .22s}
body.premium-site.booking-page .booking-service-picker .service-choice strong{font-size:22px;margin:12px 0 6px}
body.premium-site.booking-page .booking-service-picker .service-choice .p-service-tier{font-size:9px;letter-spacing:.07em;text-transform:uppercase;font-weight:650;padding-inline-end:20px}
body.premium-site.booking-page .booking-service-picker .service-choice .p-package-includes{display:none}
body.premium-site.booking-page .booking-service-picker .service-choice input:checked+span{background:linear-gradient(135deg,#1735a5,#2854e6);box-shadow:0 9px 25px #244fe528;border-color:#244fe5}
body.premium-site.booking-page .booking-service-picker .service-choice input:focus-visible+span{outline:3px solid #6e8ef3;outline-offset:3px}
.p-step-button{display:flex;align-items:center;gap:8px;border:0;background:transparent;padding:5px;color:inherit;font:inherit;text-align:inherit;cursor:pointer;min-height:44px}
.p-step-button:disabled{cursor:default;opacity:1;color:inherit}
@media(max-width:760px){.p-price-menu.is-focused .p-price-category{display:block}.p-price-menu.is-focused .p-price-rows{display:block}.p-menu-filters{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.p-menu-filters button{padding:11px 8px}.p-booking-context{padding:14px}.p-booking-context strong{font-size:14px}}
@media(max-width:520px){body.premium-site.booking-page .booking-service-picker{grid-template-columns:1fr}.p-step-button{flex-direction:column;gap:4px;padding:0;font-size:10px}.p-step-button em{font-size:9px}}
@media(prefers-reduced-motion:reduce){.p-menu-filters button,body.premium-site .p-price-row,body.premium-site.booking-page .booking-service-picker .service-choice>span{transition:none}.p-price-row:hover{transform:none!important}}
@media(max-width:520px){
 body.premium-site.booking-page .booking-service-picker .service-choice>span{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;row-gap:5px;padding:17px}
 body.premium-site.booking-page .booking-service-picker .service-choice .p-service-tier{grid-column:1/-1;font-size:8px;margin:0;padding-inline-end:22px}
 body.premium-site.booking-page .booking-service-picker .service-choice strong{grid-column:1;grid-row:2;font-size:18px;line-height:1.3;margin:4px 0;padding:0}
 body.premium-site.booking-page .booking-service-picker .service-choice small:not(.p-service-tier):not(.p-package-includes){grid-column:1;grid-row:3;font-size:10px;margin:0}
 body.premium-site.booking-page .booking-service-picker .service-choice .p-package-price{grid-column:2;grid-row:2/4;align-self:center;font-size:16px;white-space:nowrap;margin:0;padding:0}
 body.premium-site.booking-page .service-choice>span::after{top:15px;inset-inline-end:16px;width:15px;height:15px}
}
[data-dog-size][hidden]{display:none!important}
body.booking-page .p-package-dialog{width:min(820px,calc(100vw - 28px));max-height:88dvh;padding:28px;border:1px solid #e0e6f2;border-radius:26px;background:#fffdf6;color:#152343;box-shadow:0 30px 100px #15234333;overflow-y:auto}
.p-package-dialog::backdrop{background:#15234370;backdrop-filter:blur(7px)}
.p-package-dialog h2{font-size:28px;margin:0 0 6px}.p-package-dialog>p{color:#667590;margin:0 0 24px}
.p-package-dialog-actions{position:sticky;bottom:-28px;padding:18px 0;background:#fffdf6;display:flex;justify-content:flex-end;border-top:1px solid #e3e7ef;margin-top:18px}
@media(max-width:520px){body.booking-page .p-package-dialog{padding:20px}.p-package-dialog-actions{bottom:-20px}.p-package-dialog-actions .btn{width:100%}}
/* Sculpted menu surfaces and price-based luxury collections. */
body.premium-site .p-price-category{position:relative;border:1px solid #fff;border-radius:32px;background:linear-gradient(145deg,#fff,#f7f8fc);box-shadow:0 2px 0 #dce1ed,0 7px 0 -3px #e8ebf3,0 22px 48px -20px #1e315d38,inset 0 1px 0 #fff;transform:perspective(1400px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg));transition:transform .24s ease-out,box-shadow .24s;backdrop-filter:none}
body.premium-site .p-price-category header{border-bottom:1px solid #d9e0ef;border-top:1px solid #ffffffc9;box-shadow:inset 0 1px 0 #fff}
body.premium-site .p-menu-emblem{top:21px;inset-inline-end:24px;width:64px;height:64px;display:grid;place-items:center;font-size:46px;color:#718ccb;background:linear-gradient(135deg,#fff9,#dce6ff99);border:1px solid #fff9;border-radius:22px;box-shadow:3px 7px 12px #536a9830,inset 1px 1px 1px #fff;transform:rotate(-12deg)}
body.premium-site .p-price-category:nth-child(2) .p-menu-emblem{color:#c2799d;background:linear-gradient(135deg,#fff9,#f9ddeb)}
body.premium-site .p-price-category:nth-child(3) .p-menu-emblem{color:#7c9861;background:linear-gradient(135deg,#fff9,#e0edcc)}
body.premium-site .p-price-category .p-price-tag{display:block;max-width:65%;line-height:1.6}
body.premium-site .p-price-category h3{margin-top:25px}
.p-essential-options,.p-luxury-tiers{min-width:0}
.p-luxury-tiers{display:grid;gap:14px}
.p-luxury-tier{min-width:0;border:1px solid #dce3f2;border-radius:19px;background:linear-gradient(135deg,#edf2ff,#fff 80%);padding:15px;box-shadow:inset 0 1px 0 #fff,0 4px 12px #25385805}
.p-tier-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.p-tier-heading>span{color:#687896;font-size:10px;font-weight:600}.p-tier-heading strong{color:#1f3770;font-size:20px;letter-spacing:-.03em;white-space:nowrap;font-variant-numeric:tabular-nums}.p-tier-heading small{font-size:9px;font-weight:500;letter-spacing:0;color:#6a7e9f}
.p-style-options{display:flex;flex-wrap:wrap;gap:8px}
body.premium-site .p-price-row.p-style-option{display:flex;align-items:center;justify-content:space-between;flex:1 1 120px;min-height:44px;gap:10px;padding:10px 11px;margin:0;border-radius:12px;background:#ffffffd9;font-size:12px;box-shadow:0 2px 3px #15234305}
body.premium-site .p-style-option>span:last-child{flex-shrink:0;width:20px;height:20px;font-size:12px}
body.premium-site .p-price-menu.is-focused .p-price-rows{display:block;padding:10px 26px 20px}
.p-price-menu.is-focused .p-essential-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.p-price-menu.is-focused .p-luxury-tiers{grid-template-columns:repeat(2,minmax(0,1fr))}
.p-price-menu.is-focused .p-luxury-tier:first-child:last-child{grid-column:1/-1}
body.premium-site .p-price-book{box-shadow:0 4px 0 #1834ae,0 9px 18px #244fe51c;transition:transform .2s,box-shadow .2s}
body.premium-site .p-price-book:hover{transform:translateY(-2px);box-shadow:0 6px 0 #1834ae,0 12px 22px #244fe52a}
@media(max-width:1100px){.p-price-menu:not(.is-focused){grid-template-columns:1fr}.p-price-menu:not(.is-focused) .p-luxury-tiers{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body.premium-site .p-price-category{transform:none!important;border-radius:25px}.p-price-menu.is-focused .p-luxury-tiers,.p-price-menu:not(.is-focused) .p-luxury-tiers{grid-template-columns:1fr}.p-price-menu.is-focused .p-essential-options{grid-template-columns:1fr;gap:0}.p-price-menu.is-focused .p-price-rows{padding-inline:20px}.p-tier-heading strong{font-size:21px}.p-luxury-tier{padding:15px}.p-style-options{gap:9px}body.premium-site .p-price-row.p-style-option{font-size:13px;min-height:46px}}
@media(prefers-reduced-motion:reduce){body.premium-site .p-price-category,body.premium-site .p-price-book{transform:none!important;transition:none!important}}
/* Lightweight animal portraits: a cat, a floppy-eared pup and a larger shepherd. */
body.premium-site .p-menu-emblem.p-animal-emblem{width:80px;height:80px;top:15px;inset-inline-end:17px;transform:rotate(-6deg);border-radius:25px;padding:0;overflow:visible}
.p-pet-mascot{width:100%;height:100%;overflow:visible}
.p-mascot-head{transform-origin:50px 76px;animation:pet-hello 5.5s ease-in-out infinite}
.p-mascot-eyes{transform-box:fill-box;transform-origin:center;animation:pet-blink 5.2s infinite}
.p-mascot-ear{transform-box:fill-box;transform-origin:center bottom;animation:pet-ear-wiggle 6.5s ease-in-out infinite}
.p-mascot-tongue{transform-box:fill-box;transform-origin:center top;animation:pet-pant 2s ease-in-out infinite}
[data-menu-category=small_dog] .p-mascot-head{animation-delay:-1.7s}[data-menu-category=large_dog] .p-mascot-head{animation-delay:-3.3s}
@keyframes pet-hello{0%,70%,100%{transform:rotate(0deg) translateY(0)}30%,45%{transform:rotate(5deg) translateY(-2px)}}
@keyframes pet-blink{0%,43%,47%,100%{transform:scaleY(1)}45%{transform:scaleY(.12)}}
@keyframes pet-ear-wiggle{0%,75%,100%{transform:rotate(0)}80%{transform:rotate(-8deg)}85%{transform:rotate(5deg)}90%{transform:rotate(-4deg)}}
@keyframes pet-pant{0%,100%{transform:scaleY(.88)}50%{transform:scaleY(1)}}
@media(prefers-reduced-motion:reduce){.p-pet-mascot *{animation:none!important}}

body.premium-site .p-price-category header:has(.p-animal-emblem) h3{margin-top:48px}
/* Let the selected pet's complete menu share one desktop viewport. */
@media(min-width:1101px){
 body.premium-site .p-home-v2>.p-services:has(.p-price-menu.is-focused){padding-block:24px}
 body.premium-site .p-home-v2 .p-services:has(.is-focused)>.p-heading{align-items:center;margin-bottom:16px;gap:24px}
 body.premium-site .p-home-v2 .p-services:has(.is-focused)>.p-heading h2{font-size:clamp(30px,3vw,42px);line-height:1.1;margin:10px 0 0}
 body.premium-site .p-home-v2 .p-services:has(.is-focused)>.p-heading>p{margin:0;font-size:13px}
 .p-services:has(.is-focused) .p-menu-filters{margin-bottom:16px;padding:4px}
 .p-home-v2 .p-price-menu.is-focused .p-price-category{grid-template-columns:190px minmax(0,1fr)}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-price-category header{padding:24px 18px}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-price-category header h3{font-size:28px;margin-top:76px}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-price-tag{max-width:100%;font-size:9px}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-animal-emblem{top:54px;width:60px;height:60px}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-price-rows{padding:8px 18px 12px}
 .p-home-v2 .p-price-menu.is-focused .p-price-rows h4{margin:10px 0 6px}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-essential-options .p-price-row{margin:0;padding:10px 12px;min-height:44px}
 .p-home-v2 .p-price-menu.is-focused .p-caption{margin:0 0 10px;font-size:12px}

 .p-home-v2 .p-price-menu.is-focused .p-luxury-tier{padding:10px;border-radius:15px}
 .p-home-v2 .p-price-menu.is-focused .p-tier-heading{gap:4px;margin-bottom:8px}
 .p-home-v2 .p-price-menu.is-focused .p-tier-heading strong{font-size:18px}
 .p-home-v2 .p-price-menu.is-focused .p-style-options{display:grid;grid-template-columns:1fr;gap:6px}
 .p-home-v2 .p-price-menu.is-focused [data-menu-category=small_dog] .p-luxury-tier:first-child .p-style-options{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-style-option{padding:8px;min-height:40px;font-size:12px;gap:5px}
 body.premium-site .p-home-v2 .p-price-menu.is-focused .p-price-book{margin:0 18px 16px;padding:12px 18px;min-height:44px}
 .p-home-v2 .p-services:has(.is-focused) .p-price-note{max-width:none;margin-top:14px;font-size:12px;line-height:1.5}
}
/* Compact the longer small-dog menu in the desktop comparison view. */
@media(min-width:1101px){





 .p-home-v2 .p-price-menu:not(.is-focused) [data-menu-category=small_dog] .p-style-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
 .p-home-v2 .p-price-menu:not(.is-focused) [data-menu-category=small_dog] .p-style-options:has(>a:only-child){grid-template-columns:1fr}
 body.premium-site .p-home-v2 .p-price-menu:not(.is-focused) [data-menu-category=small_dog] .p-style-option{min-width:0;min-height:44px;padding:8px;gap:4px;font-size:11px;line-height:1.4}
}
/* One continuous pet-and-package selection surface. */
body.booking-page .p-inline-care{margin-top:24px;padding-top:24px;border-top:1px solid #e0e6f1}
body.booking-page .p-inline-care>h3{font-size:23px;letter-spacing:-.035em;margin:0 0 6px;color:#152343}
body.booking-page .p-inline-care>p{font-size:12px;color:#75819b;margin:0 0 22px;line-height:1.7}
body.premium-site.booking-page .p-inline-care .booking-service-picker{display:block}
.p-care-group{border:0;border-radius:20px;padding:16px;background:#f1f5fc;margin:0 0 17px;min-width:0}
.p-care-group[hidden]{display:none!important}
.p-care-group legend{float:left;width:100%;padding:0 0 12px;font-size:11px;line-height:1.6;font-weight:650;color:#597093}
.p-care-options{clear:both;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
body.premium-site.booking-page .p-inline-care .service-choice>span{display:block;padding:18px;min-height:0;background:#fff;border:1px solid #dce4f2;border-radius:16px}
body.premium-site.booking-page .p-inline-care .service-choice strong{font-size:17px;line-height:1.4;margin:0 22px 8px 0;padding:0}
body.premium-site.booking-page .p-inline-care .service-choice .p-service-tier{display:none}
body.premium-site.booking-page .p-inline-care .service-choice small{font-size:10px;line-height:1.6}
body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{font-size:17px;display:block;margin:12px 0 0;line-height:1.4}
body.premium-site.booking-page .p-inline-care .service-choice input:checked+span{background:linear-gradient(135deg,#1a3697,#2855df);border-color:#244fe5;box-shadow:0 5px 15px #244fe520}
body.premium-site.booking-page .p-inline-care .service-choice>span::after{top:18px;inset-inline-end:14px}
@media(max-width:520px){.p-care-group{padding:12px;border-radius:16px}.p-care-options{gap:9px}body.premium-site.booking-page .p-inline-care .service-choice>span{padding:15px 12px}body.premium-site.booking-page .p-inline-care .service-choice strong{font-size:14px;margin-inline-end:17px}body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{font-size:14px}body.premium-site.booking-page .p-inline-care .service-choice>span::after{width:13px;height:13px;top:15px;inset-inline-end:10px}}
@media(max-width:350px){.p-care-options{grid-template-columns:1fr}}
body.premium-site.booking-page .p-inline-care .service-choice strong{display:block}
body.premium-site.booking-page .p-inline-care .service-choice small{display:none}
body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{display:block;position:static}
/* Mobile booking: one page scroll, compact progress and a safe-area action dock. */
@media(max-width:760px){
 html:has(body.booking-page){height:auto;min-height:100%;overflow-x:clip;overflow-y:auto}
 body.premium-site.booking-page{height:auto;min-height:100dvh;overflow:visible;display:block;background:#f4f6fb}
 body.premium-site.booking-page .site-nav{position:relative;top:auto;box-shadow:none;margin-bottom:0}
 body.premium-site.booking-page .booking-section{display:block;overflow:visible;padding:12px 0 calc(160px + env(safe-area-inset-bottom));min-height:0}
 body.booking-page .booking-section>.container{height:auto;width:100%;padding:0 12px}
 body.premium-site.booking-page .booking-flow,body.premium-site.booking-page .booking-flow:has([data-step="0"].active){display:block;height:auto;min-height:0;width:100%;margin:0}
 body.premium-site.booking-page .flow-main{display:block;height:auto;overflow:visible;border:0;border-radius:24px;padding:18px 15px 24px;background:#fff;box-shadow:0 8px 28px #23385d06}
 body.premium-site.booking-page .flow-step.active{display:block;overflow:visible;max-height:none;min-height:0;padding:12px 0;overscroll-behavior:auto}
 body.premium-site.booking-page .p-booking-welcome{display:none}
 body.premium-site.booking-page .p-booking-context{padding:14px;margin:0 0 16px;background:#f5f7fc;border:1px solid #e6ebf6;border-radius:17px}
 body.premium-site.booking-page .p-booking-context strong{font-size:15px;line-height:1.5}
 body.premium-site.booking-page .p-booking-context span{font-size:11px;line-height:1.5}
 body.premium-site.booking-page .flow-progress{position:sticky;top:8px;z-index:25;margin:0 0 18px;padding:9px 5px;background:#fffffff5;border:1px solid #e6eaf3;border-radius:16px;box-shadow:0 4px 18px #1d355d0c;backdrop-filter:blur(12px)}
 body.premium-site.booking-page .flow-step>h3{font-size:25px;line-height:1.2;letter-spacing:-.035em;margin-bottom:10px}
 body.premium-site.booking-page .flow-step-intro{font-size:13px;line-height:1.7;margin-bottom:22px}
 body.premium-site.booking-page .form-grid{gap:17px}
 body.premium-site.booking-page .field>label{font-size:12px;font-weight:650;margin-bottom:8px;color:#3b4c6a}
 body.premium-site.booking-page .p-pet-details-card{border:0;padding:0;background:transparent;box-shadow:none}
 body.premium-site.booking-page .p-pet-details-card>.booking-group-head{margin-bottom:16px}
 body.premium-site.booking-page .p-pet-types{gap:10px}
 body.premium-site.booking-page .p-pet-types>button{min-height:52px;border-radius:15px;font-size:15px}
 body.premium-site.booking-page .p-inline-care{margin-top:25px;padding-top:23px}
 body.premium-site.booking-page .p-care-group{padding:13px;margin-bottom:16px;background:#f4f7fd;border:1px solid #e5ebf7}
 body.premium-site.booking-page .p-care-group legend{font-size:12px;padding-bottom:12px;line-height:1.7}
 body.premium-site.booking-page .p-inline-care .service-choice>span{padding:17px 12px;min-height:110px;border-radius:15px}
 body.premium-site.booking-page .p-inline-care .service-choice strong{font-size:15px;line-height:1.5}
 body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{font-size:15px;margin-top:15px}
 body.premium-site.booking-page .flow-actions{position:fixed;inset-inline:0;bottom:0;z-index:50;display:flex;flex-wrap:wrap;gap:9px;padding:12px max(18px,env(safe-area-inset-left)) calc(12px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid #dfe5f0;box-shadow:0 -7px 28px #1c365211;backdrop-filter:blur(16px)}
 body.premium-site.booking-page .flow-actions .btn{min-height:48px;border-radius:14px;font-size:14px;flex:1}
 body.premium-site.booking-page .p-booking-mobile-quote{padding-bottom:3px;min-width:0}
 body.premium-site.booking-page .p-booking-mobile-quote>span{min-width:0;max-width:65%;line-height:1.5}
 body.premium-site.booking-page .p-booking-mobile-quote>strong{white-space:nowrap;font-size:20px}
 body.premium-site.booking-page .review-card{grid-template-columns:1fr}
 body.premium-site.booking-page .location-fields{grid-template-columns:1fr}
 body.premium-site.booking-page #map{height:300px;max-height:48dvh}
 body.premium-site.booking-page .flow-submit-hint{margin-top:14px}
 body.premium-site.booking-page input,body.premium-site.booking-page select,body.premium-site.booking-page textarea{scroll-margin-block:90px 170px}
}

@media(max-width:760px){body.premium-site.booking-page .flow-actions{position:fixed!important}}
.p-mobile-stages,.p-mobile-price-tabs{display:none}
@media(max-width:760px){
 html:has(body.booking-page){height:100%;overflow:hidden}
 body.premium-site.booking-page{height:100dvh;min-height:0;overflow:hidden;display:flex;flex-direction:column}
 body.premium-site.booking-page .site-nav{flex-shrink:0;margin-top:6px}
 body.premium-site.booking-page .site-nav-inner{height:48px}
 body.premium-site.booking-page .booking-section{flex:1;min-height:0;overflow:hidden;padding:8px 0 max(6px,env(safe-area-inset-bottom))}
 body.booking-page .booking-section>.container{height:100%;padding:0 8px}
 body.premium-site.booking-page .booking-flow,body.premium-site.booking-page .booking-flow:has([data-step="0"].active){height:100%;min-height:0}
 body.premium-site.booking-page .flow-main{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:12px}
 body.premium-site.booking-page .p-booking-context{margin:0 0 9px;padding:8px 11px;border-radius:12px;flex-shrink:0}
 body.premium-site.booking-page .p-booking-context small,body.premium-site.booking-page .p-booking-context span{display:none}
 body.premium-site.booking-page .p-booking-context button{min-height:36px;padding:7px}
 body.premium-site.booking-page .flow-progress{position:static;margin:0 0 8px;padding:5px;box-shadow:none;flex-shrink:0}
 body.premium-site.booking-page .flow-step.active{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:3px 2px 12px;scroll-padding:12px}
 body.premium-site.booking-page .flow-actions{position:relative!important;inset:auto;flex-shrink:0;padding:9px 0 0;box-shadow:none;backdrop-filter:none;background:white}
 body.premium-site.booking-page .flow-submit-hint:empty{display:none}
 body.premium-site.booking-page .flow-submit-hint{margin:4px 0 0;font-size:10px;padding:5px}
 .p-mobile-stages,.p-mobile-price-tabs{display:flex;gap:7px;margin:0 0 14px}
 .p-mobile-stages{padding:4px;border-radius:13px;background:#f0f3fa}
 .p-mobile-stages button,.p-mobile-price-tabs button{flex:1;min-width:0;min-height:40px;border:0;border-radius:10px;background:transparent;color:#5f708d;font:inherit;font-size:11px;font-weight:650;padding:9px 5px;cursor:pointer}
 .p-mobile-stages button[aria-pressed=true]{background:white;color:#234bce;box-shadow:0 2px 6px #24355312}
 .p-mobile-price-tabs{flex-wrap:wrap}
 .p-mobile-price-tabs button{border:1px solid #dfe5f3;background:#fff;font-size:10px}
 .p-mobile-price-tabs button[aria-pressed=true]{background:#183898;color:white;border-color:#183898}
 form[data-mobile-phase=pet] .p-inline-care{display:none}
 form[data-mobile-phase=care] [data-step="0"]>h3,form[data-mobile-phase=care] [data-step="0"]>.flow-step-intro,
 form[data-mobile-phase=care] [data-step="0"]>.form-grid>:not(.p-pet-details-card),
 form[data-mobile-phase=care] .p-pet-details-card>.form-grid,form[data-mobile-phase=care] .p-pet-details-card>.booking-group-head{display:none!important}
 body.premium-site.booking-page form[data-mobile-phase=care] .p-inline-care{margin:0;padding:0;border:0}
 body.premium-site.booking-page .p-inline-care>p{display:none}
 body.premium-site.booking-page .p-inline-care>h3{font-size:22px;margin-bottom:15px}
 .p-care-group.p-mobile-tier-hidden{display:none!important}
 body.premium-site.booking-page .p-care-group{margin:0;padding:10px}
 body.premium-site.booking-page .p-inline-care .service-choice>span{min-height:90px;padding:13px 11px}
 body.premium-site.booking-page .p-inline-care .service-choice strong{font-size:14px}
 body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{font-size:14px;margin-top:10px}
 body.premium-site.booking-page .flow-step>h3{font-size:21px;margin-bottom:6px}
 body.premium-site.booking-page .flow-step-intro{font-size:12px;margin-bottom:12px}
 body.premium-site.booking-page .form-grid{gap:12px}
 body.premium-site.booking-page .p-pet-details-card>.booking-group-head{margin-bottom:8px}
}

@media(max-width:760px){body.premium-site.booking-page .p-care-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}

@media(max-width:760px){.p-mobile-price-tabs button{flex-basis:44%;white-space:normal;line-height:1.4}}
.p-care-pet-switch{display:none}
@media(max-width:760px){
 .p-care-pet-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}
 .p-care-pet-switch button{display:flex;flex-direction:column;align-items:center;gap:2px;min-height:76px;border:1px solid #dfe5f2;border-radius:15px;background:#fff;color:#61738e;padding:4px;font:inherit;font-size:10px;font-weight:650;cursor:pointer}
 .p-care-pet-switch button svg{width:44px;height:44px}
 .p-care-pet-switch button[aria-pressed=true]{background:#edf3ff;border-color:#6281e8;box-shadow:0 0 0 2px #244fe512;color:#234cc4}
 body.premium-site.booking-page .p-inline-care>h3{display:none}
 body.premium-site.booking-page .p-mobile-stages{margin-bottom:10px}
 body.premium-site.booking-page .p-mobile-price-tabs{margin-bottom:10px;gap:5px}
 body.premium-site.booking-page .p-mobile-price-tabs button{min-height:35px;padding:7px 4px}
 body.premium-site.booking-page .p-inline-care .service-choice>span{min-height:76px;padding:10px}
 body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{margin-top:7px}
 body.premium-site.booking-page .p-care-group legend{padding-bottom:8px;font-size:10px}
 form[data-mobile-phase=pet] .p-pet-details-card .pet-type-field,form[data-mobile-phase=pet] .p-pet-details-card [data-dog-size]{display:none!important}
 body.premium-site.booking-page .p-booking-context button{font-size:10px}
}
@media(max-width:760px) and (max-height:780px){
 body.premium-site.booking-page .p-mobile-stages{display:none}
 body.premium-site.booking-page .p-care-pet-switch{margin-bottom:8px;gap:6px}
 body.premium-site.booking-page .p-care-pet-switch button{min-height:54px;padding:2px;font-size:9px}
 body.premium-site.booking-page .p-care-pet-switch svg{width:31px;height:31px}
 body.premium-site.booking-page .p-care-group legend{display:none}
 body.premium-site.booking-page .p-care-group{padding:8px}
 body.premium-site.booking-page .p-inline-care .service-choice>span{min-height:68px;padding:9px}
 body.premium-site.booking-page .p-inline-care .service-choice strong{font-size:12px;line-height:1.35;margin-bottom:3px}
 body.premium-site.booking-page .p-inline-care .service-choice .p-package-price{font-size:12px;margin-top:5px}
 body.premium-site.booking-page .p-inline-care .service-choice>span::after{top:10px;width:11px;height:11px}
 body.premium-site.booking-page .flow-progress{padding:2px;margin-bottom:5px}
 body.premium-site.booking-page .p-booking-context{padding:5px 8px;margin-bottom:6px}
}

.p-link-arrow{display:inline-block;flex-shrink:0;vertical-align:middle}html[dir=rtl] .p-link-arrow{transform:scaleX(-1)}

/* Clear mobile price tiers and a touch-friendly cue for bounded booking panels. */
.p-booking-scroll-cue{align-self:center;display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;border:0;border-radius:20px;background:#f1f4fa;color:#536581;font:inherit;font-size:11px;padding:5px 12px;margin:3px 0;cursor:pointer;min-height:28px}
.p-booking-scroll-cue[hidden]{display:none!important}
.p-booking-scroll-cue .ui-icon{width:14px;height:14px}
.p-booking-scroll-cue[data-direction=up] .ui-icon{transform:rotate(180deg)}
.p-booking-scroll-cue:focus-visible{outline:2px solid #244fe5;outline-offset:2px}
@media(max-width:760px){
 body.premium-site.booking-page .flow-actions{border-top:0}
 body.premium-site.booking-page .p-mobile-price-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
 body.premium-site.booking-page .p-mobile-price-tabs button[data-tier=essential]{grid-column:1/-1;min-height:36px}
 body.premium-site.booking-page .p-mobile-price-tabs button[data-tier=luxury]{min-height:48px;font-size:11px;padding:7px 3px;text-wrap:balance}
 body.premium-site.booking-page .p-mobile-price-tabs[data-luxury-count="1"] button[data-tier=luxury]{grid-column:1/-1;min-height:36px}
 body.premium-site.booking-page .flow-step.active{scrollbar-width:thin;scrollbar-color:#aeb9cb transparent}
}

/* Each additional pet has its own category and care choices. */
.p-add-pet{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;padding:10px;border:1px dashed #859adb;border-radius:15px;background:#f6f8ff;color:#2444a0;font:inherit;font-weight:600;margin-top:12px}
.p-add-pet>span{font-size:24px;line-height:1}
.p-extra-category{padding:14px;background:#f5f7fc;border-radius:16px;margin-top:10px}
.p-extra-category[hidden],.p-extra-remove[hidden],.p-add-pet[hidden]{display:none!important}
.p-extra-pet-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0}
.p-extra-pet-switch button{display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #dfe5f2;border-radius:12px;padding:7px 3px;min-height:60px;background:white;color:#536581;font:inherit;font-size:11px}
.p-extra-pet-switch svg{width:35px;height:35px}
.p-extra-pet-switch [aria-pressed=true],.p-extra-packages [aria-pressed=true]{background:#edf2ff;border-color:#244fe5;color:#173aaf;box-shadow:inset 0 0 0 1px #244fe5}
.p-extra-packages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-bottom:14px}
.p-extra-packages>strong{grid-column:1/-1;font-size:13px;margin-bottom:3px}
.p-extra-packages button{border:1px solid #dfe5f2;border-radius:12px;padding:10px;text-align:start;background:white;color:#263958;min-height:55px;font:inherit;font-size:12px}
.p-extra-packages small{display:block;font-size:11px;margin-top:5px}
.p-extra-remove{border:0;background:transparent;color:#8a4450;font:inherit;font-size:12px;min-height:36px;padding:6px}
.extra-pet-title{display:flex;justify-content:space-between;align-items:center}
body.booking-page .p-extra-native-size{display:none!important}
body.booking-page .p-extra-services-head,body.booking-page [data-extra-service-picker]{display:none}

/* Map gestures are opt-in on touch screens so the booking pane remains scrollable. */
.p-map-controls{display:flex;gap:12px;align-items:center;margin:10px 0}
.p-map-controls button{flex-shrink:0;min-height:42px;border:1px solid #d8e1f3;border-radius:12px;background:#fff;color:#2347b1;font:inherit;font-size:12px;padding:9px 12px}
.p-map-controls button[aria-pressed=true]{background:#244fe5;color:#fff}
.p-map-controls>span{font-size:11px;line-height:1.5;color:#64748d}
.p-map-scroll-layout{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:7px}
.p-map-scroll-rail{display:flex;flex-direction:column;align-items:center;gap:5px;background:#f2f5fa;border-radius:16px;padding:4px 0}
.p-map-scroll-rail>span{flex:1;width:3px;border-radius:3px;background:#d6dfec}
.p-map-scroll-rail button{display:grid;place-items:center;width:34px;min-height:44px;padding:0;border:0;background:transparent;color:#526b98;border-radius:12px}
.p-map-scroll-rail button:focus-visible,.p-map-controls button:focus-visible{outline:2px solid #244fe5}
body.booking-page #map.p-map-scroll-safe,body.booking-page #map.p-map-scroll-safe .leaflet-container,body.booking-page #map.p-map-scroll-safe .leaflet-marker-icon{touch-action:pan-y!important;cursor:default}
body.booking-page #map{width:100%;min-width:0}
@media(max-width:760px){body.premium-site.booking-page #map{height:clamp(200px,34dvh,280px);max-height:none}body.booking-page .map-toolbar{gap:10px}body.booking-page .map-toolbar .caption{font-size:12px}.p-map-controls{gap:8px}}

.p-booking-scroll-controls{display:flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;flex-wrap:wrap}
