@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;600;700;800&display=swap');

:root {
  --bg: #09090a;
  --panel: #111113;
  --panel-2: #17171a;
  --ink: #050505;
  --line: rgba(255,255,255,.09);
  --text: #ece8e0;
  --muted: #a5a19b;
  --silver: #d2c9bd;
  --smoke: #7f7a74;
  --red: #b3131b;
  --red-dark: #65080d;
  --red-soft: #ef3943;
  --shadow: rgba(0,0,0,.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 80% 8%, rgba(179,19,27,.16), transparent 24%),
    radial-gradient(circle at 10% 45%, rgba(101,8,13,.10), transparent 30%),
    linear-gradient(180deg, #070708 0%, #13090b 42%, #080809 100%);
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.grain {
  position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}
.vignette {
  position: fixed; inset: 0; pointer-events: none; z-index: 10;
  box-shadow: inset 0 0 190px rgba(0,0,0,.86), inset 0 -120px 180px rgba(101,8,13,.10);
}
.topbar {
  height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 5;
}
.brand {
  display: flex; align-items: center; gap: 12px; text-decoration: none;
}
.brand-mark {
  width: 48px; height: 48px; border: 1px solid rgba(239,57,67,.62); display: grid; place-items: center;
  background: rgba(179,19,27,.08); color: var(--red-soft); font-weight: 900; letter-spacing: .04em;
  box-shadow: 4px 4px 0 rgba(179,19,27,.22);
}
.brand strong, .brand small { display: block; }
.brand strong {
  font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; letter-spacing: .02em;
}
.brand small {
  color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .18em;
}
.nav {
  display: flex; gap: 28px; font-size: 14px; font-weight: 700;
}
.nav a { text-decoration: none; position: relative; color: #d8d3cb; }
.nav a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--red-soft); transition: right .18s ease;
}
.nav a:hover::after { right: 0; }
.button {
  min-height: 54px; padding: 0 22px; border: 1px solid rgba(239,57,67,.65); background: var(--red); color: #fff2f2;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  box-shadow: 6px 6px 0 rgba(179,19,27,.20); transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 rgba(179,19,27,.20); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 12px; }
.button-ghost { background: transparent; color: var(--silver); border-color: rgba(210,201,189,.45); }
.button-dark { color: #fff1f1; border-color: var(--red-soft); background: var(--red-dark); }
.hero {
  min-height: 730px; padding: 55px 0 100px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 54px; align-items: center;
}
.eyebrow, .section-kicker {
  color: var(--red-soft); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.hero h1, h2, .ticker {
  margin: 0; font-family: 'Cormorant Garamond', serif; line-height: .9; letter-spacing: -.03em; text-transform: uppercase;
}
.hero h1 { margin-top: 18px; font-size: clamp(68px, 7vw, 120px); }
.hero h1 span, h2 span { color: var(--red-soft); text-shadow: 0 0 32px rgba(179,19,27,.24); }
.lead {
  max-width: 670px; margin: 32px 0; color: #cdc7c0; font-size: 18px; font-weight: 500; line-height: 1.78;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.stats {
  margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: rgba(255,255,255,.03); backdrop-filter: blur(12px);
}
.stats > div { padding: 18px; }
.stats > div + div { border-left: 1px solid var(--line); }
.stats span, .token-grid span {
  display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .17em;
}
.stats strong { font-family: 'Cormorant Garamond', serif; font-size: 26px; letter-spacing: .02em; }
.hero-art {
  min-height: 620px; position: relative; display: grid; place-items: center;
}
.glow {
  position: absolute; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(239,57,67,.18) 0 18%, rgba(179,19,27,.08) 18% 45%, transparent 70%);
  filter: blur(4px);
}
.portrait-card {
  width: min(430px, 86vw); position: relative; z-index: 2; padding: 14px; background: #0d0d0f;
  border: 1px solid rgba(239,57,67,.42); box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 55px rgba(179,19,27,.09); transform: rotate(-2deg);
}
.portrait-meta {
  display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 8px 2px; color: var(--silver);
  font-size: 10px; font-weight: 900; letter-spacing: .15em;
}
.portrait-card img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border: 1px solid rgba(255,255,255,.08); filter: grayscale(1) contrast(1.02);
}
.portrait-meta.bottom strong {
  font-family: 'Cormorant Garamond', serif; font-size: 28px; letter-spacing: .02em;
}
.seal {
  position: absolute; top: 80px; right: -10px; z-index: 3; padding: 14px 18px; border: 1px solid rgba(239,57,67,.50);
  color: #ffd8da; background: rgba(101,8,13,.80); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase;
  transform: rotate(7deg);
}
.section { padding: 105px 0; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: start; }
h2 { margin-top: 16px; font-size: clamp(56px, 6vw, 100px); }
.card {
  padding: 38px; border: 1px solid var(--line); background: linear-gradient(180deg, rgba(23,23,26,.96), rgba(12,12,14,.96)); box-shadow: 12px 12px 0 rgba(255,255,255,.03);
}
.prose {
  color: #d5d0c8; font-size: 18px; line-height: 1.78; font-weight: 500;
}
.quote {
  margin-top: 28px; padding-top: 22px; border-top: 1px dashed rgba(239,57,67,.38); color: var(--red-soft);
  font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 700;
}
.steps {
  margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.step {
  min-height: 280px; padding: 24px; border: 1px solid var(--line); background: var(--panel); box-shadow: 8px 8px 0 rgba(255,255,255,.03);
}
.step span { color: var(--red-soft); font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 700; }
.step h3 { margin: 20px 0 12px; font-family: 'Cormorant Garamond', serif; font-size: 28px; letter-spacing: .02em; }
.step p { margin: 0; color: var(--muted); line-height: 1.66; }
.token-panel {
  padding: 46px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; border: 1px solid rgba(239,57,67,.36); background: radial-gradient(circle at 10% 10%, rgba(179,19,27,.10), transparent 32%), linear-gradient(180deg, rgba(18,18,20,.96), rgba(10,10,11,.96)); box-shadow: 16px 16px 0 rgba(255,255,255,.03);
}
.ticker { margin: 10px 0 18px; color: var(--red-soft); font-size: clamp(64px, 9vw, 132px); }
.token-copy p { max-width: 540px; color: #cdc7c0; font-size: 17px; font-weight: 600; line-height: 1.72; }
.token-grid {
  display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--panel-2);
}
.token-grid > div { min-width: 0; padding: 24px; }
.token-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
.token-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.token-grid strong { overflow-wrap: anywhere; font-family: 'Cormorant Garamond', serif; font-size: 26px; }
.muted { color: var(--smoke); }
.roadmap {
  margin-top: 26px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px;
}
.roadmap ol {
  margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); background: var(--panel); box-shadow: 12px 12px 0 rgba(255,255,255,.03);
}
.roadmap li {
  min-height: 90px; padding: 18px 24px; display: flex; align-items: center; gap: 20px; font-family: 'Cormorant Garamond', serif; font-size: clamp(24px, 3vw, 38px); letter-spacing: .02em;
}
.roadmap li + li { border-top: 1px solid var(--line); }
.roadmap li span {
  width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(239,57,67,.48); color: var(--red-soft); font-size: 20px; font-weight: 700;
}
.final-box {
  min-height: 450px; padding: 56px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: center;
  border: 1px solid rgba(239,57,67,.36); background: radial-gradient(circle at 78% 20%, rgba(179,19,27,.13), transparent 34%), linear-gradient(180deg, rgba(16,16,18,.96), rgba(10,10,11,.96)); box-shadow: 16px 16px 0 rgba(255,255,255,.03);
}
.final-box img { width: 100%; max-height: 380px; object-fit: cover; border: 1px solid rgba(255,255,255,.08); filter: grayscale(1); }
.final-box p { max-width: 540px; color: #cdc7c0; font-size: 17px; line-height: 1.72; font-weight: 600; }
.footer {
  padding: 48px 0 70px; display: grid; grid-template-columns: .7fr 1.6fr .7fr; gap: 30px; border-top: 1px solid var(--line);
}
.footer strong, .footer span { display: block; }
.footer strong { font-family: 'Cormorant Garamond', serif; font-size: 28px; }
.footer p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.62; }
.footer-links { text-align: right; color: var(--red-soft); font-size: 12px; font-weight: 900; line-height: 1.9; }
@media (max-width: 980px) {
  .nav { display: none; }
  .hero, .split, .token-panel, .roadmap, .final-box { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 42px; }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 24px, 1180px); }
  .topbar { height: 78px; }
  .brand strong { font-size: 18px; }
  .brand-mark { width: 42px; height: 42px; font-size: 12px; }
  .button-small { min-height: 38px; padding-inline: 12px; font-size: 10px; }
  .hero { padding: 34px 0 70px; }
  .hero h1 { font-size: 58px; }
  .lead { font-size: 16px; }
  .stats, .steps, .token-grid, .footer { grid-template-columns: 1fr; }
  .stats > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .token-grid > div:nth-child(odd) { border-right: 0; }
  .token-grid > div + div { border-top: 1px solid var(--line); }
  .token-grid > div:nth-child(-n+2) { border-bottom: 0; }
  .hero-art { min-height: 510px; }
  .glow { width: 390px; height: 390px; }
  .seal { top: 24px; right: 0; font-size: 10px; }
  .section { padding: 74px 0; }
  h2 { font-size: 52px; }
  .card, .token-panel, .final-box { padding: 28px; }
  .footer-links { text-align: left; }
}


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

.dex-link {
  color: var(--red-soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-decoration: none;
}

.dex-link:hover {
  text-decoration: underline;
}

.button-dex {
  color: var(--red-soft);
  border-color: rgba(239,57,67,.58);
  background: rgba(179,19,27,.07);
}

.button-dex:hover {
  background: rgba(179,19,27,.15);
}

.market-links {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
  border: 1px solid rgba(239,57,67,.25);
  background: rgba(179,19,27,.025);
}

.market-links a {
  padding: 19px 22px;
  color: inherit;
  text-decoration: none;
  transition: background .18s ease;
}

.market-links a + a {
  border-left: 1px solid rgba(239,57,67,.25);
}

.market-links span,
.market-links strong {
  display: block;
}

.market-links span {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
}

.market-links strong {
  color: var(--red-soft);
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
}

.market-links a:hover {
  background: rgba(179,19,27,.10);
}

@media (max-width: 680px) {
  .header-actions {
    gap: 8px;
  }

  .dex-link {
    display: none;
  }

  .market-links {
    grid-template-columns: 1fr;
  }

  .market-links a + a {
    border-left: 0;
    border-top: 1px solid rgba(239,57,67,.25);
  }

  .final-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
