.phone {
  position: relative;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,222,173,.14), transparent 24%),
    linear-gradient(180deg, var(--red-1) 0%, var(--red-2) 46%, var(--red-3) 100%);
  isolation: isolate;
}
.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 24%, rgba(255, 222, 173, .08), transparent 18%),
    radial-gradient(circle at 84% 16%, rgba(255, 211, 146, .06), transparent 16%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 2px, transparent 2px 7px);
  mix-blend-mode: screen;
  pointer-events: none;
  opacity: .55;
  z-index: -2;
}
.bg-building,
.bg-arch {
  position: absolute;
  top: 150px;
  width: 170px;
  height: 190px;
  pointer-events: none;
  opacity: .14;
  mix-blend-mode: screen;
}
.bg-building {
  right: 10px;
  background: linear-gradient(180deg, rgba(255,233,181,.7), rgba(255,215,160,.08));
  clip-path: polygon(20% 100%, 20% 54%, 36% 40%, 36% 0, 56% 0, 56% 34%, 72% 44%, 72% 100%);
}
.bg-arch {
  left: -4px;
  background: linear-gradient(180deg, rgba(255,233,181,.64), rgba(255,215,160,.08));
  clip-path: polygon(0 100%, 8% 84%, 20% 70%, 22% 34%, 40% 16%, 48% 0, 58% 16%, 76% 34%, 78% 70%, 92% 84%, 100% 100%);
}
.content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 24px 16px;
}
.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.brand-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.brand-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
  background: rgba(255, 255, 255, .88);
  border-radius: 50%;
  padding: 2px;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.18));
}
.museum-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  color: var(--gold-1);
  text-shadow: 0 2px 0 rgba(93, 34, 12, .52), 0 0 18px rgba(255, 222, 170, .15);
  letter-spacing: 1px;
}
.museum-sub {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 238, 211, .92);
  letter-spacing: 4px;
  font-size: 18px;
}
.museum-sub::before,
.museum-sub::after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(247, 219, 159, .74);
}
.guide-badge {
  margin: 16px auto 4px;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(247, 219, 159, .38);
  background: rgba(255,255,255,.04);
  color: rgba(255, 241, 214, .9);
  font-size: 14px;
  letter-spacing: .6px;
}
.guide-desc {
  margin: 0 0 12px;
  text-align: center;
  color: rgba(255, 236, 205, .75);
  font-size: 13px;
}
.resume-hint {
  align-self: center;
  margin: -4px 0 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(247, 219, 159, .18);
  color: rgba(255, 240, 214, .82);
  font-size: 12px;
}
.routes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 24px;
}
.routes::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 14px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(247, 219, 159, .28), rgba(247, 219, 159, .66), rgba(247, 219, 159, .18));
}
.route-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 90px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(247, 219, 159, .34);
  box-shadow: 0 14px 32px rgba(33,7,4,.22);
  background: rgba(92, 16, 13, .72);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.route-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
}
.route-card:hover,
.route-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(247, 219, 159, .52);
  box-shadow: 0 18px 36px rgba(33,7,4,.26);
  outline: none;
}
.route-card::before {
  content: "";
  position: absolute;
  left: -18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--gold-1);
  box-shadow: 0 0 14px rgba(247, 219, 159, .32);
}
.route-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(92, 16, 13, .9), rgba(92, 16, 13, .62)),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,.05) 44%, transparent 78%);
  pointer-events: none;
}
.route-content {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 14px 16px 14px 20px;
}
.route-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: var(--cream);
}
.route-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 241, 214, .86);
}
.route-arrow {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  color: var(--gold-1);
  font-size: 32px;
  line-height: 1;
}
.characters {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 12px;
  padding-top: 10px;
  position: relative;
}
.characters::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 4px;
  width: 180px;
  height: 56px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 215, 153, .24), transparent 70%);
  filter: blur(10px);
}
.mascot, .guide {
  position: relative;
  z-index: 1;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(33,7,4,.2));
}
.mascot { width: 90px; height: 120px; }
.guide { width: 96px; height: 140px; }
.bottom-arcs {
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: 84px;
  height: 160px;
  border-top: 2px solid rgba(247,219,159,.72);
  border-radius: 50% 50% 0 0;
  opacity: .7;
  pointer-events: none;
}
.bottom-arcs::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 12px;
  height: 120px;
  border-top: 1px solid rgba(247,219,159,.32);
  border-radius: 50% 50% 0 0;
}

.route-card.last-viewed {
  border-color: rgba(247, 219, 159, .56);
  box-shadow: 0 16px 36px rgba(33,7,4,.28), 0 0 0 1px rgba(247, 219, 159, .1) inset;
}
.resume-hint:hover {
  border-color: rgba(247, 219, 159, .36);
  background: rgba(255,255,255,.08);
}
.route-disabled {
  opacity: .55;
  pointer-events: none;
  cursor: default;
}
.route-tag {
  position: relative;
  z-index: 1;
  padding-right: 14px;
  color: rgba(255, 241, 214, .7);
  font-size: 12px;
  white-space: nowrap;
}
