:root {
  --paper: #f4f1e8;
  --paper-deep: #ebe6da;
  --surface: #fffefa;
  --ink: #17211d;
  --ink-soft: #34423c;
  --muted: #626b66;
  --line: #d6d7cf;
  --line-strong: #aeb3ad;
  --green: #0b6b50;
  --green-deep: #164c3d;
  --green-soft: #dcebe3;
  --rust: #a94f35;
  --rust-deep: #743524;
  --rust-soft: #f2e3dc;
  --blue: #315d86;
  --blue-soft: #e4ebf2;
  --dark: #13251f;
  --dark-layer: #1b342b;
  --white: #fffefa;
  --focus: #0f62fe;
  --font-sans: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --shell: min(1240px, calc(100vw - 48px));
  --section-space: clamp(88px, 10vw, 152px);
  --ease: cubic-bezier(.2, .75, .25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.58;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--green);
}

p,
h1,
h2,
h3,
h4,
dl,
dd,
figure,
ol,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero-grid > *,
.positioning-grid > *,
.section-header > *,
.case-study > *,
.profile-row > *,
.research-path > *,
.adi-feature > *,
.adi-gallery-row > *,
.poster-grid > *,
.poster-media > *,
.conference-archive > *,
.experience-grid > *,
.education-awards > *,
.skills-layout > *,
.skill-group > *,
.contact-grid > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--paper) 97%, transparent);
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}

.brand-copy {
  display: grid;
  line-height: 1.12;
}

.brand-copy strong {
  font-size: 15px;
  font-weight: 600;
}

.brand-copy span {
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.primary-nav a[aria-current="location"]:not(.nav-cta) {
  color: var(--green);
}

.primary-nav a[aria-current="location"]:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
}

.primary-nav .nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  background: var(--ink);
  color: var(--white);
  transition: background 180ms ease;
}

.primary-nav .nav-cta:hover {
  background: var(--green);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 24px;
  height: 1px;
  display: block;
  margin: 6px auto;
  background: var(--ink);
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  padding: clamp(62px, 7vh, 94px) 0 clamp(74px, 8vh, 112px);
}

.hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 10%, var(--line) 90%, transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(370px, .75fr);
  align-items: start;
  gap: clamp(52px, 6.5vw, 94px);
}

.eyebrow,
.section-kicker,
.case-number,
.mono-label {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .105em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 860px;
  margin: 24px 0 30px;
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 300;
  letter-spacing: -.046em;
  line-height: 1.01;
}

.hero h1 em {
  color: var(--green);
  font-style: normal;
  font-weight: 400;
}

.hero-lede {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--ink-soft);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.52;
}

.availability {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.5;
}

.status-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px var(--green-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  min-width: 222px;
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

.button-primary:hover {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: var(--white);
}

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

.identity-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.identity-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.identity-links a:hover {
  color: var(--green);
  text-decoration: underline;
}

.hero-proof {
  border-top: 4px solid var(--green);
  background: var(--surface);
}

.profile-row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 22px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.portrait-wrap {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--paper-deep);
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 28%;
  transform: scale(1.35);
}

.profile-row h2 {
  margin: 6px 0 8px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.profile-row p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.research-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.research-path > div:not(.path-arrow) {
  min-width: 0;
  display: grid;
}

.research-path span {
  margin-bottom: 8px;
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 10px;
}

.research-path strong {
  font-size: 14px;
  font-weight: 600;
}

.research-path small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.35;
}

