
@media (max-width: 719px){
  
:root{
    --mobileTopbar: calc(64px + env(safe-area-inset-top)); 
  }

  .top-bar{
    height: var(--mobileTopbar);
    padding: 0 1rem;
  }

  
  .logo{               
    width: 64px;       
    height: auto;
  }
  .logo-box{           
    width: 4.5rem;     
  }

  
 #main.section {
    padding-top: 0 !important;
    margin: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh;
    background: none;
    
  }

  .main-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 1.1rem 0.5rem 1.1rem; 
    margin: 0;
    min-height: 28vh;
    width: 100vw;
    box-sizing: border-box;
    position: relative;
  }

 .main-hero h1 {
    font-size: 2.95rem;  
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin: 0 0 0.7rem 0;
    text-align: left;
    color: #fff;
  }

  .main-hero h2 {
    font-size: 2.25rem;  
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.22;
    color: #eaf4ff;
    text-align: left;
    margin: 0;
  }

@media (max-width: 719px){

  
    body:has(#main.active){
    overflow: hidden;          
    position: fixed;           
    inset: 0;                  
    width: 100%;
    overscroll-behavior: none; 
    
  }
}

}
@media (max-width: 719px) {
  .main-hero h2 .mobile-br {
    display: inline;
  }
}
