/* ======================================
   HYPRX OKC — Premium Dark Theme
   ====================================== */

:root {
  --bg-primary: #0d0d0f;
  --bg-secondary: #111115;
  --bg-tertiary: #161618;
  --bg-card: #1a1a1e;
  --fg-primary: #f0f0f5;
  --fg-secondary: #9090a0;
  --fg-muted: #505060;
  --accent-blue: #0057FF;
  --accent-blue-dim: rgba(0, 87, 255, 0.15);
  --accent-red: #FF3B3B;
  --accent-red-dim: rgba(255, 59, 59, 0.12);
  --chrome: #c8c8d4;
  --border: rgba(255,255,255,0.06);
  --font-display: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: var(--bg-primary);
  color: var(--fg-primary);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ===== MANIFESTO ===== */
.manifesto {
  padding: 120px 80px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
}

.manifesto__inner {
  max-width: 820px;
}

.manifesto__label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 20px;
}

.manifesto__headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--fg-primary);
  margin-bottom: 28px;
}

.manifesto__body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--fg-secondary);
  max-width: 680px;
}

.manifesto__divider {
  width: 48px;
  height: 1px;
  background: var(--accent-blue);
  margin: 60px 0;
}

/* ===== PILLARS ===== */
.pillars {
  padding: 120px 80px;
  background: var(--bg-primary);
}

.pillars__header {
  margin-bottom: 64px;
}

.pillars__label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 16px;
}

.pillars__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fg-primary);
}

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
}

.pillar {
  background: var(--bg-secondary);
  padding: 40px 36px;
  transition: background 0.3s;
}

.pillar:hover { background: var(--bg-tertiary); }

.pillar__icon {
  color: var(--accent-blue);
  margin-bottom: 20px;
}

.pillar__name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.pillar__desc {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--fg-muted);
}

/* ===== VOICES ===== */
.voices {
  padding: 120px 80px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
}

.voices__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.voices__label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 16px;
}

.voices__title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--fg-primary);
  margin-bottom: 28px;
  line-height: 1.1;
}

.voices__desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--fg-secondary);
  max-width: 360px;
  margin-bottom: 16px;
}

.voices__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.voice-card {
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.voice-card:hover {
  border-color: rgba(0, 87, 255, 0.3);
  transform: translateY(-4px);
}

.voice-card__image {
  width: 100%;
  aspect-ratio: 7/5;
  overflow: hidden;
}

.voice-card__image svg { display: block; width: 100%; height: 100%; }

.voice-card__content { padding: 24px; }

.voice-card__name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 4px;
}

.voice-card__title {
  font-size: 0.75rem;
  color: var(--accent-blue);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.voice-card__quote {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--fg-muted);
  font-style: italic;
}

/* ===== ECOSYSTEM ===== */
.ecosystem {
  padding: 120px 80px;
  background: var(--bg-primary);
  border-top: 1px solid var(--border);
}

.ecosystem__header { margin-bottom: 64px; }

.ecosystem__label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 16px;
}

.ecosystem__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--fg-primary);
}

.ecosystem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.eco-node {
  display: flex;
  gap: 20px;
  padding: 28px;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  transition: border-color 0.3s;
}

.eco-node:hover { border-color: rgba(255,255,255,0.12); }

.eco-node__marker {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.eco-node__marker--blue {
  background: var(--accent-blue);
  box-shadow: 0 0 12px rgba(0, 87, 255, 0.5);
}

.eco-node__marker--red {
  background: var(--accent-red);
  box-shadow: 0 0 12px rgba(255, 59, 59, 0.4);
}

.eco-node__name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 4px;
}

.eco-node__type {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-blue);
  margin-bottom: 10px;
}

.eco-node__detail {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--fg-muted);
}

/* ===== CLOSING ===== */
.closing {
  padding: 160px 80px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(0,87,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.closing__inner { max-width: 760px; position: relative; }

.closing__badge {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid var(--accent-blue);
  color: var(--accent-blue);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.closing__headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--fg-primary);
  margin-bottom: 36px;
}

.closing__body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--fg-secondary);
  max-width: 620px;
  margin-bottom: 20px;
}

