html {
  scroll-behavior: smooth;
  background: #ffffff;
}

:root {
  --content-column-width: 1080px;
  --content-side-padding: clamp(18px, 4vw, 34px);
  --section-layout-width: 960px;
  --text-column-width: 840px;
  --anchored-text-column-width: calc(var(--text-column-width) + ((var(--section-layout-width) - var(--text-column-width)) / 2));
  --hero-media-max-width: 1280px;
  --page-bg: #f7f7f8;
  --band-bg: #ffffff;
  --band-alt-bg: linear-gradient(180deg, rgba(244, 244, 245, 0.94) 0%, rgba(249, 249, 250, 0.99) 100%);
  --band-border: rgba(38, 43, 50, 0.06);
  --hero-shadow: 0 24px 64px rgba(20, 36, 58, 0.08);
  --accent: hsl(204, 86%, 45%);
}

body {
  margin: 0;
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
  color: #1b2430;
  background: var(--page-bg);
}

.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.icon .svg-inline--fa {
  display: block;
  height: 1em;
}

a {
  color: hsl(204, 86%, 45%);
}

.page-shell-container {
  width: 100%;
  max-width: calc(var(--content-column-width) + (var(--content-side-padding) * 2));
  margin: 0 auto;
  padding-left: var(--content-side-padding);
  padding-right: var(--content-side-padding);
  box-sizing: border-box;
}

.content-column.column,
.content-column.is-four-fifths,
.footer-content-column.column.is-8 {
  width: 100%;
  max-width: var(--content-column-width);
  flex: none;
  margin: 0 auto;
}

.page-hero .hero-body {
  padding-top: calc(clamp(36px, 6vw, 68px) + env(safe-area-inset-top, 0px));
  padding-bottom: clamp(20px, 3vw, 32px);
}

.page-hero {
  position: relative;
  z-index: 6;
  background: #ffffff;
}

.page-hero .columns.is-centered,
.section .columns.is-centered,
.footer .columns.is-centered {
  margin-left: 0;
  margin-right: 0;
}

.page-hero .column,
.section .column,
.footer .column {
  padding-left: 0;
  padding-right: 0;
}

.section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-band {
  position: relative;
  z-index: 1;
  padding-top: clamp(44px, 7vw, 76px);
  padding-bottom: clamp(48px, 7vw, 82px);
  background: var(--band-bg);
  border-top: 1px solid var(--band-border);
}

.section-band-alt {
  background: var(--band-alt-bg);
}

.section-center-layout .section-heading-group {
  text-align: center;
  text-align-last: center;
}

.section-center-layout .content,
.section-center-layout .section-intro-copy,
.section-center-layout .content p,
.section-center-layout .section-intro-copy p,
.section-center-layout .content.has-text-justified,
.section-center-layout .content.has-text-justified p {
  text-align: justify !important;
  text-align-last: auto !important;
}

.section-panel {
  padding-top: clamp(2px, 0.4vw, 8px);
}

.discussion-section-panel {
  max-width: var(--section-layout-width);
}

.discussion-section.section-band {
  padding-bottom: 85px;
}

br.section-heading-break-mobile,
br.footer-nerfies-break {
  display: none;
}

.acknowledgments-intro-followup {
  display: inline;
}

.acknowledgments-intro-break {
  display: block;
}

.discussion-switcher {
  width: 100%;
  max-width: var(--section-layout-width);
  margin: 0 auto;
}

.discussion-switcher-controls {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 auto calc(1.55rem - 15px);
  padding: 6px;
  border: 1px solid rgba(38, 43, 50, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(20, 36, 58, 0.06);
}

.discussion-switcher-highlight {
  position: absolute;
  top: var(--discussion-highlight-top, 8px);
  left: 0;
  width: var(--discussion-highlight-width, 0px);
  height: var(--discussion-highlight-height, 0px);
  border: 1px solid rgba(233, 245, 255, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, hsl(205, 78%, 47%) 0%, hsl(208, 84%, 35%) 100%);
  box-shadow: 0 10px 22px rgba(18, 78, 138, 0.24);
  transform: translateX(var(--discussion-highlight-left, 0px));
  visibility: hidden;
  transition: none;
  will-change: transform, width, height, top;
  pointer-events: none;
  z-index: 0;
}

.discussion-switcher-controls.is-highlight-ready .discussion-switcher-highlight {
  visibility: visible;
  transition: transform 340ms cubic-bezier(0.22, 1, 0.36, 1), top 340ms cubic-bezier(0.22, 1, 0.36, 1), width 340ms cubic-bezier(0.22, 1, 0.36, 1), height 340ms cubic-bezier(0.22, 1, 0.36, 1), background 180ms ease;
}

.discussion-switcher-highlight::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.discussion-segmented-button {
  appearance: none;
  position: relative;
  z-index: 1;
  min-width: min(220px, 42vw);
  padding: 0.78rem 1.14rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5c6979;
  font-family: 'Jost', sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: color 230ms cubic-bezier(0.22, 1, 0.36, 1), transform 80ms ease;
}

.discussion-segmented-label {
  display: block;
}

.discussion-segmented-button:hover,
.discussion-segmented-button:focus-visible {
  color: #24384b;
  outline: none;
}

.discussion-segmented-button.is-active {
  color: #ffffff;
}

.discussion-segmented-button.is-active:hover,
.discussion-segmented-button.is-active:focus-visible {
  color: #ffffff;
}

button,
a.button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button {
  -webkit-appearance: none;
  appearance: none;
}

.discussion-panels {
  position: relative;
  width: 100%;
  max-width: var(--section-layout-width);
  margin: 0 auto;
  height: var(--discussion-panels-height, auto);
  z-index: 2;
}

.discussion-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 140ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 280ms;
}

.discussion-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 160ms ease 45ms, transform 280ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
}

.discussion-panel[hidden] {
  display: none !important;
}

.discussion-tradeoffs-copy {
  max-width: 45rem;
  padding-top: clamp(20px, 2.4vw, 34px);
  margin-bottom: 0;
}

.discussion-tradeoffs-copy > p:last-of-type {
  margin-bottom: 0;
}

.discussion-panel-resolution {
  display: flex;
  align-items: center;
}

.discussion-resolution-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(20px, 3.5vw, 34px);
  align-items: center;
  width: 100%;
  overflow: visible;
}

