:root {
  --ink: #0b1220;
  --navy: #071b33;
  --deep: #061426;
  --blue: #1e4f8f;
  --steel: #64748b;
  --muted: #7a8699;
  --line: #d9e2ef;
  --soft: #f5f7fb;
  --card: #ffffff;
  --gold: #c99a3d;
  --gold-soft: #f1dfb7;
  --green: #2d6a5f;
  --shadow: 0 24px 70px rgba(7, 27, 51, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #ffffff;
  line-height: 1.65;
}

a { color: inherit; text-decoration: none; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ── Header ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(217,226,239,0.85);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--navy);
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: white;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  box-shadow: 0 10px 24px rgba(7, 27, 51, 0.18);
}

nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #4b5d75;
  font-size: 0.95rem;
  font-weight: 650;
}

nav a { position: relative; }

nav a:hover { color: var(--navy); }

nav a.active::after,
nav a:hover::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: -9px;
  height: 2px;
  background: var(--gold);
  border-radius: 999px;
}

/* ── Hero ── */
.hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 12%, rgba(201,154,61,0.38), transparent 28%),
    radial-gradient(circle at 25% 85%, rgba(30,79,143,0.55), transparent 38%),
    linear-gradient(135deg, #061426 0%, #0b2442 58%, #071b33 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent 90%);
}

.hero-inner {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
  gap: 58px;
  align-items: center;
  padding: 90px 0;
}

.kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--gold-soft);
  border: 1px solid rgba(241,223,183,0.34);
  background: rgba(255,255,255,0.06);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

h1 {
  margin: 24px 0 22px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  max-width: 920px;
}

