@font-face {
  font-family: "IM Fell English SC";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/fonts/im-fell-english-sc-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: block;
  src: url("/assets/fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
}

:root {
  color: #eff7fa;
  background: #05090e;
  font-family: "Inter Variable", Inter, ui-sans-serif, system-ui, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --background: #05090e;
  --surface: #0b1118;
  --surface-raised: #0e1720;
  --line: rgb(156 190 210 / 18%);
  --line-strong: rgb(103 218 255 / 54%);
  --text: #eff7fa;
  --muted: #8795a1;
  --muted-strong: #b1c0ca;
  --cyan: #50d8ff;
  --cyan-bright: #8cecff;
  --violet: #7865bd;
  --display: "IM Fell English SC", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding-top: 80px;
  background: var(--background);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--background);
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #d8f7ff;
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: #051019;
  background: #bdefff;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

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

.portal-hero {
  position: relative;
  min-height: max(860px, 100svh);
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background: #060b11;
}

.hero-art,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-art {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(1.08) brightness(1.08) contrast(1.03);
}

.portal-flow {
  position: absolute;
  z-index: -2;
  width: 0;
  height: 0;
  pointer-events: none;
  filter: saturate(1.12) brightness(1.05);
}

.portal-video {
  position: absolute;
  z-index: -2;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  mix-blend-mode: normal;
  clip-path: inset(0.8% 1.5% 0.8% round 7%);
  filter: saturate(1.16) brightness(1.04) contrast(1.08);
  transition: opacity 420ms ease;
}

.portal-video.ready {
  opacity: 0.96;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(3 7 12 / 93%) 0, rgb(4 9 15 / 78%) 28%, rgb(4 9 15 / 8%) 57%),
    linear-gradient(180deg, rgb(3 8 13 / 7%) 58%, rgb(3 8 13 / 82%) 100%);
}

.magic-sparks {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.88;
}

.side-rail {
  position: absolute;
  z-index: 5;
  inset: 0 auto 0 0;
  width: 190px;
  padding: 46px 42px 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(131 177 201 / 10%);
  background: rgb(3 7 11 / 31%);
}

.side-rail::before,
.side-rail::after {
  position: absolute;
  left: 7px;
  width: 8px;
  height: 8px;
  border: 1px solid rgb(100 193 226 / 32%);
  content: "";
}

.side-rail::before {
  top: 22px;
}

.side-rail::after {
  bottom: 22px;
}

.brand {
  width: max-content;
  display: grid;
  justify-items: center;
  gap: 9px;
  color: #f5fbff;
  text-decoration: none;
}

.brand img {
  width: 58px;
  height: 58px;
  border: 1px solid rgb(117 218 255 / 42%);
  box-shadow: 0 0 28px rgb(35 177 228 / 16%);
  image-rendering: pixelated;
}

.brand span,
.mobile-brand span {
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.26em;
}

.rail-nav {
  margin-top: 72px;
  display: grid;
  gap: 30px;
}

.rail-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #6f7e8a;
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.rail-nav a::before {
  position: absolute;
  left: -34px;
  width: 8px;
  height: 8px;
  background: transparent;
  content: "";
}

.rail-nav a:hover,
.rail-nav a.active {
  color: #eaf8fd;
}

.rail-nav a.active::before {
  background: var(--cyan);
  box-shadow: 0 0 12px rgb(80 216 255 / 68%);
}

.rail-nav i {
  width: 18px;
  color: currentColor;
  font-size: 1.05rem;
  text-align: center;
}

.rail-socials {
  margin-top: 18px;
  display: grid;
  gap: 16px;
}

.site-language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgb(112 188 218 / 24%);
  background: rgb(4 12 18 / 78%);
}

.desktop-language-switcher {
  width: max-content;
  margin-top: auto;
}

.site-language-switcher button {
  min-width: 31px;
  min-height: 27px;
  padding: 0 7px;
  color: #71838f;
  background: transparent;
  border: 0;
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  cursor: pointer;
}

.site-language-switcher button:hover {
  color: var(--cyan-bright);
}

.site-language-switcher button.active {
  color: #031019;
  background: var(--cyan);
  box-shadow: 0 0 14px rgb(80 216 255 / 24%);
}

.site-language-switcher button:focus-visible {
  outline: 2px solid var(--cyan-bright);
  outline-offset: 2px;
}

.mobile-language-switcher {
  display: none;
  margin-left: auto;
  margin-right: 12px;
}

