:root {
  --navy: #1c2a36;
  --navy-soft: #243544;
  --ridge: #4d6b7a;
  --mist: #8aa3b0;
  --forest: #3a5340;
  --forest-deep: #2a3c30;
  --cream: #f4efe6;
  --paper: #fbf8f2;
  --card: #fffdf8;
  --ink: #2a241c;
  --muted: #6b6258;
  --gold: #c4a35a;
  --gold-deep: #9a7b3a;
  --wood: #6b4a32;
  --line: rgba(28, 42, 54, 0.12);
  --shadow: 0 18px 40px rgba(28, 42, 54, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(28, 42, 54, 0.94);
  backdrop-filter: blur(12px);
  color: var(--cream);
  border-bottom: 1px solid rgba(196, 163, 90, 0.25);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--cream);
}
.brand img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--cream);
}
.brand-text strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.brand-text span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
}
nav a {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  color: var(--cream);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
}
nav a:hover,
nav a.active {
  color: var(--navy);
  background: var(--gold);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--cream);
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--cream);
  overflow: hidden;
}
.hero img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28,42,54,0.28) 0%, rgba(28,42,54,0.55) 55%, rgba(28,42,54,0.82) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 90px 20px 70px;
  max-width: 920px;
}
.eyebrow {
  display: inline-block;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: var(--gold);
  margin-bottom: 12px;
}
.hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 16px;
}
.hero p.sub {
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  max-width: 720px;
  margin: 0 auto 28px;
  color: #efe7d6;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
  border: 1px solid transparent;
}
.btn-gold {
  background: var(--gold);
  color: var(--navy);
}
.btn-gold:hover { background: #d4b56a; }
.btn-ghost {
  border-color: var(--cream);
  color: var(--cream);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); }
.btn-navy {
  background: var(--navy);
  color: var(--cream);
}

/* Sections */
section { padding: 84px 0; }
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}
.section-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 500;
  margin: 0 0 10px;
  color: var(--navy);
}
.section-head p { margin: 0; color: var(--muted); }

.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

/* Litters */
.litter { margin-bottom: 48px; }
.litter-banner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  background: var(--navy);
  color: var(--cream);
  border-radius: var(--radius) var(--radius) 0 0;
}
.litter-banner .copy { padding: 32px; }
.litter-banner h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  margin: 0 0 8px;
  font-weight: 500;
}
.litter-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
}
.chip {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(196,163,90,0.4);
}
.chip.available { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.chip.reserved { background: transparent; color: #d7c8a5; }
.litter-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}

.puppy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
}
.puppy-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.photo-slot {
  position: relative;
  aspect-ratio: 4 / 5;
  background: #d9d1c4;
  overflow: hidden;
}
.photo-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
}
.badge.held {
  background: var(--navy);
  color: var(--cream);
}
.puppy-card .body { padding: 16px 16px 18px; }
.puppy-card h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  margin: 0 0 6px;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  font-size: 0.9rem;
  color: var(--muted);
  margin: 10px 0 12px;
}
.facts strong { color: var(--ink); font-weight: 600; }
.puppy-card p { margin: 0; font-size: 0.95rem; color: var(--muted); }
.price {
  margin-top: 12px;
  font-weight: 700;
  color: var(--forest);
  font-size: 1.05rem;
}

.reserved-row {
  padding: 0 24px 22px;
  background: var(--cream);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0 0 var(--radius) var(--radius);
  margin-top: -20px;
}
.reserved-row p { margin: 0; color: var(--muted); }

/* Goes home with */
.perk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.perk {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 18px;
}
.perk h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  color: var(--navy);
}
.perk p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* Parents */
.parent-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.parent-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}
.parent-card .photo-slot { aspect-ratio: auto; min-height: 320px; }
.parent-card .photo-slot img { object-position: 50% 18%; }
.parent-card .body { padding: 24px; }
.parent-card h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  margin: 0 0 4px;
}
.role {
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.spec {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 14px;
}
.spec span {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.78rem;
}

/* About */
.about {
  background:
    linear-gradient(180deg, #eef3f1 0%, var(--paper) 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}
.about-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 14px;
  color: var(--navy);
}
.about-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.about-photos img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 16px;
}
.about-photos img:first-child {
  grid-column: 1 / -1;
  height: 340px;
  object-position: center 30%;
}
.split-hero img {
  object-position: center 30%;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
}
.contact-card, form {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow);
}
.contact-card h3, form h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  margin: 0 0 12px;
}
.contact-card a {
  color: var(--forest);
  font-weight: 600;
}
label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 12px 0 6px;
}
input, select, textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  background: #fff;
}
textarea { min-height: 120px; resize: vertical; }
form button {
  margin-top: 16px;
  cursor: pointer;
}

footer {
  background: var(--navy);
  color: #d7cfc3;
  padding: 36px 0 24px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
footer a { color: var(--gold); text-decoration: none; }
.fineprint {
  width: 100%;
  margin-top: 16px;
  font-size: 0.8rem;
  color: #9aa7b0;
}

/* Pigs page extras */
.split-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 62vh;
  background: var(--navy);
  color: var(--cream);
}
.split-hero .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 8vw 70px 7vw;
}
.split-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin: 0 0 12px;
  font-weight: 500;
}
.split-hero img { width: 100%; height: 100%; object-fit: cover; }

.media-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}
.media-split img { height: 100%; object-fit: cover; min-height: 280px; }
.media-split .copy { padding: 32px; }

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.stat {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  text-align: center;
}
.stat b {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  color: var(--navy);
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 12px 20px 20px;
  }
  nav.open { display: block; }
  nav ul { flex-direction: column; }
  .litter-banner,
  .parent-card,
  .about-grid,
  .contact-grid,
  .split-hero,
  .media-split { grid-template-columns: 1fr; }
  .perk-grid, .stats { grid-template-columns: 1fr 1fr; }
  .parent-card .photo-slot { min-height: 280px; }
}

@media (max-width: 560px) {
  .perk-grid, .stats { grid-template-columns: 1fr; }
  section { padding: 64px 0; }
}
