@font-face {
  font-family: "Bellefair";
  src: url("/assets/Bellefair-Regular.ttf") format("truetype");
  font-display: swap;
}

:root {
  --canvas: #0f0d0c;
  --line: #2d2622;
  --page-max: 1920px;
  --page-width: min(var(--page-max), 100vw);
  --shell-max: 1540px;
  --shell-gutter: 72px;
  --shell-width: min(var(--shell-max), calc(100vw - var(--shell-gutter)));
  --narrow-shell-max: 1301px;
  --narrow-shell-width: min(var(--narrow-shell-max), calc(100vw - var(--shell-gutter)));
  --hero-topbar-offset: calc((var(--page-width) - var(--shell-width)) / -2);
  --warm-panel-gradient: linear-gradient(180deg, #421b16 0%, #58231c 100%);
  --copy-serif-color: #fffae9;
  --serif: "Bellefair", "Iowan Old Style", Baskerville, "Baskerville Old Face", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Helvetica, "Noto Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--canvas);
  color: #fffae9;
}

body {
  font-family: var(--sans);
  overflow-x: auto;
}

body.is-modal-open {
  overflow: hidden;
}

.page-stage {
  width: 100%;
}

.skip-link,
.sr-only {
  position: absolute;
}

.skip-link {
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  background: #fffae9;
  color: #160f0d;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page {
  width: 100%;
}

.page-home {
  position: relative;
  width: min(var(--page-max), 100%);
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section-shell {
  position: relative;
  width: var(--shell-width);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 932px;
  padding: 34px 0 118px;
  isolation: isolate;
  background:
    linear-gradient(rgba(11, 8, 7, 0.35), rgba(11, 8, 7, 0.35)),
    url("/assets/images/hero-background.jpg") center/cover no-repeat;
}

.hero::before,
.hero::after,
.features::before,
.features::after,
.community::before,
.community::after,
.footer-legal::before,
.footer-legal::after,
.b-welcome-right::before,
.b-welcome-right::after,
.feature-row::before,
.panel::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before,
.hero::after,
.features::before,
.community::before,
.community::after {
  left: 0;
  width: 100%;
}

.features::after,
.footer-legal::before,
.footer-legal::after,
.b-welcome-right::before,
.b-welcome-right::after,
.feature-row::before,
.panel::before {
  inset: 0;
}

.hero::before,
.hero::after,
.features::after {
  z-index: 0;
}

.hero::before {
  top: 0;
  height: 100px;
  mix-blend-mode: multiply;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.325) 0%,
    rgba(0, 0, 0, 0.18) 14%,
    rgba(0, 0, 0, 0.07) 32%,
    rgba(0, 0, 0, 0.02) 64%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero::after {
  bottom: 0;
  height: 150px;
  mix-blend-mode: multiply;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.44) 12%,
    rgba(0, 0, 0, 0.16) 26%,
    rgba(0, 0, 0, 0.045) 50%,
    rgba(0, 0, 0, 0.012) 78%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero-shell {
  min-height: 780px;
  display: flex;
  flex-direction: column;
}

.welcome {
  background: #3a2a21;
}

.features {
  position: relative;
  padding: 59px 0 118px;
  background: #e4c5ae;
  isolation: isolate;
}

.features::after {
  background: url("/assets/images/features-background.png") center/cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.22;
}

.features::before {
  top: 0;
  height: 75px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.135) 14%,
    rgba(0, 0, 0, 0.05) 32%,
    rgba(0, 0, 0, 0.014) 64%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  mix-blend-mode: multiply;
}

.features > *,
.community > *,
.footer-legal > * {
  position: relative;
  z-index: 2;
}

.community {
  position: relative;
  padding: 118px 0;
  isolation: isolate;
  background: url("/assets/images/community-background.jpg") center/cover no-repeat;
}

.community::before,
.community::after {
  height: min(40px, 6%);
  z-index: 1;
}

.community::before {
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
}

.community::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 100%);
}

.footer-legal {
  min-height: 388px;
  padding: 75px 0 64px;
  background: linear-gradient(180deg, #58231c 0%, #311410 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.footer-legal::before {
  background:
    radial-gradient(
      ellipse 62.4% 92% at 50% 0%,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.72) 10%,
      rgba(255, 255, 255, 0.5) 24%,
      rgba(255, 255, 255, 0.3) 42%,
      rgba(255, 255, 255, 0.14) 62%,
      rgba(255, 255, 255, 0.05) 80%,
      rgba(255, 244, 224, 0) 100%
    );
  mix-blend-mode: overlay;
  opacity: 0.63;
  z-index: 1;
}

.footer-legal::after {
  background: url("/assets/images/footer-background.png") center/cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
  z-index: 0;
}

.js-hover-swap {
  position: relative;
  display: block;
  cursor: pointer;
}

