.residents-page-body {
    background: #ffffff;
    color: #1f1f1f;
}

.residents-page {
    width: 100%;
    overflow: hidden;
}

.residents-hero {
    --residents-hero-ink: #1f1f1f;
    --residents-hero-glass: rgba(255, 255, 255, 0.16);
    --residents-hero-border: rgba(255, 255, 255, 0.34);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    min-height: 1014px;
    height: 1014px;
    background: #a6d2f5;
}

.residents-hero--header-light {
    --residents-hero-glass: rgba(255, 255, 255, 0.84);
    --residents-hero-border: rgba(31, 31, 31, 0.10);
}

.residents-hero__media {
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 66px;
    left: 50%;
    display: block;
    width: min(calc(100% - 80px), 1840px);
    height: auto;
    overflow: hidden;
    background: #a6d2f5;
    transform: translateX(-50%);
}

.residents-hero__media::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(166, 210, 245, 0.08);
    content: '';
    pointer-events: none;
}

.residents-hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.residents-hero__header {
    --site-header-glass: var(--residents-hero-glass);
    --site-header-border: var(--residents-hero-border);
    padding-top: 40px;
}

.residents-hero--header-overlay .residents-hero__header {
    --site-header-glass: rgba(255, 255, 255, 0.16);
    --site-header-border: rgba(255, 255, 255, 0.34);
}

.residents-hero .site-header__frame {
    width: min(calc(100% - 80px), 1840px) !important;
    max-width: 1840px !important;
    padding-inline: 0 !important;
    box-sizing: border-box !important;
}

.residents-hero__inner {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: min(calc(100% - 80px), 1840px);
    height: 100%;
    margin: 0 auto;
    padding: 136px 0 0;
}

.residents-hero__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(31, 31, 31, 0.50);
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.residents-hero__breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.residents-hero__breadcrumbs span:last-child {
    color: #1f1f1f;
}

.residents-hero__title {
    width: 100%;
    margin: 64px 0 0;
    color: var(--residents-hero-ink);
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0.002em;
    line-height: 80px;
    text-transform: uppercase;
    white-space: pre-line;
}

