* {
    box-sizing: border-box;
}

/* ════════════════════════════════
   Styles propres à la nouvelle page d'accueil commerciale.
   Palette claire, alignée sur les tons déjà utilisés dans le formulaire
   (order_portrait.php) : mauve #8e1c4a, vert #8dc63f, fond clair.
   Le header et le formulaire réutilisent aussi les classes de style.css.
════════════════════════════════ */
:root {
  --ink:     #2b2b2b;
  --muted:   #8a8378;
  --border:  #ebe6db;
  --accent:  #8e1c4a;
  --accent2: #6f1638;
  --green:   #8dc63f;
  --cta-h: 68px;
}

body { padding-bottom: var(--cta-h); background: var(--bg); }

.wrapper { /* mw fond blanc ou noir */
    background: #fff;
	color: #333;
}
.page-wrapper {
	padding-top: 120px;
}
@media (max-width: 768px) {
.masonry-grid { columns: 1;  padding-top: 0!important; }
.gallery-section {
  position: relative;
/* mw background: var(--tp-bg); */
  background: #fff;
  padding-top: 0!important;
  padding-top: 0!important;
  padding-bottom: 2rem;
  overflow: hidden;
}
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
}
.about-left, .about-bg, .about-rule {
  display: none!important;
}
.about-grid, .about-inner {
  gap: 7rem;
  margin-top:0!important;
  padding-top:0!important;
  font-size: 2rem!important;
}

.about-txt, .about-subtitle {
  font-size: 1.4rem!important;
}


.page-wrapper {	padding-top: 40px!important;}
body.page-accueil .gallery-column, .cart-total, .site-header-inner a, .summary-bar span { display: none!important; }
.site-header-inner .site-logo img {
    max-width: 180px!important;
}
.panier-column h1 {
    font-size: 24px!important;
	padding-bottom: 24px;
}
.panier-column {
    text-align: center!important;
}
.form-column h1 {
    font-size: 18px!important;
	padding-bottom: 24px;
	color:#000!important;
}
}


/* ---------- Promo (prix barré / nouveau prix / badge / compte à rebours) ---------- */
.price-old {
  text-decoration: line-through;
  color: var(--muted);
  font-weight: 400;
  font-size: 13px;
  margin-right: 6px;
}
.price-new {
  color: var(--accent);
  font-weight: 700;
}
.price-discount-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #d0263a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  vertical-align: middle;
}
tr.pt-promo-row td {
  padding: 0.9rem 0.4rem;
  border-top: 1px solid var(--border);
}
.price-promo-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
}
.price-promo-countdown .cd-intro {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-right: 4px;
}
.price-promo-countdown .cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.price-promo-countdown .cd-num {
  font-weight: 700;
  font-size: 15px;
  color: var(--accent);
}
.price-promo-countdown .cd-label {
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}
.price-promo-countdown .cd-sep {
  color: var(--muted);
  font-weight: 600;
  margin: 0 1px;
}

/* ---------- Compte à rebours promo — version "boîte" (cd-box) ---------- */
/* Classe modificatrice volontairement plus spécifique que les règles ci-dessus,
   pour que ce style l'emporte toujours, quel que soit l'ordre de chargement
   des feuilles de style, sans avoir à toucher au bloc historique ci-dessus. */
.price-promo-countdown.cd-box {
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 460px;
  margin: 1.1rem auto 1rem;
  padding: 12px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fbeef1 0%, #f7e2e7 100%);
  border: 1px solid rgba(142, 28, 74, 0.2);
  box-shadow: 0 6px 18px rgba(142, 28, 74, 0.10);
  font-family: 'Inter', sans-serif;
  animation: promoPulse 2.6s ease-in-out infinite;
}
.price-promo-countdown.cd-box .cd-icon {
  font-size: 19px;
  line-height: 1;
}
.price-promo-countdown.cd-box .cd-intro {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8e1c4a;
  margin-right: 2px;

}
.price-promo-countdown.cd-box .cd-timer {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.price-promo-countdown.cd-box .cd-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  background: #8e1c4a;
  color: #fff;
  border-radius: 8px;
  min-width: 34px;
  padding: 5px 6px 4px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.price-promo-countdown.cd-box .cd-num {
  font-weight: 700;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  color: #fff;
}
.price-promo-countdown.cd-box .cd-label {
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 2px;
  color: #fff;
}
.price-promo-countdown.cd-box .cd-sep {
  color: #8e1c4a;
  font-weight: 700;
  margin-top: 6px;
}
@keyframes promoPulse {
  0%, 100% { box-shadow: 0 6px 18px rgba(142, 28, 74, 0.10); }
  50%      { box-shadow: 0 6px 22px rgba(142, 28, 74, 0.24); }
}

.prices-note {
  max-width: 720px;
  margin: 0.9rem auto 0;
  padding: 0 0.2rem;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

.btn-primary-green {
	background: #8dc63f; /* vert */
	color: #fff;
	border: none;
	font-weight: 700;
	font-weight: bold;
	font-size: 15px;
	padding: 16px 50px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.4s;
	cursor: pointer;
}
.btn-primary-green:hover {
  background: #8e1c4a !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgb(233, 174, 198);
}

/* ---------- Hero ---------- */
.hero-commercial {
    background: var(--bg);
    color: var(--ink);

    padding: 125px 20px 30px;

    text-align: center;
}
.page-form {
    background: #f3ecef!important;
	width:100%;
}

@media (max-width: 768px) { .hero-commercial { padding: 96px 20px 24px; } }

.hero-commercial .eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.hero-commercial h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  line-height: 1.15;
  color: #1a1410;
  margin-bottom: 10px;
}
.hero-commercial p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--muted);
  font-size: 15px;
  max-width: 420px;
  margin: 0 auto;
}

/* ---------- Galerie ----------
   Galerie identique à celle de charcoal_portraits.php : on réutilise
   directement les classes globales .masonry-grid / .m-item / .m-overlay /
   .m-zoom (définies dans css/styles.css), ce qui donne automatiquement le
   hover (zoom + désaturation qui repasse en couleur), l'overlay au survol,
   et le clic → lightbox encadrée avec slideshow, puisque ce comportement
   est déjà branché globalement par footer.php sur toute classe ".m-item".
   On ajoute seulement un léger espacement pour l'intégrer à cette page. */
.pl-gallery-wrap { padding: 12px 0 8px; }
.pl-gallery-wrap .masonry-grid { padding: 0 14px; max-width: 1200px; }
@media (min-width: 768px) { .pl-gallery-wrap .masonry-grid { padding: 0 34px; } }

/* ---------- Voir plus ---------- */
.see-more-wrap { background: var(--bg); text-align: center; padding: 8px 20px 44px; }
.see-more-btn {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 30px;
  cursor: pointer;
}
.see-more-btn:active { background: #f6e9ee; }
.see-more-btn.done { display: none; }



/* ---------- Formulaire : ancre + espace pour le header fixe ---------- */
#order-form-anchor { scroll-margin-top: 110px; background: var(--bg); }
@media (max-width: 768px) { #order-form-anchor { scroll-margin-top: 78px; } }

/* ---------- CTA fixe bas d'écran ---------- */
.cta-fixed {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 190;
  height: var(--cta-h);
  display: flex;
  align-items: center;


  justify-content: center;
  padding: 10px 46px;
  background: #f3ecef;
  border-top: 1px solid #4d1b2f;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  transition: transform 0.25s ease;
}
.cta-fixed.hide { transform: translateY(110%); }
.cta-fixed a {
  width: 100%;
  max-width: 460px;
  text-align: center;
  background: var(--green);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  padding: 15px;
  border-radius: 6px;
}

/* ---------- Hamburger : toujours visible (PC + mobile), on n'utilise pas
   l'ancienne barre de nav (nav-links), donc pas de classe "d-lg-none" ici,
   et on force l'affichage au cas où css/styles.css le masquerait par
   défaut au-delà d'un certain breakpoint. ---------- */
.site-header-inner .nav-burger {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-left: 18px;
}
.site-header-inner .nav-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* ---------- Menu mobile en modal à droite (PC + mobile) ----------
   Sur cette page, css/styles.css masque probablement #mobileNav au-delà
   d'un certain breakpoint (display:none), ce qui explique pourquoi rien
   ne s'affiche en grand écran malgré la classe "open" ajoutée par le JS.
   On force ici le même traitement qu'en mobile, à toutes les tailles
   d'écran, avec un rendu identique à la modal panier (panier_modal.css) :
   panneau blanc qui glisse depuis la droite + fond assombri cliquable. */
.mobile-nav {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  height: 100vh !important;
  width: min(380px, 100%) !important;
  max-width: 100% !important;
  z-index: 1000;
  overflow-y: auto;
  background: linear-gradient(135deg, #1c1c1c, #2b2b2b);
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.25);
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
}

.mobile-nav.open {
  transform: translateX(0);
}

/* Fond assombri derrière le menu, comme pour le panier. Cet élément est
   ajouté dynamiquement en JS (voir script ci-dessous), header_mobile_links.php
   n'ayant pas besoin d'être modifié. */
.mnav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  display: none;
}

.mnav-backdrop.open {
  display: block;
}
#mobileNav .mnav-sub a {
    font-size: 0.8rem!important;
}
	

.mnav-item a {
    font-size: 1.3rem!important;
}
.trust-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  background: var(--green);
  border-top: 1px solid #385018; /* vert foncé */
  border-bottom: 1px solid #385018; /* vert foncé */
  padding: 16px 30px;
  font-size: 11px;
  color:#FFF!important;
  letter-spacing: 0.03em;
  text-align: center;
}
.trust-band strong, .tb-items span{
  color:#FFF!important;
}
.trust-band span{
}
.trust-band .tb-clover {
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}
.trust-band .tb-items {
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}
.trust-band span { display: block; }
.trust-band strong {
  display: block;
  color: var(--accent);
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 500;
}
@media (max-width: 768px) {
.trust-band {
  justify-content: center;
  gap: 4px;
  padding: 16px 4px;
  border-bottom:2px solid #385018; /* vert foncé */
  background: var(--green);
  color:#FFF!important;
}
.trust-band strong, .tb-items span{
  color:#FFF!important;
}		
.trust-band span{ padding: 16px 4px!important;}
.tb-clover{display:none!important;}
}
@media (max-width: 480px) {
.trust-band { gap: 8px; padding: 14px 8px; }
.trust-band .tb-items { gap: 8px; }
.trust-band {
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
  border-bottom:2px solid #385018; /* vert foncé */
  background: var(--green);
  color:#FFF!important;
}
.trust-band strong, .tb-items span{
  color:#FFF!important;
}	
.tb-clover{display:none!important;}
}

.shipping-note {
  text-align: center;
  font-size: 12px;
  color: #1e7a35;
  font-weight: 500;
  margin-top: 10px;
}
.site-header {
    background: linear-gradient(135deg, #1c1c1c, #2b2b2b);
    padding: 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 150;
    border-bottom: 1px solid rgba(255,255,255,0.08);

}
.site-header-inner {
    position: relative;
    max-width: 1200px;
    height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
}
.site-header-inner .home-link {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}
.site-header-inner .home-link:hover {
    color: #fff;
}
.site-header-inner .home-link svg {
    width: 20px;
    height: 20px;
}
.site-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.site-logo img {
    display: block;
    width: 234px;
    height: 36px;
    max-width: none !important;
    object-fit: contain;
}
.site-header-inner .nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.site-header-inner .nav-logo a,
.site-header-inner .nav-logo a:visited,
.site-header-inner .nav-logo a:hover,
.site-header-inner .nav-logo a:active {
    text-decoration: none !important;
    color: inherit;
}
.site-header-inner .nav-logo .logo {
    position: static;
    top: auto;
    left: auto;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    transition: none;
    white-space: nowrap;
}
.site-header-inner .nav-burger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
}
.site-header-inner .nav-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}
.cart-bar {
    position: absolute!important;
    right: 56px!important; /* juste à gauche du burger */
    top: 50%!important;
    transform: translateY(-50%);
    background: transparent!important;
    max-width: 160px!important;
}
.cart-bar-inner {
    max-width: 160px!important;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center!important;
    justify-content: flex-end;
    padding: 0;
}

.cart-bar .cart-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.cart-bar .cart-link:hover {
    color: #8e1c4a;
}
.cart-bar .cart-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    /* pas de filter ici : hérite du filter blanc de .cart-icon (générique, plus bas) */
}
.cart-bar .cart-badge {
    top: -7px;
    right: -8px;
    background: #8e1c4a;
    font-size: 9px;
    padding: 3px 5px;
    font-weight: 500!important;
}
.cart-bar .cart-total {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

/* ── Variante claire ──────────────────────────────────
   Ajoutée uniquement sur les pages qui définissent
   $panierBarreClaire = true; avant d'inclure header.php */
.cart-bar.cart-bar--claire {
    background: #f3ecef;
    border-bottom: 1px solid #ddd3d8;
}
.cart-bar.cart-bar--claire .cart-link {
    color: #555;
}
.cart-bar.cart-bar--claire .cart-icon {
    filter: none !important;
}
.cart-bar.cart-bar--claire .cart-total {
    color: #333;
}
.home-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}
.home-link svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.home-link:hover {
    color: #fff;
}
.home-link:hover svg {
    color: #8e1c4a;
}
.cart-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: none;      
    border: none;          
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.cart-icon-wrap {
    position: relative;
    display: inline-flex;
}
.cart-icon {
    width: 26px;
    height: 26px;
    object-fit: contain;
    filter: brightness(0) invert(1); 
}
.cart-badge {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #8e1c4a;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 999px;
    min-width: 16px;
    text-align: center;
}
.cart-total {
    font-weight: bold;
    font-size: 15px;
}
.page-wrapper {
    padding: 40px 20px;
}
.panier-column {
    max-width: 800px;
    margin: 0 auto;
}
.panier-vide {
    color: #777;
}
.continue-link {
    display: inline-block;
    margin-top: 18px;
    color: #8e1c4a;
    font-weight: bold;
    text-decoration: none;
}
.continue-link:hover {
    text-decoration: underline;
}
.panier-liste {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.panier-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 12px;
}
.panier-item-photo {
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    border-radius: 4px;
    overflow: hidden;
    background: #f4f1ea;
}
.panier-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.panier-item-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
}
.panier-item-info strong {
    font-size: 16px;
}
.panier-item-prix {
    font-weight: bold;
    color: #8e1c4a;
    white-space: nowrap;
}
.panier-item-retirer button {
    background: none;
    border: none;
    color: #999;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
}
.panier-item-retirer button:hover {
    color: #b3261e;
}
.panier-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 2px solid #eee;
    flex-wrap: wrap;
    gap: 12px;
}
.vider-btn {
    background: none;
    border: 1px solid #ccc;
    color: #777;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}
.vider-btn:hover {
    border-color: #b3261e;
    color: #b3261e;
}
.panier-total-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
}
.panier-total-montant {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.page-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.gallery-column {
    flex: 0 1 280px;
    max-width: 280px;
}
.main-image-frame {
    
    height: 280px;
    box-sizing: border-box;
    border: 10px solid #2b2b2b;
    border-radius: 4px;
    background: #f4f1ea;      
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18); 
    transition: opacity 0.15s ease-in-out;
}
@media (max-width: 600px) {
.main-image-frame {
        height: 240px;
        padding: 14px;
    }
}

