@import url('../../shared.css');:root{--ink:#26352e;--sub:#68786f;--bg:#fffdf6;--card:#fff;--soft:#fff1c8;--line:#e5e5d7;--accent:#ff6d4a;--dark:#26352e;--radius:28px}.hero{position:relative;overflow:hidden}.pet-hero{display:grid;grid-template-columns:1fr .85fr;gap:80px;align-items:center;min-height:650px}.pet-photo{position:relative;height:570px;border-radius:48% 48% 32px 32px}.pet-photo figcaption{position:absolute;left:-35px;bottom:35px;padding:14px 18px;background:#fff;border-radius:15px;box-shadow:0 15px 35px #27372f25;font-weight:700}.faces{display:flex;align-items:center;margin-top:45px}.faces span{display:grid;place-items:center;width:42px;height:42px;margin-right:-8px;background:#fff;border:2px solid var(--bg);border-radius:50%}.faces b{margin-left:20px;font-size:12px}.blob{position:absolute;width:500px;height:500px;border-radius:50%;background:#e6f3c8;filter:blur(1px);right:-180px;top:70px}.pet-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pet-cards article{padding:38px;background:#fff;border:1px solid var(--line);border-radius:30px;text-align:center}.pet-cards i{display:grid;place-items:center;width:60px;height:60px;margin:auto;background:var(--soft);border-radius:50%;font-size:24px;font-style:normal}.pet-cards h3{font-size:24px}.pet-cards p{color:var(--sub)}.pet-cards b{color:var(--accent)}.trust{background:#eaf4dc}.trust h2,.contact h2{font-size:45px;line-height:1.2;letter-spacing:-.04em}.trust .photo{height:520px;border-radius:50px 50px 180px 50px}.quote{background:#26352e}.contact{background:#fff1c8}@media(max-width:760px){.pet-hero,.pet-cards{grid-template-columns:1fr}.pet-photo{height:420px}.pet-photo figcaption{left:10px}.blob{display:none}}
