:root{--navy:#1d2b4a;--red:#b0332d;--cream:#faf6ef;--sand:#efe7d8;--ink:#2a2a2a;--muted:#6b6b6b;--gold:#f0c96a}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Nunito Sans",system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff;font-size:18px;line-height:1.55}
img{max-width:100%;height:auto}
h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;color:var(--navy);margin:0 0 .4em;font-weight:600;line-height:1.15}
h1{font-size:46px}h2{font-size:38px}h3{font-size:24px}h4{font-size:20px}
p{margin:0 0 1em}
a{color:var(--red)}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.narrow{max-width:860px}
.center{text-align:center}
.muted{color:var(--muted)}
.btn{display:inline-block;padding:15px 28px;border-radius:6px;font-weight:800;text-decoration:none;font-size:17px;line-height:1.2}
.btn-navy{background:var(--navy);color:#fff}
.btn-white{background:#fff;color:var(--navy)}
.btn-outline{border:2px solid #fff;color:#fff}
.btn-red{background:var(--red);color:#fff}
.btn-line{border:2px solid var(--navy);color:var(--navy)}
.btns .btn{margin:0 12px 10px 0}
/* header */
header{background:#fff;border-bottom:1px solid #e6e1d6;position:relative;z-index:20}
.top{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:20px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none}
.brand img{height:76px;width:76px}.brand div{line-height:1.1}
.brand b{display:block;font-family:Fraunces,serif;font-size:26px;color:var(--navy);font-weight:600}
.brand span{font-size:13px;letter-spacing:.14em;color:var(--muted);text-transform:uppercase}
nav ul{list-style:none;margin:0;padding:0;display:flex;gap:22px;align-items:center}
nav a{white-space:nowrap;color:var(--navy);text-decoration:none;font-weight:700;font-size:15px;letter-spacing:.02em;padding:6px 0;border-bottom:3px solid transparent}
nav a.on{border-color:var(--red);color:var(--red)}
nav a.cta{background:var(--navy);color:#fff;padding:12px 22px;border-radius:6px;font-weight:800;border:0}
nav a.cta.on{background:var(--red)}
.menubtn{display:none;align-items:center;gap:10px;background:var(--navy);color:#fff;font-weight:800;padding:12px 18px;border-radius:6px;font-size:16px;letter-spacing:.08em;border:0;cursor:pointer;font-family:inherit}
/* hero */
.hero{position:relative;min-height:640px;background:var(--navy) center 35%/cover no-repeat;display:flex;align-items:center}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(29,43,74,.80) 0%,rgba(29,43,74,.45) 55%,rgba(29,43,74,.05) 100%)}
.hero .wrap{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;justify-content:center;color:#fff;padding-top:60px;padding-bottom:60px}
.hero h1{color:#fff;font-size:56px;max-width:640px;margin-bottom:14px}
.hero p{font-size:21px;max-width:560px;margin:0 0 26px;opacity:.95}
.pill{display:inline-block;align-self:flex-start;background:var(--red);color:#fff;font-weight:800;font-size:14px;letter-spacing:.1em;text-transform:uppercase;padding:7px 14px;border-radius:999px;margin-bottom:18px}
/* page hero (inner pages) */
.pagehead{background:var(--navy);color:#fff;padding:54px 0 46px}
.pagehead h1{color:#fff;margin-bottom:8px}
.pagehead p{font-size:20px;max-width:760px;margin:0;opacity:.92}
/* credentials strip */
.creds{background:var(--navy);color:#fff}
.creds .wrap{display:flex;justify-content:space-around;flex-wrap:wrap;gap:10px 30px;padding:18px 24px;font-weight:700;font-size:16px;letter-spacing:.02em}
.creds span:before{content:"✓  ";color:var(--gold)}
/* sections */
section{padding:64px 0}
section.cream{background:var(--cream)}
.lead{font-size:20px;max-width:820px;margin:0 auto 10px;text-align:center}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:36px}
.card{background:var(--cream);border-radius:12px;overflow:hidden}
.card img{width:100%;height:260px;object-fit:cover;display:block}
.card div{padding:20px 22px 26px}.card h3{margin-bottom:6px}.card p{margin:0;font-size:17px;color:#444}
.card a{color:var(--navy);font-weight:800;text-decoration:none}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.grid a{display:block;text-decoration:none;color:#444}
.grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;display:block;background:var(--sand)}
.grid figcaption{font-size:16px;margin-top:6px}
.two{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.two.rev{grid-template-columns:.9fr 1.1fr}
.two img{width:100%;border-radius:12px;display:block}
.two img.fit{max-height:540px;object-fit:cover}
.stat{display:flex;gap:26px;flex-wrap:wrap;margin-top:22px}
.stat div{background:var(--sand);padding:14px 18px;border-radius:8px;font-size:16px;flex:1 1 180px}
.stat b{display:block;font-size:26px;color:var(--navy);font-family:Fraunces,serif}
.quote{background:var(--cream);border-radius:12px;padding:26px 28px;font-size:18px}
.quote p{margin:0 0 10px}.quote small{color:var(--muted);font-weight:700;font-size:15px}
.quotes{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px}
.band{background:var(--navy);color:#fff;text-align:center}
.band h2{color:#fff}.band p{font-size:20px;max-width:700px;margin:0 auto 24px}
figure{margin:0}
.cap{font-size:17px;color:#444;text-align:center;margin-top:10px}
.prose{max-width:820px}
.prose h2{margin-top:1.4em;font-size:32px}
.prose h3{margin-top:1.2em}
.prose ul{padding-left:1.2em}
.prose li{margin-bottom:.5em}
.callout{background:var(--sand);border-left:6px solid var(--red);border-radius:8px;padding:20px 24px;margin:26px 0}
.callout p:last-child{margin:0}
.terms{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin:26px 0}
.terms div{background:#fff;border:1px solid #e6e1d6;border-radius:10px;padding:18px 20px;font-size:16px}
.terms b{display:block;font-family:Fraunces,serif;color:var(--navy);font-size:20px;margin-bottom:4px}
/* dogs */
.dogs{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:26px;margin-top:28px}
.dog{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e6e1d6}
.dog img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:var(--sand)}
.dog .ph{aspect-ratio:1;background:var(--sand);display:flex;align-items:center;justify-content:center;color:var(--muted);font-weight:700}
.dog div.t{padding:16px 18px 20px}.dog h3{margin-bottom:4px}.dog p{margin:0;font-size:16px;color:#444}
/* reviews */
.reviews{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:30px}
/* faq */
.faq details{border-bottom:1px solid #e6e1d6;padding:14px 0}
.faq summary{font-family:Fraunces,serif;font-size:21px;color:var(--navy);cursor:pointer;font-weight:600}
.faq p{margin:10px 0 0}
/* form */
form.contact{display:grid;gap:14px;max-width:640px}
form.contact label{font-weight:700;font-size:15px;color:var(--navy)}
form.contact input,form.contact textarea,form.contact select{width:100%;font:inherit;font-size:17px;padding:12px 14px;border:1px solid #cfc8b8;border-radius:6px;background:#fff}
form.contact textarea{min-height:150px}
form.contact button{justify-self:start;cursor:pointer;border:0;font-family:inherit}
.hp{position:absolute;left:-9999px}
/* gallery + lightbox */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:26px}
.gallery a{display:block}
.gallery img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;display:block;background:var(--sand)}
.videos{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:26px}
.videos video{width:100%;aspect-ratio:1;object-fit:contain;border-radius:10px;background:var(--sand);display:block}
#lb{position:fixed;inset:0;background:rgba(17,26,46,.94);display:none;align-items:center;justify-content:center;z-index:100;flex-direction:column}
#lb.open{display:flex}
#lb img{max-width:92vw;max-height:80vh;border-radius:8px}
#lb p{color:#fff;margin:14px 0 0;font-size:17px}
#lb button{position:absolute;background:none;border:0;color:#fff;font-size:44px;cursor:pointer;padding:10px 18px;font-family:inherit}
#lb .x{top:10px;right:14px}#lb .prev{left:6px;top:50%}#lb .next{right:6px;top:50%}
/* footer */
footer{background:#111a2e;color:#cfd5e3;padding:40px 0 28px;font-size:15px}
footer .wrap{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;align-items:flex-start}
footer a{color:#fff;text-decoration:none}
footer ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:14px 20px}
footer img.gd{width:150px;height:150px;background:#fff;border-radius:10px;vertical-align:middle}
footer img.bwh{height:150px;width:auto;background:#fff;border-radius:10px;vertical-align:middle;margin-left:12px}
@media(max-width:760px){footer img.bwh{margin:12px 0 0}}
footer .social a{margin-right:14px;font-weight:700}
footer small{display:block;margin-top:18px;color:#8e97ad}
@media(max-width:900px){
 .cards{grid-template-columns:1fr 1fr}.grid,.gallery{grid-template-columns:repeat(3,1fr)}
 nav ul{gap:14px}nav a{font-size:14px}
}
@media(max-width:760px){
 body{font-size:17px}h1{font-size:34px}h2{font-size:30px}
 .top{padding:10px 0}.brand img{height:60px;width:60px}.brand b{font-size:20px}.brand span{font-size:11px}
 nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid #e6e1d6;box-shadow:0 12px 30px rgba(0,0,0,.12)}
 nav.open{display:block}
 nav ul{flex-direction:column;align-items:stretch;gap:0;padding:8px 0}
 nav li a{display:block;padding:14px 24px;font-size:18px;border:0}
 nav a.on{background:var(--cream)}
 nav li a.cta{margin:10px 24px 14px;text-align:center}
 .menubtn{display:inline-flex}
 .hero{min-height:520px;background-position:60% 40%}.hero h1{font-size:36px}.hero p{font-size:18px}
 .cards,.quotes,.reviews,.two,.two.rev{grid-template-columns:1fr}.grid,.gallery{grid-template-columns:1fr 1fr}
 .two.rev img{order:-1}
 section{padding:44px 0}.creds .wrap{flex-direction:column;gap:8px;align-items:flex-start}
 .pagehead{padding:36px 0 32px}
}
