/**
 * FilmMerge — about.css
 * Page: /about/
 * Extracted from filmmerge-about.html. Loaded only on page-about.php.
 * Shared tokens, base, and components load before this file.
 */

/* ── Hero ───────────────────────────────────────────────── */
.ab-hero { position: relative; padding: 100px 0 80px; background: var(--deep); border-bottom: 1px solid var(--border); overflow: hidden; }
.ab-hero__bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 85% 50%, rgba(200,151,58,.07), transparent 65%), radial-gradient(ellipse 40% 60% at 5% 30%, rgba(200,151,58,.04), transparent 60%); pointer-events: none; }
.ab-hero__orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.ab-hero__orb--1 { width: 500px; height: 500px; background: rgba(200,151,58,.05); top: -150px; right: -100px; }
.ab-hero__orb--2 { width: 300px; height: 300px; background: rgba(200,151,58,.04); bottom: -100px; left: -80px; }
.ab-hero__inner { position: relative; z-index: 2; max-width: var(--max-width); margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center; }
.ab-hero__breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; color: var(--muted); margin-bottom: 20px; }
.ab-hero__breadcrumb a { color: var(--muted); transition: color var(--transition); }
.ab-hero__breadcrumb a:hover { color: var(--gold); }
.ab-hero h1 { font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 700; color: var(--white); line-height: 1.08; margin-bottom: 20px; }
.ab-hero h1 em { font-style: italic; color: var(--gold); }
.ab-hero__sub { font-size: 1.05rem; font-weight: 300; color: var(--muted); line-height: 1.85; margin-bottom: 36px; max-width: 520px; }
.ab-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.ab-hero__cross { background: linear-gradient(145deg, rgba(200,151,58,.1), rgba(200,151,58,.03)); border: 1px solid rgba(200,151,58,.2); border-radius: 20px; padding: 48px 36px; text-align: center; position: relative; overflow: hidden; }
.ab-hero__cross::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 40%, rgba(200,151,58,.08), transparent 70%); }
.ab-hero__cross-symbol { display: block; font-size: 4.5rem; color: var(--gold); opacity: .7; margin-bottom: 20px; line-height: 1; position: relative; }
.ab-hero__cross-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--white); margin-bottom: 12px; position: relative; line-height: 1.3; }
.ab-hero__cross-text { font-size: 0.85rem; color: var(--muted); line-height: 1.8; position: relative; }

/* ── Stats strip ─────────────────────────────────────────── */
.ab-stats { background: var(--panel); border-bottom: 1px solid var(--border); padding: 40px 0; }
.ab-stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.ab-stat { text-align: center; padding: 24px 20px; border-right: 1px solid var(--border); }
.ab-stat:last-child { border-right: none; }
.ab-stat strong { display: block; font-family: var(--serif); font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.ab-stat span { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

/* ── Our Story ───────────────────────────────────────────── */
.ab-story { background: var(--ink); }
.ab-story__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ab-story__text h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); line-height: 1.15; margin-bottom: 24px; }
.ab-story__text h2 em { font-style: italic; color: var(--gold); }
.ab-story__text p { font-size: 0.92rem; color: var(--muted); line-height: 1.9; margin-bottom: 18px; }
.ab-story__quote { border-left: 3px solid var(--gold); padding: 16px 20px; margin: 28px 0; background: rgba(200,151,58,.04); }
.ab-story__quote p { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--cream); line-height: 1.6; margin: 0; }
.ab-timeline { display: flex; flex-direction: column; gap: 0; }
.ab-timeline__item { display: flex; gap: 20px; padding-bottom: 32px; position: relative; }
.ab-timeline__item:last-child { padding-bottom: 0; }
.ab-timeline__left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.ab-timeline__dot { width: 12px; height: 12px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 4px; }
.ab-timeline__line { width: 1px; flex: 1; background: linear-gradient(to bottom, var(--gold), var(--border)); margin-top: 6px; min-height: 40px; }
.ab-timeline__item:last-child .ab-timeline__line { display: none; }
.ab-timeline__year { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.ab-timeline__title { font-family: var(--serif); font-size: 1rem; font-weight: 600; color: var(--cream); margin-bottom: 4px; }
.ab-timeline__desc { font-size: 0.83rem; color: var(--muted); line-height: 1.65; }

/* ── Mission & Vision ────────────────────────────────────── */
.ab-mv { background: var(--deep); }
.ab-mv__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ab-mv__card { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 40px; position: relative; overflow: hidden; transition: border-color var(--transition); }
.ab-mv__card:hover { border-color: rgba(200,151,58,.2); }
.ab-mv__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); }
.ab-mv__icon { font-size: 2rem; color: var(--gold); margin-bottom: 20px; line-height: 1; }
.ab-mv__label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.ab-mv__card h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
.ab-mv__card p { font-size: 0.88rem; color: var(--muted); line-height: 1.85; }

/* ── Core Values ─────────────────────────────────────────── */
.ab-values { background: var(--ink); }
.ab-values__header { text-align: center; margin-bottom: 64px; }
.ab-values__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.ab-values__header p { color: var(--muted); max-width: 500px; margin: 12px auto 0; }
.ab-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ab-value-card { background: var(--panel); border: 1px solid var(--border); border-radius: 14px; padding: 36px 28px; transition: var(--transition); position: relative; }
.ab-value-card:hover { border-color: rgba(200,151,58,.25); transform: translateY(-4px); }
.ab-value-card__icon { width: 52px; height: 52px; background: rgba(200,151,58,.08); border: 1px solid rgba(200,151,58,.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--gold); margin-bottom: 20px; }
.ab-value-card h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.ab-value-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.8; }
.ab-value-card__num { position: absolute; top: 20px; right: 20px; font-family: var(--serif); font-size: 2rem; font-weight: 700; color: rgba(200,151,58,.08); line-height: 1; }

