@charset "UTF-8";
:root,
[data-theme=mist] {
  --brand-color: #9aaebb;
  --brand-color-light: rgb(190.575147929, 203.3325443787, 211.624852071);
  --brand-color-dark: rgb(79.749112426, 103.2047337278, 118.450887574);
  --site-title-color: #e7eef5;
  --text-color: #d7e0ea;
  --text-muted: rgb(174.868852459, 192.8983606557, 212.931147541);
  --background-color: #1a2430;
  --background-color-light: #243344;
  --background-color-dark: #101820;
  --code-background-color: #141d28;
  --link-base-color: #2dd4bf;
  --link-visited-color: rgb(35.0118577075, 170.9881422925, 153.8893280632);
  --link-hover-color: #5eead4;
  --border-color-01: #334556;
  --border-color-02: rgb(190.575147929, 203.3325443787, 211.624852071);
  --border-color-03: #9aaebb;
  --mist-fog: #c5d4e0;
  --mist-slate: #5f7488;
  --mist-ink: #101820;
  --mist-veil: rgba(197, 212, 224, 0.08);
  --mist-glow: rgba(45, 212, 191, 0.18);
  --ci-ink: #0b1220;
  --ci-ink-muted: #4a5568;
  --ci-mist: #eef2f6;
  --ci-mist-soft: #f7f9fb;
  --ci-accent: #0f766e;
  --ci-accent-hover: #0d9488;
  --ci-line: #d5dde8;
  --theme-color: #1a2430;
  color-scheme: dark;
}

.highlight .c {
  color: #8a97a6;
  font-style: italic;
}
.highlight .err {
  color: #f0b4b8;
  background-color: #3a2a2c;
}
.highlight .k {
  color: #8ec6d4;
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #8a97a6;
  font-style: italic;
}
.highlight .cp {
  color: #8a97a6;
  font-weight: bold;
}
.highlight .c1 {
  color: #8a97a6;
  font-style: italic;
}
.highlight .cs {
  color: #8a97a6;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #1a2430;
  background-color: #e8b4b8;
}
.highlight .gd .x {
  color: #1a2430;
  background-color: #f0c4c8;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #f0b4b8;
}
.highlight .gh {
  color: #9aaebb;
}
.highlight .gi {
  color: #1a2430;
  background-color: #b8dcc4;
}
.highlight .gi .x {
  color: #1a2430;
  background-color: #c8e8d0;
}
.highlight .go {
  color: #8a97a6;
}
.highlight .gp {
  color: #7a8796;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #9aaebb;
}
.highlight .gt {
  color: #f0b4b8;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #d4c49a;
  font-weight: bold;
}
.highlight .m {
  color: #d4a88c;
}
.highlight .s {
  color: #a8c9a0;
}
.highlight .na {
  color: #7eb6c4;
}
.highlight .nb {
  color: #d7e0ea;
}
.highlight .nc {
  color: #d4c49a;
  font-weight: bold;
}
.highlight .no {
  color: #7eb6c4;
}
.highlight .ni {
  color: #b8a0c4;
}
.highlight .ne {
  color: #e0a0a8;
  font-weight: bold;
}
.highlight .nf {
  color: #8eb0d4;
  font-weight: bold;
}
.highlight .nn {
  color: #9aaebb;
}
.highlight .nt {
  color: #d4c49a;
}
.highlight .nv {
  color: #d7e0ea;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #d7e0ea;
}
.highlight .mf {
  color: #d4a88c;
}
.highlight .mh {
  color: #d4a88c;
}
.highlight .mi {
  color: #d4a88c;
}
.highlight .mo {
  color: #d4a88c;
}
.highlight .sb {
  color: #a8c9a0;
}
.highlight .sc {
  color: #a8c9a0;
}
.highlight .sd {
  color: #a8c9a0;
}
.highlight .s2 {
  color: #a8c9a0;
}
.highlight .se {
  color: #d7e0ea;
}
.highlight .sh {
  color: #a8c9a0;
}
.highlight .si {
  color: #a8c9a0;
}
.highlight .sx {
  color: #a8c9a0;
}
.highlight .sr {
  color: #a8c9a0;
}
.highlight .s1 {
  color: #a8c9a0;
}
.highlight .ss {
  color: #a8c9a0;
}
.highlight .bp {
  color: #9aaebb;
}
.highlight .vc {
  color: #d4c49a;
}
.highlight .vg {
  color: #d7e0ea;
}
.highlight .vi {
  color: #d7e0ea;
}
.highlight .il {
  color: #d4a88c;
}

[data-theme=folio] {
  --brand-color: #0f5f63;
  --brand-color-light: rgb(23.0526315789, 146, 152.1473684211);
  --brand-color-dark: #0a4548;
  --site-title-color: #1c2428;
  --text-color: #2a3338;
  --text-muted: #5b676d;
  --background-color: #ffffff;
  --background-color-light: #f4f7f8;
  --background-color-dark: #e8eef0;
  --code-background-color: #eef3f5;
  --link-base-color: #0f5f63;
  --link-visited-color: #0a4548;
  --link-hover-color: rgb(9.6315789474, 61, 63.5684210526);
  --border-color-01: #d5dee2;
  --border-color-02: rgb(23.0526315789, 146, 152.1473684211);
  --border-color-03: #0f5f63;
  --mist-fog: #c5d4e0;
  --mist-slate: #5f7488;
  --mist-ink: #1c2428;
  --mist-veil: rgba(15, 95, 99, 0.06);
  --mist-glow: rgba(15, 95, 99, 0.16);
  --ci-ink: #1c2428;
  --ci-ink-muted: #5b676d;
  --ci-mist: #ffffff;
  --ci-mist-soft: #f4f7f8;
  --ci-accent: #0f5f63;
  --ci-accent-hover: #0a4548;
  --ci-line: #d5dee2;
  --theme-color: #ffffff;
  --folio-display: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  color-scheme: light;
}

