/* ===== Chi siamo / About us — page-specific styles ==========================
   Built ON the ApexQuant design system (colors_and_type + components + shell).
   APEX blue page. Only this page's sections live here:
   hero claim, mission/vision manifesto, values band (light), team band,
   and the straddle closer (copied from the landing's kit.css). ============== */

/* ---- Hero ---- */
.about-hero .t-hero { max-width: 19ch; }
.about-hero .t-hero .t-key { color: var(--accent-hi, var(--apex-blue-hi)); }
.about-hero .lede-wrap { max-width: 660px; }
.about-hero .aq-btn .cta-chevron { width: 16px; height: 16px; flex: none; transition: transform .26s var(--ease); }
.about-hero .aq-btn:hover .cta-chevron { transform: translateY(3px); }

/* ===== Mission & Vision — asymmetric editorial (deliberately NOT a 2nd hero) = */
.about-purpose { padding-top: 8px; }
.purpose-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 72px; align-items: start; }
.purpose-lead { position: relative; }
.purpose-lead .t-eyebrow { display: block; }
.purpose-statement {
  margin: 22px 0 0;
  max-width: 15ch;
  font-family: var(--font);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.028em;
  color: var(--bone);
  text-wrap: balance;
}
.purpose-statement .t-key { color: var(--accent-hi, var(--apex-blue-hi)); }
.purpose-sub { margin: 26px 0 0; max-width: 42ch; color: var(--soft-grey); font-size: 17px; line-height: 1.62; text-wrap: pretty; }

/* the spine: mission → vision connected by a vertical accent rail */
.purpose-spine { position: relative; display: flex; flex-direction: column; gap: 40px; padding-top: 4px; }
.purpose-spine::before {
  content: ""; position: absolute; left: 25px; top: 30px; bottom: 30px; width: 2px;
  background: linear-gradient(180deg, var(--accent, var(--apex-blue)), rgba(30,91,255,0.12));
  border-radius: 2px;
}
.spine-item { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 22px; align-items: start; }
.spine-node {
  position: relative; z-index: 1; flex: 0 0 auto;
  display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 15px;
  color: var(--accent-hi, var(--apex-blue-hi));
  background: linear-gradient(160deg, #16213C, #0F1830);
  box-shadow: inset 0 0 0 1px rgba(30,91,255,0.42), 0 0 0 7px var(--apex-night);
}
.spine-node svg { width: 24px; height: 24px; }
.spine-body { padding-top: 3px; }
.mv-kicker { display: block; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--accent, var(--apex-blue)); }
.spine-body h3 { margin: 10px 0 10px; font-family: var(--font); font-size: 21px; font-weight: 600; letter-spacing: -0.02em; color: var(--bone); }
.spine-body p { margin: 0; max-width: 46ch; color: var(--soft-grey); font-size: 15.5px; line-height: 1.62; text-wrap: pretty; }

@media (max-width: 860px){
  .purpose-grid { grid-template-columns: 1fr; gap: 44px; }
  .purpose-statement { max-width: 18ch; }
}

