/* ABOUT PAGE — page-specific layout on top of index.css's shared
   chrome (util-bar, header, canvas frame, buttons, footer, wa-btn). */

#about-hero { min-height: 65vh; padding: 160px 6% 60px; justify-content: center; }

@media (max-width: 768px) {
  #about-hero { padding: 100px 5% 36px; min-height: 50vh; }
}
#about-hero .hero-sub { margin: 14px auto 0; text-align: center; }

#cta { justify-content: center; }

/* --- STORY / WHO WE ARE --- */
.about-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.about-story-grid p { margin-top: 16px; font-size: 0.95rem; }
.story-photo { border: 1px solid var(--card-border); border-radius: 18px; overflow: hidden; position: relative; min-height: 340px; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.story-tag {
  position: absolute; bottom: 16px; left: 16px;
  background: rgba(var(--bg-rgb), 0.78); border: 1px solid var(--card-border);
  padding: 8px 14px; border-radius: 30px; font-size: 12px; color: var(--aqua);
}

/* --- STAT STRIP --- */
.about-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }

/* --- MISSION / VALUES --- */
.mv-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.mv-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 16px; padding: 24px 20px; transition: var(--ease);
}
.mv-card:hover { border-color: rgba(var(--teal-rgb),0.4); transform: translateY(-3px); }
.mv-card h3 { font-size: 1rem; color: var(--text); margin-top: 8px; }
.mv-card p { font-size: 0.85rem; margin-top: 8px; }

/* --- FOUNDER --- */
.founder-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 46px; align-items: center; }
.founder-photo { border: 1px solid var(--card-border); border-radius: 18px; overflow: hidden; }
.founder-photo img { width: 100%; display: block; }
.founder-name { font-size: clamp(24px,2.6vw,34px); margin-top: 14px; }
.founder-role { color: var(--aqua); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 8px; display: block; }
.founder p.bio { margin-top: 18px; font-size: 0.95rem; }
.founder-focus { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.founder-contact { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

/* --- AWARDS --- */
.award-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 46px; }
.award-card {
  background: var(--card-bg); border: 1px solid var(--card-border);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 16px; overflow: hidden; transition: var(--ease);
}
.award-card:hover { border-color: rgba(var(--teal-rgb),0.4); transform: translateY(-3px); }
.award-img { height: 170px; overflow: hidden; }
.award-img img { width: 100%; height: 100%; object-fit: cover; }
.award-body { padding: 18px; }
.award-body h3 { font-size: 0.95rem; color: var(--text); }
.award-body p { font-size: 0.82rem; margin-top: 8px; }

/* --- TIMELINE --- */
.timeline { position: relative; }
.timeline::before { content: ''; position: absolute; left: 18px; top: 6px; bottom: 6px; width: 1px; background: var(--card-border); }
.t-item { position: relative; padding-left: 54px; margin-bottom: 34px; }
.t-item:last-child { margin-bottom: 0; }
.t-dot { position: absolute; left: 11px; top: 4px; width: 15px; height: 15px; border-radius: 50%; background: var(--bg); border: 2px solid var(--gold); }
.t-item h3 { font-size: 1rem; color: var(--text); margin-top: 4px; }
.t-item p { color: var(--muted); margin-top: 6px; font-size: 0.85rem; max-width: 680px; }
.t-photo { margin-top: 14px; max-width: 640px; border-radius: 16px; overflow: hidden; }
.t-photo img { width: 100%; display: block; object-fit: cover; max-height: 380px; transition: var(--ease); }
.t-photo img:hover { transform: scale(1.02); }
.t-photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; max-width: 640px; }
.t-photo-pair img {
  width: 100%; height: 200px; object-fit: cover; border-radius: 16px;
  border: 1px solid var(--card-border); transition: var(--ease);
}
.t-photo-pair img:hover { transform: scale(1.02); }
@media (max-width: 700px) {
  .t-photo-pair { grid-template-columns: 1fr; }
}

/* --- NETWORK --- */
.net-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.net-card {
  border: 1px dashed var(--card-border); border-radius: 16px; padding: 20px;
  display: flex; gap: 16px; align-items: center;
}
.net-photo { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--card-border); box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
.net-photo img { width: 100%; height: 100%; object-fit: cover; }
.net-card h3 { font-size: 1rem; color: var(--text); margin-top: 2px; }
.net-card p { color: var(--muted); font-size: 0.82rem; margin-top: 6px; }

@media (max-width: 1100px) {
  .net-photo { width: 110px; height: 110px; }
}

/* --- KERALA ADVANTAGE --- */
.kerala-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.kerala-photo { border: 1px solid var(--card-border); border-radius: 18px; overflow: hidden; }
.kerala-photo img { width: 100%; display: block; }
.kerala-list { display: flex; flex-direction: column; gap: 16px; margin-top: 22px; }
.kerala-list .row { display: flex; gap: 14px; align-items: flex-start; }
.kerala-list .ico {
  width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; font-size: 14px;
  display: grid; place-items: center; color: var(--aqua);
  background: linear-gradient(135deg, rgba(var(--teal-rgb),0.18), rgba(var(--gold-rgb),0.12));
  border: 1px solid rgba(var(--teal-rgb), 0.3);
}
.kerala-list h4 { font-size: 0.92rem; color: var(--text); }
.kerala-list p { color: var(--muted); font-size: 0.82rem; margin-top: 4px; }

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .mv-grid, .award-grid, .net-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .about-story-grid, .founder-grid, .kerala-grid { grid-template-columns: 1fr; }
  .founder-photo { max-width: 280px; margin: 0 auto; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (max-width: 560px) {
  .mv-grid, .award-grid, .net-grid { grid-template-columns: 1fr; }
}
