/* ====== Footer ====== */
.site-footer {
    --arrow-rtl: ">";
    --arrow-ltr: ">";
    background: linear-gradient(180deg, #0f3d3a 0%, #0f3d3a 100%);
    color: #fff;
    position: relative;
    isolation: isolate;


}

.text-flow {
    text-align: start;
}

.brand-row {
    display: flex;
    align-items: center;
}


.mie-2 {
    margin-inline-end: .5rem;
}

.site-footer .footer-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    opacity: .95;
}

.footer-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;



}

.footer-semibold {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;

}

html[dir="rtl"] .site-footer .footer-link::before {
    content: var(--arrow-rtl);
    margin-inline-start: .5rem;
}

html[dir="ltr"] .site-footer .footer-link::before {
    content: var(--arrow-ltr);
    margin-inline-end: .5rem;
}

.site-footer .footer-link:hover {
    text-decoration: underline;
    opacity: 1
}

.site-footer ul li+li {
    margin-top: .4rem
}

.social {
    margin-top: 15px;
    text-align: start;
}

.social .social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    margin-inline-end: .35rem;
    margin-block-end: .35rem;
}

.social .social-btn:hover {
    background: rgba(255, 255, 255, .12);
}

.site-footer .footer-hr {
    border: 0;
    height: 2px;
    background: #FFFFFF;
    opacity: 1 !important;
}

.site-footer .brand-icon {
    width: 50px;
    height: 50px;
}

.site-footer ul {
    list-style: none;
    padding-inline-start: 0;
    padding-inline-end: 0;
    margin: 0;
}


.site-footer .footer-link {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}


html[dir="rtl"] .site-footer .footer-link::before {
    content: ">";
    order: -1;
}

html[dir="ltr"] .site-footer .footer-link::before {
    content: var(--arrow-ltr);
    order: -1;
}

html[dir="rtl"] .site-footer .footer-link::before,
html[dir="ltr"] .site-footer .footer-link::before {
    margin: 0;
}

.site-footer .footer-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}


.site-footer .social .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    color: #1d1d1f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-decoration: none;
}

.site-footer .social .social-btn:hover,
.site-footer .social .social-btn:focus,
.site-footer .social .social-btn:active {
    background: #fff;
    color: #1d1d1f;
}


.footer-glows {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.footer-glows .glow {
    position: absolute;
    border-radius: 50%;
    mix-blend-mode: overlay;
    will-change: transform;

}





.footer-glows .glow-left {
    width: 621px;
    height: 307px;
    angle: 0 deg;
    opacity: 0.6;
    border-radius: 366px;
    mix-blend-mode: Overlay;
    background: rgba(255, 255, 255, 0.5);
    filter: blur(180.95px);
    backdrop-filter: blur(361.8999938964844px)
}

.footer-glows .glow-right {
    width: 703px;
    height: 324px;
    angle: 0 deg;
    border-radius: 366px;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: overlay;
    filter: blur(180.95px);
    backdrop-filter: blur(361.8999938964844px)
}

.footer-glows .glow-right {
    inset-inline-start: 3px;
}

.footer-glows .glow-left {
    inset-inline-end: 0;
}




@media (max-width: 767.98px) {

    .brand-row {
        justify-content: start;
        gap: .75rem;
    }

    .text-flow,
    .social {
        text-align: start;
    }

    .site-footer .footer-hr {
        height: 1px;
        opacity: .9 !important;
    }

    .footer-glows .glow-left {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .text-flow {
        text-align: start;
    }

    .brand-row {
        justify-content: flex-start;
    }

    .footer-glows .glow-left {
        display: none !important;
    }

}



@media (max-width: 575.98px) {
    .site-footer ul li+li {
        margin-top: .5rem;
    }

    .footer-glows .glow-left {
        display: none !important;
    }

}

/* Makani footer brand refresh */
.site-footer .footer-brand {
    gap: 12px;
}

.site-footer .footer-brand__mark {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .96);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
    flex: 0 0 auto;
}

.site-footer .footer-brand__mark img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.site-footer .footer-brand__copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1;
}

.site-footer .footer-brand__tagline {
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    font-weight: 700;
}

