:root{
    --dark:#3b1418;
    --maroon:#7b3035;
    --orange:#e88a45;
    --gold:#d9a63a;
    --light:#fff7f0;
    --blue:#071b3a;
}

*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f5f7fb;
    color:var(--blue);
}

a{
    text-decoration:none;
    color:inherit;
}

/* TOP BAR */
.top{
    background:var(--dark);
    color:#fff;
    height:32px;
    padding:0 38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:12px;
}

/* HEADER */
.head{
    height:64px;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 38px;
    box-shadow:0 3px 14px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:99;
}

.logo img{
    height:44px;
    max-width:150px;
    object-fit:contain;
    display:block;
}

.nav{
    display:flex;
    align-items:center;
    gap:18px;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
    letter-spacing:.5px;
}

.nav a:hover{
    color:var(--orange);
}

.rfq{
    background:var(--gold);
    padding:10px 14px;
    border-radius:5px;
    color:var(--dark);
}

/* HERO */
.hero{
    background:linear-gradient(120deg,#3b1418,#7b3035,#e88a45);
    color:#fff;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    min-height:320px;
    padding:34px 42px;
    align-items:center;
    gap:35px;
}

.hero h1{
    font-size:40px;
    line-height:1.08;
    margin:0;
}

.hero h1 span{
    color:var(--gold);
}

.hero p{
    font-size:17px;
    font-weight:700;
}

.search{
    display:flex;
    background:#fff;
    border-radius:5px;
    overflow:hidden;
    max-width:620px;
    margin:18px 0;
}

.search input{
    flex:1;
    padding:14px;
    border:0;
    font-size:14px;
}

.search select{
    border:0;
    border-left:1px solid #ddd;
    padding:0 12px;
}

.search button{
    border:0;
    background:var(--gold);
    color:var(--dark);
    padding:0 24px;
    font-weight:900;
}

.points{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    font-size:13px;
    font-weight:700;
}

.btn{
    display:inline-block;
    background:var(--gold);
    color:var(--dark);
    padding:12px 20px;
    border-radius:5px;
    font-weight:900;
    margin-top:18px;
}

.hero-box{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.35);
    border-radius:14px;
    padding:24px;
}

.hero-box h3{
    color:var(--gold);
    font-size:24px;
    margin-top:0;
}

/* COUNTRIES */
.countries{
    background:#fff;
    padding:12px 38px;
    display:flex;
    align-items:center;
    gap:12px;
    overflow-x:auto;
    box-shadow:0 3px 15px rgba(0,0,0,.06);
}

.country{
    background:var(--light);
    border:1px solid #ead3c1;
    border-radius:6px;
    padding:8px 14px;
    font-weight:700;
    white-space:nowrap;
}

/* SECTIONS */
.section{
    padding:30px 42px;
    background:#fff;
}

.section.grey{
    background:#f5f7fb;
}

.title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:16px;
}

.title h2{
    font-size:21px;
    margin:0;
}

.title a{
    color:var(--maroon);
    font-weight:800;
}

/* GRIDS */
.brandgrid{
    display:grid;
    grid-template-columns:repeat(9, 1fr);
    gap:14px;
}

.catgrid{
    display:grid;
    grid-template-columns:repeat(8, 1fr);
    gap:14px;
}

.prodgrid{
    display:grid;
    grid-template-columns:repeat(7, 1fr);
    gap:16px;
}

.projectgrid{
    display:grid;
    grid-template-columns:repeat(7, 1fr);
    gap:16px;
}

.indgrid{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:16px;
}

.card{
    background:#fff;
    border:1px solid #ead3c1;
    border-radius:8px;
    min-height:82px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:900;
    box-shadow:0 5px 18px rgba(0,0,0,.06);
    padding:10px;
}

.card:hover{
    border-color:var(--gold);
    transform:translateY(-2px);
    transition:.2s;
}

/* PROJECTS / INDUSTRIES */
.project,
.industry{
    text-align:center;
    font-weight:800;
    font-size:13px;
}

.project img,
.industry img{
    width:100%;
    height:95px;
    object-fit:cover;
    border-radius:7px;
    background:#e5e7eb;
}

/* PRODUCTS */
.product{
    background:#fff;
    border:1px solid #ead3c1;
    border-radius:9px;
    padding:15px;
    text-align:center;
    box-shadow:0 5px 18px rgba(0,0,0,.06);
}

.product .img{
    height:120px;
    background:#fff7f0;
    border-radius:7px;
    margin-bottom:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6b7280;
}

.product h4{
    margin:8px 0;
    font-size:14px;
}

.add{
    background:var(--gold);
    color:var(--dark);
    border:0;
    padding:10px 14px;
    border-radius:5px;
    font-weight:900;
}

/* FEATURES */
.features{
    background:var(--dark);
    color:#fff;
    padding:22px 42px;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:18px;
}

.features b{
    color:var(--gold);
}

/* ABOUT */
.about{
    display:grid;
    grid-template-columns:1fr 1.2fr 1.2fr;
    gap:28px;
    align-items:center;
}

.about-img{
    height:230px;
    background:#fff7f0;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}

.stats{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
}

.stat{
    background:#fff;
    border:1px solid #ead3c1;
    border-radius:8px;
    padding:24px;
    text-align:center;
    font-weight:900;
}

/* NEWSLETTER */
.newsletter{
    background:var(--maroon);
    color:#fff;
    padding:22px 42px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.newsletter input{
    width:420px;
    padding:14px;
    border:0;
}

.newsletter button{
    padding:14px 24px;
    border:0;
    background:var(--gold);
    color:var(--dark);
    font-weight:900;
}

/* FOOTER */
.footer{
    background:#2b1013;
    color:#fff;
    padding:32px 42px;
}

.footgrid{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1.2fr;
    gap:28px;
}

.footer a{
    display:block;
    margin:7px 0;
    color:#f7dfc7;
}

.copy{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:20px;
    padding-top:15px;
    font-size:13px;
}

.yellow{
    color:var(--gold);
}

/* RESPONSIVE */
@media(max-width:1000px){
    .top{
        height:auto;
        padding:10px 18px;
        display:block;
    }

    .head{
        height:auto;
        padding:12px 18px;
        display:block;
    }

    .logo img{
        height:48px;
    }

    .nav{
        flex-wrap:wrap;
        margin-top:12px;
        gap:14px;
    }

    .hero{
        grid-template-columns:1fr;
        padding:30px 18px;
    }

    .hero h1{
        font-size:32px;
    }

    .brandgrid,
    .catgrid,
    .prodgrid,
    .projectgrid,
    .indgrid,
    .features,
    .about,
    .footgrid{
        grid-template-columns:repeat(2, 1fr);
    }

    .newsletter{
        display:block;
    }

    .newsletter input{
        width:100%;
        margin-top:12px;
    }
}