/* ── Faith statement ─────────────────────────────────────── */
.ab-faith { background: var(--deep); }
.ab-faith__inner { max-width: 860px; margin: 0 auto; text-align: center; }
.ab-faith__inner h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 700; color: var(--white); margin-bottom: 24px; }
.ab-faith__inner h2 em { font-style: italic; color: var(--gold); }
.ab-faith__inner p { font-size: 0.95rem; color: var(--muted); line-height: 1.9; margin-bottom: 16px; max-width: 700px; margin-left: auto; margin-right: auto; }
.ab-faith__verse { margin: 40px auto 0; background: linear-gradient(135deg, rgba(200,151,58,.1), rgba(200,151,58,.04)); border: 1px solid rgba(200,151,58,.2); border-radius: 16px; padding: 40px 48px; max-width: 620px; }
.ab-faith__verse blockquote { font-family: var(--serif); font-size: 1.35rem; font-style: italic; color: var(--cream); line-height: 1.65; margin-bottom: 12px; }
.ab-faith__verse cite { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* ── Team ────────────────────────────────────────────────── */
.ab-team { background: var(--ink); }
.ab-team__header { text-align: center; margin-bottom: 56px; }
.ab-team__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.ab-team__header p { color: var(--muted); max-width: 500px; margin: 12px auto 0; }
.ab-team__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ab-team-card {
  background: var(--panel); border: 1px solid var(--border); border-radius: 14px;
  overflow: hidden; transition: var(--transition); display: block; text-decoration: none;
  color: inherit; cursor: pointer;
}
.ab-team-card:hover { border-color: rgba(200,151,58,.35); transform: translateY(-4px); box-shadow: 0 20px 56px rgba(0,0,0,.45); }
.ab-team-card__photo { height: 200px; background: linear-gradient(145deg, rgba(200,151,58,.1), rgba(200,151,58,.04)); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--border); overflow: hidden; }
.ab-team-card__photo i { font-size: 3.5rem; color: rgba(200,151,58,.3); }
.ab-team-card__photo img { transition: transform .5s cubic-bezier(.4,0,.2,1); }
.ab-team-card:hover .ab-team-card__photo img { transform: scale(1.05); }
.ab-team-card__body { padding: 22px 20px; }
.ab-team-card__name { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.ab-team-card__role { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.ab-team-card__bio { font-size: 0.83rem; color: var(--muted); line-height: 1.7; margin-bottom: 14px; }
.ab-team-card__cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--gold); transition: gap var(--transition);
}
.ab-team-card:hover .ab-team-card__cta { gap: 10px; }
.ab-team__placeholder { text-align: center; margin-top: 40px; }
.ab-team__placeholder p { font-size: 0.88rem; color: var(--muted); margin-bottom: 16px; }

/* ── How we work ─────────────────────────────────────────── */
.ab-how { background: var(--deep); }
.ab-how__header { text-align: center; margin-bottom: 60px; }
.ab-how__header h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); }
.ab-how__header p { color: var(--muted); max-width: 500px; margin: 12px auto 0; }
.ab-how__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.ab-how__col { background: var(--panel); border: 1px solid var(--border); border-radius: 16px; padding: 40px; }
.ab-how__col-icon { font-size: 2rem; color: var(--gold); margin-bottom: 16px; }
.ab-how__col h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.ab-how__col p { font-size: 0.88rem; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.ab-how__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ab-how__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.86rem; color: var(--muted); }
.ab-how__list li i { color: var(--gold); flex-shrink: 0; font-size: 0.95rem; margin-top: 2px; }

/* ── CTA ─────────────────────────────────────────────────── */
.ab-cta { background: var(--ink); padding: 80px 0; }
.ab-cta__inner { background: linear-gradient(135deg, rgba(200,151,58,.1), rgba(200,151,58,.04)); border: 1px solid rgba(200,151,58,.2); border-radius: 20px; padding: 72px 48px; text-align: center; position: relative; overflow: hidden; }
.ab-cta__orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.ab-cta__orb--1 { width: 300px; height: 300px; background: rgba(200,151,58,.08); top: -100px; right: -60px; }
.ab-cta__orb--2 { width: 200px; height: 200px; background: rgba(200,151,58,.06); bottom: -80px; left: -40px; }
.ab-cta__inner h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; color: var(--white); margin-bottom: 14px; position: relative; }
.ab-cta__inner h2 em { font-style: italic; color: var(--gold); }
.ab-cta__inner p { color: var(--muted); max-width: 520px; margin: 0 auto 36px; line-height: 1.8; position: relative; }
.ab-cta__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ab-hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .ab-hero__cross { max-width: 480px; }
  .ab-story__inner { grid-template-columns: 1fr; gap: 48px; }
  .ab-mv__inner { grid-template-columns: 1fr; }
  .ab-how__cols { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ab-stats__inner { grid-template-columns: 1fr 1fr; }
  .ab-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .ab-stat:nth-child(odd) { border-right: 1px solid var(--border); }
  .ab-values__grid { grid-template-columns: 1fr 1fr; }
  .ab-team__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .ab-values__grid { grid-template-columns: 1fr; }
  .ab-team__grid { grid-template-columns: 1fr; }
  .ab-cta__inner { padding: 40px 24px; }
  .ab-faith__verse { padding: 28px 24px; }
}
