*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal: #2A9D8F;--teal-dark: #1F7A6F;--teal-light: #3DBDAD;--gold: #E9C46A;--gold-dark: #D4A843;--cream: #FAF7F2;--cream-dark: #F0EBE3;--charcoal: #1A1A2E;--charcoal-light: #2D2D44;--text: #333340;--text-muted: #6B7280;--white: #FFFFFF;--border: #E5E7EB;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 30px rgba(0,0,0,.12);--radius: 12px;--radius-sm: 8px;--radius-lg: 20px;--nav-height: 72px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Playfair Display", Georgia, serif}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--charcoal);line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}h3{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600}.section-tag{display:inline-block;font-family:var(--font);font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.section-subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:.75rem auto 0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--cream{background:var(--cream)}.section--charcoal{background:var(--charcoal);color:var(--white)}.section--charcoal h2,.section--charcoal h3{color:var(--white)}.section--charcoal .section-subtitle{color:#ffffffb3}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.95rem;font-weight:600;border-radius:50px;transition:all .3s ease;letter-spacing:.02em}.btn--primary{background:var(--teal);color:var(--white)}.btn--primary:hover{background:var(--teal-dark);transform:translateY(-2px);box-shadow:0 6px 20px #2a9d8f59}.btn--secondary{background:var(--gold);color:var(--charcoal)}.btn--secondary:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 6px 20px #e9c46a59}.btn--outline{background:transparent;color:var(--teal);border:2px solid var(--teal)}.btn--outline:hover{background:var(--teal);color:var(--white)}.btn--white{background:var(--white);color:var(--teal)}.btn--white:hover{background:var(--cream);transform:translateY(-2px);box-shadow:0 6px 20px #ffffff40}.btn--large{padding:1rem 2.5rem;font-size:1.05rem}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:var(--nav-height);transition:all .3s ease}.nav--scrolled{box-shadow:var(--shadow-md)}.nav__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.nav__logo{display:flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--charcoal)}.nav__logo-icon{width:38px;height:38px;background:var(--teal);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.nav__links{display:flex;align-items:center;gap:2rem;list-style:none}.nav__link{font-size:.9rem;font-weight:500;color:var(--text);transition:color .2s;position:relative}.nav__link:hover,.nav__link--active{color:var(--teal)}.nav__link--active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--teal);border-radius:1px}.nav__cta{padding:.6rem 1.5rem;font-size:.85rem}.nav__hamburger{display:none;flex-direction:column;gap:5px;background:none;padding:.5rem}.nav__hamburger span{width:24px;height:2px;background:var(--charcoal);transition:all .3s;border-radius:2px}.nav__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.nav__links{position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--white);flex-direction:column;padding:2rem;gap:1.5rem;transform:translate(100%);transition:transform .3s ease}.nav__links--open{transform:translate(0)}.nav__link{font-size:1.1rem}.nav__hamburger{display:flex}.nav__cta{width:100%;text-align:center;justify-content:center}}.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2ebf,#2a9d8f66)}.hero__content{position:relative;z-index:1;max-width:700px;padding-top:var(--nav-height)}.hero h1{color:var(--white);margin-bottom:1.25rem}.hero h1 span{color:var(--gold)}.hero__desc{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.7}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__stats{display:flex;gap:3rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.hero__stat-num{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--gold)}.hero__stat-label{font-size:.85rem;color:#ffffffb3;margin-top:.25rem}@media(max-width:768px){.hero{min-height:auto;padding:calc(var(--nav-height) + 3rem) 0 3rem}.hero__stats{gap:1.5rem;flex-wrap:wrap}.hero__actions{flex-direction:column}.hero__actions .btn{width:100%;justify-content:center}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border)}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card__image{aspect-ratio:4/3;overflow:hidden}.service-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card__image img{transform:scale(1.05)}.service-card__body{padding:1.75rem}.service-card__title{margin-bottom:.5rem}.service-card__desc{color:var(--text-muted);font-size:.95rem;margin-bottom:1.25rem;line-height:1.6}.service-card__price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1.25rem}.service-card__price-from{font-size:.85rem;color:var(--text-muted)}.service-card__price-amount{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--teal)}.service-card__features{list-style:none;margin-bottom:1.5rem}.service-card__features li{padding:.4rem 0;font-size:.9rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.service-card__features li:before{content:"✓";color:var(--teal);font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.pricing-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;border:2px solid var(--border);position:relative;transition:all .3s ease}.pricing-card:hover{border-color:var(--teal);box-shadow:var(--shadow-lg)}.pricing-card--featured{border-color:var(--teal);background:linear-gradient(180deg,rgba(42,157,143,.03) 0%,var(--white) 100%)}.pricing-card__badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--teal);color:var(--white);padding:.35rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.05em}.pricing-card__name{font-family:var(--font-display);font-size:1.4rem;margin-bottom:.5rem}.pricing-card__desc{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.pricing-card__price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1.5rem}.pricing-card__amount{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--charcoal)}.pricing-card__period{color:var(--text-muted);font-size:.9rem}.pricing-card__features{list-style:none;margin-bottom:2rem}.pricing-card__features li{padding:.5rem 0;font-size:.9rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border)}.pricing-card__features li:last-child{border-bottom:none}.pricing-card__features li:before{content:"✓";color:var(--teal);font-weight:700;font-size:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:3rem}.gallery-item{border-radius:var(--radius);overflow:hidden;aspect-ratio:1;position:relative;cursor:pointer}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-item__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(26,26,46,.7) 0%,transparent 60%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:1.25rem}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__label{color:var(--white);font-weight:600;font-size:.95rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--white);border-radius:var(--radius);padding:2rem;border:1px solid var(--border);position:relative}.testimonial-card__stars{color:var(--gold);font-size:1.1rem;margin-bottom:1rem;letter-spacing:2px}.testimonial-card__text{font-size:1rem;line-height:1.7;color:var(--text);margin-bottom:1.5rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.testimonial-card__name{font-weight:600;font-size:.95rem}.testimonial-card__pet{font-size:.8rem;color:var(--text-muted)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem}.feature-item{text-align:center;padding:1.5rem}.feature-item__icon{width:64px;height:64px;background:linear-gradient(135deg,var(--teal),var(--teal-light));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.6rem;color:var(--white)}.feature-item__title{font-family:var(--font-display);font-size:1.15rem;margin-bottom:.5rem}.feature-item__desc{color:var(--text-muted);font-size:.9rem;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.team-card{background:var(--white);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);text-align:center}.team-card__image{aspect-ratio:1;overflow:hidden;background:var(--cream)}.team-card__image img{width:100%;height:100%;object-fit:cover}.team-card__body{padding:1.5rem}.team-card__name{font-family:var(--font-display);font-size:1.2rem;margin-bottom:.25rem}.team-card__role{color:var(--teal);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.team-card__bio{color:var(--text-muted);font-size:.9rem;line-height:1.6}.faq-list{max-width:800px;margin:3rem auto 0}.faq-item{border-bottom:1px solid var(--border)}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;font-size:1.05rem;font-weight:600;color:var(--charcoal);text-align:left;font-family:var(--font);transition:color .2s}.faq-item__question:hover{color:var(--teal)}.faq-item__icon{font-size:1.5rem;color:var(--teal);transition:transform .3s;flex-shrink:0;margin-left:1rem}.faq-item--open .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item--open .faq-item__answer{max-height:300px;padding-bottom:1.25rem}.faq-item__answer p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.book-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:3rem}@media(max-width:768px){.book-section{grid-template-columns:1fr;gap:2rem}}.book-form{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-md);border:1px solid var(--border)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--charcoal);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;font-family:var(--font);color:var(--text);background:var(--white);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #2a9d8f26}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.form-row{grid-template-columns:1fr}}.cta-banner{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);padding:4rem 0;text-align:center}.cta-banner h2{color:var(--white);margin-bottom:1rem}.cta-banner p{color:#ffffffd9;font-size:1.1rem;max-width:550px;margin:0 auto 2rem}.footer{background:var(--charcoal);color:#ffffffb3;padding:4rem 0 2rem}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}@media(max-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:480px){.footer__grid{grid-template-columns:1fr}}.footer__brand-name{font-family:var(--font-display);font-size:1.3rem;color:var(--white);margin-bottom:.75rem}.footer__brand-desc{font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.footer__social{display:flex;gap:.75rem}.footer__social a{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s;font-size:.9rem}.footer__social a:hover{background:var(--teal)}.footer__heading{font-family:var(--font);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1.25rem}.footer__links{list-style:none}.footer__links li{margin-bottom:.6rem}.footer__links a{font-size:.9rem;transition:color .2s}.footer__links a:hover{color:var(--teal-light)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.8rem}.page-header{background:var(--charcoal);padding:calc(var(--nav-height) + 3rem) 0 3rem;text-align:center}.page-header h1{color:var(--white);margin-bottom:.75rem}.page-header p{color:#ffffffb3;font-size:1.1rem;max-width:600px;margin:0 auto}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--cream);border-radius:var(--radius-sm)}.contact-info-card__icon{width:44px;height:44px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-info-card__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600;margin-bottom:.2rem}.contact-info-card__value{font-size:1rem;color:var(--charcoal);font-weight:500}.hours-table{width:100%;margin-top:1.5rem}.hours-table td{padding:.5rem 0;font-size:.9rem;border-bottom:1px solid var(--border)}.hours-table td:first-child{font-weight:600;color:var(--charcoal)}.hours-table td:last-child{text-align:right;color:var(--text-muted)}.badge{display:inline-block;padding:.3rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600}.badge--teal{background:#2a9d8f1a;color:var(--teal)}.badge--gold{background:#e9c46a33;color:var(--gold-dark)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}a:focus-visible,button:focus-visible{outline:2px solid var(--teal);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--teal);color:var(--white);border-radius:var(--radius-sm);font-weight:600}.skip-link:focus{top:1rem}
