/* =============================================
   STEVEN RAW — style.css  v2
   Palette : warm dark · orange · teal · liquid glass
   ============================================= */

/* === POLICES AUTO-HÉBERGÉES (ex-Google Fonts) === */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/barlow-condensed-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/barlow-condensed-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/barlow-condensed-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/barlow-condensed-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-sans-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/dm-sans-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/dm-sans-500-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/dm-sans-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* === CSS VARIABLES === */
:root {
  /* Backgrounds — warm dark */
  --bg:         #0D0907;
  --bg-alt:     #120E0A;

  /* Text */
  --text:       #F2EDE6;
  --text-2:     #7A7269;

  /* Accents */
  --orange:       #D4561A;
  --orange-light: #F07030;
  --orange-dim:   rgba(212, 86, 26, 0.15);
  --teal:         #1AAFCE;
  --teal-dim:     rgba(26, 175, 206, 0.12);

  /* Glass */
  --glass-bg:     rgba(255, 255, 255, 0.055);
  --glass-border: rgba(255, 255, 255, 0.10);
  --glass-shine:  rgba(255, 255, 255, 0.14);
  --glass-blur:   22px;

  /* Misc */
  --sep:    rgba(242, 237, 230, 0.07);
  --overlay: rgba(13, 9, 7, 0.62);

  /* Type */
  --ff-display: 'Barlow Condensed', sans-serif;
  --ff-body:    'DM Sans', sans-serif;

  /* Layout */
  --nav-h:    64px;
  --pad:      64px;
  --pad-m:    24px;
  --max-w:    1200px;

  /* Radii */
  --r-card:   12px;
  --r-pill:   100px;
  --r-btn:    4px;

  /* Easing */
  --ease:     cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
  cursor: none;
}
@media (hover: none) { body { cursor: auto; } }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button {
  background: none; border: none; cursor: none; font-family: inherit;
  outline: none; -webkit-tap-highlight-color: transparent;
}
/* Focus clavier uniquement — anneau orange marque, jamais le bleu navigateur */
button:focus { outline: none; }
button:focus-visible { outline: none; box-shadow: 0 0 0 2px rgba(212,86,26,0.55); }
ul { list-style: none; }
select { appearance: none; -webkit-appearance: none; }

/* === AMBIENT BACKGROUND GLOWS === */
/* Orange glow — top left, like the portrait backdrop */
body::before {
  content: '';
  position: fixed;
  top: -35%;
  left: -20%;
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse at top left,
    rgba(200, 80, 26, 0.10) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
/* Teal glow — right side, like the split light on face */
body::after {
  content: '';
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 9000;
  opacity: 0.038;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain 8s steps(12) infinite;
}
@keyframes grain {
  0%   { transform: translate(0,0)     }
  10%  { transform: translate(-4%,-8%) }
  20%  { transform: translate(-12%,5%) }
  30%  { transform: translate(6%,-22%) }
  40%  { transform: translate(-4%,22%) }
  50%  { transform: translate(-12%,8%) }
  60%  { transform: translate(12%,-2%) }
  70%  { transform: translate(2%,12%)  }
  80%  { transform: translate(3%,30%)  }
  90%  { transform: translate(-8%,8%)  }
  100% { transform: translate(0,0)     }
}

/* === LIQUID GLASS BASE CLASS === */
.glass {
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(160%);
  border: 1px solid var(--glass-border);
  box-shadow:
    inset 0 1px 0 var(--glass-shine),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18),
    0 12px 40px rgba(0, 0, 0, 0.28);
}

/* === LOADER === */
#loader {
  position: fixed;
  inset: 0;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-inner { text-align: center; }
#loader-text {
  font-family: var(--ff-display);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--text);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Élément LCP : opaque et à sa position finale dès la 1re frame, aucune transformation */
.ll { display: inline-block; }
.loader-space { width: 0.3em; }
.loader-line {
  width: 0; height: 1px;
  background: linear-gradient(to right, var(--orange), var(--teal));
  margin: 20px auto 0;
  opacity: 0;
}

