*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --gold: #FF9A3D;
  --gold-light: #FFC77A;
  --deep: #07070F;
  --card: #0E0E1C;
  --purple: #8B3FE8;
  --purple-light: #B368FF;
  --pink: #FF2D78;
  --cyan: #4C6FFF;
  --text: #F0EDE8;
  --muted: #7A7885;
  --border: rgba(255,255,255,0.07);
}
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; background: var(--deep); color: var(--text); overflow-x: hidden; cursor: auto; position: relative; }

/* ── ANIMATED BACKGROUND ── */
#animatedBg {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: -1;
  pointer-events: none;
}

/* ── CURSOR ── */
#cursor { display: none; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 1.6rem 4rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: padding .4s cubic-bezier(.23,1,.32,1), background .4s ease, backdrop-filter .4s ease, border-color .4s ease;
}
nav.scrolled {
  padding: .8rem 4rem;
  backdrop-filter: blur(20px) saturate(180%);
  background: rgba(7,7,15,0.75);
  border-bottom: 1px solid rgba(232,185,79,0.12);
}
.logo { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; flex-shrink: 0; background: transparent; border: none; padding: 0; }
.site-logo { width: 72px; height: auto; display: inline-block; }
.top-logo { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; }
.footer-logo { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; }
.f-logo { display: flex; align-items: center; }
.nav-links { display: flex; gap: 2.2rem; list-style: none; flex: 1; justify-content: center; margin: 0 1.5rem; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: .78rem; letter-spacing: 2px; text-transform: uppercase; transition: color .3s; position: relative; }
.nav-links a::after { content:''; position:absolute; bottom:-4px; left:0; width:0; height:1px; background:var(--gold); transition:width .3s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { background: linear-gradient(135deg, var(--purple), var(--pink)); color: #fff; border: none; padding: .65rem 1.4rem; border-radius: 6px; font-family: 'Manrope', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: opacity .2s, transform .2s; text-decoration: none; flex-shrink: 0; white-space: nowrap; }
.nav-cta:hover { opacity: .85; transform: translateY(-2px); }

/* ── HERO ── */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
  position: relative; overflow: hidden;
  padding: 8rem 2rem 6rem;
}
.hero-canvas { position: absolute; inset: 0; z-index: 0; }
.orb { position: absolute; border-radius: 50%; filter: blur(90px); will-change: transform; }
.orb1 { width: 600px; height: 600px; background: radial-gradient(circle, #8B3FE8 0%, transparent 70%); top: -150px; left: -150px; opacity: .45; animation: orb1move 10s ease-in-out infinite; }
.orb2 { width: 500px; height: 500px; background: radial-gradient(circle, #FF2D78 0%, transparent 70%); bottom: -100px; right: -100px; opacity: .35; animation: orb2move 13s ease-in-out infinite; }
.orb3 { width: 350px; height: 350px; background: radial-gradient(circle, #4C6FFF 0%, transparent 70%); top: 45%; left: 55%; opacity: .18; animation: orb3move 8s ease-in-out infinite; }
@keyframes orb1move { 0%,100%{transform:translate(0,0)} 33%{transform:translate(60px,-40px)} 66%{transform:translate(-30px,50px)} }
@keyframes orb2move { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-50px,30px)} }
@keyframes orb3move { 0%,100%{transform:translate(-50%,-50%) scale(1)} 50%{transform:translate(-50%,-50%) scale(1.2)} }

.noise { position: absolute; inset: 0; opacity: .03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px; }

.hero-badge { display: inline-flex; align-items: center; gap: .5rem; font-size: .75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(232,185,79,.35); padding: .45rem 1.3rem; border-radius: 100px; margin-bottom: 2rem; position: relative; z-index: 1; animation: fadeUp .8s .2s both; }
.badge-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(232,185,79,.5)} 50%{box-shadow:0 0 0 6px rgba(232,185,79,0)} }

/* ── NEON FIRE ANIMATIONS ── */
@keyframes neonFireFlicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    filter: drop-shadow(0 0 4px rgba(255,230,80,1))
            drop-shadow(0 0 14px rgba(255,110,0,0.95))
            drop-shadow(0 0 32px rgba(255,40,0,0.8))
            drop-shadow(0 0 70px rgba(200,0,0,0.55))
            drop-shadow(0 0 120px rgba(150,0,0,0.3));
  }
  20%, 24%, 55% {
    filter: drop-shadow(0 0 2px rgba(255,200,0,0.7))
            drop-shadow(0 0 8px rgba(255,60,0,0.5))
            drop-shadow(0 0 18px rgba(200,0,0,0.3));
  }
}
@keyframes neonFirePulse {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(255,220,60,1))
            drop-shadow(0 0 18px rgba(255,90,0,0.9))
            drop-shadow(0 0 40px rgba(255,20,0,0.7))
            drop-shadow(0 0 85px rgba(180,0,0,0.45));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255,240,100,1))
            drop-shadow(0 0 26px rgba(255,120,0,1))
            drop-shadow(0 0 60px rgba(255,40,0,0.85))
            drop-shadow(0 0 110px rgba(200,0,20,0.55));
  }
}

