/* ==========================================================
   ABOUT US PAGE — extends style.css / custom.css design system
   ========================================================== */

/* ---- Page intro banner ---- */
.about-hero{
  position:relative;
  min-height:280px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:linear-gradient(180deg,rgba(10,20,40,.55),rgba(10,20,40,.55)),
             url('https://commons.wikimedia.org/wiki/Special:FilePath/Machu_Picchu%2C_Peru.jpg?width=1600') center/cover no-repeat;
  color:#fff;
  padding:40px 24px;
}
.about-hero .crumb{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:13.5px;
  color:#dbe1ee;
  margin-top:10px;
}
.about-hero .crumb a{color:#fff;font-weight:600;}
.about-hero .crumb i{font-size:10px;color:var(--brand-red);}
.about-hero h1{
  color:#fff;
  font-size:34px;
  font-weight:800;
  letter-spacing:.3px;
}

/* ---- Our Story ---- */
.story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.story-imgs{
  position:relative;
  height:420px;
}
.story-imgs img{
  position:absolute;
  border-radius:var(--radius);
  box-shadow:var(--shadow-lg);
  object-fit:cover;
}
.story-imgs .img-main{
  width:78%;
  height:320px;
  top:0;
  left:0;
}
.story-imgs .img-sub{
  width:55%;
  height:200px;
  bottom:0;
  right:0;
  border:6px solid #fff;
}
.story-text .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--brand-red);
  font-weight:700;
  font-size:13px;
  letter-spacing:.6px;
  text-transform:uppercase;
  margin-bottom:12px;
}
.story-text .eyebrow::before{
  content:"";
  width:26px;
  height:3px;
  background:var(--brand-red);
  border-radius:3px;
}
.story-text h2{
  font-size:28px;
  margin-bottom:16px;
  line-height:1.3;
}
.story-text p{
  color:var(--muted);
  font-size:14.5px;
  line-height:1.8;
  margin-bottom:14px;
}
.story-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}
.story-points li{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:600;
  color:var(--ink);
}
.story-points i{
  width:26px;
  height:26px;
  border-radius:50%;
  background:var(--cream);
  color:var(--brand-red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  flex-shrink:0;
}

/* ---- Stats counter strip ---- */
.stats-strip{
  background:linear-gradient(120deg,var(--navy-2),#182648);
  border-radius:var(--radius);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  box-shadow:var(--shadow-lg);
}
.stat-item{
  text-align:center;
  padding:34px 12px;
  border-right:1px solid rgba(255,255,255,.12);
}
.stat-item:last-child{border-right:none;}
.stat-item h3{
  color:#fff;
  font-size:32px;
  font-weight:800;
  margin-bottom:6px;
}
.stat-item h3 span{color:var(--brand-red);}
.stat-item p{
  color:#aab3c8;
  font-size:13px;
  font-weight:500;
}

/* ---- Mission / Vision cards ---- */
.mv-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.mv-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:30px 26px;
  box-shadow:var(--shadow-sm);
  transition:.3s;
}
.mv-card:hover{
  box-shadow:var(--shadow-lg);
  transform:translateY(-6px);
  border-color:transparent;
}
.mv-card .icon{
  width:56px;
  height:56px;
  border-radius:14px;
  background:var(--cream);
  color:var(--brand-red);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  margin-bottom:18px;
}
.mv-card h4{
  font-size:17px;
  color:var(--navy);
  margin-bottom:10px;
}
.mv-card p{
  color:var(--muted);
  font-size:13.5px;
  line-height:1.75;
}

/* ---- Team ---- */
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.team-card{
  background:#fff;
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  transition:.3s;
  text-align:center;
}
.team-card:hover{
  box-shadow:var(--shadow-lg);
  transform:translateY(-6px);
}
.team-card .img-wrap{
  height:230px;
  overflow:hidden;
}
.team-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.5s;
}
.team-card:hover img{transform:scale(1.07);}
.team-info{padding:18px 14px 22px;}
.team-info h5{font-size:15px;color:var(--navy);margin-bottom:4px;}
.team-info span{font-size:12.5px;color:var(--brand-red);font-weight:600;}
.team-social{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:12px;
}
.team-social a{
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--cream);
  color:var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  transition:.2s;
}
.team-social a:hover{background:var(--brand-red);color:#fff;}

/* ---- CTA banner reuse of plan-banner look, custom bg ---- */
.about-cta{
  background:url('https://commons.wikimedia.org/wiki/Special:FilePath/Hot_air_balloons_in_Cappadocia_2.jpg?width=1600') center/cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow-lg);
  padding:50px 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  position:relative;
  overflow:hidden;
}
.about-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(20,28,52,.92),rgba(20,28,52,.55));
}
.about-cta > *{position:relative;z-index:1;}
.about-cta h3{color:#fff;font-size:26px;margin-bottom:8px;}
.about-cta p{color:#dbe1ee;font-size:14.5px;max-width:420px;}

/* ---- Responsive ---- */
@media(max-width:1080px){
  .team-grid{grid-template-columns:repeat(2,1fr);}
  .mv-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:900px){
  .story-grid{grid-template-columns:1fr;}
  .story-imgs{height:340px;margin-bottom:10px;}
  .stats-strip{grid-template-columns:1fr 1fr;}
  .stat-item{border-bottom:1px solid rgba(255,255,255,.12);}
}
@media(max-width:560px){
  .about-hero h1{font-size:26px;}
  .mv-grid{grid-template-columns:1fr;}
  .team-grid{grid-template-columns:1fr 1fr;}
  .story-points{grid-template-columns:1fr;}
  .stats-strip{grid-template-columns:1fr 1fr;}
  .about-cta{flex-direction:column;text-align:center;padding:36px 22px;}
}
