/* Sagroth2 V10 — tanıtım kimliğiyle uyumlu ana sayfa görseli. */

.journey-home .hero-art {
  background-image: url('../img/sagroth-presentation-hero-v79.webp');
  background-position: center center;
  filter: brightness(.96) saturate(.92) contrast(1.01);
}

.journey-home .hero-vignette {
  background:
    linear-gradient(90deg, rgba(12, 15, 18, .64) 0%, rgba(14, 17, 20, .46) 29%, rgba(15, 17, 19, .16) 48%, transparent 64%),
    linear-gradient(180deg, rgba(8, 10, 12, .04) 53%, rgba(7, 9, 11, .34) 100%);
}

.journey-home .hero-content .eyebrow {
  color: #d0d1cf;
}

.journey-home .hero-content .eyebrow i {
  background: linear-gradient(90deg, transparent, #ad3038);
}

.journey-home .hero-content h1,
.journey-home .hero-content h1 em {
  color: #f1efea;
  text-shadow: 0 3px 18px rgba(0, 0, 0, .58);
}

.journey-home .hero-content .hero-lead {
  color: #dddedb;
}

.journey-home .hero-date strong {
  color: #f0ede6;
}

.journey-home .hero-date span {
  color: #c3c5c3;
}

.journey-home .hero-content .action-secondary {
  border-color: rgba(198, 201, 199, .62);
  color: #f1efea;
}

.journey-home .hero-status {
  background: rgba(17, 21, 23, .62);
  border-color: rgba(195, 198, 196, .28);
}

.journey-home .status-heading > span,
.journey-home .status-community > div > span,
.journey-home .countdown-title span {
  color: #c8cac8;
}

.journey-home .status-metrics small {
  color: #d2d3d0;
}

.journey-home .status-metrics strong {
  color: #f2f0ea;
}

@media (max-width: 900px) {
  .journey-home .hero-art {
    background-position: 68% center;
  }

  .journey-home .hero-vignette {
    background:
      linear-gradient(90deg, rgba(10, 13, 16, .82), rgba(12, 15, 18, .42)),
      linear-gradient(180deg, rgba(8, 10, 12, .08), rgba(6, 8, 10, .58));
  }
}
