/* =========================================
   PRESET: MYSTERIOUS SCIENCE (LostStrata)
   ========================================= */

.theme-news.preset-mysterious-science {
  --site-bg: #040a12;
  --site-surface: #121821;
  --site-text: #e8edf2;
  --site-text-muted: #9fb3c8;
  --site-accent: #5eadd4;

  background: var(--site-bg);
  color: var(--site-text);
}

/* HERO IMMERSIVE */

.theme-news.preset-mysterious-science .homepage-block--hero-immersive {
  margin: 0 0 3rem;
}

.theme-news.preset-mysterious-science .hero-immersive {
  position: relative;
  min-height: 72vh;
  border-radius: 28px;
  overflow: hidden;
  background: #0b0f14;
}

.theme-news.preset-mysterious-science .hero-immersive__bg {
  position: absolute;
  inset: 0;
}

.theme-news.preset-mysterious-science .hero-immersive__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.theme-news.preset-mysterious-science .hero-immersive__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.18) 0%, rgba(8, 12, 18, 0.76) 100%),
    linear-gradient(90deg, rgba(8, 12, 18, 0.78) 0%, rgba(8, 12, 18, 0.24) 52%, rgba(8, 12, 18, 0.60) 100%);
}

.theme-news.preset-mysterious-science .hero-immersive__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  min-height: 72vh;
  padding: 3rem;
}

.theme-news.preset-mysterious-science .hero-immersive__content {
  max-width: 46rem;
  color: #eef2f7;
}

.theme-news.preset-mysterious-science .hero-immersive__eyebrow {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9fb3c8;
}

.theme-news.preset-mysterious-science .hero-immersive__title {
  margin: 0 0 1rem;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.95;
  color: #f8fbff;
}

.theme-news.preset-mysterious-science .hero-immersive__lead {
  margin: 0;
  max-width: 34rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(232, 237, 242, 0.92);
}

/* HERO INTRO */

.theme-news.preset-mysterious-science .home-hero-intro--with-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 34rem;
  display: flex;
  align-items: flex-end;
  padding: 0;
  isolation: isolate;
}

.theme-news.preset-mysterious-science .home-hero-intro__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.theme-news.preset-mysterious-science .home-hero-intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theme-news.preset-mysterious-science .home-hero-intro__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.2) 0%, rgba(8, 12, 18, 0.75) 100%);
}

.theme-news.preset-mysterious-science .home-hero-intro__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 3rem;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.theme-news.preset-mysterious-science .home-hero-intro__content {
  max-width: 44rem;
  color: #f8fbff;
}

.theme-news.preset-mysterious-science .home-hero-intro__title {
  color: #ffffff;
}

.theme-news.preset-mysterious-science .home-hero-intro__lead {
  color: rgba(232, 237, 242, 0.92);
}

.theme-news.preset-mysterious-science .eyebrow {
  color: #9fb3c8;
}

/* =========================================
   TYPOGRAPHY & BASE
   ========================================= */

.theme-news.preset-mysterious-science {
  font-family:
    "Inter",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
}

.theme-news.preset-mysterious-science h1,
.theme-news.preset-mysterious-science h2,
.theme-news.preset-mysterious-science h3,
.theme-news.preset-mysterious-science .article-page__title {
  font-family:
    "Space Grotesk",
    "Inter",
    ui-sans-serif,
    system-ui,
    sans-serif;
  letter-spacing: -0.01em;
}

/* =========================================
   LINKS & TEXT
   ========================================= */

.theme-news.preset-mysterious-science a {
  color: #8fd3ff;
  text-decoration-color: rgba(143, 211, 255, 0.35);
}

.theme-news.preset-mysterious-science a:hover {
  color: #e0f4ff;
  text-decoration-color: rgba(224, 244, 255, 0.75);
}

.theme-news.preset-mysterious-science p,
.theme-news.preset-mysterious-science li {
  color: #c9d5df;
}

/* =========================================
   HOMEPAGE BLOCKS
   ========================================= */

.theme-news.preset-mysterious-science .homepage-block {
  padding: 2rem 0;
  border-top: 1px solid rgba(159, 179, 200, 0.14);
}

.theme-news.preset-mysterious-science .homepage-block:first-child {
  border-top: 0;
}

/* =========================================
   ARTICLE CARDS
   ========================================= */

