.art-deco-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(210, 170, 90, .18) 42% 42.45%, transparent 42.45% 57%, rgba(210, 170, 90, .12) 57% 57.35%, transparent 57%),
    radial-gradient(circle at 78% 28%, rgba(223, 185, 104, .2), transparent 27%),
    #171719;
}

.art-deco-hero::before,
.art-deco-hero::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(223, 185, 104, .34);
  content: "";
}

.art-deco-hero::before { left: 12%; }
.art-deco-hero::after { right: 12%; }

.art-deco-hero .page-hero-inner {
  position: relative;
  z-index: 1;
}

.art-deco-hero h1 {
  max-width: 23ch;
  margin-bottom: .6rem;
}

.art-deco-hero p:last-child {
  max-width: 42ch;
  color: rgba(255, 255, 255, .78);
  font-family: var(--serif);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.legacy-content.art-deco-essay {
  max-width: none;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
  font-family: var(--serif);
  font-size: clamp(1.04rem, 1.2vw, 1.12rem);
  line-height: 1.82;
  overflow: visible;
}

.has-sidebar .legacy-content.art-deco-essay > .essay-text {
  max-width: none;
}

.art-deco-essay .article-author {
  max-width: 72ch;
  margin: 0 auto 2.5rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.art-deco-essay .essay-text p {
  max-width: 72ch;
  margin: 0 auto 1.35em;
  hanging-punctuation: first last;
  hyphens: auto;
  text-wrap: pretty;
}

.art-deco-essay .essay-opening::first-letter {
  float: left;
  margin: .08em .1em 0 0;
  color: #8d6624;
  font-family: var(--serif);
  font-size: 4.1em;
  line-height: .76;
}

.art-deco-essay .essay-text h2 {
  max-width: 72ch;
  margin: clamp(4.5rem, 8vw, 7rem) auto 1.4rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
}

.art-deco-essay .essay-text h2::before {
  display: block;
  width: 4.5rem;
  height: .22rem;
  margin-bottom: 1.15rem;
  background: linear-gradient(90deg, #8d6624 0 42%, transparent 42% 50%, #8d6624 50% 100%);
  content: "";
}

.art-deco-plate {
  width: min(100%, 70rem);
  margin: clamp(3rem, 7vw, 5.75rem) auto;
  font-family: var(--sans);
}

.art-deco-plate figure,
figure.art-deco-plate {
  margin-inline: auto;
}

.art-deco-plate img {
  display: block;
  width: 100%;
  height: auto;
  background: #171719;
  box-shadow: 0 1.25rem 3.5rem rgba(18, 18, 20, .14);
}

.art-deco-plate figcaption {
  max-width: 72ch;
  margin: .85rem 0 0;
  color: var(--ink-soft);
  font-size: .76rem;
  line-height: 1.55;
  letter-spacing: .015em;
}

.art-deco-plate--lead {
  margin-top: 0;
  margin-bottom: clamp(3.5rem, 8vw, 6.5rem);
}

.art-deco-plate--portrait {
  width: min(100%, 45rem);
}

.art-deco-plate--wide {
  width: min(100%, 64rem);
}

.art-deco-plate--pair,
.art-deco-plate--triptych {
  display: grid;
  align-items: start;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.art-deco-plate--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.art-deco-plate--triptych {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.art-deco-plate--pair figure,
.art-deco-plate--triptych figure {
  width: 100%;
  margin: 0;
}

.art-deco-plate--mixed {
  grid-template-columns: minmax(0, 1.35fr) minmax(15rem, .65fr);
}

.art-deco-plate--portraits {
  width: min(100%, 50rem);
}

.art-deco-plate--final {
  margin-bottom: clamp(3.25rem, 7vw, 5.5rem);
}

.art-deco-plate .duisdorf-lightbox-trigger {
  background: #171719;
}

.art-deco-plate .duisdorf-lightbox-trigger:hover img {
  filter: brightness(1.035);
}

.art-deco-related {
  max-width: 72ch;
  margin: 5rem auto 0;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.art-deco-related h2 {
  margin: 0 0 1.1rem;
  font-size: 1.35rem;
}

.art-deco-related li {
  margin: .55rem 0;
}

.art-deco-related a {
  font-weight: 500;
}

@media (max-width: 760px) {
  .legacy-content.art-deco-essay {
    font-size: 1.02rem;
    line-height: 1.74;
  }

  .art-deco-essay .essay-text h2 {
    margin-top: 4rem;
  }

  .art-deco-plate,
  .art-deco-plate--lead,
  .art-deco-plate--final {
    margin-block: 3rem;
  }

  .art-deco-plate--pair,
  .art-deco-plate--triptych,
  .art-deco-plate--mixed {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
