/*
Theme Name: Thème Vanbury - final ivoire v5
Theme URI: https://vanbury.fr
Author: Vanbury
Author URI: https://vanbury.fr
Description: Thème sur mesure pour Vanbury Gestion Privée — version finale ivoire.
Version: 1.22.0
License: Proprietary
Text Domain: vanbury
*/

/* ─── VARIABLES ─── */
:root {
  --navy: #182038;
  --navy-deep: #0e1525;
  --navy-light: #1f2a4a;
  --cream: #f0ebe1;
  --cream-soft: #f7f4ed;
  --gold: #c4a265;
  --gold-light: #d4b87a;
  --gold-dark: #a68845;
  --text-light: rgba(240, 235, 225, 0.82); /* v9: monté de 0.7 à 0.82 pour lisibilité */
  --text-muted: rgba(240, 235, 225, 0.55);

  /* v9: design system pages intérieures (fond clair) */
  --paper: #faf7f2;
  --paper-soft: #f5f1e9;
  --ink: #1a1f33;
  --ink-soft: #3d4255;
  --ink-muted: #6b6f7e;
  --paper-border: rgba(26,31,51,0.1);

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Outfit', sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; /* v9: font body lisible */
}

/* ─── RESET ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--sans); background: var(--navy-deep); color: var(--cream); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* v9 — TEXTE COURANT EN INTER POUR LISIBILITÉ */
.hero-desc, .section-desc, .expertise-desc, .approach-desc, .about-text, .case-desc, .team-bio, .news-excerpt, .fundraising-teaser-text {
  font-family: var(--body);
  font-weight: 400;
  color: rgba(240, 235, 225, 0.88); /* contraste renforcé pour lecture */
}

/* v9 — PHOTOS ÉQUIPE (au lieu d'avatars textuels) */
.team-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(196,162,101,0.3);
  flex-shrink: 0;
}

/* ─── NAV ─── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1.5rem 4rem;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.5s ease; background: transparent;
}
.site-nav.scrolled {
  background: rgba(14,21,37,0.92); backdrop-filter: blur(20px);
  padding: 1rem 4rem; border-bottom: 1px solid rgba(196,162,101,0.1);
}
.nav-logo { display: flex; flex-direction: column; align-items: center; gap: 0.15rem; text-decoration: none; }
.nav-logo-v { font-family: var(--serif); font-size: 1.8rem; font-weight: 300; color: var(--cream); letter-spacing: 0.1em; line-height: 1; }
.nav-logo-name { font-family: var(--sans); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.35em; text-transform: uppercase; color: var(--cream); }
.nav-logo-sub { font-family: var(--serif); font-size: 0.6rem; font-weight: 300; font-style: italic; color: var(--text-light); letter-spacing: 0.15em; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; color: var(--text-light); font-size: 0.78rem; font-weight: 300; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.3s ease; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1px; background: var(--gold); transition: width 0.4s ease; }
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { width: 100%; }
.nav-contact { padding: 0.55rem 1.5rem !important; border: 1px solid var(--gold) !important; color: var(--gold) !important; font-size: 0.72rem !important; letter-spacing: 0.15em !important; transition: all 0.3s ease !important; }
.nav-contact::after { display: none !important; }
.nav-contact:hover { background: var(--gold) !important; color: var(--navy-deep) !important; }

/* Mobile menu toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: var(--cream); margin: 6px 0; transition: all 0.3s ease; }

/* ─── HERO ─── */
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 70% 40%, rgba(196,162,101,0.06) 0%, transparent 70%), radial-gradient(ellipse 60% 60% at 20% 80%, rgba(31,42,74,0.5) 0%, transparent 70%), var(--navy-deep); }
.hero-line { position: absolute; top: 0; left: 38%; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent 0%, rgba(196,162,101,0.15) 30%, rgba(196,162,101,0.15) 70%, transparent 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 4rem; max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; }
.hero-left { padding-right: 2rem; }
.hero-tag { font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 2rem; opacity: 0; animation: fadeUp 0.8s ease 0.3s forwards; }
.hero-title { font-family: var(--serif); font-size: clamp(2.8rem,4.5vw,4.2rem); font-weight: 300; line-height: 1.15; color: var(--cream); margin-bottom: 1.8rem; opacity: 0; animation: fadeUp 0.8s ease 0.5s forwards; }
.hero-title em { font-style: italic; color: var(--gold); font-weight: 300; }
.hero-desc { font-size: 1.05rem; font-weight: 200; line-height: 1.7; color: var(--text-light); max-width: 540px; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.8s ease 0.7s forwards; }
.hero-cta { display: inline-flex; align-items: center; gap: 1rem; color: var(--gold); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 400; opacity: 0; animation: fadeUp 0.8s ease 0.9s forwards; transition: gap 0.3s ease; }
.hero-cta:hover { gap: 1.5rem; }
.hero-cta-line { width: 40px; height: 1px; background: var(--gold); transition: width 0.3s ease; }
.hero-cta:hover .hero-cta-line { width: 60px; }
.hero-right { display: flex; flex-direction: column; gap: 1.2rem; opacity: 0; animation: fadeUp 0.8s ease 1.1s forwards; }
.hero-stat { padding: 1.5rem 1.8rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.1); border-left: 2px solid var(--gold); transition: all 0.4s ease; }
.hero-stat:hover { background: rgba(196,162,101,0.04); border-color: rgba(196,162,101,0.25); border-left-color: var(--gold-light); }
.hero-stat-value { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; color: var(--cream); margin-bottom: 0.25rem; }
.hero-stat-label { font-size: 0.73rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); font-weight: 300; }

/* ─── SECTIONS COMMON ─── */
.section-wrap { padding: 7rem 4rem; max-width: 1400px; margin: 0 auto; }
.section-tag { font-size: 0.68rem; letter-spacing: 0.35em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 1rem; }
.section-title { font-family: var(--serif); font-size: clamp(2rem,3.2vw,2.8rem); font-weight: 300; line-height: 1.2; color: var(--cream); margin-bottom: 1.2rem; }
.section-desc { font-size: 1rem; font-weight: 200; line-height: 1.75; color: var(--text-light); max-width: 600px; }

/* ─── SEPARATOR ─── */
.separator { max-width: 1400px; margin: 0 auto; padding: 0 4rem; }
.separator-line { height: 1px; background: linear-gradient(to right, transparent, rgba(196,162,101,0.2), transparent); }

/* ─── AGRÉMENTS ─── */
.agrements { padding: 4rem; max-width: 1400px; margin: 0 auto; }
.agrements-inner { display: flex; justify-content: center; align-items: center; gap: 3.5rem; flex-wrap: wrap; }
.agrement-item { display: flex; align-items: center; gap: 0.8rem; opacity: 0; animation: fadeUp 0.8s ease forwards; }
.agrement-badge { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(196,162,101,0.25); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 0.65rem; font-weight: 500; color: var(--gold); flex-shrink: 0; }
.agrement-text { font-size: 0.78rem; color: var(--text-light); font-weight: 300; line-height: 1.3; }
.agrement-text strong { color: var(--cream); font-weight: 400; display: block; font-size: 0.72rem; letter-spacing: 0.08em; }

/* ─── ABOUT ─── */
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 5rem; align-items: start; }
.about-philosophy { font-family: var(--serif); font-size: 1.4rem; font-weight: 300; font-style: italic; line-height: 1.6; color: var(--cream); margin-bottom: 2rem; padding-left: 1.5rem; border-left: 1px solid var(--gold); }
.about-text { font-size: 0.95rem; font-weight: 200; line-height: 1.85; color: var(--text-light); margin-bottom: 1.5rem; }

/* ─── EXPERTISES ─── */
.expertises-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3.5rem; }
.expertise-card { padding: 2.5rem 2rem; background: rgba(255,255,255,0.015); border: 1px solid rgba(196,162,101,0.08); transition: all 0.5s ease; position: relative; overflow: hidden; }
.expertise-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(to right, var(--gold), transparent); opacity: 0; transition: opacity 0.5s ease; }
.expertise-card:hover { background: rgba(196,162,101,0.03); border-color: rgba(196,162,101,0.15); transform: translateY(-4px); }
.expertise-card:hover::before { opacity: 1; }
.expertise-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 300; color: rgba(196,162,101,0.25); margin-bottom: 1.2rem; }
.expertise-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--cream); margin-bottom: 0.8rem; }
.expertise-sub { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 0.8rem; }
.expertise-desc { font-size: 0.88rem; font-weight: 200; line-height: 1.7; color: var(--text-light); }

/* ─── APPROACH ─── */
.approach-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3.5rem; }
.approach-step { padding: 2rem 1.5rem; position: relative; }
.approach-step::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background: linear-gradient(to right, var(--gold), rgba(196,162,101,0.1)); }
.approach-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: rgba(196,162,101,0.2); margin-bottom: 1rem; }
.approach-title { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--cream); margin-bottom: 0.6rem; }
.approach-desc { font-size: 0.82rem; font-weight: 200; line-height: 1.7; color: var(--text-light); }

