
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#1f2933;background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}
header{background:#fff;border-bottom:1px solid #e9eef3;position:sticky;top:0;z-index:5}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{width:82px;height:82px;object-fit:contain}.links{display:flex;gap:30px;font-weight:600}.links a:hover{opacity:.65}
.hero{padding:72px 0 82px;background:linear-gradient(180deg,#f7fbff,#fff)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:700;color:#6683a0}
h1{font-size:56px;line-height:1.06;margin:12px 0 24px;color:#23384c}h2{font-size:38px;line-height:1.15;margin:0 0 20px;color:#23384c}
h3{font-size:27px;margin:0 0 12px;color:#23384c}p{margin:0 0 18px}
.hero img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:18px}
.section{padding:80px 0}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.team{background:#f7f9fb}.team-title{text-align:center;margin-bottom:46px}
.person{display:grid;grid-template-columns:330px 1fr;gap:46px;align-items:center;padding:34px 0;border-bottom:1px solid #dfe6ec}
.person:last-child{border-bottom:0}.person img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}
.role{font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:#72879a;font-weight:700;margin-bottom:8px}
.beliefs{max-width:900px;margin:auto}.belief-box{padding:38px;border:1px solid #dfe6ec;border-radius:16px;background:#fff}
footer{background:#23384c;color:white;padding:48px 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.muted{opacity:.75;font-size:14px}
@media(max-width:760px){.links{gap:12px;font-size:13px}.nav{height:76px}.logo{width:64px;height:64px}.hero-grid,.intro,.person,.footer-grid{grid-template-columns:1fr}.hero{padding:44px 0}.section{padding:55px 0}h1{font-size:40px}h2{font-size:32px}.person{gap:22px}.person img{max-width:420px}}
