@font-face {
  font-family: "Aileron";
  src: url("/fonts/WniWWHP7zjiUHNPaEJKAr4mkLeU.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("/fonts/PEryKV9aRXhJVWxTEtFEO8yCQ.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("/fonts/naqGPxyaD576zRnkynA5Myyno.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Aileron";
  src: url("/fonts/M4sENYHZlzFKSgOSTtMP9kYf034.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Tiny";
  src: url("/fonts/aIzPttHBaZBxGMQG0Vvzyok2dh8.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --deep-green: rgb(0 101 59);
  --mid-green: rgb(24 121 59);
  --paper: rgb(241 242 218);
  --ink: rgb(56 56 56);
  --acid: rgb(219 255 56);
  --red: rgb(207 29 29);
  --line: color-mix(in srgb, var(--deep-green) 22%, transparent);
  --body-font: "Aileron", "Helvetica Neue", sans-serif;
  --display-font: "Tiny", "Aileron", sans-serif;
  --page-gutter: clamp(1.25rem, 7vw, 6.25rem);
  --page-width: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button, a { font: inherit; }

a {
  color: inherit;
  text-decoration: none;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover, a:focus-visible { color: var(--mid-green); }

button:focus-visible, a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.page { min-height: 100svh; overflow: clip; }
.page--home { min-height: max(800px, 100svh); background: var(--deep-green); color: var(--paper); }
.page--paper { min-height: 800px; background: var(--paper); color: var(--deep-green); }

.home-layout { width: min(600px, calc(100% - 2.5rem)); margin: 0 auto; padding-top: 80px; }
.home-logo { width: 150px; height: 23px; margin: 0 0 50px; overflow: hidden; }
.home-logo img { display: block; width: 150px; height: 23px; }
.home-intro { width: 100%; margin: 0; }
.home-lede { margin: 0; font-size: 25px; line-height: 37.5px; letter-spacing: normal; }
.home-lede + .home-lede { margin-top: 20px; }
.home-lede--social { margin-top: 20px; font-size: 25px; }
.home-intro a { color: var(--paper); }
.home-intro a:hover, .home-intro a:focus-visible { color: var(--acid); }
.home-links { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-top: 20px; font-size: 25px; line-height: 37.5px; }
.home-links a { font-size: 22px; line-height: 33px; }
.home-links a { text-decoration: none; }
.home-links span { font-family: var(--body-font); font-size: 25px; line-height: 37.5px; }

.work-page, .resume-page { width: min(var(--page-width), calc(100% - (var(--page-gutter) * 2))); margin: 0 auto; }
.work-page { width: min(600px, calc(100% - 2.5rem)); padding: 150px 0 0; }
.eyebrow, .resume-kicker { font-family: var(--display-font); font-size: 0.95rem; letter-spacing: 0.03em; text-transform: uppercase; }
.eyebrow { margin: 0; }
.work-intro { max-width: none; margin: 0 0 43px; font-size: 25px; line-height: 37.5px; letter-spacing: normal; }
.work-intro p { margin: 0; }
.featured-work { display: block; }
.work-list, .skill-list, .education-list { list-style: none; padding: 0; margin: 0; }
.work-row { display: grid; grid-template-columns: 260px 200px 61px; column-gap: 39px; align-items: center; height: 47px; padding: 0; }
.work-category { grid-column: 2; grid-row: 1; margin: 0; color: var(--ink); font-family: var(--display-font); font-size: 16px; line-height: 19.2px; transform: translateY(-4.4px); }
.work-title { grid-column: 1; grid-row: 1; display: block; color: var(--deep-green); font-size: 25px; line-height: 37.5px; font-weight: 400; letter-spacing: normal; text-decoration: none; transform: translateY(-4.75px); }
.work-title:hover, .work-title:focus-visible { color: var(--red); }
.work-arrow { display: block; width: 61px; height: 37px; margin-left: 1px; color: var(--deep-green); font-family: var(--display-font); font-size: 34px; line-height: 40.8px; text-align: center; text-decoration: none; transform: translateY(-8px); }
.work-arrow:hover, .work-arrow:focus-visible { color: var(--red); }
.work-page-footer { display: flex; justify-content: center; margin-top: 124px; }
.work-home-arrow { display: flex; align-items: flex-start; justify-content: center; width: 50px; height: 50px; padding-top: 10.5px; border-radius: 50%; background: var(--deep-green); color: var(--paper); text-decoration: none; }
.work-home-arrow p { margin: 0; font-family: var(--display-font); font-size: 34px; line-height: 40.8px; }
.work-home-arrow:hover, .work-home-arrow:focus-visible { background: var(--mid-green); color: var(--paper); }
.back-link { color: var(--deep-green); text-decoration: none; }
.back-link:hover, .back-link:focus-visible { color: var(--red); }

.source-project-page { width: min(600px, calc(100% - 40px)); margin: 0 auto; padding-top: 150px; padding-bottom: 75px; }
.source-project-title { margin: 0; color: var(--deep-green); font-size: 42px; line-height: 63px; font-weight: 600; }
.source-project-category { margin: 10px 0 0; color: var(--ink); font-family: var(--display-font); font-size: 18px; line-height: 21.6px; }
.source-project-copy { margin-top: 20px; color: var(--deep-green); font-size: 12px; line-height: 18px; }
.source-project-copy p { margin: 0 0 18px; }
.source-project-copy p:last-child { margin-bottom: 0; }
.source-project-link { color: var(--deep-green); text-decoration: underline; text-underline-offset: 2px; }
.source-project-link:hover, .source-project-link:focus-visible { color: var(--red); }
.source-project-image, .source-project-video { display: block; width: 100%; height: auto; }
.source-project-video { object-fit: cover; }
.source-project-footer { display: flex; justify-content: center; margin-top: 75px; }
.source-project-arrow { flex: 0 0 50px; }

.assorted-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 10px; margin-top: 25px; }
.assorted-tile { min-width: 0; margin: 0; }
.assorted-tile--half { grid-column: span 2; margin-top: 24.4px; }
.assorted-tile--wide { grid-column: 1 / -1; margin-top: 19.4px; }
.assorted-tile figcaption, .source-project-figure figcaption { margin-top: 10px; color: var(--deep-green); font-size: 10px; line-height: 9.6px; }
.assorted-tile--half figcaption { margin-top: 10px; }
.source-project-page--assorted .source-project-footer { margin-top: 79.4px; }

.source-project-carousel { position: relative; width: 100%; height: 459px; margin-top: 20px; overflow: hidden; }
.source-project-carousel-track { display: flex; gap: 10px; height: 459px; transform: translateX(0); transition: transform 300ms ease; }
.source-project-carousel-track img { display: block; flex: 0 0 100%; width: 100%; height: 459px; object-fit: cover; }
.source-project-carousel-button { position: absolute; top: 209.5px; z-index: 1; width: 40px; height: 40px; border: 0; padding: 0; border-radius: 50%; background: rgb(0 0 0 / 20%); cursor: pointer; }
.source-project-carousel-button img { display: block; width: 40px; height: 40px; }
.source-project-carousel-button:hover, .source-project-carousel-button:focus-visible { background: rgb(0 0 0 / 35%); }
.source-project-carousel-button--previous { left: 20px; }
.source-project-carousel-button--next { right: 20px; }

.source-project-stack { margin-top: 326.984px; }
.source-project-figure { margin: 0; }
.source-project-stack .source-project-figure + .source-project-figure { margin-top: 10px; }
.source-project-stack .source-project-figure figcaption { margin-top: 10px; font-size: 12px; line-height: 18px; }

.source-project-hero-image { margin-top: 20px; }
.source-project-page--lhdbb .source-project-copy { margin-top: 10px; }
.lhdbb-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 20px; }
.lhdbb-video-grid .source-project-video { width: 100%; aspect-ratio: 1; object-fit: cover; }
.lhdbb-video-grid .source-project-figure figcaption { margin-top: 5px; font-size: 12px; line-height: 18px; }
.lhdbb-video-grid .source-project-figure + .source-project-figure figcaption { visibility: hidden; }

.resume-topline { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: clamp(4rem, 11vh, 8rem); color: var(--ink); font-family: var(--display-font); font-size: 0.95rem; }
.resume-page { padding: clamp(3rem, 7vh, 5.5rem) 0 8rem; }
.resume-layout { display: grid; grid-template-columns: minmax(13rem, 0.85fr) minmax(0, 2fr); gap: clamp(3rem, 9vw, 10rem); }
.resume-aside { color: var(--ink); }
.resume-aside .eyebrow:not(:first-child) { margin-top: 4rem; }
.skill-list, .education-list { display: grid; gap: 0.25rem; margin-top: 1rem; font-family: var(--display-font); font-size: 1.05rem; line-height: 1.3; }
.resume-kicker { margin: 0 0 2rem; color: var(--ink); }
.resume-entry { padding: 1.5rem 0 2.4rem; border-top: 1px solid var(--line); }
.resume-entry-heading { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; }
.resume-entry h2 { margin: 0; color: var(--deep-green); font-size: clamp(1.55rem, 3vw, 2.25rem); font-weight: 600; letter-spacing: -0.045em; }
.resume-entry time { color: var(--ink); font-family: var(--display-font); }
.resume-role { margin: 0.2rem 0 1rem; font-size: 1.15rem; }
.resume-entry ul { margin: 0; padding-left: 1.2rem; color: var(--ink); }
.resume-entry li { margin-bottom: 0.45rem; }

@media (max-width: 800px) {
  .home-layout { min-height: auto; padding: 16vh 0 9vh; }
  .home-intro { margin-top: 0; }
  .home-lede { font-size: clamp(1.35rem, 5vw, 1.85rem); }
  .work-page { width: calc(100% - 2.5rem); padding-top: 80px; }
  .work-intro { margin-bottom: 43px; font-size: 25px; line-height: 37.5px; }
  .work-row { grid-template-columns: minmax(0, 1fr) minmax(110px, 200px) 32px; column-gap: 12px; }
  .work-arrow { width: 32px; font-size: 28px; }
  .work-page-footer { margin-top: 80px; }
  .source-project-page { padding-top: 80px; }
  .source-project-title { font-size: 36px; line-height: 54px; }
  .source-project-carousel { height: auto; aspect-ratio: 4 / 3; }
  .source-project-carousel-track { height: 100%; }
  .source-project-carousel-track img { height: 100%; }
  .source-project-carousel-button { top: calc(50% - 20px); }
  .source-project-stack { margin-top: 160px; }
  .resume-layout { grid-template-columns: 1fr; gap: 4rem; }
  .resume-aside .eyebrow:not(:first-child) { margin-top: 3rem; }
}

@media (max-width: 480px) {
  :root { --page-gutter: 1.25rem; }
  .home-layout { padding-top: 12vh; }
  .work-row { grid-template-columns: minmax(0, 1fr) minmax(95px, 1fr) 28px; column-gap: 8px; }
  .work-title { font-size: 25px; }
  .work-category { font-size: 16px; }
  .work-arrow { width: 28px; font-size: 25px; }
  .assorted-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assorted-tile--half { grid-column: span 2; }
  .assorted-tile--wide { grid-column: 1 / -1; }
  .lhdbb-video-grid { grid-template-columns: 1fr; }
  .resume-entry-heading { align-items: flex-start; flex-direction: column; gap: 0.15rem; }
}

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