
:root{
  --cream:#f5f1e8;
  --dark:#11170f;
  --gold:#c3923a;
  --green:#667a5f;
  --text:#12140f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
.container{max-width:1520px;margin:0 auto;padding:0 70px}

/* HEADER */
.site-header{
  position:absolute;top:0;left:0;right:0;z-index:20;
  height:106px;background:rgba(0,0,0,.55);
  border-bottom:1px solid rgba(255,255,255,.18);
  display:flex;align-items:center;
}
.header-inner{width:100%;display:flex;align-items:center;justify-content:space-between}
.logo-card{
  background:#fff;height:74px;width:335px;padding:8px 18px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 12px 35px rgba(0,0,0,.18);
}
.logo-card img{height:58px;width:auto;max-width:295px;display:block;object-fit:contain}
.nav{display:flex;gap:42px;color:#fff;font-size:14px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
.nav a:first-child{color:var(--gold);border-bottom:1px solid var(--gold);padding-bottom:12px}
.lang{color:#fff;font-size:14px;font-weight:900}

/* HERO */
.hero{height:760px;min-height:92vh;position:relative;overflow:hidden;background:#111}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.55) 42%,rgba(0,0,0,.08) 100%);z-index:1}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.58),transparent 45%,rgba(0,0,0,.18));z-index:2}
.hero-content{position:relative;z-index:3;height:100%;display:flex;align-items:center;color:#fff;padding-top:70px}
.eyebrow{font-size:18px;letter-spacing:.18em;font-weight:900;text-transform:uppercase;margin-bottom:28px}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:86px;line-height:.95;letter-spacing:-.045em;font-weight:500;margin:0}
.hero p{font-size:24px;line-height:1.45;max-width:720px;margin:34px 0 0}
.btn{display:inline-flex;align-items:center;gap:28px;border:1px solid currentColor;padding:20px 34px;margin-top:40px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.scroll{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:4;color:#fff;text-align:center;font-size:12px;font-weight:900}

/* SERVICE STRIP */
.services{background:#f8f5ee}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid #ddd5c8;border-right:1px solid #ddd5c8}
.service{min-height:260px;padding:44px 48px;border-right:1px solid #ddd5c8;background:#fbfaf6;position:relative}
.service:last-child{border-right:0}
.service .number{position:absolute;right:34px;top:34px;color:#9b9b92}
.service h2{font-family:Georgia,'Times New Roman',serif;font-size:32px;line-height:1.05;margin:16px 0}
.service p{line-height:1.65;color:#31352d}

/* STATS */
.stats{background:var(--dark);color:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:38px 42px;border-right:1px solid rgba(255,255,255,.14)}
.stat:last-child{border-right:0}
.stat strong{font-family:Georgia,'Times New Roman',serif;font-size:48px;font-weight:400}
.stat h4{font-size:12px;text-transform:uppercase;margin:18px 0 8px}
.stat p{font-size:13px;line-height:1.6;color:rgba(255,255,255,.7)}

/* MARKET */
.market{padding:56px 0}
.market-box{display:grid;grid-template-columns:380px 1fr 260px;background:#fbfaf6;min-height:520px}
.market-left{padding:62px 54px}
.market-left h2{font-family:Georgia,'Times New Roman',serif;font-size:50px;line-height:.98;margin:0}
.gold-line{width:72px;height:2px;background:var(--gold);margin:34px 0}
.market-left p{line-height:1.75;font-size:17px;color:#3c4037}
.map-box{background:#ebe4d6;display:flex;align-items:center;justify-content:center;padding:16px}
.map-box img{width:100%;height:100%;object-fit:contain;display:block}
.market-right{padding:58px 38px}
.market-right h3{font-size:14px;text-transform:uppercase;margin:0 0 26px}
.market-right ul{margin:0;padding:0;list-style:none}
.market-right li{font-size:18px;margin:18px 0}
.market-right li::before{content:"";display:inline-block;width:13px;height:13px;background:var(--green);margin-right:16px}

/* GALLERY SMALL */
.gallery-wrap{padding-bottom:0}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);height:92px;overflow:hidden}
.gallery img{width:100%;height:92px;object-fit:cover;display:block}

/* FOOTER */
.footer{background:var(--dark);color:#fff;padding:56px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr 1.4fr;gap:52px}
.footer-logo{background:#fff;width:300px;height:72px;padding:8px 18px;display:flex;align-items:center;justify-content:center;margin-bottom:26px}
.footer-logo img{height:56px;max-width:260px;object-fit:contain}
.footer h4{color:var(--gold);font-size:14px;text-transform:uppercase;margin:0 0 24px}
.footer p,.footer li{color:rgba(255,255,255,.75);font-size:15px;line-height:1.7}
.footer ul{list-style:none;margin:0;padding:0}
.copy{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:22px;color:rgba(255,255,255,.45);font-size:12px;display:flex;justify-content:space-between}

@media(max-width:1050px){
  .container{padding:0 24px}
  .nav{display:none}
  .logo-card{width:250px;height:64px}
  .logo-card img{height:48px}
  .hero h1{font-size:54px}
  .hero p{font-size:18px}
  .service-grid,.stats-grid,.market-box,.footer-grid{grid-template-columns:1fr}
  .gallery{grid-template-columns:repeat(2,1fr);height:auto}
  .gallery img{height:110px}
}

/* v12 corrections */
.logo-card{
  background: rgba(255,255,255,.96) !important;
  width: 285px !important;
  height: 74px !important;
  padding: 6px 10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.logo-card img{
  height: 62px !important;
  width:auto !important;
  max-width:265px !important;
  object-fit:contain !important;
  display:block !important;
}
.map-box{
  background:#ebe4d6 !important;
  padding:0 !important;
  overflow:hidden !important;
}
.map-box img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.gallery{
  height:70px !important;
}
.gallery img{
  height:70px !important;
  object-fit:cover !important;
}
.footer-logo{
  width:285px !important;
  height:74px !important;
  padding:6px 10px !important;
}
.footer-logo img{
  height:62px !important;
  max-width:265px !important;
}

.lang-switch{
  display:flex;
  gap:6px;
  align-items:center;
}
.lang-switch button{
  background:transparent;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  font-weight:900;
  font-size:12px;
  padding:8px 9px;
  cursor:pointer;
}
.lang-switch button.active,
.lang-switch button:hover{
  color:#11170f;
  background:#c3923a;
  border-color:#c3923a;
}
@media(max-width:1050px){
  .lang-switch button{font-size:11px;padding:6px 7px}
}


/* Arabic RTL support */
.rtl{
  direction: rtl;
  text-align: right;
}
.rtl .header-inner,
.rtl .hero-content,
.rtl .service-grid,
.rtl .stats-grid,
.rtl .market-box,
.rtl .footer-grid{
  direction: rtl;
}
.rtl .nav{
  flex-direction: row-reverse;
}
.rtl .market-right li::before{
  margin-left:16px;
  margin-right:0;
}
.rtl .btn{
  flex-direction: row-reverse;
}


/* FINAL HERO VIDEO */
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
}

.hero-img{
  display:none !important;
}

.hero::before{
  z-index:1;
  background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.18) 45%,rgba(0,0,0,.08) 100%) !important;
}

.hero-content{
  z-index:3;
  align-items:flex-end !important;
  padding-bottom:90px !important;
}

.hero h1{
  font-size:58px !important;
  line-height:1 !important;
}

.hero p{
  font-size:18px !important;
  max-width:520px !important;
}

.eyebrow{
  font-size:14px !important;
  margin-bottom:18px !important;
}

.btn{
  margin-top:24px !important;
  padding:16px 28px !important;
}

@media(max-width:1050px){
  .hero h1{
    font-size:38px !important;
  }
  .hero-content{
    padding-bottom:60px !important;
  }
}


/* SOUND BUTTON */
.sound-toggle{
  position:absolute;
  right:34px;
  bottom:34px;
  z-index:8;
  background:rgba(17,23,15,.72);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(8px);
  padding:14px 20px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  border-radius:999px;
  cursor:pointer;
  transition:.25s ease;
}

.sound-toggle:hover{
  background:#c3923a;
  color:#11170f;
  border-color:#c3923a;
}

@media(max-width:1050px){
  .sound-toggle{
    right:18px;
    bottom:18px;
    padding:10px 14px;
    font-size:10px;
  }
}


/* FORCE SOUND BUTTON */
.sound-toggle-fixed{
  position:fixed !important;
  right:24px !important;
  bottom:24px !important;
  z-index:999999 !important;
  background:#c3923a !important;
  color:#11170f !important;
  border:none !important;
  padding:16px 22px !important;
  border-radius:999px !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  cursor:pointer !important;
  box-shadow:0 10px 30px rgba(0,0,0,.35) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.sound-toggle-fixed:hover{
  transform:translateY(-2px);
}

@media(max-width:1050px){
  .sound-toggle-fixed{
    right:14px !important;
    bottom:14px !important;
    padding:12px 16px !important;
    font-size:11px !important;
  }
}


/* ABSOLUTE FINAL GLOBAL SOUND BUTTON */
#globalSoundButton{
  position: fixed !important;
  right: 26px !important;
  bottom: 26px !important;
  z-index: 2147483647 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #c3923a !important;
  color: #11170f !important;
  border: 3px solid #ffffff !important;
  border-radius: 999px !important;
  padding: 16px 24px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  cursor: pointer !important;
  box-shadow: 0 12px 35px rgba(0,0,0,.45) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

#globalSoundButton:hover{
  background:#ffffff !important;
  color:#11170f !important;
}

@media(max-width:1050px){
  #globalSoundButton{
    right: 14px !important;
    bottom: 14px !important;
    padding: 13px 17px !important;
    font-size: 11px !important;
  }
}
