/* ============================================================
   MARRAKECH DÉCORATION — styles.css
   Luxury Dark Brand Website · FR/EN
   ============================================================ */

/* RESET & ROOT */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

:root {
  --noir:          #070705;
  --noir-profond:  #0c0c09;
  --noir-card:     #111009;
  --or:            #c9a84c;
  --or-clair:      #e2c46a;
  --or-pale:       #f0dfa0;
  --cuivre:        #b87333;
  --cuivre-clair:  #d4894a;
  --creme:         #f4ede3;
  --sable:         #c8b99f;
  --brun-fonce:    #1e1508;
  --brun:          #2a1c0d;
  --texte:         #9e9080;
  --border-or:     rgba(201,168,76,0.15);
  --border-or-h:   rgba(201,168,76,0.40);
}

body {
  background: var(--noir);
  color: var(--sable);
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── GRAIN OVERLAY ── */
body::after {
  content: '';
  position: fixed; inset: 0; z-index: 900;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  pointer-events: none; opacity: 0.5;
}

/* ── CURSOR ── */
#cursor      { width:8px; height:8px; background:var(--or); border-radius:50%; position:fixed; top:0; left:0; pointer-events:none; z-index:99999; transform:translate(-50%,-50%); }
#cursor-ring { width:34px; height:34px; border:1px solid rgba(201,168,76,.45); border-radius:50%; position:fixed; top:0; left:0; pointer-events:none; z-index:99998; transform:translate(-50%,-50%); transition:transform .18s ease, border-color .18s ease; }
body:has(a:hover) #cursor-ring,
body:has(button:hover) #cursor-ring { transform:translate(-50%,-50%) scale(1.9); border-color:rgba(201,168,76,.85); }

/* ── NAVIGATION ── */
nav {
  position: fixed; top:0; left:0; right:0; z-index:500;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.4rem 3.5rem;
  transition: padding .5s ease, background .5s ease, border-color .5s ease;
}
nav.scrolled {
  background: rgba(7,7,5,.95);
  backdrop-filter: blur(16px);
  padding: 1rem 3.5rem;
  border-bottom: 1px solid var(--border-or);
}
.nav-logo {
  text-decoration: none; flex-shrink: 0; display: flex; align-items: center;
}
.logo-img {
  height: 42px; width: auto; display: block;
  filter: brightness(1);
  transition: opacity .3s;
}
.nav-logo:hover .logo-img { opacity: .8; }
nav.scrolled .logo-img { height: 36px; }
.nav-logo span { color: var(--cuivre-clair); }

/* Center links */
.nav-links {
  display: flex; gap: 2rem; list-style: none;
  justify-content: center; align-items: center;
}
.nav-links a {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--sable); text-decoration: none; position: relative;
  transition: color .3s; white-space: nowrap;
}
.nav-links a::after {
  content:''; position:absolute; bottom:-4px; left:0; right:0;
  height:1px; background:var(--or); transform:scaleX(0); transition:transform .4s ease;
}
.nav-links a:hover { color:var(--or); }
.nav-links a:hover::after { transform:scaleX(1); }

/* Right cluster */
.nav-right {
  display: flex; align-items: center; gap: 1rem; flex-shrink: 0;
}

/* Language switcher */
.lang-switcher { display:flex; gap:.4rem; align-items:center; }
.lang-btn {
  font-family:'Cinzel',serif; font-size:.55rem; letter-spacing:.18em;
  background:transparent; border:1px solid var(--border-or);
  color:var(--sable); padding:.28rem .6rem; cursor:none; transition:all .3s;
  line-height:1.4;
}
.lang-btn.active, .lang-btn:hover { border-color:var(--or); color:var(--or); background:rgba(201,168,76,.06); }
.lang-sep { color:var(--border-or-h); font-size:.45rem; }

.nav-cta {
  font-family:'Cinzel',serif; font-size:.55rem; letter-spacing:.18em; text-transform:uppercase;
  border:1px solid var(--or); color:var(--or); padding:.5rem 1.2rem;
  background:transparent; text-decoration:none; transition:all .4s; white-space:nowrap;
  line-height:1.4;
}
.nav-cta:hover { background:var(--or); color:var(--noir); }

/* Mobile menu toggle */
.nav-hamburger { display:none; flex-direction:column; gap:5px; cursor:none; padding:.4rem; flex-shrink:0; }
.nav-hamburger span { display:block; width:22px; height:1px; background:var(--or); transition:all .3s; }
.nav-mobile {
  display:none; position:fixed; inset:0; z-index:700;
  background:rgba(7,7,5,.97); backdrop-filter:blur(20px);
  flex-direction:column; align-items:center; justify-content:center; gap:2.5rem;
  pointer-events:none;
}
.nav-mobile.open { display:flex; pointer-events:all; }
.nav-mobile a {
  font-family:'Cinzel',serif; font-size:1.2rem; letter-spacing:.2em;
  color:var(--or); text-decoration:none; text-transform:uppercase;
}

