:root {
  --bg: #030303;
  --surface: #10131a;
  --surface-soft: #17130d;
  --text: #f6f0e5;
  --muted: #c7beb0;
  --dim: #8f8778;
  --gold: #d9b46f;
  --gold-deep: #9d6a26;
  --red: #9f3b22;
  --green: #1f5f3a;
  --line: rgba(246, 240, 229, 0.14);
  --max: 1560px;
  --content-pad: clamp(20px, 5vw, 32px);
  --content-edge: max(var(--content-pad), calc((100vw - var(--max)) / 2 + var(--content-pad)));
  --home-copy-inset: clamp(108px, 7vw, 128px);
}

html,
body.gerifalte-page,
body.gerifalte-page #page,
body.gerifalte-page .site,
body.gerifalte-page .site-content,
body.gerifalte-page .ast-container,
body.gerifalte-page .entry-content,
body.gerifalte-page .hentry,
body.gerifalte-page .entry-content[ast-blocks-layout] {
  background: var(--bg) !important;
  color: var(--text) !important;
}

body.gerifalte-page {
  margin: 0;
}

body.gerifalte-page h1,
body.gerifalte-page h2,
body.gerifalte-page h3,
body.gerifalte-page h4,
body.gerifalte-page h5,
body.gerifalte-page h6,
body.gerifalte-page p,
body.gerifalte-page a,
body.gerifalte-page span,
body.gerifalte-page button {
  color: inherit;
}

body.gerifalte-page .entry-header,
body.gerifalte-page .post-thumb,
body.gerifalte-page .ast-post-format-,
body.gerifalte-page .ast-container > article {
  margin: 0 !important;
  padding: 0 !important;
}

body.gerifalte-page .ast-container {
  max-width: none;
  padding: 0;
}

body.gerifalte-page .gerifalte-content > * {
  margin-block-start: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::selection {
  background: var(--gold);
  color: #111;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px var(--content-edge);
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.94), rgba(3, 3, 3, 0.56), transparent);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(17px, 1.7vw, 22px);
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  width: clamp(42px, 4.2vw, 64px);
  aspect-ratio: 1.7 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-name {
  display: inline-block;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 3vw, 36px);
  color: var(--muted);
  font-size: 15px;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.site-nav a:hover {
  color: var(--text);
  border-color: var(--gold);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
  border-color: var(--gold);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: center;
  padding: 132px var(--content-edge) 86px;
  overflow: hidden;
}

.home-hero {
  min-height: var(--gf-hero-height, 76svh);
}

.hero-compact {
  min-height: 76svh;
}

.section-compact {
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(56px, 8vw, 96px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.68;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.78) 42%, rgba(3, 3, 3, 0.42) 100%),
    linear-gradient(180deg, rgba(3, 3, 3, 0.72) 0%, rgba(3, 3, 3, 0.16) 34%, rgba(3, 3, 3, 0.88) 100%);
}

.hero-media video,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 68% 48%;
}

.hero-media video {
  position: absolute;
  inset: 0;
}

.hero-media img {
  opacity: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 52vw);
  max-width: 760px;
  padding-top: clamp(24px, 7vh, 84px);
}

.hero-copy > * {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.home-hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.38fr);
  gap: clamp(28px, 5vw, 72px);
}

.hero-menu {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(3, 3, 3, 0.22);
  backdrop-filter: blur(4px);
}

.hero-menu a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
}

.hero-menu a:last-child {
  border-bottom: 0;
}

.hero-menu a:hover {
  color: var(--text);
}

.hero-menu span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.eyebrow,
.section-kicker,
.project-meta {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 9vw, 118px);
  font-weight: 500;
  line-height: 0.94;
}

h2 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5.3vw, 72px);
  font-weight: 500;
  line-height: 1.02;
}

h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

.hero-intro {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid var(--line);
  font-weight: 700;
}

