/*
Theme Name:  LPG SEO
Author:      Léa Pageot-Gros
Description: Thème WordPress complet — LPG SEO, consultante SEO à Jacou (34)
Version:     1.0.0
Text Domain: lpgseo
*/

/* ================================================================
   POLICES
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital@1&family=Poppins:wght@400;600;700;900&family=Carlito:ital,wght@0,400;0,700;1,400&display=swap');

/* ================================================================
   VARIABLES
   ================================================================ */
:root {
  --navy:        #1A1A1A;
  --navy-brand:  #203144;
  --orange:      #FDA527;
  --cta:         #EDBD6D;
  --creme:       #FFF2DD;
  --peche:       #FFC675;
  --rose:        #FAB4DC;
  --bleu:        #A6CCF8;
  --vert:        #B8D8BD;
  --blanc:       #FFFFFF;
  --gris:        #8A8A8A;
  --gris-clair:  #F5F5F5;
  --font-titre:  'Poppins', sans-serif;
  --font-corps:  'Carlito', 'Calibri', sans-serif;
  --font-script: 'Lora', serif;
  --radius-sm:   8px;
  --radius-md:   16px;
  --radius-lg:   32px;
  --radius-full: 999px;
  --shadow-sm:   0 2px 8px rgba(32,49,68,.08);
  --shadow-md:   0 8px 32px rgba(32,49,68,.12);
  --gap-sm:  1.5rem;
  --gap-md:  2.5rem;
  --gap-lg:  4rem;
  --gap-xl:  6rem;
}

/* ================================================================
   RESET / BASE
   ================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-corps);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--navy);
  background: var(--blanc);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titre);
  font-weight: 700;
  line-height: 1.15;
  color: var(--navy);
}
h1 { font-size: clamp(2.25rem, 5vw, 3.5rem); font-weight: 900; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.15rem; }

p { max-width: 65ch; }

.script, em.script {
  font-family: var(--font-script);
  font-style: italic;
  font-weight: 400;
}

/* ================================================================
   CONTENEUR
   ================================================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 2rem);
}

/* ================================================================
   SECTIONS
   ================================================================ */
.section { padding-block: var(--gap-lg); }

.section-label {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--orange);
  display: block;
  margin-bottom: .5rem;
}

.divider {
  width: 3rem;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
  margin-block: 1.25rem;
}

/* ================================================================
   BOUTONS
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .875rem 2rem;
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: 1rem;
  border-radius: var(--radius-full);
  transition: transform .2s, box-shadow .2s;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  border: none;
}
.btn:hover { transform: translateY(-3px); }

.btn--primary { background: #EDBD6D; color: #1A1A1A; }
.btn--primary:hover { background: #e0ad58; box-shadow: 0 8px 24px rgba(237,189,109,.45); }

.btn--outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.btn--outline:hover { background: var(--navy); color: var(--blanc); }

.btn--white { background: var(--blanc); color: var(--navy); }
.btn--white:hover { background: var(--peche); }

.btn--audit     { background: var(--orange); color: #1A1A1A; }
.btn--strategie { background: var(--bleu);   color: #1A1A1A; }
.btn--redaction { background: var(--rose);   color: #1A1A1A; }
.btn--technique { background: var(--vert);   color: #1A1A1A; }
.btn--ads       { background: var(--peche);  color: #1A1A1A; }

/* ================================================================
   TAGS / BADGES
   ================================================================ */
