/* Full 4K card dark mode background */
.full4k-dark-bg {
  background: #fffbe8;
  transition: background 0.3s;
}
@media (prefers-color-scheme: dark) {
  .full4k-dark-bg {
    background: #181818 !important;
    color: #fff;
    box-shadow: 0 0 0 1px #333 inset;
  }
  .full4k-dark-bg .btn-secondary {
    background: #222;
    color: #ffe082;
    border: 1px solid #ffe082;
  }
  .full4k-dark-bg .btn-secondary:hover {
    background: #ffe082;
    color: #181818;
  }
}
/* Fond noir pour Realização Full 4K du haut en mode sombre (PT) */
@media (prefers-color-scheme: dark) {
  .realizacao-full4k {
    background: #111 !important;
  }
  .realizacao-full4k h3,
  .realizacao-full4k p,
  .realizacao-full4k .price {
    color: #fff !important;
  }
  .realizacao-full4k strong {
    color: #ffe082 !important;
  }
}
/* Fond noir pour Realización Full 4K du haut en mode sombre */
@media (prefers-color-scheme: dark) {
  .realizacion-full4k {
    background: #111 !important;
  }
  .realizacion-full4k h4,
  .realizacion-full4k p,
  .realizacion-full4k .price {
    color: #fff !important;
  }
  .realizacion-full4k strong {
    color: #ffe082 !important;
  }
}
/* Fond noir pour le CTA final en mode sombre */
@media (prefers-color-scheme: dark) {
  .cta-final {
    background: #111 !important;
  }
  .cta-final-title {
    color: #fff !important;
  }
  .cta-final-desc {
    color: #eee !important;
  }
}

/* --- SOLO RECOMMENDATION BADGE DESIGN --- */
.recommendation-badge {
  display: inline-block;
  padding: 0.35em 1em;
  border-radius: 999px;
  background: linear-gradient(90deg, #23272f 0%, #181b20 100%);
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1.5px solid #444a56;
  box-shadow: 0 2px 8px rgba(30,30,40,0.18);
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0.5em;
}

/* Full 4K option card: force black background in dark theme on non-FR localized production-video pages */
body.page-video:not(.site-light-mode) .full4k-option {
  background: #0b0b0b !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45) !important;
}

@media (prefers-color-scheme: dark) {
  body.page-video .full4k-option {
    background: #0b0b0b !important;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45) !important;
  }
}
/* =====================================================
   WHITE GORILLA STUDIO - Stylesheet Principal
   Design moderne jungle avec identité premium
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

/* === VARIABLES CSS === */
:root {
  /* Couleurs thème noir/anthracite avec accents verts */
  --color-background: #080909;
  --color-surface: #141616;
  --color-surface-light: #1f2321;
  --color-border: #303633;
  --color-accent: #6ea44a;
  --color-accent-light: #9ec770;
  --color-accent-dark: #426f2f;
  --color-gold: #6ea44a;
  --color-gold-light: #9ec770;
  --color-gold-dark: #426f2f;
  --color-text: #F5F5F5;
  --color-text-muted: #b8bdb7;
  --color-white: #FFFFFF;
  --color-success: #4CAF50;
  --color-error: #F44336;
  
  /* Typographie */
  --font-heading: 'Space Grotesk', sans-serif;
  --font-body: 'Manrope', sans-serif;
  
  /* Espacements */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 6rem;
  
  /* Bordures */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  
  /* Ombres */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-accent: 0 8px 28px rgba(110, 164, 74, 0.2);
  --shadow-gold: 0 8px 28px rgba(110, 164, 74, 0.2);
  
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Accent drapeau a gauche du header, fondu vers le design de base */
  --header-locale-overlay: linear-gradient(90deg, transparent 0%, transparent 100%);
  --header-locale-flag-image: none;
  --header-locale-mask-size: 58% 100%;
  --header-locale-flag-size: 58% 100%;
  --header-locale-fade-size: var(--header-locale-mask-size);
  --header-locale-fade-mid: 32%;
  --header-locale-fade-end: 58%;
  --header-locale-flag-veil-dark: 0.28;
  --header-locale-flag-veil-light: 0.28;
}

html[lang^="fr"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/fr.png');
}

html[lang^="en"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/gb.png');
}

html[lang^="es"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/es.png');
  --header-locale-mask-size: 29% 100%;
  --header-locale-flag-size: 29% 100%;
  --header-locale-fade-mid: 16%;
  --header-locale-fade-end: 29%;
}

html[lang^="de"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/de.png');
}

html[lang^="pt"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/pt.png');
  --header-locale-mask-size: 29% 100%;
  --header-locale-flag-size: 29% 100%;
  --header-locale-fade-mid: 16%;
  --header-locale-fade-end: 29%;
}

html[lang^="ja"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/jp.png');
  --header-locale-mask-size: 29% 100%;
  --header-locale-flag-size: auto 100%;
  --header-locale-fade-mid: 16%;
  --header-locale-fade-end: 29%;
}

html[lang^="ko"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/kr.png');
  --header-locale-mask-size: 29% 100%;
  --header-locale-flag-size: auto 100%;
  --header-locale-fade-mid: 16%;
  --header-locale-fade-end: 29%;
}

html[lang^="tl"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/ph.png');
}

html[lang^="hi"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/in.png');
  --header-locale-mask-size: 29% 100%;
  --header-locale-flag-size: auto 100%;
  --header-locale-fade-mid: 16%;
  --header-locale-fade-end: 29%;
}

html[lang^="yue"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/hk.png');
  --header-locale-mask-size: 29% 100%;
  --header-locale-flag-size: auto 100%;
  --header-locale-fade-mid: 16%;
  --header-locale-fade-end: 29%;
}

html[lang^="zh"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/cn.png');
}

html[lang^="ru"] {
  --header-locale-flag-image: url('https://flagcdn.com/w320/ru.png');
}

html[lang^="ca"] {
  --header-locale-flag-image: repeating-linear-gradient(180deg,
    #fcd116 0%, #fcd116 11.11%,
    #c1001f 11.11%, #c1001f 22.22%
  );
  --header-locale-mask-size: 40% 100%;
  --header-locale-flag-size: 40% 100%;
  --header-locale-fade-mid: 22%;
  --header-locale-fade-end: 40%;
}

/* === RESET & BASE === */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(110, 164, 74, 0.08), transparent 60%),
    radial-gradient(1000px 500px at 100% 0%, rgba(66, 111, 47, 0.06), transparent 55%),
    linear-gradient(145deg, #060707 0%, #0e1010 55%, var(--color-surface) 100%);
  background-attachment: fixed;
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-photographie {
  --color-background: #f4ede2;
  --color-surface: #fbf5eb;
  --color-surface-light: #f2e6d4;
  --color-border: #ddc9ac;
  --color-accent: #b18b57;
  --color-accent-light: #c8a06a;
  --color-accent-dark: #8a6637;
  --color-gold: #b18b57;
  --color-gold-light: #c8a06a;
  --color-gold-dark: #8a6637;
  --color-text: #34281b;
  --color-text-muted: #746452;
  --color-white: #2d2218;
  --surface: var(--color-surface);
  --text-muted: var(--color-text-muted);
  background:
    radial-gradient(900px 500px at 8% -8%, rgba(201, 168, 76, 0.16), transparent 58%),
    radial-gradient(800px 460px at 100% 0%, rgba(110, 164, 74, 0.05), transparent 52%),
    linear-gradient(180deg, #f9f3ea 0%, #f3eadc 48%, #ebdfcd 100%);
  color: var(--color-text);
}

body.page-photographie.photo-dark-mode {
  --color-background: #080909;
  --color-surface: #141616;
  --color-surface-light: #1f2321;
  --color-border: #303633;
  --color-accent: #6ea44a;
  --color-accent-light: #9ec770;
  --color-accent-dark: #426f2f;
  --color-gold: #6ea44a;
  --color-gold-light: #9ec770;
  --color-gold-dark: #426f2f;
  --color-text: #f5f5f5;
  --color-text-muted: #b8bdb7;
  --color-white: #ffffff;
  --surface: var(--color-surface);
  --text-muted: var(--color-text-muted);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(110, 164, 74, 0.08), transparent 60%),
    radial-gradient(1000px 500px at 100% 0%, rgba(66, 111, 47, 0.06), transparent 55%),
    linear-gradient(145deg, #060707 0%, #0e1010 55%, var(--color-surface) 100%);
  color: var(--color-text);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition-fast);
}

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

/* === TYPOGRAPHIE === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--spacing-sm);
  color: var(--color-white);
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.01em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

p {
  margin-bottom: var(--spacing-sm);
  color: var(--color-text-muted);
}

.text-gold {
  color: var(--color-accent);
}

.text-center {
  text-align: center;
}

.text-muted {
  color: var(--color-text-muted);
}

/* === CONTAINER & LAYOUT === */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(20, 22, 22, 0.94), rgba(12, 13, 13, 0.96));
}

