:root {
  --ink: #070908;
  --charcoal: #151817;
  --gold: #f5b82e;
  --green: #00c878;
  --cream: #fff4dc;
  --muted: #9ba39f;
  --line: rgba(255, 244, 220, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

main {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    radial-gradient(circle at 72% 22%, rgba(245,184,46,.11), transparent 31%),
    #070908;
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.ambient { position: absolute; border-radius: 50%; filter: blur(120px); opacity: .17; pointer-events: none; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: var(--green); top: 260px; left: -260px; }
.ambient-two { width: 480px; height: 480px; background: var(--gold); top: 980px; right: -320px; }

.nav { height: 92px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 850; letter-spacing: -.04em; }
.brand-mark { width: 39px; height: 39px; border: 1px solid rgba(245,184,46,.5); border-radius: 50%; padding: 2px; box-shadow: 0 0 22px rgba(245,184,46,.18); }
.brand-mark img { width: 100%; height: 100%; border-radius: 50%; display: block; object-fit: cover; }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.chain-pill { display: inline-flex; align-items: center; gap: 8px; color: #b9c1bd; font-size: 12px; letter-spacing: .02em; }
.chain-pill i, .status-card i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); }
.x-link { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 99px; padding: 10px 15px; font-size: 13px; transition: .25s ease; }
.x-link:hover { border-color: rgba(245,184,46,.7); background: rgba(245,184,46,.08); transform: translateY(-2px); }
.x-link span { color: var(--muted); }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 52px; padding: 70px 0 90px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .kicker { font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--green); }
.eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 25px; }
.eyebrow span { font-size: 7px; text-shadow: 0 0 10px var(--green); }
h1 { font-size: clamp(58px, 6.4vw, 96px); line-height: .91; letter-spacing: -.075em; margin: 0; max-width: 780px; font-weight: 880; }
h1 em { color: var(--gold); font-style: normal; text-shadow: 0 0 38px rgba(245,184,46,.12); }
.hero-lede { max-width: 585px; color: #b8beba; font-size: 18px; line-height: 1.72; margin: 30px 0 34px; }
.hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 22px; border-radius: 10px; background: var(--gold); color: #11130f; font-size: 14px; font-weight: 820; box-shadow: 0 14px 38px rgba(245,184,46,.17); transition: .25s ease; }
.primary-button:hover { background: #ffd161; transform: translateY(-3px); box-shadow: 0 20px 45px rgba(245,184,46,.24); }
.primary-button span { font-size: 18px; }
.launch-note { color: #79807c; font-size: 12px; }

.hero-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.cat-image { width: 88%; height: 88%; object-fit: cover; border-radius: 50%; position: relative; z-index: 3; filter: drop-shadow(0 30px 40px rgba(0,0,0,.5)); animation: float 5.5s ease-in-out infinite; }
.cat-halo { position: absolute; width: 77%; height: 77%; border-radius: 50%; background: rgba(245,184,46,.19); filter: blur(34px); animation: pulse 4s ease-in-out infinite; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(245,184,46,.18); }
.orbit-one { inset: 1%; animation: spin 26s linear infinite; border-top-color: var(--gold); border-bottom-color: var(--green); }
.orbit-two { inset: 8%; border-style: dashed; animation: spin 19s linear infinite reverse; }
.status-card { position: absolute; z-index: 5; right: 1%; bottom: 12%; background: rgba(13,16,14,.78); border: 1px solid var(--line); backdrop-filter: blur(16px); border-radius: 12px; padding: 13px 16px; min-width: 146px; box-shadow: 0 20px 35px rgba(0,0,0,.35); }
.status-card > span { display: block; font-size: 9px; color: #707873; letter-spacing: .16em; margin-bottom: 6px; }
.status-card strong { display: flex; align-items: center; gap: 8px; font-size: 13px; text-transform: uppercase; }

.faction-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0 30px; }
.strip-heading { display: flex; justify-content: space-between; margin-bottom: 18px; color: #737a76; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.faction-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.faction { --faction: var(--gold); position: relative; padding: 17px 16px; display: flex; align-items: center; gap: 11px; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 9px; overflow: hidden; transition: .25s ease; }
.faction::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--faction); box-shadow: 0 0 15px var(--faction); }
.faction:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--faction) 60%, transparent); background: color-mix(in srgb, var(--faction) 7%, transparent); }
.faction-symbol { width: 25px; color: var(--faction); font-size: 18px; text-align: center; text-shadow: 0 0 12px var(--faction); }
.faction strong { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.faction i { margin-left: auto; width: 5px; height: 5px; border-radius: 50%; background: var(--faction); }

.ecosystem { padding: 145px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .final-cta h2 { font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -.055em; margin: 15px 0 0; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 15px; max-width: 390px; }
.mechanic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mechanic-card { min-height: 300px; border: 1px solid var(--line); border-radius: 15px; padding: 25px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.008)); display: flex; flex-direction: column; transition: .3s ease; }
.mechanic-card:hover { transform: translateY(-7px); border-color: rgba(245,184,46,.38); }
.card-index { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.card-line { flex: 1; width: 1px; min-height: 72px; background: linear-gradient(var(--gold), transparent); margin: 19px 0 15px 5px; }
.mechanic-card h3 { font-size: 23px; letter-spacing: -.035em; margin: 0 0 12px; }
.mechanic-card p { color: #909893; font-size: 13px; line-height: 1.7; margin: 0; }

.final-cta { margin-bottom: 45px; min-height: 430px; border: 1px solid rgba(245,184,46,.22); border-radius: 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 28px; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 0%, rgba(245,184,46,.16), transparent 52%), rgba(255,255,255,.018); }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(245,184,46,.12); border-radius: 50%; }
.final-cta::before { left: -140px; bottom: -160px; }
.final-cta::after { right: -140px; top: -170px; }
.crown { color: var(--gold); font-size: 34px; margin-bottom: 22px; text-shadow: 0 0 22px rgba(245,184,46,.5); }
.final-cta h2 { margin: 12px 0 13px; }
.final-cta p { color: var(--muted); max-width: 520px; line-height: 1.7; margin: 0 0 28px; }

.footer { min-height: 90px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #666e69; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(-.5deg); } 50% { transform: translateY(-13px) rotate(.5deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { transform: scale(.94); opacity: .6; } 50% { transform: scale(1.05); opacity: 1; } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 60px; }
  .hero-lede { margin-inline: auto; }
  .hero-cta { justify-content: center; }
  .hero-visual { width: min(570px, 100%); margin: -20px auto 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .faction-grid { grid-template-columns: repeat(5, minmax(126px, 1fr)); overflow-x: auto; padding-bottom: 8px; }
  .mechanic-grid { grid-template-columns: 1fr; }
  .mechanic-card { min-height: 235px; }
  .card-line { min-height: 40px; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { height: 76px; }
  .chain-pill { display: none; }
  .x-link span { display: none; }
  .hero { min-height: auto; padding: 68px 0 70px; gap: 25px; }
  h1 { font-size: 53px; }
  .hero-lede { font-size: 15px; }
  .launch-note { width: 100%; }
  .hero-visual { margin-top: 0; }
  .status-card { right: 0; bottom: 4%; }
  .ecosystem { padding: 100px 0; }
  .section-heading h2, .final-cta h2 { font-size: 40px; }
  .footer { flex-direction: column; justify-content: center; text-align: center; padding: 26px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
