:root {
  --ink: #0a090d;
  --ink-soft: #17141b;
  --bone: #e8dfcc;
  --bone-soft: #cfc5b2;
  --pink: #ff2d91;
  --acid: #d6ff45;
  --violet: #7958ff;
  --line: rgba(232, 223, 204, 0.26);
  --page: min(1220px, calc(100vw - 48px));
  --display: "Unbounded", "Arial Black", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--ink);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background-color: var(--ink);
  background-image: url("../img/paper-ink.webp");
  color: var(--bone);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  background: var(--bone);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(10, 9, 13, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  color: var(--bone);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-decoration: none;
}
.brand span { color: var(--pink); font-size: 9px; letter-spacing: 0.14em; }

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 44px);
}
.nav a {
  position: relative;
  color: var(--bone-soft);
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -9px;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left;
}
.nav a[aria-current="true"] { color: var(--bone); }
.nav a[aria-current="true"]::after { transform: scaleX(1); }

.topbar-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch,
.nav-cta {
  min-height: 38px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.lang-switch { width: 42px; }
.nav-cta { padding: 0 16px; border-color: var(--pink); background: var(--pink); color: var(--ink); }

.chapter-rail {
  position: fixed;
  z-index: 90;
  top: 50%;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transform: translateY(-50%);
}
.chapter-rail a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--line);
  background: rgba(10, 9, 13, 0.72);
  color: var(--bone-soft);
  font-family: var(--display);
  font-size: 8px;
  text-decoration: none;
}
.chapter-rail a[aria-current="true"] { border-color: var(--pink); background: var(--pink); color: var(--ink); }

