@import url('fonts.css'); .aau-footer {
    --red: #c61018;
    --ink: #262b2e;
    --muted: #616568;
    --line: #ccc;
}

.aau-footer, .aau-footer * {
    box-sizing: border-box;
}

.aau-footer {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: 'Roboto', sans-serif;
}

.aau-footer h1, .aau-footer h2, .aau-footer h3, .aau-footer p {
    margin-block: 0; }

.aau-footer img {
    /* max-width: none; */
}

.aau-footer a {
    color: inherit;
    text-decoration: none;
}

.aau-footer a:hover strong {
    color: var(--red);
}

.aau-footer a:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 5px;
    border-radius: 2px;
}

.aau-footer svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aau-footer {
    max-width: 1735px;
    margin: auto;
    container-type: inline-size;
}

/* Match the reference's 1735 x 878 artboard while scaling with its container. */
.aau-footer__hero, .aau-footer__content-grid, .aau-footer__banner {
    --u: calc(100cqw / 1735);
}

.aau-footer__hero {
    height: calc(194 * var(--u));
    display: grid;
    grid-template-columns: calc(410 * var(--u)) minmax(0, 1fr);
    align-items: start;
    overflow: hidden;
}

.aau-footer__brand-lockup {
    position: relative;
    height: calc(178 * var(--u));
}

.aau-footer__brand-lockup::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(30 * var(--u));
    height: calc(138 * var(--u));
    border-right: 1px solid #b5b5b5;
}

.aau-footer__brand-image {
    position: absolute;
    max-width: calc(455 * var(--u));
    /* height: calc(168 * var(--u)); */
    /* left: calc(64 * var(--u)); */
    top: 30px;
}

.aau-footer__hero-copy {
    min-width: 0;
    overflow: hidden;
    padding: calc(10 * var(--u)) calc(20 * var(--u)) 0 calc(42 * var(--u));
}

.aau-footer__hero-copy h1 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: calc(53 * var(--u));
    line-height: 1.2;
    letter-spacing: calc(-.2 * var(--u));
    white-space: nowrap;
    font-weight: 700;
}

.aau-footer__hero-copy h1 span {
    color: var(--red);
    font-size: calc(56 * var(--u));
    margin-left: calc(5 * var(--u));
}

.aau-footer__hero-copy h2 {
    margin: calc(5 * var(--u)) 0 calc(13 * var(--u));
    font-size: calc(37 * var(--u));
    line-height: 1.2;
    color: var(--muted);
}

.aau-footer__hero-copy p {
    margin: 0;
    font-size: calc(32 * var(--u));
    line-height: 1.2;
    color: var(--muted);
    white-space: nowrap;
    letter-spacing: calc(.3 * var(--u));
}

.aau-footer__content-grid {
    height: calc(537 * var(--u));
    display: grid;
    grid-template-columns: calc(994 * var(--u)) 1fr;
    gap: calc(44 * var(--u));
    padding: calc(14 * var(--u)) calc(7 * var(--u)) calc(17 * var(--u)) calc(47 * var(--u));
}

.aau-footer__left-column {
    min-width: 0;
}

.aau-footer__info-row {
    position: relative;
    height: calc(125 * var(--u));
    display: grid;
    grid-template-columns: calc(110 * var(--u)) 1fr;
    align-items: start;
}

.aau-footer__info-row::after {
    content: '';
    position: absolute;
    left: calc(110 * var(--u));
    right: 0;
    bottom: calc(14 * var(--u));
    height: 2px;
    background: var(--line);
}

.aau-footer__info-row h3, .aau-footer__section-heading h3 {
    margin: calc(8 * var(--u)) 0 calc(5 * var(--u));
    color: var(--red);
    font-size: calc(28 * var(--u));
    line-height: 1.2;
    font-weight: 700;
}

.aau-footer__info-row > div:last-child {
    min-width: 0;
}

.aau-footer__info-row p {
    margin: 0;
    font-size: calc(27 * var(--u));
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aau-footer__round-icon {
    width: calc(68 * var(--u));
    height: calc(68 * var(--u));
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d00813;
    color: white;
}

.aau-footer__round-icon svg {
    width: calc(47 * var(--u));
    height: calc(47 * var(--u));
    stroke-width: 1.6;
}

.aau-footer__pin-icon svg {
    width: calc(42 * var(--u));
    height: calc(42 * var(--u));
}

.aau-footer__pin-icon svg path {
    fill: white;
    stroke: none;
}

.aau-footer__pin-icon svg circle {
    fill: #d00813;
    stroke: none;
}

.aau-footer__website-section {
    position: relative;
}

.aau-footer__section-heading {
    display: flex;
    gap: calc(42 * var(--u));
    align-items: start;
    height: calc(46 * var(--u));
}

.aau-footer__section-heading h3 {
    margin-top: calc(5 * var(--u));
}

.aau-footer__website-grid {
    margin-left: calc(110 * var(--u));
    display: grid;
    grid-template-columns: calc(451 * var(--u)) 1fr;
}

.aau-footer__website-col {
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--u));
}

