/**
 * Homepage Hero Cinematic V6 — Netflix tarzı asimetrik vitrin
 */

.kh-hero-cinematic.kh-hero-v5 {
  margin-bottom: 2.75rem;
}

.kh-hero-cinematic .kh-hero-masthead--v5 {
  margin-bottom: 1.5rem;
}

.kh-hero-cinematic .kh-hero-masthead__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-bottom: 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #00d4ff;
  letter-spacing: 0.14em;
  background: rgba(0, 212, 255, 0.1);
  border: 1px solid rgba(0, 212, 255, 0.28);
}

.kh-hero-cinematic .kh-hero-masthead__title {
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.kh-hero-cinematic .kh-hero-masthead__subtitle {
  max-width: 52ch;
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.55;
}

.kh-hero-cinematic .kh-hero-v5__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 14px;
  min-height: min(520px, 72vh);
}

.kh-hero-cinematic .kh-hero-v5__main {
  grid-row: 1 / span 2;
  min-height: 100%;
  aspect-ratio: auto;
  border-radius: 22px;
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.kh-hero-cinematic .kh-hero-v5__main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 212, 255, 0.12), transparent 45%);
  pointer-events: none;
  z-index: 2;
}

.kh-hero-cinematic .kh-hero-v5__overlay {
  background: linear-gradient(0deg, rgba(5, 8, 16, 0.96) 0%, rgba(5, 8, 16, 0.25) 55%, transparent 100%);
}

.kh-hero-cinematic .kh-hero-v5__title {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.kh-hero-cinematic .kh-hero-v5__side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 100%;
}

.kh-hero-cinematic .kh-hero-v5__mini {
  min-height: 0;
  border-radius: 16px;
}

.kh-hero-cinematic .kh-hero-v5__mini:nth-child(1) {
  grid-column: 1 / span 2;
}

.kh-hero-cinematic .kh-hero-v5__main:hover,
.kh-hero-cinematic .kh-hero-v5__mini:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.55),
    0 0 40px rgba(0, 212, 255, 0.14);
}

@media (max-width: 900px) {
  .kh-hero-cinematic .kh-hero-v5__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .kh-hero-cinematic .kh-hero-v5__main {
    grid-row: auto;
    min-height: 280px;
  }

  .kh-hero-cinematic .kh-hero-v5__side {
    grid-template-columns: 1fr 1fr;
  }

  .kh-hero-cinematic .kh-hero-v5__mini:nth-child(1) {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .kh-hero-cinematic .kh-hero-v5__side {
    grid-template-columns: 1fr;
  }
}
