:root{--cream:#f5f1e8;--paper:#fbfaf6;--ink:#20231e;--forest:#344437;--sage:#7b8772;--tan:#b69469;--line:#d8d3c8}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.nav{height:92px;padding:10px 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(251,250,246,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(0,0,0,.06)}.brand img{width:150px;height:72px;object-fit:contain}.nav nav{display:flex;gap:28px;align-items:center}.nav a{text-decoration:none;color:var(--ink);font-size:13px;letter-spacing:.09em;text-transform:uppercase}.menu{display:none;background:none;border:0;font-size:26px}.hero{height:calc(100vh - 92px);min-height:650px;position:relative;overflow:hidden;background:#273229}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;transform:none}.shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,25,19,.03) 0%,rgba(18,25,19,.08) 42%,rgba(18,25,19,.42) 66%,rgba(18,25,19,.76) 100%)}.hero-copy{position:absolute;right:5vw;left:auto;top:50%;transform:translateY(-50%);max-width:590px;color:white;text-align:left}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.19em;margin:0 0 20px}.eyebrow.dark{color:var(--forest)}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400;margin-top:0}h1{font-size:clamp(52px,6vw,92px);line-height:.98;margin-bottom:28px}h1 em{font-weight:400}.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.65;max-width:580px;margin-bottom:32px}.btn{display:inline-block;padding:15px 22px;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.light{background:white;color:var(--ink);margin-right:22px}.text-link{color:white;text-decoration:none;font-size:13px}.intro{text-align:center;padding:110px 20px;max-width:930px;margin:auto}.intro h2,.section-head h2,.puppies h2{font-size:clamp(40px,5vw,64px);margin-bottom:25px}.lede{font-family:Georgia,serif;font-size:23px;line-height:1.65;color:#4a4d47}.breed-grid{display:grid;grid-template-columns:1fr 1fr}.breed{min-height:480px;padding:70px 7vw;display:flex;align-items:flex-end;color:white}.breed h2{font-size:48px;margin-bottom:16px}.breed p:not(.eyebrow){line-height:1.7;max-width:480px}.breed a{color:white;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:bold}.golden{background:#8b6747}.dane{background:var(--forest)}.dogs{padding:110px 7vw}.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:end;margin-bottom:50px}.section-head p{line-height:1.7;color:#666}.dog-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.dog-card{background:var(--cream)}.dog-card img{width:100%;height:600px;object-fit:cover}.dog-card>div{padding:30px 34px 36px}.breed-label{font-size:11px;letter-spacing:.16em;font-weight:bold;color:var(--sage)}.dog-card h3{font-size:46px;margin:8px 0}.dog-card a{color:var(--ink);font-size:12px;font-weight:bold;text-transform:uppercase;letter-spacing:.1em}.program{display:grid;grid-template-columns:1.15fr .85fr;background:#253129;color:white}.program-img img{width:100%;height:100%;min-height:650px;object-fit:cover}.program-copy{padding:90px 7vw;display:flex;flex-direction:column;justify-content:center}.program-copy h2{font-size:58px}.program-copy p{line-height:1.75;color:#e6e7e2}.darkbtn{background:var(--cream);color:var(--ink);align-self:flex-start;margin-top:20px}.puppies{text-align:center;padding:120px 20px;background:var(--cream)}.puppies>p:not(.eyebrow){max-width:650px;margin:0 auto 30px;line-height:1.7}.outline{border:1px solid var(--ink);color:var(--ink)}footer{text-align:center;padding:55px 20px;background:#181d19;color:white}footer img{width:180px;filter:none;mix-blend-mode:normal;background:#fbfaf6;padding:10px 14px;border-radius:4px}footer p{letter-spacing:.08em}.small{opacity:.6;font-size:12px}@media(max-width:800px){.nav{height:76px}.brand img{width:115px;height:58px}.menu{display:block}.nav nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:25px;flex-direction:column}.nav nav.open{display:flex}.hero{height:78vh;min-height:560px}.hero>img{transform:none;object-position:42% center}.hero-copy{left:auto;right:7vw;max-width:72%}.shade{background:linear-gradient(90deg,rgba(18,25,19,.05),rgba(18,25,19,.68))}.breed-grid,.dog-grid,.program,.section-head{grid-template-columns:1fr}.breed{min-height:380px}.dogs{padding:80px 5vw}.dog-card img{height:470px}.program-img img{min-height:420px}.program-copy{padding:70px 7vw}.section-head{gap:10px}.light{margin-bottom:18px}}

/* Individual dog profile pages */
.profile-page{background:var(--paper)}
.profile-hero{min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;background:#253129;color:white}
.profile-hero-image{min-height:720px;overflow:hidden}
.profile-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.profile-hero-copy{padding:80px 7vw;display:flex;flex-direction:column;justify-content:center}
.profile-hero-copy h1{font-size:clamp(70px,8vw,120px);margin:0 0 6px;line-height:.9}
.registered-name{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:22px;color:#ddd9cc;margin:0 0 28px}
.profile-intro{font-size:18px;line-height:1.75;color:#efefe9;max-width:610px}
.title-row{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 32px}.title-row span{border:1px solid rgba(255,255,255,.35);padding:9px 13px;font-size:11px;letter-spacing:.14em;font-weight:bold}
.profile-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.profile-actions .light{margin:0}.profile-actions .text-link{font-weight:bold;letter-spacing:.05em}
.profile-about{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;max-width:1200px;margin:auto;padding:110px 6vw}.profile-about h2,.health-section h2,.accomplishments-copy h2,.pedigree-section h2,.litter-section h2{font-size:clamp(42px,5vw,68px);line-height:1.05;margin-bottom:22px}.profile-about>div:last-child{font-family:Georgia,'Times New Roman',serif;font-size:21px;line-height:1.75;color:#4b4e48}.profile-about>div:last-child p:first-child{margin-top:0}
.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.profile-stats div{padding:32px 28px;text-align:center;border-right:1px solid var(--line)}.profile-stats div:last-child{border-right:0}.stat-label{display:block;font-size:10px;letter-spacing:.17em;text-transform:uppercase;color:var(--sage);font-weight:bold;margin-bottom:8px}.profile-stats strong{font-family:Georgia,'Times New Roman',serif;font-size:21px;font-weight:400}
.health-section{display:grid;grid-template-columns:.82fr 1.18fr;background:#253129;color:white}.health-copy{padding:90px 6vw;display:flex;flex-direction:column;justify-content:center}.health-copy p:not(.eyebrow){line-height:1.75;color:#e1e4de}.health-links{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin:24px 0}.health-links .darkbtn{margin:0}.profile-inline-link{color:white;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:bold}.chic-note{font-size:17px}.health-grid{display:grid;grid-template-columns:1fr 1fr;background:#f5f1e8;color:var(--ink);padding:55px}.health-grid article{padding:28px;border-bottom:1px solid var(--line)}.health-grid article:nth-child(odd){border-right:1px solid var(--line)}.health-grid span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--sage);font-weight:bold;margin-bottom:8px}.health-grid strong{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:21px}
.accomplishments-section{display:grid;grid-template-columns:1.05fr .95fr}.accomplishments-image img{width:100%;height:100%;min-height:650px;object-fit:cover}.accomplishments-copy{padding:90px 7vw;display:flex;flex-direction:column;justify-content:center}.accomplishments-copy>p:not(.eyebrow){line-height:1.75;color:#555}.achievement-list{margin-top:28px;border-top:1px solid var(--line)}.achievement-list div{display:grid;grid-template-columns:90px 1fr;gap:25px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.achievement-list strong{font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:400}.achievement-list span{color:#666}
.pedigree-section{text-align:center;padding:110px 20px;background:var(--cream)}.pedigree-section>p:not(.eyebrow){max-width:700px;margin:0 auto 30px;line-height:1.75;color:#565951}
.litter-section{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:110px 7vw;background:var(--forest);color:white;align-items:center}.litter-section>div>p:not(.eyebrow){line-height:1.75;color:#e4e8e1;max-width:600px}.litter-card{background:var(--paper);color:var(--ink);padding:45px}.litter-card h3{font-size:42px;margin:8px 0 10px}.litter-card p{color:#666}.litter-card .litter-names{font-family:Georgia,'Times New Roman',serif;font-size:18px;color:var(--ink)}.litter-card a{color:var(--ink);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:bold}
.gallery-section{padding:110px 7vw}.gallery-head{margin-bottom:40px}.willow-gallery{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:18px}.willow-gallery img{width:100%;height:460px;object-fit:cover}.willow-gallery img:nth-child(2){object-position:center}
@media(max-width:800px){.profile-hero,.profile-about,.health-section,.accomplishments-section,.litter-section{grid-template-columns:1fr}.profile-hero{min-height:auto}.profile-hero-image{min-height:520px}.profile-hero-copy{padding:60px 7vw}.profile-stats{grid-template-columns:1fr 1fr}.profile-stats div:nth-child(2){border-right:0}.profile-stats div:nth-child(-n+2){border-bottom:1px solid var(--line)}.health-grid{grid-template-columns:1fr;padding:25px}.health-grid article:nth-child(odd){border-right:0}.accomplishments-image img{min-height:420px}.willow-gallery{grid-template-columns:1fr}.willow-gallery img{height:420px}.profile-about{gap:20px}.litter-section{gap:30px}}
/* Willow profile refinements */
.willow-clean-hero .profile-hero-image img{object-position:center 38%}
.profile-about-clean{padding-top:80px;padding-bottom:80px}.profile-about-clean h2{margin-bottom:0}.profile-about-clean>div:last-child{display:flex;align-items:center}.profile-about-clean>div:last-child p{margin:0}
.profile-stats>div:first-child{padding-left:22px;padding-right:22px}.profile-stats>div:first-child strong{font-size:17px;line-height:1.35;display:block}
.health-copy h2{margin-bottom:20px}.health-copy .health-links{margin-top:8px}
.litter-feature{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:center;padding:100px 7vw;background:var(--cream)}.litter-feature-copy h2{font-size:clamp(44px,5vw,68px);margin-bottom:18px}.litter-feature-copy p:not(.eyebrow){line-height:1.7;color:#555}.litter-date{font-family:Georgia,'Times New Roman',serif;font-size:21px;color:var(--ink)!important}.litter-announcement img{display:block;width:100%;height:auto;box-shadow:0 16px 40px rgba(0,0,0,.12)}
.willow-gallery-expanded{grid-template-columns:repeat(3,1fr)}.willow-gallery-expanded img{height:430px}.willow-gallery-expanded img:nth-child(1),.willow-gallery-expanded img:nth-child(6){object-position:center 38%}
@media(max-width:800px){.litter-feature{grid-template-columns:1fr;padding:70px 6vw;gap:35px}.willow-gallery-expanded{grid-template-columns:1fr}.willow-gallery-expanded img{height:420px}.profile-about-clean{padding-top:60px;padding-bottom:60px}}
.willow-gallery-expanded{grid-template-columns:repeat(4,1fr)}
.willow-gallery-expanded img{height:390px}
.willow-gallery-expanded img:nth-child(1),.willow-gallery-expanded img:nth-child(4){object-position:center 35%}
@media(max-width:1000px){.willow-gallery-expanded{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.willow-gallery-expanded{grid-template-columns:1fr}}
.pedigree-note{max-width:620px;margin:0 auto 22px;color:#666;line-height:1.6}

/* Summit profile */
.summit-hero .profile-hero-image img{object-position:center 42%}
.summit-sports{background:var(--cream)}
.summit-sports .accomplishments-copy{background:var(--cream);color:var(--ink)}
.summit-sports .accomplishments-copy p{color:#555}
.summit-gallery{grid-template-columns:repeat(2,1fr)}
.summit-gallery img{height:560px;object-position:center 36%}
.summit-gallery img:nth-child(2){object-position:center 25%}
.summit-gallery img:nth-child(4){object-position:center 46%}
.sport-note{margin-top:26px;font-size:17px;line-height:1.6}
@media(max-width:800px){.summit-gallery{grid-template-columns:1fr}.summit-gallery img{height:470px}}

/* Breed landing pages */
.breed-page-hero{height:660px;position:relative;overflow:hidden;background:#253129;color:white}.breed-page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.golden-page-hero>img{object-position:center 43%}.dane-page-hero>img{object-position:center 35%}.breed-page-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,27,21,.78) 0%,rgba(20,27,21,.46) 42%,rgba(20,27,21,.08) 72%,rgba(20,27,21,.02) 100%)}.breed-page-copy{position:absolute;left:7vw;top:50%;transform:translateY(-50%);max-width:650px}.breed-page-copy h1{font-size:clamp(60px,8vw,108px);margin-bottom:24px}.breed-page-copy>p:not(.eyebrow){font-size:19px;line-height:1.7;max-width:580px}.breed-page-intro{padding:100px 7vw;text-align:center;max-width:1050px;margin:auto}.breed-page-intro h2{font-size:clamp(42px,5vw,66px);margin-bottom:24px}.breed-page-intro>p:not(.eyebrow){font-family:Georgia,'Times New Roman',serif;font-size:21px;line-height:1.7;color:#555}.breed-dogs{padding:0 7vw 110px}.breed-dog-feature{display:grid;grid-template-columns:1.05fr .95fr;background:var(--cream);align-items:center}.breed-dog-feature img{width:100%;height:650px;object-fit:cover;object-position:center 38%}.breed-dog-feature>div{padding:70px 7vw}.breed-dog-feature h2{font-size:clamp(52px,6vw,80px);margin-bottom:10px}.registered-dark{font-family:Georgia,'Times New Roman',serif;font-style:italic;color:#666;font-size:19px;margin:0 0 30px}.breed-focus{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding:100px 7vw;background:#253129;color:white}.breed-focus h2{font-size:clamp(44px,5vw,66px)}.breed-focus>div:last-child{display:flex;flex-direction:column;justify-content:center}.breed-focus>div:last-child p{line-height:1.8;color:#e4e8e1;font-size:17px}.breed-litters{padding:110px 7vw}.breed-litters>h2{font-size:clamp(44px,5vw,66px);margin-bottom:40px}.mini-litter-card{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);max-width:1100px}.mini-litter-card img{width:100%;height:560px;object-fit:cover}.mini-litter-card>div{padding:55px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.mini-litter-card h3{font-size:44px;margin:5px 0 28px}.empty-litters>p:last-child{max-width:650px;line-height:1.7;color:#666}@media(max-width:800px){.breed-page-hero{height:560px}.breed-page-shade{background:linear-gradient(90deg,rgba(20,27,21,.72),rgba(20,27,21,.25))}.breed-page-copy{left:7vw;right:7vw}.breed-dog-feature,.breed-focus,.mini-litter-card{grid-template-columns:1fr}.breed-dog-feature img{height:500px}.breed-dog-feature>div{padding:55px 7vw}.breed-focus{gap:20px}.mini-litter-card img{height:auto}.mini-litter-card>div{padding:40px}}


/* v18: Great Dane breed page hero — keep Summit visible and copy off her */
.dane-page-hero{
  height:720px;
}
.dane-page-hero>img{
  object-position:center 38%;
}
.dane-page-hero .breed-page-shade{
  background:linear-gradient(90deg,
    rgba(20,27,21,.02) 0%,
    rgba(20,27,21,.04) 42%,
    rgba(20,27,21,.38) 66%,
    rgba(20,27,21,.78) 100%);
}
.dane-page-hero .breed-page-copy{
  left:auto;
  right:6vw;
  top:16%;
  transform:none;
  max-width:500px;
}
.dane-page-hero .breed-page-copy h1{
  font-size:clamp(56px,6.5vw,92px);
}
@media(max-width:800px){
  .dane-page-hero{
    height:680px;
  }
  .dane-page-hero>img{
    object-position:42% center;
  }
  .dane-page-hero .breed-page-shade{
    background:linear-gradient(180deg,
      rgba(20,27,21,.58) 0%,
      rgba(20,27,21,.22) 34%,
      rgba(20,27,21,.03) 62%);
  }
  .dane-page-hero .breed-page-copy{
    left:7vw;
    right:7vw;
    top:7%;
    max-width:86%;
  }
}

/* Great Dane standard section */
.dane-standard{max-width:1180px;margin:0 auto;padding:84px 6vw}
.standard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:38px}
.standard-grid>div{padding:28px;border:1px solid rgba(28,55,43,.18);background:#faf7f0}
.standard-grid h3{margin:0 0 10px;color:#1c372b;font-family:Georgia,serif;font-size:1.35rem}
.standard-grid p{margin:0;line-height:1.7}
@media(max-width:800px){.standard-grid{grid-template-columns:1fr}.dane-standard{padding:60px 7vw}}

/* Golden Retriever standard section */
.golden-standard{max-width:1180px;margin:0 auto;padding:84px 6vw}
@media(max-width:800px){.golden-standard{padding:60px 7vw}}


/* ===== DIPPING SAUCES LITTER PAGE ===== */
.litter-page{background:#f5f2ea;color:#202722}.litter-hero{height:min(78vh,820px);min-height:620px;position:relative;overflow:hidden;background:#202722}.litter-hero>img{width:100%;height:100%;object-fit:cover;object-position:center 48%;display:block}.litter-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,25,20,.78) 0%,rgba(15,25,20,.53) 35%,rgba(15,25,20,.10) 68%,rgba(15,25,20,.02) 100%)}.litter-hero-copy{position:absolute;left:max(6vw,50px);top:50%;transform:translateY(-50%);max-width:650px;color:#fff;z-index:2}.litter-hero-copy h1{font-size:clamp(58px,7vw,108px);line-height:.88;margin:18px 0 24px;letter-spacing:-.045em}.litter-hero-copy h1 em{font-weight:400}.litter-hero-meta{font-size:18px;letter-spacing:.03em;margin:0 0 24px}.reserved-pill{display:inline-block;border:1px solid rgba(255,255,255,.7);padding:10px 16px;font-size:11px;font-weight:700;letter-spacing:.16em}.litter-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;padding:110px max(7vw,60px);max-width:1500px;margin:auto}.litter-story h2,.pairing-copy h2,.puppy-head h2,.litter-journal h2{font-size:clamp(42px,5vw,74px);line-height:1;margin:12px 0 0}.litter-story-copy{font-size:18px;line-height:1.8;max-width:700px}.litter-story-copy p:first-child{margin-top:0}.litter-pairing{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:#e7e1d4}.pairing-copy{padding:90px max(7vw,60px);align-self:center}.parent-line{padding:20px 0;border-top:1px solid rgba(32,39,34,.18);display:grid;grid-template-columns:70px 1fr;gap:20px;line-height:1.5}.parent-line:last-of-type{border-bottom:1px solid rgba(32,39,34,.18)}.parent-line strong{font-size:11px;letter-spacing:.14em;text-transform:uppercase}.litter-pairing .profile-actions{margin-top:30px}.litter-announcement{min-height:580px}.litter-announcement img{width:100%;height:100%;object-fit:cover;display:block}.puppy-section{padding:110px max(6vw,50px);max-width:1600px;margin:auto}.puppy-head{margin-bottom:55px}.puppy-head>p{max-width:500px;font-size:17px;line-height:1.7}.puppy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.puppy-card{background:#fff;display:grid;grid-template-columns:1.35fr .85fr;min-height:430px;overflow:hidden}.puppy-photo{min-height:430px;overflow:hidden;background:#ddd}.puppy-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.puppy-card:hover .puppy-photo img{transform:scale(1.02)}.puppy-info{padding:42px 34px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.puppy-info h3{font-size:42px;line-height:1;margin:8px 0 15px}.puppy-info>p:not(.puppy-sex){line-height:1.6;color:#5d655f}.puppy-sex{font-size:10px;font-weight:700;letter-spacing:.13em;margin:12px 0 0}.collar-dot{width:13px;height:13px;border-radius:50%;display:block;background:#3458a5}.buffalo .collar-dot{background:#7951a8}.honey .collar-dot{background:#d7ae28}.ketchup .collar-dot{background:#b93a37}.puppy-age{margin-top:18px;font-size:10px;letter-spacing:.14em;border-top:1px solid #d8d5ce;padding-top:12px;width:100%}.litter-journal{text-align:center;padding:120px 30px 130px;background:#183a30;color:#fff}.litter-journal .eyebrow.dark{color:#d8c9a6}.litter-journal h2{margin:14px auto 25px}.litter-journal h2 em{font-weight:400}.litter-journal>p:not(.eyebrow){max-width:650px;margin:0 auto 30px;line-height:1.8;color:rgba(255,255,255,.78)}.litter-journal .darkbtn{background:#f5f2ea;color:#183a30}
@media(max-width:900px){.litter-hero{min-height:690px;height:78vh}.litter-hero>img{object-position:62% center}.litter-hero-shade{background:linear-gradient(0deg,rgba(15,25,20,.82),rgba(15,25,20,.12) 70%)}.litter-hero-copy{left:28px;right:28px;top:auto;bottom:50px;transform:none}.litter-story,.litter-pairing{grid-template-columns:1fr}.litter-story{padding:75px 28px;gap:35px}.pairing-copy{padding:70px 28px}.litter-announcement{min-height:420px}.puppy-section{padding:75px 22px}.puppy-grid{grid-template-columns:1fr}.puppy-card{grid-template-columns:1fr}.puppy-photo{min-height:0;aspect-ratio:1.42/1}.puppy-info{padding:30px}}
@media(max-width:520px){.litter-hero-copy h1{font-size:54px}.litter-hero-meta{font-size:15px}.parent-line{grid-template-columns:1fr;gap:5px}}


/* ===== v22 litter image framing fixes ===== */
.litter-hero{
  height:auto;
  min-height:0;
  background:#202722;
}
.litter-hero>img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center;
  display:block;
}
.litter-hero-shade{
  background:linear-gradient(90deg,rgba(15,25,20,.70) 0%,rgba(15,25,20,.38) 32%,rgba(15,25,20,.04) 66%,rgba(15,25,20,0) 100%);
}
.litter-announcement{
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px;
  background:#ddd6c8;
}
.litter-announcement img{
  width:100%;
  height:auto;
  max-height:680px;
  object-fit:contain;
  object-position:center;
  display:block;
}
@media(max-width:900px){
  .litter-hero{height:auto;min-height:0}
  .litter-hero>img{height:auto;object-fit:contain;object-position:center}
  .litter-hero-shade{background:linear-gradient(0deg,rgba(15,25,20,.76),rgba(15,25,20,.04) 75%)}
  .litter-announcement{min-height:0;padding:18px}
  .litter-announcement img{height:auto;max-height:none;object-fit:contain}
}

/* ===== v23 simplified litter page ===== */
.simple-litter h1,
.simple-litter h2,
.simple-litter h3{
  font-family:Georgia,'Times New Roman',serif;
  font-style:normal;
  font-weight:400;
}
.simple-litter p,
.simple-litter span,
.simple-litter a,
.simple-litter strong{
  font-family:Arial,Helvetica,sans-serif;
}
.simple-litter .litter-hero-copy h1{
  font-size:clamp(48px,5.5vw,82px);
  line-height:1;
  letter-spacing:-.025em;
  max-width:720px;
  margin:14px 0 20px;
}
.simple-litter .litter-hero-meta{
  font-size:16px;
  line-height:1.5;
  margin-bottom:20px;
}
.litter-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  max-width:1200px;
  margin:0 auto;
  padding:80px 6vw;
}
.litter-summary h2,
.puppy-head-simple h2{
  font-size:clamp(40px,4.5vw,62px);
  margin:8px 0 0;
}
.litter-summary>div:last-child>p{
  font-size:18px;
  line-height:1.6;
  margin:0 0 24px;
}
.compact-pairing{
  min-height:0;
  align-items:center;
}
.compact-pairing .pairing-copy{
  padding:60px 6vw;
}
.compact-pairing .litter-announcement{
  padding:26px;
}
.puppy-head-simple{
  text-align:center;
  margin-bottom:45px;
}
.simple-litter .puppy-info{
  padding:30px;
}
.simple-litter .puppy-info h3{
  margin:10px 0 8px;
  font-size:38px;
}
.simple-litter .puppy-sex{
  margin:0;
}
.simple-litter .puppy-age{
  margin-top:16px;
}
@media(max-width:800px){
  .litter-summary{
    grid-template-columns:1fr;
    gap:22px;
    padding:60px 28px;
  }
}

/* v26 — show the full Willow × Stetson announcement on the Golden Retriever page */
.golden-litter-card .litter-img{
  background:#e7e1d4;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.golden-litter-card .litter-img img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  object-position:center;
  display:block;
}

/* v27 — correctly fix the Willow × Stetson announcement on Golden Retrievers page */
.breed-litters .mini-litter-card{
  align-items:center;
}
.breed-litters .mini-litter-card img{
  width:100%;
  height:auto;
  max-height:680px;
  object-fit:contain;
  object-position:center;
  background:#e7e1d4;
  padding:20px;
  box-sizing:border-box;
}
@media(max-width:800px){
  .breed-litters .mini-litter-card img{
    height:auto;
    max-height:none;
    object-fit:contain;
    padding:12px;
  }
}

/* ===== v31 How We Raise Our Puppies ===== */
.raising-page{background:#f5f2ea;color:#202722}
.raising-hero{padding:120px max(7vw,60px) 100px;max-width:1500px;margin:auto}
.raising-hero>div{max-width:850px}
.raising-hero h1{font-size:clamp(66px,8vw,116px);line-height:.9;margin:16px 0 30px;letter-spacing:-.045em}
.raising-hero h1 em{font-weight:400}
.raising-hero>div>p:last-child{font-size:20px;line-height:1.75;max-width:760px}
.raising-feature{display:grid;grid-template-columns:.9fr 1.1fr;background:#e7e1d4;align-items:center}
.raising-feature-copy{padding:90px max(7vw,60px)}
.raising-feature-copy h2,.raising-grid-wrap h2,.raising-bottom h2{font-size:clamp(42px,5vw,70px);line-height:1;margin:12px 0 24px}
.raising-feature-copy>p:last-child{font-size:17px;line-height:1.8}
.raising-feature-image{display:flex;align-items:center;justify-content:center;background:#d8d0c1}
.raising-feature-image img{width:100%;height:auto;object-fit:contain;display:block}
.raising-grid-wrap{padding:100px max(7vw,60px);max-width:1500px;margin:auto}
.raising-grid-wrap>h2{max-width:760px}
.raising-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:45px}
.raising-grid>div{padding:34px;background:#fff;border:1px solid rgba(28,55,43,.15)}
.raising-grid h3{font-size:25px;margin:0 0 12px}
.raising-grid p{line-height:1.75;margin:0}
.raising-bottom{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;padding:100px max(7vw,60px);background:#183a30;color:#fff}
.raising-bottom .eyebrow{color:#d8c9a6}
.raising-bottom>div:last-child{font-size:18px;line-height:1.8;max-width:680px}
.raising-bottom .darkbtn{background:#f5f2ea;color:#183a30;margin-top:20px}
@media(max-width:850px){.raising-hero{padding:80px 28px 65px}.raising-feature,.raising-bottom{grid-template-columns:1fr}.raising-feature-copy,.raising-grid-wrap,.raising-bottom{padding:70px 28px}.raising-grid{grid-template-columns:1fr}.raising-bottom{gap:25px}}

/* v33 About */
.about-page{background:#f5f2ea;color:#202722}.about-hero{padding:120px max(7vw,60px) 100px;max-width:1500px;margin:auto}.about-hero>div{max-width:900px}.about-hero h1{font-size:clamp(64px,8vw,114px);line-height:.9;margin:16px 0 30px;letter-spacing:-.045em}.about-hero h1 em{font-weight:400}.about-hero>div>p:last-child{font-size:20px;line-height:1.75;max-width:760px}.about-story{display:grid;grid-template-columns:.9fr 1.1fr;background:#e7e1d4;align-items:center}.about-story-copy{padding:90px max(7vw,60px)}.about-story-copy h2,.about-breeds h2,.about-values h2{font-size:clamp(42px,5vw,70px);line-height:1;margin:12px 0 24px}.about-story-copy p{font-size:17px;line-height:1.8}.about-story-image{height:100%;min-height:650px}.about-story-image img{width:100%;height:100%;object-fit:cover;display:block}.about-breeds{padding:100px max(7vw,60px);max-width:1500px;margin:auto}.about-breed-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:45px}.about-breed-grid>div{padding:38px;background:#fff;border:1px solid rgba(28,55,43,.15)}.about-breed-grid h3{font-size:30px;margin:0 0 15px}.about-breed-grid p{line-height:1.8}.about-breed-grid a{display:inline-block;margin-top:12px}.about-values{text-align:center;padding:110px max(7vw,60px);background:#183a30;color:#fff}.about-values .eyebrow{color:#d8c9a6}.about-values p{max-width:760px;margin:0 auto 28px;font-size:18px;line-height:1.8}.about-values .darkbtn{background:#f5f2ea;color:#183a30}@media(max-width:850px){.about-hero{padding:80px 28px 65px}.about-story,.about-breed-grid{grid-template-columns:1fr}.about-story-copy,.about-breeds,.about-values{padding:70px 28px}.about-story-image{min-height:450px}}

/* Where it started — whole crew */
.where-started{background:#f5f2ea;padding:100px max(7vw,60px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:64px;align-items:center}.where-started-image img{display:block;width:100%;height:auto;max-height:720px;object-fit:contain}.where-started-copy{max-width:560px}.where-started-copy h2{font-size:clamp(42px,5vw,70px);line-height:1;margin:12px 0 24px}.where-started-copy p:last-child{font-size:18px;line-height:1.8;margin:0}@media(max-width:850px){.where-started{grid-template-columns:1fr;padding:70px 28px;gap:36px}.where-started-copy{max-width:760px}}

/* v39 About photo — preserve full Willow + Summit image and photographer mark */
.about-story-image{background:#e7e1d4;display:flex;align-items:center;justify-content:center;min-height:0;height:auto}
.about-story-image img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center;display:block}
@media(max-width:850px){.about-story-image{min-height:0}.about-story-image img{height:auto}}

/* v40 Our Program */
.program-page{background:#f5f2ea;color:#202722}.program-page-hero{padding:120px max(7vw,60px) 100px;max-width:1500px;margin:auto}.program-page-hero>div{max-width:980px}.program-page-hero h1{font-size:clamp(62px,7.5vw,108px);line-height:.9;margin:16px 0 30px;letter-spacing:-.045em}.program-page-hero h1 em{font-weight:400}.program-page-hero>div>p:last-child{font-size:20px;line-height:1.75;max-width:780px}.program-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;padding:100px max(7vw,60px);max-width:1500px;margin:auto}.program-intro h2,.program-feature h2,.program-cards-wrap h2,.placement-section h2,.apply-section h2{font-size:clamp(42px,5vw,70px);line-height:1;margin:12px 0 24px}.program-intro>div:last-child{font-size:18px;line-height:1.8}.program-feature{display:grid;grid-template-columns:1fr 1fr;background:#e7e1d4;align-items:center}.program-feature-copy{padding:90px max(7vw,60px)}.program-feature-copy p{font-size:17px;line-height:1.8}.program-feature-image{padding:30px}.program-feature-image img{width:100%;height:auto;max-height:680px;object-fit:contain;display:block}.program-cards-wrap{padding:100px max(7vw,60px);max-width:1500px;margin:auto}.program-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:42px}.program-cards>div,.apply-card{padding:34px;background:#fff;border:1px solid rgba(28,55,43,.15)}.program-cards h3,.apply-card h3{font-size:27px;margin:0 0 12px}.program-cards p,.apply-card p{line-height:1.75}.program-more{margin-top:32px}.placement-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;padding:100px max(7vw,60px);background:#183a30;color:#fff}.placement-section .eyebrow{color:#d8c9a6}.placement-section>div:last-child{font-size:17px;line-height:1.8}.apply-section{padding:100px max(7vw,60px);max-width:1500px;margin:auto}.apply-heading{max-width:820px}.apply-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:45px}.disabled-btn{display:inline-block;opacity:.55;cursor:default;border:1px solid #526057;background:transparent;color:#526057}.puppy-apply-mini{text-align:center;padding:90px 28px;background:#e7e1d4}.puppy-apply-mini h2{font-size:clamp(40px,5vw,66px);margin:12px 0 20px}.puppy-apply-mini>p:not(.eyebrow){max-width:680px;margin:0 auto 25px;line-height:1.7}.puppy-apply-mini .profile-actions{justify-content:center}@media(max-width:850px){.program-page-hero{padding:80px 28px 65px}.program-intro,.program-feature,.placement-section,.apply-grid{grid-template-columns:1fr}.program-intro,.program-feature-copy,.program-cards-wrap,.placement-section,.apply-section{padding:70px 28px}.program-cards{grid-template-columns:1fr}.program-feature-image{padding:20px}}

/* v42 FAQ, Contact, Social */
.faq-page,.contact-page{background:#f5f2ea;color:#202722}.faq-hero,.contact-hero{padding:120px max(7vw,60px) 90px;max-width:1400px;margin:auto}.faq-hero h1,.contact-hero h1{font-size:clamp(64px,8vw,110px);line-height:.9;margin:16px 0 28px;letter-spacing:-.045em}.faq-hero h1 em,.contact-hero h1 em{font-weight:400}.faq-hero>p:last-child,.contact-hero>p:last-child{font-size:20px;line-height:1.75;max-width:760px}.faq-list{max-width:1050px;margin:0 auto;padding:0 28px 100px}.faq-list details{border-top:1px solid rgba(28,55,43,.2);padding:22px 0}.faq-list details:last-child{border-bottom:1px solid rgba(28,55,43,.2)}.faq-list summary{cursor:pointer;font-size:21px;font-weight:600;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";float:right;font-weight:400}.faq-list details[open] summary:after{content:"–"}.faq-list details p{max-width:850px;line-height:1.75;margin:16px 0 8px}.faq-list details a{display:inline-block;margin-top:6px}.faq-cta{text-align:center;padding:90px 28px;background:#183a30;color:#fff}.faq-cta .eyebrow{color:#d8c9a6}.faq-cta h2{font-size:clamp(40px,5vw,68px);margin:12px 0 24px}.faq-cta .darkbtn{background:#f5f2ea;color:#183a30}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:0 max(7vw,60px) 100px;max-width:1500px;margin:auto}.contact-card{background:#fff;border:1px solid rgba(28,55,43,.15);padding:42px}.contact-card h2,.contact-reach h2,.social-home h2{font-size:clamp(38px,4.5vw,62px);line-height:1;margin:12px 0 20px}.contact-card p{line-height:1.75}.contact-reach{display:grid;grid-template-columns:.9fr 1.1fr;gap:8vw;padding:100px max(7vw,60px);background:#183a30;color:#fff}.contact-reach .eyebrow{color:#d8c9a6}.contact-reach>div:last-child{font-size:18px;line-height:1.8}.contact-placeholder{opacity:.7}.social-home{text-align:center;padding:90px 28px;background:#f5f2ea}.social-home h2{margin-bottom:28px}.social-links{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:850px){.faq-hero,.contact-hero{padding:80px 28px 60px}.contact-grid,.contact-reach{grid-template-columns:1fr}.contact-grid{padding:0 28px 70px}.contact-reach{padding:70px 28px;gap:25px}}

/* v45 contact email */
.footer-email{margin:.35rem 0}
.footer-email a{color:inherit;text-decoration:none}
.footer-email a:hover{text-decoration:underline}
.contact-reach a[href^="mailto:"]{color:inherit;text-decoration:underline;text-underline-offset:3px}

/* v48 Contact social links */
.contact-social{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.contact-reach .contact-social .btn{border-color:#f5f2ea;color:#f5f2ea}
.contact-reach .contact-social .btn:hover{background:#f5f2ea;color:#183a30}
