.abn-footer {
    --abn-footer-bg: oklch(25% 0.067 238);
    --abn-footer-bg-deep: oklch(19% 0.052 238);
    --abn-footer-text: oklch(95% 0.015 220);
    --abn-footer-muted: oklch(79% 0.025 225);
    --abn-footer-line: oklch(95% 0.015 220 / 16%);
    --abn-footer-warm: oklch(96% 0.027 82);
    --abn-footer-warm-ink: oklch(27% 0.064 238);
    --abn-footer-focus: oklch(82% 0.145 84);
    position: relative;
    overflow: hidden;
    color: var(--abn-footer-text);
    background: var(--abn-footer-bg);
    border-block-start: 4px solid var(--abn-turquoise);
    isolation: isolate;
}

.abn-footer::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(112deg, transparent 0 57%, oklch(21% 0.059 238 / 52%) 57% 100%),
        var(--abn-footer-bg);
    content: "";
}

.abn-footer::after {
    position: absolute;
    inset-block-end: -1px;
    inset-inline-start: 0;
    z-index: -1;
    width: 38%;
    height: 1px;
    background: var(--abn-gold);
    content: "";
}

.abn-footer__signature {
    position: absolute;
    inset-block-start: -34px;
    inset-inline-end: -92px;
    z-index: -1;
    width: min(34vw, 430px);
    height: auto;
    opacity: 0.38;
    transform: scaleX(-1);
}

.abn-footer__signature-line {
    fill: none;
    stroke-linecap: round;
    stroke-width: 24;
}

.abn-footer__signature-line--blue {
    stroke: var(--abn-turquoise);
}

.abn-footer__signature-line--green {
    stroke: var(--abn-green);
}

.abn-footer__signature-line--gold {
    stroke: var(--abn-gold);
}

.abn-footer__shell {
    position: relative;
    padding-block: clamp(58px, 7vw, 104px) 0;
}

.abn-footer__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.72fr);
    gap: clamp(48px, 7vw, 112px);
}

.abn-footer__identity {
    min-width: 0;
}

