:root {
  --bg: #06070a;
  --bg-soft: #0d1118;
  --panel: rgba(15, 19, 29, 0.88);
  --panel-strong: rgba(18, 23, 35, 0.96);
  --panel-light: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.1);
  --text: #f6f7fb;
  --muted: #a6afbc;
  --accent: #ff3b30;
  --accent-strong: #ff6a00;
  --accent-alt: #adff2f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1280px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 59, 48, 0.2), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(173, 255, 47, 0.12), transparent 18%),
    radial-gradient(circle at 80% 80%, rgba(255, 106, 0, 0.14), transparent 26%),
    linear-gradient(180deg, #040507 0%, #0a0d13 36%, #05070a 100%);
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  min-height: 100vh;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 120px 120px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 85%);
  opacity: 0.45;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  position: relative;
  z-index: 1;
}

.site-header,
section,
.site-footer {
  margin: 0 auto;
  width: var(--container);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(5, 7, 10, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 20px;
  padding: 18px 24px;
  position: sticky;
  top: 18px;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.brand img {
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 0.95;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 22px;
  justify-content: center;
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.header-actions,
.hero-actions,
.cta-actions,
.featured-video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.button:hover {
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.26);
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #fff;
}

.button-secondary {
  background: linear-gradient(135deg, rgba(173, 255, 47, 0.2), rgba(173, 255, 47, 0.08));
  border-color: rgba(173, 255, 47, 0.28);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

section {
  margin-top: 36px;
}

.hero-section {
  overflow: hidden;
  position: relative;
}

.hero-backdrop {
  border-radius: 34px;
  height: min(720px, 82vh);
  overflow: hidden;
  position: relative;
}

.hero-backdrop::after {
  background:
    linear-gradient(90deg, rgba(4, 5, 8, 0.9) 0%, rgba(4, 5, 8, 0.5) 44%, rgba(4, 5, 8, 0.88) 100%),
    linear-gradient(180deg, rgba(4, 5, 8, 0.08) 0%, rgba(4, 5, 8, 0.56) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-backdrop img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-content {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 420px);
  inset: 0;
  padding: 52px;
  position: absolute;
}

.hero-copy,
.hero-panel,
.channel-card,
.featured-video,
.coverage-feature,
.story-spotlight,
.story-card,
.pillar-card,
.cta-panel {
  backdrop-filter: blur(18px);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.hero-copy {
  align-self: end;
  border-radius: var(--radius-xl);
  max-width: 760px;
  padding: 32px;
}

.eyebrow,
.hero-panel-label,
.mini-card-kicker,
.featured-video-kicker,
.story-kicker,
.story-card-kicker,
.channel-label {
  color: var(--accent-alt);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.cta-panel h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.03em;
}

.hero-copy h1 {
  font-size: clamp(3.6rem, 8vw, 6.8rem);
  line-height: 0.88;
  margin-top: 12px;
  text-transform: uppercase;
}

.hero-text,
.section-text,
.hero-mini-card p,
.channel-description,
.featured-video-description,
.story-summary,
.story-card p,
.pillar-card p,
.cta-panel p,
.footer-text {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  font-size: 1.05rem;
  margin-top: 16px;
  max-width: 62ch;
}

.hero-highlights {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.highlight-chip {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: grid;
  gap: 6px;
  padding: 16px 18px;
}

.chip-label {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel {
  align-self: end;
  border-radius: var(--radius-xl);
  display: grid;
  gap: 18px;
  padding: 24px;
}

.hero-panel-grid {
  display: grid;
  gap: 14px;
}

.hero-mini-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  display: grid;
  gap: 10px;
  padding: 18px;
}

.hero-mini-card h2 {
  font-size: 1.18rem;
  line-height: 1.35;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  max-width: 78ch;
}

.section-heading h2 {
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.96;
  text-transform: uppercase;
}

.section-heading-inline {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  max-width: none;
}

.channel-grid,
.pillar-grid,
.topic-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coverage-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.coverage-feature {
  border-radius: var(--radius-xl);
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 18px;
}

.coverage-feature-media {
  border-radius: 22px;
  display: block;
  min-height: 300px;
  overflow: hidden;
}

.coverage-feature-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.coverage-feature-copy {
  display: grid;
  gap: 12px;
}

.coverage-feature-copy h3,
.coverage-story h3 {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.coverage-feature-copy p,
.coverage-story p {
  color: var(--muted);
  line-height: 1.7;
}

.coverage-feed {
  display: grid;
  gap: 14px;
}

.coverage-story {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  padding: 20px;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.coverage-story:hover,
.coverage-feature:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(173, 255, 47, 0.25);
  transform: translateY(-2px);
}

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

.coverage-story h3 {
  font-size: 1.28rem;
}

.coverage-meta {
  color: var(--muted);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.channel-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}

.channel-card-art {
  height: 210px;
  position: relative;
}

.channel-card-art::after {
  background:
    linear-gradient(180deg, rgba(6, 7, 10, 0.05) 0%, rgba(6, 7, 10, 0.94) 95%),
    linear-gradient(90deg, rgba(255, 59, 48, 0.24) 0%, rgba(0, 0, 0, 0.1) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.channel-card-banner {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.channel-card-body {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.channel-header {
  align-items: center;
  display: flex;
  gap: 14px;
}

.channel-avatar {
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

.channel-title-block {
  display: grid;
  gap: 4px;
}

.channel-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.channel-handle {
  color: var(--muted);
}

.channel-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stat-pill,
.filter-pill,
.story-meta span {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 8px 12px;
}

.channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.video-section,
.shorts-section,
.story-section,
.seo-section,
.pillar-section {
  position: relative;
}

.feed-status {
  color: var(--muted);
  max-width: 40ch;
  text-align: right;
}

.video-toolbar {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-pill,
.rail-button,
.story-card {
  cursor: pointer;
}

.filter-pill {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.filter-pill:hover,
.rail-button:hover {
  transform: translateY(-1px);
}

.filter-pill.is-active {
  background: linear-gradient(135deg, rgba(255, 59, 48, 0.22), rgba(255, 106, 0, 0.16));
  border-color: rgba(255, 106, 0, 0.42);
}

.rail-controls {
  display: flex;
  gap: 10px;
}

.rail-button {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  min-height: 42px;
  min-width: 88px;
}

.featured-video {
  border-radius: var(--radius-xl);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  overflow: hidden;
}

.featured-video-frame {
  background: #000;
  min-height: 100%;
}

.featured-video-frame iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.featured-video-copy {
  background:
    radial-gradient(circle at top left, rgba(255, 59, 48, 0.22), transparent 40%),
    linear-gradient(180deg, rgba(15, 19, 29, 0.98) 0%, rgba(10, 12, 18, 0.98) 100%);
  display: grid;
  gap: 14px;
  padding: 30px;
}

.featured-video-copy h3 {
  font-size: clamp(1.8rem, 3.4vw, 2.8rem);
  line-height: 1.08;
}

.featured-video-meta {
  color: var(--muted);
}

.video-rail {
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.video-rail-track {
  display: grid;
  gap: 16px;
  grid-auto-columns: minmax(280px, 320px);
  grid-auto-flow: column;
}

.shorts-stage {
  border-radius: var(--radius-xl);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  overflow: hidden;
}

.shorts-player-frame,
.shorts-copy {
  backdrop-filter: blur(18px);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
}

.shorts-player-frame {
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(255, 59, 48, 0.18), transparent 30%),
    #080b10;
  display: flex;
  justify-content: center;
  min-height: 620px;
  padding: 20px;
  position: relative;
}

.shorts-player-frame iframe {
  aspect-ratio: 9 / 16;
  background: #000;
  border: 0;
  border-radius: 28px;
  display: none;
  height: auto;
  max-height: 720px;
  width: min(100%, 330px);
}

.shorts-player-frame iframe.is-visible {
  display: block;
}

.shorts-poster {
  aspect-ratio: 9 / 16;
  background: #000;
  border: 0;
  border-radius: 28px;
  cursor: pointer;
  display: none;
  max-height: 720px;
  overflow: hidden;
  position: relative;
  width: min(100%, 330px);
}

.shorts-poster.is-visible {
  display: block;
}

.shorts-poster img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.shorts-poster::after {
  background: linear-gradient(180deg, rgba(4, 5, 8, 0.12) 0%, rgba(4, 5, 8, 0.76) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.shorts-poster-badge {
  background: rgba(4, 5, 8, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  left: 14px;
  letter-spacing: 0.14em;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
  z-index: 1;
}

.shorts-play-badge {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(4, 5, 8, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  bottom: 18px;
  color: #fff;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 8px;
  left: 18px;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.shorts-play-badge::before {
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
  border-top: 7px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
}

.shorts-copy {
  background:
    radial-gradient(circle at top right, rgba(173, 255, 47, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(15, 19, 29, 0.98) 0%, rgba(10, 12, 18, 0.98) 100%);
  display: grid;
  gap: 14px;
  padding: 30px;
}

.shorts-copy h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.shorts-rail {
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}

.shorts-rail-track {
  display: grid;
  gap: 16px;
  grid-auto-columns: minmax(220px, 240px);
  grid-auto-flow: column;
}

.video-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  color: var(--text);
  display: grid;
  gap: 14px;
  min-height: 100%;
  overflow: hidden;
  padding: 12px;
  text-align: left;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.video-card:hover,
.video-card.is-selected {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 106, 0, 0.3);
  transform: translateY(-4px);
}

.video-card-thumbnail {
  aspect-ratio: 16 / 9;
  background-color: #111;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.video-card-thumbnail::after {
  background: linear-gradient(180deg, transparent 0%, rgba(4, 5, 8, 0.65) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.video-card-length {
  background: rgba(4, 5, 8, 0.8);
  border-radius: 999px;
  bottom: 12px;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 6px 10px;
  position: absolute;
  right: 12px;
  z-index: 1;
}

.video-card-copy {
  display: grid;
  gap: 8px;
}

.video-card-kicker {
  color: var(--accent-alt);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-card-title {
  font-size: 1.02rem;
  line-height: 1.45;
}

.video-card-meta {
  color: var(--muted);
  font-size: 0.92rem;
}

.short-card {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.short-card:hover,
.short-card.is-selected {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(173, 255, 47, 0.28);
  transform: translateY(-4px);
}

.short-card-visual {
  aspect-ratio: 9 / 16;
  background-color: #121212;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  position: relative;
}

.short-card-visual::after {
  background: linear-gradient(180deg, rgba(4, 5, 8, 0.1) 0%, rgba(4, 5, 8, 0.82) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.short-card-label,
.short-card-overlay {
  position: relative;
  z-index: 1;
}

.short-card-label {
  align-self: flex-start;
  background: rgba(4, 5, 8, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 6px 10px;
}

.short-card-overlay {
  display: grid;
  gap: 8px;
}

.short-card-channel {
  color: var(--accent-alt);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.short-card-overlay h3 {
  font-size: 1rem;
  line-height: 1.4;
}

.short-card-overlay p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.story-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.story-spotlight,
.cta-panel {
  border-radius: var(--radius-xl);
  padding: 28px;
}

.story-spotlight {
  background:
    radial-gradient(circle at top left, rgba(173, 255, 47, 0.08), transparent 36%),
    radial-gradient(circle at bottom right, rgba(255, 59, 48, 0.14), transparent 34%),
    var(--panel-strong);
  display: grid;
  gap: 18px;
  overflow: hidden;
}

.story-spotlight h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.story-spotlight h3 a {
  display: inline-block;
}

.story-spotlight-media {
  border-radius: 22px;
  display: block;
  min-height: 280px;
  overflow: hidden;
}

.story-spotlight-media img,
.story-card-media img,
.story-gallery-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.story-spotlight-copy,
.story-card-body,
.story-article-header,
.story-section-block,
.story-gallery-card {
  display: grid;
  gap: 12px;
}

.story-spotlight-labels {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-featured-label {
  background: rgba(255, 59, 48, 0.14);
  border: 1px solid rgba(255, 59, 48, 0.26);
  border-radius: 999px;
  color: #ffd6d2;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 8px 12px;
  text-transform: uppercase;
}

.story-deck {
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.7;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-bullets {
  display: grid;
  gap: 12px;
  list-style: none;
}

.story-bullets li {
  align-items: flex-start;
  color: var(--text);
  display: flex;
  gap: 10px;
  line-height: 1.6;
}

.story-bullets li::before {
  color: var(--accent-alt);
  content: "01";
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 3px;
}

.story-list {
  display: grid;
  gap: 14px;
}

.story-card {
  border-radius: 22px;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: 14px;
  text-align: left;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.story-card:hover,
.story-card.is-active {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(173, 255, 47, 0.25);
  transform: translateY(-2px);
}

.story-card h3 {
  font-size: 1.15rem;
  line-height: 1.35;
}

.topic-card {
  backdrop-filter: blur(18px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.topic-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(173, 255, 47, 0.25);
  transform: translateY(-2px);
}

.topic-label {
  color: var(--accent-alt);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topic-card h3 {
  font-size: 1.34rem;
  line-height: 1.25;
}

.topic-card p {
  color: var(--muted);
  line-height: 1.7;
}

.story-card-media {
  border-radius: 18px;
  height: 170px;
  overflow: hidden;
}

.story-card p,
.story-source,
.story-section-block p,
.story-gallery-card figcaption {
  color: var(--muted);
  line-height: 1.75;
}

.story-card-read {
  color: var(--accent-alt);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    var(--panel-strong);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  display: grid;
  gap: 22px;
  margin-top: 20px;
  padding: 28px;
}

.story-article-header h3 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.02;
}

.story-source a {
  color: var(--accent-alt);
}

.story-article-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
}

.story-article-sections {
  display: grid;
  gap: 18px;
}

.story-section-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  padding: 22px;
}

.story-section-block h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}

.story-gallery {
  display: grid;
  gap: 14px;
}

.story-gallery-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  overflow: hidden;
}

.story-gallery-card figcaption {
  padding: 0 18px 18px;
}

.pillar-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    var(--panel-strong);
  border-radius: 24px;
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
}

.pillar-index {
  color: rgba(255, 255, 255, 0.18);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}

.pillar-card h3 {
  font-size: 1.34rem;
}

.cta-section {
  margin-bottom: 40px;
}

.cta-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 106, 0, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 59, 48, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(12, 15, 23, 0.96), rgba(8, 10, 14, 0.98));
}

.site-footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-bottom: 36px;
  padding: 28px 0 0;
}

.footer-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.footer-story-links {
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 1120px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-nav {
    justify-content: center;
    order: 3;
    width: 100%;
  }

  .hero-content,
  .coverage-layout,
  .featured-video,
  .shorts-stage,
  .story-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-copy,
  .hero-panel {
    align-self: auto;
  }

  .feed-status {
    text-align: left;
  }

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

@media (max-width: 860px) {
  :root {
    --container: min(100% - 28px, 100%);
  }

  .site-header {
    border-radius: 20px;
    padding: 16px;
    top: 10px;
  }

  .site-nav {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero-backdrop {
    height: auto;
    min-height: 760px;
  }

  .hero-content {
    padding: 24px;
  }

  .hero-copy,
  .hero-panel,
  .channel-card,
  .featured-video,
  .shorts-stage,
  .story-spotlight,
  .story-card,
  .story-article,
  .pillar-card,
  .cta-panel {
    border-radius: 22px;
  }

  .channel-grid,
  .pillar-grid,
  .topic-grid {
    grid-template-columns: 1fr;
  }

  .video-toolbar,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .rail-controls {
    width: 100%;
  }

  .rail-button {
    flex: 1;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand {
    justify-content: center;
    width: 100%;
  }

  .header-actions,
  .hero-actions,
  .channel-actions,
  .cta-actions,
  .featured-video-actions {
    display: grid;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .hero-copy {
    padding: 24px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 16vw, 4.6rem);
  }

  .section-heading h2,
  .cta-panel h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }

  .video-rail-track {
    grid-auto-columns: minmax(250px, 82vw);
  }

  .shorts-rail-track {
    grid-auto-columns: minmax(200px, 68vw);
  }

  .story-spotlight-media,
  .story-card-media {
    min-height: 0;
  }
}
