.hero-wrap {
  padding: 0 24px;
}

.hero {
  background: #1c1418;
  overflow: hidden;
  border-radius: 16px;
  max-width: var(--max);
  margin: 0 auto;
}

.hero-art {
  position: relative;
  min-height: 62vh;
}

.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #140e12a6;
  pointer-events: none;
  z-index: 1;
}

.hero-art img.blob {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(.72) contrast(1.08);
}

.hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  padding: 9rem 24px 8rem;
}

.hero-copy .mark {
  width: 29px;
  height: 30px;
  margin: 0 auto .8rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 40px;
  padding: 6px 12px;
  font-size: .6rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 1rem;
}

.tag .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 4px #e6205826;
}

.hero-copy h1 {
  margin: 0 auto .4rem;
  max-width: 18em;
  color: #fff;
}

.hero-copy h1 .em {
  color: #ff6b95;
}

.hero-copy p {
  margin: 0 auto 1.2rem;
  max-width: 32rem;
  color: #ececec;
}

.hero-copy p b {
  color: #ff8aad;
  font-weight: 700;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-bottom: 1.6rem;
}

.hero-copy .btn.ghost {
  background: transparent;
  color: #fff !important;
  border-color: #ffffff66;
}

.hero-copy .btn.ghost:hover {
  background: #ffffff1a;
  border-color: #fff;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.stats .n {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
}

.stats .l {
  font-size: .7rem;
  line-height: 1rem;
  color: #d2d2d2;
  margin-top: 2px;
}

.vote-band {
  padding: 3.2rem 0 1rem;
}

.vcard {
  background: #fff;
  border: 0;
  outline: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 1.6rem;
  max-width: 28rem;
  margin: 0 auto;
  box-shadow: none;
}

.vtitle {
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.89rem;
  font-weight: 500;
}

.vsub {
  font-size: .7rem;
  line-height: 1rem;
  color: var(--mute);
  margin-top: .4rem;
}

.clock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 1.2rem;
}

.cell {
  background: #fff;
  border: 0;
  outline: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 14px 6px;
  text-align: center;
}

.cnum {
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 500;
}

.clab {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 7px;
  font-weight: 700;
}

.opts {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
}

.opt-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: .8rem;
  line-height: 1.2rem;
}

.opt-name {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  font-weight: 700;
}

.opt-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.opt-stat {
  color: var(--mute);
  font-size: .7rem;
  white-space: nowrap;
}

.opt-stat b {
  color: var(--ink);
  font-weight: 700;
}

.bar {
  margin-top: 8px;
  height: 8px;
  border-radius: 6px;
  background: #f0f0f0;
  overflow: hidden;
}

.fill {
  height: 100%;
  border-radius: 6px;
}

.vbtns {
  margin-top: 1.3rem;
  display: grid;
  gap: 8px;
}

.vbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #fff;
  color: var(--ink);
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: .5rem 1rem;
  font-size: .8rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.vbtn svg {
  width: 16px;
  height: 16px;
}

.vbtn:hover {
  background: #f6f6f6;
  border-color: transparent;
}

.vbtn.chosen {
  background: var(--pink-btn);
  color: #fff;
  border-color: var(--pink-btn);
}

.vbtn.chosen:hover {
  background: var(--pink-deep);
}

.gate-cta {
  margin-top: 12px;
}

.gate-cta .btn {
  width: 100%;
}

.vnote {
  margin-top: 14px;
  font-size: .7rem;
  line-height: 1.1rem;
  color: var(--mute);
}

.vnote b {
  color: var(--ink);
  font-weight: 700;
}

.lbl {
  font-size: .6rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 12px;
  font-weight: 700;
}

.block {
  padding: 4rem 0 1rem;
}

h2 .em {
  color: var(--pink);
}

.section-lead {
  margin-top: 16px;
  max-width: 34rem;
  color: #414141;
}

.core {
  padding: 20px 0 10px;
}

.core-mark {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.core-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 32px;
  align-items: center;
}

