/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
 */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Merriweather, Tahoma, sans-serif;
}
:root {
--navy: #1a2638;
--gold: #b89c5a;
--gold-l: #d4b87a;
--white: #ffffff;
--off: #f7f5f0;
--grey: #e8e4dc;
--text: #2c2c2c;
--muted: #6b6560;
--font-display: 'Cormorant Garamond', Georgia, serif;
--font-body: 'Jost', sans-serif;
}
html {
     scroll-behavior: smooth; }
body {
    width: 100vw;
    max-width: 100%;
}
img {
     max-width: 100%;
     display: block;
}
a {
     color: inherit;
     text-decoration: none;
}
.first {
    color: #222;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 120vh;
}
.bg{
    position: relative;
    width: 100%;
    height: 100%;
}
.bg .flow{
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
}
.bg img{
    top: 0;
    width: 100%;
    height: 100%;
}
.text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.text h1 {
    font-size: 70px;
    margin: 280px 20vw 0 60px;
}
.text p {
    font-size: 24px;
    margin: 20px 30vw 0 60px;
    letter-spacing: 1.5px;
}
.text button {
    font-size: 20px;
    margin: 30px 30vw 0 60px;
    background-color: transparent;
    outline: none;
    border: none;
}
.text button a {
    text-decoration: none;
    color: #222;
    padding: 15px;
    border: 2px solid #222;
    border-radius: 8px;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 60px;
    transition: all 0.2s ease;
    z-index: 100;
}
.navbar.colored {
    background-color: #fff;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.navbar.transparent {
    background-color: transparent;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
}
.logo img{
    height: 50px;
    width: 200px;
    margin-left: 20px;
}
nav ul{
    display: flex;
    list-style: none;
}
nav ul li{
    padding: 40px 0px 40px 30px;
    font-size: 17px;
}
nav ul li a{
    font-weight: 100;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    color: #EE771A;
    transition: all 0.2s ease;
}
nav ul li a:hover{
    text-decoration: underline;
    color: #2E4F9D;
}
.a {
    color: #2E4F9D;
}
.hamburger {
    display: none;
    cursor: pointer;
    margin: 40px;
    width: 30px;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    border-radius: 20px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
    background-color: #e71717;
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
    background-color: #e71717;
}
.second {
    width: 100vw;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}
.info-1, .img-1 {
    width: 42vw;
}
.info-1 h1{
    margin-top: 20px;
    font-size: 45px;
    color: #333;
}
.info-1 p{
    font-size: 18px;
    margin: 30px 0;
    letter-spacing: 1.5px;
    line-height: 25px;
    color: #666;
}
.img-1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.third {
    padding-top: 100px;
    width: 100%;
    background-color: #2E4F9D;
    clip-path: polygon(33% 0, 66% 15%, 100% 0, 100% 100%, 0 100%, 0 15%);
}
.third h1 {
    margin: 50px 0 10px 60px;
    font-size: 37px;
    color: white;
}
.img-2 {
    padding: 0 60px 60px 60px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.info-2 {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 20px;
    overflow: hidden;
}
.info-2 div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-2 div h2{
    font-size: 30px;
}
.info-2 div p{
    font-size: 18px;
    margin-top: 20px;
    line-height: 25px;
}
.info-2 img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.third button {
    font-size: 17px;
    background-color: transparent;
    outline: none;
    border: none;
    text-align: left;
    margin-top: 25px;
}
.third button a {
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    border: 2px solid white;
    border-radius: 8px;
}
.fourth {
    background-color: #e9f1f1;
    width: 100%;
    height: auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
}
.fourth h1{
    font-size: 40px;
}
.fourth p{
    margin: 15px 2rem;
    line-height: 30px;
    text-align: center;
}
.fourth button {
    font-size: 17px;
    background-color: transparent;
    outline: none;
    border: none;
    margin-top: 20px;
}
.fourth button a {
    text-decoration: none;
    color: #333;
    padding: 15px;
    border: 2px solid #333;
    border-radius: 8px;
}
.fifth {
    width: 100%;
    padding: 100px 60px 100px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}
.fifth img{
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 20px;
}
.sixth {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    padding-bottom: 30px;
}
.sixth h2{
    font-size: 40px;
    margin: 20px;
}
.sixth p{
    width: 50%;
    line-height: 30px;
    text-align: center;
}
.sixth button {
    font-size: 20px;
    margin: 40px 0;
    background-color: transparent;
    outline: none;
    border: none;
}
.sixth button a {
    text-decoration: none;
    color: #222;
    padding: 15px;
    border: 2px solid #222;
    border-radius: 8px;
}
.map {
    width: 100%;
    height: 55vh;
    background-color: #EE771A;
}
.seventh {
    position: relative;
    width: 100%;
    height: 100vh;
    color: #222;
}
.bg-2{
    width: 100%;
    height: 100%;
}
.flow-2{
    position: absolute;
    top: 0;
    background-color: rgba(240, 240, 240, 0.8);
    width: 100%;
    height: 100%;
    z-index: 5;
}
.bg-2 img{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.text-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}
.text-2 h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 100px;
    width: 60vw;
}
.text-2 p {
    font-size: 20px;
    letter-spacing: 1.5px;
    width: 60vw;
    text-align: center;
    margin: 20px 0;
}
.text-2 button {
    font-size: 20px;
    background-color: transparent;
    outline: none;
    border: none;
    margin-top: 30px;
}
.text-2 button a {
    text-decoration: none;
    color: #222;
    padding: 15px;
    border: 2px solid #222;
    border-radius: 8px;
}
.footer {
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
}
.address {
    width: 50%;
}
.bottom-navbar ul{
    display: flex;
    list-style: none;
}
.bottom-navbar ul li{
    padding: 0 10px;
}
.bottom-navbar ul li a{
    color: #333;
    text-decoration: none;
}
.bottom-navbar ul li a:hover{
    color: #333;
    text-decoration: underline;
}

