@font-face {
  font-family: EmberBrush;
  src: url("assets/ink.woff") format("woff");
  font-display: swap;
}
:root {
  --ink: #101917;
  --deep: #0a100f;
  --paper: #e5ddc8;
  --muted: #8c9689;
  --gold: #bda37a;
  --line: rgba(190, 169, 128, 0.27);
  --red: #ad493d;
  --jade: #8ac9b4;
  --brush: EmberBrush, KaiTi, STKaiti, serif;
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--deep);
  color: var(--paper);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}
button,
input {
  font: inherit;
}
button {
  color: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--jade);
  outline-offset: 5px;
}
button:disabled {
  opacity: 0.36;
  cursor: default;
}
button {
  touch-action: manipulation;
}
button svg {
  display: block;
}
a {
  color: inherit;
}
[hidden] {
  display: none !important;
}
svg {
  pointer-events: none;
}
#world {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  touch-action: none;
  cursor: crosshair;
}
.film-grain,
.screen-vignette,
#hit-vignette {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 2;
}
.film-grain {
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.7' filter='url(%23n)'/%3E%3C/svg%3E");
}
.screen-vignette {
  background: radial-gradient(
    ellipse at 50% 45%,
    transparent 30%,
    rgba(1, 7, 5, 0.18) 70%,
    rgba(1, 7, 5, 0.65) 100%
  );
}
#hit-vignette {
  z-index: 12;
  box-shadow: inset 0 0 150px #bc261c;
  opacity: 0;
  transition: opacity 0.15s;
}
.screen {
  position: fixed;
  inset: 0;
  z-index: 3;
}
.title-screen {
  background: linear-gradient(
    90deg,
    rgba(8, 17, 15, 0.89),
    rgba(8, 17, 15, 0.6) 33%,
    rgba(8, 17, 15, 0.07) 66%,
    rgba(8, 17, 15, 0.2)
  );
}
.masthead {
  position: absolute;
  top: 38px;
  left: 4.5%;
  right: 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-mark {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 13px;
  letter-spacing: 6px;
}
.brand-glyph {
  font-family: var(--brush);
  font-size: 26px;
  width: 42px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  transform: rotate(-3deg);
}
.brand-mark div > span {
  display: block;
  font-size: 8px;
  letter-spacing: 3px;
  color: var(--muted);
  margin-top: 7px;
}
.masthead-right {
  font-size: 10px;
  letter-spacing: 4px;
  display: flex;
  gap: 13px;
  align-items: center;
  color: #b8bbaa;
}
.tiny-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px #bca06a;
  display: inline-block;
}
.title-composition {
  position: absolute;
  top: 19%;
  left: 8%;
  width: 44%;
  max-width: 580px;
}
.eyebrow {
  font-size: 9px;
  letter-spacing: 4px;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
}
.rule {
  height: 1px;
  width: 36px;
  background: var(--gold);
}
.title-lockup {
  display: flex;
  position: relative;
  align-items: center;
  width: max-content;
}
.title-lockup h1 {
  font-family: var(--brush);
  font-weight: 400;
  font-size: clamp(106px, 12.8vw, 202px);
  letter-spacing: -0.08em;
  margin: 0;
  line-height: 1.02;
  text-shadow: 1px 5px 22px #06100b;
  transform: rotate(-5deg);
}
.title-lockup h1 span + span {
  display: inline-block;
  transform: translateY(12px) rotate(3deg);
}
.red-seal {
  font-family: var(--brush);
  font-size: 23px;
  line-height: 1.2;
  color: #dfc4a6;
  background: #96352c;
  padding: 9px 5px;
  margin-left: 26px;
  transform: rotate(7deg);
  border: 1px solid #bb5b45;
  box-shadow: inset 0 0 0 2px #772820;
}
.title-verse {
  font-family: var(--brush);
  font-size: clamp(23px, 2.15vw, 33px);
  line-height: 1.5;
  letter-spacing: 5px;
  margin: 26px 0 12px;
}
.title-description {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 2px;
  color: #9eaa9e;
}
.title-actions {
  margin-top: 30px;
  width: 300px;
  max-width: 100%;
}
.journey-button {
  width: 100%;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    100deg,
    rgba(185, 157, 105, 0.18),
    rgba(185, 157, 105, 0.04)
  );
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition:
    background 0.3s,
    transform 0.3s;
}
.journey-button:before,
.journey-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(var(--gold), transparent);
}
.journey-button:before {
  left: 0;
}
.journey-button:after {
  right: 0;
}
.journey-button:hover {
  background: rgba(185, 157, 105, 0.26);
  transform: translateX(5px);
}
.journey-button > span:nth-child(2) {
  font-family: var(--brush);
  font-size: 24px;
  letter-spacing: 4px;
}
.journey-button small {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 7px;
  letter-spacing: 2.5px;
  margin-top: 6px;
  color: var(--gold);
}
.button-diamond {
  font-size: 27px;
  color: var(--gold);
}
.long-arrow {
  font-size: 32px;
  color: var(--gold);
  font-weight: 200;
}
.continue-button {
  display: flex;
  width: 100%;
  padding: 12px 2px;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--gold);
}
#continue-description {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1px;
}
.menu-links {
  display: flex;
  gap: 19px;
  align-items: center;
  color: var(--muted);
  font-size: 11px;
  margin-top: 23px;
}
.menu-links button,
.menu-links a {
  padding: 6px 0;
  letter-spacing: 3px;
  transition: color 0.2s;
  color: inherit;
  text-decoration: none;
}
.menu-links button:hover,
.menu-links a:hover {
  color: var(--paper);
}
.menu-links > span {
  opacity: 0.3;
  font-size: 9px;
}
.vertical-verse {
  position: absolute;
  right: 5%;
  top: 27%;
  writing-mode: vertical-rl;
  font-family: var(--brush);
  font-size: 18px;
  letter-spacing: 10px;
  color: #b6beaf;
  text-shadow: 0 2px 10px #000;
}
.location-tag {
  position: absolute;
  right: 9%;
  bottom: 17%;
  display: flex;
  align-items: center;
  gap: 16px;
  text-shadow: 0 1px 8px #000;
}
.location-tag > span {
  font: 34px var(--brush);
  color: var(--gold);
  border-right: 1px solid var(--line);
  padding: 0 16px;
}
.location-tag > div {
  font: 21px var(--brush);
  letter-spacing: 5px;
}
.location-tag small {
  display: block;
  font:
    7px Arial,
    sans-serif;
  letter-spacing: 2px;
  color: #b6bcae;
  margin-top: 10px;
}
.menu-footer {
  position: absolute;
  left: 4.5%;
  right: 4.5%;
  bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: 2px;
  color: #849487;
}
.menu-footer > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-line {
  height: 1px;
  width: 30px;
  background: var(--muted);
  opacity: 0.5;
}
.icon-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--gold);
  transition:
    color 0.2s,
    background 0.2s;
}
.icon-button:hover {
  color: var(--paper);
  background: #ffffff0b;
}
.icon-button svg {
  width: 18px;
  height: 18px;
}
.footer-tools > #record-label {
  padding-left: 13px;
  border-left: 1px solid var(--line);
  font-size: 8px;
  letter-spacing: 1px;
}
/* HUD 按视觉层分组，只有按钮接收指针，避免覆盖画布的瞄准区域。 */
.hud {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    #05100db0,
    transparent 140px,
    transparent calc(100% - 110px),
    #05100dd0
  );
}
.hud button {
  pointer-events: auto;
}
.hero-hud {
  position: absolute;
  top: 30px;
  left: 32px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.hero-emblem {
  height: 61px;
  width: 61px;
  display: grid;
  place-items: center;
  font: 37px var(--brush);
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  background: #13231dcf;
  box-shadow:
    inset 0 0 0 4px #14241d,
    0 0 22px #0005;
  color: var(--paper);
  writing-mode: vertical-lr;
}
.hero-vitals {
  width: 225px;
}
.hero-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.hero-name > span:first-child {
  font-family: var(--brush);
  font-size: 21px;
  letter-spacing: 3px;
}
.hero-name > span:last-child {
  font-size: 9px;
  color: #ccbeaa;
  letter-spacing: 1px;
  font-variant-numeric: tabular-nums;
}
.health-track {
  height: 9px;
  background: #171c17;
  border: 1px solid #645e41;
  position: relative;
  transform: skewX(-12deg);
}
#health-fill,
#health-ghost {
  position: absolute;
  inset: 1px auto 1px 1px;
  width: 99%;
  transition: width 0.15s;
  background: linear-gradient(90deg, #77322c, #bd5745);
}
#health-ghost {
  background: #c1ae77;
  transition: width 0.6s;
}
.sword-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 9px;
  font-size: 9px;
  color: var(--muted);
}
#sword-pips {
  display: flex;
  gap: 5px;
  height: 12px;
  align-items: center;
}
.sword-pip {
  width: 5px;
  height: 13px;
  background: var(--jade);
  transform: skewX(-20deg);
  box-shadow: 0 0 6px #7ccfb55a;
  transition:
    background 0.12s,
    opacity 0.12s;
}
.sword-pip.empty {
  background: #577766;
  opacity: 0.25;
  box-shadow: none;
}
.sword-pip.returning {
  background: var(--gold);
  animation: pulse 0.45s infinite alternate;
}
#sword-count {
  font-size: 8px;
  font-variant-numeric: tabular-nums;
}
.chapter-hud {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.chapter-hud small {
  font-size: 8px;
  letter-spacing: 4px;
  color: var(--gold);
}
.chapter-hud strong {
  display: block;
  font: 26px var(--brush);
  letter-spacing: 6px;
  margin: 5px 0 9px;
}
.room-route {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.scene-tag {
  display: block;
  margin-top: 10px;
  font-size: 9px;
  letter-spacing: 3px;
  color: var(--muted);
}
.route-scene {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 12px;
  border: 1px solid #a89c6433;
  background: #0c191580;
  margin: 0 0 22px;
}
.route-scene img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.route-scene small {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 1px;
}
.route-scene p {
  color: var(--paper);
  font-size: 12px;
  line-height: 1.8;
  margin: 8px 0;
}
.route-scene a:not(:first-child) {
  color: var(--muted);
  font-size: 10px;
  text-decoration: none;
}
.route-scene a:focus-visible,
.scene-codex-card:focus-visible,
.menu-links a:focus-visible {
  outline: 2px solid #b6cc9d;
  outline-offset: 4px;
}
.scene-codex-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 32px;
}
.scene-codex-card {
  color: var(--paper);
  background: #0e1b1580;
  border: 1px solid #b9a77633;
  text-decoration: none;
}
.scene-codex-card:hover {
  border-color: #b9a77688;
}
.scene-codex-card img {
  display: block;
  width: 100%;
  height: auto;
}
.scene-codex-card > div {
  padding: 14px;
}
.scene-codex-card small {
  display: block;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 2px;
}
.scene-codex-card strong {
  display: block;
  margin: 7px 0;
  font: 21px var(--brush);
  letter-spacing: 2px;
}
.scene-codex-card p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 600px) {
  .menu-links {
    gap: 11px;
    flex-wrap: wrap;
  }
  .menu-links a,
  .menu-links button {
    letter-spacing: 1px;
  }
  .route-scene {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
  }
  .route-scene img {
    height: 92px;
  }
  .route-scene p {
    font-size: 11px;
  }
  .scene-codex-grid {
    grid-template-columns: 1fr;
  }
  .scene-tag {
    font-size: 8px;
    letter-spacing: 2px;
    margin-top: 6px;
  }
}
.room-dot {
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid #7c7860;
  position: relative;
}
.room-dot:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #62654b;
  left: 9px;
  top: -11px;
  transform: rotate(-45deg);
}
.room-dot:last-child:after {
  display: none;
}
.room-dot.done {
  background: var(--gold);
}
.room-dot.current {
  background: var(--jade);
  border-color: var(--jade);
  box-shadow: 0 0 10px var(--jade);
}
.run-hud {
  position: absolute;
  right: 28px;
  top: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.soul-symbol {
  font-size: 26px;
  color: var(--gold);
}
.run-hud strong {
  font-weight: 400;
  color: var(--gold);
  font-size: 17px;
}
.run-divider {
  height: 14px;
  width: 1px;
  background: var(--line);
}
#run-time {
  color: var(--muted);
  font-size: 10px;
}
.room-status {
  position: absolute;
  right: 39px;
  top: 94px;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #b1b8a7;
}
.room-status small {
  font-size: 9px;
  color: #809589;
  letter-spacing: 1px;
}
.boss-hud {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: min(430px, 42vw);
  text-align: center;
}
.boss-hud strong {
  display: block;
  font: 23px var(--brush);
  letter-spacing: 4px;
  margin: 4px;
}
.boss-hud span {
  font-size: 8px;
  letter-spacing: 3px;
  color: #bdae91;
}
.boss-health-track {
  height: 7px;
  border: 1px solid #a66c49;
  background: #15130f;
  transform: skewX(-18deg);
  margin-top: 10px;
}
.boss-health-track > div {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #792823, #cf6a3e);
  transition: width 0.2s;
}
.boss-mechanic {
  margin-top: 9px;
  padding: 6px 12px;
  background: #0c1410b8;
  border: 1px solid #bea26c42;
  text-align: center;
}
.boss-mechanic > span {
  color: #ebca8d;
  font-size: 10px;
  letter-spacing: 1px;
}
.boss-mechanic-track {
  height: 3px;
  margin-top: 6px;
  background: #55472a70;
}
.boss-mechanic-track > i {
  display: block;
  height: 100%;
  width: 0;
  background: #d8ad62;
}
.boss-mechanic[data-phase="idle"] .boss-mechanic-track { display: none; }
.boss-mechanic[data-phase="exposed"] { border-color: #b5d5a76b; }
.boss-mechanic[data-phase="exposed"] > span { color: #cae5b8; }
.boss-mechanic[data-phase="exposed"] .boss-mechanic-track > i { background: #b4d79d; }
.combat-bar {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 24px 8px;
  background: linear-gradient(
    90deg,
    transparent,
    #0b1815b0 15%,
    #0b1815b0 85%,
    transparent
  );
  border-top: 1px solid #9d916137;
}
.skill-slot {
  width: 45px;
  height: 61px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0;
  color: #c5c2a8;
}
.skill-slot > span {
  height: 31px;
  display: grid;
  place-items: center;
  transition: color 0.2s;
}
.skill-slot svg {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 1px 4px #000);
}
.skill-slot:hover > span {
  color: var(--jade);
}
.skill-slot small {
  font: 12px var(--brush);
  letter-spacing: 2px;
  margin-top: 4px;
  color: #a8afa0;
}
.skill-slot kbd {
  font-size: 8px;
  min-width: 17px;
  text-align: center;
  padding: 2px 3px;
  border: 1px solid #b8af844f;
  color: #c6c6ac;
  font-family: Arial, sans-serif;
  background: #14211e;
  margin-top: 4px;
}
.skill-separator {
  height: 32px;
  width: 1px;
  background: var(--line);
  margin: 0 4px;
}
.potion-slot {
  color: #bc7563;
}
.potion-slot b {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 9px;
  color: #ead7ad;
  background: #19231a;
  padding: 1px 3px;
}
.recall-slot {
  color: #a1d5c6;
}
.dash-slot {
  width: 56px;
}
.ultimate-slot {
  color: #d0b57c;
}
.ultimate-slot em {
  position: absolute;
  inset: 0;
  top: 4px;
  text-align: center;
  font: 20px var(--brush);
  font-style: normal;
  color: #e4c99c;
  text-shadow: 0 1px 7px #000;
}
.ultimate-slot.cooling > span {
  opacity: 0.22;
}
#dash-dots {
  position: absolute;
  top: 27px;
  display: flex;
  gap: 3px;
}
#dash-dots i {
  width: 9px;
  height: 2px;
  background: var(--jade);
}
#dash-dots i.empty {
  background: #43564b;
}
.combat-tip {
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #697f72;
  white-space: nowrap;
}
.relic-belt {
  position: absolute;
  bottom: 37px;
  left: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.relic-token {
  display: grid;
  place-items: center;
  position: relative;
  width: 38px;
  height: 42px;
  color: var(--gold);
  background: #15231ab0;
  border: 1px solid #6b654256;
  border-radius: 3px 3px 12px 12px;
}
.relic-token svg {
  width: 23px;
  height: 23px;
}
.relic-token small {
  position: absolute;
  bottom: -8px;
  right: -3px;
  background: #15221b;
  font-size: 9px;
  border: 1px solid #736644;
  padding: 1px 3px;
}
.relic-belt-label {
  font-size: 9px;
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  color: var(--muted);
}
.combo-display {
  position: absolute;
  right: 53px;
  top: 40%;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.25s;
}
.combo-display.visible {
  opacity: 1;
  transform: translateY(0);
}
.combo-display b {
  display: block;
  font: 64px var(--brush);
  color: #d2b787;
  text-shadow: 0 0 22px #77481a;
}
.combo-display span {
  font: 15px var(--brush);
  letter-spacing: 7px;
  color: var(--gold);
}
/* 对话层统一处理聚焦、滚动和窄屏布局，游戏在所有弹层期间暂停模拟。 */
.overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 11, 9, 0.75);
  backdrop-filter: blur(10px);
  animation: fade-in 0.35s;
}
.dialog {
  position: relative;
  max-width: 1050px;
  width: 100%;
  max-height: 94vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #716c4c transparent;
  padding: 35px 42px 32px;
  background: linear-gradient(
    145deg,
    rgba(27, 41, 32, 0.94),
    rgba(11, 23, 20, 0.98)
  );
  border: 1px solid var(--line);
  box-shadow:
    0 20px 100px #0008,
    inset 0 0 60px #0002;
}
.dialog:before,
.dialog:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 20px;
  border-color: var(--gold);
}
.dialog:before {
  left: 5px;
  top: 5px;
  border-left: 1px solid;
  border-top: 1px solid;
}
.dialog:after {
  bottom: 5px;
  right: 5px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.dialog.narrow {
  max-width: 510px;
}
.dialog.medium {
  max-width: 750px;
}
.dialog-heading {
  text-align: center;
  margin-bottom: 30px;
}
.dialog-heading small {
  font:
    8px Arial,
    sans-serif;
  color: var(--gold);
  letter-spacing: 5px;
}
.dialog-heading h2 {
  font: 42px var(--brush);
  font-weight: 400;
  letter-spacing: 8px;
  margin: 12px 0;
}
.dialog-heading p {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 2px;
  line-height: 1.9;
  margin: 0;
}
.dialog-close {
  position: absolute;
  right: 18px;
  top: 15px;
  z-index: 1;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.path-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 285px;
  padding: 22px 18px;
  text-align: center;
  border: 1px solid var(--line);
  background: linear-gradient(#4c5d3f17, #07150e22);
  transition:
    transform 0.22s,
    border-color 0.22s,
    background 0.22s;
  overflow: hidden;
}
.path-card:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 10px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}
.path-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  background: #58674722;
}
.path-card .card-number {
  align-self: flex-start;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
}
.path-card .sigil {
  width: 83px;
  height: 83px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 22px 0 18px;
  color: var(--gold);
  box-shadow:
    0 0 30px #a6c1880b,
    inset 0 0 25px #809b7112;
}
.sigil svg {
  width: 42px;
  height: 42px;
}
.path-card h3 {
  font: 27px var(--brush);
  letter-spacing: 4px;
  margin: 0 0 9px;
}
.path-card .card-tag {
  font-size: 8px;
  letter-spacing: 3px;
  color: var(--gold);
  margin-bottom: 16px;
}
.path-card p {
  font-size: 10px;
  line-height: 1.9;
  color: #a1ad9c;
  margin: 0 0 14px;
}
.path-card .card-stat {
  font-size: 9px;
  line-height: 1.8;
  color: #d2c59e;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 13px;
  width: 100%;
}
.card-foot {
  margin-top: 28px;
  text-align: center;
  color: #718575;
  font-size: 9px;
  letter-spacing: 2px;
}
.reward-card .sigil {
  margin-top: 14px;
  border-color: currentColor;
}
.reward-card.rare {
  color: #8cc8b9;
}
.reward-card.legendary {
  color: #e0b86b;
  background: linear-gradient(#9a732320, #0a191222);
}
.reward-card.common {
  color: #bcc7ac;
}
.reward-card h3 {
  color: var(--paper);
}
.reward-card .card-tag {
  color: inherit;
}
.reward-card .sigil {
  color: inherit;
}
.reward-card .key-hint {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #7c8c7a;
  font-size: 10px;
}
.reward-card .card-stat {
  color: inherit;
}
.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.action-button {
  font: 18px var(--brush);
  letter-spacing: 3px;
  padding: 13px 25px;
  border: 1px solid var(--line);
  min-width: 140px;
  background: #7b8b6520;
  transition: 0.2s;
}
.action-button:hover {
  border-color: var(--gold);
  background: #8f9b6530;
}
.action-button.primary {
  background: #a68c5130;
  color: #ead8ab;
  border-color: #9f885b;
}
.action-button.danger {
  color: #d48a75;
  border-color: #93463888;
}
.pause-menu {
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-width: 250px;
  margin: 0 auto;
}
.setting-row {
  padding: 17px 0;
  border-bottom: 1px solid #888f6a24;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 1px;
}
.setting-row small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 7px;
  letter-spacing: 0;
}
.setting-row input[type="range"] {
  width: 145px;
  accent-color: var(--gold);
}
.setting-row input[type="checkbox"] {
  appearance: none;
  width: 36px;
  height: 18px;
  border: 1px solid #7b8163;
  background: #102117;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.setting-row input[type="checkbox"]:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #818e79;
  border-radius: 50%;
  transition: 0.2s;
}
.setting-row input[type="checkbox"]:checked {
  background: #687557;
}
.setting-row input[type="checkbox"]:checked:before {
  left: 20px;
  background: #eadab4;
}
.difficulty-options {
  display: flex;
  gap: 5px;
}
.difficulty-options button {
  padding: 6px 12px;
  border: 1px solid var(--line);
  font-size: 10px;
}
.difficulty-options .selected {
  background: #9d92643b;
  border-color: var(--gold);
  color: #ead2a4;
}
.control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
}
.control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 11px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
kbd {
  font: 10px monospace;
  padding: 5px 8px;
  border: 1px solid #8b917359;
  border-radius: 2px;
  color: var(--gold);
}
.lore-text {
  font-size: 12px;
  line-height: 2.1;
  color: #b1bba8;
  letter-spacing: 1px;
}
.lore-text h3 {
  font: 23px var(--brush);
  color: var(--gold);
  letter-spacing: 4px;
  margin: 23px 0 8px;
}
.lore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.lore-item {
  padding: 16px;
  border: 1px solid var(--line);
}
.lore-item strong {
  font: 21px var(--brush);
  color: var(--paper);
}
.lore-item p {
  font-size: 10px;
  line-height: 1.9;
  color: var(--muted);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
  margin: 25px 0;
}
.stat-cell {
  padding: 15px 5px;
  border: 1px solid var(--line);
}
.stat-cell strong {
  display: block;
  font: 33px var(--brush);
  color: var(--gold);
}
.stat-cell span {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
}
.ending-verse {
  font: 22px var(--brush);
  text-align: center;
  line-height: 1.8;
  color: #c3cbb6;
  letter-spacing: 3px;
}
.inventory-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.inventory-item {
  display: flex;
  gap: 14px;
  padding: 17px;
  border: 1px solid var(--line);
  align-items: center;
}
.inventory-item svg {
  width: 33px;
  height: 33px;
  color: var(--gold);
  flex-shrink: 0;
}
.inventory-item strong {
  font: 19px var(--brush);
  letter-spacing: 2px;
}
.inventory-item p {
  font-size: 10px;
  line-height: 1.8;
  color: var(--muted);
  margin: 5px 0 0;
}
.chapter-announcement {
  position: fixed;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse, #04110c44, transparent 65%);
  transition: opacity 0.6s;
}
.chapter-announcement.show {
  opacity: 1;
}
.chapter-announcement > span {
  font: 28px var(--brush);
  color: var(--gold);
  border: 1px solid var(--line);
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  transform: rotate(-5deg);
  margin-bottom: 20px;
}
.chapter-announcement small {
  font-size: 9px;
  letter-spacing: 6px;
  color: #bfc8b4;
}
.chapter-announcement h2 {
  font: clamp(40px, 6vw, 76px) var(--brush);
  letter-spacing: 18px;
  margin: 15px 0;
  color: #e2e5ce;
  text-shadow: 0 0 25px #000;
}
.chapter-announcement p {
  font: 17px var(--brush);
  letter-spacing: 7px;
  color: #afbda8;
}
.toast-stack {
  position: fixed;
  right: 30px;
  bottom: 125px;
  z-index: 25;
  display: flex;
  flex-direction: column;
  gap: 7px;
  pointer-events: none;
  max-width: 340px;
}
.toast {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 1px;
  padding: 12px 17px;
  background: #0d211bee;
  border-left: 2px solid var(--gold);
  color: #d7d7b7;
  box-shadow: 0 3px 18px #0004;
  animation: toast-in 0.3s;
}
.toast.danger {
  border-color: #d6634e;
}
.toast.fade {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.4s;
}
.transition-curtain {
  position: fixed;
  inset: 0;
  z-index: 30;
  background: #050b08;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.transition-curtain.closed {
  opacity: 1;
}
.touch-controls {
  display: none;
}
.no-script {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  background: var(--ink);
  font: 26px var(--brush);
}
body.reduced-motion * {
  animation: none !important;
  transition-duration: 0.01s !important;
}
.screen-exit {
  animation: fade-out 0.5s forwards;
}
@keyframes pulse {
  to {
    opacity: 0.4;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateX(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 1600px) {
  .title-composition {
    top: 20%;
    left: 10%;
  }
  .title-description {
    font-size: 12px;
  }
  .title-actions {
    margin-top: 38px;
    width: 335px;
  }
  .journey-button {
    padding: 20px;
  }
  .menu-links {
    margin-top: 28px;
  }
}
@media (max-height: 730px) and (min-width: 801px) {
  .title-composition {
    top: 16%;
  }
  .title-lockup h1 {
    font-size: 138px;
  }
  .eyebrow {
    margin-bottom: 12px;
  }
  .title-verse {
    font-size: 25px;
    margin-top: 17px;
  }
  .title-description {
    font-size: 10px;
  }
  .title-actions {
    margin-top: 20px;
  }
  .journey-button {
    padding: 12px 18px;
  }
  .menu-links {
    margin-top: 15px;
  }
  .masthead {
    top: 25px;
  }
  .title-lockup .red-seal {
    font-size: 18px;
  }
  .menu-footer {
    bottom: 17px;
  }
  .dialog {
    padding: 26px 32px;
  }
  .path-card {
    min-height: 250px;
  }
  .path-card .sigil {
    margin: 13px 0;
  }
  .dialog-heading {
    margin-bottom: 20px;
  }
  .dialog-heading h2 {
    font-size: 34px;
  }
}
@media (max-width: 900px) {
  .title-composition {
    left: 7%;
    width: 65%;
    top: 21%;
  }
  .title-lockup h1 {
    font-size: 150px;
  }
  .masthead-right {
    display: none;
  }
  .title-verse {
    font-size: 24px;
  }
  .title-description {
    font-size: 10px;
  }
  .vertical-verse {
    right: 7%;
    font-size: 15px;
  }
  .location-tag {
    right: 5%;
    bottom: 14%;
  }
  .location-tag > div {
    font-size: 16px;
  }
  .hero-hud {
    top: 22px;
    left: 23px;
    gap: 11px;
  }
  .hero-emblem {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .hero-vitals {
    width: 170px;
  }
  .hero-name > span:first-child {
    font-size: 17px;
  }
  .chapter-hud strong {
    font-size: 21px;
  }
  .run-hud {
    right: 17px;
    top: 17px;
    gap: 8px;
  }
  .relic-belt {
    bottom: 119px;
    left: 18px;
    gap: 6px;
  }
  .relic-token {
    width: 29px;
    height: 32px;
  }
  .relic-token svg {
    width: 18px;
    height: 18px;
  }
  .dialog {
    padding: 30px 24px;
  }
  .path-card {
    padding: 15px 13px;
  }
  .path-card h3 {
    font-size: 23px;
  }
  .card-grid {
    gap: 10px;
  }
  .combo-display {
    right: 25px;
  }
  .combo-display b {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .masthead {
    top: 23px;
    left: 6%;
  }
  .title-composition {
    top: 19%;
    left: 9%;
    width: 80%;
  }
  .title-lockup h1 {
    font-size: 145px;
  }
  .title-verse {
    font-size: 27px;
  }
  .title-description {
    font-size: 11px;
    max-width: 320px;
  }
  .title-actions {
    width: 290px;
    margin-top: 30px;
  }
  .title-screen {
    background: linear-gradient(90deg, #0a1615eb, #0a16156e 85%, #07151077);
  }
  .vertical-verse,
  .location-tag {
    display: none;
  }
  .menu-footer {
    left: 6%;
    right: 6%;
    bottom: 20px;
  }
  .menu-footer > div:first-child {
    font-size: 7px;
    max-width: 155px;
    line-height: 1.8;
  }
  .footer-tools > #record-label {
    display: none;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 2.5px;
  }
  .brand-mark {
    font-size: 11px;
  }
  .hero-hud {
    left: 15px;
    top: 17px;
    gap: 8px;
  }
  .hero-emblem {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }
  .hero-vitals {
    width: 139px;
  }
  .hero-name > span:first-child {
    font-size: 16px;
  }
  .hero-name > span:last-child {
    font-size: 8px;
  }
  .chapter-hud {
    top: 89px;
  }
  .chapter-hud strong {
    font-size: 20px;
  }
  .chapter-hud small {
    font-size: 7px;
  }
  .run-hud {
    right: 10px;
    top: 14px;
    gap: 6px;
  }
  .run-hud strong {
    font-size: 14px;
  }
  .run-hud .soul-symbol {
    font-size: 20px;
  }
  .run-hud #run-time {
    font-size: 9px;
  }
  .room-status {
    top: 58px;
    right: 16px;
    font-size: 8px;
    letter-spacing: 1px;
  }
  .room-status small {
    font-size: 8px;
  }
  .sword-line {
    gap: 6px;
  }
  .sword-pip {
    width: 4px;
    height: 10px;
  }
  #sword-pips {
    gap: 4px;
  }
  .boss-hud {
    top: 157px;
    width: 65vw;
  }
  .boss-hud strong {
    font-size: 20px;
  }
  .combat-bar {
    bottom: 9px;
    gap: 9px;
    padding: 10px 8px;
  }
  .skill-slot {
    width: 36px;
    height: 53px;
  }
  .skill-slot svg {
    width: 24px;
    height: 24px;
  }
  .skill-slot > span {
    height: 24px;
  }
  .skill-slot kbd {
    font-size: 7px;
  }
  .skill-slot small {
    font-size: 10px;
  }
  .skill-separator {
    margin: 0 1px;
    height: 24px;
  }
  .combat-tip {
    display: none;
  }
  .relic-belt {
    bottom: 86px;
    left: 13px;
  }
  .combo-display {
    top: 34%;
    right: 16px;
  }
  .combo-display b {
    font-size: 36px;
  }
  .combo-display span {
    font-size: 11px;
  }
  .dialog {
    padding: 27px 18px;
    max-height: 90vh;
  }
  .overlay {
    padding: 15px;
  }
  .dialog-heading h2 {
    font-size: 32px;
    letter-spacing: 5px;
  }
  .dialog-heading small {
    font-size: 7px;
    letter-spacing: 3px;
  }
  .dialog-heading p {
    font-size: 10px;
    letter-spacing: 1px;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .path-card {
    min-height: 0;
    display: grid;
    grid-template-columns: 57px 1fr;
    gap: 2px 14px;
    text-align: left;
    align-items: center;
    padding: 14px;
  }
  .path-card .card-number,
  .path-card .card-stat {
    display: none;
  }
  .path-card .sigil {
    grid-row: 1/5;
    grid-column: 1;
    width: 52px;
    height: 52px;
    margin: 0;
  }
  .path-card .sigil svg {
    width: 29px;
    height: 29px;
  }
  .path-card h3 {
    margin: 0;
    font-size: 24px;
  }
  .path-card .card-tag {
    margin: 2px 0;
    font-size: 7px;
  }
  .path-card p {
    margin: 0;
    font-size: 10px;
    line-height: 1.7;
  }
  .card-foot {
    margin-top: 20px;
    font-size: 8px;
  }
  .dialog-heading {
    margin-bottom: 22px;
  }
  .control-grid {
    grid-template-columns: 1fr;
  }
  .control-row {
    padding: 10px 0;
  }
  .lore-grid {
    grid-template-columns: 1fr;
  }
  .lore-item {
    padding: 13px;
  }
  .lore-item p {
    margin-bottom: 0;
  }
  .inventory-list {
    grid-template-columns: 1fr;
  }
  .stats-grid {
    gap: 8px;
  }
  .stat-cell {
    padding: 13px 2px;
  }
  .stat-cell strong {
    font-size: 26px;
  }
  .stat-cell span {
    font-size: 8px;
  }
  .toast-stack {
    right: 12px;
    left: 12px;
    bottom: 95px;
    max-width: none;
  }
  .toast {
    font-size: 10px;
  }
  .chapter-announcement h2 {
    font-size: 42px;
    letter-spacing: 10px;
  }
  .chapter-announcement p {
    font-size: 13px;
    letter-spacing: 4px;
  }
}
@media (pointer: coarse) {
  .touch-controls {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  #joystick {
    position: absolute;
    left: 30px;
    bottom: 110px;
    width: 105px;
    height: 105px;
    border: 1px solid #afc09c4d;
    border-radius: 50%;
    background: #2d4b322a;
    pointer-events: auto;
    touch-action: none;
  }
  #joystick-knob {
    position: absolute;
    width: 41px;
    height: 41px;
    border: 1px solid #bcc6a669;
    border-radius: 50%;
    left: 31px;
    top: 31px;
    background: #b2c19624;
    pointer-events: none;
  }
  .touch-attacks {
    position: absolute;
    right: 23px;
    bottom: 111px;
    width: 125px;
    height: 125px;
    pointer-events: auto;
  }
  .touch-attacks button {
    position: absolute;
    width: 51px;
    height: 51px;
    border: 1px solid #c3b78566;
    border-radius: 50%;
    font: 23px var(--brush);
    background: #20352bd9;
    touch-action: none;
  }
  .touch-attacks button:nth-child(1) {
    right: 0;
    bottom: 0;
    width: 67px;
    height: 67px;
    background: #71603a88;
  }
  .touch-attacks button:nth-child(2) {
    top: 0;
    left: 21px;
  }
  .touch-attacks button:nth-child(3) {
    left: -18px;
    bottom: 9px;
  }
  .touch-attacks button:nth-child(4) {
    right: -9px;
    top: 2px;
    width: 41px;
    height: 41px;
    font-size: 19px;
  }
  .relic-belt {
    bottom: 255px;
  }
  .combat-bar {
    gap: 11px;
  }
  .combat-bar .skill-slot[data-action="attack"],
  .combat-bar .skill-slot[data-action="throw"],
  .combat-bar .skill-slot[data-action="recall"],
  .combat-bar .skill-slot[data-action="dash"] {
    display: none;
  }
  .combat-bar .skill-separator {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.hero-emblem > span {
  transform: rotate(-45deg);
  writing-mode: horizontal-tb;
}
.soul-counter {
  font: 19px var(--brush);
  color: var(--gold);
}
.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.journey-progress {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: -3px 0 28px;
}
.journey-node {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  font:
    11px Georgia,
    serif;
  color: #7c8f7a;
  position: relative;
}
.journey-node:after {
  content: "";
  position: absolute;
  left: 26px;
  top: 11px;
  height: 1px;
  width: 13px;
  background: var(--line);
}
.journey-node:last-child:after {
  display: none;
}
.journey-node.done {
  background: #82976d35;
  color: var(--gold);
}
.journey-node.next {
  border-color: var(--jade);
  color: var(--jade);
  box-shadow: 0 0 12px #97d4b51a;
}
.inventory-item small {
  font-size: 13px;
  color: var(--gold);
}
@media (max-width: 600px) {
  .card-grid.two {
    grid-template-columns: 1fr;
  }
  .journey-progress {
    gap: 8px;
    margin-bottom: 20px;
  }
  .journey-node {
    width: 21px;
    height: 21px;
    font-size: 9px;
  }
  .journey-node:after {
    left: 22px;
    width: 6px;
    top: 10px;
  }
}
/* 触屏提示避开摇杆和攻击区，短横屏为开始按钮留出完整高度。 */
@media (pointer: coarse) {
  .toast-stack {
    bottom: 265px;
    left: 16px;
    right: 16px;
    max-width: none;
  }
  .toast {
    padding: 10px 12px;
    font-size: 10px;
  }
}
@media (max-height: 560px) {
  .masthead {
    top: 14px;
  }
  .brand-glyph {
    width: 30px;
    height: 32px;
    font-size: 23px;
  }
  .brand-mark {
    font-size: 10px;
  }
  .brand-mark div > span {
    font-size: 6px;
    margin-top: 4px;
  }
  .title-composition {
    top: 19%;
    left: 8%;
    width: 65%;
  }
  .title-lockup h1 {
    font-size: 96px;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
  .title-verse {
    font-size: 19px;
    line-height: 1.3;
    margin: 12px 0;
  }
  .title-verse br {
    display: none;
  }
  .title-description {
    display: none;
  }
  .title-actions {
    margin-top: 16px;
    width: 255px;
  }
  .journey-button {
    padding: 10px 15px;
  }
  .journey-button > span:nth-child(2) {
    font-size: 21px;
  }
  .journey-button small {
    font-size: 6px;
  }
  .menu-links {
    margin-top: 12px;
    font-size: 10px;
  }
  .menu-footer {
    bottom: 10px;
  }
  .vertical-verse {
    font-size: 13px;
    top: 30%;
  }
  .location-tag {
    bottom: 20%;
    right: 6%;
  }
  .dialog {
    padding: 20px;
    max-height: 94vh;
  }
  .dialog-heading {
    margin-bottom: 17px;
  }
  .dialog-heading h2 {
    font-size: 28px;
    margin: 8px 0;
  }
  .dialog-heading p {
    font-size: 9px;
  }
  .path-card {
    min-height: 210px;
    padding: 12px;
  }
  .path-card .sigil {
    width: 48px;
    height: 48px;
    margin: 9px 0;
  }
  .path-card .sigil svg {
    width: 26px;
    height: 26px;
  }
  .path-card h3 {
    font-size: 22px;
  }
  .path-card p {
    font-size: 9px;
    margin-bottom: 5px;
  }
  .path-card .card-stat {
    font-size: 8px;
    padding-top: 8px;
  }
  .card-foot {
    margin-top: 14px;
  }
  .hero-hud {
    top: 12px;
  }
  .chapter-hud {
    top: 10px;
  }
  .chapter-hud strong {
    font-size: 20px;
    margin: 3px 0 5px;
  }
  .chapter-hud small {
    font-size: 7px;
  }
  .run-hud {
    top: 8px;
  }
  .room-status {
    top: 53px;
  }
  .boss-hud {
    top: 78px;
  }
  .boss-hud strong {
    font-size: 18px;
  }
  .boss-hud span {
    font-size: 7px;
  }
  .combat-bar {
    bottom: 8px;
  }
  .touch-controls #joystick {
    bottom: 85px;
    width: 95px;
    height: 95px;
  }
  .touch-controls #joystick-knob {
    left: 26px;
    top: 26px;
  }
  .touch-attacks {
    bottom: 84px;
  }
  .toast-stack {
    bottom: 80px;
    max-width: 300px;
    left: auto;
  }
  .relic-belt {
    bottom: 82px;
  }
  .touch-controls ~ .relic-belt {
    bottom: 195px;
  }
}
@media (max-width: 600px) {
  .title-lockup h1 {
    font-size: clamp(116px, 36vw, 145px);
  }
  .title-lockup .red-seal {
    font-size: 20px;
    margin-left: 17px;
  }
}
@media (max-width: 600px) and (max-height: 650px) {
  .title-composition {
    top: 17%;
  }
  .title-lockup h1 {
    font-size: 115px;
  }
  .title-verse {
    font-size: 23px;
    margin: 18px 0 10px;
  }
  .title-actions {
    margin-top: 19px;
  }
  .menu-links {
    margin-top: 14px;
  }
  .eyebrow {
    margin-bottom: 16px;
  }
  .title-description {
    font-size: 10px;
  }
}