.path-arrow {
  color: var(--line-strong);
  font-family: var(--font-mono);
  font-size: 12px;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.proof-stats div {
  min-height: 130px;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-stats div:last-child {
  border-right: 0;
}

.proof-stats dt {
  margin-bottom: 22px;
  color: var(--green);
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.proof-stats dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.4;
}

.proof-note {
  margin: 0;
  padding: 18px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  color: #505b56;
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 1.55;
}

.section-rule {
  padding: 72px 0;
  background: var(--ink);
  color: var(--white);
}

.positioning-grid {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 9vw, 130px);
  align-items: start;
}

.positioning .section-kicker {
  color: #72c2a5;
}

.positioning h2 {
  max-width: 430px;
  margin: 10px 0 0;
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.positioning-copy > p {
  max-width: 760px;
  margin-bottom: 30px;
  color: #d8dedb;
  font-size: 20px;
  line-height: 1.6;
}

.principles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.principles span {
  padding: 8px 11px;
  border: 1px solid #496057;
  color: #d8dedb;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.section {
  padding: var(--section-space) 0;
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(60px, 8vw, 100px);
}

.section-header h2,
.experience-intro h2,
.skills-layout h2,
.contact-section h2 {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 300;
  letter-spacing: -.045em;
  line-height: 1.03;
}

.section-header > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.work-section {
  background: var(--surface);
}

.case-study {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  min-height: 590px;
  margin-bottom: 32px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.case-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 68px);
}

.case-number {
  margin-bottom: auto;
}

.case-copy h3 {
  max-width: 640px;
  margin: 48px 0 22px;
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.case-copy > p:not(.case-number) {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 17px;
}

.case-facts {
  width: 100%;
  display: grid;
  gap: 0;
  margin: 28px 0 32px;
  border-top: 1px solid var(--line);
}

.case-facts div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.case-facts dt {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 0;
  font-size: 13px;
}

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

.case-links a,
.pub-links a {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}

.case-links a:hover,
.pub-links a:hover {
  text-decoration: underline;
}

.evidence-panel {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(36px, 5vw, 66px);
  color: var(--white);
}

.evidence-green {
  background: var(--green-deep);
}

.evidence-rust {
  background: var(--rust-deep);
}

.evidence-panel figcaption {
  display: grid;
  gap: 8px;
  margin-bottom: 54px;
}

.evidence-panel figcaption span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .72;
  text-transform: uppercase;
}

.evidence-panel figcaption strong {
  max-width: 420px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.metric-bars {
  display: grid;
  gap: 26px;
}

.metric-row {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(90px, 1.1fr) 60px;
  align-items: end;
  gap: 16px;
}

.metric-row > div:first-child {
  display: grid;
}

.metric-row span {
  font-size: 13px;
  font-weight: 600;
}

.metric-row small {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.35;
  opacity: .84;
}

.metric-row > strong {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}

.metric-track {
  height: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
}

.metric-track i {
  width: var(--score);
  height: 100%;
  display: block;
  background: var(--white);
  transform-origin: left center;
}

.metric-muted {
  opacity: 1;
}

.metric-muted .metric-track {
  opacity: .55;
}

.metric-muted .metric-track i {
  background: rgba(255, 255, 255, .68);
}

.figure-takeaway {
  margin: auto 0 22px;
  padding-top: 52px;
  font-size: 16px;
  line-height: 1.55;
}

.figure-source {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 10px;
  opacity: .68;
}

.case-study-reverse .case-copy {
  order: 2;
}

.case-study-reverse .evidence-panel {
  order: 1;
}

.progression-study {
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr);
  min-height: 470px;
}

.pipeline-panel {
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--blue-soft);
}

.pipeline-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pipeline-steps li {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 24px;
  border-right: 1px solid #bdc9d5;
}

.pipeline-steps li:last-child {
  border-right: 0;
}

.pipeline-steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 1;
  right: -13px;
  bottom: 80px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 11px;
}

.pipeline-steps span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pipeline-steps strong {
  margin: 12px 0 8px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
}

.pipeline-steps small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.pipeline-result {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 4px 20px;
  padding: 30px;
  background: var(--blue);
  color: var(--white);
}

.pipeline-result span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pipeline-result strong {
  grid-column: 2;
  grid-row: 1 / 3;
  font-family: var(--font-mono);
  font-size: 52px;
  font-weight: 400;
  line-height: .9;
}

.pipeline-result small {
  font-size: 11px;
  opacity: .76;
}

.beyond {
  margin-top: clamp(92px, 10vw, 150px);
}