.city {
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.city video {
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.bits h2 {
  margin-bottom: .4rem;
}

.uses {
  padding: 10px 0 40px;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.use-card {
  background: #fff1f3;
  border-radius: 10px;
  padding: 1.2rem;
  color: #c10f45;
  display: block;
  min-height: 104px;
  transition: background .2s ease-in, transform .2s ease-in;
}

.use-card:hover {
  background: #ffe4e8;
  transform: translateY(-10px);
}

.use-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.use-card img {
  width: 28px;
  height: 28px;
  margin: 0;
}

.use-card h3 {
  color: #e62058;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  flex: 1;
}

.use-card p {
  color: #232323;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}

.token {
  padding: 10px 0 50px;
}

.tease {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
  margin-top: 1.6rem;
}

.tease a,
.tease article {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
  display: block;
}

.tease img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.tease .cap {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 280px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(#0000, #000000b8);
  color: #fff;
}

.tease h3 {
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: #fff;
}

.tease p {
  font-size: .8rem;
  line-height: 1.2rem;
  color: #fff;
}

.pace {
  padding: 0 0 20px;
}

.pace-row {
  position: relative;
  overflow: hidden;
  height: 400px;
  background: transparent;
  transition: background-color .2s ease-in;
  margin: 1.2rem 0;
}

.pace-row.dec {
  height: 460px;
}

.pace-row:hover {
  background: #e62058;
}

.pace-bg {
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.pace-row.dec .pace-bg {
  left: auto;
  right: -68px;
  top: -16px;
  height: 110%;
  width: auto;
}

.pace-in {
  position: relative;
  z-index: 1;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  pointer-events: none;
}

.pace-copy {
  grid-column: 8 / -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #232323;
  transition: color .2s ease-in;
}

.pace-row.dec .pace-copy {
  grid-column: 1 / 7;
}

.pace-row:hover .pace-copy,
.pace-row:hover .pace-copy h2,
.pace-row:hover .pace-copy p,
.pace-row:hover .big,
.pace-row:hover .date {
  color: #fff;
}

.pace-copy h2 {
  color: #232323;
  margin: 0;
  font-size: 5.65rem;
  line-height: 5.65rem;
  font-weight: 400;
  letter-spacing: -.02em;
  position: relative;
  left: -.07em;
}

.date {
  font-size: .7rem;
  line-height: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pink);
  margin-bottom: 8px;
}

.big {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #232323;
  font-weight: 500;
  margin: 8px 0 0;
}

.pace-copy p {
  font-size: .7rem;
  line-height: 1rem;
  margin: 0 0 1rem;
  color: inherit;
}

.time-band {
  padding: 20px 0 10px;
}

.time-box {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
  padding: 2rem 1.6rem;
}

.time-box h2 {
  margin-bottom: .4rem;
}

.time-box .section-lead {
  margin-bottom: 1.6rem;
  max-width: 40rem;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.tl {
  padding: 0;
}

.tl .date {
  margin-bottom: 6px;
}

.tl h4 {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35rem;
  margin: 0 0 8px;
  font-weight: 700;
}

.tl p {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0;
  color: #414141;
}

.faq-block {
  padding: 30px 0 20px;
}

.faq {
  margin-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.faq summary {
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary:after {
  content: "+";
  color: var(--pink);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.faq details[open] summary:after {
  content: "\2013";
}

.faq details p {
  margin-top: 12px;
  max-width: 38rem;
}

.mail {
  margin: 3.2rem 0 0;
  overflow: hidden;
  background: #f6f6f6;
}

.mail-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  align-items: center;
  position: relative;
}

.mail .inner {
  grid-column: 1 / 7;
  position: relative;
  z-index: 2;
  max-width: none;
  text-align: left;
  padding: 4.9rem 2.4rem 4.4rem 0;
}

.mail h2 {
  color: #232323;
  font-size: 1.6rem;
  line-height: 2.16rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 1rem;
}

.mail p {
  margin-bottom: 1.2rem;
  padding-right: 2rem;
  color: var(--mute);
}

.mail-art {
  grid-column: 9 / -1;
  position: relative;
  min-height: 220px;
}

.mail-art img {
  position: absolute;
  top: -10%;
  left: 0;
  width: auto;
  max-width: none;
  height: auto;
  pointer-events: none;
}

@media (min-width: 1401px) {
  .pace-copy h2 {
    font-size: 8rem;
    line-height: 8rem;
  }
}

@media (max-width: 1119.98px) {
  .hero-wrap { padding: 0 18px; }
  .hero-copy { padding: 8rem 18px 6.5rem; }
  .hero-copy h1 { max-width: none; }
  .core-grid { grid-template-columns: 1fr; }
  .tease { grid-template-columns: 1fr 1fr; }
  .pace-row { height: 300px; }
  .pace-row.dec { height: 365px; }
  .pace-copy { grid-column: 6 / -1; }
  .pace-row.dec .pace-copy { grid-column: 1 / 6; }
  .pace-copy h2 { font-size: 3.2rem; line-height: 3.2rem; }
  .big { font-size: 1.6rem; line-height: 2.16rem; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .mail .inner { grid-column: 1 / 6; padding: 3.2rem 0 3.6rem; }
  .mail p { padding-right: 0; }
  .mail-art { grid-column: 7 / -1; }
  .mail-art img { transform: translate(-96px); }
}

@media (max-width: 767.98px) {
  .hero-wrap { padding: 0; }
  .hero { border-radius: 0; }
  .hero-copy { padding: 3.6rem 16px; }
  .hero-art { min-height: 0; }
  .stats { gap: 1.2rem; }
  .clock { gap: 6px; }
  .cnum { font-size: 1.1rem; }
  .use-grid, .tease, .timeline { grid-template-columns: 1fr; }
  .pace-row, .pace-row.dec { height: auto; min-height: 400px; }
  .pace-copy, .pace-row.dec .pace-copy { grid-column: 1 / -1; padding-top: 36px; }
  .pace-copy h2 { font-size: 3.8rem; line-height: 3.8rem; }
  .time-box { padding: 1.4rem 1.2rem; }
  .mail .inner { grid-column: 1 / -1; padding: 2rem 0 2.2rem; }
  .mail-art { display: none; }
}
