:root {
  --green: #284b3b;
  --green-deep: #173629;
  --green-soft: #6f8777;
  --eucalyptus: #aab8aa;
  --ivory: #fbf8f1;
  --cream: #f4ede2;
  --blush: #d8b7ad;
  --blush-light: #f1e4df;
  --gold: #b79a68;
  --ink: #252b27;
  --muted: #6b716d;
  --white: #fff;
  --line: rgba(40,75,59,.16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow: 0 18px 55px rgba(38,54,44,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 100; background: var(--white); padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { background: var(--green-deep); color: #f8f1e6; text-align: center; padding: .48rem 1rem; font-size: .73rem; letter-spacing: .16em; text-transform: uppercase; }
.site-header { background: rgba(251,248,241,.96); position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.nav-wrap { max-width: 1200px; margin: auto; min-height: 114px; padding: .75rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 170px; max-height: 94px; object-fit: contain; mix-blend-mode: multiply; }
nav { display: flex; align-items: center; gap: 1.7rem; }
nav a { text-decoration: none; font-size: .84rem; letter-spacing: .04em; color: #35453c; }
nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { padding: .68rem 1.25rem; border: 1px solid var(--green); color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; }
.nav-cta:hover { background: var(--green); color: var(--white); }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--green); margin: 6px; }

.section-pad { padding: 7rem max(2rem, calc((100vw - 1180px) / 2)); }
.eyebrow, .section-kicker { margin: 0 0 1.15rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 400; }
h1 { margin: 0; color: var(--green-deep); font-size: clamp(3.35rem, 7.5vw, 6.8rem); line-height: .99; letter-spacing: -.045em; }
h1 em { color: var(--blush); font-weight: 400; }
h2 { margin: 0 0 1.2rem; color: var(--green-deep); font-size: clamp(2.25rem, 4.5vw, 4rem); line-height: 1.08; letter-spacing: -.035em; }
h3 { color: var(--green-deep); font-size: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.65rem; text-decoration: none; font-size: .74rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: .2s ease; }
.button-primary { background: var(--green); color: var(--white); border: 1px solid var(--green); }
.button-primary:hover { background: var(--green-deep); transform: translateY(-2px); }
.button-link { color: var(--green); gap: .65rem; }
.button-link:hover { color: var(--gold); }
.button-cream { background: var(--cream); color: var(--green-deep); border: 1px solid var(--cream); }
.button-cream:hover { background: var(--white); }
.button-outline { border: 1px solid var(--green); color: var(--green); }
.button-outline:hover { background: var(--green); color: var(--white); }
.text-link { color: var(--green); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: .4rem; }

.hero { min-height: 710px; display: grid; place-items: center; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 38%, #fff 0, var(--ivory) 60%); }
.hero:after { content: ''; position: absolute; inset: 1.25rem; border: 1px solid rgba(183,154,104,.35); pointer-events: none; }
.hero-inner { width: min(860px, calc(100% - 3rem)); padding: 7rem 0 6rem; position: relative; z-index: 2; text-align: center; }
.hero-copy { max-width: 690px; margin: 2rem auto 0; color: #58615b; font-family: var(--serif); font-size: 1.16rem; }
.hero-actions { margin-top: 2rem; display: flex; align-items: center; justify-content: center; gap: 1rem; }
.trust-line { margin-top: 4.3rem; display: flex; justify-content: center; gap: 0; color: var(--green-soft); font-family: var(--serif); font-style: italic; }
.trust-line span { padding: 0 1.6rem; border-right: 1px solid var(--line); }
.trust-line span:last-child { border: 0; }
.hero-botanical { position: absolute; width: 390px; height: 540px; opacity: .18; background: radial-gradient(ellipse at 45% 18%, transparent 0 55%, var(--green-soft) 56% 58%, transparent 59%), radial-gradient(ellipse at 60% 50%, var(--eucalyptus) 0 12%, transparent 13%), radial-gradient(ellipse at 38% 66%, var(--blush) 0 10%, transparent 11%); transform: rotate(-20deg); }
.botanical-left { left: -210px; bottom: -145px; }
.botanical-right { right: -210px; top: -100px; transform: rotate(160deg); }

.intro { background: var(--white); }
.section-kicker { border-bottom: 1px solid var(--line); padding-bottom: 1rem; }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: start; padding-top: 2rem; }
.intro-grid h2 { max-width: 680px; }
.intro-grid p { color: var(--muted); margin: .5rem 0 2rem; }

.puppies { background: #f5eee6; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.narrow { max-width: 650px; }
.section-heading > p:last-child { color: var(--muted); }
.litter-details { max-width: 920px; margin: 0 auto 3.5rem; padding: 1.35rem 1rem; border-top: 1px solid rgba(183,154,104,.45); border-bottom: 1px solid rgba(183,154,104,.45); display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.litter-details div { border-right: 1px solid rgba(183,154,104,.35); padding: 0 1rem; }
.litter-details div:last-child { border: 0; }
.litter-details strong, .litter-details span { display: block; }
.litter-details strong { color: var(--green); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.litter-details span { color: var(--muted); font-family: var(--serif); font-size: 1.04rem; }
.puppy-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; }
.puppy-card { background: var(--white); box-shadow: var(--shadow); grid-column: span 2; }
.puppy-card:last-child { grid-column: 3 / span 2; }
.puppy-card img { width: 100%; aspect-ratio: .95; object-fit: cover; object-position: center top; }
.photo-placeholder { width: 100%; aspect-ratio: .95; display: grid; place-content: center; gap: .35rem; text-align: center; background: linear-gradient(145deg, #edf0ee, #d5dbd7); color: var(--green-deep); font-family: var(--serif); }
.photo-placeholder.black { background: linear-gradient(145deg, #3b413d, #151916); color: var(--cream); }
.photo-placeholder span { font-size: 1.65rem; }
.photo-placeholder small { font-family: var(--sans); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.card-body { padding: 1.25rem 1.3rem 1.45rem; display: grid; gap: 1.15rem; }
.card-body h3 { margin: 0; font-size: 1.35rem; }
.card-kicker { margin: 0 0 .2rem; color: var(--gold); font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.card-actions { display: grid; gap: .7rem; }
.card-actions a { text-align: center; text-transform: uppercase; font-size: .67rem; font-weight: 700; letter-spacing: .1em; }
.reserve-button { display: flex; align-items: center; justify-content: center; min-height: 46px; padding: .7rem 1rem; background: var(--green); color: var(--white); text-decoration: none; }
.reserve-button:hover { background: var(--green-deep); }
.ask-link { color: var(--green); text-underline-offset: 4px; }
.availability-note { max-width: 920px; margin: 4rem auto 0; padding: 2rem 2.4rem; background: var(--blush-light); display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.availability-note p { max-width: 580px; margin: 0; color: #5e5d59; }
.availability-note strong { color: var(--green-deep); font-family: var(--serif); font-size: 1.2rem; }

.breeds { background: var(--ivory); }
.breed-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.breed-grid article { padding: 3rem; border-right: 1px solid var(--line); }
.breed-grid article:last-child { border: 0; }
.breed-number { color: var(--gold); font-size: .68rem; letter-spacing: .15em; }
.breed-grid h3 { margin: 1.5rem 0 .8rem; font-size: 1.8rem; }
.breed-grid p { color: var(--muted); }

.care { background: var(--green-deep); color: #e8e7df; }
.care-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.eyebrow.light { color: #ccb887; }
.care h2 { color: var(--white); }
.care-copy { align-self: center; }
.care-copy > p:not(.eyebrow) { color: #bbc5be; max-width: 500px; margin-bottom: 2rem; }
.care-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.care-list div { padding: 2rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.care-list span { color: #ccb887; font-size: .68rem; }
.care-list h3 { color: var(--white); margin: 1.1rem 0 .5rem; }
.care-list p { color: #aebbb2; font-size: .9rem; margin: 0; }

.health { background: var(--white); }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; margin-top: 4rem; }
.timeline:before { content: ''; position: absolute; left: 4%; right: 4%; top: 5px; height: 1px; background: var(--gold); }
.timeline div { position: relative; padding: 2.2rem 1.4rem 0 0; }
.timeline div:before { content: ''; position: absolute; top: 0; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px var(--white); }
.timeline span { color: var(--green); font-size: .71rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.timeline p { color: var(--muted); font-family: var(--serif); }

.story { background: var(--ivory); }
.story-panel { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; max-width: 1050px; margin: auto; background: var(--white); box-shadow: var(--shadow); }
.story-mark { min-height: 520px; display: grid; place-items: center; background: linear-gradient(145deg, var(--blush-light), #e7ded4); color: var(--green); font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.08em; }
.story-mark span { color: var(--gold); font-size: .6em; }
.story-copy { padding: 4.5rem; }
.story-copy p { color: var(--muted); }
.story-copy .signature { color: var(--green); font-family: var(--serif); font-style: italic; font-size: 1.15rem; }

.reviews { background: var(--blush-light); text-align: center; }
.review-inner { max-width: 900px; margin: auto; }
blockquote { margin: 0 auto 2rem; color: var(--green-deep); font-size: clamp(1.8rem, 3.4vw, 3rem); line-height: 1.28; }
.review-actions { display: flex; justify-content: center; align-items: center; gap: 1rem; color: var(--muted); font-family: var(--serif); font-style: italic; }

.faq { background: var(--ivory); }
.faq-list { max-width: 900px; margin: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 1.55rem .2rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--green-deep); font-family: var(--serif); font-size: 1.25rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--gold); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 760px; margin: -.5rem 0 1.6rem; color: var(--muted); }

.contact { background: var(--green); color: var(--white); text-align: center; }
.contact-inner { max-width: 700px; margin: auto; }
.contact h2 { color: var(--white); }
.contact p:not(.eyebrow) { color: #d4ddd6; }
.contact .button { margin-top: 1rem; }
.contact-email { display: block; margin-top: 1.5rem; color: #e5dfce; font-family: var(--serif); text-underline-offset: 5px; }

footer { padding: 4rem 2rem 2.5rem; background: var(--white); text-align: center; color: var(--muted); font-size: .78rem; }
footer img { width: 180px; margin: 0 auto 2rem; mix-blend-mode: multiply; }
.footer-links { display: flex; justify-content: center; gap: 1.6rem; margin-bottom: 1.7rem; }
.footer-links a { color: var(--green); text-decoration: none; }
footer p { margin: .35rem; }
.copyright { color: #9a9d99; }

@media (max-width: 900px) {
  .nav-wrap { min-height: 92px; padding: .5rem 1.3rem; }
  .brand img { width: 140px; max-height: 76px; }
  .menu-button { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 100%; padding: 1.5rem; background: var(--ivory); border-bottom: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; }
  nav.open { display: flex; }
  nav a { padding: .6rem; }
  .nav-cta { text-align: center; }
  .section-pad { padding: 5rem 1.5rem; }
  .intro-grid, .care-inner { grid-template-columns: 1fr; gap: 3rem; }
  .puppy-grid { grid-template-columns: repeat(2, 1fr); }
  .puppy-card { grid-column: auto; }
  .puppy-card:last-child { grid-column: 1 / -1; width: calc(50% - .75rem); justify-self: center; }
  .breed-grid { grid-template-columns: 1fr; }
  .breed-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding: 2rem 0; }
  .breed-grid article:last-child { border-bottom: 0; }
  .timeline { grid-template-columns: 1fr; margin-left: .4rem; }
  .timeline:before { left: 5px; right: auto; top: 0; bottom: 0; height: auto; width: 1px; }
  .timeline div { padding: 0 0 1.8rem 2.2rem; }
  .timeline div:before { left: 0; }
  .story-panel { grid-template-columns: 1fr; }
  .story-mark { min-height: 270px; }
}

@media (max-width: 640px) {
  .announcement { font-size: .61rem; }
  .hero { min-height: 680px; }
  .hero:after { inset: .7rem; }
  .hero-inner { padding-top: 5rem; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-copy { font-size: 1.04rem; }
  .hero-actions { flex-direction: column; }
  .trust-line { flex-direction: column; gap: .55rem; margin-top: 3.2rem; }
  .trust-line span { border: 0; }
  .litter-details { grid-template-columns: 1fr 1fr; gap: 1rem 0; }
  .litter-details div:nth-child(2) { border: 0; }
  .puppy-grid { grid-template-columns: 1fr; }
  .puppy-card:last-child { grid-column: auto; width: 100%; }
  .availability-note { padding: 1.7rem; flex-direction: column; align-items: flex-start; }
  .care-list { grid-template-columns: 1fr; }
  .story-copy { padding: 2.5rem 1.7rem; }
  .review-actions { flex-direction: column; }
  .footer-links { flex-wrap: wrap; gap: .8rem 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .01ms !important; }
}
