/* =====================================================
   SMART KAPITAL — Design System 2026
   Luxury in Motion — Premium Dark + Gold
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&display=swap');

/* =====================================================
   1. VARIABLES
   ===================================================== */
:root {
  --black:       #050505;
  --dark:        #0a0a0a;
  --dark-alt:    #0d0d0d;
  --surface:     #111111;
  --surface-2:   #161616;
  --charcoal:    #1a1a1a;
  --card-bg:     #111111;

  --white:       #ffffff;
  --off-white:   #FAFAF5;
  --cream:       #F5F0E8;

  --text:        #FAFAF5;
  --text-sec:    rgba(250, 250, 245, 0.60);
  --text-muted:  rgba(250, 250, 245, 0.35);

  --gold:        #C9A84C;
  --gold-light:  #E8D5A3;
  --gold-dark:   #9A7B35;
  --gold-glow:   rgba(201, 168, 76, 0.12);
  --gold-gradient: linear-gradient(135deg, #9A7B35 0%, #E8D5A3 50%, #9A7B35 100%);

  --border:      rgba(201, 168, 76, 0.10);
  --border-light: rgba(250, 250, 245, 0.06);
  --border-dark: rgba(201, 168, 76, 0.08);

  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font:        'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --container:   1140px;
  --nav-h:       72px;
  --section-pad: 160px;

  --ease:        cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: cubic-bezier(0.76, 0, 0.24, 1);
}

/* =====================================================
   2. RESET & BASE
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; }
body { overflow-x: hidden; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }

body {
  font-family: var(--font);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  cursor: none;
}

@media (max-width: 1024px) {
  body { cursor: auto; }
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; cursor: none; }
ul, ol { list-style: none; }
button, input, textarea, select {
  font: inherit; color: inherit; border: none; background: none; outline: none; cursor: none;
}
@media (max-width: 1024px) {
  a, button, input, textarea, select { cursor: auto; }
}

::selection { background: rgba(201, 168, 76, 0.25); color: var(--off-white); }

/* =====================================================
   3. LAYOUT
   ===================================================== */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 48px;
}

.section     { padding: var(--section-pad) 0; }
.section-sm  { padding: 96px 0; }
.section-xs  { padding: 56px 0; }

.bg-dark     { background: var(--dark); }
.bg-black    { background: var(--black); }
.bg-surface  { background: var(--surface); }
.bg-white    { background: var(--white); }
.bg-off      { background: var(--off-white); }
.bg-cream    { background: var(--cream); }
.bg-charcoal { background: var(--charcoal); }

/* Light background overrides */
.bg-white, .bg-off, .bg-cream {
  color: var(--dark);
}
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4,
.bg-off h1, .bg-off h2, .bg-off h3, .bg-off h4,
.bg-cream h1, .bg-cream h2, .bg-cream h3, .bg-cream h4 {
  color: var(--dark);
}
.bg-white p, .bg-off p, .bg-cream p { color: #4a4a4a; }
.bg-white .label, .bg-off .label, .bg-cream .label { color: var(--gold-dark); }
.bg-white .label::before, .bg-off .label::before, .bg-cream .label::before { background: var(--gold-dark); }
.bg-white a, .bg-off a, .bg-cream a { color: inherit; }

/* Light bg button overrides */
.bg-white .btn-outline, .bg-off .btn-outline, .bg-cream .btn-outline {
  border-color: var(--dark); color: var(--dark);
}
.bg-white .btn-outline:hover, .bg-off .btn-outline:hover, .bg-cream .btn-outline:hover {
  background: var(--dark); color: var(--off-white);
}
.bg-white select.form-control option, .bg-cream select.form-control option { background: #fff; color: var(--dark); }

/* Light bg about */
.bg-white .about-photo, .bg-cream .about-photo { border-color: rgba(0,0,0,0.06); }
.bg-white .about-tag, .bg-cream .about-tag { background: rgba(201,168,76,0.08); border-color: rgba(201,168,76,0.2); color: var(--gold-dark); }
.bg-cream .about-divider { background: var(--gold); }
.bg-cream .about-photo-badge { background: var(--gold-gradient); color: var(--black); -webkit-text-fill-color: var(--black); }

/* =====================================================
   4. TYPOGRAPHY
   ===================================================== */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--off-white);
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); }
h4 { font-size: 1.1rem; }
h5 { font-size: 0.95rem; }

.display {
  font-family: var(--font-display);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

em, i { font-style: italic; }
strong { font-weight: 600; }

.label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.label::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.text-sec { color: var(--text-sec); }

/* SplitText animation styles - GSAP gere le hide/show */
[data-split] .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.15em; /* espace pour les descendantes (g, p, y, j, q) */
}
[data-split] .word-inner {
  display: inline-block;
  /* transform set par GSAP uniquement */
}

/* =====================================================
   5. CUSTOM CURSOR
   ===================================================== */
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease-smooth), height 0.3s var(--ease-smooth),
              border-color 0.3s, background 0.3s, opacity 0.3s;
  mix-blend-mode: difference;
}
.cursor.is-hover {
  width: 64px;
  height: 64px;
  border-color: rgba(201, 168, 76, 0.6);
  background: rgba(201, 168, 76, 0.06);
}
.cursor.is-hiding { opacity: 0; }

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 100000;
  transform: translate(-50%, -50%);
  transition: transform 0.1s;
}
.cursor-dot.is-hover { transform: translate(-50%, -50%) scale(0); }

@media (max-width: 1024px) {
  .cursor, .cursor-dot { display: none !important; }
}

/* =====================================================
   6. SCROLL PROGRESS
   ===================================================== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--gold-gradient);
  z-index: 10000;
  width: 0%;
  transition: none;
}

/* =====================================================
   7. NAVBAR
   ===================================================== */
.nav {
  position: fixed;
  top: 12px;
  left: 10%;
  right: 10%;
  height: var(--nav-h);
  z-index: 9000;
  background: rgba(12, 12, 12, 0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(250, 250, 245, 0.08);
  border-radius: 16px;
  transition: transform 0.5s var(--ease-smooth), background 0.4s, border-color 0.4s, top 0.4s, box-shadow 0.4s;
}
.nav.nav-scrolled {
  background: rgba(8, 8, 8, 0.92);
  border-color: rgba(201, 168, 76, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.nav.nav-hidden {
  transform: translateY(calc(-100% - 24px));
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-h);
  padding: 0 24px;
  gap: 20px;
}
/* Quand nav-inner est dans .container, harmoniser */
.nav .container { padding: 0; max-width: none; }
.nav .container .nav-inner { padding: 0 24px; gap: 20px; }

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  flex-shrink: 0;
}
.nav-logo img {
  height: 32px;
  width: auto;
}
.nav-logo-text { display: flex; flex-direction: column; }
.nav-logo-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--off-white);
  letter-spacing: 0.02em;
}
.nav-logo-sub {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: -1px;
}

