/* =========================================
   STYLE KHUSUS: ORIGIN / HOME (Mystical Edition)
   ========================================= */

/* --- 1. GLOBAL VARIABLES & RESET --- */
:root {
    --bg: #050508;
    --card-bg: #0a0a0e;
    --gold: #c5a47e;
    --gold-dim: rgba(197, 164, 126, 0.3);
    --white: #e0e0e0;
    --text-dim: rgba(255, 255, 255, 0.6);
    --font-serif: 'Cormorant Garamond', serif;
    --font-sans: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--bg); color: var(--white); font-family: var(--font-sans); font-weight: 200; line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; cursor: none; }
button { cursor: none; }

/* --- 2. LAYOUT UTILITIES --- */
.video-container { position: fixed; inset: 0; z-index: -2; background-color: var(--bg); }
#bg-video { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }
/* Vignette lebih dramatis */
.vignette-strong { 
    position: absolute; inset: 0; 
    background: radial-gradient(circle, transparent 0%, rgba(5, 5, 8, 0.8) 60%, #050508 100%); 
    z-index: -1; 
}

/* Navbar */
.navbar { position: fixed; top: 0; width: 100%; padding: 30px 5%; display: flex; justify-content: space-between; align-items: center; z-index: 1000; background: linear-gradient(to bottom, rgba(5,5,8,0.9), transparent); backdrop-filter: blur(2px); }
.logo { font-family: var(--font-serif); font-size: 1.5rem; letter-spacing: 5px; color: var(--gold); }
.nav-links { display: flex; gap: 40px; list-style: none; }
.nav-links a { color: var(--text-dim); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; transition: 0.4s; }
.nav-links a:hover, .nav-links a.active { color: var(--white); text-shadow: 0 0 10px var(--gold-dim); }
.highlight-btn { border: 1px solid var(--gold); padding: 8px 20px; border-radius: 50px; transition: 0.4s; }
.highlight-btn:hover { background: var(--gold); color: var(--bg) !important; box-shadow: 0 0 15px var(--gold); }

/* Tombol Hamburger (Disembunyikan di Desktop) */
.nav-trigger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
}
.nav-trigger span {
    width: 30px;
    height: 2px;
    background: var(--gold);
    transition: 0.3s ease;
}

