/* Elif'in Maltese Evi - Ana Stil Dosyası */
/* Tema: Sıcak Premium — Pembe + Altın + Krem */

:root {
  --primary-pink: #f8b4c4;
  --light-pink: #fce4ec;
  --soft-pink: #fff0f3;
  --bg-body: #fffbf7;
  --bg-surface: #ffffff;
  --white: #ffffff;
  --text-dark: #2d2d2d;
  --text-light: #666666;
  --accent-gold: #d4a574;
  --whatsapp-green: #25D366;
  --shadow-pink: rgba(248, 180, 196, 0.25);
}

/* Koyu Tema — manuel toggle */
[data-theme="dark"] {
  --primary-pink: #f0a0b4;
  --light-pink: rgba(240,160,180,0.18);
  --soft-pink: rgba(240,160,180,0.12);
  --bg-body: #1a1a1f;
  --bg-surface: #242429;
  --text-dark: #e8e8e8;
  --text-light: #9a9a9e;
  --accent-gold: #e0b88a;
  --shadow-pink: rgba(240, 160, 180, 0.15);
}

/* OS tercihi fallback — manuel seçim her zaman öncelikli */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --primary-pink: #f0a0b4;
    --light-pink: rgba(240,160,180,0.18);
    --soft-pink: rgba(240,160,180,0.12);
    --bg-body: #1a1a1f;
    --bg-surface: #242429;
    --text-dark: #e8e8e8;
    --text-light: #9a9a9e;
    --accent-gold: #e0b88a;
    --shadow-pink: rgba(240, 160, 180, 0.15);
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', 'Segoe UI', sans-serif;
  color: var(--text-dark);
  background-color: var(--bg-body);
  line-height: 1.6;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header & Navigation */
header {
  background: rgba(255, 251, 247, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212,165,116,0.12);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

header.scrolled {
  padding-block: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

header.scrolled nav {
  padding: 10px 20px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-icon {
  font-size: 2rem;
}

.logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-pink);
  font-family: 'Playfair Display', Georgia, serif;
}

.logo-text span {
  color: var(--accent-gold);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-dark);
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
}

.nav-links a:hover {
  color: var(--primary-pink);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-gold), var(--primary-pink));
  transition: width 0.3s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

.nav-links a.active {
  color: var(--accent-gold);
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--primary-pink);
  border-radius: 3px;
  transition: 0.3s;
}

/* Header Social Icons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--soft-pink);
  color: var(--text-dark);
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-icons a:hover {
  background: var(--primary-pink);
  color: var(--white);
  transform: translateY(-2px);
}

.header-icons a.whatsapp:hover {
  background: var(--whatsapp-green);
}

.header-icons a.instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.header-icons svg {
  width: 18px;
  height: 18px;
}

/* Theme Toggle */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--soft-pink);
  border: none;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.theme-toggle:hover {
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, var(--bg-body) 0%, var(--soft-pink) 40%, var(--light-pink) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hero-text h1 {
  font-size: clamp(1.5rem, 5vw, 2.625rem);
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: 'Playfair Display', Georgia, serif;
}

.hero-text h1 span {
  color: var(--accent-gold);
}

.hero-text p {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}

.btn:active {
  transform: scale(0.97);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-pink), #e9a3b4);
  color: var(--white);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px var(--shadow-pink);
}

.btn-secondary {
  background: var(--bg-surface);
  color: var(--text-dark);
  border: 2px solid var(--primary-pink);
}

.btn-secondary:hover {
  background: var(--soft-pink);
  transform: translateY(-3px);
}

.btn-whatsapp {
  background: var(--whatsapp-green);
  color: var(--white);
}

.btn-whatsapp:hover {
  background: #20ba5a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4);
}

.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 64px var(--shadow-pink);
  will-change: transform;
}

.hero-badge {
  position: absolute;
  bottom: 24px;
  left: -16px;
  background: var(--bg-surface);
  padding: 14px 22px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-badge-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary-pink), var(--accent-gold));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
}

