@font-face {
  font-family: "Instrument Serif Weird";
  src: url("assets/fonts/instrument-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #08080b;
  --ink-2: #11111a;
  --paper: #f4f0e8;
  --magenta: #ff2aa8;
  --cyan: #00eaff;
  --yellow: #f5f000;
  --violet: #6c35ff;
  --red: #ff375f;
  --toxic: #73f3a2;
  --forest: #063b22;
  --border: 2px solid var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 85% 13%, rgba(52, 151, 78, .17), transparent 27rem),
    radial-gradient(circle at 12% 62%, rgba(255, 42, 168, .1), transparent 34rem),
    var(--ink);
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  min-height: 76px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 8, 11, .9);
  border-bottom: var(--border);
  backdrop-filter: blur(14px);
}

.wordmark {
  color: #fffbdc;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 950;
  letter-spacing: -.08em;
  text-decoration: none;
  text-shadow: 3px 2px 0 var(--magenta);
}

nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 44px); }
nav a {
  font: 800 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .11em;
  text-decoration: none;
}
nav a:hover, nav a:focus-visible { color: var(--cyan); }

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  border-bottom: var(--border);
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    radial-gradient(circle at 9% 35%, rgba(255,42,168,.2), transparent 29%),
    radial-gradient(circle at 32% 82%, rgba(36,178,89,.19), transparent 32%),
    var(--ink);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
}

.hero-copy {
  padding: clamp(52px, 7vw, 110px) clamp(24px, 5vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: var(--border);
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 38px;
  font: 800 .75rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .08em;
}
.status-row > span { padding: 10px 12px; border: 1px solid rgba(244,240,232,.55); }
.status { background: var(--red); color: white; border-color: var(--red) !important; }
.status i { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: white; animation: pulse 1.35s infinite; }

.hero-mark {
  margin: 0 0 22px;
  color: #fffbdc;
  font: 950 clamp(6.2rem, 12vw, 13rem)/.68 "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -.11em;
  text-shadow: 8px 4px 0 var(--magenta), -4px -2px 0 var(--cyan);
}

h1 {
  position: relative;
  margin: 0;
  max-width: 10ch;
  color: var(--paper);
  font-size: clamp(3.2rem, 5.4vw, 6rem);
  font-stretch: condensed;
  font-weight: 950;
  letter-spacing: -.085em;
  line-height: .8;
  text-transform: uppercase;
  text-shadow: 3px 0 0 var(--magenta), -2px 2px 0 var(--cyan);
}

.intro {
  max-width: 29ch;
  margin: 32px 0 0;
  color: var(--toxic);
  font-family: "Instrument Serif Weird", Georgia, serif;
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-style: italic;
  line-height: 1.12;
  transform: rotate(-1deg);
  text-shadow: 2px 2px 0 rgba(255,42,168,.32);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--paper);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  font: 900 .84rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1em;
  text-decoration: none;
  box-shadow: 6px 6px 0 var(--paper);
  transition: transform .16s, box-shadow .16s, background .16s, color .16s;
}
.button:hover, .button:focus-visible { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--paper); }
.button.primary { background: var(--yellow); border-color: var(--yellow); color: var(--ink); box-shadow-color: var(--magenta); }
.button.secondary:hover { background: var(--magenta); }

.totem-console {
  align-self: stretch;
  min-height: 620px;
  padding: clamp(20px, 3vw, 44px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background:
    linear-gradient(145deg, rgba(8,70,35,.88) 0 13%, #09090d 13% 87%, rgba(59,13,53,.94) 87%),
    #0b0c0c;
}
.console-bar, .console-footer {
  min-height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(0,234,255,.65);
  background: rgba(0,0,0,.82);
  color: var(--cyan);
  font: 800 .72rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}
.console-footer { color: #8d859f; border-color: rgba(244,240,232,.22); }
.live-readout { color: var(--magenta); }

.totem-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 55%, rgba(108,53,255,.22), transparent 35%),
    linear-gradient(rgba(0,234,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,234,255,.05) 1px, transparent 1px),
    #030305;
  background-size: auto, 28px 28px, 28px 28px, auto;
  border-left: 1px solid rgba(244,240,232,.22);
  border-right: 1px solid rgba(244,240,232,.22);
  isolation: isolate;
}
.totem-stage img, .totem-stage canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.totem-stage img { object-fit: contain; padding: 4%; opacity: .96; }
.totem-stage.webgl-ready img { opacity: 0; }
.totem-stage canvas { z-index: 2; cursor: grab; opacity: 0; transition: opacity .35s; }
.totem-stage canvas.is-ready { opacity: 1; }
.totem-stage canvas:active { cursor: grabbing; }
.scanlines {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.035) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}
.totem-stage::before,
.totem-stage::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: screen;
}
.totem-stage::before { top: 23%; height: 10%; background: rgba(255,42,168,.78); }
.totem-stage::after { top: 66%; height: 6%; background: rgba(0,234,255,.78); }
.totem-console.is-executing { animation: console-burst 1.8s steps(2, end); }
.totem-console.is-executing .totem-stage canvas { animation: totem-corrupt 1.8s steps(1, end); }
.totem-console.is-executing .totem-stage::before { animation: signal-tear-a 1.8s steps(2, end); }
.totem-console.is-executing .totem-stage::after { animation: signal-tear-b 1.8s steps(2, end); }
.totem-console.is-executing .console-bar,
.totem-console.is-executing .console-footer { animation: readout-corrupt .22s steps(2, end) 7; }

