/*
Theme Name: RSN Law Firm
Theme URI: https://rsnlawfirm.com
Author: RSN Law Firm
Author URI: https://rsnlawfirm.com
Description: Thème professionnel pour cabinet d'avocats RSN Law Firm — 5 pôles d'expertise, design dynamique bleu marine & or.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: rsn-law-firm
*/

/* ============================================================
   VARIABLES & RESET
   ============================================================ */
:root {
  --rsn-navy:       #1B2A5E;
  --rsn-navy-light: #243472;
  --rsn-navy-dark:  #131E45;
  --rsn-gold:       #C9A84C;
  --rsn-gold-light: #E2C97E;
  --rsn-gold-dark:  #A8872E;
  --rsn-sky:        #7BB8D4;
  --rsn-sky-light:  #B8D9EA;
  --rsn-white:      #FFFFFF;
  --rsn-offwhite:   #F7F6F2;
  --rsn-light-gray: #EEECE6;
  --rsn-text:       #1B2A5E;
  --rsn-muted:      #4A5580;
  --rsn-border:     #DDD9CE;
  --rsn-border-light: #EDEAE2;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-sans:  'Inter', system-ui, sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;

  --shadow-sm: 0 2px 8px rgba(27,42,94,0.07);
  --shadow-md: 0 4px 20px rgba(27,42,94,0.10);
  --shadow-lg: 0 8px 40px rgba(27,42,94,0.13);

  --transition: 0.25s ease;
  --max-width: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-sans);
  color: var(--rsn-text);
  background: var(--rsn-white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { 
    color: var(--rsn-navy); 
    text-decoration: none; 
    transition: color var(--transition); 
}
a:hover { color: var(--rsn-gold); }
a.custom-logo-link img{
    width: 90%;
}
a.btn-primary.nav-cta{
    width: 180px;
}
a.btn-primary.nav-cta svg{
    width: 30px;
}
ul { list-style: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

/* ============================================================
   TYPOGRAPHIE
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  color: var(--rsn-navy);
  font-weight: 500;
  line-height: 1.3;
}
h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.4rem); }
h4 { font-size: 1.1rem; }
h5 { font-size: 0.95rem; }

p { color: var(--rsn-muted); line-height: 1.8; margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rsn-gold);
  display: block;
  margin-bottom: 0.6rem;
}

.section-header { margin-bottom: 3rem; }
.section-header .eyebrow { margin-bottom: 0.5rem; }
.section-header h2 { margin-bottom: 0.8rem; }
.gold-line {
  width: 36px;
  height: 2px;
  background: var(--rsn-gold);
  margin-top: 1rem;
}
.gold-line.centered { margin: 1rem auto 0; }

/* ============================================================
   BOUTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}

.btn-primary {
  background: var(--rsn-gold);
  color: var(--rsn-navy);
}
.btn-primary:hover {
  background: var(--rsn-gold-light);
  color: var(--rsn-navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201,168,76,0.35);
}

.btn-outline-white {
  background: transparent;
  color: var(--rsn-white);
  border: 1.5px solid rgba(255,255,255,0.35);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  color: var(--rsn-white);
  border-color: rgba(255,255,255,0.6);
}

.btn-outline-navy {
  background: transparent;
  color: var(--rsn-navy);
  border: 1.5px solid var(--rsn-navy);
}
.btn-outline-navy:hover {
  background: var(--rsn-navy);
  color: var(--rsn-white);
}

.btn svg, .btn i { font-size: 0.9em; }

/* ============================================================
   HEADER & NAVIGATION
   ============================================================ */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--rsn-navy);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  transition: all var(--transition);
}

#site-header.scrolled {
  background: rgba(27,42,94,0.97);
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow-md);
  border-bottom-color: var(--rsn-gold);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

