/*
Theme Name:        Cinqfontaine
Theme URI:         https://cinqfontaine.lu
Author:            Groupe Cinqfontaine SAS
Author URI:        https://cinqfontaine.lu
Description:       Thème officiel Cinqfontaine SAS — Groupe de Construction International. Design épuré inspiré Vinci / Bouygues. Mega-menu, sous-navigation contextuelle, CPT Projets & Pôles, sections Gouvernance, Stratégie, Innovation, Éthique, Investisseurs, Carrières.
Version:           2.0.0
Requires at least: 6.0
Requires PHP:      7.4
License:           Proprietary
License URI:       https://cinqfontaine.lu
Text Domain:       cinqfontaine
Tags:              construction, corporate, business, custom-menu, full-width-template, featured-images, responsive-layout
*/

/* ═══════════════════════════════════════════════════════════
   TOKENS
   ═══════════════════════════════════════════════════════════ */
:root {
  --white:  #FFFFFF;
  --f8:     #F8F8F8;
  --f4:     #F4F2EF;
  --e8:     #E8E5E0;
  --navy:   #1B2D4F;
  --navy2:  #243A62;
  --gold:   #9E7D3E;
  --gold2:  #B8964E;
  --gold3:  #D4AE6A;
  --grey1:  #374151;
  --grey2:  #6B7280;
  --grey3:  #9CA3AF;
  --grey4:  #D1D5DB;
  --T: .3s cubic-bezier(.4,0,.2,1);
}

/* ═══════════════════════════════════════════════════════════
   RESET
   ═══════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--white);
  color: var(--grey1);
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

/* ═══════════════════════════════════════════════════════════
   LAYOUT
   ═══════════════════════════════════════════════════════════ */
.cinq-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
}
.cinq-section       { padding: 100px 0; }
.cinq-section-sm    { padding: 72px 0; }
.cinq-section-flush { padding: 0; }
.bg-white { background: var(--white); }
.bg-f8    { background: var(--f8); }
.bg-f4    { background: var(--f4); }
.bg-navy  { background: var(--navy); }
.bg-dark  { background: #0B1628; }

/* Grid helpers */
.cinq-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.cinq-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.cinq-grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }

/* ═══════════════════════════════════════════════════════════
   TYPOGRAPHY HELPERS
   ═══════════════════════════════════════════════════════════ */
.cinq-tag {
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-size: 10px; font-weight: 500;
  letter-spacing: .45em; text-transform: uppercase;
  color: var(--gold);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
}
.cinq-tag::before { content: ''; width: 22px; height: 2px; background: var(--gold); }
.cinq-tag-light   { color: var(--gold3); }
.cinq-tag-light::before { background: var(--gold3); }

.cinq-h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700; color: var(--navy); line-height: 1.1;
}
.cinq-h2 em       { font-style: italic; color: var(--gold); font-weight: 400; }
.cinq-h2-light    { color: #fff; }

.cinq-desc {
  font-size: 15px; font-weight: 300; line-height: 1.85;
  color: var(--grey2); max-width: 560px; margin-top: 16px;
}
.cinq-desc-light  { color: rgba(255,255,255,.52); }
.cinq-rule        { width: 48px; height: 3px; background: var(--gold); margin: 18px 0; }

/* ═══════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════ */
.btn-cinq-primary {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: #fff; background: var(--gold2);
  padding: 14px 38px; display: inline-block;
  border: none; cursor: pointer;
  transition: all var(--T);
}
.btn-cinq-primary:hover { background: var(--gold3); transform: translateY(-1px); color: #fff; }

.btn-cinq-outline {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 400;
  letter-spacing: .28em; text-transform: uppercase;
  color: #fff; border: 1px solid rgba(255,255,255,.38);
  padding: 13px 34px; display: inline-block;
  transition: all var(--T);
}
.btn-cinq-outline:hover { border-color: var(--gold2); color: var(--gold3); }

.btn-cinq-dark {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: #fff; background: var(--navy);
  padding: 13px 36px; border: none; cursor: pointer;
  display: inline-block; transition: all var(--T);
}
.btn-cinq-dark:hover { background: var(--navy2); transform: translateY(-1px); }

.btn-cinq-gold {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--navy); background: var(--gold2);
  padding: 13px 32px; display: inline-block;
  border: none; cursor: pointer; transition: all var(--T); white-space: nowrap;
}
.btn-cinq-gold:hover { background: var(--gold3); transform: translateY(-1px); }

/* ═══════════════════════════════════════════════════════════
   NAVIGATION PRINCIPALE
   ═══════════════════════════════════════════════════════════ */
#cinq-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 72px; display: flex; align-items: center; padding: 0 60px;
  background: linear-gradient(to bottom, rgba(5,12,28,.72) 0%, transparent 100%);
  transition: all var(--T);
}
#cinq-nav.scrolled {
  background: #fff; height: 60px;
  border-bottom: 1px solid var(--e8);
  box-shadow: 0 1px 16px rgba(27,45,79,.08);
}
.cinq-nav-inner {
  width: 100%; max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
}

/* Logo */
.cinq-logo { display: flex; align-items: center; }
.cinq-logo img {
  height: 40px; object-fit: contain;
  filter: brightness(0) invert(1);
  transition: all var(--T);
}
#cinq-nav.scrolled .cinq-logo img { filter: none; height: 34px; }

