.publisher {
  --paper: #f2efe7;
  --red: #dc1f05;
  --muted: #b4b4ac;
  --type-label: 14px;
  --type-control: 16px;
  --content-max: 1600px;
  --edge: clamp(22px, 4.5vw, 80px);
  --gutter: max(var(--edge), calc((100vw - var(--content-max)) / 2));
  --type-heading: clamp(36px, 5.4vw, 96px);
  margin: 0;
  background: var(--color-bg);
  color: var(--paper);
  font-family: var(--font-sans);
  overflow-x: visible;
  line-height: 1.55;
}
.publisher *,
.publisher *::before,
.publisher *::after {
  box-sizing: border-box;
}
.publisher [hidden] {
  display: none !important;
}
.publisher h1,
.publisher h2,
.publisher h3,
.publisher p,
.publisher figure {
  margin: 0;
}
.publisher a {
  color: inherit;
  text-decoration: none;
}
.publisher button {
  font-family: inherit;
  color: inherit;
  cursor: pointer;
}
.publisher img {
  max-width: 100%;
  display: block;
}
.publisher a:focus-visible,
.publisher button:focus-visible {
  outline: 3px solid #75d1ff;
  outline-offset: 6px;
}
.publisher h2 {
  font-size: var(--type-heading);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.03;
}
.publisher p {
  max-width: 57ch;
}
.publisher small {
  font-size: 16px;
}
.publisher [id] {
  scroll-margin-top: 125px;
}
.reading-page .disclosure-content {
  width: min(100% - 2 * var(--edge), 760px);
  margin-inline: auto;
  padding-block: 175px 80px;
  font-size: clamp(18px, 1.3vw, 20px);
  line-height: 1.7;
}
.disclosure-content h1 {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin-bottom: 22px;
}
.disclosure-content h2 {
  font-size: clamp(28px, 3vw, 36px);
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.disclosure-content p {
  max-width: none;
}
.disclosure-content p + p {
  margin-top: 18px;
}
.disclosure-content a {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.disclosure-content a:hover {
  text-decoration-thickness: 2px;
}
.disclosure-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 24px;
}
.disclosure-index a {
  padding-block: 8px;
}
.disclosure-content section {
  margin-top: 48px;
}
.disclosure-content .disclosure-services,
.disclosure-content .disclosure-updated {
  color: var(--muted);
  font-size: 16px;
}
.disclosure-content .disclosure-contact {
  margin-top: 48px;
}
.reading-page:not(.enhanced) .site-header {
  position: relative;
}
.reading-page:not(.enhanced) .disclosure-content {
  padding-top: 48px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -100px;
  padding: 12px 24px;
  background: var(--paper);
  color: #111 !important;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  background: transparent;
  transition:
    background-color 0.3s ease,
    backdrop-filter 0.3s ease;
}
.publisher.enhanced .site-header {
  position: fixed;
}
.site-header.is-scrolled,
.site-header.is-menu-open {
  background: rgb(8 10 12 / 78%);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px var(--gutter);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
}
.brand img {
  height: auto;
  width: 180px;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  font-size: var(--type-control);
  font-weight: 600;
}
.site-header nav > a {
  padding: 10px 0;
  position: relative;
}
.site-header nav > a:hover,
.site-header nav > a[aria-current] {
  color: #fff;
}
.site-header nav > a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.2s;
}
.site-header nav > a:hover::after,
.site-header nav > a[aria-current]::after {
  width: 100%;
}
.community-pending {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.3;
  gap: 4px;
  font-size: 14px;
}
.discord-logo {
  display: inline-flex;
  width: fit-content;
  align-items: flex-start;
  justify-content: center;
  min-height: 44px;
  padding-block: 10px;
}
.discord-logo img {
  width: 150px;
  height: auto;
}
.site-header .discord-logo img {
  width: 115px;
}
.community .discord-logo img {
  width: 200px;
}
.community-pending small {
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}
.site-header .community-pending {
  border-left: 1px solid #444;
  padding-left: 22px;
  font-size: var(--type-control);
}
.menu-toggle {
  min-height: 44px;
  font-size: var(--type-control);
  font-weight: 600;
  background: none;
  border: 1px solid #555;
  padding: 9px 14px;
}
.menu-toggle span {
  margin-left: 8px;
}
.hero {
  min-height: 920px;
  min-height: max(860px, 100svh);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 180px var(--gutter) 140px;
  background: #172017;
  overflow: hidden;
}
.hero-image,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}
.hero-image {
  object-position: 58% 50%;
}
.hero-video {
  z-index: -2;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.hero-video.has-motion {
  opacity: 1;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(6, 13, 9, 0.88) 0%,
      rgba(6, 13, 9, 0.5) 39%,
      rgba(6, 13, 9, 0.06) 76%
    ),
    linear-gradient(
      0deg,
      #0a0a0a 0%,
      transparent 25%,
      transparent 75%,
      rgba(10, 10, 10, 0.27)
    );
}
.hero.fracture .hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(5, 10, 18, 0.94),
      rgba(5, 10, 18, 0.46) 55%,
      rgba(5, 10, 18, 0.1)
    ),
    linear-gradient(0deg, #0a0a0a, transparent 38%);
}
.hero-topline,
.hero-baseline {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: var(--type-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero-topline {
  top: 135px;
}
.hero-home .hero-topline {
  justify-content: flex-end;
}
.hero-topline > span:last-child::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #d5f1ac;
  margin-right: 10px;
}
.hero-baseline {
  bottom: 28px;
  padding-top: 20px;
  border-top: 1px solid #ffffff38;
}
.hero-baseline a {
  font-size: var(--type-label);
  letter-spacing: 0;
  text-transform: none;
}
.hero-baseline a span {
  margin-left: 15px;
}
.hero-content {
  width: min(960px, 100%);
}
.eyebrow {
  font-size: var(--type-label);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
}
.hero .eyebrow {
  color: #e3e2cf;
}
.hero h1 {
  margin: 24px 0 0;
}
.game-logo {
  width: clamp(150px, 14vw, 205px);
  height: auto;
  filter: drop-shadow(0 4px 14px #0006);
}
.fracture .game-logo {
  width: clamp(220px, 21vw, 310px);
}
.hero-tagline {
  font-size: clamp(42px, 5.6vw, 96px);
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-weight: 500;
  margin: 36px 0 40px !important;
}
.hero-summary {
  font-size: clamp(18px, 1.5vw, 23px);
  max-width: 44ch !important;
  color: #e0e1da;
}
.hero-game {
  text-align: center;
  justify-content: center;
}
.hero-game .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-game .game-logo {
  width: clamp(130px, 11vw, 165px);
}
.hero-game.fracture .game-logo {
  width: clamp(210px, 20vw, 290px);
}
.hero-game .hero-shade,
.hero-game.fracture .hero-shade {
  background: linear-gradient(
    0deg,
    #080b0e 0%,
    #080b0e88 35%,
    #080b0e55 70%,
    #080b0ecc 100%
  );
}
.hero-game .hero-topline,
.hero-game .hero-baseline {
  text-align: left;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-top: 30px;
}
.button {
  min-height: 53px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #ffffff7a;
  background: transparent;
  font-size: var(--type-control);
  line-height: 1.4;
  font-weight: 600;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--paper);
  color: #111;
  transform: translateY(-2px);
}
.button.primary {
  background: var(--red);
  border-color: var(--red);
  color: white;
}
.button.primary:hover {
  background: #b71905;
}
.button.unavailable {
  background: #ede9db;
  color: #333;
  border-color: #ede9db;
  font-weight: 600;
  cursor: default;
}
.button.unavailable:hover {
  transform: none;
}
.button.light {
  background: var(--paper);
  color: #111;
}
.button.ink {
  background: #151714;
  color: var(--paper);
  border-color: #151714;
}
.button.ink:hover {
  background: #30382b;
}
.play-icon {
  font-size: 12px;
}
.hero-explore {
  display: inline-flex;
  gap: 35px;
  font-size: var(--type-control);
  font-weight: 600;
  margin-top: 25px;
  border-bottom: 1px solid #aaa8;
  padding-bottom: 5px;
}
.hero-explore:hover {
  color: #fff;
}
.section-pad {
  padding: 105px var(--gutter);
}
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 75px;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
  color: var(--muted);
}
.section-heading > p:last-child {
  max-width: 42ch;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.5;
  color: var(--muted);
  padding-bottom: 7px;
}
.game-panel {
  margin: 0 0 100px;
  position: relative;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  align-items: end;
  gap: 45px;
}
.game-panel:last-child {
  margin: 0;
}
.game-panel:nth-of-type(even) {
  grid-template-columns: 1fr 1.65fr;
}
.game-panel:nth-of-type(even) .panel-image {
  grid-column: 2;
  grid-row: 1;
}
.game-panel:nth-of-type(even) .panel-copy {
  grid-column: 1;
  grid-row: 1;
}
.panel-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.panel-image > img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: transform 0.6s;
}
.panel-image:hover > img {
  transform: scale(1.035);
}
.panel-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--red);
  color: #fff;
  padding: 12px 21px;
  font-size: 28px;
}
.panel-copy {
  padding: 30px 0;
}
.panel-copy .eyebrow {
  color: var(--muted);
}
.panel-copy h3 {
  font-size: clamp(30px, 3.5vw, 57px);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin: 18px 0;
}
.panel-copy > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
}
.text-link {
  display: inline-block !important;
  width: fit-content;
  font-size: var(--type-control);
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  margin-top: 25px;
}
.text-link:hover {
  color: #fff;
}
.community {
  background: var(--red);
  color: white;
  position: relative;
  overflow: hidden;
}
.community::after {
  content: "+";
  position: absolute;
  right: 2%;
  top: -180px;
  font-size: 600px;
  line-height: 1;
  color: #0000000c;
  pointer-events: none;
}
.community-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.community-grid > div {
  align-self: end;
  max-width: 390px;
}
.community-grid p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.community .community-pending {
  font-size: 20px;
}
.community .community-pending small {
  color: #fff;
  font-size: 16px;
}
.community .text-link {
  display: block !important;
}
.community .eyebrow {
  color: #fff;
}
.site-footer {
  padding: 75px var(--gutter) 25px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
}
.footer-wordmark {
  display: block;
  width: min(270px, 100%);
  align-self: start;
}
.footer-wordmark img {
  width: 100%;
  height: auto;
}
.footer-top h2 {
  font-size: var(--type-label);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 4px 0 24px;
}
.footer-top > div > a {
  display: block;
  margin-top: 13px;
  font-size: var(--type-control);
  font-weight: 500;
}
.footer-top > div > a:hover {
  text-decoration: underline;
}
.footer-top .community-pending {
  margin-bottom: 10px;
}
.social-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 26px;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--paper);
}
.social-icon svg {
  width: 29px;
  height: 29px;
}
a.social-icon:hover {
  color: white;
  background: #ffffff18;
  border-radius: 50%;
}
.social-pending {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-pending small {
  color: var(--muted);
}
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 75px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 15px;
  color: var(--muted);
}
.intro {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.intro > .eyebrow {
  color: var(--muted);
}
.intro > p:last-child {
  font-size: 18px;
  max-width: 620px;
  color: var(--muted);
}
.feature {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 90px);
  width: calc(100% - 2 * var(--gutter));
  max-width: var(--content-max);
  margin-inline: auto;
  padding: 45px 0 85px;
}
.feature.reverse {
  padding: 45px 0 85px;
  grid-template-columns: 1fr 1.7fr;
}
.feature.reverse figure {
  grid-column: 2;
  grid-row: 1;
}
.feature.reverse .feature-copy {
  grid-column: 1;
  grid-row: 1;
}
.feature figure img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: cover;
}
.feature figcaption {
  font-size: var(--type-label);
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 16px 0 0;
}
.feature.reverse figcaption {
  padding-left: 0;
}
.feature h2 {
  font-size: clamp(33px, 4.2vw, 65px);
  margin: 20px 0 24px;
}
.feature-copy > .eyebrow {
  color: #b8c89c;
}
.publisher.fracture .eyebrow {
  color: #b7d5ee;
}
.hero.fracture .hero-topline > span:last-child::before {
  background: #b7d5ee;
}
.feature-copy > p:last-child {
  font-size: 16px;
  color: var(--muted);
}
.world-moment {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: end;
  padding: 80px var(--gutter);
  isolation: isolate;
  overflow: hidden;
  margin: 15px 0 70px;
}
.world-moment > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.world-moment::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #060c08ed, transparent 95%);
  z-index: -1;
}
.world-moment h2 {
  margin: 24px 0;
}
.world-moment p:last-child {
  max-width: 480px;
  font-size: 17px;
}
.world-moment.fracture > img {
  object-position: center;
}
.bestiary {
  background: #ede6d5;
  color: #1c2318;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 65px;
  align-items: center;
  overflow: hidden;
  background-image: repeating-linear-gradient(
    30deg,
    transparent,
    transparent 3px,
    #41391c03 4px
  );
}
.bestiary h2 {
  font-size: clamp(38px, 4.5vw, 70px);
  margin: 25px 0;
}
.bestiary p:not(.eyebrow) {
  font-size: 16px;
  max-width: 430px;
}
.bestiary .button {
  margin-top: 30px;
}
.bestiary small {
  display: block;
  margin-top: 14px;
  color: #53574b;
}
.book-preview {
  display: block;
  transform: rotate(3deg);
  border: 1px solid #403a2329;
  box-shadow: 20px 25px 0 #524d251c;
}
.book-preview img {
  width: 100%;
  height: auto;
}
.arena-notes > div {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  margin-top: 30px;
  align-items: center;
}
.arena-notes p:not(.eyebrow) {
  font-size: 19px;
  color: var(--muted);
}
.game-end {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.game-end::before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: var(--red);
  margin-bottom: 45px;
}
.game-end h2 {
  margin-top: 24px;
}
.end-community {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  color: var(--muted);
  font-size: 13px;
  text-align: left;
}
.other-game {
  padding: 30px var(--gutter);
  border-block: 1px solid #333;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.other-game > span {
  font-size: var(--type-label);
  color: var(--muted);
}
.other-game > a {
  font-size: clamp(18px, 2.5vw, 30px);
  letter-spacing: -0.04em;
}
.other-game > a:hover {
  color: #fff;
}
.trailer-dialog {
  color: var(--paper);
  background: #111;
  border: 1px solid #555;
  width: min(1120px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 20px;
  overflow: auto;
}
.trailer-dialog::backdrop {
  background: #000e;
}
.dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.publisher .dialog-heading h2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3;
}
.dialog-close {
  background: transparent;
  border: 1px solid #555;
  padding: 8px 14px;
  font-size: var(--type-control);
  font-weight: 600;
  flex-shrink: 0;
}
.dialog-close:hover {
  background: #333;
}
.trailer-player {
  aspect-ratio: 16/9;
  width: 100%;
  background: #050505;
}
.trailer-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.dialog-note {
  font-size: 16px;
  color: var(--muted);
  margin-top: 15px !important;
}
.dialog-note a {
  text-decoration: underline;
}
.video-toggle {
  position: absolute;
  right: var(--gutter);
  bottom: 90px;
  background: #111b;
  border: 1px solid #aaa;
  padding: 8px 12px;
  font-size: 16px;
  min-height: 44px;
  z-index: 2;
}
@media (min-width: 1000px) and (max-height: 850px) {
  .hero {
    min-height: 860px;
  }
  .hero-tagline {
    font-size: clamp(52px, 5.6vw, 80px);
  }
  .hero-content .actions {
    margin-top: 22px;
  }
  .hero-explore {
    margin-top: 18px;
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 18px;
  }
  .site-header nav > a:first-child {
    display: none;
  }
  .site-header .community-pending {
    padding-left: 14px;
  }
  .hero-content {
    width: 100%;
  }
  .game-panel {
    gap: 30px;
  }
  .panel-image > img {
    height: 350px;
  }
  .footer-top {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .hero-topline {
    align-items: flex-start;
  }
  .hero-topline > span:last-child {
    flex-shrink: 0;
  }
  .hero-baseline {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .hero-content .actions {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 1100px) {
  .header-inner {
    min-height: 78px;
    padding-block: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .brand img {
    width: 155px;
  }
  .menu-toggle:not([hidden]) {
    display: block;
  }
  .site-header nav {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    padding: 15px 0 5px;
    max-height: calc(100dvh - 110px);
    overflow-y: auto;
  }
  .site-header nav > a:first-child {
    display: block;
  }
  .site-header nav > a {
    font-size: 18px;
    padding: 12px 0;
  }
  .site-header .community-pending {
    padding: 15px 0 0;
    border-left: 0;
    border-top: 1px solid #444;
    width: 100%;
    margin-top: 10px;
  }
  .site-header nav[hidden] {
    display: none;
  }
}
@media (max-width: 760px) {
  .hero {
    height: auto;
    min-height: 780px;
    padding: 185px var(--gutter) 120px;
    align-items: end;
  }
  .hero-image {
    object-position: 60% 30%;
  }
  .hero-shade {
    background: linear-gradient(
      0deg,
      #060c08 2%,
      #060c08cb 40%,
      #060c0830 100%
    );
  }
  .hero.fracture .hero-shade {
    background: linear-gradient(
      0deg,
      #060a12 2%,
      #060a12d9 45%,
      #060a1233 100%
    );
  }
  .hero-content {
    width: 100%;
  }
  .hero .eyebrow {
    font-size: var(--type-label);
  }
  .hero h1 {
    margin: 24px 0 0;
  }
  .game-logo {
    width: 155px;
  }
  .fracture .game-logo {
    width: 220px;
  }
  .hero-tagline {
    font-size: clamp(38px, 10.5vw, 68px);
    margin-block: 30px 34px !important;
  }
  .hero-game .actions {
    width: 100%;
  }
  .hero-topline {
    top: 120px;
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .hero-baseline {
    font-size: 13px;
    letter-spacing: 0.03em;
    bottom: 24px;
  }
  .hero-baseline > span:last-child {
    display: none;
  }
  .hero-baseline a {
    font-size: 14px;
  }
  .hero-baseline a span {
    margin-left: 5px;
  }
  .actions {
    gap: 10px;
  }
  .button {
    padding: 15px 18px;
    font-size: var(--type-control);
    gap: 12px;
    min-height: 49px;
  }
  .hero-explore {
    font-size: var(--type-control);
  }
  .section-pad {
    padding: 65px var(--gutter);
  }
  .section-heading {
    display: block;
    margin-bottom: 40px;
  }
  .section-heading h2 {
    margin: 22px 0;
  }
  .section-heading > p:last-child {
    font-size: 20px;
    max-width: none;
  }
  .game-panel,
  .game-panel:nth-of-type(even) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-bottom: 55px;
  }
  .panel-image > img {
    height: 260px;
  }
  .panel-copy {
    padding: 24px 0 0;
  }
  .panel-copy h3 {
    font-size: clamp(32px, 8vw, 50px);
    margin: 14px 0;
  }
  .panel-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .panel-copy .text-link {
    margin-top: 20px;
  }
  .community-grid {
    display: block;
    margin-top: 25px;
  }
  .community-grid > div {
    margin-top: 30px;
  }
  .community-grid p {
    font-size: 16px;
  }
  .community h2 {
    font-size: var(--type-heading);
  }
  .community::after {
    top: -40px;
    right: -25%;
    font-size: 450px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px 15px;
  }
  .footer-top .footer-wordmark {
    grid-column: 1/-1;
    width: min(240px, 100%);
  }
  .footer-top > div:last-child {
    grid-column: 1/-1;
  }
  .footer-top > div > a {
    font-size: var(--type-control);
  }
  .footer-bottom {
    margin-top: 45px;
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .site-footer {
    padding: 55px var(--gutter) 25px;
  }
  .intro > p:last-child {
    font-size: 16px;
  }
  .intro h2 {
    font-size: var(--type-heading);
  }
  .feature,
  .feature.reverse {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 15px 0 60px;
    align-items: stretch;
  }
  .feature figure img {
    min-height: 0;
    height: auto;
  }
  .feature figcaption,
  .feature.reverse figcaption {
    padding: 12px 0 0;
    font-size: var(--type-label);
  }
  .feature-copy {
    padding: 0;
  }
  .feature h2 {
    font-size: var(--type-heading);
    margin: 16px 0 20px;
  }
  .feature-copy > p:last-child {
    font-size: 16px;
  }
  .world-moment {
    min-height: 580px;
    padding: 55px var(--gutter);
    margin: 0 0 55px;
  }
  .world-moment h2 {
    font-size: var(--type-heading);
  }
  .world-moment p:last-child {
    font-size: 16px;
  }
  .world-moment > img {
    object-position: 62% center;
  }
  .bestiary {
    display: flex;
    flex-direction: column;
    gap: 45px;
  }
  .bestiary h2 {
    font-size: var(--type-heading);
  }
  .bestiary p:not(.eyebrow) {
    font-size: 16px;
  }
  .book-preview {
    width: 93%;
    margin-bottom: 15px;
  }
  .arena-notes > div {
    display: block;
  }
  .arena-notes p:not(.eyebrow) {
    font-size: 16px;
    margin-top: 25px;
  }
  .game-end h2 {
    font-size: var(--type-heading);
  }
  .end-community {
    gap: 18px;
    font-size: 16px;
  }
  .other-game {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .other-game > a {
    font-size: 25px;
  }
  .trailer-dialog {
    padding: 12px;
  }
  .publisher .dialog-heading h2 {
    font-size: 14px;
  }
  .dialog-close {
    font-size: var(--type-control);
    padding: 8px;
  }
  .dialog-note {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-content {
    animation: arrival 0.8s ease-out both;
  }
  .hero-image {
    animation: landscape 1.3s ease-out both;
  }
  @keyframes arrival {
    from {
      opacity: 0;
      transform: translateY(18px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes landscape {
    from {
      opacity: 0.65;
      transform: scale(1.025);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .publisher * {
    animation: none !important;
    transition: none !important;
  }
}
