/* ============================================================
   EFTI CIANKO — modiste à Blois
   Clair, photographique, épuré (esprit sur-mesure moderne).
   ============================================================ */

:root {
  --bg:      #FCFBF8;   /* blanc chaud */
  --bg-2:    #F2EEE6;   /* gris-sable doux (sections alternées) */
  --ink:     #1C1B19;   /* presque noir */
  --ink-soft:#6B675F;   /* texte secondaire */
  --taupe:   #9B7A63;   /* accent chaud discret (décoratif / grands éléments) */
  --taupe-d: #80604A;   /* accent foncé — texte d'accent sur fond clair (>=4.5:1) */
  --taupe-l: #CBA988;   /* taupe clair — texte d'accent sur fond sombre */
  --gold:    #A9791F;   /* étoiles d'avis (lisible >=3:1 sur fond clair) */
  --line:    #E4DFD4;

  /* ombres : 2 couches (ancre rapprochée + diffusion) */
  --sh-card: 0 1px 2px rgba(28,27,25,0.05), 0 14px 32px -26px rgba(28,27,25,0.4);
  --sh-lift: 0 2px 4px rgba(28,27,25,0.06), 0 24px 50px -30px rgba(28,27,25,0.45);

  /* rayons : une valeur par famille */
  --r-card: 10px;
  --r-media: 6px;
  --r-control: 3px;

  --display: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;

  --t-hero: clamp(2.7rem, 5.4vw, 4.6rem);
  --t-h2:   clamp(1.9rem, 3.6vw, 2.9rem);
  --t-h3:   clamp(1.25rem, 1.8vw, 1.5rem);

  --sy: clamp(4.5rem, 9vw, 8.5rem);
  --pad: clamp(1.4rem, 5vw, 5rem);
  --maxw: 1240px;
  --header-h: 76px;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
  margin: 0; font-family: var(--sans); font-weight: 400; font-size: 17px; line-height: 1.7;
  color: var(--ink); background: var(--bg); overflow-x: clip;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; margin: 0; line-height: 1.1; letter-spacing: -0.01em; text-wrap: balance; font-optical-sizing: auto; }
em { font-style: italic; }
p { margin: 0 0 1rem; text-wrap: pretty; }
::selection { background: var(--ink); color: var(--bg); }
:focus-visible { outline: 2px solid var(--taupe-d); outline-offset: 3px; }
/* focus lisible sur surfaces sombres */
.ft :focus-visible, .presse :focus-visible, .page-hero-in :focus-visible, .bandeau :focus-visible { outline-color: var(--bg); }

.skip-link { position: absolute; left: 1rem; top: -60px; z-index: 400; background: var(--ink); color: var(--bg); padding: 0.7rem 1.1rem; border-radius: var(--r-control); font-size: 0.85rem; transition: top 0.2s ease; }
.skip-link:focus { top: 1rem; }

.kick { font-family: var(--sans); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--taupe-d); margin: 0 0 1.2rem; }
.kick-light { color: rgba(252,251,248,0.75); }
/* l'eyebrow doit garder sa couleur d'accent même dans les blocs où les <p> sont en texte secondaire */
.shop-text .kick, .contact-head .kick, .atelier-text .kick, .boutique-text .kick { color: var(--taupe-d); }

.sec-head { max-width: 660px; margin: 0 auto var(--sy); text-align: center; }
.sec-head h2 { font-size: var(--t-h2); }
.sec-lede { color: var(--ink-soft); margin-top: 1.1rem; font-size: 1.1rem; }