.discussion-resolution-figure {
  position: relative;
  top: 0;
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 20px 0 0;
  background: transparent;
  border-radius: 9px;
  overflow: visible;
  z-index: 2;
  align-self: center;
  transform-origin: center center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.discussion-resolution-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 9px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: none;
  transition: box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.discussion-resolution-figure:focus-visible {
  outline: none;
}

.discussion-resolution-caption {
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  width: min(100% - 0.75rem, 24rem);
  padding: 0.46rem 0.78rem;
  border-radius: 8px;
  background: rgba(54, 54, 54, 0.96);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
  color: rgba(255, 255, 255, 0.96);
  font-family: 'Jost', sans-serif;
  font-size: calc(0.72rem + 2px);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.42;
  text-align: center;
  text-transform: none;
  white-space: normal;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity 160ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.discussion-resolution-caption-line-secondary {
  display: block;
  margin-top: 0.08rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84em;
  letter-spacing: 0.02em;
}

.discussion-resolution-figure:hover,
.discussion-resolution-figure:focus-visible {
  z-index: 4;
  transform: scale(1.16);
}

.discussion-resolution-figure.is-tap-active {
  z-index: 4;
  transform: scale(1.16);
}

.discussion-resolution-figure:hover .discussion-resolution-image,
.discussion-resolution-figure:focus-visible .discussion-resolution-image {
  transform: none;
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.discussion-resolution-figure.is-tap-active .discussion-resolution-image {
  transform: none;
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.discussion-resolution-figure:hover .discussion-resolution-caption,
.discussion-resolution-figure:focus-visible .discussion-resolution-caption {
  opacity: 1;
  transform: translate(-50%, 0);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.discussion-resolution-figure.is-tap-active .discussion-resolution-caption {
  opacity: 1;
  transform: translate(-50%, 0);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.discussion-resolution-copy {
  padding-top: clamp(20px, 2.4vw, 34px);
  margin-bottom: 0;
}

.discussion-resolution-copy.content {
  font-size: 1.02rem !important;
  line-height: 1.78 !important;
}

.discussion-resolution-copy.content p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin-bottom: 1rem;
}

.discussion-resolution-copy > p:last-of-type {
  margin-bottom: 0;
}

.section-band .discussion-resolution-copy.content.has-text-justified > p {
  max-width: none;
}

.insight-static-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4.6vw, 54px);
  align-items: start;
  width: 100%;
  max-width: var(--section-layout-width);
  margin: 0 auto;
}

.insight-static-copy,
.insight-static-figure {
  min-width: 0;
}

.insight-static-copy {
  width: 100%;
}

.insight-static-copy .section-heading-group,
.insight-static-body {
  margin-left: 0;
  margin-right: 0;
}

.insight-static-copy-right {
  justify-self: end;
}

.insight-static-copy-right .section-heading-group,
.insight-static-copy-right .content {
  margin-left: auto;
  margin-right: 0;
}

.insight-static-copy-right .insight-static-body,
.insight-section-right .insight-static-copy-right .insight-static-body p {
  text-align: justify;
  text-align-last: left;
}

.insight-static-section.section-band,
.insight-static-section .page-shell-container,
.insight-static-section .content-section-block,
.insight-static-section .section-panel,
.insight-static-layout {
  overflow: visible;
}

.insight-static-section.section-band {
  z-index: 2;
}

.insight-static-section.section-band:hover,
.insight-static-section.section-band:focus-within {
  z-index: 5;
}

.insight-section-right .insight-static-copy-right .insight-static-body > p {
  margin-left: 0;
  margin-right: auto;
}

.insight-static-figure {
  position: relative;
  width: 99%;
  margin: clamp(1.72rem, 1.8vw, 1.92rem) 0 0;
  align-self: start;
  overflow: visible;
  z-index: 2;
}

.insight-static-layout .insight-static-figure {
  justify-self: end;
}

.insight-static-layout-reversed .insight-static-figure {
  justify-self: start;
}

.insight-static-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  border: 1px solid rgba(84, 92, 99, 0.12);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: none;
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
  transition: box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.insight-static-caption {
  left: 0;
  top: calc(100% + 36px);
  width: 100%;
  max-width: none;
  font-size: 15.68px;
  transform: translateY(12px);
}

.insight-static-figure:focus-visible {
  outline: none;
}

.insight-static-figure:hover,
.insight-static-figure:focus-visible {
  z-index: 4;
}

.insight-static-figure.is-tap-active {
  z-index: 4;
}

.insight-static-figure:hover .insight-static-image,
.insight-static-figure:focus-visible .insight-static-image {
  transform: scale(1.16);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.insight-static-figure.is-tap-active .insight-static-image {
  transform: scale(1.16);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.insight-static-figure:hover .insight-static-caption,
.insight-static-figure:focus-visible .insight-static-caption {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

.insight-static-figure.is-tap-active .insight-static-caption {
  opacity: 1;
  transform: translateY(0);
  box-shadow: 0 22px 44px rgba(25, 40, 62, 0.22);
}

@media (max-width: 1023px) {
  .discussion-resolution-figure {
    top: 20px;
    padding-top: 0;
  }
}

@media (max-width: 860px) {
  .insight-static-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
  }

  .insight-static-layout-reversed .insight-static-copy {
    order: 1;
  }

  .insight-static-layout-reversed .insight-static-figure {
    order: 2;
  }

  .insight-static-figure,
  .insight-static-layout .insight-static-figure,
  .insight-static-layout-reversed .insight-static-figure {
    width: 100%;
    max-width: none;
    margin-top: 0;
    justify-self: stretch;
    align-self: start;
  }
}

@media (max-width: 720px) {
  .discussion-switcher-controls {
    width: min(100%, 360px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 5px;
    border-radius: 999px;
  }

  .discussion-segmented-button {
    min-width: 0;
    padding: 0.72rem 0.58rem;
    font-size: 0.92rem;
  }

  .discussion-panels {
    height: var(--discussion-panels-height, auto);
  }

  .discussion-resolution-layout {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
  }

  .insight-static-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .insight-static-layout-reversed .insight-static-copy {
    order: 1;
  }

  .insight-static-layout-reversed .insight-static-figure {
    order: 2;
  }

  .discussion-resolution-figure,
  .insight-static-figure {
    top: 0;
    margin-top: 20px;
    padding-top: 0;
  }

  .discussion-tradeoffs-copy {
    padding-top: clamp(22px, 6vw, 30px);
  }

  .discussion-resolution-copy {
    padding-top: clamp(17px, calc(6vw - 5px), 25px);
  }

}

.section-heading-group {
  width: 100%;
  max-width: var(--section-layout-width);
  margin: 0 auto 1.4rem;
  text-align: left;
}

.section-kicker {
  margin: 0 0 0.38rem;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: hsl(204, 86%, 45%);
}

.section-heading {
  margin: 0;
  font-size: clamp(1.875rem, 2.35vw, 2.12rem);
  font-weight: 400;
  line-height: 1.22;
  color: #66717f;
}

.section-band .content.has-text-justified,
.section-band .section-intro-copy {
  max-width: var(--section-layout-width);
  margin-left: auto;
  margin-right: auto;
}

.section-band .content.has-text-justified > p,
.section-band .section-intro-copy > p {
  max-width: var(--text-column-width);
}

.section-band:not(.section-center-layout):not(.insight-section-right):not(.results-section-right) .content.has-text-justified > p,
.section-band:not(.section-center-layout):not(.insight-section-right):not(.results-section-right) .section-intro-copy > p {
  max-width: var(--anchored-text-column-width);
  margin-left: 0;
  margin-right: auto;
}

.section-center-layout .content.has-text-justified > p,
.section-center-layout .section-intro-copy > p {
  margin-left: auto;
  margin-right: auto;
}

.section-band .section-intro-copy {
  font-size: 1.02rem;
  line-height: 1.78;
  text-align: justify;
}

.paper-reference-inline {
  position: relative;
  color: #16344f;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.13em;
  text-decoration-color: rgba(22, 52, 79, 0.34);
}

.paper-reference-inline:hover,
.paper-reference-inline:focus-visible {
  color: var(--accent);
  text-decoration-color: rgba(17, 77, 142, 0.28);
}

.paper-reference-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  width: max-content;
  max-width: min(320px, calc(100vw - 40px));
  padding: 0.72rem 0.86rem 0.72rem 1.39rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(99, 145, 192, 0.28);
  color: #213446;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.42;
  text-align: left;
  white-space: normal;
  box-shadow: 0 14px 30px rgba(23, 36, 53, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease, transform 150ms ease;
  z-index: 4;
}

.paper-reference-tooltip::before {
  content: '';
  position: absolute;
  top: 0.84rem;
  bottom: 0.84rem;
  left: 0.69rem;
  width: 2px;
  border-radius: 999px;
  background: rgba(84, 136, 184, 0.55);
}

.paper-reference-tooltip-title {
  display: block;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.35;
  color: #1e2f40;
}

.paper-reference-tooltip-authors {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.42;
  color: rgba(30, 47, 64, 0.76);
}

.paper-reference-inline:hover .paper-reference-tooltip,
.paper-reference-inline:focus-visible .paper-reference-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.section-reference-layout {
  position: relative;
  width: 100%;
  max-width: var(--content-column-width);
  margin: 0 auto;
}

.section-reference-main {
  min-width: 0;
}

.section-references {
  width: 100%;
  margin-top: 1.5rem;
}

.section-references-card {
  width: 100%;
  padding: 0;
  text-align: left;
  opacity: 0.66;
  transition: opacity 180ms ease;
}

.section-references:hover .section-references-card,
.section-references:focus-within .section-references-card {
  opacity: 1;
}

.section-references-kicker {
  margin: 0 0 0.6rem;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: hsl(204, 86%, 45%);
}

.section-reference-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-reference-item {
  display: grid;
  grid-template-columns: 1.75rem minmax(0, 1fr);
  gap: 0.38rem;
  align-items: start;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(38, 43, 50, 0.08);
  scroll-margin-top: 24px;
}

.section-reference-number {
  font-size: 0.95rem;
  font-weight: 500;
  color: #5f6c7c;
}

.section-reference-body a {
  color: #233648;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
}

.section-reference-body a:hover,
.section-reference-body a:focus-visible {
  color: hsl(204, 86%, 45%);
}

.section-reference-body p {
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #627081;
}

.section-band .section-references-card {
  background: transparent;
}

.section-band-alt .section-references-card {
  background: transparent;
}

.section-band-tldr {
  padding-top: calc(clamp(14px, 2vw, 24px) - 10px);
  padding-bottom: clamp(26px, 4vw, 38px);
  border-top: 0;
  background: #ffffff;
}

.tldr-panel {
  max-width: var(--content-column-width);
  margin: 0 auto;
  padding: 0;
}

.tldr-frame {
  width: 100%;
  max-width: var(--content-column-width);
  margin: 0 auto;
  padding: 14px 0 26px;
  border-bottom: 1px solid rgba(70, 78, 88, 0.14);
}

.tldr-content {
  min-height: 0.25rem;
  max-width: var(--content-column-width);
}

.tldr-content p {
  margin: 0;
  font-size: clamp(1.12rem, 1.42vw, 1.3rem);
  line-height: 1.72;
  color: #314154;
  text-align: center;
}

.tldr-break {
  display: block;
}

.tldr-label {
  display: inline;
  margin-right: 0.45rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: hsl(204, 86%, 45%);
}

.publication-title {
  max-width: min(100%, 980px);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.6rem, 3.5vw, 3.95rem);
  line-height: 1.16;
}

.publication-title-wide {
  display: block;
}

.publication-title-mid {
  display: none;
}

.publication-subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -0.225rem auto 4px;
  padding: 0.5rem 0.96rem;
  border: 1px solid rgba(49, 65, 84, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 4px 12px rgba(20, 20, 20, 0.04);
  font-size: clamp(1.07rem, 1.31vw, 1.18rem);
  font-weight: 500;
  line-height: 1.1;
  color: #445063;
  text-decoration: none;
  transition: transform 106ms ease, box-shadow 119ms ease, background-color 119ms ease, border-color 119ms ease, color 119ms ease;
}

.publication-subtitle:hover,
.publication-subtitle:focus-visible {
  color: hsl(204, 86%, 45%);
  border-color: rgba(47, 121, 190, 0.24);
  box-shadow: 0 8px 18px rgba(20, 20, 20, 0.08);
  transform: translateY(-1px);
}

.publication-subtitle:active,
.publication-subtitle.is-pressed {
  transform: translateY(0) scale(0.992);
  box-shadow: 0 3px 10px rgba(20, 20, 20, 0.07);
}

.section-heading-group-right {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.section-copy-right,
.section-copy-right p {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-align-last: right;
}

.button.is-dark {
  transition: transform 106ms ease, box-shadow 119ms ease, background-color 119ms ease, border-color 119ms ease, color 119ms ease;
}

.button.is-dark:hover,
.button.is-dark:focus-visible {
  border-color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.72), 0 14px 30px rgba(20, 20, 20, 0.16);
  transform: translateY(-2px);
}

.button.is-dark:active {
  transform: translateY(0) scale(0.985);
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.14);
}

.publication-subtitle-break {
  display: inline;
  white-space: nowrap;
}

.content-section-separator {
  display: block;
  width: min(132px, 28vw);
  height: 3px;
  margin: clamp(18px, 2.5vw, 28px) auto clamp(18px, 2.5vw, 28px);
  border-radius: 999px;
  background: rgba(17, 77, 142, 0.26);
}

.content.has-text-justified,
.content.has-text-justified p,
.acknowledgments-copy,
.acknowledgments-copy p {
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.78;
}

.content p:last-child {
  margin-bottom: 0;
}

.content-section-block {
  padding-top: 0;
}

.bibtex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.bibtex-header .title {
  margin-bottom: 0;
}

.bibtex-column,
.acknowledgments-column {
  text-align: center;
}

.bibtex-column > .title,
.acknowledgments-column > .title {
  margin-bottom: 1.1rem;
}

.bibtex-card {
  position: relative;
  width: 100%;
  margin-top: 22px;
}

.bibtex-card pre {
  margin: 0;
  padding: 1.4rem 1.5rem;
  text-align: left;
  border-radius: 10px;
  box-sizing: border-box;
  color: #727272;
}

.bibtex-card code {
  color: inherit;
}

.bibtex-copy-button {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}

.bibtex-copy-button.button {
  min-height: 2.6rem;
  padding-left: calc(0.9rem + 24px);
  padding-right: calc(0.95rem + 24px);
  border-radius: 12px;
  border: 1px solid rgba(61, 70, 81, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #596575;
  font-family: 'Jost', sans-serif;
  font-size: 0.98rem;
  box-shadow: 0 10px 24px rgba(33, 40, 48, 0.08);
  transition: background-color 106ms ease, border-color 106ms ease, color 106ms ease, transform 106ms ease;
}

.bibtex-copy-button.button:hover,
.bibtex-copy-button.button:focus-visible {
  background: #ffffff;
  border-color: rgba(61, 70, 81, 0.24);
  color: #384351;
  box-shadow: 0 12px 26px rgba(33, 40, 48, 0.1);
  transform: translateY(-1px);
}

.bibtex-copy-button.button.is-copied,
.bibtex-copy-button.button.is-copied:hover,
.bibtex-copy-button.button.is-copied:focus-visible {
  border-color: rgba(61, 70, 81, 0.16);
  box-shadow: 0 10px 24px rgba(33, 40, 48, 0.08);
  color: #384351;
}

.bibtex-copy-button.button:active,
.bibtex-copy-button.button.is-pressed {
  transform: translateY(2px);
  box-shadow: 0 5px 12px rgba(33, 40, 48, 0.09);
}

@media (max-width: 640px) {
  .bibtex-copy-button {
    justify-content: center;
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .bibtex-card pre {
    padding: 1.2rem 1.1rem;
  }
  
  .content-section-separator {
    margin: 16px auto 18px;
  }
}

.background-img {
  background-image: url('https://i.imgur.com/s08MkXC.jpg');
}
.foreground-img {
  background-image: url('https://i.imgur.com/PfIWek4.jpg');
  width: 50%;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

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

.dnerf {
  font-variant: small-caps;
}


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

.teaser {
  font-family: 'Jost', sans-serif;
}

.navbar-inner {
  height: 280px;  
}

.publication-title {
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

.publication-title {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

.publication-authors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem 1.9rem;
  font-family: 'Jost', sans-serif;
  max-width: var(--content-column-width);
  margin-left: auto;
  margin-right: auto;
}

.hero-content-column > .publication-authors:first-of-type {
  margin-top: 1rem;
}

.hero-content-column > .publication-authors + .publication-authors {
  margin-top: 0.72rem;
}

.publication-authors-primary {
  gap: 0.8rem 2rem;
}

.publication-authors-secondary {
  gap: 0.7rem 1.6rem;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover,
.publication-authors a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.13em;
  text-decoration-color: rgba(17, 77, 142, 0.28);
}

.author-block {
  display: inline-flex;
  align-items: center;
  gap: 0.285rem;
}

.author-affiliation-pills {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  margin-left: 0;
}

.affiliation-block {
  gap: 5.3px;
}

.affiliation-name {
  line-height: 1.4;
  color: #4a5868;
}

.affiliation-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.16rem;
  height: 1.16rem;
  padding: 0;
  border: 1px solid rgba(17, 77, 142, 0.16);
  border-radius: 999px;
  background: rgba(17, 77, 142, 0.08);
  color: #617b97;
  font: inherit;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.75;
  cursor: pointer;
  transition: background-color 92ms ease, border-color 92ms ease, color 92ms ease, transform 92ms ease;
}

.affiliation-pill:hover,
.affiliation-pill:focus-visible,
.affiliation-pill.is-active {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  opacity: 1;
  transform: translateY(-1px);
}

.hero-teaser-band {
  position: relative;
  z-index: 3;
  width: 100vw;
  margin-top: 47px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  background: var(--band-alt-bg);
  border-top: 1px solid var(--band-border);
  border-bottom: 1px solid var(--band-border);
  overflow: visible;
}

.hero-teaser-image {
  --hero-teaser-top-offset: 0%;
  --hero-teaser-bottom-offset: 0%;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: var(--content-column-width);
  margin: calc(-1 * var(--hero-teaser-top-offset)) auto calc(-1 * var(--hero-teaser-bottom-offset));
  transform: none;
  border-radius: 0;
  box-shadow: none;
}

.hero-teaser-figure {
  --hero-teaser-top-offset: 0%;
  --hero-teaser-bottom-offset: 0%;
  --hero-teaser-figure-bg: linear-gradient(180deg, #f4f4f5 0%, #ededf0 100%);
  --hero-teaser-card-bg: #ffffff;
  --hero-teaser-card-border: #d9dde3;
  --hero-teaser-surface-bg: rgba(255, 255, 255, 0.85);
  --hero-teaser-surface-border: rgba(49, 65, 84, 0.165);
  --hero-teaser-surface-shadow: 0 4px 12px rgba(20, 20, 20, 0.04);
  --hero-teaser-chip-bg: linear-gradient(180deg, rgba(147, 193, 255, 0.62) 0%, rgba(80, 145, 232, 0.36) 100%);
  --hero-teaser-chip-border: rgba(255, 255, 255, 0.3);
  --hero-teaser-chip-text: #f8fbff;
  --hero-teaser-shadow: 0 18px 40px rgba(20, 36, 58, 0.08);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2px, 0.2vw, 4px);
  width: 100%;
  max-width: var(--content-column-width);
  aspect-ratio: 3000 / 1260;
  margin: calc(-1 * var(--hero-teaser-top-offset)) auto calc(-1 * var(--hero-teaser-bottom-offset));
  background: var(--hero-teaser-figure-bg);
  transform: none;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  line-height: 1;
}

.hero-teaser-panel {
  --hero-teaser-crop-x: 22%;
  --hero-teaser-image-scale: 1;
  position: relative;
  min-width: 0;
  min-height: 0;
  background: transparent;
  overflow: visible;
}

.hero-teaser-title-wrap,
.hero-teaser-meta-wrap {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-left: clamp(10px, 1vw, 18px);
  padding-right: clamp(10px, 1vw, 18px);
}

.hero-teaser-title-wrap {
  top: 0;
  transform: translateY(-33.3333333333%);
  pointer-events: auto;
}

.hero-teaser-meta-wrap {
  z-index: 4;
  left: clamp(10px, 1vw, 18px);
  right: clamp(10px, 1vw, 18px);
  bottom: clamp(10px, 1vw, 18px);
  padding-left: 0;
  padding-right: 0;
  transform: translateY(30px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.hero-teaser-title-card {
  background: var(--hero-teaser-surface-bg);
  border: 1px solid var(--hero-teaser-surface-border);
  box-shadow: var(--hero-teaser-surface-shadow);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  backdrop-filter: blur(12px) saturate(145%);
}

.hero-teaser-title-card {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: minmax(0, 1fr);
  width: 58%;
  min-height: clamp(30px, 3.4vw, 46px);
  padding: 0.12em 0.48em 0.16em;
  border-radius: 8px;
  color: #445063;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  pointer-events: auto;
  transition: transform 106ms ease, box-shadow 119ms ease, background-color 119ms ease, border-color 119ms ease, color 119ms ease;
}

.hero-teaser-title-card-static {
  cursor: default;
}

.hero-teaser-title-link {
  cursor: pointer;
}

.hero-teaser-title-link:hover,
.hero-teaser-title-link:focus-visible {
  color: hsl(204, 86%, 45%);
  border-color: rgba(47, 121, 190, 0.24);
  box-shadow: 0 8px 18px rgba(20, 20, 20, 0.08);
  transform: translateY(-1px);
  outline: none;
}

.hero-teaser-title-link:active {
  transform: translateY(0) scale(0.992);
  box-shadow: 0 3px 10px rgba(20, 20, 20, 0.07);
}

.hero-teaser-title-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
}

.hero-teaser-visual {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-teaser-crop-x) 50%;
  transform-origin: var(--hero-teaser-crop-x) 50%;
  transform: scale(var(--hero-teaser-image-scale));
}

.hero-teaser-placeholder-wrap {
  position: relative;
  height: 100%;
  overflow: visible;
  background: var(--hero-teaser-figure-bg);
  isolation: isolate;
  user-select: none;
  -webkit-user-select: none;
}

.hero-teaser-visual-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-teaser-figure.is-magnifying .hero-teaser-placeholder-wrap,
.hero-teaser-figure.is-magnifying .hero-teaser-placeholder-wrap * {
  cursor: none;
}

.hero-teaser-panel-3dgs {
  --hero-teaser-crop-x: 14%;
}

.hero-teaser-panel-3dgrt {
  --hero-teaser-crop-x: 16%;
}

.hero-teaser-panel-gray {
  --hero-teaser-crop-x: 17%;
}

.hero-teaser-visual-default {
  opacity: 1;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

.hero-teaser-magnifier {
  --hero-teaser-lens-size: clamp(78px, 8.3vw, 98px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: var(--hero-teaser-lens-size);
  height: var(--hero-teaser-lens-size);
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.16);
  background-repeat: no-repeat;
  box-shadow: 0 10px 20px rgba(20, 36, 58, 0.22), 0 0 0 1px rgba(20, 36, 58, 0.08);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.94);
  transition: opacity 120ms ease, transform 120ms ease;
}

.hero-teaser-magnifier::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.hero-teaser-magnifier.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.hero-teaser-meta-wrap {
  display: flex;
  justify-content: center;
}

.hero-teaser-meta-bar {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.99fr) minmax(0, 0.99fr);
  width: 100%;
  min-height: clamp(32px, 3.7vw, 46px);
  overflow: visible;
  border: 1px solid var(--hero-teaser-surface-border);
  border-radius: 999px;
  background: var(--hero-teaser-surface-bg);
  box-shadow: var(--hero-teaser-surface-shadow);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  backdrop-filter: blur(12px) saturate(145%);
}

.hero-teaser-meta-segment {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(2px, 0.18vw, 4px);
  min-width: 0;
  min-height: clamp(32px, 3.7vw, 46px);
  padding: clamp(5px, 0.55vw, 7px) clamp(9px, 0.9vw, 13px);
  color: #617b97;
  white-space: nowrap;
  pointer-events: auto;
}

.hero-teaser-meta-segment + .hero-teaser-meta-segment::before {
  content: "";
  position: absolute;
  top: 24%;
  bottom: 24%;
  left: 0;
  width: 1px;
  background: var(--hero-teaser-surface-border);
}

.hero-teaser-meta-segment-mode {
  color: #445063;
}

.hero-teaser-meta-text,
.hero-teaser-meta-value,
.hero-teaser-meta-label {
  display: inline-block;
}

.hero-teaser-meta-text {
  font-size: clamp(0.68rem, 0.96vw, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #445063;
  text-shadow: none;
}

.hero-teaser-meta-segment-mode .hero-teaser-meta-text {
  transform: translateX(2px);
}

.hero-teaser-meta-smallcaps-initial,
.hero-teaser-meta-smallcaps-rest {
  display: inline-block;
  font-weight: inherit;
  line-height: 1;
}

.hero-teaser-meta-smallcaps-rest {
  margin-left: 0.03em;
  font-size: 0.84em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-teaser-meta-value {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #24384e;
  text-shadow: none;
}

.hero-teaser-meta-label {
  font-size: clamp(0.56rem, 0.78vw, 0.74rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #617b97;
  text-shadow: none;
}

.hero-teaser-meta-trigger.paper-reference-inline {
  color: inherit;
  text-decoration: none;
  cursor: help;
  outline: none;
}

.hero-teaser-meta-trigger.paper-reference-inline:hover,
.hero-teaser-meta-trigger.paper-reference-inline:focus-visible {
  color: inherit;
  text-decoration: none;
}

.hero-teaser-meta-trigger .paper-reference-tooltip {
  min-width: 200px;
  padding: 0.72rem 0.82rem;
  background: rgba(24, 14, 10, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-transform: none;
}

.hero-teaser-meta-trigger .paper-reference-tooltip::before {
  display: none;
}

.hero-teaser-meta-trigger .paper-reference-tooltip-title {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.hero-teaser-meta-trigger .paper-reference-tooltip-authors {
  color: rgba(255, 255, 255, 0.82);
  text-transform: none;
  letter-spacing: 0;
}

.hero-teaser-meta-trigger .paper-reference-tooltip-authors em {
  font-style: italic;
}

.hero-teaser-link {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  max-width: var(--content-column-width);
  margin: 0 auto;
  overflow: visible;
  line-height: 0;
}

.hero-teaser-link:hover .hero-teaser-image,
.hero-teaser-link:focus-visible .hero-teaser-image,
.hero-teaser-link:hover .hero-teaser-figure,
.hero-teaser-link:focus-visible .hero-teaser-figure {
  filter: none;
}

.hero-teaser-link:focus-visible {
  outline: none;
}

.hero-logo-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: clamp(12px, 2vw, 20px);
  width: 100%;
  max-width: var(--content-column-width);
  margin: 18px auto 0;
  padding: 10px clamp(8px, 1.4vw, 16px) 0;
  box-sizing: border-box;
}

.section-band-tldr .hero-logo-row {
  margin: 12px auto 0;
}

.section-band-tldr .hero-logo-row a {
  align-items: center;
}

.method-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  max-width: 960px;
  margin: 30px auto 6px;
}

.method-pillar-card {
  position: relative;
  min-height: 272px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(46, 54, 64, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 247, 249, 0.96) 100%);
  box-shadow: 0 18px 40px rgba(20, 36, 58, 0.08);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.method-pillar-card::after {
  content: '';
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 2.5px solid rgba(32, 114, 202, 0.1);
  border-right: 2.5px solid rgba(32, 114, 202, 0.1);
  transform: rotate(45deg);
  pointer-events: none;
  transition: opacity 180ms ease, border-color 180ms ease;
}

.method-pillar-card:hover,
.method-pillar-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(17, 77, 142, 0.18);
  box-shadow: 0 22px 48px rgba(20, 36, 58, 0.12);
}

.method-pillar-card:hover::after,
.method-pillar-card:focus-visible::after {
  border-color: rgba(32, 114, 202, 0.04);
  opacity: 0;
}

.method-pillar-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  padding: 0.34rem 0.7rem;
  border-radius: 999px;
  background: rgba(17, 77, 142, 0.08);
  color: hsl(204, 86%, 45%);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.method-pillar-title {
  margin: 1rem 0 0.6rem;
  font-size: 1.26rem;
  font-weight: 500;
  line-height: 1.2;
  color: #334355;
}

.method-pillar-summary {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #5b6878;
}

.method-pillar-detail {
  position: absolute;
  inset: -1px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.85rem;
  box-sizing: border-box;
  padding: 1.2rem 1.2rem 1rem;
  background: linear-gradient(142deg, rgb(252, 253, 255) 0%, rgb(245, 249, 252) 36%, rgb(232, 242, 250) 100%);
  border: 1px solid rgba(219, 229, 238, 0.96);
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 18px 36px rgba(24, 53, 83, 0.08);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 1;
}

.method-pillar-card:hover .method-pillar-detail,
.method-pillar-card:focus-visible .method-pillar-detail,
.method-pillar-card.is-active .method-pillar-detail {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(17, 77, 142, 0.18);
}

.method-pillar-detail-title {
  display: none;
  margin: 0;
  padding-bottom: 0.72rem;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.2;
  color: #2f608a;
  border-bottom: 1px solid rgba(65, 117, 160, 0.26);
}

.method-pillar-card:hover .method-pillar-detail-title,
.method-pillar-card:focus-visible .method-pillar-detail-title,
.method-pillar-card.is-active .method-pillar-detail-title {
  display: block;
}

.method-pillar-detail p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(63, 86, 110, 0.94);
}

.hero-logo-row a {
  display: flex;
  flex: 1 1 0;
  justify-content: center;
  min-width: 0;
}

.hero-logo-image {
  width: min(100%, 128px);
  height: auto;
}

.hero-logo-image-lvsn {
  width: min(100%, 102px);
}

.hero-logo-image-ulaval {
  width: min(100%, 118px);
}

@media (max-width: 980px) {
  .section-band-tldr {
    padding-bottom: calc(clamp(26px, 4vw, 38px) + 30px);
  }

  .hero-logo-row {
    flex-wrap: wrap;
    justify-content: center;
    margin: 16px auto 18px;
  }

  .hero-logo-row a {
    flex: 0 1 calc(33.333% - 14px);
  }

  .method-pillars {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 720px;
    margin-top: 24px;
  }

  .method-pillar-card {
    min-height: 240px;
    height: auto;
    padding: 16px 16px 14px;
    cursor: pointer;
    overflow: hidden;
  }

  .method-pillar-card:hover,
  .method-pillar-card:focus-visible {
    transform: none;
  }

  .method-pillar-detail {
    position: absolute;
    inset: -1px;
    gap: 0.7rem;
    margin-top: 0;
    padding: 1rem 0.95rem 0.9rem;
    border: 1px solid rgba(219, 229, 238, 0.96);
    border-radius: inherit;
    background: linear-gradient(142deg, rgb(252, 253, 255) 0%, rgb(245, 249, 252) 36%, rgb(232, 242, 250) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 18px 36px rgba(24, 53, 83, 0.08);
    max-height: none;
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .method-pillar-card:hover .method-pillar-detail,
  .method-pillar-card:focus-visible .method-pillar-detail,
  .method-pillar-card.is-active .method-pillar-detail {
    opacity: 1;
    transform: translateY(0);
    border-color: rgba(17, 77, 142, 0.18);
  }

  .method-pillar-detail-title {
    display: none;
  }

  .method-pillar-detail p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.54;
  }
}

@media (min-width: 869px) and (max-width: 980px) {
  .method-pillar-card {
    min-height: 171px;
    padding: 11px 16px 9px;
  }

  .method-pillar-detail {
    justify-content: center;
    gap: 0.52rem;
    padding: 0.8rem 0.95rem;
    overflow: hidden;
  }

  .method-pillar-detail-title {
    padding-bottom: 0.52rem;
  }
}

@media (hover: none), (pointer: coarse) {
  .discussion-resolution-figure:hover:not(.is-tap-active) {
    z-index: auto;
    transform: none;
  }

  .discussion-resolution-figure:hover:not(.is-tap-active) .discussion-resolution-image {
    box-shadow: none;
  }

  .discussion-resolution-figure:hover:not(.is-tap-active) .discussion-resolution-caption {
    opacity: 0;
    transform: translate(-50%, 10px);
    box-shadow: 0 22px 44px rgba(25, 40, 62, 0);
  }

  .discussion-resolution-figure:not(.is-tap-active):focus-visible {
    z-index: auto;
    transform: none;
  }

  .discussion-resolution-figure:not(.is-tap-active):focus-visible .discussion-resolution-image {
    box-shadow: none;
  }

  .discussion-resolution-figure:not(.is-tap-active):focus-visible .discussion-resolution-caption {
    opacity: 0;
    transform: translate(-50%, 10px);
    box-shadow: 0 22px 44px rgba(25, 40, 62, 0);
  }

  .insight-static-figure:not(.is-tap-active):focus-visible {
    z-index: auto;
  }

  .insight-static-figure:hover:not(.is-tap-active) {
    z-index: auto;
  }

  .insight-static-figure:hover:not(.is-tap-active) .insight-static-image {
    transform: scale(1);
    box-shadow: none;
  }

  .insight-static-figure:hover:not(.is-tap-active) .insight-static-caption {
    opacity: 0;
    transform: translateY(12px);
    box-shadow: 0 22px 44px rgba(25, 40, 62, 0);
  }

  .insight-static-figure:not(.is-tap-active):focus-visible .insight-static-image {
    transform: scale(1);
    box-shadow: none;
  }

  .insight-static-figure:not(.is-tap-active):focus-visible .insight-static-caption {
    opacity: 0;
    transform: translateY(12px);
    box-shadow: 0 22px 44px rgba(25, 40, 62, 0);
  }

  .method-pillar-card:not(.is-active):focus-visible {
    border-color: rgba(46, 54, 64, 0.1);
    box-shadow: 0 18px 40px rgba(20, 36, 58, 0.08);
  }

  .method-pillar-card:hover:not(.is-active) {
    transform: none;
    border-color: rgba(46, 54, 64, 0.1);
    box-shadow: 0 18px 40px rgba(20, 36, 58, 0.08);
  }

  .method-pillar-card:hover:not(.is-active)::after {
    border-color: rgba(32, 114, 202, 0.1);
    opacity: 1;
  }

  .method-pillar-card:hover:not(.is-active) .method-pillar-detail {
    opacity: 0;
    transform: translateY(12px);
    border-color: rgba(219, 229, 238, 0.96);
  }

  .method-pillar-card:hover:not(.is-active) .method-pillar-detail-title {
    display: none;
  }

  .method-pillar-card:not(.is-active):focus-visible::after {
    border-color: rgba(32, 114, 202, 0.1);
    opacity: 1;
  }

  .method-pillar-card:not(.is-active):focus-visible .method-pillar-detail {
    opacity: 0;
    transform: translateY(12px);
    border-color: rgba(219, 229, 238, 0.96);
  }

  .method-pillar-card:not(.is-active):focus-visible .method-pillar-detail-title {
    display: none;
  }
}

@media (min-width: 869px) and (max-width: 1100px) {
  .hero-actions {
    width: calc(100% + var(--content-side-padding));
    margin-left: calc(-0.5 * var(--content-side-padding));
    margin-right: calc(-0.5 * var(--content-side-padding));
  }
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 14px;
  width: min(100%, var(--content-column-width));
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
}

.hero-actions {
  margin-top: 22px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions .publication-links {
  margin-top: 0;
}

.link-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
}

.publication-links .button {
  position: relative;
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  min-width: 0;
  padding: 0.76rem 1.45rem;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  font-size: 1rem;
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.1);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}

.publication-links .button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--publication-button-hover-fill, transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
}

.publication-links .button > span {
  position: relative;
  z-index: 1;
}

.publication-links .button:not(.hero-results-button) {
  --publication-button-hover-fill: linear-gradient(138deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 100%), linear-gradient(138deg, #474747 0%, #414141 100%);
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 100%), linear-gradient(138deg, #3a3a3a 0%, #363636 100%) !important;
}

.publication-links .button:not(.hero-results-button):hover,
.publication-links .button:not(.hero-results-button):focus-visible {
  color: #fff !important;
  border-color: transparent !important;
  transform: translateY(-1px);
  box-shadow: 0 15px 33px rgba(20, 20, 20, 0.22);
}

.publication-links .button:not(.hero-results-button):hover::before,
.publication-links .button:not(.hero-results-button):focus-visible::before {
  opacity: 1;
}

.publication-links .button:not(.hero-results-button):active,
.publication-links .button:not(.hero-results-button).is-pressed {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 100%), linear-gradient(138deg, #343434 0%, #2f2f2f 100%) !important;
  transform: translateY(0) scale(0.985);
  box-shadow: 0 7px 18px rgba(20, 20, 20, 0.12);
}

.publication-links .button:not(.hero-results-button):active::before,
.publication-links .button:not(.hero-results-button).is-pressed::before {
  opacity: 0;
}

.publication-links .button.hero-results-button {
  --hero-results-button-idle-color: rgb(54, 54, 54);
  --hero-results-button-idle-outline: rgba(54, 54, 54, 0.279);
  --hero-results-button-idle-fill: linear-gradient(138deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 100%), linear-gradient(138deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 248, 248, 0.95) 100%);
  --publication-button-hover-fill: linear-gradient(138deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 100%), linear-gradient(138deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 246, 246, 0.97) 100%);
  background: var(--hero-results-button-idle-fill);
  border-color: rgba(54, 54, 54, 0.557);
  color: var(--hero-results-button-idle-color);
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.18);
}

.publication-links .button.hero-results-button::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px solid var(--hero-results-button-idle-outline);
  border-radius: 999px;
  pointer-events: none;
  transition: inset 0.119s ease, border-color 0.119s ease;
}

.publication-links a.external-link.button.hero-results-button:hover,
.publication-links a.external-link.button.hero-results-button:focus-visible {
  background: var(--hero-results-button-idle-fill) !important;
  border-color: rgba(54, 54, 54, 0.3) !important;
  color: var(--hero-results-button-idle-color) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 15px 32px rgba(20, 20, 20, 0.22) !important;
}

.publication-links a.external-link.button.hero-results-button:hover::before,
.publication-links a.external-link.button.hero-results-button:focus-visible::before {
  opacity: 1;
}

.publication-links a.external-link.button.hero-results-button:hover::after,
.publication-links a.external-link.button.hero-results-button:focus-visible::after {
  inset: -5px;
  border-color: rgba(54, 54, 54, 0.15);
}

.publication-links .button.hero-results-button:active,
.publication-links .button.hero-results-button.is-pressed,
.publication-links .button.hero-results-button:active:hover,
.publication-links .button.hero-results-button.is-pressed:hover,
.publication-links .button.hero-results-button:active:focus-visible,
.publication-links .button.hero-results-button.is-pressed:focus-visible {
  background: linear-gradient(138deg, rgba(255, 255, 255, 0.085) 0%, rgba(255, 255, 255, 0.03) 54%, rgba(255, 255, 255, 0) 100%), linear-gradient(138deg, rgba(249, 249, 249, 0.96) 0%, rgba(242, 242, 242, 0.95) 100%) !important;
  border-color: rgba(54, 54, 54, 0.6) !important;
  color: var(--hero-results-button-idle-color) !important;
  transform: translateY(0) scale(0.985);
  box-shadow: 0 6px 18px rgba(20, 20, 20, 0.12);
}

.publication-links .button.hero-results-button:active::before,
.publication-links .button.hero-results-button.is-pressed::before,
.publication-links .button.hero-results-button:active:hover::before,
.publication-links .button.hero-results-button.is-pressed:hover::before,
.publication-links .button.hero-results-button:active:focus-visible::before,
.publication-links .button.hero-results-button.is-pressed:focus-visible::before {
  opacity: 0;
}

.publication-links .button.hero-results-button:active::after,
.publication-links .button.hero-results-button.is-pressed::after,
.publication-links .button.hero-results-button:active:hover::after,
.publication-links .button.hero-results-button.is-pressed:hover::after,
.publication-links .button.hero-results-button:active:focus-visible::after,
.publication-links .button.hero-results-button.is-pressed:focus-visible::after {
  inset: -6px;
  border-color: var(--hero-results-button-idle-outline);
}

.publication-links .button:focus-visible {
  color: inherit;
}

.publication-links .button .icon {
  margin-right: 0.28rem;
  font-size: 1.05em;
}

.section-cta-button {
  --section-cta-text: #525b67;
  --section-cta-border: rgba(61, 70, 81, 0.18);
  --section-cta-background: linear-gradient(180deg, rgb(244, 245, 246) 0%, rgb(235, 237, 239) 100%);
  --section-cta-hover-text: #39414b;
  --section-cta-hover-border: rgba(61, 70, 81, 0.26);
  --section-cta-hover-background: linear-gradient(180deg, rgb(248, 248, 249) 0%, rgb(239, 241, 243) 100%);
  --section-cta-active-text: #313841;
  --section-cta-active-border: rgba(61, 70, 81, 0.22);
  --section-cta-active-background: linear-gradient(180deg, rgb(235, 236, 238) 0%, rgb(226, 228, 230) 100%);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.2rem;
  min-width: 18rem;
  padding: 0.8rem 1.45rem;
  margin-top: 0;
  font-size: 1.02rem;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: var(--section-cta-border);
  background: var(--section-cta-background);
  color: var(--section-cta-text);
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.1);
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease, border-color 0.14s ease, color 0.14s ease;
}

.section-cta-button-light {
  --section-cta-text: #5f676d;
  --section-cta-border: rgba(64, 70, 77, 0.218);
  --section-cta-background: linear-gradient(180deg, rgb(251, 251, 252) 0%, rgb(242, 243, 245) 100%);
  --section-cta-hover-text: #40474e;
  --section-cta-hover-border: rgba(64, 70, 77, 0.28);
  --section-cta-hover-background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 247, 249) 100%);
  --section-cta-active-text: #353c43;
  --section-cta-active-border: rgba(64, 70, 77, 0.24);
  --section-cta-active-background: linear-gradient(180deg, rgb(240, 241, 243) 0%, rgb(230, 232, 234) 100%);
}