.grid {
  display: grid;
  gap: var(--spacing-md);
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-portfolio .grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.page-portfolio .grid-3.filtered-view {
  grid-template-columns: minmax(340px, 760px);
  justify-content: center;
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.logo-showcase {
  position: relative;
}

.media-carousel {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.media-carousel-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: carouselScroll 34s linear infinite;
}

.media-carousel-track-artists {
  animation-duration: 80s;
}

.media-carousel:hover .media-carousel-track {
  animation-play-state: paused;
}

.media-logo-card,
.media-artist-card {
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(110, 164, 74, 0.16);
  border-radius: var(--radius-lg);
  flex: 0 0 auto;
}

.media-logo-card {
  width: 150px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

.media-logo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-artist-card {
  width: 145px;
  overflow: hidden;
}

.media-artist-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  background: #0b0b0b;
  display: block;
}

.media-artist-card span {
  display: block;
  padding: 0.65rem 0.7rem 0.8rem;
  font-size: 0.8rem;
  color: var(--color-text);
  text-align: center;
}

.page-portfolio .logo-showcase {
  margin-bottom: 2rem !important;
}

.page-portfolio .portfolio-item img {
  object-fit: contain !important;
  background: #0b0b0b;
}

.page-portfolio .logo-showcase .text-center {
  margin-bottom: 1.25rem !important;
}

.trust-strip {
  padding: var(--spacing-md) 0;
}

.trust-strip + .section {
  padding-top: var(--spacing-md);
}

.trust-showcase {
  margin-bottom: 0;
}

.trust-carousel-track {
  align-items: stretch;
  animation-duration: 52s;
}

.trust-card {
  width: 168px;
  min-height: 148px;
  padding: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(110, 164, 74, 0.16);
  border-radius: var(--radius-lg);
  flex: 0 0 auto;
}

.trust-card img {
  width: 100%;
  height: 78px;
  object-fit: contain;
  background: #0b0b0b;
  border-radius: var(--radius-md);
  display: block;
}

.trust-card-artist img {
  height: 96px;
}

.trust-card span {
  font-size: 0.82rem;
  color: var(--color-text);
  text-align: center;
  line-height: 1.3;
}

.insta-showcase .media-carousel {
  mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
}

.insta-carousel-track {
  animation-duration: 42s;
}

.insta-link-card {
  width: 210px;
  min-height: 82px;
  padding: 1rem 1.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(110, 164, 74, 0.22);
  background: rgba(10, 10, 10, 0.86);
  color: var(--color-text);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast);
  flex: 0 0 auto;
}

.insta-link-card:hover {
  transform: translateY(-3px);
  border-color: var(--color-gold);
  color: var(--color-gold);
  background: rgba(18, 18, 18, 0.95);
}

.drone-video-slider {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
}

.drone-video-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32vw);
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.4rem 0.2rem 0.8rem;
  scrollbar-width: thin;
}

.drone-video-track::-webkit-scrollbar {
  height: 8px;
}

.drone-video-track::-webkit-scrollbar-thumb {
  background: rgba(110, 164, 74, 0.45);
  border-radius: 999px;
}

.drone-video-card {
  scroll-snap-align: start;
  background: rgba(10, 10, 10, 0.82);
  border: 1px solid rgba(110, 164, 74, 0.22);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.drone-video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #050505;
}

.drone-video-card h3 {
  margin: 0;
  padding: 0.8rem 0.9rem 0.9rem;
  font-size: 0.92rem;
  color: var(--color-text);
}

.drone-slider-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(110, 164, 74, 0.4);
  border-radius: 50%;
  background: rgba(12, 14, 14, 0.95);
  color: var(--color-gold);
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.drone-slider-btn:hover {
  transform: translateY(-2px);
  border-color: var(--color-gold);
}

.drone-slider-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.drone-quality-notice {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 0.88rem;
  color: var(--color-text-muted, rgba(200,200,200,0.55));
}

.drone-quality-notice a {
  color: var(--color-gold);
  text-decoration: none;
  font-weight: 600;
}

.drone-quality-notice a:hover {
  text-decoration: underline;
}

@keyframes carouselScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.flex {
  display: flex;
  gap: var(--spacing-sm);
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

/* === HEADER & NAVIGATION === */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(7, 11, 18, 0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--color-border);
  transition: var(--transition-normal);
  box-shadow: 0 8px 30px rgba(2, 6, 14, 0.45);
}

.header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 11, 18, var(--header-locale-flag-veil-dark)), rgba(7, 11, 18, var(--header-locale-flag-veil-dark))),
    linear-gradient(90deg, rgba(7, 11, 18, 0) 0%, rgba(7, 11, 18, 0.8) var(--header-locale-fade-mid), rgba(7, 11, 18, 1) var(--header-locale-fade-end), rgba(7, 11, 18, 1) 100%),
    var(--header-locale-flag-image);
  background-position: left center, left center, left center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: var(--header-locale-fade-size), 100% 100%, var(--header-locale-flag-size);
  pointer-events: none;
  z-index: 0;
}

body.site-light-mode .header::before {
  background-image:
    linear-gradient(rgba(252, 247, 239, var(--header-locale-flag-veil-light)), rgba(252, 247, 239, var(--header-locale-flag-veil-light))),
    linear-gradient(90deg, rgba(252, 247, 239, 0) 0%, rgba(252, 247, 239, 0.8) var(--header-locale-fade-mid), rgba(252, 247, 239, 1) var(--header-locale-fade-end), rgba(252, 247, 239, 1) 100%),
    var(--header-locale-flag-image);
}

.header.scrolled {
  box-shadow: var(--shadow-md);
  background: rgba(7, 11, 18, 0.96);
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.nav {
  flex: 1 1 auto;
  min-width: 0;
}

.logo {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo:hover {
  color: var(--color-gold-light);
}

.nav-list {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .nav-list {
    justify-content: center;
    gap: 0.4rem;
  }

  .nav-link {
    font-size: 0.9rem;
    padding: 0.35rem 0.6rem;
  }

  .nav-list > li > .btn.btn-sm {
    font-size: 0.82rem;
    padding: 0.55rem 1rem;
  }

  .language-select {
    min-width: 50px;
    max-width: 50px;
    font-size: 0.72rem;
    padding: 0.38rem 0.2rem;
  }

  .language-select-icon {
    width: 25px;
    height: 25px;
    font-size: 0.82rem;
  }

  .theme-toggle-switch {
    width: 44px;
    height: 25px;
  }

  .theme-toggle-thumb {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 1024px) {
  .header .container {
    height: 74px;
    gap: 0.65rem;
  }

  .nav-list {
    gap: 0.25rem;
  }

  .nav-link {
    font-size: 0.86rem;
    padding: 0.3rem 0.5rem;
  }

  .nav-list > li > .btn.btn-sm {
    font-size: 0.76rem;
    padding: 0.48rem 0.85rem;
  }

  .language-select {
    min-width: 46px;
    max-width: 46px;
    font-size: 0.68rem;
    padding: 0.34rem 0.15rem;
  }

  .language-select-icon {
    width: 22px;
    height: 22px;
    font-size: 0.72rem;
  }

  .theme-toggle-switch {
    width: 40px;
    height: 23px;
  }

  .theme-toggle-thumb {
    width: 15px;
    height: 15px;
  }
}

.nav-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-text);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--radius-sm);
  transition: var(--transition-fast);
  position: relative;
}

.nav-link:hover {
  color: var(--color-gold);
  background: rgba(110, 164, 74, 0.1);
}

.nav-link.active {
  color: var(--color-gold);
}

html[lang^="ja"] .nav-link,
html[lang^="ja"] .nav-list > li > .btn.btn-sm,
html[lang^="hi"] .nav-link,
html[lang^="hi"] .nav-list > li > .btn.btn-sm {
  font-size: 0.9rem;
}

html[lang^="ja"] .language-select,
html[lang^="hi"] .language-select {
  font-size: 0.68rem;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: var(--spacing-xs);
}

.mobile-menu-toggle span {
  width: 28px;
  height: 3px;
  background: var(--color-gold);
  border-radius: 2px;
  transition: var(--transition-fast);
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* === DROPDOWN MENU === */
.nav-item {
  position: relative;
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(20px);
  border: 2px solid var(--color-gold);
  border-radius: var(--radius-lg);
  padding: 1rem;
  margin-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-normal);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(110, 164, 74, 0.2);
  z-index: 1001;
}

.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0.5rem;
}

.nav-dropdown a {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.25rem;
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
  margin-bottom: 0.25rem;
  border-left: 3px solid transparent;
}

.nav-dropdown a:hover {
  background: linear-gradient(90deg, rgba(110, 164, 74, 0.15), rgba(110, 164, 74, 0.05));
  color: var(--color-gold);
  border-left-color: var(--color-gold);
  transform: translateX(4px);
}

