
:root{
  --bg:#0b1220;
  --surface:rgba(17,24,39,.92);
  --surface2:rgba(2,6,23,.86);
  --muted:#94a3b8;
  --text:#e5e7eb;
  --accent:#60a5fa;
  --border:rgba(148,163,184,.22);
  --max:1120px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:var(--text);
  background:var(--bg);
}
a{color:inherit;text-decoration:none}
.container{max-width:var(--max);margin:0 auto;padding:0 22px}
/* NAV */
.navbar{
  position:sticky;top:0;z-index:100;
  background:linear-gradient(180deg, rgba(11,18,32,.90), rgba(11,18,32,.72));
  backdrop-filter: blur(12px);
  border-bottom:1px solid var(--border);
}
.navbar .inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:16px}
.brand{font-weight:800;letter-spacing:.8px}
.brand small{display:block;font-weight:600;color:rgba(148,163,184,.95);letter-spacing:.2px;margin-top:2px}
.links{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.links a{
  color:rgba(229,231,235,.92);
  padding:8px 10px;
  border-radius:999px;
  border:1px solid transparent;
}
.links a:hover{background:rgba(148,163,184,.10)}
.links a.active{
  background:rgba(96,165,250,.15);
  border:1px solid rgba(96,165,250,.35);
  color:#fff;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(96,165,250,.35);
  background:rgba(96,165,250,.15);
  color:#fff;
  font-weight:800;
}
.btn:hover{filter:brightness(1.08)}
.btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}

/* Mobile menu */
.hamburger{
  display:none;
  width:42px;height:38px;
  border-radius:12px;
  border:1px solid var(--border);
  background:rgba(148,163,184,.06);
  color:#fff;
}
.hamburger:active{transform:scale(.98)}
.mobile-panel{
  display:none;
  border-top:1px solid var(--border);
  padding:10px 0 16px;
}
.mobile-panel a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  color:rgba(229,231,235,.92);
}
.mobile-panel a:hover{background:rgba(148,163,184,.10)}
.mobile-panel .btn{width:100%;margin-top:10px}

/* HERO */
.hero{
  background:
    radial-gradient(900px 460px at 15% 12%, rgba(96,165,250,.24), transparent 60%),
    radial-gradient(800px 420px at 80% 10%, rgba(14,116,144,.18), transparent 60%),
    linear-gradient(rgba(11,18,32,.74),rgba(11,18,32,.94)),
    url("assets/hero.jpg");
  background-size:cover;background-position:center;
  padding:92px 0 52px;
}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch}
h1{font-size:46px;line-height:1.05;margin:0 0 14px;letter-spacing:-.02em}
.lead{font-size:18px;line-height:1.55;color:rgba(229,231,235,.9);max-width:760px}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 10px}
.micro{color:rgba(148,163,184,.98);font-size:13px;line-height:1.5}
.hero-card{
  background:rgba(2,6,23,.72);
  border:1px solid rgba(148,163,184,.28);
  border-radius:22px;
  padding:18px 18px 14px;
  box-shadow: 0 20px 55px rgba(0,0,0,.35);
}
.hero-card h3{margin:0 0 10px;font-size:16px}
.hero-card ul{margin:10px 0 0;padding-left:18px;color:rgba(229,231,235,.9)}
.hero-card p{margin:0;color:rgba(229,231,235,.88);line-height:1.55}

/* SECTIONS */
.section{padding:56px 0}
.section.alt{background:rgba(148,163,184,.06);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
h2{margin:0 0 14px;font-size:22px}
.kicker{color:var(--muted);font-size:13px;line-height:1.6;margin-top:6px;max-width:920px}
.grid{display:grid;grid-template-columns:repeat(3, minmax(0,1fr));gap:16px}
.grid.two{grid-template-columns:repeat(2, minmax(0,1fr))}
.grid.four{grid-template-columns:repeat(4, minmax(0,1fr))}
.card{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:22px;
  padding:18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.card h3{margin:0 0 10px;font-size:16px}
.card p{margin:0;color:rgba(229,231,235,.88);line-height:1.55}
.card .tag{
  display:inline-block;margin-bottom:10px;padding:6px 10px;border-radius:999px;
  background:rgba(96,165,250,.12);border:1px solid rgba(96,165,250,.25);color:#fff;font-size:12px
}
.hr{height:1px;background:var(--border);margin:18px 0}
.badge{
  display:inline-block;
  padding:7px 10px;border-radius:999px;
  border:1px solid var(--border);
  color:rgba(229,231,235,.92);
  font-size:12px;
  background:rgba(148,163,184,.08);
}

/* PAGE HERO */
.page-hero{
  background:
    radial-gradient(900px 460px at 15% 12%, rgba(96,165,250,.20), transparent 60%),
    linear-gradient(rgba(11,18,32,.78),rgba(11,18,32,.94)),
    url("assets/pagehero.jpg");
  background-size:cover;background-position:center;
  padding:58px 0 28px;
  border-bottom:1px solid var(--border);
}
.page-hero h1{font-size:34px;margin:0 0 8px}

/* Service rows with image */
.service-row{display:grid;grid-template-columns:1fr 1.1fr;gap:18px;align-items:stretch;margin:18px 0}
.service-image{border-radius:22px;border:1px solid var(--border);overflow:hidden;min-height:220px;background:#111827}
.service-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05)}
.service-copy{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:18px;box-shadow: 0 12px 30px rgba(0,0,0,.25)}
.service-copy h3{margin:0 0 8px}
.service-copy ul{margin:10px 0 0;padding-left:18px;color:rgba(229,231,235,.88);line-height:1.7}

/* Leadership section with blank headshots */
.leadership-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.leader{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:22px;
  padding:18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  display:flex;gap:14px;align-items:flex-start
}
.avatar{
  width:64px;height:64px;border-radius:999px;
  border:1px solid rgba(96,165,250,.35);
  background:rgba(96,165,250,.12);
  flex:0 0 auto;
  display:flex;align-items:center;justify-content:center;
  color:rgba(229,231,235,.85);
  font-weight:800;
}
.leader h3{margin:0 0 4px;font-size:16px}
.leader .role{color:rgba(148,163,184,.95);font-size:12px;margin-bottom:8px}
.leader p{margin:0;color:rgba(229,231,235,.88);line-height:1.55;font-size:13px}

/* FORM */
.form{display:grid;gap:10px}
.input,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--border);
  background:rgba(2,6,23,.65);
  color:var(--text);
  outline:none;
}
textarea{min-height:140px;resize:vertical}

/* FOOTER */
footer{background:rgba(2,6,23,.92);border-top:1px solid var(--border);padding:28px 0;color:var(--muted);font-size:14px}
footer .foot{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap}

/* Responsive */
@media (max-width: 900px){
  .links{display:none}
  .hamburger{display:inline-flex;align-items:center;justify-content:center}
  .hero-grid{grid-template-columns:1fr}
  .grid{grid-template-columns:1fr}
  .grid.four{grid-template-columns:1fr}
  .service-row{grid-template-columns:1fr}
  .leadership-grid{grid-template-columns:1fr}
  h1{font-size:38px}
  .mobile-panel.open{display:block}
}
