.exhibit-text {
  position: absolute;
  display: none;
  padding: 10px;
  background: rgb(255 255 255 / 78%);
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(138 138 138);
  font-weight: bold;
  letter-spacing: 1px;
}

.controls-sample {
  margin: 0 auto;
  width: 200px;
}

.fa-arrow-right-long::before {
  color: #a4b945;
}

.fa-xmark::before {
  padding: 10px 13px;
  font-size: 1.1rem;
  color: #fff;
  background-color: #002451;
  border-radius: 50%;
  cursor: pointer;
}

.fa-solid.fa-xmark {
  position: absolute;
  top: -10px;
  right: -7px;
}

.robot-teach-wrap {
  position: absolute;
  right: 7%;
  bottom: 17%;
  padding: 10px;
  width: 345px;
  box-sizing: border-box !important;
  font-size: 0.7rem;
  font-family: "VT323", monospace;
  color: #fff !important;
  background-color: rgb(15 56 105 / 81%);
  border: 2px solid rgb(0 0 0 / 15%);
  border-radius: 3px;
  border-image: linear-gradient(to bottom right, #549aee 0, #0067e4);
  border-image-slice: 1;
}

@media screen and (max-width: 400px) {
  .robot-teach-wrap {
    width: 312px;
  }

  .projects-title-area {
    padding: 20px 82px 20px 20px;
    max-width: 73%;
  }

  .top-nav a {
    padding: 10px 15px;
    width: inherit;
    height: auto;
    font-size: 0.7rem;
  }
}

/* stylelint-disable no-descending-specificity */

/* RiEASE interactive brand lab */
.virtual-exhibition-page {
  --exhibition-accent: #aed500;
  --exhibition-accent-soft: rgb(174 213 0 / 12%);
  --exhibition-story-accent: #e8c98f;
  --exhibition-story-accent-soft: rgb(232 201 143 / 16%);
  --exhibition-ink: #070a0d;
  --exhibition-panel: rgb(8 13 16 / 86%);
  --exhibition-panel-solid: #0b1114;
  --exhibition-line: rgb(255 255 255 / 12%);
  --exhibition-muted: rgb(255 255 255 / 56%);

  overflow: hidden;
  margin: 0;
  font-family: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: #f7f8f3;
  background: var(--exhibition-ink);
}

.virtual-exhibition-page :where(h1, h2, h3) {
  text-wrap: balance;
}

.home-exhibition-host {
  position: relative;
  width: 100%;
  height: clamp(680px, 100svh, 920px);
  isolation: isolate;
}

.virtual-exhibition-page *,
.virtual-exhibition-page *::before,
.virtual-exhibition-page *::after {
  box-sizing: border-box;
}

.virtual-exhibition-page * {
  font-family: inherit;
}

.home-page {
  overflow-x: hidden;
}

.virtual-exhibition-page button,
.virtual-exhibition-page a {
  font: inherit;
}

.virtual-exhibition-page button:focus-visible,
.virtual-exhibition-page a:focus-visible {
  outline: 2px solid var(--exhibition-accent);
  outline-offset: 3px;
}

.virtual-exhibition-page .chapter-rail-item:focus-visible {
  outline-color: var(--exhibition-story-accent);
}

.virtual-exhibition-page .three-js {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 560px;
  isolation: isolate;
  background: #070a0d;
}

.home-exhibition-host .three-js {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-exhibition-host .space-3d {
  touch-action: pan-y;
}

.home-exhibition-host .exhibition-shell-home:fullscreen {
  width: 100vw;
  height: 100dvh;
}

.virtual-exhibition-page .space-3d {
  display: block;
  margin: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  background: #070a0d;
  outline: none;
  touch-action: none;
}

.virtual-exhibition-page .exhibition-atmosphere {
  position: absolute;
  z-index: 2;
  background:
    radial-gradient(circle at 52% 46%, transparent 30%, rgb(0 0 0 / 20%) 67%, rgb(0 0 0 / 58%) 100%),
    linear-gradient(180deg, rgb(4 8 10 / 26%), transparent 30%, transparent 72%, rgb(2 4 5 / 34%));
  pointer-events: none;
  inset: 0;
  transition: backdrop-filter 420ms ease, background 420ms ease;
}

.virtual-exhibition-page .is-story-focus .exhibition-atmosphere {
  background:
    linear-gradient(90deg, transparent 0%, transparent 36%, rgb(0 0 0 / 8%) 48%, rgb(0 0 0 / 56%) 100%),
    radial-gradient(circle at 48% 44%, transparent 30%, rgb(0 0 0 / 20%) 72%, rgb(0 0 0 / 58%) 100%),
    linear-gradient(180deg, rgb(4 8 10 / 26%), transparent 30%, transparent 72%, rgb(2 4 5 / 36%));
  backdrop-filter: none;
}

.virtual-exhibition-page .exhibition-atmosphere::after {
  position: absolute;
  opacity: 0.18;
  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='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
  inset: 0;
  mix-blend-mode: soft-light;
}

.virtual-exhibition-page .exhibition-chrome {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  inset: 0;
}

.virtual-exhibition-page .exhibition-toolbar {
  position: absolute;
  top: max(20px, env(safe-area-inset-top));
  right: max(24px, env(safe-area-inset-right));
  left: max(24px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.virtual-exhibition-page .exhibition-brand,
.virtual-exhibition-page .exhibition-status,
.virtual-exhibition-page .exhibition-action,
.virtual-exhibition-page .movement-control,
.virtual-exhibition-page .robot-teach-wrap,
.virtual-exhibition-page .story-panel,
.virtual-exhibition-page .robot-dialogue {
  background: var(--exhibition-panel);
  border: 1px solid var(--exhibition-line);
  box-shadow: 0 24px 64px rgb(0 0 0 / 34%);
  backdrop-filter: blur(18px);
}

.virtual-exhibition-page .exhibition-brand {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  min-height: 50px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  transition: border-color 180ms ease, transform 180ms ease;
  pointer-events: auto;
  gap: 12px;
}

.virtual-exhibition-page .exhibition-brand:hover {
  border-color: rgb(174 213 0 / 62%);
  transform: translateY(-2px);
}

.virtual-exhibition-page .exhibition-brand img {
  display: block;
  width: 96px;
  height: auto;
}

.virtual-exhibition-page .exhibition-heading {
  align-self: center;
  min-width: 0;
  text-shadow: 0 2px 18px rgb(0 0 0 / 68%);
}

.virtual-exhibition-page .exhibition-heading span,
.virtual-exhibition-page .exhibition-heading strong {
  display: block;
}

.virtual-exhibition-page .exhibition-heading span {
  margin-bottom: 3px;
  font-size: 11px;
  color: var(--exhibition-accent);
  font-weight: 850;
  letter-spacing: 0.2em;
}

.virtual-exhibition-page .exhibition-heading strong {
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.virtual-exhibition-page .exhibition-status {
  display: flex;
  align-items: center;
  padding: 0 14px;
  min-height: 40px;
  font-size: 12px;
  color: rgb(255 255 255 / 76%);
  border-radius: 999px;
  gap: 9px;
  letter-spacing: 0.04em;
}

.virtual-exhibition-page .exhibition-status-dot {
  width: 7px;
  height: 7px;
  background: #e8b45d;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(232 180 93 / 10%);
}

.virtual-exhibition-page .exhibition-status.is-ready .exhibition-status-dot {
  background: var(--exhibition-accent);
  box-shadow: 0 0 0 5px var(--exhibition-accent-soft);
}

.virtual-exhibition-page .exhibition-status.is-error .exhibition-status-dot {
  background: #ff735d;
  box-shadow: 0 0 0 5px rgb(255 115 93 / 13%);
}

.virtual-exhibition-page .exhibition-loader {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(28px, 7vw, 100px);
  background:
    radial-gradient(circle at 24% 38%, rgb(174 213 0 / 9%), transparent 30%),
    linear-gradient(118deg, #06090b 0%, #0a1013 54%, #050708 100%);
  transition: opacity 700ms ease, visibility 700ms ease;
  pointer-events: auto;
  inset: 0;
  gap: clamp(44px, 9vw, 140px);
}

.virtual-exhibition-page .exhibition-loader::before {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 5%);
  content: "";
  inset: 24px;
  pointer-events: none;
}

.virtual-exhibition-page .exhibition-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.virtual-exhibition-page .exhibition-entry-caption {
  position: absolute;
  top: calc(50% + clamp(92px, 15vh, 142px));
  left: 50%;
  z-index: 9;
  display: grid;
  justify-items: center;
  width: min(520px, calc(100vw - 44px));
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 20px);
  pointer-events: none;
}

.virtual-exhibition-page .exhibition-entry-caption span,
.virtual-exhibition-page .exhibition-entry-caption strong {
  display: block;
}

.virtual-exhibition-page .exhibition-entry-caption span {
  margin-bottom: 9px;
  font-size: 10px;
  color: var(--exhibition-accent);
  font-weight: 850;
  letter-spacing: 0.28em;
}

.virtual-exhibition-page .exhibition-entry-caption strong {
  font-size: clamp(22px, 3vw, 38px);
  color: #f6f8f4;
  text-shadow: 0 10px 36px rgb(0 0 0 / 82%);
  font-weight: 720;
  letter-spacing: -0.035em;
}

.virtual-exhibition-page .exhibition-entry-caption i {
  overflow: hidden;
  width: min(210px, 42vw);
  height: 1px;
  margin-top: 18px;
  background: rgb(255 255 255 / 12%);
}

.virtual-exhibition-page .exhibition-entry-caption i::after {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--exhibition-accent), transparent);
  box-shadow: 0 0 16px var(--exhibition-accent);
  content: "";
  animation: entry-caption-scan 1.2s ease-in-out infinite;
}

.virtual-exhibition-page .is-entering .exhibition-entry-caption {
  visibility: visible;
  animation: entry-caption-reveal 2.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.virtual-exhibition-page .exhibition-toolbar {
  transition: opacity 500ms ease;
}

.virtual-exhibition-page .is-entering .exhibition-toolbar {
  opacity: 0.42;
}

.virtual-exhibition-page .exhibition-loader-visual {
  position: relative;
  display: grid;
  width: clamp(180px, 28vw, 390px);
  aspect-ratio: 1;
  place-items: center;
  flex: 0 0 auto;
}

.virtual-exhibition-page .exhibition-loader-orbit {
  position: absolute;
  border: 1px solid rgb(174 213 0 / 28%);
  border-radius: 50%;
  animation: loader-orbit 9s linear infinite;
  inset: 0;
}

.virtual-exhibition-page .exhibition-loader-orbit::before,
.virtual-exhibition-page .exhibition-loader-orbit::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  content: "";
}

.virtual-exhibition-page .exhibition-loader-orbit::before {
  inset: 16%;
}

.virtual-exhibition-page .exhibition-loader-orbit::after {
  border-color: rgb(174 213 0 / 14%);
  inset: -10%;
}

.virtual-exhibition-page .exhibition-loader-mark {
  position: relative;
  display: grid;
  width: 68%;
  place-items: center;
}

.virtual-exhibition-page .exhibition-loader-mark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 40px rgb(174 213 0 / 35%));
}

