.rlf-research-desk-body .site-inner,
.rlf-research-desk-body .site-inner .content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.rlf-research-desk-body .entry-header,
.rlf-research-desk-body .entry-footer,
.rlf-research-desk-body .breadcrumb,
.rlf-research-desk-body .before-footer-cta {
  display: none;
}

.rlf-research-desk {
  color: var(--rd-ink);
  background: var(--rd-paper);
  font: 400 18px/1.65 var(--rd-font-body);
}

.rlf-research-desk__wrap {
  width: min(var(--rd-content-width), calc(100% - 48px));
  margin-inline: auto;
}

.rlf-research-desk__hero {
  padding: clamp(76px, 9vw, 128px) 0 clamp(70px, 8vw, 108px);
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgb(93 124 151 / 24%), transparent 30%),
    linear-gradient(135deg, var(--rd-charcoal) 0%, var(--rd-charcoal-soft) 100%);
}

.rlf-research-desk__eyebrow {
  margin: 0 0 18px;
  color: var(--rd-steel);
  font: 800 11px/1.4 var(--rd-font-display);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rlf-research-desk__hero .rlf-research-desk__eyebrow {
  color: var(--rd-steel-light);
}

.rlf-research-desk h1,
.rlf-research-desk h2,
.rlf-research-desk h3 {
  margin-top: 0;
  color: inherit;
  font-family: var(--rd-font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.rlf-research-desk h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(56px, 7vw, 88px);
  line-height: 0.98;
}

.rlf-research-desk__lede {
  max-width: 820px;
  margin: 0 0 16px;
  font: 600 clamp(24px, 3vw, 36px)/1.22 var(--rd-font-display);
  letter-spacing: -0.025em;
}

.rlf-research-desk__intro {
  max-width: 710px;
  margin: 0;
  color: #d5dee7;
  font-size: clamp(17px, 1.6vw, 21px);
}

.rlf-research-desk__projects {
  padding: clamp(68px, 8vw, 104px) 0;
}

.rlf-research-desk__section-heading {
  margin-bottom: 42px;
}

.rlf-research-desk__section-heading h2,
.rlf-research-desk__editor h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.rlf-research-desk__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rlf-research-project {
  position: relative;
  display: flex;
  min-height: 650px;
  padding: clamp(30px, 4vw, 50px);
  border: 1px solid var(--rd-border);
  border-radius: var(--rd-radius-sm);
  background: var(--rd-surface);
  box-shadow: var(--rd-shadow-card);
  flex-direction: column;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.rlf-research-project--feature {
  color: #fff;
  border-color: #2d3748;
  background: var(--rd-ink);
}

.rlf-research-project__topline {
  display: flex;
  margin-bottom: 24px;
  gap: 16px;
  justify-content: space-between;
  color: var(--rd-muted);
  font: 700 11px/1.4 var(--rd-font-display);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rlf-research-project--feature .rlf-research-project__topline {
  color: var(--rd-steel-light);
}

.rlf-research-project__visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(20 34 56 / 12%);
  border-radius: 12px;
  background: #f4f6f8;
}

.rlf-research-project__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
}

.rlf-research-project__visual-link {
  display: block;
  border-radius: inherit;
}

.rlf-research-project__visual-link:focus-visible {
  outline: 3px solid var(--rd-steel);
  outline-offset: -4px;
}

.rlf-research-project--feature .rlf-research-project__visual {
  border-color: rgb(255 255 255 / 16%);
}

.rlf-research-project h3 {
  max-width: 580px;
  margin: 30px 0 20px;
  font-size: clamp(29px, 3.2vw, 43px);
  line-height: 1.08;
}

.rlf-research-project h3 a {
  color: inherit;
  text-decoration: none;
}

.rlf-research-project p {
  margin: 0 0 26px;
  color: #4c5b6b;
}

.rlf-research-project--feature p {
  color: #d5dee7;
}

.rlf-research-project__details {
  display: flex;
  margin: 0 0 34px;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
}

.rlf-research-project__details li {
  margin: 0;
  padding: 6px 10px;
  color: #546274;
  border: 1px solid var(--rd-border);
  border-radius: 999px;
  font: 700 12px/1.35 var(--rd-font-display);
}

.rlf-research-project--feature .rlf-research-project__details li {
  color: #c6d3df;
  border-color: #52637a;
}

.rlf-research-project__link {
  align-self: flex-start;
  margin-top: auto;
  color: var(--rd-ink);
  border-bottom: 2px solid var(--rd-brand);
  font: 800 15px/1.7 var(--rd-font-display);
  text-decoration: none;
}

.rlf-research-project--feature .rlf-research-project__link {
  color: #fff;
  border-color: var(--rd-steel-light);
}

.rlf-research-project__link:hover,
.rlf-research-project__link:focus {
  color: var(--rd-steel);
}

.rlf-research-project--feature .rlf-research-project__link:hover,
.rlf-research-project--feature .rlf-research-project__link:focus {
  color: #d5e0e8;
}

.rlf-research-project:focus-within {
  border-color: var(--rd-steel);
  box-shadow: 0 18px 46px rgb(31 42 61 / 13%);
}

.rlf-research-project--feature:focus-within {
  border-color: var(--rd-steel-light);
}

@media (hover: hover) {
  .rlf-research-project:hover {
    border-color: var(--rd-steel);
    box-shadow: 0 18px 46px rgb(31 42 61 / 13%);
  }

  .rlf-research-project--feature:hover {
    border-color: var(--rd-steel-light);
  }
}

.rlf-research-desk__editor {
  padding: clamp(48px, 6vw, 68px) 0;
  border-top: 1px solid var(--rd-border);
  background: var(--rd-surface);
}

.rlf-research-desk__editor-layout {
  display: grid;
  max-width: 820px;
  gap: 24px;
  align-items: center;
  grid-template-columns: 76px minmax(0, 1fr);
}

.rlf-research-desk__editor-photo {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid var(--rd-border);
  border-radius: 50%;
  filter: grayscale(1) contrast(1.06);
  object-fit: cover;
  object-position: center top;
}

.rlf-research-desk__editor h2 {
  font-size: clamp(28px, 3vw, 36px);
}

.rlf-research-desk__editor-heading h2 {
  margin-bottom: 4px;
}

.rlf-research-desk__editor-role {
  margin: 0 0 12px;
  color: var(--rd-brand);
  font: 800 13px/1.5 var(--rd-font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rlf-research-desk__editor-copy > p:not([class]) {
  max-width: 650px;
  margin: 0;
  font-size: 16px;
}

.rlf-research-desk__editor-links {
  display: flex;
  margin-top: 16px;
  gap: 22px;
  flex-wrap: wrap;
}

.rlf-research-desk__editor-links a {
  color: var(--rd-ink);
  border-bottom: 2px solid var(--rd-brand);
  font: 800 14px/1.7 var(--rd-font-display);
  text-decoration: none;
}

.rlf-research-desk__editor-links a:hover,
.rlf-research-desk__editor-links a:focus {
  color: var(--rd-steel);
}

@media (max-width: 800px) {
  .rlf-research-desk__wrap {
    width: min(100% - 32px, 680px);
  }

  .rlf-research-desk__grid {
    grid-template-columns: 1fr;
  }

  .rlf-research-project {
    min-height: 0;
  }

  .rlf-research-desk__editor-layout {
    max-width: none;
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .rlf-research-desk__editor-photo {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 520px) {
  .rlf-research-desk {
    font-size: 16px;
  }

  .rlf-research-desk__hero {
    padding: 68px 0 72px;
  }

  .rlf-research-desk h1 {
    font-size: clamp(48px, 17vw, 68px);
  }

  .rlf-research-project__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .rlf-research-project__visual {
    margin-inline: -8px;
  }

  .rlf-research-desk__editor-layout {
    gap: 18px;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: start;
  }

  .rlf-research-desk__editor-photo {
    width: 64px;
    height: 64px;
  }

  .rlf-research-desk__editor-copy {
    display: block;
  }

  .rlf-research-desk__editor-heading .rlf-research-desk__eyebrow {
    margin-top: 1px;
  }

  .rlf-research-desk__editor h2 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rlf-research-project {
    transition: none;
  }
}