.thumbnails {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.thumb {
    width: 56px;
    height: 56px;
    object-fit: cover;
    background: #000;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.75;

    transition: all 0.15s ease-in-out;
}
.thumb:hover {
    opacity: 1;
}
.thumb.active {
    border-color: #8e1c4a;
    opacity: 1;
}
.gallery-hint {
    font-size: 13px;
    color: #777;
    margin-top: 8px;
}
.form-column {
    flex: 1 1 560px;
}
.form-column h1 {
    margin-top: 0;
    font-size: 28px;
	padding-bottom: 1rem;
	color:#000!important;
}
.block {
    margin-bottom: 22px;
}
.block-title {
    background: #875368;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 8px 12px;
    border-radius: 3px;
    margin-bottom: 12px;
}
.upload-label {
    display: block;
    text-align: center;
    border: 2px solid #8e1c4a;
    border-radius: 30px;
    padding: 12px;
    color: #8e1c4a;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}
.upload-label input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}
.block small {
    display: block;
    text-align: center;
    color: #888;
    margin-top: 6px;
}
.choice-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
	color:#000!important;
}
.choice-card {
    position: relative;
    flex: 1 1 140px;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    transition: border-color 0.15s;
}
.choice-card input[type="radio"] {
    position: absolute;
    top: 8px;
    left: 8px;
}
.choice-card:has(input:checked) {
    border-color: #1e7a35;
    background: #f3fbf2;
}
.choice-card.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    text-decoration: line-through;
}
.price-tag {
    display: block;
    font-weight: bold;
    color: #8e1c4a;
    margin-top: 4px;
}
.summary-bar {
    background: #f3fbf2; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #8e1c4a;
    border-radius: 6px;
    padding: 14px 18px;
    gap: 14px;
    flex-wrap: wrap;
}
#total-price {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}
#submit-btn {
    background: #8dc63f; 

    color: #fff;
    border: none;
    padding: 14px 24px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
}
#submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}
.form-error {
    background: #fdecec;
    color: #b3261e;
    border: 1px solid #f2b8b5;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 16px;
}
.product-tabs {
    max-width: 1200px;
    margin: 0px auto 0;
    padding: 0 20px 40px;
}
.product-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 6px;
}
.product-tabs-nav::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #8dc63f;
    z-index: 0;
}
.tab-btn {
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
}
.tab-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.tab-btn.active {
    color: #1e7a35;
    background: #fff;
    border-radius: 4px 4px 0 0;
}
.product-tabs-content {
    padding: 24px 4px 0;
}
.tab-panel {
    display: none;
    line-height: 1.6;
    color: #444;
}
.tab-panel.active {
    display: block;
    animation: tabFadeIn 0.35s ease;
}
@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-panel p {
    margin: 0 0 14px;
}
.tab-panel h4 {
    margin: 0 0 6px;
    color: #333;
}
.tab-checklist {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}
.tab-checklist li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
}
.tab-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1e7a35;
    font-weight: bold;
}
.tab-step {
    margin-bottom: 20px;
}
.tab-step:last-child {
    margin-bottom: 0;
}
.tab-avis-item {
    border-left: 3px solid #8e1c4a;
    padding: 4px 0 4px 16px;
    margin-bottom: 20px;
}
.tab-avis-item:last-child {
    margin-bottom: 0;
}
.tab-avis-item p {
    font-style: italic;
    margin-bottom: 6px;
}
.tab-avis-author {
    font-weight: bold;
    color: #8e1c4a;
    font-size: 14px;
}
@media (max-width: 600px) {
.tab-btn {
        flex: 1 1 45%;
        text-align: center;
        padding: 12px 8px;
        font-size: 13px;
    }
}


/* ===== Source: styles_new.css ===== */

:root {
  --tp-bg:   #0f0f0f;  
  --tp-card: #252525;  
  --cta-bg:   #151514;  
  --cta-card: #342a1f;  
}
.hidden{
    opacity:0;
    transform:translateY(10px);
    pointer-events:none;
    transition:all .35s ease;
}
.visible-btn{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
}
.gallery-section {
  position: relative;
  background: var(--tp-bg);
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    
    linear-gradient(
      to bottom,
      rgba(0,0,0,.55) 0px,
      rgba(0,0,0,.15) 60px,
      transparent 100px
    ),

    
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      rgba(255,255,255,.09),
      transparent 60%
    ),

    
    radial-gradient(
      ellipse 60% 50% at 100% 100%,
      rgba(255,255,255,.025),
      transparent 60%
    );

  pointer-events: none;
  z-index: 0;
}
.tp-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    
    linear-gradient(
      to bottom,
      rgba(0,0,0,.55) 0px,
      rgba(0,0,0,.35) 100px,
      transparent 180px
    ),

    
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      rgba(255,255,255,.09),
      transparent 60%
    ),

    
    radial-gradient(
      ellipse 60% 50% at 100% 100%,
      rgba(255,255,255,.025),
      transparent 60%
    );

  pointer-events: none;
  z-index: 0;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --noir:   #0a0806;
  --encre:  #1a1410;
  --or:     #c9a84c;
  --or2:    #e8c97a;
  --gold-light: #e8c870;
  --text-dim:   rgba(240,232,216,0.55);
  --creme:  #f2ede4;
 
  --gris: #9a9088; 
  --blanc:  #ffffff;
  --mauve: #875368;
}
html, body { 
  min-height: 100%;  
  overflow-x: hidden; 
}
body {
  background: var(--noir);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: var(--creme);
}
.nav-wrap {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 3rem;
  background: transparent;           
  transition: padding 0.4s ease, 
              background 0.4s ease,
              backdrop-filter 0.4s ease,
              box-shadow 0.4s ease;
}
.nav-wrap.scrolled {
  padding: 0.8rem 3rem;
  background: rgba(10,8,6,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.12);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
/* Pages autres que la home (voir header.php -> $navSolid) : pas de hero
   sombre derrière le nav, donc on force le même fond opaque que .scrolled
   dès le départ, sinon le texte clair est invisible sur fond clair. */
.nav-wrap.nav-wrap-solid {
  padding: 0.8rem 3rem;
  background: rgba(10,8,6,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.12);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}
.nav-wrap.nav-wrap-solid .nav-logo img {
  height: 44px;
}
.nav-logo img {
  height: 120px;
  transition: height 0.4s ease;
  filter: brightness(1);
}
.nav-wrap.scrolled .nav-logo img {
  height: 44px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}
.nav-links > li  {
    line-height: 1.2!important;
}
.nav-links > li > a {
  display: block;
  padding: 0.5rem 1.2rem;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.75);
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}
.nav-links > li > a::after {
  content: "";
  position: absolute;
  bottom: 0; left: 1.2rem; right: 1.2rem;
  height: 1px;
  background: var(--or);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.nav-links > li > a:hover { color: var(--or2); }
.nav-links > li > a:hover::after { transform: scaleX(1); }
.nav-links .has-drop { position: relative; }
.nav-links .drop {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(20px); 
  background: rgba(15,12,9,0.97);
  border: 1px solid rgba(201,168,76,0.2);
  padding: 1.2rem 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  list-style: none;
}
.nav-links .has-drop::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}
.nav-links .has-drop:hover .drop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-links .drop li a {
  display: block;
  padding: 0.35rem 1.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.65);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}
.nav-links .drop li a:hover {
  color: var(--or2);
}
.nav-links .drop li a::before {
  content: "→"!important;
  display: inline-block;
  width: 0;
  overflow: hidden;
  flex-shrink: 0;
  color: var(--or);
  font-size: 0.65rem!important;
  transition: width 0.35s ease, opacity 0.35s ease, margin-right 0.35s ease!important;
}
.nav-links .drop li a:hover::before {
  width: 0.9em;
  margin-right: 6px;
}
.nav-cta {
  display: inline-block;
  padding: 0.6rem 1.6rem;
  border: 1px solid var(--or);
  color: var(--or) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s !important;
}
.nav-cta:hover {
  background: var(--or) !important;
  color: var(--noir) !important;
}
.nav-cta::after { display: none !important; }
.nav-flags {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-left: 1.4rem;
}
.nav-flags a { line-height: 0; opacity: 0.65; transition: opacity 0.2s; }
.nav-flags a:hover { opacity: 1; }
.nav-flags img { width: 20px; height: auto; display: block; }
.nav-burger {
  display: none;          
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: transparent;  
  border: none;             
  outline: none;
}
.nav-burger span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--creme);
  transition: transform 0.3s, opacity 0.3s;
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 42%;
  overflow: hidden;
}
.hero-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4rem 5rem 4rem;
  z-index: 2;
  background: linear-gradient(
    135deg,
    rgba(10,8,6,0.98) 0%,
    rgba(10,8,6,0.85) 60%,
    rgba(10,8,6,0.0) 100%
  );
}
.hero-left::before {
  content: "";
  position: absolute;
  left: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--or) 30%, var(--or) 70%, transparent);
  opacity: 0;
  transition: opacity 1s 1.8s ease;
}
.hero-left.visible::before { opacity: 0.5; }
.hero-right {
  position: relative;
  overflow: hidden;
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transform: scale(1.12);
  filter: brightness(0) saturate(0);
  transition: transform 2.2s cubic-bezier(0.25,0.46,0.45,0.94),
              filter 2s ease;
}
.hero-right.visible img {
  transform: scale(1.0);
  filter: brightness(0.8) saturate(0.7);
}
.hero-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--noir) 0%, transparent 30%);
  z-index: 1;
  pointer-events: none;
}
.hero-deco-num {
  position: absolute;
  top: 0.60em;
  left: 3rem;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(6rem, 14vw, 11rem);
  line-height: 1;
  
  
  background: linear-gradient(
  to right,
  rgba(201,168,76,0.04) 0%,
  rgba(201,168,76,0.08) 100%
);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; 
  
  pointer-events: none;
  z-index: 999;
  user-select: none;
  white-space: nowrap;
}
.hero-text {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s 0.4s ease, transform 1.2s 0.4s ease;
}
.hero-text.visible { opacity: 1; transform: translateY(0); }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.hero-eyebrow span {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or);
  font-weight: 400;
}
.hero-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--or);
  flex-shrink: 0;
}
.hero-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.5);
  margin-bottom: 0.4rem;
}
.hero-title {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(4.5rem, 9vw, 8.5rem);
  line-height: 0.88;
  letter-spacing: 0.02em;
  color: var(--blanc);
  margin-bottom: 1.6rem;
}
.hero-rule {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.8rem;
  opacity: 0;
  transition: opacity 1s 1s ease;
}
.hero-rule.visible { opacity: 1; }
.hero-rule::before {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background: var(--or);
}
.hero-rule span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(242,237,228,0.5);
  letter-spacing: 0.08em;
}
.hero-desc {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 300;
  line-height: 1.8;
  color: rgba(242,237,228,0.65);
  max-width: 440px;
  margin-bottom: 2.4rem;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-primary-gold {
  display: inline-block;
  padding: 0.85rem 2.6rem;
  background: var(--or);
  color: var(--noir);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
}
.btn-primary-gold:hover {
  background: var(--or2);
  transform: translateY(-2px);
}
.btn-ghost-gold {
  display: inline-block;
  padding: 0.85rem 2.6rem;
  background: transparent;
  color: rgba(242,237,228,0.7);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(242,237,228,0.2);
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}
.btn-ghost-gold:hover {
  border-color: var(--or);
  color: var(--or);
  transform: translateY(-2px);
}
.hero-counter {
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  z-index: 3;
  text-align: right;
  opacity: 0;
  transition: opacity 1s 1.6s ease;
}
.hero-counter.visible { opacity: 1; }
.hero-counter strong {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 3rem;
  color: var(--or);
  line-height: 1;
  display: block;
}
.hero-counter span {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.4);
}
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: opacity 1s 2s ease;
}
.hero-scroll.visible { opacity: 1; }
.hero-scroll span {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.35);
}
.hero-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.6), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
0%, 100% { opacity: 0.4; transform: scaleY(1); }
50% { opacity: 1; transform: scaleY(1.2); }
}

@media (max-width: 1400px) {
.nav-logo img {
  max-height: 90px!important;
  padding-left:30px;
}
}

