.vt-site-footer {
    --vt-footer-ink: #1d1b1c;
    --vt-footer-paper: #f2eee7;
    --vt-footer-field: #d8d4ce;
    --vt-footer-line: rgba(255, 255, 255, .18);
    --vt-footer-muted: rgba(255, 255, 255, .58);
    --vt-footer-accent: #f5a500;
    position: relative;
    margin-top: 0;
    overflow: visible;
    background: transparent;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
}

.vt-site-footer *,
.vt-site-footer *::before,
.vt-site-footer *::after {
    box-sizing: border-box;
}

.vt-footer-inspiration {
    position: relative;
    padding: 72px 24px 0;
    background: linear-gradient(
        to bottom,
        #fff 0,
        #fff calc(100% - 120px),
        transparent calc(100% - 120px),
        transparent 100%
    );
}

.vt-footer-newsletter-card {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1100px, 100%);
    min-height: 400px;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.45fr);
    gap: clamp(42px, 6vw, 78px);
    margin: 0 auto;
    padding: clamp(46px, 5vw, 64px);
    background: var(--vt-footer-paper);
    box-shadow: 0 20px 54px rgba(15, 13, 12, .1);
    color: #171717;
}

.vt-footer-eyebrow {
    display: block;
    margin-bottom: 22px;
    color: #7a1f27;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.vt-footer-newsletter-heading h2 {
    margin: 0;
    color: #111;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: clamp(40px, 3.7vw, 52px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.vt-footer-newsletter-content > p {
    max-width: 620px;
    margin: 1px 0 22px;
    color: #3f3d39;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
}

.vt-footer-newsletter-heading,
.vt-footer-newsletter-content {
    min-width: 0;
}

.vt-footer-newsletter-form {
    width: 100%;
}

.vt-footer-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.vt-footer-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.vt-footer-field {
    display: block;
}

.vt-footer-field-wide {
    grid-column: 1 / -1;
}

.vt-footer-field input,
.vt-footer-field select {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #bbb6ae;
    border-radius: 0;
    outline: 0;
    background: var(--vt-footer-field);
    color: #171717;
    font: 400 13px/1 Inter, Arial, sans-serif;
    transition: border-color .2s ease, background-color .2s ease;
}

.vt-footer-field input::placeholder {
    color: #4b4945;
    opacity: 1;
}

.vt-footer-field input:focus,
.vt-footer-field select:focus {
    border-color: #7a1f27;
    background: #e2ded7;
}

.vt-footer-field select {
    cursor: pointer;
}

.vt-footer-form-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 20px;
}

.vt-footer-submit {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #171717;
    cursor: pointer;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.vt-footer-submit-icon {
    display: inline-grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--vt-footer-accent);
    border-radius: 50%;
    color: var(--vt-footer-accent);
    font-size: 16px;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.vt-footer-submit:hover .vt-footer-submit-icon,
.vt-footer-submit:focus-visible .vt-footer-submit-icon {
    background: var(--vt-footer-accent);
    color: #171717;
    transform: translateX(3px);
}

.vt-footer-form-note {
    color: #77736c;
    font-size: 10px;
    line-height: 1.5;
}

.vt-footer-turnstile {
    margin-top: 14px;
}

.vt-footer-main {
    margin-top: -120px;
    padding: 120px 24px 42px;
    background: var(--vt-footer-ink);
}

.vt-footer-shell {
    width: min(1410px, 100%);
    margin: 0 auto;
}

.vt-footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 30px 0 54px;
}

.vt-footer-social a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.vt-footer-social a:hover,
.vt-footer-social a:focus-visible {
    border-color: var(--vt-footer-accent);
    color: var(--vt-footer-accent);
    transform: translateY(-3px);
}

.vt-footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(46px, 9vw, 130px);
    padding: 0 clamp(24px, 7vw, 96px) 64px;
}

.vt-footer-link-column {
    display: block;
    text-align: center;
}

.vt-footer-link-column summary {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .58);
    cursor: default;
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    list-style: none;
}

.vt-footer-link-column summary::-webkit-details-marker {
    display: none;
}

.vt-footer-link-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vt-footer-link-column a {
    position: relative;
    margin: 0 0 13px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    transition: color .2s ease;
}

