@charset "UTF-8";
.mapTitle, .decoGroup {
  transition: all 0.5s ease-in-out;
}

/* ═══ 園區地圖頁 ═══════════════════════════════════════════════════════════ */
.mapPage #smooth-wrapper,
.mapPage #smooth-content {
  height: 100dvh;
  height: 100vh;
  overflow: hidden;
}
.mapPage .outerWrap {
  max-width: none;
  padding: 0;
  height: 100dvh;
  height: 100vh;
  overflow: hidden;
}
.mapPage footer {
  display: none;
}
.mapPage header {
  position: absolute;
}

/* 主容器 */
.mapPageWrap {
  position: relative;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  overflow: hidden;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* 背景底圖 */
.mapBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.mapBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 地圖互動區 */
.mapViewport {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: grab;
  touch-action: none;
  overflow: hidden;
}
.mapViewport:active {
  cursor: grabbing;
}

.mapLayer {
  position: absolute;
  top: 8px;
  left: -8px;
  transform-origin: 0 0;
  will-change: transform, opacity, filter;
  opacity: 0;
  filter: blur(4px);
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, filter 0.5s 0.3s ease-in-out;
}
.mapLayer.show {
  opacity: 1;
  filter: blur(0px);
}
.mapLayer.is-interacting {
  transition: none !important;
}
@media (max-width: 1180px) {
  .mapLayer {
    top: 0;
    left: 0;
  }
}

.mapImage {
  display: block;
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  max-width: none;
  height: auto;
}

/* 裝飾層（待機時顯示，縮放/拖移後淡出） */
.mapDecorators {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
.mapDecorators.is-hidden {
  opacity: 0;
}

.decoGroup {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

/* 各裝飾群組 - 座標基於 1920×960 設計稿，以 % 換算 */
.decoGroup--topLeft {
  left: 0;
  top: 12.8%;
  width: 29vw;
  height: 28vh;
}
@media (max-width: 768px) {
  .decoGroup--topLeft {
    left: auto;
    right: 50%;
  }
}

.decoGroup--topRight {
  left: 68.3%;
  top: 17.5%;
  width: 34.2vw;
  height: 47.2vh;
}

.decoGroup--bottomLeft {
  left: 4.5%;
  top: 64%;
  width: 37.9vw;
  height: 28vh;
}
@media (max-width: 768px) {
  .decoGroup--bottomLeft {
    top: auto;
    bottom: 10%;
  }
}

/* 各裝飾元素 */
.deco {
  position: absolute;
}

.deco--circle {
  left: 148px;
  top: 15px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.deco--bird1 {
  left: 217px;
  top: 7px;
  width: 67px;
  height: auto;
  aspect-ratio: 67/39;
  transform: scaleY(-1) rotate(180deg);
  transform-origin: center center;
  opacity: 0.8;
}

.deco--bird2 {
  left: 110px;
  top: 36px;
  width: 107px;
  height: auto;
  aspect-ratio: 107/61;
  transform: scaleY(-1) rotate(180deg);
  transform-origin: center center;
}

.deco--cloud1 {
  left: -45px;
  top: 84px;
  width: 183px;
  height: auto;
  aspect-ratio: 183/48;
}

.deco--cloud2 {
  left: 300px;
  top: 118px;
  width: 256px;
  height: auto;
  aspect-ratio: 256/61;
}
@media (max-width: 1440px) {
  .deco--cloud2 {
    display: none;
  }
}

.deco--ship {
  left: 258px;
  top: 129px;
  width: 202px;
  aspect-ratio: 202/140;
  height: auto;
  opacity: 0.8;
}
@media (max-width: 1700px) {
  .deco--ship {
    left: 0;
  }
}
@media (max-width: 1440px) {
  .deco--ship {
    display: none;
  }
}

.deco--cloud3 {
  left: 44.2%;
  top: 9px;
  width: 364px;
  height: auto;
  aspect-ratio: 364/81;
}
@media (max-width: 1180px) {
  .deco--cloud3 {
    display: none;
  }
}

.deco--cloud4 {
  left: 0;
  top: 100px;
  width: 139px;
  height: auto;
  aspect-ratio: 139/42;
}
@media (max-width: 1440px) {
  .deco--cloud4 {
    display: none;
  }
}

.deco--pencil {
  left: 41.4%;
  bottom: -32px;
  width: 235px;
  height: auto;
  aspect-ratio: 235/245;
}
@media (max-width: 1280px) {
  .deco--pencil {
    display: none;
  }
}

.deco--heron {
  left: 11px;
  top: 32px;
  width: 133px;
  height: auto;
  aspect-ratio: 133/116;
}
@media (max-width: 1180px) {
  .deco--heron {
    left: -30px;
  }
}
@media (max-width: 768px) {
  .deco--heron {
    display: none;
  }
}

.deco--reed {
  left: 0;
  bottom: -18.5%;
  width: 42px;
  aspect-ratio: 442/130;
  height: auto;
}

.deco--fish1 {
  right: 6px;
  bottom: -44px;
  width: 113px;
  height: auto;
  aspect-ratio: 402/273;
}
@media (max-width: 1180px) {
  .deco--fish1 {
    right: -60%;
  }
}
@media (max-width: 768px) {
  .deco--fish1 {
    display: none;
  }
}

.deco--fish2 {
  left: 31.6%;
  top: 67.6%;
  width: 25px;
  height: auto;
  transform: rotate(9deg);
  aspect-ratio: 25/36;
}
@media (max-width: 1180px) {
  .deco--fish2 {
    display: none;
  }
}

.deco--fish3 {
  left: 23%;
  top: 49%;
  width: 36px;
  height: auto;
  transform: rotate(7deg);
  aspect-ratio: 1/2;
}
@media (max-width: 1180px) {
  .deco--fish3 {
    display: none;
  }
}

.boat_road {
  position: absolute;
  top: -20px;
  left: 0px;
  overflow: visible;
  pointer-events: none;
  transform: rotate(0deg);
}
.boat_road path {
  stroke: none;
}

@keyframes cloudSway {
  to {
    transform: translateX(10px);
  }
}
@keyframes shipSway {
  to {
    transform: translateX(8px) rotate(1.5deg);
  }
}
.deco--cloud1 {
  animation: cloudSway 4s ease-in-out infinite alternate;
}

.deco--cloud2 {
  animation: cloudSway 5.5s ease-in-out infinite alternate-reverse;
}

.deco--cloud3 {
  animation: cloudSway 6s ease-in-out infinite alternate;
}

.deco--cloud4 {
  animation: cloudSway 4.5s ease-in-out infinite alternate-reverse;
}

.deco--ship {
  animation: shipSway 3.5s ease-in-out infinite alternate;
}

.deco--boat {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: auto;
  pointer-events: none;
  will-change: transform;
}

/* 標題（左下區，設計稿 left 320px = 16.7%, top 694px = 72.3%） */
.mapTitle {
  position: absolute;
  z-index: 4;
  opacity: 0;
  transform: translateY(10px);
}
.mapTitle.is-hidden {
  pointer-events: none;
}
.mapTitle {
  pointer-events: none;
  left: 16.7%;
  bottom: 11.2%;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .mapTitle {
    bottom: 15%;
    left: 10%;
  }
}
@media (max-width: 768px) {
  .mapTitle {
    bottom: 20%;
  }
}
.mapTitle__zh {
  font-family: "Noto Serif TC", serif;
  font-size: 42px;
  font-weight: 600;
  color: #362B20;
  letter-spacing: 0.25em;
  line-height: 1.6;
  margin: 0;
  text-indent: -52px;
  padding-left: 52px;
}
@media (max-width: 1180px) {
  .mapTitle__zh {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .mapTitle__zh {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
@media (max-width: 480px) {
  .mapTitle__zh {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.mapTitle__zh--red span {
  color: #8f251c;
}
.mapTitle__deco {
  display: block;
  margin-top: 4px;
  width: 213px;
  aspect-ratio: 213/73;
  position: absolute;
  right: -44px;
  bottom: -5px;
}
@media (max-width: 480px) {
  .mapTitle__deco {
    width: 140px;
    right: -15px;
    bottom: -8px;
  }
}

/* Marker 覆蓋層（容器與 mapLayer 共用 transform，AYANA 式同步縮放） */
.mapMarkerLayer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.mapMarkerInner {
  position: absolute;
  top: 8px;
  left: -8px;
  transform-origin: 0 0;
  will-change: transform;
  pointer-events: none;
  --map-scale: 1;
}
.mapMarkerInner.is-interacting {
  transition: none !important;
}
@media (max-width: 1180px) {
  .mapMarkerInner {
    top: 0;
    left: 0;
  }
}

/* ── 類別篩選列（縮放後出現）────────────────────────────────────────────── */
.mapCatBar {
  position: absolute;
  left: 70px;
  top: 146px;
  z-index: 95;
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: calc(100vw - 200px);
  overflow-x: auto;
  padding-bottom: 2px;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease, left 0.5s ease;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mapCatBar::-webkit-scrollbar {
  display: none;
}
.mapCatBar.has-fade-right {
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 56px), transparent 100%);
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - 56px), transparent 100%);
}
.mapCatBar.has-fade-left.has-fade-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 56px, #000 calc(100% - 56px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 56px, #000 calc(100% - 56px), transparent 100%);
}
.mapCatBar.has-fade-left:not(.has-fade-right) {
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 56px, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 56px, #000 100%);
}
.mapCatBar.is-visible {
  opacity: 1;
  visibility: visible;
}
.mapCatBar.has-popup {
  left: 620px;
}

.mapCatBtn {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 25px 2px 20px;
  border-radius: 46px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.2s ease;
}
.mapCatBtn.is-active, .mapCatBtn:hover {
  background: #fff;
}
.mapCatBtn__iconWrap {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mapCatBtn__iconWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mapCatBtn__text {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
  color: #362B20;
  white-space: nowrap;
  padding-right: 4px;
}

/* ── 縮放控制面板（設計稿右側中央）───────────────────────────────────────── */
.mapZoomPanel {
  position: absolute;
  right: 65px;
  bottom: 40px;
  z-index: 5;
  width: 48px;
  border-radius: 37px;
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  backdrop-filter: blur(1px);
  padding: 23.5px 14px;
}
@media (max-width: 1180px) {
  .mapZoomPanel {
    right: 40px;
    bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }
}
@media (max-width: 768px) {
  .mapZoomPanel {
    right: 20px;
    bottom: calc(100px + env(safe-area-inset-bottom, 0px));
  }
}

.mapZoom__sliderWrap {
  position: relative;
  height: clamp(80px, 14vh, 99px);
  width: clamp(18px, 1.5vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mapZoom__sliderWrap::before {
  content: "";
  display: block;
  background-color: #674938;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  z-index: 2;
}
.mapZoom__sliderWrap::after {
  content: "";
  display: block;
  background-color: #674938;
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  z-index: 2;
}
.mapZoom__sliderWrap .zoomLine {
  display: block;
  background-color: #674938;
  width: 8px;
  height: 1px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 5px);
}
.mapZoom__sliderWrap .mapZoom__thumbIcon {
  position: absolute;
  top: var(--thumb-pos, 0%);
  transform: translateY(-50%);
  left: -24px;
  pointer-events: none;
  z-index: 3;
}
.mapZoom__sliderWrap .mapZoom__thumbIcon img {
  width: 24px;
  height: 16px;
  display: block;
}

.mapZoom__slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: clamp(80px, 14vh, 104px);
  height: 3px;
  background: rgba(103, 73, 56, 0.3);
  border-radius: 2px;
  outline: none;
  transform: rotate(-90deg);
  cursor: pointer;
}
.mapZoom__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #674938;
  cursor: pointer;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
  margin-top: -1px;
}
.mapZoom__slider::-webkit-slider-thumb:hover {
  transform: scale(1.25);
}
.mapZoom__slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
}

.mapZoom__btn {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mapZoom__btn--in {
  background-image: url(../../images/tw/map/plus.svg);
}
.mapZoom__btn--out {
  background-image: url(../../images/tw/map/minus.svg);
}
.mapZoom__btn span {
  display: block;
  margin-top: -2px;
}
.mapZoom__btn:hover {
  transform: scale(1.08);
}

/* ── 地標 Marker（Figma 506-3540：pill + tail 樣式）────────────────────── */
.mapMarker {
  --cat-color: #8f251c;
  position: absolute;
  transform: translate(-50%, -100%);
  transform-origin: center bottom;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mapMarker.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mapMarker.is-filtered-out {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
.mapMarker:hover, .mapMarker.is-label-visible {
  z-index: 50;
}
.mapMarker.is-active {
  z-index: 100;
}

.mapMarker__visual {
  transform: scale(calc(1 / var(--map-scale, 1)));
  transform-origin: center bottom;
  will-change: transform;
  backface-visibility: hidden;
}

.mapMarker__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mapMarker__pill {
  display: grid;
  grid-template-columns: auto 0fr;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 4px;
  background: #fff;
  border-radius: 46px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, grid-template-columns 0.42s cubic-bezier(0.33, 1, 0.68, 1), column-gap 0.42s cubic-bezier(0.33, 1, 0.68, 1), padding 0.42s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, grid-template-columns 0.42s cubic-bezier(0.33, 1, 0.68, 1), column-gap 0.42s cubic-bezier(0.33, 1, 0.68, 1), padding 0.42s cubic-bezier(0.33, 1, 0.68, 1), -moz-column-gap 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}
.mapMarker.is-active .mapMarker__pill {
  background-color: #E8CEB5;
}
.mapMarker:hover .mapMarker__pill, .mapMarker.is-active .mapMarker__pill, .mapMarker.is-label-visible .mapMarker__pill {
  grid-template-columns: auto 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 4px 14px 4px 4px;
}
@media (max-width: 768px) {
  .mapMarker__pill {
    padding: 2px;
  }
  .mapMarker:hover .mapMarker__pill, .mapMarker.is-active .mapMarker__pill, .mapMarker.is-label-visible .mapMarker__pill {
    padding: 2px 12px 2px 2px;
  }
}

.mapMarker__labelClip {
  overflow: hidden;
  min-width: 0;
}

.mapMarker__dot {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1180px) {
  .mapMarker__dot {
    width: 30px;
    height: 30px;
  }
}
.mapMarker__dot img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  image-rendering: -webkit-optimize-contrast;
}

.mapMarker__label {
  display: block;
  opacity: 0;
  color: #434343;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  letter-spacing: 2.7px;
  white-space: nowrap;
  transform: translateX(-4px);
  transition: opacity 0.22s ease, transform 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}
.mapMarker:hover .mapMarker__label, .mapMarker.is-active .mapMarker__label, .mapMarker.is-label-visible .mapMarker__label {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.32s ease 0.08s, transform 0.42s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 768px) {
  .mapMarker__label {
    font-size: 16px;
    letter-spacing: 1.5;
  }
}

.mapMarker__tail {
  width: 2px;
  height: 22px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 0.2s;
}
.mapMarker__tail::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
}
.mapMarker.is-active .mapMarker__tail {
  background-color: #E8CEB5;
}

/* ── 地標卡片彈窗（moduleBox 左側滑入版）───────────────────────────────── */
.mapPage .moduleBox#mapModuleBox {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
  background-color: transparent;
  z-index: 95;
}
@media (max-width: 1180px) {
  .mapPage .moduleBox#mapModuleBox {
    z-index: 105;
    align-items: flex-start;
    padding-top: 60px;
  }
}
.mapPage .moduleBox#mapModuleBox .moduleWrap {
  max-width: none;
  width: 100%;
  max-width: 560px;
  height: 80dvh;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(-40px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  margin-top: 15dvh;
  margin-left: 48px;
}
.mapPage .moduleBox#mapModuleBox .moduleWrap::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #E8CEB5;
}
.mapPage .moduleBox#mapModuleBox .moduleWrap::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: #E8CEB5;
}
.mapPage .moduleBox#mapModuleBox .moduleWrap::-webkit-scrollbar-thumb {
  background: #674938;
}
@media (max-width: 1180px) {
  .mapPage .moduleBox#mapModuleBox .moduleWrap {
    margin: 0;
    height: calc(100dvh - 60px);
  }
}
.mapPage .moduleBox#mapModuleBox.show .moduleWrap {
  transform: translateX(0);
}