.theme-news.preset-mysterious-science .article-card {
  background:
    linear-gradient(
      180deg,
      rgba(18, 24, 33, 0.96) 0%,
      rgba(12, 17, 25, 0.98) 100%
    );
  border: 1px solid rgba(159, 179, 200, 0.14);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.theme-news.preset-mysterious-science .article-card:hover {
  border-color: rgba(159, 179, 200, 0.24);
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.theme-news.preset-mysterious-science .article-card__title,
.theme-news.preset-mysterious-science .article-card__title a {
  color: #f6f9fc;
}

.theme-news.preset-mysterious-science .article-card__title a:hover {
  color: #d7ebff;
}

.theme-news.preset-mysterious-science .article-card__lead {
  color: #aebecd;
}

.theme-news.preset-mysterious-science .article-card__meta {
  color: #8fa3b6;
}

.theme-news.preset-mysterious-science .article-card__image {
  background-color: rgba(156, 203, 255, 0.05);
}

.theme-news.preset-mysterious-science .article-card__kicker {
  background: rgba(94, 173, 212, 0.14);
  color: #a9dbff;
}

/* =========================================
   ARTICLE PAGE
   ========================================= */

.theme-news.preset-mysterious-science .article-page {
  color: #e8edf2;
}

.theme-news.preset-mysterious-science .article-page__title {
  color: #ffffff;
}

.theme-news.preset-mysterious-science .article-page__lead {
  color: #b8cad9;
}

.theme-news.preset-mysterious-science .article-meta {
  color: #8fa3b6;
}

/* prose */

.theme-news.preset-mysterious-science .editorial-prose,
.theme-news.preset-mysterious-science .editorial-prose p,
.theme-news.preset-mysterious-science .editorial-prose li {
  color: #dbe7f1;
}

.theme-news.preset-mysterious-science .editorial-prose h2,
.theme-news.preset-mysterious-science .editorial-prose h3 {
  color: #ffffff;
}

.theme-news.preset-mysterious-science .editorial-prose a {
  color: #8fd3ff;
}

.theme-news.preset-mysterious-science .editorial-prose blockquote {
  border-left: 3px solid rgba(143, 211, 255, 0.5);
  color: #b8cad9;
}

.theme-news.preset-mysterious-science .editorial-prose code {
  color: #a9dbff;
}

.theme-news.preset-mysterious-science .editorial-prose strong {
  color: #ffffff;
  font-weight: 600;
}

.theme-news.preset-mysterious-science .editorial-prose em {
  color: #a9dbff;
}

/* =========================================
   SIDEBAR / RELATED
   ========================================= */

.theme-news.preset-mysterious-science .sidebar-card {
  background:
    linear-gradient(
      180deg,
      rgba(18, 24, 33, 0.96) 0%,
      rgba(12, 17, 25, 0.98) 100%
    );
  border: 1px solid rgba(159, 179, 200, 0.14);
}

.theme-news.preset-mysterious-science .sidebar-card__title {
  color: #f6f9fc;
}

/* =========================================
   FORMS / SEARCH
   ========================================= */

.theme-news.preset-mysterious-science .search-form__input {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(159, 179, 200, 0.14);
  color: #eef4fa;
}

.theme-news.preset-mysterious-science .search-form__input::placeholder {
  color: #8ea1b4;
}

/* =========================================
   PAGINATION
   ========================================= */

.theme-news.preset-mysterious-science .pagination__link {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(159, 179, 200, 0.14);
  color: #e6edf3;
}

.theme-news.preset-mysterious-science .pagination__link:hover {
  border-color: rgba(156, 203, 255, 0.35);
  color: #d7ebff;
}

/* =========================================
   FOOTER
   ========================================= */

.theme-news.preset-mysterious-science .site-footer {
  margin-top: 4rem;
  border-top: 1px solid rgba(159, 179, 200, 0.14);
  background:
    linear-gradient(
      180deg,
      rgba(8, 12, 18, 0.96) 0%,
      rgba(5, 9, 14, 1) 100%
    );
}

.theme-news.preset-mysterious-science .site-footer__site-name {
  color: #f6f9fc;
}

.theme-news.preset-mysterious-science .site-footer__tagline {
  color: #9fb3c8;
}

.theme-news.preset-mysterious-science .footer-nav__link {
  color: #9fb3c8;
}

.theme-news.preset-mysterious-science .footer-nav__link:hover {
  color: #eef6ff;
}

/* =========================================
   TAGS (fix contrast + style)
   ========================================= */

.theme-news.preset-mysterious-science .tag-pill {
  display: inline-flex;
  align-items: center;

  padding: 0.35rem 0.65rem;
  border-radius: 999px;

  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;

  color: #d8ecff;

  background: rgba(94, 173, 212, 0.16);
  border: 1px solid rgba(94, 173, 212, 0.28);

  backdrop-filter: blur(6px);
}

/* hover чуть "подсвечивает" */

.theme-news.preset-mysterious-science .tag-pill:hover {
  color: #ffffff;

  background: rgba(94, 173, 212, 0.24);
  border-color: rgba(94, 173, 212, 0.45);
}


.theme-news.preset-mysterious-science .site-header__main-inner {
  background: transparent;
}

/* .theme-news.preset-mysterious-science .site-header__main {
  background: linear-gradient(
    to bottom,
    rgba(4, 10, 18, 0.95),
    rgba(4, 10, 18, 0.75)
  );
} */

.theme-news.preset-mysterious-science .site-header__main {
  background:
    linear-gradient(
      180deg,
      rgba(6,12,20,.88) 0%,
      rgba(6,12,20,.72) 100%
    );

  backdrop-filter: blur(18px);

  border-bottom: 1px solid rgba(143,211,255,.08);
}

.theme-news.preset-mysterious-science .header-search__inner {
  background: linear-gradient(
    to bottom,
    rgba(4, 10, 18, 0.95),
    rgba(4, 10, 18, 0.75)
  );
}

.theme-news.preset-mysterious-science .header-search__input {
  color: #97a4af;
}


.theme-news.preset-mysterious-science .section-heading__title {
  color: #97a4af;
}

.theme-news.preset-mysterious-science .listing-page__header {
  background: linear-gradient(
    to bottom,
    rgba(4, 10, 18, 0.95),
    rgba(4, 10, 18, 0.75)
  );
}

.theme-news.preset-mysterious-science .listing-page__title {
  color: #97a4af;
}


/* =========================================
   Search / listing cleanup for mysterious-science
   ========================================= */

.theme-news.preset-mysterious-science .listing-page__header,
.theme-news.preset-mysterious-science .search-form,
.theme-news.preset-mysterious-science .empty-state,
.theme-news.preset-mysterious-science .pagination__inner,
.theme-news.preset-mysterious-science .sidebar-card,
.theme-news.preset-mysterious-science .page-link-tile,
.theme-news.preset-mysterious-science .article-card,
.theme-news.preset-mysterious-science .author-page__header,
.theme-news.preset-mysterious-science .author-teaser {
  background:
    linear-gradient(
      180deg,
      rgba(10, 16, 24, 0.96) 0%,
      rgba(7, 12, 18, 0.98) 100%
    ) !important;
  border: 1px solid rgba(143, 211, 255, 0.18) !important;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  color: #e8edf2;
}

/* search page hero */
.theme-news.preset-mysterious-science .listing-page__header,
.theme-news.preset-mysterious-science .search-page > .listing-page__header,
.theme-news.preset-mysterious-science .search-page__header {
  background:
    linear-gradient(
      180deg,
      rgba(6, 11, 18, 0.96) 0%,
      rgba(4, 9, 14, 0.98) 100%
    ) !important;
  border: 1px solid rgba(143, 211, 255, 0.2) !important;
}

/* search form */
.theme-news.preset-mysterious-science .search-form {
  background:
    linear-gradient(
      180deg,
      rgba(10, 16, 24, 0.96) 0%,
      rgba(7, 12, 18, 0.98) 100%
    ) !important;
}

.theme-news.preset-mysterious-science .search-form__input {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.02) 100%
    ) !important;
  border: 1px solid rgba(143, 211, 255, 0.14) !important;
  color: #eef4fa !important;
}

