
:root{
  --coral:#FF5348;
  --pink:#E29AD2;
  --cream:#FFF9F2;
  --navy:#21133E;
  --lilac:#BDB3D3;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--navy);line-height:1.6}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.nav{position:sticky;top:0;z-index:20;background:rgba(255,249,242,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(33,19,62,.08)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:92px}
.brand-logo{display:inline-flex;align-items:center;flex:0 0 auto;overflow:visible}
.brand-logo img{width:116px;height:84px;object-fit:contain;object-position:center;overflow:visible}
.nav-links{display:flex;align-items:center;gap:24px;font-size:.96rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:var(--coral);color:white;font-weight:700;border:1px solid var(--coral);transition:.2s ease}
.btn:hover{transform:translateY(-1px);background:var(--pink);border-color:var(--pink);color:var(--navy)}
.btn.secondary{background:transparent;color:var(--navy);border-color:rgba(33,19,62,.24)}
.hero{padding:92px 0 72px}.hero-home{padding:44px 0 72px}
.hero-split{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.78rem;font-weight:800;color:var(--lilac);margin-bottom:18px}
h1,h2,h3{line-height:1.08;margin:0 0 18px;font-weight:700}
h1,h2{color:var(--coral)} h3{color:var(--navy)}
h1{font-size:clamp(3rem,7vw,6.5rem);max-width:1000px} h2{font-size:clamp(2.2rem,4.5vw,4rem)} h3{font-size:1.55rem}
.lead,.kicker{color:var(--lilac)}
.lead{font-size:clamp(1.08rem,2vw,1.3rem);max-width:780px}.kicker{font-size:1.18rem;max-width:780px}
p{color:var(--navy)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.section{padding:86px 0}.section.alt{background:#fff5ef}.section.lav{background:#f2eef7}
.grid-2{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:start}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{background:rgba(255,255,255,.62);border:1px solid rgba(33,19,62,.09);border-radius:26px;padding:28px}.card p{margin:0;color:rgba(33,19,62,.82)}.card .mini{font-size:.9rem;font-weight:700;color:var(--pink);margin-bottom:8px}
.quote{font-size:clamp(1.7rem,3vw,2.6rem);line-height:1.25;margin-top:28px;max-width:900px;color:var(--coral)}
.services-preview{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:34px}.service-card{padding:34px;border-radius:28px;background:white;border:1px solid rgba(33,19,62,.09)}.service-card h3{font-size:2rem}.service-card .tag{display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--pink);margin-bottom:14px}.link{display:inline-block;margin-top:18px;font-weight:800;color:var(--coral)}
.email-box{padding:34px;border-radius:30px;background:var(--navy);color:white}.email-box h2{color:var(--coral)}.email-box p,.email-box .lead{color:white}.form-row{display:grid;grid-template-columns:1fr 1.2fr auto;gap:10px;margin-top:24px}input{width:100%;padding:14px 15px;border-radius:999px;border:none;font:inherit}
.prose{max-width:820px}.prose p{font-size:1.06rem;color:rgba(33,19,62,.88)}.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.compare{width:100%;border-collapse:collapse;background:white;border-radius:18px;overflow:hidden}.compare th,.compare td{padding:14px 16px;border-bottom:1px solid rgba(33,19,62,.1);text-align:left;vertical-align:top}.compare th{background:#fff0ed;color:var(--coral)}.price{font-size:2rem;margin:6px 0 12px;color:var(--coral);font-weight:800}.notice{padding:18px 20px;border-radius:16px;background:#fff0ed;border:1px solid rgba(33,19,62,.08)}
.hero-photo{height:min(68vw,650px);min-height:460px;border-radius:34px;overflow:hidden;position:relative;background:#eaded6}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:58% 61%}
.photo-frame{border-radius:30px;overflow:hidden;background:#eaded6;min-height:420px}.photo-frame img{width:100%;height:100%;min-height:420px;object-fit:cover}.photo-frame.free-living img{object-position:center center}.photo-frame.about img{object-position:center 34%}
.about-hero-overlay{position:relative;min-height:650px;display:flex;align-items:flex-end;overflow:hidden}.about-hero-overlay img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%}.about-hero-overlay:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(33,19,62,.03) 35%,rgba(33,19,62,.72) 100%)}.about-hero-copy{position:relative;z-index:2;padding:70px 0;color:white;max-width:860px}.about-hero-copy h1{color:white;font-size:clamp(2.8rem,6vw,5.8rem)}.about-hero-copy .lead{color:white;font-size:clamp(1.25rem,2.2vw,1.7rem)}
.dogs-intro-photo{margin-top:34px;border-radius:32px;overflow:hidden;height:600px}.dogs-intro-photo img{width:100%;height:100%;object-fit:cover;object-position:center 72%}.dog-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;margin-top:52px}.dog-story.reverse{grid-template-columns:1.1fr .9fr}.dog-story.reverse .dog-photo{order:2}.dog-photo{height:520px;border-radius:28px;overflow:hidden}.dog-photo img{width:100%;height:100%;object-fit:cover}.dog-photo.bambi img{object-position:center 45%}.dog-photo.pp img{object-position:center 44%}
.story-gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:34px}.story-gallery .photo-frame:first-child{grid-row:span 2;min-height:620px}.story-gallery .photo-frame:first-child img{min-height:620px}.story-gallery .photo-frame{min-height:300px}.story-gallery .photo-frame img{min-height:300px}
.services-visual{height:520px;border-radius:32px;overflow:hidden;margin-top:38px}.services-visual img{width:100%;height:100%;object-fit:cover;object-position:center 44%}.services-break{height:480px;border-radius:30px;overflow:hidden;margin:0 auto}.services-break img{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.footer{padding:58px 0 66px;border-top:1px solid rgba(33,19,62,.12);background:#f4eff7}.footer-grid{display:grid;grid-template-columns:1fr .8fr 1.35fr;gap:48px;align-items:start}.footer h3{color:var(--coral);margin-bottom:12px}.footer-logo img{width:135px;height:auto;object-fit:contain;margin-bottom:16px}.footer-links{display:grid;gap:8px}.footer-links a:hover{color:var(--coral)}.footer-newsletter{padding:24px;border-radius:24px;background:var(--cream);border:1px solid rgba(33,19,62,.08)}.footer-newsletter .form-row{grid-template-columns:1fr 1fr;margin-top:14px}.footer-newsletter .btn{grid-column:1/-1}.footer-small{font-size:.84rem;color:rgba(33,19,62,.65);margin-top:12px}
@media(max-width:860px){.nav-links a:not(.btn){display:none}.brand-logo img{width:94px;height:72px}.grid-2,.grid-3,.services-preview,.form-row,.footer-grid,.dog-story,.dog-story.reverse{grid-template-columns:1fr}.hero{padding-top:70px}.section{padding:66px 0}.hero-split{grid-template-columns:1fr;gap:28px}.hero-home{padding-top:28px}.hero-photo{height:62vh;min-height:390px;border-radius:24px}.hero-photo img{object-position:56% 60%}.about-hero-overlay{min-height:560px}.about-hero-copy{padding:48px 0}.dogs-intro-photo{height:460px}.dog-photo{height:440px}.dog-story.reverse .dog-photo{order:0}.story-gallery{grid-template-columns:1fr}.story-gallery .photo-frame:first-child{grid-row:auto;min-height:420px}.story-gallery .photo-frame:first-child img{min-height:420px}.services-visual,.services-break{height:420px}.footer-newsletter .form-row{grid-template-columns:1fr}}


.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:34px}
.review-shot,.carousel-shot{background:white;border:1px solid rgba(33,19,62,.09);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px rgba(33,19,62,.06)}
.review-shot img,.carousel-shot img{width:100%;height:auto;display:block}
.review-caption{padding:14px 18px 18px;font-weight:700;color:var(--navy);font-size:.98rem}
.reviews-note{margin-top:18px;color:rgba(33,19,62,.7)}
.carousel-wrap{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 2px 10px;margin-top:34px}
.carousel-wrap::-webkit-scrollbar{height:10px}
.carousel-wrap::-webkit-scrollbar-thumb{background:rgba(33,19,62,.18);border-radius:999px}
.carousel-shot{flex:0 0 min(360px,85vw);scroll-snap-align:start}
.carousel-caption{padding:14px 18px 18px;font-weight:700;color:var(--navy);font-size:.98rem}
.section-intro-inline{display:flex;align-items:end;justify-content:space-between;gap:20px;flex-wrap:wrap}
.small-link{font-weight:800;color:var(--coral)}
@media(max-width:860px){.reviews-grid{grid-template-columns:1fr}.carousel-shot{flex-basis:min(310px,86vw)}}
