@charset "UTF-8";

:root {
  --ink: #191817;
  --paper: #f4efe3;
  --paper-2: #e8e0d1;
  --violet: #7449e8;
  --violet-dark: #4b24b7;
  --lime: #c9ec20;
  --orange: #ff5c2d;
  --white: #fffdf7;
  --line: rgba(25, 24, 23, .22);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99;
  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='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.world, .side-status { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 50%; z-index: 1000; padding: 10px 18px; background: var(--lime); transform: translate(-50%,-200%); transition: transform .2s; }
.skip-link:focus { transform: translate(-50%,0); }

.lp { width: 100%; margin: 0; overflow: hidden; background: var(--paper); }

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.brand__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font: 900 20px/1 Arial, sans-serif;
  transform: rotate(-9deg);
}
.brand__text { display: grid; gap: 3px; }
.brand__text b { font: 900 13px/1 Arial, sans-serif; letter-spacing: .02em; }
.brand__text small { color: var(--violet); font: 800 8px/1 Arial, sans-serif; letter-spacing: .14em; }

.side-nav {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 22px;
  width: min(calc(100% - 48px), 1260px);
  min-height: 68px;
  padding: 10px 12px 10px 20px;
  border: 1px solid rgba(25,24,23,.18);
  border-radius: 999px;
  background: rgba(255,253,247,.9);
  box-shadow: 0 10px 40px rgba(25,24,23,.1);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
}
.side-nav nav { display: flex; justify-content: center; gap: 4px; margin-left: auto; }
.side-nav nav a {
  display: flex;
  gap: 6px;
  padding: 10px 8px;
  border-radius: 999px;
  color: #59554f;
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
  transition: color .2s, background .2s;
}
.side-nav nav a span { color: var(--orange); font: 800 9px Arial, sans-serif; }
.side-nav nav a:hover, .side-nav nav a.is-active { color: var(--white); background: var(--ink); }
.side-nav__cta { flex: 0 0 auto; min-height: 46px !important; padding: 11px 18px !important; font-size: 11px !important; }
.side-nav__note { display: none; }
.mobile-header { display: none; }

.pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 60px;
  padding: 15px 28px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  box-shadow: none;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s, background .2s, color .2s;
}
.pixel-button::before, .pixel-button::after { display: none; }
.pixel-button:hover { color: var(--white); background: var(--violet); transform: translateY(-3px); }
.pixel-button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.pixel-button i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--white); background: var(--ink); font-style: normal; font-size: 9px; }

