/* MOMENT BOUTIQUE — الواجهة الرئيسية */
body.home { background: #0a0a0a; color: #f5f2ec; }

/* ===== الناف ===== */
.topnav {
  position: fixed; top: 0; right: 0; left: 0; z-index: 90;
  display: flex; align-items: center; gap: 18px;
  padding: 10px 20px;
  background: rgba(10, 10, 10, .55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.navlogo { height: 40px; filter: invert(1); cursor: pointer; }
.navlinks { display: flex; gap: 18px; margin: 0 auto; }
.navlinks a {
  color: #d8d3c8; text-decoration: none; font-size: 13.5px; font-weight: 700;
  transition: color .2s;
}
.navlinks a:hover { color: #fff; }
.navlang { position: static !important; box-shadow: none; background: transparent; color: #f5f2ec; border-color: #f5f2ec; }

/* ===== الهيرو ===== */
.hero-full {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; text-align: center;
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-veil {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(10,10,10,.25) 0%, rgba(10,10,10,.78) 100%);
}
.hero-content { position: relative; padding: 90px 22px 40px; max-width: 640px; }
.hero-mark { height: 92px; filter: invert(1); opacity: .95; margin-bottom: 18px; }
.hero-content h1 {
  font-size: clamp(30px, 6vw, 52px); font-weight: 800; line-height: 1.35;
  text-shadow: 0 4px 30px rgba(0,0,0,.6);
}
.hero-content p { color: #d8d3c8; font-size: clamp(15px, 2.6vw, 19px); margin-top: 10px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.hero-btn { background: #f5f2ec !important; color: #0a0a0a !important; font-size: 17px; }
.hero-btn2 { color: #f5f2ec !important; border-color: #f5f2ec !important; }
.hero-scroll {
  position: absolute; bottom: 18px; right: 50%; transform: translateX(50%);
  color: #d8d3c8; font-size: 26px; animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob { 0%,100% { transform: translateX(50%) translateY(0); } 50% { transform: translateX(50%) translateY(8px); } }

/* لمعة على الزر */
.shine { position: relative; overflow: hidden; }
.shine::after {
  content: ''; position: absolute; top: -50%; bottom: -50%; width: 36px;
  background: rgba(255,255,255,.55); filter: blur(10px);
  transform: rotate(20deg); left: -60px;
  animation: shineMove 3.4s ease-in-out infinite;
}
@keyframes shineMove { 0%, 55% { left: -60px; } 85%, 100% { left: 120%; } }
.pulse { animation: pulseGlow 2.6s ease-in-out infinite; }
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 242, 236, .35); }
  50% { box-shadow: 0 0 0 14px rgba(245, 242, 236, 0); }
}

/* ===== الأقسام العامة ===== */
.homewrap { max-width: 1060px; margin: 0 auto; padding: 0 18px; }
.homewrap h2 { font-size: clamp(26px, 4.5vw, 38px); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ===== عرض المنتج ===== */
.showcase {
  display: grid; grid-template-columns: 1fr 1fr; gap: 34px;
  align-items: center; padding: 64px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.showcase.flip .show-img { order: 2; }
.show-img { position: relative; }
.show-img img {
  width: 100%; border-radius: 22px; display: block;
  box-shadow: 0 24px 70px rgba(0,0,0,.55);
}
.ribbon {
  position: absolute; top: 14px; right: 14px;
  background: #f5f2ec; color: #0a0a0a;
  font-size: 12.5px; font-weight: 800; letter-spacing: .5px;
  padding: 6px 14px; border-radius: 20px;
}
.ribbon.new { background: #0a0a0a; color: #f5f2ec; border: 1.5px solid #f5f2ec; }
.show-txt small { color: #b9b2a4; letter-spacing: 4px; font-size: 12px; }
.show-txt h2 { letter-spacing: 6px; margin: 6px 0 12px; }
.show-txt p { color: #d8d3c8; font-size: 15.5px; line-height: 1.9; }
.show-notes { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 22px; }
.show-notes span {
  border: 1px solid rgba(255,255,255,.25); color: #d8d3c8;
  font-size: 12.5px; padding: 5px 14px; border-radius: 18px;
}
.show-txt .btn { background: #f5f2ec; color: #0a0a0a; box-shadow: none; }

/* ===== المختبر ===== */
.labcta {
  position: relative; text-align: center; padding: 80px 18px;
  border-bottom: 1px solid rgba(255,255,255,.07); overflow: hidden;
}
.labglow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at center, rgba(245,242,236,.08), transparent 70%);
}
.labpuck {
  width: 168px; border-radius: 50%; display: block; margin: 0 auto 22px;
  box-shadow: 0 30px 60px rgba(0,0,0,.6);
}
.float { animation: floaty 4.5s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-14px) rotate(2deg); } }
.labline { font-size: clamp(17px, 3vw, 22px); color: #f5f2ec; font-weight: 700; margin-top: 10px; }
.labdesc { color: #b9b2a4; max-width: 560px; margin: 14px auto 26px; font-size: 15px; line-height: 1.9; }
.labhint { display: block; color: #8d877b; margin-top: 14px; font-size: 12.5px; letter-spacing: .5px; }

/* ===== الأقسام (كروت) ===== */
.cats { padding: 64px 0; border-bottom: 1px solid rgba(255,255,255,.07); text-align: center; }
.catgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.catcard {
  position: relative; border-radius: 18px; overflow: hidden; display: block;
  aspect-ratio: 3 / 4; text-decoration: none;
  transform: translateY(0); transition: transform .35s ease, box-shadow .35s ease;
}
.catcard:hover { transform: translateY(-8px); box-shadow: 0 24px 50px rgba(0,0,0,.5); }
.catcard img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease; filter: saturate(.92);
}
.catcard:hover img { transform: scale(1.07); }
.catname {
  position: absolute; inset: auto 0 0 0; padding: 40px 12px 14px;
  background: linear-gradient(transparent, rgba(0,0,0,.85));
  color: #fff; text-align: center;
}
.catname b { display: block; font-size: 16px; }
.soon-tag {
  display: inline-block; margin-top: 6px;
  background: rgba(245,242,236,.92); color: #0a0a0a;
  font-size: 10.5px; font-weight: 800; letter-spacing: 1px;
  padding: 3px 10px; border-radius: 14px;
}

/* ===== لماذا مخصص ===== */
.why { padding: 64px 0; text-align: center; }
.whygrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 30px; }
.whycell {
  background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px; padding: 24px 14px;
}
.whycell span { font-size: 30px; display: block; margin-bottom: 10px; }
.whycell b { display: block; font-size: 15.5px; margin-bottom: 6px; }
.whycell p { color: #b9b2a4; font-size: 13px; line-height: 1.8; }

/* ===== الفوتر ===== */
.bigfoot {
  text-align: center; padding: 60px 18px 40px;
  background: #060606; border-top: 1px solid rgba(255,255,255,.07);
}
.footlogo { height: 64px; filter: invert(1); opacity: .9; }
.footname { font-weight: 800; font-size: 17px; letter-spacing: 1px; margin: 12px 0 18px; }
.footrow { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
.footrow a { color: #d8d3c8; text-decoration: none; font-size: 14.5px; font-weight: 700; }
.footrow a:hover { color: #fff; }
.footmeta { color: #8d877b; font-size: 13px; margin-top: 16px; }
.footnote { display: block; color: #5f5a50; font-size: 11.5px; margin-top: 18px; }

/* ===== استجابة ===== */
@media (max-width: 760px) {
  .navlinks { display: none; }
  .showcase { grid-template-columns: 1fr; gap: 20px; padding: 44px 0; }
  .showcase.flip .show-img { order: 0; }
  .catgrid { grid-template-columns: repeat(2, 1fr); }
  .whygrid { grid-template-columns: repeat(2, 1fr); }
}
