:root {
  /* Navy palette (variable names kept for simplicity) */
  --purple: #1b3a6b;
  --purple-dark: #0f2647;
  --purple-soft: #eef2f9;
  --gold: #d7a940;
  --ink: #16202e;
  --muted: #566274;
  --line: #dfe5ee;
  --bg: #fbfcfe;
  --card: #ffffff;
  --radius: 14px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 17px; }
img { max-width: 100%; }
a { color: var(--purple); }
h1, h2, h3 { font-family: var(--serif); line-height: 1.2; margin: 0 0 .5em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--purple-dark); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 10; background: rgba(252, 251, 253, .92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.brand { font-family: var(--serif); font-weight: 700; font-size: 1.25rem; color: var(--purple); text-decoration: none; }
.nav nav { display: flex; gap: 22px; overflow-x: auto; }
.nav nav a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 500; white-space: nowrap; }
.nav nav a:hover { color: var(--purple); }

/* Hero */
.hero { background: linear-gradient(135deg, var(--purple-dark) 0%, var(--purple) 60%, #2f6096 100%); color: #fff; padding: 88px 0 96px; }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 600; color: var(--gold); }
.hero h1 { font-size: clamp(3rem, 7vw, 5rem); margin-bottom: .25em; }
.lede { font-size: 1.15rem; color: rgba(255, 255, 255, .88); max-width: 40em; }
.lede strong { color: #fff; }
.cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-block; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: .95rem; text-decoration: none; border: 1.5px solid currentColor; color: inherit; transition: transform .15s, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--gold); border-color: var(--gold); color: var(--purple-dark); }
.hero .btn:not(.primary) { color: #fff; }

.stat-card { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: 20px; padding: 8px 28px; }
.stat { display: flex; flex-direction: column; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.stat:last-child { border-bottom: 0; }
.num { font-family: var(--serif); font-size: 1.9rem; font-weight: 700; color: #fff; }
.num sup { font-size: .55em; }
.lbl { font-size: .9rem; color: rgba(255, 255, 255, .75); }

/* Sections */
.section { padding: 88px 0; }
.section.alt { background: var(--purple-soft); }
.section-lede { color: var(--muted); max-width: 44em; margin-bottom: 36px; }
.two-col { display: grid; grid-template-columns: 1fr 2fr; gap: 48px; }
.prose p { color: #3a3542; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 28px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 28px; }
.card.feature { grid-column: 1 / -1; border-left: 5px solid var(--gold); }
.card p:last-child { margin-bottom: 0; }
.tag { font-size: .78rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--purple); margin-bottom: .5em; }
.meta { color: var(--muted); }
.chips { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { background: var(--purple-soft); color: var(--purple-dark); border-radius: 999px; padding: 4px 12px; font-size: .88rem; font-weight: 500; }

/* Projects */
.projects { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 28px; }
.project { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; }
.project h3 { font-size: 1.45rem; }
.project .link { margin-top: auto; font-weight: 600; text-decoration: none; padding-top: 8px; }
.flow { list-style: none; padding: 0; margin: 0 0 1.2em; }
.flow li { display: flex; gap: 14px; margin-bottom: 12px; }
.flow span { flex: 0 0 28px; height: 28px; border-radius: 50%; background: var(--purple); color: #fff; font-size: .85rem; font-weight: 600; display: grid; place-items: center; margin-top: 2px; }
.hobby { margin-top: 24px; padding: 24px 28px; border-radius: var(--radius); background: var(--purple-soft); }
.hobby p { margin: 0; color: #3a3542; }

/* Timeline */
.timeline { border-left: 2px solid var(--purple); margin-left: 8px; }
.t-item { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 0 0 30px 28px; position: relative; }
.t-item::before { content: ""; position: absolute; left: -8px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); border: 3px solid var(--purple-soft); }
.t-date { font-weight: 600; color: var(--purple); font-size: .92rem; }
.t-item p:last-child { margin-bottom: 0; color: #3a3542; }

/* Activities */
.awards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 32px; }
.award { display: flex; gap: 14px; align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.award span { color: var(--muted); font-size: .9rem; }
.award .medal { font-size: 1.6rem; line-height: 1; }
.act-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.act { border-top: 3px solid var(--purple); padding-top: 16px; }
.act ul { margin: 0; padding-left: 1.1em; color: #3a3542; font-size: .95rem; }
.act li { margin-bottom: 6px; }

/* Looking ahead + contact */
.ahead { background: var(--purple-dark); color: #fff; }
.ahead h2 { color: var(--gold); }
.ahead .prose p { color: rgba(255, 255, 255, .88); }
.ahead strong { color: #fff; }
.contact { text-align: center; }
.contact .cta { justify-content: center; }
.contact .btn:not(.primary) { color: var(--purple); }
.footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--muted); font-size: .88rem; text-align: center; }

@media (max-width: 860px) {
  .hero { padding: 64px 0; }
  .hero-grid, .two-col, .cards, .projects, .awards, .act-grid { grid-template-columns: 1fr; }
  .two-col { gap: 8px; }
  .t-item { grid-template-columns: 1fr; gap: 4px; }
  .nav nav { display: none; }
  .section { padding: 64px 0; }
}