@media (max-width: 991px) {
.nav-links, .nav-flags { display: none; }
.nav-burger { display: flex; }
.hero {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
.hero-right {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
.hero-right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10,8,6,0.65);
    z-index: 1;
  }
.hero-left {
    position: relative;
    z-index: 2;
    padding: 0 1.8rem 4rem;
    background: none;
    justify-content: flex-end;
  }
.hero-left::before { display: none; }
.hero-deco-num { display: none; }
.hero-counter { display: none; }
.nav-wrap { padding: 1.2rem 1.5rem; }
}

@media (max-width: 480px) {
.hero-btns { flex-direction: column; }
.btn-primary-gold, .btn-ghost-gold { text-align: center; }
}

.mobile-nav {
  position: fixed;
  inset: 0;
  background: rgba(10,8,6,0.98);
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-nav.open { opacity: 1; pointer-events: all; }
.mobile-nav a {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: var(--creme);
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-nav a:hover { color: var(--or); }
.mobile-nav-close {
  position: absolute;
  top: 2rem; right: 2rem;
  font-size: 2rem;
  color: var(--creme);
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
}
.mobile-flags-nav {
  display: flex;
  gap: 12px;
  margin-top: 1rem;
}
.mobile-flags-nav img { width: 28px; opacity: 0.7; }
.mobile-flags-nav img:hover { opacity: 1; }
.gallery-section {
 
  padding: 6rem 0 5rem;
}
.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 0 3rem 3rem;
  max-width: 1900px;
  margin: 0 auto;
}
.gallery-header-inner { flex: 1; }
.gallery-eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.gallery-eyebrow span {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or);
}
.gallery-eyebrow::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--or);
}
.gallery-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--creme);
  line-height: 1;
  margin-bottom: 0.6rem;
}
.gallery-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--gris);
}
.gallery-sub{
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}
.gallery-filters {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border: 1px solid rgba(201,168,76,0.2);
}
.gf-btn {
  padding: 0.7rem 1.6rem;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.65);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-family: "Inter", sans-serif;
}
.gf-btn:last-child { border-right: none; }
.gf-btn:hover { color: var(--or); background: rgba(201,168,76,0.06); }
.gf-btn.active {
  background: var(--or);
  color: var(--noir);
}
.masonry-grid {
  columns: 4;
  column-gap: 4px;
  padding: 0 3rem;
  width: 96vw;
  margin: 0 auto;
}
.m-item {
  position: relative;
  break-inside: avoid;
  margin-bottom: 4px;
  overflow: hidden;
  cursor: pointer;
  background: var(--encre);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease,
              box-shadow 0.3s ease;
}
.m-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.m-item.m-tall img { aspect-ratio: 3/5; }
.m-item.m-wide { column-span: none; }
.m-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94),
              filter 0.4s ease;
  filter: grayscale(15%);
}
.m-item:hover img {
  transform: scale(1.04);
  filter: grayscale(0%);
}
.m-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,8,6,0.92) 0%,
    rgba(10,8,6,0.3) 40%,
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
.m-item:hover .m-overlay { opacity: 1; }
.m-cat {
  display: inline-block;
  align-self: flex-start;
  padding: 0.25rem 0.7rem;
  background: var(--or);
  color: var(--noir);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
}
.m-info { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.m-caption {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--creme);
  line-height: 1.2;
}
.m-sub {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.7);
  margin-top: 0.2rem;
}
.m-zoom {
  position: absolute;
  top: 1rem; right: 1rem;
  width: 32px; height: 32px;
  border: 1px solid rgba(201,168,76,0.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  color: var(--or);
  transition: background 0.2s;
}
.m-item:hover .m-zoom { background: var(--or); color: var(--noir); }
.m-item:nth-child(1)  { transition-delay: 0.05s; }
.m-item:nth-child(2)  { transition-delay: 0.10s; }
.m-item:nth-child(3)  { transition-delay: 0.15s; }
.m-item:nth-child(4)  { transition-delay: 0.20s; }
.m-item:nth-child(5)  { transition-delay: 0.25s; }
.m-item:nth-child(6)  { transition-delay: 0.30s; }
.m-item:nth-child(7)  { transition-delay: 0.35s; }
.m-item:nth-child(8)  { transition-delay: 0.40s; }
.m-item:nth-child(9)  { transition-delay: 0.45s; }
.m-item:nth-child(10) { transition-delay: 0.50s; }
.m-item:nth-child(11) { transition-delay: 0.55s; }
.m-item:nth-child(12) { transition-delay: 0.60s; }
.m-item.hidden {
  display: none;
}
.gallery-cta-wrap {
  text-align: center;
  padding: 3.5rem 0 0;
}
.gallery-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding-bottom: 0.4rem;
  transition: color 0.2s, border-color 0.2s;
}
.gallery-cta-link:hover { color: var(--or); border-color: var(--or); }
.gcta-arrow { font-size: 1.2rem; transition: transform 0.2s; }
.gallery-cta-link:hover .gcta-arrow { transform: translateX(6px); }
.t-arrows-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 1.8rem;
  border: 1px solid #3c262e;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  background: #875368;
}
.t-arrows-cta:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  border: none!important;
}
@media (max-width: 480px) {
.t-arrows {
    flex-wrap: wrap;
  }
.t-arrows-cta {
    order: 3;
    flex: 0 0 100%;
    margin-top: 0.5rem;
  }
}

@media (max-width: 2000px) {
.gallery-header-inner {padding-left: 6rem;}
}

@media (max-width: 1200px) {
.masonry-grid { columns: 3; }
.gallery-header-inner {padding-left: 4rem;}
}

@media (max-width: 768px) {
.masonry-grid { columns: 2; padding: 0 1rem; }
.gallery-header { padding: 0 1rem 2rem; flex-direction: column; align-items: flex-start; }
.lb-slide { padding: 4rem 3rem; }
.lb-arrow { width: 40px; height: 40px; font-size: 1rem; }
.lb-arrow, #lbPrev,#lbNext { display:none!important; }
.lb-prev { left: 0.5rem; }
.lb-next { right: 0.5rem; }
.gallery-header-inner {padding-left: 1rem;}
.gallery-section { padding: 5rem 0 5rem!important;}
.t-arrows {
    flex-wrap: wrap;
  }
.t-arrows-cta {
    order: 3;
    flex: 0 0 90%;
    margin-top: 0.5rem;
  }
.cta-btn {
  font-size: 0.72rem!important;
  letter-spacing: 0.1em!important;
  padding: 0.7rem 2.2rem!important; 
}
#heroSection, #heroPrev, #heroNext, .hero-nav { display: none !important;     }
}

@media (max-width: 480px) {
.masonry-grid { columns: 1; }
.lb-slide { padding: 5rem 0.5rem 3rem; }

/* Galerie d'accueil (index.php) en plein écran sur mobile :
   chaque portrait occupe 100% de l'écran, l'utilisateur scrolle
   photo par photo (avec un léger effet "snap") jusqu'au bouton
   "Voir plus de portraits". Scopé à #pl-gallery pour ne pas
   affecter la grille complète de charcoal_portraits.php. */
#pl-gallery.masonry-grid {
  columns: 1;
  display: block;
  padding: 0;
  scroll-snap-type: y proximity;
}
#pl-gallery .m-item {
  width: 100%;
  height: 100vh;
  height: 100dvh; /* tient compte de la barre d'adresse mobile ; ignoré si non supporté */
  margin-bottom: 0;
  scroll-snap-align: start;
}
#pl-gallery .m-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

.lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(6,4,3,0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.lb-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.lb-track-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.lb-track {
  display: flex;
  align-items: center;
  height: 100%;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.lb-slide {
  flex: 0 0 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 7rem;
}
.gallery-section {


  padding: 10rem 0 5rem;
}
.gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1900px;
  padding: 0 3rem 3rem;  
  margin: 0 auto;        
}
.gallery-header-inner { flex: 1; max-width: 1200px; }
.gallery-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--gris);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.lb-overlay { 
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: radial-gradient(circle at 50% 20%, #555555 0%, #2a2a2a 55%, #161616 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.lb-track {
  display: flex;
  align-items: center;
  height: 100%;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}
.lb-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
  user-select: none;
  pointer-events: none;
}
.lb-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  z-index: 10;
  width: 44px; height: 44px;
  background: rgba(10,8,6,0.75);
  border: 1px solid rgba(201,168,76,0.6);
  color: #f2ede4;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  line-height: 1;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.lb-close:hover { background: var(--or); color: var(--noir); border-color: var(--or); }
.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px; height: 52px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.5);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.lb-prev { left: 1.5rem; }
.lb-next { right: 1.5rem; }
.lb-arrow:hover {
  background: var(--or);
  color: var(--noir);
  border-color: var(--or);
  transform: translateY(-50%) scale(1.08);
}
.lb-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.3);
  pointer-events: none;
  white-space: nowrap;
}
.lb-overlay.magnifying .lb-track-wrap { cursor: none; }
.lb-magnifier {
  position: fixed;
  border-radius: 6px;
  border: 2px solid rgba(201,168,76,0.7);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.6),
    0 8px 32px rgba(0,0,0,0.7),
    inset 0 0 12px rgba(0,0,0,0.3);
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1100;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
  overflow: hidden;
}
.lb-magnifier::after {
  content: "";
  position: absolute;
  top: 6%; left: 8%;
  width: 30%; height: 18%;
  background: rgba(255,255,255,0.07);
  border-radius: 3px;
  transform: rotate(-5deg);
  pointer-events: none;
}
.lb-magnifier::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(201,168,76,0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.25) 1px, transparent 1px);
  background-size: 50% 50%;
  background-position: center center;
  pointer-events: none;
}
.lb-magnifier.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.lb-magnifier-hint {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.45);
  pointer-events: none;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 20;
}
.lb-magnifier-hint svg {
  width: 14px; height: 14px;
  fill: none; stroke: rgba(201,168,76,0.5);
  stroke-width: 1.5; stroke-linecap: round;
}
@media (max-width: 600px) {
.lb-magnifier, .lb-magnifier-hint { display: none; }
}

.lb-frame {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;

  padding: 10px;
  background: linear-gradient(150deg, #3a3a3a 0%, #161616 45%, #000000 100%);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.85),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  animation: lbFrameIn 0.5s cubic-bezier(0.22,1,0.36,1);
}
.lb-mat { /* mw passe-partout */
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(14px, 3.4vw, 46px);
  background: #fff!important;
  box-shadow: inset 0 0 18px rgba(0,0,0,0.28);
}
.lb-mat-inner { /* mw bordure passe-partout 3px */
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(2px, 0.6vw, 3px);
   background: #000!important;
 /* background: var(--creme); */
  box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
}
.lb-frame img {
  display: block;
  max-width: 100%;
  max-height: 56vh;
  object-fit: contain;
  user-select: none;
  box-shadow: none;
}
.lb-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  gap: 1.1rem;
}
.lb-caption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: var(--or2);
  text-align: center;
  max-width: 100%;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
.lb-caption { font-size: 0.8rem; padding: 0 1rem; }
}

@keyframes lbFrameIn {
from { opacity: 0; transform: scale(0.96); }
to   { opacity: 1; transform: scale(1); }
}

@media (max-width: 768px) {
.lb-frame { padding: 6px; }
.lb-mat { padding: clamp(10px, 5vw, 24px); }
.lb-mat-inner { padding: 5px; }
.lb-frame img { max-width: 100%; max-height: 56vh; }
}

/* ── Lightbox mobile : liste verticale plein écran ──
   Sur mobile, on remplace le carrousel horizontal (translateX) par un
   simple défilement vertical natif : chaque photo encadrée occupe tout
   l'écran, les unes sous les autres, et l'image est bien plus grande.
   Les flèches sont déjà masquées (.lb-arrow, #lbPrev, #lbNext). Ce bloc
   est volontairement placé après toutes les autres règles .lb-* du
   fichier pour être prioritaire à spécificité égale. */
@media (max-width: 768px) {
.lb-track-wrap {
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: y proximity;
}
.lb-track {
  display: block;
  height: auto;
  transform: none !important;
  transition: none !important;
}
.lb-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  height: auto;
  padding: 0.6rem 1rem;
  scroll-snap-align: start;
}
.lb-slide:first-child { padding-top: 4.5rem; }
.lb-frame img {
  max-width: 100%;
  max-height: 78vh;
}
.lb-caption {
  display: none;
}
}

:root {
  --cta-bg:   #151514;  
  --cta-card: #342a1f;  
}
.cta-section {
  background: var(--encre);
  padding: 6rem 2rem;
  text-align: center;
  position: relative;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.3) 30%, rgba(201,168,76,0.3) 70%, transparent);
}
.cta-inner { max-width: 560px; margin: 0 auto; }
.cta-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 0.8rem;
}
.cta-title {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1;
  color: var(--creme);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.cta-sub {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--gris);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.cta-btn {
  display: inline-block;
  padding: 0.9rem 2.8rem;
  background: var(--or);
  color: var(--noir);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
}
.cta-btn:hover {
  background: var(--or2);
  transform: translateY(-2px);
}
.lazy-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.lazy-img.loaded { opacity: 1; }
.back-to-top {
  position: fixed;
  bottom: 2rem; right: 2rem;
  z-index: 500;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  color: rgba(201,168,76,0.6);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s, color 0.2s;
  pointer-events: none;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.back-to-top:hover {
  background: var(--or);
  color: var(--noir);
  border-color: var(--or);
}
body.lb-open .back-to-top {
  opacity: 0 !important;
  pointer-events: none !important;
}
.gallery-nav-next {
  position: absolute;
  top: 16rem;
  right: 10rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  text-decoration: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s 0.6s ease, transform 0.8s 0.6s ease;
}
.gallery-nav-next2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  text-decoration: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s 0.6s ease, transform 0.8s 0.6s ease;
}
.gallery-nav-next.visible {
  opacity: 1;
  transform: translateX(0);
}
.gallery-nav-next2.visible {
  opacity: 1;
  transform: translateX(0);
}
.gallery-nav-label {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(242,237,228,0.45);
  text-transform: uppercase;
  transition: color 0.3s;
}
.gallery-nav-label2 {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(242,237,228,0.45);
  text-transform: uppercase;
  transition: color 0.3s;
}
.gallery-nav-arrow, .gallery-nav-arrow2 {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to right, rgba(201,168,76,0.3), rgba(201,168,76,0.9));
  -webkit-background-clip: text;
  background-clip: text;
  transition: background 0.3s, transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  display: block;

}
.gallery-nav-next:hover .gallery-nav-label, .gallery-nav-next2:hover .gallery-nav-label2 {
  color: var(--or);
}
.gallery-nav-next:hover .gallery-nav-arrow, .gallery-nav-next2:hover .gallery-nav-arrow2 {
  transform: translateX(12px);
  background: linear-gradient(to right, rgba(201,168,76,0.6), rgba(232,201,122,1));
  -webkit-background-clip: text;
  background-clip: text;
}
.m-item {
  display: flex;
  flex-direction: column;
}
.m-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 380 / 507;   
  object-fit: cover;         
}
.m-tall img {
  aspect-ratio: 380 / 650;   
}
.m-wide img {
  aspect-ratio: 380 / 285;   
}
.m-tall-mw img {
  aspect-ratio: 380 / 463;   
}
.m-tall-mw2 img {
  aspect-ratio: 380 / 467;   
}
.m-big img {
  aspect-ratio: 380 / 580;   
}
.m-479 img {
  aspect-ratio: 380 / 479;   
}
.m-horizontal img {
  aspect-ratio: 380 / 277;   
}
.m-499 img {
  aspect-ratio: 380 / 499;   
}
.m-449 img {
  aspect-ratio: 380 / 449;   
}

