:root { --primary:#0a6fa6; --bg:#ffffff; --text:#222; --muted:#666; }
*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}
header{background:#f6fbfe;border-bottom:1px solid #e5f0f6}
header h1{margin:0;padding:16px;color:var(--primary)}
nav{display:flex;gap:12px;padding:0 16px 16px;flex-wrap:wrap}
nav a{color:var(--primary);text-decoration:none;padding:6px 10px;border-radius:6px}
nav a.active,nav a:hover{background:#e7f3fa}
.hero{background-size:cover;background-position:center}
.hero .overlay{background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.35));padding:48px 16px;color:#fff}
.hero h1{color:#fff}
main{padding:24px}
main.narrow{max-width:900px;margin:0 auto}
.team-grid,.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
figure{margin:0;background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05)}
figure img{display:block;width:100%;height:240px;object-fit:cover}
figcaption{padding:10px;color:var(--muted);font-size:14px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.cards article{background:#fff;border:1px solid #eee;border-radius:10px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.05)}
.cards img{width:100%;height:160px;object-fit:cover;display:block}
footer{border-top:1px solid #e5f0f6;padding:16px;color:var(--muted);text-align:center}
.note{background:#f8fcff;border:1px dashed #cfe6f5;padding:12px;border-radius:8px}