.image-link {
  display: block;
  text-decoration: none;
}

.image-link img {
  display: block;
  width: 100%;
  height: auto;
}

.hover-swap-stack {
  position: relative;
  display: block;
}

.hover-swap-layer {
  display: block;
  width: 100%;
  height: auto;
}

.hover-swap-default {
  opacity: 1;
}

.hover-swap-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.js-hover-swap:hover .hover-swap-default,
.js-hover-swap:focus-visible .hover-swap-default {
  opacity: 0;
}

.js-hover-swap:hover .hover-swap-hover,
.js-hover-swap:focus-visible .hover-swap-hover {
  opacity: 1;
}

:is(
  .hero-nav a,
  .top-social-link,
  .icon-link,
  .image-link,
  .video-toggle,
  .presskit-nav a,
  .presskit-links a,
  .presskit-button,
  .presskit-brand
) {
  border-radius: 4px;
  outline: none;
  transition: opacity 80ms ease-in;
}

:is(
  .hero-nav a,
  .top-social-link,
  .icon-link,
  .image-link,
  .video-toggle,
  .presskit-nav a,
  .presskit-links a,
  .presskit-button,
  .presskit-brand
):focus-visible {
  outline: 2px solid #fffae9;
  outline-offset: 4px;
}

.hero-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: 100%;
}

.hero-topbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: var(--hero-topbar-offset);
}

.b-logo {
  width: 94px;
  height: 110px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.b-nav,
.b-social {
  position: static;
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0;
  font-family: var(--serif);
  font-size: 16.8px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-nav a {
  display: inline-block;
  color: #fffae9;
  text-decoration: none;
}

.hero-nav a:hover {
  opacity: 0.8;
}

:is(
  .hero-nav a,
  .top-social-link,
  .icon-link,
  .presskit-nav a,
  .presskit-links a,
  .presskit-button,
  .presskit-brand
):is(:hover, :focus-visible),
.image-link:not(.js-hover-swap):is(:hover, :focus-visible) {
  opacity: 0.86;
}

.hero-nav-divider {
  flex: 0 0 auto;
  width: 2.37px;
  height: 26.812px;
  margin: 0 15px;
  background: url("/assets/images/nav-divider-small.svg") center/contain no-repeat;
  pointer-events: none;
}

.hero-nav-divider-large {
  flex: 0 0 auto;
  width: 2.37px;
  height: 52.469px;
  margin: 0 22px;
  background-image: url("/assets/images/nav-divider-large.svg");
}

.top-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-social img {
  display: block;
  object-fit: contain;
}

.top-social-link {
  display: block;
}

.top-social-item,
.icon-item {
  display: block;
}

.icon-item-x {
  width: 11.5%;
}

.icon-item-bluesky {
  width: 15%;
}

.icon-item-discord {
  width: 16.2%;
}

.icon-item-youtube {
  width: 17.4%;
}

.icon-item-steam {
  width: 11.8%;
}

.top-social-x {
  width: 20px;
  height: 22px;
}

.top-social-bluesky {
  width: 25px;
  height: 22px;
}

.top-social-discord {
  width: 28px;
  height: 21px;
}

.top-social-youtube {
  width: 31px;
  height: 21px;
}

.b-wishlist-top {
  width: 187px;
  max-width: 100%;
}

.hero-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 68px;
  padding: 92px 0 36px;
}

.b-hero-mark-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.b-hero-mark-wrap::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 82%;
  height: 87.4%;
  background: rgba(0, 0, 0, 0.8);
  filter: blur(72px);
  transform: translateX(-50%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.b-hero-mark {
  position: relative;
  z-index: 1;
  width: min(100%, 718px);
  height: auto;
  object-fit: contain;
  display: block;
}

.hero-cta-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

.b-hero-cta-left,
.b-hero-cta-right {
  width: min(235px, calc(50% - 12px));
  min-width: 220px;
  max-width: 100%;
}

.welcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(320px, 1fr);
  align-items: stretch;
  aspect-ratio: 2.586 / 1;
}

.b-welcome-video {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: #000;
  overflow: hidden;
}

.welcome-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  object-fit: cover;
}

.video-toggle {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 250, 233, 0.45);
  background: rgba(15, 13, 12, 0.72);
  color: #fffae9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.45;
  transition: opacity 160ms ease, background-color 160ms ease;
}

.video-toggle-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-toggle-icon[hidden] {
  display: none;
}

.video-toggle-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}

.b-welcome-video:hover .video-toggle,
.video-toggle:hover,
.video-toggle:focus-visible {
  opacity: 1;
  background: rgba(15, 13, 12, 0.86);
}

