/* Theme Name: GeneratePress Child - Audrey Lou
Template: generatepress
Description: Child theme for Audrey Lou - Coach Professionnelle
Version: 1.0.0
Author: Audrey Lou */

/* ===== FONTS ===== */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/fonts/montserrat-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/fonts/montserrat-italic.woff2") format("woff2");
}

/* ===== THEME OVERRIDE (hide GP shell) ===== */
.site-header, .main-navigation, .site-footer, 
/* Blog cards */
.blog-listing .blog-card-title { color: var(--terracotta) !important; }
.blog-listing .blog-card-excerpt { color: var(--vert-canard) !important; }

.footer-widgets, .page-header { display: none !important; }
.site-content, .inside-article, .entry-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.content-area { width: 100% !important; max-width: 100% !important; float: none !important; }
.container.grid-container { max-width: 100% !important; padding: 0 !important; }
#page { overflow-x: hidden; }
#right-sidebar { display: none !important; }
.sidebar { display: none !important; }

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --vert-canard: #1F3639;
  --beige: #CBC2B3;
  --terracotta: #764433;
  --vert-canard-light: #364646;
  --beige-light: #D1CABF;
  --beige-clair: #F2EDE8;
  --terracotta-light: #8C5642;
  --blanc: #FFFFFF;
    --noir: #000000;
  --font-primary: 'Montserrat', sans-serif;
  --section-padding: clamp(80px, 8vw, 120px);
  --content-max: 1200px;
}
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-primary); color: var(--vert-canard); background: var(--blanc); line-height: 1.7; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: var(--content-max); margin: 0 auto; padding: 0 clamp(24px, 4vw, 60px); }

/* ===== NAVIGATION ===== */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 24px 0; transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); background: var(--vert-canard); }
nav.scrolled { background: var(--vert-canard); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 16px 0; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15); }
nav .container { display: flex; align-items: center; justify-content: space-between; max-width: 1200px !important; }
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo img { height: 32px; width: auto; max-width: none; }
.nav-logo-text { font-size: 13px; font-weight: 400; letter-spacing: 0.25em; text-transform: uppercase; color: var(--beige); }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { font-size: 12px; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--beige); position: relative; padding: 4px 0; transition: color 0.3s ease, opacity 0.3s ease; white-space: nowrap; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--beige-light); transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
.nav-links a:hover::after { width: 100%; }
.nav-links a:hover { color: var(--blanc); }
.nav-links a.active { color: var(--blanc); }
.nav-links a.active::after { width: 100%; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; z-index: 101; }
.nav-hamburger span { width: 22px; height: 1.5px; background: var(--beige); transition: all 0.3s ease; display: block; }
.nav-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(4px, 4px); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== NAV CTA BUTTON (Prendre RDV) ===== */
#navLinks .nav-cta a,
.single-post-nav .sp-links .sp-cta {
  border: 1px solid rgba(203, 194, 179, 0.6);
  padding: 7px 18px;
  border-radius: 2px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
#navLinks .nav-cta a:hover,
.single-post-nav .sp-links .sp-cta:hover {
  background: rgba(203, 194, 179, 0.15);
  border-color: rgba(203, 194, 179, 0.9);
}

/* ===== HERO (homepage) ===== */
.hero { position: relative; min-height: auto; display: flex; align-items: center; background: var(--beige-clair); overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; justify-items: center; padding-top: clamp(100px, 10vw, 140px); min-height: 0; padding-bottom: clamp(48px, 5vw, 80px); }
.hero-content { max-width: 520px; justify-self: start; }
.hero-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--vert-canard-light); opacity: 0.4; margin-bottom: 24px; }
.hero h1 { font-size: clamp(36px, 3.5vw, 52px); font-weight: 300; line-height: 1.15; letter-spacing: -0.02em; color: var(--terracotta); margin-bottom: 28px; }
.hero h1 em { font-style: italic; }
.hero-subtitle { font-size: clamp(15px, 1.1vw, 17px); font-weight: 300; line-height: 1.8; color: var(--vert-canard); max-width: 420px; margin-bottom: 48px; }
.hero-image-wrapper { position: relative; height: 80vh; max-height: 640px; overflow: hidden; border-radius: 24px; }

.hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 24px; }

