:root {
  --bg: #080e0d;
  --panel: #101b17;
  --line: #293c31;
  --text: #f0f4ed;
  --muted: #a3b0a7;
  --green: #aff46c;
  --night: var(--bg);
  --mint: var(--green);
  --ink: #081114;
  --sora: "Sora", Arial, sans-serif;
  --mono: "Geist Mono", Consolas, monospace;
  --page-pad: clamp(20px, 5vw, 88px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 400 16px/1.55 var(--sora); }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, summary { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { text-underline-offset: 4px; }
::selection { background: var(--green); color: var(--bg); }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
.green { color: var(--green); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--green); color: var(--bg); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.masthead { position: sticky; top: 0; z-index: 30; min-height: 80px; padding: 0 var(--page-pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--bg); border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 19px; font-weight: 800; letter-spacing: -.06em; text-decoration: none; white-space: nowrap; }
.wordmark img { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }
.domain { color: var(--green); font-size: .65em; font-family: var(--mono); letter-spacing: -.04em; }
.site-nav { display: flex; gap: 30px; }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; color: var(--muted); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current] { color: var(--green); }
.nav-social { display: flex; align-items: center; gap: 24px; min-height: 42px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; text-decoration: none; }
.nav-social:hover { border-color: var(--green); }
.nav-social > span { color: var(--green); }
.lead { max-width: 1600px; margin: auto; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); padding: 32px var(--page-pad) 0; gap: 0 24px; }
.lead-copy { align-self: center; padding: 36px 0 54px; position: relative; z-index: 1; }
.lead-eyebrow { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 20px; margin-bottom: 32px; color: var(--muted); font: 500 10px/1.5 var(--mono); letter-spacing: .08em; }
.status { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font: 500 10px/1.4 var(--mono); letter-spacing: .06em; }
.status i { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: currentColor; }
.lead h1 { font-size: clamp(64px, 7.5vw, 116px); font-weight: 800; line-height: .97; letter-spacing: -.085em; }
.lead h1 em { font-style: normal; color: var(--green); }
.lead-aside { margin-top: 30px; font-size: clamp(17px, 1.7vw, 24px); letter-spacing: -.04em; }
.lead-description { margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.lead-description strong { color: var(--text); font-weight: 600; }
.lead-actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.btn { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 13px 20px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; font-weight: 600; text-decoration: none; transition: background .15s, transform .15s; }
.btn-green { background: var(--green); color: var(--bg); }
.btn-green:hover { background: #c5ff8c; transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 12px; text-decoration: none; }
.text-link:hover { color: var(--green); }
.text-link > span { color: var(--green); }
.lead-art { align-self: center; background: #030403; margin: 8px -8px 16px 0; border: 1px solid #1b2c22; }
.lead-art > img { width: 100%; aspect-ratio: 1266 / 953; object-fit: contain; }
.lead-art figcaption { padding: 13px 16px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid #1b2c22; color: var(--muted); font: 400 10px/1.5 var(--mono); }
.lead-art figcaption a { color: var(--green); text-decoration: none; }
.launch-strip { grid-column: 1 / -1; margin-top: 22px; display: grid; grid-template-columns: 1fr 1.25fr 1fr 1fr; border: 1px solid var(--line); border-radius: 5px; background: var(--panel); }
.launch-strip > * { padding: 20px 24px; min-width: 0; }
.launch-strip > * + * { border-left: 1px solid var(--line); }
.launch-strip span { display: block; margin-bottom: 7px; font: 400 9px var(--mono); color: var(--muted); letter-spacing: .08em; }
.launch-strip strong { font-size: 16px; font-weight: 600; letter-spacing: -.035em; }
.launch-strip small { color: var(--muted); font-size: 10px; font-weight: 400; }
.launch-strip > a { text-decoration: none; }
.launch-strip > a:hover { background: #18261e; }
.launch-strip b { margin-left: 10px; color: var(--green); font-weight: 400; }
.section-wrap { padding: clamp(68px, 8vw, 124px) var(--page-pad); }
.eyebrow { display: block; color: var(--muted); font: 500 10px/1.5 var(--mono); letter-spacing: .1em; }
h2 { font-size: clamp(42px, 5.2vw, 76px); font-weight: 700; line-height: 1.02; letter-spacing: -.075em; }
.bagwork { max-width: 1600px; margin: auto; display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(32px, 7vw, 100px); align-items: center; }
.plan-copy h2 { margin: 20px 0 22px; }
.plan-copy p { margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.plan-panel { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--panel); }
.token-pair { padding: clamp(22px, 3vw, 40px); display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); background: #132319; }
.pair-token { display: flex; gap: 12px; align-items: center; min-width: 0; }
.pair-token > img, .stonk-symbol { width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0; }
.pair-token > img { object-fit: cover; }
.stonk-symbol { display: grid; place-items: center; color: var(--bg); background: var(--green); font-size: 30px; font-weight: 800; }
.pair-token div span { display: block; margin-bottom: 4px; color: var(--muted); font: 400 8px var(--mono); white-space: nowrap; }
.pair-token strong { font-size: clamp(17px, 2vw, 24px); letter-spacing: -.05em; }
.pair-arrow { color: var(--green); font-size: 28px; }
.plan-steps { list-style: none; margin: 0; padding: 0 28px; }
.plan-steps li { display: flex; gap: 20px; padding: 23px 0; }
.plan-steps li + li { border-top: 1px solid var(--line); }
.step-number { padding-top: 4px; color: var(--green); font: 400 10px var(--mono); }
.plan-steps h3 { margin-bottom: 6px; font-size: 15px; font-weight: 600; letter-spacing: -.03em; }
.plan-steps p { max-width: 42ch; color: var(--muted); font-size: 12px; line-height: 1.75; }
.plan-foot { padding: 16px 28px; display: flex; justify-content: space-between; gap: 12px; background: var(--bg); border-top: 1px solid var(--line); font: 400 9px/1.6 var(--mono); color: var(--muted); }
.from-timeline { background: #020403; border-block: 1px solid var(--line); }
.section-intro { max-width: 1424px; margin: 0 auto 42px; display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; }
.section-intro h2 { margin-top: 16px; }
.section-intro > p { padding-right: 7%; padding-bottom: 5px; color: var(--muted); font-size: 16px; line-height: 1.75; letter-spacing: -.02em; }
.post-spread { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(20px, 3vw, 48px); align-items: start; max-width: 1240px; margin: auto; }
.post-original, .post-quote { background: #000; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.scan-link { display: block; padding: 12px; }
.scan-link:focus-visible { outline-offset: -4px; }
.scan-link img { width: 100%; }
.post-spread figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 14px 18px; border-top: 1px solid var(--line); color: var(--muted); font: 400 10px var(--mono); }
.post-spread figcaption a { text-decoration: none; color: var(--green); }
.cousin-aside { position: relative; margin-top: 26px; overflow: hidden; }
.cousin-aside img { width: 100%; max-height: 350px; object-fit: cover; object-position: center 42%; opacity: .8; }
.aside-caption { position: absolute; top: 16px; left: 16px; z-index: 1; padding: 6px 9px; background: #080e0de6; color: var(--text); font: 500 9px var(--mono); }
.cousin-aside > p { position: absolute; inset: auto 0 0; padding: 42px 24px 18px; background: linear-gradient(transparent, #030604); color: var(--text); font-size: clamp(24px, 3.4vw, 46px); font-weight: 700; line-height: 1; letter-spacing: -.055em; }
.attribution-note { max-width: 1240px; margin: 28px auto 0; font-size: 11px; line-height: 1.7; color: var(--muted); }
.meme-section { background: #e9eddf; color: #152119; }
.meme-section .eyebrow { color: #53664e; }
.meme-section .section-intro > p { color: #53634f; }
.meme-grid { max-width: 1424px; margin: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.meme-download { color: inherit; text-decoration: none; }
.meme-image { aspect-ratio: 1; overflow: hidden; background: #fff; }
.meme-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.meme-chair .meme-image { background: #f5f3ed; }
.meme-chair img { mix-blend-mode: multiply; object-fit: contain; }
.meme-download:hover .meme-image img { transform: scale(1.025); }
.meme-download > span { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid #abb5a4; font: 500 12px var(--mono); }
.meme-download b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #95a28b; border-radius: 50%; font-weight: 400; }
.meme-section :focus-visible { outline-color: #263d1b; }
.watch-incident { min-height: 760px; display: grid; grid-template-columns: .72fr 1.28fr; background: #dce8e5; color: var(--ink); overflow: hidden; }
.watch-copy { position: relative; z-index: 2; padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #a9bbb8; }
.watch-copy > p { color: #4f6c76; font: 600 .64rem var(--mono); letter-spacing: .08em; }
.watch-copy h2 { margin: 1rem 0 2.4rem; font-size: clamp(4rem, 8vw, 8rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.watch-intro { display: grid; grid-template-columns: 2rem 1fr; gap: .8rem; max-width: 30rem; padding-top: 1rem; border-top: 1px solid #a9bbb8; }
.watch-intro span { color: #627b82; font: .62rem var(--mono); }
.watch-intro p { margin: 0; color: #3e565c; font-size: .8rem; }
#post-watch { width: max-content; min-height: 50px; margin-top: 2rem; padding: .8rem 1rem; display: inline-flex; align-items: center; gap: 3.5rem; border: 1px solid var(--ink); border-radius: 8px; background: var(--ink); color: var(--text); font-size: .75rem; font-weight: 700; cursor: pointer; }
#post-watch:hover { background: #15272c; }
.watch-copy > a { width: max-content; margin-top: 1.1rem; color: #425d64; font-size: .66rem; text-underline-offset: .22rem; }
.watch-stage { position: relative; min-height: 760px; display: grid; place-items: center; background: #101d21; isolation: isolate; transition: background .65s ease; overflow: hidden; }
.watch-footage { position: absolute; inset: 0; width: 100%; height: 100%; display: block; background: #050708; object-fit: cover; object-position: center 43%; transform: scale(1.42); filter: saturate(.72) contrast(1.08); transition: transform .8s cubic-bezier(.2, .8, .2, 1), filter .45s ease; }
.watch-feed-label { position: absolute; top: 1rem; left: 1rem; z-index: 4; padding: .45rem .55rem; border: 1px solid rgba(255,255,255,.32); border-radius: 4px; background: rgba(7,16,19,.7); color: #fff; font: 600 .58rem var(--mono); letter-spacing: .08em; }
.watch-status { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 5; margin: 0; color: var(--muted); font: 500 .61rem var(--mono); text-align: center; }
.watch-stage.is-posted { background: #050708; }
.watch-stage.is-posted .watch-footage { object-fit: contain; transform: scale(1); filter: none; }
.watch-stage.is-posted .watch-feed-label { display: none; }
.watch-stage.is-posted .watch-status { width: max-content; max-width: calc(100% - 2rem); left: 50%; right: auto; padding: .45rem .6rem; border-radius: 4px; background: rgba(7,16,19,.82); color: #f27a8f; font-weight: 700; transform: translateX(-50%); }


.watch-incident { border-bottom: 1px solid var(--line); }
.watch-copy :focus-visible { outline-color: var(--ink); }
.launch { max-width: 1600px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 10vw, 150px); align-items: center; }
.launch-copy h2 { margin: 22px 0; }
.launch-copy > p { margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.launch-copy p a { color: var(--text); }
.launch-details { border-top: 1px solid var(--line); }
.contract { padding: 25px 0; }
.contract > strong { display: block; margin: 12px 0 7px; font-size: 22px; font-weight: 500; letter-spacing: -.035em; }
.contract-note { color: var(--muted); font-size: 11px; }
.contract code { font: 500 13px/1.7 var(--mono); overflow-wrap: anywhere; user-select: all; }
.launch-copy > .text-link { display: flex; width: fit-content; margin-top: 12px; }
.launch-details details { border-top: 1px solid var(--line); }
.launch-details summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; cursor: pointer; list-style: none; font-size: 13px; }
.launch-details summary::-webkit-details-marker { display: none; }
.launch-details summary > span { color: var(--green); font: 400 20px/1 var(--mono); transition: transform .15s; }
.launch-details details[open] summary > span { transform: rotate(45deg); }
.launch-details details p { color: var(--muted); margin: 0 20px 24px 0; font-size: 12px; line-height: 1.9; }
.platform-link { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; border-block: 1px solid var(--line); text-decoration: none; }
.platform-link span { color: var(--muted); font: 400 9px var(--mono); }
.platform-link strong { font-size: 13px; font-weight: 500; color: var(--green); }
.footer { padding: 32px var(--page-pad); background: #030806; border-top: 1px solid var(--line); }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; max-width: 1424px; margin: auto; }
.footer-top > a:last-child { color: var(--muted); font: 400 11px var(--mono); min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.footer-bottom { margin-top: 24px; color: var(--muted); font: 400 9px/1.7 var(--mono); }
@media (min-width: 1800px) {
  .masthead, .footer { padding-inline: max(var(--page-pad), calc((100vw - 1424px) / 2)); }
}
@media (max-width: 1080px) {
  .site-nav { gap: 20px; }
  .lead { gap: 0 16px; }
  .lead-eyebrow { flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 24px; }
  .lead h1 { font-size: clamp(64px, 7.7vw, 83px); }
  .lead-description { font-size: 12px; }
  .lead-actions { gap: 14px; }
  .btn { padding-inline: 16px; gap: 20px; }
  .launch-strip > * { padding: 17px 16px; }
  .bagwork { gap: 36px; }
  .token-pair { padding: 24px; gap: 12px; }
  .pair-token { gap: 8px; }
  .pair-token > img, .stonk-symbol { width: 38px; height: 38px; }
  .stonk-symbol { font-size: 24px; }
  .post-spread { grid-template-columns: 1fr 1fr; }
  .watch-incident { grid-template-columns: 1fr; }
  .watch-copy { min-height: 420px; border-right: 0; border-bottom: 1px solid #a9bbb8; }
  .watch-stage { min-height: 560px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 125px; }
  .masthead { min-height: 106px; gap: 0 16px; flex-wrap: wrap; padding-top: 12px; }
  .wordmark { font-size: 17px; }
  .wordmark img { width: 30px; height: 30px; }
  .nav-social { font-size: 10px; padding: 8px 10px; gap: 10px; min-height: 38px; }
  .site-nav { width: 100%; order: 3; justify-content: space-between; gap: 16px; }
  .site-nav a { min-height: 42px; font-size: 11px; }
  .lead { grid-template-columns: 1fr; padding-top: 0; }
  .lead-copy { padding: 36px 0 28px; }
  .lead-eyebrow { flex-direction: row; justify-content: space-between; gap: 8px; margin-bottom: 26px; font-size: 9px; }
  .lead h1 { font-size: clamp(59px, 13.5vw, 98px); letter-spacing: -.08em; }
  .lead-aside { margin-top: 22px; font-size: 18px; }
  .lead-description { margin-top: 12px; font-size: 13px; }
  .lead-actions { margin-top: 22px; gap: 20px; }
  .lead-art { margin: 0; }
  .lead-art figcaption { padding: 12px; font-size: 9px; }
  .launch-strip { margin-top: 20px; grid-template-columns: 1fr 1fr; }
  .launch-strip > :nth-child(3) { border-left: 0; }
  .launch-strip > :nth-child(n+3) { border-top: 1px solid var(--line); }
  .launch-strip strong { font-size: 14px; }
  .launch-strip small { display: block; margin-top: 2px; }
  .bagwork, .launch { grid-template-columns: 1fr; gap: 32px; }
  h2 { font-size: clamp(45px, 10vw, 66px); }
  .plan-copy h2 br { display: none; }
  .plan-copy p { margin-bottom: 12px; }
  .token-pair { padding: 24px 20px; }
  .pair-token { gap: 10px; }
  .pair-token strong { font-size: clamp(16px, 4vw, 22px); }
  .plan-steps { padding-inline: 20px; }
  .plan-foot { padding: 16px 20px; flex-wrap: wrap; }
  .section-intro { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 28px; }
  .section-intro > p { font-size: 14px; padding: 0; }
  .post-spread { grid-template-columns: 1fr; gap: 24px; }
  .post-spread figcaption { font-size: 9px; padding-inline: 12px; }
  .scan-link { padding: 8px; }
  .cousin-aside img { max-height: 320px; }
  .meme-grid { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
  .meme-bags { grid-column: 1 / -1; }
  .meme-download > span { font-size: 10px; gap: 8px; }
  .watch-copy { min-height: 430px; }
  .watch-copy h2 { font-size: clamp(4rem, 19vw, 6rem); }
  .watch-stage { min-height: 500px; }
  .watch-footage { transform: scale(1.2); }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}
@media (max-width: 370px) {
  .lead h1 { font-size: 54px; }
  .lead-eyebrow { font-size: 8px; }
  .status { font-size: 8px; }
  .pair-token > img, .stonk-symbol { width: 32px; height: 32px; }
  .pair-token { gap: 7px; }
  .token-pair { padding-inline: 14px; gap: 8px; }
  .pair-token div span { font-size: 7px; }
  .pair-arrow { font-size: 22px; }
  .nav-social { gap: 8px; padding-inline: 8px; }
  .wordmark { gap: 7px; font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
