@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  color-scheme: dark;
  --bg: #101113;
  --surface: #171a20;
  --text: #f0f2f5;
  --muted: #a7aebb;
  --line: #303640;
  --blue: #86aaff;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font: 1rem/1.7 var(--body);
  -webkit-font-smoothing: antialiased;
}
p,
h1,
h2,
h3 {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--blue);
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 6px;
}
::selection {
  color: var(--bg);
  background: var(--blue);
}
.site-shell {
  max-width: 1450px;
  margin: auto;
  padding: 0 6%;
}
.header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 2rem;
}
.wordmark {
  font: 600 1.5rem var(--display);
  letter-spacing: -0.075em;
}
nav {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
nav a:last-child {
  color: var(--blue);
}
.eyebrow,
.micro,
.card-index,
.technology-line,
.prong-tech {
  font-family: var(--display);
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.separator {
  padding: 0 0.6rem;
  color: #525e70;
}
.muted {
  color: var(--muted);
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(240px, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  padding: 4rem 0;
  align-items: center;
}
.hero .eyebrow {
  color: var(--blue);
}
h1 {
  font: 500 clamp(2.7rem, 5.8vw, 5.2rem) / 1.06 var(--display);
  letter-spacing: -0.065em;
  margin: 1.35rem 0 1.4rem;
}
.hero-description {
  max-width: 37rem;
  color: #c3c9d3;
  font-size: 1.05rem;
}
.hero-profile {
  display: grid;
  width: 260px;
  max-width: 100%;
  gap: 1rem;
  justify-items: start;
  text-align: left;
}
.headshot {
  display: block;
  width: 176px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.role-note {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}
.profile-name {
  font-size: 1.375rem;
  font-weight: 500;
}
.role-note .profile-location {
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.profile-role {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  font-size: 0.875rem;
  color: #c6ccd7;
}
.profile-role span {
  white-space: nowrap;
}
.profile-tenure {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--muted);
}
.section {
  padding: 4.25rem 0;
  border-top: 1px solid var(--line);
}
.section-heading {
  margin-bottom: 2rem;
}
.section-number {
  color: var(--blue);
  margin-right: 1.25rem;
}
.heading-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-top: 1rem;
}
h2 {
  font: 500 clamp(2rem, 3.5vw, 3.2rem) / 1.15 var(--display);
  letter-spacing: -0.055em;
}
.heading-row > p {
  font-size: 0.9375rem;
  color: var(--muted);
}
.fleet-panel {
  border: 1px solid var(--line);
  background: linear-gradient(115deg, #1d2534, #171a20);
  padding: 2rem 2.5rem;
}
.fleet-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.fleet-metrics > div {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #465065;
  padding-left: 2rem;
}
.fleet-metrics > div:first-child {
  border: 0;
  padding: 0;
}
.fleet-metrics strong {
  font: 500 clamp(2.6rem, 4.6vw, 4.2rem) / 1 var(--display);
  letter-spacing: -0.055em;
}
.fleet-metrics strong span {
  color: var(--blue);
}
.fleet-metrics div > span {
  font-size: 0.875rem;
  color: #bfc7d6;
  margin-top: 0.65rem;
}
.fleet-models {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: var(--muted);
}
.infra-work {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  margin-top: 2.7rem;
}
.card-index {
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.03em;
}
h3 {
  font: 500 1.7rem/1.2 var(--display);
  letter-spacing: -0.045em;
}
.infra-work h3 {
  margin: 1rem 0;
}
.infra-work article > p:not(.card-index) {
  font-size: 0.9375rem;
  color: var(--muted);
}
details {
  margin-top: 1.25rem;
  border-top: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  cursor: pointer;
  color: #dce4f2;
}
summary::-webkit-details-marker {
  display: none;
}
summary:hover {
  color: var(--blue);
}
summary > span {
  font: 400 1.25rem var(--display);
  color: var(--blue);
  flex-shrink: 0;
  transition: transform 0.2s;
}
details[open] > summary > span {
  transform: rotate(45deg);
}
.detail-body {
  padding: 0 0 1.2rem;
  color: var(--muted);
  font-size: 0.9375rem;
}
.detail-body p + p {
  margin-top: 0.8rem;
}
.detail-body .outcome {
  color: #d8e2f4;
  border-left: 2px solid var(--blue);
  padding-left: 1rem;
}
.detail-body code {
  font-size: 0.85em;
  overflow-wrap: anywhere;
  color: #d8e2f4;
}
.aws-footnotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.aws-footnotes .eyebrow {
  font-size: 0.6875rem;
  color: var(--blue);
}
.aws-footnotes p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 0.5rem;
}
.technology-line {
  font-size: 0.75rem;
  line-height: 2;
  color: var(--muted);
  margin-top: 2rem;
}
.systems-section {
  padding-bottom: 3rem;
}
.branch-root {
  display: flex;
  justify-content: center;
  margin: 2.7rem 0 0;
  position: relative;
  padding-bottom: 2.3rem;
}
.branch-root span {
  border: 1px solid #526581;
  background: #1a2230;
  padding: 0.7rem 1.75rem;
  font: 500 0.875rem var(--display);
  z-index: 1;
}
.branch-root::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2.3rem;
  width: 1px;
  background: #465775;
}
.prong-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  position: relative;
}
.prong-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24%;
  right: 24%;
  height: 1px;
  background: #465775;
}
.prong {
  position: relative;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 2rem;
  margin-top: 1.5rem;
  min-width: 0;
}
.prong:nth-child(-n + 2)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.5rem;
  height: 1.5rem;
  width: 1px;
  background: #465775;
}
.prong-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.prong-symbol {
  color: var(--blue);
  font: 500 1.7rem/1 var(--display);
}
.prong h3 {
  font-size: 2rem;
}
.prong-lead {
  font-size: 1rem;
  color: #d3d9e3;
  margin-top: 0.8rem;
  max-width: 31rem;
}
.prong ul {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0;
  color: var(--muted);
  font-size: 0.9375rem;
}
.prong li {
  position: relative;
  padding-left: 1.1rem;
  margin-top: 0.8rem;
}
.prong li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #667d9e;
}
.prong details + details {
  margin-top: 0;
}
.prong-tech {
  font-size: 0.75rem;
  color: var(--muted);
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  margin-top: 0.5rem;
}
.lab-section {
  padding: 2rem 0 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.lab-section .eyebrow {
  color: var(--muted);
  font-size: 0.6875rem;
}
.lab-section h2 {
  font-size: 1.5rem;
  margin: 0.6rem 0;
}
.lab-section p:not(.eyebrow) {
  font-size: 0.9375rem;
  color: var(--muted);
  max-width: 38rem;
}
.text-link {
  font-size: 0.875rem;
  border-bottom: 1px solid #61718a;
  padding-bottom: 0.5rem;
  flex-shrink: 0;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: end;
  gap: 3rem;
  margin-top: 1.5rem;
}
.contact-layout h2 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
}
.email-link {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #59677d;
  padding-bottom: 1rem;
  overflow-wrap: anywhere;
}
.social-links {
  display: flex;
  gap: 2rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
  color: var(--muted);
  font-size: 0.75rem;
}
.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;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  background: var(--blue);
  color: #101113;
  padding: 0.7rem 1rem;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