/* ===== PAGE HERO (subpages) ===== */
.page-hero { padding: 180px 0 80px; background: var(--vert-canard); text-align: center; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 60px; background: linear-gradient(to bottom, rgba(203, 194, 179, 0.3), transparent); }
.page-hero-label { font-size: 11px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--beige-light); opacity: 0.4; margin-bottom: 24px; }
.page-hero h1 { font-size: clamp(34px, 3.5vw, 48px); font-weight: 300; line-height: 1.2; letter-spacing: -0.02em; color: var(--beige); }
.page-hero h1 em { font-style: italic; color: var(--beige); }
.page-hero-subtitle { font-size: clamp(15px, 1.1vw, 17px); font-weight: 300; line-height: 1.8; color: #FFFFFF; opacity: 0.6; max-width: 520px; margin: 24px auto 0; }

/* ===== SECTION COMPONENTS ===== */
.section-label { font-size: 14px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 20px; opacity: 0.8; }
.section-title { font-size: clamp(28px, 2.8vw, 40px); font-weight: 300; line-height: 1.3; color: var(--terracotta); margin-bottom: 48px; letter-spacing: -0.02em; }
.section-title em { font-style: italic; }

/* ===== CTA LINK ===== */
.cta-link { display: inline-flex; align-items: center; gap: 16px; font-family: var(--font-primary); font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vert-canard); cursor: pointer; transition: all 0.4s ease; line-height: 1.6; }
.cta-link br { display: none; }
.cta-link .cta-circle { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--vert-canard); display: flex; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); flex-shrink: 0; }
.cta-link .cta-circle svg { width: 16px; height: 16px; transition: transform 0.3s ease; }
.cta-link:hover .cta-circle { background: var(--vert-canard); color: var(--blanc); }
.cta-link:hover .cta-circle svg { transform: translateX(2px); }
.cta-link:hover { color: var(--vert-canard); opacity: 0.8; }
.cta-link--light { color: var(--beige); }
.cta-link--light .cta-circle { border-color: var(--beige); color: var(--beige); }
.cta-link--light:hover .cta-circle { background: var(--beige); color: var(--vert-canard); }
.cta-link--light:hover { color: var(--beige-light); opacity: 1; }

/* ===== VISION (homepage) ===== */
.vision { position: relative; overflow: visible; background: var(--blanc); }

.vision .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; padding-top: var(--section-padding); padding-bottom: clamp(48px, 5vw, 80px); }
.vision-left { display: flex; flex-direction: column; align-items: center; justify-content: center; position: sticky; top: 120px; align-self: start; min-height: 300px; background-image: url('/wp-content/uploads/2026/02/Amulette-Audrey-Lou-Terracotta-RVB-scaled.png'); background-size: contain; background-repeat: no-repeat; background-position: center; }
.vision-logo { display: none; }
.vision-right { display: flex; flex-direction: column; gap: 24px; }
.vision-text { font-size: clamp(15px, 1.1vw, 16px); font-weight: 300; line-height: 1.9; color: var(--vert-canard); }
.vision-text.highlight { font-size: clamp(17px, 1.3vw, 20px); font-weight: 400; color: var(--vert-canard); font-style: italic; border-left: 2px solid var(--terracotta); padding-left: 24px; }
.vision-signature { font-size: 18px; font-weight: 300; letter-spacing: 0.15em; color: var(--vert-canard); margin-top: 20px; }

/* ===== ACCOMPAGNEMENTS CARDS (homepage) ===== */
.accompagnements { padding: var(--section-padding) 0; background: var(--vert-canard); color: var(--beige); }
.accompagnements .section-label { color: var(--beige-light); opacity: 0.35; }
.accompagnements .section-title { color: var(--beige); }
.accompagnements-header { text-align: center; margin-bottom: clamp(60px, 6vw, 100px); }
.accompagnements-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(24px, 2.5vw, 40px); }
.accompagnement-card { background: var(--beige-clair); padding: clamp(40px, 4.5vw, 64px); position: relative; transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); border: 1px solid var(--beige); border-radius: 16px; display: flex; flex-direction: column; }
.accompagnement-card:hover { border-color: var(--terracotta); transform: translateY(-3px); box-shadow: 0 24px 64px rgba(31, 54, 57, 0.08); }
svg.card-icon { height: 28px; width: auto; margin-bottom: 20px; display: block; }
.card-title { font-size: 13px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vert-canard); margin-bottom: 20px; }
.card-text { font-size: clamp(14px, 1vw, 15px); font-weight: 300; line-height: 1.8; color: var(--vert-canard-light); margin-bottom: 32px; flex-grow: 1; }
.card-cta { font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--vert-canard); display: flex; align-items: center; gap: 12px; transition: gap 0.3s ease; margin-top: auto; min-height: 82px; }
.accompagnement-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); border-radius: 16px 16px 0 0; }
.accompagnement-card:hover::before { transform: scaleX(1); }

