.page--landing {
  background: var(--color-ink);
}

.landing-top-stage {
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(var(--color-ink-rgb), 0.08) 0%,
      rgba(var(--color-ink-rgb), 0.18) 42%,
      rgba(var(--color-ink-rgb), 0.45) 100%
    ),
    url("./public/bg-showcase.f65e0d49.webp") center top / cover;
}

.page--landing .site-header {
  backdrop-filter: none;
}

.page--landing .site-header__inner {
  align-items: center;
}

.page--landing .site-header__logo {
  width: auto;
  max-width: none;
}

.page--landing .site-nav__list {
  gap: 0.75rem 2rem;
}

.page--landing .site-nav__link {
  font-size: 0.8rem;
}

.landing-page {
  background: var(--color-ink);
}

.landing-guests,
.landing-awards,
.landing-recap,
.landing-footer {
  background:
    linear-gradient(180deg, rgba(var(--color-ink-rgb), 0.2), rgba(var(--color-ink-rgb), 0.82)),
    url("./public/bg-showcase.f65e0d49.webp") center / cover;
}

.landing-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0 1.35rem;
  background: transparent;
}

.landing-hero__inner {
  position: relative;
  min-height: 25.5rem;
  width: min(calc(100% - 2rem), var(--shell-width-wide));
  margin-inline: auto;
}

.landing-hero__intro {
  position: absolute;
  left: 0;
  top: 0;
  width: min(17rem, 25vw);
  padding-top: 4.5rem;
}

.landing-hero__eyebrow {
  margin: 0;
  color: var(--color-brand);
  font-family: "Roc Grotesk Wide", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.landing-hero__eyebrow span {
  display: block;
}

.landing-hero__center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 406px;
  min-height: 486px;
  margin-inline: auto;
  margin-top: 4rem;
  text-align: center;
}

.landing-hero__robot {
  position: relative;
  z-index: 1;
  width: 406px;
  height: 486px;
  margin-top: 0;
}

.landing-hero__spark,
.landing-hero__badge,
.landing-hero__diamond,
.landing-hero__pixels {
  position: absolute;
}

.landing-hero__spark {
  top: 4.15rem;
  right: 9.5rem;
  width: min(10.1rem, 24.5%);
  z-index: 1;
}

.landing-hero__badge {
  top: 9.55rem;
  right: 0;
  width: min(100%, 250px);
  max-width: 250px;
  z-index: 2;
}

.landing-hero__diamond {
  bottom: -3rem;
  right: 28rem;
  z-index: 3;
}

.landing-hero__pixels {
  left: 0;
  bottom: 0;
  width: min(100%, 300px);
  max-width: 300px;
  opacity: 0.82;
  z-index: 2;
}