.tag {
  display: inline-block;
  padding: .25rem .875rem;
  border-radius: var(--radius-full);
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.tag--orange { background: var(--creme); color: var(--orange); }
.tag--rose   { background: #FFF0F8; color: #C0558A; }
.tag--bleu   { background: #EFF7FF; color: #2E72A8; }
.tag--vert   { background: #F0FAF2; color: #3D7A52; }
.tag--peche  { background: #FFF4EC; color: #C47B1A; }

/* ================================================================
   HEADER / NAVIGATION
   ================================================================ */
.lpg-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(32,49,68,.08);
  transition: box-shadow .3s;
}
.lpg-header.scrolled { box-shadow: var(--shadow-sm); }

.lpg-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 2rem;
}

.lpg-logo {
  font-family: var(--font-titre);
  font-weight: 900;
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: -.02em;
}
.lpg-logo .script { color: var(--orange); font-size: 1.5rem; }

.lpg-nav { display: flex; align-items: center; gap: .25rem; }

.lpg-nav .menu { display: flex; align-items: center; gap: .25rem; list-style: none; }

.lpg-nav .menu a {
  font-family: var(--font-titre);
  font-weight: 600;
  font-size: .9rem;
  padding: .5rem .875rem;
  border-radius: var(--radius-full);
  color: var(--navy);
  transition: background .2s;
}
.lpg-nav .menu a:hover,
.lpg-nav .menu .current-menu-item > a { background: var(--creme); }

.lpg-nav-cta { font-size: .875rem; padding: .625rem 1.5rem; }

.lpg-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: background .2s;
  flex-shrink: 0;
}
.lpg-menu-toggle:hover { background: var(--creme); }
.lpg-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .3s ease, opacity .3s ease, width .3s ease;
  transform-origin: center;
}
/* Hamburger → X */
.lpg-menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lpg-menu-toggle.active span:nth-child(2) { opacity: 0; width: 0; }
.lpg-menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================================
   FOOTER
   ================================================================ */
.lpg-footer {
  background: #111111;
  color: rgba(255,255,255,.75);
  padding-block: var(--gap-lg);
}

.lpg-footer-inner {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: var(--gap-md);
  margin-bottom: var(--gap-md);
}

.lpg-footer-brand .lpg-logo { color: var(--blanc); margin-bottom: 1rem; display: block; }
.lpg-footer-brand p { font-size: .9rem; max-width: 28ch; margin-bottom: 1.25rem; }

.lpg-footer-col h4 {
  color: var(--blanc);
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 1rem;
}
.lpg-footer-col ul { display: flex; flex-direction: column; gap: .5rem; }
.lpg-footer-col a { font-size: .9rem; transition: color .2s; }
.lpg-footer-col a:hover { color: var(--orange); }

.lpg-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .85rem;
}
.lpg-footer-bottom a:hover { color: var(--orange); }

.lpg-socials { display: flex; gap: .75rem; }
.lpg-social-link {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.lpg-social-link:hover { background: var(--orange); }

/* ================================================================
   REVEAL ANIMATION
   ================================================================ */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

/* ================================================================
   HERO — PAGE ACCUEIL
   ================================================================ */
.home-hero {
  background: var(--creme);
  padding-block: clamp(4rem, 10vw, 7rem);
  overflow: hidden;
}
.home-hero-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--gap-lg);
  align-items: center;
}
.home-hero-content .section-label { margin-bottom: .75rem; }
.home-hero-content h1 { margin-bottom: 1.25rem; }
.home-hero-content .hero-sub {
  font-size: 1.125rem;
  color: rgba(32,49,68,.75);
  margin-bottom: 2rem;
  max-width: 50ch;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(32,49,68,.1);
}
.hero-stat-value {
  font-family: var(--font-titre);
  font-weight: 900;
  font-size: 2rem;
  color: var(--navy);
  line-height: 1;
}
.hero-stat-label { font-size: .8rem; color: var(--gris); margin-top: .25rem; }

/* Photo frame */
.hero-photo-wrap { position: relative; display: flex; justify-content: center; }
.hero-photo-frame {
  width: 380px;
  height: 480px;
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(32,49,68,.2);
  background: linear-gradient(160deg, var(--bleu) 0%, var(--rose) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: .5rem;
}
.hero-photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
}
.hero-photo-placeholder {
  text-align: center;
  color: rgba(32,49,68,.5);
}
.hero-photo-initials {
  font-family: var(--font-titre);
  font-weight: 900;
  font-size: 5rem;
  color: rgba(32,49,68,.3);
  line-height: 1;
}
.hero-badge {
  position: absolute;
  bottom: 24px;
  right: -8px;
  background: #EDBD6D;
  color: #1A1A1A;
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .85rem;
  padding: .75rem 1.25rem;
  border-radius: var(--radius-full);
  box-shadow: 0 8px 24px rgba(237,189,109,.4);
  white-space: nowrap;
}