/* ===== INTERSTITIAL ===== */
.interstitial { padding: clamp(80px, 10vw, 130px) 0; background: var(--vert-canard); text-align: center; position: relative; overflow: hidden; }
.interstitial-amulette, .interstitial .amulette { width: 52px; height: auto; margin: 0 auto 36px; opacity: 0.7; }
.interstitial-text { font-size: clamp(18px, 1.8vw, 24px); font-weight: 300; line-height: 1.7; color: #FFFFFF; max-width: 580px; margin: 0 auto; letter-spacing: 0.02em; }
.interstitial-text em { font-style: italic; color: var(--beige); }

/* ===== CTA SECTION ===== */
.cta-section { padding: clamp(80px, 10vw, 120px) 0; background: var(--beige-clair); text-align: center; }
.cta-section h2 { font-size: clamp(26px, 2.5vw, 36px); font-weight: 300; line-height: 1.3; color: var(--terracotta); margin-bottom: 24px; }
.cta-section h2 em { font-style: italic; }
.cta-section p { font-size: clamp(15px, 1.1vw, 16px); font-weight: 300; line-height: 1.9; color: var(--vert-canard); max-width: 500px; margin: 0 auto 48px; }

.cta-button { display: inline-flex; align-items: center; gap: 10px; padding: 12px 28px; border: 1px solid rgba(31, 54, 57, 0.4); border-radius: 2px; color: var(--vert-canard); font-size: 12px; font-weight: 400; letter-spacing: 1.8px; text-transform: uppercase; text-decoration: none; transition: 0.3s; }
.cta-button:hover { background: rgba(31, 54, 57, 0.08); border-color: rgba(31, 54, 57, 0.7); }
.cta-button span { display: flex; align-items: center; }
.cta-button svg { width: 16px; height: 16px; }

/* ===== CERTIFICATIONS ===== */
.certifications { padding: var(--section-padding) 0; background: var(--beige); color: var(--terracotta); position: relative; overflow: hidden !important; }
.certifications .section-label { color: var(--terracotta); text-align: center; opacity: 0.6; }
.certifications-header { text-align: center; margin-bottom: clamp(60px, 6vw, 100px); }
.certifications-header .section-title { color: var(--terracotta); }
.certifications-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 48px); max-width: 1000px; margin: 0 auto; }
.certification-item { text-align: center; padding: clamp(32px, 3.5vw, 48px) clamp(20px, 2vw, 32px); border: 1px solid rgba(118, 68, 51, 0.25); background: rgba(118, 68, 51, 0.12); transition: all 0.5s ease; position: relative; }
.certification-item:hover { border-color: rgba(118, 68, 51, 0.35); background: rgba(118, 68, 51, 0.18); }
.certification-icon { width: 40px; height: 40px; margin: 0 auto 24px; color: var(--terracotta); opacity: 1; }
.certification-title { font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 16px; line-height: 1.5; }
.certification-text { font-size: 14px; font-weight: 300; line-height: 1.8; color: rgba(255,255,255,0.88); }

/* ===== ABOUT: INTRO ===== */
.about-intro { padding: var(--section-padding) 0; background: var(--beige-clair); }
.about-intro .container { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.about-photo-wrapper { position: relative; overflow: hidden; border-radius: 20px; }
.about-photo-wrapper img { width: 100%; height: auto; object-fit: cover; }
.about-photo-wrapper::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 30%; background: linear-gradient(to top, rgba(242, 237, 232, 0.3), transparent); }
.about-intro-text h2 { font-size: clamp(26px, 2.5vw, 36px); font-weight: 300; line-height: 1.3; color: var(--terracotta); margin-bottom: 32px; letter-spacing: -0.02em; }
.about-intro-text h2 em { font-style: italic; }
.about-intro-text p { font-size: clamp(15px, 1.1vw, 16px); font-weight: 300; line-height: 1.9; color: var(--vert-canard); margin-bottom: 20px; }
.about-intro-text .signature { font-size: 18px; font-weight: 300; letter-spacing: 0.15em; color: var(--terracotta); margin-top: 36px; }