/* ---------- Boutons ---------- */
.btn { display: inline-block; font-family: var(--sans); font-weight: 600; font-size: 0.92rem; letter-spacing: 0.01em; padding: 1em 1.9em; border-radius: var(--r-control); cursor: pointer; border: 1.5px solid transparent; transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: #34322E; }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--bg); }
.btn-lg { padding: 1.1em 2.3em; }
.btn-on-dark { border-color: rgba(252,251,248,0.6); color: var(--bg); }
.btn-on-dark:hover { background: var(--bg); color: var(--ink); border-color: var(--bg); }
.page-hero-in .btn-primary { background: var(--bg); color: var(--ink); }
.page-hero-in .btn-primary:hover { background: #F2EEE6; }

.link { font-family: var(--sans); font-weight: 600; font-size: 0.92rem; color: var(--ink); border-bottom: 1.5px solid var(--ink); padding-bottom: 3px; transition: color 0.2s ease, border-color 0.2s ease; }
.link::after { content: " \2192"; }
.link:hover { color: var(--taupe-d); border-color: var(--taupe-d); }
.link-light { color: var(--bg); border-color: rgba(252,251,248,0.6); }
.link-light:hover { color: var(--bg); border-color: var(--bg); }

/* ---------- En-tête ---------- */
.hdr { position: sticky; top: 0; z-index: 100; background: transparent; transition: background 0.3s ease, box-shadow 0.3s ease; }
.hdr.scrolled { background: rgba(252, 251, 248, 0.92); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.hdr-in { max-width: var(--maxw); margin: 0 auto; min-height: var(--header-h); padding: 0.7rem var(--pad); display: flex; align-items: center; gap: 1.5rem; }
.logo { font-family: var(--display); font-weight: 600; font-size: 1.5rem; letter-spacing: 0; color: var(--ink); }
.nav { display: flex; gap: 1.9rem; margin-left: auto; }
.nav a { font-weight: 500; font-size: 0.92rem; color: var(--ink-soft); padding: 0.3rem 0; border-bottom: 1.5px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; }
.nav a:hover, .nav a.active { color: var(--ink); border-bottom-color: var(--taupe); }
.hdr-cta { padding: 0.65em 1.3em; font-size: 0.82rem; }
.burger { display: none; margin-left: auto; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { width: 26px; height: 2px; background: var(--ink); transition: transform 0.3s ease, opacity 0.3s ease; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.menu[hidden] { display: none; }
.menu { display: flex; flex-direction: column; gap: 0.1rem; padding: 0.6rem var(--pad) 1.4rem; background: var(--bg); border-bottom: 1px solid var(--line); }
.menu a { font-weight: 500; padding: 0.85rem 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.menu a:last-child { border: none; margin-top: 0.9rem; text-align: center; color: var(--bg); }

/* ---------- Héro (split texte + grande image) ---------- */
.hero { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: stretch; min-height: clamp(560px, 84vh, 800px); }
.hero-text { display: flex; flex-direction: column; justify-content: center; padding: 4rem clamp(2rem, 5vw, 5.5rem); max-width: 660px; margin-right: auto; }
.hero h1 { font-size: var(--t-hero); line-height: 1.04; letter-spacing: -0.01em; }
.hero h1 em { font-style: italic; color: var(--taupe-d); }
.hero .lede { font-size: 1.18rem; line-height: 1.6; color: var(--ink-soft); max-width: 40ch; margin: 1.5rem 0 0; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; margin-top: 2.4rem; }
.hero-note { margin: 2.6rem 0 0; padding-top: 1.5rem; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 0.7rem; font-family: var(--sans); font-size: 0.82rem; letter-spacing: 0.04em; color: var(--ink-soft); }
.hero-note b { color: var(--ink); font-weight: 600; }
.hero-note .avis-stars { color: var(--gold); letter-spacing: 1px; font-size: 0.86rem; }
.hero-img { margin: 0; overflow: hidden; position: relative; }
.hero-img::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 120px rgba(28,27,25,0.14); pointer-events: none; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Bande de labels (coupure hero / choix) ---------- */
.bandeau { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bandeau-in { max-width: var(--maxw); margin: 0 auto; padding: 0.95rem var(--pad); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.4rem 0; }
.bandeau-in span { font-family: var(--sans); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-d); display: inline-flex; align-items: center; }
.bandeau-in span:not(:last-child)::after { content: "·"; color: var(--taupe); font-size: 1rem; margin: 0 1.2rem; }

/* ---------- Comment ça marche (parcours sur-mesure) ---------- */
.etapes { background: var(--bg-2); padding: var(--sy) var(--pad); }
.etapes-grid { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2vw, 1.4rem); }
.etape { position: relative; text-align: left; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-card); padding: 2.2rem 1.8rem; box-shadow: var(--sh-card); transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease; }
.etape:hover { transform: translateY(-4px); box-shadow: var(--sh-lift); }
.etape-n { font-family: var(--display); font-style: italic; font-size: 2.2rem; color: var(--taupe); line-height: 1; display: block; margin-bottom: 0.9rem; }
.etape h3 { font-size: var(--t-h3); margin-bottom: 0.5rem; }
.etape p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.55; margin: 0; }
.etapes-cta { max-width: var(--maxw); margin: clamp(2.5rem,5vw,3.5rem) auto 0; text-align: center; }

/* ---------- Créations / vitrine ---------- */
.creations { max-width: var(--maxw); margin: 0 auto; padding: var(--sy) var(--pad); }
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.filter { font-family: var(--sans); font-weight: 500; font-size: 0.9rem; color: var(--ink-soft); background: var(--bg-2); border: 1.5px solid #8F887C; border-radius: 999px; padding: 0.55em 1.3em; cursor: pointer; transition: all 0.25s ease; }
.filter:hover { border-color: var(--ink); color: var(--ink); }
.filter.is-active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 1.6rem); }
.ga { padding: 0; border: none; background: var(--bg-2); cursor: pointer; overflow: hidden; border-radius: var(--r-media); position: relative; aspect-ratio: 4 / 5; }
.ga[hidden] { display: none; }
.ga img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.ga::after { content: attr(data-cap); position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem 1.1rem 1rem; font-family: var(--display); font-size: 1rem; color: var(--bg); background: linear-gradient(to top, rgba(20,18,15,0.78), transparent); opacity: 0; transition: opacity 0.35s ease; text-align: left; }
.ga:hover img, .ga:focus-visible img { transform: scale(1.05); }
.ga:hover::after, .ga:focus-visible::after { opacity: 1; }
@media (hover: none) { .ga::after { opacity: 0.92; } }

/* ---------- Atelier ---------- */
.atelier { max-width: var(--maxw); margin: 0 auto; padding: var(--sy) var(--pad); display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.atelier-img { margin: 0; overflow: hidden; border-radius: var(--r-media); box-shadow: var(--sh-card); }
.atelier-img img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.atelier-text h2 { font-size: var(--t-h2); margin-bottom: 1.2rem; }
.atelier-text p { color: var(--ink-soft); max-width: 50ch; }
.atelier-sign { margin: 1.6rem 0 0; }
.atelier-sign img { width: 210px; max-width: 62%; height: auto; }

/* ---------- Avis (carrousel) ---------- */
.avis { background: var(--bg-2); padding: var(--sy) var(--pad); overflow: hidden; }
.avis-track { max-width: var(--maxw); margin: 0 auto; display: flex; gap: clamp(1rem, 2vw, 1.6rem); overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 0.4rem 0 1.4rem; scrollbar-width: none; }
.avis-track::-webkit-scrollbar { display: none; }
.avis-c { position: relative; overflow: hidden; margin: 0; flex: 0 0 clamp(280px, 80%, 390px); scroll-snap-align: center; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-card); padding: 2.4rem 2rem 2rem; display: flex; flex-direction: column; gap: 1.1rem; box-shadow: var(--sh-card); }
.avis-c::before { content: "\201C"; position: absolute; top: 0.4rem; right: 1.3rem; font-family: var(--display); font-size: 5rem; line-height: 1; color: var(--taupe); opacity: 0.16; pointer-events: none; }
.avis-stars { color: var(--gold); letter-spacing: 3px; font-size: 1rem; }
.avis-c p { font-family: var(--display); font-size: 1.16rem; line-height: 1.55; color: var(--ink); margin: 0; }
.avis-by { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.avis-av { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; background: var(--taupe-d); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-weight: 600; font-size: 1rem; }
.avis-meta strong { display: block; font-family: var(--sans); font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.avis-meta span { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.76rem; color: var(--ink-soft); }
.avis-g { font-weight: 700; font-family: var(--sans); }
.avis-g b:nth-child(1){color:#4285F4} .avis-g b:nth-child(2){color:#EA4335} .avis-g b:nth-child(3){color:#FBBC05} .avis-g b:nth-child(4){color:#4285F4} .avis-g b:nth-child(5){color:#34A853} .avis-g b:nth-child(6){color:#EA4335}
.avis-nav { display: flex; gap: 0.6rem; justify-content: center; align-items: center; margin-top: 1.4rem; }
.avis-btn { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--ink); background: none; color: var(--ink); font-size: 1.3rem; line-height: 1; cursor: pointer; transition: background 0.2s ease, color 0.2s ease; }
.avis-btn:hover { background: var(--ink); color: var(--bg); }
.avis-more { text-align: center; margin: clamp(2rem,4vw,3rem) 0 0; }
.avis-more a { font-weight: 600; color: var(--ink); border-bottom: 1.5px solid var(--ink); padding-bottom: 3px; }

/* ---------- Boutique (bande claire) ---------- */
.boutique { padding: var(--sy) var(--pad); }
.boutique-in { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.boutique-text h2 { font-size: var(--t-h2); margin-bottom: 1.1rem; }
.boutique-text p { color: var(--ink-soft); max-width: 42ch; }
.boutique-pts { list-style: none; margin: 1.4rem 0 2.2rem; padding: 0; display: flex; flex-wrap: wrap; gap: 0.6rem 1.6rem; }
.boutique-pts li { font-size: 0.92rem; color: var(--ink-soft); position: relative; padding-left: 1.3rem; }
.boutique-pts li::before { content: "—"; position: absolute; left: 0; color: var(--taupe); }
.boutique-img { margin: 0; overflow: hidden; border-radius: var(--r-media); box-shadow: var(--sh-card); }
.boutique-img img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }

/* ---------- Contact (refonte : centré + cartes infos + carte) ---------- */
.contact { padding: var(--sy) var(--pad) 0; }
.contact-head { max-width: 620px; margin: 0 auto; text-align: center; }
.contact-head h2 { font-size: var(--t-h2); margin-bottom: 1rem; }
.contact-head p { color: var(--ink-soft); }
.contact-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }
.contact-info { max-width: var(--maxw); margin: clamp(2.6rem,5vw,4rem) auto 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(0.8rem,1.6vw,1.2rem); }
.ci { text-align: center; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-card); padding: 2rem 1.4rem; box-shadow: var(--sh-card); }
.ci span { display: block; font-family: var(--sans); font-weight: 600; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-d); margin-bottom: 0.6rem; }
.ci a, .ci p { font-family: var(--display); font-size: 1.12rem; color: var(--ink); margin: 0; line-height: 1.45; }
.ci a:hover { color: var(--taupe-d); }
.contact-map { max-width: var(--maxw); margin: clamp(1.2rem,2.4vw,1.6rem) auto 0; border-radius: var(--r-card); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--sh-lift); }
.contact-map iframe { display: block; width: 100%; height: clamp(260px, 38vh, 420px); border: 0; filter: grayscale(0.4) contrast(1.05); }

