/*
Theme Name: Bayou Beards
Theme URI: https://bayoubeards.com
Author: Apis Digitech
Author URI: https://apisdigitech.com
Description: Premium AKC kennel theme for Bayou Beards. Static HTML converted to a production WordPress theme with fully editable content via CMB2. Requires the CMB2 plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bayou-beards
*/

/* ============================================
   BAYOU BEARDS KENNEL - SHARED STYLESHEET
   ============================================ */

:root {
  --bg: #f5f1ea;
  --bg-soft: #faf7f2;
  --card: #ffffff;
  --dark: #211c18;
  --dark-2: #2a241f;
  --gold: #b8956a;
  --gold-soft: #cdb190;
  --gold-light: #e8d9c2;
  --text: #2a2520;
  --muted: #7a6f63;
  --border: #ebe4d7;
  --green: #4f8a4a;
  --red: #a64d4d;
  --shadow-sm: 0 1px 2px rgba(33, 28, 24, 0.04);
  --shadow: 0 4px 16px rgba(33, 28, 24, 0.06);
  --shadow-lg: 0 10px 40px rgba(33, 28, 24, 0.12);
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 22px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--bg-soft);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ============ HEADER (light variant for internal pages) ============ */
.header {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 22px 0;
}
.header.solid {
  position: sticky;
  background: rgba(33, 28, 24, 0.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
}
.logo-mark {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gold);
  display: grid; place-items: center;
  color: #fff;
  font-size: 18px;
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover { color: var(--gold-soft); }
.nav-links a.active { color: var(--gold-soft); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  bottom: -6px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.btn-primary { background: var(--gold); color: #fff; }
.btn-primary:hover { background: #a37e54; transform: translateY(-1px); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-light { background: #fff; color: var(--text); border: 1.5px solid var(--border); }
.btn-light:hover { border-color: var(--gold); color: var(--gold); }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 40px; height: 40px;
  color: #fff;
  align-items: center; justify-content: center;
}
.menu-toggle svg { width: 24px; height: 24px; }

/* ============ HOME HERO ============ */
.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,15,10,0.55) 0%, rgba(20,15,10,0.35) 40%, rgba(20,15,10,0.7) 100%),
    url('https://whitesmoke-trout-288299.hostingersite.com/img/homepagebannerdog.jpeg') center/cover no-repeat;
  z-index: 0;
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 880px;
  padding: 120px 24px 80px;
}
.pill {
  display: inline-block;
  padding: 7px 18px;
  border-radius: 999px;
  border: 1px solid rgba(184, 149, 106, 0.7);
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  background: rgba(33, 28, 24, 0.25);
  backdrop-filter: blur(4px);
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}
.hero h1 .accent {
  display: block;
  color: var(--gold-soft);
  font-style: italic;
  font-weight: 600;
}
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.88);
  max-width: 560px;
  margin: 0 auto 36px;
  line-height: 1.6;
}
.hero-actions {
  display: flex; gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.trust-row {
  display: flex; gap: 36px;
  justify-content: center;
  flex-wrap: wrap;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 500;
}
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row svg { color: var(--gold-soft); }
.scroll-cue {
  position: absolute;
  bottom: 28px;
  left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 11px;
  letter-spacing: 3px;
  text-align: center;
  z-index: 1;
}
.scroll-cue::after {
  content: '↓';
  display: block;
  margin-top: 6px;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* ============ PAGE HERO (smaller for internal pages) ============ */
.page-hero {
  position: relative;
  padding: 160px 0 80px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.page-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,15,10,0.65) 0%, rgba(20,15,10,0.55) 100%);
  z-index: 0;
}
.page-hero > .container { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}
.page-hero .breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.page-hero .breadcrumb a:hover { color: var(--gold-soft); }
.page-hero .breadcrumb span { color: var(--gold-soft); }
.page-hero p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255,255,255,0.85);
  font-size: 17px;
}

