/* ===========================
   Gosmooth - Facility / 本港設施
   極致輕量 CSS，facility- 前綴
   =========================== */

/*
  注意：
  本頁 Hero 已統一交給 assets/css/components/page-hero.css 控制。
  facility.css 不再覆蓋 .gs-page-hero，也不再使用舊的 .facility-hero。
*/

:root {
  --facility-gold-top: #FFC127;
  --facility-gold-bottom: #DB7F21;
  --facility-dark: #2A2A2A;
  --facility-text: #1f2d3d;
  --facility-muted: #666666;
  --facility-line: #e8b20a;
}

/* Hero 統一交給 assets/css/components/page-hero.css 控制，本頁 CSS 不覆蓋 Hero。 */

/* ===========================
   2. ANCHOR NAV (Hero 下方快捷錨點)
   =========================== */
.facility-anchor-nav {
  background-image: url("/assets/images/page/21.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 26px 48px 35px;
}

.facility-anchor-nav__inner {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  border-radius: 4px;
}

.facility-anchor-nav__inner::-webkit-scrollbar {
  display: none;
}

.facility-anchor-nav__link {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #3A3A3A;
  padding: 8px 18px;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background: #fff;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.facility-anchor-nav__link:hover,
.facility-anchor-nav__link:focus-visible {
  color: #e8a900;
  border-color: #e8a900;
}

.facility-anchor-nav__sep {
  color: var(--facility-line);
  font-size: 16px;
  user-select: none;
  pointer-events: none;
}

/* ===========================
   3. BLOCK TITLE (灰色斜角標題 - 新建獨立 class)
   =========================== */
.facility-block-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 56px;
  margin: 0 0 40px;
  padding: 0;
  background: transparent;
  border: 0;
}

.facility-block-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 24px;
  bottom: 0;
  height: 2px;
  background: #e8a900;
  z-index: 0;
}

.facility-block-title span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-width: 170px;
  height: 56px;
  padding: 0 50px 0 28px;
  font-family: "Noto Serif TC", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

/* fallback solid bg for the beveled tag */
.facility-block-title span::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #626262;
  clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 100%, 0 100%);
}

/* ===========================
   4. SECTION COMMON
   =========================== */
.facility-section {
  padding: 5px 0;
}

.facility-section--white {
  background: #ffffff;
}

.facility-section--light {
  background: #f9f9f9;
}

.facility-section--dark {
  background: #2A2A2A;
}

.facility-container {
  width: 100%;
  max-width: none;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

.facility-section__subtitle {
  font-family: "Noto Serif TC", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #54595F;
  margin: -28px 0 28px;
}

.facility-section__body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: #2A2A2A;
  margin-bottom: 16px;
  text-align: justify;
}

.facility-section__body:last-child {
  margin-bottom: 0;
}

/* ===========================
   5. FACILITY MAP
   =========================== */
.facility-map-intro {
  margin-bottom: 20px;
}

.facility-map-note {
  position: relative;
  background: rgba(57, 57, 57, 0.59);
  color: #ffffff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 0;
  max-width: 380px;
}

.facility-map-note p {
  margin: 0 0 4px;
}

.facility-map-note p:last-child {
  margin-bottom: 0;
}

/* Map wrapper — facility- prefix */
.facility-map-wrapper {
  position: relative;
  width: min(100%, 1500px);
  margin: 28px auto 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  touch-action: pan-y;
}

.facility-map-bg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
}

/* Map hotspot */
.facility-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  outline: none;
}

.facility-hotspot-icon-wrap {
  position: relative;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-hotspot-img {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.facility-pulse-effect {
  animation: facility-map-pulse 1.25s ease-in-out infinite;
  transform-origin: center center;
}

.facility-hotspot-icon-wrap::before,
.facility-hotspot-icon-wrap::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%) scale(0.78);
  opacity: 0;
  pointer-events: none;
}

.facility-hotspot-icon-wrap::before {
  animation: facility-map-ring 1.35s ease-out infinite;
}

.facility-hotspot-icon-wrap::after {
  animation: facility-map-ring 1.35s ease-out infinite;
  animation-delay: 0.38s;
}

@keyframes facility-map-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

