* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #FAF7F0;
    color: #5A5E45;
    overflow-x: hidden;
}

h1, h2, h3, h4, .hero-tagline, .insight-author {
    font-family: 'Playfair Display', serif;
}

h3{
    font-family: sans-serif;
    font-size: 40px;
}


nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 85px;
    display: flex;

    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    background: linear-gradient(to bottom, rgba(60, 65, 45, 0.98), rgba(60, 65, 45, 0.94), rgba(60, 65, 45, 0.7), rgba(60, 65, 45, 0.2));
    z-index: 1000;

    backdrop-filter: blur(8px);
}

.logo img {
    margin-top: 10px;
    height: 135px;
    width: auto;
    margin-bottom: 0px;
}

nav ul {
    display: flex;
    gap: 35px;
    list-style: none;
}

nav ul li a {
    color: #F5F1E6;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    letter-spacing: 0.5px;
}

nav ul li a:hover, nav ul li a.active {
    color: #D4CFB0;
    border-bottom: 2px solid #D4CFB0;
    padding-bottom: 5px;
}


.benefits-title{
    height:100vh;
        padding-top: 60px;
    background:
    linear-gradient(
        rgba(0,0,0,0.15),
        rgba(0,0,0,0.25)
    ),
    url("images/benefits.jpg");

    background-size:cover;
    background-position:center;
    
    display:flex;
    justify-content:center;
    align-items:center;
    
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;

  }

.benefits-overlay{
    text-align:center;
    
    background:rgba(77, 75, 53, 0.45);
    backdrop-filter:blur(8px);
    width:1000px;
    
    padding-top: 80px;
    padding-right: 100px;
    padding-bottom: 80px;
    padding-left: 100px;
    
    border-radius:30px;
    
    color:white;
    
    animation:fadeUp 1.2s ease;
    border:1px solid rgba(255,255,255,0.15);   
    box-shadow:0 20px 50px rgba(0,0,0,0.18);
            animation: fadeUp 1.2s ease;

    
  }

.tagline{
    display:block;
      text-transform:uppercase;    
    letter-spacing:5px;    
    font-size:14px;
    
    color:#D4CFB0;
    
    margin-bottom:20px;
    
  }

.benefits-overlay h1{

    font-size:78px;
     margin-bottom:20px;
     font-family:'Playfair Display', serif;

    font-weight:600;
  
  line-height:1.15;
    
  }

  @keyframes fadeUp{
    from{
        opacity: 0;
        transform: translateY(40px);
      }
    to{
        opacity: 1;
        transform: translateY(0);
        
        }
}

.title-line{

    width:120px;
        margin-top: 0px;
    margin-bottom: 28px; 
       height:2px;   
     background:#D4CFB0;
  
    margin-right: auto;
    margin-left: auto;
    
}

.benefits-overlay p  {
    font-size:21px;
    line-height:1.9;
    
    max-width:700px; 
margin:auto;
    color:#F5F1E6;
    
  }

.split-section{
   display:flex;
   
    align-items:center;
    
    justify-content:center;    
    gap:80px;    padding-top: 120px;
    padding-right: 10%;
    padding-bottom: 120px;
    padding-left: 10%;
    
  }

.reverse{
     flex-direction:row-reverse;
    
}

.split-image img{
    width:420px;
    
    
    object-fit:cover;
     border-radius:28px;
    
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
    height:520px;
  }

.split-text{
    max-width:620px;
    
  }

.split-text h2{
    font-size:52px;
    
    font-family:'Playfair Display', serif;
    
    margin-bottom:25px;
    
  }

.split-text p{
    font-size:19px;
    
    line-height:2;
    
}

.quote-box{
    margin-top:30px;
      
    padding-top: 25px;
    padding-bottom: 25px;
      
  background-color:#E7DFC9;
    border-left-width: 5px;
      border-left-style: solid;
    border-left-color: #6B705C;
    
    border-radius:15px;
    
    font-style:italic;
    padding: 25px;
    
}



.culture-section{
    padding-top: 120px;
    padding-right: 10%;
    padding-bottom: 120px;
    padding-left: 10%;
    
    background-color:#EFE8DA;
    
    text-align:center;
    
}

.culture-section h2{
    font-size:54px;
    
    font-family:'Playfair Display', serif;
    
    margin-bottom:70px;
    
}

.culture-grid{
    display:flex; 
     justify-content:center;
    gap:40px;
    flex-wrap:wrap;
    
}

.culture-card {
    width:330px;
    
    background-color:#F8F5EF;
    
    border-radius:25px;
    overflow:hidden;
    transition:0.4s;
    
  }

