/* Rééquilibrage lumineux — conserve la signature premium JGAD */
:root {
  --bright-paper: #f7f9fc;
  --bright-blue-paper: #eef4fb;
  --bright-ink: #071a38;
  --bright-line: rgba(7, 26, 56, 0.12);
}

body {
  background: var(--bright-paper);
  color: var(--bright-ink);
}

/* Un header clair et nettement séparé des visuels */
.home-nav {
  background: rgba(255, 255, 255, 0.98);
  color: var(--bright-ink);
  border-bottom: 1px solid var(--bright-line);
  box-shadow: 0 8px 30px rgba(7, 26, 56, 0.06);
}
.home-links a { color: #526078; }
.home-links a:hover,
.home-links a.active { color: var(--bright-ink); }
.home-links a.active { position: relative; }
.home-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 2px;
  background: var(--yellow);
}
.nav-cta {
  color: var(--bright-ink);
  border-color: rgba(7, 26, 56, 0.2);
  background: #fff;
}
.nav-cta:hover {
  border-color: var(--yellow);
  background: var(--yellow);
}

/* Les images restent cinématographiques, avec davantage de lumière */
.home-slide > img,
.agency-hero > img,
.journal-hero > img,
.inner-hero-image,
.contact-hero-image {
  filter: saturate(0.95) contrast(1.01) brightness(1.13);
}
.shade {
  background: linear-gradient(90deg, rgba(2, 12, 28, 0.71) 0%, rgba(2, 12, 28, 0.36) 49%, rgba(2, 12, 28, 0.06) 100%);
}
.agency-shade,
.journal-shade {
  background: linear-gradient(90deg, rgba(3, 15, 34, 0.7), rgba(3, 15, 34, 0.32) 62%, rgba(3, 15, 34, 0.05));
}
.inner-hero::after,
.contact-hero::after {
  background: linear-gradient(90deg, rgba(3, 15, 34, 0.7) 0%, rgba(3, 15, 34, 0.4) 52%, rgba(3, 15, 34, 0.08) 100%),
    linear-gradient(0deg, rgba(3, 15, 34, 0.28), transparent 55%);
}

