:root {
  --black: #030504;
  --ink: #07100c;
  --green-black: #0a1710;
  --moss: #18301f;
  --acid: #c6ff00;
  --acid-soft: #9fcf00;
  --bone: #f0f2e9;
  --muted: #99a39a;
  --line: rgba(198, 255, 0, 0.18);
  --page: min(100% - 48px, 1360px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  color: var(--bone);
  background: var(--black);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

body.intro-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

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

img {
  display: block;
  max-width: 100%;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: 0.035;
  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='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.intro-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: end center;
  overflow: hidden;
  background: #000;
  transition: opacity 0.65s ease, visibility 0.65s ease;
}

.intro-gate video,
.intro-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.intro-gate video {
  object-fit: cover;
}

.intro-shade {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.94) 100%),
    radial-gradient(circle at 50% 38%, transparent, rgba(0,0,0,0.4));
}

.intro-content {
  position: relative;
  z-index: 2;
  width: min(86vw, 560px);
  padding: 0 0 7vh;
  text-align: center;
}

.intro-content p {
  margin: 0 0 18px;
  color: var(--acid);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.intro-content img {
  width: min(78vw, 520px);
  margin: 0 auto 30px;
  filter: drop-shadow(0 15px 30px rgba(0,0,0,0.6));
}

.intro-button,
.sound-toggle {
  border: 1px solid rgba(198,255,0,0.65);
  color: var(--acid);
  background: rgba(2,5,3,0.62);
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.intro-button {
  min-width: 180px;
  padding: 15px 28px;
  font-weight: 700;
}

.sound-toggle {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  padding: 10px 13px;
  font-size: 0.72rem;
}

.intro-button:hover,
.sound-toggle:hover {
  color: var(--black);
  background: var(--acid);
}

.intro-gate.leaving,
.intro-gate.is-gone {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  width: var(--page);
  height: 102px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}

.brand {
  width: 224px;
}

.brand img {
  width: 100%;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 38px;
}

.desktop-nav a,
.header-cta {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.desktop-nav a {
  color: rgba(240,242,233,0.72);
}

.desktop-nav a:hover {
  color: var(--acid);
}

.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--acid);
}

.header-cta span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--acid);
  border-radius: 50%;
}

.menu-button,
.mobile-nav {
  display: none;
}

.rise-hero {
  position: relative;
  min-height: 920px;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 36%, rgba(68,105,25,0.25), transparent 32%),
    linear-gradient(125deg, #050a07 0%, #020403 58%, #0b140c 100%);
}

.rise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(198,255,0,0.055) 25%);
}

.hero-image {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -4vw;
  width: min(72vw, 1080px);
  height: 100%;
  overflow: hidden;
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  filter: saturate(0.72) brightness(0.51) contrast(1.2);
  transform: scale(1.08);
}

.hero-wash {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, #030504 0%, rgba(3,5,4,0.98) 27%, rgba(3,5,4,0.54) 54%, rgba(3,5,4,0.18) 100%),
    linear-gradient(0deg, #030504 0%, transparent 27%);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  left: max(24px, calc((100vw - 1360px) / 2));
  top: 50%;
  width: min(720px, 58vw);
  transform: translateY(-43%);
}

.hero-signal,
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--acid);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-signal span {
  width: 34px;
  height: 1px;
  background: var(--acid);
}

.hero-copy h1,
.manifesto h2,
.reward-stage h2,
.tracker h2,
.game-callout h2,
.steps h2,
.launch h2 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-size: clamp(4.8rem, 9.8vw, 10.5rem);
}

.hero-copy h1 span,
.hero-copy h1 strong {
  display: block;
}

.hero-copy h1 span {
  color: var(--bone);
}

.hero-copy h1 strong {
  color: var(--acid);
  font-weight: inherit;
  text-shadow: 0 16px 0 rgba(42,73,30,0.55);
}