/* ===== ABOUT: PHILOSOPHY ===== */
.philosophy { padding: var(--section-padding) 0; background: var(--blanc); }
.philosophy .container { max-width: 800px; text-align: center; }
.philosophy-text { font-size: clamp(15px, 1.1vw, 16px); font-weight: 300; line-height: 1.9; color: var(--vert-canard); margin-bottom: 24px; text-align: left; }
.philosophy-quote { font-size: clamp(17px, 1.3vw, 20px); font-weight: 400; color: var(--vert-canard); font-style: italic; border-left: 2px solid var(--terracotta); padding-left: 28px; margin: 48px 0; line-height: 1.7; text-align: left; }

/* ===== ABOUT: KINTSUGI ===== */
.kintsugi-section { padding: clamp(80px, 10vw, 130px) 0; background: var(--vert-canard); text-align: center; position: relative; overflow: hidden; }
.kintsugi-section .amulette { width: 52px; height: auto; margin: 0 auto 36px; opacity: 0.7; }
.kintsugi-text { font-size: clamp(18px, 1.8vw, 24px); font-weight: 300; line-height: 1.7; color: var(--beige); max-width: 600px; margin: 0 auto; letter-spacing: 0.02em; }
.kintsugi-text em { font-style: italic; color: var(--beige-light); }

/* ===== ABOUT: VALEURS ===== */
.valeurs { padding: var(--section-padding) 0; background: var(--beige-clair); }
.valeurs .container { max-width: 900px; }
.valeurs-header { text-align: center; margin-bottom: clamp(40px, 4vw, 60px); }
.valeurs-content { max-width: 780px; margin: 0 auto; }
.valeurs-content h3 { font-family: var(--font-primary); font-size: clamp(1.1rem, 1.5vw, 1.3rem); font-weight: 600; color: var(--vert-canard); margin-bottom: 1rem; }
.valeurs-content p { font-size: clamp(0.95rem, 1.1vw, 1.05rem); line-height: 1.85; color: var(--vert-canard); margin-bottom: 1.5rem; }
.valeurs-content em { font-style: italic; color: var(--terracotta); }
.valeurs-horse-image { margin-top: 40px; text-align: center; }
.horse-temp-img { display: block; width: 100%; max-width: 500px; margin: 0 auto; border-radius: 20px; opacity: 0.9; filter: grayscale(15%); }

/* ===== ACCOMPAGNEMENTS: DETAIL ===== */
.accomp-section { padding: var(--section-padding) 0; position: relative; }
.accomp-section:nth-child(2n+1) { background: var(--beige-clair); }
.accomp-section:nth-child(2n) { background: var(--blanc); }
.accomp-section .container { max-width: 900px; }
.accomp-section h3 { font-weight: 300 !important; }
.accomp-content { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.accomp-content.reverse { grid-template-columns: 1.3fr 1fr; }
.accomp-sidebar { position: sticky; top: 120px; }
div.accomp-icon { margin-bottom: 28px; }
svg.accomp-icon { height: 40px; width: auto; display: block; }
.accomp-category { font-size: 10px; font-weight: 500; letter-spacing: 0.25em; text-transform: uppercase; color: var(--vert-canard-light); margin-bottom: 12px; opacity: 0.4; }
.accomp-title { font-size: clamp(28px, 2.5vw, 38px); font-weight: 300; line-height: 1.25; color: var(--terracotta); margin-bottom: 24px; letter-spacing: -0.02em; }
.accomp-title em { font-style: italic; }
.accomp-enjeu { font-size: clamp(16px, 1.2vw, 18px); font-weight: 400; font-style: italic; color: var(--vert-canard); border-left: 2px solid var(--terracotta); padding-left: 24px; margin-bottom: 32px; line-height: 1.7; }
.accomp-body p { font-size: clamp(15px, 1.1vw, 16px); font-weight: 300; line-height: 1.9; color: var(--vert-canard); margin-bottom: 20px; }
.accomp-body h3 { color: var(--terracotta); }
.accomp-list { list-style: none; margin: 32px 0; }
.accomp-list li { font-size: 14px; font-weight: 300; line-height: 1.8; color: var(--vert-canard-light); padding: 12px 0 12px 20px; border-bottom: 1px solid rgba(31, 54, 57, 0.06); position: relative; }
.accomp-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); opacity: 0.5; position: absolute; left: 0; top: 20px; }
.accomp-list li strong { display: block; width: 100%; color: var(--vert-canard); font-weight: 500; margin-bottom: 2px; }
.step-number { font-size: 28px; font-weight: 200; color: var(--terracotta); opacity: 0.4; margin-bottom: 20px; letter-spacing: -0.02em; }
.step-title { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vert-canard); margin-bottom: 12px; }
.step-text { font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--vert-canard-light); }

