@font-face {
    font-family: 'HakgyoansimBareondotum';
    src: url('HakgyoansimBareondotumR.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HakgyoansimBareondotum';
    src: url('HakgyoansimBareondotumR.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HakgyoansimBareondotum';
    src: url('HakgyoansimBareondotumB.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HakgyoansimBareondotum';
    src: url('HakgyoansimBareondotumB.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

:root {
    --bg-color: #0b0b0c;
    --card-bg: #121214;
    --border-color: rgba(255, 255, 255, 0.08);
    --border-hover: rgba(225, 29, 72, 0.3);
    --text-primary: #f3f4f6;
    --text-secondary: #a1a1aa;
    --accent-color: #ff0095;
    --accent-glow: rgba(255, 0, 115, 0.15);
    --font-sans: 'Outfit', 'HakgyoansimBareondotum', -apple-system, BlinkMacSystemFont, sans-serif;
    --gutter: 24px;
}

html {
    scroll-behavior: smooth;
    cursor: url('cursor1.png'), auto;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-family: var(--font-sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    word-break: keep-all;
    overflow-wrap: break-word;
    cursor: url('cursor1.png'), auto;
}

html,
body {
    overflow-x: hidden;
}

a,
button,
.floating-keyword,
.fashion-hotspot,
.side-nav a,
.floating-img,
.fashion-popup-close {
    cursor: url('cursor1.png'), pointer;
}


/* Global Typography - prevent Korean word splitting */
p,
span,
h2,
h3,
td,
th,
.text-container p,
.text-grid-item {
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
}

.main-content {
    padding: 60px 20px;
    max-width: 1450px;
    margin: 0 auto;
}

hr {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 30px 0;
}

/* Custom column-set & column-unit Grid System */
column-set {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--gutter);
    width: 100%;
    margin-bottom: 30px;
    align-items: start;
}

column-unit {
    display: block;
}

column-unit[span="1"] {
    grid-column: span 1;
}

column-unit[span="2"] {
    grid-column: span 2;
}

column-unit[span="3"] {
    grid-column: span 3;
}

column-unit[span="4"] {
    grid-column: span 4;
}

column-unit[span="5"] {
    grid-column: span 5;
}

column-unit[span="6"] {
    grid-column: span 6;
}

column-unit[span="7"] {
    grid-column: span 7;
}

column-unit[span="8"] {
    grid-column: span 8;
}

column-unit[span="9"] {
    grid-column: span 9;
}

column-unit[span="10"] {
    grid-column: span 10;
}

column-unit[span="11"] {
    grid-column: span 11;
}

column-unit[span="12"] {
    grid-column: span 12;
}

span[style*="color: rgba(0, 0, 0, 0.4)"],
span[style*="color:rgba(0,0,0,0.4)"] {
    color: var(--text-secondary) !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Single-Column Paragraph Layout */
.text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
}

.text-container p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.85;
}

@media (min-width: 769px) {
    .hc-scene-text {
        margin-top: -150px !important;
    }
}

/* Two-Column Layout for History Content */
.history-text-container {
    display: block;
    column-count: 2;
    column-gap: 24px;
}

.history-text-container p {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .history-text-container {
        column-count: 1;
    }
}

/* 3-Column Paragraph Grid for Section 2 */
.text-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.text-grid-item {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.75;
}

/* Typography styles */
h2 {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: #ffffff;
    text-shadow: none;
}

/* Jagged Hotpink Title */
.punk-title {
    color: var(--accent-color) !important;
    font-style: italic;
    transform: skewX(-12deg);
    display: inline-block;
    filter: url(#jagged-edge);
}

/* Scattered Images Container & Flat Scattered Images */
.scattered-images-container {
    position: relative;
    width: 100%;
    min-height: 800px;
}

#section-2 .scattered-images-container {
    min-height: 950px;
}

.scattered-img {
    position: absolute;
    height: auto;
}

/* Section 1 Coordinates */
.v1 {
    top: 5%;
    left: 15%;
    width: 330px;
}

.v2 {
    top: 58%;
    left: 8%;
    width: 270px;
}

.v3 {
    top: 2%;
    left: 66%;
    width: 345px;
}

.v4 {
    top: 55%;
    left: 80%;
    width: 300px;
}

.v5 {
    top: 38%;
    left: 42%;
    width: 350px;
}

/* Section 2 Coordinates */
.v6 {
    top: 3%;
    left: 0px;
    width: 300px;
}

.v7 {
    top: 68%;
    left: 50%;
    width: 500px;
}

.v8 {
    top: 0%;
    left: 60%;
    width: 300px;
}

.v9 {
    top: 65%;
    left: 130%;
    width: 400px;
}

.v10 {
    top: 30%;
    left: 45%;
    width: 300px;
}

.v11 {
    top: 38%;
    left: -50px;
    width: 350px;
}

@media (max-width: 768px) {
    .scattered-images-container {
        min-height: auto !important;
        height: auto !important;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px 0;
    }

    .scattered-img {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        margin-bottom: 8px;
    }
}


/* Collage Grid 4 Styling */
.collage-grid-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 180px;
    gap: 16px;
    padding-top: 24px;
}

.collage-grid-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid var(--border-color);
}

.collage-grid-4 .img-d1 {
    grid-column: span 2;
    grid-row: span 2;
}

.collage-grid-4 .img-d2 {
    grid-column: span 1;
    grid-row: span 1;
}

.collage-grid-4 .img-d3 {
    grid-column: span 1;
    grid-row: span 2;
}

.collage-grid-4 .img-d4 {
    grid-column: span 2;
    grid-row: span 1;
}

/* Hero Section Styling */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #D2D2D2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 80px 20px 0 20px;
    box-sizing: border-box;
}

.hero-content {
    position: relative;
    z-index: 10;
    display: grid;
    place-items: center;
    width: 100%;
    pointer-events: none;
}

.hero-title-img {
    grid-area: 1 / 1;
    z-index: 2;
    max-width: 480px;
    width: 90%;
    height: auto;
    pointer-events: none;
    transform: translateY(-50px);
}

.hero-main-img {
    grid-area: 1 / 1;
    z-index: 1;
    max-width: 800px;
    width: 100%;
    height: auto;
    pointer-events: auto;

    transform: translateY(-60px);
}

/* Floating Background Images Container */
.floating-img {
    position: absolute;
    z-index: 1;
    pointer-events: auto;
    transform: rotate(var(--rot, 0deg));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), z-index 0.4s ease;
    cursor: pointer;
}

