@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/7347bcf8-ece4-4e62-8b88-bae3fc6d9992.woff2") format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/0d97ebe8-fbe4-409b-9d32-ed3bc61b9d8b.woff2") format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/8286e902-12f6-425f-b6a1-10ea2309104a.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("../fonts/8dd10252-9255-457f-8a61-495f6ad3711e.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --bp-gold-100: #f2e3cb;
    --bp-gold-300: #d9b98a;
    --bp-gold-400: #d4a574;
    --bp-gold-500: #c9925a;
    --bp-ink-50: #f6f4f1;
    --bp-ink-100: #ece9e3;
    --bp-ink-200: #d6d2ca;
    --bp-ink-300: #a8a39a;
    --bp-ink-400: #6e6a62;
    --bp-ink-500: #4a4742;
    --bp-ink-600: #2a2723;
    --bp-ink-700: #1b1916;
    --bp-ink-800: #14110d;
    --bp-ink-900: #0e0c0a;
    --bp-white: #fffefa;
    --bp-accent: var(--bp-gold-400);
    --bp-accent-hover: var(--bp-gold-300);
    --bp-accent-soft: var(--bp-gold-100);
    --bp-on-accent: var(--bp-ink-900);
    --bp-container: 1280px;
    --bp-side: clamp(20px, 4.4vw, 56px);
    --bp-shadow-1: 0 1px 2px rgba(20, 17, 13, 0.04), 0 1px 1px rgba(20, 17, 13, 0.03);
    --bp-shadow-2: 0 8px 22px rgba(20, 17, 13, 0.08), 0 2px 6px rgba(20, 17, 13, 0.04);
    --bp-shadow-4: 0 24px 60px rgba(20, 17, 13, 0.16), 0 4px 12px rgba(20, 17, 13, 0.08);
    --bp-focus: 0 0 0 4px rgba(212, 165, 116, 0.2);
    --bp-ease: cubic-bezier(0.22, 0.61, 0.36, 1);

    --bp-icon: none;
    --bp-icon-size: 24px;
    --bp-hero-photo: none;
    --bp-project-photo: none;
    --bp-header-height: 88px;
    --bp-scroll-gap: 0px;
    --bp-scroll-offset: calc(var(--bp-header-height) + var(--bp-scroll-gap));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--bp-scroll-offset);
}

body.buildpro-theme {
    margin: 0;
    background: var(--bp-white);
    color: var(--bp-ink-900);
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.modal-open,
body.nav-open {
    overflow: hidden;
}

body.admin-bar .bp-header {
    top: 32px;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

a {
    color: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bp-container {
    width: min(100% - calc(var(--bp-side) * 2), var(--bp-container));
    margin-inline: auto;
}

#hero,
#features,
#projects,
#stages,
#contacts {
    scroll-margin-top: var(--bp-scroll-offset);
}

.bp-icon {
    display: inline-block;
    width: var(--bp-icon-size, 24px);
    height: var(--bp-icon-size, 24px);
    flex: 0 0 auto;
    background: currentColor;
    mask: var(--bp-icon) center / contain no-repeat;
    -webkit-mask: var(--bp-icon) center / contain no-repeat;
}

.bp-overline {
    margin: 0;
    color: var(--bp-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.bp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border: 1.5px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.bp-btn:hover {
    transform: translateY(-1px);
}

.bp-btn:focus-visible,
.bp-nav__link:focus-visible,
.bp-text-link:focus-visible,
.bp-menu-toggle:focus-visible,
.bp-modal__close:focus-visible,
.bp-lead-form input:focus-visible {
    outline: none;
    box-shadow: var(--bp-focus);
}

.bp-btn--primary {
    background: var(--bp-accent);
    color: var(--bp-on-accent);
}

.bp-btn--primary:hover {
    background: var(--bp-accent-hover);
}

.bp-btn--secondary {
    border-color: var(--bp-accent);
    background: rgba(212, 165, 116, 0);
    color: var(--bp-white);
}

.bp-btn--secondary:hover {
    background: rgba(212, 165, 116, 0.11);
}

.bp-btn--md {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 15px;
}

.bp-btn--xl {
    min-height: 56px;
    padding-inline: 32px;
    font-size: 17px;
}

.bp-btn--form {
    width: 100%;
    min-height: 54px;
    margin-top: 8px;
    border: 0;
    font-size: 17px;
}

.bp-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 48px;
    min-height: 88px;
    padding-inline: var(--bp-side);
    border-bottom: 1px solid transparent;
    background: transparent;
    transition: background 280ms ease, backdrop-filter 280ms ease, border-color 280ms ease;
}

.bp-header.is-scrolled,
.bp-header.is-open {
    border-color: rgba(212, 165, 116, 0.12);
    background: rgba(14, 12, 10, 0.9);
    backdrop-filter: blur(12px);
}

.bp-header__logo {
    flex: 0 0 auto;
}

.bp-header__logo img {
    width: 172px;
    height: auto;
}

.bp-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.bp-nav__link {
    position: relative;
    padding-block: 8px;
    color: #c8c5bf;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 160ms ease;
}

.bp-nav__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--bp-accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 200ms ease;
}

.bp-nav__link:hover,
.bp-nav__link.is-active {
    color: var(--bp-white);
}

.bp-nav__link:hover::after,
.bp-nav__link.is-active::after {
    transform: scaleX(1);
}

.bp-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.bp-header__phone {
    color: var(--bp-white);
    text-align: right;
    text-decoration: none;
}

.bp-header__phone span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.bp-header__phone small {
    display: block;
    margin-top: 3px;
    color: #8a867e;
    font-size: 12px;
}

.bp-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--bp-white);
    cursor: pointer;
}

