/* ═══════════════════════════════════════════════════════════
   Vultronix Industries — About (#p-about)
═══════════════════════════════════════════════════════════ */

#p-about .eyebrow {
  color: var(--elec);
}

.ab-h1 {
  font-family: var(--fd);
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: var(--t1);
  margin-bottom: 1.25rem;
}

.ab-h2 {
  font-family: var(--fd);
  font-size: clamp(1.55rem, 3.2vw, 2.45rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--t1);
  margin-bottom: .75rem;
}

.ab-h2 em {
  color: var(--elec);
  font-style: normal;
}

.ab-lead {
  font-size: clamp(.92rem, 1.55vw, 1.02rem);
  color: var(--t2);
  line-height: 1.85;
  max-width: 68ch;
}

/* ── Hero ──────────────────────────────────────────────────── */
.ab-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 12vw, 8rem) 0 clamp(3rem, 7vw, 5rem);
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(37,99,235,.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(0,212,255,.08), transparent 50%),
    var(--ink);
}

.ab-hero__grid-bg {
  position: absolute;
  inset: 0;
  opacity: .35;
  pointer-events: none;
  background:
    linear-gradient(rgba(0,212,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 40%, transparent);
}

.ab-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.ab-hero__orb--1 {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: rgba(37,99,235,.22);
}

.ab-hero__orb--2 {
  width: 320px;
  height: 320px;
  top: 10%;
  right: -60px;
  background: rgba(0,212,255,.12);
}

.ab-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.ab-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.75rem;
}

/* ── Values ────────────────────────────────────────────────── */
.ab-values {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: var(--ink2);
  border-top: 1px solid var(--edge);
  border-bottom: 1px solid var(--edge);
}

.ab-values__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.ab-value-card {
  padding: 1.5rem;
  background: var(--glass);
  border: 1px solid var(--edge);
  border-radius: var(--r2);
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.ab-value-card:hover {
  border-color: rgba(0,212,255,.28);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,.4);
}

.ab-value-card__icon {
  font-size: 1.5rem;
  margin-bottom: .85rem;
}

.ab-value-card h3 {
  font-family: var(--fd);
  font-size: .95rem;
  font-weight: 800;
  margin-bottom: .55rem;
  color: var(--t1);
}

.ab-value-card p {
  font-size: .84rem;
  color: var(--t2);
  line-height: 1.65;
}

