@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');
:root{--forest:#294b3f;--deep:#17352c;--sage:#9eb29e;--cream:#f5f0e6;--paper:#fbf8f1;--ink:#23332e;--rust:#bd674f;--line:rgba(35,51,46,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;line-height:1.65}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:20;background:white;padding:.7rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{height:88px;padding:0 clamp(1.25rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:10}.brand{display:flex;align-items:center;gap:.75rem}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--forest);border-radius:50%;font:italic 500 1.75rem 'Playfair Display';color:var(--forest)}.brand strong,.brand small{display:block}.brand strong{text-transform:uppercase;letter-spacing:.12em;font-size:.9rem}.brand small{font-size:.7rem;color:#63716c;letter-spacing:.08em}nav{display:flex;align-items:center;gap:2rem;font-size:.88rem}nav a:not(.nav-cta):hover{color:var(--rust)}.nav-cta{border:1px solid var(--forest);padding:.7rem 1.15rem;border-radius:100px}.nav-cta:hover{background:var(--forest);color:white}.menu-button{display:none;background:none;border:0;padding:.5rem}.menu-button>span:not(.sr-only){display:block;width:24px;height:2px;background:var(--ink);margin:5px}
.hero{height:calc(100svh - 88px);min-height:620px;position:relative;display:flex;align-items:center;color:white;overflow:hidden}.hero-image{position:absolute;inset:0;background:url('https://images.squarespace-cdn.com/content/v1/69a4ca2a4e4dd94fd7632d22/1772407898826-6XOTS6R5DCDXOBVC76VY/unsplash-image-m2BFiVMmFQY.jpg') center 48%/cover no-repeat;transform:scale(1.01)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(14,35,28,.82) 0%,rgba(20,43,35,.57) 48%,rgba(20,43,35,.1) 78%),linear-gradient(0deg,rgba(20,43,35,.32),transparent 45%)}.hero-content{position:relative;width:min(720px,90%);margin-left:clamp(1.25rem,8vw,9rem);padding-bottom:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:600;font-size:.72rem;color:var(--rust);margin:0 0 1rem}.eyebrow.light{color:#d8cbb4}.hero h1,.section h2,.breed-dialog h2{font:500 clamp(3rem,6.3vw,6rem)/.97 'Playfair Display';letter-spacing:-.035em;margin:.2rem 0 1.5rem}.hero h1 em,.section h2 em{font-weight:500}.hero-content>p:not(.eyebrow){font-size:1.05rem;max-width:570px;color:rgba(255,255,255,.86)}.hero-actions{display:flex;align-items:center;gap:2rem;margin-top:2.2rem}.button{display:inline-flex;justify-content:center;border:0;border-radius:100px;padding:.95rem 1.5rem;font-weight:600;cursor:pointer}.button.cream{background:var(--cream);color:var(--deep)}.button.cream:hover{background:white}.button.forest{background:var(--forest);color:white}.text-link{font-weight:600;border-bottom:1px solid currentColor;padding-bottom:.2rem}.text-link span,.details-button span{margin-left:.45rem}.light{color:white}.hero-note{position:absolute;right:clamp(1.5rem,5vw,5rem);bottom:2.5rem;border-left:1px solid rgba(255,255,255,.55);padding-left:1rem}.hero-note strong,.hero-note span{display:block}.hero-note span{font-size:.76rem;color:rgba(255,255,255,.7)}
.section{padding:clamp(5rem,9vw,9rem) clamp(1.25rem,8vw,9rem)}.intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,10rem);align-items:start}.intro h2{font-size:clamp(2.8rem,5vw,5rem)}.intro-copy{padding-top:1rem;max-width:620px}.lead{font:500 clamp(1.35rem,2vw,1.8rem)/1.45 'Playfair Display'}.values{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:2rem}.values span{border:1px solid var(--line);padding:.55rem .85rem;border-radius:100px;font-size:.78rem}
.breeds{background:var(--forest);color:white}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.section-heading h2{font-size:clamp(3rem,5.5vw,5.5rem);margin:0}.section-heading>p{max-width:430px;color:rgba(255,255,255,.68);margin-bottom:.7rem}.breed-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.breed-card{background:var(--cream);color:var(--ink);display:grid;grid-template-columns:47% 53%;min-height:440px;overflow:hidden}.breed-card img{height:100%;object-fit:cover}.breed-card-body{padding:clamp(1.6rem,3.2vw,3.2rem);display:flex;flex-direction:column;justify-content:center}.breed-card h3{font:500 clamp(2rem,3vw,3.1rem) 'Playfair Display';margin:.15rem 0 1rem}.breed-card p:not(.eyebrow){font-size:.91rem}.details-button{align-self:flex-start;margin-top:1rem;padding:.4rem 0;background:none;border:0;border-bottom:1px solid var(--forest);color:var(--forest);font-weight:600;cursor:pointer}
.quote-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem);align-items:center;background:#e9e2d5}.quote-image{position:relative}.quote-image:before{content:'';position:absolute;width:55%;height:55%;border-radius:50%;background:var(--sage);top:-8%;left:-10%}.quote-image img{position:relative;aspect-ratio:4/5;object-fit:cover}.quote-mark{font:8rem/1 'Playfair Display';color:var(--rust);height:4rem;display:block}.quote-copy blockquote{font:500 clamp(2.2rem,4.2vw,4.3rem)/1.08 'Playfair Display';margin:0 0 1.5rem}.quote-copy p{max-width:520px}.quote-copy .text-link{display:inline-block;margin-top:1rem;color:var(--forest)}
.process{background:var(--paper)}.section-heading.dark>p{color:#6f7b76}.steps{list-style:none;padding:0;border-top:1px solid var(--line)}.steps li{display:grid;grid-template-columns:90px 1fr;padding:2.1rem 0;border-bottom:1px solid var(--line)}.steps li>span{color:var(--rust);font:500 1.2rem 'Playfair Display'}.steps h3{font:500 2rem 'Playfair Display';margin:0 0 .4rem}.steps p{max-width:720px;margin:0;color:#5e6b66}.price-note{text-align:center;margin:3rem 0 0}.price-note strong{color:var(--forest)}
.contact{background:var(--deep);color:white;display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,9vw,10rem)}.contact h2{font-size:clamp(3rem,5vw,5.2rem)}.contact-copy>p:not(.eyebrow){max-width:530px;color:rgba(255,255,255,.72)}.contact-points{display:grid;gap:.5rem;margin-top:2rem;color:#d5dfda}.contact-form{background:var(--paper);color:var(--ink);padding:clamp(1.5rem,4vw,3.3rem)}.contact-form label{display:grid;gap:.35rem;margin-bottom:1rem;font-size:.76rem;font-weight:600}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #a9b0ac;background:transparent;padding:.65rem 0;outline:0;border-radius:0}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--rust)}.contact-form .button{margin-top:.5rem;width:100%}.form-note{font-size:.72rem;color:#737f7a;text-align:center;margin:.8rem 0 0}
footer{background:#102b23;color:white;padding:3rem clamp(1.25rem,8vw,9rem);display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem;align-items:center;font-size:.8rem}.footer-brand .brand-mark{color:white;border-color:white}.footer-brand small{color:#acbab5}footer>div{display:flex;gap:1.2rem;justify-content:flex-end}.copyright{text-align:right;color:#879b94}
.breed-dialog{width:min(820px,92vw);padding:clamp(2rem,5vw,4rem);border:0;background:var(--paper);color:var(--ink);box-shadow:0 20px 80px rgba(0,0,0,.28)}.breed-dialog::backdrop{background:rgba(17,40,33,.8)}.breed-dialog h2{font-size:clamp(2.7rem,5vw,4.6rem);margin:.2rem 0 1rem}.close-dialog{position:absolute;right:1.2rem;top:1rem;background:none;border:0;font-size:2rem;cursor:pointer}.dialog-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.dialog-grid>div{border-top:1px solid var(--line)}.dialog-grid h3{font:500 1.35rem 'Playfair Display';margin:1rem 0 .3rem}.dialog-grid p{font-size:.88rem;margin:0}
@media(max-width:900px){.site-header{height:72px}.menu-button{display:block}nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--paper);padding:1.5rem;flex-direction:column;align-items:stretch;box-shadow:0 10px 20px rgba(0,0,0,.08)}nav.open{display:flex}.hero{height:calc(100svh - 72px)}.hero-content{margin-left:1.25rem}.hero-note{display:none}.intro,.quote-section,.contact{grid-template-columns:1fr}.breed-card{grid-template-columns:1fr}.breed-card img{height:320px}.section-heading{align-items:start;flex-direction:column;gap:1rem}.breed-grid{grid-template-columns:1fr}.contact{gap:3rem}footer{grid-template-columns:1fr;text-align:center}footer .brand{justify-content:center}footer>div{justify-content:center}.copyright{text-align:center}}
@media(max-width:560px){.hero h1{font-size:clamp(2.9rem,13vw,4.2rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:1.2rem}.section{padding:4.5rem 1.25rem}.field-row,.dialog-grid{grid-template-columns:1fr}.breed-card img{height:280px}.steps li{grid-template-columns:50px 1fr}.quote-image{margin:0 1rem}.contact-form{padding:1.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.form-trap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.hero-image{background-image:url('assets/hero-summerfield.png')}
.gallery{background:var(--cream)}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3rem}.gallery-heading h2{font-size:clamp(3rem,5vw,5rem);margin:0;max-width:780px}.gallery-heading>p{max-width:380px;color:#6f7b76}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:270px;gap:1rem}.photo-grid figure{margin:0;overflow:hidden;background:#ddd4c5}.photo-grid figure.tall{grid-row:span 2}.photo-grid figure.wide{grid-column:span 2}.photo-grid img{height:100%;object-fit:cover;transition:transform .6s ease}.photo-grid figure:hover img{transform:scale(1.025)}
@media(max-width:900px){.gallery-heading{align-items:start;flex-direction:column;gap:1rem}.photo-grid{grid-template-columns:1fr 1fr;grid-auto-rows:260px}}
@media(max-width:560px){.hero-image{background-position:62% center}.photo-grid{grid-template-columns:1fr;grid-auto-rows:340px}.photo-grid figure.tall,.photo-grid figure.wide{grid-row:auto;grid-column:auto}}
.breed-grid{grid-template-columns:repeat(3,1fr)}.breed-card{display:flex;flex-direction:column}.breed-card>img{height:300px;object-fit:cover}.breed-card-body{flex:1}.litters{background:#e9e2d5}.litter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.litter-card{background:var(--paper);overflow:hidden}.litter-photo,.parent-pair{height:300px}.litter-photo{object-fit:cover}.parent-pair{display:grid;grid-template-columns:1fr 1fr}.parent-pair img{height:100%;object-fit:cover}.litter-body{padding:2rem}.status{display:inline-block;color:var(--rust);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.litter-body h3{font:500 2rem 'Playfair Display';margin:.55rem 0 .8rem}.litter-body p{font-size:.88rem;color:#5e6b66}.litter-body .text-link{display:inline-block;margin-top:.75rem;color:var(--forest);font-size:.82rem}
@media(max-width:1050px){.breed-grid,.litter-grid{grid-template-columns:1fr 1fr}.breed-card:last-child,.litter-card.featured{grid-column:span 2}.litter-card.featured{display:grid;grid-template-columns:1fr 1fr}.litter-card.featured .parent-pair{height:100%}}
@media(max-width:700px){.breed-grid,.litter-grid{grid-template-columns:1fr}.breed-card:last-child,.litter-card.featured{grid-column:auto}.litter-card.featured{display:block}.litter-card.featured .parent-pair{height:300px}}
.litter-price{margin:1rem 0 0!important;color:var(--forest)!important}.litter-price strong{font-size:1.05rem}
.breed-card:nth-child(2)>img{object-position:50% 28%}
.breed-card:first-child>img{object-position:50% 48%}.litter-card:nth-child(3) .litter-photo{object-position:50% 34%}
.breed-card>img{height:500px}.breed-card:first-child>img{object-position:50% 50%}.breed-card:nth-child(2)>img{object-position:50% 32%}.breed-card:nth-child(3)>img{object-position:50% 38%}
@media(max-width:1050px){.breed-card>img{height:460px}}
@media(max-width:700px){.breed-card>img{height:420px}}
.litter-grid{grid-template-columns:repeat(2,1fr)}.litter-card.featured{grid-column:1/-1;display:grid;grid-template-columns:1.15fr 1fr}.litter-card.featured .parent-pair{height:440px}.litter-card.featured .litter-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.5rem)}.litter-body p{color:#354640;font-size:.96rem;line-height:1.7}.litter-card.featured .litter-body h3{font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.05}
@media(max-width:700px){.litter-grid{grid-template-columns:1fr}.litter-card.featured{grid-column:auto;display:block}.litter-card.featured .parent-pair{height:340px}.litter-card.featured .litter-body{padding:2rem}}
.breed-card>img{height:520px;object-fit:contain!important;object-position:center!important;background:#d8d0c2;padding:12px}.litter-photo{height:420px;object-fit:contain!important;object-position:center!important;background:#d8d0c2;padding:12px}.litter-card.featured .parent-pair{height:460px;background:#d8d0c2;gap:2px;padding:12px}.litter-card.featured .parent-pair img{object-fit:contain!important;object-position:center!important;background:#eee8dc}
@media(max-width:1050px){.breed-card>img{height:500px}}
@media(max-width:700px){.breed-card>img{height:440px}.litter-photo{height:380px}.litter-card.featured .parent-pair{height:auto;grid-template-columns:1fr}.litter-card.featured .parent-pair img{height:380px}}
.photo-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:430px}.photo-grid figure,.photo-grid figure.tall,.photo-grid figure.wide{grid-row:auto;grid-column:auto;border-radius:2px}.photo-grid img{object-fit:cover}.photo-grid figure:nth-child(1) img{object-position:50% 32%}.photo-grid figure:nth-child(2) img{object-position:50% 35%}.photo-grid figure:nth-child(3) img{object-position:50% 40%}.photo-grid figure:nth-child(4) img{object-position:58% 45%}.photo-grid figure:nth-child(5) img{object-position:50% 35%}.photo-grid figure:nth-child(6) img{object-position:center}
.litter-photo{height:430px;object-fit:cover!important;padding:0;background:none}.litter-card:nth-child(2) .litter-photo{object-position:70% 50%!important}.litter-card:nth-child(3) .litter-photo{object-position:50% 28%!important}.litter-card.featured .parent-pair{height:470px;padding:0;gap:0;background:none}.litter-card.featured .parent-pair img{object-fit:cover!important;padding:0;background:none}.litter-card.featured .parent-pair img:first-child{object-position:50% 50%!important}.litter-card.featured .parent-pair img:last-child{object-position:50% 42%!important}
@media(max-width:900px){.photo-grid{grid-template-columns:1fr 1fr;grid-auto-rows:400px}}
@media(max-width:700px){.photo-grid{grid-template-columns:1fr;grid-auto-rows:430px}.litter-photo{height:400px}.litter-card.featured .parent-pair{height:auto;grid-template-columns:1fr 1fr}.litter-card.featured .parent-pair img{height:360px}}
.photo-grid figure:nth-child(1) img,.photo-grid figure:nth-child(2) img,.photo-grid figure:nth-child(5) img{object-fit:contain;background:#d8d0c2;padding:8px}.litter-card.featured .parent-pair img:first-child{object-position:50% 25%!important}.litter-card.featured .parent-pair img:last-child{object-position:50% 22%!important}.litter-card:nth-child(2) .litter-photo,.litter-card:nth-child(3) .litter-photo{object-fit:contain!important;object-position:center!important;background:#d8d0c2;padding:10px}
.litter-card.featured .parent-pair{height:540px;background:#d8d0c2;padding:10px;gap:10px}.litter-card.featured .parent-pair img{object-fit:contain!important;object-position:50% 0!important;background:#eee8dc}.litter-card.featured .parent-pair img:first-child,.litter-card.featured .parent-pair img:last-child{object-position:50% 0!important}
@media(max-width:700px){.litter-card.featured .parent-pair{height:auto;grid-template-columns:1fr}.litter-card.featured .parent-pair img{height:auto;max-height:620px;object-fit:contain!important}}
