@font-face {
  font-family: Roboto Mono;
  src: url("/fonts/roboto-mono-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inria Serif;
  src: url("/fonts/inria-serif-latin-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inria Serif;
  src: url("/fonts/inria-serif-latin-700-normal.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #f8f9fa;
  --surface: #fff;
  --alt: #e9ecef;
  --text: #212529;
  --text-body: #343a40;
  --text-muted: #495057;
  --accent: #2d6a4f;
  --accent-hover: #40916c;
  --border: #ced4da;
  --font-heading: "Roboto Mono", ui-monospace, monospace;
  --font-body: "Inria Serif", Georgia, serif;
  --s1: 8px;
  --s2: 16px;
  --s3: 24px;
  --s4: 32px;
  --s5: 48px;
  --s6: 64px;
  --s7: 96px;
  --step-hero: clamp(1.75rem, 1.1rem + 2.6vw, 3rem);
  --step-h2: clamp(1.1rem, .95rem + .7vw, 1.4rem);
  --step-body: clamp(.98rem, .95rem + .15vw, 1.05rem);
  --step-small: .82rem;
  --step-label: .68rem;
  --rail: 300px;
  --measure: 62ch;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--text-body);
  font-family: var(--font-body);
  font-size: var(--step-body);
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.7;
}

h1, h2, h3, nav, .label, .mono {
  font-family: var(--font-heading);
  color: var(--text);
  letter-spacing: -.02em;
  font-weight: 400;
}

h1 {
  font-size: var(--step-hero);
  margin: 0 0 var(--s3);
  line-height: 1.2;
}

h2 {
  font-size: var(--step-h2);
  margin: var(--s5) 0 var(--s2);
  line-height: 1.35;
}

h3 {
  font-size: var(--step-body);
  margin: var(--s4) 0 var(--s1);
}

p {
  margin: 0 0 var(--s2);
  max-width: var(--measure);
}

a {
  color: var(--accent);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

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

a:focus-visible {
  color: var(--accent-hover);
}

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

.label {
  font-size: var(--step-label);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.rule {
  background: var(--border);
  height: 1px;
  margin: var(--s4) 0;
  border: 0;
}

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

a, button {
  align-items: center;
  min-height: 44px;
  display: inline-flex;
}

p a, li a {
  min-height: 0;
  display: inline;
}

.email-reveal[data-astro-cid-gxjgeuvs] {
  font-family: var(--font-heading);
  font-size: var(--step-small);
  word-break: break-all;
}

.rail[data-astro-cid-euxwtxot] {
  gap: var(--s3);
  flex-direction: column;
  display: flex;
}

.rail-name[data-astro-cid-euxwtxot] {
  font-family: var(--font-heading);
  font-size: var(--step-h2);
  color: var(--text);
  text-decoration: none;
  display: block;
}

.rail-role[data-astro-cid-euxwtxot] {
  margin: var(--s1) 0 0;
}

.rail-nav[data-astro-cid-euxwtxot] {
  flex-direction: column;
  display: flex;
}

.rail-nav[data-astro-cid-euxwtxot] a[data-astro-cid-euxwtxot] {
  font-family: var(--font-heading);
  font-size: var(--step-small);
  padding: var(--s1) 0;
  text-decoration: none;
}

.rail-nav[data-astro-cid-euxwtxot] a[data-astro-cid-euxwtxot]:hover {
  text-decoration: underline;
}

.rail-links[data-astro-cid-euxwtxot] {
  gap: var(--s2);
  margin-top: var(--s1);
  flex-wrap: wrap;
  display: flex;
}

.rail-links[data-astro-cid-euxwtxot] a[data-astro-cid-euxwtxot] {
  font-family: var(--font-heading);
  font-size: var(--step-small);
}

.rail[data-astro-cid-euxwtxot] .rule[data-astro-cid-euxwtxot] {
  margin: var(--s2) 0;
}

@media (max-width: 1023px) {
  .rail[data-astro-cid-euxwtxot] {
    gap: var(--s2);
  }

  .rail-nav[data-astro-cid-euxwtxot] {
    gap: var(--s3);
    flex-flow: wrap;
  }

  .rail-contact[data-astro-cid-euxwtxot] .email-reveal, .rail-contact[data-astro-cid-euxwtxot] .rule[data-astro-cid-euxwtxot] {
    display: none;
  }
}

.skip[data-astro-cid-hkbrpulz] {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: var(--s1) var(--s2);
  font-family: var(--font-heading);
  font-size: var(--step-small);
  position: absolute;
  left: -9999px;
}

.skip[data-astro-cid-hkbrpulz]:focus-visible {
  left: var(--s3);
  top: var(--s3);
  z-index: 1;
}

.shell[data-astro-cid-hkbrpulz] {
  grid-template-columns: var(--rail) minmax(0, 1fr);
  gap: var(--s6);
  max-width: 1180px;
  padding: var(--s6) var(--s4);
  margin: 0 auto;
  display: grid;
}

.shell[data-astro-cid-hkbrpulz] > .rail {
  top: var(--s6);
  align-self: start;
  position: sticky;
}

.foot[data-astro-cid-hkbrpulz] {
  max-width: 1180px;
  padding: 0 var(--s4) var(--s6);
  margin: 0 auto;
}

.foot[data-astro-cid-hkbrpulz] p[data-astro-cid-hkbrpulz] {
  margin: 0 0 var(--s1);
}

@media (max-width: 1023px) {
  .shell[data-astro-cid-hkbrpulz] {
    gap: var(--s4);
    padding: var(--s4) var(--s3);
    grid-template-columns: minmax(0, 1fr);
  }

  .shell[data-astro-cid-hkbrpulz] > .rail {
    position: static;
  }

  .foot[data-astro-cid-hkbrpulz] {
    padding: 0 var(--s3) var(--s5);
  }
}