/* === CUSTOM CURSOR === */
#cursor {
  position: fixed;
  top: 0; left: 0;
  width: 20px; height: 20px;
  border: 1px solid rgba(242, 237, 230, 0.7);
  border-radius: 50%;
  pointer-events: none;
  z-index: 8999;
  transform: translate(-50%, -50%);
  transition:
    width 200ms var(--ease),
    height 200ms var(--ease),
    background 200ms var(--ease),
    border-color 200ms var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
#cursor.is-hover {
  width: 40px; height: 40px;
  background: rgba(212, 86, 26, 0.12);
  border-color: rgba(212, 86, 26, 0.6);
}
#cursor.is-view {
  width: 64px; height: 64px;
  background: rgba(13, 9, 7, 0.5);
  border-color: rgba(26, 175, 206, 0.6);
}
#cursor-label {
  font-family: var(--ff-body);
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--teal);
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 150ms ease;
  user-select: none;
}
#cursor.is-view #cursor-label { opacity: 1; }
@media (hover: none) { #cursor { display: none; } }

/* === NAVIGATION === */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--nav-h);
  z-index: 800;
  transition: background 350ms var(--ease), backdrop-filter 350ms var(--ease);
}
#nav.nav-scrolled {
  background: rgba(13, 9, 7, 0.75);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  border-bottom: 1px solid var(--glass-border);
}
.nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-monogram {
  font-family: var(--ff-display);
  font-size: 22px; font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--orange);
  line-height: 1;
}
.nav-name {
  font-family: var(--ff-display);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--text-2);
  text-transform: uppercase;
}
.nav-right { display: flex; align-items: center; gap: 36px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-link {
  font-family: var(--ff-body);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--text-2);
  text-transform: uppercase;
  position: relative;
  transition: color 200ms ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: linear-gradient(to right, var(--orange), var(--teal));
  transition: width 300ms var(--ease);
}
.nav-link:hover,
.nav-link.is-active { color: var(--text); }
.nav-link.is-active::after,
.nav-link:hover::after { width: 100%; }

.lang-toggle { display: flex; align-items: center; gap: 8px; }
.lang-btn {
  font-family: var(--ff-body);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--text-2);
  text-transform: uppercase;
  transition: color 150ms ease;
  padding: 0;
}
.lang-btn.is-active,
.lang-btn[aria-pressed="true"] { color: var(--text); }
.lang-sep { color: var(--sep); font-size: 11px; user-select: none; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px; width: 28px; padding: 4px 0;
}
.hamburger span {
  display: block; width: 100%; height: 1px;
  background: var(--text);
  transition: transform 300ms var(--ease), opacity 200ms ease;
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* === MOBILE MENU === */
.mobile-menu {
  position: fixed; inset: 0;
  background: rgba(13, 9, 7, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 790;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 48px;
  opacity: 0; pointer-events: none;
  transition: opacity 350ms var(--ease);
}
.mobile-menu.is-open { opacity: 1; pointer-events: all; }
.mobile-links { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.mobile-link {
  font-family: var(--ff-display);
  font-size: clamp(36px, 9vw, 64px);
  font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text);
  transition: color 200ms ease;
}
.mobile-link:hover { color: var(--orange); }
.mobile-lang { display: flex; align-items: center; gap: 12px; }

/* === HERO === */
.section-hero {
  position: relative; width: 100%; height: 100vh;
  min-height: 600px; overflow: hidden;
  display: flex; align-items: flex-end;
}
.hero-bg-wrap {
  position: absolute; inset: 0;
  overflow: hidden; background: #180E08;
}
.hero-img {
  width: 100%; height: 115%;
  object-fit: cover; object-position: center;
  transform: translateY(0); will-change: transform;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(13,9,7,0.97) 0%, rgba(13,9,7,0.55) 45%, rgba(13,9,7,0.15) 100%),
    linear-gradient(to right, rgba(13,9,7,0.70) 0%, rgba(13,9,7,0.10) 70%, transparent 100%),
    rgba(13,9,7,0.18);
}
/* Dual ambient glows mirroring the portrait */
.hero-glow-orange {
  position: absolute; top: -10%; left: -5%;
  width: 55%; height: 70%;
  background: radial-gradient(ellipse at top left, rgba(200,80,26,0.22) 0%, transparent 65%);
  pointer-events: none; z-index: 2;
}
.hero-glow-teal {
  position: absolute; top: 5%; right: -5%;
  width: 50%; height: 65%;
  background: radial-gradient(ellipse at top right, rgba(26,175,206,0.11) 0%, transparent 65%);
  pointer-events: none; z-index: 2;
}
.hero-content {
  position: relative; z-index: 10; width: 100%;
  max-width: var(--max-w);
  margin: 0 auto; padding: 0 var(--pad) 88px;
}
.hero-location {
  font-family: var(--ff-body);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.24em; color: var(--text-2);
  text-transform: uppercase; margin-bottom: 28px;
}
.hero-main { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.hero-pretitle {
  font-family: var(--ff-body); font-size: 13px;
  font-weight: 400; letter-spacing: 0.04em; color: var(--text-2);
}
.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(56px, 11vw, 128px);
  font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text);
  line-height: 0.92;
}
.hero-tagline {
  font-family: var(--ff-body);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400; color: var(--text-2);
  max-width: 420px; line-height: 1.5;
}
.cta-btn {
  display: inline-block;
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text);
  border: 1px solid rgba(212, 86, 26, 0.45);
  border-radius: var(--r-btn);
  padding: 14px 28px; margin-top: 8px;
  background: rgba(212, 86, 26, 0.08);
  backdrop-filter: blur(8px);
  transition: background 250ms var(--ease), border-color 250ms var(--ease);
}
.cta-btn:hover {
  background: var(--orange);
  border-color: var(--orange);
}
.hero-counter {
  position: absolute; bottom: 88px; right: var(--pad);
  z-index: 10; text-align: right;
}
.counter-number {
  font-family: var(--ff-display);
  font-size: 52px; font-weight: 800;
  color: var(--orange); line-height: 1; display: block;
}
.counter-label {
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.22em;
  color: var(--text-2); text-transform: uppercase;
  display: block; margin-top: 4px;
}

