:root {
  --ink: #0d0f0b;
  --paper: #f3f3ea;
  --acid: #caff39;
  --muted: #92958b;
  --line: rgba(243, 243, 234, 0.14);
  --red: #ff6253;
  --yarn: #8886F2;  /* #6F6DFF; */
  --mono: "DM Mono", monospace;
  --sans: "Space Grotesk", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(202, 255, 57, 0.06);
  filter: blur(70px);
  pointer-events: none;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.nav {
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(13, 15, 11, 0.62);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--paper);
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.07em;
}
.brand-mark {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  background: var(--yarn);
  color: var(--ink);
  font-size: 14px;
}
.nav-mid,
.kicker,
.mini-label,
.live-pill,
.meta,
.feed-heading,
.stats span,
.hero-foot,
.section-head,
.drop-no,
.drop footer,
.join footer {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
}
.nav-mid {
  color: var(--muted);
}
.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--acid);
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 12px var(--acid);
}
.menu-toggle {
  width: 48px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
}
.menu-toggle b {
  position: absolute;
  top: 51px;
  right: 0;
  font: 8px var(--mono);
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.14em;
}
.menu {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(13, 15, 11, 0.98);
  padding: 100px clamp(22px, 7vw, 110px) 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-20px);
  transition: 0.3s ease;
}
.menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.menu-top {
  position: absolute;
  top: 24px;
  left: clamp(22px, 7vw, 110px);
  right: clamp(22px, 7vw, 110px);
  display: flex;
  justify-content: space-between;
  font: 9px var(--mono);
  color: var(--muted);
  letter-spacing: 0.14em;
}
.menu-close {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--paper);
  padding: 10px 13px;
  cursor: pointer;
}
.menu-close small {
  font: 8px var(--mono);
  margin-left: 8px;
}
.menu-links {
  width: min(1000px, 100%);
  border-top: 1px solid var(--line);
}
.menu-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(16px, 3vw, 28px) 0;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
  font-size: clamp(44px, 8vw, 108px);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.08em;
  transition: 0.2s;
}
.menu-links a:hover {
  color: var(--yarn);
  padding-left: 12px;
}
.menu-links i {
  font: 10px var(--mono);
  font-style: normal;
  color: var(--muted);
  letter-spacing: 0.1em;
}
.menu p {
  font: 9px var(--mono);
  color: var(--muted);
  letter-spacing: 0.16em;
  margin-top: 28px;
}
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 128px clamp(18px, 5vw, 80px) 74px;
  isolation: isolate;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 70% 38%,
      #7946de00,
      transparent 28%
    ),
    linear-gradient(120deg, #0d0f0b, #11150e 60%, #0d0f0b);
}
.sun {
  position: absolute;
  width: 42vw;
  height: 42vw;
  max-width: 650px;
  max-height: 650px;
  right: -12vw;
  top: 12vh;
  border: 1px solid rgba(202, 255, 57, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(202, 255, 57, 0.015),
    0 0 0 140px rgba(202, 255, 57, 0.01);
}
.ring {
  position: absolute;
  border: 1px solid rgba(243, 243, 234, 0.07);
  border-radius: 50%;
  transition: transform 0.1s linear;
}
.ring-a {
  width: 60vw;
  height: 60vw;
  right: -25vw;
  top: -5vw;
}
.ring-b {
  width: 36vw;
  height: 36vw;
  left: -20vw;
  bottom: -18vw;
}
.coordinate {
  position: absolute;
  right: 4vw;
  bottom: 8vw;
  font: 9px var(--mono);
  letter-spacing: 0.14em;
  color: var(--muted);
  writing-mode: vertical-rl;
}
.hero-inner {
  width: min(1320px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}
.kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
}
.kicker > span {
  color: var(--acid);
}
.kickering {
  display: flex;
  gap: 12px;
  font-size: 9px;
  align-items: center;
  color: var(--ink);
}
.kickering > span {
  color: var(--acid);
}
.hero h1 {
  font-size: clamp(66px, 8.8vw, 145px);
  line-height: 0.78;
  letter-spacing: -0.09em;
  margin: 22px 0 28px;
  max-width: 9ch;
}
.hero h1 em,
.join h2 em,
.pulse-section h2 em,
.modal-card h2 em {
  font-style: normal;
  color: transparent;
  /* -webkit-text-stroke: 1px rgba(243, 243, 234, 0.68); */
  -webkit-text-stroke: 1px rgba(243, 234, 243, 0.68);
}


.hero h1 emm,
.join h2 emm,
.pulse-section h2 emm,
.modal-card h2 emm {
  font-style: normal;
  color: transparent;
  /* letter-spacing: 0.08em; */
  -webkit-text-stroke: 1px rgb(38, 35, 38);
}

.hero h1 strong {
  font-weight: 700;
  color: var(--yarn);
}
.hero-copy > p {
  font-size: 17px;
  line-height: 1.45;
  color: #c2c5ba;
  max-width: 470px;
  margin: 0 0 28px;
}
.hero-actions {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.btn {
  height: 50px;
  min-height: 55px;
  padding: 0 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  text-decoration: none;
  font: 600 10px var(--mono);
  letter-spacing: 0.08em;
  cursor: pointer;
  white-space: nowrap;
}
.btn-acid {
  background: var(--yarn);
  color: var(--ink);
}
.btn-dark {
  background: var(--ink);
  color: var(--acid);
}
.btn-ghost {
  background: rgba(243, 243, 234, 0.03);
  border-color: var(--line);
  color: var(--paper);
}
.btn:hover {
  transform: translateY(-2px);
}
.play {
  font-size: 8px;
  color: var(--yarn);
}
.live-card {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  border: 1px solid var(--line);
  background: #11140f;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.card-top {
  height: 76px;
  padding: 17px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.card-top > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mini-label {
  color: var(--muted);
}
.card-top strong {
  font-size: 13px;
  letter-spacing: -0.02em;
}
.live-pill {
  color: var(--acid);
}
.live-pill i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--acid);
  margin-right: 6px;
}
.pulse-map {
  height: 300px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #161b12, #0e110d);
}
.map-grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(243, 243, 234, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 243, 234, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: rotate(-9deg) scale(1.25);
}
.map-line {
  position: absolute;
  height: 1px;
  background: rgba(202, 255, 57, 0.22);
  transform-origin: left;
}
.l1 {
  width: 70%;
  left: 5%;
  top: 38%;
  transform: rotate(21deg);
}
.l2 {
  width: 55%;
  left: 30%;
  top: 66%;
  transform: rotate(-18deg);
}
.l3 {
  width: 48%;
  left: 38%;
  top: 24%;
  transform: rotate(68deg);
}
.map-pin {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font: 700 10px var(--sans);
}
.map-pin.center {
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--acid);
  color: var(--ink);
  box-shadow:
    0 0 0 12px rgba(202, 255, 57, 0.09),
    0 0 50px rgba(202, 255, 57, 0.18);
}
.map-pin.p1,
.map-pin.p2,
.map-pin.p3 {
  width: 34px;
  height: 34px;
  border: 1px solid var(--paper);
  background: #11140f;
}
.p1 {
  left: 18%;
  top: 26%;
}
.p2 {
  right: 16%;
  top: 28%;
}
.p3 {
  right: 22%;
  bottom: 20%;
}
.map-tag {
  position: absolute;
  padding: 6px 8px;
  border: 1px solid rgba(243, 243, 234, 0.16);
  background: rgba(13, 15, 11, 0.72);
  font: 8px var(--mono);
  letter-spacing: 0.1em;
}
.tag-a {
  left: 10%;
  bottom: 13%;
}
.tag-b {
  right: 8%;
  top: 11%;
}
.tag-c {
  left: 46%;
  bottom: 5%;
}
.pulse-feed {
  padding: 13px 14px 5px;
}
.feed-heading {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  padding: 0 3px 9px;
}
.pulse-feed article {
  padding: 13px 3px;
  border-top: 1px solid var(--line);
}
.meta {
  display: flex;
  justify-content: space-between;
  color: #72776c;
}
.pulse-feed h2 {
  font-size: 21px;
  line-height: 0.92;
  letter-spacing: -0.05em;
  margin: 10px 0 12px;
}
.post-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 8px;
  font: 8px var(--mono);
  color: var(--muted);
  letter-spacing: 0.08em;
}
.post-bottom b {
  color: var(--acid);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.stats div {
  padding: 13px;
  border-right: 1px solid var(--line);
}
.stats div:last-child {
  border-right: 0;
}
.stats strong {
  display: block;
  font-size: 22px;
  letter-spacing: -0.06em;
}
.stats span {
  display: block;
  color: var(--muted);
  margin-top: 3px;
  font-size: 7px;
}
.hero-foot {
  position: absolute;
  left: clamp(18px, 5vw, 80px);
  right: clamp(18px, 5vw, 80px);
  bottom: 25px;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
}
.hero-foot .line {
  height: 1px;
  flex: 1;
  background: var(--line);
}
.ticker {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: 600 clamp(11px, 1.2vw, 15px) var(--mono);
  letter-spacing: 0.12em;
  padding: 14px 0;
}
.ticker div {
  width: max-content;
  animation: marquee 24s linear infinite;
}
.ticker b {
  margin: 0 22px;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
section:not(.hero):not(.join) {
  padding: clamp(90px, 10vw, 150px) clamp(18px, 7vw, 110px);
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.pulse-section {
  background: #11140f;
}
.pulse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 10vw, 150px);
  padding-top: 70px;
}
.section-intro h2 {
  font-size: clamp(60px, 8vw, 120px);
  line-height: 0.78;
  letter-spacing: -0.09em;
  margin: 0 0 30px;
}
.section-intro p {
  max-width: 520px;
  color: #aeb2a6;
  font-size: 16px;
  line-height: 1.6;
}
.text-link {
  display: inline-flex;
  gap: 22px;
  margin-top: 22px;
  color: var(--acid);
  font: 10px var(--mono);
  text-decoration: none;
  letter-spacing: 0.1em;
}
.drop-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drop {
  padding: 23px 22px;
  border: 1px solid var(--line);
  min-height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.drop.lime {
  background: var(--yarn);
  color: var(--ink);
  transform: rotate(-1deg);
}
.drop.dark {
  background: #191d15;
  transform: rotate(1deg);
}
.drop.outline {
  background: transparent;
}
.drop strong {
  font-size: clamp(24px, 3vw, 43px);
  line-height: 0.88;
  letter-spacing: -0.06em;
}
.drop footer {
  display: flex;
  justify-content: space-between;
  color: inherit;
  opacity: 0.65;
  font-size: 8px;
}
.how {
  background: #e9eadf;
  color: var(--ink);
}
.how .section-head {
  border-color: rgba(13, 15, 11, 0.15);
  color: #666b60;
}
.how .kicker {
  color: #666b60;
}
.how .kicker > span {
  color: #79981c;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
}
.steps article {
  padding: 0 35px 0 0;
  border-right: 1px solid rgba(13, 15, 11, 0.16);
  margin-right: 35px;
}
.steps article:last-child {
  border: 0;
  margin: 0;
}
.steps article > span {
  font: 10px var(--mono);
  color: #7d846f;
}
.steps h3 {
  font-size: clamp(65px, 9vw, 130px);
  line-height: 0.75;
  letter-spacing: -0.09em;
  margin: 35px 0 22px;
}
.steps p {
  max-width: 280px;
  font-size: 15px;
  line-height: 1.5;
  color: #5f655a;
}
.join {
  position: relative;
  min-height: 100svh;
  background: var(--yarn);
  color: var(--ink);
  padding: clamp(90px, 10vw, 150px) clamp(18px, 7vw, 110px) 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.join-bg {
  position: absolute;
  right: -3vw;
  bottom: -7vw;
  font-size: 25vw;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.7;
  color: rgba(13, 15, 11, 0.07);
  pointer-events: none;
  will-change: transform;
}
.join-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  min-height: 65vh;
}
.join h2 {
  font-size: clamp(68px, 10vw, 150px);
  line-height: 0.75;
  letter-spacing: -0.1em;
  margin: 24px 0;
}
.join p {
  max-width: 430px;
  font-size: 17px;
  line-height: 1.5;
}
.join footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(13, 15, 11, 0.18);
  font-size: 8px;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(5, 6, 4, 0.82);
  backdrop-filter: blur(20px);
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s;
}
.modal.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-card {
  position: relative;
  width: min(650px, 100%);
  background: #151811;
  border: 1px solid var(--line);
  padding: 48px;
}
.modal-card > button {
  position: absolute;
  right: 15px;
  top: 10px;
  border: 0;
  background: transparent;
  color: var(--paper);
  font-size: 32px;
  cursor: pointer;
}
.modal-card h2 {
  font-size: clamp(50px, 8vw, 100px);
  line-height: 0.8;
  letter-spacing: -0.09em;
  margin: 25px 0;
}
.modal-card p {
  color: #aeb2a6;
  line-height: 1.6;
  max-width: 450px;
  margin-bottom: 28px;
}
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .live-card {
    justify-self: stretch;
    max-width: none;
  }
  .hero-copy {
    max-width: 760px;
  }
  .pulse-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 15, 11, 0.16);
    padding: 0 0 35px;
    margin: 0;
  }
  .steps h3 {
    margin: 18px 0;
  }
  .join-inner {
    min-height: 70vh;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .join .btn {
    margin-top: 10px;
  }
}
@media (max-width: 600px) {
  .nav {
    height: 68px;
  }
  .nav-mid {
    display: none;
  }
  .menu-toggle {
    width: 44px;
    height: 42px;
  }
  .menu-toggle b {
    top: 47px;
  }
  .hero {
    padding: 100px 18px 58px;
  }
  .hero-inner {
    gap: 36px;
  }
  .hero h1 {
    font-size: clamp(54px, 15.4vw, 82px);
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .btn {
    width: 100%;
    height: 48px;
    min-height: 48px;
  }
  .live-card {
    width: 100%;
  }
  .pulse-map {
    height: 255px;
  }
  .card-top {
    height: 70px;
  }
  .pulse-feed h2 {
    font-size: 18px;
  }
  .stats strong {
    font-size: 18px;
  }
  .stats span {
    font-size: 6px;
  }
  .hero-foot {
    display: none;
  }
  .coordinate {
    display: none;
  }
  .sun {
    width: 100vw;
    height: 100vw;
    right: -45vw;
    top: 15vh;
  }
  .ring-a {
    width: 120vw;
    height: 120vw;
    right: -60vw;
    top: 5vh;
  }
  .ring-b {
    width: 90vw;
    height: 90vw;
    left: -55vw;
    bottom: -30vw;
  }
  .section-head {
    font-size: 7px;
  }
  .pulse-grid {
    padding-top: 48px;
  }
  .section-intro h2 {
    font-size: clamp(56px, 15vw, 82px);
  }
  .section-intro p {
    font-size: 14px;
  }
  .drop {
    min-height: 150px;
    padding: 18px;
  }
  .drop strong {
    font-size: 27px;
  }
  .how {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .join {
    min-height: 100svh;
    padding-top: 85px;
  }
  .join-inner {
    min-height: 75vh;
  }
  .join h2 {
    font-size: clamp(58px, 16vw, 84px);
  }
  .join p {
    font-size: 14px;
  }
  .join footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .join-bg {
    font-size: 40vw;
    bottom: 4vw;
    right: -8vw;
  }
  .menu {
    padding: 90px 18px 30px;
  }
  .menu-top {
    left: 18px;
    right: 18px;
  }
  .menu-links a {
    font-size: clamp(40px, 14vw, 72px);
    padding: 19px 0;
  }
  .modal-card {
    padding: 36px 22px 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ticker div {
    animation: none;
  }
  .reveal {
    transition: none;
  }
  .btn,
  .menu-links a {
    transition: none;
  }
}

/* RESPONSIVE SYSTEM — preserves the original art direction while making every layout layer fluid */
img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}
*,
*::before,
*::after {
  min-width: 0;
}
body {
  width: 100%;
  max-width: 100vw;
}

@media (max-width: 1200px) {
  .hero {
    padding-left: clamp(24px, 4vw, 52px);
    padding-right: clamp(24px, 4vw, 52px);
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    gap: clamp(28px, 5vw, 64px);
  }
  .hero h1 {
    font-size: clamp(58px, 8.5vw, 105px);
    max-width: 100%;
  }
  .live-card {
    max-width: 440px;
  }
}

@media (max-width: 900px) {
  .hero {
    align-items: flex-start;
    padding-top: 112px;
    padding-bottom: 76px;
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
    align-items: start;
  }
  .hero-copy {
    width: 100%;
    max-width: 760px;
  }
  .hero h1 {
    width: 100%;
    max-width: none;
    font-size: clamp(58px, 10.8vw, 94px);
    line-height: 0.82;
    overflow-wrap: normal;
  }
  .hero h1 em {
    display: inline-block;
    max-width: 100%;
  }
  .live-card {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }
  .pulse-map {
    width: 100%;
  }
  .pulse-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .steps {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .nav {
    padding-left: 16px;
    padding-right: 16px;
  }
  .brand {
    font-size: 20px;
  }
  .hero {
    min-height: auto;
    padding: 94px 16px 54px;
    overflow: clip;
  }
  .hero-inner {
    width: 100%;
    gap: 30px;
  }
  .hero-copy {
    width: 100%;
    overflow: visible;
  }
  .kicker {
    font-size: 8px;
  }
  .hero h1 {
    margin: 17px 0 20px;
    font-size: clamp(46px, 13.2vw, 68px);
    line-height: 0.84;
    letter-spacing: -0.075em;
    max-width: 100%;
    white-space: normal;
  }
  /* The long word is allowed to scale down rather than escaping the viewport. */
  .hero h1 em {
    font-size: clamp(34px, 9.5vw, 54px);
    letter-spacing: -0.065em;
    white-space: nowrap;
    max-width: 100%;
  }
  .hero h1 strong {
    display: inline-block;
    max-width: 100%;
  }
  .hero-copy > p {
    font-size: 14px;
    max-width: 34rem;
    margin-bottom: 22px;
  }
  .hero-actions {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .btn {
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 0 16px;
  }
  .live-card {
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
  }
  .card-top {
    height: auto;
    min-height: 66px;
    padding: 13px 14px;
  }
  .card-top strong {
    font-size: 12px;
  }
  .pulse-map {
    height: 230px;
    overflow: hidden;
  }
  .map-tag {
    max-width: 42%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pulse-feed {
    padding-left: 13px;
    padding-right: 13px;
  }
  .pulse-feed article {
    min-width: 0;
  }
  .pulse-feed h2 {
    font-size: clamp(17px, 5vw, 20px);
    overflow-wrap: break-word;
  }
  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .stats div {
    padding: 11px 9px;
    min-width: 0;
  }
  .stats strong {
    font-size: 18px;
  }
  .stats span {
    font-size: 6px;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
  .hero-bg {
    overflow: hidden;
  }
  .sun {
    width: 115vw;
    height: 115vw;
    right: -55vw;
  }
  .ring-a {
    width: 135vw;
    height: 135vw;
    right: -70vw;
  }
  .ring-b {
    width: 100vw;
    height: 100vw;
    left: -65vw;
  }
  .ticker {
    font-size: 10px;
    padding: 12px 0;
  }
  section:not(.hero):not(.join) {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-head {
    gap: 12px;
    flex-wrap: wrap;
  }
  .section-intro h2 {
    font-size: clamp(50px, 14.5vw, 72px);
    max-width: 100%;
  }
  .section-intro p {
    font-size: 14px;
    max-width: 100%;
  }
  .drop {
    width: 100%;
    min-width: 0;
  }
  .drop strong {
    overflow-wrap: anywhere;
  }
  .drop footer {
    gap: 10px;
    flex-wrap: wrap;
  }
  .steps article {
    margin: 0;
    padding-right: 0;
  }
  .steps h3 {
    font-size: clamp(58px, 17vw, 90px);
  }
  .join {
    padding-left: 16px;
    padding-right: 16px;
  }
  .join-inner {
    width: 100%;
    gap: 28px;
    min-height: 70vh;
  }
  .join h2 {
    font-size: clamp(54px, 15vw, 80px);
    max-width: 100%;
    overflow-wrap: normal;
  }
  .join p {
    max-width: 100%;
    font-size: 14px;
  }
  .join .btn {
    width: 100%;
  }
  .join footer {
    width: 100%;
    overflow: hidden;
  }
  .menu {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu-top {
    left: 16px;
    right: 16px;
  }
  .menu-links {
    width: 100%;
  }
  .menu-links a {
    font-size: clamp(38px, 12.5vw, 66px);
    line-height: 0.9;
  }
  .modal-card {
    width: 100%;
    max-width: 560px;
  }
}

@media (max-width: 380px) {
  .hero {
    padding-left: 13px;
    padding-right: 13px;
  }
  .hero h1 {
    font-size: clamp(42px, 12.8vw, 54px);
  }
  .hero h1 em {
    font-size: clamp(30px, 8.8vw, 40px);
  }
  .live-card .stats strong {
    font-size: 16px;
  }
  .live-card .stats span {
    font-size: 5.5px;
  }
  section:not(.hero):not(.join) {
    padding-left: 13px;
    padding-right: 13px;
  }
  .join {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cursor-glow {
    display: none;
  }
}


/* COMPACT SPACING PASS — preserves all existing layout, interactions and responsive behavior.
   Only vertical rhythm / inter-section spacing is tightened. */
section:not(.hero):not(.join) {
  padding-top: clamp(64px, 6vw, 92px);
  padding-bottom: clamp(64px, 6vw, 92px);
}

.pulse-grid {
  padding-top: clamp(38px, 4vw, 52px);
}

.how .steps {
  margin-top: clamp(42px, 5vw, 58px);
}

/* Keep the green CTA section visually strong without the oversized dead zone above its content. */
.join {
  padding-top: clamp(68px, 7vw, 105px);
}

.join-inner {
  min-height: 48vh;
}

/* Tablet: tighter transitions while retaining the original breathing room. */
@media (max-width: 900px) {
  section:not(.hero):not(.join) {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pulse-grid {
    gap: 42px;
    padding-top: 38px;
  }

  .steps {
    gap: 34px;
    margin-top: 42px;
  }

  .join {
    padding-top: 68px;
  }

  .join-inner {
    min-height: auto;
    gap: 28px;
    justify-content: flex-start;
  }
}

/* Mobile: remove the large visual gaps between Pulse → How It Hits → Join. */
@media (max-width: 640px) {
  section:not(.hero):not(.join) {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .pulse-grid {
    gap: 34px;
    padding-top: 30px;
  }

  .drop-stack {
    gap: 8px;
  }

  .how {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .how .steps {
    margin-top: 34px;
  }

  .steps {
    gap: 28px;
  }

  .steps article {
    padding-bottom: 26px;
  }

  .join {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 24px;
  }

  .join-inner {
    min-height: auto;
    gap: 24px;
    justify-content: flex-start;
  }

  .join h2 {
    margin: 16px 0;
  }
}

@media (max-width: 380px) {
  section:not(.hero):not(.join) {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .how {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .join {
    padding-top: 50px;
  }
}
