/* =========================================
   ME ME & ME - THE ULTIMATE NARCISSIST THESIS
   GLOBAL STYLESHEET (UNIFIED FONT: KANIT)
   ========================================= */

html {
    scroll-behavior: smooth;
}

:root {
    --bg-color: #f4f0ea;
    --black: #111;
    --pink: #4670e4;
    --yellow: #FFE600;
    --blue: #ff2057;
    --dot-color: #d5d5d5;
    --panel-bg: #fff;
    --Red : #ee5159;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, button, input, textarea, a {
    font-family: 'Kanit', sans-serif !important;
}

body {
    background-color: var(--bg-color);
    color: var(--black);
    overflow-x: hidden;
    background-image: radial-gradient(var(--dot-color) 1px, transparent 1px);
    background-size: 10px 10px;
    cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4 L20 18 L13 19 L17 27 L13 29 L9 20 L3 25 Z' fill='black' transform='translate(3,3)'/%3E%3Cpath d='M4 4 L20 18 L13 19 L17 27 L13 29 L9 20 L3 25 Z' fill='white' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 4, auto !important;
}

a, button, .panel, .hero-play-btn, .art-card, .menu-toggle, .myth-panel {
    cursor: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4 L20 18 L13 19 L17 27 L13 29 L9 20 L3 25 Z' fill='black' transform='translate(3,3)'/%3E%3Cpath d='M4 4 L20 18 L13 19 L17 27 L13 29 L9 20 L3 25 Z' fill='%23FF0055' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 4, pointer !important;
}

h1, h2, h3, .logo, .nav-btn, .hero-play-btn, .close-lightbox, .huge-stat, .graph-number, .menu-item {
    font-weight: 900;
    text-transform: uppercase;
}

p, span, .job-date {
    font-weight: 700;
}