/* Hero variants per page */
.page-hero.about::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1450778869180-41d0601e046e?w=1600&q=80'); }
.page-hero.process::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1587300003388-59208cc962cb?w=1600&q=80'); }
.page-hero.packages::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1601758125946-6ec2ef64daf8?w=1600&q=80'); }
.page-hero.addons::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1583337130417-3346a1be7dee?w=1600&q=80'); }
.page-hero.breeding::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1552053831-71594a27632d?w=1600&q=80'); }
.page-hero.puppies::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1601758228041-f3b2795255f1?w=1600&q=80'); }
.page-hero.contact::before { background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url('https://images.unsplash.com/photo-1500595046743-cd271d694d30?w=1600&q=80'); }

/* ============ SECTIONS ============ */
.section { padding: 100px 0; }
.section-sm { padding: 70px 0; }
.section-eyebrow {
  text-align: center;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(34px, 4.5vw, 52px);
  text-align: center;
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}
.section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 620px;
  margin: 0 auto 64px;
  font-size: 16px;
}
.bg-light { background: var(--bg); }
.bg-dark { background: var(--dark); color: #fff; }
.bg-dark .section-eyebrow { color: var(--gold-soft); }
.bg-dark .section-sub { color: rgba(255,255,255,0.7); }
.text-left { text-align: left; }

/* ============ JOURNEY GRID ============ */
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.journey-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 32px 30px 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}
.journey-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.journey-icon {
  width: 44px; height: 44px;
  background: var(--gold-light);
  border-radius: 10px;
  display: grid; place-items: center;
  color: var(--gold);
  margin-bottom: 24px;
}
.journey-num {
  position: absolute;
  top: 28px; right: 30px;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 32px;
  color: var(--gold-light);
  font-style: italic;
}
.journey-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.journey-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.journey-note {
  margin: 32px auto 0;
  background: var(--card);
  border-radius: 999px;
  padding: 14px 32px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  max-width: 760px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

/* ============ PRICING ============ */
.price-info {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
  margin-bottom: 36px;
}
.price-info-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 600;
}
.price-big {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
}
.price-big small {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0;
}
.price-info p {
  color: var(--muted);
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.6;
}
.price-info p strong { color: var(--text); font-weight: 600; }
.pay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.pay-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
}
.pay-icon {
  width: 32px; height: 32px;
  background: var(--gold-light);
  border-radius: 8px;
  display: grid; place-items: center;
  color: var(--gold);
  flex-shrink: 0;
}
.pay-name { font-size: 14px; font-weight: 600; }
.pay-fee { font-size: 12px; color: var(--muted); margin-top: 2px; }