.theme-news.preset-mysterious-science .search-form__button {
  background:
    linear-gradient(
      180deg,
      rgba(24, 33, 48, 0.98) 0%,
      rgba(14, 21, 34, 0.98) 100%
    ) !important;
  border: 1px solid rgba(143, 211, 255, 0.18);
  color: #f5fbff !important;
}

.theme-news.preset-mysterious-science .search-form__button:hover {
  background:
    linear-gradient(
      180deg,
      rgba(32, 43, 62, 0.98) 0%,
      rgba(18, 28, 42, 0.98) 100%
    ) !important;
}

/* summary text */
.theme-news.preset-mysterious-science .search-page__summary,
.theme-news.preset-mysterious-science .pagination__status,
.theme-news.preset-mysterious-science .article-source,
.theme-news.preset-mysterious-science .site-footer__bottom {
  color: #9fb3c8 !important;
}

/* empty state */
.theme-news.preset-mysterious-science .empty-state {
  color: #b9cad9 !important;
  border-style: solid !important;
}

/* footer line */
.theme-news.preset-mysterious-science .site-footer {
  border-top: 1px solid rgba(143, 211, 255, 0.14) !important;
  background:
    linear-gradient(
      180deg,
      rgba(5, 9, 14, 0.98) 0%,
      rgba(3, 7, 11, 1) 100%
    ) !important;
}

