body.gbm-editorial-home.single,
body.gbm-editorial-home.archive {
  background: var(--gbm-paper);
}

.gbm-article-main,
.gbm-archive-main,
.gbm-author-main {
  width: 100%;
}

.gbm-article-header,
.gbm-archive-header {
  border-bottom: 1px solid var(--gbm-line);
}

.gbm-article-header-inner,
.gbm-archive-header-inner,
.gbm-author-hero,
.gbm-author-articles,
.gbm-related {
  width: min(1180px, calc(100% - 68px));
  margin-left: auto;
  margin-right: auto;
}

.gbm-article-header-inner {
  padding: 72px 0 48px;
}

.gbm-article-header h1,
.gbm-archive-header h1,
.gbm-author-hero h1 {
  margin-bottom: 0;
  font-family: "Newsreader", serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .96;
  font-weight: 600;
  letter-spacing: -.035em;
  color: var(--gbm-ink);
}

.gbm-article-deck,
.gbm-archive-description,
.gbm-author-intro > p {
  max-width: 820px;
  margin: 24px 0 0;
  color: var(--gbm-muted);
  font-size: 18px;
  line-height: 1.7;
}

.gbm-article-byline {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--gbm-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.gbm-article-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.gbm-article-author img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 50%;
}

.gbm-article-author span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gbm-article-author small {
  color: var(--gbm-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.gbm-article-author strong {
  font-family: "Newsreader", serif;
  font-size: 18px;
}

.gbm-article-date {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  color: var(--gbm-muted);
  font-size: 12px;
}

.gbm-article-hero {
  width: min(1440px, calc(100% - 40px));
  margin: 38px auto 0;
}

.gbm-article-hero img {
  width: 100%;
  max-height: 820px;
  object-fit: cover;
}

.gbm-article-hero figcaption {
  max-width: 1180px;
  margin: 10px auto 0;
  color: var(--gbm-muted);
  font-size: 11px;
  line-height: 1.5;
}

.gbm-article-layout {
  width: min(1180px, calc(100% - 68px));
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 160px minmax(0, 760px);
  justify-content: center;
  gap: 50px;
  align-items: start;
}

.gbm-article-rail {
  position: sticky;
  top: 76px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--gbm-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.gbm-rail-label {
  color: var(--gbm-ochre-deep);
  font-weight: 700;
}

.gbm-rail-rule {
  width: 100%;
  height: 1px;
  background: var(--gbm-line);
}

.gbm-article-content {
  max-width: 760px;
  color: #26231e;
  font-family: "Newsreader", serif;
  font-size: 21px;
  line-height: 1.78;
}

.gbm-article-content > p:first-child::first-letter {
  float: left;
  margin: .09em .12em 0 0;
  font-size: 4.3em;
  line-height: .78;
  font-weight: 600;
  color: var(--gbm-ochre-deep);
}

.gbm-article-content h2,
.gbm-article-content h3,
.gbm-article-content h4 {
  margin: 2em 0 .65em;
  font-family: "Newsreader", serif;
  line-height: 1.08;
  color: var(--gbm-ink);
}

.gbm-article-content h2 { font-size: 39px; }
.gbm-article-content h3 { font-size: 31px; }
.gbm-article-content h4 { font-size: 25px; }

.gbm-article-content p,
.gbm-article-content ul,
.gbm-article-content ol,
.gbm-article-content blockquote,
.gbm-article-content figure {
  margin-bottom: 1.35em;
}

.gbm-article-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gbm-article-content blockquote {
  margin-left: -44px;
  margin-right: 0;
  padding: 8px 0 8px 28px;
  border-left: 3px solid var(--gbm-ochre);
  font-size: 1.32em;
  line-height: 1.45;
  font-style: italic;
}

.gbm-article-content img,
.gbm-article-content figure {
  max-width: 100%;
}

.gbm-article-content figcaption {
  margin-top: 8px;
  color: var(--gbm-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.gbm-article-content--ahf-teaser {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

.gbm-article-content--ahf-teaser > .gbm-ahf-teaser-intro::first-letter {
  float: none;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

.gbm-ahf-teaser-intro {
  max-width: 720px;
  margin-bottom: 34px !important;
  font-family: "Newsreader", serif;
  font-size: 24px;
  line-height: 1.55;
  color: #26231e;
}

.gbm-ahf-teaser-box {
  padding: 30px;
  border-top: 1px solid var(--gbm-ink);
  border-bottom: 1px solid var(--gbm-line);
  background: #f3efe6;
}

.gbm-ahf-teaser-box h2 {
  margin: 8px 0 12px;
  font-family: "Newsreader", serif;
  font-size: 36px;
  line-height: 1.05;
}

.gbm-ahf-teaser-box p {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--gbm-muted);
}

.gbm-ahf-teaser-box .gbm-button {
  text-decoration: none;
}

.gbm-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid var(--gbm-line);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
}

.gbm-article-tags a {
  padding: 7px 10px;
  border: 1px solid var(--gbm-line);
  text-decoration: none;
}

.gbm-author-box {
  width: min(920px, calc(100% - 68px));
  margin: 76px auto 0;
  padding: 34px 0;
  border-top: 1px solid var(--gbm-ink);
  border-bottom: 1px solid var(--gbm-line);
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 30px;
  align-items: start;
}

.gbm-author-box-avatar img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
}

.gbm-author-box h2 {
  margin: 0 0 10px;
  font-size: 34px;
}

.gbm-author-box p {
  max-width: 680px;
  color: var(--gbm-muted);
  line-height: 1.65;
}

.gbm-related {
  padding: 78px 0 92px;
}

.gbm-related .gbm-section-head h2 {
  font-size: 48px;
}

.gbm-archive-header-inner {
  padding: 72px 0 50px;
}

.gbm-archive-count {
  margin: 28px 0 0;
  color: var(--gbm-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gbm-archive-list {
  width: min(1180px, calc(100% - 68px));
  margin: 0 auto;
  padding: 48px 0 92px;
}

.gbm-archive-card {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid var(--gbm-line);
  align-items: start;
}

.gbm-archive-card--lead {
  grid-template-columns: 1.2fr 1fr;
  padding-top: 0;
  padding-bottom: 44px;
}

.gbm-archive-card-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d8d2c7;
}

.gbm-archive-card--lead .gbm-archive-card-image {
  aspect-ratio: 16 / 10;
}

.gbm-archive-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gbm-archive-card-copy h2 {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.02;
}

.gbm-archive-card--lead .gbm-archive-card-copy h2 {
  font-size: clamp(40px, 4vw, 58px);
}

.gbm-archive-card-copy > p {
  max-width: 700px;
  color: var(--gbm-muted);
  font-size: 15px;
  line-height: 1.65;
}

.gbm-pagination {
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--gbm-ink);
}

.gbm-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.gbm-pagination .page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  padding: 8px 11px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gbm-line);
  font-size: 12px;
}

.gbm-pagination .current {
  background: var(--gbm-ink);
  color: #fff;
  border-color: var(--gbm-ink);
}

.gbm-author-hero {
  padding: 72px 0 58px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  border-bottom: 1px solid var(--gbm-line);
}

.gbm-author-portrait img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  object-fit: cover;
}

.gbm-author-intro h1 {
  max-width: 880px;
}

.gbm-author-stats {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--gbm-line);
}