/* ================================================================
   TRUST BAND
   ================================================================ */
.trust-band {
  background: var(--blanc);
  padding-block: 1.5rem;
  border-bottom: 1px solid rgba(32,49,68,.06);
}
.trust-band-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.trust-item {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .85rem;
  color: var(--gris);
  text-transform: uppercase;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* ================================================================
   SERVICES OVERVIEW (accueil)
   ================================================================ */
.services-overview { background: var(--blanc); }
.services-overview-header { margin-bottom: var(--gap-md); }
.services-overview-header h2 { margin-top: .5rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}
.services-grid .service-card:nth-child(4),
.services-grid .service-card:nth-child(5) {
  grid-column: span 1;
}

.service-card {
  border-radius: var(--radius-md);
  padding: 2rem 1.5rem;
  transition: transform .25s, box-shadow .25s;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(32,49,68,.15);
}
.service-card-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.service-card p { font-size: .9rem; color: rgba(32,49,68,.75); max-width: none; }
.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
  margin-top: 1rem;
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .85rem;
  color: var(--navy);
}
.services-overview-footer { text-align: center; }

/* ================================================================
   SECTION À PROPOS (accueil)
   ================================================================ */
.about-strip {
  background: linear-gradient(160deg, #FFF2DD 0%, #E8F3FF 100%);
  padding-block: var(--gap-lg);
}
.about-strip-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: var(--gap-lg);
  align-items: center;
}
.about-strip-content .section-label { margin-bottom: .5rem; }
.about-strip-content h2 { margin-bottom: 1.25rem; }
.about-strip-content p {
  color: rgba(32,49,68,.8);
  margin-bottom: 1rem;
  max-width: 55ch;
}

.about-stats {
  display: flex;
  gap: 2rem;
  margin-block: 2rem;
  padding-block: 1.5rem;
  border-top: 1px solid rgba(32,49,68,.1);
  border-bottom: 1px solid rgba(32,49,68,.1);
}
.about-stat-value {
  font-family: var(--font-titre);
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--navy);
  line-height: 1;
}
.about-stat-label { font-size: .8rem; color: rgba(32,49,68,.6); margin-top: .25rem; }

.about-strip-image { position: relative; }
.about-strip-image img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }

/* ================================================================
   TÉMOIGNAGES
   ================================================================ */
.temoignages-section { background: var(--blanc); }
.temoignages-section > .container > .section-label { margin-bottom: .5rem; }
.temoignages-section > .container > h2 { margin-bottom: var(--gap-md); }

.temoignages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.temoignage-card {
  padding: 2rem;
  border-radius: var(--radius-md);
  transition: transform .25s, box-shadow .25s;
}
.temoignage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(32,49,68,.12);
}
.temoignage-quote {
  font-family: var(--font-script);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(32,49,68,.85);
  margin-bottom: 1.5rem;
}
.temoignage-quote::before { content: '"'; font-size: 1.5rem; color: var(--orange); }
.temoignage-author {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .875rem;
  color: var(--navy);
}
.temoignage-role { font-size: .8rem; color: var(--gris); }

/* ================================================================
   BLOG PREVIEW (accueil)
   ================================================================ */
