:root{
    --olive-primary:#6B8E23;
    --olive-dark:#556B2F;
    --olive-light:rgba(107,142,35,.1);
    --text-dark:#111112;
    --text-muted:#5a5a5f;
    --bg-light:#f8f9f5;
    --bg-white:#fcfcfc;
    --shadow-sm:0 10px 30px rgba(0,0,0,.05);
    --shadow-md:0 15px 40px rgba(0,0,0,.08);
    --shadow-lg:0 20px 50px rgba(0,0,0,.12);
    --transition:all .2s cubic-bezier(.25,.46,.45,.94);
  }
  
  
  *,*::before,*::after{
    word-break:keep-all !important;     
    overflow-wrap:break-word !important;
    hyphens:none !important;            
  }
  
  
  body{
    font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;
    line-height:1.7;
    color:var(--text-dark);
    background:var(--bg-white);
    margin:0;
  }
  
  
  .hero-section{
    position:relative;
    height:90vh;
    min-height:600px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
  }
  
  .hero-background{
    position:absolute;
    inset:0;
    z-index:0;
  }
  .hero-background::after{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(31,30,30,.60);
    z-index:1;
  }
  
  .hero-content{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
    padding:2rem 2.5rem;
    max-width:900px;
    opacity:0;
    animation:fadeIn 1.2s forwards .5s;
  }
  
  @keyframes fadeIn{to{opacity:1}}
  
  .hero-tag{
    display:inline-block;
    font-size:1rem;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#abca6e;
    margin-bottom:1rem;
  }
  .hero-title{
    font-size:4rem;
    font-weight:400;
    margin-bottom:1.5rem;
    line-height:1.2;
    color:#fff;
    text-shadow:1px 1px 3px rgba(0,0,0,.3);
  }
  .hero-subtitle{
    font-size:1.1rem;
    font-weight:300;
    line-height:1.6;
    margin:0 auto 2rem;
    max-width:700px;
  }
  
  html{scroll-behavior:smooth}
  a.hero-scroll{
    text-decoration:none;
    color:inherit;
    position:absolute;
    bottom:5%;
    left:50%;
    transform:translateX(-50%);
    z-index:2;
    cursor:pointer;
    color:#fff;
    font-size:.9rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    opacity:.8;
    transition:var(--transition);
  }
  .hero-scroll:hover{
    opacity:1;
    transform:translateX(-50%) translateY(5px);
  }
  .hero-scroll-icon{animation:bounce 2s infinite}
  @keyframes bounce{
    0%,20%,50%,80%,100%{transform:translateY(0)}
    40%{transform:translateY(-10px)}
    60%{transform:translateY(-5px)}
  }
  
  
  .section{padding:6rem 0;position:relative}
  .about-section{background:var(--bg-light);position:relative}
  .about-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23556B2F' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity:.5;z-index:0;
  }
  
  .container{max-width:1600px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}
  
  .section-header{text-align:center;margin-bottom:3rem}
  .section-tag{
    display:inline-block;
    font:.9rem/1 var(--font-sans,inherit);
    font-weight:600;
    letter-spacing:2px;
    color:var(--olive-primary);
    margin-bottom:1rem;
    text-transform:uppercase;
  }
  .section-title{
    font-size:2.8rem;
    font-weight:500;
    margin-bottom:1.2rem;
    color:var(--text-dark);
    letter-spacing:-.5px;
    line-height:1.2;
  }
  .section-description{
    font-size:1.2rem;
    color:var(--text-muted);
    max-width:800px;
    margin:0 auto 3rem;
    line-height:1.6;
    font-weight:300;
  }
  
  
  
  .about-content {
    max-width: 1400px;
    margin: 0 auto 4rem;
    padding: 3rem;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s forwards;
  }
  
  .about-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
  }
  
  .about-content::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -20px;
    font-family: 'Playfair Display', serif;
    font-size: 120px;
    color: var(--olive-light);
    line-height: 1;
    z-index: -1;
  }
  
  .highlight {
    color: var(--olive-primary);
    font-weight: 600;
    position: relative;
    transition: var(--transition);
  }
  
  .highlight:hover {
    color: var(--olive-dark);
  }
  
  .highlight::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--olive-light);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
  }
  
  .highlight:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .certification-text {
    margin: 1.5rem 0;
    padding: 1.2rem 0;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-muted);
    font-style: italic;
    border-top: 1px solid rgba(107, 142, 35, 0.15);
    border-bottom: 1px solid rgba(107, 142, 35, 0.15);
  }
  
  .team-section {
    margin-top: 2rem;
    position: relative;
  }
  
  .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .team-member {
    background-color: var(--bg-white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    opacity: 0;
    animation: fadeIn 1s forwards;
    animation-delay: calc(var(--item-index, 0) * 0.2s);
  }
  
  .team-member:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
  }
  
  .team-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
  }
  
  .team-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.05));
    z-index: 1;
  }
  
  .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    transition: var(--transition);
  }
  
  .team-member:hover .team-image img {
    transform: scale(1.05);
  }
  
  .team-info {
    padding: 2rem;
    border-top: 3px solid var(--olive-primary);
    position: relative;
  }
  
  .team-category {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--olive-primary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .team-name {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
    transition: var(--transition);
  }
  
  .team-member:hover .team-name {
    color: var(--olive-primary);
  }
  
  .team-title {
    font-size: 1rem;
    color: var(--olive-primary);
    margin-bottom: 1rem;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  
  .team-bio {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-muted);
  }
  
  .section-divider {
    position: relative;
    height: 40px;
    overflow: hidden;
    margin: 3rem 0;
  }
  
  .divider-content {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .divider-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, 
                               rgba(107, 142, 35, 0.05), 
                               rgba(107, 142, 35, 0.3), 
                               rgba(107, 142, 35, 0.05));
  }
  
  .divider-icon {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: var(--bg-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  
  .divider-icon i {
    font-size: 24px;
    color: var(--olive-primary);
  }
  
  .footer-info {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid var(--olive-light);
    color: var(--text-muted);
    margin-top: 4rem;
  }
  
  .footer-info p {
    font-size: 0.9rem;
  }
  
  @media (max-width: 1200px) {
    .section-title {
      font-size: 2.5rem;
    }
    
    .hero-title {
      font-size: 2.5rem;
    }
    
    .team-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
  }
  
  @media (max-width: 992px) {
    .section {
      padding: 5rem 0;
    }
    
    .about-content {
      padding: 2rem;
    }
    
    .hero-title {
      font-size: 2.2rem;
    }
    
    .hero-subtitle {
      font-size: 1rem;
    }
    
    .team-grid {
      gap: 2rem;
    }
  }
  
  @media (max-width: 768px) {
    .section-title {
      font-size: 2.2rem;
    }
    
    .section-description {
      font-size: 1.1rem;
    }
    
    .team-grid {
      grid-template-columns: 1fr;
    }
    
    .about-content {
      padding: 1.5rem;
    }
    
    .about-content::before {
      font-size: 80px;
      top: -20px;
      left: -10px;
    }
    
    .team-image {
      height: 400px;
    }
    
    .hero-section {
      height: 60vh;
    }
  }
  
  @media (max-width: 576px) {
    .section {
      padding: 4rem 0;
    }
    
    .section-title {
      font-size: 2rem;
    }
    
    .hero-title {
      font-size: 1.8rem;
    }
    
    .team-image {
      height: 280px;
    }
    
    .hero-section {
      height: 50vh;
    }
  }

.animate-init {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-in-view {
  opacity: 1;
  transform: translateY(0);
}

