/**
 * XAH umbrella brand — charcoal editorial shell, gold as accent only.
 */
body.xah-brand-shell {
    --ahq-gold: #8a8278;
    --ahq-gold-light: #a09890;
    --ahq-gold-dark: #6b6560;
    --ahq-gold-deeper: #1a1a1a;
    --ahq-gold-bg: rgba(26, 26, 26, 0.05);
    --ahq-gold-bg-hover: rgba(26, 26, 26, 0.08);
    --ahq-gold-border: rgba(26, 26, 26, 0.14);
    --ahq-text-gold: #6b6560;
}

body.xah-brand-shell .ahq-btn-gold,
body.xah-brand-shell .ahq-btn-dark {
    background: var(--xah-accent, #1a1a1a);
    border-color: var(--xah-accent, #1a1a1a);
}

body.xah-brand-shell .ahq-btn-gold:hover,
body.xah-brand-shell .ahq-btn-dark:hover {
    background: #333;
    border-color: #333;
}

body.xah-brand-shell .ahq-hero-btn-primary {
    background: #f3ece0;
    color: #14110c;
    border-color: #f3ece0;
}

body.xah-brand-shell .ahq-hero-btn-primary:hover {
    background: #fff;
    color: #14110c;
}

body.xah-brand-shell .ahq-editorial-card--maison {
    border-top: 3px solid var(--maison-accent, var(--xah-accent-soft, #8a8278));
}

body.xah-brand-shell .ahq-editorial-card--maison .ahq-editorial-sub {
    color: var(--maison-accent, var(--xah-accent-soft, #8a8278));
}

body.xah-brand-shell .ahq-bestsellers-promo--maison {
    background: linear-gradient(145deg, color-mix(in srgb, var(--promo-accent, #8a8278) 22%, #faf9f7), #fff);
}

body.xah-brand-shell .ahq-bestsellers-promo--maison .ahq-promo-placeholder-bg {
    background: linear-gradient(145deg, color-mix(in srgb, var(--promo-accent, #8a8278) 18%, #f2ede4), #faf9f7);
    min-height: 100%;
}

body.xah-brand-shell .ahq-bestsellers-promo--maison.ahq-motif--cashmere .ahq-promo-placeholder-bg,
body.xah-brand-shell .ahq-bestsellers-promo--maison.ahq-motif--cashmere {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(0, 0, 0, 0.03));
}

body.xah-brand-shell .ahq-maison-pos-card strong {
    color: var(--xah-accent, #1a1a1a);
}

body.xah-brand-shell .ahq-section-label {
    color: var(--xah-accent-soft, #8a8278);
    letter-spacing: 0.14em;
}

body.xah-brand-shell .ahq-inquiry-cta-section .ahq-inquiry-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}

body.xah-brand-shell .ahq-inquiry-cta-section .ahq-inquiry-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2rem;
    text-decoration: none;
}

body.xah-brand-shell .ahq-inquiry-cta-section .ahq-inquiry-cta-secondary {
    color: #1a1a1a;
    border-color: rgba(26, 26, 26, 0.35);
}

body.xah-brand-shell .ahq-inquiry-cta-section .ahq-inquiry-contact-btns {
    justify-content: center;
    margin-top: 1.25rem;
}

body.xah-brand-shell .ahq-form-error {
    color: #b42318;
    margin-top: 0.75rem;
    font-size: 0.95rem;
}
