.topic-grid--retail .topic-card.topic-card--editorial-1 {
  background: #241e43;
}

.topic-grid--retail .topic-card.topic-card--editorial-2 {
  color: #1b1827;
  background: #f4d13f;
}

.topic-grid--retail .topic-card.topic-card--editorial-3 {
  background: #693fe0;
}

.escape-hero__image {
  object-position: center;
}

body .escape-hero__image {
  filter: brightness(1.34) saturate(1.26) contrast(0.9);
}

body .escape-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(7, 9, 17, 0.82) 0%,
    rgba(7, 9, 17, 0.58) 35%,
    rgba(7, 9, 17, 0.08) 62%,
    transparent 100%
  );
}

.help-card--illustrated {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 20, 39, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 0.75rem 2rem rgba(25, 20, 45, 0.08);
}

.help-card--illustrated:hover {
  box-shadow: 0 1.15rem 2.6rem rgba(25, 20, 45, 0.16);
}

.help-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #171421;
}

.help-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.3) saturate(1.28) contrast(0.9);
  transition: transform 260ms ease;
}

body .post-card__image,
body .editorial-hub-hero__image {
  filter: brightness(1.18) saturate(1.18) contrast(0.94);
}

body .article-masthead__image {
  filter: brightness(1.24) saturate(1.18) contrast(0.93);
}

body .article-masthead__scrim {
  background: linear-gradient(
    90deg,
    rgba(14, 12, 25, 0.82) 0%,
    rgba(14, 12, 25, 0.55) 44%,
    rgba(14, 12, 25, 0.03) 72%
  );
}

.help-card--illustrated:hover .help-card__image {
  transform: scale(1.025);
}

.help-card--illustrated .help-card__icon {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  border: 2px solid #171421;
  background: #ffd84d;
  color: #171421;
  box-shadow: 0.2rem 0.2rem 0 #171421;
}

.help-card__body {
  display: flex;
  min-height: 15.5rem;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.help-card--illustrated h3 {
  margin-bottom: 0.65rem;
}

.help-card--illustrated p {
  margin-bottom: 1.25rem;
}

.help-card--illustrated strong {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.help-card--illustrated strong::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.help-card--illustrated:hover strong::after {
  transform: translateX(0.2rem);
}

@media (max-width: 58rem) {
  .escape-hero__image {
    object-position: 72% center;
  }

  .help-card__body {
    min-height: 0;
  }

  .help-card--illustrated .help-card__icon {
    margin: 0;
  }

  body .article-masthead__scrim {
    background: linear-gradient(
      0deg,
      rgba(14, 12, 25, 0.89) 4%,
      rgba(14, 12, 25, 0.62) 52%,
      rgba(14, 12, 25, 0.06) 100%
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-card__image,
  .help-card--illustrated strong::after {
    transition: none;
  }

  .help-card--illustrated:hover .help-card__image,
  .help-card--illustrated:hover strong::after {
    transform: none;
  }
}

.editorial-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  color: #fff;
  background: rgba(18, 16, 34, 0.34);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-chip--ink {
  border-color: #d9d2ff;
  color: #32256f;
  background: #eeeaff;
}

.editorial-hub-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.5rem, 6vw, 5.5rem);
  color: #fff;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(126, 93, 255, 0.34),
      transparent 34rem
    ),
    #171424;
}

.editorial-hub-hero::after {
  position: absolute;
  right: -8rem;
  bottom: -10rem;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  content: "";
}

.editorial-hub-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 5.5rem);
  align-items: center;
}

.editorial-hub-hero__copy {
  display: grid;
  justify-items: start;
  gap: 1.3rem;
}

.editorial-hub-hero h1 {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 6.8vw, 6.4rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.editorial-hub-hero p {
  max-width: 36rem;
  margin: 0;
  color: #dcd9e8;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
}

.editorial-hub-hero .hero-actions {
  margin-top: 0.5rem;
}

.editorial-hub-hero .button {
  color: #171424;
  background: #f4d13f;
}

.editorial-hub-hero .button--secondary {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
  background: transparent;
}

.editorial-hub-hero__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: clamp(1.2rem, 3vw, 2.2rem);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
}

.editorial-hub-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 10, 24, 0.56), transparent 45%);
  content: "";
}