.nav-dropdown a::before {
  content: '●';
  margin-right: 0.75rem;
  font-size: 0.5rem;
  color: var(--color-gold);
  opacity: 0.3;
  transition: all var(--transition-fast);
}

.nav-dropdown a:hover::before {
  opacity: 1;
  transform: scale(1.3);
}

.nav-link.has-dropdown::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.6;
  transition: all var(--transition-fast);
}

.nav-item:hover .nav-link.has-dropdown::after {
  opacity: 1;
  transform: translateY(2px);
}

/* === BOUTONS === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-xs);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  transition: var(--transition-fast);
  text-align: center;
  white-space: nowrap;
  border: 2px solid transparent;
}

.btn-primary {
  background: linear-gradient(135deg, rgba(110, 164, 74, 0.92), rgba(63, 111, 47, 0.92));
  backdrop-filter: blur(10px);
  color: var(--color-white);
  box-shadow: 0 10px 28px rgba(110, 164, 74, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(167, 201, 111, 0.45);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  background: linear-gradient(135deg, rgba(167, 201, 111, 0.98), rgba(110, 164, 74, 0.98));
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(110, 164, 74, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  background: rgba(11, 20, 34, 0.78);
  backdrop-filter: blur(10px);
  color: var(--color-accent);
  border-color: rgba(110, 164, 74, 0.45);
}

.btn-secondary:hover {
  background: rgba(110, 164, 74, 0.16);
  color: var(--color-accent-light);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-border);
}

.btn-outline:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  background: rgba(110, 164, 74, 0.08);
}

.btn-lg {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
}

.btn-sm {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
}

.theme-toggle-item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.language-selector-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: auto;
  flex: 0 0 auto;
}

.language-select-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

.language-select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.language-select-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(18, 20, 20, 0.82);
  border: 1px solid rgba(110, 164, 74, 0.22);
  font-size: 0.9rem;
  line-height: 1;
}

.language-select-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}

.language-select {
  min-width: 54px;
  max-width: 54px;
  padding: 0.36rem 0.2rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 164, 74, 0.28);
  background: rgba(18, 20, 20, 0.82);
  color: var(--color-text);
  font-size: 0.72rem;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast), box-shadow var(--transition-fast);
}

.language-select:hover {
  border-color: rgba(167, 201, 111, 0.5);
}

.language-select:focus-visible {
  outline: 2px solid rgba(167, 201, 111, 0.7);
  outline-offset: 2px;
}

.theme-toggle-switch {
  width: 48px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(110, 164, 74, 0.28);
  border-radius: 999px;
  background: rgba(18, 20, 20, 0.82);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  transition: background var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.theme-toggle-switch:hover {
  border-color: rgba(167, 201, 111, 0.5);
  box-shadow: 0 0 0 4px rgba(110, 164, 74, 0.08);
}

.theme-toggle-switch:focus-visible {
  outline: 2px solid rgba(167, 201, 111, 0.7);
  outline-offset: 2px;
}

.theme-toggle-track {
  width: 100%;
  height: 100%;
  padding: 3px;
  display: flex;
  align-items: center;
}

.theme-toggle-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6f0e6, #d7c3a3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transform: translateX(0);
  transition: transform var(--transition-fast), background var(--transition-fast);
}

.theme-toggle-switch.is-light {
  background: rgba(251, 245, 235, 0.95);
  border-color: rgba(186, 151, 96, 0.64);
}

.theme-toggle-switch.is-light:hover {
  border-color: rgba(186, 151, 96, 0.8);
  box-shadow: 0 0 0 4px rgba(186, 151, 96, 0.12);
}

.theme-toggle-switch.is-light:focus-visible {
  outline: 2px solid rgba(186, 151, 96, 0.75);
}

.theme-toggle-switch.is-light .theme-toggle-thumb {
  transform: translateX(20px);
  background: linear-gradient(135deg, #b18b57, #8b6a3d);
}

body.site-light-mode {
  --color-background: #f4ede2;
  --color-surface: #fbf5eb;
  --color-surface-light: #f2e6d4;
  --color-border: #ddc9ac;
  --color-accent: #b18b57;
  --color-accent-light: #c8a06a;
  --color-accent-dark: #8a6637;
  --color-gold: #b18b57;
  --color-gold-light: #c8a06a;
  --color-gold-dark: #8a6637;
  --color-text: #34281b;
  --color-text-muted: #746452;
  --color-white: #2d2218;
  --surface: var(--color-surface);
  --text-muted: var(--color-text-muted);
  background:
    radial-gradient(900px 500px at 8% -8%, rgba(201, 168, 76, 0.16), transparent 58%),
    radial-gradient(800px 460px at 100% 0%, rgba(110, 164, 74, 0.05), transparent 52%),
    linear-gradient(180deg, #f9f3ea 0%, #f3eadc 48%, #ebdfcd 100%);
  color: var(--color-text);
}

body.site-light-mode .header {
  background: rgba(249, 243, 234, 0.9);
  border-bottom: 1px solid rgba(221, 201, 172, 0.92);
  box-shadow: 0 10px 30px rgba(79, 56, 24, 0.08);
}

body.site-light-mode .header.scrolled {
  background: rgba(249, 243, 234, 0.96);
}

body.site-light-mode .nav-link {
  color: #2f2418;
  font-weight: 600;
}

body.site-light-mode .nav-link:hover,
body.site-light-mode .nav-link.active {
  color: #6f4c20;
  background: rgba(186, 151, 96, 0.16);
}

body.site-light-mode .nav-dropdown {
  background: rgba(251, 245, 235, 0.98);
  border-color: rgba(186, 151, 96, 0.34);
  box-shadow: 0 14px 28px rgba(79, 56, 24, 0.12);
}

body.site-light-mode .nav-dropdown a {
  color: #4a3a28;
}

body.site-light-mode .nav-dropdown a:hover {
  color: #8b6a3d;
  background: linear-gradient(90deg, rgba(186, 151, 96, 0.16), rgba(186, 151, 96, 0.07));
  border-left-color: #b18b57;
}

body.site-light-mode .btn-outline {
  background: rgba(251, 245, 235, 0.9);
  border-color: rgba(221, 201, 172, 0.95);
  color: #5f4a2f;
}

body.site-light-mode .btn-outline:hover {
  background: rgba(245, 234, 216, 0.98);
  border-color: rgba(186, 151, 96, 0.55);
  color: #7a5a31;
}

body.site-light-mode .language-select-label {
  color: #7a6856;
}

body.site-light-mode .language-select-icon {
  background: rgba(251, 245, 235, 0.95);
  border-color: rgba(221, 201, 172, 0.98);
}

body.site-light-mode .language-select {
  background: rgba(251, 245, 235, 0.95);
  border-color: rgba(221, 201, 172, 0.98);
  color: #5f4a2f;
}

body.site-light-mode .language-select:hover {
  border-color: rgba(186, 151, 96, 0.55);
}

body.site-light-mode .language-select:focus-visible {
  outline: 2px solid rgba(186, 151, 96, 0.75);
}

body.site-light-mode .btn-primary {
  background: linear-gradient(135deg, rgba(186, 151, 96, 0.95), rgba(139, 106, 61, 0.95));
  color: #fff8ef;
  border: 1px solid rgba(221, 201, 172, 0.8);
  box-shadow: 0 12px 28px rgba(139, 106, 61, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body.site-light-mode .btn-primary:hover {
  background: linear-gradient(135deg, rgba(203, 170, 120, 0.98), rgba(157, 120, 72, 0.98));
  box-shadow: 0 16px 36px rgba(139, 106, 61, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

body.site-light-mode .btn-secondary {
  background: rgba(186, 151, 96, 0.12);
  color: #7a5a31;
  border-color: rgba(186, 151, 96, 0.34);
}

body.site-light-mode .btn-secondary:hover {
  background: rgba(186, 151, 96, 0.18);
  color: #6a4e2c;
}

body.site-light-mode .hero {
  background:
    radial-gradient(900px 460px at 12% 0%, rgba(201, 168, 76, 0.16), transparent 56%),
    radial-gradient(860px 480px at 100% 8%, rgba(177, 139, 87, 0.1), transparent 58%),
    linear-gradient(180deg, rgba(250, 244, 235, 0.96), rgba(240, 228, 209, 0.94));
}

body.site-light-mode .hero::before {
  background: linear-gradient(135deg, rgba(30, 20, 10, 0.08), rgba(30, 20, 10, 0.16));
}

body.site-light-mode .hero-subtitle {
  color: #6f5c46;
}

body.site-light-mode .quick-links-section {
  background: linear-gradient(180deg, rgba(249, 243, 234, 0.42), rgba(245, 236, 223, 0.18));
}

body.site-light-mode .card,
body.site-light-mode .pricing-card {
  background: linear-gradient(160deg, rgba(252, 247, 239, 0.97), rgba(243, 233, 218, 0.99));
  border: 1px solid rgba(221, 201, 172, 0.92);
  box-shadow: 0 12px 32px rgba(186, 151, 96, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

body.site-light-mode .card:hover,
body.site-light-mode .pricing-card:hover {
  border-color: rgba(186, 151, 96, 0.48);
  box-shadow: 0 16px 40px rgba(186, 151, 96, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  background: linear-gradient(160deg, rgba(253, 249, 242, 0.99), rgba(239, 227, 210, 1));
}

body.site-light-mode .section-alt {
  background: linear-gradient(180deg, rgba(245, 236, 223, 0.82), rgba(236, 223, 202, 0.92));
}

body.site-light-mode .media-logo-card,
body.site-light-mode .media-artist-card,
body.site-light-mode .trust-card,
body.site-light-mode .insta-link-card,
body.site-light-mode .drone-video-card,
body.site-light-mode .stat-item,
body.site-light-mode .testimonial,
body.site-light-mode .formations-spotlight-card {
  background: linear-gradient(160deg, rgba(252, 247, 239, 0.97), rgba(243, 233, 218, 0.99));
  border-color: rgba(221, 201, 172, 0.92);
  box-shadow: 0 16px 34px rgba(79, 56, 24, 0.08);
}

body.site-light-mode .media-logo-card img,
body.site-light-mode .media-artist-card img,
body.site-light-mode .trust-card img,
body.site-light-mode .drone-video-card video,
body.site-light-mode .page-portfolio .portfolio-item img {
  background: rgba(246, 238, 225, 0.92);
}

body.site-light-mode .media-artist-card span,
body.site-light-mode .trust-card span,
body.site-light-mode .insta-link-card,
body.site-light-mode .drone-video-card h3,
body.site-light-mode .drone-quality-notice,
body.site-light-mode .stat-label,
body.site-light-mode .testimonial-role {
  color: #6f5f4b;
}

body.site-light-mode .media-carousel,
body.site-light-mode .insta-showcase .media-carousel {
  mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent);
}

body.site-light-mode .insta-link-card:hover,
body.site-light-mode .media-logo-card:hover,
body.site-light-mode .media-artist-card:hover,
body.site-light-mode .trust-card:hover,
body.site-light-mode .drone-video-card:hover,
body.site-light-mode .formations-spotlight-card:hover {
  border-color: rgba(186, 151, 96, 0.48);
  box-shadow: 0 20px 40px rgba(186, 151, 96, 0.14);
}

body.site-light-mode .insta-link-card:hover {
  background: linear-gradient(160deg, rgba(253, 249, 242, 0.99), rgba(239, 227, 210, 1));
  color: #7a5a31;
}

body.site-light-mode .drone-slider-btn {
  border-color: rgba(186, 151, 96, 0.42);
  background: rgba(251, 245, 235, 0.96);
  color: #8b6a3d;
}

body.site-light-mode .drone-slider-btn:hover {
  border-color: rgba(186, 151, 96, 0.7);
  background: rgba(245, 234, 216, 0.98);
}

body.site-light-mode .drone-video-track::-webkit-scrollbar-thumb {
  background: rgba(186, 151, 96, 0.5);
}

body.site-light-mode .card-icon {
  background: linear-gradient(135deg, rgba(186, 151, 96, 0.12), rgba(186, 151, 96, 0.04));
  border-color: rgba(186, 151, 96, 0.24);
  color: #8b6a3d;
}

body.site-light-mode .card-title,
body.site-light-mode .testimonial-name,
body.site-light-mode .stat-number,
body.site-light-mode .pricing-price,
body.site-light-mode .pricing-name {
  color: #2f2418;
}

body.site-light-mode .card-text,
body.site-light-mode .card-price-label,
body.site-light-mode .card-features li,
body.site-light-mode .testimonial-quote,
body.site-light-mode .formations-spotlight-points p {
  color: #6f5f4b;
}

body.site-light-mode .card-price,
body.site-light-mode .testimonial-stars {
  color: #8b6a3d;
}

body.site-light-mode .phase-number {
  background: linear-gradient(135deg, #b58a4d, #8b642f);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(139, 100, 47, 0.28);
}

body.site-light-mode .pricing-card.featured {
  border-color: rgba(186, 151, 96, 0.72);
  box-shadow: 0 20px 44px rgba(186, 151, 96, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  background: linear-gradient(165deg, rgba(251, 244, 233, 1), rgba(238, 225, 204, 1));
  position: relative;
  overflow: visible;
}

body.site-light-mode .pricing-card.featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(186, 151, 96, 0.8), transparent);
}

body.site-light-mode .pricing-card.featured::before {
  background: linear-gradient(135deg, #b18b57, rgba(186, 151, 96, 0.92));
  color: #fffaf1;
  padding: 0.35rem 1.2rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(186, 151, 96, 0.28);
}

body.site-light-mode .feature-list li {
  color: #3c2f21;
  border-bottom-color: rgba(221, 201, 172, 0.42);
}

body.site-light-mode .card-features li::before {
  color: #b18b57;
}

body.site-light-mode .formations-spotlight-header .text-muted,
body.site-light-mode .formations-spotlight-header p {
  color: #746452;
}

body.site-light-mode .pricing-card:hover,
body.site-light-mode .card:hover {
  background: linear-gradient(160deg, rgba(253, 249, 242, 0.99), rgba(239, 227, 210, 1));
}

body.site-light-mode .footer {
  background: linear-gradient(180deg, rgba(241, 232, 218, 0.95), rgba(232, 219, 196, 0.98));
  border-top: 1px solid rgba(221, 201, 172, 0.92);
}

body.site-light-mode .footer p,
body.site-light-mode .footer li,
body.site-light-mode .footer a {
  color: #6f5f4b;
}

body.site-light-mode .footer a:hover {
  color: #8b6a3d;
}

body.site-light-mode .whatsapp-button,
body.site-light-mode .whatsapp-btn {
  background: linear-gradient(135deg, rgba(186, 151, 96, 0.96), rgba(139, 106, 61, 0.96));
  box-shadow: 0 12px 30px rgba(139, 106, 61, 0.28);
}

body.site-light-mode .whatsapp-button:hover,
body.site-light-mode .whatsapp-btn:hover {
  box-shadow: 0 14px 34px rgba(139, 106, 61, 0.34);
}

body.site-light-mode .back-to-top {
  border: 1px solid rgba(186, 151, 96, 0.48);
  background: rgba(251, 245, 235, 0.96);
  color: #6f4c20;
  box-shadow: 0 12px 28px rgba(139, 106, 61, 0.18);
}

body.site-light-mode .back-to-top:hover {
  background: rgba(245, 234, 216, 0.98);
  border-color: rgba(186, 151, 96, 0.7);
  color: #8b6a3d;
}

.formations-spotlight {
  padding-top: 1rem;
  padding-bottom: 1.75rem;
}

.formations-spotlight-card {
  background: linear-gradient(150deg, rgba(24, 29, 26, 0.96), rgba(14, 16, 16, 0.98));
  border: 1px solid rgba(110, 164, 74, 0.42);
  border-radius: var(--radius-lg);
  padding: clamp(1.25rem, 2.5vw, 2rem);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
}

.formations-spotlight-header {
  text-align: center;
  margin-bottom: 1rem;
}

.formations-spotlight-header h2 {
  margin-bottom: 0.35rem;
}

.formations-spotlight-points {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
}

.formations-spotlight-points p {
  margin: 0;
  color: var(--color-text);
  font-size: clamp(0.96rem, 1.4vw, 1.06rem);
  line-height: 1.45;
}

.formations-spotlight-cta {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.quick-links-section {
  padding: 0.75rem 0 0;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.quick-link-btn {
  padding: 0.7rem 1.1rem;
  font-size: 0.9rem;
  min-width: 0;
  background: rgba(18, 20, 20, 0.78);
  border-color: rgba(110, 164, 74, 0.22);
}

.photo-theme-toggle {
  font-weight: 700;
}

.photo-theme-toggle-hero {
  min-width: 170px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-photographie .photo-theme-toggle {
  background: rgba(251, 245, 235, 0.95);
  border-color: rgba(221, 201, 172, 0.98);
  color: #5f4a2f;
}

.page-photographie .photo-theme-toggle-hero {
  background: rgba(255, 250, 242, 0.96);
  border-color: rgba(186, 151, 96, 0.7);
  color: #6f4c20;
}

.page-photographie .photo-theme-toggle:hover {
  background: rgba(245, 234, 216, 0.98);
  border-color: rgba(186, 151, 96, 0.55);
  color: #7a5a31;
}

.page-photographie .photo-theme-toggle[aria-pressed='true'] {
  background: rgba(239, 225, 201, 0.95);
  border-color: rgba(186, 151, 96, 0.72);
  color: #6f4c20;
}

.page-photographie .photo-theme-toggle:focus-visible {
  outline: 2px solid rgba(186, 151, 96, 0.75);
  outline-offset: 2px;
}

.quick-link-btn:hover {
  border-color: rgba(167, 201, 111, 0.5);
  background: rgba(110, 164, 74, 0.08);
}

.page-photographie .header {
  background: rgba(249, 243, 234, 0.9);
  border-bottom: 1px solid rgba(221, 201, 172, 0.92);
  box-shadow: 0 8px 32px rgba(79, 56, 24, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.page-photographie .header .container {
  justify-content: center;
}

.page-photographie .nav {
  flex: 0 1 100%;
}

.page-photographie .nav-list {
  justify-content: center;
  gap: 0.65rem;
}

.page-photographie .theme-toggle-item {
  margin-right: 0.35rem;
}

.page-photographie .language-selector-item {
  margin-left: auto;
}

.page-photographie .header.scrolled {
  background: rgba(249, 243, 234, 0.96);
}

.page-photographie .nav-link {
  color: #2f2418;
  font-weight: 600;
}

.page-photographie .nav-link:hover {
  color: #6f4c20;
  background: rgba(186, 151, 96, 0.16);
}

.page-photographie .nav-link.active {
  color: #6f4c20;
}

.page-photographie .nav-dropdown {
  background: rgba(251, 245, 235, 0.98);
  border-color: rgba(186, 151, 96, 0.34);
  box-shadow: 0 14px 28px rgba(79, 56, 24, 0.12);
}

.page-photographie .nav-dropdown a {
  color: #4a3a28;
}

.page-photographie .nav-dropdown a:hover {
  color: #8b6a3d;
  background: linear-gradient(90deg, rgba(186, 151, 96, 0.16), rgba(186, 151, 96, 0.07));
  border-left-color: #b18b57;
}

.page-photographie .btn-outline,
.page-photographie .quick-link-btn {
  background: rgba(251, 245, 235, 0.86);
  border-color: rgba(221, 201, 172, 0.95);
}

.page-photographie .quick-links-section {
  background: linear-gradient(180deg, rgba(249, 243, 234, 0.42), rgba(245, 236, 223, 0.18));
}

.page-photographie.photo-dark-mode .header {
  background: rgba(7, 11, 18, 0.88);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 8px 30px rgba(2, 6, 14, 0.45);
}

.page-photographie.photo-dark-mode .header.scrolled {
  background: rgba(7, 11, 18, 0.96);
}

.page-photographie.photo-dark-mode .nav-link {
  color: var(--color-text);
}

.page-photographie.photo-dark-mode .nav-link:hover,
.page-photographie.photo-dark-mode .nav-link.active {
  color: var(--color-gold);
  background: rgba(110, 164, 74, 0.12);
}

.page-photographie.photo-dark-mode .nav-dropdown {
  background: rgba(10, 10, 10, 0.98);
  border-color: var(--color-gold);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(110, 164, 74, 0.2);
}

.page-photographie.photo-dark-mode .nav-dropdown a {
  color: var(--color-text);
}

.page-photographie.photo-dark-mode .nav-dropdown a:hover {
  color: var(--color-gold);
  background: linear-gradient(90deg, rgba(110, 164, 74, 0.15), rgba(110, 164, 74, 0.05));
  border-left-color: var(--color-gold);
}

.page-photographie.photo-dark-mode .btn-outline,
.page-photographie.photo-dark-mode .quick-link-btn {
  background: rgba(18, 20, 20, 0.78);
  border-color: rgba(110, 164, 74, 0.28);
  color: var(--color-text);
}

.page-photographie.photo-dark-mode .btn-outline:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
  background: rgba(110, 164, 74, 0.12);
}

.page-photographie.photo-dark-mode .btn-secondary {
  background: rgba(11, 20, 34, 0.78);
  color: var(--color-accent);
  border-color: rgba(110, 164, 74, 0.45);
}

.page-photographie.photo-dark-mode .btn-secondary:hover {
  background: rgba(110, 164, 74, 0.16);
  color: var(--color-accent-light);
}

.page-photographie.photo-dark-mode .btn-primary {
  background: linear-gradient(135deg, rgba(110, 164, 74, 0.95), rgba(66, 111, 47, 0.95));
  color: var(--color-white);
  border: 1px solid rgba(110, 164, 74, 0.5);
  box-shadow: 0 10px 24px rgba(66, 111, 47, 0.32);
}

.page-photographie.photo-dark-mode .btn-primary:hover {
  background: linear-gradient(135deg, rgba(126, 178, 89, 0.98), rgba(80, 132, 58, 0.98));
  box-shadow: 0 12px 30px rgba(66, 111, 47, 0.4);
}

.page-photographie.photo-dark-mode .quick-links-section {
  background: transparent;
}

.page-photographie.photo-dark-mode .hero {
  background: url('images/studio-green-wall.jpg') center/cover no-repeat;
}

.page-photographie.photo-dark-mode .hero::before {
  background: linear-gradient(135deg, rgba(7, 8, 8, 0.74), rgba(16, 18, 17, 0.84));
}

.page-photographie.photo-dark-mode .hero-title {
  color: var(--color-white);
}

.page-photographie.photo-dark-mode .hero-professionnelle {
  color: var(--color-accent);
}

.page-photographie.photo-dark-mode .hero-subtitle {
  color: var(--color-text-muted);
  text-shadow: none;
}

.page-photographie.photo-dark-mode .card,
.page-photographie.photo-dark-mode .pricing-card {
  background: linear-gradient(160deg, rgba(20, 24, 22, 0.9), rgba(14, 16, 16, 0.94));
  border: 1px solid rgba(110, 164, 74, 0.3);
  box-shadow: 0 12px 34px rgba(3, 8, 17, 0.36);
}

.page-photographie.photo-dark-mode .card:hover,
.page-photographie.photo-dark-mode .pricing-card:hover {
  border-color: rgba(167, 201, 111, 0.52);
  box-shadow: 0 16px 44px rgba(110, 164, 74, 0.18);
  background: linear-gradient(160deg, rgba(24, 29, 26, 0.94), rgba(16, 18, 17, 0.96));
}

.page-photographie.photo-dark-mode .pricing-card.featured {
  border-color: var(--color-gold);
  box-shadow: var(--shadow-gold);
  background: linear-gradient(145deg, rgba(28, 34, 29, 0.96), rgba(15, 17, 16, 0.98));
}

.page-photographie.photo-dark-mode .pricing-card.featured::before {
  background: var(--color-gold);
  color: var(--color-background);
}

.page-photographie.photo-dark-mode .featured-badge {
  background: rgba(110, 164, 74, 0.2);
  border-color: rgba(110, 164, 74, 0.35);
  color: var(--color-gold-light);
}

.page-photographie.photo-dark-mode .price {
  color: var(--color-gold-light);
}

.page-photographie.photo-dark-mode .feature-list li {
  color: var(--color-text);
  border-bottom: 1px solid rgba(110, 164, 74, 0.2);
}

.page-photographie.photo-dark-mode #types.section,
.page-photographie.photo-dark-mode .section[style*='background: var(--surface);'] {
  background: linear-gradient(180deg, rgba(20, 22, 22, 0.94), rgba(12, 13, 13, 0.96));
}

.page-photographie.photo-dark-mode .footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.page-photographie.photo-dark-mode .footer p,
.page-photographie.photo-dark-mode .footer li,
.page-photographie.photo-dark-mode .footer a {
  color: var(--color-text-muted);
}

.page-photographie.photo-dark-mode .footer a:hover {
  color: var(--color-gold);
}

.page-photographie .btn-outline:hover {
  background: rgba(186, 151, 96, 0.1);
  border-color: rgba(186, 151, 96, 0.55);
  color: #8b6a3d;
}

.page-photographie .btn-primary {
  background: linear-gradient(135deg, rgba(186, 151, 96, 0.95), rgba(139, 106, 61, 0.95));
  color: #fff8ef;
  border: 1px solid rgba(221, 201, 172, 0.8);
  box-shadow: 0 10px 24px rgba(139, 106, 61, 0.25);
}

.page-photographie .btn-primary:hover {
  background: linear-gradient(135deg, rgba(203, 170, 120, 0.98), rgba(157, 120, 72, 0.98));
  box-shadow: 0 12px 30px rgba(139, 106, 61, 0.3);
}

.page-photographie .btn-secondary {
  background: rgba(186, 151, 96, 0.12);
  color: #7a5a31;
  border-color: rgba(186, 151, 96, 0.34);
}

.page-photographie .btn-secondary:hover {
  background: rgba(186, 151, 96, 0.18);
  color: #6a4e2c;
}

.concert-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 1rem;
  max-width: 1100px;
  margin: 2rem auto 0;
}

.concert-showcase-item h4 {
  text-align: center;
  margin-bottom: 0.75rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.live-memorial-band {
  width: min(1400px, calc(100vw - (var(--spacing-md) * 2)));
  margin: 1.5rem calc(50% - 50vw + var(--spacing-md)) 2.5rem;
}

.live-memorial-band h4 {
  text-align: center;
  margin-bottom: 0.75rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.live-memorial-band .memorial-showcase {
  margin-bottom: 0;
}

.concert-frame,
.concert-mini-carousel {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(201, 168, 76, 0.2);
  box-shadow: var(--shadow-sm);
}

.concert-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.concert-carousel-fill {
  position: absolute;
  inset: 0;
  margin-bottom: 0;
}

.concert-carousel-fill .memorial-carousel {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.concert-carousel-fill .media-carousel-track {
  height: 100%;
  align-items: stretch;
  padding: 0.35rem 0;
}

.concert-carousel-fill .media-artist-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.concert-carousel-fill .media-artist-card img {
  height: calc(100% - 34px);
  min-height: 72px;
}

.concert-carousel-fill .eglise-carousel-track .media-artist-card {
  justify-content: center;
}

.concert-carousel-fill .eglise-carousel-track .media-artist-card img {
  object-position: center;
}

.concert-double-stack {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.concert-double-stack-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.6rem;
}

.concert-stack-panel {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.concert-stack-label {
  margin: 0 0 0.35rem;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.concert-stack-panel .memorial-showcase {
  flex: 1;
  display: flex;
  margin-bottom: 0;
}

.concert-stack-panel .memorial-carousel {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.concert-stack-panel .media-carousel-track {
  height: 100%;
  align-items: stretch;
  padding: 0.35rem 0;
}

.concert-stack-panel .media-artist-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.concert-stack-panel .media-artist-card img {
  height: calc(100% - 34px);
  min-height: 72px;
}

.memorial-showcase {
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #0b0b0b;
  box-shadow: var(--shadow-sm);
}

.memorial-carousel {
  mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent);
}

.memorial-carousel-track {
  align-items: stretch;
  animation-duration: 125s;
}

.memorial-carousel-track .media-artist-card {
  width: 165px;
}

.memorial-carousel-track .media-artist-card img {
  height: 120px;
  object-fit: cover;
}

.memorial-carousel-track .media-artist-card img,
.eglise-carousel-track .media-artist-card img {
  cursor: zoom-in;
}

.memorial-carousel-track .media-artist-card span {
  font-size: 0.74rem;
}

.eglise-carousel-track {
  align-items: stretch;
  animation-duration: 38s;
}

.eglise-carousel-track .media-artist-card {
  width: 165px;
}

.eglise-carousel-track .media-artist-card img {
  height: 120px;
  object-fit: cover;
}

.eglise-carousel-track .media-artist-card span {
  font-size: 0.74rem;
}

.carousel-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.72);
  padding: 1.25rem;
}

.carousel-lightbox.active {
  display: flex;
}

.carousel-lightbox-dialog {
  position: relative;
  width: min(920px, 92vw);
  max-height: 86vh;
  background: #111;
  border: 1px solid rgba(201, 168, 76, 0.35);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.carousel-lightbox-image {
  width: 100%;
  max-height: calc(86vh - 48px);
  object-fit: contain;
  display: block;
  background: #050505;
}

.carousel-lightbox-caption {
  display: block;
  padding: 0.7rem 1rem 0.9rem;
  color: var(--color-text-muted);
  font-size: 0.88rem;
  text-align: center;
}

.carousel-lightbox-close {
  position: absolute;
  top: 0.45rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-open {
  overflow: hidden;
}

/* === HERO SECTION === */
/* Réduction de la marge supérieure pour la hero EN */
/* Marge supérieure très réduite pour la hero EN */
.hero {
  margin-top: 0.5rem;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(120px + var(--spacing-xl)) var(--spacing-lg) 2.5rem;
  position: relative;
  overflow: hidden;
  background: url('images/studio-green-wall.jpg') center/cover no-repeat;
}

