:root {
  --bj-ink: #172019;
  --bj-forest: #13251b;
  --bj-forest-soft: #1c3426;
  --bj-gold: #cda45b;
  --bj-gold-light: #e3c585;
  --bj-paper: #f3efe6;
  --bj-paper-deep: #e8e0d2;
  --bj-line: rgba(23, 32, 25, 0.16);
  --bj-serif: Georgia, "Times New Roman", serif;
}

.bj-page,
.ba-page {
  background: var(--bj-paper);
  color: var(--bj-ink);
  overflow: clip;
}

.bj-hero,
.ba-hero {
  position: relative;
  min-height: min(880px, 91svh);
  isolation: isolate;
  color: #fff;
  background: #122019 var(--bj-hero-image) center 42% / cover no-repeat;
}

.bj-hero::before,
.ba-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 17, 12, 0.92) 0%, rgba(8, 17, 12, 0.72) 40%, rgba(8, 17, 12, 0.2) 72%, rgba(8, 17, 12, 0.36) 100%),
    linear-gradient(0deg, rgba(8, 17, 12, 0.83) 0%, transparent 38%, rgba(8, 17, 12, 0.2) 100%);
}

.bj-hero::after,
.ba-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 11rem;
  content: "";
  background: linear-gradient(to bottom, transparent, rgba(19, 37, 27, 0.98));
}

.bj-hero-inner,
.ba-hero-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: min(880px, 91svh);
  padding-top: clamp(9.5rem, 18vh, 13rem);
  padding-bottom: clamp(4rem, 9vh, 7rem);
}

