/* ════════════════════════════════════════════
   BAIT AL MAZAYA — About Us Page Stylesheet
   Extends style.css — same tokens, same components.
   Load AFTER style.css.
   (Reuses .page-hero / .breadcrumb / .who-grid / .why-grid
    from products.css if both pages share that file; otherwise
    the base rules below are self-contained for this page.)
   ════════════════════════════════════════════ */

/* ── Page Hero (shared pattern with inner pages) ── */
.page-hero {
  position: relative;
  min-height: 38vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.about-hero {
  background-image:
    linear-gradient(105deg, rgba(17,58,27,0.88) 0%, rgba(17,58,27,0.78) 100%),
    url('/Assets/Home\ 3.jpg');
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(201,162,39,0.16), transparent 55%);
}

.page-hero-content {
  position: relative;
  z-index: 2;
  padding: 64px 0 56px;
}

.page-hero .hero-eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(201,162,39,0.15);
  border: 1px solid rgba(201,162,39,0.4);
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 18px;
}

.page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 18px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
}
.breadcrumb a { color: rgba(255,255,255,0.85); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb i { font-size: 0.65rem; color: var(--gold); }
.breadcrumb span { color: var(--gold-light); }

/* ── Our Story (reuses who-grid layout from homepage) ── */
.our-story .who-content p { margin-bottom: 14px; }

/* ── Stats Strip ── */
.stats-strip {
  background: var(--dark);
  padding: 52px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.stat-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--gold-light);
  line-height: 1;
}
.stat-num::after { content: ''; }
.stat-label {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.stats-grid .stat-item:nth-child(2) { transition-delay: 0.07s; }
.stats-grid .stat-item:nth-child(3) { transition-delay: 0.14s; }
.stats-grid .stat-item:nth-child(4) { transition-delay: 0.21s; }

/* ── Mission / Vision ── */
.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.mv-card {
  background: var(--white);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.mv-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.mv-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-light));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.mv-icon i { color: var(--gold); font-size: 1.6rem; }
.mv-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--dark);
  margin-bottom: 12px;
}
.mv-card p {
  color: var(--grey);
  line-height: 1.75;
  font-size: 0.95rem;
}
.mv-grid .mv-card:nth-child(2) { transition-delay: 0.1s; }

/* ── Team ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.team-photo {
  height: 190px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.team-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,58,27,0) 60%, rgba(17,58,27,0.25) 100%);
}
.team-photo-1 { background-image: url('https://images.unsplash.com/photo-1560250097-0b93528c311a?w=500&q=75'); }
.team-photo-2 { background-image: url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=500&q=75'); }
.team-photo-3 { background-image: url('https://images.unsplash.com/photo-1580489944761-15a19d654956?w=500&q=75'); }
.team-photo-4 { background-image: url('https://images.unsplash.com/photo-1582750433449-648ed127bb54?w=500&q=75'); }

.team-info { padding: 22px 22px 24px; }
.team-info h4 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 4px;
}
.team-role {
  display: block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}
.team-info p {
  color: var(--grey);
  font-size: 0.86rem;
  line-height: 1.6;
}
.team-grid .team-card:nth-child(2) { transition-delay: 0.07s; }
.team-grid .team-card:nth-child(3) { transition-delay: 0.14s; }
.team-grid .team-card:nth-child(4) { transition-delay: 0.21s; }


/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .team-grid  { grid-template-columns: repeat(2, 1fr); }
  .cert-grid  { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .page-hero { min-height: 30vh; }
  .page-hero-content { padding: 44px 0 40px; }

  .mv-grid { grid-template-columns: 1fr; }
  .mv-card { padding: 32px 26px; }

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

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr; gap: 26px; }
}
