/* ============================================================
   FLEURS DE CIRE — Feuille de style principale
   Direction artistique : carnet d'atelier / catalogue botanique.
   Encre chaude sur papier crème, cadres fins, étiquettes kraft,
   une seule couleur signature (terracotta), aucune carte-bulle,
   aucun bouton pilule, aucune grille symétrique par défaut.
   ============================================================ */

:root {
  /* Papier */
  --ivoire: #fbf8f4;
  --creme: #f3ece0;
  --beige: #e9dfd1;

  /* Encre */
  --brun: #362a22;
  --brun-clair: #766456;

  /* Couleur signature (une seule, utilisée avec parcimonie) */
  --terracotta: #b96a46;
  --terracotta-fonce: #9c5638;

  /* Accents secondaires — réservés à de petits détails, jamais en masse */
  --sauge: #8a9c76;
  --vieux-rose: #c99b8f;
  --kraft: #d8c39c;
  --dore: #a9863f;

  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-script: "Caveat", "Playfair Display", cursive;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --container: 1320px;
  --hairline: 1px solid rgba(54, 42, 34, 0.16);
  --radius: 3px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivoire);
  color: var(--brun);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-x: clip;
}

body.is-scroll-locked { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3, p, li, a, button, label {
  overflow-wrap: break-word;
}

::selection { background: var(--kraft); color: var(--brun); }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-track { background: var(--creme); }
::-webkit-scrollbar-thumb { background: var(--brun-clair); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 640px) { .container { padding: 0 40px; } }
@media (min-width: 1200px) { .container { padding: 0 56px; } }

/* ------------------------------------------------------------
   Étiquette catalogue (remplace les "eyebrows" génériques)
   ------------------------------------------------------------ */
.tag-label {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--terracotta);
}
.tag-label::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--terracotta);
  display: inline-block;
}
.eyebrow { /* alias conservé pour compatibilité */
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--terracotta);
}
.eyebrow::before {
  content: "";
  width: 16px;
  height: 1px;
  background: var(--terracotta);
  display: inline-block;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--brun);
  margin: 0;
  line-height: 1.12;
}
.h1 { font-size: clamp(2.05rem, 4.6vw, 3.9rem); line-height: 1.06; }
.h2 { font-size: clamp(1.7rem, 3.4vw, 2.7rem); }
p { margin: 0; }

/* ------------------------------------------------------------
   Rythme des sections — volontairement irrégulier
   ------------------------------------------------------------ */
.section { padding: 72px 0; position: relative; }
.section.tight { padding: 48px 0; }
@media (min-width: 780px) {
  .section { padding: 104px 0; }
  .section.tight { padding: 68px 0; }
}
@media (min-width: 1200px) {
  .section { padding: 120px 0; }
  .section.tight { padding: 76px 0; }
}

/* En-tête de section : asymétrique, aligné à gauche par défaut */
.section-head {
  display: grid;
  gap: 20px 48px;
  max-width: 780px;
}
.section-head.split {
  max-width: none;
}
@media (min-width: 860px) {
  .section-head.split {
    grid-template-columns: minmax(0, 320px) 1fr;
    align-items: end;
  }
}
.section-head h2 { margin-top: 14px; }
.section-head .intro-copy {
  color: var(--brun-clair);
  line-height: 1.75;
  font-size: 15px;
  max-width: 34rem;
}
.section-head.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-head.centered .tag-label,
.section-head.centered .eyebrow { justify-content: center; }
.section-head.centered .tag-label::before,
.section-head.centered .eyebrow::before { display: none; }

/* Petit fleuron : ligne courte + losange, signature graphique du site */
.flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 36px 0 0;
}
.flourish::before,
.flourish::after {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(54, 42, 34, 0.25);
}
.flourish .mark {
  width: 6px;
  height: 6px;
  background: var(--terracotta);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.flourish.left { justify-content: flex-start; }
.flourish.left::before { display: none; }

/* Petite étoile signature (repère de puce, remplace les icônes génériques) */
.spark {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  background: var(--terracotta);
  clip-path: polygon(50% 0%, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0% 50%, 39% 38%);
}

/* ------------------------------------------------------------
   Boutons — encre pleine ou lien souligné, jamais de pilule
   ------------------------------------------------------------ */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  max-width: 100%;
  padding: 15px 30px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), gap 0.4s var(--ease);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}
@media (max-width: 479px) {
  .btn {
    width: 100%;
    padding: 14px 18px;
    letter-spacing: 0.12em;
  }
}
.btn .arrow { transition: transform 0.4s var(--ease); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--brun); color: var(--ivoire); }
.btn-primary:hover { background: var(--terracotta); gap: 18px; }
.btn-outline { border-color: rgba(54, 42, 34, 0.35); color: var(--brun); }
.btn-outline:hover { border-color: var(--brun); background: var(--brun); color: var(--ivoire); gap: 18px; }
.btn-outline-light { border-color: rgba(251, 248, 244, 0.5); color: var(--ivoire); }
.btn-outline-light:hover { border-color: var(--ivoire); background: var(--ivoire); color: var(--brun); gap: 18px; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--terracotta);
  border-bottom: 1px solid rgba(185, 106, 70, 0.35);
  padding-bottom: 3px;
  transition: border-color 0.3s, gap 0.3s;
}
.link-arrow:hover { border-color: var(--terracotta); gap: 12px; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.5s var(--ease), box-shadow 0.5s var(--ease);
  background: transparent;
}
.site-header.scrolled,
.site-header.menu-open {
  background: rgba(251, 248, 244, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(54, 42, 34, 0.1);
}
.logo img {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 14px rgba(255, 255, 255, 0.55));
  transition: filter 0.5s var(--ease);
}
.main-nav a {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 16px rgba(255, 255, 255, 0.9), 0 0 28px rgba(255, 255, 255, 0.55);
  transition: color 0.3s, opacity 0.3s, text-shadow 0.5s var(--ease);
}
.header-socials a {
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
  transition: color 0.3s, opacity 0.3s, filter 0.5s var(--ease);
}
.site-header.scrolled .logo img,
.site-header.menu-open .logo img { filter: none; }
.site-header.scrolled .main-nav a,
.site-header.menu-open .main-nav a { text-shadow: none; }
.site-header.scrolled .header-socials a,
.site-header.menu-open .header-socials a { filter: none; }

