:root {
  --bg: #fbfcf4;
  --bg-2: #f4f7ea;
  --ink: #10120f;
  --muted: #687062;
  --line: #10120f;
  --line-soft: #d3dbc7;
  --lime: #ccff00;
  --lime-2: #8fe022;
  --panel: #ffffff;
  --shadow: 7px 7px 0 #10120f;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 8%, rgba(204,255,0,.30), transparent 24%),
    radial-gradient(circle at 85% 3%, rgba(143,224,34,.18), transparent 24%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  font-family: "Zen Maru Gothic", system-ui, sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(16,18,15,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,18,15,.035) 1px, transparent 1px);
  background-size: 32px 32px;
  z-index: -2;
}
.paper-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: min(1120px, calc(100% - 26px));
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 11px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 0 rgba(16,18,15,.08);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Mochiy Pop One", "Zen Maru Gothic", sans-serif; letter-spacing: -.03em; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 2px solid var(--line); background: var(--lime); }
.desktop-nav { display: flex; align-items: center; gap: 4px; color: var(--muted); font-weight: 900; font-size: 13px; }
.desktop-nav a { padding: 9px 12px; border-radius: 999px; }
.desktop-nav a:hover { color: var(--ink); background: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-link { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--line); border-radius: 50%; background: white; transition: .2s ease; }
.icon-link svg { width: 17px; height: 17px; fill: currentColor; }
.icon-link:hover, .btn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--line); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 20px; border: 2px solid var(--line); border-radius: 999px; font-weight: 950; cursor: pointer; transition: .2s ease; font-family: "Zen Maru Gothic", system-ui, sans-serif; }
.btn-lime { background: var(--lime); color: var(--ink); }
.btn-plain, .btn-copy { background: white; }
.btn-small { min-height: 42px; padding: 0 15px; }

