/* Footer */

.lh-site-footer {
    --lh-footer-gold: #b58a2b;
    --lh-footer-gold-dark: #7c5a15;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    color: var(--lh-white);
    font-size: 15px;
    line-height: 1.5;
}

.lh-footer-inner,
.lh-footer-feature-shell,
.lh-footer-feature-inner {
    max-width: var(--lh-content-width);
    margin: 0 auto;
    padding-left: var(--lh-site-padding);
    padding-right: var(--lh-site-padding);
    box-sizing: border-box;
}

.lh-site-footer a {
    color: var(--lh-white);
    text-decoration: none;
}

.lh-site-footer a:hover {
    color: var(--lh-footer-gold);
}

.lh-footer-gold-rule,
.lh-footer-logo-divider span,
.lh-footer-feature-band::before {
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #6b4b13 0%, #a67a25 22%, #d9b754 50%, #a67a25 78%, #6b4b13 100%);
}

/* Feature Cards */

.lh-footer-feature-band {
    position: relative;
    padding: 86px 0 82px;
    background: #000;
}

.lh-footer-feature-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.lh-footer-logo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1030px;
    margin: 0 auto 28px;
}

.lh-footer-logo-divider span {
    flex: 1 1 auto;
    min-width: 0;
}

.lh-footer-logo {
    display: block;
    width: 150px;
    max-width: 18vw;
    height: auto;
    margin: 0 0;
}

.lh-footer-strapline {
    margin: 0 0 34px;
    color: var(--lh-white);
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}

.lh-footer-feature-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    max-width: 960px;
}

.lh-footer-feature-card {
    border: 1px solid rgba(181, 138, 43, 0.9);
    background: #000;
    color: var(--lh-white);
    text-align: left;
}

.lh-footer-feature-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #555;
}

.lh-footer-feature-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.lh-footer-feature-content {
    position: relative;
    min-height: 200px;
    padding: 58px 34px 34px;
    box-sizing: border-box;
}

.lh-footer-feature-icon {
    position: absolute;
    top: -42px;
    left: 50%;
    width: 82px;
    height: 82px;
    border: 2px solid var(--lh-footer-gold);
    border-radius: 50%;
    background: #000;
    transform: translateX(-50%);
    box-shadow: 0 0 0 2px #000;
}

.lh-footer-feature-icon svg {
    width: 48px;
    height: 48px;
    margin: 17px;
    fill: none;
    stroke: var(--lh-footer-gold);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lh-footer-feature-content h2 {
    margin: 0;
    color: var(--lh-footer-gold);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.lh-footer-feature-rule {
    display: block;
    width: 54px;
    height: 2px;
    margin: 13px auto 22px;
    background: var(--lh-footer-gold);
}

.lh-footer-feature-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-footer-feature-content li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 22px;
    color: var(--lh-white);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25;
}

.lh-footer-feature-content li::before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--lh-white);
}

.lh-footer-feature-content li::after {
    content: none;
}

.lh-footer-feature-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 42px;
    background: var(--lh-footer-gold);
    color: #000 !important;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1;
    text-transform: uppercase;
}

.lh-footer-feature-button:hover {
    background: var(--lh-white);
    color: #000 !important;
}

/* Footer Main */

.lh-footer-main {
    background: #000;
    color: var(--lh-white);
    padding: 0 0 58px;
}

.lh-footer-inner {
    max-width: 1030px;
}

.lh-footer-gold-rule {
    width: 100%;
    margin: 0 auto;
}

.lh-footer-link-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    column-gap: 92px;
    align-items: start;
    padding: 66px 0 52px;
}

.lh-footer-payment-column {
    padding-top: 4px;
}

.lh-footer-payment-image {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    margin: 0 0 28px;
}

.lh-footer-column h3 {
    margin: 0 0 22px;
    color: var(--lh-footer-gold);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.lh-footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lh-footer-column li {
    margin-bottom: 7px;
    line-height: 1.35;
}

.lh-footer-column a,
.lh-footer-column p {
    color: var(--lh-white);
    font-size: 15px;
    font-weight: 300;
}

.lh-footer-social-links {
    display: flex;
    gap: 10px;
}

.lh-footer-social-links a {
    color: var(--lh-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.lh-footer-social-links a:hover {
    color: var(--lh-footer-gold);
}

.lh-footer-social-links svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lh-footer-social-links svg circle,
.lh-footer-social-links svg rect {
    fill: none;
    stroke: currentColor;
}

.lh-footer-social-links svg path {
    fill: currentColor;
    stroke: none;
}

.lh-footer-social-links .lh-social-icon-x path {
    fill: currentColor;
    stroke: none;
}

.lh-footer-gold-rule-bottom {
    margin-top: 0;
}

.lh-footer-bottom {
    padding-top: 50px;
    color: var(--lh-white);
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.lh-footer-bottom p {
    margin: 0;
}

@media (max-width: 1024px) {
    .lh-footer-feature-inner,
    .lh-footer-link-grid {
        grid-template-columns: 1fr;
    }

    .lh-footer-feature-card {
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
    }

    .lh-footer-logo {
        max-width: 24vw;
    }

    .lh-footer-link-grid {
        row-gap: 38px;
        text-align: center;
    }

    .lh-footer-payment-image,
    .lh-footer-social-links {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .lh-footer-inner,
    .lh-footer-feature-shell,
    .lh-footer-feature-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lh-footer-feature-band {
        padding-top: 56px;
        padding-bottom: 54px;
    }

    .lh-footer-logo-divider span {
        display: none;
    }

    .lh-footer-logo {
        width: 132px;
        max-width: 52vw;
    }

    .lh-footer-strapline {
        font-size: 17px;
    }

    .lh-footer-feature-image {
        min-height: 210px;
    }

    .lh-footer-feature-content {
        min-height: 0;
        padding: 58px 28px 32px;
    }

    .lh-footer-feature-content h2 {
        font-size: 20px;
    }

    .lh-footer-feature-content li {
        font-size: 15px;
    }

    .lh-footer-link-grid {
        padding-top: 44px;
        padding-bottom: 42px;
    }
}
