.legacy-home-band {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    min-height: 660px;
    margin-top: 64px;
    background: #e7f1f3;
    color: #112238;
    overflow: hidden;
}
.legacy-home-band > img { width: 100%; height: 100%; min-height: 660px; object-fit: cover; object-position: center; }
.legacy-home-copy { align-self: center; max-width: 720px; padding: 64px clamp(32px, 6vw, 92px); }
.legacy-home-eyebrow { margin: 0 0 16px; color: #865f25; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.legacy-home-copy h2 { margin: 0 0 20px; font-size: 44px; line-height: 1.12; }
.legacy-home-copy > p:not(.legacy-home-eyebrow) { margin: 14px 0 0; color: #526277; font-size: 17px; line-height: 1.7; }
.legacy-home-copy > .legacy-home-lead { margin-top: 0; color: #23384f; font-size: 19px; font-weight: 650; }
.legacy-home-copy > .legacy-home-free { color: #23384f; }
.legacy-home-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.legacy-home-copy ul { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 24px 0 0; padding: 0; color: #405c50; list-style: none; font-size: 14px; font-weight: 700; }
.legacy-home-copy li::before { content: "\2713"; margin-right: 7px; color: #347256; }
@media (max-width: 900px) {
    .legacy-home-band { grid-template-columns: 1fr; }
    .legacy-home-band > img { min-height: 0; aspect-ratio: 16 / 9; object-position: center 42%; }
    .legacy-home-copy { max-width: none; padding: 52px 28px; }
}
@media (max-width: 560px) {
    .legacy-home-band { margin-top: 44px; }
    .legacy-home-band > img { aspect-ratio: 4 / 3; object-position: 63% center; }
    .legacy-home-copy { padding: 38px 18px; }
    .legacy-home-copy h2 { font-size: 32px; }
    .legacy-home-actions { align-items: stretch; flex-direction: column; }
    .legacy-home-actions .btn { width: 100%; }
    .legacy-home-copy ul { display: grid; gap: 7px; }
}
