.process-section-wrapper-8861a14d {
    background-color: #101010;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 100px 5%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.process-inner-8861a14d {
    max-width: 1140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.process-label-8861a14d {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: rgba(233, 228, 216, 0.4);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.process-heading-8861a14d {
    font-family: 'Bodoni Moda', serif;
    font-size: 48px;
    color: #E9E4D8;
    max-width: 20ch;
    margin: 0;
    line-height: 1.1;
    font-weight: 600;
}

.process-heading-8861a14d em {
    font-style: italic;
}

.process-intro-8861a14d {
    font-family: 'Archivo', sans-serif;
    font-size: 15px;
    line-height: 1.85;
    color: #A09A8C;
    max-width: 56ch;
    margin: 0;
}

.process-intro-8861a14d strong {
    font-weight: 600;
    color: #E9E4D8;
}

.process-carousel-wrapper-8861a14d {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.carousel-viewport-8861a14d {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    padding-bottom: 10px;
}

.carousel-viewport-8861a14d::-webkit-scrollbar {
    display: none;
}

.carousel-viewport-8861a14d:active {
    cursor: grabbing;
}

.process-slide-8861a14d {
    flex: 0 0 calc(50% - 10px);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 768px) {
    .process-slide-8861a14d {
        flex: 0 0 100%;
    }
    .process-heading-8861a14d {
        font-size: 28px;
    }
    .process-section-wrapper-8861a14d {
        padding: 60px 5%;
    }
}

.process-image-wrapper-8861a14d {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    background: #1a1a1a;
    overflow: hidden;
}

.process-image-wrapper-8861a14d img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    display: block;
}

.process-overlay-top-8861a14d,
.process-overlay-bottom-8861a14d {
    position: absolute;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    left: 20px;
}

.process-overlay-top-8861a14d {
    top: 20px;
}

.process-overlay-bottom-8861a14d {
    bottom: 20px;
    right: 20px;
}

.process-caption-8861a14d {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 10px;
}

.process-slide-title-8861a14d {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    color: #E9E4D8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.process-slide-desc-8861a14d {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #A09A8C;
    margin: 0;
}

.carousel-progress-track-8861a14d {
    width: 100%;
    height: 4px;
    background: rgba(233, 228, 216, 0.1);
    margin-top: 40px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.carousel-progress-thumb-8861a14d {
    height: 100%;
    width: 20%;
    background: #A09A8C;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    transition: left 0.1s ease-out, width 0.2s ease-out;
}

.carousel-drag-text-8861a14d {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: rgba(233, 228, 216, 0.4);
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