.theme-news.preset-mysterious-science .site-footer__bottom {
  border-top: 1px solid rgba(143, 211, 255, 0.12) !important;
}

/* titles */
.theme-news.preset-mysterious-science .listing-page__title,
.theme-news.preset-mysterious-science .search-page h1,
.theme-news.preset-mysterious-science .search-page h2,
.theme-news.preset-mysterious-science .empty-state,
.theme-news.preset-mysterious-science .sidebar-card__title {
  color: #f7fbff !important;
}

/* =========================================
   Header logo tuning for mysterious-science
   ========================================= */

/* .theme-news.preset-mysterious-science .site-logo {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.5rem;
  border-radius: 0.75rem;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0.015) 100%
    );
  border: 1px solid rgba(143, 211, 255, 0.12);
}

.theme-news.preset-mysterious-science .site-logo__image {
  max-height: 48px;
  max-width: min(240px, 56vw);
  width: auto;
  height: auto;
  object-fit: contain;
} */

.theme-news.preset-mysterious-science .site-logo {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
}

.theme-news.preset-mysterious-science .site-logo__image {
  max-height: 200px;
  max-width: 400px;
}


.theme-news.preset-mysterious-science .site-header__brand {
  display: flex;
  align-items: center;
}


/* =========================================
   LOSTSTRATA — cinematic gold refinement
   ========================================= */

