
:root {
    --gold: #C5A059;
    --bg-dark: #020408;
    --accent-blue: #1e2a4a;
}

body {
    background-color: var(--bg-dark);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}




/* 1. Kill horizontal scroll forever */
html, body {
  overflow-x: hidden;
}

/* 2. Correct box model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 3. Prevent scrollbar width jump */
body.menu-open {
  position: fixed;
  width: 100%;
}

/* 4. Mobile overlay width fix */
.mobile-overlay {
  width: 100%;
  left: 0;
  right: 0;
}



/* Navbar */
/* --- STUNNING NAVBAR --- */
        .nav-island {
            position: fixed;
            top: 25px;
            left: 50%;
            transform: translateX(-50%);
            width: min(92%, 1100px);
            /* max-width: 1100px; */
            background: var(--glass);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 100px;
            padding: 12px 35px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1000;
            transition: all 0.4s ease;

            height: 70px;              /* 🔥 lock height */
  padding: 0 35px;
        }

        

     /* Logo stays centered ALWAYS */
.logo {
  position: absolute;        /* 🔥 key */
  left: 50%;
  transform: translateX(-50%);

  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.6rem;         /* slightly smaller */
  letter-spacing: 4px;
  line-height: 1;            /* 🔥 prevents height jump */

  color: var(--gold);
  white-space: nowrap;
  margin-top: -52px;
}

.logo {
    justify-self: center;
    text-decoration: none;
    text-shadow: 0 0 15px rgba(243,207,122,0.4);
}

        .nav-links-desktop a {
            color: white;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 0.75rem;
            letter-spacing: 2px;
            margin: 0 15px;
            transition: 0.3s;
        }

        .nav-links-desktop a:hover {
            color: var(--gold);
        }

        .btn-contact {
            background: var(--gold);
            color: black !important;
            padding: 8px 20px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.75rem;
        }

        /* --- HAMBURGER MENU --- */
        .ham-btn {
            width: 30px;
            height: 20px;
            position: relative;
            cursor: pointer;
            display: none; /* Hidden on desktop */
            z-index: 1100;
        }

        .ham-line {
            width: 100%;
            height: 2px;
            background-color: var(--gold);
            position: absolute;
            transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

        .line-1 { top: 0; }
        .line-2 { bottom: 0; }

        /* Cross State */
        .ham-btn.active .line-1 {
            transform: rotate(45deg);
            top: 9px;
            background-color: #fff;
        }
        .ham-btn.active .line-2 {
            transform: rotate(-45deg);
            bottom: 9px;
            background-color: #fff;
        }

        /* --- MOBILE OVERLAY --- */
        .mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(5, 5, 8, 0.98);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            z-index: 999;
            transform: translateY(-100%);
            transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
        }

        .mobile-overlay.active {
            transform: translateY(0);
        }

        .mobile-overlay a {
            font-family: 'Cinzel Decorative';
            font-size: 2.5rem;
            color: white;
            text-decoration: none;
            margin: 15px 0;
            opacity: 0;
        }





/* ---------------- RESPONSIVE NAVBAR ---------------- */

@media (max-width: 992px) {
    .nav-island {
        padding: 14px 22px;
    }

    .nav-links-desktop {
        display: none;
    }

    .ham-btn {
        display: block;
    }

    .logo {
        font-size: 1.4rem;
        letter-spacing: 3px;
    }
}

/* Small Phones */
@media (max-width: 576px) {
    .nav-island {
        width: 95%;
        top: 15px;
        padding: 12px 18px;
    }

    .logo {
        font-size: 1.2rem;
    }
}






:root {
    --gold: #C5A059;
    --dark: #07090C;
    --glass: rgba(255, 255, 255, 0.05);
}