/* Logo */
.site-logo {
  display: none;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-badge {
  width: 36px;
  height: 36px;
  background: var(--rsn-gold);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.logo-badge svg { width: 20px; height: 20px; fill: var(--rsn-navy); }
.logo-text { line-height: 1.2; }
.logo-name {
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  color: var(--rsn-white);
  letter-spacing: 0.12em;
  display: block;
}
.logo-name span { color: var(--rsn-gold); }
.logo-sub {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  display: block;
}

/* Nav links */
.main-nav { display: flex; align-items: center; gap: 32px; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1.5px;
  background: var(--rsn-gold);
  transition: width var(--transition);
}
.nav-links a:hover,
.nav-links a.current-page {
  color: var(--rsn-white);
}
.nav-links a:hover::after,
.nav-links a.current-page::after { width: 60%; }

.nav-cta { margin-left: 8px; padding: 9px 20px; }

/* Dropdown */
.nav-item-dropdown { position: relative; }
.nav-item-dropdown > a::before {
  content: '▾';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6rem;
  color: var(--rsn-gold);
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100%);
  left: 0;
  min-width: 260px;
  background: var(--rsn-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 0.5px solid var(--rsn-border);
  overflow: hidden;
  z-index: 200;
}
.nav-item-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a {
  display: block;
  padding: 10px 16px;
  font-size: 0.8rem;
  color: var(--rsn-muted) !important;
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 0.5px solid var(--rsn-border-light);
  transition: all var(--transition);
}
.dropdown-menu a::after { display: none; }
.dropdown-menu a:hover {
  background: var(--rsn-offwhite);
  color: var(--rsn-navy) !important;
  padding-left: 22px;
}
.dropdown-menu a:last-child { border-bottom: none; }

/* Hamburger */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--rsn-white);
  transition: all var(--transition);
}
.menu-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav */
.mobile-nav {
  display: none;
  background: var(--rsn-navy-dark);
  border-top: 1px solid rgba(201,168,76,0.2);
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  padding: 12px 2rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 0.5px solid rgba(255,255,255,0.06);
}
.mobile-nav a:hover { color: var(--rsn-gold); background: rgba(255,255,255,0.03); }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  background: var(--rsn-navy);
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero-bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: repeating-linear-gradient(
    45deg,
    var(--rsn-gold) 0px,
    var(--rsn-gold) 1px,
    transparent 1px,
    transparent 60px
  );
}

.hero-circle-1 {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 60px solid rgba(123,184,212,0.06);
  right: -100px;
  top: -100px;
}
.hero-circle-2 {
    color: #7BB8D4;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 40px solid rgba(201,168,76,0.05);
  left: 60px;
  bottom: -60px;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--rsn-gold);
  font-weight: 500;
  text-transform: uppercase;
  border: 0.5px solid rgba(201,168,76,0.3);
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 1.2rem;
}

.hero h1 {
  color: var(--rsn-white);
  margin-bottom: 1rem;
}
.hero h1 em {
  color: var(--rsn-gold);
  font-style: normal;
}

.hero-divider {
  width: 44px;
  height: 2px;
  background: var(--rsn-gold);
  margin: 1.2rem 0;
}

.hero p {
  color: rgba(255,255,255,0.62);
  font-size: 1rem;
  margin-bottom: 2rem;
}

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; z-index: 100; }

/* Hero cards grid */
.hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.hero-card {
  background: rgba(255,255,255,0.05);
  border: 0.5px solid rgba(123,184,212,0.18);
  border-radius: var(--radius-md);
  padding: 16px;
  transition: all var(--transition);
}
.hero-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(201,168,76,0.35);
  transform: translateY(-2px);
}
.hero-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.hero-card-icon {
  width: 32px;
  height: 32px;
  background: rgba(201,168,76,0.15);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-card-icon svg { width: 16px; height: 16px; fill: var(--rsn-gold); }
.hero-card-name {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--rsn-white);
  line-height: 1.3;
}
.hero-card-code { font-size: 0.66rem; color: var(--rsn-sky); letter-spacing: 0.08em; }
.hero-card-desc { font-size: 0.7rem; color: rgba(255,255,255,0.42); line-height: 1.5; margin: 0; }

