/* ── SERVICIOS SECTION ──────────────────────────────────────── */
#servicios {
    position: relative;
    z-index: 10;
}

/* ── SERVICE CARDS ──────────────────────────────────────────── */
.cr-service-card {
    border-left: 1px solid rgba(25, 27, 29, 0.1);
    padding-left: 28px !important;
    height: 100%;
}

.cr-service-n {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: rgba(25, 27, 29, 0.3);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

/* ── SERVICE / PROJECT META ROWS ────────────────────────────── */
.cr-meta-row {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 6px;
}

.cr-meta-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(25, 27, 29, 0.3);
    min-width: 80px;
    flex-shrink: 0;
}

.cr-meta-value {
    font-size: 12px;
    color: rgba(25, 27, 29, 0.5);
    font-weight: 400;
    line-height: 1.5;
}

/* ── HEADER LANGUAGE TOGGLE ─────────────────────────────────── */
.cr-lang-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cr-lang-btn {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    color: rgba(25, 27, 29, 0.45);
    font-weight: 500;
    transition: color .2s ease;
}

.cr-lang-btn:hover,
.cr-lang-btn:focus-visible {
    color: rgba(25, 27, 29, 0.7);
    outline: none;
}

.cr-lang-btn.active {
    color: rgba(25, 27, 29, 0.95);
}

.cr-lang-sep {
    color: rgba(25, 27, 29, 0.35);
    line-height: 1;
    user-select: none;
}

/* ── V&A & NIKE PROJECT HEADER ADJUSTMENTS (va-header & nike-header) ────────────────── */
.project-page-header.style_1.va-header .project-title,
.project-page-header.style_1.nike-header .project-title {
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    margin-top: 40px;
}

.project-page-header.style_1.va-header .project-metas,
.project-page-header.style_1.nike-header .project-metas {
    margin-top: 30px !important;
}

@media only screen and (min-width: 992px) {
    .project-page-header.style_1.va-header .project-title h1.big-title,
    .project-page-header.style_1.nike-header .project-title h1.big-title {
        font-size: 75px !important;
        line-height: 1.1 !important;
    }
}

/* ── HIDE PLYR & THEME PLAY BUTTON IN WORKS GRID & PROJECT EMBED ──── */
.aw-project-image .plyr__control--overlaid,
.aw-project-image .plyr__controls,
.alioth-embed-video .plyr__control--overlaid,
.alioth-embed-video .video-overlay,
.alioth-embed-video .play-button,
.video-overlay,
.play-button {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

