html:has(body.page-id-45057) {
  scroll-behavior: smooth;
  background: #020813;
}

body.page-id-45057 {
  margin: 0 !important;
  background: #020813 !important;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.page-id-45057 #header,
.page-id-45057 #nav-header,
.page-id-45057 #nav-topbar,
.page-id-45057 #footer,
.page-id-45057 .page-title,
.page-id-45057 .page-header,
.page-id-45057 .sidebar,
.page-id-45057 .sidebar-toggle,
.page-id-45057 .post-title,
.page-id-45057 .post-meta,
.page-id-45057 .post-nav,
.page-id-45057 .related-posts,
.page-id-45057 .comments {
  display: none !important;
}

.page-id-45057 #wrapper,
.page-id-45057 .container,
.page-id-45057 .container-inner,
.page-id-45057 .main,
.page-id-45057 .main-inner,
.page-id-45057 .content,
.page-id-45057 .content-inner,
.page-id-45057 article,
.page-id-45057 .entry,
.page-id-45057 .entry-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mw-univers {
  --night: #020813;
  --deep: #061528;
  --ink: #0a1d32;
  --gold: #f0bd4f;
  --pale-gold: #ffe9a3;
  --cyan: #62d9ef;
  --mist: #c8d7e8;
  --line: rgba(133, 209, 231, 0.18);
}

.page-id-45057 .mw-univers,
.page-id-45057 .mw-univers *,
.page-id-45057 .mw-univers *::before,
.page-id-45057 .mw-univers *::after {
  box-sizing: border-box;
}

.page-id-45057 .mw-univers a {
  color: inherit;
}

.mw-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 5%, rgba(20, 111, 155, 0.19), transparent 24rem),
    var(--night);
}

.mw-nav {
  position: absolute;
  z-index: 20;
  inset: 28px 4.5vw auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 12px 16px;
  border: 1px solid rgba(159, 218, 237, 0.16);
  border-radius: 999px;
  background: rgba(2, 9, 20, 0.62);
  backdrop-filter: blur(18px);
}

.mw-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  text-decoration: none;
}

.mw-brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(77, 212, 245, 0.25);
}

.mw-brand span {
  display: grid;
}

.mw-brand b {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mw-brand small {
  margin-top: 2px;
  color: var(--pale-gold);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mw-navlinks {
  display: flex;
  gap: clamp(18px, 2.4vw, 40px);
  font-size: 0.83rem;
  color: #c9d5e3;
}

.mw-navlinks a,
.mw-film-link,
.mw-discreet-link {
  text-underline-offset: 4px;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.mw-navlinks a:hover,
.mw-film-link:hover,
.mw-discreet-link:hover {
  color: var(--pale-gold);
}

.mw-film-link {
  justify-self: end;
  padding: 12px 21px;
  border: 1px solid rgba(240, 189, 79, 0.42);
  border-radius: 999px;
  font-size: 0.82rem;
}

.mw-hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  padding: 180px 7vw 10vh;
  border-bottom: 1px solid var(--line);
}

.mw-hero-image,
.mw-hero-shade,
.mw-stars {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mw-hero-image {
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.06);
}

.mw-hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 7, 15, 0.92) 0%, rgba(2, 7, 15, 0.58) 43%, rgba(2, 7, 15, 0.08) 72%),
    linear-gradient(0deg, var(--night) 0%, transparent 34%, rgba(1, 7, 15, 0.42) 100%);
}

.mw-stars {
  z-index: 1;
  opacity: 0.98;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.98) 0 1.3px, transparent 2px),
    radial-gradient(circle, rgba(98,217,239,0.98) 0 1.4px, transparent 2.1px),
    radial-gradient(circle, rgba(255,233,163,0.95) 0 1.5px, transparent 2.2px);
  background-position: 0 0, 52px 76px, 24px 30px;
  background-size: 120px 120px, 190px 190px, 240px 240px;
}

.mw-stars::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,1) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(255,233,163,0.98) 0 2.4px, transparent 3.4px),
    radial-gradient(circle, rgba(98,217,239,0.95) 0 2px, transparent 3px);
  background-repeat: no-repeat;
  background-size: 14px 14px, 10px 10px, 9px 9px;
  background-position: 68% 18%, 58% 29%, 81% 34%;
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(255,255,255,0.45));
}

.mw-stars::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.98) 0 1.2px, transparent 2px),
    radial-gradient(circle, rgba(255,233,163,0.92) 0 1.1px, transparent 1.9px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 4px 4px;
  background-position: 74% 16%, 63% 24%;
  opacity: 0.9;
}



