:root {
  --ink: #070911;
  --night: #10111c;
  --violet: #4b1686;
  --violet-bright: #7d35d8;
  --wine: #7a1415;
  --gold: #d49b31;
  --gold-hot: #ffc34e;
  --parchment: #f6e8c9;
  --muted: #b9a88f;
  --stone: #766f68;
  --line: rgba(212, 155, 49, 0.34);
  --shadow: rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--parchment);
  background:
    radial-gradient(circle at 20% 8%, rgba(125, 53, 216, 0.2), transparent 28rem),
    radial-gradient(circle at 76% 22%, rgba(212, 155, 49, 0.16), transparent 32rem),
    linear-gradient(135deg, #070911 0%, #160912 44%, #110912 100%);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px clamp(18px, 5vw, 88px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 17, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-hot);
}

.brand img {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid var(--gold);
  object-fit: cover;
  object-position: 50% 20%;
  box-shadow: 0 0 22px rgba(212, 155, 49, 0.2);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 58px);
  flex: 1;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.desktop-nav a {
  color: #e5d5b6;
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--gold-hot);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-button,
.buy-button,
.primary-button,
.secondary-button,
.contract-box button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.icon-button {
  width: 46px;
  color: var(--parchment);
  background: rgba(122, 20, 21, 0.22);
  border-radius: 8px;
  font-size: 0.85rem;
}

.buy-button,
.secondary-button {
  padding: 0 24px;
  background: rgba(7, 9, 17, 0.55);
  border-radius: 8px;
}

.primary-button {
  padding: 0 30px;
  color: #10070d;
  background: linear-gradient(135deg, var(--gold-hot), #bd7413);
  border-color: transparent;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(212, 155, 49, 0.2);
}

.secondary-button {
  color: var(--parchment);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--parchment);
}

.mobile-nav {
  display: none;
}

.section-panel {
  border-bottom: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(34px, 5vw, 84px);
  padding: clamp(62px, 8vw, 112px) clamp(18px, 8vw, 150px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 9, 17, 0.84) 0%, rgba(7, 9, 17, 0.54) 42%, rgba(7, 9, 17, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 9, 17, 0.36) 0%, rgba(7, 9, 17, 0.76) 100%),
    url("hero-bg.png") center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  width: 72vw;
  aspect-ratio: 1;
  right: -24vw;
  top: 3vh;
  border: 1px solid rgba(212, 155, 49, 0.22);
  border-radius: 50%;
  box-shadow: inset 0 0 95px rgba(125, 53, 216, 0.18);
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 20px;
  color: var(--gold-hot);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(0.72rem, 1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.55em;
  text-transform: uppercase;
}

.hero h1,
h2 {
  margin: 0;
  color: var(--gold-hot);
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
  line-height: 0.92;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(4rem, 9vw, 9.8rem);
  text-transform: uppercase;
}

.quote {
  margin: 28px 0 0;
  color: #efe1c5;
  font-family: Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-style: italic;
}

.hero-text,
.lore-copy p,
.march-list p,
.decree-card p,
.cta-section p {
  color: #d8c09e;
  font-family: Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.65;
}

.hero-text {
  max-width: 620px;
  margin: 26px 0 34px;
}

.hero-art {
  justify-self: center;
  width: min(570px, 100%);
}

.coin-ring {
  position: relative;
  padding: 14px;
  border: 2px solid rgba(212, 155, 49, 0.8);
  border-radius: 34% 66% 38% 62% / 57% 34% 66% 43%;
  background:
    linear-gradient(135deg, rgba(212, 155, 49, 0.28), rgba(125, 53, 216, 0.2)),
    rgba(7, 9, 17, 0.5);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.44), 0 0 85px rgba(125, 53, 216, 0.24);
}

.coin-ring img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: inherit;
  object-fit: cover;
  object-position: 50% 34%;
  filter: saturate(1.08) contrast(1.06);
}

.ticker-strip {
  width: 88%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  margin: 24px auto 0;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 9, 17, 0.88);
  color: var(--gold-hot);
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contract-band {
  display: grid;
  place-items: center;
  gap: 22px;
  padding: 78px 18px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 155, 49, 0.12), transparent 28rem),
    linear-gradient(90deg, rgba(75, 22, 134, 0.12), rgba(122, 20, 21, 0.12));
}