.hero-copy > p {
  width: min(590px, 90%);
  margin: 36px 0 0;
  color: rgba(240,242,233,0.72);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  border: 1px solid var(--acid);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.button-acid {
  color: #071007;
  background: var(--acid);
}

.button-acid:hover {
  color: var(--acid);
  background: transparent;
}

.button-ghost {
  color: var(--bone);
  border-color: rgba(240,242,233,0.3);
  background: rgba(0,0,0,0.22);
}

.button-ghost:hover {
  border-color: var(--bone);
}

.hero-rail {
  position: absolute;
  z-index: 4;
  right: max(24px, calc((100vw - 1360px) / 2));
  bottom: 44px;
  display: flex;
  margin: 0;
  border-top: 1px solid rgba(240,242,233,0.28);
}

.hero-rail div {
  min-width: 150px;
  padding: 16px 24px 0 0;
}

.hero-rail dt {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-rail dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-rail i,
.tracker-status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 14px var(--acid);
}

.hero-index,
.tracker-number {
  position: absolute;
  z-index: 3;
  color: rgba(240,242,233,0.08);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 0.8;
}

.hero-index {
  right: -0.03em;
  bottom: -0.04em;
}

.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9vw;
  width: var(--page);
  min-height: 760px;
  margin: 0 auto;
  padding: 150px 0 140px;
  overflow: hidden;
}

.manifesto::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--line);
}

.manifesto h2,
.reward-stage h2,
.tracker h2,
.game-callout h2,
.steps h2,
.launch h2 {
  font-size: clamp(3.3rem, 6.5vw, 7rem);
}

.manifesto h2 span,
.steps h2 span {
  color: var(--acid);
}

.manifesto-copy {
  align-self: end;
  padding-bottom: 10px;
}

.manifesto-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.manifesto-copy .large-copy {
  color: var(--bone);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.45;
}

.manifesto-stamp {
  position: absolute;
  left: 0;
  bottom: 90px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--moss);
  font-family: "Archivo Black", sans-serif;
  transform: rotate(-6deg);
}

.manifesto-stamp strong {
  padding: 8px 10px;
  color: var(--black);
  background: var(--acid);
  font-size: 2rem;
}

.reward-stage {
  position: relative;
  min-height: 720px;
  padding: 150px max(24px, calc((100vw - 1360px) / 2));
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(9,24,14,0.96), rgba(3,5,4,0.98)),
    var(--black);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reward-stage::after {
  content: "";
  position: absolute;
  top: -35%;
  right: -12%;
  width: 55vw;
  height: 55vw;
  border: 1px solid rgba(198,255,0,0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(198,255,0,0.025), 0 0 0 160px rgba(198,255,0,0.018);
}

.reward-word {
  position: absolute;
  left: -0.04em;
  bottom: -0.18em;
  color: rgba(198,255,0,0.055);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(13rem, 32vw, 33rem);
  line-height: 0.8;
  letter-spacing: -0.09em;
}

.reward-stage-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 10vw;
  align-items: end;
}

.section-label.light {
  color: rgba(240,242,233,0.68);
}

.reward-stage h2 span {
  color: var(--acid);
}

.reward-details {
  padding: 0 0 16px 28px;
  border-left: 1px solid var(--acid);
}

.reward-details p {
  margin: 0;
  color: rgba(240,242,233,0.8);
  font-size: 1.12rem;
  line-height: 1.7;
}

.reward-details .microcopy {
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.86rem;
}

.tracker {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 8vw;
  width: var(--page);
  margin: 0 auto;
  padding: 150px 0;
}

.tracker-side {
  position: relative;
  min-height: 620px;
}

.tracker-side > p:not(.section-label) {
  max-width: 420px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.tracker-number {
  left: -0.07em;
  bottom: -0.05em;
}

.tracker-console {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 34px;
  border: 1px solid rgba(198,255,0,0.34);
  background:
    linear-gradient(135deg, rgba(198,255,0,0.045), transparent 45%),
    #07100b;
  box-shadow: 30px 30px 0 #0e2115;
}

.console-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(240,242,233,0.14);
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.tracker-status {
  color: var(--bone);
}

.tracker-status.live {
  color: var(--acid);
}

.tracker-status.error i {
  background: #ff756f;
  box-shadow: 0 0 12px #ff756f;
}

.console-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 38px 0 34px;
}