.hero-badge span {
  display: block;
  font-size: 0.85rem;
  color: var(--text-light);
}

.hero-badge strong {
  font-size: 1.2rem;
  color: var(--text-dark);
}

/* Hero pill badge */
.hero-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-surface);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-gold);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  margin-bottom: 20px;
}

[data-theme="dark"] .hero-badge-top {
  border: 1px solid rgba(224,184,138,0.15);
}

/* Hero trust badge */
.hero-trust-badge {
  position: absolute;
  top: 20px;
  right: -8px;
  background: var(--bg-surface);
  padding: 10px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

[data-theme="dark"] .hero-trust-badge {
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  border: 1px solid rgba(224,184,138,0.12);
}

[data-theme="dark"] .hero-badge {
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  border: 1px solid rgba(240,160,180,0.08);
}

/* Hero gold divider */
.hero-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--primary-pink));
  border-radius: 2px;
  margin-bottom: 16px;
}

/* Section Styles */
section {
  padding: 120px 0;
}

.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: transform, opacity;
}

.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  color: var(--text-dark);
  margin-bottom: 15px;
  font-family: 'Playfair Display', Georgia, serif;
}

.section-header p {
  color: var(--text-light);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.section-header .underline {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gold), var(--primary-pink));
  margin: 20px auto 0;
  border-radius: 2px;
}

.section-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-gold);
  margin-bottom: 8px;
}

/* Features Section */
.features {
  background: var(--soft-pink);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.feature-card {
  background: var(--bg-surface);
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.6s ease;
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-pink), var(--accent-gold));
  border-radius: 20px 20px 0 0;
  z-index: 1;
}

.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 0% 0%, rgba(248, 180, 196, 0.2), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.feature-card:hover,
.feature-card:focus-within {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px var(--shadow-pink);
}

.feature-card:hover::after,
.feature-card:focus-within::after {
  opacity: 1;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 20px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--soft-pink), var(--light-pink));
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--text-dark);
  font-family: 'Playfair Display', Georgia, serif;
}

.feature-card p {
  color: var(--text-light);
  font-size: 0.95rem;
}

/* Puppies Section */
.puppies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.puppy-card {
  background: var(--bg-surface);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.6s ease;
  position: relative;
  will-change: transform;
}

.puppy-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(248, 180, 196, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.puppy-card:hover,
.puppy-card:focus-within {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 28px 60px var(--shadow-pink);
}

.puppy-card:hover::after,
.puppy-card:focus-within::after {
  opacity: 1;
}

.puppy-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.puppy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.puppy-card:hover .puppy-image img,
.puppy-card:focus-within .puppy-image img {
  transform: scale(1.12);
  filter: saturate(1.05);
}

.puppy-status {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.status-available {
  background: var(--whatsapp-green);
  color: var(--white);
}

.status-reserved {
  background: var(--accent-gold);
  color: var(--white);
}

.status-sold {
  background: var(--text-light);
  color: var(--white);
}

.puppy-info {
  padding: 25px;
}

.puppy-info h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
  color: var(--text-dark);
  font-family: 'Playfair Display', Georgia, serif;
}

.puppy-info .puppy-underline {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-gold), var(--primary-pink));
  border-radius: 1px;
  margin-bottom: 10px;
}

.puppy-actions {
  display: flex;
  gap: 8px;
}

.puppy-actions .btn {
  flex: 1;
}