/* Gold separator */
.gold-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--rsn-gold-dark), var(--rsn-gold-light), var(--rsn-gold-dark));
}

/* ============================================================
   STATS BAR
   ============================================================ */
#stats-bar {
  background: var(--rsn-offwhite);
  padding: 2rem 0;
  border-bottom: 0.5px solid var(--rsn-border);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-item { padding: 0.5rem; }
.stat-number {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 500;
  color: var(--rsn-navy);
  display: block;
}
.stat-label {
  font-size: 0.72rem;
  color: var(--rsn-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 4px;
  display: block;
}

/* ============================================================
   POLES D'EXPERTISE
   ============================================================ */
#poles {
  padding: 5rem 0;
  background: var(--rsn-white);
}

.poles-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 3rem;
}

.pole-card {
  background: var(--rsn-white);
  border: 0.5px solid var(--rsn-border);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  transition: all var(--transition);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.pole-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--rsn-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.pole-card:hover {
  border-color: rgba(201,168,76,0.4);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.pole-card:hover::before { transform: scaleX(1); }

.pole-number {
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--rsn-sky);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pole-icon {
  width: 40px;
  height: 40px;
  background: rgba(27,42,94,0.06);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: background var(--transition);
}
.pole-card:hover .pole-icon { background: rgba(201,168,76,0.12); }
.pole-icon svg { width: 20px; height: 20px; fill: var(--rsn-navy); transition: fill var(--transition); }
.pole-card:hover .pole-icon svg { fill: var(--rsn-gold); }

.pole-name {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--rsn-navy);
  line-height: 1.4;
  margin-bottom: 2px;
  font-family: var(--font-sans);
}
.pole-code {
  font-size: 0.65rem;
  color: var(--rsn-gold);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}
.pole-domains {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pole-domain {
  font-size: 0.72rem;
  color: var(--rsn-muted);
  padding-left: 10px;
  border-left: 1.5px solid var(--rsn-sky-light);
  line-height: 1.4;
  transition: border-color var(--transition);
}
.pole-card:hover .pole-domain { border-left-color: var(--rsn-gold-light); }

/* ============================================================
   SECTION ABOUT
   ============================================================ */
#about {
  padding: 5rem 0;
  background: var(--rsn-offwhite);
}
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.about-visual {
  position: relative;
}
.about-img-frame {
  background: var(--rsn-navy);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.about-img-frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.75; }
.about-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100px;
  height: 100px;
  background: var(--rsn-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-md);
}
.about-badge-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--rsn-navy);
  line-height: 1;
}
.about-badge-text { font-size: 0.55rem; color: var(--rsn-navy); letter-spacing: 0.06em; text-transform: uppercase; text-align: center; line-height: 1.3; }

.about-values { display: flex; flex-direction: column; gap: 16px; margin-top: 2rem; }
.about-value {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.value-dot {
  width: 8px;
  height: 8px;
  background: var(--rsn-gold);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}
.value-title {
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--rsn-navy);
  display: block;
  margin-bottom: 2px;
  color: #7BB8D4;
}
.value-desc { font-size: 0.82rem; margin: 0; }

h1#hero-title{
    color: white;
}
/* ============================================================
   EQUIPE
   ============================================================ */