/* ---------- Pied de page ---------- */
.ft { background: var(--ink); color: var(--bg); padding: var(--sy) var(--pad) 1.8rem; }
.ft .logo { color: var(--bg); }
.ft-in { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.2rem; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(252,251,248,0.16); }
.ft-in > div:first-child p { color: rgba(252,251,248,0.64); font-size: 0.92rem; margin: 0.8rem 0 0; max-width: 34ch; }
.ft-nav { display: flex; flex-direction: column; gap: 0.6rem; }
.ft-nav a, .ft-contact a, .ft-contact span { font-size: 0.9rem; color: rgba(252,251,248,0.8); transition: color 0.25s ease; }
.ft-nav a:hover, .ft-contact a:hover { color: var(--taupe-l); }
.ft-contact { display: flex; flex-direction: column; gap: 0.6rem; }
.ft-bottom { max-width: var(--maxw); margin: 0 auto; padding-top: 1.6rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; }
.ft-bottom p { font-size: 0.76rem; color: rgba(252,251,248,0.5); margin: 0; }
.ft-bottom a { color: var(--taupe-l); }

/* ---------- Visionneuse ---------- */
.lb { position: fixed; inset: 0; z-index: 1000; background: rgba(20, 18, 15, 0.95); display: none; align-items: center; justify-content: center; padding: 4vh 5vw; }
.lb.open { display: flex; }
.lb figure { margin: 0; max-width: 90vw; max-height: 90vh; text-align: center; }
.lb img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: 2px; margin: 0 auto; }
.lb figcaption { font-family: var(--display); color: var(--bg); font-size: 0.98rem; margin-top: 1rem; }
.lb-x, .lb-p, .lb-n { position: fixed; background: none; border: none; color: var(--bg); cursor: pointer; opacity: 0.8; line-height: 1; transition: opacity 0.2s ease; }
.lb-x:hover, .lb-p:hover, .lb-n:hover { opacity: 1; }
.lb-x { top: 3vh; right: 4vw; font-size: 2.6rem; }
.lb-p, .lb-n { top: 50%; transform: translateY(-50%); font-size: 3.2rem; padding: 0 1rem; }
.lb-p { left: 1vw; } .lb-n { right: 1vw; }

