.agency-hero {
  height: calc(100vh - 92px);
  min-height: 680px;
  position: relative;
  overflow: hidden;
  background: #050505;
}
.agency-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.12) saturate(0.88) brightness(1.08);
}
.agency-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0.38) 65%,
    rgba(0, 0, 0, 0.10)
  );
}
.agency-hero-copy {
  position: absolute;
  z-index: 3;
  left: 7vw;
  top: 48%;
  transform: translateY(-50%);
  color: #fff;
}
.agency-hero-copy a { position: relative; z-index: 4; }
.agency-hero-copy > span {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: var(--yellow);
  font-weight: 700;
}
.agency-hero h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 0.94;
  letter-spacing: -0.065em;
  margin: 22px 0 28px;
}
.agency-hero h1 em {
  font-style: normal;
  color: var(--yellow);
}
.agency-hero p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
  color: #ddd;
}
.agency-scroll {
  position: absolute;
  z-index: 3;
  right: 6vw;
  bottom: 45px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 11px;
}
.agency-scroll b {
  color: var(--yellow);
  margin-left: 22px;
}
.agency-story {
  padding: 130px 7vw;
  display: grid;
  grid-template-columns: 0.4fr 1.1fr 0.85fr;
  gap: 5vw;
}
.story-head > span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  color: #888;
}
.story-head h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.05;
  letter-spacing: -0.05em;
  margin: 12px 0;
}
.story-head strong {
  color: var(--blue);
}
.story-copy .big {
  font-size: 21px;
  color: #111;
}
.story-copy p {
  font-size: 16px;
  line-height: 1.75;
  color: #5e5e5e;
}
.belief {
  min-height: 680px;
  background: #0b1222;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 110px 7vw;
}
.belief-word {
  position: absolute;
  left: -2vw;
  bottom: -7vw;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 31vw;
  line-height: 0.8;
  color: #172035;
  letter-spacing: -0.1em;
}
.belief-copy {
  position: relative;
  z-index: 2;
  margin-left: auto;
  max-width: 760px;
}
.belief blockquote {
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.05em;
  margin: 25px 0;
}
.belief p {
  font-size: 17px;
  line-height: 1.7;
  color: #aaa;
  max-width: 600px;
}
.vision {
  padding: 120px 7vw;
  background: #f5f5f2;
}
.vision .section-heading h2 em {
  color: var(--blue);
}
.vision .section-heading > p {
  color: #666;
}
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.vision-card {
  background: var(--yellow);
  padding: 50px;
  min-height: 410px;
  display: flex;
  flex-direction: column;
}
.vision-card.blue {
  background: var(--blue);
  color: #fff;
}
.vision-card > span {
  font-size: 12px;
}
.vision-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 42px;
  margin: 70px 0 18px;
  letter-spacing: -0.04em;
}
.vision-card p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 580px;
}
.vision-card i {
  font-family: Georgia, serif;
  margin-top: auto;
  font-size: 18px;
}
.culture {
  background: var(--yellow);
  padding: 120px 7vw;
  position: relative;
  overflow: hidden;
}
.culture-intro h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(48px, 5.5vw, 80px);
  line-height: 1;
  letter-spacing: -0.055em;
  margin: 18px 0 70px;
}
.culture-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.culture-progress {
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.16);
}
.culture-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #050505;
  transform: scaleX(0);
  transform-origin: left;
}
.culture.is-active .culture-progress i {
  animation: culture-line 1.25s cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}