.culture-card:hover img {
    transform: scale(1.02);
    
}

.culture-card:hover{
    transform:translateY(-10px);
    
}

.culture-card img{
    width:100%;
    transition: transform 0.5s ease;
    height:240px;
    object-fit:cover;
    
  }

.culture-card h3{
    font-size:28px;
    margin-top:25px;
    font-family:'Playfair Display', serif;
    
}

.culture-card p{
    padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 30px;
    padding-left: 25px;
    
    line-height:1.8;
    
  }



.access-section{
    display:flex;
    
    align-items:center;
    
    justify-content:center;
    
    gap:90px;
    
    padding-top: 120px;
    padding-right: 10%;
    padding-bottom: 120px;
    padding-left: 10%;
    
  }

.access-text{
    max-width:600px;
    
  }

.access-text h2{
    font-size:52px;
    
    font-family:'Playfair Display', serif;
    
  }

.access-text p{
    font-size:19px;
    
    line-height:2;
    
}

.access-images{
    position:relative;  
  width:500px;
    
    height:450px;
    
  }

.img1{
    width:320px;
    
    height:400px;
    object-fit:cover;
    
    border-radius:25px;
    position:absolute;
    
    top:0px;
    right: 0px;
    bottom: auto;
    left: 0px;
    
  }

.img2{
    width:280px;
    
    height:320px;
     
    object-fit:cover;
    
    border-radius:25px;
     
    position:absolute;
    
    top: auto;
     right: 0px;
    bottom: 0px;
    left: auto;
     
    border-top: 8px;
    border-right: 8px;
    border-bottom: 8px;
     border-left: 8px;
    border-style: solid;
    border-color: #F5F1E8;
    
  }



.stats-section{
    padding-top: 120px;
    padding-right: 10%;
     padding-bottom: 120px;
    padding-left: 10%;
    
     background-color:#E7E2D3;
    
     text-align:center;
    
  }

.stats-section h2{
    font-size:52px;
    
    font-family:'Playfair Display', serif;
    
     margin-top: 20px;
    margin-right: 20px;
     margin-bottom: 20px;
    margin-left: 20px;
    
  }

.stats-grid{
    display:flex;
    
    justify-content:center;
    
    gap:40px;
    
    flex-wrap:wrap;
    
  }

.stat-card{
    width:300px;
     background:white;
    padding-top: 50px;
     padding-right: 30px;
     padding-bottom: 50px;
    padding-left: 30px;
     
    border-radius:25px;
     transition:0.4s;
    
  }

.stat-card:hover{
    transform:translateY(-10px);
    
  }

.stat-card h3{
    font-size: 45px;
    color: #7f8279;
     margin-top: 0px;
    margin-right: 0px;
     margin-bottom: 10px;
    margin-left: 0px;
     font-weight: bold;
    
  }

.stat-card p{
    font-size: 18px;
    color: grey;
    
  }


.modern-health{
    padding-top: 120px;
    padding-right: 15%;
     padding-bottom: 120px;
    padding-left: 15%;
    text-align:center;
     
  }

.modern-health img{
    width:100%;
    max-width:950px;
    height:500px;
    object-fit:cover;
    border-radius:30px;
    
  }

.modern-health h2{
    font-size:52px;
    font-family:'Playfair Display', serif;
    margin-top:50px;
    
  }

.modern-health p{
     font-size:19px;
    line-height:2;
     max-width:900px;
     margin-top: auto;
    margin-right: aut
     margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 0px;
    
  }



.ending-quote{
    height: 500px;
    
    background:
    url("images/quote-bg.jpg");
    
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    
    background: linear-gradient( to bottom, #FAF7F0, #a4a885, #797A5E, #797A5E );
    
  }

.ending-overlay{
    text-align:center;
     color:white;
    max-width:900px;
     padding-top: 30px;
    padding-right: 30px;
     padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 130px;
    
  }

.ending-overlay h2{
    font-size:44px;
    line-height:1.6;
    font-family:'Playfair Display', serif;
    
  }



footer {
    text-align: center;
     padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
     padding-left: 35px;
     
    background: #4A4E38;
     color: #E8E2C7;
    font-size: 14px;
     
  }


.reveal{
    opacity:0;
    
    transform:translateY(40px);
    transition:all 0.9s ease;
    
  }

.reveal.active{
    opacity:1;
    transform:translateY(0);
    
  }

a{
    text-decoration: none;
    color: #5A5E45;
    
  }