:root {
    --navy: #0D1B3E;
    --navy-mid: #1A2F5E;
    --brand: #C0B400;
    --brand-lt: #DCD45C;
    --gold: #C9A84C;
    --gold-lt: #E4C97E;
    --cream: #F7F4EE;
    --white: #FFFFFF;
    --text: #1A1A2E;
    --muted: #5A607A;
    --border: rgba(201, 168, 76, 0.25);
    --serif: 'Playfair Display', Georgia, serif;
    --sans: 'DM Sans', system-ui, sans-serif;
}

#sp-top-bar {
    display: none;
}

#sp-header,
#sp-header.header-sticky {
    padding: 0 5vw;
    background-color: rgba(13, 27, 62, 0.96) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}

#sp-header .sp-megamenu-parent>li>a,
#sp-header.header-sticky .sp-megamenu-parent>li>a {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: color 0.2s;
}

#sp-header .sp-megamenu-parent>li>a:hover,
#sp-header.header-sticky .sp-megamenu-parent>li>a:hover {
    color: var(--brand) !important;
}

#sp-header .sp-megamenu-parent>li>a.nav-cta {
    background: var(--brand);
    color: var(--navy) !important;
    padding: 12px 22px !important;
    border-radius: 2px;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    transition: background 0.2s !important;
    line-height: 1 !important;
    margin-left: 15px;
}

#sp-header .sp-megamenu-parent>li>a.nav-cta:hover {
    background: var(--brand-lt) !important;
    color: var(--navy) !important;
}

#sp-menu .burger-icon>span,
.offcanvas-active .burger-icon>span {
    background-color: rgba(255,255,255,0.7) !important;
}

.offcanvas-active .offcanvas-menu {
    background-color: rgba(13, 27, 62, 0.96) !important;
    backdrop-filter: blur(12px);
}

.offcanvas-active .offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-active .offcanvas-menu .offcanvas-inner ul.menu>li span {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    transition: color 0.2s;
}

.offcanvas-active .offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-active .offcanvas-menu .offcanvas-inner ul.menu>li span:hover {
    color: var(--brand) !important;
}

.offcanvas-active .offcanvas-menu .offcanvas-inner ul.menu>li a.nav-cta {
    display: inline-block;
    background: var(--brand);
    color: var(--navy) !important;
    padding: 12px 22px !important;
    border-radius: 2px;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    transition: background 0.2s !important;
    line-height: 1 !important;
    margin-top: 15px;
}

.offcanvas-active .offcanvas-menu .offcanvas-inner ul.menu>li a.nav-cta:hover {
    background: var(--brand-lt) !important;
    color: var(--navy) !important;
}

#hero-section .hero-arcs {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
    width: 680px;
    height: 680px;
    pointer-events: none;
}

#hero-section .hero-arcs circle {
    fill: none;
    stroke: rgba(201, 168, 76, 0.12);
}

#hero-section .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--brand);
    font-weight: 500;
    margin-bottom: 28px;
}

#hero-section  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--brand);
}

#hero-section h2 {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 5vw, 4rem) !important;
    line-height: 1.18;
    color: var(--white);
}

#hero-section h2 em {
    color: var(--brand);
}

#hero-section .hero-stats {
    display: flex;
    gap: 48px;
    margin-top: 72px;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative; z-index: 2;
    padding-left: 5vw;
}

#hero-section .hero-stats .stat-num {
    font-family: var(--serif);
    font-size: 2.4rem;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 6px;
}

#hero-section .hero-stats .stat-lbl {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    font-weight: 400;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand);
    font-weight: 500;
    margin-bottom: 20px;
}

.section-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--brand);
}

.section-title h3.sppb-addon-title {
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.22;
    color: var(--navy);
    max-width: 640px;
}

/* ─── ABOUT ─── */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    background: rgba(201,168,76,0.15);
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
}

.about-card {
    background: var(--white);
    padding: 48px 40px;
    position: relative;
}

.about-card::before {
    content: '';
    display: block;
    width: 40px; height: 3px;
    background: var(--brand);
    margin-bottom: 32px;
    border-radius: 2px;
}

.about-card-num {
    position: absolute;
    top: 40px; right: 40px;
    font-family: var(--serif);
    font-size: 3.5rem;
    color: rgba(201,168,76,0.1);
    line-height: 1;
    font-weight: 700;
}

.about-card h3 {
    font-family: var(--serif);
    font-size: 1.5rem;
    color: var(--navy);
    margin-bottom: 1rem;
    font-weight: 700;
}