.gbm-author-stats strong {
  font-family: "Newsreader", serif;
  font-size: 34px;
}

.gbm-author-stats span {
  color: var(--gbm-muted);
  font-size: 12px;
}

.gbm-author-articles {
  padding: 64px 0 92px;
}

.gbm-author-articles .gbm-section-head h2 {
  font-size: 50px;
}

.gbm-empty {
  padding: 50px 0;
  color: var(--gbm-muted);
}


.gbm-article-ad-top,
.gbm-article-ad-bottom {
  width: min(1280px, calc(100% - 68px));
  margin-left: auto;
  margin-right: auto;
}

.gbm-article-ad-top {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--gbm-ink);
}

.gbm-article-ad-bottom {
  margin-top: 56px;
  padding-top: 18px;
  border-top: 1px solid var(--gbm-line);
}

.gbm-article-layout {
  width: min(1280px, calc(100% - 68px));
  grid-template-columns: 120px minmax(0, 760px) 300px;
  gap: 34px;
}

.gbm-article-adrail {
  min-width: 0;
}

.gbm-article-adrail .gbm-ad-slot {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--gbm-line);
}

.gbm-article-adrail .gbm-ad-slot--rail .gbm-ad-creative img {
  max-height: 620px;
}

@media (min-width: 1101px) {
  .gbm-article-adrail .gbm-ad-slot:first-of-type {
    position: sticky;
    top: 64px;
  }
}


