:root {
  --ink: #0c0c0c;
  --paper: #f0efe9;
  --muted: #a7a7a0;
  --line: rgba(12, 12, 12, 0.18);
  --acid: #d9ff43;
  --white: #f7f7f2;
  --header-height: 82px;
  --pad: clamp(24px, 5vw, 84px);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Helvetica Neue", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

::selection { background: var(--acid); color: var(--ink); }
.section-wrap { padding-left: var(--pad); padding-right: var(--pad); }
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 100;
  opacity: .045; mix-blend-mode: soft-light;
  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='.7'/%3E%3C/svg%3E");
}
.scroll-progress { position: fixed; z-index: 120; top: 0; left: 0; height: 3px; width: 0; background: var(--acid); }

.cursor {
  width: 72px; height: 72px; border-radius: 50%; position: fixed; left: 0; top: 0;
  z-index: 150; pointer-events: none; background: var(--acid); color: var(--ink);
  display: grid; place-items: center; transform: translate(-50%, -50%) scale(0);
  transition: transform .25s var(--ease); mix-blend-mode: difference;
}
.cursor span { font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.cursor.active { transform: translate(-50%, -50%) scale(1); }

.site-header {
  height: var(--header-height); width: 100%; padding: 0 var(--pad); display: flex; align-items: center;
  justify-content: space-between; position: absolute; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.18);
  color: var(--white);
}
.site-header.is-fixed { position: fixed; background: rgba(12,12,12,.86); backdrop-filter: blur(16px); animation: headerIn .5s var(--ease); }
@keyframes headerIn { from { transform: translateY(-100%); } }
.wordmark { font-size: 18px; line-height: 1; font-weight: 900; letter-spacing: -.03em; }
.accent { color: var(--acid); }
.desktop-nav { display: flex; gap: 40px; margin-left: auto; margin-right: 56px; }
.desktop-nav a { font-size: 13px; color: rgba(255,255,255,.72); transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-cta {
  height: 42px; padding: 0 18px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px;
  background: transparent; display: inline-flex; align-items: center; gap: 12px; cursor: pointer;
  font-size: 13px; transition: background .25s, color .25s;
}
.header-cta svg { width: 17px; }
.header-cta:hover { background: var(--white); color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.menu-button span { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .25s; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero {
  min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center;
  padding: calc(var(--header-height) + 44px) var(--pad) 80px;
}
.hero-image { position: absolute; inset: 0; background: url('assets/hero.jpg') center 55% / cover no-repeat; transform: scale(1.06); animation: heroZoom 1.8s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(6,6,6,.93) 0%, rgba(6,6,6,.72) 38%, rgba(6,6,6,.16) 72%), linear-gradient(0deg, rgba(6,6,6,.5), transparent 45%);
}
.hero-copy { width: min(950px, 78vw); position: relative; z-index: 2; padding-top: 3vh; }
.eyebrow { margin: 0 0 28px; font-size: 12px; letter-spacing: .18em; color: rgba(255,255,255,.62); text-transform: uppercase; }
.reveal-line, .title-line { display: block; overflow: hidden; }
.reveal-line > span, .title-line > span { display: block; transform: translateY(115%); animation: lineIn 1s var(--ease) forwards; }
.eyebrow span { animation-delay: .15s; }
.title-line:nth-child(1) > span { animation-delay: .22s; }
.title-line:nth-child(2) > span { animation-delay: .34s; }
.hero-bottom > * { animation-delay: .55s; }
@keyframes lineIn { to { transform: translateY(0); } }
.hero h1 { margin: 0; font-size: clamp(58px, 8.5vw, 146px); line-height: .94; letter-spacing: -.075em; font-weight: 800; }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.9); margin: 0 .04em; }
.hero-bottom { margin-top: clamp(34px, 6vh, 70px); display: flex; align-items: flex-end; gap: 50px; }
.hero-bottom p { margin: 0; width: min(450px, 48vw); line-height: 1.75; color: rgba(255,255,255,.68); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.primary-action {
  border: 0; background: var(--acid); color: var(--ink); min-width: 158px; height: 58px; padding: 0 22px;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; cursor: pointer;
  font-size: 14px; font-weight: 700; transition: border-radius .35s var(--ease), filter .2s;
}
.primary-action:hover { border-radius: 30px; filter: brightness(1.05); }
.primary-action i { font-size: 20px; font-style: normal; font-weight: 400; }
.primary-action.dark { background: var(--ink); color: var(--white); }
.text-action { display: inline-flex; gap: 18px; align-items: center; font-size: 14px; padding-bottom: 7px; border-bottom: 1px solid currentColor; }
.text-action span { transition: transform .25s var(--ease); }
.text-action:hover span { transform: translate(3px, -3px); }
.hero-meta { position: absolute; right: var(--pad); bottom: 30px; z-index: 2; display: flex; gap: 28px; font-size: 9px; letter-spacing: .16em; color: rgba(255,255,255,.5); }
.status { display: flex; align-items: center; gap: 7px; }
.status i { width: 6px; height: 6px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px var(--acid); }
.scroll-cue { position: absolute; left: var(--pad); bottom: 24px; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .18em; color: rgba(255,255,255,.45); }
.scroll-cue i { display: block; width: 52px; height: 1px; background: currentColor; position: relative; overflow: hidden; }
.scroll-cue i::after { content: ""; position: absolute; width: 22px; height: 1px; background: #fff; animation: scrollLine 1.7s infinite; }
@keyframes scrollLine { from { transform: translateX(-24px); } to { transform: translateX(56px); } }

.manifesto { background: var(--paper); color: var(--ink); padding-bottom: clamp(90px, 14vw, 210px); overflow: hidden; }
.marquee { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 36px; padding: 20px 0; animation: marquee 28s linear infinite; }
.marquee-track span { font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.marquee-track i { color: #9ba347; font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }
.manifesto-inner { padding-top: clamp(90px, 11vw, 170px); display: grid; grid-template-columns: 1fr 4.5fr 1.35fr; gap: 44px; align-items: end; }
.section-kicker { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.manifesto-copy { font-size: clamp(42px, 5.8vw, 92px); line-height: 1.12; letter-spacing: -.06em; margin: 0; font-weight: 700; }
.manifesto-copy span { position: relative; z-index: 1; white-space: nowrap; }
.manifesto-copy span::after { content: ""; position: absolute; height: .32em; background: var(--acid); left: -.04em; right: -.04em; bottom: .06em; z-index: -1; transform: scaleX(0); transform-origin: left; transition: transform 1.2s var(--ease); }
.manifesto-copy.visible span::after { transform: scaleX(1); }
.manifesto-note { font-family: "Songti SC", STSong, serif; font-size: 15px; line-height: 1.9; margin: 0; color: #65655f; }

.now { background: var(--paper); color: var(--ink); padding-top: 20px; padding-bottom: clamp(100px, 12vw, 180px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.section-head h2 { margin: 18px 0 0; font-size: clamp(54px, 7vw, 112px); letter-spacing: -.07em; line-height: .9; }
.section-head > p { font-family: "Songti SC", STSong, serif; color: #62625d; font-size: 14px; line-height: 1.7; }
.now-list { border-bottom: 1px solid var(--line); }
.now-item {
  width: 100%; padding: 42px 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink);
  display: grid; grid-template-columns: 80px 1fr auto 50px; align-items: center; text-align: left; cursor: pointer; transition: padding .35s var(--ease), background .3s;
}
.now-item:last-child { border-bottom: 0; }
.now-item:hover { padding-left: 28px; padding-right: 28px; background: #e7e6df; }
.item-number { font-family: Georgia, serif; font-style: italic; color: #8f8f86; font-size: 12px; }
.item-title { display: flex; align-items: baseline; gap: 32px; }
.item-title h3 { margin: 0; font-size: clamp(28px, 3.2vw, 52px); letter-spacing: -.045em; }
.item-title p { margin: 0; font-size: 13px; color: #77776f; }
.item-tag { font-size: 9px; font-weight: 800; letter-spacing: .18em; border: 1px solid #aaa99f; border-radius: 99px; padding: 8px 12px; }
.now-item svg { width: 25px; justify-self: end; transition: transform .3s var(--ease); }
.now-item:hover svg { transform: rotate(45deg); }

.signals { background: #141414; display: grid; grid-template-columns: 42% 58%; min-height: 120vh; }
.signals-sticky { min-height: 100vh; border-right: 1px solid rgba(255,255,255,.12); }
.signals-copy { position: sticky; top: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.signals-copy h2 { margin: 28px 0 36px; font-size: clamp(50px, 5.4vw, 90px); line-height: .98; letter-spacing: -.065em; }
.signals-copy h2 span { color: #777; }
.signals-copy > p:not(.section-kicker) { max-width: 350px; color: #898984; line-height: 1.8; font-family: "Songti SC", STSong, serif; font-size: 15px; }
.text-action.light { align-self: flex-start; margin-top: 38px; color: var(--acid); }
.signal-feed { padding-top: 15vh; padding-bottom: 15vh; }
.signal-entry { position: relative; padding: clamp(55px, 8vw, 110px) 2vw; border-bottom: 1px solid rgba(255,255,255,.15); }
.signal-entry:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.signal-meta { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .16em; color: #777; }
.signal-entry h3 { font-size: clamp(31px, 3.5vw, 58px); line-height: 1.14; letter-spacing: -.045em; margin: 40px 0 26px; font-weight: 600; }
.signal-entry p { margin: 0; color: #81817c; max-width: 480px; line-height: 1.7; font-family: "Songti SC", STSong, serif; }
.signal-entry > a { position: absolute; right: 2vw; bottom: clamp(55px, 8vw, 110px); width: 42px; height: 42px; border: 1px solid #555; border-radius: 50%; display: grid; place-items: center; transition: background .2s, color .2s; }
.signal-entry > a:hover { background: var(--acid); color: var(--ink); }

.community { min-height: 100vh; background: var(--acid); color: var(--ink); display: grid; grid-template-columns: 47% 53%; align-items: center; padding-top: 100px; padding-bottom: 100px; overflow: hidden; }
.community-orbit { aspect-ratio: 1; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(12,12,12,.32); border-radius: 50%; }
.orbit-one { width: 78%; height: 78%; animation: orbitPulse 5s ease-in-out infinite; }
.orbit-two { width: 48%; height: 48%; animation: orbitPulse 5s ease-in-out -2.5s infinite; }
@keyframes orbitPulse { 50% { transform: scale(.94); opacity: .55; } }
.orbit-core { width: 22%; aspect-ratio: 1; background: var(--ink); color: var(--acid); border-radius: 50%; display: grid; place-items: center; font-size: clamp(26px, 4vw, 64px); font-weight: 900; letter-spacing: -.08em; }
.orbit-dot { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); }
.dot-one { top: 10%; left: 47%; transform-origin: 50% 360px; animation: dotOrbit 12s linear infinite; }
.dot-two { right: 24%; bottom: 26%; transform-origin: -130px -130px; animation: dotOrbit 9s linear reverse infinite; }
@keyframes dotOrbit { to { transform: rotate(360deg); } }
.community-content { max-width: 750px; }
.community-content h2 { font-size: clamp(56px, 7.1vw, 116px); letter-spacing: -.075em; line-height: .88; margin: 28px 0 40px; }
.community-content h2 span { color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.community-intro { max-width: 560px; font-family: "Songti SC", STSong, serif; line-height: 1.9; font-size: 16px; }
.community-points { list-style: none; padding: 0; margin: 44px 0 46px; max-width: 590px; border-top: 1px solid rgba(12,12,12,.3); }
.community-points li { padding: 16px 0; border-bottom: 1px solid rgba(12,12,12,.3); font-size: 13px; }
.community-points li span { display: inline-block; width: 52px; font-family: Georgia, serif; font-style: italic; }

.newsletter { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.newsletter-inner { min-height: 65vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.newsletter h2 { margin: 28px 0 0; font-size: clamp(52px, 6.2vw, 100px); line-height: .95; letter-spacing: -.065em; }
.newsletter-form label { display: block; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 18px; }
.input-row { display: flex; border-bottom: 2px solid var(--ink); }
.input-row input { flex: 1; min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: clamp(22px, 3vw, 42px); letter-spacing: -.035em; }
.input-row input::placeholder { color: #aaa9a0; }
.input-row button { width: 64px; background: transparent; border: 0; cursor: pointer; }
.input-row svg { width: 30px; }
.newsletter-form > p { color: #77766e; font-size: 11px; margin-top: 16px; }

.contact { min-height: 90vh; position: relative; display: grid; align-items: center; overflow: hidden; }
.contact-bg { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(0,0,0,.94), rgba(0,0,0,.45)), url('assets/hero.jpg') center 55% / cover; filter: grayscale(1); transform: scale(1.04); }
.contact-inner { position: relative; width: 100%; }
.contact h2 { font-size: clamp(74px, 11.5vw, 190px); line-height: .8; margin: 38px 0 56px; letter-spacing: -.085em; }
.contact h2 span { color: var(--acid); }
.contact-inner > p:not(.section-kicker) { max-width: 440px; line-height: 1.8; color: #9c9c96; font-family: "Songti SC", STSong, serif; }
.email-link { margin-top: 56px; color: var(--white); border: 0; border-bottom: 1px solid #777; padding: 0 0 13px; background: transparent; min-width: min(540px, 90vw); display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-align: left; }
.email-link span { font-size: clamp(22px, 3vw, 46px); letter-spacing: -.035em; }
.email-link i { font-size: 10px; letter-spacing: .12em; font-style: normal; text-transform: uppercase; }

.site-footer { min-height: 160px; padding: 50px var(--pad); border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: 1fr 1.4fr 1.5fr auto; gap: 30px; align-items: center; color: #777; font-size: 9px; letter-spacing: .14em; }
.footer-links { display: flex; gap: 24px; color: #aaa; }
.footer-links a:hover { color: var(--acid); }

.join-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100svh - 32px); border: 0; padding: 0; background: var(--paper); color: var(--ink); overflow: auto; }
.join-dialog::backdrop { background: rgba(0,0,0,.74); backdrop-filter: blur(8px); }
.join-dialog[open] { animation: dialogIn .45s var(--ease); }
@keyframes dialogIn { from { opacity: 0; transform: translateY(30px) scale(.98); } }
.dialog-close { position: sticky; float: right; top: 18px; right: 18px; z-index: 3; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 25px; cursor: pointer; }
.dialog-step { padding: clamp(42px, 7vw, 85px); }
.dialog-step h2 { font-size: clamp(52px, 8vw, 96px); line-height: .9; letter-spacing: -.07em; margin: 30px 0; }
.dialog-step > p:not(.section-kicker) { color: #6c6c66; line-height: 1.7; }
#join-form { display: grid; gap: 24px; margin-top: 42px; }
#join-form label { display: grid; gap: 9px; font-size: 11px; font-weight: 700; }
#join-form input, #join-form textarea { width: 100%; border: 0; border-bottom: 1px solid #8b8b84; padding: 12px 0; background: transparent; outline: none; border-radius: 0; resize: vertical; color: var(--ink); }
#join-form input:focus, #join-form textarea:focus { border-color: var(--ink); }
#join-form .primary-action { margin-top: 12px; }
.dialog-success { min-height: 620px; display: flex; flex-direction: column; justify-content: center; }
.dialog-success[hidden] { display: none; }
.success-mark { width: 62px; height: 62px; display: grid; place-items: center; background: var(--acid); border-radius: 50%; font-size: 26px; margin-bottom: 35px; }
.dialog-success .text-action { align-self: flex-start; background: transparent; border-left: 0; border-right: 0; border-top: 0; color: var(--ink); cursor: pointer; margin-top: 30px; }
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 200; background: var(--acid); color: var(--ink); padding: 14px 20px; font-size: 12px; font-weight: 700; transform: translate(-50%, 150%); transition: transform .45s var(--ease); }
.toast.show { transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(42px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; z-index: 45; inset: 0; background: var(--ink); padding: 140px var(--pad) 50px; flex-direction: column; }
  .mobile-menu.open { display: flex; }
  .mobile-menu a, .mobile-menu button { font-size: clamp(38px, 10vw, 68px); font-weight: 700; letter-spacing: -.055em; text-align: left; padding: 15px 0; border: 0; border-bottom: 1px solid #333; background: transparent; }
  .mobile-menu button { color: var(--acid); margin-top: auto; display: flex; justify-content: space-between; }
  .hero-copy { width: 94%; }
  .hero-bottom { align-items: flex-start; flex-direction: column; gap: 30px; }
  .hero-bottom p { width: min(520px, 90%); }
  .manifesto-inner { grid-template-columns: 1fr; }
  .manifesto-copy { grid-row: 2; }
  .manifesto-note { max-width: 480px; }
  .item-title { display: block; }
  .item-title p { margin-top: 8px; }
  .signals { grid-template-columns: 1fr; }
  .signals-sticky { min-height: auto; border-right: 0; }
  .signals-copy { position: relative; min-height: 70vh; }
  .signal-feed { padding-top: 0; }
  .community { grid-template-columns: 1fr; }
  .community-orbit { width: 80%; max-width: 570px; margin: 0 auto 50px; }
  .newsletter-inner { grid-template-columns: 1fr; padding-top: 110px; padding-bottom: 110px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-end; }
}

@media (max-width: 640px) {
  :root { --header-height: 68px; }
  .site-header { padding-left: 20px; padding-right: 20px; }
  .hero { align-items: flex-end; padding-left: 20px; padding-right: 20px; padding-bottom: 100px; }
  .hero-image { background-position: 61% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.62) 56%, rgba(5,5,5,.2) 100%); }
  .hero-copy { width: 100%; padding: 0; }
  .hero h1 { font-size: clamp(54px, 17vw, 86px); }
  .eyebrow { margin-bottom: 18px; font-size: 9px; }
  .hero-bottom { margin-top: 28px; }
  .hero-bottom p { font-size: 13px; line-height: 1.65; }
  .hero-actions { gap: 20px; width: 100%; }
  .primary-action { min-width: 145px; }
  .hero-actions .text-action { font-size: 12px; }
  .hero-meta { display: none; }
  .scroll-cue { display: none; }
  .marquee-track { padding: 16px 0; }
  .manifesto-inner { padding-top: 90px; gap: 30px; }
  .manifesto-copy { font-size: 13vw; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .section-head > p { margin: 0; }
  .now-item { grid-template-columns: 42px 1fr 28px; padding: 26px 0; }
  .item-tag { display: none; }
  .item-title h3 { font-size: 26px; }
  .item-title p { font-size: 11px; }
  .signals-copy { min-height: 65vh; }
  .signals-copy h2 { font-size: 14vw; }
  .signal-entry { padding-left: 0; padding-right: 0; }
  .signal-entry h3 { font-size: 8.2vw; }
  .signal-entry > a { right: 0; bottom: 56px; }
  .community { padding-top: 76px; }
  .community-orbit { width: 100%; }
  .community-content h2 { font-size: 16vw; }
  .community-intro { font-size: 14px; }
  .newsletter-inner { min-height: 85vh; gap: 50px; }
  .input-row input { font-size: 20px; }
  .contact { min-height: 100svh; }
  .contact h2 { font-size: 23vw; }
  .email-link { min-width: 100%; }
  .email-link span { font-size: 20px; }
  .site-footer { grid-template-columns: 1fr; text-align: left; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .cursor { display: none; }
}

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