/* ── HERO ── */
#hero {
  position:relative; height:100vh; min-height:700px;
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.hero-bg {
  position:absolute; inset:0;
  background: radial-gradient(ellipse 80% 55% at 50% 38%, rgba(184,115,51,.09) 0%, transparent 60%),
              radial-gradient(ellipse 45% 45% at 18% 72%, rgba(201,168,76,.06) 0%, transparent 55%),
              linear-gradient(158deg, #100e0a 0%, var(--noir) 55%, #0b0e0a 100%);
}
/* Geometric SVG lines */
.hero-geo { position:absolute; inset:0; overflow:hidden; pointer-events:none; }
.geo-ring {
  position:absolute; top:50%; left:50%; border-radius:50%;
  border:1px solid rgba(201,168,76,.07);
  transform:translate(-50%,-50%);
  animation:geoSpin linear infinite;
}
.geo-ring:nth-child(1) { width:680px; height:680px; animation-duration:50s; }
.geo-ring:nth-child(2) { width:450px; height:450px; border-color:rgba(184,115,51,.09); animation-duration:30s; animation-direction:reverse; }
.geo-ring:nth-child(3) { width:260px; height:260px; animation-duration:20s; }
@keyframes geoSpin { from{transform:translate(-50%,-50%) rotate(0)} to{transform:translate(-50%,-50%) rotate(360deg)} }

.geo-hline {
  position:absolute; left:0; right:0; height:1px;
  background:linear-gradient(to right, transparent 0%, rgba(201,168,76,.18) 30%, rgba(201,168,76,.18) 70%, transparent 100%);
  animation:hlineFloat 9s ease-in-out infinite;
}
.geo-hline:nth-child(4) { top:28%; animation-delay:0s; }
.geo-hline:nth-child(5) { top:62%; animation-delay:4s; opacity:.5; }
@keyframes hlineFloat { 0%,100%{opacity:.25;transform:translateY(0)} 50%{opacity:.7;transform:translateY(-10px)} }

/* Image placeholder in hero (full bleed behind content) */
.hero-img-placeholder {
  position:absolute; inset:0; z-index:1;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  background:linear-gradient(135deg, #1a1005 0%, #0a0a07 100%);
}
.hero-img-placeholder .ph-label {
  font-family:'Cinzel',serif; font-size:.62rem; letter-spacing:.4em; text-transform:uppercase;
  color:var(--or); opacity:.35; margin-top:1rem;
}
.ph-icon { font-size:3rem; opacity:.12; }

.hero-content {
  position:relative; z-index:10; text-align:center;
  max-width:920px; padding:0 2rem;
}
.hero-eyebrow {
  font-size:.63rem; letter-spacing:.55em; text-transform:uppercase;
  color:var(--or); margin-bottom:2rem;
  animation:fadeUp 1.6s .2s both;
}
.hero-eyebrow::before,.hero-eyebrow::after { content:'—'; margin:0 1rem; opacity:.45; }
.hero-title {
  font-family:'Cormorant Garamond',serif;
  font-weight:300; font-size:clamp(3.2rem,8vw,7rem);
  line-height:1.05; color:var(--creme);
  animation:fadeUp 1.6s .4s both;
}
.hero-title em { font-style:italic; color:var(--or-clair); font-weight:300; display:block; }
.hero-subtitle {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.1rem,2.2vw,1.65rem);
  font-weight:300; font-style:italic; color:var(--sable);
  margin:1.2rem 0 2.8rem; animation:fadeUp 1.6s .6s both;
}
.hero-divider {
  display:flex; align-items:center; justify-content:center;
  gap:1rem; margin-bottom:2.5rem; animation:fadeUp 1.6s .7s both;
}
.hero-divider .dline { flex-shrink:0; height:1px; width:80px; background:linear-gradient(to right,transparent,var(--or)); }
.hero-divider .dline.r { background:linear-gradient(to left,transparent,var(--or)); }
.hero-divider .ddiamond { width:6px; height:6px; background:var(--or); transform:rotate(45deg); }
.hero-collections {
  font-size:.72rem; letter-spacing:.22em; text-transform:uppercase;
  color:var(--sable); margin-bottom:3.2rem; animation:fadeUp 1.6s .8s both;
}
.hero-btn {
  display:inline-block; text-decoration:none;
  font-family:'Cinzel',serif; font-size:.68rem; letter-spacing:.3em; text-transform:uppercase;
  color:var(--noir); background:var(--or); padding:1.15rem 3.2rem;
  position:relative; overflow:hidden; transition:color .45s;
  animation:fadeUp 1.6s 1s both;
}
.hero-btn::before {
  content:''; position:absolute; inset:0; background:var(--or-clair);
  transform:translateX(-102%); transition:transform .45s ease;
}
.hero-btn:hover::before { transform:translateX(0); }
.hero-btn span { position:relative; z-index:1; }

.hero-scroll {
  position:absolute; bottom:2.5rem; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:.7rem;
  animation:fadeUp 1.6s 1.3s both;
}
.hero-scroll p { font-size:.58rem; letter-spacing:.35em; text-transform:uppercase; color:var(--or); opacity:.6; }
.scroll-bar { width:1px; height:55px; background:linear-gradient(to bottom,var(--or),transparent); animation:scrollPulse 2.2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100%{opacity:.3} 50%{opacity:.9} }

.hero-year {
  position:absolute; right:4rem; bottom:3rem; z-index:10;
  font-family:'Cormorant Garamond',serif; font-size:.68rem; letter-spacing:.2em;
  color:var(--or); opacity:.35; writing-mode:vertical-rl;
}

/* ── IMAGE PLACEHOLDER UTILITY ── */
.img-ph {
  background:linear-gradient(135deg, rgba(184,115,51,.12) 0%, rgba(201,168,76,.05) 50%, rgba(139,90,43,.12) 100%);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:.8rem; border:1px dashed rgba(201,168,76,.22);
  position:relative; overflow:hidden;
}
.img-ph::before {
  content:''; position:absolute; inset:0;
  background:repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(201,168,76,.025) 20px, rgba(201,168,76,.025) 21px);
}
.img-ph .ph-cross {
  position:absolute; inset:0; pointer-events:none;
}
.img-ph .ph-cross::before {
  content:''; position:absolute; top:50%; left:0; right:0;
  height:1px; background:rgba(201,168,76,.18); transform:translateY(-50%);
}
.img-ph .ph-cross::after {
  content:''; position:absolute; left:50%; top:0; bottom:0;
  width:1px; background:rgba(201,168,76,.18); transform:translateX(-50%);
}
.img-ph .ph-text {
  font-family:'Cinzel',serif; font-size:.58rem; letter-spacing:.35em;
  text-transform:uppercase; color:var(--or); opacity:.5; position:relative; z-index:1;
}
.img-ph .ph-size {
  font-size:.55rem; letter-spacing:.15em; color:var(--texte); opacity:.5;
  position:relative; z-index:1;
}
.img-ph svg { opacity:.18; position:relative; z-index:1; }

