@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&display=swap");.about-page{--ex-blue:#26547c;--zinc-600:#52525b;--zinc-700:#3f3f46;flex:1;font-family:Noto Sans,sans-serif}.about-hero{padding:3rem 0 4rem;text-align:center}.about-hero-inner{max-width:42rem;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.about-eyebrow{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;margin:0 auto;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ex-blue);background:rgba(38,84,124,.08);border:1px solid rgba(38,84,124,.12);border-radius:999px;padding:.35rem .85rem}.about-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#1a2e44}.about-lead{font-size:clamp(1rem,2vw,1.125rem);line-height:1.65;color:rgba(26,46,68,.72)}.about-story{padding:2rem 0 5rem}.about-story-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:768px){.about-story-inner{grid-template-columns:1fr 1fr;gap:3.5rem}}.about-story-copy{display:flex;flex-direction:column;gap:1.25rem}.about-story-copy p{font-size:clamp(1rem,2vw,1.0625rem);line-height:1.7;color:rgba(26,46,68,.72)}.about-story-visual{border-radius:20px;overflow:hidden;background:linear-gradient(145deg,hsla(0,0%,100%,.96),rgba(248,250,252,.9));border:1px solid rgba(38,84,124,.08);box-shadow:0 1px 2px rgba(0,0,0,.04),0 12px 40px rgba(38,84,124,.07);padding:1.5rem}.about-story-visual img{width:100%;height:auto;display:block;border-radius:12px}.about-founders{padding:3rem 0 6rem;background:linear-gradient(180deg,#f8fafc,#fff 35%,#eef5fb)}.about-founders-inner{max-width:80rem;margin:0 auto;padding:0 1.5rem}.about-founders-header{margin-bottom:2.5rem}.about-founders-header h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#1a2e44}.about-founders-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.about-founders-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}.about-founders-grid .reveal{height:100%}.founder-card{height:100%;border-radius:20px;background:#fff;border:1px solid rgba(38,84,124,.08);box-shadow:0 1px 2px rgba(0,0,0,.04),0 12px 40px rgba(38,84,124,.07);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.founder-photo{border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:#f4f4f5}.founder-photo img{width:100%;height:100%;object-fit:cover;display:block}.founder-name{font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:#1a2e44;text-align:center}.founder-role{font-size:.95rem;font-weight:600;color:var(--ex-blue);text-align:center;margin-top:-.25rem}.founder-bio{display:flex;flex-direction:column;gap:.75rem}.founder-bio p{font-size:.95rem;line-height:1.6;color:var(--zinc-700)}