/* Tanıtım Filmi — Natura benzeri, Bais renkleri */

.page-tanitim .site-header {
  position: absolute;
}

.film-hero {
  position: relative;
  min-height: 380px;
  height: 42vh;
  max-height: 480px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(100deg, rgba(20, 12, 10, 0.72) 0%, rgba(20, 12, 10, 0.35) 55%, rgba(20, 12, 10, 0.25) 100%),
    url("../../images/slider/slide-1.jpg") center / cover no-repeat;
  color: #fff;
}

.film-hero-inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0 56px;
}

.film-hero-title {
  color: var(--nav-active);
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 16ch;
}

.film-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.film-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.2s ease;
}

.film-breadcrumb a:hover {
  color: var(--nav-active);
}

.film-breadcrumb .current {
  color: var(--nav-active);
  border-bottom: 2px solid var(--nav-active);
  padding-bottom: 2px;
  font-weight: 600;
}

.film-main {
  background: #fff;
  padding: 72px 0 96px;
}

.film-inner {
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
}

.film-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #1a100e;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(42, 22, 18, 0.18);
}

.film-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 700px) {
  .film-hero {
    min-height: 280px;
    height: auto;
  }

  .film-hero-inner,
  .film-inner {
    width: calc(100% - 32px);
  }

  .film-hero-inner {
    padding: 96px 0 40px;
  }

  .film-main {
    padding: 40px 0 72px;
  }
}