.signal-strip {
  overflow: hidden;
  border-bottom: var(--border);
  background: var(--magenta);
  color: var(--ink);
}
.signal-track {
  width: max-content;
  padding: 13px 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: .045em;
  animation: crawl 25s linear infinite;
}
.signal-group { display: flex; align-items: center; gap: 28px; padding-right: 28px; }
.signal-track b { color: var(--yellow); }

.play-lab {
  padding: clamp(54px, 6vw, 86px) clamp(20px, 4vw, 64px);
  position: relative;
  border-bottom: var(--border);
  background:
    radial-gradient(ellipse at 100% 0, rgba(115,243,162,.18), transparent 34%),
    linear-gradient(115deg, rgba(6,59,34,.5), transparent 36%),
    #070a08;
}
.play-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  background-image: repeating-linear-gradient(105deg, transparent 0 36px, rgba(115,243,162,.18) 37px 38px, transparent 39px 76px);
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.section-heading, .arcade-heading { position: relative; z-index: 1; margin-bottom: 42px; }
.section-heading p, .arcade-heading p {
  margin: 0 0 12px;
  color: var(--toxic);
  font: 800 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}
.section-heading h2, .arcade-heading h2 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 8rem);
  font-weight: 950;
  letter-spacing: -.075em;
  line-height: .78;
}
.section-heading h2 { font-size: clamp(2.7rem, 5.4vw, 5.7rem); }
.section-heading > span {
  display: inline-block;
  margin-top: 22px;
  color: #9daca1;
  font: 700 .72rem/1 ui-monospace, monospace;
  letter-spacing: .12em;
}

.art-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(9px, 1.2vw, 17px);
  align-items: start;
}
.art-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(244,240,232,.5);
  border-radius: 0;
  background: #0b0b0d;
  color: var(--paper);
  cursor: zoom-in;
  text-align: left;
  box-shadow: 7px 7px 0 rgba(255,42,168,.42);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.art-card:nth-child(3n + 2) { box-shadow-color: rgba(0,234,255,.38); }
