@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#142c3b;--muted:#586772;--yellow:#efd366;--paper:#fafbf9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}header{max-width:1320px;margin:auto;padding:28px 5%;display:flex;align-items:center;gap:40px}.brand{display:flex;align-items:center;gap:12px;letter-spacing:2px;font-size:19px}.brand-icon{display:grid;place-items:center;width:39px;height:39px;background:var(--yellow);border-radius:50%;font-size:24px;font-weight:800;letter-spacing:0}nav{margin-left:auto;display:flex;gap:34px;font-size:15px}.languages{display:flex;gap:9px;align-items:center;font-size:14px}.languages button{border:0;background:transparent;padding:7px;cursor:pointer;color:var(--muted)}.languages button[aria-pressed=true]{color:var(--ink);font-weight:700;border-bottom:2px solid var(--ink)}main{max-width:1320px;margin:auto}.hero{display:grid;grid-template-columns:1fr 1.07fr;min-height:575px;margin:18px 5% 0;gap:35px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 24px}.hero h1{font-family:Manrope,sans-serif;font-size:clamp(48px,5.7vw,78px);letter-spacing:-4px;font-weight:600;line-height:1.1;margin:0 0 25px}.hero h1 em{font-style:normal;position:relative;z-index:0;white-space:nowrap}.hero h1 em:after{content:'';position:absolute;background:var(--yellow);height:13px;bottom:8px;left:0;right:-6px;z-index:-1}.intro{max-width:390px;color:var(--muted);font-size:18px}.actions{display:flex;align-items:flex-start;flex-direction:column;gap:14px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:30px;padding:14px 23px;border-radius:5px;font-size:15px;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--ink);color:white}.call{font-size:15px;font-weight:600}.small{font-size:13px;color:var(--muted);margin-top:18px}.hero-photo{height:490px;position:relative;border-radius:8px;overflow:hidden;background:#a9c3d8}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.05)}.photo-caption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;gap:12px;padding:30px 25px 20px;color:white;background:linear-gradient(transparent,rgba(0,0,0,.75));font-size:12px;letter-spacing:1px}.services{margin:90px 5% 75px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;border-bottom:1px solid #ced5d8;padding-bottom:28px}.section-heading .eyebrow{margin:0 0 8px}h2{font-family:Manrope,sans-serif;font-size:clamp(30px,3vw,42px);line-height:1.2;letter-spacing:-1.5px;font-weight:600;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;padding-top:32px}.number{color:#788791;font-size:13px}h3{font-size:23px;line-height:1.3;letter-spacing:-.5px;font-weight:500;margin:20px 0 15px}article p{color:var(--muted);font-size:16px;max-width:310px}.pets{margin:0 5% 80px;display:grid;grid-template-columns:1.05fr 1fr;gap:60px;align-items:center;background:#edf1f0;border-radius:8px;padding:32px}.pets figure{margin:0}.pets img{width:100%;aspect-ratio:1.4;object-fit:cover;border-radius:5px;display:block}.pets figcaption{font-size:12px;color:var(--muted);margin-top:10px}.pet-copy{padding:14px 10px 14px 0}.pet-copy .eyebrow{display:inline-block;background:var(--yellow);padding:5px 10px;font-size:11px;letter-spacing:1.5px;margin-bottom:18px}.pet-copy p:not(.eyebrow){font-size:16px;color:var(--muted)}.text-link{display:inline-block;font-size:15px;font-weight:700;border-bottom:1px solid #8c9b9f;padding-bottom:5px;margin-top:9px}.contact{margin:0 5%;background:var(--ink);color:white;border-radius:8px;padding:56px;display:grid;grid-template-columns:1.2fr 1fr;gap:50px}.contact .eyebrow{color:var(--yellow)}.contact h2{font-size:45px}.contact p:not(.eyebrow){font-size:16px;color:#c2cdd2}.contact-details{display:flex;flex-direction:column;align-items:stretch}.contact-name{font-size:14px;color:#c2cdd2;margin-bottom:10px}.contact-details>a:not(.button):not(.secondary-wa){font-family:Manrope,sans-serif;font-size:30px;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid #445966;padding:5px 0}.contact-details>a span{font-size:22px;color:var(--yellow)}.light{background:var(--yellow);color:var(--ink);margin-top:22px}.secondary-wa{font-size:13px;text-align:center;margin-top:12px;color:#dce3e7}footer{max-width:1320px;margin:auto;padding:35px 5%;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:var(--muted)}footer>span:first-child{letter-spacing:2px}a:focus-visible,button:focus-visible{outline:3px solid #ba871b;outline-offset:5px}nav a:hover,.call:hover{text-decoration:underline}@media(max-width:850px){header{padding:20px 6%;gap:20px}nav{display:none}.languages{margin-left:auto}.hero{grid-template-columns:1fr;margin:25px 6% 0;gap:25px}.hero h1{font-size:59px}.hero-photo{height:350px}.intro{max-width:500px}.actions{flex-direction:row;align-items:center;flex-wrap:wrap}.services{margin:55px 6%}.section-heading{display:block}.section-heading .eyebrow{margin-bottom:16px}.service-grid{gap:22px}h3{font-size:20px}.pets{margin:0 6% 55px;grid-template-columns:1fr;gap:15px;padding:24px}.pets img{aspect-ratio:1.65}.contact{margin:0 6%;padding:30px;gap:30px;grid-template-columns:1fr}.contact-details{max-width:420px}footer{padding:25px 6%}}@media(max-width:540px){.brand{font-size:16px;gap:8px}.brand-icon{width:33px;height:33px}.hero h1{font-size:52px;letter-spacing:-2.5px}.hero-photo{height:285px}.hero .eyebrow{font-size:10px;letter-spacing:1.5px}.hero{gap:15px}.service-grid{grid-template-columns:1fr;padding-top:5px;gap:0}.service-grid article{padding:25px 0;border-bottom:1px solid #d9dfe1}.service-grid h3 br{display:none}.service-grid h3{margin-top:10px;font-size:23px}.service-grid p{max-width:none;margin-bottom:0}.pets{padding:18px}.pet-copy{padding:8px}.contact h2{font-size:35px}.contact{padding:28px 23px}.contact-details>a:not(.button):not(.secondary-wa){font-size:27px}footer{flex-direction:column;gap:8px}.photo-caption{font-size:10px;padding:25px 15px 15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

.hero-photo{height:560px;aspect-ratio:auto;min-height:0}.hero-photo>img{position:absolute;width:100%;height:100%;top:0;left:0;transform:none;object-fit:cover;object-position:50% 57%}@media(max-width:850px){.hero-photo{height:520px}}@media(max-width:540px){.hero-photo{height:460px}}

.vehicle-view{margin:32px 0 8px}.vehicle-frame{position:relative;aspect-ratio:921/520;overflow:hidden;border-radius:8px;background:#d5e1e7}.vehicle-frame img{position:absolute;top:50%;left:0;width:100%;height:auto;transform:translateY(-50%);display:block}.vehicle-view figcaption{display:flex;justify-content:space-between;gap:16px;margin-top:12px;font-size:13px;color:var(--muted)}.vehicle-view figcaption>span:first-child{letter-spacing:1.5px;font-weight:700}@media(max-width:540px){.vehicle-view{margin-top:24px}.vehicle-view figcaption{font-size:12px;flex-wrap:wrap;gap:4px 15px}}

.contact-person{font-size:20px;font-weight:600;margin:0 0 6px;color:white}

#mascotas figure img{aspect-ratio:3/2;object-fit:contain;background:#e4e9e7}
