/* Editorial guide pages: image-led title, focused reading sheet, and useful next steps. */
.article-page {
  background: #f1f1f1;
}

.article-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  background: linear-gradient(180deg, rgba(8, 10, 9, .82), rgba(8, 10, 9, .34) 78%, transparent);
  border: 0;
  box-shadow: none;
}

.article-page .masthead .brand,
.article-page .utility-search,
.article-page .utility-menu-toggle,
.article-page .nav-item,
.article-page .nav-link,
.article-page .dropdown-toggle {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .58);
}

.article-page .brand-mark {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .65);
}

.article-page .nav-shell {
  border-top-color: rgba(255, 255, 255, .32);
}

.article-page .dropdown-panel {
  color: #171717;
  text-shadow: none;
}

.article-hero {
  --article-hero-image: url('/images/site/home-hero.webp');
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 190px 24px 130px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(7, 9, 8, .45), rgba(7, 9, 8, .73)), var(--article-hero-image);
  background-position: center;
  background-size: cover;
}

.article-hero-content {
  width: min(100%, 1050px);
  min-width: 0;
  margin-inline: auto;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: 100%;
  margin-bottom: 22px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-breadcrumb a {
  padding-bottom: 5px;
  border-bottom: 2px solid #f36f21;
}

.article-breadcrumb [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-hero h1 {
  font-family: "Lora", Georgia, serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .45);
}

.article-meta {
  display: flex;
  justify-content: center;
  gap: 14px 28px;
  margin-top: 28px;
  font-family: "Libre Franklin", Arial, sans-serif;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.article-meta span + span::before {
  content: "·";
  margin-right: 28px;
}

.article-sheet {
  width: min(calc(100% - 40px), 900px);
  margin: -72px auto 88px;
  padding: 75px 90px 80px;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .06);
}

.article-intro {
  max-width: 680px;
  margin: 0 auto 44px;
  color: #444;
  font-family: "Lora", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.75;
}

.article-sheet .article-body {
  max-width: 680px;
  margin: 0 auto;
  color: #333;
  font-family: "Lora", Georgia, serif;
  font-size: 1.03rem;
  line-height: 1.82;
}

.article-sheet .prose h2 {
  margin: 54px 0 17px;
  color: #242424;
  font-family: "Lora", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -.025em;
}

.article-sheet .prose h2:first-child {
  margin-top: 0;
}

.article-sheet .prose blockquote {
  margin: 35px 0;
  padding: 24px 28px;
  color: #2d2d2d;
  background: #f5f1e8;
  border-left: 3px solid #f36f21;
  font-family: "Lora", Georgia, serif;
  font-size: 1.05rem;
}

.article-recommended {
  max-width: 680px;
  margin: 70px auto 0;
  padding-top: 42px;
  border-top: 1px solid #d7d7d7;
}

.article-recommended h2 {
  margin-bottom: 24px;
  font-family: "Lora", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
}

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

.article-recommend-card {
  min-width: 0;
}

.article-recommend-card img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  background: #ddd;
}

.article-recommend-card strong {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  font-family: "Lora", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-recommend-card:hover strong {
  color: #d94f0b;
}

.article-category-recommendations {
  margin-top: 0;
}

@media (max-width: 900px) {
  .article-page .menu-toggle {
    color: #fff;
  }

  .article-page .menu-toggle i {
    background: #fff;
  }

  .article-page .primary-nav {
    color: #242424;
    background: #fff;
  }

  .article-page .primary-nav .nav-item,
  .article-page .primary-nav .nav-link,
  .article-page .primary-nav .dropdown-toggle {
    color: #242424;
    text-shadow: none;
  }

  .article-hero {
    min-height: 580px;
    padding-top: 155px;
  }

  .article-sheet {
    padding: 65px 60px 70px;
  }
}

@media (max-width: 680px) {
  .article-hero {
    min-height: 515px;
    padding: 130px 18px 105px;
  }

  .article-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .article-meta {
    display: block;
    line-height: 1.8;
  }

  .article-meta span {
    display: block;
  }

  .article-meta span + span::before {
    display: none;
  }

  .article-sheet {
    width: calc(100% - 22px);
    margin-top: -52px;
    margin-bottom: 58px;
    padding: 48px 24px 55px;
  }

  .article-intro {
    font-size: 1.08rem;
  }

  .article-sheet .article-body {
    font-size: 1rem;
  }

  .article-sheet .prose h2 {
    font-size: 1.7rem;
  }

  .article-recommended-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .article-recommend-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 15px;
    align-items: center;
  }

  .article-recommend-card img {
    aspect-ratio: 1.2;
  }

  .article-recommend-card strong {
    margin-top: 0;
  }
}
