:root {
  --ink: #333f48;
  --ink-soft: #46545e;
  --dark: #111820;
  --paper: #fff;
  --sand: #f2f0e9;
  --sand-deep: #d6d2c4;
  --line: rgba(51, 63, 72, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --accent: #bf5700;
  --accent-soft: #d6d2c4;
  --highlight: #f8971f;
  --secondary: #005f86;
  --success: #579d42;
  --success-ink: #3f742f;
  --focus: #f8971f;
  --muted-accent: #9cadb7;
  --max-copy: 760px;
  --radius: 22px;
  --shadow: 0 28px 70px rgba(51, 63, 72, 0.14);
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
  border-radius: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  color: var(--ink);
  background: var(--paper);
  border-radius: 999px;
  box-shadow: var(--shadow);
  transform: translateY(-200%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  width: min(1180px, calc(100% - 3rem));
  max-width: none !important;
}

.paper-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--paper);
  background: var(--dark);
  isolation: isolate;
}

.paper-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 48%;
  transform: translateX(5.5%) scale(1.14);
  transform-origin: 52% 48%;
}

.paper-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 24, 32, 0.98) 0%, rgba(17, 24, 32, 0.93) 35%, rgba(17, 24, 32, 0.54) 64%, rgba(17, 24, 32, 0.16) 100%),
    linear-gradient(0deg, rgba(17, 24, 32, 0.9) 0%, transparent 30%, rgba(17, 24, 32, 0.22) 100%);
}

.project-nav {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.project-brand {
  min-width: 32px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--paper);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.project-brand__mark {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  box-sizing: border-box;
  padding: 1px;
  background: var(--sand);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 7px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.16);
}

.project-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.25rem);
}

.project-nav__links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 140ms ease;
}

.project-nav__links a:hover {
  color: var(--paper);
}

.hero-content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 5rem 0 6rem;
}

.hero-content .container {
  flex-grow: 0;
  flex-shrink: 1;
  width: min(1180px, calc(100% - 3rem));
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.hero-kicker,
.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--accent);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-kicker {
  display: block;
  max-width: 940px;
  color: var(--highlight);
}

.hero-kicker span {
  display: block;
}

.hero-kicker .hero-kicker__topic {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82em;
}

.hero-title {
  max-width: 850px;
  margin: 0;
  color: var(--paper);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: clamp(2.9rem, 4.5vw, 4.1rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 780px;
  margin: 1.8rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: clamp(1.12rem, 1.9vw, 1.55rem);
  font-weight: 500;
  line-height: 1.4;
  text-wrap: balance;
}

.hero-authors {
  max-width: 870px;
  margin: 2.1rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.85;
}

.hero-authors a {
  color: var(--paper);
  font-weight: 700;
}

.hero-authors sup,
.hero-affiliations sup {
  margin-left: 0.08em;
  color: var(--highlight);
  font-size: 0.72em;
  font-weight: 700;
}

.hero-affiliations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.resource-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem 0.65rem 1rem;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: default;
  backdrop-filter: blur(10px);
}

