/* ============================================
   ABOUT PAGE STYLES
   File: public/assets/css/pages/about/index.css
   --------------------------------------------
   - Dark, cinematic layout
   - Fully responsive (mobile-first)
   - Uses the same visual language as home/movies/etc.
============================================ */

/* ---------- Page Shell ---------- */

.static-page.static-page-about {
  background: radial-gradient(
      circle at top,
      rgba(245, 178, 0, 0.1),
      transparent 55%
    ),
    radial-gradient(circle at bottom, rgba(15, 23, 42, 0.9), #020617);
  color: #e5e7eb; /* slate-200 */
  min-height: 100vh;
}

/* Wrapping container for sections */
.static-about-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3.5rem;
}

/* Shared section header for About blocks */
.about-section-header {
  margin-bottom: 1.75rem;
}

.about-section-header h2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.about-section-header p {
  font-size: 0.95rem;
  color: #cbd5f5; /* light slate */
  max-width: 34rem;
}

/* ============================================
   HERO
============================================ */

.static-hero.static-hero--about {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
}

/* Hero image wrapper */
.static-hero-media {
  position: relative;
  max-height: 520px;
}

/* Recommended image size: 1440 x 520px */
.static-hero-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Dark gradient overlay on top of image */
.static-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 7, 18, 0.55),
    rgba(3, 7, 18, 0.98)
  );
  display: flex;
  align-items: flex-end;
}

/* Content inside hero */
.static-hero-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 3.5rem 1.25rem 2.75rem;
}

.static-hero-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.75rem;
  border-radius: 999px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(249, 115, 22, 0.8);
  color: #fed7aa; /* orange-200 */
  margin-bottom: 0.75rem;
}

.static-hero-title {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.55rem;
}

.static-hero-subtitle {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #e5e7eb;
  max-width: 36rem;
}

/* ============================================
   INTRO SECTION (story + stats)
============================================ */

.about-intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.about-intro-main h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.about-intro-main p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #d1d5db;
  margin-bottom: 0.75rem;
}

/* Stats row */
.about-intro-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.about-stat-card {
  flex: 1 1 8rem;
  min-width: 8rem;
  background: radial-gradient(
    circle at top left,
    rgba(245, 158, 11, 0.18),
    rgba(15, 23, 42, 0.9)
  );
  border-radius: 0.9rem;
  padding: 0.8rem 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.about-stat-number {
  font-size: 1.15rem;
  font-weight: 700;
  color: #f5b200;
  margin-bottom: 0.1rem;
}

.about-stat-label {
  font-size: 0.75rem;
  color: #cbd5e1;
}

/* ============================================
   MISSION SECTION (image + text/values)
============================================ */

.about-mission-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem;
  margin-bottom: 3.5rem;
  align-items: center;
}

/* Image block */
.about-mission-visual {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(
    circle at top left,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.99)
  );
}

/* Recommended image size: 800 x 600px */
.about-mission-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Mission copy */
.about-mission-text h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.about-mission-text > p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #d1d5db;
  margin-bottom: 1.25rem;
}

/* Values grid inside mission */
.about-values-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.about-value-item {
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.about-value-item h3 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #f5b200;
}

.about-value-item p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #cbd5e1;
}

/* ============================================
   PILLARS SECTION (what lives on the platform)
============================================ */

.about-pillars-section {
  margin-bottom: 3.25rem;
}

.about-pillars-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.about-pillar-card {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.55);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
}

.about-pillar-card h3 {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #f97316; /* orange-500 */
}

.about-pillar-card p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #d1d5db;
}

/* ============================================
   TEAM SECTION
============================================ */

.about-team-section {
  margin-bottom: 3.25rem;
}

.about-team-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

/* Each team member card */
.about-team-card {
  display: flex;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.55);
}

/* Avatar block */
.about-team-avatar {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(245, 158, 11, 0.85);
}

/* Recommended size: 160 x 160px */
.about-team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text body */
.about-team-body h3 {
  font-size: 0.96rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.about-team-role {
  font-size: 0.8rem;
  color: #facc15; /* yellow-400 */
  margin-bottom: 0.25rem;
}

.about-team-bio {
  font-size: 0.86rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.about-team-note {
  font-size: 0.8rem;
  color: #9ca3af;
  margin-top: 0.75rem;
}

/* ============================================
   CTA SECTION
============================================ */

.about-cta-section {
  margin-bottom: 0.5rem;
}

.about-cta-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.1rem 1.1rem;
  border-radius: 1.1rem;
  background: linear-gradient(
    135deg,
    rgba(245, 178, 0, 0.1),
    rgba(8, 47, 73, 0.9)
  );
  border: 1px solid rgba(245, 158, 11, 0.6);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
}

.about-cta-text h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.about-cta-text p {
  font-size: 0.88rem;
  color: #e5e7eb;
}

/* CTA button */
.about-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5b200, #f97316);
  color: #020617;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.about-cta-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.8);
}

/* ============================================
   LINKS & MISC
============================================ */

.static-page-about a {
  color: #fbbf24;
  text-decoration: none;
}

.static-page-about a:hover {
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
============================================ */

/* ≥ 640px (small tablets) */
@media (min-width: 640px) {
  .static-hero-inner {
    padding: 4rem 1.75rem 3.25rem;
  }

  .static-hero-title {
    font-size: 2.2rem;
  }

  .static-hero-subtitle {
    font-size: 1rem;
  }

  .about-intro-section {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.1fr);
    align-items: flex-start;
  }

  .about-intro-stats {
    justify-content: flex-end;
  }
}

/* ≥ 768px (tablets / small laptops) */
@media (min-width: 768px) {
  .about-mission-section {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  }

  .about-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-pillars-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-cta-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 1.5rem;
  }

  .about-cta-text {
    max-width: 32rem;
  }
}

/* ≥ 1024px (desktops) */
@media (min-width: 1024px) {
  .static-hero-title {
    font-size: 2.5rem;
  }

  .static-hero-subtitle {
    font-size: 1.05rem;
  }

  .static-about-inner {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .about-pillars-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ≥ 1280px (large desktops) */
@media (min-width: 1280px) {
  .static-hero-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .static-about-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