.mw-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.mw-kicker {
  margin: 0 0 24px;
  color: var(--pale-gold);
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.32em;
  line-height: 1.7;
  text-transform: uppercase;
}

.mw-hero h1,
.mw-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.mw-hero h1 {
  max-width: 970px;
  margin: 0;
  font-size: clamp(3.1rem, 7.2vw, 7.7rem);
  line-height: 0.94;
  text-wrap: balance;
}

.mw-hero h1 em {
  color: var(--pale-gold);
  font-style: normal;
}

.mw-lead {
  margin: 34px 0 0;
  color: #d4deea;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.7;
}

.mw-discreet-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: #d9e5ee;
  font-size: 0.88rem;
}

.mw-discreet-link span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.mw-date {
  position: absolute;
  z-index: 3;
  right: 5vw;
  bottom: 7vh;
  display: grid;
  gap: 8px;
  min-width: 240px;
  padding: 22px 26px;
  border: 1px solid rgba(240, 189, 79, 0.42);
  border-radius: 24px 24px 3px 24px;
  background: rgba(2, 9, 20, 0.8);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  text-align: center;
  backdrop-filter: blur(14px);
}

.mw-date small,
.mw-date span {
  color: #b9c7d5;
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mw-date strong {
  color: var(--pale-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
}

.mw-section {
  position: relative;
  padding: clamp(90px, 12vw, 180px) 7vw;
}

.mw-section h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.4vw, 6rem);
  line-height: 1.04;
  text-wrap: balance;
}

.mw-section p {
  color: var(--mist);
  font-size: clamp(1.03rem, 1.5vw, 1.3rem);
  line-height: 1.8;
}

.mw-prologue {
  min-height: 75vh;
  display: grid;
  place-content: center;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.18), rgba(2, 8, 18, 0.38)),
    radial-gradient(circle at 50% 40%, rgba(20, 129, 166, 0.10), transparent 23rem),
    linear-gradient(var(--night), #04111f);
}

.mw-prologue > * {
  position: relative;
  z-index: 2;
}

.mw-prologue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mw-prologue-bg) center center / cover no-repeat;
  opacity: 0.42;
  filter: brightness(1.18) saturate(1.04) contrast(1.05);
  pointer-events: none;
}

.mw-prologue::after {
  content: "";
  position: absolute;
  inset: 3% 8%;
  border: 1px solid rgba(102, 217, 239, 0.13);
  border-radius: 50%;
  transform: scaleX(0.65);
  pointer-events: none;
}

.mw-ornament {
  margin: 0 auto 25px;
  color: var(--gold);
  font-size: 2rem;
  text-shadow: 0 0 25px var(--gold);
}

.mw-prologue h2 {
  max-width: 1100px;
  margin-inline: auto;
  color: #fff;
  text-shadow: 0 10px 32px rgba(0,0,0,0.6);
}

.mw-prologue-copy {
  max-width: 850px;
  margin: 50px auto 0;
  text-shadow: 0 8px 24px rgba(0,0,0,0.55);
}

.mw-prologue-copy strong {
  color: var(--pale-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16em;
  font-weight: 400;
}

.mw-veil,
.mw-portal,
.mw-elyan,
.mw-spiral {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(54px, 8vw, 140px);
}

.mw-veil {
  background:
    linear-gradient(90deg, rgba(9, 34, 59, 0.82), transparent),
    #06101c;
}

.mw-veil-art {
  position: relative;
  min-height: 720px;
}

.mw-veil-art > img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  border-radius: 48% 48% 14px 14px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
  filter: brightness(1.12) saturate(1.05) contrast(1.04);
}


.mw-aura {
  position: absolute;
  border: 1px solid rgba(98, 217, 239, 0.35);
  border-radius: 50%;
  pointer-events: none;
}

.mw-aura-one {
  inset: 7% -10% 22% 18%;
}

.mw-aura-two {
  inset: 14% -3% 29% 25%;
  border-color: rgba(240, 189, 79, 0.35);
}

.mw-veil-copy h2,
.mw-portal-copy h2,
.mw-elyan h2,
.mw-spiral h2 {
  margin-bottom: 35px;
}

.mw-question {
  min-height: 88vh;
  display: flex;
  align-items: center;
}

.mw-question > img,
.mw-question-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mw-question > img {
  object-fit: cover;
}

.mw-question-shade {
  background:
    linear-gradient(90deg, rgba(1, 7, 15, 0.92), rgba(1, 7, 15, 0.36) 60%, rgba(1, 7, 15, 0.14)),
    linear-gradient(0deg, #03101e, transparent 22%, transparent 80%, #06101c);
}

.mw-question-copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.mw-question-copy h2 {
  margin-bottom: 42px;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,0.48);
}