/* ── MARQUEE ── */
.marquee-band {
  background:var(--or); overflow:hidden; padding:.85rem 0;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.25);
}
.marquee-track { display:flex; width:max-content; animation:marqueeRoll 22s linear infinite; }
.marquee-item {
  font-family:'Cinzel',serif; font-size:.62rem; letter-spacing:.32em;
  text-transform:uppercase; color:var(--noir); white-space:nowrap;
  padding:0 2.5rem; display:flex; align-items:center;
}
.marquee-item::after { content:'✦'; font-size:.45rem; opacity:.45; margin-left:2.5rem; }
@keyframes marqueeRoll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── SECTION SHARED ── */
.section-label {
  font-size:.6rem; letter-spacing:.55em; text-transform:uppercase;
  color:var(--or); display:flex; align-items:center; gap:1rem;
  margin-bottom:1.4rem;
}
.section-label::before { content:''; display:block; width:28px; height:1px; background:var(--or); flex-shrink:0; }

/* ── HISTOIRE ── */
#histoire {
  padding:10rem 0;
  background:linear-gradient(180deg, var(--noir) 0%, var(--brun-fonce) 50%, var(--noir) 100%);
}
.histoire-inner {
  max-width:1320px; margin:0 auto; padding:0 5rem;
  display:grid; grid-template-columns:1fr 1.15fr; gap:8rem; align-items:center;
}
/* Left column — image cluster */
.histoire-left { position:relative; }
.histoire-img-main {
  width:100%; aspect-ratio:3/4;
  position:relative;
}
.histoire-img-main .img-ph { width:100%; height:100%; }
.histoire-img-main::before {
  content:''; position:absolute; top:-18px; left:-18px; right:18px; bottom:18px;
  border:1px solid var(--border-or); pointer-events:none; z-index:2;
}
.histoire-img-main::after {
  content:''; position:absolute; top:18px; left:18px; right:-18px; bottom:-18px;
  border:1px solid rgba(184,115,51,.12); pointer-events:none; z-index:2;
}
.histoire-img-small {
  position:absolute; bottom:-4rem; right:-3rem;
  width:48%; aspect-ratio:4/3; z-index:3;
  box-shadow:0 20px 60px rgba(0,0,0,.6);
}
.histoire-img-small .img-ph { width:100%; height:100%; }
.histoire-stat-badge {
  position:absolute; top:2rem; right:-2.5rem; z-index:4;
  width:110px; height:110px; border-radius:50%;
  background:var(--or); display:flex; flex-direction:column;
  align-items:center; justify-content:center; text-align:center;
  box-shadow:0 0 40px rgba(201,168,76,.25);
}
.histoire-stat-badge .s-num {
  font-family:'Cormorant Garamond',serif; font-size:2rem; font-weight:300;
  color:var(--noir); line-height:1;
}
.histoire-stat-badge .s-lab {
  font-family:'Cinzel',serif; font-size:.42rem; letter-spacing:.12em;
  color:var(--noir); opacity:.75; margin-top:.2rem; padding:0 .4rem; text-align:center;
}

/* Right column */
.histoire-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,3.5vw,3.4rem); font-weight:300;
  line-height:1.18; color:var(--creme); margin-bottom:2rem;
}
.histoire-title em { font-style:italic; color:var(--or-clair); display:block; }
.histoire-text { font-size:.88rem; line-height:2.25; color:var(--sable); margin-bottom:2rem; }
.histoire-quote {
  border-left:2px solid var(--or); padding:1.4rem 1.8rem;
  background:rgba(201,168,76,.04); margin:2.5rem 0;
}
.histoire-quote p {
  font-family:'Cormorant Garamond',serif;
  font-size:1.35rem; font-style:italic; font-weight:300;
  color:var(--creme); line-height:1.65;
}
.histoire-quote cite {
  display:block; margin-top:.9rem; font-size:.62rem;
  letter-spacing:.2em; text-transform:uppercase; color:var(--or); font-style:normal;
}
.histoire-values { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-top:2.8rem; }
.valeur {
  padding:1.5rem 1.6rem; border:1px solid var(--border-or);
  background:rgba(201,168,76,.02); transition:all .4s;
}
.valeur:hover { border-color:var(--border-or-h); background:rgba(201,168,76,.05); transform:translateY(-3px); }
.valeur-icon { font-size:1.2rem; margin-bottom:.8rem; }
.valeur-title {
  font-family:'Cinzel',serif; font-size:.68rem; letter-spacing:.18em;
  text-transform:uppercase; color:var(--or); margin-bottom:.5rem;
}
.valeur-text { font-size:.79rem; line-height:1.85; color:var(--sable); }