.hero-lede {
  color: rgba(255,255,255,0.78);
  font-size: 1.17rem;
  max-width: 760px;
  margin: 0 0 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

/* ── Buttons ── */
.button {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover { transform: translateY(-1px); }

.button.primary {
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 16px 34px rgba(0,0,0,0.2);
}

.button.ghost {
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

.button.light {
  color: var(--navy);
  background: #ffffff;
  border-color: var(--line);
}

/* ── Pills ── */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  color: rgba(255,255,255,0.76);
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.86rem;
}

.pill-dark {
  color: var(--navy);
  border: 1px solid var(--line);
  background: var(--soft);
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  display: inline-flex;
}

/* ── Orbit card ── */
.orbit-card {
  position: relative;
  min-height: 450px;
  border-radius: 36px;
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  box-shadow: 0 34px 90px rgba(0,0,0,0.22);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.orbit-card::before {
  content: "";
  position: absolute;
  width: 530px; height: 530px;
  border-radius: 999px;
  border: 1px solid rgba(241,223,183,0.28);
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-card::after {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}

.center-emblem {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}

.emblem {
  width: 118px; height: 118px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold), #e0bd6b);
  color: var(--deep);
  font-weight: 900;
  font-size: 1.1rem;
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

.orbit-node {
  position: absolute;
  z-index: 3;
  color: #fff;
  font-weight: 800;
  font-size: 0.88rem;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(12px);
  padding: 11px 14px;
  border-radius: 999px;
}

.orbit-node:nth-child(2) { left: 40px; top: 60px; }
.orbit-node:nth-child(3) { right: 46px; top: 92px; }
.orbit-node:nth-child(4) { left: 36px; bottom: 82px; }
.orbit-node:nth-child(5) { right: 34px; bottom: 66px; }
.orbit-node:nth-child(6) { left: 50%; transform: translateX(-50%); bottom: 30px; }

/* ── Sections ── */
.section { padding: 92px 0; }
.section.soft { background: var(--soft); }

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(2rem, 3.6vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.section-note {
  max-width: 420px;
  color: var(--muted);
  margin: 0;
}

/* ── Grids ── */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ── Cards ── */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 36px rgba(7,27,51,0.06);
}

.card.featured {
  position: relative;
  overflow: hidden;
  min-height: 315px;
}

.card.featured::before {
  content: "";
  position: absolute;
  right: -90px; top: -90px;
  width: 220px; height: 220px;
  border-radius: 999px;
  background: rgba(201,154,61,0.16);
}

.card h3 {
  color: var(--navy);
  margin: 0 0 12px;
  font-size: 1.22rem;
  letter-spacing: -0.025em;
}

.card p { color: var(--muted); margin: 0; }

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tag {
  font-size: 0.76rem;
  font-weight: 850;
  color: var(--blue);
  background: #e8f0fb;
  border: 1px solid #d8e6f8;
  padding: 6px 8px;
  border-radius: 999px;
}

.status {
  display: inline-flex;
  margin-top: 24px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.status.upcoming {
  color: var(--gold);
}

/* ── Mission / About layout ── */
.mission {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: start;
}

.quote-panel {
  background: var(--navy);
  color: white;
  border-radius: 34px;
  padding: 36px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 100px;
}

.quote-panel p {
  font-size: 1.35rem;
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin: 0;
}

.quote-panel span {
  display: block;
  color: var(--gold-soft);
  margin-top: 18px;
  font-weight: 800;
}

.mission-copy p { color: var(--muted); font-size: 1.08rem; }

/* ── Credentials grid ── */
.cred-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.cred-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cred-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  margin-top: 6px;
  flex-shrink: 0;
}

.cred-item p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--navy);
  font-weight: 600;
}

.cred-item span {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 400;
}

/* ── Stats row ── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.stat {
  text-align: center;
  padding: 24px 16px;
  background: var(--navy);
  color: white;
  border-radius: 22px;
}

.stat-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--gold);
}

.stat-label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  margin-top: 4px;
}

/* ── Timeline ── */
.timeline { display: grid; gap: 16px; }

.timeline-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.timeline-item strong { color: var(--navy); }
.timeline-item p { margin: 0; color: var(--muted); }

/* ── Page hero ── */
.page-hero {
  padding: 78px 0 54px;
  background:
    radial-gradient(circle at 82% 18%, rgba(201,154,61,0.18), transparent 30%),
    linear-gradient(135deg, #f7f9fd, #eef3fb);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  color: var(--navy);
  max-width: 900px;
  margin-bottom: 18px;
}

.page-hero p {
  color: var(--muted);
  max-width: 780px;
  font-size: 1.1rem;
}

/* ── Content block ── */
.content-block { max-width: 850px; }

.content-block p,
.content-block li {
  color: var(--muted);
  font-size: 1.04rem;
}

.content-block p + p { margin-top: 16px; }

/* ── Article card variant ── */
.card.article {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.card.article h3 { margin: 0; }

.card.article .date {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 600;
}

/* ── Talk card ── */
.card.talk { border-left: 3px solid var(--gold); }

/* ── Contact ── */
.contact-box {
  background: var(--navy);
  color: white;
  border-radius: 32px;
  padding: 38px;
  box-shadow: var(--shadow);
  max-width: 680px;
}

.contact-box h2 { color: white; margin-bottom: 16px; }
.contact-box p { color: rgba(255,255,255,0.75); margin-bottom: 28px; }

/* ── Footer ── */
.footer {
  background: var(--deep);
  color: rgba(255,255,255,0.74);
  padding: 42px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
}

.footer strong { color: white; }
.small { font-size: 0.9rem; }

/* ── Responsive ── */
@media (max-width: 920px) {
  .hero-inner,
  .mission,
  .grid-3,
  .grid-2,
  .stats-row,
  .cred-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 72px 0;
  }

  .orbit-card { min-height: 330px; }
  .section-head { align-items: start; flex-direction: column; }
  .timeline-item { grid-template-columns: 1fr; }
  .quote-panel { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  nav { flex-wrap: wrap; gap: 14px; }

  h1 { font-size: clamp(2.35rem, 14vw, 4rem); }

  .section { padding: 68px 0; }

  .footer-inner { flex-direction: column; }
}


.clickable-card {
  display: block;
  color: inherit;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.clickable-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 154, 61, 0.55);
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.12);
}

.clickable-card:hover h3 {
  color: var(--blue);
}


.text-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.article-card h3 {
  line-height: 1.25;
}


.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--navy);
  border: 1px solid var(--line);
  box-shadow: 0 16px 36px rgba(7, 27, 51, 0.10);
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