.floating-img:hover {
    z-index: 5;
}

.floating-img img {
    width: 100%;
    height: auto;
    opacity: var(--op, 0.65);
    transition: opacity 0.4s ease;
}

.floating-img:hover img {
    opacity: 1;
}

/* Specific Positions, Sizes, Animations */
.float-1 {
    top: 5%;
    left: 12%;
    width: 220px;
    --rot: -8deg;
    --op: 0.55;
}

.float-1 img {
    animation: float-slow 9s ease-in-out infinite;
}

.float-2 {
    bottom: 6%;
    left: 3%;
    width: 340px;
    --rot: 12deg;
    --op: 0.75;
}

.float-2 img {
    animation: float-medium 11s ease-in-out infinite;
}

.float-3 {
    top: 12%;
    right: 8%;
    width: 400px;
    --rot: -15deg;
    --op: 0.8;
}

.float-3 img {
    animation: float-medium 10s ease-in-out infinite 1s;
}

.float-4 {
    bottom: 20%;
    right: 4%;
    width: 170px;
    --rot: 10deg;
    --op: 0.5;
}

.float-4 img {
    animation: float-slow 8s ease-in-out infinite 0.5s;
}

.float-5 {
    top: 42%;
    left: 18%;
    width: 280px;
    --rot: 20deg;
    --op: 0.65;
}

.float-5 img {
    animation: float-fast 7s ease-in-out infinite;
}

.float-6 {
    bottom: 35%;
    right: 16%;
    width: 250px;
    --rot: -12deg;
    --op: 0.6;
}

.float-6 img {
    animation: float-fast 9s ease-in-out infinite 1.5s;
}

/* Floating Animations */
@keyframes float-slow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes float-medium {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

@keyframes float-fast {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Horizontal Collage Styling */
.horizontal-collage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 0;
    width: 100%;
}

.horizontal-collage .h-img {
    position: relative;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), z-index 0.4s ease;
}

.horizontal-collage .h-img:hover {
    z-index: 10;
}

.h-img-1 {
    width: 350px;
    z-index: 1;
    transform: rotate(-8deg) translateY(-15px);
}

.h-img-2 {
    width: 430px;
    margin-left: -50px;
    z-index: 2;
    transform: rotate(6deg) translateY(15px);
}

.h-img-3 {
    width: 390px;
    margin-left: -45px;
    z-index: 3;
    transform: rotate(-5deg) translateY(-25px);
}

.h-img-4 {
    width: 450px;
    margin-left: -60px;
    z-index: 2;
    transform: rotate(9deg) translateY(20px);
}

.h-img-5 {
    width: 380px;
    margin-left: -40px;
    z-index: 1;
    transform: rotate(-6deg) translateY(-5px);
}

/* Interactive Image Reveal Section */
.reveal-section {
    width: 100%;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reveal-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 60px;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
    text-shadow: none;
}

.reveal-container {
    position: relative;
    width: 450px;
    height: 550px;
    margin: 40px auto 80px auto;
}

.main-reveal-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    margin-top: -275px;
    margin-left: -225px;
    z-index: 10;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-reveal-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.reveal-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    margin-top: -140px;
    margin-left: -115px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.reveal-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Hover Action - Cascade Reveal */
.reveal-container:hover .main-reveal-img {
    transform: none;
}

.reveal-container:hover .reveal-img {
    opacity: 1;
    pointer-events: auto;
}

