.gatt-page {
  background:
    radial-gradient(circle at 22% 18%, rgba(201, 168, 92, 0.10), transparent 36%),
    linear-gradient(180deg, #0d0f0f 0%, #121515 50%, #090a0a 100%);
}

.gatt-hero h1 {
  max-width: 14ch;
}

.gatt-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 6vw, 84px) clamp(56px, 8vw, 96px);
}

.gatt-stage figure {
  margin: 0;
  width: min(100%, 960px);
  background: #050606;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.gatt-stage video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background: #050606;
}

.gatt-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
