﻿:root {
  --bg: #0b0908;
  --bg-soft: #15110f;
  --paper: #f5f0e6;
  --paper-soft: #efe7d7;
  --text-light: #f5ecdf;
  --text-muted: rgba(245, 236, 223, 0.68);
  --text-dark: #40699b;
  --accent: #c8a06c;
  --accent-strong: #f0b973;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text-light);
  background: url("Grafika/Background_pic.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  font-family: "Manrope", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 60% 60%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1.5px),
    radial-gradient(circle at 30% 80%, rgba(255, 255, 255, 0.35) 0 1px, transparent 1.5px);
  opacity: 0.35;
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.noise {
  display: none;
}

.topbar,
.hero,
.curated-grid,
.feature-band,
.topic-strip,
.automation-section,
.site-footer {
  width: min(1460px, calc(100% - 28px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0px 0 4px;
  background: transparent;
  backdrop-filter: none;
}

.masthead {
  width: 100%;
}

.masthead-top {
  display: grid;
  grid-template-columns: minmax(220px, 280px) auto minmax(230px, 290px);
  align-items: center;
  gap: 18px;
  padding-bottom: 0px;
  opacity: 0;
  transform: translateY(-28px);
  animation: mastheadFadeDown 1.05s cubic-bezier(0.2, 0.8, 0.2, 1) 0.06s forwards;
}

.masthead-side {
  display: flex;
  align-items: center;
  gap: 10px;
}

.masthead-right {
  justify-content: flex-end;
  margin-left: 21px;
}

.masthead-left {
  justify-content: flex-start;
}

.masthead-chip,
.masthead-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
}

.masthead-icon {
  width: 34px;
  padding: 0;
}

.masthead-center {
  text-align: center;
}

.masthead-center h1,
.site-footer h3,
.hero h2,
.feature-copy h3,
.story-panel h3,
.story-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.03em;
}

.eyebrow,
.section-kicker,
.hero-meta,
.story-tag {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.eyebrow,
.hero-meta {
  color: var(--text-muted);
}

.site-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-logo {
  display: block;
  width: min(400px, 32vw);
  height: auto;
  max-width: 100%;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(-18px);
  animation: mastheadFadeDown 0.95s cubic-bezier(0.2, 0.8, 0.2, 1) 0.24s forwards;
}

.masthead-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  width: min(100%, 430px);
  margin-top: 8px;
}

.masthead-stat {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 0px 0;
  border: none;
  background: transparent;
  margin-top: 8px;
}

.masthead-stat-membership {
  width: min(100%, 430px);
  grid-template-columns: 40px minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 10px 16px;
  align-items: center;
}

.masthead-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #F8E3CB;
  font-size: 1.38rem;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin-top: 2px;
}

.masthead-stat-icon svg {
  width: 1.12em;
  height: 1.12em;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.masthead-stat-copy {
  display: grid;
  gap: 3px;
  min-width: 150px;
}

.masthead-stat-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.46rem;
  font-weight: 800;
  line-height: 0.96;
  color: #F8E3CB;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}

.masthead-stat-copy span {
  color: #F8E3CB;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masthead-stat-copy small {
  color: #F8E3CB;
  font-size: 0.68rem;
}

.masthead-stat-copy small:empty {
  display: none;
}

.masthead-stat-membership .masthead-stat-copy strong {
  font-size: 1rem;
}

.masthead-substat {
  display: grid;
  grid-column: 3;
  grid-row: 1;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 15px;
  align-items: start;
  margin-top: 0;
  margin-left: 18px;
}

.masthead-substat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #F8E3CB;
  margin-left: 0;
  margin-top: -2px;
}

.masthead-substat-icon svg {
  width: 2em;
  height: 2em;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.masthead-substat-copy {
  display: grid;
  gap: 5px;
  min-width: 160px;
}

.masthead-substat-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 0.9;
  color: #F8E3CB;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.masthead-substat-copy span {
  color: #F8E3CB;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masthead-mobile-globe {
  display: none;
}

.masthead-stack .masthead-stat {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 0;
}

.masthead-stack .masthead-stat-icon {
  width: 34px;
  height: 34px;
  font-size: 1.08rem;
  margin-top: 0;
}

.masthead-stack .masthead-stat-copy {
  min-width: 110px;
}

.masthead-stack .masthead-stat-copy strong {
  font-size: 1rem;
  line-height: 0.92;
}

.masthead-stack .masthead-stat-copy span {
  font-size: 0.6rem;
}

.main-nav a,
.topbar-action,
.button,
.inline-link {
  text-decoration: none;
  color: inherit;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

.masthead-line {
  width: 100%;
}

.masthead-line-soft {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  margin-top: 4px;
  margin-bottom: 2px;
}

.masthead-line-strong {
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  transform: scaleX(0);
  transform-origin: center;
  margin-top: 10px;
  animation: mastheadLineReveal 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
}

@keyframes mastheadLineReveal {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes mastheadFadeDown {
  from {
    opacity: 0;
    transform: translateY(-28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.topbar-action {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.82rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 40px;
  min-height: 90vh;
  padding: 38px 0 72px;
}

.hero-copy {
  max-width: 700px;
}

.section-kicker {
  color: var(--accent-strong);
}

.hero h2 {
  margin-top: 18px;
  font-size: clamp(3.8rem, 8vw, 6.5rem);
  line-height: 0.92;
}

.hero h2 span {
  display: block;
  color: #fff1dc;
}

.hero-text,
.feature-copy p,
.story-card p,
.story-panel p,
.automation-copy p,
.stack-card p {
  color: var(--text-muted);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
}

.button-primary {
  background: linear-gradient(135deg, #f0bc77, #bf8d54);
  color: #271608;
  box-shadow: 0 16px 40px rgba(192, 140, 74, 0.3);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.ticker span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-backdrop {
  position: absolute;
  inset: -96px -12% -46px -2%;
  background:
    radial-gradient(circle at 50% 44%, rgba(147, 203, 255, 0.22), transparent 18%),
    linear-gradient(180deg, rgba(7, 15, 34, 0.04), rgba(3, 7, 18, 0.2) 55%, rgba(3, 7, 18, 0.46) 100%);
  background-position: center, center;
  background-repeat: no-repeat;
  background-size: cover, cover;
  opacity: 0.9;
  filter: saturate(1.02);
}

.orbital-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 720px;
}

.orb-core,
.orb-glow,
.orb-ring {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.orb-core {
  display: none;
  width: min(38vw, 520px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 226, 167, 0.08), transparent 24%),
    radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.5), transparent 35%),
    radial-gradient(circle at 50% 52%, #3a2816 0%, #21150d 55%, #0d0907 100%);
  box-shadow:
    inset -24px -38px 60px rgba(0, 0, 0, 0.55),
    inset 22px 20px 40px rgba(255, 206, 137, 0.08),
    0 0 0 34px rgba(248, 195, 118, 0.05),
    0 0 140px rgba(237, 183, 96, 0.18);
  animation: floatOrb 8s ease-in-out infinite;
}

.orb-glow {
  display: none;
  width: min(48vw, 650px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(246, 196, 111, 0.58) 0%, rgba(246, 196, 111, 0.18) 36%, transparent 66%);
  filter: blur(18px);
}

.orb-ring {
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ring-one {
  width: min(54vw, 720px);
  aspect-ratio: 1;
  animation: spin 24s linear infinite;
}

.ring-two {
  width: min(60vw, 800px);
  aspect-ratio: 1;
  opacity: 0.4;
  animation: spinReverse 30s linear infinite;
}

.floating-card {
  position: absolute;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  background: rgba(255, 245, 229, 0.08);
  box-shadow: var(--shadow);
}

.card-feature {
  top: 18%;
  right: 6%;
  width: min(320px, 44%);
}

.card-brief {
  left: 8%;
  bottom: 16%;
  width: min(280px, 40%);
}

.mini-label {
  margin: 0 0 10px;
  color: var(--accent-strong);
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.floating-card h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
}

.floating-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.topic-strip {
  padding: 8px 0 90px;
  color: var(--text-dark);
}

.topic-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.topic-arrows {
  display: flex;
  gap: 10px;
}

.topic-arrows button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: white;
  box-shadow: 0 10px 24px rgba(33, 25, 19, 0.08);
  cursor: pointer;
}

.topic-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.topic-card {
  position: relative;
  min-height: 340px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  overflow: hidden;
}

.topic-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.62));
}

.topic-card span,
.topic-card small {
  position: relative;
  z-index: 1;
}

.topic-card span {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
}

.topic-mission {
  background: linear-gradient(180deg, #283070, #0d0a19 72%);
}

.topic-faith {
  background: linear-gradient(180deg, #8fa6a3, #353432 72%);
}

.topic-health {
  background: linear-gradient(180deg, #4ca1cb, #1a3041 72%);
}

.topic-education {
  background: linear-gradient(180deg, #6d8998, #172129 72%);
}

.automation-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  padding: 0 0 120px;
  color: var(--text-dark);
}

.automation-copy h3 {
  margin-top: 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1;
}

.automation-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stack-card {
  padding: 28px;
  background: rgba(255, 251, 245, 0.86);
  box-shadow: 0 16px 30px rgba(33, 25, 19, 0.08);
}

.stack-card span {
  color: #a57848;
  font-weight: 800;
}

.stack-card h4 {
  margin: 18px 0 10px;
  font-size: 1.2rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0 60px;
  color: var(--text-dark);
}

.site-footer h3 {
  margin-top: 12px;
  max-width: 680px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  width: min(460px, 100%);
}

.newsletter-form input,
.newsletter-form button {
  min-height: 54px;
  border: 0;
  font: inherit;
}

.newsletter-form input {
  flex: 1;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.92);
}

.newsletter-form button {
  padding: 0 20px;
  background: #231c16;
  color: white;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.word-reveal {
  display: inline;
  position: relative;
  opacity: 0;
  left: -18px;
  filter: blur(1px);
  animation: wordRevealIn 0.68s cubic-bezier(0.2, 0.82, 0.24, 1) forwards;
}

@keyframes wordRevealIn {
  from {
    opacity: 0;
    left: -18px;
    filter: blur(1px);
  }

  to {
    opacity: 1;
    left: 0;
    filter: blur(0);
  }
}

.load-rise {
  opacity: 0;
  transform: translateY(54px);
  animation: loadRise 2.6s cubic-bezier(0.12, 0.86, 0.16, 1) 1.8s forwards;
}

@keyframes loadRise {
  from {
    opacity: 0;
    transform: translateY(54px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-stage {
  width: min(1460px, calc(100% - 28px));
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.hero-frame-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.hero-frame-top {
  display: none;
}

.hero-frame-bottom {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(420px, 1.02fr) minmax(420px, 1.05fr) minmax(280px, 0.58fr);
  align-items: start;
  gap: 100px;
  min-height: 980px;
  pointer-events: none;
}

.hero-left,
.hero-right {
  position: relative;
  z-index: 1;
}

.hero-left,
.hero-center,
.hero-right,
.hero-article-window,
.hero-links a,
.hero-footnotes article.is-clickable,
.sidebar-video-shell,
.sidebar-more,
.sidebar-list article {
  pointer-events: auto;
}

.hero-left {
  padding: 8px 0 0 10px;
  min-height: 820px;
  display: flex;
  flex-direction: column;
}

.hero-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-count strong {
  font-size: 2.2rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

.hero-count span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.4);
}

.hero-editorial {
  max-width: 620px;
  margin-top: 75px;
}

.hero-taxonomy {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.hero-taxonomy span {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.hero-editorial,
.hero-orbit {
  cursor: pointer;
}

.hero-overline {
  margin: 0 0 8px;
  font-family: "DM Serif Display", "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 400;
  color: rgba(255, 245, 228, 0.76);
}

.hero-grid h2,
.continuum-feature h3,
.rail-card h3,
.sidebar-lead h3,
.grid-story h3,
.article-reader-headline {
  font-family: "DM Serif Display", "Cormorant Garamond", serif;
}

.hero-grid h2 {
  margin: 0;
  max-width: 100%;
  font-size: clamp(2.2rem, 3.2vw, 3.05rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #fff8ee;
}

.hero-grid h2 > span {
  display: inline;
}

.continuum-feature h3,
.grid-story h3,
.rail-card h3,
.sidebar-lead h3 {
  font-weight: 400;
}

.hero-text {
  max-width: 360px;
  margin-top: 16px;
  color: rgba(255, 245, 228, 0.72);
  line-height: 1.68;
  font-size: 0.88rem;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.hero-links a,
.feature-actions a {
  color: rgba(255, 245, 228, 0.85);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.hero-links a::before,
.feature-actions a::before {
  content: "•";
  margin-right: 10px;
  color: rgba(211, 160, 111, 0.9);
}

.hero-footnotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  gap: 18px;
  max-width: 540px;
  margin-top: auto;
  margin-left: 0;
  padding-top: 90px;
}

.hero-left.is-visible .hero-footnotes article {
  opacity: 0;
  transform: translateX(32px);
  animation: heroFootnoteSlideIn 0.92s cubic-bezier(0.2, 0.82, 0.24, 1) forwards;
}

.hero-left.is-visible .hero-footnotes article:nth-child(1) {
  animation-delay: 0.62s;
}

.hero-left.is-visible .hero-footnotes article:nth-child(2) {
  animation-delay: 0.78s;
}

.hero-footnotes article {
  position: relative;
  padding-top: 14px;
}

.hero-footnotes article.is-clickable {
  cursor: pointer;
}

.hero-footnotes article.is-clickable:hover p {
  color: #fff7eb;
}

.hero-footnotes article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 1px;
  background: rgba(255, 255, 255, 0.26);
}

.hero-footnotes article span {
  display: block;
  margin-bottom: 12px;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

.hero-footnotes article p {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

@keyframes heroFootnoteSlideIn {
  from {
    opacity: 0;
    transform: translateX(32px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-center {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-orbit {
  --hero-orbit-size: min(500px, 70vw);
  position: relative;
  width: var(--hero-orbit-size);
  max-width: 420px;
  margin: 150px 0 0 -60px;
  z-index: 2;
}

.hero-focus-loader {
  position: absolute;
  inset: -8%;
  width: 116%;
  height: 116%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 24px solid transparent;
  border-top-color: rgba(255, 248, 233, 0.24);
  border-bottom-color: rgba(255, 248, 233, 0.24);
  pointer-events: none;
  z-index: 3;
  filter: drop-shadow(0 0 12px rgba(255, 244, 220, 0.08));
  animation: heroFocusSpin 3.6s ease-out 1 both;
}

.hero-object {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 420px;
  position: relative;
  filter: drop-shadow(0 18px 38px rgba(0, 0, 0, 0.2));
  animation: heroImageZoomOut 1s ease-out both;
  z-index: 2;
}

.hero-object-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-world-globe {
  position: absolute;
  right: -100px;
  bottom: -180px;
  width: 200px;
  aspect-ratio: 1 / 1;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
  filter: brightness(1.16) contrast(1.08) saturate(1.06) drop-shadow(0 0 18px rgba(255, 255, 255, 0.1));
  animation: heroWorldGlobeArrival 1.9s cubic-bezier(0.16, 0.84, 0.18, 1) 0.8s both;
}

.hero-world-globe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-world-globe::before,
.hero-world-globe::after {
  content: "";
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

.hero-world-globe::before {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-38deg) scale(0.72);
  animation: heroWorldGlobeSweep 1.45s cubic-bezier(0.18, 0.86, 0.24, 1) 1.07s both;
}

.hero-world-globe::after {
  inset: 16%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34), transparent 62%);
  filter: blur(14px);
  animation: heroWorldGlobePulse 1.35s ease-out 0.95s both;
}

@keyframes heroWorldGlobeArrival {
  0% {
    opacity: 0;
    transform: translate3d(18px, 32px, 0) scale(0.62) rotate(-18deg);
    filter: brightness(0.8) contrast(0.92) saturate(0.7) blur(8px) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }

  58% {
    opacity: 0.92;
    transform: translate3d(-3px, -4px, 0) scale(1.08) rotate(2deg);
    filter: brightness(1.32) contrast(1.08) saturate(1.12) blur(0) drop-shadow(0 0 24px rgba(255, 255, 255, 0.2));
  }

  100% {
    opacity: 0.8;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    filter: brightness(1.16) contrast(1.08) saturate(1.06) drop-shadow(0 0 18px rgba(255, 255, 255, 0.1));
  }
}

@keyframes heroWorldGlobeSweep {
  0% {
    opacity: 0;
    transform: rotate(-76deg) scale(0.58);
  }

  34% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: rotate(238deg) scale(1.24);
  }
}

@keyframes heroWorldGlobePulse {
  0% {
    opacity: 0;
    transform: scale(0.35);
  }

  42% {
    opacity: 0.62;
  }

  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-world-globe,
  .masthead-mobile-globe,
  .masthead-mobile-globe::before,
  .masthead-mobile-globe::after,
  .hero-world-globe::before,
  .hero-world-globe::after {
    animation: none;
  }
}

@keyframes heroFocusSpin {
  from {
    opacity: 0;
    transform: rotate(0deg);
  }

  to {
    opacity: 1;
    transform: rotate(145deg);
  }
}

@keyframes heroImageZoomOut {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  70% {
    opacity: 1;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-article-window {
  position: absolute;
  top: 14px;
  left: calc(-80% - 183px);
  width: calc(180% + 265px);
  height: min(170vh, 1400px);
  padding: 22px 24px 34px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  background: white;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: var(--text-dark);
  z-index: 7;
  transform-origin: top center;
}

.hero-article-window::-webkit-scrollbar {
  width: 10px;
}

.hero-article-window::-webkit-scrollbar-thumb {
  background: rgba(64, 105, 155, 0.32);
  border-radius: 999px;
}

.hero-article-window::-webkit-scrollbar-track {
  background: rgba(30, 64, 175, 0.06);
}

.hero-article-window.is-open {
  animation: heroArticleReveal 800ms cubic-bezier(0.2, 0.82, 0.24, 1);
}

.hero-article-window[hidden] {
  display: none;
}


@keyframes heroArticleReveal {
  0% {
    opacity: 0;
    transform: scale(0.94) translateY(24px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(24px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes materializeText {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
    filter: blur(2px);
    text-shadow: 0 0 20px rgba(30, 64, 175, 0.8);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.02) translateY(-2px);
    filter: blur(1px);
    text-shadow: 0 0 15px rgba(30, 64, 175, 0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
    text-shadow: 0 0 5px rgba(30, 64, 175, 0.3);
  }
}

@keyframes imageZoomOut {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mediaZoomOut {
  0% {
    opacity: 0;
    transform: scale(1.12);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-article-close {
  position: absolute;
  top: 18px;
  right: 18px;
  margin-left: auto;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: rgba(0, 0, 0, 0.04);
  color: var(--text-dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.hero-article-media {
  width: 100%;
  aspect-ratio: 2.05 / 1;
  margin-top: 0;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-article-window.content-animate .hero-article-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
  animation: imageZoomOut 1.2s ease-out 0.2s both;
}

.hero-article-window.content-animate .hero-article-title {
  margin: 10px 0 8px;
  color: #1e40af;
  font-size: clamp(2.4rem, 3.2vw, 3.35rem);
  line-height: 0.98;
  font-weight: 400;
  animation: fadeInFromRight 0.8s ease-out 0.35s both;
}

.hero-article-window.content-animate .hero-article-summary,
.hero-article-window.content-animate .hero-article-meta {
  color: #1e40af;
  line-height: 1.7;
  animation: fadeInFromRight 0.9s ease-out 0.6s both;
}

.hero-article-window.content-animate .hero-article-content p {
  color: #1e40af;
  line-height: 1.7;
  animation: fadeInFromRight 0.9s ease-out 0.7s both;
}

.hero-article-content p:nth-of-type(1) {
  animation-delay: 0.7s;
}
.hero-article-content p:nth-of-type(2) {
  animation-delay: 0.82s;
}
.hero-article-content p:nth-of-type(3) {
  animation-delay: 0.94s;
}

.hero-article-summary {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 1.02rem;
}

.hero-article-content {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.hero-article-content p {
  margin: 0;
  font-size: 1.03rem;
}

.hero-article-window.content-animate .hero-article-link {
  display: inline-flex;
  margin-top: 18px;
  color: rgba(64, 72, 88, 0.56);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  animation: fadeInFromRight 1s ease-out 0.85s both;
}

.hero-article-link:hover {
  color: rgba(64, 72, 88, 0.76);
}

.hero-article-window.content-animate .story-tag {
  color: #1e40af;
  animation: fadeInFromRight 0.8s ease-out 0.45s both;
}

.hero-right {
  padding-top: 6px;
  padding-right: 0;
  border-left: none;
  padding-left: 20px;
  overflow: visible;
  z-index: 1;
  min-height: 0;
}

.hero-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.sidebar-lead {
  position: relative;
  display: block;
  min-height: 222px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: visible;
}

.sidebar-verse-card {
  position: absolute;
  left: -138px;
  top: 8px;
  bottom: 51px;
  width: 100px;
  display: flex;
  align-items: flex-end;
  padding: 14px 10px;
  border: 1px solid rgba(255, 245, 231, 0.16);
  background:
    url("Grafika/vers.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  text-decoration: none;
  color: #f8e3cb;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path, opacity;
  display: none;
}

.sidebar-verse-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 14, 24, 0.08), rgba(8, 14, 24, 0.78));
}

.sidebar-verse-reference,
.sidebar-verse-detail {
  position: relative;
  z-index: 1;
}

.sidebar-verse-reference {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.sidebar-verse-detail {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 10px 12px;
  background: linear-gradient(180deg, rgba(8, 14, 24, 0.18), rgba(8, 14, 24, 0.96));
  font-size: 0.66rem;
  line-height: 1.34;
  transform: translateY(100%);
  transition: transform 280ms ease;
}

.sidebar-verse-card:hover .sidebar-verse-detail,
.sidebar-verse-card:focus-visible .sidebar-verse-detail {
  transform: translateY(0);
}

.hero-right.is-visible .sidebar-verse-card {
  animation: verseRevealUp 1.05s cubic-bezier(0.2, 0.78, 0.24, 1) 0.8s forwards;
}

@keyframes verseRevealUp {
  from {
    clip-path: inset(100% 0 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.sidebar-thumb,
.sidebar-mini,
.rail-image,
.grid-image,
.continuum-planet {
  background-size: cover;
  background-position: center;
}

.sidebar-lead-copy {
  display: none;
}

.sidebar-video-shell {
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  display: block;
  width: clamp(308px, 29.7vw, 374px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 245, 231, 0.18);
  background:
    linear-gradient(180deg, rgba(8, 16, 30, 0.04), rgba(8, 16, 30, 0.18)),
    linear-gradient(135deg, rgba(255, 215, 176, 0.18), rgba(255, 215, 176, 0)),
    url("https://i.ytimg.com/vi/IUN664s7N-c/hqdefault.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: 0;
  appearance: none;
  cursor: pointer;
  color: inherit;
  font-size: 0;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path, opacity;
}

.sidebar-video-shell.is-playing {
  background: #050910;
  clip-path: inset(0 0 0 0);
}

.sidebar-video-shell.is-playing::before {
  display: none;
}

.sidebar-video-shell iframe {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-right.is-visible .sidebar-video-shell {
  animation: videoRevealDown 1.15s cubic-bezier(0.2, 0.78, 0.24, 1) 0.08s forwards;
}

.sidebar-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 10, 4, 0.04), rgba(15, 10, 4, 0.12)),
    linear-gradient(0deg, rgba(12, 18, 28, 0.62), rgba(12, 18, 28, 0.03) 56%);
}

.sidebar-video-play {
  position: absolute;
  left: 22px;
  bottom: 16px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 245, 231, 0.24);
  background: rgba(12, 30, 42, 0.36);
}

.sidebar-video-play::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgba(255, 248, 238, 0.92);
}

.sidebar-video-caption {
  position: absolute;
  left: 68px;
  right: 14px;
  bottom: 20px;
  z-index: 2;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.05;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

@keyframes videoRevealDown {
  from {
    clip-path: inset(0 0 100% 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.sidebar-video-help {
  display: none;
}

.sidebar-list-wrap {
  position: relative;
  margin-top: 6px;
}

.sidebar-list-track {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.sidebar-list {
  display: grid;
  gap: 0px;
  align-content: start;
}

.sidebar-list-set {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 420ms ease, opacity 420ms ease;
  pointer-events: none;
}

.sidebar-list-set.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.sidebar-list-set.is-exiting {
  opacity: 0;
  transform: translateX(-100%);
}

.sidebar-list article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  grid-template-areas: "text thumb";
  gap: 12px;
  align-items: start;
  min-height: 50px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-list article.sidebar-curtain-item {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transform: translateX(34px);
  animation: sidebarCurtainIn 0.78s cubic-bezier(0.16, 0.84, 0.24, 1) forwards;
  animation-delay: var(--sidebar-curtain-delay, 0s);
}

.sidebar-list-set.is-replaying article.sidebar-curtain-item {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transform: translateX(34px);
}

@keyframes sidebarCurtainIn {
  0% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: translateX(34px);
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}

.sidebar-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 245, 228, 0.18);
  background: rgba(255, 245, 228, 0.08);
}

.sidebar-list article p {
  grid-area: text;
  margin: 0;
  min-height: 84px;
  padding-left: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: rgba(255, 245, 228, 0.84);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  line-height: 1.08;
  max-width: 200px;
  justify-self: start;
  text-align: left;
}

.sidebar-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 1);
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.sidebar-mini {
  grid-area: thumb;
  width: 74px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  align-self: center;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 245, 228, 0.14);
  overflow: hidden;
}

.sidebar-mini img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: rgba(255, 255, 255, 0.02);
}

.continuum {
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 0;
  width: min(1460px, calc(100% - 28px));
  margin: -60px auto 0;
  padding: 0 0 96px;
  align-items: start;
  position: relative;
  z-index: 3;
}

.continuum-feature {
  min-height: 740px;
  cursor: pointer;
}

.continuum-feature-inner {
  position: relative;
  min-height: 740px;
  padding: 0 42px 36px 10px;
  background: transparent;
  overflow: hidden;
}

.feature-topline {
  width: 73%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 52px;
}

.continuum-feature .feature-copy {
  padding: 0;
  max-width: 560px;
}

.continuum-feature h3 {
  margin: 8px 0 0;
  max-width: 75%;
  font-size: clamp(1.95rem, 2.7vw, 2.95rem);
  line-height: 1.02;
  color: #fff7eb;
}

.continuum-feature h3 span {
  display: inline;
}

.feature-actions {
  display: flex;
  gap: 24px;
  margin-top: 18px;
  margin-bottom: 22px;
}

.continuum-planet {
  position: absolute;
  left: -20%;
  bottom: -5%;
  width: 90%;
  aspect-ratio: 1 / 0.92;
  border-radius: 52% 52% 46% 46%;
  background:
    radial-gradient(circle at 55% 60%, rgba(255, 247, 218, 0.9), rgba(255, 228, 163, 0.56) 28%, rgba(75, 64, 52, 0.36) 50%, rgba(20, 17, 17, 0.24) 74%, transparent 76%),
    radial-gradient(circle at 20% 78%, rgba(231, 201, 143, 0.12), transparent 30%);
  background-size: 62% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  filter: blur(0.2px);
  transform-origin: right bottom;
}

.continuum-grid {
  background: #ffffff;
  color: #40699b;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  align-content: start;
  padding: 0 0px 42px 6px;
  position: relative;
  margin-left: -120px;
  margin-top: -172px;
  min-height: 1080px;
  border-top-left-radius: 8px;
  overflow: visible;
  z-index: 1;
}

.continuum-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background: #ffffff;
  z-index: -1;
}

.continuum-rail {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  margin: 0 0 18px 8px;
  border-top-left-radius: 8px;
  background: #ffffff;
  min-height: auto;
  position: relative;
  z-index: 4;
}
.rail-card {
  display: block;
  padding: 14px 0px;
  border-left: 0;
  border-bottom: 0;
  background: transparent;
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
  position: relative;
  z-index: 5;
  pointer-events: auto;
  overflow: visible;
}

.rail-card-content {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.rail-card-content-ghost {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.rail-card:hover {
  background: rgba(245, 241, 235, 0.78);
}

.rail-card:focus-visible {
  outline: 2px solid rgba(139, 95, 51, 0.48);
  outline-offset: -2px;
}

.rail-card h3 {
  margin: 0px 8px 0;
  font-size: 0.95rem;
  line-height: 1.12;
}

.rail-meta {
  margin: 0px 8px 0;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(64, 105, 155, 0.56);
}

.rail-image {
  width: 80px;
  height: 70px;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  transform-origin: center;
}

.rail-image,
.rail-card-content,
.story-grid-media,
.story-grid-copy,
.story-grid-copy > :not(.region-cycle-button) {
  transition: transform 320ms cubic-bezier(0.2, 0.82, 0.24, 1), opacity 320ms ease;
}

.region-card-slide-out {
  opacity: 0;
  transform: translateX(-56px);
}

.region-card-slide-in {
  opacity: 0;
  transform: translateX(56px);
}

.rail-image-one {
  background: linear-gradient(135deg, #eef2f5, #ccd5db 55%, #ab4635);
}

.rail-image-two {
  background: linear-gradient(135deg, #1a3a63, #d1dce5 55%, #495e79);
}

.rail-image-three {
  background: linear-gradient(135deg, #0a3c4a, #c2d0cb 55%, #9e6b56);
}

.continuum-secondary-grid,
.continuum-video-grid {
  display: grid;
  grid-column: 1 / -1;
  gap: 28px;
  padding: 0px 0 30px 8px;
  background: #ffffff;
}

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

.continuum-video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 12px;
}

.story-grid-card {
  display: grid;
  gap: 18px;
  align-content: start;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
  position: relative;
  overflow: visible;
}

.story-grid-card:hover {
  transform: translateY(-3px);
}

.story-grid-card:focus-visible {
  outline: 2px solid rgba(139, 95, 51, 0.48);
  outline-offset: 4px;
}

.story-grid-media {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  background:
    linear-gradient(135deg, rgba(15, 28, 48, 0.2), rgba(15, 28, 48, 0.02)),
    linear-gradient(135deg, #ece4d6, #c8b396 58%, #8a6848);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transform-origin: center;
}

.scroll-zoom {
  opacity: 0;
  transform: scale(1.12);
  will-change: transform, opacity;
}

.scroll-zoom.is-visible {
  animation: mediaZoomOut 1.05s ease-out both;
}

.continuum-planet.scroll-zoom.is-visible {
  animation-duration: 1.2s;
  animation-delay: 0.12s;
}

.story-grid-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.story-grid-copy {
  display: grid;
  gap: 10px;
  position: relative;
}

.region-cycle-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(12px);
  width: 56px;
  height: 96px;
  border: 0;
  border-radius: 48px 0 0 48px;
  background: rgba(126, 133, 144, 0.3);
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 180ms ease, transform 220ms ease, background-color 180ms ease;
  z-index: 12;
  backdrop-filter: blur(4px);
}

.region-cycle-button:hover {
  background: rgba(138, 145, 156, 0.42);
}

.has-region-cycle:hover .region-cycle-button,
.has-region-cycle:focus-within .region-cycle-button {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.region-cycle-button-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid rgba(255, 255, 255, 0.96);
  transform: translateY(-50%);
}

.region-cycle-button-label {
  display: none;
}

.is-rail-region-button {
  height: 72px;
  width: 44px;
  right: 0;
}

.is-rail-region-button .region-cycle-button-icon {
  right: 15px;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 11px;
}

.is-feature-region-button {
  top: 50%;
  right: -2px;
}

.story-grid-meta {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(64, 105, 155, 0.56);
}

.story-grid-title {
  margin: 0;
  color: #40699b;
  font-size: 2.05rem;
  line-height: 1.04;
}

.story-grid-summary {
  margin: 0;
  color: rgba(64, 105, 155, 0.78);
  line-height: 1.62;
  font-size: 0.98rem;
}

.story-grid-card-large .story-grid-media {
  aspect-ratio: 1.42 / 1;
}

.story-grid-card-large .story-grid-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  line-height: 1.08;
  text-align: center;
}

.story-grid-card-large .story-grid-copy {
  justify-items: center;
  text-align: center;
}

.story-grid-card-large .story-grid-meta {
  font-family: "Manrope", sans-serif;
  text-align: center;
}

.story-grid-card-large .story-grid-summary {
  max-width: 34ch;
  text-align: center;
}

.continuum-secondary-grid .story-grid-card {
  width: 100%;
}

.continuum-secondary-grid .story-grid-summary {
  display: none;
}

.story-grid-card-video .story-grid-media {
  aspect-ratio: 1.2 / 1;
}

.story-grid-card-video .story-grid-title {
  color: #40699b;
  font-size: 1.55rem;
}

.story-grid-card-video .story-grid-summary {
  font-size: 0.92rem;
}

@media (max-width: 1100px) {
  .hero-stage,
  .continuum {
    width: min(100% - 24px, 1460px);
  }

  .hero-grid,
  .continuum {
    grid-template-columns: 1fr;
  }

  .hero-left {
    padding: 56px 16px 0;
  }

  .hero-right {
    padding: 0 16px 24px;
  }

  .hero-center,
  .hero-grid {
    min-height: auto;
  }

  .hero-object {
    width: min(500px, 88%);
    margin-top: 0;
  }

  .hero-world-globe {
    display: none;
  }

  .hero-article-window {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-height: none;
  }

  .continuum-rail {
    margin: 18px 0 18px;
    grid-template-columns: 1fr;
  }

  .continuum-secondary-grid,
  .continuum-video-grid {
    grid-template-columns: 1fr;
    padding: 18px 0 0;
  }

  .continuum-grid {
    grid-template-columns: 1fr 1fr;
    padding: 28px 18px;
    margin-top: 0;
    min-height: auto;
    border-top-left-radius: 0;
  }

  .sidebar-list article {
    grid-template-columns: 1fr 58px;
  }

  .topic-cards,
  .automation-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .automation-section {
    grid-template-columns: 1fr;
  }

  .masthead-top {
    grid-template-columns: 1fr;
  }

  .masthead-side,
  .masthead-right {
    justify-content: center;
  }

  .masthead-stack,
  .masthead-stat-membership {
    width: min(100%, 780px);
  }

  .masthead-stack {
    grid-template-columns: 1fr;
    width: min(100%, 320px);
  }

  .masthead-stat-membership {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .masthead-substat {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 34px minmax(0, 1fr);
    margin-top: 4px;
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .hero-stage,
  .continuum {
    width: min(100% - 18px, 1460px);
  }

  .masthead-top {
    gap: 12px;
  }

  .hero-grid h2 {
    font-size: 2.9rem;
  }

  .hero-footnotes,
  .continuum-grid,
  .topic-cards,
  .automation-stack {
    grid-template-columns: 1fr;
  }

  .continuum-secondary-grid,
  .continuum-video-grid {
    gap: 22px;
  }

  .hero-footnotes {
    margin-top: 56px;
  }

  .hero-left {
    padding: 34px 6px 0;
  }

  .hero-center {
    min-height: 420px;
  }

  .hero-orbit {
    --hero-orbit-size: min(360px, 88vw);
    margin-top: 0;
    margin-left: 0;
  }

  .hero-world-globe {
    display: none;
  }

  .hero-focus-loader {
    border-width: 20px;
  }

  .hero-object {
    aspect-ratio: 1 / 1;
  }

  .hero-article-window {
    padding: 16px;
  }

  .hero-article-title {
    font-size: 1.8rem;
  }

  .sidebar-video-shell {
    position: relative;
    left: auto;
    top: auto;
    width: min(100%, 420px);
    margin-top: 10px;
  }

  .sidebar-verse-card {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: min(138px, 36vw);
    min-height: 148px;
    margin-top: 10px;
  }

  .sidebar-list article {
    grid-template-columns: 1fr 52px;
  }

  .sidebar-mini {
    width: 52px;
    height: 52px;
  }

  .continuum-feature-inner {
    padding: 38px 24px 0;
  }

  .continuum-feature h3 {
    font-size: 2.8rem;
  }

  .continuum-planet {
    width: 110%;
    left: -18%;
    bottom: -10%;
  }

  .topbar,
  .topic-strip,
  .automation-section,
  .site-footer {
    width: min(100% - 20px, 1380px);
  }

  .newsletter-form {
    flex-direction: column;
  }

  .site-logo {
    width: min(300px, 64vw);
  }

  .masthead-stat {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 0;
    padding: 8px 0;
  }

  .masthead-stat-icon {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .masthead-stat-copy strong {
    font-size: 1.18rem;
  }

  .masthead-stat-membership .masthead-stat-copy strong {
    font-size: 1.1rem;
  }

  .masthead-stat-membership {
    width: min(100%, 100%);
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 8px;
  }

  .masthead-stack {
    grid-template-columns: 1fr;
    width: min(100%, 100%);
  }

  .masthead-substat {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    margin-top: 4px;
    margin-left: 0;
  }

  .masthead-substat-icon {
    width: 28px;
    height: 28px;
  }

  .masthead-substat-copy strong {
    font-size: 0.9rem;
  }

  .masthead-stack .masthead-stat {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .masthead-stack .masthead-stat-icon {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }

  .masthead-stack .masthead-stat-copy strong {
    font-size: 0.92rem;
  }

  .masthead-stack .masthead-stat-copy span {
    font-size: 0.4rem;
  }

  .masthead-substat-copy span {
    font-size: 0.42rem;
  }
}

@media (max-width: 640px) {
  body {
    background-position: center top;
    background-size: auto 980px;
  }

  .topbar {
    position: relative;
    width: calc(100% - 14px);
    padding-top: 4px;
  }

  .masthead-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .masthead-center {
    order: -1;
  }

  .site-logo {
    width: min(250px, 74vw);
  }

  .masthead-line-soft {
    margin-top: 2px;
  }

  .masthead-side {
    width: 100%;
  }

  .masthead-left {
    justify-content: stretch;
  }

  .masthead-stat-membership {
    grid-template-columns: 30px minmax(0, 1fr) minmax(92px, 0.72fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 8px;
    padding: 2px 0;
    position: relative;
    overflow: hidden;
  }

  .masthead-stat-membership .masthead-stat-copy {
    min-width: 0;
  }

  .masthead-stat-membership .masthead-stat-copy strong {
    font-size: 1rem;
  }

  .masthead-stat-copy span,
  .masthead-stat-copy small {
    font-size: 0.56rem;
    letter-spacing: 0.05em;
  }

  .masthead-substat {
    grid-column: 1 / 3;
    grid-row: 2;
    grid-template-columns: 22px minmax(0, 1fr);
    margin: 0;
  }

  .masthead-substat-icon {
    width: 22px;
    height: 22px;
  }

  .masthead-substat-copy strong {
    font-size: 0.8rem;
  }

  .masthead-substat-copy span {
    font-size: 0.38rem;
    letter-spacing: 0.04em;
  }

  .masthead-mobile-globe {
    display: block;
    position: absolute;
    right: -128px;
    top: 50%;
    width: clamp(210px, 62vw, 280px);
    aspect-ratio: 1 / 1;
    opacity: 0.5;
    pointer-events: none;
    filter: brightness(1.12) contrast(1.04) saturate(1.06) drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
    transform: translateY(-50%);
    animation: mastheadMobileGlobeArrival 1.65s cubic-bezier(0.16, 0.84, 0.18, 1) 0.25s both;
    z-index: 0;
  }

  .masthead-stat-membership > :not(.masthead-mobile-globe) {
    position: relative;
    z-index: 1;
  }

  .masthead-mobile-globe img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .masthead-mobile-globe::before,
  .masthead-mobile-globe::after {
    content: "";
    position: absolute;
    inset: -12%;
    border-radius: 50%;
    pointer-events: none;
  }

  .masthead-mobile-globe::before {
    border: 1px solid rgba(255, 245, 228, 0.14);
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0;
    transform: rotate(-38deg) scale(0.72);
    animation: heroWorldGlobeSweep 1.35s cubic-bezier(0.18, 0.86, 0.24, 1) 0.52s both;
  }

  .masthead-mobile-globe::after {
    inset: 18%;
    background: radial-gradient(circle, rgba(255, 245, 228, 0.16), transparent 64%);
    filter: blur(12px);
    opacity: 0;
    animation: heroWorldGlobePulse 1.25s ease-out 0.42s both;
  }

  @keyframes mastheadMobileGlobeArrival {
    0% {
      opacity: 0;
      transform: translate3d(18px, calc(-50% + 32px), 0) scale(0.62) rotate(-18deg);
      filter: brightness(0.8) contrast(0.92) saturate(0.7) blur(8px) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
    }

    58% {
      opacity: 0.58;
      transform: translate3d(-3px, calc(-50% - 4px), 0) scale(1.08) rotate(2deg);
      filter: brightness(1.24) contrast(1.06) saturate(1.1) blur(0) drop-shadow(0 0 22px rgba(255, 255, 255, 0.18));
    }

    100% {
      opacity: 0.5;
      transform: translateY(-50%) scale(1) rotate(0deg);
      filter: brightness(1.12) contrast(1.04) saturate(1.06) drop-shadow(0 0 18px rgba(255, 255, 255, 0.12));
    }
  }

  .masthead-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
  }

  .masthead-stack .masthead-stat {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 5px;
    padding: 0;
    margin-top: 2px;
  }

  .masthead-stack .masthead-stat-icon {
    width: 24px;
    height: 24px;
    font-size: 0.82rem;
  }

  .masthead-stack .masthead-stat-copy {
    min-width: 0;
  }

  .masthead-stack .masthead-stat-copy strong {
    font-size: 0.78rem;
    letter-spacing: 0;
  }

  .masthead-stack .masthead-stat-copy span {
    font-size: 0.36rem;
    letter-spacing: 0.04em;
  }

  .masthead-stack .masthead-stat-copy small {
    font-size: 0.5rem;
  }

  .hero-stage {
    width: calc(100% - 12px);
  }

  .hero-grid {
    gap: 0;
    min-height: 0;
  }

  .hero-left {
    min-height: 0;
    padding: 22px 4px 0;
  }

  .hero-count strong {
    font-size: 1.55rem;
  }

  .hero-count span,
  .hero-taxonomy span {
    font-size: 0.58rem;
    letter-spacing: 0.14em;
  }

  .hero-editorial {
    margin-top: 20px;
    max-width: 100%;
  }

  .hero-taxonomy {
    gap: 9px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .hero-overline {
    font-size: 1.35rem;
  }

  .hero-grid h2 {
    font-size: 2.08rem;
    line-height: 1.02;
  }

  .hero-text {
    max-width: 100%;
    margin-top: 12px;
    font-size: 0.84rem;
    line-height: 1.58;
  }

  .hero-links {
    gap: 12px;
    margin-top: 16px;
  }

  .hero-links a,
  .feature-actions a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
  }

  .hero-footnotes {
    margin-top: 18px;
    padding-top: 24px;
    gap: 10px;
  }

  .hero-center {
    min-height: 232px;
  }

  .hero-orbit {
    --hero-orbit-size: min(230px, 74vw);
  }

  .hero-focus-loader {
    border-width: 14px;
  }

  .hero-right {
    padding: 2px 4px 18px;
  }

  .sidebar-lead {
    display: grid;
    grid-template-columns: minmax(92px, 0.42fr) minmax(0, 1fr);
    align-items: end;
    gap: 12px;
  }

  .sidebar-verse-card {
    width: 100%;
    min-height: 124px;
    margin-top: 0;
  }

  .sidebar-verse-reference {
    font-size: 0.9rem;
  }

  .sidebar-verse-detail {
    font-size: 0.7rem;
  }

  .sidebar-video-shell {
    width: 100%;
    min-height: 124px;
    margin-top: 0;
  }

  .sidebar-video-caption {
    left: 54px;
    bottom: 16px;
    font-size: 0.9rem;
  }

  .sidebar-video-play {
    left: 14px;
    bottom: 15px;
    width: 32px;
    height: 32px;
  }

  .sidebar-video-play::before {
    left: 12px;
    top: 9px;
  }

  .sidebar-list-wrap {
    margin-top: 18px;
  }

  .sidebar-list-track {
    min-height: 342px;
  }

  .sidebar-list article {
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 10px;
  }

  .sidebar-list article p {
    min-height: 68px;
    max-width: none;
    padding: 11px 0 11px 20px;
    font-size: 1rem;
    line-height: 1.1;
  }

  .sidebar-list article::before {
    top: 15px;
    width: 6px;
    height: 6px;
  }

  .sidebar-mini {
    width: 58px;
    height: 46px;
  }

  .sidebar-more {
    min-height: 40px;
    margin: 8px 0 20px;
  }

  .continuum {
    width: calc(100% - 12px);
    margin-top: 20px;
    padding-bottom: 44px;
  }

  .continuum-feature,
  .continuum-feature-inner {
    min-height: 360px;
  }

  .continuum-feature-inner {
    padding: 28px 18px 34px;
  }

  .feature-topline {
    width: 100%;
    margin-bottom: 22px;
  }

  .continuum-feature h3 {
    max-width: 100%;
    font-size: 2.15rem;
  }

  .feature-actions {
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .continuum-planet {
    width: 98%;
    left: -30%;
    bottom: -22%;
    opacity: 0.78;
  }

  .continuum-grid {
    grid-template-columns: 1fr;
    padding: 18px 14px 28px;
    margin: 0;
    border-radius: 8px;
  }

  .continuum-grid::after {
    display: none;
  }

  .continuum-rail {
    margin: 0;
    gap: 12px;
  }

  .rail-card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 0;
  }

  .rail-image {
    width: 74px;
    height: 62px;
  }

  .rail-card h3 {
    margin-right: 0;
    font-size: 1rem;
  }

  .rail-meta {
    margin-right: 0;
  }

  .continuum-secondary-grid,
  .continuum-video-grid {
    padding: 22px 0 0;
  }

  .story-grid-card {
    gap: 12px;
  }

  .story-grid-media {
    aspect-ratio: 1.55 / 1;
  }

  .story-grid-title,
  .story-grid-card-large .story-grid-title,
  .story-grid-card-video .story-grid-title {
    font-size: 1.36rem;
    line-height: 1.1;
  }

  .story-grid-summary {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .region-cycle-button {
    display: none;
  }

  .site-footer {
    width: calc(100% - 20px);
    padding-bottom: 30px;
  }

  .site-footer h3 {
    margin-top: 12px;
    font-size: 1.18rem;
    line-height: 1.28;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 390px) {
  .masthead-stat-membership {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .masthead-substat {
    grid-column: 1 / -1;
  }

  .hero-grid h2 {
    font-size: 1.9rem;
  }

  .hero-overline {
    font-size: 1.22rem;
  }

  .sidebar-lead {
    grid-template-columns: 1fr;
  }

  .sidebar-verse-card,
  .sidebar-video-shell {
    min-height: 116px;
  }

  .continuum-feature h3 {
    font-size: 1.9rem;
  }
}

@media (max-width: 640px) {
  body {
    background:
      linear-gradient(180deg, rgba(4, 9, 17, 0.1) 0%, rgba(4, 9, 17, 0.78) 520px, #070d18 1120px, #f6f4ee 1121px),
      url("Grafika/Background_pic.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 920px;
  }

  body::before {
    opacity: 0.18;
  }

  .page-shell {
    overflow: clip;
  }

  .topbar {
    width: calc(100% - 20px);
    padding: 10px 0 0;
  }

  .masthead {
    padding: 12px 12px 14px;
    border: 1px solid rgba(255, 245, 228, 0.12);
    border-radius: 18px;
    background: rgba(5, 11, 21, 0.34);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
  }

  .masthead-top {
    gap: 12px;
    transform: none;
  }

  .site-logo {
    width: min(230px, 68vw);
  }

  .masthead-line {
    display: none;
  }

  .masthead-left,
  .masthead-right {
    margin: 0;
  }

  .masthead-stat-membership {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 245, 228, 0.07);
  }

  .masthead-substat {
    grid-column: 1 / -1;
    grid-template-columns: 28px minmax(0, 1fr);
    padding-top: 8px;
    border-top: 1px solid rgba(255, 245, 228, 0.08);
  }

  .masthead-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .masthead-stack .masthead-stat {
    align-items: center;
    min-height: 72px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 245, 228, 0.07);
  }

  .masthead-stat-copy strong {
    color: #fff5e3;
    letter-spacing: -0.02em;
  }

  .masthead-stack .masthead-stat-copy strong {
    font-size: 1rem;
  }

  .masthead-stat-copy span,
  .masthead-stat-copy small,
  .masthead-substat-copy span {
    color: rgba(255, 245, 228, 0.68);
  }

  .masthead-stat-icon,
  .masthead-substat-icon {
    color: #e8bd80;
  }

  .hero-stage {
    width: calc(100% - 20px);
    margin-top: 12px;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-left {
    display: grid;
    gap: 18px;
    min-height: 0;
    padding: 22px 18px 20px;
    border: 1px solid rgba(255, 245, 228, 0.12);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(8, 14, 27, 0.66), rgba(8, 14, 27, 0.92)),
      rgba(8, 14, 27, 0.72);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(8px);
  }

  .hero-count {
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 245, 228, 0.1);
  }

  .hero-count strong {
    font-size: 1.25rem;
    line-height: 1;
  }

  .hero-count span {
    align-self: center;
    color: rgba(255, 245, 228, 0.5);
    font-family: "Manrope", sans-serif;
    font-size: 0.6rem;
  }

  .hero-editorial {
    margin: 0;
  }

  .hero-taxonomy {
    margin-bottom: 12px;
  }

  .hero-taxonomy span {
    padding: 4px 0;
    color: #e8bd80;
    font-family: "Manrope", sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
  }

  .hero-overline {
    margin-bottom: 6px;
    color: rgba(255, 245, 228, 0.62);
    font-family: "Manrope", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .hero-grid h2 {
    max-width: 100%;
    color: #fff8ed;
    font-size: clamp(2.05rem, 9.2vw, 2.7rem);
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
  }

  .hero-text {
    max-width: 32ch;
    color: rgba(255, 245, 228, 0.68);
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .hero-links {
    margin-top: 2px;
  }

  .hero-links a {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(232, 189, 128, 0.36);
    border-radius: 999px;
    background: rgba(232, 189, 128, 0.1);
    color: #fff3df;
    font-family: "Manrope", sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
  }

  .hero-links a::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: #e8bd80;
  }

  .hero-footnotes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    max-width: none;
  }

  .hero-footnotes article {
    display: grid;
    gap: 5px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 245, 228, 0.1);
    border-radius: 14px;
    background: rgba(255, 245, 228, 0.055);
  }

  .hero-footnotes article::before {
    display: none;
  }

  .hero-footnotes article span {
    margin: 0;
    color: rgba(232, 189, 128, 0.78);
    font-family: "Manrope", sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    white-space: normal;
  }

  .hero-footnotes article p {
    color: rgba(255, 248, 237, 0.88);
    font-family: "Manrope", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.28;
  }

  .hero-center {
    display: block;
    min-height: 0;
  }

  .hero-orbit {
    display: none;
  }

  .hero-article-window {
    position: fixed;
    inset: 12px;
    left: 12px;
    top: 12px;
    width: auto;
    height: auto;
    max-height: calc(100dvh - 24px);
    padding: 16px 16px 24px;
    border-radius: 20px;
    z-index: 80;
    overscroll-behavior: contain;
    background: #ffffff;
    opacity: 1;
    transform: none;
  }

  .hero-article-window.is-open {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-article-close {
    display: inline-flex;
    position: sticky;
    top: 0;
    float: right;
    width: 38px;
    height: 38px;
    margin: 0 0 8px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(20, 33, 54, 0.16);
  }

  .hero-article-media {
    clear: both;
    aspect-ratio: 1.38 / 1;
    border-radius: 14px;
  }

  .hero-article-window.content-animate .hero-article-title {
    font-size: 2rem;
    line-height: 1.04;
  }

  .hero-article-summary,
  .hero-article-content p {
    font-size: 0.96rem;
  }

  .hero-article-window.content-animate .hero-article-content p,
  .hero-article-window.content-animate .hero-article-summary,
  .hero-article-window.content-animate .hero-article-meta,
  .hero-article-window.content-animate .story-tag,
  .hero-article-window.content-animate .hero-article-title {
    animation: none;
    opacity: 1;
  }

  .hero-article-window.content-animate .hero-article-title {
    color: #244f82;
  }

  .hero-article-window.content-animate .hero-article-content p,
  .hero-article-window.content-animate .hero-article-summary,
  .hero-article-window.content-animate .hero-article-meta {
    color: #2d4b6f;
  }

  .hero-article-window.content-animate .story-tag {
    color: #6b86a8;
  }

  .hero-right {
    padding: 12px;
    border: 1px solid rgba(255, 245, 228, 0.12);
    border-radius: 22px;
    background:
      linear-gradient(180deg, rgba(8, 14, 27, 0.78), rgba(8, 14, 27, 0.96)),
      rgba(8, 14, 27, 0.84);
    box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
  }

  .sidebar-lead {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sidebar-verse-card,
  .sidebar-video-shell {
    min-height: 112px;
    border: 1px solid rgba(255, 245, 228, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  }

  .sidebar-verse-card {
    padding: 18px;
  }

  .sidebar-video-shell {
    overflow: hidden;
  }

  .sidebar-list-wrap {
    padding: 4px 0 0;
  }

  .sidebar-list-track {
    min-height: 392px;
  }

  .sidebar-list {
    gap: 8px;
  }

  .sidebar-list article {
    min-height: 72px;
    padding: 10px 10px 10px 12px;
    border: 1px solid rgba(255, 245, 228, 0.16);
    border-radius: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
      rgba(10, 17, 30, 0.38);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 14px 30px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(14px);
  }

  .sidebar-list article::before {
    display: none;
  }

  .sidebar-list article p {
    min-height: 0;
    padding: 0;
    color: rgba(255, 248, 237, 0.9);
    font-family: "Manrope", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.32;
  }

  .sidebar-list article p::first-line {
    color: #fff7e8;
  }

  .sidebar-mini {
    width: 58px;
    height: 58px;
    border-radius: 0;
    border-color: rgba(255, 245, 228, 0.18);
    background: rgba(255, 255, 255, 0.08);
  }

  .sidebar-mini img {
    object-fit: cover;
  }

  .sidebar-more {
    margin-top: 12px;
    border: 1px solid rgba(255, 245, 228, 0.16);
    border-radius: 0;
    background: rgba(255, 245, 228, 0.07);
    backdrop-filter: blur(12px);
  }

  .continuum {
    width: 100%;
    margin-top: 28px;
    padding-bottom: 34px;
    background: #f6f4ee;
  }

  .continuum-feature {
    width: calc(100% - 20px);
    min-height: 330px;
    margin: 0 auto;
    border-radius: 22px;
    background:
      linear-gradient(160deg, rgba(18, 31, 51, 0.9), rgba(24, 41, 65, 0.98)),
      #121f33;
    overflow: hidden;
  }

  .continuum-feature-inner {
    min-height: 330px;
    padding: 24px 20px 34px;
  }

  .feature-topline {
    height: 1px;
    background: rgba(255, 245, 228, 0.16);
  }

  .continuum-feature .hero-taxonomy span {
    color: #e8bd80;
  }

  .continuum-feature h3 {
    max-width: 13ch;
    color: #fff8ed;
    font-size: clamp(1.9rem, 8.2vw, 2.28rem);
    line-height: 1.02;
    text-wrap: balance;
  }

  .feature-actions a {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(232, 189, 128, 0.34);
    border-radius: 999px;
  }

  .continuum-planet {
    width: 88%;
    left: 8%;
    bottom: -34%;
    opacity: 0.5;
  }

  .continuum-grid {
    width: calc(100% - 20px);
    margin: 14px auto 0;
    padding: 14px;
    border: 1px solid rgba(47, 74, 108, 0.08);
    border-radius: 22px;
    background: #fffdf8;
    color: #315c90;
    box-shadow: 0 22px 60px rgba(39, 55, 77, 0.08);
  }

  .hero-right .mobile-region-flow {
    width: 100%;
    margin: 12px 0 0;
  }

  .continuum-grid > .sidebar-list-wrap,
  .continuum-grid > .continuum-video-grid {
    grid-column: 1 / -1;
  }

  .continuum-grid > .sidebar-list-wrap {
    margin-top: 4px;
    padding: 0;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-list {
    gap: 10px;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-list article {
    min-height: 76px;
    padding: 10px 10px 10px 12px;
    border: 1px solid rgba(49, 92, 144, 0.1);
    border-radius: 14px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(246, 242, 233, 0.96)),
      #f7f4ed;
    box-shadow: 0 12px 28px rgba(39, 55, 77, 0.07);
    backdrop-filter: none;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-list article p {
    min-height: 0;
    padding-left: 0;
    color: #315c90;
    font-family: "Manrope", sans-serif;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.24;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-list article p::first-line {
    color: #315c90;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-mini {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(49, 92, 144, 0.12);
    border-radius: 12px;
    background: #fffdf8;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-more {
    min-height: 42px;
    margin-top: 14px;
    margin-bottom: 4px;
    border: 1px solid rgba(49, 92, 144, 0.18);
    border-radius: 999px;
    background: #fffdf8;
    color: #315c90;
    box-shadow: 0 12px 26px rgba(39, 55, 77, 0.08);
    font-weight: 850;
  }

  .continuum-grid > .sidebar-list-wrap .sidebar-more-icon {
    border-left-color: currentColor;
  }

  .continuum-rail {
    gap: 10px;
    background: transparent;
  }

  .rail-card {
    align-items: center;
    min-height: 92px;
    padding: 10px;
    border: 1px solid rgba(49, 92, 144, 0.09);
    border-radius: 16px;
    background: #f7f4ed;
    overflow: hidden;
  }

  .rail-image {
    width: 66px;
    height: 66px;
    border-radius: 14px;
    opacity: 0.88;
  }

  .rail-meta,
  .story-grid-meta {
    color: rgba(49, 92, 144, 0.52);
    font-family: "Manrope", sans-serif;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.16em;
  }

  .rail-card h3 {
    color: #315c90;
    font-family: "Manrope", sans-serif;
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .mobile-region-flow .rail-card-content,
  .mobile-region-flow .story-grid-media,
  .mobile-region-flow .story-grid-copy,
  .mobile-region-flow .story-grid-copy > :not(.region-cycle-button) {
    transition:
      transform 260ms cubic-bezier(0.22, 0.82, 0.24, 1),
      opacity 260ms ease;
    will-change: transform, opacity;
  }

  .mobile-region-flow .region-card-slide-out {
    opacity: 0.12;
    transform: translateX(-118%);
  }

  .mobile-region-flow .region-card-slide-in {
    opacity: 0.12;
    transform: translateX(118%);
  }

  .continuum-secondary-grid,
  .continuum-video-grid {
    gap: 14px;
  }

  .story-grid-card {
    padding: 10px;
    border: 1px solid rgba(49, 92, 144, 0.09);
    border-radius: 18px;
    background: #f7f4ed;
    overflow: hidden;
  }

  .story-grid-media {
    border-radius: 14px;
    opacity: 0.9;
  }

  .story-grid-title,
  .story-grid-card-large .story-grid-title,
  .story-grid-card-video .story-grid-title {
    color: #315c90;
    font-family: "Manrope", sans-serif;
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.22;
    text-align: left;
  }

  .story-grid-card-large .story-grid-copy {
    justify-items: start;
    text-align: left;
  }

  .story-grid-summary {
    color: rgba(49, 92, 144, 0.74);
    font-size: 0.86rem;
    line-height: 1.48;
    text-align: left;
  }

  .region-cycle-button {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    height: 34px;
    margin-top: 8px;
    padding: 0 12px;
    border: 1px solid rgba(49, 92, 144, 0.16);
    border-radius: 999px;
    background: #fffdf8;
    color: #315c90;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    font-family: "Manrope", sans-serif;
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: none;
  }

  .region-cycle-button[hidden] {
    display: none !important;
  }

  .is-rail-region-button {
    display: flex;
    margin: 10px auto 0;
  }

  .is-feature-region-button {
    justify-self: center;
    margin: 10px auto 0;
  }

  .region-cycle-button-icon {
    position: static;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid currentColor;
    transform: none;
  }

  .region-cycle-button-label {
    display: inline;
  }

  .site-footer {
    width: calc(100% - 20px);
    margin-top: 10px;
    padding: 20px;
    border-radius: 22px 22px 0 0;
    background: #101827;
  }

  .site-footer h3 {
    color: #fff8ed;
    margin-top: 14px;
    font-family: "Manrope", sans-serif;
    font-size: 1.05rem;
    font-weight: 750;
    line-height: 1.34;
    letter-spacing: 0;
  }

  .newsletter-form input {
    border-color: rgba(255, 245, 228, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #fff8ed;
  }

  .newsletter-form button {
    background: #e8bd80;
    color: #101827;
    font-weight: 850;
  }
}

@media (max-width: 390px) {
  .hero-grid h2 {
    font-size: 2.1rem;
  }

  .continuum-feature h3 {
    font-size: 1.86rem;
  }
}

@media (max-width: 359px) {
  .masthead-stack {
    grid-template-columns: 1fr;
  }

  .masthead-stack .masthead-stat {
    min-height: 58px;
  }
}
