.topbar {
    background: rgba(15, 34, 68, 0.94);
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar .container {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    align-items: center;
}

.topbar__note { opacity: 0.9; }

.topbar__meta {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
}

.topbar__meta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 0;
}

.topbar__meta > a:not(.topbar__social-link) {
    min-width: 0;
}

.topbar__meta a span:last-child {
    min-width: 0;
}

.topbar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 143, 49, 0.16);
    color: #ffad61;
    flex: 0 0 28px;
}

.topbar__icon svg {
    width: 14px;
    height: 14px;
}

.topbar__meta a:hover {
    color: #ffad61;
    background: rgba(255, 173, 97, 0.14);
    border-color: rgba(255, 173, 97, 0.24);
}

.topbar__social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 4px;
}

.topbar__social-link {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.topbar__social-link:hover,
.topbar__social-link:focus-visible {
    background: #ffad61;
    color: #111111;
    transform: translateY(-1px);
    outline: none;
}

.topbar__social-link svg {
    width: 16px;
    height: 16px;
}

.topbar__social-link:first-child svg {
    width: 15px;
    height: 15px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(29, 45, 109, 0.08);
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex: 1 1 auto;
}

.brand-copy {
    display: grid;
    gap: 2px;
    align-content: center;
    min-width: 0;
}

.brand-copy strong {
    font-size: clamp(20px, 2.4vw, 29px);
    color: #17245c;
    line-height: 1.02;
}

.brand-copy span {
    font-size: 13px;
    color: #6e6e6e;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
}

.brand-mark {
    position: relative;
    width: 78px;
    height: 88px;
    flex: 0 0 78px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #17245c;
    box-shadow: 0 22px 55px rgba(23, 36, 92, 0.14);
}

.brand-mark::before,
.brand-mark::after {
    content: "";
    position: absolute;
    inset: 16px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: 6px solid #2f69cb;
}

.brand-mark::after {
    inset: 25px;
    border-color: #59b4ff;
}

.brand-mark__house {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 26px;
    height: 20px;
    transform: translate(-50%, -50%);
    background: #ff8f31;
    border-radius: 3px;
}

.brand-mark__house::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 15px solid #ff8f31;
}

.brand-mark__house::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 12px;
    height: 12px;
    transform: translateX(-50%);
    background:
        linear-gradient(90deg, transparent 5px, #17245c 5px, #17245c 7px, transparent 7px),
        linear-gradient(transparent 5px, #17245c 5px, #17245c 7px, transparent 7px),
        #ffffff;
    border-radius: 1px;
}

.brand-mark__spark {
    position: absolute;
    background: #ff8f31;
    border-radius: 999px;
    height: 5px;
}

.brand-mark__spark--one { width: 18px; left: 10px; top: 24px; transform: rotate(-24deg); }
.brand-mark__spark--two { width: 12px; right: 7px; top: 30px; transform: rotate(58deg); }
.brand-mark__spark--three { width: 18px; right: 10px; bottom: 20px; transform: rotate(-24deg); }

.nav-toggle {
    display: none;
    border: 0;
    background: #1d2d6d;
    color: #fff;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    font-weight: 700;
    flex: 0 0 auto;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
    background: #17245c;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(23, 36, 92, 0.18);
    outline: none;
}

.nav-toggle__icon {
    position: relative;
    width: 22px;
    height: 16px;
    display: inline-block;
}

.nav-toggle__icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .22s ease, opacity .22s ease, top .22s ease;
}

.nav-toggle__icon span:nth-child(1) { top: 0; }
.nav-toggle__icon span:nth-child(2) { top: 6.5px; }
.nav-toggle__icon span:nth-child(3) { top: 13px; }

.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:nth-child(1) {
    top: 6.5px;
    transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:nth-child(2) { opacity: 0; }

.nav-toggle[aria-expanded="true"] .nav-toggle__icon span:nth-child(3) {
    top: 6.5px;
    transform: rotate(-45deg);
}

.nav-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav a {
    padding: 10px 14px;
    border-radius: 999px;
    color: #464646;
    font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    background: rgba(41, 74, 147, 0.08);
    color: #1d2d6d;
    outline: none;
}

.nav-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(12, 23, 52, 0.48);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
    z-index: 24;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 34, 68, 0.14);
    outline: none;
}

.button--primary {
    background: #ff8f31;
    color: #111;
}

.button--primary:hover,
.button--primary:focus-visible {
    background: #ffad61;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2f69cb;
    font-weight: 700;
}

.eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: linear-gradient(90deg, #ff8f31, #2f69cb);
}

.site-footer {
    position: relative;
    padding: 0 0 34px;
    background:
        radial-gradient(circle at top left, rgba(255, 143, 49, 0.14), transparent 22%),
        radial-gradient(circle at top right, rgba(47, 105, 203, 0.16), transparent 26%),
        linear-gradient(180deg, #13214b 0%, #0b1532 100%);
    color: #e7ecf8;
    overflow: clip;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 173, 97, 0.12), transparent 24%);
    pointer-events: none;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 36px;
    margin-bottom: 34px;
    border-radius: 0 0 28px 28px;
    background: linear-gradient(135deg, rgba(255, 143, 49, 0.96), rgba(255, 173, 97, 0.92));
    color: #111111;
    box-shadow: 0 28px 48px rgba(0, 0, 0, 0.18);
}

.footer-cta__copy {
    max-width: 740px;
}

.footer-cta__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-cta__eyebrow::before {
    content: "";
    width: 34px;
    height: 2px;
    background: rgba(17, 17, 17, 0.4);
}

.footer-cta h2 {
    margin: 14px 0 10px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #111111;
}

.footer-cta p {
    margin: 0;
    color: rgba(17, 17, 17, 0.78);
    line-height: 1.7;
}

.footer-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.footer-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.footer-cta__button:hover,
.footer-cta__button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.16);
    outline: none;
}

.footer-cta__button--primary {
    background: #17245c;
    color: #ffffff;
}

.footer-cta__button--primary:hover,
.footer-cta__button--primary:focus-visible {
    background: #101a45;
}

.footer-cta__button--secondary {
    background: rgba(255, 255, 255, 0.3);
    color: #111111;
    border: 1px solid rgba(17, 17, 17, 0.1);
}