/* บังคับสีตัวอักษรให้อ่านออก */
.hero p, .def-real, .panel-2, .nav-btn, .hero-play-btn, .myth-text, .bg-blue, .bg-yellow, .bg-pink, .contact-box h3, .section-title {
    color: #111 !important;
}
.panel-1, .panel-4, .global-footer, .global-footer p, .bg-black, .contact-box, .text-white {
    color: #fff !important;
}
.panel-3 { color: #111 !important; } 

/* --- 4. NAVIGATION BAR --- */
.navbar {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 80px;
    background: var(--bg-color);
    border-bottom: 6px solid var(--black);
    box-shadow: 0px 8px 0px var(--black);
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 2rem; z-index: 1000;
}

.logo {
    font-size: 3rem; color: var(--pink);
    text-shadow: 3px 3px 0px var(--black); text-decoration: none;
}

.nav-controls { display: flex; gap: 15px; align-items: center; }

.nav-btn {
    background: var(--bg-color); border: 3px solid var(--black);
    width: 50px; height: 50px; font-size: 1.2rem;
    box-shadow: 3px 3px 0px var(--black);
    transition: transform 0.2s, box-shadow 0.2s;
}
.nav-btn:active { transform: translate(3px, 3px); box-shadow: 0px 0px 0px var(--black); }

.menu-toggle {
    background: var(--yellow); border: 4px solid var(--black);
    width: 60px; height: 60px; display: flex; flex-direction: column;
    justify-content: center; align-items: center; gap: 6px;
    box-shadow: 4px 4px 0px var(--black); z-index: 1001;
}
.line { width: 35px; height: 5px; background: var(--black); transition: 0.3s; }
.menu-toggle.active .line-1 { transform: translateY(11px) rotate(45deg); }
.menu-toggle.active .line-2 { opacity: 0; }
.menu-toggle.active .line-3 { transform: translateY(-11px) rotate(-45deg); }

.full-menu {
    position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: var(--blue); z-index: 999;
    display: flex; justify-content: center; align-items: center;
    transform: translateY(-100%); border-bottom: 10px solid var(--black);
}
.menu-links { list-style: none; text-align: center; }
.menu-links li { margin: 20px 0; overflow: hidden; }
.menu-item { font-size: 4rem;transition: color 0.3s, text-shadow 0.3s; }
.menu-item:hover { color: white; text-shadow: 6px 6px 0px #111;  transform: scale(1.05); }

/* --- 5. HERO SECTION & VIDEO BUTTON --- */
.hero {
    height: 100vh; display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    position: relative; overflow: hidden; padding-top: 80px;
}
.hero h1 { font-size: 12vw; line-height: 0.9; text-shadow: 8px 8px 0px var(--pink); z-index: 2; }
.hero h1 span { display: inline-block; }
.hero-subtitle {
    font-size: 1.5rem; margin-top: 1rem; background: var(--yellow);
    padding: 5px 15px; border: 3px solid var(--black); z-index: 2;
}

.marquee-container {
    position: absolute; top: 50%; left: 0; width: 100%;
    transform: translateY(-50%) rotate(-5deg); white-space: nowrap;
    opacity: 0.1; font-size: 20vw; pointer-events: none; z-index: 0; font-weight: 900;
}

.hero-play-btn {
    background: var(--pink); color: white !important;
    border: 4px solid var(--black); padding: 15px 40px; font-size: 2rem;
    box-shadow: 8px 8px 0px var(--black); z-index: 10; margin-top: 20px;
    animation: pulse 2s infinite;
}
.hero-play-btn:hover { transform: translate(-5px, -5px) scale(1.05); box-shadow: 12px 12px 0px var(--black); }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }

/* --- 6. VIDEO LIGHTBOX --- */
.lightbox {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.95); z-index: 99999;
    display: flex; justify-content: center; align-items: center;
    opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.lightbox.active { opacity: 1; pointer-events: auto; }
.lightbox-content {
    width: 80vw; height: 45vw; max-width: 1200px; max-height: 80vh;
    border: 8px solid var(--pink); background: var(--black);
    box-shadow: 0 0 50px var(--pink); transform: scale(0.8); transition: transform 0.5s;
}
.lightbox.active .lightbox-content { transform: scale(1); }
.close-lightbox {
    position: absolute; top: 30px; right: 40px; background: transparent;
    border: none; color: white; font-size: 2rem; transition: color 0.3s;
}
.close-lightbox:hover { color: var(--pink); }

/* --- 7. HOME: DEFINITION & COMIC PANELS --- */
.definition-section { padding: 6rem 2rem; display: flex; justify-content: center; background: var(--blue); border-top: 10px solid var(--black); border-bottom: 10px solid var(--black); }
.def-box { background: var(--panel-bg); border: 8px solid var(--black); box-shadow: 15px 15px 0px var(--black); padding: 3rem; max-width: 900px; width: 100%; }
.def-word { font-size: 5rem; line-height: 1; margin-bottom: 0.5rem; }
.def-type { font-size: 1.5rem; color: var(--pink); margin-bottom: 2rem; }
.def-boring { font-size: 2rem; color: #666; margin-bottom: 1rem; }
.cross-out { position: relative; display: inline-block; }
.cross-out::after { content: ''; position: absolute; top: 50%; left: 0; width: 0%; height: 8px; background-color: var(--pink); transform: translateY(-50%); transition: width 1s; }
.cross-out.active::after { width: 100%; }
.def-real { font-size: 2.5rem; background: var(--yellow); display: inline-block; padding: 10px 20px; border: 4px solid var(--black); transform: rotate(-2deg); opacity: 0; }

.comic-wrapper { max-width: 1400px; margin: 0 auto; padding: 4rem 2rem; }
.comic-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 20px; }

.panel { 
    border: 6px solid var(--black); background-color: var(--panel-bg); 
    background-size: cover; background-position: center; background-repeat: no-repeat;
    position: relative; overflow: hidden; box-shadow: 12px 12px 0px var(--black); 
    display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; 
    transition: transform 0.4s, box-shadow 0.4s; z-index: 1;
}
.panel:hover { transform: scale(1.05) translate(-5px, -5px); box-shadow: 18px 18px 0px var(--black); z-index: 10; }

.panel::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    z-index: 2; transition: opacity 0.4s ease; opacity: 0.8; 
}
.panel:hover::before { opacity: 0; }

.panel h2, .panel p { 
    position: relative; z-index: 3; color: white !important; 
    text-shadow: 3px 3px 0px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; 
}

.panel h2 { font-size: 3rem; line-height: 1; margin-bottom: 0.5rem; }
.panel p { font-size: 1.2rem; }

.panel-1 { grid-column: span 2; grid-row: span 2; }
.panel-1::before, .panel-2::before, .panel-3::before, .panel-4::before, .panel-5::before, .panel-6::before { background: var(--black); }

.panel-2 { grid-column: span 2; grid-row: span 1; }
.panel-3 { grid-column: span 1; grid-row: span 2; }
.panel-4 { grid-column: span 1; grid-row: span 1; }
.panel-5 { grid-column: span 2; grid-row: span 1; }
.panel-6 { grid-column: span 4; grid-row: span 1; }

