/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --noir: #0A0A0A;
  --noir2: #111111;
  --noir3: #1A1A1A;
  --creme: #F5F0E8;
  --or: #C9A84C;
  --or-light: #E2C47A;
  --or-dim: rgba(201,168,76,0.15);
  --text: #F5F0E8;
  --text-muted: #8A8070;
  --border: rgba(201,168,76,0.15);
}

html { scroll-behavior: smooth; }
body { background: var(--noir); color: var(--text); font-family: 'Space Grotesk', sans-serif; overflow-x: hidden; }

/* ── SCROLL PROGRESS ── */
#scrollProgress {
  position: fixed; top: 0; left: 0;
  height: 2px; width: 0%;
  background: linear-gradient(90deg, var(--or), var(--or-light));
  z-index: 9999; transition: width 0.1s linear;
  box-shadow: 0 0 8px rgba(201,168,76,0.6);
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 6%; transition: all 0.4s;
}
nav.scrolled {
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 1rem 6%;
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300; letter-spacing: 0.15em;
  color: var(--creme); text-transform: uppercase;
}
.nav-logo span { color: var(--or); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  color: var(--text-muted); text-decoration: none;
  font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; transition: color 0.3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--or); }
.nav-actions { display: flex; align-items: center; gap: 1.5rem; }
.nav-btn {
  border: 1px solid var(--or); color: var(--or);
  padding: 0.55rem 1.4rem; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  transition: all 0.3s; background: transparent;
  cursor: pointer; font-family: 'Space Grotesk', sans-serif;
}
.nav-btn:hover { background: var(--or); color: var(--noir); }
.menu-btn {
  display: none; background: none;
  border: 1px solid var(--border); color: var(--text);
  padding: 5px 10px; border-radius: 4px; cursor: pointer; font-size: 1rem;
}

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 4rem 4rem 6%;
  position: relative; z-index: 2;
}
.hero-right {
  position: relative; overflow: hidden;
}

/* صورة الهيرو */
.hero-fashion-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  filter: brightness(0.8);
  transition: filter 0.5s ease, transform 0.6s ease;
}
.hero-right:hover .hero-fashion-img {
  filter: brightness(0.9);
  transform: scale(1.03);
}
/* overlay gradient on hero image */
.hero-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--noir) 0%, transparent 30%),
              linear-gradient(to top, var(--noir) 0%, transparent 20%);
  pointer-events: none;
}

.hero-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--or); font-weight: 500; margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.hero-eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--or); }

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 300; line-height: 1.05;
  letter-spacing: -0.01em; margin-bottom: 1.8rem;
}
.hero h1 em { font-style: italic; color: var(--or); display: block; }

.hero-sub {
  font-size: 0.92rem; color: var(--text-muted); line-height: 1.8;
  max-width: 380px; margin-bottom: 2.5rem; font-weight: 300;
}
.hero-btns { display: flex; gap: 1rem; }

.btn-primary {
  background: var(--or); color: var(--noir);
  padding: 0.9rem 2.2rem; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s; display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
}
.btn-primary:hover { background: var(--or-light); transform: translateY(-2px); }
.btn-secondary {
  border: 1px solid rgba(245,240,232,0.25); color: var(--text);
  padding: 0.9rem 2.2rem; font-size: 0.75rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  text-decoration: none; transition: all 0.3s; display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
}
.btn-secondary:hover { border-color: var(--or); color: var(--or); }

/* ── HERO STATS — منفصلة عن الأزرار ── */
.hero-stats-row {
  display: flex; align-items: center; gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.hero-stat-sep {
  width: 1px; height: 28px;
  background: var(--border); flex-shrink: 0;
}
.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 300; color: var(--or); line-height: 1;
}
.hero-stat-label {
  font-size: 0.63rem; color: var(--text-muted);
  letter-spacing: 0.1em; text-transform: uppercase; margin-top: 0.3rem;
}

/* ── MARQUEE ── */
.marquee-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden; padding: 1rem 0; background: var(--noir2);
}
.marquee {
  display: flex; white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.marquee span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem; font-weight: 300; font-style: italic;
  letter-spacing: 0.1em; color: var(--text-muted); padding: 0 2rem;
}
.marquee span.sep { color: var(--or); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ── SECTIONS ── */
.section { padding: 7rem 6%; }
.section-header { margin-bottom: 4rem; }
.section-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--or); font-weight: 500; margin-bottom: 0.8rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.section-eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--or); }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.1;
}
.section-title em { font-style: italic; color: var(--or); }

/* ── COLLECTION ── */
.collection-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.product-card { position: relative; cursor: pointer; transition: transform 0.4s; }
.product-card:hover { transform: translateY(-6px); }
.product-img {
  aspect-ratio: 3/4;
  background: var(--noir2);
  border: 1px solid var(--border);
  position: relative; overflow: hidden; margin-bottom: 1.2rem;
  display: block;
}
.product-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.5) 0%, transparent 50%);
  opacity: 0; transition: opacity 0.4s;
}
.product-card:hover .product-img::after { opacity: 1; }

.product-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.9);
}
.product-card:hover .product-photo { transform: scale(1.06); filter: brightness(1); }

