/* ══════════════════════════════════════════════════════════════
   BOOKING — LECISELÉ (refonte juin 2026)
   Styles partagés des trois pages : hub /booking/,
   /booking/rdv/ et /booking/evenements/.
   Paradigme « savoir-faire » : le vide définit l'espace, pas les
   cadres. Serif Cormorant, filets or en dégradé, icônes au trait.
══════════════════════════════════════════════════════════════ */

.bk-page { background: #0e0d0c; }

/* ── Hero — miroir de la page Offrir ── */
.bk-hero {
  padding: clamp(3.5rem, 8vw, 6.5rem) 16px clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.bk-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #C6A664;
  margin: 0 0 0.8rem;
}
.bk-hero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  color: #f3efe7;
  margin: 0;
  letter-spacing: 0.01em;
  line-height: 1.15;
}
.bk-hero h1::after { display: none; }
.bk-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 10px; margin: 1.3rem 0;
}
.bk-divider::before, .bk-divider::after {
  content: '';
  width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,166,100,0.6));
}
.bk-divider::after { background: linear-gradient(90deg, rgba(198,166,100,0.6), transparent); }
.bk-divider span { width: 5px; height: 5px; background: #C6A664; border-radius: 50%; }
.bk-hero-sub {
  max-width: 620px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #aaa39a;
}

/* ── Deux voies (hub) — esprit Offrir : pas de cadre, séparateur filaire ── */
.bk-voies-wrap { max-width: 1080px; margin: 0 auto; padding: clamp(1.5rem,4vw,3rem) 16px clamp(3rem,7vw,5.5rem); }
/* Variante sans hero (hub Boutique) : davantage d'air en haut. */
.bk-voies-wrap--solo { padding-top: clamp(4rem, 10vw, 7.5rem); }
.bk-voies { display: grid; grid-template-columns: 1fr 1px 1fr; align-items: stretch; }
.bk-vsep {
  align-self: stretch; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(198,166,100,0.22), transparent);
}
.bk-voie {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 1.4rem;
  padding: clamp(2.2rem,4vw,3.4rem) clamp(2rem,4vw,3.5rem);
  text-decoration: none;
  color: #f4efe6;
  transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
}
.bk-voie:hover { transform: translateY(-6px); color: #f4efe6; }
.bk-voie-ico {
  color: #c6a664; opacity: 0.9; line-height: 0;
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(.22,.61,.36,1);
}
.bk-voie-ico svg { width: 62px; height: auto; display: block; }
.bk-voie:hover .bk-voie-ico { opacity: 1; transform: translateY(-2px); }
.bk-voie-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  color: #f4efe6;
  margin: 0;
  letter-spacing: 0.01em;
}
.bk-voie-name::after { display: none; }
.bk-voie-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  color: rgba(255,255,255,0.62);
  margin: 0;
  max-width: 42ch;
  flex: 1;
}
.bk-voie-cta {
  display: inline-flex; align-items: center; gap: 0.55rem;
  margin-top: 0.5rem;
  color: #c6a664;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.bk-voie-chev {
  font-size: 1.15em; line-height: 1;
  transition: transform 0.35s cubic-bezier(.22,.61,.36,1);
}
.bk-voie:hover .bk-voie-chev { transform: translateX(5px); }
[dir="rtl"] .bk-voie-chev { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .bk-voie:hover .bk-voie-chev { transform: scaleX(-1) translateX(5px); }

/* ── Têtes de section partagées ── */
.bk-sec-head { text-align: center; margin-bottom: clamp(2.2rem, 5vw, 3.5rem); }
.bk-sec-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(198,166,100,0.75);
  margin: 0 0 0.7rem;
}
.bk-sec-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  color: #f3efe7;
  margin: 0 0 0.6rem;
  letter-spacing: 0.01em;
}
.bk-sec-title::after { display: none; }
.bk-sec-sub {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.92rem;
  color: #aaa39a;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ── Les formats — sans cartes : l'espace sépare, les filets suggèrent ── */
.bk-formats { max-width: 1180px; margin: 0 auto; padding: 0 16px clamp(2rem,5vw,3.5rem); }
.bk-formats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.bk-format {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 1.1rem;
  padding: clamp(1.8rem, 3vw, 2.6rem) clamp(1.2rem, 2.4vw, 2rem);
}
/* filets verticaux en dégradé entre colonnes */
.bk-format::before {
  content: '';
  position: absolute;
  left: 0; top: 12%; bottom: 12%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(198,166,100,0.2), transparent);
  display: none;
}
/* filets horizontaux quand la grille se replie */
.bk-format::after {
  content: '';
  position: absolute;
  top: 0; left: 18%; right: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,166,100,0.2), transparent);
  display: none;
}
@media (min-width: 992px) {
  .bk-format + .bk-format::before { display: block; }
}
@media (min-width: 640px) and (max-width: 991.98px) {
  .bk-formats-grid { grid-template-columns: 1fr 1fr; }
  .bk-format:nth-child(even)::before { display: block; }
  .bk-format:nth-child(n+3)::after { display: block; }
}
@media (max-width: 639.98px) {
  .bk-formats-grid { grid-template-columns: 1fr; }
  .bk-format + .bk-format::after { display: block; }
}
.bk-format-icoline { color: #c6a664; opacity: 0.85; line-height: 0; }
.bk-format-icoline svg { width: 46px; height: auto; display: block; }
.bk-format-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 1.35rem;
  color: #f4efe6;
  margin: 0;
  letter-spacing: 0.01em;
}
.bk-format-name::after { display: none; }
.bk-format-desc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.84rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.58);
  margin: 0;
  flex: 1;
}
.bk-format-meta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.66rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(198,166,100,0.68);
  line-height: 1.9;
}

