/* Generated by scripts/build-about.mjs — do not edit by hand. */
/* Container comes from .bl-main in blog.css (max-width + horizontal padding).
   Do not drop .bl-main from the <main>, or the page renders edge-to-edge on mobile. */
.ab-main { max-width: 1000px; padding-bottom: 40px; }

.ab-hero { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.ab-eyebrow { display: inline-block; margin: 0 0 14px; padding: 6px 14px; border: 1px solid hsl(222 16% 91%); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #0f1720; }
/* balance: without it the headline drops a lone "it." onto its own line. */
.ab-hero h1 { font-size: clamp(32px, 5vw, 46px); margin: 0; letter-spacing: -0.02em; line-height: 1.1; text-wrap: balance; }

.ab-story { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: start; }
.ab-story-copy p { margin: 0 0 16px; font-size: 16.5px; line-height: 1.65; color: #3d4654; }
.ab-story-copy p:last-child { margin-bottom: 0; }

.ab-proof { display: grid; gap: 14px; }
.ab-proof-card { border: 1px solid hsl(222 16% 91%); border-radius: 16px; padding: 20px 22px; background: #fff; }
.ab-proof-card strong { display: block; font-size: 18px; letter-spacing: -0.02em; color: #0f1720; margin-bottom: 5px; }
.ab-proof-card span { font-size: 14.5px; line-height: 1.45; color: #6b7480; }

.ab-body h2 { font-size: 26px; margin: 56px 0 20px; letter-spacing: -0.01em; }
.ab-principles { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.ab-principle { border-top: 2px solid #f7931e; padding-top: 16px; }
.ab-principle h3 { font-size: 16.5px; margin: 0 0 8px; line-height: 1.35; }
.ab-principle p { margin: 0; color: #3d4654; line-height: 1.65; font-size: 15px; }

@media (max-width: 760px) {
  .ab-story { grid-template-columns: 1fr; gap: 28px; }
  .ab-hero { margin-bottom: 32px; }
}
