:root {
  --black: #050806;
  --ink: #0a0f0c;
  --panel: #0e1511;
  --panel-2: #121c16;
  --green: #50f58a;
  --green-deep: #173e27;
  --gold: #f0c878;
  --cream: #f3f1e8;
  --muted: #a8b3aa;
  --line: rgba(216, 241, 220, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--green); color: #031007; padding: .7rem 1rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(1.2rem, 4vw, 4.5rem); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-size: .95rem; font-weight: 800; letter-spacing: .09em; }
.brand > span:last-child > span { color: var(--green); }
.brand-mark { width: 38px; height: 38px; display: block; flex: 0 0 38px; border: 1px solid rgba(240,200,120,.7); border-radius: 50%; background-color: #060a07; background-image: url("/assets/venus-icon-ringless.png"); background-repeat: no-repeat; background-size: 92%; background-position: center; box-shadow: 0 0 24px rgba(240,200,120,.24), inset 0 0 8px rgba(255,255,255,.18); }
nav { display: flex; gap: clamp(1.2rem, 3vw, 3rem); font-size: .85rem; color: rgba(255,255,255,.75); }
nav a:hover, nav a:focus-visible { color: var(--green); }
.site-header > .button { justify-self: end; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid transparent; padding: .8rem 1.25rem; font-weight: 750; font-size: .9rem; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.button-small { min-height: 42px; background: rgba(6,16,9,.45); border-color: rgba(255,255,255,.28); backdrop-filter: blur(12px); }
.button-primary { color: #031007; background: var(--green); box-shadow: 0 10px 36px rgba(80,245,138,.16); }
.button-primary:hover { background: #78f8a4; }
.button-secondary { color: #071009; background: transparent; border-color: rgba(7,16,9,.45); }
.button-secondary:hover { background: rgba(7,16,9,.08); border-color: #071009; }
.button-ghost { background: rgba(2,5,3,.42); border-color: rgba(255,255,255,.25); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--green); }

.hero { min-height: 900px; height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,5,3,.96) 0%, rgba(2,5,3,.78) 34%, rgba(2,5,3,.18) 68%, rgba(2,5,3,.1) 100%), linear-gradient(0deg, rgba(2,5,3,.8) 0%, transparent 36%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 90%); margin-left: clamp(1.2rem, 7vw, 8rem); padding-top: 4rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.2rem; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
h1 { max-width: 730px; font-size: clamp(4rem, 7.1vw, 7.5rem); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-copy { max-width: 620px; margin: 1.7rem 0 2rem; color: #d1d7d2; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.contract-card { width: min(690px, 100%); margin-top: 2.3rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: rgba(4,10,6,.58); border: 1px solid rgba(255,255,255,.18); padding: 1rem 1.1rem 1rem 1.25rem; backdrop-filter: blur(18px); }
.contract-card span { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .16em; margin-bottom: .35rem; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.contract-card code { display: block; color: #fff; font-size: .8rem; overflow-wrap: anywhere; }
.copy-button { flex: 0 0 auto; border: 0; background: var(--cream); color: #071009; padding: .65rem 1rem; cursor: pointer; font-weight: 800; }
.scroll-cue { position: absolute; z-index: 3; right: clamp(1.2rem, 4vw, 4.5rem); bottom: 2.4rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; }
.scroll-cue span { color: var(--green); font-size: 1rem; }

.signal-strip { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 3vw, 3.2rem); padding: 1.1rem; background: var(--green); color: #041009; text-transform: uppercase; font-size: .69rem; font-weight: 850; letter-spacing: .14em; white-space: nowrap; overflow: hidden; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .55; }

.section { padding: clamp(5rem, 10vw, 10rem) clamp(1.2rem, 7vw, 8rem); }
.tweet-signal { position: relative; background: linear-gradient(150deg, #050806 0%, #0a140d 58%, #06120a 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.tweet-signal::after { content: ""; position: absolute; width: 620px; height: 620px; right: -200px; top: -300px; border: 1px solid rgba(80,245,138,.16); border-radius: 50%; box-shadow: 0 0 120px rgba(80,245,138,.06) inset; pointer-events: none; }
.tweet-heading { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.tweet-heading .eyebrow { grid-column: 1 / -1; }
.tweet-heading h2 { font-size: clamp(3.3rem, 6.4vw, 7rem); }
.tweet-heading > p:last-child { max-width: 490px; margin: 0 0 .4rem; color: var(--muted); line-height: 1.75; }
.tweet-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; }
.tweet-card { min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.4rem, 3vw, 2.5rem); background: #101713; border: 1px solid rgba(255,255,255,.14); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.tweet-card-featured { background: linear-gradient(145deg, rgba(80,245,138,.11), rgba(15,23,18,.94)); border-color: rgba(80,245,138,.35); }
.tweet-card:hover { transform: translateY(-4px); border-color: var(--green); background-color: #142019; }
.tweet-profile { display: flex; align-items: center; gap: .85rem; }
.tweet-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: #071009; font-weight: 900; font-size: .78rem; letter-spacing: .05em; }
.tweet-profile strong, .tweet-profile small { display: block; }
.tweet-profile strong { color: #fff; font-size: .95rem; }
.tweet-profile small { margin-top: .15rem; color: var(--muted); font-size: .78rem; }
.x-mark { margin-left: auto; align-self: flex-start; color: rgba(255,255,255,.8); font-size: 1.35rem; }
.tweet-card blockquote { margin: 2.6rem 0; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.17; letter-spacing: -.025em; }
.tweet-card:not(.tweet-card-featured) blockquote { font-size: clamp(1.45rem, 2.2vw, 2.3rem); }
.tweet-card-featured blockquote::first-letter { color: var(--gold); }
.video-card { min-height: 0; gap: 1.4rem; padding: clamp(1.2rem, 2.5vw, 2rem); }
.video-card-heading h3 { margin: 1.5rem 0 .7rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1; letter-spacing: -.03em; }
.video-card-heading h3 em { color: var(--gold); font-weight: 400; }
.video-card-heading > p { margin: 0; color: var(--muted); line-height: 1.6; }
.x-video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #000; border: 1px solid rgba(255,255,255,.12); }
.x-video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; color-scheme: dark; }
.video-fallback { display: flex; align-items: center; justify-content: center; min-height: 46px; border: 1px solid rgba(255,255,255,.18); color: var(--cream); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.video-fallback:hover { color: var(--green); border-color: var(--green); }
.tweet-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid rgba(255,255,255,.13); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.tweet-meta span { color: var(--green); font-weight: 850; }
.tweet-meta strong { color: var(--muted); font-weight: 700; }
.tweet-disclaimer { margin: 1.2rem 0 0; color: #77847a; font-size: .78rem; }
.story { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; background: linear-gradient(140deg, #07100a, #0d1711 60%, #08100b); }
.section-heading h2, .buy h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); }
.section-heading > p:last-child { max-width: 490px; color: var(--muted); line-height: 1.8; margin-top: 1.8rem; }
.story-visual { margin: 0; position: relative; border: 1px solid var(--line); padding: .65rem; background: rgba(255,255,255,.025); }
.story-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.story-visual figcaption { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; display: flex; align-items: center; gap: 1rem; background: rgba(4,9,6,.82); border: 1px solid rgba(255,255,255,.18); padding: 1rem 1.2rem; backdrop-filter: blur(12px); color: var(--muted); font-size: .82rem; }
.story-visual figcaption > span { color: var(--green); font-family: var(--serif); font-size: 1.8rem; }
.story-visual strong { color: var(--cream); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }

.parallel { position: relative; text-align: center; background: #050806; overflow: hidden; }
.parallel::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(80,245,138,.12), transparent 42%); pointer-events: none; }
.orbit-label { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%); color: rgba(80,245,138,.035); font-family: var(--serif); font-size: 34rem; line-height: 1; }
.centered { justify-content: center; }
.parallel h2 { position: relative; font-size: clamp(3.7rem, 7vw, 7.8rem); }
.comparison { position: relative; max-width: 1050px; margin: 5rem auto 2rem; display: grid; grid-template-columns: 1fr 140px 1fr; align-items: center; text-align: left; }
.comparison article { min-height: 220px; border: 1px solid var(--line); background: rgba(12,19,14,.76); padding: 2rem; }
.comparison article > p:first-child { color: var(--green); letter-spacing: .15em; font-size: .65rem; font-weight: 800; }
.comparison h3 { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; margin: 1rem 0; }
.comparison h3 span { color: var(--gold); }
.comparison article > p:last-child { color: var(--muted); line-height: 1.7; }
.orbit-line { position: relative; height: 1px; background: rgba(80,245,138,.5); }
.orbit-line::before { content: ""; position: absolute; left: 50%; top: 50%; width: 68px; height: 68px; border: 1px solid rgba(80,245,138,.45); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-line span { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 24px var(--gold); }
.independence-note { max-width: 780px; margin: 2.2rem auto 0; color: #7d8b81; font-size: .82rem; }

.buy { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 10rem); background: var(--cream); color: #071009; }
.buy .eyebrow { color: #107637; }
.buy h2 em { color: #80622c; }
.buy-intro > p:nth-of-type(2) { max-width: 540px; margin: 1.8rem 0 2rem; color: #506057; line-height: 1.75; }
.buy-links { display: flex; flex-wrap: wrap; gap: .75rem; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(7,16,9,.2); }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid rgba(7,16,9,.2); }
.steps li > span { color: #138441; font-family: var(--serif); font-size: 1.35rem; }
.steps h3 { margin: 0 0 .4rem; font-size: 1rem; letter-spacing: .03em; }
.steps p { margin: 0; color: #5a675f; line-height: 1.6; }

.contract-section { text-align: center; background: linear-gradient(180deg, #08100b, #050806); }
.contract-section h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.big-contract { max-width: 1100px; margin: 3rem auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid rgba(80,245,138,.4); background: rgba(80,245,138,.055); padding: 1.15rem 1.15rem 1.15rem 1.5rem; }
.big-contract code { font-size: clamp(.75rem, 1.7vw, 1.05rem); color: #ddf7e5; overflow-wrap: anywhere; text-align: left; }
.big-contract button { flex: 0 0 auto; border: 0; color: #031007; background: var(--green); padding: .8rem 1rem; font-weight: 800; cursor: pointer; }
.official-links { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.official-links a { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; padding: 1.5rem; text-align: left; border-right: 1px solid var(--line); transition: background .2s ease; }
.official-links a:last-child { border-right: 0; }
.official-links a:hover { background: rgba(80,245,138,.08); }
.official-links span { color: var(--muted); font-size: .8rem; }
.official-links strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center; padding: 3rem clamp(1.2rem, 7vw, 8rem) 4rem; border-top: 1px solid var(--line); background: #040604; color: var(--muted); font-size: .8rem; }
footer .legal { grid-column: 1 / -1; max-width: 900px; margin: 0; color: #6d786f; }
footer > p:not(.legal) { margin: 0; }
.mobile-buy { display: none; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 2rem; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--cream); color: #071009; padding: .75rem 1rem; font-weight: 800; box-shadow: 0 10px 40px rgba(0,0,0,.4); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 76px; padding: 0 1.2rem; }
  nav { display: none; }
  .site-header > .button { display: none; }
  .hero { min-height: 780px; }
  .hero-art { object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,5,3,.94), rgba(2,5,3,.54)), linear-gradient(0deg, rgba(2,5,3,.9), transparent 60%); }
  .hero-content { margin: 0 auto; width: calc(100% - 2.4rem); padding-top: 2rem; }
  h1 { font-size: clamp(3.5rem, 14vw, 5.8rem); }
  .contract-card { align-items: flex-end; }
  .contract-card code { max-width: 58vw; }
  .scroll-cue { display: none; }
  .signal-strip { justify-content: flex-start; }
  .story, .buy { grid-template-columns: 1fr; }
  .tweet-heading { grid-template-columns: 1fr; gap: 1.4rem; }
  .tweet-heading > p:last-child { max-width: 650px; }
  .tweet-grid { grid-template-columns: 1fr; }
  .tweet-card { min-height: 320px; }
  .video-card { min-height: 0; }
  .story { gap: 3rem; }
  .comparison { grid-template-columns: 1fr; gap: 1rem; margin-top: 3rem; }
  .orbit-line { height: 70px; width: 1px; justify-self: center; }
  .orbit-line::before { width: 52px; height: 52px; }
  .official-links { grid-template-columns: 1fr; }
  .official-links a { min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .official-links a:last-child { border-bottom: 0; }
  footer { grid-template-columns: 1fr; padding-bottom: 7rem; }
  footer .legal { grid-column: auto; }
  .mobile-buy { position: fixed; z-index: 30; left: .8rem; right: .8rem; bottom: .8rem; display: grid; grid-template-columns: .65fr 1.25fr .85fr; padding: .4rem; border: 1px solid rgba(255,255,255,.18); background: rgba(5,8,6,.88); backdrop-filter: blur(20px); box-shadow: 0 14px 50px rgba(0,0,0,.5); }
  .mobile-buy button, .mobile-buy a { min-height: 50px; display: grid; place-items: center; border: 0; cursor: pointer; font-weight: 800; }
  .mobile-buy button { color: var(--cream); background: transparent; }
  .mobile-buy .mobile-fomo { color: #031007; background: var(--green); }
  .mobile-buy .mobile-uni { color: var(--cream); background: rgba(255,255,255,.08); font-size: .8rem; }
}

@media (max-width: 560px) {
  .section { padding: 5.5rem 1.2rem; }
  .hero-actions { display: grid; }
  .buy-links { display: grid; }
  .button { width: 100%; }
  .contract-card { margin-top: 1.4rem; }
  .copy-button { padding-inline: .8rem; }
  .story-visual figcaption { left: 1.2rem; right: 1.2rem; bottom: 1.2rem; }
  .parallel h2, .section-heading h2, .buy h2, .contract-section h2 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .tweet-heading h2 { font-size: clamp(3rem, 13vw, 4.2rem); }
  .tweet-card { min-height: 300px; }
  .video-card { min-height: 0; }
  .tweet-card blockquote, .tweet-card:not(.tweet-card-featured) blockquote { font-size: clamp(1.6rem, 7vw, 2.1rem); }
  .tweet-meta { align-items: flex-end; }
  .big-contract { display: block; }
  .big-contract code { display: block; margin-bottom: 1rem; text-align: center; }
  .big-contract button { width: 100%; }
}

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