/* ═══════════════════════════════════════════════
   Site Footer — Jacana Luxe (jacana-sf-)
   ═══════════════════════════════════════════════ */

/* ── CTA Banner (above footer) ── */
.jacana-sf-cta-banner {
    position: relative;
    background: #10100d;
    overflow: visible;
    padding: 72px var(--content-pad, 48px);
}

.jacana-sf-cta-inner {
    max-width: var(--max-width, 1180px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* Decorative image overflowing top-left */
.jacana-sf-cta-image {
    position: absolute;
    left: var(--content-pad, 48px);
    bottom: 0;
    width: 260px;
    height: auto;
    z-index: 3;
    transform: translateY(-2%);
    pointer-events: none;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.45));
}

.jacana-sf-cta-content {
    padding-left: 280px;
    flex: 1;
    min-width: 0;
}

.jacana-sf-cta-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    font-size: 10px;
    font-weight: 700;
    color: var(--jacana-dunes, #db9751);
    margin-bottom: 12px;
}

.jacana-sf-cta-kicker::before,
.jacana-sf-cta-kicker::after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: var(--jacana-dunes, #db9751);
    flex-shrink: 0;
}

.jacana-sf-cta-heading {
    font-family: "Cormorant Garamond", "Palatino Linotype", serif;
    font-size: clamp(28px, 3.8vw, 46px);
    font-weight: 600;
    line-height: 1.12;
    color: #fff !important;
    margin: 0;
    max-width: 720px;
}

.jacana-sf-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--jacana-dunes, #db9751), #c07a30);
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 4px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, gap 0.22s ease;
    box-shadow: 0 6px 20px rgba(192, 122, 48, 0.28);
    white-space: nowrap;
    flex-shrink: 0;
}

.jacana-sf-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(192, 122, 48, 0.38);
    gap: 15px;
}

.jacana-sf-arrow {
    display: inline-block;
    transition: transform 0.22s ease;
}

.jacana-sf-cta-button:hover .jacana-sf-arrow {
    transform: translateX(4px);
}

/* Ambient warm glow */
.jacana-sf-cta-glow {
    position: absolute;
    top: -60%;
    right: -10%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(219, 151, 81, 0.1), transparent 65%);
    pointer-events: none;
}

