/* =========================
   ABOUT PAGE (layout)
========================= */
.about-hero {
  background: var(--soft-bg);
  padding: 42px 0 70px;
}

/* header */
.about-hero__head {
  text-align: center;
  margin-bottom: 22px;
}

.section-badge {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  background: rgba(214, 6, 5, 0.12);
  color: var(--brand-red);
  font-size: 13px;
}


.about-hero__text {
  margin: 10px auto 0;
  color: var(--muted);
  line-height: 1.08;
  font-size: clamp(14px, 3vw, 16px);
  max-width: 80ch;
}

/* awards row */
.about-hero__awards {
  margin: 50px auto 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 980px;
}

.award__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #212121;
}

.award__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

/* large image card */
.about-hero__media {
  margin: 0 auto;
  overflow: hidden;
  background: #ddd;
  box-shadow: 0 22px 50px rgba(17, 24, 39, 0.12);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.about-hero__media img {
  width: 100%;
  height: clamp(260px, 38vw, 420px);
  object-fit: cover;
  display: block;
}

/* stats bar */
.statistics {
  background: var(--brand-navy);
  margin-top: -200px;
  padding: 130px 0 30px;
}
.about-stats {
  color: #fff;
  border-radius: 0 0 14px 14px;
  padding: 22px 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  box-shadow: 0 18px 40px rgba(12, 8, 134, 0.18);
}

.about-hero__media + .about-stats {
  margin-top: -6px; 
}

.stat {
  text-align: center;
  padding: 6px 8px;
}

.stat__value {
  font-weight: 700;
  font-size: clamp(26px, 3vw, 35px);
  line-height: 1;
  margin-bottom: 6px;
}
.stat__label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

/* =========================
   Responsive
========================= */
@media (max-width: 992px) {
  .about-hero {
    padding: 34px 0 60px;
  }

  .about-hero__awards {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .about-stats {
    max-width: 720px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
  }
}

@media (max-width: 576px) {
  .about-hero__title {
    max-width: 20ch;
  }

  .about-stats {
    max-width: 100%;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
    padding: 18px 12px;
  }

  .stat__label {
    font-size: 12px;
  }
}

/* ==================
Journey Section
==================== */
.about-journey{
  background: var(--soft-bg);
}

.badge-soft{
  display:inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(12,8,134,.08);
  color: var(--brand-navy);
  font-size: 12px;
  letter-spacing: .2px;
}


.section-subtitle{
  max-width: 760px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.75;
}

/* Cards */
.journey-card{
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17,24,39,.06);
  padding: 18px 18px 16px;
  display:flex;
  flex-direction:column;
  gap: 12px;
}

.journey-card__top{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}

.journey-card__icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  background: rgba(214,6,5,.10);
  color: var(--brand-red);
  flex: 0 0 auto;
}

.journey-card__kicker{
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}

.journey-card__title{
  margin-top: 5px;
  font-weight: 700;
  color: #1D255E;
  font-size: 18px;
}

.journey-card__text{
  margin: 0;
  line-height: 1.75;
  color: var(--muted);
  font-size: 14px;
}

/* Tags */
.journey-card__tag{
  margin-top: auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: var(--muted);
  font-size: 12px;
}

.journey-card__tag .dot{
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(17,24,39,.22);
  display:inline-block;
}

.journey-card--accent{
  border-color: rgba(12,8,134,.18);
  box-shadow: 0 18px 50px rgba(12,8,134,.10);
}

.journey-card--accent .journey-card__icon{
  background: rgba(12,8,134,.10);
  color: var(--brand-navy);
}

/* ================
Foundation & Founder
================ */

.about-foundation{
  background: rgb(255, 255, 255);
}

/* Narrative */
.foundation-narrative{
  background: #fff;
  border: 2px solid rgba(17,24,39,.08);
  border-radius: 18px;
  padding: 28px;
}

.foundation-narrative p{
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 14px;
}

/* Leadership */
.foundation-leadership{
  background: linear-gradient(180deg, rgba(12,8,134,.06), #fff);
  border-radius: 18px;
  padding: 28px;
}

.foundation-leadership p{
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 14px;
}

.leadership-signature{
  font-weight: 700;
  color: #212121;
}

.leadership-signature span{
  font-weight: 600;
  color: var(--muted);
  font-size: 14px;
}

/* Headings */
.foundation-heading{
  font-weight: 700;
  color: #212121;
  font-size: 18px;
  margin-bottom: 10px;
}

/* List */
.foundation-list{
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0;
}

.foundation-list li{
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
  color: var(--muted);
}

.foundation-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--brand-navy);
}

/* Trust strip */
.foundation-strip{
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.strip-item{
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(214,6,5,.08);
  color: #212121;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 767px){
  .foundation-narrative,
  .foundation-leadership{
    padding: 22px;
  }

  .foundation-strip{
    overflow-x: auto;
    justify-content: flex-start;
  }
}


/* =========================
   VIDEO FEEDBACK
========================= */
.video-feedback {
  background: var(--soft-bg);
}

.vf-head {
  max-width: 980px;
}

.vf-subtitle {
  color: var(--muted);
  font-size: 16px;
  margin: 0 auto;
}


.vf-panel {
  max-width: 980px;
  margin: 0 auto;
  background: #1c1c5818; 
  border-radius: 8px;
  border: 1px solid rgba(12, 8, 134, 0.08);
}

/* each row card */
.vf-item {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(12, 8, 134, 0.1);
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 12px;
}

.vf-item:last-child {
  margin-bottom: 0;
}

/* thumbnail */
.vf-thumb {
  position: relative;
  background: #d8d8d8; 
  border-radius: 6px;
  overflow: hidden;
  height: 150px;
}

.vf-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* watch button inside thumbnail */
.vf-watch {
  position: absolute;
  left: 12px;
  bottom: 12px;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
  color: #1d255e;
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.14);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}
.vf-watch:hover {
  transform: translateY(-2px);
  filter: brightness(0.98);
}
.vf-watch i {
  font-size: 11px;
}

/* right content */
.vf-body {
  height: 100%;
  border-left: 3px solid rgba(12, 8, 134, 0.18); 
  padding-left: 14px;
}

.vf-meta {
  font-size: 11px;
  color: rgba(29, 37, 94, 0.65);
  text-transform: none;
  margin-bottom: 6px;
}

.vf-item-title {
  font-size: 16px;
  font-weight:600;
  color: #1d255e;
  margin: 0 0 8px;
}

.vf-text {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
}

.vf-link {
  font-size: 12px;
  color: var(--brand-navy);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.vf-link i {
  transition: transform 0.18s ease;
  font-size: 12px;
}
.vf-link:hover i {
  transform: translateX(4px);
}

/* responsive */
@media (max-width: 767px) {
  .vf-thumb {
    height: 160px;
  }
  .vf-body {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(12, 8, 134, 0.1);
    padding-top: 12px;
  }
}