/* Recomposition du hero : éditorial à gauche, scène photographique à droite. */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  padding: 128px var(--pad) 188px;
  display: block;
  background: #030303;
  color: #fff;
  overflow: hidden;
}

.hero::before { content: none; }

.hero::after {
  position: absolute;
  z-index: 0;
  left: -9vw;
  bottom: -215px;
  width: min(850px, 64vw);
  height: 330px;
  border-top: 1px solid rgb(218 166 72 / 72%);
  border-radius: 50% 50% 0 0;
  box-shadow: 0 -8px 28px rgb(204 143 47 / 8%);
  content: "";
  pointer-events: none;
  transform: rotate(-2deg);
}

.hero-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  background: #030303 url("../../assets/brand/heros-home-desktop.png?v=20260910-2") center center / cover no-repeat;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(3 3 3 / 30%) 0%, rgb(3 3 3 / 10%) 38%, transparent 58%),
    linear-gradient(180deg, rgb(0 0 0 / 3%) 0%, transparent 76%, rgb(0 0 0 / 15%) 100%);
  content: "";
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(610px, 45vw);
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.hero-kicker {
  gap: 12px;
  color: #c3c0bb;
  font-size: .6875rem;
  letter-spacing: .2em;
}

.hero-kicker i {
  width: 22px;
  height: 2px;
  border-radius: 0;
  background: #d5a34e;
}

.hero-availability {
  margin-top: 18px;
  color: #d0d0cf;
  font-size: .875rem;
}

.hero-simple {
  max-width: 620px;
  margin: 38px 0 0;
}

@media (min-width: 1001px) {
  .hero-simple {
    margin-top: clamp(64px, 7vh, 86px);
  }
}

.hero-simple::after { content: none; }

.hero-simple h1 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 4.35vw, 4rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
}

.hero-simple h1 em {
  display: inline-block;
  margin-top: .12em;
  color: #d9ad62;
  font-weight: 400;
  font-style: normal;
}

