:root {
  --ink: #f3f2ee;
  --muted: #9a9aa4;
  --night: #08090b;
  --acid: #d8ff3e;
  --violet: #8c5bff;
  --line: rgba(255, 255, 255, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--night);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

main {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
}

main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at 50% -20%, #282730 0, #08090b 45%);
}

.ambient {
  position: absolute;
  z-index: -1;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  filter: blur(130px);
  opacity: .16;
  pointer-events: none;
}

.ambient-one { top: 310px; right: -190px; background: var(--violet); }
.ambient-two { top: 1220px; left: -300px; background: var(--acid); opacity: .08; }
.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }

.nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark { font-size: 21px; font-weight: 800; letter-spacing: -.06em; }
.wordmark span { color: var(--acid); }

.nav p {
  margin: 0;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 64px;
  padding-block: 86px 110px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 16px var(--acid);
}

h1 {
  margin: 0;
  font-size: clamp(76px, 10.5vw, 164px);
  font-weight: 800;
  line-height: .81;
  letter-spacing: -.095em;
}

.lede {
  max-width: 610px;
  margin: 38px 0 0;
  font-size: clamp(26px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.05em;
}

.lede em { color: var(--acid); font-style: normal; }
.lede .emoji { white-space: nowrap; font-size: .62em; letter-spacing: .02em; vertical-align: .12em; }

.note {
  max-width: 585px;
  margin-top: 46px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  color: #c7c6ca;
  font-size: 17px;
  line-height: 1.7;
}

.note p { margin: 0; }
.note strong { color: #fff; font-weight: 700; }

.note .aside {
  margin-top: 14px;
  color: var(--muted);
  font-family: "DM Mono", monospace;
  font-size: 12px;
}

.orbit-stage { position: relative; display: grid; place-items: center; min-height: 560px; }

.orbit-stage::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(140,91,255,.1);
  filter: blur(30px);
}

.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; animation: turn 16s linear infinite; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 370px; height: 370px; animation-duration: 11s; animation-direction: reverse; }

.orbit i {
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 22px var(--acid);
}

.orbit-two i { top: 12%; left: 79%; background: var(--violet); box-shadow: 0 0 22px var(--violet); }
@keyframes turn { to { transform: rotate(360deg); } }

.ticket {
  position: relative;
  z-index: 2;
  width: 336px;
  padding: 24px;
  color: #11130c;
  background: var(--acid);
  border-radius: 6px;
  box-shadow: 0 40px 100px rgba(0,0,0,.55);
  transform: rotate(-5deg);
  transition: transform .35s ease;
}

.ticket:hover { transform: rotate(0deg) scale(1.03); }

.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  top: 72%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--night);
}

.ticket::before { left: -14px; }
.ticket::after { right: -14px; }
.ticket-top { display: flex; align-items: center; justify-content: space-between; font: 500 10px/1 "DM Mono", monospace; letter-spacing: .16em; }
.ticket-top svg { width: 23px; height: 23px; }
.ticket-domain { margin: 40px 0 34px; font-size: 52px; font-weight: 800; letter-spacing: -.08em; }
.ticket-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-block: 17px; border-block: 1px dashed rgba(0,0,0,.45); }
.ticket-grid div { display: grid; gap: 5px; }
.ticket-grid small { font: 400 9px/1 "DM Mono", monospace; letter-spacing: .12em; }
.ticket-grid strong { font: 800 13px/1 "Manrope", sans-serif; }

.barcode {
  height: 54px;
  margin: 27px 0 12px;
  background: repeating-linear-gradient(90deg, #11130c 0 2px, transparent 2px 5px, #11130c 5px 6px, transparent 6px 10px);
}

.ticket > p { margin: 0; text-align: center; font: 500 8px/1 "DM Mono", monospace; letter-spacing: .13em; }
.turn { padding-block: 140px 150px; border-top: 1px solid var(--line); }
.turn-label { margin: 0 0 34px; color: var(--acid); font: 500 11px/1 "DM Mono", monospace; letter-spacing: .12em; }

.turn h2 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(48px, 7vw, 102px);
  line-height: .96;
  letter-spacing: -.07em;
}