.residents-hero__subtitle {
    width: 651px;
    margin: 12px 0 0;
    color: var(--residents-hero-ink);
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.residents-hero__buttons {
    position: absolute;
    z-index: 3;
    top: 564px;
    left: 50%;
    width: min(calc(100% - 80px), 1840px);
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transform: translateX(-50%);
}

.residents-hero__button {
    width: 416px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-sizing: border-box;
    border: 0;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, background-color 180ms ease;
}

.residents-hero__button:hover,
.residents-hero__button:focus-visible,
.residents-hero__bottom a:hover,
.residents-hero__bottom a:focus-visible {
    transform: translateY(-1px);
    outline: none;
}

.residents-hero__button img {
    width: 13.5px;
    height: 12.5px;
    flex: 0 0 auto;
}

.residents-hero__button--dark {
    color: #ffffff;
    background: #1f1f1f;
}

.residents-hero__button--dark img {
    filter: brightness(0) invert(1);
}

.residents-hero__button--light {
    color: #1f1f1f;
    background: #ffffff;
}

.residents-hero__bottom {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 66px;
    background: #1f1f1f;
    color: #ffffff;
}

.residents-hero__bottom-inner {
    width: min(calc(100% - 80px), 1840px);
    min-height: 66px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.residents-hero__bottom p {
    min-width: 0;
    margin: 0;
    color: #ffffff;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.residents-hero__bottom a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease;
}

.residents-hero__bottom a img {
    width: 13.5px;
    height: 12.5px;
    filter: brightness(0) invert(1);
}


.residents-benefits {
    width: 100%;
    padding-bottom: 64px;
    overflow: hidden;
    background: #ffffff;
    color: #1f1f1f;
}

.residents-benefits__title {
    box-sizing: border-box;
    width: min(100%, 1903px);
    margin: 0 auto;
    padding: 96px 40px 64px;
    color: #1f1f1f;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 80px;
    text-transform: uppercase;
    white-space: pre-line;
}

.residents-benefits__title-mobile {
    display: none;
}

.residents-benefits__title-desktop {
    display: block;
}

.residents-benefits__grid {
    width: min(100%, 1903px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(31, 31, 31, 0.10);
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);
    background: #ffffff;
}

.residents-benefits__card {
    min-height: 220px;
    box-sizing: border-box;
    padding: 64px 40px;
    border-right: 1px solid rgba(31, 31, 31, 0.10);
    border-bottom: 1px solid rgba(31, 31, 31, 0.10);
}

.residents-benefits__card:nth-child(3n) {
    border-right: 0;
}

.residents-benefits__card:nth-child(n + 4) {
    border-bottom: 0;
}

.residents-benefits__card h3 {
    width: min(100%, 560px);
    margin: 0;
    color: #1f1f1f;
    font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: uppercase;
}

.residents-benefits__card p {
    width: min(100%, 560px);
    margin: 12px 0 0;
    color: #1f1f1f;
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.residents-benefits__more {
    display: none;
}

@media (max-width: 1280px) {
    .residents-hero__title {
        font-size: clamp(54px, 6vw, 82px);
        line-height: 0.86;
    }

    .residents-hero__subtitle {
        width: min(560px, 50vw);
    }

    .residents-hero__button {
        width: min(360px, calc((100vw - 96px) / 2));
    }

    .residents-benefits__title {
        font-size: clamp(54px, 6vw, 82px);
        line-height: 0.86;
    }

    .residents-benefits__card {
        padding: 48px 24px;
    }

    .residents-benefits__card h3 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 960px) {
    .residents-hero {
        min-height: 760px;
    }

    .residents-hero__inner {
        padding-inline: 24px;
    }

    .residents-hero__buttons {
        width: calc(100% - 48px);
    }

    .residents-hero__bottom-inner {
        padding-inline: 24px;
    }

    .residents-benefits__title {
        width: calc(100% - 48px);
    }

    .residents-benefits__grid {
        grid-template-columns: 1fr;
    }

    .residents-benefits__card,
    .residents-benefits__card:nth-child(3n),
    .residents-benefits__card:nth-child(n + 4) {
        border-right: 0;
        border-bottom: 1px solid rgba(31, 31, 31, 0.10);
    }

    .residents-benefits__card:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 760px) {
    .residents-page-body {
        background: #eef4fb;
    }

    .residents-hero {
        width: min(100%, 393px);
        min-height: 852px;
        height: auto;
        margin: 0 auto;
        background: #a6d2f5;
    }

    .residents-hero__media {
        inset: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

    .residents-hero__media img {
        object-position: center bottom;
    }

    .residents-hero__media::after {
        background: rgba(166, 210, 245, 0.12);
    }

    .residents-hero__inner {
        width: 100%;
        min-height: 852px;
        padding: 132px 16px 170px;
    }

    .residents-hero__breadcrumbs {
        display: none;
    }

    .residents-hero__title {
        margin: 0;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: 0;
    }

    .residents-hero__subtitle {
        width: 100%;
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .residents-hero__buttons {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        min-height: 0;
        margin-top: 48px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        transform: none;
    }

    .residents-hero__button {
        width: 100%;
        height: 66px;
        font-size: 14px;
        line-height: 18px;
    }

    .residents-hero__button img {
        width: 10.8px;
        height: 10px;
    }

    .residents-hero__bottom {
        min-height: 66px;
    }

    .residents-hero__bottom-inner {
        width: 100%;
        min-height: 66px;
        padding: 0 16px;
        gap: 12px;
    }

    .residents-hero__bottom p {
        font-size: 9px;
        line-height: 12px;
    }

    .residents-hero__bottom a {
        gap: 7px;
        font-size: 9px;
        line-height: 12px;
        white-space: nowrap;
    }

    .residents-hero__bottom a img {
        width: 10.8px;
        height: 10px;
    }

    .residents-benefits {
        width: min(100%, 393px);
        margin: 0 auto;
    }

    .residents-benefits__title {
        width: calc(100% - 32px);
        padding: 96px 0 40px;
        font-size: 40px;
        line-height: 36px;
        letter-spacing: 0;
    }

    .residents-benefits__grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .residents-benefits__card,
    .residents-benefits__card:nth-child(3n),
    .residents-benefits__card:nth-child(n + 4) {
        min-height: 0;
        padding: 40px 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(31, 31, 31, 0.10);
    }

    .residents-benefits__card:last-child {
        border-bottom: 0;
    }

    .residents-benefits__card h3 {
        width: 100%;
        font-size: 28px;
        line-height: 32px;
    }

    .residents-benefits__card p {
        width: 100%;
        margin-top: 12px;
        font-size: 14px;
        line-height: 18px;
    }
}