h1.hero-title { font-family: 'Unbounded', sans-serif; font-size: clamp(2.5rem, 7.5vw, 8rem); line-height: .88; letter-spacing: 4px; position: relative; z-index: 1; animation: fadeUp .8s .4s both; white-space: nowrap; }
h1.hero-title .l1 {
  display: inline;
  background: linear-gradient(180deg, #FF9500 0%, #FF4400 28%, #CC0000 54%, #8B3FE8 78%, #4B0082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeUp .8s .4s both;
}
h1.hero-title .l2 {
  display: inline;
  background: linear-gradient(180deg, #FF7700 0%, #FF2200 32%, #990000 58%, #6B1AAF 80%, #3B0095 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeUp .8s .4s both;
}
h1.hero-title .l3 {
  display: inline;
  background: linear-gradient(180deg, #FF8C00 0%, #FF3300 30%, #AA0000 55%, #8B3FE8 80%, #4B0082 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: fadeUp .8s .4s both;
}

.hero-sub { font-size: 1.1rem; color: var(--muted); max-width: 520px; line-height: 1.75; margin-top: 2rem; position: relative; z-index: 1; animation: fadeUp .8s .6s both; font-weight: 300; }

.hero-btns { display: flex; gap: 1rem; margin-top: 2.8rem; position: relative; z-index: 1; flex-wrap: wrap; justify-content: center; animation: fadeUp .8s .8s both; }
.btn-glow { background: linear-gradient(135deg, var(--purple), var(--pink)); color: #fff; border: none; padding: 1rem 2.5rem; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: .9rem; font-weight: 700; letter-spacing: 1px; cursor: pointer; transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden; }
.btn-glow::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg, var(--pink), var(--purple)); opacity:0; transition:opacity .25s; }
.btn-glow:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(123,47,190,.5); }
.btn-glow:hover::before { opacity: 1; }
.btn-glow span { position: relative; z-index: 1; }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid rgba(255,255,255,.2); padding: 1rem 2.5rem; border-radius: 8px; font-family: 'Manrope', sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: 1px; cursor: pointer; transition: border-color .25s, background .25s; }
.btn-ghost:hover { border-color: var(--gold); background: rgba(232,185,79,.07); }

.hero-scroll { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: .6rem; animation: fadeIn 1s 1.5s both; }
.scroll-text { font-size: .7rem; letter-spacing: 3px; color: var(--muted); text-transform: uppercase; }
.scroll-mouse { width: 24px; height: 38px; border: 1.5px solid rgba(255,255,255,.2); border-radius: 12px; display: flex; justify-content: center; padding-top: 6px; }
.scroll-wheel { width: 3px; height: 8px; background: var(--gold); border-radius: 10px; animation: scrollWheel 2s ease-in-out infinite; }
@keyframes scrollWheel { 0%{transform:translateY(0);opacity:1} 100%{transform:translateY(12px);opacity:0} }

