

.pulse-bar{
    width:100%;
    height: 24px;
    background: linear-gradient(
    to right,
    #f6dfe7,
    #fdf8f7,
    #f6dfe3
    );

    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  

    z-index: 10001;
}

.pulse-bar p{
    margin: 0;
    font-family: var(--ff-paragraph);
    font-size: 11.5px;
    letter-spacing: 3px;
    color: var(--clr-heading);
    font-weight: 500;
}

.signal-btn{
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;

    color: var(--clr-primary-dark);
    font-size: 19px;
    line-height: 1;

    transition: .35s;
}

.signal-btn:hover{
    color: var(--color-primary-hover);
    transform: scale(1.15);
}
.axis-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 24px;
    left: 0;

    width: 100%;
    height: 80px;
    
    padding-left:10px;

    padding-right:20px;

    background: rgba(255, 255, 255,0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-sizing: border-box;
    z-index: 9999;

    
    font-family: var(--ff-paragraph);
    
}

.brand-mark img{
    width: 145px;
    height: auto;
    object-fit: contain;
    
    transform: translateY(-3px);
     

    margin-left: 10px;

    margin-right: 10px;

  
}

a{
    font-size: 1.1rem;
    text-decoration: none;
    color: var(--clr-text);

    
}

li{
    list-style: none;
    padding: 10px;
    margin: 0px;
}

.axis-node{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.axis-node a{
    text-decoration: none;
    color: #2f2f2f;
    transition: .35s;
}

.axis-trace{
    width: 0;
    height: 1px;
    background-color: var(--clr-accent);
    margin-top: 6px;
    transition: .35s;
    cursor: pointer;
}

.axis-node:hover .axis-trace{
    width: 30px;
}

.axis-node a:hover{
    color: var(--color-primary-hover);
}


/* Keep underline visible on current page */
.axis-node.active .axis-trace{
    width:30px;
    opacity:1;
}

.axis-links{
    max-width: 1000px;
    display: flex;
    align-items: center;
    gap: 65px;
    margin-left: 30px;
    cursor: pointer;
    
}

/* 
img{
    display: block;
    height: auto;
    
} */

.access-zone{
    display:flex;
    align-items: center;
    gap: 30px;
    height: auto;

    position: relative;
    
   
}

.actions-cluster {
    display:flex;
    align-items: center;
    justify-content: center;
    gap:35px;

    transform: translateY(-2px);
 
   
}

.access-glyph{
    width: 26px;
    height:auto;
    padding: 0px;
    object-fit: contain;

     position: relative;
    top: -4px;
   
}


.finger-glyph {
    width: 27px;
    height:auto;
    object-fit: contain;
    padding-bottom: 0px;

    position: relative;
    top: -3px;
    
}


 .launch-mode{
    display: flex;
    align-items: center;
    justify-content: center;

    
} 


/* NAVBARSTYLING */


.btn{
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--clr-text);
    border: none;
    padding: 0 19px;
    height: 46px;
    border-radius: 25px;
    transition: all 1s ease;

    text-indent: 4px;

    position: relative;
    top: -5px;

      background:var(--clr-primary-light);

    color:var(--clr-white);

}

.btn:hover{
     background:var(--clr-primary-hover-light);

    transform:translateY(-4px);
}


.account-modal{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    
    z-index: 100000;
    
   
    backdrop-filter: blur(4.5px);
   
}
.account-box{
    width: 100%;
    max-width: 360px;
    background: var(--clr-white);
    border-radius: 24px;
    padding: 45px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08);

    animation: popupopen 0.45s ease;

    text-align: center;
    position: relative;
}

.account-box.closing{
    animation: popupclose .5s ease forwards;
}
.account-box h2{
    font-size:28px;
    margin-bottom:7px;
    font-family: var(--ff-display);
    font-weight: 450;
    font-size: 1.8rem;
}

.account-box p{
    color: var(--clr-text);
    line-height:1.6;
    margin-bottom: 10px;
    font-size:15px;
    font-family: var(--ff-paragraph);
}

.login-btn,
.signup-btn{
    width:100%;
    height:50px;
    border-radius:40px;
    cursor:pointer;
    font-size:16px;
    transition:all .3s ease;
}

.login-btn{
    background: var(--clr-primary-light);
    color: var(--clr-white);
    border:none;
    margin-top: 10px;
}

.signup-btn{
    background: var(--clr-white);
    color: var(--clr-primary);
    border:2px solid var(--clr-primary-light);
}