.lb-close:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  border-color: var(--or, #c9a84c);
}
.lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.5);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;

  justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.lb-arrow:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  border-color: var(--or, #c9a84c);
  transform: translateY(-50%) scale(1.08);
}
.lb-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.3);
  font-family: "Inter", sans-serif;
  pointer-events: none;
  white-space: nowrap;
}
.lb-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  pointer-events: none;
}
.lb-dot {
  width: 4px;
  height: 4px;
  background: rgba(242,237,228,0.2);
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}
.lb-dot.active {
  background: var(--or, #c9a84c);
  transform: scale(1.4);
}
@media (max-width: 480px) {
.lb-arrow { width: 36px; height: 36px; }
}

.back-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  color: rgba(201,168,76,0.6);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease,
              background 0.2s, color 0.2s, border-color 0.2s;
  pointer-events: none;
}
.back-to-top:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  border-color: var(--or, #c9a84c);
}
.logo {
      position: absolute;
      top: 22px;
      left: 44px;
      z-index: 5;
      font-family: "Cormorant Garamond", serif;
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--gold-light);
      transition: font-size 0.4s ease, top 0.4s ease, letter-spacing 0.4s ease;
    }
.logo span { font-weight: 300; color: var(--text-dim); }
.nav-wrap.scrolled .logo {
      top: 14px;
      font-size: 1.3rem;
      letter-spacing: 0.08em;
    }
.site-footer {
  background: #060403;
  color: rgba(242,237,228,0.5);
  font-family: "Inter", sans-serif;
  font-weight: 300;
  position: relative;
}
.footer-rule {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,168,76,0.4) 20%,
    rgba(201,168,76,0.4) 80%,
    transparent
  );
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 4rem 3rem;
  max-width: 1600px;
  margin: 0 auto;
}
.footer-logo img {
  height: 48px;
  display: block;
  margin-bottom: 1.4rem;
  opacity: 0.85;
  filter: brightness(0.9);
}
.footer-tagline {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(242,237,228,0.65);
  margin-bottom: 0.88rem;
  max-width: 280px;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.4);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.footer-social-link svg {
  width: 16px;
  height: 16px;
}
.footer-social-link:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  border-color: var(--or, #c9a84c);
}
.footer-col-title {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or, #c9a84c);
  margin-bottom: 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.footer-links li a {
  font-size: 0.78rem;
  letter-spacing: 0.06em;

  color: rgba(242,237,228,0.65);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
  display: inline-block;
}
.footer-links li, .footer-links a {
  line-height: 0.66!important;
}
.footer-links li a:hover {
  color: var(--or, #c9a84c);
  padding-left: 6px;
}
.footer-contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.78rem;
  color: rgba(242,237,228,0.65);
  line-height: 1.5;
}
.footer-contact-list svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--or, #c9a84c);
  margin-top: 2px;
}
.footer-contact-list a {
  color: rgba(242,237,228,0.65);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-contact-list a:hover { color: var(--or, #c9a84c); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.4rem 3rem;
  border-top: 1px solid rgba(201,168,76,0.08);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.2);
}
.footer-bottom-sep { color: rgba(201,168,76,0.3); }
@media (max-width: 1024px) {
.footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

@media (max-width: 600px) {
.footer-inner { grid-template-columns: 1fr; padding: 3rem 1.5rem; gap: 2rem; }
.footer-bottom { flex-direction: column; gap: 0.4rem; text-align: center; }
.footer-bottom-sep { display: none; }
}

.testimonials {
  background: #f3ecef!important;
  padding: 6rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,168,76,0.3) 30%,
    rgba(201,168,76,0.3) 70%,
    transparent
  );
}
.testimonials-header {
  text-align: center;
  margin-bottom: 3.5rem;
  padding: 0 2rem;
}
.testimonials-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.testimonials-eyebrow::before,
.testimonials-eyebrow::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #875368;
}
.testimonials-eyebrow span {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #875368;
}
.testimonials-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: #734457;
  line-height: 1;
}
.testimonials-track-wrap {
  overflow: hidden;
  padding: 0 3rem;
}
.testimonials-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.t-card::before {
  content: "\"";
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  line-height: 1;
  color: #734457;
  pointer-events: none;
}
.t-card {
  flex: 0 0 calc(33.333% - 1rem);
  min-width: 0;
  overflow: hidden;
  background: #875368!important;
  border: 1px solid rgba(201,168,76,0.1);
  padding: 2.4rem;
  position: relative;
  transition: border-color 0.3s;
}
.t-card:hover {
  border-color: rgba(201,168,76,0.3);
}
.t-photo {
  width: 60px;
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #3c262e;
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
  flex-shrink: 0;
}
.t-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.t-photo {
  cursor: zoom-in;
}
.t-photo-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,8,6,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  padding: 2rem;
}
.t-photo-overlay.open {
  opacity: 1;
  visibility: visible;
}
.t-photo-overlay img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 6px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.9);
  border: 1px solid rgba(201,168,76,0.3);
}
.t-photo-overlay-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-size: 2.2rem;
  color: rgba(242,237,228,0.85);
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}
.t-photo-overlay-close:hover {
  color: var(--or, #c9a84c);
}
.t-ref {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.6);
  margin: 0.4rem 0 1.2rem;
}
.t-stars {
  color: var(--or, #c9a84c);
  font-size: 0.75rem;
  letter-spacing: 3px;
  margin-bottom: 1.2rem;
}
.t-text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #f3ecef;
  margin: 0 0 1.6rem;
  border: none;
  padding: 0;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.t-author::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: var(--or, #c9a84c);
  flex-shrink: 0;
}
.t-name {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--or, #c9a84c);
}
.t-city {
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: rgba(242,237,228,0.3);
}
.t-city::before {
  content: "·";
  margin-right: 0.6rem;
  color: rgba(201,168,76,0.3);
}
.t-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2.5rem;
}
.t-dot {
  width: 5px;
  height: 5px;
  background: rgba(242,237,228,0.15);
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: none;
  padding: 0;
}
.t-dot.active {
  background: var(--or, #c9a84c);
  transform: scale(1.4);
}
.t-arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.t-arrow {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid #ddb0c2;
  color: #734457;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.t-arrow:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  border-color: var(--or, #c9a84c);
}
.gallery-item {
  background: #1a1410; 
}
.t-arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
.t-arrow:hover {
  background: var(--or);
  color: #0a0806;
  border-color: var(--or);
}
@media (max-width: 768px) {
.prices-section { padding: 3rem 1rem; }
.prices-title {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }
.pa-header {
    padding: 1.2rem 0;
    gap: 0.8rem;
    align-items: flex-start; 
  }
.pa-header-text {
    font-size: 0.95rem;    
    letter-spacing: 0.06em;
    line-height: 1.4;
    white-space: normal;   
  }
.pa-technique {
    display: block;        
    margin-left: 0;
    margin-top: 0.2rem;
    font-size: 0.85rem;
  }
.pa-arrow {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
  }
.prices-table-wrap {
    overflow-x: auto;      
    -webkit-overflow-scrolling: touch;
  }
.prices-table {
    font-size: 0.82rem;
    min-width: 320px;      
  }
.prices-table thead th,
  .prices-table tbody td {
    padding: 0.7rem 0.6rem;
  }
.pa-body.open {
    max-height: 800px;     
  }
.logo {
      top: 14px;
      left: 24px;
      z-index: 5;
      font-family: "Cormorant Garamond", serif;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.06em;
    }
}

@media (max-width: 400px) {
.pa-header-text { font-size: 0.88rem; }
.prices-table   { font-size: 0.75rem; }
}
@media (min-width: 1025px) {
  .mobile-nav {
    left: auto !important;
    right: 0 !important;
    width: 420px !important;
    max-width: 85vw !important;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
.nav-logo img { height: 62px;}
.mobile-nav a { font-size: 1.8rem;}
.gallery-nav-next,.galleryNavNext {display:none!important;}
}

@media (max-width: 480px) {
.nav-logo img { height: 52px;}
.mobile-nav a { font-size: 1.6rem;}
.gallery-nav-next,.galleryNavNext {display:none!important;}
}

@media (max-width: 1024px) {
.t-card { flex: 0 0 calc(50% - 0.75rem); }
.gallery-nav-next,.galleryNavNext {display:none!important;}
}

@media (max-width: 640px) {
.t-card { flex: 0 0 calc(100% - 0rem); }
.testimonials-track-wrap { padding: 0 1.5rem; }
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--noir, #0a0806);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-nav.open {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.mobile-nav::before {
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--or, #c9a84c) 40%, var(--or, #c9a84c) 60%, transparent);
  flex-shrink: 0;
}
.mnav-close {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.6);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
  z-index: 10;
}
.mnav-close:hover {
  background: var(--or, #c9a84c);
  color: var(--noir, #0a0806);
}
.mnav-logo {
  text-align: center;
  padding: 8rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  flex-shrink: 0;
}
.mnav-logo img {
  height: 40px;
  opacity: 0.85;
}
.mnav-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0;
}
.mnav-item {
  border-bottom: 1px solid rgba(201,168,76,0.07);
}
.mnav-item:last-child { border-bottom: none; }
.mnav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1.8rem;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: rgba(242,237,228,0.85);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s, background 0.2s;
}
.mnav-link:hover,
.mnav-item.open > .mnav-link {
  color: var(--or, #c9a84c);
  background: rgba(201,168,76,0.04);
}
.mnav-chevron {
  font-size: 0.9rem;
  color: var(--or, #c9a84c);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.mnav-item.open .mnav-chevron {
  transform: rotate(180deg);
}
.mnav-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  background: rgba(201,168,76,0.03);
  border-top: 1px solid rgba(201,168,76,0.07);
}
.mnav-item.open .mnav-sub {
  max-height: 500px;
}
.mnav-sub a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.8rem 0.85rem 2.8rem;
  font-family: "Inter", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.05);
  transition: color 0.2s, padding-left 0.2s;
}
.mnav-sub a:last-child { border-bottom: none; }
.mnav-sub a::before {
  content: "—";
  font-size: 0.6rem;
  color: rgba(201,168,76,0.4);
  flex-shrink: 0;
}
.mnav-sub a:hover {
  color: var(--or, #c9a84c);

  padding-left: 3.2rem;
}
.mnav-cta-wrap {
  padding: 1.5rem 1.8rem;
  border-bottom: none !important;
}
.mnav-cta {
  display: block;
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--or, #c9a84c);
  color: var(--noir, #0a0806) !important;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}
.mnav-cta:hover {
  background: var(--or2, #e8c97a);
}
.mnav-flags {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 1.5rem;
  border-top: 1px solid rgba(201,168,76,0.1);
  flex-shrink: 0;
}
.mnav-flags a { line-height: 0; opacity: 0.6; transition: opacity 0.2s; }
.mnav-flags a:hover { opacity: 1; }
.mnav-flags img { width: 24px; height: auto; display: block; }
.mnav-bottom-rule {
  height: 2px;
  background: linear-gradient(to right, transparent, var(--or, #c9a84c) 40%, var(--or, #c9a84c) 60%, transparent);
  flex-shrink: 0;
}

.about-hero {
  position: relative;
  padding: 120px 0 100px;        
  overflow: hidden;
  background: #0a0806;
}
.about-bg {
  position: absolute;
  inset: 0;
  background: url("../img/Michael_2015_400.webp") center center / cover no-repeat;
  background-attachment: fixed;
  opacity: 0.65;                        
  filter: blur(2px) brightness(0.95);  
  z-index: 0;
}
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.65) 45%, transparent 100%);
  z-index: 1;
}
.about-grid {
  display: grid;
  grid-template-columns: 32% 68%;     
  gap: 7rem;
  align-items: center;
}
.about-left {
  position: relative;
  display: flex;
  justify-content: center;
}
.about-photo {
  max-width: 100%;
  border: 1px solid rgba(201, 168, 76, 0.25);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}
.about-photo img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease;
}
.about-photo:hover img {
  transform: scale(1.03);
}
.about-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,6,0.6), transparent 70%);
  opacity: 0.6;
}
.about-right {
  max-width: 820px;
}
.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.about-eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #c9a84c;
}
.about-eyebrow span {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9a84c;
}
.about-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
      color: var(--gold-light);
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 1.8rem;
}
.about-name span { font-weight: 300; color: var(--text-dim); }
.about-rule {
  width: 48px;
  height: 1px;
  background: var(--or);
  opacity: 0.5;
  margin-bottom: 2rem;
}
.about-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  font-weight: 300;
  font-style: italic;
  color: #c9a84c;
  margin-bottom: 2.2rem;
  line-height: 1.35;
}
.about-txt {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  line-height: 1.88;
  color: rgba(242, 237, 228, 0.78);
}
.about-txt p { margin-bottom: 1.1rem; }
@media (max-width: 1400px) {
.about-right {
  padding-right:6rem;
}
}

