* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
  font-size: 1em;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  border: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
  -webkit-appearance: none;
}

[type=button],
button {
  all: revert;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: "Gorton Perfected", sans-serif;
  min-height: 100vh;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Gorton Perfected";
  src: url(/fonts/GortonPerfectedVF.woff) format("woff"), url(/fonts/GortonPerfectedVF.woff2) format("woff2");
  font-feature-settings: "ss02", "ss06", "ss04", "ss10", "liga" on;
}
:root {
  --dark: #222;
  --light: #ccc;
}

:root {
  --dark: #777;
  --light: #eeff00;
}

.banana {
  --dark: #33231f;
  --light: #ffd149;
}

.camo {
  --dark: #393e42;
  --light: #8e9295;
}

.classic {
  --dark: #3d3d3b;
  --light: #ece5da;
}

.command {
  --dark: #0e0e10;
  --light: #9e3128;
}

.diner {
  --dark: #bc3b2f;
  --light: #edb83f;
}

.elements {
  --dark: #797b7a;
  --light: #f1f0ea;
}

.eraser {
  --dark: #222;
  --light: #d98080;
}

.event-horizon {
  --dark: #18191c;
  --light: #a495a4;
}

.expo {
  --dark: #283130;
  --light: #afb3ae;
}

.fabrik {
  --dark: #013b5c;
  --light: #eee;
}

.for-the-roses {
  --dark: #83414c;
  --light: #e3d3b8;
}

.freedom {
  --dark: #0f3052;
  --light: #f1f0ea;
}

.gridlock {
  --dark: #111;
  --light: #666;
}

.hi-viz {
  --dark: #777;
  --light: #eeff00;
}

.ink {
  --dark: #d76a81;
  --light: #eee;
}

.radical {
  --dark: #93714f;
  --light: #f1ece1;
}

.scanner {
  --dark: #222;
  --light: #00b51a;
}

.synth {
  --dark: #373839;
  --light: #9c9898;
}

.terminal {
  --dark: #0f1014;
  --light: #da8013;
}

.turbo {
  --dark: #191917;
  --light: #a38b4f;
}

@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
}
html {
  background: #000;
  scroll-behavior: smooth;
}

body {
  background: var(--light);
  color: var(--dark);
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  position: relative;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

nav {
  position: sticky;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  padding: 48px 64px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
}
nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--light);
  z-index: 5;
  opacity: 0.5;
}
@media (max-width: 960px) {
  nav {
    padding: 32px 48px;
  }
}
@media (max-width: 640px) {
  nav {
    padding: 0;
    position: relative;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  nav::after {
    display: none;
  }
  nav header {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    padding: 24px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    height: 80px;
  }
  nav header h1,
  nav header ul,
  nav header h2,
  nav header hr {
    z-index: 15;
  }
  nav header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--light);
    z-index: 10;
    opacity: 0.5;
  }
  nav form {
    padding: 0 24px 24px;
    margin-top: 80px;
    width: 100%;
    z-index: 0 !important;
  }
}
nav header {
  display: flex;
  align-items: center;
  flex-grow: 1;
  z-index: 15;
}
nav header h1 {
  position: relative;
}
.home nav header h1 {
  flex-grow: 1;
}