.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
.pkg-card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  border-top: 4px solid var(--green);
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.pkg-card.popular { border-top-color: var(--gold); transform: scale(1.02); box-shadow: var(--shadow); }
.pkg-card.custom { border-top-color: var(--red); }
.pkg-popular-tag {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #fff;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.pkg-tag {
  display: inline-block;
  background: var(--gold-light);
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.pkg-num {
  position: absolute;
  top: 28px; right: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 32px;
  color: var(--border);
  font-weight: 700;
}
.pkg-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
}
.pkg-sub { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.pkg-list {
  list-style: none;
  margin-bottom: 22px;
  flex-grow: 1;
}
.pkg-list li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  color: var(--text);
}
.pkg-list svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.pkg-card.popular .pkg-list svg { color: var(--gold); }
.pkg-card.custom .pkg-list svg { color: var(--red); }
.pkg-foot {
  border-top: 1px solid var(--border);
  padding-top: 18px;
  margin-top: auto;
}
.pkg-foot-note {
  font-size: 12.5px;
  color: var(--muted);
  font-style: italic;
  margin-bottom: 14px;
}
.pkg-price-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
}
.pkg-price-label {
  font-size: 10.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
  font-weight: 600;
}
.pkg-price {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.pkg-btn {
  padding: 9px 22px;
  border-radius: 999px;
  border: 1.5px solid var(--green);
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
  background: transparent;
  transition: all 0.2s;
}
.pkg-btn:hover { background: var(--green); color: #fff; }
.pkg-card.popular .pkg-btn { border-color: var(--gold); color: var(--gold); }
.pkg-card.popular .pkg-btn:hover { background: var(--gold); color: #fff; }
.pkg-card.custom .pkg-btn { border-color: var(--red); color: var(--red); }
.pkg-card.custom .pkg-btn:hover { background: var(--red); color: #fff; }

/* ============ ADDONS ============ */
.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 22px;
}
.addon-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s;
}
.addon-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.addon-img {
  aspect-ratio: 16 / 10;
  background: #f0ebe2 center/cover no-repeat;
}
.addon-body { padding: 20px 22px 22px; }
.addon-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}
.addon-title svg { color: var(--gold); }
.addon-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 16px;
}
.addon-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.addon-price { color: var(--gold); font-size: 13px; font-weight: 600; }
.addon-btn {
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  background: transparent;
  transition: all 0.2s;
}
.addon-btn:hover { background: var(--gold); color: #fff; }
.addons-large {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.addon-card.large .addon-img { aspect-ratio: 16 / 7; }

/* ============ SERVICE CARDS ============ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 30px;
  text-align: center;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}
.service-icon {
  width: 48px; height: 48px;
  background: var(--gold-light);
  border-radius: 12px;
  display: grid; place-items: center;
  color: var(--gold);
  margin: 0 auto 18px;
}
.service-card h3 {
  font-family: var(--serif);
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 700;
}
.service-price {
  color: var(--gold);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.service-card p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

/* ============ BREEDING ============ */
.breeding-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 28px;
}
.breeding-img {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  background: url('https://images.unsplash.com/photo-1552053831-71594a27632d?w=900&q=80') center/cover no-repeat;
  min-height: 540px;
}
.breeding-card {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius);
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.crown-icon {
  width: 44px; height: 44px;
  background: rgba(184,149,106,0.18);
  border-radius: 10px;
  display: grid; place-items: center;
  color: var(--gold-soft);
}
.breeding-card h3 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
}
.breeding-card > p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
  line-height: 1.65;
}
.breeding-tier {
  background: linear-gradient(135deg, #b8956a 0%, #a37e54 100%);
  border-radius: var(--radius);
  padding: 24px 26px;
  color: #fff;
  position: relative;
}
.breeding-tier-2 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.tier-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 6px;
}
.tier-label {
  font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
  font-weight: 600;
}
.tier-badge {
  background: rgba(255,255,255,0.85);
  color: #6e5536;
  font-size: 10.5px;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 1px;
}
.tier-price {
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 12px;
}
.tier-list { list-style: none; margin-bottom: 18px; }
.tier-list li {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px;
  padding: 4px 0;
  color: rgba(255,255,255,0.92);
}
.breeding-tier-2 .tier-price { color: #fff; }
.breeding-tier-2 small {
  display: block;
  font-style: italic;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  margin-bottom: 16px;
  line-height: 1.5;
}
.breeding-btn {
  background: #fff;
  color: var(--text);
  padding: 11px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13.5px;
  display: inline-block;
  transition: transform 0.2s;
}
.breeding-btn:hover { transform: translateY(-1px); }
.breeding-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}

/* ============ TESTIMONIALS ============ */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.test-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 28px 30px;
}
.stars { color: var(--gold); margin-bottom: 14px; letter-spacing: 2px; font-size: 14px; }
.test-card blockquote {
  font-size: 15px;
  color: var(--text);
  line-height: 1.65;
  margin-bottom: 22px;
}
.test-foot {
  display: flex; align-items: center; gap: 12px;
  justify-content: space-between;
}
.test-author { display: flex; align-items: center; gap: 12px; }
.test-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #d8c8b3 center/cover no-repeat;
  flex-shrink: 0;
}
.test-name { font-weight: 700; font-size: 14px; }
.test-loc { font-size: 13px; color: var(--muted); }
.test-tag {
  background: var(--gold-light);
  color: var(--gold);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
}

