body.om-inner {
  margin: 0;
  color: var(--om-color-text, #1f1f1f);
  background: #ffffff;
}

.publications-page {
  padding-top: 56px;
}

.pub-shell {
  width: min(var(--om-shell, 1240px), calc(100% - 64px));
  margin: 0 auto;
}

.pub-hero {
  min-height: min(68vh, 760px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding-block: 56px 120px;
}

.pub-kicker {
  margin: 0;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.pub-title {
  margin: 24px auto 0;
  width: 100%;
  max-width: 24ch;
  box-sizing: border-box;
  font-family: var(--om-font-heading, "Montserrat", "Manrope", sans-serif);
  font-size: clamp(44px, 6vw, 68px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.025em;
  text-align: center;
  color: #121212;
}

.pub-title-line {
  display: inline;
}

.pub-title-line + .pub-title-line::before {
  content: " ";
}

.pub-intro {
  margin: 28px 0 0;
  width: 100%;
  max-width: 78ch;
  box-sizing: border-box;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 1.56;
  color: #35312d;
  text-wrap: balance;
}

.pub-media-line {
  margin: 16px 0 0;
  width: 100%;
  max-width: 88ch;
  box-sizing: border-box;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.pub-feature {
  border-top: 1px solid #d9d4cd;
  border-bottom: 1px solid #d9d4cd;
  padding: 48px 0 88px;
}

.pub-feature-card {
  width: min(100%, 1160px);
  margin: 0 auto;
}

.pub-feature-image-link {
  display: block;
  aspect-ratio: 2700 / 1718;
  overflow: hidden;
  background: #d7d1c8;
}

.pub-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  display: block;
}

.pub-feature-caption {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.pub-feature-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6d675f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.pub-feature-caption h2 {
  margin: 0;
  max-width: 34ch;
  font-family: var(--om-font-heading, "Montserrat", "Manrope", sans-serif);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #171717;
}

.pub-feature-caption h2 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease;
}

.pub-feature-caption h2 a:hover,
.pub-feature-caption h2 a:focus-visible {
  border-bottom-color: #171717;
}

.pub-feature-meta {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #746f67;
}

.pub-list-section {
  padding: 48px 0 88px;
}

.pub-section-title {
  margin: 0 0 34px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #6d675f;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
}

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

.pub-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  border-top: 1px solid #ddd8d2;
  padding: 18px 0;
}

.pub-list li:last-child {
  border-bottom: 1px solid #ddd8d2;
}

.pub-index {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #746f67;
}

.pub-link {
  color: #1f1f1f;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.32;
  text-decoration: none;
  font-weight: 400;
}

.pub-link:hover,
.pub-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pub-source {
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #746f67;
  white-space: nowrap;
}

.pub-note {
  padding: 88px 0 122px;
}

.pub-note p {
  margin: 0;
  max-width: 36ch;
  font-family: var(--om-font-heading, "Montserrat", "Manrope", sans-serif);
  font-size: clamp(29px, 4.1vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #151515;
}

@media (max-width: 1100px) {
  .pub-shell {
    width: min(var(--om-shell, 1240px), calc(100% - 44px));
  }

  .pub-list li {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 12px;
  }

  .pub-section-title {
    margin-left: 0;
  }

  .pub-source {
    grid-column: 2;
    margin-top: 4px;
  }
}

@media (min-width: 1100px) {
  .publications-page {
    padding-top: 92px;
  }

  .pub-hero {
    min-height: auto;
    justify-content: flex-start;
    padding-block: 80px 128px;
  }

  .pub-link {
    font-size: 18px;
  }
}

@media (min-width: 901px) and (max-width: 1099px) {
  .publications-page {
    padding-top: 80px;
  }

  .pub-hero {
    min-height: auto;
    padding-top: 80px;
  }

  .pub-link {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .publications-page {
    padding-top: 44px;
  }

  .pub-hero {
    min-height: auto;
    gap: 18px;
    padding-block: 44px 88px;
  }

  .pub-title-line {
    white-space: normal;
  }

  .pub-feature,
  .pub-list-section,
  .pub-note {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .pub-feature-image-link {
    aspect-ratio: 2700 / 1718;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .publications-page {
    padding-top: 76px;
  }

  .pub-hero {
    padding-top: 76px;
  }
}

@media (max-width: 640px) {
  .publications-page {
    padding-top: 44px;
  }

  .pub-shell {
    width: calc(100% - 28px);
  }

  .pub-hero {
    padding-top: 44px;
  }

  .pub-title {
    margin-top: 18px;
    font-size: var(--om-inner-h1-mobile, clamp(36px, 10vw, 40px));
    line-height: var(--om-inner-h1-line-mobile, 1.1);
    letter-spacing: 0;
  }

  .pub-title-line {
    display: block;
  }

  .pub-title-line + .pub-title-line::before {
    content: none;
  }

  .pub-section-title {
    margin-left: 0;
    margin-bottom: 24px;
  }

  .pub-intro {
    max-width: 30ch;
    margin-top: 24px;
    text-wrap: pretty;
  }

  .pub-media-line {
    margin-top: 14px;
  }
}