main { display: block; }
.act {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow-x: clip;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 24px;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.eyebrow > span:first-child {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

h1, h2, p { text-wrap: balance; }
h1, h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.88;
  text-transform: uppercase;
}
h1 { font-size: clamp(62px, 8.2vw, 132px); }
h2 { font-size: clamp(54px, 7vw, 108px); }
h1 em, h2 em { color: var(--pink); font-style: normal; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--bone);
  border-radius: 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.button-pink { border-color: var(--pink); background: var(--pink); color: var(--ink); }
.button-ghost { background: transparent; color: var(--bone); }
.button-bone { border-color: var(--bone); background: var(--bone); color: var(--ink); }

.hero {
  display: grid;
  min-height: 930px;
  align-items: center;
  padding: 130px max(24px, calc((100vw - 1220px) / 2)) 100px;
}
.hero-noise { position: absolute; inset: 0; z-index: -3; background: rgba(10, 9, 13, 0.34); }
.hero::after {
  content: "";
  position: absolute;
  z-index: 10;
  inset: auto -4vw -42px;
  height: 84px;
  background: var(--pink);
  clip-path: polygon(0 32%, 8% 40%, 16% 18%, 24% 45%, 33% 25%, 45% 53%, 54% 21%, 65% 42%, 76% 24%, 86% 48%, 100% 20%, 100% 100%, 0 100%);
}
.hero-watermark {
  position: absolute;
  z-index: -2;
  top: 10%;
  left: -4vw;
  margin: 0;
  color: rgba(232, 223, 204, 0.08);
  font-family: var(--display);
  font-size: clamp(150px, 31vw, 540px);
  font-weight: 900;
  letter-spacing: -0.15em;
  line-height: 1;
}
.money-decal {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.28));
}
.money-decal--01 { top: 16%; left: 3%; width: min(17vw, 220px); opacity: 0.34; rotate: -9deg; }
.money-decal--02 { top: 10%; right: 34%; width: min(14vw, 190px); opacity: 0.5; rotate: 7deg; }
.money-decal--03 { z-index: 5; top: 35%; right: 3%; width: min(8vw, 108px); opacity: 0.88; rotate: 17deg; }
.money-decal--04 { z-index: 4; bottom: 13%; left: 3%; width: min(19vw, 255px); opacity: 0.38; rotate: -4deg; }
.money-decal--05 { z-index: 5; right: 30%; bottom: 0; width: min(13vw, 178px); opacity: 0.78; rotate: 11deg; }
.money-decal--06 { z-index: 6; right: -2%; bottom: 19%; width: min(19vw, 260px); opacity: 0.76; rotate: -8deg; }
.hero-copy { z-index: 3; width: min(720px, 58vw); }
.hero-copy h1 em { position: relative; left: 7vw; }
.hero-lead { width: min(540px, 80%); margin: 34px 0 0; color: var(--bone-soft); font-size: clamp(16px, 1.4vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-visual {
  position: absolute;
  z-index: 2;
  right: min(-1vw, calc((100vw - 1380px) / 2));
  bottom: -72px;
  width: min(86vw, 1100px);
}
.hero-visual img { width: 100%; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.55)); }
.hero-stamp {
  position: absolute;
  z-index: 4;
  top: 24%;
  right: 22%;
  display: grid;
  width: 112px;
  height: 112px;
  place-content: center;
  border: 3px solid var(--pink);
  color: var(--pink);
  font-family: var(--display);
  text-align: center;
  transform: rotate(9deg);
}
.hero-stamp span { font-size: 28px; font-weight: 900; line-height: 1; }
.hero-stamp b { font-size: 11px; letter-spacing: 0.12em; }
.hero-foot {
  position: absolute;
  z-index: 6;
  inset: auto max(24px, calc((100vw - 1220px) / 2)) 24px;
  display: flex;
  justify-content: space-between;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.tiktok {
  min-height: 770px;
  padding: 150px max(24px, calc((100vw - 1220px) / 2)) 110px;
  background: var(--pink);
  color: var(--ink);
}
.tiktok .section-copy { position: relative; z-index: 5; width: min(520px, 43%); }
.section-copy > p:last-child { max-width: 500px; margin: 30px 0 0; font-size: 18px; }
.live-rig {
  position: absolute;
  z-index: 4;
  top: 106px;
  right: max(4vw, calc((100vw - 1220px) / 2));
  width: min(52vw, 690px);
  border: 7px solid var(--ink);
  background: var(--ink);
  color: var(--bone);
  box-shadow: 24px 28px 0 rgba(121, 88, 255, 0.9);
  transform: rotate(4deg);
}
.live-header, .live-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-size: 9px;
}
.live-footer { min-height: 38px; border-top: 1px solid var(--line); border-bottom: 0; color: var(--acid); }
.live-badge { padding: 4px 9px; background: var(--pink); color: var(--ink); font-weight: 900; }
.live-stage { position: relative; min-height: 450px; overflow-x: clip; background: #16121d; }
.live-stage img { position: absolute; right: 2%; bottom: -7%; width: 96%; }
.live-shout {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: -5px;
  margin: 0;
  padding: 10px 16px;
  background: var(--acid);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(14px, 2vw, 25px);
  font-weight: 900;
}
.live-chat { position: absolute; z-index: 4; right: 12px; bottom: 18px; width: 38%; }
.live-chat p { margin: 6px 0; padding: 7px 9px; background: rgba(10, 9, 13, 0.78); font-size: 10px; }
.live-chat b { display: block; color: var(--pink); }
.massive-label {
  position: absolute;
  z-index: 1;
  left: -1vw;
  bottom: -0.2em;
  margin: 0;
  color: rgba(10, 9, 13, 0.12);
  font-family: var(--display);
  font-size: clamp(88px, 17vw, 245px);
  font-weight: 900;
  letter-spacing: -0.11em;
  line-height: 0.7;
  white-space: nowrap;
}

.engine {
  display: grid;
  min-height: 900px;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(30px, 3vw, 58px);
  padding: 120px max(24px, calc((100vw - 1360px) / 2));
  background: var(--ink);
  color: var(--bone);
  clip-path: polygon(0 4%, 11% 2%, 22% 5%, 35% 1%, 48% 4%, 62% 2%, 74% 5%, 87% 1%, 100% 4%, 100% 96%, 87% 99%, 76% 96%, 63% 99%, 50% 95%, 37% 98%, 23% 95%, 11% 99%, 0 96%);
}
.engine-watermark {
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -0.04em;
  margin: 0;
  color: rgba(232, 223, 204, 0.045);
  font-family: var(--display);
  font-size: clamp(150px, 23vw, 370px);
  font-weight: 900;
  letter-spacing: -0.11em;
  line-height: 0.8;
}
.engine-visual {
  position: relative;
  z-index: 2;
  order: 2;
  min-height: 620px;
  isolation: isolate;
}
.engine-cpu {
  position: absolute;
  z-index: 3;
  top: 1%;
  right: -5%;
  width: 107%;
  max-width: none;
  filter: drop-shadow(0 36px 34px rgba(0, 0, 0, 0.72)) drop-shadow(0 0 20px rgba(121, 88, 255, 0.28));
}
.engine-tag {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 2px;
  min-width: 148px;
  padding: 11px 13px;
  border: 1px solid currentColor;
  background: rgba(10, 9, 13, 0.9);
  color: var(--bone);
  font-family: "JetBrains Mono", monospace;
  line-height: 1;
  text-transform: uppercase;
}
.engine-tag span { font-size: 8px; letter-spacing: 0.12em; opacity: 0.68; }
.engine-tag b { font-family: var(--display); font-size: 16px; }
.engine-tag--core { top: 13%; left: 0; border-color: var(--acid); color: var(--acid); transform: rotate(-2deg); }
.engine-tag--latency { right: 1%; bottom: 18%; border-color: var(--pink); color: var(--pink); transform: rotate(2deg); }
.engine-signal {
  position: absolute;
  z-index: 6;
  right: 0;
  bottom: 3%;
  display: flex;
  width: 91%;
  justify-content: space-between;
  margin: 0;
  padding: 10px 14px;
  background: var(--acid);
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.05em;
  transform: rotate(-1deg);
}
.section-copy-dark { position: relative; z-index: 4; order: 1; }
.engine h2 { font-size: clamp(60px, 6.7vw, 104px); }
.engine h2 em { color: var(--violet); text-shadow: 7px 7px 0 rgba(255, 45, 145, 0.2); }
.engine-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--bone); }
.engine-list li { display: grid; grid-template-columns: 48px 1fr; align-items: center; min-height: 56px; border-bottom: 1px solid rgba(232, 223, 204, 0.25); font-family: var(--display); font-size: 11px; transition: color 180ms ease, padding-left 180ms ease; }
.engine-list li:hover { padding-left: 8px; color: var(--acid); }
.engine-list span { color: var(--violet); }
.engine-code { position: absolute; z-index: 5; right: 2.1vw; bottom: 7%; margin: 0; color: rgba(232, 223, 204, 0.18); font-family: var(--display); font-size: 10px; letter-spacing: 0.18em; writing-mode: vertical-rl; }