body.gerifalte-page .button,
body.gerifalte-page .button:visited,
body.gerifalte-page .project-link,
body.gerifalte-page .project-link:visited,
body.gerifalte-page .festival-link,
body.gerifalte-page .festival-link:visited,
body.gerifalte-page .mail-link,
body.gerifalte-page .mail-link:visited {
  text-decoration: none;
}

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #101010 !important;
}

body.gerifalte-page .button.secondary,
body.gerifalte-page .button.secondary:visited {
  background: transparent !important;
  color: var(--text) !important;
}

body.gerifalte-page .button.primary,
body.gerifalte-page .button.primary:visited {
  background: var(--gold) !important;
  color: #101010 !important;
}

body.gerifalte-page .wp-block-button.primary .wp-block-button__link,
body.gerifalte-page .wp-block-button.primary .wp-block-button__link:visited {
  border: 1px solid var(--gold) !important;
  background: var(--gold) !important;
  color: #101010 !important;
}

body.gerifalte-page .wp-block-button.secondary .wp-block-button__link,
body.gerifalte-page .wp-block-button.secondary .wp-block-button__link:visited {
  border: 1px solid var(--line) !important;
  background: transparent !important;
  color: var(--text) !important;
}

.button.secondary:hover,
.button.primary:hover {
  border-color: var(--text);
}

.intro-section,
.projects-section,
.film-feature,
.silencio-feature,
.festival-section,
.contact-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 11vw, 132px) var(--content-pad);
}

.page-main {
  padding-top: 92px;
}

.page-hero,
.compact-section,
.page-film-feature,
.page-silencio-feature,
.page-festival-section,
.page-contact-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 104px) var(--content-pad);
}

.page-hero {
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.page-film-feature h1,
.page-silencio-feature h1,
.page-festival-section h1,
.page-contact-section h1 {
  margin-bottom: 20px;
}

.page-film-feature h1,
.page-silencio-feature h1 {
  max-width: 780px;
  font-size: clamp(34px, 3.65vw, 48px);
  line-height: 1.02;
}

.page-film-feature {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 46px);
}

.page-hero p:not(.section-kicker),
.page-film-feature p:not(.section-kicker),
.page-silencio-feature p:not(.section-kicker),
.page-festival-section p,
.page-contact-section p:not(.section-kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.section-heading p,
.festival-heading p {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.intro-section > .section-heading,
.intro-section > .wp-block-group.section-heading {
  margin-left: var(--home-copy-inset) !important;
  margin-right: auto !important;
}

.intro-section > .section-heading > *,
.intro-section > .wp-block-group.section-heading > * {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

.intro-section > .section-heading,
.intro-section > .wp-block-group.section-heading,
.intro-section > .section-heading > *,
.intro-section > .wp-block-group.section-heading > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-heading-wide {
  max-width: 920px;
}

.section-heading-wide h2 {
  max-width: 860px;
}

.section-heading-wide p:not(.section-kicker) {
  max-width: 720px;
}

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

.project {
  min-height: 310px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(217, 180, 111, 0.12), transparent 42%),
    var(--surface);
}

.project p:not(.project-meta) {
  color: var(--muted);
  font-size: 18px;
}

.project-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--gold);
  font-weight: 800;
}

.project-link:hover {
  color: var(--text);
}

.film-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.film-copy {
  position: static;
}

.film-copy p:not(.section-kicker) {
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
}

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

.film-media-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, 0.34fr);
  gap: 14px;
  align-items: stretch;
}

.film-media-single {
  grid-template-columns: 1fr;
}

.film-video,
.film-poster {
  border: 1px solid var(--line);
  background: #050505;
}

.film-video video,
.film-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.film-video iframe {
  border: 0;
}

.film-poster {
  margin: 0;
  overflow: hidden;
}

.film-banner {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050505;
}

.film-banner img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #000;
}

.film-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.film-main-poster img {
  aspect-ratio: 16 / 9;
  height: auto;
}

.still-gallery,
.silencio-gallery,
.clip-gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.still,
.silencio-still,
.clip-card {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
}