.reveal-container:hover .card-c2 {
    transform: translate(-300px, -180px) rotate(-12deg);
    transition-delay: 0s;
}

.reveal-container:hover .card-c3 {
    transform: translate(300px, -150px) rotate(8deg);
    transition-delay: 0.1s;
}

.reveal-container:hover .card-c4 {
    transform: translate(-280px, 180px) rotate(-6deg);
    transition-delay: 0.2s;
}

.reveal-container:hover .card-c5 {
    transform: translate(280px, 150px) rotate(15deg);
    transition-delay: 0.3s;
}

/* Full Screen Fixed Background Section */
.fixed-bg-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('f1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 120px 0;
    overflow: hidden;
    animation: bg-flicker 4s ease-in-out infinite;
}

@keyframes bg-flicker {
    0% {
        filter: brightness(1);
    }

    10% {
        filter: brightness(1.35);
    }

    12% {
        filter: brightness(0.85);
    }

    20% {
        filter: brightness(1.2);
    }

    22% {
        filter: brightness(1);
    }

    60% {
        filter: brightness(1);
    }

    62% {
        filter: brightness(1.4);
    }

    64% {
        filter: brightness(0.8);
    }

    66% {
        filter: brightness(1.25);
    }

    68% {
        filter: brightness(1);
    }

    100% {
        filter: brightness(1);
    }
}


.fixed-bg-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.critique-intro {
    margin-bottom: 50px;
}

.critique-intro .lead-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 24px;
    font-weight: 500;
}

.critique-intro .sub-lead-text {
    font-size: 1.15rem;
    color: var(--text-secondary);
    font-weight: 400;
}

.resistance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.resistance-card {
    padding: 0;
}

.resistance-card .card-num {
    font-size: 0.9rem;
    color: var(--accent-color);
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.resistance-card h3 {
    font-size: 1.35rem;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.resistance-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.85;
}

.critique-conclusion-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.critique-conclusion-centered p {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.45rem;
    line-height: 1.6;
    text-shadow: none;
    text-align: center;
}

/* Crying Popup Effect on Gender Resistance Hover */
.gender-resistance-trigger {
    position: relative;
}

.crying-popup {
    position: absolute;
    width: 140px;
    height: auto;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    transform: scale(0.3) rotate(0deg);
    transition: none;
}

.crying-1 {
    top: -60px;
    left: -120px;
}

.crying-2 {
    top: 40px;
    right: -100px;
}

.crying-3 {
    bottom: -40px;
    left: -80px;
}

.gender-resistance-trigger:hover .crying-popup {
    animation: crying-pop 0.6s ease-out forwards;
}

.gender-resistance-trigger:hover .crying-1 {
    animation-delay: 0s;
}

.gender-resistance-trigger:hover .crying-2 {
    animation-delay: 0.15s;
}

.gender-resistance-trigger:hover .crying-3 {
    animation-delay: 0.3s;
}

@keyframes crying-pop {
    0% {
        opacity: 0;
        transform: scale(0.3) rotate(-8deg);
    }

    30% {
        opacity: 1;
        transform: scale(1.15) rotate(4deg);
    }

    50% {
        opacity: 1;
        transform: scale(0.95) rotate(-2deg);
    }

    65% {
        opacity: 1;
        transform: scale(1.05) rotate(1deg);
    }

    80% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: scale(0.8) rotate(-5deg);
    }
}

/* Sticky Side Navigation */
.side-nav {
    position: fixed;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.side-nav a {
    color: var(--accent-color);
    -webkit-text-stroke: 1.5px #000000;
    text-shadow: 2.5px 2.5px 0px #000000;
    font-size: 3rem;
    font-weight: 800;
    font-style: italic;
    display: inline-block;
    transform: skewX(-12deg);
    text-decoration: none;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease, text-shadow 0.2s ease;
    filter: url(#jagged-edge);
    line-height: 1;
    text-align: center;
}

.side-nav a:hover {
    color: #ffffff;
    transform: skewX(-12deg);
    text-shadow: 1.5px 1.5px 0px #000000;
}

/* Floating Side Lyrics */
.side-lyrics {
    position: absolute;
    right: 40px;
    top: 30%;
    transform: translateY(-30%);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    pointer-events: none;
}

.lyric-line {
    color: var(--accent-color);
    -webkit-text-stroke: 1.5px #000000;
    text-shadow: 2.5px 2.5px 0px #000000;
    font-size: 2.6rem;
    font-weight: 800;
    font-style: italic;
    white-space: nowrap;
    filter: url(#jagged-edge);
    user-select: none;
    display: inline-block;
}

.line-1 {
    animation: float-1 9s ease-in-out infinite;
}

.line-2 {
    animation: float-2 11s ease-in-out infinite 0.4s;
}

.line-3 {
    animation: float-3 10s ease-in-out infinite 0.8s;
}

.line-4 {
    animation: float-4 12s ease-in-out infinite 1.2s;
}

.line-5 {
    animation: float-1 9.5s ease-in-out infinite 1.6s;
}

.line-6 {
    animation: float-2 11.5s ease-in-out infinite 2s;
}

.line-7 {
    animation: float-3 10.5s ease-in-out infinite 2.4s;
}

.line-8 {
    animation: float-4 12.5s ease-in-out infinite 2.8s;
}

.line-9 {
    animation: float-1 8.5s ease-in-out infinite 3.2s;
}

.line-10 {
    animation: float-2 10.5s ease-in-out infinite 3.6s;
}

/* Floating Animations for Lyrics */
@keyframes float-1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(1deg) skewX(-12deg);
    }

    50% {
        transform: translate(-15px, -20px) rotate(-1deg) skewX(-12deg);
    }
}

@keyframes float-2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(-1.5deg) skewX(-12deg);
    }

    50% {
        transform: translate(15px, -25px) rotate(1.5deg) skewX(-12deg);
    }
}

