/*
Theme Name: Happy Chicks Feed
Theme URI: https://happychicksfeed.com
Description: Custom theme for Happy Chicks Feed - handmade enrichment chicken feed from Cincinnati.
Version: 1.0.0
Author: Happy Chicks Feed
Author URI: https://happychicksfeed.com
License: GPL v2 or later
Text Domain: hcf-theme
Domain Path: /languages
*/

/* ============================================
   HAPPY CHICKS FEED — Enchanted Storybook Theme v4
   Hero: Title top (cream) → Hen centered → Egg → Products
   Text: cream/white on dark, never gold or green
   Real labels from Print queue
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Fredoka:wght@300;400;500;600;700&display=swap');

:root {
  --night: #0f1a0a;
  --forest-deep: #162210;
  --forest: #1e3317;
  --forest-mid: #2a4a20;
  --leaf: #3d6b2e;
  --leaf-light: #5a8a44;
  --logo-green: #2d8a3a;
  --gold: #d4a840;
  --gold-bright: #e8c44c;
  --gold-glow: #f0d060;
  --gold-pale: #f5ecd0;
  --amber: #c4872c;
  --parchment: #faf6ee;
  --parchment-warm: #f2ece0;
  --cream: #ede4d0;
  --linen: #ddd4c2;
  --bark: #4a3c2a;
  --earth: #6a5a46;
  --earth-light: #8a7a66;
  --white: #ffffff;
  --black: #0a0a08;
}

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--bark);
  background: var(--parchment);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ===== NAVIGATION — taller, Fredoka, white text ===== */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 48px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 36px;
  background: rgba(15, 26, 10, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-logo img {
  height: 42px;
  width: auto;
  /* Shift the logo green toward olive to match the forest theme */
  filter: brightness(0.9) saturate(0.6) sepia(0.25) hue-rotate(-10deg);
}
.nav-logo span {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.06em;
}
.nav-menu {
  display: flex;
  gap: 36px;
  align-items: center;
  margin-left: auto;
}
.nav-menu a {
  font-family: 'Fredoka', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.3s;
  position: relative;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 2px;
  background: var(--white);
  transition: width 0.3s;
}
.nav-menu a:hover { color: var(--white); }
.nav-menu a:hover::after { width: 100%; }
.nav-menu a.active { color: var(--white); }
.nav-menu a.active::after { width: 100%; }
.nav-shop {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--forest-deep);
  background: var(--white);
  padding: 8px 22px;
  border-radius: 4px;
  transition: all 0.3s;
}
.nav-shop:hover {
  background: var(--cream);
  transform: translateY(-1px);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}
.nav-toggle span {
  width: 28px; height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

/* ===== HERO — Dark universe with hen illustration ===== */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 60%, rgba(30,51,23,0.6) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 30%, rgba(45,123,58,0.06) 0%, transparent 40%),
    radial-gradient(ellipse at 80% 20%, rgba(45,80,30,0.08) 0%, transparent 40%),
    linear-gradient(180deg, #080e05 0%, #0f1a0a 25%, #162210 50%, #0f1a0a 80%, #080e05 100%);
}

/* Fireflies */
.fireflies { position: absolute; inset: 0; overflow: hidden; z-index: 3; pointer-events: none; }
.firefly {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--gold-glow);
  box-shadow: 0 0 10px 3px rgba(240,208,96,0.6), 0 0 24px 6px rgba(240,208,96,0.2);
  animation: fireflyFloat 6s ease-in-out infinite, fireflyGlow 3s ease-in-out infinite alternate;
}
.firefly:nth-child(1) { left: 8%; top: 20%; animation-delay: 0s; animation-duration: 7s; width: 5px; height: 5px; }
.firefly:nth-child(2) { left: 22%; top: 65%; animation-delay: 1.2s; animation-duration: 5s; }
.firefly:nth-child(3) { left: 48%; top: 28%; animation-delay: 2.4s; animation-duration: 8s; width: 6px; height: 6px; }
.firefly:nth-child(4) { left: 72%; top: 72%; animation-delay: 0.8s; animation-duration: 6s; }
.firefly:nth-child(5) { left: 88%; top: 22%; animation-delay: 3s; animation-duration: 7s; width: 5px; height: 5px; }
.firefly:nth-child(6) { left: 38%; top: 82%; animation-delay: 1.8s; animation-duration: 5.5s; }
.firefly:nth-child(7) { left: 62%; top: 12%; animation-delay: 4s; animation-duration: 6.5s; width: 5px; height: 5px; }
.firefly:nth-child(8) { left: 15%; top: 48%; animation-delay: 2s; animation-duration: 8s; }
.firefly:nth-child(9) { left: 55%; top: 55%; animation-delay: 0.5s; animation-duration: 6s; width: 6px; height: 6px; }
.firefly:nth-child(10) { left: 78%; top: 40%; animation-delay: 3.5s; animation-duration: 7s; }
.firefly:nth-child(11) { left: 30%; top: 35%; animation-delay: 1s; animation-duration: 9s; width: 3px; height: 3px; }
.firefly:nth-child(12) { left: 65%; top: 85%; animation-delay: 2.5s; animation-duration: 6s; width: 4px; height: 4px; }

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 64px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* === TITLE — ONE LINE, thin elegant serif, cream === */
.storybook-title {
  font-family: 'Playfair Display', serif;
  font-size: 5.5vw;
  font-weight: 400;
  color: var(--cream);
  line-height: 1.1;
  white-space: nowrap;
  text-shadow:
    0 0 40px rgba(255,255,255,0.1),
    0 3px 16px rgba(0,0,0,0.4);
  opacity: 0;
  animation: titleZoomIn 2.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
  letter-spacing: 0.06em;
  width: 100%;
}

