.leonard-article .leonard-hero {
  min-height: min(770px, 88vh);
  padding-top: 148px;
  padding-bottom: 88px;
  background: #060707;
}
.leonard-article .leonard-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 7, .99) 0%, rgba(5, 7, 7, .92) 38%, rgba(5, 7, 7, .22) 70%, rgba(5, 7, 7, .08) 100%),
    linear-gradient(0deg, rgba(5, 7, 7, .96), transparent 36%),
    url('images/leonard-hero.webp') center / cover no-repeat;
}
.leonard-article .leonard-hero > * { max-width: 670px; }
.leonard-article .leonard-hero h1 { max-width: 760px; }
.leonard-article .leonard-hero h1 span { color: #d2aa61; }
.leonard-article .article-lede { max-width: 650px; }

.character-file {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 62px;
  border: 1px solid rgba(87, 49, 34, .2);
  border-radius: 7px;
  background: rgba(255, 255, 255, .26);
}
.file-detail { padding: 24px 18px; text-align: center; }
.file-detail + .file-detail { border-left: 1px solid rgba(87, 49, 34, .15); }
.file-detail strong {
  display: block;
  color: #55151d;
  font: 500 27px / 1 'Cormorant Garamond', serif;
}
.file-detail span {
  display: block;
  margin-top: 8px;
  color: #8c662f;
  font: 600 9px / 1 'Cinzel', serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.leonard-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(210px, .85fr);
  align-items: center;
  margin: 50px auto 58px;
  max-width: 820px;
  overflow: hidden;
  border-radius: 7px;
  background: #090a09;
  box-shadow: 0 15px 38px rgba(49, 27, 18, .13);
}
.leonard-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.leonard-visual figcaption {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
  color: rgba(239, 221, 192, .72);
  font: italic 400 15px / 1.45 'Cormorant Garamond', serif;
}
.leonard-visual figcaption strong {
  color: #c9a158;
  font: 600 9px / 1.5 'Cinzel', serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.locked-file {
  display: grid;
  grid-template-columns: 48% 52%;
  max-width: 980px;
  margin: 58px calc(50% - 490px) 66px;
  overflow: hidden;
  border: 1px solid rgba(175, 132, 62, .3);
  border-radius: 8px;
  background: #0a0b0b;
  box-shadow: 0 20px 48px rgba(45, 24, 17, .17);
}
.locked-file img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.locked-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.locked-kicker {
  margin-bottom: 15px;
  color: #c49b50;
  font: 600 9px / 1 'Cinzel', serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.locked-copy h2 { margin: 0 0 17px; color: #f0dfc5; }
.locked-copy p { margin: 0; color: rgba(239, 224, 201, .72); font-size: 18px; line-height: 1.55; }
.locked-inventory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 28px;
}
.locked-inventory span {
  padding: 11px 8px;
  border: 1px solid rgba(196, 155, 80, .22);
  color: #d2ae6c;
  text-align: center;
  font: 500 10px / 1.25 'Cinzel', serif;
  letter-spacing: .04em;
}

.leonard-quote {
  margin: 58px 0;
  padding: 38px clamp(22px, 5vw, 52px);
  border-left: 2px solid #a97a35;
  background: rgba(255, 255, 255, .2);
  color: #57161e;
  font: italic 400 clamp(26px, 3.5vw, 38px) / 1.25 'Cormorant Garamond', serif;
}
.leonard-quote cite {
  display: block;
  margin-top: 15px;
  color: #94703d;
  font: 600 9px / 1 'Cinzel', serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.leonard-article .related-section { max-width: 980px; padding-top: 74px; }
.leonard-article .related-label { text-align: left; }
.leonard-article .related-label::after { display: none; }
.leonard-article .related-grid { display: block; border-top: 1px solid rgba(194, 153, 82, .3); }
.leonard-article .related-card {
  display: grid;
  grid-template-columns: 52px 160px 1fr;
  align-items: center;
  min-height: 0;
  padding: 23px 2px;
  border: 0;
  border-bottom: 1px solid rgba(194, 153, 82, .2);
  border-radius: 0;
  background: transparent;
}
.leonard-article .related-card::before { color: #9d7337; font: 500 10px / 1 'Cinzel', serif; }
.leonard-article .related-card:nth-child(1)::before { content: '01'; }
.leonard-article .related-card:nth-child(2)::before { content: '02'; }
.leonard-article .related-card:nth-child(3)::before { content: '03'; }
.leonard-article .related-card-category { color: #b58a47; font: 600 9px / 1 'Cinzel', serif; letter-spacing: .07em; text-transform: uppercase; }
.leonard-article .related-card-title { color: #eee2d0; font: 500 clamp(20px, 2.3vw, 28px) / 1.15 'Cormorant Garamond', serif; }
.leonard-article .related-card-desc { display: none; }

@media (max-width: 1020px) {
  .locked-file { margin-left: -20px; margin-right: -20px; }
}

@media (max-width: 720px) {
  .leonard-article .leonard-hero { min-height: 700px; padding: 108px 22px 60px; }
  .leonard-article .leonard-hero::before {
    background:
      linear-gradient(0deg, rgba(5, 7, 7, .99) 0%, rgba(5, 7, 7, .9) 53%, rgba(5, 7, 7, .1) 100%),
      url('images/leonard-hero.webp') 65% top / auto 49% no-repeat;
  }
  .character-file { grid-template-columns: repeat(2, 1fr); }
  .file-detail:nth-child(3) { border-left: 0; border-top: 1px solid rgba(87, 49, 34, .15); }
  .file-detail:nth-child(4) { border-top: 1px solid rgba(87, 49, 34, .15); }
  .leonard-visual { margin: 40px auto 48px; }
  .leonard-visual { display: block; max-width: 560px; }
  .leonard-visual figcaption { gap: 6px; padding: 18px 20px; }
  .locked-file { grid-template-columns: 1fr; margin: 46px 0 52px; }
  .locked-file img { min-height: 0; aspect-ratio: 4 / 3; }
  .locked-copy { padding: 28px 22px; }
  .locked-inventory { grid-template-columns: 1fr; }
  .leonard-article .related-section { padding: 58px 22px 66px; }
  .leonard-article .related-card { grid-template-columns: 40px 1fr; gap: 6px 0; }
  .leonard-article .related-card::before { grid-row: 1 / 3; }
  .leonard-article .related-card-category, .leonard-article .related-card-title { grid-column: 2; }
}
