:root {
  --cream: #fbf7ef;
  --cream-2: #f4ecdf;
  --ink: #2c2926;
  --muted: #6f675f;
  --sage: #67725f;
  --sage-dark: #495246;
  --rust: #b86d45;
  --gold: #d6a85e;
  --white: #fffdf9;
  --line: rgba(44,41,38,.12);
  --shadow: 0 18px 60px rgba(64,45,29,.12);
  --radius: 26px;
  --radius-sm: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; color: var(--rust); }
h1,h2,h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0; font-weight: 600; }
h1 { font-size: clamp(3rem, 7vw, 6.6rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.45rem, 2.6vw, 2.05rem); }
p { margin: 0; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: var(--muted); max-width: 760px; }
.section { padding: 96px 0; }
.section-tight { padding: 68px 0; }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 40px; }
.section-head > div:first-child { max-width: 690px; }
.section-head .lead { margin-top: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 14px 21px; border: 1px solid transparent; font-weight: 750; transition: .2s ease; cursor: pointer; }
.btn-primary { background: var(--sage-dark); color: white; box-shadow: 0 8px 25px rgba(73,82,70,.18); }
.btn-primary:hover { transform: translateY(-2px); background: #3f493d; }
.btn-secondary { background: rgba(255,255,255,.72); border-color: var(--line); }
.btn-secondary:hover { background: white; transform: translateY(-2px); }
.btn-link { color: var(--sage-dark); padding-inline: 0; font-weight: 800; }
.pill { display:inline-flex; align-items:center; gap:7px; padding: 7px 11px; border-radius:999px; background:#edf2ea; color:#40513f; font-size:.78rem; font-weight:800; }
.pill::before { content:""; width:7px; height:7px; border-radius:50%; background:#71906e; }
.pill-reserved { background:#f1e4dc; color:#7a4d38; }
.pill-reserved::before { background:#b86d45; }
.contact-actions { display:flex; justify-content:center; flex-wrap:wrap; gap:12px; margin-top:26px; }

.topbar { background: var(--sage-dark); color: white; text-align:center; padding: 9px 16px; font-size: .87rem; }
header { position: sticky; top: 0; z-index: 40; background: rgba(251,247,239,.91); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 72px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; font-weight:850; letter-spacing:.01em; }
.brand-mark { width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--line); border-radius:14px; background:var(--white); font-family:Georgia,serif; font-weight:700; color:var(--rust); }
.nav-links { display:flex; align-items:center; gap:24px; color:#4e4944; font-size:.94rem; font-weight:650; }
.nav-cta { margin-left: 5px; }
.menu-btn { display:none; background:none; border:0; padding:10px; cursor:pointer; }
.menu-btn span { display:block; width:24px; height:2px; background:var(--ink); margin:5px 0; }
.hero { padding: 68px 0 56px; overflow:hidden; }
.hero-grid { display:grid; grid-template-columns: 1.02fr .98fr; gap:54px; align-items:center; }
.hero-copy .eyebrow { margin-bottom:17px; }
.hero-copy h1 { max-width:720px; }
.hero-copy .lead { margin-top:24px; }
.hero-meta { margin-top:25px; display:flex; flex-wrap:wrap; gap:10px; color:#5e5750; font-size:.9rem; }
.hero-meta span { background:rgba(255,255,255,.64); border:1px solid var(--line); padding:8px 11px; border-radius:999px; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.hero-collage { min-height:560px; display:grid; grid-template-columns:1.15fr .85fr; grid-template-rows: 1fr 1fr; gap:14px; position:relative; }
.hero-collage::before { content:""; position:absolute; inset:8% -15% -8% 22%; background:#e9d9c2; border-radius:50%; filter:blur(0); z-index:-1; }
.hero-photo { overflow:hidden; border-radius:32px; box-shadow:var(--shadow); background:#ddd; }
.hero-photo:first-child { grid-row:1 / span 2; }
.hero-photo img { width:100%; height:100%; object-fit:cover; }
.hero-photo:nth-child(2) img { object-position: 50% 38%; }
.hero-photo:nth-child(3) img { object-position: 50% 40%; }
.stats-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:rgba(255,255,255,.45); }
.stats { display:grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding:25px 24px; text-align:center; border-right:1px solid var(--line); }
.stat:last-child { border-right:0; }
.stat strong { display:block; font-family:Georgia,serif; font-size:1.45rem; }
.stat span { color:var(--muted); font-size:.85rem; }
.puppy-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:16px; }
.puppy-card { background:var(--white); border:1px solid var(--line); border-radius:24px; overflow:hidden; transition:.22s ease; box-shadow:0 10px 35px rgba(52,41,31,.06); }
.puppy-card:hover { transform:translateY(-6px); box-shadow:0 18px 44px rgba(52,41,31,.11); }
.puppy-card img { width:100%; aspect-ratio: .82; object-fit:cover; }
.puppy-card-content { padding:18px; }
.puppy-card-top { display:flex; justify-content:space-between; gap:12px; align-items:start; }
.puppy-card h3 { font-size:1.65rem; }
.puppy-card .meta { color:var(--muted); font-size:.87rem; margin-top:4px; }
.puppy-card p { color:var(--muted); font-size:.92rem; margin-top:13px; min-height:66px; }
.puppy-card .btn-link { margin-top:11px; }
.band { background: var(--sage-dark); color:white; }
.band .lead { color:rgba(255,255,255,.74); }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.story-photo { border-radius:32px; overflow:hidden; box-shadow:var(--shadow); }
.story-photo img { width:100%; aspect-ratio:1.15; object-fit:cover; object-position:center 34%; }
.story-copy p + p { margin-top:16px; }
.story-copy .eyebrow { color:#f3c78d; margin-bottom:12px; }
.story-copy h2 { margin-bottom:20px; }
.parents-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.parent-card { display:grid; grid-template-columns:.9fr 1.1fr; background:var(--white); border:1px solid var(--line); border-radius:30px; overflow:hidden; min-height:420px; }
.parent-card img { width:100%; height:100%; object-fit:cover; }
.parent-copy { padding:34px; display:flex; flex-direction:column; justify-content:center; }
.parent-copy h3 { margin:7px 0 13px; }
.parent-copy p { color:var(--muted); }
.parent-facts { display:flex; flex-wrap:wrap; gap:8px; margin-top:20px; }
.parent-facts span { background:var(--cream-2); border-radius:999px; padding:7px 10px; font-size:.8rem; font-weight:700; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.feature { background:var(--white); border:1px solid var(--line); border-radius:22px; padding:28px; }
.feature-num { font-family:Georgia,serif; color:var(--rust); font-size:1.7rem; margin-bottom:18px; }
.feature h3 { font-size:1.35rem; margin-bottom:10px; }
.feature p { color:var(--muted); font-size:.94rem; }
.transparency { background:#efe8dc; border-radius:36px; padding:48px; display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }
.transparency-list { display:grid; gap:16px; }
.check { display:grid; grid-template-columns:28px 1fr; gap:12px; }
.check b { width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:white; color:var(--sage-dark); }
.check p { color:#5f5851; }
.price-card { background:var(--white); border:1px solid var(--line); border-radius:30px; padding:38px; box-shadow:var(--shadow); }
.price { font-family:Georgia,serif; font-size:3.6rem; line-height:1; margin:14px 0 5px; }
.price-note { color:var(--muted); font-size:.9rem; }
.reserve-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:34px; align-items:start; }
.process { display:grid; gap:14px; margin-top:24px; }
.process-row { display:grid; grid-template-columns:36px 1fr; gap:14px; padding:16px 0; border-bottom:1px solid var(--line); }
.process-row span { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; background:var(--cream-2); font-weight:800; color:var(--rust); }
.faq { display:grid; gap:10px; }
details { background:var(--white); border:1px solid var(--line); border-radius:16px; padding:0 20px; }
summary { list-style:none; cursor:pointer; padding:19px 0; font-weight:800; }
summary::-webkit-details-marker { display:none; }
details p { color:var(--muted); padding:0 0 20px; }
.application-wrap { display:grid; grid-template-columns:.75fr 1.25fr; gap:34px; align-items:start; }
.application-intro { position:sticky; top:105px; }
.application-intro h2 { margin:9px 0 18px; }
.form-card { background:var(--white); border:1px solid var(--line); border-radius:28px; padding:30px; box-shadow:0 14px 45px rgba(60,45,30,.08); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1 / -1; }
label { font-size:.82rem; font-weight:800; color:#504941; }
input, select, textarea { width:100%; border:1px solid #d9d0c5; border-radius:12px; padding:13px 14px; background:#fffefa; color:var(--ink); outline:none; }
input:focus, select:focus, textarea:focus { border-color:#8c9686; box-shadow:0 0 0 3px rgba(103,114,95,.12); }
textarea { min-height:110px; resize:vertical; }
.form-note { margin-top:14px; color:var(--muted); font-size:.82rem; }
.form-status { margin-top:14px; padding:12px 14px; border-radius:12px; display:none; background:#f8efe0; color:#725336; }
footer { background:#292d28; color:white; padding:54px 0 32px; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; }
footer p, footer a { color:rgba(255,255,255,.68); }
footer h3 { font-size:1.35rem; margin-bottom:14px; }
.footer-links { display:grid; gap:8px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:40px; padding-top:20px; font-size:.82rem; color:rgba(255,255,255,.5); }
/* puppy profile */
.profile-hero { padding:50px 0 64px; }
.profile-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }
.profile-photo { overflow:hidden; border-radius:32px; box-shadow:var(--shadow); }
.profile-photo img { width:100%; aspect-ratio:1.05; object-fit:cover; }
.profile-copy h1 { font-size:clamp(3.3rem,7vw,6.3rem); }
.profile-sub { color:var(--muted); font-size:1.12rem; margin-top:15px; }
.profile-facts { display:flex; flex-wrap:wrap; gap:9px; margin-top:22px; }
.profile-facts span { background:var(--white); border:1px solid var(--line); border-radius:999px; padding:8px 11px; font-size:.84rem; font-weight:750; }
.gallery { columns:3 260px; column-gap:14px; }
.gallery button { display:block; width:100%; border:0; padding:0; margin:0 0 14px; border-radius:18px; overflow:hidden; background:none; cursor:zoom-in; break-inside:avoid; }
.gallery img { width:100%; height:auto; transition:.2s ease; }
.gallery button:hover img { transform:scale(1.02); }
.video-card { margin-top:28px; background:var(--white); border:1px solid var(--line); padding:16px; border-radius:22px; }
.video-card video { width:100%; max-height:620px; border-radius:15px; background:black; }
.back-link { display:inline-flex; gap:8px; align-items:center; color:var(--sage-dark); font-weight:800; margin-bottom:20px; }
.lightbox { border:0; padding:0; background:transparent; max-width:min(92vw,1200px); max-height:92vh; }
.lightbox::backdrop { background:rgba(18,18,18,.85); }
.lightbox img { max-height:88vh; max-width:92vw; border-radius:16px; }
.lightbox-close { position:fixed; top:18px; right:22px; width:44px; height:44px; border-radius:50%; border:0; background:white; font-size:1.4rem; cursor:pointer; }
@media (max-width: 1050px) {
  .puppy-grid { grid-template-columns:repeat(3,1fr); }
  .parents-grid { grid-template-columns:1fr; }
  .parent-card { min-height:360px; }
  .feature-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 820px) {
  .section { padding:72px 0; }
  .nav-links { position:absolute; top:73px; left:0; right:0; background:var(--cream); padding:18px; display:none; flex-direction:column; align-items:stretch; border-bottom:1px solid var(--line); }
  .nav-links.open { display:flex; }
  .nav-cta { margin:4px 0 0; }
  .menu-btn { display:block; }
  .hero { padding-top:42px; }
  .hero-grid, .story-grid, .profile-grid, .reserve-grid, .application-wrap, .transparency { grid-template-columns:1fr; }
  .hero-collage { min-height:500px; }
  .stats { grid-template-columns:1fr 1fr; }
  .stat:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .puppy-grid { grid-template-columns:1fr 1fr; }
  .parent-card { grid-template-columns:1fr; }
  .parent-card img { aspect-ratio:1.2; }
  .feature-grid { grid-template-columns:1fr; }
  .transparency { padding:32px; gap:30px; }
  .application-intro { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1 / -1; }
}
@media (max-width: 560px) {
  .container { width:min(100% - 26px, 1180px); }
  .topbar { font-size:.78rem; }
  .hero-grid { gap:34px; }
  .hero-collage { min-height:390px; gap:9px; }
  .hero-photo { border-radius:20px; }
  .section-head { display:block; }
  .section-head .btn { margin-top:20px; }
  .puppy-grid { grid-template-columns:1fr; }
  .puppy-card { display:grid; grid-template-columns:43% 57%; }
  .puppy-card img { height:100%; aspect-ratio:auto; }
  .puppy-card p { min-height:0; }
  .parent-copy { padding:25px; }
  .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-grid > :first-child { grid-column:auto; }
  .gallery { columns:2 140px; }
  .profile-photo img { aspect-ratio:.92; }
}

/* 2026-08-22 content and mobile refinements */
.pill-link { border:0; cursor:pointer; transition:.2s ease; }
.pill-link:hover { background:#dfe9db; transform:translateY(-1px); }
.hero-photo { display:block; }
.hero-photo:hover img { transform:scale(1.015); }
.hero-photo img { transition:transform .25s ease; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.field-help { color:var(--muted); font-size:.78rem; line-height:1.45; margin-top:2px; }
.checkbox-label { display:flex; gap:10px; align-items:flex-start; cursor:pointer; }
.checkbox-label input { width:auto; margin-top:4px; flex:0 0 auto; }
.checkbox-label span { font-size:.86rem; line-height:1.5; font-weight:600; color:#504941; }
.application-contact { display:grid; gap:7px; margin-top:24px; }
.application-contact a { color:white; font-weight:750; text-decoration:underline; text-underline-offset:3px; }
.go-home-grid .feature p strong { color:var(--ink); }
.bailey-card-image { object-position:center 58%; }
.bailey-profile-image { object-position:center 58% !important; }
@media (max-width: 820px) {
  .parent-card { display:flex; flex-direction:column; min-height:0; }
  .parent-card img { width:100%; height:auto; aspect-ratio:4 / 3; object-fit:cover; object-position:center; }
  .parent-copy { position:static; background:var(--white); color:var(--ink); }
  .parent-copy p { color:var(--muted); }
}
@media (max-width: 560px) {
  .puppy-card { display:block; }
  .puppy-card img { width:100%; height:auto; aspect-ratio:1.12; object-fit:cover; }
  .bailey-card-image { object-position:center 58%; }
  .puppy-card-top { gap:8px; }
  .pill { white-space:nowrap; }
}

/* Local search intro */
.local-intro{padding-top:34px;padding-bottom:8px}.local-intro-card{max-width:960px;margin:0 auto;padding:28px 32px;border:1px solid var(--line);border-radius:24px;background:var(--white)}.local-intro-card h2{margin-top:8px}.local-intro-card p{margin-top:14px;color:var(--muted);font-size:1.02rem;line-height:1.75}@media(max-width:640px){.local-intro{padding-top:20px}.local-intro-card{padding:22px 20px;border-radius:18px}}