/* ---------- Menu 2 images (le choix) ---------- */
.choix { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.choix-card { position: relative; display: block; overflow: hidden; min-height: clamp(420px, 64vh, 620px); }
.choix-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.choix-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,15,0.72), rgba(20,18,15,0.12) 55%, rgba(20,18,15,0.28)); transition: background 0.4s ease; }
.choix-card:hover img, .choix-card:focus-visible img { transform: scale(1.05); }
.choix-card:hover::after { background: linear-gradient(to top, rgba(20,18,15,0.78), rgba(20,18,15,0.2) 55%, rgba(20,18,15,0.4)); }
.choix-ov { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; color: var(--bg); }
.choix-ov .kick { color: rgba(252,251,248,0.82); }
.choix-ov h2 { font-size: clamp(2rem, 3.4vw, 3rem); color: var(--bg); margin-bottom: 1.4rem; }
.choix-ov .link { color: var(--bg); border-color: rgba(252,251,248,0.7); }
.choix-card:hover .choix-ov .link { border-color: var(--bg); }

/* ---------- Boutique physique (l'atelier-boutique) ---------- */
.shop { background: var(--bg-2); }
.shop-in { max-width: var(--maxw); margin: 0 auto; padding: var(--sy) var(--pad); display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.shop-img { margin: 0; overflow: hidden; border-radius: var(--r-media); box-shadow: var(--sh-lift); }
.shop-img img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.shop-text h2 { font-size: var(--t-h2); margin-bottom: 1.2rem; }
.shop-text p { color: var(--ink-soft); max-width: 46ch; }
.shop-meta { list-style: none; margin: 1.8rem 0 2rem; padding: 0; display: grid; gap: 0; }
.shop-meta li { display: flex; gap: 1.2rem; align-items: baseline; padding: 1rem 0; border-top: 1px solid var(--line); }
.shop-meta li:last-child { border-bottom: 1px solid var(--line); }
.shop-meta strong { font-family: var(--sans); font-weight: 600; font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-d); min-width: 92px; }
.shop-meta span, .shop-meta a { font-family: var(--display); font-size: 1.14rem; color: var(--ink); }
.shop-meta a:hover { color: var(--taupe-d); }