.header-inner {
  position: relative;
  z-index: 2;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img { height: 56px; width: auto; }
@media (min-width: 640px) {
  .header-inner { height: 96px; }
  .logo img { height: 68px; }
}

.main-nav { display: none; align-items: center; gap: 26px; }
.main-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brun);
  opacity: 0.82;
  padding-bottom: 5px;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--terracotta);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.main-nav a:hover, .main-nav a.active { color: var(--terracotta); opacity: 1; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); transform-origin: left; }

.header-socials { display: none; align-items: center; gap: 18px; }
.header-socials a {
  width: 36px;
  height: 36px;
  color: var(--brun);
  opacity: 0.75;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, opacity 0.3s;
}
.header-socials a:hover { color: var(--terracotta); opacity: 1; }
.header-socials a[aria-label="Instagram"] { color: #E1306C; opacity: 0.92; }
.header-socials a[aria-label="Facebook"] { color: #1877F2; opacity: 0.92; }
.header-socials a[aria-label="Instagram"]:hover,
.header-socials a[aria-label="Facebook"]:hover { opacity: 1; }

.menu-toggle {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none; border: none; cursor: pointer; color: var(--brun); padding: 0;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.85)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.5));
  transition: filter 0.5s var(--ease);
}
.site-header.scrolled .menu-toggle, .site-header.menu-open .menu-toggle { filter: none; }
.menu-toggle svg { display: block; }

@media (min-width: 1024px) {
  .main-nav { display: flex; }
  .header-socials { display: flex; }
  .menu-toggle { display: none; }
}
@media (min-width: 1200px) { .main-nav { gap: 36px; } }

.mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  flex-direction: column;
  padding: calc(96px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));
  background: var(--ivoire);
  overflow-y: auto;
  overscroll-behavior: contain;
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  counter-reset: mnav;
  transition: opacity 0.4s var(--ease), visibility 0.4s var(--ease);
}
.mobile-menu.open { display: flex; opacity: 1; visibility: visible; }

.mobile-menu-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--terracotta);
  padding-bottom: 18px;
  margin-bottom: 6px;
  border-bottom: var(--hairline);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.4s var(--ease) 0.05s, transform 0.4s var(--ease) 0.05s;
}
.mobile-menu.open .mobile-menu-label { opacity: 1; transform: translateY(0); }