.bp-menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: currentColor;
}

.bp-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100svh;
    overflow: hidden;
    background: var(--bp-ink-900);
}

.bp-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 62%;
    background-image: var(--bp-hero-photo);
    background-position: center;
    background-size: cover;
}

.bp-hero__media::before,
.bp-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
}

.bp-hero__media::before {
    background: linear-gradient(90deg, var(--bp-ink-900) 0%, rgba(14, 12, 10, 0.75) 18%, rgba(14, 12, 10, 0.05) 45%);
}

.bp-hero__media::after {
    background: linear-gradient(0deg, rgba(14, 12, 10, 0.55) 0%, rgba(14, 12, 10, 0) 30%);
}

.bp-hero__inner {
    position: relative;
    width: 100%;
    max-width: var(--bp-container);
    margin: 0 auto;
    padding: 120px var(--bp-side) 80px;
}

.bp-hero__content {
    max-width: 590px;
}

.bp-hero h1 {
    margin: 28px 0 0;
    color: var(--bp-white);
    font-size: 88px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.bp-hero__lead {
    max-width: 460px;
    margin: 28px 0 44px;
    color: #c8c5bf;
    font-size: 18px;
    line-height: 1.65;
}

.bp-hero__actions,
.bp-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.bp-hero__actions {
    margin-bottom: 64px;
}

.bp-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px;
}

.bp-hero-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--bp-accent);
}

.bp-hero-badge strong,
.bp-hero-badge span {
    display: block;
    font-size: 14px;
    line-height: 1.4;
}

.bp-hero-badge strong {
    color: var(--bp-white);
    font-weight: 700;
}

.bp-hero-badge span {
    color: #8a867e;
    font-weight: 600;
}

.bp-section {
    padding: 96px var(--bp-side);
}

.bp-section--light {
    background: var(--bp-white);
}

.bp-section--soft {
    background: var(--bp-ink-50);
}

.bp-section--projects {
    background: var(--bp-ink-900);
}

.bp-section-heading {
    margin-bottom: 56px;
}

.bp-section-heading--center {
    text-align: center;
}

.bp-section-heading--split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}

.bp-section-heading h2,
.bp-cta h2,
.bp-modal h2 {
    margin: 14px 0 0;
    color: var(--bp-ink-900);
    font-size: 44px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.18;
}

.bp-section--projects .bp-section-heading h2,
.bp-cta h2 {
    color: var(--bp-white);
}

.bp-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c8c5bf;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: color 160ms ease;
}

.bp-text-link:hover {
    color: var(--bp-white);
}

.bp-features-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.bp-feature-card {
    padding: 28px;
    border: 1px solid var(--bp-ink-100);
    border-radius: 8px;
    background: var(--bp-white);
    color: var(--bp-accent);
    transition: box-shadow 200ms ease, transform 200ms ease;
}

.bp-feature-card:hover {
    box-shadow: var(--bp-shadow-2);
    transform: translateY(-2px);
}

.bp-feature-card h3 {
    margin: 22px 0 12px;
    color: var(--bp-ink-900);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.28;
}

.bp-feature-card p {
    margin: 0;
    color: var(--bp-ink-400);
    font-size: 14px;
    line-height: 1.65;
}

.bp-projects-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bp-project-card {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #1f1c18;
    color: inherit;
    text-decoration: none;
}

.bp-project-card__media {
    position: relative;
    height: 248px;
    overflow: hidden;
    background-image: var(--bp-project-photo);
    background-position: center;
    background-size: cover;
}

