/* ============================================================
   Cristian Reynaga Studio — Custom CSS
   Minimal overrides on top of the Alioth Light theme.
   ============================================================ */

/* ── LANGUAGE TOGGLE ────────────────────────────────────────── */
.cr-lang-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
}

.cr-lang-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(25, 27, 29, 0.35);
    padding: 4px 2px;
    transition: color 0.2s;
    line-height: 1;
}

.cr-lang-btn:hover,
.cr-lang-btn.active {
    color: #191b1d;
}

.cr-lang-sep {
    font-size: 11px;
    color: rgba(25, 27, 29, 0.25);
    line-height: 1;
}

/* ── 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;
}