/* === SCAN LINE === */
.scan-line {
  position: fixed; top: 0; left: -100%; width: 100%; height: 1px;
  background: linear-gradient(to right,
    transparent 0%, rgba(212,86,26,0.7) 20%,
    rgba(26,175,206,0.7) 80%, transparent 100%);
  z-index: 8998; pointer-events: none;
  opacity: 0; will-change: transform, opacity;
}
.scan-line.fire { animation: scanFire 440ms var(--ease) forwards; }
@keyframes scanFire {
  0%   { left: -100%; opacity: 0; }
  10%  { opacity: 1; }
  100% { left: 100%;  opacity: 0; }
}

/* === COMMON SECTION === */
.section { padding: 120px 0; position: relative; z-index: 1; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--pad); }
.section-header { margin-bottom: 72px; }
.section-title {
  font-family: var(--ff-display);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text);
  line-height: 0.95;
}
.section-subtitle {
  font-family: var(--ff-body); font-size: 13px;
  font-weight: 400; letter-spacing: 0.06em;
  color: var(--text-2); margin-top: 16px;
}
.section-note {
  font-family: var(--ff-body); font-size: 13px;
  color: var(--text-2); letter-spacing: 0.03em;
  margin-top: 56px; text-align: center;
}
.section-cta-wrap {
  display: flex; justify-content: center;
  margin-top: 56px;
}

/* === VIDEO SECTION === */
.section-video { background: var(--bg); }
.video-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

.video-card {
  border-radius: var(--r-card); overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.35), 0 0 0 1px rgba(212,86,26,0.2);
}
.video-card:focus-visible { box-shadow: 0 0 0 2px var(--teal); }
.card-thumb {
  position: relative; aspect-ratio: 9/16;
  overflow: hidden; background: #1A1008;
}
.card-img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 500ms var(--ease);
}
.video-card:hover .card-img { transform: scale(1.04); }
.card-overlay {
  position: absolute; inset: 0;
  background: rgba(13,9,7,0.5);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 250ms var(--ease);
}
.video-card:hover .card-overlay,
.video-card:focus-visible .card-overlay { opacity: 1; }
.play-icon { transform: scale(0.85); transition: transform 250ms var(--ease); }
.video-card:hover .play-icon { transform: scale(1); }
.card-info {
  padding: 16px 20px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.card-title {
  font-family: var(--ff-display); font-size: 18px;
  font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text);
}
.card-tag {
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text-2);
  border: 1px solid rgba(242,237,230,0.15);
  border-radius: 2px; padding: 4px 10px; white-space: nowrap;
}