/* ── COLLECTIONS ── */
#collections { padding:10rem 0; background:var(--noir-profond); }
.collections-header {
  text-align:center; max-width:680px; margin:0 auto 6rem; padding:0 2rem;
}
.collections-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.4rem,5vw,4rem); font-weight:300;
  color:var(--creme); margin-bottom:1.5rem; line-height:1.18;
}
.collections-title em { font-style:italic; color:var(--or-clair); }
.collections-intro { font-size:.86rem; line-height:2.1; color:var(--sable); }

.collections-grid {
  max-width:1440px; margin:0 auto; padding:0 5rem;
  display:grid; grid-template-columns:repeat(2,1fr); gap:3px;
}
.c-card {
  position:relative; overflow:hidden; aspect-ratio:4/5; cursor:none;
}
.c-card-img { position:absolute; inset:0; transition:transform .9s ease; }
.c-card:hover .c-card-img { transform:scale(1.07); }
.c-card-img .img-ph { width:100%; height:100%; border:none; }
/* Tinted overlays per card */
.c-card-luminaires .c-card-img .img-ph { background:linear-gradient(135deg,#2a1a08 0%,#110c05 100%); }
.c-card-poteries   .c-card-img .img-ph { background:linear-gradient(135deg,#1f1208 0%,#0e0805 100%); }
.c-card-tissages   .c-card-img .img-ph { background:linear-gradient(135deg,#0e1a12 0%,#080d09 100%); }
.c-card-furniture  .c-card-img .img-ph { background:linear-gradient(135deg,#1a1208 0%,#0e0a05 100%); }

.c-card-grad {
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(7,7,5,.97) 0%, rgba(7,7,5,.45) 40%, rgba(7,7,5,.08) 100%);
}
.c-card-shimmer {
  position:absolute; inset:0; background:rgba(201,168,76,.05);
  opacity:0; transition:opacity .5s;
}
.c-card:hover .c-card-shimmer { opacity:1; }
.c-card-num {
  position:absolute; top:1.8rem; right:1.8rem;
  font-family:'Cormorant Garamond',serif; font-size:.7rem;
  letter-spacing:.22em; color:var(--or); opacity:.45;
}
.c-card-content {
  position:absolute; bottom:0; left:0; right:0; padding:2.8rem;
  transform:translateY(16px); transition:transform .5s ease;
}
.c-card:hover .c-card-content { transform:translateY(0); }
.c-card-cat {
  font-size:.58rem; letter-spacing:.42em; text-transform:uppercase;
  color:var(--or); display:block; margin-bottom:.7rem;
}
.c-card-title {
  font-family:'Cormorant Garamond',serif;
  font-size:2.1rem; font-weight:300; color:var(--creme); line-height:1.1;
  margin-bottom:.9rem;
}
.c-card-desc {
  font-size:.78rem; line-height:1.85; color:var(--sable);
  max-width:360px; opacity:0; transform:translateY(10px);
  transition:all .5s .08s;
}
.c-card:hover .c-card-desc { opacity:1; transform:translateY(0); }
.c-card-cta {
  display:inline-flex; align-items:center; gap:.7rem;
  margin-top:1.4rem; font-size:.62rem; letter-spacing:.3em;
  text-transform:uppercase; color:var(--or); text-decoration:none;
  opacity:0; transform:translateY(10px); transition:all .5s .16s;
}
.c-card:hover .c-card-cta { opacity:1; transform:translateY(0); }
.c-card-cta::after { content:'→'; font-size:.85rem; transition:transform .3s; }
.c-card-cta:hover::after { transform:translateX(5px); }

/* ── SAVOIR-FAIRE ── */
#savoir-faire {
  padding:10rem 0;
  background:linear-gradient(180deg,var(--noir-profond) 0%,var(--brun-fonce) 100%);
  overflow:hidden;
}
.sf-inner { max-width:1320px; margin:0 auto; padding:0 5rem; }
.sf-header { margin-bottom:5.5rem; display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:end; }
.sf-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.2rem,4.5vw,4rem); font-weight:300;
  color:var(--creme); line-height:1.15;
}
.sf-title em { font-style:italic; color:var(--or-clair); }
.sf-intro { font-size:.86rem; line-height:2.1; color:var(--sable); }

/* Process image strip */
.sf-img-strip {
  display:grid; grid-template-columns:repeat(4,1fr); gap:3px;
  margin-bottom:3px;
}
.sf-img-strip-item { aspect-ratio:1/1; }
.sf-img-strip-item .img-ph { width:100%; height:100%; border:none; border-radius: 25px 25px 25px 25px;}

.sf-steps {
  display:grid; grid-template-columns:repeat(4,1fr);
  border:1px solid var(--border-or); border-top:none;
}
.sf-step {
  padding:3rem 2.4rem; border-right:1px solid var(--border-or);
  position:relative; transition:background .4s;
}
.sf-step:last-child { border-right:none; }
.sf-step:hover { background:rgba(201,168,76,.03); }
.sf-step-num {
  font-family:'Cormorant Garamond',serif; font-size:3.2rem;
  font-weight:300; color:var(--or); opacity:.2; line-height:1;
  margin-bottom:1.5rem;
}
.sf-step-icon { 
  width: 48px; height: 48px; margin: 0 auto 1.4rem; 
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border-or);
  border-radius: 50%;
  color: var(--or);
}
.sf-step-icon svg { width: 22px; height: 22px; stroke: var(--or); fill: none; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.sf-step-title {
  font-family:'Cinzel',serif; font-size:.68rem; letter-spacing:.2em;
  text-transform:uppercase; color:var(--or); margin-bottom:.9rem;
}
.sf-step-text { font-size:.8rem; line-height:2; color:var(--sable); }

/* ── TESTIMONIALS ── */
#temoignages {
  padding:9rem 0;
  background:linear-gradient(135deg,#1c1206 0%,#0e0904 100%);
}
.temoignages-inner { max-width:1320px; margin:0 auto; padding:0 5rem; display:grid; grid-template-columns:1fr 1.2fr; gap:7rem; align-items:center; }
.temoignages-left {}
.temoignages-img { width:100%; aspect-ratio:3/4; position:relative; }
.temoignages-img .img-ph { width:100%; height:100%; }
.temoignages-img::after {
  content:''; position:absolute; bottom:-1.5rem; right:-1.5rem;
  width:70%; height:70%; border:1px solid var(--border-or); pointer-events:none;
}
.temoignages-right { text-align:left; }
.temoignages-ornament {
  font-family:'Cormorant Garamond',serif; font-size:5.5rem;
  line-height:.6; color:var(--or); opacity:.25; margin-bottom:2rem;
}
.temoignage-text {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.35rem,2.5vw,2rem); font-style:italic;
  font-weight:300; color:var(--creme); line-height:1.65;
  margin-bottom:2.5rem; transition:opacity .3s;
}
.temoignage-meta { display:flex; flex-direction:column; gap:.3rem; }
.temoignage-author {
  font-family:'Cinzel',serif; font-size:.7rem; letter-spacing:.25em;
  text-transform:uppercase; color:var(--or); transition:opacity .3s;
}
.temoignage-origin { font-size:.68rem; letter-spacing:.1em; color:var(--texte); }
.temoignages-dots { display:flex; gap:.9rem; margin-top:2.8rem; }
.dot {
  width:28px; height:1px; background:var(--or); opacity:.28;
  cursor:none; transition:all .3s;
}
.dot.active { opacity:1; width:50px; }

/* ── CONTACT ── */
#contact { padding:10rem 0; background:var(--noir); }
.contact-inner {
  max-width:1320px; margin:0 auto; padding:0 5rem;
  display:grid; grid-template-columns:1fr 1.1fr; gap:8rem; align-items:start;
}
.contact-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,3.8vw,3.2rem); font-weight:300;
  color:var(--creme); line-height:1.2; margin-bottom:1.5rem;
}
.contact-title em { font-style:italic; color:var(--or-clair); display:block; }
.contact-text { font-size:.87rem; line-height:2.2; color:var(--sable); margin-bottom:3rem; }
.contact-map-ph { width:100%; margin-bottom:2.5rem; overflow:hidden; }
.contact-map-ph iframe { width:100%; display:block; }
.contact-map-ph .img-ph { width:100%; height:100%; }

.contact-info-item {
  display:flex; gap:1.5rem; align-items:flex-start;
  padding:1.5rem 0; border-bottom:1px solid var(--border-or);
}
.contact-info-item:last-of-type { border-bottom:none; }
.c-info-icon { font-size:1rem; color:var(--or); flex-shrink:0; margin-top:.15rem; }
.c-info-label {
  font-size:.58rem; letter-spacing:.28em; text-transform:uppercase;
  color:var(--or); margin-bottom:.25rem;
}
.c-info-value { font-size:.88rem; color:var(--creme); line-height:1.7; }
.c-info-value a { color:var(--creme); text-decoration:none; }

.contact-social { display:flex; gap:1.2rem; margin-top:2.5rem; }
.social-btn {
  width:44px; height:44px; border:1px solid var(--border-or);
  display:flex; align-items:center; justify-content:center;
  color:var(--or); font-size:.75rem; text-decoration:none;
  font-family:'Cinzel',serif; letter-spacing:.05em;
  transition:all .3s;
}
.social-btn:hover { background:var(--or); color:var(--noir); border-color:var(--or); }

/* Form */
.contact-form-label {
  font-family:'Cinzel',serif; font-size:.7rem; letter-spacing:.28em;
  text-transform:uppercase; color:var(--or); margin-bottom:2.5rem; display:block;
}
.f-row { display:grid; grid-template-columns:1fr 1fr; gap:1.2rem; }
.f-group { margin-bottom:1.4rem; }
.f-group label {
  display:block; font-size:.6rem; letter-spacing:.25em;
  text-transform:uppercase; color:var(--or); margin-bottom:.65rem;
}
.f-group input,
.f-group textarea,
.f-group select {
  width:100%; background:rgba(255,255,255,.03);
  border:1px solid var(--border-or);
  color:var(--creme); padding:.95rem 1.2rem;
  font-family:'Raleway',sans-serif; font-size:.84rem; font-weight:300;
  outline:none; transition:border-color .3s, background .3s;
  appearance:none; -webkit-appearance:none;
}
.f-group input::placeholder,
.f-group textarea::placeholder { color:var(--texte); opacity:.6; }
.f-group input:focus,
.f-group textarea:focus,
.f-group select:focus { border-color:var(--or); background:rgba(201,168,76,.03); }
.f-group textarea { resize:vertical; min-height:130px; }
.f-group select option { background:#1a1208; color:var(--creme); }

.btn-submit {
  width:100%; padding:1.2rem;
  background:transparent; border:1px solid var(--or);
  color:var(--or); font-family:'Cinzel',serif;
  font-size:.68rem; letter-spacing:.3em; text-transform:uppercase;
  cursor:none; transition:color .4s; position:relative; overflow:hidden;
  margin-top:.4rem;
}
.btn-submit::before {
  content:''; position:absolute; inset:0; background:var(--or);
  transform:translateY(102%); transition:transform .4s ease;
}
.btn-submit:hover { color:var(--noir); }
.btn-submit:hover::before { transform:translateY(0); }
.btn-submit span { position:relative; z-index:1; }
.f-note { font-size:.7rem; color:var(--texte); margin-top:.9rem; text-align:center; opacity:.55; }

.form-success {
  display:none; text-align:center; padding:3.5rem 2rem;
  border:1px solid var(--border-or-h); background:rgba(201,168,76,.04);
}
.form-success.show { display:block; }
.form-success h3 {
  font-family:'Cormorant Garamond',serif; font-size:2rem;
  font-style:italic; color:var(--or); margin-bottom:1.2rem;
}
.form-success p { font-size:.86rem; color:var(--sable); line-height:2; }

/* ── FOOTER ── */
footer {
  background:#040403; border-top:1px solid var(--border-or);
  padding:4rem 5rem;
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:2rem;
}
.footer-left { font-size:.7rem; color:var(--texte); opacity:.5; line-height:1.9; }
.footer-center { text-align:center; }
.footer-logo {
  display: flex; justify-content: center; align-items: center; margin-bottom: .5rem;
}
.footer-logo-img {
  height: 52px; width: auto; display: block; opacity: .9;
}
.footer-divider { display:flex; align-items:center; justify-content:center; gap:.8rem; margin:1rem 0; }
.footer-divider .fd { height:1px; width:40px; background:linear-gradient(to right,transparent,var(--border-or)); }
.footer-divider .fd.r { background:linear-gradient(to left,transparent,var(--border-or)); }
.footer-divider .fdd { width:4px; height:4px; background:var(--or); opacity:.4; transform:rotate(45deg); }
.footer-tagline { font-size:.58rem; letter-spacing:.32em; text-transform:uppercase; color:var(--texte); opacity:.38; }
.footer-right { text-align:right; font-size:.7rem; color:var(--texte); opacity:.5; line-height:1.9; }

/* ── REVEAL ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(38px)} to{opacity:1;transform:translateY(0)} }
.reveal        { opacity:0; transform:translateY(40px);   transition:opacity .9s ease,transform .9s ease; }
.reveal-left   { opacity:0; transform:translateX(-44px);  transition:opacity .9s ease,transform .9s ease; }
.reveal-right  { opacity:0; transform:translateX(44px);   transition:opacity .9s ease,transform .9s ease; }
.reveal.in, .reveal-left.in, .reveal-right.in { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s !important; }
.delay-2 { transition-delay:.24s !important; }
.delay-3 { transition-delay:.36s !important; }
.delay-4 { transition-delay:.48s !important; }

/* ── RESPONSIVE ── */
@media(max-width:1200px) {
  nav { padding:1rem 2rem; grid-template-columns: auto auto; }
  nav.scrolled { padding:.8rem 2rem; }
  .nav-links { display:none; }
  .nav-hamburger { display:flex; }
  .histoire-inner,.contact-inner,.sf-header,.temoignages-inner { grid-template-columns:1fr; gap:4rem; }
  .collections-grid { padding:0 3rem; }
  .sf-inner,.histoire-inner,.contact-inner { padding:0 3rem; }
  .sf-steps { grid-template-columns:1fr 1fr; }
  .sf-step { border-right:1px solid var(--border-or); border-bottom:1px solid var(--border-or); }
  .sf-step:nth-child(2n) { border-right:none; }
  .sf-img-strip { grid-template-columns:repeat(2,1fr); }
  footer { grid-template-columns:1fr; text-align:center; padding:3rem 2rem; }
  .footer-right { text-align:center; }
  .histoire-img-small { display:none; }
  .histoire-stat-badge { top:1.5rem; right:1.5rem; }
}
@media(max-width:768px) {
  .nav-links, .nav-cta { display:none; }
  .nav-hamburger { display:flex; }
  nav { padding:1.5rem 1.8rem; }
  nav.scrolled { padding:1rem 1.8rem; }
  .logo-img { height: 34px; }
  nav.scrolled .logo-img { height: 30px; }
  .footer-logo-img { height: 44px; }
  .collections-grid { grid-template-columns:1fr; padding:0 1.5rem; gap:2px; }
  .c-card { aspect-ratio:3/4; }
  .sf-steps { grid-template-columns:1fr; }
  .sf-step { border-right:none !important; }
  .histoire-inner,.contact-inner,.sf-inner,.temoignages-inner { padding:0 1.5rem; }
  .histoire-values { grid-template-columns:1fr; }
  .f-row { grid-template-columns:1fr; }
  .hero-year { display:none; }
  .lang-switcher { gap:.4rem; }
}
/* ══════════════════════════════════════════════════════
   COLLECTION GALLERY MODAL — masonry + lightbox
══════════════════════════════════════════════════════ */

/* ── Overlay ── */
.gm-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(10, 8, 6, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  cursor: none;
}
.gm-overlay.gm-open {
  opacity: 1;
  pointer-events: all;
}

/* ── Panel ── */
.gm-panel {
  position: relative;
  width: min(96vw, 1100px);
  max-height: 92vh;
  background: #0f0d0b;
  border: 1px solid rgba(201, 168, 76, 0.22);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(28px) scale(0.97);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 40px 100px rgba(0,0,0,0.75), 0 0 0 1px rgba(201,168,76,0.06);
  cursor: none;
}
.gm-overlay.gm-open .gm-panel {
  transform: translateY(0) scale(1);
}

/* ── Header ── */
.gm-header {
  padding: 2.2rem 3rem 1.4rem;
  border-bottom: 1px solid rgba(201, 168, 76, 0.1);
  flex-shrink: 0;
}
.gm-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9a84c;
  display: block;
  margin-bottom: 0.35rem;
}
.gm-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 500;
  color: #f5efe3;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}
.gm-desc {
  font-size: 0.8rem;
  color: rgba(245, 239, 227, 0.45);
  margin: 0;
  line-height: 1.6;
  max-width: 580px;
}

/* ── Close ── */
.gm-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.22);
  background: transparent;
  color: rgba(245,239,227,0.55);
  font-size: 0.85rem;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
}
.gm-close:hover {
  color: #c9a84c;
  border-color: #c9a84c;
  background: rgba(201,168,76,0.08);
}

