/* page-wealth-management.css — ce qui appartient en propre à wealth-management.
 *
 * Le commun vit dans style.css. Ce fichier ne contient que les écarts :
 * 27 règles strictement identiques à style.css ont été retirées,
 * 72 conservées. À charger APRÈS style.css.
 *
 * Extrait le 10-08-2026 par _gabarit-css.py.
 */

:root {
    --bg: #0a0f1a;
    --bg2: #0e1322;
    --surface: #141b2d;
    --border: rgba(160,180,210,0.08);
    --text: #ffffff;
    --text-muted: #b7c2d4;
    --accent: #2d3e6b;
    --accent-light: #4a5f8f;
    --accent-pale: #8a9cbd;
    --accent-dim: rgba(45,62,107,0.15);
    --gold: #b8965a;
    --gold-light: #d4b478;
    --slate-blue: #6b7fa3;
    --display: 'Inter Tight', 'Helvetica Now Display', Helvetica, Arial, sans-serif;
    --body: 'Carlito', Calibri, 'Segoe UI', sans-serif;
  }

html { scroll-behavior: smooth; }

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: none; /* noise overlay retiré — rendu lisse */
    pointer-events: none;
    z-index: 9999;
  }

/* HERO */
  .hero {
    min-height: 52vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7rem 2rem 3rem;
    position: relative;
  }

.hero > * { position: relative; z-index: 2; }

.hero h1 {
    font-family: var(--display);
    /* Le plancher etait a 3rem : sur un ecran de 390 px, « Investissements
       prives » debordait de 6 px hors du cadre, et de 76 px a 320 px. Le
       plancher descend a 1.9rem, la pente et le plafond ne bougent pas, donc
       le rendu sur grand ecran est inchange. */
    font-size: clamp(1.9rem, 7vw, 6.5rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    max-width: 900px;
    opacity: 0;
    animation: fadeUp 1.2s 0.5s forwards;
  }

.hero-sub {
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--text-muted);
    max-width: 520px;
    line-height: 1.7;
    margin-top: 2rem;
    opacity: 0;
    animation: fadeUp 1s 0.8s forwards;
  }

/* DIVIDER */
  .divider { display: flex; align-items: center; justify-content: center; padding: 0 4rem; gap: 2rem; }

/* SECTIONS */
  section { padding: 8rem 4rem; }

.section-desc {
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--text-muted);
    max-width: 600px;
    line-height: 1.8;
  }

/* INTRO */
  .intro-section { background: var(--bg2); }

.intro-inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

.intro-inner .section-title { margin: 0 auto 1.5rem; max-width: 700px; }

.intro-inner .section-desc { margin: 0 auto; max-width: 640px; font-size: 1rem; text-align: center; }

/* PROCESS STEPS */
  .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    margin-top: 5rem;
  }

.process-step {
    background: var(--bg2);
    padding: 3rem 2.5rem;
    position: relative;
    transition: background 0.4s;
  }

.process-step:hover { background: var(--surface); }

.process-step-num {
    font-family: var(--display);
    font-size: 2.5rem;
    font-weight: 400;
    /* 0.15 rendait les numéros presque invisibles sur le fond sombre */
    color: rgba(120,146,201,0.42);
    margin-bottom: 1.5rem;
  }.process-step h3,
.process-step h4,
.process-step h5 {
    font-family: var(--display);
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

.process-step p {
    font-size: 0.83rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.75;
  }

/* CONVICTIONS */
  .convictions-section { background: var(--surface); }

.conv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
  }

.conv-card {
    padding: 2.5rem;
    background: var(--bg2);
    border: 1px solid var(--border);
    border-top: 2px solid var(--gold);
    transition: border-color 0.4s;
  }

.conv-card:hover { border-color: var(--accent-pale); border-top-color: var(--gold); }.conv-card h3,
.conv-card h4,
.conv-card h5 {
    font-family: var(--display);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

.conv-card p {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.8;
  }

/* MANDATES TABLE */
  .mandates-section { background: var(--bg2); }

.mandates-header {
    text-align: center;
    margin-bottom: 4rem;
  }

.mandates-header .section-title { margin: 0 auto 1.5rem; }

.mandate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
  }

.mandate-card {
    background: var(--bg2);
    padding: 3.5rem 2.5rem;
    transition: background 0.4s;
    position: relative;
  }

.mandate-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--border);
    transition: background 0.4s;
  }

/* Le liseré doré marquait la seule gestion discrétionnaire : sur trois
   formes de mandat, mettre en avant la plus déléguée suggère une
   préférence que rien ne justifie. Il apparaît maintenant au survol,
   sur les trois cartes. */
.mandate-card:hover::before { background: var(--gold); }