.section-cta-button-subtle {
  --section-cta-text: #5c6167;
  --section-cta-border: rgba(58, 63, 69, 0.256);
  --section-cta-background: linear-gradient(180deg, rgb(239, 239, 240) 0%, rgb(231, 231, 233) 100%);
  --section-cta-hover-text: #33393f;
  --section-cta-hover-border: rgba(58, 63, 69, 0.26);
  --section-cta-hover-background: linear-gradient(180deg, rgb(246, 246, 247) 0%, rgb(233, 235, 237) 100%);
  --section-cta-active-text: #2c3238;
  --section-cta-active-border: rgba(58, 63, 69, 0.28);
  --section-cta-active-background: linear-gradient(180deg, rgb(223, 224, 226) 0%, rgb(212, 214, 216) 100%);
}

.insight-reveal-trigger.section-cta-button:hover,
.insight-reveal-trigger.section-cta-button:focus-visible {
  box-shadow: none;
  transform: translateY(-50%);
}

.insight-reveal-trigger.section-cta-button:active {
  box-shadow: none;
  transform: translateY(-50%);
}

.section-cta-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: none;
  pointer-events: none;
}

.section-cta-button > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
}

.section-cta-button:hover,
.section-cta-button:focus-visible {
  background: var(--section-cta-hover-background);
  border-color: var(--section-cta-hover-border);
  color: var(--section-cta-hover-text);
  transform: translateY(-1px);
  box-shadow: 0 15px 33px rgba(20, 20, 20, 0.14);
}

