:root {
  --navy: #071426;
  --navy-2: #0c1e35;
  --ink: #111827;
  --paper: #f4f6f8;
  --white: #ffffff;
  --muted: #647184;
  --line: rgba(17, 24, 39, .15);
  --blue: #4287b8;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 20; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.topbar { position: absolute; inset: 0 0 auto; z-index: 10; height: 92px; display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 64px), var(--max)); margin: 0 auto; color: white; }
.wordmark { text-decoration: none; font: 700 1.1rem/1 "Manrope", sans-serif; letter-spacing: .16em; }
.wordmark span { color: #67a7d0; }
nav { display: flex; gap: 2rem; }
nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .84rem; transition: color .2s ease; }
nav a:hover, nav a:focus-visible { color: white; }
.hero { min-height: 100svh; background: var(--navy); color: white; position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .76fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); padding: 130px max(32px, calc((100vw - var(--max)) / 2)) 72px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; min-width: 560px; min-height: 560px; right: -18vw; top: -20vw; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 210px rgba(255,255,255,.012); }
.hero-copy, .portrait-wrap { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 600; }
.hero .eyebrow { color: #91bad6; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 2rem; font: 600 clamp(3.6rem, 7vw, 7.2rem)/.92 "Manrope", sans-serif; letter-spacing: -.06em; }
.lead { max-width: 690px; color: rgba(255,255,255,.72); font: 400 clamp(1.15rem, 1.75vw, 1.55rem)/1.5 "Manrope", sans-serif; }
.text-link { display: inline-flex; gap: .7rem; margin-top: 2rem; text-decoration: none; font-size: .9rem; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.portrait-wrap { margin: 0; align-self: end; }
.portrait-frame { max-height: 76vh; overflow: hidden; background: var(--navy-2); }
.portrait-frame img { display: block; width: 100%; height: min(76vh, 720px); object-fit: cover; object-position: 50% 28%; filter: saturate(.86) contrast(1.03); }
.portrait-wrap figcaption { margin-top: .8rem; color: rgba(255,255,255,.48); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-index { position: absolute; left: 32px; bottom: 30px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,255,255,.28); font-size: .65rem; letter-spacing: .18em; }
.statement, .timeline-intro, .now { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }
.statement { padding: clamp(6rem, 11vw, 10rem) 0; display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; }
.section-number { color: var(--blue); font: 600 .75rem/1 "Manrope", sans-serif; letter-spacing: .16em; }
.statement > div { max-width: 900px; }
.statement h2, .section-heading h2, .timeline h2, .now h2, .credentials h2 { font: 500 clamp(2.2rem, 4.3vw, 4.7rem)/1.05 "Manrope", sans-serif; letter-spacing: -.045em; }
.bio { margin-top: 3.5rem; font: 500 clamp(1.35rem, 2vw, 1.85rem)/1.5 "Manrope", sans-serif; }
.body-copy { color: #425064; font-size: 1.08rem; line-height: 1.75; max-width: 800px; }
.convergence { background: var(--white); padding: clamp(5rem, 9vw, 8.5rem) max(32px, calc((100vw - var(--max)) / 2)); }
.section-heading { display: flex; justify-content: space-between; gap: 4rem; align-items: flex-start; margin-bottom: 5rem; }
.section-heading .eyebrow { color: var(--blue); min-width: 200px; }
.section-heading h2 { max-width: 780px; margin-left: auto; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.capability-grid article { padding: 2rem 1.5rem 2rem 0; border-right: 1px solid var(--line); }
.capability-grid article:not(:first-child) { padding-left: 1.5rem; }
.capability-grid article:last-child { border-right: 0; }
.capability-grid span, .period, .project-type { color: var(--blue); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.capability-grid h3 { margin: 3.3rem 0 1.1rem; font: 600 1.3rem/1.2 "Manrope", sans-serif; }
.capability-grid p { color: var(--muted); line-height: 1.65; }
.timeline { padding: clamp(6rem, 10vw, 9rem) 0; }
.timeline-intro { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; margin-bottom: 4rem; }
.timeline-intro > div { max-width: 900px; }
.timeline-intro > div > p:last-child { max-width: 640px; color: var(--muted); line-height: 1.65; }
.timeline ol { list-style: none; padding: 0; width: min(calc(100% - 64px), var(--max)); margin: 0 auto; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.timeline li > div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; }
.timeline h3 { font: 600 1.25rem/1.3 "Manrope", sans-serif; }
.timeline li p:last-child { color: var(--muted); line-height: 1.65; }
.now { padding: 0 0 clamp(6rem, 10vw, 9rem); display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; }
.now-title { grid-column: 2; }
.projects { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; margin-top: 2rem; border-top: 1px solid var(--line); }
.projects article { padding: 2.2rem 2rem 2.2rem 0; border-bottom: 1px solid var(--line); }
.projects article:nth-child(odd) { border-right: 1px solid var(--line); }
.projects article:nth-child(even) { padding-left: 2rem; }
.projects h3 { margin: 2rem 0 1rem; font: 600 1.35rem/1.25 "Manrope", sans-serif; }
.projects article > p:last-child { color: var(--muted); line-height: 1.65; }
.credentials { background: #dce7ef; padding: clamp(5rem, 9vw, 8rem) max(32px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.5fr 1fr; gap: 6rem; align-items: end; }
.credentials > p { color: #425064; line-height: 1.8; }
.closing { background: var(--navy); color: white; text-align: center; padding: clamp(6rem, 12vw, 11rem) max(32px, calc((100vw - 1040px)) / 2); }
.closing p { font: 500 clamp(2rem, 4.4vw, 4.4rem)/1.18 "Manrope", sans-serif; letter-spacing: -.04em; }
.closing a { display: inline-block; margin-top: 2.5rem; color: #9bc2dc; text-decoration: none; border-bottom: 1px solid rgba(155,194,220,.45); padding-bottom: .5rem; }
footer { background: #040d18; color: rgba(255,255,255,.48); min-height: 110px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(32px, calc((100vw - var(--max)) / 2)); font-size: .78rem; }
footer p { margin: 0; }
footer a { text-decoration: none; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr .82fr; gap: 2rem; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .capability-grid article:nth-child(3), .capability-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .timeline li > div { grid-template-columns: 1fr; gap: .5rem; }
  .credentials { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 700px) {
  .topbar { width: calc(100% - 40px); height: 74px; }
  nav { gap: 1rem; }
  nav a:nth-child(2) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 120px 20px 64px; }
  h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .lead { font-size: 1.1rem; }
  .portrait-wrap { margin-top: 2rem; }
  .portrait-frame img { height: 66vh; min-height: 480px; }
  .hero-index { display: none; }
  .statement, .timeline-intro, .timeline ol, .now { width: calc(100% - 40px); }
  .statement, .timeline-intro, .now { grid-template-columns: 1fr; gap: 1.5rem; }
  .statement { padding: 6rem 0; }
  .bio { margin-top: 2.6rem; }
  .section-heading { display: block; margin-bottom: 3.5rem; }
  .section-heading h2 { margin-top: 2rem; }
  .convergence { padding-inline: 20px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article:not(:first-child) { padding: 1.8rem 0; border-right: 0; border-top: 1px solid var(--line); }
  .capability-grid h3 { margin-top: 1.5rem; }
  .timeline li { grid-template-columns: 1fr; gap: .5rem; }
  .timeline li > div { gap: .25rem; }
  .now-title, .projects { grid-column: 1; }
  .projects { grid-template-columns: 1fr; }
  .projects article, .projects article:nth-child(even) { padding: 2rem 0; border-right: 0; }
  .credentials { padding-inline: 20px; }
  .closing { padding-inline: 20px; }
  footer { padding: 2rem 20px; min-height: 110px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
