/* Event page visual scale/readability patch. Loaded only by resources/views/event.blade.php. */

/* The PNG logo contains large transparent margins, so the image box must be
   intentionally larger for the visible mark to read at the intended size. */
@media (min-width: 769px) {
  .site-header {
    padding-left: 64px;
    padding-right: 64px;
  }

  .site-header .site-logo {
    height: 160px;
    width: auto;
    margin-left: -42px;
  }
}

/* Larger desktop canvas and typography without changing event data/logic. */
@media (min-width: 1101px) {
  .event-container,
  .event-content {
    width: calc(100% - 64px);
    max-width: 1800px;
  }

  .event-container {
    margin-bottom: 18px;
    aspect-ratio: 1200 / 520;
  }

  .event-container .video {
    width: calc(100% - 64px);
    max-width: 1800px;
    height: auto;
    aspect-ratio: 1200 / 520;
    object-fit: cover;
  }

  .event-content {
    gap: 52px;
  }

  .event-sidebar {
    flex: 0 0 400px;
  }

  .event-sidebar__sticky {
    padding: 40px;
    border-radius: 28px;
    font-size: 1.08rem;
    line-height: 1.5;
  }

  .event-main {
    padding: 56px 60px;
    border-radius: 28px;
    font-size: 1.08rem;
    line-height: 1.7;
  }

  .event-main .event-title {
    margin-bottom: 24px;
    font-size: 3rem;
    line-height: 1.08;
  }

  .event-main .event-meta {
    margin: 12px 0;
    font-size: 1.08rem;
    line-height: 1.62;
  }

  .event-main .event-description {
    margin-top: 28px;
    font-size: 1.18rem;
    line-height: 1.7;
  }

  .event-button--ticket {
    min-height: 54px;
    padding: 14px 28px;
    font-size: 1.08rem;
  }

  .event-dates-list .event-date {
    font-size: 1.02rem;
  }
}

.event-section-heading {
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.35;
  text-decoration: none;
}