.section-cta-button:active {
  background: var(--section-cta-active-background);
  border-color: var(--section-cta-active-border);
  color: var(--section-cta-active-text);
  transform: translateY(0) scale(0.985);
  box-shadow: 0 7px 18px rgba(20, 20, 20, 0.09);
}

.index-page .insight-reveal-trigger.section-cta-button {
  --section-cta-text: #555e67;
  --section-cta-border: rgba(71, 81, 91, 0.195);
  --section-cta-background: linear-gradient(180deg, rgb(254, 254, 255) 0%, rgb(245, 246, 248) 100%);
  --section-cta-hover-text: #4a535d;
  --section-cta-hover-border: rgba(71, 81, 91, 0.21);
  --section-cta-hover-background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(247, 248, 250) 100%);
  --section-cta-active-text: #444c56;
  --section-cta-active-border: rgba(71, 81, 91, 0.2);
  --section-cta-active-background: linear-gradient(180deg, rgb(241, 243, 245) 0%, rgb(234, 236, 238) 100%);
}

.index-page .section-cta-button-light {
  --section-cta-text: #60656c;
  --section-cta-border: rgba(73, 83, 94, 0.219);
  --section-cta-background: linear-gradient(180deg, rgb(251, 252, 253) 0%, rgb(242, 244, 247) 100%);
  --section-cta-hover-text: #424a53;
  --section-cta-hover-border: rgba(73, 83, 94, 0.28);
  --section-cta-hover-background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(246, 248, 250) 100%);
  --section-cta-active-text: #373f48;
  --section-cta-active-border: rgba(73, 83, 94, 0.24);
  --section-cta-active-background: linear-gradient(180deg, rgb(240, 242, 245) 0%, rgb(231, 233, 236) 100%);
}