@keyframes facility-map-ring {
  0% { opacity: 0.5; transform: translate(-50%, -50%) scale(0.78); }
  70% { opacity: 0.12; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(2.15); }
}

/* Tooltip */
.facility-hotspot-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  width: max-content;
  max-width: 320px;
  padding: 10px 14px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #ffffff;
  background: rgba(34, 34, 34, 0.94);
  border: 1px solid rgba(255, 193, 39, 0.55);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 5;
}

.facility-hotspot-tooltip::after {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .facility-hotspot:hover .facility-hotspot-tooltip,
  .facility-hotspot:focus-visible .facility-hotspot-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

.facility-hotspot.is-active .facility-hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ===========================
   6. PIERS SECTION (裝卸碼頭及貨倉)
   =========================== */
.facility-piers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
}

.facility-piers-text {
  padding: 0 40px 40px 40px;
}

.facility-piers__title {
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.facility-piers__body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #444444;
  margin-bottom: 12px;
  text-align: justify;
}

/* Before-after comparison */
.facility-ba-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  cursor: col-resize;
}

.facility-ba-images {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.facility-ba-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.facility-ba-img--after {
  clip-path: inset(0 50% 0 0);
  z-index: 1;
}

.facility-ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #E8B20A;
  z-index: 3;
  pointer-events: none;
  transform: translateX(-50%);
}

.facility-ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #FFC127 0%, #DB7F21 100%);
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: col-resize;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.facility-ba-handle::before,
.facility-ba-handle::after {
  display: none;
}

.facility-compare-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.facility-ba-labels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  z-index: 2;
  pointer-events: none;
}

.facility-ba-label {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  background: #E8B20A;
  padding: 4px 14px;
  border-radius: 2px;
}

/* ===========================
   7. STORE & OFFICE SECTIONS (觀塘直購門店 / 服務辦公室)
   =========================== */
.facility-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: flex-start;
  flex-wrap: wrap;
}

.facility-media-text {
  padding: 0 40px 40px 40px;
}

.facility-media__title {
  font-family: "Noto Serif TC", serif;
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.facility-media__body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #444444;
  margin-bottom: 12px;
  text-align: justify;
}

.facility-media-image {
  width: 100%;
  overflow: hidden;
}