.page-shell { padding-top: 98px; }
.section, .hero { width: min(1120px, calc(100% - 28px)); margin: 0 auto; }
.hero { min-height: calc(100svh - 98px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; padding: 58px 0 80px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 16px; font-weight: 950; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.kicker::before { content: ""; width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--line); background: var(--lime); box-shadow: 2px 2px 0 var(--line); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Mochiy Pop One", "Zen Maru Gothic", sans-serif; font-weight: 400; letter-spacing: -.055em; line-height: .96; }
h1 { margin: 0 0 24px; font-size: clamp(48px, 7vw, 88px); max-width: 780px; }
h1 span { display: block; }
h1 span:first-child { color: var(--ink); }
h1 span:last-child { color: var(--lime-2); -webkit-text-stroke: 1.2px var(--line); text-shadow: 3px 3px 0 var(--line); }
h2 { margin: 0; font-size: clamp(34px, 5.5vw, 68px); }
h3 { font-size: 22px; margin-bottom: 8px; }
.lead { font-size: clamp(18px, 2.1vw, 22px); line-height: 1.65; color: #252a22; max-width: 720px; }
.lead.small { color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.token-line { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 10px 14px; border: 2px solid var(--line); border-radius: 999px; background: white; font-weight: 900; }
.token-line span:first-child { color: var(--lime-2); -webkit-text-stroke: .45px var(--line); }
.token-line i { color: var(--muted); font-style: normal; }

.panel { background: var(--panel); border: 2px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.mascot-card { position: relative; min-height: 560px; padding: 18px; border: 2px solid var(--line); border-radius: 34px; background: #fff; box-shadow: var(--shadow); transform-style: preserve-3d; transition: transform .18s ease; }
.mascot-card::after { content: ""; position: absolute; inset: 18px; border: 2px dashed rgba(16,18,15,.16); border-radius: 24px; pointer-events: none; }
.mascot-top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; font-weight: 950; color: var(--muted); font-size: 12px; letter-spacing: .11em; }
.mascot-top b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--line); background: var(--lime); color: var(--ink); }
.mascot-frame { position: relative; z-index: 1; display: grid; place-items: center; min-height: 410px; border: 2px solid var(--line); border-radius: 28px; background: radial-gradient(circle, rgba(204,255,0,.65), #faffdf 56%, #fff 57%); overflow: hidden; }
.mascot-frame img { width: min(82%, 390px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 3px solid var(--line); box-shadow: 8px 8px 0 var(--line); background: var(--lime); }
.mascot-card p { position: relative; z-index: 2; color: var(--muted); line-height: 1.55; margin: 18px 8px 0; font-weight: 700; }

.section { padding: 80px 0; }
.editorial { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: end; }
.contract-box { padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; }
.contract-box span { color: var(--muted); display: block; margin-bottom: 8px; font-weight: 900; }
.contract-box code { font-weight: 950; color: var(--lime-2); -webkit-text-stroke: .3px var(--line); word-break: break-word; }

.strip-section { padding-top: 40px; }
.strip-head { max-width: 880px; margin-bottom: 26px; }
.strip-head p:not(.kicker) { color: var(--muted); line-height: 1.65; font-weight: 700; }
.ticker { overflow: hidden; padding: 14px; }
.ticker-meta { display: flex; justify-content: space-between; gap: 20px; padding: 0 6px 12px; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .1em; }
.ticker-track { display: flex; gap: 10px; width: max-content; animation: marquee 28s linear infinite; }
.ticker-track a { display: grid; grid-template-columns: auto auto auto; align-items: center; gap: 12px; min-width: 185px; padding: 12px 14px; border: 2px solid var(--line); border-radius: 18px; background: #fbfff0; font-weight: 950; }
.ticker-track a:nth-child(3n) { background: var(--lime); }
.ticker-track span { color: var(--muted); font-size: 13px; }
.ticker-track em { font-style: normal; font-size: 12px; border-radius: 999px; padding: 4px 7px; border: 1.5px solid var(--line); background: white; }
@keyframes marquee { to { transform: translateX(-50%); } }

.split-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: stretch; }
.note-panel, .memory-panel { padding: 26px; }
.note-panel p:not(.kicker) { color: var(--muted); font-size: 18px; line-height: 1.65; font-weight: 700; }
.memory-panel { display: grid; align-content: center; gap: 12px; background: var(--lime); }
.memory-row { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 2px solid rgba(16,18,15,.22); font-weight: 950; }
.memory-row:last-child { border-bottom: 0; }
.memory-row span { color: rgba(16,18,15,.62); }

.board-copy { margin-bottom: 24px; }
.board-grid, .number-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.board-card, .stat { padding: 24px; }
.board-card span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--line); background: var(--lime); font-weight: 950; margin-bottom: 30px; }
.board-card p, .stat small, .faq p, .final-cta p, .site-footer p { color: var(--muted); line-height: 1.6; font-weight: 700; }
.numbers h2 { max-width: 930px; margin-bottom: 24px; }
.number-grid { grid-template-columns: repeat(4, 1fr); }
.stat span { color: var(--muted); font-weight: 950; }
.stat strong { display: block; color: var(--lime-2); -webkit-text-stroke: .65px var(--line); font-family: "Mochiy Pop One"; font-size: clamp(34px, 4vw, 48px); margin: 18px 0 8px; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: 26px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
details { padding: 20px; }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 18px; font-weight: 950; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-family: "Mochiy Pop One"; }
details[open] summary::after { content: "−"; }
details p { margin: 12px 0 0; }
.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px; margin-bottom: 54px; }
.final-cta h2 { max-width: 780px; }

.site-footer { width: min(1120px, calc(100% - 28px)); margin: 0 auto 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 24px; border: 2px solid var(--line); border-radius: 26px; background: white; }
.site-footer a:last-child { font-weight: 950; padding: 10px 14px; border-radius: 999px; border: 2px solid var(--line); background: var(--lime); }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; z-index: 70; padding: 12px 18px; border: 2px solid var(--line); border-radius: 999px; background: var(--lime); font-weight: 950; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 860px) {
  .desktop-nav { display: none; }
  .btn-small { display: none; }
  .page-shell { padding-top: 86px; }
  .hero, .editorial, .split-band, .faq { grid-template-columns: 1fr; }
  .hero { padding-top: 38px; min-height: auto; }
  .mascot-card { min-height: auto; }
  .mascot-frame { min-height: 330px; }
  .board-grid, .number-grid { grid-template-columns: 1fr; }
  .final-cta { display: grid; }
  .ticker-meta { display: grid; }
}

@media (max-width: 520px) {
  .site-header { top: 10px; width: calc(100% - 16px); }
  .brand span { display: none; }
  .section, .hero, .site-footer { width: calc(100% - 18px); }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  h2 { font-size: clamp(30px, 10vw, 46px); }
  .contract-box { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .icon-link { width: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