body {
    background-color: var(--dark);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

/* Typography */
.gold-text { color: var(--gold); font-family: 'Cinzel', serif; }
.nav-link { color: #fff !important; font-size: 0.8rem; letter-spacing: 2px; }
.nav-link.active { border-bottom: 1px solid var(--gold); }

/* Buttons */
.btn-outline-gold {
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    padding: 8px 20px;
    font-size: 0.7rem;
    letter-spacing: 1px;
}

.btn-gold-filled {
    background: var(--gold);
    color: black;
    border: none;
    padding: 15px 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-gold-filled:hover {
 border: 1px solid #fff;  
 background-color: transparent;
 color: white;
}

/* Background Stars */
.stars-container {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -1;
    background: radial-gradient(ellipse at bottom, #1B2735 0%, #090A0F 100%);
}
.btn-primary-cosmic {
    background: var(--gold);
    color: #000;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 0;
}

.btn-primary-cosmic:hover {
    border: 1px solid #fff;
}











.astrology-hero {
    height: 100vh;
    background: radial-gradient(circle at center, #0a0b10 0%, #000 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#constellation-canvas {
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
}

.zodiac-symbols {
    font-size: 1.5rem;
    letter-spacing: 15px;
    opacity: 0.6;
    filter: drop-shadow(0 0 5px var(--gold));
}

.main-title {
    font-family: 'Cinzel', serif;
    font-weight: 700;
    color: white;
    letter-spacing: 15px;
}

.destiny-text {
    color: transparent;
    -webkit-text-stroke: 1px var(--gold);
    text-shadow: 0 0 30px rgba(197, 160, 89, 0.4);
}

/* Ritual Line Animation */
.ritual-line {
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    margin: 15px auto;
    animation: lineDrop 2s infinite ease-in-out;
}

@keyframes lineDrop {
    0% { transform: scaleY(0); transform-origin: top; opacity: 0; }
    50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
    100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}







/* Journey Image Stack */
.image-stack {
    position: relative;
    padding: 20px;
}

.img-main {
    width: 100%;
    border-radius: 20px;
    filter: grayscale(30%);
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: 0;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
    border: 1px solid var(--gold);
    padding: 20px;
    border-radius: 10px;
}

/* Team Cards (Glassmorphism) */
.inner-card {
    background: var(--glass);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 20px;
    transition: 0.4s ease;
    text-align: center;
}

.inner-card img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
    filter: sepia(20%);
}

.inner-card:hover {
    background: rgba(197, 160, 89, 0.1);
    transform: translateY(-10px);
}

















.alignment-pillars {
    position: relative;
    background: linear-gradient(to bottom, transparent, rgba(197, 160, 89, 0.05), transparent);
}

.pillar-card {
    padding: 60px 40px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pillar-icon {
    font-size: 3rem;
    position: relative;
    z-index: 2;
}

.icon-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; height: 80px;
    background: var(--gold);
    filter: blur(40px);
    opacity: 0.2;
    z-index: -1;
}

.pillar-symbol {
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 8rem;
    color: rgba(197, 160, 89, 0.03);
    font-family: serif;
    pointer-events: none;
}

.pillar-card:hover {
    background: rgba(197, 160, 89, 0.05);
    border-color: var(--gold);
    transform: translateY(-15px);
}

.pillar-card:hover .icon-glow {
    opacity: 0.5;
    width: 120px; height: 120px;
}

.mb-10 { margin-bottom: 80px; }














/* CTA Section */
.cta-gradient-box {
    border: 1px solid var(--gold);
    background: linear-gradient(135deg, rgba(197,160,89,0.1) 0%, rgba(0,0,0,1) 100%);
    border-radius: 30px;
}


















/* ================= SIMPLE CENTERED FOOTER ================= */

.astral-footer-simple {
    background: #020408;
    padding: 40px 0 40px;
    text-align: center;
}

.footer-logo-center {
    margin-bottom: 35px;
}

.footer-logo {
    font-family: 'Cinzel Decorative', serif;
    letter-spacing: 6px;
    color: var(--gold);
    font-size: 2.4rem;
}

/* Links */
.footer-links-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer-links-row a {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-links-row a:hover {
    color: var(--gold);
}

/* CTA */
.footer-cta-row {
    margin-bottom: 50px;
}

/* Copy */
.footer-copy {
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .footer-logo {
        font-size: 2rem;
    }
}
