/* ============================================================================
   Leon Dio — Trang Liên hệ (page-leon-dio-lien-he.php)
   Design system: gold #c5a059 · dark #1a1a1a · Playfair Display
   ========================================================================== */

#lh-page {
    --lh-gold: #c5a059;
    --lh-gold-dark: #a8863f;
    --lh-dark: #1a1a1a;
    --lh-text: #222;
    --lh-muted: #6b6b6b;
    --lh-line: #ececec;
    --lh-bg-soft: #faf8f4;
}

/* Nội dung LUÔN hiển thị — không phụ thuộc JS reveal của theme (flaky, hay kẹt opacity:0).
   Entrance nhẹ bằng CSS animation chạy lúc load; nếu animation không chạy vẫn thấy nội dung. */
#lh-page .reveal,
#lh-page .reveal-left,
#lh-page .reveal-right {
    opacity: 1 !important;
    transform: none !important;
}
#lh-page .lh-reveal-anim {
    animation: lhFadeUp .7s cubic-bezier(.165, .84, .44, 1) both;
}
@keyframes lhFadeUp {
    from { opacity: 0; transform: translateY(26px); }
    to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    #lh-page .lh-reveal-anim { animation: none; }
}

#lh-page .container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
#lh-page .section-padding { padding: 90px 0; }
#lh-page .section-title { font-family: 'Playfair Display', serif; font-size: 40px; line-height: 1.15; font-weight: 700; color: var(--lh-dark); margin: 8px 0 18px; }
#lh-page .section-title span { color: var(--lh-gold); font-style: italic; }
.lh-eyebrow { display: inline-block; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--lh-gold); font-weight: 600; }
.lh-eyebrow--dark { color: var(--lh-gold-dark); }

/* ── ① Hero ─────────────────────────────────────────────────────────────── */
.lh-hero {
    position: relative;
    background: radial-gradient(circle at 30% 20%, #2a2a2a 0%, var(--lh-dark) 60%);
    color: #fff;
    padding: 120px 0 90px;
    text-align: center;
    overflow: hidden;
}
.lh-hero-overlay {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 80% 0%, rgba(197,160,89,.18), transparent 45%),
        radial-gradient(circle at 0% 100%, rgba(197,160,89,.10), transparent 40%);
    pointer-events: none;
}
.lh-hero-inner { position: relative; max-width: 720px; margin: 0 auto; }
.lh-hero-title { font-family: 'Playfair Display', serif; font-size: 64px; font-weight: 800; margin: 14px 0 20px; letter-spacing: .5px; }
.lh-hero-sub { font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.72); margin: 0; }

/* ── ② Phương thức liên hệ ──────────────────────────────────────────────── */
.lh-methods { background: var(--lh-bg-soft); }
.lh-methods-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.lh-method-card {
    background: #fff; border: 1px solid var(--lh-line); border-radius: 14px;
    padding: 40px 32px; text-align: center;
    transition: transform .35s cubic-bezier(.165,.84,.44,1), box-shadow .35s, border-color .35s;
}
.lh-method-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(26,26,26,.10); border-color: rgba(197,160,89,.4); }
.lh-method-icon {
    width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff;
    background: linear-gradient(135deg, var(--lh-gold), var(--lh-gold-dark));
    box-shadow: 0 10px 24px rgba(197,160,89,.35);
}
.lh-method-card h3 { font-family: 'Playfair Display', serif; font-size: 23px; color: var(--lh-dark); margin: 0 0 10px; }
.lh-method-desc { font-size: 14.5px; color: var(--lh-muted); line-height: 1.65; margin: 0 0 16px; min-height: 48px; }
.lh-method-value { display: block; font-size: 20px; font-weight: 700; color: var(--lh-dark); text-decoration: none; margin-bottom: 18px; word-break: break-word; }
.lh-method-value:hover { color: var(--lh-gold); }
.lh-method-btn {
    display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600;
    color: var(--lh-gold-dark); text-decoration: none; transition: gap .25s, color .25s;
}
.lh-method-btn:hover { gap: 13px; color: var(--lh-dark); }