.art-card:nth-child(4n) { box-shadow-color: rgba(115,243,162,.4); }
.art-card:hover, .art-card:focus-visible { transform: translateY(-7px); border-color: var(--toxic); box-shadow: 10px 12px 0 var(--magenta); }
.art-card img { width: 100%; height: clamp(190px, 20vw, 290px); display: block; object-fit: cover; filter: saturate(.9) contrast(1.08); transition: filter .25s, transform .35s; }
.art-card:hover img, .art-card:focus-visible img { filter: saturate(1.22) contrast(1.08); transform: scale(1.025); }
.art-card.square img { object-position: center; }
.art-card > span {
  min-height: 66px;
  padding: 11px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border-top: 1px solid rgba(244,240,232,.35);
  background: rgba(5,5,7,.96);
}
.art-card b { font-size: clamp(1rem, 1.35vw, 1.35rem); font-weight: 950; letter-spacing: -.04em; }
.art-card small { overflow-wrap: anywhere; color: #8fa798; font: 700 .75rem/1.25 ui-monospace, monospace; letter-spacing: .02em; }

.arcade-platform {
  position: relative;
  isolation: isolate;
  padding: clamp(82px, 10vw, 150px) clamp(20px, 5vw, 82px) clamp(68px, 8vw, 110px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(108,53,255,.3), transparent 31%),
    radial-gradient(circle at 13% 18%, rgba(255,42,168,.22), transparent 24%),
    linear-gradient(to bottom, #06050b, #0a0611 72%, #020204);
}
.arcade-platform::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.028) 0 1px, transparent 1px 4px);
  pointer-events: none;
}
.arcade-grid {
  position: absolute;
  z-index: -1;
  left: -15%;
  right: -15%;
  bottom: -22%;
  height: 55%;
  transform: perspective(380px) rotateX(63deg);
  transform-origin: bottom;
  background-image:
    linear-gradient(rgba(0,234,255,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,234,255,.22) 1px, transparent 1px);
  background-size: 52px 38px;
  mask-image: linear-gradient(to top, #000, transparent 94%);
}
.arcade-heading p { color: var(--cyan); }
.arcade-heading h2 {
  max-width: none;
  color: #fffbdc;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(1.45rem, 5vw, 5.4rem);
  letter-spacing: -.095em;
  line-height: 1;
  overflow-wrap: normal;
  white-space: nowrap;
  text-shadow: 5px 4px 0 var(--violet), -3px -2px 0 var(--magenta);
}

.game-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 4vw, 58px); }
.game-bay {
  padding: clamp(14px, 2vw, 24px);
  border: 3px solid #29283c;
  background: linear-gradient(145deg, #191727, #08080e 48%, #151221);
  box-shadow: 0 0 0 2px #050509, 0 0 0 4px rgba(0,234,255,.35), 0 24px 60px rgba(0,0,0,.62);
}
.bay-top {
  padding: 11px 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(0,234,255,.48);
  border-bottom: 0;
  color: var(--cyan);
  font: 800 .68rem/1 ui-monospace, monospace;
  letter-spacing: .1em;
}
.bay-top span:last-child { color: var(--toxic); }
.game-screen {
  min-height: 390px;
  padding: clamp(28px, 4vw, 56px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(0,234,255,.48);
  background:
    linear-gradient(rgba(0,234,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,234,255,.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 30%, rgba(255,42,168,.26), transparent 37%),
    #030409;
  background-size: 26px 26px, 26px 26px, auto, auto;
}
.game-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.025) 4px);
  pointer-events: none;
}
.game-screen p { margin: 0 0 13px; color: var(--cyan); font: 800 .68rem/1.3 ui-monospace, monospace; letter-spacing: .1em; }
.game-screen h3 { margin: 0; position: relative; z-index: 1; font-size: clamp(2.5rem, 5vw, 5.5rem); font-weight: 950; letter-spacing: -.075em; line-height: .78; }
.game-screen h3 strong { color: var(--magenta); font-weight: inherit; text-shadow: 3px 2px 0 var(--cyan); }
.game-copy { max-width: 36ch; margin-top: 24px; position: relative; z-index: 1; color: #b8b4c1; font-size: 1rem; line-height: 1.55; }
.launch-button {
  min-height: 66px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--magenta);
  border-top: 0;
  background: var(--magenta);
  color: var(--ink);
  font: 950 .82rem/1 ui-monospace, monospace;
  letter-spacing: .1em;
  text-decoration: none;
  transition: background .16s, color .16s;
}
.launch-button span { font-size: 1.35rem; }
.launch-button:hover, .launch-button:focus-visible { background: var(--yellow); color: var(--ink); }
.sentience-bay .launch-button { border-color: var(--cyan); background: var(--cyan); }

.agent-mark {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 46px;
  right: 48px;
  filter: drop-shadow(0 0 18px rgba(0,234,255,.7));
  animation: agent-pulse 2.4s ease-in-out infinite;
}
.agent-mark b, .agent-mark i { position: absolute; display: block; background: var(--cyan); }
.agent-mark b { width: 38px; height: 38px; left: 51px; top: 51px; transform: rotate(45deg); }
.agent-mark i { width: 23px; height: 23px; }
.agent-mark i:nth-child(1) { left: 0; top: 0; }
.agent-mark i:nth-child(2) { right: 0; top: 0; background: var(--magenta); }
.agent-mark i:nth-child(3) { left: 0; bottom: 0; background: var(--magenta); }
.agent-mark i:nth-child(4) { right: 0; bottom: 0; }
.agent-mark::before, .agent-mark::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid rgba(0,234,255,.72);
  clip-path: polygon(0 0, 28% 0, 50% 39%, 72% 0, 100% 0, 100% 28%, 61% 50%, 100% 72%, 100% 100%, 72% 100%, 50% 61%, 28% 100%, 0 100%, 0 72%, 39% 50%, 0 28%);
}
.agent-mark::after { inset: 29px; border-color: var(--magenta); }

.arcade-instruction {
  margin: 38px 0 0;
  color: #777386;
  text-align: center;
  font: 700 .67rem/1.4 ui-monospace, monospace;
  letter-spacing: .14em;
}