#team {
  padding: 5rem 0;
  background: var(--rsn-white);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 3rem;
}
.team-card {
  background: var(--rsn-white);
  border: 0.5px solid var(--rsn-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
}
.team-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.team-photo {
  background: var(--rsn-navy);
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: rgba(255,255,255,0.3);
  background: linear-gradient(135deg, var(--rsn-navy), var(--rsn-navy-light));
}
.team-info { padding: 20px; }
.team-name {
  font-size: 1rem;
  font-weight: 500;
  color: var(--rsn-navy);
  margin-bottom: 4px;
  font-family: var(--font-serif);
}
.team-role { font-size: 0.76rem; color: var(--rsn-gold); letter-spacing: 0.06em; font-weight: 500; margin-bottom: 10px; display: block; }
.team-desc { font-size: 0.8rem; color: var(--rsn-muted); line-height: 1.6; margin: 0; }
.team-pole-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rsn-sky);
  background: rgba(123,184,212,0.1);
  padding: 3px 8px;
  border-radius: 2px;
}

/* ============================================================
   ACTUALITES
   ============================================================ */
#actualites {
  padding: 5rem 0;
  background: var(--rsn-offwhite);
}
.actu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 3rem;
}
.actu-card {
  background: var(--rsn-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 0.5px solid var(--rsn-border);
  transition: all var(--transition);
}
.actu-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.actu-img {
  background: var(--rsn-navy);
  aspect-ratio: 16/9;
  overflow: hidden;
}
.actu-img img { width: 100%; height: 100%; object-fit: cover; }
.actu-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--rsn-navy), var(--rsn-navy-light));
}
.actu-img-placeholder svg { width: 32px; height: 32px; fill: rgba(255,255,255,0.2); }
.actu-content { padding: 20px; }
.actu-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.actu-cat {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rsn-gold);
  background: rgba(201,168,76,0.1);
  padding: 3px 8px;
  border-radius: 2px;
}
.actu-date { font-size: 0.72rem; color: var(--rsn-muted); }
.actu-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--rsn-navy);
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: var(--font-serif);
}
.actu-excerpt { font-size: 0.8rem; color: var(--rsn-muted); line-height: 1.6; margin: 0; }
.actu-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--rsn-navy);
  margin-top: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: gap var(--transition);
}
.actu-link:hover { gap: 8px; color: var(--rsn-gold); }
.actu-link svg { width: 14px; height: 14px; }

/* ============================================================
   CTA STRIP
   ============================================================ */
#cta-strip {
  background: var(--rsn-navy);
  padding: 3.5rem 0;
  position: relative;
  overflow: hidden;
}
#cta-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(201,168,76,0.03) 0px,
    rgba(201,168,76,0.03) 1px,
    transparent 1px,
    transparent 40px
  );
}
.cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.cta-text h2 { color: var(--rsn-white); margin-bottom: 6px; }
.cta-text p { color: rgba(255,255,255,0.55); margin: 0; }
.cta-btns { display: flex; gap: 10px; flex-shrink: 0; }

/* ============================================================
   CONTACT
   ============================================================ */
#contact {
  padding: 5rem 0;
  background: var(--rsn-white);
}
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5rem;
}
.contact-info h3 { margin-bottom: 1rem; }
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-top: 2rem; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon {
  width: 38px;
  height: 38px;
  background: rgba(27,42,94,0.07);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-icon svg { width: 18px; height: 18px; fill: var(--rsn-navy); }
.contact-item-label { font-size: 0.72rem; font-weight: 500; color: var(--rsn-gold); letter-spacing: 0.08em; text-transform: uppercase; display: block; margin-bottom: 2px; }
.contact-item-value { font-size: 0.88rem; color: var(--rsn-muted); }

/* Formulaire */
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label {
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--rsn-navy);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--rsn-text);
  background: var(--rsn-offwhite);
  border: 1px solid var(--rsn-border);
  border-radius: var(--radius-sm);
  padding: 11px 14px;
  transition: all var(--transition);
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--rsn-navy);
  background: var(--rsn-white);
  box-shadow: 0 0 0 3px rgba(27,42,94,0.07);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { display: flex; justify-content: flex-end; }

/* ============================================================
   FOOTER
   ============================================================ */
