/* ═══════════════════════════════════════════════════════════════
   SITE VITRINE — INDEX.HTML SPECIFIC STYLES
   ═══════════════════════════════════════════════════════════════ */

/* ─── LANG-BAR (position: fixed spécifique à index) ─── */
.lang-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
}

/* ─── NAV (position: fixed spécifique à index) ─── */
nav {
  position: fixed;
  top: 40px; left: 0; right: 0;
  backdrop-filter: blur(12px);
  background: rgba(17,29,40,0.97);
  transition: background 0.4s;
}
.nav-links a { position: relative; }
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.3s;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta::after { display: none !important; }

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  background: var(--navy-deep);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 112px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 55%; height: 100%;
  background: linear-gradient(135deg, transparent 0%, rgba(180,154,106,0.04) 100%);
  pointer-events: none;
}
.hero-bg-text {
  position: absolute;
  bottom: -2rem; right: -1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18vw;
  font-weight: 300;
  color: rgba(180,154,106,0.04);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.02em;
}
.hero-content {
  padding: 6rem 4rem;
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease both;
}
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; margin-bottom: 2.5rem; }
.hero-eyebrow span { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
.hero-eyebrow::before { content: ''; width: 2rem; height: 1px; background: var(--gold); display: block; }
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 300;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 1.8rem;
  letter-spacing: 0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-size: 0.95rem;
  color: rgba(245,240,232,0.55);
  line-height: 1.8;
  max-width: 440px;
  margin-bottom: 3rem;
  font-weight: 300;
}
.hero-actions { display: flex; gap: 1.2rem; align-items: center; flex-wrap: wrap; }
.btn-ghost {
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,240,232,0.5);
  border-bottom: 1px solid rgba(245,240,232,0.2);
  padding-bottom: 2px;
  transition: all 0.3s;
}
.btn-ghost:hover { color: var(--gold); border-color: var(--gold); }
.btn-primary:hover { transform: translateY(-1px); }

.hero-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
  animation: fadeIn 1.2s ease both 0.3s;
}
.hero-photo-wrap {
  position: relative;
  width: 380px;
  max-width: 90%;
}
.hero-photo-wrap::before {
  content: '';
  position: absolute;
  bottom: -1.5rem; right: -1.5rem;
  width: 100%; height: 100%;
  border: 1px solid rgba(180,154,106,0.3);
  z-index: 0;
}
.hero-photo { width: 100%; display: block; position: relative; z-index: 1; filter: grayscale(15%); }
.hero-photo-caption {
  position: absolute;
  bottom: 1.5rem; left: -2rem;
  background: var(--navy-deep);
  border-left: 2px solid var(--gold);
  padding: 0.8rem 1.2rem;
  z-index: 2;
}
.hero-photo-caption strong {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--cream);
  letter-spacing: 0.05em;
}
.hero-photo-caption span {
  font-size: 0.62rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}

/* ─── PILLARS ─── */
.pillars {
  background: var(--navy-mid);
  border-top: 1px solid rgba(180,154,106,0.15);
  border-bottom: 1px solid rgba(180,154,106,0.15);
  padding: 1.8rem 4rem;
  display: flex;
  justify-content: center;
  gap: 0;
}
.pillar { display: flex; align-items: center; gap: 0.7rem; padding: 0 2.5rem; border-right: 1px solid rgba(180,154,106,0.2); }
.pillar:last-child { border-right: none; }
.pillar-dot { width: 5px; height: 5px; background: var(--gold); flex-shrink: 0; }
.pillar span { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.6); font-weight: 400; }

/* ─── SECTIONS ─── */
section { padding: 7rem 4rem; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 0.8rem; margin-bottom: 1.5rem; }
.section-eyebrow::before { content: ''; width: 2rem; height: 1px; background: var(--gold); display: block; }
.section-eyebrow span { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); font-weight: 400; }
h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}
.dark-section h2 { color: var(--cream); }
.lead { font-size: 1rem; line-height: 1.85; color: var(--text-mid); max-width: 560px; font-weight: 300; }

/* ─── ABOUT ─── */
.about {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.about-text h2 { max-width: 480px; }
.about-text .lead { margin-bottom: 2rem; }
.about-text p { font-size: 0.9rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 1rem; font-weight: 300; }
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--navy);
  font-weight: 500;
  margin-top: 1rem;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.3s;
}
.about-link:hover { color: var(--gold); }
.about-visual { display: flex; flex-direction: column; gap: 1.5rem; }
.about-stat { border-left: 2px solid var(--gold); padding: 1.2rem 1.5rem; background: white; }
.about-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.about-stat-label { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-light); font-weight: 400; }
.about-disclaimer {
  background: rgba(28,43,58,0.06);
  padding: 1.2rem 1.5rem;
  font-size: 0.78rem;
  color: var(--text-mid);
  line-height: 1.7;
  border-left: 2px solid rgba(180,154,106,0.4);
}

