/* ══════════════════════════
  GLOBAL FOR THIS PAGE
══════════════════════════ */
body { background: #ffffff; }

.about-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-section {
  padding: 72px 0;
}

.section-label {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff9800;
  margin-bottom: 10px;
}

.nav-active { color: #ff9800 !important; font-weight: 700; }

/* ══════════════════════════
  HERO
══════════════════════════ */
.about-hero {
  position: relative;
  height: 380px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f3460 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15,23,42,0.4) 0%, rgba(15,23,42,0.75) 100%);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 0 24px;
}

.about-eyebrow {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ff9800;
  margin-bottom: 14px;
  border: 1px solid rgba(255,152,0,0.4);
  padding: 5px 14px;
  border-radius: 20px;
}

.about-hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
}

.about-hero-content p {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ══════════════════════════
  INTRO SECTION
══════════════════════════ */
.about-intro-section {
  background: #ffffff;
  border-bottom: 1px solid #f0ede6;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 64px;
  align-items: start;
}

.about-intro-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a2e;
  margin-bottom: 22px;
}

.about-intro-text h2 em {
  color: #ff9800;
  font-style: italic;
}

.about-intro-text p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 16px;
  text-align: justify;
}

/* ── VERSE BOX ── */
.about-verse-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff8ee;
  border-left: 5px solid #ff9800;
  border-radius: 0 12px 12px 0;
  padding: 18px 20px;
  margin-top: 28px;
}

.verse-mark {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  color: #ff9800;
  line-height: 0.8;
  flex-shrink: 0;
  margin-top: 4px;
}

.verse-text {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  font-style: italic;
  margin-bottom: 6px !important;
}

.verse-ref {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ff9800 !important;
  margin-bottom: 0 !important;
}

/* ── FOUNDER PHOTO ── */
.about-photo-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.about-photo-frame img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
}

.about-photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(15,23,42,0.92) 0%, transparent 100%);
  padding: 40px 20px 18px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.about-photo-label strong {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
}

.about-photo-label span {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff9800;
}

/* ══════════════════════════
  SCRIPTURE BANNER
══════════════════════════ */
.scripture-banner {
  background: #ff9800;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.sb-quote {
  font-family: 'Playfair Display', serif;
  font-size: 72px;
  color: rgba(255,255,255,0.5);
  line-height: 0.7;
  flex-shrink: 0;
}

.scripture-banner p {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: white;
  line-height: 1.6;
  font-style: italic;
  max-width: 800px;
}

/* ══════════════════════════
  PURPOSE & FEATURES
══════════════════════════ */
.about-purpose-section {
  background: #faf9f6;
  border-bottom: 1px solid #f0ede6;
}

.about-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.about-two-col h2 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a2e;
  margin-bottom: 28px;
}

/* ── PURPOSE LIST ── */
.purpose-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.purpose-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.pl-icon {
  width: 44px; height: 44px;
  background: #fff3e0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.purpose-list strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.purpose-list p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  margin: 0;
}

/* ── FEATURE GRID ── */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.feature-card {
  background: white;
  border: 1.5px solid #f0ede6;
  border-radius: 14px;
  padding: 18px 16px;
  transition: border-color 0.2s, transform 0.2s;
}

.feature-card:hover {
  border-color: #ff9800;
  transform: translateY(-2px);
}

.fc-icon {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 1;
}

.feature-card strong {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 4px;
}

.feature-card p {
  font-family: 'Lato', sans-serif;
  font-size: 12.5px;
  color: #888;
  line-height: 1.55;
  margin: 0;
}

/* ══════════════════════════
  TEAM
══════════════════════════ */
.about-team-section {
  background: white;
  border-bottom: 1px solid #f0ede6;
}

.about-section-header {
  text-align: center;
  margin-bottom: 52px;
}

.about-section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 12px;
}

.about-section-header p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #888;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.team-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border: 1px solid #f0ede6;
  transition: transform 0.2s, box-shadow 0.2s;
}

.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}

.team-photo-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0ede6;
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.4s;
}

.team-card:hover .team-photo { transform: scale(1.04); }

.team-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(15,23,42,0.15) 100%);
}

.team-info {
  padding: 22px 24px 24px;
  background: white;
}

.team-info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 5px;
}

.team-role {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff9800;
  margin-bottom: 12px;
}

.team-info p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* ══════════════════════════
  CTA FOOTER
══════════════════════════ */
.about-cta {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%);
  padding: 80px 0;
  text-align: center;
}

.about-cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: white;
  margin-bottom: 12px;
}

.about-cta p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 32px;
}

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

.cta-btn {
  padding: 14px 32px;
  border-radius: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  letter-spacing: 0.02em;
}

.cta-btn--primary {
  background: #ff9800;
  color: white;
  box-shadow: 0 4px 18px rgba(255,152,0,0.4);
}
.cta-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,152,0,0.5);
}

.cta-btn--secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.35);
}
.cta-btn--secondary:hover {
  background: rgba(255,255,255,0.08);
  transform: translateY(-2px);
}

/* ══════════════════════════
  RESPONSIVE
══════════════════════════ */
@media (max-width: 900px) {
  .about-intro-grid { grid-template-columns: 1fr; }
  .about-intro-image { order: -1; max-width: 320px; margin: 0 auto; }
  .about-two-col { grid-template-columns: 1fr; gap: 40px; }
  .about-hero-content h1 { font-size: 36px; }
  .scripture-banner { padding: 32px 24px; flex-direction: column; gap: 12px; }
  .sb-quote { font-size: 48px; }
  .about-container { padding: 0 20px; }
}

@media (max-width: 600px) {
  .feature-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .about-hero { height: 300px; }
  .about-hero-content h1 { font-size: 28px; }
  .about-section { padding: 48px 0; }
}