/* ════════════════════
   MASONRY GRID
════════════════════ */
.gm-masonry {
  padding: 1.25rem 1.5rem 1.5rem;
  overflow-y: auto;
  flex: 1;
  /* CSS masonry via columns */
  column-count: 3;
  column-gap: 0.65rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,168,76,0.25) transparent;
}
.gm-masonry::-webkit-scrollbar       { width: 4px; }
.gm-masonry::-webkit-scrollbar-track { background: transparent; }
.gm-masonry::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.25); border-radius: 2px; }

/* Each masonry item breaks into columns naturally */
.gm-mitem {
  break-inside: avoid;
  position: relative;
  margin-bottom: 0.65rem;
  overflow: hidden;
  border-radius: 3px;
  cursor: none;
  background: #1a1612;
  /* Fade in once image loads */
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.25s ease;
}
.gm-mitem--loaded {
  opacity: 1;
  transform: translateY(0);
}
.gm-mitem:hover {
  box-shadow: 0 0 0 1.5px #c9a84c;
}
.gm-mitem img {
  width: 100%;
  height: auto;          /* natural height — key for masonry */
  display: block;
  transition: transform 0.5s ease;
}
.gm-mitem:hover img {
  transform: scale(1.03);
}

/* Caption overlay */
.gm-mcap {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,6,0.82) 0%, transparent 55%);
  color: rgba(245,239,227,0.9);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: flex-end;
  padding: 0.75rem 0.65rem;
  line-height: 1.35;
  opacity: 0;
  transition: opacity 0.25s ease;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}
