.intro-modal {
  padding: 0;
  border: 0;
  border-radius: 28px;
  width: min(860px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  color: #30231e;
  background: #fffaf2;
  box-shadow: 0 32px 100px #160c0866;
}
.intro-modal[open] {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
}
.intro-modal::backdrop {
  background: #111827b8;
  backdrop-filter: blur(6px);
}
.intro-modal-open {
  overflow: hidden;
}
.intro-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #dfd2c3;
  background: #fffaf2;
  color: #30231e;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
}
.intro-art {
  position: relative;
  min-height: 495px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, #ffb32e 0 7%, transparent 7.5%),
    radial-gradient(circle at 15% 88%, #ffcf6c 0 5%, transparent 5.5%),
    linear-gradient(145deg, #ff8b24 0%, #f14c2e 48%, #c92e45 100%);
  border-radius: 28px 0 0 28px;
}
.intro-art-kicker {
  position: absolute;
  top: 38px;
  left: 30px;
  right: 30px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #622b11;
}
.intro-ticket {
  position: absolute;
  width: 205px;
  height: 220px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px #6a230930;
  border: 1px solid #ffffff45;
}
.intro-ticket > span {
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 800;
}
.intro-ticket strong {
  font-size: 91px;
  letter-spacing: -7px;
  line-height: 1.3;
  font-weight: 900;
}
.intro-ticket strong span {
  font-size: 36px;
  letter-spacing: -2px;
}
.intro-ticket em {
  font-size: 15px;
  letter-spacing: 5px;
  font-weight: 800;
  font-style: normal;
}
.intro-ticket--yellow {
  top: 88px;
  left: 28px;
  transform: rotate(-13deg);
  color: #513508;
  background: #ffdf6c;
}
.intro-ticket--red {
  top: 205px;
  right: 24px;
  transform: rotate(11deg);
  color: #fff9f0;
  background: #b8203a;
}
.intro-spark {
  position: absolute;
  font-size: 48px;
  color: #fff1c9;
}
.intro-spark--one {
  top: 70px;
  right: 24px;
}
.intro-spark--two {
  bottom: 45px;
  left: 25px;
  font-size: 33px;
}
.intro-art-note {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #fff1d2;
}
.intro-copy {
  padding: 56px 34px 28px;
}
.intro-eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: #a04622;
}
.intro-copy h2 {
  font-size: clamp(25px, 3.4vw, 33px);
  line-height: 1.15;
  letter-spacing: -1.2px;
  margin: 16px 0;
  color: #30231e;
}
.intro-copy > p:not(.intro-terms) {
  color: #6b5a50;
  font-size: 13px;
  line-height: 1.8;
}
.intro-colour-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0;
}
.intro-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 5px 9px;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  white-space: nowrap;
}
.intro-badge--yellow {
  background: #ffe187;
  color: #513508;
}
.intro-badge--orange {
  background: #ffd0ad;
  color: #7d3008;
}
.intro-badge--red {
  background: #c52f40;
  color: #fff;
}
.intro-deadline {
  font-size: 11px;
  color: #6b5a50;
  margin: 0 0 22px;
}
.intro-deadline strong {
  display: inline-block;
  margin-left: 5px;
  color: #8c3023;
  font-variant-numeric: tabular-nums;
}
.intro-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 19px;
  border-radius: 12px;
  background: #32271f;
  color: #fff9f0;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.intro-shop:hover {
  background: #514033;
  color: #fff;
}
.intro-later {
  display: block;
  margin: 13px auto;
  padding: 5px 10px;
  border: 0;
  background: transparent;
  color: #69594e;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}
.intro-terms {
  font-size: 10px;
  line-height: 1.7;
  color: #79695f;
  margin: 12px 0 0;
}
.intro-launcher {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #f8c978;
  border-radius: 14px;
  background: #fff1d2;
  color: #513508;
  padding: 12px 15px;
  box-shadow: 0 5px 24px #0002;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.intro-launcher-range {
  padding-left: 9px;
  border-left: 1px solid #cfb886;
}
.intro-launcher[hidden],
.intro-product-offer[hidden] {
  display: none;
}
.intro-product-offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  margin: 9px 0;
}
.intro-product-price {
  font-size: 14px;
  font-weight: 800;
  color: inherit;
}
.intro-product-price small {
  font-size: 10px;
  font-weight: 500;
}
.intro-close:focus-visible,
.intro-shop:focus-visible,
.intro-later:focus-visible,
.intro-launcher:focus-visible {
  outline: 3px solid #2476c6;
  outline-offset: 3px;
}
@media (max-width: 620px) {
  .intro-modal {
    width: min(420px, calc(100vw - 24px));
    border-radius: 22px;
    max-height: calc(100dvh - 24px);
  }
  .intro-modal[open] {
    grid-template-columns: 1fr;
  }
  .intro-art {
    min-height: 190px;
    border-radius: 22px 22px 0 0;
  }
  .intro-art-kicker {
    top: 17px;
    left: 20px;
    font-size: 8px;
  }
  .intro-ticket {
    width: 133px;
    height: 137px;
    border-radius: 10px;
  }
  .intro-ticket strong {
    font-size: 56px;
    letter-spacing: -4px;
  }
  .intro-ticket strong span {
    font-size: 25px;
  }
  .intro-ticket > span {
    font-size: 6px;
    letter-spacing: 0.7px;
  }
  .intro-ticket em {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .intro-ticket--yellow {
    top: 46px;
    left: calc(50% - 134px);
  }
  .intro-ticket--red {
    top: 52px;
    right: calc(50% - 125px);
  }
  .intro-art-note {
    display: none;
  }
  .intro-spark--one {
    top: 82px;
    right: 14px;
    font-size: 30px;
  }
  .intro-spark--two {
    bottom: 15px;
    left: 16px;
    font-size: 23px;
  }
  .intro-copy {
    padding: 24px;
  }
  .intro-copy h2 {
    margin: 10px 0;
    font-size: 27px;
  }
  .intro-copy > p:not(.intro-terms) {
    font-size: 12px;
    margin: 10px 0;
  }
  .intro-colour-row {
    margin: 14px 0;
  }
  .intro-deadline {
    margin-bottom: 16px;
  }
  .intro-launcher {
    bottom: 12px;
    left: 12px;
    padding: 10px;
    font-size: 10px;
    max-width: calc(100vw - 90px);
    flex-wrap: wrap;
    gap: 5px;
  }
}