/* ── Conditions d'intervention — liste épurée, un seul filet d'entrée ── */
.bk-conds { max-width: 1080px; margin: 0 auto; padding: 0 16px clamp(2.5rem,6vw,4rem); }
.bk-conds-inner {
  border-top: 1px solid rgba(198,166,100,0.14);
  padding-top: clamp(2rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.8rem, 3.5vw, 2.8rem) clamp(2rem, 4vw, 3.5rem);
}
@media (max-width: 900px) { .bk-conds-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .bk-conds-inner { grid-template-columns: 1fr; } }
.bk-cond { display: flex; gap: 1rem; align-items: flex-start; }
.bk-cond-ico {
  font-size: 1.05rem;
  color: rgba(198,166,100,0.8);
  flex-shrink: 0;
  padding-top: 2px;
}
.bk-cond-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(198,166,100,0.65);
  margin: 0 0 0.35rem;
}
.bk-cond-val {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.65;
  margin: 0;
}
.bk-conds-cta { text-align: center; margin-top: clamp(2.2rem, 4vw, 3rem); }
.bk-conds-cta a {
  display: inline-flex; align-items: center; gap: 0.55rem;
  color: #c6a664;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.bk-conds-cta a:hover { color: #d8bc82; }
.bk-conds-cta .bk-voie-chev { font-size: 1.15em; }
.bk-conds-cta a:hover .bk-voie-chev { transform: translateX(5px); }

/* ── Formulaires ── */
.bk-form-wrap { max-width: 860px; margin: 0 auto; padding: 0 16px clamp(3rem,7vw,5rem); }

/* Flash messages */
.bk-flash {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  padding: 1.1rem 1.4rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  border-left: 2px solid rgba(141,179,134,0.7);
  background: rgba(141,179,134,0.06);
  color: #b9cfb4;
  line-height: 1.6;
}
.bk-flash i { padding-top: 1px; }
.bk-flash--error {
  border-left-color: rgba(214,90,74,0.65);
  background: rgba(214,90,74,0.06);
  color: #e3a297;
}

/* Sections de formulaire */
.bk-section { margin-bottom: 2.6rem; }
.bk-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #C6A664;
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(198,166,100,0.12);
}
.bk-label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  font-weight: 500;
  margin-bottom: 0.45rem;
}
.bk-label .req { color: #C6A664; margin-left: 2px; }
.bk-optional { font-size: 0.65rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.25); font-weight: 400; }

