/* ── Gems Harbor footer — polished premium ── */

.site-footer {
    --sf-gold: #d4af37;
    --sf-gold-light: #f0d77a;
    --sf-glass: rgba(255, 255, 255, 0.06);
    --sf-glass-border: rgba(255, 255, 255, 0.11);

    position: relative;
    overflow: hidden;
    margin-top: clamp(4rem, 8vw, 6rem);
    padding: clamp(3.25rem, 6vw, 4.75rem) 0 0;
    color: #fff;
    border-radius: 36px 36px 0 0;
    background: linear-gradient(152deg, #021a14 0%, #022f25 24%, #034436 52%, #045d48 78%, #056b54 100%);
    box-shadow:
        0 -20px 56px rgba(2, 47, 37, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.site-footer,
.site-footer p,
.site-footer li,
.site-footer a {
    text-align: left !important;
}

/* Top gold shimmer */
.site-footer__shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 2;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(201, 162, 39, 0.3) 20%,
        var(--sf-gold-light) 50%,
        rgba(201, 162, 39, 0.3) 80%,
        transparent
    );
    background-size: 200% 100%;
    animation: sf-shine 7s ease-in-out infinite;
}

@keyframes sf-shine {
    0%, 100% { background-position: 100% 0; }
    50%       { background-position: 0% 0; }
}

/* Decorative atmosphere */
.site-footer__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: inherit;
}

.site-footer__decor-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 65% 50% at 94% 8%, rgba(201, 162, 39, 0.22), transparent 58%),
        radial-gradient(ellipse 48% 42% at 4% 92%, rgba(255, 255, 255, 0.08), transparent 54%),
        radial-gradient(ellipse 38% 32% at 48% 42%, rgba(6, 122, 95, 0.28), transparent 72%);
}

.site-footer__decor-grid {
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: radial-gradient(ellipse 88% 78% at 50% 48%, #000 12%, transparent 90%);
}

.site-footer__decor-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(22px);
}

.site-footer__decor-orb--1 {
    width: 340px;
    height: 340px;
    top: -110px;
    right: 4%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.18), transparent 68%);
}

.site-footer__decor-orb--2 {
    width: 200px;
    height: 200px;
    bottom: 18%;
    left: 1%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 70%);
}

.site-footer__decor-orb--3 {
    width: 140px;
    height: 140px;
    top: 28%;
    right: 38%;
    background: radial-gradient(circle, rgba(232, 201, 106, 0.12), transparent 72%);
}

.site-footer__container {
    position: relative;
    z-index: 1;
}

/* Grid */
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.45fr 0.95fr 0.95fr 1.1fr;
    gap: clamp(1.25rem, 2.5vw, 2rem);
    padding-bottom: clamp(2.75rem, 4.5vw, 3.5rem);
}

/* Brand */
.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding-right: clamp(0.5rem, 2vw, 1.5rem);
}

.site-footer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.32rem 0.75rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--sf-gold-light);
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.26);
}

.site-footer__eyebrow i {
    font-size: 0.72rem;
}

.site-footer__logo {
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    line-height: 0;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.site-footer__logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.site-footer__logo img {
    display: block;
    height: 34px;
    width: auto;
    max-width: 168px;
}

.site-footer__headline {
    margin: 0.15rem 0 0;
    font-size: clamp(1.2rem, 2.2vw, 1.42rem);
    font-weight: 600;
    line-height: 1.32;
    letter-spacing: -0.025em;
    color: rgba(255, 255, 255, 0.96);
}

.site-footer__headline span {
    background: linear-gradient(135deg, #f5e08a 0%, #d4af37 55%, #c9a227 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.site-footer__tagline {
    margin: 0;
    max-width: 20rem;
    font-size: 0.875rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.62);
}

.site-footer__contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.15rem;
    padding: 0.55rem 1rem 0.55rem 0.55rem;
    border-radius: 999px;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none !important;
    background: var(--sf-glass);
    border: 1px solid var(--sf-glass-border);
    backdrop-filter: blur(8px);
    transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.site-footer__contact-icon {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    color: var(--sf-gold-light);
    background: rgba(201, 162, 39, 0.16);
    border: 1px solid rgba(201, 162, 39, 0.22);
}

.site-footer__contact:hover {
    background: rgba(201, 162, 39, 0.12);
    border-color: rgba(201, 162, 39, 0.38);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

/* Column cards */
.site-footer__col {
    display: flex;
    flex-direction: column;
}

.site-footer__col-inner,
.site-footer__apps-box {
    height: 100%;
    border-radius: 18px;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.site-footer__col-inner {
    padding: 1.35rem 1.25rem;
    background: var(--sf-glass);
    border: 1px solid var(--sf-glass-border);
    backdrop-filter: blur(10px);
}

.site-footer__col-inner:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(201, 162, 39, 0.2);
}

.site-footer__title {
    margin: 0 0 1.1rem;
    padding-bottom: 0.7rem;
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--sf-gold-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.site-footer__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 2rem;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--sf-gold), transparent);
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.site-footer__links li {
    margin: 0;
}

.site-footer__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.42rem 0.5rem;
    margin-left: -0.5rem;
    border-radius: 8px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
}

.site-footer__link::before {
    content: "";
    width: 0;
    height: 1.5px;
    border-radius: 1px;
    background: var(--sf-gold);
    flex-shrink: 0;
    transition: width 0.22s ease;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.06);
    padding-left: 0.65rem;
    outline: none;
}

.site-footer__link:hover::before,
.site-footer__link:focus-visible::before {
    width: 0.55rem;
}