.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav-menu li a {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-sec);
  position: relative;
  transition: color 0.3s;
  padding: 4px 0;
}
.nav-menu li a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease-smooth);
}
.nav-menu li a:hover,
.nav-menu li a.active {
  color: var(--off-white);
}
.nav-menu li a:hover::after,
.nav-menu li a.active::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  margin-left: 12px;
  flex-shrink: 0;
}
.btn-sim-nav {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-sec);
  padding: 8px 18px;
  border: 1px solid rgba(250, 250, 245, 0.12);
  border-radius: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn-sim-nav:hover {
  color: var(--off-white);
  border-color: rgba(250, 250, 245, 0.3);
  background: rgba(250, 250, 245, 0.04);
}
.btn-gold-nav {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  background: var(--gold);
  padding: 10px 22px;
  border-radius: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}
.btn-gold-nav {
  box-shadow: 0 0 16px rgba(201, 168, 76, 0.2);
}
.btn-gold-nav:hover {
  background: var(--gold-light);
  box-shadow: 0 0 28px rgba(201, 168, 76, 0.4);
}
.btn-gold-nav.active {
  background: var(--gold);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 12px;
  z-index: 10;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  width: 22px;
  height: 1.5px;
  background: var(--off-white);
  transition: all 0.3s var(--ease-smooth);
  transform-origin: center;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

@media (max-width: 1024px) {
  .nav {
    left: 16px;
    right: 16px;
  }
  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--black);
    flex-direction: column;
    justify-content: center;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
    z-index: 5;
  }
  .nav-menu.is-open {
    opacity: 1;
    pointer-events: all;
    z-index: 10001;
  }
  .nav-menu li {
    overflow: hidden;
  }
  .nav-menu li a {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 300;
    letter-spacing: -0.02em;
    padding: 12px 0;
    color: var(--off-white);
    text-align: center;
    transform: translateY(100%);
    transition: transform 0.5s var(--ease-out), color 0.3s;
  }
  .nav-menu.is-open li a {
    transform: translateY(0);
  }
  .nav-menu li:nth-child(1) a { transition-delay: 0.05s; }
  .nav-menu li:nth-child(2) a { transition-delay: 0.10s; }
  .nav-menu li:nth-child(3) a { transition-delay: 0.15s; }
  .nav-menu li:nth-child(4) a { transition-delay: 0.20s; }
  .nav-menu li:nth-child(5) a { transition-delay: 0.25s; }
  .nav-menu li:nth-child(6) a { transition-delay: 0.30s; }
  .nav-menu li:nth-child(7) a { transition-delay: 0.35s; }
  .nav-menu li a::after { display: none; }
  .nav-toggle { display: flex; }
  .btn-sim-nav { display: none; }

  /* CTA styling dans le menu mobile */
  .nav-menu .nav-cta-mobile a {
    display: inline-block !important;
    font-family: var(--font) !important;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: var(--black) !important;
    background: var(--gold) !important;
    padding: 14px 32px !important;
    border-radius: 8px !important;
    transform: none !important;
    margin-top: 16px;
  }
}

/* CTA mobile : masque par defaut, visible seulement dans le menu ouvert sur mobile */
.nav-cta-mobile { display: none !important; }
@media (max-width: 1024px) {
  .nav-menu.is-open .nav-cta-mobile { display: block !important; }
}

@media (max-width: 768px) {
  .nav {
    top: 8px;
    left: 8px;
    right: 8px;
    height: 56px;
    border-radius: 12px;
  }
  .nav-inner { padding: 0 14px; gap: 8px; }
  .nav-logo img { height: 26px; }
  .nav-logo-name { font-size: 0.88rem; }
  .nav-logo-sub { display: none; }
  .btn-gold-nav { display: none; }
  .nav-toggle span { width: 20px; }
}

/* =====================================================
   8. BUTTONS
   ===================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  transition: all 0.4s var(--ease-smooth);
  position: relative;
  overflow: hidden;
}

.btn-gold {
  background: var(--gold);
  color: var(--black);
  box-shadow: 0 0 20px rgba(201, 168, 76, 0.15);
}
.btn-gold:hover {
  background: var(--gold-light);
  box-shadow: 0 0 40px rgba(201, 168, 76, 0.35);
}

.btn-dark {
  background: var(--dark);
  color: var(--off-white);
  border: 1px solid var(--border);
}
.btn-dark:hover {
  background: var(--surface);
  border-color: var(--gold);
}

.btn-outline {
  background: transparent;
  color: var(--off-white);
  border: 1px solid var(--border);
}
.btn-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, 0.25);
}
.btn-outline-gold:hover {
  background: rgba(201, 168, 76, 0.08);
  border-color: var(--gold);
}

.btn-outline-white {
  background: transparent;
  color: var(--off-white);
  border: 1px solid rgba(250, 250, 245, 0.2);
}
.btn-outline-white:hover {
  background: rgba(250, 250, 245, 0.06);
  border-color: rgba(250, 250, 245, 0.5);
}

.btn-lg { padding: 18px 40px; font-size: 0.82rem; }

.btn-arrow::after {
  content: '\2192';
  font-size: 1em;
  transition: transform 0.3s var(--ease-smooth);
}
.btn-arrow:hover::after { transform: translateX(4px); }

/* Magnetic wrapper */
.magnetic {
  position: relative;
  display: inline-block;
}

/* =====================================================
   9. HERO
   ===================================================== */
.hero {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--black);
  padding-top: calc(var(--nav-h) + 24px);
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  min-height: 0;
  padding: 60px 48px 40px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.hero-text {
  padding-right: 80px;
  max-width: 700px;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
  opacity: 0;
}
.hero-label::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--off-white);
  margin-bottom: 28px;
}
.hero-title em {
  color: var(--gold);
  font-style: italic;
}
.hero-title br { display: block; }

.hero-sub {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-sec);
  max-width: 440px;
  margin-bottom: 40px;
  opacity: 0;
}

.hero-cta {
  display: flex;
  gap: 16px;
  align-items: center;
  opacity: 0;
}

.hero-visual {
  position: relative;
  height: 560px;
  max-height: 65vh;
  overflow: hidden;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  /* clip-path anime par GSAP uniquement - visible par defaut */
}
.hero-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to right, var(--black) 0%, transparent 30%),
    linear-gradient(to left, var(--black) 0%, transparent 15%),
    linear-gradient(to top, var(--black) 0%, transparent 40%),
    linear-gradient(to bottom, var(--black) 0%, transparent 20%);
}
.hero-visual::after {
  display: none;
}

.hero-stats {
  display: flex;
  gap: 0;
  padding: 0 48px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid var(--border);
  opacity: 0;
}
.hero-stat {
  flex: 1;
  padding: 28px 32px;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-value {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--gold);
  letter-spacing: -0.02em;
}
.hero-stat-label {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 4px;
}

