/* ============================================================
   about.css — the About page. Rides on styles.css tokens;
   adds the section layouts specific to this page.
   ============================================================ */

/* ---- hero ---- */
.ab-hero { padding: clamp(120px, 16vw, 188px) 0 clamp(48px, 7vw, 92px); }
.ab-hero .kicker { margin-bottom: 1.3rem; }
.ab-head {
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 5.2rem);
  line-height: 0.98; letter-spacing: -0.025em; color: var(--ink);
  max-width: 16ch; margin: 0 0 1.6rem;
}
.ab-hero .lede { max-width: 56ch; }
.ab-hero .lede + .lede { margin-top: 1.1rem; }

/* ---- generic section heads ---- */
.ab-sec { padding: clamp(56px, 8vw, 120px) 0; }
.ab-sec-head { max-width: 60ch; margin-bottom: clamp(28px, 4vw, 48px); }
.ab-sec-head .h2 { margin-top: .9rem; }
.ab-sec-head .lede { margin-top: 1.1rem; }

/* ---- beliefs: stacked statements ---- */
.beliefs { display: grid; gap: clamp(28px, 4vw, 44px); max-width: 920px; }
.belief { display: grid; grid-template-columns: 44px 1fr; gap: clamp(14px, 2vw, 24px); }
.belief .b-no {
  font-family: var(--display); font-size: 1.5rem; color: var(--terra); line-height: 1;
}
.belief h3 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.06;
  color: var(--ink); margin: 0 0 .55rem; letter-spacing: -0.01em;
}
.belief p {
  font-family: var(--serif);
  font-size: clamp(1.06rem, 1.5vw, 1.2rem); line-height: 1.62;
  color: var(--ink-2); margin: 0; max-width: 60ch;
}
.belief p strong { color: var(--ink); font-weight: 600; }

/* ---- different: prose block ---- */
.ab-prose p {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.62;
  color: var(--ink-2); margin: 0 0 1.3rem; max-width: 62ch;
}
.ab-prose p strong { color: var(--ink); font-weight: 600; }
.ab-prose .lead {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.6rem, 3.2vw, 2.3rem); line-height: 1.12;
  letter-spacing: -0.015em; color: var(--ink); max-width: 22ch;
  margin: 0 0 1.6rem;
}

/* ---- who we work with: chips/cards ---- */
.who-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(14px, 2vw, 20px); max-width: 980px;
}
.who-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: 16px; padding: clamp(20px, 2.6vw, 28px);
}
.who-card h4 {
  font-family: var(--sans); font-weight: 700; font-size: 1.1rem;
  color: var(--ink); margin: 0 0 .4rem;
}
.who-card p { font-size: 1rem; line-height: 1.5; color: var(--ink-2); margin: 0; }
.who-foot {
  margin-top: clamp(24px, 3vw, 36px); max-width: 56ch;
  font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; color: var(--ink);
}

/* ---- what I do: list ---- */
.do-list { display: grid; gap: 0; max-width: 900px; margin-top: clamp(8px, 2vw, 20px); }
.do-row {
  display: grid; grid-template-columns: minmax(0, 16rem) 1fr;
  gap: clamp(10px, 2vw, 28px);
  padding: clamp(18px, 2.4vw, 26px) 0;
  border-top: 1px solid var(--line);
}
.do-row:last-child { border-bottom: 1px solid var(--line); }
.do-row h4 {
  font-family: var(--display); font-weight: 400; font-size: 1.32rem;
  line-height: 1.1; color: var(--ink); margin: 0;
}
.do-row p { font-family: var(--serif); font-size: 1.08rem; line-height: 1.55; color: var(--ink-2); margin: 0; }
.do-foot { margin-top: clamp(22px, 3vw, 34px); }

/* ---- founder note (dark band) ---- */
.founder .wrap { display: grid; grid-template-columns: 320px 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.founder-photo { position: relative; }
.founder-photo .photo-frame {
  border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md);
  aspect-ratio: 4/5; background: var(--espresso-2);
}
.founder-photo .portrait { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-photo .note {
  position: absolute; right: -10px; bottom: 22px; text-align: right;
  color: #E9A07C;
}
.founder-body .kicker { color: #E9A07C; }
.founder-body .kicker::before { background: var(--terra); }
.founder-body h2 { color: var(--on-dark); margin: .8rem 0 1.4rem; }
.founder-body p {
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.6vw, 1.24rem); line-height: 1.64;
  color: var(--on-dark-2); margin: 0 0 1.2rem; max-width: 60ch;
}
.founder-body p strong { color: var(--on-dark); font-weight: 600; }
.founder-body .founder-sign {
  font-family: var(--hand); font-size: 2rem; color: #E9A07C;
  margin-top: .4rem;
}

/* ---- CTA ---- */
.ab-cta { text-align: center; }
.ab-cta .h2 { max-width: 20ch; margin: 0 auto 1.2rem; }
.ab-cta .lede { max-width: 52ch; margin: 0 auto 2rem; }

@media (max-width: 820px) {
  .founder .wrap { grid-template-columns: 1fr; }
  .founder-photo { max-width: 320px; }
}
@media (max-width: 640px) {
  .who-grid { grid-template-columns: 1fr; }
  .do-row { grid-template-columns: 1fr; gap: 4px; }
  .belief { grid-template-columns: 32px 1fr; }
}
