/* ═══════════════════════════════════════════════════════════
   TLOLCC — about.css
   Styles specific to about.html
═══════════════════════════════════════════════════════════ */

/* ─── ABOUT HERO ─────────────────────────────────────────── */
.about-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  background-color: var(--brown);
  background-image: url('../Images/web_images/65204ca19f0ed92a42199414_8D269E72-8C1F-47BE-8A52-EEF528BC8205-36870-00000E7822FCCF18.jpg');
  background-size: cover;
  background-position: center 30%;
  overflow: hidden;
  padding-top: var(--nav-h);
}

.about-hero-cross {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cline x1='40' y1='10' x2='40' y2='70' stroke='%23C9A84C' stroke-width='0.7'/%3E%3Cline x1='22' y1='28' x2='58' y2='28' stroke='%23C9A84C' stroke-width='0.7'/%3E%3C/svg%3E");
  background-size: 80px 80px;
  opacity: 0.045;
  pointer-events: none;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(26,15,6,0.90) 0%,
    rgba(44,26,14,0.80) 50%,
    rgba(44,26,14,0.60) 100%
  );
  pointer-events: none;
}

.about-hero-content {
  position: relative;
  z-index: 1;
  padding: 80px 48px 80px max(48px, 10vw);
  max-width: 720px;
}

.about-hero-title {
  font-family: var(--ff-display);
  font-size: clamp(56px, 8vw, 100px);
  font-weight: 600;
  color: var(--cream);
  line-height: 1.0;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.about-hero-title span { font-weight: 300; }
.about-hero-title em   { font-style: italic; color: var(--gold); font-weight: 400; }

.about-hero-sub {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(250,247,242,0.65);
  max-width: 520px;
  padding-left: 18px;
  border-left: 2px solid var(--gold);
  margin-bottom: 40px;
}


/* ─── PILLARS ────────────────────────────────────────────── */
.pillars-section {
  background: var(--cream);
  padding: var(--sec-pad) 0;
}

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

.pillar-card {
  padding: 40px 28px;
  border-top: 2px solid var(--cream-dark);
  transition: border-top-color var(--t);
}
.pillar-card:hover { border-top-color: var(--gold); }

.pillar-icon {
  width: 40px;
  height: 40px;
  color: var(--red);
  margin-bottom: 20px;
}
.pillar-icon svg { width: 100%; height: 100%; }

.pillar-card h3 {
  font-family: var(--ff-display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 12px;
  line-height: 1.25;
}
.pillar-card p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-mid);
}


/* ─── VISION SECTION ─────────────────────────────────────── */
.vision-section {
  background: var(--brown);
  padding: var(--sec-pad) 0;
}

.vision-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.vision-quote {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--cream);
  margin: 0 0 40px;
  position: relative;
}
.vision-quote::before {
  content: '\201C';
  font-size: 80px;
  color: var(--gold);
  opacity: 0.4;
  position: absolute;
  top: -24px;
  left: -20px;
  font-family: var(--ff-display);
  line-height: 1;
}

.vision-mission-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.vision-mission {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(250,247,242,0.58);
  max-width: 620px;
  margin: 0 auto;
}


/* ─── STATS BAR ──────────────────────────────────────────── */
.stats-bar {
  background: var(--cream-mid);
  padding: 64px 0;
  border-top: 1px solid var(--cream-dark);
  border-bottom: 1px solid var(--cream-dark);
}

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

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

.stat-num {
  font-family: var(--ff-display);
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 600;
  color: var(--brown);
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  text-align: center;
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: var(--cream-dark);
  flex-shrink: 0;
}


/* ─── TEAM SECTION ───────────────────────────────────────── */
.team-section {
  background: var(--cream);
  padding: var(--sec-pad) 0;
}

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