@media (max-width: 1024px) {
  .hero-split {
    grid-template-columns: 1fr;
    padding: 60px 32px 0;
    min-height: auto;
  }
  .hero-text {
    padding-right: 0;
    padding-top: 40px;
    text-align: center;
    max-width: 100%;
  }
  .hero-title { font-size: clamp(2.8rem, 8vw, 4.5rem); }
  .hero-sub { margin: 0 auto 32px; text-align: center; }
  .hero-cta { justify-content: center; }
  .hero-visual {
    height: 50vh;
    max-height: 400px;
    margin-top: 48px;
  }
  .hero-stats {
    flex-wrap: wrap;
    padding: 0 32px;
  }
  .hero-stat {
    flex: 1 1 50%;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border);
  }
  .hero-stat:nth-child(odd) { border-right: 1px solid var(--border); }
  .hero-stat:nth-child(even) { border-right: none; }
  .hero-stat:nth-last-child(-n+2) { border-bottom: none; }
}

@media (max-width: 480px) {
  .hero-split { padding: 40px 20px 0; }
  .hero-title { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .hero-stats { padding: 0 20px; }
  .hero-stat { flex: 1 1 100%; border-right: none !important; }
}

/* =====================================================
   10. TRUST BAND
   ===================================================== */
.trust-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 24px 48px;
  background: var(--dark-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}
.trust-badges {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-sec);
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  white-space: nowrap;
}
.trust-badge svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
}

/* =====================================================
   11. TICKER
   ===================================================== */
.ticker-wrap {
  overflow: hidden;
  padding: 20px 0;
  background: var(--black);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ticker-wrap.ticker-dark {
  background: var(--dark-alt);
}
/* Ticker clair - cassure visuelle */
.ticker-wrap.ticker-light {
  background: #ffffff;
  border-top: none;
  border-bottom: none;
  padding: 22px 0;
}
.ticker-wrap.ticker-light .ticker-item {
  color: #1a1a1a;
  opacity: 1;
  font-weight: 400;
}
.ticker-wrap.ticker-light .ticker-item .sep {
  background: var(--gold);
  opacity: 1;
}
.ticker {
  display: flex;
  animation: ticker 40s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 32px;
  font-family: var(--font-display);
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  font-weight: 300;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}
.ticker-item .sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.5;
}
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =====================================================
   12. SERVICES HORIZONTAL SCROLL
   ===================================================== */
.services-hscroll {
  overflow: hidden;
  background: var(--dark-alt);
  padding-top: var(--section-pad);
}
.services-hscroll .section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
  padding: 0 48px;
}
.services-hscroll .section-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1;
  margin-top: 16px;
}

.services-track {
  display: flex;
  gap: 24px;
  padding: 0 48px 0 calc(50vw - var(--container) / 2 + 48px);
  will-change: transform;
}

.service-card {
  min-width: 380px;
  max-width: 380px;
  padding: 48px 36px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  flex-shrink: 0;
  transition: border-color 0.4s, box-shadow 0.4s;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 0 60px rgba(201, 168, 76, 0.06);
}
.service-card-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.15);
  line-height: 1;
  margin-bottom: 24px;
}
.service-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--off-white);
}
.service-card p {
  font-size: 0.88rem;
  color: var(--text-sec);
  line-height: 1.7;
  flex-grow: 1;
}
.service-card-link {
  margin-top: 28px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s;
}
.service-card-link:hover { gap: 14px; }
.service-card-link::after { content: '\2192'; }

/* Mobile: stack services */
@media (max-width: 1024px) {
  .services-hscroll { padding-top: 72px; overflow: hidden; }
  .services-track {
    flex-direction: column;
    padding: 0 20px !important;
    gap: 16px;
    transform: none !important;
    will-change: auto;
  }
  .service-card {
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 32px 24px;
    flex-shrink: 1;
  }
  .services-hscroll .section-header { margin-bottom: 48px; padding: 0 20px; }
}

/* =====================================================
   13. PINNED PROCESS SECTION
   ===================================================== */
.process-pinned {
  position: relative;
  background: var(--black);
}
.process-inner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.process-content {
  text-align: center;
  max-width: 700px;
  padding: 0 48px;
}
.process-num {
  font-family: var(--font-display);
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 300;
  color: rgba(201, 168, 76, 0.08);
  line-height: 1;
  margin-bottom: 8px;
  transition: none;
}
.process-step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 48px;
  opacity: 0;
  pointer-events: none;
}
.process-step.is-active {
  opacity: 1;
  pointer-events: auto;
}
.process-step-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  color: var(--off-white);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.process-step-desc {
  font-size: 0.92rem;
  color: var(--text-sec);
  line-height: 1.75;
}
.process-step-num {
  font-family: var(--font-display);
  font-size: clamp(6rem, 15vw, 12rem);
  font-weight: 300;
  color: var(--gold);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 16px;
}

.process-progress {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
}
.process-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  transition: all 0.4s var(--ease-smooth);
}
.process-dot.is-active {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(201, 168, 76, 0.4);
}
.process-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* =====================================================
   14. QUOTE / MANIFESTO
   ===================================================== */
.manifesto {
  padding: 120px 0;
  background: var(--dark-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.manifesto-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--off-white);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.manifesto-quote em {
  color: var(--gold);
  font-style: italic;
}
.manifesto-author {
  text-align: center;
  margin-top: 32px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* =====================================================
   15. CLIENTS SECTION
   ===================================================== */
.clients-section {
  padding: var(--section-pad) 0;
  background: var(--black);
}
.clients-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}
.clients-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  margin-top: 16px;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.client-col {
  padding: 48px 40px;
  border-right: 1px solid var(--border);
  position: relative;
  transition: background 0.4s;
}
.client-col:last-child { border-right: none; }
.client-col:hover { background: rgba(201, 168, 76, 0.02); }

.client-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 400;
  color: #9A7B35;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
  position: relative;
}
.client-col h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--off-white);
  position: relative;
}
.client-col h3::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--gold);
  margin-top: 16px;
}
.client-col p {
  font-size: 0.88rem;
  color: var(--text-sec);
  line-height: 1.75;
  position: relative;
}

@media (max-width: 768px) {
  .clients-grid { grid-template-columns: 1fr; }
  .client-col {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 40px 24px;
  }
  .client-col:last-child { border-bottom: none; }
}

/* =====================================================
   16. FOUNDER SECTION
   ===================================================== */
.founder-section {
  padding: var(--section-pad) 0;
  background: var(--dark-alt);
  overflow: hidden;
}
.founder-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.founder-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
.founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  backface-visibility: hidden;
}
.founder-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, var(--dark-alt) 0%, transparent 20%),
    linear-gradient(to top, var(--dark-alt) 0%, transparent 35%),
    linear-gradient(to right, var(--dark-alt) 0%, transparent 15%),
    linear-gradient(to left, var(--dark-alt) 0%, transparent 15%);
}

.founder-content .label { margin-bottom: 16px; }
.founder-content h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 28px;
}
.founder-content h2 em { color: var(--gold); }
.founder-divider {
  width: 32px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 28px;
}
.founder-content p {
  font-size: 0.92rem;
  color: var(--text-sec);
  line-height: 1.8;
  margin-bottom: 16px;
}
.founder-content p strong { color: var(--off-white); font-weight: 500; }
.founder-name {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .founder-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .founder-photo { max-width: 100%; margin: 0 auto; }
}

