:root {
  --ink: #050706;
  --panel: #0a0d0b;
  --panel-2: #111512;
  --green: #00f06a;
  --green-soft: #a2ffbf;
  --white: #f5f7f4;
  --muted: #98a19a;
  --line: rgba(255, 255, 255, 0.12);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background: radial-gradient(circle at 80% 10%, rgba(0,240,106,.08), transparent 30%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; z-index: -2; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 20; 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='.8'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: auto; padding: 0 4vw; border-bottom: 1px solid var(--line); position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: flex; align-items: center; gap: 10px; font: 1.15rem var(--display); letter-spacing: .05em; }
.brand-crest { width: 45px; height: 45px; object-fit: contain; filter: drop-shadow(0 3px 10px rgba(0,240,106,.18)); }
nav { display: flex; gap: 34px; color: #c8d0ca; font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
nav a { transition: color .2s; }
nav a:hover { color: var(--green); }
.header-cta { padding: 11px 18px; border: 1px solid var(--green); color: var(--green); text-transform: uppercase; font-size: .76rem; letter-spacing: .08em; font-weight: 800; }

.hero { min-height: 820px; height: min(940px, 100vh); max-width: 1440px; margin: auto; position: relative; display: grid; grid-template-columns: 54% 46%; align-items: center; padding: 110px 4vw 40px; overflow: hidden; }
.hero-copy { position: relative; z-index: 3; padding-top: 30px; }
.eyebrow { color: var(--green-soft); font-size: .77rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 26px; }
.eyebrow span { width: 24px; height: 1px; background: var(--green); box-shadow: 0 0 10px var(--green); }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; margin: 0; line-height: .9; }
h1 { font-size: clamp(4.2rem, 7vw, 7.8rem); }
h1 em { color: transparent; -webkit-text-stroke: 2px var(--green); font-style: normal; filter: drop-shadow(0 0 13px rgba(0,240,106,.18)); }
.hero-lede { max-width: 600px; color: #b6bdb7; font-size: clamp(1rem, 1.35vw, 1.25rem); line-height: 1.65; margin: 28px 0; }
.hero-actions { display: flex; gap: 12px; margin-bottom: 44px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border: 1px solid var(--line); font-family: var(--body); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.button:hover:not(:disabled) { transform: translateY(-3px); }
.button-primary { color: #001a0b; background: var(--green); border-color: var(--green); box-shadow: 0 8px 35px rgba(0,240,106,.16); }
.button-primary:hover:not(:disabled) { background: #79ffac; }
.button-ghost { background: rgba(255,255,255,.03); }
.hero-meta { display: flex; width: min(560px, 100%); border-top: 1px solid var(--line); padding-top: 22px; }
.hero-meta div { flex: 1; display: grid; gap: 7px; padding-left: 20px; border-left: 1px solid var(--line); }
.hero-meta div:first-child { padding-left: 0; border-left: 0; }
small { color: #69726c; font-size: .64rem; font-weight: 800; letter-spacing: .13em; }
.hero-meta strong { font-size: .75rem; letter-spacing: .06em; }
.live-dot::before { content: ""; width: 7px; height: 7px; margin-right: 7px; display: inline-block; background: var(--green); border-radius: 50%; box-shadow: 0 0 10px var(--green); animation: pulse 1.6s infinite; }
@keyframes pulse { 50% { opacity: .4; transform: scale(.8); } }
.hero-art { position: relative; align-self: stretch; display: flex; align-items: flex-end; justify-content: center; min-width: 0; z-index: 2; }
.hero-art img { width: min(690px, 49vw); max-height: 92%; object-fit: contain; filter: drop-shadow(0 30px 70px rgba(0,0,0,.8)); position: relative; z-index: 2; transform-origin: bottom center; animation: float 6s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.art-glow { width: 74%; aspect-ratio: 1; border-radius: 50%; background: var(--green); filter: blur(110px); opacity: .15; position: absolute; left: 16%; top: 21%; }
.ticker-badge { position: absolute; z-index: 4; right: 2%; bottom: 14%; background: var(--white); color: var(--ink); font: 1.8rem var(--display); padding: 14px 20px; transform: rotate(-4deg); box-shadow: 11px 11px 0 var(--green); }
.ticker-badge span { color: #00a447; }
.hero-orbit { position: absolute; border: 1px solid rgba(0,240,106,.1); border-radius: 50%; z-index: 0; }
.orbit-one { width: 700px; height: 700px; right: -150px; top: 120px; }.orbit-two { width: 500px; height: 500px; right: -50px; top: 220px; }
.scroll-cue { position: absolute; right: 3.2%; bottom: 28px; font-size: .6rem; letter-spacing: .15em; color: #5e675f; transform: rotate(90deg) translateX(100%); transform-origin: right bottom; }
.scroll-cue span { color: var(--green); margin-left: 12px; }

.marquee { background: var(--green); color: var(--ink); overflow: hidden; transform: rotate(-1.2deg) scale(1.02); border-top: 4px solid var(--ink); border-bottom: 4px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 16px 0; font: 1rem var(--display); letter-spacing: .04em; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { max-width: 1440px; margin: auto; padding: 120px 7vw; }
.section-tag { color: var(--green); font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.story-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; margin-top: 50px; }
.story h2, .launch h2, .how h2, .final-cta h2 { font-size: clamp(3.4rem, 6.5vw, 7rem); }
h2 span { color: var(--green); }
.story-copy { padding-top: 8px; max-width: 530px; }
.story-copy p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.story-copy .lead { color: var(--white); font-size: clamp(1.15rem, 2vw, 1.55rem); font-weight: 600; line-height: 1.5; }
.quote { margin-top: 42px; padding: 18px 0 18px 24px; border-left: 3px solid var(--green); font: 1.35rem/1.25 var(--display); letter-spacing: -.02em; }
.reward-flow { margin-top: 74px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; border: 1px solid var(--line); background: rgba(0,240,106,.025); }
.reward-flow article { min-height: 150px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; gap: 8px; }
.reward-flow article span { color: rgba(0,240,106,.45); font: .9rem var(--display); margin-bottom: auto; }
.reward-flow article strong { font-size: .78rem; letter-spacing: .04em; }
.flow-arrow { color: var(--green); font: 1.5rem var(--display); text-shadow: 0 0 15px rgba(0,240,106,.55); }

.photos { padding-top: 70px; }
.photos-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin: 46px 0 58px; }
.photos-header h2 { font-size: clamp(3.4rem, 6.5vw, 7rem); }
.photos-header p { max-width: 440px; color: var(--muted); line-height: 1.7; margin: 0 0 4px; }
.photo-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.photo-card { grid-column: span 2; min-width: 0; background: #0b0e0c; border: 1px solid var(--line); overflow: hidden; transition: transform .25s, border-color .25s; }
.photo-card:hover { transform: translateY(-5px); border-color: rgba(0,240,106,.42); }
.photo-featured { grid-column: 1 / -1; }
.photo-card:nth-child(5), .photo-card:nth-child(6) { grid-column: span 3; }
.photo-frame { aspect-ratio: 4 / 5; overflow: hidden; position: relative; background: #020302; }
.photo-featured .photo-frame { aspect-ratio: 16 / 7; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.92) contrast(1.02); transition: transform .45s, filter .3s; }
.photo-card:hover .photo-frame img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.photo-caption { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; }
.photo-caption div { display: grid; gap: 6px; }
.photo-caption strong { font-size: .76rem; letter-spacing: .04em; }
.photo-caption > span { color: var(--green); font-size: .66rem; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.video-pill { position: absolute; left: 16px; bottom: 16px; padding: 9px 12px; background: var(--green); color: #001a0b; font-size: .63rem; font-weight: 900; letter-spacing: .1em; }

.launch { padding-top: 40px; }
.launch-panel { background: linear-gradient(135deg, #101512, #080a09); border: 1px solid var(--line); position: relative; overflow: hidden; }
.launch-panel::after { content: "ᚠ"; position: absolute; right: -20px; top: -95px; font: 30rem serif; color: rgba(0,240,106,.035); pointer-events: none; }
.launch-topline { height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 44px; border-bottom: 1px solid var(--line); }
.pulse { color: var(--green-soft); font-size: .65rem; letter-spacing: .14em; font-weight: 800; }.pulse i { display: inline-block; width: 7px; height: 7px; background: var(--green); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 12px var(--green); }
.launch-body { padding: 72px 6vw; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; position: relative; z-index: 1; }
.overline { color: var(--muted); letter-spacing: .18em; font-size: .68rem; font-weight: 800; }
.launch-details p { color: var(--muted); line-height: 1.75; margin: 0 0 30px; }
.contract-box { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; border: 1px solid var(--line); background: #060806; margin-bottom: 12px; }
.contract-box div { display: grid; gap: 6px; }.contract-box strong { font-size: .76rem; letter-spacing: .05em; }.contract-box button { background: none; border: 0; color: #59605b; font-size: 1.2rem; }
.button:disabled { opacity: .55; cursor: not-allowed; }.full { width: 100%; }
.launch-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.launch-grid article { min-height: 150px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; border-right: 1px solid var(--line); }
.launch-grid article:last-child { border-right: 0; }.launch-grid article > span { color: rgba(0,240,106,.4); font: 1rem var(--display); margin-bottom: auto; }.launch-grid strong { font-size: .8rem; }

.how-header { display: flex; align-items: flex-end; justify-content: space-between; margin: 46px 0 60px; }
.how-header p { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.steps article { min-height: 350px; padding: 30px; border-right: 1px solid var(--line); position: relative; transition: background .25s, transform .25s; }
.steps article:last-child { border-right: 0; }.steps article:hover { background: #0d130f; transform: translateY(-5px); }.step-number { color: #515953; font: .8rem var(--display); }.step-icon { width: 104px; height: 104px; object-fit: contain; display: block; margin: 34px 0 22px; filter: drop-shadow(0 12px 24px rgba(0,0,0,.5)); transition: transform .25s, filter .25s; }.steps article:hover .step-icon { transform: translateY(-4px) scale(1.04); filter: drop-shadow(0 16px 30px rgba(0,240,106,.15)); }.steps h3 { font: 1.12rem var(--display); letter-spacing: -.02em; }.steps p { color: var(--muted); font-size: .9rem; line-height: 1.7; max-width: 330px; }
.final-cta { text-align: center; border-top: 1px solid var(--line); position: relative; overflow: hidden; padding-top: 130px; padding-bottom: 160px; }.final-cta > * { position: relative; }.final-crest { width: 150px; height: 150px; object-fit: contain; margin-bottom: 24px; filter: drop-shadow(0 18px 40px rgba(0,240,106,.14)); }.final-cta p { color: var(--green-soft); font-size: .7rem; font-weight: 800; letter-spacing: .17em; }.final-cta .button { margin-top: 40px; }
footer { max-width: 1440px; margin: auto; border-top: 1px solid var(--line); padding: 50px 5vw 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 30px 60px; align-items: center; color: var(--muted); font-size: .8rem; } .footer-links { display: flex; gap: 26px; font-weight: 700; color: var(--white); }.footer-links a:hover { color: var(--green); } footer small { grid-column: 1 / -1; max-width: 900px; line-height: 1.55; }.copyright { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; color: #4c534e; font-size: .65rem; letter-spacing: .1em; }

@media (max-width: 900px) {
  .site-header { height: 68px; } .brand-crest { width: 40px; height: 40px; } nav { display: none; } .header-cta { padding: 9px 12px; font-size: .65rem; }
  .hero { height: auto; min-height: 960px; grid-template-columns: 1fr; padding-top: 110px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }.eyebrow { font-size: .62rem; }.hero-lede { font-size: 1rem; }.hero-meta { text-align: left; }.hero-art { min-height: 410px; margin-top: -18px; }.hero-art img { width: min(560px, 95vw); max-height: 470px; }.ticker-badge { right: 10%; bottom: 12%; font-size: 1.2rem; }.scroll-cue { display: none; }
  .story-grid, .launch-body { grid-template-columns: 1fr; gap: 50px; }.section { padding: 90px 6vw; }.launch { padding-top: 20px; }.launch-topline { padding: 0 22px; }.launch-body { padding: 54px 6vw; }.launch-grid { grid-template-columns: 1fr 1fr; }.launch-grid article:nth-child(2) { border-right: 0; }.launch-grid article { border-bottom: 1px solid var(--line); }
  .reward-flow { grid-template-columns: 1fr; }.reward-flow article { min-height: 125px; border-bottom: 1px solid var(--line); }.reward-flow article:last-child { border-bottom: 0; }.flow-arrow { display: none; }
  .photos-header { display: block; }.photos-header p { margin-top: 24px; }.photo-card, .photo-card:nth-child(5), .photo-card:nth-child(6) { grid-column: span 3; }.photo-featured { grid-column: 1 / -1; }
  .how-header { display: block; }.steps { grid-template-columns: 1fr; }.steps article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }.step-icon { margin: 32px 0 20px; }
  footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; } footer small, .copyright { grid-column: 1; }
}
@media (max-width: 520px) {
  h1 { font-size: 3.35rem; }.hero { min-height: 880px; }.hero-actions { width: 100%; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-meta { padding-top: 18px; }.hero-meta div { padding-left: 11px; }.hero-meta strong { font-size: .61rem; }.hero-meta small { font-size: .54rem; }.hero-art { min-height: 335px; }.hero-art img { max-height: 380px; }.story h2, .launch h2, .how h2, .final-cta h2 { font-size: 2.9rem; }.launch-grid article { min-height: 120px; padding: 20px 16px; }.launch-grid strong { font-size: .68rem; }.contract-box strong { font-size: .65rem; }.final-cta { padding: 110px 5vw; }
  .photos-header h2 { font-size: 2.9rem; }.photo-grid { grid-template-columns: 1fr; }.photo-card, .photo-card:nth-child(5), .photo-card:nth-child(6), .photo-featured { grid-column: 1; }.photo-frame, .photo-featured .photo-frame { aspect-ratio: auto; }.photo-frame img { height: auto; object-fit: contain; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