.virtual-exhibition-page .exhibition-loader-copy {
  position: relative;
  z-index: 1;
  width: min(540px, 48vw);
}

.virtual-exhibition-page .exhibition-eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  color: var(--exhibition-accent);
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.virtual-exhibition-page .exhibition-loader h1 {
  margin: 0;
  font-size: clamp(32px, 4vw, 60px);
  color: #fff;
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.13;
}

.virtual-exhibition-page .exhibition-loader h1 span {
  display: block;
  white-space: nowrap;
}

.virtual-exhibition-page .exhibition-loader-intro {
  margin: 22px 0 30px;
  max-width: 480px;
  font-size: clamp(13px, 1.2vw, 16px);
  color: rgb(255 255 255 / 56%);
  line-height: 1.8;
}

.virtual-exhibition-page .exhibition-progress {
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 3px;
  background: rgb(255 255 255 / 10%);
  border-radius: 999px;
}

.virtual-exhibition-page .exhibition-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--exhibition-accent);
  border-radius: inherit;
  box-shadow: 0 0 18px rgb(174 213 0 / 62%);
  transition: width 180ms ease;
}

.virtual-exhibition-page .exhibition-progress-text {
  margin: 11px 0 0;
  font-size: 12px;
  color: rgb(255 255 255 / 42%);
  letter-spacing: 0.09em;
}