.bj-breadcrumb,
.ba-breadcrumb {
  position: absolute;
  top: clamp(7.25rem, 13vh, 9rem);
  left: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: calc(100% - var(--bs-gutter-x));
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-breadcrumb a,
.ba-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.bj-breadcrumb a:hover,
.ba-breadcrumb a:hover {
  color: var(--bj-gold-light);
}

.bj-breadcrumb i,
.ba-breadcrumb i {
  font-size: 0.55rem;
}

.bj-hero-copy,
.ba-hero-copy {
  width: min(750px, 72%);
  margin-top: auto;
}

.bj-kicker {
  margin: 0 0 1rem;
  color: var(--bj-gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.bj-hero h1,
.ba-hero h1,
.bj-section-head h2,
.bj-closing h2 {
  margin: 0;
  font-family: var(--bj-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.bj-hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.91;
}

.bj-hero h1 em,
.ba-hero h1 em,
.bj-section-head h2 em,
.bj-closing h2 em {
  color: var(--bj-gold-light);
  font-weight: inherit;
}

.bj-hero-copy > p:not(.bj-kicker),
.ba-hero-copy > p {
  max-width: 650px;
  margin: 1.6rem 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.78;
}

.bj-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
}

.bj-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 3.2rem;
  padding: 0.8rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.bj-button:hover {
  transform: translateY(-2px);
}

.bj-button-gold {
  background: var(--bj-gold);
  color: #142019;
}

.bj-button-gold:hover {
  background: var(--bj-gold-light);
  color: #142019;
}

.bj-text-link,
.bj-read {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.bj-text-link i,
.bj-read i {
  transition: transform 180ms ease;
}

.bj-text-link:hover i,
.bj-read:hover i {
  transform: translateX(4px);
}

.bj-hero .bj-text-link {
  color: #fff;
}

.bj-hero-note {
  position: absolute;
  right: calc(var(--bs-gutter-x) * 0.5);
  bottom: clamp(4rem, 9vh, 7rem);
  width: min(325px, 29%);
  padding: 1.55rem 0 0 1.5rem;
  border-top: 1px solid rgba(227, 197, 133, 0.58);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.bj-hero-note > span {
  color: var(--bj-gold-light);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bj-hero-note > strong {
  display: block;
  margin-top: 0.65rem;
  font-family: var(--bj-serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.12;
}

.bj-hero-note p {
  margin: 0.8rem 0 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.89rem;
  line-height: 1.65;
}

.bj-hero-note div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
}

.bj-hero-note div i {
  color: var(--bj-gold);
}

.bj-jump {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(19, 37, 27, 0.96);
  color: #fff;
  backdrop-filter: blur(18px);
}

.bj-jump .container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: 3.65rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.bj-jump .container::-webkit-scrollbar {
  display: none;
}

.bj-jump span,
.bj-jump a {
  white-space: nowrap;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bj-jump span {
  color: var(--bj-gold);
}

.bj-jump a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.bj-jump a:hover {
  color: #fff;
}

.bj-journal,
.ba-related {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 0;
  background:
    radial-gradient(circle at 85% 5%, rgba(205, 164, 91, 0.11), transparent 28rem),
    var(--bj-paper);
}

.bj-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2.5rem, 6vw, 4.7rem);
}

.bj-section-head h2,
.bj-closing h2 {
  max-width: 800px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
}

.bj-section-head > p,
.bj-section-head > a {
  margin: 0;
  color: rgba(23, 32, 25, 0.68);
  line-height: 1.75;
}

.bj-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: -2rem 0 3.25rem;
}

.bj-filters a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--bj-line);
  border-radius: 999px;
  color: rgba(23, 32, 25, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.bj-filters a:hover,
.bj-filters a.is-active {
  border-color: var(--bj-forest);
  background: var(--bj-forest);
  color: #fff;
}

.bj-filters span {
  color: var(--bj-gold);
}

.bj-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: clamp(2.2rem, 6vw, 6rem);
  margin-bottom: clamp(5rem, 9vw, 8rem);
}

.bj-feature-media {
  position: relative;
  display: block;
  min-height: 550px;
  overflow: hidden;
  border: 1px solid rgba(205, 164, 91, 0.62);
  border-radius: 6.5rem 0 6.5rem 0;
  background: var(--bj-forest);
}

.bj-feature-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(9, 18, 12, 0.48), transparent 45%);
  pointer-events: none;
}

.bj-feature-media img,
.bj-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.bj-feature-media:hover img,
.bj-card-media:hover img {
  transform: scale(1.025);
}

.bj-feature-media > span {
  position: absolute;
  right: 1.4rem;
  bottom: 1.35rem;
  z-index: 1;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.bj-feature-copy {
  position: relative;
  padding-left: clamp(1.5rem, 3vw, 2.6rem);
  border-left: 1px solid rgba(205, 164, 91, 0.58);
}

.bj-feature-copy::before {
  position: absolute;
  top: 0;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--bj-gold);
  content: "";
}

.bj-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: rgba(23, 32, 25, 0.62);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-meta span {
  color: #9a7334;
}

.bj-feature-copy h3,
.bj-card h3,
.bj-empty h3,
.bj-guide h3 {
  font-family: var(--bj-serif);
  font-weight: 400;
}

.bj-feature-copy h3 {
  margin: 1rem 0 1.2rem;
  font-size: clamp(2.4rem, 4vw, 4.15rem);
  line-height: 1.02;
}

.bj-feature-copy h3 a,
.bj-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bj-feature-copy > p,
.bj-card-copy > p {
  color: rgba(23, 32, 25, 0.7);
  line-height: 1.78;
}

.bj-byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--bj-line);
}

.bj-byline span {
  color: rgba(23, 32, 25, 0.58);
  font-size: 0.76rem;
  font-style: italic;
}

.bj-byline a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--bj-forest);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.bj-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem) clamp(1.4rem, 3vw, 2.5rem);
}

.bj-card {
  min-width: 0;
}

.bj-card-media {
  display: block;
  height: 275px;
  overflow: hidden;
  border: 1px solid rgba(205, 164, 91, 0.4);
  border-radius: 2.7rem 0 2.7rem 0;
  background: var(--bj-forest);
}

.bj-card-copy {
  padding: 1.5rem 0.2rem 0;
}

.bj-pagination {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  margin-top: clamp(4rem, 8vw, 6.5rem);
  padding-top: 1.6rem;
  border-top: 1px solid var(--bj-line);
}

.bj-pagination-edge {
  min-width: 0;
}

.bj-pagination-edge.is-next {
  justify-self: end;
}

.bj-pagination-edge a,
.bj-pagination-pages a,
.bj-pagination-pages > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 1px solid var(--bj-line);
  border-radius: 999px;
  color: var(--bj-forest);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.bj-pagination-edge a {
  gap: 0.55rem;
  padding: 0.7rem 1.1rem;
  text-transform: uppercase;
}

.bj-pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.bj-pagination-edge a:hover,
.bj-pagination-pages a:hover,
.bj-pagination-pages > span.is-current {
  border-color: var(--bj-forest);
  background: var(--bj-forest);
  color: #fff;
}