.page-portfolio .hero {
  min-height: 30vh;
  padding: calc(80px + 1.5rem) var(--spacing-md) 1.5rem;
}

.page-portfolio .hero-title {
  margin-bottom: 0.75rem;
}

.page-portfolio .hero-subtitle {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 8, 8, 0.74), rgba(16, 18, 17, 0.84));
  pointer-events: none;
}

.page-photographie .hero {
  background: linear-gradient(135deg, rgba(250, 245, 236, 0.97), rgba(236, 223, 202, 0.99));
}

.page-photographie .hero::before {
  content: none;
}

.page-photographie .hero-title {
  text-shadow: 0 8px 24px rgba(117, 93, 56, 0.08);
  color: #2f2418;
}

.page-photographie .hero-photographie {
  color: inherit;
  font-weight: 800;
}

.page-photographie .hero-professionnelle {
  color: #8b6a3d;
  font-weight: 800;
}

.page-photographie .hero-subtitle {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.page-video .hero::before {
  content: none;
}

body.page-video .pricing-card.featured::before,
body.page-video.site-light-mode .pricing-card.featured::before {
  content: none !important;
}

.page-drone .hero::before,
.page-drone-photo .hero::before {
  content: none;
}

.page-home .hero {
  min-height: 56vh;
  padding: calc(80px + 2.25rem) var(--spacing-md) 0.35rem;
}

.page-home #chiffres-cles.section {
  padding-top: 2.25rem;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.hero-title {
  margin-bottom: 2rem;
  font-size: clamp(2.5rem, 5vw, 4rem);
  text-align: center;
  animation: fadeInUp 0.8s ease;
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  color: var(--color-text-muted);
  margin-bottom: 1.75rem;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-teaser {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: var(--color-gold);
  margin-bottom: var(--spacing-md);
  animation: fadeInUp 0.8s ease 0.3s both;
  font-weight: 500;
}

.hero-cta {
  display: flex;
  gap: var(--spacing-sm);
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.4s both;
}

/* === CARDS === */
.card {
  background: linear-gradient(160deg, rgba(20, 24, 22, 0.9), rgba(14, 16, 16, 0.94));
  backdrop-filter: blur(10px);
  border: 1px solid rgba(110, 164, 74, 0.3);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
  transition: var(--transition-normal);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 34px rgba(3, 8, 17, 0.36), inset 0 1px 0 rgba(167, 201, 111, 0.12);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110, 164, 74, 0.4), transparent);
  opacity: 0;
  transition: opacity var(--transition-normal);
}