#site-footer {
  background: var(--rsn-navy-dark);
  border-top: 2px solid var(--rsn-gold);
}
.footer-top {
  padding: 3.5rem 0 2.5rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  border-bottom: 0.5px solid rgba(255,255,255,0.08);
}
.footer-brand p { color: rgba(255,255,255,0.45); font-size: 0.82rem; margin-top: 1rem; line-height: 1.7; }
.footer-col h4 {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rsn-gold);
  margin-bottom: 1rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  transition: color var(--transition);
}
.footer-col ul a:hover { color: var(--rsn-gold); }

.footer-bottom {
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer-copy { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
.footer-legal a:hover { color: var(--rsn-gold); }

/* ============================================================
   PAGES INTÉRIEURES
   ============================================================ */
.page-hero {
  background: var(--rsn-navy);
  padding: 120px 0 60px;
  position: relative;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--rsn-gold-dark), var(--rsn-gold-light), var(--rsn-gold-dark));
}
.page-hero h1 { color: var(--rsn-white); }
.page-hero .eyebrow { margin-bottom: 0.8rem; }
.breadcrumb { display: flex; gap: 8px; align-items: center; margin-bottom: 1rem; }
.breadcrumb a, .breadcrumb span { font-size: 0.75rem; color: rgba(255,255,255,0.45); }
.breadcrumb span.sep { color: rgba(255,255,255,0.2); }
.breadcrumb span.current { color: var(--rsn-gold); }

.page-content { padding: 4rem 0; }
.content-body { max-width: 800px; }
.content-body h2 { margin: 2rem 0 1rem; }
.content-body h3 { margin: 1.5rem 0 0.8rem; }
.content-body ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 1rem 0; }
.content-body ul li { padding-left: 18px; position: relative; font-size: 0.9rem; color: var(--rsn-muted); }
.content-body ul li::before { content: '—'; position: absolute; left: 0; color: var(--rsn-gold); }

/* ============================================================
   SINGLE POLE PAGE
   ============================================================ */
.pole-page-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 2rem;
}
.pole-page-icon {
  width: 54px;
  height: 54px;
  background: rgba(201,168,76,0.15);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pole-page-icon svg { width: 28px; height: 28px; fill: var(--rsn-gold); }
.pole-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 2.5rem; }
.service-card {
  background: var(--rsn-offwhite);
  border-radius: var(--radius-md);
  padding: 24px;
  border-left: 3px solid var(--rsn-gold);
}
.service-title { font-size: 1rem; font-weight: 500; color: var(--rsn-navy); margin-bottom: 8px; }
.service-desc { font-size: 0.85rem; margin: 0; }

/* ============================================================
   UTILITAIRES
   ============================================================ */
.text-center { text-align: center; }
.text-center .gold-line { margin: 1rem auto 0; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Animations */
.fade-up {
  opacity: 1;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up-delay-1 { transition-delay: 0.1s; }
.fade-up-delay-2 { transition-delay: 0.2s; }
.fade-up-delay-3 { transition-delay: 0.3s; }
.fade-up-delay-4 { transition-delay: 0.4s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .poles-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-cards { display: none; }
  .about-inner { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .actu-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .cta-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .poles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .main-nav .nav-links,
  .main-nav .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .pole-services { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .team-grid { grid-template-columns: 1fr; }
  .actu-grid { grid-template-columns: 1fr; }
  .poles-grid { grid-template-columns: 1fr 1fr; }
  #hero { padding: 110px 0 60px; }
}

.homepage .site-header {
    position:absolute;
}

.pole-card {
    position: relative;
}

.pole-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.pole-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.pole-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pole-card:hover {
    transform: translateY(-5px);
}

.pole-card-link {
    display: block;
    height: 100%;
}

.footer-icon {
    width: 16px;
    height: 16px;
    color: white;
    margin-right: 5px;
}

.team-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.team-card-link:hover,
.team-card-link:focus {
    color: inherit;
    text-decoration: none;
}