/* Subtitle — cream, no gray */
.storybook-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  color: var(--cream);
  letter-spacing: 2px;
  margin-top: 8px;
  opacity: 0;
  animation: fadeUp 1.2s ease 2.6s forwards;
  text-shadow: 0 2px 16px rgba(0,0,0,0.8);
}

/* === HERO SCENE — Canva flock illustration, LARGE and FOCAL === */
.hero-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  margin-top: 16px;
  opacity: 0;
  animation: sceneFadeIn 2s ease 2.8s forwards;
}
.hero-scene-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 60px rgba(212,168,64,0.4)) drop-shadow(0 12px 40px rgba(0,0,0,0.5));
}

/* === FALLING EGGS — golden eggs fall from nest and gently fade === */
.falling-eggs {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: -10px;
}
.falling-egg {
  width: 75px;
  height: 95px;
  opacity: 0;
  animation: eggFall 3.5s ease-in forwards;
}
.egg-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(212,168,64,0.5));
}
.egg-1 { animation-delay: 3.6s; }
.egg-2 { animation-delay: 4.0s; width: 65px; height: 82px; }
.egg-3 { animation-delay: 4.5s; }
.egg-4 { animation-delay: 4.8s; width: 65px; height: 82px; }
.egg-5 { animation-delay: 5.3s; }

/* Scroll CTA — appears after eggs */
.hero-scroll-cta {
  position: relative;
  z-index: 2;
  margin-top: 4px;
  opacity: 0;
  animation: fadeUp 0.8s ease 5.5s forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.hero-scroll-cta a {
  font-family: 'Fredoka', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--forest-deep);
  background: var(--white);
  padding: 14px 36px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.hero-scroll-cta a:hover {
  background: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.15);
}
.scroll-arrow {
  font-size: 24px;
  color: rgba(255,255,255,0.6);
  animation: bounce 2s ease-in-out infinite;
}

/* ===== SECTIONS — Shared ===== */
section { padding: 80px 48px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.text-center { text-align: center; }
.section-label {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--leaf);
  margin-bottom: 16px;
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--bark);
  line-height: 1.15;
  margin-bottom: 20px;
}
.section-body {
  font-size: 20px;
  line-height: 1.7;
  color: var(--earth);
  max-width: 700px;
}
.section-light { background: var(--parchment); }
.section-warm { background: var(--parchment-warm); }

/* DARK SECTIONS — cream text only, no gray, no green */
.section-dark { background: var(--forest-deep); }
.section-dark .section-label { color: var(--cream); font-weight: 500; }
.section-dark .section-heading { color: var(--cream); }
.section-dark .section-body { color: var(--cream); }

/* ===== PRODUCTS GRID ===== */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.product-card {
  display: block;
  background: var(--white);
  overflow: hidden;
  border: 1px solid var(--linen);
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}
.product-card-img {
  height: 280px;
  overflow: hidden;
  background: var(--parchment-warm);
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Placeholder for missing product image */
.product-card-placeholder {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--linen);
  font-family: 'Fredoka', sans-serif;
  font-size: 13px;
  color: var(--earth-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-card-body {
  padding: 28px;
}
.product-tag {
  font-family: 'Fredoka', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--leaf);
  margin-bottom: 10px;
}
.product-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--bark);
  margin-bottom: 10px;
}
.product-card p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--earth);
  margin-bottom: 16px;
}
.price {
  font-family: 'Fredoka', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--forest);
}