.turn h2 span { display: block; color: #6f6f77; }

.turn-copy {
  max-width: 480px;
  margin: 48px 0 0 auto;
  color: #b7b6bc;
  font-size: 20px;
  line-height: 1.55;
}

.ask-wrap { padding-bottom: 110px; }

.ask-card {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  align-items: center;
  gap: 36px;
  padding: 64px;
  color: #10110d;
  background: var(--acid);
  border-radius: 22px;
}

.ask-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -170px;
  width: 400px;
  height: 400px;
  border: 80px solid rgba(16,17,13,.06);
  border-radius: 50%;
}

.eyebrow.light { color: rgba(16,17,13,.6); }
.eyebrow.light > span { background: #10110d; box-shadow: none; }
.ask-intro h2 { margin: 0; font-size: 28px; letter-spacing: -.04em; }

.price {
  font-size: clamp(110px, 15vw, 208px);
  font-weight: 800;
  line-height: .75;
  letter-spacing: -.1em;
  white-space: nowrap;
}

.price span { display: inline-block; margin-right: 5px; font-size: .26em; vertical-align: top; transform: translateY(-4px); }
.ask-outro { position: relative; z-index: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-block: 18px; }
.ask-outro > p { max-width: 230px; margin: 0; font-size: 26px; font-weight: 700; line-height: 1.1; letter-spacing: -.04em; }

.contact-placeholder {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 16px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.28);
  font-size: 14px;
  font-weight: 700;
  overflow-wrap: anywhere;
  transition: opacity .2s ease;
}

.contact-placeholder:hover { opacity: .62; }
.contact-placeholder span { color: rgba(0,0,0,.55); font: 500 9px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.contact-placeholder small { color: rgba(0,0,0,.55); font: 500 9px/1.2 "DM Mono", monospace; letter-spacing: .04em; }
.contact-placeholder svg { grid-column: 2; grid-row: 1 / 4; width: 22px; }
.tiny-note { margin: 18px 0 0; color: #77777f; text-align: center; font: 400 10px/1.5 "DM Mono", monospace; text-transform: uppercase; letter-spacing: .08em; }

.footer {
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 400 10px/1.5 "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.footer p { margin: 0; }
.footer p:nth-of-type(1) { text-align: center; }
.footer p:last-child { text-align: right; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .orbit-stage { min-height: 500px; }
  .ask-card { grid-template-columns: 1fr; gap: 38px; padding: 48px; }
  .ask-outro { gap: 42px; }
  .price { font-size: clamp(120px, 32vw, 190px); }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1200px); }
  .nav { min-height: 76px; }
  .nav p { max-width: 180px; text-align: right; font-size: 8px; line-height: 1.5; }
  .hero { min-height: auto; gap: 24px; padding-block: 70px 70px; }
  .eyebrow { line-height: 1.4; }
  h1 { font-size: clamp(74px, 25vw, 120px); }
  .lede { margin-top: 28px; }
  .note { margin-top: 34px; font-size: 15px; }
  .orbit-stage { min-height: 430px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 290px; height: 290px; }
  .ticket { width: 280px; padding: 20px; }
  .ticket-domain { font-size: 44px; }
  .turn { padding-block: 96px 110px; }
  .turn h2 { font-size: clamp(50px, 15vw, 80px); }
  .turn-copy { margin-top: 36px; font-size: 17px; }
  .ask-wrap { padding-bottom: 70px; }
  .ask-card { min-height: 560px; padding: 34px 26px; border-radius: 14px; }
  .price { font-size: 37vw; }
  .ask-outro > p { font-size: 23px; }
  .footer { min-height: 190px; grid-template-columns: 1fr auto; gap: 26px; padding-block: 36px; }
  .footer p:nth-of-type(1) { grid-column: 1 / 3; grid-row: 2; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit { animation: none; }
  .ticket { transition: none; }
}
