/* Insights index */
.insights-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px) 0 0 / 76px 100%,
    radial-gradient(circle at 78% 48%, rgba(199, 255, 53, .12), transparent 24%),
    #0a0c0d;
}

.insights-index {
  padding-top: clamp(4rem, 7vw, 7rem);
}

.insights-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 3rem;
}

.insights-heading h2 {
  margin: 0;
}

.insights-heading p {
  max-width: 420px;
  margin: 0 0 .5rem;
  color: #5e645f;
  line-height: 1.7;
}

.article-card-link,
.article-list-link,
.related-article-card {
  color: inherit;
  text-decoration: none;
}

.article-card-link {
  display: block;
  height: 100%;
}

.article-card {
  height: 100%;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.article-card-link:hover .article-card,
.article-card-link:focus-visible .article-card {
  transform: translateY(-7px);
  border-color: #aebc78;
  box-shadow: 0 22px 55px rgba(14, 18, 12, .12);
}

.article-art {
  position: relative;
  isolation: isolate;
  height: 360px;
  overflow: hidden;
}

.article-art::before,
.article-hero-art::before,
.related-article-art::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .26;
}

.article-art::after,
.article-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, .07) 49%, transparent 60%);
  transform: translateX(-90%);
  transition: transform 1s ease;
}

.article-card-link:hover .article-art::after {
  transform: translateX(90%);
}

.article-art > i {
  position: relative;
  z-index: 2;
}

.article-art > span {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.1rem;
  color: rgba(255, 255, 255, .72);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .18em;
}