.interaction {
  display: grid;
  min-height: 710px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 40px;
  padding: 110px max(24px, calc((100vw - 1220px) / 2));
  background: var(--bone);
  color: var(--ink);
}
.interaction-copy { position: relative; z-index: 4; }
.interaction-copy > p:last-child { max-width: 520px; margin: 30px 0 0; color: rgba(10, 9, 13, 0.72); font-size: 18px; }
.interaction-visual { position: relative; z-index: 3; min-height: 500px; }
.interaction-visual img { position: absolute; z-index: 2; right: -35%; bottom: -5%; width: 180%; max-width: none; }
.signal-flow { position: absolute; z-index: 3; inset: 18% auto auto 0; display: grid; gap: 14px; font-family: var(--display); font-weight: 900; }
.signal-flow span, .signal-flow strong { width: max-content; padding: 10px 16px; border: 2px solid var(--ink); background: var(--bone); transform: rotate(-4deg); }
.signal-flow span:nth-child(2) { margin-left: 78px; border-color: var(--violet); color: var(--violet); transform: rotate(3deg); }
.signal-flow strong { margin-left: 158px; border-color: var(--pink); background: var(--pink); color: var(--ink); font-size: 30px; transform: rotate(-7deg); }
.interaction-index { position: absolute; right: -0.08em; bottom: -0.32em; margin: 0; color: rgba(255, 45, 145, 0.08); font-family: var(--display); font-size: 330px; font-weight: 900; line-height: 1; }