/* === PHOTO / MASONRY === */
.section-photo { background: var(--bg-alt); }
.masonry-gallery { column-count: 3; column-gap: 14px; }
.masonry-item {
  break-inside: avoid; margin-bottom: 14px;
  position: relative; overflow: hidden;
  border-radius: var(--r-card);
  background: #1A1008; cursor: none;
  transition: transform 300ms var(--ease);
}
.masonry-item:hover { transform: translateY(-3px); }
.masonry-item:not(.masonry-tall) .gallery-img {
  aspect-ratio: 4/3; height: 100%; width: 100%; object-fit: cover;
  transition: transform 400ms var(--ease);
}
.masonry-item.masonry-tall .gallery-img {
  aspect-ratio: 3/4; height: 100%; width: 100%; object-fit: cover;
  transition: transform 400ms var(--ease);
}
.gallery-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(212,86,26,0.15) 0%, rgba(13,9,7,0.5) 100%);
  opacity: 0; transition: opacity 300ms var(--ease);
}
.masonry-item:hover .gallery-overlay { opacity: 1; }
.masonry-item:hover .gallery-img { transform: scale(1.04); }

/* === LIGHTBOX === */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(8,5,3,0.97);
  z-index: 9500;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 300ms var(--ease);
}
.lightbox.is-open { opacity: 1; pointer-events: all; }
.lb-img-wrap { max-width: 90vw; max-height: 90vh; display: flex; align-items: center; }
.lb-img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: var(--r-card); }
.lb-close, .lb-prev, .lb-next {
  position: absolute; background: none; border: none;
  color: var(--text); opacity: 0.5;
  transition: opacity 200ms ease, transform 200ms ease;
  cursor: none; padding: 12px; z-index: 10;
}
.lb-close:hover, .lb-prev:hover, .lb-next:hover { opacity: 1; }
.lb-close { top: 24px; right: 24px; }
.lb-prev  { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next  { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover { transform: translateY(-50%) translateX(-3px); }
.lb-next:hover { transform: translateY(-50%) translateX(3px); }

/* === VIDEO LIGHTBOX === */
#video-lb {
  position: fixed; inset: 0;
  background: rgba(8,5,3,0.97);
  z-index: 9500;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 300ms var(--ease);
}
#video-lb.is-open { opacity: 1; pointer-events: all; }
#video-lb-inner {
  width: min(380px, 85vw);
  aspect-ratio: 9 / 16;
  max-height: 90vh;
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}
#video-lb-frame {
  width: 100%; height: 100%;
  border: none; display: block;
}
#video-lb-close {
  position: absolute; top: 24px; right: 24px;
  background: none; border: none;
  color: var(--text); opacity: 0.5; font-size: 22px;
  cursor: none; padding: 12px; z-index: 10;
  transition: opacity 200ms ease;
}
#video-lb-close:hover { opacity: 1; }

/* === APPROCHE === */
.section-approche { background: var(--bg); }
.approche-grid {
  display: grid;
  grid-template-columns: 320px 1fr 1fr;
  gap: 64px; align-items: start;
}

/* Portrait Steven */
.approche-portrait {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.approche-portrait-img {
  width: 100%; display: block;
  aspect-ratio: 3/4; object-fit: cover;
  border-radius: 16px;
}
.approche-portrait-glow {
  position: absolute; inset: 0; border-radius: 16px;
  background: linear-gradient(to bottom, transparent 50%, rgba(13,9,7,0.5) 100%);
  pointer-events: none;
}

.approche-left .section-title { margin-bottom: 40px; }
.approche-text {
  font-family: var(--ff-body);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400; line-height: 1.65;
  color: var(--text); max-width: 520px;
}
.approche-right { padding-top: 16px; }
.pillar {
  display: flex; align-items: center; gap: 24px;
  padding: 28px 0;
  border-top: 1px solid rgba(242,237,230,0.07);
  transition: opacity 200ms ease;
}
.pillar:last-child { border-bottom: 1px solid rgba(242,237,230,0.07); }
.pillar-icon { width: 24px; height: 24px; flex-shrink: 0; opacity: 0.5; transition: opacity 200ms ease; }
.pillar:hover .pillar-icon { opacity: 1; }
.pillar-label {
  font-family: var(--ff-display); font-size: 22px;
  font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text-2);
  transition: color 200ms ease;
}
.pillar:hover .pillar-label { color: var(--text); }