.beyond-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.beyond-heading h3 {
  margin: 12px 0 0;
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.beyond-list {
  border-top: 1px solid var(--line-strong);
}

.beyond-item {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) minmax(210px, .45fr);
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}

.beyond-index {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 400;
}

.beyond-item h4 {
  margin: 7px 0 12px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.15;
}

.beyond-item p:not(.mono-label) {
  max-width: 730px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.compact-tags {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-tags li {
  padding: 6px 8px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.speaking-section {
  padding-top: clamp(88px, 8vw, 120px);
  background: var(--paper-deep);
}

.speaking-section > .shell > .section-header {
  margin-bottom: clamp(48px, 6vw, 72px);
}

.speaking-section > .shell > .section-header > p {
  color: var(--ink-soft);
}

.adi-feature {
  display: grid;
  grid-template-columns: minmax(380px, .86fr) minmax(0, 1.14fr);
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.adi-story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 4.5vw, 64px);
}

.conference-meta {
  margin-bottom: 24px;
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.5;
  text-transform: uppercase;
}

.adi-story h3 {
  max-width: 520px;
  margin: 0 0 24px;
  font-size: clamp(36px, 3.5vw, 50px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.04;
}

.adi-story > p:not(.conference-meta) {
  max-width: 570px;
  color: var(--ink-soft);
  font-size: 16px;
}

.speaking-facts {
  width: 100%;
  margin: 28px 0 34px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.speaking-facts li {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.speaking-facts span {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.speaking-facts strong {
  font-size: 13px;
  font-weight: 500;
}

.text-link,
.poster-links a {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link {
  margin-top: auto;
}

.text-link:hover,
.poster-links a:hover {
  text-decoration: underline;
}

.adi-gallery {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 1px;
  padding: 18px;
  background: var(--dark);
}

.adi-gallery figure {
  min-width: 0;
  margin: 0;
  background: var(--dark-layer);
  color: var(--white);
}

.gallery-link {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.gallery-link img {
  transition: transform 260ms var(--ease);
}

.gallery-link:hover img {
  transform: scale(1.012);
}

.adi-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.adi-gallery-main img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center bottom;
}

.adi-gallery figcaption {
  display: grid;
  gap: 5px;
  padding: 16px 18px 18px;
}

.adi-gallery figcaption strong {
  font-size: 13px;
  font-weight: 600;
}

.adi-gallery figcaption span {
  color: #d8dedb;
  font-size: 12px;
  line-height: 1.45;
}

.adi-gallery-main figcaption {
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: baseline;
  gap: 20px;
}

.adi-gallery-row {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}

.adi-gallery-row figure {
  display: grid;
  grid-template-rows: auto 1fr;
}

.adi-gallery-row figure:last-child {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .75fr);
  grid-template-rows: 1fr;
}

.adi-gallery-row figure:last-child img {
  height: 100%;
}

.poster-highlights {
  margin-top: clamp(100px, 11vw, 156px);
}

.poster-heading {
  max-width: 860px;
  margin-bottom: 48px;
}

.poster-heading h3 {
  margin: 12px 0 0;
  font-size: clamp(38px, 4.4vw, 60px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.poster-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}

.poster-media {
  min-width: 0;
  height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(150px, .65fr);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.poster-preview {
  min-width: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: var(--paper-deep);
}

.poster-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 260ms var(--ease);
}

.poster-preview:hover img {
  transform: scale(1.018);
}

@media (min-width: 621px) {
  .poster-preview {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .poster-preview img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}

.poster-photo {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--dark);
}

.poster-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.poster-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  background: rgba(19, 37, 31, .92);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.poster-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 32px 34px;
}

.poster-copy h4 {
  margin: 0 0 18px;
  font-size: clamp(25px, 2.45vw, 34px);
  font-weight: 400;
  letter-spacing: -.028em;
  line-height: 1.14;
}

.poster-copy > p:not(.conference-meta) {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 14px;
}

.poster-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: auto;
}

.conference-archive {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 48px;
  margin-top: clamp(92px, 10vw, 142px);
}

.conference-archive > h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 400;
}

.conference-archive ol {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.conference-archive li {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.conference-archive li > span {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.conference-archive strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42;
}

.conference-archive small {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 12px;
}

.conference-archive small a {
  color: var(--green);
}

.publications-section {
  background: var(--paper);
}

.publication-ledger {
  border-top: 1px solid var(--line-strong);
}

.publication-item {
  display: grid;
  grid-template-columns: 90px 190px minmax(0, 1fr);
  gap: 28px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}

.pub-year {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 18px;
}

.pub-type {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.pub-main h3 {
  max-width: 820px;
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.28;
}

.pub-main p {
  color: var(--muted);
  font-size: 14px;
}

.pub-links {
  display: flex;
  gap: 24px;
}

.experience-section {
  background: var(--surface);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.experience-intro {
  position: sticky;
  top: 110px;
}

.experience-intro p:last-child {
  margin-top: 26px;
  color: var(--muted);
}

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

.timeline-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 28px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-date {
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.timeline-item h3 {
  margin: 7px 0 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
}

.timeline-item p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.education-awards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 100px;
}

.credential-block {
  padding: 34px;
  border-top: 4px solid var(--ink);
  background: var(--paper);
}

.credential-block h3 {
  margin-bottom: 28px;
  font-size: 25px;
  font-weight: 400;
}

.credential-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.credential-block li {
  display: grid;
  gap: 4px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.credential-block strong {
  font-size: 15px;
  font-weight: 500;
}

.credential-block span {
  color: var(--muted);
  font-size: 12px;
}

.skills-section {
  background: var(--paper-deep);
}

.skills-layout {
  display: grid;
  grid-template-columns: minmax(290px, .65fr) minmax(0, 1.35fr);
  gap: clamp(60px, 10vw, 160px);
}

.skill-groups {
  border-top: 1px solid var(--line-strong);
}

.skill-group {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.skill-group h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.skill-group p {
  margin: 0;
  color: #59645e;
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.85;
}

.contact-section {
  padding: var(--section-space) 0;
  background: var(--dark);
  color: var(--white);
}

.contact-section .section-kicker {
  color: #72c2a5;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: end;
}

.contact-section h2 {
  max-width: 800px;
}

.contact-copy > p:first-child {
  color: #cad6d1;
  font-size: 18px;
}

.contact-actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.button-light {
  min-width: 290px;
  border-color: var(--white);
  background: var(--white);
  color: var(--dark);
}

.button-light:hover {
  border-color: #72c2a5;
  background: #72c2a5;
  color: var(--dark);
}

.copy-button {
  min-height: 50px;
  padding: 0 17px;
  border: 1px solid #4e6b5f;
  background: transparent;
  color: var(--white);
  font-size: 13px;
  cursor: pointer;
}

.copy-button:hover {
  border-color: #72c2a5;
  color: #72c2a5;
}

.copy-status {
  min-height: 22px;
  margin: 8px 0 0;
  color: #72c2a5;
  font-family: var(--font-mono);
  font-size: 10px;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.contact-links a {
  color: #cad6d1;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.contact-links a:hover {
  color: #72c2a5;
}

.site-footer {
  padding: 25px 0;
  border-top: 1px solid #2c4239;
  background: var(--dark);
  color: #8fa39a;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.footer-grid p {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .03em;
}

.footer-grid a:hover {
  color: var(--white);
}

.js-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.js-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Web CV */
.cv-page {
  background: #f0eee8;
}

.cv-page .site-header {
  position: relative;
}

.cv-main {
  width: min(940px, calc(100vw - 40px));
  margin: 48px auto 90px;
  padding: clamp(34px, 6vw, 78px);
  background: var(--surface);
  box-shadow: 0 18px 55px rgba(21, 35, 29, .08);
}

.cv-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
}

.cv-title h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.cv-title p {
  margin: 12px 0 0;
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
}

.cv-contact {
  display: grid;
  align-content: end;
  justify-items: end;
  gap: 3px;
  color: var(--ink-soft);
  font-size: 12px;
  font-style: normal;
  text-align: right;
}

.cv-contact a {
  text-decoration: none;
}

.cv-summary {
  margin: 28px 0 36px;
  font-size: 17px;
  line-height: 1.55;
}

.cv-section {
  margin-top: 38px;
}

.cv-section > h2 {
  margin-bottom: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--green);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cv-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 155px;
  gap: 30px;
  margin-top: 24px;
}

.cv-entry h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.cv-entry .cv-org {
  margin: 3px 0 10px;
  color: var(--muted);
  font-size: 13px;
}

.cv-entry .cv-date {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  text-align: right;
  text-transform: uppercase;
}

.cv-entry ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.cv-entry li {
  margin: 6px 0;
  font-size: 13px;
  line-height: 1.55;
}

.cv-pub {
  margin: 14px 0;
  font-size: 13px;
  line-height: 1.5;
}

.cv-pub a {
  color: var(--green);
}

.cv-skills {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 10px 20px;
  font-size: 13px;
}

.cv-skills dt {
  font-weight: 600;
}

.cv-skills dd {
  margin: 0;
  color: var(--muted);
}

.cv-controls {
  width: min(940px, calc(100vw - 40px));
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin: 30px auto 0;
}

.cv-controls p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1050px) {
  :root {
    --shell: min(100% - 40px, 920px);
  }

  .primary-nav {
    gap: 18px;
  }

  .hero-grid,
  .section-header,
  .experience-grid,
  .skills-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    max-width: 680px;
  }

  .section-header > p {
    max-width: 660px;
  }

  .case-study,
  .case-study-reverse,
  .progression-study {
    grid-template-columns: 1fr;
  }

  .adi-feature,
  .poster-grid {
    grid-template-columns: 1fr;
  }

  .poster-media {
    height: 540px;
  }

  .conference-archive {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .case-study-reverse .case-copy,
  .case-study-reverse .evidence-panel {
    order: initial;
  }

  .case-number {
    margin-bottom: 0;
  }

  .case-copy h3 {
    margin-top: 36px;
  }

  .evidence-panel {
    min-height: 520px;
  }

  .pipeline-panel {
    min-height: 410px;
  }

  .experience-intro {
    position: static;
    max-width: 720px;
  }

  .skill-groups {
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  .primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav .nav-cta {
    margin-top: 12px;
    justify-content: center;
    border-bottom: 0;
  }

  .primary-nav a[aria-current="location"]:not(.nav-cta)::after {
    bottom: 0;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .positioning-grid,
  .education-awards {
    grid-template-columns: 1fr;
  }

  .publication-item {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .pub-type {
    grid-column: 1;
    grid-row: 2;
  }

  .pub-main {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .conference-archive {
    grid-template-columns: 1fr;
  }

  .adi-gallery-row {
    grid-template-columns: 1fr;
  }

  .adi-gallery-row figure:last-child {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .adi-gallery-row figure:last-child img {
    height: auto;
  }

  .poster-media {
    height: 480px;
  }

  .beyond-item {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .compact-tags {
    grid-column: 2;
    justify-content: flex-start;
  }

  .skill-group {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100dvw - 28px);
    --section-space: 80px;
  }

  .shell {
    width: calc(100dvw - 28px);
    max-width: calc(100dvw - 28px);
  }

  body {
    font-size: 16px;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 11.8vw, 49px);
    letter-spacing: -.05em;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .hero-lede {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-copy,
  .hero-proof,
  .profile-row,
  .research-path {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .profile-row {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .profile-row h2 {
    font-size: 18px;
  }

  .research-path {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .research-path > div:not(.path-arrow) {
    grid-template-columns: 28px 80px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
  }

  .research-path span {
    margin: 0;
  }

  .research-path small {
    margin: 0;
  }

  .path-arrow {
    display: none;
  }

  .proof-stats div {
    min-height: 112px;
    padding: 18px 12px;
  }

  .proof-stats dt {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .section-rule {
    padding: 62px 0;
  }

  .positioning-copy > p {
    font-size: 17px;
  }

  .case-copy,
  .evidence-panel {
    padding: 28px 22px;
  }

  .adi-story,
  .poster-copy {
    padding: 28px 22px;
  }

  .adi-story h3 {
    font-size: 39px;
  }

  .adi-gallery {
    padding: 10px;
  }

  .adi-gallery-main figcaption {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .poster-media {
    height: auto;
    grid-template-columns: 1fr;
  }

  .poster-preview {
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .poster-preview img {
    height: auto;
  }

  .poster-photo {
    height: 360px;
  }

  .adi-gallery figcaption span {
    font-size: 13px;
  }

  .poster-links a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .case-copy h3 {
    font-size: 39px;
  }

  .case-facts div {
    grid-template-columns: 82px 1fr;
  }

  .evidence-panel {
    min-height: 500px;
  }

  .metric-row {
    grid-template-columns: 1fr 54px;
    gap: 6px 14px;
  }

  .metric-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .metric-row > strong {
    grid-column: 2;
    grid-row: 1;
  }

  .pipeline-panel {
    min-height: auto;
  }

  .pipeline-steps {
    grid-template-columns: 1fr;
  }

  .pipeline-steps li {
    min-height: 130px;
    border-right: 0;
    border-bottom: 1px solid #bdc9d5;
  }

  .pipeline-steps li:not(:last-child)::after {
    right: 26px;
    bottom: -13px;
    transform: rotate(90deg);
  }

  .pipeline-result {
    grid-template-columns: 1fr;
  }

  .pipeline-result strong {
    grid-column: 1;
    grid-row: auto;
    margin: 12px 0;
  }

  .publication-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pub-type,
  .pub-main {
    grid-column: 1;
    grid-row: auto;
  }

  .conference-archive li,
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .beyond-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .compact-tags {
    grid-column: 1;
  }

  .education-awards {
    margin-top: 70px;
  }

  .credential-block {
    padding: 26px 20px;
  }

  .button-light {
    min-width: 0;
    font-size: 12px;
  }

  .footer-grid {
    display: grid;
  }

  .cv-main {
    width: calc(100dvw - 28px);
    margin-top: 10px;
    padding: 28px 20px;
  }

  .cv-controls {
    width: calc(100dvw - 28px);
  }

  .cv-topline,
  .cv-controls {
    align-items: flex-start;
    flex-direction: column;
  }

  .cv-contact {
    justify-items: start;
    font-size: 13px;
    overflow-wrap: anywhere;
    text-align: left;
  }

  .cv-controls .button {
    width: 100%;
  }

  .cv-title h1 {
    font-size: 40px;
  }

  .cv-entry {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cv-entry .cv-date {
    grid-row: 1;
    text-align: left;
  }

  .cv-skills {
    grid-template-columns: 1fr;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .js-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  @page {
    size: A4;
    margin: 13mm 14mm;
  }

  body,
  .cv-page {
    background: #fff;
    color: #000;
    font-size: 9.5pt;
  }

  .cv-page .site-header,
  .cv-controls,
  .site-footer,
  .skip-link {
    display: none !important;
  }

  .cv-main {
    width: auto;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  .cv-title h1 {
    font-size: 29pt;
  }

  .cv-summary {
    margin: 14px 0 17px;
    font-size: 10.2pt;
  }

  .cv-section {
    margin-top: 14px;
    break-inside: auto;
  }

  .cv-section > h2 {
    margin-bottom: 6px;
    color: #000;
    font-size: 8.4pt;
    break-after: avoid;
  }

  .cv-pub {
    margin: 5px 0;
    line-height: 1.36;
  }

  .cv-entry {
    margin-top: 11px;
    break-inside: avoid;
  }

  .cv-entry h3 {
    font-size: 10.5pt;
  }

  .cv-entry li,
  .cv-pub,
  .cv-skills {
    font-size: 8.7pt;
  }

  a {
    color: #000 !important;
    text-decoration: none;
  }
}
