@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=PT+Mono&family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'Pobeda';
    src: url("/css/fonts/Pobeda-Bold.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
    --paper-bg: #F0E4CA;
    --paper-darker: #e5d8b8;
    --ink-dark: #2c251e;
    --ink-muted: #5c5043;
    --soviet-red: #9e2a2b;
    --soviet-red-hover: #bd3a3c;
    --border-color: rgba(44, 37, 30, 0.15);
    --gold: #b38f4d;
}

body {
    background-color: #F0E4CA !important;
    color: var(--ink-dark);
    font-family: 'PT Serif', Georgia, serif;
    margin: 0;
    padding: 0;
}

.wrapper {
    background: transparent;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    position: relative;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #12100e;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loading_wrapper {
    text-align: center;
}

.loading_wrapper img {
    height: 60px;
    margin-bottom: 30px;
    filter: sepia(0.5) hue-rotate(-30deg) saturate(1.5);
}

.loader {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(179, 143, 77, 0.1);
    border-radius: 50%;
    border-top-color: var(--gold);
    animation: spin 1s ease-in-out infinite;
    margin: 0 auto;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.hero_header {
    height: 100vh;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    background-color: #1a1510;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.header_collage {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: sepia(0.4) contrast(1.1) brightness(0.65);
    transform: scale(1.05);
    transition: transform 10s ease;
}

.hero_header:hover .header_collage {
    transform: scale(1);
}

.header_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(26, 21, 16, 0.6) 0%,
            rgba(26, 21, 16, 0.3) 40%,
            rgba(26, 21, 16, 0.1) 60%,
            rgba(240, 228, 202, 0.4) 80%,
            rgba(240, 228, 202, 0.8) 92%,
            var(--paper-bg) 100%);
    z-index: 1;
}

.deita_logo_vintage {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 10;
    opacity: 0.85;
    filter: sepia(0.3) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: opacity 0.3s;
}

.deita_logo_vintage img {
    height: 55px;
    width: auto;
}

.deita_logo_vintage:hover {
    opacity: 1;
}

.header_title_container {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 10% 80px 10%;
    text-align: center;
}

.project_badge {
    display: inline-block;
    font-family: 'Pobeda', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    -webkit-text-stroke: 1px #97191b;
    color: #97191b;
    border: 5px double #97191b;
    padding: 6px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    background: rgba(142, 26, 27, 0.08);
    transform: rotate(-4deg);
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05), 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
    text-shadow: 0.5px 0.5px 0px rgba(0, 0, 0, 0.1);
}


.main_quote {
    font-family: 'Pobeda', sans-serif;
    color: #fff;
    font-size: 4.0rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.9);
    letter-spacing: 1px;
}

.main_title {
    font-family: 'Special Elite', monospace;
    color: var(--gold);
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 4px;
    -webkit-text-stroke: 0.5px #fff;
    text-shadow: 
        -0.5px -0.5px 0 #fff,  
         0.5px -0.5px 0 #fff,
        -0.5px  0.5px 0 #fff,
         0.5px  0.5px 0 #fff,
         0 4px 15px rgba(0, 0, 0, 0.95);
}

.intro_section {
    padding: 100px 0;
    position: relative;
    background:
        radial-gradient(ellipse at top, rgba(234, 222, 202, 0.4), transparent);
}

.dossier_folder {
    background-color: #f7f3eb;
    background-image:
        radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.4), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(44, 37, 30, 0.08), transparent 70%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.025'/%3E%3C/svg%3E");
    background-size: auto, auto, 200px 200px;
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: center;
    border: 1px solid rgba(44, 37, 30, 0.2);
    border-radius: 6px;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 5px 15px rgba(0, 0, 0, 0.06),
        inset 0 0 40px rgba(44, 37, 30, 0.08);
    padding: 50px;
    position: relative;
}

.dossier_folder::before {
    display: none;
}

.dossier_stamp {
    position: absolute;
    top: 70px;
    right: 40px;
    border: 3px double var(--soviet-red);
    color: var(--soviet-red);
    font-family: 'Special Elite', monospace;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 8px 16px;
    text-transform: uppercase;
    transform: rotate(8deg);
    opacity: 0.85;
    letter-spacing: 2px;
    pointer-events: none;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    z-index: 10;
}

.intro_lead {
    font-size: 1.25rem;
    line-height: 1.8;
    color: var(--ink-dark);
    margin-bottom: 30px;
    font-weight: 500;
}

.intro_text p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--ink-muted);
    margin-bottom: 20px;
    text-align: justify;
}

