/* ══════════════════════════════════════════════════════
   ABOUT PAGE HERO
══════════════════════════════════════════════════════ */
.about-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8,14,26,0.92) 0%,
    rgba(15,40,70,0.80) 100%
  );
}

.about-hero .container {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-hero-content {
  max-width: 720px;
}

.eyebrow-light {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}

.about-hero-content h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}

.about-hero-content > p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 48px;
}

.about-hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-stat strong {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
}

.about-stat span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.15);
}

/* ══════════════════════════════════════════════════════
   FOUNDER
══════════════════════════════════════════════════════ */
.founder-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: center;
}

.founder-image-wrap {
  position: relative;
}

.founder-image-placeholder {
  position: relative;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
}

.founder-image-placeholder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.founder-image-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 10px 12px;
  border-radius: 10px;
}

.founder-image-badge strong {
  color: var(--white);
  font-size: 1.1rem;
}

.founder-image-badge span {
  color: var(--gold-light);
  font-size: 0.82rem;
  font-weight: 500;
}

.founder-content .eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.founder-content h2 {
  margin-bottom: 24px;
}

.founder-intro {
  font-size: 1.05rem;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 16px;
}

.founder-content p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.founder-tags span {
  padding: 6px 14px;
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--navy);
}

.brand-link {
  color: rgb(182, 125, 4);
}
/* ══════════════════════════════════════════════════════
   MISSION VISION VALUES
══════════════════════════════════════════════════════ */
.mvv-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Desktop — image left/right, text opposite */
.mvv-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  min-height: 300px;
  transition: var(--transition);
}

.mvv-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

/* Image side */
.mvv-card-image {
  overflow: hidden;
  position: relative;
  max-height: 100%;
}

.mvv-card--values .mvv-card-image img {
  object-position: center 20%;
}

.mvv-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
}

.mvv-card:hover .mvv-card-image img {
  transform: scale(1.05);
}

/* Text side — desktop */
.mvv-card-content {
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Subtle image watermark behind text on desktop */
.mvv-card-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  z-index: 0;
}

.mvv-card-content--mission::before {
  background-image: url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=800&q=80');
}

.mvv-card-content--vision::before {
  background-image: url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800&q=80');
}

.mvv-card-content--values::before {
  background-image: url('https://images.unsplash.com/photo-1560250097-0b93528c311a?w=800&q=80');
}

.mvv-card-content--mission {
  background: linear-gradient(135deg, #0d1e3d, #1a3c5e);
}

.mvv-card-content--vision {
  background: linear-gradient(135deg, #083325, #0f6e56);
}

.mvv-card-content--values {
  background: linear-gradient(135deg, #1a1060, #3c3489);
}

/* All text above watermark */
.mvv-card-content > * {
  position: relative;
  z-index: 1;
}

.mvv-card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.mvv-card h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.2;
}

.mvv-card p {
  font-size: 0.9rem;
  line-height: 1.78;
  color: rgba(255,255,255,0.88);
}

/* Values list — two columns on desktop */
.mvv-values-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  list-style: none;
}

.mvv-values-list li {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.mvv-values-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--gold-light);
  font-weight: 700;
}

.mvv-values-list li span {
  font-weight: 700;
  color: var(--white);
}

/* ══════════════════════════════════════════════════════
   ABOUT BRANDS
══════════════════════════════════════════════════════ */
.about-brands-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.about-brand-card {
  border-radius: var(--radius-lg);
  padding: 36px;
  border-left: 5px solid;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.about-brand-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.about-brand-card--teal  { border-left-color: var(--teal); }
.about-brand-card--purple { border-left-color: var(--purple); }

.about-brand-logo {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.about-brand-logo img {
  max-width: 80px;
  max-height: 60px;
  object-fit: contain;
}

.about-brand-card h3 {
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 12px;
}

.about-brand-card p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--warm-grey);
  margin-bottom: 20px;
}

.about-brand-card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  list-style: none;
}

.about-brand-card ul li {
  font-size: 0.875rem;
  color: var(--navy);
  padding-left: 18px;
  position: relative;
}

.about-brand-card ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.about-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
  border-bottom: 2px solid var(--navy);
  padding-bottom: 2px;
  transition: var(--transition);
}

.about-brand-link:hover { gap: 10px; }

