@charset "UTF-8";
/* ============================================================
   SINGLE PROJECT
   ============================================================ */

   .single-project .header-subnav ul::before,
   .single-project .header-subnav ul::after {
    display: none;
}

.single-project .header-mobile__top::before,
.single-project .header-mobile__top::after {
    display: none;
}



.single-project {


    background: #151515 url('/wp-content/uploads/2026/05/fon-proeta.jpg') top center / cover no-repeat;

}

.single-project__wrap {
    padding: 220px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

/* ── Герой: галерея + инфо ── */
.single-project__hero {
    display: flex;
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
    align-self: stretch;
}

/* ── Галерея слева ── */
.single-project__gallery {
    flex-shrink: 0;
    max-width: 627px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 42%;
  
}

.single-project__main-wrap {
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.single-project__main-photo {
    width: 100%;
    height: 408px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: opacity .25s ease;
}

/* Миниатюры */
.single-project__thumbs {
    display: flex;
    flex-direction: row;
    gap: 23px;
    align-self: stretch;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.single-project__thumbs::-webkit-scrollbar { display: none; }

.single-project__thumb {
    flex-shrink: 0;
    width: 140px;
    height: 109px;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    background: none;
    cursor: pointer;
    transition: border-color .2s;
}

.single-project__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

.single-project__thumb.is-active {
    border-color: #FFDB73;
}

/* ── Инфо справа ── */
.single-project__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    min-width: 0;
}

/* Локация */
.single-project__location {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.single-project__location-text {
    background: var(--gradient-zheltyj);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-bebas);
    font-size: 28px;
    line-height: 29px;
    font-weight: 700;
}

/* Заголовок */
.single-project__title {
    background: var(--gradient-svetlyj);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-bebas);
    font-size: 54px;
    line-height: 56px;
    font-weight: 700;
    margin: 0;
    align-self: stretch;
}

/* Отрывок */
.single-project__excerpt {
    background: var(--gradient-svetlyj);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-myriad);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    align-self: stretch;
}

/* ── Особенности ── */
.single-project__features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.single-project__features-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-self: stretch;
}

.single-project__feature {
    background: rgba(0,0,0,.08);
    border-radius: 13px;
    border: 1px solid var(--linii);
    padding: 22px 23px 25px;
    display: flex;
    flex-direction: row;
    gap: 17px;
    align-items: center;
    flex: 1;
    backdrop-filter: blur(3px);
    min-height: 114px;
    box-sizing: border-box;
}

.single-project__feature-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.single-project__feature-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
    min-width: 0;
}

.single-project__feature-label {
    background: var(--gradient-svetlyj);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-bebas);
    font-size: 28px;
    line-height: 29px;
    font-weight: 700;
}

.single-project__feature-value {
    background: var(--gradient-svetlyj);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-myriad);
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

/* ── Интро ── */
.single-project__intro {
    align-self: stretch;
}

/* ── Видео ── */
.single-project__video-wrap {
    align-self: stretch;
}

.single-project__video-inner {
    background: rgba(0,0,0,.32);
    border-radius: 30px;
    border: 1px solid var(--linii);
    overflow: hidden;
    position: relative;
}

.single-project__video-poster {
    position: relative;
    cursor: pointer;
    padding: 50px;
}

.single-project__video-poster img {
    width: 100%;
    height: 654px;
    object-fit: cover;
    display: block;
    border-radius: 30px;
}

.single-project__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: transform .2s, opacity .2s;
}

.single-project__video-play:hover {
    transform: scale(1.1);
    opacity: .9;
}

.single-project__video {
    width: 100%;
    height: 654px;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}

/* ── Основной контент ── */
.single-project__content {
    align-self: stretch;
}

/* ── Адаптив ── */
@media (max-width: 1200px) {
    .single-project__gallery {
        max-width: 480px;
    }

    .single-project__title {
        font-size: clamp(36px, 4vw, 54px);
        line-height: 1.05;
    }
}

@media (max-width: 1024px) {
    .single-project__hero {
        flex-direction: column;
        gap: 40px;
    }

    .single-project__gallery {
        width: 100%;
    }

    .single-project__main-photo {
        height: 300px;
    }

    .single-project__video-poster img,
    .single-project__video {
        height: 400px;
    }
}


@media (max-width: 1024px) {
    .single-project__wrap {
        padding: 130px 0 80px;
    }
}

@media (max-width: 767px) {
    .single-project__features-row {
        flex-direction: column;
        gap: 12px;
    }

    .single-project__title {
        font-size: clamp(28px, 7vw, 44px);
    }
}

@media (max-width: 479px) {
    .single-project__wrap {
        padding: 110px 0 60px;
        gap: 40px;
    }

    .single-project__main-photo {
        height: 240px;
    }

    .single-project__thumb {
        width: 90px;
        height: 70px;
        border-radius: 10px;

    }
    .single-project__thumb img {
    
        border-radius: 10px;

    }
    .single-project__thumbs {
    
        gap: 13px;
  
    }

    .single-project__video-poster {
        position: relative;
        cursor: pointer;
        padding: 20px;
    }

    .single-project__video-poster img,
    .single-project__video {
        height: 350px;
    }


    .single-project__info {
        gap: 22px;
}

.single-project__excerpt {
    font-size: 15px;
    line-height: 18px;
   
}


}