@keyframes float-3 {

    0%,
    100% {
        transform: translate(0, 0) rotate(2deg) skewX(-12deg);
    }

    50% {
        transform: translate(-12px, -15px) rotate(-2deg) skewX(-12deg);
    }
}

@keyframes float-4 {

    0%,
    100% {
        transform: translate(0, 0) rotate(-2deg) skewX(-12deg);
    }

    50% {
        transform: translate(12px, -22px) rotate(2deg) skewX(-12deg);
    }
}

#section-7 {
    position: relative;
}

/* History Section - Text Container Width Constraint */
#section-7 .text-container {
    max-width: 420px;
    width: 100%;
}

/* History Section - Timeline Container */
.history-timeline-container {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: calc(20px + (100% - 40px - 11 * var(--gutter)) / 24);
    width: 4px;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.history-timeline-track {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    width: 2px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
}

.history-timeline-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0%;
    background: linear-gradient(to bottom, var(--accent-color), #ff008c);
    border-radius: 2px;
    transition: height 0.1s cubic-bezier(0.1, 0.8, 0.3, 1);
}

.history-timeline-indicator {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background-image: url('eface.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.history-title-spacer {
    display: inline-block;
}

/* History Section - Table Styling */
.history-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.history-table tr {
    border-bottom: 1px solid var(--border-color);
}

.history-table th {
    text-align: left;
    padding: 16px 8px;
    font-size: 0.95rem;
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: top;
    width: 85px;
}

.history-table td {
    padding: 16px 8px;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.7;
    vertical-align: top;
}

/* History Section - Vertical Images Column */
.history-images {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 10px;
}

.h-img-v {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid var(--border-color);
    filter: grayscale(40%) contrast(1.1);
    transition: filter 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.h-img-v-1 {
    transform: none;
}

.h-img-v-2 {
    transform: none;
}

.h-img-v-3 {
    transform: none;
}

.h-img-v:hover {
    filter: grayscale(0%) contrast(1) !important;
    border-color: var(--accent-color) !important;
}

/* ==========================================
   Section 8: Emo Music Section
   ========================================== */

/* Keywords Wrapper (floating text container) */
.keywords-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
    overflow: hidden;
}

/* Base style for floating keywords */
.floating-keyword {
    position: absolute;
    color: var(--accent-color) !important;
    font-family: var(--font-sans);
    font-weight: 800;
    font-style: italic;
    white-space: nowrap;
    filter: url(#jagged-edge);
    cursor: pointer;
    user-select: none;
    -webkit-text-stroke: 1.5px #000000;
    text-shadow: 2.5px 2.5px 0px #000000;
    opacity: 0.55;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.3s ease, text-shadow 0.3s ease, opacity 0.3s ease;
    display: inline-block;
}

.floating-keyword:hover {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow: 1.5px 1.5px 0px #000000;
    z-index: 10;
}

/* Animations for keywords */
.kw-1 {
    animation: float-kw-1 12s ease-in-out infinite;
}

.kw-2 {
    animation: float-kw-2 9s ease-in-out infinite;
}

.kw-3 {
    animation: float-kw-3 10s ease-in-out infinite;
}

.kw-4 {
    animation: float-kw-4 15s ease-in-out infinite;
}

.kw-5 {
    animation: float-kw-1 11s ease-in-out infinite 1.5s;
}

.kw-6 {
    animation: float-kw-3 8s ease-in-out infinite 0.8s;
}

.kw-7 {
    animation: float-kw-2 13s ease-in-out infinite 2s;
}

@keyframes float-kw-1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(-2deg) skewX(-12deg);
    }

    50% {
        transform: translate(25px, -35px) rotate(2deg) skewX(-12deg);
    }
}

@keyframes float-kw-2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(3deg) skewX(-12deg);
    }

    50% {
        transform: translate(-30px, 25px) rotate(-3deg) skewX(-12deg);
    }
}