/* Inputs — classes rendues par store/forms.py : ne pas renommer */
.bk-input, .bk-textarea {
  width: 100%;
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 2px;
  color: #f3efe7;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.92rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  outline: none;
  box-shadow: none;
}
.bk-input:focus, .bk-textarea:focus {
  border-color: rgba(198,166,100,0.75);
  background: rgba(198,166,100,0.03);
  box-shadow: 0 0 0 3px rgba(198,166,100,0.07);
}
.bk-input::placeholder, .bk-textarea::placeholder { color: rgba(255,255,255,0.18); }
.bk-textarea { resize: vertical; min-height: 130px; }
.bk-field { margin-bottom: 1.25rem; }
.bk-select { appearance: none; cursor: pointer; }

/* Radios visuels (format & nature du projet) */
.bk-format-grid, .bk-proj-grid {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.bk-format-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
.bk-proj-grid { grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.bk-format-opt, .bk-proj-opt { position: relative; }
.bk-format-opt input[type="radio"], .bk-proj-opt input[type="radio"],
.bk-format-opt input[type="checkbox"], .bk-proj-opt input[type="checkbox"] {
  position: absolute; opacity: 0; width: 0; height: 0;
}
.bk-format-opt label, .bk-proj-opt label {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 1.2rem 0.8rem 1.05rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.bk-format-opt label:hover, .bk-proj-opt label:hover {
  border-color: rgba(198,166,100,0.4);
  background: rgba(198,166,100,0.03);
}
.bk-format-opt input:checked + label, .bk-proj-opt input:checked + label {
  border-color: rgba(198,166,100,0.85);
  background: rgba(198,166,100,0.06);
}
.bk-opt-ico { color: #c6a664; opacity: 0.6; line-height: 0; transition: opacity 0.3s ease; }
.bk-opt-ico svg { width: 30px; height: auto; display: block; }
.bk-format-opt input:checked + label .bk-opt-ico,
.bk-proj-opt input:checked + label .bk-opt-ico,
.bk-format-opt label:hover .bk-opt-ico,
.bk-proj-opt label:hover .bk-opt-ico { opacity: 1; }
.bk-opt-lbl {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.65);
  line-height: 1.35;
  transition: color 0.3s ease;
}
.bk-format-opt input:checked + label .bk-opt-lbl,
.bk-proj-opt input:checked + label .bk-opt-lbl { color: #f3efe7; }
.bk-opt-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.64rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.3);
  line-height: 1.4;
}

/* Checkbox déplacements */
.bk-check-row {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.25s ease;
}
.bk-check-row:hover { border-color: rgba(198,166,100,0.35); }
.bk-checkbox { width: 15px; height: 15px; accent-color: #C6A664; cursor: pointer; }
.bk-check-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
}

/* Bouton submit — bloc or, signature maison */
.bk-submit {
  display: inline-flex; align-items: center; gap: 0.7rem;
  background: #C6A664;
  color: #14110c;
  border: 1px solid #C6A664;
  border-radius: 2px;
  padding: 1rem 3rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.35s ease, color 0.35s ease;
}
.bk-submit:hover { background: transparent; color: #C6A664; }

/* Erreurs */
.bk-error-box {
  border-left: 2px solid rgba(214,90,74,0.65);
  background: rgba(214,90,74,0.06);
  padding: 1rem 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #e3a297;
  margin-bottom: 1.5rem;
  display: flex; align-items: flex-start; gap: 0.7rem;
  line-height: 1.6;
}
.bk-error-box i { font-size: 1.05rem; flex-shrink: 0; padding-top: 2px; }
.bk-field-error {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  color: #e3a297;
  margin-top: 0.35rem;
  display: flex; align-items: center; gap: 0.35rem;
}
.bk-input.is-invalid, .bk-textarea.is-invalid { border-color: rgba(214,90,74,0.5); }

/* Note RGPD */
.bk-gdpr {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.28);
  margin-top: 1.3rem;
  line-height: 1.7;
}

/* Encadré d'intro RDV — citation filetée, sans boîte */
.bk-rdv-intro {
  border-left: 1px solid rgba(198,166,100,0.45);
  padding: 0.4rem 0 0.4rem 1.4rem;
  margin-bottom: 2.5rem;
}
.bk-rdv-intro-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.6);
  margin: 0;
}
.bk-rdv-intro-text strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
  color: #f3efe7;
  display: block;
  margin-bottom: 0.3rem;
}

