/* ─── PAGE HERO ───────────────────────────────────────────── */

.page-hero {
  margin-top: 84px;
  background-color: #1a1a1a;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 80px 10%;
}

.page-hero-content {
  max-width: 700px;
}

.page-eyebrow {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e7c873;
  display: block;
  margin-bottom: 20px;
}

.page-hero-content h1 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}

.page-hero-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #c0b9b0;
  line-height: 1.6;
  max-width: 560px;
}

/* ─── BRAND STORY ─────────────────────────────────────────── */

.brand-story {
  background: #f6f5f3;
  padding: 100px 10%;
}

.brand-story-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.brand-story-text {
  flex: 1;
}

.brand-story-text h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 28px;
}

.brand-story-text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 16px;
}

.brand-story-image {
  flex: 0 0 420px;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
}

.brand-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ─── STATS ───────────────────────────────────────────────── */

.stats-section {
  background: #333333;
  padding: 60px 10%;
}

.stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 60px;
  gap: 8px;
}

.stat-number {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
  font-size: 56px;
  color: #e7c873;
  line-height: 1;
}

.stat-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #c0b9b0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

/* ─── VALUES ──────────────────────────────────────────────── */

.values-section {
  background: #f1f1f1;
  padding: 100px 10%;
}

.values-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}

.values-header h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  margin: 0 20px;
}

.values-header::before,
.values-header::after {
  content: "";
  flex: 1;
  border-bottom: 6px solid #d9d9d9;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.value-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.value-icon {
  font-size: 28px;
  color: #5a5a5a;
  line-height: 1;
}

.value-card h3 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 26px;
  color: #1a1a1a;
  margin: 0;
}

.value-card p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.7;
  margin: 0;
}

/* ─── TEAM ────────────────────────────────────────────────── */

.team-section {
  background: #ffffff;
  padding: 100px 10%;
}

.team-header-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.team-header-wrap h2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.team-header-wrap p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #5a5a5a;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.team-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.team-img-wrap {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: #e8e5e0;
  margin-bottom: 8px;
}

.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card h3 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-size: 28px;
  color: #1a1a1a;
  margin: 0;
}

.team-role {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
}

.team-card p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.7;
  margin: 0;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — ABOUT PAGE
═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {
  .page-hero {
    margin-top: 64px;
    padding: 60px 6%;
    min-height: 320px;
  }

  .page-hero-content h1 {
    font-size: 40px;
  }

  .page-hero-content p {
    font-size: 16px;
  }

  .brand-story {
    padding: 60px 6%;
  }

  .brand-story-inner {
    flex-direction: column;
    gap: 40px;
  }

  .brand-story-text h2 {
    font-size: 36px;
  }

  .brand-story-image {
    flex: none;
    width: 100%;
    height: 280px;
  }

  .stats-inner {
    gap: 0;
  }

  .stat-item {
    padding: 20px 30px;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-divider {
    display: none;
  }

  .stats-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .values-section {
    padding: 60px 6%;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .values-header h2 {
    font-size: 32px;
  }

  .team-section {
    padding: 60px 6%;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .team-header-wrap h2 {
    font-size: 34px;
  }

  .about-cta-inner {
    flex-direction: column;
  }

  .about-cta-inner > img {
    flex: none;
    width: 100%;
    height: 260px;
  }

  .about-cta-content {
    padding: 40px 6%;
  }

  .about-cta-content h2 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .page-hero-content h1 {
    font-size: 32px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .brand-story-text h2 {
    font-size: 28px;
  }

  .about-cta-content h2 {
    font-size: 28px;
  }
}
