/* =====================================================================
   Veteran Career Journey — Bespoke Theme
   Reference: vcj.mcnairmedia.net
   Palette: maroon #930000, gold #d3bc5f, navy #162d50
   ===================================================================== */

:root {
    --vcj-maroon: #930000;
    --vcj-maroon-dark: #6e0000;
    --vcj-gold: #d3bc5f;
    --vcj-gold-dark: #b8a24a;
    --vcj-navy: #162d50;
    --vcj-navy-light: #1e3a63;
    --vcj-ink: #272626;
    --vcj-slate: #3a4454;
    --vcj-muted: #6b7280;
    --vcj-line: #e5e7eb;
    --vcj-cream: #f8f6f0;
    --vcj-white: #ffffff;

    --color-primary: #930000;
    --color-accent: #d3bc5f;
    --color-secondary: #162d50;
    --color-dark: #162d50;
    --color-dark-grey: #162d50;
    --color-text: #272626;
    --color-text-muted: #6b7280;

    --vcj-font-body: 'Inter', system-ui, -apple-system, sans-serif;
    --vcj-font-heading: 'Libre Baskerville', Georgia, 'Times New Roman', serif;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-heading: 'Libre Baskerville', Georgia, serif;

    --vcj-header-h: 80px;
}

/* ───────────────────────── Base ───────────────────────── */
html, body { background: var(--vcj-white); }

.vcj-body {
    font-family: var(--vcj-font-body);
    color: var(--vcj-ink);
    font-size: 15px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-top: var(--vcj-header-h);
}

.vcj-body h1, .vcj-body h2, .vcj-body h3, .vcj-body h4 {
    font-family: var(--vcj-font-heading);
    color: var(--vcj-navy);
    line-height: 1.25;
}
.vcj-body h1 { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 700; }
.vcj-body h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; }
.vcj-body h3 { font-size: 1.2rem; font-weight: 700; }

.vcj-body a { color: var(--vcj-maroon); text-decoration: none; }
.vcj-body a:hover { color: var(--vcj-maroon-dark); }