.closing__signature {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.closing__sig-text {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  font-style: italic;
  color: var(--fg-secondary);
}

.closing__sig-accent {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-style: italic;
  color: var(--accent-blue);
}

/* ===== FOOTER ===== */
.footer {
  padding: 80px 80px 48px;
  background: var(--bg-primary);
  border-top: 1px solid var(--border);
}

.footer__inner { max-width: 1200px; }

.footer__brand { margin-bottom: 48px; }

.footer__logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--fg-primary);
  margin-bottom: 8px;
}

.footer__logo span { color: var(--accent-blue); }

.footer__tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
}

.footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 64px;
}

.footer__col-title {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 16px;
}

.footer__col a {
  display: block;
  color: var(--fg-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  margin-bottom: 10px;
  transition: color 0.2s;
}

.footer__col a:hover { color: var(--fg-primary); }

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid var(--border);
  font-size: 0.75rem;
  color: var(--fg-muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .pillars__grid { grid-template-columns: repeat(2, 1fr); }
  .ecosystem__grid { grid-template-columns: repeat(2, 1fr); }
  .voices__inner { grid-template-columns: 1fr; gap: 48px; }
  .voices__cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav { padding: 20px 24px; }
  .nav__links { display: none; }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__content {
    padding: 100px 24px 60px;
    max-width: 100%;
  }

  .hero__skyline-art { height: 280px; }

  .manifesto, .pillars, .voices, .ecosystem, .closing {
    padding: 80px 24px;
  }

  .pillars__grid { grid-template-columns: 1fr; }
  .ecosystem__grid { grid-template-columns: 1fr; }
  .voices__cards { grid-template-columns: 1fr; }

  .hero__stat-divider { display: none; }
  .hero__stats { flex-direction: column; align-items: start; gap: 20px; }
  .hero__stat { padding: 0; }

  .footer { padding: 60px 24px 40px; }
  .footer__links { grid-template-columns: 1fr; }
  .footer__bottom { flex-direction: column; gap: 8px; }
}

/* ======================================
   HOMEPAGE V2 — Dark Cinematic Layout
   ====================================== */

/* ===== BUTTONS (global) ===== */
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn--primary {
  background: var(--accent-blue);
  color: #fff;
  border: 1px solid var(--accent-blue);
}
.btn--primary:hover {
  background: #0066ee;
  border-color: #0066ee;
  transform: translateY(-1px);
}

.btn--outline {
  background: transparent;
  color: var(--fg-primary);
  border: 1px solid rgba(255,255,255,0.25);
}
.btn--outline:hover {
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-1px);
}

/* ===== SECTION HEADER (shared) ===== */
.section-header {
  margin-bottom: 56px;
}

.section-header--center {
  text-align: center;
}

.section-header__label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 12px;
}

.section-header__title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg-primary);
  line-height: 1.15;
  max-width: 600px;
}

.section-header--center .section-header__title {
  margin: 0 auto;
}

/* ===== LATEST STORIES ===== */
.latest-stories {
  padding: 100px 48px;
  background: var(--bg-primary);
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.story-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}

.story-card:hover {
  border-color: rgba(0, 87, 255, 0.35);
  transform: translateY(-4px);
}

.story-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.story-card__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-tertiary);
}

.story-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.story-card:hover .story-card__img img { transform: scale(1.04); }

.story-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%);
}

.story-card__img-placeholder svg { opacity: 0.4; }

.story-card__content {
  padding: 20px;
}

.story-card__category {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 8px;
}

.story-card__name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.story-card__role {
  font-size: 0.75rem;
  color: var(--fg-secondary);
  margin-bottom: 12px;
  line-height: 1.4;
}

.story-card__hook {
  font-size: 0.8rem;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-card__cta {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-blue);
  letter-spacing: 0.06em;
}

/* ===== CATEGORIES ===== */
.categories {
  padding: 100px 48px;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
}

