/* ═══════════════════════════════════════
   Les bras de Morphée — Style principal
   Luxury editorial — blanc, minéral, or
   Inspiré Aesop / Loro Piana / The Row
   ═══════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  /* Blancs & fonds */
  --white: #FFFFFF;
  --white-warm: #FBF8F4;
  --cream: #F3EDE4;
  --cream-warm: #EDE5DA;

  /* Bois miel & chêne — inspiré de la table et des huisseries */
  --gold: #C49A6C;
  --gold-soft: #D4B48E;
  --gold-pale: #E6D5BF;
  --wood: #B08860;
  --wood-light: #CCAD88;
  --wood-pale: #E2D2BA;
  --wood-dark: #8C6D4A;

  /* Pierre naturelle — murs en pierre de la photo */
  --stone: #B0A494;
  --stone-light: #C8BEB2;
  --stone-pale: #DED8D0;
  --stone-warm: #BCA998;

  /* Terracotta & argile — canapé de la photo */
  --terracotta: #B0634E;
  --terracotta-soft: #C4806C;
  --terracotta-pale: #E8C4B8;
  --terracotta-pastel: #F3DED6;

  /* Kaki / olive doux */
  --kaki: #8B8B6A;
  --kaki-soft: #A5A585;
  --kaki-pale: #D0D0BE;

  /* Minéral — tons chauds */
  --mineral: #907E6E;
  --mineral-light: #A89888;
  --mineral-pale: #C8BEB0;
  --mineral-dark: #6E5E4E;

  /* Ivoire — couleur fil ivoire */
  --ivory: #F5F0E8;
  --ivory-soft: #FAF7F2;
  --ivory-warm: #EDE6DA;

  /* Pastels minéraux doux */
  --pastel-rose: #F4E2DA;
  --pastel-rose-soft: #FAF0EB;
  --pastel-sable: #F0E6D8;
  --pastel-sable-soft: #F7F2EA;
  --pastel-argile: #EEDDD4;
  --pastel-argile-soft: #F6EDE8;
  --pastel-lin: #F2EDE6;
  --pastel-lin-soft: #F8F5F0;

  /* Fonds sombres — brun chaud, jamais noir */
  --dark-warm: #4A3828;
  --dark-medium: #5E4D3C;

  /* Textes — terracotta, kaki, crème — jamais noir ni gris */
  --text-dark: #5A4030;
  --text-body: #6B5545;
  --text-muted: #907E6E;
  --text-faint: #B0A494;

  /* Aliases */
  --bg-primary: var(--white-warm);
  --bg-alt: var(--cream);
  --accent: var(--gold);
  --accent-light: var(--gold-soft);

  /* Typo — cursive / italique / fine */
  --font-elegant: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Instrument Sans', -apple-system, sans-serif;
  --font-cursive: 'Cormorant Garamond', 'Georgia', serif;

  /* Layout */
  --nav-h: 80px;
  --section-pad: clamp(120px, 14vw, 200px);
  --container-max: 1140px;

  /* Transitions */
  --ease-luxury: cubic-bezier(0.22, 0.61, 0.36, 1);
  --transition: 0.6s var(--ease-luxury);
  --transition-fast: 0.35s var(--ease-luxury);

  /* Ombres — lumière dorée, pas de gris */
  --shadow-sm: 0 2px 8px rgba(74, 56, 40, 0.05);
  --shadow-md: 0 8px 32px rgba(74, 56, 40, 0.07);
  --shadow-lg: 0 24px 64px rgba(74, 56, 40, 0.1);
  --shadow-light: 0 -20px 60px rgba(255, 245, 225, 0.3);

  /* Rayons — carré / pointu, pas arrondi */
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
}

/* ── ANIMATIONS ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes scrollPulse {
  0%, 100% { opacity: 1; height: 48px; }
  50% { opacity: 0.2; height: 28px; }
}
@keyframes goldShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body { overflow-x: hidden; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text-body);
  background-color: #F5F0E8;
  background-image:
    /* ══ SOLEIL — rayons qui tapent sur la roche ══ */
    radial-gradient(ellipse 90% 70% at 25% 8%, rgba(255, 248, 230, 0.85) 0%, rgba(255, 245, 220, 0.4) 30%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 70% 5%, rgba(255, 252, 240, 0.6) 0%, transparent 50%),
    radial-gradient(ellipse 70% 55% at 80% 50%, rgba(255, 245, 225, 0.45) 0%, transparent 60%),
    radial-gradient(ellipse 60% 45% at 15% 70%, rgba(255, 240, 215, 0.35) 0%, transparent 55%),
    /* ══ OMBRES — creux de la roche, coins sombres ══ */
    radial-gradient(ellipse 40% 30% at 0% 100%, rgba(140, 120, 95, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 35% 25% at 100% 0%, rgba(140, 120, 95, 0.08) 0%, transparent 60%),
    radial-gradient(ellipse 80% 30% at 50% 100%, rgba(130, 115, 90, 0.06) 0%, transparent 50%),
    /* ══ TEXTURE PIERRE — grain visible ══ */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='stone'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='6' stitchTiles='stitch' seed='3'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23stone)' opacity='0.07'/%3E%3C/svg%3E");
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  letter-spacing: 0.015em;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }
input { font: inherit; }

/* ── UTILITY ── */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 48px; }

/* ── GRAIN OVERLAY — texture pierre granulée visible ── */
.grain-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  background-image:
    /* Grain fin — surface de la pierre */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='g1'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='4' stitchTiles='stitch' seed='5'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23g1)' opacity='0.05'/%3E%3C/svg%3E"),
    /* Grain gros — irrégularités de la roche */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='500'%3E%3Cfilter id='g2'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.015' numOctaves='3' stitchTiles='stitch' seed='8'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='500' height='500' filter='url(%23g2)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.35;
}

/* ── GOLDEN THREAD (cursor) ── */
.golden-thread {
  position: fixed; inset: 0; pointer-events: none; z-index: 9998;
}

/* ═══════ SECTION LABEL ═══════ */
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--kaki);
  margin-bottom: 20px;
  position: relative;
  /* Center within parent */
  left: 50%;
  transform: translateX(-50%);
}
.section-label::before,
.section-label::after {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--kaki-soft));
  opacity: 0.5;
}
.section-label::after {
  background: linear-gradient(90deg, var(--kaki-soft), transparent);
}
.section-label--light {
  color: var(--gold-soft);
}
.section-label--light::before,
.section-label--light::after {
  background: linear-gradient(90deg, transparent, var(--gold-soft));
  opacity: 0.3;
}
.section-label--light::after {
  background: linear-gradient(90deg, var(--gold-soft), transparent);
}

/* ═══════ NAV ═══════ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  border-bottom: 1px solid rgba(184, 160, 136, 0.08);
  box-shadow: 0 1px 0 rgba(184, 160, 136, 0.04), 0 4px 32px rgba(42, 34, 24, 0.04);
  transition: all 0.6s var(--ease-luxury);
}
/* Hidden on hero */
.nav--hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
/* Visible when scrolled */
.nav--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.nav__inner {
  max-width: var(--container-max); margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center;
  height: 100%;
  position: relative;
}
/* Logo à droite */
.nav__logo-center {
  order: 10;
  margin-left: auto;
  display: flex; align-items: center;
}
.nav__logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: all var(--transition);
}
/* Nom marque à droite du logo (caché, le logo suffit) */
.nav__brand-name {
  display: none;
}
.nav__links {
  display: flex; align-items: center; gap: 36px;
}
.nav__link {
  font-size: 0.6rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--text-muted);
  transition: color var(--transition); position: relative; padding: 4px 0;
}
.nav__link::after {
  content: ''; position: absolute; bottom: -6px; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.6s var(--ease-luxury);
}

/* Fixer la largeur des liens nav pour empêcher les décalages FR/EN */
.nav__link {
  display: inline-grid;
  align-items: center;
  justify-items: start;
}
.nav__dropdown-item {
  align-items: center;
  justify-items: start;
}
.nav__link > [data-lang-fr],
.nav__link > [data-lang-en],
.nav__dropdown-item > [data-lang-fr],
.nav__dropdown-item > [data-lang-en] {
  grid-column: 1;
  grid-row: 1;
  white-space: nowrap;
}
.nav__link > [hidden],
.nav__dropdown-item > [hidden] {
  display: inline-block;
  visibility: hidden;
  pointer-events: none;
}
.nav__link:hover { color: var(--text-dark); }
.nav__link:hover::after { width: 100%; }

/* Burger */
.nav__burger { display: none; width: 24px; height: 16px; position: relative; z-index: 1100; }
.nav__burger span {
  position: absolute; left: 0; width: 100%; height: 1px; background: var(--white);
  transition: all 0.4s var(--ease-luxury);
}
.nav--scrolled .nav__burger span { background: var(--text-dark); }
.nav__burger span:nth-child(1) { top: 0; }
.nav__burger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.nav__burger span:nth-child(3) { bottom: 0; }
/* Croix (X) quand ouvert — toujours blanc sur fond sombre du panel */
.nav__burger--open span { background: var(--white) !important; }
.nav__burger--open span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.nav__burger--open span:nth-child(2) { opacity: 0; }
.nav__burger--open span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

