/* Page À propos — 141_PRODUCTIONZ */
body.about-page {
  background: #050505;
}

.about-page-main {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

/* Hero */
.about-hero {
  position: relative;
  min-height: clamp(520px, 88vh, 780px);
  display: grid;
  align-items: end;
  overflow: hidden;
}

.about-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.about-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 5, 0.35) 0%,
    rgba(5, 5, 5, 0.55) 45%,
    rgba(5, 5, 5, 0.95) 100%
  );
  pointer-events: none;
}

.about-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(5rem, 12vw, 7rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2rem, 5vw, 3rem);
  pointer-events: none;
}

.about-hero__label {
  margin: 0 0 0.75rem;
  font-family: Barlow, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.about-hero__title {
  margin: 0 0 1rem;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
  max-width: 14ch;
}

.about-hero__lead {
  margin: 0;
  max-width: 36rem;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.78) !important;
  text-shadow: none !important;
}

/* Marquee */
.about-marquee {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0a0a;
  overflow: hidden;
  padding: 0.85rem 0;
}

.about-marquee__track {
  display: flex;
  width: max-content;
  animation: about-marquee-scroll 28s linear infinite;
}

.about-marquee__track span {
  flex-shrink: 0;
  padding: 0 2rem;
  font-family: Barlow, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}

.about-marquee__track span::after {
  content: "·";
  margin-left: 2rem;
  opacity: 0.5;
}

@keyframes about-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Sections communes */
.about-section {
  padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 4vw, 2.5rem);
  max-width: 1200px;
  margin: 0 auto;
}

.about-section__eyebrow {
  margin: 0 0 0.5rem;
  font-family: Barlow, sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.about-section__title {
  margin: 0 0 1.5rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
}

.about-section__text {
  margin: 0;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
  text-shadow: none !important;
}

/* Mission */
.about-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.about-mission__quote {
  margin: 0;
  padding-left: 1.25rem;
  border-left: 2px solid rgba(220, 38, 38, 0.55);
  font-family: Barlow, sans-serif;
  font-weight: 400;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55) !important;
}

/* Ce que nous apportons */
.about-offer {
  padding-top: 0;
  position: relative;
}

.about-offer::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1.25rem, 4vw, 2.5rem);
  right: clamp(1.25rem, 4vw, 2.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
}

.about-offer__head {
  display: grid;
  grid-template-columns: 1fr minmax(0, 22rem);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.about-offer__intro {
  margin: 0;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5) !important;
}

.about-offer__hint {
  display: none;
}

.about-offer__viewport {
  position: relative;
}

.about-offer__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 1.2vw, 1rem);
  align-items: stretch;
}

.about-offer__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.35rem, 2.5vw, 1.75rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  background: linear-gradient(
    165deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 45%,
    rgba(5, 5, 5, 0.2) 100%
  );
  overflow: hidden;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.about-offer__card--featured {
  border-color: rgba(220, 38, 38, 0.28);
  background: linear-gradient(
    165deg,
    rgba(220, 38, 38, 0.1) 0%,
    rgba(255, 255, 255, 0.04) 40%,
    rgba(5, 5, 5, 0.35) 100%
  );
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.about-offer__card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.about-offer__card--featured:hover {
  transform: translateY(-6px);
  border-color: rgba(220, 38, 38, 0.45);
}

.about-offer__card-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(220, 38, 38, 0.8), rgba(220, 38, 38, 0.15));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.about-offer__card--featured .about-offer__card-accent,
.about-offer__card:hover .about-offer__card-accent {
  opacity: 1;
}

.about-offer__index {
  position: absolute;
  top: 0.35rem;
  right: 0.75rem;
  font-family: Barlow, sans-serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  user-select: none;
}

.about-offer__card--featured .about-offer__index {
  color: rgba(220, 38, 38, 0.12);
}

.about-offer__card-inner {
  position: relative;
  z-index: 1;
  margin-top: auto;
}

.about-offer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.about-offer__tags li {
  padding: 0.32rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-family: Barlow, sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  background: rgba(0, 0, 0, 0.25);
}

.about-offer__card--featured .about-offer__tags li {
  border-color: rgba(220, 38, 38, 0.25);
  color: rgba(255, 255, 255, 0.65);
}

.about-offer__title {
  margin: 0 0 0.65rem;
  padding-right: 2rem;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 1.25;
}

.about-offer__text {
  margin: 0;
  font-family: Barlow, sans-serif;
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.48) !important;
}

.about-offer__progress {
  display: none;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
}

.about-offer__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}

.about-offer__dot.is-active {
  width: 1.75rem;
  border-radius: 999px;
  background: #dc2626;
}

/* Process */
.about-process {
  position: relative;
}

.about-process__hint {
  display: none;
  margin: -0.5rem 0 1rem;
  font-family: Barlow, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-align: right;
}

.about-process__viewport {
  position: relative;
}