.index-page .section-cta-button-subtle {
  --section-cta-text: #5c636a;
  --section-cta-border: rgba(66, 76, 86, 0.253);
  --section-cta-background: linear-gradient(180deg, rgb(239, 240, 241) 0%, rgb(232, 234, 236) 100%);
  --section-cta-hover-text: #353d46;
  --section-cta-hover-border: rgba(66, 76, 86, 0.265);
  --section-cta-hover-background: linear-gradient(180deg, rgb(246, 247, 248) 0%, rgb(235, 237, 239) 100%);
  --section-cta-active-text: #2f363e;
  --section-cta-active-border: rgba(66, 76, 86, 0.28);
  --section-cta-active-background: linear-gradient(180deg, rgb(224, 225, 227) 0%, rgb(214, 216, 218) 100%);
}

.section-cta-button .icon {
  margin-right: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.section-cta-row,
.results-cta-row {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}

.discussion-cta-row {
  position: relative;
  z-index: 1;
  margin-top: 45px;
}

.cta-section,
.results-section-right {
  padding-bottom: 80px;
}

.acknowledgments-intro {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.method-figure {
  margin: 0 auto 30px;
  text-align: center;
}

.method-figure-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.method-figure-image {
  display: block;
  width: min(100%, 700px);
  height: auto;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(20, 36, 58, 0.1);
}

.insight-figure .method-figure-image {
  box-shadow: none;
}

.method-figure-caption {
  width: min(100%, 860px);
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5d6b7e;
}

.results-video-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 28px;
}

.results-video-embed {
  display: block;
  width: min(100%, 780px);
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(20, 36, 58, 0.12);
}

.results-summary-copy {
  margin-bottom: 1rem;
}

.results-summary-copy p {
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

.results-summary-copy-line {
  display: block;
}

.homepage-results-table-figure {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
}

.homepage-results-table-stage {
  position: relative;
  width: min(100%, 836px);
  max-width: 100%;
  margin: 0 auto 0 max(0px, calc((100% - 960px) / 2));
  overflow: visible;
  z-index: 2;
  --homepage-results-toggle-top: 50%;
}

.homepage-results-table-toggle {
  position: absolute;
  top: var(--homepage-results-toggle-top);
  right: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(55, 73, 92, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(24, 39, 56, 0.14);
  color: #4d6074;
  cursor: pointer;
  transform: translate(50%, -50%);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
  z-index: 4;
}

.homepage-results-table-toggle:hover,
.homepage-results-table-toggle:focus-visible {
  background: rgba(243, 246, 249, 0.98);
  border-color: rgba(55, 73, 92, 0.28);
  box-shadow: 0 22px 46px rgba(24, 39, 56, 0.18);
  color: #334355;
}

.homepage-results-table-toggle:focus-visible {
  outline: 2px solid rgba(77, 122, 163, 0.42);
  outline-offset: 3px;
}

.homepage-results-table-toggle i {
  font-size: 1rem;
}

.results-summary-section,
.results-section-right {
  background-color: #ffffff;
  background-image: none;
  background: #ffffff;
}

.homepage-results-table-shell {
  width: min(100%, 836px);
  max-width: 100%;
  margin: 0 auto 0 max(0px, calc((100% - 960px) / 2));
  padding: 6px;
  overflow: visible;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(55, 73, 92, 0.14);
  box-shadow: 0 22px 56px rgba(24, 39, 56, 0.12);
}

.homepage-results-table-stage .homepage-results-table-shell {
  width: 100%;
  margin: 0;
}

.homepage-results-table-figure[data-results-baseline="dense"] .homepage-results-table-toggle {
  background: rgba(224, 238, 251, 0.98);
  border-color: rgba(156, 190, 222, 0.9);
  box-shadow: 0 20px 44px rgba(95, 141, 186, 0.18);
  color: #45647f;
}

.homepage-results-table-figure[data-results-baseline="dense"] .homepage-results-table-toggle:hover,
.homepage-results-table-figure[data-results-baseline="dense"] .homepage-results-table-toggle:focus-visible {
  background: rgba(214, 232, 248, 0.98);
  border-color: rgba(140, 178, 213, 0.94);
  color: #395872;
}

.homepage-results-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  table-layout: fixed;
  color: #2e3f51;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.16;
}

.homepage-results-table thead th {
  background: linear-gradient(180deg, rgba(241, 244, 247, 0.98) 0%, rgba(233, 238, 243, 0.98) 100%);
  border-bottom: 1px solid rgba(65, 84, 104, 0.14);
  color: #334355;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.homepage-results-table .homepage-results-table-label-row th {
  padding-top: 0.68rem;
  padding-bottom: 0.68rem;
}

.homepage-results-table th,
.homepage-results-table td {
  padding: 0.74rem clamp(0.2rem, 0.45vw, 0.58rem);
  border-bottom: 1px solid rgba(65, 84, 104, 0.1);
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.homepage-results-table-figure[data-results-baseline="dense"] [data-results-row="3dgs"] td {
  background: rgba(220, 234, 250, 0.82);
}

.homepage-results-table-figure[data-results-baseline="dense"] [data-results-row="3dgrt"] td {
  background: rgba(228, 239, 252, 0.9);
}

.homepage-results-table-figure .homepage-results-table tbody tr:hover td {
  background: rgba(228, 236, 246, 0.94);
}

.homepage-results-table-figure[data-results-baseline="dense"] [data-results-row="3dgs"]:hover td {
  background: rgba(211, 227, 247, 0.94);
}

.homepage-results-table-figure[data-results-baseline="dense"] [data-results-row="3dgrt"]:hover td {
  background: rgba(219, 233, 248, 0.95);
}

.homepage-results-cell {
  position: relative;
}

.homepage-results-cell-value {
  display: block;
  transform-origin: 50% 50%;
  will-change: transform, opacity, filter;
}

.homepage-results-cell.is-swapping .homepage-results-cell-value {
  animation: homepage-results-value-swap 260ms cubic-bezier(0.2, 0.82, 0.24, 1);
}

@keyframes homepage-results-value-swap {
  0% {
    opacity: 0.58;
    transform: translateY(0.08rem) scale(0.997);
    filter: blur(0.5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.homepage-results-table .homepage-results-table-group-row th {
  padding: 0.56rem 0.52rem 0.48rem;
  background: rgba(248, 250, 252, 0.98);
  border-bottom: 1px solid rgba(65, 84, 104, 0.08);
  color: #5f6f80;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.homepage-results-table .homepage-results-table-group-row th:first-child {
  border-top-left-radius: 12px;
}

.homepage-results-table .homepage-results-table-group-row th:last-child {
  border-top-right-radius: 12px;
}

.homepage-results-table .homepage-results-group-start {
  box-shadow: inset 1px 0 0 rgba(65, 84, 104, 0.14);
}

.homepage-results-table .homepage-results-col-method,
.homepage-results-table tbody td:first-child {
  width: calc(15% + 20px);
  padding-left: 0.78rem;
  text-align: left;
  position: relative;
  box-shadow: none;
  overflow-wrap: normal;
  word-break: normal;
}

.homepage-results-table tbody tr:nth-child(odd) td {
  background: rgba(243, 246, 249, 0.72);
}

.homepage-results-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.98);
}

.homepage-results-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.homepage-results-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

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

.homepage-results-table th,
.homepage-results-table td {
  background-clip: padding-box;
}

.homepage-results-tooltip-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-color: rgba(51, 67, 85, 0.42);
  text-underline-offset: 0.18em;
  text-transform: uppercase;
  outline: none;
}

.homepage-results-tooltip-trigger:hover,
.homepage-results-tooltip-trigger:focus-visible {
  text-decoration-color: rgba(51, 67, 85, 0.82);
}

.homepage-results-tooltip-trigger .paper-reference-tooltip {
  min-width: 200px;
  padding: 0.72rem 0.82rem;
  background: rgba(24, 14, 10, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-transform: none;
}

.homepage-results-tooltip-trigger .paper-reference-tooltip::before {
  display: none;
}

.homepage-results-tooltip-trigger .paper-reference-tooltip-title {
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.homepage-results-tooltip-trigger .paper-reference-tooltip-authors {
  color: rgba(255, 255, 255, 0.82);
  text-transform: none;
  letter-spacing: 0;
}

.homepage-results-tooltip-trigger .paper-reference-tooltip-authors em {
  font-style: italic;
}

.homepage-results-method-label {
  display: inline-block;
  line-height: 1.16;
  overflow-wrap: normal;
  word-break: normal;
}

.homepage-results-best {
  font-weight: 400;
  color: #111111;
}

.insight-section-right .content {
  max-width: var(--text-column-width);
  margin-left: auto;
  margin-right: 0;
}

.insight-section-right .content.has-text-justified {
  max-width: var(--section-layout-width);
}

.insight-section-right .content.has-text-justified > p {
  max-width: var(--anchored-text-column-width);
  margin-left: auto;
  margin-right: 0;
}

.insight-section-right .content p {
  text-align: justify;
  text-align-last: right;
}

.results-section-right .section-intro-copy {
  max-width: var(--section-layout-width);
  margin-left: auto;
  margin-right: auto;
}

.results-section-right .section-intro-copy > p {
  max-width: var(--anchored-text-column-width);
  margin-left: auto;
  margin-right: 0;
}

.results-section-right .section-intro-copy p {
  text-align: justify;
  text-align-last: right;
}

.results-section-right .section-heading-group {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.results-section-right .results-video-wrap {
  width: min(100%, 960px);
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.results-section-right .results-video-embed {
  margin-left: auto;
  margin-right: 0;
}

.results-section-right .results-cta-row {
  width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

.results-summary-cta-row {
  width: min(100%, 672px);
  margin-left: max(0px, calc((100% - 960px) / 2));
  margin-right: auto;
  text-align: left;
}

.bibtex-shell {
  max-width: calc(var(--content-column-width) + (var(--content-side-padding) * 2));
}

.bibtex-shell .content-column,
.bibtex-shell .bibtex-column {
  max-width: var(--content-column-width);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.bibtex-shell .section-heading-group,
.bibtex-shell .bibtex-card {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.acknowledgments-copy {
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  text-align: center;
}

.acknowledgments-lead,
.acknowledgments-copy {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.acknowledgments-lead p,
.acknowledgments-copy p {
  max-width: var(--text-column-width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align-last: center;
}

#acknowledgments .acknowledgments-copy > p,
#acknowledgments .acknowledgments-copy p:last-of-type {
  max-width: var(--text-column-width);
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-align-last: left;
  font-size: 0.775rem;
  font-weight: 300;
  line-height: 1.58;
  color: rgba(0, 0, 0, 0.62);
}

.funding-logo-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  width: 100%;
  max-width: 960px;
  padding-inline: 0;
  box-sizing: border-box;
  margin: 12px auto 30px;
}

.acknowledgments-column {
  text-align: center;
}

#acknowledgments .section-heading-group,
#acknowledgments .section-kicker,
#acknowledgments .section-heading {
  text-align: center;
}

.acknowledgments-intro {
  max-width: var(--text-column-width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#acknowledgments .acknowledgments-lead > .acknowledgments-intro {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-align-last: center;
}

.acknowledgments-lead,
.acknowledgments-lead p {
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.78;
  color: inherit;
}

.acknowledgments-lead {
  margin-bottom: 0;
}

.acknowledgments-lead a {
  color: hsl(204, 86%, 45%);
  text-decoration: none;
}

.acknowledgments-lead a:hover,
.acknowledgments-lead a:focus-visible {
  text-decoration: underline;
}

.funding-logo {
  display: block;
  width: min(100%, 244px);
  height: auto;
}

#acknowledgments .funding-logo-row {
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-10px);
}

#acknowledgments .funding-logo-row .funding-logo {
  flex: 0 0 auto;
  width: 277px;
  max-width: 100%;
  object-fit: contain;
  clip-path: inset(0 0 2px 0);
}

#acknowledgments .funding-logo-row .funding-logo-crsng {
  width: 203px;
}

.funding-logo-crsng {
  width: min(100%, 182px);
}

.funding-logo-row a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.affiliation-logo {
  display: inline-block;
  width: 20%
}

.publication-authors {
  /*color: #4286f4;*/
}

.footer .container {
  width: 100%;
  max-width: calc(var(--content-column-width) + (var(--content-side-padding) * 2));
  margin: 0 auto;
  padding-left: var(--content-side-padding);
  padding-right: var(--content-side-padding);
  box-sizing: border-box;
}

.footer {
  padding: 1.65rem 0 1.15rem;
  background: #363636;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.footer .columns {
  margin-bottom: 0;
}

.footer .content {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.46);
}

.footer .content p:last-child {
  margin-bottom: 0;
}

.footer a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.19);
}

.footer a:hover,
.footer a:focus-visible {
  text-decoration-color: rgba(255, 255, 255, 0.46);
}

#acknowledgments.section-band {
  padding-bottom: calc(clamp(44px, 7vw, 76px) + clamp(2px, 0.4vw, 8px) - 31.38px);
}

@media (min-width: 769px) {
  .funding-logo-row {
    grid-auto-flow: column;
  }
}

@media (max-width: 640px) {
  #acknowledgments .funding-logo-row {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    transform: none;
  }

  #acknowledgments .funding-logo-row a {
    min-width: 0;
    width: 100%;
  }

  #acknowledgments .funding-logo-row .funding-logo,
  #acknowledgments .funding-logo-row .funding-logo:last-child {
    width: 100%;
    max-width: none;
  }

  #acknowledgments .funding-logo-row .funding-logo-crsng {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .section-reference-layout {
    overflow: visible;
  }

  .section-reference-layout-two {
    min-height: 356px;
  }

  .section-reference-layout-three {
    min-height: 500px;
  }

  .section-references {
    position: absolute;
    top: 0;
    left: calc(100% + 44px);
    width: 280px;
    margin-top: 0;
  }

  .section-references-card {
    padding: 18px 18px 8px;
    border: 1px solid rgba(38, 43, 50, 0.04);
    border-radius: 18px;
    box-shadow: none;
  }

  .section-references-kicker {
    font-size: 0.92rem;
  }

  .section-reference-item {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    gap: 0.32rem;
    padding: 0.8rem 0;
  }

  .section-reference-body a {
    font-size: 0.92rem;
  }

  .section-reference-body p {
    font-size: 0.84rem;
  }
}