.about-card p {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300;
}

.about-card p:last-child {
    margin-bottom: 0;
}

#our-mission .sppb-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image: repeating-linear-gradient(90deg, var(--brand) 0px, var(--brand) 1px, transparent 1px, transparent 80px);
}

#our-mission .section-title h3.sppb-addon-title {
    color: var(--white);
    max-width: 100%;
}

#our-mission .section-title h3.sppb-addon-title em {
    font-style: italic;
    color: var(--brand);
}

#our-mission .mission-pillars {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
    margin-top: 72px;
    padding-top: 56px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#our-mission .mission-pillars .pillar {
    display: flex;
    flex-direction: column;
}

#our-mission .mission-pillars .pillar-icon {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201,168,76,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#our-mission .mission-pillars .pillar-icon svg {
    width: 20px; height: 20px;
    stroke: var(--brand);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#our-mission .mission-pillars .pillar h4 {
    font-family: var(--serif);
    font-size: 1.6rem;
    color: var(--white);
    margin-bottom: 12px;
}

#our-mission .mission-pillars .pillar p {
    font-size: 1rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.8;
    font-weight: 300;
}

/* ─── CONTRIBUTE ─── */
#contribute .tiers {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}

#contribute .tiers .tier {
    background: var(--white);
    border: 1px solid var(--border);
    padding: 48px 36px;
    border-radius: 4px;
    position: relative;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#contribute .tiers .tier:hover {
    border-color: var(--brand);
    box-shadow: 0 8px 40px rgba(201,168,76,0.12);
}

#contribute .tiers .tier.featured {
    border: 2px solid var(--brand);
}

#contribute .tiers .tier-badge {
    position: absolute; top: -12px; left: 50%;
    transform: translateX(-50%);
    background: var(--brand);
    color: var(--navy);
    font-size: 9px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 2px;
}

#contribute .tiers .tier-name {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--brand);
    font-weight: 500;
    margin-bottom: 16px;
}

#contribute .tiers .tier-amount {
    font-family: var(--serif);
    font-size: 3rem;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 1rem;
}

#contribute .tiers .tier-desc {
    font-size: 1rem;
    color: var(--muted);
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 36px;
    min-height: 54px;
}

#contribute .tiers .tier-btn {
    display: block;
    width: 100%;
    padding: 13px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--sans);
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s, color 0.2s;
}

#contribute .tiers .tier-btn-outline {
    border: 1px solid var(--navy);
    color: var(--navy);
    background: transparent;
}

#contribute .tiers .tier-btn-outline:hover {
    background: var(--navy);
    color: var(--white);
}

#contribute .tiers .tier-btn-fill {
    background: var(--brand);
    color: var(--navy);
    border: 1px solid var(--brand);
}

#contribute .tiers .tier-btn-fill:hover { background: var(--brand-lt); border-color: var(--brand-lt); }

#sp-bottom::after, #sp-footer::after {
    content: unset;
}

#sp-footer, #sp-bottom {
    background: var(--navy) !important;
}

#sp-footer>.container {
    max-width: 1320px !important;
}

#sp-footer #sp-footer1,
#sp-footer #sp-footer2 {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.05em;
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

#sp-bottom .sp-module {
    margin-bottom: 0;
}

.footer-disclosure {
    padding: 3rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.footer-disclosure-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(201,168,76,0.25);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
    color: rgba(201,168,76,0.6);
    font-style: italic;
    font-family: var(--serif);
    margin-top: 1px;
}

.footer-disclosure p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    #who-we-are .about-grid,
    #our-mission .mission-pillars,
    #contribute .tiers {
        grid-template-columns: 1fr;
    }

    #hero-section .hero-stats {
        gap: 32px;
        flex-wrap: wrap;
    }

    #sp-header, #sp-header.header-sticky,
    #sp-header .logo,
    #sp-header.header-sticky .logo {
        height: 60px;
    }
}

@media (max-width: 1440px) {
    #sp-header .logo-image, #sp-header.header-sticky .logo-image {
        height: 36px !important;
    }
}

@media (min-width: 768px) {
    #sp-footer>.container {
        max-width: 720px !important;
    }

    #sp-footer #sp-footer2 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #sp-footer>.container {
        max-width: 960px !important;
    }

    #sp-footer #sp-footer2 {
        margin-top: 0px;
    }
}

@media (min-width: 1400px) {
    #sp-footer>.container {
        max-width: 1320px !important;
    }
}