.aau-footer__website-col + .aau-footer__website-col {
    border-left: 2px solid var(--line);
    padding-left: calc(33 * var(--u));
}

.aau-footer__website-col a {
    display: grid;
    grid-template-columns: calc(33 * var(--u)) 1fr;
    gap: calc(22 * var(--u));
    align-items: start;
}

.aau-footer__external-icon {
    width: calc(25 * var(--u));
    height: calc(25 * var(--u));
    margin-top: calc(9 * var(--u));
    color: var(--red);
    stroke-width: 2.5;
}

.aau-footer__website-col strong {
    display: block;
    font-size: calc(25 * var(--u));
    line-height: 1.15;
    font-weight: 700;
}

.aau-footer__website-col small {
    display: block;
    margin-top: calc(2 * var(--u));
    font-size: calc(21 * var(--u));
    line-height: 1.35;
    white-space: nowrap;
}

.aau-footer__feature-panel {
    border-radius: calc(27 * var(--u));
    background: #f4f3f7;
    height: calc(506 * var(--u));
    padding: calc(24 * var(--u)) calc(20 * var(--u)) calc(20 * var(--u)) calc(35 * var(--u));
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.aau-footer__feature-item {
    display: grid;
    grid-template-columns: calc(94 * var(--u)) 1fr;
    gap: calc(31 * var(--u));
    align-items: center;
}

.aau-footer__feature-icon {
    width: calc(94 * var(--u));
    height: calc(94 * var(--u));
    border: 2px solid #bfc0bf;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.aau-footer__feature-icon svg {
    width: calc(64 * var(--u));
    height: calc(64 * var(--u));
    stroke-width: .85;
}

.aau-footer__feature-item > div:last-child {
    border-left: 1px solid #b4b5b5;
    min-height: calc(75 * var(--u));
    padding-left: calc(33 * var(--u));
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aau-footer__feature-item h3 {
    font-size: calc(27 * var(--u));
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 calc(4 * var(--u));
    color: var(--red);
    line-height: 1.2;
    white-space: nowrap;
}

.aau-footer__feature-item p {
    margin: 0;
    font-size: calc(24 * var(--u));
    line-height: 1.3;
    white-space: nowrap;
}

.aau-footer__banner {
    position: relative;
    height: calc(147 * var(--u));
    border-top: calc(6 * var(--u)) solid #fff;
    background: #252a30;
    color: #fff;
    display: flex;
    align-items: center;
}

.aau-footer__banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(-6 * var(--u));
    bottom: 0;
    width: calc(700 * var(--u));
    background: #d5d8da;
    clip-path: polygon(0 0,100% 0,85.5% 100%,0 100%);
}

.aau-footer__banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(-6 * var(--u));
    bottom: 0;
    width: calc(687 * var(--u));
    background: linear-gradient(115deg, #b8090e, #d30914);
    border-top: calc(7 * var(--u)) solid #b7070e;
    clip-path: polygon(0 0,100% 0,85% 100%,0 100%);
}

.aau-footer__iso-badge {
    position: relative;
    flex-shrink: 0;
    z-index: 1;
    width: calc(177 * var(--u));
    height: calc(110 * var(--u));
    margin-left: calc(19 * var(--u));
    display: grid;
    place-items: center;
}

.aau-footer__iso-orbit {
    position: absolute;
    width: calc(120 * var(--u));
    height: calc(100 * var(--u));
    stroke-width: 1.5;
}

.aau-footer__iso-word {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: calc(62 * var(--u));
    letter-spacing: calc(-4 * var(--u));
    line-height: .8;
    background: #bd0a11;
    padding: calc(2 * var(--u));
}

.aau-footer__iso-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-left: calc(14 * var(--u));
    gap: calc(4 * var(--u));
    width: calc(480 * var(--u));
    flex-shrink: 0;
}

.aau-footer__iso-copy strong {
    font-size: calc(32 * var(--u));
    margin-bottom: calc(7 * var(--u));
}

.aau-footer__iso-copy span {
    font-size: calc(21 * var(--u));
    line-height: 1.3;
}