.speech-bubble { background: var(--black); color: white; padding: 10px 20px; border-radius: 50px; font-size: 2rem; animation: pulse 2s infinite; position: relative; z-index: 3; text-shadow: none !important;}

/* --- 8. HOME: NPD SECTIONS & STORY PANELS --- */
.info-section { min-height: 80vh; display: flex; justify-content: center; align-items: center; padding: 6rem 2rem; border-bottom: 10px solid var(--black); }
.bg-blue { background: var(--blue); } .bg-yellow { background: var(--yellow); } .bg-pink { background: var(--pink); } .bg-black { background: var(--black); }
.info-box { background: var(--panel-bg); border: 8px solid var(--black); box-shadow: 20px 20px 0px var(--black); padding: 4rem; max-width: 1000px; width: 100%; text-align: center; transform: rotate(-1deg); transition: transform 0.4s; }
.info-box:hover { transform: rotate(1deg) scale(1.02); }
.info-title { font-size: 5rem; margin-bottom: 2rem; color: #111; }
.info-text { font-size: 1.8rem; line-height: 1.5; color: #111; }

.graph-wrapper { margin: 3rem 0; display: flex; align-items: center; justify-content: center; gap: 20px; }
.graph-number { font-size: 10rem; color: var(--pink); text-shadow: 6px 6px 0px #111; line-height: 0.8; }
.graph-bar-bg { width: 100%; max-width: 500px; height: 80px; background: var(--bg-color); border: 6px solid #111; position: relative; overflow: hidden; }
.graph-bar-fill { height: 100%; width: 0%; background: var(--pink); border-right: 6px solid #111; }
.twist-box { background: #111; border-color: var(--pink); box-shadow: 20px 20px 0px var(--pink); }
.twist-title { font-size: 6rem; color: var(--yellow); line-height: 1.1; margin-bottom: 2rem; }

.myth-section { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; }
.myth-title { font-size: 5rem; text-align: center; margin-bottom: 4rem; text-shadow: 6px 6px 0px var(--yellow); }
.myth-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.myth-panel { background: var(--panel-bg); border: 6px solid var(--black); box-shadow: 10px 10px 0px var(--black); display: flex; flex-direction: column; transition: transform 0.3s; }
.myth-panel:hover { transform: translateY(-10px); box-shadow: 15px 15px 0px var(--pink); }
.myth-text { padding: 1.5rem; font-size: 1.2rem; background: var(--panel-bg); flex-grow: 1; }
.myth-punchline { background: var(--yellow) !important; justify-content: center; align-items: center; text-align: center; padding: 2rem; }
.myth-punchline h3 { font-size: 3.5rem; color: #111; line-height: 1.1; }

.myth-img { 
    width: 100%; aspect-ratio: 1/1; border-bottom: 6px solid var(--black); 
    background-size: cover; background-position: center; background-repeat: no-repeat; position: relative;
}
.myth-img::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: var(--overlay-color, transparent); z-index: 1; opacity: 0.5;; transition: opacity 0.4s ease;
}
.myth-panel:hover .myth-img::before { opacity: 0; }

/* --- 9. ARTWORK PAGE --- */
.museum-gallery { padding: 6rem 2rem; background: var(--bg-color); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto; }
.gallery-item { background: var(--panel-bg); border: 8px solid var(--black); box-shadow: 15px 15px 0px var(--black); display: flex; flex-direction: column; transition: transform 0.3s, box-shadow 0.3s; overflow: hidden; }
.gallery-item:hover { transform: translateY(-10px); box-shadow: 20px 20px 0px var(--pink); }
.gallery-img { width: 100%; aspect-ratio: 4/5; background-size: cover; background-position: center; border-bottom: 8px solid var(--black); filter: grayscale(30%); transition: filter 0.5s; position: relative; cursor: pointer; }
.gallery-item:hover .gallery-img { filter: grayscale(0%); }
.gallery-info { padding: 2rem; text-align: center; flex-grow: 1; }
.gallery-info h2 { font-size: 2.5rem; line-height: 1.1; margin-bottom: 0.5rem; word-wrap: break-word; }
.gallery-info p { font-size: 1.2rem; }

.view-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(255, 32, 87, 0.85); display: flex; justify-content: center; align-items: center;
    opacity: 0; transition: opacity 0.3s ease; z-index: 5;
}
.view-overlay span { color: white; font-size: 2rem; font-weight: 900; border: 4px solid white; padding: 10px 20px; transform: translateY(20px); transition: transform 0.3s ease; }
.gallery-item:hover .view-overlay { opacity: 1; }
.gallery-item:hover .view-overlay span { transform: translateY(0); }

/* --- Image Lightbox (With Detail Text Side) --- */
.img-lightbox-content {
    display: flex !important;
    flex-direction: row;
    width: 80vw !important;
    height: 70vh !important;
    background: var(--bg-color) !important;
    border: 8px solid var(--black) !important;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: 20px 20px 0px var(--pink) !important;
}
.lightbox-img-side {
    flex: 2;
    background: var(--dot-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-right: 8px solid var(--black);
}
.lightbox-img-side img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 15px 15px 0px var(--black);
    border: 6px solid var(--black);
    object-fit: contain;
}
.lightbox-text-side {
    flex: 1;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--black);
    color: white;
}
.lightbox-text-side h2 { font-size: 3rem; color: var(--pink); margin-bottom: 1rem; line-height: 1.1; }
.lightbox-text-side p { font-size: 1.2rem; font-weight: normal; line-height: 1.5; color: #ddd; }

.lightbox-nav-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: var(--yellow); border: 4px solid var(--black); color: var(--black); font-size: 2.5rem; padding: 10px 20px; cursor: pointer; z-index: 100000; box-shadow: 6px 6px 0px var(--black); transition: transform 0.2s, background 0.2s;
}
.lightbox-nav-btn:hover { background: var(--pink); color: white; transform: translateY(-50%) scale(1.1); }
#lightbox-prev { left: 30px; }
#lightbox-next { right: 30px; }
.lightbox-counter {
    position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
    background: var(--black); color: white; font-size: 1.5rem; font-weight: 900; padding: 10px 20px; border: 4px solid var(--pink); z-index: 100000; box-shadow: 6px 6px 0px var(--pink);
}

/* --- 10. CREATOR  PAGE --- */
.resume-wrapper { padding: 6rem 2rem; max-width: 1300px; margin: 0 auto; }
.resume-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; }
.resume-sidebar { display: flex; flex-direction: column; gap: 20px; }
.profile-pic { width: 100%; aspect-ratio: 3/4; border: 8px solid var(--black); box-shadow: 15px 15px 0px var(--black); overflow: hidden; background: var(--panel-bg); transform: rotate(-2deg); transition: transform 0.3s; }
.profile-pic:hover { transform: rotate(0deg) scale(1.02); }
.pic-placeholder { width: 100%; height: 100%; background: var(--yellow); }
.creator-name { font-size: 4rem; line-height: 1; margin-top: 1rem; color: var(--black); }
.creator-title { font-size: 1.5rem; color: var(--pink); border-bottom: 4px solid var(--black); padding-bottom: 1rem; }
.contact-box { border: 6px solid var(--black); padding: 2rem; box-shadow: 10px 10px 0px var(--pink); }
.contact-box h3 { font-size: 2rem; margin-bottom: 1rem; color: var(--yellow) !important; }
.resume-main { display: flex; flex-direction: column; gap: 30px; }
.resume-section { border: 8px solid var(--black); box-shadow: 15px 15px 0px var(--black); padding: 3rem; transition: transform 0.3s; }
.resume-section:hover { transform: translateX(10px); }
.section-title { font-size: 3.5rem; border-bottom: 6px solid var(--black); padding-bottom: 1rem; margin-bottom: 2rem; }
.job { margin-bottom: 2rem; }
.job h3 { font-size: 2.2rem; margin-bottom: 0.2rem; }
.job-date { display: inline-block; background: var(--black); color: white !important; padding: 5px 10px; margin-bottom: 1rem; border-radius: 20px; }
.skill-row { margin-bottom: 1.5rem; display: flex; align-items: center; flex-wrap: wrap; }
.skill-row span:first-child { font-size: 1.5rem; width: 100%; margin-bottom: 5px; font-weight: 900; }
.skill-bar { width: 80%; height: 30px; border: 4px solid white; background: transparent; margin-right: 15px; position: relative; overflow: hidden; }
.skill-fill { height: 100%; width: 0%; }
.job-tags-container { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; width: 100%; }

/* --- 11. GLOBAL FOOTER --- */
.global-footer { background: var(--black); text-align: center; padding: 6rem 0; border-top: 10px solid var(--pink); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.footer-marquee { position: absolute; top: 50%; left: 0; width: 200%; transform: translateY(-50%) rotate(-3deg); white-space: nowrap; opacity: 0.05; pointer-events: none; z-index: 1; }
.footer-marquee span { font-size: 15vw; color: white; display: inline-block; animation: scroll-marquee 20s linear infinite; }
@keyframes scroll-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.footer-content { position: relative; z-index: 2; padding: 0 2rem; }
.footer-content h2 { font-size: 6rem; margin-bottom: 1rem; color: var(--yellow) !important; animation: neon-pulse 2s infinite alternate; }
.footer-content p { font-size: 1.5rem; margin-bottom: 2rem; color: white !important;}
@keyframes neon-pulse { 0% { text-shadow: 0 0 10px rgba(255, 230, 0, 0.5), 0 0 20px rgba(255, 0, 85, 0.3); transform: scale(1); } 100% { text-shadow: 0 0 20px rgba(255, 230, 0, 0.8), 0 0 40px rgba(255, 0, 85, 0.6), 0 0 60px rgba(255, 0, 85, 0.4); transform: scale(1.05); } }

/* --- GIMMICKS --- */
.runaway-btn { position: fixed; bottom: 30px; left: 30px; background: var(--yellow); border: 4px solid var(--black); padding: 15px 25px; font-size: 1.5rem; font-weight: 900; box-shadow: 6px 6px 0px var(--black); z-index: 9999; cursor: pointer; transition: top 0.2s, left 0.2s, background 0.3s; color: #111;}


.eye { position: absolute; width: 12%; aspect-ratio: 1/1; background: white; border: 3px solid black; border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: 2px 2px 0px rgba(0,0,0,0.5); transition: opacity 0.3s; z-index: 10; }
.pupil { width: 40%; height: 40%; background: black; border-radius: 50%; position: relative; }
.hidden-eye { opacity: 0; pointer-events: none; }

/* ดันลูกตาขึ้นไปตรงแว่นตา */
#eye-left { top: 26.2%; left: 42%; }
#eye-right { top: 27.2%; left: 56%; }
/* =========================================
   12. RESPONSIVE DESIGN
   ========================================= */
@media (max-width: 950px) {
    .myth-grid { grid-template-columns: repeat(2, 1fr); }
    .myth-punchline { grid-column: span 2; }
}

@media (max-width: 800px) {
    .art-grid, .gallery-grid { grid-template-columns: 1fr; gap: 30px;}
    .art-card { transform: none !important; margin-bottom: 20px; }
    .gallery-item { border-width: 4px; box-shadow: 8px 8px 0px var(--black); }
    .gallery-item:hover { transform: translateY(-5px); box-shadow: 10px 10px 0px var(--pink); }
    .gallery-img { border-bottom-width: 4px; }
    .gallery-info { padding: 1.5rem; }
    .gallery-info h2 { font-size: 2rem; }
    .gallery-info p { font-size: 1rem; }
    
    .graph-wrapper { flex-direction: column; }
    .info-title { font-size: 3rem; }
    .twist-title { font-size: 3.5rem; }
    .graph-number { font-size: 6rem; }
    
    .footer-content h2 { font-size: 3rem; }
    .footer-marquee span { font-size: 15vw; }

    .custom-cursor { display: none !important; }
    body, a, button, .panel, .hero-play-btn, .art-card, .menu-toggle, .myth-panel { cursor: auto !important; }

    /* Lightbox Mobile Adjustments */
    .img-lightbox-content { flex-direction: column; width: 95vw !important; height: 85vh !important; overflow-y: auto;}
    .lightbox-img-side { flex: none; height: 50%; border-right: none; border-bottom: 6px solid var(--black); padding: 1rem;}
    .lightbox-text-side { flex: none; padding: 2rem 1.5rem; }
    .lightbox-text-side h2 { font-size: 2rem; }
    .lightbox-nav-btn { top: auto; bottom: 20px; transform: none; font-size: 1.5rem; padding: 5px 15px; }
    .lightbox-nav-btn:hover { transform: scale(1.1); }
    #lightbox-prev { left: 20px; }
    #lightbox-next { right: 20px; }
    .lightbox-counter { top: 20px; bottom: auto; font-size: 1.2rem; padding: 5px 15px; border-width: 3px; box-shadow: 4px 4px 0px var(--pink); }

    /*  บ่หนี  
    .runaway-btn { display: none !important; }
}*/

@media (max-width: 600px) {
    .info-section, .comic-wrapper, .myth-section, .definition-section, .artwork-wrapper, .resume-wrapper, .museum-gallery {
        padding: 4rem 1.5rem;
    }
    .info-box, .def-box, .contact-box {
        padding: 1.5rem;
    }

    .logo { font-size: 2rem; }
    .nav-btn { width: 40px; height: 40px; font-size: 1rem; }
    .menu-toggle { width: 45px; height: 45px; }
    .line { width: 25px; height: 4px; }
    .menu-item { font-size: 12vw; }

    .hero h1 { font-size: 16vw; } 
    .marquee-container { font-size: 25vw; }
    .hero-subtitle { font-size: 1rem; padding: 5px 10px; }
    .hero-play-btn { font-size: 1.2rem; padding: 10px 20px; box-shadow: 4px 4px 0px var(--black); width: 100%; max-width: 300px; }

    .def-word { font-size: 2.5rem; }
    .def-type { font-size: 1.1rem; margin-bottom: 1rem; }
    .def-boring { font-size: 1.1rem; }
    .def-real { font-size: 1.2rem; padding: 5px 10px; border-width: 3px; }

    .info-title, .myth-title, .section-title { font-size: 2.2rem; margin-bottom: 1.5rem; }
    .twist-title { font-size: 2.5rem; line-height: 1.2; margin-bottom: 1rem; }
    .info-text { font-size: 1.1rem; }
    .graph-number { font-size: 5rem; text-shadow: 4px 4px 0px #111; }
    .graph-wrapper { margin: 2rem 0; }

    .comic-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 22vw; gap: 6px; }
    .panel { padding: 0.5rem; border-width: 3px; box-shadow: 4px 4px 0px var(--black) !important; }
    .panel:hover { transform: scale(1.02) translate(-2px, -2px); box-shadow: 6px 6px 0px var(--black) !important; }
    .panel h2 { font-size: 4vw; margin-bottom: 2px; text-shadow: 2px 2px 0px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
    .panel p { font-size: 2.5vw; line-height: 1.2; }
    .panel-3 h2 { font-size: 6vw !important; } 
    .speech-bubble { font-size: 3vw; padding: 4px 10px; border-width: 2px; }

    .myth-grid { grid-template-columns: 1fr; gap: 15px; }
    .myth-panel, .myth-punchline { grid-column: span 1 !important; grid-row: span 1 !important; }
    .myth-punchline h3 { font-size: 2rem; }

    .global-footer { padding: 4rem 0; border-top-width: 5px; }
    .footer-content h2 { font-size: 2.5rem; }
    .footer-content p { font-size: 1rem; }
    .footer-marquee span { font-size: 25vw; }

    .lightbox-content { width: 95vw; height: 53.4vw; border-width: 4px; }
    .close-lightbox { top: 15px; right: 15px; font-size: 1.5rem; }

    .resume-layout { display: flex; flex-direction: column; width: 100%; gap: 2rem;}
    .resume-sidebar, .resume-main { width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
    .profile-pic { width: 100%; max-width: 250px; margin: 0 auto; transform: none !important; }
    
    
    .contact-box, .resume-section { width: 100%; padding: 1.5rem !important; text-align: left; box-sizing: border-box; }
    
    .creator-name { font-size: 2.5rem; margin-top: 0.5rem; }
    .creator-title { font-size: 1.1rem; padding-bottom: 0.5rem; }
    .job h3 { font-size: 1.5rem; line-height: 1.2; margin-bottom: 5px;}
    
    
    .job { display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
    .job-date { 
        font-size: 0.9rem; 
        padding: 4px 10px; 
        margin-bottom: 0.8rem; 
        white-space: normal !important; /* บังคับให้ปัดบรรทัดใหม่ */
        word-wrap: break-word; 
        max-width: 100%; 
        line-height: 1.3;
    }
    

    .job-tags-container { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; width: 100%; }

    
    .skill-row { 
        display: flex;
        flex-direction: column; 
        align-items: flex-start; 
        width: 100%; 
        margin-bottom: 1.5rem;
    }
    .skill-row span:first-child { font-size: 1.2rem; margin-bottom: 5px; }
    .skill-bar { width: 100%; height: 20px; margin: 0; }
}

/* ซ่อนปุ่มวิ่งหนีในมือถือ (เพราะไม่มีเมาส์ให้วิ่งหนี) */
    .runaway-btn { display: none !important; }