@font-face {
  font-family: "Speedee App";
  src: url("assets/fonts/SpeedeeApp-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Speedee App";
  src: url("assets/fonts/SpeedeeApp-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Speedee Condensed";
  src: url("assets/fonts/SpeedeeCondensed-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Speedee Condensed";
  src: url("assets/fonts/SpeedeeCondensed-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --mc-yellow: #FFBC0D;
  --mc-yellow-bright: #FFBC0D;
  --mc-green: #FFBC0D;
  --mc-ink: #111111;
  --mc-white: #fffdf6;
  --mc-black: #050505;
  --shell-width: min(100vw, 430px);
  --page-radius: 34px;
  color-scheme: light;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--mc-black);
  color: #fff;
  font-family: "Speedee App", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.6rem;
}

body.popup-open {
  overflow: hidden;
}

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

button,
a {
  font: inherit;
}



h2 {
  margin: 0;
  line-height: 0.9;
  font-size: 9vw;
  font-family: "Speedee Condensed", sans-serif;
  letter-spacing: -0.04em;
}
h3 {
  margin: 0;
  line-height: 0.9;
  font-size: 7.5vw;
  font-family: "Speedee App", sans-serif;
  letter-spacing: -0.04em;
  color: #fff;
}

.desktop-lock {
  display: none;
}

.mobile-experience {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  isolation: isolate;
}

.parallax-background {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 50%;
  width: var(--shell-width);
  height: 133.333vh;
  height: 133.333dvh;
  transform: translate3d(-50%, 0, 0);
  background: url("assets/background-paralax.jpg") center / cover no-repeat;
  will-change: transform;
  pointer-events: none;
}

.page {
  width: var(--shell-width);
  container-type: inline-size;
  container-name: page;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: transparent;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.section {
  width: 100%;
  position: relative;
}

.hero__top {
  padding: 5vw;
}

.logo {
  width: 100%;
}

.hero_logo_copy {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}

.hero__wordmark {
  width: 100%;
  margin: 0 auto;
  padding: 2.5vw;
}

.menu-button {
  width: 24px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.productImgContainer {
  position: relative;
  aspect-ratio: 6.25 / 8;
}
.productImg {
  position: absolute;
  margin-bottom: -5vw;
  bottom: 0;
  z-index: -1;
}

@keyframes floatFirst {
  0% {transform: rotate(-10deg) translate(0);}
  25% {transform: rotate(-5deg) translate(-2px, -5px);}
  50% {transform: rotate(0deg) translate(-4px, -15px);}
  75% {transform: rotate(-5deg) translate(-2px, -7.5px);}
  100% {transform: rotate(-10deg) translate(0);}
}

@keyframes floatComma {
  0% {transform: rotate(2.5deg) scale(65%) translate(0);}
  25% {transform: rotate(10deg) scale(60%) translate(2px, -10px);}
  50% {transform: rotate(17.5deg) scale(55%) translate(4px, -30px);}
  75% {transform: rotate(10deg) scale(60%) translate(2px, -10px);}
  100% {transform: rotate(2.5deg) scale(65%) translate(0);}
}

@keyframes floatSecond {
  0% {transform: rotate(5deg) scale(70%) translate(0);}
  25% {transform: rotate(0deg) scale(68%) translate(-2px, -10px);}
  50% {transform: rotate(-5deg) scale(70%) translate(-4px, -15px);}
  75% {transform: rotate(0deg) scale(72%) translate(-2px, -10px);}
  100% {transform: rotate(5deg) scale(70%) translate(0);}
}

@keyframes floatThird {
  0% {transform: rotate(5deg) scale(70%) translate(0);}
  25% {transform: rotate(0deg) scale(68%) translate(-2px, -15px);}
  50% {transform: rotate(-5deg) scale(70%) translate(-6px, -25px);}
  75% {transform: rotate(0deg) scale(72%) translate(-2px, -15px);}
  100% {transform: rotate(5deg) scale(70%) translate(0);}
}

.priceContainer {
  aspect-ratio: 4 / 2;
  width: 100%;
}
.price {
  position: relative;
}
.priceNr {
  position: absolute;
  height: 65vw;
}
.priceFirst {
  transform: rotate(-10deg);
  z-index: 1;
  left: 5vw;
  animation: floatFirst 6s infinite linear;
}
.priceComma {
  transform: rotate(2.5deg) scale(65%);
  z-index: 2;
  left: 15vw;
  top: 13vw;
  animation: floatComma 8s infinite linear;
}
.priceSecond {
  transform: rotate(5deg) scale(70%);
  z-index: 1;
  left: 29.5vw;
  top: -10vw;
  animation: floatSecond 10s infinite linear;
}
.priceThird {
  transform: rotate(7.5deg) scale(65%);
  z-index: 2;
  left: 50vw;
  top: -8vw;
  animation: floatThird 8s infinite linear;
}


.copyBlock {
  padding: 5vw;
  margin: 0 5vw 5vw;
  border-radius: 10px;
  background-color: #fff;
}
.copyBlock h2 {
  color: #FFBC0D;
  width: 100%;
  display: block;
  border-bottom: 1px solid #FFBC0D;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.copyBlock p {
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.menu-button--close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-button--close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero__spacer {
  width: 44px;
  height: 44px;
}

.hero__title,
.section-title,
.popup-card__title,
.popup-card__tag,
.cta {
  font-family: "Speedee Condensed", sans-serif;
}

.hero__title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 16vw;
    line-height: 0.75;
    letter-spacing: -0.05em;
    width: 100%;
    transform: rotate(-2deg);
}

.hero__copy {
  width: min(100%, 330px);
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  transform: rotate(-2deg);
  margin: 0 auto;
}

.delivery__copy {
  width: min(100%, 330px);
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  transform: rotate(-2deg);
}

.hero__date {
  display: block;
  margin-top: 2px;
}

.section-copy {
  margin: 16px 0 0;
  font-size: 1.6rem;
  line-height: 1.4;
}

.section-copy--light {
  max-width: 320px;
}

.ticketContainer {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.ticket {
  position: absolute;
  height: 70%;
}
@keyframes ticket1 {
  0% { transform: rotate(-10deg) translate(-40%, -10%); }
  50% { transform: rotate(-15deg) translate(-45%, -20%); }
}
@keyframes ticket2 {
  0% { transform: rotate(10deg) translate(30%, -10%); }
  50% { transform: rotate(15deg) translate(35%, -15%); }
}
.ticket1 {
  transform: rotate(-10deg) translate(-40%, -10%);
  bottom: 0;
  z-index: 2;
  animation: ticket1 3s infinite ease-in-out;
}
.ticket2 {
  transform: rotate(10deg) translate(30%, -10%);
  bottom: 5vh;
  z-index: 1;
  animation: ticket2 3s .2s infinite ease-in-out;
}
@keyframes ticketShadow {
  0% {width: 50%;}
  50% {width: 60%;}
}
.ticketShadow {
  position: absolute;
  bottom: -2.5%;
  width: 50%;
  animation: ticketShadow 3s infinite ease-in-out;
}


@keyframes prize {
  0% { transform: rotate(2.5deg) translate(0%); }
  50% { transform: rotate(-2.5deg) translate(0%); }
}
.prizeAnim {
  transform: rotate(0deg) translate(0%);
  bottom: 0;
  z-index: 2;
  animation: prize 3s infinite ease-in-out;
  width: 100%;
}


@keyframes heartbeat {
  0% {transform: scale(1); }
  2% {transform: scale(1.1); }
  4% {transform: scale(1); }
  6% {transform: scale(1.1); }
  8% {transform: scale(1); }
}

.cta {
  transition: .15s;
  font-family: "Speedee Condensed", sans-serif;
  font-weight: 700;
  min-height: 48px;
  margin: 0 auto;
  border-radius: 14px;
  background: var(--mc-green);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 2.4rem;
  line-height: 1;
  padding: 14px 20px;
  text-transform: uppercase;
}

.cta:active {
  color: var(--mc-yellow);
  background: var(--mc-black);
}

.cta img {
  width: 14px;
  height: auto;
}

.cta.dark {
  background-color: #050505;
  color: #fff;
  margin: 30px auto 20px;
}

.discover {
  padding: 15vw 5vw calc(22px + env(safe-area-inset-bottom));
  font-size: 1.8rem;
}

.discover__title {
  max-width: 320px;
  font-size: 16vw;
  padding-bottom: 2rem;
}

.discover__copy {
  max-width: 318px;
}

.discover__stage {
  position: relative;
  width: calc(100% + 60px);
  margin: 26px 0 -22px -30px;
}

.discover__crates {
  width: 100%;
  height: auto;
}

.footer {
  padding: 5vh 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  color: var(--mc-ink);
}

.footer__logo {
  width: 15vw;
  aspect-ratio: 78 / 68;
  object-fit: contain;
  object-position: top;
  margin-bottom: 52px;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 6vw, 52px);
  width: 100%;
}

.footer__links a {
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.footer__copyright {
  margin: 59px 0 0;
  color: #a5a5a5;
  font-size: 1.2rem;
  line-height: 1.2;
}

@keyframes btnhover {
  0% {transform: translate(-50%, -50%) translateY(0) rotate(-2deg); }
  50% {transform: translate(-50%, -50%) translateY(-10px) rotate(-1deg);}
  100% {transform: translate(-50%, -50%) translateY(0) rotate(-2deg); }
}

@keyframes btnpulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    border-color: rgba(255, 255, 255, 1);
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    border-color: rgba(255, 255, 255, 0);
  }
}

.hotspot {
  position: absolute;
  border: 0;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  transform: translate(-50%, -50%) rotate(-2deg);
  font-weight: 700;
  animation: btnhover 5s ease-in-out infinite;
  background: #FFF;
}
.hotspot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #FFBC0D;
  border-radius: 200px;
  animation: btnpulse infinite 3s;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.hotspot--cheeseburger {    
  top: 13%;
  left: 37%;
}

.hotspot--mcnuggets {
  top: 46%;
  left: 15%;
  animation-delay: 1.5s;
  animation-duration: 6s;
}

.hotspot--chilicheese {
  top: 35%;
  left: 80%;
  animation-delay: .5s;
  animation-duration: 5.5s;
}

.hotspot--ijshoorn {
  top: 10%;
  left: 65%;
  animation-delay: 1.5s;
  animation-duration: 6s;
}

.hotspot--mcwrap {
  top: 52%;
  left: 58%;
  animation-delay: 1.5s;
  animation-duration: 6s;
}

.hotspot:focus-visible,
.cta:focus-visible,
.popup-card__close:focus-visible,
.menu-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

.hotspot:focus-visible {
  background: rgba(47, 94, 73, 0.24);
  box-shadow: 0 0 0 3px rgba(47, 94, 73, 0.6);
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.popup-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.popup-overlay__scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  transition: backdrop-filter 260ms ease, -webkit-backdrop-filter 260ms ease;
  will-change: backdrop-filter;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.popup-card {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  height: 100vh;
  overflow: auto;
  color: var(--mc-white);
  opacity: 0;
  background-color: rgba(67, 178, 218, 0.5);
  background-image: url('assets/sky.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(28px) scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease;
  scrollbar-width: none;
}

.popup-inner {
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.popup-card::-webkit-scrollbar {
  display: none;
}

.popup-overlay.is-active .popup-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.popup-card__hero {
  position: relative;
  flex: 0 0 auto;
  min-height: 0;
  padding: 10vh 0 0;
}

.popup-card__tag {
  width: fit-content;
  max-width: calc(100% - 72px);
  margin: 0;
  padding: 9px 12px 8px;
  background: var(--mc-green);
  color: var(--mc-white);
  font-size: clamp(2rem, 8.4vw, 2.75rem);
  line-height: 0.95;
  text-transform: uppercase;
  transform: rotate(-2.1deg);
  display: none !important;
}

.popup-card__close {
  position: fixed;
  top: 5vw;
  right: 5vw;
  width: 22px;
  height: 22px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

.popup-card__close img {
  width: 100%;
  height: 100%;
}

.popup-card__visual {
  width: 100%;
  height: auto;
  margin-top: -10vh;
  margin-bottom: -5vh;
}

.popup-card__body {
  position: relative;
  flex: 0 0 auto;
  padding: 0 5vw 5vw;
  z-index: 10;
}

.popup-card__title-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 5vw;
  background-color: #FFF;
  border-radius: 10px;
}

.popup-card__title {    
  flex: 1;
  margin: 0;
  color: #FFBC0D;
  font-size: 2.6rem;
  line-height: .8;
  letter-spacing: -0.04em;
}

.popup-card__stamp {    
  width: 15vw;
  flex: 0 0 auto;
}

.popup-card__divider {
  width: 100%;
  margin: 4vw 0;
  border-top: 1px solid #FFBC0D;
}

.popup-card__copy {
  margin: 0;
  color: #000;
  font-size: clamp(1rem, 4.8vw, 1.65rem);
  line-height: 1.4;
  font-size: 1.4rem;
}

.popup-card__cta {
    width: 100%;
    min-height: 48px;
    margin-top: 2.5vh;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--mc-green);
    color: #000;
    font-family: "Speedee Condensed", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
}

.popup-card__cta img {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .desktop-lock {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 28px;
    background:
      radial-gradient(circle at top, rgba(255, 204, 23, 0.2), transparent 48%),
      var(--mc-black);
  }

  .desktop-lock__card {
    width: min(100%, 460px);
    text-align: center;
    padding: 40px 32px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    color: var(--mc-white);
  }

  .desktop-lock__logo {
    width: 150px;
    margin: 0 auto 18px;
  }

  .desktop-lock__title {
    margin: 0;
    font-family: "Speedee Condensed", sans-serif;
    font-size: 3rem;
    line-height: 0.92;
    letter-spacing: -0.06em;
    text-transform: uppercase;
  }

  .desktop-lock__copy {
    margin: 16px 0 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .mobile-experience {
    display: none;
  }

  .parallax-background {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .popup-overlay,
  .popup-card {
    transition: none;
  }

  .parallax-background {
    height: 100vh;
    height: 100dvh;
    transform: translate3d(-50%, 0, 0) !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .discover {
    padding: 15vh clamp(18px, 5cqw, 24px)
      calc(22px + env(safe-area-inset-bottom));
  }

  .hero_logo_copy {
    margin: clamp(12px, 3cqw, 18px) 0 clamp(14px, 4cqw, 22px);
    font-size: clamp(1.6rem, 4.2cqw, 1.8rem);
    line-height: 1.2;
  }

  .discover h3 {
    font-size: clamp(2.2rem, 7.5cqw, 3.2rem);
  }

  .priceNr {
    height: clamp(19rem, 65cqw, 28rem);
  }

  .priceFirst {
    left: 5cqw;
  }

  .priceComma {
    left: 15cqw;
    top: 13cqw;
  }

  .priceSecond {
    left: 29.5cqw;
    top: -10cqw;
  }

  .priceThird {
    left: 50cqw;
    top: -8cqw;
  }

  .discover__stage {
    width: calc(100% + 10cqw);
    margin: clamp(18px, 6cqw, 26px) 0 -22px -5cqw;
  }

  .hotspot {
    width: clamp(40px, 11cqw, 48px);
    height: clamp(40px, 11cqw, 48px);
    padding: 0;
    background: transparent;
    z-index: 1;
  }

  .hotspot::before,
  .hotspot::after {
    width: clamp(18px, 5cqw, 22px);
    height: clamp(18px, 5cqw, 22px);
  }

  .popup-card {
    width: min(100%, 430px);
    height: 100dvh;
    max-height: 100dvh;
    container-type: inline-size;
    container-name: popup;
  }

  .popup-card__close {
    top: max(10vh, 5cqw);
    right: max(18px, 5cqw);
  }

  .popup-card__body {
    left: 0;
    right: 0;
    padding: 0 clamp(16px, 5cqw, 22px) clamp(16px, 5cqw, 22px);
  }

  .popup-card__title-row {
    padding: clamp(18px, 5cqw, 24px);
  }

  .popup-card__divider {
    margin: clamp(14px, 4cqw, 18px) 0;
  }

  .popup-card__cta {
    font-size: clamp(1.8rem, 5.8cqw, 2.4rem);
    padding-inline: clamp(12px, 4cqw, 20px);
  }

  .footer {
    padding: 10vh clamp(18px, 5cqw, 24px);
    margin-top: -5vh;
  }

  .footer__logo {
    width: clamp(48px, 15cqw, 64px);
    margin-bottom: clamp(32px, 12cqw, 52px);
  }

  .footer__copyright {
    margin-top: clamp(36px, 14cqw, 59px);
  }
}
