/* components.css — Composants partagés "lc-*"
   Direction papier + ardoise. Issu du design 16 mai 2026. */

body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--bg);
  font-feature-settings: "liga", "kern", "onum";
  line-height: 1.55;
}

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.08;
  color: var(--ink);
}

/* ════════ Eyebrow / kicker label ═════════════════════════════════ */
.lc-eyebrow {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--rouge);
  font-weight: 500;
}
.lc-eyebrow--gris { color: var(--gris-chaud); }
.lc-eyebrow--or   { color: var(--or-sourd); }

/* ════════ Numbered section header (01 · ENTRÉES ────────) ═══════ */
.lc-secnum {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ink);
  margin-bottom: 24px;
}
.lc-secnum__num {
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--ink);
  font-weight: 500;
}
.lc-secnum__title {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink);
  flex: 1;
}
.lc-secnum__aside {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 14px;
  color: var(--ink-soft);
}

/* ════════ Dotted price leader (lignes de carte) ═════════════════ */
.lc-priceline {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px dotted var(--hl);
}
.lc-priceline__left { flex: 1; min-width: 0; }
.lc-priceline__name {
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
}
.lc-priceline__desc {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-top: 2px;
  line-height: 1.45;
}
.lc-priceline__price {
  font-family: var(--ff-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.lc-priceline__dots {
  flex: 0 1 auto;
  border-bottom: 1px dotted var(--hl);
  min-width: 20px;
  align-self: end;
  margin-bottom: 4px;
}
.lc-priceline__tags {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.lc-tag {
  font-family: var(--ff-mono);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 2px 6px;
  border: 1px solid currentColor;
  color: var(--or-sourd);
}
.lc-tag--bio { color: var(--vert-ouvert); border: none; padding: 2px 0; }
.lc-tag--annee {
  font-family: var(--ff-mono);
  font-size: 11px;
  color: var(--ink-soft);
  border: none;
  padding: 0;
}

/* ════════ Buttons ═══════════════════════════════════════════════ */
.lc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s var(--ease), color 0.15s var(--ease), border-color 0.15s var(--ease);
  text-decoration: none;
  line-height: 1;
}
.lc-btn:hover { background: var(--ink); color: var(--bg); }
.lc-btn--rouge { background: var(--rouge); color: #fff; border-color: var(--rouge); }
.lc-btn--rouge:hover { background: var(--rouge-dark); border-color: var(--rouge-dark); color: #fff; }
.lc-btn--ghost { border-color: var(--hl); }
.lc-btn--sm { padding: 9px 14px; font-size: 10px; letter-spacing: 0.14em; }
.lc-btn--block { width: 100%; }

/* ════════ Hairline divider ══════════════════════════════════════ */
.lc-rule { height: 1px; background: var(--hl); border: 0; width: 100%; }
.lc-rule--ink { background: var(--ink); }

/* ════════ Slate panel — données live ════════════════════════════ */
.lc-slate {
  background: var(--panel-bg);
  color: var(--panel-ink);
  position: relative;
  overflow: hidden;
}
.lc-slate__noise {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0, transparent 1px),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,0.04) 0, transparent 1.5px),
    radial-gradient(circle at 40% 60%, rgba(255,255,255,0.03) 0, transparent 1px);
  background-size: 7px 7px, 11px 11px, 5px 5px;
}
.lc-slate > * { position: relative; z-index: 1; }

/* ════════ Placeholder rayé ══════════════════════════════════════ */
.lc-ph {
  position: relative;
  background: repeating-linear-gradient(135deg, var(--creme-warm) 0 10px, var(--papier) 10px 20px);
  border: 1px solid var(--hl);
  color: var(--gris-chaud);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
}

/* ════════ Forms ═════════════════════════════════════════════════ */
.lc-input,
.lc-input:where(textarea),
.lc-input:where(select) {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--hl);
  background: transparent;
  font-family: var(--ff-body);
  font-size: 14px;
  color: var(--ink);
  border-radius: 0;
  outline: none;
  transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease);
}
.lc-input:focus {
  border-color: var(--rouge);
  box-shadow: inset 0 -2px 0 var(--rouge);
}
.lc-label {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
  display: block;
  margin-bottom: 6px;
}

/* ════════ Statut dot live ═══════════════════════════════════════ */
.lc-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex: none;
}
.lc-status-dot--open { background: var(--vert-ouvert); }
.lc-status-dot--open::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid var(--vert-ouvert);
  opacity: 0.6;
  animation: lc-pulse 2s ease-out infinite;
}
.lc-status-dot--soon { background: var(--or-pale); }
.lc-status-dot--closed { background: var(--gris-chaud); }
@keyframes lc-pulse {
  0%   { transform: scale(1);   opacity: 0.6; }
  100% { transform: scale(2.2); opacity: 0; }
}

