/* 1. SYSTEM CORE - FULL RESTORATION */
* { margin: 0; padding: 0; box-sizing: border-box !important; scroll-behavior: smooth; }
html, body { background: #000000 !important; color: #d1d1d1; font-family: 'Inter', sans-serif; width: 100%; overflow-x: hidden; }
.seo-hidden {position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; color: transparent;}

/* 2. NAVIGATION - 10% SIDE PADDING */
.nav-fixed {position: fixed; top: 0; left: 0; width: 100%; height: 70px;display: flex; justify-content: center; z-index: 10000;background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(15px);border-bottom: 1px solid rgba(168, 85, 247, 0.1);}
.nav-container {width: 100%; max-width: 1900px; display: flex; justify-content: space-between; align-items: center; padding: 0 10%;}
.nav-links { display: flex; gap: 20px; align-items: center; }
.nav-links a { color: rgba(255, 255, 255, 0.4); text-decoration: none;font-size: 13px; font-weight: 400; transition: 0.3s; text-transform: uppercase;}
.nav-links a:hover { color: #9227f7; }
.v-link { color: #A855F7 !important; font-weight: 900 !important; }
.logo-box img { height: 35px; width: auto; display: block; }

/* 3. SECTION ARCHITECTURE */
section {position: relative; width: 100%; min-height: 100vh;display: flex; flex-direction: column; align-items: center;}

/* Prevent huge gaps on small sections */
#relics, #dynamics, #world, #roadmap, #media, #wishlist { min-height: auto !important; }
#home, #relics, #world, #media { background: #000000 !important; }
#masks, #dynamics, #roadmap, .final-sector { background: #0d0d0d !important; }

.container {width: 100%; max-width: 1900px; padding: 100px 10% 80px 10%;display: flex; flex-direction: column;}
.sec-title { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 900; color: #A855F7; text-transform: uppercase; margin-bottom: 30px; letter-spacing: -2px;text-align: left; width: 100%;}

/* 4. HERO SECTION - ORIGINAL PINNED COORDINATES */
#home { overflow: hidden; }
.master-stage { position: relative; width: 100%; height: 600px; z-index: 100; }
.m { position: absolute; border: none; background-color: transparent; background-size: cover; background-position: center; background-repeat: no-repeat;transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.m:hover {transform: translateY(-10px) scale(1.08); filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.9)) brightness(1.2) !important; cursor: pointer; z-index: 999;}

.m01 { top: 0px;   left: 0%;    width: 55px;  height: 65px;  background-image: url('WebPics/m01.png'); }
.m02 { top: 30px;  left: 4%;    width: 65px;  height: 80px;  background-image: url('WebPics/m02.png'); }
.m03 { top: 65px;  left: 9%;    width: 75px;  height: 95px;  background-image: url('WebPics/m03.png'); }
.m04 { top: 105px; left: 14.5%; width: 90px;  height: 115px; background-image: url('WebPics/m04.png'); }
.m05 { top: 155px; left: 21%;   width: 110px; height: 145px; background-image: url('WebPics/m05.png'); }
.m06 { top: 211px; left: 29%;   width: 135px; height: 175px; background-image: url('WebPics/m06.png'); }
.m07 { top: 227px; left: 39%;   width: 165px; height: 215px; background-image: url('WebPics/m07.png'); }
.m08 { top: 235px; left: 51%;   width: 195px; height: 260px; background-image: url('WebPics/m08.png'); }
.m09 { top: 214px; left: 65%;   width: 225px; height: 280px; background-image: url('WebPics/m09.png'); }
.m10 { top: 120px; right: 0;    width: 270px; height: 370px; background-image: url('WebPics/m10.png'); z-index: 200; }

.text-group { margin-top: 575px; display: flex; flex-direction: column; align-items: flex-end; width: 100%; }
.main-title { font-size: clamp(3rem, 5.8vw, 7.5rem); font-weight: 900; line-height: 0.85; text-align: right; width: 100%; color: #d1d1d1; text-transform: uppercase; }
.indie-label { font-size: clamp(2rem, 4.2vw, 4.8rem); font-weight: 900; color: #A855F7; margin-top: 10px; text-align: right; width: 100%; }
.social-label { font-size: 17px; letter-spacing: 9px; color: #686767; margin-top: 16px; font-weight: 400; text-transform: uppercase; text-align: right; width: 100%; }

/* 5. MASKS & RELICS */
.mask-flex { display: flex; width: 100%; align-items: center; gap: 60px; margin-top: 40px; }
.mask-display img {transform: translateY(-80px) !important;}
.v-info { flex: 1.5; }
.accent-label { color: #A855F7; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; display: block; }
.strategy-quote { border-left: 3px solid #A855F7; padding: 20px; background: rgba(168, 85, 247, 0.03); margin-top: 20px; font-style: italic; color: #fff; }
.mask-display img { width: 500px; height: auto; filter: drop-shadow(0 0 30px rgba(168, 85, 247, 0.3)); }

.relic-grid { display: flex; gap: 15px; width: 100%; }
.relic-item { background: rgba(10, 10, 10, 0.4); border: 1px solid #111; padding: 15px; border-radius: 15px; width: 16.66%; display: flex; flex-direction: column; justify-content: space-between; }
.relic-img { width: 100%; aspect-ratio: 1; background: #080808; border-radius: 10px; border: 1px solid #151515; background-size: cover; background-position: center; transition: 0.5s; }
.relic-item h3 { color: #A855F7; margin-bottom: 8px; font-size: 0.85rem; text-transform: uppercase; }
.relic-item p {font-size: 12px !important;}
.tier-tag {color: #A855F7 !important;font-weight: 600 !important;text-transform: uppercase;font-size: 11px !important; letter-spacing: 1px;}
.relic-item:hover .relic-img {transform: translateY(-10px) scale(1.05);filter: drop-shadow(0 0 20px rgba(168, 85, 247, 0.6)) brightness(1.2) !important;cursor: pointer;}

/* 6. DYNAMICS - FIXED ZIG-ZAG */
.dyn-container { width: 100%; display: flex; flex-direction: column; gap: 60px; }
.dyn-row { display: flex; gap: 60px; align-items: center; width: 100%; }
.dyn-row:nth-child(even) { flex-direction: row-reverse; }
.dyn-row:nth-child(even) .dyn-text { text-align: right; }
.dyn-img, .world-img, .design-img { flex: 1.2; height: 400px; border-radius: 20px; border: 1px solid #151515; background-size: cover; background-position: center; transition: 0.5s; }
.dyn-text { flex: 1.5; }
.dyn-text h3 { color: #A855F7; margin-bottom: 20px; font-size: 1.4rem; text-transform: uppercase; }
.dyn-row:hover .dyn-img, 
.dyn-row:hover .world-img {transform: scale(1.02);filter: brightness(1.1) drop-shadow(0 0 20px rgba(168, 85, 247, 0.3));border-color: #A855F7;} 

/* 7. ROADMAP RESTORATION */
.roadmap-container { position: relative; width: 100%; display: flex; flex-direction: column; }
.roadmap-container::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 2px; background: #A855F7; transform: translateX(-50%); }
.roadmap-item { position: relative; width: 50%; margin-bottom: 30px; padding: 0 60px; }
.roadmap-item:nth-child(odd) { align-self: flex-start; text-align: right; }
.roadmap-item:nth-child(even) { align-self: flex-end; text-align: left; }
.roadmap-item::after { content: ''; position: absolute; top: 12px; width: 18px; height: 18px; background: #A855F7; border-radius: 50%; z-index: 5; box-shadow: 0 0 15px #A855F7; }
.roadmap-item:nth-child(odd)::after { right: -10px; }
.roadmap-item:nth-child(even)::after { left: -10px; }
.road-date { font-size: 24px; font-weight: 900; color: #A855F7; margin-bottom: 10px; }

/* 8. MEDIA GRID */
.media-grid { display: flex; width: 100%; gap: 60px; align-items: center; flex-direction: row; }
.media-grid .media-img { flex: 1.2; }
.media-grid .feed-links { flex: 1.5; }
.feed-links { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.feed-item { border-bottom: 1px solid #151515; padding-bottom: 15px; }
.feed-item h3 { font-size: 14px; font-weight: 300; color: #FFFFFF; margin-bottom: 5px; }
.feed-item a { color: #A855F7; text-decoration: none; font-weight: 800; text-transform: uppercase; font-size: 11px; }
#media .relic-item,
#relics .relic-item {text-decoration: none !important; color: inherit !important; display: flex; }
#media .relic-item:hover h3 {color: #A855F7;}

/* 9. WISHLIST & FOOTER - PINNED RIGHT ALIGN */
.v-flex { display: flex; width: 100%; gap: 60px; align-items: center; }
.v-form { flex: 1.2; background: rgba(10,10,10,0.5); padding: 40px; border-radius: 20px; border: 1px solid #A855F7; display: flex; flex-direction: column; gap: 15px; }
.v-form input { background: transparent; border: none; border-bottom: 1px solid #333; color: #fff; padding: 12px; outline: none; font-family: 'Inter', sans-serif; font-size: 14px;}
.join-btn { background: #A855F7; color: #fff; border: none; padding: 15px 45px; border-radius: 50px; cursor: pointer; font-weight: 900; text-transform: uppercase; align-self: flex-start; margin-top: 40px;}

.footer-wrap { width: 100%; padding: 80px 0; background: #000; border-top: 1px solid #151515; }
.footer-grid { display: flex; justify-content: space-between; width: 100%; max-width: 1900px; margin: 0 auto; padding: 0 10%; }
.footer-col { flex: 1; }
.footer-col:last-child { flex: 2; text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
.footer-col h4 { color: #A855F7; margin-bottom: 25px; font-size: 11px; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.footer-col:last-child ul li { justify-content: flex-end; }
.footer-col ul li a { color: #666; text-decoration: none; font-size: 10px; text-transform: uppercase; }
.s-icon { width: 18px; height: 18px; filter: grayscale(1); opacity: 0.6; transition: 0.3s; }
.footer-tagline { font-size: 12px; color: #938f97; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; max-width: 400px; line-height: 1.4; }
.copyright { font-size: 9px; color: #444; margin-top: 20px; text-transform: uppercase; }
.footer-col ul li a {transition: color 0.3s ease;}

.footer-col ul li a:hover {color: #A855F7 !important;cursor: pointer;}
.footer-col ul li:hover .s-icon {filter: grayscale(0); opacity: 1; transform: scale(1.1); transition: 0.3s;}

/* --- SELECTIVE COLOR ONLY: MASKS, DYNAMICS, RELICS, WORLD --- */
/* 1. Target 2nd and 4th lines in Masks and Dynamics */
.v-info p:nth-of-type(even), 
.dyn-text p:nth-of-type(even) {color: #CDC7D2 !important;}
/* 2. Target 1st and 3rd lines in Masks and Dynamics (Force Pure White) */
.v-info p:nth-of-type(odd), 
.dyn-text p:nth-of-type(odd) {color: #FFFFFF !important;}

/* KILL THE FULL-SCREEN GAP */
#masks, #relics { min-height: auto !important; }

/* --- RESPONSIVE IMAGE & LAYOUT OVERRIDE --- */
.dyn-img, 
.world-img, 
.media-img { 
    display: block !important;
    width: 100% !important;
    height: auto !important; 
    aspect-ratio: 16 / 9 !important; 
    max-height: 400px !important; 
    background-size: cover !important; 
    background-position: center !important;
}
#media a.relic-item {text-decoration:none; color:inherit; display: flex;}