.bj-card h3 {
  margin: 0.85rem 0;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.1;
}

.bj-card-copy > p {
  margin-bottom: 1.2rem;
  font-size: 0.94rem;
}

.bj-read {
  color: #89652c;
}

.bj-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: clamp(2rem, 5vw, 4rem) 0;
  border-top: 1px solid var(--bj-line);
  border-bottom: 1px solid var(--bj-line);
}

.bj-empty-mark {
  display: grid;
  width: clamp(4.5rem, 8vw, 6.5rem);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(205, 164, 91, 0.75);
  border-radius: 50%;
  color: #9a7334;
  font-size: 1.5rem;
}

.bj-empty h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.bj-empty p:not(.bj-kicker) {
  max-width: 740px;
  margin: 0;
  color: rgba(23, 32, 25, 0.68);
  line-height: 1.7;
}

.bj-empty .bj-kicker {
  margin-bottom: 0.55rem;
}

.bj-guides {
  position: relative;
  padding: clamp(5rem, 10vw, 9rem) 0;
  background:
    linear-gradient(rgba(18, 36, 26, 0.97), rgba(18, 36, 26, 0.97)),
    url("../images/texture.68636f91b6f9.png") center / 360px repeat;
  color: #fff;
}

.bj-section-head-light > p {
  color: rgba(255, 255, 255, 0.62);
}

.bj-guide-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.bj-guide {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1.6rem, 4vw, 2.5rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  text-decoration: none;
  transition: padding 240ms ease, border-color 240ms ease;
}

.bj-guide:hover {
  padding-left: 1rem;
  border-color: rgba(227, 197, 133, 0.72);
  color: #fff;
}

.bj-guide-number {
  color: var(--bj-gold);
  font-family: var(--bj-serif);
  font-size: 1.55rem;
}

.bj-guide small {
  color: var(--bj-gold-light);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bj-guide h3 {
  margin: 0.25rem 0 0.4rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.bj-guide p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
}

.bj-guide > i {
  display: grid;
  width: 3rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--bj-gold-light);
}

.bj-closing {
  position: relative;
  padding: clamp(5.5rem, 11vw, 10rem) 0;
  background:
    radial-gradient(circle at 75% 35%, rgba(205, 164, 91, 0.16), transparent 24rem),
    var(--bj-paper-deep);
  text-align: center;
}

.bj-closing-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bj-closing h2 {
  max-width: 880px;
}

.bj-closing > .container > p:not(.bj-kicker) {
  max-width: 640px;
  margin: 1.5rem auto 2rem;
  color: rgba(23, 32, 25, 0.68);
  line-height: 1.75;
}

/* Article detail */
.ba-hero {
  min-height: min(760px, 82svh);
  background-image: var(--ba-hero-image);
  background-position: center;
}

.ba-hero-inner {
  min-height: min(760px, 82svh);
}

.ba-hero-copy {
  width: min(920px, 88%);
}

.ba-hero h1 {
  max-width: 940px;
  font-size: clamp(3rem, 6.5vw, 6.2rem);
  line-height: 0.96;
}

.ba-meta {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.68);
}

.ba-meta span {
  color: var(--bj-gold-light);
}

.ba-byline {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.ba-byline strong {
  color: #fff;
  font-size: 0.86rem;
}

.ba-article {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(205, 164, 91, 0.1), transparent 27rem),
    var(--bj-paper);
}

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

.ba-aside {
  position: sticky;
  top: 6rem;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(205, 164, 91, 0.65);
}