@media (max-width: 992px) {
.about-grid {
    grid-template-columns: 1fr;
    gap: 4rem;
    text-align: center;
  }
.about-left {
    max-width: 420px;
    margin: 0 auto;
  }
.about-inner {
    padding: 0 2rem;
  }
.about-right {
  padding-right:0rem;
}
}

@media (max-width: 768px) {
.about-hero {
    padding: 80px 0 80px;
  }
.about-bg {
    background-attachment: scroll;
  }
.about-name {font-size: clamp(2rem, 4.5vw, 4.5rem);}
.about-txt h3{font-size: clamp(1rem, 1.4vw, 1.2rem);}
}

.about-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  
  padding: 0 4rem;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s 0.3s ease, transform 1.2s 0.3s ease;
}
.about-inner.visible {
  opacity: 1;
  transform: translateY(0);
}
.about-eyebrow::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: var(--or, #c9a84c);
}
.about-eyebrow span {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or, #c9a84c);
}
.about-rule {
  width: 56px;
  height: 1px;
  background: var(--or, #c9a84c);
  margin-bottom: 1.4rem;
}
.about-subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--or, #c9a84c);
  margin-bottom: 2rem;
  line-height: 1.3;
}
.about-txt {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(242,237,228,0.7);
}
.about-txt p { margin-bottom: 1rem; }
.about-txt p:last-child { margin-bottom: 0; }
.career-section {
  background: var(--encre, #1a1410);
  padding: 5rem 3rem;
  position: relative;
  margin-bottom:0!important;
  bottom:0!important;
}
.career-section::after {
  content: "";
  display: block;
  height: 40px;
}
.career-section::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,168,76,0.3) 30%,
    rgba(201,168,76,0.3) 70%,
    transparent
  );
}
.career-header {
  text-align: center;
  margin-bottom: 3rem;
}
.career-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.career-eyebrow::before,
.career-eyebrow::after {

  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--or, #c9a84c);
}
.career-eyebrow span {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or, #c9a84c);
}
.career-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  max-width: 1400px;
  margin: 0 auto;
}
.cg-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1;
  background: var(--encre, #1a1410);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cg-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.cg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94),
              filter 0.4s ease;
  filter: grayscale(20%);
}
.cg-item:hover img {
  transform: scale(1.06);
  filter: grayscale(0%);
}
.cg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,8,6,0.9) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
.cg-item:hover .cg-overlay { opacity: 1; }
.cg-caption {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--creme, #f2ede4);
  letter-spacing: 0.06em;
}
.cg-item:nth-child(1)  { transition-delay: 0.05s; }
.cg-item:nth-child(2)  { transition-delay: 0.10s; }
.cg-item:nth-child(3)  { transition-delay: 0.15s; }
.cg-item:nth-child(4)  { transition-delay: 0.20s; }
.cg-item:nth-child(5)  { transition-delay: 0.25s; }
.cg-item:nth-child(6)  { transition-delay: 0.30s; }
.cg-item:nth-child(7)  { transition-delay: 0.35s; }
.cg-item:nth-child(8)  { transition-delay: 0.40s; }
.cg-item:nth-child(9)  { transition-delay: 0.45s; }
.cg-item:nth-child(10) { transition-delay: 0.50s; }
.about-lb {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(6,4,3,0.97);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.about-lb.open {
  opacity: 1;
  pointer-events: all;
}
.about-lb-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  z-index: 10;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.25);
  color: rgba(242,237,228,0.6);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.about-lb-close:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
}
.about-lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px; height: 52px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.5);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.about-lb-prev { left: 1.5rem; }
.about-lb-next { right: 1.5rem; }
.about-lb-arrow:hover {
  background: var(--or, #c9a84c);
  color: #0a0806;
  transform: translateY(-50%) scale(1.08);
}
.about-lb-track-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.about-lb-track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.25,0.46,0.45,0.94);
}
.about-lb-slide {
  flex: 0 0 100vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 7rem;
}
.about-lb-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0,0,0,0.8);
  user-select: none;
}
.about-lb-counter {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.3);
  pointer-events: none;
}
@media (max-width: 1024px) {
.career-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
.career-grid { grid-template-columns: repeat(3, 1fr); }
.about-inner { padding: 6rem 1.5rem 4rem; }
}

@media (max-width: 480px) {
.career-grid { grid-template-columns: repeat(2, 1fr); }
.about-lb-slide { padding: 4rem 1rem; }
}

.about-bg {
  position: absolute;
  inset: 0;
  background: url("../img/Michael_2015_400.webp") center center / cover no-repeat;
  background-attachment: fixed;
  opacity: 0.22;
  filter: blur(3px) brightness(0.45);
  z-index: 0;
}
.about-name {
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: clamp(3rem, 6.5vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 1.2rem;
}
.about-rule {
  width: 68px;
  height: 1px;
  background: #c9a84c;
  margin-bottom: 1.8rem;
}
:root {
  --or:    #c9a84c;
  --or2:   #e8c97a;
  --noir:  #0a0806;
  --encre: #1a1410;
  --creme: #f2ede4;
  --blanc: #ffffff;
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
}
.hero {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero.fonts-loaded {
  opacity: 1;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 42%;
  opacity: 0;
  transition: opacity 0.7s ease;
  pointer-events: none;
}
.hero-slide.active {
  opacity: 1;
  pointer-events: all;
}
.hero-slide.active .hero-rule {
  opacity: 1;
  transition: opacity 0.8s 1.2s ease; 
}
.hero-slide.active .hero-eyebrow {
  opacity: 1;
  transition: opacity 0.8s 0.6s ease;
}
.hero-slide .hero-rule {
  opacity: 0;
  transition: opacity 0.3s ease; 
}
.hero-slide .hero-eyebrow {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.hero-right img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: brightness(0.82) saturate(0.72);
  transform: scale(1.06);
  transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-slide.active .hero-right img { transform: scale(1.0); }
.hero-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 4rem 5rem 6rem;
  z-index: 2;
  background: linear-gradient(135deg,
    rgba(10,8,6,0.98) 0%,
    rgba(10,8,6,0.85) 60%,
    rgba(10,8,6,0.0)  100%);
}
.hero-left::before {
  content: "";
  position: absolute;
  left: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--or) 30%, var(--or) 70%, transparent);
  opacity: 0.5;
}
.hero-text {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.hero-slide.active .hero-text {
  opacity: 1;
  transform: translateY(0);
}
.hero-name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 300; letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.45); margin-bottom: 0.35rem;
}
.hero-title, .hero-title h1 {
  font-family: "Bebas Neue", "Oswald", sans-serif;

  font-size: clamp(3.5rem, 8vw, 7.5rem);
  line-height: 0.88; letter-spacing: 0.02em;
  color: var(--blanc); margin-bottom: 1.6rem;
}
.hero-rule {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 1.8rem;
}
.hero-rule-line {
  display: block; height: 1px;
  background: var(--or2); flex-shrink: 0;
  width: 0;
  
}
.hero-rule-text {
  font-family: "Cormorant Garamond", serif;
  font-style: italic; font-size: 0.9rem;
  color: rgba(242,237,228,0.45); letter-spacing: 0.08em;
  opacity: 0;
  
}
.hero-desc {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 300; line-height: 1.8;
  color: rgba(242,237,228,0.62);
  max-width: 440px; margin-bottom: 2.4rem;
}
.hero-badge {
  position: absolute; bottom: 2.5rem; right: 1.5rem;
  z-index: 2;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(201,168,76,0.3);
  background: rgba(10,8,6,0.72);
  font-size: 0.58rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--or);
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.5s 1s ease, transform 0.5s 1s ease;
}
.hero-slide.active .hero-badge { opacity: 1; transform: translateY(0); }
.hero-counter {
  position: absolute;
  bottom: 6rem;
  right: 3rem;
  z-index: 100;
  text-align: right;
  pointer-events: none;
  animation: fadeInCounter 1.5s ease 0.8s both;
}
@keyframes fadeInCounter {
from { opacity: 0; transform: translateY(10px); }
to   { opacity: 1; transform: translateY(0); }
}

.hero-counter span {
  font-size: 0.62rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(242,237,228,0.32);
}
.hero-scroll {
  position: absolute; bottom: 2.2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  pointer-events: none;
}
.hero-scroll span {
  font-size: 0.6rem; letter-spacing: 0.24em;
  text-transform: uppercase; color: rgba(242,237,228,0.28);
}
.hero-scroll::after {

  content: ""; display: block;
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.55), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
0%,100% { opacity: 0.35; transform: scaleY(1); }
}

.hero-nav {
  position: absolute;
  bottom: 6rem; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.hero-chevron {
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.25);
  color: rgba(242,237,228,0.5);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  padding: 0; flex-shrink: 0;
}
.hero-chevron:hover { background: var(--or); color: var(--noir); border-color: var(--or); }
.hero-chevron svg {
  width: 16px; height: 16px; fill: none;
  stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
  pointer-events: none;
}
.hero-dots { display: flex; align-items: center; gap: 8px; list-style: none; }
.hero-dot {
  width: 5px; height: 5px;
  background: rgba(242,237,228,0.18);
  border-radius: 50%; cursor: pointer;
  border: none; padding: 0; flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}
.hero-dot.active { background: var(--or); transform: scale(1.6); }
.hero-slide-num {
  position: absolute; top: 50%; right: 1.2rem;
  transform: translateY(-50%) rotate(90deg);
  z-index: 20;
  font-size: 0.55rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(201,168,76,0.32);
  pointer-events: none; white-space: nowrap;
}
.hero-progress {
  position: absolute;
  top: 0;    
  left: 0; right: 0;
  height: 1px;
  background: rgba(201,168,76,0.1);
  z-index: 20;
}
.hero-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, rgba(201,168,76,0.4), rgba(232,201,122,0.6)); 
}
.gallery-loadmore {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: 3.5rem 0 1rem;
}
.gallery-progress {
  width: 280px;
  height: 1px;
  background: rgba(201,168,76,0.12);
  position: relative;
  overflow: hidden;
}
.gallery-progress-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: linear-gradient(to right, var(--or), var(--or2));
  transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery-progress-label {
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.45);
  text-align: center;
}
.btn-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 3rem;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  color: rgba(242,237,228,0.65);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
  position: relative;
  overflow: hidden;
}
.btn-loadmore::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--or);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.btn-loadmore:hover::before { transform: scaleX(1); }
.btn-loadmore:hover { color: var(--noir); border-color: var(--or); }
.btn-loadmore span,
.btn-loadmore svg { position: relative; z-index: 1; }
.btn-loadmore svg {
  width: 14px; height: 14px;
  fill: none; stroke: currentColor;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  transition: transform 0.3s ease;
}
.btn-loadmore:hover svg { transform: translateY(3px); }
.btn-loadmore.loading span::after {
  content: "";
  display: inline-block;
  width: 10px; height: 10px;
  border: 1px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-left: 0.5rem;
  vertical-align: middle;
}
@keyframes spin {
to { transform: rotate(360deg); }
}

.gallery-end {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  padding: 2rem 0;
}
.gallery-end.visible { display: flex; }
.gallery-end-rule {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: rgba(201,168,76,0.4);
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.gallery-end-rule::before,
.gallery-end-rule::after {
  content: "";
  display: block;
  width: 60px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.3));
}
.gallery-end-rule::after {
  background: linear-gradient(to left, transparent, rgba(201,168,76,0.3));
}
@media (max-width: 991px) {
.hero-slide { grid-template-columns: 1fr; }
.hero-right::after {
    content: ""; position: absolute; inset: 0;
    background: rgba(10,8,6,0.62); z-index: 2;
  }
.hero-right::before { background: none; }
.hero-left {
    position: relative; z-index: 2;
    padding: 0 1.8rem 5rem; background: none; justify-content: flex-end;
  }
.hero-slide-num { display: none; }
.hero-nav       { left: 1.8rem; }
.hero-badge     { display: none; }
}

@media (max-width: 768px) {
.hero-nav {display:none;}
.hero-title, .hero-title h1 {font-size: clamp(3.5rem, 6vw, 5.5rem);line-height: 1.2;}
}

@media (max-width: 480px) {
.hero-nav {display:none;}
.hero-title, .hero-title h1 {font-size: clamp(2.5rem, 4vw, 3.5rem);}
}