/* ═══════ HERO ═══════ */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  justify-content: center; background: var(--dark-warm); overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero__bg-img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  filter: brightness(0.7) saturate(0.7) contrast(1.05) blur(3px);
}
.hero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(26, 22, 16, 0.3) 0%,
    rgba(26, 22, 16, 0.15) 35%,
    rgba(26, 22, 16, 0.15) 60%,
    rgba(26, 22, 16, 0.4) 100%
  );
}
.hero__content {
  position: relative; z-index: 3; text-align: center;
  padding: calc(var(--nav-h) + 60px) 48px 120px;
  max-width: 860px;
}
.hero__logo {
  margin-bottom: 40px;
  display: flex; justify-content: center;
}
.hero__logo-img {
  width: 100px;
  height: auto;
  opacity: 0.9;
  filter: brightness(10);
  border-radius: 0;
}
.hero__overtitle {
  font-family: var(--font-body); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.5em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
  text-shadow: 0 2px 8px rgba(62, 48, 40, 0.5);
}
.hero__title {
  font-family: var(--font-elegant); font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 300; color: var(--white); line-height: 1.02;
  margin-bottom: 28px; letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(62, 48, 40, 0.4), 0 0 80px rgba(62, 48, 40, 0.15);
}
.hero__title em {
  font-style: italic; font-weight: 300;
  color: var(--gold);
}
.hero__line {
  width: 72px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 32px;
  position: relative;
}
.hero__line::before {
  content: '';
  position: absolute; top: -3px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px;
  border: 1px solid var(--gold);
  transform: translateX(-50%) rotate(45deg);
  background: transparent;
}
.hero__subtitle {
  font-family: var(--font-elegant); font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 300; font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 56px; letter-spacing: 0.03em;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(62, 48, 40, 0.5);
}
.hero__ctas { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.hero__scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center;
  animation: floatSoft 4s ease-in-out infinite;
}
.hero__scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, var(--gold-soft), transparent);
  animation: scrollPulse 3s ease-in-out infinite;
}

/* ═══════ HERO — VARIANTE PRESENTATION SOBRE ═══════ */
.hero.hero--clean {
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(255, 250, 235, 0.5) 0%, transparent 60%),
    linear-gradient(165deg, #E8E0D4 0%, #F0E8DC 50%, #E5DCD0 100%);
}
.hero--clean .hero__content {
  padding: calc(var(--nav-h) + 80px) 48px 120px;
}
.hero--clean .hero__logo-center {
  margin: 0 auto 56px;
  display: flex;
  justify-content: center;
}
.hero--clean .hero__logo-full {
  width: clamp(180px, 22vw, 280px);
  height: auto;
  display: block;
}
.hero--clean .hero__title {
  font-family: var(--font-elegant);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 3.6vw, 2.6rem);
  color: var(--mineral-dark);
  text-shadow: none;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
  white-space: nowrap;
}
.hero--clean .hero__title em {
  color: var(--mineral-dark);
  font-style: normal;
}
.hero--clean .hero__tagline {
  color: var(--text-muted);
  text-shadow: none;
}
.hero--clean .hero__subtitle {
  color: var(--text-body);
  text-shadow: none;
  font-style: italic;
}
.hero--clean .hero__scroll-line {
  background: linear-gradient(to bottom, var(--mineral-light), transparent);
}

/* ═══════ BUTTONS ═══════ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 18px 48px; border-radius: 0; position: relative;
  transition: all var(--transition); overflow: hidden;
}
.btn[hidden] { display: none; }
.btn:active { transform: scale(0.97); transition-duration: 0.1s; }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  color: var(--white); font-weight: 500;
  border: 1px solid var(--gold);
  box-shadow: 0 2px 12px rgba(184, 160, 136, 0.2);
}
.btn--primary:hover {
  background: linear-gradient(135deg, var(--wood-dark) 0%, var(--gold) 100%);
  border-color: var(--wood-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(184, 160, 136, 0.4);
}
.btn--primary:active { transform: translateY(0) scale(0.97); }

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--white);
}
.btn--ghost:hover {
  border-color: var(--gold-soft);
  color: var(--gold-soft);
  background: rgba(184, 160, 136, 0.06);
  transform: translateY(-2px);
}

/* Boutons sur fond clair */
.collections .btn--ghost,
.savoir-faire .btn--ghost,
.contact .btn--ghost,
.atelier .btn--ghost {
  border-color: var(--stone-light);
  color: var(--text-dark);
}
.collections .btn--ghost:hover,
.savoir-faire .btn--ghost:hover,
.contact .btn--ghost:hover,
.atelier .btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184, 160, 136, 0.04);
}

/* ═══════ SECTION TITLES ═══════ */
.section-title {
  font-family: var(--font-elegant); font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 300; font-style: italic; color: var(--terracotta-soft);
  text-align: center;
  margin-bottom: 64px; line-height: 1.08;
  letter-spacing: -0.015em;
}
.section-title--left { text-align: left; }
.section-subtitle {
  font-family: var(--font-elegant); font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 300; font-style: italic; color: var(--kaki);
  text-align: center; margin-bottom: 72px; max-width: 520px;
  margin-left: auto; margin-right: auto; line-height: 1.85;
}
.section-subtitle::after {
  content: ''; display: block; width: 48px; height: 1px; margin: 32px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

/* ═══════ INTRO ═══════ */
.intro {
  padding: clamp(100px, 12vw, 160px) 0;
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(255, 250, 235, 0.7) 0%, transparent 60%),
    radial-gradient(ellipse 40% 50% at 90% 80%, rgba(160, 140, 115, 0.06) 0%, transparent 60%),
    linear-gradient(165deg, #EBE3D8 0%, #F2EBE0 40%, #E8DFD3 100%);
  position: relative;
  overflow: hidden;
}
.intro::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.5;
}
.intro__content {
  max-width: 680px; margin: 0 auto; text-align: center;
}
.intro__text {
  font-family: var(--font-elegant); font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 300; font-style: italic; color: var(--terracotta-soft);
  line-height: 2;
  margin-bottom: 32px;
  position: relative;
}
.intro__text::before,
.intro__text::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 28px;
  opacity: 0.5;
}
.intro__text::before { margin-bottom: 0; margin-top: 0; display: none; }
.intro__text::after { margin-top: 28px; margin-bottom: 0; }
.intro__sub {
  font-size: 0.88rem;
  color: var(--kaki);
  line-height: 1.95;
  max-width: 540px;
  margin: 0 auto;
}

/* ═══════ COLLECTIONS ═══════ */
.collections {
  padding: var(--section-pad) 0;
  background:
    radial-gradient(ellipse 70% 50% at 75% 15%, rgba(255, 248, 230, 0.65) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 5% 90%, rgba(150, 130, 105, 0.07) 0%, transparent 55%),
    linear-gradient(175deg, #E5DCD0 0%, #EDE5DA 50%, #E2D9CC 100%);
  position: relative;
  overflow: hidden;
}
.collections::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.collection {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 80px; align-items: center;
  max-width: var(--container-max); margin: 0 auto;
  padding: 56px 48px;
}
.collection--reverse { direction: rtl; }
.collection--reverse > * { direction: ltr; }
.collection__img {
  overflow: hidden; position: relative;
}
.collection__img::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(184, 160, 136, 0.1);
  pointer-events: none;
  transition: border-color var(--transition);
}
.collection__img:hover::after {
  border-color: rgba(184, 160, 136, 0.25);
}
.collection__img img {
  width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3;
  transition: transform 1s var(--ease-luxury);
}
.collection__img:hover img { transform: scale(1.04); }
.collection__text {
  padding: 16px 0;
}
.collection__number {
  font-family: var(--font-elegant); font-size: 3.5rem; font-weight: 300;
  color: var(--gold-pale);
  display: block; margin-bottom: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold-pale));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.collection__title {
  font-family: var(--font-elegant); font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 300; font-style: italic; color: var(--terracotta-soft); margin-bottom: 24px;
  line-height: 1.12;
  position: relative;
  padding-bottom: 24px;
}
.collection__title::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 40px; height: 1px;
  background: var(--gold);
  opacity: 0.5;
}
.collection__desc {
  font-size: 0.88rem; color: var(--kaki); line-height: 2;
}

/* ═══════ GALLERY ═══════ */
.gallery {
  --gallery-cols: 3;
  --gallery-gap: 20px;
  padding: var(--section-pad) 0 calc(var(--section-pad) - 24px);
  background:
    radial-gradient(ellipse 60% 50% at 50% 10%, rgba(255, 250, 235, 0.6) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 95% 70%, rgba(145, 125, 100, 0.06) 0%, transparent 55%),
    linear-gradient(170deg, #EBE3D7 0%, #F0E8DC 45%, #E6DDD0 100%);
  overflow: hidden;
  position: relative;
}
.gallery::before {
  content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}

.gallery-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 56px;
  box-sizing: border-box;
}
.gallery-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 52px;
  height: 52px;
  border-radius: 0;
  border: 1px solid var(--gold-pale);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s var(--ease-luxury);
  box-shadow: var(--shadow-sm);
}
.gallery-carousel__arrow:hover {
  background: var(--white);
  border-color: var(--gold);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 4px 20px rgba(184, 160, 136, 0.15);
}
.gallery-carousel__arrow:active {
  transform: translateY(-50%) scale(0.95);
}
.gallery-carousel__arrow--prev { left: 4px; }
.gallery-carousel__arrow--next { right: 4px; }