.console-title span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.console-title strong {
  color: var(--acid);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(4rem, 7vw, 7.5rem);
  line-height: 0.75;
  letter-spacing: -0.06em;
}

.wallet-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--bone);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.wallet-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
}

.wallet-input-row input {
  min-width: 0;
  height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(240,242,233,0.23);
  border-right: 0;
  outline: 0;
  color: var(--bone);
  background: #020503;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.wallet-input-row input:focus {
  border-color: var(--acid);
}

.tracker-button {
  min-width: 150px;
  border: 1px solid var(--acid);
  color: #071007;
  background: var(--acid);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.tracker-button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.wallet-message {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.wallet-message.error {
  color: #ff8b86;
}

.tracker-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 0;
  border-top: 1px solid rgba(240,242,233,0.14);
  border-bottom: 1px solid rgba(240,242,233,0.14);
}

.tracker-results div {
  padding: 22px 18px 22px 0;
}

.tracker-results div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(240,242,233,0.14);
}

.tracker-results dt,
.tracker-proof span {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.tracker-results dd {
  margin: 9px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.tracker-proof {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 22px;
}

.tracker-proof strong {
  display: block;
  margin-top: 8px;
  color: var(--acid);
  font-size: 0.8rem;
}

.tracker-proof p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: right;
}

.game-callout {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 50%, rgba(198,255,0,0.09), transparent 28%),
    #09110c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.game-copy {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10vw;
  align-items: end;
  width: var(--page);
  min-height: 560px;
  margin: 0 auto;
  padding: 110px 0;
}

.game-callout h2 {
  color: var(--acid);
  font-size: clamp(4rem, 8vw, 8rem);
}

.game-details {
  padding: 0 0 12px 30px;
  border-left: 1px solid var(--acid);
}

.game-details p {
  max-width: 430px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.steps {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  width: var(--page);
  margin: 0 auto;
  padding: 150px 0;
}

.step-list {
  border-top: 1px solid var(--line);
}

.step-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 22px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.step-list article > span {
  color: var(--acid);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.step-list h3 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  line-height: 1;
  text-transform: uppercase;
}

.step-list p {
  grid-column: 2;
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.launch {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  background: var(--acid);
}

.launch::before,
.launch::after {
  content: "";
  position: absolute;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(3,5,4,0.25);
  border-radius: 50%;
}

.launch::before { top: -40vw; left: -20vw; }
.launch::after { right: -30vw; bottom: -45vw; }

.launch-art {
  position: absolute;
  inset: 0 auto 0 50%;
  width: min(64vw, 880px);
  transform: translateX(-50%);
  opacity: 0.13;
  mix-blend-mode: multiply;
}

.launch-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  filter: grayscale(1) contrast(1.4);
}

.launch-copy {
  position: relative;
  z-index: 2;
  width: min(860px, calc(100% - 48px));
}

.launch .section-label {
  justify-content: center;
  color: var(--black);
}

.launch h2 {
  color: var(--black);
  font-size: clamp(5rem, 10vw, 11rem);
}

.launch-copy > p:not(.section-label) {
  max-width: 520px;
  margin: 30px auto;
  color: rgba(3,5,4,0.7);
  font-size: 1.05rem;
}

.button-dark {
  color: var(--acid);
  background: var(--black);
  border-color: var(--black);
}

.button.disabled {
  opacity: 0.82;
  cursor: not-allowed;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  align-items: end;
  width: var(--page);
  margin: 0 auto;
  padding: 66px 0 48px;
}

footer img {
  width: 250px;
}

footer p {
  margin: 0;
  color: rgba(240,242,233,0.58);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

footer span {
  color: var(--muted);
  font-size: 0.76rem;
}

@media (max-width: 980px) {
  :root { --page: min(100% - 36px, 1360px); }
  .site-header { height: 84px; grid-template-columns: 1fr auto; }
  .brand { width: 190px; }
  .desktop-nav,
  .header-cta { display: none; }
  .menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    color: var(--bone);
    background: rgba(3,5,4,0.85);
  }
  .menu-button span { display: block; width: 20px; height: 1px; background: currentColor; transition: transform 0.2s ease; }
  .menu-button.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav {
    position: absolute;
    z-index: 29;
    top: 84px;
    left: 0;
    width: 100%;
    padding: 18px;
    background: rgba(3,5,4,0.97);
    border-bottom: 1px solid var(--line);
  }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-weight: 700; text-transform: uppercase; }
  .rise-hero { min-height: 820px; }
  .hero-image { right: -26%; width: 94%; }
  .hero-copy { width: min(660px, 88vw); }
  .hero-rail { display: none; }
  .manifesto,
  .reward-stage-grid,
  .tracker,
  .game-copy,
  .steps { grid-template-columns: 1fr; }
  .manifesto { gap: 70px; min-height: 0; }
  .manifesto-stamp { display: none; }
  .reward-stage-grid { gap: 70px; }
  .tracker-side { min-height: 0; }
  .tracker-number { display: none; }
  .game-copy { gap: 60px; }
  .steps { gap: 70px; }
}