/* Buttons */
.btn-white {
  display: inline-block;
  font-family: 'Fredoka', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--forest-deep);
  background: var(--white);
  padding: 14px 32px;
  transition: all 0.3s;
}
.btn-white:hover {
  background: var(--cream);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.1);
}
.btn-gold {
  display: inline-block;
  font-family: 'Fredoka', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--forest-deep);
  background: var(--gold);
  padding: 14px 32px;
  transition: all 0.3s;
}
.btn-gold:hover {
  background: var(--gold-bright);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,168,64,0.3);
}
.btn-dark {
  display: inline-block;
  font-family: 'Fredoka', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--parchment);
  background: var(--forest-deep);
  padding: 14px 32px;
  transition: all 0.3s;
}
.btn-dark:hover {
  background: var(--forest);
  transform: translateY(-2px);
}
.btn-outline-white {
  display: inline-block;
  font-family: 'Fredoka', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 14px 32px;
  transition: all 0.3s;
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}

/* ===== SCIENCE — green/gold cards, no orange/blue ===== */
.science-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 800px;
  margin: 48px auto 0;
}
.compare-card {
  padding: 36px;
  text-align: center;
}
.compare-card h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.compare-card p {
  font-size: 17px;
  line-height: 1.6;
}
.compare-card.dry {
  background: #e0dcd6;
  border: 1px solid #ccc8c0;
}
.compare-card.dry h4 { color: #777; }
.compare-card.dry p { color: #888; }
.compare-card.cooked {
  background: var(--forest-deep);
  border: 2px solid var(--gold);
}
.compare-card.cooked h4 { color: var(--white); }
.compare-card.cooked p { color: var(--cream); }

/* ===== SCIENCE BADGES ===== */
.science-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 48px auto 0;
}
.science-badge {
  display: block;
  background: var(--white);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--linen);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.science-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  border-color: var(--gold);
}
.science-badge-icon {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.science-badge h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--forest-deep);
  margin-bottom: 10px;
}
.science-badge p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--earth);
  margin-bottom: 14px;
}
.science-badge-link {
  font-family: 'Fredoka', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.02em;
}
.science-badge:hover .science-badge-link {
  color: var(--amber);
}

/* ===== STORY SPLIT ===== */
.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}
.story-split-img {
  min-height: 400px;
  overflow: hidden;
}
.story-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-split-text {
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Text inside dark split — cream only */
.story-split-text .section-label { color: var(--cream); }
.story-split-text .section-heading { color: var(--cream); }
.story-split-text .section-body { color: var(--cream); }

/* ===== GALLERY ===== */
.chicken-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.chicken-gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* ===== TRUST — placeholder circles ===== */
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}
.trust-card { text-align: center; }
.trust-photo-placeholder {
  width: 220px;
  height: 220px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--linen);
  border: 3px solid var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fredoka', sans-serif;
  font-size: 13px;
  color: var(--earth-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.trust-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--bark);
  margin-bottom: 8px;
}
.trust-card .trust-role {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px;
  color: var(--leaf);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.trust-card p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--earth);
  max-width: 380px;
  margin: 0 auto;
}

/* ===== CTA — cream on dark, high contrast ===== */
.cta-section {
  background: var(--forest-deep);
  padding: 100px 48px;
  text-align: center;
}
.cta-inner { max-width: 700px; margin: 0 auto; }
.cta-inner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.cta-inner p {
  font-size: 20px;
  color: var(--cream);
  line-height: 1.6;
  margin-bottom: 36px;
}

