@charset "UTF-8";
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/fonts/oswald-medium.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(/fonts/roboto-condensed-regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url(/fonts/roboto-condensed-semibold.ttf) format("truetype");
}
:root {
  color-scheme: dark;
  --bg:#261e17;
  --paper:#e6d3b9;
  --muted:#ac9986;
  --amber:#f2b653;
  --green:#a5c482;
  --line:#776452;
  --display:"Oswald",Impact,"Arial Narrow",sans-serif;
  --body:"Roboto Condensed","Arial Narrow",Arial,sans-serif;
}
.stage-art {
  height: auto;
}
.toast.error {
  border-color: #b87551;
  color: #edb795;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--bg) url(/img/Background.png) center/cover;
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: .6;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 6px;
}
button {
  border: 0;
}
button svg {
  width: 18px;
  height: 18px;
}
svg {
  flex-shrink: 0;
}
[hidden] {
  display: none !important;
}
.shell {
  width: min(1440px, calc(100% - 112px));
  margin-inline: auto;
  position: relative;
}
.landscape {
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: min(78vw, 1010px);
  min-height: 690px;
  background:
    linear-gradient(
      0deg,
      var(--bg) 2%,
      transparent 28%),
    linear-gradient(
      90deg,
      rgba(23, 18, 15, .16),
      transparent 65%),
    url(/img/Header.png) center top/100% auto no-repeat;
  pointer-events: none;
}
.header {
  height: 234px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.brand {
  width: 290px;
  display: block;
  margin-top: 12px;
  transition: filter .3s, transform .3s;
}
.brand:hover {
  filter: brightness(1.12);
  transform: translateY(-2px);
}
.brand img {
  width: 100%;
  height: auto;
  display: block;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 36px;
}
.nav-roadmap {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  letter-spacing: .28em;
  color: #28231e;
  font-weight: 700;
}
.nav-roadmap span {
  width: 65px;
  height: 1px;
  background: currentColor;
  position: relative;
}
.nav-roadmap span:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  left: 0;
  top: -2px;
}
.social-links {
  display: flex;
  align-items: center;
  gap: 13px;
}
.social-link {
  display: grid;
  place-items: center;
  width: 24px;
  height: 32px;
  opacity: .74;
  transition: opacity .2s, transform .2s;
}
.social-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.social-link img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}
.manage-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 4px 8px;
  background: transparent;
  color: #8f7c69;
  font-size: 11px;
  opacity: .62;
  transition: color .2s, opacity .2s;
}
.manage-button:hover {
  color: var(--paper);
  opacity: 1;
}
.manage-button svg {
  width: 14px;
  height: 14px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.language-control {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  background: #211b18d9;
  border: 1px solid #c9b39555;
  border-radius: 3px;
}
.language-control svg {
  width: 18px;
  height: 18px;
}
.language-control select {
  min-height: 44px;
  max-width: 155px;
  padding: 8px 5px;
  border: 0;
  color: var(--paper);
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}
.language-control select.pointer-focus:focus-visible {
  outline: none;
}
.language-control option {
  background: var(--bg);
  color: var(--paper);
}
.eyebrow b {
  font-weight: inherit;
}
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}
.carousel-arrow {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px solid #b3894e66;
  border-radius: 3px;
  background: #241c16b5;
  color: var(--amber);
  font-size: 22px;
}
.carousel-arrow:hover:not(:disabled) {
  background: #493320;
}
.carousel-arrow:disabled {
  cursor: default;
  opacity: .3;
}
.carousel-center {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
}
.carousel-dots {
  display: flex;
}
.carousel-dots button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 28px;
  padding: 0;
  background: transparent;
}
.carousel-dots button::after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8f7c69;
}
.carousel-dots button[aria-current]::after {
  background: var(--amber);
  box-shadow: 0 0 8px #efb65377;
  width: 7px;
  height: 7px;
}
.carousel-hint {
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  margin: 4px 0 0;
}
.intro {
  padding-top: 63px;
  padding-bottom: 76px;
  animation: arrive .85s both;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .18em;
  color: #c8ac89;
  margin: 0 0 20px;
}
.eyebrow > span {
  width: 26px;
  height: 1px;
  background: #b68a53;
}
h1 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(48px, 6.6vw, 100px);
  letter-spacing: .018em;
  line-height: 1.08;
  margin: 0 0 17px;
  color: #ead7bb;
  text-shadow: 0 3px 20px #16110d60;
}
.intro-copy {
  font-size: clamp(17px, 1.6vw, 22px);
  color: #d3c1a9;
  margin: 0;
  line-height: 1.5;
  letter-spacing: .01em;
}
.mobile-break {
  display: none;
}
.current-summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  color: #efbc6b;
  background: #241c16b5;
  border: 1px solid #b3894e55;
  border-radius: 3px;
  padding: 9px 14px;
  font-size: 14px;
  transition: background .25s, border-color .25s;
}
.current-summary:hover {
  background: #372619;
  border-color: #dba455;
}
.live-dot {
  height: 7px;
  width: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 11px #efb653aa;
  animation: live 3s ease-in-out infinite;
}
.summary-arrow {
  margin-left: 12px;
  font-size: 18px;
}
.roadmap-section {
  padding-top: 12px;
  scroll-margin-top: 30px;
}
.roadmap-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 30px;
  font-size: 12px;
  letter-spacing: .16em;
  color: #a18a73;
}
.roadmap-heading > span:last-child {
  letter-spacing: .04em;
  color: #bca58a;
}
.roadmap {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  position: relative;
}
.stage {
  --stage-color:var(--muted);
  appearance: none;
  text-align: center;
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  padding: 0 12px 20px;
  transition: background .3s;
  isolation: isolate;
}
.stage:after {
  content: "";
  position: absolute;
  top: 164px;
  bottom: 22px;
  right: 0;
  width: 1px;
  background:
    linear-gradient(
      transparent,
      #c4a17c28 8%,
      #c4a17c28 90%,
      transparent);
}
.stage:last-child:after {
  display: none;
}
.stage[data-status=done] {
  --stage-color:var(--green);
}
.stage[data-status=current] {
  --stage-color:var(--amber);
  background:
    linear-gradient(
      0deg,
      #9d641209,
      transparent);
}
.stage:hover {
  background:
    linear-gradient(
      0deg,
      #b3874314,
      transparent);
}
.stage-art {
  width: min(100%, 133px);
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), filter .4s;
  filter: drop-shadow(0 5px 10px #0003);
}
.stage[data-status=upcoming] .stage-art {
  opacity: .72;
}
.stage:hover .stage-art {
  transform: translateY(-8px) scale(1.055);
  filter: brightness(1.12) drop-shadow(0 5px 14px #0005);
}
.stage[data-status=current] .stage-art {
  animation: float 5s ease-in-out infinite;
}
.rail {
  height: 38px;
  width: calc(100% + 24px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 6px 0 15px;
}
.rail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--stage-color);
  opacity: .7;
}
.stage:first-child .rail:before {
  mask-image:
    linear-gradient(
      90deg,
      transparent,
      #000 25%);
}
.stage:last-child .rail:before {
  mask-image:
    linear-gradient(
      90deg,
      #000 75%,
      transparent);
}
.stage[data-status=current] .rail:before {
  background:
    linear-gradient(
      90deg,
      var(--green),
      var(--amber) 50%,
      var(--muted));
}
.rail-dot {
  position: relative;
  width: 17px;
  height: 17px;
  display: block;
  border: 3px solid #756c5f;
  border-radius: 50%;
  background: #918271;
  box-shadow: 0 0 0 4px var(--bg);
}
.stage[data-status=done] .rail-dot {
  background: #b9d996;
  border-color: #83a463;
  box-shadow: 0 0 0 4px var(--bg), 0 0 16px #c4f39344;
}
.stage[data-status=current] .rail-dot {
  width: 21px;
  height: 21px;
  border: 3px solid var(--amber);
  background: #e9a53e;
  box-shadow:
    inset 0 0 0 3px #6a471e,
    0 0 0 4px var(--bg),
    0 0 18px #ffb43d77;
}
.rail-dot:after {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: var(--stage-color);
  left: 50%;
  top: 17px;
}
.stage-id {
  font-family: var(--display);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  color: var(--stage-color);
  margin-bottom: 9px;
  letter-spacing: .015em;
}
.stage-name {
  font-family: var(--display);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.42;
  text-transform: uppercase;
  color: var(--stage-color);
  min-height: 52px;
  max-width: 150px;
  margin-bottom: 15px;
  letter-spacing: .025em;
}
.stage-copy {
  color: #c0b09c;
  font-size: 15px;
  line-height: 1.5;
  max-width: 146px;
  min-height: 91px;
  display: block;
}
.stage-status {
  margin-top: 21px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-icon {
  font-family: Arial, sans-serif;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.status-icon.done {
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      #b8d996,
      #87a568);
  color: #223119;
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 1px 6px #0002;
}
.status-icon.current {
  border-radius: 50%;
  border: 2px solid var(--amber);
  position: relative;
}
.status-icon.current:after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--amber);
}
.stage[data-status=current] .stage-status .current {
  box-shadow: 0 0 15px #edac3022;
  animation: live 3s infinite;
}
.status-lock,
.legend-lock {
  width: 24px;
  height: 24px;
  color: #a3907b;
}
.roadmap-bottom {
  border-top: 1px solid #a8875e33;
  margin-top: 34px;
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
.legend {
  display: flex;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}
.legend > span {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #bba58c;
  font-size: 14px;
}
.interaction-hint {
  font-size: 12px;
  letter-spacing: .02em;
  color: #8f7c69;
  margin: 0;
}
.interaction-hint span {
  color: #b59a79;
  padding-left: 5px;
}
.journey-note {
  display: flex;
  justify-content: center;
  gap: 27px;
  align-items: center;
  text-align: center;
  padding: 60px 0 25px;
}
.journey-note p {
  font-size: 17px;
  color: #b69a7a;
  line-height: 1.6;
  letter-spacing: .04em;
  margin: 0;
}
.note-rule {
  width: 48px;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      #a67b4766);
}
.note-rule:last-child {
  transform: rotate(180deg);
}
.footer {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 32px;
}
.footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 530px;
  background:
    linear-gradient(
      0deg,
      transparent 45%,
      var(--bg) 82%),
    url(/img/Footer.png) center bottom/cover no-repeat;
  pointer-events: none;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  letter-spacing: .23em;
  color: #af8c64;
}
.footer-inner b {
  font-weight: 400;
  margin: 0 12px;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-right i {
  width: 52px;
  height: 1px;
  background: #af8c64;
  order: -1;
}
.embers {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 520px;
  overflow: hidden;
  pointer-events: none;
  opacity: .65;
}
.embers i {
  position: absolute;
  bottom: 0;
  left: 14%;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #eec392;
  box-shadow: 0 0 5px #f7b75a;
  animation: drift 13s linear infinite;
}
.embers i:nth-child(2) {
  left: 28%;
  animation-delay: -9s;
  animation-duration: 17s;
}
.embers i:nth-child(3) {
  left: 54%;
  animation-delay: -3s;
  animation-duration: 18s;
}
.embers i:nth-child(4) {
  left: 81%;
  animation-delay: -7s;
  animation-duration: 15s;
}
.embers i:nth-child(5) {
  left: 68%;
  animation-delay: -2s;
  animation-duration: 20s;
}
.embers i:nth-child(6) {
  left: 36%;
  animation-delay: -11s;
  animation-duration: 16s;
}
.dialog {
  color: var(--paper);
  border: 1px solid #806545;
  background:
    radial-gradient(
      ellipse at top right,
      #65462735,
      transparent 70%),
    #251f19;
  border-radius: 7px;
  width: min(520px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  padding: 40px;
  box-shadow: 0 30px 100px #0009;
  overflow: auto;
}
.dialog[open] {
  animation: dialog-in .25s ease-out;
}
.dialog::backdrop {
  background: #110e0bc9;
  backdrop-filter: blur(7px);
}
.close-button {
  background: transparent;
  color: #bca78d;
  position: absolute;
  top: 10px;
  right: 13px;
  font-family: Arial, sans-serif;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 1;
}
.close-button:hover {
  color: var(--amber);
}
.dialog h2 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 1.18;
  font-size: 36px;
  letter-spacing: .025em;
  text-transform: uppercase;
  margin: 0 0 17px;
}
.dialog .eyebrow {
  color: var(--amber);
  margin-bottom: 14px;
}
.dialog-description {
  color: #bcaa93;
  line-height: 1.65;
  margin: 0 0 25px;
}
.dialog label {
  display: block;
  font-size: 14px;
  margin: 0 0 9px;
  color: #d5c3aa;
}
.dialog input,
.dialog select {
  width: 100%;
  padding: 13px;
  border: 1px solid #735d43;
  background: #181511;
  color: #e6d3b9;
  border-radius: 3px;
  min-height: 49px;
}
.dialog select {
  font-size: 15px;
}
.primary-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #e6ae54;
  color: #251b10;
  font-weight: 600;
  padding: 14px 18px;
  border: 1px solid #efbf6b;
  border-radius: 3px;
  min-height: 50px;
  transition: background .2s;
}
.primary-button:hover {
  background: #f2bf70;
}
.primary-button span {
  font-size: 21px;
  line-height: 1;
}
.form-message {
  color: #edb795;
  font-size: 14px;
  min-height: 0;
  margin: 15px 0;
}
.form-message:empty {
  display: none;
}
.logout-button {
  display: block;
  margin: 19px auto 0;
  padding: 4px 12px;
  background: transparent;
  color: #ac9780;
  font-size: 14px;
}
.logout-button:hover {
  color: var(--paper);
}
.save-note {
  font-size: 13px;
  color: #af9c86;
  margin: 16px 0 21px;
}
.editor-preview {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #ad7d2d0b;
  border: 1px solid #aa805731;
  border-radius: 3px;
  padding: 12px 15px;
  margin-top: 18px;
  min-height: 90px;
}
.editor-preview img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}
.editor-preview strong {
  font-weight: 500;
  color: var(--amber);
  font-size: 16px;
}
.editor-preview small {
  display: block;
  color: #ab9579;
  font-size: 13px;
  margin-top: 4px;
}
.detail-top {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-right: 15px;
  margin-bottom: 25px;
}
.detail-top img {
  width: 104px;
  height: 104px;
}
.detail-kicker {
  font-size: 14px;
  letter-spacing: .13em;
  color: var(--amber);
  margin-bottom: 8px;
}
.detail-top h2 {
  font-size: 29px;
  margin: 0;
}
.detail-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 9px;
  color: #baa78d;
  font-size: 14px;
}
.detail-description {
  color: #c0ad95;
  line-height: 1.65;
}
.detail-list {
  list-style: none;
  padding: 18px 0;
  margin: 0;
  border-top: 1px solid #a8875e33;
  display: grid;
  gap: 13px;
}
.detail-list li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15px;
  color: #d4c0a5;
}
.detail-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #a7824c;
  flex-shrink: 0;
}
.detail-nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #a8875e33;
  padding-top: 19px;
  margin-top: 9px;
}
.detail-nav button {
  background: transparent;
  color: #c2a278;
  font-size: 14px;
  min-height: 40px;
  padding: 4px;
}
.detail-nav button:hover {
  color: var(--amber);
}
.detail-nav button:disabled {
  opacity: .25;
  cursor: default;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 15px);
  background: #29241b;
  border: 1px solid #94aa6c;
  color: #d5e3bd;
  box-shadow: 0 8px 36px #0006;
  padding: 13px 23px;
  max-width: calc(100% - 32px);
  width: max-content;
  border-radius: 4px;
  font-size: 14px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity .25s,
    transform .25s,
    visibility .25s;
}
.toast.visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.load-error {
  border: 1px solid #a0784c;
  background: #241b13;
  padding: 14px;
  color: #d9b98e;
  font-size: 14px;
}
.load-error button {
  background: transparent;
  color: #fac57a;
  text-decoration: underline;
  padding: 6px;
}
.skip-link {
  position: fixed;
  z-index: 10;
  top: 10px;
  left: 10px;
  background: #e6ae54;
  color: #21190f;
  padding: 10px 15px;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: translateY(0);
}
.noscript {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #261e17;
  padding: 20px;
  text-align: center;
}
.stage.unknown .rail-dot {
  opacity: .4;
}
.stage:focus-visible {
  outline-offset: -2px;
  border-radius: 4px;
}
.dialog-open {
  overflow: hidden;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes live {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .6;
  }
}
@keyframes drift {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  15% {
    opacity: .8;
  }
  85% {
    opacity: .35;
  }
  100% {
    transform: translate(110px, -480px);
    opacity: 0;
  }
}
@keyframes dialog-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (min-width: 1700px) {
  .intro {
    padding-top: 95px;
    padding-bottom: 102px;
  }
  .header {
    height: 255px;
  }
  .landscape {
    height: 1070px;
  }
  .stage-art {
    width: 145px;
  }
  .stage-name {
    font-size: 19px;
  }
  .stage-copy {
    font-size: 16px;
  }
}
@media (max-width: 1150px) {
  .shell {
    width: calc(100% - 64px);
  }
  .header {
    height: 192px;
  }
  .brand {
    width: 240px;
  }
  .intro {
    padding-top: 47px;
    padding-bottom: 56px;
  }
  .landscape {
    background-size:
      auto,
      auto,
      auto 740px;
    height: 800px;
  }
  .stage {
    padding-inline: 7px;
  }
  .rail {
    width: calc(100% + 14px);
  }
  .stage-name {
    font-size: 16px;
    min-height: 68px;
  }
  .stage-copy {
    font-size: 14px;
    min-height: 112px;
  }
  .stage-art {
    width: 112px;
    max-width: 110%;
  }
  .stage:after {
    top: 150px;
  }
  .navigation {
    gap: 22px;
  }
  .nav-roadmap span {
    width: 40px;
  }
}
@media (max-width: 850px) {
  .shell {
    width: calc(100% - 48px);
  }
  .header {
    height: 176px;
  }
  .brand {
    width: 215px;
  }
  .navigation {
    padding-top: 26px;
  }
  .nav-roadmap {
    display: none;
  }
  .intro {
    padding-top: 35px;
    padding-bottom: 47px;
  }
  h1 {
    font-size: 64px;
  }
  .landscape {
    background-position:
      center,
      center,
      59% top;
    min-height: 650px;
    background-size:
      auto,
      auto,
      auto 640px;
  }
  .roadmap-heading {
    margin-bottom: 22px;
  }
  .stage-art {
    width: 118px;
    max-width: 100%;
  }
  .stage-name {
    font-size: 18px;
    min-height: 52px;
  }
  .stage-copy {
    font-size: 15px;
    min-height: 92px;
  }
  .stage:after {
    top: 154px;
  }
  .rail {
    margin-bottom: 13px;
  }
  .stage-status {
    margin-top: 17px;
  }
  .roadmap-bottom {
    margin-top: 24px;
  }
  .footer-inner {
    font-size: 10px;
    letter-spacing: .17em;
  }
  .footer-right i {
    display: none;
  }
  .footer {
    min-height: 170px;
  }
  .journey-note {
    padding-top: 47px;
  }
}
@media (max-width: 520px) {
  .shell {
    width: calc(100% - 36px);
  }
  .header {
    height: 149px;
  }
  .brand {
    width: 181px;
    margin-top: 5px;
    margin-left: -4px;
  }
  .navigation {
    padding-top: 21px;
  }
  .landscape {
    height: 660px;
    background-position:
      center,
      center,
      62% top;
    background-size:
      auto,
      auto,
      auto 550px;
  }
  .intro {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: .13em;
    gap: 8px;
    margin-bottom: 16px;
  }
  .eyebrow > span {
    width: 18px;
  }
  h1 {
    font-size: clamp(35px, 9.1vw, 48px);
    margin-bottom: 14px;
    letter-spacing: .015em;
  }
  .intro-copy {
    font-size: 17px;
    line-height: 1.6;
  }
  .mobile-break {
    display: block;
  }
  .current-summary {
    font-size: 12px;
    gap: 8px;
    margin-top: 23px;
    padding: 9px 10px;
    max-width: 100%;
  }
  .summary-arrow {
    margin-left: 3px;
  }
  .roadmap-heading {
    font-size: 10px;
    letter-spacing: .11em;
    align-items: flex-start;
    gap: 8px;
  }
  .roadmap-heading > span:last-child {
    text-align: right;
    max-width: 130px;
    font-size: 11px;
  }
  .stage {
    padding: 0 14px 16px;
  }
  .stage-art {
    width: 125px;
  }
  .rail {
    width: calc(100% + 28px);
    margin-top: 0;
  }
  .stage:after {
    top: 155px;
    bottom: 13px;
  }
  .stage-id {
    font-size: 28px;
    margin-bottom: 7px;
  }
  .stage-name {
    font-size: 19px;
    min-height: 55px;
    max-width: 155px;
    margin-bottom: 10px;
  }
  .stage-copy {
    font-size: 15px;
    min-height: 92px;
    max-width: 155px;
  }
  .stage-status {
    margin-top: 16px;
  }
  .legend {
    gap: 16px 22px;
    justify-content: flex-start;
    max-width: 310px;
  }
  .legend > span {
    font-size: 13px;
    gap: 9px;
  }
  .legend .status-icon,
  .legend-lock {
    width: 20px;
    height: 20px;
  }
  .interaction-hint {
    font-size: 11px;
    text-align: center;
  }
  .journey-note {
    gap: 18px;
    padding: 41px 0 10px;
  }
  .journey-note p {
    font-size: 15px;
  }
  .note-rule {
    width: 29px;
  }
  .footer {
    min-height: 170px;
    padding-bottom: 25px;
  }
  .footer:before {
    height: 340px;
    background-size: auto, auto 470px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 13px;
    font-size: 9px;
    letter-spacing: .2em;
  }
  .footer-inner b {
    margin-inline: 7px;
  }
  .dialog {
    padding: 35px 24px 25px;
  }
  .dialog h2 {
    font-size: 29px;
  }
  .dialog .eyebrow {
    font-size: 11px;
  }
  .dialog-description {
    font-size: 15px;
  }
  .detail-top {
    gap: 15px;
  }
  .detail-top img {
    width: 78px;
    height: 78px;
  }
  .detail-top h2 {
    font-size: 24px;
  }
  .detail-status {
    font-size: 12px;
  }
  .detail-list li {
    font-size: 14px;
  }
  .detail-nav button {
    font-size: 13px;
  }
  .dialog select {
    font-size: 14px;
  }
  .editor-preview {
    padding: 10px;
  }
  .editor-preview img {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 1150px) {
  .roadmap {
    --carousel-card-width: clamp(220px, 32vw, 300px);
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: var(--carousel-card-width);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 12px max(0px, calc((100% - var(--carousel-card-width)) / 2)) 6px;
  }
  .roadmap::-webkit-scrollbar {
    display: none;
  }
  .stage {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    padding: 0 22px 20px;
  }
  .stage-art {
    width: 154px;
  }
  .stage-name {
    font-size: 21px;
    min-height: 60px;
    max-width: 230px;
  }
  .stage-copy {
    font-size: 16px;
    min-height: 76px;
    max-width: 225px;
  }
  .stage:after {
    top: 195px;
  }
  .rail {
    width: calc(100% + 44px);
    margin-top: 6px;
  }
}
@media (max-width: 520px) {
  .roadmap {
    --carousel-card-width: min(78vw, 320px);
  }
  .language-control {
    gap: 4px;
    padding-left: 7px;
  }
  .language-control select {
    max-width: 122px;
    font-size: 12px;
  }
  .brand {
    width: min(181px, 43vw);
    flex-shrink: 1;
  }
  .navigation {
    width: 145px;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px 9px;
    flex-shrink: 0;
  }
  .language-control {
    order: 1;
  }
  .social-links {
    order: 2;
    gap: 10px;
    margin-right: 5px;
  }
  .social-link {
    width: 22px;
    height: 26px;
  }
  .social-link img {
    width: 19px;
    height: 19px;
  }
  .carousel-controls {
    gap: 8px;
  }
  .carousel-dots button {
    width: 24px;
  }
  .footer-right {
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .embers {
    display: none;
  }
}