.vintage_photo_wrapper {
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transform: rotate(-1.5deg);
    transition: transform 0.5s ease;
    max-width: 100%;
    margin: 0 auto;
}

.vintage_photo_wrapper:hover {
    transform: rotate(0.5deg) scale(1.02);
}

.vintage_photo_wrapper.live_photo_wrapper {
    transform: none;
}

.vintage_photo_wrapper.live_photo_wrapper:hover {
    transform: scale(1.02);
}

.vintage_photo {
    width: 100%;
    height: auto;
    filter: grayscale(1) sepia(0.25) contrast(1.15) brightness(0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.photo_corner {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #2b261f;
    opacity: 0.85;
    z-index: 2;
}

.corner_tl {
    top: 10px;
    left: 10px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.corner_tr {
    top: 10px;
    right: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.corner_bl {
    bottom: 10px;
    left: 10px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.corner_br {
    bottom: 10px;
    right: 10px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}


.poem_box {
    margin-top: 50px;
    padding: 40px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    text-align: center;
}

.poem_box::before {
    content: "«";
    position: absolute;
    font-size: 8rem;
    color: rgba(179, 143, 77, 0.15);
    top: -20px;
    left: 20px;
    font-family: serif;
}

.poem_text {
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.9;
    color: var(--soviet-red);
    font-family: 'Playfair Display', serif;
    max-width: 600px;
    margin: 0 auto;
}

.poem_author {
    font-family: 'Special Elite', monospace;
    font-size: 1.05rem;
    color: var(--ink-dark);
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.video_section {
    padding: 80px 0;
    background: #171411;
    position: relative;
    box-shadow: inset 0 20px 40px rgba(0, 0, 0, 0.5), inset 0 -20px 40px rgba(0, 0, 0, 0.5);
}

.video_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");
    pointer-events: none;
}

.video_frame_vintage {
    background: #111;
    padding: 60px 40px;
    border-radius: 4px;
    position: relative;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.95),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    border: 1px solid #1c1815;
}

.video_frame_vintage::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 40px;
    right: 40px;
    height: 18px;
    background-image: repeating-linear-gradient(90deg,
            #171411 0px, #171411 14px,
            transparent 14px, transparent 28px);
    background-size: 28px 100%;
}

.video_frame_vintage::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 40px;
    right: 40px;
    height: 18px;
    background-image: repeating-linear-gradient(90deg,
            #171411 0px, #171411 14px,
            transparent 14px, transparent 28px);
    background-size: 28px 100%;
}

.video_screen {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    border: 8px solid #080808;
    background: #000;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
}

.video_deco_line {
    display: none;
}

.chapters_section {
    padding: 100px 0;
    background: transparent;
}

.section_vintage_title {
    font-family: 'Pobeda', sans-serif;
    font-size: 4rem;
    color: var(--ink-dark);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.section_vintage_title::after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    background: var(--soviet-red);
    margin: 20px auto 0 auto;
}

.chapter_card {
    background: #fdfaf2;
    border: 1px solid rgba(44, 37, 30, 0.15);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    cursor: pointer;
}

.chapter_card:hover {
    box-shadow: 0 20px 40px rgba(44, 37, 30, 0.15);
    border-color: var(--soviet-red);
}

.chapter_image_box {
    position: relative;
    height: 230px;
    width: 102%;
    margin-left: -1%;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chapter_animated_photo,
.chapter_video_preview {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    filter: grayscale(1) sepia(0.2) contrast(1.1) brightness(0.95);
    transition: filter 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}

.chapter_card:hover .chapter_animated_photo,
.chapter_card:hover .chapter_video_preview {
    filter: grayscale(0.2) sepia(0) contrast(1.05) brightness(1);
}

.animated_photo_overlay {
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, transparent 60%, rgba(26, 21, 16, 0.9) 100%);
    pointer-events: none;
    z-index: 2;
}

.chapter_animated_photo_scan {
    display: none;
}

.chapter_num_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    background: var(--soviet-red);
    color: #fff;
    font-family: 'Special Elite', monospace;
    font-size: 0.95rem;
    padding: 4px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.chapter_body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-image: linear-gradient(to bottom, transparent, rgba(234, 222, 202, 0.15));
}

.chapter_title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
    color: var(--ink-dark);
    margin-bottom: 12px;
    transition: color 0.3s;
}

.chapter_card:hover .chapter_title {
    color: var(--soviet-red);
}

.chapter_desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--ink-muted);
    margin-bottom: 20px;
    flex-grow: 1;
}

