@import url('/hsg-assets/front/css/header-footer-banner.css');
@import url('/hsg-assets/front/css/header-footer-banner-responsive.css');
@import url('/hsg-assets/front/css/site-shell.css');

:root {
    --forest: #3f5e3c;
    --forest-dark: #354f32;
    --cream: #faf8f5;
    --charcoal: #141c10;
    --sand: #cec5b4;
    --gold: #d4af37;
    --primary-color: #141c10;
    --secondary-color: #3f5e3c;
    --territiary-color: #d4af37;
    --btn-color: #3f5e3c;
    --btn-hover: #354f32;
    --heading-color: #141c10;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --secondary-font: 'Playfair Display', serif;
}

.client-theme-jb-benning { color: var(--charcoal); font-family: var(--primary-font); background: var(--cream); }
.client-theme-jb-benning h1,
.client-theme-jb-benning h2,
.client-theme-jb-benning h3,
.client-theme-jb-benning h4,
.font-serif-display { font-family: var(--secondary-font); }
.client-theme-jb-benning .bg-gold { background-color: var(--gold) !important; }
.client-theme-jb-benning .text-charcoal { color: var(--charcoal) !important; }
.client-theme-jb-benning .text-forest { color: var(--forest) !important; }
.client-theme-jb-benning #sygnius-loader { display: none !important; }
.client-theme-jb-benning .header-new[data-solid],
.client-theme-jb-benning .header-new.scrolled { background: rgba(44, 42, 38, .96); box-shadow: 0 8px 30px rgba(0,0,0,.16); }
.header-new .dropdown-menu { background-color: rgba(255,255,255,.97); margin-top: .5rem; }

.hsg-footer { background-color: #2c2a26; padding-top: 5rem; padding-bottom: 2rem; }
.hsg-footer, .hsg-footer a, .hsg-footer p { color: #fff; }
.hsg-footer a { text-decoration: none; }
.hsg-footer a:hover { color: var(--gold); }
.footer-rule { height: 1px; background: linear-gradient(90deg, transparent, rgba(212,175,55,.55), transparent); }
.hsg-newsletter-input { padding: .75rem 1rem .75rem 2.5rem; background: rgba(255,255,255,.08); color: #fff; }
.hsg-newsletter-input::placeholder { color: rgba(255,255,255,.55); }
.newsletter-icon { left: .9rem; }
.hsg-social { display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border: 1px solid rgba(250,248,245,.15); border-radius: 50%; background: rgba(255,255,255,.08); }
.hsg-footer-links a::before { content: '›'; color: var(--gold); margin-right: .55rem; }
.hsg-contact-list li { display: flex; align-items: flex-start; gap: .8rem; }
.hsg-contact-list i { display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; flex: 0 0 2.25rem; border: 1px solid rgba(250,248,245,.15); border-radius: 50%; color: var(--gold); background: rgba(255,255,255,.08); }
.max-w-7xl { max-width: 80rem; }
.max-w-md { max-width: 28rem; }
.max-h-16 { max-height: 4rem; }
.fs-xs { font-size: .75rem; }
.bg-white-8 { background-color: rgba(255,255,255,.08) !important; }
.border-cream-15 { border-color: rgba(250,248,245,.15) !important; }
.border-cream-10 { border-color: rgba(250,248,245,.10) !important; }

@media (max-width: 991.98px) {
    .header-new .navbar-collapse { margin-top: .75rem; padding: 1rem; border-radius: 1rem; background: rgba(44,42,38,.98); }
    .header-new .navbar-nav { align-items: stretch !important; }
    .hsg-footer { padding-top: 4rem; }
}