.abn-footer__brand-surface {
    position: relative;
    display: block;
    padding: clamp(26px, 3vw, 42px);
    overflow: hidden;
    color: var(--abn-footer-warm-ink) !important;
    background: var(--abn-footer-warm);
    border-radius: 12px 42px 42px 42px;
    text-decoration: none;
    box-shadow: 0 30px 70px oklch(12% 0.04 238 / 28%);
    transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.abn-footer__brand-surface::after {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    width: 9px;
    height: 34%;
    background: var(--abn-gold);
    content: "";
}

.abn-footer__brand-surface:hover {
    color: var(--abn-footer-warm-ink) !important;
    transform: translateY(-5px);
    box-shadow: 0 38px 86px oklch(12% 0.04 238 / 36%);
}

.abn-footer__brand-surface:focus-visible,
.abn-footer a:focus-visible {
    outline: 3px solid var(--abn-footer-focus);
    outline-offset: 5px;
}

.abn-footer__brand-surface img {
    display: block;
    width: min(100%, 330px);
    margin-inline: auto;
}

.abn-footer__social {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block-start: 26px;
    gap: 20px;
}

.abn-footer__social-label {
    color: var(--abn-footer-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.abn-footer__social-links {
    display: flex;
    align-items: center;
    gap: 9px;
}

.abn-footer__social-links a {
    display: grid;
    width: 44px;
    height: 44px;
    color: var(--abn-footer-text) !important;
    border: 1px solid var(--abn-footer-line);
    border-radius: 50%;
    place-items: center;
    text-decoration: none;
    transition: color 260ms ease, background-color 260ms ease, border-color 260ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.abn-footer__social-links a:hover {
    color: var(--abn-footer-bg-deep) !important;
    background: var(--abn-footer-focus);
    border-color: var(--abn-footer-focus);
    transform: translateY(-4px);
}

.abn-footer__social-links svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.abn-footer__social-links .abn-footer__social-dot {
    fill: currentColor;
    stroke: none;
}

.abn-footer__directory,
.abn-footer__group {
    min-width: 0;
}

.abn-footer__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-end: 24px;
    gap: 18px;
}

.abn-footer__heading::-webkit-details-marker {
    display: none;
}

.abn-footer__heading::marker {
    content: "";
}

.abn-footer__disclosure {
    display: none;
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform var(--abn-transition);
}

.abn-footer__eyebrow {
    display: block;
    margin-block-end: 4px;
    color: var(--abn-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.abn-footer .abn-footer__heading h2 {
    color: var(--abn-footer-text);
    font-size: clamp(1.15rem, 1.6vw, 1.55rem);
    line-height: 1.45;
}

.abn-footer__link-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.abn-footer__link-list--external {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 4vw, 58px);
}

.abn-footer__link-list li {
    min-width: 0;
    border-block-end: 1px solid var(--abn-footer-line);
}

.abn-footer__link-list a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding-block: 10px;
    color: var(--abn-footer-muted) !important;
    gap: 14px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
    transition: color 220ms ease, padding-inline 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.abn-footer__link-list a:hover {
    padding-inline: 7px;
    color: var(--abn-footer-text) !important;
}

.abn-footer__link-list a svg {
    width: 17px;
    min-width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--abn-turquoise);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.abn-footer__link-list a:hover svg {
    transform: translate(-3px, 3px);
}

.abn-footer__utility-grid {
    display: grid;
    margin-block-start: clamp(44px, 5vw, 70px);
    padding-block-start: clamp(34px, 4vw, 52px);
    border-block-start: 1px solid var(--abn-footer-line);
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: clamp(40px, 6vw, 82px);
}

.abn-footer__link-list--services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
}

.abn-footer__contact-list {
    display: grid;
    margin: 0;
    gap: 20px;
    font-style: normal;
}

.abn-footer__contact-list > a,
.abn-footer__contact-list > div {
    display: grid;
    align-items: center;
    color: var(--abn-footer-text) !important;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    text-decoration: none;
}

.abn-footer__contact-list > a {
    transition: color 220ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.abn-footer__contact-list > a:hover {
    color: var(--abn-footer-focus) !important;
    transform: translateX(-4px);
}

.abn-footer__contact-icon {
    display: grid;
    width: 40px;
    height: 40px;
    color: var(--abn-turquoise);
    border: 1px solid var(--abn-footer-line);
    border-radius: 50%;
    place-items: center;
}

.abn-footer__contact-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.abn-footer__contact-list small,
.abn-footer__contact-list b {
    display: block;
}

.abn-footer__contact-list small {
    margin-block-end: 1px;
    color: var(--abn-footer-muted);
    font-size: 0.78rem;
    font-weight: 400;
}

.abn-footer__contact-list b {
    overflow-wrap: anywhere;
    color: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.7;
    text-align: right;
}

.abn-footer__bottom {
    display: flex;
    min-height: 86px;
    align-items: center;
    margin-block-start: clamp(58px, 7vw, 94px);
    padding-block: 18px;
    border-block-start: 1px solid var(--abn-footer-line);
    gap: clamp(24px, 4vw, 56px);
}

.abn-footer__bottom p {
    margin: 0;
    color: var(--abn-footer-muted);
    font-size: 0.78rem;
}

.abn-footer__sitemap {
    display: inline-flex;
    align-items: center;
    margin-inline-start: auto;
    color: var(--abn-footer-text) !important;
    gap: 9px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

.abn-footer__sitemap:hover {
    color: var(--abn-footer-focus) !important;
}

.abn-footer__sitemap svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.abn-footer__language .mod-languages ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 8px;
    list-style: none;
}

.abn-footer__language .mod-languages a,
.abn-footer__language .mod-languages span {
    display: grid;
    width: 36px;
    height: 36px;
    overflow: hidden;
    background: var(--abn-footer-warm);
    border: 1px solid var(--abn-footer-line);
    border-radius: 50%;
    place-items: center;
}

.abn-footer__language img {
    width: 22px;
}

@media (max-width: 1099.98px) {
    .abn-footer__grid {
        grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
        gap: 48px;
    }

    .abn-footer__utility-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

@media (max-width: 839.98px) {
    .abn-footer__signature {
        width: 330px;
        opacity: 0.24;
    }

    .abn-footer__grid {
        grid-template-columns: 1fr;
        gap: 62px;
    }

    .abn-footer__identity {
        display: grid;
        align-items: end;
        grid-template-columns: minmax(260px, 0.78fr) minmax(180px, 0.42fr);
        gap: 28px;
    }

    .abn-footer__social {
        padding: 0 0 8px;
    }
}

@media (max-width: 639.98px) {
    .abn-footer__shell {
        padding-block-start: 48px;
    }

    .abn-footer__identity,
    .abn-footer__link-list--external,
    .abn-footer__link-list--services {
        grid-template-columns: 1fr;
    }

    .abn-footer__group {
        border-block-end: 1px solid var(--abn-footer-line);
    }

    .abn-footer__heading {
        min-height: 70px;
        margin: 0;
        padding-block: 13px;
        cursor: pointer;
    }

    .abn-footer__group[open] > .abn-footer__heading {
        margin-block-end: 16px;
    }

    .abn-footer__disclosure {
        display: block;
    }

    .abn-footer__group[open] .abn-footer__disclosure {
        transform: rotate(180deg);
    }

    .abn-footer__link-list {
        padding-block-end: 18px;
    }

    .abn-footer__link-list a {
        padding-inline-end: 58px;
    }

    .abn-footer__contact-list {
        padding-block-end: 24px;
    }

    .abn-footer__brand-surface {
        padding: 26px;
        border-radius: 10px 32px 32px 32px;
    }

    .abn-footer__social {
        padding-block-start: 4px;
    }

    .abn-footer__utility-grid {
        margin-block-start: 46px;
        padding-block-start: 38px;
    }

    .abn-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .abn-footer__sitemap {
        margin-inline-start: 0;
    }

    .abn-footer__language .mod-languages ul {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .abn-footer__brand-surface,
    .abn-footer__social-links a,
    .abn-footer__link-list a,
    .abn-footer__link-list a svg,
    .abn-footer__contact-list > a {
        transition: none;
    }

    .abn-footer__brand-surface:hover,
    .abn-footer__social-links a:hover,
    .abn-footer__link-list a:hover svg,
    .abn-footer__contact-list > a:hover {
        transform: none;
    }
}