/* Menu */
.cinq-menu {
  display: flex; align-items: center; gap: 0;
}
.cinq-menu > li > a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.9);
  padding: 10px 18px;
  display: flex; align-items: center; gap: 5px;
  white-space: nowrap; position: relative;
  text-shadow: 0 1px 6px rgba(0,0,0,.4);
  transition: color var(--T);
}
#cinq-nav.scrolled .cinq-menu > li > a {
  color: var(--navy);
  text-shadow: none;
}
.cinq-menu > li > a:hover      { color: var(--gold3); }
#cinq-nav.scrolled .cinq-menu > li > a:hover { color: var(--gold); }
.cinq-menu > li > a::after {
  content: ''; position: absolute; bottom: 0; left: 18px; right: 18px;
  height: 2px; background: var(--gold2);
  transform: scaleX(0); transform-origin: left; transition: transform var(--T);
}
.cinq-menu > li > a:hover::after { transform: scaleX(1); }

/* CTA */
.menu-cta > a {
  background: var(--gold2) !important;
  color: var(--navy) !important;
  text-shadow: none !important;
  font-weight: 600 !important;
  padding: 9px 22px !important;
  margin-left: 8px;
}
.menu-cta > a::after { display: none !important; }
.menu-cta > a:hover  { background: var(--gold3) !important; color: var(--navy) !important; }

/* Arrow */
.cinq-arrow {
  font-size: 8px; opacity: .6;
  transition: transform .22s ease; display: inline-block; line-height: 1;
}
.has-mega:hover .cinq-arrow { transform: rotate(180deg); }

/* Hamburger */
.cinq-hbtn {
  display: none; background: none; border: none; cursor: pointer;
  flex-direction: column; gap: 5px; padding: 6px;
}
.cinq-hbtn span { width: 22px; height: 2px; background: #fff; display: block; transition: all var(--T); }
#cinq-nav.scrolled .cinq-hbtn span { background: var(--navy); }

/* ═══════════════════════════════════════════════════════════
   MEGA MENU
   ═══════════════════════════════════════════════════════════ */
.mega-panel {
  display: none;
  position: fixed; top: 72px; left: 0; right: 0;
  background: #fff;
  border-top: 3px solid var(--gold2);
  box-shadow: 0 12px 48px rgba(27,45,79,.13);
  z-index: 600; animation: mgFade .18s ease;
}
@keyframes mgFade { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
#cinq-nav.scrolled .mega-panel { top: 60px; }
.has-mega:hover > .mega-panel,
.mega-panel:hover { display: block; }

.mega-inner {
  max-width: 1400px; margin: 0 auto;
  padding: 40px 60px 44px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 0;
}
.mega-col { padding: 0 32px; border-right: 1px solid var(--e8); }
.mega-col:first-child { padding-left: 0; }
.mega-col:last-child  { border-right: none; padding-right: 0; }

.mega-col-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: .45em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; padding-bottom: 10px;
  border-bottom: 2px solid var(--gold2);
}
.mega-col a {
  display: block; font-size: 13px; font-weight: 400; color: var(--navy);
  padding: 8px 0; border-bottom: 1px solid var(--f8);
  transition: all .2s; position: relative; padding-left: 0;
}
.mega-col a:last-child { border-bottom: none; }
.mega-col a:hover { color: var(--gold); padding-left: 14px; }
.mega-col a:hover::before { content: '→'; position: absolute; left: 0; color: var(--gold); font-size: 11px; }

/* ═══════════════════════════════════════════════════════════
   SOUS-NAVIGATION
   ═══════════════════════════════════════════════════════════ */
#cinq-subnav {
  position: sticky; top: 72px; z-index: 400;
  background: #fff; border-bottom: 1px solid var(--e8);
  box-shadow: 0 2px 8px rgba(27,45,79,.05);
  transform: translateY(-110%); opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  pointer-events: none;
}
#cinq-subnav::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold3) 50%, var(--gold));
}
#cinq-subnav.active { transform: translateY(0); opacity: 1; pointer-events: all; }
#cinq-nav.scrolled ~ #cinq-subnav { top: 60px; }