.login-btn:hover{
    background: var(--clr-primary-hover-light);
    transform:translateY(-2px);
    box-shadow: 0 8px 18px rgba(231,178,199,.35) ;
}

.signup-btn:hover{
    background: var(--color-hover-bg);
    transform:translateY(-2px);
    box-shadow: 0 8px 18px rgba(231,178,199,.35) ;
}

.divider{
    display:flex;
    align-items:center;
    gap:15px;
    margin:10px 0;
    color:var(--clr-text-muted);
    font-size:11px;
    font-family: var(--ff-body);
}

.divider span{
    flex:1;
    height:1px;
    background: var(--clr-quote-box);
}

#closeaccount{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 20px;
    font-size: 25px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

#closeaccount:hover{
    transform: rotate(90deg);
}

@keyframes popupopen{
    from{
        opacity: 0;
        transform: translateY(20px) scale(0.98);
    }

    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes popupclose{
    from{
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to{
        opacity: 0;
        transform: translateY(20px) scale(.95);
    }
}


.menu-toggle{
    display: none;

    background: transparent;
    border: none;
    padding: 0;
    margin: 0;

    width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    cursor: pointer;

    z-index: 10001;
}

.menu-toggle img{
    width: 24px;
    height: 26px;
    object-fit: contain;
    display: block;

    transition: transform .3s ease;
}

.menu-toggle:hover img{
    transform: scale(1.08);
}

 
 /* ==========================================
   HAMBURGER BUTTON
========================================== */

.menu-toggle{
    display: none;

    width: 42px;
    height: 42px;

    border: none;
    background: transparent;

    padding: 0;
    margin: 0;

    justify-content: center;
    align-items: center;

    cursor: pointer;

    z-index: 10001;
}

.menu-toggle img{
    width: 26px;
    height: 26px;
    object-fit: contain;
    transition: .3s;
}

.menu-toggle:hover img{
    transform: scale(1.08);
}


/* ==========================================
   MOBILE SIDEBAR
========================================== */

.mobile-menu{

    position: fixed;

    top: 70px;
    left: -100%;

    width: 260px;
    height: calc(100vh - 70px);

    background: #fff;

    display: flex;
    flex-direction: column;

    gap: 22px;

    padding: 35px 28px;

    transition: left .35s ease;

    box-shadow: 8px 0 25px rgba(0,0,0,.08);

    z-index: 9998;

}

.mobile-menu.active{

    left: 0;

}

.mobile-menu a{

    color: var(--clr-text);

    font-size: 1rem;

    text-decoration: none;

    transition: .3s;

}

.mobile-menu a:hover{

    color: var(--clr-primary);

}


/* ==========================================
   IPAD LANDSCAPE
   (Keep navbar links)
========================================== */

@media (max-width:1024px){

    .launch-mode{

        display:none;

    }

    .axis-links{

        display:flex;
        gap:28px;

        margin-left:15px;

    }

    .axis-links a{

        font-size:.95rem;

    }

    .brand-mark img{

        width:135px;

    }

    /* .axis-bar{

        padding:0 10px;

    } */

    .actions-cluster{

        gap:20px;

    }

    .menu-toggle{

        display:none;

    }

    .launch-mode{
        display: flex;
    }
    

}


/* ==========================================
   PHONE + IPAD PORTRAIT
========================================== */
@media(max-width:992x){
    .pulse-bar{

        display:none;

    }

    .axis-bar{

        top:0;

        height:70px;

        padding:0 18px;

    }

    .brand-mark img{

        width:120px;

    }

    .axis-links{

        display:none;

    }

    .launch-mode{

        display:none;

    }

    .menu-toggle{

        display:flex;

    }

    .actions-cluster{

        gap:14px;

    }

    .access-glyph,
    .finger-glyph{

        width:22px;

    }
  
}
@media (max-width:768px){

    .pulse-bar{

        display:none;

    }

    .axis-bar{

        top:0;

        height:70px;

        padding:0 18px;

    }

    .brand-mark img{

        width:120px;

    }

    .axis-links{

        display:none;

    }

    .launch-mode{

        display:none;

    }

    .menu-toggle{

        display:flex;

    }

    .actions-cluster{

        gap:14px;

    }

    .access-glyph,
    .finger-glyph{

        width:22px;

    }

    .mobile-menu{

        top:70px;

        width:240px;

        height:calc(100vh - 70px);
        

    }

}


/* ==========================================
   SMALL PHONES
========================================== */

@media (max-width:480px){

    .brand-mark img{

        width:105px;

    }

    .axis-bar{

        padding:0 15px;

    }

    .mobile-menu{

        width:220px;

    }

}
