/* ================================================================
   Inquiry pages (wholesale / wedding) + About Us — storefront
   Uses theme variables so it follows every color theme / sub-theme.
   ================================================================ */
.inq-wrap { padding: 44px 20px 70px; min-height: 60vh; max-width: 1180px; }

.inq-hero { text-align: center; max-width: 720px; margin: 0 auto 34px; }
.inq-kicker {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.7rem; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase;
    color: var(--primary-color, #b08d57);
    background: var(--primary-light, #f3ead9);
    border-radius: 999px; padding: 7px 16px; margin-bottom: 14px;
}
.inq-title { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 700; margin: 0 0 12px; color: var(--text-color, #211d19); line-height: 1.2; }
.inq-intro { color: var(--text-muted, #6b6259); font-size: 0.98rem; line-height: 1.75; margin: 0; }

.inq-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 26px; align-items: start; }
@media (max-width: 900px) { .inq-grid { grid-template-columns: 1fr; } }

.inq-card, .inq-side-card, .about-card {
    background: var(--card-bg, #fff);
    border: 1px solid var(--border-color, #e9e1d4);
    border-radius: 18px;
    box-shadow: 0 10px 34px rgba(33,29,25,0.07);
}
.inq-card { padding: 30px; }
@media (max-width: 600px) { .inq-card { padding: 20px 16px; } }

.inq-form { display: flex; flex-direction: column; gap: 16px; position: relative; }
.inq-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .inq-row2 { grid-template-columns: 1fr; } }
.inq-field label { display: block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.4px; margin-bottom: 6px; color: var(--text-color, #211d19); }
.inq-field label span { color: #c0392b; }
.inq-field input, .inq-field select, .inq-field textarea {
    width: 100%; box-sizing: border-box;
    padding: 12px 14px; font-size: 0.93rem; font-family: inherit;
    border: 1.5px solid var(--border-color, #e2d9c8); border-radius: 12px;
    background: #fff; color: var(--text-color, #211d19);
    transition: border-color .2s, box-shadow .2s;
}
.inq-field input:focus, .inq-field select:focus, .inq-field textarea:focus {
    outline: none; border-color: var(--primary-color, #b08d57);
    box-shadow: 0 0 0 4px rgba(176,141,87,0.14);
}
.inq-field textarea { resize: vertical; min-height: 120px; }

.inq-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    background: #25D366; color: #fff; border: none; cursor: pointer;
    padding: 15px 26px; border-radius: 999px; font-size: 0.92rem; font-weight: 800;
    letter-spacing: 1.2px; text-transform: uppercase; font-family: inherit;
    box-shadow: 0 10px 26px rgba(37,211,102,0.35); transition: all .25s;
}
.inq-btn:hover { background: #1fb457; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(37,211,102,0.45); }
.inq-btn .fa-brands { font-size: 1.25rem; }
.inq-note { font-size: 0.74rem; color: var(--text-muted, #8a8072); margin: 4px 0 0; line-height: 1.6; }

.inq-alert { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border-radius: 12px; margin-bottom: 18px; font-size: 0.9rem; line-height: 1.55; }
.inq-alert i { font-size: 1.15rem; margin-top: 2px; }
.inq-alert-ok  { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.inq-alert-err { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.inq-alert a { color: inherit; font-weight: 700; }

.inq-side-card { padding: 26px 24px; position: sticky; top: 110px; }
.inq-side-icon {
    width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: var(--primary-light, #f3ead9); color: var(--primary-color, #b08d57); font-size: 1.3rem; margin-bottom: 14px;
}
.inq-side-card h3 { margin: 0 0 12px; font-size: 1.05rem; }
.inq-side-card ol { margin: 0; padding-left: 20px; color: var(--text-muted, #6b6259); font-size: 0.88rem; line-height: 1.9; }
.inq-side-wa {
    display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px;
    padding: 11px; border-radius: 999px; font-size: 0.82rem; font-weight: 700;
    color: #166534; background: #ecfdf3; border: 1px solid #bbf7d0; text-decoration: none; transition: all .2s;
}
.inq-side-wa:hover { background: #25D366; color: #fff; border-color: #25D366; }

/* About Us */
.about-card { max-width: 860px; margin: 0 auto; overflow: hidden; }
.about-img { width: 100%; max-height: 420px; object-fit: cover; display: block; }
.about-body { padding: 34px 38px; font-size: 1rem; line-height: 1.9; color: var(--text-color, #2b2620); }
.about-body h2, .about-body h3 { margin: 26px 0 10px; }
.about-body img { max-width: 100%; border-radius: 12px; }
@media (max-width: 600px) { .about-body { padding: 22px 18px; font-size: 0.95rem; } }

/* ================================================================
   Header integration — top-bar pills, burger links, mobile strip
   ================================================================ */
.zh-inq-topbar { display: flex; align-items: center; gap: 8px; margin-right: auto; }
.zh-inq-pill {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.66rem; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase;
    color: #633806 !important; background: #faeeda; border: 1px solid #efbf6a;
    border-radius: 999px; padding: 4px 11px; line-height: 1.4; text-decoration: none;
    transition: all .22s; white-space: nowrap;
}
.zh-inq-pill i { font-size: 0.72rem; color: #b08d57; }
.zh-inq-pill:hover { background: #b08d57; color: #fff !important; border-color: #b08d57; transform: translateY(-1px); }
.zh-inq-pill:hover i { color: #fff; }
/* dark top bars (classic default, luxury dark band, d2c) */
.header-top .zh-inq-pill { background: rgba(255,255,255,0.08); border-color: rgba(255,215,140,0.45); color: #ffe4b3 !important; }
.header-top .zh-inq-pill i { color: #ffd27a; }
.header-top .zh-inq-pill:hover { background: #b08d57; color: #fff !important; border-color: #b08d57; }
/* light top bars (luxury ivory, boutique white) */
.hl-luxury .zh-inq-pill, .hl-boutique .zh-inq-pill { background: #faeeda; border-color: #efbf6a; color: #633806 !important; }
.hl-luxury .zh-inq-pill i, .hl-boutique .zh-inq-pill i { color: #b08d57; }
.hl-luxury .zh-inq-pill:hover, .hl-boutique .zh-inq-pill:hover { background: #b08d57; color: #fff !important; }

/* Mobile chip strip under the mobile search bar */
.zh-inq-strip { display: none; }
@media (max-width: 768px) {
    .zh-inq-strip { display: flex; gap: 8px; padding: 8px 12px; overflow-x: auto; scrollbar-width: none; background: #fff; border-bottom: 1px solid #f0ebe1; }
    .zh-inq-strip::-webkit-scrollbar { display: none; }
    .zh-inq-strip .zh-inq-pill { font-size: 0.64rem; padding: 6px 12px; background: #faeeda; border-color: #efbf6a; color: #633806 !important; }
    .zh-inq-strip .zh-inq-pill i { color: #b08d57; }
}
