/* Lightweight 2026 interface layer: native scrolling, static media and no reveal effects. */
html {
    scroll-behavior: auto !important;
}

body {
    overflow-x: hidden;
}

body.menuOpen,
body.popupOpen {
    overflow: hidden;
}

*,
*::before,
*::after {
    cursor: auto !important;
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
}

*:not(input):not(textarea) {
    user-select: auto;
}

a,
button,
input[type="submit"] {
    cursor: pointer !important;
}

.animated,
.gradientMask,
.picWithOverlayAppearance,
.picWithOverlayAppearanceWOutZoom {
    opacity: 1 !important;
    transform: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.overlayAnimationWrap > .overlay,
.preloaderWrap,
#cursor,
.overlayPageMove,
.whiteOverlayPageMove {
    display: none !important;
}

.wrapper .mainPageRow,
.wrapper .pageRow {
    width: 100% !important;
    white-space: normal !important;
    transform: none !important;
    overflow: visible !important;
}

.mainPageRow > section,
.pageRow > section {
    display: block;
    position: relative;
    width: 100% !important;
    height: auto;
}

/* Official Raimer Buro wordmark. */
.sidebar .logo,
.footer .logo {
    background: none !important;
}

.sidebar .logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 118px;
    max-width: none;
    height: auto;
}

.brandLogoSet {
    display: block;
    width: 100%;
}

.brandLogoImage {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.brandLogoImage--dark {
    display: none;
}

.projectsPage:not(.showMenu) .sidebar .brandLogoImage--light,
.blogPage:not(.showMenu) .sidebar .brandLogoImage--light,
.projectsPage .footer .brandLogoImage--light,
.blogPage .footer .brandLogoImage--light {
    display: none;
}

.projectsPage:not(.showMenu) .sidebar .brandLogoImage--dark,
.blogPage:not(.showMenu) .sidebar .brandLogoImage--dark,
.projectsPage .footer .brandLogoImage--dark,
.blogPage .footer .brandLogoImage--dark {
    display: block;
}

.footer .logo {
    width: 148px !important;
    max-width: none !important;
    height: auto !important;
}

/* Cookie notice — bottom, compact and below the full-screen navigation layer. */
.cookiesBar {
    display: none;
    position: fixed;
    inset: auto 0 0;
    z-index: 94;
    width: 100%;
    height: auto;
    min-height: 108px;
    padding: 24px max(28px, 3vw) 24px max(105px, 7vw);
    transform: none;
    background: #f4f2ee;
    border-top: 1px solid rgba(12, 12, 12, .16);
    color: #0c0c0c;
    text-align: left;
}

.cookiesBar.show {
    display: block;
}

.cookiesBar .cookieContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.cookiesBar .cookieText {
    display: grid;
    grid-template-columns: auto minmax(240px, 620px);
    gap: 8px 28px;
    align-items: baseline;
    font: 300 13px/19px "Aeonik Light", sans-serif;
}

.cookiesBar .cookieText strong {
    grid-row: 1 / span 2;
    font-family: "Aeonik Regular", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.cookiesBar .cookiePolicyLink {
    position: static;
    top: auto;
    width: fit-content;
    color: inherit;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookiesBar .cookieActions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.cookiesBar .cookieAgree {
    min-width: 160px;
    padding: 14px 26px;
    border: 1px solid #0c0c0c;
    border-radius: 0;
    background: #0c0c0c;
    color: #fff;
    font: 400 12px/16px "Aeonik Regular", sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cookiesBar .closeBar {
    position: relative;
    inset: auto;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0;
    border: 0;
    background: transparent;
}

.cookiesBar .closeBar::before,
.cookiesBar .closeBar::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 17px;
    width: 20px;
    height: 1px;
    background: #0c0c0c;
    transform: rotate(45deg);
}

.cookiesBar .closeBar::after {
    transform: rotate(-45deg);
}

/* Quick-contact panel. */
.sidebar .sidebarBottom .supportLink .socialWrap li a.email {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: #fff;
    filter: none;
    font: 400 16px/1 "Aeonik Regular", sans-serif;
}

/* Full-screen menu remains instant and stays above the cookie notice. */
#menu,
.sidebar {
    z-index: 100;
}

#menu {
    z-index: 96;
}

.wrapper.showMenu #menu .content .menuRow .leftSide a,
.wrapper.showMenu #menu .content .menuRow .rightSide .textBlock,
.wrapper.showMenu #menu .content .menuRow .rightSide .underlinedButton,
.wrapper.showMenu #menu .content .menuRow .rightSide .shareLinks a {
    opacity: 1 !important;
    transform: none !important;
}

#menu .shareLinks {
    flex-wrap: wrap;
    gap: 10px 0;
}

