/* 
 * Aden Coming Soon - Cinematic Styles
 */

/* =========================================
   1. TOKENS & RESET
   ========================================= */
:root {
    --color-bg-olive: #665E3A;
    --color-bg-dark: #0a1410;
    --color-gold-main: #D6AD45;
    --color-gold-highlight: #FBEEA8;
    --color-gold-shadow: #74561E;
    --color-emerald-deep: #004225;

    --font-ar-display: 'Amiri', 'Noto Kufi Arabic', serif;
    --font-en-display: 'Palatino Linotype', 'Playfair Display', serif;
    --font-en-body: 'Work Sans', 'Segoe UI', sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body.cs-body {
    background-color: var(--color-bg-dark);
    font-family: var(--font-en-body);
    height: 100vh;
    width: 100%;
    margin: 0;
    overflow: hidden;
    /* No scroll on desktop */
    color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* =========================================
   2. BACKGROUND SYSTEM
   ========================================= */
.cs-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
}

/* =========================================
   2. BACKGROUND SYSTEM (Matched to Link Hub)
   ========================================= */
.cs-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
}

.cs-bg-gradient {
    position: absolute;
    inset: 0;
    /* Coming Soon Background */
    background-image: linear-gradient(to bottom, rgba(0, 15, 10, 0.6), rgba(0, 0, 0, 0.75)), url('../assets/backgrounds/coming soon telephone background screen.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-bg-pattern {
    position: absolute;
    inset: -10%;
    width: 120%;
    height: 120%;
    background-image: url('../assets/backgrounds/pattern.png'),
        radial-gradient(var(--color-gold-shadow) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.03;
}

.cs-bg-vignette {
    position: absolute;
    inset: 0;
    background: radial-gradient(transparent 40%, black 120%);
    opacity: 0.7;
}

/* =========================================
   3. LAYOUT CONTAINER (Zero Scroll)
   ========================================= */
.cs-container {
    width: 100%;
    max-width: 900px;
    height: 100vh;
    /* Force full height */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    /* Distribute vertically */
    text-align: center;
    position: relative;
    z-index: 10;
}

/* =========================================
   4. LOGO
   ========================================= */
.cs-logo-wrapper {
    margin-bottom: 0;
    /* Handled by space-evenly */
    opacity: 0;
    flex-shrink: 0;
    /* Don't squash */
}

.cs-logo {
    width: 300px;
    /* Large desktop logo */
    height: auto;
    filter: drop-shadow(0 0 30px rgba(214, 173, 69, 0.4));
}

/* =========================================
   5. TAGLINES (THE CORE MESSAGE)
   ========================================= */
.cs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    flex-shrink: 1;
    /* Allow minor shrinking if needed */
}

/* Typography Shared Styles */
.cs-tagline--ar,
.cs-tagline--en,
.cs-tagline--nl {
    color: var(--color-gold-main);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    /* Reset margins for tight stacking */
    padding: 4px 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    opacity: 0;
}

.cs-tagline--ar {
    font-family: var(--font-ar-display);
    font-size: 2.8rem;
    position: relative;
    overflow: hidden;
    /* Clips the shimmer */
    display: inline-block;
    /* Wraps text tightly */
    padding-bottom: 5px;
    /* Prevent descender clipping */
}

.cs-tagline--en {
    font-family: var(--font-en-display);
    font-size: 2.8rem;
    max-width: 95%;
}

.cs-tagline--nl {
    font-family: var(--font-en-body);
    font-size: 2.8rem;
    max-width: 95%;
}

/* Shimmer Effect overlay */
.cs-shimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
    transform: skewX(-20deg) translateX(-150%);
    pointer-events: none;
    mix-blend-mode: overlay;
}

/* Location Line */
.cs-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 3vh;
    opacity: 0;
    /* JS Reveal */
}

.cs-location-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0.9) drop-shadow(0 0 5px rgba(214, 173, 69, 0.5));
    margin-top: 4px;
    flex-shrink: 0;
}

.cs-location span {
    font-family: var(--font-en-display);
    font-size: 1.1rem;
    color: var(--color-gold-main);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Info Line */
.cs-info {
    font-size: 0.8rem;
    color: var(--color-gold-main);
    opacity: 0;
    font-family: var(--font-en-body);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 1vh;
    opacity: 0.8;
}

/* =========================================
   6. FOOTER
   ========================================= */
.cs-footer {
    position: relative;
    /* Not absolute anymore */
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    opacity: 0;
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 2vh;
}

.cs-socials {
    display: flex;
    gap: 20px;
    font-size: 0.95rem;
    color: #aaa;
    align-items: center;
}

.cs-socials a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cs-social-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0.9);
    transition: all 0.3s;
}

.cs-socials a:hover {
    color: var(--color-gold-main);
}

.cs-socials a:hover .cs-social-icon {
    filter: brightness(1.1);
    transform: scale(1.1);
}

.sep {
    color: #555;
    font-size: 1.2rem;
}

.cs-link-hub {
    margin-top: 30px;
    /* Increased spacing */
    font-size: 1rem;
    color: var(--color-gold-main);
    text-decoration: none;
    border: 2px solid var(--color-gold-main);
    padding: 14px 32px;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.cs-link-hub:hover {
    color: var(--color-gold-main);
    border-color: var(--color-gold-main);
    background: rgba(214, 173, 69, 0.1);
}

/* =========================================
   7. RESPONSIVE (MOBILE OPTIMIZED - ZERO SCROLL)
   ========================================= */
@media (max-width: 768px) {
    body.cs-body {
        overflow: hidden;
        /* ZERO SCROLL ENFORCED */
        height: 100vh;
        height: 100dvh;
        /* Dynamic viewport height for mobile browsers */
    }

    .cs-container {
        padding: 15px;
        justify-content: space-evenly;
    }

    .cs-logo {
        width: 320px;
        /* Even Bigger Logo on Mobile */
        max-width: 90vw;
    }

    .cs-tagline--ar,
    .cs-tagline--en,
    .cs-tagline--nl {
        font-size: 1.4rem;
        /* Balanced size for mobile fitting */
        line-height: 1.25;
        padding: 2px 0;
    }

    .cs-info {
        font-size: 0.65rem;
        margin-top: 1.5vh;
        letter-spacing: 1px;
    }

    .cs-footer {
        gap: 15px;
        margin-bottom: 5px;
    }

    .cs-socials {
        gap: 12px;
        font-size: 0.8rem;
    }

    .cs-social-icon {
        width: 18px;
        height: 18px;
    }

    .cs-link-hub {
        padding: 8px 20px;
        font-size: 0.75rem;
    }
}

/* Extremely Small Screens (iPhone SE etc) */
@media (max-height: 650px) {
    .cs-logo {
        width: 140px;
    }

    .cs-tagline--ar,
    .cs-tagline--en,
    .cs-tagline--nl {
        font-size: 1.2rem;
    }
}