.subnav-inner {
  max-width: 1400px; margin: 0 auto; padding: 0 60px;
  display: flex; align-items: center; height: 48px;
}
.subnav-bc {
  display: flex; align-items: center; gap: 7px;
  padding-right: 28px; border-right: 1px solid var(--e8);
  margin-right: 6px; flex-shrink: 0; white-space: nowrap;
}
.subnav-bc-home {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase;
  color: var(--grey3); cursor: pointer; transition: color .2s;
}
.subnav-bc-home:hover { color: var(--gold); }
.subnav-bc-sep  { color: var(--grey4); font-size: 11px; }
.subnav-bc-cur  {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--navy);
}
.subnav-links {
  display: flex; align-items: center; gap: 0;
  overflow-x: auto; scrollbar-width: none; flex: 1;
}
.subnav-links::-webkit-scrollbar { display: none; }
.subnav-link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase;
  color: var(--grey2);
  padding: 0 16px; height: 48px;
  display: flex; align-items: center;
  white-space: nowrap; cursor: pointer;
  position: relative; border: none; background: none;
  text-decoration: none; transition: color .2s;
}
.subnav-link::after {
  content: ''; position: absolute; bottom: 0; left: 16px; right: 16px;
  height: 3px; background: var(--gold2);
  transform: scaleX(0); transform-origin: center; transition: transform .22s;
}
.subnav-link:hover { color: var(--navy); }
.subnav-link:hover::after { transform: scaleX(1); }
.subnav-link.active { color: var(--navy); font-weight: 600; }
.subnav-link.active::after { transform: scaleX(1); }

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.cinq-hero {
  height: 100vh; min-height: 660px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.cinq-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
.cinq-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(110deg, rgba(5,12,28,.84) 0%, rgba(10,20,40,.56) 55%, rgba(10,20,40,.2) 100%);
}
.cinq-hero-fade {
  position: absolute; bottom: 0; left: 0; right: 0; height: 240px; z-index: 1;
  background: linear-gradient(to top, rgba(5,12,28,.65), transparent);
}
.cinq-hero-content {
  position: relative; z-index: 2;
  padding: 0 80px 88px; max-width: 900px;
}
.cinq-hero-kicker {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 500; letter-spacing: .5em; text-transform: uppercase;
  color: var(--gold3);
  display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
}
.cinq-hero-kicker::before { content: ''; width: 28px; height: 1px; background: var(--gold2); }
.cinq-hero-h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(52px, 6.5vw, 96px);
  font-weight: 700; line-height: 1; color: #fff;
  margin-bottom: 8px; letter-spacing: -.015em;
}
.cinq-hero-h1 em { color: var(--gold3); font-style: italic; font-weight: 400; }
.cinq-hero-desc {
  font-size: 17px; font-weight: 300; line-height: 1.75;
  color: rgba(255,255,255,.68); max-width: 560px; margin-bottom: 40px;
}
.cinq-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 72px; }

/* Metric strip */
.cinq-hero-strip {
  position: relative; z-index: 3;
  background: rgba(10,18,38,.88); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(184,150,78,.2);
  display: flex;
}
.cinq-hero-metric {
  flex: 1; padding: 22px 32px;
  border-right: 1px solid rgba(255,255,255,.07);
}
.cinq-hero-metric:last-child { border-right: none; }
.cinq-hero-metric-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 4px;
}
.cinq-hero-metric-value em { font-size: 18px; color: var(--gold3); font-style: normal; }
.cinq-hero-metric-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 300; letter-spacing: .3em; text-transform: uppercase;
  color: rgba(255,255,255,.36);
}

/* ═══════════════════════════════════════════════════════════
   PÔLES / POLE CARDS
   ═══════════════════════════════════════════════════════════ */
.cinq-dc-bar {
  background: var(--navy); padding: 18px 32px; margin-bottom: 1px;
  display: flex; align-items: center; gap: 20px;
  position: relative; overflow: hidden;
}
.cinq-dc-bar::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(to bottom, #8B1A1A, #C4531A, #8B1A1A);
}
.cinq-dc-bar-logo { height: 42px; padding-left: 8px; display: flex; align-items: center; }
.cinq-dc-bar-logo img { max-height: 40px; object-fit: contain; }
.cinq-dc-bar-name { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 700; color: #fff; }
.cinq-dc-bar-sub  { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.cinq-dc-bar-meta { margin-left: auto; font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: .28em; text-transform: uppercase; color: rgba(184,150,78,.55); white-space: nowrap; }

.cinq-poles-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; border: 1px solid var(--e8); overflow: hidden;
}
.cinq-pole-card {
  border-right: 1px solid var(--e8);
  display: flex; flex-direction: column; overflow: hidden;
  transition: all var(--T); position: relative;
}
.cinq-pole-card:last-child { border-right: none; }
.cinq-pole-card:hover { box-shadow: 0 8px 32px rgba(27,45,79,.1); z-index: 2; }

.cinq-pole-photo {
  height: 200px; overflow: hidden; position: relative;
  display: block; line-height: 0; font-size: 0; margin: 0; padding: 0;
}
.cinq-pole-photo img {
  width: 100%; height: 100%; object-fit: cover;
  display: block; vertical-align: top; transition: transform .5s ease;
}
.cinq-pole-card:hover .cinq-pole-photo img { transform: scale(1.04); }
.cinq-pole-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(14,28,51,.68) 0%, rgba(14,28,51,.1) 55%, transparent 100%);
  z-index: 1;
}
.cinq-pole-logo {
  position: absolute; bottom: 12px; left: 16px; z-index: 2;
  height: 34px; display: flex; align-items: center;
}
.cinq-pole-logo img { max-height: 32px; max-width: 120px; object-fit: contain; filter: brightness(0) invert(1); }
.cinq-pole-accent { height: 3px; display: block; flex-shrink: 0; }
.cinq-pole-body { padding: 20px 22px; background: #fff; flex: 1; border-top: none; }
.cinq-pole-card:hover .cinq-pole-body { background: var(--f8); }
.cinq-pole-name   { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 4px; line-height: 1.2; }
.cinq-pole-sector { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.cinq-pole-desc   { font-size: 12px; font-weight: 300; line-height: 1.7; color: var(--grey2); }
.cinq-pole-loc    { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: .22em; text-transform: uppercase; color: var(--grey3); margin-top: 12px; }

/* ═══════════════════════════════════════════════════════════
   PROJETS
   ═══════════════════════════════════════════════════════════ */
.cinq-proj-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 40px; margin-bottom: 48px;
}
.cinq-proj-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }

.cinq-proj-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  overflow: hidden; display: flex; flex-direction: column;
  transition: all var(--T);
}
.cinq-proj-card:hover { background: rgba(184,150,78,.08); transform: translateY(-2px); }
.cinq-proj-photo { height: 220px; overflow: hidden; position: relative; }
.cinq-proj-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.cinq-proj-card:hover .cinq-proj-photo img { transform: scale(1.04); }
.cinq-proj-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,18,38,.72), transparent 55%); }
.cinq-proj-category { position: absolute; bottom: 14px; left: 18px; font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 500; letter-spacing: .35em; text-transform: uppercase; color: var(--gold3); background: rgba(10,18,38,.72); padding: 4px 10px; backdrop-filter: blur(4px); }
.cinq-proj-body { padding: 24px; flex: 1; }
.cinq-proj-num  { font-family: 'Playfair Display', serif; font-size: 11px; font-weight: 700; color: rgba(184,150,78,.3); letter-spacing: .2em; display: block; margin-bottom: 8px; }
.cinq-proj-name { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.2; }
.cinq-proj-line { width: 20px; height: 2px; background: var(--gold2); margin-bottom: 12px; }
.cinq-proj-desc { font-size: 12px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.48); }
.cinq-proj-foot { padding: 14px 24px; background: rgba(0,0,0,.18); display: flex; align-items: center; justify-content: space-between; }
.cinq-proj-loc  { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: .22em; text-transform: uppercase; color: var(--gold3); display: flex; align-items: center; gap: 8px; }
.cinq-proj-loc::before { content: ''; width: 10px; height: 1px; background: var(--gold2); }
.cinq-proj-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.cinq-proj-tag  { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.3); background: rgba(255,255,255,.07); padding: 3px 8px; }

/* ═══════════════════════════════════════════════════════════
   MARQUES / ENTITIES
   ═══════════════════════════════════════════════════════════ */
.cinq-mother-banner {
  background: var(--navy); padding: 36px 52px; margin-bottom: 2px;
  display: flex; align-items: center; gap: 44px;
  position: relative; overflow: hidden;
}
.cinq-mother-banner::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold3), var(--gold));
}
.cinq-mother-banner::after {
  content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 30%;
  background: linear-gradient(to left, rgba(184,150,78,.06), transparent);
  pointer-events: none;
}
.cinq-mother-logo     { flex-shrink: 0; }
.cinq-mother-logo img { height: 60px; object-fit: contain; }
.cinq-mother-divider  { width: 1px; height: 56px; background: rgba(255,255,255,.12); flex-shrink: 0; }
.cinq-mother-info     { flex: 1; }
.cinq-mother-type     { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .45em; text-transform: uppercase; color: var(--gold3); margin-bottom: 4px; }
.cinq-mother-name     { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 3px; }
.cinq-mother-sub      { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.36); }
.cinq-mother-kpi      { text-align: right; }
.cinq-mother-kpi-val  { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--gold3); line-height: 1; }
.cinq-mother-kpi-label { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-top: 3px; }

.cinq-holdings-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 2px; }
.cinq-holding      { background: var(--white); }
.cinq-holding-head {
  background: var(--navy); padding: 18px 28px;
  display: flex; align-items: center; gap: 16px; position: relative; overflow: hidden;
}
.cinq-holding-head-lax::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(to bottom, var(--gold), var(--gold3), var(--gold));
}
.cinq-holding-head-dc::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(to bottom, #8B1A1A, #C4531A, #8B1A1A);
}
.cinq-holding-logo     { height: 44px; display: flex; align-items: center; flex-shrink: 0; }
.cinq-holding-logo img { max-height: 42px; max-width: 95px; object-fit: contain; }
.cinq-holding-info     { flex: 1; }
.cinq-holding-type     { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: .38em; text-transform: uppercase; color: var(--gold3); margin-bottom: 2px; }
.cinq-holding-name     { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #fff; }
.cinq-holding-meta     { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.32); }
.cinq-holding-country  { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; color: var(--gold3); margin-left: auto; white-space: nowrap; }