.bp-project-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    transition: transform 600ms var(--bp-ease);
}

.bp-project-card:hover .bp-project-card__media::before {
    transform: scale(1.04);
}

.bp-project-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
}

.bp-project-card__media span {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 1;
    padding: 5px 12px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.52);
    color: var(--bp-white);
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(6px);
}

.bp-project-card__body {
    padding: 20px 22px 24px;
}

.bp-project-card h3 {
    margin: 0 0 6px;
    color: var(--bp-white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
}

.bp-project-card p {
    margin: 0;
    color: #8a867e;
    font-size: 14px;
}

.bp-project-card__description {
    margin-top: 12px !important;
    color: #c8c5bf !important;
    line-height: 1.55;
}

.bp-projects-archive {
    background: var(--bp-ink-900);
}

.bp-archive-hero {
    padding: 168px var(--bp-side) 72px;
    background: var(--bp-ink-900);
}

.bp-archive-hero h1 {
    margin: 14px 0 18px;
    color: var(--bp-white);
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
}

.bp-archive-hero p:not(.bp-overline) {
    max-width: 620px;
    margin: 0;
    color: #c8c5bf;
    font-size: 18px;
    line-height: 1.65;
}

.bp-section--projects-list {
    background: var(--bp-ink-900);
    padding-top: 32px;
}

.bp-projects-grid--archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bp-pagination {
    margin-top: 48px;
    color: var(--bp-white);
}

.bp-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bp-pagination a,
.bp-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding-inline: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #c8c5bf;
    text-decoration: none;
}

.bp-pagination .current,
.bp-pagination a:hover {
    border-color: var(--bp-accent);
    color: var(--bp-white);
}

.bp-empty-state {
    max-width: 620px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: #1f1c18;
}

.bp-empty-state h2 {
    margin: 0 0 12px;
    color: var(--bp-white);
    font-size: 28px;
}

.bp-empty-state p {
    margin: 0;
    color: #c8c5bf;
    line-height: 1.65;
}

.bp-stages {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bp-stages::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: #e0ddd7;
}

.bp-stage {
    position: relative;
    z-index: 1;
    padding-inline: 20px;
    text-align: center;
}

.bp-stage__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
    border: 1px solid var(--bp-ink-100);
    border-radius: 50%;
    background: var(--bp-white);
    box-shadow: var(--bp-shadow-1);
    color: var(--bp-accent);
    font-size: 15px;
    font-weight: 800;
}

.bp-stage h3 {
    margin: 0 0 10px;
    color: var(--bp-ink-900);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
}

.bp-stage p {
    margin: 0;
    color: var(--bp-ink-400);
    font-size: 13px;
    line-height: 1.65;
}

.bp-cta {
    padding: 80px var(--bp-side);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--bp-ink-800);
}

.bp-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.bp-cta p:not(.bp-overline) {
    max-width: 500px;
    margin: 16px 0 0;
    color: #c8c5bf;
    font-size: 16px;
    line-height: 1.65;
}

.bp-footer {
    padding: 72px var(--bp-side) 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: var(--bp-ink-900);
}

.bp-footer__inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
    gap: 56px;
    width: min(100%, var(--bp-container));
    margin: 0 auto;
}

.bp-footer__brand img {
    width: 188px;
    height: auto;
    margin-bottom: 24px;
}

.bp-footer__brand p {
    max-width: 300px;
    margin: 0 0 28px;
    color: #6e6a62;
    font-size: 14px;
    line-height: 1.7;
}

.bp-footer__socials {
    display: flex;
    gap: 12px;
}

.bp-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: var(--bp-accent);
}

.bp-footer__column h2 {
    margin: 0 0 20px;
    color: var(--bp-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.bp-footer__column ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bp-footer__column li {
    color: #c8c5bf;
    font-size: 14px;
    line-height: 1.4;
}

.bp-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    width: min(100%, var(--bp-container));
    margin: 56px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #4a4742;
    font-size: 13px;
}

.bp-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.bp-modal.is-open {
    display: flex;
}

.bp-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(14, 12, 10, 0.74);
    backdrop-filter: blur(8px);
}

.bp-modal__dialog {
    position: relative;
    width: min(100%, 480px);
    padding: 48px 48px 44px;
    border-radius: 12px;
    background: var(--bp-white);
    box-shadow: var(--bp-shadow-4);
    animation: bpModalIn 280ms var(--bp-ease);
}

.bp-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--bp-ink-100);
    border-radius: 50%;
    background: var(--bp-white);
    color: var(--bp-ink-500);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.bp-modal h2 {
    margin-top: 8px;
    font-size: 28px;
}

