.game-page {
  background: #030c10;
}
.game-page .site-header {
  background: #031014b8;
}
.game-hero {
  --hero-art-top: 98px;
  min-height: clamp(760px, 58vw, 950px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.36fr) minmax(0, 0.64fr);
  gap: clamp(32px, 4vw, 80px);
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding-top: calc(var(--hero-art-top) + 52px);
  padding-bottom: 72px;
  text-align: left;
  background: radial-gradient(ellipse at 80% 45%, #17382d80, transparent 58%), #030c10;
}
.game-hero::after { display: none; }
.game-hero-content {
  width: 100%;
  max-width: 580px;
  min-width: 0;
  margin: 0;
  text-shadow: 0 4px 24px #0009;
  grid-column: 1;
  grid-row: 1;
}
.game-hero h1 span, .game-hero h1 em { display: block; }
.breadcrumb {
  display: block;
  color: var(--teal);
  margin-bottom: 24px;
}
.game-title-art {
  width: clamp(230px, 22vw, 340px);
  margin: 0 0 30px;
  filter: drop-shadow(0 7px 5px #000b) drop-shadow(0 15px 22px #0009);
}
.game-hero h1 {
  font:
    clamp(48px, 6vw, 84px) / 0.96 "Oceanfoot Display",
    Impact,
    sans-serif;
  margin: 0 0 24px;
}
.game-hero p {
  color: #c4d4cc;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 28px;
}
.hero-game-note {
  display: block;
  color: #92ada4;
  font-size: 9px;
  letter-spacing: 0.09em;
  margin-top: 22px;
}
.story-journey h2,
.fusion-story h2 {
  font:
    clamp(42px, 5vw, 68px) / 1.05 "Oceanfoot Display",
    Impact,
    sans-serif;
  margin: 0 0 25px;
  letter-spacing: -0.04em;
}
.fusion-story p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.75;
  color: #a8c0b7;
}
.story-cast {
  background: #071518;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 3vw, 42px);
  margin-top: 110px;
}
.cast-grid article {
  position: relative;
  padding: 25px;
  border: 1px solid #7f957240;
  box-shadow:
    inset 0 1px #d5ecc922,
    0 8px 0 #020c0a,
    0 18px 32px #0005;
}
/* The portrait breaks above the cabinet; the card itself stays on the page plane. */
.cast-portrait {
  display: block; position: relative; isolation: isolate; width: 100%;
  height: clamp(300px, 29vw, 410px); margin: -105px 0 26px;
  border: 0; padding: 0; background: transparent; border-radius: 50%;
  perspective: 800px;
}
.cast-portrait::before {
  content: ""; position: absolute; inset: 30% 0 -8%; z-index: -1;
  background: radial-gradient(ellipse, var(--cast-glow, #3b9d7880), transparent 68%);
  opacity: .65; transition: opacity .25s;
}
.cast-portrait::after {
  content: ""; position: absolute; bottom: -3px; left: 18%; right: 18%; height: 12px;
  border-radius: 50%; background: #020908; box-shadow: 0 0 18px #70d4ac30;
  border: 1px solid #93b59245; z-index: -1;
}
.cast-portrait img {
  width: 100%; height: 100%; object-fit: contain; object-position: center bottom;
  filter: drop-shadow(0 12px 12px #0009);
  transform-origin: 50% 90%; transform: translate3d(var(--cast-x, 0px), var(--cast-y, 0px), 20px) rotate(var(--cast-turn, 0deg));
  transition: transform .22s ease-out, filter .25s;
}
.cast-portrait:hover::before, .cast-portrait:focus-visible::before { opacity: 1; }
.cast-portrait:hover img, .cast-portrait:focus-visible img { filter: drop-shadow(0 16px 12px #0009) drop-shadow(0 0 12px var(--cast-glow, #62d3bc44)); }
[data-cast="scorch"] { --cast-glow: #f27b3555; }
[data-cast="ranger"] { --cast-glow: #e9c56e55; }
.cast-grid article { transition: border-color .25s, box-shadow .25s; }
.cast-grid article:has(.cast-portrait:hover), .cast-grid article:focus-within { border-color: #86d3af99; box-shadow: inset 0 1px #d5ecc933, 0 8px #020c0a, 0 20px 45px #0008; }
.cast-grid h3 {
  font:
    36px "Oceanfoot Display",
    Impact,
    sans-serif;
  margin: 11px 0 15px;
}
.cast-grid p {
  font-size: 14px;
  line-height: 1.75;
  color: #aac0b4;
  margin: 0;
}
.cast-grid .eyebrow {
  font-size: 9px;
  color: var(--teal);
}
.story-journey {
  text-align: center;
}
.trigger-tokens {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px auto 16px;
}
.trigger-tokens img {
  width: 85px;
  height: 95px;
  object-fit: contain;
  filter: drop-shadow(0 7px 9px #0008);
  transition: transform 0.3s;
}
.trigger-tokens img:hover {
  transform: translateY(-7px) rotate(5deg);
}
.journey-trigger {
  color: #d1e0cd;
  font-size: 14px;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 45px;
}
.journey-grid article {
  --tier: #d9b873;
  padding: 25px 25px 30px;
  border: 1px solid color-mix(in srgb, var(--tier) 40%, transparent);
  border-radius: 16px;
  background:
    radial-gradient(
      ellipse at 50% 25%,
      color-mix(in srgb, var(--tier) 14%, transparent),
      transparent 70%
    ),
    #091516;
  box-shadow:
    inset 0 2px color-mix(in srgb, var(--tier) 20%, transparent),
    0 12px 32px #0004;
}
.journey-grid .journey-yeti {
  --tier: #8edcf0;
}
.journey-grid .journey-astral {
  --tier: #c396f2;
}
.journey-grid article > span {
  font-size: 11px;
  color: var(--tier);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.journey-grid h3 {
  font:
    36px "Oceanfoot Display",
    Impact,
    sans-serif;
  margin: 14px 0;
}
.journey-grid img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center 5%;
  mask-image: linear-gradient(#000 70%, transparent);
}
.journey-grid p {
  color: #b1c3b9;
  font-size: 14px;
  line-height: 1.65;
}
.journey-grid b {
  font-size: 10px;
  letter-spacing: 0.07em;
  color: var(--tier);
}
.journey-note {
  max-width: 710px;
  margin: 33px auto 0;
  color: #8fa79d;
  font-size: 12px;
  line-height: 1.8;
}
.fusion-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7%;
  overflow: hidden;
}
.fusion-story img {
  width: 100%;
  filter: drop-shadow(0 0 25px #8854b62a);
}
.fusion-story .button {
  margin-top: 20px;
}
@media (max-width: 760px) {
    .fusion-story p:not(.eyebrow) {
    font-size: 14px;
  }
  .cast-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .cast-grid article {
    padding: 23px;
  }
  .cast-grid { row-gap: 130px; }
  .cast-portrait { height: 350px; max-width: 300px; margin-inline: auto; }
  .story-journey h2 {
    font-size: 44px;
  }
  .trigger-tokens img {
    width: 75px;
    height: 85px;
  }
  .fusion-story {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .fusion-story > img {
    max-width: 360px;
  }
  .fusion-story .button {
    font-size: 8px;
    gap: 14px;
    padding: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .trigger-tokens img:hover {
    transform: none;
  }
}
/* Chapters have different scenery and pacing, while the controls share the studio's sea-glass metal. */
.chapter-nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  padding: 23px 20px;
  background: #071416;
  border-block: 1px solid #bbd4be22;
  position: relative;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.chapter-nav :is(a, button) {
  padding: 8px 0;
  color: #aec7be;
  transition: color 0.2s;
  background: none;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.game-page .chapter-nav :is(a, button) { font-size: 14px; line-height: 1.5; }
.chapter-nav :is(a, button):hover {
  color: #8ff5cd;
}
.gameplay-gallery {
  background:
    radial-gradient(ellipse at 50% 80%, #17433b55, transparent 70%), #050f12;
}
.capture-controls {
  display: flex;
  gap: 9px;
  margin: 0 0 21px;
  flex-wrap: wrap;
}
.capture-controls button {
  padding: 12px 18px;
  border: 1px solid #60736a66;
  border-radius: 5px;
  background: #112523;
  color: #b0c5ba;
  font-size: 12px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.capture-controls button span {
  margin-right: 9px;
  font-size: 10px;
  color: #739b8b;
}
.capture-controls button[aria-pressed="true"] {
  background: #214139;
  color: #e2f8e9;
  border-color: #6bab91;
  box-shadow:
    inset 0 1px #c5ffda33,
    0 3px #010706;
}
.capture-controls button:hover {
  transform: translateY(-2px);
  color: #fff;
}
.game-capture {
  margin: 0;
  padding: 7px;
  background: linear-gradient(135deg, #48706155, #18272f, #82734e66);
  border: 1px solid #a7b89b50;
  border-radius: 10px;
  box-shadow: 0 25px 65px #0008;
  overflow: hidden;
}
.game-capture > img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: contain;
  border-radius: 5px;
  background: #000;
}
.game-capture figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #b4cabf;
  padding: 14px 10px 8px;
}
.game-capture figcaption > span:last-child {
  margin-left: auto;
  color: #718d84;
}
.forest-mechanics {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 9%;
  align-items: start;
  background:
    linear-gradient(90deg, #04100cdf, #04100c80),
    url("./assets/story-forest.webp") center/cover;
}
.forest-mechanics:after,
.fusion-story:after,
.last-call:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    #030c10,
    transparent 18%,
    transparent 80%,
    #030c10
  );
}
.mechanics-intro h2,
.field-notes h2,
.last-call h2 {
  font:
    clamp(42px, 5vw, 72px) / 1.02 "Oceanfoot Display",
    Impact,
    sans-serif;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}
.mechanics-intro > p:not(.eyebrow),
.field-notes > div > p:not(.eyebrow) {
  color: #b2c5ba;
  font-size: 15px;
  max-width: 390px;
}
.mechanic-stories {
  display: grid;
  gap: 33px;
}
.mechanic-stories article {
  position: relative;
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 20px;
  padding: 0 0 31px;
  border-bottom: 1px solid #b6c2a62b;
}
.mechanic-stories img {
  width: 85px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 6px 7px #000);
  transition: transform 0.4s;
}
.mechanic-stories article:hover img {
  transform: rotate(-5deg) translateY(-5px);
}
.mechanic-stories h3 {
  font:
    28px/1.1 "Oceanfoot Display",
    Impact,
    sans-serif;
  color: #f2e2bc;
  margin: 0 0 12px;
}
.mechanic-stories p {
  font-size: 13px;
  color: #acbeb2;
  line-height: 1.75;
  margin: 0;
}
.mechanic-number {
  position: absolute;
  left: 0;
  top: -12px;
  color: #84b19a;
  font-size: 9px;
  letter-spacing: 0.15em;
}
.fusion-story {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, #060d18ed, #080d1966),
    url("./assets/story-astral.webp") center/cover;
}
.fusion-story > img {
  filter: drop-shadow(0 10px 25px #7b40b055);
}
.fusion-story > div {
  position: relative;
  z-index: 1;
}
.field-notes {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 10%;
  background: #061013;
}
.field-questions details {
  border-bottom: 1px solid #90b1a72b;
}
.field-questions summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 75px;
  font-size: 16px;
  color: #d5e4d9;
  padding: 18px 0;
}
.field-questions summary::-webkit-details-marker {
  display: none;
}
.field-questions summary span {
  font-size: 23px;
  color: var(--teal);
  transition: transform 0.2s;
}
.field-questions details[open] summary span {
  transform: rotate(45deg);
}
.field-questions details p {
  font-size: 14px;
  color: #9fb7ad;
  line-height: 1.75;
  margin: 0 34px 24px 0;
}
.field-questions summary:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 5px;
}
.last-call {
  position: relative;
  isolation: isolate;
  text-align: center;
  padding-block: 110px;
  background:
    linear-gradient(#06110dd6, #06110dc4),
    url("./assets/story-forest.webp") center 65% / cover;
}
.last-call > img {
  width: 260px;
  margin: 0 auto 26px;
  filter: drop-shadow(0 7px 12px #000);
}
.last-call h2 {
  font-size: clamp(48px, 6vw, 84px);
  margin-bottom: 30px;
}
.last-call small {
  display: block;
  margin-top: 25px;
  letter-spacing: 0.1em;
  font-size: 9px;
  color: #8fac9e;
}
.last-call .eyebrow {
  color: #b5c6b4;
}
.cast-grid article:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 19px;
  height: 19px;
  border-top: 1px solid #b9cda34d;
  border-left: 1px solid #b9cda34d;
  pointer-events: none;
}
.cast-grid article {
  border-radius: 9px;
  background:
    linear-gradient(#0c211be0, #081612ed),
    url("./assets/story-forest.webp") center/cover;
}
.story-journey {
  background:
    linear-gradient(#050f13f2, #060d19de),
    url("./assets/story-astral.webp") center/cover;
}
@media (max-width: 760px) {
  .chapter-nav {
    gap: 21px;
    font-size: 9px;
    padding: 13px 12px;
  }
  .forest-mechanics,
  .field-notes {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .capture-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .capture-controls button {
    padding: 10px 7px;
    font-size: 9px;
    line-height: 1.5;
  }
  .capture-controls button span {
    display: block;
    margin: 0;
    font-size: 8px;
  }
  .game-capture {
    padding: 4px;
  }
  .game-capture figcaption {
    font-size: 7px;
    padding: 11px 5px 6px;
  }
  .game-capture figcaption > span:last-child {
    display: none;
  }
  .mechanic-stories article {
    grid-template-columns: 65px 1fr;
    gap: 16px;
  }
  .mechanic-stories img {
    width: 65px;
    height: 90px;
  }
  .mechanic-stories h3 {
    font-size: 25px;
  }
  .mechanic-stories p {
    font-size: 12px;
  }
  .field-questions summary {
    font-size: 14px;
    min-height: 65px;
  }
  .field-questions details p {
    font-size: 13px;
  }
  .last-call {
    padding-block: 75px;
  }
  .chapter-nav a {
    white-space: nowrap;
  }
  .game-hero .button {
    font-size: 10px;
    gap: 17px;
  }
  .fusion-story .button {
    font-size: 9px;
    padding: 9px 11px 9px 17px;
    gap: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fusion-story > img {
    animation: none;
  }
  .mechanic-stories article:hover img {
    transform: none;
  }
}
.fusion-story {
  padding-bottom: 0;
  border-block: 1px solid #87729980;
  box-shadow:
    inset 0 1px #d6b9ec20,
    inset 0 -1px #d6b9ec20,
    0 -18px 50px #02040a66,
    0 20px 50px #0009;
}
.fusion-story > div {
  padding-bottom: 95px;
}
.fusion-story > img {
  align-self: end;
  animation: none;
  margin-bottom: 0;
  max-height: 660px;
  object-fit: contain;
  object-position: center bottom;
}
.mobile-play {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 88px);
  overflow: clip;
  background:
    radial-gradient(ellipse at 22% 50%, #16493966, transparent 65%), #041014;
}
.device-captures {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 620px;
  padding: 20px 18px 60px 28px;
  margin-inline: auto;
}
.phone-capture {
  width: 52%;
  padding: 5px;
  border: 1px solid #91b5a68a;
  border-radius: 23px;
  background: #07120f;
  box-shadow:
    inset 0 1px #cdffe966,
    12px 20px 50px #000b;
  transform: rotate(-5deg);
  margin: 0;
}
.phone-capture img {
  width: 100%;
  aspect-ratio: 390/844;
  border-radius: 18px;
  object-fit: cover;
}
.landscape-capture {
  position: absolute;
  width: 82%;
  bottom: 4%;
  right: 0;
  padding: 5px;
  border-radius: 14px;
  border: 1px solid #91b5a68a;
  background: #07120f;
  box-shadow: 0 16px 35px #000b;
  transform: rotate(3deg);
  margin: 0;
}
.landscape-capture img {
  border-radius: 9px;
  width: 100%;
  aspect-ratio: 844/390;
  object-fit: cover;
}
.mobile-copy { min-width: 0; container-type: inline-size; }
.mobile-copy h2 {
  font:
    clamp(42px, 5vw, 68px) / 1.02 "Oceanfoot Display",
    Impact,
    sans-serif;
  letter-spacing: -0.04em;
  margin: 0 0 24px;
}
.mobile-copy > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 1.75;
  color: #aec6b9;
}
.device-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-top: 1px solid #91b5a633;
  padding-top: 20px;
  color: #a9d4c0;
  font-size: 10px;
  letter-spacing: 0.07em;
}
.device-facts span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.device-facts i {
  width: 5px;
  height: 5px;
  background: #78d7b5;
  border-radius: 50%;
}
@media (max-width: 760px) {
  .fusion-story {
    flex-direction: column;
    gap: 12px;
  }
  .fusion-story > div {
    padding-bottom: 0;
  }
  .fusion-story > img {
    align-self: center;
    max-width: 400px;
    width: 100%;
    margin-bottom: 0;
  }
  .mobile-play {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .device-captures {
    width: min(400px, 94%);
    margin: auto;
    order: 2;
  }
  .mobile-copy > p:not(.eyebrow) {
    font-size: 14px;
  }
}

.game-hero h1 {
  font-size: clamp(58px, 5.4vw, 88px);
  line-height: 0.98;
  letter-spacing: 0;
}
.story-journey h2,
.fusion-story h2,
.mechanics-intro h2,
.field-notes h2,
.mobile-copy h2 {
  font-size: clamp(40px, 4.5vw, 65px);
  line-height: 1.04;
}
.cast-grid h3 {
  font-size: 34px;
}
.journey-grid h3 {
  font-size: 38px;
}
.mechanic-stories h3 {
  font-size: 27px;
}
@media (max-width: 760px) {
  .story-journey h2 {
    font-size: 39px;
  }
  .mechanic-stories h3 {
    font-size: 25px;
  }
  .last-call h2 {
    font-size: 51px;
  }
}
@media (max-width: 430px) {
  .forest-mechanics h2 {
    font-size: clamp(32px, 9vw, 39px);
  }
  .fusion-story > div {
    min-width: 0;
    width: 100%;
  }
  .fusion-story h2 {
    font-size: clamp(31px, 8.6vw, 36px);
  }
}
@media (max-width: 430px) {
  .story-cast .section-heading h2 {
    font-size: clamp(32px, 9vw, 39px);
  }
}

/* Size to the text column, including tablet and short landscape layouts. */
.mobile-copy h2 { font-size: clamp(32px, 8.7cqw, 66px); }
.mobile-copy > p { max-width: 510px; }
.fusion-story { position: relative; }
.fusion-win { width: fit-content; margin: 24px 0 8px; position: relative; }
.fusion-win-kicker, .fusion-win-label { display: block; font-size: 10px; font-weight: 800; letter-spacing: .16em; color: #c9b8df; }
.fusion-win strong { display: block; font: clamp(64px, 7.5vw, 112px)/1.02 "Oceanfoot Display", Impact, sans-serif; color: #ffe6a1; text-shadow: 0 5px #664022, 0 9px 22px #0008; }
.fusion-win strong span { color: #e3b563; }
.fusion-win-label { margin-top: 12px; color: #e5cb9a; font-size: 9px; }
.fusion-story.is-revealed .fusion-win strong { animation: jackpot-arrive .7s cubic-bezier(.16,.8,.3,1.2) both; }
@keyframes jackpot-arrive { from { opacity: 0; transform: translateY(20px) scale(.8); } to { opacity: 1; transform: none; } }
@media (min-width: 761px) and (max-width: 1100px) {
  .mobile-play { gap: 32px; padding-inline: 32px; }
  .device-captures { padding-left: 15px; padding-right: 8px; }
}
@media (orientation: landscape) and (max-height: 520px) {
  .mobile-play { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 25px; padding: 55px 24px; }
  .device-captures { order: 0; width: 100%; padding: 10px 10px 42px 14px; }
  .mobile-copy h2 { font-size: clamp(27px, 8.2cqw, 48px); }
  .mobile-copy .eyebrow { font-size: 8px; margin-bottom: 14px; }
  .mobile-copy > p:not(.eyebrow) { font-size: 12px; }
  .device-facts { gap: 9px; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .cast-portrait img { transform: none !important; transition: none; }
  .fusion-story.is-revealed .fusion-win strong { animation: none; }
}

/* Symbol story: existing section rhythm, compact local art and readable copy. */
.symbol-trail { background: #111b17; }
.symbol-trail-intro { max-width: 44rem; color: var(--muted, #b7c6bd); }
.symbol-trail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1.2rem, 3vw, 3rem); margin-top: 2.5rem; }
.symbol-trail-grid article { min-width: 0; }
.symbol-trail-grid h3 { font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.1; margin: 1rem 0 .8rem; }
.symbol-trail-grid p { color: var(--muted, #b7c6bd); line-height: 1.65; }
.trail-icons { display: flex; align-items: center; justify-content: center; gap: .2rem; min-height: 105px; }
.trail-icons img { width: min(32%, 100px); height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 5px 5px #0007); }
@media(max-width: 1000px) { .symbol-trail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media(max-width: 540px) { .symbol-trail-grid { grid-template-columns: 1fr; gap: 1.8rem; } .trail-icons { justify-content: flex-start; } .trail-icons img { width: 90px; max-width: 31%; } }

/* Every chapter has a proper display headline, including the symbol and mechanic guides. */
.game-page main h2 {
  font: clamp(48px, 6.7vw, 100px) / 1.02 "Oceanfoot Display", Impact, sans-serif;
  letter-spacing: -.02em;
  text-wrap: balance;
  margin: 0 0 28px;
}
.game-page main h2 em { font-style: normal; }
.game-page :is(.symbol-trail, .story-journey, .mechanics-guide) > h2 {
  max-width: 1160px;
  margin-inline: auto;
  text-align: center;
}
.game-page .mechanics-guide > h2 em { display: inline-block; max-width: 100%; text-wrap: balance; }
.game-page :is(.symbol-trail, .story-journey, .mechanics-guide) > .eyebrow {
  text-align: center;
  margin: 0 auto 20px;
}
.game-page :is(.gameplay-gallery, .story-cast) > .section-heading {
  display: block;
  text-align: center;
}
.game-page :is(.gameplay-gallery, .story-cast) > .section-heading > div {
  min-width: 0;
  width: 100%;
}
.game-page :is(.gameplay-gallery, .story-cast) .section-heading .eyebrow {
  margin: 0 auto 20px;
}
.game-page :is(.gameplay-gallery, .story-cast) .section-heading h2 {
  max-width: 1200px;
  margin-inline: auto;
}
.game-page :is(.symbol-trail-intro, .gameplay-gallery .section-heading > p) {
  max-width: 36ch;
  margin: 0 auto 38px;
  text-align: center;
  text-wrap: pretty;
}

/* Split layouts size their headlines to their own column, so long names stay intact. */
.game-page :is(.fusion-story > div, .mobile-copy, .field-notes > div:first-child) {
  min-width: 0;
  container-type: inline-size;
}
.game-page .field-notes > div:first-child h2 {
  font-size: clamp(44px, 16cqw, 88px);
}
.game-page .fusion-story h2 { font-size: clamp(32px, 11.9cqw, 88px); }
.game-page .mobile-copy h2 { font-size: clamp(35px, 13.3cqw, 88px); }
.game-page :is(.fusion-story > div, .mobile-copy, .field-notes > div:first-child) > .eyebrow {
  margin: 0 0 20px;
  text-align: left;
}
.game-page :is(.fusion-story > div, .mobile-copy, .field-notes > div:first-child) > p:not(.eyebrow) {
  margin: 0 auto 24px;
  max-width: 34ch;
  text-wrap: pretty;
}
.game-page .stage-heading { text-align: left; }
.game-page .stage-heading > div { min-width: 0; }

@media(max-width:760px) {
  .game-page main h2 { margin-bottom: 24px; }
  .game-page .story-cast .section-heading h2 { font-size: clamp(33px, 10.5vw, 70px); }
  .game-page :is(.symbol-trail-intro, .gameplay-gallery .section-heading > p) { margin-bottom: 30px; }
}

/* Give the origin scene its own stage: the faces and the joint stay clear of copy. */
@media (min-width: 761px) and (max-width: 1100px) {
  .game-hero {
    grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
    min-height: 760px;
    gap: 24px;
  }
  .game-hero h1 { font-size: clamp(54px, 6vw, 66px); }
  .game-title-art { width: 250px; }
  .game-hero .button { gap: 16px; padding-inline: 20px; font-size: 13px; }
}
@media (max-width: 760px) {
  .game-hero {
    --hero-art-top: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    padding-top: calc(var(--hero-art-top) + 24px);
    padding-bottom: 48px;
    gap: 32px;
    text-align: center;
  }
  .game-hero:after { display: none; }
  .game-hero-content {
    max-width: 560px;
    margin-top: 0;
  }
  .game-title-art { width: clamp(180px, 47vw, 240px); margin: 0 auto 22px; }
  .game-hero h1 { font-size: clamp(46px, 10.9vw, 72px); line-height: 1; margin-bottom: 18px; }
  .game-hero h1 span { display: inline; }
  .game-hero h1 span + span::before { content: " "; }
  .game-hero p { margin-bottom: 24px; }
  .game-hero .hero-game-note { max-width: 290px; margin: 18px auto 0; }
}

/* Revisit the opening scene at the final invitation, with room for both faces. */
.game-page .last-call {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  padding-block: clamp(64px, 7vw, 112px);
  background: radial-gradient(ellipse at 25% 50%, #153e3d70, transparent 65%), #050e13;
}
.last-call-scene { min-width: 0; position: relative; }
.last-call-scene img { width: 100%; border-radius: 18px; border: 1px solid #9b967353; box-shadow: 0 22px 55px #0009; }
.last-call-content { min-width: 0; text-align: center; }
.last-call-content .last-call-logo { width: clamp(210px, 20vw, 290px); margin: 0 auto 28px; filter: drop-shadow(0 8px 8px #000) drop-shadow(0 14px 25px #0008); }
.last-call-content h2 { font-size: clamp(48px, 5.5vw, 80px); line-height: 1.03; }
.last-call-content h2 em { display: block; }
.last-call-content .eyebrow { margin-bottom: 20px; }
@media (max-width: 760px) {
  .game-page .last-call { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .last-call-content .last-call-logo { width: 210px; }
  .game-page .chapter-nav button { font-size: 13px; line-height: 1.5; }
}

/* Headlines align to the centre of their section or card at every size. */
.game-page main :is(h1,h2,h3,h4) { text-align:center; text-wrap:balance; }
.game-page :is(.game-hero-content,.fusion-story>div,.mobile-copy,.field-notes>div:first-child) { text-align:center; }
.game-page :is(.fusion-story>div,.mobile-copy,.field-notes>div:first-child) > :is(.eyebrow,p) { text-align:center; margin-inline:auto; }
.game-page .game-hero-content > p { margin-inline:auto; }
.game-page .hero-game-actions, .game-page .device-facts { justify-content:center; }
.game-page .stage-heading, .game-page .mechanic-heading { justify-content:center; text-align:center; }
.game-page .stage-details, .game-page .cast-grid article { text-align:center; }
.game-page .trail-group-tag { text-align:center; }
.game-page .fusion-win { margin-inline:auto; text-align:center; }
