.cinema-hero,
.page-hero,
.archive-hero,
.entry-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100svh;
  overflow: clip;
  isolation: isolate;
  color: #fff;
  background: #0f0d0c;
}

.cinema-hero__media,
.page-hero__media,
.archive-hero__media,
.entry-hero__media {
  position: absolute;
  inset: 0;
}

.cinema-hero__image,
.cinema-hero__video,
.page-hero__image,
.page-hero__video,
.archive-hero__image,
.entry-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-hero__overlay,
.page-hero__overlay,
.archive-hero__overlay,
.entry-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 9, 0.14) 0%, rgba(12, 10, 9, 0.38) 48%, rgba(12, 10, 9, 0.88) 100%);
}

.cinema-hero__layout,
.page-hero__layout,
.archive-hero__layout,
.entry-hero__layout {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: calc(var(--header-offset) + 3rem) 0 clamp(3rem, 7vw, 6rem);
}

.cinema-hero__copy,
.page-hero__copy,
.archive-hero__copy,
.entry-hero__copy {
  width: min(100%, 46rem);
}

.cinema-hero__title,
.page-title,
.entry-title,
.section-title,
.spotlight-card__title,
.dossier-card__title,
.site-footer__title,
.empty-state__title {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.96;
}

.cinema-hero__title {
  margin: 0;
  font-size: clamp(4rem, 10vw, 8rem);
}

.page-title {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
}

.entry-title,
.section-title {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.page-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--color-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-eyebrow--light {
  color: rgba(255, 248, 242, 0.78);
}

.cinema-hero__descriptor {
  margin: 1.1rem 0 0;
  color: rgba(255, 248, 242, 0.76);
  font-size: 0.88rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cinema-hero__manifesto {
  max-width: 24ch;
  margin: 1.5rem 0 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.34;
}

.page-header,
.section-heading {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.section-heading--cinema {
  max-width: 52rem;
}

.page-intro,
.entry-summary,
.archive-description {
  max-width: 66ch;
  color: var(--color-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.narrative-section--ink .page-intro,
.narrative-section--dark .page-intro,
.narrative-section--contact .page-intro {
  color: rgba(255, 248, 242, 0.78);
}

.page-hero .page-intro,
.archive-hero .archive-description,
.entry-hero .entry-summary {
  color: rgba(255, 248, 242, 0.82);
}

.rich-content > :first-child {
  margin-top: 0;
}

.rich-content > :last-child {
  margin-bottom: 0;
}

.rich-content p,
.rich-content ul,
.rich-content ol,
.rich-content blockquote {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

.rich-content h2,
.rich-content h3,
.rich-content h4 {
  margin-top: 2.2rem;
  margin-bottom: 0.9rem;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.rich-content a,
.text-link {
  color: var(--color-accent);
}

.narrative-section--ink .rich-content a,
.narrative-section--dark .rich-content a,
.narrative-section--ink .text-link,
.narrative-section--dark .text-link {
  color: rgba(255, 248, 242, 0.92);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  font-weight: 600;
}

.text-link--large {
  font-size: 1.02rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.95rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  background: var(--color-accent);
  color: #fff;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--color-accent-dark);
  transform: translateY(-1px);
}

.button--ghost-light {
  background: transparent;
  border-color: rgba(255, 248, 242, 0.26);
  color: #fff;
}

.button--ghost-light:hover,
.button--ghost-light:focus-visible {
  background: rgba(255, 248, 242, 0.08);
}

.button--ghost {
  background: transparent;
  border-color: var(--color-line);
  color: var(--color-ink);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  background: rgba(111, 29, 27, 0.06);
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.78rem;
  border-radius: var(--radius-pill);
  background: rgba(111, 29, 27, 0.08);
  color: var(--color-accent-dark);
  font-size: 0.8rem;
  font-weight: 700;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.narrative-section--ink .meta-pill,
.narrative-section--dark .meta-pill,
.entry-hero .meta-pill {
  background: rgba(255, 248, 242, 0.1);
  color: rgba(255, 248, 242, 0.92);
}

.card__kicker {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(111, 29, 27, 0.12), rgba(21, 19, 17, 0.08)),
    linear-gradient(180deg, rgba(255, 252, 248, 0.9), rgba(231, 221, 208, 0.85));
  box-shadow: 0 26px 70px var(--color-shadow);
}

.media-frame--wide {
  aspect-ratio: 16 / 10;
}

.media-frame--tall,
.media-frame--portrait {
  aspect-ratio: 4 / 5;
}

.media-frame img,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-list {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

.spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(18rem, 0.84fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1.2rem, 2vw, 1.75rem);
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: calc(var(--radius-lg) + 4px);
  background: linear-gradient(180deg, rgba(31, 27, 24, 0.82), rgba(22, 19, 17, 0.94));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.spotlight-card:nth-child(even) .spotlight-card__media {
  order: 2;
}

.spotlight-card:nth-child(even) .spotlight-card__content {
  order: 1;
}

.spotlight-card__media {
  min-height: clamp(26rem, 54vw, 42rem);
}

.spotlight-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spotlight-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.spotlight-card__title,
.spotlight-card__title a {
  margin: 0;
  color: var(--color-cream);
  text-decoration: none;
}

.spotlight-card__title {
  font-size: clamp(2.3rem, 4vw, 4.3rem);
}

.spotlight-card__excerpt {
  margin: 0;
  color: rgba(255, 248, 242, 0.76);
  font-size: 1.04rem;
}

.spotlight-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.dossier-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2rem);
}

.dossier-grid--posts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dossier-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--color-surface-strong);
  box-shadow: 0 24px 56px rgba(12, 10, 9, 0.08);
}

.dossier-card__media {
  min-height: 0;
}

.dossier-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dossier-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.9rem;
  padding: clamp(1.3rem, 2vw, 1.8rem);
}

.dossier-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.dossier-card__title,
.dossier-card__title a {
  margin: 0;
  color: var(--color-ink);
  text-decoration: none;
}

.dossier-card__title {
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.dossier-card__excerpt {
  margin: 0;
  color: var(--color-muted);
}

.entry-content .alignwide {
  width: min(100%, calc(var(--content-width) - 160px));
  max-width: calc(var(--content-width) - 160px);
}

.entry-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wp-block-button__link {
  border-radius: var(--radius-pill);
}

.empty-state {
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-surface-strong);
  box-shadow: 0 20px 46px rgba(12, 10, 9, 0.08);
}

.empty-state__title {
  margin: 0 0 0.6rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.empty-state__message {
  margin: 0;
  color: var(--color-muted);
}

@media (max-width: 1180px) {
  .dossier-grid,
  .dossier-grid--posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spotlight-card,
  .spotlight-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .spotlight-card:nth-child(even) .spotlight-card__media,
  .spotlight-card:nth-child(even) .spotlight-card__content {
    order: initial;
  }
}

@media (max-width: 900px) {
  .dossier-grid,
  .dossier-grid--posts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .cinema-hero,
  .page-hero,
  .archive-hero,
  .entry-hero {
    min-height: 34rem;
  }

  .cinema-hero__title {
    font-size: clamp(3.1rem, 16vw, 5rem);
  }

  .page-title,
  .entry-title,
  .section-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .button {
    width: 100%;
  }

  .spotlight-card__media {
    min-height: 22rem;
  }
}