/* page of products and services */

.first-p {
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
}
.second-p {
    background-color: #f2f8f8;
    padding-top: 20px;
}
.second-p h1,
.third-p h1 {
    margin: 50px 0 20px 60px;
    font-size: 37px;
    color: black;
}
.img-2-p,
.img-3-p {
    padding: 0 60px 60px 60px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.info-2-p {
    position: relative;
    width: 31%;
}
.info-2-p img{
    width: 100%;
    height: 300px;
    border-radius: 20px;

}
.info-2-p div {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.third-p {
    background-color: #fff;
    padding: 20px 0;
}
.info-3-p {
    position: relative;
    width: 47%;
    color: #333;
}
.info-3-p img{
    width: 100%;
    border-radius: 20px;
}
.info-3-p h2{
    margin: 15px 0;
}
.info-3-p p{
    line-height: 25px;
}
.fourth-p {
    width: 100%;
    background-color: #2E4F9D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}
.fourth-p h2{
    font-size: 40px;
    color: white;
    margin: 80px 0 20px 0;
}
.info-4-p{
    position: relative;
    width: 30%;
}
.info-4-p img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.info-4-p div{
    width: 100%;
    height: 100%;
    padding: 45px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}
.info-4-p div p{
    color: white;
    text-align: center;
    margin-bottom: 20px;
    line-height: 25px;
    font-size: 18px;
    font-weight: lighter;
}
.info-4-p div button{
    font-size: 18px;
    background-color: transparent;
    outline: none;
    border: none;
    margin-top: 30px;
}
.info-4-p div button a{
    text-decoration: none;
    color: white;
    padding: 10px;
    border: 2px solid white;
    border-radius: 8px;
}

/* page of category one */

.category-one {
    margin-top: 140px;
    padding: 60px;
    text-align: center;
    background-color: #f2f8f8;
}
.category-one h1{
    font-size: 40px;
    margin: 60px 10px;
    color: #333;
}
.one-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem;
}
.product {
    text-align: center;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    outline: .1rem solid #2E4F9D;
    outline-offset: -1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product:hover{
    outline: .2rem solid #EE771A;
    outline-offset: 0;
}
.product img{
    height: 14rem;
    transition: all 0.3s ease;
}
.product:hover img{
    transform: scale(.9);
}
.product h3{
    padding:.5rem 0;
    font-size: 1.3rem;
    color:#444;
}
.product:hover h3{
    color:#EE771A;
}
.products-preview{
    position: fixed;
    top:0; left:0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 200;
}
.products-preview .preview{
    display: none;
    padding:2rem;
    text-align: center;
    background: #fff;
    position: relative;
    margin:2rem;
    width: 40rem;
}
.products-preview .preview.active{
    display: inline-block;
}
.products-preview .preview img{
    height: 25rem;
}
.products-preview .preview .fa-times{
    position: absolute;
    top:1rem; 
    right:1.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.products-preview .preview .fa-times:hover{
    transform: rotate(90deg);
}
.products-preview .preview .fa-times img{
    width: 100%;
    height: 100%;
}

.first-partner {
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 100vh;
    color: #222;
}
.fp-bg{
    width: 100%;
    height: 100%;
}
.fp-flow{
    position: absolute;
    top: 0;
    background-color: rgba(240, 240, 240, 0.8);
    width: 100%;
    height: 100%;
    z-index: 5;
}
.fp-bg img{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fp-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
.fp-text h1 {
    font-size: 60px;
    text-align: center;
    margin-top: 100px;
    width: 60vw;
}
.fp-text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    width: 60vw;
    text-align: center;
    margin: 20px 0;
}

/* page of About us */

.first-a {
    margin-top: 100px;
    padding: 100px 0;
    width: 100%;
    background-color: #2E4F9D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.first-a h2{
    color: white;
    font-size: 60px;
    margin: 20px 0;
}
.first-a P{
    color: white;
    width: 700px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 30px;
    font-size: 20px;
}
.first-a img{
    width: 620px;
    height: 350px;
    border-radius: 20px;
}
.second-a {
    width: 100%;
    padding: 60px;
    display: flex;
    background-color: #f2f8f8;
}
.para-a-1{
    width: 50%;
    margin: 20px 0;
    line-height: 25px;
    font-size: 19px;
    color: #555;
}
.para-a-1 p{
    margin: 20px 0;
    line-height: 25px;
    font-size: 19px;
    padding-right: 35px;
}
.img-a-1 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
}
.img-a-1 img{
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
.third-a {
    background-color: #2E4F9D;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    color: white;
}
.third-a h2{
    font-size: 50px;
    margin-bottom: 20px;
}
.third-a p{
    padding: 10px 10%;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
}
.fourth-a {
    width: 100%;
    padding: 100px 60px;
    background-color: #EE771A;
}
.fourth-a h2{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    color: white;
}
.img-a-2 {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.info-a-2 {
    width: 31%;
    color: white;
}
.info-a-2 img{
    width: 100%;
    height: 250px;
    border-radius: 20px;
}
.info-a-2 h3{
    font-size: 25px;
    margin: 20px 0;
}
.info-a-2 p{
    line-height: 25px;
}
.fifth-a {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333;
    text-align: center;
}
.fifth-a h2{
    font-size: 40px;
    margin: 20px 0;
    width: 700px;
}
.fifth-a p{
    width: 700px;
    line-height: 25px;
}

/*  Page of Contact */

.h-60 {
    height: 60px;
}
.first-c {
    width: 100%;
    height: 100%;
    margin-top: 145px;
    padding: 0 60px 60px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form {
    width: 47%;
    color: #333;
}
.alert_success {
    margin: 5px;
    padding: 12px;
    border-radius: 7px;
    background-color: rgba(30, 255, 0, 0.3);
    color: green;
    text-align: center;
}
.alert_danger {
    margin: 5px;
    padding: 12px;
    border-radius: 7px;
    background-color: rgba(255, 0, 0, 0.3);
    color: red;
    text-align: center;
}
.line-contact {
    width: 100%;
    display: flex;
}
.textarea-1{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.textarea-2 {
    width: 100%;
    padding: 5px;
}
.line-contact div label{
    margin: 10px 5px 5px 5px;
}
.line-contact div input{
    height: 40px;
    border: none;
    border-radius: 7px;
    margin: 0 5px;
    padding: 7px;
    background-color: #eee;
}
.line-contact div input:focus,
.line-contact textarea:focus{
    outline: none;
    border: 1px solid #2E4F9D;
}
.line-contact textarea {
    width: 100%;
    height: 120px;
    border: none;
    padding: 7px;
    border-radius: 7px;
    margin: 5px 0 10px 0;
    background-color: #eee;
}
.line-contact p {
    font-size: 13px;
    margin: 5px 30px 0 5px;
}
.line-contact a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.line-contact input[type="submit"]{
    padding: 10px 45px;
    margin: 5px;
    font-size: 17px;
    border: 2px solid #333;
    border-radius: 7px;
    background-color: transparent;
    cursor: pointer;
}
.form-info {
    width: 47%;
    color: #333;
}
.form-info h2{
    margin: 30px 0;
    font-size: 30px;
}
.form-info p{
    line-height: 25px;
    font-size: 16px;
    font-weight: 100;
}
.second-c {
    width: 100%;
    padding: 60px;
    color: #333;
}
.second-c h2{
    font-size: 40px;
    margin-bottom: 40px;
}
.day {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
}
.day.today {
    border-radius: 7px;
    background-color: #e9f1f1;
}
.day span{
    font-size: 18px;
    font-weight: 700;
    margin-left: 20px;
    width: 170px;
}
.third-c {
    width: 100%;
    height: 350px;
    background-color: #666;
}

/* page of category one */

.category-one {
    margin-top: 140px;
    padding: 60px;
    text-align: center;
    background-color: #f2f8f8;
}
.category-one h1{
    font-size: 40px;
    margin: 60px 10px;
    color: #333;
}
.one-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2rem;
}
.product {
    text-align: center;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    outline: .1rem solid #2E4F9D;
    outline-offset: -1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.product:hover{
    outline: .2rem solid #EE771A;
    outline-offset: 0;
}
.product img{
    height: 14rem;
    transition: all 0.3s ease;
}
.product:hover img{
    transform: scale(.9);
}
.product h3{
    padding:.5rem 0;
    font-size: 1.3rem;
    color:#444;
}
.product:hover h3{
    color:#EE771A;
}
.products-preview{
    position: fixed;
    top:0; left:0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 200;
}
.products-preview .preview{
    display: none;
    padding:2rem;
    text-align: center;
    background: #fff;
    position: relative;
    margin:2rem;
    width: 40rem;
}
.products-preview .preview.active{
    display: inline-block;
}
.products-preview .preview img{
    height: 25rem;
}
.products-preview .preview .fa-times{
    position: absolute;
    top:1rem; 
    right:1.5rem;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.products-preview .preview .fa-times:hover{
    transform: rotate(90deg);
}
.products-preview .preview .fa-times img{
    width: 100%;
    height: 100%;
}
/* .fp-bg{
    width: 100%;
    height: 100%;
}
.fp-flow{
    position: absolute;
    top: 0;
    background-color: rgba(240, 240, 240, 0.8);
    width: 100%;
    height: 100%;
    z-index: 5;
}
.fp-bg img{
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fp-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 10;
}
.fp-text h1 {
    font-size: 60px;
    text-align: center;
    margin-top: 100px;
    width: 60vw;
}
.fp-text p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.5px;
    width: 60vw;
    text-align: center;
    margin: 20px 0;
} */

/* responsive */

@media screen and (max-width: 1023px) {
    .logo img{
        height: 40px;
        width: 160px;
        margin-left: 30px;
    }
    .navbar nav{
        display: none;
    }
    .hamburger{
        display: inline-block;
    }
    .first {
        height: 340px;
    }
    .text {
        width: 100%;
        height: 100%;
    }
    .text h1 {
        font-size: 40px;
        margin: 130px 60px 0 60px;
    }
    .text p {
        font-size: 20px;
        margin: 20px 60px 0 60px;
    }
    .second {
        width: 100%;
        padding: 60px;
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .info-1, .img-1 {
        width: 100%;
    }
    .img-1 img {
        border-radius: 25px;
    }
    .third {
        clip-path: polygon(33% 0, 66% 7%, 100% 0, 100% 100%, 0 100%, 0 7%);
    }
    .img-2 {
        grid-template-columns: 1fr 1fr;
    }
    .info-2 {
        border-radius: 30px;
        overflow: hidden;
    }
    .fourth h1{
        font-size: 40px;
    }
    .fourth p{
        margin: 15px 5rem;
    }
    .fifth {
        width: 100%;
        padding: 60px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .fifth img{
        border-radius: 30px;
    }
    .seventh {
        width: 100%;
        height: 400px;
    }
    .text-2 h1 {
        font-size: 30px;
        width: 90vw;
        margin-top: 20px;
    }
    .text-2 p {
        font-size: 18px;
        width: 80vw;
    }
    .footer {
        display: flex;
        flex-direction: column-reverse;
        padding: 60px;
        height: auto;
    }
    .address {
        width: 100%;
    }
    .bottom-navbar{
        width: 100%;
        margin: 40px 0;
    }
    .bottom-navbar ul{
        display: flex;
        flex-direction: column;
        list-style: none;
    }
    .bottom-navbar ul li{
        padding: 20px 0;
    }
}
@media screen and (max-width: 767px) {

}

/* ========= page of commodity ========= */

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
position: relative;
height: 120vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

.hero-bg{
position: absolute;
inset: 0;
background: linear-gradient(160deg, rgba(26,38,56,.82) 0%, rgba(26,38,56,.55) 60%, rgba(184,156,90,.18) 100%),
url('./images/belt-3.JPG') center/cover no-repeat;
transform: scale(1.04);
animation: heroZoom 14s ease-in-out infinite alternate;
}

@keyframes heroZoom {
from { transform: scale(1.04); }
to { transform: scale(1.00); }
}

.hero-content {
position: relative;
text-align: center;
color: var(--white);
padding: 0 5%;
animation: fadeUp .9s ease both;
}

@keyframes fadeUp {
from { opacity: 0; transform: translateY(28px); }
to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
font-family: var(--font-body);
font-size: .75rem;
font-weight: 500;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--gold-l);
margin-bottom: 1rem;
}

.hero h1 {
font-family: var(--font-display);
font-size: clamp(2.6rem, 5.5vw, 4.2rem);
font-weight: 300;
line-height: 1.15;
margin-bottom: 1.2rem;
}

.hero h1 em {
font-style: italic;
color: var(--gold-l);
}

.hero p {
font-size: 1.05rem;
font-weight: 300;
max-width: 560px;
margin: 0 auto 2rem;
opacity: .9;
}

.btn {
display: inline-block;
padding: .82rem 2.2rem;
font-size: .8rem;
font-weight: 500;
letter-spacing: .14em;
text-transform: uppercase;
border: 1.5px solid var(--gold-l);
color: var(--white);
transition: background .25s, color .25s;
cursor: pointer;
}

.btn:hover {
background: var(--gold);
border-color: var(--gold);
color: var(--white);
}

.btn-solid {
background: var(--gold);
border-color: var(--gold);
color: var(--white);
}

.btn-solid:hover {
background: var(--gold-l);
border-color: var(--gold-l);
}

/* ── SECTION WRAPPER ────────────────────────────────────────── */
.why { padding: 90px 5%; }

.section-label {
font-size: .72rem;
font-weight: 500;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: .8rem;
}

h2.section-title {
font-family: var(--font-display);
font-size: clamp(2rem, 3.8vw, 3rem);
font-weight: 300;
color: var(--navy);
line-height: 1.2;
margin-bottom: 1.4rem;
}

h2.section-title em {
font-style: italic;
color: var(--gold);
}

.section-rule {
width: 48px;
height: 2px;
background: var(--gold);
margin-bottom: 1.8rem;
}

.section-sub {
font-size: 1rem;
color: var(--muted);
max-width: 640px;
line-height: 1.8;
}

/* ── INTRO SPLIT ────────────────────────────────────────────── */
.intro-split {
background: var(--off);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
padding: 0;
}

.intro-image {
position: relative;
min-height: 420px;
overflow: hidden;
}

.intro-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .6s ease;
}

.intro-image:hover img { transform: scale(1.03); }

.intro-text {
padding: 80px 8%;
display: flex;
flex-direction: column;
justify-content: center;
}

.intro-text p {
font-size: .97rem;
color: var(--muted);
line-height: 1.85;
margin-bottom: 1.2rem;
}

.intro-text p strong {
color: var(--navy);
font-weight: 600;
}

/* ── WHY BENSTONE ────────────────────────────────────────────── */
.why {
background: var(--navy);
color: var(--white);
}

.why .section-title { color: var(--white); }
.why .section-sub { color: rgba(255,255,255,.65); }

.why-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2.4rem;
margin-top: 3.5rem;
}

.why-card {
border-top: 2px solid var(--gold);
padding-top: 1.8rem;
animation: fadeUp .7s ease both;
}

.why-card:nth-child(2) { animation-delay: .12s; }
.why-card:nth-child(3) { animation-delay: .24s; }
.why-card:nth-child(4) { animation-delay: .10s; }
.why-card:nth-child(5) { animation-delay: .22s; }
.why-card:nth-child(6) { animation-delay: .34s; }

.why-icon {
font-size: 2rem;
margin-bottom: 1rem;
}

.why-card h3 {
font-family: var(--font-display);
font-size: 1.35rem;
font-weight: 400;
color: var(--gold-l);
margin-bottom: .7rem;
}

.why-card p {
font-size: .9rem;
color: rgba(255,255,255,.65);
line-height: 1.75;
}

/* ── WHAT WE DO ─────────────────────────────────────────────── */
.services {
    padding: 90px 5%;
    background: var(--white);
}

.services-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2px;
margin-top: 3rem;
background: var(--grey);
}

.service-item {
background: var(--white);
padding: 2.4rem 2.8rem;
transition: background .25s;
cursor: default;
}

.service-item:hover {
background: var(--off);
}

.service-num {
font-family: var(--font-display);
font-size: 3rem;
font-weight: 300;
color: var(--grey);
line-height: 1;
margin-bottom: .6rem;
}

.service-item h3 {
font-family: var(--font-display);
font-size: 1.4rem;
font-weight: 600;
color: var(--navy);
margin-bottom: .8rem;
}

.service-item p {
font-size: .9rem;
color: var(--muted);
line-height: 1.8;
}

/* ── HOW IT WORKS ───────────────────────────────────────────── */
.process {
    padding: 90px 5%;
    background: var(--off);
}

.process-steps {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
margin-top: 3.5rem;
position: relative;
}

.process-steps::before {
content: '';
position: absolute;
top: 28px;
left: calc(12.5% + 1rem);
right: calc(12.5% + 1rem);
height: 1px;
background: linear-gradient(90deg, var(--gold) 0%, var(--gold-l) 100%);
}

.step {
text-align: center;
position: relative;
animation: fadeUp .6s ease both;
}

.step:nth-child(2) { animation-delay: .1s; }
.step:nth-child(3) { animation-delay: .2s; }
.step:nth-child(4) { animation-delay: .3s; }

.step-circle {
width: 56px;
height: 56px;
border-radius: 50%;
background: var(--navy);
border: 2px solid var(--gold);
color: var(--gold);
font-family: var(--font-display);
font-size: 1.3rem;
font-weight: 600;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.2rem;
position: relative;
z-index: 1;
}

.step h3 {
font-family: var(--font-display);
font-size: 1.15rem;
font-weight: 600;
color: var(--navy);
margin-bottom: .5rem;
}

.step p {
font-size: .85rem;
color: var(--muted);
line-height: 1.7;
}

/* ── NETWORK ────────────────────────────────────────────────── */
.network {
background: var(--white);
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
padding: 0;
}

.network-text {
padding: 90px 8%;
display: flex;
flex-direction: column;
justify-content: center;
}

.network-text p {
font-size: .97rem;
color: var(--muted);
line-height: 1.85;
margin-bottom: 1.2rem;
}

.network-image {
position: relative;
min-height: 460px;
overflow: hidden;
}

.network-image img {
width: 100%;
height: 100%;
object-fit: cover;
}

.network-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(26,38,56,.15) 0%, rgba(184,156,90,.12) 100%);
}

/* ── STATS ──────────────────────────────────────────────────── */
.stats {
background: var(--navy);
padding: 70px 5%;
}

.stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
text-align: center;
}

.stat-num {
font-family: var(--font-display);
font-size: 3.2rem;
font-weight: 300;
color: var(--gold-l);
line-height: 1;
margin-bottom: .4rem;
}

.stat-label {
font-size: .78rem;
letter-spacing: .14em;
text-transform: uppercase;
color: rgba(255,255,255,.55);
}

/* ── CTA ────────────────────────────────────────────────────── */
.cta {
background:
linear-gradient(160deg, rgba(26,38,56,.9) 0%, rgba(26,38,56,.75) 100%),
url('https://www.benstone.fr/images/factory.JPG') center/cover no-repeat;
padding: 110px 5%;
text-align: center;
color: var(--white);
}

.cta h2 {
font-family: var(--font-display);
font-size: clamp(2rem, 4vw, 3.2rem);
font-weight: 300;
margin-bottom: 1rem;
}

.cta h2 em {
font-style: italic;
color: var(--gold-l);
}

.cta p {
font-size: 1rem;
opacity: .8;
max-width: 520px;
margin: 0 auto 2.4rem;
line-height: 1.8;
}

.cta-buttons {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
}
