.bubble-cluster.svelte-k1n1ko{position:absolute;inset:0;overflow:hidden;pointer-events:none}.bubble-wrapper.svelte-k1n1ko{position:absolute;animation:svelte-k1n1ko-gentle-float 6s ease-in-out infinite}@keyframes svelte-k1n1ko-gentle-float{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-5px) rotate(-1deg)}75%{transform:translateY(-20px) rotate(3deg)}}.walk-of-fame.svelte-p9p09d{background:linear-gradient(180deg,var(--color-white) 0%,var(--color-surface) 100%);overflow:hidden;padding:4rem 0}@media(max-width:480px){.walk-of-fame.svelte-p9p09d{padding:3rem 0}}.section-header.svelte-p9p09d{text-align:center;margin-bottom:3rem;padding:0 var(--content-padding)}@media(max-width:480px){.section-header.svelte-p9p09d{margin-bottom:2rem}}.section-title.svelte-p9p09d{font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.5rem}.section-subtitle.svelte-p9p09d{color:var(--color-text-secondary);font-size:1.125rem}.slideshow-container.svelte-p9p09d{position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;max-width:1000px;margin:0 auto;padding:0 1rem}.nav-arrow.svelte-p9p09d{flex-shrink:0;width:48px;height:48px;border-radius:var(--radius-full);background:var(--color-white);border:2px solid var(--color-border);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-sm)}.nav-arrow.svelte-p9p09d:hover{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-white);transform:scale(1.1)}.nav-arrow.svelte-p9p09d svg:where(.svelte-p9p09d){width:24px;height:24px}.slides-wrapper.svelte-p9p09d{flex:1;overflow:hidden;display:flex;justify-content:center}.slides.svelte-p9p09d{display:flex;gap:1.5rem;justify-content:center;align-items:center}.pet-card.svelte-p9p09d{flex:0 0 calc(33.333% - 1rem);max-width:280px;transition:all var(--transition-base)}.pet-card.center.svelte-p9p09d{transform:scale(1.05);z-index:1}@media(max-width:768px){.slideshow-container.svelte-p9p09d{gap:.5rem;padding:0 .5rem}.nav-arrow.svelte-p9p09d{width:36px;height:36px}.nav-arrow.svelte-p9p09d svg:where(.svelte-p9p09d){width:18px;height:18px}.slides.svelte-p9p09d{gap:.75rem}.pet-card.svelte-p9p09d{flex:0 0 auto;width:160px;max-width:none}.pet-card.svelte-p9p09d:not(.center){opacity:.4;transform:scale(.8)}.pet-card.center.svelte-p9p09d{transform:scale(1)}}@media(max-width:480px){.slideshow-container.svelte-p9p09d{gap:.75rem}.slides.svelte-p9p09d{justify-content:center}.pet-card.svelte-p9p09d:not(.center){display:none}.pet-card.center.svelte-p9p09d{flex:0 0 auto;width:240px;max-width:calc(100vw - 120px)}}.pet-image-container.svelte-p9p09d{position:relative;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--color-gray-100)}.pet-image.svelte-p9p09d{width:100%;height:100%;object-fit:cover}.pet-image-placeholder.svelte-p9p09d{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-gray-100) 0%,var(--color-gray-200) 100%);color:var(--color-gray-400)}.placeholder-paw.svelte-p9p09d{width:50%;height:50%}.pet-name-overlay.svelte-p9p09d{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%)}.pet-name.svelte-p9p09d{display:block;color:var(--color-white);font-family:var(--font-display),system-ui,sans-serif;font-size:1.25rem;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3)}.card-bubble.svelte-p9p09d{position:absolute;top:-10px;right:-10px;animation:svelte-p9p09d-bob 3s ease-in-out infinite}@keyframes svelte-p9p09d-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.dots-container.svelte-p9p09d{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.dot.svelte-p9p09d{width:12px;height:12px;border-radius:var(--radius-full);background:var(--color-gray-300);border:none;cursor:pointer;transition:all var(--transition-base);padding:0}.dot.svelte-p9p09d:hover{background:var(--color-accent-light)}.dot.active.svelte-p9p09d{background:var(--color-accent);width:32px}.autoplay-status.svelte-p9p09d{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;font-size:.8rem;color:var(--color-text-secondary)}.status-dot.svelte-p9p09d{width:8px;height:8px;border-radius:var(--radius-full)}.status-dot.playing.svelte-p9p09d{background:var(--color-accent);animation:svelte-p9p09d-pulse 1.5s ease-in-out infinite}.status-dot.paused.svelte-p9p09d{background:var(--color-gray-400)}@keyframes svelte-p9p09d-pulse{0%,to{opacity:1}50%{opacity:.5}}.status-text.svelte-p9p09d{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.main-content.svelte-4jbzvx{flex:1;position:relative;z-index:1;width:100%;max-width:100%;overflow-x:hidden}.hero.svelte-4jbzvx{min-height:100vh;display:flex;align-items:center;padding-top:var(--header-height);position:relative;overflow:hidden}.hero-background.svelte-4jbzvx{position:absolute;inset:0;pointer-events:none}.hero-bubbles{opacity:.6}.hero-content.svelte-4jbzvx{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding-top:2rem;padding-bottom:2rem}@media(min-width:1024px){.hero-content.svelte-4jbzvx{grid-template-columns:1fr 1fr}}.hero-text.svelte-4jbzvx{text-align:center}@media(min-width:1024px){.hero-text.svelte-4jbzvx{text-align:left}}.hero-title.svelte-4jbzvx{font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.title-line.svelte-4jbzvx{display:block}.title-line.accent.svelte-4jbzvx{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-4jbzvx{font-size:1.125rem;color:var(--color-text-secondary);max-width:480px;margin-bottom:2rem}@media(min-width:1024px){.hero-subtitle.svelte-4jbzvx{margin-bottom:2rem}}.hero-ctas.svelte-4jbzvx{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:1024px){.hero-ctas.svelte-4jbzvx{justify-content:flex-start}}.hero-visual.svelte-4jbzvx{display:flex;justify-content:center}.hero-image-container.svelte-4jbzvx{position:relative;width:300px;height:300px}@media(min-width:768px){.hero-image-container.svelte-4jbzvx{width:400px;height:400px}}.hero-placeholder.svelte-4jbzvx{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-surface);border-radius:50%;box-shadow:var(--shadow-lg)}.paw-hero.svelte-4jbzvx{width:60%;height:60%;animation:svelte-4jbzvx-gentle-pulse 3s ease-in-out infinite}@keyframes svelte-4jbzvx-gentle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hero-bubble.svelte-4jbzvx{position:absolute;animation:svelte-4jbzvx-hero-float 6s ease-in-out infinite}.hero-bubble-1.svelte-4jbzvx{top:-10%;right:-5%;animation-delay:0s}.hero-bubble-2.svelte-4jbzvx{bottom:10%;left:-10%;animation-delay:1s}.hero-bubble-3.svelte-4jbzvx{top:30%;right:-15%;animation-delay:2s}@keyframes svelte-4jbzvx-hero-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.section.svelte-4jbzvx{scroll-margin-top:var(--header-height)}.section-header.svelte-4jbzvx{text-align:center;margin-bottom:3rem}.section-title.svelte-4jbzvx{font-family:var(--font-display),system-ui,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.5rem}.section-subtitle.svelte-4jbzvx{color:var(--color-text-secondary);font-size:1.125rem}.about-grid.svelte-4jbzvx{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.about-grid.svelte-4jbzvx{grid-template-columns:1fr 1fr}}.about-content.svelte-4jbzvx p:where(.svelte-4jbzvx){margin-bottom:1rem;color:var(--color-text-secondary);line-height:1.8}.about-features.svelte-4jbzvx{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.feature.svelte-4jbzvx{display:flex;align-items:center;gap:.5rem;font-weight:500}.feature-icon.svelte-4jbzvx{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-accent-subtle) 0%,#bae6fd 100%);border-radius:var(--radius-full);color:var(--color-accent-darker)}.feature-icon.svelte-4jbzvx svg:where(.svelte-4jbzvx){width:20px;height:20px}.about-visual.svelte-4jbzvx{display:flex;justify-content:center}.about-image-frame.svelte-4jbzvx{position:relative;width:100%;max-width:400px}.frame-decoration.svelte-4jbzvx{position:absolute;top:-20px;right:-20px;z-index:1;animation:svelte-4jbzvx-bob 4s ease-in-out infinite}@keyframes svelte-4jbzvx-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.image-placeholder.svelte-4jbzvx{aspect-ratio:4/3;background:linear-gradient(135deg,var(--color-gray-200),var(--color-gray-100));border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:var(--color-gray-400);font-size:.9rem;border:3px solid var(--color-white);box-shadow:var(--shadow-lg)}.services-grid.svelte-4jbzvx{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.services-grid.svelte-4jbzvx{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid.svelte-4jbzvx{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.services-grid.svelte-4jbzvx{grid-template-columns:repeat(5,1fr)}}.service-card.svelte-4jbzvx{text-align:center;padding:2rem 1.5rem}.service-icon.svelte-4jbzvx{margin-bottom:1rem}.service-svg.svelte-4jbzvx{width:80px;height:80px}.service-title.svelte-4jbzvx{font-family:var(--font-display),system-ui,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.service-description.svelte-4jbzvx{color:var(--color-text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.service-price.svelte-4jbzvx{display:inline-block;background:linear-gradient(135deg,var(--color-accent-subtle) 0%,#bae6fd 100%);color:var(--color-accent-darker);padding:.25rem .75rem;border-radius:var(--radius-full);font-weight:600;font-size:.9rem}.service-card-highlight.svelte-4jbzvx{border:2px solid var(--color-accent-mid);background:linear-gradient(135deg,var(--color-white) 0%,var(--color-accent-subtle) 50%,#bae6fd 100%)}.contact-grid.svelte-4jbzvx{display:grid;grid-template-columns:1fr;gap:2rem;max-width:100%;overflow:hidden;align-items:start}@media(min-width:1024px){.contact-grid.svelte-4jbzvx{grid-template-columns:1fr 1fr}}.contact-info-panel.svelte-4jbzvx{display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.info-card.svelte-4jbzvx{background:var(--color-white);padding:1.25rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);max-width:100%;overflow:hidden}@media(min-width:640px){.info-card.svelte-4jbzvx{padding:1.5rem}}.info-card.svelte-4jbzvx h3:where(.svelte-4jbzvx){font-family:var(--font-display),system-ui,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--color-accent-darker)}.hours-list.svelte-4jbzvx{list-style:none;padding:0;margin:0}.hours-list.svelte-4jbzvx li:where(.svelte-4jbzvx){display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--color-border);font-size:.9rem}.hours-list.svelte-4jbzvx li:where(.svelte-4jbzvx):last-child{border-bottom:none}.hours-note.svelte-4jbzvx{margin-top:.75rem;font-size:.85rem;font-style:italic;color:var(--color-accent-darker);text-align:center}.info-card.svelte-4jbzvx p:where(.svelte-4jbzvx){color:var(--color-text-secondary);font-size:.9rem;line-height:1.6;margin-bottom:.5rem}.contact-form.svelte-4jbzvx{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;max-width:100%;overflow:hidden}@media(min-width:640px){.contact-form.svelte-4jbzvx{padding:2rem}}.form-group.svelte-4jbzvx{display:flex;flex-direction:column;gap:.35rem}.contact-form.svelte-4jbzvx label:where(.svelte-4jbzvx){font-weight:500;font-size:.9rem;color:var(--color-text-primary)}.contact-form.svelte-4jbzvx input:where(.svelte-4jbzvx),.contact-form.svelte-4jbzvx select:where(.svelte-4jbzvx),.contact-form.svelte-4jbzvx textarea:where(.svelte-4jbzvx){width:100%;max-width:100%;padding:.6rem .875rem;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:.95rem;transition:border-color var(--transition-fast);background:var(--color-white)}.contact-form.svelte-4jbzvx input:where(.svelte-4jbzvx):focus,.contact-form.svelte-4jbzvx select:where(.svelte-4jbzvx):focus,.contact-form.svelte-4jbzvx textarea:where(.svelte-4jbzvx):focus{outline:none;border-color:var(--color-accent)}.contact-form.svelte-4jbzvx textarea:where(.svelte-4jbzvx){resize:vertical;min-height:100px}.submit-btn.svelte-4jbzvx{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;width:100%;margin-top:.5rem}.btn-icon.svelte-4jbzvx{width:18px;height:18px}.info-card-highlight.svelte-4jbzvx{background:var(--color-black);color:var(--color-white)}.info-card-highlight.svelte-4jbzvx h3:where(.svelte-4jbzvx){color:var(--color-accent-light)}.expectation-list.svelte-4jbzvx{list-style:none;padding:0;margin:0}.expectation-list.svelte-4jbzvx li:where(.svelte-4jbzvx){position:relative;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;color:var(--color-gray-300)}.expectation-list.svelte-4jbzvx li:where(.svelte-4jbzvx):before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);border-radius:50%}.form-note.svelte-4jbzvx{grid-column:1 / -1;text-align:center;font-size:.85rem;color:var(--color-text-secondary);margin-top:-.5rem}.address-link.svelte-4jbzvx{display:block;color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;line-height:1.6;transition:color var(--transition-fast)}.address-link.svelte-4jbzvx:hover{color:var(--color-accent)}
