/*
Theme Name: Little Monsters Entertainment
Theme URI: https://www.littlemonstersentertainment.com/
Author: Little Monsters Entertainment
Description: A lightweight custom homepage theme for Little Monsters Entertainment.
Version: 1.1.24
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: little-monsters-entertainment
*/

:root {
  --red: #e02b20;
  --red-dark: #b91f17;
  --ink: #111111;
  --muted: #5b5b5b;
  --paper: #faf8f5;
  --line: #e8e1dc;
  --charcoal: #191716;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 248, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.admin-bar .site-header {
  top: 32px;
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
}

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #2f2b29;
  font-size: 14px;
  font-weight: 800;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  background: var(--red);
  color: #ffffff;
  font-weight: 900;
  border: 1px solid var(--red);
  transition: background 0.18s ease, transform 0.18s ease;
}

.nav-cta:hover,
.btn:hover {
  background: var(--red-dark);
  transform: translateY(-1px);
}

.btn.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #26211f;
}

.hero {
  display: grid;
  align-items: start;
  padding: clamp(52px, 6vh, 72px) 24px 34px;
}

.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: 62px;
  line-height: 0.96;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: #3d3835;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.poster-strip,
.video-stage {
  border-radius: 8px;
  overflow: hidden;
  background: #111111;
  border: 1px solid #221111;
}

.poster-strip img,
.video-stage video,
.video-stage iframe {
  width: 100%;
  display: block;
}

.video-stage video,
.video-stage iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  background: #111111;
}

.video-stage iframe {
  border: 0;
}

section {
  padding: 76px 24px;
  border-top: 1px solid var(--line);
}

#services {
  padding-top: 48px;
}

.services-band {
  background: var(--charcoal);
  color: #ffffff;
}

.services-band .section-head h2,
.services-band .section-note {
  color: #ffffff;
}

.services-band .section-note {
  color: #f1e9e3;
}

.services-band .panel {
  background: #24201e;
  border-color: #3a302b;
}

.services-band .panel h3 {
  color: #ffffff;
}

.services-band .panel p {
  color: #f1e9e3;
}

.feature-video-section {
  padding: 54px 24px;
  background: #ffffff;
}

.feature-video {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 42px;
  align-items: center;
}

.feature-video-copy h2 {
  max-width: 760px;
  font-size: 62px;
  line-height: 0.96;
  font-weight: 950;
}

.feature-video-copy p:not(.eyebrow) {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.feature-video-copy .feature-kicker {
  margin-top: 16px;
  color: #2f2b29;
  font-weight: 900;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

h2 {
  margin: 0;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-note {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.film-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.poster-art {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
  background-color: #111111;
}

.film-card-body {
  padding: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.film-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.15;
}

.film-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.film-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 6px;
  background: var(--red);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  border: 1px solid var(--red);
}

.film-btn.secondary {
  background: transparent;
  color: var(--ink);
  border-color: #26211f;
}

.band {
  background: var(--charcoal);
  color: #ffffff;
}

.band .wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.band h2,
.band p {
  color: #ffffff;
}

.band p {
  max-width: 680px;
  color: #f1e9e3;
  font-size: 19px;
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.split.thirds {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.panel h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

.panel p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.footer {
  padding: 42px 24px;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.page-hero {
  padding: 82px 24px 64px;
  background: #ffffff;
}

.page-hero .wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
  gap: 42px;
  align-items: end;
}

.page-hero h1 {
  font-size: 58px;
}

.page-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: #3d3835;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 650;
}

.page-card {
  background: var(--charcoal);
  color: #ffffff;
  border-radius: 8px;
  padding: 28px;
}

.page-card h2 {
  font-size: 28px;
}

.page-card p,
.page-card li {
  color: #f1e9e3;
}

.page-card ul,
.info-card ul,
.role-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.page-card li,
.info-card li,
.role-card li {
  margin: 8px 0;
  line-height: 1.45;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
}

.info-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.info-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.project-stack {
  display: grid;
  gap: 18px;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 1.14fr);
  gap: 26px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.project-card h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
}

.project-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.project-poster {
  margin: 0 0 22px;
}

.project-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f1e9e3;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1e9e3;
  color: #2f2b29;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pill.red {
  background: var(--red);
  color: #ffffff;
}

.pill.dark {
  background: var(--charcoal);
  color: #ffffff;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.role-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: #faf8f5;
}

.role-card h4 {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.15;
}

.role-card p {
  margin: 0;
  font-size: 15px;
}

.role-card.sold {
  background: #f1e9e3;
}

.role-card.notice {
  background: #fff5f3;
  border-color: #efb0a9;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  align-items: start;
}

.team-photo {
  margin: 0;
}

.team-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f1e9e3;
}

.team-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.05;
}

.team-title {
  margin: 8px 0 14px;
  color: var(--red);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}

.team-card p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.movie-hero {
  padding: 70px 24px 64px;
  background: #ffffff;
}

.movie-hero .wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.movie-poster {
  margin: 0;
}

.movie-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #f1e9e3;
}

.movie-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.movie-detail {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.movie-detail strong {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.movie-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-inner,
  .feature-video,
  .movie-hero .wrap,
  .page-hero .wrap,
  .project-card,
  .band .wrap,
  .split {
    grid-template-columns: 1fr;
  }

  .video-stage {
    order: -1;
  }

  h1,
  .feature-video-copy h2 {
    font-size: 44px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .grid,
  .info-grid,
  .movie-details,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-card {
    grid-template-columns: 120px minmax(0, 1fr);
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 560px) {
  .brand span {
    max-width: 220px;
  }

  .nav-links {
    font-size: 13px;
  }

  h1,
  .page-hero h1,
  .feature-video-copy h2 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  .grid,
  .info-grid,
  .movie-details,
  .role-grid,
  .team-grid,
  .team-card {
    grid-template-columns: 1fr;
  }

  .section-head,
  .footer .wrap {
    display: block;
  }

  .section-note {
    margin-top: 12px;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }
}
