/* =========================================
   ABOUT PAGE CSS
   ========================================= */

/* PAGE HERO */
.about-hero { background: linear-gradient(135deg, var(--dark-olive) 0%, var(--olive-light) 50%, var(--primary) 100%); }

/* STORY SECTION */
.story-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.story-img { position: relative; }
.story-img-main { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-hover); aspect-ratio: 4/3; }
.story-img-main img { width: 100%; height: 100%; object-fit: cover; }
.story-img-accent { position: absolute; bottom: -28px; right: -28px; border-radius: 18px; padding: 24px 32px; display: flex; align-items: center; gap: 24px; }
.story-stat { text-align: center; }
.story-stat strong { display: block; font-family: var(--font-heading); font-size: 2.2rem; color: var(--primary); font-weight: 700; }
.story-stat span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }
.story-stat-divider { width: 1px; height: 40px; background: rgba(107,122,69,0.2); }
.story-content p { color: var(--text-muted); margin-bottom: 0; }
.story-milestones { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.milestone { background: var(--bg-light); border-radius: var(--radius-sm); padding: 18px 20px; border-left: 3px solid var(--primary); }
.milestone-year { display: inline-block; font-family: var(--font-heading); font-size: 1rem; font-weight: 700; color: var(--primary); margin-bottom: 6px; }
.milestone p { font-size: 0.83rem; color: var(--text-muted); margin: 0; }

/* MISSION & VISION */
.mv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.mv-card { background: #fff; border-radius: var(--radius); padding: 44px 36px; box-shadow: var(--shadow); transition: var(--transition); border-top: 4px solid transparent; }
.mv-card:hover, .mv-card.featured { border-top-color: var(--primary); transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.mv-icon { width: 64px; height: 64px; background: linear-gradient(135deg, var(--primary), var(--accent)); border-radius: 18px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.4rem; margin-bottom: 24px; }
.mv-card h3 { font-family: var(--font-heading); font-size: 1.35rem; color: var(--text); margin-bottom: 14px; }
.mv-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.mv-list { display: flex; flex-direction: column; gap: 10px; }
.mv-list li { display: flex; align-items: center; gap: 10px; font-size: 0.86rem; color: var(--text-muted); }
.mv-list li i { color: var(--primary); font-size: 0.78rem; }

/* TEAM */
.team-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; }
.team-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); width: 100%; max-width: 300px; }
.team-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-hover); }
.team-img { height: 260px; background-size: cover; background-position: center top; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.team-img-initial { font-family: var(--font-heading); font-size: 5rem; color: rgba(255,255,255,0.4); font-weight: 700; }
.team-social { position: absolute; inset: 0; background: rgba(30,40,15,0.65); display: flex; align-items: center; justify-content: center; gap: 12px; opacity: 0; transition: var(--transition); }
.team-card:hover .team-social { opacity: 1; }
.team-social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.15); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; border: 1px solid rgba(255,255,255,0.3); transition: var(--transition); }
.team-social a:hover { background: var(--primary); }
.team-body { padding: 24px; }
.team-body h3 { font-family: var(--font-heading); font-size: 1.05rem; margin-bottom: 4px; }
.team-role { font-size: 0.8rem; color: var(--primary); font-weight: 600; margin-bottom: 10px; }
.team-desc { font-size: 0.83rem; color: var(--text-muted); margin-bottom: 14px; line-height: 1.6; }
.team-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.team-badges span { font-size: 0.73rem; font-weight: 600; padding: 4px 10px; background: rgba(107,122,69,0.1); color: var(--primary); border-radius: 20px; }

/* WHY ABOUT */
.why-about-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.why-about-card { background: #fff; border-radius: var(--radius); padding: 40px 28px; box-shadow: var(--shadow); position: relative; overflow: hidden; transition: var(--transition); }
.why-about-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.wac-num { position: absolute; top: 20px; right: 20px; font-family: var(--font-heading); font-size: 3rem; font-weight: 700; color: rgba(107,122,69,0.08); line-height: 1; }
.wac-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--primary), var(--accent)); border-radius: 16px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.3rem; margin-bottom: 20px; }
.why-about-card h3 { font-family: var(--font-heading); font-size: 1.1rem; margin-bottom: 12px; }
.why-about-card p { font-size: 0.87rem; color: var(--text-muted); }

/* STATS BANNER */
.stats-banner { padding: 70px 0; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-big strong { display: block; font-family: var(--font-heading); font-size: 3rem; color: var(--accent); font-weight: 700; }
.stat-big span { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: rgba(255,255,255,0.6); margin-top: 8px; display: block; }

/* ABOUT CTA */
.about-cta-inner { border-radius: 28px; padding: 80px 48px; text-align: center; }
.cta-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary), var(--accent)); border-radius: 24px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2rem; margin: 0 auto 28px; }
.about-cta-inner p { font-size: 1.05rem; color: var(--text-muted); max-width: 500px; margin: 0 auto 36px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .why-about-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .story-grid { gap: 48px; }
  .mv-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}

@media (max-width: 768px) {
  .story-grid { grid-template-columns: 1fr; gap: 60px; }
  .story-img { overflow: visible; }
  .story-img-accent { right: 0; bottom: -20px; padding: 16px 20px; gap: 16px; }
  .story-stat strong { font-size: 1.6rem; }
  .story-milestones { grid-template-columns: 1fr; }
  .mv-grid { grid-template-columns: 1fr; }
  .why-about-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .about-cta-inner { padding: 48px 24px; }
  .team-grid { gap: 20px; }
}

@media (max-width: 480px) {
  .stats-row { grid-template-columns: 1fr; }
  .story-img-accent { position: static; margin-top: 20px; border-radius: var(--radius-sm); justify-content: center; }
  .about-cta-inner { padding: 36px 16px; }
  .cta-btns { flex-direction: column; align-items: stretch; }
  .cta-btns .btn { justify-content: center; }
}
