* {
    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;
}


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;

  }

.hero {
    min-height: 100vh;
    background: linear-gradient(rgba(35, 35, 25, 0.55), rgba(35, 35, 25, 0.65)), url("images/backgrounds.jpg");
      background-size: cover;
    display: flex;
    background-position: center 30%;
  align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    
    }

.hero-content
{
    max-width: 850px;
      }

.hero-tagline
    {
    display: inline-block;
    font-size: 18px;
      letter-spacing: 6px;
    color: #E8E2C7;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 72px;
    color: white;
    margin-bottom: 20px;
      font-weight: 600;
      }

.hero p
    {
    font-size: 20px;
    color: #F0ECD8;
    line-height: 1.6;
    margin-bottom: 35px;
      }

.primary-btn
    {
    background: #8B8E6B;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.3s;
    
}
.primary-btn:hover
    {
    background: #6A6E4E;
    transform: translateY(-3px);
      }


.philosophy
    {
    padding: 100px 60px;
    background: #FCF9F2;
    text-align: center;
    
}
.container {
    max-width: 1300px;
    margin: 0 auto;
      }
.philosophy h2
    {
    font-size: 48px;
    color: #5A5E45;
    margin-top: 10vh;
    margin-bottom: 15px;
      }

.section-subtitle
    {
    font-size: 18px;
    color: #8B8E6B;
    margin-bottom: 60px;
      }
.philosophy-grid {
    display: flex;
      flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    
}
.philo-card
    {
    background: white;
    width: 260px;
    padding: 40px 30px;
    border-radius: 28px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0,0,0,0.05);
    transition: 0.4s;
}
.philo-card:hover
    {
    transform: translateY(-12px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
      }
.philo-icon i {
    font-size: 48px;
    color: #8B8E6B;
    margin-bottom: 20px;
      }
.philo-card h3
    {
    font-size: 24px;
    color: #6A6E4E;
    margin-bottom: 15px;
}
.philo-card p
    {
    font-size: 15px;
    line-height: 1.6;
    color: #797C60;
      }

.global
    {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 100px 60px;
    background: #F0EDE0;
    flex-wrap: wrap;
    height: 90vh;
    
}
.global span
    {
    text-align: left;
      }
.global-text
    {
    flex: 1;
}
.global-text h2 {
    font-size: 42px;
    margin-bottom: 25px;
      }
.global-text p
    {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #6A6E52;
}
.global-stats
    {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
      }
.stat
    {
    text-align: center;
}
.stat-number {
    display: block;
    font-size: 38px;
    font-weight: 700;
    color: #8B8E6B;
      }
.stat-label {
    font-size: 14px;
      }
.global-image {
    flex: 1;
}
.global-image img
    {
    width: 100%;
    border-radius: 32px;
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
  }

.relevance
    {
    padding: 100px 60px;
    text-align: center;
    background: #F0EDE0;
    
}
.relevance h2
    {
    font-size: 44px;
    margin-bottom: 55px;
      }
.relevance-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
      }
.relevance-card
    {
    background: white;
    width: 260px;
    padding: 35px 28px;
    border-radius: 24px;
    transition: 0.3s;
}
.relevance-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
      }
.relevance-card i
    {
    font-size: 40px;
    color: #8B8E6B;
    margin-bottom: 15px;
}
.relevance-card h3 {
    font-size: 20px;
    color: #6A6E4E;
    margin-bottom: 15px;
      }
.relevance-card p {
    font-size: 14px;
    line-height: 1.6;
      }

.nature-connection
    {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 60px;
    background: #FCF9F2;
    flex-wrap: wrap;
}
.nature-content
    {
    flex: 1;
}
.nature-content h2
    {
    font-size: 42px;
    margin-bottom: 25px;
}
.nature-content p
    {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
      }
.nature-image {
    flex: 1;
}
.nature-image img
    {
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
  }

.principles
    {
    padding: 100px 60px;
    text-align: center;
    background: #FAF7F0;
}
.principles h2
    {
    font-size: 44px;
    margin-bottom: 55px;
      }
.principles-container
    {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.principle-item
    {
    background: white;
    width: 260px;
    padding: 30px;
    border-radius: 24px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}
.principle-item h4 {
    font-size: 20px;
    color: #6A6E4E;
    margin-bottom: 12px;
      }
.principle-item p {
    font-size: 14px;
    line-height: 1.6;
}

.insight
    {
    padding: 90px 60px;
    background: linear-gradient(to bottom, rgba(250, 247, 240),rgba(250, 247, 240, 0.1), rgba(35, 35, 25, 0.65)), url("images/insightful.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
    height: 100vh;
      }
.insight h2
    {
    font-size: 44px;
    margin-bottom: 45px;
}
.insight-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 55px 45px;
    border-radius: 36px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
      }
.insight-quote {
    height: 150px;
}
.insight-quote p
    {
    font-size: 26px;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    color: #5A5E45;
    margin-bottom: 20px;
}
.insight-author
    {
    font-size: 16px;
    color: #A0A483;
    letter-spacing: 1px;
      }
.insight-controls {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 35px 0 20px;
}
.insight-btn
    {
    background: #8B8E6B;
    border: none;
    width: 120px;
    padding: 10px 24px;
    color: white;
    text-align: center;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.3s;
}
.insight-btn:hover
    {
    background: #6A6E4E;
      }
.insight-dots
    {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 15px;
}
.dot
    {
    width: 10px;
    height: 10px;
    background: #CBCBB0;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}
.dot.active {
    background: #8B8E6B;
    width: 24px;
    border-radius: 8px;
      }

.secondary-btn
    {
    background: transparent;
    border: 2px solid #8B8E6B;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #6A6E4E;
    border-radius: 40px;
    cursor: pointer;
    margin-top: 13vh;
    transition: 0.3s;
}
.secondary-btn:hover
    {
    background: #8B8E6B;
    color: white;
      }

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

.reveal
    {
    opacity: 0;
    transform: translateY(45px);
    transition: all 0.7s ease;
}
.reveal.active
    {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 900px) {
    nav {
        padding: 0 25px;
      }
    .hero h1
        {
        font-size: 48px;
        }
    .philosophy, .global, .principles, .insight, .nature-connection, .relevance
        {
        padding: 60px 25px;
        }
    .philosophy-grid, .principles-container, .relevance-grid
        {
        gap: 20px;
        }
    }