/* GLOBAL LENIS & BODY SETTINGS */
html.lenis, html.lenis body {
    height: auto;
    cursor: none;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}

:root {
    --bg-demonic: #001233;
    --nav-bg: #010101;
    --text-pure: #ffffff;
    --accent-blue: #007EFF;
    --accent-red: #8B0000;
    --font-art: 'Cinzel Decorative', serif;
    --font-modern: 'Montserrat', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: none;
}

body {
    background-color: var(--bg-demonic);
    color: var(--text-pure);
    font-family: var(--font-modern);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    will-change: scroll-position;
}

/* RIVE MOBİL KAYDIRMA & DOKUNMA İZİNLERİ KİLİT ÇÖZÜMÜ */
canvas {
    touch-action: pan-y !important; /* Yukarı-aşağı kaydırmayı zorla serbest bırakır */
    -webkit-user-select: none; /* Metin seçimi gibi algılamasını önler */
    -webkit-touch-callout: none; /* Uzun basınca açılan telefon menüsünü engeller */
    -webkit-tap-highlight-color: transparent; /* Tıklama anındaki mavi/gri efektleri gizler */
    outline: none;
}

/* BACKGROUNDS & GRAIN */
.global-bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('bg.webp');
    background-size: cover;
    background-position: center;
    opacity: .15;
    mix-blend-mode: luminosity;
    z-index: -2;
    pointer-events: none;
    transform: translateZ(0);
    will-change: transform;
}

.global-grain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 8000;
    opacity: .35;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
    transform: translateZ(0);
    will-change: transform;
}

/* CURSOR SYSTEM */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--text-pure);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%) translateZ(0);
    transition: width .3s, height .3s;
    will-change: width, height, transform;
}
.custom-cursor.active {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid var(--text-pure);
}

.cursor-image-reveal {
    position: fixed;
    top: 0;
    left: 0;
    width: clamp(200px, 25vw, 350px);
    aspect-ratio: 3/4;
    pointer-events: none;
    z-index: 90;
    opacity: 0;
    transform: translate(-50%, -50%) scale(.8) translateZ(0);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .9);
    border: 1px solid rgba(255, 255, 255, .05);
    will-change: opacity, transform;
}
.cursor-image-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(70%) contrast(120%);
}

/* LOADER */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-text {
    font-family: var(--font-art);
    /* Yazı hafif küçültüldü */
    font-size: clamp(1.8rem, 7.5vw, 5.8rem); 
    color: #fff;
    /* Letter spacing verilince merkezden kaymasını engellemek için sağdan açılan boşluk kadar soldan padding verilir */
    letter-spacing: 0.5em;
    padding-left: 0.5em; 
    margin-left: 0;
    opacity: 0;
    text-align: center;
}

/* NAVIGATIONBAR (NAVBAR) */
.black-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent; 
    padding: 1.5rem 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    transform: translateZ(0);
}
.nav-links {
    list-style: none;
    display: flex;
    gap: clamp(0.5rem, 1vw, 1rem);
    z-index: 300;
    position: relative;
}

.nav-link {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: var(--text-pure);
    text-decoration: none;
    font-size: clamp(0.6rem, 1vw, 0.75rem);
    letter-spacing: 0.3em;
    font-weight: 600;
    transition: color 0.4s ease;
    z-index: 300;
}
.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--accent-red);
    z-index: -1;
    transition: height 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Desktop Hover Animasyonu */
@media (hover: hover) {
    .nav-link:hover { color: var(--text-pure); }
    .nav-link:hover::before { height: 100%; }
}
/* JS ile Tetiklenen Mobil Animasyon Sınıfı */
.nav-link.tapped-anim::before {
    height: 100%;
}

.magnetic-wrap {
    display: inline-block;
    padding: 10px;
}
.magnetic-inner {
    pointer-events: none;
    transform: translateZ(0);
    will-change: transform;
}

