:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --paper: #f4f0e8;
  --paper-deep: #e9e2d6;
  --ink: #10243c;
  --ink-soft: #183654;
  --muted: #5f6b75;
  --coral: #ef644b;
  --gold: #e6b84f;
  --blue: #76a8bd;
  --white: #fffdf8;
  --line: rgba(16, 36, 60, 0.18);
  --shadow: 0 30px 90px rgba(16, 36, 60, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-image: radial-gradient(circle at 10% 4%, rgba(230, 184, 79, .12), transparent 24%);
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--coral);
  color: var(--white);
}

.site-header {
  width: min(1400px, calc(100% - 64px));
  min-height: 92px;
  margin: 0 auto -1px;
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 240, 232, .86);
  backdrop-filter: blur(18px) saturate(140%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  transition: transform 220ms ease, background 220ms ease;
}

.brand:hover .brand-mark,
.brand:focus-visible .brand-mark {
  transform: rotate(-7deg);
  background: var(--coral);
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-role {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav a {
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--coral);
}

.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 11px 18px;
}

.hero {
  width: min(1400px, calc(100% - 64px));
  min-height: 760px;
  margin: 0 auto;
  padding: 86px 0 78px;
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  align-items: center;
  gap: clamp(56px, 8vw, 136px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-status {
  width: fit-content;
  margin-bottom: 26px;
  padding: 8px 12px 8px 9px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(16,36,60,.14);
  border-radius: 999px;
  background: rgba(255,253,248,.58);
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: 0 8px 30px rgba(16,36,60,.05);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(239,100,75,.13);
}

.kicker,
.section-number {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker span {
  width: 28px;
  height: 2px;
  background: var(--coral);
}

.hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(60px, 6.7vw, 106px);
  font-weight: 580;
  line-height: 0.94;
  letter-spacing: -0.073em;
}

.hero h1 em {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-color: rgba(239,100,75,.26);
  text-decoration-thickness: .09em;
  text-underline-offset: .08em;
}

.hero-intro {
  max-width: 650px;
  margin: 34px 0 0;
  color: #465767;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.62;
  letter-spacing: -0.02em;
}

.hero-actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.hero-proof {
  max-width: 690px;
  margin-top: 52px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid var(--line);
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-proof strong {
  font-size: 15px;
  font-weight: 680;
  letter-spacing: -.025em;
}

.hero-proof span {
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 999px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-primary {
  background: var(--coral);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #d94d36;
}

.text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 12px;
  font-weight: 600;
}

.hero-visual {
  aspect-ratio: 0.84;
  max-height: 580px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 240px 240px 30px 30px;
  background: linear-gradient(155deg, var(--ink-soft), #091a2d 72%);
  color: var(--white);
  box-shadow: 24px 26px 0 var(--gold), var(--shadow);
  isolation: isolate;
  animation: hero-rise 700ms cubic-bezier(.2,.7,.2,1) both;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.hero-visual::after {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  right: -45px;
  bottom: -50px;
  border-radius: 50%;
  background: var(--coral);
  filter: blur(70px);
  opacity: .2;
  z-index: -1;
}

.visual-label,
.visual-footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.visual-label {
  margin-top: 38px;
  padding: 0 64px;
}

.visual-label span:last-child {
  color: var(--gold);
}

.visual-footer {
  align-items: center;
  font-size: 9px;
  color: rgba(255,255,255,.68);
}

.visual-rule {
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,.25);
}

.signal-map {
  position: absolute;
  inset: 82px 24px 58px;
}

.orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-a { width: 82%; aspect-ratio: 1; }
.orbit-b { width: 58%; aspect-ratio: 1; border-style: dashed; animation: orbit-spin 22s linear infinite; }

.node {
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 2;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 1px rgba(255,255,255,.6);
}

.node-a { left: 13%; top: 23%; }
.node-b { left: 56%; top: 7%; background: var(--gold); }
.node-c { right: 11%; top: 38%; }
.node-d { left: 25%; bottom: 17%; background: var(--blue); }
.node-e { right: 26%; bottom: 5%; background: var(--gold); }

.line {
  height: 1px;
  position: absolute;
  transform-origin: left center;
  background: rgba(255,255,255,.5);
}

.line-a { width: 46%; left: 15%; top: 25%; transform: rotate(-19deg); }
.line-b { width: 38%; left: 58%; top: 10%; transform: rotate(36deg); }
.line-c { width: 57%; left: 27%; top: 71%; transform: rotate(-30deg); }
.line-d { width: 37%; left: 30%; bottom: 18%; transform: rotate(14deg); }

.signal-card {
  width: 184px;
  min-height: 190px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(16,36,60,.8);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 45px rgba(0,0,0,.24);
}

.signal-card strong {
  margin: 3px 0;
  color: var(--white);
  font-size: 22px;
  font-weight: 520;
  line-height: 1;
  letter-spacing: -0.045em;
}

.signal-label,
.signal-delta,
.data-chip {
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.signal-label { color: rgba(255,255,255,.55); }
.signal-delta { color: var(--gold); }

.signal-divider {
  width: 34px;
  height: 1px;
  margin: 5px 0;
  background: var(--coral);
}

.data-chip {
  position: absolute;
  z-index: 4;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(9,26,45,.78);
  color: rgba(255,255,255,.72);
  backdrop-filter: blur(8px);
}

.chip-a { left: 8%; top: 18%; }
.chip-b { right: 3%; top: 42%; color: var(--gold); }
.chip-c { left: 17%; bottom: 13%; color: var(--blue); }

.profile-rail {
  padding: 15px max(32px, calc((100vw - 1400px) / 2));
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  border-top: 1px solid var(--line);
  background: var(--white);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.profile-rail > span {
  margin-right: auto;
  color: var(--muted);
}

.profile-rail a {
  transition: color 180ms ease, transform 180ms ease;
}

.profile-rail a:hover,
.profile-rail a:focus-visible {
  color: var(--coral);
  transform: translateY(-1px);
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(24px) rotate(1deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

@keyframes orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.expertise {
  padding: 30px max(32px, calc((100vw - 1400px) / 2));
  background: var(--coral);
  color: var(--white);
}

.expertise p {
  margin: 0 0 13px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
  opacity: .72;
}

.expertise-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 580;
  letter-spacing: -.035em;
}

.expertise-list i {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  opacity: .55;
}

.section {
  width: min(1400px, calc(100% - 64px));
  margin: 0 auto;
  padding: 124px 0;
}

.section::before {
  content: "";
  width: 54px;
  height: 4px;
  display: block;
  margin-bottom: 28px;
  background: linear-gradient(90deg, var(--coral) 0 46%, var(--gold) 46% 76%, var(--blue) 76%);
}

.approach-section::before,
.about-section::before,
.writing-section::before {
  display: none;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 68px;
}

.section h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 580;
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.section-note {
  max-width: 440px;
  justify-self: end;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.projects {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.project-card {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  padding: 32px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(255,253,248,.82);
  transition: transform 220ms ease, box-shadow 220ms ease;
  isolation: isolate;
}

.project-card:first-child { grid-column: span 7; }
.project-card:nth-child(2) { grid-column: span 5; }
.project-card:nth-child(3) { grid-column: 4 / span 7; }

.project-card::before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  right: -80px;
  top: -80px;
  border-radius: 50%;
  background: var(--accent);
  opacity: .82;
  transition: transform 300ms ease;
  z-index: -1;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(rgba(16,36,60,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,36,60,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom right, black, transparent 72%);
}

.project-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 70px rgba(16,36,60,.12);
}

.project-card:hover::before { transform: scale(1.18); }
.project-card.coral { --accent: var(--coral); }
.project-card.gold { --accent: var(--gold); }
.project-card.blue { --accent: var(--blue); }

.project-topline {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.project-topline span:first-child {
  color: var(--ink);
  font-weight: 700;
}

.project-card h3 {
  max-width: 620px;
  margin: 112px 0 22px;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 590;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.project-card p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.project-art {
  width: 155px;
  height: 108px;
  position: absolute;
  right: 28px;
  top: 66px;
  opacity: .78;
}

.project-art.map {
  border: 1px solid rgba(16,36,60,.13);
  border-radius: 56% 44% 58% 42% / 45% 56% 44% 55%;
  background: rgba(239,100,75,.08);
  transform: rotate(-5deg);
}

.contour {
  position: absolute;
  border: 1px solid rgba(16,36,60,.2);
  border-radius: inherit;
}

.contour-one { inset: 14px 19px; }
.contour-two { inset: 28px 42px; }

.map-pin,
.graph-node {
  width: 10px;
  height: 10px;
  position: absolute;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 1px var(--ink);
}

.pin-one { left: 27px; top: 30px; }
.pin-two { right: 32px; top: 24px; background: var(--gold); }
.pin-three { left: 80px; bottom: 19px; background: var(--blue); }

.project-art.graph {
  border-radius: 50%;
  border: 1px solid rgba(16,36,60,.17);
}

.graph-line {
  height: 1px;
  position: absolute;
  left: 31px;
  top: 40px;
  transform-origin: left center;
  background: rgba(16,36,60,.38);
}

.graph-line-one { width: 88px; transform: rotate(12deg); }
.graph-line-two { width: 75px; transform: rotate(49deg); }
.graph-line-three { width: 84px; left: 66px; top: 76px; transform: rotate(-37deg); }
.graph-node-one { left: 25px; top: 34px; background: var(--gold); }
.graph-node-two { right: 28px; top: 51px; background: var(--coral); }
.graph-node-three { left: 61px; bottom: 23px; background: var(--blue); }
.graph-node-four { right: 22px; top: 18px; background: var(--gold); }

.project-art.matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  transform: rotate(4deg);
}

.matrix-cell {
  border: 1px solid rgba(16,36,60,.12);
  background: rgba(118,168,189,.22);
}

.matrix-cell.cell-1,
.matrix-cell.cell-4,
.matrix-cell.cell-8 { background: rgba(239,100,75,.65); }
.matrix-cell.cell-2,
.matrix-cell.cell-6 { background: rgba(230,184,79,.66); }

.project-takeaway {
  max-width: 620px;
  margin-top: 28px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  border-top: 1px solid var(--line);
}

.project-takeaway span,
.project-label {
  color: var(--coral);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.project-takeaway strong {
  font-size: 13px;
  font-weight: 560;
  line-height: 1.5;
}

.project-tags {
  margin-top: auto;
  padding-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.project-tags span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
}

.project-label {
  position: absolute;
  right: 28px;
  bottom: 28px;
  color: var(--muted);
  opacity: .72;
}

.approach-section {
  width: 100%;
  padding: 120px max(32px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(60px, 10vw, 150px);
  background: var(--ink);
  color: var(--white);
}

.section-number.light { color: rgba(255,255,255,.5); }

.approach-intro h2 {
  max-width: 580px;
  font-size: clamp(43px, 4.9vw, 72px);
}

.approach-intro > p:last-child {
  max-width: 500px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 16px;
  line-height: 1.7;
}

.principles {
  border-top: 1px solid rgba(255,255,255,.18);
}

.principles article {
  min-height: 174px;
  padding: 28px 0;
  display: grid;
  grid-template-columns: 54px 0.78fr 1.1fr;
  align-items: start;
  gap: 22px;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.principles span {
  color: var(--coral);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.principles h3 {
  margin: -6px 0 0;
  font-size: 25px;
  font-weight: 560;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.principles p {
  margin: -2px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.68;
}

/* Resume-backed career summary */
.experience-section {
  padding-top: 132px;
}

.experience-heading {
  margin-bottom: 74px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(54px, 8vw, 120px);
}

.experience-heading h2 {
  max-width: 820px;
}

.experience-intro {
  max-width: 470px;
  justify-self: end;
}

.experience-intro p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(40px, 7vw, 108px);
  align-items: start;
}

.timeline {
  border-top: 1px solid var(--line);
}

.timeline article {
  min-height: 180px;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.timeline-period,
.capabilities-label,
.capability-row > span,
.education-note > span {
  color: var(--coral);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.timeline h3 {
  margin: -5px 0 4px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 580;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.timeline .timeline-organization {
  margin: 0 0 15px;
  color: var(--ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .04em;
}

.timeline article div > p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

.capabilities {
  position: sticky;
  top: 28px;
  padding: 34px;
  border-top: 5px solid var(--gold);
  background: var(--ink);
  color: var(--white);
}

.capabilities-label {
  margin: 0 0 26px;
  color: var(--gold);
}

.capability-row {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,.17);
}

.capability-row > span {
  color: var(--coral);
}

.capability-row p {
  margin: -3px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.62;
}

.education-note {
  margin: 14px -12px -12px;
  padding: 26px;
  background: var(--gold);
  color: var(--ink);
}

.education-note > span {
  display: block;
  margin-bottom: 14px;
  color: rgba(16,36,60,.68);
}

.education-note strong {
  display: block;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.education-note p {
  margin: 9px 0 0;
  font-size: 12px;
  line-height: 1.58;
}

.writing-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
}

.writing-copy > p:nth-of-type(2) {
  max-width: 610px;
  margin: 32px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.74;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible { background: var(--coral); }

.topic-stack {
  border-top: 1px solid var(--line);
}

.topic-stack div {
  min-height: 108px;
  display: grid;
  grid-template-columns: 55px 1fr 24px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--line);
}

.topic-stack div {
  transition: padding 180ms ease, color 180ms ease, background 180ms ease;
}

.topic-stack div:hover {
  padding-left: 14px;
  padding-right: 12px;
  background: rgba(255,253,248,.62);
  color: var(--coral);
}

.topic-stack span {
  color: var(--coral);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
}

.topic-stack strong {
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 570;
  line-height: 1.2;
  letter-spacing: -.035em;
}

.topic-stack i {
  color: var(--coral);
  font-size: 15px;
  font-style: normal;
  opacity: .55;
}

.about-section {
  width: 100%;
  padding: 120px max(32px, calc((100vw - 1400px) / 2));
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(70px, 10vw, 150px);
  background: var(--paper-deep);
}

.about-mark {
  aspect-ratio: 1;
  max-width: 390px;
  align-self: center;
  position: relative;
  border: 1px solid var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(80px, 11vw, 170px);
  line-height: 1;
  letter-spacing: -.15em;
}

.about-mark::before {
  content: "";
  width: 20%;
  height: 20%;
  position: absolute;
  right: 8%;
  top: 10%;
  border-radius: 50%;
  background: var(--coral);
}

.about-copy { max-width: 760px; }

.about-lead {
  margin: 38px 0 22px;
  color: var(--ink) !important;
  font-size: clamp(20px, 2.3vw, 32px) !important;
  line-height: 1.45 !important;
  letter-spacing: -.035em;
}

.about-copy > p:not(.section-number):not(.about-lead) {
  max-width: 660px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.credentials {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.credentials span {
  padding: 10px 13px;
  border: 1px solid rgba(16,36,60,.28);
  border-radius: 999px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .04em;
}

.profile-links {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.profile-links a {
  padding: 9px 0 6px;
  border-bottom: 1px solid var(--ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .04em;
  transition: color 180ms ease, border-color 180ms ease;
}

.profile-links a:hover,
.profile-links a:focus-visible {
  color: var(--coral);
  border-color: var(--coral);
}

footer {
  padding: 94px max(32px, calc((100vw - 1400px) / 2)) 32px;
  background: var(--coral);
  color: var(--white);
}

.footer-cta {
  padding-bottom: 86px;
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: end;
  gap: 60px;
}

.footer-cta p {
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 580;
  line-height: .98;
  letter-spacing: -.07em;
}

.footer-cta a {
  justify-self: end;
  padding: 13px 0 9px;
  border-bottom: 1px solid rgba(255,255,255,.75);
  font-family: var(--font-geist-mono), monospace;
  font-size: 11px;
  font-weight: 650;
}

.footer-bottom {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.38);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}

.footer-links a {
  transition: opacity 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  opacity: .68;
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 850px; }
  .hero-visual { width: min(540px, calc(100% - 30px)); justify-self: center; }
  .section-heading,
  .approach-section,
  .experience-heading,
  .experience-grid,
  .writing-section,
  .about-section { grid-template-columns: 1fr; }
  .section-note { justify-self: start; }
  .experience-intro { justify-self: start; }
  .capabilities { position: static; }
  .project-card:first-child,
  .project-card:nth-child(2),
  .project-card:nth-child(3) { grid-column: span 12; }
  .project-card { min-height: 410px; }
  .about-mark { width: min(350px, 74vw); }
  .footer-cta { grid-template-columns: 1fr; }
  .footer-cta a { justify-self: start; }
}

@media (max-width: 700px) {
  .site-header,
  .hero,
  .section { width: min(100% - 36px, 1400px); }
  .site-header { min-height: 76px; }
  .brand-lockup { display: none; }
  .nav { gap: 14px; }
  .nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding: 68px 0 80px; gap: 64px; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { gap: 12px; }
  .hero-proof strong { font-size: 13px; }
  .hero-proof span { font-size: 7px; }
  .hero-visual { border-radius: 160px 160px 18px 18px; box-shadow: 14px 16px 0 var(--gold); }
  .visual-label { margin-top: 24px; padding: 0 48px; }
  .profile-rail { padding: 16px 18px; flex-wrap: wrap; gap: 12px 18px; }
  .profile-rail > span { width: 100%; }
  .expertise { padding: 26px 18px; }
  .expertise-list { align-items: flex-start; flex-direction: column; gap: 8px; }
  .expertise-list i { display: none; }
  .section { padding: 88px 0; }
  .section-heading { margin-bottom: 46px; }
  .section h2 { font-size: clamp(42px, 12vw, 60px); }
  .project-card { min-height: 560px; padding: 24px; }
  .project-card h3 { margin-top: 108px; }
  .project-art { right: 20px; top: 60px; transform: scale(.88); transform-origin: right top; }
  .project-art.map { transform: scale(.88) rotate(-5deg); }
  .project-art.matrix { transform: scale(.88) rotate(4deg); }
  .project-takeaway { grid-template-columns: 1fr; gap: 8px; }
  .project-label { display: none; }
  .approach-section,
  .about-section { padding: 88px 18px; }
  .principles article { grid-template-columns: 38px 1fr; }
  .principles article p { grid-column: 2; }
  .experience-heading { margin-bottom: 52px; }
  .timeline article { grid-template-columns: 1fr; gap: 13px; }
  .timeline h3 { margin-top: 0; }
  .capabilities { padding: 28px; }
  .writing-section { gap: 68px; }
  .topic-stack div { min-height: 96px; }
  .about-mark { width: min(290px, 78vw); }
  footer { padding: 80px 18px 28px; }
  .footer-cta { padding-bottom: 68px; }
  .footer-cta p { font-size: clamp(48px, 14vw, 70px); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer-links { justify-content: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