[data-theme=folio] .highlight .c {
  color: #6a767c;
  font-style: italic;
}
[data-theme=folio] .highlight .err {
  color: #a33;
  background-color: #f8e4e4;
}
[data-theme=folio] .highlight .k {
  color: #0f5f63;
  font-weight: bold;
}
[data-theme=folio] .highlight .o {
  font-weight: bold;
}
[data-theme=folio] .highlight .cm {
  color: #6a767c;
  font-style: italic;
}
[data-theme=folio] .highlight .cp {
  color: #6a767c;
  font-weight: bold;
}
[data-theme=folio] .highlight .c1 {
  color: #6a767c;
  font-style: italic;
}
[data-theme=folio] .highlight .cs {
  color: #6a767c;
  font-weight: bold;
  font-style: italic;
}
[data-theme=folio] .highlight .gd {
  color: #1c2428;
  background-color: #f0c8c8;
}
[data-theme=folio] .highlight .gd .x {
  color: #1c2428;
  background-color: #f5d4d4;
}
[data-theme=folio] .highlight .ge {
  font-style: italic;
}
[data-theme=folio] .highlight .gr {
  color: #a33;
}
[data-theme=folio] .highlight .gh {
  color: #0f5f63;
}
[data-theme=folio] .highlight .gi {
  color: #1c2428;
  background-color: #cfe8d4;
}
[data-theme=folio] .highlight .gi .x {
  color: #1c2428;
  background-color: #d8eedc;
}
[data-theme=folio] .highlight .go {
  color: #6a767c;
}
[data-theme=folio] .highlight .gp {
  color: #5b676d;
}
[data-theme=folio] .highlight .gs {
  font-weight: bold;
}
[data-theme=folio] .highlight .gu {
  color: #0f5f63;
}
[data-theme=folio] .highlight .gt {
  color: #a33;
}
[data-theme=folio] .highlight .kc {
  font-weight: bold;
}
[data-theme=folio] .highlight .kd {
  font-weight: bold;
}
[data-theme=folio] .highlight .kp {
  font-weight: bold;
}
[data-theme=folio] .highlight .kr {
  font-weight: bold;
}
[data-theme=folio] .highlight .kt {
  color: #8a6a28;
  font-weight: bold;
}
[data-theme=folio] .highlight .m {
  color: #9a5b2e;
}
[data-theme=folio] .highlight .s {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .na {
  color: #0f5f63;
}
[data-theme=folio] .highlight .nb {
  color: #1c2428;
}
[data-theme=folio] .highlight .nc {
  color: #8a6a28;
  font-weight: bold;
}
[data-theme=folio] .highlight .no {
  color: #0f5f63;
}
[data-theme=folio] .highlight .ni {
  color: #6a4a7a;
}
[data-theme=folio] .highlight .ne {
  color: #a33;
  font-weight: bold;
}
[data-theme=folio] .highlight .nf {
  color: #2a5a8a;
  font-weight: bold;
}
[data-theme=folio] .highlight .nn {
  color: #0f5f63;
}
[data-theme=folio] .highlight .nt {
  color: #8a6a28;
}
[data-theme=folio] .highlight .nv {
  color: #1c2428;
}
[data-theme=folio] .highlight .ow {
  font-weight: bold;
}
[data-theme=folio] .highlight .w {
  color: #1c2428;
}
[data-theme=folio] .highlight .mf {
  color: #9a5b2e;
}
[data-theme=folio] .highlight .mh {
  color: #9a5b2e;
}
[data-theme=folio] .highlight .mi {
  color: #9a5b2e;
}
[data-theme=folio] .highlight .mo {
  color: #9a5b2e;
}
[data-theme=folio] .highlight .sb {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .sc {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .sd {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .s2 {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .se {
  color: #1c2428;
}
[data-theme=folio] .highlight .sh {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .si {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .sx {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .sr {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .s1 {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .ss {
  color: #2f6b3a;
}
[data-theme=folio] .highlight .bp {
  color: #0f5f63;
}
[data-theme=folio] .highlight .vc {
  color: #8a6a28;
}
[data-theme=folio] .highlight .vg {
  color: #1c2428;
}
[data-theme=folio] .highlight .vi {
  color: #1c2428;
}
[data-theme=folio] .highlight .il {
  color: #9a5b2e;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

html {
  font-size: 17px;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

body {
  font: 400 17px/1.55 "Source Sans 3", "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-color, #d7e0ea);
  background-color: var(--background-color, #1a2430);
  transition: background-color 0.25s ease, color 0.25s ease;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #9aaebb;
}

main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14.875px;
}

ul,
ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #e7eef5;
}

a {
  color: #2dd4bf;
  text-decoration: none;
}
a:visited {
  color: rgb(35.0118577075, 170.9881422925, 153.8893280632);
}
a:hover {
  color: #5eead4;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

blockquote {
  color: #9aaebb;
  border-left: 4px solid #334556;
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i,
blockquote em {
  font-style: normal;
}

pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375em;
  border: 1px solid #334556;
  border-radius: 3px;
  background-color: #141d28;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: #141d28;
}
.highlighter-rouge .highlight {
  background: #141d28;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: currentColor;
  padding: 5px 3px 2px 5px;
  vertical-align: text-bottom;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  margin: 5px 0;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #243344;
  font-size: 14.875px;
}

table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(241.7540983607, 244.7344262295, 248.0459016393);
  border-collapse: collapse;
  border: 1px solid #334556;
}
table tr:nth-child(even) {
  background-color: rgb(31.3756756757, 43.4432432432, 57.9243243243);
}
table th,
table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(40.3351351351, 55.8486486486, 74.4648648649);
  border: 1px solid rgb(54.6702702703, 75.6972972973, 100.9297297297);
}
table td {
  border: 1px solid #334556;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

header a, nav a, main a {
  display: inline-block;
  position: relative;
  color: #2dd4bf;
  text-decoration: none;
}
header a:after, nav a:after, main a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2dd4bf;
  transform-origin: bottom center;
  transition: transform 0.3s ease-out;
}
header a:hover, nav a:hover, main a:hover {
  text-decoration: none;
}
header a:hover:after, nav a:hover:after, main a:hover:after {
  transform: scaleX(0.9);
  transform-origin: bottom center;
}

header h1 {
  text-transform: none;
}
header h2 {
  font-size: 1em;
}

footer {
  padding: 30px 0;
  padding: 10px 0;
  bottom: 0;
  height: 5em;
  width: 100%;
}
footer:has(.print-cv) {
  height: auto;
  min-height: 5em;
  padding-bottom: 1rem;
}
footer .social-media-list {
  display: table;
  margin: 0 auto;
}
footer .social-media-list li {
  float: left;
  margin: 5px 10px 5px 0;
}
footer .social-media-list li:last-of-type {
  margin-right: 0;
}
footer .social-media-list li a {
  display: block;
}
footer .social-media-list li a:hover {
  border-color: rgb(190.575147929, 203.3325443787, 211.624852071);
}
footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.15rem;
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
footer .footer-contact a {
  color: var(--text-muted, #9aaebb);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}
footer .footer-contact a:hover, footer .footer-contact a:focus-visible {
  color: var(--link-base-color, #2dd4bf);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
footer .print-cv {
  flex: 0 0 100%;
  width: 100%;
  margin: 0.65rem 0 0;
  text-align: center;
}
footer .print-cv__button {
  appearance: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-muted, #9aaebb);
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  cursor: pointer;
}
footer .print-cv__button:hover, footer .print-cv__button:focus-visible {
  color: var(--link-base-color, #2dd4bf);
}

body > header.site-hero {
  --hero-pad: clamp(1.5rem, 4vw, 3.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: var(--hero-pad) var(--hero-pad) calc(var(--hero-pad) + 1rem);
  overflow: hidden;
  color: #d7e0ea;
  text-align: center;
  isolation: isolate;
  background: radial-gradient(ellipse 80% 55% at 50% 18%, rgba(197, 212, 224, 0.16), transparent 62%), radial-gradient(ellipse 60% 45% at 82% 78%, rgba(126, 182, 196, 0.12), transparent 58%), radial-gradient(ellipse 50% 40% at 12% 70%, rgba(90, 112, 132, 0.18), transparent 55%), linear-gradient(160deg, #101820 0%, #1a2430 42%, #243344 100%);
  background-size: 120% 120%, 140% 140%, 130% 130%, 100% 100%;
  animation: mist-drift 22s ease-in-out infinite;
}
body > header.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
body > header.site-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to top, #1a2430, transparent);
}
body > header.site-hero > * {
  position: relative;
  z-index: 1;
}
body > header.site-hero .site-hero__visual {
  width: min(11rem, 42vw);
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 0 1.25rem;
  border-radius: 50%;
  border: 1px solid rgba(197, 212, 224, 0.28);
  box-shadow: 0 0 0 10px rgba(26, 36, 48, 0.35);
  animation: mist-rise 1.1s ease-out both;
}
body > header.site-hero .site-hero__brand {
  margin: 0 0 0.65rem;
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2.35rem, 7vw, 4.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #e7eef5;
  animation: mist-rise 1.15s ease-out 0.08s both;
}
body > header.site-hero .site-hero__headline {
  max-width: none;
  margin: 0 auto 0.85rem;
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.05rem, 2.6vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgb(190.575147929, 203.3325443787, 211.624852071);
  white-space: nowrap;
  animation: mist-rise 1.2s ease-out 0.16s both;
}
body > header.site-hero .site-hero__lede {
  max-width: 36ch;
  margin: 0 auto 1.5rem;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-size: clamp(1rem, 2.1vw, 1.125rem);
  line-height: 1.5;
  color: #d7e0ea;
  opacity: 0.92;
  animation: mist-rise 1.25s ease-out 0.24s both;
}
body > header.site-hero .site-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1rem;
  margin: 0;
  animation: mist-rise 1.3s ease-out 0.32s both;
}
body > header.site-hero .site-hero__cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border: 1px solid #2dd4bf;
  border-radius: 0.2rem;
  background-color: rgba(45, 212, 191, 0.14);
  color: #2dd4bf;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
body > header.site-hero .site-hero__cta::after {
  content: none;
}
body > header.site-hero .site-hero__cta:hover, body > header.site-hero .site-hero__cta:focus-visible {
  background-color: #2dd4bf;
  border-color: #2dd4bf;
  color: #101820;
  text-decoration: none;
}
body > header.site-hero .site-hero__cta--ghost {
  background-color: transparent;
  border-color: rgba(197, 212, 224, 0.35);
  color: rgb(190.575147929, 203.3325443787, 211.624852071);
}
body > header.site-hero .site-hero__cta--ghost:hover, body > header.site-hero .site-hero__cta--ghost:focus-visible {
  background-color: rgba(197, 212, 224, 0.1);
  border-color: rgb(190.575147929, 203.3325443787, 211.624852071);
  color: #e7eef5;
}
body > header.site-hero .button {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.25rem;
  border: 1px solid rgba(197, 212, 224, 0.35);
  border-radius: 0.2rem;
  color: rgb(190.575147929, 203.3325443787, 211.624852071);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}
body > header.site-hero .button::after {
  content: none;
}
body > header.site-hero .button:hover, body > header.site-hero .button:focus-visible {
  border-color: rgb(190.575147929, 203.3325443787, 211.624852071);
  color: #e7eef5;
  text-decoration: none;
}

body.is-home > header.site-hero {
  min-height: 100vh;
  min-height: 100dvh;
}

body.is-home > main > article > .about {
  margin-top: 30px;
}

@keyframes mist-drift {
  0% {
    background-position: 0% 40%, 100% 60%, 20% 80%, 0% 0%;
  }
  50% {
    background-position: 80% 55%, 20% 35%, 70% 30%, 0% 0%;
  }
  100% {
    background-position: 0% 40%, 100% 60%, 20% 80%, 0% 0%;
  }
}
@keyframes mist-rise {
  from {
    opacity: 0;
    transform: translateY(0.85rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body > header.site-hero,
  body > header.site-hero .site-hero__visual,
  body > header.site-hero .site-hero__brand,
  body > header.site-hero .site-hero__headline,
  body > header.site-hero .site-hero__lede,
  body > header.site-hero .site-hero__actions {
    animation: none;
  }
}
nav:not(#toc) {
  text-align: left;
}
nav:not(#toc) ul {
  margin: 0;
  padding: 0;
}
nav:not(#toc) ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
nav:not(#toc) ul a {
  color: #d7e0ea;
}

#toc ul {
  list-style: none;
  margin: 0 0 0 1em;
}

address {
  font-style: normal;
  text-align: center;
}

main {
  margin: 1em;
}
main header {
  text-align: center;
}

article > h2,
article > section > h2 {
  margin-top: 45px;
  margin-bottom: 22.5px;
  text-align: left;
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  article > h2,
  article > section > h2 {
    font-size: 2rem;
  }
}

.eyebrow {
  margin: 0 0 0.4rem;
  color: var(--ci-ink-muted, #9aaebb);
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coastal-panel {
  --panel-ink: var(--ci-ink);
  --panel-muted: var(--ci-ink-muted);
  --panel-mist: var(--ci-mist);
  --panel-bg: var(--ci-mist-soft);
  --panel-accent: var(--ci-accent);
  --panel-accent-hover: var(--ci-accent-hover);
  --panel-line: var(--ci-line);
  margin: 30px 0 37.5px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--panel-line);
  border-radius: 0.75rem;
  background: radial-gradient(ellipse 70% 50% at 8% 0%, rgba(15, 118, 110, 0.1), transparent 55%), linear-gradient(180deg, var(--panel-mist) 0%, var(--panel-bg) 70%);
  color: var(--panel-ink);
  box-shadow: 0 0.35rem 1.25rem rgba(11, 18, 32, 0.08);
  scroll-margin-top: 1.5rem;
}
.coastal-panel > .eyebrow {
  color: var(--panel-muted);
}
.coastal-panel > h2 {
  margin-top: 0;
  margin-bottom: 19.5px;
  color: var(--panel-ink);
}
.coastal-panel a {
  color: var(--panel-accent);
}
.coastal-panel a:hover, .coastal-panel a:focus-visible {
  color: var(--panel-accent-hover);
}

.about {
  scroll-margin-top: 1.5rem;
}
.about .about__lead {
  max-width: 40rem;
  margin: 0 0 1rem;
  color: var(--panel-ink);
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.45;
}
.about > p:not(.eyebrow):not(.about__lead) {
  max-width: 40rem;
  margin: 0;
  color: var(--panel-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

article > section[aria-label="Open source"] .open-source__intro,
article > section.open-source .open-source__intro {
  max-width: 42rem;
  margin: 0 0 30px;
  color: var(--panel-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
article > section[aria-label="Open source"] .side-project-group,
article > section.open-source .side-project-group {
  margin-bottom: 34.5px;
}
article > section[aria-label="Open source"] .side-project-group__header,
article > section.open-source .side-project-group__header {
  margin-bottom: 19.5px;
}
article > section[aria-label="Open source"] .side-project-group__title,
article > section.open-source .side-project-group__title {
  margin: 0 0 9px;
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-transform: none;
}
article > section[aria-label="Open source"] .side-project-group__title a,
article > section.open-source .side-project-group__title a {
  color: var(--panel-ink);
  text-decoration: none;
}
article > section[aria-label="Open source"] .side-project-group__title a:hover, article > section[aria-label="Open source"] .side-project-group__title a:focus-visible,
article > section.open-source .side-project-group__title a:hover,
article > section.open-source .side-project-group__title a:focus-visible {
  color: var(--panel-accent);
  text-decoration: none;
}
article > section[aria-label="Open source"] .side-project-group__description,
article > section.open-source .side-project-group__description {
  margin: 0;
  max-width: 40rem;
  font-size: 0.95rem;
  color: var(--panel-muted);
  line-height: 1.45;
}
article > section[aria-label="Open source"] .side-project-cards,
article > section.open-source .side-project-cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0.2rem 0.15rem 0.85rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}
article > section[aria-label="Open source"] .side-project-cards > li,
article > section.open-source .side-project-cards > li {
  flex: 0 0 12.5rem;
  scroll-snap-align: start;
  list-style: none;
  height: 11rem;
  margin: 0;
  padding: 0;
  border: 1px solid var(--panel-line);
  border-radius: 0.5rem;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
article > section[aria-label="Open source"] .side-project-cards > li:has(> a:hover), article > section[aria-label="Open source"] .side-project-cards > li:has(> a:focus-visible),
article > section.open-source .side-project-cards > li:has(> a:hover),
article > section.open-source .side-project-cards > li:has(> a:focus-visible) {
  border-color: var(--panel-accent);
  box-shadow: 0 0.2rem 0.7rem rgba(15, 118, 110, 0.12);
}
article > section[aria-label="Open source"] .side-project-cards > li > a,
article > section.open-source .side-project-cards > li > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0.85rem 0.95rem;
  color: inherit;
  text-decoration: none;
}
article > section[aria-label="Open source"] .side-project-cards > li > a:hover, article > section[aria-label="Open source"] .side-project-cards > li > a:focus-visible,
article > section.open-source .side-project-cards > li > a:hover,
article > section.open-source .side-project-cards > li > a:focus-visible {
  color: inherit;
  text-decoration: none;
}
article > section[aria-label="Open source"] .side-project-cards > li > a h3,
article > section.open-source .side-project-cards > li > a h3 {
  margin: 0 0 0.4rem;
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  color: var(--panel-ink);
}
article > section[aria-label="Open source"] .side-project-cards > li > a:hover h3, article > section[aria-label="Open source"] .side-project-cards > li > a:focus-visible h3,
article > section.open-source .side-project-cards > li > a:hover h3,
article > section.open-source .side-project-cards > li > a:focus-visible h3 {
  color: var(--panel-accent);
}
article > section[aria-label="Open source"] .side-project-cards > li > a > p,
article > section.open-source .side-project-cards > li > a > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  flex: 1;
  margin: 0;
  font-size: 0.8rem;
  color: var(--panel-muted);
  line-height: 1.35;
}
article > section[aria-label="Open source"] .side-project-cards > li > a footer,
article > section.open-source .side-project-cards > li > a footer {
  margin-top: auto;
  padding-top: 0.55rem;
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--panel-accent);
  line-height: 1.2;
  word-break: break-all;
}

.button {
  padding: 1em;
  color: #d7e0ea;
  text-transform: uppercase;
}
.button:hover, .button:focus {
  text-decoration: none;
}

.go-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 34px;
  margin: 0.5em;
  background-color: #243344;
  border-radius: 10%;
}

article {
  max-width: 800px;
  padding-bottom: 5em;
  margin: auto;
}
article header {
  margin-bottom: 30px;
}
article header p {
  font-size: 14.875px;
  color: #d7e0ea;
}
article section {
  margin-bottom: 30px;
}
article section h1,
article section h2,
article section h3 {
  margin-top: 60px;
}
article section h4,
article section h5,
article section h6 {
  margin-top: 30px;
}
article section h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  article section h2 {
    font-size: 2rem;
  }
}
article section h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  article section h3 {
    font-size: 1.625rem;
  }
}
article section h4 {
  font-size: 1.25rem;
}
article section h5 {
  font-size: 1.125rem;
}
article section h6 {
  font-size: 1.0625rem;
}
article section ul,
article section ol {
  margin: 1em;
}
article section ul:not(:has(> li > a > h3)) {
  list-style: circle;
}
article section ol {
  list-style: decimal;
}
article header h1, article section h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  article header h1, article section h1 {
    font-size: 2.625rem;
  }
}

@media screen and (min-width: 600px) {
  footer section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 800px) {
  main {
    padding: 2em 3em 0;
  }
  footer {
    text-align: center;
    background-color: transparent;
  }
}
.experience-block > h2 {
  margin-top: 0;
}
.experience-block #experience {
  margin-top: 0;
}

section#experience {
  position: relative;
  margin-top: 0;
  color: var(--panel-ink, #d7e0ea);
}
section#experience > nav {
  margin-bottom: 30px;
}
section#experience > nav ul {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0 0.75em;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-padding-inline: 0.75em;
  list-style: none;
  position: relative;
}
section#experience > nav > ul > li {
  position: relative;
  flex: 0 0 auto;
  display: block;
  padding: 0 1.25em calc(0.75em + 0.65em + 0.25em) 0;
}
section#experience > nav > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.75em;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: var(--panel-accent, #2dd4bf);
  border: 2px solid var(--panel-bg, #1a2430);
  z-index: 1;
}
section#experience > nav a {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--panel-ink, #d7e0ea);
  font-size: 14.875px;
  line-height: 1.3;
  white-space: nowrap;
}
section#experience > nav a time {
  color: var(--panel-muted, #9aaebb);
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
section#experience > nav a::after {
  content: none;
}
section#experience > nav a:hover {
  color: var(--panel-accent, #2dd4bf);
}
section#experience > nav > ul > li.is-active::before {
  background-color: var(--panel-accent, #2dd4bf);
  border-color: var(--panel-accent, #2dd4bf);
  box-shadow: 0 0 0 3px rgba(15, 118, 110, 0.18);
}
section#experience > nav > ul > li > details > ul > li.is-active::before {
  background-color: var(--panel-accent, #2dd4bf);
  border-color: var(--panel-accent, #2dd4bf);
}
section#experience > nav > ul > li > details {
  margin: 0.35em 0 0;
}
section#experience > nav > ul > li > details > summary {
  cursor: pointer;
  list-style: none;
}
section#experience > nav > ul > li > details > summary::-webkit-details-marker {
  display: none;
}
section#experience > nav > ul > li > details > summary::before {
  content: "▸";
  display: inline-block;
  margin-right: 0.3em;
  transition: transform 0.15s ease;
}
section#experience > nav > ul > li > details > summary:hover {
  color: var(--panel-accent, #2dd4bf);
}
section#experience > nav > ul > li > details > summary {
  color: var(--panel-muted, #9aaebb);
  font-size: 0.8em;
  line-height: 1.3;
  padding: 0.25em 0;
}
section#experience > nav > ul > li > details > summary span {
  opacity: 0.85;
}
section#experience > nav > ul > li > details[open] > summary::before {
  transform: rotate(90deg);
}
section#experience > nav > ul > li > details > ul {
  list-style: none;
  margin: 0.35em 0 0;
  padding: 0.35em 0 0;
  border-top: 1px solid var(--panel-line, #334556);
}
section#experience > nav > ul > li > details > ul > li {
  position: relative;
  padding: 0.35em 0 0 0.85em;
}
section#experience > nav > ul > li > details > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: calc(0.65em * 0.75);
  height: calc(0.65em * 0.75);
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--panel-accent, #2dd4bf);
}
section#experience > nav > ul > li > details > ul > li.is-active::before {
  background-color: var(--panel-accent, #2dd4bf);
  border-color: var(--panel-accent, #2dd4bf);
}
section#experience > nav > ul > li > details > ul > li a {
  font-size: 0.9em;
  opacity: 0.9;
  white-space: normal;
}
section#experience nav a::after {
  content: none;
}
section#experience nav a.is-active {
  color: var(--panel-accent, #2dd4bf);
  font-weight: 600;
}
section#experience nav a.is-active time {
  color: inherit;
  opacity: 0.85;
}
section#experience > section > section {
  scroll-margin-top: 2.5rem;
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--panel-line, #334556);
}
section#experience > section > section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
section#experience > section > section header {
  text-align: left;
}
section#experience > section > section > header {
  margin-bottom: 15px;
}
section#experience > section > section > header h3 {
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.35rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 800px) {
  section#experience > section > section > header h3 {
    font-size: 1.5rem;
  }
}
section#experience > section > section > header h3 a {
  color: var(--panel-ink, #d7e0ea);
  text-decoration: none;
}
section#experience > section > section > header h3 a:hover, section#experience > section > section > header h3 a:focus-visible {
  color: var(--panel-accent, #2dd4bf);
}
section#experience > section > section > header p {
  color: var(--panel-muted, #9aaebb);
  font-size: 14.875px;
  margin-bottom: 0.25em;
}
section#experience > section > section > p,
section#experience > section > section > div {
  color: var(--panel-ink, #d7e0ea);
  margin-bottom: 15px;
}
section#experience > section > section > details {
  margin: 15px 0;
}
section#experience > section > section > details > summary.projects-toggle {
  cursor: pointer;
  list-style: none;
  width: fit-content;
  margin: 0;
  padding: 0;
}
section#experience > section > section > details > summary.projects-toggle::-webkit-details-marker {
  display: none;
}
section#experience > section > section > details > summary.projects-toggle .projects-toggle__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0.35em 0.15em 0.45em;
  border: 0;
  border-bottom: 1px solid rgba(15, 118, 110, 0.35);
  border-radius: 0;
  background: transparent;
  color: var(--panel-accent, #2dd4bf);
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 14.875px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
  transition: color 0.2s ease, border-color 0.2s ease;
}
section#experience > section > section > details > summary.projects-toggle .projects-toggle__chip::before {
  content: "▸";
  display: inline-block;
  margin-right: 0.1em;
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  transition: transform 0.2s ease;
}
section#experience > section > section > details > summary.projects-toggle:hover .projects-toggle__chip {
  color: var(--panel-accent-hover, #5eead4);
  border-bottom-color: var(--panel-accent-hover, #5eead4);
}
section#experience > section > section > details > summary.projects-toggle:hover .projects-toggle__chip .projects-toggle__count {
  color: inherit;
  background: transparent;
}
section#experience > section > section > details > summary.projects-toggle .projects-toggle__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--panel-muted, #9aaebb);
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1.4;
}
section#experience > section > section > details:not([open]) > .projects-panel {
  display: none;
}
section#experience > section > section > details[open] > summary.projects-toggle {
  margin-bottom: 0.75em;
}
section#experience > section > section > details[open] > summary.projects-toggle .projects-toggle__chip::before {
  transform: rotate(90deg);
}
section#experience > section > section > details .projects-panel > nav {
  margin-bottom: 15px;
}
section#experience > section > section > details .projects-panel > nav ul {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0 0.75em;
  overflow-x: auto;
  overflow-y: visible;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-padding-inline: 0.75em;
  list-style: none;
  position: relative;
}
section#experience > section > section > details .projects-panel > nav > ul > li {
  position: relative;
  flex: 0 0 auto;
  display: block;
  padding: 0 1.25em calc(0.75em + 0.65em + 0.25em) 0;
}
section#experience > section > section > details .projects-panel > nav > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.75em;
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: var(--panel-accent, #2dd4bf);
  border: 2px solid var(--panel-bg, #1a2430);
  z-index: 1;
}
section#experience > section > section > details .projects-panel > nav a {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--panel-ink, #d7e0ea);
  font-size: 14.875px;
  line-height: 1.3;
  white-space: nowrap;
}
section#experience > section > section > details .projects-panel > nav a time {
  color: var(--panel-muted, #9aaebb);
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
section#experience > section > section > details .projects-panel > nav a::after {
  content: none;
}
section#experience > section > section > details .projects-panel > nav a:hover {
  color: var(--panel-accent, #2dd4bf);
}
section#experience > section > section > details .projects-panel > nav > ul > li.is-active::before {
  background-color: var(--panel-accent, #2dd4bf);
  border-color: var(--panel-accent, #2dd4bf);
}
section#experience > section > section > details .projects-panel > section {
  scroll-margin-top: 2.5rem;
}
section#experience > section > section > details .projects-panel > section:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--panel-line, #334556);
}
section#experience > section > section > details .projects-panel > section article header {
  margin-bottom: 15px;
  text-align: left;
}
section#experience > section > section > details .projects-panel > section article header h5 {
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 0;
  margin-bottom: 0.25em;
}
section#experience > section > section > details .projects-panel > section article header h5 a {
  color: var(--panel-ink, #d7e0ea);
  text-decoration: none;
}
section#experience > section > section > details .projects-panel > section article header h5 a:hover, section#experience > section > section > details .projects-panel > section article header h5 a:focus-visible {
  color: var(--panel-accent, #2dd4bf);
}
section#experience > section > section > details .projects-panel > section article header p {
  color: var(--panel-muted, #9aaebb);
  font-size: 14.875px;
  margin-bottom: 0;
}
section#experience > section > section > details .projects-panel > section article > div {
  font-size: 14.875px;
  line-height: 1.55;
  color: var(--panel-ink, #d7e0ea);
}
section#experience > section > section > details .projects-panel > section article > div p {
  margin-bottom: 15px;
}
section#experience > section > section > details .projects-panel > section article > div p:last-child {
  margin-bottom: 0;
}
section#experience > section > section > details .projects-panel > section article > div ul,
section#experience > section > section > details .projects-panel > section article > div ol {
  margin: 0.5em 0 0.5em 1.25em;
  padding: 0;
}
section#experience > section > section > details .projects-panel > section article > div ul {
  list-style: disc;
}
section#experience > section > section > details .projects-panel > section article > div ol {
  list-style: decimal;
}
section#experience > section > section > details .projects-panel > section article > div li {
  margin-bottom: 0.35em;
}
section#experience > section > section > details .projects-panel > section article > div li:last-child {
  margin-bottom: 0;
}
section#experience > section > section > details .projects-panel > section article > div a {
  color: var(--panel-accent, #2dd4bf);
}
section#experience > nav > ul > li > details,
section#experience > nav > ul > li > details > ul {
  display: none;
}
section#experience > section > section > details .projects-panel:has(> nav) > nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: var(--panel-bg, #1a2430);
  padding-top: 1em;
  padding-bottom: 0.75em;
}
section#experience > section > section > details .projects-panel:has(> nav) > nav > ul {
  padding-top: 0.35em;
  padding-bottom: 0.2em;
}
section#experience > section > section > details .projects-panel:has(> nav) > nav > ul > li {
  padding-top: 0.25em;
}
section#experience > section > section > details .projects-panel:has(> nav) > section {
  scroll-margin-top: calc(4.25rem + 0.5rem);
}
@media screen and (max-width: 799px) {
  section#experience > nav {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: var(--panel-bg, #1a2430);
    background-color: var(--panel-mist, #243344);
    overflow: visible;
    margin-left: -1em;
    margin-right: -1em;
    padding: 1em 1em 0.75em;
    border-bottom: 1px solid var(--panel-line, #334556);
    box-shadow: 0 4px 12px rgba(11, 18, 32, 0.06);
  }
  section#experience > nav > ul {
    margin: 0;
    padding: 0.35em 0.75em 0.2em;
  }
  section#experience > nav > ul > li {
    padding-top: 0.25em;
  }
  section#experience > nav > ul > li::before {
    border-color: var(--panel-mist, #243344);
  }
  section#experience > section > section {
    scroll-margin-top: var(--employment-sticky-nav-height, 5.25rem);
  }
  section#experience > section > section > details .projects-panel:has(> nav) > nav {
    position: sticky;
    top: var(--employment-sticky-nav-height, 5.25rem);
    z-index: 20;
    background-color: var(--panel-bg, #1a2430);
    background-color: #fff;
    overflow: visible;
    margin-left: -1em;
    margin-right: -1em;
    padding: 1em 1em 0.75em;
    border-bottom: 1px solid var(--panel-line, #334556);
    box-shadow: 0 4px 12px rgba(11, 18, 32, 0.06);
  }
  section#experience > section > section > details .projects-panel:has(> nav) > nav > ul {
    margin: 0;
    padding: 0.35em 0.75em 0.2em;
  }
  section#experience > section > section > details .projects-panel:has(> nav) > nav > ul > li {
    padding-top: 0.25em;
  }
  section#experience > section > section > details .projects-panel:has(> nav) > nav > ul > li::before {
    border-color: #fff;
  }
  section#experience > section > section > details .projects-panel:has(> nav) > section {
    scroll-margin-top: calc(var(--employment-sticky-nav-height, 5.25rem) + 4.25rem + 0.5rem);
  }
}
section#experience aside {
  margin-top: 15px;
}
section#experience aside h4 {
  margin-bottom: 0.5em;
  color: var(--panel-muted, #9aaebb);
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
section#experience aside ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
  margin: 0;
  padding: 0;
  list-style: none;
}
section#experience aside li {
  display: inline-block;
  padding: 0.2em 0.55em;
  border-radius: 0.35rem;
  border: 1px solid var(--panel-line, #334556);
  background-color: #fff;
  color: var(--panel-muted, #9aaebb);
  font-size: 14.875px;
  line-height: 1.5;
}

@media screen and (min-width: 800px) {
  .experience-block > .eyebrow,
  .experience-block > h2 {
    margin-left: 0;
    text-align: left;
  }
  section#experience {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
    column-gap: 2.6470588235rem;
    width: 100%;
  }
  section#experience > nav {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
    overflow: visible;
    position: sticky;
    top: 1.5em;
    z-index: 10;
    background-color: var(--panel-bg, #1a2430);
    align-self: start;
  }
  section#experience > nav ul {
    flex-direction: column;
    overflow: visible;
    padding: 1em 0.5em 0 1.5em;
    border-left: 2px solid var(--panel-line, #334556);
  }
  section#experience > nav ul::before {
    display: none;
  }
  section#experience > nav > ul > li {
    padding: 0 0 1.25em 1.25em;
  }
  section#experience > nav > ul > li::before {
    left: -0.35em;
    bottom: auto;
    top: 0.45em;
    transform: translateX(-50%);
  }
  section#experience > nav > ul > li:last-child {
    padding-bottom: 0;
  }
  section#experience > nav > ul > li > details > ul {
    margin: 0.35em 0 0;
    padding: 0 0 0 1em;
    border-top: 0;
    border-left: 2px solid var(--panel-line, #334556);
  }
  section#experience > nav > ul > li > details > ul > li {
    padding: 0 0 0.75em 1em;
  }
  section#experience > nav > ul > li > details > ul > li::before {
    left: -0.35em;
    top: 0.4em;
    transform: translateX(-50%);
  }
  section#experience > nav > ul > li > details > ul > li:last-child {
    padding-bottom: 0;
  }
  section#experience > nav a {
    white-space: normal;
  }
  section#experience > section {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
}
.site-nav {
  display: none;
}