.ba-aside span {
  color: #9a7334;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ba-aside strong {
  margin-bottom: 0.8rem;
  font-family: var(--bj-serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.ba-aside a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(23, 32, 25, 0.65);
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.ba-aside a:hover {
  color: #8a652b;
}

.ba-lead {
  margin: 0 0 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--bj-line);
  font-family: var(--bj-serif);
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.42;
}

.ba-prose {
  color: rgba(23, 32, 25, 0.83);
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  line-height: 1.92;
}

.ba-prose p {
  margin: 0 0 1.55rem;
}

.ba-prose h2,
.ba-prose h3 {
  color: var(--bj-ink);
  font-family: var(--bj-serif);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.ba-prose h2 {
  margin: 3.4rem 0 1.25rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(205, 164, 91, 0.45);
  font-size: clamp(2rem, 4vw, 3.05rem);
  line-height: 1.08;
}

.ba-prose h3 {
  margin: 2.4rem 0 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.ba-prose ul {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}

.ba-prose li {
  position: relative;
  padding-left: 1.55rem;
}

.ba-prose li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--bj-gold);
  content: "";
}

.ba-prose a {
  color: #855f24;
  font-weight: 750;
  text-decoration-color: rgba(133, 95, 36, 0.42);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.ba-prose a:hover {
  color: var(--bj-forest);
  text-decoration-color: var(--bj-gold);
}

.ba-prose > p:first-child::first-letter {
  float: left;
  margin: 0.14rem 0.45rem 0 0;
  color: #99702e;
  font-family: var(--bj-serif);
  font-size: 4rem;
  line-height: 0.75;
}

.ba-endmark {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3.5rem 0 2rem;
  color: var(--bj-gold);
}

.ba-endmark span {
  width: 5rem;
  height: 1px;
  background: rgba(205, 164, 91, 0.55);
}

.ba-reviewed {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--bj-line);
  border-bottom: 1px solid var(--bj-line);
}

.ba-reviewed > i {
  display: grid;
  width: 2.8rem;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(205, 164, 91, 0.65);
  border-radius: 50%;
  color: #99702e;
}

.ba-reviewed p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.ba-reviewed span {
  color: rgba(23, 32, 25, 0.62);
  font-size: 0.82rem;
}

.ba-related {
  border-top: 1px solid var(--bj-line);
}

@media (max-width: 991.98px) {
  .bj-hero-copy,
  .ba-hero-copy {
    width: 100%;
  }

  .bj-hero-note {
    position: static;
    width: min(100%, 560px);
    margin-top: 3rem;
  }

  .bj-section-head {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .bj-feature {
    grid-template-columns: 1fr;
  }

  .bj-feature-media {
    min-height: 470px;
  }

  .bj-feature-copy {
    max-width: 720px;
  }

  .bj-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ba-layout {
    grid-template-columns: 1fr;
    max-width: 800px;
  }

  .ba-aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, auto));
    justify-content: start;
  }
}

@media (max-width: 767.98px) {
  .bj-hero,
  .bj-hero-inner {
    min-height: 800px;
  }

  .ba-hero,
  .ba-hero-inner {
    min-height: 720px;
  }

  .bj-hero::before,
  .ba-hero::before {
    background:
      linear-gradient(90deg, rgba(8, 17, 12, 0.86), rgba(8, 17, 12, 0.45)),
      linear-gradient(0deg, rgba(8, 17, 12, 0.9), transparent 52%, rgba(8, 17, 12, 0.32));
  }

  .bj-hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .bj-breadcrumb,
  .ba-breadcrumb {
    top: 6.8rem;
  }

  .bj-hero-inner,
  .ba-hero-inner {
    padding-top: 9.5rem;
  }

  .bj-feature-media {
    min-height: 390px;
    border-radius: 3.5rem 0 3.5rem 0;
  }

  .bj-grid {
    grid-template-columns: 1fr;
  }

  .bj-card-media {
    height: min(360px, 72vw);
  }

  .bj-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .bj-pagination-pages {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .bj-pagination-edge {
    grid-column: 1;
    grid-row: 2;
  }

  .bj-pagination-edge.is-next {
    grid-column: 2;
  }

  .bj-empty {
    grid-template-columns: 1fr;
  }

  .bj-empty-mark {
    width: 4.5rem;
  }

  .bj-guide {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 0.8rem;
  }

  .bj-guide p {
    display: none;
  }

  .bj-guide > i {
    width: 2.5rem;
  }

  .ba-hero h1 {
    font-size: clamp(2.8rem, 12vw, 4.5rem);
  }

  .ba-layout {
    gap: 2.5rem;
  }
}

@media (max-width: 479.98px) {
  .bj-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .bj-hero-note {
    padding-left: 1rem;
  }

  .bj-feature-media {
    min-height: 310px;
  }

  .bj-byline {
    align-items: flex-start;
    flex-direction: column;
  }

  .bj-guide {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .bj-guide > i {
    display: none;
  }

  .ba-aside {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bj-button,
  .bj-text-link i,
  .bj-read i,
  .bj-feature-media img,
  .bj-card-media img,
  .bj-guide {
    transition: none;
  }
}