.b-welcome-right {
  position: relative;
  min-height: 0;
  height: 100%;
  padding: 56px 40px;
  background: var(--warm-panel-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
}

.b-welcome-right::before {
  background:
    radial-gradient(
      circle 400px at 50% 30%,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.78) 14%,
      rgba(255, 255, 255, 0.58) 31%,
      rgba(255, 255, 255, 0.38) 50%,
      rgba(255, 255, 255, 0.16) 68%,
      rgba(255, 255, 255, 0.04) 83%,
      rgba(255, 244, 224, 0) 100%
    );
  mix-blend-mode: overlay;
  opacity: 0.9;
  z-index: 1;
}

.b-welcome-right::after {
  background: url("/assets/images/welcome-background.png") center/cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
  z-index: 0;
}

.b-welcome-right > * {
  position: relative;
  z-index: 2;
}

.b-welcome-right .eyebrow {
  margin: 0;
  width: min(270px, 100%);
  font-size: 11.05px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: #fffae9;
  text-align: center;
}

.b-welcome-logo {
  margin: 0;
  width: 207px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(5px 9px 6px rgba(0, 1, 1, 0.23));
}

.b-welcome-right .intro-copy {
  margin: 0;
  width: min(316px, 100%);
  font-family: var(--serif);
  font-size: 18.7px;
  line-height: 1.33;
  font-weight: 400;
  color: var(--copy-serif-color);
  text-align: center;
}

.b-features-heading {
  position: relative;
  z-index: 2;
  width: max-content;
  margin: 0;
  margin: -0.68em auto 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.55em;
  color: #614d41;
  font-size: 18.2px;
  font-weight: 400;
}

.b-features-divider {
  width: 100%;
  height: 1px;
  object-fit: fill;
  display: block;
  margin: 11px auto 0;
  z-index: 1;
}

.feature-list {
  margin-top: 44px;
  display: grid;
  gap: 0;
  isolation: isolate;
}

.feature-row {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 432px;
  z-index: calc(var(--feature-count, 0) - var(--feature-index, 0));
}

.feature-row::before {
  box-shadow: 19px 32px 52px #432d20;
  mix-blend-mode: multiply;
  opacity: 0.3;
  z-index: 0;
}

.feature-row:nth-child(even) .image-tile {
  order: 2;
}

.feature-row:nth-child(even) .text-tile {
  order: 1;
}

.tile {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.image-tile {
  background: #2a221d;
}

.feature-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.text-tile {
  background: #f1d6c3;
  color: #614d41;
  padding: 54px 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
}

.feature-row:nth-child(even) .text-tile {
  background: var(--warm-panel-gradient);
  color: var(--copy-serif-color);
}

.text-tile h3,
.panel h3 {
  margin: 0 0 3%;
  font-family: var(--serif);
  font-size: 47px;
  line-height: 1.05;
  font-weight: 400;
}

.text-tile p,
.panel .copy {
  margin: 0;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
}

.text-tile p {
  opacity: 0.9;
}

.community-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.panel {
  position: relative;
  min-height: 482px;
  padding: 85px 52px 40px;
  background: rgba(108, 83, 64, 0.4);
  backdrop-filter: blur(9.8px);
  text-align: center;
  isolation: isolate;
}

.panel::before {
  inset: 12px;
  background:
    url("/assets/images/community-border-slices/top-left.png") 0 0 / 2px 2px no-repeat,
    url("/assets/images/community-border-slices/top.png") 2px 0 / calc(100% - 3px) 2px no-repeat,
    url("/assets/images/community-border-slices/top-right.png") calc(100% - 1px) 0 / 1px 2px no-repeat,
    url("/assets/images/community-border-slices/left.png") 0 2px / 2px calc(100% - 4px) no-repeat,
    url("/assets/images/community-border-slices/right.png") calc(100% - 1px) 2px / 1px calc(100% - 4px) no-repeat,
    url("/assets/images/community-border-slices/bottom-left.png") 0 calc(100% - 2px) / 2px 2px no-repeat,
    url("/assets/images/community-border-slices/bottom.png") 2px calc(100% - 2px) / calc(100% - 3px) 2px no-repeat,
    url("/assets/images/community-border-slices/bottom-right.png") calc(100% - 1px) calc(100% - 2px) / 1px 2px no-repeat;
  z-index: 0;
}

.panel > * {
  position: relative;
  z-index: 1;
}

.panel .mini {
  margin: 10px 0 0;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 14px;
  color: #fffae9;
}

.panel h3 {
  margin: 18px 0 24px;
  line-height: 0.95;
  text-transform: uppercase;
}

.panel .copy {
  max-width: 88%;
  margin: 0 auto;
  color: var(--copy-serif-color);
}

.latest-news-actions {
  margin: 7% auto 0;
  width: min(62%, 234px);
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.icon-row {
  margin: 7% auto 0;
  width: min(80%, 348px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  list-style: none;
}

.icon-row img {
  object-fit: contain;
  display: block;
}

.icon-link {
  display: block;
  width: 100%;
}

.mailing-list-news-btn {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
}

.icon-row img {
  width: 100%;
  height: auto;
}

.mailing-list-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 32px;
}

.mailing-list-modal[hidden] {
  display: none;
}

.mailing-list-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(141, 52, 39, 0.22), rgba(15, 13, 12, 0) 34%),
    rgba(7, 5, 5, 0.8);
  backdrop-filter: blur(8px);
}