/* ════════ Status banner (bandeau haut header) ═══════════════════ */
.lc-statusbanner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
}
.lc-statusbanner__text {
  color: var(--ink);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.lc-statusbanner__sep { color: var(--hl); }

/* ════════ Status pill (agenda événements) ═══════════════════════ */
.lc-pill {
  display: inline-block;
  padding: 3px 8px;
  font-family: var(--ff-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.lc-pill--ouvert    { background: var(--vert-ouvert); }
.lc-pill--bientot   { background: var(--or-sourd); }
.lc-pill--passe     { background: transparent; color: var(--gris-chaud); border: 1px solid var(--hl); }
.lc-pill--brouillon { background: var(--or-sourd); }
.lc-pill--archive   { background: var(--gris-chaud); }

/* ════════ Header ════════════════════════════════════════════════ */
.lc-header {
  border-bottom: 1px solid var(--hl);
  background: var(--bg);
}
.lc-header__top {
  border-bottom: 1px solid var(--hl-soft);
  padding: 0 var(--gutter-d);
}
.lc-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-w-wide);
  margin: 0 auto;
  min-height: 36px;
}
.lc-header__contact {
  display: none;
  align-items: center;
  gap: 18px;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}
.lc-header__contact a { color: var(--ink); font-weight: 500; }
.lc-header__main {
  padding: 20px var(--gutter-d);
}
.lc-header__main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-w-wide);
  margin: 0 auto;
  gap: 24px;
}
.lc-header__logo {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.lc-header__logo img { height: 96px; width: auto; }
.lc-header__logo-label {
  padding-left: 14px;
  border-left: 1px solid var(--hl);
  font-family: var(--ff-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  line-height: 1.5;
  display: none;
}
.lc-nav {
  display: none;
  gap: 28px;
}
.lc-nav a {
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  padding-bottom: 6px;
  border-bottom: 1.5px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.lc-nav a:hover { color: var(--rouge); }
.lc-nav a.is-active {
  color: var(--rouge);
  border-bottom-color: var(--rouge);
}
.lc-burger {
  width: 40px;
  height: 40px;
  border: 1px solid var(--hl);
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}
.lc-burger span { width: 16px; height: 1px; background: var(--ink); }
.lc-header__cta-mobile { display: none; }
.lc-header__cta-desktop { display: none; }

@media (min-width: 900px) {
  .lc-header__contact   { display: flex; }
  .lc-header__logo-label { display: block; }
  .lc-nav               { display: flex; }
  .lc-burger            { display: none; }
  .lc-header__cta-desktop { display: inline-flex; }
}
@media (max-width: 899px) {
  .lc-header__top    { padding: 0 var(--gutter-m); }
  .lc-header__main   { padding: 14px var(--gutter-m); }
  .lc-header__logo img { height: 44px; }
}

/* ════════ Mobile menu drawer ════════════════════════════════════ */
.lc-drawer {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 100;
  padding: 24px var(--gutter-m);
  transform: translateX(100%);
  transition: transform 0.3s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lc-drawer.is-open { transform: translateX(0); }
.lc-drawer__close {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border: 1px solid var(--hl);
  background: transparent;
  font-size: 22px;
  color: var(--ink);
}
.lc-drawer nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
  border-top: 1px solid var(--ink);
  padding-top: 16px;
}
.lc-drawer nav a {
  font-family: var(--ff-display);
  font-size: 28px;
  color: var(--ink);
  padding: 12px 0;
  border-bottom: 1px solid var(--hl);
}
.lc-drawer nav a.is-active { color: var(--rouge); }
.lc-drawer__footer {
  margin-top: auto;
  font-family: var(--ff-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  text-transform: uppercase;
}
body.lc-drawer-open { overflow: hidden; }

/* ════════ Footer ════════════════════════════════════════════════ */
.lc-footer {
  background: var(--anthracite);
  color: #EDE6D6;
  padding: 56px var(--gutter-d) 28px;
}
.lc-footer__inner { max-width: var(--max-w-wide); margin: 0 auto; }
.lc-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(237, 230, 214, 0.14);
}
@media (min-width: 900px) {
  .lc-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
}
.lc-footer__intro img { height: 80px; width: auto; margin-bottom: 18px; }
.lc-footer__tagline {
  font-family: var(--ff-italic);
  font-style: italic;
  font-size: 15px;
  color: #C8C2B4;
  line-height: 1.6;
  max-width: 360px;
}
.lc-footer__social { display: flex; gap: 10px; margin-top: 20px; }
.lc-footer__social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(237, 230, 214, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EDE6D6;
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  transition: background 0.15s;
}
.lc-footer__social a:hover { background: rgba(237, 230, 214, 0.1); }
.lc-footer__col-title {
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--or-sourd);
  margin-bottom: 14px;
}
.lc-footer__col ul { display: flex; flex-direction: column; gap: 8px; }
.lc-footer__col li, .lc-footer__col a { font-size: 14px; color: #C8C2B4; transition: color 0.15s; }
.lc-footer__col a:hover { color: #fff; }
.lc-footer__legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--ff-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #8A867D;
  text-transform: uppercase;
}
.lc-footer__legal a:hover { color: #fff; }

@media (max-width: 899px) {
  .lc-footer { padding: 40px var(--gutter-m) 24px; }
  .lc-footer__intro img { height: 64px; }
}

/* ════════ Utilitaires ═══════════════════════════════════════════ */
.lc-container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter-d); }
.lc-container--wide { max-width: var(--max-w-wide); }
@media (max-width: 899px) {
  .lc-container { padding: 0 var(--gutter-m); }
}
.lc-section { padding: 96px 0; }
@media (max-width: 899px) { .lc-section { padding: 48px 0; } }

.lc-only-desktop { display: none; }
.lc-only-mobile  { display: block; }
@media (min-width: 900px) {
  .lc-only-desktop { display: block; }
  .lc-only-mobile  { display: none; }
}

/* Reveal animation */
.lc-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
.lc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