.mobile-menu > a {
  position: relative;
  counter-increment: mnav;
  font-family: var(--font-display);
  min-height: 52px;
  font-size: 26px;
  line-height: 1.3;
  color: var(--brun);
  padding: 13px 4px 13px 40px;
  border-bottom: 1px solid rgba(54, 42, 34, 0.12);
  opacity: 0;
  transform: translateX(-14px);
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease), color 0.3s;
}
.mobile-menu > a::before {
  content: counter(mnav, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 16px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 12px;
  color: var(--terracotta);
  opacity: 0.85;
}
.mobile-menu.open > a { opacity: 1; transform: translateX(0); }
.mobile-menu.open > a:nth-of-type(1) { transition-delay: 0.08s; }
.mobile-menu.open > a:nth-of-type(2) { transition-delay: 0.14s; }
.mobile-menu.open > a:nth-of-type(3) { transition-delay: 0.2s; }
.mobile-menu.open > a:nth-of-type(4) { transition-delay: 0.26s; }
.mobile-menu.open > a:nth-of-type(5) { transition-delay: 0.32s; }
.mobile-menu a.active { color: var(--terracotta); }

.mobile-socials {
  display: flex;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s var(--ease) 0.38s, transform 0.4s var(--ease) 0.38s;
}
.mobile-menu.open .mobile-socials { opacity: 1; transform: translateY(0); }
.mobile-socials a {
  width: 44px; height: 44px;
  border: 1px solid rgba(54, 42, 34, 0.18);
  color: var(--brun);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.mobile-socials a:hover { border-color: var(--terracotta); color: var(--terracotta); }
.mobile-socials a[aria-label="Instagram"] { color: #E1306C; border-color: rgba(225, 48, 108, 0.35); }
.mobile-socials a[aria-label="Facebook"] { color: #1877F2; border-color: rgba(24, 119, 242, 0.35); }
.mobile-socials a[aria-label="Instagram"]:hover { border-color: #E1306C; color: #E1306C; }
.mobile-socials a[aria-label="Facebook"]:hover { border-color: #1877F2; color: #1877F2; }

.mobile-contact {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin-top: 14px;
  font-size: 13px;
  color: var(--brun-clair);
  overflow-wrap: anywhere;
  opacity: 0;
  transition: opacity 0.4s var(--ease) 0.42s, color 0.3s;
}
.mobile-menu.open .mobile-contact { opacity: 1; }
.mobile-contact:hover { color: var(--terracotta); }

@media (max-width: 359px) {
  .mobile-menu > a { font-size: 23px; padding-left: 34px; }
}
@media (min-width: 640px) {
  .mobile-menu { padding-left: 40px; padding-right: 40px; }
}
@media (min-width: 1024px) { .mobile-menu { display: none !important; } }

/* ============================================================
   INTRO
   ============================================================ */
#intro {
  position: fixed; inset: 0; z-index: 200;
  background: var(--brun);
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  transition: opacity 0.9s var(--ease), visibility 0.9s var(--ease);
}
#intro.hide { opacity: 0; visibility: hidden; pointer-events: none; }
#intro .intro-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 55%, rgba(216, 195, 156, 0.85) 0%, rgba(54, 42, 34, 1) 70%);
  opacity: 0;
  animation: introGlow 2.2s ease-in-out forwards;
}
@keyframes introGlow { 0% { opacity: 0; } 55% { opacity: 0.85; } 100% { opacity: 0.6; } }
#intro .intro-content { position: relative; display: flex; flex-direction: column; align-items: center; }
#intro .intro-logo {
  width: clamp(260px, 46vw, 460px); height: auto;
  opacity: 0; transform: scale(0.82);
  filter: drop-shadow(0 0 18px rgba(255, 240, 214, 0.55)) drop-shadow(0 4px 30px rgba(0, 0, 0, 0.25));
  animation: introLogo 1.7s 0.15s var(--ease) forwards;
}
@keyframes introLogo {
  0% { opacity: 0; transform: scale(0.78); }
  55% { opacity: 1; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}
#intro .intro-subtitle {
  margin-top: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--kraft); opacity: 0;
  animation: introSub 1s 1.3s forwards;
}
@keyframes introSub { to { opacity: 0.75; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--brun);
}
@media (min-width: 640px) { .hero { min-height: 640px; } }
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 30%;
}
img.hero-bg { animation: heroZoom 22s ease-in-out infinite alternate; }
@keyframes heroZoom { from { transform: scale(1); } to { transform: scale(1.07); } }
.hero-gradient-t {
  position: absolute; inset: 0;
  background: linear-gradient(to top, var(--brun) 0%, rgba(54,42,34,0.42) 55%, rgba(54,42,34,0.22) 100%);
}
.hero-gradient-b {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(54,42,34,0.5) 0%, transparent 40%);
}
.hero-content {
  position: relative; z-index: 2;
  padding: 128px 0 88px;
  display: grid;
  gap: 22px;
}
@media (min-width: 900px) {
  .hero-content {
    padding: 160px 0 100px;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 40px;
  }
}
.hero-content .col-text { max-width: 700px; }
.hero .tag-label, .hero .eyebrow { color: var(--kraft); }
.hero .tag-label::before, .hero .eyebrow::before { background: var(--kraft); }
.hero h1 { color: var(--ivoire); }
.hero .lead {
  margin-top: 22px;
  max-width: min(92vw, 420px);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(251,248,244,0.82);
  border-left: 2px solid rgba(216,195,156,0.5);
  padding-left: 18px;
}
.hero .hero-subtext {
  max-width: min(92vw, 420px);
  margin-top: 16px;
  padding-left: 20px;
  color: rgba(251,248,244,0.78);
}
.hero .btn { margin-top: 30px; }

/* Entre 640 et 899px : un peu plus de largeur pour éviter des lignes
   trop courtes et hachées avant le passage en 2 colonnes à 900px. */
@media (min-width: 640px) {
  .hero .lead,
  .hero .hero-subtext { max-width: min(80vw, 480px); }
}

/* Sous 640px : contenu centré, second paragraphe masqué pour éviter
   tout chevauchement quand la hauteur d'écran est réduite. */
@media (max-width: 639px) {
  .hero-content { text-align: center; }
  .hero-content .col-text { margin: 0 auto; }
  .hero .tag-label { justify-content: center; }
  .hero .tag-label::before { display: none; }
  .hero .lead {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-left: none;
    border-top: 2px solid rgba(216,195,156,0.5);
    padding-left: 0;
    padding-top: 14px;
  }
  .hero .hero-subtext { display: none; }
  .hero .btn { margin-left: auto; margin-right: auto; }
}
@media (max-height: 480px) and (max-width: 639px) {
  /* Fenêtre très basse (landscape mobile, DevTools réduit) : on force
     un peu d'air pour éviter que le bouton ne soit collé au bord. */
  .hero-content { padding-top: 96px; padding-bottom: 56px; }
}
@media (min-width: 900px) { .hero .btn { margin-top: 38px; } }

.reveal { opacity: 0; transform: translateY(22px); animation: heroReveal 1s var(--ease) forwards; }
@keyframes heroReveal { to { opacity: 1; transform: translateY(0); } }
.d1 { animation-delay: 0.35s; }
.d2 { animation-delay: 0.55s; }
.d3 { animation-delay: 0.8s; }
.d4 { animation-delay: 1.05s; }

.scroll-cue {
  position: absolute; bottom: 22px; left: 0; right: 0; z-index: 2;
  display: flex; justify-content: center; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(251,248,244,0.65); font-size: 10px; text-transform: uppercase; letter-spacing: 0.22em;
  opacity: 0;
  animation: heroReveal 1s 1.6s var(--ease) forwards, bob 2.4s 2.6s ease-in-out infinite;
}
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