.gm-mitem:hover .gm-mcap { opacity: 1; }

/* ════════════════════
   LIGHTBOX
════════════════════ */
.gm-lightbox {
  position: absolute;
  inset: 0;
  background: rgba(5,4,3,0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: none;
  z-index: 5;
}
.gm-lightbox.gm-lb-open {
  opacity: 1;
  pointer-events: all;
}
.gm-lb-img-wrap {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: calc(92vh - 4rem);
  overflow: hidden;
}
.gm-lb-img-wrap img {
  max-width: 100%;
  max-height: calc(92vh - 6rem);
  object-fit: contain;
  display: block;
  border-radius: 3px;
  transition: opacity 0.22s ease;
}
.gm-lb-caption {
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: rgba(201,168,76,0.8);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 90%;
  text-align: center;
  padding-bottom: 0.3rem;
}
.gm-lb-counter {
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem;
  color: rgba(245,239,227,0.4);
  letter-spacing: 0.1em;
}
.gm-lb-arrow {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.28);
  background: transparent;
  color: #c9a84c;
  font-size: 1.7rem;
  cursor: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.22s;
  line-height: 1;
}
.gm-lb-arrow:hover {
  background: rgba(201,168,76,0.1);
  border-color: #c9a84c;
  transform: scale(1.08);
}

