.about-hero{min-height:54vh;display:grid;grid-template-columns:1fr 1fr}.about-hero-left{background:var(--navy);padding:5.5rem 3.5rem 4rem;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.about-hero-left:before{content:"";position:absolute;top:-30%;right:-20%;width:70%;height:70%;background:radial-gradient(ellipse,rgba(61,90,138,.1) 0,transparent 65%);pointer-events:none}.about-hero-left h1{color:var(--white)}.about-hero-left p{color:rgba(255,255,255,.4);max-width:400px;margin-top:1.2rem;font-size:.95rem}.about-hero-right{position:relative;overflow:hidden}.about-hero-right img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.65) hue-rotate(20deg) brightness(.8) contrast(1.08)}.philosophy-full{padding:6rem 3.5rem}.philosophy-full-grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:5rem;gap:5rem;margin-top:4rem}.pillar-full{padding:1.8rem 0;border-top:1px solid var(--border-light);display:grid;grid-template-columns:2.5rem 1fr;grid-gap:1.5rem;gap:1.5rem}.pillar-full-num{font-size:.6rem;font-weight:500;color:var(--accent);letter-spacing:.1em;padding-top:.15rem}.pillar-full-title{font-size:.98rem;font-weight:400;color:var(--text-1);margin-bottom:.5rem}.pillar-full-text{font-size:.86rem;color:var(--text-3);line-height:1.8}.founders-section{background:var(--surface);padding:6rem 3.5rem}.founder-full{display:grid;grid-template-columns:380px 1fr;grid-gap:5rem;gap:5rem;margin-bottom:5rem;padding-bottom:5rem;border-bottom:1px solid var(--border-light);align-items:start}.founder-full:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.founder-full-img{height:500px;overflow:hidden}.founder-full-img img{width:100%;height:100%;object-fit:cover;transition:transform var(--t-slow) var(--ease)}.founder-full-img:hover img{transform:scale(1.02)}.founder-full-img.reversed{order:2}.founder-full-text.reversed{order:1}.founder-role-tag{font-size:.57rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--accent);margin-bottom:.6rem}.founder-full-name{font-size:2.2rem;font-weight:300;letter-spacing:-.025em;color:var(--text-1);margin-bottom:1.5rem;line-height:1.1}.founder-full-bio p{color:var(--text-3);font-size:.9rem;line-height:1.85;margin-bottom:1rem}.services-grid-about{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5px;gap:1.5px;background:var(--border-light)}.service-item{background:var(--white);padding:2.4rem;transition:background var(--t-base)}.service-item:hover{background:var(--surface)}.service-num{font-size:.58rem;font-weight:500;letter-spacing:.18em;color:var(--accent);margin-bottom:1rem}.service-title-about{font-size:.98rem;font-weight:400;color:var(--text-1);margin-bottom:.6rem}.service-desc-about{font-size:.84rem;color:var(--text-3);line-height:1.75}@media (max-width:900px){.about-hero{grid-template-columns:1fr;min-height:auto}.about-hero-left{padding:4rem 1.5rem 3rem;min-height:52vh;justify-content:flex-end}.about-hero-right{height:260px}.philosophy-full{padding:4rem 1.5rem}.philosophy-full-grid{grid-template-columns:1fr;gap:2rem;margin-top:2.5rem}.founders-section{padding:4rem 1.5rem}.founder-full{grid-template-columns:1fr;gap:2rem;margin-bottom:3.5rem;padding-bottom:3.5rem}.founder-full-img{height:360px;order:1!important}.founder-full-text{order:2!important}.services-grid-about{grid-template-columns:1fr}}