.experiences-page-body {
    background-color: #0d0d0d;
    color: #ffffff;
    font-family: 'General Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

.experiences-sticky-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(13, 13, 13, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 0;
}

.experiences-nav-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.experiences-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'General Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease;
}

.experiences-back-btn:hover {
    color: #ff6421;
}

.move-left-icon {
    transition: transform 0.25s ease;
}

.experiences-page-header {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 45px 40px 20px;
    box-sizing: border-box;
}

.experiences-hero-container {
    margin-bottom: 10px;
}

.experiences-hero-heading {
    font-family: 'General Sans', sans-serif;
    font-size: clamp(38px, 5.5vw, 72px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -1.5px;
    color: #ffffff;
    margin: 0 0 16px;
}

.highlight-orange {
    color: #ff6421;
}

.experiences-hero-sub {
    font-family: 'General Sans', sans-serif;
    font-size: clamp(15px, 1.3vw, 18px);
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    font-weight: 500;
    max-width: 680px;
}

.experiences-main {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 20px 40px 10px;
    box-sizing: border-box;
}

.experiences-timeline-container {
    width: 100%;
}

.timeline-track {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 10px;
}

.timeline-item {
    display: flex;
    gap: 28px;
    position: relative;
}

.timeline-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.timeline-badge {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'General Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    z-index: 2;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover .timeline-badge {
    border-color: #ff6421;
    box-shadow: 0 0 20px rgba(255, 100, 33, 0.3);
}

.timeline-line {
    flex: 1;
    width: 2px;
    background-color: #ffffff;
    margin: 10px 0;
}

.timeline-content {
    flex: 1;
    padding-bottom: 50px;
    padding-top: 2px;
}

.timeline-item:last-child .timeline-content {
    padding-bottom: 10px;
}

.experiences-page-body .project-minimal-footer {
    margin-top: 100px;
}

.experience-details {
    display: flex;
    flex-direction: column;
}

.experience-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 6px;
}

.experience-role {
    font-family: 'General Sans', sans-serif;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin: 0;
}

.experience-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: 'General Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.25s ease;
    flex-shrink: 0;
}

.experience-view-btn:hover {
    color: #ff6421;
}

.experience-view-icon {
    width: 15px;
    height: 15px;
    transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.experience-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.company-name {
    color: #ffffff;
    font-weight: 500;
}

.meta-dot {
    color: rgba(255, 255, 255, 0.3);
}

.experience-timespan {
    font-size: 14px;
    font-weight: 500;
    color: #ff6421;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.experience-desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 18px 0;
    max-width: 100%;
}

.experience-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-tag {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    background: #111111;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 5px 12px;
    border-radius: 6px;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.skill-tag:hover {
    border-color: rgba(255, 100, 33, 0.6);
    color: #ff6421;
}

.image-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: zoom-out;
}

.image-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.image-modal-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
    z-index: 10001;
}

.image-modal-close:hover {
    background: rgba(255, 100, 33, 0.9);
    border-color: #ff6421;
    color: #ffffff;
    transform: scale(1.08) rotate(90deg);
}

.image-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 90vw;
    max-height: 88vh;
    cursor: default;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.image-modal-overlay.active .image-modal-content {
    transform: scale(1);
}

.image-modal-img {
    max-width: 100%;
    max-height: calc(88vh - 40px);
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.1);
    user-select: none;
    border-radius: 4px;
}

.image-modal-caption {
    margin-top: 14px;
    font-family: 'General Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.5px;
    text-align: center;
}

@media (max-width: 768px) {

    .experiences-nav-container,
    .experiences-page-header,
    .experiences-main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .experiences-back-btn {
        font-size: 16px;
    }

    .experiences-page-header {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .experiences-hero-heading {
        font-size: 37px;
    }

    .experiences-hero-sub {
        font-size: 17px;

    }

    .timeline-item {
        gap: 18px;
    }

    .timeline-badge {
        width: 40px;
        height: 40px;
        font-size: 13px;
        border-radius: 11px;
    }

    .experience-role {
        font-size: 22px;
    }

    .experience-desc {
        font-size: 14px;
    }

    .timeline-content {
        padding-bottom: 60px;
    }

    .experiences-page-body .project-minimal-footer {
        margin-top: 70px;
    }
}

@media (max-width: 480px) {
    .timeline-item {
        gap: 14px;
    }

    .timeline-badge {
        width: 36px;
        height: 36px;
        font-size: 13px;
        border-radius: 10px;
    }

    .experience-role {
        font-size: 25px;
    }

    .experience-meta {
        font-size: 14px;
        flex-wrap: wrap;
        gap: 6px;
    }

    .experience-timespan {
        font-size: 14px;
    }

    .experience-desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .skill-tag {
        font-size: 14px;
        padding: 4px 10px;
    }
}