.facility-media-image img {
  width: 100%;
  height: 312px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ===========================
   8. CTA SECTION
   =========================== */
.facility-cta {
  background: linear-gradient(270deg, #ffffff 0%, #d7d7d7 100%);
  padding: 40px 0;
  text-align: center;
}

.facility-cta__inner {
  width: 100%;
  max-width: none;
  padding-left: 48px;
  padding-right: 48px;
  box-sizing: border-box;
}

.facility-cta__title {
  font-family: "Noto Serif TC", serif;
  font-size: 24px;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 16px;
}

.facility-cta__text {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
  margin: 0 0 28px;
}

.facility-cta__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.facility-btn {
  display: inline-block;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.25s ease;
  letter-spacing: 0.03em;
}

.facility-btn--primary {
  background: linear-gradient(180deg, #FFE8AB 0%, #FFB000 100%);
  color: #414141;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.facility-btn--primary:hover {
  background: linear-gradient(180deg, #50D262 0%, #428D4C 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.facility-btn--secondary {
  background: #2A2A2A;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.facility-btn--secondary:hover {
  background: #444444;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* ===========================
   9. RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
}

@media (max-width: 767px) {
  .facility-anchor-nav {
    padding: 18px 16px 24px;
  }

  .facility-anchor-nav__inner {
    justify-content: flex-start;
    gap: 8px;
  }

  .facility-anchor-nav__link {
    font-size: 14px;
    padding: 6px 14px;
  }

  .facility-anchor-nav__sep {
    display: none;
  }

  .facility-block-title {
    min-height: 46px;
    margin-bottom: 28px;
  }

  .facility-block-title span {
    font-size: 19px;
    min-width: 140px;
    height: 46px;
    padding: 0 36px 0 20px;
  }

  .facility-container {
    width: 100%;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .facility-section {
    padding: 5px 0;
  }

  .facility-section__body {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
  }

  .facility-map-note {
    font-size: 13px;
    line-height: 1.6;
    padding: 8px 12px;
    max-width: 100%;
  }

  .facility-map-wrapper {
    width: 100%;
    margin-top: 16px;
    border-radius: 8px;
    overflow: visible;
  }

  .facility-hotspot-icon-wrap {
    width: 34px;
    height: 34px;
  }

  .facility-hotspot-img {
    width: 28px;
    height: 28px;
  }

  .facility-hotspot-icon-wrap::before,
  .facility-hotspot-icon-wrap::after {
    width: 26px;
    height: 26px;
  }

  .facility-hotspot-tooltip {
    max-width: 240px;
    font-size: 12px;
    padding: 8px 10px;
  }

  .facility-piers-grid,
  .facility-media-grid {
    grid-template-columns: 1fr;
  }

  .facility-piers-text,
  .facility-media-text {
    padding: 24px 16px 16px;
  }

  .facility-piers__title,
  .facility-media__title {
    font-size: 18px;
  }

  .facility-piers__body,
  .facility-media__body {
    font-size: 15px;
    line-height: 1.65;
  }

  .facility-ba-images {
    height: 190px;
  }

  .facility-media-image img {
    height: 180px;
  }

  .facility-cta__inner {
    width: 100%;
    max-width: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .facility-cta__title {
    font-size: 20px;
  }
}

/* ==================================================
   FINAL SAFE FIX - ribbon titles + compare fixes
   只作用於本港設施頁，不影響其他頁面
   (Hero 已統一交給 page-hero.css，此處僅保留 block-title 及對比修復)
================================================== */

/* ---------- 灰色梯形標題：背景放在容器，不放在文字 span ---------- */

body.facility-page .facility-block-title {
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  min-height: 56px !important;
  margin: -15px 0 40px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important;
}

/* 黃色橫線保持在底部 */
body.facility-page .facility-block-title::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 24px !important;
  bottom: 0 !important;
  height: 2px !important;
  background: #e8a900 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

/* 灰色梯形背景：由容器 before 生成 */
body.facility-page .facility-block-title::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 260px !important;
  height: 56px !important;
  background: #626262 !important;
  clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 100%, 0 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

/* 取消舊 span::before，避免蓋住文字 */
body.facility-page .facility-block-title span::before,
body.facility-page .facility-block-title .facility-ribbon-text::before {
  content: none !important;
  display: none !important;
}

/* 真正的標題文字 */
body.facility-page .facility-block-title .facility-ribbon-text {
  position: relative !important;
  z-index: 3 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  min-width: 170px !important;
  height: 56px !important;
  padding: 0 50px 0 28px !important;

  font-family: "Noto Serif TC", serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;

  background-image: linear-gradient(180deg, #FFC127 0%, #DB7F21 100%) !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;

  color: #FFC127 !important;
  -webkit-text-fill-color: transparent !important;

  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  mix-blend-mode: normal !important;
  filter: none !important;
}

/* 不支援漸變文字時，至少保持黃色可見 */
@supports not (-webkit-background-clip: text) {
  body.facility-page .facility-block-title .facility-ribbon-text {
    background-image: none !important;
    color: #FFC127 !important;
    -webkit-text-fill-color: #FFC127 !important;
  }
}

/* ---------- 手機版 ---------- */

@media (max-width: 767px) {
  body.facility-page .facility-block-title {
    min-height: 46px !important;
    margin-bottom: 28px !important;
  }

  body.facility-page .facility-block-title::before {
    width: 220px !important;
    height: 46px !important;
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%) !important;
  }

  body.facility-page .facility-block-title .facility-ribbon-text {
    min-width: 140px !important;
    height: 46px !important;
    padding: 0 36px 0 20px !important;
    font-size: 19px !important;
  }
}

/* ==================================================
   Facility GIF showcase
   CTA 下方全幅 GIF 展示區
================================================== */

body.facility-page .facility-gif-showcase {
  width: 100%;
  background: #ffffff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

body.facility-page .facility-gif-showcase__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

body.facility-page .facility-gif-showcase__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  padding-top: 37px;
  object-fit: contain;
  object-position: center center;
  border: 0;
}

/* 電腦端：保持大氣全幅展示 */
@media (min-width: 768px) {
  body.facility-page .facility-gif-showcase {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.facility-page .facility-gif-showcase__image {
    width: 100%;
    height: auto;
  }
}

/* 手機端：保持完整顯示，不裁切重點內容 */
@media (max-width: 767px) {
  body.facility-page .facility-gif-showcase {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.facility-page .facility-gif-showcase__image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

/* ==================================================
   Facility compare arrow real center fix
   只修復本港設施圖片對比中間黃色圓形箭頭居中
================================================== */

.facility-page .facility-ba-handle {
  position: absolute !important;
  left: var(--facility-ba-position, 50%) !important;
  top: 50% !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;
  line-height: 1 !important;
  text-align: center !important;
}

.facility-page .facility-ba-handle span,
.facility-page .facility-ba-handle i,
.facility-page .facility-ba-handle svg {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: translate(-50%, -50%) !important;
}

/* ==================================================
Facility compare handle sync only
只修復左右對比圓圈跟隨垂直線，不影響 Hero
================================================== */

body.facility-page .facility-ba-divider {
left: var(--facility-ba-position, 50%) !important;
}

body.facility-page .facility-ba-handle {
left: var(--facility-ba-position, 50%) !important;
transform: translate(-50%, -50%) !important;
}

/* ==================================================
Facility compare handle arrows final fix
只修復黃色圓圈內左右箭頭，不影響 Hero
================================================== */

/* 隱藏原本錯位的箭頭元素，避免它跑到圓圈外面 */
body.facility-page .facility-compare-arrows {
display: none !important;
}

/* 黃色圓圈本體只負責承載箭頭，不改位置、不改大小 */
body.facility-page .facility-ba-handle {
overflow: hidden !important;
}

/* 左箭頭：畫在黃色圓圈本體內 */
body.facility-page .facility-ba-handle::before {
content: "" !important;
position: absolute !important;

left: calc(50% - 6px) !important;
top: 50% !important;

width: 8px !important;
height: 8px !important;

border-left: 3px solid #ffffff !important;
border-bottom: 3px solid #ffffff !important;

transform: translate(-50%, -50%) rotate(45deg) !important;
transform-origin: center center !important;

display: block !important;
box-sizing: border-box !important;
z-index: 9 !important;
pointer-events: none !important;
}

/* 右箭頭：畫在黃色圓圈本體內 */
body.facility-page .facility-ba-handle::after {
content: "" !important;
position: absolute !important;

left: calc(50% + 6px) !important;
top: 50% !important;

width: 8px !important;
height: 8px !important;

border-right: 3px solid #ffffff !important;
border-top: 3px solid #ffffff !important;

transform: translate(-50%, -50%) rotate(45deg) !important;
transform-origin: center center !important;

display: block !important;
box-sizing: border-box !important;
z-index: 9 !important;
pointer-events: none !important;
}

/* 手機版：箭頭略小，但仍然在圓圈中心 */
@media (max-width: 767px) {
body.facility-page .facility-ba-handle::before {
left: calc(50% - 5px) !important;
width: 7px !important;
height: 7px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
}

body.facility-page .facility-ba-handle::after {
left: calc(50% + 5px) !important;
width: 7px !important;
height: 7px !important;
border-right-width: 3px !important;
border-top-width: 3px !important;
}
}

/* ==================================================
   Facility page image radius only
   只給本港設施頁指定圖片增加 5px 圓角
================================================== */

/* 圖一：碼頭左右對比圖 */
body.facility-page #facility-piers .facility-ba-wrapper,
body.facility-page #facility-piers .facility-before-after,
body.facility-page #facility-piers .facility-compare,
body.facility-page #facility-piers .facility-compare-wrap,
body.facility-page #facility-piers .facility-compare-stage {
  border-radius: 5px !important;
  overflow: hidden !important;
}

/* 圖二：觀塘直購門店圖片 */
body.facility-page #facility-store .facility-image-card,
body.facility-page #facility-store .facility-image-card img,
body.facility-page #facility-store img {
  border-radius: 5px !important;
  overflow: hidden !important;
}

/* 圖三：服務辦公室圖片 */
body.facility-page #facility-office .facility-image-card,
body.facility-page #facility-office .facility-image-card img,
body.facility-page #facility-office img {
  border-radius: 5px !important;
  overflow: hidden !important;
}