/* ===== FOOTER ===== */
.site-footer {
  background: var(--night);
  padding: 64px 48px 32px;
  color: var(--cream);
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand {
  font-family: 'Fredoka', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 16px;
}
.site-footer p {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.55);
}
.site-footer h4 {
  font-family: 'Fredoka', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 16px;
}
.site-footer li { margin-bottom: 10px; }
.site-footer li a {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  transition: color 0.3s;
}
.site-footer li a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== KEYFRAMES ===== */
@keyframes titleZoomIn {
  0% { opacity: 0; transform: scale(0.3) translateY(20px); filter: blur(8px); }
  40% { opacity: 0.7; filter: blur(2px); }
  100% { opacity: 1; transform: scale(1) translateY(0); filter: blur(0); }
}
/* Scene fades in after the title */
@keyframes sceneFadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes itemPop {
  from { opacity: 0; transform: scale(0.4) translateY(30px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
/* Golden egg falls gently from nest and fades away */
@keyframes eggFall {
  0% { opacity: 0; transform: translateY(-10px) scale(0.7); }
  12% { opacity: 1; transform: translateY(0) scale(1); }
  35% { opacity: 1; transform: translateY(40px) scale(1); }
  42% { opacity: 1; transform: translateY(34px) scale(1.02); }
  50% { opacity: 1; transform: translateY(40px) scale(1); }
  70% { opacity: 0.8; transform: translateY(50px) scale(1); }
  100% { opacity: 0; transform: translateY(65px) scale(0.95); }
}
@keyframes fireflyFloat {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(15px, -20px); }
  50% { transform: translate(-10px, -35px); }
  75% { transform: translate(20px, -15px); }
}
@keyframes fireflyGlow {
  from { opacity: 0.3; box-shadow: 0 0 6px 2px rgba(240,208,96,0.3); }
  to { opacity: 1; box-shadow: 0 0 12px 4px rgba(240,208,96,0.8), 0 0 24px 6px rgba(240,208,96,0.3); }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ===== SUB-PAGES ===== */
.page-hero {
  background: var(--forest-deep);
  padding: 140px 48px 80px;
  text-align: center;
}
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}
.page-hero p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
}
.content-section { padding: 80px 48px; }
.content-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--bark);
  margin-bottom: 20px;
}
.content-section p {
  font-size: 19px;
  line-height: 1.7;
  color: var(--earth);
  max-width: 750px;
}

/* Story article styles (meet-us.html) */
.story-article { max-width: 720px; margin: 0 auto; padding: 48px 24px 80px; }
.story-article p { font-family: 'Cormorant Garamond', serif; color: var(--bark); font-size: 1.15rem; line-height: 1.85; margin-bottom: 20px; }
.story-article h2 { font-family: 'Playfair Display', serif; color: var(--forest-deep); font-size: 1.8rem; margin: 48px 0 20px; }
.story-article h3 { font-family: 'Playfair Display', serif; color: var(--forest); font-size: 1.4rem; margin: 36px 0 16px; }
.story-article em { color: var(--earth); }
.story-divider { text-align: center; margin: 56px 0; color: var(--gold); font-size: 1.6rem; letter-spacing: 12px; }
.father-section { background: var(--forest-deep); padding: 64px 24px; }
.father-inner { max-width: 720px; margin: 0 auto; }
.father-inner .section-label { color: var(--gold); }
.father-inner h2 { font-family: 'Playfair Display', serif; color: var(--cream); font-size: 2rem; margin-bottom: 24px; }
.father-inner p { font-family: 'Cormorant Garamond', serif; color: var(--cream); font-size: 1.15rem; line-height: 1.85; margin-bottom: 20px; opacity: 0.92; }
.father-inner em { color: var(--gold-pale); font-style: italic; }
.father-closing { background: var(--forest); padding: 48px 24px; text-align: center; }
.father-closing p { font-family: 'Cormorant Garamond', serif; color: var(--cream); font-size: 1.15rem; line-height: 1.8; max-width: 640px; margin: 0 auto; font-style: italic; }
.story-photo { max-width: 720px; margin: 36px auto; border-radius: 10px; overflow: hidden; box-shadow: 0 6px 24px rgba(22,34,16,0.12); }
.story-photo img { width: 100%; display: block; }
.story-photo figcaption { font-family: 'Cormorant Garamond', serif; font-size: 0.95rem; color: var(--earth); text-align: center; padding: 12px 16px; font-style: italic; background: var(--parchment-warm); }
.story-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 720px; margin: 40px auto; }
.story-gallery img { width: 100%; border-radius: 8px; aspect-ratio: 4/3; object-fit: cover; box-shadow: 0 4px 16px rgba(22,34,16,0.1); }

/* Giving page styles */
.giving-hero {
  background: var(--forest-deep);
  padding: 140px 24px 80px;
  text-align: center;
  margin-top: 60px;
}
.giving-hero h1 {
  font-family: 'Playfair Display', serif;
  color: var(--cream);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  margin-bottom: 16px;
}
.giving-hero p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--cream);
  font-size: 1.2rem;
  opacity: 0.88;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.giving-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 24px 80px;
}
.giving-content h2 {
  font-family: 'Playfair Display', serif;
  color: var(--forest-deep);
  font-size: 1.8rem;
  margin: 48px 0 20px;
}
.giving-content h2:first-child { margin-top: 0; }
.giving-content p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--bark);
  font-size: 1.15rem;
  line-height: 1.85;
  margin-bottom: 20px;
}

