body {
  font-family: "Noto Sans", sans-serif;
  color: #172033;
  background: #fbfbfd;
}

a {
  color: #2b6de0;
}

a:hover {
  color: #184bab;
}

.site-navbar {
  background: transparent;
  border-bottom: 1px solid #e7eaf0;
  min-height: auto;
}

.site-navbar-brand {
  width: 100%;
  justify-content: center;
  min-height: auto;
}

.site-navbar .navbar-item {
  display: flex;
  align-items: center;
  padding: 0;
}

.site-navbar .navbar-item img {
  max-height: none;
}

.navbar-icon-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  width: 100%;
  padding: 1rem 0 1.25rem;
  flex-wrap: wrap;
}

.navbar-logo {
  display: block;
  height: 125px;
  width: auto;
  max-width: 350px;
}

.geometry-and-city-icon {
  height: 110px;
}

.publication-header .hero-body {
  padding-bottom: 1rem;
}

.page-column {
  max-width: 960px;
}

.publication-title,
.publication-authors,
.summary-line,
.section-subheading {
  font-family: "Google Sans", sans-serif;
}

.publication-title {
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.publication-venue {
  color: #6c7482;
  font-weight: 600;
}

.venue-spacer {
  min-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.publication-authors {
  color: #263042;
}

.publication-authors a {
  color: #2b6de0;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.publication-affiliations {
  margin-top: 0.35rem;
}

.author-block {
  display: inline-block;
  margin: 0 0.2rem;
}

.publication-links {
  margin-top: 1.5rem;
}

.link-block {
  display: inline-flex;
  margin: 0 0.25rem;
}

.link-block .button {
  min-width: 8rem;
}

.teaser .hero-body {
  padding-top: 0.5rem;
  padding-bottom: 1.75rem;
}

.hero-media {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.summary-line {
  font-size: 1.45rem;
  line-height: 1.5;
  text-align: center;
  color: #1d283c;
  max-width: 820px;
  margin: 0 auto;
}

.page-section {
  padding-top: 1.5rem;
}

.page-block {
  margin: 0 auto;
}

.page-block .title {
  margin-bottom: 1.35rem;
}

.narrative-copy {
  font-size: 1.02rem;
  line-height: 1.8;
}

.narrative-copy p + p {
  margin-top: 1rem;
}

.meshon-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 280px;
  margin: 0 auto 1.5rem;
  padding: 2.25rem 1.5rem;
  border: 1px dashed #b8c1d1;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(75, 112, 195, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 252, 0.96));
  box-shadow: 0 18px 45px rgba(28, 39, 62, 0.08);
  text-align: center;
}

.meshon-figure.has-image {
  min-height: 0;
  padding: 0.85rem;
  border-style: solid;
  border-color: #dde4ee;
  background: #ffffff;
}

.meshon-figure-hero {
  min-height: 360px;
}

.meshon-figure-wide {
  min-height: 320px;
}

.meshon-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.meshon-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  width: 100%;
}

.placeholder-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6a7487;
}

.placeholder-path {
  font-family: "Google Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #1e2a40;
  word-break: break-word;
}

.placeholder-note {
  color: #5a6578;
}

.section-divider {
  margin: 2.4rem 0;
  font-family: "Castoro", serif;
  font-size: 1.2rem;
  letter-spacing: 0.35em;
  text-align: center;
  color: #8a92a1;
}

.section-subheading {
  margin-top: 1.75rem;
  margin-bottom: 0.9rem !important;
}

.table-wrap {
  overflow-x: auto;
  margin-bottom: 1.1rem;
  border: 1px solid #e1e6ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(28, 39, 62, 0.06);
}

.quant-table {
  margin-bottom: 0;
  min-width: 720px;
}

.quant-table thead th {
  background: #f1f4fa;
  color: #172033;
}

.quant-table th,
.quant-table td {
  vertical-align: middle;
}

.table-caption,
.bibtex-note {
  color: #586173;
  line-height: 1.7;
}

.table-caption {
  margin-bottom: 1.5rem;
}

.footer {
  background: transparent;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.footer-column {
  max-width: 760px;
}

.footer p {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .navbar-icon-links {
    gap: 1.25rem;
    padding: 0.75rem 0 1rem;
  }

  .navbar-logo {
    height: 70px;
    max-width: 180px;
  }

  .geometry-and-city-icon {
    height: 62px;
  }

  .publication-title {
    font-size: 2.35rem !important;
  }

  .publication-authors,
  .publication-affiliations {
    font-size: 1rem !important;
  }

  .summary-line {
    font-size: 1.15rem;
  }

  .meshon-figure,
  .meshon-figure-hero,
  .meshon-figure-wide {
    min-height: 220px;
    padding: 1.75rem 1rem;
    border-radius: 18px;
  }

  .meshon-figure.has-image,
  .meshon-figure-hero.has-image,
  .meshon-figure-wide.has-image {
    min-height: 0;
    padding: 0.6rem;
  }

  .meshon-figure-grid {
    grid-template-columns: 1fr;
  }

  .placeholder-path {
    font-size: 1rem;
  }

  .section-divider {
    letter-spacing: 0.2em;
  }
}
