/* ==========================================
   ABOUT PAGE — SHARED UTILITIES
   ========================================== */
.company-name-link {
  text-decoration: none;
}

.section-header--left {
  text-align: left;
}

.divider--left {
  margin: 0;
}

.section-subtext {
  color: var(--light-text);
  font-size: 0.95rem;
  margin-top: 0.5rem;
}

.nav-link.active-page {
  color: var(--primary);
  border-bottom: 2px solid var(--accent);
}

/* ==========================================
   PAGE HERO BANNER
   ========================================== */
.page-hero {
  position: relative;
  height: 440px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(27, 94, 32, 0.78) 0%,
    rgba(107, 142, 35, 0.55) 100%
  );
}

.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 1rem;
}

.page-hero-eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}

.page-hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.page-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.page-hero-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  padding: 0.6rem 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
}

.page-hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
}

.page-hero-breadcrumb a:hover {
  color: var(--accent);
}

.breadcrumb-sep {
  margin: 0 0.5rem;
  opacity: 0.6;
}

/* ==========================================
   INTRO SECTION
   ========================================== */
.about-intro {
  padding: 5rem 0;
  background-color: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.intro-text p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--light-text);
  margin-bottom: 1.25rem;
}

.intro-text strong {
  color: var(--primary);
}

.intro-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.stat-card {
  background: var(--background);
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
  text-align: center;
  border-top: 4px solid var(--accent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.stat-number {
  display: block;
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.stat-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--light-text);
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==========================================
   VISION STATEMENT SECTION
   ========================================== */
.about-vision {
  padding: 6rem 0;
  background-color: var(--white);
  border-top: 1px solid rgba(107, 142, 35, 0.15);
  border-bottom: 1px solid rgba(107, 142, 35, 0.15);
  background-image: linear-gradient(to bottom, rgba(244, 246, 244, 0.4), transparent);
}

.vision-content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.vision-eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.vision-heading {
  font-family: 'Merriweather', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.25;
  margin-bottom: 1.75rem;
}

.vision-divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  margin: 0 auto 3rem;
}

.vision-quote {
  font-family: 'Merriweather', serif;
  font-size: 1.4rem;
  font-style: italic;
  color: var(--primary);
  line-height: 1.8;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  position: relative;
  max-width: 750px;
}

.vision-quote::before {
  content: '"';
  font-size: 4rem;
  color: rgba(107, 142, 35, 0.2);
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
  font-family: Georgia, serif;
}

.vision-body-wrapper {
  text-align: left;
  margin-bottom: 3.5rem;
  padding: 0 1rem;
}

.vision-body {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--light-text);
  margin-bottom: 1.25rem;
}

.vision-body strong {
  color: var(--primary);
}

/* ---- Pillars row ---- */
.vision-pillars {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.vision-pillar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--background);
  border-radius: 50px;
  padding: 0.85rem 1.75rem;
  border: 1px solid rgba(107, 142, 35, 0.2);
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-pillar:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.pillar-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.pillar-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.75px;
  line-height: 1.3;
}

/* ==========================================
   CORE VALUES / FACT CARDS
   ========================================== */
.about-values {
  padding: 5rem 0;
  background-color: var(--background);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.value-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 4px solid transparent;
}

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-bottom-color: var(--accent);
}

.value-icon {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  display: block;
}

.value-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--primary);
}

.value-card p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--light-text);
}

.value-card strong {
  color: var(--primary);
}

/* ==========================================
   COOPERATIVE MOVEMENT SECTION
   ========================================== */
.about-coop {
  padding: 5rem 0;
  background-color: var(--white);
}

.coop-inner > p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--light-text);
  max-width: 820px;
  margin-bottom: 1.25rem;
}

.coop-inner > p strong {
  color: var(--primary);
}

.coop-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}

.highlight-item {
  display: flex;
  gap: 1.25rem;
  background: var(--background);
  border-radius: 10px;
  padding: 1.5rem;
  border-left: 4px solid var(--accent);
  transition: transform 0.25s ease;
}

.highlight-item:hover {
  transform: translateX(4px);
}

.highlight-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 0.1rem;
}

.highlight-item h4 {
  font-family: 'Merriweather', serif;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.highlight-item p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--light-text);
  margin-bottom: 0;
}

.highlight-item p strong {
  color: var(--primary);
}

/* ==========================================
   FOREST DATA SECTION
   ========================================== */
.about-data {
  padding: 5rem 0;
  background-color: var(--background);
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}

.data-card {
  background: var(--white);
  border-radius: 12px;
  padding: 2rem 1.75rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.data-card:hover {
  transform: translateY(-4px);
}

.data-icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.data-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--primary);
}

.data-value {
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.data-value span {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--light-text);
}

.data-card p {
  font-size: 0.9rem;
  color: var(--light-text);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Species bars */
.data-card--species {
  text-align: left;
}

.data-card--species .data-icon {
  text-align: center;
}

.data-card--species h3 {
  text-align: center;
}

.species-bars {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 0.5rem;
}

.species-bar-item {
  display: grid;
  grid-template-columns: 90px 1fr 36px;
  align-items: center;
  gap: 0.75rem;
}

.species-name {
  font-size: 0.82rem;
  color: var(--light-text);
  font-weight: 600;
}

.species-bar-track {
  height: 8px;
  background: var(--background);
  border-radius: 4px;
  overflow: hidden;
}

.species-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 4px;
  animation: barGrow 1s ease-out forwards;
  transform-origin: left;
}

@keyframes barGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.species-pct {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--primary);
}

/* ==========================================
   CTA STRIP
   ========================================== */
.about-cta {
  padding: 5rem 0;
  background: linear-gradient(135deg, var(--primary) 0%, #2e7d32 100%);
}

.cta-inner {
  text-align: center;
}

.cta-inner h2 {
  color: var(--white);
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

/* ==========================================
   RESPONSIVE — TABLET
   ========================================== */
@media (max-width: 900px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .data-grid {
    grid-template-columns: 1fr;
  }

  /* Vision — tablet typography tweaks */
  .about-vision {
    padding: 4.5rem 0;
  }

  .vision-heading {
    font-size: 2.3rem;
  }
  
  .vision-quote {
    font-size: 1.25rem;
    padding: 0 1rem;
  }
}

/* ==========================================
   RESPONSIVE — MOBILE
   ========================================== */
@media (max-width: 768px) {
  .page-hero {
    height: 340px;
  }

  .page-hero-title {
    font-size: 2rem;
  }

  .page-hero-subtitle {
    font-size: 1rem;
  }

  .intro-stats {
    grid-template-columns: 1fr 1fr;
  }

  .coop-highlights {
    grid-template-columns: 1fr;
  }

  .cta-inner h2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .page-hero-title {
    font-size: 1.6rem;
  }

  .intro-stats {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 1.6rem;
  }

  /* Vision — mobile tweaks */
  .about-vision {
    padding: 3.5rem 0;
  }

  .vision-heading {
    font-size: 1.9rem;
  }
  
  .vision-quote {
    font-size: 1.15rem;
    padding: 0;
  }
  
  .vision-quote::before {
    top: -1.25rem;
    left: -1rem;
    font-size: 3rem;
  }
}