.theme-switch {
  display: none !important;
}

[data-theme=folio] .site-nav {
  display: flex;
}

[data-theme=folio] body {
  color: var(--text-color);
  background-color: var(--background-color);
}
[data-theme=folio] h1,
[data-theme=folio] h2,
[data-theme=folio] h3,
[data-theme=folio] h4,
[data-theme=folio] h5,
[data-theme=folio] h6 {
  color: var(--site-title-color);
  font-family: var(--folio-display, Syne, Avenir Next, Segoe UI, sans-serif);
}
[data-theme=folio] .coastal-panel {
  margin: 1.25rem 0 2rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--text-color);
}
[data-theme=folio] .coastal-panel > .eyebrow,
[data-theme=folio] .coastal-panel > h2 {
  text-align: left;
}
[data-theme=folio] .coastal-panel > h2 {
  font-family: var(--folio-display, Syne, Avenir Next, Segoe UI, sans-serif);
  font-weight: 560;
  letter-spacing: -0.03em;
}
[data-theme=folio] a {
  color: var(--link-base-color);
}
[data-theme=folio] a:visited {
  color: var(--link-visited-color);
}
[data-theme=folio] a:hover {
  color: var(--link-hover-color);
}
[data-theme=folio] hr {
  border-color: var(--border-color-01);
}
[data-theme=folio] pre,
[data-theme=folio] code,
[data-theme=folio] .highlight {
  background-color: var(--code-background-color);
  border-color: var(--border-color-01);
}
[data-theme=folio] .chip {
  background-color: var(--background-color-light);
}
[data-theme=folio] body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--background-color);
  background-image: linear-gradient(90deg, var(--background-color) 0%, var(--background-color) 38%, rgba(255, 255, 255, 0.88) 52%, rgba(255, 255, 255, 0.35) 68%, transparent 86%), url("/assets/background.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center, right center;
  background-size: cover, cover;
  animation: folio-veil 28s ease-in-out infinite;
}
[data-theme=folio] body.is-home::before {
  top: 100vh;
  top: 100dvh;
}
[data-theme=folio] body > header,
[data-theme=folio] body > main,
[data-theme=folio] body > footer {
  position: relative;
  z-index: 1;
}
[data-theme=folio] .site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: min(100%, 68rem);
  margin: 0 auto;
  padding: 1.1rem clamp(1rem, 3vw, 2.5rem) 0.85rem;
}
[data-theme=folio] .site-nav__mark {
  flex: 0 0 auto;
  font-family: var(--folio-display, Syne, Avenir Next, Segoe UI, sans-serif);
  font-size: clamp(2.4rem, 5vw, 3.25rem);
  font-weight: 560;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--brand-color);
  text-decoration: none;
}
[data-theme=folio] .site-nav__mark::after {
  content: none;
}
[data-theme=folio] .site-nav__mark:hover, [data-theme=folio] .site-nav__mark:focus-visible {
  color: var(--brand-color-dark);
  text-decoration: none;
}
[data-theme=folio] .site-nav__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-theme=folio] .site-nav__links a {
  color: var(--text-muted);
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
}
[data-theme=folio] .site-nav__links a::after {
  background-color: var(--brand-color);
  height: 1px;
}
[data-theme=folio] .site-nav__links a:hover, [data-theme=folio] .site-nav__links a:focus-visible, [data-theme=folio] .site-nav__links a[aria-current=page] {
  color: var(--brand-color);
}
[data-theme=folio] .site-nav__links a[aria-current=page]::after {
  transform: scaleX(0.9);
}
[data-theme=folio] .theme-switch {
  display: none;
}
[data-theme=folio] body:not(.is-home) > header.site-hero {
  display: none;
}
[data-theme=folio] body.is-home .site-nav {
  display: none;
}
[data-theme=folio] body.is-home > header.site-hero {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  color: #e7eef5;
  background: radial-gradient(ellipse 80% 55% at 50% 18%, rgba(45, 212, 191, 0.14), transparent 62%), radial-gradient(ellipse 60% 45% at 82% 78%, rgba(15, 95, 99, 0.28), transparent 58%), radial-gradient(ellipse 50% 40% at 12% 70%, rgba(28, 36, 40, 0.55), transparent 55%), linear-gradient(160deg, #0a4548 0%, #101820 42%, #1a2430 100%);
  background-size: 120% 120%, 140% 140%, 130% 130%, 100% 100%;
  animation: mist-drift 22s ease-in-out infinite;
}
[data-theme=folio] body.is-home > header.site-hero::before {
  opacity: 0.3;
}
[data-theme=folio] body.is-home > header.site-hero::after {
  background: linear-gradient(to top, #101820, transparent);
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__visual {
  border-color: rgba(197, 212, 224, 0.28);
  box-shadow: 0 0 0 10px rgba(16, 24, 32, 0.35);
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__brand {
  font-family: var(--folio-display, Syne, Avenir Next, Segoe UI, sans-serif);
  font-weight: 560;
  color: #e7eef5;
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__headline {
  font-family: var(--folio-display, Syne, Avenir Next, Segoe UI, sans-serif);
  font-weight: 450;
  color: #9aaebb;
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__lede {
  color: #d7e0ea;
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__cta {
  border-color: #2dd4bf;
  background-color: rgba(45, 212, 191, 0.14);
  color: #2dd4bf;
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__cta:hover, [data-theme=folio] body.is-home > header.site-hero .site-hero__cta:focus-visible {
  background-color: #2dd4bf;
  border-color: #2dd4bf;
  color: #101820;
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__cta--ghost {
  background-color: transparent;
  border-color: rgba(197, 212, 224, 0.35);
  color: #c5d4e0;
}
[data-theme=folio] body.is-home > header.site-hero .site-hero__cta--ghost:hover, [data-theme=folio] body.is-home > header.site-hero .site-hero__cta--ghost:focus-visible {
  background-color: rgba(197, 212, 224, 0.1);
  border-color: #c5d4e0;
  color: #e7eef5;
}
[data-theme=folio] body.is-home > main {
  background-color: var(--background-color);
}
[data-theme=folio] main {
  margin: 0;
  padding: 1.25rem clamp(1rem, 3vw, 2.5rem) 3rem;
}
@media screen and (min-width: 800px) {
  [data-theme=folio] main {
    padding: 1.75rem clamp(1.5rem, 4vw, 3rem) 4rem;
  }
}
[data-theme=folio] article {
  max-width: 40rem;
  margin: 0;
  padding-bottom: 5em;
  background: transparent;
}
[data-theme=folio] article > header {
  text-align: left;
  margin-bottom: 1.25rem;
}
[data-theme=folio] article > header h1 {
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 560;
  letter-spacing: -0.03em;
  color: var(--site-title-color);
}
[data-theme=folio] article > section > ul:has(> li > a > h3) > li,
[data-theme=folio] article > section .side-project-cards > li {
  border-color: var(--border-color-01);
  background-color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}
[data-theme=folio] article > section > ul:has(> li > a > h3) > li:has(> a:hover), [data-theme=folio] article > section > ul:has(> li > a > h3) > li:has(> a:focus-visible),
[data-theme=folio] article > section .side-project-cards > li:has(> a:hover),
[data-theme=folio] article > section .side-project-cards > li:has(> a:focus-visible) {
  border-color: var(--brand-color);
  box-shadow: 0 0.35rem 1.1rem rgba(15, 95, 99, 0.08);
}
[data-theme=folio] article > section > ul:has(> li > a > h3) > li > a h3,
[data-theme=folio] article > section .side-project-cards > li > a h3 {
  color: var(--brand-color);
}
[data-theme=folio] section#experience > nav {
  background-color: color-mix(in srgb, var(--background-color) 92%, transparent);
  border-bottom-color: var(--border-color-01);
  box-shadow: 0 4px 12px rgba(15, 95, 99, 0.06);
}
[data-theme=folio] section#experience > section > section > header h3 {
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 560;
  letter-spacing: -0.025em;
  color: var(--site-title-color);
}
[data-theme=folio] section#experience > section > section > header h3 a {
  color: inherit;
}
[data-theme=folio] section#experience > section > section > header p {
  color: var(--brand-color);
  font-family: "Source Sans 3", "Source Sans Pro", sans-serif;
  font-weight: 600;
}
[data-theme=folio] section#experience > section > section > p {
  color: var(--text-color);
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
}
[data-theme=folio] section#experience > section > section > ul > li {
  position: relative;
  margin: 0 0 0.85rem;
  padding-left: 1rem;
  border-left: 3px solid var(--brand-color);
  list-style: none;
}
[data-theme=folio] section#experience > section > section .projects-panel > nav {
  background-color: color-mix(in srgb, var(--background-color-light) 94%, transparent);
  border-bottom-color: var(--border-color-01);
  box-shadow: 0 4px 12px rgba(15, 95, 99, 0.05);
}
[data-theme=folio] section#experience > section > section .projects-panel article > div {
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
}
[data-theme=folio] section#experience > section > section .projects-panel article > div ul {
  list-style: none;
  margin: 0.75em 0 0;
  padding: 0;
}
[data-theme=folio] section#experience > section > section .projects-panel article > div ul > li {
  position: relative;
  margin: 0 0 1rem;
  padding: 0.15rem 0 0.15rem 1rem;
  border-left: 3px solid var(--brand-color);
  color: var(--text-muted);
  list-style: none;
}
[data-theme=folio] section#experience > section > section .projects-panel article > div ul > li b,
[data-theme=folio] section#experience > section > section .projects-panel article > div ul > li strong {
  display: block;
  margin-bottom: 0.15em;
  color: var(--site-title-color);
  font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 560;
  font-size: 1.05em;
}
[data-theme=folio] section#experience aside li {
  border-color: var(--border-color-01);
  background: transparent;
  color: var(--brand-color);
}
[data-theme=folio] section#experience nav a {
  color: var(--text-muted);
}
[data-theme=folio] section#experience nav a time {
  color: var(--brand-color);
}
[data-theme=folio] section#experience nav a.is-active {
  color: var(--brand-color);
}
[data-theme=folio] section#experience > nav > ul {
  border-left-color: var(--border-color-01);
}
[data-theme=folio] footer {
  color: var(--text-muted);
}
[data-theme=folio] footer a {
  color: var(--brand-color);
}
[data-theme=folio] footer .go-to-top {
  background-color: var(--background-color-light);
}
[data-theme=folio] body:not(.is-home) .site-hero__cta,
[data-theme=folio] body:not(.is-home) .button {
  border-color: var(--brand-color);
  color: var(--brand-color);
}