/* ===== CONTACT ===== */
.contact-section { padding: var(--section-padding) 0; background: var(--beige-clair); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.contact-info { position: sticky; top: 120px; }
.contact-info-label { font-size: 11px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--terracotta); opacity: 0.4; margin-bottom: 20px; }
.contact-info h2 { font-size: clamp(26px, 2.5vw, 36px); font-weight: 300; line-height: 1.3; color: var(--terracotta); margin-bottom: 32px; }
.contact-info h2 em { font-style: italic; }
.contact-info-text { font-size: clamp(15px, 1.1vw, 16px); font-weight: 300; line-height: 1.9; color: var(--vert-canard); margin-bottom: 48px; }
.contact-details { list-style: none; }
.contact-details li { display: flex; align-items: center; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(31, 54, 57, 0.06); }
.contact-details li:first-child { border-top: 1px solid rgba(31, 54, 57, 0.06); }
.contact-detail-icon { width: 20px; height: 20px; color: var(--terracotta); opacity: 0.6; flex-shrink: 0; }
.contact-detail-content { display: flex; flex-direction: column; gap: 2px; }
.contact-detail-label { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vert-canard-light); opacity: 0.4; }
.contact-detail-value { font-size: 15px; font-weight: 300; color: var(--vert-canard); transition: color 0.3s; }
a.contact-detail-value:hover { color: var(--terracotta); }
.contact-form-wrapper { background: var(--blanc); padding: clamp(40px, 4vw, 64px); }
.contact-form-title { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vert-canard-light); opacity: 0.4; margin-bottom: 40px; }
.form-group { margin-bottom: 28px; }
.form-group label { display: block; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vert-canard); margin-bottom: 10px; opacity: 0.7; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 14px 0; font-family: var(--font-primary); font-size: 15px; font-weight: 300; color: var(--vert-canard); background: transparent; border: none; border-bottom: 1px solid var(--beige); outline: none; transition: border-color 0.3s; appearance: none; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-bottom-color: var(--vert-canard); }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--beige); font-weight: 300; }
.form-group textarea { resize: vertical; min-height: 120px; line-height: 1.7; }
.form-group select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23364646' stroke-width='1' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0 center; padding-right: 20px; }
.form-submit { display: inline-flex; align-items: center; gap: 16px; font-family: var(--font-primary); font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--vert-canard); background: none; border: none; cursor: pointer; transition: 0.4s; margin-top: 16px; padding: 0; }
.form-submit .cta-circle { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--vert-canard); display: flex; align-items: center; justify-content: center; transition: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); flex-shrink: 0; }
.form-submit .cta-circle svg { width: 16px; height: 16px; transition: transform 0.3s; }
.form-submit:hover .cta-circle { background: var(--vert-canard); color: var(--blanc); }
.form-submit:hover .cta-circle svg { transform: translateX(2px); }
.form-success { display: none; text-align: center; padding: 60px 20px; }
.form-success.visible { display: block; }
.form-success h3 { font-size: 20px; font-weight: 300; color: var(--vert-canard); margin-bottom: 16px; }
.form-success p { font-size: 15px; font-weight: 300; color: var(--vert-canard-light); }