.landing-hero__title {
  position: absolute;
  left: 50%;
  top: 14.35rem;
  z-index: 3;
  width: max-content;
  margin: 0;
  font-family: "Roc Grotesk ExtraWide", sans-serif;
  font-size: 64px;
  font-weight: 750;
  line-height: 0.88;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.landing-hero__actions {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.9rem;
  width: max-content;
  margin-top: 1.25rem;
}

.landing-hero__vote {
  min-width: 9rem;
  border-color: var(--color-brand);
  background: rgba(0, 0, 0, 0.3);
  color: var(--color-white);
}

.landing-hero__details {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  width: min(15rem, 22vw);
  color: var(--color-brand);
  font-family: "Roc Grotesk ExtraWide", sans-serif;
  font-size: 29.3px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.landing-hero__date,
.landing-hero__time,
.landing-hero__venue {
  margin: 0;
}

.landing-hero__date,
.landing-hero__time {
  font-size: 29.3px;
  line-height: 0.88;
}

.landing-hero__venue {
  margin-top: 0.35rem;
  font-size: clamp(0.9rem, 1.25vw, 1.15rem);
  line-height: 0.95;
}

.landing-hero__venue span {
  display: block;
}

.landing-hero__actions .button {
  min-height: 2.85rem;
  padding: 0.62rem 1.3rem;
  font-size: 0.76rem;
  line-height: 1;
  white-space: nowrap;
}

.landing-highlight {
  position: relative;
  padding: 2.8rem 0 3.4rem;
  background: var(--color-brand);
  color: var(--color-white);
}

.landing-highlight__inner {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.4rem;
  text-align: center;
}

.landing-highlight__smiley,
.landing-highlight__mark {
  position: absolute;
}

.landing-highlight__smiley {
  left: 0;
  bottom: -2.65rem;
  width: 3.75rem;
}

.landing-highlight__mark {
  right: -9rem;
  top: -5rem;
  opacity: 0.92;
  mix-blend-mode: difference;
}

.landing-highlight__title {
  margin: 0;
  color: #050505;
  font-family: "Roc Grotesk ExtraWide", sans-serif;
  font-size: 52px;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1.0;
  text-align: center;
}

.landing-highlight__copy {
  max-width: 46rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.landing-highlight__copy strong {
  display: block;
  margin-bottom: 0.35rem;
}

.landing-highlight__countdown {
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  width: 100%;
  min-width: 0;
}

.landing-highlight__time {
  --countdown-gap: 1.9rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  align-items: start;
  gap: var(--countdown-gap);
  width: max-content;
  margin: 0;
  color: #050505;
  font-family: "Roc Grotesk ExtraWide", sans-serif;
  font-size: 100px;
  font-weight: 750;
  line-height: 1;
}

.landing-highlight__time-unit {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.7rem;
  min-width: 0;
}

.landing-highlight__time-value {
  display: block;
  min-width: 2ch;
  text-align: center;
  line-height: 0.9;
}

.landing-highlight__time-unit:not(:last-child)::after {
  content: ":";
  position: absolute;
  top: -0.30rem;
  right: calc(var(--countdown-gap) / -2);
  transform: translateX(50%);
}

.landing-highlight__time-label {
  display: block;
  font-size: 1.55rem;
  text-align: center;
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1;
}

.landing-highlight__button {
  min-width: 12.6rem;
}

.landing-guests {
  position: relative;
  padding: 5.6rem 0 4.4rem;
}

.landing-guests__inner {
  position: relative;
}

.landing-guests__smiley,
.landing-guests__diamond,
.landing-guests__pixels {
  position: absolute;
}

.landing-guests__smiley {
  left: 1.5rem;
  top: -2.5rem;
  width: 3.6rem;
}

.landing-guests__diamond {
  left: -0.5rem;
  top: 16rem;
  width: 6rem;
  opacity: 0.9;
}

.landing-guests__pixels {
  right: 0;
  bottom: -2rem;
  width: 6rem;
  opacity: 0.75;
}

.landing-guests__title,
.landing-guests__subtitle,
.landing-awards__title,
.landing-awards__group-title,
.landing-recap__title {
  margin: 0;
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.landing-guests__title {
  margin-bottom: 2.25rem;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 0.92;
}

.landing-guests__subtitle {
  margin: 2.2rem 0 1.6rem;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.95;
}

.landing-guests__slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 3.1rem;
  width: min(100%, 49rem);
  margin-inline: auto;
  min-width: 0;
}

.landing-guests__viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.landing-guests__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 140ms ease, opacity 140ms ease;
}

.landing-guests__arrow:hover {
  transform: translateY(-0.12rem);
}

.landing-guests__arrow:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 0.25rem;
}

.landing-guests__arrow[disabled] {
  opacity: 0.45;
  cursor: default;
}

.landing-guests__arrow-icon {
  display: block;
  width: 100%;
  height: auto;
}

.people-grid--guests,
.people-grid--hosts {
  justify-content: center;
}

.people-grid--guests {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 41.5rem;
  width: 100%;
  margin-inline: auto;
}

.people-grid--guests--is-animating {
  will-change: transform, opacity;
}

.people-grid--guests--out-next {
  animation: guests-slide-out-next 220ms ease forwards;
}

.people-grid--guests--out-prev {
  animation: guests-slide-out-prev 220ms ease forwards;
}

.people-grid--guests--in-next {
  animation: guests-slide-in-next 260ms ease forwards;
}

.people-grid--guests--in-prev {
  animation: guests-slide-in-prev 260ms ease forwards;
}

.people-grid--guests--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 13rem;
}

