:root {
  --paper: #f4f5f0;
  --paper-soft: #fafbf7;
  --ink: #121511;
  --ink-soft: #4d514b;
  --green: #214e3b;
  --green-light: #cde2d1;
  --red: #e44c34;
  --blue: #2a61d8;
  --line: rgba(18, 21, 17, 0.2);
  --line-strong: rgba(18, 21, 17, 0.52);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --frame: min(1540px, calc(100% - 72px));
  --nav-height: 72px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  z-index: 120;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--paper-soft);
  font-family: var(--mono);
  font-size: 11px;
  transform: translateY(-160%);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

button,
input {
  font: inherit;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}

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

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.scroll-meter {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
}

.scroll-meter span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
}

.section-frame {
  width: var(--frame);
  margin: 0 auto;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--nav-height);
  padding: 0 36px;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 245, 240, 0.9);
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  justify-self: start;
  font-weight: 700;
}

.wordmark__mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--green);
  color: var(--paper-soft);
  font-family: var(--mono);
  font-size: 12px;
}

.wordmark__name {
  font-size: 14px;
}

.site-nav__links {
  display: flex;
  gap: 34px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.site-nav__links a,
.nav-resume {
  position: relative;
}

.site-nav__links a::after,
.nav-resume::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.site-nav__links a:hover::after,
.nav-resume:hover::after,
.site-nav__links a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-nav__links a.is-active {
  color: var(--green);
}

.nav-resume {
  justify-self: end;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 1px;
  margin: 7px auto;
  background: var(--ink);
  transition: transform 220ms ease;
}

.hero {
  position: relative;
  height: calc(100svh - var(--nav-height) - 18px);
  min-height: 730px;
  max-height: 860px;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.hero::before,
.evidence::before,
.selected-work::before,
.process::before,
.contact::before {
  position: absolute;
  top: 28px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--green);
  letter-spacing: 0.08em;
  content: attr(data-section) " / 06";
}

.hero::before,
.evidence::before,
.selected-work::before,
.process::before,
.contact::before {
  left: 28px;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  align-items: center;
  min-height: calc(100% - 52px);
  padding: 48px 5.5% 26px;
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding-right: 5%;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(62px, 5.25vw, 82px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 em {
  display: block;
  color: var(--green);
  font-family: var(--serif);
  font-size: 1.08em;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0;
}

.hero__intro {
  max-width: 650px;
  margin-bottom: 24px;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.6;
  text-wrap: pretty;
}

.hero__modes {
  display: grid;
  max-width: 670px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.hero__modes > div {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 1px;
  padding: 12px 12px 12px 16px;
  border-right: 1px solid var(--line);
  transition: background 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero__modes > div:last-child {
  border-right: 0;
}

.hero__modes > div:hover {
  background: rgba(205, 226, 209, 0.48);
}

.hero__modes span {
  position: absolute;
  top: 12px;
  left: 5px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 7px;
}

.hero__modes strong {
  font-size: 11px;
  font-weight: 700;
}

.hero__modes small {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.command {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 18px;
  border: 1px solid var(--ink);
  font-size: 13px;
  font-weight: 700;
  transition: color 220ms cubic-bezier(0.2, 0.8, 0.2, 1), background 220ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.command:hover {
  transform: translateY(-3px);
}

.command span {
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.command:hover span {
  transform: translate(2px, -2px);
}

.command--primary {
  background: var(--ink);
  color: var(--paper-soft);
}

.command--primary:hover {
  background: var(--green);
}

.command--quiet:hover {
  background: var(--green-light);
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.availability__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(33, 78, 59, 0.4);
  animation: pulse 2.4s infinite;
}

@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgba(33, 78, 59, 0); }
  100% { box-shadow: 0 0 0 0 rgba(33, 78, 59, 0); }
}

.hero__portrait {
  position: relative;
  min-width: 0;
}

.portrait-stage {
  position: relative;
  width: min(100%, 610px);
  aspect-ratio: 0.9;
  margin-left: auto;
  border: 1px solid var(--line-strong);
  background-color: #e7eee5;
  background-image:
    linear-gradient(rgba(33, 78, 59, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 78, 59, 0.09) 1px, transparent 1px);
  background-size: 56px 56px;
  box-shadow: 18px 18px 0 rgba(33, 78, 59, 0.07);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 160ms ease-out;
}

.portrait-stage::before {
  position: absolute;
  z-index: 1;
  right: -10%;
  bottom: -8%;
  width: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(104, 137, 111, 0.64);
  content: "";
}

.portrait-stage::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 31%;
  width: 1px;
  height: 100%;
  background: rgba(33, 78, 59, 0.18);
  content: "";
}

.portrait-stage img {
  position: absolute;
  z-index: 3;
  right: -2%;
  bottom: -1%;
  width: 104%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(0.9) contrast(1.02);
}

.portrait-coordinate {
  position: absolute;
  z-index: 5;
  top: 24px;
  left: 24px;
  display: grid;
  gap: 1px;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--green);
}

.portrait-orbit {
  position: absolute;
  z-index: 2;
  right: -12%;
  bottom: 3%;
  width: 78%;
  aspect-ratio: 1;
  border: 1px dashed rgba(33, 78, 59, 0.34);
  border-radius: 50%;
}

.portrait-orbit::after {
  position: absolute;
  top: 16%;
  left: 7%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--green);
  background: #e7eee5;
  content: "";
}

.portrait-register {
  position: absolute;
  z-index: 5;
  left: 24px;
  width: 18px;
  height: 18px;
}

.portrait-register::before,
.portrait-register::after {
  position: absolute;
  background: rgba(33, 78, 59, 0.54);
  content: "";
}

.portrait-register::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 1px;
}

.portrait-register::after {
  top: 0;
  left: 8px;
  width: 1px;
  height: 18px;
}

.portrait-register--top {
  top: 72px;
}

.portrait-register--bottom {
  bottom: 24px;
}

.portrait-label {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  display: grid;
  min-width: 70%;
  gap: 4px;
  padding: 16px 18px;
  background: rgba(19, 62, 46, 0.96);
  color: var(--paper-soft);
}

.portrait-label span {
  font-family: var(--mono);
  font-size: 9px;
  color: #a8c6b1;
  text-transform: uppercase;
}

.portrait-label strong {
  font-size: 12px;
}

.hero__foot {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 28px;
}

.hero__foot span {
  padding: 16px 0;
  font-family: var(--mono);
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.hero__foot i {
  height: 1px;
  background: var(--line);
}

.evidence,
.selected-work,
.process,
.contact {
  position: relative;
  padding: 116px 4.5% 110px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
  gap: 9%;
  align-items: end;
  margin-bottom: 74px;
}

.section-heading h2,
.process__intro h2,
.library-head h2,
.contact h2 {
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading > p,
.process__intro > p:last-child {
  margin-bottom: 4px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.evidence__metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}

.proof-card {
  min-height: 250px;
  padding: 34px 28px 28px;
  border-right: 1px solid var(--line);
}

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

.proof-card__index,
.archive-row__index,
.case-study__index {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--green);
}

.proof-card__value {
  display: block;
  margin: 34px 0 14px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1;
}

.proof-card h3 {
  margin-bottom: 14px;
  font-size: 15px;
}

.proof-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.route-line {
  display: flex;
  align-items: center;
  padding: 70px 2% 48px;
}

.route-line__node {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.route-line__node span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
}

.route-line__segment {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0 16px;
  background: var(--line-strong);
}

.route-line__segment::after {
  position: absolute;
  top: -3px;
  right: 0;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent var(--line-strong);
  content: "";
}

.capability-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--green);
}

.capability-rail span {
  padding: 20px;
  border-right: 1px solid var(--green);
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.capability-rail span:last-child {
  border-right: 0;
}

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

.case-study {
  display: grid;
  grid-template-columns: minmax(360px, 0.83fr) minmax(0, 1.17fr);
  gap: 5%;
  align-items: center;
  min-height: 650px;
  padding: 74px 0;
  border-bottom: 1px solid var(--line-strong);
}

.case-study:nth-child(even) .case-study__copy {
  order: 2;
}

.case-study:nth-child(even) .case-study__visual {
  order: 1;
}

.case-study__index {
  display: block;
  margin-bottom: 32px;
}

.case-study__copy h3 {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 46px;
  line-height: 1.05;
}

.case-study__impact {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.case-study__result {
  margin-bottom: 30px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.8;
  text-transform: uppercase;
}

.case-study__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 30px;
}

.stack-pill {
  padding: 6px 9px;
  border: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

.text-link:hover {
  color: var(--red);
}

.case-study__visual {
  position: relative;
  min-width: 0;
}

.visual-window {
  position: relative;
  min-height: 450px;
  border: 1px solid var(--line-strong);
  background: var(--paper-soft);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.case-study:hover .visual-window {
  box-shadow: 18px 22px 0 rgba(33, 78, 59, 0.07);
  transform: translateY(-8px);
}

.visual-window__bar {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  border-bottom: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.visual-window__dots {
  display: flex;
  gap: 5px;
}

.visual-window__dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--line-strong);
}

.treasury-flow {
  display: grid;
  min-height: 414px;
  grid-template-columns: 0.8fr 1fr 0.8fr;
  align-items: center;
  gap: 20px;
  padding: 36px;
  background: linear-gradient(rgba(33, 78, 59, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(33, 78, 59, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
}

.document-stack,
.report-stack {
  position: relative;
  height: 230px;
}

.document-stack span,
.report-stack span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: var(--paper-soft);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.document-stack span:nth-child(1),
.report-stack span:nth-child(1) { transform: translate(-12px, 12px); }
.document-stack span:nth-child(2),
.report-stack span:nth-child(2) { transform: translate(-6px, 6px); }

.pipeline-core {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
}

.pipeline-core::before,
.pipeline-core::after {
  position: absolute;
  top: 50%;
  width: 34%;
  height: 1px;
  background: var(--red);
  content: "";
}

.pipeline-core::before { left: -12%; }
.pipeline-core::after { right: -12%; }

.pipeline-core__node {
  position: relative;
  z-index: 2;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: var(--green);
  color: white;
  text-align: center;
  animation: node-breathe 3.8s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

@keyframes node-breathe {
  0%, 100% { box-shadow: 0 0 0 0 rgba(33, 78, 59, 0); }
  50% { box-shadow: 0 0 0 12px rgba(33, 78, 59, 0.08); }
}

.pipeline-core__node strong {
  font-size: 14px;
}

.pipeline-core__node span {
  font-family: var(--mono);
  font-size: 9px;
}

.system-map {
  position: relative;
  min-height: 414px;
  padding: 40px;
  background: #eef2eb;
}

.system-map__service {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: var(--green);
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
}

.system-map__service strong { font-size: 18px; }
.system-map__service small { font-family: var(--mono); font-size: 9px; }

.system-map__node {
  position: absolute;
  display: grid;
  width: 150px;
  min-height: 78px;
  place-items: center;
  border: 1px solid var(--line-strong);
  background: var(--paper-soft);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.system-map__node::after {
  position: absolute;
  z-index: -1;
  width: 92px;
  height: 1px;
  background: var(--red);
  content: "";
}

.system-map__node--monday { top: 36px; left: 35px; }
.system-map__node--qbt { right: 35px; top: 36px; }
.system-map__node--expensify { left: 35px; bottom: 36px; }
.system-map__node--logs { right: 35px; bottom: 36px; }
.system-map__node--monday::after { top: 78px; left: 110px; transform: rotate(31deg); }
.system-map__node--qbt::after { top: 78px; right: 110px; transform: rotate(-31deg); }
.system-map__node--expensify::after { bottom: 78px; left: 110px; transform: rotate(-31deg); }
.system-map__node--logs::after { right: 110px; bottom: 78px; transform: rotate(31deg); }

.healthcare-showcase {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(rgba(33, 78, 59, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 78, 59, 0.08) 1px, transparent 1px),
    #dfe8e0;
  background-size: 42px 42px;
}

.healthcare-showcase::before {
  position: absolute;
  top: 56px;
  left: 58px;
  width: 64%;
  height: 62%;
  border: 1px solid rgba(33, 78, 59, 0.3);
  content: "";
}

.healthcare-showcase__provider {
  position: absolute;
  top: 36px;
  left: 34px;
  width: 73%;
  min-height: 360px;
  border: 1px solid rgba(18, 21, 17, 0.55);
  background: var(--paper-soft);
  box-shadow: 18px 20px 0 rgba(33, 78, 59, 0.12);
}

.healthcare-surface__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
}

.healthcare-surface__head span {
  font-size: 16px;
  font-weight: 800;
}

.healthcare-surface__head small,
.healthcare-showcase__mobile small {
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0;
}

.healthcare-surface__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.healthcare-surface__stats div {
  display: grid;
  gap: 4px;
  padding: 22px 24px;
  border-right: 1px solid var(--line);
}

.healthcare-surface__stats div:last-child {
  border-right: 0;
}

.healthcare-surface__stats strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.healthcare-surface__stats span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.healthcare-surface__queue {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 10px 24px 24px;
}

.healthcare-surface__queue span,
.healthcare-surface__queue i {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}

.healthcare-surface__queue i {
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  font-style: normal;
  text-align: right;
}

.healthcare-showcase__mobile {
  position: absolute;
  right: 26px;
  bottom: 24px;
  width: 192px;
  min-height: 374px;
  padding: 30px 20px 20px;
  border: 7px solid var(--ink);
  border-radius: 24px;
  background: #f8f9f5;
  box-shadow: 0 18px 40px rgba(18, 21, 17, 0.2);
}

.healthcare-mobile__speaker {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 42px;
  height: 4px;
  border-radius: 999px;
  background: var(--ink);
  transform: translateX(-50%);
}

.healthcare-showcase__mobile > strong {
  display: block;
  margin: 8px 0 18px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.healthcare-mobile__progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 22px;
}

.healthcare-mobile__progress i {
  height: 3px;
  background: var(--line-strong);
}

.healthcare-mobile__progress i:nth-child(-n + 3) {
  background: var(--green);
}

.healthcare-showcase__mobile ol {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.healthcare-showcase__mobile li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
}

.healthcare-showcase__mobile li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
}

.healthcare-showcase__mobile button {
  width: 100%;
  margin-top: 26px;
  padding: 12px;
  border: 0;
  background: var(--green);
  color: white;
  font: 700 10px var(--sans);
  pointer-events: none;
}

.process {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 9%;
  padding-top: 130px;
}

.process__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.process__intro h2 {
  margin-bottom: 30px;
}

.process__body {
  min-width: 0;
}

.process-route {
  position: relative;
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
}

.process-route::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 1px;
  background: var(--red);
  content: "";
}

.process-route li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 22px;
  min-height: 124px;
}

.process-route li > span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  background: var(--paper);
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
}

.process-route strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.process-route p {
  max-width: 540px;
  color: var(--ink-soft);
  font-size: 14px;
}

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

.experience-track__label {
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

.experience-track article {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 5px 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.experience-track time {
  grid-row: 1 / 4;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--green);
}

.experience-track h3 {
  margin: 0;
  font-size: 18px;
}

.experience-track p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.experience-track article > span {
  color: var(--ink-soft);
  font-size: 13px;
}

.project-library {
  position: relative;
  padding: 100px 0 0;
  background: #07100d;
  color: #edf2eb;
}

.project-library::before {
  position: absolute;
  top: 30px;
  left: max(36px, calc((100% - min(1540px, calc(100% - 72px))) / 2 + 28px));
  color: #81a98b;
  font-family: var(--mono);
  font-size: 11px;
  content: attr(data-section) " / 06";
}

.library-head {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 0.52fr);
  gap: 8%;
  align-items: end;
  padding: 50px 0 58px;
}

.library-head .eyebrow {
  color: #78b384;
}

.library-head h2 {
  max-width: 760px;
  font-family: var(--serif);
  font-size: 70px;
  font-weight: 500;
}

.library-head h2 em {
  color: #75aa7c;
  font-weight: 500;
}

.library-head__search label {
  display: block;
  margin-bottom: 10px;
  color: #90a097;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #456351;
  padding: 0 14px;
}

.search-box input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #edf2eb;
  font-family: var(--mono);
  font-size: 11px;
}

.search-box input::placeholder {
  color: #728178;
}

.library-toolbar {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #2d4537;
  border-bottom: 1px solid #2d4537;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.filter-button {
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #9aa79f;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.filter-button:hover,
.filter-button.is-active {
  border-bottom-color: #79b184;
  color: #edf2eb;
}

.results-summary {
  min-width: max-content;
  margin: 0;
  color: #79b184;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.archive-list {
  border-bottom: 1px solid #2d4537;
}

.archive-row {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(380px, 1.12fr) auto;
  align-items: center;
  min-height: 88px;
  padding: 0 max(36px, calc((100% - min(1540px, calc(100% - 72px))) / 2));
  border-top: 1px solid #21352a;
  transition: background 200ms ease;
}

.archive-row:hover,
.archive-row.is-expanded {
  background: #0c1813;
}

.archive-row__primary {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
}

.archive-row__index {
  color: #73a77b;
}

.archive-row__title {
  font-family: var(--serif);
  font-size: 23px;
  transform: translateX(0);
  transition: color 220ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.archive-row:hover .archive-row__title,
.archive-row.is-expanded .archive-row__title {
  color: #a8d2af;
  transform: translateX(6px);
}

.archive-row__impact {
  padding-right: 30px;
  color: #9ba8a0;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.7;
}

.archive-row__toggle {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--red);
  cursor: pointer;
  font-size: 20px;
  transition: color 180ms cubic-bezier(0.2, 0.8, 0.2, 1), transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.archive-row:hover .archive-row__toggle {
  color: #ff6b50;
  transform: scale(1.14);
}

.archive-row.is-expanded .archive-row__toggle {
  transform: rotate(45deg);
}

.archive-row__detail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 360ms ease;
}

.archive-row.is-expanded .archive-row__detail {
  grid-template-rows: 1fr;
}

.archive-row__detail-inner {
  min-height: 0;
}

.archive-row__detail-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 4px 0 30px 52px;
  border-top: 1px solid #304a3a;
  border-bottom: 1px solid #304a3a;
}

.archive-row__detail-content section {
  padding: 24px;
  border-right: 1px solid #304a3a;
}

.archive-row__detail-content section:last-child {
  border-right: 0;
}

.archive-row__detail-content h4 {
  margin: 0 0 10px;
  color: #79b184;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.archive-row__detail-content p {
  margin: 0;
  color: #c3cbc5;
  font-size: 12px;
  line-height: 1.7;
}

.archive-row__detail-footer {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
}

.archive-row__detail-footer .stack-pill {
  border-color: #375443;
  color: #b9c8bd;
}

.archive-row__detail-footer a {
  margin-left: auto;
  color: #edf2eb;
  font-size: 11px;
  font-weight: 700;
}

.empty-state {
  margin: 0;
  padding: 60px;
  color: #9ba8a0;
  text-align: center;
}

.hidden {
  display: none;
}

.contact {
  min-height: 760px;
  padding-top: 130px;
  overflow: hidden;
}

.contact__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 9%;
  align-items: center;
}

.contact h2 {
  max-width: 700px;
  margin-bottom: 32px;
  font-size: 68px;
}

.contact h2 em {
  color: var(--red);
  font-style: normal;
}

.contact__copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: 18px;
}