/* =============================================
   FORMULES / SERVICES SECTION
   ============================================= */
.section-services { background: var(--bg-alt); }

/* Barre de filtres galerie */
.gallery-filters { margin-bottom: 40px; }

/* Main toggle PHOTO / VIDÉO */
.pkg-toggle {
  position: relative;
  display: flex; gap: 4px; padding: 5px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--glass-border);
  border-radius: var(--r-pill);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  width: fit-content;
  margin: 0 auto 64px;
}

/* Pill liquid glass — relief par la lumière (Apple-like), teinte glass neutre */
.pkg-indicator {
  position: absolute;
  top: 0; left: 0;
  /* x/y/width/height pilotés par createSlidingIndicator() —
     suit les chips même quand elles passent sur plusieurs lignes (mobile) */
  width: 0; height: 0;
  border-radius: var(--r-pill);
  /* Verre quasi transparent : sheen spéculaire blanc en haut + soupçon de teinte marque */
  background:
    radial-gradient(125% 110% at 50% 0%,
      rgba(255,255,255,0.30) 0%,
      rgba(255,255,255,0.06) 55%,
      rgba(255,255,255,0.00) 100%),
    rgba(212,86,26,0.05);
  /* Le verre lui-même : flou + saturation de l'arrière-plan */
  backdrop-filter: blur(7px) saturate(180%) brightness(1.06);
  -webkit-backdrop-filter: blur(7px) saturate(180%) brightness(1.06);
  border: 1px solid rgba(255,255,255,0.22);
  /* Relief = rim-light haut + light pipes sur les bords + ombre portée */
  box-shadow:
    inset 0  1px   1px rgba(255,255,255,0.70),   /* arête supérieure brillante */
    inset 0 -1px   1px rgba(255,255,255,0.10),
    inset 1.5px 0  6px rgba(255,255,255,0.14),    /* light pipe gauche */
    inset -1.5px 0 6px rgba(255,255,255,0.14),    /* light pipe droite */
    0 6px 22px rgba(0,0,0,0.28);
  pointer-events: none;
  z-index: 0;
  will-change: transform, width;
}

.pkg-tab {
  position: relative; z-index: 1;
  padding: 12px 44px;
  border-radius: var(--r-pill);
  font-family: var(--ff-display); font-size: 20px;
  font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-2);
  border: 1px solid transparent;
  transition: color 300ms var(--ease);
}
/* La couleur du texte actif — le fond est géré par .pkg-indicator */
.pkg-tab.is-active { color: var(--text); }

/* Chips filtres galerie : padding réduit (même font que .pkg-tab) */
.gallery-filters .pkg-tab { padding: 10px 28px; }
.gallery-filters { flex-wrap: wrap; }

