:root{
  --bg: #0b1220;
  --surface: #0f1a2f;
  --surface2: #0c1528;
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --muted2: rgba(255,255,255,.55);
  --border: rgba(255,255,255,.12);
  --shadow: 0 16px 40px rgba(0,0,0,.35);

  --brand: #6ae4ff;
  --brand2: #7c5cff;

  --radius: 18px;
  --radius2: 26px;

  --container: 1160px;
}

*{ 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";
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(106,228,255,.14), transparent 55%),
    radial-gradient(900px 500px at 95% 10%, rgba(124,92,255,.12), transparent 55%),
    var(--bg);
  color:var(--text);
  line-height:1.55;
}

a{ color:inherit; text-decoration:none; }
a:hover{ text-decoration:underline; }
img{ max-width:100%; display:block; }

.container{
  width:min(var(--container), calc(100% - 40px));
  margin-inline:auto;
}

.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

.dot{ opacity:.6; padding:0 .45rem; }

/* =========================
   Topbar
========================= */
.topbar{
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.topbar__inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  font-size:14px;
}
.topbar__link{
  color:var(--muted);
  transition: color .18s ease, opacity .18s ease;
}
.topbar__link:hover{
  color:var(--text);
  text-decoration:none;
  opacity:1;
}

/* =========================
   Header + Nav
========================= */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background: rgba(11,18,32,.72);
  border-bottom:1px solid var(--border);
  backdrop-filter: blur(14px);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none !important;
}
.brand__logo{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:14px;
  background: linear-gradient(145deg, rgba(106,228,255,.18), rgba(124,92,255,.16));
  border:1px solid var(--border);
  color:var(--brand);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.brand__name{ font-weight:800; letter-spacing:.2px; }
.brand__tag{ color:var(--muted); font-size:13px; margin-top:1px; }
.brand__text{ display:flex; flex-direction:column; line-height:1.1; }

.nav{ display:flex; align-items:center; gap:10px; }
.nav__toggle{
  display:none;
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  color:var(--text);
  border-radius:14px;
  padding:10px 12px;
  cursor:pointer;
}
.nav__menu{
  list-style:none;
  display:flex;
  gap:6px;
  margin:0;
  padding:0;
  align-items:center;
}

/* hover elegan + underline animasi */
.nav__menu a{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:14px;
  color:var(--muted);
  text-decoration:none !important;
  transition: background .22s ease, color .22s ease, transform .22s ease;
}
.nav__menu a::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  bottom:7px;
  height:2px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(106,228,255,.9), rgba(124,92,255,.9));
  transform: scaleX(0);
  transform-origin:left;
  transition: transform .22s ease;
  opacity:.85;
}
.nav__menu a:hover{
  color:var(--text);
  background: rgba(255,255,255,.10);
  transform: translateY(-1px);
  text-decoration:none !important;
}
.nav__menu a:hover::after{ transform: scaleX(1); }

/* =========================
   Buttons
========================= */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:16px;
  border:1px solid rgba(106,228,255,.28);
  background: linear-gradient(135deg, rgba(106,228,255,.18), rgba(124,92,255,.14));
  color:var(--text);
  box-shadow: 0 14px 35px rgba(0,0,0,.32);
  text-decoration:none !important;
  font-weight:650;
  transition: transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover{ transform: translateY(-2px); filter: brightness(1.08); }
.btn:active{ transform: translateY(0); }

.btn--ghost{
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  box-shadow:none;
  color:var(--text);
}
.btn--small{ padding:10px 12px; border-radius:14px; }

/* =========================
   Hero
========================= */
.hero{ position:relative; overflow:hidden; }
.hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:saturate(1.05);
  transform: scale(1.03);
  pointer-events:none;
}
.hero__bg::after{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(11,18,32,.25) 0%, rgba(11,18,32,.92) 62%, rgba(11,18,32,1) 100%),
    radial-gradient(900px 500px at 25% 15%, rgba(106,228,255,.14), transparent 55%),
    radial-gradient(900px 500px at 88% 10%, rgba(124,92,255,.12), transparent 60%);
  pointer-events:none;
}
.hero__inner{ position:relative; padding:56px 0 34px; }