.gallery-carousel__track {
  display: flex;
  gap: var(--gallery-gap);
  width: max-content;
  animation: galleryScroll 60s linear infinite;
}
.gallery-carousel__track:hover {
  animation-play-state: paused;
}
.gallery-carousel__slide {
  flex-shrink: 0;
  width: calc((100vw - 112px - (var(--gallery-gap) * (var(--gallery-cols) - 1))) / var(--gallery-cols));
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s var(--ease-luxury);
}
.gallery-carousel__slide::before {
  content: '';
  position: absolute; inset: 0; z-index: 2;
  border: 1px solid rgba(184, 160, 136, 0.08);
  pointer-events: none;
  transition: border-color var(--transition);
}
.gallery-carousel__slide:hover::before {
  border-color: rgba(184, 160, 136, 0.2);
}
.gallery-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-luxury);
}
.gallery-carousel__slide:hover img {
  transform: scale(1.05);
}
.gallery-carousel__slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26, 22, 16, 0.55) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s var(--ease-luxury);
  z-index: 1;
}
.gallery-carousel__slide:hover::after {
  opacity: 1;
}
.gallery-carousel__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 20px 24px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 0.5s var(--ease-luxury), transform 0.5s var(--ease-luxury);
}
.gallery-carousel__slide:hover .gallery-carousel__caption {
  opacity: 1;
  transform: translateY(0);
}
.gallery-carousel__caption::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 10px;
  transition: width 0.6s var(--ease-luxury);
}
.gallery-carousel__slide:hover .gallery-carousel__caption::before {
  width: 36px;
}
@keyframes galleryScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════ HISTOIRE ═══════ */
.histoire {
  padding: 0;
  background:
    radial-gradient(ellipse 70% 45% at 20% 70%, rgba(255, 248, 230, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 50% 35% at 85% 20%, rgba(145, 125, 100, 0.06) 0%, transparent 55%),
    linear-gradient(160deg, #E3DAD0 0%, #ECE4D9 45%, #E0D7CB 100%);
  position: relative;
  overflow: hidden;
}
.histoire__banner {
  position: relative;
  height: clamp(400px, 50vw, 580px);
  overflow: hidden;
}
.histoire__banner-img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.5) saturate(0.7) contrast(1.1);
}
.histoire__banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(26, 22, 16, 0.3) 0%,
    rgba(26, 22, 16, 0.15) 40%,
    rgba(26, 22, 16, 0.5) 100%
  );
}
.histoire__banner-content {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 48px;
}
.histoire__year {
  font-family: var(--font-elegant);
  font-size: clamp(6rem, 14vw, 11rem);
  font-weight: 300;
  color: rgba(184, 160, 136, 0.08);
  line-height: 1;
  letter-spacing: -0.04em;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
}
.histoire__banner-title {
  font-family: var(--font-elegant);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 300;
  color: var(--white);
  position: relative; z-index: 2;
  text-shadow: 0 2px 12px rgba(62, 48, 40, 0.2);
}
.histoire__body {
  max-width: var(--container-max); margin: 0 auto;
  padding: clamp(80px, 10vw, 130px) 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
}
.histoire__quote {
  position: relative;
  padding: 40px 0;
}
.histoire__quote::before {
  content: '\201C';
  font-family: var(--font-elegant);
  font-size: 6rem;
  font-weight: 300;
  color: var(--gold-pale);
  line-height: 1;
  position: absolute;
  top: 0; left: -8px;
  opacity: 0.5;
}
.histoire__quote-text {
  font-family: var(--font-elegant);
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-body);
  line-height: 1.9;
  position: relative; z-index: 2;
}
.histoire__visual {
  position: relative;
  margin-top: 16px;
}
.histoire__visual img {
  width: 100%; height: auto; object-fit: cover; aspect-ratio: 3/4;
  transition: transform 0.8s var(--ease-luxury);
}
.histoire__visual::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(184, 160, 136, 0.1);
  pointer-events: none;
}
.histoire__visual:hover img {
  transform: scale(1.02);
}
.histoire__narrative {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 48px clamp(80px, 10vw, 130px);
}
.histoire__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.histoire__columns p {
  font-size: 0.88rem; color: var(--text-muted); line-height: 2.1;
}
.histoire__signature {
  max-width: var(--container-max); margin: 0 auto;
  padding: 0 48px clamp(64px, 8vw, 100px);
}
.histoire__signature-inner {
  display: flex; align-items: center; gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--gold-pale);
}
.histoire__signature-name {
  font-family: var(--font-elegant); font-size: 1.35rem; font-weight: 400;
  color: var(--text-dark);
  display: block;
  font-style: italic;
}
.histoire__signature-role {
  font-size: 0.65rem; color: var(--text-muted); letter-spacing: 0.14em;
  text-transform: uppercase; margin-top: 4px;
  display: block;
}

/* ═══════ EMBROIDERY ═══════ */
.embroidery {
  padding: var(--section-pad) 0;
  background:
    radial-gradient(ellipse 75% 55% at 30% 40%, rgba(255, 250, 235, 0.65) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 90% 85%, rgba(150, 130, 105, 0.07) 0%, transparent 55%),
    linear-gradient(175deg, #EAE2D6 0%, #F0E8DC 40%, #E5DCD0 100%);
  position: relative;
}
.embroidery::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.embroidery__layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.embroidery__desc {
  font-size: 0.9rem; color: var(--text-muted); margin-bottom: 32px; line-height: 1.95;
}
.embroidery__input-wrap {
  position: relative; margin-bottom: 28px;
}
.embroidery__input {
  width: 100%; padding: 20px 60px 20px 24px;
  border: 1px solid var(--stone-pale);
  border-radius: 0; background: var(--white); color: var(--text-dark);
  font-size: 0.9rem; transition: all var(--transition);
}
.embroidery__input:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 160, 136, 0.08);
}
.embroidery__counter {
  position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-size: 0.68rem; color: var(--text-faint);
}
.embroidery__colors { margin-bottom: 28px; }
.embroidery__color-label {
  font-size: 0.65rem; color: var(--text-muted); display: block; margin-bottom: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;
}
.embroidery__color-options { display: flex; gap: 12px; }
.embroidery__color-btn {
  display: flex; align-items: center; gap: 8px; padding: 10px 18px;
  border: 1px solid var(--stone-pale); border-radius: 0;
  font-size: 0.72rem; color: var(--text-muted); transition: all var(--transition);
}
.embroidery__color-btn--active { border-color: var(--gold); color: var(--text-dark); }
.embroidery__color-swatch {
  width: 14px; height: 14px; border-radius: 0;
  background: var(--clr); border: 1px solid rgba(62,48,40,0.06);
}
.embroidery__add-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.embroidery__preview { position: relative; }
.embroidery__canvas {
  position: relative; overflow: hidden;
  background: var(--ivory); aspect-ratio: 5/2;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(184, 160, 136, 0.15);
  border-radius: var(--radius-sm);
  box-shadow: inset 0 2px 12px rgba(62, 48, 40, 0.04), var(--shadow-sm);
}
.embroidery__fabric-bg {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    0deg, transparent, transparent 4px, rgba(184, 160, 136, 0.03) 4px, rgba(184, 160, 136, 0.03) 5px
  ),
  repeating-linear-gradient(
    90deg, transparent, transparent 4px, rgba(184, 160, 136, 0.03) 4px, rgba(184, 160, 136, 0.03) 5px
  );
}
.embroidery__svg { position: relative; z-index: 2; width: 90%; }
.embroidery__easter-egg {
  position: absolute; inset: 0; z-index: 10;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.5s var(--ease-luxury);
}
.embroidery__easter-egg--active { opacity: 1; }
.embroidery__mosaic-bg {
  position: absolute; inset: 0;
  background: url('../assets/svg/mosaique.svg') repeat;
  background-size: 100px; opacity: 0.2;
}
.embroidery__easter-msg {
  position: relative; z-index: 2;
  font-family: var(--font-elegant); font-size: 1.3rem; font-style: italic;
  color: var(--gold);
}

/* ═══════ RITUAL ═══════ */
.ritual {
  position: relative; padding: clamp(120px, 14vw, 220px) 0; overflow: hidden;
  display: flex; align-items: center;
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(90, 70, 50, 0.9) 0%, transparent 70%),
    radial-gradient(ellipse 80% 60% at 30% 60%, rgba(255, 240, 215, 0.06) 0%, transparent 50%),
    var(--dark-warm);
}
.ritual::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.25;
}
.ritual__content {
  position: relative; z-index: 2; text-align: center;
  max-width: 580px; margin: 0 auto;
}
.ritual__seal {
  width: 100px;
  height: auto;
  margin: 0 auto 40px;
  display: block;
  border-radius: 0;
  box-shadow: none;
  filter: brightness(10);
}
.ritual__title {
  font-family: var(--font-elegant); font-size: clamp(2.4rem, 5.5vw, 3.4rem);
  font-weight: 300; color: var(--white); margin-bottom: 56px;
  letter-spacing: 0.03em;
}
.ritual__title::after {
  content: ''; display: block; width: 40px; height: 1px; margin: 32px auto 0;
  background: var(--gold); opacity: 0.4;
}
.ritual__line {
  font-family: var(--font-elegant); font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 300; font-style: italic;
  color: rgba(255, 255, 255, 0); margin-bottom: 16px; line-height: 2.2;
  transition: color 1.4s ease, transform 1.4s var(--ease-luxury);
  transform: translateY(14px);
}
.ritual__line--visible {
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(0);
}

