:root {
  --desk: #071018;
  --desk-2: #0a1824;
  --ink: #10151c;
  --mint: #2ee59a;
  --mint-hot: #63ffc0;
  --foam: #eefbf6;
  --foam-2: #d7f7ea;
  --cyan: #67efe6;
  --muted: #5d736d;
  --line: #171d24;
  --pink: #ff4f9a;
  --gold: #ffd36a;
  --page: #f3fff8;
  --shadow: 10px 12px 0 rgba(8, 16, 22, 0.55);
  --font-display: "Bangers", system-ui, sans-serif;
  --font-round: "Fredoka", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
  --font-mark: "Permanent Marker", cursive;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--foam);
  font-family: var(--font-body);
  background: var(--desk);
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.desk {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 15% 0%, rgba(46, 229, 154, 0.16), transparent 34%),
    radial-gradient(circle at 90% 10%, rgba(103, 239, 230, 0.1), transparent 28%),
    radial-gradient(circle at 70% 90%, rgba(255, 79, 154, 0.06), transparent 32%),
    linear-gradient(180deg, #08131c, #0b1a27 40%, #08141e);
}

.desk::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.5px);
  background-size: 3px 3px;
  opacity: 0.12;
  pointer-events: none;
}

.wood-grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.015) 19px, transparent 20px),
    repeating-linear-gradient(
      180deg,
      transparent,
      transparent 70px,
      rgba(0, 0, 0, 0.08) 71px,
      transparent 78px
    );
  opacity: 0.5;
}

.wrap {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  width: min(1160px, calc(100% - 28px));
  margin: 12px auto 0;
  background: #102018;
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: 6px 6px 0 #04140f, 0 0 0 3px var(--mint);
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  padding: 8px 12px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  background: #0b1a32;
  border: 3px solid var(--line);
  border-radius: 14px;
  box-shadow: 3px 3px 0 var(--mint);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--foam-2);
}

.nav-links a:hover {
  background: rgba(46, 229, 154, 0.14);
  color: var(--mint-hot);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 3px solid var(--line);
  background: var(--mint);
  color: var(--ink);
  border-radius: 12px;
  box-shadow: 3px 3px 0 var(--line);
  cursor: pointer;
}

.issue {
  position: relative;
  margin: 28px auto;
  background: var(--page);
  color: var(--ink);
  border: 5px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  scroll-margin-top: 100px;
}

.issue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  background:
    repeating-linear-gradient(
      180deg,
      var(--mint) 0 18px,
      #14b36f 18px 22px
    );
  border-right: 4px solid var(--line);
}

.issue-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 32px;
  background: #11181f;
  color: var(--foam);
  border-bottom: 4px solid var(--line);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.issue-bar b {
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  color: var(--mint);
  font-weight: 400;
}

.issue-inner {
  padding: 28px 24px 32px 36px;
}

.hero-issue {
  background:
    radial-gradient(circle at 80% 10%, rgba(46, 229, 154, 0.16), transparent 28%),
    linear-gradient(180deg, #0c2430 0%, #102a38 48%, #0d1f2c 100%);
  color: var(--foam);
}

.about-issue {
  background:
    repeating-linear-gradient(
      45deg,
      #f3fff8 0 18px,
      #eafbf3 18px 19px
    );
}

.buy-issue {
  background:
    radial-gradient(circle at 0% 100%, rgba(255, 79, 154, 0.12), transparent 32%),
    linear-gradient(180deg, #101826, #152033);
  color: var(--foam);
}

.community-issue {
  background:
    linear-gradient(180deg, #08242c, #0c2f38 40%, #0a2730);
  color: var(--foam);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
}

.art-shell {
  position: relative;
}

.art-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.art-frame {
  background: #07151d;
  border: 5px solid var(--line);
  border-radius: 24px;
  padding: 12px;
  box-shadow: 8px 8px 0 #04151a;
}

.art-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  background: #081820;
}

.sticker {
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  border: 3px solid var(--line);
  box-shadow: 3px 3px 0 var(--line);
  padding: 6px 10px;
  border-radius: 12px;
}

.sticker-lift {
  background: var(--gold);
  color: var(--ink);
}

.sticker-watch {
  background: var(--pink);
  color: #fff;
}

.art-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9ad7c8;
}

.kicker {
  margin: 0 0 6px;
  font-family: var(--font-mark);
  color: var(--mint-hot);
  font-size: 1.05rem;
}

h1,
h2 {
  font-family: var(--font-display);
  line-height: 0.9;
  margin: 0;
}

h1 {
  font-size: clamp(4rem, 9vw, 7rem);
  letter-spacing: 0.04em;
  text-shadow: 4px 4px 0 #051116;
}

h1 em {
  display: block;
  font-style: normal;
  color: var(--mint);
}

.ticker {
  display: inline-flex;
  margin: 12px 0 16px;
  padding: 7px 12px;
  border: 3px solid var(--line);
  background: var(--mint);
  color: var(--ink);
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.bubble {
  position: relative;
  background: var(--foam);
  color: #13241e;
  border: 4px solid var(--line);
  border-radius: 28px 28px 28px 8px;
  padding: 16px 18px 18px;
  box-shadow: 5px 5px 0 var(--mint);
  font-weight: 800;
  font-size: 1.15rem;
  max-width: 470px;
}

.bubble::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: -14px;
  width: 20px;
  height: 20px;
  background: var(--foam);
  border-right: 4px solid var(--line);
  border-bottom: 4px solid var(--line);
  transform: rotate(45deg);
}

.lede {
  margin: 26px 0 0;
  color: #b7d8cf;
  max-width: 500px;
}

.cta-row,
.mission-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 16px;
  border: 3px solid var(--line);
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 4px 4px 0 var(--line);
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.btn:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 var(--line);
}

