﻿.project-info-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.project-info-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .project-info-row:last-child {
        border-bottom: 0;
    }
@media (min-width: 1024px) {
    .project-content-left {
        padding-right: 3rem;
    }
}
[data-logo-item] img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.mb-\[3px\] {
    margin-bottom: 3px;
}

.mr-\[2px\] {
    margin-right: 2px;
}

.w-\[200px\] {
    width: 200px;
}
.h-\[270px\] {
    height: 270px;
}
.w-\[320px\] {
    width: 320px;
}

.h-\[430px\] {
    height: 430px;
}

.h-30px {
    height: 30px;
}


.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    align-items: center;
}

.hero-lead {
    max-width: 46ch;
}

.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
}

.hero-stack-figure {
    display: flex;
    justify-content: center;
    margin: 0;
}

#project-stack {
    position: relative;
    width: 100%;
    max-width: 640px;
    aspect-ratio: 16 / 9;
}

.hero-media {
    position: relative;
}

.hero-stat-card {
    margin: 24px auto 0;
    width: 100%;
    max-width: 228px;
    border-radius: 24px;
    background: #fff;
    padding: 28px 32px;
}

.hero-stat-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-swatches {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-swatch {
    width: 36px;
    height: 36px;
    margin: 0 0 0 -12px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #fff;
}

    .hero-swatch:first-child {
        margin-left: 0;
    }

.hero-swatch-more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.hero-stat-figure {
    display: block;
    text-align: left;
}


@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
        gap: 40px;
    }

    .hero-copy {
        text-align: left;
        align-items: flex-start;
        gap: 28px;
    }

    .hero-cta {
        justify-content: flex-start;
    }

    .hero-stack-figure {
        justify-content: flex-end;
    }

    #project-stack {
        max-width: none;
    }

    .hero-stat-card {
        position: absolute;
        left: -72px;
        bottom: 32px;
        z-index: 10;
        margin: 0;
        width: 228px;
        max-width: none;
        padding: 22px 24px;
        box-shadow: 0 18px 40px -18px rgba(16, 18, 22, 0.28);
    }

    .hero-stat-inner {
        gap: 18px;
    }
}

@media (min-width: 1280px) {
    .hero-grid {
        gap: 48px;
    }

    .hero-stat-card {
        left: -56px;
        bottom: 24px;
        padding: 24px 26px;
    }

    .hero-swatch {
        width: 44px;
        height: 44px;
    }
}

#project-stack {
    position: relative;
}

.stack-card {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .18);
}

.stack-ghost:nth-child(1) {
    transform: translate3d(-6px, 36px, 0) scale(.85) rotate(3deg);
    z-index: 1;
}

.stack-ghost:nth-child(2) {
    transform: translate3d(10px, 24px, 0) scale(.90) rotate(1deg);
    z-index: 2;
}

.stack-ghost:nth-child(3) {
    transform: translate3d(-8px, 12px, 0) scale(.95) rotate(-1deg);
    z-index: 3;
}

.stack-top {
    transform: rotate(-3deg);
    z-index: 4;
    padding: 8px;
}

.stack-media {
    position: absolute;
    inset: 8px;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
}

    .stack-media video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity .6s ease;
    }

        .stack-media video.is-front {
            opacity: 1;
        }

.project-card {
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
}

.project-video {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.svc-item {
    position: relative;
}

.svc-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px;
    border-radius: 10px;
    white-space: nowrap;
    transition: background-color .3s ease;
}

    .svc-link:hover {
        background-color: rgba(23, 23, 23, .05);
    }

.svc-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: .45;
}

.svc-sub {
    position: absolute;
    top: -12px;
    left: 100%;
    margin-left: 8px;
    min-width: 280px;
    padding: 12px;
    background: #fff;
    border: 1px solid rgba(226, 232, 240, .6);
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-6px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
    .svc-sub::before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 10px;
        height: 100%;
    }

.svc-item:hover > .svc-sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.svc-sub a {
    display: block;
    padding: 12px;
    border-radius: 10px;
    white-space: nowrap;
    transition: background-color .3s ease;
}

    .svc-sub a:hover {
        background-color: rgba(23, 23, 23, .05);
    }

@media (max-width: 1279px) {
    .svc-sub {
        display: none;
    }
}

.facade-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, .65) 70%, rgba(0, 0, 0, 0) 100% );
    mask-image: linear-gradient( to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, .65) 70%, rgba(0, 0, 0, 0) 100% );
}


.facade-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(50% 56% at 26% 44%, var(--page) 0%, rgba(238,241,246,.76) 46%, rgba(238,241,246,0) 78%), linear-gradient(to bottom, var(--page) 0%, rgba(238,241,246,0) 20%, rgba(238,241,246,0) 82%, var(--page) 100%);
}

.facade-content {
    position: relative;
    z-index: 2;
}

[data-logo-item] img {
    filter: grayscale(100%);
    transition: filter 0.3s ease, opacity 0.3s ease;
}

[data-logo-strip] {
    flex-wrap: wrap;
    gap: 32px 40px;
}

    [data-logo-strip] [data-logo-item] {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        flex: 1 1 0;
        min-width: 0;
        height: 32px;
    }

[data-logo-strip] [data-logo-item] img {
            width: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            opacity: 0.6;
        }

[data-logo-strip] [data-logo-item]:hover img {
            filter: grayscale(0);
            opacity: 1;
        }

[data-logo-strip] [data-logo="asas"] img {
        max-height: 18px;
    }

[data-logo-strip] [data-logo="albond"] img {
        max-height: 30px;
    }

[data-logo-strip] [data-logo="asistal"] img {
        max-height: 22px;
    }

[data-logo-strip] [data-logo="kurtoglu"] img {
        max-height: 27px;
    }

[data-logo-strip] [data-logo="cuhadaroglu"] img {
        max-height: 21px;
    }

[data-logo-strip] [data-logo="reynaers"] img {
        max-height: 26px;
    }


@media (max-width: 768px) {
    .h-\[271px\] {
        height: min-content;
    }

}

[data-logo-strip] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-items: center;
    column-gap: 24px;
    row-gap: 32px;
}

@media (min-width: 640px) {
    [data-logo-strip] {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        gap: 0;
    }
}
.wa-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 50;
}

@media (min-width: 1280px) {
    .wa-float {
        display: none;
    }
}