/* ── Passerelle vers l'autre voie — bas de page dédiée ── */
.bk-crosslink {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 16px clamp(3rem, 7vw, 5rem);
  text-align: center;
}
.bk-crosslink-inner {
  border-top: 1px solid rgba(198,166,100,0.14);
  padding-top: clamp(1.8rem, 4vw, 2.6rem);
}
.bk-crosslink-q {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(243,239,231,0.85);
  margin: 0 0 0.7rem;
}
.bk-crosslink a {
  display: inline-flex; align-items: center; gap: 0.55rem;
  color: #c6a664;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.bk-crosslink a:hover { color: #d8bc82; }
.bk-crosslink a:hover .bk-voie-chev { transform: translateX(5px); }

/* ── Zone « Votre inspiration » (transposée de la page Contact) ── */
.bk-file-input {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.bk-dropzone {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 1.5rem 1.25rem;
  border: 1px dashed rgba(198,166,100,0.32);
  border-radius: 2px;
  background: radial-gradient(120% 120% at 50% 0%, rgba(198,166,100,0.05), transparent 70%);
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, transform 0.25s, box-shadow 0.25s;
}
.bk-dropzone:hover { border-color: rgba(198,166,100,0.55); background: rgba(198,166,100,0.04); }
.bk-file-input:focus-visible + .bk-dropzone {
  border-color: #C6A664;
  box-shadow: 0 0 0 3px rgba(198,166,100,0.12);
}
.bk-dropzone.is-drag {
  border-color: #C6A664;
  border-style: solid;
  background: rgba(198,166,100,0.08);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(198,166,100,0.12);
}
.bk-dropzone__ico {
  font-size: 1.45rem;
  color: #C6A664;
  line-height: 1;
  opacity: 0.9;
  transition: transform 0.25s;
}
.bk-dropzone:hover .bk-dropzone__ico,
.bk-dropzone.is-drag .bk-dropzone__ico { transform: translateY(-2px); }
.bk-dropzone__main {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.82);
  font-weight: 400;
}
.bk-dropzone__hint {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.4);
  max-width: 30rem;
  line-height: 1.5;
}
.bk-files {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: flex; flex-direction: column; gap: 0.5rem;
}
.bk-file {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.5rem 0.6rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
  animation: bkFileIn 0.3s ease;
}
@keyframes bkFileIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.bk-file__thumb {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 2px;
  object-fit: cover;
  background: rgba(198,166,100,0.08);
  display: flex; align-items: center; justify-content: center;
  color: #C6A664;
  font-size: 1rem;
  overflow: hidden;
}
.bk-file__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bk-file__meta { flex: 1; min-width: 0; }
.bk-file__name {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.88);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bk-file__size {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.4);
}
.bk-file__remove {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: rgba(255,255,255,0.55);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  transition: all 0.2s;
}
.bk-file__remove:hover {
  color: #e3a297;
  border-color: rgba(214,90,74,0.4);
  background: rgba(214,90,74,0.08);
}

