:root {
  --access-bg: #f7f5f2;
  --access-text: #625d53;
  --access-gold: #a28b67;
}
body.accessPage {
  margin: 0;
  background: var(--access-bg);
  color: var(--access-text);
  font-family: "Noto Serif TC", serif;
}
.accessMain {
  padding-top: 88px;
}
.accessHero {
  position: relative;
  max-width: 1790px;
  min-height: 1420px;
  margin: auto;
  padding: 62px 80px 90px;
}
.accessBreadcrumbs {
  display: flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid #d7d2ca;
  color: #332f2a;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.accessBreadcrumbs a {
  color: inherit;
}
.accessBreadcrumbs i {
  font-style: normal;
  color: #999185;
}
.accessBreadcrumbs b {
  font-weight: 500;
}
.accessHeading {
  margin-top: 54px;
}
.accessHeading h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.accessHeading p {
  margin: 4px 0 0;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #8c7f6d;
}
.accessTabs {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 52px 0 68px;
}
.accessTabs button {
  min-width: 122px;
  height: 48px;
  padding: 0 22px;
  border: 1px solid var(--access-gold);
  border-radius: 999px;
  background: transparent;
  color: #947d5c;
  font:
    500 17px "Noto Serif TC",
    serif;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.25s;
}
.accessTabs button.active,
.accessTabs button:hover {
  background: var(--access-gold);
  color: #fff;
}
.accessPanels {
  width: 100%;
}
.accessPanel {
  animation: accessFade 0.35s ease;
}
.routeScroll {
  width: 100%;
  overflow: auto;
  scrollbar-color: #baaa92 transparent;
}
.routeScroll img {
  display: block;
  width: 100%;
  height: auto;
}
.accessNote {
  margin: 28px 0 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #5f5a52;
}
.mobileRouteHint {
  display: none;
}
.accessMap {
  width: 780px;
  height: 390px;
  margin: 40px 0 0 auto;
  overflow: hidden;
  background: #ddd;
}
.accessMap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.bookingAnchor {
  position: absolute;
  bottom: 0;
}
@keyframes accessFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 62px;
  }
  .accessMain {
    padding-top: 62px;
  }
  .accessHero {
    min-height: 0;
    padding: 28px 14px 48px;
  }
  .accessBreadcrumbs {
    gap: 8px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .accessHeading {
    margin-top: 28px;
  }
  .accessHeading h1 {
    font-size: 30px;
  }
  .accessHeading p {
    font-size: 15px;
  }
  .accessTabs {
    justify-content: flex-start;
    gap: 8px;
    margin: 32px 0 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .accessTabs::-webkit-scrollbar {
    display: none;
  }
  .accessTabs button {
    flex: 0 0 auto;
    min-width: auto;
    height: 42px;
    padding: 0 17px;
    font-size: 14px;
  }
  .mobileRouteHint {
    display: block;
    margin: 0 0 15px;
    text-align: right;
    color: #a08f78;
    font-size: 11px;
    letter-spacing: 0.08em;
  }
  .routeScroll {
    margin: 0 -14px;
    width: calc(100% + 28px);
    padding: 0 14px 10px;
  }
  .routeScroll img {
    width: 820px;
    max-width: none;
  }
  .accessNote {
    margin: 17px 0 0;
    font-size: 13px;
    line-height: 1.8;
  }
  .accessMap {
    width: 100%;
    height: 330px;
    margin-top: 34px;
    border-radius: 3px;
  }
}