/* ══════════════════════════════════════════════════════
   TEAM V2
══════════════════════════════════════════════════════ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.team-card-v2 {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
  transition: var(--transition);
}

.team-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.team-card-v2-photo {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.team-card-v2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-v2-photo span {
  font-size: 2.2rem;
  font-weight: 800;
  color: rgba(255,255,255,0.7);
}

.team-card-v2-info { padding: 20px; }

.team-card-v2-info h4 {
  font-size: 0.95rem;
  color: var(--navy);
  margin-bottom: 4px;
}

.team-card-v2-info p {
  font-size: 0.8rem;
  color: var(--warm-grey);
  margin-bottom: 10px;
}

.team-card-v2-brand {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
}

.team-card-v2-brand--navy   { background:#e8f0fe; color:var(--navy); }
.team-card-v2-brand--teal   { background:#e0f5ec; color:var(--teal); }
.team-card-v2-brand--purple { background:#ede9ff; color:var(--purple); }

/* ══════════════════════════════════════════════════════
   TIMELINE
══════════════════════════════════════════════════════ */
.timeline {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 72px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--navy), var(--teal), var(--gold));
}

.timeline-item {
  display: grid;
  grid-template-columns: 72px 24px 1fr;
  gap: 0 20px;
  margin-bottom: 48px;
  align-items: start;
}

.timeline-year {
  text-align: right;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--navy);
  padding-top: 4px;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--navy);
  border: 3px solid var(--white);
  box-shadow: 0 0 0 2px var(--navy);
  margin-top: 4px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.timeline-dot--future {
  background: var(--gold);
  box-shadow: 0 0 0 2px var(--gold);
}

.timeline-content { padding-bottom: 8px; }

.timeline-content h4 {
  font-size: 1rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.timeline-content p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--warm-grey);
}

.timeline-item--future .timeline-content h4 { color: var(--gold); }

/* ══════════════════════════════════════════════════════
   ABOUT CTA
══════════════════════════════════════════════════════ */
.about-cta {
  background: var(--navy-dark);
  padding: 96px 0;
  text-align: center;
}

.about-cta h2 {
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 16px;
}

.about-cta p {
  color: rgba(255,255,255,0.6);
  font-size: 1.05rem;
  margin-bottom: 40px;
}

.about-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .founder-image-placeholder {
    height: 280px;
    overflow: hidden;
  }

  .founder-image-placeholder img {
    height: 100%;
    object-position: 50% 15%;
  }

  /* MVV — stack, hide side image, show as bg behind text */
  .mvv-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mvv-card-image {
    display: none;
  }

  .mvv-card-content {
    min-height: 320px;
    padding: 36px 28px;
  }

  /* Remove watermark pseudo — use real bg image instead */
  .mvv-card-content::before {
    display: none;
  }

  .mvv-card-content--mission {
    background:
      linear-gradient(135deg, rgba(13,30,61,0.90), rgba(26,60,94,0.90)),
      url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=800&q=80') center/cover no-repeat;
  }

  .mvv-card-content--vision {
    background:
      linear-gradient(135deg, rgba(8,51,37,0.90), rgba(15,110,86,0.90)),
      url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?w=800&q=80') center/cover no-repeat;
  }

  .mvv-card-content--values {
    background:
      linear-gradient(135deg, rgba(26,16,96,0.90), rgba(60,52,137,0.90)),
      url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=800&q=80') center/cover no-repeat;
  }

  /* Vision — restore natural order */
  .mvv-card--vision .mvv-card-content { order: 1; }
  .mvv-card--vision .mvv-card-image   { order: 2; }

  /* Values list — single column on mobile */
  .mvv-values-list {
    grid-template-columns: 1fr;
  }

  .about-brands-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .about-hero-stats { gap: 20px; }
  .about-stat-divider { display: none; }
  .timeline::before { left: 60px; }
  .timeline-item { grid-template-columns: 60px 20px 1fr; }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr 1fr; }
  .about-cta-actions { flex-direction: column; align-items: center; }
}

/* ══════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════ */
.footer {
  background: #0a1628;
  color: rgba(255,255,255,0.75);
  padding-top: 72px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

/* Brand Column */
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 320px;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.06);
  color: var(--white);
  font-size: 0.8rem;
  transition: var(--transition);
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--navy-dark);
  transform: translateY(-2px);
}

/* Columns */
.footer-col h5 {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  transition: var(--transition);
}

.footer-col ul li a:hover {
  color: var(--gold-light);
  padding-left: 4px;
}

/* Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}
