:root {
  color-scheme: dark;
  --bg: #030303;
  --panel: #0b0b0b;
  --text: #fff6e4;
  --muted: #a59a8c;
  --line: #27201b;
  --accent: #ff2600;
  --accent-soft: #ff8a1f;
  --font-pixel: "Jersey 10", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-pixel);
  letter-spacing: 0;
  overflow-x: hidden;
}

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

a:hover,
a:focus-visible {
  color: var(--accent-soft);
}

.site-header,
.site-footer,
.presskit {
  width: min(100% - 32px, 1080px);
  margin-inline: auto;
}

.site-header {
  padding: 16px 0 6px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.presskit {
  padding: 12px 0 72px;
}

.intro {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 4px 0 24px;
  text-align: center;
}

.intro,
.how-to,
.asset-section,
.site-footer {
  position: relative;
}

.how-to,
.asset-section,
.site-footer {
  background: transparent;
}

.brand-lockup {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(560px, 100%);
}

.brand {
  width: min(560px, 100%);
  height: auto;
  object-fit: contain;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  position: absolute;
  left: auto;
  right: 5%;
  bottom: 0.5%;
  max-width: 52%;
  padding: 0;
  background: transparent;
  color: var(--accent);
  font-size: clamp(42px, 7.6vw, 82px);
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
  -webkit-text-stroke: 1px #ffe2a5;
  text-shadow:
    2px 2px 0 #050100,
    -2px 2px 0 #050100,
    2px -2px 0 #050100,
    -2px -2px 0 #050100,
    0 0 10px #ffe2a5;
}

.intro p {
  max-width: 560px;
  color: var(--muted);
  font-size: 23px;
  line-height: 1.08;
}

.intro .media-note {
  max-width: 600px;
  font-size: 19px;
  color: #d7cbbd;
}

.contact {
  color: var(--accent-soft);
  font-size: 21px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.socials a {
  display: inline-flex;
  padding: 8px;
  transition:
    filter 0.2s ease,
    transform 0.2s ease;
}

.socials a:hover,
.socials a:focus-visible {
  filter: brightness(1.25);
  transform: scale(1.15);
}

.social-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--accent-soft);
  mask-image: url(data:image/webp;base64,UklGRi4BAABXRUJQVlA4TCEBAAAvF8ApEA8w53M+5/Mf8IBjW5vb5LMNiEqCLjOwgpzR0ZDzIty5dUnQGZlMBS0dW4kLGZNL0aX/zEdwWkJE/ycA1SNsbyE+Q9SWUf0Hwdy9V3rL4T2DB2AJOAdUpjSYvV5tsoetaab9AyMxYtRtM7A5WA82gFWwGvkI+ei64NuCnxb8j7y/nfenKmwX/Y9tP9WBvfKuL3Ko+YNKOCoc+Hc3KtBxGMUmChnWEJsoDiOBljstrPJBhXpLVCWqy9fO+qgqBJf0OoKOqZaeog2KH55VuPZQ9weVUDvPuJxxmQo3iStXMTA1uHJSg5T1R1mhgSmCDyihdkyMMToUHUpiHKsbGIFO94PruxwaLtSOCSsLmZLXJEhIBfKaTElhZcdEqFEdAA==);
  mask-repeat: no-repeat;
  -webkit-mask-image: url(data:image/webp;base64,UklGRi4BAABXRUJQVlA4TCEBAAAvF8ApEA8w53M+5/Mf8IBjW5vb5LMNiEqCLjOwgpzR0ZDzIty5dUnQGZlMBS0dW4kLGZNL0aX/zEdwWkJE/ycA1SNsbyE+Q9SWUf0Hwdy9V3rL4T2DB2AJOAdUpjSYvV5tsoetaab9AyMxYtRtM7A5WA82gFWwGvkI+ei64NuCnxb8j7y/nfenKmwX/Y9tP9WBvfKuL3Ko+YNKOCoc+Hc3KtBxGMUmChnWEJsoDiOBljstrPJBhXpLVCWqy9fO+qgqBJf0OoKOqZaeog2KH55VuPZQ9weVUDvPuJxxmQo3iStXMTA1uHJSg5T1R1mhgSmCDyihdkyMMToUHUpiHKsbGIFO94PruxwaLtSOCSsLmZLXJEhIBfKaTElhZcdEqFEdAA==);
  -webkit-mask-repeat: no-repeat;
}

.social-icon.x {
  mask-position: 0 0;
  -webkit-mask-position: 0 0;
}

.social-icon.tiktok {
  mask-position: 0 -24px;
  -webkit-mask-position: 0 -24px;
}

.social-icon.instagram {
  mask-position: 0 -48px;
  -webkit-mask-position: 0 -48px;
}