/* ═══════ SAVOIR-FAIRE ═══════ */
.savoir-faire {
  padding: var(--section-pad) 0;
  background:
    radial-gradient(ellipse 65% 50% at 80% 25%, rgba(255, 248, 230, 0.6) 0%, transparent 55%),
    radial-gradient(ellipse 45% 35% at 5% 75%, rgba(140, 120, 95, 0.07) 0%, transparent 55%),
    linear-gradient(165deg, #E6DDD1 0%, #EDE5D9 45%, #E3DAD0 100%);
  position: relative;
  overflow: hidden;
}
.savoir-faire::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.savoir-faire__layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.savoir-faire__visual {
  position: relative; overflow: hidden;
}
.savoir-faire__visual::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(184, 160, 136, 0.1);
  pointer-events: none;
}
.savoir-faire__visual img {
  width: 100%; height: auto; object-fit: cover; aspect-ratio: 4/3;
  transition: transform 1s var(--ease-luxury);
}
.savoir-faire__visual:hover img {
  transform: scale(1.03);
}
.savoir-faire__info p {
  font-size: 0.88rem; color: var(--text-muted); line-height: 1.95; margin-bottom: 8px;
}
.savoir-faire__list { margin: 28px 0; }
.savoir-faire__list li {
  position: relative; padding-left: 28px; margin-bottom: 14px;
  font-size: 0.86rem; color: var(--text-body); line-height: 1.8;
}
.savoir-faire__list li::before {
  content: '';
  position: absolute; left: 0; top: 10px;
  width: 12px; height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

/* ═══════ ATELIER ═══════ */
.atelier {
  padding: var(--section-pad) 0;
  background:
    radial-gradient(ellipse 70% 50% at 40% 20%, rgba(255, 250, 235, 0.6) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 95% 90%, rgba(145, 125, 100, 0.06) 0%, transparent 50%),
    linear-gradient(170deg, #E8DFD3 0%, #EEE6DA 45%, #E4DBD0 100%);
  position: relative;
  overflow: hidden;
}
.atelier::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.atelier__steps {
  display: flex; align-items: flex-start; gap: 0; justify-content: center;
  margin-top: 16px;
}
.atelier__step {
  flex: 0 1 320px; text-align: center; padding: 40px 36px;
  position: relative;
  transition: transform 0.6s var(--ease-luxury);
}
.atelier__step:not(:last-child)::after {
  content: '';
  position: absolute; right: 0; top: 80px;
  width: 1px; height: 48px;
  background: linear-gradient(to bottom, transparent, var(--gold-pale), transparent);
  opacity: 0.5;
}
.atelier__step:hover { transform: translateY(-4px); }
.atelier__step-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  opacity: 0.65;
  transition: opacity 0.6s var(--ease-luxury), transform 0.6s var(--ease-luxury);
}
.atelier__step:hover .atelier__step-icon {
  opacity: 1;
  transform: translateY(-4px) scale(1.08);
}
.atelier__step h3 {
  font-family: var(--font-elegant); font-size: 1.4rem; font-weight: 300;
  font-style: italic;
  margin-bottom: 16px; color: var(--terracotta-soft);
}
.atelier__step p { font-size: 0.82rem; color: var(--kaki); line-height: 1.85; }

/* ═══════ CONTACT ═══════ */
.contact {
  padding: clamp(100px, 12vw, 180px) 0;
  background:
    radial-gradient(ellipse 65% 50% at 70% 30%, rgba(255, 248, 230, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 10% 85%, rgba(140, 120, 95, 0.06) 0%, transparent 50%),
    linear-gradient(165deg, #EAE1D6 0%, #F0E8DC 40%, #E6DDD1 100%);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.contact__layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; }
.contact__layout--three { grid-template-columns: 1fr 1.2fr 1fr; gap: 80px; }
.contact__layout--two { grid-template-columns: 1.2fr 1fr; gap: 80px; }
.contact__form h3 {
  font-family: var(--font-elegant); font-size: 1.3rem; font-weight: 400;
  color: var(--text-dark); margin-bottom: 28px;
}
.contact__form form {
  display: flex; flex-direction: column; gap: 16px;
}
.contact__layout--three .contact__map-wrap iframe {
  height: 400px;
}
.contact__block { margin-bottom: 40px; }
.contact__block h3 {
  font-family: var(--font-elegant); font-size: 1.2rem; font-weight: 400;
  font-style: italic;
  color: var(--terracotta-soft); margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gold);
  display: inline-block;
  letter-spacing: 0.02em;
}
.contact__block p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.85; }
.contact__email { margin-top: 14px; font-size: 0.86rem; color: var(--text-muted); }
.contact__map-wrap {
  overflow: hidden;
  border: 1px solid rgba(184, 160, 136, 0.12);
  transition: border-color 0.5s var(--ease-luxury);
}
.contact__map-wrap:hover {
  border-color: rgba(184, 160, 136, 0.25);
}
.contact__directions-btn { margin-top: 28px; }

/* Honeypot anti-spam Netlify — invisible mais présent dans le DOM */
.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Message de confirmation après envoi */
.contact__success {
  padding: 32px 28px;
  border: 1px solid var(--gold-pale);
  background: rgba(196, 154, 108, 0.06);
  text-align: center;
  font-family: var(--font-elegant);
  font-size: 1.05rem;
  color: var(--text-dark);
  line-height: 1.7;
}

/* ═══════ FOOTER MINI ═══════ */
.footer.footer--mini {
  padding: 24px 0;
  background: #5C5C5C;
  background-image: none;
}
.footer-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.footer-mini__logo {
  width: 32px;
  height: auto;
  opacity: 0.5;
  filter: invert(1) brightness(1.6) contrast(0.8);
  mix-blend-mode: screen;
}
.footer-mini__legal {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}
.footer-mini__legal a {
  color: rgba(255, 240, 218, 0.4);
  transition: color 0.3s ease;
}
.footer-mini__legal a:hover {
  color: var(--gold-soft);
}

/* ═══════ FOOTER (legacy) ═══════ */
.footer {
  background:
    radial-gradient(ellipse 70% 50% at 40% 25%, rgba(80, 60, 42, 0.85) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 80% 80%, rgba(255, 240, 215, 0.04) 0%, transparent 50%),
    var(--dark-warm);
  color: rgba(255, 245, 235, 0.55);
  padding: 100px 0 48px;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--gold) 50%, transparent 95%);
  opacity: 0.25;
}
.footer::after {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px;
  border: 1px solid var(--gold);
  transform: translateX(-50%) rotate(45deg) translateY(-3px);
  opacity: 0.3;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 64px;
}
.footer__brand {
  flex-shrink: 0;
}
.footer__logo-img {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
  opacity: 0.75;
  filter: invert(1) brightness(1.6) contrast(0.8);
  mix-blend-mode: screen;
}
.footer__tagline {
  font-family: var(--font-elegant); font-style: italic; font-size: 0.82rem;
  color: rgba(255, 240, 218, 0.45); line-height: 1.7;
}
.footer__links {
  display: flex;
  gap: 64px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__col a {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.4);
  transition: all var(--transition);
  position: relative;
  width: fit-content;
}
.footer__col a::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1px; background: var(--gold);
  transition: width 0.6s var(--ease-luxury);
}
.footer__col a:hover {
  color: var(--gold-soft);
}
.footer__col a:hover::after {
  width: 100%;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06); padding-top: 32px;
  text-align: center; font-size: 0.62rem; color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.08em;
}

/* ═══════ OVERLAYS ═══════ */
.overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(26, 22, 16, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.5s var(--ease-luxury);
  padding: 24px;
}
.overlay--visible { opacity: 1; }
.overlay__card {
  background: var(--white);
  box-shadow: 0 32px 80px rgba(62, 48, 40, 0.2);
  padding: 56px;
  max-width: 440px;
  width: 100%;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.5s var(--ease-luxury);
}
.overlay--visible .overlay__card { transform: translateY(0); }
.overlay__close {
  position: absolute; top: 20px; right: 20px;
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-faint);
  transition: color var(--transition);
}
.overlay__close:hover { color: var(--text-dark); }
.overlay__title {
  font-family: var(--font-elegant);
  font-size: 1.6rem; font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 28px;
}
.overlay__pro-tabs {
  display: flex; gap: 0; margin-bottom: 32px;
  border-bottom: 1px solid var(--stone-pale);
}
.overlay__pro-tab {
  flex: 1; padding: 14px 0;
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--text-faint);
  border-bottom: 2px solid transparent;
  transition: all var(--transition);
  text-align: center;
}
.overlay__pro-tab--active {
  color: var(--text-dark);
  border-bottom-color: var(--gold);
}
.overlay__input {
  width: 100%; padding: 16px 20px;
  border: 1px solid var(--stone-pale);
  border-radius: 0;
  background: var(--white);
  color: var(--text-dark);
  font-size: 0.88rem;
  transition: all var(--transition);
  margin-bottom: 16px;
}
.overlay__input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 160, 136, 0.08);
}
.overlay__input--error {
  border-color: var(--terracotta);
}
.overlay__error {
  font-size: 0.78rem;
  color: var(--terracotta);
  margin-bottom: 12px;
}
.overlay__success {
  font-size: 0.82rem;
  color: var(--wood-dark);
  background: rgba(184, 160, 136, 0.08);
  padding: 14px 18px;
  margin-bottom: 12px;
}

/* ═══════ REVEAL ANIMATIONS ═══════ */
.reveal-up {
  opacity: 0; transform: translateY(32px);
  transition: opacity 1s var(--ease-luxury), transform 1s var(--ease-luxury);
}
.reveal-up--visible { opacity: 1; transform: translateY(0); }

/* ── Reveal variants ── */
.reveal-left {
  opacity: 0; transform: translateX(-60px);
  transition: opacity 1s var(--ease-luxury), transform 1.2s var(--ease-luxury);
}
.reveal-left--visible { opacity: 1; transform: translateX(0); }

.reveal-right {
  opacity: 0; transform: translateX(60px);
  transition: opacity 1s var(--ease-luxury), transform 1.2s var(--ease-luxury);
}
.reveal-right--visible { opacity: 1; transform: translateX(0); }

.reveal-scale {
  opacity: 0; transform: scale(0.85);
  transition: opacity 1.2s var(--ease-luxury), transform 1.4s var(--ease-luxury);
}
.reveal-scale--visible { opacity: 1; transform: scale(1); }

.reveal-blur {
  opacity: 0; filter: blur(12px); transform: translateY(20px);
  transition: opacity 1s var(--ease-luxury), filter 1.2s var(--ease-luxury), transform 1s var(--ease-luxury);
}
.reveal-blur--visible { opacity: 1; filter: blur(0); transform: translateY(0); }

/* ── Photo grid stagger cascade ── */
.photo-grid__item {
  opacity: 0; transform: translateY(40px) scale(0.95);
  transition: opacity 0.8s var(--ease-luxury), transform 0.8s var(--ease-luxury);
}
.photo-grid__item--visible {
  opacity: 1; transform: translateY(0) scale(1);
}

/* ── 3D tilt on hover for photo grids ── */
.photo-grid__item {
  perspective: 800px;
}
.photo-grid__item img {
  transition: transform 0.6s var(--ease-luxury);
}
.photo-grid__item:hover img {
  transform: scale(1.06) rotateX(2deg) rotateY(3deg);
}

/* ── Parallax elements ── */
.parallax-section { will-change: transform; }
.domain-detail__img img {
  transition: transform 0.1s linear;
  will-change: transform;
}

/* ── Scale breathing on domain detail images ── */
@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.015); }
}
.domain-detail__img img {
  animation: breathe 8s ease-in-out infinite;
}

/* ── Section title parallax shimmer ── */
.section-title, .subdomain__title, .sf-blocks__header h2 {
  will-change: transform;
}

/* ── Smooth line grow on scroll ── */
.hero__line, .contact::before {
  transform: scaleX(0);
  transition: transform 1.5s var(--ease-luxury);
}
.hero__line--visible, .contact--visible::before {
  transform: scaleX(1);
}