/* ── Oshiwambo stripe ── */
.jacana-sf-stripe {
    height: 5px;
    width: 100%;
    background: repeating-linear-gradient(
        90deg,
        var(--oshi-pink, #e6007e)      0px,  var(--oshi-pink, #e6007e)      7px,
        var(--oshi-black, #000)         7px,  var(--oshi-black, #000)         9px,
        var(--oshi-red, #cc0000)        9px,  var(--oshi-red, #cc0000)       14px,
        var(--oshi-dark-pink, #800040) 14px,  var(--oshi-dark-pink, #800040) 18px,
        var(--oshi-black, #000)        18px,  var(--oshi-black, #000)        20px
    );
    flex-shrink: 0;
}

/* ── Main footer body ── */
.jacana-sf-section {
    background: var(--jacana-savannah, #fffae4);
    color: var(--jacana-earth, #2d2416);
    font-family: "Sora", sans-serif;
}

.jacana-sf-body {
    padding: 72px var(--content-pad, 48px) 48px;
}

.jacana-sf-inner {
    max-width: var(--max-width, 1180px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
    gap: 48px 40px;
    align-items: start;
}

/* ── Brand column ── */
.jacana-sf-logo-link {
    display: inline-block;
    margin-bottom: 18px;
    text-decoration: none;
}

.jacana-sf-logo {
    height: 68px;
    width: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.jacana-sf-logo-link:hover .jacana-sf-logo {
    opacity: 0.8;
}

.jacana-sf-tagline {
    font-size: 13.5px;
    line-height: 1.75;
    color: rgba(45, 36, 22, 0.68);
    max-width: 300px;
    margin: 0 0 28px;
}

/* ── Social links ── */
.jacana-sf-social {
    display: flex;
    gap: 10px;
    align-items: center;
}

.jacana-sf-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(45, 36, 22, 0.15);
    border-radius: 50%;
    color: var(--jacana-earth, #2d2416);
    text-decoration: none;
    transition: background-color 0.26s ease, color 0.26s ease, border-color 0.26s ease, transform 0.26s ease;
}

.jacana-sf-social-link:hover,
.jacana-sf-social-link:focus-visible {
    background: rgba(219, 151, 81, 0.12);
    color: var(--jacana-dunes, #db9751);
    border-color: rgba(219, 151, 81, 0.4);
    transform: translateY(-2px);
}

.jacana-sf-social-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}

/* ── Nav columns ── */
.jacana-sf-col-title {
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    color: rgba(45, 36, 22, 0.48);
    margin: 0 0 22px;
    position: relative;
    padding-bottom: 14px;
}

.jacana-sf-col-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background: var(--jacana-dunes, #db9751);
    border-radius: 2px;
}

.jacana-sf-nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.jacana-sf-nav-col li {
    position: relative;
}

.jacana-sf-nav-col a {
    font-size: 14px;
    color: rgba(45, 36, 22, 0.78);
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    position: relative;
}

.jacana-sf-nav-col a::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    width: 0;
    height: 1px;
    background: var(--jacana-dunes, #db9751);
    transition: width 0.22s ease;
}

.jacana-sf-nav-col a:hover,
.jacana-sf-nav-col a:focus-visible {
    color: var(--jacana-dunes, #db9751);
    padding-left: 8px;
}

.jacana-sf-nav-col a:hover::before,
.jacana-sf-nav-col a:focus-visible::before {
    width: 10px;
}

/* ── Contact column ── */
.jacana-sf-address {
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.jacana-sf-contact-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: rgba(45, 36, 22, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
    line-height: 1.6;
}

a.jacana-sf-contact-item:hover,
a.jacana-sf-contact-item:focus-visible {
    color: var(--jacana-dunes, #db9751);
}

.jacana-sf-contact-item svg {
    width: 16px;
    height: 16px;
    fill: var(--jacana-dunes, #db9751);
    flex-shrink: 0;
    margin-top: 3px;
    opacity: 0.9;
}

.jacana-sf-contact-item--address {
    margin-top: 4px;
}

/* ── Bottom bar ── */
.jacana-sf-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px var(--content-pad, 48px);
    background: #0e0c0a;
}

.jacana-sf-bar-inner {
    max-width: var(--max-width, 1180px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.jacana-sf-copyright {
    font-size: 12px;
    color: rgba(243, 239, 232, 0.5);
    letter-spacing: 0.04em;
}

.jacana-sf-credit {
    font-size: 11.5px;
    color: rgba(243, 239, 232, 0.38);
    letter-spacing: 0.06em;
}

.jacana-sf-heart {
    color: var(--jacana-dunes, #db9751);
    font-size: 13px;
    display: inline-block;
    animation: jacana-sf-heartbeat 2.4s ease-in-out infinite;
}

@keyframes jacana-sf-heartbeat {
    0%, 100% { transform: scale(1); }
    14%      { transform: scale(1.2); }
    28%      { transform: scale(1); }
    42%      { transform: scale(1.15); }
    56%      { transform: scale(1); }
}

/* ═══════════════════════════════════════════════
   Responsive
   ═══════════════════════════════════════════════ */

@media (max-width: 980px) {
    .jacana-sf-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px 32px;
    }

    .jacana-sf-brand {
        grid-column: 1 / -1;
    }

    .jacana-sf-cta-image {
        width: 180px;
    }

    .jacana-sf-cta-content {
        padding-left: 200px;
    }

    .jacana-sf-cta-inner {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .jacana-sf-cta-kicker {
        justify-content: center;
    }

    .jacana-sf-cta-heading {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .jacana-sf-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .jacana-sf-brand {
        grid-column: auto;
    }

    .jacana-sf-body {
        padding: 48px 24px 36px;
    }

    .jacana-sf-cta-banner {
        padding: 48px 24px;
    }

    .jacana-sf-cta-image {
        display: none;
    }

    .jacana-sf-cta-content {
        padding-left: 0;
    }

    .jacana-sf-bar-inner {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}