.card:hover {
  border-color: rgba(167, 201, 111, 0.52);
  box-shadow: 0 16px 44px rgba(110, 164, 74, 0.18), inset 0 1px 0 rgba(167, 201, 111, 0.18);
  transform: translateY(-4px);
  background: linear-gradient(160deg, rgba(24, 29, 26, 0.94), rgba(16, 18, 17, 0.96));
}

.card:hover::before {
  opacity: 1;
}

.page-photographie .card {
  background: linear-gradient(160deg, rgba(252, 247, 239, 0.97), rgba(243, 233, 218, 0.99));
  border: 1px solid rgba(221, 201, 172, 0.92);
  box-shadow: 0 16px 34px rgba(79, 56, 24, 0.08);
}

.page-photographie .card:hover {
  border-color: rgba(186, 151, 96, 0.48);
  box-shadow: 0 20px 40px rgba(186, 151, 96, 0.14);
  background: linear-gradient(160deg, rgba(253, 249, 242, 0.99), rgba(239, 227, 210, 1));
}

.page-photographie .section-alt {
  background: linear-gradient(180deg, rgba(245, 236, 223, 0.82), rgba(236, 223, 202, 0.92));
}

.page-photographie .pricing-card {
  background: linear-gradient(165deg, rgba(252, 247, 240, 0.98), rgba(242, 232, 216, 0.98));
  border: 1px solid rgba(221, 201, 172, 0.95);
  box-shadow: 0 18px 36px rgba(79, 56, 24, 0.08);
}