.cinq-entities-grid { display: grid; gap: 1px; background: var(--e8); }
.cinq-entities-3 { grid-template-columns: repeat(3,1fr); }
.cinq-entities-4 { grid-template-columns: repeat(4,1fr); }
.cinq-entity {
  background: #fff; padding: 22px 18px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  position: relative; overflow: hidden;
  border-bottom: 3px solid transparent; transition: all var(--T); cursor: default; min-height: 148px;
}
.cinq-entity:hover { background: var(--f8); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(27,45,79,.07); }
.cinq-entity-accent { position: absolute; top: 0; left: 0; right: 0; height: 2px; transition: height var(--T); }
.cinq-entity:hover .cinq-entity-accent { height: 3px; }
.cinq-entity-logo  { height: 46px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; width: 100%; }
.cinq-entity-logo img { max-height: 42px; max-width: 100%; object-fit: contain; }
.cinq-entity-domain { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: .32em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.cinq-entity-sep   { width: 16px; height: 1px; background: var(--gold); opacity: .38; margin: 0 auto 7px; }
.cinq-entity-desc  { font-size: 10px; font-weight: 300; line-height: 1.6; color: var(--grey2); }
.cinq-entity-loc   { margin-top: auto; padding-top: 9px; font-family: 'Barlow Condensed', sans-serif; font-size: 7px; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; color: var(--grey3); }

/* ═══════════════════════════════════════════════════════════
   KPI STRIP
   ═══════════════════════════════════════════════════════════ */
.cinq-kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.07); }
.cinq-kpi-item { padding: 48px 40px; border-right: 1px solid rgba(255,255,255,.07); position: relative; }
.cinq-kpi-item:last-child { border-right: none; }
.cinq-kpi-item::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 40px; background: var(--gold2); }
.cinq-kpi-value { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 700; color: #fff; line-height: 1; margin-bottom: 7px; }
.cinq-kpi-value em { font-size: 30px; color: var(--gold3); font-style: normal; }
.cinq-kpi-label { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 400; letter-spacing: .32em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 7px; }
.cinq-kpi-desc  { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.28); line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════
   GEO CARDS
   ═══════════════════════════════════════════════════════════ */
.cinq-geo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.cinq-geo-card { background: #fff; border-top: 3px solid var(--navy2); padding: 32px 28px; transition: all var(--T); }
.cinq-geo-card-main { border-top-color: var(--gold2); }
.cinq-geo-card:hover { box-shadow: 0 10px 32px rgba(27,45,79,.09); transform: translateY(-2px); }
.cinq-geo-flag     { font-size: 28px; margin-bottom: 12px; }
.cinq-geo-country  { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: var(--navy); margin-bottom: 2px; }
.cinq-geo-city     { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.cinq-geo-hr       { width: 24px; height: 2px; background: var(--gold); margin-bottom: 14px; }
.cinq-geo-entity   { font-size: 13px; color: var(--grey2); line-height: 1.6; padding-left: 12px; position: relative; margin-bottom: 3px; }
.cinq-geo-entity::before { content: '–'; position: absolute; left: 0; color: var(--gold2); }
.cinq-geo-badge    { display: inline-block; margin-top: 14px; font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; padding: 4px 10px; }
.cinq-geo-badge-gold { background: rgba(158,125,62,.12); color: var(--gold); }
.cinq-geo-badge-navy { background: rgba(27,45,79,.08); color: var(--navy2); }

/* ═══════════════════════════════════════════════════════════
   VISION QUOTE
   ═══════════════════════════════════════════════════════════ */
.cinq-vision-wrap { max-width: 860px; margin: 0 auto; text-align: center; }
.cinq-vision-deco { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 28px; }
.cinq-vision-line { flex: 1; max-width: 60px; height: 1px; background: var(--gold); }
.cinq-vision-diamond { width: 8px; height: 8px; background: var(--gold); clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%); }
.cinq-vision-quote { font-family: 'Playfair Display', serif; font-size: clamp(18px,2.3vw,30px); font-weight: 400; font-style: italic; line-height: 1.55; color: var(--navy); margin-bottom: 22px; }
.cinq-vision-quote strong { color: var(--gold); font-style: normal; font-weight: 700; }
.cinq-vision-attr  { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .4em; text-transform: uppercase; color: var(--grey2); }

/* ═══════════════════════════════════════════════════════════
   GOUVERNANCE — TEAM GRID
   ═══════════════════════════════════════════════════════════ */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.tc { background: #fff; border: 1px solid var(--e8); overflow: hidden; transition: all var(--T); cursor: default; }
.tc:hover { box-shadow: 0 8px 28px rgba(27,45,79,.1); transform: translateY(-3px); }
.tc-photo { width: 100%; height: 140px; position: relative; overflow: hidden; background: var(--f4); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--e8); }
.tc-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; position: relative; z-index: 1; }
.tc-placeholder { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; width: 100%; height: 100%; }
.tc-initials { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700; color: #fff; letter-spacing: .05em; }
.tc-upload-hint { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: .25em; text-transform: uppercase; color: var(--grey3); }
.tc-upload-btn { position: absolute; bottom: 8px; right: 8px; z-index: 2; background: rgba(255,255,255,.85); border: 1px solid var(--e8); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .25s; }
.tc-upload-btn:hover { background: var(--gold2); border-color: var(--gold2); }
.tc-upload-btn:hover svg { stroke: white; }
.tc-accent { height: 3px; }
.tc-body { padding: 14px 16px; }
.tc-role   { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: .32em; text-transform: uppercase; margin-bottom: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tc-name   { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 3px; line-height: 1.2; }
.tc-entity { font-family: 'Barlow Condensed', sans-serif; font-size: 7px; font-weight: 300; letter-spacing: .22em; text-transform: uppercase; color: var(--grey3); }
.tc-president { grid-column: span 2; }
.tc-president .tc-photo { height: 180px; }
.tc-president .tc-initials { width: 72px; height: 72px; font-size: 22px; }
.tc-president .tc-name { font-size: 18px; }

/* Governance principles */
.cinq-gov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.cinq-gov-principle { background: #fff; border: 1px solid var(--e8); padding: 22px 26px; display: flex; align-items: flex-start; gap: 16px; transition: all var(--T); margin-bottom: 12px; }
.cinq-gov-principle:hover { border-color: var(--gold2); box-shadow: 0 4px 16px rgba(27,45,79,.07); }
.cinq-gov-icon { width: 36px; height: 36px; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cinq-gov-title { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--navy); margin-bottom: 5px; }
.cinq-gov-text  { font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--grey2); }

/* ═══════════════════════════════════════════════════════════
   STRATÉGIE
   ═══════════════════════════════════════════════════════════ */
.cinq-strat-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.cinq-sk { padding: 32px 28px; }
.cinq-sk-navy { background: var(--navy); }
.cinq-sk-light { background: var(--f4); border: 1px solid var(--e8); }
.cinq-sk-value { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 700; line-height: 1; margin-bottom: 6px; }
.cinq-sk-navy .cinq-sk-value  { color: var(--gold3); }
.cinq-sk-light .cinq-sk-value { color: var(--gold); }
.cinq-sk-label { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .32em; text-transform: uppercase; margin-bottom: 7px; }
.cinq-sk-navy .cinq-sk-label  { color: rgba(255,255,255,.38); }
.cinq-sk-light .cinq-sk-label { color: var(--grey2); }
.cinq-sk-desc { font-size: 12px; font-weight: 300; line-height: 1.6; }
.cinq-sk-navy .cinq-sk-desc   { color: rgba(255,255,255,.3); }
.cinq-sk-light .cinq-sk-desc  { color: var(--grey2); }

.cinq-axes-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.cinq-axe { background: var(--f4); border: 1px solid var(--e8); padding: 36px 32px; border-top: 4px solid transparent; transition: all var(--T); }
.cinq-axe:hover { box-shadow: 0 8px 32px rgba(27,45,79,.09); transform: translateY(-3px); }
.cinq-axe-icon { width: 44px; height: 44px; background: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.cinq-axe-num  { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 10px; }
.cinq-axe-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.cinq-axe-text { font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--grey2); }

/* ═══════════════════════════════════════════════════════════
   ÉTHIQUE
   ═══════════════════════════════════════════════════════════ */
.cinq-eth-grid   { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.cinq-eth-engage { display: flex; flex-direction: column; gap: 12px; }
.cinq-eth-item   { background: #fff; border: 1px solid var(--e8); padding: 22px 26px; display: flex; align-items: flex-start; gap: 16px; transition: all var(--T); }
.cinq-eth-item:hover { border-color: var(--gold2); box-shadow: 0 4px 16px rgba(27,45,79,.07); }
.cinq-eth-icon   { width: 36px; height: 36px; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cinq-eth-title  { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--navy); margin-bottom: 5px; }
.cinq-eth-text   { font-size: 13px; font-weight: 300; line-height: 1.7; color: var(--grey2); }
.cinq-eth-cta    { background: var(--navy); padding: 28px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; position: relative; overflow: hidden; margin-top: 20px; }
.cinq-eth-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold3), var(--gold)); }

/* ═══════════════════════════════════════════════════════════
   INVESTISSEURS
   ═══════════════════════════════════════════════════════════ */
.cinq-inv-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-bottom: 40px; }
.cinq-inv-kpi  { background: rgba(255,255,255,.04); border: 1px solid rgba(184,150,78,.12); padding: 32px 28px; }
.cinq-inv-kpi-val   { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: var(--gold3); line-height: 1; margin-bottom: 7px; }
.cinq-inv-kpi-val em { font-size: 26px; font-style: normal; }
.cinq-inv-kpi-label { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .32em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-bottom: 7px; }
.cinq-inv-kpi-desc  { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.28); line-height: 1.6; }