#menu .shareLinks .termsLink {
    flex-basis: 100%;
    margin-left: 0;
}

#menu .leftSide ul {
    list-style: none;
}

#menu .leftSide li + li {
    margin-top: clamp(10px, 2vh, 24px);
}

#menu .leftSide li a {
    display: block;
    color: #fff;
    font: 300 clamp(30px, 4vw, 64px)/1 "Aeonik Light", sans-serif;
    letter-spacing: .01em;
    opacity: .45;
}

#menu .leftSide li.current_page_item a,
#menu .leftSide li a:hover,
#menu .leftSide li a:focus-visible {
    opacity: 1;
}

#menu .leftSide li:last-child a {
    max-width: 520px;
    font-size: clamp(18px, 2.2vw, 34px);
    line-height: 1.08;
}

/* Static three-project opening composition. */
section.mainSection.featuredProjects {
    width: 100%;
    height: 100svh;
    min-height: 640px;
    overflow: hidden;
    background: #0c0c0c;
}

.featuredProjectsGrid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    width: 100%;
    height: 100%;
    padding-left: 0;
}

.featuredProjectCard {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.featuredProjectCard--1 {
    grid-row: 1 / span 2;
}

.featuredProjectLink,
.featuredProjectMedia,
.featuredProjectMedia img {
    display: block;
    width: 100%;
    height: 100%;
}

.featuredProjectMedia::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.44));
}

.featuredProjectMedia img {
    object-fit: cover;
}

.featuredProjectInfo {
    position: absolute;
    z-index: 1;
    left: clamp(24px, 3vw, 56px);
    right: 24px;
    bottom: clamp(24px, 4vw, 56px);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
}

.featuredProjectTitle {
    font: 300 clamp(24px, 3.4vw, 58px)/1 "Aeonik Light", sans-serif;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.featuredProjectCard:not(:first-child) .featuredProjectTitle {
    font-size: clamp(18px, 1.6vw, 28px);
}

.featuredProjectMeta {
    flex-shrink: 0;
    font: 500 11px/16px "Aeonik Medium", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}

/* Editorial project pages inspired by the references: vertical, spacious, image-led. */
.singleProjectMainSection {
    min-height: 100svh;
    background: #0c0c0c;
}

section.singleProjectMainSection .content {
    position: relative;
    height: 100svh;
}

section.singleProjectMainSection .content .picWrap,
section.singleProjectMainSection .content .innerPicWrap,
section.singleProjectMainSection .content .innerPicWrap img {
    width: 100%;
    height: 100%;
}

section.singleProjectMainSection .content .picWrap .innerPicWrap {
    opacity: .72;
}

section.singleProjectMainSection .content .titleWrap {
    position: absolute;
    z-index: 2;
    top: auto;
    left: max(105px, 7vw);
    right: 5vw;
    bottom: 7vh;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
}

section.singleProjectMainSection .content .titleWrap .titleInfo {
    display: flex;
    gap: 12px;
    margin: 0;
}

section.singleProjectContentWrapperSection,
section.singleProjectContentWrapperSection > .content,
section.singleProjectContentWrapperSection > .content > .row,
section.singleProjectInformationSection,
section.singleProjectInformationSection .content,
section.singleProjectInformationSection .content > .row {
    width: 100% !important;
    height: auto !important;
}

section.singleProjectContentWrapperSection > .content > .row {
    display: block;
}

section.singleProjectInformationSection {
    padding: clamp(64px, 10vw, 160px) max(24px, 7vw) !important;
}

section.singleProjectInformationSection .content > .row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(40px, 7vw, 120px) clamp(20px, 3vw, 48px);
    align-items: start;
}

