/* =============================================
   بريق للتنظيف — Bariq Cleaning
   Main Stylesheet: warm-dance-130.css
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Cairo:wght@300;400;600;700&display=swap');

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Cairo', sans-serif;
  background: #EEE5D9;
  color: #1a1a1a;
  direction: rtl;
  overflow-x: hidden;
  max-width: 100%;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ---- Typography ---- */
.font-amiri { font-family: 'Amiri', serif; }
h1, h2, h3 { font-family: 'Amiri', serif; }

/* ---- Container ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 960px; margin: 0 auto; padding: 0 24px; }

/* =============================================
   HEADER / NAV
   ============================================= */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  transition: background 0.4s, box-shadow 0.4s;
  padding: 16px 0;
}
.site-header.scrolled {
  background: rgba(24, 20, 14, 0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-logo svg { height: 52px; width: auto; }

.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-menu a {
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 8px 14px;
  letter-spacing: 0.5px;
  transition: color 0.2s;
  position: relative;
}
.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 14px;
  left: 14px;
  height: 1px;
  background: #9E794F;
  transform: scaleX(0);
  transition: transform 0.25s;
}
.nav-menu a:hover { color: #9E794F; }
.nav-menu a:hover::after { transform: scaleX(1); }

.nav-cta {
  background: #9E794F !important;
  color: #fff !important;
  border: 2px solid #9E794F;
  padding: 8px 22px !important;
  transition: background 0.2s, color 0.2s !important;
}
.nav-cta:hover { background: transparent !important; color: #9E794F !important; }
.nav-cta::after { display: none !important; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  width: 26px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  display: block;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url('../gallery/hero-bg.webp') center/cover no-repeat;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 120px 24px 80px;
  max-width: 780px;
}
.hero-logo-glyph {
  margin: 0 auto 32px;
}
.hero-logo-glyph svg { width: 160px; height: auto; margin: 0 auto; }
.hero-tagline {
  font-family: 'Amiri', serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.hero-sub {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.88);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: #9E794F;
  color: #fff;
  border: 2px solid #9E794F;
  padding: 14px 36px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
  letter-spacing: 0.5px;
  display: inline-block;
}
.btn-primary:hover { background: transparent; color: #9E794F; }
.btn-ghost {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  color: #fff;
  border: 2px solid #9E794F;
  padding: 14px 36px;
  cursor: pointer;
  transition: background 0.25s, color 0.25s;
  letter-spacing: 0.5px;
  display: inline-block;
}
.btn-ghost:hover { background: #9E794F; color: #fff; }

.hero-float-img {
  position: absolute;
  bottom: -60px;
  right: 50%;
  transform: translateX(50%);
  z-index: 3;
  width: clamp(220px, 32vw, 380px);
}
.hero-float-img img {
  width: 100%;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,0.55));
}

/* =============================================
   ART-DECO FRAME
   ============================================= */
.deco-frame {
  position: relative;
  border: 1px solid #9E794F;
  padding: 6px;
}
.deco-frame-inner {
  border: 1px solid rgba(158, 121, 79, 0.5);
  padding: 32px 28px;
  position: relative;
  height: 100%;
}
/* Corner ornaments */
.deco-frame::before,
.deco-frame::after,
.deco-frame-inner::before,
.deco-frame-inner::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid #9E794F;
  transform: rotate(45deg);
  background: transparent;
}
.deco-frame::before  { top: -7px;  right: -7px;  }
.deco-frame::after   { top: -7px;  left: -7px;   }
.deco-frame-inner::before { bottom: -7px; right: -7px; }
.deco-frame-inner::after  { bottom: -7px; left: -7px;  }

/* =============================================
   ABOUT SECTION
   ============================================= */
.about-section {
  background: #EEE5D9;
  padding: 160px 0 100px;
  position: relative;
}
.about-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.about-title {
  font-family: 'Amiri', serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #9E794F;
  text-align: center;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.about-text {
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.9;
  text-align: center;
}
.about-text p + p { margin-top: 18px; }

/* =============================================
   PULLQUOTE / DIVIDER
   ============================================= */
.pullquote-section {
  background: #EEE5D9;
  padding: 60px 24px 80px;
  text-align: center;
}
.pullquote-script {
  font-family: 'Amiri', serif;
  font-size: 32px;
  font-style: italic;
  color: #9E794F;
  margin-bottom: 10px;
}
.pullquote-symbol {
  font-size: 22px;
  color: #9E794F;
  margin-bottom: 14px;
  display: block;
}
.pullquote-text {
  font-family: 'Cairo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.7;
}
.pullquote-attr {
  font-size: 14px;
  color: #9E794F;
  margin-top: 8px;
  display: block;
}

/* =============================================
   SERVICES / PRICE LIST
   ============================================= */
.services-section {
  background: #EEE5D9;
  padding: 80px 0 120px;
}
.section-title {
  font-family: 'Amiri', serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 8px;
  color: #9E794F;
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section-subtitle {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  color: #777;
  text-align: center;
  margin-bottom: 60px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.service-card {
  display: flex;
  flex-direction: column;
}
.service-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/3;
  margin-bottom: 0;
}
.service-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.service-card:hover .service-img-wrap img { transform: scale(1.04); }
.service-label {
  display: block;
  background: #2D2D2D;
  color: #9E794F;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 10px 8px;
  border: 2px solid #9E794F;
  margin-top: -2px;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.service-label:hover { background: #9E794F; color: #fff; }
.service-price {
  display: block;
  background: #2D2D2D;
  color: rgba(158,121,79,0.7);
  font-family: 'Cairo', sans-serif;
  font-size: 12px;
  text-align: center;
  padding: 5px 8px 8px;
  border: 2px solid #9E794F;
  border-top: none;
}
.services-cta { text-align: center; }

/* =============================================
   VALUES SECTION
   ============================================= */
.values-section {
  position: relative;
  background: #2D2D2D;
  padding: 100px 0 80px;
  overflow: hidden;
}
.values-bg {
  position: absolute;
  inset: 0;
  background: url('../gallery/values-bg.webp') center/cover no-repeat;
  opacity: 0.22;
  z-index: 0;
}
.values-watermark {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  font-family: 'Amiri', serif;
  font-size: clamp(80px, 15vw, 180px);
  color: rgba(158, 121, 79, 0.08);
  white-space: nowrap;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}
.values-section .container { position: relative; z-index: 1; }
.values-section .section-title { color: #9E794F; margin-bottom: 60px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.value-item { text-align: center; }
.value-numeral {
  font-family: 'Amiri', serif;
  font-style: italic;
  font-size: 36px;
  color: #9E794F;
  margin-bottom: 4px;
  display: block;
}
.value-name {
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}
.value-img-wrap {
  margin: 0 auto;
  max-width: 200px;
}
.values-flourish {
  text-align: center;
  margin-top: 60px;
}
.values-flourish .pullquote-script {
  font-size: 26px;
  display: block;
  margin-bottom: 20px;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #2D2D2D;
  color: #9E794F;
  border: 2px solid #9E794F;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 28px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.btn-icon:hover { background: #9E794F; color: #fff; }
.btn-icon i { font-size: 16px; }

/* =============================================
   GALLERY / SOCIAL SECTION
   ============================================= */
.gallery-section {
  background: #1e1a14;
  padding: 80px 0 100px;
}
.gallery-section .section-title { color: #9E794F; margin-bottom: 48px; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}
.gallery-item {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s, filter 0.3s;
  filter: brightness(0.9);
}
.gallery-item:hover img { transform: scale(1.06); filter: brightness(1); }
.gallery-cta { text-align: center; }

/* =============================================
   CONTACT / FORM SECTION
   ============================================= */
.contact-section {
  background: #EEE5D9;
  padding: 100px 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-info-title {
  font-family: 'Amiri', serif;
  font-size: 28px;
  color: #9E794F;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.contact-info p {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.9;
  margin-bottom: 12px;
}
.contact-info p i {
  color: #9E794F;
  margin-left: 10px;
  width: 18px;
}
.contact-form { }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid rgba(158,121,79,0.4);
  background: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  color: #333;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s;
  direction: rtl;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: #9E794F; }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-group select { appearance: none; cursor: pointer; }
.form-submit { margin-top: 8px; }
.form-submit .btn-primary { width: 100%; text-align: center; border: none; cursor: pointer; font-size: 15px; }

/* =============================================
   FOOTER
   ============================================= */
.site-footer {
  background: #1a1610;
  color: rgba(255,255,255,0.75);
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(158,121,79,0.2);
}
.footer-brand-logo { margin-bottom: 18px; }
.footer-brand-logo svg { height: 48px; }
.footer-brand-desc {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(158,121,79,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9E794F;
  font-size: 14px;
  transition: background 0.2s, color 0.2s;
}
.footer-social a:hover { background: #9E794F; color: #fff; border-color: #9E794F; }

.footer-col-title {
  font-family: 'Amiri', serif;
  font-size: 16px;
  font-weight: 700;
  color: #9E794F;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: block;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
  line-height: 1.6;
}
.footer-col ul li a:hover { color: #9E794F; }
.footer-col p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,0.6);
}
.footer-col p i { color: #9E794F; margin-left: 8px; }

.footer-copyright {
  text-align: center;
  padding: 20px 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  border-top: 1px solid rgba(158,121,79,0.1);
  margin-top: 0;
}
.footer-copyright a { color: #9E794F; }

/* =============================================
   COOKIE BANNER
   ============================================= */
.cookie-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #1a1610;
  border-top: 2px solid #9E794F;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 -4px 30px rgba(0,0,0,0.4);
  transform: translateY(0);
  transition: transform 0.4s;
}
.cookie-banner.hidden { transform: translateY(120%); }
.cookie-text {
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  flex: 1;
  min-width: 200px;
}
.cookie-text a { color: #9E794F; text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-accept {
  background: #9E794F;
  color: #fff;
  border: none;
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  cursor: pointer;
  transition: background 0.2s;
}
.cookie-accept:hover { background: #7d5f3a; }
.cookie-decline {
  background: transparent;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.2);
  font-family: 'Cairo', sans-serif;
  font-size: 13px;
  padding: 10px 20px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.cookie-decline:hover { border-color: #9E794F; color: #9E794F; }

/* =============================================
   PAGE HERO (inner pages)
   ============================================= */
.page-hero {
  background: #2D2D2D;
  padding: 140px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../gallery/hero-bg.webp') center/cover no-repeat;
  opacity: 0.15;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero-title {
  font-family: 'Amiri', serif;
  font-size: clamp(32px, 5vw, 52px);
  color: #fff;
  margin-bottom: 16px;
}
.page-hero-sub {
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}

/* =============================================
   INNER PAGE CONTENT
   ============================================= */
.page-content {
  background: #EEE5D9;
  padding: 80px 0 100px;
}
.prose {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 24px;
}
.prose h2 {
  font-family: 'Amiri', serif;
  font-size: 26px;
  color: #9E794F;
  margin-top: 40px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.prose h3 {
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
  margin-top: 28px;
  margin-bottom: 10px;
}
.prose p {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.95;
  margin-bottom: 16px;
}
.prose ul {
  list-style: disc;
  padding-right: 24px;
  margin-bottom: 16px;
}
.prose ul li {
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 1.9;
  margin-bottom: 8px;
}
.prose .highlight-box {
  background: #2D2D2D;
  border-right: 4px solid #9E794F;
  padding: 20px 24px;
  margin: 28px 0;
}
.prose .highlight-box p { color: rgba(255,255,255,0.85); margin-bottom: 0; }

/* =============================================
   HELP / FAQ
   ============================================= */
.faq-list { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.faq-item {
  border-bottom: 1px solid rgba(158,121,79,0.25);
  padding: 20px 0;
}
.faq-question {
  font-family: 'Cairo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2D2D2D;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-question i {
  color: #9E794F;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.faq-item.open .faq-question i { transform: rotate(45deg); }
.faq-answer {
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s, padding 0.3s;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  padding-top: 14px;
}

/* =============================================
   PRICE TABLE
   ============================================= */
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Cairo', sans-serif;
  font-size: 15px;
  margin-top: 32px;
}
.price-table th {
  background: #2D2D2D;
  color: #9E794F;
  padding: 14px 18px;
  text-align: right;
  font-weight: 700;
  letter-spacing: 1px;
}
.price-table td {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(158,121,79,0.15);
  color: #333;
}
.price-table tr:nth-child(even) td { background: rgba(158,121,79,0.06); }
.price-table .price-col { color: #9E794F; font-weight: 700; white-space: nowrap; }

/* =============================================
   MOBILE NAV PANEL
   ============================================= */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(24, 20, 14, 0.98);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-family: 'Cairo', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 14px 32px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(158,121,79,0.15);
  transition: color 0.2s;
}
.mobile-nav a:hover { color: #9E794F; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .values-grid { grid-template-columns: 1fr; gap: 48px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav-menu { display: none; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section { padding: 100px 0 80px; }
  .hero-float-img { display: none; }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: flex-start; }
  .cookie-actions { width: 100%; }
  .cookie-accept, .cookie-decline { flex: 1; text-align: center; }
}
