:root {
  --scroll: 0%;
  --line-strong: rgba(248, 210, 128, 0.44);
  --ember-2: #ffcf67;
  --copper: #9b3f22;
  --deep-red: #2a0906;
  --panel-strong: rgba(18, 11, 7, 0.88);
  --panel-glass: rgba(24, 16, 10, 0.68);
  --radius-xl: 34px;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 9% 12%, rgba(221, 120, 39, 0.24), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(137, 22, 14, 0.28), transparent 34rem),
    radial-gradient(circle at 50% 95%, rgba(210, 154, 58, 0.13), transparent 33rem),
    linear-gradient(148deg, #030201 0%, #130b07 44%, #050302 100%);
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: var(--scroll);
  height: 3px;
  background: linear-gradient(90deg, #7b2615, #ffcf67, #fff1bd);
  box-shadow: 0 0 22px rgba(255, 207, 103, 0.55);
}

.site-header {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
}

.brand-mark {
  overflow: hidden;
  background: radial-gradient(circle at 50% 38%, rgba(255, 207, 103, 0.28), rgba(9, 5, 3, 0.92));
}

.brand-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 999px;
}

.site-header nav a {
  position: relative;
  padding-bottom: 4px;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--ember-2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-header nav a:hover::after {
  transform: scaleX(1);
}

.hero-redesign {
  position: relative;
  min-height: calc(100vh - 78px);
  padding-top: clamp(44px, 7vw, 90px);
  isolation: isolate;
}

.hero-redesign::before {
  content: "";
  position: absolute;
  inset: 7% -18% auto auto;
  z-index: -1;
  width: min(72vw, 880px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 207, 103, 0.16), rgba(141, 42, 19, 0.08) 44%, transparent 68%);
  filter: blur(8px);
}

.hero-copy h1 {
  font-size: clamp(3.5rem, 8.6vw, 8.4rem);
  line-height: 0.92;
  max-width: 860px;
}

.hero-copy h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(105deg, #ffe7a8 0%, #ffb948 45%, #a8381e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  margin-top: 34px;
}

.stat-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(145deg, rgba(32, 20, 12, 0.78), rgba(9, 5, 3, 0.62));
  box-shadow: inset 0 1px 0 rgba(255, 244, 202, 0.08);
}

.stat-card strong {
  display: block;
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 2.65vw, 2.45rem);
  line-height: 1;
  color: #fff1bd;
  overflow-wrap: anywhere;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: "Cinzel", serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-stage {
  position: relative;
  min-height: 680px;
  animation: rise 900ms 120ms ease both;
  transform: perspective(1100px) rotateX(calc(var(--hero-tilt-y, 0) * -1deg)) rotateY(calc(var(--hero-tilt-x, 0) * 1deg));
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.hero-moon {
  position: absolute;
  top: 0;
  right: 8%;
  width: min(54vw, 360px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 244, 201, 0.95), rgba(255, 207, 103, 0.72) 30%, rgba(132, 52, 24, 0.2) 62%, transparent 70%);
  filter: blur(0.4px);
  opacity: 0.65;
}

.hero-moon::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(255, 240, 182, 0.35);
  border-radius: inherit;
}

.hero-stack {
  position: absolute;
  inset: 0;
}

.hero-feature {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-xl);
  background: #080503;
  box-shadow: 0 30px 110px rgba(0, 0, 0, 0.62);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.hero-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 2, 1, 0.9) 100%);
}

.hero-feature img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050403;
  transition: filter 700ms ease;
}

.hero-feature:hover img {
  filter: saturate(1.12) contrast(1.08);
}

.hero-feature:hover {
  border-color: rgba(255, 207, 103, 0.72);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.66), 0 0 34px rgba(255, 207, 103, 0.14);
}

.hero-feature-main {
  left: 4%;
  bottom: 0;
  width: min(72%, 470px);
  aspect-ratio: 4 / 5;
  transform: rotate(-3deg);
}