@media (max-width: 640px) {
  :root { --page: calc(100% - 28px); }
  .sound-toggle { top: 14px; right: 14px; }
  .intro-content { padding-bottom: 6vh; }
  .site-header { height: 74px; }
  .brand { width: 165px; }
  .mobile-nav { top: 74px; }
  .rise-hero { min-height: 740px; }
  .hero-image { top: 72px; right: -47%; width: 135%; height: 76%; clip-path: none; }
  .hero-wash {
    background:
      linear-gradient(90deg, rgba(3,5,4,0.96) 0%, rgba(3,5,4,0.56) 68%, rgba(3,5,4,0.18) 100%),
      linear-gradient(0deg, #030504 2%, transparent 52%);
  }
  .hero-copy { top: auto; bottom: 66px; left: 14px; width: calc(100% - 28px); transform: none; }
  .hero-copy h1 { font-size: clamp(3.6rem, 18vw, 5.7rem); }
  .hero-copy > p { width: 100%; margin-top: 25px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .button { width: 100%; }
  .hero-index { display: none; }
  .manifesto,
  .tracker,
  .steps { padding: 95px 0; }
  .reward-stage { min-height: 660px; padding-top: 95px; padding-bottom: 95px; }
  .manifesto h2,
  .reward-stage h2,
  .tracker h2,
  .game-callout h2,
  .steps h2 { font-size: clamp(2.9rem, 14vw, 4.8rem); }
  .tracker-console { margin-right: 10px; padding: 22px 18px; box-shadow: 10px 10px 0 #0e2115; }
  .console-topline { gap: 16px; font-size: 0.62rem; }
  .console-title strong { font-size: 4rem; }
  .wallet-input-row { grid-template-columns: 1fr; }
  .wallet-input-row input { border-right: 1px solid rgba(240,242,233,0.23); }
  .tracker-button { min-height: 52px; }
  .tracker-results { grid-template-columns: 1fr; }
  .tracker-results div + div { padding-left: 0; border-top: 1px solid rgba(240,242,233,0.14); border-left: 0; }
  .tracker-proof { align-items: flex-start; flex-direction: column; }
  .tracker-proof p { text-align: left; }
  .game-copy { min-height: 0; padding: 95px 0; }
  .game-details { padding-left: 20px; }
  .step-list article { grid-template-columns: 48px 1fr; }
  .launch { min-height: 640px; }
  .launch h2 { font-size: clamp(4rem, 20vw, 7rem); }
  footer { grid-template-columns: 1fr; gap: 22px; }
  footer img { width: 210px; }
}

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