.mailing-list-modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: 44px 40px 38px;
  background: var(--warm-panel-gradient);
  border: 1px solid rgba(255, 250, 233, 0.18);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 250, 233, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.mailing-list-modal-panel::before,
.mailing-list-modal-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mailing-list-modal-panel::before {
  background:
    radial-gradient(
      circle 400px at 50% 30%,
      rgba(255, 255, 255, 0.9) 0%,
      rgba(255, 255, 255, 0.78) 14%,
      rgba(255, 255, 255, 0.58) 31%,
      rgba(255, 255, 255, 0.38) 50%,
      rgba(255, 255, 255, 0.16) 68%,
      rgba(255, 255, 255, 0.04) 83%,
      rgba(255, 244, 224, 0) 100%
    );
  mix-blend-mode: overlay;
  opacity: 0.9;
  z-index: 0;
}

.mailing-list-modal-panel::after {
  background: url("/assets/images/welcome-background.png") center/cover no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.2;
  z-index: 0;
}

.mailing-list-modal-panel > * {
  position: relative;
  z-index: 1;
}

.mailing-list-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 250, 233, 0.55);
  background: #8f372d;
  color: #fffae9;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(15, 13, 12, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.mailing-list-modal-close:hover,
.mailing-list-modal-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 250, 233, 0.9);
  box-shadow: 0 12px 30px rgba(15, 13, 12, 0.3);
  filter: brightness(1.07);
}

.mailing-list-modal-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(255, 250, 233, 0.8);
}

.mailing-list-modal-title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  color: #fffae9;
}

.mailing-list-modal-copy {
  margin: 18px 0 0;
  max-width: 430px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.28;
  color: var(--copy-serif-color);
}

.mailing-list-form {
  margin-top: 30px;
  display: grid;
  gap: 16px;
}

.mailing-list-bot-trap {
  position: absolute;
  left: -5000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.mailing-list-field {
  display: grid;
  gap: 8px;
}

.mailing-list-field span {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 250, 233, 0.82);
}

.mailing-list-field input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 233, 0.24);
  border-radius: 0;
  background: rgba(255, 244, 224, 0.14);
  color: #fffae9;
  font: inherit;
}

.mailing-list-field input::placeholder {
  color: rgba(255, 250, 233, 0.44);
}

.mailing-list-field input:focus-visible {
  outline: 1px solid rgba(255, 250, 233, 0.72);
  outline-offset: 0;
  border-color: rgba(255, 250, 233, 0.72);
}

.mailing-list-privacy-note,
.mailing-list-form-status {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 250, 233, 0.8);
}

.mailing-list-privacy-note a {
  color: inherit;
}

.mailing-list-submit {
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 250, 233, 0.55);
  background: #8f372d;
  color: #fffae9;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(15, 13, 12, 0.24);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.mailing-list-submit:hover,
.mailing-list-submit:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 250, 233, 0.9);
  box-shadow: 0 12px 30px rgba(15, 13, 12, 0.3);
  filter: brightness(1.07);
}

.mailing-list-submit:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}

.footer-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b-footer-logo {
  width: min(241px, 34vw);
  height: auto;
  object-fit: contain;
  display: block;
  z-index: 2;
}

.b-footer-divider {
  width: min(1321px, 100%);
  height: 1px;
  object-fit: contain;
  opacity: 0.65;
  display: block;
  margin-top: 54px;
  z-index: 2;
}

.b-footer-links {
  width: min(920px, 100%);
  margin: 30px 0 0;
  text-align: center;
  font-family: var(--serif);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fffae9;
  z-index: 2;
}

.b-footer-links a {
  color: inherit;
  text-decoration: none;
}

.b-footer-links a:hover,
.b-footer-links a:focus-visible {
  text-decoration: underline;
}

