.home-reference {
    background: transparent;
}

.home-stack {
    display: flex;
}

.home-swiper {
    height: 100vh;
}

.home-swiper .swiper-wrapper {
    align-items: stretch;
}

.home-strip {
    min-height: 100vh;
    padding: 3.75rem 0 0.75rem;
    display: block;
}

.home-strip--cyan {
    background: transparent;
}

.home-strip--intro {
    background: transparent;
    padding: 0;
}

.home-strip--lime {
    background: transparent;
}

.home-strip--magenta {
    background: transparent;
}

.home-strip--yellow {
    background: transparent;
}

.home-strip--olive {
    background: transparent;
}

.home-strip--sand {
    background: transparent;
}

.home-strip--clay {
    background: transparent;
}

.home-strip--daughter {
    background: transparent;
}

.home-strip--mapa {
    background: transparent;
}

.home-strip--mapa-season1 {
    background: transparent;
}

.home-strip--culpa {
    background: transparent;
}

.home-strip--one-man-one-vote {
    background: transparent;
}

.home-strip--gasoline-deluxe {
    background: transparent;
}

.home-strip--readymade-info {
    background: #f5f1da;
}

.home-project--info {
    min-height: 100vh;
    padding: 4.2rem 0 0;
    align-items: center;
}

.home-info-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    width: min(90vw, 1200px);
    margin: 0 auto;
    padding: 0 0.5rem;
}

.home-info-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.home-info-text h3 {
    margin: 0 0 1.5rem;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.1;
}

.home-info-text p {
    margin: 0 0 1.5rem;
    font-size: clamp(1rem, 2vw, 1.4rem);
    line-height: 1.5;
}

.home-info-text p:last-child {
    margin-bottom: 0;
}