.virtual-exhibition-page .exhibition-loader-actions {
  margin-top: 26px;
  animation: loader-ready 500ms ease both;
}

.virtual-exhibition-page .exhibition-loader-actions[hidden] {
  display: none;
}

.virtual-exhibition-page .exhibition-loader-actions p {
  margin: 10px 0 0;
  font-size: 12px;
  color: rgb(255 255 255 / 38%);
  letter-spacing: 0.05em;
}

.virtual-exhibition-page .exhibition-enter {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px 0 22px;
  width: min(250px, 100%);
  min-height: 52px;
  color: #080b0d;
  background: var(--exhibition-accent);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgb(174 213 0 / 16%);
  cursor: pointer;
  gap: 22px;
  font-weight: 800;
}

.virtual-exhibition-page .exhibition-enter span:last-child {
  font-size: 20px;
  transition: transform 180ms ease;
}

.virtual-exhibition-page .exhibition-enter:hover span:last-child {
  transform: translateX(4px);
}

.virtual-exhibition-page .exhibition-retry {
  padding: 11px 18px;
  margin-top: 20px;
  color: #080b0d;
  background: var(--exhibition-accent);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 750;
}

.virtual-exhibition-page .chapter-rail {
  position: absolute;
  top: 50%;
  left: max(24px, env(safe-area-inset-left));
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 500ms ease 300ms, transform 500ms ease 300ms;
  transform: translate(-12px, -50%);
  pointer-events: auto;
  gap: 2px;
}

.virtual-exhibition-page .is-started .chapter-rail {
  opacity: 1;
  transform: translate(0, -50%);
}

.virtual-exhibition-page .chapter-rail::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 17px;
  width: 1px;
  background: rgb(255 255 255 / 12%);
  content: "";
}

.virtual-exhibition-page .chapter-rail-item {
  position: relative;
  display: grid;
  grid-template-columns: 34px auto;
  align-items: center;
  padding: 8px 12px 8px 0;
  min-height: 42px;
  text-align: left;
  color: rgb(255 255 255 / 36%);
  background: transparent;
  border: 0;
  cursor: pointer;
  gap: 10px;
}

.virtual-exhibition-page .chapter-rail-item span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 26px;
  font-size: 11px;
  background: #0b1012;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 999px;
  place-items: center;
  font-weight: 800;
}

.virtual-exhibition-page .chapter-rail-item strong {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: inherit;
}

.virtual-exhibition-page .chapter-rail-item:hover,
.virtual-exhibition-page .chapter-rail-item.is-active {
  color: #fff;
}

.virtual-exhibition-page .chapter-rail-item.is-active span {
  color: #080b0d;
  background: var(--exhibition-story-accent);
  border-color: var(--exhibition-story-accent);
  box-shadow: 0 0 24px var(--exhibition-story-accent-soft);
}

.virtual-exhibition-page .story-panel {
  position: absolute;
  top: 50%;
  right: max(clamp(48px, 6vw, 130px), env(safe-area-inset-right));
  overflow: hidden;
  padding: clamp(46px, 3.2vw, 58px);
  width: min(820px, calc(100vw - 420px));
  max-height: calc(100dvh - 90px);
  color: #fff;
  background: rgb(5 10 14 / 89%);
  border-radius: 24px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 30px 90px rgb(0 0 0 / 52%), 0 0 0 1px rgb(255 255 255 / 3%);
  backdrop-filter: blur(22px) saturate(1.05);
  transition: opacity 500ms ease 420ms, transform 500ms ease 420ms, visibility 300ms ease;
  transform: translate(20px, -48%);
  pointer-events: auto;
}

.virtual-exhibition-page .is-started .story-panel {
  opacity: 1;
  transform: translate(0, -50%);
  visibility: visible;
}

.virtual-exhibition-page .is-started .story-panel.is-closed {
  opacity: 0;
  transform: translate(28px, -50%);
  visibility: hidden;
}

.virtual-exhibition-page .story-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--exhibition-story-accent), transparent 72%);
  content: "";
}

/* 手機版 bottom sheet 收合把手，桌機不顯示 */
.virtual-exhibition-page .story-handle {
  display: none;
}

.virtual-exhibition-page .panel-close,
.virtual-exhibition-page .guide-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 21px;
  color: rgb(255 255 255 / 58%);
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 10px;
  cursor: pointer;
  place-items: center;
  line-height: 1;
}

.virtual-exhibition-page .story-heading {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: start;
  margin-right: 24px;
  gap: 14px;
}

.virtual-exhibition-page .story-index {
  display: grid;
  width: 68px;
  height: 68px;
  font-size: 17px;
  color: #0a0e10;
  background: var(--exhibition-story-accent);
  border-radius: 15px;
  place-items: center;
  font-weight: 900;
}