/* HERO SECTION */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 4vw;
    overflow: hidden;
    border-bottom: 1px solid var(--accent-red);
}
.hero-marquee {
    position: absolute;
    top: 20%;
    left: -10%;
    width: 120%;
    z-index: 0;
    opacity: .26; 
    transform: rotate(-5deg) translateZ(0);
    pointer-events: none;
    white-space: nowrap;
    will-change: transform;
}

.marquee-track {
    display: inline-flex;
    gap: 2rem;
    font-family: var(--font-modern);
    font-size: clamp(4rem, 15vw, 15rem);
    font-weight: 900;
    letter-spacing: 0.1em;
    animation: marqueeScroll 160s linear infinite;
    will-change: transform;
    color: var(--accent-red);
}
@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.hero-left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 10;
}
.hero-canvas {
    height: clamp(50vh, 85vh, 900px);
    aspect-ratio: 1/1; 
    object-fit: contain;
    object-position: bottom left;
    filter: grayscale(80%) contrast(140%) drop-shadow(30px 20px 0 rgba(0, 0, 0, .5));
    transform: translateZ(0);
    will-change: transform;
}

.hero-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20vh; 
    text-align: right;
    z-index: 10;
}
.title-wrapper {
    position: relative;
    z-index: 10;
}
.title-main {
    font-family: var(--font-art);
    font-size: clamp(3rem, 8vw, 9rem);
    white-space: nowrap;
    color: var(--text-pure);
    line-height: .9;
    font-weight: 900;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .5);
}
.title-sub {
    font-family: var(--font-modern);
    font-size: clamp(1rem, 2vw, 2.5rem);
    color: var(--text-pure);
    font-weight: 600;
    letter-spacing: 1em;
    margin-top: 1rem;
    opacity: .7;
}

/* SCROLL INDICATOR */
.scroll-indicator {
    position: absolute;
    bottom: 5vh;
    right: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: .8;
    z-index: 20;
}
.scroll-text {
    font-family: var(--font-modern);
    font-size: .6rem;
    letter-spacing: .4em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: var(--accent-red);
    font-weight: 900;
}
.scroll-line {
    width: 1px;
    height: 60px;
    background: rgba(139, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}
.scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--accent-red);
    animation: scrollDrop 2s infinite cubic-bezier(.76, 0, .24, 1);
}
@keyframes scrollDrop {
    0% { top: -100%; }
    100% { top: 100%; }
}

/* WRAPPER & TAP INDICATOR */
.canvas-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tap-indicator {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-family: var(--font-modern);
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(139, 0, 0, 0.6);
    padding: 3px 8px;
    border-radius: 4px;
    animation: pulse-tap 1.5s infinite;
    pointer-events: none;
    z-index: 9999 !important;
    box-shadow: 0 0 10px rgba(139, 0, 0, 0.5);
}
@keyframes pulse-tap {
    0%, 100% { opacity: 0.2; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1); }
}

/* FEATURED / RITUALS SECTION */
.featured {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15vh 4vw;
    z-index: 1;
}
.parallax-stone {
    position: absolute;
    top: 0;
    right: -10%;
    width: 70vw;
    height: 120%;
    z-index: -1;
    opacity: 1;
    pointer-events: none;
    transform: translateZ(0);
    will-change: transform;
}
.parallax-stone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%) brightness(0.5);
}
.featured-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.featured-header {
    margin-bottom: 8vh;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 2rem;
    position: relative;
}
.section-watermark {
    font-family: var(--font-art);
    font-size: clamp(4rem, 10vw, 12rem);
    color: var(--accent-red);
    opacity: 0.9;
    line-height: 0.8;
}
.section-desc {
    font-family: var(--font-modern);
    font-size: clamp(.6rem, 1vw, .8rem);
    letter-spacing: .3em;
    margin-top: 1rem;
    color: var(--accent-red);
}

.tracklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.track-item {
    position: relative;
    padding: clamp(1.5rem, 3vw, 3rem) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    transition: all .5s cubic-bezier(.16, 1, .3, 1);
    opacity: .5;
    overflow: hidden;
    transform: translateZ(0);
}
.track-item:hover, .track-item.active {
    opacity: 1;
    padding-left: clamp(1rem, 3vw, 3rem);
    padding-right: clamp(1rem, 3vw, 3rem);
    background: rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
}
.track-bg-num {
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    font-family: var(--font-modern);
    font-size: clamp(4rem, 8vw, 8rem);
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, .05);
    z-index: 0;
    transition: all .5s;
    pointer-events: none;
    will-change: transform;
}
.track-item:hover .track-bg-num, .track-item.active .track-bg-num {
    transform: translateY(-50%) translateX(2rem) translateZ(0);
    -webkit-text-stroke: 1px rgba(139, 0, 0, .3);
}
.track-info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    z-index: 1;
    pointer-events: none;
}
.track-title {
    font-family: var(--font-art);
    font-size: clamp(1.5rem, 4vw, 3.5rem);
    font-weight: 900;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px var(--text-pure);
    transition: color 0.4s ease, -webkit-text-stroke 0.4s ease;
}
.track-item:hover .track-title, .track-item.active .track-title {
    color: var(--accent-red);
    -webkit-text-stroke: 1px transparent;
    text-shadow: 0 0 20px rgba(139, 0, 0, 0.5);
}
.track-subtitle {
    font-family: var(--font-modern);
    font-size: clamp(.5rem, 1vw, .7rem);
    letter-spacing: .4em;
    color: rgba(255, 255, 255, .4);
}
.track-item.active .track-title {
    color: var(--accent-red);
    text-shadow: 0 0 20px rgba(139, 0, 0, .5);
}
.track-item.active .track-subtitle {
    color: var(--accent-red);
}
.track-status {
    display: flex;
    align-items: center;
    gap: clamp(.5rem, 2vw, 2rem);
    z-index: 1;
    pointer-events: none;
}
.play-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    transition: all .3s;
}
.track-item.active .play-indicator {
    background: var(--accent-red);
    border-color: var(--accent-red);
    box-shadow: 0 0 15px var(--accent-red);
}
.pulse-ring {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--accent-red);
    opacity: 0;
    pointer-events: none;
}
.track-item.active .pulse-ring {
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% { transform: scale(.5); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}
.track-time {
    font-family: var(--font-modern);
    font-size: clamp(.8rem, 1vw, 1rem);
    letter-spacing: 2px;
    min-width: 60px;
    text-align: right;
}
.track-progress-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}
.track-item.active .track-progress-bg {
    background: rgba(255, 255, 255, .1);
}
.track-progress-fill {
    width: 0%;
    height: 100%;
    background: var(--accent-red);
    transition: width .1s linear;
    box-shadow: 0 0 10px var(--accent-red);
}

/* ABYSS PANEL SYSTEM */
.abyss-panel {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 50vh;
    background: #030303;
    z-index: 9500;
    pointer-events: none;
    transform: translateZ(0);
    will-change: transform;
}
.abyss-edge {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent-red), transparent);
    opacity: .9;
    box-shadow: 0 0 40px var(--accent-red);
}
.top-edge { bottom: 0; }
.bottom-edge { top: 0; }
.abyss-top {
    top: 0;
    transform: translateY(-100%);
    box-shadow: 0 20px 60px #000;
}
.abyss-bottom {
    bottom: 0;
    transform: translateY(100%);
    box-shadow: 0 -20px 60px #000;
}
.abyss-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8) translateZ(0);
    font-family: var(--font-art);
    font-size: clamp(3rem, 8vw, 8rem);
    color: var(--accent-red);
    z-index: 9600;
    opacity: 0;
    pointer-events: none;
    
    /* Center alignment fix with padding */
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    margin-left: 0;
    text-align: center;
    
    white-space: nowrap;
    text-shadow: 2px 2px 0 #000, -2px -2px 0 #000, 0 0 40px var(--accent-red);
    will-change: opacity, transform;
}
.glitch-anim {
    animation: glitch .3s cubic-bezier(.25, .46, .45, .94) both infinite;
}
@keyframes glitch {
    0%, 100% { transform: translate(-50%, -50%) translate(0, 0); }
    20% { transform: translate(-50%, -50%) translate(-2px, -2px); }
    40% { transform: translate(-50%, -50%) translate(2px, -2px); }
    60% { transform: translate(-50%, -50%) translate(-2px, 2px); }
    80% { transform: translate(-50%, -50%) translate(1px, -1px); }
}