.btn-mint {
  background: var(--mint);
  color: var(--ink);
}

.btn-paper {
  background: var(--foam);
  color: var(--ink);
}

.btn-ghost {
  background: transparent;
  color: var(--foam);
}

.btn-pink {
  background: var(--pink);
  color: #fff;
}

.btn-cyan {
  background: var(--cyan);
  color: var(--ink);
}

.ca-card {
  margin-top: 20px;
  background: #07141b;
  border: 3px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  box-shadow: 4px 4px 0 var(--mint);
}

.ca-card small {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--mint);
  margin-bottom: 6px;
}

.ca-row {
  display: flex;
  gap: 8px;
}

.ca-row code {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #041016;
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--foam);
  user-select: all;
}

.copy-btn {
  border: 3px solid var(--line);
  background: var(--gold);
  color: var(--ink);
  border-radius: 10px;
  padding: 0 12px;
  font-weight: 800;
  cursor: pointer;
}

.pill {
  border: 3px solid var(--line);
  background: rgba(7, 20, 27, 0.7);
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 0.88rem;
}

.section-copy h2 {
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  letter-spacing: 0.04em;
}

.section-copy p.sub {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 560px;
}

.buy-issue .section-copy p.sub,
.community-issue .section-copy p.sub,
.hero-issue .lede {
  color: #b7d8cf;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.84fr 1.16fr 0.9fr;
  gap: 18px;
  margin-top: 22px;
}

.panel {
  background: #fff;
  border: 4px solid var(--line);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 6px 6px 0 #cfeee0;
}

.panel.dark {
  background: #102028;
  color: var(--foam);
  box-shadow: 6px 6px 0 #06141a;
}

.profile {
  text-align: center;
}

.profile img {
  width: min(100%, 260px);
  margin: 0 auto 12px;
  object-fit: contain;
  background: #0b1a32;
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 0 0 6px #d9fff0;
}

.profile h3,
.bio h3,
.wave h3 {
  margin: 0 0 8px;
  font-family: var(--font-round);
  font-size: 1.55rem;
}

.meta {
  display: grid;
  gap: 7px;
  margin-top: 12px;
  text-align: left;
}

.meta div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  background: #f3fff8;
  border: 2px solid var(--line);
  border-radius: 10px;
  padding: 8px 10px;
  font-weight: 800;
}

.meta span {
  color: var(--muted);
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.bio p {
  margin: 0;
  font-size: 1.05rem;
}

.traits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.trait {
  background: var(--mint);
  border: 3px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 800;
  font-size: 0.86rem;
}

.wave img {
  width: 100%;
  object-fit: contain;
  border: 3px solid var(--line);
  border-radius: 16px;
  background: #081820;
}

.wave p {
  margin: 12px 0 0;
  font-family: var(--font-mark);
  color: #157a5c;
}

.howto-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: center;
  margin-top: 20px;
}

.steps {
  display: grid;
  gap: 12px;
}

.step {
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 12px;
  align-items: center;
  background: #182430;
  border: 4px solid var(--line);
  border-radius: 18px;
  padding: 12px;
  box-shadow: 5px 5px 0 #071018;
}

.step b {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--ink);
  border: 3px solid var(--line);
  border-radius: 16px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

.step h3 {
  margin: 0 0 4px;
  font-family: var(--font-round);
}

.step p {
  margin: 0;
  color: #b7d8cf;
}

.banner-frame {
  margin-top: 8px;
  background: #07151d;
  border: 5px solid var(--line);
  border-radius: 22px;
  padding: 10px;
  box-shadow: 8px 8px 0 #04151a;
}

.banner-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  background: #07111a;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.action {
  background: #12303a;
  border: 4px solid var(--line);
  border-radius: 20px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 6px 6px 0 #06151a;
}

.action i {
  font-size: 1.8rem;
  color: var(--mint);
}

.action h3 {
  margin: 10px 0 8px;
  font-family: var(--font-round);
}

.action p {
  margin: 0 0 14px;
  color: #b7d8cf;
}

.quote {
  margin: 24px 0 0;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  letter-spacing: 0.04em;
}

.site-footer {
  width: min(1160px, calc(100% - 28px));
  margin: 8px auto 28px;
  background: #102018;
  border: 4px solid var(--line);
  border-radius: 22px;
  box-shadow: 6px 6px 0 #04140f;
  padding: 18px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 3px solid var(--line);
  border-radius: 12px;
  background: #0b1a32;
}

.tiny {
  color: #9ad7c8;
  font-size: 0.86rem;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: var(--gold);
  color: var(--ink);
  border: 3px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 800;
  box-shadow: 4px 4px 0 var(--line);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.2s ease;
  z-index: 80;
}

.toast.show {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .howto-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  .nav-links {
    display: none;
  }

  .nav-cta .btn-ghost {
    display: none;
  }

  .menu-btn {
    display: grid;
    place-items: center;
  }

  .nav-links.open {
    display: flex;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 86px;
    flex-direction: column;
    background: #102018;
    border: 4px solid var(--line);
    border-radius: 18px;
    padding: 10px;
    box-shadow: 5px 5px 0 #04140f;
  }

  .issue-inner {
    padding: 20px 14px 24px 28px;
  }

  .issue-bar {
    padding-left: 28px;
  }

  h1 {
    font-size: 3.4rem;
  }
}