@keyframes folio-veil {
  0%, 100% {
    background-position: center, 100% 50%;
  }
  50% {
    background-position: center, 96% 54%;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-theme=folio] body::before,
  [data-theme=folio] body.is-home > header.site-hero {
    animation: none;
  }
}
@media screen and (max-width: 799px) {
  [data-theme=folio] body:not(.is-home)::before,
  [data-theme=folio] body.is-home::before {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.72) 100%), url("/assets/background.webp");
    background-position: center, center 20%;
    background-size: cover, cover;
    opacity: 0.55;
  }
  [data-theme=folio] body:not(.is-home) .site-nav {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }
}
@media print {
  @page {
    size: A4;
    margin: 12mm 14mm;
    @top-left {
      content: none;
    }
    @top-center {
      content: none;
    }
    @top-right {
      content: none;
    }
    @bottom-left {
      content: none;
    }
    @bottom-center {
      content: none;
    }
    @bottom-right {
      content: none;
    }
  }
  html {
    font-size: 10.5pt;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .no-print {
    display: none !important;
  }
  body,
  [data-theme=folio] body {
    color: #111 !important;
    background: #fff !important;
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
  }
  [data-theme=folio] body::before,
  body::before,
  body::after,
  .site-nav,
  .theme-switch,
  .visually-hidden,
  .print-cv {
    display: none !important;
  }
  a {
    color: inherit !important;
    text-decoration: none !important;
  }
  main {
    margin: 0 !important;
    padding: 0 !important;
  }
  main header {
    text-align: left !important;
  }
  body.is-home > header.site-hero,
  [data-theme=folio] body.is-home > header.site-hero {
    display: block !important;
    position: static !important;
    flex: none !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 0.75rem !important;
    padding: 0 0 0.55rem !important;
    overflow: visible !important;
    color: #111 !important;
    background: #fff !important;
    background-image: none !important;
    border-bottom: 1.5pt solid #111 !important;
    text-align: left !important;
  }
  body.is-home > header.site-hero::before, body.is-home > header.site-hero::after,
  [data-theme=folio] body.is-home > header.site-hero::before,
  [data-theme=folio] body.is-home > header.site-hero::after {
    content: none !important;
    display: none !important;
  }
  body.is-home > header.site-hero > *,
  [data-theme=folio] body.is-home > header.site-hero > * {
    position: static !important;
  }
  body.is-home > header.site-hero .site-hero__brand,
  [data-theme=folio] body.is-home > header.site-hero .site-hero__brand {
    margin: 0 !important;
    font-size: 20pt !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
    color: #111 !important;
    line-height: 1.1 !important;
  }
  body.is-home > header.site-hero .site-hero__headline,
  [data-theme=folio] body.is-home > header.site-hero .site-hero__headline {
    margin: 0.15rem 0 0 !important;
    max-width: none !important;
    font-size: 10pt !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    color: #333 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }
  body.is-home .eyebrow,
  body.is-home section#experience > nav {
    display: none !important;
  }
  body.is-home .print-contact {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.1rem 1rem;
    margin: 0.35rem 0 0 !important;
    padding: 0 !important;
    list-style: none;
    font-size: 8.5pt;
    color: #333;
  }
  body.is-home .print-contact a {
    color: #111 !important;
    text-decoration: none !important;
  }
  body.is-home article {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.is-home article section {
    margin-bottom: 0.65rem !important;
  }
  body.is-home article section h1,
  body.is-home article section h2,
  body.is-home article section h3,
  body.is-home article section h4,
  body.is-home article section h5,
  body.is-home article section h6 {
    margin-top: 0 !important;
  }
  body.is-home .coastal-panel {
    margin: 0 0 0.65rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  body.is-home .about .about__lead {
    margin: 0 0 0.45rem !important;
    color: #1c2428 !important;
    font-family: "Syne", "Avenir Next", "Segoe UI", sans-serif;
    font-size: 10.5pt !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    line-height: 1.35 !important;
  }
  body.is-home .about > p:not(.eyebrow):not(.about__lead) {
    margin: 0 !important;
    color: #2a3338 !important;
    font-size: 9pt !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
  }
  body.is-home h2 {
    margin: 0 0 0.35rem !important;
    padding-bottom: 0.15rem;
    border-bottom: 0.75pt solid #999;
    font-size: 11pt;
    font-weight: 700;
    letter-spacing: 0;
    color: #111 !important;
  }
  body.is-home h3,
  body.is-home h4,
  body.is-home h5 {
    color: #111 !important;
  }
  body.is-home section#experience > section > section {
    margin: 0 0 0.55rem !important;
    padding: 0 0 0.4rem !important;
    border-bottom: 0.5pt solid #ccc;
  }
  body.is-home section#experience > section > section:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  body.is-home section#experience > section > section > header {
    margin-bottom: 0.2rem !important;
    text-align: left !important;
  }
  body.is-home section#experience > section > section > header h3 {
    margin: 0 !important;
    font-size: 10.5pt;
    font-weight: 700;
  }
  body.is-home section#experience > section > section > header p {
    margin: 0.05rem 0 0 !important;
    font-size: 8.5pt;
    color: #333;
  }
  body.is-home section#experience > section > section > div {
    font-size: 8.5pt;
    line-height: 1.3;
  }
  body.is-home section#experience > section > section > div p {
    margin: 0.15rem 0 0 !important;
  }
  body.is-home section#experience > section > section > div ul,
  body.is-home section#experience > section > section > div ol {
    margin: 0.15rem 0 0 !important;
    padding-left: 1rem;
  }
  body.is-home section#experience > section > section > aside {
    margin-top: 0.2rem !important;
  }
  body.is-home section#experience > section > section > aside h4 {
    display: inline;
    margin: 0 !important;
    font-size: 8pt;
    font-weight: 700;
  }
  body.is-home section#experience > section > section > aside h4::after {
    content: ": ";
  }
  body.is-home section#experience > section > section > aside ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body.is-home section#experience > section > section > aside ul li {
    display: inline;
  }
  body.is-home section#experience > section > section > aside ul li:not(:last-child)::after {
    content: ", ";
  }
  body.is-home details {
    display: block !important;
  }
  body.is-home details > summary {
    display: none !important;
  }
  body.is-home .projects-panel {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.4rem !important;
    margin: 0.35rem 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
  body.is-home .projects-panel > nav {
    display: none !important;
  }
  body.is-home .projects-panel > section {
    margin: 0 !important;
    padding: 0 !important;
    border: 0.5pt solid #ccc !important;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  body.is-home .projects-panel > section article {
    padding: 0.35rem 0.45rem !important;
  }
  body.is-home .projects-panel > section article header {
    text-align: left !important;
    margin: 0 !important;
  }
  body.is-home .projects-panel > section article header h5 {
    margin: 0 0 0.1rem !important;
    font-size: 9pt !important;
    font-weight: 700;
  }
  body.is-home .projects-panel > section article header p {
    margin: 0 0 0.15rem !important;
    font-size: 7.5pt !important;
    line-height: 1.25;
    color: #444;
  }
  body.is-home .projects-panel > section article > div {
    margin: 0 !important;
    font-size: 7.5pt !important;
    line-height: 1.3;
    color: #2a3338 !important;
  }
  body.is-home .projects-panel > section article > div p {
    margin: 0 !important;
  }
  body.is-home .projects-panel > section article > div p + p {
    margin-top: 0.15rem !important;
  }
  body.is-home .projects-panel > section article > div ul {
    list-style: disc !important;
    margin: 0.2rem 0 0 !important;
    padding: 0 0 0 1rem !important;
  }
  body.is-home .projects-panel > section article > div ul > li {
    position: static !important;
    margin: 0 0 0.15rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    color: #2a3338 !important;
    list-style: disc !important;
    line-height: 1.25 !important;
  }
  body.is-home .projects-panel > section article > div ul > li::before {
    content: none !important;
    display: none !important;
  }
  body.is-home .projects-panel > section article > div ul > li b,
  body.is-home .projects-panel > section article > div ul > li strong {
    display: inline !important;
    margin: 0 !important;
    color: #111 !important;
    font-size: inherit !important;
    font-weight: 700 !important;
  }
  body.is-home section#experience > section > section > ul {
    list-style: disc !important;
    margin: 0.25rem 0 0 !important;
    padding: 0 0 0 1rem !important;
  }
  body.is-home section#experience > section > section > ul > li {
    position: static !important;
    margin: 0 0 0.15rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    list-style: disc !important;
    line-height: 1.3 !important;
  }
  body.is-home section#experience > section > section > ul > li::before {
    content: none !important;
    display: none !important;
  }
  body.is-home .open-source {
    text-align: left !important;
    color: #2a3338 !important;
  }
  body.is-home .open-source h2 {
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important;
    color: #111 !important;
  }
  body.is-home .open-source .open-source__intro,
  body.is-home .open-source .open-source__print-note {
    display: block !important;
    margin: 0 0 0.25rem !important;
    color: #2a3338 !important;
    font-size: 9pt !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
  }
  body.is-home .open-source .open-source__print-note {
    margin-bottom: 0 !important;
  }
  body.is-home > footer {
    display: none !important;
  }
}
.print-contact {
  display: none;
}

.open-source__print-note {
  display: none;
}

.project-date__start {
  display: none;
}

@media print {
  .project-date__range {
    display: none !important;
  }
  .project-date__start {
    display: inline !important;
  }
}

/*# sourceMappingURL=style.css.map */