/* about.css — /about. Per-page sheet: the base rules every page sheet carries, the
   site's .btn, and this page's sections. Header, nav, mobile menu, footer and the
   founders strip are chrome.css's; nothing here touches them. */
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:var(--font-display);-webkit-font-smoothing:antialiased;}
a{color:inherit;text-decoration:none}
::selection{background:var(--sel-bg);color:var(--sel-ink)}

.mono{font-family:var(--font-mono);font-weight:500;letter-spacing:.04em;text-transform:uppercase;font-size:11px;color:var(--ink-2)}
.mono.dim{color:var(--mute)}
.red{color:var(--red)}
.container{max-width:1480px;margin:0 auto;padding-left:var(--pad-x);padding-right:var(--pad-x)}

/* Buttons — same rules as landing.css */
.btn{display:inline-flex;align-items:center;gap:14px;background:var(--btn);color:var(--btn-ink);padding:18px 24px;border-radius:0;font-family:var(--font-display);font-size:15px;font-weight:500;letter-spacing:-.01em;border:1px solid transparent;cursor:pointer;transition:background .2s ease,border-color .2s ease}
.btn:hover{background:var(--btn-hover)}
.btn .arr{width:18px;height:10px;position:relative}
.btn .arr::before{content:"";position:absolute;left:0;right:4px;top:50%;height:1.5px;background:currentColor}
.btn .arr::after{content:"";position:absolute;right:0;top:50%;width:7px;height:7px;border-top:1.5px solid currentColor;border-right:1.5px solid currentColor;transform:translateY(-50%) rotate(45deg)}
.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line-strong)}
.btn-ghost:hover{background:var(--bg-2);border-color:var(--ink)}

/* ---------- page-wide ---------- */
main section{border-bottom:1px solid var(--line-2)}
/* The header is sticky and 64px tall; in-page anchors (/about#founders) land below it. */
section[id]{scroll-margin-top:80px}
h1,h2,h3{font-weight:500;margin:0}
h2{font-size:clamp(32px,4vw,56px);letter-spacing:-.03em;line-height:1.02;max-width:22ch;text-wrap:balance}
.eyebrow{margin-bottom:18px}
.prose p{font-size:17px;line-height:1.6;color:var(--ink-2);margin:0 0 20px;max-width:60ch}
.prose p:last-child{margin-bottom:0}
/* Text link with a hairline — "Read our Data Processing Agreement →", "LinkedIn ↗" */
.more{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--ink);padding-bottom:4px;border-bottom:1px solid var(--line);transition:color .15s,border-color .15s}
.more:hover{color:var(--red-deep);border-color:var(--red-deep)}

/* ---------- why we exist ---------- */
.why{padding:96px 0 104px}
.why h1{font-size:clamp(48px,7vw,108px);line-height:.95;letter-spacing:-.04em;max-width:14ch;text-wrap:balance}
.why-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:clamp(32px,5vw,80px);align-items:end;margin-top:56px}
.why-text p{font-size:17px;line-height:1.6;color:var(--ink-2);margin:0 0 18px;max-width:56ch}
.why-text p:last-child{margin-bottom:0}
.why-text .lede{font-size:clamp(18px,1.5vw,22px);line-height:1.45;color:var(--ink);margin-bottom:22px}
.why-photo{border:1px solid var(--line);background:var(--bg-2);overflow:hidden;aspect-ratio:900/507}
.why-photo img{display:block;width:100%;height:100%;object-fit:cover}
/* The section's closing line, sized like a headline; the terminal dot is red like the hero stats on /. */
.display{margin:88px 0 0;padding-top:40px;border-top:1px solid var(--line);font-size:clamp(40px,5.6vw,88px);letter-spacing:-.045em;line-height:.98;font-weight:500;text-wrap:balance}

/* ---------- where we come from ---------- */
.roots{padding:112px 0}
.roots .wrap{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(40px,5vw,80px);align-items:start;margin-top:48px}
.facts{list-style:none;margin:0;padding:0;border:1px solid var(--line);background:var(--bg-3)} /* the page's one warm surface; --mute clears 4.5:1 on it */
.facts li{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:baseline;padding:22px 24px;border-bottom:1px solid var(--line)}
.facts li:last-child{border-bottom:none}
.facts .k{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:var(--mute)}
.facts .lbl{font-size:15px;letter-spacing:-.01em;color:var(--ink)}

/* ---------- your data is yours ---------- */
.data{padding:120px 0;background:var(--mint)} /* the mint swatch at full strength: one band per page */
.data .head{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(32px,5vw,80px);align-items:end;margin-bottom:48px}
.data .standfirst{margin:0;font-size:clamp(18px,1.5vw,22px);line-height:1.45;color:var(--ink);max-width:48ch}
.principles{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.principles li{background:var(--bg);padding:36px 30px 40px;display:flex;flex-direction:column;min-height:260px}
.principles .num{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;color:var(--red-deep);margin-bottom:22px}
.principles h3{font-size:22px;letter-spacing:-.02em;line-height:1.15;margin:0 0 12px;text-wrap:balance}
.principles p{margin:0;font-size:14px;line-height:1.6;color:var(--ink-2)}
.data .more{margin-top:40px}

/* ---------- who we work with ---------- */
.customers{padding:96px 0}
.customers .wrap{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(32px,5vw,80px);align-items:end}
.customers p{font-size:17px;line-height:1.6;color:var(--ink-2);margin:24px 0 0;max-width:56ch}
.chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}
.chip{font-family:var(--font-mono);font-size:11px;letter-spacing:.06em;padding:6px 10px;border:1px solid var(--line);color:var(--ink-2)}

/* ---------- the founders ----------
   Portraits: src/assets/img/team/<slug>.jpg (4:5, 640×800, ≤120 KB) fill a 4:5 tile the
   width of the card, with the coral dot in the corner as the signature. The founders
   strip (chrome.css) shows the same three files in a 56px square. */
.team{padding:112px 0}
.team-grid{list-style:none;margin:48px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.founder{background:var(--bg);padding:32px 28px 36px;display:flex;flex-direction:column;align-items:flex-start}
.founder-tile{width:100%;aspect-ratio:4/5;flex:none;margin-bottom:24px;background:var(--bg-2);border:1px solid var(--line);position:relative;overflow:hidden}
.founder-tile::after{content:"";position:absolute;right:14px;bottom:14px;width:10px;height:10px;border-radius:50%;background:var(--red)}
.founder-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.founder h3{font-size:22px;letter-spacing:-.02em;line-height:1.15;margin:0 0 6px}
.founder .role{margin-bottom:18px}
.founder p{flex:1;margin:0 0 22px;font-size:14px;line-height:1.6;color:var(--ink-2)}

/* ---------- join us ---------- */
.join{padding:120px 0;border-bottom:none}
.join .wrap{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(32px,5vw,80px);align-items:start}
.join h2{font-size:clamp(40px,5.5vw,80px);letter-spacing:-.04em;line-height:.98}
.join .btns{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap}

@media (max-width: 980px){
  .why-grid,.roots .wrap,.data .head,.customers .wrap,.join .wrap{grid-template-columns:1fr}
  .principles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .team-grid{grid-template-columns:1fr}
  .chips{justify-content:flex-start}
}
@media (max-width: 700px){
  .why{padding:72px 0 80px}
  .roots,.team{padding:80px 0}
  .data,.join{padding:88px 0}
  .customers{padding:72px 0}
  .display{margin-top:64px;padding-top:32px}
  .principles,.team-grid{grid-template-columns:1fr}
  .principles li{min-height:0}
}