/* ─── SERVICES ─── */
.services { background: var(--navy-deep); }
.services h2 { color: var(--cream); margin-bottom: 1rem; }
.services-intro { font-size: 0.9rem; color: rgba(245,240,232,0.45); max-width: 500px; line-height: 1.8; margin-bottom: 4rem; font-weight: 300; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: rgba(180,154,106,0.15); }
.service-card {
  background: var(--navy-deep);
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 0;
  background: var(--gold);
  transition: height 0.4s;
}
.service-card:hover { background: var(--navy-mid); }
.service-card:hover::before { height: 100%; }
.service-num { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: rgba(180,154,106,0.15); line-height: 1; margin-bottom: 1rem; }
.service-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: var(--cream); margin-bottom: 0.8rem; letter-spacing: 0.02em; }
.service-desc { font-size: 0.8rem; color: rgba(245,240,232,0.45); line-height: 1.75; font-weight: 300; }
.service-tags { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.service-tag { font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(180,154,106,0.3); padding: 0.2rem 0.5rem; font-weight: 400; }

/* ─── MISSION ─── */
.mission { background: var(--cream); text-align: center; padding: 7rem 4rem; }
.mission-inner { max-width: 720px; margin: 0 auto; }
.mission blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  color: var(--navy);
  line-height: 1.55;
  margin: 2rem 0 3rem;
  position: relative;
  padding: 0 2rem;
}
.mission blockquote::before {
  content: '\201C';
  position: absolute;
  top: -1.5rem; left: -0.5rem;
  font-size: 6rem;
  color: rgba(180,154,106,0.2);
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}
.mission-divider { width: 3rem; height: 1px; background: var(--gold); margin: 0 auto 2rem; }
.mission-note { font-size: 0.82rem; color: var(--text-mid); line-height: 1.8; font-weight: 300; }

