@font-face {
  font-family: "Outfit Variable";
  src: url("/assets/outfit-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #fbfaf7;
  --surface: #fffefa;
  --ink: #101317;
  --muted: #52677f;
  --line: #e4e0d8;
  --blue: #1673cf;
  --blue-soft: #eef7ff;
  --dark: #0b1118;
  --font-sans: "Outfit Variable", "Outfit", "Helvetica Neue", Arial, sans-serif;
  --font-editorial: Reckless, Georgia, "Times New Roman", serif;
  --content: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.96);
  backdrop-filter: blur(16px);
}
.wordmark { font-size: 1.35rem; font-weight: 650; letter-spacing: -0.04em; }
.wordmark span { color: var(--blue); }
.site-navigation { display: flex; align-items: center; gap: 28px; font-size: 0.88rem; font-weight: 500; }
.site-navigation a:not(.nav-download) { color: #27313a; }
.site-navigation a:not(.nav-download):hover { color: var(--blue); }
.nav-download { padding: 10px 17px; background: var(--dark); color: #fff; border-radius: 8px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); }

.hero {
  width: var(--content);
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.72fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
  padding: 92px 0 84px;
}
.eyebrow, .section-marker, .role-kicker {
  margin: 0;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 840px;
  margin: 26px 0 30px;
  font-family: var(--font-editorial);
  font-size: clamp(4.25rem, 7.1vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
}
.hero-copy { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid var(--dark); border-radius: 8px; font-size: 0.92rem; font-weight: 600; }
.button-primary { background: var(--dark); color: #fff; }
.button-primary:hover { background: var(--blue); border-color: var(--blue); }
.button-secondary { background: transparent; }
.button-secondary:hover { background: var(--surface); }
.hero-facts { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 38px; border-left: 1px solid var(--line); }
.fact-label { margin: 20px 0 3px; color: var(--muted); font-size: 0.76rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
.fact-value { margin: 0; font-size: 1.07rem; line-height: 1.42; }
.availability { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); color: #27313a; font-size: 0.88rem; }
.availability span { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--blue); }

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--surface);
  padding-inline: max(24px, calc((100vw - 1180px) / 2));
}
.metrics div { min-height: 150px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 28px 40px; border-right: 1px solid var(--line); }
.metrics div:first-child { padding-left: 0; }
.metrics div:last-child { border-right: 0; }
.metrics strong { font-family: var(--font-editorial); font-size: 3.8rem; font-weight: 400; line-height: 1; }
.metrics span { max-width: 220px; color: var(--muted); font-size: 0.9rem; line-height: 1.45; }

.section { width: var(--content); margin: 0 auto; padding: 110px 0; border-bottom: 1px solid var(--line); }
.section-marker { margin-bottom: 34px; }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr); gap: 90px; }
.section h2 { margin: 0; font-family: var(--font-editorial); font-size: clamp(3.1rem, 5vw, 5.4rem); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
.profile-copy p { margin: 0 0 24px; color: #34485e; font-size: 1.12rem; line-height: 1.75; }

.current-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr); gap: 90px; }
.current-grid h2 { margin-top: 18px; font-size: clamp(2.7rem, 4.2vw, 4.4rem); }
.role-meta { margin: 24px 0 0; color: var(--muted); }
.current-copy { color: #34485e; font-size: 1.05rem; }
.current-copy p { margin-top: 0; font-size: 1.25rem; color: var(--ink); }
.current-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.current-copy li { padding: 18px 0 18px 24px; border-top: 1px solid var(--line); position: relative; }
.current-copy li::before { content: ""; position: absolute; left: 0; top: 28px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.founder-band { margin-top: 70px; display: grid; grid-template-columns: 0.7fr 1.25fr auto; align-items: center; gap: 44px; padding: 34px 0; border-block: 1px solid var(--line); }
.founder-band h3 { margin: 4px 0 0; font-family: var(--font-editorial); font-size: 2.8rem; font-weight: 400; }
.founder-band p { margin-block: 0; color: var(--muted); }
.founder-band a { color: var(--blue); font-size: 0.9rem; font-weight: 650; white-space: nowrap; }

.experience-section > h2 { margin-bottom: 54px; }
.timeline article { display: grid; grid-template-columns: 120px minmax(220px, 0.7fr) minmax(360px, 1.3fr); gap: 36px; padding: 30px 0; border-top: 1px solid var(--line); }
.timeline time { color: var(--blue); font-size: 0.82rem; font-weight: 650; }
.timeline h3 { margin: 0; font-size: 1.2rem; line-height: 1.35; }
.timeline .company { margin: 4px 0 0; color: var(--muted); font-size: 0.9rem; }
.timeline article > p { margin: 0; color: #40556e; }

.capabilities-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.capabilities-heading p { margin: 0; color: var(--muted); font-size: 1.12rem; }
.capability-list article { display: grid; grid-template-columns: 220px 1fr; gap: 50px; padding: 27px 0; border-top: 1px solid var(--line); }
.capability-list p { margin: 0; color: var(--blue); font-size: 0.78rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase; }
.capability-list h3 { max-width: 850px; margin: 0; font-size: 1.35rem; font-weight: 450; line-height: 1.55; }

.education-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 70px; }
.education-grid > div { padding-top: 28px; border-top: 1px solid var(--line); }
.education-grid h2 { margin: 16px 0 12px; font-size: clamp(2.3rem, 3.2vw, 3.5rem); }
.education-grid p:last-child { color: var(--muted); }

.contact-section { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 80px; align-items: end; padding: 110px max(24px, calc((100vw - 1180px) / 2)); background: var(--dark); color: #fff; }
.eyebrow.light { color: #8ec9ff; }
.contact-section h2 { max-width: 800px; margin: 24px 0 0; font-family: var(--font-editorial); font-size: clamp(3.2rem, 5vw, 5.4rem); font-weight: 400; letter-spacing: -0.045em; line-height: 0.98; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.contact-links a { color: #d8e3ee; border-bottom: 1px solid #536273; font-size: 1.03rem; }
.contact-links a:hover { color: #fff; border-color: #fff; }

footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); background: var(--dark); color: #8fa0b1; border-top: 1px solid #26313d; font-size: 0.78rem; }
footer a { color: #d8e3ee; }

.reveal { animation: reveal 700ms ease both; }
.hero-facts.reveal { animation-delay: 120ms; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { animation: none; } }

@media (max-width: 900px) {
  :root { --content: min(100% - 40px, 760px); }
  .site-header { padding-inline: 20px; }
  .menu-button { display: block; }
  .site-navigation { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-navigation.is-open { display: flex; }
  .site-navigation a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-download { margin-top: 10px; text-align: center; border: 0 !important; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding: 74px 0 62px; }
  .hero h1 { font-size: clamp(3.6rem, 12.5vw, 5.6rem); }
  .hero-facts { padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .metrics { grid-template-columns: 1fr; padding-inline: 20px; }
  .metrics div, .metrics div:first-child { min-height: 110px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .metrics div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .profile-grid, .current-grid, .capabilities-heading, .contact-section { grid-template-columns: 1fr; gap: 40px; }
  .founder-band { grid-template-columns: 1fr; gap: 18px; }
  .timeline article { grid-template-columns: 100px 1fr; }
  .timeline article > p { grid-column: 2; }
  .contact-section { padding: 82px 20px; }
}

@media (max-width: 600px) {
  :root { --content: calc(100% - 32px); }
  body { font-size: 16px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 4.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .section h2, .contact-section h2 { font-size: clamp(2.65rem, 13vw, 3.7rem); }
  .timeline article { grid-template-columns: 1fr; gap: 10px; }
  .timeline article > p { grid-column: 1; margin-top: 8px; }
  .capability-list article { grid-template-columns: 1fr; gap: 8px; }
  .education-grid { grid-template-columns: 1fr; gap: 42px; }
  footer { flex-direction: column; }
}

@media print {
  .site-header, .hero-actions, .contact-section, footer { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .hero { min-height: 0; padding: 30px 0; }
  .hero h1 { font-size: 42pt; }
  .section { padding: 30px 0; break-inside: avoid; }
  .metrics div { min-height: 80px; }
}
