/* ============================================================
   Eleven Ten — /about/v2 · alternate About layout ("dossier")
   Same editorial system as the homepage (styles-v9.css primitives:
   .t1/.t2/.t3, .b1/.b2, .eyebrow, .a9, .r9, .v9-img) — new composition:
   an asymmetric masthead, a sticky chapter rail, hairline practice rows,
   full-bleed portraits and a centred vision statement.
   ============================================================ */

.a2 .wrap { max-width: 1320px; margin: 0 auto; padding: 0 var(--pad); }
.a2 .bleed { width: 100%; }

/* ---- Masthead: title left, lead + meta right ---------------- */
.a2-head { padding: calc(var(--nav-h) + clamp(70px,11vh,150px)) 0 clamp(48px,6vw,90px); }
.a2-head .grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(32px,5vw,80px); align-items: end; }
.a2-head .eyebrow { margin-bottom: 34px; }
.a2-head .t1 { max-width: 13ch; }
.a2-head .side { padding-bottom: 8px; }
.a2-head .side .b1 { margin-bottom: 28px; }
.a2-head .facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; border-top: 1px solid var(--blue-line); padding-top: 20px; }
.a2-head .facts .k { display: block; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--v9-muted); margin-bottom: 6px; }
.a2-head .facts .v { font-family: var(--sans); font-size: 14px; color: var(--v9-ink); }

/* ---- Full-bleed figure -------------------------------------- */
.a2-figure { padding-bottom: clamp(70px,9vw,130px); }
.a2-figure .v9-img { height: clamp(320px,62vh,660px); }
.a2-figure .cap { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 0 var(--pad); }
.a2-figure .cap span { font-family: var(--sans); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--v9-muted); }

/* ---- Chapters: sticky rail + content ------------------------ */
.a2-chapter { border-top: 1px solid var(--v9-line); }
.a2-chapter .grid { display: grid; grid-template-columns: 260px 1fr; gap: clamp(28px,5vw,80px); align-items: start; padding: clamp(48px,6vw,88px) 0; }
.a2-rail { position: sticky; top: calc(var(--nav-h) + 40px); }
.a2-rail .n { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .16em; color: var(--v9-accent); display: block; margin-bottom: 12px; }
.a2-rail .ttl { font-family: var(--serif); font-weight: 380; font-size: clamp(22px,2.2vw,30px); line-height: 1.15; letter-spacing: -0.015em; }
.a2-body { max-width: 720px; }
.a2-body .lead-line { font-family: var(--serif); font-weight: 350; font-size: clamp(23px,2.6vw,36px); line-height: 1.25; letter-spacing: -0.02em; margin-bottom: 26px; }
.a2-body .b2 + .b2 { margin-top: 16px; }
.a2-body .sign { margin-top: 26px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--v9-accent); }

/* ---- Practice rows (hairline list) -------------------------- */
.a2-rows { border-top: 1px solid var(--v9-line); }
.a2-row { display: grid; grid-template-columns: 64px 1fr 1.4fr; gap: 24px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--v9-line); }
.a2-row .n { font-family: var(--sans); font-size: 11px; letter-spacing: .14em; color: var(--v9-muted); padding-top: 6px; }
.a2-row .rt { font-family: var(--serif); font-weight: 400; font-size: clamp(19px,1.9vw,25px); letter-spacing: -0.01em; }

/* ---- Founders: editorial portraits -------------------------- */
.a2-people { padding: clamp(56px,7vw,110px) 0; border-top: 1px solid var(--v9-line); }
.a2-people .head { max-width: 760px; margin-bottom: clamp(36px,4vw,60px); }
.a2-people .head .t2 { margin-top: 18px; }
.a2-people .head .b1 { margin-top: 22px; }
.a2-portraits { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,64px); }
.a2-person .v9-img { height: clamp(320px,42vw,540px); }
.a2-person .nm { font-family: var(--serif); font-weight: 400; font-size: clamp(20px,2vw,27px); letter-spacing: -0.01em; margin-top: 20px; }
.a2-person .rl { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--v9-accent); margin-top: 7px; }

/* ---- Vision: centred statement on a panel ------------------- */
.a2-vision { background: var(--v9-panel); padding: clamp(80px,11vw,170px) 0; text-align: center; }
.a2-vision .eyebrow { margin-bottom: 28px; }
.a2-vision .t2 { max-width: 17ch; margin: 0 auto; }
.a2-vision .b1 { max-width: 560px; margin: 28px auto 0; }
.a2-vision .a9 { margin-top: 40px; }

/* ---- Responsive --------------------------------------------- */
@media (max-width: 960px) {
  .a2-head .grid { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  .a2-chapter .grid { grid-template-columns: 1fr; gap: 20px; }
  .a2-rail { position: static; }
  .a2-rail .n { margin-bottom: 8px; }
  .a2-portraits { grid-template-columns: 1fr 1fr; gap: 18px; }
}
@media (max-width: 620px) {
  .a2-row { grid-template-columns: 40px 1fr; gap: 6px 16px; }
  .a2-row .rd { grid-column: 1 / -1; }
  .a2-head .facts { grid-template-columns: 1fr 1fr; }
  .a2-person .v9-img { height: 44vw; }
}