/* ════════════════════
   RESPONSIVE
════════════════════ */
@media (max-width: 900px) {
  .gm-masonry { column-count: 2; }
}
@media (max-width: 700px) {
  .gm-overlay  { align-items: flex-end; }
  .gm-panel    { width: 100vw; max-height: 92dvh; border-radius: 12px 12px 0 0; border-bottom: none; }
  .gm-overlay.gm-open .gm-panel { transform: translateY(0) scale(1); }
  .gm-header   { padding: 1.5rem 1.25rem 1rem; }
  .gm-masonry  { padding: 0.85rem 0.85rem 1rem; column-gap: 0.4rem; }
  .gm-mitem    { margin-bottom: 0.4rem; }
  .gm-desc     { display: none; }
  .gm-lb-arrow { width: 38px; height: 38px; font-size: 1.4rem; }
}
@media (max-width: 480px) {
  .gm-masonry  { column-count: 2; }
  .logo-img { height: 28px; }
  .footer-logo-img { height: 38px; }
}
/* ══════════════════════════════════════════════════════
   RTL — Arabic Language Support
══════════════════════════════════════════════════════ */
body.rtl {
  font-family: 'Noto Naskh Arabic', 'Segoe UI', Tahoma, Arial, sans-serif;
  direction: rtl;
  text-align: right;
}