/* Sub-toggle MARIAGE / CORPORATE */
.pkg-sub-toggle {
  display: flex; gap: 3px; padding: 4px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--r-pill);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: fit-content;
  margin: 0 auto 56px;
}
.pkg-sub {
  padding: 8px 28px;
  border-radius: var(--r-pill);
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-2);
  border: 1px solid transparent;
  transition: all 250ms var(--ease);
}
.pkg-sub.is-active {
  background: rgba(255,255,255,0.09);
  color: var(--text);
  border-color: rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Panels */
.pkg-panel { display: none; }
.pkg-panel.is-active { display: block; }

/* Cards grid */
.pkg-grid[hidden] { display: none !important; }
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

/* Package card */
.pkg-card {
  border-radius: var(--r-card);
  overflow: hidden;
  position: relative;
  transition: transform 300ms var(--ease), box-shadow 300ms var(--ease);
}
.pkg-card:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 var(--glass-shine),
    0 24px 56px rgba(0,0,0,0.35);
}
.pkg-card-inner {
  padding: 36px 28px 28px;
  display: flex; flex-direction: column; gap: 0;
}
.pkg-tag {
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text-2);
  margin-bottom: 12px; display: block;
}
.pkg-name {
  font-family: var(--ff-display); font-size: clamp(24px, 3vw, 30px);
  font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text);
  line-height: 1.05; margin-bottom: 16px;
}
.pkg-desc {
  font-family: var(--ff-body); font-size: 13px;
  font-weight: 400; color: var(--text-2);
  line-height: 1.6; margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sep);
}
.pkg-features {
  display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 28px;
}
.pkg-features li {
  font-family: var(--ff-body); font-size: 13px;
  font-weight: 400; color: var(--text-2);
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.4;
}
.pkg-features li::before {
  content: '✓';
  color: var(--orange); font-size: 11px;
  font-weight: 700; flex-shrink: 0; margin-top: 2px;
}
.pkg-price {
  display: flex; flex-direction: column; gap: 2px;
  margin-bottom: 24px; padding-top: 20px;
  border-top: 1px solid var(--sep);
}
.pkg-from {
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-2);
}
.pkg-amount {
  font-family: var(--ff-display); font-size: 34px;
  font-weight: 800; color: var(--orange);
  letter-spacing: 0.01em; line-height: 1.1;
}
.pkg-amount small {
  font-size: 16px; font-weight: 700; color: var(--text-2);
}
.pkg-cta {
  display: block; text-align: center;
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 500; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--text);
  border: 1px solid rgba(242,237,230,0.2);
  border-radius: var(--r-btn);
  padding: 12px 20px;
  transition: background 250ms var(--ease), border-color 250ms var(--ease);
}
.pkg-cta:hover { background: var(--orange); border-color: var(--orange); }

/* Option A — bouton avec prix intégré */
.pkg-cta-price {
  background: rgba(212,86,26,0.15);
  border-color: rgba(212,86,26,0.45);
  color: var(--orange);
  font-size: 13px; letter-spacing: 0.08em;
}
.pkg-cta-price:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

/* Featured card — middle one highlighted */
.pkg-featured {
  border-color: rgba(212,86,26,0.30);
  background: rgba(212,86,26,0.06);
  box-shadow:
    inset 0 1px 0 rgba(212,86,26,0.20),
    0 0 0 1px rgba(212,86,26,0.12),
    0 16px 48px rgba(212,86,26,0.10);
}
.pkg-featured::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, var(--orange), var(--orange-light));
  border-radius: var(--r-card) var(--r-card) 0 0;
}
.pkg-featured .pkg-cta {
  background: var(--orange); border-color: var(--orange);
}

/* ─── MARIAGE — OPTIONS strip ─── */
.pkg-options {
  grid-column: 1 / -1;
  border: 1px solid rgba(242,237,230,0.08);
  border-radius: var(--r-card);
  padding: 28px 36px;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 40px;
  align-items: center;
  background: rgba(255,255,255,0.015);
  position: relative;
  overflow: hidden;
}
.pkg-options::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(242,237,230,0.12), transparent);
}
.pkg-options-head {
  display: flex; flex-direction: column; gap: 4px;
  border-right: 1px solid rgba(242,237,230,0.07);
  padding-right: 40px;
  align-self: stretch;
  justify-content: center;
}
.pkg-options-title {
  font-family: var(--ff-display); font-size: 18px;
  font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text);
}
.pkg-options-sub {
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text-2);
}
.pkg-options-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 32px;
  list-style: none;
}
.pkg-options-list li {
  display: flex; flex-direction: column; gap: 2px;
}
.pkg-opt-name {
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 500; color: var(--text);
  line-height: 1.3;
}
.pkg-opt-price {
  font-family: var(--ff-body); font-size: 11px;
  font-weight: 400; color: var(--orange);
  letter-spacing: 0.02em;
}

/* ─── MARIAGE — Sur devis styling ─── */
.pkg-devis-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--ff-body); font-size: 9px;
  font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-2);
  border: 1px solid rgba(242,237,230,0.12);
  border-radius: 20px; padding: 4px 12px;
  margin-bottom: 20px; width: fit-content;
}
.pkg-devis-badge::before {
  content: '';
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 6px var(--teal);
  flex-shrink: 0;
}
.pkg-card-premium {
  border-color: rgba(26,175,206,0.20);
}
.pkg-card-premium::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(to right, var(--teal), rgba(26,175,206,0.3));
  border-radius: var(--r-card) var(--r-card) 0 0;
}
.pkg-card-premium .pkg-cta:hover {
  background: var(--teal); border-color: var(--teal);
}

