/* =============================================================
   JOUDY BEAUTY SPA — Custom CSS global
   Styles additionnels hors Elementor
   ============================================================= */

/* ── Reset ciblé ── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-bg);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Compense header fixe ── */
body.jbs-has-fixed-header {
  padding-top: 0; /* Le hero s'étend sous le header transparent */
}

/* ── Liens globaux ── */
a {
  color: var(--link);
  text-decoration: none;
  transition: color var(--dur-quick) var(--ease-silk);
}

a:hover {
  color: var(--link-hover);
}

/* ── Images ── */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ── Accessibilité ── */
:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
  border-radius: var(--radius);
}

/* ── Headings ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--color-text);
  line-height: 1.25;
  margin-bottom: var(--space-4);
}

/* ── Espace body pour header fixe ── */
.elementor-section-wrap > .elementor-section:first-child,
.e-con-inner > .e-con:first-child {
  /* Les sections qui sont sous le header transparent ne nécessitent pas de padding-top */
}

/* ── Widget avis Google (Trustindex / tiers) ── */
.ti-widget.ti-goog {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
