/* Accueil Agissez : direction éditoriale noir minéral, ivoire et laiton. */
.home-cinematic {
  --home-black: #070706;
  --home-ink: #11110f;
  --home-paper: #f5f2eb;
  --home-gold: #c6a15b;
  --home-gold-dark: #8b682e;
  --home-line: rgba(198,161,91,.55);
  color: var(--home-ink);
  background: var(--home-black);
}

.home-cinematic main { overflow: hidden; }
.home-cinematic h1,
.home-cinematic h2,
.home-cinematic h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.home-cinematic a { text-underline-offset: .2em; }
.home-shell {
  width: min(calc(100% - 56px), var(--max));
  margin-inline: auto;
}

.home-kicker {
  position: relative;
  margin: 0 0 1rem;
  padding-left: 3.6rem;
  color: var(--home-gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-kicker::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background: var(--home-gold);
}

.home-hero {
  position: relative;
  min-height: 670px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #050504;
  isolation: isolate;
}
.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2,2,2,.82) 0%, rgba(2,2,2,.48) 39%, rgba(2,2,2,.08) 68%, rgba(2,2,2,.36) 100%),
    linear-gradient(0deg, rgba(2,2,2,.42), transparent 42%);
}
.home-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-hero__grid {
  min-height: 670px;
  display: grid;
  grid-template-columns: minmax(0, 660px) 1fr minmax(180px, 235px);
  gap: 2rem;
  align-items: center;
  padding-top: 80px;
}
.home-hero__copy { max-width: 650px; }
.home-hero h1 {
  max-width: 640px;
  margin: 0 0 1.05rem;
  font-size: clamp(3.65rem, 5.2vw, 5.8rem);
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.home-hero__lead {
  max-width: 590px;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
  line-height: 1.55;
}
.home-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .78rem 1.45rem;
  border: 1px solid currentColor;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}