@media (min-width: 1281px) {
  :root {
    --shell-gutter: 72px;
  }

  .hero {
    min-height: 792px;
    padding: 0;
  }

  .hero-shell {
    position: relative;
    min-height: 792px;
    max-width: none;
  }

  .hero-topbar {
    display: block;
  }

  .hero-topbar-right {
    position: absolute;
    top: 34px;
    right: var(--hero-topbar-offset);
    gap: 22px;
    justify-content: flex-end;
    max-width: calc(100% - 240px);
    margin-right: 0;
  }

  .hero-nav {
    font-size: 15.12px;
  }

  .hero-nav-divider {
    width: 2.133px;
    height: 24.131px;
    margin: 0 13.5px;
  }

  .hero-nav-divider-large {
    width: 2.133px;
    height: 47.222px;
    margin: 0 19.8px;
  }

  .b-logo {
    position: absolute;
    left: calc(var(--hero-topbar-offset) + 32px);
    top: 24px;
    width: 94px;
    height: 110px;
    z-index: 3;
  }

  .hero-body {
    display: block;
    padding: 0;
  }

  .b-hero-mark-wrap {
    position: absolute;
    top: 249px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }

  .b-hero-mark {
    width: auto;
    height: 279px;
    transform: none;
  }

  .hero-cta-row {
    position: absolute;
    top: 577px;
    left: 50%;
    width: auto;
    gap: 11px;
    flex-wrap: nowrap;
    transform: translateX(-50%);
  }

  .b-hero-cta-left,
  .b-hero-cta-right {
    width: 220px;
    min-width: 0;
  }

  .welcome-layout {
    grid-template-columns: 69.53% 30.47%;
    aspect-ratio: 2.558 / 1;
  }

  .b-welcome-right {
    padding: 46px 36px;
  }

  .features {
    padding: 77px 0 101px;
  }

  .features .section-shell {
    width: var(--narrow-shell-width);
  }

  .b-features-heading {
    margin-top: -0.78em;
    font-size: 15.5px;
  }

  .feature-list {
    margin-top: 37px;
  }

  .feature-row {
    min-height: 367px;
  }

  .text-tile {
    padding: 51px;
  }

  .text-tile h3 {
    font-size: 40px;
  }

  .text-tile p {
    font-size: 18.7px;
  }

  .community {
    min-height: 610px;
    padding: 100px 0;
  }

  .community-shell {
    width: var(--narrow-shell-width);
    grid-template-columns: repeat(2, minmax(0, 638px));
    justify-content: center;
  }

  .panel {
    min-height: 410px;
    padding: 72px 44px 34px;
  }

  .panel .mini {
    font-size: 11.9px;
  }

  .panel h3 {
    font-size: 40px;
  }

  .panel .copy {
    font-size: 18.7px;
  }

  .icon-row {
    width: min(70%, 248px);
  }

  .latest-news-actions {
    width: min(62%, 199px);
  }

  .footer-legal {
    min-height: 330px;
    padding: 64px 0 54px;
  }

  .footer-shell {
    width: min(1123px, 100%);
  }

  .b-footer-logo {
    width: 205px;
    margin-top: 10px;
  }

  .b-footer-divider {
    width: min(1123px, 100%);
    margin-top: 16px;
    position: relative;
    top: -5px;
  }

  .b-footer-links {
    width: min(972px, 100%);
    margin-top: 16px;
    font-size: 13.3px;
  }
}