.resource-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.resource-button--active {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
  cursor: pointer;
  text-decoration: none;
  transition: background 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.resource-button--active:hover {
  background: var(--highlight);
  border-color: var(--highlight);
  transform: translateY(-1px);
}

.resource-status {
  padding: 0.16rem 0.55rem;
  color: var(--ink);
  background: var(--highlight);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-jump {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-jump__inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  align-items: center;
  gap: 2.6rem;
}

.hero-jump span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-jump a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.hero-jump a:hover {
  color: var(--highlight);
}

.section-block {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.section-heading {
  max-width: var(--max-copy);
  margin-bottom: 4rem;
}

.section-heading--wide {
  max-width: 940px;
}

.section-title {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-wrap: balance;
}

.section-lead {
  max-width: 850px;
  margin: 1.65rem 0 0;
  color: #4b5962;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.overview-section {
  background: var(--sand);
}

.overview-section .eyebrow,
.metric-section .eyebrow {
  color: var(--secondary);
}

.abstract-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.3fr) minmax(0, 1fr);
  gap: 1.5rem 3.5rem;
  padding: clamp(2rem, 4vw, 3.75rem);
  background: var(--paper);
  border-top: 5px solid var(--accent);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 18px 50px rgba(51, 63, 72, 0.08);
}

.abstract-card h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.abstract-card p {
  grid-column: 2;
  margin: 0;
  color: #3e4b53;
}

.abstract-card p + p {
  margin-top: 0.4rem;
}

.contribution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contribution-card {
  position: relative;
  min-height: 280px;
  padding: 2.25rem;
  background: var(--paper);
}

.card-number {
  color: var(--accent);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.contribution-card h3,
.method-grid h3,
.metric-results h3,
.result-summary h3,
.deployment-copy h3 {
  margin: 3.2rem 0 0.75rem;
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.contribution-card p {
  margin: 0;
  color: #5c6870;
  font-size: 0.96rem;
  line-height: 1.55;
}

.system-section {
  background: var(--paper);
}

.system-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(3.5rem, 7vw, 7rem);
  align-items: center;
}

.system-copy .section-title {
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
}

.stage-list {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.stage-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.stage-list strong {
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 0.88rem;
}

.stage-list span {
  color: #5e6970;
  font-size: 0.92rem;
  line-height: 1.45;
}

.paper-figure {
  margin: 0;
}

.paper-figure img {
  width: 100%;
  height: auto;
  background: var(--sand);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

figcaption {
  max-width: 900px;
  margin-top: 1rem;
  color: #68737a;
  font-size: 0.78rem;
  line-height: 1.55;
}

.system-figure__media {
  position: relative;
}

.system-figure__media::after {
  content: "FIELD PLATFORM";
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1;
  padding: 0.45rem 0.7rem;
  color: var(--ink);
  background: var(--highlight);
  border-radius: 999px;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.method-section {
  color: var(--paper);
  background: var(--dark);
}

.section-heading--light .section-title,
.method-section .section-title {
  color: var(--paper);
}

.section-heading--light .section-lead,
.method-section .section-lead {
  color: rgba(255, 255, 255, 0.62);
}

.method-section .eyebrow {
  color: var(--highlight);
}

.pipeline-figure {
  margin: 0;
  padding: clamp(1rem, 2.5vw, 2.25rem);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.24);
}

.pipeline-figure img {
  width: 100%;
  height: auto;
}

.pipeline-image-link {
  display: block;
  border-radius: 12px;
}

.pipeline-figure figcaption {
  max-width: 960px;
  margin: 1rem auto 0;
  color: #5f6b72;
  text-align: center;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 5rem;
  background: var(--line-light);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.method-grid article {
  min-height: 320px;
  padding: 2.2rem 2.2rem 2.5rem;
  background: var(--dark);
}

.method-label {
  margin: 0;
  color: var(--highlight);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method-grid h3 {
  margin-top: 4rem;
  color: var(--paper);
}

.method-grid article > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.94rem;
  line-height: 1.6;
}

.metric-section {
  background: var(--sand);
}

.metric-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: 4rem;
}

.metric-intro .section-title {
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
}

.video-section {
  background: var(--paper);
}

.video-container {
  max-width: 1040px !important;
}

.video-section .section-heading {
  margin-bottom: 2.75rem;
}

.video-figure {
  margin: 0;
}

.video-figure video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--dark);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.metric-intro .section-lead {
  margin-top: 0;
  font-size: 1.08rem;
}

.metric-note {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  color: #5a666e;
  border-left: 3px solid var(--accent);
  font-size: 0.9rem;
  line-height: 1.6;
}

.wide-figure img {
  background: var(--paper);
  border-radius: 16px;
}

.metric-results {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  gap: 3rem;
  align-items: center;
  margin-top: 5rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(51, 63, 72, 0.07);
}

.metric-results h3,
.result-summary h3,
.deployment-copy h3 {
  margin-top: 0;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.metric-results__copy > p:last-child,
.result-summary > p,
.deployment-copy > p {
  color: #5f6b72;
  font-size: 0.92rem;
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.results-table {
  width: 100%;
  min-width: 570px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
}

.results-table caption {
  padding: 1rem 1.25rem 0.65rem;
  color: #6d787f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.results-table th,
.results-table td {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  text-align: right;
  white-space: nowrap;
}

.results-table th:first-child,
.results-table td:first-child {
  text-align: left;
}

.results-table thead th {
  color: #65706e;
  background: #f7f7f4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.results-table tbody th,
.results-table tbody td {
  font-size: 0.88rem;
  font-weight: 500;
}

.results-table tbody tr:last-child th,
.results-table tbody tr:last-child td {
  border-bottom: 0;
}

.results-table .best-row th,
.results-table .best-row td {
  color: var(--ink);
  background: rgba(87, 157, 66, 0.14);
}

.results-table .best-row strong {
  color: var(--success-ink);
}

.results-section {
  background: var(--paper);
}

.traversability-figure img {
  padding: clamp(0.25rem, 1vw, 0.75rem);
  background: #000;
  border-radius: 16px;
}

.result-detail-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(3rem, 7vw, 6rem);
  align-items: center;
  margin-top: 5rem;
}

.result-callout {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.result-callout strong {
  color: var(--success);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: clamp(2.7rem, 5vw, 4.3rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.result-callout span {
  max-width: 150px;
  color: #68747b;
  font-size: 0.72rem;
  line-height: 1.4;
}

.results-table--large {
  min-width: 610px;
}

.deployment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  margin-top: clamp(6rem, 11vw, 10rem);
  padding-top: clamp(5rem, 8vw, 8rem);
  border-top: 1px solid var(--line);
}

.deployment-figure img {
  box-shadow: 0 20px 55px rgba(0, 95, 134, 0.14);
}

.future-note {
  margin-top: 1.75rem !important;
  padding: 1.25rem;
  color: var(--ink) !important;
  background: var(--accent-soft);
  border-radius: 12px;
  font-size: 0.82rem !important;
}

.team-section {
  background: var(--sand);
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.team-card {
  flex: 0 1 calc((100% - 8rem) / 5);
  min-width: 0;
  text-align: center;
}

.team-avatar-link {
  display: block;
  width: min(100%, 190px);
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  text-decoration: none;
}

.team-avatar-link .team-avatar {
  width: 100%;
  height: 100%;
  margin: 0;
}

.team-avatar-link:focus-visible {
  border-radius: 50%;
}

.team-avatar {
  width: min(100%, 190px);
  aspect-ratio: 1;
  margin: 0 auto;
  object-fit: cover;
  border: 5px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(51, 63, 72, 0.12);
}

.team-avatar--photo {
  position: relative;
  overflow: hidden;
}

.team-avatar__image {
  position: absolute;
  left: 50%;
  max-width: none;
  object-fit: cover;
  transform: translateX(-50%);
}

.team-avatar__image--seoyoung {
  top: -6.5%;
  width: 172%;
  height: 172%;
}

.team-avatar__image--shaekh {
  top: -20%;
  width: 160%;
  height: 160%;
}

.team-avatar__image--atlas {
  top: -4%;
  width: 104%;
  height: 104%;
}

.team-avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  background: var(--accent);
}

.team-avatar--placeholder svg {
  width: 48%;
  fill: currentColor;
}

.team-avatar--orange {
  background: var(--accent);
}

.team-avatar--teal {
  background: var(--secondary);
}

.team-avatar--purple {
  background: var(--muted-accent);
}

.team-card h3 {
  margin: 1.25rem 0 0;
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.team-card h3 a {
  text-decoration: none;
}

.team-card h3 a:hover {
  text-decoration: underline;
}

.team-card p {
  margin: 0.45rem auto 0;
  color: #55615e;
  font-size: 0.76rem;
  line-height: 1.45;
}

.citation-section {
  color: var(--paper);
  background: var(--dark);
}

.citation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3rem;
}

.citation-grid > div:first-child {
  max-width: 900px;
}

.citation-section .eyebrow {
  color: var(--highlight);
}

.citation-section .section-title {
  color: var(--paper);
  font-size: clamp(2.1rem, 3.4vw, 3.35rem);
}

.citation-section .section-lead {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
}

.citation-reference {
  margin: 1.75rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.65;
}

.citation-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.citation-links a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0.45rem 0.85rem;
  color: var(--ink);
  background: var(--highlight);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.citation-links a:hover {
  background: var(--paper);
}

.citation-code {
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow-x: auto;
  background: #080d11;
  border: 1px solid var(--line-light);
  border-radius: 16px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.3);
}

.citation-code pre {
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
}

.citation-code code {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  background: transparent;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(0.68rem, 1.1vw, 0.82rem);
  line-height: 1.55;
  white-space: pre;
}

.site-footer {
  padding: 3.5rem 0;
  color: #5c6870;
  background: var(--sand);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 3rem 7rem;
}

.footer-title {
  color: var(--ink);
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.site-footer p {
  max-width: 650px;
  margin: 0.7rem 0 0;
  font-size: 0.75rem;
  line-height: 1.65;
}

.footer-credits p:first-child {
  margin-top: 0;
}

.site-footer a:not(.footer-title) {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 1023px) {
  .system-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: 3.5rem;
  }

  .method-grid article {
    padding-inline: 1.6rem;
  }

  .metric-intro,
  .citation-grid {
    gap: 4rem;
  }

  .team-grid {
    gap: 2rem;
  }

  .team-card {
    flex-basis: calc((100% - 4rem) / 3);
  }
}

@media (max-width: 768px) {
  .container {
    width: min(680px, calc(100% - 2rem));
  }

  .hero-content .container {
    width: min(680px, calc(100% - 2rem));
  }

  .paper-hero {
    min-height: 100svh;
  }

  .paper-hero__image {
    object-position: 48% 48%;
    transform: translateX(2.5%) scale(1.08);
  }

  .paper-hero__overlay {
    background:
      linear-gradient(90deg, rgba(17, 24, 32, 0.95), rgba(17, 24, 32, 0.6)),
      linear-gradient(0deg, rgba(17, 24, 32, 0.96), transparent 48%, rgba(17, 24, 32, 0.58));
  }

  .nav-inner {
    min-height: 68px;
    align-items: center;
    gap: 1rem;
  }

  .project-brand span:last-child {
    display: none;
  }

  .project-nav__links {
    flex: 1;
    justify-content: flex-end;
    gap: clamp(0.8rem, 4vw, 1.5rem);
  }

  .project-nav__links a {
    font-size: 0.72rem;
  }

  .hero-content {
    padding: 4.5rem 0 5rem;
  }

  .hero-title {
    font-size: clamp(2.85rem, 12vw, 3.75rem);
  }

  .hero-subtitle {
    max-width: 560px;
    font-size: 1.07rem;
  }

  .hero-authors {
    font-size: 0.89rem;
    line-height: 1.75;
  }

  .hero-affiliations {
    display: block;
    font-size: 0.75rem;
  }

  .hero-affiliations span {
    display: block;
  }

  .hero-jump {
    display: none;
  }

  .section-block {
    padding: 5rem 0;
  }

  .section-heading {
    margin-bottom: 2.8rem;
  }

  .section-title {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .abstract-card {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .abstract-card p {
    grid-column: 1;
  }

  .contribution-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .contribution-card,
  .method-grid article {
    min-height: 0;
  }

  .contribution-card h3,
  .method-grid h3 {
    margin-top: 2rem;
  }

  .system-grid,
  .metric-intro,
  .metric-results,
  .result-detail-grid,
  .deployment-grid,
  .citation-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .system-grid {
    gap: 3rem;
  }

  .system-figure {
    order: -1;
  }

  .method-grid {
    margin-top: 3rem;
  }

  .metric-intro {
    gap: 2rem;
  }

  .metric-results,
  .result-detail-grid,
  .deployment-grid,
  .citation-grid {
    gap: 2.5rem;
  }

  .deployment-grid {
    margin-top: 6rem;
    padding-top: 5rem;
  }

  .footer-grid {
    gap: 2.5rem;
  }

  .team-grid {
    gap: 1.25rem;
  }

  .team-card {
    flex-basis: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
  }

  .project-nav__links a:nth-child(2),
  .project-nav__links a:nth-child(5) {
    display: none;
  }

  .hero-content {
    align-items: flex-end;
    padding-top: 3.5rem;
  }

  .hero-title {
    font-size: clamp(2.75rem, 12vw, 3.25rem);
  }

  .hero-subtitle {
    margin-top: 1.35rem;
  }

  .hero-authors {
    margin-top: 1.5rem;
  }

  .resource-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .resource-button {
    min-height: 42px;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.5rem 0.35rem;
    font-size: 0.78rem;
  }

  .resource-button svg {
    display: none;
  }

  .resource-status {
    padding: 0.12rem 0.35rem;
    font-size: 0.5rem;
  }

  .section-lead {
    font-size: 1rem;
  }

  .abstract-card,
  .contribution-card,
  .metric-results {
    padding: 1.5rem;
  }

  .stage-list li {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .pipeline-figure {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .result-callout {
    display: block;
  }

  .result-callout span {
    display: block;
    max-width: 240px;
    margin-top: 0.6rem;
  }

  .citation-code {
    padding: 1.25rem;
  }

  .citation-code code {
    font-size: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
