@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Grotesk";
  src: url("assets/fonts/space-grotesk-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Silkscreen;
  src: url("assets/fonts/silkscreen-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #faf9f6;
  --shell: #eeede6;
  --ink: #192321;
  --muted: #60655e;
  --line: #d6d7cc;
  --blue: #244cde;
  --red: #d8442f;
  --display: "Space Grotesk", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --pixel: Silkscreen, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
body.dialog-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  border: 0;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
::selection {
  color: white;
  background: var(--blue);
}
[hidden] {
  display: none !important;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: square;
  stroke-linejoin: miter;
  flex-shrink: 0;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 12px 20px;
  background: var(--blue);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.js-only {
  display: none;
}
.js .js-only {
  display: flex;
}
.system-bar {
  height: 30px;
  background: var(--shell);
  border-bottom: 1px solid var(--line);
  font: 10px var(--pixel);
  color: #555d52;
}
.system-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.system-inner > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #4d7750;
  flex-shrink: 0;
}
.system-divider {
  opacity: 0.4;
  margin-inline: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(250, 249, 246, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font: 700 29px/1 var(--display);
  letter-spacing: -1.6px;
}
.brand-period {
  color: var(--red);
}
.boing-ball {
  width: 31px;
  height: 31px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 50%;
  background: conic-gradient(
      #df4736 25%,
      #f8f5e9 0 50%,
      #df4736 0 75%,
      #f8f5e9 0
    )
    0 0/14px 14px;
  box-shadow:
    inset -5px -3px 0 #78261c22,
    inset 2px 2px 0 #ffffff55;
  transform: rotate(-22deg);
  border: 1px solid #1c211c20;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}
.navigation > a {
  padding-block: 12px;
}
.navigation > a:not(.nav-download):hover {
  color: var(--blue);
}
.navigation .nav-download {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 11px 20px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  box-shadow: 2px 2px 0 var(--ink);
}
.nav-download:hover {
  background: var(--shell);
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
  overflow: hidden;
  background: var(--shell);
}
.hero:after {
  position: absolute;
  content: "";
  width: 53%;
  height: 100%;
  right: 0;
  top: 0;
  background-image:
    linear-gradient(#244cde09 1px, transparent 1px),
    linear-gradient(90deg, #244cde09 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 58px;
  min-height: 685px;
  align-items: center;
  padding-top: 67px;
  padding-bottom: 58px;
  position: relative;
  z-index: 1;
}
.release-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #c6cbbd;
  border-radius: 30px;
  font-size: 12px;
  background: #f5f5ee;
  padding: 6px 11px 6px 12px;
}
.release-pill .icon {
  width: 15px;
  height: 15px;
}
.release-pill:hover {
  border-color: var(--blue);
}
h1 {
  font-size: clamp(56px, 5.7vw, 82px);
  line-height: 1.05;
  letter-spacing: -5px;
  margin-top: 28px;
  margin-bottom: 22px;
}
.red-period {
  color: var(--red);
}
.hero-subtitle {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  font-weight: 600;
}
.hero-description {
  color: var(--muted);
  font-size: 16px;
  max-width: 385px;
  margin-top: 18px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.button {
  min-height: 52px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background 0.15s,
    box-shadow 0.15s;
}
.button-blue {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: 3px 3px 0 #163198;
}
.button-blue:hover {
  background: #183ec8;
  box-shadow: 2px 2px 0 #163198;
}
.text-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--blue);
}
.hero-footnote {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #656d61;
  margin-top: 30px;
}
.tiny-disk {
  width: 12px;
  height: 13px;
  display: inline-block;
  border: 1px solid #777e70;
  position: relative;
}
.tiny-disk:before {
  content: "";
  position: absolute;
  border: 1px solid #777e70;
  width: 6px;
  height: 4px;
  top: -1px;
  left: 2px;
}
.tiny-disk:after {
  content: "";
  position: absolute;
  background: #777e70;
  width: 6px;
  height: 3px;
  bottom: 1px;
  left: 2px;
}
.hero-visual {
  position: relative;
  padding-top: 5px;
}
.monitor {
  position: relative;
  background: #dfded4;
  border: 1px solid #acaea0;
  border-radius: 10px 10px 15px 15px;
  padding: 15px 18px 0;
  box-shadow:
    inset 2px 2px 0 #fff9,
    inset -3px -3px 0 #b2b3a7,
    9px 10px 0 #252f2330,
    0 18px 30px #2933200d;
  transform: rotate(-2deg);
  z-index: 2;
}
.monitor-top {
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-inline: 3px;
  color: #626757;
  font: 9px var(--pixel);
}
.monitor-top-right {
  display: flex;
  gap: 5px;
}
.monitor-top-right span {
  width: 9px;
  height: 9px;
  border: 1px solid #959b88;
}
.monitor-screen {
  position: relative;
  border: 7px solid #363b34;
  border-radius: 5px;
  background: #171b15;
  overflow: hidden;
  box-shadow:
    0 1px 0 #ffffffe0,
    0 -2px 0 #7e8273;
}
.monitor-screen img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: contain;
  image-rendering: pixelated;
}
.scanlines {
  display: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 2px,
    #0003 2px 3px
  );
  box-shadow: inset 0 0 65px #0005;
}
.crt-active .scanlines {
  display: block;
}
.monitor-bezel {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7px;
}
.amiga-word {
  display: flex;
  align-items: center;
  gap: 7px;
  font:
    700 15px Georgia,
    serif;
  letter-spacing: 1px;
  color: #656859;
  text-shadow: 0 1px 0 #fff;
}
.rainbow {
  display: inline-block;
  height: 13px;
  width: 13px;
  transform: skew(-18deg);
  background: linear-gradient(
    0deg,
    #75a8b2 0 25%,
    #72904d 25% 50%,
    #dfbc48 50% 75%,
    #d64b31 75%
  );
}
.monitor-vents {
  height: 11px;
  width: 28%;
  background: repeating-linear-gradient(
    90deg,
    #acb0a1 0 2px,
    transparent 2px 5px
  );
}
.power-led {
  font: 7px var(--pixel);
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6b715f;
}
.power-led i {
  width: 7px;
  height: 5px;
  background: #66a252;
  box-shadow: 0 0 3px #619f4270;
}
.monitor-stand {
  position: relative;
  width: 39%;
  height: 24px;
  transform: skew(-8deg);
  background: #c6c8bb;
  box-shadow:
    inset 0 -6px 0 #b2b5a5,
    5px 5px 0 #27302116;
  margin: 0 auto 13px;
  border: 1px solid #9da28e;
  z-index: 1;
}
.monitor-controls {
  align-items: center;
  gap: 14px;
  color: #616958;
  padding: 0 10px;
  font-size: 11px;
}
.screen-selector {
  display: flex;
  gap: 2px;
  align-items: center;
}
.screen-selector button {
  width: 44px;
  height: 44px;
  background: none;
  padding: 18px;
  position: relative;
}
.screen-selector button:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #6c7362;
  background: transparent;
}
.screen-selector button[aria-pressed="true"]:after {
  background: var(--blue);
  border-color: var(--blue);
}
.crt-toggle {
  margin-left: auto;
  background: none;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  min-height: 44px;
  font: 10px var(--pixel);
}
.crt-toggle span {
  width: 25px;
  height: 13px;
  background: #c6cbbd;
  border: 1px solid #959d87;
  padding: 2px;
  display: flex;
}
.crt-toggle span:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #788168;
}
.crt-toggle[aria-pressed="true"] span {
  background: var(--blue);
  border-color: var(--blue);
  justify-content: flex-end;
}
.crt-toggle[aria-pressed="true"] span:before {
  background: white;
}
.screen-note {
  text-align: center;
  color: #6b725f;
  font-size: 10px;
  margin-top: 0;
}
.pixel-spark {
  position: absolute;
  color: var(--blue);
  font-family: var(--pixel);
  line-height: 1;
  font-size: 43px;
  z-index: 3;
}
.spark-one {
  right: -30px;
  top: -16px;
}
.spark-two {
  bottom: 115px;
  left: -35px;
  font-size: 30px;
  color: var(--red);
}
.compatibility {
  background: #e5e7db;
  border-block: 1px solid #d1d5c6;
}
.compatibility-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 13px;
  color: #5c6456;
}
.compatibility-intro {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 11px;
}
.compatibility-inner strong {
  color: var(--ink);
  margin-left: 5px;
  font-weight: 600;
}
.compatibility-inner > a {
  display: flex;
  gap: 13px;
  align-items: center;
  font-weight: 600;
  color: var(--ink);
  min-height: 44px;
}
.compatibility-inner .icon {
  width: 17px;
  height: 17px;
}
.section-space {
  padding-block: 102px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 53px;
}
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #626957;
  margin-bottom: 19px;
}
.small-cross {
  font: 20px var(--pixel);
  color: var(--red);
}
h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.16;
  letter-spacing: -2px;
}
.section-heading > p {
  max-width: 363px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 5px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.feature {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.feature-icon {
  margin-bottom: 25px;
  color: var(--blue);
}
.feature-icon svg {
  width: 35px;
  height: 35px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.feature h3 {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  margin-bottom: 16px;
}
.feature p {
  font-size: 14px;
  color: var(--muted);
  max-width: 315px;
  line-height: 1.85;
}
.feature-note {
  display: block;
  font-size: 11px;
  margin-top: 22px;
  color: #606854;
}
.gallery-section {
  background: var(--blue);
  color: #fff;
  position: relative;
}
.gallery-section .section-kicker {
  color: #d8e0ff;
}
.gallery-section .small-cross {
  color: #e9ac73;
}
.gallery-section .section-heading > p {
  color: #d8e0ff;
}
.gallery-window {
  border: 1px solid #111d58;
  box-shadow: 8px 8px 0 #102fa0;
  background: #f0f0e8;
  color: var(--ink);
}
.window-title {
  background: #dadccd;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  font: 11px var(--pixel);
  border: 2px solid;
  border-color: #ffffffe0 #a4aa96 #a4aa96 #ffffffe0;
  gap: 15px;
  color: #303b2a;
}
.window-title > span:first-child {
  display: flex;
  align-items: center;
  gap: 11px;
}
.window-title > span:last-child {
  font-family: var(--body);
  font-size: 11px;
}
.window-square {
  width: 12px;
  height: 12px;
  border: 1px solid #657454;
  box-shadow: inset 1px 1px 0 #fff;
}
.gallery-toolbar {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 22px;
  border-bottom: 1px solid #d0d5c3;
}
.gallery-toolbar > .icon {
  color: #7c846e;
}
.gallery-filters {
  display: flex;
  gap: 7px;
}
.gallery-filters button {
  padding: 9px 14px;
  min-height: 44px;
  background: transparent;
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
}
.gallery-filters button[aria-pressed="true"] {
  color: #fff;
  background: var(--blue);
}
.gallery-filters button:not([aria-pressed="true"]):hover {
  background: #e0e3d6;
}
.gallery-filters button span {
  margin-left: 5px;
  font-size: 10px;
  opacity: 0.9;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 22px;
  padding: 25px 25px 28px;
}
.shot {
  display: block;
  min-width: 0;
}
.shot-image {
  position: relative;
  background: #101929;
  border: 1px solid #1c281c;
  overflow: hidden;
}
.shot-image img {
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: contain;
  image-rendering: pixelated;
  transition: filter 0.16s;
}
.shot:hover .shot-image img {
  filter: brightness(1.1);
}
.shot-expand {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  padding: 6px;
  background: #f5f5ed;
  opacity: 0;
  transition: opacity 0.16s;
}
.shot:hover .shot-expand,
.shot:focus-visible .shot-expand {
  opacity: 1;
}
.shot figcaption {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}
.shot figcaption > span {
  font-size: 12px;
  font-weight: 600;
}
.shot figcaption > small {
  font-size: 10px;
  color: #67705b;
  text-align: right;
}
.gallery-bottom {
  border-top: 1px solid #cdd2c1;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 13px 25px;
}
.gallery-bottom p {
  font-size: 11px;
  color: #606854;
}
.gallery-bottom button {
  background: transparent;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 600;
}
.gallery-bottom button:hover {
  color: var(--blue);
}
.gallery-bottom button span {
  font-size: 22px;
  font-weight: 400;
}
.download-section .section-heading {
  margin-bottom: 31px;
}
.release-line {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 11px;
  color: #606854;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.release-tag {
  font: 10px var(--pixel);
  color: var(--blue);
  padding: 7px 10px;
  background: #e9edfa;
}
.release-line > a {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
  color: var(--ink);
  min-height: 44px;
}
.release-line .icon {
  width: 15px;
  height: 15px;
}
.download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.download-card {
  padding: 32px;
  border: 1px solid var(--line);
  background: #f0f0e9;
  border-radius: 4px;
}
.download-card.recommended {
  border-color: #a3b2de;
  background: #eef1fb;
}
.download-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.download-icon {
  width: 42px;
  height: 42px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.5;
}
.file-format {
  font: 14px var(--pixel);
  color: #606854;
}
.recommended .file-format {
  color: #526999;
}
.download-card h3 {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.7px;
  min-height: 32px;
}
.download-card > p {
  font-size: 14px;
  max-width: 400px;
  line-height: 1.7;
  margin: 14px 0 22px;
  color: var(--muted);
}
.download-details {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  font-size: 12px;
}
.download-details li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-block: 7px;
}
.download-details .icon {
  width: 16px;
  height: 16px;
  color: #65824e;
}
.download-link {
  width: 100%;
  justify-content: flex-start;
}
.download-link span {
  margin-left: auto;
  font-size: 11px;
  opacity: 0.9;
}
.button-outline {
  border: 1px solid #939e81;
  background: transparent;
  box-shadow: 2px 2px 0 #b7bfaa;
}
.button-outline:hover {
  background: #e2e6d9;
}
.download-card > small {
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 16px;
  color: #67705b;
}
.requirements {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 95px;
  padding-top: 68px;
  scroll-margin-top: 30px;
}
.requirements .section-kicker {
  font-size: 11px;
  margin-bottom: 15px;
}
.requirements h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.2;
}
.requirements > div > p:last-child {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
  max-width: 370px;
}
.requirements-data dl {
  margin: 0;
}
.requirements-data dl > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.requirements-data dt {
  color: #606854;
}
.requirements-data dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}
.requirements .requirements-data > p:last-child {
  font-size: 11px;
  line-height: 1.8;
  max-width: 100%;
  margin-top: 16px;
}
.faq-section {
  padding-block: 75px 85px;
  border-top: 1px solid var(--line);
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 95px;
}
.faq-section h2 {
  font-size: 35px;
}
.faq-section .text-link {
  margin-top: 23px;
  font-size: 12px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  color: var(--blue);
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
  padding-bottom: 22px;
  padding-right: 25px;
  max-width: 550px;
}
.closing-line {
  padding: 28px 0;
  background: #e6e9dd;
  border-block: 1px solid #d5dac9;
}
.closing-line > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pixel-text {
  font: 16px var(--pixel);
  letter-spacing: -0.4px;
}
.closing-line .boing-ball {
  width: 25px;
  height: 25px;
  background-size: 12px 12px;
}
.closing-line .container > span:last-child {
  font-size: 13px;
  color: #606854;
}
.site-footer {
  padding-block: 32px;
}
.footer-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 11px;
}
.footer-brand {
  font-size: 23px;
  gap: 0;
}
.footer-inner p {
  color: #606854;
}
.footer-inner p span {
  margin: 0 10px;
  color: #aab29d;
}
.footer-inner > a:not(.brand) {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
}
.footer-inner .icon {
  width: 14px;
  height: 14px;
}
.footer-inner > a:nth-last-child(2) {
  margin-left: auto;
}
.back-top {
  color: #606854;
}
.lightbox {
  padding: 0;
  border: 1px solid #9ba98b;
  background: #eeede6;
  width: min(790px, calc(100vw - 40px));
  max-height: calc(100dvh - 30px);
  color: var(--ink);
  overflow: auto;
  box-shadow: 8px 8px 0 #0003;
}
.lightbox::backdrop {
  background: #11192cea;
  backdrop-filter: blur(5px);
}
.lightbox-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 7px 10px 7px 20px;
  border-bottom: 1px solid #b8c0ac;
  background: #dbe0cf;
}
.lightbox-top h2 {
  font: 600 15px var(--body);
  letter-spacing: 0;
}
.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
}
.icon-button:hover {
  background: #cad0bf;
}
.lightbox-image-wrap {
  display: flex;
  justify-content: center;
  background: #0b0f20;
  padding: 15px;
}
.lightbox-image-wrap img {
  max-height: calc(100dvh - 225px);
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}
.lightbox-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px 0;
}
.lightbox-bottom p {
  font-size: 12px;
}
.arrow-left {
  transform: rotate(180deg);
}
.lightbox-hint {
  font-size: 10px;
  color: #6c7660;
  text-align: center;
  padding: 0 15px 12px;
}
.lightbox-hint span {
  padding-inline: 10px;
}
@media (min-width: 1600px) {
  .hero-grid {
    min-height: 730px;
    gap: 75px;
    padding-block: 80px;
  }
  h1 {
    font-size: 85px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 35px;
    min-height: 620px;
    padding-block: 50px;
  }
  h1 {
    font-size: 63px;
    letter-spacing: -3.8px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button {
    padding-inline: 16px;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
  .monitor {
    padding: 12px 12px 0;
  }
  .monitor-bezel {
    height: 42px;
  }
  .section-space {
    padding-block: 78px;
  }
  .features {
    gap: 30px;
  }
  .feature h3 {
    font-size: 22px;
  }
  .gallery-grid {
    gap: 24px 17px;
    padding: 23px;
  }
  .shot figcaption {
    display: block;
  }
  .shot figcaption small {
    display: block;
    text-align: left;
    margin-top: 2px;
  }
  .requirements,
  .faq-layout {
    gap: 55px;
  }
  .download-card h3 {
    font-size: 23px;
  }
  .compatibility-inner {
    gap: 15px;
    font-size: 11px;
  }
  .compatibility-intro {
    font-size: 10px;
  }
  .section-heading > p {
    max-width: 300px;
  }
  .pixel-text {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .container {
    width: calc(100% - 44px);
  }
  .header-inner {
    height: 74px;
  }
  .navigation {
    gap: 20px;
    font-size: 12px;
  }
  .navigation .nav-download {
    padding: 9px 13px;
    gap: 12px;
  }
  .brand {
    font-size: 26px;
    gap: 10px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    min-height: 580px;
  }
  h1 {
    font-size: 49px;
    letter-spacing: -2.8px;
  }
  .release-pill {
    font-size: 10px;
    gap: 6px;
    padding-inline: 9px;
  }
  .hero-subtitle {
    font-size: 14px;
  }
  .hero-description {
    font-size: 13px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 10px 13px;
    min-height: 48px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 6px;
  }
  .hero-actions .icon {
    width: 17px;
    height: 17px;
  }
  .hero-footnote {
    font-size: 9px;
    margin-top: 20px;
  }
  .monitor-top {
    font-size: 7px;
    height: 21px;
  }
  .monitor-screen {
    border-width: 5px;
  }
  .monitor-controls {
    gap: 5px;
    font-size: 9px;
    padding-inline: 0;
  }
  .monitor-bezel {
    padding-inline: 2px;
  }
  .amiga-word {
    font-size: 11px;
  }
  .power-led {
    font-size: 6px;
  }
  .screen-note {
    font-size: 8px;
  }
  .spark-one {
    font-size: 32px;
    right: -14px;
  }
  .spark-two {
    font-size: 21px;
    left: -15px;
    bottom: 100px;
  }
  .compatibility-intro {
    display: none;
  }
  .compatibility-inner {
    min-height: 66px;
  }
  .section-heading {
    gap: 30px;
    margin-bottom: 36px;
  }
  .section-heading > p {
    max-width: 270px;
    font-size: 13px;
  }
  h2 {
    font-size: 34px;
  }
  .section-kicker {
    font-size: 11px;
  }
  .features {
    gap: 22px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .feature p {
    font-size: 12px;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .download-card {
    padding: 23px;
  }
  .download-card h3 {
    font-size: 21px;
  }
  .download-card > p {
    font-size: 13px;
    min-height: 66px;
  }
  .requirements,
  .faq-layout {
    gap: 40px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .requirements h3 {
    font-size: 27px;
  }
  .requirements-data dl > div {
    font-size: 11px;
  }
  .faq-section h2 {
    font-size: 29px;
  }
  .faq-list summary {
    font-size: 12px;
  }
  .footer-inner {
    gap: 18px;
    flex-wrap: wrap;
  }
  .footer-inner p {
    font-size: 10px;
  }
  .closing-line > .container {
    gap: 20px;
  }
  .closing-line .container > span:last-child {
    font-size: 11px;
  }
  .pixel-text {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 85px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .system-bar {
    height: 27px;
    font-size: 7px;
  }
  .system-divider {
    margin-inline: 3px;
  }
  .system-inner > span {
    gap: 6px;
  }
  .status-dot {
    width: 5px;
    height: 5px;
  }
  .header-inner {
    height: 72px;
    flex-wrap: wrap;
    gap: 0;
  }
  .brand {
    font-size: 26px;
  }
  .boing-ball {
    width: 28px;
    height: 28px;
  }
  .js .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    padding: 10px 0 10px 15px;
    min-height: 44px;
    background: none;
  }
  .menu-lines {
    height: 12px;
    width: 18px;
    border-block: 1.5px solid var(--ink);
    position: relative;
  }
  .menu-lines:after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    border-top: 1.5px solid var(--ink);
  }
  .menu-toggle[aria-expanded="true"] .menu-lines {
    transform: rotate(45deg);
    height: 0;
    border-bottom: 0;
  }
  .menu-toggle[aria-expanded="true"] .menu-lines:after {
    transform: rotate(90deg);
    top: -1.5px;
  }
  .navigation {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    padding: 12px 0 20px;
  }
  .js .navigation {
    display: none;
  }
  .js .navigation.is-open {
    display: flex;
  }
  .navigation a {
    min-height: 44px;
  }
  .navigation .nav-download {
    width: 100%;
    justify-content: space-between;
    margin-top: 6px;
  }
  .header-inner:has(.navigation.is-open) {
    height: auto;
    min-height: 72px;
  }
  .header-inner:has(.navigation.is-open) > .brand,
  .header-inner:has(.navigation.is-open) > .menu-toggle {
    margin-block: 22px;
  }
  html:not(.js) .header-inner {
    height: auto;
    padding-top: 20px;
  }
  .hero:after {
    top: 48%;
    height: 52%;
    width: 100%;
    mask-image: linear-gradient(180deg, transparent, #000);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 42px 34px;
    min-height: 0;
  }
  .release-pill {
    font-size: 11px;
    padding: 5px 9px 5px 11px;
    gap: 8px;
  }
  h1 {
    font-size: clamp(52px, 12.5vw, 74px);
    letter-spacing: -3.5px;
    margin-top: 23px;
    margin-bottom: 20px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 17px;
    max-width: 400px;
  }
  .hero-actions {
    gap: 25px;
    margin-top: 25px;
  }
  .hero-actions .button {
    font-size: 13px;
    min-height: 52px;
    padding: 12px 18px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 9px;
  }
  .hero-footnote {
    font-size: 10px;
    margin-top: 22px;
  }
  .hero-visual {
    width: calc(100% - 10px);
    max-width: 490px;
    margin-inline: auto;
  }
  .monitor {
    padding: 13px 14px 0;
    box-shadow:
      inset 2px 2px 0 #fff9,
      inset -3px -3px 0 #b2b3a7,
      6px 7px 0 #252f2325;
  }
  .monitor-top {
    font-size: 8px;
    height: 23px;
  }
  .monitor-bezel {
    height: 43px;
    padding-inline: 5px;
  }
  .amiga-word {
    font-size: 13px;
  }
  .monitor-screen {
    border-width: 6px;
  }
  .power-led {
    font-size: 7px;
  }
  .monitor-controls {
    font-size: 10px;
    gap: 10px;
  }
  .screen-note {
    font-size: 9px;
  }
  .spark-one {
    right: -6px;
    top: -15px;
    font-size: 30px;
  }
  .spark-two {
    left: -14px;
    bottom: 115px;
    font-size: 25px;
  }
  .compatibility-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    gap: 15px 18px;
    padding-block: 21px;
    font-size: 11px;
  }
  .compatibility-inner > a {
    min-height: 24px;
    gap: 7px;
  }
  .compatibility-inner strong {
    margin-left: 3px;
  }
  .section-space {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 34px;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 23px;
    font-size: 14px;
  }
  .section-kicker {
    margin-bottom: 17px;
    font-size: 11px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: -1.8px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .feature {
    padding-top: 26px;
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 16px;
  }
  .feature-icon {
    grid-row: 1/4;
    margin-top: 1px;
  }
  .feature-icon svg {
    width: 31px;
    height: 31px;
  }
  .feature h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .feature p {
    font-size: 14px;
    max-width: 100%;
  }
  .feature-note {
    font-size: 10px;
    margin-top: 17px;
  }
  .gallery-window {
    box-shadow: 5px 5px 0 #102fa0;
  }
  .window-title {
    padding: 10px 11px;
    font-size: 9px;
    gap: 8px;
  }
  .window-title > span:last-child {
    font-size: 9px;
  }
  .window-title > span:first-child {
    gap: 7px;
  }
  .window-square {
    width: 10px;
    height: 10px;
  }
  .gallery-toolbar {
    padding: 10px;
    display: block;
  }
  .gallery-toolbar > .icon {
    display: none;
  }
  .gallery-filters {
    gap: 2px;
    flex-wrap: wrap;
  }
  .gallery-filters button {
    font-size: 10px;
    padding: 8px 10px;
    min-height: 44px;
  }
  .gallery-filters button span {
    display: none;
  }
  .gallery-grid {
    padding: 13px;
    gap: 21px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shot figcaption {
    margin-top: 8px;
  }
  .shot figcaption > span {
    font-size: 10px;
    line-height: 1.4;
    display: block;
  }
  .shot figcaption > small {
    font-size: 9px;
    margin-top: 4px;
  }
  .shot-expand {
    display: none;
  }
  .gallery-bottom {
    padding: 10px 13px;
    gap: 8px;
  }
  .gallery-bottom p {
    font-size: 9px;
  }
  .gallery-bottom button {
    font-size: 10px;
    gap: 8px;
  }
  .gallery-bottom button span {
    font-size: 18px;
  }
  .release-line {
    gap: 10px;
    font-size: 10px;
    align-items: center;
    margin-bottom: 22px;
  }
  .release-tag {
    font-size: 9px;
    padding: 7px;
  }
  .release-line > a {
    margin-left: 0;
  }
  .download-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .download-card {
    padding: 25px;
  }
  .download-card h3 {
    font-size: 25px;
    max-width: 300px;
  }
  .download-card > p {
    font-size: 14px;
    min-height: 0;
  }
  .download-card > small {
    font-size: 10px;
    line-height: 1.6;
  }
  .download-link {
    min-height: 54px;
  }
  .requirements {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 50px;
  }
  .requirements h3 {
    font-size: 31px;
  }
  .requirements > div > p:last-child {
    font-size: 14px;
    max-width: 100%;
  }
  .requirements-data dl > div {
    font-size: 12px;
  }
  .requirements .requirements-data > p:last-child {
    font-size: 12px;
  }
  .faq-section {
    padding-block: 56px;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .faq-section h2 {
    font-size: 34px;
  }
  .faq-section .text-link {
    margin-top: 16px;
  }
  .faq-list summary {
    font-size: 14px;
    padding-block: 20px;
  }
  .faq-list details p {
    font-size: 13px;
    padding-right: 0;
  }
  .closing-line {
    padding-block: 25px;
  }
  .closing-line > .container {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  .pixel-text {
    font-size: 12px;
  }
  .closing-line .container > span:last-child {
    font-size: 12px;
    width: 100%;
    margin-top: -3px;
  }
  .closing-line .boing-ball {
    width: 24px;
    height: 24px;
  }
  .site-footer {
    padding-block: 27px;
  }
  .footer-inner {
    gap: 10px 24px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-brand {
    font-size: 25px;
  }
  .footer-inner p {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
  .footer-inner p span {
    margin-inline: 5px;
  }
  .footer-inner > a:nth-last-child(2) {
    margin-left: auto;
  }
  .back-top {
    font-size: 10px;
  }
  .lightbox {
    width: calc(100vw - 20px);
  }
  .lightbox-top {
    padding-left: 13px;
  }
  .lightbox-top h2 {
    font-size: 13px;
  }
  .lightbox-image-wrap {
    padding: 6px;
  }
  .lightbox-hint {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