@media (max-width: 1280px) {
  :root {
    --shell-gutter: 56px;
  }

  .hero {
    min-height: 700px;
    padding-bottom: 56px;
  }

  .hero-shell {
    min-height: 620px;
  }

  .hero-topbar-right {
    gap: 18px;
    margin-right: var(--hero-topbar-offset);
  }

  .hero-nav {
    font-size: 15px;
  }

  .hero-nav-divider {
    margin: 0 12px;
  }

  .b-wishlist-top {
    width: 170px;
  }

  .b-hero-mark {
    width: min(28vw, 200px);
  }

  .feature-row {
    min-height: 346px;
  }

  .welcome-layout {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.9fr);
    aspect-ratio: 2.844 / 1;
  }

  .text-tile {
    padding: 44px;
  }

  .text-tile h3,
  .panel h3 {
    font-size: 40px;
  }

  .text-tile p,
  .panel .copy,
  .b-welcome-right .intro-copy {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  :root {
    --shell-gutter: 40px;
  }

  .page-home {
    border-left: 0;
    border-right: 0;
  }

  .hero {
    min-height: 0;
    padding: 26px 0 80px;
  }

  .hero-shell {
    min-height: 0;
  }

  .hero-topbar {
    align-items: flex-start;
    min-height: 110px;
    position: relative;
  }

  .hero-topbar-right {
    position: absolute;
    top: 0;
    right: var(--hero-topbar-offset);
    left: auto;
    justify-content: flex-end;
    width: min(100%, calc(100% - 120px));
    margin-right: 0;
  }

  .hero-body {
    align-items: center;
    gap: 44px;
    padding: 72px 0 18px;
  }

  .b-hero-mark {
    width: min(52vw, 220px);
  }

  .b-logo {
    display: none;
  }

  .hero-cta-row {
    justify-content: center;
  }

  .welcome-layout,
  .feature-row,
  .community-shell {
    grid-template-columns: 1fr;
  }

  .welcome-layout {
    aspect-ratio: auto;
  }

  .b-welcome-right {
    padding: 52px 36px;
  }

  .b-welcome-video {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .b-welcome-right .eyebrow,
  .b-welcome-right .b-welcome-logo {
    display: none;
  }

  .feature-row {
    min-height: 0;
  }

  .feature-row:nth-child(even) .image-tile,
  .feature-row:nth-child(even) .text-tile {
    order: initial;
  }

  .image-tile {
    min-height: 320px;
  }

  .panel {
    min-height: 0;
    padding: 72px 40px 38px;
  }

  .latest-news-actions {
    width: min(62%, 234px);
  }

  .mailing-list-modal-panel {
    width: min(560px, calc(100vw - 64px));
  }

  .footer-legal {
    padding: 68px 0 56px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell-gutter: 28px;
  }

  .hero {
    padding: 22px 0 56px;
  }

  .hero-topbar-right {
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    width: auto;
    max-width: 100%;
    text-align: right;
    right: var(--hero-topbar-offset);
  }

  .hero-nav {
    align-items: flex-end;
    justify-content: flex-end;
    gap: 14px;
    letter-spacing: 0.18em;
    text-align: right;
  }

  .top-social {
    justify-content: flex-end;
    margin-left: auto;
  }

  .b-wishlist-top {
    margin-left: auto;
  }

  .hero-nav-divider,
  .hero-nav-divider-large {
    display: none;
  }

  .top-social {
    gap: 18px;
  }

  .b-wishlist-top {
    width: min(188px, 58vw);
  }

  .hero-topbar-right .b-wishlist-top {
    display: none;
  }

  .hero-body {
    align-items: center;
    text-align: center;
    padding-top: 56px;
  }

  .b-hero-mark {
    width: min(46vw, 160px);
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .b-hero-cta-left,
  .b-hero-cta-right {
    width: min(280px, 100%);
    min-width: 0;
  }

  .video-toggle {
    left: 18px;
    bottom: 18px;
    width: 42px;
    height: 42px;
  }

  .video-toggle-icon {
    width: 22px;
    height: 22px;
  }

  .b-welcome-right {
    padding: 44px 24px;
  }

  .b-welcome-right .eyebrow {
    letter-spacing: 0.28em;
  }

  .features {
    padding: 48px 0 88px;
  }

  .feature-list {
    gap: 0;
  }

  .image-tile {
    min-height: 240px;
  }

  .text-tile,
  .panel {
    padding: 32px 24px;
  }

  .text-tile h3,
  .panel h3 {
    font-size: 32px;
  }

  .text-tile p,
  .panel .copy,
  .b-welcome-right .intro-copy {
    font-size: 15.3px;
  }

  .panel .mini,
  .b-features-heading,
  .b-footer-links {
    font-size: 12px;
  }

  .community {
    padding: 84px 0;
  }

  .icon-row {
    width: min(260px, 100%);
  }

  .latest-news-actions {
    width: min(234px, 100%);
  }

  .mailing-list-modal {
    padding: 18px;
  }

  .mailing-list-modal-panel {
    width: 100%;
    padding: 38px 22px 26px;
  }

  .mailing-list-modal-title {
    font-size: 36px;
  }

  .mailing-list-modal-copy {
    margin-top: 14px;
    font-size: 17px;
  }

  .mailing-list-form {
    margin-top: 24px;
  }

  .mailing-list-submit {
    min-height: 46px;
    font-size: 16px;
  }

  .footer-legal {
    min-height: 0;
    padding: 56px 0 44px;
  }

  .b-footer-divider {
    margin-top: 40px;
  }
}

.presskit-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(153, 60, 43, 0.42), rgba(15, 13, 12, 0) 36%),
    linear-gradient(180deg, #160f0d 0%, #0f0d0c 100%);
}

.presskit-page {
  min-height: 100vh;
}

.presskit-hero {
  position: relative;
  padding: 34px 0 96px;
  background:
    linear-gradient(rgba(11, 8, 7, 0.52), rgba(11, 8, 7, 0.72)),
    url("/assets/images/hero-background.jpg") center top / cover no-repeat;
  border-bottom: 1px solid rgba(255, 250, 233, 0.12);
}

.presskit-header,
.presskit-hero-inner,
.presskit-content {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.presskit-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.presskit-brand img {
  display: block;
  width: 94px;
  height: 110px;
  object-fit: contain;
}

.presskit-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
  font-family: var(--serif);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.presskit-nav a,
.presskit-links a,
.presskit-button {
  color: #fffae9;
  text-decoration: none;
}

.presskit-nav a[aria-current="page"] {
  opacity: 0.6;
}

.presskit-hero-inner {
  padding: 112px 0 0;
}

.presskit-kicker,
.presskit-panel-label {
  margin: 0 0 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.34em;
  color: rgba(255, 250, 233, 0.78);
}

.presskit-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 8vw, 92px);
  line-height: 0.95;
  font-weight: 400;
}

