/* ===================================================================
   FLOWTRIG — about.css   (About page — uses global tokens from styles-v3)
   =================================================================== */
.ab-page section{ padding:clamp(34px,4.5vw,60px) 0; }
.ab-hero{ padding:clamp(36px,5vw,62px) 0 0; text-align:center; }
.ab-hero .sec-kicker{ justify-content:center; }
.ab-hero h1{ font-family:var(--font-d); font-weight:600; letter-spacing:-.03em; font-size:clamp(34px,5.5vw,64px); line-height:1.04; margin:16px 0 0; }
.ab-hero .sub{ margin:18px auto 0; max-width:60ch; }

/* founder's desk */
.fd{ position:relative; margin-top:clamp(40px,5vw,64px); border:1px solid var(--line); border-radius:var(--radius-xl,28px); overflow:hidden;
  background:radial-gradient(130% 90% at 0% 0%, color-mix(in oklab,var(--neon) 9%, var(--surface)), var(--surface) 60%); }
.fd-inner{ display:grid; grid-template-columns:200px 1fr; gap:clamp(20px,3vw,40px); align-items:center; padding:clamp(22px,3.4vw,40px); }
@media(max-width:760px){ .fd-inner{ grid-template-columns:1fr; text-align:center; } }
.fd-photo{ position:relative; width:200px; height:200px; border-radius:24px; margin:0 auto; overflow:hidden;
  background:radial-gradient(120% 90% at 50% 0%, #0F3E29, #07140E 75%); display:flex; align-items:flex-end; justify-content:center; }
.fd-photo .mono{ font-family:var(--font-d); font-weight:700; font-size:64px; color:#fff; opacity:.9; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.fd-photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:50% 18%; }
.fd-photo::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%, rgba(0,0,0,.45)); pointer-events:none; }
.fd-photo .tag{ position:relative; z-index:1; margin-bottom:12px; font-size:10.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--neon); background:rgba(0,0,0,.45); padding:4px 10px; border-radius:999px; }
.fd .desk-k{ display:inline-flex; align-items:center; gap:8px; font-size:11px; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--neon); }
.fd .desk-k::before{ content:""; width:24px; height:2px; border-radius:2px; background:linear-gradient(90deg,var(--neon),transparent); }
.fd q{ display:block; font-family:var(--font-d); font-weight:500; font-size:clamp(18px,2.1vw,25px); line-height:1.4; letter-spacing:-.01em; color:var(--tx); margin:13px 0 0; }
.fd q::before{ content:"\201C"; }
.fd q::after{ content:"\201D"; }
.fd .sig{ display:flex; align-items:center; gap:11px; margin-top:18px; }
.fd .sig .nm{ font-weight:700; font-size:14px; } .fd .sig .rl{ font-size:12px; color:var(--tx-mute); }
.fd .sig .ln{ width:34px; height:1px; background:var(--line); }
@media(max-width:760px){ .fd .sig{ justify-content:center; } .fd .desk-k{ justify-content:center; } }

/* story two-column */
.ab-story{ display:grid; grid-template-columns:1fr 1fr; gap:clamp(24px,4vw,56px); align-items:start; }
@media(max-width:820px){ .ab-story{ grid-template-columns:1fr; gap:30px; } }
.ab-story .lead-lg{ font-family:var(--font-d); font-weight:500; font-size:clamp(20px,2.3vw,28px); line-height:1.35; letter-spacing:-.01em; }
.ab-story p{ color:var(--tx-soft); font-size:15px; line-height:1.65; margin-top:14px; }
.ab-story p strong{ color:var(--tx); }

/* value cards */
.ab-values{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
@media(max-width:820px){ .ab-values{ grid-template-columns:1fr; } }
.ab-val{ border:1px solid var(--line); border-radius:18px; background:var(--surface); padding:22px; transition:transform .25s, border-color .2s, box-shadow .25s; }
.ab-val:hover{ transform:translateY(-3px); border-color:var(--line-glow); box-shadow:0 0 36px -16px rgba(43,232,129,.4); }
.ab-val .vi{ width:42px; height:42px; border-radius:12px; background:var(--green-soft); border:1px solid rgba(43,232,129,.2); color:var(--neon); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.ab-val .vi svg{ width:21px; height:21px; }
.ab-val h3{ font-size:17px; font-weight:600; }
.ab-val p{ font-size:13.5px; color:var(--tx-soft); margin-top:7px; line-height:1.55; }

/* comparison */
.ab-cmp{ border:1px solid var(--line); border-radius:var(--radius-xl,28px); overflow:hidden; background:var(--surface); }
.ab-cmp .row{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; }
.ab-cmp .row.head{ background:var(--surface-2); border-bottom:1px solid var(--line); }
.ab-cmp .row:not(.head){ border-bottom:1px solid var(--line-2); }
.ab-cmp .row:last-child{ border-bottom:0; }
.ab-cmp .c{ padding:14px 16px; font-size:13.5px; display:flex; align-items:center; justify-content:center; text-align:center; border-left:1px solid var(--line-2); }
.ab-cmp .c.lbl{ justify-content:flex-start; text-align:left; font-weight:600; border-left:0; }
.ab-cmp .row.head .c{ font-family:var(--font-d); font-weight:600; font-size:14px; }
.ab-cmp .c.us{ background:color-mix(in oklab,var(--neon) 7%, transparent); }
.ab-cmp .row.head .c.us{ color:var(--neon); }
.ab-cmp .yes{ width:22px;height:22px;border-radius:50%; background:var(--green-soft); color:var(--neon); display:inline-flex; align-items:center; justify-content:center; }
.ab-cmp .yes svg{ width:12px; height:12px; }
.ab-cmp .no{ width:22px;height:22px;border-radius:50%; background:rgba(255,107,87,.14); color:var(--rose); display:inline-flex; align-items:center; justify-content:center; }
.ab-cmp .no svg{ width:11px; height:11px; }
.ab-cmp .c .sm{ font-size:11.5px; color:var(--tx-mute); }
@media(max-width:680px){ .ab-cmp{ overflow-x:auto; } .ab-cmp .row{ grid-template-columns:1.4fr .8fr .8fr .8fr; min-width:520px; } }

/* mission band */
.ab-mission{ position:relative; border:1px solid rgba(43,232,129,.25); border-radius:var(--radius-xl,28px); overflow:hidden; padding:clamp(34px,5vw,64px); text-align:center;
  background:radial-gradient(120% 130% at 50% 0%, color-mix(in oklab,var(--neon) 12%, var(--surface)), var(--surface) 60%); }
.ab-mission h2{ font-family:var(--font-d); font-weight:600; letter-spacing:-.02em; font-size:clamp(26px,3.4vw,42px); max-width:18ch; margin:14px auto 0; }
.ab-mission .sub{ margin:16px auto 0; }
.ab-mission .actions{ display:flex; gap:12px; justify-content:center; margin-top:24px; flex-wrap:wrap; }