.virtual-exhibition-page .story-heading h2 {
  margin: 0;
  font-size: clamp(40px, 2.75vw, 48px);
  color: #fff;
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.25;
}

.virtual-exhibition-page .story-heading .exhibition-eyebrow {
  font-size: 13px;
  color: var(--exhibition-story-accent);
}

.virtual-exhibition-page .story-lead {
  margin: 30px 0;
  max-width: 58ch;
  font-size: 23px;
  color: rgb(255 255 255 / 76%);
  line-height: 1.75;
}

.virtual-exhibition-page .story-body {
  overflow: auto;
  max-height: min(40dvh, 370px);
  scrollbar-color: var(--exhibition-story-accent-soft) transparent;
  scrollbar-width: thin;
}

.virtual-exhibition-page .story-panel::-webkit-scrollbar,
.virtual-exhibition-page .story-body::-webkit-scrollbar {
  width: 4px;
}

.virtual-exhibition-page .story-panel::-webkit-scrollbar-track,
.virtual-exhibition-page .story-body::-webkit-scrollbar-track {
  background: transparent;
}

.virtual-exhibition-page .story-panel::-webkit-scrollbar-thumb,
.virtual-exhibition-page .story-body::-webkit-scrollbar-thumb {
  background: var(--exhibition-story-accent-soft);
  border-radius: 999px;
}

.virtual-exhibition-page .story-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.virtual-exhibition-page .story-stat-grid div {
  padding: 24px 16px;
  text-align: center;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 14px;
}

.virtual-exhibition-page .story-stat-grid strong,
.virtual-exhibition-page .story-stat-grid span {
  display: block;
}

.virtual-exhibition-page .story-stat-grid strong {
  margin-bottom: 5px;
  font-size: 36px;
  color: var(--exhibition-story-accent);
}

.virtual-exhibition-page .story-stat-grid span {
  font-size: 16px;
  color: rgb(255 255 255 / 62%);
}

.virtual-exhibition-page .story-pill-row,
.virtual-exhibition-page .partner-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.virtual-exhibition-page .story-pill-row span,
.virtual-exhibition-page .partner-cloud span {
  padding: 8px 12px;
  font-size: 15px;
  color: rgb(255 255 255 / 78%);
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 999px;
}

.virtual-exhibition-page .story-note {
  padding: 16px 18px;
  margin: 14px 0 0;
  font-size: 17px;
  color: rgb(255 255 255 / 70%);
  background: var(--exhibition-story-accent-soft);
  border-left: 2px solid var(--exhibition-story-accent);
  line-height: 1.7;
}

.virtual-exhibition-page .service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.virtual-exhibition-page .service-grid div {
  position: relative;
  padding: 20px 18px 19px 56px;
  min-height: 94px;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 13px;
}

.virtual-exhibition-page .service-grid span {
  position: absolute;
  top: 21px;
  left: 18px;
  font-size: 15px;
  color: var(--exhibition-story-accent);
  font-weight: 800;
}

.virtual-exhibition-page .service-grid strong,
.virtual-exhibition-page .service-grid small {
  display: block;
}

.virtual-exhibition-page .service-grid strong {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  line-height: 1.35;
}

.virtual-exhibition-page .service-grid small {
  font-size: 16px;
  color: rgb(255 255 255 / 60%);
  line-height: 1.6;
}

.virtual-exhibition-page .process-track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 8px;
}

.virtual-exhibition-page .process-track li {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  font-size: 16px;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 12px;
  gap: 9px;
}

.virtual-exhibition-page .process-track span {
  font-size: 13px;
  color: var(--exhibition-story-accent);
}

.virtual-exhibition-page .process-track strong {
  color: #fff;
  font-weight: 650;
}

.virtual-exhibition-page .trust-card {
  display: flex;
  align-items: center;
  padding: 13px;
  margin-bottom: 12px;
  background: linear-gradient(110deg, var(--exhibition-story-accent-soft), rgb(255 255 255 / 3%));
  border: 1px solid var(--exhibition-story-accent-soft);
  border-radius: 15px;
  gap: 14px;
}

.virtual-exhibition-page .trust-card p {
  margin: 0;
  font-size: 17px;
  color: rgb(255 255 255 / 74%);
}

.virtual-exhibition-page .iso-mark {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  color: #081012;
  background: var(--exhibition-story-accent);
  border-radius: 10px;
}

.virtual-exhibition-page .iso-mark span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.virtual-exhibition-page .iso-mark strong {
  font-size: 24px;
  line-height: 1;
}

.virtual-exhibition-page .contact-card {
  padding: 17px;
  background: linear-gradient(130deg, var(--exhibition-story-accent-soft), rgb(255 255 255 / 3%));
  border: 1px solid var(--exhibition-story-accent-soft);
  border-radius: 16px;
}

.virtual-exhibition-page .contact-card p {
  margin: 0 0 14px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}

.virtual-exhibition-page .contact-card > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
  min-height: 48px;
  font-size: 15px;
  text-decoration: none;
  color: #0a0e10;
  background: var(--exhibition-story-accent);
  border-radius: 11px;
  font-weight: 800;
}

.virtual-exhibition-page .contact-card > div {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  gap: 10px;
}

.virtual-exhibition-page .contact-card > div a {
  font-size: 15px;
  text-decoration: none;
  color: rgb(255 255 255 / 66%);
}

.virtual-exhibition-page .story-navigation {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  margin-top: 22px;
  gap: 12px;
}

.virtual-exhibition-page .story-navigation button {
  display: inline-flex;
  align-items: center;
  padding: 0 13px;
  min-height: 44px;
  font-size: 15px;
  color: rgb(255 255 255 / 72%);
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 10px;
  cursor: pointer;
  gap: 8px;
}

