

  /* RESET */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


  /* ROOT */
:root {
    --bg: #e6e6e6;
    --text: #111111;
    --label: #666666;
    --line: #bdbdbd;
    --border: #8d8d8d;
    --card-bg: rgba(255, 255, 255, 0.05);
    --shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    --transition: .25s ease;
    --max-width: 1200px;
}


  /* BODY & BASE */
html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: "Raju", "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
    line-height: 1.7;
}

body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 10;
}

::selection {
    background: #ff9d00;
    color: #000;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #dcdcdc; }
::-webkit-scrollbar-thumb { background: #9b9b9b; }
::-webkit-scrollbar-thumb:hover { background: #6f6f6f; }

#particles-js {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    z-index: -1;
}

.particles-js-canvas-el {
    position: absolute;
    width: 100%; height: 100%;
    pointer-events: auto;
}

.page {
    width: min(var(--max-width), 95%);
    margin: auto;
    position: relative;
    z-index: 20;
}


/*   HEADER */
.archive-header { padding: 60px 0; }
.archive-topline, .archive-bottomline { width: 100%; height: 1px; background: var(--line); }
.archive-topline { margin-bottom: 35px; }
.archive-bottomline { margin-top: 35px; }
.archive-header h1 { font-size: 58px; font-weight: 500; letter-spacing: 10px; color: #111; }
.archive-header h2 { margin-top: 8px; font-size: 18px; font-weight: 500; letter-spacing: 6px; color: var(--label); }
.archive-info { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 14px; color: var(--label); font-size: 12px; letter-spacing: 2px; }


 
/*  TIMELINE & EVENT  */
.timeline { display: flex; flex-direction: column; gap: 40px; padding: 10px 0 100px; }

.timeline-separator {
    text-align: center;
    margin: 40px 0 20px 0;
    padding: 20px;
    border-top: 2px solid #ff9d00;
    border-bottom: 2px solid #ff9d00;
    color: #333;
    letter-spacing: 5px;
    font-weight: 700;
}

.event {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    align-items: start;
}

.year {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    letter-spacing: 2px;
    align-items: start;
    white-space: normal;
    word-break: break-word;

    
}

.event-card {
    position: relative;
    padding: 28px 34px;
    border-left: 2px solid var(--border);
    background: var(--card-bg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.1);
    transition: all .25s ease;
}

.event-card:hover {
    transform: translateX(5px);
    border-left: 5px solid #444;
}

.event-line { margin-bottom: 12px; font-size: 18px; }
.label { color: #666; font-weight: 500; letter-spacing: .5px; }
.description-container { margin-top: 24px; }
.description-item { 
    margin-bottom: 14px; 
    font-size: 18px; 
    line-height: 1.8; 
    color: #222; 
}


 /*   FOOTER & ANIMATIONS */

footer { padding-bottom: 60px; }
.footer-line { width: 100%; height: 1px; background: #bdbdbd; margin-bottom: 20px; }
footer p { text-align: center; color: #666; font-size: 13px; letter-spacing: 2px; }

.hidden { opacity: 0; transform: translateY(40px); }
.visible { opacity: 1; transform: translateY(0); transition: opacity .8s ease, transform .8s ease; }

@keyframes blink { 50% { opacity: 0; } }
.loading { animation: blink 1s infinite; text-align: center; padding: 50px; font-size: 20px; letter-spacing: 5px; color: #555; }


 /*  RESPONSIVE */
@media (max-width: 900px) {
    .event { grid-template-columns: 1fr; gap: 15px; }
    .year { font-size: 34px; }
    .archive-header h1 { font-size: 42px; letter-spacing: 5px; }
    .archive-info { flex-direction: column; gap: 10px; }
    .event-card { padding: 14px; }
}

@media (max-width: 600px) {
    .archive-header { padding: 45px 0; }
    .archive-header h1 { font-size: 32px; letter-spacing: 3px; }
    .year { font-size: 28px; }
    .description-item { font-size: 14px; }
}





.hl-layer {
    position: relative; 
    width: 100%;
    margin-top: 600px;
    margin-bottom: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto; 
    z-index: 100;
}

.hl-content {
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hl-line {
    margin-bottom: 6px;
    white-space: nowrap;
}

.label {
    font-weight: 400;
    color: #636363;
    margin-right: 12px;
}

.name, .fired {
    font-weight: 400;
    color: #000000;
}

.termination-text {
    margin-top: 16px;
    color: #000;
    font-weight: 500;
    display: inline-block;
}