/* ── Reset & Base ───────────────────────────────── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a1a2e;
  background: #fafafa;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #2d5fa6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

/* ── Layout ────────────────────────────────────── */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.section {
  padding: 3.5rem 0;
}

/* ── Hero ──────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d3561 100%);
  color: #fff;
  padding: 5rem 0 4rem;
  text-align: center;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}

.tagline {
  font-size: 1.15rem;
  color: #c5cae9;
  max-width: 560px;
  margin: 0 auto 1.5rem;
  font-weight: 400;
}

.contact-info {
  font-size: 0.9rem;
  color: #9fa8da;
}

.contact-info a {
  color: #9fa8da;
}

.contact-info a:hover {
  color: #fff;
}

.separator {
  margin: 0 0.5rem;
}

/* ── Cards ─────────────────────────────────────── */
.card {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.card h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #1a1a2e;
}

.card h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #2d3561;
}

.card ul li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.card ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #7986cb;
}

.card p {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  color: #444;
}

.known-for li {
  font-weight: 500;
  color: #2d3561;
}

/* ── Highlights Section ────────────────────────── */
.highlights {
  background: #f0f2f8;
}

/* ── Experience Section ────────────────────────── */
.experience h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-align: center;
}

.role {
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.role-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.role-header h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  color: #1a1a2e;
}

.role-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #2d5fa6;
  margin-top: 0.25rem;
}

.role-subtitle {
  font-size: 0.88rem;
  color: #666;
  margin-top: 0.15rem;
}

.dates {
  font-size: 0.85rem;
  font-weight: 500;
  color: #7986cb;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 0.2rem;
}

.role > p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}

.role > ul li,
.early-career li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.93rem;
  color: #444;
}

.role > ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #7986cb;
  font-size: 0.6rem;
  top: 0.45rem;
}

.early-career li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #7986cb;
}

.sub-roles > div {
  margin-bottom: 1rem;
}

.sub-roles h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2d3561;
  margin-bottom: 0.25rem;
}

.sub-roles p {
  font-size: 0.93rem;
  color: #444;
}

.accomplishments {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.accomplishments h4 {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2d3561;
  margin-bottom: 0.75rem;
}

.accomplishments ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.93rem;
  color: #444;
}

.accomplishments ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #7986cb;
  font-size: 0.6rem;
  top: 0.45rem;
}

/* ── Education & Affiliations ──────────────────── */
.education-affiliations {
  background: #f0f2f8;
}

.education-affiliations h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #1a1a2e;
}

.education-affiliations p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.25rem;
}

.education-affiliations ul li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  font-size: 0.93rem;
  color: #444;
}

.education-affiliations ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #7986cb;
}

/* ── Footer ────────────────────────────────────── */
footer {
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid #e0e0e0;
  font-size: 0.88rem;
  color: #888;
}

footer a {
  color: #2d5fa6;
}

/* ── Responsive ────────────────────────────────── */
@media (max-width: 768px) {
  .hero {
    padding: 3rem 0 2.5rem;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 2.5rem 0;
  }

  .role-header {
    flex-direction: column;
  }

  .dates {
    order: -1;
  }

  .contact-info span,
  .contact-info a {
    display: inline;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.8rem;
  }

  .container {
    padding: 0 1rem;
  }

  .role {
    padding: 1.5rem;
  }

  .card {
    padding: 1.5rem;
  }
}
