/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .shrink {
    flex-shrink: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

:root {
  --sky: #56b8ed;
  --sky-deep: #117fd1;
  --cloud: #f7fbef;
  --paper: #f6f1df;
  --paper-deep: #e9dfc4;
  --forest: #123f35;
  --forest-mid: #1c6751;
  --leaf: #4f9c3f;
  --violet: #7a325f;
  --violet-deep: #3e193e;
  --spirit: #8df5ef;
  --gold: #f3ae24;
  --gold-deep: #bd6913;
  --ink: #182a27;
  --muted: #596b64;
  --line: #182a2729;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --shadow: 0 26px 70px #16392d29;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body, button, a {
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

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

button {
  color: inherit;
  font: inherit;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2, h3 {
  font-family: var(--serif);
  letter-spacing: -.035em;
  font-weight: 700;
  line-height: .98;
}

::selection {
  background: var(--gold);
  color: var(--forest);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  z-index: 999;
  background: var(--paper);
  color: var(--forest);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  transition: transform .18s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}

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

.site-header {
  z-index: 50;
  color: #fff;
  position: absolute;
  inset: 0 0 auto;
}

.nav-shell {
  width: var(--shell);
  border-bottom: 1px solid #ffffff52;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 42px;
  height: 92px;
  margin: 0 auto;
  display: grid;
}

.brand-link {
  filter: drop-shadow(0 4px 8px #052d4c52);
  width: 154px;
  display: inline-flex;
}

.desktop-nav {
  justify-content: center;
  gap: 38px;
  display: flex;
}

.desktop-nav a {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .73rem;
  font-weight: 800;
  position: relative;
}

.desktop-nav a:after {
  background: var(--gold);
  content: "";
  height: 2px;
  transition: transform .18s;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.desktop-nav a:hover:after, .desktop-nav a:focus-visible:after {
  transform: scaleX(1);
}

.nav-status {
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: .69rem;
  font-weight: 800;
  display: flex;
}

.status-dot {
  background: var(--gold);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 5px #f3ae242e;
}

.menu-toggle, .mobile-nav {
  display: none;
}

.section-pad {
  padding: 128px max(24px, 50vw - 590px);
}

.eyebrow {
  color: var(--gold-deep);
  letter-spacing: .17em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: .71rem;
  font-weight: 900;
  display: flex;
}

.eyebrow > span {
  background: currentColor;
  width: 30px;
  height: 1px;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 68px;
}

.section-heading h2 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5vw, 5.2rem);
}

.section-copy {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center .section-copy {
  margin-left: auto;
  margin-right: auto;
}

.section-heading--light h2, .section-heading--light .section-copy {
  color: var(--cloud);
}

.button {
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #0000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  padding: 0 26px;
  font-size: .74rem;
  font-weight: 900;
  transition: background .18s, color .18s, transform .18s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--gold);
  color: var(--forest);
  box-shadow: 0 16px 38px #3224053d;
}

.button--primary:hover {
  background: #ffc64a;
}

.button--ghost {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-color: #ffffff9e;
}

.button--ghost:hover, .button--light {
  background: var(--cloud);
  color: var(--forest);
}

.text-link {
  color: var(--forest);
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  align-items: center;
  gap: 28px;
  padding-bottom: 5px;
  font-size: .74rem;
  font-weight: 900;
  display: inline-flex;
}

.text-link span {
  transition: transform .18s;
}

.text-link:hover span {
  transform: translateX(5px);
}

.home-hero {
  color: #fff;
  isolation: isolate;
  height: 100svh;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

.home-hero__poster {
  z-index: -5;
  object-fit: cover;
  object-position: center 45%;
  animation: 14s ease-in-out infinite alternate hero-breathe;
  transform: scale(1.015);
}

.home-hero__shade {
  z-index: -3;
  background: linear-gradient(90deg, #063143c7 0%, #06314333 53%, #0000 74%), linear-gradient(0deg, #123f35 0% 22%, #123f35f7 31%, #08301f9e 44%, #0000 60%), linear-gradient(#061f2b6b 0%, #0000 30%);
  position: absolute;
  inset: 0;
}

.home-hero__rays {
  z-index: -4;
  opacity: .16;
  background: repeating-conic-gradient(from 270deg, #fffc 0deg 7deg, #0000 7deg 16deg);
  width: 82vw;
  height: 108vw;
  position: absolute;
  top: -30%;
  left: -8%;
  -webkit-mask-image: radial-gradient(circle, #000 0 40%, #0000 72%);
  mask-image: radial-gradient(circle, #000 0 40%, #0000 72%);
}

.home-hero__content {
  width: var(--shell);
  margin: 0 auto;
  padding-top: clamp(185px, 22vh, 235px);
}

.hero-overline {
  color: #e3f7ff;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .73rem;
  font-weight: 900;
}

.hero-logo {
  filter: drop-shadow(0 10px 18px #0629474d);
  width: clamp(340px, 46vw, 660px);
  margin-left: -19px;
}

.home-hero h1 {
  text-shadow: 0 3px 18px #05283259;
  max-width: 600px;
  margin: -10px 0 20px;
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.home-hero__content > p:not(.hero-overline) {
  color: #ffffffe6;
  max-width: 570px;
  margin-bottom: 32px;
  font-size: 1.04rem;
}

.hero-actions {
  gap: 12px;
  display: flex;
}

.hero-meta {
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 38px;
  right: max(24px, 50vw - 590px);
}

.hero-meta span {
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff61;
  padding: 6px 10px;
  font-size: .61rem;
  font-weight: 800;
}

.hero-scroll {
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  gap: 13px;
  font-size: .62rem;
  font-weight: 900;
  display: flex;
  position: absolute;
  bottom: 35px;
  left: max(24px, 50vw - 590px);
}

.hero-scroll span {
  transform-origin: 0;
  background: #fff;
  width: 38px;
  height: 1px;
  animation: 1.8s ease-in-out infinite scroll-line;
}

.cloud {
  z-index: -2;
  opacity: .3;
  filter: blur(18px);
  background: #fff;
  border-radius: 50%;
  width: 240px;
  height: 55px;
  position: absolute;
}

.cloud--one {
  animation: 26s linear infinite cloud-drift;
  top: 16%;
  right: -8%;
}

.cloud--two {
  width: 130px;
  height: 30px;
  animation: 34s linear -14s infinite cloud-drift;
  top: 31%;
  right: 18%;
}

.story-intro {
  grid-template-columns: .35fr 1.05fr 1fr;
  align-items: start;
  gap: 6vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.story-intro:after {
  content: "";
  border: 1px solid #bd69132e;
  border-radius: 50%;
  width: 42vw;
  height: 42vw;
  position: absolute;
  bottom: -18vw;
  right: -10vw;
  box-shadow: 0 0 0 70px #bd69130a, 0 0 0 140px #bd691308;
}

.story-intro__mark {
  color: var(--gold-deep);
  font-family: var(--serif);
  opacity: .3;
  font-size: 7rem;
  line-height: 1;
}

.story-intro__heading h2 {
  font-size: clamp(2.8rem, 4.8vw, 5.1rem);
}

.story-intro__copy {
  z-index: 1;
  padding-top: 48px;
  position: relative;
}

.story-intro__copy p {
  color: var(--muted);
}

.story-intro__copy .text-link {
  margin-top: 18px;
}

.characters-section {
  background: linear-gradient(#ffffff5c, #ffffff5c), radial-gradient(circle at 50% 20%, #fff, #0000 42%);
}

.character-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}

.character-card {
  background: #e8ead8;
  border: 1px solid #123f351f;
  min-height: 610px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px #27402c14;
}

.character-card--cyan {
  background: #d8f0e8;
}

.character-card--gold {
  background: #eee2bd;
}

.card-number {
  z-index: 3;
  color: #123f3580;
  letter-spacing: .15em;
  font-size: .68rem;
  font-weight: 900;
  position: absolute;
  top: 22px;
  left: 25px;
}

.character-portrait {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 20px 0 128px;
}

.character-portrait img {
  z-index: 1;
  object-fit: contain;
  object-position: center top;
  width: 91%;
  height: 100%;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1);
  position: relative;
}

.character-card:hover .character-portrait img {
  transform: scale(1.035)translateY(-6px);
}

.character-card--cyan .character-portrait img, .character-card--gold .character-portrait img, .character-profile--cyan .character-profile__art img, .character-profile--gold .character-profile__art img, .page-hero--spirit .page-hero__figure img {
  mix-blend-mode: multiply;
}

.page-hero--spirit .page-hero__figure img {
  filter: none;
}

.portrait-halo {
  aspect-ratio: 1;
  border: 1px solid #7a325f40;
  border-radius: 50%;
  width: 74%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 30px #ffffff24, 0 0 0 60px #ffffff17;
}

.character-card__copy {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #f7fbefeb;
  min-height: 150px;
  padding: 23px 27px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.character-card__copy p, .character-card__copy span {
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0;
  font-size: .66rem;
  font-weight: 800;
}

.character-card__copy h3 {
  margin: 4px 0;
  font-size: 2.2rem;
}

.character-card__copy a {
  letter-spacing: .1em;
  text-transform: uppercase;
  gap: 10px;
  font-size: .63rem;
  font-weight: 900;
  display: flex;
  position: absolute;
  bottom: 25px;
  right: 24px;
}

.journey-section {
  color: #fff;
  background: linear-gradient(#2588be 0%, #4db8d6 38%, #2b7d5c 100%);
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.journey-section:before {
  opacity: .09;
  content: "";
  background: repeating-linear-gradient(115deg, #0000 0 90px, #fff 91px 92px);
  position: absolute;
  inset: 0;
}

.journey-art, .journey-shell {
  z-index: 2;
  position: relative;
}

.mountain {
  clip-path: polygon(0 100%, 16% 55%, 29% 70%, 48% 22%, 60% 51%, 75% 5%, 100% 59%, 100% 100%);
  background: #1c644c;
  width: 70vw;
  height: 590px;
  position: absolute;
  bottom: -190px;
  right: -5vw;
}

.mountain--back {
  opacity: .34;
  background: #a6d4bb;
  bottom: -130px;
  right: 24vw;
  transform: scale(1.15);
}

.mountain--front {
  filter: drop-shadow(-20px -20px 40px #124a353d);
}

.journey-shell {
  width: min(710px, 100%);
}

.stage-trail {
  margin: 30px 0 48px;
  position: relative;
}

.stage-trail:before {
  content: "";
  background: #ffffff5c;
  width: 1px;
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 26px;
}

.stage-stop {
  grid-template-columns: 54px 1fr;
  gap: 28px;
  margin-bottom: 34px;
  display: grid;
  position: relative;
}

.stage-marker {
  z-index: 1;
  width: 54px;
  height: 54px;
  color: var(--cloud);
  background: #267d67;
  border: 1px solid #fff9;
  border-radius: 50%;
  place-items: center;
  font-size: .65rem;
  font-weight: 900;
  display: grid;
  position: relative;
}

.stage-copy {
  padding-top: 2px;
}

.stage-copy > p {
  color: #ffffffa6;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: .63rem;
  font-weight: 900;
}

.stage-copy h3 {
  margin-bottom: 8px;
  font-size: 2.1rem;
}

.stage-details > p {
  color: #ffffffc7;
  max-width: 520px;
  margin-bottom: 0;
  font-size: .9rem;
}

.mechanics-section {
  background: var(--paper);
}

.mechanics-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.mechanic-card {
  border: 1px solid var(--line);
  background: #ffffff47;
  min-height: 350px;
  padding: 29px;
  transition: background .22s, transform .22s, box-shadow .22s;
  position: relative;
}

.mechanic-card:hover {
  box-shadow: var(--shadow);
  background: #fff;
  transform: translateY(-6px);
}

.mechanic-icon {
  width: 62px;
  height: 62px;
  color: var(--gold-deep);
  font-family: var(--serif);
  border: 1px solid #bd691359;
  border-radius: 50%;
  place-items: center;
  margin-bottom: 48px;
  font-size: 1.6rem;
  display: grid;
}

.mechanic-card > p {
  color: var(--gold-deep);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .64rem;
  font-weight: 900;
}

.mechanic-card h3 {
  margin-bottom: 14px;
  font-size: 1.8rem;
}

.mechanic-card > span {
  color: var(--muted);
  font-size: .88rem;
  display: block;
}

.mechanic-card > b {
  color: #123f354d;
  letter-spacing: .1em;
  font-size: .62rem;
  position: absolute;
  bottom: 17px;
  right: 22px;
}

.section-action {
  text-align: right;
  margin-top: 42px;
}

.enemies-feature {
  background: var(--violet-deep);
  color: #fff;
  grid-template-columns: .8fr 1.3fr;
  gap: 4vw;
  display: grid;
  overflow: hidden;
}

.enemies-feature__copy {
  z-index: 4;
  position: relative;
}

.enemy-fan {
  min-height: 570px;
  position: relative;
}

.enemy-peek {
  transform-origin: bottom;
  background: linear-gradient(#7b486b, #2b1935);
  border: 1px solid #ffffff21;
  width: 55%;
  min-height: 470px;
  position: absolute;
  bottom: -45px;
  overflow: hidden;
  box-shadow: 0 32px 70px #0d031459;
}

.enemy-peek--1 {
  z-index: 1;
  left: 0;
  transform: rotate(-8deg);
}

.enemy-peek--2 {
  z-index: 3;
  left: 24%;
}

.enemy-peek--3 {
  z-index: 2;
  right: -5%;
  transform: rotate(8deg);
}

.enemy-peek img {
  object-fit: contain;
  filter: drop-shadow(0 24px 24px #0a020e66);
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  inset: 45px 0 60px;
}

.enemy-peek span {
  z-index: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .56rem;
  font-weight: 900;
  position: absolute;
  top: 19px;
  left: 21px;
}

.enemy-peek h3 {
  z-index: 1;
  margin: 0;
  font-size: 1.8rem;
  position: absolute;
  bottom: 12px;
  left: 21px;
  right: 21px;
}

.culture-section {
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 8vw;
  display: grid;
  position: relative;
  overflow: hidden;
}

.culture-sun {
  aspect-ratio: 1;
  border: 1px solid #f3ae2440;
  border-radius: 50%;
  width: 45vw;
  position: absolute;
  top: 50%;
  left: -18vw;
  transform: translateY(-50%);
  box-shadow: 0 0 0 80px #f3ae240f, 0 0 0 160px #f3ae2409;
}

.culture-copy, .lore-stack {
  position: relative;
}

.adaptation-note, .cultural-disclaimer {
  border-left: 2px solid var(--gold);
  max-width: 650px;
  color: var(--muted);
  padding-left: 18px;
  font-size: .82rem;
  font-style: italic;
}

.lore-stack {
  gap: 14px;
  display: grid;
}

.lore-note {
  border: 1px solid var(--line);
  background: #ffffff61;
  padding: 28px 30px 29px 70px;
  position: relative;
}

.lore-note > span {
  color: var(--gold-deep);
  position: absolute;
  top: 31px;
  left: 28px;
}

.lore-note h3 {
  margin-bottom: 9px;
  font-size: 1.7rem;
}

.lore-note p {
  color: var(--muted);
  margin-bottom: 0;
  font-size: .88rem;
}

.team-section, .team-list {
  border-top: 1px solid var(--line);
}

.team-list article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  padding: 23px 0;
  display: grid;
}

.team-list span, .team-list p {
  color: var(--muted);
  letter-spacing: .11em;
  text-transform: uppercase;
  margin: 0;
  font-size: .68rem;
  font-weight: 800;
}

.team-list h3 {
  margin: 0;
  font-size: 1.45rem;
}

.coming-soon {
  color: #fff;
  text-align: center;
  place-items: center;
  min-height: 610px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.coming-soon__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 38%;
}

.coming-soon__shade {
  z-index: -1;
  background: linear-gradient(#0c3b427a, #0e3929d6);
  position: absolute;
  inset: 0;
}

.coming-soon__content > p {
  color: var(--gold);
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: .7rem;
  font-weight: 900;
}

.coming-soon h2 {
  margin-bottom: 28px;
  font-size: clamp(4rem, 9vw, 8rem);
}

.coming-soon strong {
  letter-spacing: .16em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #ffffff85;
  align-items: center;
  gap: 14px;
  width: max-content;
  margin: 0 auto 15px;
  padding: 11px 20px;
  font-size: .73rem;
  display: flex;
}

.coming-soon__content > span {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .66rem;
  font-weight: 800;
}

.page-hero {
  color: #fff;
  isolation: isolate;
  align-items: center;
  min-height: 740px;
  padding: 155px max(24px, 50vw - 590px) 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-hero--sky {
  background: linear-gradient(150deg, #48b8ed 0%, #1986d6 58%, #176c73 100%);
}

.page-hero--forest {
  background: radial-gradient(circle at 70% 30%, #8bcc7c59, #0000 30%), linear-gradient(150deg, #285f4c, #123f35 55%, #092d29);
}

.page-hero--spirit {
  background: radial-gradient(circle at 72% 42%, #8df5ef73, #0000 20%), linear-gradient(145deg, #4f2463 0%, #294b7e 48%, #167d8a 100%);
}

.page-hero__rays {
  z-index: -2;
  aspect-ratio: 1;
  opacity: .12;
  background: repeating-conic-gradient(#fff 0deg 5deg, #0000 5deg 14deg);
  width: 85vw;
  position: absolute;
  top: -50%;
  right: -15%;
  -webkit-mask-image: radial-gradient(circle, #000 0 43%, #0000 72%);
  mask-image: radial-gradient(circle, #000 0 43%, #0000 72%);
}

.page-hero__content {
  z-index: 3;
  width: min(620px, 55%);
  position: relative;
}

.page-hero__content .eyebrow {
  color: var(--gold);
}

.page-hero h1 {
  margin-bottom: 30px;
  font-size: clamp(4rem, 8vw, 8.2rem);
}

.page-hero__content > p:last-child {
  color: #fffc;
  max-width: 570px;
  font-size: 1.04rem;
}

.page-hero__figure {
  z-index: 2;
  width: min(50vw, 650px);
  height: 80%;
  position: absolute;
  bottom: -10%;
  right: 4vw;
}

.page-hero__figure img {
  z-index: 1;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 30px 35px #121d2d4d);
  width: 100%;
  height: 100%;
  position: relative;
}

.page-hero__figure .portrait-halo {
  top: 12%;
}

.page-hero__chapter {
  z-index: 3;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .63rem;
  font-weight: 900;
  position: absolute;
  bottom: 37px;
  right: max(24px, 50vw - 590px);
}

.page-hero__land {
  z-index: -1;
  opacity: .75;
  clip-path: polygon(0 68%, 9% 48%, 17% 59%, 31% 17%, 42% 57%, 55% 29%, 67% 63%, 82% 14%, 100% 54%, 100% 100%, 0 100%);
  background: #1f6b4e;
  height: 48%;
  position: absolute;
  bottom: -34%;
  left: -6%;
  right: -6%;
}

.world-premise {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 8vw;
  display: grid;
}

.world-premise__quote {
  border: 1px solid var(--line);
  padding: 65px;
  position: relative;
}

.world-premise__quote > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 6rem;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 30px;
}

.world-premise blockquote {
  z-index: 1;
  font-family: var(--serif);
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 700;
  line-height: 1.12;
  position: relative;
}

.world-premise__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
}

.world-stages {
  color: #fff;
  background: linear-gradient(#2d8b6e, #164f40);
}

.world-stages .section-copy {
  color: #ffffffb8;
}

.stage-trail--detailed {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

.stage-trail--detailed:before {
  display: none;
}

.stage-trail--detailed .stage-stop {
  background: #ffffff12;
  border: 1px solid #ffffff2e;
  min-height: 370px;
  margin: 0;
  padding: 32px;
  display: block;
}

.stage-trail--detailed .stage-marker {
  margin-bottom: 42px;
}

.stage-trail--detailed .stage-copy h3 {
  font-size: 2.8rem;
}

.stage-trail--detailed .stage-details dl {
  border-top: 1px solid #ffffff29;
  grid-template-columns: 1fr .55fr;
  gap: 15px;
  margin-top: 25px;
  padding-top: 18px;
  display: grid;
}

.stage-trail--detailed dt {
  color: #ffffff80;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .58rem;
  font-weight: 900;
}

.stage-trail--detailed dd {
  margin: 4px 0 0;
  font-size: .79rem;
}

.bestiary-section {
  background: var(--violet-deep);
  color: #fff;
}

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

.bestiary-card {
  background: #ffffff0a;
  border: 1px solid #ffffff26;
  min-height: 680px;
}

.bestiary-art {
  background: radial-gradient(circle, #9b5f8e59, #0000 60%);
  border-bottom: 1px solid #ffffff1f;
  place-items: center;
  height: 380px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.bestiary-art > span {
  font-size: .66rem;
  font-weight: 900;
  position: absolute;
  top: 22px;
  left: 25px;
}

.bestiary-art img {
  object-fit: contain;
  filter: drop-shadow(0 20px 22px #0b021266);
  width: 88%;
  height: 88%;
  transition: transform .3s;
}

.bestiary-card:hover .bestiary-art img {
  transform: scale(1.04);
}

.bestiary-card > div:last-child {
  padding: 30px;
}

.bestiary-card > div:last-child > p:first-child, .bestiary-card > div:last-child > span {
  color: var(--gold);
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: .63rem;
  font-weight: 900;
}

.bestiary-card h3 {
  margin: 5px 0;
  font-size: 3.4rem;
}

.bestiary-card strong {
  color: #ffffffa3;
  font-family: var(--serif);
  margin-bottom: 13px;
  font-size: 1.1rem;
  font-style: italic;
  display: block;
}

.bestiary-card > div:last-child > p:last-child {
  color: #ffffffb3;
  margin-top: 20px;
  font-size: .9rem;
}

.people-grid, .lore-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.person-card {
  border-top: 3px solid var(--gold);
  background: #ffffff61;
  min-height: 300px;
  padding: 28px;
}

.person-card > span, .person-card > p:nth-child(2) {
  color: var(--gold-deep);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .62rem;
  font-weight: 900;
}

.person-card > span {
  margin-bottom: 60px;
  display: block;
}

.person-card h3 {
  font-size: 1.75rem;
}

.person-card > p:last-child {
  color: var(--muted);
  font-size: .84rem;
}

.lore-section {
  background: #e9e0c8;
}

.lore-grid .lore-note {
  padding: 68px 25px 28px;
}

.lore-grid .lore-note > span {
  top: 25px;
}

.cultural-disclaimer {
  margin-top: 45px;
}

.character-profiles {
  padding-top: 40px;
  padding-bottom: 40px;
}

.character-profile {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 760px;
  display: grid;
}

.character-profile:nth-child(2n) .character-profile__art {
  order: 2;
}

.character-profile__art {
  place-items: center;
  height: 740px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.character-profile__art > span {
  color: #123f353b;
  font-family: var(--serif);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 40px;
}

.character-profile__art img {
  z-index: 1;
  object-fit: contain;
  object-position: bottom;
  width: 88%;
  height: 94%;
  position: relative;
}

.character-profile__copy {
  padding: 8vw;
}

.character-profile__copy h2 {
  margin-bottom: 8px;
  font-size: clamp(4rem, 7vw, 7.4rem);
}

.character-profile__copy > strong {
  color: var(--gold-deep);
  font-family: var(--serif);
  margin-bottom: 28px;
  font-size: 1.2rem;
  font-style: italic;
  display: block;
}

.character-profile__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.character-profile__copy dl {
  border-top: 1px solid var(--line);
  margin-top: 36px;
}

.character-profile__copy dl > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 15px 0;
  display: grid;
}

.character-profile__copy dt {
  color: var(--muted);
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: .61rem;
  font-weight: 900;
}

.character-profile__copy dd {
  margin: 0;
  font-size: .84rem;
}

.character-profile--cyan .character-profile__art {
  background: #d9efea;
}

.character-profile--violet .character-profile__art {
  background: #e6dfda;
}

.character-profile--gold .character-profile__art {
  background: #ece1bd;
}

.supporting-cast {
  background: var(--forest);
  color: #fff;
}

.supporting-cast__layout {
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 7vw;
  display: grid;
}

.supporting-art {
  background: radial-gradient(circle, #f3ae242b, #0000 65%);
  place-items: center;
  min-height: 490px;
  display: grid;
}

.supporting-list article {
  border-top: 1px solid #ffffff2e;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  padding: 23px 0;
  display: grid;
}

.supporting-list article > span, .supporting-list article p:first-child {
  color: var(--gold);
  letter-spacing: .11em;
  text-transform: uppercase;
  font-size: .61rem;
  font-weight: 900;
}

.supporting-list h3 {
  margin: 3px 0 8px;
  font-size: 1.8rem;
}

.supporting-list article p:last-child {
  color: #ffffffab;
  margin: 0;
  font-size: .84rem;
}

.gameplay-loop {
  background: var(--paper);
}

.loop-list {
  grid-template-columns: repeat(5, 1fr);
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
}

.loop-list li {
  border-top: 1px solid var(--forest);
  min-height: 175px;
  padding: 20px 15px;
  position: relative;
}

.loop-list li:after {
  background: var(--gold);
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -5px;
  right: 0;
}

.loop-list span {
  color: var(--gold-deep);
  font-size: .64rem;
  font-weight: 900;
}

.loop-list p {
  font-family: var(--serif);
  margin-top: 48px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.gameplay-mechanics {
  background: var(--forest);
  color: #fff;
}

.mechanics-grid--expanded {
  grid-template-columns: repeat(2, 1fr);
}

.mechanic-card--expanded {
  background: #ffffff0d;
  border-color: #ffffff29;
  min-height: 400px;
}

.mechanic-card--expanded:hover {
  background: #ffffff1a;
}

.mechanic-card--expanded h3, .mechanic-card--expanded > span {
  color: #fff;
}

.mechanic-card--expanded > span {
  color: #ffffffc2;
  max-width: 460px;
  font-size: 1rem;
}

.mechanic-card--expanded > small {
  color: #ffffff80;
  max-width: 470px;
  margin-top: 24px;
  font-size: .78rem;
  display: block;
}

.day-cycle {
  position: relative;
  overflow: hidden;
}

.cycle-orbit {
  border: 1px solid #bd691333;
  border-radius: 50%;
  place-items: center;
  width: 630px;
  height: 630px;
  display: grid;
  position: absolute;
  top: -240px;
  right: -120px;
  box-shadow: 0 0 0 80px #bd69130a, 0 0 0 160px #bd691306;
}

.cycle-orbit span {
  color: var(--gold);
  font-size: 5rem;
}

.cycle-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
  position: relative;
}

.cycle-card {
  border: 1px solid var(--line);
  min-height: 340px;
  padding: 30px;
}

.cycle-card > span {
  color: var(--gold-deep);
  font-size: .65rem;
  font-weight: 900;
}

.cycle-card > p:nth-child(2) {
  color: var(--gold-deep);
  letter-spacing: .13em;
  text-transform: uppercase;
  margin: 65px 0 0;
  font-size: .63rem;
  font-weight: 900;
}

.cycle-card h3 {
  margin: 5px 0 20px;
  font-size: 2.7rem;
}

.cycle-card > p:last-child {
  color: var(--muted);
  font-size: .88rem;
}

.controls-section {
  background: #dae9d5;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
  gap: 6vw;
  display: grid;
}

.control-chips {
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  list-style: none;
  display: flex;
}

.control-chips li {
  color: var(--muted);
  border: 1px solid #123f3533;
  border-radius: 3px;
  padding: 8px 11px;
  font-size: .68rem;
  font-weight: 800;
}

kbd {
  min-width: 25px;
  color: var(--forest);
  font-family: var(--sans);
  text-align: center;
  background: #fff9;
  border: 1px solid #123f3545;
  border-bottom-width: 2px;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 5px;
  display: inline-block;
}

.controls-art {
  box-shadow: var(--shadow);
  background: #ffffff61;
  padding: 30px;
}

.ritual-feature {
  color: #fff;
  background: radial-gradient(circle at 30%, #8df5ef29, #0000 27%), linear-gradient(145deg, #472047, #1d4f5a);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 740px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.ritual-rings {
  aspect-ratio: 1;
  place-items: center;
  width: min(42vw, 520px);
  margin: 0 auto;
  display: grid;
  position: relative;
}

.ritual-rings > span {
  border: 1px solid #8df5ef52;
  border-radius: 50%;
  animation: 4s ease-in-out infinite ritual-pulse;
  position: absolute;
  inset: 0;
}

.ritual-rings > span:nth-child(2) {
  animation-delay: -1.2s;
  inset: 17%;
}

.ritual-rings > span:nth-child(3) {
  animation-delay: -2.4s;
  inset: 34%;
}

.ritual-rings b {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.3rem;
}

.ritual-copy {
  max-width: 540px;
}

.ritual-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(3.2rem, 5.5vw, 6rem);
}

.ritual-copy > p:not(.eyebrow) {
  color: #ffffffb3;
}

.site-footer {
  color: #fff;
  background: #0e352f;
  padding: 100px max(24px, 50vw - 590px) 28px;
  position: relative;
  overflow: hidden;
}

.footer-sun {
  border: 1px solid #f3ae2424;
  border-radius: 50%;
  width: 650px;
  height: 650px;
  position: absolute;
  top: -340px;
  right: -220px;
  box-shadow: 0 0 0 80px #f3ae2408, 0 0 0 160px #f3ae2405;
}

.footer-main {
  grid-template-columns: 1fr .45fr .45fr;
  gap: 7vw;
  padding-bottom: 65px;
  display: grid;
  position: relative;
}

.footer-kicker, .footer-main nav > p, .footer-status > p {
  color: var(--gold);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .63rem;
  font-weight: 900;
}

.footer-main > div:first-child img {
  width: 260px;
  margin: 8px 0;
}

.footer-main > div:first-child > p:last-child {
  color: #ffffff94;
  max-width: 440px;
  font-size: .88rem;
}

.footer-main nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  display: flex;
}

.footer-main nav a {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.footer-status strong {
  font-family: var(--serif);
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1.45rem;
  display: flex;
}

.footer-status > span {
  color: #ffffff7a;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .63rem;
  font-weight: 800;
}

.footer-legal {
  color: #fff6;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff21;
  justify-content: space-between;
  padding-top: 22px;
  font-size: .58rem;
  font-weight: 800;
  display: flex;
}

.not-found {
  color: #fff;
  text-align: center;
  background: linear-gradient(145deg, #3e193e, #123f35);
  align-content: center;
  place-items: center;
  min-height: 100svh;
  padding: 150px 24px;
  display: grid;
}

.not-found .ritual-rings {
  opacity: .35;
  width: min(360px, 75vw);
  margin-bottom: -300px;
}

.not-found > p, .not-found > h1, .not-found > a {
  z-index: 2;
  position: relative;
}

.not-found > p {
  color: var(--gold);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 900;
}

.not-found h1 {
  max-width: 700px;
  font-size: clamp(3rem, 7vw, 7rem);
}

.reveal {
  animation: .7s both reveal-up;
  animation-timeline: view();
  animation-range: entry 5% cover 32%;
}

@keyframes hero-breathe {
  to {
    transform: scale(1.045);
  }
}

@keyframes cloud-drift {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-120vw);
  }
}

@keyframes scroll-line {
  0%, 100% {
    transform: scaleX(.45);
  }

  50% {
    transform: scaleX(1);
  }
}

@keyframes ritual-pulse {
  0%, 100% {
    opacity: .35;
    transform: scale(.98);
  }

  50% {
    opacity: .9;
    transform: scale(1.03);
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1020px) {
  :root {
    --shell: min(100% - 36px, 920px);
  }

  .nav-shell {
    grid-template-columns: 160px 1fr auto;
    gap: 18px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .nav-status {
    display: none;
  }

  .section-pad {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-hero__poster {
    object-position: 57% 45%;
  }

  .home-hero__shade {
    background: linear-gradient(90deg, #063143c7, #06314333 70%), linear-gradient(0deg, #08301fb3, #0000 48%);
  }

  .hero-logo {
    width: 54vw;
  }

  .character-card {
    min-height: 540px;
  }

  .mechanics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .enemies-feature {
    grid-template-columns: 1fr;
  }

  .enemy-fan {
    min-height: 490px;
  }

  .people-grid, .lore-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero__content {
    width: 58%;
  }

  .page-hero__figure {
    width: 52vw;
    right: -5%;
  }

  .character-profile__copy {
    padding: 5vw;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  html {
    scroll-behavior: auto;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    height: 75px;
  }

  .brand-link {
    width: 126px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    background: #0e352f2e;
    border: 1px solid #ffffff73;
    border-radius: 50%;
    place-content: center;
    gap: 7px;
    width: 46px;
    height: 46px;
    display: grid;
  }

  .menu-toggle span {
    background: #fff;
    width: 18px;
    height: 1px;
    display: block;
  }

  .mobile-nav {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background: #0e352ffa;
    flex-direction: column;
    min-height: calc(100svh - 75px);
    padding: 45px 24px 30px;
    display: flex;
  }

  .mobile-nav a {
    font-family: var(--serif);
    border-bottom: 1px solid #ffffff21;
    align-items: baseline;
    gap: 20px;
    padding: 16px 0;
    font-size: 2.7rem;
    line-height: 1;
    display: flex;
  }

  .mobile-nav a span {
    color: var(--gold);
    font-family: var(--sans);
    font-size: .6rem;
    font-weight: 900;
  }

  .mobile-nav > p {
    color: #ffffff75;
    letter-spacing: .13em;
    text-transform: uppercase;
    margin-top: auto;
    font-size: .61rem;
    font-weight: 900;
  }

  .section-pad {
    padding: 80px 20px;
  }

  .section-heading {
    margin-bottom: 45px;
  }

  .section-heading h2 {
    font-size: clamp(2.7rem, 12vw, 4.4rem);
  }

  .home-hero {
    min-height: 760px;
  }

  .home-hero__poster {
    object-position: 58% center;
  }

  .home-hero__shade {
    background: linear-gradient(0deg, #073027db 0%, #08323e40 75%), linear-gradient(90deg, #082d3e7a, #0000);
  }

  .home-hero__content {
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%;
    padding: 0 0 110px;
    display: flex;
  }

  .hero-logo {
    width: 92vw;
    margin-left: -11px;
  }

  .home-hero h1 {
    margin-top: -3px;
    font-size: 3rem;
  }

  .home-hero__content > p:not(.hero-overline) {
    font-size: .9rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-meta {
    display: none;
  }

  .hero-scroll {
    bottom: 24px;
  }

  .story-intro, .culture-section, .world-premise, .controls-section, .ritual-feature {
    grid-template-columns: 1fr;
  }

  .story-intro {
    gap: 24px;
  }

  .story-intro__mark {
    display: none;
  }

  .story-intro__copy {
    padding-top: 0;
  }

  .character-grid {
    scroll-snap-type: x mandatory;
    gap: 12px;
    margin-right: -20px;
    padding-right: 20px;
    display: flex;
    overflow-x: auto;
  }

  .character-card {
    scroll-snap-align: center;
    min-width: 84vw;
    min-height: 575px;
  }

  .journey-section {
    min-height: 1050px;
  }

  .mechanics-grid, .mechanics-grid--expanded, .bestiary-grid, .stage-trail--detailed, .cycle-grid, .people-grid, .lore-grid {
    grid-template-columns: 1fr;
  }

  .mechanic-card {
    min-height: 300px;
  }

  .enemy-fan {
    min-height: 460px;
    margin: 0 -20px;
  }

  .enemy-peek {
    width: 62%;
  }

  .enemy-peek--1 {
    left: -17%;
  }

  .enemy-peek--2 {
    left: 19%;
  }

  .enemy-peek--3 {
    right: -19%;
  }

  .culture-section {
    gap: 45px;
  }

  .team-list article {
    grid-template-columns: 40px 1fr;
  }

  .team-list article p {
    display: none;
  }

  .coming-soon {
    min-height: 520px;
  }

  .page-hero {
    align-items: flex-end;
    min-height: 760px;
    padding: 130px 20px 90px;
  }

  .page-hero__content {
    z-index: 5;
    width: 100%;
  }

  .page-hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.6rem);
  }

  .page-hero__figure {
    opacity: .42;
    width: 90vw;
    height: 65%;
    bottom: -5%;
    right: -15%;
  }

  .page-hero__chapter {
    bottom: 25px;
    right: 20px;
  }

  .world-premise__quote {
    padding: 50px 30px 35px;
  }

  .stage-trail--detailed .stage-stop {
    min-height: 400px;
  }

  .bestiary-card {
    min-height: 610px;
  }

  .bestiary-art {
    height: 320px;
  }

  .character-profiles {
    padding: 0;
  }

  .character-profile {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 55px;
  }

  .character-profile:nth-child(2n) .character-profile__art {
    order: initial;
  }

  .character-profile__art {
    height: 590px;
  }

  .character-profile__copy {
    padding: 45px 22px;
  }

  .character-profile__copy h2 {
    font-size: 4.8rem;
  }

  .character-profile__copy dl > div {
    grid-template-columns: 95px 1fr;
  }

  .supporting-cast__layout {
    grid-template-columns: 1fr;
  }

  .supporting-art {
    min-height: 330px;
  }

  .loop-list {
    grid-template-columns: 1fr;
  }

  .loop-list li {
    border-top: 0;
    border-left: 1px solid var(--forest);
    grid-template-columns: 50px 1fr;
    align-items: center;
    min-height: 90px;
    display: grid;
  }

  .loop-list li:after {
    inset: auto auto 0 -5px;
  }

  .loop-list p {
    margin: 0;
  }

  .controls-copy .section-heading {
    margin-bottom: 30px;
  }

  .controls-art {
    padding: 12px;
  }

  .ritual-feature {
    gap: 30px;
  }

  .ritual-rings {
    width: 90vw;
  }

  .ritual-copy h2 {
    font-size: 3.6rem;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    animation: none;
  }
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/