.aau-footer__brand {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
    padding-right: calc(120 * var(--u));
}

.aau-footer__brand strong {
    display: block;
    font-size: calc(33 * var(--u));
    letter-spacing: calc(7 * var(--u));
    margin-bottom: calc(7 * var(--u));
    font-weight: 500;
}

.aau-footer__brand span {
    font-size: calc(18 * var(--u));
    letter-spacing: calc(4 * var(--u));
    white-space: nowrap;
}

.aau-footer__map {
    position: absolute;
    width: calc(240 * var(--u));
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--aau-footer-map) center / cover no-repeat;
}

@media (max-width: 900px) {
    .aau-footer__hero, .aau-footer__content-grid, .aau-footer__banner {
        --u: 1px;
    }

    .aau-footer__hero {
        height: auto;
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .aau-footer__brand-lockup {
        height: 80px;
        margin-bottom: 16px;
    }

    .aau-footer__brand-lockup::after {
        display: none;
    }

    .aau-footer__brand-image {
        width: 280px;
        height: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .aau-footer__hero-copy {
        padding: 0;
        text-align: center;
    }

    .aau-footer__hero-copy h1 {
        font-size: 28px;
        white-space: normal;
        letter-spacing: -.5px;
    }

    .aau-footer__hero-copy h1 span {
        font-size: 32px;
    }

    .aau-footer__hero-copy h2 {
        font-size: 23px;
        margin: 10px 0;
    }

    .aau-footer__hero-copy p {
        font-size: 17px;
        white-space: normal;
        line-height: 1.4;
    }

    .aau-footer__content-grid {
        height: auto;
        grid-template-columns: 1fr;
        padding: 12px 20px 24px;
        gap: 24px;
    }

    .aau-footer__info-row {
        height: auto;
        min-height: 112px;
        grid-template-columns: 66px 1fr;
        padding-bottom: 28px;
    }

    .aau-footer__info-row::after {
        left: 66px;
        bottom: 15px;
        height: 1px;
    }

    .aau-footer__round-icon {
        width: 48px;
        height: 48px;
    }

    .aau-footer__round-icon svg {
        width: 33px;
        height: 33px;
    }

    .aau-footer__info-row h3, .aau-footer__section-heading h3 {
        font-size: 20px;
        margin: 2px 0 8px;
    }

    .aau-footer__info-row p {
        font-size: 17px;
        white-space: normal;
    }

    .aau-footer__section-heading {
        gap: 18px;
        height: 60px;
        align-items: center;
    }

    .aau-footer__section-heading h3 {
        margin: 0;
    }

    .aau-footer__website-grid {
        margin: 12px 0 0 66px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .aau-footer__website-col {
        gap: 14px;
    }

    .aau-footer__website-col + .aau-footer__website-col {
        padding-left: 0;
        border-left: 0;
    }

    .aau-footer__website-col a {
        grid-template-columns: 20px 1fr;
        gap: 12px;
    }

    .aau-footer__external-icon {
        width: 20px;
        height: 20px;
        margin-top: 3px;
    }

    .aau-footer__website-col strong {
        font-size: 18px;
        overflow-wrap: anywhere;
    }

    .aau-footer__website-col small {
        font-size: 15px;
        white-space: normal;
    }

    .aau-footer__feature-panel {
        height: auto;
        gap: 20px;
        padding: 22px 16px;
        border-radius: 20px;
    }

    .aau-footer__feature-item {
        grid-template-columns: 62px 1fr;
        gap: 16px;
    }

    .aau-footer__feature-icon {
        width: 62px;
        height: 62px;
    }

    .aau-footer__feature-icon svg {
        width: 43px;
        height: 43px;
    }

    .aau-footer__feature-item > div:last-child {
        padding-left: 16px;
        min-height: 62px;
    }

    .aau-footer__feature-item h3 {
        font-size: 20px;
        white-space: normal;
    }

    .aau-footer__feature-item p {
        font-size: 16px;
        white-space: normal;
    }

    .aau-footer__banner {
        height: auto;
        min-height: 230px;
        flex-wrap: wrap;
        padding: 18px 16px;
        background: #252a30;
        gap: 12px;
        border-top: 5px solid var(--red);
    }

    .aau-footer__banner::before, .aau-footer__banner::after, .aau-footer__map {
        display: none;
    }

    .aau-footer__iso-badge {
        margin: 0;
        width: 85px;
        height: 80px;
    }

    .aau-footer__iso-orbit {
        width: 85px;
        height: 75px;
    }

    .aau-footer__iso-word {
        font-size: 43px;
        background: #252a30;
    }

    .aau-footer__iso-copy {
        width: auto;
        flex: 1;
        margin: 0;
        gap: 2px;
    }

    .aau-footer__iso-copy strong {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .aau-footer__iso-copy span {
        font-size: 13px;
    }

    .aau-footer__brand {
        flex: 0 0 100%;
        padding: 12px 0 0;
        border-top: 1px solid #ffffff24;
    }

    .aau-footer__brand strong {
        font-size: 23px;
        letter-spacing: 5px;
    }

    .aau-footer__brand span {
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 2px;
        white-space: normal;
    }
}

@media (max-width: 380px) {
    .aau-footer__website-grid {
        margin-left: 0;
    }

    .aau-footer__info-row {
        grid-template-columns: 58px 1fr;
    }

    .aau-footer__content-grid {
        padding-inline: 16px; }
}

/* Keep the footer aligned with the site's wrapper at every zoom level. */
.aau-footer {
    width: 100%;
    max-width: none;
    overflow: visible;
}



.aau-footer__inner {
    container-type: inline-size;
    min-width: 0;
}

.aau-footer__hero {
    height: auto;
    min-height: clamp(150px, 11.2cqw, 194px);
    grid-template-columns: 30% minmax(0, 70%);
    align-items: stretch;
}

.aau-footer__brand-lockup {
    position: relative;
    height: auto;
    min-height: clamp(140px, 10.3cqw, 178px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.aau-footer__brand-image {
    position: static;
    display: block;
    /* width: min(100%, clamp(190px, 23cqw, 314px)); */
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.aau-footer__hero-copy {
    padding: clamp(10px, 1.1cqw, 20px) clamp(12px, 1.2cqw, 20px) 0 clamp(18px, 2.4cqw, 42px);
}

.aau-footer__hero-copy h1,
.aau-footer__hero-copy h2,
.aau-footer__hero-copy p {
    white-space: normal;
    overflow-wrap: anywhere;
}

.aau-footer__feature-panel,
.aau-footer__feature-item,
.aau-footer__feature-item > div:last-child {
    min-width: 0;
}

.aau-footer__feature-item h3,
.aau-footer__feature-item p {
    white-space: normal;
    overflow-wrap: anywhere;
}

.aau-footer__hero-copy h1 {font-size: clamp(26px, 2.55cqw, 53px);}
.aau-footer__hero-copy h2 { font-size: clamp(20px, 2.13cqw, 37px); }
.aau-footer__hero-copy p { font-size: clamp(16px, 1.85cqw, 32px); }

.aau-footer__content-grid {
    height: auto;
    min-height: calc(537 * var(--u));
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr);
    gap: clamp(20px, 2.5cqw, 44px);
    padding: clamp(12px, 1cqw, 17px) 0 clamp(16px, 1cqw, 17px);
}

.aau-footer__info-row::after { left: 0; }
.aau-footer__info-row p,
.aau-footer__website-col small,
.aau-footer__feature-item p { white-space: normal; overflow-wrap: anywhere; }

.aau-footer__banner {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
}

@media (max-width: 900px) {
    .aau-footer__inner { width: calc(100% - 30px); }
    .aau-footer__hero { grid-template-columns: 1fr; padding: 20px 0; }
    .aau-footer__brand-lockup { min-height: 100px; padding: 0; margin-bottom: 12px; }
    .aau-footer__brand-lockup::after { display: none; }
    .aau-footer__brand-image { width: min(280px, 100%); }
    .aau-footer__hero-copy { padding: 0; text-align: center; }
    .aau-footer__content-grid { grid-template-columns: 1fr; padding: 12px 0 24px; }
    .aau-footer__feature-panel { min-width: 0; }
    .aau-footer__banner { margin-left: calc(50% - 50vw); }
}

/* Integrate the reference footer without changing other legacy page sections. */
#footer { background: #fff; padding-bottom: 0; overflow-x: clip; }
.aau-footer__inner { max-width: 1366px; width: calc(100% - 30px); margin: auto; }
.aau-footer__info-row { height: auto; min-height: calc(125 * var(--u)); padding-bottom: calc(30 * var(--u)); }
.aau-footer__feature-panel { height: auto; min-height: calc(506 * var(--u)); gap: 16px; }
@media (max-width: 900px) {
    .aau-footer__brand-lockup { justify-content: center; }
    .aau-footer__brand-image { transform: none; }
    .aau-footer__info-row { min-height: 112px; padding-bottom: 28px; }
    .aau-footer__feature-panel { min-height: 0; }
}
