.hero {
  padding: 120px 0 140px;
  position: relative;
}

.hero-mark {
  position: absolute;
  right: -40px;
  top: 60px;
  pointer-events: none;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-4);
  margin-bottom: 32px;
}

.hero-eyebrow .pulse-dot {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 12px var(--accent);
  flex-shrink: 0;
}

.hero-title {
  font-size: clamp(56px, 9vw, 112px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
  color: var(--fg);
  max-width: 900px;
}

.hero-title-muted {
  color: var(--fg-3);
}

.hero-subtitle {
  font-size: 22px;
  line-height: 1.4;
  color: var(--fg-2);
  margin: 36px 0 0;
  max-width: 540px;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.hero-actions {
  margin-top: 56px;
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-wip {
  font-size: 13px;
  color: var(--fg-4);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-wip .pulse-dot {
  width: 5px;
  height: 5px;
}

@media (max-width: 880px) {
  .hero-mark { display: none; }
}