.page-photographie .pricing-card:hover {
  border-color: rgba(186, 151, 96, 0.58);
  box-shadow: 0 22px 42px rgba(186, 151, 96, 0.16);
}

.page-photographie .pricing-card.featured {
  border-color: rgba(186, 151, 96, 0.72);
  box-shadow: 0 24px 46px rgba(186, 151, 96, 0.18);
  background: linear-gradient(165deg, rgba(251, 244, 233, 1), rgba(238, 225, 204, 1));
}

.page-photographie .pricing-card.featured::before {
  content: none;
}


.featured-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 1rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(186, 151, 96, 0.18); /* Soft gold background */
  border: 1.5px solid rgba(186, 151, 96, 0.42); /* Gold border */
  color: #8b6a3d; /* Deep gold text */
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(186, 151, 96, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}



.page-photographie .price {
  color: #8b6a3d;
  font-family: var(--font-heading);
  font-weight: 700;
}

.page-photographie .feature-list {
  text-align: left;
  display: grid;
  gap: 0.7rem;
  margin: 0;
}

.page-photographie .feature-list li {
  color: var(--color-text);
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(221, 201, 172, 0.42);
}

.page-photographie .feature-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-photographie #types.section,
.page-photographie .section[style*='background: var(--surface);'] {
  background: linear-gradient(180deg, rgba(250, 244, 235, 0.86), rgba(243, 233, 218, 0.92));
}