.presskit-summary {
  max-width: 700px;
  margin: 26px 0 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.7vw, 28px);
  line-height: 1.2;
  color: rgba(255, 250, 233, 0.9);
}

.presskit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.presskit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 250, 233, 0.22);
  background: rgba(15, 13, 12, 0.38);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.presskit-button-primary {
  background: linear-gradient(180deg, #874236 0%, #58231c 100%);
}

.redframe-press-hero {
  min-height: 720px;
  padding-bottom: 72px;
  background:
    linear-gradient(90deg, rgba(10, 8, 7, 0.88) 0%, rgba(10, 8, 7, 0.72) 38%, rgba(10, 8, 7, 0.26) 100%),
    var(--press-hero-image) center / cover no-repeat;
  isolation: isolate;
}

.redframe-press-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(0deg, #0f0d0c 0%, rgba(15, 13, 12, 0) 100%);
  z-index: 0;
}

.redframe-press-hero > * {
  position: relative;
  z-index: 1;
}

.redframe-press-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: end;
  gap: 56px;
  padding-top: 92px;
}

.redframe-press-hero h1 {
  max-width: 760px;
  font-size: 78px;
}

.redframe-press-boxart {
  width: min(100%, 320px);
  margin: 0;
  justify-self: end;
  filter: drop-shadow(0 32px 50px rgba(0, 0, 0, 0.5));
}

.redframe-press-boxart img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 250, 233, 0.22);
  background: #1c1715;
}

.presskit-button {
  gap: 11px;
}

.presskit-button small {
  font-size: 11px;
  color: rgba(255, 250, 233, 0.66);
}

.redframe-press-content {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  width: min(1260px, calc(100vw - 48px));
  align-items: start;
}

.redframe-press-page .presskit-panel {
  background: rgba(88, 35, 28, 0.42);
}

.redframe-press-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.redframe-press-side-nav {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(255, 250, 233, 0.12);
  background: rgba(255, 250, 233, 0.055);
}

.redframe-press-side-nav a {
  padding: 10px 12px;
  color: #fffae9;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.redframe-press-side-nav a:hover,
.redframe-press-side-nav a:focus-visible {
  background: rgba(255, 250, 233, 0.1);
}

.redframe-press-downloads {
  padding: 18px;
}

.redframe-press-download {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 250, 233, 0.12);
  color: #fffae9;
  text-decoration: none;
}

.redframe-press-download span {
  font-size: 14px;
}

.redframe-press-download small {
  color: rgba(255, 250, 233, 0.62);
  white-space: nowrap;
}

.redframe-press-main {
  display: grid;
  gap: 28px;
}

.redframe-press-section {
  scroll-margin-top: 28px;
}

.redframe-section-heading {
  margin-bottom: 24px;
}

.redframe-section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 400;
  color: #fffae9;
}

.redframe-section-heading-row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.redframe-press-facts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.85fr);
  gap: 30px;
}

.redframe-press-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
}

.redframe-press-facts div + div {
  margin-top: 0;
}

.redframe-press-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.redframe-press-links li + li {
  margin-top: 16px;
}

.redframe-press-links a {
  overflow-wrap: anywhere;
}

.redframe-press-pitch {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.34;
  color: #fffae9;
}

.redframe-press-richtext {
  display: grid;
  gap: 14px;
}

.redframe-press-richtext h3 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.1;
  font-weight: 400;
  color: #fffae9;
}

.redframe-press-richtext p {
  margin: 0;
}

.redframe-press-video {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #000;
}

.redframe-press-video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.redframe-press-video-links,
.redframe-press-font,
.redframe-press-contact {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
}

.redframe-press-video-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.redframe-press-video-links a,
.redframe-press-font a,
.redframe-press-contact a,
.redframe-press-inline-download {
  color: #fffae9;
}

.redframe-press-video-links small {
  color: rgba(255, 250, 233, 0.62);
}

.redframe-press-inline-download {
  flex: 0 0 auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 250, 233, 0.18);
  background: rgba(255, 250, 233, 0.07);
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.redframe-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.redframe-screenshot-grid figure,
.redframe-key-art,
.redframe-logo-grid figure {
  margin: 0;
}

.redframe-screenshot-grid a,
.redframe-key-art a,
.redframe-logo-swatch a {
  display: block;
}

.redframe-screenshot-grid img,
.redframe-key-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 250, 233, 0.12);
  background: #1c1715;
}

.redframe-screenshot-grid figcaption,
.redframe-key-art figcaption,
.redframe-logo-grid figcaption {
  margin-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 250, 233, 0.58);
}

.redframe-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.redframe-logo-swatch {
  padding: 18px;
  border: 1px solid rgba(255, 250, 233, 0.12);
}

.redframe-logo-swatch-light {
  background: #f4eadc;
}