.hero-feature-side {
  right: 0;
  top: 12%;
  width: min(48%, 300px);
  aspect-ratio: 4 / 5;
  transform: rotate(5deg);
}

.hero-feature-small {
  right: 12%;
  bottom: 8%;
  width: min(42%, 250px);
  aspect-ratio: 4 / 5;
  transform: rotate(1deg);
}

.hero-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

.hero-caption span {
  display: block;
  color: var(--ember-2);
  font-family: "Cinzel", serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-caption strong {
  display: block;
  margin-top: 6px;
  font-family: "Cinzel", serif;
  font-size: clamp(0.95rem, 1.55vw, 1.42rem);
  line-height: 1.05;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.hero-feature-side .hero-caption strong,
.hero-feature-small .hero-caption strong {
  font-size: clamp(0.68rem, 1vw, 0.98rem);
  line-height: 1.02;
}

.realm-runner {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(42, 9, 6, 0.36), rgba(210, 154, 58, 0.08), rgba(42, 9, 6, 0.36));
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.runner-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 22px 0;
  animation: runner 64s linear infinite;
}

.realm-runner:hover .runner-track {
  animation-play-state: paused;
}

.runner-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 230px);
  gap: 14px;
  align-items: center;
  width: 340px;
  padding: 12px;
  border: 1px solid rgba(248, 210, 128, 0.2);
  border-radius: 22px;
  background: rgba(10, 6, 4, 0.72);
}

.runner-card img {
  width: 72px;
  height: 88px;
  object-fit: contain;
  object-position: center;
  background: #050403;
  border-radius: 15px;
}

.runner-card span {
  color: var(--ember-2);
  font-family: "Cinzel", serif;
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.runner-card strong {
  display: block;
  margin-top: 5px;
  font-family: "Cinzel", serif;
  font-size: 1rem;
  line-height: 1.12;
}

.section-tight {
  padding-top: clamp(46px, 7vw, 90px);
}

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

.gate-explorer {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.gate-tabs {
  display: grid;
  gap: 12px;
}

.gate-tab {
  min-height: 104px;
  display: grid;
  gap: 8px;
  align-content: center;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(15, 9, 5, 0.72);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  box-shadow: inset 0 1px 0 rgba(255, 244, 202, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.gate-tab:hover,
.gate-tab.is-active {
  transform: translateX(4px);
  border-color: rgba(255, 207, 103, 0.62);
  background: linear-gradient(145deg, rgba(73, 35, 18, 0.82), rgba(18, 10, 6, 0.9));
}

.gate-tab span,
.gate-tab strong {
  display: block;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.gate-tab span {
  color: var(--ember-2);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.gate-tab strong {
  color: #fff1bd;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  line-height: 1.05;
}

.gate-preview {
  position: relative;
  min-height: 486px;
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  overflow: hidden;
  padding: clamp(18px, 3vw, 32px);
  border: 1px solid var(--line-strong);
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 207, 103, 0.18), transparent 32rem),
    linear-gradient(145deg, rgba(22, 12, 7, 0.9), rgba(6, 4, 2, 0.96));
  box-shadow: 0 26px 100px rgba(0, 0, 0, 0.4);
}

.gate-preview::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 18%;
  height: 45%;
  border-radius: 999px;
  background: rgba(137, 42, 18, 0.28);
  filter: blur(34px);
}

.gate-preview-image {
  position: relative;
  z-index: 1;
  align-self: center;
  aspect-ratio: 9 / 16;
  max-height: 430px;
  border: 1px solid rgba(255, 207, 103, 0.3);
  border-radius: 26px;
  overflow: hidden;
  background: #050403;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
}

.gate-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050403;
}

.gate-preview-copy {
  position: relative;
  z-index: 1;
}

.gate-preview-copy h3 {
  margin: 12px 0 16px;
  font-size: clamp(1.9rem, 4vw, 4.7rem);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.gate-preview-copy p {
  max-width: 520px;
  color: #ead6ad;
}

.gate-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #080503;
  isolation: isolate;
}

.gate-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--gate-image);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #050403;
  filter: saturate(1.05) contrast(1.08);
  transition: filter 700ms ease;
}