/* Scoped overrides so buttons/dark-bg links stay correct */
.vcj-body .vcj-btn { color: #fff; }
.vcj-body .vcj-btn:hover { color: #fff; }
.vcj-body .vcj-hero a { color: #fff; }
.vcj-body .vcj-cta-banner a { color: #fff; }
.vcj-body .vcj-footer a { color: rgba(255,255,255,0.7); }
.vcj-body .vcj-footer a:hover { color: #fff; }
.vcj-body .vcj-drawer a { color: rgba(255,255,255,0.9); }
.vcj-body .vcj-drawer a:hover { color: #fff; }
.vcj-body .vcj-donate-btn { color: #fff; }
.vcj-body .vcj-donate-btn:hover { color: #fff; }
.vcj-body .vcj-callout-link { color: var(--vcj-maroon); }

/* Framework inner page overrides */
.vcj-body .inner-hero-overlay h1 { color: #ffffff; }
.vcj-body .inner-hero-banner { background: linear-gradient(135deg, #162d50 0%, #0d1b2a 100%); }
.vcj-body .inner-hero-overlay { background: rgba(0,0,0,0.3); }
.vcj-body .inner-hero-overlay h1 {
    background: var(--vcj-maroon);
    display: inline-block;
    padding: 10px 28px;
    font-family: var(--vcj-font-heading);
}
.vcj-body .inner-content { font-family: var(--vcj-font-body); color: var(--vcj-ink); }
.vcj-body .inner-content h1, .vcj-body .inner-content h2, .vcj-body .inner-content h3 { color: var(--vcj-navy); }
.vcj-body .btn-primary { background: var(--vcj-maroon); color: #fff; border-color: var(--vcj-maroon); }
.vcj-body .btn-primary:hover { background: var(--vcj-maroon-dark); color: #fff; }

.vcj-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ───────────────────────── Notification Bar ───────────────────────── */
.vcj-notif-bar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1200;
    background: var(--vcj-maroon); color: #fff; font-size: 0.85rem;
}
.vcj-notif-bar .vcj-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 10px; padding-bottom: 10px; }
.vcj-notif-bar p { margin: 0; font-weight: 500; }
.vcj-notif-bar a { color: #fff; text-decoration: underline; }
.vcj-notif-close { background: transparent; border: 0; color: #fff; font-size: 1.5rem; cursor: pointer; padding: 0 8px; }
.vcj-body:has(.vcj-notif-bar) { padding-top: calc(var(--vcj-header-h) + 40px); }
.vcj-body:has(.vcj-notif-bar) .vcj-header { top: 40px; }

/* ───────────────────────── Header ───────────────────────── */
.vcj-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: var(--vcj-navy); border-bottom: none;
    transition: box-shadow 0.2s;
}
.vcj-header.is-scrolled { box-shadow: 0 4px 18px rgba(0,0,0,0.2); }
.vcj-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; height: var(--vcj-header-h); }

.vcj-logo { flex-shrink: 0; display: inline-flex; align-items: center; }
.vcj-logo-img { height: 56px; width: auto; object-fit: contain; }

.vcj-nav { flex: 1; display: flex; justify-content: flex-end; }
.vcj-nav-list { display: flex; list-style: none; margin: 0; padding: 0; gap: 4px; }
.vcj-nav-item { position: relative; }
.vcj-nav-link { display: inline-flex; align-items: center; gap: 5px; padding: 10px 16px; color: rgba(255,255,255,0.9); font-family: var(--vcj-font-body); font-weight: 600; font-size: 0.88rem; border-radius: 4px; transition: color 0.15s, background 0.15s; text-decoration: none; }
.vcj-nav-link:hover { color: #fff; background: rgba(255,255,255,0.1); }
.vcj-body .vcj-nav-link { color: rgba(255,255,255,0.9); }
.vcj-body .vcj-nav-link:hover { color: #fff; }
.vcj-chevron { transition: transform 0.2s; }
.vcj-has-dropdown:hover > .vcj-nav-link .vcj-chevron { transform: rotate(180deg); }

.vcj-dropdown {
    position: absolute; top: 100%; left: 0; min-width: 220px;
    background: var(--vcj-navy-light); border: 1px solid rgba(255,255,255,0.1); border-top: 3px solid var(--vcj-maroon);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    list-style: none; margin: 0; padding: 6px 0;
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: all 0.18s; z-index: 100;
}
.vcj-has-dropdown:hover > .vcj-dropdown,
.vcj-has-dropdown:focus-within > .vcj-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.vcj-dropdown li { display: block; }
.vcj-dropdown a { display: block; padding: 10px 18px; color: rgba(255,255,255,0.85); font-size: 0.88rem; font-weight: 500; text-decoration: none; }
.vcj-dropdown a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.vcj-body .vcj-dropdown a { color: rgba(255,255,255,0.85); }
.vcj-body .vcj-dropdown a:hover { color: #fff; }

.vcj-header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.vcj-donate-btn {
    display: inline-flex; align-items: center; padding: 10px 22px;
    background: var(--vcj-maroon); color: #fff;
    font-family: var(--vcj-font-body); font-weight: 700; font-size: 0.82rem;
    letter-spacing: 0.04em; text-transform: uppercase; border-radius: 4px;
    transition: background 0.15s; text-decoration: none;
}
.vcj-donate-btn:hover { background: var(--vcj-maroon-dark); }

/* Mobile bar (Row 2) */
.vcj-mobile-bar { display: none; }
.vcj-mobile-bar-inner { display: flex; align-items: center; justify-content: space-between; height: 42px; }
.vcj-mobile-toggle {
    display: none; background: transparent; border: 0; cursor: pointer;
    align-items: center; gap: 8px; padding: 0;
    color: var(--vcj-maroon);
    font-family: var(--vcj-font-body); font-weight: 700; font-size: 0.82rem;
    text-transform: uppercase; letter-spacing: 0.06em;
}
.vcj-hamburger-icon { flex-shrink: 0; }
.vcj-mobile-bar-contact { display: flex; align-items: center; gap: 14px; }
.vcj-mobile-bar-link { display: inline-flex; align-items: center; gap: 6px; color: var(--vcj-slate); font-size: 0.78rem; font-weight: 600; text-decoration: none; }
.vcj-mobile-donate {
    padding: 6px 14px; background: var(--vcj-maroon); color: #fff;
    font-weight: 700; font-size: 0.75rem; text-transform: uppercase;
    border-radius: 3px; text-decoration: none;
}
.vcj-body .vcj-mobile-donate { color: #fff; }

/* ───────────────────────── Mobile Drawer ───────────────────────── */
.vcj-drawer-backdrop {
    position: fixed; inset: 0; z-index: 1999;
    background: rgba(0,0,0,0.45);
    opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s;
}
.vcj-drawer-backdrop.is-open { opacity: 1; visibility: visible; }

.vcj-drawer {
    position: fixed; top: 0; left: 0; bottom: 0;
    width: 300px; max-width: 85vw; z-index: 2000;
    background: var(--vcj-navy); color: #fff;
    transform: translateX(-100%); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    overflow-y: auto; display: flex; flex-direction: column;
}
.vcj-drawer.is-open { transform: translateX(0); }
.vcj-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.1); flex-shrink: 0; }
.vcj-drawer-logo { display: inline-flex; align-items: center; }
.vcj-drawer-logo img { height: 40px; width: auto; }
.vcj-drawer-close { background: transparent; border: 0; color: rgba(255,255,255,0.6); font-size: 1.6rem; cursor: pointer; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.vcj-drawer-close:hover { color: #fff; background: rgba(255,255,255,0.1); }
.vcj-drawer-nav { flex: 1; padding: 8px 0; }
.vcj-drawer-nav > ul { list-style: none; margin: 0; padding: 0; }
.vcj-drawer-nav > ul > li { border-bottom: 1px solid rgba(255,255,255,0.06); }
.vcj-drawer-link-row { display: flex; align-items: center; }
.vcj-drawer-link-row a { flex: 1; display: block; padding: 14px 20px; color: rgba(255,255,255,0.9); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: background 0.15s; }
.vcj-drawer-link-row a:hover { background: rgba(255,255,255,0.06); color: #fff; }
.vcj-drawer-expand { background: transparent; border: 0; color: rgba(255,255,255,0.5); cursor: pointer; width: 44px; height: 48px; display: flex; align-items: center; justify-content: center; }
.vcj-drawer-expand svg { transition: transform 0.25s; }
.vcj-drawer-has-sub.is-expanded > .vcj-drawer-link-row .vcj-drawer-expand svg { transform: rotate(180deg); }
.vcj-drawer-subnav { list-style: none; margin: 0; padding: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s; background: rgba(0,0,0,0.15); }
.vcj-drawer-has-sub.is-expanded > .vcj-drawer-subnav { max-height: 400px; }
.vcj-drawer-subnav li a { display: block; padding: 10px 20px 10px 36px; color: rgba(255,255,255,0.7); font-size: 0.88rem; text-decoration: none; }
.vcj-drawer-subnav li a:hover { color: #fff; }
.vcj-drawer-footer { padding: 20px; flex-shrink: 0; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 8px; }
.vcj-drawer-contact-link { color: rgba(255,255,255,0.75); font-size: 0.88rem; text-decoration: none; }

/* ───────────────────────── Buttons ───────────────────────── */
.vcj-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 28px; font-family: var(--vcj-font-body); font-weight: 700;
    font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase;
    border-radius: 4px; border: 2px solid transparent; cursor: pointer;
    transition: all 0.18s; line-height: 1; text-decoration: none;
}
.vcj-btn-maroon { background: var(--vcj-maroon); color: #fff; border-color: var(--vcj-maroon); }
.vcj-btn-maroon:hover { background: var(--vcj-maroon-dark); border-color: var(--vcj-maroon-dark); color: #fff; }
.vcj-btn-gold { background: var(--vcj-gold); color: var(--vcj-navy); border-color: var(--vcj-gold); }
.vcj-btn-gold:hover { background: var(--vcj-gold-dark); border-color: var(--vcj-gold-dark); color: var(--vcj-navy); }
.vcj-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.vcj-btn-outline:hover { background: #fff; color: var(--vcj-navy); border-color: #fff; }

/* ───────────────────────── Hero ───────────────────────── */
.vcj-hero {
    position: relative; min-height: clamp(480px, 65vh, 680px);
    background: var(--vcj-navy); color: #fff;
    display: flex; align-items: center; overflow: hidden;
}
.vcj-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.vcj-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(110deg, rgba(22,45,80,0.88) 0%, rgba(22,45,80,0.65) 50%, rgba(22,45,80,0.40) 100%);
}
.vcj-hero-inner { position: relative; z-index: 2; padding: 72px 0; width: 100%; max-width: 760px; }
.vcj-hero .vcj-hero-title {
    color: #ffffff; font-family: var(--vcj-font-heading);
    font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 700;
    line-height: 1.2; margin: 0 0 20px;
}
.vcj-hero-sub { font-size: clamp(0.95rem, 1.3vw, 1.1rem); line-height: 1.65; color: #ffffff; opacity: 0.9; max-width: 620px; margin: 0 0 32px; }
.vcj-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ───────────────────────── Sections ───────────────────────── */
.vcj-section { padding: clamp(56px, 7vw, 96px) 0; }
.vcj-section--light { background: var(--vcj-cream); }
.vcj-section--navy { background: var(--vcj-navy); color: #fff; }
.vcj-body .vcj-section--navy h2, .vcj-body .vcj-section--navy h3 { color: #fff; }

.vcj-section-header { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.vcj-section-kicker { display: inline-block; font-family: var(--vcj-font-body); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vcj-maroon); margin-bottom: 10px; }
.vcj-section-title { margin: 0 0 12px; }
.vcj-section-intro { color: var(--vcj-muted); font-size: 1rem; line-height: 1.7; margin: 0; }

/* ───────────────────────── CTA Banner ───────────────────────── */
.vcj-cta-banner {
    background: var(--vcj-navy); color: #fff;
    padding: clamp(56px, 7vw, 88px) 0; position: relative; overflow: hidden;
}
.vcj-cta-banner::after {
    content: ''; position: absolute; right: -80px; top: 50%; transform: translateY(-50%);
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(211,188,95,0.15) 0%, transparent 70%); pointer-events: none;
}
.vcj-cta-inner { max-width: 800px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.vcj-body .vcj-cta-banner h2 { color: #ffffff; font-size: clamp(1.65rem, 3vw, 2.25rem); margin: 0 0 14px; }
.vcj-body .vcj-cta-banner p { color: rgba(255,255,255,0.85); font-size: 1.02rem; margin: 0 0 28px; }

/* ───────────────────────── Footer ───────────────────────── */
.vcj-footer { background: var(--vcj-navy); color: #c8d4e0; padding: 0; }
.vcj-footer-accent { height: 4px; background: linear-gradient(90deg, var(--vcj-maroon) 0%, var(--vcj-gold) 50%, var(--vcj-maroon) 100%); }
.vcj-footer .vcj-container { padding-top: 48px; padding-bottom: 24px; }
.vcj-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 36px; }
.vcj-footer-logo { max-height: 52px; width: auto; margin-bottom: 16px; }
.vcj-footer-mission { font-size: 0.92rem; line-height: 1.65; color: rgba(255,255,255,0.7); margin: 0 0 8px; max-width: 340px; }
.vcj-footer-501c { font-size: 0.78rem; color: rgba(255,255,255,0.45); font-style: italic; margin: 0; }
.vcj-body .vcj-footer-heading { font-family: var(--vcj-font-body); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: #ffffff; margin: 0 0 18px; }
.vcj-footer-links { list-style: none; padding: 0; margin: 0; }
.vcj-footer-links li { margin-bottom: 9px; }
.vcj-footer-links a { color: rgba(255,255,255,0.7); font-size: 0.88rem; transition: color 0.15s; text-decoration: none; }
.vcj-footer-links a:hover { color: #fff; }
.vcj-footer-contact { list-style: none; padding: 0; margin: 0 0 16px; }
.vcj-footer-contact li { margin-bottom: 8px; font-size: 0.88rem; color: rgba(255,255,255,0.7); }
.vcj-footer-contact a { color: rgba(255,255,255,0.7); text-decoration: none; }
.vcj-footer-contact a:hover { color: #fff; }
.vcj-footer-social { display: flex; gap: 10px; }
.vcj-footer-social a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 4px; background: rgba(255,255,255,0.08); color: #fff; transition: all 0.18s; text-decoration: none; }
.vcj-footer-social a:hover { background: var(--vcj-gold); color: var(--vcj-navy); }
.vcj-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 18px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.78rem; color: rgba(255,255,255,0.45); }
.vcj-footer-bottom p { margin: 0; }
.vcj-footer-credit a { color: rgba(255,255,255,0.6); text-decoration: none; }
.vcj-footer-credit a:hover { color: #fff; }

/* ───────────────────────── Quick-link button row (below hero) ───────────────────────── */
.vcj-custom-html:has(.vcj-quick-links) {
    background: var(--vcj-navy) !important;
    border-top: 4px solid var(--vcj-maroon);
    border-bottom: 4px solid var(--vcj-maroon);
    padding: 0 !important;
}
.vcj-quick-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; padding: 0; }
.vcj-quick-links a {
    font-family: var(--vcj-font-body); font-weight: 600; font-size: 0.88rem;
    color: rgba(255,255,255,0.9); text-decoration: none;
    padding: 16px 24px;
    border: none; border-radius: 0;
    transition: all 0.15s;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.vcj-quick-links a:first-child { border-left: 1px solid rgba(255,255,255,0.1); }
.vcj-quick-links a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.vcj-body .vcj-quick-links a { color: rgba(255,255,255,0.9); }
.vcj-body .vcj-quick-links a:hover { color: #fff; }

/* ───────────────────────── Reveal ───────────────────────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.active { opacity: 1; transform: translateY(0); }

/* ───────────────────────── Responsive ───────────────────────── */
@media (max-width: 1024px) {
    .vcj-nav { display: none; }
    .vcj-desktop-only { display: none; }
    .vcj-mobile-bar { display: block; border-top: 1px solid rgba(255,255,255,0.1); background: var(--vcj-navy); }
    .vcj-mobile-toggle { display: inline-flex; color: #fff; }
    .vcj-mobile-bar-link { color: rgba(255,255,255,0.85); }
    .vcj-body .vcj-mobile-bar-link { color: rgba(255,255,255,0.85); }
    .vcj-header-inner { justify-content: center; }
    .vcj-logo-img { height: 52px; }
    .vcj-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .vcj-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
    .vcj-container { padding-left: 16px; padding-right: 16px; }
    .vcj-logo-img { height: 46px; }
    .vcj-hero-ctas { flex-direction: column; align-items: stretch; }
    .vcj-hero-ctas .vcj-btn { justify-content: center; }
    .vcj-footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .vcj-footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
    .vcj-logo-img { height: 38px; }
    .vcj-mobile-bar-link span { display: none; }
}
