.nav-logo { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; color: var(--dark); text-decoration: none; text-transform: none !important; }

/* HERO */
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 5rem; background: #fff; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 4rem 3.5rem; }
.hero-eyebrow { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: lowercase; color: var(--coral); margin-bottom: 1.5rem; display: block; }
.hero-title { font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 800; line-height: 0.95; color: var(--dark); margin-bottom: 2rem; }
.hero-title em { font-style: normal; color: var(--coral); }
.hero-desc { font-size: 0.9rem; font-weight: 300; line-height: 1.8; color: var(--mid); max-width: 320px; margin-bottom: 2.5rem; }
.btn-hero { display: inline-block; padding: 0.85rem 2rem; border: 1.5px solid var(--dark); color: var(--dark); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: lowercase; text-decoration: none; transition: all 0.25s; width: fit-content; }
.btn-hero:hover { background: var(--dark); color: var(--ivory); }
.hero-right { overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* SERVICES */
.services { padding: 7rem 3.5rem; background: var(--ivory); }
.section-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 0.75rem; }
.section-big-title { font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 800; line-height: 1; color: var(--dark); margin-bottom: 4rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--light); }
.service-card { background: var(--ivory); padding: 3rem 2.5rem; transition: background 0.25s; }
.service-card:hover { background: var(--dark); }
.service-card:hover .svc-num { color: var(--yellow); }
.service-card:hover .svc-name { color: white; }
.service-card:hover .svc-desc { color: rgba(255,255,255,0.5); }
.service-card:hover .tag { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); border-color: transparent; }
.service-card:hover .tag.new { background: var(--yellow); color: var(--dark); border-color: var(--yellow); }
.svc-num { font-size: 2rem; font-weight: 800; color: var(--coral); margin-bottom: 1.5rem; display: block; transition: color 0.25s; line-height: 1; }
.svc-name { font-size: 1.1rem; font-weight: 700; color: var(--dark); margin-bottom: 1rem; transition: color 0.25s; }
.svc-desc { font-size: 0.82rem; font-weight: 300; line-height: 1.8; color: var(--mid); margin-bottom: 1.5rem; transition: color 0.25s; }
.tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.25rem 0.6rem; border: 1px solid rgba(26,26,26,0.15); color: var(--mid); transition: all 0.25s; }
.tag.new { background: var(--coral); color: white; border-color: var(--coral); }

/* ABOUT */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 85vh; }
.about-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.about-content { background: #fff; padding: 6rem 4rem; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--light); }
.about-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 2rem; }
.about-title { font-size: clamp(1.8rem, 2.8vw, 2.8rem); font-weight: 800; line-height: 1.1; color: var(--dark); margin-bottom: 2rem; }
.about-text { font-size: 0.88rem; font-weight: 300; line-height: 1.9; color: var(--mid); margin-bottom: 3rem; }
.btn-about { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.85rem 2rem; background: var(--yellow); color: var(--dark); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; text-transform: lowercase; text-decoration: none; transition: all 0.25s; width: fit-content; }
.btn-about:hover { background: var(--coral); color: white; }

/* FORMATION */
.formation { padding: 7rem 3.5rem; background: var(--ivory); }
.formation-inner { display: grid; grid-template-columns: 1fr 1.3fr; gap: 7rem; align-items: start; }
.formation-tag { display: inline-block; background: var(--coral); color: white; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 1rem; margin-bottom: 2rem; }
.formation-title { font-size: clamp(2.2rem, 3.5vw, 3.5rem); font-weight: 800; line-height: 1.05; color: var(--dark); margin-bottom: 1rem; }
.formation-subtitle { font-size: 0.78rem; font-weight: 500; color: var(--coral); margin-bottom: 1.5rem; letter-spacing: 0.05em; }
.formation-promise { font-size: 0.85rem; font-weight: 300; line-height: 1.9; color: var(--mid); border-left: 2px solid var(--yellow); padding-left: 1.5rem; margin-bottom: 1.5rem; }
.formation-deplacement { display: flex; align-items: center; gap: 0.6rem; font-size: 0.78rem; font-weight: 600; color: var(--dark); margin-bottom: 3rem; background: var(--yellow); padding: 0.6rem 1rem; width: fit-content; }
.btn-formation { display: inline-block; padding: 0.9rem 2rem; background: var(--dark); color: var(--ivory); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: lowercase; text-decoration: none; transition: all 0.25s; }
.btn-formation:hover { background: var(--coral); }
.modules-label { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--light); }
.module { display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem 0; border-bottom: 1px solid var(--light); transition: padding-left 0.2s; }
.module:hover { padding-left: 0.6rem; }
.module:hover .mod-n { background: var(--coral); }
.mod-n { font-size: 0.62rem; font-weight: 700; background: var(--yellow); color: var(--dark); min-width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s; }
.mod-name { font-size: 0.88rem; font-weight: 600; color: var(--dark); margin-bottom: 0.2rem; }
.mod-sub { font-size: 0.75rem; font-weight: 300; color: var(--mid); }

/* CONTACT */
.contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 80vh; }
.contact-photo { overflow: hidden; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.contact-content { padding: 6rem 4rem; background: #fff; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--light); }
.contact-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--coral); margin-bottom: 1.5rem; }
.contact-title { font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 800; line-height: 1.0; color: var(--dark); margin-bottom: 1.5rem; }
.contact-title em { font-style: normal; color: var(--coral); }
.contact-sub { font-size: 0.88rem; font-weight: 300; line-height: 1.8; color: var(--mid); margin-bottom: 3rem; }
.contact-item { padding: 1.5rem 0; border-bottom: 1px solid var(--light); }
.contact-item:first-child { border-top: 1px solid var(--light); }
.c-label { font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--coral); margin-bottom: 0.4rem; }
.c-val { font-size: 1.1rem; font-weight: 300; color: var(--dark); text-decoration: none; display: block; transition: color 0.2s; }
.c-val:hover { color: var(--coral); }