@keyframes float-kw-3 {

    0%,
    100% {
        transform: translate(0, 0) rotate(-1deg) skewX(-12deg);
    }

    50% {
        transform: translate(-20px, -25px) rotate(1.5deg) skewX(-12deg);
    }
}

@keyframes float-kw-4 {

    0%,
    100% {
        transform: translate(0, 0) rotate(1.5deg) skewX(-12deg);
    }

    50% {
        transform: translate(35px, 20px) rotate(-1.5deg) skewX(-12deg);
    }
}

/* Recommended Bands Stack Styles */
.band-stack-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.band-stack-viewport {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    height: 440px;
    position: relative;
    perspective: 1000px;
}

.band-stack-card {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    box-sizing: border-box;
    padding: 36px;
    background: var(--card-bg);
    border: 6px solid transparent;
    border-image: repeating-linear-gradient(-45deg,
            var(--accent-color),
            var(--accent-color) 8px,
            #000000 8px,
            #000000 16px) 6;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.15),
        opacity 0.5s ease,
        z-index 0.5s ease;
    will-change: transform, opacity;
    user-select: none;
    touch-action: none;
}

/* Card 3D Stack positions */
.band-stack-card.pos-0 {
    transform: translate3d(0, 0, 0) rotate(0deg);
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
    cursor: grab;
}

.band-stack-card.pos-0:active {
    cursor: grabbing;
}

.band-stack-card.pos-1 {
    transform: translate3d(10px, 10px, -20px) rotate(1deg);
    z-index: 4;
    opacity: 0.85;
    pointer-events: none;
}

.band-stack-card.pos-2 {
    transform: translate3d(20px, 20px, -40px) rotate(-1deg);
    z-index: 3;
    opacity: 0.65;
    pointer-events: none;
}

.band-stack-card.pos-3 {
    transform: translate3d(30px, 30px, -60px) rotate(1.5deg);
    z-index: 2;
    opacity: 0.45;
    pointer-events: none;
}

.band-stack-card.pos-4 {
    transform: translate3d(40px, 40px, -80px) rotate(-1.5deg);
    z-index: 1;
    opacity: 0.25;
    pointer-events: none;
}

/* Slide content styling */
.band-slide-content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    height: 100%;
}

.band-slide-img-container {
    flex: 0 0 38%;
    width: 38%;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
    border: 3px solid #000000;
    position: relative;
    box-sizing: border-box;
}

.band-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(70%) contrast(1.15);
    transition: filter 0.4s ease, transform 0.4s ease;
}

.band-stack-card:hover .band-slide-img {
    filter: grayscale(0%) contrast(1.05);
}

.band-slide-text-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.band-genre {
    font-size: 0.85rem;
    color: var(--accent-color);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
}

.band-slide-text-container h3 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: 0;
    text-shadow: none !important;
}

.band-tagline {
    font-size: 1.05rem;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    opacity: 0.9;
    letter-spacing: -0.01em;
    display: block;
}

.band-desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* ==========================================
   Section 9: Emo Fashion Section & Hotspots
   ========================================== */
.fashion-section {
    position: relative;
    width: 100%;
    background-color: #EAEAEA;
    padding: 100px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #121214;
}

.fashion-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.punk-title-dark {
    font-size: 4rem;
    font-family: var(--font-sans);
    font-weight: 800;
    color: #0b0b0c;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-shadow: none;
}

.fashion-subtitle {
    font-size: 1.15rem;
    color: #4b5563;
    max-width: 650px;
    margin-bottom: 50px;
    line-height: 1.6;
    font-weight: 500;
}

.fashion-image-wrapper {
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
    border: none;
    background-color: #EAEAEA;
    box-shadow: none;
}

.fashion-main-img {
    width: 100%;
    height: auto;
    display: block;
    filter: grayscale(15%) contrast(1.05);
}

/* Pulsing Hotspots */
.fashion-hotspot {
    position: absolute;
    width: 34px;
    height: 34px;
    background-color: var(--accent-color);
    border: 3px solid #000000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    transition: transform 0.2s ease,
        background-color 0.2s,
        color 0.2s;
    z-index: 10;
}

.fashion-hotspot:hover {
    transform: translate(-50%, -50%);
    background-color: #000000;
    color: rgb(255, 255, 255);
}

/* Hotspot details popup */
.fashion-hotspot.active {
    background-color: #000000;
    color: #ffffff;
    z-index: 200;
}

.fashion-popup {
    display: none;
    position: absolute;
    width: 280px;
    background-color: #121214;
    border: 3px solid var(--accent-color);
    padding: 14px;
    color: #ffffff;
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
    text-align: left;
}

.fashion-hotspot.active .fashion-popup {
    display: block;
}

.fashion-popup-close {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s;
    z-index: 10;
}

.fashion-popup-close:hover {
    color: var(--accent-color);
}

.fashion-popup-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fashion-popup-img-box {
    width: 100%;
    height: 120px;
    border: 2px solid #000000;
    background-color: #000000;
    overflow: hidden;
    box-sizing: border-box;
}