/* ============ CONTACT ============ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 26px;
}
.contact-info {
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius);
  padding: 36px 32px;
}
.contact-info h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 26px;
}
.info-item {
  display: flex; gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.info-item:last-child { border-bottom: none; }
.info-icon {
  width: 36px; height: 36px;
  background: rgba(184,149,106,0.18);
  border-radius: 8px;
  display: grid; place-items: center;
  color: var(--gold-soft);
  flex-shrink: 0;
}
.info-label {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 3px;
}
.info-text { color: rgba(255,255,255,0.92); font-size: 14px; }
.schedule-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px 28px;
  margin-top: 22px;
  border: 1px solid var(--border);
}
.schedule-card h4 {
  font-family: var(--serif);
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 700;
}
.schedule-card p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 14px;
}
.schedule-list { list-style: none; }
.schedule-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px;
  padding: 5px 0;
}
.schedule-list svg { color: var(--gold); }

.contact-form {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 36px 32px;
  border: 1px solid var(--border);
}
.contact-form h3 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.contact-form > p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 24px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 8px;
}
input[type=text], input[type=email], input[type=tel], input[type=date], textarea, select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 14px;
  color: var(--text);
  background: #fff;
  transition: border 0.2s;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold); }
.interest-tags {
  display: flex; flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.tag {
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: 12.5px;
  cursor: pointer;
  transition: all 0.2s;
}
.tag:hover, .tag.active {
  background: var(--gold-light);
  border-color: var(--gold);
  color: var(--gold);
}
textarea { min-height: 110px; resize: vertical; font-family: inherit; }
.char-count {
  text-align: right;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}
.submit-btn {
  width: 100%;
  background: var(--gold);
  color: #fff;
  padding: 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 18px;
  transition: background 0.2s, transform 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.submit-btn:hover { background: #a37e54; transform: translateY(-1px); }

/* ============ FOOTER ============ */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.85);
  padding: 64px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo {
  color: #fff;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 22px;
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.footer-grid p {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer-h {
  color: var(--gold-soft);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
}
.newsletter {
  display: flex;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  padding: 4px;
  max-width: 320px;
}
.newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 16px;
  color: #fff;
  font-size: 14px;
}
.newsletter input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter input:focus { outline: none; }
.newsletter button {
  background: var(--gold);
  color: #fff;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links a {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold-soft); }
.visit-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.visit-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.8); }
.visit-list svg { color: var(--gold-soft); flex-shrink: 0; }
.social {
  display: flex; gap: 10px; align-items: center;
  margin-top: 22px;
  color: rgba(255,255,255,0.6);
  font-size: 13px;
}
.social-icon {
  width: 32px; height: 32px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  display: grid; place-items: center;
  color: rgba(255,255,255,0.7);
  transition: all 0.2s;
}
.social-icon:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.footer-bottom {
  display: flex; justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
}
.footer-bottom a { color: rgba(255,255,255,0.5); margin-left: 24px; transition: color 0.2s; }
.footer-bottom a:hover { color: var(--gold-soft); }

/* ============ ABOUT PAGE ============ */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.story-img {
  border-radius: var(--radius);
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  min-height: 480px;
  box-shadow: var(--shadow);
}
.story-content h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 40px);
  margin-bottom: 20px;
  line-height: 1.15;
}
.story-content p {
  color: var(--muted);
  margin-bottom: 16px;
  font-size: 16px;
}
.story-content p strong { color: var(--text); }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.value-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 32px 26px;
  border: 1px solid var(--border);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.value-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.value-icon {
  width: 56px; height: 56px;
  background: var(--gold-light);
  border-radius: 14px;
  display: grid; place-items: center;
  color: var(--gold);
  margin: 0 auto 18px;
}
.value-card h3 {
  font-family: var(--serif);
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
.value-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.team-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  text-align: center;
}
.team-photo {
  aspect-ratio: 1/1;
  background: #d8c8b3 center/cover no-repeat;
}
.team-body { padding: 24px 22px 28px; }
.team-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
.team-role {
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.team-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }

.cred-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.cred-item {
  text-align: center;
  padding: 28px 16px;
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
}
.cred-num {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 700;
  color: var(--gold-soft);
  line-height: 1;
  margin-bottom: 8px;
}
.cred-label {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.5px;
}