.mandate-card:hover { background: var(--surface); }

.mandate-label {
    font-size: 0.62rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 400;
    margin-bottom: 1rem;
  }

.mandate-card h3 {
    font-family: var(--display);
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
  }

.mandate-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
  }

.mandate-features li {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.6;
    padding-left: 1.2rem;
    position: relative;
  }

/* Le tiret se calait à 0.55em du haut, soit au-dessus de la première ligne :
   avec une hauteur de ligne de 1.6, le centre optique du texte est à 0.8em. */
.mandate-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 5px;
    height: 1px;
    background: var(--accent-pale);
  }

/* PRIVATE BANKING */
  .banking-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
  }

.banking-card {
    padding: 3rem 2.5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    transition: border-color 0.4s;
    position: relative;
  }

.banking-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2.5rem;
    right: 2.5rem;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.5s;
  }

.banking-card:hover::after { transform: scaleX(1); }

.banking-card:hover { border-color: rgba(74,95,143,0.3); }.banking-card h3,
.banking-card h4,
.banking-card h5 {
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

.banking-card p {
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.8;
  }

/* QUOTE BLOCK */
  .quote-section { background: var(--bg2); }

.quote-block {
    position: relative;
    padding: 4rem 5rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-left: 3px solid var(--gold);
    max-width: 900px;
    margin: 0 auto;
  }

.quote-block::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 3rem;
    right: 3rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
  }

.quote-block blockquote {
    font-family: var(--display);
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.65;
    color: var(--text);
  }

.quote-attribution {
    margin-top: 2rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-weight: 400;
  }

/* CAPABILITIES GRID */
  .capabilities-section { background: var(--bg2); }

.capabilities-header { text-align: center; margin-bottom: 4rem; }

.capabilities-header .section-title { margin: 0 auto 1.5rem; }

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
  }

.capability-card {
    background: var(--bg2);
    padding: 3rem 2.5rem;
    transition: all 0.4s;
    position: relative;
  }

.capability-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 2.5rem; right: 2.5rem;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform 0.5s;
  }

.capability-card:hover::after { transform: scaleX(1); }

.cap-icon { width: 2rem; height: 1px; background: var(--accent-pale); margin-bottom: 2rem; transition: width 0.4s; }

.capability-card:hover .cap-icon { width: 3.5rem; }.capability-card h3,
.capability-card h4,
.capability-card h5 { font-family: var(--display); font-size: 1.3rem; font-weight: 400; margin-bottom: 1rem; }

.capability-card p { font-size: 0.85rem; font-weight: 400; color: var(--text-muted); line-height: 1.8; }

/* CTA */
  .cta-section {
    text-align: center;
    padding: 10rem 4rem;
    position: relative;
  }

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, var(--bg) 0%, rgba(12,16,24,0.4) 30%, rgba(12,16,24,0.4) 70%, var(--bg) 100%),
      url('../webp/mountain3.webp') center/cover no-repeat;
    opacity: 0.12;
    pointer-events: none;
    filter: saturate(0.2) brightness(0.6);
  }

.cta-section > * { position: relative; z-index: 2; }

/* BUTTONS */
  .btn-primary {
    display: inline-block;
    padding: 1rem 2.8rem;
    font-family: var(--body);
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--accent-light);
    color: var(--bg);
    border: none;
    cursor: pointer;
    transition: all 0.4s;
  }

/* FOOTER */
  footer {
    padding: 4rem;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.footer-links { display: flex; gap: 2rem; }

.footer-copy { font-size: 0.72rem; color: var(--text-muted); font-weight: 400; }

/* ── Points de rupture ── */

@media (max-width: 1024px) {
    section { padding: 6rem 2rem; }
    nav { padding: 1.2rem 2rem; }
    nav.scrolled { padding: 0.8rem 2rem; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .conv-grid { grid-template-columns: 1fr; }
    .mandate-grid { grid-template-columns: 1fr; }
    .banking-grid { grid-template-columns: 1fr; }
    .capabilities-grid { grid-template-columns: 1fr 1fr; }
    footer { flex-direction: column; gap: 2rem; text-align: center; }
    .quote-block { padding: 3rem 2.5rem; }
  }

@media (max-width: 768px) {
    nav { padding: 1rem 1.5rem; }
  }

@media (max-width: 600px) {
    section { padding: 5rem 1.5rem; }
    .process-grid { grid-template-columns: 1fr; }
    .capabilities-grid { grid-template-columns: 1fr; }
    .cta-section { padding: 7rem 1.5rem; }
    .quote-block { padding: 2.5rem 1.5rem; }
  }

/* Image de cette page. Le traitement est commun, dans style.css. */
.hero {
  --hero-image: url('../webp/hero-village-alpin.webp');
}
