/* ===== 13th Station - About Page Styles ===== */

/* ── Page Hero ───────────────────────────────────────────────────────────── */
.about-hero {
  position: relative; min-height: 520px;
  display: flex; align-items: center;
  overflow: hidden; background: #0D0B00;
  padding: 120px 0 80px;
}
.about-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.78;
}
.about-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(0,0,0,0.55) 35%, rgba(0,0,0,0.10) 100%);
}
.about-hero .container { position: relative; z-index: 1; }
.about-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
.about-hero-eyebrow::before {
  content: ''; width: 28px; height: 2px; background: var(--gold);
  display: inline-block;
}
.about-hero-title {
  font-size: clamp(36px, 5.5vw, 72px); font-weight: 800; line-height: 1.08;
  letter-spacing: -2px; color: #FFFFFF; margin-bottom: 22px; max-width: 740px;
}
.about-hero-title .g { color: var(--gold); }
.about-hero-sub {
  font-size: 17px; line-height: 1.72; color: rgba(255,255,255,0.62);
  max-width: 520px; margin-bottom: 36px;
}
.about-hero-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.about-hero-chip {
  padding: 8px 18px; border-radius: 999px;
  border: 1px solid rgba(245,196,0,0.35); font-size: 12px; font-weight: 600;
  color: rgba(255,255,255,0.80); letter-spacing: 0.5px;
}

/* ── Story Section ───────────────────────────────────────────────────────── */
.story-section { background: #FFFFFF; }
.story-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center;
}
.story-photos {
  display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 240px 200px;
  gap: 12px; position: relative;
}
.story-photo {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.story-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-photo-tall { grid-row: 1 / 3; }
.story-photo-gold-accent {
  position: absolute; bottom: -14px; left: -14px; z-index: 2;
  width: 70px; height: 70px; border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 900; color: #000; line-height: 1;
  box-shadow: 0 8px 24px rgba(245,196,0,0.40);
}
.story-body .badge { margin-bottom: 18px; }
.story-title {
  font-size: clamp(28px, 3vw, 42px); font-weight: 800; line-height: 1.14;
  letter-spacing: -1px; margin-bottom: 18px; color: var(--text);
}
.story-title .g { color: var(--gold-dk); }
.story-text {
  font-size: 15px; line-height: 1.80; color: var(--muted); margin-bottom: 14px;
}
.story-text strong { color: var(--text); font-weight: 700; }

/* ── Milestone Strip ─────────────────────────────────────────────────────── */
.milestone-strip {
  background: #F8F8F6;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 48px 0;
}
.milestone-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.milestone-item {
  text-align: center; padding: 0 32px;
  border-right: 1px solid rgba(0,0,0,0.09);
}
.milestone-item:last-child { border-right: none; }
.milestone-num {
  font-size: 48px; font-weight: 800; letter-spacing: -2px;
  color: var(--gold-dk); line-height: 1; margin-bottom: 8px;
}
.milestone-label {
  font-size: 12px; font-weight: 600; color: var(--muted);
  text-transform: uppercase; letter-spacing: 1.5px;
}

/* ── What We Do ──────────────────────────────────────────────────────────── */
.wwd-section { background: #FFFFFF; }
.wwd-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.wwd-card {
  padding: 32px 28px; border-radius: 18px;
  background: #F8F8F6; border: 1px solid rgba(0,0,0,0.07);
  transition: all 0.28s;
}
.wwd-card:hover {
  background: #FFFFFF; border-color: rgba(245,196,0,0.45);
  box-shadow: 0 10px 32px rgba(245,196,0,0.12); transform: translateY(-4px);
}
.wwd-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(245,196,0,0.15), rgba(245,196,0,0.06));
  border: 1px solid rgba(245,196,0,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 18px;
}
.wwd-title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.wwd-desc  { font-size: 13px; line-height: 1.70; color: var(--muted); }

/* ── Mission & Values ────────────────────────────────────────────────────── */
.mission-section { background: #F8F8F6; }
.mission-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center;
}
.mission-img {
  border-radius: 22px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
  aspect-ratio: 4/3;
}
.mission-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.values-list { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.value-item { display: flex; gap: 18px; align-items: flex-start; }
.value-dot {
  width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dk));
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.value-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.value-desc  { font-size: 13px; line-height: 1.65; color: var(--muted); }

/* ── Team Section ────────────────────────────────────────────────────────── */
.team-section { background: #FFFFFF; }
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.team-card {
  border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.30s, box-shadow 0.30s;
  background: #FFFFFF;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.12);
}
.team-photo {
  aspect-ratio: 4/3; overflow: hidden; position: relative;
}
.team-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.50s ease;
}
.team-card:hover .team-photo img { transform: scale(1.06); }
.team-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.50) 0%, transparent 50%);
}
.team-info { padding: 22px 22px 24px; }
.team-name { font-size: 18px; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.team-role {
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--gold-dk);
}
.team-bio {
  font-size: 13px; line-height: 1.68; color: var(--muted);
  margin-top: 10px;
}

/* ── About CTA Band ──────────────────────────────────────────────────────── */
.about-cta {
  position: relative; overflow: hidden; padding: 90px 28px;
  background: #0D0B00; text-align: center;
  border-top: 1px solid rgba(245,196,0,0.15);
}
.about-cta-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.15; mix-blend-mode: luminosity;
}
.about-cta-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(245,196,0,0.10), transparent 55%);
}
.about-cta .container { position: relative; z-index: 1; }
.about-cta-title {
  font-size: clamp(28px, 4vw, 50px); font-weight: 800;
  letter-spacing: -1px; color: #FFFFFF; margin-bottom: 16px;
}
.about-cta-title .g { color: var(--gold); }
.about-cta-sub {
  font-size: 16px; color: rgba(255,255,255,0.58);
  margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto;
}
.about-cta-acts { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.about-cta .badge {
  background: rgba(245,196,0,0.12); border-color: rgba(245,196,0,0.28);
  color: var(--gold); margin-bottom: 22px;
}
.about-cta .badge::before { background: var(--gold); }

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .story-grid   { grid-template-columns: 1fr; gap: 40px; }
  .mission-grid { grid-template-columns: 1fr; gap: 40px; }
  .wwd-grid     { grid-template-columns: 1fr 1fr; }
  .team-grid    { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .milestone-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .milestone-item { border-right: none; padding: 0; }
  .wwd-grid  { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .about-hero { min-height: 420px; padding: 100px 0 60px; }
  .story-photos { grid-template-rows: 200px 170px; }
}
@media (max-width: 520px) {
  .milestone-grid { grid-template-columns: 1fr 1fr; }
  .about-hero-title { letter-spacing: -1px; }
}