.team-member {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 80px;
  align-items: start;
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid var(--cream-dark);
}
.team-member:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.team-member.reverse {
  grid-template-columns: 1fr 480px;
}
.team-member.reverse .team-photo-wrap { order: 2; }
.team-member.reverse .team-bio        { order: 1; }

/* Photo — placeholder (Pastor T.J. Huang) */
.team-photo-placeholder {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team-photo-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.team-photo-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44,26,14,0.55);
}
.team-photo-note {
  position: absolute;
  bottom: 20px;
  left: 0; right: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,247,242,0.6);
  z-index: 1;
}

/* Photo — real (Zhang / Shang) */
.team-photo-frame {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.team-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.team-photo-frame-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(44,26,14,0.18) 100%);
}

/* Bio */
.team-bio {
  padding-top: 16px;
  position: relative;
}

.team-num {
  position: absolute;
  top: -20px;
  right: -10px;
  font-family: var(--ff-display);
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(44,26,14,0.07);
  user-select: none;
  pointer-events: none;
}

.team-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}

.team-name {
  font-family: var(--ff-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 600;
  color: var(--brown);
  line-height: 1.15;
  margin-bottom: 20px;
}
.team-name-zh {
  display: block;
  font-size: 0.55em;
  color: var(--text-light);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.team-divider {
  width: 40px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 24px;
}

.team-bio p {
  font-size: 14.5px;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 16px;
}
.team-bio p:last-child { margin-bottom: 0; }


/* ─── PHOTO STRIP ────────────────────────────────────────── */
.photo-strip {
  width: 100%;
  overflow: hidden;
}
.photo-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 320px;
}
.photo-strip-item {
  background-size: cover;
  background-position: center;
  transition: transform 0.6s var(--ease);
  transform-origin: center;
}
.photo-strip-item:hover { transform: scale(1.04); }


/* ─── STATEMENT OF FAITH ─────────────────────────────────── */
.faith-section {
  background: var(--cream-mid);
  padding: var(--sec-pad) 0;
}

.faith-header {
  text-align: center;
  margin-bottom: 64px;
}
.faith-note {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
  font-style: italic;
}

.faith-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--cream-dark);
  border: 1px solid var(--cream-dark);
  border-radius: 6px;
  overflow: hidden;
}

.faith-article {
  background: var(--cream);
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: background var(--t);
}
.faith-article:hover { background: #f5ece0; }

.faith-num {
  font-family: var(--ff-display);
  font-size: 40px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--red);
  line-height: 1;
  flex-shrink: 0;
  min-width: 36px;
  opacity: 0.55;
}

.faith-body h4 {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 8px;
  line-height: 1.2;
}
.faith-body p {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--text-mid);
}


/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .team-member,
  .team-member.reverse {
    grid-template-columns: 380px 1fr;
    gap: 48px;
  }
  .team-member.reverse {
    grid-template-columns: 1fr 380px;
  }
  .pillars-grid { gap: 20px; }
  .faith-grid   { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .about-hero-content { padding: 60px 24px; }

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

  .stats-grid {
    flex-wrap: wrap;
    gap: 32px;
  }
  .stat-divider { display: none; }
  .stat-item    { flex: 1 1 40%; }

  .team-member,
  .team-member.reverse {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 64px;
    padding-bottom: 64px;
  }
  .team-member.reverse .team-photo-wrap { order: 0; }
  .team-member.reverse .team-bio        { order: 1; }

  .team-photo-placeholder,
  .team-photo-frame {
    aspect-ratio: 3/2;
  }
  .team-photo-frame img { object-position: center 20%; }

  .team-num { font-size: 100px; top: -10px; right: -4px; }

  .photo-strip-inner {
    grid-template-columns: repeat(2, 1fr);
    height: 260px;
  }

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

@media (max-width: 480px) {
  .stat-item { flex: 1 1 100%; }
  .photo-strip-inner {
    grid-template-columns: 1fr;
    height: auto;
  }
  .photo-strip-item { height: 220px; }
}