/* ─── CASE STUDY ─── */
.case-study { background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy) 100%); border: 1px solid rgba(196,162,101,0.1); padding: 3.5rem 4rem; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 4rem; align-items: center; position: relative; overflow: hidden; }
.case-study::after { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(196,162,101,0.04) 0%, transparent 70%); }
.case-label { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 0.8rem; }
.case-title { font-family: var(--serif); font-size: 1.6rem; font-weight: 300; color: var(--cream); line-height: 1.3; margin-bottom: 0.8rem; }
.case-desc { font-size: 0.9rem; font-weight: 200; line-height: 1.75; color: var(--text-light); margin-bottom: 1.2rem; }
.case-tags { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.case-tag { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.35rem 0.8rem; border: 1px solid rgba(196,162,101,0.2); color: var(--text-light); font-weight: 300; }
.case-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; position: relative; z-index: 2; }
.case-metric { text-align: center; padding: 1.2rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.08); }
.case-metric-value { font-family: var(--serif); font-size: 1.8rem; font-weight: 300; color: var(--gold); margin-bottom: 0.2rem; }
.case-metric-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); font-weight: 300; }

/* ─── TEAM ─── */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3.5rem; }
.team-card { padding: 2.2rem 2rem; background: rgba(255,255,255,0.015); border: 1px solid rgba(196,162,101,0.06); display: flex; gap: 1.5rem; align-items: flex-start; transition: all 0.4s ease; }
.team-card:hover { border-color: rgba(196,162,101,0.15); background: rgba(196,162,101,0.02); }
.team-avatar { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--navy-light), var(--gold-dark)); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 1.1rem; font-weight: 300; color: var(--cream); flex-shrink: 0; }
.team-info { flex: 1; }
.team-name { font-family: var(--serif); font-size: 1.15rem; font-weight: 500; color: var(--cream); margin-bottom: 0.2rem; }
.team-role { font-size: 0.78rem; color: var(--gold); font-weight: 300; letter-spacing: 0.05em; margin-bottom: 0.6rem; }
.team-bio { font-size: 0.82rem; font-weight: 200; line-height: 1.6; color: var(--text-muted); }

/* ─── NEWS / BLOG ─── */
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.news-card { padding: 2.2rem 2rem; background: rgba(255,255,255,0.015); border: 1px solid rgba(196,162,101,0.08); transition: all 0.5s ease; position: relative; overflow: hidden; }
.news-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(to right, var(--gold), transparent); opacity: 0; transition: opacity 0.5s ease; }
.news-card:hover { background: rgba(196,162,101,0.03); border-color: rgba(196,162,101,0.15); transform: translateY(-4px); }
.news-card:hover::before { opacity: 1; }
.news-date { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.1em; margin-bottom: 1rem; text-transform: uppercase; }
.news-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--cream); margin-bottom: 0.7rem; line-height: 1.35; }
.news-title a { color: var(--cream); transition: color 0.3s ease; }
.news-title a:hover { color: var(--gold); }
.news-excerpt { font-size: 0.85rem; font-weight: 200; line-height: 1.7; color: var(--text-light); }

/* ─── SINGLE POST ─── */
.single-post-wrap { max-width: 780px; margin: 0 auto; padding: 10rem 2rem 5rem; }
.single-post-wrap .post-meta { font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem; }
.single-post-wrap h1 { font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--cream); line-height: 1.25; margin-bottom: 2rem; }
.single-post-wrap .post-content { font-size: 1rem; font-weight: 200; line-height: 1.85; color: var(--text-light); }
.single-post-wrap .post-content h2 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; color: var(--cream); margin: 2.5rem 0 1rem; }
.single-post-wrap .post-content h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--cream); margin: 2rem 0 0.8rem; }
.single-post-wrap .post-content p { margin-bottom: 1.5rem; }
.single-post-wrap .post-content a { color: var(--gold); border-bottom: 1px solid rgba(196,162,101,0.3); transition: border-color 0.3s ease; }
.single-post-wrap .post-content a:hover { border-color: var(--gold); }
.single-post-wrap .post-content blockquote { font-family: var(--serif); font-size: 1.2rem; font-style: italic; color: var(--cream); padding-left: 1.5rem; border-left: 1px solid var(--gold); margin: 2rem 0; }

/* ─── BLOG ARCHIVE ─── */
.blog-archive { padding: 10rem 4rem 5rem; max-width: 1400px; margin: 0 auto; }

/* ─── CONTACT ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-form { display: flex; flex-direction: column; gap: 1.2rem; margin-top: 2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); font-weight: 300; }
.form-group input, .form-group select, .form-group textarea { background: rgba(255,255,255,0.03); border: 1px solid rgba(196,162,101,0.12); padding: 0.9rem 1rem; color: var(--cream); font-family: var(--sans); font-size: 0.9rem; font-weight: 200; transition: border-color 0.3s ease; outline: none; border-radius: 0; }
.form-group select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c4a265' fill='none' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; }
.form-group select option { background: var(--navy); color: var(--cream); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { display: inline-flex; align-items: center; gap: 1rem; background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 0.8rem 2rem; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; align-self: flex-start; margin-top: 0.5rem; }
.form-submit:hover { background: var(--gold); color: var(--navy-deep); }
.contact-info { padding-top: 2rem; }
.contact-block { margin-bottom: 2.5rem; }
.contact-block-label { font-size: 0.68rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 0.8rem; }
.contact-block-value { font-family: var(--serif); font-size: 1.15rem; font-weight: 300; color: var(--cream); line-height: 1.6; }
.contact-block-value a { color: var(--cream); transition: color 0.3s ease; }
.contact-block-value a:hover { color: var(--gold); }

/* ─── LEGAL STRIP ─── */
.legal-strip { padding: 2.5rem 4rem; max-width: 1400px; margin: 0 auto; background: rgba(255,255,255,0.01); border: 1px solid rgba(196,162,101,0.05); }
.legal-text { font-size: 0.72rem; font-weight: 200; line-height: 1.7; color: var(--text-muted); text-align: center; max-width: 900px; margin: 0 auto; }

/* ─── FOOTER ─── */
.site-footer { padding: 3rem 4rem; max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(196,162,101,0.08); }
.footer-left { font-size: 0.75rem; color: var(--text-muted); font-weight: 200; }
.footer-right { display: flex; gap: 2rem; }
.footer-right a { font-size: 0.72rem; color: var(--text-muted); font-weight: 200; transition: color 0.3s ease; }
.footer-right a:hover { color: var(--cream); }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16,1,0.3,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .site-nav { padding: 1.2rem 2rem; }
  .site-nav.scrolled { padding: 0.8rem 2rem; }
  .section-wrap { padding: 5rem 2rem; }
  .hero-content { grid-template-columns: 1fr; gap: 3rem; padding: 0 2rem; padding-top: 8rem; }
  .hero-right { display: grid; grid-template-columns: repeat(2,1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .expertises-grid { grid-template-columns: repeat(2,1fr); }
  .approach-grid { grid-template-columns: repeat(2,1fr); }
  .case-study { grid-template-columns: 1fr; padding: 3rem 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .team-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2,1fr); }
  .separator { padding: 0 2rem; }
  .agrements { padding: 3rem 2rem; }
  .legal-strip { padding: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .blog-archive { padding: 8rem 2rem 4rem; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(14,21,37,0.97); padding: 2rem; gap: 1.5rem; border-bottom: 1px solid rgba(196,162,101,0.1); }
}

@media (max-width: 640px) {
  .hero-right { grid-template-columns: 1fr; }
  .expertises-grid { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .case-metrics { grid-template-columns: 1fr 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .agrements-inner { gap: 2rem; }
  .team-grid { grid-template-columns: 1fr; }
}


/* ─── HERO ENHANCED ─── */
.hero-home { min-height: 100vh; }
.hero-home .hero-content { padding-top: 8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin-bottom: 1.8rem; }
.hero-cta-secondary { color: var(--cream); }
.hero-cta-secondary .hero-cta-line { background: rgba(240,235,225,0.6); }
.hero-signature { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hero-signature span { padding: 0.45rem 0.85rem; border: 1px solid rgba(196,162,101,0.14); color: var(--text-light); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-visual-wrap { position: relative; }
.hero-visual-card { position: relative; border: 1px solid rgba(196,162,101,0.12); background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)); overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.22); }
.hero-visual-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(196,162,101,0.08), transparent 40%); pointer-events: none; }
.hero-visual-frame { padding: 1rem; border-bottom: 1px solid rgba(196,162,101,0.1); }
.hero-visual-image { width: 100%; height: auto; border: 1px solid rgba(196,162,101,0.1); background: rgba(255,255,255,0.02); }
.hero-visual-panel { padding: 1.8rem 2rem 2rem; position: relative; z-index: 2; }
.hero-visual-kicker { font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; font-weight: 500; }
.hero-visual-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; line-height: 1.4; color: var(--cream); margin-bottom: 1.5rem; }
.hero-visual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; }
/* Variante 6 items en 3 colonnes (page Corporate Finance) */
.hero-visual-grid-6,
.hero-visual-grid:has(.hero-visual-metric:nth-child(5)) { grid-template-columns: 1fr 1fr 1fr; gap: 0.55rem; }
.hero-visual-grid-6 .hero-visual-metric { padding: 0.85rem 0.85rem; }
.hero-visual-grid-6 .hero-visual-metric strong { font-size: 0.74rem; }
.hero-visual-grid-6 .hero-visual-metric span { font-size: 0.68rem; }
.hero-visual-metric { padding: 0.95rem 1rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(196,162,101,0.15); display: flex; flex-direction: column; gap: 0.3rem; }
.hero-visual-metric strong { display: block; font-size: 0.78rem; color: var(--cream); font-weight: 500; line-height: 1.3; letter-spacing: 0.01em; }
.hero-visual-metric span { display: block; font-size: 0.72rem; color: rgba(240,235,225,0.65); line-height: 1.4; font-weight: 300; }