.hero-chevron-left,
.hero-chevron-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.hero-chevron-left  { left: 1rem; }
.hero-chevron-right { right: 1rem; }
.footer-links li a {
  line-height: 0.88!important;
}
#cookieBanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -140px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 12px 28px;
  background: var(--noir, #0a0806);
  border-top: 1px solid rgba(201,168,76,0.3);
  box-shadow: 0 -6px 24px rgba(0,0,0,0.35);
  font-family: "Inter", sans-serif;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.5s ease;
}
#cookieBanner.visible {
  transform: translateY(0);
  opacity: 1;
}
#cookieBanner .cookie-text {
  flex: 1 1 380px;
  max-width: 680px;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.6;
  color: var(--text-dim, rgba(240,232,216,0.65));
  letter-spacing: 0.01em;
}
#cookieBanner .cookie-text a {
  color: var(--or, #c9a84c);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#cookieBanner .cookie-text a:hover {
  color: var(--or2, #e8c97a);
}
#cookieBanner .cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-btn {
  font-family: "Inter", sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.62rem 1.4rem;
  border-radius: 1px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.cookie-btn-accept {
  background: var(--or, #c9a84c);
  color: var(--noir, #0a0806);
  border: 1px solid var(--or, #c9a84c);
}
.cookie-btn-accept:hover {
  background: var(--or2, #e8c97a);
  border-color: var(--or2, #e8c97a);
  transform: translateY(-1px);
}
.cookie-btn-refuse {
  background: transparent;
  color: rgba(242,237,228,0.6);
  border: 1px solid rgba(242,237,228,0.25);
}
.cookie-btn-refuse:hover {
  color: var(--creme, #f2ede4);
  border-color: rgba(242,237,228,0.5);
  transform: translateY(-1px);
}
@media (max-width: 640px) {
#cookieBanner {
    justify-content: flex-start;
    padding: 14px 18px;
  }
#cookieBanner .cookie-actions {
    width: 100%;
    justify-content: flex-end;
  }
}


@media (max-width: 768px) {
  .cart-bar .cart-total {
        display: none !important;
    }

  .cart-bar-inner {
        padding: 0 5px !important;
    }

  .nav-wrap {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

  #burgerBtn {
        margin-right: 10px;
    }
}

:root {
  --tp-bg:   #241c14;  /* fond de la page, bronze/espresso */
  --tp-card: #342a1f;  /* fond des cartes témoignage */
}

.hero-commercial_white {
    background: #fff;
    color: var(--ink);
    padding: 125px 20px 30px;
    text-align: center;
}

.hero-commercial_white .eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.hero-commercial_white h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 7vw, 2.6rem);
  line-height: 1.15;
  color: #1a1410;
  margin-bottom: 10px;
}

.hero-commercial_white p {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--muted);
  font-size: 15px;
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer-logo img {max-width:200px!important;}
}

.tp-page {
  position: relative;
  background: var(--tp-bg);
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

.tp-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,0.09), transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(201,168,76,0.06), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.logo {
      position: absolute;
      top: 34px;
      left: 44px;
      z-index: 5;
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.2rem;
      font-weight: 600;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--gold-light);
      transition: font-size 0.4s ease, top 0.4s ease, letter-spacing 0.4s ease;
    }

:root {
  --noir:  #0a0806;
  --encre: #1a1410;
  --or:    #c9a84c;
  --or2:   #e8c97a;
  --creme: #f2ede4;
/*  --gris:  #9a9088; */
  --gris:  #bfb3a9;
  --blanc: #ffffff;
}

body {
  background: var(--noir);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: var(--creme);
}

.nav-links > li > a {
  display: block;
  padding: 0.5rem 1.2rem!important;
  font-size: 0.72rem!important;
  font-weight: 400!important;
  letter-spacing: 0.18em!important;
  text-transform: uppercase!important;
  color: rgba(242,237,228,0.75)!important;
  text-decoration: none!important;
  position: relative;
  transition: color 0.2s!important;
}

.nav-links > li > a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0rem; right: 1.8rem;
  height: 1px;
  background: var(--or);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-links > li > a:hover { color: var(--or2)!important; }

.nav-links .drop {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(20px)!important;
  background: rgba(15,12,9,0.97);


  border: 1px solid rgba(201,168,76,0.2);
  padding: 1.2rem 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s!important;
  list-style: none;
}

.nav-links .has-drop::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 12px;
  background: transparent;
}

.nav-links .has-drop:hover .drop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0)!important;
}

.nav-links .drop li a {
  display: flex !important;
  padding: 0.35rem 1.2rem;  
  align-items: center !important;
  font-size: 0.72rem!important;
  letter-spacing: 0.12em!important;
  text-transform: uppercase;
  color: rgba(242,237,228,0.65)!important;
  text-decoration: none;
  transition: color 0.2s ease!important;
}

.nav-links .drop li a:hover {
  color: var(--or2)!important;
}

.nav-links .drop li a::before {
  content: '→'!important;
  display: inline-block;
  width: 0;
  overflow: hidden;
  flex-shrink: 0;
  color: var(--or);
  font-size: 0.65rem!important;
  transition: width 0.35s ease, opacity 0.35s ease, margin-right 0.35s ease!important;
}

.nav-cta {
  display: inline-block;
  padding: 0.6rem 1.2rem!important;
  border: 1px solid var(--or);
  color: var(--or) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s !important;
}

.nav-flags {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 1.4rem;
  margin-top: 1.4rem;
}

.nav-flags a { line-height: 0; opacity: 0.65; transition: opacity 0.2s;  margin:0!important;
 }

@media (max-width: 991px) {
  .stage { display: none; }

  .hero-right::after {
    content: '';
    position: absolute;
    inset: 0;

    background: rgba(10,8,6,0.65);
    z-index: 1;
  }
}

.mobile-nav a {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: var(--creme);
  text-decoration: none;
  transition: color 0.2s;
}

@media (max-width: 480px) {
  .t-arrows-cta {
    order: 3;
    flex: 0 0 90%;
    margin-top: 0.5rem;
  }
}

@media (min-width: 1025px) {
  .mobile-nav,
  .mobile-menu,
  #mobile-nav,
  .mobile-navigation,
  .nav-mobile {
    display: none !important;   /* ou ce que tu utilises normalement */
  }
}

@media (max-width: 768px) {
  .gallery-nav-next,.galleryNavNext,.cta-section, .gallery-eyebrow {display:none!important;}

  .nav-logo img { height: 82px !important; padding-left:2.4rem;margin-top:2rem; }

  .mobile-nav .mnav-sub a {
  font-size: 0.78rem !important;
  letter-spacing: 0.12em !important;
  font-family: 'Inter', sans-serif !important;
}
}

@media (max-width: 480px) {
  .nav-logo img { height: 62px;}
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--noir, #0a0806);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;  /* ajouter ceci */
  gap: 0;   
  opacity: 0;
  pointer-events: none;
  transform: translateX(100%);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-nav::before {
  content: ''!important;
  display: block!important;
  height: 2px!important;
  background: linear-gradient(to right, transparent, var(--or, #c9a84c) 40%, var(--or, #c9a84c) 60%, transparent)!important;
  flex-shrink: 0!important;
}

.mnav-logo {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(201,168,76,0.1);
  flex-shrink: 0;
}

.mnav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1.8rem;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  color: rgba(242,237,228,0.85);
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s, background 0.2s;
}

.mnav-sub a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 1.8rem 0.85rem 2.8rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.55);
  text-decoration: none;
  border-bottom: 1px solid rgba(201,168,76,0.05);
  transition: color 0.2s, padding-left 0.2s;
}

.mnav-sub a::before {
  content: '—';
  font-size: 0.6rem;
  color: rgba(201,168,76,0.4);
  flex-shrink: 0;
}

.mnav-cta {
  display: block;
  width: 100%;
  padding: 0.9rem 1rem;
  background: var(--or, #c9a84c);
  color: var(--noir, #0a0806) !important;
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s;
}

.mnav-flags {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 0.5rem;
  border-top: 1px solid rgba(201,168,76,0.1);
  flex-shrink: 0;
}

#mainNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 54px;
  background: rgba(10, 8, 6, 0);
  backdrop-filter: blur(0px);
  opacity: 0;                              /* invisible au départ */
  pointer-events: none;                   /* non cliquable au départ */
  transform: translateY(-10px);
  transition:
    height          0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background      0.4s ease,
    backdrop-filter 0.4s ease,
    box-shadow      0.4s ease,
    opacity         0.4s ease,
    transform       0.4s ease;
  will-change: height, background, opacity, transform;
}

#mainNav.scrolled {
  height: 54px;
  background: rgba(10, 8, 6, 0.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 2px 20px rgba(0,0,0,.55);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  padding: 0 40px;
}

#mainNav .nav-logo img,
#mainNav .nav-logo svg {
  height: 44px;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease;
}

#mainNav.scrolled .nav-logo img,
#mainNav.scrolled .nav-logo svg {
  height: 30px;
}

#mainNav .nav-logo {
  font-size: 1.15rem;
  letter-spacing: .12em;
  transition: font-size 0.4s ease;
}

#mainNav.scrolled .nav-logo {
  font-size: 0.95rem;
}

#mainNav .nav-links a {
  font-size: 0.78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  padding: 6px 0;
  margin: 0 18px;
  position: relative;
  transition: color 0.25s ease;
}

#mainNav .nav-links a:hover { color: #c9a96e; }

#mainNav .nav-links a:hover::after { width: 100%; }

#burgerBtn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

#burgerBtn span {
  display: block;
  width: 26px; height: 2px;
  background: #fff;
  transition: background 0.2s;
}

#burgerBtn:hover span { background: #c9a96e; }

#mobileNav {
  position: fixed;
  inset: 0;
  background: rgba(10, 8, 6, 0.97);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 28px;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

#mobileNav.open { transform: translateX(0); }

#mobileNav a {
  font-size: 1.1rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  transition: color 0.2s;
}

#mobileNav a:hover { color: #c9a96e; }

#mobileNavClose {
  position: absolute;
  top: 28px; right: 36px;
  background: none; border: none;
  color: #fff; font-size: 1.6rem;
  cursor: pointer; line-height: 1;
}

body > .stage:first-of-type,
body > *:not(#mainNav):first-of-type {
  /* ajuste selon la hauteur de ton hero */
}

.mobile-hero-tag { display: none; }

@media (max-width: 768px) {
  .mobile-hero-tag {
   display: none;
  }

  #mainNav .nav-links { display: none!important; }

  #burgerBtn           { display: flex; }

  #mainNav             { padding: 0 20px; height: 64px; }

  #mainNav.scrolled    { height: 50px; }

  #mainNav {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    justify-content: center;  /* centre tout */
  }

  #mainNav.nav-mini .nav-logo img {
    height: 38px !important;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	padding-top:0!important;
	margin-top:0!important;
  }

  #mainNav.nav-mini {
    height: 50px;
    background: rgba(10, 8, 6, 0.92);
    backdrop-filter: blur(14px);
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #burgerBtn {
    margin-left: auto;  /* pousse le burger tout à droite */
  }
}

@keyframes panelReveal {
  from {
    opacity: 0;
    transform: translateY(32px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.accordion .panel {
  opacity: 0;
}

.accordion.panels-visible .panel {
  animation: panelReveal 0.65s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.accordion.panels-visible .panel[data-index="0"] { animation-delay: 0.00s; }

.accordion.panels-visible .panel[data-index="1"] { animation-delay: 0.12s; }

.accordion.panels-visible .panel[data-index="2"] { animation-delay: 0.24s; }

.accordion.panels-visible .panel[data-index="3"] { animation-delay: 0.36s; }

.accordion.panels-visible .panel[data-index="4"] { animation-delay: 0.48s; }

.panel-submenu {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 6px;
}

.panel-sublink {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 0.80rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 9px 0;
  border-bottom: 1px solid rgba(201, 169, 110, 0.18);
  position: relative;
  transition: color 0.22s ease, padding-left 0.22s ease;
}

.panel-sublink::before {
  content: '→';
  position: absolute;
  left: -18px;
  opacity: 0;
  color: #c9a96e;
  transition: opacity 0.22s ease, left 0.22s ease;
}

.panel-sublink:hover {
  color: #c9a96e;
  padding-left: 6px;
}

.panel-sublink:hover::before {
  opacity: 1;
  left: -12px;
}

.panel-sublink:last-child {
  border-bottom: none;
}

.panel.has-submenu.open {
  cursor: default;
}

.panel-shadow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.38) 40%,
    rgba(0, 0, 0, 0.00) 70%
  );
  pointer-events: none;
  z-index: 1;
}

.m-item {
  opacity: 0;
}

.m-item img {
  opacity: 0;
  transform: scale(1.08);
  filter: brightness(.8);
  transition:
    transform 1.2s cubic-bezier(.22,1,.36,1),
    opacity .8s ease,
    filter 1.2s ease;
}

.m-item.visible img {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1);
}

.fc-section {
  background: #0a0806;
  padding: 6rem 0 5rem;
  overflow: hidden;
  position: relative;
}

.fc-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.3) 40%, rgba(201,168,76,0.3) 60%, transparent);
}

.fc-header {
  text-align: center;
  padding: 0 1.5rem 3rem;
}

.fc-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 0.9rem;
}

.fc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  color: #f2ede4;
  margin: 0 0 1.4rem;
  letter-spacing: 0.04em;
}

.fc-rule {
  width: 48px;
  height: 1px;
  background: #c9a84c;
  margin: 0 auto;
  opacity: 0.6;
}

.fc-stage {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.fc-viewport {
  flex: 1;
  overflow: hidden;
  padding: 1rem 0 1.4rem; /* espace pour ombre bas des cartes */
}

.fc-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  padding: 0 4vw; /* marge latérale interne */
}

.fc-card {
  flex: 0 0 calc((100% - 4 * 24px) / 3); /* 3 cartes visibles par défaut */
  min-width: 0;
  background: #13100d;
  border: 1px solid rgba(201,168,76,0.1);
  cursor: pointer;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.fc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.35);
  box-shadow: 0 20px 60px rgba(0,0,0,0.55);
}

.fc-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #0f0c09;
}

.fc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
  filter: brightness(0.88);
}

.fc-card:hover .fc-img-wrap img {
  transform: scale(1.05);
  filter: brightness(1);
}

.fc-card {
  cursor: pointer;
}

.fc-zoom-hint {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 32px;
  height: 32px;
  background: rgba(10,8,6,0.7);
  border: 1px solid rgba(201,168,76,0.35);
  color: #c9a84c;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.fc-card:hover .fc-zoom-hint {
  opacity: 1;
  transform: scale(1);
}

.fc-card-info {
  padding: 1rem 1.2rem 1.3rem;
}

.fc-card-cat {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 0.4rem;
}

.fc-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  color: #f2ede4;
  margin: 0 0 0.25rem;
}

.fc-card-sub {
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 300;
  color: rgba(242,237,228,0.42);
  margin: 0;
  letter-spacing: 0.06em;
}

