/* ============================================================
   PAGE-SPECIFIC STYLES (About, Founder, Programs, Insights,
   Team, Contact pages share this file via page-specific classes)
   ============================================================ */

/* ---- Page Hero (Inner Pages) ---- */
.page-hero {
  background: linear-gradient(135deg, var(--navy2) 0%, var(--navy) 60%, #1a3d5c 100%);
  padding: 160px 0 90px; text-align: center; position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(45deg,transparent,transparent 40px,rgba(201,168,76,0.025) 40px,rgba(201,168,76,0.025) 41px);
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero .section-eyebrow { justify-content: center; }
.page-hero .section-eyebrow::before { display: none; }
.page-hero h1 {
  font-family: var(--serif); font-size: clamp(2.4rem,5vw,4rem);
  color: var(--white); font-weight: 600; line-height: 1.15;
  margin-bottom: 16px;
}
.page-hero h1 em { color: var(--gold3); font-style: italic; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.75); max-width: 600px; margin: 0 auto; line-height: 1.75; }

/* ---- Breadcrumb ---- */
.breadcrumb { display: flex; align-items: center; gap: 8px; justify-content: center; margin-top: 24px; }
.breadcrumb a, .breadcrumb span { font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb .sep { color: rgba(255,255,255,0.35); }
.breadcrumb .current { color: var(--gold); }

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-mission { background: var(--white); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.value-item {
  padding: 32px;
  background: var(--cream);
  border-radius: var(--radius-lg);
  border-left: 3px solid var(--gold);
  transition: all var(--transition);
}
.value-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value-item i { font-size: 1.8rem; color: var(--gold); margin-bottom: 14px; }
.value-item h3 { font-family: var(--serif); font-size: 1.2rem; color: var(--navy); margin-bottom: 10px; font-weight: 600; }
.value-item p { font-size: 0.9rem; color: var(--gray); line-height: 1.7; }

/* ============================================================
   FOUNDER PAGE
   ============================================================ */
.founder-page-section {}
.timeline { max-width: 800px; margin: 0 auto; }
.tl-item { display: flex; gap: 32px; margin-bottom: 52px; position: relative; }
.tl-item::before { content:''; position: absolute; left: 24px; top: 56px; bottom: -52px; width: 2px; background: linear-gradient(to bottom, var(--gold), rgba(201,168,76,0.1)); }
.tl-item:last-child::before { display: none; }
.tl-date-wrap { flex-shrink: 0; text-align: center; }
.tl-dot { width: 50px; height: 50px; border-radius: 50%; background: var(--navy); border: 3px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1rem; transition: all var(--transition); }
.tl-item:hover .tl-dot { background: var(--gold); color: var(--navy); transform: scale(1.1); }
.tl-year { font-size: 0.75rem; font-weight: 700; color: var(--gold); letter-spacing: 0.1em; margin-top: 8px; }
.tl-body { padding-top: 8px; }
.tl-body h3 { font-family: var(--serif); font-size: 1.25rem; color: var(--navy); margin-bottom: 8px; font-weight: 600; }
.tl-body p { font-size: 0.92rem; color: var(--gray); line-height: 1.75; }

/* ============================================================
   PROGRAMS PAGE
   ============================================================ */
.program-detail {
  padding: 80px 0;
  border-bottom: 1px solid var(--light-gray);
}
.program-detail:last-child { border-bottom: none; }
.program-detail:nth-child(even) .two-col-grid { direction: rtl; }
.program-detail:nth-child(even) .two-col-grid > * { direction: ltr; }
.prog-visual {
  background: var(--navy);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 20px; padding: 48px;
  position: relative; overflow: hidden;
}
.prog-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 30%, rgba(201,168,76,0.12) 0%, transparent 60%); }
.prog-visual i { font-size: 4rem; color: var(--gold); position: relative; z-index: 1; }
.prog-visual h3 { font-family: var(--serif); font-size: 2rem; color: var(--white); text-align: center; position: relative; z-index: 1; font-weight: 600; }
.prog-num-big { font-family: var(--serif); font-size: 8rem; font-weight: 700; color: rgba(201,168,76,0.08); position: absolute; bottom: -20px; right: 20px; line-height: 1; }
.program-topics { margin: 24px 0; }
.program-topics h4 { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-tag { background: var(--cream); color: var(--navy); padding: 6px 14px; border-radius: 999px; font-size: 0.82rem; font-weight: 500; border: 1px solid var(--light-gray); }

/* ============================================================
   INSIGHTS PAGE
   ============================================================ */
.insights-page .insights-grid { grid-template-columns: repeat(3,1fr); gap: 28px; }
.insight-full-card {
  border: 1px solid var(--light-gray); border-radius: var(--radius-lg);
  overflow: hidden; transition: all var(--transition);
}
.insight-full-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); border-color: rgba(201,168,76,0.3); }
.ifc-body { padding: 28px; }
.ifc-body .insight-cat { margin-bottom: 10px; }
.ifc-body h3 { font-family: var(--serif); font-size: 1.15rem; color: var(--navy); margin-bottom: 12px; font-weight: 600; line-height: 1.4; }
.ifc-body p { font-size: 0.88rem; color: var(--gray); line-height: 1.75; margin-bottom: 18px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
.contact-info-block { display: flex; flex-direction: column; gap: 28px; }
.contact-info-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.ci-text strong { display: block; color: var(--navy); font-weight: 700; margin-bottom: 4px; font-size: 0.95rem; }
.ci-text p, .ci-text a { font-size: 0.9rem; color: var(--gray); }
.ci-text a:hover { color: var(--gold); }

.contact-form { background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { margin-bottom: 22px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 14px 18px;
  border: 1.5px solid var(--light-gray);
  border-radius: var(--radius);
  font-family: var(--sans); font-size: 0.95rem; color: var(--text-dark);
  background: var(--white); outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201,168,76,0.12);
}
.form-group textarea { resize: vertical; min-height: 140px; }
.form-success { display: none; background: rgba(201,168,76,0.12); border: 1px solid var(--gold); border-radius: var(--radius); padding: 16px; color: var(--navy); font-weight: 600; margin-top: 16px; text-align: center; }

/* ============================================================
   TEAM PAGE
   ============================================================ */
.team-page-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 36px;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .team-page-grid { grid-template-columns: 1fr 1fr; }
  .insights-page .insights-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .value-grid, .team-page-grid, .insights-page .insights-grid { grid-template-columns: 1fr; }
  .program-detail:nth-child(even) .two-col-grid { direction: ltr; }
}
