/* ============================================================
   Holy Paws — стили сайта питомника вельш-корги
   Источник дизайна: design/holy-paws.dc.html (1:1 перенос)
   ============================================================ */

/* ---------- База ---------- */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'Lora', 'Frank Ruhl Libre', Georgia, serif;
  color: #3B3226;
  background: #F6EEDC;
  -webkit-font-smoothing: antialiased;
}

::selection { background: #C06B3E; color: #FBF6EA; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

@keyframes hpFade {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: none; }
}
@keyframes hpStar {
  0%, 100% { opacity: .55; transform: scale(1); }
  50%      { opacity: 1;  transform: scale(1.12); }
}

.page-wrap { background: #F6EEDC; min-height: 100vh; overflow-x: hidden; }
.fade-in { animation: hpFade .5s ease both; }
.fade-in-slow { animation: hpFade .7s ease both; }

/* ---------- Общие токены (из эталона, строки 561–578) ---------- */

.kicker {
  font-family: 'Lora', serif;
  font-size: 13px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #6B4A2C;
  margin: 0;
}

.h1 {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  color: #3B3226;
  margin: 12px 0 0;
}

.h2 {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.1;
  color: #3B3226;
  margin: 0;
}

.btn-primary {
  display: inline-block;
  background: #C06B3E;
  color: #FBF6EA;
  border: none;
  border-radius: 999px;
  padding: 15px 32px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.btn-primary:hover { background: #A2542E; transform: translateY(-2px); }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #6B4A2C;
  border: 1.5px solid #6B4A2C;
  border-radius: 999px;
  padding: 15px 32px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.btn-ghost:hover { background: #6B4A2C; color: #FBF6EA; }

.btn-gold {
  display: inline-block;
  background: #C6A15B;
  color: #3A2A1C;
  border: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.btn-gold:hover { filter: brightness(1.07); transform: translateY(-2px); }

/* Светлая кнопка CTA-полосы на главной */
.btn-cream {
  display: inline-block;
  margin-top: 26px;
  background: #FBF6EA;
  color: #A2542E;
  border: none;
  border-radius: 999px;
  padding: 15px 34px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.btn-cream:hover { filter: brightness(1.07); transform: translateY(-2px); }

.link-btn {
  display: inline-block;
  background: none;
  border: none;
  color: #C06B3E;
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.chip-green {
  background: #F0DDC9;
  color: #6B4A2C;
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 600;
}
.chip-cream {
  background: #EFE4CB;
  color: #7a5a38;
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 13px;
  font-weight: 500;
}
.chip-breed {
  background: transparent;
  color: #6B4A2C;
  border: 1px solid rgba(107, 74, 44, .42);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
}
.chip-row { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 12px; }

.card {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .35);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(59, 50, 38, .14);
  border-color: rgba(198, 161, 91, .7);
}

.input {
  width: 100%;
  background: rgba(251, 246, 234, .95);
  border: 1px solid rgba(198, 161, 91, .4);
  border-radius: 12px;
  padding: 13px 16px;
  font-family: 'Lora', serif;
  font-size: 15px;
  color: #3B3226;
  outline: none;
}
textarea.input { resize: vertical; font-family: 'Lora', serif; }

/* Золотой круг с буквой помёта */
.badge-letter {
  background: #C6A15B;
  color: #3A2A1C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/* ---------- Фото-слоты (плейсхолдеры под будущие фото) ---------- */

.photo-slot {
  background: linear-gradient(135deg, #F1E6CE, #E9DBBB);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.photo-slot::after {
  content: '✦';
  font-size: 26px;
  color: rgba(107, 74, 44, .32);
  animation: hpStar 3.2s ease-in-out infinite;
}

/* ---------- Шапка ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 238, 220, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(198, 161, 91, .4);
}
.header-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark { height: 48px; width: 48px; object-fit: contain; display: block; flex: none; }
.brand-text { text-align: start; line-height: 1; }
.brand-name {
  display: block;
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  color: #A2542E;
  letter-spacing: .01em;
}
.brand-sub {
  display: block;
  font-family: 'Lora', serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #6B4A2C;
  margin-top: 3px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-link {
  display: inline-block;
  padding: 8px 6px;
  white-space: nowrap;
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 500;
  color: #4a4030;
  cursor: pointer;
}
.nav-link:hover { color: #C06B3E; }
.nav-link.active { color: #A2542E; }
.nav-link.active::after {
  content: '';
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #C06B3E;
  margin-top: 5px;
}

.lang-pill {
  display: flex;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(107, 74, 44, .35);
  border-radius: 999px;
  padding: 3px;
  background: #FBF6EA;
}
.lang-btn {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 6px 11px;
  font-family: 'Lora', serif;
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  color: #6B4A2C;
}
.lang-btn.active { background: #6B4A2C; color: #FBF6EA; }

/* ---------- Главная: hero ---------- */

.home-hero {
  max-width: 1220px;
  margin: 0 auto;
  padding: 52px 26px 40px;
  text-align: center;
}
.home-hero-logo {
  width: min(300px, 60vw);
  height: auto;
  margin: 0 auto 6px;
  display: block;
}
.home-hero-kicker {
  font-family: 'Lora', serif;
  font-size: 13px;
  letter-spacing: .34em;
  text-transform: uppercase;
  color: #6B4A2C;
  margin: 10px 0 0;
}
.home-hero-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.06;
  color: #3B3226;
  margin: 14px auto 0;
  max-width: 15ch;
}
.home-hero-text {
  font-size: 19px;
  line-height: 1.7;
  color: #6a5f4d;
  max-width: 60ch;
  margin: 20px auto 0;
}
.home-hero-ctas {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* ---------- Главная: наши девочки ---------- */

.featured { max-width: 1220px; margin: 0 auto; padding: 44px 26px; }
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.dog-card-featured {
  display: flex;
  flex-direction: column;
  text-align: start;
  border-radius: 18px;
  cursor: pointer;
  padding: 0;
}
.dog-card-featured .photo-slot { width: 100%; height: 220px; flex: none; }
.dog-card-featured-body { padding: 18px 20px 22px; flex: 1; }
.dog-card-name {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: #3B3226;
  margin: 0;
}
.dog-card-fullname { font-size: 13px; color: #837763; margin: 4px 0 0; font-style: italic; }

/* ---------- Главная: полоса свежего помёта ---------- */

.litter-band { background: #3A2A1C; color: #F1E9D6; }
.litter-band-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 56px 26px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.litter-band-cover { position: relative; }
.litter-band-cover .photo-slot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  border-radius: 18px;
}
.litter-band-cover .badge-letter {
  position: absolute;
  top: -14px;
  inset-inline-start: -14px;
  width: 76px;
  height: 76px;
  font-size: 34px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
}
.litter-band-kicker {
  font-family: 'Lora', serif;
  font-size: 13px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #C6A15B;
  margin: 0;
}
.litter-band-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.1;
  margin: 12px 0 0;
  color: #FBF6EA;
}
.litter-band-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(241, 233, 214, .85);
  max-width: 48ch;
  margin: 16px 0 0;
}
.litter-band-stats { display: flex; gap: 30px; flex-wrap: wrap; margin: 26px 0 30px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 32px; color: #E9C87E; }
.stat-label {
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(241, 233, 214, .7);
}

/* ---------- Главная: о нас + ценности ---------- */

.about-teaser { max-width: 1220px; margin: 0 auto; padding: 60px 26px; }
.about-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.about-teaser-text { font-size: 18px; line-height: 1.8; color: #6a5f4d; margin: 16px 0 0; }
.about-teaser .link-btn { margin-top: 20px; }
.values-list { display: grid; grid-template-columns: 1fr; gap: 16px; }
.value-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .32);
  border-radius: 16px;
  padding: 20px 22px;
}
.value-star { font-size: 22px; color: #C6A15B; line-height: 1.3; }
.value-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #6B4A2C;
  margin: 0;
}
.value-text { font-size: 15px; line-height: 1.65; color: #6a5f4d; margin: 6px 0 0; }

/* ---------- Главная: CTA-полоса ---------- */

.cta-band-section { max-width: 1220px; margin: 0 auto 70px; padding: 0 26px; }
.cta-band {
  background: linear-gradient(135deg, #C06B3E, #A2542E);
  border-radius: 24px;
  padding: 52px 40px;
  text-align: center;
  color: #FBF6EA;
}
.cta-band-star { font-size: 26px; color: #E9C87E; }
.cta-band-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 44px);
  margin: 10px auto 0;
  max-width: 20ch;
}
.cta-band-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(251, 246, 234, .9);
  max-width: 52ch;
  margin: 14px auto 0;
}

/* ---------- Общие интро-секции страниц ---------- */

.page-intro { max-width: 1120px; margin: 0 auto; padding: 64px 26px 8px; text-align: center; }
.page-intro-narrow { max-width: 900px; }
.page-intro-980 { max-width: 980px; padding-bottom: 20px; }
.page-intro-text {
  font-size: 19px;
  line-height: 1.7;
  color: #6a5f4d;
  max-width: 60ch;
  margin: 16px auto 0;
}
.maxw-56 { max-width: 56ch; }
.maxw-58 { max-width: 58ch; }
.back-row { max-width: 1120px; margin: 0 auto; padding: 26px 26px 0; }

/* ---------- О питомнике ---------- */

.about-lead {
  font-size: 21px;
  line-height: 1.7;
  color: #6a5f4d;
  max-width: 62ch;
  margin: 18px auto 0;
  font-style: italic;
}
.about-hero-section { max-width: 1120px; margin: 0 auto; padding: 26px 26px; }
.about-hero-section .photo-slot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2.4 / 1;
  border-radius: 22px;
}
.about-cols {
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px 26px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.about-body { font-size: 17px; line-height: 1.85; color: #6a5f4d; margin: 14px 0 0; }
.about-body + .about-body { margin-top: 16px; }
.phil-list { display: flex; flex-direction: column; gap: 14px; }
.phil-card {
  background: #FBF6EA;
  border-inline-start: 3px solid #C06B3E;
  border-start-start-radius: 0;
  border-start-end-radius: 14px;
  border-end-end-radius: 14px;
  border-end-start-radius: 0;
  padding: 18px 22px;
}
.phil-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 20px;
  color: #6B4A2C;
  margin: 0 0 5px;
}
.phil-text { font-size: 15px; line-height: 1.65; color: #6a5f4d; margin: 0; }

.location-section { max-width: 1120px; margin: 20px auto 70px; padding: 0 26px; }
.location-card {
  background: #3A2A1C;
  color: #F1E9D6;
  border-radius: 22px;
  padding: 44px 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
.location-kicker {
  font-family: 'Lora', serif;
  font-size: 13px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #C6A15B;
  margin: 0;
}
.location-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  color: #FBF6EA;
  margin: 10px 0 0;
}
.location-text { font-size: 17px; line-height: 1.8; color: rgba(241, 233, 214, .85); margin: 14px 0 0; }
.location-card .photo-slot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
}

/* ---------- Наши собаки: список ---------- */

.dogs-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 26px 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.dog-card-row {
  text-align: start;
  border-radius: 20px;
  cursor: pointer;
  padding: 0;
  display: grid;
  grid-template-columns: 170px 1fr;
}
.dog-card-row .photo-slot { width: 170px; height: 100%; min-height: 210px; }
.dog-card-row-body { padding: 22px 24px; }
.dog-card-name-lg {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #3B3226;
  margin: 0;
}
.dog-card-row .dog-card-fullname { margin: 5px 0 0; }
.dog-card-row .chip-row { gap: 8px; margin-top: 14px; }
.dog-card-desc { font-size: 14px; line-height: 1.6; color: #6a5f4d; margin: 14px 0 0; }
.card-more {
  display: inline-block;
  margin-top: 12px;
  color: #C06B3E;
  font-weight: 600;
  font-size: 14px;
}

/* ---------- Профиль собаки ---------- */

.dog-profile {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 26px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.dog-profile > .photo-slot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 20px;
}
.dog-name {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.04;
  color: #3B3226;
  margin: 8px 0 0;
}
.dog-fullname { font-size: 16px; color: #837763; margin: 8px 0 0; font-style: italic; }
.dog-desc { font-size: 17px; line-height: 1.8; color: #6a5f4d; margin: 20px 0 0; }
.dog-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.fact-card {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .32);
  border-radius: 14px;
  padding: 14px 16px;
}
.fact-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #837763; }
.fact-label-12 { letter-spacing: .12em; }
.fact-value { font-family: 'Playfair Display', serif; font-size: 22px; color: #3B3226; margin-top: 3px; }
.fact-value-20 { font-size: 20px; }
.fact-value-brown { color: #6B4A2C; }
.dog-subhead {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 22px;
  color: #6B4A2C;
  margin: 28px 0 10px;
}
.dog-subhead.health { margin-top: 26px; }
.title-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip-title {
  background: #EFE4CB;
  color: #A2542E;
  border: 1px solid rgba(198, 161, 91, .5);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
}
.health-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.health-card {
  background: #FBF6EA;
  border: 1px solid rgba(107, 74, 44, .3);
  border-radius: 12px;
  padding: 9px 15px;
  text-align: center;
}
.health-k { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #837763; }
.health-v { font-family: 'Playfair Display', serif; font-size: 18px; color: #6B4A2C; font-weight: 600; }
.health-note { font-size: 14px; color: #837763; margin: 12px 0 0; font-style: italic; }

.dog-gallery-section { max-width: 1120px; margin: 0 auto; padding: 10px 26px 80px; }
.dog-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}
.dog-gallery-grid .photo-slot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
}

/* ---------- Пометы: список ---------- */

.litters-list {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.litter-card {
  text-align: start;
  border-radius: 22px;
  cursor: pointer;
  padding: 0;
  display: grid;
  grid-template-columns: 280px 1fr;
}
.litter-card-cover { position: relative; }
.litter-card-cover .photo-slot { width: 280px; height: 100%; min-height: 220px; }
.litter-card-cover .badge-letter {
  position: absolute;
  top: 16px;
  inset-inline-start: 16px;
  width: 56px;
  height: 56px;
  font-size: 26px;
}
.litter-card-body { padding: 26px 28px; }
.litter-card-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: #3B3226;
  margin: 0;
}
.litter-card-parents { font-size: 15px; color: #837763; margin: 6px 0 0; }
.litter-x { color: #C6A15B; }
.litter-card .chip-row { gap: 8px; margin-top: 16px; }
.litter-card .card-more { margin-top: 16px; }

.upcoming-section { max-width: 1120px; margin: 0 auto; padding: 8px 26px 80px; }
.upcoming-box {
  border: 1.5px dashed rgba(107, 74, 44, .4);
  border-radius: 20px;
  padding: 34px 36px;
  text-align: center;
  background: rgba(251, 246, 234, .5);
}
.upcoming-kicker {
  font-family: 'Lora', serif;
  font-size: 13px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #C6A15B;
  margin: 0;
}
.upcoming-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  color: #6B4A2C;
  margin: 10px 0 0;
}
.upcoming-text { font-size: 17px; line-height: 1.7; color: #6a5f4d; max-width: 56ch; margin: 12px auto 0; }
.upcoming-box .btn-primary { margin-top: 20px; }

/* ---------- Помёт: детали ---------- */

.litter-hero-section { max-width: 1120px; margin: 0 auto; padding: 18px 26px 24px; }
.litter-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.litter-hero > .photo-slot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  border-radius: 20px;
}
.litter-hero .badge-letter { display: inline-flex; width: 64px; height: 64px; font-size: 30px; }
.litter-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-weight: 600;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  color: #3B3226;
  margin: 16px 0 0;
}
.litter-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }

.puppies-section { max-width: 1120px; margin: 0 auto; padding: 14px 26px 80px; }
.puppies-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 18px;
}
.pup-card {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .35);
  border-radius: 16px;
  overflow: hidden;
}
.pup-photo { position: relative; }
.pup-photo .photo-slot { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; }
.status-badge {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.status-available { background: #C06B3E; color: #FBF6EA; }
.status-reserved { background: #C6A15B; color: #3A2A1C; }
.status-infamily { background: rgba(59, 50, 38, .78); color: #F6EEDC; }
.pup-info { padding: 16px 18px; display: flex; align-items: center; gap: 12px; }
.collar-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: none;
  border: 2px solid rgba(255, 255, 255, .8);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}
.pup-idx { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 600; color: #3B3226; }
.pup-meta { font-size: 13px; color: #837763; }
.puppies-cta { text-align: center; margin-top: 36px; }

/* ---------- Бронирование ---------- */

.steps-grid {
  max-width: 1000px;
  margin: 0 auto;
  padding: 34px 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.step-card {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .35);
  border-radius: 18px;
  padding: 24px 26px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.step-num {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #3A2A1C;
  color: #E9C87E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
}
.step-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  color: #3B3226;
  margin: 0;
}
.step-text { font-size: 15px; line-height: 1.65; color: #6a5f4d; margin: 6px 0 0; }

.faq-section { max-width: 900px; margin: 0 auto; padding: 14px 26px 30px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.faq-card {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .3);
  border-radius: 14px;
  padding: 20px 24px;
}
.faq-q {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 19px;
  color: #6B4A2C;
  margin: 0;
}
.faq-a { font-size: 15px; line-height: 1.7; color: #6a5f4d; margin: 8px 0 0; }
.faq-cta { text-align: center; margin-top: 34px; }

/* ---------- Отзывы ---------- */

.reviews-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 26px 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.review-card {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .35);
  border-radius: 18px;
  padding: 28px 30px;
}
.review-quote {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: #C6A15B;
  line-height: .4;
  display: block;
}
.review-text { font-size: 17px; line-height: 1.75; color: #4a4030; font-style: italic; margin: 14px 0 0; }
.review-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(198, 161, 91, .3);
}
.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EFE4CB;
  color: #A2542E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
}
.review-name { font-family: 'Playfair Display', serif; font-size: 17px; color: #3B3226; font-weight: 600; }
.review-loc { font-size: 13px; color: #837763; }

/* ---------- Галерея ---------- */

.gallery-section { max-width: 1180px; margin: 0 auto; padding: 34px 26px 80px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.gallery-grid .photo-slot { width: 100%; height: 100%; border-radius: 14px; }
.span-2c { grid-column: span 2; }
.span-2r { grid-row: span 2; }

/* ---------- Контакты ---------- */

.contact-grid {
  max-width: 1080px;
  margin: 0 auto;
  padding: 34px 26px 80px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 44px;
  align-items: start;
}
.contact-rows { display: flex; flex-direction: column; gap: 16px; }
.contact-row {
  background: #FBF6EA;
  border: 1px solid rgba(198, 161, 91, .32);
  border-radius: 16px;
  padding: 20px 24px;
}
.contact-label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #837763; }
.contact-value {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 21px;
  color: #3B3226;
  margin-top: 5px;
}
.contact-form-card { background: #3A2A1C; border-radius: 22px; padding: 34px 36px; }
.form-title {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: #FBF6EA;
  margin: 0;
}
.form-note { font-size: 15px; line-height: 1.6; color: rgba(241, 233, 214, .75); margin: 8px 0 22px; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.btn-form-send {
  background: #C6A15B;
  color: #3A2A1C;
  border: none;
  border-radius: 999px;
  padding: 14px 28px;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
}
.btn-form-send:hover { filter: brightness(1.07); transform: translateY(-2px); }

/* ---------- Футер ---------- */

.site-footer { background: #2C2519; color: #E7DCC5; }
.footer-grid {
  max-width: 1220px;
  margin: 0 auto;
  padding: 52px 26px 30px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.footer-logo { display: flex; align-items: center; gap: 10px; }
.footer-star { font-size: 20px; color: #C6A15B; }
.footer-name {
  font-family: 'Playfair Display', 'Frank Ruhl Libre', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #F6EEDC;
}
.footer-tagline {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(231, 220, 197, .7);
  max-width: 38ch;
  margin: 14px 0 0;
}
.footer-loc { font-size: 14px; color: #C6A15B; margin: 14px 0 0; }
.footer-heading {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #C6A15B;
  margin-bottom: 14px;
}
.footer-links { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; }
.footer-link {
  background: none;
  border: none;
  color: rgba(231, 220, 197, .85);
  font-family: 'Lora', serif;
  font-size: 15px;
  cursor: pointer;
  padding: 0;
  text-align: start;
}
.footer-link:hover { color: #E9C87E; }
.footer-lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: start;
  font-family: 'Lora', serif;
  font-size: 15px;
  color: rgba(231, 220, 197, .85);
}
.footer-lang-btn:hover { color: #E9C87E; }
.footer-lang-btn.active { color: #E9C87E; }
.footer-bottom-wrap { border-top: 1px solid rgba(198, 161, 91, .25); }
.footer-bottom {
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 26px;
  font-size: 13px;
  color: rgba(231, 220, 197, .55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

/* ---------- Адаптивность (только схлопывание колонок) ---------- */

/* Промежуточные ширины: меню не помещается в одну строку с брендом и языками —
   уходит целиком на вторую строку по центру */
@media (max-width: 1220px) {
  .main-nav { order: 3; flex-basis: 100%; justify-content: center; }
}

@media (max-width: 900px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .litter-band-inner,
  .about-teaser-grid,
  .about-cols,
  .location-card,
  .dogs-grid,
  .dog-profile,
  .litter-hero,
  .steps-grid,
  .reviews-grid,
  .contact-grid { grid-template-columns: 1fr; }
  .puppies-grid,
  .dog-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 170px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 600px) {
  .featured-grid { grid-template-columns: 1fr; }
  .dog-card-row { grid-template-columns: 1fr; }
  .dog-card-row .photo-slot { width: 100%; height: 220px; min-height: 0; }
  .litter-card { grid-template-columns: 1fr; }
  .litter-card-cover .photo-slot { width: 100%; height: 220px; min-height: 0; }
  .puppies-grid,
  .dog-gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 140px; }
  .header-inner { justify-content: center; }
  .home-hero { padding-top: 40px; }
  .cta-band { padding: 40px 24px; }
  .location-card,
  .contact-form-card { padding: 30px 24px; }
}

/* ---------- Реальные фото в слотах (статический генератор) ---------- */

.photo-slot.has-photo::after { content: none; animation: none; }
.photo-slot > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
