:root {
  color-scheme: dark;
  --ink: #180814;
  --ink-soft: #2c0e25;
  --cream: #fff4d6;
  --butter: #ffc83d;
  --pink: #ff6d9e;
  --line: rgba(255, 244, 214, 0.2);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 18%, rgba(89, 17, 64, 0.8), transparent 38rem),
    var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.is-loading {
  overflow: hidden;
}

a {
  color: inherit;
}

.ambient,
.popcorn-rain {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.ambient {
  z-index: 4;
  overflow: hidden;
}

.popcorn-rain {
  perspective: 900px;
  transform-style: preserve-3d;
}

.glow {
  position: absolute;
  width: 20rem;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(5rem);
  opacity: 0.2;
  animation: drift 9s ease-in-out infinite alternate;
}

.glow--one {
  top: 4%;
  right: -10rem;
  background: var(--pink);
}

.glow--two {
  bottom: -12rem;
  left: -12rem;
  background: var(--butter);
  animation-delay: -4s;
}

.popcorn {
  --size: 58px;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--size);
  height: var(--size);
  will-change: transform;
  transform-origin: center;
  transform-style: preserve-3d;
}

.popcorn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 16%;
  right: 16%;
  bottom: 4%;
  height: 18%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.46);
  filter: blur(7px);
  transform: translate3d(0, 8px, -12px) scaleX(0.8);
}

.popcorn__kernel {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.28));
  will-change: transform, filter;
}

.topbar {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: max(1.25rem, env(safe-area-inset-top)) 1.1rem 0;
}

.brand {
  display: flex;
  gap: 0.45rem;
  align-items: flex-start;
  font: 700 0.66rem/0.89 "Avenir Next", Avenir, sans-serif;
  letter-spacing: 0.13em;
  text-decoration: none;
}

.brand__spark {
  color: var(--butter);
  font-size: 0.78rem;
  animation: twinkle 2s ease-in-out infinite;
}

main {
  position: relative;
  z-index: 2;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7rem 1.1rem 2.1rem;
  isolation: isolate;
  overflow: hidden;
}

.eyebrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1.1rem;
  padding-bottom: 0.72rem;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 244, 214, 0.65);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.title-wrap {
  position: relative;
  perspective: 800px;
  transform-style: preserve-3d;
  transition: transform 0.28s ease-out;
}

h1 {
  margin: 0;
  font: 600 clamp(3.8rem, 18vw, 6.6rem)/0.81 "Avenir Next", Avenir, sans-serif;
  letter-spacing: -0.092em;
  text-wrap: balance;
  transform: translateZ(24px);
  text-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.28);
}

.pop-word {
  position: relative;
  display: inline-block;
  color: var(--butter);
  letter-spacing: -0.105em;
}

.pop-o {
  position: relative;
  display: inline-block;
  color: transparent;
  width: 0.72em;
}

.pop-o img {
  position: absolute;
  width: 1.05em;
  max-width: none;
  left: 46%;
  top: 46%;
  transform: translate(-50%, -50%) rotate(-13deg);
  filter: drop-shadow(0 0.18em 0.18em rgba(0, 0, 0, 0.32));
  animation: hero-pop 3.7s var(--ease) infinite;
}

.hero__bottom {
  margin-top: 2.2rem;
}

.intro {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 244, 214, 0.76);
  font-size: clamp(0.97rem, 3.8vw, 1.13rem);
  line-height: 1.55;
}

.intro em {
  color: var(--cream);
  font-family: Georgia, serif;
  font-weight: 400;
}

.cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.25rem;
  padding: 0.42rem 0.48rem 0.42rem 1.35rem;
  overflow: hidden;
  border-radius: 99px;
  color: var(--ink);
  background: var(--butter);
  box-shadow: 0 1rem 3.5rem rgba(255, 200, 61, 0.18);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.cta::before {
  content: "";
  position: absolute;
  top: -70%;
  left: -40%;
  width: 22%;
  height: 240%;
  transform: rotate(24deg);
  background: rgba(255, 255, 255, 0.5);
  filter: blur(0.7rem);
  transition: left 0.7s var(--ease);
}

.cta:hover::before {
  left: 120%;
}

.cta:active {
  transform: scale(0.98);
}

.cta__icon {
  display: grid;
  place-items: center;
  width: 3.35rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--cream);
  background: var(--ink);
  font-size: 1.35rem;
  transition: transform 0.35s var(--ease);
}

