.founder-profile{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;margin:25px 0 35px;align-items:start}.founder-profile .profile-photo{width:240px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:12px}.profile-bio{font-size:17px;line-height:1.95}.profile-links{display:flex;gap:16px;flex-wrap:wrap;margin:15px 0;font-size:14px}.profile-links a{color:var(--blue);text-decoration:underline}.author-box .profile-photo{object-fit:cover;object-position:50% 18%;flex-shrink:0}.author-box img{flex-shrink:0}@media(max-width:640px){.founder-profile{grid-template-columns:1fr;gap:22px}.founder-profile .profile-photo{width:220px;max-width:100%}}
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.project-card{padding:22px;border:1px solid var(--line);border-radius:10px}.project-card h3{font-size:20px;margin-bottom:10px}.project-card a{color:var(--blue)}.project-card p{font-size:15px;color:var(--muted);margin:0}@media(max-width:640px){.project-grid{grid-template-columns:1fr}}
.site-name{font-family:"Noto Serif Kannada",system-ui,sans-serif;letter-spacing:-.02em}.site-name .brand-ai{color:var(--blue)}.footer-brand{font-size:25px}.trust-nav{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