/* ===== Values band (light bone) =========================================== */
.section--values { overflow: hidden; }
.section--values .head { max-width: 760px; margin: 0 auto; text-align: center; }
.section--values .head .t-h2 { margin-top: 18px; }
.section--values .head .t-lede { margin: 18px auto 0; }
.values-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* hairline ledger: 1px gaps reveal the panel line; cells sit just above the band tone */
  gap: 1px;
  background: rgba(10,23,54,0.10);
  border: 1px solid rgba(10,23,54,0.10);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(10,23,54,0.04), 0 44px 90px -56px rgba(10,23,54,0.50);
}
.value-card {
  position: relative;
  background: #FBFAF3;
  padding: 38px 34px 34px;
  transition: background .45s var(--ease);
}
/* quiet brand rule that lights up on hover */
.value-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--apex-blue), rgba(30,91,255,0.04));
  opacity: 0; transition: opacity .45s var(--ease);
}
.value-card:hover { background: #FFFFFF; }
.value-card:hover::before { opacity: 1; }
.value-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.value-icon {
  display: inline-grid; place-items: center; width: 52px; height: 52px;
  border-radius: 15px; color: var(--apex-blue);
  background: linear-gradient(160deg, rgba(30,91,255,0.13), rgba(30,91,255,0.035));
  box-shadow: inset 0 0 0 1px rgba(30,91,255,0.22);
  transition: box-shadow .45s var(--ease), transform .45s var(--ease);
}
.value-card:hover .value-icon { box-shadow: inset 0 0 0 1px rgba(30,91,255,0.45); transform: translateY(-1px); }
.value-icon svg { width: 25px; height: 25px; }
/* oversized watermark index — the editorial graphic of the cell */
.value-index {
  font-family: var(--font); font-size: 44px; font-weight: 500; line-height: 1;
  letter-spacing: -0.03em; color: rgba(10,23,54,0.11); font-variant-numeric: tabular-nums;
  transition: color .45s var(--ease);
}
.value-card:hover .value-index { color: rgba(30,91,255,0.32); }
.value-card h3 { margin: 0 0 10px; font-family: var(--font); font-size: 20px; font-weight: 600; letter-spacing: -0.018em; color: #0A1736; }
.value-card p { margin: 0; color: #4E5670; font-size: 15px; line-height: 1.62; text-wrap: pretty; }

@media (max-width: 900px){ .values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px){ .values-grid { grid-template-columns: 1fr; } }

/* ===== Team band (dark) =================================================== */
.section--team .head { max-width: 760px; margin: 0 auto; text-align: center; }
.section--team .head .t-h2 { margin-top: 18px; }
.section--team .head .t-lede { margin: 18px auto 0; }
.team-kicker { display: block; margin: 56px 0 22px; text-align: center; font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.team-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 22px;
}
.member { position: relative; }
.member-portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(168deg, #16213C 0%, #0F1830 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 48px -34px rgba(2,4,12,0.7);
}
.member-portrait img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(1) contrast(1.02) brightness(0.96);
  transition: filter .5s var(--ease), transform .6s var(--ease);
}
.member-portrait::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(10,20,40,0) 46%, rgba(10,20,40,0.55) 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05);
  border-radius: inherit;
}
.member:hover .member-portrait img { filter: grayscale(0) contrast(1.02) brightness(1); transform: scale(1.04); }
.member-name { margin: 13px 0 0; font-family: var(--font); font-size: 15.5px; font-weight: 600; letter-spacing: -0.012em; color: var(--bone); }
.member-role { margin: 3px 0 0; font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-hi, var(--apex-blue-hi)); }

.team-note {
  margin: 44px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--soft-grey);
  font-size: 15.5px;
  line-height: 1.62;
  text-wrap: pretty;
}
.team-note strong { color: var(--bone); font-weight: 600; }

/* ---- Trading desk: honest "anonymous + rotating" panel ---- */
.desk-panel {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--r-box);
  padding: 48px 52px;
  background: linear-gradient(168deg, #16213C 0%, #121B33 58%, #0F1830 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02), 0 34px 70px -38px rgba(2,4,12,0.7);
}
.desk-panel::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent, var(--apex-blue)), rgba(30,91,255,0.05));
}
.desk-copy .mv-kicker { display: block; }
.desk-copy h3 { margin: 12px 0 22px; font-family: var(--font); font-size: clamp(1.4rem, 1.1rem + 1vw, 1.85rem); font-weight: 600; letter-spacing: -0.022em; line-height: 1.12; color: var(--bone); text-wrap: balance; }
.desk-reasons { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.desk-reasons li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; color: var(--soft-grey); font-size: 15.5px; line-height: 1.6; text-wrap: pretty; }
.desk-reasons strong { color: var(--bone); font-weight: 600; }
.desk-dot { width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: var(--accent, var(--apex-blue)); box-shadow: 0 0 0 4px rgba(30,91,255,0.12); }
.desk-foot { margin: 24px 0 0; padding-top: 22px; border-top: 1px solid var(--hair); color: var(--bone); font-size: 15px; line-height: 1.55; }