.petals { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.petal { position: absolute; top: -5%; border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%; animation: drift linear infinite; }
@keyframes drift { from { transform: translate(0,0) rotate(0deg); } to { transform: translate(-40px, 620px) rotate(220deg); } }

/* ============================================================
   REVEAL ON SCROLL
   ============================================================ */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.fade-up.in-view { opacity: 1; transform: translateY(0); }

/* ============================================================
   BLOCS GÉNÉRIQUES
   ============================================================ */
.bg-ivoire { background: var(--ivoire); }
.bg-creme { background: var(--creme); }

.grid-2 { display: grid; gap: 40px; align-items: center; }
@media (min-width: 860px) {
  .grid-2 { grid-template-columns: 1fr 1fr; gap: 56px; }
}
.grid-2.uneven { }
@media (min-width: 860px) { .grid-2.uneven { grid-template-columns: 0.85fr 1.15fr; } }

/* Cadre photo : cadre fin + amorces d'angle, pas de coin arrondi ni ombre lourde */
.media-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  padding: 14px;
}
.media-frame::before {
  content: "";
  position: absolute; inset: 0;
  border: var(--hairline);
  pointer-events: none;
}
.media-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.media-frame:hover img { transform: scale(1.05); }

.media-badge {
  position: absolute;
  right: -18px;
  bottom: -30px;
  width: 138px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 5px solid var(--ivoire);
  box-shadow: 0 14px 34px -18px rgba(54,42,34,0.45);
  display: none;
  transform: rotate(-3deg);
}
@media (min-width: 640px) { .media-badge { display: block; } }
.media-badge img { width: 100%; height: 100%; object-fit: cover; }

.body-text { margin-top: 22px; color: var(--brun-clair); line-height: 1.8; max-width: 65ch; }
.body-text + .body-text { margin-top: 15px; }

.check-list { margin-top: 30px; display: flex; flex-direction: column; gap: 13px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.6; color: var(--brun); }
.check-list .spark { margin-top: 6px; }

/* ============================================================
   CRÉATIONS EN AVANT — mosaïque asymétrique (grid-template-areas)
   ============================================================ */
.mosaic {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 430px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 780px) {
  .mosaic {
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .mosaic { grid-template-columns: repeat(5, 1fr); }
}

.cell {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: var(--hairline);
  cursor: pointer;
}
.cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.cell:hover img { transform: scale(1.07); }
.cell-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(54,42,34,0.82), rgba(54,42,34,0) 55%);
  opacity: 0.75;
  transition: opacity 0.5s;
}
.cell:hover .cell-overlay { opacity: 0.92; }
.cell-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; color: var(--ivoire); }
.cell-caption .cat { font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; opacity: 0.75; }
.cell-caption .name { font-family: var(--font-display); font-size: 19px; margin-top: 4px; }
.cell-caption .link {
  margin-top: 6px; display: flex; align-items: center; gap: 5px;
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em;
  opacity: 0; transition: opacity 0.5s;
}
.cell:hover .cell-caption .link { opacity: 0.9; }

.center { text-align: center; }
.mt-56 { margin-top: 56px; }

/* ============================================================
   GALERIE COMPLÈTE (page Créations) — grille avec cadre fin
   ============================================================ */
.tile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 520px) {
  .tile-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 640px) { .tile-grid { gap: 20px; } }
@media (min-width: 900px) { .tile-grid { grid-template-columns: repeat(4, 1fr); } }
.tile-grid.gallery { grid-template-columns: 1fr; }
@media (min-width: 520px) { .tile-grid.gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .tile-grid.gallery { grid-template-columns: repeat(3, 1fr); } }

.tile {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: var(--hairline);
  cursor: pointer;
  padding: 0;
  background: none;
  width: 100%;
  text-align: left;
}
.tile-grid.gallery .tile,
.tile-grid.gallery .tile.landscape,
.tile-grid.gallery .tile.square,
.tile-grid.gallery .tile.tall { aspect-ratio: 4 / 5; }
.tile.landscape { aspect-ratio: 4 / 3; }
.tile.square { aspect-ratio: 1 / 1; }
.tile.tall { aspect-ratio: 3 / 5; }
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
img[src*="creation-nuage-lotus"],
img[src*="creation-aiane"],
img[src*="creation-monoi"],
img[src*="creation-vanille"] {
  object-position: 50% 65%;
}
.tile:hover img { transform: scale(1.08); }
.tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(54,42,34,0.8), rgba(54,42,34,0) 58%);
  opacity: 0.8;
  transition: opacity 0.5s;
}
.tile:hover .tile-overlay { opacity: 0.95; }
.tile-caption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px;
  color: var(--ivoire);
}
.tile-caption .cat { font-size: 10px; text-transform: uppercase; letter-spacing: 0.18em; opacity: 0.75; }
.tile-caption .name { font-family: var(--font-display); font-size: 19px; margin-top: 4px; }
.tile-caption .link {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  opacity: 0;
  transition: opacity 0.5s;
}
.tile:hover .tile-caption .link { opacity: 0.9; }

/* ============================================================
   CITATION
   ============================================================ */