/* ── ③ Form ─────────────────────────────────────────────────────────────── */
.lh-form-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; }
.lh-form-intro p { font-size: 16px; color: var(--lh-muted); line-height: 1.75; margin: 0 0 24px; }
.lh-quick-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.lh-quick-list li { display: flex; align-items: center; gap: 14px; font-size: 16px; color: var(--lh-text); }
.lh-quick-list li i { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 50%; background: var(--lh-bg-soft); color: var(--lh-gold-dark); display: flex; align-items: center; justify-content: center; }
.lh-quick-list a { color: var(--lh-text); text-decoration: none; font-weight: 600; }
.lh-quick-list a:hover { color: var(--lh-gold); }

/* Thông tin liên hệ (cột trái section gộp) */
.lh-contact-head { text-align: center; margin-bottom: 46px; }
.lh-contact-lead { font-size: 16.5px; color: var(--lh-muted); line-height: 1.75; margin: 0 0 26px; }
.lh-contact-methods { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.lh-cm { display: flex; gap: 18px; align-items: center; padding: 20px 22px; background: #fff; border: 1px solid var(--lh-line); border-radius: 12px; transition: border-color .25s, box-shadow .25s, transform .25s; }
.lh-cm:hover { border-color: rgba(197,160,89,.4); box-shadow: 0 14px 30px rgba(26,26,26,.07); transform: translateY(-2px); }
.lh-cm-icon { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #fff; background: linear-gradient(135deg, var(--lh-gold), var(--lh-gold-dark)); box-shadow: 0 8px 18px rgba(197,160,89,.3); }
.lh-cm-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.lh-cm-label { font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--lh-gold-dark); font-weight: 700; }
.lh-cm-value { font-size: 19px; font-weight: 700; color: var(--lh-dark); text-decoration: none; word-break: break-word; }
.lh-cm-value:hover { color: var(--lh-gold); }
.lh-cm-note { font-size: 13.5px; color: var(--lh-muted); }

.lh-form {
    background: #fff; border: 1px solid var(--lh-line); border-radius: 16px;
    padding: 40px; box-shadow: 0 24px 60px rgba(26,26,26,.07);
}
.lh-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lh-field { margin-bottom: 20px; }
.lh-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lh-field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--lh-dark); margin-bottom: 8px; }
.lh-field label span { color: #d33; }
.lh-form input, .lh-form textarea {
    width: 100%; box-sizing: border-box; padding: 13px 16px; font-size: 15px; font-family: inherit;
    color: var(--lh-text); background: #fbfaf8; border: 1px solid var(--lh-line); border-radius: 9px;
    outline: none; transition: border-color .25s, box-shadow .25s, background .25s;
}
.lh-form input:focus, .lh-form textarea:focus { border-color: var(--lh-gold); background: #fff; box-shadow: 0 0 0 3px rgba(197,160,89,.14); }
.lh-form textarea { resize: vertical; min-height: 110px; }
.lh-submit {
    width: 100%; margin-top: 6px; padding: 15px 24px; border: none; border-radius: 9px; cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    font-size: 15.5px; font-weight: 700; letter-spacing: .3px; color: #fff;
    background: linear-gradient(135deg, var(--lh-gold), var(--lh-gold-dark));
    transition: transform .25s, box-shadow .25s, opacity .25s;
}
.lh-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(197,160,89,.4); }
.lh-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.lh-submit.is-loading .lh-submit-text::after { content: ''; }
.lh-form-feedback { margin: 16px 0 0; font-size: 14.5px; min-height: 20px; }
.lh-form-feedback.is-ok { color: #1f9d55; }
.lh-form-feedback.is-error { color: #d33; }

/* ── ③ Cửa hàng + bản đồ (boxed trong container) ────────────────────────── */
.lh-stores-section { padding: 90px 0; background: var(--lh-bg-soft); }
.lh-stores-head { text-align: center; margin-bottom: 40px; }
.lh-stores-wrap {
    display: grid; grid-template-columns: 380px 1fr; min-height: 520px;
    border: 1px solid var(--lh-line); border-radius: 16px; overflow: hidden;
    box-shadow: 0 24px 60px rgba(26,26,26,.09); background: #fff;
}
.lh-store-list { max-height: 560px; overflow-y: auto; background: #fff; }
.lh-store-card { padding: 24px 30px; border-bottom: 1px solid var(--lh-line); transition: background .25s; }
.lh-store-card.is-clickable { cursor: pointer; }
.lh-store-card:hover, .lh-store-card.is-active { background: var(--lh-bg-soft); }
.lh-store-card.is-active { box-shadow: inset 4px 0 0 var(--lh-gold); }
.lh-store-name { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--lh-dark); margin: 0 0 8px; }
.lh-store-address { font-size: 14.5px; color: var(--lh-text); line-height: 1.6; margin: 0 0 6px; display: flex; gap: 8px; }
.lh-store-address i { color: var(--lh-gold-dark); margin-top: 3px; flex: 0 0 auto; }
.lh-store-note { font-size: 13.5px; color: var(--lh-muted); font-style: italic; margin: 0 0 12px; padding-left: 24px; }
.lh-store-actions { display: flex; gap: 10px; flex-wrap: wrap; padding-left: 24px; }
.lh-store-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; text-decoration: none; padding: 7px 14px; border-radius: 40px; transition: all .25s; }
.lh-store-link { background: var(--lh-gold); color: #fff; }
.lh-store-link:hover { background: var(--lh-gold-dark); }
.lh-store-link--ghost { background: transparent; color: var(--lh-gold-dark); border: 1px solid rgba(197,160,89,.5); }
.lh-store-link--ghost:hover { background: rgba(197,160,89,.1); color: var(--lh-gold-dark); }
.lh-store-card.is-nogeo .lh-store-name::after { content: ' '; }

.lh-map-holder { position: relative; }
#lh-map { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 560px; background: #eae7e1; z-index: 1; }
.lh-map-holder::after { content: ''; }
.leaflet-container { font-family: inherit; }
.lh-pin { background: none; border: none; filter: drop-shadow(0 4px 6px rgba(0,0,0,.3)); }
.lh-popup { display: flex; flex-direction: column; gap: 4px; padding: 4px 2px; min-width: 180px; }
.lh-popup strong { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--lh-dark); }
.lh-popup span { font-size: 13px; color: var(--lh-muted); line-height: 1.5; }
.lh-popup em { font-size: 12.5px; color: var(--lh-muted); }
.lh-popup a { font-size: 13px; font-weight: 600; color: var(--lh-gold-dark); text-decoration: none; margin-top: 4px; }
.leaflet-popup-content-wrapper { border-radius: 10px; }

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    #lh-page .section-title { font-size: 34px; }
    .lh-hero-title { font-size: 52px; }
    .lh-form-grid { grid-template-columns: 1fr; gap: 40px; }
    .lh-stores-wrap { grid-template-columns: 1fr; min-height: 0; }
    .lh-store-list { max-height: none; order: 2; }
    .lh-map-holder { order: 1; height: 420px; }
    #lh-map { position: relative; min-height: 420px; height: 420px; }
}
@media (max-width: 768px) {
    #lh-page .section-padding { padding: 60px 0; }
    .lh-hero { padding: 90px 0 64px; }
    .lh-hero-title { font-size: 40px; }
    .lh-hero-sub { font-size: 15.5px; }
    .lh-methods-grid { grid-template-columns: 1fr; gap: 20px; }
    .lh-method-desc { min-height: 0; }
    .lh-form { padding: 28px 22px; }
    .lh-field-row { grid-template-columns: 1fr; gap: 20px; }
    #lh-page .section-title { font-size: 28px; }
}
