/* ============================================================
   AB.CSS — About page.
   Loaded after site.css, by about.html only.

   v5: the hero IS the vision — statement and lede only, no
   tiles. No eyebrows, no sub-nav — but visual, not plain: one
   dark band (founders), a spotlight (hiring), gradient cards
   for people and locations. The banned pattern (borderless
   columns with a hairline top rule) is not used anywhere here.
============================================================ */

/* ------------------------------------------------------------
   HERO — the vision, stated as the opening. Violet wash, with
   the second sentence carrying the accent.
------------------------------------------------------------ */
.ab-hero {
  position: relative;
  overflow: hidden;
  padding: 176px 0 96px;
  background:
    radial-gradient(900px 480px at 70% 0%, rgba(94,94,255,.12), transparent 70%),
    linear-gradient(180deg, rgba(94,94,255,.05) 0%, rgba(94,94,255,0) 62%);
}
.ab-hero__h1 {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -2.2px;
  line-height: 1.08;
  color: var(--text);
  max-width: 24ch;
}
.ab-hero__h1 em { font-style: normal; color: var(--accent-text); }
.ab-hero__lede {
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.62;
  color: var(--muted);
  max-width: 60ch;
}
.ab-hero__lede strong { color: var(--text); font-weight: 500; }
@media (max-width: 980px) {
  .ab-hero { padding: 140px 0 68px; }
  .ab-hero__h1 { font-size: 38px; letter-spacing: -1.4px; }
}
@media (max-width: 560px) {
  .ab-hero__h1 { font-size: 31px; letter-spacing: -1px; }
  .ab-hero__lede { font-size: 16px; }
}

/* ------------------------------------------------------------
   SECTIONS — quiet h2, no eyebrow, generous air.
------------------------------------------------------------ */
.ab-sec { padding: 96px 0; }
.ab-sec--alt { background: var(--alt-bg); }
.ab-h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1.2px;
  line-height: 1.12;
  color: var(--text);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ab-sec { padding: 64px 0; }
  .ab-h2 { font-size: 26px; letter-spacing: -.8px; margin-bottom: 28px; }
}

/* ------------------------------------------------------------
   PEOPLE — large prose against a soft violet field, with the
   opening phrase carrying the color.
------------------------------------------------------------ */
.ppl {
  border: 1px solid rgba(94,94,255,.20);
  border-radius: 6px;
  background: linear-gradient(150deg, rgba(94,94,255,.07) 0%, rgba(94,94,255,.02) 55%, rgba(94,94,255,0) 100%);
  padding: 44px 48px;
}
.ppl__p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -.35px;
  color: var(--muted);
  max-width: 64ch;
}
.ppl__p + .ppl__p { margin-top: 18px; }
.ppl__p strong { color: var(--text); font-weight: 400; }
@media (max-width: 768px) {
  .ppl { padding: 28px 24px; }
  .ppl__p { font-size: 17px; }
}

/* ------------------------------------------------------------
   FOUNDERS — the page's one dark moment. Same visual language
   as the SE architecture band: near-black field, violet radial,
   three gradient cards, and the Turvo note as the closing line.
------------------------------------------------------------ */
.ab-dark {
  background: var(--hero-bg, #0d0d0e);
  padding: 104px 0;
  position: relative;
  overflow: hidden;
}
.ab-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(1000px 420px at 50% -10%, rgba(130,115,255,.20), transparent 70%);
  pointer-events: none;
}
.ab-dark .wrap { position: relative; z-index: 1; }
.ab-dark .ab-h2 { color: #fff; }
.fdrs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.fdr {
  border: 1px solid rgba(130,115,255,.34);
  border-radius: 5px;
  padding: 28px 28px 26px;
  background: linear-gradient(112deg, rgba(130,115,255,.20) 0%, rgba(130,115,255,.05) 62%, rgba(130,115,255,.02) 100%);
  display: flex;
  flex-direction: column;
}
.fdr__name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.6px;
  color: #fff;
}
.fdr__role {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #a1a1ff;
}
.fdr__b {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,.66);
}
.fdr__b a { color: #a8a8ff; font-weight: 500; }
.fdr__b a:hover { text-decoration: underline; }
.fdrs__note {
  margin-top: 36px;
  font-size: 15.5px;
  line-height: 1.65;
  color: rgba(255,255,255,.60);
  max-width: 72ch;
}
.fdrs__note strong { color: #fff; font-weight: 500; }
@media (max-width: 900px) {
  .ab-dark { padding: 72px 0; }
  .fdrs { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------
   HIRING — a spotlight, not a section: accent border, violet
   tint, one ask.
------------------------------------------------------------ */
.hire {
  border: 1px solid rgba(94,94,255,.32);
  border-radius: 6px;
  background: linear-gradient(142deg, rgba(94,94,255,.10) 0%, rgba(94,94,255,.035) 58%, rgba(94,94,255,.015) 100%);
  padding: 44px 48px;
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 40px;
  align-items: center;
}
.hire__t {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.15;
  color: var(--text);
}
.hire__b {
  margin-top: 14px;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 62ch;
}
.hire__b strong { color: var(--text); font-weight: 500; }
.hire__cta { justify-self: end; }
@media (max-width: 860px) {
  .hire { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .hire__cta { justify-self: start; }
  .hire__t { font-size: 23px; letter-spacing: -.7px; }
}

/* ------------------------------------------------------------
   LOCATIONS — three gradient cards, city-first.
------------------------------------------------------------ */
.locs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.loc {
  border: 1px solid rgba(94,94,255,.22);
  border-radius: 5px;
  padding: 26px 28px;
  background: linear-gradient(158deg, rgba(94,94,255,.08) 0%, rgba(94,94,255,.025) 62%, rgba(94,94,255,.01) 100%);
}
.loc__city {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.7px;
  color: var(--text);
}
.loc__region {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent-text);
}
.loc__addr {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  font-style: normal;
}
.locs__contact {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  font-size: 15px;
  color: var(--muted);
}
.locs__contact a { color: var(--accent-text); font-weight: 500; }
.locs__contact a:hover { text-decoration: underline; }
@media (max-width: 860px) {
  .locs { grid-template-columns: 1fr; }
}
