:root {
  --black: #030303;
  --coal: #10100d;
  --charcoal: #19150f;
  --orange: #ff7a00;
  --orange-hot: #ffae18;
  --amber: #ffd05a;
  --ember: #db3d00;
  --cream: #fff3ca;
  --line: rgba(255, 141, 18, 0.32);
  --glass: rgba(22, 17, 10, 0.76);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.54);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", "Arial Black", "Segoe UI", Arial, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 122, 0, 0.28), transparent 24rem),
    radial-gradient(circle at 82% 16%, rgba(255, 208, 90, 0.16), transparent 22rem),
    linear-gradient(180deg, #000 0%, #080705 46%, #171006 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(120deg, transparent 0 41%, rgba(255, 122, 0, 0.12) 41% 43%, transparent 43% 100%),
    linear-gradient(60deg, transparent 0 45%, rgba(255, 174, 24, 0.08) 45% 46%, transparent 46% 100%);
  background-size: 220px 220px, 180px 180px;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 15%, transparent 0 20rem, rgba(0, 0, 0, 0.62) 48rem);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page {
  overflow: hidden;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1200px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.62);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 950;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 208, 90, 0.7);
  border-radius: 8px;
  color: #000;
  background:
    linear-gradient(135deg, var(--orange), var(--amber)),
    var(--orange);
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.18);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text span {
  margin-top: 4px;
  color: var(--orange-hot);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav a,
.nav button,
.primary,
.secondary,
.copy-ticker {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 15px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 900;
  cursor: pointer;
}

.nav a {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
}

.nav button,
.primary,
.copy-ticker {
  color: #090602;
  background: linear-gradient(135deg, var(--amber), var(--orange));
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  width: min(1200px, calc(100% - 28px));
  min-height: calc(100svh - 86px);
  margin: 0 auto;
  padding: clamp(44px, 7vw, 90px) 0 42px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--amber);
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  width: 38px;
  height: 12px;
  border-radius: 999px;
  background: repeating-linear-gradient(120deg, var(--orange) 0 8px, #050505 8px 14px);
  box-shadow: 0 0 24px rgba(255, 122, 0, 0.48);
}

h1 {
  margin: 0;
  max-width: 8ch;
  color: #fff7df;
  font-size: clamp(4rem, 12vw, 9.5rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(255, 122, 0, 0.28);
}

.hero-sub {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 243, 202, 0.88);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  line-height: 1.55;
  font-weight: 750;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.primary,
.secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.secondary {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.06);
}

.description-card {
  width: min(600px, 100%);
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(255, 208, 90, 0.34);
  border-left: 8px solid var(--orange);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.18), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadow);
}

.description-card b {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 0.8rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.description-card p {
  margin: 0;
  color: rgba(255, 243, 202, 0.92);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 800;
}

.hero-art {
  position: relative;
  min-height: 610px;
}

.emblem-ring {
  position: absolute;
  inset: 8% 4% 4%;
  border: 1px solid rgba(255, 122, 0, 0.4);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 122, 0, 0.2), transparent 58%),
    conic-gradient(from 20deg, rgba(255, 122, 0, 0.8), #050505 14%, rgba(255, 208, 90, 0.8) 20%, #050505 34%, rgba(255, 122, 0, 0.72) 48%, #050505 64%, rgba(255, 174, 24, 0.76) 72%, #050505 88%, rgba(255, 122, 0, 0.8));
  box-shadow: 0 0 70px rgba(255, 122, 0, 0.26);
  opacity: 0.72;
}

.emblem-ring::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background: var(--black);
}

.logo-card {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.logo-card img {
  position: relative;
  width: min(82%, 560px);
  max-height: 650px;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(255, 122, 0, 0.24));
}

.stat-rail {
  position: absolute;
  left: 0;
  bottom: 8%;
  display: grid;
  gap: 8px;
}

.stat-rail span {
  width: max-content;
  padding: 9px 12px;
  border: 1px solid rgba(255, 208, 90, 0.4);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.74);
  color: var(--amber);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.banner-section {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto 30px;
}

.banner-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 208, 90, 0.36);
  border-radius: 14px;
  background: #000;
  box-shadow: var(--shadow);
}

.banner-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.banner-chip {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 208, 90, 0.44);
  border-radius: 8px;
  color: #050505;
  background: linear-gradient(135deg, var(--amber), var(--orange));
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.content {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
  padding: 38px 0 64px;
}

.grid {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
  gap: 18px;
}

.about,
.token-box {
  border: 1px solid rgba(255, 208, 90, 0.28);
  border-radius: 14px;
  background: var(--glass);
  box-shadow: 0 18px 68px rgba(0, 0, 0, 0.42);
}

.about {
  padding: clamp(22px, 4vw, 42px);
}

.about h2,
.token-box h2 {
  margin: 0;
  color: #fff7df;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about p {
  max-width: 800px;
  margin: 22px 0 0;
  color: rgba(255, 243, 202, 0.82);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.68;
  font-weight: 700;
}

.stripe-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.stripe-list div {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(255, 208, 90, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.24);
}

.stripe-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--amber);
  font-size: 1rem;
}

.stripe-list span {
  color: rgba(255, 243, 202, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 700;
}

.token-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
}

.token-box h2 {
  font-size: clamp(2rem, 4.8vw, 4.5rem);
}

.token-lines {
  display: grid;
  gap: 10px;
}

.token-lines span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 208, 90, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 243, 202, 0.86);
  font-size: 0.9rem;
  font-weight: 900;
}

.token-lines em {
  color: var(--amber);
  font-style: normal;
}

.copy-ticker {
  min-height: 50px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 36px;
  color: rgba(255, 243, 202, 0.56);
  font-size: 0.9rem;
  font-weight: 750;
}

@media (max-width: 920px) {
  .topbar {
    border-radius: 12px;
  }

  .nav {
    display: none;
  }

  .hero,
  .grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 44px;
  }

  .hero-art {
    min-height: 500px;
    order: -1;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.8rem, 16vw, 7rem);
  }

  .logo-card img {
    width: min(88%, 500px);
  }

  .stat-rail {
    display: none;
  }

  .stripe-list {
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .topbar,
  .hero,
  .banner-section,
  .content,
  .footer {
    width: min(100% - 20px, 1200px);
  }

  .brand-text strong {
    font-size: 0.88rem;
  }

  .hero-art {
    min-height: 390px;
  }

  .description-card,
  .about,
  .token-box,
  .banner-frame {
    border-radius: 10px;
  }

  .banner-frame img {
    aspect-ratio: 2 / 1;
  }
}