.breadcrumbs{
  display:flex; flex-wrap:wrap; gap:8px;
  color:var(--muted);
  font-size:14px;
}
.kicker{
  display:inline-block;
  margin:18px 0 8px;
  letter-spacing:.18em;
  font-weight:750;
  font-size:12px;
  color: rgba(106,228,255,.9);
}
.hero__title{
  margin:0;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height:1.05;
  letter-spacing:-.02em;
}
.hero__subtitle{
  margin:12px 0 18px;
  max-width: 62ch;
  color: var(--muted);
  font-size: 16px;
}
.hero__cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 22px;
}

/* =========================
   Stats
========================= */
.stats{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:12px;
  margin-top:18px;
}
.stat{
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  border-radius: var(--radius);
  padding:14px 14px;
}
.stat__num{ font-size:20px; font-weight:800; letter-spacing:-.02em; }
.stat__label{ color:var(--muted); font-size:13px; margin-top:3px; }

/* =========================
   Sections
========================= */
.section{ padding:58px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.section__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}
.section__head--stack{
  align-items:flex-start;
  flex-direction:column;
}
.section h2{
  margin:0;
  font-size: clamp(22px, 2.6vw, 30px);
  letter-spacing:-.02em;
}
.muted{ color:var(--muted); margin:8px 0 0; }

/* =========================
   Chips
========================= */
.chips{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.chip{
  padding:9px 12px;
  border-radius: 999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  cursor:pointer;
  font-weight:650;
  font-size:13px;
  transition: transform .18s ease, filter .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.chip:hover{
  border-color: rgba(106,228,255,.35);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}
.chip[aria-pressed="true"]{
  color: var(--text);
  border-color: rgba(106,228,255,.35);
  background: rgba(106,228,255,.12);
}

/* =========================
   Grids & Cards
========================= */
.grid{ display:grid; gap:14px; }
.grid--3{ grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4{ grid-template-columns: repeat(4, minmax(0,1fr)); }

.card{
  border:1px solid var(--border);
  background: rgba(255,255,255,.05);
  border-radius: var(--radius2);
  overflow:hidden;
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}
.card:hover{
  transform: translateY(-4px);
  border-color: rgba(106,228,255,.22);
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
}

.card__media{
  aspect-ratio: 16 / 10;
  background: rgba(255,255,255,.06);
  overflow:hidden;
}
.card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform-origin:center;
  will-change: transform;
  transition: transform .35s ease, filter .35s ease;
}
.card:hover .card__media img{
  transform: scale(1.10);
  filter: saturate(1.05);
}

.card__body{ padding:14px 14px 16px; }
.badge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.18);
  color: var(--muted);
  font-size:12px;
  font-weight:700;
}
.card__title{
  margin:10px 0 6px;
  font-size:18px;
  font-weight:850;
  letter-spacing:-.02em;
  transition: color .22s ease;
}
.card__text{ color:var(--muted); font-size:14px; margin:0; transition: color .22s ease; }
.card:hover .card__title{ color: var(--brand); }
.card:hover .card__text{ color: rgba(255,255,255,.80); }

.card__footer{
  padding:0 14px 16px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.link{
  color: rgba(106,228,255,.95);
  font-weight:750;
  text-decoration:none !important;
  transition: opacity .18s ease, transform .18s ease;
}
.link:hover{
  opacity:.95;
  transform: translateX(2px);
  text-decoration:none !important;
}

/* =========================
   Split
========================= */
.split{
  display:grid;
  grid-template-columns: 1.12fr .88fr;
  gap:18px;
  align-items:stretch;
}
.split__content{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.04);
  padding:20px;
}
.split__content h3{ margin:0; font-size:22px; letter-spacing:-.02em; }
.split__content p{ color:var(--muted); margin:10px 0 0; }
.split__bullets{
  margin:14px 0 0;
  padding-left:18px;
  color: var(--muted);
}
.split__bullets li{ margin:7px 0; }
.split__media{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  overflow:hidden;
  background: rgba(255,255,255,.06);
}
.split__media img{ width:100%; height:100%; object-fit:cover; }