.desk-aside { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.redacted-card {
  margin: 0; width: 100%; max-width: 230px;
  background: linear-gradient(168deg, #0E1730 0%, #0C1326 100%);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  padding: 22px 22px 20px;
  box-shadow: 0 24px 50px -34px rgba(2,4,12,0.8);
}
.redacted-photo {
  position: relative; width: 100%; aspect-ratio: 4 / 5; border-radius: 13px; overflow: hidden;
  display: grid; place-items: center;
  background: repeating-linear-gradient(135deg, #15203C 0 9px, #121B33 9px 18px);
  border: 1px solid rgba(255,255,255,0.06);
}
.redacted-silh { color: rgba(150,170,210,0.30); filter: blur(1.5px); }
.redacted-silh svg { width: 64px; height: 64px; }
.redacted-badge {
  position: absolute; right: 10px; bottom: 10px; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; color: var(--accent-hi, var(--apex-blue-hi));
  background: rgba(12,19,38,0.92); box-shadow: inset 0 0 0 1px rgba(30,91,255,0.4);
}
.redacted-badge svg { width: 15px; height: 15px; }
.redacted-meta { margin-top: 16px; display: flex; flex-direction: column; gap: 9px; }
.redacted-bar { height: 11px; width: 78%; border-radius: 3px; background: repeating-linear-gradient(90deg, rgba(194,201,217,0.22) 0 14px, transparent 14px 19px); }
.redacted-role { font-family: var(--mono); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.redacted-tag { display: inline-flex; align-self: flex-start; margin-top: 16px; padding: 5px 11px; border-radius: var(--r-pill); font-family: var(--mono); font-size: 9.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-hi, var(--apex-blue-hi)); background: rgba(30,91,255,0.10); box-shadow: inset 0 0 0 1px rgba(30,91,255,0.26); }
.desk-aside-cap { font-family: var(--mono); font-size: 10.5px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-align: center; }

@media (max-width: 860px){
  .desk-panel { grid-template-columns: 1fr; gap: 36px; padding: 40px 30px; }
  .desk-aside { order: -1; }
}

@media (max-width: 880px){ .team-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px){ .team-grid { grid-template-columns: repeat(2, 1fr); } }

/* ===== Straddle Closer — box bridges the light band and the dark footer ====
   Copied from the landing's kit.css so this page gets the identical focal
   CTA jewel without depending on the full landing stylesheet. ============== */
.section--cta { background: var(--light-bone); margin-top: -1px; padding-top: calc(96px + 1px); }
.section--team { margin-bottom: -1px; padding-bottom: calc(96px + 1px); }
.closer-box .t-closer { color: var(--bone); }
.closer-box .closer-lede { color: var(--soft-grey); }
.closer-box { border-radius: var(--r-box); background: var(--navy-cta); box-shadow: inset 0 0 0 1px var(--card-line); padding: 52px 56px; position: relative; overflow: hidden; margin-top: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 56px; text-align: left; }
.closer-box--solo { grid-template-columns: 1fr; text-align: center; padding: 64px 56px; }
.closer-box::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 0%, var(--accent-halo, rgba(30,91,255,0.20)), transparent 55%); }
.closer-box > * { position: relative; z-index: 1; }
.closer-main { min-width: 0; }
.closer-box .t-closer { margin-top: 14px; }
.closer-box--solo .closer-main { margin: 0 auto; }
.closer-box .closer-lede { margin: 20px auto 0; max-width: 46ch; }
.closer-box--solo .closer-lede { margin-left: auto; margin-right: auto; text-align: center; }
.closer-box .ctarow { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.closer-box--solo .ctarow { justify-content: center; }

@media (min-width: 861px) {
  .section--cta { z-index: auto; padding-bottom: 0; }
  .section--cta .wrap { position: relative; z-index: 5; }
  .section--cta .closer-box {
    max-width: 1040px; margin-left: auto; margin-right: auto;
    padding: 76px 64px;
    background: linear-gradient(180deg, #15244E 0%, #101C42 52%, #0D1838 100%);
    box-shadow:
      inset 0 0 0 1px rgba(110,150,255,0.30),
      inset 0 1px 0 0 rgba(255,255,255,0.07),
      0 2px 10px -2px rgba(3,8,24,0.5),
      0 48px 110px -34px rgba(2,8,30,0.94);
  }
  .section--cta .closer-box::before {
    background:
      radial-gradient(130% 90% at 50% -16%, rgba(46,92,255,0.26), transparent 58%),
      radial-gradient(80% 60% at 50% 120%, rgba(30,91,255,0.10), transparent 60%);
  }
  .section--cta .closer-lede { max-width: 720px; }
  .footer.footer { margin-top: -204px; padding-top: 300px; z-index: 2; }
}

@media (max-width: 860px){
  .closer-box { grid-template-columns: 1fr; text-align: center; gap: 40px; padding: 52px 28px; }
  .closer-main { margin: 0 auto; }
  .closer-box .closer-lede { margin-left: auto; margin-right: auto; text-align: center; }
  .closer-box .ctarow { justify-content: center; }
  /* Straddle the footer on mobile too (same ~44% overlap as desktop) */
  .section--cta { padding-bottom: 0; }
  .section--cta .wrap { position: relative; z-index: 5; }
  .footer.footer { margin-top: -243px; padding-top: 307px; z-index: 2; }
}