/* HIGH-PERFORMANCE RITUAL WALL CONTAINER & SCROLL TEXT */
.demonic-gate-spacer {
    width: 100%;
    height: 130vh;
    background: transparent;
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.gate-scroll-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-modern);
    font-size: clamp(1rem, 3.5vw, 1.8rem);
    font-weight: 300;
    color: var(--accent-red);
    letter-spacing: 0.8em;
    padding-left: 0.8em; 
    z-index: 50;
    pointer-events: none;
    opacity: 0.8;
}

.ritual-glitch-wall {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    padding: 6vh 0;
    pointer-events: none;
    font-family: var(--font-art);
    color: #550000;
    font-size: clamp(1.1rem, 3.2vw, 2.5rem);
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.5em;
    user-select: none;
    transform: translateZ(0);
    will-change: transform;
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.ritual-row {
    white-space: nowrap;
    text-shadow: 0 0 6px rgba(85, 0, 0, 0.4);
    will-change: transform, opacity;
    animation: hellGlitch 0.23s infinite steps(2);
}
.ritual-row:nth-child(4n+1) { animation-duration: 0.16s; }
.ritual-row:nth-child(4n+2) { animation-duration: 0.24s; animation-direction: reverse; }
.ritual-row:nth-child(4n+3) { animation-duration: 0.19s; }
.ritual-row:nth-child(4n+4) { animation-duration: 0.28s; animation-direction: reverse; }

@keyframes hellGlitch {
    0% { transform: translate(3px, 1px) skewX(2deg); opacity: 0.25; }
    25% { transform: translate(-2px, -1px) skewX(-2deg); opacity: 0.55; }
    50% { transform: translate(0px, 2px); opacity: 0.15; }
    75% { transform: translate(-3px, -1px) skewX(3deg); opacity: 0.65; }
    100% { transform: translate(2px, 0px) skewX(0deg); opacity: 0.35; }
}

/* ABOUT SECTION */
.about {
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-top: 25vh;
    padding-bottom: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
    flex-wrap: wrap;
}
.about-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#rive-canvas {
    position: relative;
    top: 0px; 
    left: 0px; 
    margin: 0 auto;
    display: block;
    pointer-events: auto;
    width: 100%;
    max-width: 600px;
    aspect-ratio: 1/1;
    object-fit: contain;
    z-index: 200;
    transform: translate(0px, 30px);
}

.about-right {
    flex: 1.5; 
    min-width: 300px;
    padding: 2vw 5vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}
.about-title {
    font-family: var(--font-modern);
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    color: var(--accent-red);
    margin-bottom: 2rem;
    letter-spacing: .3em;
    font-weight: 900;
}

.about-desc {
    font-family: var(--font-modern);
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.7; 
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: justify;
    max-width: 720px;
    word-wrap: break-word;
}

.about-socials {
    display: flex;
    justify-content: center; 
    gap: 1.5rem;             
    margin-top: 2.5rem;
    flex-wrap: wrap;
    transform: translateX(-30px);
}
.about-socials .nav-link {
    font-size: clamp(0.7rem, 1.2vw, 1rem); 
}

