.not-found{max-width:1240px;margin:0 auto;min-height:72vh;padding:80px 6vw;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:6vw}
.not-found .eyebrow{font-size:4rem;color:var(--accent);line-height:1}.not-found h1{font-size:clamp(2rem,4vw,3.5rem)}
.not-found img{width:100%;height:auto;border-radius:28px}.not-found p{color:var(--muted)}
.founder-section{padding:72px max(6vw,calc((100vw - 1268px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;align-items:center;border-top:1px solid var(--line);background:var(--panel)}
.founder-section img{width:100%;height:auto;aspect-ratio:1.4;object-fit:cover;border-radius:22px}.founder-section p{color:var(--muted)}
@media(max-width:700px){.not-found,.founder-section{grid-template-columns:1fr;padding-block:48px;gap:30px}.not-found img{max-height:220px;object-fit:cover}.founder-section img{aspect-ratio:1.8}.home-hero .opening-copy{align-self:start}}