/* Accueil : l'expertise devient une galerie claire et premium */
.expertise-home {
  background-color: var(--bright-blue-paper);
  color: var(--bright-ink);
  background-image:
    linear-gradient(rgba(23, 102, 216, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 102, 216, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 88% 12%, rgba(23, 102, 216, 0.09), transparent 27%);
  background-size: 72px 72px, 72px 72px, auto;
}
.expertise-home::before { display: none; }
.expertise-home .section-heading > p,
.expertise-row p { color: #5d6a7d; }
.expertise-row {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(7, 26, 56, 0.12);
  box-shadow: 0 16px 42px rgba(7, 26, 56, 0.045);
}
.expertise-row:nth-child(2n) { background: rgba(244, 248, 253, 0.96); }
.expertise-row b { border-color: rgba(7, 26, 56, 0.18); }
.expertise-row:hover,
.expertise-row:focus-visible {
  color: var(--bright-ink);
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 26, 56, 0.11);
}
.expertise-home .section-link {
  color: var(--bright-ink);
  border-color: var(--bright-line);
}
.expertise-home .section-link b { color: var(--blue); }

/* Pages intérieures : respiration supplémentaire entre les moments sombres */
.services-detail,
.contact-main,
.contact-map,
.vision,
.photo-reportages,
.proof-home,
.work-home {
  background-color: var(--bright-paper);
}
.expertise-method {
  background: var(--bright-blue-paper);
  color: var(--bright-ink);
}
.expertise-method .method-copy > p { color: #5d6a7d; }
.expertise-method .method-copy > div { border-top-color: rgba(7, 26, 56, 0.14); }

/* Page Agence : des fonds plus nets, éditoriaux et distinctifs */
.agency-story {
  background:
    radial-gradient(circle at 8% 0%, rgba(24, 75, 215, 0.11), transparent 30%),
    radial-gradient(circle at 94% 90%, rgba(244, 197, 66, 0.1), transparent 24%),
    linear-gradient(115deg, #f3f7fd 0%, #ffffff 48%, #f8faff 100%);
  border-top: 1px solid rgba(7, 26, 56, 0.07);
  border-bottom: 1px solid rgba(7, 26, 56, 0.08);
}
.agency-story::before {
  content: "";
  width: clamp(260px, 34vw, 560px);
  height: clamp(260px, 34vw, 560px);
  right: -12vw;
  top: -18vw;
  bottom: auto;
  border: 1px solid rgba(24, 75, 215, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(24, 75, 215, 0.026),
    0 0 0 108px rgba(24, 75, 215, 0.016);
  -webkit-text-stroke: 0;
}
.agency-story::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 34%;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(transparent, rgba(24, 75, 215, 0.14), transparent);
  pointer-events: none;
}
.agency-story .story-head > span { color: #7b8493; }
.agency-story .story-copy .big { color: var(--bright-ink); }

.belief {
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 198, 31, 0.2), transparent 24%),
    radial-gradient(circle at 8% 92%, rgba(68, 125, 255, 0.25), transparent 28%),
    linear-gradient(118deg, #071d41 0%, #0d3474 58%, #164da8 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.belief::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: min(40vw, 600px);
  aspect-ratio: 1;
  right: -13vw;
  top: -48%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 76px rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.belief-word {
  color: rgba(255, 255, 255, 0.025);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.055);
}
.belief .section-mark.light { color: var(--yellow); }
.belief blockquote { text-shadow: 0 16px 42px rgba(1, 10, 29, 0.2); }
.belief p { color: #d5e1f2; }

/* Bloc culture conservé à l'identique, avec un rythme vertical plus compact */
.culture { padding: 86px 7vw 74px; }
.culture-intro h2 { margin: 16px 0 48px; }
.culture-list article { min-height: 220px; padding-top: 22px; padding-bottom: 22px; }
.culture-list h3 { margin-top: 52px; }

.agency-numbers {
  background: #edf3fb;
  color: var(--bright-ink);
  border-top: 1px solid var(--bright-line);
  border-bottom: 1px solid var(--bright-line);
}
.agency-numbers div { border-left-color: rgba(7, 26, 56, 0.12); }
.agency-numbers strong { color: var(--blue); }
.agency-numbers .stat-label { color: #66748a; }
.agency-numbers .stat-value { color: inherit; }

/* Le Journal garde ses cartes éditoriales mais dans un écrin plus lumineux */
.journal-categories {
  background: #edf3fb;
  gap: 1px;
}
.category-featured {
  background: radial-gradient(circle at 78% 28%, rgba(255, 185, 0, 0.28), transparent 23%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px), #11376f;
  background-size: auto, 60px 60px, 60px 60px, auto;
}
.category-dark {
  background: radial-gradient(circle at 82% 50%, rgba(255, 189, 23, 0.18), transparent 30%), #163f7a;
}

@media (max-width: 900px) {
  .agency-story::after { display: none; }
  .agency-story::before {
    right: -38vw;
    top: -28vw;
  }
  .belief::before {
    width: 78vw;
    right: -38vw;
    top: -16vw;
  }
  .culture { padding: 72px 6vw 64px; }
  .culture-intro h2 { margin-bottom: 42px; }
  .culture-list article { min-height: 205px; }
  .menu span { background: var(--bright-ink); }
  .home-links.open {
    background: rgba(255, 255, 255, 0.99);
    border-top: 1px solid var(--bright-line);
    box-shadow: 0 24px 45px rgba(7, 26, 56, 0.1);
  }
  .home-links.open a { color: var(--bright-ink); }
}

@media (max-width: 560px) {
  .culture { padding: 62px 6vw 54px; }
  .culture-intro h2 { margin: 14px 0 36px; }
  .culture-list article { min-height: 185px; padding-top: 20px; padding-bottom: 20px; }
  .culture-list h3 { margin-top: 42px; }
}
