:root {
  --ink: #050505;
  --paper: #f3eee5;
  --tan: #d89d5f;
  --lime: #d9ff46;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.noise {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .045;
  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");
}

.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { font-family: "Archivo Black", sans-serif; font-size: 1.05rem; display: flex; align-items: center; gap: 10px; letter-spacing: -.03em; }
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(217,255,70,.55); }
.nav nav { display: flex; gap: 34px; color: #aaa; font: 500 .76rem "DM Mono", monospace; text-transform: uppercase; }
.nav nav a:hover { color: var(--paper); }
.ticker { border: 1px solid var(--line); padding: 9px 13px; border-radius: 99px; font: 500 .75rem "DM Mono", monospace; color: var(--lime); }

.hero { min-height: 710px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 32px; padding-block: 72px 90px; }
.eyebrow { font: 500 .76rem "DM Mono", monospace; letter-spacing: .16em; color: #aaa; }
.eyebrow span { color: var(--lime); margin-right: 8px; }
h1, h2, h3 { margin: 0; font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
h1 { font-size: clamp(4.15rem, 7.8vw, 7.7rem); line-height: .83; letter-spacing: -.075em; }
h1 em { font-style: normal; color: var(--tan); -webkit-text-stroke: 1px var(--tan); }
.hero-text { max-width: 570px; margin: 30px 0; color: #b7b7b7; font-size: 1.04rem; line-height: 1.65; }
.actions { display: flex; gap: 12px; align-items: center; }
.primary, .secondary { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; font: 800 .8rem Inter, sans-serif; letter-spacing: .04em; }
.primary { border: 0; color: var(--ink); background: var(--lime); cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(217,255,70,.2); }
.primary span { margin-left: 14px; font: 500 .65rem "DM Mono", monospace; opacity: .65; }
.secondary { border: 1px solid var(--line); }
.secondary:hover { border-color: var(--paper); }

.hero-art { position: relative; min-height: 530px; display: grid; place-items: center; }
.image-card { position: relative; z-index: 2; width: min(430px, 88%); background: var(--paper); padding: 12px; transform: rotate(2.4deg); box-shadow: 22px 25px 0 var(--tan); }
.image-card img { display: block; width: 100%; height: auto; }
.image-card::after { content: "DOGONFONE // 001"; position: absolute; bottom: 22px; left: 23px; padding: 7px 9px; background: var(--ink); color: var(--paper); font: 500 .65rem "DM Mono", monospace; }
.signal { position: absolute; border: 2px solid rgba(217,255,70,.65); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-35deg); }
.signal-one { width: 90px; height: 90px; right: 1%; top: 7%; }
.signal-two { width: 140px; height: 140px; right: -2%; top: 1%; opacity: .4; }
.status-card { position: absolute; z-index: 4; left: -10px; bottom: 35px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: var(--ink); background: var(--lime); transform: rotate(-4deg); box-shadow: 7px 7px 0 var(--ink), 7px 7px 0 1px var(--paper); }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 6px rgba(5,5,5,.12); }
.status-card small, .status-card strong { display: block; }
.status-card small { font: 500 .58rem "DM Mono", monospace; }
.status-card strong { margin-top: 3px; font-size: .78rem; }
.scribble { position: absolute; right: 10px; bottom: 52px; color: var(--tan); font: italic 700 1.25rem Inter, sans-serif; transform: rotate(-8deg); }

.marquee { overflow: hidden; border-block: 1px solid #201d18; background: var(--tan); color: var(--ink); transform: rotate(-1deg) scale(1.02); }
.marquee div { width: max-content; padding: 15px 0; font: 500 .76rem "DM Mono", monospace; letter-spacing: .08em; animation: crawl 28s linear infinite; }
@keyframes crawl { to { transform: translateX(-50%); } }

.story, .plan { padding-block: 130px; }
.section-num { padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #777; font: 500 .7rem "DM Mono", monospace; letter-spacing: .12em; }
.story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; padding-top: 50px; }
h2 { font-size: clamp(2.8rem, 5.5vw, 5.8rem); line-height: .92; letter-spacing: -.065em; }
.story h2 span { color: transparent; -webkit-text-stroke: 1px #6e6e6e; }
.story-copy { color: #aaa; font-size: 1.05rem; line-height: 1.7; }
.story-copy p:first-child { color: var(--paper); font-size: 1.25rem; }

.plan { border-top: 1px solid var(--line); }
.plan-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; padding-block: 50px 70px; }
.plan-head p { max-width: 470px; color: #aaa; line-height: 1.7; font-size: 1.03rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.steps article { min-height: 270px; padding: 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.steps article:last-child { border-right: 0; }
.steps article > span { color: var(--tan); font: 500 .75rem "DM Mono", monospace; }
.steps h3 { margin-top: auto; font-size: 1.18rem; letter-spacing: -.02em; }
.steps p { color: #888; line-height: 1.55; font-size: .9rem; }

.community { min-height: 600px; padding-block: 120px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; border-top: 1px solid var(--line); }
.launch-card { background: var(--paper); color: var(--ink); padding: 34px; transform: rotate(1deg); box-shadow: 13px 13px 0 var(--tan); }
.launch-card p { margin: 0 0 15px; font: 500 .7rem "DM Mono", monospace; letter-spacing: .14em; }
.launch-card strong { display: block; font: 400 .88rem "DM Mono", monospace; line-height: 1.5; padding: 18px; border: 2px dashed var(--ink); overflow-wrap: anywhere; }
.launch-card span { display: block; margin-top: 18px; font-size: .78rem; line-height: 1.45; color: #555; }
.copy-ca { width: 100%; margin-top: 12px; padding: 14px 18px; border: 0; color: var(--paper); background: var(--ink); font: 800 .72rem Inter, sans-serif; letter-spacing: .08em; cursor: pointer; }
.copy-ca:hover { background: #26221e; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.social-links a { padding: 13px 10px; border: 1px solid var(--ink); text-align: center; font: 500 .66rem "DM Mono", monospace; }
.social-links a:hover { background: var(--tan); }

footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #777; font: 500 .68rem "DM Mono", monospace; }
footer .brand { color: var(--paper); font-family: "Archivo Black", sans-serif; font-size: .85rem; }

@media (max-width: 850px) {
  .nav nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .actions { justify-content: center; }
  .hero-art { min-height: 520px; }
  .story-grid, .plan-head, .community { grid-template-columns: 1fr; gap: 45px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps article:last-child { border-bottom: 0; }
}

@media (max-width: 540px) {
  .shell { width: min(100% - 24px, 1180px); }
  .nav { height: 72px; }
  .ticker { font-size: .67rem; }
  h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .hero { min-height: auto; padding-block: 54px 70px; }
  .hero-art { min-height: 420px; }
  .image-card { width: 88%; box-shadow: 12px 14px 0 var(--tan); }
  .status-card { left: 2px; bottom: 5px; }
  .scribble { display: none; }
  .story, .plan { padding-block: 90px; }
  .community { min-height: 560px; padding-block: 90px; }
  .actions { flex-direction: column; }
  .primary, .secondary { width: 100%; }
  .social-links { grid-template-columns: 1fr; }
  footer { padding-block: 30px; flex-wrap: wrap; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee div { animation: none; }
}