/* ─── CONTACT ─── */
.contact { background: var(--navy-deep); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.contact-info h2 { color: var(--cream); }
.contact-info .lead { color: rgba(245,240,232,0.5); margin-bottom: 3rem; }
.contact-detail { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.5rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item-icon {
  width: 36px; height: 36px;
  border: 1px solid rgba(180,154,106,0.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.contact-item-icon svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.5; }
.contact-item-text { font-size: 0.82rem; color: rgba(245,240,232,0.55); line-height: 1.7; font-weight: 300; }
.contact-item-text strong { display: block; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 0.3rem; }
.contact-item-text a { color: rgba(245,240,232,0.55); text-decoration: none; transition: color 0.3s; }
.contact-item-text a:hover { color: var(--gold); }
.linkedin-link {
  display: inline-flex; align-items: center; gap: 0.6rem;
  text-decoration: none; font-size: 0.7rem; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(245,240,232,0.4);
  transition: color 0.3s; font-weight: 400; margin-top: 1rem;
}
.linkedin-link svg { width: 14px; height: 14px; fill: currentColor; }
.linkedin-link:hover { color: var(--gold); }

/* ─── FORMULAIRE ─── */
.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,232,0.4); font-weight: 400; margin-bottom: 0.5rem; }
.form-input, .form-textarea, .form-select {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(180,154,106,0.2);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  padding: 0.85rem 1rem;
  outline: none;
  transition: border-color 0.3s;
  -webkit-appearance: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(245,240,232,0.2); }
.form-input:focus, .form-textarea:focus { border-color: rgba(180,154,106,0.6); }
.form-textarea { height: 120px; resize: none; }
.form-select { cursor: pointer; background: rgba(255,255,255,0.05); }
.form-select option { background: var(--navy-deep); color: var(--cream); }
.form-privacy { font-size: 0.7rem; color: rgba(245,240,232,0.3); line-height: 1.6; margin-bottom: 1.5rem; font-weight: 300; }
.form-submit {
  width: 100%;
  background: var(--gold);
  color: var(--navy-deep);
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s;
}
.form-submit:hover { background: var(--gold-light); transform: translateY(-1px); }

/* ─── ADVISORY ─── */
.advisory { background: var(--cream); padding: 7rem 4rem; }
.advisory-header { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 5rem; }
.advisory-header h2 { margin-bottom: 0; }
.advisory-header-right { font-size: 0.9rem; line-height: 1.85; color: var(--text-mid); font-weight: 300; padding-bottom: 0.5rem; }
.advisory-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(28,43,58,0.08); margin-bottom: 4rem; }
.advisory-card {
  background: var(--warm-white);
  padding: 3rem 2.5rem;
  position: relative;
  transition: background 0.3s;
  overflow: hidden;
}
.advisory-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.4s; }
.advisory-card:hover { background: white; }
.advisory-card:hover::after { width: 100%; }
.advisory-card-icon { width: 44px; height: 44px; border: 1px solid rgba(180,154,106,0.4); display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; }
.advisory-card-icon svg { width: 18px; height: 18px; stroke: var(--gold); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.advisory-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 500; color: var(--navy); margin-bottom: 0.8rem; letter-spacing: 0.02em; }
.advisory-card-desc { font-size: 0.82rem; color: var(--text-mid); line-height: 1.8; font-weight: 300; margin-bottom: 1.2rem; }
.advisory-card-clients { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1rem; }
.advisory-client-tag { font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); background: rgba(28,43,58,0.07); border: 1px solid rgba(28,43,58,0.12); padding: 0.25rem 0.6rem; font-weight: 500; }
.luxembourg-banner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
  background: var(--navy-deep);
  padding: 2.5rem 3rem;
  position: relative;
  overflow: hidden;
}
.luxembourg-banner::before {
  content: 'Luxembourg';
  position: absolute; right: -1rem; top: 50%;
  transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 8rem; font-weight: 300;
  color: rgba(180,154,106,0.06);
  line-height: 1; pointer-events: none; user-select: none;
}
.luxembourg-flag { display: flex; flex-direction: column; width: 52px; flex-shrink: 0; border: 1px solid rgba(180,154,106,0.2); }
.lux-red { height: 12px; background: #EF3340; }
.lux-white { height: 12px; background: #FFFFFF; }
.lux-blue { height: 12px; background: #00A3E0; }
.luxembourg-label { font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-bottom: 0.5rem; }
.luxembourg-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 500; color: var(--cream); margin-bottom: 0.6rem; letter-spacing: 0.02em; }
.luxembourg-desc { font-size: 0.8rem; color: rgba(245,240,232,0.45); line-height: 1.75; font-weight: 300; max-width: 560px; }
.luxembourg-tags { display: flex; flex-direction: column; gap: 0.5rem; flex-shrink: 0; position: relative; z-index: 1; }
.lux-tag { font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(180,154,106,0.3); padding: 0.3rem 0.8rem; font-weight: 400; white-space: nowrap; }

/* ─── JURISDICTION CARDS ─── */
.jur-card { background: var(--warm-white); padding: 2rem 1.8rem; transition: background 0.3s; position: relative; overflow: hidden; }
.jur-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.4s; }
.jur-card:hover { background: white; }
.jur-card:hover::after { width: 100%; }
.jur-flag { width: 52px; margin-bottom: 1.2rem; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); }
.jur-country { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; color: var(--navy); margin-bottom: 0.7rem; letter-spacing: 0.02em; }
.jur-desc { font-size: 0.78rem; color: var(--text-mid); line-height: 1.78; font-weight: 300; margin-bottom: 1rem; }
.jur-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.jur-tag { font-size: 0.56rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); background: rgba(28,43,58,0.07); border: 1px solid rgba(28,43,58,0.1); padding: 0.22rem 0.55rem; font-weight: 500; }

/* ─── HOW WE WORK ─── */
.how-we-work { background: var(--navy-deep); padding: 7rem 4rem; }
.how-we-work h2 { color: var(--cream); margin-bottom: 1rem; }
.hww-intro { font-size: 0.9rem; color: rgba(245,240,232,0.45); max-width: 500px; line-height: 1.8; margin-bottom: 4rem; font-weight: 300; }
.hww-steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 3rem; max-width: 800px; }
.hww-step { display: grid; grid-template-columns: 3rem 1px 1fr; gap: 0 2rem; padding-bottom: 2.5rem; }
.hww-step-num { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--gold); line-height: 1; padding-top: 0.1rem; }
.hww-step-line { width: 1px; background: rgba(180,154,106,0.25); margin: 0.3rem 0; }
.hww-step-line.last { background: transparent; }
.hww-step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: var(--cream); margin-bottom: 0.6rem; letter-spacing: 0.02em; }
.hww-step-desc { font-size: 0.82rem; color: rgba(245,240,232,0.45); line-height: 1.8; font-weight: 300; }
.hww-note { display: flex; gap: 1.5rem; align-items: flex-start; background: rgba(255,255,255,0.03); border: 1px solid rgba(180,154,106,0.15); border-left: 2px solid var(--gold); padding: 1.8rem 2rem; max-width: 800px; }
.hww-note-icon { width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: var(--gold); }
.hww-note-icon svg { width: 20px; height: 20px; }
.hww-note-title { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.5rem; }
.hww-note-text { font-size: 0.8rem; color: rgba(245,240,232,0.45); line-height: 1.75; font-weight: 300; }

