.figuree-footer.figuree-footer-layout-partype {
    --figuree-partype-footer-gutter: clamp(30px, 3vw, 52px);
    padding: clamp(16px, 2vw, 30px) !important;
    border-top: 0;
    background: transparent !important;
}

.figuree-footer-layout-partype .figuree-footer-container {
    max-width: var(--figuree-footer-width);
    border-top: 1px solid var(--figuree-footer-border);
    container-type: inline-size;
}

.figuree-footer-layout-partype .figuree-footer-inner {
    display: grid !important;
    grid-template-areas:
        "hero"
        "menus"
        "connect"
        "bottom" !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.figuree-footer-layout-partype .figuree-footer-inner > * {
    min-width: 0;
}

.figuree-footer-layout-partype .figuree-footer-partype-hero {
    position: relative;
    grid-area: hero;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    min-height: 0;
    padding: clamp(38px, 3.5vw, 64px) var(--figuree-partype-footer-gutter) clamp(72px, 6vw, 105px);
    overflow: hidden;
    isolation: isolate;
    background: transparent;
}

.figuree-footer-layout-partype .figuree-footer-partype-kicker {
    position: relative;
    z-index: 3;
    grid-row: 1;
    margin: 0 0 clamp(8px, .8vw, 14px) !important;
    color: var(--figuree-primary, #ec0f6b) !important;
    font-family: var(--figuree-ui-font, inherit);
    font-size: clamp(12px, .9vw, 16px) !important;
    font-weight: 800;
    line-height: 1.2 !important;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.figuree-footer-layout-partype .figuree-footer-partype-hero h2 {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    padding-top: .055em;
    margin: 0;
    background: linear-gradient(180deg, #d9d9d9 0%, #c9c9c9 48%, rgba(143, 143, 143, .28) 100%);
    background-clip: text;
    color: transparent;
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(138px, 21.25vw, 500px);
    font-size: clamp(138px, 22.35cqw, 500px);
    font-weight: 400 !important;
    line-height: .88;
    letter-spacing: -.035em !important;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.figuree-footer-layout-partype .figuree-footer-partype-hero h2 span {
    display: inline;
}

.figuree-footer-layout-partype .figuree-footer-partype-cta {
    position: relative;
    z-index: 5;
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(18px, 1.5vw, 28px);
    width: auto;
    max-width: calc(100% - (2 * var(--figuree-partype-footer-gutter)));
    min-height: 92px;
    padding: 9px 10px 9px clamp(28px, 2.2vw, 42px);
    border: 1px solid var(--figuree-primary, #ec0f6b);
    border-radius: 999px;
    background: color-mix(in srgb, var(--figuree-bg, #050506) 88%, transparent);
    color: var(--figuree-footer-text);
    font-family: var(--figuree-heading-font, sans-serif);
    font-size: clamp(22px, 2vw, 38px);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    backdrop-filter: blur(12px);
    box-shadow: 0 0 0 9px rgba(0, 0, 0, .92), 0 18px 48px rgba(0, 0, 0, .34);
    transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}

.figuree-footer-layout-partype .figuree-footer-partype-cta-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 72px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--figuree-primary, #ec0f6b);
    color: var(--figuree-button-primary-text, #fff);
    transition: transform .25s ease;
}

.figuree-footer-layout-partype .figuree-footer-partype-cta:hover {
    background: color-mix(in srgb, var(--figuree-footer-bg) 80%, var(--figuree-primary, #ec0f6b) 20%);
    color: var(--figuree-footer-text);
    transform: scale(1.015);
}

.figuree-footer-layout-partype .figuree-footer-partype-cta:hover .figuree-footer-partype-cta-icon {
    transform: rotate(-12deg);
}

.figuree-footer-layout-partype .figuree-footer-partype-menus {
    grid-area: menus !important;
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    margin: 0 !important;
    border-top: 1px solid var(--figuree-footer-border);
}

.figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column {
    display: block !important;
    min-height: 245px;
    padding: clamp(30px, 3vw, 52px);
}

.figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column + .figuree-footer-menu-column {
    border-left: 0;
}

.figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column h3 {
    position: relative;
    margin: 0 0 24px !important;
    color: var(--figuree-footer-text) !important;
    font-family: var(--figuree-ui-font, inherit);
    font-size: 13px !important;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu {
    gap: 10px;
}

.figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu a {
    font-size: 14px;
}

.figuree-footer-layout-partype .figuree-footer-partype-connect {
    grid-area: connect;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(56px, 5vw, 96px);
    border-top: 1px solid var(--figuree-footer-border);
}

.figuree-footer-layout-partype .figuree-footer-partype-connect > * {
    min-width: 0;
    min-height: clamp(270px, 21vw, 350px);
    padding: clamp(40px, 4vw, 72px) 0 !important;
}

.figuree-footer-layout-partype .figuree-footer-partype-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(24px, 2vw, 34px);
    border-left: 0;
}

.figuree-footer-layout-partype .figuree-footer-partype-email {
    flex: 0 0 auto;
    color: var(--figuree-footer-text);
    font-family: var(--figuree-heading-font, sans-serif);
    font-size: clamp(34px, 3.1vw, 58px);
    font-weight: 450;
    line-height: 1;
    letter-spacing: -.035em;
    white-space: nowrap;
    text-decoration: none;
}

.figuree-footer-layout-partype .figuree-footer-partype-email-marquee {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.figuree-footer-layout-partype .figuree-footer-partype-email-track {
    display: flex;
    width: max-content;
    animation: figuree-partype-email-marquee 11s linear infinite;
    will-change: transform;
}

.figuree-footer-layout-partype .figuree-footer-partype-email-item {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: clamp(20px, 2vw, 34px);
    padding-right: clamp(20px, 2vw, 34px);
}

.figuree-footer-layout-partype .figuree-footer-partype-email-star {
    flex: 0 0 auto;
    color: var(--figuree-primary, #ec0f6b);
    font-size: clamp(28px, 2.5vw, 44px);
    line-height: 1;
    text-shadow: 0 0 18px color-mix(in srgb, var(--figuree-primary, #ec0f6b) 55%, transparent);
}

.figuree-footer-layout-partype .figuree-footer-partype-email-marquee:hover .figuree-footer-partype-email-track {
    animation-play-state: paused;
}

@keyframes figuree-partype-email-marquee {
    to {
        transform: translateX(-25%);
    }
}

.figuree-footer-layout-partype .figuree-footer-newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: left !important;
    width: 100% !important;
    padding-left: var(--figuree-partype-footer-gutter) !important;
}

.figuree-footer-layout-partype .figuree-footer-partype-contact {
    padding-right: var(--figuree-partype-footer-gutter) !important;
}

.figuree-footer-layout-partype .figuree-footer-newsletter h3 {
    max-width: 100%;
    margin: 0 0 12px !important;
    font-family: var(--figuree-heading-font, sans-serif) !important;
    font-size: clamp(30px, 2.6vw, 46px) !important;
    font-weight: var(--figuree-heading-weight, 700) !important;
    line-height: 1.05 !important;
    letter-spacing: -.03em !important;
    text-align: left !important;
    text-transform: none !important;
}

.figuree-footer-layout-partype .figuree-footer-newsletter p {
    max-width: 560px;
    margin: 0 0 clamp(24px, 2vw, 32px) !important;
    color: var(--figuree-footer-muted) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    text-align: left !important;
}

.figuree-footer-layout-partype .figuree-footer-signup {
    width: 100% !important;
    min-height: 60px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 5px !important;
}

.figuree-footer-layout-partype .figuree-footer-signup input {
    font-size: 14px;
}

.figuree-footer-layout-partype .figuree-footer-signup button {
    min-width: clamp(132px, 10vw, 174px);
    height: 48px;
    padding-right: 26px;
    padding-left: 26px;
}

.figuree-footer-layout-partype .figuree-footer-social {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px 24px !important;
    margin: 0 !important;
}

.figuree-footer-layout-partype .figuree-footer-social a {
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    min-height: 24px !important;
    gap: 10px !important;
    color: var(--figuree-footer-muted) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

.figuree-footer-layout-partype .figuree-footer-social-label,
.figuree-footer-layout-partype.figuree-footer-social-icon .figuree-footer-social-label {
    display: inline !important;
}

.figuree-footer-layout-partype .figuree-footer-bottom {
    grid-area: bottom !important;
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 24px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 24px clamp(30px, 3vw, 52px) !important;
    border-top: 1px solid var(--figuree-footer-border) !important;
}

    @media (max-width: 1100px) {
    .figuree-footer-layout-partype .figuree-footer-partype-hero {
        min-height: 0;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-hero h2 {
        width: 100%;
        font-size: clamp(100px, 21.25vw, 250px);
        font-size: clamp(100px, 22.35cqw, 250px);
    }

    .figuree-footer-layout-partype .figuree-footer-partype-cta {
        width: auto;
        max-width: calc(100% - 84px);
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column:nth-child(odd) {
        border-left: 0;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column:nth-child(n + 4) {
        border-top: 1px solid var(--figuree-footer-border);
    }

    .figuree-footer-layout-partype .figuree-footer-partype-connect {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 0;
        column-gap: 0;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-connect > * {
        min-height: 0;
        padding: clamp(36px, 5vw, 56px) !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-contact {
        border-top: 1px solid var(--figuree-footer-border);
        border-left: 0;
    }
}

@media (max-width: 640px) {
    .figuree-footer.figuree-footer-layout-partype {
        padding: 12px !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-hero {
        min-height: 0;
        padding: 30px var(--figuree-partype-footer-gutter) 54px;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-hero h2 {
        width: 100%;
        font-size: clamp(72px, 25vw, 124px);
        font-size: clamp(72px, 25cqw, 124px);
        line-height: .82;
        white-space: normal;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-hero h2 span {
        display: block;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-cta {
        width: calc(100% - 36px);
        max-width: none;
        min-height: 68px;
        padding: 7px 8px 7px 22px;
        font-size: 18px;
        box-shadow: 0 0 0 6px rgba(0, 0, 0, .92), 0 12px 34px rgba(0, 0, 0, .3);
    }

    .figuree-footer-layout-partype .figuree-footer-partype-cta-icon {
        width: 52px;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-cta-icon svg {
        width: 24px;
        height: 24px;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column {
        min-height: 0;
        padding: 28px 24px;
        border-top: 1px solid var(--figuree-footer-border);
        border-left: 0 !important;
        text-align: left !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu-column:first-child {
        border-top: 0;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu,
    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu li,
    .figuree-footer-layout-partype .figuree-footer-partype-menus .figuree-footer-menu a {
        text-align: left !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-connect > * {
        padding: 30px 24px;
        text-align: left !important;
    }

    .figuree-footer-layout-partype .figuree-footer-newsletter h3,
    .figuree-footer-layout-partype .figuree-footer-newsletter p {
        text-align: left !important;
    }

    .figuree-footer-layout-partype .figuree-footer-social {
        justify-content: flex-start !important;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-email {
        font-size: clamp(25px, 8vw, 40px);
    }

    .figuree-footer-layout-partype .figuree-footer-bottom {
        grid-template-columns: minmax(0, 1fr) !important;
        padding: 22px 24px !important;
        text-align: left !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .figuree-footer-layout-partype .figuree-footer-partype-cta,
    .figuree-footer-layout-partype .figuree-footer-partype-cta-icon {
        transition: none;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-email-track {
        animation: none;
        transform: none;
    }

    .figuree-footer-layout-partype .figuree-footer-partype-email-item:not(:first-child) {
        display: none;
    }
}