.zombie {
  min-height: 300vh;
  background: #07070a;
}
.zombie-sticky {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100vh;
  align-items: center;
  overflow: clip;
  isolation: isolate;
  padding: 100px max(24px, calc((100vw - 1220px) / 2));
  background: #07070a;
}
.zombie-city { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.62; }
.zombie-veil { position: absolute; z-index: -3; inset: 0; background: rgba(7, 7, 10, 0.45); }
.zombie-copy { position: relative; z-index: 5; width: min(680px, 59%); }
.zombie-status { display: inline-block; margin: 0 0 18px; padding: 8px 12px; background: var(--acid); color: var(--ink); font-family: var(--display); font-size: 10px; font-weight: 900; transform: rotate(-2deg); }
.zombie h2 { font-size: clamp(72px, 10vw, 158px); }
.zombie h2 em { color: var(--acid); }
.zombie-copy > p:nth-last-of-type(1) { max-width: 530px; margin: 28px 0; color: var(--bone); font-size: 18px; }
.zombie-sequence {
  position: absolute;
  z-index: 4;
  top: 0;
  right: calc(35vw - 117.3vh);
  width: 177.78vh;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.72));
}
.zombie-frame-stage {
  transform-origin: 72% 54%;
}
.zombie-frame { display: block; width: 100%; height: auto; }
.zombie-warning { position: absolute; z-index: 6; inset: auto -2vw 18px; margin: 0; padding: 9px 0; background: var(--acid); color: var(--ink); font-family: var(--display); font-size: 11px; font-weight: 900; letter-spacing: 0.08em; text-align: center; transform: rotate(-1deg); }

.final-cta {
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: 72px 24px;
  background: var(--pink);
  color: var(--ink);
  text-align: center;
}
.final-cta p { margin: 0; font-family: var(--display); font-size: 10px; font-weight: 900; letter-spacing: 0.14em; }
.final-cta h2 { max-width: 980px; font-size: clamp(42px, 6vw, 92px); }

.footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 100px;
  padding: 24px max(24px, calc((100vw - 1220px) / 2));
  border-top: 1px solid var(--line);
  color: var(--bone-soft);
  font-size: 11px;
}
.footer p:nth-child(2) { text-align: center; }

