/* Nautical theme, responsive layouts, and interaction states. */
@font-face {
  font-family: GengluTitle;
  src: url('assets/fonts/title.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

img {
  height: auto;
}

:root {
  --navy: #071e2a;
  --deep: #06151f;
  --ocean: #133e50;
  --gold: #debd7b;
  --gold-bright: #f6dda4;
  --paper: #f3e8d2;
  --ink: #403726;
  --muted: #b7c4c5;
  --stroke: rgba(222,189,123,.36);
  --serif: GengluTitle,'STKaiti','KaiTi',serif;
  --body: 'Microsoft YaHei','PingFang SC',sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: 0;
  background: var(--navy);
  scrollbar-color: #967d52 var(--deep);
  scrollbar-width: thin;
}

body {
  margin: 0;
  color: var(--paper);
  font-family: var(--body);
  font-size: 15px;
  background: var(--navy);
}

body.dialog-open {
  overflow: hidden;
}

body:has(.menu-toggle[aria-expanded=true]) {
  overflow: hidden;
}

button,a {
  -webkit-tap-highlight-color: transparent;
}

button,input,select {
  font: inherit;
}

button {
  cursor: pointer;
  color: inherit;
}

button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

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

button {
  border: 0;
  background: none;
}

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

video {
  display: block;
}

button,figure,h1,h2,h3,p,blockquote {
  margin: 0;
}

button {
  padding: 0;
}

a,button {
  touch-action: manipulation;
}

button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 6px;
}
.culture :focus-visible {
  outline-color: #7a5624;
}

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.svg-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.reversed {
  transform: rotate(180deg);
}

[hidden] {
  display: none!important;
}

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

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 10px 20px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-bottom: 1px solid rgba(222,189,123,.17);
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
}

.brand-mark {
  width: 34px;
  height: 34px;
  stroke-width: 1.15;
}

.brand-caption {
  margin-left: 26px;
  padding-left: 24px;
  border-left: 1px solid var(--stroke);
  font-size: 12px;
  color: #b6c7ca;
}

.topbar-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.about-link {
  font-size: 13px;
  color: #cfdbdc;
}

.about-link:hover {
  color: var(--gold-bright);
}

.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  transition: color .2s,background .2s;
}

.icon-button:hover {
  color: var(--gold-bright);
  background: rgba(222,189,123,.08);
}

.menu-toggle {
  display: none;
}

.section-nav {
  position: fixed;
  z-index: 35;
  top: 50%;
  left: 25px;
  width: 130px;
  transform: translateY(-44%);
  display: flex;
  align-items: center;
  flex-direction: column;
  isolation: isolate;
}

.section-nav:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(transparent,var(--gold),var(--gold),transparent);
  opacity: .45;
  z-index: -1;
}

.nav-compass {
  width: 53px;
  height: 53px;
  color: var(--gold);
  stroke-width: 1;
}

.section-nav a {
  position: relative;
  width: 128px;
  text-align: center;
  font-size: 14px;
  color: var(--gold-bright);
  clip-path: polygon(9px 0,calc(100% - 9px) 0,100% 50%,calc(100% - 9px) 100%,9px 100%,0 50%);
  transition: color .25s,background .25s;
}

.section-nav a:before {
  position: absolute;
  content: '';
  border-block: 1px solid var(--stroke);
  pointer-events: none;
}

.section-nav a.active,.section-nav a:hover {
  background: var(--gold);
  color: var(--deep);
}

.section-nav a.active:before,.section-nav a:hover:before {
  border-color: #a57d3b;
}

.section-nav a:focus-visible {
  clip-path: none;
}

.nav-end {
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  margin-top: 3px;
}

.panel {
  position: relative;
  min-height: max(720px,100svh);
  scroll-snap-align: start;
  overflow: clip;
}

.section-inner {
  position: relative;
  z-index: 2;
  width: min(1160px,calc(100% - 310px));
  margin-left: max(190px,calc((100% - 1160px)/2 + 50px));
  padding: 96px 0 70px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 26px;
  max-width: 570px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--gold-bright);
}

.section-heading p {
  grid-column: 1/-1;
  color: #bdcaca;
  margin-top: 8px;
}

.heading-line {
  height: 1px;
  background: linear-gradient(90deg,transparent,var(--gold));
  position: relative;
}

.heading-line:after {
  position: absolute;
  right: 0;
  top: -3px;
  width: 6px;
  height: 6px;
  content: '';
  border: 1px solid var(--gold);
  transform: rotate(45deg);
}

.heading-line:nth-of-type(2) {
  transform: rotate(180deg);
}

.section-next {
  position: absolute;
  z-index: 3;
  left: calc(50% + 45px);
  color: var(--gold);
  min-width: 44px;
  min-height: 40px;
  text-align: center;
}

.section-next:hover {
  color: var(--paper);
}

.hero-poster,.hero-video,.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-poster,.hero-video {
  object-position: center;
}

.hero-video {
  opacity: 0;
  transition: opacity 1s;
}

.hero-video.ready {
  opacity: 1;
}

.hero-credit {
  position: absolute;
  bottom: 28px;
  left: 38px;
  font-size: 11px;
  color: #bfcccd;
  letter-spacing: .06em;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  letter-spacing: .18em;
  color: #e0d3b7;
  line-height: 1.5;
  gap: 6px;
}

.scroll-cue .icon {
  width: 19px;
  height: 19px;
}

