
/*
Theme Name: Al Hareeri Luxury
Author: OpenAI
Version: 2.0
Description: Premium WooCommerce Theme for Al-Hareeri Collections
*/

:root{
  --bg:#071614;
  --bg2:#0d211e;
  --gold:#c8a96b;
  --soft:#efe7d8;
  --muted:#c9c1b3;
}

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

body{
  background:var(--bg);
  color:var(--soft);
  font-family:Inter,Arial,sans-serif;
  line-height:1.6;
}

.container{
  width:min(1240px,92%);
  margin:auto;
}

header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(7,22,20,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(200,169,107,.2);
}

.navbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 0;
}

.logo img{
  height:72px;
}

.menu{
  display:flex;
  gap:28px;
  list-style:none;
}

.menu a{
  color:var(--soft);
  text-decoration:none;
  transition:.3s;
  font-weight:500;
}

.menu a:hover{
  color:var(--gold);
}

.hero{
  min-height:95vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:80px 20px;
  background:
    linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,.72)),
    radial-gradient(circle at top,#163631,#071614);
}

.hero h1{
  font-size:78px;
  line-height:1.1;
  color:var(--gold);
  margin-bottom:24px;
}

.hero p{
  max-width:760px;
  margin:auto;
  color:var(--muted);
  font-size:20px;
}

.btn-wrap{
  margin-top:34px;
  display:flex;
  gap:18px;
  justify-content:center;
  flex-wrap:wrap;
}

.btn{
  padding:15px 34px;
  border-radius:50px;
  text-decoration:none;
  transition:.3s;
  font-weight:700;
}

.btn-gold{
  background:var(--gold);
  color:#000;
}

.btn-outline{
  border:1px solid var(--gold);
  color:var(--gold);
}

.btn:hover{
  transform:translateY(-4px);
}

.section{
  padding:100px 0;
}

.section-title{
  text-align:center;
  font-size:48px;
  color:var(--gold);
  margin-bottom:60px;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:28px;
}

.card{
  background:var(--bg2);
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(200,169,107,.18);
  transition:.3s;
}

.card:hover{
  transform:translateY(-8px);
}

.card img{
  width:100%;
  height:320px;
  object-fit:cover;
}

.card-content{
  padding:26px;
}

.card h3{
  color:var(--gold);
  margin-bottom:10px;
  font-size:26px;
}

.products ul.products{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:30px;
}

.woocommerce ul.products li.product{
  background:var(--bg2);
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(200,169,107,.15);
}

footer{
  background:#040d0c;
  border-top:1px solid rgba(200,169,107,.15);
  padding:70px 0;
  text-align:center;
}

footer h2{
  color:var(--gold);
  margin-bottom:16px;
}

.whatsapp{
  position:fixed;
  bottom:24px;
  right:24px;
  background:#25D366;
  color:white;
  text-decoration:none;
  padding:16px 22px;
  border-radius:60px;
  font-weight:700;
  z-index:999;
}

@media(max-width:768px){
  .hero h1{font-size:48px}
  .menu{gap:16px;font-size:14px}
  .logo img{height:54px}
}