.about-process__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process__item {
  position: relative;
  padding: 1.25rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.about-process__item-num {
  display: block;
  margin-bottom: 0.85rem;
  font-family: Barlow, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.3);
}

.about-process__item h3 {
  margin: 0 0 0.5rem;
  font-family: Barlow, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
}

.about-process__item p {
  margin: 0;
  font-family: Barlow, sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.48) !important;
}

.about-process__progress {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0;
}

.about-process__dot {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}

.about-process__dot.is-active {
  width: 1.75rem;
  border-radius: 999px;
  background: #dc2626;
}

/* CTA */
.about-cta {
  text-align: center;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-family: Barlow, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.about-cta__btn--primary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  color: #050505 !important;
}

.about-cta__btn--primary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.about-cta__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85) !important;
}

.about-cta__btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.about-cta__btn--ghost::after {
  content: "→";
  color: #dc2626;
}

/* Liens cliquables globaux */
.about-page-main a {
  pointer-events: auto !important;
}

@media screen and (max-width: 900px) {
  .about-mission {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .about-offer__head {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

/* Mobile : carrousels expertise + méthode */
@media screen and (max-width: 768px) {
  .about-offer {
    max-width: none;
    padding-inline: 0;
  }

  .about-offer .about-offer__head {
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }

  .about-offer__hint {
    display: block;
    margin: -0.25rem 0 1rem;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    font-family: Barlow, sans-serif;
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    text-align: right;
  }

  .about-offer__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    scrollbar-width: none;
    padding: 0.25rem 0 0.5rem;
    -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  }

  .about-offer__viewport::-webkit-scrollbar {
    display: none;
  }

  .about-offer__list {
    display: flex;
    flex-direction: row;
    gap: 0.85rem;
    width: max-content;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }

  .about-offer__card {
    flex: 0 0 min(82vw, 300px);
    min-height: 240px;
    scroll-snap-align: center;
    transform: none !important;
    box-shadow: none;
  }

  .about-offer__card--featured {
    border-color: rgba(255, 255, 255, 0.1);
    background: linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.01) 45%,
      rgba(5, 5, 5, 0.2) 100%
    );
  }

  .about-offer__card.is-active {
    border-color: rgba(220, 38, 38, 0.4);
    background: linear-gradient(
      155deg,
      rgba(220, 38, 38, 0.1) 0%,
      rgba(255, 255, 255, 0.04) 50%,
      rgba(5, 5, 5, 0.45) 100%
    );
  }

  .about-offer__card.is-active .about-offer__card-accent {
    opacity: 1;
  }

  .about-offer__card.is-active .about-offer__index {
    color: rgba(220, 38, 38, 0.18);
  }

  .about-offer__progress {
    display: flex;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }

  .about-process {
    max-width: none;
    padding-inline: 0;
  }

  .about-process .about-section__eyebrow,
  .about-process .about-section__title {
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }

  .about-process__hint {
    display: block;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }

  .about-process__viewport {
    margin-inline: 0;
    padding: 0.25rem 0 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    scrollbar-width: none;
  }

  .about-process__viewport::-webkit-scrollbar {
    display: none;
  }

  .about-process__viewport {
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%
    );
  }

  .about-process__list {
    display: flex;
    flex-direction: row;
    gap: 0.85rem;
    width: max-content;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
    padding-bottom: 0.25rem;
  }

  .about-process__item {
    flex: 0 0 min(78vw, 280px);
    min-height: 210px;
    padding: 1.35rem 1.15rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    scroll-snap-align: center;
    background: linear-gradient(
      155deg,
      rgba(255, 255, 255, 0.06) 0%,
      rgba(255, 255, 255, 0.02) 40%,
      rgba(5, 5, 5, 0.4) 100%
    );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
  }

  .about-process__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(220, 38, 38, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
  }

  .about-process__item.is-active {
    border-color: rgba(220, 38, 38, 0.35);
    background: linear-gradient(
      155deg,
      rgba(220, 38, 38, 0.08) 0%,
      rgba(255, 255, 255, 0.04) 50%,
      rgba(5, 5, 5, 0.5) 100%
    );
  }

  .about-process__item.is-active::after {
    opacity: 1;
  }

  .about-process__item-num {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    margin: 0;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.06);
    pointer-events: none;
  }

  .about-process__item.is-active .about-process__item-num {
    color: rgba(220, 38, 38, 0.2);
  }

  .about-process__item h3 {
    position: relative;
    z-index: 1;
    font-size: 0.78rem;
    padding-right: 2rem;
  }

  .about-process__item p {
    position: relative;
    z-index: 1;
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .about-process__progress {
    display: flex;
    padding-inline: clamp(1.25rem, 4vw, 2.5rem);
  }
}

@media screen and (max-width: 600px) {
  .about-hero {
    min-height: 75vh;
  }

  .about-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .about-cta__btn {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-marquee__track {
    animation: none;
  }

  .about-offer__card:hover,
  .about-offer__card--featured:hover {
    transform: none;
  }
}