.virtual-exhibition-page .story-navigation button:last-child {
  color: #0a0e10;
  background: var(--exhibition-story-accent);
  border-color: var(--exhibition-story-accent);
  font-weight: 800;
}

.virtual-exhibition-page .story-navigation button:disabled {
  opacity: 0.28;
  cursor: default;
}

.virtual-exhibition-page .story-navigation > span {
  font-size: 14px;
  text-align: center;
  color: rgb(255 255 255 / 34%);
  letter-spacing: 0.12em;
}

.virtual-exhibition-page .robot-dialogue {
  position: absolute;
  top: max(88px, calc(env(safe-area-inset-top) + 68px));
  left: max(24px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: 44px 1fr;
  padding: 13px 15px 13px 13px;
  width: min(430px, calc(100vw - 500px));
  min-width: 330px;
  border-radius: 18px;
  opacity: 0;
  transition: opacity 500ms ease 520ms, transform 500ms ease 520ms;
  transform: translateY(-12px);
  pointer-events: auto;
  gap: 12px;
}

.virtual-exhibition-page .is-started .robot-dialogue {
  opacity: 1;
  transform: translateY(0);
}

.virtual-exhibition-page .robot-dialogue-avatar {
  display: grid;
  width: 44px;
  height: 44px;
  color: #091012;
  background: var(--exhibition-accent);
  border-radius: 14px 18px 13px 17px;
  box-shadow: 0 0 28px rgb(174 213 0 / 16%);
  transform: rotate(-4deg);
  place-items: center;
  font-weight: 900;
}

.virtual-exhibition-page .robot-dialogue-avatar img {
  width: 64%;
  height: auto;
  filter: brightness(0) opacity(0.88);
}

.virtual-exhibition-page .robot-dialogue-copy > span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  color: var(--exhibition-accent);
  font-weight: 800;
  letter-spacing: 0.15em;
}

.virtual-exhibition-page .robot-dialogue-copy p {
  margin: 0;
  font-size: 13px;
  color: rgb(255 255 255 / 68%);
  line-height: 1.6;
}

.virtual-exhibition-page .robot-dialogue-actions {
  display: flex;
  margin-top: 8px;
  gap: 6px;
}

.virtual-exhibition-page .robot-dialogue-actions button {
  padding: 5px 9px;
  font-size: 12px;
  color: #0a0e10;
  background: var(--exhibition-accent);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 800;
}

.virtual-exhibition-page .robot-dialogue-actions button:last-child {
  color: rgb(255 255 255 / 60%);
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 8%);
}

.virtual-exhibition-page .world-hotspot {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 5px 11px 5px 5px;
  color: #fff;
  background: rgb(8 13 16 / 76%);
  border: 1px solid rgb(174 213 0 / 36%);
  border-radius: 999px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 8px 30px rgb(0 0 0 / 30%);
  transition: opacity 250ms ease, transform 250ms ease, visibility 250ms ease;
  transform: translate(-50%, -50%) scale(0.92);
  pointer-events: auto;
  gap: 7px;
  cursor: pointer;
}