@media (max-width: 1399px) {
  .section-reference-layout-two,
  .section-reference-layout-three {
    min-height: 0;
  }

  .section-references {
    position: static;
    width: 100%;
    margin-top: 1.25rem;
  }

  .section-references-card {
    opacity: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (max-width: 868px) {
  .hero-actions {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-logo-row {
    margin: 20px auto 22px;
    justify-content: center;
  }

  .hero-logo-row a {
    flex: 0 1 calc(33.333% - 14px);
  }

  .publication-title {
    max-width: 100%;
  }

  .results-video-embed {
    height: clamp(240px, 56vw, 460px);
  }

  .results-summary-copy-line {
    display: inline;
  }

  .homepage-results-table-shell {
    width: 100%;
    max-width: 100%;
    padding: 4px;
  }

  .homepage-results-table-stage {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 0;
  }

  .homepage-results-table-figure {
    margin-bottom: 0;
  }

  .homepage-results-table-toggle {
    right: 0;
    width: 53px;
    height: 53px;
    transform: translate(calc(50% - 10px), calc(-50% - 98px));
  }

  .homepage-results-table-toggle i {
    font-size: 0.98rem;
  }

  .homepage-results-table {
    font-size: 0.72rem;
  }

  .homepage-results-table thead th {
    font-size: 0.62rem;
  }

  .homepage-results-table .homepage-results-table-label-row th {
    padding-top: 0.54rem;
    padding-bottom: 0.54rem;
  }

  .homepage-results-table .homepage-results-table-group-row th {
    font-size: 0.54rem;
    letter-spacing: 0.14em;
  }

  .homepage-results-table th,
  .homepage-results-table td {
    padding: 0.48rem 0.18rem;
  }

  .homepage-results-table .homepage-results-table-label-row th:nth-child(7),
  .homepage-results-table tbody td[data-results-cell-key="initTime"] {
    display: none;
  }

  .homepage-results-table .homepage-results-col-method,
  .homepage-results-table tbody td:first-child {
    padding-left: 17px;
  }

  .homepage-results-tooltip-trigger .paper-reference-tooltip {
    min-width: 0;
    max-width: min(220px, calc(100vw - 28px));
  }

  .hero-actions .publication-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 8px;
    width: 100%;
    margin: 16px auto 0;
    padding-inline: 0;
  }

  .publication-links .link-block {
    display: contents;
  }

  .publication-links a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .publication-links .button {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.78rem 0.9rem;
    font-size: 1.07rem;
    justify-content: center;
  }

  .publication-links .hero-results-button {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 8px) / 2);
    max-width: 100%;
  }

  .publication-links .button .icon {
    margin-right: 0.18rem;
    font-size: 1.12em;
  }

  .method-pillar-card {
    min-height: 215px;
    height: auto;
    padding: 16px 16px 14px;
    overflow: hidden;
  }

  .method-pillar-detail {
    position: absolute;
    inset: -1px;
    margin-top: 0;
    padding: 0.96rem 0.92rem 0.88rem;
    background: linear-gradient(142deg, rgb(252, 253, 255) 0%, rgb(245, 249, 252) 36%, rgb(232, 242, 250) 100%);
    border: 1px solid rgba(219, 229, 238, 0.96);
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 18px 36px rgba(24, 53, 83, 0.08);
    max-height: none;
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px);
    z-index: 1;
  }

  .method-pillar-detail-title {
    display: none;
  }

  .publication-link-full {
    grid-column: 1 / -1;
  }

  .hero-teaser-image,
  .hero-teaser-figure {
    width: 100%;
    max-width: 100%;
  }

  .hero-teaser-band {
    margin-top: 31px;
    padding: 0;
  }

  .hero-teaser-link {
    width: 100%;
    max-width: none;
  }

  .insight-section-right .content,
  .insight-section-right .content p,
  .section-heading-group-right,
  .section-copy-right,
  .section-copy-right p {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .hero-teaser-image,
  .hero-teaser-figure {
    --hero-teaser-top-offset: 0%;
    --hero-teaser-bottom-offset: 0%;
  }

  .hero-teaser-figure {
    aspect-ratio: 2000 / 1260;
  }

  .hero-teaser-title-wrap,
  .hero-teaser-meta-wrap {
    padding-left: clamp(6px, 1.6vw, 12px);
    padding-right: clamp(6px, 1.6vw, 12px);
  }

  .hero-teaser-title-card {
    width: 80%;
    min-height: clamp(28px, 6vw, 40px);
    border-radius: 8px;
    font-size: clamp(0.88rem, 4vw, 1.55rem);
  }

  .hero-teaser-meta-wrap {
    left: clamp(6px, 1.8vw, 10px);
    right: clamp(6px, 1.8vw, 10px);
    bottom: clamp(6px, 1.8vw, 10px);
  }

  .hero-teaser-meta-bar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    justify-items: stretch;
    align-content: center;
    column-gap: 8px;
    row-gap: 2px;
    min-height: auto;
    border-radius: 16px;
    padding: 3px 14px 4px;
    box-sizing: border-box;
  }

  .hero-teaser-meta-segment {
    min-height: clamp(28px, 5.4vw, 35px);
    padding: 4px 8px;
  }

  .hero-teaser-meta-segment:not(.hero-teaser-meta-segment-mode) {
    width: 100%;
    justify-content: center;
    justify-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    transform: translateX(5px);
  }

  .hero-teaser-meta-segment + .hero-teaser-meta-segment::before {
    display: none;
  }

  .hero-teaser-meta-segment-mode {
    grid-column: 1 / -1;
  }

  .hero-teaser-meta-segment-mode::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -1px;
    height: 1px;
    background: var(--hero-teaser-surface-border);
  }

  .hero-teaser-meta-segment-mode + .hero-teaser-meta-segment::before {
    display: none;
  }

  .hero-teaser-meta-text {
    font-size: clamp(0.54rem, 1.82vw, 0.72rem);
  }

  .hero-teaser-meta-value {
    font-size: clamp(0.74rem, 2.46vw, 1rem);
  }

  .hero-teaser-meta-label {
    font-size: clamp(0.46rem, 1.42vw, 0.6rem);
  }

  .section-band-tldr {
    padding-top: 22px;
    padding-bottom: calc(clamp(26px, 4vw, 38px) + 30px);
  }

  .tldr-frame {
    padding: 12px 0 22px;
  }

  .tldr-content p {
    font-size: 1.05rem;
    line-height: 1.66;
  }

  .tldr-break {
    display: none;
  }

  .section-heading-group {
    margin-bottom: 1.2rem;
  }

  .section-heading {
    font-size: clamp(1.875rem, 4.9vw, 1.9rem);
    line-height: 1.16;
  }

  .section-kicker {
    font-size: 1.02rem;
  }

  .results-video-embed {
    width: min(100%, 680px);
  }

  .results-section-right .results-video-wrap,
  .results-section-right .results-cta-row,
  .results-section-right .section-heading-group,
  .results-section-right .section-intro-copy,
  .results-section-right .section-intro-copy p {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
  }

}