.mw-question-copy strong {
  color: var(--pale-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35em;
  font-weight: 400;
}

.mw-portal {
  background: linear-gradient(145deg, #04101e, #08223a);
}

.mw-portal-copy blockquote,
.mw-elyan blockquote,
.mw-spiral blockquote {
  margin: 38px 0;
  padding-left: 28px;
  border-left: 1px solid var(--gold);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.4rem);
  line-height: 1.42;
}

.mw-opening {
  color: var(--pale-gold) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mw-portal-figure {
  margin: 0;
}

.mw-portal-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 260px 260px 18px 18px;
  box-shadow:
    0 0 0 1px rgba(95, 214, 238, 0.22),
    0 40px 110px rgba(0, 0, 0, 0.48);
  filter: brightness(1.09) saturate(1.04) contrast(1.03);
}


.mw-screening {
  background:
    radial-gradient(circle at 50% 18%, rgba(34, 125, 174, 0.26), transparent 26rem),
    #020813;
}

.mw-screening-head {
  max-width: 960px;
  margin: 0 auto 70px;
  text-align: center;
}

.mw-screening-head p:last-child {
  max-width: 720px;
  margin: 28px auto 0;
}

.mw-poster {
  max-width: 1180px;
  margin: 0 auto 90px;
}

.mw-poster img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(240, 189, 79, 0.28);
  border-radius: 38px 38px 8px 8px;
  box-shadow: 0 45px 140px rgba(0, 0, 0, 0.55);
}

.mw-poster figcaption {
  padding: 14px 2px;
  color: #8fa5b9;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

.mw-video-block {
  max-width: 1180px;
  margin: 0 auto 90px;
}

.mw-video-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.mw-video-label > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.mw-video-label div {
  display: grid;
  gap: 4px;
}

.mw-video-label small {
  color: #879db2;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mw-video-label strong {
  font-size: 1.12rem;
}

.mw-video-frame,
.mw-film-placeholder {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(98, 217, 239, 0.24);
  border-radius: 28px;
  background: #000;
  box-shadow: 0 35px 120px rgba(0, 0, 0, 0.62);
}

.mw-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.mw-film-placeholder > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.34;
  filter: blur(1px);
}

.mw-film-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, transparent, rgba(2, 8, 19, 0.86));
}

.mw-film-placeholder > div {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  padding: 25px;
  text-align: center;
}

.mw-film-placeholder .mw-placeholder-logo {
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  border-radius: 50%;
  box-shadow: 0 0 42px rgba(98, 217, 239, 0.4);
}

.mw-film-placeholder p {
  max-width: 670px;
  margin: 0 auto 12px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3.7vw, 3.8rem);
  line-height: 1.18;
}

.mw-film-placeholder small {
  color: #aec1d1;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mw-cinema {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.55), rgba(2, 8, 18, 0.78)),
    radial-gradient(circle at 50% 44%, rgba(10, 117, 171, 0.18), transparent 31rem),
    var(--mw-cinema-bg) center center / cover no-repeat,
    linear-gradient(#03101f, #061526);
}

.mw-cinema-title {
  max-width: 1040px;
  margin: auto;
}

.mw-cinema-title h2 {
  color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,0.52);
}

.mw-cinema-title > p:last-child {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-shadow: 0 8px 26px rgba(0,0,0,0.52);
}

.mw-cinema-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1050px;
  margin: 85px auto 30px;
  border-block: 1px solid var(--line);
}

.mw-cinema-flow div {
  display: grid;
  gap: 0;
  padding: 36px 20px 48px;
  align-content: start;
  justify-items: center;
}

.mw-cinema-flow div + div {
  border-left: 1px solid var(--line);
}

.mw-cinema-flow strong {
  color: var(--pale-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 0.88;
}

.mw-cinema-flow span {
  margin-top: 22px;
  color: #d8e3ef;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.mw-wide-copy {
  max-width: 880px;
  margin: 20px auto;
}

.mw-declaration {
  max-width: 1030px;
  margin: 65px auto 0;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 3.1rem) !important;
  line-height: 1.4 !important;
}

.mw-contents {
  position: relative;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 9vw, 150px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 16, 29, 0.44) 0%, rgba(4, 16, 29, 0.36) 42%, rgba(4, 16, 29, 0.32) 100%),
    radial-gradient(circle at 72% 42%, rgba(98, 217, 239, 0.12), transparent 22rem),
    #04101d;
}

.mw-contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mw-contents-bg) center center / cover no-repeat;
  opacity: 0.38;
  filter: brightness(1.18) saturate(1.06) contrast(1.04);
  pointer-events: none;
}

.mw-contents > * {
  position: relative;
  z-index: 1;
}