.virtual-exhibition-page .is-started .world-hotspot:not(.is-hidden) {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.virtual-exhibition-page .world-hotspot span {
  display: grid;
  width: 26px;
  height: 26px;
  font-size: 10px;
  color: #0a0e10;
  background: var(--exhibition-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(174 213 0 / 10%);
  animation: hotspot-pulse 2.4s ease-in-out infinite;
  place-items: center;
  font-weight: 850;
}

.virtual-exhibition-page .world-hotspot strong {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  color: inherit;
}

.virtual-exhibition-page .robot-teach-wrap {
  position: absolute;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(86px, calc(env(safe-area-inset-bottom) + 78px));
  padding: 23px;
  width: min(390px, calc(100vw - 48px));
  color: #fff;
  border-radius: 20px;
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
  pointer-events: auto;
}

.virtual-exhibition-page .robot-teach-wrap.is-closed {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  visibility: hidden;
}

.virtual-exhibition-page .robot-teach-wrap h2 {
  margin: 0 0 18px;
  font-size: 21px;
  color: #fff;
  letter-spacing: -0.02em;
}

.virtual-exhibition-page .guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.virtual-exhibition-page .guide-item {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 0;
  background: rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 12px;
  gap: 9px;
}

.virtual-exhibition-page .guide-item span:last-child,
.virtual-exhibition-page .guide-item strong {
  display: block;
}

.virtual-exhibition-page .guide-item span:last-child {
  font-size: 11px;
  color: rgb(255 255 255 / 48%);
  line-height: 1.45;
}

.virtual-exhibition-page .guide-item strong {
  margin-bottom: 2px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.virtual-exhibition-page .guide-icon {
  display: grid;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: var(--exhibition-accent);
  background: var(--exhibition-accent-soft);
  border: 1px solid rgb(174 213 0 / 15%);
  border-radius: 9px;
  flex: 0 0 auto;
  place-items: center;
}

.virtual-exhibition-page .guide-icon img {
  width: 62%;
  height: auto;
}

.virtual-exhibition-page .guide-shortcuts {
  margin: 15px 0 0;
  font-size: 11px;
  color: rgb(255 255 255 / 36%);
  letter-spacing: 0.03em;
}

.virtual-exhibition-page .movement-control {
  position: absolute;
  bottom: max(18px, env(safe-area-inset-bottom));
  left: 50%;
  display: flex;
  align-items: center;
  padding: 8px 10px 8px 13px;
  color: #fff;
  border-radius: 17px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease 620ms, transform 500ms ease 620ms, visibility 500ms ease 620ms;
  transform: translate(-50%, 14px);
  pointer-events: none;
  gap: 12px;
}

.virtual-exhibition-page .is-started .movement-control {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.virtual-exhibition-page .movement-control-copy {
  display: flex;
  flex-direction: column;
  min-width: 72px;
  line-height: 1.25;
}

.virtual-exhibition-page .movement-control-copy strong {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.04em;
}

.virtual-exhibition-page .movement-control-copy small {
  margin-top: 3px;
  font-size: 9px;
  color: rgb(255 255 255 / 42%);
  letter-spacing: 0.06em;
}

.virtual-exhibition-page .movement-pad {
  display: grid;
  grid-template-columns: repeat(3, 32px);
  grid-template-rows: repeat(2, 30px);
  gap: 3px;
}

.virtual-exhibition-page .movement-button {
  display: grid;
  padding: 0;
  font-size: 15px;
  color: rgb(255 255 255 / 76%);
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 8px;
  transition: color 140ms ease, background 140ms ease, border-color 140ms ease, transform 140ms ease;
  place-items: center;
  cursor: pointer;
  touch-action: none;
  user-select: none;
}

.virtual-exhibition-page .movement-forward {
  grid-column: 2;
  grid-row: 1;
}

.virtual-exhibition-page .movement-left {
  grid-column: 1;
  grid-row: 2;
}

.virtual-exhibition-page .movement-backward {
  grid-column: 2;
  grid-row: 2;
}

.virtual-exhibition-page .movement-right {
  grid-column: 3;
  grid-row: 2;
}

.virtual-exhibition-page .movement-button:hover,
.virtual-exhibition-page .movement-button.is-active {
  color: #0a0e10;
  background: var(--exhibition-accent);
  border-color: var(--exhibition-accent);
  transform: translateY(-1px);
}

.virtual-exhibition-page .movement-button:focus-visible {
  outline: 2px solid var(--exhibition-accent);
  outline-offset: 2px;
}

.virtual-exhibition-page .exhibition-actions {
  position: absolute;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  display: flex;
  opacity: 0;
  transition: opacity 500ms ease 520ms, transform 500ms ease 520ms;
  transform: translateY(14px);
  gap: 7px;
}

.virtual-exhibition-page .is-started .exhibition-actions {
  opacity: 1;
  transform: translateY(0);
}

.virtual-exhibition-page .exhibition-action {
  display: flex;
  align-items: center;
  padding: 0 13px;
  min-height: 43px;
  font-size: 12px;
  color: rgb(255 255 255 / 68%);
  border-radius: 13px;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
  pointer-events: auto;
  gap: 7px;
  cursor: pointer;
}

.virtual-exhibition-page .exhibition-action span:first-child {
  font-size: 16px;
  color: var(--exhibition-accent);
}

.virtual-exhibition-page .exhibition-status-text,
.virtual-exhibition-page .exhibition-action span:last-child {
  color: inherit;
}

.virtual-exhibition-page .exhibition-action:hover {
  color: #fff;
  border-color: rgb(174 213 0 / 46%);
  transform: translateY(-2px);
}

.virtual-exhibition-page .exhibition-action-help {
  position: relative;
  justify-content: center;
  min-width: 104px;
  color: #0a0e10;
  background: var(--exhibition-accent);
  border-color: var(--exhibition-accent);
  box-shadow: 0 0 0 0 rgb(174 213 0 / 36%), 0 14px 32px rgb(0 0 0 / 28%);
  font-weight: 850;
  animation: help-attention 2.2s ease-in-out infinite;
}

.virtual-exhibition-page .exhibition-action-help span:first-child {
  color: #0a0e10;
  font-weight: 900;
}

.virtual-exhibition-page .exhibition-action-help:hover {
  color: #0a0e10;
  background: #c3e933;
  border-color: #c3e933;
}

.virtual-exhibition-page .help-coachmark {
  position: absolute;
  display: block;
  right: 0;
  bottom: calc(100% + 12px);
  padding: 8px 11px;
  font-size: 11px;
  color: #fff;
  background: rgb(7 11 14 / 94%);
  border: 1px solid rgb(174 213 0 / 52%);
  border-radius: 10px;
  opacity: 1;
  box-shadow: 0 12px 28px rgb(0 0 0 / 32%);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  transform: translateY(0);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.02em;
}

.virtual-exhibition-page .exhibition-action-help span.help-coachmark {
  color: #fff;
}

.virtual-exhibition-page .exhibition-action-help.is-discovered .help-coachmark,
.virtual-exhibition-page .exhibition-action-help[aria-expanded="true"] .help-coachmark {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}

@keyframes help-attention {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgb(174 213 0 / 30%), 0 14px 32px rgb(0 0 0 / 28%);
  }

  50% {
    box-shadow: 0 0 0 8px rgb(174 213 0 / 0%), 0 14px 32px rgb(0 0 0 / 28%);
  }
}

.virtual-exhibition-page .tour-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 2px;
  background: rgb(255 255 255 / 5%);
}

.virtual-exhibition-page .tour-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--exhibition-accent);
  box-shadow: 0 0 18px rgb(174 213 0 / 50%);
  transition: width 700ms ease;
}

.virtual-exhibition-page .exhibition-toast {
  position: absolute;
  bottom: max(106px, calc(env(safe-area-inset-bottom) + 94px));
  left: 50%;
  padding: 10px 15px;
  font-size: 12px;
  color: #0c1113;
  background: var(--exhibition-accent);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
  transform: translate(-50%, 12px);
  font-weight: 750;
  pointer-events: none;
}