/* ── Hero text split reveal ── */
.hero__title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px) rotateX(-40deg);
  transition: opacity 0.6s var(--ease-luxury), transform 0.6s var(--ease-luxury);
}
.hero__title.revealed .char {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.hero__tagline {
  opacity: 0; transform: translateY(20px);
  transition: opacity 1s var(--ease-luxury) 0.8s, transform 1s var(--ease-luxury) 0.8s;
}
.hero__tagline.revealed { opacity: 1; transform: translateY(0); }
.hero__subtitle {
  opacity: 0; filter: blur(8px);
  transition: opacity 1.2s var(--ease-luxury) 1.2s, filter 1.2s var(--ease-luxury) 1.2s;
}
.hero__subtitle.revealed { opacity: 1; filter: blur(0); }
.hero__author {
  opacity: 0; transform: translateY(15px);
  transition: opacity 1s var(--ease-luxury) 1.6s, transform 1s var(--ease-luxury) 1.6s;
}
.hero__author.revealed { opacity: 1; transform: translateY(0); }
.hero__line {
  opacity: 0; transform: scaleX(0);
  transition: opacity 1s var(--ease-luxury) 1s, transform 1.2s var(--ease-luxury) 1s;
}
.hero__line.revealed { opacity: 1; transform: scaleX(1); }

/* ═══════ LUXURY DETAILS ═══════ */

/* Gold shimmer on hover for section titles */
.section-title {
  transition: color 0.6s var(--ease-luxury);
}

/* Elegant link style in contact */
.contact__phone a,
.contact__email a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 160, 136, 0.3);
  transition: all var(--transition);
}
.contact__phone a:hover,
.contact__email a:hover {
  border-bottom-color: var(--terracotta-soft);
}

/* Luxury image treatment — subtle gold border on hover */
.collection__img,
.histoire__visual,
.savoir-faire__visual {
  position: relative;
}

/* Atelier step luxury hover — handled in .atelier__step-icon above */

/* Footer logo hover */
.footer__logo-img {
  transition: all var(--transition);
}
.footer__logo-img:hover {
  opacity: 1;
  filter: invert(1) brightness(1.8) contrast(0.9);
}

/* Scrollbar styling for luxury feel */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--cream);
}
::-webkit-scrollbar-thumb {
  background: var(--stone-light);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold);
}

/* Selection color */
::selection {
  background: rgba(196, 154, 108, 0.2);
  color: var(--text-dark);
}

/* ═══════ SVG DECORATIONS ═══════ */

/* Section Dividers */
.section-divider {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: -1px 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.section-divider__svg {
  width: clamp(280px, 40vw, 480px);
  height: auto;
  opacity: 0.25;
  transition: opacity 1.5s ease;
}
.section-divider__svg.reveal-up--visible {
  opacity: 0.25;
}

/* Floating Feather in Intro */
.intro__feather {
  position: absolute;
  right: -20px;
  top: 10%;
  width: 60px;
  height: auto;
  opacity: 0.08;
  animation: featherFloat 12s ease-in-out infinite;
  pointer-events: none;
}
@keyframes featherFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(3deg); }
  50% { transform: translateY(10px) rotate(-2deg); }
  75% { transform: translateY(-10px) rotate(1deg); }
}

/* Collection Corner Ornaments */
.collection__corner {
  position: absolute;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 3;
}
.collection__corner--tl {
  top: -4px;
  left: -4px;
}
.collection__corner--br {
  bottom: -4px;
  right: -4px;
  transform: rotate(180deg);
}
.collection__img:hover .collection__corner {
  opacity: 1;
}

/* Histoire Mandala */
.histoire__mandala {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 50vw, 500px);
  height: auto;
  opacity: 0.04;
  pointer-events: none;
  animation: mandalaRotate 120s linear infinite;
}
@keyframes mandalaRotate {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Ritual Constellation */
.ritual__constellation {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.06;
  pointer-events: none;
}

/* Savoir-faire Fil Doré */
.savoir-faire__fil {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.06;
  pointer-events: none;
}

/* Footer seal */
.footer__seal {
  position: absolute;
  width: 200px;
  height: auto;
  opacity: 0.03;
  pointer-events: none;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

/* ═══════ WOW EFFECTS ═══════ */

/* Parallax on scroll for hero bg */
.hero__bg-img {
  will-change: transform;
}

/* Staggered reveal for collections */
.collection:nth-child(odd) .collection__img {
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1.2s var(--ease-luxury), opacity 1.2s var(--ease-luxury);
}
.collection:nth-child(even) .collection__img {
  transform: translateX(40px);
  opacity: 0;
  transition: transform 1.2s var(--ease-luxury), opacity 1.2s var(--ease-luxury);
}
.collection:nth-child(odd) .collection__text {
  transform: translateX(40px);
  opacity: 0;
  transition: transform 1.2s var(--ease-luxury) 0.2s, opacity 1.2s var(--ease-luxury) 0.2s;
}
.collection:nth-child(even) .collection__text {
  transform: translateX(-40px);
  opacity: 0;
  transition: transform 1.2s var(--ease-luxury) 0.2s, opacity 1.2s var(--ease-luxury) 0.2s;
}
.collection.reveal-up--visible .collection__img,
.collection.reveal-up--visible .collection__text {
  transform: translateX(0);
  opacity: 1;
}

/* Image shine effect on hover */
.collection__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  z-index: 4;
  transition: left 0.8s ease;
  pointer-events: none;
}
.collection__img:hover::before {
  left: 150%;
}

/* Atelier steps staggered */
.atelier__step:nth-child(1) { transition-delay: 0s; }
.atelier__step:nth-child(2) { transition-delay: 0.15s; }
.atelier__step:nth-child(3) { transition-delay: 0.3s; }

/* Gallery slide hover lift */
.gallery-carousel__slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(42, 34, 24, 0.12);
}

/* Histoire quote draw line */
.histoire__quote::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transition: width 1.5s var(--ease-luxury);
}
.histoire__quote.reveal-up--visible::after {
  width: 100%;
}

/* Contact block hover */
.contact__block {
  transition: transform 0.5s var(--ease-luxury);
}
.contact__block:hover {
  transform: translateY(-4px);
}

/* Smooth parallax helper class */
.parallax-slow {
  will-change: transform;
  transition: transform 0.1s linear;
}

/* ═══════ NAV DROPDOWNS ═══════ */
.nav__dropdown {
  position: relative;
}
.nav__dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 200px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(184, 160, 136, 0.1);
  box-shadow: 0 12px 40px rgba(42, 34, 24, 0.08);
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s var(--ease-luxury);
  z-index: 1100;
}
.nav__dropdown:hover .nav__dropdown-menu,
.nav__dropdown.nav__dropdown--open .nav__dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav__dropdown-item {
  display: grid;
  padding: 10px 28px;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.nav__dropdown-item:hover {
  color: var(--gold);
  background: rgba(184, 160, 136, 0.04);
  padding-left: 34px;
}

/* Language toggle */
.nav__lang {
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 6px 12px;
  border: 1px solid rgba(184, 160, 136, 0.2);
  transition: all var(--transition);
  cursor: pointer;
  margin-left: 16px;
}
.nav__lang:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.nav__lang-active,
.nav__lang-inactive {
  display: inline-block;
  min-width: 1.8em;
  text-align: center;
}
.nav__lang-active {
  color: var(--gold);
  font-weight: 500;
}
.nav__lang-inactive {
  color: var(--text-faint);
  font-weight: 500;
}

/* Nav logo for inner pages */
.nav__logo-img {
  filter: none;
}
.nav--scrolled .nav__logo-img {
  filter: none;
  height: 42px;
}

/* Hero logo en fond sur le côté — bien visible */
.hero__logo-bg {
  display: none;
}
.hero__logo-bg-img {
  width: 100%;
  height: auto;
  filter: brightness(2) contrast(0.7) drop-shadow(0 0 40px rgba(255,255,255,0.15));
}

/* ═══════ CONTACT BOX ═══════ */
.contact-box {
  padding: clamp(80px, 10vw, 140px) 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(255, 250, 235, 0.5) 0%, transparent 55%),
    linear-gradient(165deg, #E5DCD0 0%, #EDE5D9 50%, #E3DAD0 100%);
  position: relative;
  overflow: hidden;
}
.contact-box::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.contact-box__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-box__title {
  font-family: var(--font-elegant);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.contact-box__text p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 24px;
}
.contact-box__details {
  margin-top: 32px;
}
.contact-box__details p {
  margin-bottom: 6px;
  font-size: 0.85rem;
}
.contact-box__details a {
  color: var(--gold);
  border-bottom: 1px solid rgba(184, 160, 136, 0.3);
  transition: all var(--transition);
}
.contact-box__details a:hover {
  color: var(--terracotta-soft);
  border-bottom-color: var(--terracotta-soft);
}
.contact-box__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-box__field input,
.contact-box__field textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid var(--stone-pale);
  border-radius: 0;
  background: var(--white);
  color: var(--text-dark);
  font-family: var(--font-body);
  font-size: 0.88rem;
  transition: all var(--transition);
}
.contact-box__field input:focus,
.contact-box__field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184, 160, 136, 0.08);
}
.contact-box__field textarea {
  resize: vertical;
  min-height: 100px;
}

/* Footer contact block */
.footer__contact {
  text-align: center;
  padding: 32px 0;
  margin-bottom: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer__contact-name {
  font-family: var(--font-elegant);
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 240, 218, 0.6);
  margin-bottom: 8px;
}
.footer__contact p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 4px;
}
.footer__contact a {
  color: rgba(255, 240, 218, 0.5);
  transition: color var(--transition);
}
.footer__contact a:hover {
  color: var(--gold-soft);
}

