.page-home-figma {
  --home-bg: #050507;
  --home-surface: #0e0b13;
  --home-pink: #ed1779;
  --home-text: #f7f5f2;
  --home-muted: #a9a2b2;
  --home-dark: #050507;
  --home-border: rgba(255, 255, 255, 0.7);
  --home-border-subtle: rgba(255, 255, 255, 0.2);
  --home-font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  position: relative;
  background: var(--home-bg);
  color: var(--home-text);
  font-family: var(--home-font);
  font-weight: 400;
}

.page-home-figma .skip-link:focus {
  background: var(--home-text);
  color: var(--home-dark);
}

.nbo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 9999px;
  border: 1px solid transparent;
  font-family: var(--home-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.nbo-btn--pink {
  background: var(--home-pink);
  color: #050508;
}

.nbo-btn--outline {
  background: var(--home-bg);
  color: var(--home-text);
  border-color: var(--home-border);
}

.nbo-btn--light {
  background: var(--home-text);
  color: var(--home-dark);
}

.home-kicker {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12px;
}

.home-kicker--pink {
  color: var(--home-pink);
}

.home-display {
  margin: 0;
  font-family: var(--home-font);
  font-size: clamp(2rem, 4.2vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--home-text);
}

.home-body {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
}

.home-body--light {
  color: var(--home-text);
}

.home-body--muted {
  color: var(--home-muted);
}

.home-header {
  position: relative;
  z-index: 2;
  background: var(--home-bg);
}

.page-home-figma #main,
.page-visit #main,
.page-news #main,
.page-programme .films-main {
  position: relative;
  z-index: 2;
}

.home-header-inner {
  width: min(1440px, 100%);
  min-height: 88px;
  margin: 0 auto;
  padding: 16px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
}

.home-brand {
  display: flex;
  align-items: center;
  gap: 28px;
}

.home-logo {
  display: block;
  width: 120px;
  height: 56px;
  flex: 0 0 120px;
}

.home-logo img {
  display: block;
  width: 120px;
  height: 56px;
  object-fit: contain;
}

.home-dates {
  display: none;
}

.home-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.home-nav a:not(.nbo-btn) {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.13px;
  color: var(--home-text);
}

.home-nav a[aria-current="page"] {
  color: var(--home-pink);
}

.home-nav .nbo-btn--pink {
  width: 132px;
  height: 48px;
  padding: 0;
  font-size: 13px;
  border-radius: 24px;
}

.home-nav-toggle {
  display: none;
}

.home-hero {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  background: var(--home-bg);
}

.home-hero-media {
  position: absolute;
  top: 64px;
  left: 64px;
  right: 64px;
  bottom: 64px;
  overflow: hidden;
}

.home-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.35s ease;
}

.home-hero-image.is-changing {
  opacity: 0.35;
}

.home-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 5, 8, 0.02) 0%, rgba(5, 5, 8, 0.28) 55%, rgba(5, 5, 8, 0.96) 100%);
}

.home-hero-frame {
  position: absolute;
  top: 64px;
  left: 64px;
  right: 64px;
  bottom: 64px;
  border: 1px solid var(--home-border);
  pointer-events: none;
}

.home-hero-rule {
  position: absolute;
  top: 64px;
  left: 64px;
  width: 96px;
  height: 4px;
  background: var(--home-pink);
}