.hero {
  position: relative;
  min-height: 880px;
  color: var(--ink);
  background: var(--paper);
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  right: -8vw;
  bottom: -24vw;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  border: 2px solid var(--violet);
  border-radius: 50%;
  box-shadow: 0 0 0 42px var(--paper), 0 0 0 44px rgba(116,73,232,.28);
}
.hero::after {
  content: "VOICE / PLAY / CREATE";
  position: absolute;
  right: 34px;
  bottom: 36px;
  color: rgba(25,24,23,.46);
  font: 800 10px/1 Arial, sans-serif;
  letter-spacing: .2em;
}
.hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  transform: scale(1.035);
}
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(244,239,227,.98) 0%, rgba(244,239,227,.9) 30%, rgba(244,239,227,.22) 57%, transparent 72%), linear-gradient(0deg, rgba(244,239,227,.78), transparent 28%);
}
.hero__hud {
  position: absolute;
  top: 132px;
  right: max(32px, calc((100vw - var(--max))/2));
  display: flex;
  gap: 14px;
  color: var(--ink);
  font: 800 9px Arial, sans-serif;
  letter-spacing: .12em;
}
.hero__hud span { padding: 8px 11px; border: 1px solid rgba(25,24,23,.28); border-radius: 999px; background: rgba(255,253,247,.74); }
.hero__hud span:last-child { color: var(--orange); }
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(calc(100% - 64px), var(--max));
  min-height: 880px;
  margin: 0 auto;
  padding: 168px 0 72px;
}
.hero__eyebrow {
  margin: 0 0 24px;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--violet);
  font: 800 10px Arial, sans-serif;
  letter-spacing: .14em;
}
.hero h1 { max-width: 790px; margin: 0; font-size: clamp(72px, 8.4vw, 132px); line-height: .9; letter-spacing: -.1em; text-shadow: none; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 > span { display: inline-block; margin-bottom: 15px; padding: 0 5px 5px 0; border-bottom: 7px solid var(--orange); font-size: .37em; letter-spacing: -.04em; }
.hero h1 strong { position: relative; font-weight: 900; }
.hero h1 strong::before { content: ""; position: absolute; left: -20px; top: 5%; width: 8px; height: 88%; border-radius: 99px; background: var(--lime); }
.hero h1 .accent { position: relative; display: inline; color: var(--violet); }
.hero h1 .accent::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.05em; z-index: -1; height: .18em; background: var(--lime); transform: rotate(-2deg); }
.hero__lead { display: inline-block; margin: 26px 0 0; padding: 10px 15px; color: var(--white); background: var(--orange); font-size: 16px; font-weight: 900; line-height: 1.35; letter-spacing: .08em; transform: rotate(-1.5deg); }
.hero__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0 0; padding: 0; list-style: none; }
.hero__tags li { padding: 8px 12px; border: 1px solid var(--ink); border-radius: 999px; background: rgba(244,239,227,.82); font-size: 10px; font-weight: 800; }
.pixel-button--hero { width: auto; min-width: 370px; min-height: 72px; margin: auto 0 18px; border: 2px solid var(--ink); background: var(--lime); box-shadow: 9px 9px 0 var(--ink); font-size: 15px; }
.pixel-button--hero:hover { box-shadow: 5px 5px 0 var(--ink); transform: translate(4px,4px); }
.hero__scroll { position: absolute; left: 50%; bottom: 38px; display: flex; align-items: center; gap: 12px; color: var(--ink); font: 800 8px Arial, sans-serif; letter-spacing: .16em; writing-mode: initial; transform: translateX(-50%); }
.hero__scroll span { display: block; width: 70px; height: 1px; background: var(--ink); animation: none; }