.footer-cta__button--secondary:hover,
.footer-cta__button--secondary:focus-visible {
    background: rgba(255, 255, 255, 0.48);
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr) minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.footer-brand-block,
.footer-nav-block,
.footer-contact-block {
    min-width: 0;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.footer-brand__mark {
    position: relative;
    width: 72px;
    height: 82px;
    flex: 0 0 72px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #17245c;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.footer-brand__mark::before,
.footer-brand__mark::after {
    content: "";
    position: absolute;
    inset: 14px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border: 5px solid #2f69cb;
}

.footer-brand__mark::after {
    inset: 22px;
    border-color: #59b4ff;
}

.footer-brand__house {
    position: absolute;
    left: 50%;
    top: 52%;
    width: 24px;
    height: 18px;
    transform: translate(-50%, -50%);
    background: #ff8f31;
    border-radius: 3px;
}

.footer-brand__house::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 13px solid #ff8f31;
}

.footer-brand__house::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    width: 11px;
    height: 11px;
    transform: translateX(-50%);
    background:
        linear-gradient(90deg, transparent 4px, #17245c 4px, #17245c 6px, transparent 6px),
        linear-gradient(transparent 4px, #17245c 4px, #17245c 6px, transparent 6px),
        #ffffff;
    border-radius: 1px;
}

.footer-brand__spark {
    position: absolute;
    background: #ff8f31;
    border-radius: 999px;
    height: 5px;
}

.footer-brand__spark--one {
    width: 16px;
    left: 9px;
    top: 22px;
    transform: rotate(-24deg);
}

.footer-brand__spark--two {
    width: 11px;
    right: 7px;
    top: 28px;
    transform: rotate(58deg);
}

.footer-brand__spark--three {
    width: 16px;
    right: 9px;
    bottom: 18px;
    transform: rotate(-24deg);
}

.footer-brand__copy {
    display: grid;
    gap: 4px;
    align-content: center;
    min-width: 0;
}

.footer-brand__copy strong {
    color: #ffffff;
    font-size: clamp(22px, 2.8vw, 30px);
    line-height: 1.04;
}

.footer-brand__copy span {
    color: rgba(231, 236, 248, 0.72);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.32;
}

.footer-brand-block__text {
    margin: 0;
    max-width: 520px;
    color: rgba(231, 236, 248, 0.78);
    line-height: 1.76;
}

.footer-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-connect {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.footer-connect__chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    overflow: hidden;
}

.footer-connect__chip:hover,
.footer-connect__chip:focus-visible {
    background: rgba(255, 173, 97, 0.18);
    border-color: rgba(255, 173, 97, 0.32);
    transform: translateY(-1px);
    outline: none;
}

.footer-connect__chip span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-connect__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffcf98;
}

.footer-connect__icon svg {
    width: 14px;
    height: 14px;
}

.footer-pill {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.footer-social {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffcf98;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-social__link:hover,
.footer-social__link:focus-visible {
    transform: translateY(-1px);
    background: rgba(255, 173, 97, 0.2);
    border-color: rgba(255, 173, 97, 0.34);
    color: #ffffff;
    outline: none;
}

.footer-social__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social__icon svg {
    width: 16px;
    height: 16px;
}

.footer-social__label {
    color: rgba(231, 236, 248, 0.95);
    font-size: 13px;
    font-weight: 700;
}

.footer-nav-block h3,
.footer-contact-block h3 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 18px;
}

.footer-nav-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.footer-nav-block a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 46px;
    padding: 11px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: rgba(231, 236, 248, 0.88);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-nav-block a:hover,
.footer-nav-block a:focus-visible {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    outline: none;
}

.footer-nav-block__arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffcf98;
}

.footer-nav-block__arrow svg {
    width: 16px;
    height: 16px;
}

.footer-contact-list {
    display: grid;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.footer-contact-item:hover,
.footer-contact-item:focus-visible {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    outline: none;
}

.footer-contact-item__icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background: linear-gradient(135deg, #ff8f31, #ffad61);
}

.footer-contact-item__icon svg {
    width: 18px;
    height: 18px;
}

.footer-contact-item__copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.footer-contact-item__copy strong {
    color: #ffffff;
    font-size: 14px;
}

.footer-contact-item__copy span {
    color: rgba(231, 236, 248, 0.76);
    line-height: 1.45;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.site-meta {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(231, 236, 248, 0.66);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

@media (max-width: 1080px) {
    .topbar__meta-link--location {
        display: none !important;
    }

    .footer-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-cta__actions {
        justify-content: flex-start;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-brand-block,
    .footer-contact-block {
        grid-column: 1 / -1;
    }
}

@media (max-width: 780px) {
    .topbar .container,
    .site-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: stretch;
    }

    .topbar__note {
        font-size: 13px;
    }

    .topbar__meta {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
        padding-bottom: 2px;
    }

    .topbar__social {
        margin-left: 0;
        flex: 0 0 auto;
    }

    .topbar__meta > a:not(.topbar__social-link) {
        flex: 0 0 auto;
        min-width: 0;
        min-height: 40px;
        padding: 9px 11px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.06);
    }

    .topbar__meta > a:not(.topbar__social-link) span:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .site-header .container {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        padding: 14px 0;
        min-width: 0;
    }

    .brand {
        gap: 12px;
        min-width: 0;
        max-width: calc(100% - 72px);
    }

    .brand-mark {
        width: 62px;
        height: 70px;
        flex-basis: 62px;
    }

    .brand-copy strong {
        font-size: 19px;
        overflow-wrap: anywhere;
    }

    .brand-copy span {
        font-size: 11px;
        letter-spacing: 0.06em;
        overflow-wrap: anywhere;
    }

    .brand-mark::before { inset: 13px; }
    .brand-mark::after { inset: 20px; }

    .brand-mark__house {
        width: 21px;
        height: 16px;
    }

    .brand-mark__house::before {
        bottom: 13px;
        border-left-width: 13px;
        border-right-width: 13px;
        border-bottom-width: 12px;
    }

    .brand-mark__house::after {
        top: 4px;
        width: 10px;
        height: 10px;
        background:
            linear-gradient(90deg, transparent 4px, #17245c 4px, #17245c 6px, transparent 6px),
            linear-gradient(transparent 4px, #17245c 4px, #17245c 6px, transparent 6px),
            #ffffff;
    }

    .brand-mark__spark { height: 5px; }
    .brand-mark__spark--one { width: 14px; left: 8px; top: 19px; }
    .brand-mark__spark--two { width: 10px; right: 6px; top: 24px; }
    .brand-mark__spark--three { width: 14px; right: 8px; bottom: 16px; }

    .nav-toggle {
        display: inline-flex;
        align-self: center;
        position: relative;
        z-index: 26;
        flex: 0 0 54px;
    }

    .site-header .container {
        position: relative;
    }

    .site-nav {
        display: flex;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        width: 100%;
        max-height: min(70dvh, 420px);
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 8px;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(14px);
        border: 1px solid rgba(29, 45, 109, 0.12);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(11, 21, 50, 0.24);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
        z-index: 25;
    }

    .site-nav.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .site-nav a {
        width: 100%;
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(41, 74, 147, 0.06);
        color: #1d2d6d;
        font-size: 15px;
        font-weight: 700;
    }

    .site-nav a.button--primary {
        background: #ff8f31;
        color: #111111;
        margin-top: 4px;
    }

    .site-nav a:hover,
    .site-nav a:focus-visible {
        background: rgba(41, 74, 147, 0.14);
        color: #17245c;
    }

    .site-nav a.button--primary:hover,
    .site-nav a.button--primary:focus-visible {
        background: #ffad61;
        color: #111111;
    }

    .nav-drawer-backdrop {
        display: none;
    }

    .footer-cta {
        padding: 28px 24px;
        border-radius: 0 0 24px 24px;
    }

    .footer-cta h2 {
        font-size: clamp(24px, 8vw, 34px);
    }

    .footer-cta__actions,
    .footer-cta__button {
        width: 100%;
    }

    .footer-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-connect {
        grid-template-columns: 1fr;
    }

    .footer-brand { align-items: center; }

    .footer-brand__mark {
        width: 64px;
        height: 72px;
        flex-basis: 64px;
    }

    .footer-brand__mark::before { inset: 12px; border-width: 4px; }
    .footer-brand__mark::after { inset: 19px; border-width: 4px; }

    .footer-brand__house {
        width: 21px;
        height: 16px;
    }

    .footer-brand__house::before {
        bottom: 13px;
        border-left-width: 13px;
        border-right-width: 13px;
        border-bottom-width: 12px;
    }

    .footer-brand__house::after {
        top: 4px;
        width: 10px;
        height: 10px;
    }

    .footer-brand__spark--one { width: 14px; left: 8px; top: 19px; }
    .footer-brand__spark--two { width: 10px; right: 6px; top: 24px; }
    .footer-brand__spark--three { width: 14px; right: 8px; bottom: 16px; }

    .footer-brand__copy strong { font-size: 22px; }
    .footer-brand__copy span { font-size: 11px; letter-spacing: 0.05em; }

    .footer-nav-block a,
    .footer-contact-item {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .topbar__meta-link--location {
        display: none !important;
    }

    .topbar__meta {
        gap: 8px;
    }

    .topbar__meta > a:not(.topbar__social-link) {
        padding: 8px 10px;
        font-size: 12px;
    }

    .topbar__social-link {
        width: 32px;
        height: 32px;
    }

    .footer-social {
        gap: 8px;
    }

    .footer-social__link {
        min-height: 34px;
        padding: 6px 10px;
    }

    .footer-social__label {
        font-size: 12px;
    }

    .topbar__icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .topbar__icon svg {
        width: 12px;
        height: 12px;
    }

    .site-header .container {
        gap: 8px;
    }

    .brand {
        gap: 10px;
        max-width: calc(100% - 64px);
    }

    .brand-mark {
        width: 56px;
        height: 64px;
        flex-basis: 56px;
    }

    .brand-mark::before { inset: 11px; border-width: 4px; }
    .brand-mark::after { inset: 17px; border-width: 4px; }

    .brand-mark__house {
        width: 19px;
        height: 15px;
    }

    .brand-mark__house::before {
        bottom: 12px;
        border-left-width: 12px;
        border-right-width: 12px;
        border-bottom-width: 11px;
    }

    .brand-mark__house::after {
        top: 4px;
        width: 9px;
        height: 9px;
        background:
            linear-gradient(90deg, transparent 3px, #17245c 3px, #17245c 5px, transparent 5px),
            linear-gradient(transparent 3px, #17245c 3px, #17245c 5px, transparent 5px),
            #ffffff;
    }

    .brand-mark__spark--one { width: 12px; left: 7px; top: 17px; }
    .brand-mark__spark--two { width: 9px; right: 5px; top: 21px; }
    .brand-mark__spark--three { width: 12px; right: 7px; bottom: 14px; }

    .brand-copy strong { font-size: 17px; }
    .brand-copy span { display: none; }

    .nav-toggle {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .site-nav {
        top: calc(100% + 6px);
        max-height: min(68dvh, 380px);
    }

    .footer-cta {
        border-radius: 0 0 20px 20px;
        margin-bottom: 26px;
    }

    .footer-brand {
        gap: 12px;
    }

    .footer-brand__copy span {
        display: none;
    }

    .site-meta {
        font-size: 13px;
    }
}