.home-button--gold { border-color: #d1ad66; color: #0a0907; background: #d1ad66; }
.home-button--gold:hover { border-color: #f0d49a; color: #080705; background: #f0d49a; }
.home-button--ghost,
.home-button--outline { color: #fff; background: rgba(0,0,0,.18); }
.home-button--ghost:hover,
.home-button--outline:hover { border-color: var(--home-gold); color: #0b0a08; background: var(--home-gold); }
.home-hero__path {
  display: flex;
  gap: 0;
  margin-top: 1.55rem;
}
.home-hero__path a {
  padding: 0 1.1rem;
  border-right: 1px solid var(--home-gold);
  color: rgba(255,255,255,.74);
  font-size: .67rem;
  font-weight: 760;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.home-hero__path a:first-child { padding-left: 0; }
.home-hero__path a:last-child { border-right: 0; }
.home-hero__path a:hover { color: #fff; }
.home-hero__note {
  grid-column: 3;
  align-self: start;
  margin-top: 4.7rem;
  padding: .55rem 0 .55rem 1.25rem;
  border-left: 2px solid var(--home-gold);
  color: rgba(255,255,255,.85);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  letter-spacing: .13em;
  line-height: 1.55;
  text-transform: uppercase;
}
.home-hero__caption {
  position: absolute;
  right: max(28px, calc((100vw - var(--max)) / 2));
  bottom: 2.4rem;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .12em;
  line-height: 1.55;
  text-align: right;
  text-transform: uppercase;
}

.home-stats { color: var(--home-ink); background: var(--home-paper); }
.home-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-stats__grid > div {
  position: relative;
  min-height: 145px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 1.35rem 2rem;
  text-align: center;
}
.home-stats__grid > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  bottom: 26px;
  width: 1px;
  background: rgba(139,104,46,.48);
}
.home-stats strong { font-family: Georgia, "Times New Roman", serif; font-size: 3rem; font-weight: 500; line-height: .9; }
.home-stats span { margin-top: .45rem; font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.home-stats p { max-width: 220px; margin: .45rem 0 0; color: #5c5952; font-size: .78rem; line-height: 1.35; }

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, .9fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 2.2rem;
}
.home-section-head h2 { margin: 0; font-size: clamp(2.3rem, 3.7vw, 4rem); line-height: 1.02; }
.home-section-head > p { margin: 0; color: #5e5a52; font-size: .92rem; line-height: 1.55; }
.home-section-head > a {
  align-self: center;
  color: var(--home-gold-dark);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.home-section-head > a:hover { color: #111; }
.home-section-head--dark { color: #fff; }
.home-section-head--dark > p { color: rgba(255,255,255,.72); }
.home-section-head--dark > a { color: #d8b56d; }
.home-section-head--dark > a:hover { color: #fff; }

.home-univers { padding: 4.5rem 0 5rem; color: #fff; background: #0a0a09; }
.home-universe-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; }
.home-universe-card { overflow: hidden; border: 1px solid rgba(255,255,255,.25); background: #f7f5f0; box-shadow: 0 20px 48px rgba(0,0,0,.22); }
.home-universe-card > a { display: block; overflow: hidden; }
.home-universe-card img { width: 100%; height: 225px; object-fit: cover; transition: transform .35s ease; }
.home-universe-card:hover img { transform: scale(1.025); }
.home-universe-card > div { min-height: 190px; padding: 1.25rem 1.45rem 1.4rem; color: var(--home-ink); }
.home-universe-card span,
.home-coach-card span { color: var(--home-gold-dark); font-size: .64rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.home-universe-card h3,
.home-coach-card h3 { margin: .28rem 0 .5rem; font-size: 1.58rem; line-height: 1.05; }
.home-universe-card h3 a,
.home-coach-card h3 a { color: inherit; text-decoration: none; }
.home-universe-card p { margin-bottom: .75rem; color: #504d47; font-size: .86rem; line-height: 1.45; }
.home-text-link { color: var(--home-gold-dark); font-size: .69rem; font-weight: 850; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.home-text-link:hover { color: #111; }

.home-courage {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  color: #fff;
  background: #050504;
  isolation: isolate;
}
.home-courage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(2,2,2,.88) 0%, rgba(2,2,2,.22) 42%, rgba(2,2,2,.12) 61%, rgba(2,2,2,.82) 100%);
}
.home-courage > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-courage__grid { display: grid; grid-template-columns: minmax(0, 380px) 1fr minmax(220px, 330px); gap: 2rem; align-items: center; }
.home-courage h2 { margin-bottom: .7rem; font-size: clamp(2.5rem, 4.2vw, 4.4rem); line-height: .98; }
.home-courage__copy > p:not(.home-kicker) { color: rgba(255,255,255,.86); font-size: .98rem; line-height: 1.55; }
.home-courage blockquote {
  margin: 0;
  padding: 1.3rem 0 1.3rem 1.4rem;
  border-left: 2px solid var(--home-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-style: italic;
  line-height: 1.35;
  text-align: right;
}

.home-coaches { padding: 4.7rem 0 3.5rem; background: var(--home-paper); }
.home-coach-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
.home-coach-card { border: 1px solid #d8d2c6; background: #fff; box-shadow: 0 12px 32px rgba(20,17,12,.06); }
.home-coach-card > a { display: block; overflow: hidden; background: #0a0908; }
.home-coach-card img { width: 100%; height: 168px; object-fit: cover; object-position: 73% center; transition: transform .3s ease; }
.home-coach-card:hover img { transform: scale(1.025); }
.home-coach-card > div { min-height: 175px; padding: 1.1rem 1.2rem 1.3rem; }
.home-coach-card h3 { font-size: 1.35rem; }
.home-coach-card p { margin-bottom: .65rem; color: #5c5851; font-size: .8rem; line-height: 1.42; }

.home-method { padding: 2.2rem 0 4.8rem; background: var(--home-paper); }
.home-method .home-section-head { margin-bottom: 1.7rem; padding-top: 2rem; border-top: 1px solid #d8d1c4; }
.home-method__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.home-method__grid article { display: grid; grid-template-columns: 86px 1fr; gap: 1.2rem; padding: 1rem 2rem; border-right: 1px solid rgba(139,104,46,.42); }
.home-method__grid article:first-child { padding-left: 0; }
.home-method__grid article:last-child { padding-right: 0; border-right: 0; }
.home-method__grid article > span { color: var(--home-gold-dark); font-family: Georgia, "Times New Roman", serif; font-size: 3.1rem; line-height: 1; }
.home-method__grid h3 { margin: 0 0 .35rem; font-size: 1.32rem; }
.home-method__grid p { margin: 0; color: #5a574f; font-size: .84rem; line-height: 1.45; }

.home-answers { padding: 4.4rem 0 4.7rem; background: #fff; }
.home-answers .faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid #ddd6c8; background: #ddd6c8; }
.home-answers .faq h2 { grid-column: 1 / -1; margin: 0; padding: 1.6rem 1.7rem; color: #fff; background: #0d0d0c; font-size: clamp(2rem, 3.2vw, 3.1rem); }
.home-answers details { margin: 0; border: 0; background: var(--home-paper); }
.home-answers details + details { border-top: 0; }
.home-answers summary { min-height: 62px; display: flex; align-items: center; padding: 1rem 1.35rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.home-answers details p { padding: 0 1.35rem 1.25rem; color: #514e48; font-size: .9rem; line-height: 1.55; }

.home-final {
  padding: 3.8rem 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(4,4,3,.93), rgba(4,4,3,.72)),
    url('/img/home-courage.webp') center 62% / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.home-final__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.home-final h2 { margin-bottom: .35rem; font-size: clamp(2.2rem, 3.8vw, 3.8rem); }
.home-final p:not(.home-kicker) { max-width: 670px; margin: 0; color: rgba(255,255,255,.76); }

.home-cinematic .footer-audit { border-color: rgba(198,161,91,.45); background: rgba(198,161,91,.035); }

@media (max-width: 1100px) {
  .home-hero__grid { grid-template-columns: minmax(0, 590px) 1fr 190px; }
  .home-hero h1 { font-size: clamp(3.6rem, 6.2vw, 5.2rem); }
  .home-section-head { grid-template-columns: 1.1fr .9fr; }
  .home-section-head > a { grid-column: 2; }
  .home-coach-grid { grid-template-columns: repeat(2, 1fr); }
  .home-coach-card img { height: 205px; }
  .home-coach-card > div { min-height: 0; }
}

@media (max-width: 900px) {
  .home-shell { width: min(calc(100% - 36px), var(--max)); }
  .home-hero { min-height: 690px; }
  .home-hero__grid { min-height: 690px; grid-template-columns: minmax(0, 600px) 1fr; }
  .home-hero__note { display: none; }
  .home-hero__caption { right: 20px; }
  .home-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .home-stats__grid > div:nth-child(2)::after { display: none; }
  .home-stats__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(139,104,46,.35); }
  .home-section-head { grid-template-columns: 1fr; gap: .8rem; }
  .home-section-head > a { grid-column: auto; justify-self: start; }
  .home-universe-grid { grid-template-columns: 1fr; }
  .home-universe-card { display: grid; grid-template-columns: minmax(250px, .85fr) 1.15fr; }
  .home-universe-card img { height: 100%; min-height: 240px; }
  .home-courage__grid { grid-template-columns: minmax(0, 400px) 1fr; }
  .home-courage blockquote { display: none; }
  .home-method__grid { grid-template-columns: 1fr; }
  .home-method__grid article,
  .home-method__grid article:first-child,
  .home-method__grid article:last-child { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid rgba(139,104,46,.35); }
  .home-method__grid article:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .home-shell { width: calc(100% - 28px); }
  .home-kicker { padding-left: 3rem; font-size: .64rem; }
  .home-kicker::before { width: 2rem; }
  .home-hero { min-height: 750px; align-items: end; }
  .home-hero::after {
    background:
      linear-gradient(90deg, rgba(2,2,2,.73), rgba(2,2,2,.22)),
      linear-gradient(0deg, rgba(2,2,2,.92) 0%, rgba(2,2,2,.56) 62%, rgba(2,2,2,.15) 100%);
  }
  .home-hero__image { object-position: 69% center; }
  .home-hero__grid { min-height: 750px; display: block; padding-top: 138px; padding-bottom: 2.4rem; }
  .home-hero__copy { max-width: none; padding: 1.4rem 1.25rem 1.5rem; border-left: 3px solid var(--home-gold); background: rgba(4,4,3,.72); }
  .home-hero h1 { font-size: clamp(2.75rem, 13vw, 3.75rem); line-height: .98; }
  .home-hero__lead { font-size: .98rem; }
  .home-actions { display: grid; }
  .home-button { width: 100%; }
  .home-hero__path { justify-content: center; }
  .home-hero__path a { padding-inline: .7rem; font-size: .58rem; }
  .home-hero__caption { display: none; }
  .home-stats__grid > div { min-height: 132px; padding: 1rem .7rem; }
  .home-stats__grid > div:not(:last-child)::after { top: 22px; bottom: 22px; }
  .home-stats strong { font-size: 2.45rem; }
  .home-stats span { font-size: .66rem; }
  .home-stats p { font-size: .7rem; }
  .home-univers,
  .home-coaches,
  .home-answers { padding-block: 3.7rem; }
  .home-section-head h2 { font-size: clamp(2.25rem, 10vw, 3.05rem); }
  .home-universe-card { display: block; }
  .home-universe-card img { height: 205px; min-height: 0; }
  .home-universe-card > div { min-height: 0; }
  .home-courage { min-height: 680px; align-items: end; }
  .home-courage::after { background: linear-gradient(0deg, rgba(2,2,2,.96) 0%, rgba(2,2,2,.62) 55%, rgba(2,2,2,.12) 100%); }
  .home-courage > img { object-position: 51% center; }
  .home-courage__grid { display: block; padding-bottom: 2.6rem; }
  .home-courage__copy { padding: 1.4rem 1.2rem; background: rgba(3,3,3,.72); }
  .home-courage h2 { font-size: clamp(2.6rem, 12vw, 3.65rem); }
  .home-coach-grid { grid-template-columns: 1fr; }
  .home-coach-card img { height: 190px; object-position: 72% center; }
  .home-method { padding: 1rem 0 3.8rem; }
  .home-method__grid article { grid-template-columns: 62px 1fr; gap: .9rem; }
  .home-method__grid article > span { font-size: 2.5rem; }
  .home-answers .faq { grid-template-columns: 1fr; }
  .home-answers .faq h2 { grid-column: auto; }
  .home-final { padding-block: 3.4rem; }
  .home-final__inner { display: grid; }
}

@media print {
  .home-cinematic .site-header { display: none !important; }
  .home-hero { min-height: 0; color: #000; background: #fff; }
  .home-hero__image,
  .home-hero::after,
  .home-hero__note,
  .home-hero__caption,
  .home-courage > img { display: none; }
}