.quote-section { position: relative; background: var(--brun); overflow: hidden; }
.quote-wrap {
  display: grid;
  gap: 24px;
  align-items: start;
}
@media (min-width: 780px) {
  .quote-wrap { grid-template-columns: 100px 1fr; }
}
.quote-mark {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 8px;
  background: var(--terracotta);
  opacity: 0.85;
  clip-path: polygon(50% 0%, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0% 50%, 39% 38%);
}
.quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.5;
  color: var(--ivoire);
  max-width: 720px;
}
/* ============================================================
   LISTE NUMÉROTÉE ÉDITORIALE — utilisée par la page Idées cadeaux
   ============================================================ */
.reasons {
  margin-top: 8px;
  border-top: var(--hairline);
}
.reason {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  padding: 26px 0;
  border-bottom: var(--hairline);
}
@media (min-width: 640px) {
  .reason { grid-template-columns: 72px 1fr; padding: 30px 0; }
}
.reason .num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 26px;
  color: var(--terracotta);
}
.reason h3 { font-size: 19px; }
.reason p { margin-top: 6px; font-size: 14px; line-height: 1.65; color: var(--brun-clair); max-width: 34rem; }

/* ============================================================
   POURQUOI FLEURS DE CIRE — grille de cartes dynamique (accueil)
   ============================================================ */
.reasons-grid {
  margin-top: 40px;
  display: grid;
  gap: 1px;
  background: rgba(54, 42, 34, 0.14);
  border: var(--hairline);
}
@media (min-width: 640px) {
  .reasons-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .reasons-grid { grid-template-columns: repeat(3, 1fr); }
}
.reason-card {
  position: relative;
  background: var(--ivoire);
  padding: 37px 28px 30px;
  transition: opacity 0.7s var(--ease), transform 0.45s var(--ease), box-shadow 0.4s var(--ease);
}
.reason-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.reason-card:hover::before { transform: scaleX(1); }
.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px -22px rgba(54, 42, 34, 0.4);
  z-index: 1;
}
.reason-num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14px;
  color: var(--kraft);
}
.reason-card:nth-child(1) { --accent: #b96a46; }
.reason-card:nth-child(2) { --accent: #c99a3e; }
.reason-card:nth-child(3) { --accent: #9b7ab8; }
.reason-card:nth-child(4) { --accent: #7a9b6f; }
.reason-card:nth-child(5) { --accent: #c97a92; }
.reason-card:nth-child(6) { --accent: #5f88a6; }

.reason-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  background: transparent;
  border-color: color-mix(in srgb, var(--accent) 45%, transparent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  margin-bottom: 22px;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease), transform 0.4s var(--ease);
}
.reason-card:hover .reason-icon {
  background: var(--accent);
  color: var(--ivoire);
  border-color: var(--accent);
  transform: scale(1.08);
}
.reason-card:hover .reason-num { color: var(--accent); }
.reason-icon-fill svg { transform: scale(0.9); }
.reason-card h3 { font-size: 18px; }
.reason-card p { margin-top: 8px; font-size: 14px; line-height: 1.65; color: var(--brun-clair); }

/* Cascade au scroll : chaque carte se révèle avec un léger décalage */
.reasons-grid .reason-card:nth-child(1) { transition-delay: 0s; }
.reasons-grid .reason-card:nth-child(2) { transition-delay: 0.08s; }
.reasons-grid .reason-card:nth-child(3) { transition-delay: 0.16s; }
.reasons-grid .reason-card:nth-child(4) { transition-delay: 0.24s; }
.reasons-grid .reason-card:nth-child(5) { transition-delay: 0.32s; }
.reasons-grid .reason-card:nth-child(6) { transition-delay: 0.4s; }
.reasons-grid .reason-card:hover { transition-delay: 0s; }

/* ============================================================
   TÉMOIGNAGES — grille de cartes avis, signature calligraphiée
   ============================================================ */
.testi-grid {
  margin-top: 48px;
  display: grid;
  gap: 28px;
}
@media (min-width: 640px) {
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
}
.testi-card {
  position: relative;
  background: var(--creme);
  border: var(--hairline);
  border-radius: var(--radius);
  padding: 32px 30px 26px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.7s var(--ease), transform 0.45s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
}
.testi-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 38px -24px rgba(54, 42, 34, 0.38);
  border-color: rgba(185, 106, 70, 0.35);
}
.testi-mark {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
  background: var(--terracotta);
  opacity: 0.85;
  clip-path: polygon(50% 0%, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0% 50%, 39% 38%);
}
.testi-stars {
  display: flex;
  gap: 3px;
  color: var(--terracotta);
  margin-bottom: 14px;
}
.testi-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  line-height: 1.7;
  color: var(--brun);
  flex-grow: 1;
}
.testi-footer {
  margin-top: 22px;
  padding-top: 16px;
  border-top: var(--hairline);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.testi-name {
  font-family: var(--font-script);
  font-size: 28px;
  line-height: 1;
  color: var(--terracotta);
}
.testi-role {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brun-clair);
}

/* Cascade au scroll : chaque avis se révèle avec un léger décalage */
.testi-grid .testi-card:nth-child(1) { transition-delay: 0s; }
.testi-grid .testi-card:nth-child(2) { transition-delay: 0.08s; }
.testi-grid .testi-card:nth-child(3) { transition-delay: 0.16s; }
.testi-grid .testi-card:nth-child(4) { transition-delay: 0.24s; }
.testi-grid .testi-card:nth-child(5) { transition-delay: 0.32s; }
.testi-grid .testi-card:hover { transition-delay: 0s; }

/* ============================================================
   INSTAGRAM — mosaïque, tailles variées
   ============================================================ */
.insta-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--terracotta);
  border-bottom: 1px solid rgba(185,106,70,0.35);
  padding-bottom: 3px;
  transition: gap 0.3s, border-color 0.3s;
}
.insta-link:hover { gap: 12px; border-color: var(--terracotta); }

.insta-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 640px) {
  .insta-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
}
@media (min-width: 1024px) {
  .insta-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
.insta-tile,
.insta-tile.big {
  position: relative;
  overflow: hidden;
  display: block;
  grid-column: span 1;
  grid-row: span 1;
  aspect-ratio: 1;
}
.insta-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s; }
.insta-tile:hover img { transform: scale(1.08); }
.insta-tile .overlay {
  position: absolute; inset: 0;
  background: rgba(54,42,34,0);
  display: flex; align-items: center; justify-content: center;
  color: var(--ivoire);
  opacity: 0;
  transition: all 0.4s;
}
.insta-tile:hover .overlay { background: rgba(54,42,34,0.4); opacity: 1; }