/* Video services — grille 2×2 */
.video-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.vs-item {
  display: flex; flex-direction: column;
  gap: 0;
  padding: 32px 28px;
  border-radius: var(--r-card);
  transition: transform 250ms var(--ease), box-shadow 250ms var(--ease);
}
.vs-item:hover {
  transform: translateY(-4px);
  box-shadow:
    inset 0 1px 0 var(--glass-shine),
    0 0 0 1px rgba(212,86,26,0.25),
    0 16px 48px rgba(0,0,0,0.30);
}
.vs-number {
  font-family: var(--ff-display); font-size: 42px;
  font-weight: 800; color: var(--orange);
  opacity: 0.25; line-height: 1;
  margin-bottom: 16px;
  transition: opacity 250ms ease;
}
.vs-item:hover .vs-number { opacity: 0.9; }
.vs-content { flex: 1; display: flex; flex-direction: column; }
.vs-title {
  font-family: var(--ff-display); font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text);
  margin-bottom: 12px;
}
.vs-desc {
  font-family: var(--ff-body); font-size: 13px;
  font-weight: 400; color: var(--text-2);
  line-height: 1.65;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--sep);
}
.vs-content .pkg-features { margin-bottom: 20px; }
.vs-content .pkg-price    { margin-bottom: 20px; padding-top: 16px; }
.vs-item > .pkg-cta       { margin-top: auto; }

/* Services disclaimer */
.services-disclaimer {
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 400; color: var(--text-2);
  letter-spacing: 0.02em; text-align: center;
  margin-top: 56px; font-style: italic;
}

/* === CONTACT === */
.section-contact { background: var(--bg); }
.contact-wrap { max-width: 640px; }
.contact-form { display: flex; flex-direction: column; }
.form-row {
  padding: 20px 0;
  border-bottom: 1px solid var(--sep);
  display: flex; flex-direction: column; gap: 8px;
}
.form-row:first-child { padding-top: 0; }
.form-label {
  font-family: var(--ff-body); font-size: 10px;
  font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text-2);
}
.form-input, .form-select, .form-textarea {
  width: 100%; background: transparent;
  border: none;
  border-bottom: 1px solid rgba(242,237,230,0.18);
  padding: 10px 0; color: var(--text);
  font-family: var(--ff-body); font-size: 15px;
  outline: none; border-radius: 0;
  transition: border-color 200ms ease;
}
.form-input::placeholder,
.form-textarea::placeholder { color: var(--text-2); font-size: 14px; }
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-bottom-color: var(--orange);
}
.form-textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
.select-wrap { position: relative; }
.form-select { padding-right: 32px; color: var(--text-2); }
.form-select option { background: #1a1208; color: var(--text); }
.select-arrow {
  position: absolute; right: 8px; top: 50%;
  transform: translateY(-50%); font-size: 12px;
  color: var(--text-2); pointer-events: none;
}
.submit-btn {
  align-self: flex-start;
  font-family: var(--ff-body); font-size: 12px;
  font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--text);
  border: 1px solid rgba(212,86,26,0.4);
  border-radius: var(--r-btn); padding: 14px 32px;
  margin-top: 32px;
  background: rgba(212,86,26,0.08);
  backdrop-filter: blur(8px);
  transition: background 250ms var(--ease), border-color 250ms var(--ease);
}
.submit-btn:hover { background: var(--orange); border-color: var(--orange); }
.contact-confirm {
  padding: 48px 0;
  font-family: var(--ff-display); font-size: 24px;
  font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--text);
}
.contact-confirm[hidden] { display: none; }
.contact-links {
  display: flex; align-items: center; gap: 20px;
  margin-top: 64px; flex-wrap: wrap;
}
.contact-link {
  font-family: var(--ff-body); font-size: 13px;
  color: var(--text-2); letter-spacing: 0.04em;
  transition: color 200ms ease;
}
.contact-link:hover { color: var(--text); }
.contact-ig { display: flex; align-items: center; gap: 8px; }
.contact-sep { color: var(--text-2); user-select: none; }

