.about-hero{background:linear-gradient(135deg, var(--primary-50) 0%, var(--white) 100%);padding:80px 0 60px}.about-hero-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-600);background:var(--primary-100);border-radius:var(--radius-full);margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.about-hero h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:20px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.about-hero-lead{color:var(--text-secondary);max-width:500px;margin-bottom:20px;font-size:1.125rem;line-height:1.7}.dict-entry{background:var(--gray-50);border-left:2px solid var(--primary-200);border-radius:0 6px 6px 0;max-width:460px;margin-bottom:28px;padding:10px 14px;animation:.5s .25s both dictFadeIn;display:inline-block}.dict-header{flex-wrap:wrap;align-items:baseline;gap:5px;margin-bottom:3px;display:flex}.dict-word{color:var(--text-primary);letter-spacing:.01em;font-size:.8125rem;font-weight:700}.dict-sep{color:var(--gray-300);-webkit-user-select:none;user-select:none;font-size:.75rem;line-height:1}.dict-pos{color:var(--text-muted);font-size:.75rem;font-style:italic}.dict-def{color:var(--text-secondary);margin:0;font-size:.8125rem;line-height:1.55}@keyframes dictFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.about-hero-logos{flex-direction:column;gap:16px;margin-top:32px;display:flex}.about-hero-logos .logos-divider{background:var(--gray-200);width:100%;height:1px}.about-hero-logos .logos-label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.75rem;font-weight:600}.about-hero-logos .logos-row{align-items:center;gap:40px;display:flex}.about-hero-logos .logos-row img{opacity:.5;filter:grayscale();width:auto;height:28px;transition:all .2s}.about-hero-logos .logos-row img:hover{opacity:1;filter:grayscale(0%)}.about-hero-image{justify-content:center;display:flex}.headshot-placeholder{width:320px;height:400px;position:relative}.headshot-placeholder img{object-fit:cover;border-radius:var(--radius-xl);z-index:2;width:100%;height:100%;box-shadow:var(--shadow-xl);position:relative}.headshot-accent{background:linear-gradient(135deg, var(--primary-200) 0%, var(--primary-100) 100%);border-radius:var(--radius-xl);z-index:1;position:absolute;inset:20px -20px -20px 20px}.about-credentials{background:var(--white);padding:60px 0}.credentials-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.credential-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);text-align:center;padding:28px 24px;transition:transform .2s,box-shadow .2s}.credential-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.credential-icon{color:var(--primary-600);margin-bottom:16px}.credential-stat{color:var(--primary-700);margin-bottom:4px;font-size:1.5rem;font-weight:700}.credential-label{color:var(--text-primary);margin-bottom:8px;font-size:.875rem;font-weight:600}.credential-description{color:var(--text-muted);margin:0;font-size:.8125rem;line-height:1.5}.about-timeline{background:var(--gray-50);padding:80px 0}.timeline-header{text-align:center;margin-bottom:60px}.timeline-header h2{color:var(--text-primary);margin-bottom:12px;font-size:2rem;font-weight:700}.timeline-header p{color:var(--text-secondary);font-size:1.125rem}.timeline{flex-direction:column;gap:32px;max-width:800px;margin:0 auto;display:flex}.timeline-item{grid-template-columns:80px 20px 1fr;align-items:start;gap:16px;display:grid}.timeline-marker{justify-content:flex-end;align-items:center;padding-top:4px;display:flex}.timeline-dot{background:var(--primary-500);border:3px solid var(--white);width:16px;height:16px;box-shadow:0 0 0 3px var(--primary-200);border-radius:50%;position:relative}.timeline-item.founded .timeline-dot{background:#10b981;box-shadow:0 0 0 3px #10b98133}.timeline-item.exit .timeline-dot,.timeline-item.milestone .timeline-dot{background:var(--accent);box-shadow:0 0 0 3px #e85d3b33}.timeline-item.current .timeline-dot{background:var(--accent);animation:2s infinite pulse;box-shadow:0 0 0 3px #e85d3b33}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #e85d3b33,0 0 0 6px #e85d3b1a}50%{box-shadow:0 0 0 5px #e85d3b4d,0 0 0 10px #e85d3b1a}}.timeline-year{color:var(--primary-600);white-space:nowrap;font-size:.875rem;font-weight:700}.timeline-item.founded .timeline-year{color:#10b981}.timeline-item.exit .timeline-year,.timeline-item.milestone .timeline-year,.timeline-item.current .timeline-year{color:var(--accent)}.timeline-content{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:24px 28px}.timeline-content h3{color:var(--text-primary);margin-bottom:8px;font-size:1.125rem;font-weight:600}.timeline-content p{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.about-value{background:var(--white);padding:80px 0}.value-header{text-align:center;margin-bottom:48px}.value-header h2{color:var(--text-primary);margin-bottom:12px;font-size:2rem;font-weight:700}.value-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.value-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.value-card{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:32px;transition:border-color .2s}.value-card:hover{border-color:var(--primary-200)}.value-icon{color:var(--primary-600);margin-bottom:20px}.value-card h3{color:var(--text-primary);margin-bottom:12px;font-size:1.125rem;font-weight:600}.value-card p{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.7}.about-philosophy{background:linear-gradient(135deg, var(--primary-50) 0%, var(--white) 100%);padding:80px 0}.philosophy-wrapper{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;display:grid}.philosophy-content .section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--primary-600);background:var(--primary-100);border-radius:var(--radius-full);margin-bottom:16px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-block}.philosophy-content h2{color:var(--text-primary);margin-bottom:24px;font-size:2rem;font-weight:700}.philosophy-content p{color:var(--text-secondary);margin-bottom:20px;font-size:1rem;line-height:1.7}.philosophy-content p:last-child{margin-bottom:0}.philosophy-visual{justify-content:center;display:flex}.approach-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:360px;padding:32px}.approach-item{border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:16px;padding:16px 0;display:flex}.approach-item:last-child{border-bottom:none;padding-bottom:0}.approach-item:first-child{padding-top:0}.approach-number{color:var(--primary-600);background:var(--primary-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.approach-text{flex-direction:column;gap:4px;display:flex}.approach-text strong{color:var(--text-primary);font-size:.9375rem;font-weight:600}.approach-text span{color:var(--text-muted);font-size:.8125rem}.about-cta{background:linear-gradient(135deg, var(--primary-600) 0%, var(--primary-800) 100%);text-align:center;padding:80px 0}.about-cta-content h2{color:var(--white);margin-bottom:16px;font-size:2rem;font-weight:700}.about-cta-content p{color:#ffffffe6;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.125rem}@media (max-width:900px){.about-hero-wrapper{text-align:center;grid-template-columns:1fr;gap:40px}.about-hero-lead{max-width:none}.about-hero-logos{text-align:center;align-items:center}.about-hero-logos .logos-row{justify-content:center}.about-hero-image{order:-1}.headshot-placeholder{width:260px;height:320px}.credentials-grid{grid-template-columns:repeat(2,1fr)}.value-grid{grid-template-columns:1fr}.philosophy-wrapper{grid-template-columns:1fr;gap:40px}.timeline-item{grid-template-columns:60px 16px 1fr;gap:12px}}@media (max-width:600px){.about-hero{padding:60px 0 40px}.about-hero-logos .logos-row{flex-wrap:wrap;gap:24px}.about-hero-logos .logos-row img{height:24px}.credentials-grid{grid-template-columns:1fr}.timeline-item{grid-template-columns:50px 14px 1fr;gap:10px}.timeline-year{font-size:.75rem}.timeline-dot{width:14px;height:14px}.timeline-content{padding:20px}.about-cta{padding:60px 0}}