.virtual-exhibition-page .exhibition-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.virtual-exhibition-page .exhibit-text {
  position: absolute;
  display: none;
  padding: 8px 11px;
  max-width: 220px;
  font-size: 11px;
  color: #101415;
  background: rgb(255 255 255 / 92%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgb(0 0 0 / 22%);
  pointer-events: none;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.virtual-exhibition-page video {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.virtual-exhibition-page .space-3d.is-interactive {
  cursor: pointer;
}

@keyframes loader-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes loader-ready {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

@keyframes entry-caption-reveal {
  0%,
  12% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }

  28%,
  72% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -10px);
  }
}

@keyframes entry-caption-scan {
  from {
    transform: translateX(-130%);
  }

  to {
    transform: translateX(340%);
  }
}

@keyframes hotspot-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgb(174 213 0 / 9%);
  }

  50% {
    box-shadow: 0 0 0 9px rgb(174 213 0 / 3%);
  }
}

@media screen and (max-width: 980px) {
  .virtual-exhibition-page .exhibition-heading {
    display: none;
  }

  .virtual-exhibition-page .exhibition-toolbar {
    grid-template-columns: auto 1fr;
  }

  .virtual-exhibition-page .exhibition-status {
    justify-self: end;
  }

  .virtual-exhibition-page .story-panel {
    right: max(24px, env(safe-area-inset-right));
    padding: 38px;
    width: min(720px, calc(100vw - 140px));
  }

  .virtual-exhibition-page .robot-dialogue {
    width: min(380px, calc(100vw - 460px));
  }
}

@media screen and (min-width: 821px) and (max-width: 980px) {
  .virtual-exhibition-page .is-started.is-story-focus .robot-dialogue {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;
  }
}

