@font-face {
  font-family: "CMU Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cmu-serif-500-roman.woff2") format("woff2");
}
@font-face {
  font-family: "CMU Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/cmu-serif-500-italic.woff2") format("woff2");
}
:root { color-scheme: light; --paper: #fdfcf9; --ink: #25251f; --muted: #686860; --rule: #e3e1d9; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Inter", Arial, sans-serif; font-size: 1rem; line-height: 1.8; -webkit-font-smoothing: antialiased; }
::selection { background: #e4e3d7; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--muted); }
a:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; top: -5rem; left: 1rem; padding: .5rem 1rem; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 1rem; }
.site-header, main, .site-footer { width: min(100% - 3rem, 960px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 2rem; }
.brand { display: inline-flex; gap: .65rem; align-items: center; text-decoration: none; font-size: 1rem; font-weight: 500; letter-spacing: -.03em; }
.brand img { width: 25px; height: 25px; }
.site-nav { display: flex; gap: 1.4rem; font-size: .8rem; }
.site-nav a { text-decoration: none; color: var(--muted); }
.site-nav a:hover, .site-nav a[aria-current="page"] { text-decoration: underline; color: var(--ink); }
main { padding-top: 2.5rem; }
h1 { font-family: "CMU Serif", Georgia, serif; font-weight: 400; font-size: clamp(2.75rem, 6vw, 4rem); line-height: 1.07; letter-spacing: -.045em; margin: 0 0 2.5rem; }
p { margin: 0 0 1rem; }
.intro { max-width: 650px; margin-bottom: 3rem; }
.home-intro { padding-top: .5rem; padding-bottom: 3rem; }
.home-intro h1 { font-size: clamp(2.5rem, 4.7vw, 3.3rem); margin: 0 0 1.5rem; }
.mission-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 4rem); }
.mission-copy { min-width: 0; }
.mission-copy > a { display: inline-block; margin-top: .5rem; font-size: .9rem; }
.section { display: grid; grid-template-columns: 12rem minmax(0, 1fr); gap: 2rem; padding-block: 2.25rem; border-top: 1px solid var(--rule); }
.section > h2 { margin: 0; }
.section-body { max-width: 650px; }
.section-body > :last-child { margin-bottom: 0; }
.section-body > a { font-size: .9rem; overflow-wrap: anywhere; }
.hiring-note { margin: 1rem 0 0; color: var(--muted); font-size: .85rem; font-weight: 400; }
.research-questions { list-style: none; padding: 0; margin: 0; }
.research-questions li + li { margin-top: 2rem; }
.research-questions h3 { margin: 0 0 .5rem; font-size: 1rem; font-weight: 500; }
.research-questions p { margin: 0; }
h2 { font-size: 1rem; font-weight: 500; margin: 0 0 1rem; letter-spacing: -.015em; }
.construction { width: min(100%, 440px); margin: 0; justify-self: end; color: var(--ink); }
.construction svg { display: block; width: 100%; height: auto; }
.construction .grid { color: var(--muted); opacity: .6; }
.construction .guide line { fill: none; stroke: var(--muted); stroke-width: .2; stroke-dasharray: 1.2 1; opacity: .55; }
.construction .mark path { fill: var(--ink); }
.construction .core { fill: #b8501e; }
.construction .geometry { fill: none; stroke: var(--muted); stroke-width: .18; opacity: .45; }
.construction .geometry circle { stroke-dasharray: .8 1; }
.construction .registration { fill: none; stroke: var(--muted); stroke-width: .25; opacity: .4; }
.construction .band-axis { fill: none; stroke: var(--paper); stroke-width: .2; stroke-dasharray: 1.5 1; opacity: .35; }
.construction .vertices { fill: var(--paper); stroke: var(--ink); stroke-width: .25; }
.construction .detail-lines { fill: none; stroke: #b8501e; stroke-width: .25; }
.construction .edge-ticks { fill: none; stroke: var(--muted); stroke-width: .2; opacity: .6; }
.construction .alignment-marks { fill: none; stroke: var(--muted); stroke-width: .2; opacity: .65; }
.construction .dim line { stroke: var(--muted); stroke-width: .25; }
.construction .dim text { font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: 2.8px; fill: var(--muted); text-anchor: middle; }
.construction figcaption { display: flex; justify-content: space-between; gap: 1rem; margin-top: .75rem; padding-top: .75rem; border-top: 1px solid var(--rule); color: var(--muted); font-family: "IBM Plex Mono", ui-monospace, monospace; font-size: .6rem; }
.construction figcaption span:first-child { white-space: nowrap; }
.site-footer { display: flex; align-items: center; gap: .65rem; border-top: 1px solid var(--rule); padding-block: 1.5rem 2rem; color: var(--muted); font-size: .7rem; }
.footer-link { margin-left: auto; }
.site-footer img { width: 17px; height: 17px; opacity: .65; }
@media (max-width: 700px) {
  .mission-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .mission-copy { max-width: 34rem; }
  .construction { justify-self: center; }
  .section { grid-template-columns: 1fr; gap: .75rem; }
}
@media (max-width: 520px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 1rem; padding-block: 1.75rem; }
  .site-nav { gap: 1.5rem; }
  main { padding-top: 1.75rem; }
  body { font-size: .95rem; }
  h1 { font-size: 2.8rem; margin-bottom: 2rem; }
  .home-intro { padding-top: 0; padding-bottom: 2rem; }
  .section { padding-block: 2rem; }
}