nav header h1::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url(../inner.svg);
  background-size: 24px;
  transform: scale(1.25);
}
nav header h1 a {
  display: block;
  width: 24px;
  height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 150%;
  background: var(--dark);
  -webkit-mask-image: url(../favicon.svg);
          mask-image: url(../favicon.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 24px;
          mask-size: 24px;
  transform: scale(1.25);
}
nav header h1 a:hover, nav header h1 a:focus {
  opacity: 0.75;
}
nav header h1 a:active {
  opacity: 0.5;
}
nav header hr {
  width: 2px;
  height: 24px;
  border-radius: 1px;
  margin: 0 24px 0 28px;
  background: var(--dark);
  opacity: 0.5;
  flex-shrink: 0;
  transform: rotate(6deg);
}
@media (max-width: 960px) {
  nav header hr {
    margin: 0 16px 0 20px;
  }
}
@media (max-width: 640px) {
  .home nav header hr {
    display: none;
  }
}

nav header h2 {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-right: 16px;
  color: var(--dark);
}
@media (max-width: 640px) {
  nav header h2 {
    margin-right: 0;
  }
}
nav header h2 .name {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  line-height: 32px;
  padding-right: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  nav header h2 .name {
    font-size: 25px;
    line-height: 34px;
    padding-right: 0;
  }
}
nav header ul {
  display: flex;
  gap: 8px;
}
nav header ul li a {
  display: block;
  text-indent: 150%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background-color: var(--dark);
  -webkit-mask-size: 24px;
          mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
nav header ul li a[href*=about] {
  -webkit-mask-image: url(../svg/about.svg);
          mask-image: url(../svg/about.svg);
}
nav header ul li a[href*=instagram] {
  -webkit-mask-image: url(../svg/instagram.svg);
          mask-image: url(../svg/instagram.svg);
}
nav header ul li a[href*=discord] {
  -webkit-mask-image: url(../svg/discord.svg);
          mask-image: url(../svg/discord.svg);
}
nav header ul li a[href*=twitter] {
  -webkit-mask-image: url(../svg/twitter.svg);
          mask-image: url(../svg/twitter.svg);
}
nav header ul li a[href*=bsky] {
  -webkit-mask-image: url(../svg/bluesky.svg);
          mask-image: url(../svg/bluesky.svg);
}
nav header ul li a[href*=rss] {
  -webkit-mask-image: url(../svg/rss.svg);
          mask-image: url(../svg/rss.svg);
}
nav header ul li a[href*=threads] {
  -webkit-mask-image: url(../svg/threads.svg);
          mask-image: url(../svg/threads.svg);
}
nav header ul li a:hover, nav header ul li a:focus {
  opacity: 0.75;
}
nav header ul li a:active {
  opacity: 0.5;
}
nav form {
  display: flex;
  align-items: center;
  z-index: 15;
}
nav form input {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  font-size: 15px;
  line-height: 26px;
}
nav form input::-moz-placeholder {
  color: var(--light);
}
nav form input::placeholder {
  color: var(--light);
}
nav form input[type=email] {
  color: var(--light);
  background: var(--dark);
  opacity: 0.75;
  flex-grow: 1;
  width: 100%;
}
nav form input[type=email]:focus {
  opacity: 1;
}
nav form input[type=email]:invalid + [type=submit] {
  pointer-events: none;
  opacity: 0.5;
}
nav form input[type=submit] {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 8px;
  cursor: pointer;
  color: var(--light);
  background: var(--dark);
  opacity: 1;
}
nav form input[type=submit]:hover, nav form input[type=submit]:focus {
  opacity: 0.75;
}
nav form input[type=submit]:active {
  opacity: 0.5;
}

.grid .item,
.grid .row,
.grid .column {
  flex: 1;
  display: flex;
  position: relative;
}
.grid .item.large,
.grid .row.large,
.grid .column.large {
  flex: 2 !important;
}
.grid .item.center,
.grid .row.center,
.grid .column.center {
  align-items: center;
}
@media (max-width: 640px) {
  .grid .item.center,
  .grid .row.center,
  .grid .column.center {
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .grid .item,
  .grid .row,
  .grid .column {
    flex-direction: column;
  }
}
.grid .item.single,
.grid .row.single,
.grid .column.single {
  margin: 64px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .grid .item.single,
  .grid .row.single,
  .grid .column.single {
    margin: 48px;
    border-radius: 16px;
  }
}
@media (max-width: 640px) {
  .grid .item.single,
  .grid .row.single,
  .grid .column.single {
    margin: 24px;
    border-radius: 12px;
  }
}
.grid .column {
  flex-direction: column;
}
.grid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-grow: 1;
}
.grid figure {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  position: relative;
}
.grid figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-grow: 1;
  transition: transform 0.75s ease-out;
}
.grid figure a {
  flex-grow: 1;
  display: flex;
}
.grid figure a:hover, .grid figure a:focus {
  cursor: zoom-in;
}
.grid figure a:hover img, .grid figure a:focus img {
  transform: scale(1.025);
}

.home .grid .row .item:hover figure img, .home .grid .row .item:focus figure img,
.home .grid .column .item:hover figure img,
.home .grid .column .item:focus figure img {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .home .grid figure img {
    min-height: 75vw;
  }
}
.home .grid .item {
  flex-grow: 1;
  position: relative;
  background: var(--dark);
}
.home .grid .item.styled {
  background: var(--light);
}
.home .grid .item.styled.inverted {
  background: var(--dark);
}
.home .grid .item:hover figure img, .home .grid .item:focus figure img {
  transform: scale(1.025);
}
.home .grid .item:not(.styled) h2 {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media (max-width: 960px) {
  .home .grid .item:not(.styled) h2 {
    bottom: 24px;
    left: 24px;
  }
}
@media (max-width: 640px) {
  .home .grid .item:not(.styled) h2 {
    bottom: 16px;
    left: 16px;
  }
}
.home .grid .item:not(.styled) h2 .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  color: var(--dark);
  background: var(--light);
  padding: 4px 12px;
  float: left;
}
@media (max-width: 960px) {
  .home .grid .item:not(.styled) h2 .name {
    font-size: 15px;
    line-height: 26px;
    padding: 4px 8px;
  }
}
.home .grid .item:not(.styled) h2 .status {
  padding: 8px 12px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 450;
  text-transform: uppercase;
  color: var(--light);
  clear: both;
  float: left;
  background: var(--dark);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 960px) {
  .home .grid .item:not(.styled) h2 .status {
    padding: 6px 8px;
  }
}
.home .grid .item:not(.styled) h2 .status del {
  text-decoration: line-through;
  opacity: 0.5;
}

.subnav {
  display: flex;
  padding: 16px 64px;
  align-items: center;
  background-color: var(--dark);
  color: var(--light);
}
@media (min-width: 960px) {
  .subnav {
    position: sticky;
    top: 128px;
    z-index: 100;
  }
}
@media (max-width: 960px) {
  .subnav {
    padding: 32px 48px;
    flex-wrap: wrap;
    top: 96px;
  }
}
@media (max-width: 640px) {
  .subnav {
    padding: 0;
    display: initial;
  }
}
.subnav ul {
  display: flex;
  flex-grow: 1;
  margin: 4px 0;
}
@media (max-width: 960px) {
  .subnav ul {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .subnav ul {
    padding: 16px 24px;
    position: sticky;
    top: 80px;
    z-index: 100;
    background: var(--dark);
    width: 100%;
    overflow-x: scroll;
  }
}
.subnav ul li {
  margin-right: 24px;
}
.subnav ul li a {
  font-weight: 450;
}
.subnav ul li a:hover, .subnav ul li a:focus {
  text-decoration: underline;
}
.subnav ul li a:active {
  opacity: 0.75;
}
.subnav ul li span {
  opacity: 0.5;
  text-decoration: line-through;
}
.subnav ul li a,
.subnav ul li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subnav div {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .subnav div {
    flex-grow: 1;
    justify-content: space-between;
  }
}
@media (max-width: 640px) {
  .subnav div {
    flex-wrap: wrap;
  }
}
.subnav div hr {
  display: block;
  height: 24px;
  width: 2px;
  margin: 0 32px;
}
@media (max-width: 960px) {
  .subnav div hr {
    display: none;
  }
}
.subnav hr {
  height: 2px;
  width: 100%;
  background: var(--light);
  border-radius: 1px;
  margin: 16px 0;
  opacity: 0.5;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 960px) {
  .subnav hr {
    display: block;
  }
}
@media (max-width: 640px) {
  .subnav hr {
    margin: 0;
    border-radius: 0;
    background: var(--dark);
    position: relative;
    opacity: 1;
  }
  .subnav hr::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--light);
    opacity: 0.5;
  }
}
.subnav .project-status {
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-width: 0;
}
@media (max-width: 640px) {
  .subnav .project-status {
    justify-content: space-between;
    flex-grow: 1;
    padding: 16px 24px;
    background: var(--dark);
  }
  .subnav .project-status span:not(.status) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.subnav .project-status .status {
  border: 2px solid var(--light);
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: var(--light);
  text-transform: uppercase;
  margin-left: 16px;
}
.subnav .project-status .status del {
  text-decoration: line-through;
  opacity: 0.5;
}
.subnav .button {
  background: var(--light);
  color: var(--dark);
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 20px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.subnav .button:hover, .subnav .button:focus {
  opacity: 0.75;
}
.subnav .button:active {
  opacity: 0.5;
}
@media (max-width: 640px) {
  .subnav .button {
    width: 100%;
    margin-top: 16px;
  }
}

.styled {
  background: var(--light);
  color: var(--dark);
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .styled {
    flex-direction: column !important;
    flex-wrap: nowrap;
  }
}
.styled p:not(.image) img {
  border: 4px solid transparent;
  border-width: 8px 0;
}
.styled section,
.styled aside {
  padding: 48px 32px;
}
@media (max-width: 960px) {
  .styled section,
  .styled aside {
    padding: 32px 24px;
  }
}
@media (max-width: 640px) {
  .styled section,
  .styled aside {
    padding: 12px 24px;
  }
}
.styled section:first-child,
.styled aside:first-child {
  padding-left: 64px;
}
@media (max-width: 960px) {
  .styled section:first-child,
  .styled aside:first-child {
    padding-left: 48px;
  }
}
@media (max-width: 640px) {
  .styled section:first-child,
  .styled aside:first-child {
    padding-top: 24px;
    padding-left: 24px;
  }
}
.styled section:last-child,
.styled aside:last-child {
  padding-right: 64px;
}
@media (max-width: 960px) {
  .styled section:last-child,
  .styled aside:last-child {
    padding-right: 48px;
  }
}
@media (max-width: 640px) {
  .styled section:last-child,
  .styled aside:last-child {
    padding-bottom: 24px;
    padding-right: 24px;
  }
}
.styled section hr:last-child,
.styled aside hr:last-child {
  display: none;
}
@media (max-width: 640px) {
  .styled section hr:last-child,
  .styled aside hr:last-child {
    display: block;
  }
}
.styled section {
  flex: 2;
}
.styled aside {
  flex: 1;
}
.styled aside *:first-child {
  margin-top: 0;
}
.styled aside *:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .styled aside {
    width: 100%;
  }
}
.styled small {
  opacity: 0.5;
  font-size: 0.9em;
  text-transform: uppercase;
  line-height: 1.75em;
}
.styled strong {
  font-weight: 500;
}
.styled em {
  font-size: 0.85em;
  font-style: normal;
  text-transform: uppercase;
}
.styled.banner section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px 64px;
}
@media (max-width: 960px) {
  .styled.banner section {
    padding: 16px 48px;
  }
}
@media (max-width: 640px) {
  .styled.banner section {
    padding: 16px 24px;
  }
}
.styled.banner section p {
  flex-grow: 1;
  margin: 0 16px 0 0;
}
@media (max-width: 640px) {
  .styled.banner section p {
    margin: 0;
    width: 100%;
  }
}
.styled.banner section .button {
  margin: 0;
}
@media (max-width: 640px) {
  .styled.banner section .button {
    width: 100%;
    margin-top: 16px;
  }
}
.styled .image {
  margin: 24px 0;
}
.styled .image img {
  transition: transform 0.75s ease-out;
}
.styled .image a {
  overflow: hidden;
  display: block;
  border-radius: 16px;
  cursor: zoom-in;
}
.styled .image a:hover, .styled .image a:focus {
  opacity: 1;
}
.styled .image a:hover img, .styled .image a:focus img {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .styled .image {
    margin: 16px 0;
  }
}
.styled .toggle {
  display: flex;
  justify-content: center;
  min-width: 0;
}
.styled .toggle li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  background-color: var(--dark);
  display: flex;
  min-width: 0;
}
@media (max-width: 640px) {
  .styled .toggle li {
    width: 100%;
  }
}
.styled .toggle li a {
  text-decoration: none;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--light);
  padding: 4px 12px;
  border-radius: 4px;
  flex-grow: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 640px) {
  .styled .toggle li a {
    padding: 8px 8px;
  }
}
.styled .toggle li.selected a {
  color: var(--dark);
  background-color: var(--light);
}
.styled .toggle li:first-child {
  padding-left: 4px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.styled .toggle li:last-child {
  padding-right: 4px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.styled .note {
  background: var(--dark);
  color: var(--light);
  padding: 16px 24px;
  border-radius: 16px;
  margin: 24px 0;
}
.styled .note:first-child {
  margin-top: 0;
}
.styled .note .button {
  background-color: var(--light);
  color: var(--dark);
}
.styled .note .vendors li a:after {
  background-color: var(--light) !important;
}
.styled .vendors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 16px;
}
.styled .vendors li {
  list-style: none;
  margin: 0;
  text-align: center;
}
.styled .vendors li a:not(.button) {
  display: block;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-top: 48px;
}
.styled .vendors li a:not(.button) span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.styled .vendors li a:not(.button):after {
  content: "";
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--dark);
  -webkit-mask-size: 48px;
          mask-size: 48px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center top;
          mask-position: center top;
}
.styled .vendors li a:not(.button)[href*=vala]:after {
  -webkit-mask-image: url(../vendors/vala.svg);
          mask-image: url(../vendors/vala.svg);
}
.styled .vendors li a:not(.button)[href*=loobedswitches]:after {
  -webkit-mask-image: url(../vendors/loobedswitches.svg);
          mask-image: url(../vendors/loobedswitches.svg);
}
.styled .vendors li a:not(.button)[href*=minokeys]:after {
  -webkit-mask-image: url(../vendors/minokeys.svg);
          mask-image: url(../vendors/minokeys.svg);
}
.styled .vendors li a:not(.button)[href*=novelkeys]:after {
  -webkit-mask-image: url(../vendors/novelkeys.svg);
          mask-image: url(../vendors/novelkeys.svg);
}
.styled .vendors li a:not(.button)[href*=keebhut]:after {
  -webkit-mask-image: url(../vendors/keebhut.svg);
          mask-image: url(../vendors/keebhut.svg);
}
.styled .vendors li a:not(.button)[href*=qwertyqop]:after {
  -webkit-mask-image: url(../vendors/qwertyqop.svg);
          mask-image: url(../vendors/qwertyqop.svg);
}
.styled .vendors li a:not(.button)[href*=keebzncables]:after {
  -webkit-mask-image: url(../vendors/keebzncables.svg);
          mask-image: url(../vendors/keebzncables.svg);
}
.styled .vendors li a:not(.button)[href*=yushakobo]:after {
  -webkit-mask-image: url(../vendors/yushakobo.svg);
          mask-image: url(../vendors/yushakobo.svg);
}
.styled .vendors li a:not(.button)[href*=cannonkeys]:after {
  -webkit-mask-image: url(../vendors/cannonkeys.svg);
          mask-image: url(../vendors/cannonkeys.svg);
}
.styled .vendors li a:not(.button)[href*=maxgaming]:after {
  -webkit-mask-image: url(../vendors/maxgaming.svg);
          mask-image: url(../vendors/maxgaming.svg);
}
.styled .vendors li a:not(.button)[href*=sanyo]:after {
  -webkit-mask-image: url(../vendors/sanyo.svg);
          mask-image: url(../vendors/sanyo.svg);
}
.styled .vendors li a:not(.button)[href*=monacokeys]:after {
  -webkit-mask-image: url(../vendors/monacokeys.svg);
          mask-image: url(../vendors/monacokeys.svg);
}
.styled .vendors li a:not(.button)[href*=keyreative]:after {
  -webkit-mask-image: url(../vendors/keyreative.svg);
          mask-image: url(../vendors/keyreative.svg);
}
.styled .vendors li a:not(.button)[href*=zettgear]:after {
  -webkit-mask-image: url(../vendors/zettgear.svg);
          mask-image: url(../vendors/zettgear.svg);
}
.styled .vendors li a:not(.button)[href*=kbdfans]:after {
  -webkit-mask-image: url(../vendors/kbdfans.svg);
          mask-image: url(../vendors/kbdfans.svg);
}
.styled .vendors li a:not(.button)[href*=protozoa]:after {
  -webkit-mask-image: url(../vendors/protozoa.svg);
          mask-image: url(../vendors/protozoa.svg);
}
.styled .vendors li a:not(.button)[href*=ashkeebs]:after {
  -webkit-mask-image: url(../vendors/ashkeebs.svg);
          mask-image: url(../vendors/ashkeebs.svg);
}
.styled .vendors li a:not(.button)[href*=klc]:after {
  -webkit-mask-image: url(../vendors/klc.svg);
          mask-image: url(../vendors/klc.svg);
}
.styled .vendors li a:not(.button)[href*=basekeys]:after {
  -webkit-mask-image: url(../vendors/basekeys.svg);
          mask-image: url(../vendors/basekeys.svg);
}
.styled .vendors li a:not(.button)[href*=candykeys]:after {
  -webkit-mask-image: url(../vendors/candykeys.svg);
          mask-image: url(../vendors/candykeys.svg);
}
.styled .vendors li a:not(.button)[href*=dailyclack]:after {
  -webkit-mask-image: url(../vendors/dailyclack.svg);
          mask-image: url(../vendors/dailyclack.svg);
}
.styled .vendors li a:not(.button)[href*=tiny]:after {
  -webkit-mask-image: url(../vendors/tiny.svg);
          mask-image: url(../vendors/tiny.svg);
}
.styled .vendors li a:not(.button)[href*=keygem]:after {
  -webkit-mask-image: url(../vendors/keygem.svg);
          mask-image: url(../vendors/keygem.svg);
}
.styled .vendors li a:not(.button)[href*=jae]:after {
  -webkit-mask-image: url(../vendors/jae.svg);
          mask-image: url(../vendors/jae.svg);
}
.styled .vendors li a:not(.button)[href*=latamkeys]:after {
  -webkit-mask-image: url(../vendors/latamkeys.svg);
          mask-image: url(../vendors/latamkeys.svg);
}
.styled .vendors li a:not(.button)[href*=rheset]:after {
  -webkit-mask-image: url(../vendors/rheset.svg);
          mask-image: url(../vendors/rheset.svg);
}
.styled .vendors li a:not(.button)[href*=mokb]:after {
  -webkit-mask-image: url(../vendors/mokb.svg);
          mask-image: url(../vendors/mokb.svg);
}
.styled .vendors li a:not(.button)[href*=omnitype]:after {
  -webkit-mask-image: url(../vendors/omnitype.svg);
          mask-image: url(../vendors/omnitype.svg);
}
.styled .vendors li a:not(.button)[href*=oblotzky]:after {
  -webkit-mask-image: url(../vendors/oblotzky.svg);
          mask-image: url(../vendors/oblotzky.svg);
}
.styled .vendors li a:not(.button)[href*=deskhero]:after {
  -webkit-mask-image: url(../vendors/deskhero.svg);
          mask-image: url(../vendors/deskhero.svg);
}
.styled .vendors li a:not(.button)[href*=ilumkb]:after {
  -webkit-mask-image: url(../vendors/ilumkb.svg);
          mask-image: url(../vendors/ilumkb.svg);
}
.styled .vendors li a:not(.button)[href*=swagkey]:after {
  -webkit-mask-image: url(../vendors/swagkeys.svg);
          mask-image: url(../vendors/swagkeys.svg);
}
.styled .vendors li a:not(.button)[href*=ntch]:after {
  -webkit-mask-image: url(../vendors/ntch.svg);
          mask-image: url(../vendors/ntch.svg);
}
.styled .vendors li a:not(.button)[href*=stacks]:after {
  -webkit-mask-image: url(../vendors/stacks.svg);
          mask-image: url(../vendors/stacks.svg);
}
.styled .vendors li a:not(.button)[href*=zfrontier]:after {
  -webkit-mask-image: url(../vendors/zfrontier.svg);
          mask-image: url(../vendors/zfrontier.svg);
}
.styled .vendors li a:not(.button)[href*=stickeys]:after {
  -webkit-mask-image: url(../vendors/stickeys.svg);
          mask-image: url(../vendors/stickeys.svg);
}
.styled .vendors li a:not(.button)[href*=prototypist]:after {
  -webkit-mask-image: url(../vendors/prototypist.svg);
          mask-image: url(../vendors/prototypist.svg);
}
.styled .vendors li a:not(.button)[href*=keebfront]:after {
  -webkit-mask-image: url(../vendors/keebfront.svg);
          mask-image: url(../vendors/keebfront.svg);
}
.styled .vendors li a:not(.button)[href*=thekey]:after {
  -webkit-mask-image: url(../vendors/thekey.svg);
          mask-image: url(../vendors/thekey.svg);
}
.styled .vendors li a:not(.button)[href*=allcaps]:after {
  -webkit-mask-image: url(../vendors/allcaps.svg);
          mask-image: url(../vendors/allcaps.svg);
}
.styled .vendors li a:not(.button)[href*=pantheon]:after {
  -webkit-mask-image: url(../vendors/pantheon.svg);
          mask-image: url(../vendors/pantheon.svg);
}
.styled .vendors li a:not(.button)[href*=space]:after {
  -webkit-mask-image: url(../vendors/space.svg);
          mask-image: url(../vendors/space.svg);
}
.styled .vendors li a:not(.button)[href*=ktechs]:after {
  -webkit-mask-image: url(../vendors/ktechs.svg);
          mask-image: url(../vendors/ktechs.svg);
}
.styled .vendors li a:not(.button)[href*=eloquentclicks]:after {
  -webkit-mask-image: url(../vendors/eloquentclicks.svg);
          mask-image: url(../vendors/eloquentclicks.svg);
}
.styled .vendors li a:not(.button)[href*=otakeebs]:after {
  -webkit-mask-image: url(../vendors/otakeebs.svg);
          mask-image: url(../vendors/otakeebs.svg);
}
.styled .vendors li a:not(.button)[href*=aiglatson]:after {
  -webkit-mask-image: url(../vendors/aiglatson.svg);
          mask-image: url(../vendors/aiglatson.svg);
}
.styled .vendors li a:not(.button)[href*=rebult]:after {
  -webkit-mask-image: url(../vendors/rebult.svg);
          mask-image: url(../vendors/rebult.svg);
}
.styled .vendors li a:not(.button)[href*="rebu.lt"]:after {
  -webkit-mask-image: url(../vendors/rebult.svg);
          mask-image: url(../vendors/rebult.svg);
}
.styled .vendors li small {
  display: block;
  opacity: 0.5;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-style: normal;
}
.styled code,
.styled pre {
  opacity: 0.5;
  font-weight: 500;
  font-size: 0.95em;
  font-style: normal;
}
.styled.inverted {
  background: var(--dark);
  color: var(--light);
}
.styled.inverted .note {
  background: var(--light);
  color: var(--dark);
}
.styled.inverted a.button {
  background: var(--light);
  color: var(--dark);
}
.styled.inverted .vendors li a:after {
  background-color: var(--light);
}
.styled.inverted hr {
  background: var(--light);
}
.styled.inverted .meta li {
  border: 2px solid var(--light);
}
.styled.inverted .meta li h3 {
  background-color: var(--light);
  color: var(--dark);
}
.styled.inverted .meta li p {
  border-left: 2px solid var(--light);
}
.styled.inverted .tag {
  color: var(--dark);
  background-color: var(--light);
}
.styled.inverted .tag.alt {
  color: var(--light);
  box-shadow: 0 0 0 2px var(--light) inset;
}
.styled.inverted dl::after {
  background-color: var(--light);
}
.styled.inverted dl dt::after,
.styled.inverted dl dd::after {
  background-color: var(--dark);
}
.styled.inverted .note .button {
  background: var(--dark);
  color: var(--light);
}
.styled.inverted .note hr {
  background-color: var(--dark);
}
.styled.inverted .toggle li {
  background-color: var(--light);
}
.styled.inverted .toggle li a {
  color: var(--dark);
}
.styled.inverted .toggle li.selected a {
  color: var(--light);
  background-color: var(--dark);
}
.styled *:first-child {
  margin-top: 0 !important;
}
.styled *:last-child {
  margin-bottom: 0 !important;
}
.styled a {
  text-decoration: underline;
}
.styled a:focus, .styled a:hover {
  opacity: 0.75;
}
.styled a:active {
  opacity: 0.5;
}
.styled a.button {
  display: block;
  background: var(--dark);
  color: var(--light);
  font-weight: 500;
  text-decoration: none;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  text-align: center;
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.styled .intro {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  font-weight: 450;
}
@media (max-width: 640px) {
  .styled .intro {
    font-size: 17.5px;
    line-height: 28px;
  }
}
.styled .intro + hr {
  margin-top: 24px;
}
@media (max-width: 640px) {
  .styled .intro + hr {
    margin-top: 12px;
  }
}
.styled h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 24px 0;
  position: relative;
}
@media (max-width: 640px) {
  .styled h1 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
.styled p + h1 {
  margin-top: 24px;
}
@media (max-width: 640px) {
  .styled p + h1 {
    margin-top: 12px;
  }
}
.styled h2 {
  font-size: 25px;
  line-height: 34px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  margin: 24px 0 16px 0;
  position: relative;
}
@media (max-width: 640px) {
  .styled h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.styled h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin: 16px 0 8px 0;
}
@media (max-width: 640px) {
  .styled h3 {
    font-size: 15px;
    line-height: 26px;
  }
}
.styled p {
  margin-bottom: 8px;
}
.styled ul,
.styled ol,
.styled table,
.styled hr,
.styled blockquote,
.styled dl {
  margin: 16px 0;
}
.styled ul li {
  list-style-type: disc;
  margin-bottom: 4px;
  margin-left: 20px;
}
.styled ul li ul {
  padding-top: 4px;
}
.styled ol li {
  list-style: decimal;
  margin-bottom: 4px;
  margin-left: 24px;
}
.styled ol li::marker {
  font-feature-settings: "tnum";
}
.styled ol li ol {
  padding-top: 4px;
}
.styled ol li ol li {
  list-style: lower-alpha;
}
.styled dl {
  overflow: hidden;
  padding: 0 16px;
  position: relative;
}
.styled dl::after {
  content: "";
  position: absolute;
  border-radius: 16px;
  background-color: var(--dark);
  opacity: 0.1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.styled dl dt,
.styled dl dd {
  width: 50%;
  float: left;
  position: relative;
  margin-top: 2px;
  padding: 12px 0;
  z-index: 5;
}
.styled dl dt::after,
.styled dl dd::after {
  content: "";
  position: absolute;
  left: -16px;
  height: 2px;
  right: -16px;
  top: -2px;
  background-color: var(--light);
}
.styled dl dt:first-of-type,
.styled dl dd:first-of-type {
  margin-top: 0;
}
.styled dl dt:first-of-type::after,
.styled dl dd:first-of-type::after {
  display: none;
}
.styled dl dt {
  font-weight: 450;
  clear: both;
  padding-right: 4px;
  width: 40%;
}
.styled dl dd {
  padding-left: 4px;
  width: 60%;
}
.styled .button-group {
  display: flex;
  gap: 12px;
}
@media (max-width: 640px) {
  .styled .button-group {
    flex-direction: column;
  }
}
.styled .button-group li {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.styled .tag {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 450;
  color: var(--light);
  background-color: var(--dark);
  padding: 2px 4px;
  border-radius: 4px;
  opacity: 0.5;
  white-space: nowrap;
}
.styled .tag.alt {
  color: var(--dark);
  background: none;
  box-shadow: 0 0 0 2px var(--dark) inset;
}
.styled hr {
  height: 2px;
  border-radius: 1px;
  background: var(--dark);
  margin: 24px 0;
  opacity: 0.25;
}
.styled del {
  text-decoration: line-through;
  opacity: 0.5;
}
.styled .qpbt {
  background: var(--dark);
  color: var(--light);
  padding: 16px;
  border-radius: 16px;
  margin: 24px 0;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  font-weight: 450;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.styled .qpbt .logo {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: var(--light);
  -webkit-mask-image: url(../qpbt/logo.svg);
          mask-image: url(../qpbt/logo.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  margin-right: 12px;
}
.styled .qpbt a {
  text-transform: none;
  font-weight: 300;
}
.styled .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}
.styled .meta li {
  display: flex;
  border: 2px solid var(--dark);
  border-radius: 16px 4px 4px 16px;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.styled .meta li h3 {
  font-size: 15px;
  line-height: 26px;
  padding: 0 8px 0 12px;
  background-color: var(--dark);
  color: var(--light);
  margin: 0;
}
.styled .meta li p {
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  text-transform: uppercase;
  border-left: 2px solid var(--dark);
  margin: 0;
  font-weight: 500;
}
.styled .meta li p a {
  text-decoration: none;
}
.styled .meta li p a:hover, .styled .meta li p a:focus {
  opacity: 0.75;
}
.styled .meta li p a.active {
  opacity: 0.5;
}
.styled .merch {
  border: 2px solid var(--dark);
  border-radius: 16px;
  margin-top: 24px;
}
.styled .merch h2 {
  font-size: 15px;
  line-height: 26px;
  padding: 12px 16px;
  margin: 0;
}
@media (max-width: 640px) {
  .styled .merch h2 {
    padding: 8px 12px;
  }
}
.styled .merch article {
  border-top: 2px solid var(--dark);
}
.styled .merch article a {
  display: flex;
  padding: 12px 16px;
  gap: 12px;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 640px) {
  .styled .merch article a {
    padding: 8px 12px;
  }
}
.styled .merch article a:hover, .styled .merch article a:focus {
  opacity: 1;
}
.styled .merch article a:hover h3, .styled .merch article a:focus h3 {
  text-decoration: underline;
}
.styled .merch article a img {
  width: 64px;
  height: 64px;
}
.styled .merch article a h3 {
  text-transform: none;
  flex-grow: 1;
  margin: 0;
}
@media (max-width: 640px) {
  .styled .merch article a h3 {
    font-size: 15px;
    line-height: 26px;
  }
}

.newsletter {
  background: #000;
  max-width: unset;
}
.newsletter .styled {
  max-width: 480px;
  min-height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 48px;
}
@media (max-width: 960px) {
  .newsletter .styled {
    border-radius: 32px;
  }
}
@media (max-width: 640px) {
  .newsletter .styled {
    border-radius: 24px;
  }
}
.newsletter .styled h1 a {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  -webkit-mask-image: url(../img/logo.svg);
          mask-image: url(../img/logo.svg);
  -webkit-mask-size: 64px;
          mask-size: 64px;
  background-color: var(--dark);
}
@media (max-width: 960px) {
  .newsletter .styled h1 a {
    width: 48px;
    height: 48px;
    -webkit-mask-size: 48px;
            mask-size: 48px;
  }
}
@media (max-width: 640px) {
  .newsletter .styled h1 a {
    width: 32px;
    height: 32px;
    -webkit-mask-size: 32px;
            mask-size: 32px;
  }
}

.links {
  background: #000;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 64px;
}
@media (max-width: 960px) {
  .links {
    padding: 32px 48px;
  }
}
@media (max-width: 640px) {
  .links {
    align-items: flex-start;
    padding: 0;
  }
}
.links div {
  max-width: 480px;
  min-width: 320px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .links div {
    border-radius: 32px;
  }
}
@media (max-width: 640px) {
  .links div {
    border-radius: 0;
    min-width: none;
    max-width: none;
    width: 100%;
    border-radius: 0;
  }
}
.links div section {
  background: var(--light);
  color: var(--dark);
  overflow: hidden;
}
.links div section a {
  display: block;
  padding: 12px 16px;
  margin-top: 2px;
  position: relative;
  font-weight: 450;
}
.links div section a::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--dark);
  opacity: 0.1;
}
.links div section a:hover, .links div section a:focus {
  text-decoration: underline;
}
.links div section a:active {
  opacity: 0.75;
}
.links div h1 a,
.links div h2 a {
  font-weight: 500;
}
.links div h1 a {
  margin: 0;
}
.links div h1 a::after {
  display: none;
}
.links div p {
  padding: 0 16px 12px;
  margin-top: -12px;
}
.links div h1 {
  font-size: 20px;
  line-height: 30px;
}
.links div h2 {
  font-size: 20px;
  line-height: 30px;
}

.fill {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.autograph {
  display: block;
  background-color: var(--dark);
  -webkit-mask-image: url(../autograph.svg);
          mask-image: url(../autograph.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 128px;
  aspect-ratio: 917/466;
}

.anchor {
  position: absolute;
  top: -194px;
}
@media (max-width: 640px) {
  .anchor {
    top: -138px;
  }
}

.styled .anchor {
  top: -242px;
}
@media (max-width: 640px) {
  .styled .anchor {
    top: -162px;
  }
}

.artisan-grid {
  padding: 48px 64px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .artisan-grid {
    padding: 32px 48px;
  }
}
@media (max-width: 640px) {
  .artisan-grid {
    padding: 24px;
  }
}
.artisan-grid li {
  width: 16.6666666667%;
}
@media (max-width: 960px) {
  .artisan-grid li {
    width: 33.3333333333%;
  }
}
.artisan-grid li a {
  display: block;
  overflow: hidden;
}
.artisan-grid li a:hover img, .artisan-grid li a:focus img {
  transform: scale(1.1);
}
.artisan-grid li a:active img {
  transform: scale(1);
}
.artisan-grid li a img {
  transition: transform 0.25s ease-out;
}
@media (min-width: 960px) {
  .artisan-grid li:first-child a {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .artisan-grid li:last-child a {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media (max-width: 960px) {
  .artisan-grid li:nth-child(1) a {
    border-top-left-radius: 16px;
  }
  .artisan-grid li:nth-child(3) a {
    border-top-right-radius: 16px;
  }
  .artisan-grid li:nth-child(4) a {
    border-bottom-left-radius: 16px;
  }
  .artisan-grid li:nth-child(6) a {
    border-bottom-right-radius: 16px;
  }
}/*# sourceMappingURL=master.css.map */