/* ============================================================
   WEBWORKS — about.css
   ============================================================ */

/* ── Page Hero ───────────────────────────────────────────── */
.page-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding-top: 76px;
  position: relative;
  overflow: hidden;
}

.page-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(41,121,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41,121,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 0%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 0%, black 30%, transparent 100%);
}

.page-hero::after {
  content: '';
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(41,121,255,0.1) 0%, transparent 65%);
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  padding: 100px 0 60px;
  max-width: 800px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 24px;
}

.hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--blue);
}

.page-hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--white);
}

.page-hero-title span { color: var(--blue); }

.page-hero-sub {
  font-size: 1.1rem;
  color: var(--muted);
  font-weight: 300;
  max-width: 580px;
  margin-top: 24px;
  line-height: 1.75;
}

/* ── Manifesto ───────────────────────────────────────────── */
.manifesto-section {
  padding: 120px 0;
  border-bottom: 1px solid var(--faint);
}

.manifesto-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
  align-items: start;
}

.manifesto-left {
  padding-top: 8px;
}

.manifesto-line {
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, var(--blue), transparent);
  margin-top: 24px;
}

.manifesto-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.manifesto-p {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--muted);
  line-height: 1.85;
  font-weight: 300;
}

.manifesto-p:first-child {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  color: var(--white);
  font-weight: 400;
}

/* ── About Stats ─────────────────────────────────────────── */
.about-stats {
  padding: 80px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--faint);
  border-bottom: 1px solid var(--faint);
}

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

.ast-item {
  flex: 1;
  text-align: center;
  padding: 0 40px;
}

.ast-num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--white);
  line-height: 1;
}

.ast-num span {
  color: var(--blue);
}

.ast-label {
  font-size: 0.8rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 10px;
  font-weight: 400;
}

.ast-divider {
  width: 1px;
  height: 80px;
  background: var(--faint);
  flex-shrink: 0;
}

/* ── Team ────────────────────────────────────────────────── */
.team-section {
  padding: 120px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 64px;
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--faint);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: border-color var(--transition), transform var(--transition);
}

.team-card:hover {
  border-color: var(--blue-border);
  transform: translateY(-4px);
}

.team-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 24px;
  border: 1px solid var(--blue-border);
}

.ta-1 { background: rgba(41,121,255,0.15); color: #82aaff; }
.ta-2 { background: rgba(40,200,64,0.1);   color: #50e868; }
.ta-3 { background: rgba(200,100,40,0.1);  color: #e8a050; }
.ta-4 { background: rgba(200,40,200,0.1);  color: #e850e8; }

.team-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 4px;
}

.team-role {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.team-bio {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
}

/* ── Values ──────────────────────────────────────────────── */
.values-section {
  padding: 120px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--faint);
}

.values-header {
  margin-bottom: 72px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--faint);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.value-card {
  background: var(--bg-card);
  padding: 48px 36px;
  transition: background var(--transition);
}

.value-card:hover {
  background: var(--bg-card-hover);
}

.vc-icon {
  width: 40px;
  height: 40px;
  color: var(--blue);
  margin-bottom: 24px;
}

.vc-icon svg {
  width: 100%;
  height: 100%;
}

.vc-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.vc-desc {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 300;
}

/* ── Timeline ────────────────────────────────────────────── */
.timeline-section {
  padding: 120px 0;
}

.timeline-section .section-title {
  margin-bottom: 72px;
}

.timeline {
  position: relative;
  padding-left: 160px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 120px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, var(--blue), var(--faint), transparent);
}

.tl-item {
  position: relative;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding-bottom: 56px;
}

.tl-item:last-child {
  padding-bottom: 0;
}

.tl-year {
  position: absolute;
  left: -160px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 2px;
  white-space: nowrap;
}

.tl-dot {
  position: absolute;
  left: -43px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--faint);
  border: 2px solid var(--bg-deep);
  flex-shrink: 0;
}

.tl-dot--active {
  background: var(--blue);
  box-shadow: 0 0 12px var(--blue-glow);
}

.tl-content {
  padding-left: 0;
}

.tl-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.tl-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 300;
  max-width: 560px;
}

/* ── CTA Banner ───────────────────────────────────────────── */
#cta-banner {
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#cta-banner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(41,121,255,0.12) 0%, transparent 65%);
  pointer-events: none;
}

.cta-banner-inner { position: relative; z-index: 2; }

.cta-banner-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
  color: var(--white);
  line-height: 1.05;
  max-width: 700px;
  margin: 0 auto 20px;
}

.cta-banner-title span { color: var(--blue); }

.cta-banner-sub {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 300;
  max-width: 480px;
  margin: 0 auto 44px;
}

.cta-banner-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .team-grid   { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .manifesto-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .manifesto-line { display: none; }

  .about-stats-grid {
    flex-direction: column;
    gap: 32px;
  }

  .ast-divider { width: 60px; height: 1px; }

  .timeline {
    padding-left: 0;
  }

  .timeline::before { display: none; }
  .tl-year { position: static; margin-bottom: 8px; font-size: 0.72rem; }
  .tl-dot  { display: none; }
  .tl-item { flex-direction: column; gap: 0; }
}

@media (max-width: 640px) {
  .team-grid   { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
}