.social-icon.twitch {
  mask-position: 0 -72px;
  -webkit-mask-position: 0 -72px;
}

.social-icon.discord {
  mask-position: 0 -120px;
  -webkit-mask-position: 0 -120px;
}

.social-icon.youtube {
  mask-position: 0 -144px;
  -webkit-mask-position: 0 -144px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.download-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #070302;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.download-all.secondary {
  background: transparent;
  color: var(--accent-soft);
}

.download-all:hover,
.download-all:focus-visible {
  background: transparent;
  color: var(--accent-soft);
}

.asset-section {
  padding: 36px 0 6px;
  border-top: 1px solid var(--line);
}

.how-to + .asset-section {
  border-top: 0;
  padding-top: 18px;
}

.how-to {
  padding: 24px 0 38px;
  border-top: 1px solid var(--line);
}

h2 {
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.how-to-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.how-to-step {
  display: grid;
  grid-template-rows: 180px auto 1fr auto;
  gap: 10px;
  min-width: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.how-to-preview {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 180px;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
}

.how-to-preview img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.how-to-step h3 {
  margin: 0;
  color: var(--accent-soft);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.how-to-step p {
  color: #d7cbbd;
  font-size: 22px;
  line-height: 1.05;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  align-items: start;
  gap: 18px;
  margin-bottom: 26px;
}

.logo-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.asset,
.audio-asset {
  display: grid;
  gap: 9px;
  min-width: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.asset {
  grid-template-rows: 180px 34px 42px;
  align-content: start;
}

.asset > a:first-child {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 180px;
  overflow: hidden;
  background:
    linear-gradient(45deg, #0f0f0f 25%, transparent 25%),
    linear-gradient(-45deg, #0f0f0f 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #0f0f0f 75%),
    linear-gradient(-45deg, transparent 75%, #0f0f0f 75%);
  background-color: var(--panel);
  background-position:
    0 0,
    0 8px,
    8px -8px,
    -8px 0;
  background-size: 16px 16px;
  border: 1px solid var(--line);
}

.logo-grid .asset {
  grid-template-rows: 180px 34px 42px;
}

.logo-grid .asset > a:first-child {
  height: 180px;
  padding: 18px;
}

.logo-grid .asset img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 144px;
}

.asset img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.asset a:last-of-type {
  align-self: center;
  line-height: 1;
}

.asset a:last-of-type,
.audio-asset a {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 24px;
  font-weight: 400;
}

.asset span,
.audio-asset span,
.how-to-step span {
  color: var(--muted);
  font-size: 20px;
}

.media-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 12px;
  min-width: 0;
  margin-top: auto;
}

.media-actions span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.media-actions span a {
  color: var(--accent-soft);
}

.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  min-width: 92px;
  padding: 0 10px;
  border: 1px solid var(--accent);
  color: var(--accent-soft);
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.download-link:hover,
.download-link:focus-visible {
  background: var(--accent);
  color: #070302;
}

.audio-list {
  display: grid;
  gap: 14px;
}

.trailer-asset {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.trailer-asset video {
  display: block;
  width: 100%;
  max-height: 540px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.trailer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
}

.trailer-meta > a {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 24px;
}

.rights-note {
  max-width: 720px;
  margin: -8px 0 22px;
  color: #d7cbbd;
  font-size: 22px;
  line-height: 1.1;
}

.audio-asset {
  grid-template-columns: minmax(150px, 1fr) minmax(180px, 240px) minmax(220px, 360px);
  align-items: center;
}

audio {
  width: 100%;
  height: 34px;
  accent-color: var(--accent);
}

.site-footer {
  padding: 22px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 20px;
  text-align: center;
}

@media (max-width: 720px) {
  .site-header,
  .site-footer,
  .presskit {
    width: min(100% - 22px, 1080px);
  }

  nav {
    gap: 12px;
  }

  .presskit {
    padding-top: 14px;
  }

  .intro {
    padding-bottom: 32px;
  }

  .audio-asset {
    grid-template-columns: 1fr;
  }

  .audio-asset audio {
    grid-column: auto;
  }

  .audio-asset .media-actions {
    width: 100%;
  }

  .asset {
    grid-template-rows: 150px 34px auto;
  }

  .asset > a:first-child {
    height: 150px;
  }

  .asset img {
    max-height: 150px;
  }

  .logo-grid .asset {
    grid-template-rows: 150px 34px auto;
  }

  .logo-grid .asset > a:first-child {
    height: 150px;
    padding: 14px;
  }

  .logo-grid .asset img {
    max-height: 122px;
  }

  .how-to-step {
    grid-template-rows: 150px auto 1fr auto;
  }

  .how-to-preview {
    height: 150px;
  }

  .how-to-preview img {
    max-height: 150px;
  }
}