.fc-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;

  background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  z-index: 2;
  margin: 0 1.2rem;
}

.fc-arrow:hover {
  background: #c9a84c;
  color: #0a0806;
  border-color: #c9a84c;
}

.fc-arrow:disabled {
  opacity: 0.2;
  pointer-events: none;
}

.fc-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 2rem;
}

.fc-dot {
  width: 24px;
  height: 2px;
  background: rgba(201,168,76,0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, width 0.3s;
}

.fc-dot.active {
  background: #c9a84c;
  width: 40px;
}

.fc-cta-wrap {
  text-align: center;
  margin-top: 2.8rem;
}

.fc-cta-link {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(242,237,228,0.65);
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  transition: color 0.2s, border-color 0.2s;
}

.fc-cta-link:hover {
  color: #c9a84c;
  border-color: #c9a84c;
}

@media (max-width: 1024px) {
  .fc-card {
    /* viewport - flèches (2×44px+2×1.2rem≈57px) - padding track (2×3vw) - gap entre 2 cartes */
    flex: 0 0 calc((100vw - 114px - 6vw - 24px) / 2);
  }

  .fc-track {
    padding: 0 3vw;
  }
}

@media (max-width: 640px) {
  .fc-section {
    padding: 4rem 0 3.5rem;
  }

  .fc-arrow {
    width: 36px;
    height: 36px;
    margin: 0 0.4rem;
    flex-shrink: 0;
  }

  .fc-track {
    padding: 0 0;
    gap: 16px;
  }

  .fc-card {
    flex: 0 0 calc(100vw - 72px - 26px);
  }
}

@media (max-width: 400px) {
  .fc-arrow { display: none; }

  .fc-track { padding: 0 4vw; }

  .fc-card  { flex: 0 0 92vw; }
}

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

:root {
  --noir:  #0a0806;
  --encre: #1a1410;
  --or:    #c9a84c;
  --or2:   #e8c97a;
  --creme: #f2ede4;
  --gris:  #bfb3a9;
  --blanc: #ffffff;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: var(--noir);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: var(--creme);
}

.sp-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.sp-bg {
  position: absolute;
  inset: -80px 0;
  background-image: url('../img/bg_michael.webp');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  z-index: 0;
}

.sp-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,8,6,0.90) 0%,
    rgba(10,8,6,0.78) 50%,
    rgba(10,8,6,0.62) 100%
  );
}

.sp-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.4) 40%, rgba(201,168,76,0.4) 60%, transparent);
  z-index: 2;
}

.sp-section::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.4) 40%, rgba(201,168,76,0.4) 60%, transparent);
  z-index: 2;
}

.sp-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 60% 40%;
  min-height: 420px;
  max-width: 1400px;
  margin: 0 auto;
}

.sp-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 5vw;
  border-right: 1px solid rgba(201,168,76,0.12);
}

.sp-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 1.2rem;
}

.sp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.sp-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #c9a84c;
}

.sp-eyebrow span {
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c9a84c;
}

.sp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--creme);
  letter-spacing: 0.04em;
  line-height: 1.15;

  margin-bottom: 1.8rem;
}

.sp-rule {
  width: 48px;
  height: 1px;
  background: var(--or);
  opacity: 0.5;
  margin-bottom: 2rem;
}

.sp-lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-weight: 300;
  font-style: italic;
  color: var(--creme);
  line-height: 1.78;
  margin-bottom: 2.2rem;
  opacity: 0.88;
}

.sp-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.sp-block-title {
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 0.55rem;
}

.sp-block-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.82rem, 1vw, 0.9rem);
  font-weight: 300;
  color: var(--gris);
  line-height: 1.85;
}

.sp-slide-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  padding: 2.5rem 2rem;
}

.sp-frame {
  position: absolute;
  inset: 2.8rem 2.4rem;
  border: 1px solid rgba(201,168,76,0.22);
  z-index: 3;
  pointer-events: none;
}

.sp-frame::before,
.sp-frame::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--or);
  border-style: solid;
  opacity: 0.65;
}

.sp-frame::before {
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}

.sp-frame::after {
  bottom: -1px; right: -1px;
  border-width: 0 2px 2px 0;
}

.sp-track-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sp-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.sp-slide {
  flex: 0 0 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.sp-track-wrap,
.sp-track,
.sp-slide,
.sp-slide img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sp-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 8s ease;
  transform: scale(1.0);
}

.sp-slide.active img {
  transform: scale(1.06);
}

.sp-caption {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  padding: 2.5rem 1.8rem 1.6rem;
  background: linear-gradient(to top, rgba(10,8,6,0.82) 0%, transparent 100%);
  z-index: 2;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
}

.sp-slide.active .sp-caption {
  opacity: 1;
  transform: translateY(0);
}

.sp-caption-cat {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 0.35rem;
}

.sp-caption-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--creme);
}

.sp-counter {
  position: absolute;
  top: 3.2rem;
  right: 3.8rem;
  z-index: 4;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  font-style: italic;
  color: rgba(201,168,76,0.55);
  letter-spacing: 0.12em;
}

.sp-dots {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-dot {
  width: 2px;
  height: 20px;
  background: rgba(201,168,76,0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, height 0.3s;
}

.sp-dot.active {
  background: var(--or);
  height: 36px;
}

.sp-arrows {
  position: absolute;

  right: 3rem;
  bottom: 3.4rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sp-arrow-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.25);
  color: rgba(242,237,228,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.sp-arrow-btn:hover {
  background: var(--or);
  color: var(--noir);
  border-color: var(--or);
}

.sp-cta-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.5rem 0 3.5rem;
  background: rgba(10,8,6,0.55);
}

.sp-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 2.8rem;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  color: rgba(242,237,228,0.7);
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;
  position: relative;
  overflow: hidden;
}

.sp-cta-link::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--or);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.sp-cta-link:hover::before { transform: scaleX(1); }

.sp-cta-link:hover { color: var(--noir); border-color: var(--or); }

.sp-cta-link span { position: relative; z-index: 1; }

@media (max-width: 900px) {
  .sp-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sp-text-col {
    padding: 4rem 2rem 3rem;
    border-right: none;
    border-bottom: 1px solid rgba(201,168,76,0.12);
  }

  .sp-slide-col {
    min-height: 350px;
    padding: 1.5rem 1rem;
  }

  .sp-slide {
    min-height: 300px;
  }

  .sp-bg {
    background-attachment: scroll;
    inset: 0;
  }

  .sp-arrows { right: 1.5rem; bottom: 1.5rem; }

  .sp-counter { top: 1.5rem; right: 2rem; }

  .sp-frame { inset: 1.2rem; }

  .sp-dots { left: 1rem; }

  .sp-slide img {
    transition: none;
  }

  .sp-slide.active img {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .sp-text-col { padding: 3rem 1.5rem; }

  .sp-frame { inset: 0.8rem; }

  .sp-arrows { display: none; }
}

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

.gallery_painting-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.gallery_painting-eyebrow::before,
.gallery_painting-eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--or);
}

.gallery_painting-eyebrow span {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--or);
  font-family: 'Inter', sans-serif;
}

.gallery_painting-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--creme, #f2ede4);
  line-height: 1;
  z-index:999!important;
  z-index: 2;
}

.gf-btn {
  padding: 0.7rem 1.6rem;
  background: transparent;
  border: none;
  border-right: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.65);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-family: 'Inter', sans-serif;
}

.m-item.hidden {
  display: none !important;
}

.m-494 img {
  aspect-ratio: 380 / 494;   /* exemple si tes tall sont plus hautes */
}

.m-507 img {
  aspect-ratio: 380 / 507;   /* exemple si tes tall sont plus hautes */
}

.m-red {
  display: inline-block;
  position: relative;
  align-self: flex-start;
  background: #d0571c;
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0.7rem;
  padding: 0.45rem 1rem;
  border: 1px solid #333;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  width:100%;
  text-align:center;
}

.m-caption {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--creme);
  line-height: 1.2;
}

.lb-mat {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(14px, 3.4vw, 46px);
  background: #c4c4c4;
  box-shadow: inset 0 0 18px rgba(0,0,0,0.28);
}

.lb-mat-inner {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(6px, 1vw, 14px);
  background: var(--creme);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.15);
}

.lb-caption {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: var(--or2);
  text-align: center;
  max-width: 100%;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}

.lb-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  z-index: 10;
  width: 44px; height: 44px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.25);
  color: rgba(242,237,228,0.6);
  font-size: 1.1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
  line-height: 1;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.3) 30%, rgba(201,168,76,0.3) 70%, transparent);
}

.cta-inner { max-width:940px; margin: 0 auto; }

.cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  text-transform: uppercase;
  color: var(--creme);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.cta-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  color: var(--gris);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .gallery-header-inner {padding-top: 0.4rem;padding-left: 1rem;
}
}

.gallery-nav-label {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: rgba(242,237,228,0.45);
  text-transform: uppercase;
  transition: color 0.3s;
}

.gallery-nav-arrow, .gallery-nav-arrow2 {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: transparent;
  background: linear-gradient(to right, rgba(201,168,76,0.3), rgba(201,168,76,0.9));
  -webkit-background-clip: text;
  background-clip: text;
  transition: background 0.3s, transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  display: block;
}

.m-inquiry-btn {
  display: inline-block;
  margin-top: 0.7rem;
  padding: 0.45rem 1rem;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.6);
  color: var(--or);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, color 0.25s, transform 0.25s;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.m-inquiry-btn:hover {
  background: var(--or);
  color: var(--noir);
  transform: translateY(-2px);
}

.inquiry-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(6,4,3,0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  padding: 2rem;
}

.inquiry-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.inquiry-modal {
  display: grid;
  grid-template-columns: 42% 58%;
  max-width: 1100px;
  width: 100%;
  max-height: 90vh;
  background: #0f0d0b;
  border: 1px solid rgba(201,168,76,0.15);
  overflow: hidden;
  transform: translateY(24px);
  transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

.inquiry-overlay.open .inquiry-modal {
  transform: translateY(0);
}

.inquiry-left {
  position: relative;
  min-height: 540px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease;
}

.inquiry-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.15),
    rgba(10,8,6,0.70) 60%,
    rgba(10,8,6,0.90) 100%
  );
  z-index: 2;
}

.inquiry-left-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 2.5rem;
  z-index: 3;
  color: white;
}

.inquiry-painting-label {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--or);
  margin-bottom: 0.5rem;
}

.inquiry-painting-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--creme);
  line-height: 1.2;
  margin: 0;
}

.inquiry-right {
  position: relative;
  padding: 3.5rem 3rem 3rem;
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
}

.inquiry-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 38px; height: 38px;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.2);
  color: rgba(242,237,228,0.5);
  font-size: 1rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
  line-height: 1;
}

.inquiry-close:hover { background: var(--or); color: var(--noir); border-color: var(--or); }

.inquiry-card {
  width: 100%;
}

.inquiry-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--or);
  margin-bottom: 2rem;
}

.inq-field {
  margin-bottom: 1.2rem;
}

.inq-field input,
.inq-field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(201,168,76,0.3);
  padding: 0.75rem 0;
  color: var(--creme);
  font-size: 0.92rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.3s;
}

.inq-field input:focus,
.inq-field textarea:focus {
  border-color: var(--or);
}

.inq-field textarea {
  resize: vertical;
  min-height: 110px;
}

.inq-field input::placeholder,
.inq-field textarea::placeholder {
  color: rgba(191,179,169,0.5);
}

.inq-submit {
  margin-top: 0.5rem;
  text-align: center;
}

.inquiry-success {
  display: none;
  text-align: center;
  padding: 2.5rem 1rem;
  color: #28a745;
  border: 1px solid #28a745;
  margin-top: 1rem;
  background: rgba(40,167,69,0.08);
}

.inquiry-success h3 {
  color: #28a745;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .inquiry-modal {
    grid-template-columns: 1fr;
    max-height: 92vh;
    overflow-y: auto;
  }

  .inquiry-left {
    min-height: 220px;
  }

  .inquiry-right {
    padding: 2rem 1.5rem 2rem;
  }

  .gf-btn {
  padding: 0.7rem 1rem!important;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}
}

.gallery-filters {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  align-items: center;
}

.gf-btn {
  background: transparent;
  border: 1px solid rgba(201,168,76,0.25);
  color: var(--gris);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  transition: all 0.25s;
}

.gf-btn:hover,
.gf-btn.active {
  background: var(--or);
  color: var(--noir);
  border-color: var(--or);
}

.about-bg {
  position: absolute;
  inset: 0;
  background: url('../img/Michael_2015_400.webp') center center / cover no-repeat;
  background-attachment: fixed;
  opacity: 0.65;                        /* ← était 0.22 */
  filter: blur(2px) brightness(0.95);  /* ← était brightness(0.45) */
  z-index: 0;
}

.about-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10,8,6,0.92) 0%, rgba(10,8,6,0.65) 45%, transparent 100%);
  z-index: 1;
}

.about-eyebrow::before {
  content: '';
  width: 40px;
  height: 1px;
  background: #c9a84c;
}

.about-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
      color: var(--gold-light);
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 1.8rem;
}

.about-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 2.6vw, 1.85rem);
  font-weight: 300;
  font-style: italic;
  color: #c9a84c;
  margin-bottom: 2.2rem;
  line-height: 1.35;
}

.about-txt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  line-height: 1.88;
  color: rgba(242, 237, 228, 0.78);
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.about-eyebrow::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--or, #c9a84c);
}

.about-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--or, #c9a84c);
  margin-bottom: 2rem;
  line-height: 1.3;
}

.about-txt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(242,237,228,0.7);
}

.career-section::after {
  content: '';
  display: block;
  height: 40px;
}

.career-section::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,168,76,0.3) 30%,
    rgba(201,168,76,0.3) 70%,
    transparent
  );
}

.career-eyebrow::before,
.career-eyebrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--or, #c9a84c);
}

