.press-page {
  background:
    radial-gradient(circle at 84% 13%, rgba(61, 203, 255, 0.09), transparent 34rem),
    var(--navy-950);
}

.press-page header {
  border-bottom-color: var(--line);
}

.press-nav {
  gap: 24px;
}

.press-hero {
  padding: 156px 0 92px;
}

.press-hero-copy {
  max-width: 900px;
}

.press-hero h1 {
  max-width: 880px;
  margin-bottom: 26px;
  font-size: clamp(2.65rem, 6vw, 5rem);
}

.press-hero h1 .accent {
  color: var(--cyan);
}

.press-dek {
  max-width: 760px;
  color: var(--slate);
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
  line-height: 1.7;
}

.press-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
  color: var(--slate-dim);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.press-video-section,
.press-story-section,
.press-feature-section,
.press-closing-section {
  border-top: 1px solid var(--line);
}

.press-video-section {
  padding: 96px 0 108px;
}

.video-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.video-heading-row h2 {
  max-width: 760px;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.video-duration {
  color: var(--slate-dim);
}

.press-video-frame {
  overflow: hidden;
  border: 1px solid rgba(61, 203, 255, 0.22);
  border-radius: 18px;
  background: #03060b;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
}

.press-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.press-video-frame figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px;
  color: var(--slate-dim);
  font-size: 0.82rem;
}

.press-video-frame figcaption a {
  flex-shrink: 0;
  color: var(--cyan);
}

.press-video-frame figcaption a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.press-story-section,
.press-feature-section,
.press-closing-section {
  padding: 108px 0;
}

.press-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 84px;
  align-items: center;
}

.press-story h2,
.press-closing-section h2 {
  margin-bottom: 26px;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
}

.press-story p,
.press-closing-section p {
  color: var(--slate);
  font-size: 1.04rem;
  line-height: 1.75;
}

.press-story p + p {
  margin-top: 20px;
}

.press-principle-card {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 38px;
  background: var(--navy-900);
}

.press-principle-card::before {
  position: absolute;
  top: 22px;
  right: 26px;
  content: '“';
  color: rgba(61, 203, 255, 0.2);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.press-principle-card .mono {
  display: block;
  margin-bottom: 12px;
  color: var(--amber);
}

.press-principle-card p {
  position: relative;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.press-feature-section {
  background: rgba(10, 22, 40, 0.45);
}

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

.press-feature-card {
  min-height: 350px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: var(--navy-900);
}

.feature-number {
  display: block;
  margin-bottom: 38px;
  color: var(--cyan);
}

.press-feature-card h3 {
  margin-bottom: 16px;
  font-size: 1.28rem;
}

.press-feature-card p {
  color: var(--slate);
  font-size: 0.93rem;
  line-height: 1.7;
}

.feature-card-highlight {
  border-color: var(--amber-dim);
  background: linear-gradient(145deg, rgba(242, 166, 90, 0.07), var(--navy-900) 48%);
}

.feature-card-highlight .feature-number {
  color: var(--amber);
}

.press-closing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 84px;
  align-items: start;
}

.press-closing-section h2 {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .press-story-grid,
  .press-closing-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .press-feature-grid {
    grid-template-columns: 1fr;
  }

  .press-feature-card {
    min-height: 0;
  }

  .feature-number {
    margin-bottom: 24px;
  }
}

@media (max-width: 640px) {
  .press-hero {
    padding: 126px 0 72px;
  }

  .press-video-section,
  .press-story-section,
  .press-feature-section,
  .press-closing-section {
    padding: 76px 0;
  }

  .video-heading-row,
  .press-video-frame figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .press-video-frame figcaption {
    gap: 10px;
  }

  .press-principle-card,
  .press-feature-card {
    padding: 26px;
  }

  .press-nav .nav-cta {
    padding: 7px 12px;
    font-size: 0.76rem;
  }
}