/* ============================================================
   CTA
   ============================================================ */
.cta-section { position: relative; padding: 80px 0; overflow: hidden; text-align: center; }
@media (min-width: 780px) { .cta-section { padding: 110px 0; } }
.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta-overlay { position: absolute; inset: 0; background: rgba(54,42,34,0.78); }
.cta-section .container { position: relative; }
.cta-section .tag-label, .cta-section .eyebrow { justify-content: center; color: var(--kraft); }
.cta-section .tag-label::before, .cta-section .eyebrow::before { display: none; }
.cta-section h2 { color: var(--ivoire); max-width: 640px; margin: 0 auto; }
.cta-section .lead { color: rgba(251,248,244,0.82); max-width: 500px; margin: 22px auto 0; line-height: 1.75; }
.cta-buttons {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 640px) {
  .cta-buttons { flex-direction: row; align-items: center; }
  .cta-buttons .btn { width: auto; }
}

/* ============================================================
   PAGE HERO (pages internes)
   ============================================================ */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--brun);
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero .hero-gradient-t { background: linear-gradient(to top, var(--brun) 0%, rgba(54,42,34,0.55) 55%, rgba(54,42,34,0.22) 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 112px 0 48px; }
@media (min-width: 640px) { .page-hero-content { padding: 130px 0 60px; } }
.page-hero .tag-label, .page-hero .eyebrow { color: var(--kraft); }
.page-hero .tag-label::before, .page-hero .eyebrow::before { background: var(--kraft); }
.page-hero h1 { color: var(--ivoire); font-size: clamp(2rem, 4.2vw, 3.3rem); max-width: 640px; }
.page-hero .lead {
  margin-top: 18px; max-width: 540px; color: rgba(251,248,244,0.82); line-height: 1.75;
  border-left: 2px solid rgba(216,195,156,0.5); padding-left: 16px;
}
@media (max-width: 639px) {
  .page-hero .lead {
    border-left: 0;
    border-top: 2px solid rgba(216,195,156,0.5);
    padding: 14px 0 0;
  }
}
.page-hero-compact { min-height: 330px; }
.page-hero-compact .page-hero-content { padding-bottom: 40px; }
/* ============================================================
   FAQ — accordéon sobre, hairline
   ============================================================ */
.faq-list { border-top: var(--hairline); }
.faq-item { border-bottom: var(--hairline); padding: 24px 0; }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: 44px;
  cursor: pointer; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h2 {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 500;
}
.faq-icon { position: relative; width: 15px; height: 15px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--terracotta); }
.faq-icon::before { top: 50%; left: 0; width: 100%; height: 1px; transform: translateY(-50%); }
.faq-icon::after { left: 50%; top: 0; width: 1px; height: 100%; transform: translateX(-50%); transition: opacity 0.25s var(--ease); }
.faq-item[open] .faq-icon::after { opacity: 0; }
.faq-item p { margin-top: 14px; font-size: 14.5px; line-height: 1.7; color: var(--brun-clair); max-width: 62ch; }
.faq-item p a { color: var(--terracotta); border-bottom: 1px solid rgba(185,106,70,0.4); }
.faq-container { max-width: 800px; }

.breadcrumb {
  display: flex; flex-wrap: wrap; align-items: center; gap: 7px;
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em;
  color: rgba(251,248,244,0.6); margin-bottom: 18px;
}
.breadcrumb a { color: rgba(251,248,244,0.6); transition: color 0.3s; }
.breadcrumb a:hover { color: var(--terracotta); }
.breadcrumb .sep { opacity: 0.5; }
.breadcrumb .current { color: var(--kraft); }
.breadcrumb.light { color: rgba(54,42,34,0.72); }
.breadcrumb.light a { color: rgba(54,42,34,0.72); }
.breadcrumb.light a:hover { color: var(--terracotta); }
.breadcrumb.light .current { color: var(--terracotta); }

/* ============================================================
   PROCESSUS — étiquettes kraft façon atelier
   ============================================================ */
.timeline { position: relative; max-width: 760px; margin: 48px auto 0; }
@media (min-width: 640px) { .timeline { margin-top: 72px; } }
.timeline::before {
  content: ""; position: absolute; left: 21px; top: 8px; bottom: 8px; width: 1px;
  background: rgba(54,42,34,0.16);
}
@media (min-width: 640px) { .timeline::before { left: 50%; transform: translateX(-50%); } }
.timeline-item { position: relative; display: flex; gap: 22px; margin-bottom: 50px; }
.timeline-item:last-child { margin-bottom: 0; }