/* ── « L'atelier vient à vous » — bandeau visite privée ─────────────────
   Composant partagé entre le hub Booking et l'espace Sur Mesure : sobre,
   centré, en retrait des voies. Mène à la page dédiée /booking/visite/. */
.bk-visit { padding: clamp(1.2rem,3vw,2rem) 16px; }
.bk-visit-inner {
  max-width: 680px; margin: 0 auto; text-align: center;
  padding: clamp(1.8rem,4vw,2.6rem) clamp(1.4rem,4vw,2.6rem);
  border-top: 1px solid rgba(198,166,100,.22);
  border-bottom: 1px solid rgba(198,166,100,.22);
}
.bk-visit-title {
  font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500;
  font-size: clamp(1.45rem,3.2vw,1.9rem); color: #f3efe7;
  margin: .35rem 0 .8rem; letter-spacing: .01em;
}
.bk-visit-text {
  font-family: 'Montserrat', sans-serif; font-weight: 300;
  font-size: .88rem; line-height: 1.85; color: rgba(255,255,255,.62);
  margin: 0 0 1.3rem;
}
.bk-visit-cta {
  display: inline-flex; align-items: center; gap: .55rem; color: #c6a664;
  font-family: 'Montserrat', sans-serif; font-size: .74rem;
  letter-spacing: .18em; text-transform: uppercase; text-decoration: none;
}
.bk-visit-cta:hover { color: #dfc28a; }
.bk-visit-cta .bk-voie-chev { transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.bk-visit-cta:hover .bk-voie-chev { transform: translateX(5px); }
[dir="rtl"] .bk-visit-cta .bk-voie-chev { display: inline-block; transform: scaleX(-1); }
[dir="rtl"] .bk-visit-cta:hover .bk-voie-chev { transform: scaleX(-1) translateX(5px); }

/* Piège anti-bot (honeypot) : hors écran, hors tabulation, invisible aux humains. */
.bk-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Variante trois portes (hub Boutique : Chapellerie / Maroquinerie / Sur Mesure). */
.bk-voies--three { grid-template-columns: 1fr 1px 1fr 1px 1fr; }
@media (max-width: 1024px) {
  .bk-voies.bk-voies--three { grid-template-columns: 1fr; }
  .bk-voies--three .bk-vsep { width: auto; height: 1px; margin: 0 2.5rem; background: linear-gradient(90deg, transparent, rgba(198,166,100,0.22), transparent); }
}

@media (max-width: 760px) {
  .bk-voies { grid-template-columns: 1fr; }
  .bk-vsep { width: auto; height: 1px; margin: 0 2.5rem; background: linear-gradient(90deg, transparent, rgba(198,166,100,0.22), transparent); }
  .bk-voie { padding: 2.2rem 1.2rem; gap: 1.1rem; }
  .bk-voie-ico svg { width: 52px; }
}
@media (max-width: 600px) {
  .bk-format-grid { grid-template-columns: 1fr 1fr; }
  .bk-proj-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .bk-format-grid, .bk-proj-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════
   DYNAMIQUE « savoir-faire » (juin 2026)
   La page prend vie au défilement et au survol — même langage que
   le rail « Explorez nos collections » : révélation douce, filet or
   qui croît, icône qui respire. Réutilise l'observateur global de
   base.html (.fade-in-up → .visible) : aucune dépendance JS nouvelle.
══════════════════════════════════════════════════════════════ */

/* Révélation au défilement — scopée à .bk-page, ne touche rien d'autre.
   ⚠️ Le masquage est piloté JS : si l'observateur n'a pas encore couru,
   .bk-no-reveal (posé en tête de page) garde tout visible → jamais de
   contenu « invisible mais cliquable ». */
.bk-page:not(.bk-no-reveal) .fade-in-up {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(.22,.61,.36,1);
}
.bk-page .fade-in-up.visible {
  opacity: 1;
  transform: none;
}
/* Cascade douce entre éléments d'un même rang */
.bk-formats-grid .fade-in-up:nth-child(2) { transition-delay: .08s; }
.bk-formats-grid .fade-in-up:nth-child(3) { transition-delay: .16s; }
.bk-formats-grid .fade-in-up:nth-child(4) { transition-delay: .24s; }
.bk-conds-inner .fade-in-up:nth-child(3n+2) { transition-delay: .07s; }
.bk-conds-inner .fade-in-up:nth-child(3n)   { transition-delay: .14s; }
.bk-voies .bk-voie:nth-child(3) { transition-delay: .1s; }   /* 2e voie (le séparateur = enfant 2) */
.bk-voies .bk-voie:nth-child(5) { transition-delay: .2s; }   /* 3e voie (hub Boutique à trois portes) */

/* Survol des formats — paradigme exact du rail « Explorez nos collections » :
   au repos, seuls l'icône et le titre subsistent ; au survol, la description
   se DÉROULE (filet or + texte + méta). Mouvement lent et posé — luxe.

   Technique : grid-template-rows 0fr → 1fr (état de l'art) — anime jusqu'à la
   hauteur EXACTE du contenu, sans max-height « magique », et se replie sans
   laisser d'espace (la marge négative absorbe le gap flex de la carte). */
.bk-format { transition: background 0.6s ease; border-radius: 4px; }
.bk-format-icoline { transition: opacity 0.55s ease, transform 0.7s cubic-bezier(.22,.61,.36,1); }
.bk-format-rule {
  display: block;
  width: 0; height: 1px; margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(198,166,100,0.78), transparent);
  transition: width 0.7s cubic-bezier(.22,.61,.36,1);
}
.bk-format-reveal-inner { display: flex; flex-direction: column; gap: 1.1rem; }

/* Repli/déploiement réservé au pointeur fin : tactile & sans-survol gardent
   tout visible (jamais d'information piégée derrière un mouvement).
   Technique max-height — exactement celle du rail « collections »
   (.lc-catrail-reveal), éprouvée dans ce contexte flex. Le plafond est
   généreux (> contenu le plus haut) pour ne jamais rogner le texte. */
@media (hover: hover) and (pointer: fine) {
  .bk-format-reveal {
    max-height: 0;
    opacity: 0;
    transform: translateY(8px);
    overflow: hidden;
    margin-top: -1.1rem;            /* annule le gap flex carte quand replié */
    transition: max-height 0.65s cubic-bezier(.22,.61,.36,1),
                opacity 0.5s ease,
                transform 0.6s cubic-bezier(.22,.61,.36,1),
                margin-top 0.65s cubic-bezier(.22,.61,.36,1);
  }
  .bk-format:hover .bk-format-reveal,
  .bk-format:focus-within .bk-format-reveal {
    max-height: 340px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 0;
  }
  .bk-format:hover { background: radial-gradient(120% 85% at 50% 0%, rgba(198,166,100,0.05), transparent 72%); }
  .bk-format:hover .bk-format-icoline { opacity: 1; transform: translateY(-3px); }
  .bk-format:hover .bk-format-rule { width: 48px; }
}

/* Survol du séparateur central des deux voies — l'or s'intensifie */
.bk-voie-ico svg path,
.bk-voie-ico svg ellipse,
.bk-voie-ico svg rect,
.bk-voie-ico svg circle { transition: stroke-width 0.45s ease; }

/* Accessibilité : « mouvement réduit » → tout fixe ET tout déployé. */
@media (prefers-reduced-motion: reduce) {
  .bk-page .fade-in-up { opacity: 1 !important; transform: none !important; transition: none !important; }
  .bk-format-icoline, .bk-format-rule, .bk-format { transition: none !important; }
  .bk-format-reveal {
    max-height: none !important; opacity: 1 !important; transform: none !important;
    margin-top: 0 !important; transition: none !important;
  }
  .bk-format-rule { width: 48px !important; }
}