.mw-contents-intro h2 {
  color: #fff;
  text-shadow: 0 10px 28px rgba(0,0,0,0.40);
}

.mw-quest-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.mw-quest-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 24px 6px;
  border-bottom: 1px solid var(--line);
  color: #d8e2ec;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
}

.mw-quest-list span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
}

.mw-elyan {
  background:
    radial-gradient(circle at 27% 47%, rgba(98, 217, 239, 0.16), transparent 20rem),
    #061525;
}

.mw-elyan figure {
  margin: 0;
}

.mw-elyan figure img {
  width: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center;
  border-radius: 50% 50% 18px 18px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.54);
  filter: brightness(1.1) saturate(1.04) contrast(1.03);
}

.mw-mission {
  position: relative;
  max-width: none;
  margin: 0;
  text-align: center;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(2, 8, 18, 0.24), rgba(2, 8, 18, 0.42)),
    radial-gradient(circle at 50% 30%, rgba(98, 217, 239, 0.10), transparent 26rem),
    #020813;
}

.mw-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mw-mission-bg) center center / cover no-repeat;
  opacity: 0.34;
  filter: brightness(1.22) saturate(1.05) contrast(1.04);
  pointer-events: none;
}

.mw-mission > * {
  position: relative;
  z-index: 1;
}

.mw-mission-inner {
  max-width: 1100px;
  margin: auto;
}

.mw-mission h2 {
  margin-bottom: 52px;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,0.45);
}

.mw-mission p {
  max-width: 820px;
  margin: 22px auto;
}

.mw-spiral {
  background:
    radial-gradient(circle at 74% 50%, rgba(240, 189, 79, 0.11), transparent 22rem),
    #04101d;
}

.mw-spiral > img {
  width: 100%;
  border: 1px solid rgba(240, 189, 79, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 80px rgba(30, 146, 187, 0.15),
    0 40px 100px rgba(0, 0, 0, 0.54);
}

.mw-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 45px 6vw;
  border-top: 1px solid var(--line);
  color: #8ea2b5;
  background: #010711;
}

.mw-footer img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.mw-footer p {
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.mw-footer a {
  justify-self: end;
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .mw-nav {
    grid-template-columns: 1fr auto;
  }

  .mw-navlinks {
    display: none;
  }

  .mw-date {
    display: none;
  }

  .mw-hero-copy {
    max-width: 780px;
  }

  .mw-veil,
  .mw-portal,
  .mw-elyan,
  .mw-spiral,
  .mw-contents {
    grid-template-columns: 1fr;
  }

  .mw-portal-copy {
    order: 2;
  }

  .mw-portal-figure {
    order: 1;
  }

  .mw-spiral > img {
    max-width: 620px;
    margin: auto;
  }
}

@media (max-width: 680px) {
  .mw-nav {
    inset: 14px 14px auto;
    padding: 8px 10px;
  }

  .mw-brand span {
    display: none;
  }

  .mw-brand img {
    width: 42px;
    height: 42px;
  }

  .mw-film-link {
    padding: 10px 15px;
  }

  .mw-hero {
    min-height: 94svh;
    padding: 150px 24px 70px;
  }

  .mw-hero-shade {
    background:
      linear-gradient(0deg, var(--night) 0%, rgba(2, 7, 15, 0.72) 54%, rgba(2, 7, 15, 0.28)),
      linear-gradient(90deg, rgba(2, 7, 15, 0.65), transparent);
  }

  .mw-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.3rem);
  }

  .mw-section {
    padding: 85px 24px;
  }

  .mw-section h2 {
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .mw-veil-art {
    min-height: 470px;
  }

  .mw-veil-art > img {
    height: 470px;
  }

  .mw-question {
    min-height: 80vh;
  }

  .mw-portal-figure img,
  .mw-elyan figure img {
    min-height: 490px;
    border-radius: 180px 180px 12px 12px;
  }

  .mw-poster {
    margin-bottom: 65px;
  }

  .mw-poster img,
  .mw-video-frame,
  .mw-film-placeholder {
    border-radius: 16px;
  }

  .mw-film-placeholder .mw-placeholder-logo {
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
  }

  .mw-film-placeholder p {
    font-size: 1.35rem;
  }

  .mw-film-placeholder small {
    display: none;
  }

  .mw-cinema-flow {
    grid-template-columns: 1fr;
  }

  .mw-cinema-flow div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .mw-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mw-footer img,
  .mw-footer a {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .mw-stars {
    animation: mw-drift 26s linear infinite;
  }

  @keyframes mw-drift {
    to {
      background-position: 120px 120px, -138px 266px;
    }
  }
}