.home-project {
    display: grid;
    gap: 0.35rem;
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.home-project--slider {
    min-height: 100vh;
    width: calc(100% - 40rem);
    margin-left: auto;
    margin-right: auto;
    padding: 4.2rem 1.25rem 0;
    box-sizing: border-box;
}

.home-strip--intro .home-project,
.home-project--intro {
    min-height: 100vh;
    place-items: center;
    padding: 0 0.25rem;
}

.home-intro-mark-wrap {
    display: grid;
    place-items: center;
    width: 100%;
    transform: translateY(1vh);
}

.home-intro-mark {
    width: min(1380px, 99vw);
    filter: saturate(220%) hue-rotate(0deg) brightness(0.92) contrast(1.05);
    opacity: 0.92;
    transform-origin: center;
    will-change: transform, filter;
}

body.page-home .home-intro-mark {
    animation: homeIntroScaleOnce 18s ease-in-out forwards, homeIntroHue 22s linear infinite;
}

@keyframes homeIntroScaleOnce {
    0% {
        transform: scale(0.92);
    }

    99% {
        transform: scale(1.28);
    }

    100% {
        transform: scale(1.28);
    }
}

@keyframes homeIntroHue {
    0% {
        filter: saturate(220%) hue-rotate(0deg) brightness(0.92) contrast(1.05);
    }

    50% {
        filter: saturate(240%) hue-rotate(180deg) brightness(0.94) contrast(1.05);
    }

    100% {
        filter: saturate(220%) hue-rotate(360deg) brightness(0.92) contrast(1.05);
    }
}

.home-panel-card {
    width: min(88vw, 980px);
    height: min(92vh, 820px);
    margin: 0 auto;
    position: relative;
    border-top: 4px solid #5dddf6;
}

.home-panel-card--cyan {
    background: #64d2ea;
}

.home-panel-card--magenta {
    background: #e03bd0;
}

.home-strip--panel-cyan .home-project,
.home-strip--panel-magenta .home-project,
.home-strip--panel-herr-merkel .home-project {
    align-items: stretch;
}

.home-strip--panel-cyan {
    background: transparent;
}

.home-strip--panel-magenta {
    background: transparent;
}

.home-strip--panel-herr-merkel {
    background: transparent;
}

.home-strip--panel-cyan .home-project {
    background: #73def4;
}

.home-strip--panel-magenta .home-project {
    background: #6afb87;
}

.home-strip--panel-herr-merkel .home-project {
    background: #f04add;
}

.home-strip--daughter .home-project {
    background: #fe00a8;
}

.home-strip--mapa .home-project {
    background: #f0e928;
}

.home-strip--mapa-season1 .home-project {
    background: #fffb95;
}

.home-strip--culpa .home-project {
    background: #191a34;
}

.home-strip--one-man-one-vote .home-project {
    background: #ff0009;
}

.home-strip--gasoline-deluxe .home-project {
    background: #baaa48;
}

.home-strip--culpa .home-feature-caption strong {
    color: #9d00c8;
}

.home-strip--culpa .home-feature-caption span {
    color: #9dff63;
}

.home-strip--one-man-one-vote .home-feature-caption strong {
    color: #1b2cff;
}

.home-strip--one-man-one-vote .home-feature-caption span {
    color: #ffffff;
}

.home-feature-card {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0;
    --home-caption-strong: #111;
    --home-caption-span: #ff5b5f;
}

.home-project--slider .home-feature-media {
    height: min(calc(100vh - 13.2rem), 820px);
}

.home-strip--panel-cyan .home-feature-media,
.home-strip--panel-magenta .home-feature-media,
.home-strip--panel-herr-merkel .home-feature-media {
    height: min(calc(100vh - 13.2rem), 820px);
}

.home-feature-caption {
    display: grid;
    gap: 0.1rem;
    margin: 0 0 1rem;
}

.home-feature-caption-link {
    width: fit-content;
    text-decoration: none;
}

.home-feature-caption strong {
    color: var(--home-caption-strong);
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 0.98;
    font-weight: 700;
}

.home-feature-caption span {
    color: var(--home-caption-span);
    font-size: clamp(1.65rem, 3vw, 2.5rem);
    line-height: 1;
    font-weight: 400;
}

.home-feature-media {
    width: 100%;
    height: min(calc(100vh - 12.2rem), 880px);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.home-feature-media .video-placeholder-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.home-feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home-feature-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.video-placeholder-wrap [data-video-with-placeholder] {
    position: relative;
    z-index: 1;
    opacity: 0;
}

.home-feature-media .video-placeholder-gif,
.home-feature-media .video-placeholder-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: opacity 0.25s ease;
}

.video-placeholder-wrap.is-video-ready .video-placeholder-gif,
.video-placeholder-wrap.is-video-ready .video-placeholder-media {
    opacity: 0;
    pointer-events: none;
}

.video-placeholder-wrap.is-video-ready [data-video-with-placeholder] {
    opacity: 1;
}

.home-feature-caption--disaster strong {
    color: #111;
}

.home-feature-caption--disaster span {
    color: #111;
    text-transform: lowercase;
}

.home-feature-caption--herr-merkel strong {
    color: #111;
}

.home-feature-caption--herr-merkel span {
    color: #111;
}

.home-panel-card--second {
    width: calc(100vw - 206px);
    max-width: none;
    height: calc(100vh - 8px);
    margin: 4px auto 0;
}

.home-panel-card--third {
    width: calc(100vw - 206px);
    max-width: none;
    height: calc(100vh - 8px);
    margin: 4px auto 0;
}

.home-panel-caption {
    position: absolute;
    top: 0.7rem;
    left: 1.6rem;
    display: grid;
    gap: 0.05rem;
    font-size: 0.42rem;
    line-height: 1.1;
}

.home-panel-caption strong {
    color: #f53e52;
    font-size: 0.46rem;
    font-weight: 600;
}

.home-panel-caption span {
    color: #fff;
    font-size: 0.38rem;
    letter-spacing: 0.04em;
    text-transform: none;
}

.home-project-topline,
.home-project-bottomline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(0, 0, 0, 0.78);
}

.home-project-topline {
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.home-project-bottomline {
    align-items: start;
}

.home-project-bottomline h2 {
    margin: 0;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 1.2;
}

.home-project-title-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.home-project-title-link--logo {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2;
}

.home-project-bottomline .home-project-title-link {
    display: inline-flex;
}

.home-project-media {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.08);
    width: 100%;
}

.home-project-image {
    width: 100%;
    height: clamp(320px, 72vw, 760px);
    object-fit: cover;
}

.home-project-logo {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2;
    max-width: 46%;
    max-height: 84px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
}

.home-project-title-block {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 2;
    max-width: 65%;
    padding: 0.45rem 0.6rem;
    background: rgba(255, 255, 255, 0.78);
}

.home-project-title-block h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 0.98;
    text-transform: uppercase;
}

.home-info-band {
    background: #f5f1da;
    padding: 1rem 0 1.4rem;
    border-top: 8px solid rgba(0, 0, 0, 0.08);
}