.fashion-popup-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fashion-popup-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fashion-popup-info h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--accent-color);
    margin: 0;
    letter-spacing: -0.01em;
}

.fashion-popup-info p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #e5e7eb;
    margin: 0;
    font-weight: 400;
}

/* Individual hotspot popup positioning rules */
.hs-eyeliner .fashion-popup {
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.hs-outer .fashion-popup {
    right: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.hs-hair .fashion-popup {
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.hs-acc .fashion-popup {
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.hs-color .fashion-popup {
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
}

.hs-top .fashion-popup {
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
}


/* ==========================================
   Section 10: Emo Culture Section
   ========================================== */
.culture-section {
    position: relative;
    width: 100%;
    background-color: #161616;
    padding: 100px 20px;
    box-sizing: border-box;
    color: var(--text-primary);
}

.culture-sub-num {
    color: var(--accent-color);
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.15em;
    display: block;
}

.culture-sub-title {
    font-size: 2.2rem;
    color: #ffffff;
    margin: 8px 0 16px 0;
    font-weight: 800;
    font-style: italic;
    transform: skewX(-12deg);
    display: inline-block;
    filter: url(#jagged-edge);
}

.culture-sub-subtitle {
    font-size: 1.15rem;
    color: var(--text-secondary);
    margin-top: 4px;
    margin-bottom: 24px;
    display: block;
    font-weight: 600;
    font-style: italic;
}

.culture-divider {
    border: none;
    border-top: 1px dashed rgba(255, 255, 255, 0.15);
    margin: 80px 0;
}

.culture-img-card {
    overflow: hidden;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.culture-img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1025px) {
    .sticky-img-card {
        position: sticky;
        top: 100px;
    }
}

.zine-collage-grid {
    position: relative;
    width: 100%;
    height: 420px;
    margin-top: 20px;
}

.zine-img-wrapper {
    position: absolute;
    width: 170px;
    background-color: #000000;
    border: 3px solid #ffffff;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), z-index 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.zine-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.zine-img-wrapper:hover {
    z-index: 50;
    border-color: var(--accent-color);
}

.zine-img-wrapper.z1 {
    top: 10%;
    left: 5%;
    transform: rotate(-6deg);
    z-index: 10;
}

.zine-img-wrapper.z2 {
    top: 5%;
    right: 15%;
    transform: rotate(4deg);
    z-index: 15;
}

.zine-img-wrapper.z3 {
    bottom: 10%;
    left: 20%;
    transform: rotate(2deg);
    z-index: 12;
}

.zine-img-wrapper.z4 {
    bottom: 15%;
    right: 5%;
    transform: rotate(-3deg);
    z-index: 20;
}

.culture-timeline {
    position: relative;
    margin-top: 30px;
    padding-left: 28px;
    border-left: 2px dashed rgba(255, 255, 255, 0.15);
    max-width: 480px;
}

.timeline-item {
    position: relative;
    margin-bottom: 35px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-badge {
    position: absolute;
    left: -52px;
    top: 2px;
    background-color: var(--accent-color);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 1.5px solid #000000;
    font-style: italic;
}

.timeline-content {
    background-color: transparent;
    border: none;
    padding: 0 0 20px 0;
}

.timeline-content h4 {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.timeline-content p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.65;
    margin: 0;
}

.culture-text-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 16px;
}

.culture-text-col p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.85;
}


.track-wrap {
    overflow: hidden;
}

.track {
    display: flex;
    gap: 16px;
    width: max-content;
    /* 내용물 너비에 맞게 자동 늘어남 */
    animation: scroll-left 8s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

    /* 원본 6장 너비만큼 이동 */
}

.track img {
    height: 600px;
    /* 원하는 높이로 조절 */
    width: auto;
    object-fit: cover;
}

/* ==========================================
   Section 11: Emo Revival Section
   ========================================== */
.revival-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('make.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 20px;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    animation: bg-flicker 4s ease-in-out infinite;
}

.revival-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(11, 11, 12, 0.55) 0%, rgba(11, 11, 12, 0.85) 100%);
    z-index: 1;
}

.revival-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    width: 100%;
}

.revival-content .punk-title {
    font-size: 5rem;
    font-weight: 800;
    color: var(--accent-color) !important;
    margin-bottom: 24px;
}

.revival-lead {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 24px;
    word-break: keep-all;
}

.revival-desc {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 500;
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
    word-break: keep-all;
}

/* ==========================================
   Footer Section
   ========================================== */
.site-footer {
    background-color: #EAEAEA;
    color: #121214;
    padding: 60px 20px;
    width: 100%;
    box-sizing: border-box;
    border-top: 4px solid #000000;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.footer-brand-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-logo {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent-color);
    letter-spacing: -0.02em;
    display: inline-block;
}

.footer-quote {
    font-size: 1rem;
    font-weight: 500;
    color: #4b5563;
    margin-top: 4px;
}

.footer-copy {
    font-size: 0.85rem;
    color: #6b7280;
    margin-top: auto;
}

.footer-nav-col h4,
.footer-contact-col h4 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #000000;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.footer-nav-col {
    text-align: right;
}

