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


body {
    margin: 0;
    padding-top: 0;
    }


.alpaga_hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.alpaga_hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
    z-index: 0;
}

.header {
    position: fixed;  
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: transparent;
    transition: background 0.3s ease;
}

.header.scrolled {
    background: #f8f5ef;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

.nav_links {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav_links a {
    font-family: 'Cormorant Garamond', sans-serif;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.icons {
    display: flex;
    gap: 20px;
    margin-left: 60px;
}


.logo {
 width: 70px;

 height: 70px;
 border-radius: 50%;
 object-fit: cover;   
 margin-right:10px;
}


.tagline {
    font-family:'Cormorant Garamond'sans-serif;
    font-size: 11px;
    letter-spacing: 6px;
    color: #7a7a7a;
    margin-top: -5px;
    text-transform: uppercase;

}
.item {
    position: relative;
    color: #2f4f3e;
    text-decoration: none;
    transition: all 0.3 ease;
    white-space: nowrap;
}
.item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;

    background: linear-gradient(
        90deg,
        #2f4f3e,
        #8b6f47
    );
    transition: width 0.3s ease;
}
.item:hover::after {
    width: 100%;
}

.item:hover {
    cursor: pointer;
    background: linear-gradient(
        90deg,
        #2f4f3e,
        #8b6f47,
        #2f4f3e
    );
    background-size: 200% 100%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: shine 2s linear infinite;
    transform: scale(1.05);

}
@keyframes shine {
from {
    background-position: 0% 0;
}
to { background-position: 200% 0;
}
}




.brand {
    display: flex;
    align-items: center;
    gap: 8px;

}


.brand_name {
    cursor: pointer;
    letter-spacing: 4px;
    font-family: 'Cormorant Garamond'sans-serif;
    font-weight: 500;
    font-size: 42px;;
    background: linear-gradient(
        90deg,
        #2f4f3e,
        #8b6f47
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: all 0.3s ease;
   
}
.brand_name:hover {
    transform: scale(1.1);
    animation: shine 2s linear infinite;
}


.nav_links .item {
  text-decoration: none;
  color: #f8f5ef;
}

.header.scrolled .item,
.header.scrolled .icons i {
     font-family: 'Cormorant Garamond'sans-serif;
     font-size: 19px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}


.icons a {
  color: inherit;
  font-size: 1.2rem;
}

.nav_links {
    display: flex;
    gap: 25px;
    list-style: none;
}





.icons i {
    color:#2f4f3e;
    font-size: 28px;
    transition: 0.3s;
}
.icons i:hover {
    color: #6b8e23;
    transform: scale(1.15);
}


body {
background: #f8f5ef;
font-family: 'Cormorant Garamond', serif;
}


.histoire_hero {
position: relative;
height: 70vh;
overflow: hidden;
background: #1a2e24;
}

.histoire_hero img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(45%);
}

.histoire_hero_overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 0 20px;
}

.histoire_hero_overlay h1 {
font-size: 78px;
font-weight: 600;
letter-spacing: 4px;
color: rgba(248, 245, 239, 0.92);
margin-bottom: 20px;
cursor: default;
}

.histoire_hero_overlay p {
font-size: 26px;
font-style: italic;
color: rgba(248, 245, 239, 0.75);
cursor: default;
}


.histoire_intro {
background: #f3eee6;
padding: 100px 80px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}

.histoire_intro_text h2 {
font-size: 38px;
font-weight: 500;
color: #2f4f3e;
margin-bottom: 16px;
cursor: default;
}

.histoire_intro_text h2::after {
content: "";
display: block;
width: 100%;
height: 1px;
background: #8b6f47;
margin-top: 20px;
margin-bottom: 36px;
}

.histoire_intro_text p {
font-size: 22px;
line-height: 1.75;
color: rgba(47, 79, 62, 0.85);
margin-bottom: 20px;
cursor: default;
}

.histoire_intro_img {
overflow: hidden;
}

.histoire_intro_img img {
width: 100%;
height: 560px;
object-fit: cover;
transition: transform 6s ease;
}

.histoire_intro_img:hover img {
transform: scale(1.05);
}


.histoire_fondateur {
background: #f8f5ef;
padding: 100px 80px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}

.histoire_fondateur_img {
overflow: hidden;
}

.histoire_fondateur_img img {
width: 100%;
height: 560px;
object-fit: cover;
transition: transform 6s ease;
}

.histoire_fondateur_img:hover img {
transform: scale(1.05);
}

.histoire_fondateur_text h2 {
font-size: 38px;
font-weight: 500;
color: #2f4f3e;
margin-bottom: 16px;
cursor: default;
}

.histoire_fondateur_text h2::after {
content: "";
display: block;
width: 100%;
height: 1px;
background: #8b6f47;
margin-top: 20px;
margin-bottom: 36px;
}

.histoire_fondateur_text p {
font-size: 22px;
line-height: 1.75;
color: rgba(47, 79, 62, 0.85);
margin-bottom: 20px;
cursor: default;
}


.histoire_valeurs {
background: #2f4f3e;
padding: 100px 80px;
text-align: center;
}

.histoire_valeurs h2 {
font-size: 42px;
font-weight: 500;
color: rgba(248, 245, 239, 0.9);
margin-bottom: 16px;
cursor: default;
}

.histoire_valeurs h2::after {
content: "";
display: block;
width: 500px;
height: 1px;
background: #8b6f47;
margin: 20px auto 60px;
}

.valeurs_grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px;
margin-top: 20px;
}