.panel-position {
  position: absolute;
  bottom: 27px;
  right: 42px;
  font-family: Georgia,serif;
  font-size: 18px;
  color: var(--gold);
  letter-spacing: .12em;
}

.panel-position i {
  font-style: normal;
  padding: 0 9px;
  color: #74939b;
  font-size: 14px;
}

.culture {
  color: var(--ink);
  isolation: isolate;
}

.culture:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,rgba(243,232,210,.9),rgba(243,232,210,.98)),url('assets/images/manuscript.jpg') center/cover;
  z-index: -1;
}

.culture .section-heading h2 {
  color: #765124;
}

.culture .section-heading p {
  color: #756449;
}

.culture .heading-line {
  background: linear-gradient(90deg,transparent,#b09664);
}

.culture .heading-line:after {
  border-color: #b09664;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--gold-bright);
  line-height: 1.8;
  min-height: 40px;
  text-decoration: underline;
  transition: gap .25s var(--ease);
}

.text-link .icon {
  width: 19px;
  height: 19px;
}

.culture .section-next {
  color: #967644;
}

.experience {
  background: #0c3445;
}

.experience-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(4,30,44,.88),rgba(4,24,36,.96)),url('assets/images/game-deck.jpg') center/cover;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  background: linear-gradient(110deg,#d9b779,#f2dba7);
  color: #3c2d1c;
  font-weight: 500;
  transition: filter .2s;
}

.gold-button:hover {
  filter: brightness(1.08);
}

.gold-button .icon {
  width: 19px;
  height: 19px;
}

.subtle-button {
  display: block;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.subtle-button:hover {
  color: var(--gold-bright);
}

.stories {
  background: radial-gradient(ellipse at 75% 45%,#194350,transparent 70%),#081f2c;
}

.screen-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(5,25,35,.55);
  color: var(--gold-bright);
  transition: background .2s,scale .2s;
}

.screen-play .icon {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}

.heritage {
  color: var(--ink);
}

.heritage:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg,rgba(239,226,200,.97),rgba(239,226,200,.91)),url('assets/images/manuscript.jpg') center/cover;
}

.heritage .section-heading h2 {
  color: #765124;
}

.heritage .section-heading p {
  color: #786a52;
}

.heritage .section-inner {
  padding-bottom: 92px;
}

.heritage-layout {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 45px;
  align-items: center;
}

.heritage-copy h3 {
  font-family: var(--serif);
  font-weight: 400;
  color: #775327;
  margin-bottom: 17px;
}

.heritage-copy .text-link {
  color: #765124;
  display: flex;
  width: max-content;
  margin: 20px 0 16px;
  text-decoration-color: #bca070;
}

.heritage-copy .media-type {
  border-color: #b9a786;
}

.project-note {
  display: flex;
  align-items: center;
  gap: 19px;
  border-top: 1px solid #c8b593;
}

.project-note>.icon {
  width: 35px;
  height: 35px;
  color: #967343;
  stroke-width: 1;
}

.project-note h3 {
  color: #78572e;
  margin-bottom: 5px;
}

.project-note p {
  line-height: 1.9;
  max-width: 67ch;
}

.back-home {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 11px;
  color: #896b40;
  display: flex;
  align-items: center;
  gap: 9px;
}

.back-home .icon {
  width: 17px;
  height: 17px;
}

.heritage footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  min-height: 53px;
  background: #081d28;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 13px 34px 13px 192px;
  line-height: 1.7;
}

.mascot-guide {
  position: fixed;
  z-index: 45;
  right: 17px;
  bottom: 65px;
}

.mascot-button {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 109px;
  isolation: isolate;
}

.mascot-button img {
  width: 96px;
  height: 128px;
  object-fit: contain;
  filter: drop-shadow(0 9px 7px rgba(0,0,0,.23));
  animation: mascot-float 4s ease-in-out infinite;
  transform-origin: bottom;
}

.mascot-button>span {
  font-size: 10px;
  line-height: 2;
  color: var(--gold-bright);
  border: 1px solid var(--stroke);
  white-space: nowrap;
  margin-top: 2px;
}

.mascot-button:hover img {
  animation-play-state: paused;
}

.mascot-menu {
  position: absolute;
  color: var(--paper);
  border: 1px solid var(--stroke);
  box-shadow: 0 12px 40px rgba(0,0,0,.22);
}

.mascot-menu p {
  line-height: 1.8;
  color: var(--gold-bright);
  margin-bottom: 12px;
}

.mascot-menu a,.mascot-menu button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #c2d0d3;
  border-top: 1px solid rgba(222,189,123,.16);
}

.mascot-menu .icon {
  width: 15px;
  height: 15px;
}

.mascot-menu a:hover,.mascot-menu button:hover {
  color: var(--gold-bright);
}

.noscript-note {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px;
  background: var(--paper);
  color: var(--ink);
  font-size: 13px;
  text-align: center;
}

