/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

p {
  font-size: 1.1rem;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Type
   ========================================================================== */
h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

h2 {
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
  font-size: 18px;
}

/* ==========================================================================
   Main
   ========================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Larish Neue', Georgia, Times New Roman, serif;
}

body.flag-pending #checkout-section {
  display: none;
}

.region-block {
  width: 80vw;
  max-width: 930px;
  margin: 30px auto 0;
  padding: 18px;
  text-align: center;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
  font-size: 13px;
  color: #111;
}

#flag-spinner {
  display: none;
  width: 80vw;
  max-width: 930px;
  margin: 30px auto 0;
  text-align: center;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
  font-size: 13px;
  color: #111;
}

body.flag-pending #flag-spinner {
  display: block;
}

body.paid-flow #checkout-section {
  display: block;
}

#checkout-section {
  display: none;
  width: 80vw;
  max-width: 930px;
  margin: 30px auto 0;
}

.compatibility-badge {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 12px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #b8e3ff;
  color: #111;
  padding: 8px 12px 10px;
  text-align: center;
  font-family: 'Apercu', Helvetia, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.25;
}

.checkout-panel {
  padding: 18px;
}
.mobile-contact-bar {
  display: none;
}
body.single main.single .project_link a {
  padding-bottom: 3px;
  border-bottom: 2px solid blue;
}

header {
  color: blue;
  font-size: 30px;
  text-align: center;
  padding: 40px;
}

header #logo {
  font-size: 36px;
  font-family: 'Apercu', Helvetia, Arial, sans-serif;
  font-weight: 700;
}

header #logo a {
  text-transform: uppercase;
}

header #contact {
  position: fixed;
  bottom: 62px;
  right: 60px;
  font-size: 13px;
  height: 1.4em;
}

header a {
  color: blue;
  text-decoration: none;
}

main .list {
  width: 80vw;
  margin: 30px auto 0;
  font-size: 36px;
  text-align: justify;
  word-break: break-all;
  max-width: 930px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

main .list span {
  display: inline;
  margin-right: 0;
}

main .list span.download-sep {
  pointer-events: none;
}

main .list span:hover {
  color: blue;
}

main .list span:hover .project_img {
  display: block;
}

main .list span:hover .project_cat {
  display: block;
}

main .list span .project_title {
  display: inline;
  letter-spacing: -1px;
  position: relative;
}

main .list span .project_title a {
  color: black;
  text-decoration: none;
}

main .join-discord {
  width: 80vw;
  max-width: 930px;
  margin: 12px auto 0;
  text-align: center;
  font-size: 14px;
}

main .join-discord a {
  color: blue;
  text-decoration: none;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
}

main .mobile-download-form {
  display: none;
  width: 80vw;
  max-width: 930px;
  margin: 30px auto 0;
  text-align: left;
}

main .mobile-download-header {
  font-size: 20px;
  letter-spacing: -0.5px;
}

main .mobile-download-label {
  margin-top: 8px;
  font-size: 11px;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
  color: #555;
}

main .mobile-download-fields {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

main .mobile-download-fields input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #111;
  padding: 10px 12px 14px;
  font-size: 14px;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
}

main .mobile-download-fields button {
  border: 1px solid #111;
  background: black;
  color: white;
  padding: 10px 14px;
  font-size: 14px;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
  cursor: pointer;
}

main .mobile-download-fields button:active {
  transform: translateY(1px);
}

main .mobile-download-status {
  margin-top: 6px;
  font-size: 11px;
  font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
}

main .mobile-download-status.status-success {
  color: #1b7f3a;
}

main .mobile-download-status.status-error {
  color: #b00020;
}

main .list span .project_title:hover {
  z-index: 10000;
}

main .list span .project_title:hover a {
  color: blue;
}

main .list span .project_img {
  position: fixed;
  top: 20vh;
  left: 0;
  width: 100vw;
  height: 60vh;
  text-align: center;
  z-index: 500;
  pointer-events: none;
  display: none;
}

main .hero_media.project_img {
  position: relative;
  top: auto;
  left: auto;
  width: 560px;
  height: 400px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

main .project_title.tagline {
  width: 80vw;
  max-width: 930px;
  margin: 20px auto 0;
  letter-spacing: -1px;
  font-size: 24px;
}

main .paid-proxy-links {
  width: 80vw;
  max-width: 930px;
  margin: 16px auto 0;
  text-align: center;
  font-size: 16px;
}

body.paid-page main .list span .project_title a.download-link,
body.paid-page main .paid-proxy-links a.download-link {
  color: blue;
  text-decoration: underline;
  font-size: 20px;
}

body.paid-page main .list span .project_title:hover a.download-link,
body.paid-page main .paid-proxy-links a.download-link:hover {
  color: blue;
}

main .hero_media.project_img video {
  height: 100%;
  width: auto;
}

main .list span .project_img img {
  height: 100%;
  width: auto !important;
}

main .list span .project_cat {
  position: fixed;
  bottom: 5vh;
  left: 0;
  width: 100%;
  margin-top: -7px;
  text-align: center;
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
  font-size: 14px;
  z-index: 600;
  pointer-events: none;
  display: none;
}

main .list .project {
  margin-bottom: 50px;
}

main .list .project .project_title {
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

main .list .project .project_title a {
  color: black;
  text-decoration: none;
}

main .list .project .project_cat {
  color: blue;
  font-size: 15px;
  text-align: center;
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
}

main .list .project .project_img img {
  width: 100%;
  height: auto !important;
}

main.single {
  width: 60%;
  max-width: 960px;
  margin: 0 auto 80px;
  text-align: center;
}

main.single .project_link a {
  font-family: 'Apercu Mono', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: blue;
  text-decoration: none;
}

main.single #project_content {
  margin-top: 80px;
}

main.single #project_content .container li {
  list-style-type: none;
  padding: 20px;
}

main.single #project_content img {
  width: 100%;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   Mobile
   ========================================================================== */
@media only screen and (max-width: 600px) {
  header {
    padding: 10px 20px 8px;
  }

  .mobile-contact-bar {
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    width: 100%;
  }
  .mobile-contact-button {
    background: black;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 16px;
    font-family: 'Apercu Mono', Helvetia, Arial, sans-serif;
    font-size: 14px;
    text-transform: lowercase;
  }
  header #contact {
    position: static;
    font-size: 15px;
    margin-top: 40px;
  }

  main .hero_media.project_img {
    height: auto;
    width: 100vw;
    max-width: none;
    padding: 0 6px;
  }

  main .hero_media.project_img video {
    width: 100%;
    height: auto;
  }

  main .hero_media.project_img iframe {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    aspect-ratio: 560 / 400;
  }

  main .list {
    width: 90vw;
    flex-direction: column;
    text-align: center;
    word-break: normal;
  }

  main .list,
  main .download-vst {
    display: none;
  }

  main .paid-proxy-links {
    width: 90vw;
    overflow-wrap: anywhere;
  }

  body.paid-page main .list {
    display: flex;
    width: 90vw;
    gap: 10px;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.25;
  }

  body.paid-page main .list span {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  body.paid-page main .list span.download-sep {
    display: none;
  }

  body.paid-page main .list .project .project_title,
  body.paid-page main .list span .project_title {
    max-width: 100%;
    padding: 0;
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  body.paid-page main .paid-proxy-links,
  body.paid-page main .paid-proxy-links a.download-link {
    font-size: 16px;
    line-height: 1.35;
  }

  body.paid-page main .list span .project_title a.download-link,
  body.paid-page main .paid-proxy-links a.download-link {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.paid-page main .list span .project_title a.download-link span {
    display: block;
  }

  body.paid-page main .paid-proxy-link-row {
    display: block;
  }

  body.paid-flow #checkout-section {
    display: none;
  }

  body.paid-flow.mobile-checkout-enabled #checkout-section {
    display: block;
  }

  #checkout-section {
    width: 90vw;
  }

  .compatibility-badge {
    width: fit-content;
    padding: 9px 10px 11px;
    font-size: 11px;
  }

  main .download-vst {
    width: 90vw;
    font-size: 13px;
  }

  main .mobile-download-form {
    display: block;
    width: 90vw;
    margin-top: 20px;
    padding-bottom: 8px;
  }

  main .mobile-download-header {
    font-size: 18px;
  }

  main .mobile-download-fields {
    gap: 6px;
  }

  main .mobile-download-fields button {
    white-space: nowrap;
  }

  main .list span.download-sep {
    display: none;
  }

  main .list .project .project_img a {
    text-decoration: none;
  }

  main.single {
    width: 80vw;
  }

  main.single h1 {
    font-size: 30px;
  }

  main.single h2 {
    font-size: 15px;
  }

  main.single .project_link a {
    font-size: 15px;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
     FILE ARCHIVED ON 01:02:16 Apr 02, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:26:20 Jan 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.786
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.01
  esindex: 0.014
  cdx.remote: 23.087
  LoadShardBlock: 96.245 (3)
  PetaboxLoader3.datanode: 113.064 (4)
  load_resource: 121.906
  PetaboxLoader3.resolve: 77.424
*/
@font-face {
  font-family: 'Larish Neue';
  src: url('../fonts/ember-hawk.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/river-kite.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/moss-ink.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Apercu';
  src: url('../fonts/stone-bloom.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
  main .project_title.tagline {
    margin-top: 6px;
  }