/* ═══════ PHOTO BANNER (scrolling) ═══════ */
.photo-banner {
  overflow: hidden;
  width: 100%;
  background: var(--dark-warm);
  padding: 0;
}
.photo-banner__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: photoBannerScroll 60s linear infinite;
  will-change: transform;
}
.photo-banner:hover .photo-banner__track {
  animation-play-state: paused;
}
.photo-banner__track img {
  height: 200px;
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
}
@keyframes photoBannerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ═══════ LOGO MORDU (fond décoratif — chaque section) ═══════ */
.logo-mordu {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.logo-mordu img {
  width: 100%;
  height: auto;
  opacity: 0.12;
  filter: grayscale(0.3);
}

/* Logo mordu via CSS sur chaque section — positions variées */
.domain-section,
.domain-section--alt,
.contact,
.subdomain,
.savoir-resume {
  position: relative;
  overflow: hidden;
}

/* Maille — logo mordu en haut à droite, glisse gauche-bas */
#maille::before {
  content: '';
  position: absolute;
  top: -15%; right: -20%;
  width: 750px; height: 750px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.12;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Éponge — logo mordu en bas à gauche, glisse droite-haut */
#eponge::before {
  content: '';
  position: absolute;
  bottom: -10%; left: -18%;
  width: 700px; height: 700px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Accessoires — logo mordu centré droite, glisse vers gauche */
#accessoires::before {
  content: '';
  position: absolute;
  top: 20%; right: -12%;
  width: 650px; height: 650px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Laine — logo mordu en bas droite, glisse droite-bas */
#laine {
  position: relative;
  overflow: hidden;
}
#laine::before {
  content: '';
  position: absolute;
  bottom: -12%; right: -15%;
  width: 600px; height: 600px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Peignoirs — logo mordu en haut gauche, glisse gauche-bas */
#peignoirs {
  position: relative;
  overflow: hidden;
}
#peignoirs::before {
  content: '';
  position: absolute;
  top: -10%; left: -18%;
  width: 650px; height: 650px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Savoir-faire — logo mordu en haut gauche, glisse vers bas */
#savoir-faire::before {
  content: '';
  position: absolute;
  top: -10%; left: -15%;
  width: 600px; height: 600px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Histoire — logo mordu centré gauche, glisse vers droite */
#histoire::before {
  content: '';
  position: absolute;
  top: 10%; left: -20%;
  width: 800px; height: 800px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.12;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Partenaires — logo mordu en bas droite, glisse gauche-haut */
#partenaires::before {
  content: '';
  position: absolute;
  bottom: -15%; right: -18%;
  width: 650px; height: 650px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.1;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Contact — logo mordu en haut droite, glisse vers haut */
.contact::after {
  content: '';
  position: absolute;
  top: -10%; right: -15%;
  width: 750px; height: 750px;
  background: url('../assets/img/nouveaulogo.png') center/contain no-repeat;
  opacity: 0.12;
  pointer-events: none; z-index: 0;
  transform: translate(var(--logo-x, 0), var(--logo-y, 0));
  will-change: transform;
}

/* Footer — logo mordu centré (via seal element) */
.footer__seal {
  position: absolute;
  width: 400px;
  height: auto;
  opacity: 0.04;
  pointer-events: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* ═══════ PHOTO GRID FLUSH (collé, sans bordure) ═══════ */
.photo-grid--flush {
  gap: 0;
  padding: 0;
  max-width: 100%;
}
.photo-grid--flush .photo-grid__item {
  border: none;
  aspect-ratio: 1;
}

/* Hero tagline & author */
.hero__tagline {
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
  text-shadow: 0 2px 8px rgba(62, 48, 40, 0.5);
}
.hero__author {
  font-family: var(--font-elegant);
  font-size: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 24px;
  letter-spacing: 0.05em;
}

/* ═══════ DOMAINS SECTION ═══════ */
.domains {
  padding: var(--section-pad) 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 20%, rgba(255, 250, 235, 0.6) 0%, transparent 55%),
    linear-gradient(170deg, #EDE5D9 0%, #F3EBE0 50%, #E8E0D4 100%);
  position: relative;
}
.domains::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.domains__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 16px;
}
.domain-card {
  display: block;
  text-align: center;
  transition: transform 0.6s var(--ease-luxury);
}
.domain-card:hover {
  transform: translateY(-8px);
}
.domain-card__img {
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 28px;
  position: relative;
}
.domain-card__img::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(184, 160, 136, 0.1);
  pointer-events: none;
  transition: border-color var(--transition);
}
.domain-card:hover .domain-card__img::after {
  border-color: rgba(184, 160, 136, 0.3);
}
.domain-card__img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s var(--ease-luxury);
}
.domain-card:hover .domain-card__img img {
  transform: scale(1.06);
}
.domain-card__title {
  font-family: var(--font-elegant);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.domain-card__links {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

/* ═══════ SAVOIR RESUME (homepage) ═══════ */
.savoir-resume {
  padding: var(--section-pad) 0;
  background:
    radial-gradient(ellipse 65% 50% at 80% 25%, rgba(255, 248, 230, 0.6) 0%, transparent 55%),
    linear-gradient(165deg, #E6DDD1 0%, #EDE5D9 45%, #E3DAD0 100%);
  position: relative;
}
.savoir-resume::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-pale), transparent);
  opacity: 0.4;
}
.savoir-resume__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.savoir-resume__title {
  font-family: var(--font-elegant);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 24px;
  line-height: 1.2;
}
.savoir-resume__text p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 2;
  margin-bottom: 32px;
}
.savoir-resume__visual {
  overflow: hidden;
  position: relative;
}
.savoir-resume__visual img {
  width: 100%; height: auto; object-fit: cover; aspect-ratio: 4/3;
}
.savoir-resume__visual::after {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid rgba(184, 160, 136, 0.1);
  pointer-events: none;
}

/* ═══════ DOMAIN PAGE TEMPLATE ═══════ */
.domain-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--dark-warm);
  margin-top: var(--nav-h);
}
.domain-hero__bg {
  position: absolute; inset: 0;
}
.domain-hero__bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.4) saturate(0.65);
}
.domain-hero__content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 80px 48px;
}
.domain-hero__title {
  font-family: var(--font-elegant);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 300;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

/* Domain detail section */
.domain-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
}
.domain-detail__img {
  overflow: hidden;
}
.domain-detail__img img {
  width: 100%; height: 100%; object-fit: cover; min-height: 500px;
}
.domain-detail__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 100px);
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(255, 250, 235, 0.5) 0%, transparent 60%),
    linear-gradient(165deg, #E8E0D4 0%, #F0E8DC 50%, #E5DCD0 100%);
}
.domain-detail__overtitle {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.domain-detail__title {
  font-family: var(--font-elegant);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.domain-detail__subtitle {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gold-pale);
}
.domain-detail__text {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 2;
  margin-bottom: 24px;
}
.domain-detail__text--en {
  font-style: italic;
  color: var(--text-muted);
}

/* Domain navigation links */
.domain-nav {
  padding: 60px 0;
  background: var(--ivory);
  text-align: center;
}
.domain-nav__title {
  font-family: var(--font-body);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 28px;
}
.domain-nav__links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.domain-nav__link {
  font-family: var(--font-elegant);
  font-size: 1.1rem;
  color: var(--text-body);
  padding: 14px 32px;
  border: 1px solid var(--stone-pale);
  transition: all var(--transition);
}
.domain-nav__link:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184, 160, 136, 0.04);
}

/* ═══════ SUB-DOMAIN PAGE (photo grid) ═══════ */
.subdomain-hero {
  margin-top: var(--nav-h);
  padding: 80px 0 40px;
  text-align: center;
  background: var(--ivory);
}
.subdomain-hero__title {
  font-family: var(--font-elegant);
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 300;
  color: var(--text-dark);
  letter-spacing: 0.06em;
}

/* ═══════ SUBDOMAIN SPLIT LAYOUT ═══════ */
.subdomain-split {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 48px;
  align-items: center;
}
.subdomain-split--reverse {
  grid-template-columns: 2.5fr 1fr;
}
.subdomain-split--reverse .subdomain-split__grid { order: -1; }
.subdomain-split__text {
  padding-top: 20px;
}
.subdomain-split__text .subdomain__title {
  margin-bottom: 28px;
}
.subdomain-split__text p {
  font-family: var(--font-elegant);
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 20px;
}
.subdomain-split__grid .photo-grid {
  grid-template-columns: repeat(4, 1fr);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 0;
}
.photo-grid__item {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  aspect-ratio: 1;
}
.photo-grid__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease-luxury);
}
.photo-grid__item:hover img {
  transform: scale(1.06);
}
.photo-grid__item::after {
  content: '';
  position: absolute; inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  pointer-events: none;
}
.photo-grid__item:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

/* ═══════ LIGHTBOX ═══════ */
.lightbox {
  position: fixed; inset: 0; z-index: 3000;
  background: rgba(26, 22, 16, 0.92);
  backdrop-filter: blur(20px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s var(--ease-luxury);
  cursor: pointer;
}
.lightbox--visible {
  opacity: 1;
  visibility: visible;
}
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  transition: transform 0.4s var(--ease-luxury);
  transform: scale(0.95);
}
.lightbox--visible img {
  transform: scale(1);
}
.lightbox__close {
  position: absolute;
  top: 24px; right: 24px;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
  background: none; border: none;
}
.lightbox__close:hover {
  color: var(--white);
}

/* ═══════ HISTOIRE PAGE ═══════ */
.histoire-page {
  margin-top: var(--nav-h);
}
.histoire-page__hero {
  text-align: center;
  padding: clamp(80px, 10vw, 140px) 48px;
  background:
    radial-gradient(ellipse 60% 50% at 50% 30%, rgba(255, 250, 235, 0.5) 0%, transparent 55%),
    linear-gradient(165deg, #E8E0D4 0%, #F0E8DC 50%, #E5DCD0 100%);
}
.histoire-page__hero h1 {
  font-family: var(--font-elegant);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.histoire-page__hero p {
  font-family: var(--font-elegant);
  font-size: 1.3rem;
  font-style: italic;
  color: var(--terracotta-soft);
}

.histoire-page__section {
  padding: clamp(80px, 10vw, 140px) 0;
}
.histoire-page__section--alt {
  background:
    radial-gradient(ellipse 70% 50% at 30% 40%, rgba(255, 250, 235, 0.5) 0%, transparent 55%),
    linear-gradient(165deg, #E3DAD0 0%, #EBE3D8 50%, #E0D7CB 100%);
}

/* Savoir-faire blocks */
#savoir-faire {
  padding: clamp(100px, 12vw, 180px) 0;
}
.sf-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sf-blocks__header {
  text-align: center;
  margin-bottom: 80px;
}
.sf-blocks__header h2 {
  font-family: var(--font-elegant);
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.15;
}
.sf-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
}
.sf-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  max-width: 360px;
}
.sf-item__icon {
  width: 220px; height: 220px; flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px;
  transition: transform 0.6s var(--ease-luxury);
}
.sf-item__icon:hover {
  transform: scale(1.35);
}
.sf-item { cursor: pointer; }