.contract-box {
  width: min(720px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 20px 18px 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 9, 17, 0.62);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.contract-box span {
  min-width: 0;
  overflow: hidden;
  color: #f7dcaa;
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.contract-box button {
  min-height: 36px;
  padding: 0 10px;
  color: var(--gold-hot);
  border: 0;
  background: transparent;
}

.launch-facts {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.launch-facts div {
  min-height: 98px;
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 20px 24px;
  border: 1px solid rgba(212, 155, 49, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(125, 53, 216, 0.12), rgba(7, 9, 17, 0.7)),
    rgba(7, 9, 17, 0.48);
}

.launch-facts span {
  color: var(--muted);
  font-family: Cinzel, Georgia, serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.launch-facts strong {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--gold-hot);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(76px, 8vw, 130px) clamp(18px, 8vw, 150px);
  border-bottom: 1px solid var(--line);
}

.image-frame {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(7, 9, 17, 0.55);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.image-frame img {
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.lore-copy h2,
.section-heading h2,
.cta-section h2 {
  font-size: clamp(3rem, 5.8vw, 6.3rem);
}

.lore-copy p {
  max-width: 720px;
}

.senate-section,
.march-section {
  padding: clamp(78px, 8vw, 130px) clamp(18px, 8vw, 150px);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 58px;
  text-align: center;
}

.decree-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.decree-card {
  min-height: 300px;
  padding: 42px clamp(22px, 3vw, 44px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(75, 22, 134, 0.14), rgba(122, 20, 21, 0.1)),
    rgba(7, 9, 17, 0.42);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.decree-card:hover {
  border-color: rgba(255, 195, 78, 0.72);
  background:
    linear-gradient(145deg, rgba(75, 22, 134, 0.22), rgba(122, 20, 21, 0.14)),
    rgba(7, 9, 17, 0.5);
  transform: translateY(-4px);
}

.decree-card span {
  color: rgba(212, 155, 49, 0.54);
  font-family: Cinzel, Georgia, serif;
  font-size: 4.8rem;
  font-weight: 800;
}

.decree-card h3,
.march-list h3 {
  margin: 18px 0 10px;
  color: var(--gold-hot);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.march-list {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.march-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: clamp(20px, 5vw, 68px);
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.march-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.march-list span {
  color: rgba(125, 53, 216, 0.9);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-weight: 800;
}

.cta-section {
  min-height: 520px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(80px, 9vw, 142px) 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(7, 9, 17, 0.76), rgba(22, 9, 18, 0.9)),
    url("troll.jpeg") center 36% / cover;
}

.cta-section > div {
  max-width: 980px;
}

.cta-section .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 22px;
  padding: 48px 18px;
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: #d3bc96;
  font-family: Cinzel, Georgia, serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .desktop-nav,
  .buy-button {
    display: none;
  }

  .site-header {
    justify-content: space-between;
  }

  .menu-button {
    display: inline-block;
  }

  .mobile-nav {
    position: absolute;
    inset: 86px 18px auto;
    display: grid;
    gap: 2px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 9, 17, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.nav-open .mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    font-family: Cinzel, Georgia, serif;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

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

  .hero {
    padding-top: 46px;
  }

  .hero-art {
    width: min(520px, 100%);
  }

  .decree-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 76px;
    padding: 14px 16px;
  }

  .brand span {
    max-width: 178px;
    font-size: 0.9rem;
  }

  .brand img {
    width: 42px;
  }

  .header-actions .icon-button {
    display: none;
  }

  .mobile-nav {
    top: 76px;
  }

  .hero {
    min-height: auto;
    padding: 44px 16px 70px;
  }

  .kicker {
    letter-spacing: 0.28em;
  }

  .hero-actions,
  .contract-box,
  .cta-section .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .ticker-strip {
    flex-wrap: wrap;
    padding: 14px 12px;
    font-size: 0.76rem;
  }

  .contract-band {
    padding: 54px 16px;
  }

  .contract-box {
    align-items: flex-start;
  }

  .contract-box span {
    width: 100%;
    text-align: center;
  }

  .launch-facts {
    grid-template-columns: 1fr;
  }

  .split-section,
  .senate-section,
  .march-section {
    padding: 62px 16px;
  }

  .march-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-footer .brand {
    flex-direction: column;
  }

  .site-footer p {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
  }
}