/* ─── FUNDRAISING TEASER ─── */
.fundraising-teaser { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; margin-top: 3rem; }
.fundraising-teaser-main { padding: 3rem; background: linear-gradient(135deg, var(--navy-light) 0%, var(--navy) 100%); border: 1px solid rgba(196,162,101,0.12); }
.fundraising-teaser-kicker { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.fundraising-teaser-title { font-family: var(--serif); font-size: 2rem; line-height: 1.15; margin-bottom: 1rem; color: var(--cream); }
.fundraising-teaser-text { font-size: 0.95rem; font-weight: 200; line-height: 1.8; color: var(--text-light); max-width: 680px; margin-bottom: 1.6rem; }
.fundraising-teaser-side { display: grid; gap: 1rem; }
.fundraising-mini-card { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; align-items: center; padding: 1.6rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.08); }
.fundraising-mini-card strong { font-family: var(--serif); font-size: 2rem; font-weight: 300; color: rgba(196,162,101,0.55); }
.fundraising-mini-card span { font-size: 0.88rem; line-height: 1.6; font-weight: 200; color: var(--text-light); }

/* ─── PAGE HEROES ─── */
.page-hero { position: relative; overflow: hidden; padding-top: 6rem; }
.page-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: start; min-height: 72vh; padding-top: 2rem; }
.page-hero-title { font-family: var(--serif); font-size: clamp(2.8rem, 4.6vw, 4.4rem); line-height: 1.08; font-weight: 300; color: var(--cream); margin-bottom: 1.2rem; }
.page-hero-desc { font-size: 1rem; line-height: 1.8; color: var(--text-light); max-width: 650px; margin-bottom: 2rem; font-weight: 200; }
.page-hero-card { padding: 2.5rem; background: var(--navy-deep); border: 1px solid var(--navy-light); position: relative; }
.page-hero-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(to right, var(--gold), transparent); }
.page-hero-card-kicker { font-size: 0.7rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 500; }
.page-hero-card-title { font-family: var(--serif); font-size: 1.7rem; line-height: 1.25; color: #ffffff; margin-bottom: 1.2rem; font-weight: 400; }
.page-hero-card p { font-size: 0.93rem; line-height: 1.7; color: rgba(240,235,225,0.92); margin-bottom: 1.5rem; font-weight: 300; }
.page-hero-list { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.page-hero-list span { padding: 0.55rem 1rem; background: rgba(196,162,101,0.1); border: 1px solid rgba(196,162,101,0.35); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: #f5e9c8; font-weight: 500; }

/* ─── FUNDRAISING PAGE ─── */
.fundraising-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 3rem; }
.fundraising-service-card { padding: 2rem 1.8rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.08); }
.fundraising-service-card strong { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 300; color: rgba(196,162,101,0.55); margin-bottom: 1rem; }
.fundraising-service-card h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--cream); margin-bottom: 0.8rem; }
.fundraising-service-card p { font-size: 0.88rem; line-height: 1.7; color: var(--text-light); font-weight: 200; }
.fundraising-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2.5rem; }
.fundraising-process-step { padding: 1.8rem 1.5rem; border-top: 1px solid rgba(196,162,101,0.35); background: rgba(255,255,255,0.015); }
.fundraising-process-step span { display: block; font-family: var(--serif); font-size: 2.4rem; color: rgba(196,162,101,0.35); margin-bottom: 0.8rem; }
.fundraising-process-step h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--cream); margin-bottom: 0.6rem; }
.fundraising-process-step p { font-size: 0.84rem; line-height: 1.65; color: var(--text-light); font-weight: 200; }
.fundraising-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.5rem 0; }

/* ─── RESPONSIVE ADDITIONS ─── */
@media (max-width: 1024px) {
  .fundraising-teaser, .page-hero-inner { grid-template-columns: 1fr; }
  .fundraising-services-grid { grid-template-columns: repeat(2, 1fr); }
  .fundraising-process-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-visual-grid, .fundraising-services-grid, .fundraising-process-grid { grid-template-columns: 1fr; }
  .fundraising-teaser-main, .page-hero-card { padding: 2rem 1.4rem; }
  .fundraising-cta { flex-direction: column; align-items: flex-start; }
}

/* ═══════════════════════════════════════════════════════
   AMARENA PAGE
   ═══════════════════════════════════════════════════════ */

/* ── KPI GRID (hero) ── */
.amarena-kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.amarena-kpi { padding: 1rem; background: rgba(255,255,255,0.03); border: 1px solid rgba(196,162,101,0.1); text-align: center; }
.amarena-kpi-value { font-family: var(--serif); font-size: 1.8rem; font-weight: 300; color: var(--gold); margin-bottom: 0.15rem; }
.amarena-kpi-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); font-weight: 300; }

/* ── PRESSE ── */
.amarena-press-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 3.5rem; margin-top: 3rem; align-items: start; }
.amarena-press-text p { font-size: 0.95rem; font-weight: 200; line-height: 1.85; color: var(--text-light); margin-bottom: 1.5rem; }
.amarena-press-text strong { color: var(--cream); font-weight: 400; }

.amarena-highlight-card { padding: 1.8rem; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border: 1px solid rgba(196,162,101,0.12); margin-bottom: 1.2rem; }
.amarena-highlight-kicker { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.9rem; }
.amarena-highlight-content p { font-size: 0.88rem; font-weight: 200; line-height: 1.7; color: var(--text-light); margin-bottom: 0.8rem; }
.amarena-highlight-content p:last-child { margin-bottom: 0; }
.amarena-highlight-content strong { color: var(--cream); font-weight: 400; }

/* ── MOATS ── */
.amarena-moats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.4rem; margin-top: 3rem; }
.amarena-moat-card { padding: 2rem 1.6rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.08); transition: all 0.5s ease; position: relative; overflow: hidden; }
.amarena-moat-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(to right, var(--gold), transparent); opacity: 0; transition: opacity 0.5s ease; }
.amarena-moat-card:hover { background: rgba(196,162,101,0.03); border-color: rgba(196,162,101,0.15); transform: translateY(-4px); }
.amarena-moat-card:hover::before { opacity: 1; }
.amarena-moat-badge { display: inline-block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.3rem 0.7rem; border: 1px solid rgba(196,162,101,0.25); color: var(--gold); margin-bottom: 1rem; }
.amarena-moat-card h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--cream); margin-bottom: 0.7rem; }
.amarena-moat-card p { font-size: 0.84rem; font-weight: 200; line-height: 1.7; color: var(--text-light); }

/* ── DEAL STRUCTURE ── */
.amarena-deal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.amarena-deal-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.1); overflow: hidden; }
.amarena-deal-header { padding: 2rem 2.2rem; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border-bottom: 1px solid rgba(196,162,101,0.12); display: flex; align-items: baseline; gap: 1rem; }
.amarena-deal-amount { font-family: var(--serif); font-size: 2.4rem; font-weight: 300; color: var(--gold); }
.amarena-deal-type { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-light); }
.amarena-deal-body { padding: 2rem 2.2rem; }
.amarena-deal-body h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; color: var(--cream); margin-bottom: 1rem; }
.amarena-deal-body ul { list-style: none; padding: 0; }
.amarena-deal-body li { font-size: 0.88rem; font-weight: 200; line-height: 1.7; color: var(--text-light); padding: 0.4rem 0 0.4rem 1.2rem; position: relative; }
.amarena-deal-body li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }

/* ── THESIS ── */
.amarena-thesis { margin-top: 3.5rem; padding: 2.5rem 3rem; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border: 1px solid rgba(196,162,101,0.12); border-left: 2px solid var(--gold); }
.amarena-thesis-kicker { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; }
.amarena-thesis-content p { font-size: 0.95rem; font-weight: 200; line-height: 1.85; color: var(--text-light); margin-bottom: 1rem; }
.amarena-thesis-content p:last-child { margin-bottom: 0; }

/* ── COMPARABLES TABLE ── */
.amarena-comparables { margin-top: 2.5rem; overflow-x: auto; }
.amarena-table { width: 100%; border-collapse: collapse; }
.amarena-table th { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 400; text-align: left; padding: 1rem 1.2rem; border-bottom: 1px solid rgba(196,162,101,0.2); }
.amarena-table td { font-size: 0.88rem; font-weight: 200; color: var(--text-light); padding: 1rem 1.2rem; border-bottom: 1px solid rgba(196,162,101,0.06); }
.amarena-table td strong { color: var(--cream); font-weight: 400; }
.amarena-table-highlight { background: rgba(196,162,101,0.04); }
.amarena-table-highlight td { color: var(--cream); font-weight: 300; }

