/* 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; }
.mobile-quick-nav { 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: 10px;
    padding: 6px 16px calc(6px + env(safe-area-inset-bottom));
    background: var(--c-accent); border-top: 1px solid #c96518;
    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: 38px; gap: 8px;
    border-radius: 19px; background: #fff; color: #2d2921; box-shadow: none;
    border: none;
  }
  .float-contact__label { display: inline; font-size: 15px; 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; }

  /* 漢堡選單：放大＋加色＋文字標籤，比原本純白細線更顯眼 */
  .nav-toggle {
    position: relative;
    background: var(--c-accent);
    border-radius: 14px;
    padding: 10px 14px 10px 36px;
  }
  .nav-toggle span {
    position: absolute;
    left: 12px;
    width: 16px;
  }
  .nav-toggle span:nth-child(1) { top: 12px; }
  .nav-toggle span:nth-child(2) { top: 18px; }
  .nav-toggle span:nth-child(3) { top: 24px; }
  .nav-toggle::after {
    content: '選單';
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }
  .menu-open .nav-toggle { background: #c96518; }

  /* 右側浮動快速導覽：半透明小按鈕，六大頁面一直看得到，不用點漢堡選單 */
  .mobile-quick-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: fixed;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 95;
  }
  .mobile-quick-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #2d2921;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 6px rgb(45 41 33 / 12%);
  }
  .mobile-quick-nav a.is-active {
    background: rgba(224, 122, 44, 0.85);
    color: #fff;
  }
  .mobile-quick-nav__top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #2d2921;
    box-shadow: 0 2px 6px rgb(45 41 33 / 12%);
    cursor: pointer;
  }
  .mobile-quick-nav__top app-icon { transform: rotate(-90deg); }
  .menu-open .mobile-quick-nav,
  body.no-scroll .mobile-quick-nav { display: none; }
}