.gate-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 2, 1, 0.08), rgba(3, 2, 1, 0.88) 66%, rgba(3, 2, 1, 0.96)),
    radial-gradient(circle at 50% 0, rgba(255, 207, 103, 0.24), transparent 54%);
}

.gate-card:hover::before {
  filter: saturate(1.12) contrast(1.08);
}

.gate-card h3 {
  margin-top: 10px;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
}

.gate-card p {
  margin-bottom: 0;
  color: #e5d0a9;
}

.card-kicker,
.read-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--ember-2);
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.read-link {
  justify-content: flex-start;
  margin-top: 18px;
}

.card-kicker {
  justify-content: flex-start;
}

.read-link::after {
  content: "";
  width: 44px;
  height: 1px;
  background: currentColor;
  transition: width 180ms ease;
}

.story-card:hover .read-link::after {
  width: 74px;
}

.story-card {
  display: flex;
  flex-direction: column;
}

.story-card-image {
  position: relative;
  display: block;
  flex: 0 0 auto;
}

.story-card-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.story-card-number,
.story-card-arc {
  position: absolute;
  z-index: 2;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
}

.story-card-number {
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 229, 161, 0.4);
  border-radius: 999px;
  background: rgba(5, 3, 2, 0.68);
  color: #fff1bd;
  font-size: 0.82rem;
}

.story-card-arc {
  left: 16px;
  right: 16px;
  bottom: 16px;
  color: #ffcf67;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.archive-panel {
  display: grid;
  gap: 16px;
  margin: 0 clamp(18px, 5vw, 84px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(13, 8, 5, 0.76);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.26);
}

.archive-search {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(248, 210, 128, 0.3);
  border-radius: 18px;
  outline: 0;
  background: rgba(4, 3, 2, 0.85);
  color: var(--ink);
  font: 600 1rem "Spectral", serif;
}

.archive-search:focus {
  border-color: var(--ember-2);
  box-shadow: 0 0 0 4px rgba(255, 207, 103, 0.1);
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chip {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(28, 17, 10, 0.72);
  color: var(--muted);
  cursor: pointer;
  font-family: "Cinzel", serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filter-chip.is-active,
.filter-chip:hover {
  border-color: rgba(255, 207, 103, 0.62);
  background: rgba(255, 207, 103, 0.16);
  color: #fff1bd;
}

.archive-empty {
  display: none;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--muted);
  background: rgba(12, 8, 5, 0.68);
}

.archive-empty.is-visible {
  display: block;
}

.story-card.is-hidden {
  display: none;
}

.story-hero {
  position: relative;
  overflow: hidden;
  min-height: 76vh;
  display: grid;
  align-items: end;
  padding: clamp(72px, 11vw, 150px) clamp(18px, 5vw, 84px) clamp(38px, 6vw, 84px);
  isolation: isolate;
}

.story-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.story-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050403;
  filter: saturate(1.08) contrast(1.08);
}

.story-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 2, 1, 0.35), rgba(3, 2, 1, 0.92) 78%),
    radial-gradient(circle at 74% 14%, rgba(255, 207, 103, 0.18), transparent 32rem),
    radial-gradient(circle at 16% 70%, rgba(102, 23, 14, 0.34), transparent 30rem);
}

.story-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 4vw, 58px);
  align-items: end;
}

.story-hero-copy h1 {
  max-width: 980px;
  font-size: clamp(3.2rem, 9vw, 8.6rem);
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.8);
}

.story-action-panel,
.story-guide,
.pull-quote {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(11, 7, 4, 0.74);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.story-action-panel {
  padding: 24px;
}

.story-action-panel p {
  margin-bottom: 0;
  color: #ead6ad;
}

.story-page {
  padding-top: clamp(42px, 6vw, 86px);
}

.story-layout {
  grid-template-columns: minmax(260px, 0.54fr) minmax(0, 1fr);
}

.story-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}