.puppy-actions .btn-whatsapp-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  flex: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(37,211,102,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.puppy-actions .btn-whatsapp-icon:hover {
  background: var(--whatsapp-green);
}

.puppy-actions .btn-whatsapp-icon svg {
  fill: var(--whatsapp-green);
}

.puppy-actions .btn-whatsapp-icon:hover svg {
  fill: var(--white);
}

.puppy-details {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  color: var(--text-light);
  font-size: 0.9rem;
}

.puppy-details span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.puppy-description {
  color: var(--text-light);
  font-size: 0.95rem;
  margin-bottom: 15px;
}

/* Gallery Section */
.gallery {
  background: var(--soft-pink);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.6s ease;
  will-change: transform;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-item:hover,
.gallery-item:focus-within {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 22px 45px var(--shadow-pink);
}

.gallery-item:hover::after,
.gallery-item:focus-within::after {
  opacity: 1;
}

.gallery-item:hover img,
.gallery-item:hover video,
.gallery-item:focus-within img,
.gallery-item:focus-within video {
  transform: scale(1.08);
  filter: saturate(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(248, 180, 196, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  z-index: 2;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: var(--white);
  font-weight: 600;
}

/* Filter Buttons */
.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.filter-btn {
  padding: 12px 25px;
  border: 2px solid var(--accent-gold);
  background: var(--bg-surface);
  color: var(--text-dark);
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 1rem;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--primary-pink);
  color: var(--white);
  border-color: var(--primary-pink);
}

/* About Section */
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px var(--shadow-pink);
}

.about-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--text-dark);
  font-family: 'Playfair Display', Georgia, serif;
}

.about-text p {
  color: var(--text-light);
  margin-bottom: 15px;
}

.about-list {
  list-style: none;
  margin-top: 25px;
}

.about-list li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text-dark);
}

.about-list li::before {
  content: '✓';
  background: var(--primary-pink);
  color: var(--white);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}

/* Contact Section */
.contact {
  background: linear-gradient(135deg, var(--soft-pink) 0%, var(--light-pink) 100%);
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-info h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--text-dark);
  font-family: 'Playfair Display', Georgia, serif;
}

.contact-info p {
  color: var(--text-light);
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--bg-surface);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  box-shadow: 0 5px 15px var(--shadow-pink);
}

.contact-item-text span {
  display: block;
  font-size: 0.9rem;
  color: var(--text-light);
}

.contact-item-text strong {
  color: var(--text-dark);
}

.contact-item-text a {
  color: var(--text-dark);
  text-decoration: none;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.social-link {
  width: 45px;
  height: 45px;
  background: var(--bg-surface);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px var(--shadow-pink);
}

.social-link:hover {
  background: var(--primary-pink);
  transform: translateY(-5px);
}

/* Footer */
footer {
  background: var(--text-dark);
  color: var(--white);
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand .logo-text {
  color: var(--white);
  margin-bottom: 15px;
  display: block;
}

.footer-brand p {
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
}

.footer-links h4 {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.footer-links ul {
  list-style: none;
}

.footer-links a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  display: block;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: var(--primary-pink);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  font-size: 0.9rem;
}

/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: var(--whatsapp-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 25px rgba(37, 211, 102, 0.5);
  z-index: 999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 35px rgba(37, 211, 102, 0.6);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}

/* Scroll to Top */
.scroll-to-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 42px;
  height: 42px;
  background: var(--bg-surface);
  border: 1px solid rgba(212,165,116,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  transform: translateY(-3px);
}

.scroll-to-top svg {
  width: 20px;
  height: 20px;
  fill: var(--accent-gold);
}

/* Page Header */
.page-header {
  background: linear-gradient(135deg, var(--soft-pink) 0%, var(--light-pink) 100%);
  padding: 150px 0 80px;
  text-align: center;
}

.page-header h1 {
  font-size: clamp(1.5rem, 5vw, 2.625rem);
  color: var(--text-dark);
  margin-bottom: 15px;
  font-family: 'Playfair Display', Georgia, serif;
}

.page-header p {
  font-size: 1.2rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, var(--primary-pink), var(--accent-gold));
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  color: var(--white);
  font-size: clamp(1.375rem, 4vw, 1.75rem);
  margin-bottom: 20px;
  font-family: 'Playfair Display', Georgia, serif;
}

.cta-section p {
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Info Banner */
.info-banner {
  background: var(--primary-pink);
  padding: 20px 0;
}

.info-banner-content {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  color: white;
  text-align: center;
}

.info-banner strong {
  font-size: 1.1rem;
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms, visibility 300ms;
}

.lightbox.active {
  visibility: visible;
  opacity: 1;
}

.lightbox img,
.lightbox video {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  transform: scale(0.95);
  transition: transform 300ms;
}

.lightbox.active img,
.lightbox.active video {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
}

.lightbox-close:hover {
  color: var(--primary-pink);
}

/* Loading State */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid var(--light-pink);
  border-top-color: var(--primary-pink);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--text-light);
}