/* ── DATA ROOM GATE ── */
.amarena-dataroom-gate { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 3rem; }
.amarena-gate-left, .amarena-gate-right { padding: 2.5rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.08); }
.amarena-gate-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--cream); margin-bottom: 1.5rem; }
.amarena-gate-form { display: flex; flex-direction: column; gap: 1rem; }
.amarena-gate-error { font-size: 0.82rem; color: #d4605a; padding: 0.6rem 1rem; background: rgba(212,96,90,0.08); border: 1px solid rgba(212,96,90,0.2); }
.amarena-gate-note { font-size: 0.78rem; color: var(--text-muted); font-weight: 200; margin-top: 1.2rem; font-style: italic; }

/* ── REQUEST SUCCESS ── */
.amarena-request-success { text-align: center; padding: 3rem; margin-top: 2rem; background: rgba(196,162,101,0.04); border: 1px solid rgba(196,162,101,0.15); }
.amarena-success-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.amarena-success-title { font-family: var(--serif); font-size: 1.4rem; color: var(--gold); margin-bottom: 0.8rem; }
.amarena-request-success p { font-size: 0.92rem; color: var(--text-light); font-weight: 200; line-height: 1.7; }

/* ── DATA ROOM OPEN ── */
.amarena-dataroom-open { margin-top: 3rem; }
.amarena-dataroom-header { padding: 2rem 2.5rem; background: rgba(196,162,101,0.04); border: 1px solid rgba(196,162,101,0.15); margin-bottom: 2rem; display: flex; align-items: center; gap: 2rem; }
.amarena-dataroom-badge { flex-shrink: 0; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; padding: 0.5rem 1.2rem; background: var(--gold); color: var(--navy-deep); font-weight: 500; }
.amarena-dataroom-header p { font-size: 0.85rem; font-weight: 200; color: var(--text-light); line-height: 1.65; }

.amarena-docs-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.2rem; }
.amarena-doc-card { display: flex; align-items: center; gap: 1.2rem; padding: 1.5rem 1.8rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(196,162,101,0.1); transition: all 0.4s ease; text-decoration: none; color: inherit; cursor: pointer; }
.amarena-doc-card:hover { background: rgba(196,162,101,0.04); border-color: rgba(196,162,101,0.2); transform: translateY(-2px); }
.amarena-doc-placeholder { opacity: 0.5; cursor: default; }
.amarena-doc-placeholder:hover { transform: none; background: rgba(255,255,255,0.02); }
.amarena-doc-icon { font-size: 1.8rem; flex-shrink: 0; }
.amarena-doc-info { flex: 1; }
.amarena-doc-title { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; color: var(--cream); margin-bottom: 0.2rem; }
.amarena-doc-desc { font-size: 0.78rem; font-weight: 200; color: var(--text-muted); }
.amarena-doc-dl { font-size: 1.2rem; color: var(--gold); flex-shrink: 0; opacity: 0.6; transition: opacity 0.3s ease; }
.amarena-doc-card:hover .amarena-doc-dl { opacity: 1; }

.amarena-dataroom-footer { margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid rgba(196,162,101,0.08); }
.amarena-dataroom-footer p { font-size: 0.85rem; font-weight: 200; color: var(--text-muted); }
.amarena-dataroom-footer a { color: var(--gold); transition: color 0.3s ease; }
.amarena-dataroom-footer a:hover { color: var(--gold-light); }

/* ── AMARENA RESPONSIVE ── */
@media (max-width: 1024px) {
  .amarena-press-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .amarena-moats-grid { grid-template-columns: repeat(2,1fr); }
  .amarena-deal-grid { grid-template-columns: 1fr; }
  .amarena-dataroom-gate { grid-template-columns: 1fr; }
  .amarena-docs-grid { grid-template-columns: 1fr; }
  .amarena-dataroom-header { flex-direction: column; gap: 1rem; }
}

@media (max-width: 640px) {
  .amarena-moats-grid { grid-template-columns: 1fr; }
  .amarena-thesis { padding: 2rem 1.5rem; }
  .amarena-deal-header { flex-direction: column; gap: 0.3rem; }
  .amarena-gate-left, .amarena-gate-right { padding: 1.8rem 1.4rem; }
}

/* ═══════════════════════════════════════════════════════
   v9 — DESIGN SYSTEM PAGES INTÉRIEURES (fond clair)
   ═══════════════════════════════════════════════════════ */

/* ── BASE PAGE ── */
body.page-interior { background: var(--paper); color: var(--ink); font-family: var(--body); font-weight: 400; line-height: 1.7; }
body.page-interior p { color: var(--ink-soft); }
body.page-interior strong { color: var(--ink); font-weight: 600; }
body.page-interior a { color: var(--gold-dark); transition: color 0.3s ease; }
body.page-interior a:hover { color: var(--ink); }

/* ── NAV ADJUSTMENT POUR PAGES CLAIRES ── */
body.page-interior .site-nav { background: rgba(250,247,242,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--paper-border); }
body.page-interior .site-nav.scrolled { background: rgba(250,247,242,0.98); border-bottom: 1px solid var(--paper-border); }
body.page-interior .nav-logo-v,
body.page-interior .nav-logo-name { color: var(--ink); }
body.page-interior .nav-logo-sub { color: var(--ink-muted); }
body.page-interior .nav-links a { color: var(--ink-soft); }
body.page-interior .nav-links a:hover { color: var(--ink); }
body.page-interior .nav-toggle span { background: var(--ink); }

/* ── HERO PAGE INTÉRIEURE ── */
.interior-hero {
  padding: 11rem 4rem 5rem;
  background: var(--paper);
  border-bottom: 1px solid var(--paper-border);
}
.interior-hero-inner { max-width: 1400px; margin: 0 auto; }
.interior-hero-kicker {
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.5rem;
}
.interior-hero-title {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.interior-hero-title em { font-style: italic; color: var(--gold-dark); font-weight: 400; }
.interior-hero-desc {
  font-family: var(--body);
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 700px;
}

/* ── SECTION PAGE INTÉRIEURE ── */
.interior-section {
  padding: 5rem 4rem;
  max-width: 1400px;
  margin: 0 auto;
}
.interior-section + .interior-section { padding-top: 0; }
.interior-section-alt { background: var(--paper-soft); margin: 0; max-width: none; padding-left: 0; padding-right: 0; }
.interior-section-alt > * { max-width: 1400px; margin-left: auto; margin-right: auto; padding: 0 4rem; }

.interior-tag {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1.2rem;
}
.interior-title {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.005em;
}
.interior-title em { font-style: italic; color: var(--gold-dark); font-weight: 400; }
.interior-desc {
  font-family: var(--body);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 720px;
  margin-bottom: 2.5rem;
}

/* ── PROSE BLOCK (paragraphes courants) ── */
.interior-prose { max-width: 760px; margin-bottom: 2.5rem; }
.interior-prose p {
  font-family: var(--body);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--ink-soft);
  margin-bottom: 1.3rem;
}
.interior-prose h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ink);
  margin: 2.5rem 0 1rem;
}
.interior-prose blockquote {
  border-left: 2px solid var(--gold);
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.55;
}

/* ── GRILLE CARTES PAGE INTÉRIEURE ── */
.interior-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.interior-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.5rem; }
.interior-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }

.interior-card {
  background: #fff;
  border: 1px solid var(--paper-border);
  padding: 2.2rem;
  transition: all 0.4s ease;
}
.interior-card:hover {
  border-color: var(--gold);
  box-shadow: 0 8px 30px rgba(26,31,51,0.06);
  transform: translateY(-3px);
}
.interior-card-number {
  font-family: var(--serif);
  font-size: 0.85rem;
  font-style: italic;
  color: var(--gold-dark);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.interior-card-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.4rem;
  line-height: 1.25;
}
.interior-card-sub {
  font-family: var(--body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}
.interior-card-text {
  font-family: var(--body);
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.7;
  color: var(--ink-soft);
}
.interior-card-link {
  display: inline-block;
  margin-top: 1.2rem;
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.interior-card-link:hover { border-bottom-color: var(--gold); }

/* ── CTA BLOC ── */
.interior-cta-block {
  background: var(--navy-deep);
  color: var(--cream);
  padding: 4rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  align-items: center;
  margin: 4rem 0;
}
.interior-cta-block .interior-tag { color: var(--gold); }
.interior-cta-block .interior-title { color: var(--cream); }
.interior-cta-block .interior-desc { color: var(--text-light); }
.interior-cta-button {
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}
.interior-cta-button:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ── INTERIOR SEPARATOR ── */
.interior-separator {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4rem;
}
.interior-separator-line {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--paper-border) 20%, var(--paper-border) 80%, transparent);
}