.access-dialog {
  width: min(650px, calc(100vw - 32px));
  padding: 30px;
  border: 2px solid var(--pink);
  border-radius: 0;
  background: var(--ink);
  color: var(--bone);
  box-shadow: 18px 18px 0 var(--pink);
}
.access-dialog::backdrop { background: rgba(10, 9, 13, 0.84); backdrop-filter: blur(9px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.dialog-top p { font-family: var(--display); color: var(--pink); font-size: 10px; font-weight: 900; }
.dialog-top button { border: 0; background: transparent; cursor: pointer; font-family: var(--display); font-size: 9px; }
.access-dialog h2 { margin-top: 34px; font-size: clamp(45px, 7vw, 76px); }
.access-dialog > p { color: var(--bone-soft); }
.access-dialog label { display: block; margin: 28px 0 8px; font-family: var(--display); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr auto; }
.form-row input { min-width: 0; min-height: 54px; padding: 0 15px; border: 1px solid var(--bone); border-radius: 0; background: transparent; color: var(--bone); }
.form-row button { min-height: 54px; padding: 0 18px; border: 1px solid var(--pink); background: var(--pink); color: var(--ink); cursor: pointer; font-family: var(--display); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.dialog-success { margin-top: 26px; padding: 18px; border: 1px solid var(--acid); color: var(--acid) !important; font-family: var(--display); font-weight: 900; text-align: center; }

:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }

@media (max-width: 960px) {
  .topbar { grid-template-columns: auto 1fr; }
  .nav { display: none; }
  .topbar-actions { justify-self: end; }
  .hero { min-height: 930px; align-items: start; padding-top: 132px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 em { left: 0; }
  .hero-visual { right: -12vw; width: 77vw; }
  .money-decal--01 { left: -3%; }
  .money-decal--02 { right: 24%; }
  .money-decal--04 { bottom: 10%; }
  .money-decal--05 { right: 22%; }
  .hero-lead { width: 65%; }
  .tiktok { min-height: 980px; padding-top: 110px; }
  .tiktok .section-copy { width: 80%; }
  .live-rig { top: 440px; right: 8vw; width: 78vw; }
  .engine { grid-template-columns: 1fr; padding-block: 130px; }
  .engine-visual { min-height: 600px; order: 2; }
  .engine-cpu { right: -2%; width: 104%; }
  .interaction { grid-template-columns: 1fr; min-height: 940px; align-content: center; }
  .interaction-visual { min-height: 500px; }
  .zombie { min-height: 280vh; }
  .zombie-sticky { align-items: start; padding-top: 110px; }
  .zombie-copy { width: 100%; }
  .zombie-sequence { top: 0; right: calc(35vw - 117.3vh); width: 177.78vh; }
}

@media (max-width: 620px) {
  :root { --page: calc(100vw - 32px); }
  .topbar { min-height: 58px; padding-inline: 14px; }
  .nav-cta { display: none; }
  .chapter-rail { right: 6px; }
  .chapter-rail a { width: 26px; height: 26px; }
  h1 { font-size: clamp(50px, 16vw, 76px); }
  h2 { font-size: clamp(45px, 14vw, 72px); }
  .hero { min-height: 830px; padding: 110px 18px 80px; }
  .hero-lead { width: calc(100% - 40px); font-size: 15px; }
  .hero-actions { max-width: calc(100% - 40px); }
  .button { width: 100%; }
  .hero-visual { right: -78vw; bottom: -36px; width: 220vw; opacity: 0.72; }
  .money-decal--01 { top: 20%; left: -12%; width: 38vw; opacity: 0.22; }
  .money-decal--02 { top: 42%; right: 8%; width: 29vw; opacity: 0.38; }
  .money-decal--03 { top: 56%; right: 1%; width: 19vw; }
  .money-decal--04 { display: none; }
  .money-decal--05 { right: 27%; bottom: 1%; width: 34vw; opacity: 0.62; }
  .money-decal--06 { right: -16%; bottom: 21%; width: 42vw; opacity: 0.62; }
  .hero-stamp { right: 24%; }
  .hero-foot { inset-inline: 18px; }
  .hero-foot span:first-child { display: none; }
  .tiktok { min-height: 900px; padding: 100px 18px 70px; }
  .tiktok .section-copy { width: calc(100% - 30px); }
  .section-copy > p:last-child { font-size: 15px; }
  .live-rig { top: 440px; right: 10vw; width: 84vw; box-shadow: 13px 16px 0 var(--violet); }
  .live-stage { min-height: 360px; clip-path: inset(0); }
  .live-stage img { width: 150%; max-width: none; right: -25%; bottom: -3%; }
  .live-chat { width: 55%; }
  .engine { padding: 110px 18px 130px; }
  .engine-visual { min-height: 430px; }
  .engine-cpu { top: 11%; right: -3%; width: 108%; }
  .engine-tag { min-width: 122px; padding: 9px 10px; }
  .engine-tag--core { top: 6%; left: 0; }
  .engine-tag--latency { right: -2%; bottom: 16%; }
  .engine-signal { right: -4%; bottom: 1%; width: 108%; font-size: 7px; }
  .engine-code { display: none; }
  .interaction { min-height: 820px; padding: 100px 18px; }
  .interaction-visual { min-height: 390px; }
  .interaction h2 { font-size: clamp(30px, 8.7vw, 44px); }
  .interaction-visual img { width: 150%; right: -10%; }
  .signal-flow strong { margin-left: 90px; }
  .signal-flow span:nth-child(2) { margin-left: 45px; }
  .zombie { min-height: 270vh; }
  .zombie-sticky { min-height: 100svh; padding: 100px 18px 80px; }
  .zombie h2 { font-size: clamp(48px, 13.5vw, 72px); }
  .zombie-copy > p:nth-last-of-type(1) { font-size: 15px; }
  .zombie-sequence { top: 0; right: calc(35vw - 117.3svh); width: 177.78svh; opacity: 0.84; }
  .footer { grid-template-columns: 1fr auto; }
  .footer p:nth-child(2) { display: none; }
  .form-row { grid-template-columns: 1fr; gap: 8px; }
}
