.pole-page {
  background: var(--black);
}

.pole-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  padding-top: 24px;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  color: var(--text-primary);
}

.pole-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.2) contrast(1.1) saturate(0.8);
}

.pole-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.5) 48%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}

.pole-hero-content {
  position: relative;
  z-index: 2;
  padding: 48px 0 0;
}

.pole-hero h1 {
  max-width: 720px;
  font-size: clamp(2.5rem, 8vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--text-primary);
  font-weight: 100;
}

.pole-subtitle {
  margin-top: 20px;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.68rem;
  color: var(--orange);
}

.pole-hero p {
  max-width: 540px;
  margin-top: 24px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.pole-process-section,
.pole-output-section {
  background: var(--bg);
}

.pole-page .section h2 {
  max-width: 720px;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
}

.pole-frontier-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.pole-frontier-copy .section-kicker {
  margin-bottom: 0;
}

.pole-frontier-copy h2 {
  max-width: 28ch;
}

.pole-frontier-media {
  margin: 0;
  min-width: 0;
  position: sticky;
  top: 96px;
}

.pole-frontier-media-shell {
  border: 1px solid var(--border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%),
    var(--surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.pole-frontier-media-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.35);
}

.pole-frontier-media-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.pole-frontier-media-chrome span:nth-child(1) {
  background: rgba(244, 124, 32, 0.85);
}

.pole-frontier-media-chrome span:nth-child(2) {
  background: rgba(255, 255, 255, 0.28);
}

.pole-frontier-media-chrome span:nth-child(3) {
  background: rgba(255, 255, 255, 0.18);
}

.pole-frontier-media-frame {
  background: #050505;
  overflow: hidden;
}

.pole-frontier-media-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.pole-frontier-media-caption {
  margin-top: 14px;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.pole-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.pole-frontier-copy .pole-feature-grid article {
  padding: 18px 20px;
}

.pole-frontier-copy .pole-feature-grid h3 {
  margin-top: 8px;
}

.pole-frontier-copy .pole-feature-grid p {
  margin-top: 6px;
}

.pole-feature-grid article,
.pole-process-grid article,
.pole-output-grid article {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px;
  background: var(--surface);
}

.pole-feature-grid span,
.pole-process-grid span {
  font-family: var(--mono);
  color: var(--orange);
  font-size: 0.68rem;
}

.pole-feature-grid h3,
.pole-process-grid h3,
.pole-output-grid h3 {
  margin-top: 16px;
  font-size: 1.05rem;
}

.pole-feature-grid p,
.pole-process-grid p,
.pole-output-grid p {
  color: var(--text-secondary);
  line-height: 1.7;
  font-size: 0.9rem;
}

.pole-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.pole-process-copy .section-kicker {
  margin-bottom: 0;
}

.pole-process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
}

.pole-process-grid article {
  padding: 18px 20px;
}

.pole-process-grid h3 {
  margin-top: 8px;
}

.pole-process-grid p {
  margin-top: 6px;
}

.pole-process-media {
  position: relative;
  min-width: 0;
}

.pole-process-video-shell {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 40%),
    var(--surface);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.pole-process-video-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.35);
}

.pole-process-video-chrome span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.pole-process-video-chrome span:nth-child(1) {
  background: rgba(244, 124, 32, 0.85);
}

.pole-process-video-chrome span:nth-child(2) {
  background: rgba(255, 255, 255, 0.28);
}

.pole-process-video-chrome span:nth-child(3) {
  background: rgba(255, 255, 255, 0.18);
}

.pole-process-video-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  background: #050505;
  overflow: hidden;
}

.pole-process-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pole-output-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.pole-output-copy .section-kicker {
  margin-bottom: 0;
}

.pole-output-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.pole-monitor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin-top: 48px;
}

.pole-monitor-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-secondary);
}

.pole-monitor-grid li {
  padding: 8px 0;
}

.pole-monitor-grid li::before {
  content: "—";
  margin-right: 10px;
  color: var(--orange);
}

@media (min-width: 1280px) {
  .pole-hero-content {
    padding-top: 56px;
  }

  .pole-page .section h2 {
    max-width: 820px;
  }
}

@media (min-width: 1536px) {
  .pole-feature-grid {
    gap: 28px;
  }

  .pole-output-grid {
    gap: 22px;
  }

  .pole-frontier-layout,
  .pole-process-layout,
  .pole-output-layout {
    gap: 64px;
  }
}

@media (max-width: 1100px) {
  .pole-frontier-layout,
  .pole-process-layout,
  .pole-output-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pole-frontier-media {
    position: static;
    order: -1;
  }

  .pole-process-media {
    order: -1;
  }

  .pole-frontier-copy .pole-feature-grid,
  .pole-process-grid,
  .pole-output-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pole-hero {
    min-height: auto;
    padding-bottom: 48px;
  }

  .pole-hero-content {
    padding-top: 32px;
  }

  .pole-feature-grid,
  .pole-output-grid,
  .pole-monitor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pole-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .pole-hero p {
    font-size: 0.98rem;
  }

  .pole-feature-grid article,
  .pole-process-grid article,
  .pole-output-grid article {
    padding: 20px;
  }

  .pole-process-grid {
    grid-template-columns: 1fr;
  }

  .pole-process-video-shell,
  .pole-frontier-media-shell {
    border-radius: 12px;
  }

  .pole-process-video-frame {
    aspect-ratio: 16 / 11;
  }
}