@media (min-width: 1100px) {
  .prong-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
  .prong-grid::before {
    left: 12%;
    right: 12%;
  }
  .prong {
    padding: 1.4rem;
  }
  .prong::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1.5rem;
    height: 1.5rem;
    width: 1px;
    background: #465775;
  }
  .prong h3 {
    font-size: 1.6rem;
  }
  .prong-top {
    align-items: start;
  }
  .prong-top .card-index {
    text-align: right;
  }
}
@media (min-width: 761px) and (max-width: 1099px) {
  .prong-grid::before,
  .prong:nth-child(-n + 2)::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) 205px;
  }
  .infra-work {
    gap: 1.5rem;
  }
  .infra-work h3 {
    font-size: 1.45rem;
  }
  .prong {
    padding: 1.5rem;
  }
  .heading-row {
    align-items: start;
  }
  .heading-row > p {
    font-size: 0.875rem;
    min-width: 200px;
  }
  .lab-section {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 760px) {
  .site-shell {
    padding: 0 6%;
  }
  .header {
    height: auto;
    min-height: 80px;
    gap: 1rem;
    padding: 1rem 0;
  }
  nav {
    gap: 0.6rem 1rem;
    font-size: 0.8125rem;
    justify-content: end;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    padding: 2.5rem 0;
  }
  h1 {
    font-size: clamp(2.5rem, 7.8vw, 3.6rem);
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-profile {
    width: 100%;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
    justify-items: start;
    text-align: left;
  }
  .profile-role {
    margin-top: 0.6rem;
    padding-top: 0;
    border-top: 0;
  }
  .section {
    padding: 3rem 0;
  }
  .heading-row {
    display: block;
  }
  .heading-row > p {
    margin-top: 1rem;
  }
  .heading-row > p br {
    display: none;
  }
  .fleet-panel {
    padding: 1.5rem;
  }
  .fleet-metrics {
    gap: 1rem;
  }
  .fleet-metrics > div {
    padding-left: 1rem;
  }
  .fleet-metrics strong {
    font-size: 2.6rem;
  }
  .fleet-metrics div > span {
    font-size: 0.75rem;
  }
  .infra-work {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .infra-work article + article {
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
  }
  .infra-work h3 {
    font-size: 1.7rem;
  }
  .infra-work h3 br {
    display: none;
  }
  .aws-footnotes {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.7rem;
  }
  .prong-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .prong {
    margin-top: 0;
    padding: 1.5rem;
  }
  .prong-grid::before,
  .prong:nth-child(-n + 2)::before {
    display: none;
  }
  .prong h3 {
    font-size: 1.8rem;
  }
  .branch-root {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .branch-root::after {
    height: 1.5rem;
  }
  .lab-section {
    padding: 0 0 3rem;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .contact-layout h2 {
    font-size: 2.5rem;
  }
  .footer > span {
    display: none;
  }
}
@media (max-width: 390px) {
  .header {
    align-items: start;
  }
  .wordmark {
    font-size: 1.25rem;
  }
  nav {
    column-gap: 0.8rem;
    max-width: 235px;
  }
  .fleet-panel {
    padding: 1.1rem;
  }
  .fleet-metrics {
    gap: 0.7rem;
  }
  .fleet-metrics > div {
    padding-left: 0.7rem;
  }
  .fleet-metrics strong {
    font-size: 2.15rem;
  }
  .fleet-metrics div > span {
    font-size: 0.75rem;
  }
  .prong {
    padding: 1.2rem;
  }
  .prong-top .card-index {
    font-size: 0.6875rem;
  }
  .email-link {
    font-size: 0.875rem;
  }
  .contact-layout h2 {
    font-size: 2.25rem;
  }
}

.project-panel {
  padding: 2rem 0 4rem;
}
.project-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}
.project-heading .eyebrow {
  color: var(--muted);
}
.project-heading h3 {
  font: 500 clamp(2rem, 3.5vw, 3.2rem) / 1.15 var(--display);
  letter-spacing: -0.055em;
  margin-top: 1rem;
}
.project-description {
  max-width: 38rem;
  color: var(--muted);
  margin: 1.4rem 0 2rem;
}
.pipeline-node {
  font-family: var(--body);
  cursor: pointer;
}
.pipeline-node:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 5px;
}
.architecture {
  border: 1px solid var(--line);
  background: #14161a;
  padding: 1.5rem 2rem 0;
}
.diagram-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}
.diagram-heading .micro {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}
.pipeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
  gap: 0.65rem;
}
.pipeline-node {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  color: var(--text);
  padding: 1.25rem 1rem;
  background: #1b1e24;
  border: 1px solid #363e4b;
  text-align: left;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
}
.pipeline-node:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
}
.pipeline-node.active {
  border-color: var(--blue);
  background: #1d2a44;
}
.node-number {
  font-family: var(--display);
  position: absolute;
  right: 0.75rem;
  top: 0.6rem;
  font-size: 0.75rem;
  color: var(--muted);
}
.node-icon {
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--blue);
  margin-bottom: 1rem;
}
.pipeline-node strong {
  font-weight: 500;
  font-size: 1rem;
}
.pipeline-node > span:last-child {
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.3rem;
}
.connector {
  color: #6f89b7;
  font-size: 1.1rem;
}
.stage-detail {
  display: grid;
  grid-template-columns: 1fr 2.7fr;
  gap: 0.65rem 2rem;
  border-top: 1px solid var(--line);
  padding: 1.7rem 0;
  min-height: 155px;
}
.stage-detail .eyebrow {
  color: var(--blue);
  font-size: 0.75rem;
  padding-top: 0.25rem;
}
.stage-detail p {
  color: #c1c6d0;
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 43rem;
}
.stage-detail .micro {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0;
}
.project-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  color: var(--muted);
}
.project-footer .micro {
  font-size: 0.75rem;
  letter-spacing: 0.01em;
}

@media (max-width: 760px) {
  .project-heading {
    flex-direction: column;
    align-items: start;
    gap: 1.2rem;
  }
  .architecture {
    padding: 1.3rem 1.3rem 0;
  }
  .diagram-heading {
    flex-direction: column;
    gap: 0.25rem;
  }
  .stage-detail {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .stage-detail .micro {
    grid-column: 1;
  }
  .project-footer {
    flex-direction: column;
    gap: 0.3rem;
  }
}
@media (max-width: 600px) {
  .pipeline {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.5rem 0;
  }
  .pipeline-node {
    width: 100%;
    padding: 1rem 1.25rem;
  }
  .node-icon {
    margin-bottom: 0.45rem;
  }
  .connector {
    transform: rotate(90deg);
    line-height: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
