:root {
  font-family: Helvetica, Arial, sans-serif;
  background: #4c4326;
  color: #fff;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-page {
  background: #000;
}

a {
  color: inherit;
  text-decoration: none;
  touch-action: manipulation;
}

a:focus-visible {
  outline: 4px solid #fff;
  outline-offset: -8px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.kiosk-back {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
}

.kiosk-back svg {
  flex: none;
  width: 85px;
  height: 16px;
  transition: transform .3s ease;
}

.kiosk-back:hover svg,
.kiosk-back:focus-visible svg {
  transform: translateX(-8px);
}

.kiosk-back:focus-visible {
  outline-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  .kiosk-back svg { transition: none; }
}

.stage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 1080px;
  margin: -540px 0 0 -960px;
  overflow: hidden;
  transform: scale(var(--stage-scale, 1));
  transform-origin: center;
  background: #fff5e8;
  transition: opacity .48s ease, filter .48s ease;
}

.stage.is-leaving {
  opacity: 0;
  filter: blur(8px);
}

.screen {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

.standby__image {
  position: absolute;
  top: -186.89px;
  left: -650.16px;
  width: 3241.42px;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  will-change: transform;
  animation: standby-pan 24s ease-in-out infinite;
}

.standby__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 69%, #4c4326 100%);
  pointer-events: none;
}

.standby__start {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.standby__label {
  position: absolute;
  top: 955px;
  left: 541px;
  display: flex;
  width: 822px;
  height: 82px;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  will-change: transform, opacity;
  animation: standby-prompt 2.8s ease-in-out infinite alternate;
}

.video-screen {
  background: #000;
  --plyr-color-main: #fff;
  --plyr-video-control-color: #fff;
  --plyr-video-control-color-hover: #292923;
  --plyr-video-control-background-hover: #fff;
  --plyr-video-controls-background: transparent;
  --plyr-control-icon-size: 32px;
  --plyr-control-spacing: 18px;
  --plyr-range-thumb-height: 18px;
  --plyr-range-track-height: 5px;
}

.video-screen .plyr {
  width: 1920px;
  height: 1080px;
  background: #000;
}

.video-screen .plyr__video-wrapper,
.video-screen .plyr__video-wrapper--fixed-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 900px;
  margin: 0;
  padding-bottom: 0;
  aspect-ratio: auto;
}

.video-screen .plyr__video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-screen .plyr__control--overlaid {
  top: 450px;
  left: 960px;
  width: 112px;
  height: 112px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgb(0 0 0 / 45%);
  transition: opacity .35s ease, background-color .25s ease;
}

.video-screen .plyr__control--overlaid svg {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.video-screen .plyr--playing .plyr__control--overlaid {
  opacity: 0;
  pointer-events: none;
}

.video-screen .plyr--video .plyr__controls {
  right: 410px;
  bottom: 0;
  height: 180px;
  padding: 0 0 0 60px;
  gap: 28px;
  background: #000;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.video-screen .plyr__controls > .plyr__control {
  display: grid;
  flex: none;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 50%;
}

.video-screen .plyr__controls .plyr__progress__container {
  padding: 0;
}

.video-screen .plyr__controls .plyr__time {
  padding: 0;
  font-size: 24px;
  font-variant-numeric: tabular-nums;
}

.video-screen__intro {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: grid;
  width: 1920px;
  height: 900px;
  place-items: center;
  background: rgb(20 23 25 / 43%);
  backdrop-filter: blur(22px);
  pointer-events: none;
  transition: opacity .9s ease, backdrop-filter .9s ease;
}

.video-screen__intro.is-hidden {
  opacity: 0;
  backdrop-filter: blur(0);
}

.video-screen__loader {
  width: 58px;
  height: 58px;
  border: 2px solid rgb(255 255 255 / 35%);
  border-top-color: #fff;
  border-radius: 50%;
  animation: video-loading 1.1s linear infinite;
}

.video-screen__skip {
  position: absolute;
  top: 948px;
  left: 1507px;
  z-index: 4;
  display: block;
  width: 333px;
  height: 88px;
  color: #fff;
  opacity: 0;
  filter: blur(7px);
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 1.15s ease, filter 1.15s ease, transform 1.15s ease;
}

.video-screen__skip.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  pointer-events: auto;
}

.video-screen__skip-label {
  position: absolute;
  top: 22px;
  left: 0;
  width: 268px;
  height: 34px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.video-screen__skip-arrow {
  position: absolute;
  top: 36px;
  left: 248px;
  width: 85px;
  height: 16px;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity .8s ease .25s, transform .8s ease .25s;
}

.video-screen__skip.is-visible .video-screen__skip-arrow {
  opacity: 1;
  transform: translateX(0);
}

@keyframes video-loading {
  to { transform: rotate(360deg); }
}

@keyframes standby-pan {
  0%, 100% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(110px, 0, 0); }
  75% { transform: translate3d(-110px, 0, 0); }
}

@keyframes standby-prompt {
  from {
    opacity: .72;
    transform: translateY(5px) scale(.985);
    text-shadow: 0 0 0 rgb(255 255 255 / 0%);
  }
  to {
    opacity: 1;
    transform: translateY(-5px) scale(1.015);
    text-shadow: 0 0 16px rgb(255 255 255 / 35%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stage {
    transition: none;
  }

  .standby__image,
  .standby__label,
  .video-screen__loader {
    animation: none;
  }

  .video-screen__intro,
  .video-screen__skip,
  .video-screen__skip-arrow {
    transition: none;
  }
}