.gallery-heading {
  grid-column: 1 / -1;
  margin-top: clamp(14px, 3vw, 28px);
}

.gallery-heading .section-kicker {
  margin: 0;
}

.still-wide {
  grid-column: span 2;
}

.still img,
.silencio-still img,
.clip-card video,
.clip-thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.still:hover img,
.silencio-still:hover img,
.clip-card:hover video,
.clip-card:hover .clip-thumb {
  transform: scale(1.025);
}

.clip-card {
  position: relative;
}

.clip-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.clip-card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(246, 240, 229, 0.7);
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--text) 0 0) 53% 50% / 0 0 no-repeat,
    rgba(0, 0, 0, 0.62);
  transform: translate(-50%, -50%);
}

.clip-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 3px);
  z-index: 1;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--text);
  transform: translate(-50%, -50%);
}

.film-gallery {
  align-items: stretch;
}

.film-gallery .is-clickable {
  cursor: zoom-in;
}

.film-gallery .is-clickable:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.silencio-poster {
  margin-bottom: clamp(30px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(217, 180, 111, 0.24);
  background: #f4f0e8;
}

.silencio-poster img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.silencio-copy {
  max-width: 880px;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.silencio-copy h2 {
  max-width: 860px;
  font-size: clamp(34px, 4.9vw, 66px);
}

.silencio-copy p:not(.section-kicker) {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
}

.silencio-large {
  grid-column: span 2;
  grid-row: span 2;
}

.silencio-wide {
  grid-column: span 2;
}

.festival-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.page-festival-section {
  border-top: 0;
}

.festival-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.56fr);
  gap: clamp(26px, 5vw, 64px);
  align-items: end;
  margin-bottom: 34px;
}

.festival-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(217, 180, 111, 0.08), transparent 38%),
    rgba(16, 19, 26, 0.76);
}

.festival-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.festival-summary div {
  min-height: 118px;
  padding: clamp(18px, 2.5vw, 26px);
  border-right: 1px solid var(--line);
}

.festival-summary div:last-child {
  border-right: 0;
}

.festival-summary span {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.festival-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.festival-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid var(--line);
}

.filter-button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-button:hover,
.filter-button.is-active {
  border-color: var(--gold);
  background: var(--gold);
  color: #111;
}

.festival-list {
  display: grid;
}

.festival-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.32fr);
  gap: 18px;
  padding: clamp(20px, 3vw, 30px);
  border-bottom: 1px solid var(--line);
}

.festival-card:last-child {
  border-bottom: 0;
}

.festival-card h3 {
  margin-bottom: 8px;
  font-size: clamp(24px, 3vw, 36px);
}