/* ── Footer app download — premium strip ── */
.site-footer__apps-box {
    position: relative;
    padding: 0;
    overflow: hidden;
    border-radius: 20px;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}

.site-footer__apps-border {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(240, 215, 122, 0.55) 0%,
        rgba(255, 255, 255, 0.12) 38%,
        rgba(201, 162, 39, 0.35) 72%,
        rgba(255, 255, 255, 0.08) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.site-footer__apps-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    padding: 1.35rem 1.25rem;
    border-radius: inherit;
    background:
        linear-gradient(155deg, rgba(2, 26, 20, 0.72) 0%, rgba(3, 47, 37, 0.55) 48%, rgba(4, 68, 54, 0.42) 100%);
    backdrop-filter: blur(16px);
    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-footer__apps-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 20px 0 0 20px;
    background: linear-gradient(180deg, var(--sf-gold-light), var(--sf-gold), transparent 88%);
    opacity: 0.9;
}

.site-footer__apps-info {
    position: relative;
    padding-left: 0.55rem;
}

.site-footer__apps-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    margin-bottom: 0.7rem;
    padding: 0.3rem 0.72rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--sf-gold-light);
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.24);
}

.site-footer__apps-tag i {
    font-size: 0.68rem;
}

.site-footer__apps-heading {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.97);
}

.site-footer__apps-heading span {
    background: linear-gradient(135deg, #f5e08a 0%, #d4af37 52%, #c9a227 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.site-footer__apps-lead {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
}

.site-footer__apps-panel {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.9rem;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__apps-panel-label {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.site-footer__col--apps .app-badges__label {
    display: none;
}

.site-footer__col--apps .app-badges {
    width: 100%;
}

.site-footer__col--apps .app-badges__combo {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.site-footer__col--apps .app-badges__combo-img {
    border-radius: 11px;
}

.site-footer__col--apps .app-badges__combo-link--play {
    border-radius: 11px 11px 0 0;
}

.site-footer__col--apps .app-badges__combo-link--apple {
    border-radius: 0 0 11px 11px;
}

/* Bottom bar */
.site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1.5rem;
    padding: 1.35rem 0 clamp(1.6rem, 3vw, 2.1rem);
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer__copy {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
}

.site-footer__copy-icon {
    font-size: 0.65rem;
    color: rgba(201, 162, 39, 0.55);
}

.site-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 0;
}

.site-footer__bottom-link {
    padding: 0.3rem 0.65rem;
    border-radius: 6px;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.48) !important;
    text-decoration: none !important;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-footer__bottom-link:hover {
    color: var(--sf-gold-light) !important;
    background: rgba(255, 255, 255, 0.05);
}

.site-footer__sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .site-footer__col--apps .site-footer__apps-heading {
        font-size: 1.05rem;
    }

    .site-footer__col--apps .site-footer__apps-body {
        padding: 1.2rem 1.05rem;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .site-footer__col--apps .site-footer__apps-body {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 1.75rem;
        padding: 1.65rem 1.85rem;
    }

    .site-footer__col--apps .site-footer__apps-info {
        flex: 1 1 auto;
        max-width: 28rem;
        padding-left: 0.65rem;
    }

    .site-footer__col--apps .site-footer__apps-heading {
        font-size: clamp(1.25rem, 2.2vw, 1.55rem);
    }

    .site-footer__col--apps .site-footer__apps-lead {
        font-size: 0.88rem;
        max-width: 26rem;
    }

    .site-footer__col--apps .site-footer__apps-panel {
        flex: 0 0 auto;
        width: min(100%, 22rem);
        padding: 1rem 1.05rem;
    }
}

@media (max-width: 1199.98px) {
    .site-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }

    .site-footer__brand {
        grid-column: 1 / -1;
        padding-right: 0;
        padding-bottom: 0.5rem;
    }

    .site-footer__col--apps {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        border-radius: 26px 26px 0 0;
        margin-top: 0;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding-bottom: 2.25rem;
    }

    .site-footer__col-inner {
        padding: 1.2rem 1.1rem;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__col--apps {
        grid-column: 1 / -1;
    }

    .site-footer__col--apps .site-footer__apps-body {
        padding: 1.5rem 1.2rem;
        gap: 1.25rem;
    }

    .site-footer__col--apps .site-footer__apps-body::before {
        display: none;
    }

    .site-footer__col--apps .site-footer__apps-info {
        text-align: center;
        padding-left: 0;
    }

    .site-footer__col--apps .site-footer__apps-tag {
        margin-left: auto;
        margin-right: auto;
    }

    .site-footer__col--apps .site-footer__apps-heading,
    .site-footer__col--apps .site-footer__apps-lead {
        text-align: center !important;
    }

    .site-footer__col--apps .site-footer__apps-heading {
        font-size: 1.35rem;
    }

    .site-footer__col--apps .site-footer__apps-lead {
        font-size: 0.86rem;
        color: rgba(255, 255, 255, 0.7);
    }

    .site-footer__col--apps .site-footer__apps-panel {
        padding: 1rem;
    }

    .site-footer__col--apps .site-footer__apps-panel-label {
        text-align: center;
    }

    .site-footer__col--apps .app-badges__combo {
        max-width: 220px;
        margin: 0 auto;
    }
}

@media (max-width: 399.98px) {
    .site-footer__col--apps .app-badges__combo {
        max-width: 180px;
    }
}

@media (max-width: 575.98px) {
    .site-footer__logo img {
        height: 30px;
    }

    .site-footer__headline {
        font-size: 1.12rem;
    }
}
