/* Phase 2.4c hardened — html body.wptl-theme-site05-luxury + !important（變數塊保留）*/
/* ============================================================
 * site05-luxury — wp-tea-listings theme
 * 對應：site05 享樂（頂級享受）
 * 視覺：香檳金 + 黑 + 大圖卡片、寬間距、Playfair Display 襯線
 * ============================================================ */

.wptl-theme-site05-luxury {
    --wptl-primary:        #d4af37;
    --wptl-secondary:      #f5ecd6;
    --wptl-accent:         #b8860b;
    --wptl-bg:             #faf8f4;
    --wptl-card-bg:        #ffffff;
    --wptl-section-bg:     #f0ebe0;
    --wptl-text:           #1a1a1a;
    --wptl-text-muted:     #888;
    --wptl-text-strong:    #2a2a2a;
    --wptl-border:         #e0d8c0;
    --wptl-border-light:   #efe9d4;
    --wptl-card-border:    none;
    --wptl-border-radius:  0;
    --wptl-card-padding:   28px 30px 32px;
    --wptl-shadow:         0 8px 24px rgba(0,0,0,.06);
    --wptl-shadow-hover:   0 24px 48px -16px rgba(0,0,0,.20);
    --wptl-card-img-h:     520px;
    --wptl-card-img-h-mobile: 360px;
    --wptl-grid-min:       420px;
    --wptl-grid-gap:       40px;
    --wptl-font-heading:   'Playfair Display', 'Noto Serif TC', serif;
    --wptl-font-body:      'Noto Sans TC', "PingFang TC", sans-serif;
    --wptl-card-translate-hover: -8px;
    --wptl-tag-bg:         transparent;
    --wptl-tag-color:      var(--wptl-accent);
    --wptl-tag-radius:     0;
}

/* ---- 微差異化 ----
 * site05 招牌：圖片底部漸層遮罩 + 大寫襯線標題
 */
html body.wptl-theme-site05-luxury .tea-card .card-image { position: relative !important; overflow: hidden !important; }

html body.wptl-theme-site05-luxury .tea-card .card-image::after { content: '' !important; position: absolute !important; left: 0 !important; right: 0 !important; bottom: 0 !important; height: 40% !important; background: linear-gradient(180deg,
        transparent 0%,
        rgba(0,0,0,0.5) 100%) !important; pointer-events: none !important; }

html body.wptl-theme-site05-luxury .tea-card h3 { font-family: 'Playfair Display', 'Noto Serif TC', serif !important; font-weight: 700 !important; font-size: 26px !important; letter-spacing: 0.02em !important; margin-bottom: 12px !important; color: var(--wptl-text) !important; }

html body.wptl-theme-site05-luxury .tea-card h3::after { content: '' !important; display: block !important; width: 50px !important; height: 2px !important; background: var(--wptl-primary) !important; margin-top: 10px !important; }

html body.wptl-theme-site05-luxury .tea-card .intro { font-style: italic !important; font-size: 14px !important; line-height: 1.7 !important; }

html body.wptl-theme-site05-luxury .tea-card .price { font-family: 'Playfair Display', serif !important; font-weight: 700 !important; font-size: 18px !important; color: var(--wptl-accent) !important; letter-spacing: 0.04em !important; }

html body.wptl-theme-site05-luxury .tea-card .tag { border-bottom: 1px solid var(--wptl-accent) !important; border-radius: 0 !important; padding: 1px 0 !important; margin-right: 12px !important; background: transparent !important; text-transform: uppercase !important; font-size: 10px !important; letter-spacing: 0.15em !important; }

/* search form 寬鬆奢華風 */
html body.wptl-theme-site05-luxury .tea-search-form { background: var(--wptl-section-bg) !important; padding: 32px 36px !important; border-radius: 0 !important; }

html body.wptl-theme-site05-luxury .tea-search-form h4 { font-family: 'Playfair Display', serif !important; font-weight: 700 !important; color: var(--wptl-text) !important; font-size: 13px !important; text-transform: uppercase !important; letter-spacing: 0.2em !important; }

html body.wptl-theme-site05-luxury .tea-search-form button[data-wptl="search-btn"] { background: var(--wptl-text) !important; color: var(--wptl-primary) !important; border-radius: 0 !important; text-transform: uppercase !important; letter-spacing: 0.2em !important; font-weight: 600 !important; padding: 12px 32px !important; }

html body.wptl-theme-site05-luxury .pagination .page-num { border-radius: 0 !important; border: 1px solid var(--wptl-border) !important; }

html body.wptl-theme-site05-luxury .pagination .page-num.current { background: var(--wptl-text) !important; color: var(--wptl-primary) !important; border-color: var(--wptl-text) !important; }

/* === Phase 2.6: site05-luxury CTA 文案 + hover 差異化 === */
html body.wptl-theme-site05-luxury .tea-card__cta::after { content: "了解更多 ❯" !important; }
html body.wptl-theme-site05-luxury a.tea-card.tea-card--clickable:hover { box-shadow: var(--wptl-shadow-hover) !important; transform: translateY(var(--wptl-card-translate-hover)) !important; }