/* ── KEY-VALUE LIST (pour stats / chiffres clés) ── */
.interior-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 3rem 0;
  border-top: 1px solid var(--paper-border);
  border-bottom: 1px solid var(--paper-border);
}
.interior-stat {
  padding: 2rem 1.5rem;
  text-align: center;
  border-right: 1px solid var(--paper-border);
}
.interior-stat:last-child { border-right: none; }
.interior-stat-value {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.interior-stat-label {
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

/* ── HIGHLIGHT BOX ── */
.interior-highlight {
  background: #fff;
  border-left: 3px solid var(--gold);
  padding: 2rem 2.5rem;
  margin: 2.5rem 0;
}
.interior-highlight-kicker {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 1rem;
}
.interior-highlight p {
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-bottom: 1rem;
}
.interior-highlight p:last-child { margin-bottom: 0; }

/* ── FOOTER PAGE INTÉRIEURE ── */
body.page-interior .site-footer {
  background: var(--navy-deep);
  color: var(--cream);
  margin-top: 4rem;
}

/* ── RESPONSIVE PAGES INTÉRIEURES ── */
@media (max-width: 1024px) {
  .interior-hero, .interior-section, .interior-section-alt > * { padding-left: 2rem; padding-right: 2rem; }
  .interior-separator { padding-left: 2rem; padding-right: 2rem; }
  .interior-grid-3, .interior-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .interior-cta-block { grid-template-columns: 1fr; padding: 2.5rem; }
  .interior-stats { grid-template-columns: repeat(2, 1fr); }
  .interior-stat:nth-child(2) { border-right: none; }
  .interior-stat:nth-child(1), .interior-stat:nth-child(2) { border-bottom: 1px solid var(--paper-border); }
}
@media (max-width: 640px) {
  .interior-hero { padding: 9rem 1.5rem 3.5rem; }
  .interior-section, .interior-section-alt > * { padding-left: 1.5rem; padding-right: 1.5rem; padding-top: 3rem; padding-bottom: 3rem; }
  .interior-grid-2, .interior-grid-3, .interior-grid-4 { grid-template-columns: 1fr; }
  .interior-stats { grid-template-columns: 1fr; }
  .interior-stat { border-right: none; border-bottom: 1px solid var(--paper-border); }
  .interior-stat:last-child { border-bottom: none; }
  .interior-card { padding: 1.8rem; }
}

/* ═══════════════════════════════════════════════════════
   v9 — VARIANTES MANDATS (mix avec leurs identités)
   ═══════════════════════════════════════════════════════ */

/* ── PALETTES SPÉCIFIQUES ── */
:root {
  /* Amarena */
  --teal: #0fb5b0;
  --teal-dark: #0a8a87;
  --teal-light: #e6f7f6;
  --teal-mint: #d4f1ef;
  --teal-grad: linear-gradient(135deg, #d4f1ef 0%, #b8e8e4 100%);

  /* Eagle Eye */
  --eagle-black: #0a0a0a;
  --eagle-soft: #1a1a1a;
  --eagle-text: rgba(255,255,255,0.85);
  --eagle-muted: rgba(255,255,255,0.55);
}

/* ═══════════════════════════════════════════════════════
   PAGE AMARENA — mix Vanbury / Amarena (teal)
   ═══════════════════════════════════════════════════════ */
body.page-amarena .interior-hero-kicker { color: var(--teal-dark); }
body.page-amarena .interior-hero-title em { color: var(--teal-dark); font-style: normal; font-weight: 400; }
body.page-amarena .interior-tag { color: var(--teal-dark); }
body.page-amarena .interior-title em { color: var(--teal-dark); font-style: normal; font-weight: 400; }
body.page-amarena a:not(.interior-cta-button) { color: var(--teal-dark); }
body.page-amarena a:not(.interior-cta-button):hover { color: var(--ink); }
body.page-amarena .interior-card:hover { border-color: var(--teal); }
body.page-amarena .interior-card-sub { color: var(--teal-dark); }
body.page-amarena .interior-card-link { color: var(--teal-dark); }
body.page-amarena .interior-card-link:hover { border-bottom-color: var(--teal); }
body.page-amarena .interior-highlight { border-left-color: var(--teal); }
body.page-amarena .interior-highlight-kicker { color: var(--teal-dark); }
body.page-amarena .interior-stat-value { color: var(--teal-dark); }
body.page-amarena .interior-cta-button { background: var(--teal); color: white; border-radius: 30px; padding: 0.95rem 2.2rem; }
body.page-amarena .interior-cta-button:hover { background: var(--teal-dark); }
body.page-amarena .interior-cta-block .interior-tag { color: var(--teal); }
body.page-amarena .interior-cta-block { background: var(--ink); }

/* Pastilles Amarena-style (boutons rounded) */
.amarena-pill {
  display: inline-block;
  padding: 0.55rem 1.4rem;
  border: 1.5px solid var(--teal);
  border-radius: 30px;
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal-dark);
  background: white;
}

/* Pilier card style Amarena (cards avec gradient teal mint) */
.amarena-pillar-card {
  background: white;
  border: 1px solid var(--teal-light);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.amarena-pillar-card:hover {
  border-color: var(--teal);
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(15,181,176,0.12);
}
.amarena-pillar-visual {
  background: var(--teal-grad);
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.amarena-pillar-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(255,255,255,0.4), transparent 60%);
}
.amarena-pillar-icon {
  font-size: 4rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 12px rgba(10,138,135,0.2));
}
.amarena-pillar-content { padding: 2rem; }
.amarena-pillar-title {
  font-family: var(--body);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.8rem;
}
.amarena-pillar-text {
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--ink-soft);
}

/* Section signature Amarena (fond teal très clair) */
.amarena-feature-section {
  background: var(--teal-light);
  padding: 5rem 4rem;
  margin: 4rem 0;
}
.amarena-feature-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════
   PAGE EAGLE EYE — mix Vanbury / Eagle Eye (noir/or)
   ═══════════════════════════════════════════════════════ */

/* Section noire dramatique (atelier horloger) */
.eagle-section-dark {
  background: var(--eagle-black);
  color: var(--eagle-text);
  padding: 6rem 4rem;
  margin: 4rem 0;
  position: relative;
  overflow: hidden;
}
.eagle-section-dark::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, var(--gold) 50%, transparent);
}
.eagle-section-dark::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(196,162,101,0.3) 50%, transparent);
}
.eagle-section-dark-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.eagle-section-dark .interior-tag { color: var(--gold); }
.eagle-section-dark .interior-title { color: white; }
.eagle-section-dark .interior-title em { color: var(--gold); font-style: italic; }
.eagle-section-dark .interior-desc { color: var(--eagle-text); }
.eagle-section-dark p { color: var(--eagle-text); }
.eagle-section-dark strong { color: white; }