.footer-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.footer-nav-col ul li a {
    font-size: 0.9rem;
    color: #4b5563;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.footer-nav-col ul li a:hover {
    color: var(--accent-color);
}

.footer-contact-col p {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 16px;
    font-weight: 500;
}

.footer-socials {
    display: flex;
    gap: 16px;
}

.footer-socials a {
    font-size: 0.85rem;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 2px;
    transition: color 0.2s, border-color 0.2s;
}

.footer-socials a:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}


/* ==========================================
   Media Queries: Breakpoint 1200px
   ========================================== */
@media (max-width: 1200px) {
    .side-lyrics {
        display: none;
    }
}

/* ==========================================
   Media Queries: Breakpoint 1024px
   ========================================== */
@media (max-width: 1024px) {
    .main-content {
        padding: 40px 20px;
    }

    .text-grid {
        grid-template-columns: 1fr;
    }

    .collage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .collage-grid-4 {
        grid-auto-rows: 140px;
    }

    .side-nav {
        display: none;
    }

    .history-timeline-container {
        display: none !important;
    }

    .keywords-wrapper {
        height: 450px;
    }

    .band-stack-viewport {
        height: 420px;
        max-width: 100%;
    }

    .band-stack-card {
        padding: 24px;
    }

    .band-slide-content {
        gap: 28px;
    }

    .band-slide-img-container {
        max-height: 280px;
    }
}

/* ==========================================
   Media Queries: Breakpoint 768px
   ========================================== */