/* 卡片內容 */
.mapCard {
  position: relative;
}
.mapCard__close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  font-size: 26px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: background-color 0.2s;
  line-height: 1;
}
.mapCard__close:hover {
  background: #f0f0f0;
}
.mapCard__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.mapCard__photo {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.mapCard__photo .mapCard__slide {
  width: 100%;
  height: 360px;
}
.mapCard__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}
.mapCard__photo .slick-dots {
  bottom: 8px;
}
.mapCard__photo .slick-dots li {
  width: 10px;
}
.mapCard__photo .slick-dots li button {
  width: 10px;
  padding: 5px 0;
}
.mapCard__photo .slick-dots li button::before {
  width: 10px;
  color: #fff;
  opacity: 0.4;
}
.mapCard__photo .slick-dots .slick-active button::before {
  color: #fff;
  opacity: 1;
}
.mapCard__dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 1;
}
.mapCard__body {
  padding: 40px 40px 48px;
  flex: 1;
}
@media (max-width: 1180px) {
  .mapCard__body {
    padding: 30px 30px 48px;
  }
}
@media (max-width: 768px) {
  .mapCard__body {
    padding: 24px 20px 40px;
  }
}
.mapCard__title {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  color: #362B20;
  letter-spacing: 3.6px;
  line-height: 1.5;
  margin: 0 0 3px;
  position: relative;
}
.mapCard__title::before {
  content: "";
  width: 14px;
  height: 17px;
  display: block;
  background-image: url(../../images/tw/comma_brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -14px;
}
.mapCard__enTitle {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 18px;
  color: #434343;
  letter-spacing: 0.05em;
  line-height: 19px; /* 105.556% */
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 19px;
}
.mapCard__enTitle::before {
  content: "";
  width: 58px;
  height: 1px;
  display: block;
  background-color: #362B20;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mapCard__desc {
  font-size: 16px;
  color: #434343;
  line-height: 28px;
  letter-spacing: 2.4px;
  margin: 0 0 20px;
}
.mapCard__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #362b20;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
}
.mapCard__link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #362b20;
  border-radius: 50%;
}
.mapCard__link:hover {
  color: #8f251c;
}
.mapCard__link:hover::after {
  border-color: #8f251c;
}
.mapCard .btnBox {
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .mapCard .btnBox {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .mapCard .btnBox {
    margin-top: 30px;
  }
}

/* ── RWD ──────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .decoGroup--topRight {
    display: none;
  }
  .mapZoom__sliderWrap {
    height: 128px;
  }
  .mapZoom__slider {
    width: 128px;
  }
  .mapCatBar {
    left: 16px;
    right: 16px;
    top: 100px;
    max-width: none;
    gap: 10px;
  }
  .mapCatBar.has-popup {
    left: 16px;
    top: auto;
    bottom: 0;
    max-width: 100vw;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
  }
  .mapCatBtn {
    padding: 2px 14px 2px 12px;
    gap: 6px;
  }
  .mapCatBtn__iconWrap {
    width: 30px;
    height: 30px;
  }
  .mapCatBtn__text {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  .mapCard__close {
    right: 16px;
    top: 16px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .mapCard__photo {
    height: 220px;
  }
}