body {
  font-family: 'Noto Sans', sans-serif;
  background: linear-gradient(180deg, #f7f7f2 0%, #fcfcfa 28%, #ffffff 100%);
  color: #1f2933;
}

a {
  color: #0f766e;
}

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

.link-block a,
.link-block .button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.synicl-hero {
  position: relative;
  overflow: hidden;
}

.synicl-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(15, 118, 110, 0.16), transparent 34%),
    radial-gradient(circle at top right, rgba(191, 219, 254, 0.45), transparent 30%);
  pointer-events: none;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 118, 110, 0.18);
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  color: #102a43;
  line-height: 1.08;
}

.publication-authors,
.publication-status {
  font-family: 'Google Sans', sans-serif;
}

.publication-status {
  color: #52606d;
  margin-top: 0.5rem;
}

.author-block {
  display: inline-block;
}

.action-button {
  background: #12343b;
  border-color: #12343b;
  color: #fff;
  box-shadow: 0 12px 30px rgba(18, 52, 59, 0.14);
}

.action-button.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.video-shell {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(18, 52, 59, 0.1);
  box-shadow: 0 24px 60px rgba(18, 52, 59, 0.14);
  background: #d9e2ec;
}

.video-shell video {
  display: block;
  width: 100%;
  height: auto;
}

.teaser-caption {
  max-width: 48rem;
  margin: 1.5rem auto 0;
  color: #334e68;
  font-family: 'Castoro', serif;
}

.section-card {
  padding-top: 2rem;
}

.paper-copy {
  padding: 2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.08);
}

.model-card {
  padding: 1.5rem;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(15, 118, 110, 0.08);
}

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

.model-caption {
  margin: 1rem 0 0;
  color: #486581;
}

.experiment-carousel {
  overflow: hidden;
}

.experiment-carousel .item {
  padding: 0.25rem;
}

.experiment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.experiment-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: #d9e2ec;
}

.highlight-panel {
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #12343b 0%, #1f5c61 100%);
  color: #f8fafc;
}

.highlight-item {
  height: 100%;
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.highlight-value {
  margin-bottom: 0.35rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.highlight-label {
  margin-bottom: 0;
  color: rgba(248, 250, 252, 0.86);
}

.bibtex-placeholder {
  padding: 1rem 1.25rem;
  border-radius: 14px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2.4rem !important;
  }

  .paper-copy,
  .highlight-panel {
    padding: 1.25rem;
  }

  .experiment-grid {
    grid-template-columns: 1fr;
  }
}