/* === FOOTER === */
.site-footer { background: var(--bg); height: 60px; }
.footer-sep { height: 1px; background: var(--sep); }
.footer-inner {
  max-width: var(--max-w); margin: 0 auto;
  padding: 0 var(--pad); height: 60px;
  display: flex; align-items: center; justify-content: space-between;
}
.footer-copy {
  font-family: var(--ff-body); font-size: 11px;
  letter-spacing: 0.06em; color: var(--text-2);
}
.footer-links { display: flex; align-items: center; gap: 16px; }
.footer-link {
  font-family: var(--ff-body); font-size: 11px;
  letter-spacing: 0.06em; color: var(--text-2);
  transition: color 200ms ease;
}
.footer-link:hover { color: var(--text); }
.footer-dot { color: var(--sep); user-select: none; }

/* === REVEAL ANIMATIONS === */
.reveal-item {
  opacity: 0; transform: translateY(24px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.reveal-item.is-visible { opacity: 1; transform: translateY(0); }
.reveal-group .reveal-item:nth-child(1) { transition-delay: 0ms;   }
.reveal-group .reveal-item:nth-child(2) { transition-delay: 80ms;  }
.reveal-group .reveal-item:nth-child(3) { transition-delay: 160ms; }
.reveal-group .reveal-item:nth-child(4) { transition-delay: 240ms; }
.reveal-group .reveal-item:nth-child(5) { transition-delay: 320ms; }
.reveal-group .reveal-item:nth-child(6) { transition-delay: 400ms; }
.reveal-group .reveal-item:nth-child(7) { transition-delay: 480ms; }
.reveal-group .reveal-item:nth-child(8) { transition-delay: 560ms; }

@media (prefers-reduced-motion: reduce) {
  .reveal-item { opacity: 1; transform: none; transition: none; }
  body::after  { animation: none; }
  .scan-line   { display: none; }
}

/* === RESPONSIVE — TABLET ≤ 1024px === */
@media (max-width: 1024px) {
  :root { --pad: 40px; --nav-h: 60px; }
  .nav-links { gap: 20px; }
  .approche-grid { grid-template-columns: 260px 1fr; gap: 40px; }
  .approche-right { grid-column: 1 / -1; }
  .video-grid    { grid-template-columns: repeat(2, 1fr); }
  .masonry-gallery { column-count: 2; }
  .pkg-grid      { grid-template-columns: repeat(2, 1fr); }
  .pkg-grid .pkg-card:last-child { grid-column: 1 / -1; max-width: 400px; margin: 0 auto; }
  .video-services { grid-template-columns: 1fr; }
}

/* === RESPONSIVE — MOBILE ≤ 768px === */
@media (max-width: 768px) {
  :root { --pad: var(--pad-m); --nav-h: 56px; }
  .nav-links, .lang-toggle { display: none; }
  .hamburger { display: flex; }
  .hero-content { padding: 0 var(--pad-m) 60px; }
  .hero-counter { bottom: 60px; right: var(--pad-m); }
  .counter-number { font-size: 32px; }
  .section { padding: 80px 0; }
  .section-header { margin-bottom: 48px; }
  .video-grid { grid-template-columns: 1fr; gap: 16px; }
  .masonry-gallery { column-count: 1; }
  .approche-grid { grid-template-columns: 1fr; gap: 32px; }
  .approche-portrait { max-width: 280px; margin: 0 auto; }
  .approche-right { grid-column: auto; }
  .pkg-grid { grid-template-columns: 1fr; }
  .pkg-grid .pkg-card:last-child { grid-column: auto; max-width: none; }
  .pkg-tab { padding: 10px 28px; font-size: 16px; }
  .video-services { grid-template-columns: 1fr; gap: 16px; }
  .pkg-options { grid-template-columns: 1fr; gap: 20px; padding: 24px 20px; }
  .pkg-options-head { border-right: none; border-bottom: 1px solid rgba(242,237,230,0.07); padding-right: 0; padding-bottom: 16px; }
  .pkg-options-list { grid-template-columns: 1fr 1fr; }
  .vs-item { padding: 24px 20px; }
  .contact-links { gap: 12px; }
  .footer-inner { padding: 0 var(--pad-m); }
}