.empty-state p {
  font-size: 1.1rem;
}

/* Dark theme specific overrides */
[data-theme="dark"] .puppy-card,
[data-theme="dark"] .feature-card,
[data-theme="dark"] .gallery-item {
  border: 1px solid rgba(240,160,180,0.06);
}

[data-theme="dark"] header {
  background: rgba(26, 26, 31, 0.85);
  border-bottom-color: rgba(240,160,180,0.1);
}

[data-theme="dark"] .nav-links {
  background: var(--bg-surface);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

[data-theme="dark"] .cta-section {
  background: linear-gradient(135deg, #2a2a35, #35354a);
  border: 1px solid rgba(240,160,180,0.1);
}

[data-theme="dark"] .hero {
  background: linear-gradient(135deg, #1a1a1f, #1e1e25, #242430);
}

[data-theme="dark"] .btn-primary {
  background: linear-gradient(135deg, #f0a0b4, #d98e9e);
  color: #1a1a1f;
}

[data-theme="dark"] .scroll-to-top svg {
  fill: var(--primary-pink);
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image {
    order: -1;
  }

  .hero-buttons {
    justify-content: center;
  }

  .about-content,
  .contact-content {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }

  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--bg-body);
    flex-direction: column;
    padding: 8px 16px;
    gap: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transform: translateY(-150%);
    transition: transform 0.3s ease;
    border-radius: 0 0 16px 16px;
  }

  .nav-links.active {
    transform: translateY(0);
  }

  .nav-links a {
    padding: 14px 16px;
    border-radius: 10px;
    display: block;
  }

  .nav-links a.active {
    background: rgba(248,180,196,0.08);
  }

  .menu-toggle {
    display: flex;
  }

  .header-icons {
    gap: 8px;
  }

  .header-icons a {
    width: 32px;
    height: 32px;
  }

  .header-icons svg {
    width: 16px;
    height: 16px;
  }

  .puppies-grid,
  .features-grid,
  .gallery-grid {
    gap: 16px;
  }

  .scroll-to-top {
    bottom: 85px;
    right: 20px;
  }

  .hero-trust-badge {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  .info-banner-content {
    gap: 20px;
  }
}

/* Breadcrumb Navigation */
.breadcrumb {
  background: var(--bg-body);
  padding: 12px 0;
  font-size: 0.9rem;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-light);
}

.breadcrumb li:not(:last-child)::after {
  content: '›';
  color: var(--accent-gold);
  font-size: 1.1rem;
}

.breadcrumb a {
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: var(--primary-pink);
}

.breadcrumb [aria-current="page"] {
  color: var(--text-dark);
  font-weight: 600;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: var(--soft-pink);
}

.faq-grid {
  max-width: 800px;
  margin: 40px auto 0;
  display: grid;
  gap: 16px;
}

.faq-item {
  background: var(--bg-surface);
  padding: 24px 28px;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px var(--shadow-pink);
}

.faq-item h3 {
  font-size: 1.05rem;
  color: var(--text-dark);
  margin-bottom: 8px;
  font-family: 'Playfair Display', Georgia, serif;
}

.faq-item p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0s !important;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }

  .feature-card,
  .puppy-card,
  .gallery-item,
  .btn {
    transition: none;
  }

  .puppy-card:hover,
  .puppy-card:focus-within,
  .feature-card:hover,
  .feature-card:focus-within,
  .gallery-item:hover,
  .gallery-item:focus-within {
    transform: none;
  }
}