/* =========================
   Timeline
========================= */
.timeline{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.timeline li{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap:14px;
  padding:16px;
  border:1px solid var(--border);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.04);
}
.timeline .time{
  font-weight:900;
  color: rgba(106,228,255,.92);
}
.timeline .desc{ color: var(--muted); margin-top:6px; }

/* =========================
   Tabs
========================= */
.tabs{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  overflow:hidden;
  background: rgba(255,255,255,.04);
}
.tabs__list{
  display:flex;
  gap:8px;
  padding:10px;
  border-bottom:1px solid var(--border);
  flex-wrap:wrap;
}
.tabs__tab{
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--muted);
  padding:10px 12px;
  border-radius: 999px;
  cursor:pointer;
  font-weight:800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.tabs__tab:hover{
  transform: translateY(-1px);
  border-color: rgba(106,228,255,.25);
  background: rgba(255,255,255,.06);
}
.tabs__tab[aria-selected="true"]{
  color: var(--text);
  border-color: rgba(106,228,255,.35);
  background: rgba(106,228,255,.12);
}
.tabs__panels{ padding:18px; }
.vm{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
}
.vm__box{
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.04);
  padding:14px;
}
.vm__box h4{ margin:0 0 8px; letter-spacing:-.01em; }
.vm__box p, .vm__box ul{ margin:0; color:var(--muted); }
.vm__box ul{ padding-left:18px; }
.vm__box li{ margin:6px 0; }

/* =========================
   Toolbar + Search
========================= */
.toolbar{
  width:100%;
  display:flex;
  gap:12px;
  justify-content:space-between;
  flex-wrap:wrap;
}
.search{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  border-radius: 999px;
  padding:10px 12px;
  min-width: min(420px, 100%);
  transition: border-color .18s ease, background .18s ease;
}
.search:focus-within{
  border-color: rgba(106,228,255,.35);
  background: rgba(255,255,255,.06);
}
.search input{
  width:100%;
  border:0;
  outline:0;
  background: transparent;
  color: var(--text);
  font-size:14px;
}
.search input::placeholder{ color: var(--muted2); }

/* =========================
   People Cards
========================= */
.person{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  overflow:hidden;
  background: rgba(255,255,255,.05);
  box-shadow: var(--shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
}
.person:hover{
  transform: translateY(-4px);
  border-color: rgba(124,92,255,.22);
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
}
.person__img{
  aspect-ratio: 1 / 1;
  background: rgba(255,255,255,.06);
  overflow:hidden;
}
.person__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform-origin:center;
  will-change: transform;
  transition: transform .35s ease, filter .35s ease;
}
.person:hover .person__img img{
  transform: scale(1.14);
  filter: saturate(1.06) contrast(1.02);
}

.person__body{ padding:12px 12px 14px; }
.person__name{
  font-weight:900;
  letter-spacing:-.01em;
  transition: color .22s ease;
}
.person__role{
  color: var(--muted);
  font-size:13px;
  margin-top:4px;
  transition: color .22s ease;
}
.person__tag{
  margin-top:10px;
  display:inline-flex;
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(0,0,0,.18);
  color: var(--muted);
  transition: color .22s ease, background .22s ease, border-color .22s ease;
}
.person:hover .person__name{ color: var(--brand); }
.person:hover .person__role{ color: rgba(255,255,255,.85); }
.person:hover .person__tag{
  color: var(--text);
  border-color: rgba(106,228,255,.30);
  background: rgba(106,228,255,.10);
}

/* =========================
   Contact
========================= */
.contact{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  align-items:stretch;
}
.contact__card{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  background: rgba(255,255,255,.04);
  padding:18px;
}
.contact__items{ display:grid; gap:12px; margin-top:14px; }
.contact__item{
  display:grid;
  grid-template-columns: 36px 1fr;
  gap:12px;
  padding:12px;
  border:1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,.03);
}
.contact__item .label{ color: var(--muted2); font-size:12px; font-weight:750; letter-spacing:.08em; }
.contact__item .value{ margin-top:3px; font-weight:700; }
.icon{ font-size:18px; display:grid; place-items:center; }
.contact__cta{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }

.contact__map{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  overflow:hidden;
  background: rgba(255,255,255,.04);
}
.mapPlaceholder{
  height:100%;
  min-height: 340px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:16px;
  background:
    radial-gradient(600px 400px at 25% 20%, rgba(106,228,255,.16), transparent 55%),
    radial-gradient(700px 400px at 80% 15%, rgba(124,92,255,.14), transparent 55%),
    rgba(255,255,255,.03);
}
.mapPlaceholder__title{ font-weight:900; font-size:18px; }
.mapPlaceholder__desc{ color: var(--muted); margin-top:6px; max-width: 46ch; }

/* =========================
   Footer
========================= */
.footer{
  border-top:1px solid var(--border);
  padding:26px 0;
  background: rgba(255,255,255,.02);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
}
.footer__brand{ display:flex; gap:10px; align-items:center; }
.footer__name{ font-weight:900; }
.footer__desc{ color: var(--muted); font-size:13px; margin-top:2px; }
.footer__right a{ color: var(--muted); }
.footer__right a:hover{ color: var(--text); text-decoration:none; }

/* =========================
   Focus visible
========================= */
.person:focus-visible,
.card:focus-visible,
.nav__menu a:focus-visible{
  outline: 2px solid rgba(106,228,255,.55);
  outline-offset: 3px;
}

/* =========================================================
   ORG CHART (SINGLE, CLEAN, NON-REPEATED)
   Goal: tidak memanjang ke bawah.
   - Top card tetap di atas
   - Nodes: 1 baris, 5 terlihat, scroll horizontal
   Support:
   A) HTML lama : #orgChart > .orgnode--top + .orggrid > .orgnode
   B) HTML baru : #orgChart > .orgTop + .orgGrid > .orgcard
========================================================= */

.orgWrap{ margin-top:18px; }
.orgHead h3{ margin:0; font-size:20px; letter-spacing:-.01em; }
.orgHead .muted{ margin-top:6px; }

/* root */
#orgChart{
  display:block;
  margin-top:14px;
}

/* top (baru) */
#orgChart .orgTop{
  display:grid;
  place-items:center;
  gap:10px;
  margin-bottom:10px;
}
#orgChart .orgLine{
  width:2px;
  height:18px;
  background: linear-gradient(180deg, rgba(106,228,255,.55), rgba(124,92,255,.35));
  border-radius:999px;
  opacity:.9;
}

/* top (lama) */
#orgChart .orgnode--top{
  text-align:center;
  padding:18px;
  border:1px solid var(--border);
  border-radius: var(--radius2);
  background: linear-gradient(135deg, rgba(106,228,255,.10), rgba(124,92,255,.10)), rgba(255,255,255,.04);
  max-width:560px;
  margin: 0 auto 12px;
}

/* ========= KUNCI: container nodes selalu 1 baris + scroll ========= */
#orgChart .orgGrid,
#orgChart .orggrid{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:12px !important;

  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding: 6px 2px 10px;
  -webkit-overflow-scrolling: touch;

  scroll-snap-type: x mandatory;
}

/* item nodes: 5 terlihat */
#orgChart .orgGrid .orgcard,
#orgChart .orggrid .orgnode{
  flex: 0 0 calc((100% - (12px * 4)) / 5) !important;
  min-width: 210px;
  max-width: 320px;
  scroll-snap-align: start;
  min-width: 0;
}

/* card baru */
#orgChart .orgcard{
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  border-radius: var(--radius2);
  padding:12px;
  box-shadow: var(--shadow);

  display:flex;
  align-items:center;
  gap:12px;

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  will-change: transform;
}

/* card lama */
#orgChart .orgnode{
  border:1px solid var(--border);
  background: rgba(255,255,255,.04);
  border-radius: var(--radius2);
  padding:12px;
  box-shadow: var(--shadow);

  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  will-change: transform;
  min-width:0;
}

/* top card baru */
#orgChart .orgcard--top{
  background:
    linear-gradient(135deg, rgba(106,228,255,.10), rgba(124,92,255,.10)),
    rgba(255,255,255,.04);
  border-color: rgba(106,228,255,.20);
  max-width:560px;
}