/* YENİ GRADIENTLİ VE KESKİN FOOTER (DEVASA VIGOROUS) */
.bespoke-footer {
    background: linear-gradient(to bottom, #000000 30%, #1a0202 100%);
    min-height: 15vh;
    padding: -6vh 0vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.giant-footer-text {
    font-family: var(--font-modern);
    font-size: 10vw;
    color: var(--text-pure);
    font-weight: 1000;
    text-align: center;
    line-height: 1;
    margin: 0;
    width: 100%;
    letter-spacing: -0.02em;
}

/* SCROLLBAR REMOVAL */
html::-webkit-scrollbar { display: none; }
html { scrollbar-width: none; -ms-overflow-style: none; }

.scroll-darkener {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0.75;
    z-index: -1;
    pointer-events: none;
    will-change: opacity;
}

/* DOKUNMATİK EKRAN (MOBİL) CURSOR İPTALİ */
@media (pointer: coarse) {
    .custom-cursor, .cursor-image-reveal {
        display: none !important;
    }
    * {
        cursor: auto !important;
    }
    html.lenis, html.lenis body {
        cursor: auto;
    }
    .tap-indicator {
        display: block;
    }
}

/* RESPONSIVE QUERIES */
@media(max-width: 768px) {
    .hero {
        padding: 0 4vw;
    }
    .hero-left {
        display: flex; 
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        z-index: 1;
        opacity: 0.70; /* Şeffaflık artırıldı (daha görünür) */
        justify-content: center;
        align-items: center;
        pointer-events: auto; /* Rive için dokunmayı yakalasın */
    }
.hero-right {
        padding: 0;
        margin: 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        pointer-events: none; 
        /* YAZININ YUKARI/AŞAĞI AYARI BURADA */
        /* Eksi (-) değerler yukarı, artı (+) değerler aşağı çeker. */
        /* İstediğin hizayı bulana kadar -5vh, -10vh, -15vh gibi rakamlarla oyna */
        transform: translateY(-16vh); 
    }
    .title-wrapper {
        top: 0;
        right: 0;
    }
    .scroll-indicator {
        bottom: 8vh;
        right: 4vw;
        transform: none; 
    }
    .black-nav {
        padding: 0.8rem 4vw; /* Yükseklik düşürüldü, sağ/sol hiza eski mükemmel haline alındı */
    }
    .nav-links {
        align-items: center;
        gap: clamp(0.2rem, 1vw, 1rem); /* Taşmayı önlemek için aralığı dengeledik */
    }
    .nav-link {
        font-size: clamp(0.6rem, 2.3vw, 0.9rem); 
        padding: 8px 12px; /* Taşmayı engellemek için iç boşluklar kısıldı */
    }
    .marquee-track {
        animation: marqueeScroll 80s linear infinite; 
        font-size: clamp(6rem, 22vw, 20rem); 
    }
    .abyss-text {
        font-size: 11vw; 
        letter-spacing: 0.2em;
        padding-left: 0.2em; /* Mobil harf aralığına göre merkezleme */
    }
    
    /* TAP yazısı Gargoyle için sola kaydırıldı */
    .tap-gargoyle {
        right: 35px;
    }

    /* RITUALS ARKASINDAKİ DEVASA TAŞ (Önceki İsteğin) */
    .parallax-stone {
        width: 160vw;    
        right: -30%;     
        top: 5%;         
        opacity: 0.8;    
    }

    .track-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }
    .track-bg-num {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 0.5rem;
    }
    .track-item:hover .track-bg-num, .track-item.active .track-bg-num {
        transform: none;
    }
    .track-status {
        width: 100%;
        justify-content: space-between;
    }
    .about {
        flex-direction: column;
        text-align: center;
        padding: 12vh 4vw 10vh; /* Üstten boşluk artırıldı */
        gap: 2rem;
    }
    #rive-canvas {
        height: 350px;
    }
    .about-right {
        padding: 0;
        margin-top: 3vh; /* About metinleri ve iletişim kutuları aşağı alındı */
    }
    .about-desc {
        text-align: center; 
    }
    .about-socials {
        justify-content: center;
        transform: translateX(0); 
    }
    .giant-footer-text {
        font-size: 15vw; 
    }
}