/* Get in Touch — Sidebar Zone */

.git-sidebar-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    container-type: size;
    display: flex;
    align-items: center;
    justify-content: center;
}

.git-sidebar-wrap .git-sidebar-box {
    width: 80cqw;
    height: 80cqh;
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border-radius: 2cqmin;
}

/* Top — company card */
.git-sidebar-wrap .git-sidebar-card {
    position: relative;
}

.git-sidebar-wrap .git-sidebar-card-shadow {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1cqmin;
    background: rgba(0,0,0,0.25);
    transform: translateY(0.2cqmin);
}

.git-sidebar-wrap .git-sidebar-card-edge {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1cqmin;
    background: linear-gradient(to left, var(--text) 0%, var(--accent) 8%, var(--accent) 92%, var(--text) 100%);
}

.git-sidebar-wrap .git-sidebar-card-front {
    position: relative;
    height: 100%;
    background: var(--accent);
    color: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2cqmin;
    border-radius: 1cqmin;
    transform: translateY(-0.3cqmin);
}

.git-sidebar-wrap .git-sidebar-logo {
    width: 12cqmin;
    height: 12cqmin;
    border-radius: 50%;
    overflow: hidden;
    border: 0.8cqmin solid color-mix(in srgb, var(--text) 70%, white 30%);
}

.git-sidebar-wrap .git-sidebar-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.git-sidebar-wrap .git-sidebar-initial {
    width: 12cqmin;
    height: 12cqmin;
    border-radius: 50%;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6cqmin !important;
    color: var(--accent);
    border: 0.8cqmin solid color-mix(in srgb, var(--text) 70%, white 30%);
}

.git-sidebar-wrap .git-sidebar-company {
    font-family: Montserrat, sans-serif;
    font-size: 4cqmin !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    margin-top: 1cqmin;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.git-sidebar-wrap .git-sidebar-person {
    font-size: 3cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    opacity: 0.8;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: center;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

/* Bottom — contact items */
.git-sidebar-wrap .git-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 1cqmin;
    padding: 1.5cqmin 0;
}

.git-sidebar-wrap .git-sidebar-item {
    position: relative;
    min-width: 0;
}

.git-sidebar-wrap .git-sidebar-item-shadow {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1cqmin;
    background: rgba(0,0,0,0.25);
    transform: translateY(0.2cqmin);
}

.git-sidebar-wrap .git-sidebar-item-edge {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 1cqmin;
    background: linear-gradient(to left, var(--text) 0%, var(--accent) 8%, var(--accent) 92%, var(--text) 100%);
}

.git-sidebar-wrap .git-sidebar-item-front {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2cqmin;
    padding: 1.5cqmin 3cqmin;
    border-radius: 1cqmin;
    background: var(--accent);
    color: var(--bg);
    transform: translateY(-0.3cqmin);
    overflow: hidden;
}

.git-sidebar-wrap .git-sidebar-item-icon {
    font-size: 3cqmin !important;
    flex-shrink: 0;
}

.git-sidebar-wrap .git-sidebar-item-text {
    font-size: 2.8cqmin !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