.cinq-inv-opps { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 40px; }
.cinq-inv-opp  { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 32px; transition: all var(--T); }
.cinq-inv-opp:hover { background: rgba(184,150,78,.07); }
.cinq-inv-opp-tag  { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .38em; text-transform: uppercase; color: var(--gold3); margin-bottom: 10px; }
.cinq-inv-opp-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.cinq-inv-opp-text { font-size: 13px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.cinq-inv-opp-link { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--gold3); display: flex; align-items: center; gap: 6px; }

/* ═══════════════════════════════════════════════════════════
   CARRIÈRES
   ═══════════════════════════════════════════════════════════ */
.cinq-car-grid  { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; }
.cinq-car-jobs  { display: flex; flex-direction: column; gap: 2px; }
.cinq-car-job   { background: #fff; border: 1px solid var(--e8); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; border-left: 3px solid var(--gold); transition: all var(--T); }
.cinq-car-job:hover { background: var(--f8); padding-left: 24px; }
.cinq-car-job-name  { font-size: 13px; font-weight: 500; color: var(--navy); }
.cinq-car-job-sub   { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: .25em; text-transform: uppercase; color: var(--grey2); margin-top: 2px; }
.cinq-car-job-tag   { font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 400; letter-spacing: .2em; text-transform: uppercase; padding: 3px 9px; }
.cinq-car-job-tag-g { background: rgba(158,125,62,.1); color: var(--gold); }
.cinq-car-job-tag-n { background: rgba(27,45,79,.07); color: var(--navy2); }
.cinq-car-job-tag-s { background: var(--f4); color: var(--grey2); }
.cinq-car-form { background: #fff; border: 1px solid var(--e8); padding: 36px 32px; }
.cinq-car-form-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.cinq-car-form-sub   { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: .3em; text-transform: uppercase; color: var(--grey2); margin-bottom: 24px; }

/* ═══════════════════════════════════════════════════════════
   FORMULAIRES
   ═══════════════════════════════════════════════════════════ */
.cinq-form { display: flex; flex-direction: column; gap: 14px; }
.cinq-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cinq-form-group { display: flex; flex-direction: column; gap: 7px; }
.cinq-form-group label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px; font-weight: 400; letter-spacing: .4em; text-transform: uppercase;
  color: var(--grey2);
}
.cinq-form-group input,
.cinq-form-group textarea,
.cinq-form-group select {
  background: var(--f8); border: 1px solid var(--e8);
  color: var(--navy); padding: 11px 14px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 300;
  outline: none; width: 100%; transition: border-color var(--T); appearance: none;
}
.cinq-form-group input:focus,
.cinq-form-group textarea:focus,
.cinq-form-group select:focus { border-color: var(--gold2); background: #fff; }
.cinq-form-group textarea { resize: vertical; min-height: 90px; }
.cinq-upload-zone {
  background: var(--f8); border: 2px dashed var(--e8);
  padding: 18px; text-align: center; cursor: pointer; transition: all var(--T);
}
.cinq-upload-zone:hover { border-color: var(--gold2); background: #fff; }

/* Dark forms (contact section) */
.cinq-form-dark .cinq-form-group label  { color: rgba(184,150,78,.58); }
.cinq-form-dark .cinq-form-group input,
.cinq-form-dark .cinq-form-group textarea,
.cinq-form-dark .cinq-form-group select { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: #fff; }
.cinq-form-dark .cinq-form-group input::placeholder,
.cinq-form-dark .cinq-form-group textarea::placeholder { color: rgba(255,255,255,.2); }
.cinq-form-dark .cinq-form-group input:focus,
.cinq-form-dark .cinq-form-group textarea:focus,
.cinq-form-dark .cinq-form-group select:focus { border-color: var(--gold2); }
.cinq-form-dark .cinq-form-group select option { background: var(--navy); }

/* ═══════════════════════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════════════════════ */
.cinq-contact-offices { display: flex; flex-direction: column; gap: 2px; }
.cinq-office { background: rgba(255,255,255,.04); padding: 22px 26px; border-left: 3px solid rgba(184,150,78,.28); transition: all var(--T); }
.cinq-office:hover { border-left-color: var(--gold2); background: rgba(255,255,255,.07); padding-left: 30px; }
.cinq-office-label { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .38em; text-transform: uppercase; color: var(--gold3); margin-bottom: 4px; }
.cinq-office-name  { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .08em; color: #fff; margin-bottom: 3px; }
.cinq-office-addr  { font-size: 12px; font-weight: 300; line-height: 1.6; color: rgba(255,255,255,.36); }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.cinq-footer-bar { height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold3) 50%, var(--gold)); }
.cinq-footer { background: #0B1628; padding: 60px 0 28px; }
.cinq-footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 24px; }
.cinq-footer-logo img { height: 44px; object-fit: contain; margin-bottom: 12px; }
.cinq-footer-tagline { font-size: 12px; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,.28); max-width: 260px; }
.cinq-footer-col-title { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.cinq-footer-col ul   { display: flex; flex-direction: column; gap: 8px; }
.cinq-footer-col a    { font-size: 12px; font-weight: 300; color: rgba(255,255,255,.3); transition: color var(--T); }
.cinq-footer-col a:hover { color: var(--gold3); }
.cinq-footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.cinq-footer-copy { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; letter-spacing: .15em; color: rgba(255,255,255,.18); }
.cinq-footer-legal { display: flex; gap: 22px; }
.cinq-footer-legal a { font-family: 'Barlow Condensed', sans-serif; font-size: 10px; letter-spacing: .15em; color: rgba(255,255,255,.15); transition: color var(--T); }
.cinq-footer-legal a:hover { color: var(--gold3); }

/* ═══════════════════════════════════════════════════════════
   BLOG / ARCHIVE
   ═══════════════════════════════════════════════════════════ */
.cinq-page-header { background: var(--navy); padding: 120px 0 60px; position: relative; }
.cinq-page-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--gold3), var(--gold)); }
.cinq-page-title { font-family: 'Playfair Display', serif; font-size: clamp(32px,4vw,56px); font-weight: 700; color: #fff; line-height: 1.1; }
.cinq-posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.cinq-post-card { background: #fff; border: 1px solid var(--e8); overflow: hidden; transition: all var(--T); }
.cinq-post-card:hover { box-shadow: 0 10px 32px rgba(27,45,79,.09); transform: translateY(-3px); }
.cinq-post-thumb { height: 200px; overflow: hidden; }
.cinq-post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.cinq-post-card:hover .cinq-post-thumb img { transform: scale(1.04); }
.cinq-post-body { padding: 24px; }
.cinq-post-cat  { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 400; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.cinq-post-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; line-height: 1.3; }
.cinq-post-excerpt { font-size: 13px; line-height: 1.7; color: var(--grey2); margin-bottom: 16px; }
.cinq-post-meta { font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 300; letter-spacing: .2em; text-transform: uppercase; color: var(--grey3); }
.cinq-post-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); transition: gap var(--T); }
.cinq-post-link:hover { gap: 12px; color: var(--gold); }
.cinq-post-link::after { content: '→'; }

