:root{
  --bg:#0b1220;
  --panel:#0f172a;
  --text:#e5e7eb;
  --muted:#94a3b8;
  --line:#22314f;
  --accent:#8bd3ff;
  --accent2:#a78bfa;
  --card:#0b1730;
  --shadow: 0 20px 40px rgba(0,0,0,.35);
  --radius: 18px;
  --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, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color:var(--text);
  background: radial-gradient(1200px 700px at 20% 0%, rgba(139,211,255,.18), transparent 60%),
              radial-gradient(1100px 700px at 90% 20%, rgba(167,139,250,.16), transparent 60%),
              var(--bg);
  line-height:1.55;
}

a{color:inherit; text-decoration:none}
a:hover{color:var(--accent)}

.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.skip{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:16px; top:16px; width:auto; height:auto; background:#111827; padding:10px 12px; border-radius:10px; outline:2px solid var(--accent)}

header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background: rgba(11,18,32,.72);
  border-bottom:1px solid rgba(148,163,184,.16);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:14px 0;
}
.brand{display:flex; align-items:center; gap:12px}
.navlinks{display:flex; gap:14px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.navlinks a{
  padding:8px 10px;
  border-radius:12px;
  color:var(--muted);
  border:1px solid transparent;
}
.navlinks a[aria-current="page"]{
  color:var(--text);
  border-color: rgba(139,211,255,.35);
  background: rgba(139,211,255,.08);
}
.navlinks a:hover{
  color:var(--text);
  border-color: rgba(148,163,184,.18);
  background: rgba(148,163,184,.06);
}

.hero{
  padding:42px 0 26px;
}
.heroGrid{
  display:grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap:22px;
  align-items:stretch;
}
@media (max-width: 900px){
  .heroGrid{grid-template-columns: 1fr}
}
.heroCard{
  border:1px solid rgba(148,163,184,.18);
  background: rgba(15,23,42,.55);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.heroMedia{
  height: 260px;
  background: url("../img/hero.svg") center/cover no-repeat;
  border-bottom:1px solid rgba(148,163,184,.16);
}
.heroBody{padding:18px 18px 14px}
.kicker{color:var(--muted); letter-spacing:.08em; text-transform:uppercase; font-size:12px}
.h1{margin:8px 0 10px; font-size:34px; line-height:1.12}
.sub{color:var(--muted); margin:0 0 14px}
.pills{display:flex; gap:10px; flex-wrap:wrap; margin:14px 0 0}
.pill{
  font-size:12px; color:var(--text);
  border:1px solid rgba(148,163,184,.20);
  background: rgba(148,163,184,.06);
  padding:6px 10px; border-radius:999px;
}
.ctaRow{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:14px;
  border:1px solid rgba(148,163,184,.20);
  background: rgba(148,163,184,.06);
  color:var(--text);
}
.btn.primary{
  border-color: rgba(139,211,255,.35);
  background: linear-gradient(90deg, rgba(139,211,255,.18), rgba(167,139,250,.14));
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}

.sideCard{
  padding:18px;
}
.sideCard h2{margin:0 0 10px; font-size:18px}
.kv{display:grid; grid-template-columns: 130px 1fr; gap:8px 12px; margin-top:12px}
.kv div{padding:6px 0; border-bottom:1px dashed rgba(148,163,184,.14)}
.kv .k{color:var(--muted)}
.kv .v a{color:var(--accent)}

section{padding:26px 0}
.sectionTitle{display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:12px}
.sectionTitle h2{margin:0; font-size:20px}
.sectionTitle p{margin:0; color:var(--muted); font-size:14px}

.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
@media (max-width: 900px){
  .cards{grid-template-columns:1fr}
}
.card{
  border:1px solid rgba(148,163,184,.18);
  background: rgba(15,23,42,.50);
  border-radius: var(--radius);
  padding:16px;
  min-height:auto;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.card h3{margin:0 0 8px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px}
.card a.inline{display:inline-block; margin-top:10px; color:var(--accent)}

.footer{
  padding:22px 0 40px;
  border-top:1px solid rgba(148,163,184,.14);
  color:var(--muted);
  font-size:13px;
}
.footerGrid{
  display:grid;
  grid-template-columns: 1fr auto;
  gap:12px;
  align-items:center;
}
@media (max-width: 700px){
  .footerGrid{grid-template-columns: 1fr}
}
.small{font-size:12px; color:var(--muted)}
.badge{
  border:1px solid rgba(148,163,184,.18);
  padding:6px 10px;
  border-radius: 999px;
  background: rgba(148,163,184,.06);
}

.fade{
  opacity:0;
  transform: translateY(8px);
  transition: opacity .65s ease, transform .65s ease;
}
.fade.in{
  opacity:1;
  transform: translateY(0);
}

.pageHead{
  padding:26px 0 0;
}
.pageHead h1{margin:0; font-size:28px}
.pageHead p{margin:8px 0 0; color:var(--muted)}
.list{
  display:grid;
  gap:10px;
}
.docRow{
  display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;
  gap:12px;
  padding:14px 14px;
  border-radius: 16px;
  border:1px solid rgba(148,163,184,.18);
  background: rgba(15,23,42,.50);
}
.docRow .meta{color:var(--muted); font-size:13px}
.docRow .left{display:grid; gap:4px}
.docRow .right{display:flex; gap:10px; flex-wrap:wrap}
hr.sep{border:none; border-top:1px solid rgba(148,163,184,.14); margin:18px 0}

.card, .docRow { overflow-wrap: anywhere; word-break: break-word; }

.brandLockup{display:flex; align-items:center; gap:12px}
.mark{
  width:42px; height:42px; border-radius:14px;
  background: linear-gradient(135deg, rgba(139,211,255,.25), rgba(167,139,250,.22));
  border:1px solid rgba(148,163,184,.22);
  display:grid; place-items:center;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}
.mark span{
  font-weight:800; letter-spacing:.02em;
  color:var(--text);
  font-size:16px;
}
.brandText{display:flex; flex-direction:column; line-height:1.05}
.brandName{font-weight:800; font-size:16px; letter-spacing:.01em}
.brandTag{font-size:12px; color:var(--muted); margin-top:4px}

@media (max-width: 900px){
  }

.credBanner{
  border:1px solid rgba(148,163,184,.18);
  background: rgba(15,23,42,.35);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.25);
}
.credBanner img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 14px;
}

/* Headshot: static, circular, high-resolution */
@media (max-width:900px){
  }

/* Headshot link */
.headshotLink:focus-visible{
  outline: 3px solid rgba(139,211,255,.55);
  outline-offset: 6px;
  border-radius: 999px;
}
.headshotHint{
  position:absolute;
  left:50%;
  bottom:-10px;
  transform:translate(-50%, 100%);
  background: rgba(15,23,42,.92);
  border:1px solid rgba(148,163,184,.25);
  color: var(--text);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  pointer-events:none;
  transition: opacity .15s ease;
}
.headshotLink:hover .headshotHint{ opacity: 1; }

/* Headshot — static, circular, sharp, compact */
@media (max-width:900px){
  }

/* Headshot — static, circular, sharp, compact */
.headshotWrap{
  display:flex;
  justify-content:center;
  margin-bottom:14px;
}
.headshotLink{
  display:inline-block;
  text-decoration:none;
  cursor:pointer;
}
.headshot{
  width:128px;
  height:128px;
  border-radius:50%;
  object-fit:cover;
  image-rendering:auto;
  border:2px solid rgba(139,211,255,.45);
  box-shadow:0 10px 20px rgba(0,0,0,.30);
}
@media (max-width:900px){
  .headshot{
    width:112px;
    height:112px;
  }
}