.tag-num {
  position: relative;
  flex-shrink: 0;
  width: 46px;
  height: 36px;
  background: var(--kraft);
  border: 1px dashed rgba(54,42,34,0.4);
  color: var(--brun);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 15px;
  z-index: 1;
  transform: rotate(-3deg);
}
.timeline-item:nth-child(even) .tag-num { transform: rotate(2.5deg); }
.tag-num::before {
  content: "";
  position: absolute;
  top: -5px; left: 50%;
  width: 5px; height: 5px;
  margin-left: -2.5px;
  border-radius: 50%;
  border: 1px solid rgba(54,42,34,0.4);
  background: var(--creme);
}

.timeline-body h3 { font-size: 21px; }
.timeline-body p { margin-top: 8px; font-size: 14px; line-height: 1.7; color: var(--brun-clair); }

@media (min-width: 640px) {
  .timeline-item { justify-content: center; }
  .timeline-item .tag-num { position: absolute; left: 50%; margin-left: -23px; top: 0; }
  .timeline-item .timeline-body { width: calc(50% - 40px); }
  .timeline-item:nth-child(odd) .timeline-body { margin-right: calc(50% + 40px); text-align: right; }
  .timeline-item:nth-child(even) .timeline-body { margin-left: calc(50% + 40px); }
}

/* ============================================================
   GALERIE — onglets texte + lightbox sobre
   ============================================================ */
.filters {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  border-bottom: var(--hairline);
  padding-bottom: 4px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.filters::-webkit-scrollbar { display: none; }
@media (max-width: 767px) {
  .filters {
    margin-inline: -20px;
    padding-inline: 20px;
  }
}
@media (min-width: 768px) {
  .filters { flex-wrap: wrap; gap: 4px 28px; overflow: visible; }
}
.gallery-note {
  max-width: 78ch;
  margin-bottom: 28px;
  padding-left: 14px;
  border-left: 2px solid var(--terracotta);
  color: var(--brun-clair);
  font-size: 13px;
  line-height: 1.65;
}
.gallery-note a {
  color: var(--terracotta);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.filter-btn {
  position: relative;
  flex: 0 0 auto;
  min-height: 44px;
  border: none;
  background: none;
  padding: 10px 0 14px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--brun-clair);
  cursor: pointer;
  transition: color 0.3s;
}
.filter-btn::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -1px; height: 2px;
  background: var(--terracotta);
  transform: scaleX(0);
  transition: transform 0.35s var(--ease);
}
.filter-btn:hover { color: var(--brun); }
.filter-btn.active { color: var(--brun); }
.filter-btn.active::after { transform: scaleX(1); }

.lightbox {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(54,42,34,0.97);
  display: none; align-items: flex-start; justify-content: center;
  padding: 60px 12px 76px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.lightbox.open { display: flex; }
.lightbox-card {
  background: var(--ivoire);
  overflow: visible;
  max-width: 900px;
  width: 100%;
  max-height: none;
  display: grid;
  grid-template-rows: auto auto;
  border: 1px solid rgba(251,248,244,0.1);
}
.lightbox-img { position: relative; aspect-ratio: 4/5; background: var(--creme); }
.lightbox-img img { width: 100%; height: 100%; object-fit: contain; }
.lightbox-info { padding: 24px 20px 28px; display: flex; flex-direction: column; justify-content: center; }
.lightbox-info h3 { font-size: 25px; margin-top: 10px; }
.lightbox-info p { margin-top: 16px; font-size: 14px; line-height: 1.75; color: var(--brun-clair); }
.lightbox-info .lightbox-meta { margin-top: 18px; font-size: 12px; }
.lightbox-request { align-self: stretch; margin-top: 24px; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: fixed;
  width: 44px; height: 44px;
  border: 1px solid rgba(251,248,244,0.35);
  background: none;
  color: var(--ivoire);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s;
  z-index: 5;
}
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { border-color: var(--ivoire); }
.lightbox-close { top: 8px; right: 8px; }
.lightbox-prev { left: calc(50% - 52px); bottom: 12px; }
.lightbox-next { right: calc(50% - 52px); bottom: 12px; }
@media (min-width: 640px) {
  .lightbox { align-items: center; padding: 64px 72px; overflow: hidden; }
  .lightbox-card {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: 1fr;
    max-height: 88vh;
    overflow: hidden;
  }
  .lightbox-img { aspect-ratio: auto; height: 100%; }
  .lightbox-info { padding: 32px; }
  .lightbox-request { align-self: flex-start; }
  .lightbox-close { top: 20px; right: 20px; }
  .lightbox-prev { left: 16px; top: 50%; bottom: auto; transform: translateY(-50%); }
  .lightbox-next { right: 16px; top: 50%; bottom: auto; transform: translateY(-50%); }
}
@media (min-width: 1024px) {
  .lightbox-prev { left: 24px; }
  .lightbox-next { right: 24px; }
}

/* ============================================================
   CONTACT — champs soulignés, pas de carte
   ============================================================ */
.contact-info li { display: flex; align-items: flex-start; gap: 16px; padding: 18px 0; border-bottom: var(--hairline); }
.contact-info li:first-child { padding-top: 0; }
.contact-info .idx {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 20px;
  color: var(--terracotta);
  width: 28px;
  flex-shrink: 0;
}
.contact-info .label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--brun-clair); }
.contact-info .value { margin-top: 3px; font-size: 15px; }
.contact-info .value:hover { color: var(--terracotta); }
.contact-info li > div { min-width: 0; }
.contact-info .value { overflow-wrap: anywhere; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
}
@media (min-width: 1024px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 64px;
  }
}