@keyframes guests-slide-out-next {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-2rem);
  }
}

@keyframes guests-slide-out-prev {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(2rem);
  }
}

@keyframes guests-slide-in-next {
  from {
    opacity: 0;
    transform: translateX(2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes guests-slide-in-prev {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.people-grid--hosts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 28rem;
  margin-inline: auto;
}

.landing-guests .person-card__panel {
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: var(--color-white);
}

.landing-guests .person-card__media {
  width: 100%;
  aspect-ratio: 0.78 / 1;
  border-radius: 0;
  background: #1a1515;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.landing-guests .person-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 94, 13, 0.26), rgba(73, 26, 115, 0.42)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.18));
  mix-blend-mode: multiply;
  pointer-events: none;
}

.landing-guests .person-card__name {
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}

.landing-awards {
  padding: 4rem 0 4.6rem;
}

.landing-awards__inner {
  display: grid;
  gap: 2.75rem;
}

.landing-awards__header {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.landing-awards__title {
  max-width: 14ch;
  font-size: clamp(3rem, 5.6vw, 4.8rem);
  line-height: 0.9;
}

.landing-awards__copy {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.landing-awards__group {
  display: grid;
  gap: 1.5rem;
}

.landing-awards__group-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 0.92;
}

.landing-awards .award-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 56rem;
  margin-inline: auto;
}

.landing-awards__card {
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 7.6rem;
  padding: 1.1rem;
  border-radius: 1rem;
  box-shadow: none;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease;
  cursor: pointer;
}

.landing-awards__card:hover {
  transform: translateY(-0.12rem);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.landing-awards__card:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 0.25rem;
}

.landing-awards__card-title {
  font-size: 0.88rem;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.landing-awards__card-title strong {
  display: block;
  margin-top: 0.2rem;
  color: #ff5e0d;
  font-size: 1.05rem;
}

.landing-awards__actions {
  display: flex;
  justify-content: center;
}

.landing-event {
  position: relative;
  padding: 4.4rem 0 4.9rem;
  background:
    linear-gradient(180deg, rgba(var(--color-ink-rgb), 0.18), rgba(var(--color-ink-rgb), 0.48)),
    url("./public/photo-gran-teatro-principe-pio.30f379bb.webp") center / cover;
}

.landing-event__inner {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  text-align: center;
}

.landing-event__eyebrow,
.landing-event__time,
.landing-event__venue {
  margin: 0;
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  text-transform: uppercase;
}

.landing-event__eyebrow {
  font-size: 1.6rem;
}

.landing-event__date {
  margin: 0;
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  font-size: clamp(4.6rem, 14vw, 8.8rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.landing-event__time,
.landing-event__venue {
  font-size: 1.45rem;
  line-height: 0.95;
}

.landing-recap {
  padding: 4.4rem 0 0;
}

.landing-recap__intro {
  display: grid;
  gap: 2rem;
}

.landing-recap__title {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(3.1rem, 5.8vw, 5rem);
  line-height: 0.9;
}

.landing-recap__feature {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  text-align: center;
}

.landing-recap__smiley {
  position: absolute;
  left: 0;
  top: 8rem;
  width: 5rem;
  opacity: 0.88;
}

.landing-recap__player {
  position: relative;
  display: block;
  width: min(100%, 22rem);
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-recap__player:hover {
  transform: translateY(-0.16rem);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

.landing-recap__player:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 0.3rem;
}

.landing-recap__player-image {
  display: block;
  width: 100%;
  height: auto;
}

.landing-recap__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}

.landing-recap__play img {
  width: 1.2rem;
  height: auto;
  margin-left: 0.12rem;
}

.landing-recap__copy {
  max-width: 34rem;
  margin: 0;
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  font-size: 1.6rem;
  line-height: 1.05;
  text-transform: none;
}

.landing-stage {
  display: grid;
  justify-items: center;
  padding: 2.4rem 0 0;
}

.landing-stage__image {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  width: min(100%, 42rem);
}

.landing-stage__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.landing-community {
  padding: 3.6rem 0;
  background: var(--color-brand);
  color: #050505;
}

.landing-community__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 2.2rem;
  align-items: center;
  min-width: 0;
}

.landing-community__viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.landing-community__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.3rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 140ms ease, opacity 140ms ease;
}

.landing-community__arrow:hover {
  transform: translateY(-0.12rem);
}

.landing-community__arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0.35rem;
}

.landing-community__arrow[disabled] {
  opacity: 0.45;
  cursor: default;
}

.landing-community__arrow-icon {
  display: block;
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

.landing-community__slide {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(300px, 1fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 3.6rem);
  min-width: 0;
}

.landing-community__content {
  max-width: 24rem;
  min-width: 0;
}

.landing-community__title {
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Roc Grotesk", sans-serif;
  font-size: clamp(2.9rem, 5vw, 4.55rem);
  line-height: 0.88;
  text-transform: none;
  text-align: left;
}

.landing-community__copy,
.landing-community__link-wrap {
  margin: 0;
  color: #050505;
  font-size: 1rem;
  line-height: 1.15;
  text-align: left;
}

.landing-community__link-wrap {
  margin-top: 1.2rem;
}

.landing-community__link {
  color: #050505;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.landing-community__media {
  justify-self: end;
  margin: 0;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 1.45rem;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.25);
}

.landing-community__image {
  display: block;
  width: 100%;
  height: auto;
}

.landing-community__slide--is-animating {
  will-change: transform, opacity;
}

.landing-community__slide--out-next {
  animation: community-slide-out-next 220ms ease forwards;
}

.landing-community__slide--out-prev {
  animation: community-slide-out-prev 220ms ease forwards;
}

.landing-community__slide--in-next {
  animation: community-slide-in-next 260ms ease forwards;
}

.landing-community__slide--in-prev {
  animation: community-slide-in-prev 260ms ease forwards;
}

@keyframes community-slide-out-next {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-2rem);
  }
}

@keyframes community-slide-out-prev {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(2rem);
  }
}