.editorial-hub-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.editorial-hub-hero__media:hover .editorial-hub-hero__image {
  transform: scale(1.025);
}

.editorial-hub-hero__caption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  border-radius: 999px;
  padding: 0.5rem 0.75rem;
  color: #171424;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 850;
}

.editorial-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.editorial-section-heading > div {
  display: grid;
  justify-items: start;
  gap: 0.9rem;
}

.editorial-section-heading h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.editorial-section-heading > p {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.02rem;
  line-height: 1.65;
}

.editorial-feature {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.editorial-feature .post-card--featured {
  overflow: hidden;
  border: 0;
  color: #fff;
  background: #211d35;
  box-shadow: 0 28px 80px rgba(28, 23, 53, 0.2);
}

.editorial-feature .post-card--featured .post-card__media {
  min-height: 31rem;
}

.editorial-feature .post-card--featured h3 {
  color: #fff;
}

.editorial-feature .post-card--featured .post-card__excerpt,
.editorial-feature .post-card--featured .post-card__meta,
.editorial-feature .post-card--featured .post-card__meta a {
  color: #d9d5e8;
}

.editorial-feature .post-card__link {
  color: #f4d13f;
}

.editorial-feed {
  border-block: 1px solid #ddd8d1;
  background: #f0ede8;
}

.editorial-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.5vw, 2rem);
}

.post-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-color: #ded9d1;
  border-radius: 1.25rem;
  box-shadow: 0 14px 36px rgba(30, 25, 50, 0.08);
}

.post-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #242034;
}

.post-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(18, 15, 32, 0.58));
  content: "";
}

.post-card__category {
  position: absolute;
  z-index: 1;
  bottom: 0.9rem;
  left: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 0.38rem 0.65rem;
  color: #fff;
  background: rgba(22, 18, 40, 0.76);
  font-size: 0.7rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}

.post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
}

