.nav-list a.is-active {
  color: #090909;
  background: #f2f2f2;
}

.journal-detail-main {
  background: linear-gradient(180deg, #060606 0%, #0a0a0a 45%, #070707 100%);
}

.journal-hero {
  position: relative;
  min-height: 58vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.journal-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journal-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(8, 7, 7, 0.9) 16%, rgba(8, 7, 7, 0.52) 58%, rgba(8, 7, 7, 0.32) 100%);
}

.journal-hero-content {
  position: relative;
  z-index: 2;
  max-width: 840px;
  padding-top: 4.2rem;
  padding-bottom: 2.7rem;
}

.journal-breadcrumbs {
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d3d3d3;
}

.journal-breadcrumbs a {
  color: #e9e9e9;
}

.journal-breadcrumbs a:hover,
.journal-breadcrumbs a:focus-visible {
  color: #ffffff;
}

.journal-hero-content .eyebrow {
  margin-bottom: 0.65rem;
}

.journal-hero-content h1 {
  font-size: clamp(2rem, 4.3vw, 3.8rem);
  margin-bottom: 0.9rem;
}

.journal-hero-content p {
  color: #d6d6d6;
  max-width: 64ch;
}

.journal-detail-section {
  padding-top: 2.4rem;
}

.journal-article-panel,
.journal-side-panel,
.journal-shop-panel {
  background: #101010;
  border: 1px solid #262626;
  border-radius: 18px;
}

.journal-article-panel {
  padding: clamp(1.15rem, 2.6vw, 1.8rem);
}

.journal-article-intro {
  color: #d7d7d7;
  margin-bottom: 1.25rem;
}

.journal-article-section + .journal-article-section {
  margin-top: 1.35rem;
}

.journal-article-section h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  margin-bottom: 0.65rem;
}

.journal-article-section p {
  color: #bcbcbc;
  margin-bottom: 0.7rem;
}

.journal-article-section ul {
  margin: 0;
  padding-left: 1.15rem;
  list-style: disc;
  color: #bbbbbb;
}

.journal-article-section ul li + li {
  margin-top: 0.35rem;
}

.journal-sidebar {
  display: grid;
  gap: 1rem;
}

.journal-side-panel,
.journal-shop-panel {
  padding: 1.1rem;
}

.journal-side-panel h2 {
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}

.takeaway-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.takeaway-list li {
  display: flex;
  gap: 0.5rem;
  color: #c8c8c8;
}

.takeaway-mark {
  color: #ededed;
  flex: 0 0 auto;
  margin-top: 0.05rem;
}

.related-article-list {
  display: grid;
  gap: 0.55rem;
}

.related-article {
  display: block;
  padding: 0.75rem 0.8rem;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  background: #151515;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.related-article:hover,
.related-article:focus-visible {
  border-color: rgba(191, 238, 255, 0.78);
  transform: translateY(-1px);
  outline: none;
}

.related-article h3 {
  margin: 0 0 0.2rem;
  font-size: 1.2rem;
}

.related-article p {
  margin: 0;
  color: #b7b7b7;
  font-size: 0.88rem;
}

.journal-shop-panel .eyebrow {
  margin-bottom: 0.5rem;
}

.journal-shop-panel p {
  color: #cbcbcb;
  margin-bottom: 0.8rem;
}

.journal-shop-panel .btn {
  width: 100%;
}

@media (max-width: 760px) {
  .journal-hero {
    min-height: 50vh;
  }

  .journal-hero-content {
    padding-top: 2.8rem;
    padding-bottom: 2rem;
  }

  .journal-detail-section {
    padding-top: 1.6rem;
  }
}