.contact__availability {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px 20px;
  max-width: 570px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact__availability span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.contact__availability strong {
  font-size: 12px;
}

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

.contact__links a {
  display: grid;
  grid-template-columns: 42px 0.8fr 1.2fr 30px;
  gap: 14px;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid var(--line-strong);
  transition: padding 200ms ease, background 200ms ease;
}

.contact__links a:hover {
  padding-left: 14px;
  background: var(--green-light);
}

.contact__links a > span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 9px;
}

.contact__links strong {
  font-size: 25px;
}

.contact__links small {
  min-width: 0;
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact__links b {
  color: var(--green);
  font-size: 22px;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.contact__links a:hover b {
  transform: translate(4px, -4px);
}

.contact-route {
  position: relative;
  height: 120px;
  margin-top: 60px;
}

.contact-route span {
  position: absolute;
  top: 34px;
  left: 42%;
  width: 48%;
  height: 3px;
  background: var(--red);
}

.contact-route i {
  position: absolute;
  top: 26px;
  left: 88%;
  width: 20px;
  height: 20px;
  border: 3px solid var(--red);
  border-radius: 50%;
}

.contact-route b {
  position: absolute;
  top: 20px;
  right: 2%;
  color: var(--red);
  font-family: var(--mono);
  font-size: 10px;
  text-transform: uppercase;
}

footer {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