.festival-film {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.festival-meta,
.festival-side p,
.festival-notes,
.festival-empty {
  color: var(--muted);
}

.festival-side {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.festival-status {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(217, 180, 111, 0.46);
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.festival-status[data-status="seleccionado"],
.festival-status[data-status="finalista"],
.festival-status[data-status="premiado"] {
  border-color: var(--gold);
  background: rgba(217, 180, 111, 0.14);
  color: var(--text);
}

.festival-status[data-status="falta notificación"] {
  border-color: rgba(217, 180, 111, 0.42);
  background: rgba(217, 180, 111, 0.08);
}

.festival-status[data-status="pendiente de notificación"] {
  border-color: rgba(217, 180, 111, 0.42);
  background: rgba(217, 180, 111, 0.08);
}

.festival-status[data-status="no seleccionado"] {
  border-color: rgba(159, 59, 34, 0.5);
  color: #d99b87;
}

.festival-status[data-status="inscrito"],
.festival-status[data-status="enviado"],
.festival-status[data-status="finalizado"] {
  border-color: rgba(31, 95, 58, 0.58);
  color: #9ed0ad;
}

.festival-link {
  color: var(--gold);
  font-weight: 800;
}

.festival-notes {
  grid-column: 1 / -1;
  margin-bottom: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(246, 240, 229, 0.08);
  font-size: 15px;
}

.festival-empty {
  margin: 0;
  padding: 24px;
}

.festival-updated {
  margin: 16px 0 0;
  color: var(--dim);
  font-size: 14px;
}

.contact-section {
  align-items: center;
}

.page-contact-section {
  min-height: calc(100svh - 180px);
}

.mail-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid rgba(217, 180, 111, 0.46);
  background: var(--surface-soft);
  color: var(--gold);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.mail-link:hover {
  border-color: var(--gold);
  background: #1d1710;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px var(--content-pad) 48px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 14px;
}

.has-lightbox {
  overflow: hidden;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 16px;
  padding: 72px clamp(16px, 4vw, 56px) 34px;
  background: rgba(0, 0, 0, 0.92);
}

.lightbox-frame {
  display: grid;
  place-items: center;
  gap: 12px;
  margin: 0;
}

.lightbox-frame img,
.lightbox-frame video,
.lightbox-frame iframe {
  max-width: 100%;
  max-height: calc(100svh - 150px);
  border: 1px solid rgba(246, 240, 229, 0.22);
  object-fit: contain;
}

.lightbox-frame video,
.lightbox-frame iframe {
  width: min(100%, 1180px);
  background: #000;
}

.lightbox-frame iframe {
  aspect-ratio: 16 / 9;
  height: auto;
}

.lightbox-frame figcaption {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.lightbox-button {
  min-height: 48px;
  border: 1px solid var(--line);
  background: rgba(16, 19, 26, 0.84);
  color: var(--text);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.lightbox-button:hover,
.lightbox-button:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: clamp(16px, 4vw, 56px);
  padding: 10px 14px;
}

.lightbox-prev,
.lightbox-next {
  width: 58px;
  min-height: 58px;
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

@media (max-width: 760px) {
  .site-header {
    position: absolute;
    display: grid;
    align-items: start;
    gap: 14px;
    padding-top: 18px;
  }

  .site-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    overflow-x: auto;
    gap: 8px 18px;
    font-size: 14px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 116px;
    padding-bottom: 46px;
  }

  .home-hero {
    min-height: 92svh;
  }

  .home-hero {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .hero-copy {
    width: 100%;
    padding-top: 70px;
  }

  .intro-section > .section-heading,
  .intro-section > .wp-block-group.section-heading {
    margin-left: 0 !important;
  }

  .hero-menu {
    align-self: end;
  }

  .hero-menu a {
    min-height: 58px;
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(3, 3, 3, 0.52) 0%, rgba(3, 3, 3, 0.78) 52%, rgba(3, 3, 3, 0.98) 100%),
      linear-gradient(90deg, rgba(3, 3, 3, 0.62), rgba(3, 3, 3, 0.28));
  }

  .hero-media video,
  .hero-media img {
    object-position: center 22%;
  }

  .festival-heading,
  .festival-summary,
  .festival-card,
  .contact-section,
  .film-feature,
  .project-list {
    grid-template-columns: 1fr;
  }

  .film-copy {
    position: static;
  }

  .festival-side {
    justify-items: start;
    text-align: left;
  }

  .film-media-stack {
    grid-template-columns: 1fr;
  }

  .film-poster {
    max-height: 520px;
  }

  .still-gallery,
  .silencio-gallery,
  .clip-gallery {
    grid-template-columns: 1fr;
  }

  .still,
  .still-wide,
  .silencio-still,
  .silencio-large,
  .silencio-wide,
  .clip-card {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .project {
    min-height: auto;
  }

  .button {
    flex: 1 1 160px;
  }

  .site-footer {
    display: grid;
  }

  .lightbox {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    padding: 76px 16px 24px;
  }

  .lightbox-frame {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .lightbox-frame img,
  .lightbox-frame video,
  .lightbox-frame iframe {
    max-height: calc(100svh - 180px);
  }

  .lightbox-prev,
  .lightbox-next {
    justify-self: center;
  }

  .festival-summary div {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .festival-summary div:last-child {
    border-bottom: 0;
  }
}