.valeur_item {
cursor: default;
}

.valeur_item h3 {
font-size: 26px;
font-weight: 500;
color: rgba(248, 245, 239, 0.9);
margin-bottom: 16px;
letter-spacing: 1px;
}

.valeur_item p {
font-size: 20px;
font-style: italic;
color: rgba(248, 245, 239, 0.65);
line-height: 1.6;
}

.valeur_divider {
width: 30px;
height: 1px;
background: #8b6f47;
margin: 0 auto 20px;
}


.histoire_citation {
background: #f3eee6;
padding: 100px 80px;
text-align: center;
}

.histoire_citation blockquote {
font-size: 34px;
font-style: italic;
font-weight: 400;
color: #2f4f3e;
max-width: 800px;
margin: 0 auto 30px;
line-height: 1.6;
cursor: default;
}

.histoire_citation cite {
font-size: 20px;
font-style: normal;
color: rgba(47, 79, 62, 0.6);
letter-spacing: 2px;
text-transform: uppercase;
}


.histoire_cta {
background: #f8f5ef;
padding: 80px 80px;
text-align: center;
}

.histoire_cta p {
font-size: 26px;
color: rgba(47, 79, 62, 0.8);
margin-bottom: 40px;
font-style: italic;
cursor: default;
}

.histoire_cta a {
display: inline-block;
padding: 16px 40px;
font-family: 'Cormorant Garamond', serif;
font-size: 18px;
font-weight: 500;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
color: #2f4f3e;
border: 1px solid #2f4f3e;
background: transparent;
transition: all 0.4s ease;
}

.histoire_cta a:hover {
background: #2f4f3e;
color: #f8f5ef;
transform: translateY(-3px);
letter-spacing: 3px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


@media (max-width: 800px) {
.histoire_hero_overlay h1 {
     font-size: 52px; 
    }
.histoire_hero_overlay p { 
    font-size: 20px; 
}

.histoire_intro,
.histoire_fondateur {
grid-template-columns: 1fr;
gap: 40px;
padding: 70px 50px;
}

.histoire_intro_img img,
.histoire_fondateur_img img {
     height: 420px; }

.histoire_valeurs {
     padding: 70px 40px; 
    }
.histoire_valeurs h2::after { 
    width: 90%; 
}
.valeurs_grid { 
    grid-template-columns: 1fr; 
    gap: 36px; 
}

.histoire_citation { 
    padding: 70px 50px;
 }
.histoire_citation blockquote { 
    font-size: 26px;
 }

.histoire_cta { 
    padding: 60px 50px; }
}


@media (max-width: 500px) {
.histoire_hero { 
    height: 55vh; 
}
.histoire_hero_overlay h1 { 
    font-size: 36px; 
    letter-spacing: 2px;
 }
.histoire_hero_overlay p { 
    font-size: 17px; 
}

.histoire_intro,
.histoire_fondateur {
grid-template-columns: 1fr;
gap: 28px;
padding: 60px 24px;
}

.histoire_intro_text h2,
.histoire_fondateur_text h2 { 
    font-size: 28px;
 }

.histoire_intro_text p,
.histoire_fondateur_text p { 
    font-size: 18px;
 }

.histoire_intro_img img,
.histoire_fondateur_img img { 
    height: 280px; 
}

.histoire_valeurs { 
    padding: 60px 24px; }
.histoire_valeurs h2 { 
    font-size: 30px; 
}
.histoire_valeurs h2::after 
{ width: 100%; 
}
.valeur_item h3 { 
    font-size: 22px; 
}
.valeur_item p { 
    font-size: 17px; 
}

.histoire_citation { 
    padding: 60px 24px; 
}
.histoire_citation blockquote { 
    font-size: 20px; 
}
.histoire_citation cite { 
    font-size: 16px;
 }

.histoire_cta { 
    padding: 50px 24px;
 }
.histoire_cta p { 
    font-size: 20px;
 }
}