/* —— Accueil · Aperçu À propos —— */
.about-preview {
  position: relative;
  z-index: 50;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: #050505;
  overflow: hidden;
  isolation: isolate;
  pointer-events: auto;
}

.about-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  pointer-events: none;
}

.about-preview__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2rem);
  max-width: 1200px;
  margin: 0 auto;
}

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

.about-preview__title {
  margin: 0;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff !important;
}

.about-preview__all {
  position: relative;
  z-index: 3;
  flex-shrink: 0;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
  font-family: Barlow, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.about-preview__all:hover {
  color: #fff !important;
  border-color: rgba(220, 38, 38, 0.6);
}

.about-preview__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  max-width: 1200px;
  margin: 0 auto;
}

.about-preview__visual {
  position: relative;
  display: block;
  min-height: 320px;
  border-radius: 0.35rem;
  overflow: hidden;
  text-decoration: none;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
}

.about-preview__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-preview__visual:hover img {
  transform: scale(1.04);
}

.about-preview__visual-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
}

.about-preview__visual-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-family: Barlow, sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}

.about-preview__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  padding: clamp(0.5rem, 2vw, 1rem) 0;
}

.about-preview__lead {
  margin: 0;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: none !important;
}

.about-preview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-preview__tags li {
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-family: Barlow, sans-serif;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.about-preview__quote {
  margin: 0;
  padding-left: 1rem;
  border-left: 2px solid rgba(220, 38, 38, 0.55);
  font-family: Barlow, sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
  text-shadow: none !important;
}

.about-preview__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.about-preview__social a {
  font-family: Barlow, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
  transition: color 0.2s ease;
}

.about-preview__social a:hover {
  color: #fff !important;
}

.about-preview__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.85) !important;
  font-family: Barlow, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: auto !important;
  cursor: pointer;
  touch-action: manipulation;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.about-preview__cta::after {
  content: "→";
  color: #dc2626;
  transition: transform 0.25s ease;
}

.about-preview__cta:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
}

.about-preview__cta:hover::after {
  transform: translateX(3px);
}

@media screen and (max-width: 767px) {
  .about-preview {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-preview__layout {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-preview__visual {
    min-height: 52vw;
    aspect-ratio: 4 / 5;
  }

  .about-preview__content {
    gap: 1rem;
    padding: 0;
  }

  .about-preview__cta {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-preview__visual img,
  .about-preview__cta::after {
    transition: none;
  }
}