/* ─── PARTNERS ─── */
.partners { background: var(--cream); padding: 7rem 4rem; }
.partners h2 { margin-bottom: 1rem; }
.partners-intro { font-size: 0.9rem; color: var(--text-mid); max-width: 560px; line-height: 1.8; margin-bottom: 4rem; font-weight: 300; }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.partner-card { background: white; padding: 2.5rem; border: 1px solid rgba(28,43,58,0.08); border-top: 2px solid var(--gold); }
.partner-logo-area { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(28,43,58,0.08); }
.partner-initials { width: 48px; height: 48px; background: var(--navy-deep); color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.05em; }
.partner-firm { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; color: var(--navy); letter-spacing: 0.02em; }
.partner-location { display: block; font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); font-weight: 400; margin-top: 0.2rem; }
.partner-desc { font-size: 0.82rem; color: var(--text-mid); line-height: 1.82; font-weight: 300; margin-bottom: 1.5rem; }
.partner-link { display: inline-block; text-decoration: none; font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--navy); font-weight: 500; border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: color 0.3s; }
.partner-link:hover { color: var(--gold); }
.partner-network { background: var(--navy-deep); padding: 2.5rem; }
.partner-network-title { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 500; color: var(--cream); margin-bottom: 1rem; }
.partner-network-desc { font-size: 0.82rem; color: rgba(245,240,232,0.45); line-height: 1.8; font-weight: 300; margin-bottom: 1.8rem; }
.partner-network-items { display: flex; flex-direction: column; gap: 0.8rem; }
.partner-network-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.8rem; color: rgba(245,240,232,0.55); font-weight: 300; }
.partner-network-dot { width: 4px; height: 4px; background: var(--gold); flex-shrink: 0; }

/* ─── FOOTER ÉTENDU (spécifique index) ─── */
footer { padding: 0; }
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding: 4rem 4rem 3rem;
  border-bottom: 1px solid rgba(180,154,106,0.1);
}
.footer-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; color: var(--cream); letter-spacing: 0.1em; }
.footer-logo-sub { font-size: 0.62rem; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-tagline { font-size: 0.78rem; color: rgba(245,240,232,0.35); line-height: 1.6; font-style: italic; font-family: 'Cormorant Garamond', serif; margin-bottom: 1.5rem; }
.footer-linkedin { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,240,232,0.4); transition: color 0.3s; font-weight: 400; }
.footer-linkedin svg { width: 12px; height: 12px; fill: currentColor; }
.footer-linkedin:hover { color: var(--gold); }
.footer-links-col { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col-title { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 0.5rem; }
.footer-links-col a { text-decoration: none; font-size: 0.78rem; color: rgba(245,240,232,0.45); transition: color 0.3s; font-weight: 300; }
.footer-links-col a:hover { color: var(--cream); }
.footer-bottom { padding: 1.5rem 4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; font-size: 0.65rem; color: rgba(245,240,232,0.25); font-weight: 300; line-height: 1.5; }
.footer-disc { max-width: 480px; text-align: right; }
.footer-disclaimer { max-width: 540px; font-size: 0.65rem; color: rgba(245,240,232,0.25); line-height: 1.6; font-weight: 300; text-align: right; }

/* ─── RESPONSIVE INDEX ─── */
@media (max-width: 900px) {
  section { padding: 5rem 1.5rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 3rem; }
  .hero-content { padding: 4rem 1.5rem 2rem; }
  .hero-visual { justify-content: center; padding: 2rem 1.5rem 4rem; }
  .hero-photo-wrap { width: 260px; }
  .about { grid-template-columns: 1fr; gap: 3rem; }
  .services-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 3rem; }
  .pillars { flex-wrap: wrap; gap: 0.8rem; padding: 1.5rem; }
  .pillar { border-right: none; padding: 0.3rem 1rem; }
  .advisory { padding: 5rem 1.5rem; }
  .advisory-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .advisory-grid { grid-template-columns: 1fr; }
  .luxembourg-banner { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.5rem; }
  .luxembourg-tags { flex-direction: row; flex-wrap: wrap; }
  .jur-grid { grid-template-columns: 1fr !important; }
  .hww-step { grid-template-columns: 2.5rem 1px 1fr; gap: 0 1rem; }
  .how-we-work { padding: 5rem 1.5rem; }
  .partners { padding: 5rem 1.5rem; }
  .partners-grid { grid-template-columns: 1fr; }
  .mission { padding: 5rem 1.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 3rem 1.5rem 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; padding: 1.5rem; }
  .footer-disc { text-align: center; }
}