@media (min-width: 600px) and (max-width: 868px) {
  .method-pillar-card {
    min-height: 171px;
    padding: 11px 16px 9px;
  }

  .method-pillar-detail {
    justify-content: center;
    gap: 0.52rem;
    padding: 0.8rem 0.95rem;
    overflow: hidden;
  }

  .method-pillar-detail-title {
    padding-bottom: 0.52rem;
  }
}

@media (min-width: 561px) and (max-width: 860px) {
  .publication-title-wide {
    display: none;
  }

  .publication-title-mid {
    display: block;
  }

  .publication-subtitle-break {
    display: block;
  }

  .publication-authors-primary {
    row-gap: 0.6rem;
    line-height: 1.14;
  }
}

@media (max-width: 560px) {
  .page-shell-container,
  .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-band {
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .results-summary-section .section-heading-group {
    margin-bottom: 0.95rem;
  }

  .results-summary-copy {
    margin-bottom: 1.22rem;
  }

  .results-summary-copy p {
    line-height: 1.58;
  }

  .section-band-tldr {
    padding-top: 22px;
  }

  .tldr-panel {
    padding: 0;
  }

  .tldr-frame {
    padding: 12px 0 22px;
  }

  .tldr-content p {
    font-size: 1.05rem;
    line-height: 1.66;
  }

  .tldr-break {
    display: none;
  }

  .section-kicker {
    font-size: 1.02rem;
    letter-spacing: 0.02em;
  }

  .section-heading {
    font-size: 1.875rem;
    line-height: 1.24;
  }

  .publication-title-wide {
    display: none;
  }

  .publication-title-mid {
    display: block;
    white-space: normal;
  }

  .publication-title {
    font-size: clamp(1.76rem, 6.7vw, 2.08rem);
    line-height: 1.16;
  }

  .hero-actions {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions .publication-links {
    width: 100%;
    margin-top: 16px;
    gap: 10px 8px;
    padding-inline: 0;
    box-sizing: border-box;
  }

  .publication-links .button {
    flex: 1 1 calc(50% - 4px);
    padding: 0.8rem 0.82rem;
  }

  .publication-links .hero-results-button {
    width: calc((100% - 8px) / 2);
  }

  .hero-teaser-title-card {
    width: 84%;
    min-height: clamp(30px, 7vw, 42px);
    font-size: clamp(0.98rem, 4.5vw, 1.72rem);
  }

  .hero-teaser-meta-wrap {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .hero-teaser-meta-bar {
    column-gap: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-teaser-meta-segment {
    min-height: 30px;
    padding: 5px 7px;
  }

  .hero-teaser-meta-segment:not(.hero-teaser-meta-segment-mode) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-teaser-meta-text {
    font-size: clamp(0.62rem, 2.35vw, 0.8rem);
  }

  .hero-teaser-meta-value {
    font-size: clamp(0.82rem, 3vw, 1.08rem);
  }

  .hero-teaser-meta-label {
    font-size: clamp(0.5rem, 1.74vw, 0.64rem);
  }

  .funding-logo-row {
    gap: 22px;
  }

  .publication-authors {
    gap: 0.6rem 0.9rem;
    line-height: 1.14;
  }

  .hero-content-column > .publication-authors:first-of-type {
    margin-top: 1.35rem;
  }

  .publication-authors-secondary {
    gap: 0.55rem;
  }

  .affiliation-name {
    line-height: 1.14;
  }

  .affiliation-block {
    justify-content: center;
    width: 100%;
  }

  .author-block {
    gap: 0.24rem;
  }

  .affiliation-block {
    gap: 0.2775rem;
  }

  .results-video-embed {
    width: 100%;
  }

  .homepage-results-table-stage {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }

  .homepage-results-table-shell {
    margin: 0 auto;
    padding-top: 4px;
  }

  .homepage-results-table-toggle {
    right: 0;
    width: 51px;
    height: 51px;
  }

  .section-references-kicker {
    font-size: 1.02rem;
  }

  .content-section-separator {
    margin: 34px auto 34px;
  }

  .hero-logo-row {
    margin: 12px auto 16px;
    gap: 12px 8px;
  }

  .hero-logo-row a {
    flex: 0 1 calc(33.333% - 8px);
  }

  .hero-logo-image {
    width: min(100%, 96px);
  }

  .hero-logo-image-lvsn {
    width: min(100%, 80px);
  }

  .hero-logo-image-ulaval {
    width: min(100%, 90px);
  }

  .results-video-embed {
    height: clamp(220px, 62vw, 360px);
  }

  #acknowledgments .funding-logo-row {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    align-items: center;
    gap: 12px;
    padding-inline: 0;
    transform: none;
  }

  #acknowledgments .funding-logo-row a {
    min-width: 0;
    width: 100%;
  }

  #acknowledgments .funding-logo-row .funding-logo {
    width: 100%;
    max-width: none;
  }

  #acknowledgments .funding-logo-row .funding-logo-crsng {
    width: 100%;
  }

  .discussion-section.section-band {
    padding-bottom: 46px;
  }

  .acknowledgments-intro-break {
    display: none;
  }

  .acknowledgments-intro-followup {
    display: inline;
  }

  br.footer-nerfies-break {
    display: block;
  }
}

@media (max-width: 860px) {
  .section-heading {
    font-size: clamp(1.875rem, 4.55vw, 2.06rem);
    line-height: 1.24;
  }

  br.section-heading-break-mobile {
    display: block;
  }
}