.chapter_footer {
    margin-top: auto;
    font-family: 'Special Elite', monospace;
    font-size: 0.85rem;
    color: var(--soviet-red);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.chapter_footer i {
    margin-left: 8px;
    transition: transform 0.3s;
}

.chapter_card:hover .chapter_footer i {
    transform: translateX(6px);
}

.chapter_card.locked {
    cursor: not-allowed;
    opacity: 0.65;
    background: #eae5d8;
}

.chapter_card.locked:hover {
    transform: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    border-color: rgba(44, 37, 30, 0.15);
}

.chapter_card.locked .chapter_animated_photo {
    filter: grayscale(1) sepia(0.3) brightness(0.6);
}

.chapter_card.locked .chapter_title,
.chapter_card.locked .chapter_desc {
    color: #7a7065;
}

.chapter_card.locked .chapter_image_box::after {
    content: "\f023";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgba(26, 21, 16, 0.6);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.chapter_locked_stamp {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-12deg);
    border: 3px double rgba(190, 30, 45, 0.85);
    color: rgba(190, 30, 45, 0.85);
    font-family: 'Special Elite', monospace;
    font-weight: bold;
    font-size: 1.7rem;
    padding: 8px 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 4px;
    z-index: 4;
    background: transparent;
    pointer-events: none;
    box-shadow: none;
    mix-blend-mode: multiply;
}

.crawl_section {
    position: relative;
    height: 750px;
    background: transparent;
    overflow: hidden;
    color: #fff;
    padding: 80px 0;
}

.crawl_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(26, 21, 16, 0.95) 0%,
            rgba(26, 21, 16, 0.55) 25%,
            rgba(26, 21, 16, 0.55) 75%,
            rgba(26, 21, 16, 0.95) 100%);
    z-index: 1;
}

.crawl_section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 20%, rgba(18, 16, 14, 0.85) 100%);
    pointer-events: none;
    z-index: 2;
}

.memories_header_container {
    position: relative;
    z-index: 10;
    text-align: center;
    pointer-events: none;
}

