:root {
  --navy: #0d1c2e;
  --navy-soft: #142a43;
  --red: #e24432;
  --red-deep: #bd3025;
  --cream: #f4efe7;
  --paper: #fbfaf7;
  --ink: #172130;
  --muted: #64707d;
  --line: #ddd8ce;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 28, 46, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 78px;
  padding: 12px clamp(20px, 5vw, 76px);
  color: var(--white);
  background: rgba(13, 28, 46, 0.96);
  border-bottom: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: max-content; }
.footer-brand span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
}
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-size: .98rem; }
.brand small { margin-top: 3px; color: #afbdca; font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.main-nav { display: flex; justify-content: center; gap: clamp(14px, 2.3vw, 34px); color: #ccd4dc; font-size: .9rem; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--white); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta {
  padding: 9px 15px;
  color: var(--navy);
  background: var(--white);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 750;
}
.language-toggle {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  font: inherit;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.language-toggle:hover { background: rgba(255,255,255,.16); transform: translateY(-1px); }
.language-toggle:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.language-toggle span { font-size: 1.25rem; line-height: 1; }
.language-toggle .language-code { font-size: .82rem; font-weight: 850; letter-spacing: .05em; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  min-height: calc(100vh - 78px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 22%, rgba(226, 68, 50, .17), transparent 26%),
    var(--navy);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 8vw, 118px) clamp(28px, 7vw, 104px);
}
.eyebrow, .section-label, .mini-label, .role-tag {
  margin: 0 0 16px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow { color: #f19b90; }
.hero h1, .section-heading h2, .impact-copy h2, .contact-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6vw, 6.6rem);
  font-weight: 400;
  line-height: .93;
  letter-spacing: -.045em;
}
.hero h1 em, .contact-section h2 em { color: var(--red); font-weight: 400; }
.hero-lede { max-width: 660px; margin: 28px 0 0; color: #c8d2db; font-size: clamp(1rem, 1.3vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; font-weight: 750; }
.button.primary { color: var(--white); background: var(--red); }
.button.secondary { color: var(--white); background: var(--red); border: 1px solid var(--red); }
.button.secondary:hover { background: var(--red-deep); border-color: var(--red-deep); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 610px; margin-top: clamp(38px, 6vw, 72px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-family: Georgia, serif; font-size: clamp(1.6rem, 2.5vw, 2.35rem); font-weight: 400; }
.hero-stats span { color: #9caab7; font-size: .76rem; }
.hero-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; }
.hero-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(13,28,46,.25), transparent 40%), linear-gradient(0deg, rgba(13,28,46,.85), transparent 48%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.hero-visual figcaption { position: absolute; right: clamp(22px, 4vw, 52px); bottom: clamp(24px, 4vw, 52px); left: clamp(22px, 4vw, 52px); z-index: 1; max-width: 520px; }
.hero-visual figcaption span { color: #f3a298; font-size: .71rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual figcaption strong { display: block; margin-top: 8px; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.3vw, 2rem); font-weight: 400; line-height: 1.18; }

.marquee { overflow: hidden; color: var(--navy); background: var(--red); }
.marquee div { display: flex; align-items: center; justify-content: center; gap: 18px; min-width: max-content; padding: 15px 22px; font-size: .78rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.marquee i { font-size: .5rem; }
.section { padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 88px); }
.section-label { display: flex; align-items: center; gap: 12px; color: var(--red-deep); }
.section-label span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid currentColor; border-radius: 50%; font-size: .65rem; }
.section-label.light { color: #f29a90; }
.intro-section { display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1.65fr); gap: 50px; background: var(--cream); }
.intro-lead { max-width: 910px; margin: 0 0 42px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: 1.05; letter-spacing: -.035em; }
.intro-columns { display: grid; grid-template-columns: 1fr; max-width: 720px; color: var(--muted); }
.intro-columns p { margin: 0; }

.expertise-section { color: var(--white); background: var(--navy); }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .impact-copy h2, .contact-section h2 { font-size: clamp(2.6rem, 5vw, 5.2rem); }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.expertise-grid article { min-height: 255px; padding: clamp(24px, 3vw, 40px); border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease, transform .25s ease; }
.expertise-grid article:hover { background: var(--navy-soft); transform: translateY(-3px); }
.expertise-grid article > span { color: #f29a90; font-family: Georgia, serif; font-size: .9rem; }
.expertise-grid h3 { margin: 44px 0 12px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.expertise-grid p { margin: 0; color: #aab8c5; font-size: .9rem; }

.experience-section { background: var(--paper); }
.row-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: end; }
.row-heading p { max-width: 430px; margin: 0 0 8px; color: var(--muted); }
.timeline { border-top: 1px solid var(--line); }
.timeline article { display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1.65fr); gap: 36px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline-date { color: var(--muted); font-family: Georgia, serif; font-size: 1.05rem; }
.role-tag { margin-bottom: 8px; color: var(--red-deep); }
.timeline h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.5vw, 2.15rem); font-weight: 400; line-height: 1.18; }
.timeline-content > p:not(.role-tag) { max-width: 850px; margin: 12px 0 0; color: var(--muted); }
.timeline ul { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 20px 0 0; list-style: none; }
.timeline li { padding: 7px 11px; color: var(--navy); background: #ece8e0; border-radius: 999px; font-size: .76rem; font-weight: 700; }

.impact-section { padding: clamp(72px, 9vw, 132px) clamp(20px, 6vw, 88px); color: var(--white); background: var(--red-deep); }
.impact-copy { max-width: 900px; }
.impact-copy > p { max-width: 680px; color: #f4c8c2; }
.impact-metrics { max-width: 680px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.25); }
.impact-metrics div { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.impact-metrics strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.impact-metrics span { color: #f4c8c2; font-size: .85rem; }
.education-section { background: var(--cream); }
.education-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.education-grid > div { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-label { color: var(--red-deep); }
.education-grid h3 { margin: 46px 0 6px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; line-height: 1.25; }
.education-grid p:last-child { margin: 0; color: var(--muted); font-size: .86rem; }

.contact-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 120px); align-items: end; padding: clamp(80px, 10vw, 150px) clamp(20px, 6vw, 88px); color: var(--white); background: var(--navy); }
.contact-card { padding: clamp(26px, 4vw, 42px); background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
.contact-card p { margin: 0 0 28px; color: var(--muted); }
.contact-card a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--red-deep); font-weight: 800; }
.contact-card strong { font-size: 1.8rem; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px clamp(20px, 6vw, 88px); color: #9dabb8; background: #091522; font-size: .78rem; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--white); font-weight: 800; }
.footer-brand span { width: 30px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .intro-section { grid-template-columns: 1fr; gap: 20px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .education-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .site-header { position: static; min-height: 70px; }
  .brand small { display: none; }
  .header-actions { gap: 7px; }
  .nav-cta { padding: 8px 12px; font-size: .78rem; }
  .language-toggle { width: 38px; height: 38px; }
  .hero { min-height: 0; }
  .hero-copy { padding: 58px 20px 46px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.6rem); }
  .hero-stats { gap: 12px; }
  .hero-stats strong { font-size: 1.55rem; }
  .hero-stats span { font-size: .65rem; line-height: 1.3; }
  .hero-visual { min-height: 480px; }
  .hero-visual img { object-position: 55% center; }
  .marquee div { justify-content: flex-start; }
  .intro-columns, .row-heading, .timeline article, .contact-section { grid-template-columns: 1fr; }
  .expertise-grid, .education-grid { grid-template-columns: 1fr; }
  .expertise-grid article { min-height: 220px; }
  .timeline article { gap: 12px; }
  .education-grid > div { min-height: 180px; }
  .education-grid h3 { margin-top: 30px; }
  .contact-section { align-items: start; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .expertise-grid article { transition: none; }
}

@media print {
  @page { size: A4 portrait; margin: 0; }

  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  html, body {
    width: 210mm;
    margin: 0;
    background: var(--paper);
  }

  body { font-size: 9pt; }
  .site-header, .marquee { display: none; }

  .hero {
    display: grid;
    grid-template-columns: .94fr 1.06fr;
    width: 210mm;
    height: 297mm;
    min-height: 297mm;
    break-after: page;
  }

  .hero-copy { padding: 22mm 10mm 18mm 14mm; }
  .hero h1 { font-size: 36pt; line-height: .94; }
  .hero-lede { margin-top: 8mm; font-size: 10pt; line-height: 1.55; }
  .hero-actions { display: none; }
  .hero-stats { gap: 4mm; margin-top: 12mm; padding-top: 6mm; }
  .hero-stats strong { font-size: 17pt; }
  .hero-stats span { font-size: 6.5pt; }
  .hero-visual { min-height: 297mm; height: 297mm; }
  .hero-visual img { object-position: 58% center; }
  .hero-visual figcaption { right: 9mm; bottom: 11mm; left: 9mm; }
  .hero-visual figcaption strong { font-size: 15pt; }

  .section { padding: 16mm 14mm; }
  .section-label { margin-bottom: 5mm; font-size: 7pt; }
  .section-label span { width: 7mm; height: 7mm; }
  .section-heading { margin-bottom: 9mm; }
  .section-heading h2, .impact-copy h2, .contact-section h2 { font-size: 27pt; }

  .intro-section {
    display: grid;
    grid-template-columns: 35mm 1fr;
    gap: 8mm;
    min-height: 112mm;
    padding-bottom: 11mm;
  }
  .intro-lead { margin-bottom: 7mm; font-size: 24pt; }
  .intro-columns { grid-template-columns: 1fr; max-width: 125mm; font-size: 8.2pt; }

  .expertise-section {
    min-height: 185mm;
    padding-top: 12mm;
    break-after: page;
  }
  .expertise-grid { grid-template-columns: repeat(3, 1fr); }
  .expertise-grid article { min-height: 47mm; padding: 6mm; }
  .expertise-grid h3 { margin: 7mm 0 3mm; font-size: 12pt; }
  .expertise-grid p { font-size: 7.5pt; line-height: 1.5; }

  .experience-section {
    width: 210mm;
    min-height: 297mm;
    padding-top: 16mm;
    break-after: page;
  }
  .row-heading { grid-template-columns: 1.2fr .8fr; gap: 8mm; }
  .row-heading p { font-size: 8pt; }
  .timeline article { grid-template-columns: 35mm 1fr; gap: 7mm; padding: 7mm 0; }
  .timeline-date { font-size: 9pt; }
  .timeline h3 { font-size: 15pt; }
  .timeline-content > p:not(.role-tag) { margin-top: 2.5mm; font-size: 8pt; line-height: 1.52; }
  .timeline ul { gap: 2mm; margin-top: 4mm; }
  .timeline li { padding: 1.5mm 2.5mm; font-size: 6.5pt; }

  .impact-section {
    width: 210mm;
    min-height: 145mm;
    padding: 16mm 14mm;
  }
  .impact-copy > p { font-size: 8.5pt; }
  .impact-metrics { margin-top: 8mm; }
  .impact-metrics div { grid-template-columns: 25mm 1fr; padding: 4mm 0; }
  .impact-metrics strong { font-size: 11pt; }
  .impact-metrics span { font-size: 7pt; }
  .education-section {
    min-height: 152mm;
    padding-top: 14mm;
    break-after: page;
  }
  .education-grid { grid-template-columns: repeat(3, 1fr); margin-top: 8mm; }
  .education-grid > div { min-height: 52mm; padding: 7mm; }
  .education-grid h3 { margin: 8mm 0 2mm; font-size: 13pt; }

  .contact-section {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 12mm;
    min-height: 126mm;
    padding: 16mm 14mm;
  }
  .contact-card { padding: 8mm; }
  .contact-card p { margin-bottom: 7mm; font-size: 8.5pt; }
  .contact-card a { padding-top: 5mm; }
  .site-footer { display: none; }

  article, figure, .contact-card, .education-grid > div { break-inside: avoid; }
}