.contact-form { border-top: var(--hairline); padding-top: 36px; }
.form-row { display: grid; gap: 26px; margin-bottom: 30px; }
/* Honeypot anti-spam : caché visuellement mais présent dans le DOM,
   pour piéger les robots qui remplissent tous les champs d'un formulaire. */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
@media (min-width: 640px) { .form-row.two { grid-template-columns: 1fr 1fr; } }
.field label {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brun-clair);
}
.field input, .field textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(54,42,34,0.28);
  background: transparent;
  border-radius: 0;
  padding: 10px 2px 12px;
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--brun);
  outline: none;
  transition: border-color 0.3s;
}
.field input { min-height: 44px; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--terracotta); }
.form-privacy {
  max-width: 58ch;
  margin: -6px 0 18px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--brun-clair);
}
.form-privacy a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 2px; }
.form-feedback {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 3px solid #9c5638;
  background: rgba(156, 86, 56, 0.08);
  color: var(--brun);
  font-size: 13px;
  line-height: 1.55;
}
.form-feedback:focus { outline: 2px solid var(--terracotta); outline-offset: 3px; }
.form-success { display: none; padding: 30px 0; border-top: var(--hairline); }
.form-success.show { display: block; }
.form-success .mark {
  width: 34px; height: 34px;
  border: 1px solid var(--terracotta);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--terracotta);
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .contact-form .btn[type="submit"] { width: 100%; }
}

/* ============================================================
   PAGES LEGALES
   ============================================================ */
.legal-section { padding-top: 132px; }
.legal-container { max-width: 760px; }
.legal-title { margin-top: 16px; font-size: clamp(1.8rem, 4vw, 2.6rem); }
.legal-updated { margin-top: 16px; font-size: 13px; color: var(--brun-clair); }
.legal-body {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--brun-clair);
}
.legal-body h2 { font-size: 20px; color: var(--brun); }
.legal-body p { margin-top: 8px; overflow-wrap: anywhere; }
.legal-body a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 2px; }

/* ============================================================
   PAGE 404
   ============================================================ */
.not-found-section { min-height: calc(100svh - 89px); padding-top: 132px; text-align: center; }
.not-found-container { max-width: 560px; }
.not-found-tag { justify-content: center; }
.not-found-title { margin-top: 16px; font-size: clamp(2rem, 5vw, 3rem); }
.not-found-text { margin: 22px auto 0; }
.not-found-actions { margin-top: 36px; }
.not-found-footer { justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--creme); border-top: var(--hairline); }
.footer-grid { display: grid; gap: 44px; padding: 60px 0; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-grid img { height: 48px; width: auto; }
.footer-about { margin-top: 18px; max-width: 300px; font-size: 14px; line-height: 1.75; color: var(--brun-clair); }
.footer-socials { margin-top: 22px; display: flex; gap: 12px; }
.footer-socials a {
  width: 44px; height: 44px;
  border: var(--hairline);
  color: var(--brun-clair);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
}
.footer-socials a:hover { border-color: var(--terracotta); color: var(--terracotta); }
.footer-socials a[aria-label="Instagram"] { color: #E1306C; border-color: rgba(225, 48, 108, 0.35); }
.footer-socials a[aria-label="Facebook"] { color: #1877F2; border-color: rgba(24, 119, 242, 0.35); }
.footer-socials a[aria-label="Instagram"]:hover { border-color: #E1306C; color: #E1306C; }
.footer-socials a[aria-label="Facebook"]:hover { border-color: #1877F2; color: #1877F2; }
.footer-col h3 { margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 4px; font-size: 14px; color: var(--brun-clair); }
.footer-col ul a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-col ul a:hover { color: var(--terracotta); }
.footer-col li { display: flex; align-items: flex-start; gap: 8px; }
.footer-bottom {
  border-top: var(--hairline);
  padding: 22px 0;
  display: flex; flex-direction: column; gap: 10px;
  align-items: center; justify-content: space-between;
  font-size: 12px; color: var(--brun-clair);
}
@media (min-width: 640px) { .footer-bottom { flex-direction: row; } }
.footer-bottom a:hover { color: var(--terracotta); }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.footer-legal a { min-height: 44px; display: inline-flex; align-items: center; }

/* ============================================================
   ACCESSIBILITÉ — focus clavier visible, lien d'évitement
   ============================================================ */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
  border-radius: 1px;
}
.field input:focus-visible,
.field textarea:focus-visible {
  outline: none;
  border-bottom-color: var(--terracotta);
  box-shadow: 0 1px 0 0 var(--terracotta);
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 300;
  background: var(--brun);
  color: var(--ivoire);
  padding: 12px 20px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius);
  transition: top 0.3s var(--ease);
}
.skip-link:focus {
  top: 16px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html { scroll-behavior: auto; }
  #intro,
  .reveal,
  .fade-up,
  img.hero-bg,
  .scroll-cue,
  .petal {
    animation: none !important;
    transition: none !important;
  }
  .reveal,
  .fade-up {
    opacity: 1;
    transform: none;
  }
  .petal { display: none; }
}