/* Nav */
body.rtl nav { flex-direction: row-reverse; }
body.rtl .nav-right { flex-direction: row-reverse; }
body.rtl .nav-links { flex-direction: row-reverse; }

/* Hero */
body.rtl .hero-content { text-align: center; }

/* Section labels */
body.rtl .section-label { flex-direction: row-reverse; justify-content: flex-end; }
body.rtl #temo-section-label { justify-content: flex-end; }
body.rtl #contact-section-label { justify-content: flex-end; }

/* Histoire */
body.rtl .histoire-inner { flex-direction: row-reverse; }
body.rtl .histoire-right { text-align: right; }
body.rtl .histoire-quote { border-left: none; border-right: 2px solid var(--border-or); padding-left: 0; padding-right: 1.8rem; }

/* Collections */
body.rtl .c-card-meta { text-align: right; }

/* Savoir-faire */
body.rtl .sf-header { flex-direction: row-reverse; }
body.rtl .sf-step { text-align: right; }
body.rtl .sf-step-icon { margin: 0 0 1.4rem auto; }

/* Testimonials */
body.rtl .temoignages-inner { flex-direction: row-reverse; }
body.rtl .temoignages-right { text-align: right; }

/* Contact */
/* Contact */
body.rtl .contact-inner { direction: rtl; }
body.rtl .contact-left,
body.rtl .contact-right { text-align: right; }

body.rtl .contact-title,
body.rtl .contact-text,
body.rtl .contact-form-label { text-align: right; }

body.rtl .contact-info-item {
  flex-direction: row-reverse;
  text-align: right;
}
body.rtl .c-info-label {
  letter-spacing: 0.05em;
  text-align: right;
}
body.rtl .c-info-value { text-align: right; }

body.rtl .contact-social { justify-content: flex-end; }

/* Form RTL */
body.rtl .f-row { direction: rtl; }
body.rtl .f-group { text-align: right; }
body.rtl .f-group label {
  text-align: right;
  letter-spacing: 0.05em;
  display: block;
}
body.rtl .f-group input,
body.rtl .f-group select,
body.rtl .f-group textarea {
  text-align: right;
  direction: rtl;
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: .92rem;
}
body.rtl .f-note { text-align: right; }
body.rtl .btn-submit {
  letter-spacing: 0.05em;
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: .85rem;
}

/* Footer */
body.rtl footer { direction: rtl; }
body.rtl .footer-left { text-align: right; }
body.rtl .footer-right { text-align: left; }

/* Mobile RTL */
@media (max-width: 768px) {
  body.rtl .histoire-inner,
  body.rtl .contact-inner,
  body.rtl .temoignages-inner { flex-direction: column; }
}

/* Arabic — disable italic on decorative em tags (Arabic script has no italic) */
body.rtl em,
body.rtl .contact-title em,
body.rtl .histoire-title em,
body.rtl .sf-title em,
body.rtl .collections-title em,
body.rtl .temoignages-right .collections-title em {
  font-style: normal;
  font-family: 'Noto Naskh Arabic', sans-serif;
}

/* Arabic — section labels no letter-spacing (breaks Arabic) */
body.rtl .section-label,
body.rtl .contact-form-label,
body.rtl .sf-step-title,
body.rtl .c-info-label {
  letter-spacing: 0.02em;
}

/* Arabic — body text font */
body.rtl p,
body.rtl .contact-text,
body.rtl .histoire-text,
body.rtl .sf-step-text,
body.rtl .temoignage-text,
body.rtl .histoire-quote p,
body.rtl .collections-intro {
  font-family: 'Noto Naskh Arabic', sans-serif;
  font-size: .95rem;
  line-height: 2.4;
}

/* Arabic typography tuning to prevent clipping/truncation */
body.rtl .hero-title,
body.rtl .histoire-title,
body.rtl .collections-title,
body.rtl .sf-title,
body.rtl .contact-title,
body.rtl #temo-title {
  line-height: 1.35;
}

body.rtl .hero-eyebrow,
body.rtl .hero-collections,
body.rtl .section-label,
body.rtl .contact-form-label,
body.rtl .sf-step-title,
body.rtl .c-card-cat,
body.rtl .c-info-label,
body.rtl .footer-tagline,
body.rtl .nav-links a,
body.rtl .nav-cta,
body.rtl .nav-mobile a,
body.rtl .btn-submit {
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.8;
}

body.rtl .nav-links a {
  white-space: normal;
}

body.rtl .hero-eyebrow::before,
body.rtl .hero-eyebrow::after {
  content: '';
  margin: 0;
}

body.rtl .lang-btn {
  font-family: 'Noto Naskh Arabic', sans-serif;
  line-height: 1.6;
}

body.rtl .histoire-stat-badge .s-lab {
  line-height: 1.5;
}