.categories__grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.2s;
}
.category-item:hover { transform: translateY(-3px); }

.category-item__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fg-secondary);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.category-item:hover .category-item__circle {
  border-color: var(--accent-blue);
  color: var(--accent-blue);
  background: rgba(0, 87, 255, 0.08);
}

.category-item__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-secondary);
  transition: color 0.2s;
}
.category-item:hover .category-item__label { color: var(--fg-primary); }


/* ======================================
   HOMEPAGE V3 — VoyageATL Editorial Refactor
   ====================================== */

/* ===== NAV V3 — transparent → glass on scroll ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
  padding: 20px 48px;
}

.nav--scrolled {
  background: rgba(10, 10, 14, 0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav__inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.nav__logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.0rem;
  letter-spacing: 0.04em;
  color: var(--fg-primary);
  text-decoration: none;
  flex-shrink: 0;
}

.nav__logo-accent { color: var(--accent-blue); }

.nav__links {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  margin-right: 24px;
}

.nav__link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav__link:hover { color: var(--fg-primary); }
.nav__link--active { color: var(--fg-primary) !important; }

.nav__cta { padding: 9px 18px; font-size: 0.7rem; flex-shrink: 0; }

/* Hamburger */
.nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
  margin-left: 16px;
  padding: 0;
}

.nav__hamburger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--fg-primary);
}

/* Mobile overlay */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(10, 10, 14, 0.98);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.nav-overlay--open { opacity: 1; pointer-events: all; }

.nav-overlay__close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  opacity: 0.7;
}

.nav-overlay__close:hover { opacity: 1; }

.nav-overlay__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.nav-overlay__link {
  color: var(--fg-primary);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}

.nav-overlay__link:hover { color: var(--accent-blue); }
.nav-overlay__link--cta { color: var(--accent-blue); font-size: 1.2rem; margin-top: 16px; }

/* ===== HERO V3 — cinematic full-width ===== */
.home-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-hero__bg { position: absolute; inset: 0; z-index: 0; }

.home-hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.5) saturate(0.7);
}

.home-hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(10,10,14,0.25) 0%, rgba(10,10,14,0.1) 30%, rgba(10,10,14,0.5) 70%, rgba(10,10,14,0.95) 100%);
}

.home-hero__grid-lines {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(0, 87, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 87, 255, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
}

.home-hero__content {
  position: relative; z-index: 10;
  text-align: center;
  padding: 120px 24px 80px;
  max-width: 900px;
}

.home-hero__eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}

.home-hero__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(4rem, 12vw, 10rem);
  letter-spacing: -0.04em;
  line-height: 0.85;
  margin-bottom: 16px;
}

.home-hero__title-line { display: block; }
.home-hero__title-line--accent { color: var(--accent-blue); }

.home-hero__sub {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 12px;
}

.home-hero__tagline {
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.02em;
  margin-bottom: 44px;
}

.home-hero__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.home-hero__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  text-decoration: none;
  animation: scrollBounce 2.5s ease-in-out infinite;
}

.home-hero__scroll-icon { opacity: 0.5; }

@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ===== FEATURED STORIES CAROUSEL ===== */
.featured-stories { padding: 100px 0; background: var(--bg-primary); }

.featured-stories__header {
  padding: 0 48px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.featured-stories__see-all {
  color: var(--accent-blue);
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
  flex-shrink: 0;
  margin-left: 24px;
  margin-bottom: 4px;
}

.featured-stories__see-all:hover { opacity: 0.75; }

.story-carousel { position: relative; display: flex; align-items: center; }

.story-carousel__track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 48px;
  cursor: grab;
}

.story-carousel__track::-webkit-scrollbar { display: none; }

.story-carousel__btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  margin: 0 8px;
}

.story-carousel__btn:hover { background: rgba(0, 87, 255, 0.2); border-color: var(--accent-blue); }
.story-carousel__btn--prev { order: -1; }
.story-carousel__btn--next { order: 1; }