/* ── MARQUEE ── */
.marquee-section { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.2rem 0; background: rgba(255,255,255,.015); }
.marquee-track { display: flex; gap: 0; white-space: nowrap; animation: marquee 25s linear infinite; }
.marquee-item { display: inline-flex; align-items: center; gap: 2rem; padding: 0 2.5rem; font-size: .75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); }
.marquee-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── STATS ── */
#stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 0; padding: 5rem 4rem; max-width: 1300px; margin: 0 auto; }
.stat-card { background: transparent; border: none; border-left: 1px solid var(--border); padding: 0 2.4rem; text-align: center; transition: transform .4s cubic-bezier(.23,1,.32,1); position: relative; }
.stat-card:first-child { border-left: none; }
.stat-card:hover { transform: translateY(-6px); }
.stat-icon { font-size: 1.5rem; margin-bottom: .9rem; display: block; opacity: .85; }
.stat-num { font-family: 'Unbounded', sans-serif; font-size: 4rem; line-height: 1; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; transition: filter .4s; }
.stat-card:hover .stat-num { filter: brightness(1.25) drop-shadow(0 0 18px rgba(232,185,79,.4)); }
.stat-label { font-size: .8rem; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; margin-top: .5rem; }
#stats .stat-card.reveal:nth-child(1) { transition-delay: .05s; }
#stats .stat-card.reveal:nth-child(2) { transition-delay: .15s; }
#stats .stat-card.reveal:nth-child(3) { transition-delay: .25s; }
#stats .stat-card.reveal:nth-child(4) { transition-delay: .35s; }