/* ---------- Réseaux ---------- */
.socials { padding: var(--sy) var(--pad); text-align: center; }
.socials-row { max-width: var(--maxw); margin: 2.4rem auto 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(0.5rem, 1.2vw, 1rem); }
.socials-row a { display: block; overflow: hidden; border-radius: var(--r-media); aspect-ratio: 1; }
.socials-row img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease, opacity 0.3s ease; }
.socials-row a:hover img { transform: scale(1.06); opacity: 0.9; }
.socials-cta { margin-top: 2.4rem; display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- Presse & collaborations ---------- */
.presse { background: var(--ink); color: var(--bg); padding: var(--sy) var(--pad); }
.presse-in { max-width: 760px; margin: 0 auto; text-align: center; }
.presse-in .kick { color: var(--taupe-l); }
.presse-lead { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.35; color: var(--bg); margin: 1.2rem auto 0; max-width: 26ch; }
.presse-grid { max-width: var(--maxw); margin: clamp(2.6rem,5vw,4rem) auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem,3vw,3rem); }
.presse-item { padding: 1.8rem 0 0; border-top: 1px solid rgba(252,251,248,0.2); }
.presse-item .n { font-family: var(--display); font-style: italic; font-size: 1.7rem; color: var(--taupe-l); display: block; margin-bottom: 0.6rem; }
.presse-item h3 { font-size: var(--t-h3); color: var(--bg); margin-bottom: 0.5rem; }
.presse-item p { color: rgba(252,251,248,0.72); font-size: 0.96rem; margin: 0; }
.presse-cta { max-width: var(--maxw); margin: clamp(2.6rem,5vw,3.6rem) auto 0; text-align: center; }
.presse-cta .btn-line { border-color: rgba(252,251,248,0.6); color: var(--bg); }
.presse-cta .btn-line:hover { background: var(--bg); color: var(--ink); border-color: var(--bg); }