.memories_floating_container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.floating_memory_item {
    position: absolute;
    bottom: 0;
    background: transparent;
    border: none;
    padding: 15px;
    opacity: 0;
    animation: floatUp 32s linear infinite;
    pointer-events: all;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.floating_memory_item:hover {
    transform: scale(1.05) translateY(-5px);
    z-index: 20;
}

.floating_memory_item:hover .memory_body {
    color: #fff;
    text-shadow: 0 0 15px rgba(240, 228, 202, 0.4), 0 4px 15px rgba(0, 0, 0, 0.95);
}

.floating_memory_item:hover .memory_meta {
    color: #fff;
    text-shadow: 0 0 10px rgba(179, 143, 77, 0.6);
}

.memory_meta {
    font-family: 'Special Elite', monospace;
    font-size: 0.95rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}

.memory_body {
    color: #e8dfcf;
    font-size: 1.2rem;
    line-height: 1.7;
    font-family: 'PT Serif', Georgia, serif;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 4px 20px rgba(0, 0, 0, 0.7);
}

@keyframes floatUp {
    0% {
        transform: translateY(250px);
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    45% {
        opacity: 1;
    }

    65% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        transform: translateY(-750px);
        opacity: 0;
    }
}

.memory_pos_1 {
    left: 6%;
    width: 38%;
    animation-delay: 0s;
}

.memory_pos_2 {
    right: 6%;
    width: 38%;
    animation-delay: 8s;
}

.memory_pos_3 {
    left: 18%;
    width: 38%;
    animation-delay: 16s;
}

.memory_pos_4 {
    right: 18%;
    width: 38%;
    animation-delay: 24s;
}

.js-scroll {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.js-scroll.scrolled {
    opacity: 1;
}

.slide-up {
    transform: translateY(30px);
}

.slide-up.scrolled {
    transform: translateY(0);
}

.slide-left {
    transform: translateX(-30px);
}

.slide-left.scrolled {
    transform: translateX(0);
}

.slide-right {
    transform: translateX(30px);
}

.slide-right.scrolled {
    transform: translateX(0);
}

footer {
    background: #12100e;
    padding: 0;
    border-top: 1px solid rgba(179, 143, 77, 0.1);
}

.footer {
    font-family: 'Special Elite', monospace;
    font-size: 0.95rem;
    letter-spacing: 2px;
}

.quote_document_card {
    display: flex;
    align-items: center;
    background: #fcf9f2;
    border: 1px dashed rgba(44, 37, 30, 0.25);
    border-left: 5px solid var(--soviet-red);
    padding: 30px;
    margin: 30px 0 40px 0;
    border-radius: 4px;
    gap: 30px;
    position: relative;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.04),
        inset 0 0 20px rgba(44, 37, 30, 0.03);
}

.quote_doc_photo {
    flex-shrink: 0;
    width: 200px;
}

.quote_doc_photo .vintage_photo_wrapper {
    margin: 0;
    max-width: 100%;
    transform: rotate(-1deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.quote_doc_text_wrapper {
    flex-grow: 1;
    position: relative;
    padding-top: 10px;
}

.quote_icon {
    font-family: 'Playfair Display', serif;
    font-size: 5.5rem;
    color: rgba(142, 42, 43, 0.12);
    position: absolute;
    top: -35px;
    left: -15px;
    line-height: 1;
    user-select: none;
}

.moshlyak_blockquote {
    font-family: 'PT Serif', Georgia, serif;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.75;
    color: #2c251e;
    margin-bottom: 15px;
    border: none;
    padding: 0;
    background: transparent;
}

.quote_author_sign {
    font-family: 'Special Elite', monospace;
    font-size: 1rem;
    color: var(--soviet-red);
    font-weight: bold;
    text-align: right;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .quote_document_card {
        flex-direction: column;
        text-align: center;
        padding: 20px;
        gap: 20px;
    }

    .quote_doc_photo {
        width: 180px;
    }

    .quote_author_sign {
        text-align: center;
    }

    .quote_icon {
        left: 50%;
        transform: translateX(-50%);
        top: -45px;
    }
}

.footer {
    background-color: #171411 !important;
    padding: 12px 0 !important;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    line-height: normal !important;
}

.footer .col-6 {
    display: flex;
    align-items: center;
}

.footer .text-right {
    justify-content: flex-end;
    padding-right: 15px;
    font-family: 'Special Elite', monospace;
}

.footer .text-left {
    justify-content: flex-start;
    padding-left: 15px;
}

.video_placeholder {
    background-color: #171411;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.video_placeholder:hover {
    background-color: #1c1815;
}

.video_placeholder_corner_icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.18);
    z-index: 3;
    pointer-events: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.video_placeholder:hover .video_placeholder_corner_icon {
    color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

.video_placeholder_content {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video_placeholder_badge {
    font-family: 'Special Elite', monospace;
    font-size: 0.85rem;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, 0.4);
}

.video_placeholder_title {
    font-family: 'Pobeda', sans-serif;
    font-size: 2.8rem;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.video_placeholder_text {
    font-family: 'PT Serif', Georgia, serif;
    font-style: italic;
    font-size: 1.05rem;
    color: #e8dfcf;
    margin: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}

@media (max-width: 768px) {
    .video_placeholder_corner_icon {
        top: 15px;
        right: 18px;
        font-size: 1.3rem;
    }
    .video_placeholder_title {
        font-size: 2.0rem;
    }
    .video_placeholder_text {
        font-size: 0.95rem;
    }
}

.chapter_article_content {
    font-size: 1.1rem;
    line-height: 1.8;
}
.chapter_article_content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--soviet-red);
    margin: 40px 0 20px 0;
    border-bottom: 1px dashed rgba(142, 26, 27, 0.3);
    padding-bottom: 10px;
}
.chapter_article_content p {
    margin-bottom: 22px;
    text-align: justify;
    color: var(--ink-muted);
}
.archive_document_block {
    background-color: #f7f0db;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(242, 227, 193, 0.35) 100%),
        url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.035'/%3E%3C/svg%3E");
    background-size: auto, 150px 150px;
    background-repeat: no-repeat, repeat;
    border-left: 5px solid #8e1a1b;
    border-right: 1px dashed rgba(43, 37, 30, 0.25);
    border-top: 1px dashed rgba(43, 37, 30, 0.25);
    border-bottom: 1px dashed rgba(43, 37, 30, 0.25);
    padding: 30px;
    margin: 35px 0;
    border-radius: 4px;
    position: relative;
    box-shadow: 
        0 8px 24px rgba(44, 37, 30, 0.05), 
        inset 0 0 35px rgba(183, 147, 95, 0.12);
}
.archive_doc_header {
    font-family: 'PT Mono', 'Anonymous Pro', 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    color: #2b251e;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(43, 37, 30, 0.35);
    padding-bottom: 8px;
}
.archive_doc_body {
    font-family: 'PT Mono', 'Anonymous Pro', 'Courier New', Courier, monospace;
    font-size: 1.0rem;
    line-height: 1.65;
    color: #2b251e;
    margin: 0;
    letter-spacing: 0.2px;
}
.archive_telegram_block {
    background: #fcfbfa;
    border: 2px solid #8e1a1b;
    padding: 25px;
    margin: 35px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: rotate(0.5deg);
}
.archive_telegram_block::before {
    content: '';
    position: absolute;
    inset: 4px;
    border: 1px dashed #8e1a1b;
    pointer-events: none;
}
.archive_telegram_header {
    font-family: 'PT Mono', 'Anonymous Pro', 'Courier New', Courier, monospace;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #8e1a1b;
    border-bottom: 2px solid #8e1a1b;
    margin-bottom: 15px;
    padding-bottom: 5px;
    letter-spacing: 4px;
}
.archive_telegram_body {
    font-family: 'PT Mono', 'Anonymous Pro', 'Courier New', Courier, monospace;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #222;
    text-transform: uppercase;
}
.archive_bullet_list {
    list-style: none;
    padding-left: 10px;
    margin: 30px 0;
}
.archive_bullet_list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--ink-muted);
}
.archive_bullet_list li::before {
    content: '★';
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--soviet-red);
    font-size: 1.1rem;
}
.vintage_photo_wrapper.inline_right {
    float: right;
    margin: 10px 0 25px 25px;
    max-width: 320px;
}
.vintage_photo_wrapper.inline_left {
    float: left;
    margin: 10px 25px 25px 0;
    max-width: 320px;
}
.live_photo_preview {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: grayscale(1) sepia(0.2) contrast(1.1) brightness(0.95);
    transition: filter 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.vintage_photo_wrapper:hover .live_photo_preview {
    filter: grayscale(0.2) sepia(0) contrast(1.05) brightness(1);
}

.btn_vintage_back {
    display: inline-block;
    font-family: 'Pobeda', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: rgba(151, 25, 27, 0.2);
    border: 3px double #97191b;
    padding: 6px 26px;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.btn_vintage_back:hover {
    background: #97191b;
    border-color: var(--gold);
    box-shadow: 0 6px 20px rgba(151, 25, 27, 0.7);
    transform: translateY(-2px) rotate(-1deg);
}
.btn_vintage_back i {
    margin-right: 8px;
    font-size: 1.1rem;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.btn_vintage_back:hover i {
    transform: translateX(-4px);
}

.vintage_image_viewer_overlay {
    position: fixed;
    inset: 0;
    background: rgba(18, 16, 14, 0.97);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.vintage_image_viewer_overlay.active {
    display: flex;
    opacity: 1;
}
.vintage_image_viewer_img {
    max-width: 90%;
    max-height: 85vh;
    border: 10px solid #fcfaf2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
    transform: scale(0.9);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1);
    filter: sepia(0.15) contrast(1.05);
}
.vintage_image_viewer_overlay.active .vintage_image_viewer_img {
    transform: scale(1);
}
.vintage_image_viewer_close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-family: 'Pobeda', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: #fff !important;
    background: rgba(151, 25, 27, 0.3);
    border: 3px double #97191b;
    padding: 6px 20px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vintage_image_viewer_close:hover {
    background: #97191b;
    border-color: var(--gold);
    transform: scale(1.05) rotate(-2deg);
}
.vintage_photo_wrapper img {
    cursor: zoom-in;
}

.archive_quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #3a322b;
    position: relative;
    background: rgba(245, 239, 226, 0.5);
    border-left: 4px solid var(--soviet-red);
    border-right: 1px dashed rgba(44, 37, 30, 0.18);
    border-top: 1px dashed rgba(44, 37, 30, 0.18);
    border-bottom: 1px dashed rgba(44, 37, 30, 0.18);
    padding: 30px 35px 30px 45px;
    margin: 45px 0;
    border-radius: 2px;
    clear: both;
    box-shadow: 
        0 4px 15px rgba(44, 37, 30, 0.03),
        inset 0 0 30px rgba(44, 37, 30, 0.04);
}

.archive_quote::before {
    content: "«";
    position: absolute;
    top: -5px;
    left: 12px;
    font-size: 5rem;
    font-family: 'Playfair Display', serif;
    color: rgba(151, 25, 27, 0.09);
    font-weight: 900;
    line-height: 1;
    user-select: none;
}

.date-highlight {
    font-weight: 600;
    color: #1e1813;
    letter-spacing: 0.1px;
}

.name-highlight {
    font-weight: 600;
    color: #8e1a1b;
    letter-spacing: 0.1px;
}

.entity-highlight {
    font-weight: 600;
    color: #1e1813;
    letter-spacing: 0.1px;
}