/* Single post */
.cinq-single-wrap { max-width: 780px; margin: 0 auto; padding: 64px 80px 96px; }
.entry-content p   { margin-bottom: 1.5rem; font-size: 15px; line-height: 1.8; color: var(--grey1); }
.entry-content h2  { font-family: 'Playfair Display', serif; font-size: 2rem; margin: 2.5rem 0 1rem; color: var(--navy); }
.entry-content h3  { font-family: 'Playfair Display', serif; font-size: 1.5rem; margin: 2rem 0 .75rem; color: var(--navy2); }
.entry-content ul  { list-style: disc; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.entry-content ol  { list-style: decimal; padding-left: 1.5rem; margin-bottom: 1.5rem; }
.entry-content a   { color: var(--gold); border-bottom: 1px solid rgba(158,125,62,.3); }
.entry-content blockquote { border-left: 4px solid var(--gold2); padding: 1rem 1.5rem; margin: 2rem 0; background: var(--f4); font-family: 'Playfair Display', serif; font-style: italic; }
.entry-content img { max-width: 100%; height: auto; margin: 1.5rem 0; }

/* Pagination */
.cinq-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 56px; }
.cinq-pagination a, .cinq-pagination span { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: .2em; padding: 8px 16px; border: 1px solid var(--e8); color: var(--grey2); transition: all var(--T); }
.cinq-pagination a:hover { border-color: var(--gold); color: var(--gold); }
.cinq-pagination .current { background: var(--gold2); color: #fff; border-color: var(--gold2); }

/* ═══════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ═══════════════════════════════════════════════════════════ */
.cinq-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.cinq-reveal.visible { opacity: 1; transform: none; }
.cinq-d1 { transition-delay: .08s; }
.cinq-d2 { transition-delay: .16s; }
.cinq-d3 { transition-delay: .24s; }
.cinq-d4 { transition-delay: .32s; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  #cinq-nav { padding: 0 28px; }
  .cinq-inner { padding: 0 36px; }
  .cinq-poles-grid, .cinq-entities-4 { grid-template-columns: 1fr 1fr; }
  .cinq-proj-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  #cinq-nav { padding: 0 20px; }
  .cinq-inner { padding: 0 20px; }
  .cinq-section, .cinq-section-sm { padding: 64px 0; }
  .cinq-menu { display: none; }
  .cinq-menu.open {
    display: flex; flex-direction: column;
    position: fixed; top: 60px; left: 0; right: 0;
    background: rgba(255,255,255,.99);
    padding: 16px 20px 24px; gap: 2px;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    max-height: 80vh; overflow-y: auto; z-index: 599;
  }
  .cinq-menu.open > li > a { color: var(--navy) !important; text-shadow: none !important; padding: 11px 6px; border-bottom: 1px solid var(--f4); font-size: 13px !important; }
  .mega-panel { display: none !important; }
  .cinq-arrow { display: none; }
  .cinq-hbtn { display: flex; }
  .cinq-grid-2, .cinq-gov-grid, .cinq-eth-grid, .cinq-car-grid { grid-template-columns: 1fr; gap: 40px; }
  .cinq-poles-grid, .cinq-entities-4, .cinq-entities-3 { grid-template-columns: 1fr 1fr; }
  .cinq-proj-grid, .cinq-geo-grid, .cinq-kpi-grid, .cinq-inv-kpis, .cinq-inv-opps { grid-template-columns: 1fr; }
  .cinq-axes-grid { grid-template-columns: 1fr; }
  .cinq-holdings-row { grid-template-columns: 1fr; }
  .cinq-footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .cinq-footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .cinq-form-row { grid-template-columns: 1fr; }
  .cinq-hero-content { padding: 0 20px 0; }
  .cinq-hero-strip { flex-wrap: wrap; }
  .cinq-hero-metric { flex: 0 0 50%; border-bottom: 1px solid rgba(255,255,255,.07); }
  .cinq-mother-banner { flex-direction: column; gap: 20px; padding: 28px 24px; text-align: center; }
  .cinq-mother-divider { display: none; }
  #cinq-subnav { display: none; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .tc-president { grid-column: span 2; }
  .cinq-posts-grid { grid-template-columns: 1fr; }
  .cinq-single-wrap { padding: 48px 20px 72px; }
}

/* ═══════════════════════════════════════════════════════════
   GUTENBERG
   ═══════════════════════════════════════════════════════════ */
.wp-block-image img { max-width: 100%; height: auto; }
.wp-block-quote { border-left: 4px solid var(--gold2); padding: 1rem 1.5rem; margin: 2rem 0; background: var(--f4); }
.wp-block-separator { border-color: rgba(158,125,62,.3); }
.wp-block-button__link { background: var(--gold2) !important; color: #fff !important; font-family: 'Barlow Condensed', sans-serif !important; letter-spacing: .25em !important; text-transform: uppercase !important; }