.event-description-lead {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.event-description > div {
  margin-bottom: 0.8em;
}

.event-description > div:last-child {
  margin-bottom: 0;
}

/* Mobile: remove justified text (it creates the large gaps visible on iPhone),
   restore comfortable card padding and make emphasis easier to scan. */
@media (max-width: 700px) {
  /* Keep the event header on a single centered row. The base stylesheet switches
     it to a column on mobile, which leaves the logo lower than the burger and
     lets part of the oversized transparent PNG remain visible while hiding. */
  .site-header {
    height: 80px;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .site-header .header-left,
  .site-header .header-right,
  .site-header .logo-link {
    height: 80px;
    align-items: center;
  }

  .site-header .header-left,
  .site-header .logo-link {
    display: flex;
  }

  .site-header .header-right {
    flex: 0 0 auto;
    align-self: auto;
    margin-left: auto;
  }

  .site-header .site-logo {
    height: 118px;
    width: auto;
    margin: 0 0 0 -30px;
  }

  .site-header .burger-btn {
    align-self: center;
  }

  /* Full-width white reading surface: the fixed hero must not remain visible
     in narrow strips at the sides while the event copy scrolls over it. */
  .event-content {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding: 0 12px 18px;
    gap: 18px;
    background: #fff;
  }

  .event-sidebar {
    width: 100%;
    max-width: none;
  }

  .event-main,
  .event-sidebar__sticky {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .event-main {
    font-size: 1rem;
    line-height: 1.58;
  }

  .event-main .event-title {
    margin-bottom: 18px;
    font-size: 1.85rem;
    line-height: 1.12;
  }

  .event-main .event-meta {
    margin: 10px 0;
    padding: 0;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .event-main .event-meta + .event-meta {
    margin-top: 22px;
  }

  .event-main .event-description {
    margin-top: 22px;
    padding: 0;
    font-size: 1.06rem;
    line-height: 1.65;
    text-align: left !important;
    letter-spacing: 0;
    word-spacing: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .event-section-heading {
    margin-bottom: 9px;
    font-size: 1.05em;
  }

  .event-description-lead {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
  }

  .event-description > div {
    margin-bottom: 0.9em;
  }

  .event-button--ticket {
    min-height: 48px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .event-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .event-main,
  .event-sidebar__sticky {
    padding: 20px 16px;
  }

  .event-main .event-title {
    font-size: 1.7rem;
  }

  .event-main .event-description {
    font-size: 1.04rem;
    line-height: 1.62;
  }
}

/* === Booking card + cast cards (desktop and mobile) === */
.event-mobile-hero {
  display: none;
}

.event-sidebar__sticky {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.event-booking__meta {
  display: grid;
  grid-template-columns: minmax(115px, .85fr) minmax(0, 1.35fr);
  gap: 16px;
  align-items: start;
}

.event-booking__item {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.event-booking__item > i {
  flex: 0 0 auto;
  width: 20px;
  margin-top: 4px;
  color: #202020;
  font-size: 1.05rem;
  text-align: center;
}

.event-booking__item > div {
  min-width: 0;
}

.event-booking__label {
  display: block;
  margin-bottom: 4px;
  color: #8b8b8b;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.event-booking__value {
  display: block;
  color: #171717;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.event-booking__address {
  display: block;
  margin-top: 3px;
  color: #666;
  font-size: .83rem;
  line-height: 1.35;
}

.event-booking__button {
  width: 100%;
  min-height: 54px;
  margin: 0;
  box-sizing: border-box;
}

.event-dates-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: -2px;
}

.event-dates-list .event-date {
  margin: 0;
  padding: 7px 12px;
  border: 1px solid #dedede;
  border-radius: 999px;
  color: #555;
  background: #fff;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1;
}

.event-dates-list .event-date.is-active {
  border-color: #222;
  color: #111;
  background: #f5f5f5;
}

.event-cast-block {
  margin-top: 0;
}

.event-cast-block .event-section-heading {
  margin-bottom: 16px;
}

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

.event-cast-card {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  border-radius: 18px;
  background: #f4f4f4;
}

.event-cast-card__avatars {
  position: relative;
  flex: 0 0 103px;
  width: 103px;
  height: 62px;
  display: flex;
  align-items: center;
}

.event-cast-card__avatar {
  position: relative;
  flex: 0 0 53px;
  width: 53px;
  height: 53px;
  border: 2px solid #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dedede;
  color: #555;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.event-cast-card__avatar + .event-cast-card__avatar {
  margin-left: -3px;
  z-index: 2;
}

.event-cast-card__avatars.is-single {
  flex-basis: 62px;
  width: 62px;
}

.event-cast-card__avatars.is-single .event-cast-card__avatar {
  flex-basis: 62px;
  width: 62px;
  height: 62px;
}

.event-cast-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-cast-card__more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  border: 2px solid #f4f4f4;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #222;
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
}

.event-cast-card__body {
  min-width: 0;
}

.event-cast-card__role {
  color: #171717;
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.25;
}

.event-cast-card__names {
  margin-top: 3px;
  color: #656565;
  font-size: .9rem;
  line-height: 1.35;
}

.event-person-link {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 2px;
}

.event-person-link:hover,
.event-person-link:focus-visible {
  color: #111;
  text-decoration: underline;
}

@media (max-width: 700px) {
  /* Match the visible left inset of the logo to the burger's right inset. */
  .site-header .site-logo {
    margin-left: -14px;
  }

  /* Variant A: vertical poster can occupy the first mobile screen. Desktop media
     is unchanged; the mobile override applies only below 700px. */
  .event-container.has-event-media {
    width: 100%;
    max-width: none;
    height: calc(100svh - 80px);
    min-height: 520px;
    margin: 0;
    aspect-ratio: auto;
    position: relative;
    overflow: hidden;
    background: #000;
  }

  .event-container.has-event-media .event-desktop-media {
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center;
  }

  .event-container.has-mobile-poster .event-desktop-media {
    display: none;
  }

  .event-container.has-mobile-poster .event-mobile-hero {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .event-content {
    position: relative;
    z-index: 2;
    margin-top: -34px;
    padding: 0 0 22px;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    background: #fff;
  }

  .event-sidebar,
  .event-main {
    box-sizing: border-box;
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .event-sidebar__sticky {
    margin: 0;
    padding: 22px 18px;
    border-radius: 26px;
    gap: 18px;
    box-shadow: 0 12px 34px rgba(0,0,0,.08);
  }

  .event-booking__meta {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
    gap: 14px;
  }

  .event-booking__item {
    gap: 9px;
  }

  .event-booking__label {
    font-size: .62rem;
  }

  .event-booking__value {
    font-size: .93rem;
  }

  .event-booking__address {
    font-size: .78rem;
  }

  .event-booking__button {
    min-height: 52px;
    border-radius: 999px;
    font-size: 1rem;
  }

  .event-dates-list {
    gap: 7px;
  }

  .event-dates-list .event-date {
    padding: 7px 10px;
    font-size: .78rem;
  }

  .event-main {
    margin-top: 0;
    padding: 24px 18px;
    border-radius: 26px;
  }

  .event-cast-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .event-cast-card {
    gap: 12px;
    padding: 11px 12px;
    border-radius: 17px;
  }

  .event-cast-card__avatars {
    flex-basis: 99px;
    width: 99px;
    height: 58px;
  }

  .event-cast-card__avatar {
    flex-basis: 51px;
    width: 51px;
    height: 51px;
    border: 2px solid #fff;
    border-radius: 14px;
  }

  .event-cast-card__avatar + .event-cast-card__avatar {
    margin-left: -3px;
  }

  .event-cast-card__avatars.is-single {
    flex-basis: 58px;
    width: 58px;
  }

  .event-cast-card__avatars.is-single .event-cast-card__avatar {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .event-cast-card__role {
    font-size: .98rem;
  }

  .event-cast-card__names {
    font-size: .9rem;
  }
}

@media (max-width: 380px) {
  .event-booking__meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .event-container.has-event-media {
    z-index: 0;
  }

  .event-container.has-event-media .event-desktop-media,
  .event-container.has-mobile-poster .event-mobile-hero {
    z-index: 0;
  }
}

.event-mobile-hero-copy {
  display: none;
}

@media (max-width: 700px) {
  .event-container.has-event-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.08) 26%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.72) 100%);
  }

  .event-mobile-hero-copy {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 64px;
    z-index: 2;
    display: block;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0,0,0,.5);
  }

  .event-mobile-hero-copy__genre {
    max-width: 290px;
    margin-bottom: 12px;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .event-mobile-hero-copy__title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 14vw, 4.8rem);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.025em;
  }

  .event-mobile-hero-copy__text {
    max-width: 320px;
    margin-top: 14px;
    font-size: .96rem;
    line-height: 1.45;
  }
}

@media (max-width: 700px) {
  .event-container.has-event-media + .event-content .event-main .event-title {
    display: none;
  }
}


/* 2026-09-11: restore booking-card scale, fixed mobile media overlap and name wrapping. */
.event-booking__item--date .event-booking__value {
  white-space: nowrap;
}

@media (min-width: 1101px) {
  .event-sidebar__sticky {
    min-height: 360px;
    box-sizing: border-box;
    justify-content: center;
    gap: 24px;
  }

  .event-booking__meta {
    grid-template-columns: minmax(155px, .95fr) minmax(0, 1.25fr);
    gap: 20px;
  }

  .event-booking__button {
    min-height: 60px;
    font-size: 1.12rem;
  }
}

@media (max-width: 700px) {
  /* Keep the media anchored to the viewport while the white event content
     scrolls over it, matching the original event-page depth effect. */
  .event-container.has-event-media {
    overflow: visible;
  }

  .event-container.has-event-media .event-desktop-media,
  .event-container.has-mobile-poster .event-mobile-hero {
    position: fixed;
    top: 80px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 100vw;
    max-width: none;
    height: calc(100svh - 80px);
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }

  .event-container.has-mobile-poster .event-desktop-media {
    display: none;
  }

  .event-container.has-event-media::after,
  .event-mobile-hero-copy {
    position: absolute;
  }

  .event-content {
    z-index: 3;
    background: #fff;
  }

  .event-sidebar__sticky {
    min-height: 320px;
    box-sizing: border-box;
    justify-content: center;
    gap: 22px;
  }

  .event-booking__meta {
    grid-template-columns: minmax(140px, .95fr) minmax(0, 1.25fr);
    gap: 14px;
  }

  .event-booking__button {
    min-height: 58px;
    font-size: 1.05rem;
  }

  /* A person's full name moves as one unit to the next line instead of
     splitting the first name and surname across different lines. */
  .event-team-person {
    display: inline-block;
    white-space: nowrap;
    vertical-align: baseline;
  }
}

@media (max-width: 380px) {
  .event-booking__meta {
    grid-template-columns: 1fr;
  }
}

/* 2026-09-11: final mobile fixed-media flow and booking-card distribution. */
@media (min-width: 769px) {
  .site-header .site-logo {
    transform: translateY(12px);
  }
}

.event-media-end-sentinel {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 1px;
  background: #fff;
}

@media (max-width: 700px) {
  /* Keep image/video, readability gradient and copy together in the viewport.
     The white content remains above them and covers all three while scrolling. */
  .event-container.has-event-media::after {
    position: fixed;
    top: 80px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: calc(100svh - 80px);
  }

  .event-mobile-hero-copy {
    position: fixed; /* keep copy locked to the poster/video */
    top: auto;
    right: 24px;
    bottom: 64px;
    left: 24px;
  }

  /* Use the whole booking card instead of compressing its content in the centre. */
  .event-sidebar__sticky {
    min-height: 320px;
    padding: 34px 28px 30px;
    justify-content: flex-start;
    gap: 0;
  }

  .event-booking__meta {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
  }

  .event-booking__item {
    gap: 12px;
  }

  .event-booking__label {
    margin-bottom: 6px;
    font-size: .66rem;
  }

  .event-booking__value {
    font-size: 1rem;
    line-height: 1.25;
  }

  .event-booking__address {
    margin-top: 5px;
    font-size: .82rem;
  }

  .event-booking__button {
    min-height: 58px;
    margin-top: auto;
    font-size: 1.05rem;
  }

  .event-dates-list {
    margin-top: 14px;
  }

  /* Once the gallery/footer reaches the viewport, remove the fixed media layer
     so it cannot show through beneath the final Reviews block. */
  html.event-media-ended .event-container.has-event-media .event-desktop-media,
  html.event-media-ended .event-container.has-mobile-poster .event-mobile-hero,
  html.event-media-ended .event-container.has-event-media::after,
  html.event-media-ended .event-mobile-hero-copy {
    visibility: hidden;
  }

  .gallery-bg-full,
  .site-footer {
    position: relative;
    z-index: 4;
  }
}

@media (max-width: 380px) {
  .event-booking__meta {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* 2026-09-11: touch-scroll reliability + desktop booking alignment. */
@media (min-width: 1101px) {
  .event-booking__item--venue .event-booking__value {
    white-space: nowrap;
  }

  .event-booking__button {
    margin-top: 18px;
  }
}

@media (max-width: 700px) {
  /* The fixed poster/video is purely decorative. Let vertical pan gestures
     always reach the document, even when the gesture starts on the media. */
  .event-container.has-event-media,
  .event-container.has-event-media .event-desktop-media,
  .event-container.has-mobile-poster .event-mobile-hero,
  .event-mobile-hero-copy {
    pointer-events: none;
  }
}


/* 2026-09-11 hotfix 5: restore the base page's scroll-plane architecture.
   In the working base build the fixed media lived BEHIND the document (negative
   z-index). Positive full-viewport fixed layers introduced later are unreliable
   touch targets in iOS Safari. Keep the full-screen mobile visual, but put the
   media/gradient/copy behind the normal scroll plane and let the reserve box
   receive the vertical pan gesture. */
@media (max-width: 700px) {
  .event-container.has-event-media {
    z-index: auto;
    overflow: visible;
    background: transparent;
    pointer-events: auto; /* reserve box receives the pan */
    touch-action: pan-y;
  }

  .event-container.has-event-media .event-desktop-media,
  .event-container.has-mobile-poster .event-mobile-hero {
    position: fixed;
    top: 80px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 100vw;
    max-width: none;
    height: calc(100svh - 80px);
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
    z-index: -3;
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
  }

  .event-container.has-event-media::after {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100vw;
    height: calc(100svh - 80px);
    z-index: -2;
    pointer-events: none;
  }

  .event-mobile-hero-copy {
    position: fixed;
    right: 24px;
    bottom: 56px;
    left: 24px;
    z-index: -1;
    pointer-events: none;
  }

  .event-mobile-hero-copy__title {
    font-size: clamp(2.7rem, 12vw, 4.2rem);
  }

  .event-mobile-hero-copy__genre {
    font-size: .72rem;
  }

  .event-mobile-hero-copy__text {
    margin-top: 12px;
    font-size: .9rem;
    line-height: 1.42;
  }

  /* Keep the accepted card structure, but remove the large empty lower half
     visible on narrow screens. */
  .event-sidebar__sticky {
    min-height: 300px;
    padding: 30px 24px 28px;
    justify-content: flex-start;
  }

  .event-booking__meta {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.35fr);
    gap: 18px;
  }

  .event-booking__button {
    margin-top: 30px;
  }
}

/* Booking event title is shown on desktop and mobile. */
.event-booking__event {
  display: block;
  width: 100%;
  min-width: 0;
  margin-bottom: 10px;
}

.event-booking__event-title {
  display: block;
  max-width: 100%;
  color: #171717;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.event-person-name {
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
}

.event-person-separator {
  white-space: pre;
}

@media (max-width: 700px) {
  .event-booking__event {
    margin-bottom: 24px;
  }

  .event-booking__event-title {
    font-size: 1.45rem;
    line-height: 1.15;
  }

  .event-sidebar__sticky {
    min-height: 300px;
  }

  .event-booking__button {
    margin-top: auto;
  }
}


/* 2026-09-12: mobile event polish. Scroll-plane rules intentionally unchanged. */
.event-team-person,
.event-person-name {
  white-space: nowrap !important;
}

@media (max-width: 700px) {
  /* Lift the fixed poster/video copy by ~56px without changing the media flow. */
  .event-mobile-hero-copy {
    bottom: 112px;
  }

  /* Give date/time and venue distinct visual columns. */
  .event-booking__meta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 32px;
    row-gap: 16px;
    align-items: start;
  }

  .event-booking__item--venue {
    padding-left: 4px;
  }
}

@media (max-width: 380px) {
  .event-booking__meta {
    column-gap: 20px;
  }
}


/* 2026-09-12: robust booking-card wrapping for long venue names/addresses. */
.event-booking__item > div {
  min-width: 0;
  max-width: 100%;
}

.event-booking__item--venue .event-booking__value {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

.event-booking__address {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (min-width: 701px) {
  .event-booking__meta {
    grid-template-columns: minmax(135px, .9fr) minmax(155px, 1.1fr);
    column-gap: 20px;
    row-gap: 14px;
    align-items: start;
  }
}

@media (max-width: 700px) {
  .event-booking__meta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 28px;
    row-gap: 16px;
  }
}

@media (max-width: 360px) {
  .event-booking__meta {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .event-booking__item--venue {
    padding-left: 0;
  }
}

/* 2026-09-12: transparent mobile event header over the fixed hero.
   Scoped to media Event pages only; desktop and Home mobile are untouched. */
@media (max-width: 700px) {
  body.event-page--media {
    padding-top: 0;
  }

  body.event-page--media .header-spacer {
    display: none;
  }

  body.event-page--media .site-header {
    background: transparent;
  }

  body.event-page--media .event-container.has-event-media {
    height: 100svh;
    min-height: 100svh;
  }

  body.event-page--media .event-container.has-event-media .event-desktop-media,
  body.event-page--media .event-container.has-mobile-poster .event-mobile-hero {
    top: 0;
    height: 100svh;
  }

  body.event-page--media .event-container.has-event-media::after {
    top: 0;
    height: 100svh;
  }
}