/* ---------- Page sur-mesure : héro secondaire & savoir-faire ---------- */
.page-hero { position: relative; min-height: clamp(380px, 58vh, 580px); display: flex; align-items: flex-end; padding: clamp(2.6rem, 5vw, 4.5rem) var(--pad); overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; margin: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,18,15,0.82), rgba(20,18,15,0.22) 58%, rgba(20,18,15,0.5)); }
.page-hero-in { position: relative; z-index: 1; max-width: var(--maxw); width: 100%; margin: 0 auto; color: var(--bg); }
.page-hero-in .kick { color: rgba(252,251,248,0.85); }
.page-hero-in h1 { font-size: var(--t-hero); line-height: 1.05; color: var(--bg); max-width: 20ch; }
.page-hero-in h1 em { font-style: italic; color: #E8C7A8; }
.page-hero-in .lede { font-size: 1.18rem; line-height: 1.6; color: rgba(252,251,248,0.92); max-width: 54ch; margin: 1.3rem 0 0; }
.metiers { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad) var(--sy); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 3.4rem); }
.metier { padding-top: 1.5rem; border-top: 1px solid var(--line); position: relative; }
.metier::before { content: ""; position: absolute; top: -1px; left: 0; width: 46px; height: 1px; background: var(--taupe); }
.metier h3 { font-size: var(--t-h3); margin-bottom: 0.7rem; }
.metier p { color: var(--ink-soft); font-size: 0.96rem; margin: 0; }

/* lignes métier illustrées (page sur-mesure) */
.metier-rows { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.metier-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,5rem); align-items: center; margin-bottom: clamp(3rem,6vw,5.5rem); }
.metier-row:last-child { margin-bottom: 0; }
.metier-row:nth-child(even) .metier-row-img { order: 2; }
.metier-row-img { margin: 0; overflow: hidden; border-radius: var(--r-media); box-shadow: var(--sh-card); }
.metier-row-img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.metier-row:hover .metier-row-img img { transform: scale(1.04); }
.metier-row-txt .metier-no { font-family: var(--sans); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--taupe-d); margin: 0 0 0.7rem; }
.metier-row-txt h3 { font-size: var(--t-h2); margin-bottom: 0.8rem; }
.metier-row-txt p { color: var(--ink-soft); max-width: 44ch; }
.metier-row-txt .tags { margin-top: 1rem; font-size: 0.9rem; color: var(--ink-soft); }

/* page À propos : citation / valeurs */
.apropos-quote { background: var(--bg-2); padding: var(--sy) var(--pad); text-align: center; }
.apropos-quote blockquote { max-width: 760px; margin: 0 auto; font-family: var(--display); font-style: italic; font-size: clamp(1.5rem,3vw,2.2rem); line-height: 1.4; color: var(--ink); }
.apropos-quote cite { display: block; font-style: normal; font-family: var(--sans); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--taupe-d); margin-top: 1.4rem; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav, .hdr-cta { display: none; }
  .burger { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-img { order: -1; min-height: clamp(320px, 48vh, 460px); }
  .hero-text { max-width: none; padding: clamp(2.4rem,7vw,3.5rem) var(--pad); }
  .etapes-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .gal { grid-template-columns: repeat(2, 1fr); }
  .atelier, .boutique-in, .shop-in { grid-template-columns: 1fr; }
  .atelier-img, .boutique-img, .shop-img { order: -1; max-width: 480px; }
  .choix { grid-template-columns: 1fr; }
  .choix-card { min-height: 56vh; }
  .presse-grid, .metiers { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .socials-row { grid-template-columns: repeat(3, 1fr); }
  .contact-info { grid-template-columns: 1fr 1fr; }
  .metier-row { grid-template-columns: 1fr; gap: 1.4rem; }
  .metier-row:nth-child(even) .metier-row-img { order: -1; }
  .metier-row-img { max-width: 480px; }
  .ft-in { grid-template-columns: 1fr 1fr; }
  .ft-in > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .etapes-grid { grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .gal { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
  .socials-row { grid-template-columns: 1fr 1fr; }
  .socials-row a:nth-child(5) { display: none; }
  .hero-btns .btn { flex: 1; text-align: center; }
  .contact-info { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .ft-in { grid-template-columns: 1fr; }
  .ft-bottom { flex-direction: column; }
  .lb-p, .lb-n { font-size: 2.4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
  .ga:hover img { transform: none; }
}