@keyframes mascot-float {
  0%,100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@media(min-width:1600px) {
  .section-inner {
    padding-top: 115px;
  }

  .section-nav {
    left: 42px;
    width: 148px;
  }

  .section-nav a {
    width: 146px;
  }

  .mascot-guide {
    right: 30px;
    bottom: 85px;
  }

  .mascot-button {
    width: 127px;
  }

  .mascot-button img {
    width: 118px;
    height: 155px;
  }

  .heritage-layout {
    gap: 70px;
  }
}

@media(max-width:1100px) {
  .section-nav {
    left: 12px;
    width: 104px;
  }

  .section-nav a {
    width: 102px;
    font-size: 12px;
  }

  .nav-compass {
    width: 42px;
    height: 42px;
  }

  .section-inner {
    width: calc(100% - 240px);
    margin-left: 145px;
  }

  .heritage-layout {
    gap: 28px;
    grid-template-columns: 1.45fr 1fr;
  }

  .heritage footer {
    padding-left: 145px;
  }

  .mascot-button {
    width: 86px;
  }

  .mascot-button img {
    width: 78px;
    height: 104px;
  }

  .mascot-button>span {
    font-size: 9px;
    padding-inline: 8px;
  }

  .mascot-guide {
    right: 10px;
  }

  .back-home {
    display: none;
  }
}

@media(max-width:800px) {
  html {
    scroll-snap-type: none;
    scroll-padding-top: 60px;
  }

  .topbar {
    height: 60px;
    padding: 0 18px;
  }

  .brand {
    font-size: 23px;
    gap: 8px;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .brand-caption {
    display: none;
  }

  .about-link {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .section-nav {
    display: none;
    position: fixed;
    inset: 60px 0 auto;
    transform: none;
    width: 100%;
    background: #0c2939;
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
  }

  .section-nav.open {
    display: flex;
  }

  .section-nav:before,.nav-compass,.nav-end {
    display: none;
  }

  .section-nav a {
    width: 100%;
    max-width: 400px;
  }

  .panel {
    min-height: 0;
  }

  .section-inner {
    width: auto;
    margin: 0;
  }

  .section-heading {
    max-width: 440px;
    column-gap: 18px;
  }

  .section-heading p {
    margin-top: 8px;
  }

  .hero-credit {
    bottom: 23px;
    left: 18px;
    font-size: 9px;
    max-width: 110px;
    line-height: 1.7;
  }

  .panel-position {
    right: 20px;
    bottom: 28px;
    font-size: 15px;
  }

  .culture .text-link {
    font-size: 11px;
  }

  .section-next {
    display: none;
  }

  .heritage-layout {
    gap: 26px;
    grid-template-columns: 1.4fr 1fr;
  }

  .heritage-copy .text-link {
    margin: 14px 0 8px;
  }

  .heritage footer {
    position: relative;
    padding: 18px 25px;
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mascot-guide {
    right: 8px;
  }

  .mascot-button {
    width: 76px;
  }

  .mascot-button img {
    width: 66px;
    height: 88px;
  }

  .mascot-button>span {
    padding-inline: 6px;
  }

}

@media(max-width:560px) {

  .hero-poster,.hero-video {
    object-position: 43% center;
  }

  .hero-credit {
    bottom: 21px;
    max-width: 94px;
    font-size: 8px;
  }

  .scroll-cue {
    font-size: 10px;
    bottom: 15px;
  }

  .subtle-button {
    margin: 8px auto 0;
  }

  .heritage-copy h3 br {
    display: none;
  }

  .heritage-copy .text-link {
    margin-top: 17px;
  }

  .heritage-copy .media-type {
    margin-top: 5px;
  }

  .project-note {
    align-items: flex-start;
    gap: 13px;
  }

  .project-note>.icon {
    width: 28px;
    height: 28px;
    margin-top: 5px;
  }

  .mascot-button>span {
    line-height: 2;
    padding-inline: 5px;
  }

  .heritage footer {
    padding-right: 87px;
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-video {
    display: none;
  }

  .mascot-button img {
    animation: none;
  }

  *,*:before,*:after {
    transition-duration: .01ms!important;
    animation-duration: .01ms!important;
    animation-iteration-count: 1!important;
  }

}

.mascot-button .compact-icon {
  display: none;
}

.mascot-minimize {
  position: absolute;
  width: 36px;
  height: 36px;
  color: var(--gold-bright);
  display: grid;
  place-items: center;
}

.mascot-minimize .icon {
  background: #183440;
  border: 1px solid var(--stroke);
  border-radius: 50%;
}

.mascot-guide.compact .mascot-button {
  width: 44px;
  height: 44px;
  background: #102b38;
  border: 1px solid var(--stroke);
  border-radius: 50%;
  color: var(--gold);
}

.mascot-guide.compact .compact-icon {
  display: block;
  width: 29px;
  height: 29px;
  margin: auto;
}

.mascot-guide.compact .mascot-button img,.mascot-guide.compact .mascot-button>span,.mascot-guide.compact .mascot-minimize {
  display: none;
}

@media(min-width:801px) and (max-height:820px) {
  .section-inner {
    padding-top: 84px;
    padding-bottom: 52px;
  }

  .stories .section-inner {
    padding-bottom: 48px;
  }
}

@media(max-width:560px) {
  .panel-position {
    display: none;
  }
}

:root {
  --ease: cubic-bezier(.22,.75,.2,1);
}

html {
  scrollbar-gutter: stable;
}

body {
  line-height: 1.85;
}

h1,h2,h3 {
  text-wrap: balance;
}

button:active:not(:disabled),.gold-button:active {
  filter: brightness(.94);
}

.topbar {
  background: rgba(5,24,34,.88);
  backdrop-filter: blur(16px);
  transition: background .35s,border-color .35s;
}

.brand,.brand-caption,.about-link {
  transition: color .3s;
}

.topbar-actions {
  gap: 20px;
}

.brand-caption {
  letter-spacing: .14em;
}

.section-nav {
  gap: 17px;
}

.section-nav a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-inline: 16px;
  letter-spacing: .09em;
  min-height: 42px;
  line-height: 1.4;
  background: rgba(9,34,46,.92);
}

.section-nav a small {
  font: 10px Georgia,serif;
  letter-spacing: .02em;
  opacity: .65;
}

.section-nav a:before {
  inset: 3px 10px;
  border-color: rgba(222,189,123,.4);
}

.section-nav a.active {
  background: linear-gradient(105deg,#d2af6b,#ead19c);
  color: #392d1d;
}

.section-nav a:hover small,.section-nav a.active small {
  opacity: 1;
}

.nav-compass {
  margin-bottom: 8px;
}

.nav-end {
  background: var(--gold);
}

body[data-surface=paper] .topbar {
  background: rgba(245,237,221,.93);
  border-bottom-color: #ccba9866;
}

body[data-surface=paper] .brand {
  color: #75572d;
}

body[data-surface=paper] .brand-caption,body[data-surface=paper] .topbar-actions {
  color: #706550;
}

body[data-surface=paper] .about-link {
  color: #665840;
}

body[data-surface=paper] .topbar .icon-button:hover {
  color: #775024;
  background: #c7ad7930;
}

.navigation-shade {
  position: fixed;
  inset: 60px 0 0;
  z-index: 30;
  background: rgba(3,17,26,.5);
  backdrop-filter: blur(5px);
}

.launch-button,.gold-button {
  position: relative;
  box-shadow: inset 0 0 0 1px #fff0c754,inset 0 -3px 0 #a27b3633;
  transition: filter .2s,box-shadow .2s;
}

.launch-button:hover,.gold-button:hover {
  box-shadow: inset 0 0 0 1px #fff0c780,inset 0 -3px 0 #a27b3633,0 5px 20px #dbb36916;
}

.launch-arrow,.gold-button>.icon {
  transition: transform .25s var(--ease);
}

.launch-button:hover .launch-arrow,.gold-button:hover>.icon:last-child {
  transform: translateX(3px);
}

.section-heading h2 {
  font-size: 52px;
  line-height: 1.25;
  letter-spacing: .1em;
}

.section-heading p {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: .16em;
}

.section-heading {
  width: min(570px,100%);
  margin-bottom: 42px;
}

.section-next {
  bottom: 23px;
  transition: transform .25s,color .25s;
}

.section-next:hover {
  transform: translateY(4px);
}

.culture {
  background: #f3ead8;
}

.culture:before,.heritage:before {
  background: radial-gradient(ellipse at 19% 43%,#fff9e860,transparent 60%),linear-gradient(115deg,#c8ae7d13,transparent 45%,#c8ae7d0e);
}

.text-link {
  gap: 14px;
  font-size: 13px;
  text-decoration-thickness: 1px;
  text-decoration-color: #b899634f;
  text-underline-offset: 8px;
}

.text-link:hover {
  gap: 20px;
}

.culture .text-link {
  color: #73502a;
  text-decoration-color: #ae92685c;
}

.culture :focus-visible,.heritage :focus-visible,body[data-surface=paper] .topbar :focus-visible {
  outline-color: #94662c;
}

.gold-button {
  min-height: 48px;
  padding: 10px 25px;
  font-size: 14px;
  letter-spacing: .06em;
}

.subtle-button {
  font-size: 12px;
  margin-top: 9px;
  color: #a8bec3;
  text-decoration-color: #a8bec350;
}

.stories .section-heading {
  margin-bottom: 36px;
}

.media-type {
  padding: 0;
  border: 0;
  font-size: 11px;
  letter-spacing: .12em;
  color: #a6babf;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.media-type:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #c8ac72;
  transform: rotate(45deg);
}

.screen-play {
  width: 64px;
  height: 64px;
  border-color: #f6dda4c7;
  box-shadow: 0 0 0 6px #061b2740,0 7px 25px #00101926;
  backdrop-filter: blur(3px);
}

.screen-play:after {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid #f6dda445;
  border-radius: 50%;
}

.heritage {
  background: #f0e6d2;
}

.heritage-copy h3 {
  font-size: 44px;
  line-height: 1.45;
  letter-spacing: .03em;
}

.heritage-copy p {
  font-size: 15px;
  line-height: 2;
  max-width: 28ch;
  color: #665b47;
}

.heritage-copy .media-type {
  color: #76613f;
}

.project-note {
  margin-top: 36px;
  padding-top: 25px;
  border-color: #bca47770;
}

.project-note h3 {
  font-size: 15px;
  font-weight: 600;
}

.project-note p {
  font-size: 12px;
  color: #786b53;
}

.heritage footer {
  font-size: 11px;
  color: #a9bcc1;
  border-top: 1px solid #c5a56828;
}

.mascot-button>span {
  background: #102b37f2;
  padding: 4px 13px;
  letter-spacing: .06em;
  border-color: #dec18478;
  box-shadow: 0 5px 18px #041b2726;
}

.mascot-button>span:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #102b37;
  border-left: 1px solid #dec18478;
  border-top: 1px solid #dec18478;
  left: calc(50% - 3px);
  margin-top: -8px;
  transform: rotate(45deg);
}

.mascot-minimize {
  top: -14px;
  right: -3px;
  opacity: .7;
  transition: opacity .2s;
}

.mascot-guide:hover .mascot-minimize,.mascot-minimize:focus-visible {
  opacity: 1;
}

.mascot-minimize .icon {
  width: 19px;
  height: 19px;
  padding: 3px;
}

.mascot-menu {
  right: 122px;
  bottom: 21px;
  width: 246px;
  padding: 21px 22px;
  background: #102b38f7;
  backdrop-filter: blur(15px);
  border-color: #ba9c5e80;
}

.mascot-menu:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 29px;
  width: 8px;
  height: 8px;
  background: #102b38;
  border-top: 1px solid #ba9c5e80;
  border-right: 1px solid #ba9c5e80;
  transform: rotate(45deg);
}

.mascot-menu p {
  font-size: 13px;
  padding-bottom: 5px;
}

.mascot-menu a,.mascot-menu button {
  font-size: 13px;
  min-height: 46px;
}

.mascot-menu .icon {
  transition: transform .2s;
}

.mascot-menu a:hover .icon,.mascot-menu button:hover .icon {
  transform: translateX(3px);
}

kbd {
  font: 10px var(--body);
  border: 1px solid #a7bab84a;
  border-radius: 3px;
  padding: 2px 5px;
  margin-inline: 3px;
}

@keyframes dialog-enter {
  from {
    opacity: 0;
    transform: translateY(9px);
  }

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

@keyframes loading-turn {
  to {
    transform: rotate(360deg);
  }
}

@media(min-width:801px) {
  .section-inner,.stories .section-inner,.heritage .section-inner {
    width: min(1120px,calc(100% - 310px));
    min-height: max(720px,100svh);
    margin-left: max(190px,calc((100% - 1120px)/2 + 35px));
    padding: 108px 0 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .heritage .section-inner {
    padding-bottom: 108px;
  }

  body[data-surface=paper] .section-nav a {
    color: #765b33;
    background: #ede1cbd9;
  }

  body[data-surface=paper] .section-nav a:before {
    border-color: #ad905352;
  }

  body[data-surface=paper] .section-nav a.active,body[data-surface=paper] .section-nav a:hover {
    background: #c6a66a;
    color: #30291b;
  }

  body[data-surface=paper] .nav-compass {
    color: #ad8d50;
  }
}

@media(min-width:801px) and (max-width:1100px) {
  .section-inner,.stories .section-inner,.heritage .section-inner {
    width: calc(100% - 225px);
    margin-left: 140px;
  }

  .section-nav a {
    padding-inline: 9px;
    gap: 7px;
    font-size: 12px;
  }
.heritage-layout {
    gap: 28px;
  }

.heritage-copy p {
    font-size: 14px;
  }

  .mascot-menu {
    right: 96px;
  }
}

@media(min-width:801px) and (max-height:820px) {
  .section-inner,.stories .section-inner {
    padding-top: 91px;
    padding-bottom: 52px;
  }

  .heritage .section-inner {
    padding-top: 91px;
    padding-bottom: 84px;
  }

  .section-heading,.stories .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2 {
    font-size: 43px;
    line-height: 1.2;
  }

  .section-heading p {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 6px;
  }

  .heritage-copy h3 {
    font-size: 39px;
  }

  .heritage-copy p {
    font-size: 14px;
  }

  .project-note {
    margin-top: 26px;
    padding-top: 20px;
  }
}

@media(max-width:800px) {
  html {
    scrollbar-gutter: auto;
  }

  .heritage {
    min-height: calc(100svh - 60px);
    display: flex;
    flex-direction: column;
  }

  .heritage .section-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-inner {
    padding: 64px 30px 62px;
  }

  .section-heading,.stories .section-heading {
    max-width: 440px;
    margin-bottom: 32px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading p {
    font-size: 11px;
    letter-spacing: .08em;
  }

  .section-nav {
    padding: 20px 24px 25px;
    gap: 10px;
    border-bottom: 1px solid #dabe8450;
  }

  .section-nav a {
    font-size: 15px;
    min-height: 48px;
    padding: 0 24px;
    gap: 17px;
  }

  .section-nav a small {
    font-size: 11px;
  }
.heritage-layout {
    gap: 28px;
  }

.heritage-copy p {
    font-size: 14px;
    line-height: 1.95;
  }

  .gold-button {
    padding-inline: 21px;
  }

  .subtle-button {
    font-size: 11px;
  }

  .heritage-copy h3 {
    font-size: 36px;
  }

  .heritage .section-inner {
    padding-bottom: 44px;
  }

  .heritage footer {
    font-size: 10px;
    padding-left: 30px;
  }

  .project-note {
    margin-top: 32px;
  }

  .mascot-guide {
    bottom: 26px;
  }

  .mascot-menu {
    right: 87px;
    bottom: 9px;
    width: 236px;
    padding: 18px 20px;
  }

  .mascot-button>span {
    padding: 3px 7px;
    font-size: 9px;
  }

}

@media(max-width:560px) {
  .section-inner {
    padding: 51px 24px 55px;
  }

  .section-heading,.stories .section-heading {
    margin-bottom: 30px;
    column-gap: 17px;
  }

  .section-heading h2 {
    font-size: 39px;
    letter-spacing: .06em;
  }

  .section-heading p {
    font-size: 11px;
    letter-spacing: .03em;
  }

  .culture .text-link {
    font-size: 13px;
    min-height: 46px;
  }

  .screen-play {
    width: 53px;
    height: 53px;
  }

  .heritage-layout {
    display: block;
  }

  .heritage-copy {
    padding: 30px 0 0;
  }

  .heritage-copy h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .heritage-copy p {
    font-size: 15px;
    line-height: 2;
    max-width: none;
  }

  .heritage-copy .text-link {
    margin: 19px 0 13px;
  }

  .project-note {
    margin-top: 33px;
    padding-top: 26px;
  }

  .project-note h3 {
    font-size: 14px;
  }

  .project-note p {
    font-size: 12px;
    line-height: 1.9;
  }

  .heritage footer {
    font-size: 10px;
    padding: 18px 80px 20px 24px;
  }

  .mascot-guide {
    right: 8px;
    bottom: 22px;
  }

  .mascot-button {
    width: 65px;
  }

  .mascot-button img {
    width: 58px;
    height: 78px;
  }

  .mascot-button>span {
    font-size: 8px;
    padding: 3px 7px;
  }

  .mascot-minimize {
    right: -6px;
    top: -15px;
    min-width: 44px;
    min-height: 44px;
  }

  .mascot-menu {
    right: 75px;
    width: min(235px,calc(100vw - 102px));
    bottom: 7px;
  }

}

@media(max-width:360px) {
  .section-inner {
    padding-inline: 20px;
  }

}

/* Material finish: sculpted title, enamel controls and handmade paper. */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

body[data-section=home] .topbar {
  background: linear-gradient(#05192370, #05192300);
  backdrop-filter: none;
  border-bottom-color: transparent;
}

body[data-section=home] .brand,
body[data-section=home] .brand-caption,
body[data-section=home] .topbar-actions {
  text-shadow: 0 1px 7px #052533;
}

.play-ring:before, .play-ring:after, .screen-play:after {
  display: none;
}

.astrolabe-frame {
  position: absolute;
  inset: -13px;
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  color: #f4d693;
  pointer-events: none;
  filter: drop-shadow(0 1px 3px #052332);
  transition: transform .8s var(--ease);
}
.hero-play:hover .astrolabe-frame {
  transform: rotate(30deg);
}

.screen-play {
  border: 0;
  box-shadow: none;
  background: #082637a6;
  backdrop-filter: blur(2px);
}

.screen-play .astrolabe-frame {
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.culture, .heritage {
  background: #f3e8d2 url('assets/images/archive-paper-v2.png') center / cover;
}

.culture:before, .heritage:before {
  background: radial-gradient(ellipse at 50% 48%, #fffbee85, #fffbee26 80%);
}

.culture .section-heading h2, .heritage .section-heading h2 {
  color: #7b552b;
  text-shadow: 0 1px 0 #fff9e9;
}

.section-heading h2 {
  text-shadow: 0 2px 2px #01192370;
}

.heading-line {
  box-shadow: 0 3px 0 #d7b77818;
}

.experience-bg {
  background: linear-gradient(90deg, #082d42dc, #082d42c9 55%, #082d42e8),
    linear-gradient(0deg, #031c2c, transparent 50%),
    url('assets/images/game-deck.jpg') center / cover;
}

.stories {
  background: radial-gradient(ellipse at 22% 35%, #245465aa, transparent 65%),
    linear-gradient(130deg, #102f43, #061b2a);
}

.gold-button {
  border: 1px solid #b9924e;
  border-radius: 3px;
  background: linear-gradient(110deg, #bc975b, #f2d69d 45%, #d3b277);
}

.documentary-note {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  padding: 27px 0 0;
  border-top: 1px solid #ac8f595c;
  scroll-margin-top: 100px;
}

.documentary-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #9b6f38;
}

.documentary-mark .icon {
  width: 33px;
  height: 33px;
  stroke-width: 1;
}

.documentary-mark span {
  font: 14px 'STSong', 'SimSun', serif;
  letter-spacing: .25em;
}

.documentary-eyebrow {
  font-size: 11px;
  letter-spacing: .12em;
  color: #785b34;
}

.documentary-eyebrow span {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #b29a7266;
  color: #877350;
}

.documentary-copy h3 {
  margin: 9px 0 9px;
  font: 600 22px/1.5 'STSong', 'SimSun', serif;
  color: #684722;
  letter-spacing: .035em;
}

.documentary-copy > p:last-child {
  max-width: 56ch;
  font-size: 12px;
  line-height: 1.9;
  color: #6c5b3e;
}

.documentary-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0 14px 24px;
  border-left: 1px solid #ac8f593d;
  color: #775028;
  font-size: 13px;
  white-space: nowrap;
}

.documentary-link small {
  display: block;
  font-size: 10px;
  color: #897455;
  margin-top: 7px;
}

.documentary-link .icon {
  width: 19px;
  height: 19px;
  transition: transform .25s;
}

.documentary-link:hover .icon {
  transform: translate(3px, -3px) rotate(-35deg);
}

@media(min-width:801px) {
  .section-nav {
    gap: 13px;
    transition: opacity .35s, transform .4s, visibility .35s;
  }
  body[data-section=home] .section-nav {
    opacity: 0;
    visibility: hidden;
    transform: translate(-12px, -44%);
  }
  .section-nav:before {
    top: 64px;
    bottom: 26px;
    left: 15px;
    opacity: .25;
  }
  .section-nav a,
  body[data-surface=paper] .section-nav a {
    clip-path: none;
    background: transparent;
    border-radius: 3px;
    padding-inline: 7px;
    gap: 12px;
    color: #d0b983;
  }
  .section-nav a:before {
    inset: auto 10px 4px 33px;
    height: 1px;
    border: 0;
    background: linear-gradient(90deg, #d0b98390, transparent);
    opacity: 0;
  }
  .section-nav a small {
    background: #143342;
    border: 1px solid #c3a56970;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 17px;
    font-size: 9px;
    opacity: 1;
  }
  .section-nav a.active, .section-nav a:hover {
    color: #fff0c5;
    background: #d0b9830a;
  }
  .section-nav a.active:before, .section-nav a:hover:before {
    opacity: 1;
  }
  .section-nav a.active small {
    background: #c5a566;
    color: #173545;
  }
  body[data-surface=paper] .section-nav a {
    color: #886b3d;
  }
  body[data-surface=paper] .section-nav a small {
    background: #efe3ca;
    border-color: #aa8e5999;
  }
  body[data-surface=paper] .section-nav a.active,
  body[data-surface=paper] .section-nav a:hover {
    background: #ad86460d;
    color: #64431d;
  }
  body[data-surface=paper] .section-nav a.active small {
    background: #ae8a4b;
    color: #fff4d9;
  }
  .nav-compass {
    align-self: flex-start;
    margin-left: -11px;
  }
  .nav-end {
    align-self: flex-start;
    margin-left: 12px;
  }
}

@media(min-width:801px) and (max-height:820px) {

  .documentary-note { margin-top: 24px; padding-top: 20px; gap: 20px; }
  .documentary-copy h3 { font-size: 20px; margin: 6px 0; }
  .heritage-layout { grid-template-columns: 1.35fr 1fr; }
  .heritage .section-inner { padding-bottom: 75px; }
}

@media(max-width:1100px) {
  .documentary-note { grid-template-columns: 44px 1fr; gap: 18px; }
  .documentary-link { grid-column: 2; padding: 0; border: 0; min-height: 44px; gap: 14px; }
  .documentary-link > span:first-child { display: flex; align-items: center; gap: 14px; }
  .documentary-link small { margin-top: 0; }
}

@media(max-width:800px) {

  .documentary-note { margin-top: 34px; }
}

@media(max-width:560px) {

  .documentary-note { grid-template-columns: 1fr; gap: 16px; }
  .documentary-mark { display: none; }
  .documentary-copy h3 { font-size: 21px; line-height: 1.6; }
  .documentary-copy > p:last-child { font-size: 13px; line-height: 2; }
  .documentary-eyebrow { font-size: 10px; }
  .documentary-eyebrow span { margin-left: 9px; padding-left: 9px; }
  .documentary-link { grid-column: 1; }
  .documentary-link > span:first-child { flex-wrap: wrap; gap: 8px; }
}

/* Homepage: the manuscript opens into the sea it records and protects. */
.hero {
  min-height: max(720px, 100svh);
  height: auto;
  display: grid;
  place-items: center;
}
.hero-shade {
  background: linear-gradient(90deg, #041f30e0, #062839bd 48%, #06283b99),
    linear-gradient(0deg, #061f32e0, transparent 45%, #14344740);
}
.hero-content {
  position: relative;
  z-index: auto;
  width: min(1420px, calc(100% - 160px));
  min-height: max(720px, 100svh);
  margin: 0 auto;
  padding: 110px 0 115px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(24px, 3vw, 50px);
  text-align: left;
}
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero h1 {
  width: calc(100% + 26px);
  margin: 0 0 0 -15px;
  font-size: 0;
  line-height: 0;
}
.hero-title-art {
  width: 100%;
  height: auto;
  margin: -2.5% 0;
  filter: drop-shadow(0 8px 12px #03192380);
}
.hero-tagline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: .5em;
  margin: 14px 0 17px;
  color: #f9e2ae;
  font: 600 clamp(22px, 1.8vw, 30px)/1.6 'STSong', 'SimSun', serif;
  letter-spacing: .055em;
  text-shadow: 0 2px 5px #08202d;
}
.hero-tagline span { white-space: nowrap; }
.hero-tagline i {
  color: #bba272;
  font-style: normal;
  font-size: .75em;
}
.hero-summary {
  max-width: 35em;
  margin: 0;
  color: #e2e4db;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .03em;
  text-shadow: 0 1px 5px #061e2c;
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: clamp(26px, 2.7vw, 44px);
  margin-top: 28px;
}
.hero-start { width: 330px; max-width: 70%; }
.launch-frame {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.launch-frame:before, .launch-frame:after { display: none; }
.launch-button, .launch-button:hover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 92px;
  padding: 12px 32px;
  gap: 14px;
  color: #fff0c3;
  background: url('assets/images/launch-plaque-v2.png') center / 100% 160% no-repeat;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 7px 10px #061d3270);
  text-shadow: 0 2px 3px #052536;
  transition: filter .25s, transform .25s var(--ease);
}
.launch-button:hover {
  filter: brightness(1.15) drop-shadow(0 7px 14px #0d416099);
  transform: translateY(-2px);
}
.launch-button > .icon { width: 26px; height: 26px; }
.launch-button strong {
  display: block;
  font: 700 27px/1.35 'STSong', 'SimSun', serif;
  letter-spacing: .18em;
  white-space: nowrap;
}
.launch-button small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  letter-spacing: .18em;
  color: #e4d5af;
}
.hero-platform {
  margin-top: 3px;
  color: #c4d1d3;
  font-size: 10px;
  letter-spacing: .12em;
  text-align: center;
}
.hero-play {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
  font-size: 11px;
  letter-spacing: .08em;
  color: #f3ddb2;
  text-shadow: 0 1px 6px #031c2a;
}
.play-ring {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #052435b3 48%, #05243530 70%, transparent 72%);
  transition: transform .3s var(--ease), background .3s;
}
.play-ring:before, .play-ring:after { display: none; }
.play-ring > .icon { width: 26px; height: 26px; margin-left: 3px; }
.hero-play:hover .play-ring { transform: scale(1.06); background: #082c3bc4; }

.hero-visual { position: relative; z-index: 1; min-width: 0; mix-blend-mode: lighten; }
.hero-artwork {
  width: 112%;
  max-width: none;
  height: auto;
  margin: 0 0 0 -6%;
  filter: drop-shadow(0 22px 21px #021624a3);
}
.hero-visual figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 13px;
  font-size: 11px;
  letter-spacing: .16em;
  color: #ead7b0;
  text-shadow: 0 1px 6px #031c2a;
}
.hero-visual figcaption:before, .hero-visual figcaption:after {
  content: '';
  width: 34px;
  height: 1px;
  background: #c5a5686b;
}
.hero-visual figcaption i { color: #b59b68; font-style: normal; }
.hero .panel-position { display: none; }

@media(min-width:801px) and (max-width:1400px) {
  body[data-section=home] .mascot-guide { bottom: 34px; }
  body[data-section=home] .mascot-button { width: 82px; }
  body[data-section=home] .mascot-button img { width: 72px; height: 96px; }
  body[data-section=home] .mascot-button > span { font-size: 9px; padding-inline: 8px; }
}

@media(min-width:801px) and (max-width:1100px) {
  .hero-content { width: calc(100% - 90px); gap: 24px; }
  .hero-tagline { font-size: 22px; gap: .4em; }
  .hero-summary { font-size: 14px; }
  .hero-actions { gap: 22px; }
  .hero-start { width: 270px; max-width: 72%; }
  .launch-button, .launch-button:hover { min-height: 80px; padding-inline: 22px; gap: 10px; }
  .launch-button strong { font-size: 23px; }
  .hero-play { font-size: 10px; }
  .play-ring { width: 47px; height: 47px; }
  .hero-visual figcaption { gap: 7px; font-size: 10px; letter-spacing: .04em; }
}
@media(min-width:801px) and (max-height:820px) {
  .hero-content { padding-top: 90px; padding-bottom: 98px; }
  .hero-tagline { margin-top: 7px; margin-bottom: 12px; font-size: 24px; }
  .hero-summary { font-size: 14px; line-height: 1.95; }
  .hero-actions { margin-top: 20px; }

}
@media(max-width:800px) {
  .hero { min-height: 100svh; }
  .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    width: 100%;
    min-height: 100svh;
    padding: 83px 30px 92px;
    text-align: center;
  }
  .hero-copy { display: contents; }
  .hero h1 { order: 1; width: min(550px, 100%); margin: 0; }
  .hero-tagline { order: 2; justify-content: center; margin: 7px 0 18px; font-size: 26px; }
  .hero-visual { order: 3; width: min(470px, 92%); margin: 0 auto; }
  .hero-artwork { width: 100%; margin: 0; }
  .hero-visual figcaption { margin-top: 3px; font-size: 10px; gap: 9px; }
  .hero-summary { order: 4; max-width: 36em; margin: 21px auto 0; font-size: 14px; }
  .hero-actions { order: 5; justify-content: center; gap: 28px; width: 100%; margin-top: 18px; }
  .hero-start { width: 296px; max-width: 70%; }
  .launch-button, .launch-button:hover { min-height: 83px; }
  .launch-button strong { font-size: 25px; }

}
@media(max-width:560px) {
  .hero-content { padding: 77px 24px 88px; }
  .hero h1 { width: calc(100% + 20px); max-width: none; }
  .hero-tagline { gap: .4em; font-size: 21px; margin: 5px 0 18px; }
  .hero-visual { width: min(340px, 100%); }
  .hero-summary { font-size: 13px; line-height: 1.9; margin-top: 18px; }
  .hero-actions { gap: 23px; margin-top: 15px; }
  .hero-start { width: 240px; max-width: 71%; }
  .launch-button, .launch-button:hover { min-height: 73px; padding-inline: 23px; gap: 10px; }
  .launch-button strong { font-size: 22px; letter-spacing: .13em; }
  .launch-button small { font-size: 9px; margin-top: 2px; letter-spacing: .12em; }
  .launch-button > .icon { width: 20px; height: 20px; }
  .hero-play { font-size: 9px; gap: 12px; letter-spacing: 0; }
  .play-ring { width: 43px; height: 43px; }
  .play-ring > .icon { width: 21px; height: 21px; }
  .play-ring .astrolabe-frame { inset: -10px; width: calc(100% + 20px); height: calc(100% + 20px); }
  .hero-platform { font-size: 9px; letter-spacing: .04em; }

  .hero-visual figcaption { letter-spacing: .06em; gap: 7px; }
  .hero-visual figcaption:before, .hero-visual figcaption:after { width: 18px; }
}
@media(max-width:360px) {
  .hero-content { padding-inline: 20px; }
  .hero-tagline { font-size: 18px; gap: .35em; }
  .hero-actions { gap: 17px; }
  .hero-play { font-size: 8px; }
  .hero-start { max-width: 72%; }
  .launch-button, .launch-button:hover { padding-inline: 17px; gap: 7px; }
  .launch-button strong { font-size: 20px; }
  .hero-visual figcaption { font-size: 9px; }
}