.article-accent-lime { background: radial-gradient(circle, #34431f, #101512 62%); color: #c7ff35; }
.article-accent-blue { background: radial-gradient(circle, #263d4c, #0e1318 62%); color: #79d5ff; }
.article-accent-pink { background: radial-gradient(circle, #533142, #171013 62%); color: #f08ab5; }
.article-accent-amber { background: radial-gradient(circle, #4c3d23, #15120d 62%); color: #ffc761; }

.lead-article h2 {
  max-width: 680px;
  margin: 1rem 0;
  font-size: clamp(2.55rem, 4.2vw, 4.5rem);
  line-height: .94;
}

.lead-article p {
  max-width: 660px;
  color: #5f655f;
  line-height: 1.75;
}

.lead-article small,
.article-list small {
  color: #777d77;
}

.article-read-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid #e2dfd8;
  color: var(--lime-ink, #536800);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.article-list {
  height: 100%;
}

.article-list-link {
  display: block;
}

.article-list article {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1.2rem;
  min-height: 190px;
  padding: 2rem 3.6rem 2rem 2rem;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.article-list-link:hover article,
.article-list-link:focus-visible article {
  z-index: 2;
  color: #fff;
  background: #111516;
  transform: translateX(-7px);
}

.article-list-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--lime-ink, #536800);
  background: #eef2df;
  font-size: 1.4rem;
}

.article-list-link:hover .article-list-icon,
.article-list-link:focus-visible .article-list-icon {
  color: #0a0c0d;
  background: #c7ff35;
}

.article-list h3 {
  margin: .65rem 0 1.5rem;
  font-size: clamp(1.6rem, 2.4vw, 2.05rem);
  line-height: 1;
}

.article-list-arrow {
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  color: #8b918b;
  transition: transform .25s ease;
}

.article-list-link:hover .article-list-arrow {
  color: #c7ff35;
  transform: translate(3px, -3px);
}

/* Article detail */
.article-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 12rem 0 6.5rem;
  background: #0a0c0d;
}

.article-detail-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(to right, transparent 5%, #000 68%);
}

.article-detail-hero .container-xxl {
  position: relative;
  z-index: 2;
}

.article-back-link {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  margin-bottom: 4rem;
  color: #aeb3af;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-back-link:hover {
  color: #c7ff35;
}

.article-detail-hero h1 {
  max-width: 1050px;
  margin: 0;
  font: 700 clamp(4rem, 7vw, 7.5rem)/.86 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.article-dek {
  max-width: 780px;
  margin: 2rem 0 0;
  color: #b5bbb6;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 2rem;
  margin-top: 2.2rem;
  color: #858b86;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.article-meta span + span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 1rem .15rem 0;
  border-radius: 50%;
  background: currentColor;
}

.article-hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 370px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .025);
  color: #c7ff35;
}

.article-hero-art > i {
  position: relative;
  z-index: 2;
  font-size: 6rem;
}

.article-hero-art > span {
  position: absolute;
  z-index: 2;
  bottom: 1.4rem;
  color: rgba(255, 255, 255, .55);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.article-detail-hero.article-accent-blue .eyebrow,
.article-detail-hero.article-accent-blue .article-hero-art { color: #79d5ff; }
.article-detail-hero.article-accent-pink .eyebrow,
.article-detail-hero.article-accent-pink .article-hero-art { color: #f08ab5; }
.article-detail-hero.article-accent-amber .eyebrow,
.article-detail-hero.article-accent-amber .article-hero-art { color: #ffc761; }

.article-detail-body {
  padding: clamp(5rem, 9vw, 9rem) 0;
  color: #151716;
  background: #f6f4ef;
}

.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.article-aside {
  position: sticky;
  top: 2rem;
  align-self: start;
  display: grid;
  padding-top: .35rem;
  border-top: 2px solid #141615;
}

.article-aside-label {
  margin: 1rem 0 1.4rem;
  color: #697069;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
}

.article-aside > a {
  padding: .8rem 0;
  border-bottom: 1px solid #d8d5ce;
  color: #555b56;
  font-size: .76rem;
  line-height: 1.45;
  text-decoration: none;
}

.article-aside > a:hover {
  color: var(--lime-ink, #536800);
}

.article-aside .article-share {
  margin-top: 1rem;
  border: 0;
  color: var(--lime-ink, #536800);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.article-copy {
  min-width: 0;
}

.article-intro {
  margin: 0 0 3.25rem;
  color: #252927;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.55;
}

.article-copy blockquote {
  position: relative;
  margin: 0 0 4rem;
  padding: 2.2rem 2.5rem 2.2rem 3rem;
  border-left: 5px solid #8dac12;
  background: #eef2df;
  font: 600 clamp(1.55rem, 2.5vw, 2.25rem)/1.25 "Barlow Condensed", sans-serif;
}

.article-copy section {
  position: relative;
  scroll-margin-top: 2rem;
  margin-bottom: 4rem;
  padding-top: 2.25rem;
  border-top: 1px solid #d5d2ca;
}

.article-section-number {
  position: absolute;
  top: 2.7rem;
  left: -3.5rem;
  color: #81931d;
  font: 700 .72rem "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
}

.article-copy h2 {
  margin: 0 0 1.35rem;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: .98;
}

.article-copy section p {
  margin: 0;
  color: #555b56;
  font-size: 1.06rem;
  line-height: 1.9;
}

.article-end-mark {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  color: #849718;
}

.article-end-mark span {
  height: 1px;
  background: #d5d2ca;
}

.related-articles h2 {
  margin: 0;
}

.related-article-card {
  display: block;
  height: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .14);
  transition: transform .25s ease, border-color .25s ease;
}

.related-article-card:hover {
  color: #fff;
  border-color: rgba(199, 255, 53, .55);
  transform: translateY(-6px);
}

.related-article-art {
  position: relative;
  display: grid;
  place-items: center;
  height: 190px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  font-size: 3.2rem;
}

.related-article-art > i {
  position: relative;
  z-index: 2;
}

.related-article-card > span {
  color: #9ebc2e;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.related-article-card h3 {
  min-height: 3.3rem;
  margin: .75rem 0 1.5rem;
  font: 700 1.6rem/1.02 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.related-article-card small {
  display: flex;
  justify-content: space-between;
  color: #848a85;
}

.article-not-found {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 12rem 0 8rem;
  background: radial-gradient(circle at 78%, rgba(199, 255, 53, .1), transparent 24%), #0a0c0d;
}

.article-not-found h1 {
  max-width: 900px;
  font: 700 clamp(4rem, 8vw, 8rem)/.86 "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.article-not-found h1 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .62);
}

.article-not-found p {
  margin: 2rem 0;
  color: #aeb3af;
  font-size: 1.1rem;
}

@media (max-width: 991px) {
  .insights-heading { align-items: start; }
  .article-detail-hero { padding-top: 8rem; }
  .article-back-link { margin-bottom: 2.5rem; }
  .article-hero-art { min-height: 300px; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; display: none; }
  .article-copy { max-width: 760px; margin: 0 auto; }
}

@media (max-width: 767px) {
  .insights-heading { display: block; }
  .insights-heading p { margin-top: 1.2rem; }
  .article-art { height: 270px; }
  .lead-article h2 { font-size: 2.6rem; }
  .article-list article { grid-template-columns: 46px 1fr; padding: 1.5rem 3rem 1.5rem 1.25rem; min-height: 170px; }
  .article-list-icon { width: 46px; height: 46px; }
  .article-detail-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .article-meta { display: grid; gap: .7rem; }
  .article-meta span + span::before { display: none; }
  .article-hero-art { min-height: 240px; }
  .article-copy blockquote { padding: 1.6rem 1.5rem 1.6rem 2rem; }
  .article-section-number { position: static; display: block; margin-bottom: .75rem; }
  .related-article-card h3 { min-height: 0; }
}