.blog-preview { background: var(--creme); }
.blog-preview > .container > .section-label { margin-bottom: .5rem; }
.blog-preview > .container > h2 { margin-bottom: var(--gap-md); }
.blog-preview-footer { text-align: center; margin-top: var(--gap-md); }

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.post-card {
  background: var(--blanc);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  flex-direction: column;
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.post-card-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--bleu), var(--rose));
  overflow: hidden;
}
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.post-card-tag { margin-bottom: .75rem; }
.post-card h3 { font-size: 1.05rem; margin-bottom: .5rem; line-height: 1.3; }
.post-card p { font-size: .875rem; color: rgba(32,49,68,.7); max-width: none; flex: 1; }
.post-card-meta {
  font-size: .8rem;
  color: var(--gris);
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(32,49,68,.08);
  display: flex;
  gap: 1rem;
}

/* ================================================================
   CTA SECTION
   ================================================================ */
.cta-section {
  background: #111111;
  padding-block: var(--gap-xl);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-deco {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: rgba(253,165,39,.06);
  top: -200px; right: -100px;
  pointer-events: none;
}
.cta-section .section-label { color: var(--orange); }
.cta-section h2 { color: var(--blanc); margin-block: .75rem 1rem; }
.cta-section p { color: rgba(255,255,255,.7); margin-inline: auto; margin-bottom: 2rem; }

/* ================================================================
   PAGE SERVICES
   ================================================================ */
.page-hero {
  background: var(--creme);
  padding-block: clamp(3rem, 8vw, 6rem);
  text-align: center;
}
.page-hero .section-label { margin-bottom: .75rem; }
.page-hero h1 { margin-bottom: 1.25rem; }
.page-hero-sub {
  font-size: 1.1rem;
  color: rgba(32,49,68,.75);
  margin-inline: auto;
  max-width: 60ch;
}

.services-list { background: var(--blanc); }

.service-row {
  display: grid;
  grid-template-columns: 360px 1fr;
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s, transform .3s;
}
.service-row:hover {
  box-shadow: 0 16px 48px rgba(32,49,68,.14);
  transform: translateY(-3px);
}

.service-row-header {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.service-row-icon { font-size: 3rem; margin-top: .5rem; }
.service-row-header h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
.service-row-subtitle {
  font-size: 1.05rem;
  color: rgba(32,49,68,.75);
  max-width: 28ch;
}

.service-row-body {
  padding: 2.5rem;
  background: var(--blanc);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.service-row-desc { font-size: 1rem; color: rgba(32,49,68,.8); max-width: none; }

.service-row-inclus-title {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--navy);
  margin-bottom: .75rem;
  max-width: none;
}
.service-row-inclus ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem 1rem;
}
.service-row-inclus li {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  font-size: .9rem;
  color: rgba(32,49,68,.8);
}
.service-row-inclus li::before {
  content: '';
  display: inline-block;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FDA527' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
  flex-shrink: 0;
  margin-top: 3px;
}

.why-section { background: var(--creme); }
.why-section h2 { margin-top: .5rem; margin-bottom: var(--gap-md); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.why-card {
  background: var(--blanc);
  padding: 2rem 1.5rem;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: transform .25s, background .25s, box-shadow .25s;
  border: 2px solid transparent;
}
.why-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(32,49,68,.1); }
.why-icon { font-size: 2rem; }
.why-card h3 { font-size: 1.05rem; }
.why-card p { font-size: .9rem; color: rgba(32,49,68,.7); max-width: none; }

/* ================================================================
   PAGE À PROPOS
   ================================================================ */
.about-hero { background: var(--creme); padding-block: clamp(3rem, 8vw, 6rem); }
.about-hero .section-label { margin-bottom: .75rem; }
.about-hero h1 { margin-bottom: 1rem; }
.about-hero-sub { font-size: 1.1rem; color: rgba(32,49,68,.75); max-width: 55ch; }

.about-story { background: var(--blanc); }
.about-story-inner {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: var(--gap-lg);
  align-items: center;
}
.about-story-image img {
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  box-shadow: var(--shadow-md);
}
.about-story-content .section-label { margin-bottom: .5rem; }
.about-story-content h2 { margin-bottom: 1.25rem; }
.about-story-content p { color: rgba(32,49,68,.8); margin-bottom: 1rem; max-width: none; }

.about-values { background: linear-gradient(160deg, #FFF2DD 0%, #E8F3FF 100%); }
.about-values .section-label { margin-bottom: .5rem; }
.about-values h2 { margin-bottom: var(--gap-md); }
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.value-card {
  background: var(--blanc);
  padding: 2rem;
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  box-shadow: var(--shadow-sm);
}
.value-icon { font-size: 2rem; }
.value-card h3 { font-size: 1.1rem; }
.value-card p { font-size: .9rem; color: rgba(32,49,68,.7); max-width: none; }

.about-stats-section { background: var(--bleu); }
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.about-stat-block { display: flex; flex-direction: column; align-items: center; }

.about-skills { background: var(--blanc); }
.about-skills .section-label { margin-bottom: .5rem; }
.about-skills h2 { margin-bottom: var(--gap-md); }
.skills-grid { display: flex; flex-wrap: wrap; gap: .75rem; }
.skill-tag {
  padding: .5rem 1.25rem;
  background: var(--gris-clair);
  border-radius: var(--radius-full);
  font-family: var(--font-titre);
  font-weight: 600;
  font-size: .875rem;
  color: var(--navy);
  transition: background .2s;
}
.skill-tag:hover { background: var(--creme); }

/* ================================================================
   CONTACT
   ================================================================ */
.contact-hero { background: var(--creme); padding-block: clamp(3.5rem, 8vw, 6rem); }
.contact-hero .section-label { margin-bottom: .75rem; }
.contact-hero h1 { margin-bottom: 1rem; }
.contact-hero-sub { font-size: 1.1rem; color: rgba(32,49,68,.75); max-width: 50ch; }

.contact-section { background: var(--blanc); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: var(--gap-lg);
  align-items: start;
}

/* Formulaire */
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.hidden { display: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group label {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .85rem;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .05em;
}
.form-optional { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--gris); font-size: .8rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: .875rem 1rem;
  border: 2px solid rgba(32,49,68,.15);
  border-radius: var(--radius-sm);
  font-family: var(--font-corps);
  font-size: 1rem;
  color: var(--navy);
  background: var(--blanc);
  transition: border-color .2s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { outline: none; border-color: var(--orange); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(32,49,68,.35); }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23203144' stroke-width='2'%3E%3Cpolyline points='4 6 8 10 12 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-rgpd { display: flex; align-items: flex-start; gap: .75rem; }
.form-rgpd input[type="checkbox"] {
  width: 18px; height: 18px; min-width: 18px;
  accent-color: var(--orange);
  margin-top: 3px; padding: 0;
}
.form-rgpd label { font-size: .85rem; color: rgba(32,49,68,.7); line-height: 1.5; }
.form-rgpd label a { color: var(--orange); text-decoration: underline; }
.form-submit { align-self: flex-start; }
.form-message { padding: 1rem 1.25rem; border-radius: var(--radius-sm); font-family: var(--font-titre); font-weight: 600; font-size: .9rem; }
.form-message--success { background: #F0FAF2; color: #3D7A52; border: 1px solid #B8D8BD; }
.form-message--error { background: #FFF0F0; color: #C0556A; border: 1px solid #FAB4C0; }

/* Cartes info */
.contact-info-card {
  background: var(--bleu);
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  color: var(--navy);
  margin-bottom: 1.25rem;
}
.contact-info-card h2 { font-size: 1.75rem; margin-bottom: .25rem; }
.contact-info-card .divider { background: var(--navy); opacity: .2; }
.contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-details li { display: flex; align-items: flex-start; gap: .875rem; }
.contact-detail-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(26,26,26,.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-detail-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(26,26,26,.55);
  font-family: var(--font-titre);
  font-weight: 700;
  margin-bottom: .2rem;
  max-width: none;
}
.contact-detail-value { font-size: .95rem; max-width: none; }
a.contact-detail-value:hover { color: var(--orange); }

.contact-audit-card { background: var(--vert); padding: 2rem; border-radius: var(--radius-lg); }
.contact-audit-label {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--navy);
  opacity: .7;
  margin-bottom: .5rem;
  max-width: none;
}
.contact-audit-card h3 { font-size: 1.5rem; margin-bottom: .75rem; }
.contact-audit-card p { font-size: .9rem; color: rgba(32,49,68,.8); margin-bottom: 1.25rem; max-width: none; }

/* ================================================================
   PAGE MERCI
   ================================================================ */
.merci-hero {
  background: var(--creme);
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: var(--gap-xl);
}
.merci-icon { font-size: 4rem; margin-bottom: 1.5rem; }
.merci-hero h1 { margin-bottom: 1rem; }
.merci-hero p { font-size: 1.1rem; color: rgba(32,49,68,.75); margin-inline: auto; margin-bottom: 2rem; }

/* ================================================================
   BLOG — ARCHIVE
   ================================================================ */
.blog-hero { background: var(--creme); padding-block: clamp(3rem, 8vw, 6rem); }
.blog-hero .section-label { margin-bottom: .75rem; }
.blog-hero h1 { margin-bottom: 1rem; }

.blog-archive { background: var(--blanc); }
.blog-archive-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: var(--gap-lg);
  align-items: start;
}
.blog-main-posts { display: flex; flex-direction: column; gap: 2rem; }
.blog-sidebar { position: sticky; top: 90px; }
.blog-sidebar-card {
  background: var(--creme);
  border-radius: var(--radius-md);
  padding: 2rem;
  margin-bottom: 1.5rem;
}
.blog-sidebar-card h3 { font-size: 1rem; margin-bottom: 1rem; }
.sidebar-category-list { display: flex; flex-direction: column; gap: .5rem; }
.sidebar-category-list a {
  display: flex;
  justify-content: space-between;
  font-size: .9rem;
  padding: .375rem 0;
  border-bottom: 1px solid rgba(32,49,68,.08);
  color: var(--navy);
  transition: color .2s;
}
.sidebar-category-list a:hover { color: var(--orange); }

.post-card-horizontal {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--blanc);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.post-card-horizontal:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.post-card-horizontal .post-card-thumb {
  aspect-ratio: unset;
  min-height: 200px;
}
.post-card-horizontal .post-card-body { padding: 2rem; }
.post-card-horizontal h2 { font-size: 1.25rem; margin-block: .5rem .75rem; }
.post-card-horizontal .post-card-excerpt { font-size: .9rem; color: rgba(32,49,68,.75); max-width: none; }

/* ================================================================
   BLOG — ARTICLE UNIQUE
   ================================================================ */
/* Barre de progression */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--orange), #C0558A);
  z-index: 9999;
  transition: width .1s linear;
}

.article-header {
  background: var(--creme);
  padding-block: clamp(3rem, 8vw, 5rem);
}
.article-header .section-label { margin-bottom: .75rem; }
.article-header h1 { margin-bottom: 1.25rem; }
.article-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: .875rem;
  color: var(--gris);
}
.article-meta-item { display: flex; align-items: center; gap: .375rem; }

.article-layout {
  background: var(--blanc);
  padding-block: var(--gap-lg);
}
.article-layout-inner {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: var(--gap-lg);
  align-items: start;
}

/* Contenu de l'article */
.article-body {
  font-size: 1.0625rem;
  line-height: 1.75;
}
.article-body h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.875rem);
  color: #C0558A;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
}
.article-body h2::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 3px;
  background: #C0558A;
  border-radius: 2px;
  margin-top: .5rem;
}
.article-body h3 {
  font-size: clamp(1.1rem, 2vw, 1.375rem);
  color: #3D7A52;
  margin-top: 2rem;
  margin-bottom: .75rem;
  padding-left: 1rem;
  border-left: 3px solid rgba(61,122,82,.35);
}
.article-body h4 { font-size: 1.1rem; color: #2E72A8; margin-top: 1.5rem; margin-bottom: .5rem; }
.article-body p { margin-bottom: 1.25rem; max-width: none; }
.article-body a { color: #C0558A; text-decoration: underline; text-decoration-color: rgba(192,85,138,.3); }
.article-body a:hover { color: var(--rose); }
.article-body ul, .article-body ol { padding-left: 1.5rem; margin-bottom: 1.25rem; }
.article-body li { margin-bottom: .375rem; }
.article-body blockquote {
  border-left: 4px solid var(--orange);
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  background: var(--creme);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
}
.article-body code {
  font-family: 'Courier New', monospace;
  font-size: .9em;
  background: var(--gris-clair);
  padding: .125rem .375rem;
  border-radius: 4px;
}
.article-body pre {
  background: #1a1a2e;
  color: #e2e8f0;
  padding: 1.5rem;
  border-radius: var(--radius-sm);
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.article-body pre code { background: none; padding: 0; }
.article-body img { border-radius: var(--radius-sm); margin-block: 1.5rem; max-width: 100%; }
.article-body table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
.article-body th, .article-body td { padding: .75rem 1rem; border: 1px solid rgba(32,49,68,.1); }
.article-body th { background: var(--creme); font-family: var(--font-titre); font-weight: 700; }

/* Share buttons */
.article-share {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: var(--gap-md);
  padding-top: 2rem;
  border-top: 1px solid rgba(32,49,68,.08);
  flex-wrap: wrap;
}
.article-share-label { font-family: var(--font-titre); font-weight: 700; font-size: .875rem; }
.share-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  border-radius: var(--radius-full);
  font-family: var(--font-titre);
  font-weight: 600;
  font-size: .8rem;
  cursor: pointer;
  transition: transform .2s, opacity .2s;
  text-decoration: none;
  border: none;
}
.share-btn:hover { transform: translateY(-2px); opacity: .85; }
.share-btn--copy { background: var(--gris-clair); color: var(--navy); }
.share-btn--linkedin { background: #0077B5; color: #fff; }
.share-btn--twitter { background: #000; color: #fff; }

/* TOC */
.article-toc {
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
}
.toc-card {
  background: var(--gris-clair);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}
.toc-title {
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gris);
  margin-bottom: 1rem;
}
.toc-list { display: flex; flex-direction: column; gap: .25rem; }
.toc-link {
  display: block;
  font-size: .875rem;
  color: rgba(32,49,68,.7);
  padding: .375rem .75rem;
  border-radius: var(--radius-sm);
  transition: color .2s, background .2s;
  line-height: 1.4;
  border-left: 2px solid transparent;
}
.toc-link:hover, .toc-link.active {
  color: #C0558A;
  background: #FFF0F7;
  border-left-color: #C0558A;
}
.toc-link--sub { padding-left: 1.5rem; font-size: .825rem; }
.toc-link--sub:hover, .toc-link--sub.active {
  color: #3D7A52;
  background: #F0FAF2;
  border-left-color: #3D7A52;
}

/* Author bio */
.author-bio {
  background: var(--creme);
  padding-block: var(--gap-md);
}
.author-bio-card {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background: var(--blanc);
  padding: 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  max-width: 750px;
}
.author-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bleu), var(--rose));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-titre);
  font-weight: 900;
  font-size: 1.5rem;
  color: var(--navy);
}
.author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-name { font-size: 1.05rem; margin-bottom: .375rem; }
.author-role { font-size: .8rem; color: var(--orange); font-family: var(--font-titre); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .75rem; max-width: none; }
.author-desc { font-size: .875rem; color: rgba(32,49,68,.75); max-width: none; }