section.singleProjectInformationSection .content > .row > .singleProjectInfoSide {
    grid-column: span 4;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

section.singleProjectInformationSection .content > .row > .picWrap {
    grid-column: span 8;
    width: 100%;
    height: auto;
    margin: 0 !important;
}

section.singleProjectInformationSection .content > .row > .picWrap:nth-of-type(3n) {
    grid-column: 2 / span 10;
}

section.singleProjectInformationSection .content > .row > .fullPagePicSection {
    grid-column: 1 / -1;
    position: relative;
    inset: auto;
    width: 100%;
    height: min(88svh, 980px);
    margin: 0;
}

section.singleProjectInformationSection .content > .row .picWrap .innerPicWrap,
section.singleProjectInformationSection .content > .row .picWrap img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: cover;
}

section.singleProjectInformationSection .content > .row .fullPagePicSection .picWrap,
section.singleProjectInformationSection .content > .row .fullPagePicSection .innerPicWrap,
section.singleProjectInformationSection .content > .row .fullPagePicSection img {
    height: 100%;
}

section.singleProjectInformationSection .singleProjectInfoSide .infoSideWrap .h3 {
    margin-bottom: 28px;
}

section.singleProjectInformationSection .singleProjectInfoSide .bottomSide {
    width: 100%;
    margin-top: 48px;
}

section.singleProjectInformationSection.endOfProjectPage {
    background: #0c0c0c;
}

.projectPlanPopup .planSwiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    transform: none !important;
}

.projectPlanPopup .planSwiper .swiper-slide {
    width: auto !important;
}

.projectPlanPopup .swiper-button-prev,
.projectPlanPopup .swiper-button-next,
.projectPlanPopup .swiper-pagination {
    display: none;
}

/* Native project catalogue after removing horizontal smooth scrolling. */
.projectsPage .viewChanger,
.projectsPage .blackBgStart,
.projectsPage .projectsPageProgress {
    display: none !important;
}

.projectsPage section.projectsSection {
    min-height: 100svh;
    padding: clamp(110px, 12vw, 170px) max(24px, 7vw) 100px max(105px, 9vw) !important;
    background: #fff;
}

.projectsPage section.projectsSection .content,
.projectsPage section.projectsSection .content .projectsHead,
.projectsPage section.projectsSection .content .startAProjectBlock {
    position: relative;
    inset: auto;
    width: 100%;
}

/* Privacy content is now a readable document instead of a horizontal strip. */
section.privacyPolicySection {
    width: 100% !important;
    padding: clamp(120px, 14vw, 210px) max(24px, 8vw) 110px max(105px, 11vw) !important;
}

section.privacyPolicySection .content .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px clamp(48px, 9vw, 150px);
}

section.privacyPolicySection .content .row .privacyBlock,
section.privacyPolicySection .content .row .privacyBlock:first-child {
    width: 100%;
    max-width: 640px;
    margin: 0 !important;
}

section.privacyPolicySection .content .row .privacyBlock .h3 {
    min-height: 0;
    margin-bottom: 28px;
}

.projectsPage section.projectsSection .content .projectsHead {
    margin-bottom: 64px;
    padding: 0;
}

.projectsPage section.projectsSection .content .projectsRow {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(48px, 7vw, 110px) clamp(20px, 4vw, 64px);
    width: 100%;
    height: auto;
}

.projectsPage section.projectsSection .content .projectsRow .projectBlock,
.projectsPage section.projectsSection .content .projectsRow .projectBlock:first-child,
.projectsPage section.projectsSection .content .projectsRow .projectBlock:nth-child(n) {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    color: #0c0c0c;
}

.projectsPage section.projectsSection .content .projectsRow .projectBlock .picSide,
.projectsPage section.projectsSection .content .projectsRow .projectBlock:first-child .picSide {
    display: block;
    width: 100%;
    height: min(56vw, 760px);
    max-height: 72svh;
}

.projectsPage section.projectsSection .content .projectsRow .projectBlock .projectInfo {
    padding: 16px 0 0;
}

.projectsPage section.projectsSection .content .startAProjectBlock {
    max-width: 420px;
    margin: 96px 0 0 auto;
}

/* Forms: clearer hierarchy and no delayed reveal. */
.fullPagePopup .formIntro {
    max-width: 520px;
    margin: 16px 0 8px;
    color: rgba(255,255,255,.62);
    font: 300 14px/22px "Aeonik Light", sans-serif;
}

