.buildpress-gjc-site-footer {
    --gjc-footer-surface: var(--e-global-color-900224d, #ffffff);
    --gjc-footer-ink: var(--e-global-color-primary, #050505);
    --gjc-footer-muted: color-mix(in srgb, var(--gjc-footer-ink) 62%, transparent);
    --gjc-footer-faint: color-mix(in srgb, var(--gjc-footer-ink) 13%, transparent);
    --gjc-footer-accent: var(--e-global-color-accent, #e3185c);
    width: 100%;
    padding: 4rem 1.5rem 1.5rem;
    color: var(--gjc-footer-ink);
    background: var(--gjc-footer-surface);
    font-family: var(--e-global-typography-text-font-family, sans-serif);
    font-size: var(--e-global-typography-text-font-size, 0.9375rem);
    font-weight: var(--e-global-typography-text-font-weight, 400);
    line-height: var(--e-global-typography-text-line-height, 1.55);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__inner {
    width: min(100%, 75rem);
    margin-inline: auto;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr) minmax(10rem, 0.55fr);
    gap: 3.5rem;
    align-items: start;
    padding-bottom: 3rem;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__brand,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-panel,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__navigation-panel {
    min-width: 0;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-panel,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__navigation-panel {
    padding-inline-start: 0;
    border: 0;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__logo {
    display: inline-flex;
    gap: 0.875rem;
    align-items: center;
    color: var(--gjc-footer-ink);
    text-decoration: none;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__logo-image {
    display: block;
    width: min(100%, 14rem);
    max-width: 100%;
    height: auto;
    filter: none;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__statement {
    max-width: 30rem;
    margin: 1.5rem 0 0;
    color: var(--gjc-footer-muted);
    font-size: var(--e-global-typography-text-font-size, 0.875rem);
    line-height: 1.5;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__section-label {
    margin: 0 0 1.25rem;
    color: var(--gjc-footer-muted);
    font-family: var(--e-global-typography-accent-font-family, sans-serif);
    font-size: var(--e-global-typography-accent-font-size, 0.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email {
    display: inline-block;
    color: var(--gjc-footer-ink);
    font-family: var(--e-global-typography-primary-font-family, sans-serif);
    font-size: var(--e-global-typography-primary-font-size, 1.5rem);
    font-weight: var(--e-global-typography-primary-font-weight, 700);
    line-height: 1.15;
    text-decoration: none;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.3rem;
    overflow-wrap: anywhere;
    transition: color 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email:focus-visible {
    color: var(--gjc-footer-accent);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta {
    display: inline-flex;
    gap: 0.625rem;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    margin-top: 1.75rem;
    padding: 0.75rem 1.125rem;
    color: var(--gjc-footer-surface);
    background: var(--gjc-footer-ink);
    border: 0.0625rem solid var(--gjc-footer-ink);
    border-radius: 0.5rem;
    box-shadow: none;
    font-family: var(--e-global-typography-01c88e1-font-family, sans-serif);
    font-size: var(--e-global-typography-01c88e1-font-size, 0.875rem);
    font-weight: var(--e-global-typography-01c88e1-font-weight, 700);
    line-height: var(--e-global-typography-01c88e1-line-height, 1.2);
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta-icon {
    display: block;
    flex: 0 0 auto;
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    transition: transform 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta:focus-visible {
    color: var(--gjc-footer-surface);
    background: var(--gjc-footer-accent);
    border-color: var(--gjc-footer-accent);
    box-shadow: 0 0.7rem 1.5rem color-mix(in srgb, var(--gjc-footer-accent) 22%, transparent);
    transform: translateY(-0.125rem);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta:active {
    box-shadow: none;
    transform: translateY(0);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta:hover .buildpress-gjc-site-footer__cta-icon,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta:focus-visible .buildpress-gjc-site-footer__cta-icon {
    transform: scale(1.05);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-list,
.buildpress-gjc-site-footer .sub-menu {
    display: grid;
    gap: 0.875rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-link {
    color: var(--gjc-footer-muted);
    font-family: var(--e-global-typography-text-font-family, sans-serif);
    font-size: var(--e-global-typography-text-font-size, 0.875rem);
    font-weight: var(--e-global-typography-text-font-weight, 400);
    line-height: 1.4;
    text-decoration: none;
    transition: color 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-link:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-link:focus-visible,
.buildpress-gjc-site-footer .current-menu-item > .buildpress-gjc-site-footer__menu-link {
    color: var(--gjc-footer-ink);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__utility {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 2rem;
    align-items: center;
    min-height: 3.5rem;
    padding-top: 1.25rem;
    border-top: 0.0625rem solid var(--gjc-footer-faint);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__utility-meta {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 1.75rem;
    align-items: center;
    min-width: 0;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--gjc-footer-ink);
    background: transparent;
    border: 0;
    border-radius: 0.5rem;
    opacity: 0.64;
    transition: opacity 180ms ease, transform 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__social-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    object-fit: contain;
    filter: brightness(0);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__social:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__social:focus-visible {
    background: transparent;
    opacity: 1;
    transform: translateY(-0.0625rem);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__address {
    max-width: 30rem;
    margin: 0;
    color: color-mix(in srgb, var(--gjc-footer-ink) 48%, transparent);
    font-size: var(--e-global-typography-text-font-size, 0.75rem);
    line-height: 1.4;
    text-align: end;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__utility-end {
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    gap: 1rem;
    align-items: center;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__copyright {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    margin: 0;
    color: var(--gjc-footer-muted);
    font-size: var(--e-global-typography-text-font-size, 0.8125rem);
    line-height: 1.2;
    white-space: nowrap;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    height: 1.5rem;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher__wrapper {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 0;
    height: 1.5rem;
    isolation: isolate;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher__wrapper.is-open {
    z-index: 40;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-anchor {
    display: none !important;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-overlay {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper:focus-within,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher.is-open .trp-current-language-item__wrapper {
    --text: var(--gjc-footer-ink);
    display: flex;
    gap: 0.45rem;
    align-items: center;
    min-height: 1.5rem;
    height: 1.5rem;
    padding-inline: 0;
    color: var(--gjc-footer-ink);
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: border-box;
    cursor: pointer;
    transition: color 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper > .trp-language-item {
    flex: 0 0 auto;
    min-height: 0;
    padding: 0;
    color: inherit;
    font-family: var(--e-global-typography-accent-font-family, sans-serif);
    font-size: var(--e-global-typography-accent-font-size, 0.8125rem);
    font-weight: var(--e-global-typography-accent-font-weight, 500);
    line-height: 1;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper .trp-flag-image {
    display: block;
    flex: 0 0 auto;
    width: 1rem;
    height: 0.75rem;
    object-fit: cover;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper:focus-within {
    --text: var(--gjc-footer-accent);
    color: var(--gjc-footer-accent);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper .trp-shortcode-arrow {
    display: block;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    color: inherit;
    transition: transform 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher.is-open .trp-current-language-item__wrapper .trp-shortcode-arrow {
    transform: translateY(0.08rem) rotate(180deg);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list {
    position: absolute;
    inset-block-end: calc(100% + 0.5rem);
    inset-inline-end: 0;
    inset-inline-start: auto;
    z-index: 41;
    display: grid;
    width: max-content;
    min-width: 100%;
    max-width: 12rem;
    max-height: 0;
    padding: 0 0.375rem;
    overflow: hidden;
    color: var(--gjc-footer-ink);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: var(--gjc-footer-surface);
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 0.75rem color-mix(in srgb, var(--gjc-footer-ink) 10%, transparent);
    box-sizing: border-box;
    transform: translateY(-0.3125rem);
    transition: max-height 180ms ease, padding 180ms ease, opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher.is-open .trp-switcher-dropdown-list {
    max-height: min(21.875rem, 70vh);
    padding: 0.375rem;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item {
    display: inline-flex;
    gap: 0.625rem;
    align-items: center;
    min-height: 2.5rem;
    padding: 0.5rem 0.75rem;
    color: var(--gjc-footer-ink);
    border-radius: 0.25rem;
    font-family: var(--e-global-typography-text-font-family, sans-serif);
    font-size: var(--e-global-typography-text-font-size, 0.8125rem);
    line-height: 1.2;
    text-decoration: none;
    transition: color 180ms ease, background-color 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item:hover,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item:focus-visible {
    color: var(--gjc-footer-ink) !important;
    background-color: color-mix(in srgb, var(--gjc-footer-ink) 6%, var(--gjc-footer-surface)) !important;
    outline: none;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item:focus-visible {
    outline: 0.125rem solid color-mix(in srgb, var(--gjc-footer-accent) 45%, transparent);
    outline-offset: -0.125rem;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item:hover .trp-language-item-name,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item:focus-visible .trp-language-item-name {
    color: inherit !important;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__social:focus-visible,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta:focus-visible,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email:focus-visible,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-link:focus-visible,
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper:has(.trp-language-item__current:focus-visible) {
    outline: 0.125rem solid var(--gjc-footer-accent);
    outline-offset: 0.1875rem;
}

@media (max-width: 1024px) {
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__main {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
        gap: 2.5rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email {
        font-size: var(--e-global-typography-primary-font-size, 1.375rem);
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__navigation-panel {
        grid-column: 1 / -1;
        padding-top: 0;
        padding-inline-start: 0;
        border: 0;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-list {
        grid-template-columns: repeat(3, minmax(0, max-content));
        gap: 1.25rem 2rem;
    }
}

@media (max-width: 767px) {
    .buildpress-gjc-site-footer {
        padding: 3rem 1.5rem 1.25rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__main {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-panel,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__navigation-panel {
        padding-top: 0;
        padding-inline-start: 0;
        border: 0;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__statement {
        margin-top: 1rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email {
        font-size: var(--e-global-typography-primary-font-size, 1.375rem);
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta {
        width: 100%;
        margin-top: 1.5rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-list {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__utility {
        grid-template-columns: 1fr;
        gap: 1rem;
        align-items: start;
        padding-top: 1.25rem;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__utility-meta {
        grid-template-columns: 1fr;
        grid-auto-columns: auto;
        grid-auto-flow: row;
        gap: 0.75rem;
        width: 100%;
        align-items: start;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__address {
        max-width: 26rem;
        text-align: start;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__utility-end {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 0.45rem;
        width: 100%;
        align-items: start;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__copyright {
        justify-self: start;
        white-space: normal;
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__logo-image {
        max-width: min(100%, 10rem);
    }

    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list {
        inset-inline-start: 0;
        inset-inline-end: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__social,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__cta-icon,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__contact-email,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__menu-link,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper .trp-shortcode-arrow,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list {
        transition: none;
    }
}

/* Footer Language follows the same compact dropdown contract as Header. */
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list {
    max-height: none;
    padding: 0.25rem;
    overflow: clip;
    border-radius: 0.5rem;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher.is-open .trp-switcher-dropdown-list {
    max-height: none;
    padding: 0.25rem;
    overflow: clip !important;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item {
    box-sizing: border-box;
    min-height: 2.25rem;
    padding: 0.375rem 0.5rem;
    gap: 0.5rem;
    border-radius: 0.25rem;
    line-height: 1;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper .trp-shortcode-arrow {
    overflow: visible;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 180ms ease;
}

.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-switcher.is-open .trp-current-language-item__wrapper .trp-shortcode-arrow {
    transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-current-language-item__wrapper .trp-shortcode-arrow,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list,
    .buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-switcher-dropdown-list .trp-language-item {
        transition: none;
    }
}




/* Hover bridge: the dropdown list opens ABOVE the trigger with a gap; without
   this strip the list closes while the mouse crosses the gap. It lives on the
   switcher ROOT (which TranslatePress binds mouseenter/leave to), not the
   wrapper — so hovering the strip never triggers the root's mouseleave. */
.buildpress-gjc-site-footer .buildpress-gjc-site-footer__language .trp-shortcode-overlay::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 100%;
  height: 1.5rem;
  z-index: 30;
  pointer-events: auto;
}