@keyframes community-slide-in-next {
  from {
    opacity: 0;
    transform: translateX(2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes community-slide-in-prev {
  from {
    opacity: 0;
    transform: translateX(-2rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.landing-community__poster {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 26rem;
  padding: 1.4rem;
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.9)),
    url("./public/bg-showcase.f65e0d49.webp") center / cover;
  color: var(--color-brand);
  box-shadow: var(--shadow-card);
}

.landing-community__poster::before,
.landing-community__poster::after {
  content: "";
  position: absolute;
  inset: 0.9rem;
  border: 1px solid rgba(255, 94, 13, 0.32);
  border-radius: 1rem;
  pointer-events: none;
}

.landing-community__poster-meta {
  margin: 0;
  align-self: end;
  font-family: "Roc Grotesk", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-community__poster-title {
  margin: 0;
  align-self: center;
  font-family: "Roc Grotesk", sans-serif;
  font-size: clamp(4rem, 7vw, 5.8rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.landing-sponsors {
  padding: 1.8rem 0 2.7rem;
  background: #fff;
  color: var(--color-ink);
}

.landing-sponsors__inner {
  display: grid;
  gap: 1.75rem;
}

.landing-sponsors__title {
  margin: 0;
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  font-size: 1.15rem;
  text-align: center;
  text-transform: uppercase;
}

.landing-sponsors .sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  width: min(100%, 64rem);
  margin-inline: auto;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.75rem;
}

.landing-sponsors .sponsor-grid__item {
  display: flex;
  flex: 0 1 130px;
  min-height: auto;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.75rem;
  background: transparent;
}

.landing-sponsors .sponsor-grid__logo {
  display: block;
  max-width: 100%;
  max-height: 2.4rem;
  margin-inline: auto;
  object-position: center;
}

.landing-footer {
  padding: 2rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-footer__inner {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 2.5rem;
  align-items: start;
}

.landing-footer__logo {
  width: 9.2rem;
}

.landing-footer__content {
  display: grid;
  gap: 1rem;
}

.landing-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.landing-footer__title {
  margin: 0 0 0.55rem;
  color: var(--color-brand);
  font-family: "Roc Grotesk", sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
}

.landing-footer__list {
  display: grid;
  gap: 0.25rem;
  list-style: none;
  color: var(--color-brand);
  font-size: 0.88rem;
}

.landing-footer__legal {
  margin: 0;
  color: var(--color-brand);
  font-size: 0.76rem;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .landing-footer__inner {
    grid-template-columns: 1fr;
  }

  .landing-hero {
    padding-bottom: 2.4rem;
  }
}

@media (max-width: 900px) {
  .landing-awards .award-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .people-grid--hosts {
    max-width: none;
  }

  .landing-recap__smiley,
  .landing-guests__diamond,
  .landing-guests__pixels,
  .landing-highlight__mark {
    display: none;
  }
}

@media (max-width: 720px) {
  .page--landing,
  .landing-top-stage,
  .landing-page,
  .landing-highlight,
  .landing-guests,
  .landing-awards,
  .landing-event,
  .landing-recap,
  .landing-community,
  .landing-sponsors,
  .landing-footer {
    overflow-x: clip;
    overflow-y: visible;
  }

  .landing-top-stage {
    background-position: center top;
  }

  .page--landing .site-header__logo {
    width: min(5.6rem, 26vw);
  }

  .page--landing .site-header__inner {
    align-items: flex-start;
    gap: 0.5rem;
  }

  .page--landing .site-nav {
    width: 100%;
    min-width: 0;
  }

  .page--landing .site-nav__list {
    justify-content: flex-start;
    gap: 0.45rem 0.85rem;
  }

  .page--landing .site-nav__link {
    font-size: 0.72rem;
  }

  .landing-hero {
    padding: 1rem 0 2rem;
  }

  .landing-hero__inner {
    display: grid;
    gap: 1rem;
    justify-items: center;
    min-height: auto;
    width: min(calc(100% - 1rem), 32rem);
  }

  .landing-hero__intro,
  .landing-hero__details {
    position: static;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .landing-hero__intro {
    max-width: 18rem;
    margin-inline: auto;
  }

  .landing-hero__eyebrow {
    max-width: 100%;
    font-size: clamp(16px, 6.8vw, 26px);
    line-height: 0.92;
    text-align: center;
  }

  .landing-hero__center {
    width: min(88vw, 406px);
    min-height: auto;
  }

  .landing-hero__robot {
    width: min(88vw, 406px);
    height: auto;
  }

  .landing-hero__title {
    position: static;
    display: table;
    width: auto;
    max-width: min(100%, 7.35ch);
    padding-inline: 0.08em;
    box-sizing: border-box;
    margin-top: -0.35rem;
    font-size: clamp(28px, 9.6vw, 42px);
    line-height: 0.9;
    text-align: center;
    align-self: center;
    margin-inline: auto;
    transform: none;
  }

  .landing-hero__actions {
    flex-wrap: wrap;
    width: min(100%, 24rem);
    margin-top: 0.5rem;
  }

  .landing-hero__actions .button {
    white-space: normal;
  }

  .landing-hero__details {
    max-width: 16rem;
    gap: 0.15rem;
    margin-inline: auto;
  }

  .landing-hero__date,
  .landing-hero__time {
    font-size: clamp(22px, 8vw, 29.3px);
  }

  .landing-hero__venue {
    font-size: 0.95rem;
    text-align: center;
  }

  .landing-hero__spark,
  .landing-hero__badge,
  .landing-hero__diamond,
  .landing-hero__pixels {
    display: none;
  }

  .landing-highlight__title,
  .landing-awards__title,
  .landing-recap__title,
  .landing-community__title {
    max-width: 100%;
    text-align: center;
  }

  .landing-highlight__title {
    font-size: clamp(28px, 8.8vw, 40px);
    line-height: 0.95;
  }

  .landing-highlight__copy,
  .landing-awards__copy,
  .landing-community__copy,
  .landing-recap__copy {
    max-width: 100%;
    text-align: center;
  }

  .landing-highlight__time {
    --countdown-gap: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    column-gap: var(--countdown-gap);
    row-gap: 1rem;
    width: min(100%, 18rem);
    font-size: clamp(46px, 18vw, 74px);
  }

  .landing-highlight__time-label {
    max-width: 5.5ch;
    font-size: 1.1rem;
    overflow-wrap: anywhere;
  }

  .landing-highlight__time-unit:not(:last-child)::after {
    content: none;
  }

  .landing-highlight__button {
    min-width: 0;
    width: min(100%, 20rem);
  }

  .landing-awards__title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .landing-awards__group-title,
  .landing-guests__title,
  .landing-guests__subtitle {
    font-size: clamp(24px, 7.5vw, 34px);
  }

  .landing-community__title,
  .landing-recap__title {
    font-size: clamp(28px, 8.6vw, 42px);
  }

  .landing-awards .award-grid,
  .award-grid--creators,
  .people-grid--hosts,
  .landing-footer__columns {
    grid-template-columns: 1fr;
  }

  .landing-guests__slider {
    grid-template-columns: minmax(0, 1rem) minmax(0, 1fr) minmax(0, 1rem);
    gap: 0.85rem;
  }

  .landing-guests__arrow {
    width: 1.15rem;
  }

  .people-grid--guests {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-community__inner {
    grid-template-columns: minmax(0, 1rem) minmax(0, 1fr) minmax(0, 1rem);
    gap: 1rem;
  }

  .landing-community__arrow {
    width: 1rem;
  }

  .landing-community__slide {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    justify-items: stretch;
  }

  .landing-community__content {
    max-width: 100%;
  }

  .landing-community__media {
    width: min(100%, 24rem);
    justify-self: center;
  }

  .people-grid--guests {
    gap: 0.75rem;
  }

  .landing-guests .person-card__name {
    font-size: clamp(0.95rem, 3.8vw, 1.4rem);
    overflow-wrap: anywhere;
  }

  .landing-event__time,
  .landing-event__venue,
  .landing-recap__copy,
  .landing-community__copy {
    font-size: 1.15rem;
    overflow-wrap: anywhere;
  }

  .landing-community__poster {
    min-height: 20rem;
  }
}

@media (max-width: 540px) {
  .page-shell,
  .page-shell--wide,
  .landing-hero__inner {
    width: min(calc(100% - 0.75rem), 32rem);
  }

  .landing-highlight__smiley,
  .landing-guests__smiley {
    display: none;
  }

  .landing-hero__actions,
  .landing-highlight__button {
    width: 100%;
  }

  .landing-hero__actions .button,
  .landing-highlight__button {
    width: 100%;
  }

  .landing-hero__actions {
    flex-direction: column;
  }

  .landing-highlight__time {
    --countdown-gap: 0.9rem;
    width: 100%;
  }

  .landing-highlight__time-unit {
    gap: 0.45rem;
  }

  .landing-highlight__time-label {
    max-width: 4.8ch;
    font-size: 0.9rem;
  }

  .landing-guests__slider,
  .landing-community__inner {
    grid-template-columns: minmax(0, 0.9rem) minmax(0, 1fr) minmax(0, 0.9rem);
    gap: 0.65rem;
  }

  .people-grid--guests {
    gap: 0.6rem;
  }
}