@media (max-width: 1024px) {
    .cookiesBar {
        padding: 22px 20px;
    }

    .cookiesBar .cookieContent,
    .cookiesBar .cookieText {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cookiesBar .cookieContent {
        gap: 20px;
    }

    .cookiesBar .cookieActions {
        width: 100%;
        justify-content: space-between;
    }

    .featuredProjectsGrid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 2fr 1fr;
    }

    .featuredProjectCard--1 {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    section.singleProjectInformationSection .content > .row > .singleProjectInfoSide,
    section.singleProjectInformationSection .content > .row > .picWrap,
    section.singleProjectInformationSection .content > .row > .picWrap:nth-of-type(3n) {
        grid-column: 1 / -1;
    }

    section.singleProjectInformationSection .content > .row > .singleProjectInfoSide {
        max-width: 620px;
    }

    .projectsPage section.projectsSection .content .projectsRow .projectBlock .picSide,
    .projectsPage section.projectsSection .content .projectsRow .projectBlock:first-child .picSide {
        height: 62vw;
    }
}

@media (max-width: 767px) {
    .sidebar {
        pointer-events: none;
    }

    .sidebar .logo,
    .sidebar .hamburgerWrap,
    .sidebar .sidebarBottom {
        pointer-events: auto;
    }

    .sidebar .logo {
        width: 104px;
    }

    .footer .logo {
        width: 132px !important;
    }

    #menu .leftSide li + li {
        margin-top: 12px;
    }

    #menu .leftSide li a {
        font-size: clamp(28px, 9vw, 44px);
    }

    #menu .leftSide li:last-child a {
        font-size: 18px;
    }

    section.mainSection.featuredProjects {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .featuredProjectsGrid {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .featuredProjectCard,
    .featuredProjectCard--1 {
        height: 68svh;
        min-height: 430px;
    }

    .featuredProjectCard:not(:first-child) {
        height: 52svh;
        min-height: 340px;
    }

    .featuredProjectInfo {
        left: 20px;
        right: 20px;
        bottom: 24px;
        display: block;
    }

    .featuredProjectTitle,
    .featuredProjectCard:not(:first-child) .featuredProjectTitle {
        display: block;
        font-size: 24px;
    }

    .featuredProjectMeta {
        display: block;
        margin-top: 10px;
    }

    section.singleProjectMainSection,
    section.singleProjectMainSection .content {
        min-height: 100svh;
        height: 100svh;
    }

    section.singleProjectMainSection .content .titleWrap {
        left: 20px;
        right: 20px;
        bottom: 48px;
        display: block;
    }

    section.singleProjectMainSection .content .titleWrap .h1 {
        font-size: clamp(34px, 11vw, 54px);
        line-height: .98;
    }

    section.singleProjectMainSection .content .titleWrap .titleInfo {
        margin-top: 14px;
    }

    section.singleProjectInformationSection {
        padding: 64px 20px !important;
    }

    section.singleProjectInformationSection .content > .row {
        display: flex;
        flex-direction: column;
        gap: 52px;
    }

    section.singleProjectInformationSection .content > .row > .picWrap,
    section.singleProjectInformationSection .content > .row > .fullPagePicSection {
        height: auto;
    }

    section.singleProjectInformationSection .content > .row > .fullPagePicSection .picWrap,
    section.singleProjectInformationSection .content > .row > .fullPagePicSection .innerPicWrap,
    section.singleProjectInformationSection .content > .row > .fullPagePicSection img {
        height: auto;
    }

    .projectPlanPopup .planSwiper .swiper-wrapper,
    .projectsPage section.projectsSection .content .projectsRow {
        grid-template-columns: 1fr;
    }

    .projectsPage section.projectsSection {
        padding: 110px 20px 80px !important;
    }

    .projectsPage section.projectsSection .content .projectsHead .row.secondRow {
        display: block;
    }

    .projectsPage section.projectsSection .content .projectsHead .categoriesRow {
        margin-top: 32px;
        gap: 14px 22px;
        justify-content: flex-start;
    }

    .projectsPage section.projectsSection .content .projectsRow .projectBlock .picSide,
    .projectsPage section.projectsSection .content .projectsRow .projectBlock:first-child .picSide {
        height: 112vw;
        max-height: none;
    }

    .fullPagePopup {
        padding: 100px 20px 40px;
        overflow-y: auto;
    }

    section.privacyPolicySection {
        padding: 110px 20px 80px !important;
    }

    section.privacyPolicySection .content .row {
        grid-template-columns: 1fr;
        gap: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }
}