footer {
  min-height: 150px;
  padding: 34px clamp(20px, 5vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 2px solid var(--paper);
  background: var(--toxic);
  color: var(--ink);
}
footer span:first-child { font-size: clamp(3rem, 8vw, 7rem); font-weight: 950; letter-spacing: -.09em; line-height: .75; }
footer span:last-child { font: 900 .72rem/1.4 ui-monospace, monospace; letter-spacing: .12em; }

.art-viewer {
  width: min(92vw, 920px);
  height: min(92vh, 930px);
  padding: 48px 22px 22px;
  border: 2px solid var(--toxic);
  border-radius: 0;
  background: #050608;
  color: var(--paper);
  box-shadow: 14px 14px 0 var(--magenta);
}
.art-viewer::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.art-viewer figure { height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; }
.art-viewer img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; }
.art-viewer figcaption { color: var(--toxic); font-size: 1.4rem; font-weight: 950; letter-spacing: .06em; }
.viewer-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: var(--cyan);
  cursor: pointer;
  font: 800 .72rem/1 ui-monospace, monospace;
  letter-spacing: .1em;
}

@keyframes pulse { 50% { opacity: .18; } }
@keyframes crawl { to { transform: translateX(-50%); } }
@keyframes console-burst {
  0%, 100% { filter: none; transform: none; }
  12% { filter: hue-rotate(80deg) contrast(1.7); transform: translate(6px, -2px); }
  24% { filter: invert(.92) saturate(2.4); transform: translate(-5px, 2px); }
  42% { filter: hue-rotate(-70deg) contrast(1.45); transform: skewX(1.8deg); }
  58% { filter: saturate(2.2); transform: translateX(4px); }
  73% { filter: invert(.18) contrast(1.8); transform: translateX(-3px); }
}
@keyframes totem-corrupt {
  0%, 100% { filter: none; clip-path: inset(0); }
  13% { filter: saturate(3) hue-rotate(85deg); clip-path: inset(0 0 63% 0); transform: translateX(18px); }
  14% { clip-path: inset(38% 0 25% 0); transform: translateX(-21px); }
  28% { filter: invert(1); clip-path: inset(62% 0 0 0); transform: translateX(11px); }
  29%, 48% { filter: none; clip-path: inset(0); transform: none; }
  49% { filter: hue-rotate(-100deg) contrast(2); clip-path: inset(20% 0 48% 0); transform: translateX(-16px); }
  68% { filter: saturate(4); clip-path: inset(72% 0 8% 0); transform: translateX(20px); }
  69%, 100% { filter: none; clip-path: inset(0); transform: none; }
}
@keyframes signal-tear-a {
  0%, 100% { opacity: 0; transform: translateX(-120%); }
  12%, 28%, 52%, 70% { opacity: .88; transform: translateX(18%); }
  20%, 43%, 62% { opacity: .25; transform: translateX(-18%); }
}
@keyframes signal-tear-b {
  0%, 100% { opacity: 0; transform: translateX(120%); }
  18%, 36%, 58%, 77% { opacity: .8; transform: translateX(-12%); }
  27%, 48%, 69% { opacity: .2; transform: translateX(22%); }
}
@keyframes readout-corrupt { 50% { color: var(--yellow); background: var(--magenta); transform: translateX(2px); } }
@keyframes agent-pulse { 50% { transform: scale(.88); opacity: .6; filter: drop-shadow(0 0 32px rgba(255,42,168,.85)); } }

@media (max-width: 880px) {
  .site-header { align-items: flex-start; padding-top: 18px; padding-bottom: 18px; }
  nav { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 670px; border-right: 0; border-bottom: var(--border); }
  .totem-console { min-height: 660px; }
  .art-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .art-card:nth-child(n) { margin-top: 0; }
  .game-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { min-height: 92px; }
  .wordmark { font-size: 1.6rem; }
  nav { max-width: 230px; font-size: .7rem; }
  nav a { font-size: .68rem; }
  .hero-copy { min-height: 610px; padding-top: 58px; }
  .hero-mark { font-size: clamp(6.2rem, 30vw, 8rem); margin-bottom: 20px; }
  h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .totem-console { min-height: 520px; padding: 14px; }
  .console-bar, .console-footer { font-size: .62rem; }
  .button { flex: 1; min-width: 150px; }
  .play-lab, .arcade-platform { padding-left: 16px; padding-right: 16px; }
  .art-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .art-card { box-shadow: 4px 5px 0 rgba(255,42,168,.42); }
  .art-card:nth-child(even) { margin-top: 20px; }
  .art-card > span { min-height: 68px; padding: 11px 10px; }
  .art-card b { font-size: 1.1rem; }
  .art-card small { font-size: .68rem; }
  .art-card img { height: 245px; }
  .arcade-heading h2 { font-size: clamp(1.3rem, 6.1vw, 2.1rem); }
  .game-screen { min-height: 365px; padding: 26px 21px; }
  .agent-mark { width: 100px; height: 100px; top: 42px; right: 30px; }
  .agent-mark b { width: 30px; height: 30px; left: 35px; top: 35px; }
  .agent-mark i { width: 18px; height: 18px; }
  footer { align-items: flex-start; flex-direction: column; }
}

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