/* Legacy about styles (for internal pages) */
.about-section { background: var(--dark-alt); padding: var(--section-pad) 0; }
.about-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: start;
}
.about-photo-wrap { position: relative; }
.about-photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 0;
  background: var(--charcoal);
  border: 1px solid rgba(201, 168, 76, 0.1);
}
.about-photo-badge {
  position: absolute;
  bottom: 28px;
  left: -16px;
  background: var(--gold-gradient);
  color: var(--black);
  -webkit-text-fill-color: var(--black);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 2px;
}
.about-divider { width: 32px; height: 1px; background: rgba(201, 168, 76, 0.3); margin-bottom: 24px; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.about-tag {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  border-radius: 2px;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.04);
}

.accent-line { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.accent-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.accent-line::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.section-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.section-headline em { color: var(--gold); }

/* =====================================================
   17. FAQ
   ===================================================== */
.faq-section {
  padding: var(--section-pad) 0;
}
.faq-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 64px;
}
.faq-header h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
  margin-top: 16px;
}

.faq-list { max-width: 760px; margin: 0 auto; }

.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--off-white);
  cursor: pointer;
  transition: color 0.3s;
  gap: 20px;
  user-select: none;
}
.faq-q:hover { color: var(--gold); }
.faq-icon {
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--gold);
  transition: transform 0.4s var(--ease-smooth);
  flex-shrink: 0;
}
.faq-item.is-active .faq-icon { transform: rotate(45deg); }

.faq-a {
  overflow: hidden;
  height: 0;
}
.faq-a-inner {
  padding: 0 0 24px;
  font-size: 0.9rem;
  color: var(--text-sec);
  line-height: 1.8;
}

/* FAQ on light bg */
.bg-white .faq-item, .bg-cream .faq-item,
[style*="background: #fff"] .faq-item,
[style*="background:#fff"] .faq-item { border-color: rgba(0,0,0,0.08); }
.bg-white .faq-q, .bg-cream .faq-q,
[style*="background: #fff"] .faq-q,
[style*="background:#fff"] .faq-q { color: var(--dark); }
.bg-white .faq-q:hover, .bg-cream .faq-q:hover,
[style*="background: #fff"] .faq-q:hover { color: var(--gold-dark); }
.bg-white .faq-a-inner, .bg-cream .faq-a-inner,
[style*="background: #fff"] .faq-a-inner { color: #555; }
.bg-white .faq-header h2, .bg-cream .faq-header h2,
[style*="background: #fff"] .faq-header h2 { color: var(--dark); }
.bg-white .label, .bg-cream .label { color: var(--gold-dark); }

/* =====================================================
   18. FINAL CTA
   ===================================================== */
.final-cta {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--black);
  padding: 120px 48px;
  position: relative;
}
.final-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--gold));
}
.cta-word {
  font-family: var(--font-display);
  font-size: clamp(4rem, 12vw, 10rem);
  font-weight: 300;
  color: var(--off-white);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 24px;
}
.final-cta .cta-sub {
  font-size: 1rem;
  color: var(--text-sec);
  max-width: 440px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.final-cta .cta-contact {
  display: flex;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.final-cta .cta-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  transition: color 0.3s;
}
.final-cta .cta-contact a:hover { color: var(--gold); }
.final-cta .cta-contact svg {
  width: 16px;
  height: 16px;
}

/* Legacy CTA sections (for internal pages) */
.cta-light {
  padding: 120px 0;
  text-align: center;
  background: var(--dark-alt);
  border-top: 1px solid var(--border);
}
.cta-light h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 16px;
}
.cta-dark-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.cta-dark-label::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.cta-dark-sub {
  font-size: 0.95rem;
  color: var(--text-sec);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.cta-dark-actions { margin-bottom: 0; }
.cta-dark-contact {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.cta-dark-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--text-muted);
  transition: color 0.3s;
}
.cta-dark-contact a:hover { color: var(--gold); }
.cta-dark-contact svg { width: 16px; height: 16px; }

/* =====================================================
   19. FOOTER
   ===================================================== */
.footer {
  background: var(--black);
  border-top: 1px solid var(--border);
  padding: 80px 0 0;
}
.footer-main-5 {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border);
}
.footer-brand-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.footer-brand-logo img { height: 28px; width: auto; }
.footer-brand-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
}
.footer-tagline {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.footer-brand-desc {
  font-size: 0.82rem;
  color: var(--text-sec);
  line-height: 1.7;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 12px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 2px;
  transition: all 0.3s;
}
.footer-social a[aria-label="LinkedIn"] {
  color: #0A66C2;
  border-color: rgba(10, 102, 194, 0.3);
}
.footer-social a[aria-label="LinkedIn"]:hover {
  border-color: #0A66C2;
  background: rgba(10, 102, 194, 0.1);
}
.footer-social a[aria-label="YouTube"] {
  color: #FF0000;
  border-color: rgba(255, 0, 0, 0.3);
}
.footer-social a[aria-label="YouTube"]:hover {
  border-color: #FF0000;
  background: rgba(255, 0, 0, 0.1);
}
.footer-social svg, .footer-social i {
  width: 16px;
  height: 16px;
  font-size: 14px;
}

.footer-col h4 {
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--off-white);
  margin-bottom: 20px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a {
  font-size: 0.82rem;
  color: var(--text-sec);
  transition: color 0.3s;
}
.footer-col li a:hover { color: var(--gold); }

.footer-newsletter-form {
  display: flex;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  margin-top: 12px;
}
.footer-newsletter-form input {
  flex: 1;
  padding: 10px 14px;
  font-size: 0.8rem;
  background: transparent;
  color: var(--text);
  min-width: 0;
}
.footer-newsletter-form input::placeholder { color: var(--text-muted); }
.footer-newsletter-form button {
  padding: 10px 16px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--black);
  transition: background 0.3s;
  white-space: nowrap;
}
.footer-newsletter-form button:hover { background: var(--gold-light); }

.footer-certif {
  padding: 24px 0;
  text-align: center;
}
.footer-certif p {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

.footer-seo {
  padding: 0 0 24px;
}
.footer-seo p {
  font-size: 0.68rem;
  color: rgba(250, 250, 245, 0.12);
  line-height: 1.6;
  text-align: center;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--border);
}
.footer-bottom p {
  font-size: 0.72rem;
  color: var(--text-muted);
}
.footer-legal {
  display: flex;
  gap: 24px;
}
.footer-legal a {
  font-size: 0.72rem;
  color: var(--text-muted);
  transition: color 0.3s;
}
.footer-legal a:hover { color: var(--gold); }