.ticker { overflow: hidden; color: var(--lime); background: var(--ink); border: 0; transform: rotate(-1.2deg) scale(1.02); }
.ticker div { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.ticker span, .ticker b { padding: 16px 20px; font: 900 13px Arial, sans-serif; letter-spacing: .13em; }
.ticker b { color: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { position: relative; padding: 128px max(32px, calc((100vw - var(--max))/2)); }
.section > * { position: relative; z-index: 1; }
.section-heading { display: grid; grid-template-columns: 180px 1fr; align-items: start; gap: 32px; }
.section-heading > p { display: flex; align-items: center; gap: 10px; margin: 12px 0 0; color: var(--violet); font: 900 11px Arial, sans-serif; letter-spacing: .1em; }
.section-heading > p span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--paper); background: var(--ink); box-shadow: none; }
.section-heading h2 { max-width: 850px; margin: 0; color: var(--ink); font-size: clamp(48px, 5.8vw, 78px); line-height: 1.12; letter-spacing: -.075em; }
.section-heading h2 em { color: var(--violet); font-style: normal; }
.section-heading--light > p { color: var(--lime); }
.section-heading--light > p span { color: var(--ink); background: var(--lime); box-shadow: none; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light h2 em { color: var(--lime); }
.section-lead { max-width: 600px; margin: 34px 0 0 212px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 2; }

.intro { background: var(--paper); }
.intro::before { content: ""; position: absolute; top: 105px; right: 4vw; width: 140px; height: 140px; border: 20px solid var(--lime); border-radius: 50%; opacity: .8; }
.intro__copy { max-width: 760px; margin: 54px 0 0 212px; font-size: 16px; font-weight: 600; line-height: 2.05; }
.intro__copy p { margin: 0 0 22px; }
.intro__copy p:first-child { color: var(--orange); font-size: 23px; font-weight: 900; }
.mission-card {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 26px;
  align-items: center;
  margin: 70px 0 0;
  padding: 30px 34px;
  border: 0;
  border-radius: 32px;
  color: var(--white);
  background: var(--violet);
  box-shadow: none;
  overflow: hidden;
}
.mission-card::after { content: ""; position: absolute; right: -60px; bottom: -120px; width: 260px; height: 260px; border: 48px solid rgba(201,236,32,.92); border-radius: 50%; background: transparent; transform: none; }
.mission-card__icon { display: grid; place-items: center; width: 84px; height: 84px; border: 0; border-radius: 50%; background: var(--lime); }
.mission-card__icon span { width: 44px; height: 30px; border: 4px solid var(--ink); border-radius: 20px; background: transparent; box-shadow: none; }
.mission-card__icon span::before { content: "+"; display: block; margin: -1px 0 0 6px; color: var(--ink); font: 900 20px Arial, sans-serif; }
.mission-card p { margin: 0 0 8px; color: var(--lime); font: 900 10px Arial, sans-serif; letter-spacing: .14em; }
.mission-card h3 { margin: 0; font-size: 24px; line-height: 1.5; }
.mission-card__status { position: relative; top: auto; right: auto; z-index: 1; width: auto; padding: 8px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; color: var(--white); background: transparent; font: 800 9px Arial, sans-serif; transform: none; }
.overview-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 92px; }
.overview-card { position: relative; min-height: 300px; padding: 72px 26px 28px; border: 0; border-top: 2px solid var(--ink); background: transparent; box-shadow: none; }
.overview-card::before { content: ""; position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); }
.overview-card__number { position: absolute; top: 20px; bottom: auto; left: 0; display: block; width: auto; color: var(--violet); background: transparent; font: 900 28px Arial, sans-serif; }
.overview-card__en { margin: 0 0 15px; color: var(--orange); font: 900 10px Arial, sans-serif; letter-spacing: .14em; }
.overview-card h3 { margin: 0 0 20px; font-size: 24px; }
.overview-card > p:last-child { margin: 0; color: #625e57; font-size: 13px; font-weight: 600; line-height: 1.9; }

.benefits { color: var(--white); background: var(--violet); }
.benefits::before { content: ""; position: absolute; inset: 0; opacity: .16; background: repeating-radial-gradient(circle at 88% 14%, transparent 0 24px, var(--white) 25px 26px); }
.benefit-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 72px; }
.benefit-card { display: flex; flex-direction: column; min-height: 430px; border: 0; border-radius: 34px; color: var(--ink); background: var(--white); box-shadow: none; overflow: hidden; }
.benefit-card__visual { display: grid; place-items: center; min-height: 175px; border: 0; background: var(--lime); }
.benefit-card__visual--coral { background: var(--orange); }
.benefit-card__visual--yellow { background: var(--paper-2); }
.benefit-card__body { padding: 30px 28px; }
.benefit-card__body > p:first-child { margin: 0 0 14px; color: var(--violet); font: 900 10px Arial, sans-serif; letter-spacing: .14em; }
.benefit-card__body h3 { margin: 0 0 18px; font-size: 22px; line-height: 1.45; }
.benefit-card__body > p:last-child { margin: 0; color: #625e57; font-size: 13px; line-height: 1.9; }
.pixel-device { position: relative; display: block; color: var(--ink); }
.pixel-device--monitor { width: 88px; height: 58px; border: 4px solid; border-radius: 12px; background: transparent; box-shadow: none; }
.pixel-device--monitor::before { content: ""; position: absolute; left: 30px; bottom: -18px; width: 28px; height: 14px; border-top: 4px solid; border-bottom: 4px solid; background: transparent; }
.pixel-device--monitor::after { content: ""; position: absolute; left: 18px; top: 19px; width: 10px; height: 10px; border-radius: 50%; background: var(--violet); box-shadow: 18px -7px var(--orange), 36px 3px var(--ink); }
.pixel-device--bubble { width: 90px; height: 58px; border: 4px solid; border-radius: 24px; background: transparent; }
.pixel-device--bubble::before { content: ""; position: absolute; left: 16px; bottom: -16px; width: 22px; height: 18px; border-left: 4px solid; transform: skew(-30deg); }
.pixel-device--bubble::after { content: "•••"; position: absolute; inset: 10px 0 auto; text-align: center; font: 900 20px Arial, sans-serif; letter-spacing: 7px; }
.pixel-device--chart { width: 86px; height: 64px; border-left: 4px solid; border-bottom: 4px solid; }
.pixel-device--chart::before { content: ""; position: absolute; left: 12px; bottom: 0; width: 12px; height: 20px; border-radius: 6px 6px 0 0; background: var(--orange); box-shadow: 22px -14px var(--violet), 44px -28px var(--lime); }

.wanted { background: var(--white); }
.wanted::after { content: ""; position: absolute; left: -7vw; bottom: 10%; width: 260px; height: 260px; border-radius: 50%; background: var(--violet); opacity: .08; }
.wanted-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 72px; }
.wanted-item { display: grid; grid-template-columns: 48px 1fr 40px; align-items: center; min-height: 118px; padding: 20px 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: none; }
.wanted-item b { color: var(--violet); font: 900 14px Arial, sans-serif; }
.wanted-item p { margin: 0; font-size: 13px; line-height: 1.65; }
.wanted-item strong { font-size: 17px; }
.wanted-item > span { display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 900; }
.wanted-message { position: relative; max-width: 940px; margin: 70px auto 0; padding: 62px 58px; border: 0; border-radius: 38px; color: var(--ink); background: var(--lime); box-shadow: none; text-align: center; overflow: hidden; }
.wanted-message::before { content: "BEGINNER"; position: absolute; left: 50%; bottom: -35px; color: rgba(116,73,232,.1); font: 900 126px/1 Arial, sans-serif; letter-spacing: -.07em; transform: translateX(-50%); pointer-events: none; }
.wanted-message > * { position: relative; z-index: 1; }
.wanted-message > p:first-child { display: inline-block; margin: 0 0 18px; padding: 8px 13px; border-radius: 999px; color: var(--paper); background: var(--ink); font: 900 9px Arial, sans-serif; letter-spacing: .14em; }
.wanted-message__bar { display: flex; gap: 5px; justify-content: center; margin-bottom: 24px; }
.wanted-message__bar span { width: 44px; height: 6px; border: 0; border-radius: 99px; background: rgba(25,24,23,.16); }
.wanted-message__bar span:first-child, .wanted-message__bar span:nth-child(2) { background: var(--violet); }
.wanted-message h3 { margin: 0; font-size: clamp(38px,4.2vw,58px); line-height: 1.22; letter-spacing: -.06em; }
.wanted-message h3 span { color: var(--violet); }
.wanted-message__copy { margin: 24px auto 0; max-width: 630px; color: rgba(25,24,23,.7); font-size: 14px; line-height: 1.9; }
.wanted-message__copy strong { display: block; margin-top: 4px; color: var(--ink); font-size: 17px; }
.wanted-message__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; width: min(100%,760px); margin: 32px auto 0; padding: 0; list-style: none; }
.wanted-message__facts li { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 10px 12px; border: 1px solid rgba(25,24,23,.15); border-radius: 999px; background: rgba(255,253,247,.62); font-size: 12px; font-weight: 900; }
.wanted-message__facts li::before { content: "✓"; display: grid; place-items: center; width: 20px; height: 20px; flex: 0 0 20px; border-radius: 50%; color: var(--white); background: var(--violet); font-size: 10px; }
.wanted-inline-cta { display: none; }

