:root {
  --bg: #f7f3ea;
  --paper: #fffdf8;
  --sage: #7f9273;
  --sage-dark: #56664c;
  --forest: #334332;
  --tan: #d7c2a1;
  --tan-soft: #ede2d0;
  --ink: #2f312c;
  --muted: #63675c;
  --line: rgba(51, 67, 50, 0.12);
  --shadow: 0 14px 40px rgba(39, 43, 37, 0.09);
  --radius-lg: 28px;
  --radius-md: 20px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f4efe5 0%, #faf7f0 100%);
}

a {
  color: var(--forest);
  text-decoration: none;
}

a:hover { color: var(--sage-dark); }

.site-nav {
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: .2px;
  color: var(--forest);
}

.btn-call,
.btn-brand,
.btn-outline-brand {
  border-radius: 999px;
  padding: .9rem 1.45rem;
  font-weight: 700;
}

.btn-call,
.btn-brand {
  background: var(--forest);
  color: #fff;
  border: 1px solid var(--forest);
}

.btn-call:hover,
.btn-brand:hover {
  background: #283427;
  color: #fff;
  border-color: #283427;
}

.btn-outline-brand {
  background: transparent;
  color: var(--forest);
  border: 1px solid rgba(51,67,50,.25);
}

.btn-outline-brand:hover {
  background: var(--paper);
  color: var(--forest);
  border-color: var(--forest);
}

.hero-section {
  padding: 5.25rem 0 4rem;
  background:
    radial-gradient(circle at 10% 10%, rgba(127,146,115,.16), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(215,194,161,.28), transparent 28%),
    linear-gradient(180deg, #f6f1e7 0%, #faf7f0 100%);
}

.eyebrow,
.section-kicker {
  display: inline-block;
  background: rgba(255,255,255,.75);
  border: 1px solid var(--line);
  color: var(--forest);
  border-radius: 999px;
  padding: .45rem .8rem;
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-section h1 {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 1rem;
  max-width: 10ch;
}

.hero-copy {
  font-size: 1.12rem;
  color: var(--muted);
  max-width: 640px;
}

.hero-photo-card,
.info-card,
.gallery-card,
.selling-card,
.cta-card,
.trust-item {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-photo-card {
  padding: 1rem;
  border-radius: 32px;
}

.photo-placeholder {
  position: relative;
  border-radius: 24px;
  border: 2px dashed rgba(86,102,76,.24);
  background:
    linear-gradient(135deg, rgba(127,146,115,.12), rgba(215,194,161,.22)),
    repeating-linear-gradient(45deg, rgba(255,255,255,.18), rgba(255,255,255,.18) 16px, rgba(255,255,255,.02) 16px, rgba(255,255,255,.02) 32px);
  overflow: hidden;
}

.hero-photo {
  min-height: 520px;
}

.hero-photo-img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.puppy-photo {
  min-height: 280px;
  border-radius: 18px 18px 0 0;
  border-bottom: 1px solid var(--line);
}

.side-photo {
  min-height: 420px;
}

.placeholder-tag,
.placeholder-note {
  position: absolute;
  left: 18px;
  z-index: 2;
}

.placeholder-tag {
  top: 18px;
  background: rgba(255,253,248,.86);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .45rem .75rem;
  font-size: .9rem;
  font-weight: 700;
}

.placeholder-note {
  bottom: 18px;
  max-width: 260px;
  color: var(--muted);
  font-size: .95rem;
}

.trust-strip { margin-top: 1.25rem; }

.trust-item {
  border-radius: 18px;
  padding: 1rem;
  height: 100%;
}

.trust-item strong {
  display: block;
  font-size: 1.05rem;
  color: var(--forest);
}

.trust-item span {
  display: block;
  color: var(--muted);
  font-size: .94rem;
  margin-top: .2rem;
}

.section-pad { padding: 4.5rem 0; }

.intro-section h2,
.section-heading h2,
.story-band h2,
.final-cta h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: .8rem;
}

.intro-section p,
.section-heading p,
.story-band p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

.info-card {
  border-radius: 24px;
  padding: 1.2rem 1.35rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem 0;
  border-bottom: 1px solid var(--line);
}

.info-row:last-child { border-bottom: 0; }
.info-row span { color: var(--muted); }
.info-row strong {
  text-align: right;
  color: var(--forest);
  font-weight: 700;
}

.gallery-band { background: linear-gradient(180deg, rgba(255,255,255,.42) 0%, rgba(237,226,208,.38) 100%); }
.section-heading { margin-bottom: 2rem; }
.gallery-card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.gallery-copy {
  padding: 1.15rem 1.15rem 1.3rem;
}

.gallery-copy h3,
.selling-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: .55rem;
}

.gallery-copy p,
.selling-card p {
  color: var(--muted);
  margin: 0;
}

.selling-card {
  border-radius: 20px;
  padding: 1.4rem;
  height: 100%;
}

.story-band {
  background: linear-gradient(180deg, rgba(127,146,115,.08) 0%, rgba(255,253,248,.8) 100%);
}

.final-cta .cta-card {
  border-radius: 30px;
  padding: 2.2rem 1.5rem;
}

.small-note {
  color: var(--muted);
  font-size: .95rem;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255,253,248,.7);
  color: var(--muted);
}

@media (max-width: 991.98px) {
  .hero-photo,
  .hero-photo-img {
    min-height: 420px;
  }

  .hero-section h1 { max-width: none; }
}

@media (max-width: 575.98px) {
  .hero-section { padding-top: 4.4rem; }

  .hero-photo,
  .hero-photo-img {
    min-height: 340px;
  }

  .puppy-photo { min-height: 230px; }
  .side-photo { min-height: 300px; }

  .info-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .info-row strong { text-align: left; }
}

.trust-item {
  height: 100%;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.trust-item strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.trust-item span {
  font-size: 0.9rem;
  line-height: 1.2;
}

.puppy-photo-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.side-photo-img {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 16px;
}