@media (max-width: 1024px) {
  .footer-main-5 {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 768px) {
  .footer { padding: 60px 0 0; }
  .footer-main-5 {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
  }
  .footer-brand { grid-column: span 1; }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* =====================================================
   20. PAGE HEADERS (Internal pages)
   ===================================================== */
.page-header {
  padding: 160px 0 80px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.page-header-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.page-header-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5,5,5,0.75), rgba(5,5,5,0.92));
  z-index: 1;
}
.page-header .container { position: relative; z-index: 2; }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}
.breadcrumb a { color: var(--text-muted); transition: color 0.3s; }
.breadcrumb a:hover { color: var(--gold); }

.page-header-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.03em;
  max-width: 700px;
}
.page-header h1 em { color: var(--gold); }
.page-header-sub {
  font-size: 0.95rem;
  color: var(--text-sec);
  line-height: 1.7;
  max-width: 560px;
  margin-top: 16px;
}

/* =====================================================
   21. CONTACT PAGE
   ===================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}
.contact-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 2px;
  flex-shrink: 0;
}
.contact-icon svg { width: 18px; height: 18px; color: var(--gold); }
.contact-info-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.contact-info-value {
  font-size: 0.88rem;
  color: var(--text-sec);
  line-height: 1.6;
}
.contact-info-value a { transition: color 0.3s; }
.contact-info-value a:hover { color: var(--gold); }

.form-section {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 48px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--text-sec);
}
.form-control {
  width: 100%;
  padding: 12px 16px;
  background: var(--dark);
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text);
  font-size: 0.88rem;
  transition: border-color 0.3s;
}
.form-control:focus { border-color: var(--gold); }
.form-control::placeholder { color: var(--text-muted); }
textarea.form-control { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Light bg form overrides */
.bg-cream .form-section, .bg-white .form-section {
  background: #fff;
  border-color: rgba(0,0,0,0.08);
}
.bg-cream .form-control, .bg-white .form-control {
  background: #f8f6f2;
  border-color: rgba(0,0,0,0.08);
  color: var(--dark);
}
.bg-cream .form-control:focus, .bg-white .form-control:focus {
  border-color: var(--gold);
}
.bg-cream .form-group label, .bg-white .form-group label {
  color: #666;
}

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .form-section { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
}

/* =====================================================
   22. SERVICES PAGE
   ===================================================== */
.service-detail {
  padding: var(--section-pad) 0;
  border-bottom: 1px solid var(--border);
}
.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.service-detail-num {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.08);
  line-height: 1;
  margin-bottom: 16px;
}
.service-detail h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 20px;
}
.service-detail p {
  font-size: 0.92rem;
  color: var(--text-sec);
  line-height: 1.8;
  margin-bottom: 12px;
}

.service-detail-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: 40px;
}
.service-detail-card h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  color: var(--off-white);
}
.service-detail-card ul { display: flex; flex-direction: column; gap: 10px; }
.service-detail-card li {
  font-size: 0.88rem;
  color: var(--text-sec);
  padding-left: 20px;
  position: relative;
}
.service-detail-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

.service-pill {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid rgba(201, 168, 76, 0.3);
  border-radius: 2px;
  color: var(--gold);
  margin-top: 4px;
}

@media (max-width: 768px) {
  .service-detail-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* =====================================================
   23. ABOUT PAGE
   ===================================================== */
/* Pourquoi/Why grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.why-card {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--surface);
  transition: border-color 0.4s, box-shadow 0.4s;
}
.why-card:hover {
  border-color: rgba(201, 168, 76, 0.25);
  box-shadow: 0 0 40px rgba(201, 168, 76, 0.04);
}
.why-card-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.why-card-icon svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
}
.why-card h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--off-white);
}
.why-card p {
  font-size: 0.88rem;
  color: var(--text-sec);
  line-height: 1.75;
}

/* Light bg why cards */
.bg-white .why-card, .bg-cream .why-card {
  background: #fff;
  border-color: rgba(0,0,0,0.06);
}
.bg-white .why-card:hover, .bg-cream .why-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
}
.bg-white .why-card h3, .bg-cream .why-card h3 { color: var(--dark); }
.bg-white .why-card p, .bg-cream .why-card p { color: #555; }

/* Values grid */
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.value-card {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 2px;
  transition: border-color 0.4s;
}
.value-card:hover { border-color: rgba(201, 168, 76, 0.3); }
.value-card-icon { margin-bottom: 20px; }
.value-card-icon svg { width: 24px; height: 24px; color: var(--gold); }
.value-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
.value-card p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.75; }

@media (max-width: 768px) {
  .why-grid, .values-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-photo-badge { left: 0; }
}

/* =====================================================
   24. APPROACH PAGE
   ===================================================== */
.approach-section { padding: var(--section-pad) 0; }
.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.approach-step {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 2px;
  text-align: center;
  transition: border-color 0.4s;
}
.approach-step:hover { border-color: rgba(201, 168, 76, 0.3); }
.approach-step-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.2);
  margin-bottom: 16px;
}
.approach-step h3 { font-size: 1.1rem; margin-bottom: 12px; }
.approach-step p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.7; }

/* Comparison table */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}
.comparison-table th, .comparison-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 0.88rem;
}
.comparison-table th {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--surface);
}
.comparison-table td { color: var(--text-sec); }
.comparison-highlight { background: rgba(201, 168, 76, 0.04); }
.comparison-highlight td { color: var(--off-white); font-weight: 500; }

/* Timeline */
.timeline { position: relative; padding: 40px 0; }
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--border);
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
  position: relative;
}
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .approach-grid { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 20px; }
  .timeline::before { left: 20px; }
  .timeline-dot { left: 20px; }
}

/* =====================================================
   25. CLIENTELE PAGE
   ===================================================== */
.client-card {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background: var(--surface);
  transition: all 0.4s;
}
.client-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateY(-2px);
}
.client-card-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.25);
  margin-bottom: 16px;
}
.client-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.client-card p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.75; }

.clients-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.client-profile {
  padding: 40px;
  border: 1px solid var(--border);
  border-radius: 2px;
}
.client-profile h3 { font-size: 1.15rem; margin-bottom: 12px; }
.client-profile p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.75; }

/* Numbers grid */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.number-card { text-align: center; padding: 32px; }
.number-card-value {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--gold);
}
.number-card-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-sec);
  margin-top: 8px;
}