/* ===== FOOTER ===== */
footer { padding: 56px 0; background: var(--vert-canard); border-top: 1px solid rgba(203, 194, 179, 0.2); }
.footer-content { display: flex; align-items: center; justify-content: space-between; }
.footer-logo img { height: 44px; width: auto; opacity: 0.75; }
.footer-text { font-size: 13px; font-weight: 300; letter-spacing: 0.1em; color: var(--beige-light); opacity: 0.85; }
.footer-social { margin-left: 16px; }
.footer-linkedin { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(203, 194, 179, 0.5); border-radius: 4px; color: rgba(203, 194, 179, 0.8); font-family: Georgia, serif; font-size: 14px; font-weight: 700; font-style: italic; text-decoration: none; transition: all 0.3s ease; }
.footer-linkedin:hover { color: var(--beige); border-color: var(--beige); }
.footer-legal { text-align: center; margin-top: 16px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.footer-legal a { color: rgba(203,194,179,0.85); text-decoration: none; transition: color 0.3s ease; font-weight: 300; }
.footer-legal a:hover { color: rgba(203,194,179,1); }
.footer-legal-sep { color: rgba(203,194,179,0.4); margin: 0 10px; }

/* ===== LEGAL PAGES ===== */
.legal-page { padding: 160px 0 60px; max-width: 800px; margin: 0 auto; color: var(--vert-canard-light); font-size: 15px; line-height: 1.8; }
.legal-title { font-family: "Montserrat", sans-serif; font-size: 28px; font-weight: 300; letter-spacing: 3px; text-transform: uppercase; color: var(--vert-canard); margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid rgba(203,194,179,0.2); }
.legal-page h2 { font-family: "Montserrat", sans-serif; font-size: 20px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; color: var(--vert-canard); margin-top: 40px; margin-bottom: 16px; }
.legal-page h3 { font-family: "Montserrat", sans-serif; font-size: 16px; font-weight: 500; color: var(--terracotta); margin-top: 28px; margin-bottom: 12px; }
.legal-page p { margin-bottom: 16px; font-weight: 300; color: var(--vert-canard-light); }
.legal-page ul, .legal-page ol { margin: 16px 0; padding-left: 24px; }
.legal-page li { margin-bottom: 8px; color: var(--vert-canard-light); }
.legal-page strong { font-weight: 500; color: var(--vert-canard); }
.legal-page a { color: var(--terracotta); }
.legal-page hr { border-color: var(--beige); }

/* ===== SINGLE ARTICLE ===== */
.single-article { max-width: 760px; margin: 0 auto; padding: 110px 5% 80px; background: var(--blanc); }
.single-article .back-link { display: inline-block; margin-bottom: 30px; color: var(--vert-canard); text-decoration: none; font-size: 0.95rem; letter-spacing: 0.5px; }
.single-article .back-link:hover { color: var(--terracotta); }
.single-article h1 { font-family: "Montserrat", sans-serif; font-size: 2.2rem; font-weight: 300; color: var(--terracotta); line-height: 1.3; margin-bottom: 15px; }
.single-article .article-date { font-size: 0.85rem; color: var(--vert-canard-light); margin-bottom: 40px; }
.single-article .article-body { font-family: "Montserrat", sans-serif; font-size: 1.05rem; line-height: 1.9; color: var(--vert-canard); }
.single-article .article-body p { margin-bottom: 1.5em; }
.single-article .article-body h2 { font-size: 1.5rem; font-weight: 400; color: var(--terracotta); margin: 2em 0 0.8em; }
.single-article .article-body h3 { font-size: 1.2rem; font-weight: 500; color: var(--terracotta); margin: 1.5em 0 0.6em; }

/* ===== ANIMATIONS ===== */
.animate-in { opacity: 0; visibility: hidden; transform: translateY(20px); transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
.animate-in.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.animate-delay-1 { transition-delay: 0.15s; }
.animate-delay-2 { transition-delay: 0.3s; }
.animate-delay-3 { transition-delay: 0.45s; }
.animate-delay-4 { transition-delay: 0.6s; }

/* ===== COOKIE CONSENT ===== */
.cookieadmin_re_consent { background: var(--vert-canard); box-shadow: 0 2px 8px rgba(31, 54, 57, 0.3); transition: opacity 0.3s ease; }
.cookieadmin_re_consent:hover { opacity: 0.85; }

/* ===== UTILITIES ===== */
body.home p:empty, body.page-template-page-blank-php p:empty {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
}
.section-separator { display: none; }

/* ===== RESPONSIVE ===== */

/* Contrast fix: card-category was too light on cream cards (1.52:1 -> 5.0:1) */
.card-category { color: #766555; }

@media (max-width: 768px) {
  .hero { min-height: auto; }
  .hero .container { grid-template-columns: 1fr; gap: 24px; }
  .hero-image-wrapper { order: -1; height: 50vh; max-height: none; }
  .hero-content { max-width: 100%; }
  .hero h1 { font-size: 28px; text-align: center; }
  .hero-subtitle { text-align: center; margin: 0 auto 32px; }
  .hero-eyebrow { text-align: center; }
  .hero .cta-link { justify-content: center; }
  .vision-left { position: static; width: 100%; height: 200px; background-size: 40%; align-self: auto; }

  .nav-hamburger { display: flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--vert-canard);
    flex-direction: column;
    padding: 32px 24px;
    gap: 24px;
    border-top: 1px solid rgba(203, 194, 179, 0.1);
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 13px; letter-spacing: 0.2em; }
  #navLinks .nav-cta a { display: inline-block; margin-top: 12px; }

  .vision .container { grid-template-columns: 1fr; gap: 40px; }

  .accompagnements-grid { grid-template-columns: 1fr; }

  .certifications-grid { grid-template-columns: 1fr; }

  .about-intro .container { grid-template-columns: 1fr; gap: 40px; }

  .valeurs .container { max-width: 100%; }

  .accomp-content { grid-template-columns: 1fr; gap: 40px; }
  .accomp-content.reverse { grid-template-columns: 1fr; }
  .accomp-sidebar { position: static; }
  .accomp-list li { display: block; position: relative; padding-left: 20px; }
  .accomp-list li::before { position: absolute; left: 0; top: 18px; }
  .accomp-list li strong { display: inline; white-space: normal; }

  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-info { position: static; }

  .page-hero { padding: 120px 0 60px; }
  .interstitial { padding: clamp(56px, 8vw, 80px) 0; }

  .footer-content { flex-direction: column; text-align: center; }
  .footer-social { margin-left: 0; margin-top: 12px; }

  .legal-page { padding: 110px 5% 40px; }
  .legal-title { font-size: 22px; letter-spacing: 1.5px; }

  .single-article { padding: 110px 3% 60px; }
  .single-article h1 { font-size: 1.7rem; }

  :root { --section-padding: clamp(56px, 8vw, 80px); }
}


/* =============================================
   FORMES DECORATIVES — Kintsugi shapes
   ============================================= */
.page-hero, .interstitial, .certifications, .kintsugi-section {
  position: relative;
  overflow: hidden; /* clip shapes */
}

.deco-wrapper {
  position: absolute; inset: 0;
  overflow: hidden; pointer-events: none;
  z-index: 0;
}

/* blend-mode on IMG only — div stays free for transforms */
.deco-forme {
  position: absolute; pointer-events: none;
  background-color: transparent;
  will-change: transform;
}
.deco-forme img {
  display: block; width: 100%; height: auto;
  mix-blend-mode: normal;
}
/* Certifications: terracotta shapes ton-sur-ton on terracotta background */
.certifications .deco-forme img { visibility: hidden; }
.certifications .deco-forme--right { background: url(/wp-content/uploads/2026/02/AUDREY-LOU-FORME-01-Terracotta-secondaire-CMJN-scaled.png) no-repeat; background-size: 100% auto; }
.certifications .deco-forme--left { background: url(/wp-content/uploads/2026/02/AUDREY-LOU-FORME-01-Terracotta-secondaire-CMJN-scaled.png) no-repeat; background-size: 100% auto; }

/* Shapes MUST always be cropped — never fully visible */
.deco-forme--right {
  right: -400px;
  width: 1100px;
  opacity: 0.5;
  top: -20%;
}
.deco-forme--left {
  left: -430px;
  width: 1050px;
  opacity: 0.4;
  bottom: -20%;
}

/* Z-index: content above shapes */
.page-hero > *:not(.deco-wrapper),
.interstitial > *:not(.deco-wrapper),
.certifications > *:not(.deco-wrapper),
.kintsugi-section > *:not(.deco-wrapper) {
  position: relative; z-index: 1;
}

@media (max-width: 768px) {
  .deco-forme--right { right: -25%; width: 65%; opacity: 0.3; }
  .deco-forme--left  { left: -25%;  width: 60%; opacity: 0.3; }
}
/* ===== FORM MESSAGES ===== */
/* v4.4.0 */
.form-message {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  animation: fadeInUp 0.3s ease;
}
.form-message--success {
  background: rgba(45, 106, 79, 0.08);
  border: 1px solid rgba(45, 106, 79, 0.3);
  color: #2d6a4f;
}
.form-message--error {
  background: rgba(179, 58, 58, 0.08);
  border: 1px solid rgba(179, 58, 58, 0.3);
  color: #b33a3a;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.form-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

/* ===== RGPD CONSENT ===== */
.form-group-consent {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
.consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.8rem;
    color: #CBC2B3;
    line-height: 1.5;
}
.form-group.form-group-consent .consent-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px !important;
    max-height: 18px;
    min-width: 18px;
    border: 1px solid #CBC2B3;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
}
.form-group.form-group-consent .consent-label input[type="checkbox"]:checked {
    background: #764433;
    border-color: #764433;
}
.form-group.form-group-consent .consent-label input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #F2EDE8;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.consent-label a { color: #CBC2B3; text-decoration: underline; }
.consent-label a:hover { color: #F2EDE8; }
.form-group-consent.error .consent-label { color: #e74c3c; }
.form-group.form-group-consent.error .consent-label input[type="checkbox"] { border-color: #e74c3c; }


/* ===== FIXES: Checkbox alignment + Button hover ===== */
.form-group.form-group-consent .consent-label {
    display: flex !important;
    text-transform: none !important;
    align-items: flex-start !important;
}
.form-group.form-group-consent .consent-label input[type="checkbox"] {
    padding: 0 !important;
    height: 18px !important;
    max-height: 18px;
}
button.form-submit:hover,
button.form-submit:focus {
    background: transparent !important;
    color: inherit !important;
}
/* ===== FIX: Centrage vertical menu navbar ===== */
.nav-links {
    margin: 0 !important;
}
/* ===== FIX: Titres en gras (maquette Quentin) ===== */
h1,
h2,
h3,
.section-title {
    font-weight: 600 !important;
}

/* ===== FIX: Phrases highlightées en gras (homepage) ===== */
.highlight {
    font-weight: 600 !important;
}


/* ===== FIX: Section Certifications — fond Terracotta + formes terracotta (guidelines) ===== */
.certifications {
    background: var(--terracotta) !important;
    color: var(--beige) !important;
}
.certifications .section-label {
    color: var(--beige) !important;
    opacity: 0.7;
}
.certifications .section-title {
    color: #fff !important;
}
.certification-item {
    background: rgba(255, 255, 255, 0.13) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 16px !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}
.certification-item h3 {
    color: #fff !important;
}
.certification-item p {
    color: rgba(255, 255, 255, 0.85) !important;
}
.certification-item > svg {
    color: #fff !important;
    stroke: #fff !important;
    width: 36px !important;
    height: 36px !important;
    padding: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-sizing: content-box;
}

/* ===== FIX: Interstitial text bold (sauf italic) ===== */
.interstitial-text {
    font-weight: 600 !important;
}
.interstitial-text em {
    font-weight: 300 !important;
}

/* ===== FIX: Hero title — 2 lignes (maquette Quentin) ===== */
.hero-content {
    max-width: 640px !important;
}
.hero h1 {
    font-size: clamp(32px, 2.8vw, 42px) !important;
}
@media (max-width: 768px) {
    .hero .container {
        grid-template-columns: 1fr !important;
    }
    .hero-content {
        max-width: 100% !important;
    }
    .hero h1 {
        font-size: clamp(28px, 7vw, 36px) !important;
    }
}

/* ===== FIX: Section Accompagnements — fond beige ===== */
.accompagnements {
    background: var(--beige-clair) !important;
}
.accompagnements .section-label {
    color: var(--terracotta) !important;
    opacity: 0.7;
}
.accompagnements .section-title,
.accompagnements h2 {
    color: var(--vert-canard) !important;
}
.accompagnements h2 em {
    color: var(--vert-canard) !important;
}
.accompagnement-card {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    padding: 48px 32px !important;
}
.accompagnement-card h3 {
    color: var(--vert-canard) !important;
}
.accompagnement-card p,
.accompagnement-card .accomp-subtitle {
    color: var(--vert-canard) !important;
}
.accompagnement-card .accomp-label {
    color: var(--terracotta) !important;
}

/* ===== FIX: Cartes accompagnements — titres visibles + alignement ===== */
.accompagnement-card .card-category {
    font-weight: 700 !important;
    color: var(--terracotta) !important;
}
.accompagnement-card .card-title {
    min-height: 2.4em;
}
.accompagnement-card .card-enjeu-label {
    font-weight: 700 !important;
    color: var(--terracotta) !important;
}