.post-card :is(h2, h3) {
  margin-block: 0.25rem 0.75rem;
  font-size: clamp(1.35rem, 2.25vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.post-card__excerpt {
  margin-bottom: 1.25rem;
  line-height: 1.62;
}

.post-card__link {
  margin-top: auto;
  color: #4a2db6;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.post-card__link span {
  display: inline-block;
  transition: transform 0.2s ease;
}

.post-card:hover .post-card__link span {
  transform: translateX(0.25rem);
}

.editorial-topics {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.topic-grid--retail .topic-card {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  border: 0;
  border-radius: 1.3rem;
  color: #fff;
  background: #241e43;
  box-shadow: 0 18px 45px rgba(28, 23, 53, 0.12);
}

.topic-grid--retail .topic-card::after {
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  content: "";
}

.topic-grid--retail .topic-card--editorial-2 {
  color: #1b1827;
  background: #f4d13f;
}

.topic-grid--retail .topic-card--editorial-3 {
  background: #693fe0;
}

.topic-card__mark {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 950;
}

.topic-grid--retail .topic-card h3,
.topic-grid--retail .topic-card p,
.topic-grid--retail .topic-card .text-link {
  position: relative;
  z-index: 1;
  color: inherit;
}

.article-page {
  background: #ece9e4;
}

.article-masthead {
  position: relative;
  display: flex;
  min-height: clamp(36rem, 72vh, 50rem);
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #171424;
}

.article-masthead__media,
.article-masthead__scrim {
  position: absolute;
  inset: 0;
}

.article-masthead__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-masthead__scrim {
  background:
    linear-gradient(
      90deg,
      rgba(14, 12, 25, 0.94) 0%,
      rgba(14, 12, 25, 0.76) 44%,
      rgba(14, 12, 25, 0.12) 78%
    ),
    linear-gradient(0deg, rgba(14, 12, 25, 0.82), transparent 62%);
}

.article-masthead__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-block: clamp(4rem, 8vw, 7rem);
}

.article-masthead__copy {
  max-width: 58rem;
  margin: 0;
}

.article-category {
  display: inline-flex;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  padding: 0.44rem 0.72rem;
  color: #fff;
  background: rgba(20, 17, 35, 0.58);
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.article-masthead h1 {
  max-width: 15ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.96;
  text-wrap: balance;
}

.article-dek {
  max-width: 44rem;
  margin-block: 1.3rem 1.5rem;
  color: #e5e2ec;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.6;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  color: #d0ccda;
  font-size: 0.84rem;
}

.article-byline a {
  color: #fff;
  font-weight: 800;
}

.article-stage {
  padding-block: clamp(2rem, 6vw, 5rem);
  background:
    linear-gradient(rgba(82, 61, 173, 0.06) 1px, transparent 1px), #ece9e4;
  background-size: 100% 4rem;
}

.article-layout--editorial {
  grid-template-columns: minmax(0, 1fr) 16rem;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.article-reading-card {
  min-width: 0;
  border: 1px solid #ddd7cf;
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 5vw, 4.5rem);
  background: #fff;
  box-shadow: 0 24px 70px rgba(35, 29, 58, 0.11);
}

.rich-article-body {
  color: #292633;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.78;
}

.rich-article-body > p:first-child {
  color: #211d35;
  font-size: clamp(1.13rem, 1.8vw, 1.3rem);
  font-weight: 620;
  line-height: 1.64;
}

.rich-article-body h2 {
  margin-top: clamp(2.7rem, 6vw, 4.5rem);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 940;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.rich-article-body h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.toc--editorial {
  top: 7rem;
  border: 1px solid #3a3354;
  border-radius: 1.15rem;
  padding: 1.25rem;
  color: #fff;
  background: #211d35;
  box-shadow: 0 16px 42px rgba(24, 20, 42, 0.18);
}

.toc--editorial strong {
  color: #fff;
}

.toc--editorial a {
  color: #d9d5e8;
}

.toc--editorial a:hover {
  color: #f4d13f;
}

.article-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 3rem;
  border-top: 1px solid #e1dcd5;
  padding-top: 1.5rem;
}

.article-taxonomy a {
  border-radius: 999px;
  padding: 0.4rem 0.65rem;
  color: #3f317b;
  background: #eeeaff;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none;
}

.article-reading-card .author-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  margin-block: 3rem;
  border: 0;
  border-radius: 1.15rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: #f1eee9;
}

.article-reading-card .author-card h2 {
  margin-block: 0.55rem 0.15rem;
  font-size: 1.55rem;
}

.related-guides {
  margin-top: 4rem;
}

.related-guides > h2 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

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

@media (max-width: 64rem) {
  .editorial-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topic-grid--retail {
    grid-template-columns: 1fr;
  }

  .topic-grid--retail .topic-card {
    min-height: 13rem;
  }
}

@media (max-width: 48rem) {
  .editorial-hub-hero__grid,
  .editorial-section-heading {
    grid-template-columns: 1fr;
  }

  .editorial-hub-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  .editorial-hub-hero__media {
    aspect-ratio: 4 / 3;
  }

  .editorial-section-heading {
    gap: 1rem;
    align-items: start;
  }

  .editorial-section-heading h2 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .editorial-feature .post-card--featured {
    grid-template-columns: 1fr;
  }

  .editorial-feature .post-card--featured .post-card__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .editorial-feature .post-card--featured .post-card__body {
    padding: 1.5rem;
  }

  .editorial-post-grid,
  .related-guides .post-grid {
    grid-template-columns: 1fr;
  }

  .article-masthead {
    min-height: 42rem;
  }

  .article-masthead__image {
    object-position: 58% center;
  }

  .article-masthead__scrim {
    background: linear-gradient(
      0deg,
      rgba(14, 12, 25, 0.97) 4%,
      rgba(14, 12, 25, 0.76) 55%,
      rgba(14, 12, 25, 0.14) 100%
    );
  }

  .article-masthead__content {
    padding-block: 3rem;
  }

  .article-masthead h1 {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .article-layout--editorial {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .article-stage .container {
    width: min(100% - 1rem, var(--container));
  }

  .article-reading-card {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .article-reading-card .author-card {
    grid-template-columns: 1fr;
  }

  .toc--editorial {
    display: none;
  }
}

@media (max-width: 30rem) {
  .editorial-hub-hero .hero-actions {
    width: 100%;
  }

  .editorial-hub-hero .hero-actions .button {
    width: 100%;
  }

  .post-card__body {
    padding: 1.2rem;
  }

  .article-byline {
    gap: 0.45rem 0.85rem;
  }
}