@media (max-width: 768px) {
  .clients-strip { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
}

/* =====================================================
   26. BLOG & ARTICLES
   ===================================================== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.blog-card {
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.4s;
  background: var(--surface);
}
.blog-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.blog-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-smooth);
}
.blog-card:hover .blog-card-img img { transform: scale(1.05); }

.blog-card-content { padding: 28px; }
.blog-card-tag {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.blog-card-content h3 {
  font-size: 1.1rem;
  line-height: 1.35;
  margin-bottom: 12px;
  color: var(--off-white);
  transition: color 0.3s;
}
.blog-card:hover h3 { color: var(--gold); }
.blog-card-content p {
  font-size: 0.82rem;
  color: var(--text-sec);
  line-height: 1.65;
  margin-bottom: 16px;
}
.blog-card-link {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-card-link::after { content: '\2192'; transition: transform 0.3s; }
.blog-card:hover .blog-card-link::after { transform: translateX(4px); }

/* Light bg blog cards */
.bg-cream .blog-card, .bg-white .blog-card {
  background: #fff;
  border-color: rgba(0,0,0,0.06);
}
.bg-cream .blog-card h3, .bg-white .blog-card h3 { color: var(--dark); }
.bg-cream .blog-card p, .bg-white .blog-card p { color: #555; }
.bg-cream .blog-card:hover, .bg-white .blog-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.blog-card-meta {
  font-size: 0.72rem;
  color: var(--text-muted);
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   27. ARTICLE PAGE
   ===================================================== */
.article-hero {
  padding: 160px 0 60px;
  background: var(--dark);
}
.article-hero .label { margin-bottom: 16px; }
.article-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 300;
  max-width: 800px;
  margin-bottom: 20px;
}
.article-hero .article-meta {
  font-size: 0.78rem;
  color: var(--text-muted);
  display: flex;
  gap: 20px;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
.article-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 400;
  margin: 48px 0 20px;
  color: var(--off-white);
}
.article-body h3 {
  font-size: 1.2rem;
  margin: 36px 0 16px;
  color: var(--off-white);
}
.article-body p {
  font-size: 0.95rem;
  color: var(--text-sec);
  line-height: 1.85;
  margin-bottom: 20px;
}
.article-body a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.3s;
}
.article-body a:hover { color: var(--gold-light); }
.article-body ul, .article-body ol {
  margin: 16px 0 24px 24px;
}
.article-body li {
  font-size: 0.92rem;
  color: var(--text-sec);
  line-height: 1.8;
  margin-bottom: 8px;
  list-style: disc;
}
.article-body ol li { list-style: decimal; }
.article-body strong { color: var(--off-white); font-weight: 600; }
.article-body em { font-style: italic; }
.article-body blockquote {
  border-left: 2px solid var(--gold);
  padding: 16px 24px;
  margin: 28px 0;
  background: rgba(201, 168, 76, 0.04);
}
.article-body blockquote p { color: var(--off-white); margin-bottom: 0; }

/* Article tables */
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.88rem;
}
.article-body th {
  text-align: left;
  padding: 12px 16px;
  background: var(--surface);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border);
}
.article-body td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  color: var(--text-sec);
}
.article-body tr:hover td { background: rgba(201, 168, 76, 0.02); }

/* Light bg article tables */
.bg-cream .article-body th, .bg-white .article-body th {
  background: rgba(0,0,0,0.03);
  color: var(--gold-dark);
  border-color: rgba(0,0,0,0.08);
}
.bg-cream .article-body td, .bg-white .article-body td {
  color: #4a4a4a;
  border-color: rgba(0,0,0,0.06);
}
.bg-cream .article-body tr:hover td, .bg-white .article-body tr:hover td {
  background: rgba(201, 168, 76, 0.04);
}

/* Callout */
.callout {
  padding: 28px 32px;
  border: 1px solid rgba(201, 168, 76, 0.15);
  background: rgba(201, 168, 76, 0.04);
  border-radius: 2px;
  margin: 28px 0;
}
.callout p { color: var(--text-sec); margin-bottom: 0; }
.callout strong { color: var(--gold); }

/* Article nav */
.article-nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid var(--border);
  margin-top: 40px;
}
.article-nav a {
  font-size: 0.82rem;
  color: var(--text-sec);
  transition: color 0.3s;
}
.article-nav a:hover { color: var(--gold); }

/* Article CTA */
.article-cta {
  padding: 48px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  text-align: center;
  margin: 48px 0;
}
.article-cta h3 { font-size: 1.3rem; margin-bottom: 12px; }
.article-cta p { font-size: 0.88rem; color: var(--text-sec); margin-bottom: 24px; }

/* Scroll progress for articles */
.article-progress {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  height: 2px;
  background: var(--gold-gradient);
  z-index: 8999;
  width: 0%;
}

/* =====================================================
   28. SIMULATORS (preserving existing)
   ===================================================== */
/* simulateurs.css handles this separately */

/* =====================================================
   29. BOOKING MODAL
   ===================================================== */
.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.booking-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.booking-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}
.booking-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  height: 80vh;
  max-height: 750px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
}
.booking-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.booking-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark);
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--off-white);
  font-size: 1.2rem;
  z-index: 10;
  transition: border-color 0.3s;
}
.booking-close:hover { border-color: var(--gold); }

/* =====================================================
   30. SCROLL ANIMATIONS
   ===================================================== */
/* Reveal: visible par defaut, GSAP gere le hide/show */
/* Si JS echoue, le contenu reste visible */
.reveal {
  /* GSAP met opacity:0 + y:40 via JS */
  /* Pas de opacity:0 en CSS = fallback safe */
}

/* Stagger delays for reveal siblings */
.reveal.stagger-1 { transition-delay: 0.1s; }
.reveal.stagger-2 { transition-delay: 0.2s; }
.reveal.stagger-3 { transition-delay: 0.3s; }
.reveal.stagger-4 { transition-delay: 0.4s; }
.reveal.stagger-5 { transition-delay: 0.5s; }

/* Legacy animation classes (backward compat) */
/* GSAP gere le hide/show - pas de opacity:0 en CSS = fallback safe */
.fade-up, .fade-in {
  /* Visible par defaut, GSAP anime via JS */
}
.fade-up.is-visible, .fade-in.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.stagger-1 { transition-delay: 0.1s !important; }
.stagger-2 { transition-delay: 0.2s !important; }
.stagger-3 { transition-delay: 0.3s !important; }
.stagger-4 { transition-delay: 0.4s !important; }
.stagger-5 { transition-delay: 0.5s !important; }

/* =====================================================
   31. PILLAR IMAGE CARDS (legacy)
   ===================================================== */
.pillar-cards-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.pillar-card-img {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 2px;
  overflow: hidden;
}
.pillar-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-smooth);
}
.pillar-card-img:hover img { transform: scale(1.05); }
.pillar-card-img .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,0.8), transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}
.pillar-card-img .overlay h3 { font-size: 1.2rem; color: var(--off-white); }
.pillar-card-img .overlay p { font-size: 0.82rem; color: var(--text-sec); margin-top: 8px; }

/* Pourquoi grid (legacy) */
.pourquoi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.pourquoi-card {
  padding: 36px;
  border: 1px solid var(--border);
  border-radius: 2px;
}
.pourquoi-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.pourquoi-card p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.7; }

/* Bento grid (legacy) */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bento-card {
  padding: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 2px;
  transition: border-color 0.4s;
}
.bento-card:hover { border-color: rgba(201, 168, 76, 0.3); }
.bento-card.bento-large { grid-column: span 2; grid-row: span 2; padding: 56px; }
.bento-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.bento-card p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.7; }
.bento-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.2);
  margin-bottom: 16px;
}

