:root {
  --forest: #1c3129;
  --forest-deep: #12251e;
  --copper: #637b70;
  --copper-light: #a7bbb0;
  --parchment: #f4f4ee;
  --paper: #ffffff;
  --ink: #1c3129;
  --line: #d8ddd7;
  --sans: "DM Sans", sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

/* Refined classic-kennel palette and image placement plan */
.brand-logo { display: block; width: 238px; height: auto; }
.eyebrow.light, h1 i, h2 i, .health-section h2 i, .inquiry-section h2 i { color: #c6d3ca; }
.button-copper:hover { background: #496458; }
.note-rule { background: #c6d3ca; }
.availability-card { background: #f0f1eb; border-left-color: var(--forest); }
.pricing-panel { background: var(--forest); }
.pricing-panel .eyebrow, .pricing-panel .fine-print { color: #dce6df; }
.delivery-section { background: #f0f1eb; }
input:focus, select:focus, textarea:focus { border-color: #c6d3ca; box-shadow: 0 0 0 3px rgba(198, 211, 202, .35); }
.footer-brand .brand-logo { width: 204px; filter: brightness(0) invert(1); }

.photo-slots {
  display: grid;
  grid-template-columns: 1.25fr .8fr 1fr;
  gap: 1rem;
  padding: 0 clamp(1.4rem, 5vw, 6rem) clamp(4rem, 7vw, 7rem);
  background: var(--paper);
}
.photo-slot {
  position: relative;
  min-height: 225px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  color: var(--forest);
  background: #e8ece7;
  border: 1px solid var(--line);
}
.photo-slot::before {
  content: "";
  position: absolute;
  inset: .65rem;
  border: 1px dashed #9aa99f;
}
.photo-slot > * { position: relative; z-index: 1; }
.photo-slot span {
  position: absolute;
  top: 1.2rem;
  left: 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
}
.photo-slot div { display: grid; gap: .3rem; }
.photo-slot b { font-family: "Playfair Display", serif; font-size: 1.28rem; }
.photo-slot small { font-size: .8rem; color: #52675b; }
.slot-home { background: linear-gradient(135deg, #e1e7df, #f5f5f0); }
.slot-parent { background: linear-gradient(135deg, #f1f2ec, #dbe3dc); }
.slot-puppies { background: linear-gradient(135deg, #e5e9e3, #f5f5f0); }

@media (max-width: 850px) {
  .photo-slots { grid-template-columns: 1fr 1fr; }
  .photo-slot:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .brand-logo { width: 180px; }
  .photo-slots { grid-template-columns: 1fr; padding-inline: 1.4rem; }
  .photo-slot:first-child { grid-column: auto; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.announcement { padding: .55rem 1rem; background: var(--forest-deep); color: #f7f3eb; font-size: .72rem; text-align: center; letter-spacing: .08em; text-transform: uppercase; }
.site-header { width: min(100%, 1440px); margin: auto; padding: 1.1rem clamp(1.2rem, 4vw, 4rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; background: var(--paper); }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--forest); min-width: max-content; }
.brand-art { width: 72px; height: 62px; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.brand-name { display: flex; flex-direction: column; font-family: var(--serif); line-height: 1.02; letter-spacing: .015em; }
.brand-name strong { font-size: 1.3rem; font-weight: 600; }
.brand-name em { margin-top: .2rem; font: 700 .68rem var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.crest { width: 35px; height: 42px; }
.brand span { display: flex; flex-direction: column; font-family: var(--serif); line-height: 1.05; letter-spacing: .025em; }
.brand strong { font-size: 1.12rem; font-weight: 600; }
.brand em { font-size: .8rem; font-style: normal; letter-spacing: .22em; text-transform: uppercase; }
nav { display: flex; gap: clamp(.8rem, 2.4vw, 2.2rem); color: #455147; font-size: .78rem; font-weight: 600; letter-spacing: .04em; }
nav a:hover, .text-link:hover { color: var(--copper); }
.nav-cta { border: 1px solid var(--forest); padding: .66rem 1rem; color: var(--forest); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .2s; }
.nav-cta:hover { background: var(--forest); color: white; }
.hero { min-height: 680px; position: relative; overflow: hidden; color: white; display: flex; align-items: center; }
.hero img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,35,29,.88) 0%, rgba(15,35,29,.64) 33%, rgba(15,35,29,.08) 67%, rgba(15,35,29,.02)); }
.hero-content { position: relative; z-index: 1; width: min(700px, 92vw); margin-left: clamp(1.2rem, 10vw, 10rem); padding: 4rem 0; }
.eyebrow { margin: 0 0 .9rem; color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #e2a17e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.03em; line-height: 1.05; }
h1 { max-width: 680px; margin-bottom: 1.45rem; font-size: clamp(3.15rem, 6vw, 5.75rem); }
h1 i, h2 i { color: #e6a27b; font-weight: 500; }
.hero-copy { max-width: 480px; margin-bottom: 2rem; color: #f7f3eb; font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 0; padding: 1rem 1.2rem; font: 700 .75rem var(--sans); letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-copper { background: var(--copper); color: white; }
.button-copper:hover { background: #9f4d29; }
.button-forest { background: var(--forest); color: white; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-size: .76rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: .22rem; }
.text-link.light { color: white; }.text-link.dark { color: var(--forest); }
.hero-note { position: absolute; right: clamp(1.2rem, 4vw, 4rem); bottom: 2.1rem; z-index: 1; display: flex; align-items: center; gap: .8rem; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.note-rule { width: 1px; height: 70px; background: #e0a17c; }
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: clamp(2rem, 5vw, 6rem); padding: clamp(4rem, 9vw, 8rem) clamp(1.2rem, 9vw, 10rem); align-items: end; }
h2 { margin-bottom: 1.4rem; color: var(--forest); font-size: clamp(2.25rem, 4vw, 4rem); }
.intro-copy p, .details-copy > p:not(.eyebrow), .delivery-copy > p { max-width: 440px; color: #4a554c; font-size: 1.03rem; }
.availability-card { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.45rem; background: #e8dfd1; border-left: 4px solid var(--copper); }
.availability-top { display: flex; justify-content: space-between; gap: .5rem; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { color: var(--forest); }.status-dot::before { content: ""; width: 6px; height: 6px; display: inline-block; margin-right: .35rem; border-radius: 50%; background: var(--copper); }
.availability-card p { max-width: 250px; margin: 1rem 0; font: 500 1.15rem/1.35 var(--serif); }
.card-link { color: var(--forest); font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.care-section { padding: clamp(4rem, 8vw, 8rem) clamp(1.2rem, 9vw, 10rem); background: var(--parchment); }
.care-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }.care-heading h2 { max-width: 620px; margin: 0; }.care-heading h2 i { color: var(--copper); }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.care-grid article { min-height: 230px; padding: 1.5rem 1.8rem 1.5rem 0; border-right: 1px solid var(--line); }.care-grid article + article { padding-left: 1.8rem; }.care-grid article:last-child { border-right: 0; }
.number { display: block; margin-bottom: 3.3rem; color: var(--copper); font: 500 1rem var(--serif); }.care-grid h3 { margin-bottom: .55rem; color: var(--forest); font: 600 1.22rem var(--serif); }.care-grid p { max-width: 300px; color: #59645a; font-size: .9rem; }
.health-section { position: relative; overflow: hidden; display: flex; align-items: center; min-height: 530px; padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 16vw, 17rem); background: var(--forest); color: white; }.health-content { position: relative; z-index: 1; width: min(620px, 100%); }.health-content h2 { color: white; }.health-content h2 i { color: #e7a27a; }.health-content > p:not(.eyebrow) { max-width: 520px; color: #d9e0d9; font-size: 1.03rem; }.health-mark { position: absolute; top: 50%; right: 4%; color: rgba(255,255,255,.045); font: 500 clamp(15rem, 33vw, 33rem)/.7 var(--serif); transform: translateY(-50%); }.health-list { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2rem; }.health-list span { border: 1px solid rgba(255,255,255,.32); padding: .45rem .63rem; color: #f0eee8; font-size: .66rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.details-section { display: grid; grid-template-columns: .8fr 1.2fr; }.pricing-panel { display: flex; flex-direction: column; justify-content: center; min-height: 455px; padding: clamp(2rem, 7vw, 7rem); background: var(--copper); color: white; }.pricing-panel .eyebrow { color: #ffe2d1; }.pricing-panel h2 { margin-bottom: 1rem; color: white; font-size: clamp(3.4rem, 6vw, 5.5rem); }.pricing-panel h2 small { font: 500 1rem var(--sans); letter-spacing: 0; }.pricing-panel p { max-width: 300px; }.fine-print { margin-top: 1.3rem; color: #ffe8dc; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.details-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }.details-copy h2 { margin-bottom: 1rem; }.details-copy h2 i { color: var(--copper); }
.delivery-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 9vw, 10rem); background: #e7ddcd; }.delivery-section h2 { margin: 0; }.delivery-section h2 i { color: var(--copper); }.states { margin-top: 2rem !important; color: var(--forest) !important; font-size: .85rem !important; line-height: 1.7; }
.inquiry-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 10vw, 10rem); padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 9vw, 10rem); background: var(--forest-deep); color: white; }.inquiry-intro h2 { color: white; }.inquiry-intro h2 i { color: #e7a27a; }.inquiry-intro > p:not(.eyebrow) { max-width: 360px; color: #d9e0d9; }.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-content: start; }.inquiry-form label { display: grid; gap: .42rem; color: #e6ebdf; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.35); border-radius: 0; background: transparent; padding: .85rem .8rem; color: white; font: 400 .92rem var(--sans); outline: none; }.inquiry-form select { color: #eef0ea; }.inquiry-form select option { color: #202621; }.inquiry-form textarea { resize: vertical; }.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: #b2bdb3; }.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: #e3a17b; }.form-full { grid-column: 1 / -1; }.inquiry-form .button { justify-self: start; }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.2rem, 5vw, 5rem); background: var(--paper); color: #526056; }footer p { margin: 0; font-size: .8rem; }.footer-note { text-align: right; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }.footer-brand .crest { width: 30px; height: 35px; }
@media (max-width: 850px) { nav { display: none; }.hero { min-height: 650px; }.hero-overlay { background: linear-gradient(90deg, rgba(15,35,29,.84), rgba(15,35,29,.18)); }.hero-content { margin-left: clamp(1.2rem, 7vw, 4rem); }.intro-grid, .details-section, .delivery-section, .inquiry-section { grid-template-columns: 1fr; }.intro-grid { gap: 2rem; }.care-grid { grid-template-columns: 1fr; }.care-grid article, .care-grid article + article { min-height: auto; padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }.care-grid article:last-child { border-bottom: 0; }.number { margin-bottom: 1rem; }.delivery-section { gap: 2rem; }.pricing-panel { min-height: 330px; }.inquiry-section { gap: 2rem; } }
@media (max-width: 560px) { .announcement { font-size: .62rem; }.site-header { padding: .85rem 1rem; }.nav-cta { padding: .58rem .7rem; font-size: .65rem; }.brand strong { font-size: .96rem; }.brand em { font-size: .68rem; }.crest { width: 30px; }.hero { min-height: 610px; align-items: flex-end; }.hero-content { padding-bottom: 4.5rem; }.hero-note { display: none; }.hero-overlay { background: linear-gradient(0deg, rgba(15,35,29,.88) 0%, rgba(15,35,29,.16) 100%); }.hero-copy { font-size: .95rem; }.hero-actions { gap: 1.2rem; }.button { width: 100%; }.intro-grid, .photo-slots, .care-section, .delivery-section, .inquiry-section { padding-left: 1.25rem; padding-right: 1.25rem; }.details-copy, .pricing-panel { padding: 3.3rem 1.25rem; }.inquiry-form { grid-template-columns: 1fr; }.form-full { grid-column: auto; } footer { grid-template-columns: 1fr; gap: 1.1rem; }.footer-note { text-align: left; } }

/* Final visual overrides: forest, cream, and soft sage only. */
.eyebrow.light { color: #c6d3ca; }
h1 i, h2 i, .health-content h2 i, .inquiry-intro h2 i { color: #c6d3ca; }
.button-copper:hover { background: #496458; }
.note-rule { background: #c6d3ca; }
.availability-card { background: #f0f1eb; border-left-color: var(--forest); }
.pricing-panel { background: var(--forest); }
.pricing-panel .eyebrow, .pricing-panel .fine-print { color: #dce6df; }
.delivery-section { background: #f0f1eb; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: #c6d3ca; }

/* Familiar breeder-site structure: proof first, puppy availability, family story, then FAQs. */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: #ffffff; }
.trust-strip article { display: grid; gap: .35rem; min-height: 122px; align-content: center; padding: 1.5rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip strong { color: var(--forest); font: 600 1.05rem var(--serif); }
.trust-strip span { color: #516359; font-size: .82rem; }
.home-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 490px; background: #ffffff; }
.home-photo { display: grid; min-height: 490px; margin: 0; background: #f7f7f4; border: 1px solid var(--line); }
.home-photo img { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: #f7f7f4; }
.home-story-copy { align-self: center; padding: clamp(3rem, 8vw, 8rem); }
.home-story-copy h2 { margin-bottom: 1rem; }
.home-story-copy p:not(.eyebrow) { max-width: 480px; color: #44584d; font-size: 1.02rem; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 10vw, 10rem); padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 9vw, 10rem); background: #ffffff; }
.faq-section h2 { margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.2rem 0; }
.faq-list summary { cursor: pointer; color: var(--forest); font: 600 1.16rem var(--serif); list-style-position: outside; }
.faq-list p { max-width: 600px; margin: .75rem 0 0; color: #44584d; }
@media (max-width: 850px) { .trust-strip { grid-template-columns: 1fr 1fr; }.trust-strip article:nth-child(2) { border-right: 0; }.trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.home-story, .faq-section { grid-template-columns: 1fr; }.home-photo { min-height: 340px; }.faq-section { gap: 2rem; } }
@media (max-width: 560px) { .trust-strip { grid-template-columns: 1fr; }.trust-strip article, .trust-strip article:nth-child(2) { min-height: auto; padding: 1.1rem 1.25rem; border-right: 0; border-bottom: 1px solid var(--line); }.trust-strip article:last-child { border-bottom: 0; }.home-photo { min-height: 300px; padding: 0; }.home-story-copy, .faq-section { padding-left: 1.25rem; padding-right: 1.25rem; } }

/* Two-tone identity: forest green and white only. */
:root {
  --forest: #173b2e;
  --forest-deep: #173b2e;
  --copper: #173b2e;
  --copper-light: #173b2e;
  --parchment: #ffffff;
  --paper: #ffffff;
  --ink: #173b2e;
  --line: #d6dfda;
}
body, .site-header, footer, .care-section, .delivery-section, .photo-slots, .availability-card, .photo-slot, .slot-home, .slot-parent, .slot-puppies { background: #ffffff; }
.photo-slot { border-color: var(--line); }
.photo-slot::before { border-color: #b5c4bc; }
.photo-slot small, .intro-copy p, .details-copy > p:not(.eyebrow), .delivery-copy > p, .care-grid p, footer { color: #173b2e; }
.eyebrow, .number, .card-link, nav a:hover, .text-link:hover { color: var(--forest); }
.eyebrow.light { color: #ffffff; }
h1 i, h2 i, .care-heading h2 i, .details-copy h2 i, .delivery-section h2 i { color: var(--forest); }
.hero h1 i, .health-content h2 i, .inquiry-intro h2 i { color: #ffffff; }
.button-copper, .button-copper:hover, .button-forest, .pricing-panel, .health-section, .inquiry-section { background: var(--forest); }
.pricing-panel .eyebrow, .pricing-panel .fine-print, .health-content > p:not(.eyebrow), .inquiry-intro > p:not(.eyebrow) { color: #ffffff; }
.note-rule { background: #ffffff; }

/* A small Corgi-red accent, reserved for the moments that need warmth or emphasis. */
:root { --corgi-red: #ae5227; --corgi-red-light: #f0a16d; --copper: #ae5227; --copper-light: #ae5227; }
.button-copper { background: var(--corgi-red); }
.button-copper:hover { background: #8f3d1b; }
.eyebrow, .number, .card-link, nav a:hover, .text-link:hover { color: var(--corgi-red); }
h1 i, h2 i, .care-heading h2 i, .details-copy h2 i, .delivery-section h2 i, .faq-section h2 i { color: var(--corgi-red); }
.hero h1 i, .health-content h2 i, .inquiry-intro h2 i { color: var(--corgi-red-light); }
.note-rule { background: var(--corgi-red-light); }
.availability-card { border-left-color: var(--corgi-red); }
.status-dot::before { background: var(--corgi-red); }
.pricing-panel .eyebrow { color: var(--corgi-red-light); }