/* ============ FAQ ============ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item[open] { box-shadow: var(--shadow); }
.faq-q {
  padding: 22px 26px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  color: var(--text);
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+';
  color: var(--gold);
  font-size: 26px;
  font-weight: 300;
  transition: transform 0.2s;
  line-height: 1;
}
.faq-item[open] .faq-q::after {
  content: '−';
}
.faq-a {
  padding: 0 26px 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* ============ PUPPIES PAGE ============ */
.litter-card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
.litter-img {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  min-height: 320px;
}
.litter-body { padding: 36px 38px; }
.litter-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold-light);
  color: var(--gold);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.litter-status.available { background: #dceadc; color: var(--green); }
.litter-status.upcoming { background: #f3dede; color: var(--red); }
.litter-status .dot {
  width: 8px; height: 8px;
  background: currentColor;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.litter-card h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}
.litter-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 22px 0;
  padding: 18px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.litter-meta-item .label {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
.litter-meta-item .value {
  font-weight: 600;
  font-size: 15px;
  color: var(--text);
}
.litter-card p { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 22px; }

.parents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.parent-card {
  background: var(--card);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.parent-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.parent-photo {
  aspect-ratio: 1/1;
  background: #e8d9c2 center/cover no-repeat;
}
.parent-body { padding: 20px 22px 22px; }
.parent-tag {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.parent-name {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
}
.parent-meta { font-size: 13px; color: var(--muted); margin-bottom: 12px; }
.parent-stats {
  display: flex; flex-wrap: wrap;
  gap: 6px;
}
.parent-stat {
  background: var(--bg);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}

/* ============ COMPARISON TABLE ============ */
.compare-table {
  width: 100%;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.compare-table th, .compare-table td {
  padding: 18px 22px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.compare-table th {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  background: var(--bg);
}
.compare-table th:first-child, .compare-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--text);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .check { color: var(--green); font-size: 18px; font-weight: 700; }
.compare-table .dash { color: var(--muted); }
.compare-table .pop-col { background: rgba(184,149,106,0.06); }
.compare-table th.pop-col { background: var(--gold-light); color: var(--gold); }

/* ============ MAP PLACEHOLDER ============ */
.map-card {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  margin-top: 40px;
  position: relative;
}
.map-iframe {
  width: 100%;
  height: 380px;
  border: none;
  display: block;
  filter: grayscale(0.2) contrast(0.95);
}

/* ============ CTA BANNER ============ */
.cta-banner {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 100%);
  border-radius: var(--radius-lg);
  padding: 60px 50px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(184,149,106,0.18) 0%, transparent 70%);
  z-index: 0;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 16px;
  font-weight: 700;
}
.cta-banner p {
  color: rgba(255,255,255,0.75);
  max-width: 540px;
  margin: 0 auto 28px;
  font-size: 16px;
}
.cta-banner .hero-actions { margin-bottom: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .menu-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(33, 28, 24, 0.97);
    backdrop-filter: blur(8px);
    flex-direction: column;
    padding: 24px;
    gap: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .nav-links.open { display: flex; }
  .journey-grid, .pkg-grid, .addons-grid, .services-grid,
  .values-grid, .team-grid, .parents-grid, .cred-grid {
    grid-template-columns: 1fr 1fr;
  }
  .price-info, .breeding-grid, .contact-grid, .form-row, .addons-large,
  .testimonials-grid, .footer-grid, .story-grid, .litter-card {
    grid-template-columns: 1fr;
  }
  .pkg-card.popular { transform: none; }
  .breeding-img, .story-img { min-height: 360px; }
  .section { padding: 70px 0; }
  .litter-body { padding: 28px; }
  .compare-table th, .compare-table td { padding: 14px 12px; font-size: 13px; }
}
@media (max-width: 640px) {
  .journey-grid, .pkg-grid, .addons-grid, .services-grid,
  .values-grid, .team-grid, .parents-grid, .cred-grid {
    grid-template-columns: 1fr;
  }
  .pay-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 100px 20px 60px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-bottom a { margin: 0 12px; }
  .compare-table { font-size: 12px; }
  .compare-table th, .compare-table td { padding: 12px 8px; }
  .cta-banner { padding: 40px 24px; }
}

