/* ===========================
   BOOK-TO-FILM HERO
=========================== */

.book-film-hero-section {
  min-height: 92vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 42%, rgba(255, 200, 0, .14), transparent 32%),
    radial-gradient(circle at 18% 75%, rgba(109, 20, 20, .24), transparent 34%),
    linear-gradient(to bottom, #030303, #090909);
}

.book-film-grid-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .45;
  pointer-events: none;
}

.book-film-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 36% 40%, rgba(255,255,255,.10), transparent 26%),
    linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.62), rgba(0,0,0,.92));
  pointer-events: none;
}

.book-film-rec {
  position: absolute;
  top: 135px;
  right: 55px;
  z-index: 4;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.book-film-rec span {
  width: 10px;
  height: 10px;
  background: #d61f1f;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(214,31,31,.75);
}

.book-film-code {
  position: absolute;
  bottom: 45px;
  right: 55px;
  z-index: 4;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
}

/* MAIN LAYOUT */

.book-film-hero-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 90px;
  align-items: center;
}

/* BREADCRUMB */

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  color: rgba(255,255,255,.55);
  font-size: 14px;
}

.breadcrumb a {
  color: rgba(255,255,255,.7);
  transition: .3s ease;
}

.breadcrumb a:hover {
  color: var(--primary);
}

/* LEFT CONTENT */

.book-film-hero-content h1 {
  max-width: 850px;
  font-family: "Playfair Display", serif;
  font-size: clamp(58px, 7vw, 112px);
  line-height: .92;
  margin-bottom: 32px;
  color: var(--white);
}

.book-film-hero-content h1::first-line {
  color: var(--primary);
}

.book-film-subtitle {
  max-width: 680px;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.6;
  color: rgba(255,255,255,.86);
  margin-bottom: 18px;
}

.book-film-copy {
  max-width: 660px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.66);
}

.book-film-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 42px 0 34px;
}

.book-film-trust {
  max-width: 720px;
  padding-left: 22px;
  border-left: 4px solid var(--primary);
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.8;
}

.book-film-trust strong {
  color: var(--primary);
}

/* RIGHT HERO ART */

.book-film-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-art {
  position: relative;
  width: min(560px, 100%);
  height: 620px;
}

.hero-art-ring {
  position: absolute;
  inset: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255,200,0,.12);
  box-shadow:
    inset 0 0 80px rgba(255,200,0,.08),
    0 0 80px rgba(255,200,0,.08);
}

.book-icon,
.camera-icon,
.film-strip-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: .4s ease;
}

.book-icon {
  bottom: 70px;
  left: 35px;
  width: 170px;
  height: 170px;
  background: linear-gradient(145deg, #ffd54a, #f5be18);
  box-shadow: 0 0 80px rgba(255,200,0,.35);
}

.book-icon i {
  font-size: 76px;
  color: #111;
}

.camera-icon {
  top: 45px;
  right: 35px;
  width: 190px;
  height: 190px;
  background:
    radial-gradient(circle at 60% 35%, rgba(255,200,0,.18), transparent 32%),
    #151515;
  border: 1px solid rgba(255,200,0,.25);
  box-shadow: var(--shadow);
}

.camera-icon i {
  font-size: 84px;
  color: var(--primary);
}

.film-strip-icon {
  left: 210px;
  top: 235px;
  width: 145px;
  height: 145px;
  background: #101010;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
}

.film-strip-icon i {
  font-size: 60px;
  color: var(--white);
}

.connection-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(to right, var(--primary), transparent);
  transform-origin: left center;
  opacity: .7;
}

.connection-line.one {
  width: 185px;
  left: 145px;
  bottom: 210px;
  transform: rotate(-33deg);
}

.connection-line.two {
  width: 185px;
  right: 155px;
  top: 205px;
  transform: rotate(34deg);
}

.story-label {
  position: absolute;
  bottom: 25px;
  right: 15px;
  color: rgba(255,255,255,.55);
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 800;
}

.hero-art:hover .book-icon {
  transform: translateY(-8px) rotate(-3deg);
}

.hero-art:hover .camera-icon {
  transform: translateY(-10px) rotate(3deg);
}

.hero-art:hover .film-strip-icon {
  transform: scale(1.04);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .book-film-hero-section {
    min-height: auto;
    padding: 130px 0 90px;
  }

  .book-film-hero-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .breadcrumb,
  .book-film-buttons {
    justify-content: center;
  }

  .book-film-subtitle,
  .book-film-copy,
  .book-film-trust {
    margin-left: auto;
    margin-right: auto;
  }

  .book-film-trust {
    text-align: left;
  }

  .book-film-rec,
  .book-film-code {
    display: none;
  }

  .hero-art {
    height: 520px;
  }
}

@media (max-width: 600px) {
  .book-film-hero-content h1 {
    font-size: 54px;
  }

  .book-film-buttons {
    flex-direction: column;
  }

  .hero-art {
    height: 430px;
  }

  .book-icon {
    width: 125px;
    height: 125px;
    bottom: 70px;
    left: 20px;
  }

  .book-icon i {
    font-size: 54px;
  }

  .camera-icon {
    width: 135px;
    height: 135px;
    top: 35px;
    right: 20px;
  }

  .camera-icon i {
    font-size: 58px;
  }

  .film-strip-icon {
    width: 105px;
    height: 105px;
    left: 50%;
    top: 185px;
    transform: translateX(-50%);
  }

  .film-strip-icon i {
    font-size: 42px;
  }

  .connection-line,
  .hero-art-ring {
    display: none;
  }

  .story-label {
    left: 0;
    right: 0;
    text-align: center;
  }
}