.page-photographie .text-center p {
  color: var(--color-text-muted);
}

.page-photographie .footer {
  background: linear-gradient(180deg, rgba(241, 232, 218, 0.95), rgba(232, 219, 196, 0.98));
  border-top: 1px solid rgba(221, 201, 172, 0.92);
}

.page-photographie .footer a:hover {
  color: #8b6a3d;
}

.page-photographie .footer p,
.page-photographie .footer li,
.page-photographie .footer a {
  color: #6f5f4b;
}

.card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(110, 164, 74, 0.1), rgba(110, 164, 74, 0.05));
  border: 1px solid rgba(110, 164, 74, 0.2);
  border-radius: var(--radius-md);
  margin-bottom: var(--spacing-sm);
  color: var(--color-gold);
  font-size: 1.5rem;
}

.card-title {
  font-size: 1.5rem;
  margin-bottom: var(--spacing-sm);
  color: var(--color-white);
}

.card-text {
  color: var(--color-text-muted);
  flex-grow: 1;
  margin-bottom: var(--spacing-sm);
}

.card-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-gold);
  margin: var(--spacing-sm) 0;
}

.card-price-label {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-top: 0.25rem;
}

.card-features {
  list-style: none;
  margin: var(--spacing-sm) 0;
  flex: 1 1 auto;
}

.card-features li {
  padding: var(--spacing-xs) 0;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xs);
  color: var(--color-text-muted);
}

.card-features li::before {
  content: '✓';
  color: var(--color-gold);
  font-weight: 700;
  flex-shrink: 0;
}

/* === STATS === */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--spacing-md);
  padding: var(--spacing-md) 0;
}

.stat-item {
  text-align: center;
  padding: var(--spacing-md);
  border: 1px solid rgba(110, 164, 74, 0.28);
  border-radius: var(--radius-md);
  background: rgba(18, 20, 20, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--font-heading);
  line-height: 1;
  margin-bottom: var(--spacing-xs);
}

.stat-label {
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

/* === TESTIMONIALS === */
.testimonial {
  background: linear-gradient(160deg, rgba(20, 24, 22, 0.92), rgba(14, 16, 16, 0.95));
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
  position: relative;
}

.testimonial-quote {
  font-size: 1.125rem;
  font-style: italic;
  color: var(--color-text);
  margin-bottom: var(--spacing-sm);
  line-height: 1.8;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-sm);
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-background);
  font-weight: 700;
  font-size: 1.25rem;
}

.testimonial-name {
  font-weight: 600;
  color: var(--color-white);
}

.testimonial-role {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.testimonial-stars {
  color: var(--color-gold);
  margin-bottom: var(--spacing-xs);
}

/* === PRICING PACKS === */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-md);
  margin-top: var(--spacing-lg);
}

.pricing-card {
  background: linear-gradient(160deg, rgba(20, 24, 22, 0.92), rgba(14, 16, 16, 0.96));
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  text-align: center;
  transition: var(--transition-normal);
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.pricing-card:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.pricing-card.featured {
  border-color: var(--color-gold);
  box-shadow: 0 16px 40px rgba(110, 164, 74, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: scale(1.05);
  background: linear-gradient(145deg, rgba(28, 34, 29, 0.96), rgba(15, 17, 16, 0.98));
  position: relative;
  overflow: visible;
}

.pricing-card.featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(167, 201, 111, 0.6), transparent);
}

.pricing-card.featured::before {
  content: 'RECOMMANDÉ';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--color-gold), rgba(110, 164, 74, 0.95));
  color: var(--color-background);
  padding: 0.35rem 1.2rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(110, 164, 74, 0.25);
}

.pricing-card:hover {
  border-color: var(--color-gold);
  transform: translateY(-8px);
  box-shadow: var(--shadow-gold);
}

.pricing-header {
  margin-bottom: var(--spacing-md);
}

.pricing-name {
  font-size: 1.75rem;
  color: var(--color-gold);
  margin-bottom: var(--spacing-xs);
}

.pricing-price {
  font-size: clamp(1.4rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--font-heading);
  white-space: nowrap;
}

.pricing-period {
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

.pricing-features {
  list-style: none;
  text-align: left;
  margin: var(--spacing-md) 0;
  flex: 1 1 auto;
}

.pricing-card > .btn,
.card > .btn,
.pricing-card .btn:last-child,
.card .btn:last-child {
  margin-top: auto;
  align-self: stretch;
  width: 100%;
  white-space: normal;
}

.pricing-card > .btn.btn-sm,
.card > .btn.btn-sm,
.pricing-card .btn.btn-sm:last-child,
.card .btn.btn-sm:last-child {
  width: auto;
  align-self: center;
}

.pricing-features li {
  padding: var(--spacing-xs) 0;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xs);
  color: var(--color-text-muted);
}

.pricing-features li::before {
  content: '✓';
  color: var(--color-gold);
  font-weight: 700;
  flex-shrink: 0;
}

/* === PROGRAMMES DÉTAILLÉS === */
.programme-section {
  margin-bottom: var(--spacing-xl);
}

.programme-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  margin-bottom: var(--spacing-lg);
  font-family: var(--font-heading);
}

.programme-phase {
  background: var(--color-surface);
  border: 2px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  text-align: center;
  transition: var(--transition-normal);
}

.programme-phase:hover {
  border-color: var(--color-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.phase-header {
  margin-bottom: var(--spacing-md);
}

.phase-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold-dark));
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 auto var(--spacing-sm);
  font-family: var(--font-heading);
}

.phase-header h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-white);
  margin-bottom: var(--spacing-sm);
  font-family: var(--font-heading);
}

.phase-features {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.phase-features li {
  padding: var(--spacing-xs) 0;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-xs);
  color: var(--color-text-muted);
  font-size: 0.9rem;
}

.phase-features li::before {
  content: '•';
  color: var(--color-gold);
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.2rem;
}

/* === FORMS === */
.form-group {
  margin-bottom: var(--spacing-sm);
}

.form-label {
  display: block;
  margin-bottom: var(--spacing-xs);
  font-weight: 500;
  color: var(--color-text);
}

.form-input,
.form-textarea,
.form-select {
  width: 100%;
  padding: 0.875rem 1rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  color: var(--color-text);
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition-fast);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  outline: none;
  border-color: var(--color-gold);
  box-shadow: 0 0 0 3px rgba(110, 164, 74, 0.1);
}

.form-textarea {
  min-height: 150px;
  resize: vertical;
}

.form-file {
  padding: var(--spacing-sm);
  background: var(--color-surface);
  border: 2px dashed var(--color-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-fast);
  text-align: center;
}

.form-file:hover {
  border-color: var(--color-gold);
}

/* === FOOTER === */
.footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  padding: var(--spacing-lg) 0 var(--spacing-md);
  margin-top: var(--spacing-xl);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-lg);
}

.footer-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.footer-brand-logo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 10px;
  flex: 0 0 auto;
}

.footer-section h3 {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-sm);
  color: var(--color-gold);
}

.footer-section p,
.footer-section li {
  color: var(--color-text-muted);
  margin-bottom: var(--spacing-xs);
}

.footer-section a:hover {
  color: var(--color-gold);
}

.footer-social {
  display: flex;
  gap: var(--spacing-sm);
  margin-top: var(--spacing-sm);
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(110, 164, 74, 0.1);
  border: 1px solid rgba(110, 164, 74, 0.2);
  border-radius: 50%;
  color: var(--color-gold);
  transition: var(--transition-fast);
}

.social-link:hover {
  background: var(--color-gold);
  color: var(--color-background);
  transform: translateY(-2px);
}

.footer-bottom {
  text-align: center;
  padding-top: var(--spacing-md);
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 0.875rem;
}

/* === WHATSAPP BUTTON === */
.whatsapp-button,
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 999;
  transition: var(--transition-fast);
}

.whatsapp-button:hover,
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
}

.whatsapp-button svg,
.whatsapp-btn svg {
  width: 32px;
  height: 32px;
  fill: white;
}

/* === BACK TO TOP BUTTON === */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 105px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(110, 164, 74, 0.35);
  background: rgba(18, 20, 20, 0.92);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  z-index: 998;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.back-to-top:hover {
  background: rgba(110, 164, 74, 0.14);
  border-color: rgba(167, 201, 111, 0.55);
  transform: translateY(-2px);
}

.back-to-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn 0.6s ease;
}