/* Related posts */
.related-posts { background: var(--blanc); }
.related-posts h2 { margin-bottom: var(--gap-md); }
.related-posts .posts-grid { grid-template-columns: repeat(3, 1fr); }

/* ================================================================
   404
   ================================================================ */
.page-404 {
  background: var(--creme);
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: var(--gap-xl);
}
.error-code {
  font-family: var(--font-titre);
  font-weight: 900;
  font-size: clamp(6rem, 20vw, 12rem);
  color: rgba(32,49,68,.08);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.page-404 h1 { font-size: clamp(1.75rem, 3vw, 2.5rem); margin-bottom: 1rem; }
.page-404 p { font-size: 1.1rem; color: rgba(32,49,68,.7); margin-inline: auto; margin-bottom: 2rem; }

/* ================================================================
   PAGINATION
   ================================================================ */
.lpg-pagination {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-top: var(--gap-md);
  flex-wrap: wrap;
}
.lpg-pagination a,
.lpg-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: var(--radius-sm);
  font-family: var(--font-titre);
  font-weight: 700;
  font-size: .9rem;
  transition: background .2s;
  color: var(--navy);
}
.lpg-pagination a:hover { background: var(--creme); }
.lpg-pagination .current { background: var(--orange); color: #1A1A1A; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
  .home-hero-inner { grid-template-columns: 1fr 360px; }
  .hero-photo-frame { width: 320px; height: 400px; }
  .lpg-footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .home-hero-inner { grid-template-columns: 1fr; }
  .hero-photo-wrap { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .services-grid .service-card:nth-child(4),
  .services-grid .service-card:nth-child(5) { grid-column: span 1; }
  .service-row { grid-template-columns: 1fr; }
  .service-row-inclus ul { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .about-strip-inner { grid-template-columns: 1fr; }
  .about-story-inner { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr 1fr; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .temoignages-grid { grid-template-columns: 1fr 1fr; }
  .posts-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .article-layout-inner { grid-template-columns: 1fr; }
  .article-toc { display: none; }
  .blog-archive-grid { grid-template-columns: 1fr; }
  .post-card-horizontal { grid-template-columns: 1fr; }
  .author-bio-card { flex-direction: column; }
}

@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .about-values-grid { grid-template-columns: 1fr; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .temoignages-grid { grid-template-columns: 1fr; }
  .posts-grid { grid-template-columns: 1fr; }
  .lpg-nav { display: none; }
  .lpg-menu-toggle { display: flex; }
  .lpg-nav-cta { display: none; }
  .lpg-footer-inner { grid-template-columns: 1fr; }
  .lpg-footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .hero-btns { flex-direction: column; }
}

/* ================================================================
   MENU MOBILE — plein écran, grande typographie
   ================================================================ */
.lpg-nav.open {
  display: flex !important;
  flex-direction: column;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--blanc);
  z-index: 99;
  overflow-y: auto;
  padding: 2rem 1.5rem 3rem;
  gap: 0;
  animation: slideDown .28s ease both;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: none; }
}

.lpg-nav.open .menu {
  flex-direction: column;
  gap: 0;
  width: 100%;
  flex: 1;
}

/* Liens du menu mobile */
.lpg-nav.open .menu > li > a {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(32,49,68,.07);
  border-radius: 0;
  color: var(--navy);
  letter-spacing: -.01em;
  line-height: 1.2;
  transition: color .15s, padding-left .15s;
}
.lpg-nav.open .menu > li > a:hover {
  background: transparent;
  color: var(--orange);
  padding-left: .75rem;
}
.lpg-nav.open .menu .current-menu-item > a {
  color: var(--orange);
  background: transparent;
}

/* CTA en bas du menu mobile */
.lpg-nav.open::after {
  content: '';
  display: block;
  height: 1px;
  flex-shrink: 0;
}
.lpg-nav-mobile-cta {
  display: none;
}
.lpg-nav.open ~ .lpg-nav-mobile-cta,
.lpg-nav.open + * .lpg-nav-mobile-cta {
  display: block;
}
/* CTA injecté par JS */
.lpg-nav.open .mobile-cta {
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.lpg-nav.open .mobile-cta a {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  font-size: 1.15rem;
  padding: 1rem 2rem;
}