.theme-news.preset-mysterious-science {
  --site-bg: #02070c;
  --site-surface: #071018;
  --site-surface-2: #0d1720;
  --site-text: #f4efe4;
  --site-text-muted: #b8ad9b;
  --site-accent: #c59b55;
  --site-accent-soft: #ead29b;
  --site-border: rgba(197, 155, 85, 0.22);
  --site-border-soft: rgba(234, 210, 155, 0.12);

  background:
    radial-gradient(circle at 16% 0%, rgba(197, 155, 85, 0.10), transparent 30rem),
    radial-gradient(circle at 78% 12%, rgba(94, 173, 212, 0.06), transparent 28rem),
    linear-gradient(180deg, #02070c 0%, #040a10 42%, #02070c 100%);
  color: var(--site-text);
}

/* Header / masthead */
.theme-news.preset-mysterious-science .site-header__main {
  background:
    linear-gradient(180deg, rgba(4, 9, 14, 0.94) 0%, rgba(7, 12, 17, 0.86) 100%) !important;
  border-bottom: 1px solid var(--site-border) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.theme-news.preset-mysterious-science .site-header__main-inner {
  min-height: 9.25rem;
  background: transparent !important;
}

.theme-news.preset-mysterious-science .site-logo {
  padding: 0;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.theme-news.preset-mysterious-science .site-logo__image {
  display: block;
  width: auto;
  height: auto;
  max-height: 8.25rem;
  max-width: min(34rem, 42vw);
  object-fit: contain;
  filter:
    drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 18px rgba(197, 155, 85, 0.13));
}

.theme-news.preset-mysterious-science .site-nav__link,
.theme-news.preset-mysterious-science .site-nav a,
.theme-news.preset-mysterious-science .header-nav__link {
  color: #eadfc9 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.theme-news.preset-mysterious-science .site-nav__link:hover,
.theme-news.preset-mysterious-science .site-nav a:hover,
.theme-news.preset-mysterious-science .header-nav__link:hover {
  color: var(--site-accent-soft) !important;
}

.theme-news.preset-mysterious-science .header-search__inner {
  background: rgba(2, 7, 12, 0.72) !important;
  border: 1px solid rgba(234, 210, 155, 0.42) !important;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.theme-news.preset-mysterious-science .header-search__input,
.theme-news.preset-mysterious-science .header-search__input::placeholder {
  color: #b8ad9b !important;
}

.theme-news.preset-mysterious-science .header-search__button {
  color: var(--site-accent-soft) !important;
}

/* Hero */
.theme-news.preset-mysterious-science .homepage-block--hero-immersive {
  margin: 1.5rem 0 3.5rem;
}

.theme-news.preset-mysterious-science .hero-immersive,
.theme-news.preset-mysterious-science .home-hero-intro--with-image {
  border-radius: 26px;
  border: 1px solid rgba(234, 210, 155, 0.13);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.theme-news.preset-mysterious-science .hero-immersive__overlay,
.theme-news.preset-mysterious-science .home-hero-intro__overlay {
  background:
    linear-gradient(180deg, rgba(4, 7, 10, 0.08) 0%, rgba(4, 7, 10, 0.84) 100%),
    linear-gradient(90deg, rgba(4, 7, 10, 0.82) 0%, rgba(4, 7, 10, 0.26) 52%, rgba(4, 7, 10, 0.70) 100%) !important;
}

.theme-news.preset-mysterious-science .hero-immersive__eyebrow,
.theme-news.preset-mysterious-science .eyebrow,
.theme-news.preset-mysterious-science .article-card__kicker {
  color: var(--site-accent-soft) !important;
  letter-spacing: 0.16em;
}

.theme-news.preset-mysterious-science .hero-immersive__title,
.theme-news.preset-mysterious-science .home-hero-intro__title {
  font-family: Georgia, "Times New Roman", serif;
  color: #fff7e8 !important;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}

.theme-news.preset-mysterious-science .hero-immersive__lead,
.theme-news.preset-mysterious-science .home-hero-intro__lead {
  color: #eadfc9 !important;
}

/* Typography */
.theme-news.preset-mysterious-science h1,
.theme-news.preset-mysterious-science h2,
.theme-news.preset-mysterious-science h3,
.theme-news.preset-mysterious-science .article-page__title,
.theme-news.preset-mysterious-science .section-heading__title,
.theme-news.preset-mysterious-science .listing-page__title {
  font-family: Georgia, "Times New Roman", serif;
  color: #ead29b !important;
  letter-spacing: -0.025em;
}

.theme-news.preset-mysterious-science .section-heading__title::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  margin-right: 0.75rem;
  vertical-align: middle;
  background: linear-gradient(90deg, transparent, var(--site-accent));
}

.theme-news.preset-mysterious-science a {
  color: #ead29b;
  text-decoration-color: rgba(234, 210, 155, 0.32);
}

.theme-news.preset-mysterious-science a:hover {
  color: #fff1c7;
  text-decoration-color: rgba(255, 241, 199, 0.72);
}

.theme-news.preset-mysterious-science p,
.theme-news.preset-mysterious-science li,
.theme-news.preset-mysterious-science .article-card__lead,
.theme-news.preset-mysterious-science .article-page__lead,
.theme-news.preset-mysterious-science .editorial-prose,
.theme-news.preset-mysterious-science .editorial-prose p,
.theme-news.preset-mysterious-science .editorial-prose li {
  color: #d4c8b5 !important;
}

.theme-news.preset-mysterious-science .article-card__meta,
.theme-news.preset-mysterious-science .article-meta,
.theme-news.preset-mysterious-science .search-page__summary,
.theme-news.preset-mysterious-science .pagination__status,
.theme-news.preset-mysterious-science .site-footer__tagline,
.theme-news.preset-mysterious-science .site-footer__bottom {
  color: #a99d8b !important;
}

/* Cards / panels */
.theme-news.preset-mysterious-science .listing-page__header,
.theme-news.preset-mysterious-science .search-form,
.theme-news.preset-mysterious-science .empty-state,
.theme-news.preset-mysterious-science .pagination__inner,
.theme-news.preset-mysterious-science .sidebar-card,
.theme-news.preset-mysterious-science .page-link-tile,
.theme-news.preset-mysterious-science .article-card,
.theme-news.preset-mysterious-science .author-page__header,
.theme-news.preset-mysterious-science .author-teaser {
  background:
    radial-gradient(circle at 18% 0%, rgba(197, 155, 85, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(10, 17, 24, 0.96) 0%, rgba(5, 10, 15, 0.99) 100%) !important;
  border: 1px solid rgba(234, 210, 155, 0.16) !important;
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

.theme-news.preset-mysterious-science .article-card:hover,
.theme-news.preset-mysterious-science .page-link-tile:hover {
  border-color: rgba(234, 210, 155, 0.30) !important;
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(197, 155, 85, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.theme-news.preset-mysterious-science .article-card__title,
.theme-news.preset-mysterious-science .article-card__title a,
.theme-news.preset-mysterious-science .sidebar-card__title {
  color: #fff4df !important;
}

.theme-news.preset-mysterious-science .article-card__kicker,
.theme-news.preset-mysterious-science .tag-pill {
  background: rgba(197, 155, 85, 0.14) !important;
  border: 1px solid rgba(234, 210, 155, 0.24) !important;
  color: #f5dca5 !important;
}

.theme-news.preset-mysterious-science .tag-pill:hover {
  background: rgba(197, 155, 85, 0.24) !important;
  color: #fff7e8 !important;
}

/* Forms */
.theme-news.preset-mysterious-science .search-form__input {
  background: rgba(2, 7, 12, 0.65) !important;
  border: 1px solid rgba(234, 210, 155, 0.18) !important;
  color: #f4efe4 !important;
}

.theme-news.preset-mysterious-science .search-form__input::placeholder {
  color: #9c9182 !important;
}

.theme-news.preset-mysterious-science .search-form__button,
.theme-news.preset-mysterious-science .pagination__link {
  background: rgba(197, 155, 85, 0.12) !important;
  border: 1px solid rgba(234, 210, 155, 0.22) !important;
  color: #fff1c7 !important;
}

.theme-news.preset-mysterious-science .search-form__button:hover,
.theme-news.preset-mysterious-science .pagination__link:hover {
  background: rgba(197, 155, 85, 0.22) !important;
  border-color: rgba(234, 210, 155, 0.36) !important;
}

/* Breadcrumbs */
.theme-news.preset-mysterious-science .article-breadcrumbs,
.theme-news.preset-mysterious-science .article-breadcrumbs__separator,
.theme-news.preset-mysterious-science .article-breadcrumbs__item--current {
  color: #a99d8b !important;
}

.theme-news.preset-mysterious-science .article-breadcrumbs__link {
  color: #ead29b !important;
}

/* Footer */
.theme-news.preset-mysterious-science .site-footer {
  border-top: 1px solid rgba(234, 210, 155, 0.15) !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(197, 155, 85, 0.07), transparent 28rem),
    linear-gradient(180deg, rgba(5, 10, 15, 0.98) 0%, rgba(2, 6, 10, 1) 100%) !important;
}

.theme-news.preset-mysterious-science .site-footer__site-name {
  color: #ead29b !important;
}

.theme-news.preset-mysterious-science .footer-nav__link {
  color: #b8ad9b !important;
}

.theme-news.preset-mysterious-science .footer-nav__link:hover {
  color: #fff1c7 !important;
}

@media (max-width: 980px) {
  .theme-news.preset-mysterious-science .site-header__main-inner {
    min-height: 6.5rem;
  }

  .theme-news.preset-mysterious-science .site-logo__image {
    max-height: 5.75rem;
    max-width: min(25rem, 70vw);
  }
}

@media (max-width: 640px) {
  .theme-news.preset-mysterious-science .site-header__main-inner {
    min-height: 5.25rem;
  }

  .theme-news.preset-mysterious-science .site-logo__image {
    max-height: 4.4rem;
    max-width: min(19rem, 74vw);
  }

  .theme-news.preset-mysterious-science .hero-immersive__inner,
  .theme-news.preset-mysterious-science .home-hero-intro__inner {
    padding: 2rem;
  }
}

/* =========================================
   LostStrata refinement v2: brighter hero + classical nav
   ========================================= */

/* Hero was too dark after the gold palette pass. Keep cinematic depth,
   but let the artwork breathe again. */
.theme-news.preset-mysterious-science .hero-immersive__bg img,
.theme-news.preset-mysterious-science .home-hero-intro__bg img {
  filter: brightness(1.22) contrast(1.04) saturate(1.06);
}

.theme-news.preset-mysterious-science .hero-immersive__overlay {
  background:
    radial-gradient(
      circle at 52% 34%,
      rgba(255, 244, 210, 0.10) 0%,
      rgba(255, 244, 210, 0.035) 24%,
      rgba(4, 8, 12, 0.08) 48%,
      rgba(4, 8, 12, 0.42) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 7, 11, 0.12) 0%,
      rgba(3, 7, 11, 0.48) 72%,
      rgba(3, 7, 11, 0.76) 100%
    ),
    linear-gradient(
      90deg,
      rgba(3, 7, 11, 0.54) 0%,
      rgba(3, 7, 11, 0.14) 46%,
      rgba(3, 7, 11, 0.50) 100%
    ) !important;
}

.theme-news.preset-mysterious-science .home-hero-intro__overlay {
  background:
    radial-gradient(
      circle at 52% 34%,
      rgba(255, 244, 210, 0.10) 0%,
      rgba(255, 244, 210, 0.03) 28%,
      rgba(4, 8, 12, 0.10) 52%,
      rgba(4, 8, 12, 0.48) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 7, 11, 0.10) 0%,
      rgba(3, 7, 11, 0.44) 72%,
      rgba(3, 7, 11, 0.76) 100%
    ) !important;
}

/* Make hero copy readable without dimming the whole image. */
.theme-news.preset-mysterious-science .hero-immersive__content,
.theme-news.preset-mysterious-science .home-hero-intro__content {
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.85);
}

/* Top navigation: less generic sans, more archive / institute feeling. */
.theme-news.preset-mysterious-science .site-nav a,
.theme-news.preset-mysterious-science .site-nav__link,
.theme-news.preset-mysterious-science .site-header__nav a,
.theme-news.preset-mysterious-science .main-nav a,
.theme-news.preset-mysterious-science .main-nav__link {
  font-family:
    "Cinzel",
    "Cormorant Garamond",
    "EB Garamond",
    Georgia,
    serif !important;
  font-size: 0.86rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.035em !important;
  text-transform: none !important;
  color: #eadfc7 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.theme-news.preset-mysterious-science .site-nav a:hover,
.theme-news.preset-mysterious-science .site-nav__link:hover,
.theme-news.preset-mysterious-science .site-header__nav a:hover,
.theme-news.preset-mysterious-science .main-nav a:hover,
.theme-news.preset-mysterious-science .main-nav__link:hover {
  color: #f8e7b4 !important;
  text-shadow:
    0 0 12px rgba(201, 161, 82, 0.34),
    0 1px 10px rgba(0, 0, 0, 0.5);
}

/* Keep the active/slider accent in the new gold palette. */
.theme-news.preset-mysterious-science .hero-immersive__progress,
.theme-news.preset-mysterious-science .hero-slider__progress,
.theme-news.preset-mysterious-science .hero-progress__bar,
.theme-news.preset-mysterious-science .swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #c9a152, #f0d58a) !important;
}

/* =========================================
   BREADCRUMBS — LostStrata
   ========================================= */

.theme-news.preset-mysterious-science .article-breadcrumbs {
  margin-bottom: 2rem;
  padding-bottom: 1rem;

  border-bottom: 1px solid rgba(194, 164, 106, 0.15);

  font-size: 0.88rem;
  letter-spacing: 0.03em;

  color: rgba(194, 164, 106, 0.65);
}

.theme-news.preset-mysterious-science .article-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;

  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-news.preset-mysterious-science .article-breadcrumbs__link {
  color: rgba(214, 188, 138, 0.85);
  text-decoration: none;

  transition:
    color .2s ease,
    opacity .2s ease;
}

.theme-news.preset-mysterious-science .article-breadcrumbs__link:hover {
  color: #f0ddb3;
}

.theme-news.preset-mysterious-science .article-breadcrumbs__separator {
  color: rgba(194, 164, 106, 0.35);
}

.theme-news.preset-mysterious-science .article-breadcrumbs__item--current {
  color: rgba(240, 221, 179, 0.55);

  max-width: 32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media (max-width: 900px) {
  .theme-news.preset-mysterious-science .site-header__main-inner {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-template-areas:
      "brand toggle"
      "search search"
      "nav nav" !important;
  }

  .theme-news.preset-mysterious-science .site-header__brand { grid-area: brand !important; }
  .theme-news.preset-mysterious-science .site-header__right { display: contents !important; }
  .theme-news.preset-mysterious-science .site-nav-toggle { grid-area: toggle !important; justify-self: end !important; }
  .theme-news.preset-mysterious-science .header-search { grid-area: search !important; width: 100% !important; }
  .theme-news.preset-mysterious-science .site-nav { grid-area: nav !important; width: 100% !important; }
}

/* Service / static pages */
.theme-news.preset-mysterious-science .page-detail {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4.5rem) 1rem;
}

.theme-news.preset-mysterious-science .page-detail__header {
  margin-bottom: 2.5rem;
}

.theme-news.preset-mysterious-science .page-detail__title {
  font-family: var(--font-brand);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  color: rgb(var(--c-brand-soft));
}

.theme-news.preset-mysterious-science .article-breadcrumbs {
  margin-bottom: 2rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgb(var(--c-text-muted));
}

.theme-news.preset-mysterious-science .article-breadcrumbs__link {
  color: rgb(var(--c-brand-soft));
}

.theme-news.preset-mysterious-science .page-detail__body,
.theme-news.preset-mysterious-science .page-html-content {
  max-width: 820px;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgb(var(--c-text));
}

.theme-news.preset-mysterious-science .page-detail__body p,
.theme-news.preset-mysterious-science .page-html-content p {
  margin: 0 0 1.4rem;
}

.theme-news.preset-mysterious-science .page-detail__body h2,
.theme-news.preset-mysterious-science .page-html-content h2 {
  margin: 3rem 0 1rem;
  font-family: var(--font-brand);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: rgb(var(--c-brand-soft));
}

.theme-news.preset-mysterious-science .page-detail__body h3,
.theme-news.preset-mysterious-science .page-html-content h3 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-brand);
  font-size: 1.35rem;
  line-height: 1.2;
  color: rgb(var(--c-brand-soft));
}

.theme-news.preset-mysterious-science .page-detail__body em,
.theme-news.preset-mysterious-science .page-html-content em {
  color: rgb(var(--c-accent));
}

.theme-news.preset-mysterious-science .page-detail__body ul,
.theme-news.preset-mysterious-science .page-html-content ul {
  margin: 1rem 0 1.6rem;
  padding-left: 1.4rem;
}

.theme-news.preset-mysterious-science .page-detail__body li,
.theme-news.preset-mysterious-science .page-html-content li {
  margin-bottom: 0.6rem;
}


/* =========================================
   LENS NOTE
   ========================================= */

.theme-news.preset-mysterious-science .article-card__lens {
  margin-top: 0.75rem;
  padding: 0.6rem 0.85rem;
  border-left: 2px solid rgba(94, 173, 212, 0.5);
  font-size: 0.82rem;
  line-height: 1.5;
  color: #a9dbff;
  font-style: italic;
}

.theme-news.preset-mysterious-science .article-page__lens {
  margin: 1rem 0 1.5rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid rgba(94, 173, 212, 0.5);
  font-size: 0.95rem;
  line-height: 1.6;
  color: #a9dbff;
  font-style: italic;
  background: rgba(94, 173, 212, 0.06);
  border-radius: 0 6px 6px 0;
}

/* =========================================
   AUTHOR CARD — LostStrata
   ========================================= */

.theme-news.preset-mysterious-science .author-card--loststrata {
    background:
        linear-gradient(
            90deg,
            rgba(212,184,120,.08),
            rgba(212,184,120,.02)
        );
    border: 1px solid rgba(212,184,120,.25);
    padding: 1.25rem;
}

.theme-news.preset-mysterious-science .author-card--loststrata h3 {
    color: #d8bc7a;
    letter-spacing: .04em;
}

.theme-news.preset-mysterious-science .author-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid rgba(212,184,120,.3);
}

.theme-news.preset-mysterious-science .sidebar-card--author {
    margin-top: 2.5rem;
}