.fade-in-up {
  animation: fadeInUp 0.6s ease;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  :root {
    --spacing-lg: 3rem;
    --spacing-xl: 4rem;
  }
  
  .header .container {
    height: 70px;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .nav {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--color-border);
    padding: var(--spacing-md);
    transform: translateX(100%);
    transition: var(--transition-normal);
  }
  
  .nav.active {
    transform: translateX(0);
  }
  
  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
    width: 100%;
  }

  .page-photographie .header .container {
    justify-content: space-between;
  }

  .page-photographie .nav {
    flex: initial;
  }

  .page-photographie .theme-toggle-item,
  .page-photographie .language-selector-item {
    margin: 0;
  }
  
  .nav-link {
    width: 100%;
    padding: var(--spacing-sm);
  }

  .theme-toggle-item,
  .language-selector-item {
    width: 100%;
  }

  .language-select-wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .language-select {
    min-width: 0;
    width: min(100%, 180px);
    max-width: none;
  }

  .theme-toggle-switch {
    margin-left: var(--spacing-sm);
  }
  
  .hero {
    min-height: 60vh;
    padding: calc(70px + 2rem) var(--spacing-sm) 0.75rem;
  }

  .page-portfolio .hero {
    min-height: 24vh;
    padding: calc(70px + 1rem) var(--spacing-sm) 1rem;
  }

  .media-carousel-track {
    gap: 0.35rem;
  }

  .media-logo-card {
    width: 106px;
    height: 68px;
    padding: 0.35rem;
    gap: 0.3rem;
  }

  .media-logo-card img {
    height: 44px;
  }

  .media-logo-card span {
    font-size: 0.62rem;
  }

  .media-artist-card {
    width: 110px;
    padding: 0.35rem;
    gap: 0.3rem;
  }

  .media-artist-card img {
    height: 85px;
  }

  .media-artist-card span {
    font-size: 0.62rem;
  }

  .trust-carousel-track {
    gap: 0.35rem;
  }

  .trust-card {
    width: 105px;
    min-height: 100px;
    padding: 0.4rem;
    gap: 0.3rem;
  }

  .trust-card img {
    height: 50px;
  }

  .trust-card-artist img {
    height: 65px;
  }

  .trust-card span {
    font-size: 0.63rem;
    line-height: 1.15;
  }

  .insta-link-card {
    width: 158px;
    min-height: 70px;
    padding: 0.65rem 0.75rem;
    font-size: 0.85rem;
  }

  .insta-carousel-track {
    gap: 0.35rem;
  }

  .drone-video-slider {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .drone-video-track {
    grid-auto-columns: minmax(252px, 86vw);
  }

  .drone-slider-btn {
    display: none;
  }
  
  .hero-cta {
    flex-direction: column;
  }

  .quick-links {
    gap: 0.55rem;
  }

  .quick-link-btn {
    width: auto;
    padding: 0.65rem 0.9rem;
    font-size: 0.82rem;
  }

  .concert-showcase {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .live-memorial-band {
    width: calc(100vw - (var(--spacing-sm) * 2));
    margin: 1.25rem calc(50% - 50vw + var(--spacing-sm)) 2rem;
  }

  .formations-spotlight {
    padding-top: 0.75rem;
    padding-bottom: 1.25rem;
  }

  .formations-spotlight-cta .btn {
    width: 100%;
  }
  
  .btn {
    width: 100%;
  }

  .pricing-card > .btn,
  .card > .btn,
  .pricing-card > .btn.btn-sm,
  .card > .btn.btn-sm,
  .pricing-card .btn:last-child,
  .card .btn:last-child,
  .pricing-card .btn.btn-sm:last-child,
  .card .btn.btn-sm:last-child {
    width: 100%;
    align-self: stretch;
  }
  
  .grid-2,
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-card.featured {
    transform: scale(1);
  }
  
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .footer-content {
    grid-template-columns: 1fr;
  }
  
  .whatsapp-button,
  .whatsapp-btn {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
  }

  .back-to-top {
    right: 20px;
    bottom: 88px;
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .stats {
    grid-template-columns: 1fr;
  }
  
  .container,
  .container-wide {
    padding: 0 var(--spacing-sm);
  }
}

/* === REMOTE SERVICES STYLING === */
.remote-banner {
  background: linear-gradient(135deg, rgba(110, 164, 74, 0.08) 0%, rgba(110, 164, 74, 0.04) 100%);
  border: 2px solid rgba(110, 164, 74, 0.28);
  border-radius: 12px;
  padding: 2.5rem var(--spacing-md);
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}

.remote-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(110, 164, 74, 0.6), transparent);
}

.remote-banner-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.remote-highlight {
  background: rgba(110, 164, 74, 0.08) !important;
  border: 1px solid rgba(110, 164, 74, 0.24);
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  display: block;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(110, 164, 74, 0.08);
  transition: all var(--transition-normal);
}

.remote-highlight:hover {
  background: rgba(110, 164, 74, 0.12) !important;
  border-color: rgba(110, 164, 74, 0.36);
  box-shadow: 0 6px 16px rgba(110, 164, 74, 0.12);
}

.remote-highlight strong {
  color: #9ec770;
}

body.site-light-mode .remote-banner {
  background: linear-gradient(135deg, rgba(186, 151, 96, 0.12) 0%, rgba(186, 151, 96, 0.06) 100%);
  border: 2px solid rgba(186, 151, 96, 0.32);
}

body.site-light-mode .remote-banner::before {
  background: linear-gradient(90deg, transparent, rgba(186, 151, 96, 0.5), transparent);
}

body.site-light-mode .remote-highlight {
  background: rgba(186, 151, 96, 0.1) !important;
  border: 1px solid rgba(186, 151, 96, 0.28);
  box-shadow: 0 4px 12px rgba(186, 151, 96, 0.1);
}

body.site-light-mode .remote-highlight:hover {
  background: rgba(186, 151, 96, 0.14) !important;
  border-color: rgba(186, 151, 96, 0.4);
  box-shadow: 0 6px 16px rgba(186, 151, 96, 0.14);
}

body.site-light-mode .remote-highlight strong {
  color: #8b6a3d;
}

@media (max-width: 768px) {
  .remote-banner {
    padding: 1.5rem var(--spacing-sm);
    margin-top: -1rem;
  }
  
  .remote-banner-content h2 {
    font-size: 1.2rem;
  }
  
  .remote-banner-content p {
    font-size: 0.95rem;
  }
  
  .remote-highlight {
    display: block;
    width: 100%;
    padding: 1rem;
  }
}

/* === UTILITIES === */
.mb-1 { margin-bottom: var(--spacing-xs); }
.mb-2 { margin-bottom: var(--spacing-sm); }
.mb-3 { margin-bottom: var(--spacing-md); }
.mb-4 { margin-bottom: var(--spacing-lg); }

.mt-1 { margin-top: var(--spacing-xs); }
.mt-2 { margin-top: var(--spacing-sm); }
.mt-3 { margin-top: var(--spacing-md); }
.mt-4 { margin-top: var(--spacing-lg); }

.hidden {
  display: none !important;
}

.visible-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
  
  .visible-mobile {
    display: block;
  }
}

/* === PHOTO SLIDER (galerie portraits HK) === */
.photo-slider-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* ── Filter buttons ── */
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.gallery-filter-btn {
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1.5px solid var(--color-border);
  background: transparent;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.gallery-filter-btn:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.gallery-filter-btn.active {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #000;
  font-weight: 600;
}

.photo-slide.hidden {
  display: none;
}

.photo-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.photo-slider-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
}

.photo-slider-track::-webkit-scrollbar {
  display: none;
}

.photo-slide {
  flex: 0 0 320px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-surface);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

.photo-slide img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.photo-slide:hover img {
  transform: scale(1.03);
}

.photo-slide-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  color: #fff;
  font-size: 0.82rem;
  padding: 1.2rem 0.9rem 0.6rem;
  letter-spacing: 0.04em;
  font-family: var(--font-body);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.slide-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
  border-radius: 20px;
  background: var(--color-gold);
  color: #000;
  align-self: flex-start;
  margin-bottom: 0.1rem;
}

[data-category="neon"] .slide-tag   { background: #c061ff; color: #fff; }
[data-category="event"] .slide-tag  { background: #ff6b35; color: #fff; }
[data-category="presse"] .slide-tag { background: #3ab4f2; color: #000; }
[data-category="pochette"] .slide-tag { background: #f0c040; color: #000; }
[data-category="corporate"] .slide-tag { background: #8ec8a0; color: #000; }
[data-category="voyage"] .slide-tag { background: #ff9ec8; color: #000; }

.photo-slider-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--color-gold);
  background: rgba(0,0,0,0.5);
  color: var(--color-gold);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  padding: 0;
}

.photo-slider-btn:hover {
  background: var(--color-gold);
  color: #000;
}

.photo-slider-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.photo-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.photo-slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-border);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  border: none;
  padding: 0;
}

.photo-slider-dots .dot.active {
  background: var(--color-gold);
  transform: scale(1.25);
}

body.site-light-mode .photo-slide {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

body.site-light-mode .photo-slide-label {
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
}

@media (max-width: 768px) {
  .photo-slide {
    flex: 0 0 82vw;
  }
  .photo-slide img {
    height: 300px;
  }
}
