:root{--teal:#087f7a;--teal-dark:#075b59;--aqua:#dff7f3;--coral:#f47c64;--yellow:#f5c451;--ink:#163438;--muted:#607579;--cream:#fffaf2;--white:#fff;--shadow:0 18px 50px rgba(11,70,69,.13);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Nunito',sans-serif;color:var(--ink);background:var(--white);line-height:1.65}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 36px));margin:auto}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(8,127,122,.1)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:10px;font-family:'Fredoka',sans-serif}.brand-icon{width:45px;height:45px;border-radius:15px;display:grid;place-items:center;background:var(--aqua);font-size:23px;transform:rotate(-5deg)}.brand strong{display:block;font-size:25px;line-height:.8;letter-spacing:.4px}.brand small{color:var(--coral);font-size:16px}.nav-links{display:flex;align-items:center;gap:28px;font-weight:800}.nav-links a:not(.nav-cta):hover{color:var(--teal)}.nav-cta{background:var(--teal);color:white;padding:12px 20px;border-radius:999px;box-shadow:0 10px 25px rgba(8,127,122,.22)}.menu-btn{display:none;border:0;background:transparent;font-size:26px}.hero{position:relative;overflow:hidden;padding:150px 0 110px;background:linear-gradient(135deg,#f2fffc 0%,#fff7e9 100%)}.hero-bg{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,var(--yellow),transparent 68%);opacity:.18;right:-120px;top:-180px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:65px;align-items:center;position:relative;z-index:2}.eyebrow{display:inline-block;color:var(--teal);font-size:13px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;margin-bottom:10px}.hero h1,.section h2,.map-heading h2{font-family:'Fredoka',sans-serif;margin:0;line-height:1.08}.hero h1{font-size:clamp(46px,5.3vw,72px);max-width:720px}.hero-copy>p{font-size:19px;color:var(--muted);max-width:620px;margin:23px 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:13px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;border-radius:999px;font-weight:900;transition:.25s}.btn:hover{transform:translateY(-3px)}.btn-primary{background:var(--teal);color:white;box-shadow:0 14px 30px rgba(8,127,122,.24)}.btn-light{background:white;box-shadow:var(--shadow)}.trust-row{display:flex;gap:30px;margin-top:35px}.trust-row div{padding-left:14px;border-left:3px solid var(--coral)}.trust-row strong,.trust-row span{display:block}.trust-row span{font-size:13px;color:var(--muted)}.hero-visual{position:relative}.hero-visual>img{width:100%;height:570px;object-fit:cover;border-radius:48% 48% 24px 24px;box-shadow:var(--shadow)}.floating-card{position:absolute;background:white;border-radius:18px;padding:13px 18px;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;column-gap:10px;min-width:205px}.floating-card span{grid-row:1/3;font-size:28px}.floating-card b{font-size:14px}.floating-card small{color:var(--muted)}.card-one{left:-45px;top:70px}.card-two{right:-25px;bottom:65px}.wave{position:absolute;bottom:-1px;left:0;width:100%;height:48px;background:white;clip-path:polygon(0 50%,8% 70%,17% 42%,28% 65%,40% 35%,51% 66%,63% 40%,75% 70%,86% 38%,100% 58%,100% 100%,0 100%)}.quick-strip{position:relative;z-index:4;margin-top:-20px}.quick-grid{background:white;border-radius:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.quick-grid a{display:flex;gap:14px;align-items:center;padding:24px 28px;border-right:1px solid #e4efed}.quick-grid a:last-child{border:0}.quick-grid span{font-size:27px}.quick-grid b,.quick-grid small{display:block}.quick-grid small{color:var(--muted)}.section{padding:105px 0}.section-heading{text-align:center;max-width:720px;margin:0 auto 45px}.section h2,.map-heading h2{font-size:clamp(36px,4vw,53px)}.section-heading p{color:var(--muted);font-size:18px}.services{background:white}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{padding:30px;border:1px solid #e1efed;border-radius:var(--radius);transition:.3s;background:linear-gradient(160deg,#fff,#fbfffe)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:transparent}.service-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;font-size:30px;background:var(--aqua)}.service-card:nth-child(2n) .service-icon{background:#fff0d4}.service-card:nth-child(3n) .service-icon{background:#ffe6e1}.service-card h3{font-family:'Fredoka';font-size:22px;margin:18px 0 8px}.service-card p{color:var(--muted);margin:0}.service-note{text-align:center;color:var(--muted);font-size:13px;margin-top:28px}.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.about-images{position:relative;min-height:560px}.main-photo{width:82%;height:520px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow)}.small-photo{position:absolute;right:0;bottom:0;width:43%;height:250px;object-fit:cover;border:10px solid var(--cream);border-radius:28px}.paw-badge{position:absolute;right:8%;top:35px;background:var(--coral);color:white;width:140px;height:140px;border-radius:50%;display:grid;place-items:center;text-align:center;font-weight:900;line-height:1.1;box-shadow:var(--shadow);font-size:28px}.paw-badge span{font-size:13px}.about-copy>p{font-size:18px;color:var(--muted)}.check-list{list-style:none;padding:0;margin:25px 0}.check-list li{margin:14px 0;font-weight:800}.check-list span{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:50%;background:var(--aqua);color:var(--teal);margin-right:9px}.text-link{font-weight:900;color:var(--teal)}.appointment-banner{padding:0 0 105px;background:var(--cream)}.appointment-inner{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:white;border-radius:34px;padding:48px 55px;display:flex;justify-content:space-between;gap:30px;align-items:center;position:relative;overflow:hidden}.appointment-inner:after{content:'🐾';position:absolute;right:30%;font-size:150px;opacity:.08;transform:rotate(-15deg)}.appointment-inner p{margin-bottom:0;color:#dff7f3}.light{color:#bff6ed}.btn-white{background:white;color:var(--teal);white-space:nowrap}.info-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:30px}.hours-card,.contact-card{padding:40px;border-radius:30px;box-shadow:var(--shadow);background:white}.schedule{margin:25px 0}.schedule div{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px dashed #dbe9e7}.schedule .closed b{color:var(--coral)}.hours-card>small{color:var(--muted)}.contact-card{background:#f2fffc}.contact-card>a{display:flex;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #d6ece8}.contact-card>a>span{width:48px;height:48px;border-radius:15px;background:white;display:grid;place-items:center;font-size:23px;color:var(--teal);font-weight:900}.contact-card small,.contact-card b{display:block}.map-section{background:#eef9f7;padding-top:90px}.map-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-bottom:36px}.map-heading p{max-width:660px;color:var(--muted)}.btn-outline{border:2px solid var(--teal);color:var(--teal)}.map-section iframe{width:100%;height:480px;border:0;display:block}footer{background:#123b3b;color:white;padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:1fr 1.3fr 1fr;align-items:center;gap:30px}.footer-grid p{color:#c8dddd}.footer-links{display:flex;justify-content:flex-end;gap:20px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:12px;color:#a9c6c5}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:99;background:#25d366;color:white;border-radius:999px;padding:13px 18px;box-shadow:0 10px 28px rgba(0,0,0,.2);font-weight:900;display:flex;align-items:center;gap:8px}.reveal{opacity:0;transform:translateY(26px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.menu-btn{display:block}.nav-links{position:absolute;left:18px;right:18px;top:70px;background:white;box-shadow:var(--shadow);border-radius:20px;padding:22px;display:none;flex-direction:column;align-items:stretch;gap:14px}.nav-links.open{display:flex}.hero-grid,.about-grid,.info-grid{grid-template-columns:1fr}.hero{padding-top:125px}.hero-visual{max-width:650px;margin:auto}.hero-visual>img{height:500px}.card-one{left:10px}.card-two{right:10px}.quick-grid{grid-template-columns:1fr}.quick-grid a{border-right:0;border-bottom:1px solid #e4efed}.service-grid{grid-template-columns:repeat(2,1fr)}.about-grid{gap:45px}.appointment-inner,.map-heading{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}@media(max-width:600px){.container{width:min(100% - 24px,1160px)}.section{padding:76px 0}.hero h1{font-size:42px}.hero-copy>p{font-size:17px}.hero-actions .btn{width:100%}.trust-row{gap:12px;justify-content:space-between}.trust-row div{padding-left:8px}.hero-visual>img{height:390px;border-radius:36% 36% 20px 20px}.floating-card{min-width:170px;padding:9px 12px}.card-one{top:30px}.card-two{bottom:30px}.quick-strip{margin-top:0}.service-grid{grid-template-columns:1fr}.about-images{min-height:440px}.main-photo{height:410px}.small-photo{height:180px}.paw-badge{width:105px;height:105px}.appointment-inner{padding:35px 25px}.hours-card,.contact-card{padding:27px 22px}.map-section iframe{height:390px}.footer-bottom{flex-direction:column}.whatsapp-float span{display:none}.whatsapp-float{width:54px;height:54px;padding:0;justify-content:center;font-size:22px}}
.gallery{background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:260px;gap:20px}.gallery-item{position:relative;margin:0;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#eef9f7}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.gallery-item:hover img{transform:scale(1.055)}.gallery-item figcaption{position:absolute;left:14px;bottom:14px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:9px 14px;border-radius:999px;font-weight:900;color:var(--ink);box-shadow:0 8px 20px rgba(0,0,0,.12)}.gallery-tall{grid-row:span 2}.gallery-wide{grid-column:span 2}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:235px}.gallery-wide{grid-column:span 2}}@media(max-width:600px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:300px}.gallery-tall,.gallery-wide{grid-row:auto;grid-column:auto}.gallery-item figcaption{font-size:14px}}