.product-badge {
  position: absolute; top: 1rem; left: 1rem;
  background: var(--or); color: var(--noir);
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 0.25rem 0.6rem; z-index: 2;
  font-family: 'Space Grotesk', sans-serif;
}
.product-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 400; margin-bottom: 0.3rem;
}
.product-meta { display: flex; justify-content: space-between; align-items: center; }
.product-price { color: var(--or); font-size: 0.95rem; font-weight: 600; font-family: 'Space Grotesk', sans-serif; }
.product-sub { font-size: 0.75rem; color: var(--text-muted); }
.product-btn {
  margin-top: 1rem; width: 100%; padding: 0.65rem;
  border: 1px solid var(--border); background: transparent;
  color: var(--text-muted); font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: all 0.3s;
  font-family: 'Space Grotesk', sans-serif;
}
.product-btn:hover { border-color: var(--or); color: var(--or); background: var(--or-dim); }

/* ── ABOUT ── */
.about-section {
  padding: 7rem 6%; background: var(--noir2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center;
}
.about-visual {
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.about-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  filter: brightness(0.85) saturate(0.9);
  transition: transform 0.6s ease, filter 0.4s;
}
.about-visual:hover .about-photo { transform: scale(1.04); filter: brightness(0.95) saturate(1); }

.about-features { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2.5rem; }
.about-feat {
  display: flex; gap: 1.2rem; align-items: flex-start;
  padding-bottom: 1.5rem; border-bottom: 1px solid var(--border);
}
.about-feat:last-child { border-bottom: none; padding-bottom: 0; }
.feat-icon { color: var(--or); font-size: 1.2rem; flex-shrink: 0; margin-top: 0.1rem; }
.feat-title { font-weight: 600; font-size: 0.9rem; margin-bottom: 0.25rem; }
.feat-desc { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

/* ── TESTIMONIAL ── */
.testi-section { padding: 7rem 6%; text-align: center; }
.testi-or { color: var(--or); font-size: 3rem; font-family: 'Cormorant Garamond', serif; line-height: 1; margin-bottom: 1.5rem; }
.testi-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 3vw, 2.2rem); font-style: italic;
  font-weight: 300; line-height: 1.5; max-width: 650px;
  margin: 0 auto 2rem; color: var(--creme);
}
.testi-author { font-size: 0.75rem; color: var(--text-muted); letter-spacing: 0.15em; text-transform: uppercase; }
.testi-line { width: 40px; height: 1px; background: var(--or); margin: 1rem auto; }

/* ── CTA ── */
.cta-section {
  padding: 7rem 6%; text-align: center;
  background: var(--noir2); border-top: 1px solid var(--border);
}
.cta-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; margin-bottom: 1rem;
}
.cta-section h2 em { font-style: italic; color: var(--or); }
.cta-section p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 2.5rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer {
  padding: 2rem 6%; border-top: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  font-size: 0.75rem; color: var(--text-muted);
}
.f-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-weight: 300; letter-spacing: 0.1em; color: var(--or);
}

/* ── WHATSAPP ── */
.wa-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem;
  width: 52px; height: 52px; border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 999; transition: all 0.3s; text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.55); }

/* ── BACK TO TOP ── */
.back-top {
  position: fixed; bottom: 5rem; right: 1.5rem;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(201,168,76,0.15);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--or); font-size: 1.1rem;
  cursor: pointer; z-index: 998;
  display: none; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.back-top.visible { display: flex; }
.back-top:hover { background: rgba(201,168,76,0.3); transform: translateY(-3px); }

/* ── TOAST ── */
.toast {
  position: fixed; bottom: 6rem; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(10,10,10,0.97);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--or);
  padding: 0.8rem 1.6rem; border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  opacity: 0; pointer-events: none;
  transition: all 0.4s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 9997; white-space: nowrap;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ── LOADER ── */
.loader {
  position: fixed; inset: 0; background: var(--noir);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem; font-weight: 300; letter-spacing: 0.2em;
  color: var(--creme); margin-bottom: 2rem;
}
.loader-logo span { color: var(--or); }
.loader-bar { width: 160px; height: 1px; background: rgba(201,168,76,0.15); }
.loader-fill { height: 100%; width: 0; background: var(--or); animation: loadBar 1.4s ease forwards; }
@keyframes loadBar { to { width: 100%; } }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { height: 50vh; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .about-section { grid-template-columns: 1fr; gap: 3rem; }
  .nav-links { display: none; }
  .menu-btn { display: block; }
  .nav-actions { display: none; }
}
@media (max-width: 600px) {
  .collection-grid { grid-template-columns: 1fr; }
  .hero-left { padding: 7rem 1.5rem 3rem; }
  .section { padding: 4rem 1.5rem; }
  .about-section { padding: 4rem 1.5rem; }
  .testi-section { padding: 4rem 1.5rem; }
  .cta-section { padding: 4rem 1.5rem; }
  footer { flex-direction: column; gap: 0.5rem; text-align: center; }
  nav { padding: 1rem 1.5rem; }
  .hero-stats-row { gap: 1.2rem; }
}
