:root{--primary:#ff7043;--primary-hover:#f4511e;--secondary:#2e7d32;--dark:#1f2937;--light:#f9fafb;--white:#fff;--gray:#6b7280;--gray-light:#e5e7eb;--font-family:"Outfit", sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-hover:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--light);color:var(--dark);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}p{color:var(--gray);margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .3s}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.btn{border-radius:var(--radius-sm);text-align:center;cursor:pointer;border:none;padding:12px 28px;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:var(--shadow-md)}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-hover);color:var(--white);transform:translateY(-2px)}section{padding:5rem 0}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80}.logo-container.svelte-1l8nvlt{align-items:center;gap:.75rem;display:flex}.logo-text.svelte-1l8nvlt{color:var(--white);letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.highlight.svelte-1l8nvlt{color:var(--primary)}.hero-section.svelte-1q37ri0{align-items:center;height:90vh;min-height:600px;display:flex;position:relative;overflow:hidden}.logo-wrapper.svelte-1q37ri0{z-index:10;position:absolute;top:2rem;left:2rem}.hero-image-wrapper.svelte-1q37ri0{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-image.svelte-1q37ri0{object-fit:cover;object-position:center 30%;width:100%;height:100%;transform:scaleX(-1)}.overlay.svelte-1q37ri0{background:linear-gradient(90deg,#1f2937cc 0%,#1f29374d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-text.svelte-1q37ri0{border-radius:var(--radius-md);max-width:600px;color:var(--white);-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #fff3;padding:3rem}.hero-text.svelte-1q37ri0 h1:where(.svelte-1q37ri0){color:var(--white);margin-bottom:1.5rem;font-size:3.5rem}.hero-text.svelte-1q37ri0 p:where(.svelte-1q37ri0){color:var(--gray-light);margin-bottom:2rem;font-size:1.25rem}@media (width<=768px){.hero-text.svelte-1q37ri0 h1:where(.svelte-1q37ri0){font-size:2.5rem}.hero-text.svelte-1q37ri0{padding:2rem}.overlay.svelte-1q37ri0{background:#1f293799}}.services-section.svelte-hz61c4{background-color:var(--light)}.section-header.svelte-hz61c4{text-align:center;margin-bottom:4rem}.section-header.svelte-hz61c4 h2:where(.svelte-hz61c4){color:var(--secondary);margin-bottom:.5rem;font-size:2.5rem}.section-header.svelte-hz61c4 p:where(.svelte-hz61c4){font-size:1.2rem}.services-grid.svelte-hz61c4{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.service-card.svelte-hz61c4{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-sm);border:none;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.service-card.svelte-hz61c4:hover{box-shadow:var(--shadow-hover);transform:translateY(-10px)}.card-image-wrapper.svelte-hz61c4{width:100%;height:240px;overflow:hidden}.card-image-wrapper.svelte-hz61c4 img:where(.svelte-hz61c4){object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card.svelte-hz61c4:hover .card-image-wrapper:where(.svelte-hz61c4) img:where(.svelte-hz61c4){transform:scale(1.05)}.card-content.svelte-hz61c4{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.card-header.svelte-hz61c4{border-bottom:2px solid var(--gray-light);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.card-header.svelte-hz61c4 h3:where(.svelte-hz61c4){color:var(--dark);margin:0;font-size:1.5rem}.price.svelte-hz61c4{color:var(--primary);font-size:1.75rem;font-weight:800}.card-content.svelte-hz61c4 p:where(.svelte-hz61c4){min-height:80px}.card-btn.svelte-hz61c4{width:100%;margin-top:auto}.testimonials-section.svelte-1jhcrt0{background-color:var(--white)}.section-header.svelte-1jhcrt0{text-align:center;margin-bottom:4rem}.section-header.svelte-1jhcrt0 h2:where(.svelte-1jhcrt0){color:var(--dark);margin-bottom:.5rem;font-size:2.5rem}.testimonials-grid.svelte-1jhcrt0{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card.svelte-1jhcrt0{border-radius:var(--radius-md);background:var(--light);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex}.stars.svelte-1jhcrt0{color:#fbbf24;letter-spacing:2px;margin-bottom:1rem;font-size:1.5rem}.review-text.svelte-1jhcrt0{color:var(--dark);margin-bottom:2rem;font-size:1.1rem;font-style:italic;line-height:1.8}.reviewer.svelte-1jhcrt0 h4:where(.svelte-1jhcrt0){color:var(--primary);margin:0 0 .25rem}.dog-name.svelte-1jhcrt0{color:var(--gray);font-size:.9rem}.service-area-section.svelte-1kuonvu{background-color:var(--secondary);background-image:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%);padding:6rem 0;position:relative}.area-content.svelte-1kuonvu{border-radius:var(--radius-lg);max-width:800px;box-shadow:var(--shadow-lg);text-align:center;background:#fffffff2;margin:0 auto;padding:4rem}h2.svelte-1kuonvu{color:var(--secondary);margin-bottom:1.5rem;font-size:2.5rem}p.svelte-1kuonvu{color:var(--dark);margin-bottom:1rem;font-size:1.2rem}.neighborhood-list.svelte-1kuonvu{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2.5rem;padding:0;list-style:none;display:flex}.neighborhood-list.svelte-1kuonvu li:where(.svelte-1kuonvu){color:var(--primary);background:var(--light);box-shadow:var(--shadow-sm);border-radius:50px;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600}@media (width<=768px){.area-content.svelte-1kuonvu{padding:2rem}.neighborhood-list.svelte-1kuonvu{flex-direction:column;align-items:center}.neighborhood-list.svelte-1kuonvu li:where(.svelte-1kuonvu){width:100%;max-width:250px}}.ig-section.svelte-1v7shys{background-color:var(--light);padding-bottom:8rem}.section-header.svelte-1v7shys{text-align:center;margin-bottom:3rem}.section-header.svelte-1v7shys h2:where(.svelte-1v7shys){color:var(--dark);margin-bottom:.5rem}.ig-handle.svelte-1v7shys{color:var(--primary);font-size:1.2rem;font-weight:600}.ig-grid.svelte-1v7shys{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.ig-post.svelte-1v7shys{aspect-ratio:1;border-radius:var(--radius-sm);display:block;position:relative;overflow:hidden}.ig-post.svelte-1v7shys img:where(.svelte-1v7shys){object-fit:cover;width:100%;height:100%;transition:transform .4s}.ig-overlay.svelte-1v7shys{opacity:0;background:#0006;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.ig-post.svelte-1v7shys:hover img:where(.svelte-1v7shys){transform:scale(1.1)}.ig-post.svelte-1v7shys:hover .ig-overlay:where(.svelte-1v7shys){opacity:1}@media (width<=900px){.ig-grid.svelte-1v7shys{grid-template-columns:repeat(2,1fr)}}.footer.svelte-jz8lnl{background-color:var(--dark);color:var(--light);padding:4rem 0 0}.footer-content.svelte-jz8lnl{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:3rem;display:flex}.brand.svelte-jz8lnl h2:where(.svelte-jz8lnl){color:var(--white);margin-bottom:1rem}.brand.svelte-jz8lnl p:where(.svelte-jz8lnl){color:var(--gray-light);max-width:300px}.contact.svelte-jz8lnl h3:where(.svelte-jz8lnl){color:var(--white);margin-bottom:1rem;font-size:1.25rem}.contact-links.svelte-jz8lnl{flex-direction:column;gap:.75rem;display:flex}.contact-link.svelte-jz8lnl{color:var(--primary);align-items:center;gap:.75rem;font-size:1.1rem;font-weight:500;display:inline-flex}.contact-link.svelte-jz8lnl:hover{color:var(--primary-hover)}.copyright.svelte-jz8lnl{text-align:center;color:var(--gray);background-color:#0003;padding:2rem;font-size:.9rem}.footer-logo-wrapper.svelte-jz8lnl{background-color:#0003;justify-content:center;padding-top:3rem;display:flex}.footer-logo.svelte-jz8lnl{object-fit:cover;border:2px solid var(--white);width:120px;height:120px;box-shadow:var(--shadow-md);border-radius:50%}@media (width<=768px){.footer-content.svelte-jz8lnl{flex-direction:column}}main.svelte-1n46o8q{width:100%;min-height:100vh}
