
:root{
  --bg:#0b0d0b;
  --bg2:#121712;
  --ink:#f3efe3;
  --muted:rgba(243,239,227,.58);
  --faint:rgba(243,239,227,.16);
  --green:#39d353;
  --warm:#d4b06a;
}

*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  background:
    radial-gradient(circle at 50% 26%, rgba(57,211,83,.10), transparent 30%),
    radial-gradient(circle at 12% 82%, rgba(212,176,106,.07), transparent 28%),
    linear-gradient(180deg,#0b0d0b 0%,#0d110d 58%,#090b09 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 88%);
}

.grain{
  position:fixed;
  inset:0;
  opacity:.04;
  pointer-events:none;
  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");
}

.chalk{
  position:fixed;
  width:40vw;
  height:40vw;
  min-width:360px;
  min-height:360px;
  border:1px solid rgba(243,239,227,.035);
  border-radius:50%;
  pointer-events:none;
}
.chalk::before,.chalk::after{
  content:"";
  position:absolute;
  inset:10%;
  border:1px dashed rgba(243,239,227,.025);
  border-radius:50%;
}
.chalk::after{inset:22%}
.chalk-a{top:-24vw;right:-18vw}
.chalk-b{bottom:-25vw;left:-19vw}

main{
  min-height:calc(100vh - 118px);
  display:grid;
  place-items:center;
}

.hero{
  width:min(1120px,calc(100% - 40px));
  padding:92px 0 72px;
  text-align:center;
  position:relative;
  z-index:1;
}

.eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:800;
  letter-spacing:.34em;
  color:var(--green);
  border:1px solid rgba(57,211,83,.22);
  background:rgba(57,211,83,.05);
  padding:10px 14px 9px 18px;
  margin-bottom:34px;
}

.mark{
  height:140px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:950;
  font-size:clamp(84px,13vw,150px);
  line-height:.8;
  letter-spacing:-.095em;
  color:rgba(243,239,227,.035);
  user-select:none;
  overflow:hidden;
}
.mark span{
  display:inline-block;
  animation:rise 1.1s cubic-bezier(.2,.8,.2,1) both;
}
.mark-5{animation-delay:.09s!important;color:rgba(57,211,83,.055)}
.mark-4{animation-delay:.18s!important}
@keyframes rise{
  from{transform:translateY(80px);opacity:0}
  to{transform:translateY(0);opacity:1}
}

h1{
  margin:-24px 0 18px;
  font-size:clamp(46px,9vw,104px);
  letter-spacing:-.055em;
  line-height:.9;
  font-weight:950;
}
.lead{
  margin:0 auto;
  max-width:760px;
  font-size:clamp(19px,2.5vw,29px);
  line-height:1.35;
  color:var(--muted);
}
.rule{
  width:72px;
  height:2px;
  margin:38px auto;
  background:linear-gradient(90deg,transparent,var(--green),transparent);
}
.statement{
  margin:0 auto;
  font-size:clamp(25px,4vw,48px);
  line-height:1.15;
  letter-spacing:-.025em;
  font-weight:300;
}
.statement strong{font-weight:850}

.locked-grid{
  margin:60px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  text-align:left;
}
.locked-card{
  min-height:180px;
  padding:26px;
  border:1px solid rgba(243,239,227,.09);
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
    rgba(10,13,10,.66);
  backdrop-filter:blur(7px);
  position:relative;
  overflow:hidden;
  transition:transform .3s ease,border-color .3s ease;
}
.locked-card:hover{
  transform:translateY(-3px);
  border-color:rgba(57,211,83,.3);
}
.locked-card::after{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-70px;
  width:150px;
  height:150px;
  border:1px solid rgba(57,211,83,.06);
  border-radius:50%;
}
.lock{
  display:block;
  width:10px;
  height:10px;
  color:var(--green);
  font-size:17px;
  line-height:10px;
  margin-bottom:34px;
  filter:drop-shadow(0 0 6px rgba(57,211,83,.35));
}
.locked-card h2{
  margin:0 0 8px;
  font-size:13px;
  letter-spacing:.16em;
}
.locked-card p{
  margin:0;
  font-size:17px;
  color:var(--muted);
}

.manifesto{
  margin:48px auto 0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 22px;
  color:rgba(243,239,227,.35);
  font-size:10px;
  font-weight:800;
  letter-spacing:.18em;
}
.coming{
  margin:54px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  color:var(--ink);
}
.coming p{
  margin:0;
  font-size:18px;
  font-weight:750;
}
.pulse-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 0 rgba(57,211,83,.6);
  animation:pulse 1.8s infinite;
}
@keyframes pulse{
  0%{box-shadow:0 0 0 0 rgba(57,211,83,.5)}
  70%{box-shadow:0 0 0 11px rgba(57,211,83,0)}
  100%{box-shadow:0 0 0 0 rgba(57,211,83,0)}
}
.back-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:38px;
  color:rgba(243,239,227,.56);
  text-decoration:none;
  font-size:13px;
  letter-spacing:.06em;
  transition:color .25s ease,transform .25s ease;
}
.back-link:hover{color:var(--ink);transform:translateX(-3px)}

footer{
  position:relative;
  z-index:1;
  width:min(1120px,calc(100% - 40px));
  margin:0 auto;
  padding:22px 0 28px;
  border-top:1px solid rgba(243,239,227,.08);
  color:rgba(243,239,227,.34);
  font-size:11px;
}
.footer-top,.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.footer-top{
  margin-bottom:8px;
  letter-spacing:.09em;
}
.footer-top strong{color:rgba(243,239,227,.64)}

@media(max-width:760px){
  .hero{padding-top:64px}
  .mark{height:110px}
  .locked-grid{grid-template-columns:1fr}
  .locked-card{min-height:135px}
  .lock{margin-bottom:24px}
  .manifesto{flex-direction:column}
  .footer-top,.footer-bottom{flex-direction:column;gap:5px}
}

@media(prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important}
}
