/* 2026-09：共用价格、文章圖片、手機聯絡列 */
.article-img { height: auto; }
.article-meta { margin: 12px 0 24px; color: #59534c; font-size: 14px; }
.article-sources { margin-top: 32px; padding: 24px; background: #faf6ee; border-radius: 16px; }
.article-sources h2 { font-size: 22px; margin-bottom: 12px; }
.article-sources ul { padding-left: 24px; list-style: disc; }
.article-sources a { text-decoration: underline; text-underline-offset: 3px; }
.article-sources p { margin-top: 12px; }
.cat-modal__price [data-field="price"], .cat-card__price [data-field="price"] {
  display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 8px;
}
.cat-card__price-original { margin-right: 0; }
.float-contact__label { display: none; }
.anniversary-banner {
  /* .site-header 是絕對定位懸浮在畫面最上方 80px（疊在 Hero 照片上用），
     這裡讓橫幅往下讓開該區塊，避免被半透明深色導覽列蓋住看不清楚 */
  margin-top: var(--header-h);
  background: #fe811e; color: #2d2921;
  position: relative; z-index: 1;
}
.anniversary-banner__inner {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 10px 24px; padding: 14px 24px; text-align: center;
}
.anniversary-banner__text { font-size: 19px; font-weight: 600; }
.anniversary-banner__text strong { font-size: 23px; }
.anniversary-banner__cta {
  display: inline-flex; align-items: center; gap: 4px;
  color: #2d2921; font-weight: 700; font-size: 17px;
  text-decoration: underline; text-underline-offset: 3px;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .anniversary-banner__text { font-size: 16px; }
  .anniversary-banner__text strong { font-size: 19px; }
  .anniversary-banner__cta { font-size: 15px; }
}
@media (max-width: 820px) {
  body:has(float-contact) { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  html { scroll-padding-bottom: calc(92px + env(safe-area-inset-bottom)); }
  .float-contact {
    inset: auto 0 0; top: auto; right: 0; transform: none;
    flex-direction: row; justify-content: center; gap: 12px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #faf6ee; border-top: 1px solid #e5dbce;
    box-shadow: 0 -4px 16px rgb(45 41 33 / 8%);
  }
  .float-contact .icon-circle { display: none; }
  .float-contact a[href^="tel:"], .float-contact a[href*="line.me"] {
    display: inline-flex; flex: 1; width: auto; height: 48px; gap: 8px;
    border-radius: 24px; background: #fff; color: #2d2921; box-shadow: none;
    border: 1px solid #ded3c3;
  }
  .float-contact__label { display: inline; font-size: 16px; font-weight: 700; }
  body.no-scroll .float-contact { display: none; }
  .footer-bar__info { display: flex; flex-direction: column; }
  .footer-bar__info li { white-space: normal; }
}