/* Story card */
.story-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.story-card:hover {
  border-color: rgba(0, 180, 255, 0.4);
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 8px 40px rgba(0, 180, 255, 0.12), 0 0 0 1px rgba(0, 180, 255, 0.08);
}

.story-card__link { display: block; text-decoration: none; color: inherit; }

.story-card__img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-tertiary);
}

.story-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.story-card:hover .story-card__img img { transform: scale(1.04); }

.story-card__img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #111118 0%, #1a1a22 100%);
}

.story-card__img-placeholder svg { opacity: 0.4; }

.story-card__overlay {
  position: absolute; inset: 0;
  background: rgba(0, 87, 255, 0.3);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.story-card:hover .story-card__overlay { opacity: 1; }

.story-card__read {
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 8px 20px;
  border-radius: 2px;
}

.story-card__body { padding: 24px; }

.story-card__category {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 10px;
}

.story-card__name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.story-card__role { font-size: 0.75rem; color: var(--fg-secondary); margin-bottom: 12px; }

.story-card__hook {
  font-size: 0.82rem;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-card__meta { display: flex; justify-content: space-between; align-items: center; }

.story-card__time {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

.story-card__arrow { font-size: 1rem; color: var(--accent-blue); transition: transform 0.2s; }
.story-card:hover .story-card__arrow { transform: translateX(4px); }

/* ===== EDITORIAL CATEGORY SECTIONS ===== */
.cat-section { padding: 80px 0; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.cat-section--alt { background: var(--bg-secondary); }
.cat-section__header { padding: 0 48px; margin-bottom: 40px; }
.cat-section__label-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cat-section__icon { color: var(--accent-blue); }

.cat-section__label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-blue);
}

.cat-section__headline-row { display: flex; align-items: center; justify-content: space-between; }

.cat-section__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg-primary);
}

.cat-section__explore {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
  flex-shrink: 0;
}

.cat-section__explore:hover { color: var(--accent-blue); }

.cat-carousel { position: relative; display: flex; align-items: center; }

.cat-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 48px;
  cursor: grab;
}

.cat-carousel__track::-webkit-scrollbar { display: none; }

.cat-carousel__btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  margin: 0 6px;
}

.cat-carousel__btn:hover { background: rgba(0, 87, 255, 0.15); border-color: var(--accent-blue); }

.cat-card {
  flex: 0 0 280px;
  scroll-snap-align: start;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}

.cat-card:hover { border-color: rgba(0, 180, 255, 0.3); transform: translateY(-3px); }

.cat-card__link { display: block; text-decoration: none; color: inherit; }

.cat-card__img { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--bg-tertiary); }

.cat-card__img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #111118 0%, #1a1a22 100%);
}

.cat-card__img-placeholder svg { opacity: 0.35; }
.cat-card__body { padding: 20px; }

.cat-card__category {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 8px;
}

.cat-card__name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--fg-primary); margin-bottom: 3px; }
.cat-card__role { font-size: 0.73rem; color: var(--fg-secondary); margin-bottom: 10px; }

.cat-card__hook {
  font-size: 0.78rem;
  color: var(--fg-muted);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== TRENDING FOUNDERS GRID ===== */
.trending-founders {
  padding: 100px 48px;
  background: var(--bg-secondary);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.founders-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.founder-card { overflow: hidden; transition: transform 0.3s; }
.founder-card:hover { transform: translateY(-4px); }

.founder-card__portrait {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-tertiary);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.founder-card__portrait img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: grayscale(20%);
  transition: transform 0.4s, filter 0.4s;
}

.founder-card:hover .founder-card__portrait img { transform: scale(1.04); filter: grayscale(0%); }

.founder-card__overlay {
  position: absolute; inset: 0;
  background: rgba(0, 87, 255, 0.5);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.founder-card:hover .founder-card__overlay { opacity: 1; }

.founder-card__view-btn {
  color: white;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 8px 18px;
}

.founder-card__info { padding: 16px 4px 0; }

.founder-card__category {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent-blue);
  margin-bottom: 6px;
}

.founder-card__name { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--fg-primary); margin-bottom: 3px; }
.founder-card__role { font-size: 0.75rem; color: var(--fg-secondary); }