/* ═══════ SF MODAL ═══════ */
.sf-modal {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(26, 22, 16, 0.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.5s var(--ease-luxury);
  backdrop-filter: blur(8px);
}
.sf-modal--open {
  opacity: 1; pointer-events: auto;
}
html.sf-modal-active,
body.sf-modal-active {
  overflow: hidden;
  overscroll-behavior: contain;
  touch-action: none;
}
.sf-modal__close {
  position: absolute; top: 28px; right: 36px;
  background: none; border: none;
  color: rgba(255, 255, 255, 0.6); font-size: 2.4rem;
  cursor: pointer; transition: color 0.3s ease;
  z-index: 10;
}
.sf-modal__close:hover { color: var(--gold); }
.sf-modal__inner {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 56px; max-width: 1500px; width: 92%;
  max-height: 88vh; align-items: center;
}
.sf-modal__img {
  border-radius: 12px; overflow: hidden;
  align-self: stretch;
}
.sf-modal__img img {
  width: 100%; height: 100%; display: block;
  object-fit: cover; min-height: 70vh; max-height: 85vh;
}
.sf-modal__text {
  max-height: 70vh; overflow-y: auto;
  padding-right: 16px;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-elegant);
  font-size: 1.05rem; line-height: 2;
  font-weight: 300;
}
.sf-modal__text h3 {
  font-family: var(--font-elegant);
  font-size: 1.8rem; font-weight: 300;
  color: var(--gold); margin-bottom: 24px;
}
.sf-modal__text p {
  margin-bottom: 20px;
}
.sf-modal__text::-webkit-scrollbar { width: 4px; }
.sf-modal__text::-webkit-scrollbar-track { background: transparent; }
.sf-modal__text::-webkit-scrollbar-thumb { background: rgba(184, 160, 136, 0.3); border-radius: 4px; }
@media (max-width: 768px) {
  .sf-modal__inner { grid-template-columns: 1fr; gap: 32px; }
  .sf-modal__img img { max-height: 40vh; }
  .sf-modal__text { max-height: 40vh; }
}
.sf-item__icon img {
  width: 100%; height: 100%; object-fit: cover;
}
/* Filtre teinte sur la photo Ateliers pour harmonisation chromatique */
.sf-item__icon--ateliers img {
  filter: sepia(0.35) saturate(0.85) hue-rotate(-8deg) brightness(1.05) contrast(0.95);
}
.sf-item h3 {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 10px;
}
.sf-item p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.8;
}
.sf-item .sf-item__en {
  font-style: italic;
  color: var(--text-faint);
  margin-top: 4px;
}

/* Histoire narrative */
.histoire-narrative {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.histoire-narrative__text h2 {
  font-family: var(--font-elegant);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 32px;
}
.histoire-narrative__text p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 2;
  margin-bottom: 16px;
}
.histoire-narrative__text .text-en {
  font-style: italic;
  color: var(--text-muted);
}
.histoire-narrative__visual {
  overflow: hidden;
}
.histoire-narrative__visual img {
  width: 100%; height: auto; object-fit: cover;
}
.histoire-narrative__motto {
  font-family: var(--font-elegant);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 300;
  font-style: italic;
  color: var(--terracotta-soft);
  margin-top: 32px;
}

/* ═══════ CADEAUX PAGE ═══════ */
.cadeaux-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.cadeaux-content__text h2 {
  font-family: var(--font-elegant);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.cadeaux-content__text .cadeaux-subtitle {
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 32px;
}
.cadeaux-content__text p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 2;
  margin-bottom: 16px;
}
.cadeaux-content__text .text-en {
  font-style: italic;
  color: var(--text-muted);
}
.cadeaux-list {
  padding-top: 20px;
}
.cadeaux-list h3 {
  font-family: var(--font-elegant);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--terracotta-soft);
  margin-bottom: 24px;
  font-style: italic;
}
.cadeaux-list ul {
  list-style: none;
}
.cadeaux-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(184, 160, 136, 0.1);
  font-size: 0.88rem;
  color: var(--text-body);
  transition: padding-left 0.3s ease, color 0.3s ease;
}
.cadeaux-list li:hover {
  padding-left: 12px;
  color: var(--gold);
}

/* Contact links on light background */
.contact a {
  color: var(--gold);
  transition: color var(--transition);
}
.contact a:hover {
  color: var(--terracotta-soft);
}
.contact__site {
  font-size: 0.78rem;
  color: var(--text-faint);
  margin-top: 8px;
}

