.thorfortune-it-page-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 1.75rem 0;
}

.thorfortune-it-page-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--thorfortune-it-line);
  border-radius: 10px;
  background: #080909;
}

.thorfortune-it-page-shot img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 554;
  object-fit: cover;
}

.thorfortune-it-header-nav {
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.thorfortune-it-header-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.thorfortune-it-header-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 7px;
  color: rgba(255, 255, 255, .76);
  border-radius: 6px;
  font-size: .73rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s, background .2s;
}

.thorfortune-it-header-nav__link i {
  color: #7891ff;
  font-size: .68rem;
}

.thorfortune-it-header-nav__link:hover,
.thorfortune-it-header-nav__link:focus-visible {
  color: #fff;
  background: rgba(99, 128, 247, .14);
  text-decoration: none;
}

.thorfortune-it-hero__media {
  position: absolute;
  inset: 0 0 0 38%;
  overflow: hidden;
  background: #07101b;
}

.thorfortune-it-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 42%;
  transform: scale(1.16);
  transform-origin: center;
}

.thorfortune-it-hero__veil {
  background: linear-gradient(90deg, #03070e 0%, rgba(3, 7, 14, .98) 31%, rgba(3, 7, 14, .78) 43%, rgba(3, 7, 14, .18) 61%, rgba(3, 7, 14, .03) 100%);
}

.thorfortune-it-brand {
  flex: 0 0 auto;
}

.thorfortune-it-brand img { max-width: 190px; height: auto; }

.thorfortune-it-bar {
  background: linear-gradient(90deg, #090d16 0%, #17203b 52%, #111a32 100%);
}

.thorfortune-it-bar__inner {
  min-height: 72px;
  height: auto;
}

.thorfortune-it-bar__btns {
  flex: 0 0 auto;
}

.thorfortune-it-bar__btns .thorfortune-it-btn {
  padding: 7px 12px;
  font-size: .82rem;
}

.thorfortune-it-hero {
  height: clamp(390px, 34vw, 520px);
  min-height: 0;
  border-color: rgba(99, 128, 247, .45);
  box-shadow: 0 22px 55px rgba(3, 7, 18, .58);
}

.thorfortune-it-hero__body {
  max-width: 610px;
  padding: 44px 52px;
}

.thorfortune-it-hero__title,
.thorfortune-it-hero .thorfortune-it-hero__title {
  max-width: 570px;
  font-size: clamp(2rem, 2.35vw, 2.7rem);
  text-wrap: balance;
}

.thorfortune-it-hero__sub {
  max-width: 530px;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.thorfortune-it-grid {
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
}

.thorfortune-it-card,
.thorfortune-it-toc {
  border-color: rgba(99, 128, 247, .28);
}

.thorfortune-it-sidebar .thorfortune-it-toc {
  margin-bottom: 0;
}

.thorfortune-it-sidebar .thorfortune-it-toc__btn {
  cursor: default;
}

.thorfortune-it-sidebar .thorfortune-it-toc__arrow {
  display: none;
}

.thorfortune-it-sidebar .thorfortune-it-toc__body {
  display: block;
  padding: 2px 18px 18px;
}

.thorfortune-it-sidebar .thorfortune-it-toc__ol {
  gap: 7px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  padding-left: 1.1rem;
}

.thorfortune-it-sidebar .thorfortune-it-toc__ol li::marker {
  color: rgba(120, 145, 255, .68);
  font-size: .74rem;
}

.thorfortune-it-sidebar .thorfortune-it-toc__ol li a {
  color: rgba(237, 241, 255, .72);
  font-size: .81rem;
  line-height: 1.38;
}

.thorfortune-it-sidebar .thorfortune-it-toc__ol li a:hover,
.thorfortune-it-sidebar .thorfortune-it-toc__ol li a.is-active {
  color: #8fa4ff;
}

.thorfortune-it-btn--solid,
.thorfortune-it-cta {
  color: #fff;
  background: linear-gradient(135deg, #7891ff, #4c63d5);
}

.thorfortune-it-btn--solid:hover,
.thorfortune-it-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #91a5ff, #6077e8);
}

.thorfortune-it-content-dates {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(99, 128, 247, .28);
}

.thorfortune-it-content-date {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 1 1 0;
  min-width: 0;
  padding: 12px 15px;
  color: var(--thorfortune-it-text);
  background: linear-gradient(135deg, rgba(64, 85, 172, .32), rgba(15, 23, 48, .72));
  border: 1px solid rgba(99, 128, 247, .32);
  border-radius: 9px;
}

.thorfortune-it-content-date i {
  flex: 0 0 auto;
  color: #8ea3ff;
}

.thorfortune-it-content-date__label {
  color: var(--thorfortune-it-soft);
  font-size: .85rem;
}

.thorfortune-it-content-date time {
  margin-left: auto;
  color: #aab8ff;
  font-family: 'Poppins', sans-serif;
  font-size: .88rem;
  font-weight: 600;
  white-space: nowrap;
}

.thorfortune-lead {
  padding: 1rem 1.15rem;
  color: #edf1ff;
  background: linear-gradient(135deg, rgba(99, 128, 247, .16), rgba(31, 42, 80, .35));
  border-left: 3px solid #6380f7;
  border-radius: 0 8px 8px 0;
}

@media (max-width: 1399px) {
  .thorfortune-it-header-nav__link {
    padding-inline: 5px;
    font-size: .69rem;
  }

  .thorfortune-it-header-nav__link i {
    display: none;
  }
}

@media (max-width: 1199px) {
  .thorfortune-it-hero {
    height: clamp(360px, 43vw, 480px);
  }

  .thorfortune-it-hero__media img {
    object-position: 16% 42%;
  }
}

@media (max-width: 991px) {
  .thorfortune-it-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .thorfortune-it-sidebar {
    position: static;
    display: block;
    order: 0;
    width: 100%;
  }

  .thorfortune-it-sidebar .thorfortune-it-toc__btn {
    cursor: pointer;
  }

  .thorfortune-it-sidebar .thorfortune-it-toc__arrow {
    display: block;
  }

  .thorfortune-it-sidebar .thorfortune-it-toc__body {
    display: none;
  }

  .thorfortune-it-sidebar .thorfortune-it-toc.thorfortune-it-open .thorfortune-it-toc__body {
    display: block;
  }

  .thorfortune-it-sidebar .thorfortune-it-toc__ol {
    max-height: 300px;
  }

  .thorfortune-it-hero {
    height: clamp(340px, 64vw, 470px);
    align-items: center;
  }

  .thorfortune-it-hero__media img {
    object-position: 16% center;
  }

  .thorfortune-it-hero__veil {
    background: linear-gradient(90deg, rgba(3, 7, 14, .96), rgba(3, 7, 14, .64) 62%, rgba(3, 7, 14, .18));
  }
}

@media (max-width: 700px) {
  .thorfortune-it-page-gallery { grid-template-columns: 1fr; }
  .thorfortune-it-content-dates { flex-direction: column; }

  .thorfortune-it-hero__media {
    inset: 0;
  }

  .thorfortune-it-hero {
    height: 390px;
  }

  .thorfortune-it-hero__body {
    padding: 28px 24px;
  }

  .thorfortune-it-hero__media img {
    object-position: 58% center;
    transform: scale(1.22);
  }

  .thorfortune-it-hero__veil {
    background: linear-gradient(90deg, rgba(3, 7, 14, .97), rgba(3, 7, 14, .78) 72%, rgba(3, 7, 14, .42));
  }
}

@media (max-width: 420px) {
  .thorfortune-it-content-date {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .thorfortune-it-content-date time {
    width: 100%;
    margin-left: 25px;
  }
}
