/* ===== Manex Entertainment — dark cinematic + signature red ===== */
:root {
  --black: #0a0a0c;
  --black-2: #101014;
  --black-3: #16161c;
  --red: #d2232a;
  --red-dark: #9e161c;
  --white: #f4f1ec;
  --grey: #9a958e;
  --grey-dark: #55524d;
  --line: rgba(244, 241, 236, 0.1);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

h1, h2 { font-family: var(--serif); font-weight: 600; line-height: 1.1; }

.centered { text-align: center; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 760px; }

.section { padding: 110px 0; }

.eyebrow {
  font-size: 12px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 500;
  margin-bottom: 18px;
}

h2 { font-size: clamp(32px, 4.5vw, 52px); margin-bottom: 28px; }

/* ===== Header ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(10, 10, 12, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--white); }
.brand-mark { width: 38px; height: 38px; object-fit: cover; }
.brand-name { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: 0.02em; }
.brand-name em { font-style: normal; color: var(--grey); font-weight: 400; }

.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav a {
  color: var(--grey);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.site-nav a:hover { color: var(--white); }
.site-nav .nav-cta {
  color: var(--white);
  border: 1px solid var(--red);
  padding: 8px 20px;
  transition: background 0.2s;
}
.site-nav .nav-cta:hover { background: var(--red); }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--white); margin: 5px 0; }

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 140px 24px 80px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(210, 35, 42, 0.16), transparent 55%),
    linear-gradient(rgba(10, 10, 12, 0.82), rgba(10, 10, 12, 0.94)),
    url('images/trenton-studios-water-tower.jpg') center / cover no-repeat;
}

.hero-content { position: relative; max-width: 820px; }

.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 500;
  margin-bottom: 28px;
}

.hero h1 {
  font-size: clamp(56px, 10vw, 120px);
  letter-spacing: 0.01em;
}
.hero h1 span { color: var(--red); font-style: italic; font-weight: 500; }

.hero-sub {
  margin: 30px auto 40px;
  max-width: 620px;
  color: var(--grey);
  font-size: 17px;
}
.hero-sub em { color: var(--white); font-style: italic; }

.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 15px 38px;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { border-color: rgba(244, 241, 236, 0.3); color: var(--white); }
.btn-ghost:hover { border-color: var(--white); }
.btn-block { width: 100%; border: none; }

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--grey-dark);
  font-size: 14px;
  animation: drift 2.4s ease-in-out infinite;
}
@keyframes drift { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ===== Awards strip ===== */
.awards-strip {
  background: var(--black-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 24px;
}

.awards-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.award { display: flex; align-items: flex-start; gap: 16px; }
.award-icon { color: var(--red); font-size: 22px; line-height: 1.3; }
.award strong { display: block; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; }
.award span:not(.award-icon) { color: var(--grey); font-size: 13.5px; }

/* ===== Two-column sections ===== */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.col-text p { color: var(--grey); margin-bottom: 20px; font-size: 16px; }
.col-text p em { color: var(--white); }

.text-link {
  color: var(--red);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.06em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.text-link:hover { border-bottom-color: var(--red); }

.framed-image { position: relative; }
.framed-image img {
  width: 100%;
  border: 1px solid var(--line);
}
.framed-image::before {
  content: '';
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(210, 35, 42, 0.35);
  z-index: -1;
}
.framed-image figcaption {
  margin-top: 16px;
  font-size: 13px;
  color: var(--grey-dark);
  font-style: italic;
}

/* ===== Studios / locations ===== */
.section-lede {
  color: var(--grey);
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
}

.two-col.location { margin-top: 90px; align-items: start; }

.location h3 {
  font-family: var(--serif);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 22px;
}
.location h3 span {
  display: block;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 500;
  margin-top: 12px;
}

.framed-image.stacked { margin-top: 44px; }

/* ===== Filmography ===== */
.filmography { background: var(--black-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.poster-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.poster img {
  width: 100%;
  aspect-ratio: 2 / 2.85;
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.85);
  transition: transform 0.3s, filter 0.3s;
}
.poster:hover img { transform: translateY(-6px); filter: saturate(1.05); }

.poster figcaption { margin-top: 14px; }
.poster figcaption strong { display: block; font-size: 14.5px; font-weight: 600; }
.poster figcaption span { display: block; color: var(--grey-dark); font-size: 12.5px; margin-top: 3px; }

.imdb-note { margin-top: 48px; }

/* ===== Reel ===== */
.video-frame {
  margin-top: 52px;
  position: relative;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ===== Partners ===== */
.partners { background: var(--black-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.partners-image { margin-top: 52px; }
.partners-image img {
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  border: 1px solid var(--line);
}

/* ===== Contact ===== */
.contact-lede { color: var(--grey); margin-bottom: 48px; }

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-field { margin-bottom: 20px; }
.form-field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 8px;
}
.form-field input,
.form-field textarea {
  width: 100%;
  background: var(--black-3);
  border: 1px solid var(--line);
  color: var(--white);
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 15px;
  transition: border-color 0.2s;
}
.form-field input:focus,
.form-field textarea:focus { outline: none; border-color: var(--red); }

.checkbox-field {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--grey);
  margin-bottom: 28px;
  cursor: pointer;
}
.checkbox-field input { accent-color: var(--red); width: 16px; height: 16px; }

.hidden-field { display: none; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--line); padding: 48px 24px; }
.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-mark { width: 34px; height: 34px; }
.site-footer p { color: var(--grey-dark); font-size: 13.5px; }
.back-top { color: var(--grey); text-decoration: none; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; }
.back-top:hover { color: var(--white); }

/* ===== Thank-you page ===== */
.thanks-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
}
.thanks-page h1 { font-size: clamp(40px, 6vw, 64px); margin-bottom: 22px; }
.thanks-page p { color: var(--grey); max-width: 460px; margin: 0 auto 36px; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .poster-grid { grid-template-columns: repeat(3, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 48px; }
  .two-col.reverse .col-media { order: 2; }
  .awards-inner { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 720px) {
  .section { padding: 80px 0; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: var(--black-2);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
  }
  body.nav-open .site-nav { display: flex; }
  .nav-toggle { display: block; }
  .poster-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-form .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { justify-content: center; text-align: center; }
}