.home-info-inner {
    display: grid;
    gap: 1rem;
    width: 100%;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.home-info-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.home-info-links a {
    color: rgba(23, 23, 23, 0.76);
}

@media (max-width: 768px) {
    .home-swiper {
        height: 100svh;
    }

    .home-swiper .swiper-wrapper {
        display: flex;
    }

    .home-swiper .swiper-slide {
        height: 100svh;
    }

    .home-brand-band {
        padding-top: 0.6rem;
    }

    .home-strip {
        min-height: 100svh;
        padding-top: 0.5rem;
        display: flex;
        align-items: center;
    }

    .home-project--slider {
        min-height: min(82svh, 900px);
        width: calc(100% - 2.5rem);
        padding: 3.8rem 0.55rem 0.75rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }

    .home-feature-card {
        max-width: none;
    }

    .home-feature-caption {
        margin: 0 0 0.15rem;
        justify-items: center;
        text-align: center;
    }

    .home-feature-caption-link {
        width: 100%;
    }

    .home-feature-caption strong {
        font-size: clamp(1.4rem, 7vw, 2.1rem);
    }

    .home-feature-caption span {
        font-size: clamp(1rem, 5.8vw, 1.6rem);
        line-height: 1.05;
    }

    .home-strip--panel-cyan .home-project,
    .home-strip--panel-magenta .home-project,
    .home-strip--panel-herr-merkel .home-project {
        align-items: stretch;
    }

    .home-project--slider .home-feature-media {
        height: clamp(300px, 58svh, 560px);
        align-items: center;
        justify-content: center;
    }

    .home-strip--panel-cyan .home-feature-media,
    .home-strip--panel-magenta .home-feature-media,
    .home-strip--panel-herr-merkel .home-feature-media {
        height: clamp(300px, 58svh, 560px);
        align-items: center;
        justify-content: center;
    }

    .home-feature-image,
    .home-feature-video,
    .home-feature-media .video-placeholder-gif,
    .home-feature-media .video-placeholder-media {
        object-fit: contain;
    }

    .home-project-bottomline {
        display: block;
    }

    .home-project-image {
        height: 220px;
    }

    .home-project--info {
        min-height: auto;
        padding: 3rem 0 0.75rem;
    }

    .home-info-content {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        width: calc(100% - 2.5rem);
        padding: 0;
    }

    .home-info-image {
        width: min(132px, 38vw);
    }

    .home-info-text h3 {
        margin: 0 0 1rem;
        font-size: clamp(1.7rem, 7.4vw, 2.5rem);
    }

    .home-info-text p {
        margin: 0 0 1rem;
        font-size: 0.98rem;
        line-height: 1.38;
    }
}

@media (max-width: 480px) {
    .home-strip {
        padding-top: 0.35rem;
    }

    .home-strip--intro .home-project,
    .home-project--intro {
        overflow: hidden;
        padding: 0;
    }

    .home-intro-mark-wrap {
        width: 100vw;
        max-width: 100%;
        overflow: hidden;
        transform: none;
    }

    .home-intro-mark {
        width: min(100vw, 100%);
        max-width: 100vw;
    }

    .home-project--slider {
        min-height: min(80svh, 820px);
        width: calc(100% - 1.25rem);
        padding: 3.2rem 0.45rem 0.6rem;
        display: flex;
        align-items: center;
    }

    .home-feature-caption {
        margin: 0 0 0.1rem;
        justify-items: center;
        text-align: center;
    }

    .home-feature-caption-link {
        width: 100%;
    }

    .home-feature-caption strong {
        font-size: clamp(1.25rem, 8vw, 1.8rem);
    }

    .home-feature-caption span {
        font-size: clamp(0.95rem, 6.4vw, 1.35rem);
    }

    .home-project--slider .home-feature-media,
    .home-strip--panel-cyan .home-feature-media,
    .home-strip--panel-magenta .home-feature-media,
    .home-strip--panel-herr-merkel .home-feature-media {
        height: clamp(280px, 54svh, 500px);
        align-items: center;
        justify-content: center;
    }

    .home-feature-image,
    .home-feature-video,
    .home-feature-media .video-placeholder-gif,
    .home-feature-media .video-placeholder-media {
        object-fit: contain;
    }

    .home-project--info {
        padding: 2.6rem 0 0.45rem;
    }

    .home-info-content {
        width: calc(100% - 1.25rem);
        gap: 1rem;
    }

    .home-info-image {
        width: min(110px, 34vw);
    }

    .home-info-text h3 {
        font-size: clamp(1.45rem, 8.4vw, 2rem);
        line-height: 1.04;
    }

    .home-info-text p {
        font-size: 0.98rem;
        line-height: 1.34;
    }
}