/* Premium Makani footer */
.site-footer--premium {
    --footer-bg: #073f3a;
    --footer-bg-2: #0c5650;
    --footer-gold: #c59d63;
    --footer-ink: #ffffff;
    --footer-muted: rgba(255, 255, 255, .76);
    --footer-line: rgba(255, 255, 255, .16);
    background:
        radial-gradient(circle at 18% 18%, rgba(197, 157, 99, .24), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(255, 255, 255, .18), transparent 24%),
        linear-gradient(135deg, #052f2c 0%, var(--footer-bg) 48%, #0a4b45 100%);
    overflow: hidden;
    padding: 0;
}

.site-footer--premium::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: .12;
    background-image:
        linear-gradient(120deg, transparent 0 46%, rgba(255, 255, 255, .7) 47%, transparent 48%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, .16) 0 1px, transparent 1px 96px);
    pointer-events: none;
}

.site-footer--premium .footer-premium__container {
    position: relative;
    z-index: 1;
    padding-block: 64px 24px;
}

.footer-premium__top {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(180px, .75fr) minmax(240px, .9fr) minmax(220px, .8fr);
    gap: 28px;
    align-items: start;
}

.footer-brand-panel,
.footer-column {
    min-width: 0;
}

.site-footer--premium .footer-brand__mark {
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(197, 157, 99, .58);
    box-shadow: 0 20px 46px rgba(0, 0, 0, .2);
}

.site-footer--premium .footer-brand__mark img {
    width: 42px;
    height: 42px;
}

.site-footer--premium .brand-name {
    color: #fff;
    line-height: 1.05;
}

.site-footer--premium .footer-brand__tagline,
.footer-eyebrow {
    color: var(--footer-gold);
    font-weight: 800;
    letter-spacing: 0;
}

.site-footer--premium .footer-description {
    max-width: 520px;
    margin: 0 0 20px;
    color: var(--footer-muted);
    font-size: 15px;
    line-height: 1.85;
}

.footer-heading {
    margin: 0 0 18px;
    color: var(--footer-ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.footer-eyebrow {
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 12px;
}

.footer-muted {
    margin: 0 0 16px;
    color: var(--footer-muted);
    font-size: 14px;
    line-height: 1.7;
}

.footer-contact-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-contact-pill {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .16);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-contact-pill:hover,
.footer-contact-pill:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, .16);
    border-color: rgba(197, 157, 99, .6);
    color: #fff;
}

.footer-nav-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer--premium .footer-link {
    width: 100%;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    transition: transform .2s ease, color .2s ease, background .2s ease;
}

.site-footer--premium .footer-link::before {
    content: none !important;
}

.site-footer--premium .footer-link i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--footer-gold);
    background: rgba(197, 157, 99, .14);
    flex: 0 0 auto;
}

.site-footer--premium .footer-link:hover,
.site-footer--premium .footer-link:focus {
    transform: translateX(-3px);
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

html[dir="ltr"] .site-footer--premium .footer-link:hover,
html[dir="ltr"] .site-footer--premium .footer-link:focus {
    transform: translateX(3px);
}

.footer-store-buttons {
    display: grid;
    gap: 10px;
}

.store-btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    color: #103f3a;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(255, 255, 255, .72);
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.store-btn i {
    font-size: 25px;
    color: #073f3a;
}

.store-btn span {
    display: grid;
    line-height: 1.1;
}

.store-btn small {
    color: #4e6763;
    font-size: 11px;
    font-weight: 750;
}

.store-btn strong {
    color: #083f3a;
    font-size: 15px;
    font-weight: 950;
}

.store-btn:hover,
.store-btn:focus {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
    color: #103f3a;
}

.footer-social-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer--premium .social-btn {
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .17);
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.site-footer--premium .social-btn:hover,
.site-footer--premium .social-btn:focus {
    transform: translateY(-3px);
    background: #fff;
    border-color: #fff;
    color: #073f3a;
}

.footer-premium__bottom {
    margin-top: 46px;
    padding-top: 18px;
    border-top: 1px solid var(--footer-line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, .74);
    text-decoration: none;
    font-weight: 750;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
    color: #fff;
}

.footer-copy span {
    color: #fff;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .footer-premium__top {
        grid-template-columns: 1.2fr .8fr;
    }
}

@media (max-width: 767.98px) {
    .site-footer--premium .footer-premium__container {
        padding-block: 44px 22px;
    }

    .footer-premium__top {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer-premium__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-contact-strip,
    .footer-social-grid,
    .footer-bottom-links {
        justify-content: flex-start;
    }

    .store-btn {
        width: 100%;
    }
}