/* Services grid (legacy) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Process horizontal timeline (legacy) */
.process-timeline {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 40px 0;
  position: relative;
}
.process-step-legacy {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  max-width: 220px;
}
.process-step-legacy .step-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.25);
  margin-bottom: 12px;
}
.process-step-legacy h4 { font-size: 0.95rem; margin-bottom: 8px; }
.process-step-legacy p { font-size: 0.82rem; color: var(--text-sec); line-height: 1.65; }

/* Trust band legacy */
.trust-band-legacy {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  padding: 40px 48px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--dark-alt);
  align-items: center;
}

/* =====================================================
   32. RESPONSIVE OVERRIDES
   ===================================================== */
@media (max-width: 1024px) {
  :root { --section-pad: 100px; }
  .container { padding: 0 32px; }

  /* Grids: 2 colonnes max */
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .pourquoi-grid { grid-template-columns: repeat(2, 1fr); }
  .pillar-cards-images { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .bento-grid { grid-template-columns: 1fr 1fr; }
  .bento-card.bento-large { grid-column: span 2; grid-row: span 1; }
  .clients-grid { grid-template-columns: 1fr; }
  .client-col { border-right: none; border-bottom: 1px solid var(--border); }
  .client-col:last-child { border-bottom: none; }
  .articles-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-full-grid { grid-template-columns: 1fr; gap: 32px; }

  /* Paddings reduits */
  .page-header { padding: 120px 0 60px; }
  .manifesto { padding: 80px 0; }
  .final-cta { padding: 80px 32px; min-height: 60vh; }
  .cta-light { padding: 80px 0; }
  .article-hero, .articles-hero { padding: 120px 0 48px; }

  /* Process: afficher tous les steps en colonne */
  .process-pinned { height: auto !important; min-height: 0 !important; }
  .process-inner {
    height: auto !important;
    min-height: 0 !important;
    flex-direction: column;
  }
  .process-step {
    position: relative !important;
    inset: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    padding: 40px 24px;
    border-bottom: 1px solid var(--border);
    max-width: 100% !important;
    width: 100% !important;
  }
  .process-step:last-of-type { border-bottom: none; }
  .process-progress, .process-label { display: none; }
  .process-num { display: none; }
  .process-content { padding: 0 20px; }

  /* Trust band legacy + process timeline */
  .trust-band-legacy { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
  .process-timeline { flex-direction: column; align-items: flex-start; }
  .process-step-legacy { max-width: 100%; }

  /* Timeline */
  .timeline-step { grid-template-columns: 1fr; gap: 16px; }
  .timeline-num { text-align: left; font-size: 2rem; }
  .timeline-line { display: none; }

  /* Tables: scroll horizontal */
  .comparison-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 72px;
    --nav-h: 56px;
  }
  .container { padding: 0 20px; }
  .section-sm { padding: 64px 0; }
  .section-xs { padding: 40px 0; }

  .page-header { padding: 100px 0 48px; }
  .page-header h1 { font-size: clamp(1.8rem, 6vw, 2.8rem); }

  .pourquoi-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card.bento-large { grid-column: span 1; }
  .articles-grid { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .numbers-grid { grid-template-columns: 1fr; }

  .manifesto { padding: 60px 0; }
  .manifesto-quote { font-size: clamp(1.1rem, 3vw, 1.6rem); padding: 0 16px; }

  .trust-band {
    flex-direction: column;
    padding: 24px;
    gap: 16px;
  }
  .trust-badges { justify-content: center; }

  .final-cta { padding: 60px 20px; min-height: auto; }
  .final-cta::before { height: 40px; }
  .cta-word { font-size: clamp(2.5rem, 10vw, 4rem); }
  .final-cta .cta-sub { font-size: 0.88rem; margin-bottom: 24px; }
  .final-cta .cta-contact { gap: 16px; margin-top: 24px; flex-direction: column; align-items: center; }
  .final-cta .cta-contact a { font-size: 0.72rem; min-height: 44px; display: flex; align-items: center; }

  .footer-main-5 { grid-template-columns: 1fr; }

  /* Founder section */
  .founder-section { padding: 64px 0; }
  .founder-photo { max-width: 100%; aspect-ratio: 4/3; }

  /* Clients section */
  .clients-section { padding: 64px 0; }
  .clients-header { margin-bottom: 48px; }
  .client-col { padding: 32px 20px; }

  /* Sections a fond clair */
  .bg-cream, .bg-white { padding: 64px 0; }

  /* Service detail */
  .service-detail-card { padding: 28px 20px; }
  .service-full { margin-bottom: 48px; padding-bottom: 48px; }
  .article-hero, .articles-hero { padding: 100px 0 40px; }
  .article-cta { padding: 32px 20px; }
  .form-section { padding: 32px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .bento-card.bento-large { padding: 32px 20px; }

  /* Font sizes minimum */
  .hero-label { font-size: 0.7rem; }
  .label { font-size: 0.7rem; }
  .footer-tagline { font-size: 0.68rem; }
  .service-pill { font-size: 0.68rem; }
  .article-card-badge { font-size: 0.65rem; }

  /* Touch targets */
  .footer-social a { min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; }
  .footer-col li a { padding: 6px 0; }
  .footer-legal a { padding: 8px 0; display: inline-block; }
  .service-card-link { padding: 8px 0; display: inline-block; }
}

@media (max-width: 480px) {
  .hero-title { font-size: clamp(2rem, 9vw, 3rem); }
  .page-header h1 { font-size: clamp(1.6rem, 7vw, 2.2rem); }
  .trust-badge { font-size: 0.65rem; padding: 6px 10px; }
}

/* =====================================================
   33. VIEW TRANSITIONS
   ===================================================== */
::view-transition-old(root) {
  animation: vt-fade-out 0.2s ease forwards;
}
::view-transition-new(root) {
  animation: vt-fade-in 0.25s ease forwards;
}
@keyframes vt-fade-out {
  from { opacity: 1; transform: scale(1); }
  to   { opacity: 0; transform: scale(0.99); }
}
@keyframes vt-fade-in {
  from { opacity: 0; transform: scale(1.01); }
  to   { opacity: 1; transform: scale(1); }
}

/* =====================================================
   34. SERVICES PAGE - DETAILED LAYOUTS
   ===================================================== */
.numbers-section { padding: 56px 0; background: var(--dark-alt); border-bottom: 1px solid var(--border); }
.number-val {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
.number-label { font-size: 0.82rem; color: var(--text-sec); line-height: 1.6; }
.number-label strong { display: block; color: var(--off-white); font-weight: 600; margin-bottom: 4px; }

.service-full { margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid var(--border); }
.service-full:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.service-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.service-full-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 300;
  color: var(--gold);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 16px;
}
.service-full h3 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); margin-bottom: 16px; }
.service-full-desc { font-size: 0.92rem; color: inherit; line-height: 1.8; }
.service-full-desc p { margin-bottom: 12px; }
.service-bullets { margin-top: 20px; }
.service-bullets li {
  font-size: 0.88rem;
  color: inherit;
  line-height: 1.7;
  padding: 6px 0 6px 20px;
  position: relative;
}
.service-bullets li::before { content: ''; position: absolute; left: 0; top: 14px; width: 6px; height: 1px; background: var(--gold); }
.service-card-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.bg-cream .service-full h3, .bg-white .service-full h3 { color: var(--dark); }
.bg-cream .service-full-desc, .bg-white .service-full-desc { color: #555; }
.bg-cream .service-full-desc p, .bg-white .service-full-desc p { color: #555; }
.bg-cream .service-bullets li, .bg-white .service-bullets li { color: #555; }
.bg-cream .service-full, .bg-white .service-full { border-color: rgba(0,0,0,0.06); }

/* Timeline (services/approach) */
.timeline-section { position: relative; padding: 60px 0; }
.timeline-step {
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 60px;
  position: relative;
}
.timeline-num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.3);
  text-align: center;
}
.timeline-content h4 { font-size: 1.1rem; margin-bottom: 8px; color: var(--off-white); }
.timeline-content p { font-size: 0.88rem; color: var(--text-sec); line-height: 1.75; }
.timeline-illus { font-size: 0.82rem; color: var(--text-muted); font-style: italic; }
.timeline-line { position: absolute; left: 40px; top: 0; bottom: 0; width: 1px; background: var(--border); }
.timeline-line-fill { width: 1px; background: var(--gold); height: 0; transition: height 0.3s; }

/* Light bg timeline */
.bg-cream .timeline-content h4, .bg-white .timeline-content h4 { color: var(--dark); }
.bg-cream .timeline-content p, .bg-white .timeline-content p { color: #555; }

@media (max-width: 768px) {
  .service-full-grid { grid-template-columns: 1fr; gap: 32px; }
  .timeline-step { grid-template-columns: 1fr; gap: 16px; }
  .timeline-num { text-align: left; font-size: 2rem; }
  .timeline-line { display: none; }
}

/* =====================================================
   35. CLIENTELE PAGE - PROFILES
   ===================================================== */
.profile-section { padding: var(--section-pad) 0; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.profile-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 300;
  color: rgba(201, 168, 76, 0.25);
  margin-bottom: 12px;
}
.profile-list { margin-top: 16px; }
.profile-list li {
  font-size: 0.85rem;
  color: var(--text-sec);
  padding: 4px 0 4px 16px;
  position: relative;
  line-height: 1.6;
}
.profile-list li::before { content: ''; position: absolute; left: 0; top: 12px; width: 6px; height: 1px; background: var(--gold); }

/* Light bg profiles */
.bg-cream .profile-list li, .bg-white .profile-list li { color: #555; }

@media (max-width: 768px) {
  .profile-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   36. BLOG PAGE - ARTICLE LISTING
   ===================================================== */
.articles-hero { padding: 160px 0 60px; background: var(--dark); }
.articles-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300;
}

.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 24px;
}

.articles-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-pill, .filter-link {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 8px 16px;
  border: 1px solid var(--border);
  border-radius: 2px;
  color: var(--text-sec);
  background: transparent;
  transition: all 0.3s;
  text-transform: uppercase;
}
.filter-pill:hover, .filter-link:hover,
.filter-pill.active, .filter-link.active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(201, 168, 76, 0.06);
}
/* Light bg filters */
.bg-cream .filter-pill, .bg-cream .filter-link,
.bg-white .filter-pill, .bg-white .filter-link {
  border-color: rgba(0,0,0,0.1);
  color: #666;
}
.bg-cream .filter-pill:hover, .bg-cream .filter-link:hover,
.bg-cream .filter-pill.active, .bg-cream .filter-link.active,
.bg-white .filter-pill:hover, .bg-white .filter-link:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.article-card {
  border: 1px solid var(--border);
  border-radius: 2px;
  overflow: hidden;
  background: var(--surface);
  transition: all 0.4s;
}
.article-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.article-card-img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--charcoal);
}
.article-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.article-card:hover .article-card-img img { transform: scale(1.05); }
.article-card-body { padding: 24px; }
.article-card-badge {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}
.article-card-body h3 { font-size: 1.05rem; line-height: 1.35; margin-bottom: 10px; color: var(--off-white); }
.article-card:hover h3 { color: var(--gold); }
.article-card-body p { font-size: 0.82rem; color: var(--text-sec); line-height: 1.6; margin-bottom: 14px; }
.article-card-link {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

/* Badge colors */
.badge-patrimoine { background: rgba(201, 168, 76, 0.12); color: var(--gold); }
.badge-fiscalite { background: rgba(59, 130, 246, 0.1); color: #60a5fa; }
.badge-investissement { background: rgba(16, 185, 129, 0.1); color: #34d399; }
.badge-immobilier { background: rgba(139, 92, 246, 0.1); color: #a78bfa; }
.badge-retraite { background: rgba(245, 158, 11, 0.1); color: #fbbf24; }
.badge-transmission { background: rgba(236, 72, 153, 0.1); color: #f472b6; }

/* Light bg article cards */
.bg-cream .article-card, .bg-white .article-card {
  background: #fff;
  border-color: rgba(0,0,0,0.06);
}
.bg-cream .article-card-body h3, .bg-white .article-card-body h3 { color: var(--dark); }
.bg-cream .article-card-body p, .bg-white .article-card-body p { color: #555; }
.bg-cream .article-card:hover, .bg-white .article-card:hover {
  border-color: rgba(201, 168, 76, 0.3);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .articles-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   37. APPROACH PAGE - COMPARISON TABLE
   ===================================================== */
.highlight { background: rgba(201, 168, 76, 0.06); }
.highlight td, .highlight th { font-weight: 600; }
.check { color: var(--gold); font-weight: 700; margin-right: 8px; }
.cross { color: var(--text-muted); margin-right: 8px; }
.cell-detail { display: block; font-size: 0.75rem; color: var(--text-muted); font-weight: 400; margin-top: 2px; }

/* Light bg table overrides */
.bg-cream .comparison-table th, .bg-white .comparison-table th {
  background: rgba(0,0,0,0.03);
  color: var(--gold-dark);
  border-color: rgba(0,0,0,0.08);
}
.bg-cream .comparison-table td, .bg-white .comparison-table td {
  color: #4a4a4a;
  border-color: rgba(0,0,0,0.06);
}
.bg-cream .highlight, .bg-white .highlight { background: rgba(201, 168, 76, 0.06); }
.bg-cream .cell-detail, .bg-white .cell-detail { color: #888; }

/* =====================================================
   38. SOCIAL YOUTUBE
   ===================================================== */
.social-youtube { display: flex; align-items: center; justify-content: center; }
.social-youtube i { font-size: 14px; }

/* =====================================================
   39. PRINT
   ===================================================== */
@media print {
  .nav, .footer, .cursor, .cursor-dot, .scroll-progress,
  .booking-modal, .final-cta, .trust-band, .ticker-wrap { display: none !important; }
  body { background: #fff; color: #000; cursor: auto; }
  .page-header { padding: 40px 0; }
  a { color: #000; }
}
