/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: "DM Mono", ui-monospace, monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
:root {
  --ink: #070b1e;
  --ink-2: #0c1230;
  --ink-3: #151d48;
  --paper: #f4efe6;
  --paper-2: #e9e2d3;
  --sky: #2f6bff;
  --sky-soft: #9dbbff;
  --sun: #ffc233;
  --sun-deep: #ff9e1b;
  --red: #e5383b;
  --on-ink: #eef1ff;
  --on-ink-mute: #8d96c4;
  --on-paper: #0b1026;
  --on-paper-mute: #5b617e;
  --line-ink: rgba(255, 255, 255, .12);
  --line-paper: rgba(11, 16, 38, .14);
  --display: "Archivo", system-ui, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "DM Mono", ui-monospace, monospace;
  --r-lg: 32px;
  --r-md: 20px;
  --r-sm: 12px;
  --gutter: clamp(20px, 4vw, 56px);
  --ease: cubic-bezier(.2, .8, .2, 1);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--on-ink);
  font-family: var(--display);
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img, video, iframe {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
h1, h2, h3, h4, p, ul, dl, dd, fieldset {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
fieldset {
  border: 0;
}
button {
  font: inherit;
  cursor: pointer;
}
::selection {
  background: var(--sun);
  color: var(--ink);
}
.wrap {
  width: min(1320px, 100% - var(--gutter) * 2);
  margin-inline: auto;
}
.h2 {
  font-size: clamp(2.3rem, 6vw, 5.2rem);
  font-stretch: 118%;
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.h2 em, .footer__claim em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  letter-spacing: -.01em;
  color: var(--sky);
}
.section--ink .h2 em, .section--night .h2 em {
  color: var(--sun);
}
.h3 {
  font-size: 1.45rem;
  font-stretch: 112%;
  font-weight: 750;
  letter-spacing: -.01em;
  line-height: 1.1;
}
.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  max-width: 46ch;
  color: var(--on-paper-mute);
  margin-top: 22px;
}
.section--ink .lead, .section--night .lead {
  color: var(--on-ink-mute);
}
.lead--side {
  margin-top: 0;
  max-width: 36ch;
}
.eyebrow {
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-paper-mute);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow b {
  font-weight: 500;
  color: var(--on-paper);
  border: 1px solid currentColor;
  border-radius: 99px;
  padding: 2px 9px;
}
.section--ink .eyebrow, .section--night .eyebrow, .eyebrow--light {
  color: var(--on-ink-mute);
}
.section--ink .eyebrow b, .section--night .eyebrow b, .eyebrow--light b {
  color: var(--sun);
}
.tag {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.link {
  color: var(--sky);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btn {
  --bg: var(--ink);
  --fg: var(--on-ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 99px;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--display);
  font-size: .92rem;
  font-weight: 700;
  font-stretch: 108%;
  letter-spacing: .01em;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .25s;
  will-change: transform;
}
.btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .35s var(--ease);
}
.btn:hover svg {
  transform: translate(3px, -3px);
}
.btn--lg {
  padding: 17px 28px;
  font-size: 1rem;
}
.btn--sun {
  --bg: var(--sun);
  --fg: var(--ink);
}
.btn--sun:hover {
  box-shadow: 0 10px 40px -8px rgba(255, 194, 51, .7);
}
.btn--ink:hover {
  box-shadow: 0 12px 34px -12px rgba(7, 11, 30, .7);
}
.btn--ghost {
  --bg: rgba(255, 255, 255, .08);
  --fg: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover {
  --bg: rgba(255, 255, 255, .18);
}
.nav {
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  width: min(1320px, 100% - 28px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 10px 10px 22px;
  border-radius: 99px;
  background: rgba(7, 11, 30, .38);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  transition: background .4s, width .5s var(--ease), top .4s;
}
.nav.is-stuck {
  background: rgba(7, 11, 30, .82);
  width: min(1080px, 100% - 28px);
  top: 10px;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  font-stretch: 125%;
  letter-spacing: .01em;
  font-size: 1rem;
}
.nav__mark {
  width: 41px;
  height: 30px;
  overflow: visible;
}
.nav__trail {
  fill: none;
  stroke: url(#mark-trail);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-dasharray: 100;
  animation: trail 1.4s var(--ease) .4s both;
}
.nav__plane {
  fill: var(--sun);
  transition: translate .5s var(--ease);
}
.nav__brand:hover .nav__trail {
  animation: trail-again 1.1s var(--ease) both;
}
.nav__brand:hover .nav__plane {
  translate: 1.5px -2.5px;
}
.nav__links {
  display: flex;
  gap: 4px;
  margin-left: auto;
}
.nav__links a {
  position: relative;
  padding: 9px 14px;
  border-radius: 99px;
  font-size: .88rem;
  font-weight: 600;
  text-decoration: none;
  color: rgba(255, 255, 255, .82);
  transition: color .2s, background .2s;
}
.nav__links a:hover, .nav__links a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, .12);
}
.nav__links a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: var(--sun);
}
.nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  position: relative;
}
.nav__burger span {
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .35s var(--ease), top .35s var(--ease);
}
.nav__burger span:first-child {
  top: 17px;
}
.nav__burger span:last-child {
  top: 25px;
}
.nav__burger[aria-expanded="true"] span:first-child {
  top: 21px;
  transform: rotate(45deg);
}
.nav__burger[aria-expanded="true"] span:last-child {
  top: 21px;
  transform: rotate(-45deg);
}
.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1.04);
}
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(120% 80% at 80% 10%, transparent 0%, rgba(7, 11, 30, .35) 70%),
        linear-gradient(180deg, rgba(7, 11, 30, .7) 0%, rgba(7, 11, 30, .1) 28%, rgba(7, 11, 30, .3) 58%, rgba(7, 11, 30, .96) 100%);
}
.hero__top {
  position: absolute;
  top: 96px;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .8);
}
.tag--live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 0 rgba(255, 194, 51, .8);
  animation: ping 2s infinite;
}
.hero__body {
  padding: 0 var(--gutter) calc(clamp(26px, 3.6vw, 56px) + var(--r-lg));
}
.hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(18px, 3vw, 44px);
}
.hero__date {
  display: inline-block;
  font-family: var(--mono);
  font-size: clamp(.9rem, 1.3vw, 1.1rem);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--sun);
  padding: 7px 14px;
  border-radius: 8px;
  transform: rotate(-2deg);
  margin-bottom: 18px;
}
.hero__lead {
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  line-height: 1.35;
  max-width: 30ch;
  font-weight: 500;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.countdown {
  text-align: right;
}
.countdown__label {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
}
.countdown__grid {
  display: flex;
  gap: 8px;
}
.countdown__grid div {
  min-width: 84px;
  padding: 14px 10px 10px;
  border-radius: 16px;
  text-align: center;
  background: rgba(7, 11, 30, .45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.countdown__grid b {
  display: block;
  font-size: 2.3rem;
  font-stretch: 112%;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.countdown__grid span {
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
}
.hero__title {
  font-weight: 900;
  font-stretch: 125%;
  line-height: .8;
  letter-spacing: -.035em;
  text-transform: uppercase;
  overflow: hidden;
}
.hero__line {
  padding-top: .24em;
  display: inline-flex;
  white-space: nowrap;
  font-size: 9.5vw;
}
.hero__word {
  display: inline-flex;
}
.hero__word:last-child {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.hero__word .ch {
  display: inline-block;
  transform: translateY(105%) rotate(6deg);
  animation: rise 1s var(--ease) forwards;
  animation-delay: calc(var(--i) * 45ms + 250ms);
}
.section {
  position: relative;
  padding: clamp(80px, 11vw, 160px) 0;
}
.section--paper {
  background: var(--paper);
  color: var(--on-paper);
}
.section--ink {
  background: var(--ink);
}
.section--night {
  background: var(--ink-2);
}
.section--sky {
  background: var(--sky);
  color: #fff;
}
.section--ink, .section--night, .section--sky, .footer {
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  margin-top: calc(var(--r-lg) * -1);
}
.section--ink + .section--paper, .section--night + .section--paper {
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  margin-top: calc(var(--r-lg) * -1);
}
.section--ink, .section--night {
  padding-bottom: calc(clamp(80px, 11vw, 160px) + var(--r-lg));
}
#poster {
  z-index: 3;
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  margin-top: calc(var(--r-lg) * -1);
}
.section--flush {
  padding-top: 0;
}
.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(36px, 5vw, 72px);
}
.poster {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
}
.facts {
  display: grid;
  gap: 0;
  margin: 38px 0 40px;
  border-top: 1px solid var(--line-paper);
}
.facts li {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: baseline;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-paper);
}
.facts b {
  font-size: 2rem;
  font-stretch: 120%;
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1;
}
.facts span {
  color: var(--on-paper-mute);
}
.poster__stage {
  position: relative;
  perspective: 1200px;
  justify-self: center;
  width: min(430px, 100%);
}
.poster__card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  transform: rotate(3deg);
  transform-style: preserve-3d;
  box-shadow: 0 50px 80px -30px rgba(11, 16, 38, .55), 0 0 0 10px #fff;
  transition: transform .5s var(--ease);
  cursor: zoom-in;
}
.poster__card img {
  width: 100%;
}
.poster__glare {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--gx, 50%) var(--gy, 0%), rgba(255, 255, 255, .45), transparent 45%);
  opacity: 0;
  transition: opacity .3s;
}
.poster__card:hover .poster__glare {
  opacity: 1;
}
.poster__card.is-tilting {
  transition: none;
}
.poster__card.is-tilting .poster__glare {
  opacity: 1;
}
.poster__motion {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px auto 0;
  padding: 10px 16px;
  border: 0;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.poster__motion[hidden] {
  display: none;
}
.poster__motion::before {
  content: "";
  width: 9px;
  height: 14px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1.5px var(--sun);
  animation: wobble 1.6s ease-in-out infinite;
}
@keyframes wobble {
  0%, 100% {
    transform: rotate(-16deg);
  }
  50% {
    transform: rotate(16deg);
  }
}
.days {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.days button {
  border: 0;
  border-radius: 16px;
  padding: 10px 16px 9px;
  min-width: 78px;
  text-align: left;
  background: rgba(255, 255, 255, .06);
  color: var(--on-ink);
  box-shadow: inset 0 0 0 1px var(--line-ink);
  transition: background .25s, color .25s, transform .35s var(--ease);
}
.days button small {
  display: block;
  font-family: var(--mono);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .65;
}
.days button b {
  font-size: 1.35rem;
  font-stretch: 115%;
  font-weight: 800;
  line-height: 1.1;
}
.days button:hover {
  transform: translateY(-3px);
}
.days button.is-on {
  background: var(--sun);
  color: var(--ink);
  box-shadow: none;
}
.prog {
  border-bottom: 1px solid var(--line-ink);
}
.prog__row {
  position: relative;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 28px 18px;
  border-top: 1px solid var(--line-ink);
  opacity: 0;
  transform: translateY(18px);
  animation: up .7s var(--ease) forwards;
  animation-delay: calc(var(--i) * 70ms);
  transition: background .3s, padding .4s var(--ease);
}
.prog__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--sun);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s var(--ease);
}
.prog__row:hover {
  background: rgba(255, 255, 255, .04);
  padding-left: 30px;
}
.prog__row:hover::before {
  transform: scaleY(1);
}
.prog__time {
  font-family: var(--mono);
  font-size: 1.05rem;
  color: var(--sun);
  letter-spacing: .04em;
}
.prog__time small {
  display: block;
  font-size: .7rem;
  color: var(--on-ink-mute);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 2px;
}
.prog__row h4 {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-stretch: 114%;
  font-weight: 750;
  letter-spacing: -.015em;
  line-height: 1.1;
}
.prog__row p {
  color: var(--on-ink-mute);
  margin-top: 6px;
  max-width: 60ch;
}
.prog__kind {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 99px;
  box-shadow: inset 0 0 0 1px var(--line-ink);
  color: var(--on-ink-mute);
  white-space: nowrap;
}
.prog__kind[data-k="vol"] {
  color: var(--sky-soft);
  box-shadow: inset 0 0 0 1px rgba(157, 187, 255, .4);
}
.prog__kind[data-k="fete"] {
  color: var(--sun);
  box-shadow: inset 0 0 0 1px rgba(255, 194, 51, .4);
}
.come {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.come__map {
  position: relative;
  min-height: 440px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
}
.come__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.85) contrast(1.05);
}
.come__pin {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px 10px 12px;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .06em;
}
.come__pin svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--sun);
  stroke-width: 2;
}
.come__info {
  background: #fff;
  border-radius: var(--r-md);
  padding: 34px;
}
.come__info dl, .infos {
  display: grid;
  margin-top: 22px;
}
.come__info dl div, .infos div {
  padding: 16px 0;
  border-top: 1px solid var(--line-paper);
}
dt {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-paper-mute);
  margin-bottom: 4px;
}
dd {
  font-weight: 550;
}
dd a {
  text-decoration: none;
}
dd a:hover {
  color: var(--sky);
}
.ways {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 20px;
}
.way {
  background: var(--paper-2);
  border-radius: var(--r-md);
  padding: 34px;
  transition: transform .5s var(--ease);
}
.way:hover {
  transform: translateY(-6px);
}
.way header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.way__ico {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--sun);
}
.way__ico svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.way--air .way__ico svg {
  fill: currentColor;
  stroke: none;
}
.way__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.way h4 {
  font-size: .95rem;
  font-weight: 750;
  font-stretch: 110%;
  margin-bottom: 8px;
}
.way p {
  font-size: .95rem;
  color: var(--on-paper-mute);
}
.way p b {
  color: var(--on-paper);
  font-weight: 650;
}
.way--air {
  background: var(--ink);
  color: var(--on-ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.way--air .way__ico {
  background: var(--sun);
  color: var(--ink);
}
.way--air p {
  color: var(--on-ink-mute);
  margin: 22px 0 26px;
}
.way--air p b {
  color: #fff;
}
.radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: 100%;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--line-ink);
  box-shadow: inset 0 0 0 1px var(--line-ink);
}
.radio div {
  background: #0a0f28;
  padding: 14px 16px;
}
.radio span {
  display: block;
  font-family: var(--mono);
  font-size: .62rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--on-ink-mute);
}
.radio b {
  font-family: var(--mono);
  font-weight: 500;
  font-size: clamp(1.1rem, 1.8vw, 1.55rem);
  color: var(--sun);
  text-shadow: 0 0 18px rgba(255, 194, 51, .55);
}
.board {
  background: #04060f;
  border-radius: var(--r-md);
  padding: 10px;
  box-shadow: inset 0 0 0 1px var(--line-ink), 0 40px 80px -40px #000;
}
.board__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 8px 14px;
}
.board__tabs {
  display: flex;
  gap: 6px;
  padding: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .06);
}
.board__tabs button {
  border: 0;
  border-radius: 99px;
  padding: 10px 18px;
  background: none;
  color: var(--on-ink-mute);
  font-weight: 700;
  font-size: .88rem;
  transition: background .25s, color .25s;
}
.board__tabs button.is-on {
  background: var(--sun);
  color: var(--ink);
}
.board__clock {
  font-family: var(--mono);
  color: var(--sun);
  letter-spacing: .1em;
  padding-right: 10px;
}
.board__table {
  display: grid;
  gap: 4px;
  font-family: var(--mono);
}
.board__row {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1.2fr .8fr;
  gap: 4px;
}
.board__row > * {
  background: #0b1024;
  padding: 16px 18px;
  border-radius: 6px;
  min-width: 0;
}
.board__row--head > * {
  background: none;
  padding: 6px 18px;
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-ink-mute);
}
.board__row--head small {
  display: block;
  opacity: .7;
  letter-spacing: .08em;
  text-transform: none;
}
.board__cell {
  font-size: clamp(1.1rem, 2vw, 1.7rem);
  letter-spacing: .08em;
  color: #fff;
}
.board__cell:first-child {
  color: var(--sun);
}
.board__state {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .74rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7ee2a8;
}
.board__state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}
.chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.chips li {
  padding: 20px 22px;
  border-radius: var(--r-sm);
  box-shadow: inset 0 0 0 1px var(--line-ink);
  color: var(--on-ink-mute);
  font-size: .95rem;
}
.chips b {
  display: block;
  color: #fff;
  font-stretch: 112%;
  font-size: 1.1rem;
  margin-bottom: 2px;
}
.helice {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(36px, 6vw, 100px);
  align-items: center;
}
.helice__media {
  position: relative;
}
.helice__media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: var(--r-lg) var(--r-lg) var(--r-lg) 160px;
}
.helice__prop {
  position: absolute;
  right: -46px;
  top: -46px;
  width: 150px;
  height: 150px;
  color: var(--sky);
  filter: drop-shadow(0 14px 24px rgba(47, 107, 255, .35));
}
.infos div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: baseline;
}
.infos dt {
  margin: 0;
}
.crew {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.crew__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1.08);
}
.crew::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(7, 11, 30, .95) 0%, rgba(20, 45, 140, .85) 48%, rgba(47, 107, 255, .45) 100%);
}
.crew__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
  padding: clamp(32px, 6vw, 84px);
}
.crew .h2 em {
  color: var(--sun);
}
.crew .lead {
  color: rgba(255, 255, 255, .78);
}
.perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 34px;
  max-width: 620px;
}
.perks li {
  padding: 9px 16px 9px 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .22);
  font-size: .9rem;
  font-weight: 550;
  backdrop-filter: blur(8px);
}
.perks li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--sun);
  font-weight: 800;
}
.crew__jobs {
  display: grid;
  gap: 10px;
}
.crew__jobs .tag {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 4px;
}
.crew__jobs article {
  padding: 18px 20px;
  border-radius: var(--r-sm);
  background: rgba(7, 11, 30, .45);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
  backdrop-filter: blur(12px);
  transition: transform .4s var(--ease), background .3s;
}
.crew__jobs article:hover {
  transform: translateX(-8px);
  background: rgba(7, 11, 30, .7);
}
.crew__jobs b {
  display: block;
  font-stretch: 110%;
}
.crew__jobs span {
  font-size: .88rem;
  color: rgba(255, 255, 255, .7);
}
.tombola__top {
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 48px;
}
.jackpot {
  text-align: right;
  font-family: var(--mono);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-ink-mute);
}
.jackpot b {
  display: block;
  font-family: var(--display);
  font-size: clamp(3.5rem, 10vw, 9rem);
  font-stretch: 125%;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.04em;
  color: var(--sun);
  text-transform: none;
  font-variant-numeric: tabular-nums;
}
.jackpot i {
  font-style: normal;
}
.tombola__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 56px;
}
.tombola__cards article {
  padding: 26px 28px;
  border-radius: var(--r-md);
  box-shadow: inset 0 0 0 1px var(--line-ink);
  background: rgba(255, 255, 255, .03);
}
.tombola__cards .tag {
  color: var(--sun);
  margin-bottom: 10px;
}
.tombola__cards p {
  color: var(--on-ink-mute);
}
.tombola__cards b {
  color: #fff;
}
.rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 6px var(--gutter) 26px;
  margin-inline: calc(var(--gutter) * -1);
  scrollbar-width: none;
  cursor: grab;
}
.rail::-webkit-scrollbar {
  display: none;
}
.rail.is-drag {
  cursor: grabbing;
  scroll-snap-type: none;
}
.ticket {
  --notch: 13px;
  flex: 0 0 min(320px, 78vw);
  scroll-snap-align: start;
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border-radius: 18px;
  padding: 22px;
  -webkit-mask: radial-gradient(circle var(--notch) at 0 62%, transparent 98%, #000) left / 51% 100% no-repeat, radial-gradient(circle var(--notch) at 100% 62%, transparent 98%, #000) right / 51% 100% no-repeat;
  mask: radial-gradient(circle var(--notch) at 0 62%, transparent 98%, #000) left / 51% 100% no-repeat, radial-gradient(circle var(--notch) at 100% 62%, transparent 98%, #000) right / 51% 100% no-repeat;
  transition: transform .5s var(--ease);
  user-select: none;
}
.ticket:hover {
  transform: translateY(-8px) rotate(-1.2deg);
}
.ticket__art {
  height: 150px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  background: linear-gradient(135deg, var(--c1), var(--c2));
  margin-bottom: 18px;
}
.ticket h3 {
  font-size: 1.2rem;
  font-stretch: 112%;
  font-weight: 800;
  line-height: 1.15;
}
.ticket p {
  font-size: .9rem;
  color: var(--on-paper-mute);
  margin-top: 4px;
  min-height: 2.8em;
}
.ticket__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 2px dashed var(--line-paper);
}
.ticket__foot span {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-paper-mute);
}
.ticket__foot b {
  font-size: 1.7rem;
  font-stretch: 118%;
  font-weight: 850;
  letter-spacing: -.02em;
}
.logos {
  display: grid;
  gap: 14px;
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.logos__row {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.logos__row:nth-child(2) {
  animation-direction: reverse;
  animation-duration: 48s;
}
.logos:hover .logos__row {
  animation-play-state: paused;
}
.logo {
  flex: 0 0 auto;
  width: 230px;
  height: 120px;
  display: grid;
  place-items: center;
  gap: 0;
  border-radius: var(--r-md);
  background: #fff;
  color: var(--on-paper-mute);
  font-weight: 800;
  font-stretch: 118%;
  text-decoration: none;
  transition: transform .4s var(--ease), color .3s, box-shadow .4s;
}
.logo:hover {
  transform: translateY(-6px);
  color: var(--sky);
  box-shadow: 0 24px 40px -24px rgba(11, 16, 38, .45);
}
.section--sky .h2 em {
  color: var(--sun);
}
.section--sky .lead {
  color: rgba(255, 255, 255, .85);
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 100px);
  align-items: start;
}
.contact__list {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .25);
}
.contact__list li {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-weight: 600;
}
.contact__list span {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .75;
  align-self: center;
  font-weight: 400;
}
.contact__list a {
  text-decoration: none;
}
.contact__list a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.form {
  display: grid;
  gap: 14px;
  background: var(--paper);
  color: var(--on-paper);
  padding: clamp(24px, 3.5vw, 44px);
  border-radius: var(--r-lg);
  box-shadow: 0 50px 90px -40px rgba(7, 11, 30, .7);
}
.field {
  position: relative;
  display: block;
}
.field input, .field textarea {
  width: 100%;
  border: 0;
  border-radius: var(--r-sm);
  background: #fff;
  padding: 26px 18px 10px;
  font: inherit;
  color: inherit;
  box-shadow: inset 0 0 0 1px var(--line-paper);
  outline: 0;
  resize: vertical;
  transition: box-shadow .25s;
}
.field input:focus, .field textarea:focus {
  box-shadow: inset 0 0 0 2px var(--sky);
}
.field span {
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--on-paper-mute);
  pointer-events: none;
  transform-origin: left top;
  transition: transform .25s var(--ease);
}
.field input:focus + span, .field input:not(:placeholder-shown) + span, .field textarea:focus + span, .field textarea:not(:placeholder-shown) + span {
  transform: translateY(-11px) scale(.72);
}
.pick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pick legend {
  font-family: var(--mono);
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-paper-mute);
  margin-bottom: 10px;
}
.pick input {
  position: absolute;
  opacity: 0;
}
.pick span {
  display: block;
  padding: 10px 16px;
  border-radius: 99px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line-paper);
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.pick input:checked + span {
  background: var(--ink);
  color: #fff;
}
.pick input:focus-visible + span {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}
.form .btn {
  justify-self: start;
  margin-top: 8px;
}
.form__note {
  font-size: .78rem;
  color: var(--on-paper-mute);
}
.footer {
  position: relative;
  background: var(--ink);
  padding: clamp(60px, 8vw, 110px) 0 110px;
  overflow: hidden;
}
.footer__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__claim {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-stretch: 115%;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1;
}
.footer__claim em {
  color: var(--sun);
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
}
.footer nav a {
  text-decoration: none;
  color: var(--on-ink-mute);
  font-weight: 600;
  transition: color .2s;
}
.footer nav a:hover {
  color: var(--sun);
}
.footer__word {
  margin: clamp(30px, 5vw, 70px) 0 clamp(20px, 3vw, 40px);
  padding: 0 var(--gutter);
  font-weight: 900;
  font-stretch: 125%;
  line-height: .8;
  letter-spacing: -.035em;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .28);
  user-select: none;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .08em;
  color: var(--on-ink-mute);
}
.footer__word span {
  display: inline-block;
  font-size: 9.5vw;
  padding-top: .2em;
}
.alt {
  position: fixed;
  z-index: 45;
  left: 18px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 99px;
  background: rgba(7, 11, 30, .72);
  color: #fff;
  font-family: var(--mono);
  font-size: .68rem;
  letter-spacing: .14em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.alt__label {
  color: var(--sun);
}
.alt__track {
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, .18);
  overflow: hidden;
}
.alt__fill {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--sun);
  transform-origin: left;
  transform: scaleX(0);
}
.alt__value {
  min-width: 62px;
  text-align: right;
}
.alt__value b {
  font-weight: 500;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(4, 6, 15, .9);
  backdrop-filter: blur(10px);
  animation: fade .3s;
}
.lightbox[hidden] {
  display: none;
}
.lightbox img {
  max-height: 90vh;
  width: auto;
  border-radius: 10px;
  animation: pop .45s var(--ease);
}
.lightbox__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 1.1rem;
  transition: transform .3s var(--ease);
}
.lightbox__close:hover {
  transform: rotate(90deg);
}
.js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
  transition-delay: var(--d, 0ms);
}
.js [data-reveal].is-in {
  opacity: 1;
  transform: none;
}
@keyframes trail {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes trail-again {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes rise {
  to {
    transform: none;
  }
}
@keyframes up {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
}
@keyframes pop {
  from {
    opacity: 0;
    transform: translateX(var(--tx, 0)) scale(.9);
  }
}
@keyframes ping {
  70% {
    box-shadow: 0 0 0 10px rgba(255, 194, 51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 194, 51, 0);
  }
}
@media (max-width: 1020px) {
  .nav__links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 2px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(7, 11, 30, .96);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .3s, transform .4s var(--ease), visibility .3s;
  }
  .nav__links.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav__links a {
    padding: 14px 16px;
    font-size: 1.05rem;
  }
  .nav__cta {
    margin-left: auto;
  }
  .nav__burger {
    display: block;
  }
  .poster, .helice, .contact, .come, .ways, .crew__inner, .tombola__top {
    grid-template-columns: 1fr;
  }
  .jackpot {
    text-align: left;
  }
  .section__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .days {
    justify-content: flex-start;
  }
  .way__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .helice__prop {
    right: -10px;
    top: -50px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 720px) {
  body {
    font-size: 16px;
  }
  .nav {
    padding-left: 16px;
    gap: 10px;
  }
  .nav__cta {
    display: none;
  }
  .nav__burger {
    margin-left: auto;
  }
  .hero__top-right {
    display: none;
  }
  .hero__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .countdown {
    text-align: left;
    width: 100%;
  }
  .countdown__grid div {
    min-width: 0;
    flex: 1;
    padding: 12px 4px 8px;
  }
  .countdown__grid b {
    font-size: 1.7rem;
  }
  .hero__line {
    flex-direction: column;
    font-size: 14vw;
  }
  .hero__word:last-child {
    -webkit-text-stroke-width: 1.5px;
  }
  .btn--lg {
    padding: 15px 22px;
    font-size: .95rem;
  }
  .prog__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 8px;
  }
  .prog__kind {
    justify-self: start;
  }
  .board__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .board__row > :nth-child(4) {
    display: none;
  }
  .board__row > * {
    padding: 12px 10px;
  }
  .board__row--head > * {
    padding: 4px 10px;
    font-size: .56rem;
  }
  .board__bar {
    flex-direction: column;
    align-items: stretch;
  }
  .board__tabs button {
    flex: 1;
    padding: 10px 8px;
    font-size: .8rem;
  }
  .board__clock {
    display: none;
  }
  .chips, .tombola__cards {
    grid-template-columns: 1fr;
  }
  .infos div, .contact__list li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .facts li {
    grid-template-columns: 84px 1fr;
  }
  .helice__media img {
    border-radius: var(--r-md) var(--r-md) var(--r-md) 90px;
  }
  .logo {
    width: 170px;
    height: 96px;
    font-size: .9rem;
  }
  .alt {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .hero__word .ch {
    transform: none;
  }
}
.icon {
  display: inline-block;
  height: 1em;
  width: auto;
  overflow: visible;
  vertical-align: -.125em;
}
.prog__day[hidden], .board__table[hidden] {
  display: none;
}
.prog__text {
  color: var(--on-ink-mute);
  margin-top: 6px;
  max-width: 60ch;
}
.prog__text a {
  color: var(--sun);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.prog__text ul, .prog__text ol {
  display: grid;
  gap: 4px;
  margin-top: 6px;
}
.prog__text li {
  position: relative;
  padding-left: 18px;
}
.prog__text li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sun);
}
.prog__date {
  padding: 26px 18px 12px;
  font-family: var(--mono);
  font-size: .74rem;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-ink-mute);
}
.prog__day + .prog__day .prog__date {
  border-top: 1px solid var(--line-ink);
}
.soon {
  padding: 40px 0;
  color: var(--on-ink-mute);
  font-family: var(--mono);
  font-size: .85rem;
  letter-spacing: .08em;
}
.section--paper .soon {
  color: var(--on-paper-mute);
  text-align: center;
}
.ticket__art {
  overflow: hidden;
}
.ticket__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo {
  position: relative;
  overflow: hidden;
}
.logo img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 72px;
  object-fit: contain;
}
@media (max-width: 720px) {
  .logo img {
    max-width: 118px;
    max-height: 56px;
  }
}
.logo__fx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.logo.is-fx img {
  opacity: 0;
}
.logo span {
  padding: 0 16px;
  text-align: center;
}
.socials {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.socials a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
  font-size: 1.05rem;
  transition: background .25s, color .25s, transform .35s var(--ease);
}
.socials a:hover {
  background: #fff;
  color: var(--sky);
  transform: translateY(-3px);
}
.form__error {
  margin-top: 6px;
  color: #a8181b;
  font-size: .85rem;
  font-weight: 600;
}
.form__error ul {
  display: grid;
  gap: 2px;
}
.flashes {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: grid;
  gap: 8px;
  width: max-content;
  max-width: calc(100% - 32px);
}
.flash {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px 12px 18px;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  font-weight: 650;
  font-size: .95rem;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .6), inset 0 0 0 1px rgba(255, 255, 255, .15);
  animation: flash-in .5s var(--ease) both;
}
.flash::before {
  content: "✓";
  flex: none;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1f9d63;
  font-size: .75rem;
  font-weight: 800;
}
.flash--error::before, .flash--warning::before {
  content: "!";
  background: var(--red);
}
.flash--warning::before {
  background: var(--sun-deep);
  color: var(--ink);
}
.flash--info::before {
  content: "i";
  background: var(--sky);
}
.flash button {
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: .8rem;
}
.flash.is-leaving {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .4s, transform .4s var(--ease);
}
@keyframes flash-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.96);
  }
}
.login {
  min-height: 100svh;
  background: var(--ink);
  isolation: isolate;
}
.login__video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.login__shade {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(7, 11, 30, .82) 0%, rgba(7, 11, 30, .45) 55%, rgba(7, 11, 30, .7) 100%);
}
.login__grid {
  display: grid;
  grid-template-columns: 1.1fr minmax(380px, .9fr);
  min-height: 100svh;
}
.login__side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(24px, 3.4vw, 48px) var(--gutter);
}
.login__side .nav__brand {
  font-size: 1.05rem;
}
.login__pitch {
  max-width: 620px;
}
.login__pitch .tag {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 22px;
}
.login__pitch .h2 em {
  color: var(--sun);
}
.login__pitch .lead {
  color: rgba(255, 255, 255, .78);
}
.login__foot {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .6);
}
.login__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: clamp(20px, 3vw, 40px);
}
.login__card {
  width: min(440px, 100%);
  gap: 14px;
  animation: card .9s var(--ease) .15s both;
}
.login__card header {
  margin-bottom: 6px;
}
.login__card .eyebrow {
  margin-bottom: 10px;
}
.login__card .h3 {
  font-size: 2rem;
}
.login__error {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: rgba(229, 56, 59, .1);
  color: #a8181b;
  font-size: .9rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(229, 56, 59, .3);
  animation: shake .45s var(--ease);
}
.login__error[hidden] {
  display: none;
}
.login__error::before {
  content: "!";
  flex: none;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: .75rem;
  font-weight: 800;
}
.field--pass input {
  padding-right: 54px;
}
.login__eye {
  position: absolute;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: none;
  color: var(--on-paper-mute);
  transition: background .2s, color .2s;
}
.login__eye:hover {
  background: rgba(11, 16, 38, .07);
  color: var(--on-paper);
}
.login__eye svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.login__eye[aria-pressed="true"] .login__eye-off {
  display: none;
}
.check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 550;
  cursor: pointer;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
}
.check i {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line-paper);
  transition: background .2s, box-shadow .2s;
}
.check i::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform .25s var(--ease);
}
.check input:checked + i {
  background: var(--ink);
  box-shadow: none;
}
.check input:checked + i::after {
  transform: rotate(45deg) scale(1);
}
.check input:focus-visible + i {
  outline: 2px solid var(--sky);
  outline-offset: 2px;
}
.form .login__submit {
  justify-self: stretch;
  justify-content: center;
  margin-top: 6px;
}
.login__submit.is-busy {
  pointer-events: none;
  opacity: .7;
}
.login__back {
  justify-self: center;
  margin-top: 4px;
  font-size: .88rem;
  font-weight: 600;
  color: var(--on-paper-mute);
  text-decoration: none;
}
.login__back:hover {
  color: var(--sky);
}
@keyframes card {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
}
@keyframes shake {
  20% {
    transform: translateX(-6px);
  }
  45% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-3px);
  }
}
@media (max-width: 900px) {
  .login__grid {
    grid-template-columns: 1fr;
  }
  .login__side {
    gap: 28px;
    padding-bottom: 8px;
  }
  .login__foot {
    display: none;
  }
  .login__pitch .h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  .login__panel {
    justify-content: flex-start;
    padding-bottom: 40px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

