:root {
  --black: #020100;
  --espresso: #120907;
  --brown: #7b3f18;
  --brown-dark: #3a1b0c;
  --caramel: #c9823f;
  --honey: #f1bd70;
  --cream: #fff1cf;
  --tan: #a96834;
  --line: rgba(241, 189, 112, 0.28);
  --panel: rgba(24, 12, 8, 0.78);
  --shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 130, 63, 0.2), transparent 24rem),
    radial-gradient(circle at 76% 8%, rgba(241, 189, 112, 0.14), transparent 20rem),
    linear-gradient(180deg, #000 0%, #090403 48%, #170b07 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(241, 189, 112, 0.14) 0 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%);
  background-size: 30px 30px, 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 84%);
}

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

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

.page {
  overflow: hidden;
}

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

.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: 1px solid rgba(241, 189, 112, 0.42);
  border-radius: 50%;
  color: #130806;
  background:
    radial-gradient(circle at 30% 20%, #fff6db, transparent 12px),
    linear-gradient(135deg, var(--honey), var(--brown));
  box-shadow: inset 0 -9px 0 rgba(58, 27, 12, 0.36), 0 0 28px rgba(201, 130, 63, 0.28);
}

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

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

.brand-text span {
  margin-top: 4px;
  color: var(--honey);
  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: 999px;
  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: #120806;
  background: linear-gradient(135deg, var(--honey), var(--caramel));
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  width: min(1180px, calc(100% - 28px));
  min-height: calc(100svh - 86px);
  margin: 0 auto;
  padding: clamp(44px, 7vw, 88px) 0 38px;
}

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

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

.kicker::before {
  content: "";
  width: 36px;
  height: 14px;
  border-radius: 999px 999px 999px 4px;
  background: linear-gradient(135deg, var(--honey), var(--brown));
  box-shadow: 0 0 28px rgba(201, 130, 63, 0.44);
}

h1 {
  margin: 0;
  max-width: 8ch;
  color: #fff5d7;
  font-size: clamp(4.4rem, 13vw, 10rem);
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 0 34px rgba(201, 130, 63, 0.34);
}

.hero-sub {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 241, 207, 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 {
  position: relative;
  width: min(590px, 100%);
  margin-top: 28px;
  padding: 20px 20px 20px 22px;
  border: 1px solid rgba(241, 189, 112, 0.34);
  border-radius: 24px 24px 24px 8px;
  background:
    linear-gradient(135deg, rgba(123, 63, 24, 0.28), rgba(255, 255, 255, 0.05)),
    rgba(12, 6, 4, 0.8);
  box-shadow: var(--shadow);
}

.description-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -18px;
  width: 18px;
  height: 28px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, var(--caramel), var(--brown-dark));
}

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

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

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

.slab {
  position: absolute;
  inset: 8% 3% 5%;
  border: 1px solid rgba(241, 189, 112, 0.32);
  border-radius: 42px 42px 42px 14px;
  background:
    radial-gradient(circle at 34% 20%, rgba(255, 241, 207, 0.18), transparent 16%),
    linear-gradient(145deg, rgba(70, 31, 13, 0.72), rgba(7, 3, 2, 0.86));
  box-shadow: var(--shadow), inset 0 0 80px rgba(201, 130, 63, 0.12);
  transform: rotate(-2deg);
}

.slab::before,
.slab::after {
  content: "";
  position: absolute;
  width: 20px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, var(--caramel), var(--brown-dark));
}

.slab::before {
  left: 14%;
  bottom: -42px;
  height: 64px;
}

.slab::after {
  right: 18%;
  bottom: -28px;
  height: 48px;
}

.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 30px 42px rgba(0, 0, 0, 0.62));
}

.floating-tags {
  position: absolute;
  right: 2%;
  top: 13%;
  display: grid;
  gap: 9px;
}

.floating-tags span {
  width: max-content;
  padding: 9px 12px;
  border: 1px solid rgba(241, 189, 112, 0.38);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: var(--honey);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.banner-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(241, 189, 112, 0.34);
  border-radius: 26px 26px 26px 10px;
  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, 241, 207, 0.3);
  border-radius: 999px;
  color: #120806;
  background: linear-gradient(135deg, var(--honey), var(--caramel));
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.content {
  width: min(1180px, 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(241, 189, 112, 0.28);
  border-radius: 26px 26px 26px 10px;
  background: var(--panel);
  box-shadow: 0 18px 68px rgba(0, 0, 0, 0.44);
}

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

.about h2,
.token-box h2 {
  margin: 0;
  color: #fff5d7;
  font-size: clamp(2.4rem, 5.8vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

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

.note-list div {
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(241, 189, 112, 0.22);
  border-radius: 20px 20px 20px 8px;
  background:
    linear-gradient(135deg, rgba(201, 130, 63, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(0, 0, 0, 0.22);
}

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

.note-list span {
  color: rgba(255, 241, 207, 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.2rem);
}

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

.token-lines span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 14px;
  border: 1px solid rgba(241, 189, 112, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 241, 207, 0.86);
  font-size: 0.9rem;
  font-weight: 900;
}

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

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

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

@media (max-width: 920px) {
  .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(4rem, 17vw, 7rem);
  }

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

  .floating-tags {
    display: none;
  }

  .note-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, 1180px);
  }

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

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

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

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