/* ── SECTION SHARED ── */
.section-wrap { max-width: 1200px; margin: 0 auto; padding: 6rem 4rem; }
.section-eyebrow { font-size: .75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--pink); margin-bottom: 1rem; display: block; }
.section-title { font-family: 'Unbounded', sans-serif; font-size: clamp(2.8rem, 6vw, 5rem); letter-spacing: 1px; line-height: 1; margin-bottom: 1.2rem; }
.section-title .accent {
  background: linear-gradient(90deg, var(--gold), var(--pink), var(--purple), var(--cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-title .accent-pink {
  background: linear-gradient(90deg, var(--pink), var(--purple));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.section-desc { color: var(--muted); font-size: 1rem; max-width: 520px; line-height: 1.8; margin-bottom: 3.5rem; font-weight: 300; }

/* ── SERVICES ── */
#services { background: linear-gradient(rgba(7,7,15,.9),rgba(7,7,15,.9)), url('presta-007.jpg') center/cover fixed; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px,1fr)); gap: 2.2rem 2.5rem; }
.service-card { background: transparent; border: none; border-top: 1px solid var(--border); padding: 1.8rem 0 0; cursor: pointer; transition: transform .4s cubic-bezier(.23,1,.32,1); position: relative; overflow: visible; }
.service-card::before { content:''; position:absolute; top:-1px; left:0; width:0; height:1px; background:linear-gradient(90deg, var(--gold), var(--pink)); transition:width .5s cubic-bezier(.23,1,.32,1); }
.service-card:hover { transform: translateY(-6px); }
.service-card:hover::before { width: 100%; }
.service-icon-wrap { width: auto; height: auto; border-radius: 0; background: transparent; border: none; display: flex; align-items: center; justify-content: center; font-size: 1.9rem; margin-bottom: 1.3rem; transition: transform .35s cubic-bezier(.23,1,.32,1); transform-origin: left center; }
.service-card:hover .service-icon-wrap { transform: scale(1.15); }
.service-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .7rem; color: var(--text); }
.service-card p { font-size: .9rem; color: var(--muted); line-height: 1.7; font-weight: 300; }
.services-grid .service-card.reveal:nth-child(1) { transition-delay: .05s; }
.services-grid .service-card.reveal:nth-child(2) { transition-delay: .15s; }
.services-grid .service-card.reveal:nth-child(3) { transition-delay: .25s; }
.services-grid .service-card.reveal:nth-child(4) { transition-delay: .35s; }
.service-pill { display: inline-block; margin-top: 1.3rem; font-size: .7rem; letter-spacing: 2px; font-weight: 700; text-transform: uppercase; padding: .35rem 1rem; border-radius: 100px; }
.pill-prod { background: rgba(0,212,255,.1); color: var(--cyan); border: 1px solid rgba(0,212,255,.2); }
.pill-corp { background: rgba(232,185,79,.12); color: var(--gold); border: 1px solid rgba(232,185,79,.25); }
.pill-pres { background: rgba(230,63,140,.1); color: var(--pink); border: 1px solid rgba(230,63,140,.2); }
.pill-fest { background: rgba(123,47,190,.15); color: var(--purple-light); border: 1px solid rgba(123,47,190,.3); }
.pill-art { background: rgba(168,85,247,.12); color: #C084FC; border: 1px solid rgba(168,85,247,.25); }
.pill-tech { background: rgba(0,212,255,.08); color: var(--cyan); border: 1px solid rgba(0,212,255,.15); }

/* ── SERVICE LABEL & DESC ── */
.service-label { font-family: 'Unbounded', sans-serif; font-size: 1.4rem; letter-spacing: 2px; color: var(--gold); margin-bottom: .6rem; }
.service-desc-text { font-size: .85rem; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* ── SERVICE DETAILS OVERLAY (apparaît au survol) ── */
.service-details {
  position: absolute;
  top: -1px; left: 0; right: 0; bottom: 0;
  background: rgba(10,10,20,0.98);
  backdrop-filter: blur(12px);
  padding: 2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all .38s cubic-bezier(.23,1,.32,1);
  border-top: 1px solid var(--gold);
  z-index: 2;
}
.service-card:hover .service-details {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.service-details h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: var(--pink);
  margin-bottom: .9rem;
}
.service-details p {
  font-size: .85rem;
  color: var(--text);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: .5rem;
}
.service-details ul {
  list-style: none;
  margin-top: .5rem;
  padding-left: 0;
}
.service-details ul li {
  font-size: .8rem;
  color: var(--gold);
  padding: .3rem 0;
  padding-left: 1.2rem;
  position: relative;
}
.service-details ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--cyan);
}

/* ── FOOTER BRAND SIGNATURE ── */
.footer-brand-signature { display: flex; align-items: center; gap: 1rem; }
.footer-brand-text { font-family: 'Unbounded', sans-serif; font-size: 1.8rem; letter-spacing: 4px; line-height: 1; }
.footer-brand-text span { background: linear-gradient(135deg, var(--gold), var(--pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.footer-copyright { font-size: .75rem; color: var(--muted); text-align: center; }

/* ── POURQUOI NOUS CHOISIR ── */
#pourquoi { background: linear-gradient(rgba(7,7,15,.9),rgba(7,7,15,.9)), url('light-grandma2.jpg') center/cover fixed; }
.vision-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 0; }
.vision-item { background: transparent; border: none; border-left: 1px solid var(--border); padding: 0 1.8rem; cursor: pointer; transition: transform .4s cubic-bezier(.23,1,.32,1); position: relative; }
.vision-item:first-child { border-left: none; }
.vision-item:hover { transform: translateY(-6px); }
.vision-grid .vision-item.reveal:nth-child(1) { transition-delay: .05s; }
.vision-grid .vision-item.reveal:nth-child(2) { transition-delay: .15s; }
.vision-grid .vision-item.reveal:nth-child(3) { transition-delay: .25s; }
.vision-grid .vision-item.reveal:nth-child(4) { transition-delay: .35s; }
.vision-icon { font-size: 2rem; display: block; margin-bottom: .8rem; filter: drop-shadow(0 0 8px rgba(232,185,79,.4)); }
.vision-label { font-family: 'Unbounded', sans-serif; font-size: 1.3rem; letter-spacing: 2px; color: var(--purple-light); margin-bottom: .5rem; }
.vision-text { font-size: .85rem; color: var(--muted); line-height: 1.65; font-weight: 300; }

/* ── EVENTS ── */
#events { position: relative; }
.events-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem; }
.events-filters { display: flex; gap: .6rem; flex-wrap: wrap; }
.filter-btn { 
  background: transparent; 
  border: 1.5px solid var(--border); 
  color: var(--muted); 
  padding: .55rem 1.3rem; 
  border-radius: 100px; 
  font-family: 'Manrope', sans-serif; 
  font-size: .78rem; 
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer; 
  transition: all .35s cubic-bezier(.25,.8,.25,1); 
  position: relative;
  overflow: hidden;
}
.filter-btn::before {
  content:'';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123,47,190,.2), rgba(230,63,140,.1));
  opacity: 0;
  transition: opacity .35s;
}
.filter-btn.active, .filter-btn:hover { 
  background: rgba(232,185,79,.12); 
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 10px 30px rgba(232,185,79,.15);
}
.filter-btn.active::before { opacity: 1; }
.filter-btn:hover { transform: translateY(-2px); }
.filter-btn.active { transform: translateY(-2px); }
.events-list { display: flex; flex-direction: column; gap: 1rem; }
.event-item { 
  display: flex; 
  align-items: center; 
  gap: 2rem; 
  background: linear-gradient(135deg, var(--card) 0%, rgba(123,47,190,.04) 100%);
  border: 1.5px solid var(--border); 
  border-radius: 18px; 
  padding: 1.8rem 2.2rem; 
  text-decoration: none;
  color: inherit;
  cursor: pointer; 
  transition: all .4s cubic-bezier(.25,.8,.25,1);
  position: relative; 
  overflow: hidden;
  animation: slideInUp .6s ease-out both;
}
.event-item::before { 
  content:''; 
  position:absolute; 
  left:0; 
  top:0; 
  bottom:0; 
  width:4px; 
  background:linear-gradient(180deg, var(--purple), var(--pink)); 
  transform:scaleY(0); 
  transform-origin:top; 
  transition:transform .4s cubic-bezier(.25,.8,.25,1); 
}
.event-item:hover { 
  background: linear-gradient(135deg, rgba(123,47,190,.08), rgba(230,63,140,.06));
  border-color: rgba(123,47,190,.4); 
  transform: translateX(12px) translateY(-4px); 
  box-shadow: 0 20px 60px rgba(123,47,190,.2);
}
.event-item:hover::before { transform: scaleY(1); }
@keyframes slideInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.event-date { text-align: center; min-width: 56px; }
.event-day { font-family: 'Unbounded', sans-serif; font-size: 2.2rem; color: var(--gold); line-height: 1; }
.event-month { font-size: .7rem; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; }
.event-sep { width: 1px; height: 48px; background: var(--border); flex-shrink: 0; }
.event-info { flex: 1; }
.event-info h4 { font-size: 1rem; font-weight: 700; margin-bottom: .3rem; }
.event-info p { font-size: .83rem; color: var(--muted); }
.event-badge { font-size: .7rem; padding: .38rem 1rem; border-radius: 100px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; flex-shrink: 0; }
.badge-concert { background: rgba(230,63,140,.15); color: var(--pink); border: 1px solid rgba(230,63,140,.25); }
.badge-corpo { background: rgba(0,212,255,.1); color: var(--cyan); border: 1px solid rgba(0,212,255,.2); }
.badge-gala { background: rgba(232,185,79,.12); color: var(--gold); border: 1px solid rgba(232,185,79,.25); }
.badge-festival { background: rgba(123,47,190,.15); color: var(--purple-light); border: 1px solid rgba(123,47,190,.3); }
.badge-birthday { background: rgba(255,105,180,.15); color: #FF69B4; border: 1px solid rgba(255,105,180,.3); }
.badge-soiree { background: rgba(100,200,255,.15); color: #64C8FF; border: 1px solid rgba(100,200,255,.3); }
.event-status { font-size: .7rem; margin-left: .5rem; color: var(--muted); }
.tag-soon { color: #4ade80; }

/* ── GALLERY ── */
#gallery { background: rgba(255,255,255,.015); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; gap: 1rem; }
.gallery-item { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 4/3; cursor: pointer; }
.gallery-item:first-child { grid-column: span 2; aspect-ratio: 16/9; }
.gallery-item:nth-child(4) { grid-column: span 2; aspect-ratio: 16/9; }
.gallery-bg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; transition: transform .4s; position: relative; overflow: hidden; }
.gallery-item:hover .gallery-bg { transform: scale(1.06); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8) 0%, transparent 60%); display: flex; align-items: flex-end; padding: 1.5rem; opacity: 0; transition: opacity .3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h4 { font-size: .9rem; font-weight: 700; }
.gallery-overlay p { font-size: .78rem; color: var(--muted); }
.g1 { background: linear-gradient(135deg, #1a0533, #4a1060); }
.g2 { background: linear-gradient(135deg, #0a1a3a, #0d3d6b); }
.g3 { background: linear-gradient(135deg, #1a0020, #6b003a); }
.g4 { background: linear-gradient(135deg, #0a1a0a, #0d5a1e); }
.g5 { background: linear-gradient(135deg, #1a1000, #7a4500); }

/* ── TESTIMONIALS ── */
#testimonials { overflow: hidden; }
.testi-track { display: flex; gap: 1.5rem; animation: tscroll 30s linear infinite; width: max-content; }
.testi-track:hover { animation-play-state: paused; }
.testi-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; width: 320px; flex-shrink: 0; }
.testi-stars { color: var(--gold); font-size: .9rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testi-text { font-size: .88rem; color: var(--muted); line-height: 1.7; font-style: italic; margin-bottom: 1.5rem; font-weight: 300; }
.testi-author { display: flex; align-items: center; gap: .8rem; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Unbounded', sans-serif; font-size: 1rem; flex-shrink: 0; }
.av1 { background: rgba(123,47,190,.3); color: var(--purple-light); }
.av2 { background: rgba(230,63,140,.25); color: var(--pink); }
.av3 { background: rgba(232,185,79,.2); color: var(--gold); }
.av4 { background: rgba(0,212,255,.15); color: var(--cyan); }
.av5 { background: rgba(74,222,128,.15); color: #4ade80; }
.testi-name { font-size: .88rem; font-weight: 700; }
.testi-role { font-size: .75rem; color: var(--muted); }
@keyframes tscroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── CONTACT ── */
#contact { background: linear-gradient(rgba(7,7,15,.84),rgba(7,7,15,.84)), url('opus-quad.jpg') center/cover fixed; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-label { font-size: .75rem; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group select, .form-group textarea {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  padding: .95rem 1.3rem;
  color: var(--text);
  font-family: 'Manrope', sans-serif;
  font-size: .95rem;
  font-weight: 300;
  outline: none;
  transition: border-color .3s, background .3s;
  width: 100%;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--purple); background: rgba(123,47,190,.06); }
.form-group select { background: rgba(123,47,190,.2) !important; color: var(--gold) !important; }
.form-group select option { background: var(--card); color: var(--text); }
.form-group textarea { resize: vertical; min-height: 130px; }
.submit-btn { background: linear-gradient(135deg, var(--purple), var(--pink)); color: #fff; border: none; padding: 1.1rem 2.5rem; border-radius: 10px; font-family: 'Manrope', sans-serif; font-size: .95rem; font-weight: 700; letter-spacing: 1px; cursor: pointer; transition: transform .25s, box-shadow .25s, opacity .25s; width: 100%; }
.submit-btn:hover:not(:disabled) { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(123,47,190,.5); }
.submit-btn:disabled { opacity: .5; cursor: not-allowed; }
.success-msg { display: none; background: rgba(74,222,128,.08); border: 1px solid rgba(74,222,128,.25); border-radius: 10px; padding: 1rem 1.5rem; color: #4ade80; font-size: .9rem; text-align: center; margin-top: .5rem; }
.contact-info-panel { display: flex; flex-direction: column; gap: .9rem; }
.info-block { display: flex; gap: 1.2rem; align-items: flex-start; background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 1.4rem; transition: border-color .3s; }
.info-block:hover { border-color: rgba(232,185,79,.25); }
.info-icon { width: 46px; height: 46px; background: rgba(123,47,190,.15); border: 1px solid rgba(123,47,190,.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.info-block h4 { font-size: .75rem; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); margin-bottom: .35rem; }
.info-block p { font-size: .9rem; line-height: 1.6; font-weight: 300; }
.contact-info-panel .info-block:nth-child(1) h4 { color: var(--gold); }
.contact-info-panel .info-block:nth-child(2) h4 { color: var(--cyan); }
.contact-info-panel .info-block:nth-child(3) h4 { color: var(--pink); }
.contact-info-panel .info-block:nth-child(4) h4 { color: var(--gold-light); }
.contact-info-panel .info-block:nth-child(5) h4 { color: var(--purple-light); }
.contact-info-panel .info-block:nth-child(1) .info-icon { background: rgba(232,185,79,.15); border-color: rgba(232,185,79,.35); }
.contact-info-panel .info-block:nth-child(2) .info-icon { background: rgba(0,212,255,.12); border-color: rgba(0,212,255,.3); }
.contact-info-panel .info-block:nth-child(3) .info-icon { background: rgba(230,63,140,.12); border-color: rgba(230,63,140,.3); }
.contact-info-panel .info-block:nth-child(4) .info-icon { background: rgba(232,185,79,.12); border-color: rgba(232,185,79,.25); }
.contact-info-panel .info-block:nth-child(5) .info-icon { background: rgba(168,85,247,.12); border-color: rgba(168,85,247,.3); }
.social-row { display: flex; gap: .8rem; margin-top: .5rem; }
.social-btn { width: 42px; height: 42px; background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1rem; cursor: pointer; transition: all .2s; text-decoration: none; }
.social-btn:hover { background: rgba(123,47,190,.2); border-color: rgba(123,47,190,.4); }

/* ── FOOTER ── */
footer { background: rgba(0,0,0,.4); border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 4rem 4rem 3rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .f-logo { font-family: 'Unbounded', sans-serif; font-size: 2.2rem; letter-spacing: 5px; color: var(--gold); }
.footer-brand .f-logo span { color: var(--pink); }
.footer-brand p { font-size: .88rem; color: var(--muted); line-height: 1.7; margin-top: .8rem; font-weight: 300; max-width: 260px; }
.footer-col h5 { font-size: .75rem; letter-spacing: 3px; text-transform: uppercase; color: var(--text); margin-bottom: 1.2rem; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-col ul li a { text-decoration: none; font-size: .88rem; color: var(--muted); transition: color .2s; font-weight: 300; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: .8rem; color: var(--muted); }
.footer-bottom .made { color: var(--muted); font-size: .8rem; }
.footer-bottom .made span { color: var(--pink); }

/* ── CONFETTI ── */
.confetti-piece { position: fixed; pointer-events: none; z-index: 9998; border-radius: 2px; animation: cffall linear forwards; }
@keyframes cffall { 0%{opacity:1;transform:translateY(-20px) rotate(0deg) scale(1)} 100%{opacity:0;transform:translateY(100vh) rotate(720deg) scale(.3)} }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
.reveal { opacity: 0; transform: translateY(40px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── FLAME REVEAL — section titles ── */
@keyframes flameReveal {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
    filter: brightness(1.8) drop-shadow(0 0 28px rgba(255,90,0,1)) drop-shadow(0 0 60px rgba(255,30,0,0.7)) blur(2px);
  }
  40% {
    opacity: 1;
    filter: brightness(1.3) drop-shadow(0 0 14px rgba(255,70,0,0.7)) drop-shadow(0 0 30px rgba(255,10,0,0.4)) blur(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 4px rgba(255,80,0,0.25));
  }
}
@keyframes flameRevealSmall {
  0% {
    opacity: 0;
    transform: translateX(-18px);
    letter-spacing: 8px;
    color: #FF6600;
    filter: drop-shadow(0 0 10px rgba(255,80,0,0.9));
  }
  60% {
    filter: drop-shadow(0 0 4px rgba(255,60,0,0.4));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    letter-spacing: 4px;
    filter: none;
  }
}

.section-title.reveal { transition: none; }
.section-title.reveal.visible {
  animation: flameReveal 1.1s cubic-bezier(.23,1,.32,1) forwards;
}
.section-eyebrow.reveal { transition: none; }
.section-eyebrow.reveal.visible {
  animation: flameRevealSmall .9s cubic-bezier(.23,1,.32,1) forwards;
}


/* Social logo images */
.social-btn img { width: 22px; height: 22px; object-fit: contain; display: block; }
.sc-icon-wrap img { width: 44px; height: 44px; object-fit: contain; display: block; margin: 0 auto; }

/* ── TESTI FEATURED (Jeanne Bergot) ── */
.testi-featured {
  border-color: rgba(232,185,79,0.35) !important;
  box-shadow: 0 0 24px rgba(232,185,79,0.1);
  background: linear-gradient(135deg, var(--card) 0%, rgba(232,185,79,0.04) 100%) !important;
  position: relative;
}

/* ── ABOUT ── */
#about { position: relative; background: linear-gradient(180deg, rgba(255,255,255,.008) 0%, rgba(123,47,190,.04) 50%, rgba(255,255,255,.008) 100%); }
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.8rem; margin-bottom: 4rem; }
.about-card { 
  background: var(--card); 
  border: 1.5px solid var(--border); 
  border-radius: 20px; 
  padding: 2.4rem 2rem;
  cursor: pointer;
  transition: all .4s cubic-bezier(.25,.8,.25,1);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about-card::before {
  content:'';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(123,47,190,.08), transparent);
  opacity: 0;
  transition: opacity .4s;
}
.about-card:hover {
  border-color: rgba(232,185,79,.35);
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgba(123,47,190,.25);
}
.about-card:hover::before { opacity: 1; }
.about-card.highlight-card {
  background: linear-gradient(135deg, var(--card) 0%, rgba(123,47,190,.08) 100%);
  border-color: rgba(232,185,79,.3);
  box-shadow: 0 0 40px rgba(232,185,79,.15);
}
.about-icon { font-size: 2.8rem; }
.about-card h3 { 
  font-size: 1.15rem; 
  font-weight: 700; 
  color: var(--text);
  margin-bottom: .3rem;
}
.about-card p { 
  font-size: .95rem; 
  color: var(--muted); 
  line-height: 1.6; 
  font-weight: 300;
}
.about-detail {
  font-size: .85rem;
  color: var(--muted);
  background: rgba(255,255,255,.04);
  padding: .8rem 1.2rem;
  border-radius: 12px;
  border-left: 3px solid var(--gold);
  margin-top: .3rem;
}
.about-banner {
  background: linear-gradient(135deg, rgba(123,47,190,.12), rgba(230,63,140,.08));
  border: 1.5px solid rgba(232,185,79,.25);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-banner::before {
  content:'';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(123,47,190,.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(230,63,140,.08) 0%, transparent 50%);
  pointer-events: none;
}
.banner-content {
  position: relative;
  z-index: 1;
}
.about-banner h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: var(--text);
  margin-bottom: 1.2rem;
}
.about-banner p {
  font-size: .95rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

/* ── RESPONSIVE ABOUT ── */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; }
}
@media (max-width: 600px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-card { padding: 1.8rem 1.5rem; }
  .about-banner { padding: 2rem 1.5rem; }
}

/* ── SPECIALISES ── */
@keyframes floatOrb1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(40px,-40px); } }
@keyframes floatOrb2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-50px,30px); } }
@keyframes floatOrb3 { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,-50%) scale(1.1); } }
@keyframes slideInDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideIn { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

#specialises .spec-value-card {
  background: linear-gradient(135deg, rgba(123,47,190,.12), rgba(0,212,255,.08));
}
#specialises .spec-value-card:hover {
  border-color: rgba(0,212,255,.5);
  transform: translateY(-15px);
  box-shadow: 0 30px 80px rgba(0,212,255,.2);
}
#specialises .spec-value-card:hover div:first-child {
  transform: translate(-50%, -100%) scale(1.3);
}
#specialises .spec-value-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(230,63,140,.12), rgba(168,85,247,.08));
}
#specialises .spec-value-card:nth-child(2):hover {
  border-color: rgba(230,63,140,.5);
  box-shadow: 0 30px 80px rgba(230,63,140,.2);
}
#specialises .spec-value-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(232,185,79,.12), rgba(123,47,190,.08));
}
#specialises .spec-value-card:nth-child(3):hover {
  border-color: rgba(232,185,79,.5);
  box-shadow: 0 30px 80px rgba(232,185,79,.2);
}

.timeline-item {
  position: relative;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -60px;
  width: 2px;
  height: 60px;
  background: linear-gradient(180deg, rgba(232,185,79,.3), transparent);
}
.timeline-item:first-child::before {
  display: none;
}

/* ── RESPONSIVE SPECIALISES ── */
@media (max-width: 1000px) {
  .timeline-item {
    grid-template-columns: 1fr !important;
  }
  .timeline-item div { order: auto !important; }
  .timeline-item::before { display: none; }
}
@media (max-width: 900px) {
  #specialises { padding: 6rem 0; }
  .spec-header h2 { font-size: 3rem; }
  #specialises .section-wrap { padding: 0 1.5rem; }
}
@media (max-width: 600px) {
  .spec-header h2 { font-size: 2rem; }
  .spec-header p { font-size: 1rem; }
  .spec-value-card { padding: 2rem 1.5rem; }
  .timeline-item { margin-bottom: 3rem !important; }
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links, .nav-cta { display: none; }
  #stats { padding: 3rem 1.5rem; }
  .section-wrap { padding: 4rem 1.5rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:first-child, .gallery-item:nth-child(4) { grid-column: span 2; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .vision-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:first-child, .gallery-item:nth-child(4) { grid-column: span 1; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; width: 100%; max-width: 300px; }
  .btn-glow, .btn-ghost { width: 100%; }
}