.story-aside .story-poster {
  position: static;
}

.story-guide {
  padding: 22px;
}

.story-guide ol {
  margin: 16px 0 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.9;
}

.story-content {
  max-width: 920px;
}

.caption-box {
  position: relative;
  overflow: hidden;
}

.caption-box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#ffcf67, #7b2615);
}

.story-video-card {
  position: relative;
  overflow: hidden;
}

.story-video-card::before {
  content: "";
  position: absolute;
  inset: -30% -10% auto auto;
  width: 260px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 207, 103, 0.12);
  filter: blur(25px);
}

.pull-quote {
  position: relative;
  margin: 30px 0;
  padding: clamp(24px, 4vw, 40px);
  color: #fff1bd;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 700;
  line-height: 1.08;
}

.pull-quote::before {
  content: "\201C";
  position: absolute;
  top: -24px;
  left: 20px;
  color: rgba(255, 207, 103, 0.25);
  font-size: 6rem;
  line-height: 1;
}

.lore-box p {
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
}

.related-section {
  margin-top: 44px;
}

.related-card {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 207, 103, 0.5);
  background: rgba(43, 25, 13, 0.82);
}

.related-card .eyebrow {
  font-size: 0.62rem;
}

.related-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  background: #050403;
}

.related-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050403;
}

.related-card-copy {
  display: block;
  padding: 15px 16px 17px;
}

.related-card-title {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-family: "Cinzel", serif;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.13;
}

.related-card-theme {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.94rem;
}

@keyframes runner {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 1180px) {
  .hero-redesign {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 560px;
    max-width: 760px;
    width: 100%;
    margin-inline: auto;
  }

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

  .gate-explorer {
    grid-template-columns: 1fr;
  }

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

  .story-hero-inner {
    grid-template-columns: 1fr;
  }

  .story-action-panel {
    max-width: 720px;
  }
}

@media (max-width: 980px) {
  .story-aside {
    position: static;
    max-width: 520px;
  }

  .story-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero-copy h1 {
    font-size: clamp(2.6rem, 13vw, 4.45rem);
    line-height: 0.95;
  }

  .hero-lede {
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .site-header {
    gap: 14px;
    padding: 14px 16px;
  }

  .brand {
    font-size: 0.82rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-mark img {
    width: 27px;
    height: 27px;
  }

  .site-header nav {
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 0.68rem;
  }

  .hero-redesign {
    min-height: auto;
    padding: 34px 16px 56px;
  }

  .hero-copy h1,
  h1 {
    letter-spacing: -0.06em;
  }

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

  .hero-stage {
    min-height: 320px;
    margin-top: 4px;
  }

  .hero-feature-main {
    left: 0;
    width: 58%;
  }

  .hero-feature-side {
    top: 4%;
    width: 40%;
  }

  .hero-feature-small {
    right: 2%;
    bottom: 2%;
    width: 36%;
  }

  .realm-runner {
    mask-image: none;
  }

  .runner-card {
    width: 292px;
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .runner-card img {
    width: 62px;
    height: 78px;
  }

  .section,
  .story-page,
  .archive-hero {
    padding-inline: 16px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .gate-tabs,
  .gate-preview {
    grid-template-columns: 1fr;
  }

  .gate-tab {
    min-height: 86px;
  }

  .gate-tab:hover,
  .gate-tab.is-active {
    transform: none;
  }

  .gate-preview {
    min-height: 0;
  }

  .gate-preview-image {
    width: min(100%, 280px);
  }

  .gate-card {
    min-height: 300px;
  }

  .archive-panel {
    margin-inline: 16px;
  }

  .story-hero {
    min-height: 74vh;
    padding-inline: 16px;
  }

  .story-hero-copy h1 {
    font-size: clamp(2.8rem, 16vw, 5.2rem);
  }

  .story-meta span {
    font-size: 0.85rem;
  }

  .story-action-panel,
  .caption-box,
  .lore-box,
  .pull-quote,
  .story-video-card {
    border-radius: 20px;
  }

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