.home-hero-copy {
  position: absolute;
  left: 96px;
  top: 350px;
  z-index: 3;
  width: min(800px, calc(100% - 192px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.home-hero-copy .home-body {
  max-width: 650px;
}

.home-hero-copy .home-kicker,
.home-across-copy .home-kicker {
  display: inline-block;
  padding: 6px 10px;
  margin-left: -10px;
  border-radius: 6px;
  background: rgba(5, 5, 8, 0.82);
  color: var(--home-pink);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.home-hero-arrow {
  position: absolute;
  top: 32%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  background: rgba(5, 5, 8, 0.55);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.home-hero-arrow svg {
  width: 22px;
  height: 22px;
}

.home-hero-arrow--prev {
  left: 80px;
}

.home-hero-arrow--next {
  right: 80px;
}

.home-hero-arrow:hover,
.home-hero-arrow:focus-visible {
  background: var(--home-pink);
  border-color: var(--home-pink);
  color: #050508;
  outline: none;
}

.home-hero-controls {
  position: absolute;
  right: 96px;
  bottom: 86px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(5, 5, 8, 0.58);
  backdrop-filter: blur(12px);
}

.home-hero-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-hero-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
}

.home-hero-dot.is-active {
  width: 22px;
  background: var(--home-pink);
}

.home-hero-dot:hover,
.home-hero-dot:focus-visible {
  background: #fff;
  outline: none;
}

.home-hero-index {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: var(--home-text);
  font-variant-numeric: tabular-nums;
}

.home-cinema {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 64px;
  background: var(--home-bg);
}

.home-cinema-copy {
  width: min(576px, 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.home-cinema-copy .home-body {
  max-width: 540px;
}

.home-cinema-photo {
  position: relative;
  width: 672px;
  height: 372px;
  flex: 0 0 672px;
  overflow: hidden;
}

.home-cinema-photo img,
.home-cinema-photo iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.home-cinema-photo img {
  object-fit: cover;
  object-position: center;
}

.home-cinema-trailer {
  aspect-ratio: 16 / 9;
  height: auto;
  background: #000;
}

.home-trailer-start {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.home-trailer-start img {
  transition: opacity 0.25s ease;
}

.home-trailer-start:hover img,
.home-trailer-start:focus-visible img {
  opacity: 0.78;
}

.home-trailer-start:focus-visible {
  outline: 2px solid var(--home-pink);
  outline-offset: -2px;
}

.home-trailer-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--home-pink);
  color: #fff;
  box-shadow: 0 12px 32px rgba(5, 5, 7, 0.45);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.home-trailer-play svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}

.home-inset-frame {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 576px;
  height: 276px;
  border: 1px solid var(--home-border-subtle);
  pointer-events: none;
}

.home-programme {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 64px;
  background: var(--home-surface);
}

.home-programme-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.home-programme-cards {
  display: flex;
  gap: 32px;
}

.home-card {
  width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

a.home-card {
  text-decoration: none;
  color: inherit;
}

a.home-card:hover .home-card-title,
a.home-card:focus-visible .home-card-title {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-card-image {
  width: 400px;
  height: 240px;
  border: 1px solid var(--home-border-subtle);
  overflow: hidden;
}

.home-card-image img {
  display: block;
  width: 400px;
  height: 240px;
  object-fit: cover;
}

.home-card-title {
  margin: 0;
  min-height: 60px;
  font-family: var(--home-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.12px;
}

.home-card-meta {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: var(--home-muted);
}

.home-schedule {
  display: flex;
  align-items: stretch;
  background: var(--home-bg);
}

.home-schedule-field {
  width: 660px;
  height: 420px;
  flex: 0 0 660px;
  overflow: hidden;
}

.home-schedule-field img {
  display: block;
  width: 660px;
  height: 420px;
  object-fit: cover;
}

.home-schedule-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 56px 64px 56px 72px;
}

.home-schedule-copy .home-body {
  max-width: 600px;
}

.home-schedule-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-across {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.home-across-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-across-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 5, 8, 0.96) 0%, rgba(5, 5, 8, 0.48) 58%, rgba(5, 5, 8, 0.08) 100%);
}

.home-across-frame {
  position: absolute;
  top: 64px;
  left: 64px;
  right: 64px;
  bottom: 64px;
  border: 1px solid var(--home-border);
  pointer-events: none;
}

.home-across-copy {
  position: absolute;
  left: 96px;
  top: 270px;
  width: min(620px, calc(100% - 192px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home-across-copy .home-body {
  max-width: 560px;
}

.home-newsletter {
  background: var(--home-surface);
  padding: 32px 64px;
}

.home-newsletter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

.home-newsletter-title {
  margin: 0;
  font-family: var(--home-font);
  font-size: clamp(1.6rem, 3vw, 36px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.home-footer {
  background: var(--home-bg);
  padding: 48px 64px 32px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.home-footer-columns {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.home-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-footer-tagline {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.12px;
}

.home-footer-links,
.home-footer-meta,
.home-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 13px;
  line-height: 20px;
}

.home-footer-links a,
.home-footer-contact a {
  color: var(--home-text);
}

.home-footer-meta {
  color: var(--home-muted);
}

.home-footer-meta p,
.home-footer-contact p {
  margin: 0;
}

.home-footer-meta-gap {
  margin-top: 20px;
}

.home-footer-rule {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--home-border-subtle);
}

.home-footer-copy {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: var(--home-muted);
}

.page-home-figma .site-footer,
.page-home-figma .site-footer :is(p, li, a, span),
.page-visit .site-footer,
.page-visit .site-footer :is(h1, h2, h3, h4, p, li, a, button, input, select, option, label, span),
.page-programme .site-footer,
.page-programme .site-footer :is(p, li, a, span),
.page-news .site-footer,
.page-news .site-footer :is(h1, h2, h3, p, a, button, span) {
  font-family: "Instrument Sans", system-ui, sans-serif;
}

@media (max-width: 1200px) {
  .home-programme-cards {
    flex-wrap: wrap;
  }

  .home-cinema,
  .home-schedule {
    flex-direction: column;
    align-items: stretch;
  }

  .home-cinema-photo,
  .home-schedule-field {
    width: 100%;
    flex-basis: auto;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .home-schedule-field {
    aspect-ratio: 660 / 420;
  }

  .home-schedule-field img,
  .home-cinema-photo img,
  .home-cinema-photo iframe {
    width: 100%;
    height: 100%;
  }

  .home-inset-frame {
    width: calc(100% - 96px);
    height: calc(100% - 96px);
  }

  .home-card,
  .home-card-image,
  .home-card-image img {
    width: min(400px, 100%);
  }
}

@media (max-width: 900px) {
  .home-header-inner,
  .home-cinema,
  .home-programme,
  .home-schedule-copy,
  .home-newsletter,
  .home-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-header-inner {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .home-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    line-height: 0;
    border-radius: 6px;
    cursor: pointer;
  }

  .home-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
  }

  .home-nav.is-open {
    display: flex;
  }

  .home-dates {
    display: none;
  }

  .home-hero,
  .home-across {
    height: auto;
    min-height: 560px;
  }

  .home-hero-media,
  .home-hero-frame,
  .home-across-frame,
  .home-hero-rule {
    left: 16px;
    right: 16px;
    top: 16px;
    bottom: 16px;
  }

  .home-hero-rule {
    right: auto;
    width: 96px;
    height: 4px;
    bottom: auto;
  }

  .home-hero-copy,
  .home-across-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 220px 32px 96px;
  }

  .home-hero-copy {
    padding-bottom: 112px;
  }

  .home-hero-arrow {
    top: auto;
    bottom: 24px;
    width: 44px;
    height: 44px;
  }

  .home-hero-arrow--prev {
    left: 24px;
  }

  .home-hero-arrow--next {
    right: 24px;
  }

  .home-hero-controls {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 28px;
    transform: translateX(-50%);
    margin: 0;
  }

  .home-across-scrim {
    background: linear-gradient(to top, rgba(5, 5, 8, 0.96) 0%, rgba(5, 5, 8, 0.48) 58%, rgba(5, 5, 8, 0.08) 100%);
  }

  .home-newsletter-row,
  .home-footer-columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-nav a:not(.nbo-btn) {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }

  .home-nav .nbo-btn--pink {
    width: 100%;
    max-width: 220px;
    height: 48px;
    margin-top: 4px;
  }

  .home-programme-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-card,
  .home-card-image,
  .home-card-image img {
    width: 100%;
  }

  .home-card-image {
    height: auto;
    aspect-ratio: 5 / 3;
  }

  .home-card-image img {
    height: 100%;
  }

  .home-card-title {
    min-height: 0;
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .home-header-inner,
  .home-cinema,
  .home-programme,
  .home-schedule-copy,
  .home-newsletter,
  .home-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-header-inner {
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }

  .home-nav-toggle {
    min-height: 44px;
    min-width: 44px;
  }

  .home-hero,
  .home-across {
    min-height: 520px;
  }

  .home-hero-copy,
  .home-across-copy {
    padding: 148px 20px 96px;
    gap: 12px;
  }

  .home-hero-copy {
    padding-bottom: 108px;
  }

  .home-display {
    font-size: clamp(1.85rem, 8.4vw, 2.4rem);
  }

  .home-body {
    font-size: 15px;
    line-height: 1.5;
  }

  .nbo-btn {
    min-height: 44px;
    padding: 12px 20px;
  }

  .home-hero-arrow {
    width: 40px;
    height: 40px;
    bottom: 20px;
  }

  .home-hero-arrow--prev {
    left: 16px;
  }

  .home-hero-arrow--next {
    right: 16px;
  }

  .home-hero-controls {
    bottom: 22px;
    padding: 8px 12px;
    gap: 10px;
  }

  .home-cinema,
  .home-programme {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 28px;
  }

  .home-inset-frame {
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    top: 16px;
    left: 16px;
  }

  .home-trailer-play {
    width: 56px;
    height: 56px;
  }

  .home-trailer-play svg {
    width: 22px;
    height: 22px;
  }

  .home-schedule-copy {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .home-schedule-actions .nbo-btn {
    width: 100%;
  }

  .home-footer-tagline {
    font-size: 20px;
    line-height: 26px;
  }
}