.flow { color: var(--ink); background: var(--orange); }
.flow::before { content: "04"; position: absolute; right: -2vw; bottom: -10vw; color: rgba(25,24,23,.08); font: 900 38vw/1 Arial, sans-serif; }
.flow .section-heading--light > p { color: var(--ink); }
.flow .section-heading--light > p span { color: var(--paper); background: var(--ink); }
.flow .section-heading--light h2 { color: var(--ink); }
.flow .section-heading--light h2 em { color: var(--paper); }
.flow-list { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin: 80px 0 0; padding: 0; list-style: none; }
.flow-list::before { content: ""; position: absolute; top: 42px; left: 9%; right: 9%; height: 2px; background: var(--ink); }
.flow-list li { position: relative; display: block; min-height: 280px; padding: 0 18px 24px; border: 0; background: transparent; }
.flow-list li + li { margin-top: 0; }
.flow-list li:not(:last-child)::after { display: none; }
.flow-list__number { position: relative; z-index: 1; display: grid; place-items: center; width: 84px; height: 84px; margin-bottom: 34px; border: 2px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--paper); box-shadow: none; font: 900 18px Arial, sans-serif; }
.flow-list li > div p { margin: 0 0 8px; color: var(--paper); font: 900 9px Arial, sans-serif; letter-spacing: .14em; }
.flow-list h3 { margin: 0 0 12px; font-size: 21px; }
.flow-list small { color: rgba(25,24,23,.68); line-height: 1.7; }
.flow-list i { position: absolute; right: 16px; bottom: 18px; color: var(--ink); font-style: normal; font-size: 22px; }
.flow__note { margin: 20px 0 0; color: rgba(25,24,23,.6); font-size: 11px; line-height: 1.8; }