.cg-caption {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--creme, #f2ede4);
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .about-bg { background-attachment: scroll; }
}

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

:root {
      --gold:       #c9a84c;
      --gold-light: #e8c870;
      --gold-dim:   #7a6430;
      --dark:       #0d0b09;
      --dark-mid:   #181410;
      --off-white:  #f0e8d8;
      --text-dim:   rgba(240,232,216,0.55);
      --accordion-w: 50vw;
      --transition: 0.72s cubic-bezier(0.77, 0, 0.18, 1);
    }

.stage {
      display: flex;
      width: 100vw;
      height: 100vh;
    }

.slider {
      flex: 1;
      position: relative;
      overflow: hidden;
    }

.slide {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center top;
      opacity: 0;
      transition: opacity 1.4s ease;
    }

.slide.active { opacity: 1; }

.slider::after {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to right,  rgba(13,11,9,0.55) 0%, transparent 50%),
        linear-gradient(to bottom, transparent 40%, rgba(13,11,9,0.72) 100%);
      pointer-events: none;

      z-index: 2;
    }

.hero-text-index {
      position: absolute;
      bottom: 160px;
      left: 52px;
      z-index: 3;
    }

.hero-eyebrow {
      font-size: 10px;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 14px;
      font-weight: 300;
    }

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400; /* Passé de 300 à 400 pour stabiliser l'accent */
  line-height: 1.06;
  color: var(--off-white);
}

.hero-title em {
      font-style: italic;
      color: var(--gold-light);
    }

.hero-sub {
      margin-top: 20px;
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-dim);
      font-weight: 300;
    }

.dots {
      position: absolute;
      bottom: 62px;
      right: 28px;
      z-index: 4;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

.dot {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: var(--text-dim);
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
    }

.dot.active {
      background: var(--gold);
      transform: scale(1.6);
    }

.logo {
      position: absolute;
      top: 34px;
      left: 44px;
      z-index: 5;
      font-family: 'Cormorant Garamond', serif;
      font-size: 3rem;
      font-weight: 600;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--gold-light);
    }

.logo span { font-weight: 300; color: var(--text-dim); }

.accordion {
      display: flex;
      height: 100%;
      flex-shrink: 0;
      width: var(--accordion-w);
    }

.panel {
      position: relative;
      height: 100%;
      flex: 1;
      overflow: hidden;
      cursor: pointer;
      transition: flex-grow var(--transition);
      border-left: 1px solid rgba(201,168,76,0.12);
    }

.panel.open,
    .panel.hovered {
      flex-grow: 5;
    }

.panel-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      filter: brightness(0.55) saturate(0.85);
      transition: filter var(--transition);
    }

.panel.open .panel-bg,
    .panel:hover .panel-bg,
    .panel.hovered .panel-bg {
      filter: brightness(0.9) saturate(1.1);
    }

.panel::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(13,11,9,0.1) 0%, rgba(13,11,9,0.4) 100%);
      pointer-events: none;
      transition: background var(--transition);
    }

.panel.open::after,
    .panel:hover::after,
    .panel.hovered::after {
      background: linear-gradient(to bottom, rgba(13,11,9,0.02) 0%, rgba(13,11,9,0.25) 100%);
    }

.panel-icon {
      position: absolute;
      top: 34px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      width: 26px;
      height: 26px;
      opacity: 0.45;
      transition: opacity 0.4s;
      color: var(--gold-light);
    }

.panel:hover .panel-icon,
    .panel.open .panel-icon { opacity: 0.85; }

.panel-label {
  position: absolute;
  top: 70%;
  left: 42%;
  width: 340px;              /* ← largeur fixe identique pour tous les labels */
  text-align: left;          /* ← ancre le début du mot toujours au même point */
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
/*  font-family: 'Cormorant Garamond', serif;*/
font-family: 'Cinzel', serif;
  font-weight: 400;
  font-size: clamp(24px, 2.6vw, 30px);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--off-white);
  z-index: 3;
  transition: opacity var(--transition);
}

.panel.open .panel-label,
    .panel:hover .panel-label {
      opacity: 0;
    }

.panel-content {
      position: absolute;
      inset: 0;
      z-index: 4;
      padding: 100px 36px 50px 36px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      opacity: 0;
      transform: translateX(18px);
      transition: opacity 0.45s 0.25s, transform 0.45s 0.25s;
      pointer-events: none;
    }

.panel.open .panel-content,
    .panel:hover .panel-content {
      opacity: 1;
      transform: translateX(0);
      pointer-events: auto;
    }

.panel-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 28px;
      font-weight: 300;
      color: var(--off-white);
      line-height: 1.2;
      margin-bottom: 12px;
    }

.panel-desc {
      font-size: 12px;
      line-height: 1.9;
      color: var(--text-dim);
      font-weight: 300;
      margin-bottom: 28px;
    }

.panel-link {
      display: inline-block;
      font-size: 9px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: var(--gold);
      text-decoration: none;
      border-bottom: 1px solid var(--gold-dim);
      padding-bottom: 4px;
      transition: color 0.3s, border-color 0.3s;
    }

.panel-link:hover {
      color: var(--gold-light);
      border-color: var(--gold-light);
    }

.panel-accent {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, transparent, var(--gold), transparent);
      opacity: 0;
      transition: opacity var(--transition);
      z-index: 5;
    }

.panel.open .panel-accent,
    .panel:hover .panel-accent { opacity: 1; }

.panel-close {
      position: absolute;
      top: 34px;
      right: 22px;
      z-index: 6;
      background: none;
      border: none;
      color: var(--text-dim);
      cursor: pointer;
      font-size: 18px;
      opacity: 0;
      transition: opacity 0.35s 0.3s, color 0.3s;
    }

.panel.open .panel-close {
      opacity: 1;
    }

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

svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.progress {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 2px;
      background: var(--gold);
      width: 0%;
      z-index: 10;
      transition: width 0.1s linear;
    }

.gallery-btn {
      position: absolute;
      bottom: 28px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 4;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      background: none;
      border: none;
      color: var(--off-white);
      cursor: pointer;
      font-family: 'Raleway', sans-serif;
      font-size: 9px;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      font-weight: 400;
      opacity: 0.75;
      transition: opacity 0.35s, transform 0.35s;
    }

.gallery-btn:hover {
      opacity: 1;
      transform: translateX(-50%) translateY(4px);
    }

.gallery-btn svg {
      width: 18px;
      height: 18px;
      stroke: var(--gold-light);
      animation: bounce-down 2.2s ease-in-out infinite;
    }

@keyframes bounce-down {
  0%, 100% { transform: translateY(0); }

  50%      { transform: translateY(6px); }
}

.gallery {
      position: relative;
      width: 100vw;
      min-height: 100vh;
      background:
        linear-gradient(rgba(13,11,9,0.7), rgba(13,11,9,0.85)),
        url('../photos/retrato_oleo5.webp');
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 80px 24px;
      text-align: center;
    }

.gallery-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(32px, 5vw, 56px);
      font-weight: 300;
      margin-bottom: 16px;
    }

.gallery-title em {
      font-style: italic;
      color: var(--gold-light);
    }

.gallery-sub {
      font-size: 11px;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-dim);
      font-weight: 300;
      margin-bottom: 48px;
    }

.gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
      max-width: 1100px;
      width: 100%;
    }

.gallery-grid img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      border: 1px solid rgba(201,168,76,0.18);
      filter: brightness(0.85) saturate(0.9);
      transition: filter 0.4s, transform 0.4s;
    }

.gallery-grid img:hover {
      filter: brightness(1) saturate(1);
      transform: translateY(-6px);
    }

@media (max-width: 768px) {
  :root { --accordion-w: 60vw; }

  .hero-text-index { left: 22px; bottom: 40px; }

  .gallery { background-attachment: scroll; }

  .nav-logo { top: 12px; }

  .nav-wrap {background:#000!important;}

  .logo {
      top: 14px;
      left: 24px;
      z-index: 5;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.6rem;
      font-weight: 500;
      letter-spacing: 0.06em;
    }
}

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

.site-footer {
  background: #060403;
  color: rgba(242,237,228,0.5);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  position: relative;
}

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.92rem;
  line-height: 1.75;
  color: rgba(242,237,228,0.65);
  margin-bottom: 0.88rem;
  max-width: 280px;
}

@media (max-width: 768px) {
  .prices-section { padding: 3rem 1rem; }

  .prices-title {
    font-size: clamp(1.6rem, 6vw, 2.4rem);
  }

  .pa-header {
    padding: 1.2rem 0;
    gap: 0.8rem;
    align-items: flex-start; /* ← texte long → aligne en haut */
  }

  .pa-header-text {
    font-size: 0.95rem;    /* ← était 1.1rem, trop petit sur mobile */
    letter-spacing: 0.06em;
    line-height: 1.4;
    white-space: normal;   /* ← permet le retour à la ligne */
  }

  .pa-technique {
    display: block;        /* ← technique sur sa propre ligne */
    margin-left: 0;
    margin-top: 0.2rem;
    font-size: 0.85rem;
  }

  .pa-arrow {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.2rem;
  }

  .prices-table-wrap {
    overflow-x: auto;      /* ← scroll horizontal si table trop large */
    -webkit-overflow-scrolling: touch;
  }

  .prices-table {
    font-size: 0.82rem;
    min-width: 320px;      /* ← évite l'écrasement des colonnes */
  }

  .prices-table thead th,
  .prices-table tbody td {
    padding: 0.7rem 0.6rem;
  }

  .pa-body.open {
    max-height: 800px;     /* ← plus de hauteur pour les tables larges */
  }

  .stage {
    display:none;     /* ← plus de hauteur pour les tables larges */
  }
}

@media (max-width: 400px) {
  .pa-header-text { font-size: 0.88rem; }

  .prices-table   { font-size: 0.75rem; }
}

@media (min-width: 1025px) {
  .mobile-nav,
  .mobile-menu,
  #mobile-nav,
  .mobile-navigation,
  .nav-mobile {
    display: none !important;   /* ou ce que tu utilises normalement */
  }
}

@media (max-width: 768px) {
  .gallery-nav-next,.galleryNavNext {display:none!important;}

  .gallery-eyebrow span {
  font-size: 1rem;
  letter-spacing: 0.28em;
}
}

@media (max-width: 480px) {
  .mobile-nav a { font-size: 1.6rem;}

  .gallery-nav-next,.galleryNavNext {display:none!important;}
}

@media (max-width: 1024px) {
  .t-card { flex: 0 0 calc(50% - 0.75rem); }

  .gallery-nav-next,.galleryNavNext {display:none!important;}
}

@media (max-width: 640px) {
  .t-card { flex: 0 0 calc(100% - 0rem); }

  .testimonials-track-wrap { padding: 0 1.5rem; }
}

.hero-right::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, var(--noir) 0%, transparent 30%);
  z-index: 1; pointer-events: none;
}

.hero-counter strong {
  font-family: 'Bebas Neue', 'Oswald', sans-serif;
  font-size: 3rem; color: var(--or);
  line-height: 1; display: block;
}

.hero-scroll::after {

  content: ''; display: block;
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(201,168,76,0.55), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

.gallery-loadmore {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  padding: 0.5rem 0 10rem;
}

.btn-loadmore {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 3rem;
  background: transparent;
  border: 1px solid rgba(201,168,76,0.3);
  color: rgba(242,237,228,0.65);
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s, background 0.25s;

  position: relative;
  overflow: hidden;
}

.btn-loadmore::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--or);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.btn-loadmore.loading span::after {
  content: '';
  display: inline-block;
  width: 10px; height: 10px;
  border: 1px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.gallery-end-rule::before,
.gallery-end-rule::after {
  content: '';
  display: block;
  width: 60px; height: 1px;
  background: linear-gradient(to right, transparent, rgba(201,168,76,0.3));
}

@media (max-width: 991px) {
  .hero-right { position: absolute; inset: 0; z-index: 0; }

  .hero-right::after {
    content: ''; position: absolute; inset: 0;
    background: rgba(10,8,6,0.62); z-index: 2;
  }

  .hero-left::before { display: none; }

  .hero-deco-num  { display: none; }

  .hero-counter   { display: none; }
}

@media (max-width: 768px) {
  .hero-nav, .sp-eyebrow {display:none;}

  .sp-title {padding-top:2rem;}
}

@media (max-width: 480px) {
  .hero-nav, .sp-eyebrow {display:none;}

  .sp-title {padding-top:1rem;}
}

.m-tall img {
  aspect-ratio: 380 / 650;   /* exemple si tes tall sont plus hautes */
}

.m-wide img {
  aspect-ratio: 380 / 285;   /* exemple pour les wide */
}

.m-tall-mw img {
  aspect-ratio: 380 / 463;   /* exemple si tes tall sont plus hautes */
}

.m-tall-mw2 img {
  aspect-ratio: 380 / 467;   /* exemple si tes tall sont plus hautes */
}

.m-big img {
  aspect-ratio: 380 / 580;   /* exemple si tes tall sont plus hautes */
}

.m-479 img {
  aspect-ratio: 380 / 479;   /* exemple si tes tall sont plus hautes */
}

.m-horizontal img {
  aspect-ratio: 380 / 277;   /* exemple pour les wide */
}

.m-499 img {
  aspect-ratio: 380 / 499;   /* exemple si tes tall sont plus hautes */
}

.m-536 img {
  aspect-ratio: 380 / 536;   /* exemple si tes tall sont plus hautes */
}

.footer-links li a {
  line-height: 0.88!important;
}

#cookieBanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 12px 28px;
  background: var(--noir, #0a0806);
  border-top: 1px solid rgba(201,168,76,0.3);
  box-shadow: 0 -6px 24px rgba(0,0,0,0.35);
  font-family: 'Inter', sans-serif;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94), opacity 0.5s ease;
}

.cookie-btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.62rem 1.4rem;
  border-radius: 1px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
}
