:root{--blue-900:#092c57;--blue-800:#0f3d73;--gold-500:#d5a233;--gold-600:#c18d1f;--slate-900:#152034;--slate-700:#3b4b66;--slate-200:#d9e0ea;--white:#fff;color:var(--slate-900);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f8fb;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-weight:400;line-height:1.55}*{box-sizing:border-box}body{margin:0}#root{background:var(--white);max-width:1320px;min-height:100vh;margin:0 auto;box-shadow:0 20px 40px #0c182e14}.site-shell{min-height:100vh}.topbar{background:var(--blue-900);color:var(--white);border-bottom:3px solid var(--gold-500);z-index:20;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.brand{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:700}.nav-list{flex-wrap:wrap;justify-content:flex-end;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}.nav-list a{color:var(--white);border-bottom:2px solid #0000;padding-bottom:.2rem;font-size:.95rem;font-weight:600;text-decoration:none}.nav-list a.active,.nav-list a:hover{border-bottom-color:var(--gold-500)}.hero-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:460px;display:flex}.hero-overlay{color:var(--white);max-width:760px;padding:3.2rem 2.5rem}.hero-overlay h1{margin:0 0 .6rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.5rem);line-height:1.15}.hero-overlay h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.2vw,2rem)}.hero-overlay p{margin:.8rem 0 1.6rem;font-size:1.1rem}.button-row{flex-wrap:wrap;gap:.8rem;display:flex}.btn{border-radius:8px;padding:.75rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s;display:inline-block}.btn:hover{opacity:.95;transform:translateY(-1px)}.btn-outline{color:var(--white);background:#124a8f}.btn-gold{background:var(--gold-500);color:#1d2430}.section{padding:2.8rem 2.5rem}.section h3{text-align:center;color:var(--blue-900);margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,2.7vw,2.3rem)}.lead{text-align:center;max-width:900px;color:var(--slate-700);margin:0 auto;font-size:1.1rem}.grid-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.focus-card{border:1px solid var(--slate-200);background:#fbfcfe;border-radius:10px;padding:1.1rem}.focus-card .emoji{font-size:1.5rem}.focus-card h4{color:var(--blue-900);margin:.55rem 0;font-family:Georgia,Times New Roman,serif}.focus-card p{color:var(--slate-700);margin:0;font-size:.95rem}.legacy{background:#f3f6fa;grid-template-columns:1.1fr 1fr;align-items:center;gap:1.4rem;display:grid}.legacy h3,.legacy p{text-align:left}.legacy-photo{border:1px solid var(--slate-200);border-radius:12px;min-height:280px;overflow:hidden}.legacy-photo img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.impact-band{background:#fff}.impact-grid{background:linear-gradient(120deg, var(--blue-900), #0f467f);color:var(--white);text-align:center;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem;padding:1.2rem;display:grid}.impact-grid strong{font-family:Georgia,Times New Roman,serif;font-size:2rem;display:block}.impact-grid span{font-size:.95rem}.cta{color:var(--white);text-align:center;background:linear-gradient(120deg,#26486d,#355777 60%,#6d634f)}.cta h3{color:var(--white)}.cta .button-row{justify-content:center}.text-page{max-width:930px;margin:0 auto}.text-page h3,.text-page h4{text-align:left}.text-page h4{color:var(--blue-900);margin:1.4rem 0 .55rem;font-family:Georgia,Times New Roman,serif}.text-page p,.text-page li{color:var(--slate-700)}.founder-bio{grid-template-columns:320px 1fr;align-items:start;gap:1rem;margin-top:.7rem;display:grid}.founder-bio img{border:1px solid var(--slate-200);object-fit:cover;border-radius:10px;width:100%}.founder-bio p{margin:0 0 .85rem}.text-page a{color:var(--blue-800)}.footer{background:var(--blue-900);color:var(--white);text-align:center;border-top:3px solid var(--gold-600);padding:1.2rem 1rem}.footer-links{margin-bottom:.5rem;font-weight:600}.footer p{margin:.2rem 0}@media (width<=980px){.topbar{text-align:center;flex-direction:column;gap:.8rem}.grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy,.impact-grid,.founder-bio{grid-template-columns:1fr}}@media (width<=640px){.section,.hero-overlay{padding:2rem 1.1rem}.grid-cards{grid-template-columns:1fr}.brand{font-size:1.1rem}}