.cta:hover .cta__icon {
  transform: rotate(45deg);
}

.scroll-cue {
  display: none;
}

.experience {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 4.2rem 1.1rem max(1.25rem, env(safe-area-inset-bottom));
  color: var(--ink);
  background: var(--cream);
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}

.experience__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.experience__copy {
  position: relative;
  z-index: 1;
  max-width: 59rem;
}

.experience h2 {
  margin: 0 0 2rem;
  font: 600 clamp(2.8rem, 13vw, 7rem)/0.91 "Avenir Next", Avenir, sans-serif;
  letter-spacing: -0.077em;
}

.experience h2 span {
  color: #d44778;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.07em;
}

.experience__lead {
  max-width: 34rem;
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.65;
}

.event-list {
  display: grid;
  margin: 2.8rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(24, 8, 20, 0.18);
  list-style: none;
}

.event-list li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(24, 8, 20, 0.18);
  font-size: clamp(1.05rem, 4.5vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.event-list span {
  min-width: 1.5rem;
  color: #d44778;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.flavours {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 2.8rem;
}

.flavours span,
.closing > p {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.flavours strong {
  font-size: clamp(2.15rem, 10vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.flavours i {
  color: #d44778;
  font-family: Georgia, serif;
  font-weight: 400;
}

.closing {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(24, 8, 20, 0.2);
}

.closing .cta {
  width: 100%;
}

@media (min-width: 740px) {
  .topbar,
  .hero,
  .experience {
    padding-left: clamp(2rem, 5vw, 5rem);
    padding-right: clamp(2rem, 5vw, 5rem);
  }

  .topbar {
    padding-top: 2rem;
  }

  .hero {
    min-height: 100vh;
    justify-content: center;
    padding-top: 8.5rem;
    padding-bottom: 3rem;
  }

  .eyebrow {
    max-width: 32rem;
    margin-bottom: 1.8rem;
  }

  h1 {
    max-width: 10.5ch;
    font-size: clamp(5.5rem, 11.5vw, 10.6rem);
  }

  .hero__bottom {
    max-width: 32rem;
    margin-top: 2.6rem;
  }

  .scroll-cue {
    position: absolute;
    right: clamp(2rem, 5vw, 5rem);
    bottom: 2.2rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-size: 0.59rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transform: rotate(90deg) translateX(-100%);
    transform-origin: top right;
  }

  .scroll-cue i {
    display: block;
    width: 2.2rem;
    height: 1px;
    background: currentColor;
    animation: scroll-line 1.6s ease-in-out infinite;
  }

  .experience {
    min-height: 100vh;
    padding-top: 6rem;
    padding-bottom: 3rem;
    border-radius: 3rem 3rem 0 0;
  }

  .experience__copy {
    margin-left: auto;
    width: 84%;
  }

  .experience__lead {
    margin-left: auto;
  }

  .event-list,
  .flavours {
    margin-left: auto;
    width: min(100%, 34rem);
  }

  .closing {
    grid-template-columns: 1fr minmax(20rem, 36rem);
    align-items: center;
  }
}

@media (min-width: 1100px) {
  .hero {
    padding-top: 6rem;
  }

  .eyebrow {
    position: absolute;
    top: 32%;
    right: clamp(5rem, 8vw, 10rem);
    width: 19rem;
  }

  .hero__bottom {
    position: absolute;
    right: clamp(5rem, 8vw, 10rem);
    bottom: 9%;
    width: min(37vw, 35rem);
  }

  .experience__copy {
    width: 78%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.5rem 4rem rgba(255, 200, 61, 0.27);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .popcorn-rain {
    display: none;
  }
}

@keyframes hero-pop {
  0%, 70%, 100% { transform: translate(-50%, -50%) rotate(-13deg) scale(1); }
  78% { transform: translate(-50%, -65%) rotate(4deg) scale(1.08); }
  84% { transform: translate(-50%, -50%) rotate(-18deg) scale(0.96); }
}

@keyframes twinkle {
  50% { transform: rotate(90deg) scale(1.35); opacity: 0.65; }
}

@keyframes drift {
  to { transform: translate3d(3rem, -2rem, 0) scale(1.15); }
}

@keyframes scroll-line {
  0%, 100% { transform: scaleX(0.25); transform-origin: left; }
  50% { transform: scaleX(1); transform-origin: left; }
}