.vt-footer-link-column a::after,
.vt-footer-legal-links a::after,
.vt-footer-patriot a::after {
    position: absolute;
    right: 0;
    bottom: -3px;
    left: 0;
    height: 1px;
    background: var(--vt-footer-accent);
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.vt-footer-link-column a:hover,
.vt-footer-link-column a:focus-visible,
.vt-footer-legal-links a:hover,
.vt-footer-legal-links button:hover,
.vt-footer-patriot a:hover {
    color: #fff;
}

.vt-footer-link-column a:hover::after,
.vt-footer-link-column a:focus-visible::after,
.vt-footer-legal-links a:hover::after,
.vt-footer-patriot a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.vt-footer-brand-block {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 24px 42px;
    border-top: 1px solid var(--vt-footer-line);
    text-align: center;
}

.vt-footer-logo-link {
    display: inline-block;
}

.vt-footer-logo {
    width: 168px;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: .9;
}

.vt-footer-tagline {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .42);
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 13px;
    font-style: italic;
}

.vt-footer-patriot {
    margin: 17px 0 0;
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
}

.vt-footer-patriot a {
    position: relative;
    color: rgba(255, 255, 255, .86);
    font-weight: 500;
}

.vt-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 24px;
    padding: 25px 0 0;
    border-top: 1px solid var(--vt-footer-line);
}

.vt-footer-legal-links a,
.vt-footer-legal-links button {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .76);
    cursor: pointer;
    font: 300 12px/1.4 Inter, Arial, sans-serif;
    text-transform: none;
    transition: color .2s ease;
}

.vt-footer-copyright {
    display: flex;
    justify-content: center;
    gap: 8px 28px;
    padding-top: 27px;
    color: rgba(255, 255, 255, .4);
    font-size: 11px;
    font-weight: 300;
    text-align: center;
}

.vt-footer-copyright p {
    margin: 0;
}

.vt-footer-copyright a {
    color: rgba(255, 255, 255, .7);
}

.vt-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .vt-footer-inspiration {
        padding: 0 24px 40px;
        background: #fff;
    }

    .vt-footer-newsletter-card {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 0;
        padding: 44px;
        box-shadow: none;
    }

    .vt-footer-main {
        margin-top: 0;
        padding: 0 24px 42px;
    }

    .vt-footer-links-grid {
        gap: 46px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 680px) {
    .vt-footer-inspiration {
        padding: 0;
    }

    .vt-footer-newsletter-card {
        width: 100%;
        min-height: 0;
        gap: 24px;
        padding: 30px 20px 32px;
    }

    .vt-footer-eyebrow {
        margin-bottom: 15px;
    }

    .vt-footer-newsletter-heading h2 {
        font-size: clamp(34px, 9.5vw, 40px);
    }

    .vt-footer-newsletter-content > p {
        margin-top: 0;
        margin-bottom: 18px;
        font-size: 12.5px;
    }

    .vt-footer-form-grid {
        gap: 10px;
    }

    .vt-footer-field input,
    .vt-footer-field select {
        height: 50px;
        padding: 0 12px;
        font-size: 12px;
    }

    .vt-footer-form-actions {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .vt-footer-main {
        padding: 0 18px 34px;
    }

    .vt-footer-social {
        padding: 30px 0 34px;
    }

    .vt-footer-links-grid {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 0 44px;
    }

    .vt-footer-link-column {
        border-top: 1px solid var(--vt-footer-line);
        text-align: left;
    }

    .vt-footer-link-column:last-child {
        border-bottom: 1px solid var(--vt-footer-line);
    }

    .vt-footer-link-column summary {
        position: relative;
        margin: 0;
        padding: 18px 32px 18px 0;
        color: rgba(255, 255, 255, .8);
        cursor: pointer;
        font-family: Inter, Arial, sans-serif;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .06em;
        text-transform: uppercase;
    }

    .vt-footer-link-column summary::after {
        position: absolute;
        top: 50%;
        right: 2px;
        color: rgba(255, 255, 255, .55);
        content: "+";
        font-size: 18px;
        font-weight: 300;
        transform: translateY(-50%);
    }

    .vt-footer-link-column[open] summary::after {
        content: "−";
    }

    .vt-footer-link-list {
        align-items: flex-start;
        padding: 0 0 16px;
    }

    .vt-footer-link-column a {
        margin-bottom: 11px;
        font-size: 12.5px;
    }

    .vt-footer-brand-block {
        min-height: 230px;
        padding-top: 40px;
        padding-bottom: 34px;
        padding-right: 0;
        padding-left: 0;
    }

    .vt-footer-logo {
        width: 148px;
    }

    .vt-footer-legal-links {
        gap: 16px 20px;
    }

    .vt-footer-copyright {
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vt-site-footer *,
    .vt-site-footer *::before,
    .vt-site-footer *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