.bp-modal p:not(.bp-overline) {
    margin: 8px 0 32px;
    color: var(--bp-ink-400);
    font-size: 15px;
    line-height: 1.65;
}

.bp-lead-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bp-lead-form label span {
    display: block;
    margin-bottom: 6px;
    color: var(--bp-ink-600);
    font-size: 13px;
    font-weight: 700;
}

.bp-lead-form input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--bp-ink-100);
    border-radius: 8px;
    background: var(--bp-white);
    color: var(--bp-ink-900);
    font-size: 16px;
    outline: none;
}

.bp-lead-form input:focus {
    border-color: var(--bp-accent);
}

.bp-lead-form small {
    color: var(--bp-ink-300);
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.bp-modal__success {
    display: none;
    padding-block: 16px;
    text-align: center;
}

.bp-modal.is-sent .bp-modal__form {
    display: none;
}

.bp-modal.is-sent .bp-modal__success {
    display: block;
}

.bp-modal__success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--bp-accent-soft);
    color: var(--bp-accent);
}

.bp-modal__success p {
    margin-bottom: 0;
}

.bp-basic-page {
    min-height: 70vh;
    padding: 144px var(--bp-side) 80px;
    background: var(--bp-ink-50);
}

.bp-basic-page__inner {
    width: min(100%, 900px);
    margin: 0 auto;
}

.bp-basic-page__content {
    padding: 48px;
    border-radius: 8px;
    background: var(--bp-white);
}

.fade-up {
    animation: bpFadeUp 620ms var(--bp-ease) both;
}

@keyframes bpFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bpModalIn {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1180px) {
    .bp-header {
        gap: 28px;
    }

    .bp-nav {
        gap: 20px;
    }

    .bp-header__phone {
        display: none;
    }

    .bp-features-grid,
    .bp-projects-grid,
    .bp-projects-grid--archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bp-stages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 36px 0;
    }

    .bp-stages::before {
        display: none;
    }
}

@media (max-width: 900px) {
    :root {
        --bp-header-height: 72px;
    }

    body.admin-bar .bp-header {
        top: 46px;
    }

    .bp-header {
        min-height: 72px;
    }

    .bp-header__logo img {
        width: 150px;
    }

    .bp-menu-toggle {
        display: block;
    }

    .bp-header__actions {
        display: none;
    }

    .bp-nav {
        position: fixed;
        top: 72px;
        right: var(--bp-side);
        left: var(--bp-side);
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
        padding: 20px;
        border: 1px solid rgba(212, 165, 116, 0.12);
        border-radius: 8px;
        background: rgba(14, 12, 10, 0.96);
        box-shadow: var(--bp-shadow-4);
    }

    body.admin-bar .bp-nav {
        top: 118px;
    }

    .bp-header.is-open .bp-nav {
        display: flex;
    }

    .bp-nav__link {
        width: 100%;
        padding: 12px 0;
        font-size: 17px;
    }

    .bp-hero {
        min-height: auto;
    }

    .bp-hero__media {
        width: 100%;
        opacity: 0.42;
    }

    .bp-hero__media::before {
        background: linear-gradient(90deg, rgba(14, 12, 10, 0.96), rgba(14, 12, 10, 0.72));
    }

    .bp-hero__inner {
        padding-top: 148px;
        padding-bottom: 72px;
    }

    .bp-hero h1 {
        font-size: 58px;
    }

    .bp-section-heading--split,
    .bp-cta__inner,
    .bp-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .bp-cta__inner {
        display: flex;
    }

    .bp-footer__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .bp-btn,
    .bp-btn--xl {
        width: 100%;
    }

    .bp-hero__actions,
    .bp-cta__actions {
        width: 100%;
    }

    .bp-hero h1 {
        font-size: 44px;
    }

    .bp-hero__lead {
        font-size: 16px;
    }

    .bp-hero__badges {
        gap: 22px;
    }

    .bp-section {
        padding-block: 72px;
    }

    .bp-section-heading h2,
    .bp-cta h2,
    .bp-archive-hero h1 {
        font-size: 34px;
    }

    .bp-features-grid,
    .bp-projects-grid,
    .bp-projects-grid--archive,
    .bp-stages,
    .bp-footer__inner {
        grid-template-columns: 1fr;
    }

    .bp-stage {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 0 18px;
        padding-inline: 0;
        text-align: left;
    }

    .bp-stage__number {
        grid-row: span 2;
        margin-bottom: 0;
    }

    .bp-modal__dialog {
        padding: 36px 24px 28px;
    }

    .bp-basic-page__content {
        padding: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }
}