.hero-simple > p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #b8b8b5;
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions-simple {
  display: grid;
  grid-template-columns: minmax(205px, .9fr) minmax(155px, .75fr) minmax(210px, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.hero-actions-simple a {
  min-width: 0;
  min-height: 58px;
  padding: 17px 20px;
  border-radius: 8px;
  font-size: .8125rem;
}

.hero-actions-simple a:first-child {
  justify-self: start;
  width: max-content;
}

.hero-actions-simple a:nth-child(3) {
  background: linear-gradient(135deg, #f4dfb8, #d8a94f 75%, #c68c2f);
  border-color: #e5bd72;
  color: #090806;
  box-shadow: 0 16px 40px rgb(190 126 32 / 17%);
}

.hero-actions-simple a span {
  margin-left: 12px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: .5;
}

.hero-actions-simple a:not(:nth-child(3)) {
  background: rgb(4 4 4 / 52%);
  border-color: rgb(255 255 255 / 33%);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

@media (min-width: 621px) and (max-width: 1350px) {
  .hero-actions-simple {
    grid-template-columns: minmax(220px, 1.2fr) minmax(155px, .8fr);
  }

  .hero-actions-simple a:last-child {
    grid-column: 1 / -1;
  }
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(560px, 100%);
  gap: 16px;
  margin-top: 34px;
  padding: 22px 0 0;
  border: 0;
  background: none;
}

.hero-proof::before { content: none; }

.hero-proof span {
  min-width: 0;
  padding: 0 10px 0 0;
  color: #b7b6b2;
  font-size: .75rem;
  line-height: 1.45;
}

.hero-proof b {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  margin: 0 0 13px;
  border: 1px solid #d7a342;
  border-radius: 50%;
  color: #dcb05e;
  font: 600 .6875rem Manrope, sans-serif;
}

.hero-proof b svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-proof strong {
  display: block;
  color: #f1f0ed;
  font: 650 .8125rem Manrope, sans-serif;
}

.header {
  top: 18px;
  height: 82px;
  background: linear-gradient(90deg, rgb(2 2 2 / 42%), rgb(2 2 2 / 8%) 72%, rgb(2 2 2 / 22%));
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-services-preview {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 62px;
  left: 0;
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 10px;
  padding: 25px var(--pad) 28px;
  border-top: 0;
  background: transparent;
  text-shadow: 0 2px 10px rgb(0 0 0 / 95%);
}

.hero-services-preview > div > span {
  display: block;
  margin-bottom: 9px;
  color: #f1eee7;
  text-transform: uppercase;
  font: 500 .625rem "DM Sans", sans-serif;
  letter-spacing: .27em;
}

.hero-services-preview > div > span::after {
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0 0 3px 13px;
  background: #d5a34e;
  content: "";
}

.hero-services-preview strong { color: #f5f3ef; font: 400 1.75rem/1.05 Georgia, "Times New Roman", serif; }
.hero-services-preview strong em { color: #d9ad62; font-style: normal; }
.hero-services-preview p { max-width: 610px; margin: 0; color: #dedbd4; font-size: .75rem; line-height: 1.6; }
.hero-proof-services { display: none; }

.header-cta {
  min-height: 48px;
  background: linear-gradient(135deg, #f1d49e, #dca84c);
  color: #0a0907;
}

.header .signature-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: none;
}

@media (min-width: 1001px) {
  .header:not(.scrolled) nav a {
    margin: -8px -10px;
    padding: 8px 10px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 5px;
    background: rgb(0 0 0 / 58%);
    box-shadow: 0 4px 14px rgb(0 0 0 / 24%);
    color: #fff;
    font-weight: 650;
    text-shadow: 0 1px 4px #000;
  }
}

@media (max-width: 1000px) {
  .hero { padding-top: 118px; }
  .hero-content { width: min(650px, 76vw); }
  .hero-visual { width: 100%; opacity: 1; }
  .hero-visual::after { background: linear-gradient(90deg, rgb(3 3 3 / 48%) 0%, rgb(3 3 3 / 20%) 55%, transparent 88%); }
  .hero-services-preview { display: none; }
}

@media (min-width: 621px) and (max-width: 1000px) {
  .hero {
    min-height: clamp(1320px, 200vw, 1660px);
  }

  .hero-visual {
    background-image: url("../../assets/brand/hero-home-mobile.png");
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #030303;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, rgb(3 3 3 / 72%) 0%, rgb(3 3 3 / 42%) 48%, rgb(3 3 3 / 10%) 82%, transparent 100%),
      linear-gradient(180deg, rgb(3 3 3 / 8%), transparent 70%, rgb(3 3 3 / 26%));
  }

  .hero-services-preview {
    top: 700px;
    right: auto;
    bottom: auto;
    left: var(--pad);
    width: min(430px, 56vw);
    min-height: 0;
    display: grid;
    gap: 12px;
    padding: 20px 24px 22px;
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(3 3 3 / 82%), rgb(3 3 3 / 42%));
    box-shadow: 0 20px 55px rgb(0 0 0 / 24%);
    backdrop-filter: blur(10px);
  }

  .hero-services-preview > div > span { margin-bottom: 10px; }
  .hero-services-preview strong { font-size: clamp(1.45rem, 3.2vw, 2rem); }
  .hero-services-preview p { max-width: 43ch; font-size: .75rem; }
}

@media (max-width: 620px) {
  .hero::after { display: none; }

  .hero {
    min-height: 0;
    padding: 118px 20px 42px;
  }

  .hero-visual {
    inset: 0;
    width: 100%;
    background-image: url("../../assets/brand/hero-home-mobile.png");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #030303;
    opacity: 1;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-visual::before {
    display: none;
  }

  .hero-visual::after {
    background:
      linear-gradient(90deg, rgb(3 3 3 / 52%) 0%, rgb(3 3 3 / 24%) 70%, transparent 100%),
      linear-gradient(180deg, rgb(3 3 3 / 8%) 0%, transparent 44%, rgb(3 3 3 / 20%) 66%, rgb(3 3 3 / 40%) 100%);
  }

  .hero-content {
    width: 100%;
    min-height: 0;
  }

  .hero-kicker {
    font-size: .625rem;
    letter-spacing: .17em;
  }

  .hero-availability {
    align-items: flex-start;
    max-width: 330px;
    font-size: .8125rem;
    line-height: 1.45;
  }

  .hero-availability span { margin-top: .35em; flex: 0 0 auto; }

  .hero-simple { margin-top: 48px; }

  .hero-simple h1 {
    max-width: 310px;
    font-size: clamp(3.25rem, 14vw, 3.65rem);
    line-height: .96;
  }

  .hero-simple > p {
    max-width: 295px;
    margin-top: 28px;
    color: #c3c2be;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .hero-actions-simple {
    display: block;
    width: min(290px, 78vw);
    margin-top: 30px;
  }

  .hero-actions-simple a {
    width: 100%;
    min-height: 58px;
    margin-top: 10px;
    padding-inline: 18px;
  }

  .hero-actions-simple a:not(:nth-child(3)) { backdrop-filter: none; }

  .hero-content > .hero-proof {
    display: none;
  }

  .hero-proof-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 8px;
    padding: 26px 0;
    border: 0;
  }

  .hero-services-preview .hero-proof-services > span {
    margin: 0;
    padding: 0;
    color: #b7b6b2;
    text-transform: none;
    letter-spacing: normal;
    font: 400 .625rem/1.45 "DM Sans", sans-serif;
  }
  .hero-services-preview .hero-proof-services > span::after { display: none; }
  .hero-proof-services b { width: 40px; height: 40px; margin-bottom: 8px; }
  .hero-proof-services b svg { width: 20px; height: 20px; }
  .hero-services-preview .hero-proof-services strong {
    display: block;
    max-width: none;
    margin-bottom: 3px;
    color: #f1f0ed;
    font: 650 .625rem Manrope, sans-serif;
  }

  .hero-services-preview {
    position: relative;
    inset: auto;
    width: calc(100% + 40px);
    min-height: 0;
    display: grid;
    gap: 22px;
    margin: 22px -20px -42px;
    padding: 28px 20px 48px;
    border-top: 0;
    background: linear-gradient(180deg, transparent, rgb(3 3 3 / 16%));
    text-shadow: none;
  }

  .hero-services-preview > div > span {
    margin-bottom: 18px;
    font-size: .6875rem;
  }

  .hero-services-preview strong {
    display: block;
    max-width: 350px;
    font-size: clamp(2rem, 9.5vw, 2.75rem);
    line-height: 1.02;
  }

  .hero-services-preview p {
    max-width: 34ch;
    color: #c9c6c0;
    font-size: .9375rem;
    line-height: 1.7;
  }

  .header {
    top: 10px;
    height: 88px;
    background: rgb(3 3 3 / 76%);
    backdrop-filter: blur(12px);
  }

  .header .signature-logo { width: 52px; height: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions-simple a { transform: none; }
}

/* Services — manifeste éditorial et prestations, séparés du hero. */
.services-overview {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(480px, 1.22fr);
  gap: clamp(56px, 8vw, 128px);
  padding: clamp(92px, 9vw, 138px) var(--pad);
  background:
    radial-gradient(circle at 12% 15%, rgb(199 148 76 / 13%), transparent 30%),
    linear-gradient(128deg, rgb(8 7 6 / 96%) 0%, rgb(11 10 8 / 88%) 52%, rgb(18 16 13 / 84%) 100%),
    url("../../assets/brand/hero-home-desktop.png") center / cover no-repeat fixed;
  color: #f6f2e9;
  overflow: hidden;
}

.services-overview::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .34;
  content: "";
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 48%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 48%, transparent);
}

.services-overview-heading {
  align-self: start;
  position: sticky;
  top: 112px;
}

.services-overview-heading .section-index { color: #d6b16f; }

.services-overview-heading h2 {
  max-width: 9.5ch;
  margin: 30px 0 26px;
  font: 500 clamp(50px, 5.4vw, 78px)/.98 var(--font-display);
  letter-spacing: -.065em;
  text-wrap: balance;
}

.services-overview-heading h2 em {
  color: #d8a958;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.services-overview-heading > p:not(.section-index) {
  max-width: 470px;
  margin: 0;
  color: #bdb9b1;
  font-size: .9375rem;
  line-height: 1.75;
}

.services-overview-cta {
  grid-column: 1 / -1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-width: min(100%, 330px);
  min-height: 54px;
  margin-top: -18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d3a451;
  color: #f1c874;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .6875rem;
  font-weight: 700;
}

.services-overview-cta span { font-size: 1.35rem; }

.services-overview-list { border-top: 1px solid rgb(255 255 255 / 24%); }

.services-overview-list article {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 64px;
  gap: clamp(18px, 2.4vw, 34px);
  align-items: start;
  min-height: 174px;
  padding: 32px 0;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  transition:
    padding var(--transition-base),
    background-color var(--transition-base);
}

.services-overview-list article::before {
  position: absolute;
  inset: 0 -22px;
  z-index: -1;
  background: linear-gradient(90deg, rgb(210 165 86 / 9%), transparent 72%);
  opacity: 0;
  content: "";
  transition: opacity var(--transition-base);
}

.services-overview-list article:hover { padding-left: 14px; }
.services-overview-list article:hover::before { opacity: 1; }

.services-overview-list article > span {
  padding-top: 5px;
  color: #d1a85f;
  font: 650 .6875rem var(--font-display);
  letter-spacing: .12em;
}

.services-overview-list h3 {
  margin: 0 0 12px;
  color: #f8f5ef;
  font: 520 clamp(24px, 2.1vw, 32px)/1.1 var(--font-display);
  letter-spacing: -.045em;
}

.services-overview-list p {
  max-width: 55ch;
  margin: 0;
  color: #aaa8a2;
  font-size: .875rem;
  line-height: 1.7;
}

.services-overview-list article > b {
  justify-self: end;
  align-self: center;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgb(211 164 81 / 65%);
  border-radius: 50%;
  color: #d8ad62;
  font: 650 .5625rem var(--font-display);
  letter-spacing: .12em;
}

@media (max-width: 1000px) {
  .services-overview {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .services-overview-heading {
    position: static;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
    column-gap: 48px;
  }

  .services-overview-heading .section-index,
  .services-overview-heading h2 { grid-column: 1; }

  .services-overview-heading > p:not(.section-index) { grid-column: 2; }

  .services-overview-heading > p:not(.section-index) {
    grid-row: 1 / span 2;
    align-self: end;
  }
}

@media (max-width: 620px) {
  .services-overview {
    display: block;
    padding: 78px 20px 82px;
    background-image:
      radial-gradient(circle at 12% 15%, rgb(199 148 76 / 12%), transparent 30%),
      linear-gradient(128deg, rgb(8 7 6 / 95%) 0%, rgb(11 10 8 / 87%) 52%, rgb(18 16 13 / 82%) 100%),
      url("../../assets/brand/hero-home-mobile.png");
    background-attachment: scroll;
    background-position: center, center, center;
    background-size: auto, auto, cover;
    background-repeat: no-repeat;
  }

  .services-overview-heading { display: block; }

  .services-overview-heading h2 {
    max-width: 10ch;
    margin-block: 25px 22px;
    font-size: clamp(42px, 12vw, 54px);
  }

  .services-overview-heading > p:not(.section-index) {
    font-size: .875rem;
    line-height: 1.7;
  }

  .services-overview-cta {
    width: 100%;
    min-width: 0;
    margin-top: 38px;
  }

  .services-overview-list { margin-top: 54px; }

  .services-overview-list article {
    grid-template-columns: 30px minmax(0, 1fr) 48px;
    gap: 12px;
    min-height: 0;
    padding: 25px 0;
  }

  .services-overview-list article:hover { padding-left: 0; }

  .services-overview-list h3 {
    font-size: 22px;
    line-height: 1.12;
  }

  .services-overview-list p {
    font-size: .8125rem;
    line-height: 1.65;
  }

  .services-overview-list article > b {
    width: 44px;
    height: 44px;
    font-size: .5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-overview-list article,
  .services-overview-list article::before { transition: none; }
}