/* --- 3. HERO & MANIFESTO --- */
.hero { height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; padding: 0 5%; }
.title-top { font-family: var(--font-serif); font-style: italic; font-size: 1.4rem; color: var(--gold); margin-bottom: 15px; letter-spacing: 2px; }
.main-title { font-family: var(--font-serif); font-size: 5.5vw; font-weight: 300; letter-spacing: 12px; margin-bottom: 25px; text-transform: uppercase; line-height: 1.1; color: #fff; text-shadow: 0 0 20px rgba(0,0,0,0.8); }
.tagline { max-width: 600px; margin: 0 auto; font-size: 1rem; color: var(--text-dim); letter-spacing: 3px; text-transform: uppercase; }

.section-text-center { padding: 120px 10%; text-align: center; display: flex; justify-content: center; }
.content-wrapper { max-width: 800px; }
.mystical-quote { 
    font-family: var(--font-serif); font-size: 2rem; line-height: 1.5; 
    border-left: 4px solid var(--gold); padding-left: 40px; 
    text-align: left; color: var(--white); margin-bottom: 30px; 
    position: relative;
}
.mystical-quote::before {
    content: '"'; position: absolute; top: -20px; left: 10px; 
    font-size: 6rem; color: var(--gold); opacity: 0.1; font-family: serif;
}
.body-text { font-size: 1.1rem; color: var(--text-dim); line-height: 1.8; }
.mt-30 { margin-top: 30px; }

/* --- 4. FOUNDATION SPLIT (Natural vs Cultural) --- */
.foundation-split { 
    display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; 
    padding: 100px 5%; border-top: 1px solid rgba(197, 164, 126, 0.1); 
    align-items: flex-start;
}
.foundation-col { text-align: center; padding: 20px; transition: 0.5s; }
.foundation-col:hover { transform: translateY(-5px); }

.col-icon { width: 50px; height: 50px; margin: 0 auto 20px; color: var(--gold); opacity: 0.8; }
.serif-title { font-family: var(--font-serif); font-size: 2.2rem; color: var(--gold); margin-bottom: 5px; }
.italic-sub { font-style: italic; color: var(--text-dim); margin-bottom: 20px; font-size: 0.9rem; letter-spacing: 1px; }
.warning-text { margin-top: 20px; font-size: 0.85rem; color: #ff9999; opacity: 0.8; font-style: italic; }

.vertical-divider { width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, var(--gold-dim), transparent); }

/* --- 5. COSMIC ENGINE (ANIMATION) --- */
.mystical-section { height: 90vh; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; }
.cosmic-compass-container { position: relative; width: 450px; height: 450px; display: flex; justify-content: center; align-items: center; margin-bottom: 40px; }
.compass-ring { position: absolute; border-radius: 50%; border: 1px solid var(--gold); box-shadow: 0 0 15px var(--gold-dim); }
.ring-outer { width: 100%; height: 100%; border-style: dashed; opacity: 0.2; animation: rotate 80s linear infinite; }
.ring-middle { width: 70%; height: 70%; border-width: 2px; opacity: 0.4; animation: rotate 40s linear infinite reverse; }
.ring-inner { width: 40%; height: 40%; border-width: 1px; opacity: 0.7; animation: pulse 4s ease-in-out infinite; }
.compass-core-glow { width: 15%; height: 15%; background: var(--gold); border-radius: 50%; filter: blur(30px); opacity: 0.6; }
.compass-center-icon { position: absolute; width: 80px; height: 80px; z-index: 2; opacity: 0.9; }

@keyframes rotate { 100% { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.7; } 50% { transform: scale(1.05); opacity: 0.4; } }

.mystical-title { font-family: var(--font-serif); font-size: 3rem; color: var(--gold); text-shadow: 0 0 20px var(--gold-dim); margin-bottom: 10px; }
.mystical-sub { font-family: var(--font-serif); font-style: italic; font-size: 1.2rem; color: var(--text-dim); }

/* --- 6. 5 PILLARS (ZODIAC CARDS) --- */
.alignment-cards-section { padding: 100px 5%; background: linear-gradient(to bottom, transparent, #020203, transparent); position: relative; }

.cards-grid-5 { 
    display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; 
    max-width: 1200px; margin: 60px auto 0;
}
/* FIX CENTER FOR 5 ROOTS */
.cards-grid-5.center-grid { justify-content: center; }

.mystic-card { 
    width: 300px; min-height: 420px; 
    background: linear-gradient(160deg, #0e0e12 0%, #050508 100%);
    border: 1px solid rgba(197, 164, 126, 0.15);
    position: relative; overflow: hidden; 
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: none;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.card-border-ornament { position: absolute; inset: 0; pointer-events: none; opacity: 0.3; transition: 0.5s; }
.card-border-ornament::before, .card-border-ornament::after {
    content: ''; position: absolute; width: 15px; height: 15px; border-color: var(--gold); border-style: solid; transition: 0.5s;
}
.card-border-ornament::before { top: 10px; left: 10px; border-width: 1px 0 0 1px; }
.card-border-ornament::after { bottom: 10px; right: 10px; border-width: 0 1px 1px 0; }

.card-content-wrap { position: relative; z-index: 2; text-align: center; }
.card-top-icon { width: 40px; height: 40px; margin: 0 auto 20px; color: var(--gold); opacity: 0.6; transition: 0.5s; }
.pillar-num { font-family: var(--font-serif); font-size: 0.9rem; letter-spacing: 3px; color: var(--text-dim); display: block; margin-bottom: 10px; }

.mystic-card h4 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--white); margin-bottom: 15px; text-transform: uppercase; letter-spacing: 2px; }
.card-detail { font-size: 0.9rem; color: var(--text-dim); line-height: 1.6; margin-bottom: 30px; }

.rune-container { border-top: 1px solid var(--gold-dim); padding-top: 15px; width: 50%; margin: 0 auto; }
.card-rune { font-family: 'Times New Roman', serif; font-size: 1.5rem; color: var(--gold); opacity: 0.4; transition: 0.5s; }

.mystic-card:hover { transform: translateY(-15px); border-color: var(--gold); box-shadow: 0 0 30px var(--gold-dim); }
.mystic-card:hover .card-top-icon { opacity: 1; transform: scale(1.2); filter: drop-shadow(0 0 8px var(--gold)); }
.mystic-card:hover .card-rune { opacity: 1; text-shadow: 0 0 10px var(--gold); }
.mystic-card:hover .card-border-ornament { opacity: 1; }
.mystic-card:hover .card-border-ornament::before { top: 5px; left: 5px; }
.mystic-card:hover .card-border-ornament::after { bottom: 5px; right: 5px; }

/* --- 7. CORE PRINCIPLES (List) --- */
.principles-section { padding: 100px 10%; background: #050508; }
.principles-list { list-style: none; max-width: 700px; margin: 0 auto; border-top: 1px solid var(--gold-dim); }
.principles-list li { 
    padding: 25px 0; border-bottom: 1px solid var(--gold-dim); 
    display: flex; align-items: center; gap: 30px; 
    font-family: var(--font-serif); font-size: 1.5rem; color: var(--text-dim);
}
.principles-list li .num { color: var(--gold); font-style: italic; opacity: 0.5; }
.principles-list li .text .dim { opacity: 0.5; font-size: 1.2rem; margin: 0 10px; }
.principles-footer { text-align: center; margin-top: 50px; font-style: italic; color: var(--gold); font-family: var(--font-serif); font-size: 1.2rem; }

/* --- 8. FOOTER & UTILS --- */
.cta-origin { height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: radial-gradient(circle at center, rgba(197, 164, 126, 0.08) 0%, transparent 70%); }
.cta-sub { font-family: var(--font-serif); font-style: italic; font-size: 1.8rem; margin-bottom: 1rem; color: var(--text-dim); }
.cta-link { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 5px; color: var(--white); border-bottom: 1px solid var(--gold); padding-bottom: 10px; transition: 0.5s; }
.cta-link:hover { letter-spacing: 8px; color: var(--gold); text-shadow: 0 0 10px var(--gold); }

.footer-clean { padding: 50px 5%; border-top: 1px solid rgba(255,255,255,0.05); font-size: 0.7rem; color: var(--text-dim); text-align: center; letter-spacing: 2px; }

/* Audio & Cursor */
.audio-unit { position: fixed; bottom: 40px; right: 40px; z-index: 999; }
#playBtn { width: 45px; height: 45px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); background: transparent; display: flex; justify-content: center; align-items: center; transition: 0.3s; }
#playBtn:hover { border-color: var(--gold); }
.pulse { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px var(--gold); }

.cursor-dot, .cursor-outline { pointer-events: none; position: fixed; top: 0; left: 0; transform: translate(-50%, -50%); border-radius: 50%; z-index: 99999; }
.cursor-dot { width: 6px; height: 6px; background: var(--white); }
.cursor-outline { width: 40px; height: 40px; border: 1px solid var(--gold); transition: transform 0.1s; }

/* Scroll Reveal */
.reveal { opacity: 0; transform: translateY(30px); transition: all 1.2s cubic-bezier(0.2, 0.6, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Portal Overlay */
.portal-overlay { position: fixed; inset: 0; background: var(--bg); z-index: 10000; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: 1.5s cubic-bezier(0.7, 0, 0.3, 1); }
.portal-overlay.fade-out { opacity: 0; visibility: hidden; }
.portal-content h1 { font-family: var(--font-serif); font-size: 4rem; letter-spacing: 20px; font-weight: 300; margin-bottom: 30px; color: var(--gold); }
.btn-enter { background: none; border: none; color: var(--text-dim); letter-spacing: 4px; text-transform: uppercase; font-size: 0.8rem; cursor: pointer; transition: 0.5s; }
.btn-enter:hover { color: var(--white); letter-spacing: 6px; text-shadow: 0 0 10px var(--white); }


/* =========================================
   THE THREE LENSES (MYSTICAL UPGRADE)
   ========================================= */
.lenses-section { padding: 120px 5%; position: relative; background: radial-gradient(ellipse at center, #0e0e14 0%, #020203 100%); overflow: hidden; }
.lenses-section::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(45deg, rgba(197, 164, 126, 0.03) 25%, transparent 25%), linear-gradient(-45deg, rgba(197, 164, 126, 0.03) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(197, 164, 126, 0.03) 75%), linear-gradient(-45deg, transparent 75%, rgba(197, 164, 126, 0.03) 75%);
    background-size: 20px 20px; opacity: 0.2; pointer-events: none;
}
.lenses-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin-top: 60px; position: relative; z-index: 2; }
.lens-card {
    background: linear-gradient(160deg, #14141a 0%, #08080c 100%);
    border: 1px solid rgba(197, 164, 126, 0.2);
    box-shadow: inset 0 0 30px rgba(0,0,0,0.8), 0 20px 40px rgba(0,0,0,0.5); 
    padding: 40px 30px; width: 350px; position: relative; overflow: hidden; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
}
.lens-card::after {
    content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, rgba(197, 164, 126, 0.2), transparent 60%); opacity: 0; transition: 0.5s; pointer-events: none;
}
.lens-header { text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 25px; }
.lens-header::after { content: ''; position: absolute; bottom: 0; left: 25%; width: 50%; height: 1px; background: linear-gradient(to right, transparent, var(--gold), transparent); opacity: 0.5; }
.lens-icon { font-size: 3rem; margin-bottom: 15px; filter: drop-shadow(0 0 10px rgba(197, 164, 126, 0.4)); transition: 0.5s; }
.lens-card h4 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--white); margin-bottom: 5px; letter-spacing: 1px; text-shadow: 0 2px 5px rgba(0,0,0,0.5); }
.lens-sub { font-family: var(--font-serif); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 3px; color: var(--gold); opacity: 0.8; }
.lens-body p { font-size: 0.95rem; color: rgba(255,255,255,0.7); margin-bottom: 25px; text-align: center; font-style: italic; line-height: 1.6; }
.lens-list { list-style: none; padding: 0; text-align: left; }
.lens-list li { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 15px; padding-left: 20px; position: relative; line-height: 1.5; transition: 0.3s; }
.lens-list li::before { content: '✦'; position: absolute; left: 0; top: 2px; color: var(--gold); font-size: 0.8rem; opacity: 0.6; }
.lens-list li strong { color: var(--gold); font-weight: 400; letter-spacing: 0.5px; }
.lens-card:hover { transform: translateY(-15px); border-color: rgba(197, 164, 126, 0.6); box-shadow: inset 0 0 50px rgba(197, 164, 126, 0.1), 0 30px 60px rgba(0, 0, 0, 0.7), 0 0 30px rgba(197, 164, 126, 0.2); }
.lens-card:hover::after { opacity: 1; }
.lens-card:hover .lens-icon { transform: scale(1.15); filter: drop-shadow(0 0 20px var(--gold)); }
.lens-card:hover .lens-list li { color: rgba(255,255,255,0.9); }

/* =========================================
   CORRELATION MATRIX (PETA KONSTELASI)
   ========================================= */
.matrix-section { padding: 150px 5%; background: #050508; position: relative; }
.matrix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1100px; margin: 0 auto; position: relative; }
.matrix-item { background: rgba(10, 10, 14, 0.3); border: 1px solid rgba(197, 164, 126, 0.15); padding: 30px 25px; transition: all 0.4s ease; position: relative; }
.matrix-item::before, .matrix-item::after { content: ''; position: absolute; width: 4px; height: 4px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px var(--gold); opacity: 0.3; transition: 0.4s; }
.matrix-item::before { top: -2px; left: -2px; } .matrix-item::after { bottom: -2px; right: -2px; }
.matrix-item h5 { font-family: var(--font-serif); font-size: 1.4rem; color: var(--gold); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 0 10px rgba(197, 164, 126, 0.3); }
.matrix-item h5::after { content: ''; flex-grow: 1; height: 1px; background: linear-gradient(to right, var(--gold-dim), transparent); }
.matrix-item p { font-size: 0.85rem; color: rgba(255, 255, 255, 0.5); line-height: 1.8; }
.matrix-item strong { color: #fff; font-weight: 400; }
.highlight-matrix { border: 1px solid rgba(197, 164, 126, 0.15); background: rgba(10, 10, 14, 0.3); box-shadow: none; }
.highlight-matrix:hover { border: 1px solid var(--gold); background: radial-gradient(circle at center, rgba(197, 164, 126, 0.15) 0%, rgba(10, 10, 14, 0.4) 100%); box-shadow: 0 0 30px rgba(197, 164, 126, 0.2), inset 0 0 20px rgba(197, 164, 126, 0.1); transform: scale(1.02); }
.highlight-matrix:hover h5 { color: #fff; text-shadow: 0 0 15px var(--gold); }
.matrix-item:hover { background: rgba(197, 164, 126, 0.05); border-color: var(--gold); transform: scale(1.02); box-shadow: 0 0 30px rgba(197, 164, 126, 0.2) inset; }
.matrix-item:hover::before, .matrix-item:hover::after { opacity: 1; box-shadow: 0 0 15px var(--gold); }
.matrix-item:hover p { color: rgba(255, 255, 255, 0.8); }

@media (max-width: 1024px) {
    .matrix-grid { grid-template-columns: repeat(2, 1fr); }
}

/* --- COMPARISON SECTION --- */
.comparison-container { display: flex; justify-content: center; align-items: center; gap: 0; max-width: 1000px; margin: 0 auto; }
.comp-box { flex: 1; padding: 40px; background: rgba(10, 10, 14, 0.5); border: 1px solid rgba(255, 255, 255, 0.05); position: relative; }
.comp-box.premium { border: 1px solid var(--gold); background: linear-gradient(145deg, rgba(197, 164, 126, 0.1) 0%, rgba(5, 5, 8, 0.9) 100%); box-shadow: 0 0 40px rgba(197, 164, 126, 0.1); z-index: 2; }
.comp-box h5 { font-family: var(--font-serif); font-size: 1.5rem; margin-bottom: 30px; text-align: center; color: var(--white); }
.comp-box.premium h5 { color: var(--gold); }
.comp-box ul { list-style: none; padding: 0; }
.comp-box ul li { font-size: 0.9rem; margin-bottom: 15px; color: var(--text-dim); padding-left: 25px; position: relative; }
.comp-box.premium ul li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); }
.comp-box.basic ul li::before { content: '×'; position: absolute; left: 0; color: #ff6b6b; }
.comp-vs { width: 60px; height: 60px; background: var(--bg); border: 1px solid var(--gold-dim); display: flex; justify-content: center; align-items: center; border-radius: 50%; font-family: var(--font-serif); color: var(--gold); font-style: italic; z-index: 3; margin: 0 -30px; box-shadow: 0 0 20px rgba(0,0,0,0.8); }

/* --- REVISI 7 STAGES (Lebih Keren) --- */
.flow-container { position: relative; max-width: 1100px; margin: 0 auto; padding: 20px 0; }
.flow-line { position: absolute; top: 50px; left: 5%; width: 90%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); z-index: 1; }
.journey-steps { display: flex; justify-content: space-between; position: relative; z-index: 2; }
.step-node { display: flex; flex-direction: column; align-items: center; gap: 20px; width: 14%; cursor: pointer; transition: 0.3s; }
.node-circle { width: 60px; height: 60px; background: var(--bg); border: 1px solid var(--gold-dim); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-family: var(--font-serif); color: var(--gold); transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); margin: 0 auto 15px; box-shadow: 0 0 20px rgba(0,0,0,1); }
.step-node:hover .node-circle { border-color: var(--gold); transform: scale(1.2); box-shadow: 0 0 30px var(--gold-dim); color: #fff; background: var(--gold); }
.step-node p { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: var(--text-dim); text-align: center; }

/* --- LEGACY SECTION --- */
.legacy-section { padding: 150px 10%; text-align: center; background: radial-gradient(circle at bottom, rgba(197, 164, 126, 0.05) 0%, transparent 70%); }
.banyan-icon { font-size: 4rem; margin-bottom: 30px; filter: drop-shadow(0 0 10px var(--gold)); }

/* --- MYSTIC MODAL POP-UP --- */
.mystic-modal { position: fixed; inset: 0; z-index: 10001; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.mystic-modal.active { opacity: 1; visibility: visible; }
.modal-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(10px); }
.modal-card { position: relative; width: 90%; max-width: 450px; background: linear-gradient(160deg, #0e0e12 0%, #050508 100%); border: 1px solid var(--gold); padding: 50px 40px; text-align: center; transform: scale(0.8) translateY(20px); transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); box-shadow: 0 0 50px rgba(197, 164, 126, 0.2); }
.mystic-modal.active .modal-card { transform: scale(1) translateY(0); }
.modal-close { position: absolute; top: 20px; right: 20px; color: var(--gold); cursor: pointer; font-size: 1.2rem; opacity: 0.5; transition: 0.3s; }
.modal-close:hover { opacity: 1; transform: rotate(90deg); }
.modal-content h4 { font-family: var(--font-serif); font-size: 2rem; color: var(--white); margin-bottom: 10px; letter-spacing: 2px; }
.gold-divider-line.small { max-width: 100px; margin: 20px auto; }

/* --- MYSTICAL PORTAL CTA --- */
.portal-button-container { position: relative; padding: 40px; }
.glow-aura { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 150px; height: 60px; background: var(--gold); filter: blur(40px); border-radius: 50px; opacity: 0.3; animation: pulse-aura 4s infinite ease-in-out; pointer-events: none; }
@keyframes pulse-aura { 0%, 100% { opacity: 0.2; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 0.5; transform: translate(-50%, -50%) scale(1.3); } }
.cta-link-portal { position: relative; display: inline-block; padding: 18px 45px; background: rgba(10, 10, 14, 0.8); border: 1px solid var(--gold); color: var(--white); text-transform: uppercase; letter-spacing: 5px; font-size: 0.8rem; overflow: hidden; transition: 0.5s; backdrop-filter: blur(5px); box-shadow: 0 0 15px rgba(197, 164, 126, 0.2); }
.cta-link-portal:hover { letter-spacing: 7px; color: #000; background: var(--gold); box-shadow: 0 0 40px var(--gold); transform: translateY(-5px); }
.btn-shimmer { position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transform: skewX(-20deg); transition: none; }
.cta-link-portal:hover .btn-shimmer { animation: shimmer-effect 1.5s infinite; }
@keyframes shimmer-effect { 100% { left: 200%; } }
.cta-tagline { margin-top: 30px; font-size: 0.7rem; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; opacity: 0.7; }

/* =========================================
   SECTION JURNAL / NEWS GRID
   ========================================= */
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.news-card { background: rgba(10, 10, 14, 0.6); border: 1px solid rgba(197, 164, 126, 0.2); position: relative; display: flex; flex-direction: column; overflow: hidden; height: 100%; transition: all 0.4s ease; }
.news-card:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(197, 164, 126, 0.15); }
.news-image-wrapper { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid rgba(197, 164, 126, 0.2); }
.news-image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; opacity: 0.85; }
.news-card:hover .news-image-wrapper img { transform: scale(1.05); opacity: 1; }
.news-content-preview { padding: 30px; display: flex; flex-direction: column; flex-grow: 1; }
.news-meta { font-size: 0.7rem; color: var(--gold); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; opacity: 0.8; }
.news-title { font-family: var(--font-serif); font-size: 1.4rem; color: var(--white); margin-bottom: 15px; line-height: 1.3; }
.news-excerpt { font-size: 0.85rem; color: var(--text-dim); margin-bottom: 25px; line-height: 1.6; flex-grow: 1; }
.open-article-btn { width: 100%; background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 12px; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; transition: 0.4s; cursor: pointer; margin-top: auto; }
.open-article-btn:hover { background: var(--gold); color: #000; }

/* Modal Artikel Styling Khusus untuk Origin */
.article-modal-container { max-width: 800px; padding: 50px; }
.article-header-modal { text-align: center; border-bottom: 1px solid rgba(197, 164, 126, 0.2); padding-bottom: 25px; margin-bottom: 30px; }
.article-featured-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; margin-bottom: 40px; border: 1px solid rgba(197, 164, 126, 0.2); }
.article-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.article-text-body { font-size: 1rem; line-height: 1.8; color: rgba(255, 255, 255, 0.85); text-align: justify; }
.article-text-body h4 { font-family: var(--font-serif); font-size: 1.4rem; color: var(--gold); margin: 40px 0 15px; }
.article-text-body > p:first-of-type::first-letter { font-family: var(--font-serif); font-size: 3.5rem; color: var(--gold); float: left; line-height: 1; margin-right: 10px; margin-top: -5px; }

/* Form Modal Overlay dari form.html yang harus ada di sini */
.form-modal-overlay { position: fixed; inset: 0; background: rgba(5, 5, 8, 0.95); backdrop-filter: blur(8px); z-index: 2000; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: 0.5s ease; padding: 20px; }
.form-modal-overlay.active { opacity: 1; visibility: visible; }
.form-modal-container { background: var(--bg); border: 1px solid rgba(197, 164, 126, 0.3); width: 100%; transform: translateY(30px) scale(0.95); transition: 0.5s ease; box-shadow: 0 20px 50px rgba(0,0,0,0.8); max-height: 90vh; overflow-y: auto; }
.form-modal-overlay.active .form-modal-container { transform: translateY(0) scale(1); }
.close-modal-btn { position: absolute; top: 20px; right: 25px; background: none; border: none; color: var(--gold); font-size: 2rem; opacity: 0.7; transition: 0.3s; cursor: pointer; }
.close-modal-btn:hover { opacity: 1; transform: rotate(90deg); }
.form-modal-container::-webkit-scrollbar { width: 4px; }
.form-modal-container::-webkit-scrollbar-track { background: transparent; }
.form-modal-container::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 4px; }


/* --- FOOTER & SOCIAL MEDIA --- */
.nls-footer {
    border-top: 1px solid rgba(197, 164, 126, 0.15);
    background: linear-gradient(to top, rgba(10, 10, 15, 0.9), transparent);
    padding: 60px 5% 40px;
    margin-top: 80px;
    text-align: center;
}

.footer-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.footer-logo {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--gold);
    letter-spacing: 5px;
}

.footer-logo span {
    display: block;
    font-family: var(--font-sans);
    font-size: 0.65rem;
    color: var(--text-dim);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 5px;
}

.social-links {
    display: flex;
    gap: 25px;
}

.social-links a {
    color: var(--text-dim);
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.02);
}

.social-links a:hover {
    color: var(--bg);
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(197, 164, 126, 0.3);
}

.footer-copyright {
    font-size: 0.75rem;
    color: var(--text-dim);
    opacity: 0.5;
    letter-spacing: 1px;
}

/* Penyesuaian Mobile */
@media (max-width: 600px) {
    .nls-footer { padding: 50px 20px 30px; margin-top: 40px; }
    .social-links { gap: 15px; }
    .social-links a { width: 40px; height: 40px; }
}
/* =========================================
   ALL MOBILE RESPONSIVE (GABUNGAN)
   ========================================= */
@media (max-width: 768px) {
    /* --- 1. Sembunyikan Kursor Mengganggu di HP --- */
    .cursor-dot, .cursor-outline { 
        display: none !important; 
    }

    /* --- 2. Navbar Mobile --- */
    .navbar { padding: 15px 20px; }
    
    /* Tombol Hamburger Tampil */
    .nav-trigger { display: flex; }
    
    /* Animasi Hamburger menjadi 'X' */
    .nav-trigger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
    .nav-trigger.active span:nth-child(2) { opacity: 0; }
    .nav-trigger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

    /* Nav Links Slide Masuk */
    .nav-links {
        position: fixed;
        top: 0; right: -100%;
        width: 75%; height: 100vh;
        background: rgba(10, 10, 14, 0.98);
        backdrop-filter: blur(15px);
        display: flex; /* WAJIB FLEX AGAR MUNCUL SAAT AKTIF */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.4s ease-in-out;
        z-index: 999;
        border-left: 1px solid rgba(197, 164, 126, 0.2);
    }
    
    .nav-links.active { right: 0; }
    .nav-links li { margin: 20px 0; }

    /* --- 3. Hero & Typograpy Mobile --- */
    .main-title { font-size: 3rem; letter-spacing: 5px; }
    .serif-title { font-size: 2.2rem !important; line-height: 1.2; }
    
    /* --- 4. Foundation Split --- */
    .foundation-split { grid-template-columns: 1fr; text-align: center; gap: 50px; }
    .vertical-divider { display: none; }
    .cosmic-compass-container { width: 300px; height: 300px; }

    /* --- 5. Lenses & Matrix --- */
    .lenses-section, .matrix-section { padding: 100px 5%; }
    .matrix-grid { grid-template-columns: 1fr; gap: 30px; }
    .lens-card { width: 100%; clip-path: none; border-radius: 4px; }

    /* --- 6. Comparison & Journey --- */
    .comparison-container { flex-direction: column; }
    .comp-vs { margin: -30px 0; }
    .journey-steps { flex-wrap: wrap; gap: 40px; }
    .journey-steps::before { display: none; }
    .step-node { width: 30%; }

    /* --- 7. Modal Pop-Up Jurnal --- */
    .catalog-grid { 
        grid-template-columns: 1fr !important; /* Paksa 1 kolom di HP */
        gap: 20px; 
        justify-items: center; /* MEMAKSA SEMUA ITEM KE TENGAH */
    }
    .mystic-card {
        width: 100% !important; /* Biar kartu memenuhi layar HP */
        max-width: 350px; /* Batas maksimal agar tidak terlalu melar */
    }
    .form-modal-container { width: 95% !important; padding: 25px 20px !important; }
    #journalModalTitle { font-size: 1.8rem !important; }
    #journalModalContent { font-size: 1rem !important; line-height: 1.7; }
    .close-modal-btn { width: 35px !important; height: 35px !important; font-size: 1.2rem !important; }
}