.culture-list article {
  min-height: 280px;
  padding: 25px 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.65s ease,
    transform 0.65s cubic-bezier(0.2, 0.75, 0.25, 1),
    color 0.4s ease,
    background 0.4s ease;
}
.culture-list article:first-child {
  padding-left: 0;
}
.culture-list span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.culture-list h3 {
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  margin: 80px 0 12px;
}
.culture-list p {
  color: #51430d;
  line-height: 1.6;
  transition: color 0.4s ease;
}
.culture.is-active .culture-list article {
  opacity: 1;
  transform: translateY(0);
}
.culture.is-active .culture-list article:nth-child(2) {
  transition-delay: 0.12s;
}
.culture.is-active .culture-list article:nth-child(3) {
  transition-delay: 0.24s;
}
.culture.is-active .culture-list article:nth-child(4) {
  transition-delay: 0.36s;
}
.culture-list article:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -95px;
  bottom: -95px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  transform: scale(0.72);
  transition: transform 0.45s ease;
}
.culture-list article:hover,
.culture-list article:focus-within {
  color: #fff;
  background: #050505;
}
.culture-list article:hover p,
.culture-list article:focus-within p {
  color: #cfcfcf;
}
.culture-list article:hover h3,
.culture-list article:focus-within h3 {
  transform: translateY(-7px);
}
.culture-list h3 {
  transition: transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.culture-list article:hover:after,
.culture-list article:focus-within:after {
  transform: scale(1.3);
}
@keyframes culture-line {
  to {
    transform: scaleX(1);
  }
}
.agency-method {
  padding: 105px 7vw 96px;
  color: #071329;
  position: relative;
  background:
    radial-gradient(circle at 8% 12%, rgba(24, 75, 215, 0.11), transparent 27%),
    radial-gradient(circle at 92% 86%, rgba(255, 185, 0, 0.11), transparent 24%),
    linear-gradient(135deg, #f2f6fc 0%, #fbfdff 52%, #f4f7fc 100%);
  overflow: hidden;
}
.agency-method::before {
  content: "PROCESS  ·  01 - 05";
  position: absolute;
  top: 42px;
  right: 7vw;
  color: #52647f;
  border: 1px solid rgba(24, 75, 215, 0.14);
  background: rgba(255, 255, 255, 0.68);
  border-radius: 999px;
  padding: 10px 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.15em;
  line-height: 1;
  pointer-events: none;
}
.method-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 6vw;
  margin-bottom: 48px;
}
.method-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 4.7vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 18px 0 0;
}
.method-heading h2 em {
  color: var(--yellow);
  font-style: normal;
}
.method-heading > p {
  max-width: 500px;
  margin: 0 0 6px;
  color: #617087;
  font-size: 17px;
  line-height: 1.7;
}
.method-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
.method-steps::before { display: none; }
.method-steps li {
  min-width: 0;
  min-height: 292px;
  padding: 24px 22px 26px;
  position: relative;
  text-align: left;
  border: 1px solid rgba(7, 26, 56, 0.1);
  border-top: 3px solid #184bd7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 46px rgba(7, 26, 56, 0.055);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.method-steps li:nth-child(3) { border-top-color: #ffb900; }
.method-steps li:nth-child(4) { border-top-color: #10213e; }
.method-steps li:nth-child(5) { border-top-color: #2674c9; }
.method-steps li > span {
  color: #73819a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.method-icon {
  width: 68px;
  aspect-ratio: 1;
  margin: 31px 0 27px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  color: #fff;
  background: #0c367e;
  box-shadow: 0 14px 30px rgba(7, 19, 41, 0.13);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.method-steps li:nth-child(2) .method-icon { background: #184bd7; }
.method-steps li:nth-child(3) .method-icon { background: #ffb900; color: #071329; }
.method-steps li:nth-child(4) .method-icon { background: #10213e; }
.method-steps li:nth-child(5) .method-icon { background: #2674c9; }
.method-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.method-steps li:hover,
.method-steps li:focus-within {
  transform: translateY(-7px);
  border-color: rgba(24, 75, 215, 0.24);
  box-shadow: 0 26px 60px rgba(7, 26, 56, 0.11);
}
.method-steps li:hover .method-icon,
.method-steps li:focus-within .method-icon {
  transform: rotate(-3deg) scale(1.04);
  box-shadow: 0 20px 38px rgba(7, 19, 41, 0.2);
}
.method-steps h3 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(21px, 1.7vw, 27px);
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}
.method-steps p {
  color: #617087;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}
.method-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 24px;
  padding: 21px 24px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(24, 75, 215, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: #071329;
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.method-cta span { color: #6c7d96; }
.method-cta strong {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}
.method-cta:hover,
.method-cta:focus-visible {
  color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(7, 26, 56, 0.08);
}
/* Une signature de fond propre à chaque chapitre de la page. */
.agency-story,
.vision,
.team-focus,
.agency-numbers,
.final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.agency-story > *,
.vision > *,
.culture > *,
.team-focus > *,
.agency-numbers > *,
.final-cta > * {
  position: relative;
  z-index: 1;
}
.agency-story {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 185, 0, 0.12), transparent 24%),
    linear-gradient(rgba(24, 75, 215, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 75, 215, 0.035) 1px, transparent 1px),
    #fff;
  background-size: auto, 58px 58px, 58px 58px, auto;
}
.agency-story::before,
.vision::before,
.culture::before,
.team-focus::before,
.final-cta::before {
  position: absolute;
  z-index: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
  white-space: nowrap;
}
.agency-story::before {
  content: "AGENCE";
  right: -2vw;
  bottom: 26px;
  font-size: clamp(90px, 15vw, 240px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(24, 75, 215, 0.075);
}
.vision {
  background:
    repeating-linear-gradient(125deg, transparent 0 70px, rgba(24, 75, 215, 0.035) 70px 71px),
    #f5f5f2;
}
.vision::before {
  content: "VISION";
  left: 47%;
  top: 36px;
  font-size: clamp(80px, 13vw, 205px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(24, 75, 215, 0.075);
}
.culture {
  background:
    radial-gradient(rgba(5, 5, 5, 0.085) 1px, transparent 1px),
    var(--yellow);
  background-size: 28px 28px;
  isolation: isolate;
}
.culture::before {
  content: "CULTURE";
  right: -1vw;
  top: 58px;
  font-size: clamp(88px, 14vw, 220px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.26);
}
.team-focus {
  background:
    radial-gradient(circle at 92% 18%, rgba(24, 75, 215, 0.1), transparent 28%),
    linear-gradient(rgba(24, 75, 215, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 75, 215, 0.03) 1px, transparent 1px),
    #fff;
  background-size: auto, 64px 64px, 64px 64px, auto;
}
.team-focus::before {
  content: "COLLECTIF";
  right: -2vw;
  bottom: 42px;
  font-size: clamp(72px, 11vw, 178px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(24, 75, 215, 0.07);
}
.agency-numbers {
  background:
    radial-gradient(circle at 12% 50%, rgba(24, 75, 215, 0.32), transparent 28%),
    radial-gradient(circle at 88% 50%, rgba(255, 185, 0, 0.08), transparent 24%),
    #050505;
}
.final-cta {
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 50% 115%, rgba(255, 185, 0, 0.26), transparent 34%),
    var(--blue);
  background-size: 56px 56px, 56px 56px, auto, auto;
}
.final-cta::before {
  content: "PROJET";
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  font-size: clamp(110px, 19vw, 310px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}
.team-focus {
  padding: 130px 7vw;
  background: #fff;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 7vw;
  align-items: center;
}
.team-image {
  height: 660px;
}
.team-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .75fr);
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.team-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #eef1f5;
}
.team-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.45);
  pointer-events: none;
}
.team-gallery-main {
  grid-row: 1 / -1;
}
.team-gallery-detail {
  position: absolute !important;
  left: -22px;
  bottom: 36px;
  width: 31%;
  aspect-ratio: 1 / 1.18;
  border: 8px solid #fff;
  box-shadow: 0 22px 55px rgba(7,26,56,.2);
  z-index: 2;
}
.team-gallery::after {
  content: "EN PRODUCTION";
  position: absolute;
  right: -14px;
  bottom: 30px;
  z-index: 3;
  padding: 11px 16px;
  color: #071329;
  background: var(--yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}
.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.team-gallery figure:hover img {
  transform: scale(1.025);
}
.team-gallery-main img { object-position: 53% center; }
.team-gallery-studio img { object-position: center 56%; }
.team-gallery-duo img { object-position: 55% center; }
.team-gallery-detail img { object-position: 57% center; }
.team-copy h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin: 18px 0 30px;
}
.team-copy h2 em {
  font-style: normal;
  color: var(--blue);
}
.team-copy p {
  font-size: 17px;
  line-height: 1.75;
  color: #5d5d5d;
}
.agency-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #050505;
  color: #fff;
  padding: 68px 7vw 64px;
}
.agency-numbers::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 7vw;
  right: 7vw;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--yellow), var(--blue));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s cubic-bezier(.22, 1, .36, 1);
}
.agency-numbers.is-active::before { transform: scaleX(1); }
.agency-stat {
  min-width: 0;
  padding: 18px 28px 14px;
  border-left: 1px solid #292929;
}
.agency-stat small {
  display: block;
  margin-bottom: 25px;
  color: #7b8798;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}
.numbers-ready .agency-stat {
  opacity: 0;
  transform: translateY(18px);
}
.numbers-ready .agency-numbers.is-active .agency-stat {
  opacity: 1;
  transform: none;
  transition: opacity .65s ease var(--stat-delay), transform .8s cubic-bezier(.22, 1, .36, 1) var(--stat-delay);
}
.agency-numbers strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(35px, 4vw, 58px);
  color: var(--yellow);
  letter-spacing: -0.05em;
  line-height: .95;
}
.agency-numbers strong sup {
  position: relative;
  top: -.38em;
  margin-left: 2px;
  font-size: .42em;
  letter-spacing: 0;
}
.agency-numbers .stat-label {
  display: block;
  margin-top: 17px;
  color: #969696;
  font-size: 14px;
}
@media (prefers-reduced-motion: reduce) {
  .agency-numbers::before { transform: scaleX(1); transition: none; }
  .numbers-ready .agency-stat { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .agency-hero {
    height: 730px;
    min-height: 0;
  }
  .agency-hero-copy {
    left: 6vw;
    right: 6vw;
  }
  .agency-hero h1 {
    font-size: 48px;
  }
  .agency-story {
    grid-template-columns: 1fr;
    padding: 85px 6vw;
  }
  .belief {
    padding: 90px 6vw;
  }
  .belief-copy {
    margin: 0;
  }
  .vision,
  .culture,
  .agency-method {
    padding: 85px 6vw;
  }
  .vision-grid {
    grid-template-columns: 1fr;
  }
  .culture-list {
    grid-template-columns: 1fr 1fr;
  }
  .method-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 50px;
  }
  .method-steps {
    grid-template-columns: repeat(5, minmax(230px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 6px 0 18px;
  }
  .method-steps li {
    scroll-snap-align: start;
  }
  .team-focus {
    grid-template-columns: 1fr;
    padding: 85px 6vw;
  }
  .team-image {
    height: 470px;
  }
  .team-gallery-detail {
    left: -10px;
    bottom: 24px;
    border-width: 6px;
  }
  .agency-numbers {
    grid-template-columns: 1fr 1fr;
    padding: 55px 6vw;
    gap: 20px 0;
  }
  .agency-stat {
    padding: 15px;
  }
}
@media (max-width: 560px) {
  .culture-progress {
    display: none;
  }
  .agency-hero h1 {
    font-size: 42px;
  }
  .agency-hero p {
    font-size: 16px;
  }
  .agency-scroll {
    display: none;
  }
  .culture-list {
    grid-template-columns: 1fr;
  }
  .agency-method { padding: 75px 6vw; }
  .agency-method::before { top: 25px; right: 6vw; }
  .method-heading h2 { font-size: 42px; }
  .method-steps { grid-template-columns: 1fr; overflow: visible; }
  .method-steps::before { display: none; }
  .method-steps li,
  .method-steps li:first-child {
    min-height: 0;
    padding: 24px;
    border-right: 1px solid rgba(7, 26, 56, 0.1);
    border-bottom: 1px solid rgba(7, 26, 56, 0.1);
  }
  .method-icon { width: 64px; margin: 24px 0 22px; }
  .method-steps h3 { margin: 0 0 8px; }
  .method-cta {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 28px;
  }
  .culture-list article {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 0;
    min-height: 240px;
  }
  .agency-numbers {
    grid-template-columns: 1fr;
  }
  .team-image {
    height: 520px;
  }
  .team-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.35fr .65fr;
    gap: 8px;
  }
  .team-gallery-main {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .team-gallery-studio,
  .team-gallery-duo {
    grid-row: 2;
  }
  .team-gallery-detail {
    display: none;
  }
  .team-gallery::after {
    right: -6px;
    bottom: 18px;
  }
  .vision-card {
    padding: 32px;
    min-height: 380px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .culture-progress i,
  .culture.is-active .culture-progress i {
    animation: none;
    transform: scaleX(1);
  }
  .culture-list article,
  .culture.is-active .culture-list article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