.rail-socials a {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #778793;
  font-size: 1rem;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.rail-socials a:hover {
  color: var(--cyan-bright);
  transform: translateX(3px);
}

.mobile-header {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(620px, calc(100% - 48px));
  padding-top: clamp(174px, 20vh, 214px);
  margin-left: 224px;
}

.eyebrow {
  margin-bottom: 21px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero-copy > .eyebrow {
  margin-bottom: 20px;
}

.hero-copy h1 {
  margin-bottom: 8px;
  color: #f3f4f2;
  font-family: var(--display);
  font-size: clamp(5.1rem, 6.65vw, 6.9rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.92;
  text-transform: uppercase;
  -webkit-text-stroke: 0.35px currentColor;
  transform: scaleX(0.66);
  transform-origin: left top;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgb(7 14 20 / 74%);
}

.hero-copy h1 span {
  color: var(--cyan);
}

.hero-lead {
  margin-bottom: 43px;
  color: #b4bec6;
  font-size: 0.96rem;
  line-height: 1.62;
}

.hero-actions {
  display: grid;
  justify-items: start;
  gap: 34px;
}

.portal-button {
  position: relative;
  min-width: 336px;
  min-height: 80px;
  padding: 15px 20px;
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--cyan);
  color: var(--cyan-bright);
  background: rgb(6 19 28 / 82%);
  box-shadow:
    inset 0 0 0 3px rgb(6 11 17 / 84%),
    inset 0 0 0 4px rgb(80 216 255 / 24%),
    0 0 30px rgb(39 181 232 / 9%);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.portal-button::before,
.portal-button::after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-color: var(--cyan-bright);
  content: "";
}

.portal-button::before {
  top: -3px;
  left: -3px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.portal-button::after {
  right: -3px;
  bottom: -3px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.portal-button:hover {
  color: #06121a;
  background: var(--cyan-bright);
  box-shadow:
    inset 0 0 0 3px rgb(176 242 255 / 35%),
    inset 0 0 0 4px rgb(6 18 26 / 26%),
    0 0 38px rgb(80 216 255 / 29%);
  transform: translateY(-2px);
}

.portal-button img {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  image-rendering: pixelated;
}

.portal-button > i:last-child {
  font-size: 1.15rem;
}

.portal-button.compact {
  min-width: 250px;
  min-height: 64px;
  grid-template-columns: 1fr auto;
}

.chapter-card {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10.5%;
  width: 182px;
  min-height: 70px;
  padding: 11px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(132 167 187 / 42%);
  color: #cedbe3;
  background: rgb(5 12 18 / 87%);
  box-shadow:
    inset 0 0 0 3px rgb(5 9 14 / 66%),
    0 12px 34px rgb(0 0 0 / 22%);
  text-decoration: none;
  transform: translateY(-20%);
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.chapter-card:hover {
  border-color: var(--cyan);
  transform: translateY(calc(-20% - 3px));
}

.chapter-glyph {
  color: var(--cyan);
  font-size: 1.25rem;
}

.chapter-card > span:nth-child(2) {
  display: grid;
  gap: 4px;
}

.chapter-card small {
  color: #7d8d99;
  font-size: 0.5rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.chapter-card strong {
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 560;
  letter-spacing: 0.08em;
}

.chapter-card > i {
  color: #718591;
  font-size: 0.8rem;
}

.feature-strip {
  position: absolute;
  z-index: 3;
  right: 13.3%;
  bottom: 36px;
  left: 202px;
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  border: 1px solid rgb(123 158 180 / 25%);
  background: rgb(4 10 16 / 78%);
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 1.5%);
}

.feature-strip article {
  min-width: 0;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 18px;
}

.feature-strip article + article {
  border-left: 1px solid rgb(123 158 180 / 18%);
}

.feature-strip article > i {
  width: 54px;
  min-height: 36px;
  display: grid;
  place-items: center start;
  border-right: 1px solid rgb(123 158 180 / 22%);
  color: var(--cyan);
  font-size: 1.65rem;
}

.feature-sigil {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: #061019;
  transform: translateX(-50%);
}

.feature-sigil i {
  font-size: 1.05rem;
}

.feature-strip h2 {
  margin-bottom: 7px;
  color: #b8c5cd;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.feature-strip p {
  max-width: 240px;
  margin-bottom: 0;
  color: #768692;
  font-size: 0.67rem;
  line-height: 1.55;
}

.realm-section {
  width: min(calc(100% - 80px), 1180px);
  margin: 0 auto;
  padding: 140px 0;
  display: grid;
  grid-template-columns: 90px minmax(280px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(36px, 7vw, 96px);
}

.section-index {
  color: rgb(80 216 255 / 27%);
  font-family: var(--display);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.section-copy h2,
.media-section h2 {
  margin-bottom: 24px;
  color: #f1f5f5;
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.92;
  text-transform: uppercase;
}

.section-copy > p:last-of-type,
.media-section p {
  color: #8998a2;
  font-size: 0.96rem;
  line-height: 1.8;
}

.text-action {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.realm-details {
  border-top: 1px solid var(--line);
}

.realm-details article {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 74px 1fr;
  column-gap: 24px;
  border-bottom: 1px solid var(--line);
}

.realm-details span {
  grid-row: span 2;
  color: var(--cyan);
  font-size: 0.6rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.realm-details h3 {
  margin-bottom: 8px;
  color: #dbe6eb;
  font-size: 0.93rem;
  font-weight: 620;
}

.realm-details p {
  margin-bottom: 0;
  color: #75858f;
  font-size: 0.78rem;
  line-height: 1.65;
}

.media-section {
  width: min(calc(100% - 80px), 1180px);
  min-height: 390px;
  margin: 0 auto 96px;
  padding: 76px 82px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 52px;
  border: 1px solid rgb(110 168 196 / 27%);
  background:
    linear-gradient(90deg, rgb(5 12 18 / 96%), rgb(5 12 18 / 68%)),
    url("/assets/obsidian-portal-hero.png") center 61% / cover no-repeat;
  box-shadow: inset 0 0 0 4px rgb(255 255 255 / 1.5%);
}

.media-section h2 {
  margin-bottom: 12px;
}

.media-section p {
  margin-bottom: 0;
}

.realm-pulse,
.launcher-download,
.home-section,
.home-final-cta {
  width: min(calc(100% - 246px), 1180px);
  margin-right: auto;
  margin-left: max(218px, calc((100vw - 990px) / 2));
}

.realm-pulse {
  min-height: 154px;
  margin-top: 56px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(420px, 1.25fr);
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgb(7 18 26 / 96%), rgb(4 11 17 / 88%)),
    url("/assets/media/magicrpg-fortress.jpg") center 47% / cover no-repeat;
  box-shadow: inset 0 0 0 3px rgb(255 255 255 / 1.4%);
}

.realm-pulse-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.status-pixel {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: #6ef7b4;
  box-shadow:
    0 0 0 4px rgb(110 247 180 / 9%),
    0 0 18px rgb(110 247 180 / 64%);
}

.realm-pulse-heading p,
.realm-pulse-facts dt {
  margin-bottom: 6px;
  color: #71838f;
  font-size: 0.58rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.realm-pulse-heading h2 {
  margin-bottom: 0;
  color: #e8f3f6;
  font-size: 0.96rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.realm-pulse-facts {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.realm-pulse-facts div {
  min-width: 0;
  padding: 4px 24px;
}

.realm-pulse-facts div + div {
  border-left: 1px solid var(--line);
}

.realm-pulse-facts dd {
  margin: 0;
  overflow: hidden;
  color: #c7d5dc;
  font-size: 0.72rem;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.launcher-download {
  position: relative;
  min-height: 252px;
  margin-top: 22px;
  padding: 34px;
  display: grid;
  grid-template-columns: 112px minmax(260px, 0.75fr) minmax(470px, 1.25fr);
  align-items: center;
  gap: 34px;
  isolation: isolate;
  border: 1px solid rgb(100 210 248 / 28%);
  background:
    linear-gradient(112deg, rgb(7 18 27 / 98%) 0, rgb(6 15 23 / 95%) 48%, rgb(4 11 17 / 86%) 100%),
    url("/assets/obsidian-portal-hero.png") 70% 50% / cover no-repeat;
  box-shadow:
    inset 0 0 0 3px rgb(255 255 255 / 1.4%),
    0 22px 70px rgb(0 0 0 / 19%);
}

.launcher-download::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 67%, rgb(80 216 255 / 4%) 67% 67.15%, transparent 67.15%),
    radial-gradient(circle at 90% 22%, rgb(80 216 255 / 10%), transparent 28%);
}

.launcher-download-mark {
  width: 112px;
  height: 154px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  border: 1px solid rgb(80 216 255 / 20%);
  color: #78909d;
  background: rgb(3 10 16 / 58%);
  box-shadow: inset 0 0 32px rgb(80 216 255 / 4%);
}

.launcher-download-mark img {
  width: 68px;
  height: 68px;
  border: 1px solid rgb(114 226 255 / 38%);
  box-shadow: 0 0 30px rgb(34 184 238 / 18%);
  image-rendering: pixelated;
}

.launcher-download-mark span {
  font-size: 0.48rem;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.launcher-download-copy .eyebrow {
  margin-bottom: 12px;
  font-size: 0.61rem;
}

.launcher-download-copy h2 {
  margin-bottom: 12px;
  color: #eff6f7;
  font-family: var(--display);
  font-size: clamp(2.55rem, 3.2vw, 3.65rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.launcher-download-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 16px;
  color: #8495a0;
  font-size: 0.78rem;
  line-height: 1.65;
}

.launcher-security-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8298a4;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.launcher-security-note i {
  color: var(--cyan);
  font-size: 0.92rem;
}

.launcher-download-actions {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.launcher-download-actions legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.launcher-download-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.launcher-download-button {
  position: relative;
  min-width: 0;
  min-height: 78px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgb(80 216 255 / 52%);
  color: #dff8ff;
  background: linear-gradient(135deg, rgb(14 37 50 / 89%), rgb(5 16 24 / 96%)), #07131b;
  box-shadow:
    inset 0 0 0 3px rgb(3 9 14 / 78%),
    inset 0 0 0 4px rgb(80 216 255 / 10%);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.launcher-download-button:hover {
  border-color: var(--cyan-bright);
  background: linear-gradient(135deg, rgb(18 53 69 / 94%), rgb(6 21 31 / 98%)), #091924;
  box-shadow:
    inset 0 0 0 3px rgb(3 9 14 / 72%),
    inset 0 0 0 4px rgb(115 228 255 / 17%),
    0 0 28px rgb(47 196 242 / 13%);
  transform: translateY(-2px);
}

.launcher-download-button:active {
  transform: translateY(0);
}

.download-platform-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(96 219 255 / 30%);
  color: var(--cyan-bright);
  background: rgb(7 27 38 / 82%);
  font-size: 1.32rem;
}

.download-platform-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.download-platform-copy strong {
  overflow: hidden;
  color: #e7f5f8;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.download-platform-copy small {
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6f8794;
  font-size: 0.53rem;
  font-weight: 620;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-version {
  padding: 2px 5px;
  border: 1px solid rgb(80 216 255 / 22%);
  color: #9edff0;
  background: rgb(8 27 38 / 76%);
  letter-spacing: 0.035em;
}

.download-arrow {
  color: #6edfff;
  font-size: 1rem;
}

.launcher-download-help {
  margin: 13px 0 0;
  color: #627783;
  font-size: 0.56rem;
  letter-spacing: 0.025em;
  text-align: right;
}

.launcher-download-help a {
  color: #92cfdf;
  text-underline-offset: 3px;
}

.launcher-download-help span {
  margin-inline: 5px;
  color: #405560;
}

.home-section {
  padding: 142px 0;
}

.home-section + .home-section {
  border-top: 1px solid rgb(110 168 196 / 13%);
}

.home-section-heading {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: 74px minmax(380px, 1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 44px;
}

.home-section-heading .section-index,
.paths-heading .section-index,
.transmission-copy .section-index {
  align-self: start;
  color: rgb(80 216 255 / 25%);
  font-size: 3.45rem;
}

.home-section-heading h2,
.paths-heading h2,
.transmission-copy h2,
.home-final-copy h2 {
  margin-bottom: 0;
  color: #f1f5f5;
  font-family: var(--display);
  font-size: clamp(3.7rem, 5.5vw, 5.8rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-transform: uppercase;
}

.home-section-heading > p,
.paths-heading > p,
.transmission-copy > p:not(.eyebrow),
.home-final-copy > p:last-child {
  margin-bottom: 0;
  color: #8998a2;
  font-size: 0.92rem;
  line-height: 1.78;
}

.world-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.72fr);
  border: 1px solid var(--line);
  background: #050b11;
  box-shadow: inset 0 0 0 4px rgb(255 255 255 / 1.2%);
}

.world-visual {
  position: relative;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  border-right: 1px solid var(--line);
}

.world-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 32%, rgb(3 9 14 / 92%) 100%),
    linear-gradient(90deg, rgb(3 9 14 / 10%), transparent 60%);
  pointer-events: none;
}

.world-visual img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.08) brightness(0.8);
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.world-visual:hover img {
  transform: scale(1.025);
}

.world-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 34px;
  left: 34px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 8px 28px;
}

.world-visual figcaption > span,
.path-card small,
.transmission-media figcaption span,
.transmission-media figcaption small {
  color: var(--cyan);
  font-size: 0.59rem;
  font-weight: 720;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.world-visual figcaption strong {
  color: #f1f6f7;
  font-family: var(--display);
  font-size: clamp(2.5rem, 3.8vw, 4.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
  text-transform: uppercase;
}

.world-visual figcaption a {
  grid-row: 1 / span 2;
  grid-column: 2;
  padding: 16px 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgb(80 216 255 / 42%);
  color: #bdefff;
  background: rgb(3 11 17 / 68%);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.world-pillars {
  display: grid;
}

.world-pillars article {
  padding: 34px 30px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: center;
  gap: 6px 18px;
}

.world-pillars article + article {
  border-top: 1px solid var(--line);
}

.world-pillars article > i {
  grid-row: 1 / span 3;
  color: var(--cyan);
  font-size: 1.65rem;
}

.world-pillars span {
  color: var(--cyan);
  font-size: 0.55rem;
  font-weight: 730;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.world-pillars h3 {
  margin-bottom: 2px;
  color: #dfe9ed;
  font-size: 0.98rem;
  font-weight: 650;
}

.world-pillars p {
  margin-bottom: 0;
  color: #72838e;
  font-size: 0.74rem;
  line-height: 1.65;
}

.journey-section {
  position: relative;
}

.journey-section::before {
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  content: "";
  background:
    linear-gradient(90deg, transparent, rgb(9 24 34 / 26%) 48%, transparent),
    radial-gradient(circle at 72% 38%, rgb(50 156 200 / 8%), transparent 34%);
}

.journey-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.journey-steps li {
  min-height: 340px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgb(8 19 27 / 82%), rgb(3 9 14 / 94%));
}

.journey-steps li + li {
  border-left: 0;
}

.journey-steps li > span {
  align-self: flex-end;
  color: rgb(80 216 255 / 32%);
  font-family: var(--display);
  font-size: 2.3rem;
}

.journey-steps li > i {
  width: 48px;
  height: 48px;
  margin: 26px 0 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(80 216 255 / 27%);
  color: var(--cyan);
  background: rgb(8 29 40 / 52%);
  font-size: 1.45rem;
}

.journey-steps h3 {
  margin-bottom: 12px;
  color: #e1ebef;
  font-size: 1.08rem;
  font-weight: 640;
}

.journey-steps p {
  margin-bottom: 26px;
  color: #788994;
  font-size: 0.78rem;
  line-height: 1.7;
}

.journey-steps a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  font-size: 0.61rem;
  font-weight: 720;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.paths-heading {
  margin-bottom: 52px;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(260px, 0.58fr);
  align-items: end;
  gap: 80px;
}

.paths-heading .section-index {
  margin-right: 24px;
  display: inline-block;
  vertical-align: bottom;
}

.paths-heading .eyebrow {
  display: inline-block;
}

.path-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.path-card {
  position: relative;
  min-height: 470px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--line);
  color: inherit;
  background: #061019;
  text-decoration: none;
  isolation: isolate;
}

.path-card::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgb(2 8 13 / 9%) 18%, rgb(2 7 12 / 97%) 87%);
}

.path-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  inset: 0;
  object-fit: cover;
  filter: saturate(0.7) brightness(0.78);
  transition:
    transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1),
    filter 300ms ease;
}

.path-card:hover img,
.path-card:focus-visible img {
  filter: saturate(0.95) brightness(0.9);
  transform: scale(1.045);
}

.path-number {
  position: absolute;
  top: 24px;
  left: 24px;
  color: rgb(204 240 251 / 46%);
  font-family: var(--display);
  font-size: 2.5rem;
}

.path-card > i {
  position: absolute;
  top: 28px;
  right: 28px;
  color: var(--cyan);
}

.path-card h3 {
  margin: 8px 0 10px;
  color: #f2f6f7;
  font-family: var(--display);
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.path-card p {
  max-width: 290px;
  margin-bottom: 0;
  color: #8798a2;
  font-size: 0.74rem;
  line-height: 1.65;
}

.transmission-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
  align-items: center;
  gap: 84px;
}

.transmission-copy .section-index {
  margin-bottom: 64px;
  display: block;
}

.transmission-copy h2 {
  margin-bottom: 24px;
}

.transmission-media {
  margin: 0;
  border: 1px solid var(--line);
  background: #02070b;
  box-shadow: inset 0 0 0 4px rgb(255 255 255 / 1.2%);
}

.transmission-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  background: #02070b;
}

.transmission-media figcaption {
  min-height: 78px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 20px;
  border-top: 1px solid var(--line);
}

.transmission-media figcaption strong {
  color: #dbe7eb;
  font-size: 0.86rem;
  font-weight: 640;
}

.transmission-media figcaption small {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: #70838f;
}

.home-final-cta {
  position: relative;
  min-height: 450px;
  margin-bottom: 96px;
  padding: 72px 74px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  border: 1px solid rgb(110 168 196 / 31%);
  background: #061019;
  isolation: isolate;
  box-shadow: inset 0 0 0 4px rgb(255 255 255 / 1.5%);
}

.home-final-cta > img,
.home-final-shade {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  inset: 0;
  object-fit: cover;
  object-position: center 59%;
}

.home-final-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(3 10 16 / 96%) 0, rgb(4 11 18 / 82%) 48%, rgb(3 9 15 / 38%) 100%),
    linear-gradient(180deg, transparent, rgb(3 8 13 / 68%));
}

.home-final-copy h2 {
  margin-bottom: 20px;
}

.home-final-actions {
  width: min(300px, 100%);
  display: grid;
  gap: 22px;
}

.home-final-actions .text-action {
  margin: 0;
  justify-content: center;
}

.section-page {
  color: var(--text);
  background: #05090e;
}

.section-page .side-rail {
  position: fixed;
  min-height: 100vh;
  background: rgb(3 7 11 / 92%);
}

.section-page-main {
  min-height: calc(100vh - 100px);
  margin-left: 190px;
}

.section-hero {
  position: relative;
  min-height: 500px;
  padding: 112px clamp(44px, 7vw, 112px) 84px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background: #071019;
}

.section-hero-art,
.section-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.section-hero-art {
  z-index: -2;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.96) brightness(0.76) contrast(1.06);
}

.section-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(3 8 13 / 96%) 0, rgb(3 8 13 / 80%) 38%, rgb(3 8 13 / 26%) 78%),
    linear-gradient(180deg, rgb(3 8 13 / 22%) 35%, rgb(3 8 13 / 91%) 100%);
}

.page-realms .section-hero-art {
  object-position: center 61%;
}

.page-lore .section-hero-art {
  object-position: 39% 34%;
}

.page-guilds .section-hero-art {
  object-position: 62% 54%;
}

.page-media .section-hero-art {
  object-position: center 47%;
}

.page-support .section-hero-art {
  object-position: 44% 64%;
}

.section-hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

.page-title {
  max-width: 760px;
  margin-bottom: 22px;
  color: #f2f5f4;
  font-family: var(--display);
  font-size: clamp(4.5rem, 7.4vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.84;
  text-transform: uppercase;
  -webkit-text-stroke: 0.25px currentColor;
  text-shadow: 0 3px 0 rgb(5 11 17 / 72%);
}

.page-title span {
  color: var(--cyan);
}

.page-intro {
  max-width: 610px;
  margin-bottom: 0;
  color: #acbac3;
  font-size: 1rem;
  line-height: 1.75;
}

.page-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.section-content {
  width: min(calc(100% - 88px), 1140px);
  margin: 0 auto;
  padding: 96px 0 120px;
}

.content-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.content-heading h2 {
  margin-bottom: 18px;
  color: #eef4f5;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.content-heading > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: #8797a2;
  line-height: 1.75;
}

.realm-focus {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  border: 1px solid rgb(122 169 193 / 29%);
  background: #071019;
  box-shadow: inset 0 0 0 4px rgb(255 255 255 / 1.5%);
}

.realm-focus-copy {
  padding: clamp(36px, 5vw, 66px);
}

.realm-focus-copy h2 {
  margin-bottom: 16px;
  color: #eff4f4;
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.realm-focus-copy > p {
  max-width: 560px;
  color: #899aa5;
  line-height: 1.75;
}

.realm-status {
  padding: 42px;
  display: grid;
  align-content: center;
  gap: 28px;
  border-left: 1px solid rgb(122 169 193 / 22%);
  background: rgb(4 10 16 / 80%);
}

.status-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b8c9d1;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6fffb0;
  box-shadow: 0 0 14px rgb(111 255 176 / 68%);
}

.realm-stat-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.realm-stat-list div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  color: #788994;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.realm-stat-list strong {
  color: #d5e3e9;
  font-size: 0.72rem;
  font-weight: 650;
}

.realm-catalog {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.realm-entry,
.guild-path,
.support-route {
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgb(122 169 193 / 24%);
  background: rgb(7 16 24 / 74%);
}

.realm-entry > i,
.guild-path > i,
.support-route > i {
  margin-bottom: 34px;
  display: block;
  color: var(--cyan);
  font-size: 1.65rem;
}

.realm-entry small,
.guild-path small,
.support-route small {
  display: block;
  margin-bottom: 10px;
  color: #6d7f8b;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.realm-entry h3,
.guild-path h3,
.support-route h3 {
  margin-bottom: 12px;
  color: #d9e5ea;
  font-size: 1rem;
  font-weight: 650;
}

.realm-entry p,
.guild-path p,
.support-route p {
  margin-bottom: 0;
  color: #7c8e99;
  font-size: 0.8rem;
  line-height: 1.65;
}

.realm-entry.locked {
  opacity: 0.55;
}

.lore-timeline {
  display: grid;
  border-top: 1px solid var(--line);
}

.lore-chapter {
  padding: 36px 0;
  display: grid;
  grid-template-columns: 90px minmax(180px, 0.62fr) minmax(280px, 1.38fr);
  gap: clamp(28px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
}

.lore-chapter > span {
  color: rgb(80 216 255 / 44%);
  font-family: var(--display);
  font-size: 2.6rem;
  line-height: 1;
}

.lore-chapter h2 {
  margin-bottom: 0;
  color: #dce7eb;
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.lore-chapter div p {
  margin-bottom: 12px;
  color: #81929d;
  line-height: 1.75;
}

.lore-chapter div small {
  color: var(--cyan);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lore-fragment {
  margin-top: 70px;
  padding: 52px clamp(32px, 6vw, 82px);
  border-left: 2px solid var(--cyan);
  background: linear-gradient(90deg, rgb(10 28 40 / 68%), rgb(7 14 21 / 34%));
}

.lore-fragment blockquote {
  max-width: 820px;
  margin: 0;
  color: #c3d0d6;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.1;
}

.guild-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(42px, 8vw, 100px);
  align-items: start;
}

.guild-path-list {
  display: grid;
  gap: 16px;
}

.guild-path {
  min-height: 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 20px;
}

.guild-path > i {
  grid-row: span 3;
  margin-bottom: 0;
}

.guild-steps {
  counter-reset: guild-step;
  border-top: 1px solid var(--line);
}

.guild-steps article {
  counter-increment: guild-step;
  padding: 26px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  border-bottom: 1px solid var(--line);
}

.guild-steps article::before {
  content: "0" counter(guild-step);
  color: var(--cyan);
  font-family: var(--display);
  font-size: 1.8rem;
}

.guild-steps h3 {
  margin-bottom: 8px;
  color: #dce7eb;
  font-size: 0.96rem;
}

.guild-steps p {
  margin-bottom: 0;
  color: #7f909b;
  font-size: 0.82rem;
  line-height: 1.65;
}

.media-feature {
  padding: 24px;
  border: 1px solid rgb(122 169 193 / 28%);
  background: #060e15;
  box-shadow: inset 0 0 0 4px rgb(255 255 255 / 1.5%);
}

.media-feature video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 1px solid rgb(122 169 193 / 24%);
  background: #020508;
  object-fit: cover;
}

.media-caption {
  padding: 24px 4px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.media-caption h2 {
  margin-bottom: 6px;
  color: #dce8ed;
  font-size: 1rem;
}

.media-caption p {
  margin-bottom: 0;
  color: #778994;
  font-size: 0.76rem;
}

.media-library {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.media-still {
  min-width: 0;
  margin: 0;
}

.media-still img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  border: 1px solid rgb(122 169 193 / 24%);
  object-fit: cover;
}

.media-still:nth-child(1) img {
  object-position: 68% 46%;
}

.media-still:nth-child(2) img {
  object-position: 43% 70%;
}

.media-still:nth-child(3) img {
  object-position: 82% 37%;
}

.media-still figcaption {
  padding-top: 14px;
  color: #80919c;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.support-route {
  min-height: 270px;
  display: flex;
  flex-direction: column;
}

.support-route .text-action {
  margin-top: auto;
}

.support-faq {
  margin-top: 72px;
  border-top: 1px solid var(--line);
}

.support-faq details {
  border-bottom: 1px solid var(--line);
}

.support-faq summary {
  min-height: 76px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #c7d5db;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 620;
  list-style: none;
}

.support-faq summary::-webkit-details-marker {
  display: none;
}

.support-faq summary::after {
  color: var(--cyan);
  content: "+";
  font-family: monospace;
  font-size: 1.2rem;
}

.support-faq details[open] summary::after {
  content: "−";
}

.support-faq details p {
  max-width: 760px;
  padding: 0 4px 28px;
  margin-bottom: 0;
  color: #7f909b;
  font-size: 0.84rem;
  line-height: 1.7;
}

:where(.section-page) .site-footer {
  margin-left: 190px;
}

.site-footer {
  min-height: 100px;
  padding: 28px max(40px, calc((100% - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: #687985;
  background: #04080c;
  font-size: 0.65rem;
}

.site-footer a {
  width: fit-content;
  color: #9caeb9;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer p {
  margin-bottom: 0;
  text-align: center;
}

.site-footer a:last-child {
  justify-self: end;
}

@media (max-width: 1120px) {
  .hero-art {
    object-position: 56% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgb(3 7 12 / 94%) 0, rgb(4 9 15 / 77%) 38%, rgb(4 9 15 / 13%) 70%),
      linear-gradient(180deg, rgb(3 8 13 / 11%) 42%, rgb(3 8 13 / 91%) 100%);
  }
  .chapter-card {
    right: 4%;
  }
  .feature-strip article {
    padding: 22px 20px;
  }
  .realm-section {
    grid-template-columns: 60px 1fr;
  }
  .realm-details {
    grid-column: 2;
  }
  .realm-catalog,
  .media-library,
  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .realm-entry:last-child,
  .support-route:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 840px) {
  html {
    scroll-padding-top: 76px;
  }
  .portal-hero {
    min-height: auto;
    padding-bottom: 28px;
  }
  .side-rail {
    display: none;
  }
  .section-page-main,
  :where(.section-page) .site-footer {
    margin-left: 0;
  }
  .mobile-header {
    position: relative;
    z-index: 20;
    min-height: 76px;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    background: #03080d;
    backdrop-filter: blur(14px);
  }
  .mobile-language-switcher {
    display: inline-flex;
  }
  .mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }
  .mobile-brand img {
    width: 44px;
    height: 44px;
    image-rendering: pixelated;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line-strong);
    color: var(--cyan);
    background: rgb(6 18 27 / 84%);
    cursor: pointer;
    font-size: 1.3rem;
  }
  .mobile-navigation {
    position: absolute;
    z-index: 30;
    top: 76px;
    right: 0;
    left: 0;
    padding: 18px 22px 22px;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    border-bottom: 1px solid var(--line-strong);
    background: #040a10;
    box-shadow: 0 22px 36px rgb(0 0 0 / 28%);
  }
  .mobile-navigation.open {
    display: grid;
  }
  .mobile-navigation a {
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    border: 1px solid var(--line);
    color: #b7c7d0;
    font-size: 0.7rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-navigation a:hover,
  .mobile-navigation a.active {
    border-color: rgb(80 216 255 / 44%);
    color: var(--cyan-bright);
    background: rgb(10 28 39 / 72%);
  }
  .hero-art {
    object-position: 60% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgb(3 7 12 / 93%) 0, rgb(4 9 15 / 73%) 58%, rgb(4 9 15 / 22%) 100%),
      linear-gradient(180deg, rgb(3 8 13 / 14%) 35%, rgb(3 8 13 / 95%) 83%);
  }
  .hero-copy {
    width: min(520px, calc(100% - 44px));
    padding-top: 90px;
    margin-left: 22px;
  }
  .chapter-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: calc(100% - 44px);
    margin: 36px 22px 0;
    transform: none;
  }
  .chapter-card:hover {
    transform: translateY(-3px);
  }
  .feature-strip {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 18px 22px 0;
    grid-template-columns: 1fr;
  }
  .feature-strip article {
    min-height: 84px;
    padding: 16px 20px;
  }
  .feature-strip article + article {
    border-top: 1px solid rgb(123 158 180 / 18%);
    border-left: 0;
  }
  .feature-strip p {
    max-width: none;
  }
  .realm-section,
  .media-section {
    width: min(calc(100% - 44px), 1180px);
  }
  .realm-section {
    padding: 104px 0;
    grid-template-columns: 1fr;
  }
  .section-index {
    font-size: 3rem;
  }
  .realm-details {
    grid-column: auto;
  }
  .media-section {
    min-height: 360px;
    padding: 52px 40px;
    grid-template-columns: 1fr;
  }
  .section-hero {
    min-height: 440px;
    padding: 88px 42px 68px;
  }
  .section-content {
    width: min(calc(100% - 44px), 1140px);
    padding: 76px 0 96px;
  }
  .realm-focus {
    grid-template-columns: 1fr;
  }
  .realm-status {
    border-top: 1px solid rgb(122 169 193 / 22%);
    border-left: 0;
  }
  .lore-chapter {
    grid-template-columns: 64px 1fr;
  }
  .lore-chapter div {
    grid-column: 2;
  }
  .guild-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .portal-hero {
    min-height: auto;
  }
  .mobile-header {
    padding-inline: 16px;
  }
  .mobile-brand span {
    font-size: 0.68rem;
  }
  .hero-art {
    height: 680px;
    object-position: 59% top;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgb(3 7 12 / 88%) 0, rgb(4 9 15 / 48%) 100%),
      linear-gradient(180deg, rgb(3 8 13 / 14%) 22%, rgb(3 8 13 / 98%) 65%);
  }
  .hero-copy {
    width: calc(100% - 32px);
    padding-top: 58px;
    margin-left: 16px;
  }
  .hero-copy > .eyebrow {
    margin-bottom: 16px;
    font-size: 0.63rem;
  }
  .hero-copy h1 {
    font-size: clamp(3.25rem, 15vw, 4rem);
    transform: scaleX(0.78);
  }
  .hero-lead {
    max-width: 330px;
    font-size: 0.85rem;
  }
  .hero-lead br {
    display: none;
  }
  .portal-button {
    width: 100%;
    min-width: 0;
    min-height: 70px;
    font-size: 0.75rem;
  }
  .chapter-card {
    right: auto;
    bottom: auto;
    width: calc(100% - 32px);
    margin-inline: 16px;
  }
  .feature-strip {
    right: auto;
    left: auto;
    margin-inline: 16px;
  }
  .feature-strip article {
    grid-template-columns: 30px 1fr;
    gap: 12px;
  }
  .feature-strip article > i {
    width: 30px;
    min-height: 30px;
    border-right: 0;
    font-size: 1.35rem;
  }
  .feature-strip h2 {
    font-size: 0.6rem;
  }
  .feature-strip p {
    font-size: 0.62rem;
  }
  .realm-section,
  .media-section {
    width: calc(100% - 32px);
  }
  .realm-section {
    padding: 82px 0;
    gap: 32px;
  }
  .section-copy h2,
  .media-section h2 {
    font-size: clamp(2.8rem, 15vw, 4rem);
  }
  .section-copy > p:last-of-type,
  .media-section p {
    font-size: 0.86rem;
  }
  .realm-details article {
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .realm-details span {
    grid-row: auto;
  }
  .media-section {
    margin-bottom: 56px;
    padding: 42px 24px;
  }
  .site-footer {
    padding: 30px 16px;
    grid-template-columns: 1fr auto;
  }
  .site-footer p {
    display: none;
  }
  .section-hero {
    min-height: 400px;
    padding: 70px 20px 54px;
  }
  .page-title {
    font-size: clamp(3.7rem, 18vw, 5.1rem);
  }
  .page-support .page-title {
    font-size: clamp(2.65rem, 12vw, 4.2rem);
  }
  .page-intro {
    font-size: 0.88rem;
  }
  .page-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .section-content {
    width: calc(100% - 32px);
    padding: 64px 0 80px;
  }
  .content-heading {
    margin-bottom: 36px;
  }
  .content-heading h2 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
  .realm-focus-copy,
  .realm-status {
    padding: 28px 22px;
  }
  .realm-catalog,
  .media-library,
  .support-grid {
    grid-template-columns: 1fr;
  }
  .realm-entry:last-child,
  .support-route:last-child {
    grid-column: auto;
  }
  .lore-chapter {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lore-chapter div {
    grid-column: auto;
  }
  .lore-fragment {
    padding: 36px 24px;
  }
  .guild-path {
    grid-template-columns: 34px 1fr;
    padding: 24px 20px;
  }
  .guild-steps article {
    grid-template-columns: 46px 1fr;
  }
  .media-feature {
    padding: 10px;
  }
  .media-caption {
    align-items: flex-start;
    flex-direction: column;
  }
  .support-route {
    min-height: 230px;
  }
}

@media (max-width: 1120px) {
  .realm-pulse {
    grid-template-columns: minmax(220px, 0.75fr) minmax(420px, 1.25fr);
  }
  .launcher-download {
    grid-template-columns: 112px minmax(0, 1fr);
  }
  .launcher-download-actions {
    grid-column: 1 / -1;
  }
  .home-section-heading {
    grid-template-columns: 60px 1fr;
  }
  .home-section-heading > p {
    grid-column: 2;
    max-width: 620px;
  }
  .world-stage {
    grid-template-columns: 1fr;
  }
  .world-visual {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .world-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .world-pillars article + article {
    border-top: 0;
    border-left: 1px solid var(--line);
  }
  .world-pillars article {
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }
  .world-pillars article > i {
    grid-row: auto;
    margin-bottom: 16px;
  }
  .path-card {
    min-height: 420px;
    padding: 24px;
  }
  .path-card h3 {
    font-size: 3rem;
  }
  .transmission-section {
    grid-template-columns: minmax(260px, 0.7fr) minmax(430px, 1.3fr);
    gap: 52px;
  }
}

@media (max-width: 840px) {
  .realm-pulse,
  .launcher-download,
  .home-section,
  .home-final-cta {
    width: min(calc(100% - 44px), 1180px);
    margin-right: auto;
    margin-left: auto;
  }
  .realm-pulse {
    margin-top: 28px;
  }
  .home-section {
    padding: 104px 0;
  }
  .home-section-heading h2,
  .paths-heading h2,
  .transmission-copy h2,
  .home-final-copy h2 {
    font-size: clamp(3.6rem, 10vw, 5.2rem);
  }
  .paths-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .paths-heading > p {
    max-width: 560px;
  }
  .path-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .path-card:last-child {
    grid-column: 1 / -1;
    min-height: 360px;
  }
  .transmission-section {
    grid-template-columns: 1fr;
    gap: 46px;
  }
  .transmission-copy {
    max-width: 620px;
  }
  .transmission-copy .section-index {
    margin-bottom: 38px;
  }
  .home-final-cta {
    margin-bottom: 64px;
    padding: 62px 50px;
  }
}

@media (max-width: 700px) {
  .realm-pulse {
    padding: 24px;
    grid-template-columns: 1fr;
  }
  .realm-pulse-facts {
    padding: 18px 0;
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .realm-pulse-facts div {
    padding-inline: 14px;
  }
  .realm-pulse-facts div:first-child {
    padding-left: 0;
  }
  .realm-pulse-facts div:last-child {
    padding-right: 0;
  }
  .launcher-download {
    padding: 28px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .launcher-download-mark {
    width: 100%;
    height: auto;
    padding: 15px 18px;
    grid-template-columns: auto 1fr;
    place-items: center start;
  }
  .launcher-download-mark img {
    width: 52px;
    height: 52px;
  }
  .launcher-download-copy > p:not(.eyebrow) {
    max-width: 520px;
  }
  .launcher-download-actions {
    grid-column: auto;
  }
  .home-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-section-heading > p {
    grid-column: auto;
  }
  .home-section-heading .section-index {
    margin-bottom: 8px;
  }
  .world-visual {
    min-height: 460px;
  }
  .world-visual figcaption {
    right: 24px;
    bottom: 24px;
    left: 24px;
    grid-template-columns: 1fr;
  }
  .world-visual figcaption a {
    grid-row: auto;
    grid-column: auto;
    width: fit-content;
    margin-top: 12px;
  }
  .world-pillars {
    grid-template-columns: 1fr;
  }
  .world-pillars article {
    grid-template-columns: 44px 1fr;
  }
  .world-pillars article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .world-pillars article > i {
    grid-row: 1 / span 3;
    margin-bottom: 0;
  }
  .journey-steps {
    grid-template-columns: 1fr;
  }
  .journey-steps li {
    min-height: 300px;
  }
  .journey-steps li + li {
    border-top: 0;
    border-left: 1px solid var(--line);
  }
  .path-cards {
    grid-template-columns: 1fr;
  }
  .path-card:last-child {
    grid-column: auto;
    min-height: 420px;
  }
  .home-final-cta {
    min-height: 560px;
    grid-template-columns: 1fr;
    align-content: center;
  }
  .home-final-actions {
    width: min(340px, 100%);
  }
}

@media (max-width: 560px) {
  .hero-art {
    height: 620px;
  }
  .hero-copy {
    padding-top: 44px;
  }
  .feature-strip {
    display: none;
  }
  .realm-pulse,
  .launcher-download,
  .home-section,
  .home-final-cta {
    width: calc(100% - 32px);
  }
  .realm-pulse {
    margin-top: 16px;
    padding: 22px 18px;
  }
  .realm-pulse-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .realm-pulse-facts div {
    padding-inline: 9px;
  }
  .realm-pulse-facts dt {
    font-size: 0.49rem;
  }
  .realm-pulse-facts dd {
    font-size: 0.61rem;
  }
  .launcher-download {
    margin-top: 16px;
    padding: 24px 18px;
  }
  .launcher-download-copy h2 {
    font-size: 2.65rem;
  }
  .launcher-download-buttons {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .launcher-download-button {
    min-height: 74px;
  }
  .launcher-download-help {
    line-height: 1.65;
    text-align: left;
  }
  .home-section {
    padding: 82px 0;
  }
  .home-section-heading {
    margin-bottom: 38px;
  }
  .home-section-heading .section-index,
  .paths-heading .section-index,
  .transmission-copy .section-index {
    font-size: 2.8rem;
  }
  .home-section-heading h2,
  .paths-heading h2,
  .transmission-copy h2,
  .home-final-copy h2 {
    font-size: clamp(2.9rem, 14vw, 4rem);
  }
  .home-section-heading > p,
  .paths-heading > p,
  .transmission-copy > p:not(.eyebrow),
  .home-final-copy > p:last-child {
    font-size: 0.84rem;
  }
  .world-visual {
    min-height: 390px;
  }
  .world-visual figcaption strong {
    font-size: 2.45rem;
  }
  .world-visual figcaption a {
    width: 100%;
    justify-content: space-between;
  }
  .world-pillars article {
    padding: 26px 20px;
  }
  .journey-steps li {
    min-height: 286px;
    padding: 26px 22px;
  }
  .journey-steps li > i {
    margin: 16px 0 20px;
  }
  .paths-heading {
    margin-bottom: 36px;
  }
  .paths-heading .section-index {
    display: block;
  }
  .path-card,
  .path-card:last-child {
    min-height: 390px;
    padding: 22px;
  }
  .path-card h3 {
    font-size: 3.1rem;
  }
  .transmission-media figcaption {
    grid-template-columns: 1fr;
  }
  .transmission-media figcaption small {
    grid-row: auto;
    grid-column: auto;
  }
  .home-final-cta {
    min-height: 540px;
    margin-bottom: 48px;
    padding: 44px 24px;
  }
  .home-final-shade {
    background:
      linear-gradient(180deg, rgb(3 10 16 / 73%) 0, rgb(3 9 15 / 96%) 76%),
      linear-gradient(90deg, rgb(3 10 16 / 54%), transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .portal-video,
  .portal-flow,
  .magic-sparks {
    display: none;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms;
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

@media (min-width: 841px) {
  .side-rail {
    width: 168px;
    padding: 34px 28px 24px;
  }

  .rail-nav {
    margin-top: 54px;
    gap: 24px;
  }

  .rail-nav a::before {
    left: -28px;
  }

  .hero-copy {
    width: min(570px, calc(100% - 44px));
    padding-top: clamp(150px, 18vh, 184px);
    margin-left: 198px;
  }

  .section-page-main,
  :where(.section-page) .site-footer {
    margin-left: 168px;
  }

  .realm-pulse,
  .launcher-download,
  .home-section,
  .home-final-cta {
    width: min(calc(100% - 218px), 1180px);
    margin-left: max(194px, calc((100vw - 1012px) / 2));
  }
}

.brand img {
  width: 50px;
  height: 50px;
}

.hero-copy h1 {
  font-size: clamp(4rem, 5.2vw, 5.35rem);
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 32px;
  font-size: 0.88rem;
}

.hero-actions {
  gap: 24px;
}

.portal-button {
  min-width: 292px;
  min-height: 64px;
  padding: 12px 17px;
  font-size: 0.78rem;
}

.realm-section {
  padding: 96px 0;
  gap: clamp(30px, 5vw, 72px);
}

.section-copy h2,
.media-section h2 {
  font-size: clamp(2.7rem, 4.2vw, 4.15rem);
}

.section-copy > p:last-of-type,
.media-section p {
  font-size: 0.88rem;
  line-height: 1.68;
}

.media-section {
  min-height: 320px;
  margin-bottom: 72px;
  padding: 52px 58px;
}

.realm-pulse {
  min-height: 132px;
  margin-top: 40px;
  padding: 20px 24px;
}

.launcher-download {
  min-height: 216px;
  padding: 26px;
  grid-template-columns: 92px minmax(240px, 0.75fr) minmax(420px, 1.25fr);
  gap: 26px;
}

.launcher-download-mark {
  width: 92px;
  height: 132px;
}

.launcher-download-mark img {
  width: 58px;
  height: 58px;
}

.launcher-download-copy h2 {
  font-size: clamp(2.2rem, 2.8vw, 3.1rem);
}

.home-section {
  padding: 98px 0;
}

.home-section-heading {
  margin-bottom: 42px;
  gap: 32px;
}

.home-section-heading h2,
.paths-heading h2,
.transmission-copy h2,
.home-final-copy h2 {
  font-size: clamp(3rem, 4.35vw, 4.45rem);
}

.home-section-heading > p,
.paths-heading > p,
.transmission-copy > p:not(.eyebrow),
.home-final-copy > p:last-child {
  font-size: 0.86rem;
  line-height: 1.68;
}

.world-visual {
  min-height: 460px;
}

.world-visual figcaption strong {
  font-size: clamp(2.2rem, 3.1vw, 3.45rem);
}

.world-pillars article {
  padding: 26px 24px;
}

.journey-steps li {
  min-height: 280px;
  padding: 24px;
}

.journey-steps li > i {
  margin: 18px 0 16px;
}

.paths-heading {
  margin-bottom: 40px;
  gap: 56px;
}

.path-card {
  min-height: 390px;
  padding: 24px;
}

.path-card h3 {
  font-size: 2.85rem;
}

.transmission-section {
  gap: 60px;
}

.home-final-cta {
  min-height: 360px;
  margin-bottom: 72px;
  padding: 52px 56px;
  gap: 36px;
}

.section-hero {
  min-height: 420px;
  padding: 76px clamp(38px, 5.5vw, 82px) 58px;
}

.section-hero-content {
  width: min(660px, 100%);
}

.page-title {
  max-width: 690px;
  margin-bottom: 18px;
  font-size: clamp(3.6rem, 5.3vw, 5.1rem);
  line-height: 0.88;
}

.page-intro {
  max-width: 570px;
  font-size: 0.9rem;
  line-height: 1.65;
}

.page-actions {
  margin-top: 24px;
  gap: 18px;
}

.section-content {
  padding: 68px 0 88px;
}

.content-heading {
  margin-bottom: 36px;
}

.content-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2.45rem, 4vw, 3.85rem);
}

.realm-focus-copy {
  padding: clamp(30px, 4vw, 46px);
}

.realm-focus-copy h2 {
  font-size: clamp(2.5rem, 4vw, 3.9rem);
}

.realm-status {
  padding: 32px;
  gap: 22px;
}

.realm-catalog {
  margin-top: 48px;
  gap: 14px;
}

.realm-entry,
.guild-path,
.support-route {
  min-height: 194px;
  padding: 24px;
}

.realm-entry > i,
.guild-path > i,
.support-route > i {
  margin-bottom: 24px;
}

.lore-chapter {
  padding: 28px 0;
  gap: clamp(24px, 4vw, 54px);
}

.lore-chapter > span {
  font-size: 2.15rem;
}

.lore-chapter h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.6rem);
}

.lore-fragment {
  margin-top: 48px;
  padding: 38px clamp(28px, 5vw, 60px);
}

.lore-fragment blockquote {
  font-size: clamp(1.55rem, 2.8vw, 2.55rem);
}

.guild-layout {
  gap: clamp(32px, 6vw, 72px);
}

.guild-steps article {
  padding: 21px 0;
}

.media-feature {
  padding: 18px;
}

.media-caption {
  padding-top: 18px;
}

.media-library {
  margin-top: 42px;
  gap: 14px;
}

.support-grid {
  gap: 14px;
}

.support-route {
  min-height: 220px;
}

.support-faq {
  margin-top: 52px;
}

.support-faq summary {
  min-height: 64px;
}

@media (max-width: 1120px) {
  .home-section,
  .section-content {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-hero {
    min-height: 390px;
    padding: 64px 36px 48px;
  }

  .page-title {
    font-size: clamp(3.3rem, 7vw, 4.55rem);
  }
}

@media (max-width: 840px) {
  html {
    scroll-padding-top: 70px;
  }

  .hero-copy {
    padding-top: 118px;
  }

  .hero-copy h1 {
    font-size: clamp(3.5rem, 10vw, 4.8rem);
  }

  .section-hero {
    min-height: 360px;
    padding: 62px 32px 46px;
  }

  .section-content {
    padding: 60px 0 72px;
  }

  .home-section {
    padding: 72px 0;
  }

  .launcher-download {
    grid-template-columns: 1fr;
  }

  .launcher-download-mark {
    width: 100%;
    height: auto;
    padding: 15px 18px;
    grid-template-columns: auto 1fr;
    place-items: center start;
  }

  .launcher-download-actions,
  .launcher-download-buttons,
  .launcher-download-button {
    width: 100%;
    max-width: 100%;
  }

  .launcher-download-actions {
    grid-column: auto;
  }

  .world-visual {
    min-height: 400px;
  }

  .path-card {
    min-height: 350px;
  }

  .home-final-cta {
    min-height: 320px;
    padding: 44px 38px;
  }
}

@media (max-width: 560px) {
  .hero-copy {
    padding-top: 90px;
  }

  .hero-copy h1 {
    font-size: clamp(2.85rem, 13vw, 3.65rem);
  }

  .hero-lead {
    font-size: 0.8rem;
  }

  .portal-button {
    min-height: 56px;
    font-size: 0.7rem;
  }

  .section-hero {
    min-height: 330px;
    padding: 52px 18px 38px;
  }

  .page-title,
  .page-support .page-title {
    font-size: clamp(2.7rem, 13vw, 3.55rem);
  }

  .page-intro {
    font-size: 0.8rem;
  }

  .section-content {
    width: min(calc(100% - 32px), 1140px);
    padding: 48px 0 60px;
  }

  .content-heading h2,
  .home-section-heading h2,
  .paths-heading h2,
  .transmission-copy h2,
  .home-final-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .home-section {
    padding: 56px 0;
  }

  .launcher-download {
    padding: 24px 18px;
  }

  .launcher-download-buttons {
    grid-template-columns: 1fr;
  }

  .world-visual {
    min-height: 330px;
  }

  .journey-steps li {
    min-height: 240px;
  }

  .path-card {
    min-height: 310px;
  }

  .path-card h3 {
    font-size: 2.4rem;
  }

  .home-final-cta {
    min-height: 290px;
    margin-bottom: 52px;
    padding: 36px 24px;
  }

  .realm-focus-copy,
  .realm-status,
  .realm-entry,
  .guild-path,
  .support-route {
    padding: 20px;
  }

  .support-route {
    min-height: 196px;
  }
}