/* ── Leadership ────────────────────────────────────────────── */
.ab-team {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.ab-team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.ab-team-card {
  padding: 1.75rem 1.5rem;
  background: var(--glass);
  border: 1px solid var(--edge);
  border-radius: var(--r2);
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.ab-team-card:hover {
  border-color: rgba(0,212,255,.22);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,.4);
}

.ab-team-card__avatar {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fd);
  font-size: .9rem;
  font-weight: 800;
  color: var(--t1);
  margin-bottom: 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.ab-team-card__avatar--js {
  background: linear-gradient(135deg, #2563eb, #00d4ff);
}

.ab-team-card__avatar--pb {
  background: linear-gradient(135deg, #6366f1, #7c3aed);
}

.ab-team-card__avatar--kb {
  background: linear-gradient(135deg, #d4a96a, #f59e0b);
}

.ab-team-card__avatar--vr {
  background: linear-gradient(135deg, #10b981, #14b8a6);
}

.ab-team-card__avatar--rs {
  background: linear-gradient(135deg, #1d4ed8, #22d3ee);
}

.ab-team-card__name {
  font-family: var(--fd);
  font-size: 1rem;
  font-weight: 800;
  color: var(--t1);
  margin-bottom: .25rem;
}

.ab-team-card__title {
  font-family: var(--fm);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--elec);
  margin-bottom: .85rem;
}

.ab-team-card p {
  font-size: .84rem;
  color: var(--t2);
  line-height: 1.65;
}

/* ── Milestones timeline ───────────────────────────────────── */
.ab-timeline {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: var(--ink2);
  border-top: 1px solid var(--edge);
  border-bottom: 1px solid var(--edge);
}

.ab-timeline__track {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding-left: 1.5rem;
}

.ab-timeline__track::before {
  content: '';
  position: absolute;
  left: 0;
  top: .35rem;
  bottom: .35rem;
  width: 2px;
  background: linear-gradient(to bottom, var(--volt), var(--elec));
  border-radius: 2px;
  opacity: .45;
}

.ab-timeline__item {
  position: relative;
  padding: 0 0 2rem 1.75rem;
}

.ab-timeline__item:last-child {
  padding-bottom: 0;
}

.ab-timeline__item::before {
  content: '';
  position: absolute;
  left: -1.5rem;
  top: .35rem;
  width: 12px;
  height: 12px;
  margin-left: -5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--volt), var(--elec));
  box-shadow: 0 0 0 4px rgba(0,212,255,.12), 0 0 16px rgba(0,212,255,.35);
}

.ab-timeline__year {
  font-family: var(--fm);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--elec);
  margin-bottom: .45rem;
}

.ab-timeline__item p {
  font-size: .88rem;
  color: var(--t2);
  line-height: 1.7;
}

/* ── Headquarters ──────────────────────────────────────────── */
.ab-hq {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.ab-hq__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

.ab-hq__card {
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(0,212,255,.04));
  border: 1px solid rgba(0,212,255,.18);
  border-radius: var(--r2);
  box-shadow: 0 20px 52px rgba(0,0,0,.35);
}

.ab-hq__address {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.ab-hq__line {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .92rem;
  color: var(--t2);
  line-height: 1.6;
}

.ab-hq__line-icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.ab-hq__line a {
  color: var(--elec);
  text-decoration: none;
  transition: opacity .2s;
}

.ab-hq__line a:hover {
  opacity: .85;
  text-decoration: underline;
}

.ab-hq__note {
  font-size: .82rem;
  color: var(--t3);
  line-height: 1.65;
  padding-top: 1rem;
  border-top: 1px solid var(--edge);
}

.ab-hq__map {
  aspect-ratio: 16 / 10;
  border-radius: var(--r2);
  border: 1px solid var(--edge);
  background:
    linear-gradient(rgba(0,212,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,.04) 1px, transparent 1px),
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(37,99,235,.12), transparent),
    var(--ink3);
  background-size: 32px 32px, 32px 32px, auto, auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.ab-hq__map-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  text-align: center;
}

.ab-hq__map-pin span:first-child {
  font-size: 2rem;
  filter: drop-shadow(0 4px 12px rgba(0,212,255,.4));
}

.ab-hq__map-label {
  font-family: var(--fm);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--t3);
}

/* ── Synapraxis badge ──────────────────────────────────────── */
.ab-synapraxis {
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(4rem, 8vw, 5.5rem);
}

.ab-syn-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(99,102,241,.1), rgba(0,212,255,.05));
  border: 1px solid rgba(99,102,241,.28);
  border-radius: var(--r3);
  box-shadow: 0 24px 64px rgba(0,0,0,.45);
}

.ab-syn-card__logo {
  width: clamp(72px, 10vw, 96px);
  height: clamp(72px, 10vw, 96px);
  padding: .75rem;
  background: var(--ink3);
  border: 1px solid var(--edge);
  border-radius: var(--r2);
  object-fit: contain;
}

.ab-syn-card__badge {
  display: inline-flex;
  margin-bottom: .75rem;
  padding: .3rem .75rem;
  font-family: var(--fm);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--spark);
  background: rgba(99,102,241,.12);
  border: 1px solid rgba(99,102,241,.28);
  border-radius: 99px;
}

.ab-syn-card h2 {
  font-family: var(--fd);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: var(--t1);
  margin-bottom: .65rem;
}

.ab-syn-card p {
  font-size: .9rem;
  color: var(--t2);
  line-height: 1.75;
  max-width: 62ch;
}

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

  .ab-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .ab-values__grid,
  .ab-team__grid {
    grid-template-columns: 1fr;
  }

  .ab-hq__grid {
    grid-template-columns: 1fr;
  }

  .ab-syn-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ab-syn-card__logo {
    margin: 0 auto;
  }

  .ab-syn-card__badge {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ab-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ab-hero__actions .btn {
    width: 100%;
  }
}