/* ===== NEWSLETTER ===== */
.newsletter-section {
  padding: 120px 48px;
  background: var(--bg-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 87, 255, 0.06) 0%, transparent 65%);
  pointer-events: none;
}

.newsletter-section__inner { max-width: 800px; margin: 0 auto; position: relative; }

.newsletter-section__badge {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid rgba(0, 87, 255, 0.3);
  color: var(--accent-blue);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.newsletter-section__headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--fg-primary);
  margin-bottom: 16px;
}

.newsletter-section__sub { font-size: 1rem; color: var(--fg-secondary); line-height: 1.6; margin-bottom: 40px; }

.newsletter-form__row { display: flex; gap: 12px; }

.newsletter-form__input {
  flex: 1;
  padding: 14px 20px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--fg-primary);
  font-family: var(--font-body);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s;
  border-radius: 3px;
}

.newsletter-form__input::placeholder { color: rgba(255, 255, 255, 0.25); }
.newsletter-form__input:focus { border-color: rgba(0, 87, 255, 0.5); }

.newsletter-form__btn { white-space: nowrap; }
.newsletter-form__note { font-size: 0.72rem; color: rgba(255, 255, 255, 0.2); margin-top: 12px; }

/* ===== FOOTER V3 — multi-column ===== */
.site-footer {
  padding: 80px 48px 40px;
  background: #08080a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-footer__inner { max-width: 1200px; margin: 0 auto; }
.site-footer__top { display: flex; justify-content: space-between; gap: 48px; margin-bottom: 64px; }
.site-footer__brand { flex-shrink: 0; }

.site-footer__logo {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--fg-primary);
  margin-bottom: 8px;
}

.site-footer__logo span { color: var(--accent-blue); }

.site-footer__tagline { font-size: 0.78rem; color: rgba(255, 255, 255, 0.3); letter-spacing: 0.04em; margin-bottom: 28px; }
.site-footer__social { display: flex; gap: 16px; }

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.site-footer__social-link:hover { color: var(--fg-primary); border-color: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.04); }

.site-footer__links-group { display: flex; gap: 64px; }

.site-footer__col-title {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}

.site-footer__col nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__col a { color: rgba(255, 255, 255, 0.45); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; }
.site-footer__col a:hover { color: var(--fg-primary); }

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.2);
}

.site-footer__bottom-right { display: flex; align-items: center; gap: 24px; }

.site-footer__back-top {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: color 0.2s;
}

.site-footer__back-top:hover { color: var(--accent-blue); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .stories-grid { grid-template-columns: repeat(2, 1fr); }
  .founders-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__links-group { gap: 40px; }
}

@media (max-width: 900px) {
  .featured-stories__header { flex-direction: column; align-items: flex-start; gap: 12px; }
  .featured-stories__see-all { margin-left: 0; }
}

@media (max-width: 768px) {
  .nav { padding: 16px 24px; }
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: flex; }

  .home-hero__content { padding: 100px 20px 60px; }
  .home-hero__ctas { flex-direction: column; align-items: center; }

  .featured-stories { padding: 80px 0; }
  .featured-stories__header { padding: 0 24px; }
  .story-carousel__track { padding: 0 24px; }

  .cat-section { padding: 60px 0; }
  .cat-section__header { padding: 0 24px; }
  .cat-carousel__track { padding: 0 24px; }

  .trending-founders { padding: 80px 24px; }
  .founders-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  .newsletter-section { padding: 80px 24px; }
  .newsletter-form__row { flex-direction: column; }

  .site-footer { padding: 60px 24px 40px; }
  .site-footer__top { flex-direction: column; gap: 40px; }
  .site-footer__links-group { gap: 32px; }
  .site-footer__bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
}

@media (max-width: 480px) {
  .cat-card { flex: 0 0 240px; }
}