/* avatar baru */
#orgChart .orgavatar{
  width:56px;
  height:56px;
  border-radius:16px;
  overflow:hidden;
  flex:0 0 auto;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}
#orgChart .orgavatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform-origin:center;
  transition: transform .35s ease, filter .35s ease;
}

/* teks baru */
#orgChart .orgmeta{ min-width:0; }
#orgChart .orgrole{
  font-weight:900;
  font-size:12.5px;
  line-height:1.25;
  letter-spacing:-.01em;
}
#orgChart .orgname{
  margin-top:6px;
  color: var(--muted);
  font-weight:650;
  font-size:12px;
  line-height:1.3;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

/* teks lama */
#orgChart .orgnode__role{
  font-weight:900;
  font-size:12.5px;
  line-height:1.25;
  letter-spacing:-.01em;
}
#orgChart .orgnode__name{
  margin-top:6px;
  color: var(--muted);
  font-weight:650;
  font-size:12px;
  line-height:1.3;

  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow:hidden;
}

/* hover */
#orgChart .orgcard:hover,
#orgChart .orgnode:hover{
  transform: translateY(-4px);
  border-color: rgba(106,228,255,.22);
  background: rgba(255,255,255,.06);
  box-shadow: 0 22px 60px rgba(0,0,0,.45);
}
#orgChart .orgcard:hover .orgavatar img{
  transform: scale(1.14);
  filter: saturate(1.06) contrast(1.02);
}

/* scrollbar opsional */
#orgChart .orgGrid::-webkit-scrollbar,
#orgChart .orggrid::-webkit-scrollbar{
  height:10px;
}
#orgChart .orgGrid::-webkit-scrollbar-track,
#orgChart .orggrid::-webkit-scrollbar-track{
  background: rgba(255,255,255,.06);
  border-radius:999px;
}
#orgChart .orgGrid::-webkit-scrollbar-thumb,
#orgChart .orggrid::-webkit-scrollbar-thumb{
  background: rgba(106,228,255,.22);
  border-radius:999px;
}
#orgChart .orgGrid:hover::-webkit-scrollbar-thumb,
#orgChart .orggrid:hover::-webkit-scrollbar-thumb{
  background: rgba(106,228,255,.35);
}

/* responsif: terlihat 4/3/2 */
@media (max-width: 1199px){
  #orgChart .orgGrid .orgcard,
  #orgChart .orggrid .orgnode{ flex-basis: calc((100% - (12px * 3)) / 4) !important; }
}
@media (max-width: 980px){
  .grid--3{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid--4{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stats{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split{ grid-template-columns: 1fr; }
  .contact{ grid-template-columns: 1fr; }
  .chips{ justify-content:flex-start; }
  .vm{ grid-template-columns: 1fr; }

  #orgChart .orgGrid .orgcard,
  #orgChart .orggrid .orgnode{ flex-basis: calc((100% - (12px * 2)) / 3) !important; }
}
@media (max-width: 780px){
  .topbar__right{ display:none; }
  .nav__toggle{ display:inline-flex; }
  .nav__menu{
    position:absolute;
    right:20px;
    top:70px;
    width:min(320px, calc(100vw - 40px));
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:10px;
    border:1px solid var(--border);
    border-radius: var(--radius2);
    background: rgba(11,18,32,.96);
    box-shadow: var(--shadow);
  }
  .nav__menu[data-open="true"]{ display:flex; }
  .nav__menu a{ width:100%; justify-content:flex-start; }
  .timeline li{ grid-template-columns: 1fr; }
  .footer__inner{ flex-direction:column; }

  #orgChart .orgGrid .orgcard,
  #orgChart .orggrid .orgnode{ flex-basis: calc((100% - (12px * 1)) / 2) !important; }
  #orgChart .orgavatar{ width:54px; height:54px; border-radius:14px; }
}
@media (max-width: 420px){
  #orgChart .orgGrid .orgcard,
  #orgChart .orggrid .orgnode{ flex-basis: 85% !important; }
}