:root {
  --black: #080808;
  --black-2: #101010;
  --white: #f4f2ed;
  --muted: #aaa59d;
  --gold: #c89b45;
  --gold-light: #e2bd70;
  --red: #a51f1f;
  --line: rgba(255,255,255,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 48%, rgba(165,31,31,.15), transparent 32%),
    linear-gradient(110deg, #050505 0%, #111 55%, #050505 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, #fff 4px);
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,.72) 100%);
}
.hero-content {
  width: min(1160px, 88%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 70px 0;
}
.hero-logo {
  width: min(520px, 70vw);
  max-height: 190px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 30px;
}
.eyebrow {
  letter-spacing: .24em;
  font-size: .72rem;
  font-weight: 600;
  margin: 0 0 18px;
}
.gold { color: var(--gold-light); }
.hero h1 {
  font-family: Cinzel, Georgia, serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  line-height: .98;
  letter-spacing: -.03em;
  margin: 0 0 25px;
}
.hero h1 span, em { color: var(--gold-light); font-style: normal; }
.hero-intro { max-width: 560px; color: #c6c2bb; font-size: 1.08rem; }
.button {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 23px;
  border: 1px solid rgba(255,255,255,.35);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-size: .68rem;
  font-weight: 600;
  transition: .25s ease;
}
.button:hover { background: var(--white); color: #111; }
.button-red { border-color: var(--red); background: var(--red); }
.button-red:hover { background: #c12a2a; color: white; border-color: #c12a2a; }
.scroll-cue {
  position: absolute;
  right: 5%;
  bottom: 38px;
  z-index: 2;
  font-size: .62rem;
  letter-spacing: .3em;
  color: #888;
  writing-mode: vertical-rl;
}

.section { padding: 120px 0; }
.section-inner { width: min(1160px, 88%); margin: auto; }
.intro { background: #0e0e0e; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
h2 {
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.08;
  font-weight: 500;
  margin: 0;
}
.intro-copy { color: #c4c0b9; font-size: 1.05rem; padding-top: 15px; }
.intro-copy strong { color: white; font-weight: 500; }

.section-heading { margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 10px; }
.section-lead { color: var(--muted); margin: 0; }

.film-card {
  position: relative;
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 70px;
  background: #121212;
  border: 1px solid var(--line);
  overflow: hidden;
}
.poster-wrap { background: #050505; display: flex; align-items: center; justify-content: center; }
.poster-wrap img { width: 100%; height: 100%; object-fit: cover; }
.film-dark .poster-wrap img { object-position: center; }
.film-action .poster-wrap img { object-position: center; }
.film-info { padding: clamp(35px, 5vw, 70px); }
.film-number { color: var(--gold-light); letter-spacing: .18em; font-size: .66rem; font-weight: 600; }
.film-info h3 {
  font-family: Cinzel, Georgia, serif;
  text-transform: uppercase;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: .95;
  margin: 15px 0 12px;
}
.film-info h3 small { display: block; font-size: .55em; color: var(--gold-light); margin-top: 10px; }
.genre { color: #ddd; letter-spacing: .16em; font-size: .68rem; font-weight: 600; }
.film-info > p:not(.film-number):not(.genre):not(.release) { color: #c2beb7; }
blockquote {
  border-left: 2px solid var(--gold);
  margin: 28px 0;
  padding: 3px 0 3px 18px;
  color: #eee;
  font-family: Georgia, serif;
  font-style: italic;
}
blockquote cite { display: block; color: #8f8b85; font-family: Inter, sans-serif; font-style: normal; font-size: .75rem; margin-top: 5px; }
.release { color: #888; font-size: .78rem; }
.film-links { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.text-link { color: var(--gold-light); text-decoration: none; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.text-link:hover { text-decoration: underline; }
.reviews blockquote { margin: 17px 0; font-size: .93rem; }

.behind-shot {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 170px;
  transform: rotate(2deg);
  border: 7px solid #eee;
  box-shadow: 0 15px 35px rgba(0,0,0,.55);
}
.behind-shot img { aspect-ratio: 4/3; object-fit: cover; }
.behind-shot span {
  display: block;
  background: #eee;
  color: #222;
  font-size: .57rem;
  letter-spacing: .12em;
  text-align: center;
  padding: 4px;
  text-transform: uppercase;
}

.concept { background: #0e0e0e; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.concept-card { background: #151515; border: 1px solid var(--line); }
.concept-image {
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 35px;
  position: relative;
  overflow: hidden;
}
.concept-image:before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(25,25,25,.15), rgba(0,0,0,.82)); }
.dawn .concept-image {
  background:
    linear-gradient(120deg, rgba(107,76,40,.2), rgba(0,0,0,.7)),
    repeating-linear-gradient(0deg, #5c5247 0 2px, #756b5e 3px 4px);
}
.grotto .concept-image {
  background:
    radial-gradient(circle at 50% 30%, rgba(156,42,27,.42), transparent 35%),
    linear-gradient(135deg, #271513, #090909 75%);
}
.concept-title {
  position: relative;
  z-index: 1;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: .95;
  font-weight: 600;
}
.concept-title span { color: var(--gold-light); }
.concept-copy { padding: 30px 35px 40px; color: #bdb9b2; }
.concept-copy .genre { color: var(--gold-light); }

.contact { background: #050505; }
.contact-inner { text-align: center; }
.contact-inner h2 { margin: 0 auto 55px; }
.contact-details {
  display: flex;
  justify-content: center;
  gap: 100px;
  color: #aaa59e;
  text-align: left;
  font-size: .95rem;
}
.contact-details a { color: var(--gold-light); text-decoration: none; }
.contact-details a:hover { text-decoration: underline; }

footer {
  padding: 35px 6%;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #666;
  font-size: .68rem;
}
footer img { width: 150px; max-height: 60px; object-fit: contain; }

@media (max-width: 800px) {
  .hero { min-height: 85vh; }
  .hero-content { padding-top: 30px; }
  .hero-logo { width: 360px; }
  .intro-grid, .concept-grid { grid-template-columns: 1fr; gap: 35px; }
  .section { padding: 80px 0; }
  .film-card { grid-template-columns: 1fr; }
  .poster-wrap { max-height: 650px; }
  .poster-wrap img { max-height: 650px; object-fit: contain; }
  .behind-shot { position: relative; right: auto; bottom: auto; width: 150px; margin: -25px 30px 30px auto; }
  .concept-image { min-height: 280px; }
  .contact-details { flex-direction: column; gap: 10px; text-align: center; }
  footer { flex-direction: column; gap: 15px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2.65rem; }
  .hero-intro { font-size: .95rem; }
  .film-info { padding: 30px 24px; }
  .concept-image { min-height: 230px; padding: 25px; }
}


/* Version 2 adjustments */
.intro-top {
  padding-top: 105px;
}

.film-action .poster-wrap {
  background: #050505;
}

.film-action .poster-wrap img {
  object-fit: contain;
  padding: 0;
}

@media (max-width: 800px) {
  .intro-top {
    padding-top: 75px;
  }
}


/* Version 3 adjustments */
.top-brand {
  background: #080808;
  border-bottom: 1px solid var(--line);
  padding: 35px 0 25px;
}
.top-brand-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.top-logo {
  width: 235px;
  max-height: 90px;
  object-fit: contain;
  object-position: left center;
}
.top-brand .button {
  margin-top: 0;
}

.dawn .concept-image {
  background: #111;
}
.dawn .concept-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept-image-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.15) 58%, rgba(0,0,0,.05) 100%);
}
.concept-image .concept-title {
  z-index: 2;
}

@media (max-width: 600px) {
  .top-brand {
    padding: 25px 0 20px;
  }
  .top-brand-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .top-logo {
    width: 190px;
  }
}