.gbm-archive-ad-top {
  width: min(1180px, calc(100% - 68px));
  margin: 34px auto 14px;
  padding-top: 18px;
  border-top: 1px solid var(--gbm-ink);
}

.gbm-archive-shell {
  width: min(1280px, calc(100% - 68px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 36px;
  align-items: start;
}

.gbm-archive-shell .gbm-archive-list {
  width: 100%;
  margin: 0;
}

.gbm-archive-adrail {
  padding-top: 48px;
}

.gbm-archive-adrail .gbm-ad-slot {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--gbm-line);
}

@media (min-width: 1101px) {
  .gbm-archive-adrail .gbm-ad-slot:first-of-type {
    position: sticky;
    top: 64px;
  }
}

@media (max-width: 900px) {
  .gbm-article-header-inner,
  .gbm-archive-header-inner,
  .gbm-author-hero,
  .gbm-author-articles,
  .gbm-related,
  .gbm-archive-list,
  .gbm-article-layout {
    width: min(100% - 36px, 1180px);
  }

  .gbm-article-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gbm-article-adrail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
  }

  .gbm-article-adrail .gbm-ad-rail-heading {
    grid-column: 1 / -1;
  }

  .gbm-article-adrail .gbm-ad-slot {
    margin-bottom: 0;
  }

  .gbm-article-rail {
    position: static;
    flex-direction: row;
    align-items: center;
  }

  .gbm-rail-rule {
    width: 50px;
  }

  .gbm-author-hero {
    grid-template-columns: 150px 1fr;
    gap: 28px;
  }

  .gbm-author-portrait img {
    width: 145px;
    height: 145px;
  }

  .gbm-archive-card {
    grid-template-columns: 240px 1fr;
  }

  .gbm-archive-ad-top,
  .gbm-archive-shell {
    width: min(100% - 36px, 1180px);
  }

  .gbm-archive-shell {
    grid-template-columns: 1fr;
  }

  .gbm-archive-adrail {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
  }

  .gbm-archive-adrail .gbm-ad-rail-heading {
    grid-column: 1 / -1;
  }

  .gbm-archive-adrail .gbm-ad-slot {
    margin-bottom: 0;
  }

  .gbm-archive-card--lead {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .gbm-article-header-inner,
  .gbm-archive-header-inner {
    padding-top: 48px;
  }

  .gbm-article-header h1,
  .gbm-archive-header h1,
  .gbm-author-hero h1 {
    font-size: 48px;
  }

  .gbm-article-byline {
    align-items: flex-start;
    flex-direction: column;
  }

  .gbm-article-date {
    align-items: flex-start;
  }

  .gbm-article-hero {
    width: 100%;
  }

  .gbm-article-content {
    font-size: 19px;
    line-height: 1.7;
  }

  .gbm-article-ad-top,
  .gbm-article-ad-bottom {
    width: calc(100% - 36px);
  }

  .gbm-article-adrail {
    grid-template-columns: 1fr;
  }

  .gbm-article-content blockquote {
    margin-left: 0;
  }

  .gbm-author-box {
    width: calc(100% - 36px);
    grid-template-columns: 78px 1fr;
    gap: 18px;
  }

  .gbm-archive-adrail {
    grid-template-columns: 1fr;
  }

  .gbm-author-box-avatar img {
    width: 72px;
    height: 72px;
  }

  .gbm-author-hero {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .gbm-author-portrait img {
    width: 110px;
    height: 110px;
  }

  .gbm-archive-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gbm-archive-card-copy h2,
  .gbm-archive-card--lead .gbm-archive-card-copy h2 {
    font-size: 34px;
  }
}