.giving-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  margin: 40px 0 48px;
}
.pillar-card {
  background: var(--parchment-warm);
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(22,34,16,0.08);
}
.pillar-icon {
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.pillar-card h3 {
  font-family: 'Playfair Display', serif;
  color: var(--forest-deep);
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.pillar-card p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--earth);
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.giving-photo {
  max-width: 780px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(22,34,16,0.12);
}
.giving-photo img { width: 100%; display: block; }
.giving-photo figcaption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  color: var(--earth);
  text-align: center;
  padding: 12px 16px;
  font-style: italic;
  background: var(--parchment-warm);
}

.giving-cta {
  background: var(--forest);
  padding: 64px 24px;
  text-align: center;
  margin-top: 48px;
}
.giving-cta h2 {
  font-family: 'Playfair Display', serif;
  color: var(--cream);
  font-size: 2rem;
  margin-bottom: 16px;
}
.giving-cta p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--cream);
  font-size: 1.15rem;
  max-width: 560px;
  margin: 0 auto 28px;
  opacity: 0.9;
  line-height: 1.7;
}
.giving-cta .btn-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.funded-banner {
  background: var(--gold-pale);
  padding: 40px 24px;
  text-align: center;
}
.funded-banner p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--forest-deep);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}
.funded-banner strong { color: var(--forest); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .science-badges { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .site-nav { padding: 0 24px; height: 54px; }
  .nav-logo img { height: 36px; }
  .nav-logo span { font-size: 16px; }
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .nav-menu.open {
    display: flex; flex-direction: column;
    position: fixed; top: 54px; left: 0; right: 0;
    background: rgba(15, 26, 10, 0.98);
    padding: 32px 24px; gap: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav-shop { display: none; }
  section { padding: 64px 24px; }
  .storybook-title { font-size: 12vw; }
  .storybook-subtitle { font-size: 18px; }
  .hero-scene { max-width: 95%; }
  .falling-egg { width: 40px; height: 52px; }
  .products-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .story-split { grid-template-columns: 1fr; }
  .story-split-img { min-height: 300px; }
  .story-split-text { padding: 48px 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .chicken-gallery { grid-template-columns: 1fr; }
  .chicken-gallery img { height: 250px; }
  .vision-grid { grid-template-columns: 1fr; }
  .activities-grid { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .science-compare { grid-template-columns: 1fr; }
  .science-badges { grid-template-columns: 1fr; }
  .section-heading { font-size: 32px; }
  .page-hero { padding: 80px 24px 50px; }
  .page-hero h1 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .connection-inner { flex-direction: column; text-align: center; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .content-section { padding: 64px 24px; }
  .cta-section { padding: 64px 24px; }
  .cta-inner h2 { font-size: 32px; }
  .connection-banner { padding: 48px 24px; }
  .site-footer { padding: 48px 24px 24px; }
  .story-gallery { grid-template-columns: 1fr; }
  .giving-hero { padding: 80px 24px 50px; }
}


/* ===== SHOP DROPDOWN MENU ===== */
.nav-dropdown {
    position: relative;
    display: inline-block;
}
.nav-dropdown > .nav-shop {
    cursor: pointer;
}
.nav-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #162210;
    border: 1px solid rgba(212,168,64,0.2);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 220px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
    z-index: 1000;
}
.nav-dropdown:hover .nav-dropdown-menu {
    display: block;
}
.nav-dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #ede4d0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}
.nav-dropdown-menu a:hover {
    background: rgba(212,168,64,0.15);
    color: #d4a840;
}
@media (max-width: 768px) {
    .nav-dropdown-menu {
        position: static;
        background: rgba(22,34,16,0.9);
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 0 16px;
    }
    .nav-dropdown:hover .nav-dropdown-menu {
        display: block;
    }
}
/* ===== HIDE JS-INJECTED SHOP LINK (replaced by dropdown) ===== */
.nav-menu-shop {
    display: none !important;
}

/* ===== DARK BUTTON (for light sections) ===== */
.btn-dark {
  display: inline-block;
  padding: 14px 36px;
  background: var(--forest-deep);
  color: var(--cream);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--forest-deep);
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}
.btn-dark:hover {
  background: transparent;
  color: var(--forest-deep);
}

/* Cart nav link - matches Shop button style */
.nav-cart {
    font-family: Fredoka, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #162210;
    background: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
}

.nav-cart:hover {
    background: #ede4d0;
    color: #162210;
    text-decoration: none;
}
