/**
 * Informado V43 — compact editorial footer.
 * Newsletter behavior remains in Informado Core; this file only owns layout.
 */

.informado-footer-horizontal {
    width: 100%;
    margin-top: clamp(3.25rem, 6vw, 5.5rem);
    border-top: 3px solid var(--informado-color-red);
    background: #050505;
    color: #fff;
}

.informado-footer-horizontal__ad {
    padding-top: 1.25rem;
}

.informado-footer-horizontal__shell {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: clamp(2.5rem, 4.2vw, 3.75rem) 0;
    display: grid;
    grid-template-columns: minmax(12rem, .68fr) minmax(0, 1.9fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: center;
}

.informado-footer-horizontal__brand,
.informado-footer-horizontal__newsletter,
.informado-footer-horizontal__copy,
.informado-footer-horizontal__form-wrap {
    min-width: 0;
}

.informado-footer-horizontal__brand {
    align-self: center;
}

.informado-footer-horizontal__logo {
    width: min(13.5rem, 100%);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.informado-footer-horizontal__logo-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.informado-footer-horizontal__description {
    max-width: 31ch;
    margin: .9rem 0 0;
    color: rgb(255 255 255 / 58%);
    font-size: .78rem;
    line-height: 1.55;
}

.informado-footer-horizontal__newsletter {
    display: grid;
    grid-template-columns: minmax(13.5rem, .78fr) minmax(20rem, 1.22fr);
    gap: clamp(2rem, 4vw, 4.25rem);
    align-items: end;
    padding-left: clamp(2rem, 4vw, 4rem);
    border-left: 1px solid rgb(255 255 255 / 14%);
}

.informado-footer-horizontal__copy {
    padding: 0;
    border: 0;
}

.informado-footer-horizontal__eyebrow {
    display: inline-block;
    margin-bottom: .5rem;
    color: #ff6767;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.informado-footer-horizontal__copy h2 {
    max-width: 15ch;
    margin: 0;
    color: #fff;
    font-size: clamp(1.4rem, 1.65vw, 1.8rem);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.02;
    text-wrap: balance;
}

.informado-footer-horizontal__copy p {
    max-width: 34ch;
    margin: .72rem 0 0;
    color: rgb(255 255 255 / 58%);
    font-size: .76rem;
    line-height: 1.5;
}

.informado-footer-horizontal .informado-newsletter-shell {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: inherit !important;
}

.informado-footer-horizontal .informado-newsletter-shell__copy {
    display: none !important;
}

.informado-footer-horizontal .informado-newsletter-shell__form {
    width: 100% !important;
    display: grid !important;
    gap: .5rem !important;
    margin: 0 !important;
}

.informado-footer-horizontal .informado-newsletter-shell__form > label {
    margin: 0 !important;
    color: rgb(255 255 255 / 68%) !important;
    font-size: .69rem !important;
    font-weight: 700 !important;
}

.informado-footer-horizontal .informado-newsletter-shell__controls {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: .5rem !important;
    align-items: stretch !important;
}

.informado-footer-horizontal .informado-newsletter-shell__controls input[type="email"] {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 .95rem !important;
    border: 1px solid #3d3d3d !important;
    border-radius: .3rem !important;
    background: #fff !important;
    color: #111 !important;
    box-sizing: border-box !important;
}

.informado-footer-horizontal .informado-newsletter-shell__controls button {
    min-width: 8.5rem !important;
    min-height: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 1.15rem !important;
    border: 0 !important;
    border-radius: .3rem !important;
    background: var(--informado-color-red) !important;
    color: #fff !important;
    font-size: .72rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
}

.informado-footer-horizontal .informado-newsletter-shell__controls button:hover,
.informado-footer-horizontal .informado-newsletter-shell__controls button:focus-visible {
    background: var(--informado-color-red-dark) !important;
}

.informado-footer-horizontal .informado-newsletter-shell__controls button[disabled] {
    opacity: .6 !important;
    cursor: wait !important;
}

.informado-footer-horizontal .informado-newsletter-shell__consent {
    color: rgb(255 255 255 / 58%) !important;
    font-size: .67rem !important;
}

.informado-footer-horizontal .informado-newsletter-shell__consent a {
    color: #fff !important;
}

.informado-footer-horizontal .informado-newsletter-shell__status {
    min-height: 1.2em !important;
    margin: .1rem 0 0 !important;
    color: rgb(255 255 255 / 55%) !important;
    font-size: .69rem !important;
    line-height: 1.35 !important;
}

.informado-footer-horizontal .informado-newsletter-shell__status.is-success {
    color: #9be5a9 !important;
}

.informado-footer-horizontal .informado-newsletter-shell__status.is-error {
    color: #ff9a9a !important;
}

.informado-footer-horizontal__bottom {
    border-top: 1px solid rgb(255 255 255 / 11%);
    background: #000;
}

.informado-footer-horizontal__bottom-inner {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    padding-block: .75rem;
}

.informado-footer-horizontal__nav {
    min-width: 0;
}

.informado-footer-horizontal .site-footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .2rem 1.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.informado-footer-horizontal .site-footer__menu-list:empty {
    display: none;
}

.informado-footer-horizontal .site-footer__menu-list a {
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    color: rgb(255 255 255 / 64%);
    font-size: .7rem;
    font-weight: 650;
    text-decoration: none;
}

.informado-footer-horizontal .site-footer__menu-list a:hover,
.informado-footer-horizontal .site-footer__menu-list a:focus-visible {
    color: #fff;
}

.informado-footer-horizontal__legal {
    flex: 0 0 auto;
    margin: 0;
    color: rgb(255 255 255 / 40%);
    font-size: .65rem;
    line-height: 1.4;
    text-align: right;
}

@media (max-width: 68rem) {
    .informado-footer-horizontal__shell {
        width: min(920px, calc(100% - 48px));
        grid-template-columns: minmax(10rem, .55fr) minmax(0, 1.45fr);
        gap: 2.25rem 3rem;
    }

    .informado-footer-horizontal__newsletter {
        grid-template-columns: minmax(12rem, .8fr) minmax(0, 1.2fr);
        gap: 1.75rem;
        padding-left: 2rem;
    }
}

@media (max-width: 47.99rem) {
    .informado-footer-horizontal {
        margin-top: 3.25rem;
    }

    .informado-footer-horizontal__shell {
        width: min(100% - 2rem, 38rem);
        grid-template-columns: minmax(0, 1fr);
        gap: 1.65rem;
        padding: 2.25rem 0 2rem;
    }

    .informado-footer-horizontal__brand {
        padding-bottom: 1.4rem;
        border-bottom: 1px solid rgb(255 255 255 / 13%);
    }

    .informado-footer-horizontal__logo {
        width: min(11.5rem, 60vw);
    }

    .informado-footer-horizontal__newsletter {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.35rem;
        padding: 0;
        border-left: 0;
    }

    .informado-footer-horizontal__copy h2,
    .informado-footer-horizontal__copy p {
        max-width: none;
    }

    .informado-footer-horizontal__copy h2 {
        font-size: 1.5rem;
    }

    .informado-footer-horizontal .informado-newsletter-shell__controls {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: .55rem !important;
    }

    .informado-footer-horizontal .informado-newsletter-shell__controls input[type="email"],
    .informado-footer-horizontal .informado-newsletter-shell__controls button {
        width: 100% !important;
    }

    .informado-footer-horizontal__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: .45rem;
        padding-block: 1rem;
    }

    .informado-footer-horizontal .site-footer__menu-list {
        gap: 0 .85rem;
    }

    .informado-footer-horizontal__legal {
        text-align: left;
    }
}