footer { background: var(--dark); padding: 1.75rem 3.5rem; display: flex; justify-content: space-between; align-items: center; }
.footer-name { font-size: 0.7rem; font-weight: 400; color: rgba(255,255,255,0.3); }
.footer-ig { font-size: 0.7rem; color: var(--yellow); text-decoration: none; }
.footer-ig:hover { color: white; }

.logo-word {
  font-size: 1.4rem; font-weight: 700; letter-spacing: -0.01em;
  color: rgba(26,26,26,0.2); padding: 0 1rem;
  transition: color 0.25s; cursor: default; white-space: nowrap;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.logo-word:hover { color: rgba(26,26,26,0.7); }
.logo-serif {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem; font-weight: 600; font-style: italic;
  letter-spacing: 0;
}
.logo-light {
  font-weight: 300; font-size: 1.3rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.logo-bold {
  font-weight: 800; font-size: 1.5rem; letter-spacing: 0.12em; text-transform: uppercase;
}
.logo-dot { color: var(--coral); font-size: 1rem; opacity: 0.4; align-self: center; }

.logo-part-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1;
}
.logo-part-2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: none;
}

/* ── RESPONSIVE ── */

/* Tablette (max 1024px) */
@media (max-width: 1024px) {

  .hero { grid-template-columns: 1fr 1fr; min-height: 100vh; }
  .hero-left { padding: 4rem 2rem; }

  .services { padding: 5rem 2rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }

  .about { grid-template-columns: 1fr 1fr; }
  .about-content { padding: 4rem 2.5rem; }

  .formation { padding: 5rem 2rem; }
  .formation-inner { grid-template-columns: 1fr; gap: 3rem; }

  .contact { grid-template-columns: 1fr 1fr; }
  .contact-content { padding: 4rem 2.5rem; }
}

/* Mobile (max 768px) */
@media (max-width: 768px) {

  /* HERO — empilé */
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: auto;
    padding-top: 4.5rem;
  }
  .hero-left {
    padding: 3rem 1.5rem 2rem;
    order: 1;
  }
  .hero-right {
    order: 2;
    height: 55vw;
    min-height: 280px;
  }
  .hero-right img { object-position: center 20%; }
  .hero-desc { max-width: 100%; }

  /* SERVICES */
  .services { padding: 4rem 1.5rem; }
  .section-big-title { margin-bottom: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 2rem 1.5rem; }

  /* BOX offre sur mesure */
  .services > div[style*="background: var(--yellow)"],
  .services-cta-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  /* ABOUT */
  .about {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .about-img {
    width: 100%;
    height: 70vw;
    object-fit: cover;
  }
  .about-content {
    padding: 3rem 1.5rem;
    border-left: none;
    border-top: 1px solid var(--light);
  }

  /* FORMATION */
  .formation { padding: 4rem 1.5rem; }
  .formation-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .formation-deplacement { width: 100%; }

  /* CONTACT */
  .contact {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .contact-photo {
    height: 60vw;
    min-height: 260px;
  }
  .contact-content {
    padding: 3rem 1.5rem;
    border-left: none;
    border-top: 1px solid var(--light);
  }
  .c-val { font-size: 0.95rem; }

  /* CLIENTS */
  section[style*="padding: 5rem"],
  .clients {
    padding: 3rem 1.5rem !important;
  }
  .logo-word { font-size: 1rem; padding: 0 0.5rem; }
  .logo-serif { font-size: 1.2rem; }
  .logo-bold { font-size: 1.1rem; }

  /* FOOTER */
  footer { padding: 1.5rem; flex-direction: column; gap: 0.5rem; text-align: center; }
}

/* Très petit mobile (max 480px) */
@media (max-width: 480px) {
  .hero-title { font-size: 2.5rem; }
  .hero-right { height: 70vw; }
  .about-title { font-size: 1.6rem; }
  .contact-title { font-size: 1.8rem; }
  .formation-title { font-size: 2rem; }
}

/* Images (bloc Image = <figure> autour de <img>) */
.wp-block-image { margin: 0; }

/* ── Styles issus des attributs style="" du site d'origine ── */
.section-big-title a, .svc-name a { color: inherit; text-decoration: none; }
.services-more { margin-top: 2rem; text-align: right; }
.services-more a { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.06em; text-transform: lowercase; color: var(--dark); text-decoration: none; border-bottom: 2px solid var(--coral); padding-bottom: 2px; transition: color 0.2s; }
.services-more a:hover { color: var(--coral); }
.services-cta-box { margin-top: 2.5rem; background: var(--yellow); padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.services-cta-text { font-size: 0.88rem; font-weight: 700; color: var(--dark); }
.services-cta-link { white-space: nowrap; flex-shrink: 0; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: lowercase; }
.services-cta-link a { color: var(--dark); text-decoration: underline; }
.clients { padding: 5rem 3.5rem; background: var(--ivory); border-top: 1px solid rgba(26,26,26,0.08); }
.clients-title { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid); text-align: center; margin-bottom: 3rem; }
.clients-list { display: flex; flex-wrap: wrap; justify-content: center; align-items: baseline; gap: 1rem 0; }
.c-val a { color: inherit; text-decoration: none; }
/* Blocs Image */
.hero-right .wp-block-image, .contact-photo .wp-block-image { height: 100%; }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
