/* ==========================================================================
   About page — story, mission, promise, values
   ========================================================================== */
.about-narrow { max-width: 830px; margin-left: auto; margin-right: auto; }
.zigzag__text .h2 { font-size: clamp(30px, 4.4vw, 50px);}
.founder__body h2 { font-size: clamp(30px, 4.4vw, 45px);}
/* Story narrative — short paragraphs, punchy one-liners */
.page-hero__lead{font-size: 16px;line-height: 1.7; }
.story-block p { font-size: 16px; line-height: 1.7; color: rgba(14,26,62,.84); margin: 0 0 16px; }
.story-block p strong { color: var(--navy); font-weight: 700; }
.story-line { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--navy); margin: 30px 0 12px; letter-spacing: -.01em; }
.story-line--red { color: var(--red); }
.trap-mheading h2 {  max-width: 480px;margin: 16px auto auto;}

/* Story timeline */
.story-timeline { margin: 40px auto 0; }
.story-step { position: relative; display: flex; gap: 20px; padding-bottom: 30px; }
.story-step::before { content: ""; position: absolute; left: 21px; top: 48px; bottom: -2px; width: 2px; background: var(--border); }
.story-step:last-child { padding-bottom: 0; }
.story-step:last-child::before { display: none; }
.story-step__icon { position: relative; z-index: 1; width: 44px; height: 44px; border-radius: 50%; background: rgba(225,29,46,.1); color: var(--red); display: grid; place-items: center; flex-shrink: 0; }
.story-step__icon svg { width: 22px; height: 22px; }
.story-step h3 { font-family: var(--font-display); font-size: 18px; color: var(--navy); margin: 9px 0 6px; }
.story-step p { color: var(--muted); font-size: 15.5px; line-height: 1.6; margin: 0; }
.story-step p strong { color: var(--navy); }

/* Stat grid (the real numbers) */
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 44px auto 0; }
.about-stat { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 24px 16px; text-align: center; box-shadow: var(--shadow-sm); }
.about-stat b { display: block; font-family: var(--font-display); font-size: 30px; font-weight: 800; color: var(--red); letter-spacing: -.02em; line-height: 1; }
.about-stat span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 8px; line-height: 1.4; }

/* Big navy punchline callout */
.about-punch { background: linear-gradient(160deg, #0E1A3E, #0A1230); color: #fff; border-radius: 24px; padding: 46px 40px; text-align: center; margin: 44px auto 0; }
.about-punch p { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); line-height: 1.3; color: #fff; margin: 0; }
.about-punch .accent { color: #ff6b78; }
.about-punch small { display: block; margin-top: 16px; font-size: 15px; color: rgba(255,255,255,.6); font-weight: 400; }

/* "Same story" recurring problems */
.same-story { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; list-style: none; padding: 0; }
.same-story li { display: flex; gap: 12px; align-items: center; background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 14px 18px; font-size: 15px; color: var(--navy); font-weight: 500; }
.same-story .x { color: var(--red); font-weight: 800; flex-shrink: 0; }

/* Chips */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.about-chip { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 10px 18px; font-size: 14px; font-weight: 600; color: var(--navy); }
.about-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); display: inline-block; }
.section--navy .chip-row { justify-content: center; }
.section--navy .about-chip { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); color: #fff; }

/* Promise checklist */
.promise-card { background: #fff; border: 1px solid var(--border); border-radius: 20px; padding: 8px 32px; box-shadow: var(--shadow-md); max-width: 600px; margin: 36px auto 0; }
.promise-card ul { list-style: none; padding: 0; margin: 0; }
.promise-card li { display: flex; gap: 14px; align-items: center; padding: 16px 0; border-top: 1px solid var(--border); font-size: 17px; font-weight: 600; color: var(--navy); }
.promise-card li:first-child { border-top: 0; }
.promise-card .ck { width: 26px; height: 26px; border-radius: 50%; background: rgba(16,185,129,.14); color: #10b981; display: grid; place-items: center; font-weight: 800; font-size: 13px; flex-shrink: 0; }

/* "How we differ" reframe */
.reframe { max-width: 720px; margin: 0 auto; }
.reframe__q { border-left: 4px solid var(--border); padding: 4px 0 4px 22px; margin: 0 0 20px; color: var(--muted); font-family: var(--font-display); font-size: 20px; font-style: italic; line-height: 1.4; }
.reframe__a { border-left: 4px solid var(--red); padding: 6px 0 6px 22px; color: var(--navy); font-family: var(--font-display); font-size: clamp(22px, 3vw, 26px); font-weight: 700; line-height: 1.35; }

@media (max-width: 760px) {
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .same-story { grid-template-columns: 1fr; }
}

/* Our Values: fit all four cards in one row */
.reassure-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.reassure-grid--4 .reassure-card { padding: 28px 20px; }
@media (max-width: 1024px) { .reassure-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .reassure-grid--4 { grid-template-columns: 1fr; } }

/* Nudge the hero title down a touch on the About page only. */
.page-hero__title { margin-top: 16px; }