/* ═══════ DOMAIN SECTIONS (one-page) ═══════ */
.domain-section {
  padding: 0;
  position: relative;
}
.domain-section--alt {
  background:
    radial-gradient(ellipse 70% 50% at 30% 40%, rgba(255, 250, 235, 0.5) 0%, transparent 55%),
    linear-gradient(165deg, #E3DAD0 0%, #EBE3D8 50%, #E0D7CB 100%);
  padding: clamp(80px, 10vw, 140px) 0;
}
.domain-detail--reverse {
  direction: rtl;
}
.domain-detail--reverse > * {
  direction: ltr;
}

/* Subdomain sections */
.subdomain {
  padding: clamp(60px, 8vw, 100px) 0;
  background: var(--ivory);
  position: relative;
}
.subdomain:nth-child(even) {
  background:
    radial-gradient(ellipse 60% 40% at 50% 30%, rgba(255, 250, 235, 0.4) 0%, transparent 55%),
    linear-gradient(170deg, #EDE5D9 0%, #F3EBE0 50%, #E8E0D4 100%);
}
.subdomain__title {
  font-family: var(--font-elegant);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.06em;
}
.subdomain__lede {
  font-family: var(--font-elegant);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 300;
  font-style: italic;
  color: var(--text-muted);
  text-align: center;
  max-width: 640px;
  margin: -24px auto 40px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* Section Partenaires sans visuel */
.partenaires-text {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.partenaires-text p {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 2;
  margin-top: 24px;
}
.partenaires-text .savoir-resume__title {
  margin-bottom: 8px;
}

/* Cadeaux specific */
.cadeaux-content__title {
  font-family: var(--font-elegant);
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  font-weight: 300;
  color: var(--text-dark);
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.cadeaux-big {
  font-family: var(--font-elegant);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--terracotta-soft);
  margin-top: 32px;
  font-style: italic;
  letter-spacing: 0.04em;
}

/* ═══════ REDUCED MOTION ═══════ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal-up, .reveal-left, .reveal-right, .reveal-scale, .reveal-blur { opacity: 1; transform: none; filter: none; }
  .photo-grid__item { opacity: 1; transform: none; }
  .hero__title .char { opacity: 1; transform: none; }
  .hero__tagline, .hero__subtitle, .hero__author, .hero__line { opacity: 1; transform: none; filter: none; }
  .hero__scroll-line { animation: none; }
  .ritual__line { color: rgba(255, 255, 255, 0.55); transform: none; }
  .domain-detail__img img { animation: none; }
  .photo-banner__track { animation: none; }
}

/* ═══════ RESPONSIVE ═══════ */
@media (max-width: 1024px) {
  .collection { grid-template-columns: 1fr; gap: 40px; }
  .collection--reverse { direction: ltr; }
  .histoire__body { grid-template-columns: 1fr; gap: 48px; }
  .histoire__columns { grid-template-columns: 1fr; gap: 32px; }
  .savoir-faire__layout { grid-template-columns: 1fr; gap: 56px; }
  .embroidery__layout { grid-template-columns: 1fr; gap: 56px; }
  .contact__layout { grid-template-columns: 1fr; gap: 56px; }
  .contact__layout--three { grid-template-columns: 1fr; gap: 40px; }
  .contact__layout--two { grid-template-columns: 1fr; gap: 40px; }
  .atelier__steps { flex-direction: column; align-items: center; }
  .atelier__step::after { display: none; }
  .footer__top { flex-direction: column; }
  .footer__links { flex-wrap: wrap; gap: 40px; }
  .domains__grid { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; }
  .savoir-resume__layout { grid-template-columns: 1fr; gap: 56px; }
  .domain-detail { grid-template-columns: 1fr; }
  .domain-detail__img img { min-height: 300px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .sf-item__icon { width: 160px; height: 160px; }
  .histoire-narrative { grid-template-columns: 1fr; gap: 48px; }
  .cadeaux-content { grid-template-columns: 1fr; gap: 48px; }
  .contact-box__inner { grid-template-columns: 1fr; gap: 48px; }

  /* Savoir-faire section */
  #savoir-faire { padding: clamp(60px, 8vw, 120px) 0; }
  .sf-blocks__header { margin-bottom: 48px; }

  /* Subdomain split → stack */
  .subdomain-split,
  .subdomain-split--reverse { grid-template-columns: 1fr; gap: 32px; }
  .subdomain-split--reverse .subdomain-split__grid { order: 0; }
  .subdomain-split__grid .photo-grid { grid-template-columns: repeat(2, 1fr); }

  /* Contact section */
  .contact__layout--three { grid-template-columns: 1fr; }
  .contact__form { order: -1; }

  /* Logo mordu — smaller on tablet */
  #maille::before, #eponge::before, #accessoires::before,
  #savoir-faire::before, #histoire::before, #partenaires::before,
  .contact::after, #laine::before, #peignoirs::before {
    width: 400px; height: 400px;
  }
}

@media (max-width: 768px) {
  :root { --nav-h: 68px; --section-pad: clamp(80px, 12vw, 140px); }
  .container { padding: 0 28px; }

  /* Nav always visible on mobile */
  .nav { background: rgba(255, 255, 255, 0.97); }
  .nav--hidden {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* Logo left, burger right */
  .nav__inner { padding: 0 20px; justify-content: space-between; }
  .nav__logo-center {
    order: 0;
    margin-left: 0;
    position: static;
    transform: none;
  }
  .nav__logo-img { width: 40px; }
  .nav__burger { display: block; order: 10; margin-left: auto; }
  .nav__burger span { background: var(--text-dark); }
  .nav__links {
    position: fixed; top: 0; right: 0; width: 300px; height: 100vh;
    background: rgba(42, 34, 24, 0.98); backdrop-filter: blur(24px);
    flex-direction: column; align-items: flex-start; padding: 100px 40px 40px;
    gap: 20px; transform: translateX(100%);
    transition: transform 0.6s var(--ease-luxury);
    border-left: 1px solid rgba(184, 160, 136, 0.1);
    z-index: 1050;
    overflow-y: auto;
  }
  .nav__burger { z-index: 1060; }
  .nav__links--open { transform: translateX(0); }
  .nav__link { color: rgba(255, 255, 255, 0.6); font-size: 0.7rem; }
  .nav__link:hover { color: var(--gold-soft); }
  .nav__dropdown-menu {
    position: static;
    transform: none;
    background: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 8px 0 0 16px;
    opacity: 1;
    visibility: visible;
    min-width: auto;
  }
  .nav__dropdown-item {
    color: rgba(255, 255, 255, 0.4);
    padding: 6px 0;
    font-size: 0.6rem;
  }
  .nav__dropdown-item:hover {
    color: var(--gold-soft);
    background: transparent;
    padding-left: 8px;
  }
  .nav__lang {
    margin-left: 0;
    margin-top: 12px;
    border-color: rgba(184, 160, 136, 0.2);
    color: rgba(255, 255, 255, 0.6);
  }
  .nav__social { margin-top: 12px; order: 1; padding-top: 20px; border-top: 1px solid rgba(184, 160, 136, 0.1); }
  .nav__social-link { color: rgba(255, 255, 255, 0.5); }
  .domain-hero { min-height: 40vh; }
  .domain-detail__content { padding: 48px 28px; }
  .domain-detail--reverse { direction: ltr; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .subdomain-split,
  .subdomain-split--reverse { grid-template-columns: 1fr; gap: 32px; }
  .subdomain-split--reverse .subdomain-split__grid { order: 0; }
  .subdomain-split__text { padding-top: 0; text-align: center; }
  .subdomain-split__text .subdomain__title { text-align: center; }
  .hero__ctas { flex-direction: column; align-items: center; }
  .hero__logo-img { width: 80px; }
  .hero__content { padding-left: 28px; padding-right: 28px; }
  .hero__title { font-size: clamp(2.8rem, 10vw, 5rem); }
  .section-title { margin-bottom: 40px; }
  .section-subtitle { margin-bottom: 48px; }
  .collection { padding: 40px 28px; }
  .collection__number { font-size: 2.2rem; }

  /* Savoir-faire mobile — horizontal carousel */
  #savoir-faire { padding: clamp(60px, 10vw, 100px) 0; }
  .sf-blocks__header { margin-bottom: 40px; }
  .sf-blocks__header h2 { font-size: clamp(1.8rem, 5vw, 2.6rem); }
  .sf-items {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: 0;
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px;
    scrollbar-width: none;
    width: calc(100% + 56px);
    justify-content: flex-start;
  }
  .sf-items::-webkit-scrollbar { display: none; }
  .sf-item {
    min-width: 75vw;
    max-width: 75vw;
    flex-shrink: 0;
    scroll-snap-align: center;
    padding: 0 16px;
  }
  .sf-item__icon { width: 160px; height: 160px; }
  .sf-item h3 { font-size: 1rem; }
  .sf-item p { font-size: 0.85rem; }
  .sf-item__icon:hover { transform: scale(1.15); }

  /* Carousel dots indicator */
  .sf-items::after {
    content: '';
    min-width: 20px;
    flex-shrink: 0;
  }

  /* SF modal mobile — image réduite pour laisser place au texte */
  .sf-modal__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 16px;
    max-height: 92vh;
    width: 95%;
    align-items: start;
  }
  .sf-modal__img { align-self: start; }
  .sf-modal__img img {
    min-height: 0;
    max-height: 28vh;
    height: 28vh;
    object-fit: cover;
  }
  .sf-modal__text { max-height: 55vh; font-size: 0.92rem; line-height: 1.75; }
  .sf-modal__text h3 { font-size: 1.4rem; margin-bottom: 16px; }
  .sf-modal__close { top: 12px; right: 16px; font-size: 2rem; }

  /* Contact mobile */
  .contact { padding: clamp(60px, 10vw, 100px) 0; }
  .contact__layout--three { gap: 32px; }
  .contact__layout--three .contact__map-wrap iframe { height: 280px; }
  .contact__form h3 { font-size: 1.1rem; margin-bottom: 20px; }

  /* Domain detail breathing — reduce on mobile */
  .domain-detail__img img { animation-duration: 12s; }

  /* Photo grid tilt — disable on touch */
  .photo-grid__item:hover img { transform: scale(1.04); }

  /* Logo mordu — visible on mobile */
  #maille::before, #eponge::before, #accessoires::before,
  #savoir-faire::before, #histoire::before, #partenaires::before,
  .contact::after, #laine::before, #peignoirs::before {
    width: 450px; height: 450px;
    opacity: 0.15;
  }

  /* Histoire section */
  .histoire-narrative__visual img { max-height: 300px; object-fit: cover; }

  /* Cadeaux */
  .cadeaux-content { text-align: center; }
  .cadeaux-content__text { text-align: center; }
  .cadeaux-list ul { text-align: left; }

  /* Footer mini */
  .footer-mini { flex-direction: column; gap: 12px; text-align: center; }
  .footer-mini__legal { flex-direction: column; gap: 8px; }

  /* Espace entre partenaires et bande défilante */
  .photo-banner { margin-top: 40px; }

  .gallery { --gallery-cols: 2; --gallery-gap: 14px; }
  .gallery-carousel { padding: 0; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; scrollbar-width: none; max-width: 100vw; }
  .gallery-carousel::-webkit-scrollbar { display: none; }
  .gallery-carousel__track { animation: none; width: max-content; padding: 0 20px; will-change: auto; }
  .gallery-carousel__slide {
    width: 70vw;
    max-width: 70vw;
    scroll-snap-align: center;
    flex-shrink: 0;
  }
  .gallery-carousel__arrow { display: none; }
  .gallery-carousel__caption { padding: 14px 16px; font-size: 0.6rem; opacity: 1; transform: translateY(0); }

  .footer__links { gap: 28px; }
}

@media (max-width: 480px) {
  .container { padding: 0 20px; }
  .btn { padding: 16px 32px; font-size: 0.62rem; }
  .hero__content { padding-left: 20px; padding-right: 20px; }
  .hero__logo-img { width: 68px; }
  .hero__title { font-size: clamp(2.4rem, 11vw, 4rem); }
  .hero__tagline { font-size: 0.6rem; }
  .hero__subtitle { font-size: 0.95rem !important; }
  .hero__author { font-size: 0.8rem; }

  /* Savoir-faire small mobile carousel */
  .sf-blocks__header h2 { font-size: clamp(1.5rem, 5vw, 2rem); }
  .sf-item { min-width: 80vw; max-width: 80vw; }
  .sf-item__icon { width: 140px; height: 140px; margin-bottom: 16px; }
  .sf-item h3 { font-size: 0.9rem; }
  .sf-item p { font-size: 0.78rem; }

  /* SF modal very small */
  .sf-modal__inner { width: 98%; gap: 12px; }
  .sf-modal__img img {
    min-height: 0;
    max-height: 22vh;
    height: 22vh;
  }
  .sf-modal__text { max-height: 60vh; font-size: 0.85rem; }
  .sf-modal__text h3 { font-size: 1.2rem; }

  /* Section titles */
  .section-title { font-size: clamp(1.8rem, 6vw, 2.4rem); margin-bottom: 32px; }
  .subdomain__title { font-size: clamp(1.4rem, 5vw, 2rem); }

  /* Contact */
  .contact { padding: clamp(48px, 8vw, 80px) 0; }
  .contact__layout--three .contact__map-wrap iframe { height: 220px; }
  .contact-box__field input, .contact-box__field textarea { padding: 12px 16px; font-size: 0.82rem; }
  .contact__block h3 { font-size: 1rem; }
  .contact__block p { font-size: 0.8rem; }

  /* Domain detail */
  .domain-detail__title { font-size: clamp(1.8rem, 7vw, 2.5rem) !important; }
  .domain-detail__img img { min-height: 220px; }
  .domain-detail__content { padding: 32px 20px; }

  /* Photo grid 2 cols on small */
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .subdomain-split__grid .photo-grid { grid-template-columns: repeat(2, 1fr); }

  /* Logo mordu — still visible on small screens */
  #maille::before, #eponge::before, #accessoires::before,
  #savoir-faire::before, #histoire::before, #partenaires::before,
  .contact::after, #laine::before, #peignoirs::before {
    width: 350px; height: 350px;
    opacity: 0.12;
  }

  /* Cadeaux list */
  .cadeaux-list ul { padding-left: 16px; }
  .cadeaux-list li { font-size: 0.82rem; }
  .cadeaux-big { font-size: 1.4rem !important; }

  /* Photo banner smaller */
  .photo-banner { margin-top: 48px; }
  .photo-banner__track img { height: 120px; }

  .gallery { --gallery-cols: 1; --gallery-gap: 10px; overflow: hidden; }
  .gallery-carousel__slide {
    width: 85vw;
    max-width: 85vw;
  }
  .gallery-carousel__track { padding: 0 16px; }
  .gallery-carousel__caption {
    padding: 12px 14px;
    font-size: 0.58rem;
  }

  .collection { padding: 32px 20px; }
  .footer__links { flex-direction: column; gap: 24px; }
}