@media (max-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }

    column-set[mobile-stack="true"] {
        grid-template-columns: 1fr;
    }

    column-set[mobile-stack="true"] column-unit {
        grid-column: span 12 / auto !important;
    }

    column-unit:empty {
        display: none !important;
    }

    .collage-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
    }

    .collage-grid .img-1,
    .collage-grid .img-2,
    .collage-grid .img-3 {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .collage-grid-4 {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }

    .collage-grid-4 .img-d1,
    .collage-grid-4 .img-d2,
    .collage-grid-4 .img-d3,
    .collage-grid-4 .img-d4 {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .floating-img {
        display: none;
    }

    .hero-section {
        min-height: 80vh;
        padding: 60px 20px;
    }

    .hero-title-img {
        max-width: 320px;
    }

    .hero-main-img {
        max-width: 380px;
    }

    .horizontal-collage {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        padding: 20px 0;
    }

    .horizontal-collage .h-img {
        width: calc(33.33% - 12px) !important;
        margin-left: 0 !important;
        transform: none !important;
    }

    .reveal-section {
        padding: 40px 0;
    }

    .reveal-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin: 30px 0;
    }

    .main-reveal-img {
        position: static;
        width: 100%;
        max-width: 320px;
        order: 1;
        margin-top: 0;
        margin-left: 0;
    }

    .main-reveal-img img {
        width: 100%;
        height: auto;
    }

    .reveal-img {
        position: static;
        width: 100%;
        max-width: 260px;
        margin: 0;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto;
        order: 2;
        margin-top: 0;
        margin-left: 0;
    }

    .reveal-img img {
        width: 100%;
        height: auto;
    }

    .fixed-bg-section {
        padding: 80px 0;
        background-attachment: scroll;
    }

    .critique-conclusion-centered {
        margin-top: 50px;
    }

    .critique-conclusion-centered p {
        font-size: 1.15rem;
    }

    .history-title-spacer {
        display: none !important;
    }

    .history-table {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .history-images {
        flex-direction: row;
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .h-img-v {
        width: calc(33.333% - 12px);
        min-width: 180px;
        max-width: 250px;
        transform: none !important;
    }

    .keywords-wrapper {
        height: 550px;
    }

    .floating-keyword.kw-1 {
        font-size: 1.2rem !important;
    }

    .floating-keyword.kw-2 {
        font-size: 1.8rem !important;
    }

    .floating-keyword.kw-3 {
        font-size: 1.5rem !important;
    }

    .floating-keyword.kw-4 {
        font-size: 1.1rem !important;
    }

    .floating-keyword.kw-5 {
        font-size: 1.7rem !important;
    }

    .floating-keyword.kw-6 {
        font-size: 1.4rem !important;
    }

    .floating-keyword.kw-7 {
        font-size: 1.3rem !important;
    }

    .band-stack-viewport {
        height: 540px;
    }

    .band-stack-card {
        width: 100%;
        height: calc(100% - 30px);
        padding: 20px;
    }

    .band-slide-content {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .band-slide-img-container {
        width: 100%;
        height: 180px;
        flex: 0 0 180px;
    }

    .band-slide-text-container h3 {
        font-size: 1.5rem;
    }

    .band-stack-card.pos-1 {
        transform: translate3d(0, 8px, -10px) rotate(0.5deg);
    }

    .band-stack-card.pos-2 {
        transform: translate3d(0, 16px, -20px) rotate(-0.5deg);
    }

    .band-stack-card.pos-3 {
        transform: translate3d(0, 24px, -30px) rotate(1deg);
    }

    .band-stack-card.pos-4 {
        transform: translate3d(0, 32px, -40px) rotate(-1deg);
    }

    .fashion-section {
        padding: 60px 16px;
    }

    .punk-title-dark {
        font-size: 2.8rem;
    }

    .fashion-popup {
        width: 160px;
        padding: 10px;
    }

    .fashion-popup-close {
        top: 2px;
        right: 6px;
        font-size: 1.25rem;
    }

    .fashion-popup-content {
        gap: 6px;
    }

    .fashion-popup-img-box {
        height: 70px;
    }

    .fashion-popup-info {
        gap: 4px;
    }

    .fashion-popup-info h3 {
        font-size: 0.9rem;
    }

    .fashion-popup-info p {
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .hs-outer .fashion-popup {
        right: 20px;
    }

    .culture-section {
        padding: 60px 16px;
    }

    .culture-sub-title {
        font-size: 1.8rem;
    }

    .zine-collage-grid {
        height: 280px;
    }

    .zine-img-wrapper {
        width: 110px;
    }

    .zine-img-wrapper.z1 {
        left: 2%;
    }

    .zine-img-wrapper.z2 {
        right: 2%;
    }

    .zine-img-wrapper.z3 {
        left: 15%;
    }

    .zine-img-wrapper.z4 {
        right: 10%;
    }

    .culture-timeline {
        padding-left: 20px;
    }

    .timeline-badge {
        left: -34px;
        font-size: 0.7rem;
    }

    .timeline-content {
        padding: 0 0 14px 0;
    }

    .culture-text-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .revival-content .punk-title {
        font-size: 3rem;
        margin-bottom: 16px;

    }

    .revival-lead {
        font-size: 1.35rem;
        margin-bottom: 16px;

    }

    .revival-desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;

    }

    .footer-brand-col {
        align-items: center;
    }

    .footer-nav-col {
        text-align: center;
    }

    .footer-nav-col ul {
        align-items: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-copy {
        margin-top: 16px;
    }
}

/* Emo Retro Spam Popups */
.spam-popup {
    position: fixed;
    z-index: 100000;
    width: 280px;
    background: #c0c0c0;
    border: 2px solid;
    border-color: #ffffff #808080 #808080 #ffffff;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.65);
    padding: 3px;
    font-family: var(--font-sans);
    user-select: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.spam-popup.active {
    opacity: 1;
    transform: scale(1);
}

.spam-header {
    background: linear-gradient(90deg, #ff0095, #6a00a8);
    color: #ffffff;
    padding: 4px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 11px;
    cursor: move;
}

.spam-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    font-weight: 800;
    font-style: italic;
}

.spam-close-btn {
    background: #c0c0c0;
    border: 1px solid;
    border-color: #ffffff #808080 #808080 #ffffff;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url('cursor1.png'), pointer;
    color: #000000;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.spam-close-btn:active {
    border-color: #808080 #ffffff #ffffff #808080;
    padding-top: 1px;
    padding-left: 1px;
}

.spam-body {
    background: #000000;
    border: 2px solid;
    border-color: #808080 #ffffff #ffffff #808080;
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.spam-body img {
    width: 100%;
    height: auto;
    display: block;
}

/* Culture Spam Window (Retro Spam Style) */
.culture-spam-window {
    background: #c0c0c0;
    border: 2px solid;
    border-color: #ffffff #808080 #808080 #ffffff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    padding: 3px;
    font-family: var(--font-sans);
    user-select: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.culture-spam-header {
    background: linear-gradient(90deg, #ff0095, #6a00a8);
    color: #ffffff;
    padding: 4px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 11px;
}

.culture-spam-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.05em;
}

.culture-spam-close-btn {
    background: #c0c0c0;
    border: 1px solid;
    border-color: #ffffff #808080 #808080 #ffffff;
    font-size: 10px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url('cursor1.png'), pointer;
    color: #000000;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.culture-spam-close-btn:active {
    border-color: #808080 #ffffff #ffffff #808080;
    padding-top: 1px;
    padding-left: 1px;
}

.culture-spam-body {
    background: #000000;
    border: 2px solid;
    border-color: #808080 #ffffff #ffffff #808080;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px;
    max-height: 550px;
    overflow-y: auto;
}

.culture-spam-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.culture-spam-img:last-child {
    margin-bottom: 0;
}

/* Custom Scrollbar for retro window body */
.culture-spam-body::-webkit-scrollbar {
    width: 16px;
}

.culture-spam-body::-webkit-scrollbar-track {
    background: #dfdfdf;
    box-shadow: inset 1px 1px 0 #000, inset -1px -1px 0 #fff;
}

.culture-spam-body::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border: 2px solid;
    border-color: #ffffff #808080 #808080 #ffffff;
}