@media screen and (max-width: 820px) {
  .virtual-exhibition-page .three-js {
    min-height: 560px;
  }

  .virtual-exhibition-page .exhibition-atmosphere {
    background:
      radial-gradient(circle at 50% 35%, transparent 22%, rgb(0 0 0 / 18%) 64%, rgb(0 0 0 / 56%) 100%),
      linear-gradient(180deg, rgb(4 8 10 / 18%), transparent 45%, rgb(2 4 5 / 36%));
  }

  .virtual-exhibition-page .is-story-focus .exhibition-atmosphere {
    backdrop-filter: none;
  }

  .virtual-exhibition-page .exhibition-toolbar {
    top: max(10px, env(safe-area-inset-top));
    right: max(10px, env(safe-area-inset-right));
    left: max(10px, env(safe-area-inset-left));
    gap: 8px;
  }

  .virtual-exhibition-page .exhibition-brand {
    padding: 6px 10px;
    min-height: 43px;
    border-radius: 13px;
  }

  .virtual-exhibition-page .exhibition-brand img {
    width: 75px;
  }

  .virtual-exhibition-page .exhibition-status {
    padding: 0 11px;
    min-height: 35px;
    font-size: 11px;
  }

  .virtual-exhibition-page .exhibition-loader {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
  }

  .virtual-exhibition-page .exhibition-loader::before {
    inset: 12px;
  }

  .virtual-exhibition-page .exhibition-loader-visual {
    width: 118px;
  }

  .virtual-exhibition-page .exhibition-loader-copy {
    width: 100%;
  }

  .virtual-exhibition-page .exhibition-loader h1 {
    font-size: clamp(28px, 8vw, 44px);
  }

  .virtual-exhibition-page .exhibition-loader-intro {
    margin: 14px 0 20px;
    font-size: 14px;
  }

  .virtual-exhibition-page .exhibition-entry-caption {
    top: calc(50% + 94px);
  }

  .virtual-exhibition-page .exhibition-entry-caption strong {
    font-size: clamp(22px, 7vw, 32px);
  }

  .virtual-exhibition-page .chapter-rail {
    top: auto;
    right: 10px;
    bottom: calc(max(66px, env(safe-area-inset-bottom) + 56px));
    left: 10px;
    overflow-x: auto;
    flex-direction: row;
    padding: 5px;
    background: rgb(7 11 13 / 86%);
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 14px;
    backdrop-filter: blur(16px);
    transform: translateY(12px);
    scrollbar-width: none;
    gap: 3px;
  }

  .virtual-exhibition-page .is-started .chapter-rail {
    transform: translateY(0);
  }

  .virtual-exhibition-page .chapter-rail::before {
    display: none;
  }

  .virtual-exhibition-page .chapter-rail-item {
    display: block;
    padding: 0;
    min-height: auto;
  }

  .virtual-exhibition-page .chapter-rail-item span {
    width: 34px;
    height: 30px;
    font-size: 11px;
  }

  .virtual-exhibition-page .chapter-rail-item strong {
    display: none;
  }

  .virtual-exhibition-page .story-panel {
    top: auto;
    right: 10px;
    bottom: calc(max(132px, env(safe-area-inset-bottom) + 122px));
    left: 10px;
    overflow: auto;
    padding: 20px;
    width: auto;
    max-height: min(50dvh, 450px);
    border-radius: 19px;
    transform: translateY(18px);
  }

  .virtual-exhibition-page .is-started .story-panel {
    transform: translateY(0);
  }

  .virtual-exhibition-page .is-started .story-panel.is-closed {
    transform: translateY(20px);
  }

  .virtual-exhibition-page .story-handle {
    display: block;
    margin: -8px auto 6px;
    padding: 8px 0;
    width: 88px;
    background: none;
    border: 0;
    cursor: pointer;
  }

  .virtual-exhibition-page .story-handle span {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 4px;
    background: rgb(255 255 255 / 30%);
    border-radius: 999px;
  }

  .virtual-exhibition-page .story-panel.is-sheet-collapsed .story-lead,
  .virtual-exhibition-page .story-panel.is-sheet-collapsed .story-body,
  .virtual-exhibition-page .story-panel.is-sheet-collapsed .story-navigation {
    display: none;
  }

  .virtual-exhibition-page .story-heading {
    grid-template-columns: 42px 1fr;
    margin-right: 20px;
    gap: 11px;
  }

  .virtual-exhibition-page .story-index {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .virtual-exhibition-page .story-heading h2 {
    font-size: clamp(24px, 6.5vw, 28px);
  }

  .virtual-exhibition-page .story-heading .exhibition-eyebrow {
    font-size: 12px;
  }

  .virtual-exhibition-page .story-lead {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .virtual-exhibition-page .story-body {
    max-height: 28dvh;
  }

  .virtual-exhibition-page .story-navigation {
    margin-top: 14px;
  }

  .virtual-exhibition-page .story-stat-grid strong {
    font-size: 25px;
  }

  .virtual-exhibition-page .story-stat-grid span {
    font-size: 13px;
  }

  .virtual-exhibition-page .story-pill-row span,
  .virtual-exhibition-page .partner-cloud span {
    padding: 6px 9px;
    font-size: 13px;
  }

  .virtual-exhibition-page .story-note {
    padding: 12px 13px;
    font-size: 14px;
  }

  .virtual-exhibition-page .service-grid div {
    padding: 14px 11px 13px 42px;
    min-height: 80px;
  }

  .virtual-exhibition-page .service-grid span {
    top: 15px;
    left: 11px;
    font-size: 13px;
  }

  .virtual-exhibition-page .service-grid strong {
    font-size: 16px;
  }

  .virtual-exhibition-page .service-grid small {
    font-size: 14px;
  }

  .virtual-exhibition-page .process-track li {
    padding: 10px 11px;
    font-size: 14px;
  }

  .virtual-exhibition-page .process-track span {
    font-size: 11px;
  }

  .virtual-exhibition-page .trust-card p {
    font-size: 15px;
  }

  .virtual-exhibition-page .iso-mark span {
    font-size: 10px;
  }

  .virtual-exhibition-page .iso-mark strong {
    font-size: 21px;
  }

  .virtual-exhibition-page .contact-card p {
    font-size: 15px;
  }

  .virtual-exhibition-page .contact-card > a {
    min-height: 44px;
    font-size: 14px;
  }

  .virtual-exhibition-page .contact-card > div a,
  .virtual-exhibition-page .story-navigation button,
  .virtual-exhibition-page .story-navigation > span {
    font-size: 13px;
  }

  .virtual-exhibition-page .robot-dialogue {
    top: max(62px, calc(env(safe-area-inset-top) + 52px));
    right: 10px;
    bottom: auto;
    left: 10px;
    grid-template-columns: 36px 1fr;
    padding: 9px 11px 9px 9px;
    width: auto;
    min-width: 0;
    border-radius: 14px;
    gap: 9px;
  }

  .virtual-exhibition-page .robot-dialogue-avatar {
    width: 36px;
    height: 36px;
    border-radius: 11px 14px 10px 13px;
  }

  .virtual-exhibition-page .robot-dialogue-copy p {
    overflow: hidden;
    max-height: 2.9em;
    font-size: 13px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .virtual-exhibition-page .robot-dialogue-actions {
    margin-top: 5px;
  }

  .virtual-exhibition-page .robot-dialogue-actions button {
    padding: 5px 8px;
  }

  .virtual-exhibition-page .contact-card > div a,
  .virtual-exhibition-page .story-navigation > span {
    font-size: 12px;
  }

  .virtual-exhibition-page .robot-dialogue-actions button:last-child {
    display: none;
  }

  .virtual-exhibition-page .world-hotspots {
    display: none;
  }

  .virtual-exhibition-page .movement-control {
    top: max(184px, calc(env(safe-area-inset-top) + 174px));
    bottom: auto;
    left: 10px;
    padding: 7px;
    border-radius: 14px;
    transform: translateY(10px);
    gap: 0;
  }

  .virtual-exhibition-page .is-started .movement-control {
    transform: translateY(0);
  }

  .virtual-exhibition-page .movement-control-copy {
    display: none;
  }

  .virtual-exhibition-page .movement-pad {
    grid-template-columns: repeat(3, 34px);
    grid-template-rows: repeat(2, 32px);
  }

  .virtual-exhibition-page .robot-teach-wrap {
    right: 10px;
    bottom: calc(max(64px, env(safe-area-inset-bottom) + 54px));
    left: 10px;
    overflow: auto;
    padding: 20px;
    width: auto;
    max-height: calc(100dvh - 140px);
    border-radius: 18px;
  }

  .virtual-exhibition-page .guide-grid {
    grid-template-columns: 1fr;
  }

  .virtual-exhibition-page .guide-shortcuts {
    display: none;
  }

  .virtual-exhibition-page .exhibition-actions {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
  }

  .virtual-exhibition-page .exhibition-action {
    justify-content: center;
    padding: 0 9px;
    min-height: 42px;
    flex: 1;
  }

  .virtual-exhibition-page .exhibition-action-help {
    min-width: 0;
  }

  .virtual-exhibition-page .help-coachmark {
    display: none;
  }

  .virtual-exhibition-page .exhibition-action-wide {
    display: none;
  }

  .virtual-exhibition-page .exhibition-toast {
    bottom: calc(max(112px, env(safe-area-inset-bottom) + 102px));
    max-width: calc(100vw - 20px);
    text-align: center;
    white-space: nowrap;
  }
}

@media screen and (max-width: 430px) {
  .virtual-exhibition-page .service-grid,
  .virtual-exhibition-page .process-track {
    grid-template-columns: 1fr 1fr;
  }

  .virtual-exhibition-page .service-grid div {
    padding: 12px 9px 11px 37px;
  }

  .virtual-exhibition-page .service-grid span {
    top: 12px;
    left: 9px;
  }

  .virtual-exhibition-page .story-stat-grid strong {
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .virtual-exhibition-page *,
  .virtual-exhibition-page *::before,
  .virtual-exhibition-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
/* stylelint-enable no-descending-specificity */