/* Product card Eagle Eye (style horloger) */
.eagle-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
}
.eagle-product-image {
  background: var(--eagle-soft);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(196,162,101,0.15);
}
.eagle-product-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(196,162,101,0.08) 0%, transparent 70%);
}
.eagle-product-icon {
  font-size: 6rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(196,162,101,0.3));
}
.eagle-product-info {
  padding: 0 1rem;
}
.eagle-product-kicker {
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.eagle-product-title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300;
  color: white;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.eagle-product-desc {
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--eagle-text);
  margin-bottom: 1.5rem;
}
.eagle-product-specs {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  border-top: 1px solid rgba(196,162,101,0.15);
}
.eagle-product-specs li {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(196,162,101,0.1);
  font-family: var(--body);
  font-size: 0.85rem;
}
.eagle-product-specs li span:first-child {
  color: var(--eagle-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
}
.eagle-product-specs li span:last-child {
  color: white;
  font-weight: 400;
}

/* Bergeon highlight (encart partenariat) */
.bergeon-highlight {
  background: white;
  border: 1px solid var(--paper-border);
  padding: 3rem;
  margin: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
  align-items: center;
}
.bergeon-mark {
  text-align: center;
  padding-right: 2rem;
  border-right: 1px solid var(--paper-border);
}
.bergeon-mark-name {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}
.bergeon-mark-year {
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.bergeon-content h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 1rem;
}
.bergeon-content p {
  font-family: var(--body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: 0.8rem;
}

/* ── RESPONSIVE MIX ── */
@media (max-width: 1024px) {
  .eagle-product-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .eagle-section-dark { padding: 4rem 2rem; }
  .amarena-feature-section { padding: 3.5rem 2rem; }
  .bergeon-highlight { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem; }
  .bergeon-mark { padding-right: 0; padding-bottom: 2rem; border-right: none; border-bottom: 1px solid var(--paper-border); }
}
@media (max-width: 640px) {
  .eagle-section-dark { padding: 3rem 1.5rem; margin: 2rem 0; }
  .amarena-feature-section { padding: 3rem 1.5rem; margin: 2rem 0; }
  .bergeon-highlight { padding: 2rem 1.5rem; }
}

/* ═══════════════════════════════════════════════════════
   v10 — AGRÉMENTS FOOTER (CNCGP / AMF / ACPR)
   ═══════════════════════════════════════════════════════ */

.footer-agrements {
  padding: 2.5rem 4rem;
  border-top: 1px solid rgba(196,162,101,0.15);
  border-bottom: 1px solid rgba(196,162,101,0.1);
}

/* Variante fond sombre (pages navy) */
.footer-agrements-dark {
  background: var(--navy-deep);
  color: var(--cream);
}
.footer-agrements-dark .footer-agrements-label {
  color: var(--gold);
}

/* Variante fond clair (pages intérieures) */
.footer-agrements-light {
  background: var(--paper-soft);
  border-top: 1px solid var(--paper-border);
  border-bottom: 1px solid var(--paper-border);
  color: var(--ink);
}
.footer-agrements-light .footer-agrements-label {
  color: var(--gold-dark);
}

.footer-agrements-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer-agrements-label {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.footer-agrements-logos {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}

.footer-agrements-logos a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 0.85;
}
.footer-agrements-logos a:hover { opacity: 1; }

.agrement-logo {
  max-height: 50px;
  width: auto;
  object-fit: contain;
}
/* CNCGP est carré, le réduire un peu */
.footer-agrements-logos a:first-child .agrement-logo { max-height: 45px; }
/* AMF est large, l'agrandir un peu */
.footer-agrements-logos a:nth-child(2) .agrement-logo { max-height: 38px; }

@media (max-width: 1024px) {
  .footer-agrements { padding: 2rem; }
  .footer-agrements-inner { justify-content: center; text-align: center; }
}
@media (max-width: 640px) {
  .footer-agrements { padding: 1.5rem; }
  .footer-agrements-logos { gap: 1.5rem; justify-content: center; }
  .agrement-logo { max-height: 35px; }
}

/* ═══════════════════════════════════════════════════════
   v10 — CORRECTIONS pour Corporate Finance en mode clair
   ═══════════════════════════════════════════════════════ */

/* Quand la page est en mode interior, le hero global doit être en mode clair */
body.page-interior .page-hero { padding-top: 9rem; }
body.page-interior .page-hero .hero-bg { display: none; }
body.page-interior .page-hero-title { color: var(--ink); font-weight: 300; }
body.page-interior .page-hero-title em { color: var(--gold-dark); font-style: italic; }
body.page-interior .page-hero-desc { color: var(--ink-soft); font-weight: 400; }
body.page-interior .page-hero .section-tag { color: var(--gold-dark); }
body.page-interior .page-hero .hero-cta { color: var(--ink); }
body.page-interior .page-hero .hero-cta-line { background: var(--gold-dark); }

/* Tous les autres éléments sur fond clair */
body.page-interior .section-wrap .section-title { color: var(--ink); }
body.page-interior .section-wrap .section-tag { color: var(--gold-dark); }
body.page-interior .section-wrap .section-desc { color: var(--ink-soft); }
body.page-interior .section-wrap { color: var(--ink-soft); }

/* Le bloc visuel hero-visual-card reste sombre même sur pages claires (signature visuelle Vanbury) */
body.page-interior .hero-visual-card { background: linear-gradient(180deg, var(--navy-deep), var(--navy)); border-color: rgba(196,162,101,0.2); }
body.page-interior .hero-visual-kicker { color: var(--gold); }
body.page-interior .hero-visual-title { color: var(--cream); }
body.page-interior .hero-visual-metric strong { color: var(--cream); }
body.page-interior .hero-visual-metric span { color: rgba(240,235,225,0.65); }

/* Cartes case-study sur fond clair */
body.page-interior .case-study { background: white; border: 1px solid var(--paper-border); padding: 3rem; box-shadow: 0 4px 20px rgba(26,31,51,0.04); }
body.page-interior .case-study .case-label { color: var(--gold-dark); }
body.page-interior .case-study .case-title { color: var(--ink); }
body.page-interior .case-study .case-desc { color: var(--ink-soft); }
body.page-interior .case-study .case-tag { color: var(--ink); border-color: var(--paper-border); background: var(--paper-soft); }
body.page-interior .case-study .case-metric-value { color: var(--gold-dark); }
body.page-interior .case-study .case-metric-label { color: var(--ink-muted); }
body.page-interior .case-study .case-metric { border-color: var(--paper-border); }
body.page-interior .case-study .hero-cta { color: var(--ink); }
body.page-interior .case-study .hero-cta-line { background: var(--gold-dark); }

/* Services & process cards corporate finance */
body.page-interior .fundraising-service-card,
body.page-interior .fundraising-process-card { background: white; border: 1px solid var(--paper-border); color: var(--ink-soft); }
body.page-interior .fundraising-service-card strong,
body.page-interior .fundraising-process-card strong { color: var(--gold-dark); }
body.page-interior .fundraising-service-card h3,
body.page-interior .fundraising-process-card h3 { color: var(--ink); }
body.page-interior .fundraising-service-card p,
body.page-interior .fundraising-process-card p { color: var(--ink-soft); }
body.page-interior .fundraising-services-grid,
body.page-interior .fundraising-process-grid { margin-top: 2.5rem; }

/* Teaser fundraising sur fond clair */
body.page-interior .fundraising-teaser-main { background: white; border: 1px solid var(--paper-border); }
body.page-interior .fundraising-teaser-kicker { color: var(--gold-dark); }
body.page-interior .fundraising-teaser-title { color: var(--ink); }
body.page-interior .fundraising-teaser-text { color: var(--ink-soft); }

/* Separator clair */
body.page-interior .separator-line { background: linear-gradient(to right, transparent, var(--paper-border) 30%, var(--paper-border) 70%, transparent); }

/* Final CTA fundraising */
body.page-interior .fundraising-cta { background: var(--navy-deep); color: var(--cream); padding: 4rem; margin: 4rem 0; }
body.page-interior .fundraising-cta .section-tag { color: var(--gold); }
body.page-interior .fundraising-cta .section-title { color: var(--cream); }
body.page-interior .fundraising-cta .section-desc { color: var(--text-light); }
body.page-interior .fundraising-cta .form-submit { background: var(--gold); color: var(--navy-deep); }


/* ─── VANBURY v13 — pages Cabinet / Métiers / Approche / Partenaires ─── */
.associate-photo {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.35rem;
  border: 1px solid var(--paper-border);
  box-shadow: 0 10px 30px rgba(26,31,51,0.08);
}

.interior-card-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.interior-card-list-item {
  padding: 1.15rem 1.25rem;
  background: white;
  border: 1px solid var(--paper-border);
}

.interior-card-list-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 500;
}

.method-steps {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.method-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid var(--paper-border);
}

.method-step:last-child { border-bottom: none; }
.method-step-num {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-style: italic;
  color: var(--gold-dark);
  line-height: 1;
}
.method-step h3 {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 400;
  margin-bottom: 0.65rem;
}
.method-step p { color: var(--ink-soft); line-height: 1.75; }

.partner-section-header {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.partner-type-note {
  max-width: 420px;
  color: var(--ink-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.partner-card-logo {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}

.partner-card-logo img {
  max-height: 70px;
  max-width: 210px;
  width: auto;
  object-fit: contain;
}

.partner-card-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid var(--paper-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  color: var(--gold-dark);
  font-size: 1.4rem;
  background: var(--paper-soft);
}

.partner-empty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.partner-empty-card {
  background: white;
  border: 1px solid var(--paper-border);
  padding: 1.6rem;
  min-height: 160px;
}

.partner-empty-card h3 {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.8rem;
}

.partner-empty-card p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.65; }

.home-conviction-card {
  background: rgba(240,235,225,0.04);
  border: 1px solid rgba(196,162,101,0.12);
  padding: 3rem;
  max-width: 980px;
}

.home-conviction-card p {
  font-family: var(--body);
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 1.15rem;
}

.home-conviction-card p:last-child { margin-bottom: 0; }

.home-conviction-links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .partner-section-header { display: block; }
  .partner-type-note { margin-top: 1rem; }
  .partner-empty-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .method-step { grid-template-columns: 1fr; gap: 0.8rem; }
  .partner-empty-grid { grid-template-columns: 1fr; }
  .home-conviction-card { padding: 2rem; }
}

/* ═══════════════════════════════════════════════════════
   ACCUEIL EN ESTHÉTIQUE IVOIRE (home-ivory)
   Fond clair, texte navy — cohérent avec les pages intérieures
   ═══════════════════════════════════════════════════════ */

/* Le hero d'accueil : on masque le fond sombre, fond ivoire */
body.home-ivory .hero-home { background: var(--paper); min-height: auto; }
body.home-ivory .hero-home .hero-bg { display: none; }
body.home-ivory .hero-home .hero-line { display: none; }
body.home-ivory .hero-content { padding-top: 9rem; padding-bottom: 4rem; }

/* Textes du hero en navy/or */
body.home-ivory .hero-tag { color: var(--gold-dark); }
body.home-ivory .hero-title { color: var(--ink); }
body.home-ivory .hero-title em { color: var(--gold-dark); font-style: italic; }
body.home-ivory .hero-desc { color: var(--ink-soft); font-weight: 400; }
body.home-ivory .hero-signature span { border-color: var(--paper-border); color: var(--ink-soft); background: white; }
body.home-ivory .hero-cta { color: var(--ink); }
body.home-ivory .hero-cta-line { background: var(--gold-dark); }
body.home-ivory .hero-cta-secondary { color: var(--ink-soft); }

/* Le bloc visuel reste navy (signature Vanbury) — déjà géré par page-interior */

/* Agréments en bandeau clair */
body.home-ivory .agrement-badge { border-color: rgba(166,136,69,0.3); color: var(--gold-dark); }
body.home-ivory .agrement-text { color: var(--ink-soft); }
body.home-ivory .agrement-text strong { color: var(--ink); }

/* Cartes expertises sur fond clair */
body.home-ivory .expertise-card { background: white; border: 1px solid var(--paper-border); }
body.home-ivory .expertise-card:hover { background: white; border-color: var(--gold); box-shadow: 0 8px 30px rgba(26,31,51,0.06); }
body.home-ivory .expertise-num { color: rgba(166,136,69,0.35); }
body.home-ivory .expertise-title { color: var(--ink); }
body.home-ivory .expertise-sub { color: var(--gold-dark); }
body.home-ivory .expertise-desc { color: var(--ink-soft); }

/* Cartes équipe sur fond clair */
body.home-ivory .team-card { background: white; border: 1px solid var(--paper-border); }
body.home-ivory .team-card:hover { border-color: var(--gold); background: white; }
body.home-ivory .team-name { color: var(--ink); }
body.home-ivory .team-role { color: var(--gold-dark); }
body.home-ivory .team-bio { color: var(--ink-soft); }

/* Cartes actualités sur fond clair */
body.home-ivory .news-card { background: white; border: 1px solid var(--paper-border); }
body.home-ivory .news-card:hover { background: white; border-color: var(--gold); box-shadow: 0 8px 30px rgba(26,31,51,0.06); }
body.home-ivory .news-date { color: var(--ink-muted); }
body.home-ivory .news-title { color: var(--ink); }
body.home-ivory .news-title a { color: var(--ink); }
body.home-ivory .news-title a:hover { color: var(--gold-dark); }
body.home-ivory .news-excerpt { color: var(--ink-soft); }

/* Bloc conviction sur fond clair */
body.home-ivory .home-conviction-card { background: white; border: 1px solid var(--paper-border); }
body.home-ivory .home-conviction-card p { color: var(--ink-soft); }

/* Section titles & tags accueil */
body.home-ivory .section-title { color: var(--ink); }
body.home-ivory .section-title em { color: var(--gold-dark); font-style: italic; }
body.home-ivory .section-tag { color: var(--gold-dark); }
body.home-ivory .section-desc { color: var(--ink-soft); }

/* Case-study (mandats Amarena / Eagle Eye) sur fond clair */
body.home-ivory .case-study { background: white; border: 1px solid var(--paper-border); box-shadow: 0 4px 20px rgba(26,31,51,0.04); }
body.home-ivory .case-study .case-label { color: var(--gold-dark); }
body.home-ivory .case-study .case-title { color: var(--ink); }
body.home-ivory .case-study .case-desc { color: var(--ink-soft); }
body.home-ivory .case-study .case-tag { color: var(--ink); border-color: var(--paper-border); background: var(--paper-soft); }
body.home-ivory .case-study .case-metric-value { color: var(--gold-dark); }
body.home-ivory .case-study .case-metric-label { color: var(--ink-muted); }
body.home-ivory .case-study .case-metric { border-color: var(--paper-border); }
body.home-ivory .case-study .hero-cta { color: var(--ink); }

/* Formulaire contact sur fond clair */
body.home-ivory .contact-form label { color: var(--ink-soft); }
body.home-ivory .contact-form input,
body.home-ivory .contact-form select,
body.home-ivory .contact-form textarea { background: white; border: 1px solid var(--paper-border); color: var(--ink); }
body.home-ivory .contact-form input::placeholder,
body.home-ivory .contact-form textarea::placeholder { color: var(--ink-muted); }
body.home-ivory .form-submit { background: var(--navy-deep); color: var(--cream); }
body.home-ivory .form-submit:hover { background: var(--navy); }
body.home-ivory .contact-block-label { color: var(--gold-dark); }
body.home-ivory .contact-block-value { color: var(--ink-soft); }
body.home-ivory .contact-block-value a { color: var(--ink); }

/* Séparateurs clairs */
body.home-ivory .separator-line { background: linear-gradient(to right, transparent, var(--paper-border) 30%, var(--paper-border) 70%, transparent); }

/* ═══════════════════════════════════════════════════════
   BLOG & ARTICLES EN ESTHÉTIQUE IVOIRE
   ═══════════════════════════════════════════════════════ */

/* Article individuel */
body.page-interior .single-post-wrap .post-meta { color: var(--ink-muted); }
body.page-interior .single-post-wrap h1 { color: var(--ink); }
body.page-interior .single-post-wrap .post-content { color: var(--ink-soft); font-weight: 400; }
body.page-interior .single-post-wrap .post-content h2 { color: var(--ink); }
body.page-interior .single-post-wrap .post-content h3 { color: var(--ink); }
body.page-interior .single-post-wrap .post-content a { color: var(--gold-dark); border-bottom-color: rgba(166,136,69,0.3); }
body.page-interior .single-post-wrap .post-content a:hover { border-bottom-color: var(--gold-dark); }
body.page-interior .single-post-wrap .post-content blockquote { color: var(--ink); border-left-color: var(--gold); }

/* Liste blog */
body.page-interior .blog-archive .section-tag { color: var(--gold-dark); }
body.page-interior .blog-archive .section-title { color: var(--ink); }
body.page-interior .blog-archive .section-desc { color: var(--ink-soft); }


/* ═══════════════════════════════════════════════════════
   v15 — IVOIRE GLOBAL : suppression des grands fonds navy
   Objectif : conserver l’accueil dans son esthétique actuelle,
   mais garantir que toutes les pages, articles, actualités,
   pages Corporate Finance et pages projets restent sur fond ivoire.
   ═══════════════════════════════════════════════════════ */

body {
  background: var(--paper);
  color: var(--ink);
}

/* Navigation toujours lisible sur fond ivoire */
.site-nav,
.site-nav.scrolled,
body.page-interior .site-nav,
body.page-interior .site-nav.scrolled,
body.home-ivory .site-nav,
body.home-ivory .site-nav.scrolled {
  background: rgba(250,247,242,0.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--paper-border);
}
.nav-logo-v,
.nav-logo-name,
body.page-interior .nav-logo-v,
body.page-interior .nav-logo-name { color: var(--ink); }
.nav-logo-sub,
body.page-interior .nav-logo-sub { color: var(--ink-muted); }
.nav-links a,
body.page-interior .nav-links a { color: var(--ink-soft); }
.nav-links a:hover,
body.page-interior .nav-links a:hover { color: var(--ink); }
.nav-toggle span,
body.page-interior .nav-toggle span { background: var(--ink); }
.nav-contact,
body.page-interior .nav-contact {
  color: var(--gold-dark) !important;
  border-color: var(--gold-dark) !important;
}
.nav-contact:hover,
body.page-interior .nav-contact:hover {
  background: var(--gold-dark) !important;
  color: #fff !important;
}

/* Blog, pages simples, 404 et articles */
.single-post-wrap,
.blog-archive { color: var(--ink-soft); }
.single-post-wrap h1,
.blog-archive .section-title,
.single-post-wrap .post-content h2,
.single-post-wrap .post-content h3 { color: var(--ink); }
.single-post-wrap .post-content,
.single-post-wrap .post-content p,
.blog-archive .section-desc,
.news-excerpt { color: var(--ink-soft); font-weight: 400; }
.blog-archive .section-tag,
.single-post-wrap .post-meta { color: var(--gold-dark); }
.news-card,
body.page-interior .news-card {
  background: #fff;
  border: 1px solid var(--paper-border);
}
.news-title,
.news-title a { color: var(--ink); }
.news-date { color: var(--ink-muted); }

/* Corporate finance : grandes zones et CTA en clair */
body.page-interior:not(.home-ivory) .page-hero-card,
.page-hero-card,
.fundraising-teaser-main,
body.page-interior .fundraising-teaser-main,
body.page-interior .fundraising-cta,
.fundraising-cta,
.interior-cta-block,
.case-study,
body.page-interior .case-study {
  background: #fff !important;
  color: var(--ink-soft) !important;
  border: 1px solid var(--paper-border) !important;
  box-shadow: 0 4px 20px rgba(26,31,51,0.04);
}
.page-hero-card-title,
.fundraising-teaser-title,
.fundraising-service-card h3,
.fundraising-process-step h3,
.fundraising-cta .section-title,
.interior-cta-block .interior-title,
.case-study .case-title { color: var(--ink) !important; }
.page-hero-card-kicker,
.fundraising-teaser-kicker,
.fundraising-cta .section-tag,
.interior-cta-block .interior-tag,
.case-study .case-label { color: var(--gold-dark) !important; }
.fundraising-mini-card,
.fundraising-service-card,
.fundraising-process-step,
.case-metric {
  background: var(--paper-soft) !important;
  border: 1px solid var(--paper-border) !important;
}
.page-hero-card p,
.fundraising-teaser-text,
.fundraising-mini-card span,
.fundraising-service-card p,
.fundraising-process-step p,
.fundraising-cta .section-desc,
.interior-cta-block .interior-desc,
.case-study .case-desc { color: var(--ink-soft) !important; font-weight: 400; }
.page-hero-list span,
.case-tag {
  background: var(--paper-soft) !important;
  border-color: var(--paper-border) !important;
  color: var(--ink-soft) !important;
}

/* Pages Amarena : suppression des encarts navy */
.amarena-highlight-card,
.amarena-deal-card,
.amarena-deal-header,
.amarena-thesis,
.amarena-gate-left,
.amarena-gate-right,
.amarena-doc-card,
.amarena-dataroom-header,
.amarena-request-success,
.amarena-moat-card,
body.page-amarena .amarena-highlight-card,
body.page-amarena .amarena-deal-card,
body.page-amarena .amarena-deal-header,
body.page-amarena .amarena-thesis,
body.page-amarena .amarena-gate-left,
body.page-amarena .amarena-gate-right,
body.page-amarena .amarena-doc-card,
body.page-amarena .amarena-dataroom-header,
body.page-amarena .amarena-request-success,
body.page-amarena .amarena-moat-card {
  background: #fff !important;
  color: var(--ink-soft) !important;
  border: 1px solid var(--paper-border) !important;
}
.amarena-highlight-content p,
.amarena-thesis-content p,
.amarena-deal-body li,
.amarena-table td,
.amarena-dataroom-header p,
.amarena-doc-desc,
.amarena-dataroom-footer p,
.amarena-moat-card p,
.amarena-gate-note,
.amarena-request-success p,
.amarena-press-text p { color: var(--ink-soft) !important; font-weight: 400; }
.amarena-highlight-content strong,
.amarena-deal-body h3,
.amarena-doc-title,
.amarena-gate-title,
.amarena-moat-card h3,
.amarena-table td strong,
.amarena-table-highlight td { color: var(--ink) !important; }
.amarena-highlight-kicker,
.amarena-thesis-kicker,
.amarena-deal-amount,
.amarena-table th,
.amarena-moat-badge,
.amarena-success-title { color: var(--teal-dark) !important; }
.amarena-dataroom-badge { background: var(--teal) !important; color: #fff !important; }
.amarena-doc-card:hover { background: var(--teal-light) !important; }

/* Eagle Eye : suppression des sections noires/navy */
.eagle-section-dark,
body.page-eagle .eagle-section-dark,
.eagle-product-image {
  background: #fff !important;
  color: var(--ink-soft) !important;
  border: 1px solid var(--paper-border) !important;
}
.eagle-section-dark .interior-title,
.eagle-section-dark strong,
.eagle-product-title,
.eagle-product-specs li span:last-child { color: var(--ink) !important; }
.eagle-section-dark .interior-desc,
.eagle-section-dark p,
.eagle-product-specs li span:first-child { color: var(--ink-soft) !important; }
.eagle-section-dark .interior-tag,
.eagle-section-dark .interior-title em,
.eagle-product-kicker { color: var(--gold-dark) !important; }
.eagle-section-dark::before,
.eagle-section-dark::after { background: var(--paper-border) !important; }

/* Boutons lisibles, sur fond clair */
.interior-cta-button,
.form-submit,
body.page-interior .fundraising-cta .form-submit {
  background: var(--gold-dark) !important;
  color: #fff !important;
  border: 1px solid var(--gold-dark) !important;
}
.interior-cta-button:hover,
.form-submit:hover,
body.page-interior .fundraising-cta .form-submit:hover {
  background: var(--ink) !important;
  color: #fff !important;
  border-color: var(--ink) !important;
}
.hero-cta,
body.page-interior .hero-cta,
.single-post-wrap .hero-cta {
  color: var(--ink) !important;
}
.hero-cta-line,
body.page-interior .hero-cta-line,
.single-post-wrap .hero-cta-line {
  background: var(--gold-dark) !important;
}

/* Footer entièrement clair */
.footer-agrements,
.footer-agrements-dark,
.footer-agrements-light,
.legal-strip,
.site-footer,
body.page-interior .site-footer {
  background: var(--paper) !important;
  color: var(--ink-soft) !important;
  border-color: var(--paper-border) !important;
}
.footer-agrements-label,
.footer-left,
.footer-right a,
.legal-text { color: var(--ink-soft) !important; }
.footer-right a:hover { color: var(--gold-dark) !important; }

/* Texte d’erreur / 404 sur fond clair */
body.error404 .single-post-wrap h1 { color: var(--ink) !important; }
body.error404 .single-post-wrap p { color: var(--ink-soft) !important; }


/* ═══════════════════════════════════════════════════════
   v17 — CARTES IVOIRE RAFFINÉES (non destructif)
   Conserve les corrections v15 : fonds ivoire, corporate/blog lisibles.
   Ajoute seulement une finition “papier haut de gamme” aux encarts.
   ═══════════════════════════════════════════════════════ */
:root {
  --card-ivory: #f8f2e8;
  --card-ivory-hover: #fffaf2;
  --card-border: rgba(166,136,69,0.18);
  --card-border-hover: rgba(166,136,69,0.42);
  --card-shadow: 0 8px 26px rgba(26,31,51,0.045);
  --card-shadow-hover: 0 14px 38px rgba(26,31,51,0.075);
}

/* Encarts principaux : ivoire au lieu de blanc pur */
body.page-interior .interior-card,
body.page-interior .interior-highlight,
body.page-interior .interior-card-list-item,
body.page-interior .partner-empty-card,
body.page-interior .news-card,
body.page-interior .page-hero-card,
body.page-interior .case-study,
body.page-interior .fundraising-teaser-main,
body.page-interior .fundraising-mini-card,
body.page-interior .fundraising-service-card,
body.page-interior .fundraising-process-step,
body.page-interior .case-metric,
body.page-interior .amarena-highlight-card,
body.page-interior .amarena-deal-card,
body.page-interior .amarena-deal-header,
body.page-interior .amarena-thesis,
body.page-interior .amarena-gate-left,
body.page-interior .amarena-gate-right,
body.page-interior .amarena-doc-card,
body.page-interior .amarena-dataroom-header,
body.page-interior .amarena-request-success,
body.page-interior .amarena-moat-card,
body.page-interior .amarena-pillar-card,
body.page-interior .eagle-section-dark,
body.page-interior .eagle-product-image,
body.home-ivory .expertise-card,
body.home-ivory .team-card,
body.home-ivory .news-card,
body.home-ivory .home-conviction-card,
body.home-ivory .case-study,
body.home-ivory .hero-signature span,
body.home-ivory .case-study .case-tag {
  background: var(--card-ivory) !important;
  border-color: var(--card-border) !important;
  box-shadow: var(--card-shadow);
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

body.page-interior .interior-card:hover,
body.page-interior .interior-highlight:hover,
body.page-interior .interior-card-list-item:hover,
body.page-interior .partner-empty-card:hover,
body.page-interior .news-card:hover,
body.page-interior .page-hero-card:hover,
body.page-interior .case-study:hover,
body.page-interior .fundraising-teaser-main:hover,
body.page-interior .fundraising-mini-card:hover,
body.page-interior .fundraising-service-card:hover,
body.page-interior .fundraising-process-step:hover,
body.page-interior .hero-visual-card:hover,
body.page-interior .hero-visual-metric:hover,
body.page-interior .case-metric:hover,
body.page-interior .amarena-highlight-card:hover,
body.page-interior .amarena-deal-card:hover,
body.page-interior .amarena-thesis:hover,
body.page-interior .amarena-gate-left:hover,
body.page-interior .amarena-gate-right:hover,
body.page-interior .amarena-doc-card:hover,
body.page-interior .amarena-moat-card:hover,
body.page-interior .amarena-pillar-card:hover,
body.page-interior .eagle-section-dark:hover,
body.page-interior .eagle-product-image:hover,
body.home-ivory .expertise-card:hover,
body.home-ivory .team-card:hover,
body.home-ivory .news-card:hover,
body.home-ivory .home-conviction-card:hover,
body.home-ivory .case-study:hover,
body.home-ivory .hero-signature span:hover,
body.home-ivory .case-study .case-tag:hover {
  background: var(--card-ivory-hover) !important;
  border-color: var(--card-border-hover) !important;
  box-shadow: var(--card-shadow-hover) !important;
}

/* Très léger mouvement uniquement sur les cartes, pas sur les blocs structurants */
body.page-interior .interior-card:hover,
body.page-interior .partner-empty-card:hover,
body.page-interior .news-card:hover,
body.page-interior .fundraising-service-card:hover,
body.page-interior .fundraising-process-step:hover,
body.page-interior .amarena-doc-card:hover,
body.page-interior .amarena-moat-card:hover,
body.page-interior .amarena-pillar-card:hover,
body.home-ivory .expertise-card:hover,
body.home-ivory .team-card:hover,
body.home-ivory .news-card:hover,
body.home-ivory .home-conviction-card:hover,
body.home-ivory .case-study:hover {
  transform: translateY(-3px);
}

/* Champs de formulaire harmonisés */
body.page-interior .form-group input,
body.page-interior .form-group select,
body.page-interior .form-group textarea,
body.home-ivory .form-group input,
body.home-ivory .form-group select,
body.home-ivory .form-group textarea {
  background: var(--card-ivory) !important;
  color: var(--ink) !important;
  border-color: var(--card-border) !important;
}

body.page-interior .form-group input:focus,
body.page-interior .form-group select:focus,
body.page-interior .form-group textarea:focus,
body.home-ivory .form-group input:focus,
body.home-ivory .form-group select:focus,
body.home-ivory .form-group textarea:focus {
  background: var(--card-ivory-hover) !important;
  border-color: var(--card-border-hover) !important;
}


/* ─────────────────────────────────────────────────────

/* ═══════════════════════════════════════════════════════
   PANNEAU VISUEL DROIT DU HERO (hero-visual-card)
   - Partie HAUTE (hero-visual-frame / visuel SVG) = navy
   - Partie BASSE (hero-visual-panel / Mandats sélectifs) = ivoire
   ═══════════════════════════════════════════════════════ */

/* Conteneur : bordure or, fond transparent (chaque partie gère son fond) */
.hero-visual-card,
body.home-ivory .hero-visual-card,
body.page-interior .hero-visual-card {
  background: transparent !important;
  border: 1px solid rgba(196,162,101,0.25) !important;
  overflow: hidden;
}

/* PARTIE HAUTE — reste navy (le visuel SVG) */
.hero-visual-card .hero-visual-frame,
body.home-ivory .hero-visual-card .hero-visual-frame {
  background: linear-gradient(180deg, #0e1525, #182038) !important;
}

/* PARTIE BASSE — nuances d'ivoire, texte navy lisible */
.hero-visual-card .hero-visual-panel,
body.home-ivory .hero-visual-card .hero-visual-panel,
body.page-interior .hero-visual-card .hero-visual-panel {
  background: var(--paper-soft, #f5f1e9) !important;
}
.hero-visual-card .hero-visual-panel .hero-visual-kicker,
body.home-ivory .hero-visual-card .hero-visual-panel .hero-visual-kicker {
  color: var(--gold-dark) !important;
}
.hero-visual-card .hero-visual-panel .hero-visual-title,
body.home-ivory .hero-visual-card .hero-visual-panel .hero-visual-title {
  color: var(--ink) !important;
}
/* Les 4 cadres en nuances d'ivoire différentes */
.hero-visual-card .hero-visual-panel .hero-visual-metric,
body.home-ivory .hero-visual-card .hero-visual-panel .hero-visual-metric {
  border: 1px solid var(--paper-border, rgba(26,31,51,0.1)) !important;
}
.hero-visual-card .hero-visual-panel .hero-visual-metric:nth-child(1) { background: #faf7f2 !important; }
.hero-visual-card .hero-visual-panel .hero-visual-metric:nth-child(2) { background: #f3eee4 !important; }
.hero-visual-card .hero-visual-panel .hero-visual-metric:nth-child(3) { background: #efe9dc !important; }
.hero-visual-card .hero-visual-panel .hero-visual-metric:nth-child(4) { background: #f6f1e7 !important; }
.hero-visual-card .hero-visual-panel .hero-visual-metric strong,
body.home-ivory .hero-visual-card .hero-visual-panel .hero-visual-metric strong {
  color: var(--ink) !important;
}
.hero-visual-card .hero-visual-panel .hero-visual-metric span,
body.home-ivory .hero-visual-card .hero-visual-panel .hero-visual-metric span {
  color: var(--ink-soft, #3d4255) !important;
}