.requirements { background: var(--paper); }
.requirements__box { max-width: 920px; margin: 70px 0 0 212px; padding: 42px 46px; border: 1px solid var(--line); border-radius: 34px; background: var(--white); box-shadow: none; }
.requirements__title { display: inline-block; margin: 0 0 24px; padding: 8px 12px; border-radius: 999px; color: var(--paper); background: var(--violet); font: 900 9px Arial, sans-serif; letter-spacing: .14em; }
.requirements ul { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.requirements li { display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 12px; padding: 21px 4px; border-bottom: 1px solid var(--line); }
.requirements li span { color: var(--orange); font: 900 13px Arial, sans-serif; }
.requirements li p { margin: 0; font-size: 14px; font-weight: 700; }
.requirements__note { margin: 24px 0 0; color: #706b63; font-size: 11px; line-height: 1.8; }

.faq { padding-top: 40px; background: var(--paper); }
.faq-list { max-width: 920px; display: grid; gap: 12px; margin: 64px 0 0 212px; }
.faq-item { border: 0; border-bottom: 1px solid var(--ink); background: transparent; box-shadow: none; }
.faq-item h3 { margin: 0; }
.faq-item button { display: grid; grid-template-columns: 44px 1fr 30px; gap: 16px; align-items: center; width: 100%; padding: 24px 2px; border: 0; background: transparent; text-align: left; font-size: 15px; font-weight: 800; cursor: pointer; }
.faq-item button > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--paper); background: var(--violet); font: 900 16px Arial, sans-serif; }
.faq-item button i { position: relative; width: 24px; height: 24px; border: 1px solid var(--ink); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; top: 10px; left: 6px; width: 10px; height: 2px; background: var(--ink); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-item__answer { padding: 0 34px 26px 62px; }
.faq-item__answer p { display: grid; grid-template-columns: 30px 1fr; gap: 12px; margin: 0; padding: 0; border: 0; color: #615d56; font-size: 13px; line-height: 1.9; }
.faq-item__answer span { color: var(--orange); font: 900 16px Arial, sans-serif; }

.entry { position: relative; padding: 150px 32px 130px; color: var(--white); background: var(--violet); text-align: center; overflow: hidden; }
.entry::before, .entry::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.entry::before { top: -180px; left: -100px; width: 440px; height: 440px; border: 70px solid var(--lime); }
.entry::after { right: -140px; bottom: -190px; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.48); box-shadow: 0 0 0 55px rgba(255,255,255,.06), 0 0 0 110px rgba(255,255,255,.04); }
.entry > * { position: relative; z-index: 1; }
.entry__en { margin: 0 0 28px; color: var(--lime); font: 900 11px Arial, sans-serif; letter-spacing: .22em; }
.entry h2 { margin: 0; font-size: clamp(52px,7vw,94px); line-height: 1.08; letter-spacing: -.08em; }
.entry h2 span { color: var(--lime); }
.entry > p:not(.entry__en) { margin: 30px 0 0; font-weight: 700; }
.pixel-button--entry { width: min(100%,380px); margin: 50px auto 0; background: var(--lime); }
.entry__notice { width: min(100%,440px); margin: 34px auto 0; padding: 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 20px; background: var(--ink); }
.entry__notice b { color: var(--lime); font: 900 10px Arial, sans-serif; letter-spacing: .18em; }
.entry__notice p { margin: 9px 0 0; font-size: 12px; line-height: 1.7; }
.entry > small { display: block; margin-top: 38px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.8; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 44px max(32px, calc((100vw - var(--max))/2)); color: var(--paper); background: var(--ink); text-align: left; }
.brand--footer { justify-content: flex-start; color: var(--paper); }
.brand--footer .brand__mark { color: var(--ink); background: var(--lime); }
footer > p { margin: 0; color: var(--lime); font: 800 8px Arial, sans-serif; letter-spacing: .2em; }
footer > small { justify-self: end; color: rgba(255,255,255,.4); font: 500 8px/1.6 Arial, sans-serif; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .side-nav { width: calc(100% - 30px); gap: 12px; padding-left: 14px; }
  .side-nav nav a { padding: 9px 5px; font-size: 10px; }
  .side-nav nav a span { display: none; }
  .side-nav__cta { padding-inline: 14px !important; }
  .benefit-card__body { padding-inline: 22px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 76px; }
  .side-nav { display: none; }
  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    padding: 10px 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(244,239,227,.94);
    backdrop-filter: blur(14px);
  }
  .brand--mobile .brand__mark { width: 36px; height: 36px; font-size: 16px; }
  .menu-button { position: relative; z-index: 2; display: grid; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
  .menu-button > span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--lime); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { position: fixed; inset: 68px 0 auto; display: grid; padding: 20px 22px 28px; border-bottom: 8px solid var(--lime); background: var(--paper); transform: translateY(-130%); transition: transform .25s ease; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu a { padding: 14px 4px; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }
  .hero { min-height: 820px; margin-top: 68px; }
  .hero__content { min-height: 820px; padding-top: 130px; }
  .hero__hud { top: 32px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-lead, .intro__copy, .requirements__box, .faq-list { margin-left: 0; }
  .overview-grid, .benefit-list { grid-template-columns: 1fr; }
  .overview-card { min-height: 230px; }
  .benefit-card { display: grid; grid-template-columns: 210px 1fr; min-height: 250px; }
  .benefit-card__visual { min-height: 100%; }
  .flow-list { grid-template-columns: repeat(2,1fr); }
  .flow-list::before { display: none; }
  .requirements__box, .faq-list { max-width: none; }
}

@media (max-width: 640px) {
  .brand--mobile .brand__text b { font-size: 11px; }
  .brand--mobile .brand__text small { font-size: 7px; }
  .hero { min-height: 780px; }
  .hero__image { height: 58%; top: auto; bottom: 0; object-position: 64% center; transform: scale(1.02); }
  .hero__shade { background: linear-gradient(180deg, var(--paper) 0 48%, rgba(244,239,227,.7) 60%, transparent 80%); }
  .hero__hud { top: 22px; right: 18px; }
  .hero__content { width: calc(100% - 40px); min-height: 780px; padding: 74px 0 34px; }
  .hero__eyebrow { margin-bottom: 20px; font-size: 8px; }
  .hero h1 { max-width: 100%; font-size: clamp(50px,15vw,68px); }
  .hero h1 > span { margin-bottom: 9px; font-size: .45em; }
  .hero h1 strong::before { left: -8px; width: 4px; }
  .hero__lead { margin-top: 18px; padding: 8px 11px; font-size: 15px; }
  .hero__tags { display: none; }
  .pixel-button--hero { display: none; }
  .hero__scroll { display: none; }
  .hero::after { display: none; }
  .ticker span, .ticker b { padding: 13px 15px; font-size: 11px; }
  .section { padding: 94px 22px; }
  .section-heading h2 { font-size: clamp(40px,12vw,58px); }
  .intro::before { top: 84px; right: -45px; width: 110px; height: 110px; border-width: 14px; }
  .intro__copy { margin-top: 38px; font-size: 14px; }
  .intro__copy p:first-child { font-size: 19px; }
  .mission-card { grid-template-columns: 64px 1fr; gap: 16px; margin-top: 48px; padding: 24px 20px; border-radius: 24px; }
  .mission-card__icon { width: 60px; height: 60px; }
  .mission-card__icon span { transform: scale(.7); }
  .mission-card h3 { font-size: 17px; }
  .mission-card__status { display: none; }
  .overview-grid { margin-top: 64px; }
  .overview-card { padding-left: 4px; padding-right: 4px; }
  .benefit-card { display: flex; min-height: 0; border-radius: 26px; }
  .benefit-card__visual { min-height: 112px; }
  .benefit-card__visual .pixel-device { transform: scale(.76); }
  .benefit-card__body { padding: 20px 20px 22px; }
  .benefit-card__body > p:first-child { margin-bottom: 8px; }
  .benefit-card__body h3 { margin-bottom: 9px; font-size: 19px; }
  .benefit-card__body > p:last-child { font-size: 12px; line-height: 1.7; }
  .wanted-list { grid-template-columns: 1fr; margin-top: 54px; }
  .wanted-item { grid-template-columns: 40px 1fr 34px; min-height: 105px; padding: 16px; }
  .wanted-item p { font-size: 12px; }
  .wanted-item strong { font-size: 15px; }
  .wanted-message { width: calc(100% + 16px); margin-left: -8px; padding: 44px 20px 48px; border-radius: 28px; }
  .wanted-message::before { bottom: -14px; font-size: 66px; }
  .wanted-message h3 { font-size: 32px; }
  .wanted-message__copy { font-size: 13px; }
  .wanted-message__copy strong { margin-top: 7px; font-size: 15px; }
  .wanted-message__facts { gap: 5px; margin-top: 26px; }
  .wanted-message__facts li { gap: 4px; min-height: 44px; padding: 8px 4px; font-size: 9px; }
  .wanted-message__facts li::before { width: 16px; height: 16px; flex-basis: 16px; font-size: 8px; }
  .wanted-inline-cta { display: flex; width: min(100%,340px); min-height: 54px; margin: 24px auto 0; color: var(--white); background: var(--ink); font-size: 13px; }
  .wanted-inline-cta:hover { color: var(--ink); background: var(--lime); }
  .flow-list { grid-template-columns: 1fr; gap: 0; margin-top: 58px; }
  .flow-list li { display: grid; grid-template-columns: 62px 1fr; min-height: 112px; padding: 0 0 14px; }
  .flow-list__number { width: 52px; height: 52px; margin: 0; font-size: 15px; }
  .flow-list li > div p { margin-bottom: 4px; }
  .flow-list h3 { margin-bottom: 4px; font-size: 17px; }
  .flow-list small { font-size: 11px; }
  .flow-list i { display: none; }
  .requirements__box { margin-top: 48px; padding: 28px 22px; border-radius: 26px; }
  .requirements li { grid-template-columns: 40px 1fr; }
  .faq { padding-top: 20px; }
  .faq-list { margin-top: 44px; }
  .faq-item button { grid-template-columns: 38px 1fr 24px; gap: 10px; padding: 20px 0; font-size: 13px; }
  .faq-item button > span { width: 34px; height: 34px; }
  .faq-item__answer { padding: 0 0 24px 48px; }
  .entry { padding: 112px 22px 130px; }
  .entry::before { top: -100px; left: -90px; width: 260px; height: 260px; border-width: 40px; }
  .entry h2 { font-size: clamp(48px,13vw,66px); }
  footer { grid-template-columns: 1fr; justify-items: center; padding: 46px 22px 104px; text-align: center; }
  .brand--footer { justify-content: center; }
  footer > small { justify-self: center; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 10px; z-index: 70; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 60px; padding: 10px 18px; border-radius: 999px; color: var(--ink); background: var(--lime); box-shadow: 0 8px 30px rgba(25,24,23,.22); text-decoration: none; font-size: 12px; font-weight: 900; }
  .mobile-cta span { padding: 5px 7px; border-radius: 999px; color: var(--paper); background: var(--violet); font: 900 8px Arial, sans-serif; }
  .mobile-cta i { font-style: normal; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