.redframe-logo-swatch-dark {
  background: #171311;
}

.redframe-logo-swatch img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.redframe-logo-swatch-light figcaption {
  color: rgba(61, 48, 41, 0.76);
}

.redframe-team-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.redframe-team-list article {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 250, 233, 0.12);
}

.redframe-team-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}

.redframe-team-list p {
  margin: 8px 0 0;
  color: rgba(255, 250, 233, 0.7);
}

.redframe-team-list + .redframe-press-contact {
  margin-top: 34px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition: none !important;
  }
}

.presskit-content {
  padding: 56px 0 88px;
}

.presskit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.presskit-panel {
  padding: 28px;
  border: 1px solid rgba(255, 250, 233, 0.12);
  background:
    linear-gradient(180deg, rgba(88, 35, 28, 0.46) 0%, rgba(32, 21, 19, 0.72) 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.presskit-facts {
  margin: 0;
}

.presskit-facts div + div,
.presskit-links li + li,
.presskit-list li + li {
  margin-top: 18px;
}

.presskit-facts dt {
  margin: 0 0 4px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255, 250, 233, 0.58);
}

.presskit-facts dd,
.presskit-richtext p,
.presskit-list,
.presskit-links,
.presskit-boilerplate {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
  color: #fffae9;
}

.redframe-press-page .presskit-richtext p {
  font-size: 20px;
  line-height: 1.42;
}

.presskit-richtext p + p {
  margin-top: 18px;
}

.presskit-list,
.presskit-links {
  padding-left: 22px;
}

.presskit-links li span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 250, 233, 0.58);
}

.privacy-content {
  position: relative;
  width: 100%;
  max-width: none;
  background: #e4c5ae;
  isolation: isolate;
  overflow: hidden;
}

.privacy-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/images/features-background.png");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: min(1920px, 100vw) auto;
  mix-blend-mode: overlay;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.privacy-panel {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 48px));
  margin: 0 auto;
  padding: clamp(26px, 4vw, 52px);
  background: #e4c5ae;
}

.privacy-richtext {
  font-family: var(--serif);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.48;
  color: #614d41;
}

.privacy-richtext > *:first-child {
  margin-top: 0;
}

.privacy-richtext > *:last-child {
  margin-bottom: 0;
}

.privacy-richtext h2 {
  margin: 42px 0 12px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: rgba(97, 77, 65, 0.72);
}

.privacy-richtext p,
.privacy-richtext ul {
  margin: 0 0 20px;
}

.privacy-richtext ul {
  padding-left: 24px;
}

.privacy-richtext li + li {
  margin-top: 8px;
}

.privacy-richtext a {
  color: #614d41;
}

@media (max-width: 900px) {
  .presskit-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .presskit-nav {
    justify-content: flex-start;
  }

  .presskit-hero-inner {
    padding-top: 72px;
  }

  .presskit-grid {
    grid-template-columns: 1fr;
  }

  .presskit-facts dd,
  .presskit-richtext p,
  .presskit-list,
  .presskit-links,
  .presskit-boilerplate {
    font-size: 20px;
  }

  .redframe-press-page .presskit-richtext p {
    font-size: 19px;
  }

  .redframe-press-hero {
    min-height: 0;
  }

  .redframe-press-hero-inner,
  .redframe-press-content,
  .redframe-press-facts-layout {
    grid-template-columns: 1fr;
  }

  .redframe-press-hero h1 {
    font-size: 58px;
  }

  .redframe-press-boxart {
    justify-self: start;
    width: min(260px, 70vw);
  }

  .redframe-press-sidebar {
    position: static;
  }

  .redframe-press-side-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .redframe-press-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .presskit-header,
  .presskit-hero-inner,
  .presskit-content {
    width: min(1180px, calc(100vw - 32px));
  }

  .presskit-panel {
    padding: 22px;
  }

  .redframe-press-hero {
    padding-top: 24px;
    padding-bottom: 36px;
  }

  .redframe-press-hero-inner {
    gap: 34px;
    padding-top: 44px;
  }

  .redframe-press-hero h1 {
    font-size: 42px;
  }

  .redframe-press-hero .presskit-actions .presskit-button:not(:first-child),
  .redframe-press-boxart {
    display: none;
  }

  .redframe-press-side-nav,
  .redframe-screenshot-grid,
  .redframe-logo-grid,
  .redframe-team-list {
    grid-template-columns: 1fr;
  }

  .redframe-section-heading-row {
    display: block;
  }

  .redframe-press-inline-download {
    display: inline-flex;
    margin-top: 14px;
  }

  .redframe-press-pitch {
    font-size: 19px;
  }

  .redframe-press-page .presskit-richtext p {
    font-size: 18px;
  }

  .redframe-section-heading h2 {
    font-size: 34px;
  }

  .redframe-logo-swatch img {
    height: 120px;
  }
}
