:root {
  --ink: #17212b;
  --muted: #5f6d6c;
  --cream: #fff8ed;
  --paper: #f5efe4;
  --teal: #075e59;
  --teal-light: #d9eee9;
  --coral: #f45d3a;
  --gold: #f4b83f;
  --line: rgba(23, 33, 43, 0.14);
  --shadow: 0 24px 70px rgba(14, 58, 55, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
a { color: inherit; }

.site-header,
main,
footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.brand small { color: var(--muted); font-size: .63rem; letter-spacing: .15em; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  color: white;
  background: var(--teal);
  font-weight: 900;
  box-shadow: 5px 5px 0 var(--gold);
}
.site-header nav,
footer nav { display: flex; gap: 28px; }
.site-header nav a,
footer nav a { color: var(--muted); text-decoration: none; font-weight: 650; }
.site-header nav a:hover,
.site-header nav a:focus-visible,
footer nav a:hover,
footer nav a:focus-visible { color: var(--teal); }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  padding: 80px 0;
}
.eyebrow { margin: 0 0 18px; color: var(--teal); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #aee1d7; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3.6rem, 7.2vw, 6.8rem); line-height: .94; letter-spacing: -.065em; }
.lede { max-width: 610px; color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--coral); box-shadow: 0 10px 28px rgba(244, 93, 58, .22); }
.button.secondary { border-color: var(--line); background: rgba(255,255,255,.5); }
.button.cream { color: var(--teal); background: var(--cream); }

.hero-art {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 44% 44% 24% 24%;
  color: white;
  background: var(--teal);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero-art::before { content: ""; position: absolute; inset: 11%; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; }
.hero-art p { z-index: 2; margin: 0; text-align: center; font-size: 1.5rem; line-height: 1.2; }
.hero-art strong { font-size: 2rem; }
.piece { position: absolute; z-index: 1; display: grid; place-items: center; font-weight: 900; }
.ticket { top: 9%; right: 12%; width: 118px; height: 118px; border-radius: 50%; color: var(--ink); background: var(--gold); transform: rotate(8deg); font-size: 2.35rem; }
.card { bottom: 8%; right: 13%; width: 120px; height: 148px; border-radius: 24px; background: var(--coral); transform: rotate(14deg); font-size: 2.2rem; }
.token { bottom: 12%; left: 10%; width: 126px; height: 126px; border: 24px solid #55b7ac; border-radius: 50%; transform: rotate(-10deg); }
.spark { position: absolute; width: 34px; height: 8px; border-radius: 10px; background: var(--gold); }
.spark-one { top: 23%; left: 17%; transform: rotate(34deg); }
.spark-two { top: 31%; left: 12%; transform: rotate(-30deg); }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.principles article { padding: 46px 38px 52px 0; }
.principles article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.principles span { color: var(--coral); font-weight: 850; }
.principles h2 { margin: 18px 0 10px; font-size: 1.45rem; }
.principles p { color: var(--muted); }

.product-section {
  margin-top: 110px;
  padding: clamp(36px, 7vw, 80px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  border-radius: 38px;
  color: white;
  background: var(--teal);
}
.product-intro h2 { margin-bottom: 16px; font-size: clamp(3.4rem, 6vw, 5.8rem); letter-spacing: -.055em; }
.product-intro > p { color: #d7e9e6; font-size: 1.08rem; }
.product-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.product-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .78rem; font-weight: 750; }
.coming-soon { font-size: .9rem !important; font-weight: 750; }
.game-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.game-grid article { min-height: 180px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.075); }
.game-grid article:last-child { grid-column: 1 / -1; min-height: auto; }
.game-grid strong { color: var(--gold); font-size: .74rem; }
.game-grid h3 { margin: 26px 0 7px; font-size: 1.25rem; }
.game-grid p { margin-bottom: 0; color: #c4ddda; font-size: .9rem; }

.about-section { padding: 130px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.about-section h2 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: .96; letter-spacing: -.05em; }
.about-copy { padding-top: 32px; }
.about-copy p { max-width: 650px; color: var(--muted); font-size: 1.15rem; }
.text-link { display: inline-flex; gap: 16px; margin-top: 18px; color: var(--teal); font-weight: 850; text-decoration: none; }

.contact-strip { margin-bottom: 100px; padding: 50px 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 28px; color: white; background: var(--coral); }
.contact-strip h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; }

footer { padding: 44px 0 56px; display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand div { display: grid; }
.footer-brand small { color: var(--muted); }
footer > p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .82rem; }

.legal-main { max-width: 820px; padding: 76px 0 120px; }
.legal-main h1 { margin-bottom: 16px; font-size: clamp(3rem, 7vw, 5.6rem); }
.legal-main .summary { margin-bottom: 58px; color: var(--muted); font-size: 1.2rem; }
.legal-main article { padding: 30px 0; border-top: 1px solid var(--line); }
.legal-main article h2 { font-size: 1.45rem; }
.legal-main article p, .legal-main article li { color: var(--muted); }
.legal-main li + li { margin-top: 8px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.support-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.42); }
.support-card h2 { margin-bottom: 10px; }

@media (max-width: 820px) {
  .site-header { min-height: 76px; }
  .site-header nav { gap: 16px; font-size: .88rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 62px 0 80px; }
  .hero-art { min-height: 430px; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { padding: 32px 0; border-left: 0; }
  .principles article + article { border-top: 1px solid var(--line); }
  .product-section, .about-section { grid-template-columns: 1fr; gap: 40px; }
  .about-section { padding: 90px 0; }
  .about-copy { padding-top: 0; }
  .contact-strip { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; }
  footer > p { grid-column: auto; }
}

@media (max-width: 540px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header nav a:first-child { display: none; }
  h1 { font-size: 3.35rem; }
  .hero-art { min-height: 380px; }
  .ticket { width: 90px; height: 90px; font-size: 1.8rem; }
  .card { width: 92px; height: 116px; }
  .token { width: 96px; height: 96px; border-width: 18px; }
  .product-section { margin-top: 72px; padding: 34px 22px; border-radius: 28px; }
  .game-grid, .support-grid { grid-template-columns: 1fr; }
  .game-grid article:last-child { grid-column: auto; }
  .contact-strip { padding: 36px 28px; }
}

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