/* Hero v24 — Stack Accent */

.hero-v24 {
  min-height: 86vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem) 1.25rem;
  background-color: var(--background-color, #0c0a09);
  background-image: var(--background-image, none), linear-gradient(125deg, #0c0a09 0%, #292524 100%);
  background-size: cover, auto;
}

.hero-v24-inner {
  text-align: center;
  max-width: 800px;
}

.hero-v24-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--accent-color, #f97316);
  margin: 0 0 1.25rem;
}

.hero-v24-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.hero-v24-line {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 0.5rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-color, #fafaf9);
  border-left: 4px solid var(--accent-color, #f97316);
  background: rgba(255, 255, 255, 0.05);
  text-align: left;
}

.hero-v24 .hero-title {
  font-size: clamp(2.5rem, 6.5vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 1rem;
  background: linear-gradient(95deg, #fafaf9, var(--accent-color, #f97316), #fdba74);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-v24 .hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  opacity: 0.85;
  margin: 0 0 2rem;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}
