/* ===== HERO PROJET ===== */
.projet-hero {
  padding: 140px 100px 100px;
  position: relative;
  overflow: hidden;
}

.projet-hero__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.projet-hero__star--1 {
  position: absolute;
  width: 70px;
  top: 140px;
  right: 55%;
}

.projet-hero__star--2 {
  position: absolute;
  width: 110px;
  top: 210px;
  right: 49%;
}

.projet-hero__star--3 {
  position: absolute;
  width: 75px;
  bottom: 80px;
  right: 55%;
}

.projet-hero__swirl {
  position: absolute;
  width: 480px;
  bottom: -450px;
  left: -10px;
}

.projet-hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.projet-hero__text {
  flex: 1;
}

.projet-hero__text .projet-card__tags {
  margin-bottom: 24px;
}

.projet-hero__title {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 400;
  color: var(--color-dark);
  line-height: 1.1;
  margin-bottom: 24px;
}

.projet-hero__desc {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 480px;
}

.projet-hero__meta {
  display: flex;
  gap: 48px;
  margin-top: 40px;
}

.projet-hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.projet-hero__meta-item strong {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark);
}

.projet-hero__meta-item span {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--color-text);
}

/* Visual */
.projet-hero__visual {
  flex: 1;
}

.projet-hero__visual img {
  width: 100%;
  height: auto;
}

.projet-hero__visual--compact img {
  max-height: 420px;
  width: auto;
  margin: 0 auto;
}

/* ===== DÉTAILS PROJET ===== */
.projet-details {
  padding: 0 100px 100px;
}

.projet-details__card {
  background-color: var(--color-dark);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 0;
}

.projet-details__about {
  flex: 1.3;
  padding-right: 40px;
}

.projet-details__about-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.projet-details__about-header h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-white);
}

.projet-details__star--1 {
  width: 40px;
}

.projet-details__star--2 {
  width: 30px;
}

.projet-details__about p {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

.projet-details__separator {
  width: 2px;
  align-self: stretch;
  border-left: 2px dashed rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.projet-details__col {
  flex: 1;
  padding: 0 28px;
}

.projet-details__col h3 {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 12px;
}

.projet-details__col p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

/* ===== CONTEXTE PROJET ===== */
.projet-contexte {
  padding: 0 100px 100px;
}

.projet-contexte__grid {
  display: flex;
  gap: 40px;
  background-color: var(--color-pink-bg);
  border-radius: 24px;
  padding: 40px;
}

.projet-contexte__col {
  flex: 1;
}

.projet-contexte__col--right {
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  padding: 32px;
  border: 1.5px solid rgba(232, 78, 138, 0.15);
}

.projet-contexte__label {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-pink);
  display: block;
  margin-bottom: 16px;
}

.projet-contexte__heading {
  font-family: var(--font-body);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 20px;
}

.projet-contexte__col p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.7;
  margin-bottom: 16px;
}

.projet-contexte__col p:last-child {
  margin-bottom: 0;
}

.projet-contexte__col p strong {
  color: var(--color-dark);
}

.projet-contexte__roles {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}

.projet-contexte__role-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.projet-contexte__role-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--color-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.projet-contexte__role-item span {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-dark);
}

/* ===== PROBLÉMATIQUE ===== */
.projet-problematique {
  padding: 0 100px 100px;
}

.projet-problematique__card {
  background-color: var(--color-pink-bg);
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 50px;
}

.projet-problematique__label {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-pink);
  display: block;
  margin-bottom: 16px;
}

.projet-problematique__heading {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-dark);
  line-height: 1.5;
  max-width: 900px;
}

.projet-problematique__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.projet-problematique__item {
  background-color: var(--color-pink-bg);
  border-radius: 24px;
  padding: 40px;
}

.projet-problematique__item p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.7;
}

/* ===== STATS RECHERCHE ===== */
.projet-stats {
  padding: 0 100px 100px;
}

.projet-stats__card {
  background-color: var(--color-dark);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 0;
}

.projet-stats__intro {
  flex: 1;
  padding-right: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.projet-stats__intro h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-white);
  line-height: 1.3;
}

.projet-stats__star--1 {
  width: 40px;
}

.projet-stats__star--2 {
  width: 30px;
}

.projet-stats__separator {
  width: 2px;
  align-self: stretch;
  border-left: 2px dashed rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.projet-stats__col {
  flex: 1;
  padding: 0 28px;
}

.projet-stats__number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--color-pink);
  display: block;
  margin-bottom: 8px;
}

.projet-stats__col p {
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}

/* ===== PROTOTYPE EMBED ===== */
.projet-apercu__desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.projet-apercu__embed {
  max-width: 900px;
  margin: 0 auto;
  background-color: var(--color-dark);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 16px 60px rgba(27, 19, 64, 0.15);
}

.projet-apercu__embed iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 12px;
  display: block;
}

.projet-apercu__prototype {
  display: flex;
  justify-content: center;
}

.projet-apercu__prototype iframe {
  width: 390px;
  max-width: 100%;
  height: 850px;
  border: none;
}

/* ===== APERÇU DU PROJET ===== */
.projet-apercu {
  padding: 0 100px 100px;
  position: relative;
}

.projet-apercu__deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.projet-apercu__swirl--1 {
  position: absolute;
  width: 600px;
  top: -200px;
  left: -80px;
  transform: scaleX(-1) rotate(92deg);
  opacity: 0.6;
  z-index: -1;
}

.projet-apercu__swirl--2 {
  position: absolute;
  width: 450px;
  bottom: -120px;
  left: 40%;
  transform: rotate(-20deg);
  opacity: 0.6;
  z-index: -1;
}

.projet-apercu__title {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.projet-apercu__visuals,
.projet-apercu__prototype,
.projet-apercu__embed {
  position: relative;
  z-index: 1;
}

.projet-apercu__visuals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.projet-apercu__desktop,
.projet-apercu__mobile {
  flex: 1;
  min-width: 0;
  height: auto;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1280px) {
  .projet-hero {
    padding: 192px 60px 80px;
  }

  .projet-details {
    padding: 0 60px 80px;
  }

  .projet-contexte {
    padding: 0 60px 80px;
  }

  .projet-problematique {
    padding: 0 60px 80px;
  }

  .projet-stats {
    padding: 0 60px 80px;
  }

  .projet-apercu {
    padding: 80px 60px;
  }
}

@media (max-width: 1024px) {
  .projet-hero {
    padding: 192px 40px 60px;
  }

  .projet-hero__title {
    font-size: 3rem;
  }

  .projet-details {
    padding: 0 40px 60px;
  }

  .projet-details__card {
    padding: 36px;
  }
}

@media (max-width: 900px) {
  .projet-hero {
    padding: 140px 24px 60px;
  }

  .projet-hero__container {
    flex-direction: column;
    gap: 40px;
  }

  .projet-hero__title {
    font-size: 2.4rem;
  }

  .projet-hero__desc {
    font-size: 0.95rem;
  }

  .projet-hero__meta {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
  }

  .projet-hero__visual {
    display: flex;
    justify-content: center;
    flex: none;
    width: 100%;
  }

  .projet-hero__visual img {
    max-height: 50vh;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
  }

  .projet-hero__visual--compact img {
    max-height: 400px;
  }

  .projet-hero__star--1 {
    right: 5%;
    top: 110px;
    width: 50px;
  }

  .projet-hero__star--2 {
    right: 12%;
    top: 160px;
    width: 80px;
  }

  .projet-hero__star--3 {
    right: 3%;
    bottom: auto;
    top: 240px;
    width: 55px;
  }

  .projet-details {
    padding: 0 24px 60px;
  }

  .projet-details__card {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 28px;
  }

  .projet-details__about {
    grid-column: 1 / -1;
    padding-right: 0;
    padding-bottom: 12px;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
  }

  .projet-details__separator {
    display: none;
  }

  .projet-details__col {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    text-align: center;
  }

  .projet-hero__swirl {
    display: none;
  }

  .projet-contexte {
    padding: 0 24px 60px;
  }

  .projet-contexte__grid {
    flex-direction: column;
    gap: 28px;
  }

  .projet-problematique {
    padding: 0 24px 60px;
  }

  .projet-problematique__grid {
    grid-template-columns: 1fr;
  }

  .projet-stats {
    padding: 0 24px 60px;
  }

  .projet-stats__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 28px;
  }

  .projet-stats__intro {
    grid-column: 1 / -1;
    padding-right: 0;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 8px;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.15);
  }

  .projet-stats__separator {
    display: none;
  }

  .projet-stats__col {
    padding: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
  }

  .projet-apercu {
    padding: 60px 24px;
  }

  .projet-apercu__visuals {
    flex-direction: column;
    gap: 24px;
  }

  .projet-apercu__title {
    font-size: 2.4rem;
  }
}

@media (max-width: 600px) {
  .projet-hero__title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .projet-hero__desc {
    font-size: 0.9rem;
    max-width: none;
  }

  .projet-hero__meta {
    gap: 20px;
  }

  .projet-hero__meta-item strong {
    font-size: 0.85rem;
  }

  .projet-hero__meta-item span {
    font-size: 0.82rem;
  }

  .projet-details {
    padding: 0 16px 32px;
  }

  .projet-details__card {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 16px;
    gap: 12px;
  }

  .projet-details__col {
    padding: 16px;
    border-radius: 12px;
  }

  .projet-details__about-header h2 {
    font-size: 1.4rem;
  }

  .projet-details__about p {
    font-size: 0.82rem;
  }

  .projet-details__col h3 {
    font-size: 0.95rem;
  }

  .projet-details__col p {
    font-size: 0.8rem;
  }

  .projet-hero__star--1,
  .projet-hero__star--2,
  .projet-hero__star--3 {
    display: none;
  }

  .projet-contexte {
    padding: 0 16px 32px;
  }

  .projet-contexte__col {
    padding: 20px;
  }

  .projet-contexte__grid {
    padding: 20px;
    border-radius: 16px;
  }

  .projet-contexte__heading {
    font-size: 1.2rem;
  }

  .projet-contexte__col p {
    font-size: 0.88rem;
  }

  .projet-apercu {
    padding: 40px 16px;
  }

  .projet-apercu__title {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }

  .projet-apercu__desktop {
    width: 100%;
  }

  .projet-hero {
    padding: 120px 16px 32px;
  }

  .projet-problematique {
    padding: 0 16px 32px;
  }

  .projet-problematique__card {
    padding: 20px;
    border-radius: 16px;
  }

  .projet-problematique__heading {
    font-size: 1.2rem;
  }

  .projet-problematique__item {
    padding: 20px;
    border-radius: 16px;
  }

  .projet-problematique__item p {
    font-size: 0.88rem;
  }

  .projet-stats {
    padding: 0 16px 32px;
  }

  .projet-stats__card {
    padding: 20px;
    border-radius: 16px;
    gap: 12px;
  }

  .projet-stats__col {
    padding: 16px;
    border-radius: 12px;
  }

  .projet-stats__number {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .projet-stats__col p {
    font-size: 0.78rem;
  }

  .projet-stats__intro h2 {
    font-size: 1.2rem;
  }

  .projet-apercu__prototype iframe {
    height: 500px;
  }

  .projet-apercu__embed {
    border-radius: 16px;
    padding: 8px;
  }

  .projet-apercu__embed iframe {
    height: 450px;
    border-radius: 10px;
  }
}

/* ===== VISUAL BREAK ===== */
.projet-visual-break {
  padding: 0 100px;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.projet-visual-break img {
  max-height: 500px;
  width: auto;
  max-width: 45%;
  object-fit: contain;
}

.projet-visual-break--single img {
  max-width: 80%;
}

/* ===== PROCESS / TIMELINE ===== */
.projet-process {
  padding: 0 100px 100px;
}

.projet-process__title {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 16px;
}

.projet-process__subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 48px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.projet-process__steps {
  display: flex;
  gap: 0;
  position: relative;
}

.projet-process__step {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.projet-process__step::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-pink-light), var(--color-pink));
  z-index: 0;
}

.projet-process__step:first-child::before {
  left: 50%;
}

.projet-process__step:last-child::before {
  right: 50%;
}

.projet-process__number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.projet-process__step h3 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.projet-process__step p {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--color-text);
  line-height: 1.5;
}

/* ===== PERSONAS ===== */
.projet-personas {
  padding: 0 100px 100px;
}

.projet-personas__title {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 48px;
}

.projet-personas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.projet-personas__card {
  background-color: var(--color-white, #fff);
  border-radius: 20px;
  padding: 32px;
  border: 1.5px solid rgba(27, 19, 64, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.projet-personas__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.projet-personas__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.projet-personas__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-pink);
  color: var(--color-white);
  font-family: var(--font-display);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.projet-personas__name {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-dark);
}

.projet-personas__role {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--color-text);
}

.projet-personas__quote {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-style: italic;
  color: var(--color-text);
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 3px solid var(--color-pink);
}

.projet-personas__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.projet-personas__tag {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--color-pink);
  background-color: var(--color-pink-bg);
  padding: 4px 12px;
  border-radius: 20px;
}

/* ===== A11Y BANNER ===== */
.projet-a11y {
  padding: 0 100px 100px;
}

.projet-a11y__card {
  background-color: var(--color-pink-bg);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
}

.projet-a11y__label {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-pink);
  display: block;
  margin-bottom: 12px;
}

.projet-a11y__heading {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--color-dark);
  margin-bottom: 16px;
}

.projet-a11y__desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 32px;
}

.projet-a11y__pillars {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.projet-a11y__pillar {
  background-color: var(--color-white, #fff);
  border-radius: 16px;
  padding: 24px 28px;
  min-width: 180px;
  border: 1.5px solid rgba(232, 78, 138, 0.15);
}

.projet-a11y__pillar h3 {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.projet-a11y__pillar p {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: var(--color-text);
  line-height: 1.5;
}

/* ===== INSTAGRAM CAROUSEL ===== */
.projet-instagram {
  padding: 0 100px 100px;
}

.projet-instagram__title {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--color-dark);
  text-align: center;
  margin-bottom: 12px;
}

.projet-instagram__subtitle {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--color-text);
  text-align: center;
  margin-bottom: 40px;
}

.projet-instagram__posts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.projet-instagram__post-label {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-pink);
  display: block;
  margin-bottom: 16px;
}

.projet-instagram__row {
  display: flex;
  gap: 16px;
  align-items: stretch;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.projet-instagram__row::-webkit-scrollbar {
  display: none;
}

.projet-instagram__slide {
  flex: 0 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 220px;
}

.projet-instagram__slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.projet-instagram__slide img {
  height: 100%;
  width: auto;
  display: block;
}

/* ===== RESPONSIVE NEW SECTIONS ===== */
@media (max-width: 1280px) {
  .projet-visual-break { padding: 0 60px; }
  .projet-process { padding: 0 60px 80px; }
  .projet-personas { padding: 0 60px 80px; }
  .projet-a11y { padding: 0 60px 80px; }
}

@media (max-width: 900px) {
  .projet-visual-break {
    padding: 0 24px;
    flex-direction: column;
    gap: 24px;
  }
  .projet-visual-break img {
    max-width: 80%;
    max-height: 400px;
  }

  .projet-instagram { padding: 0 24px 60px; }
  .projet-instagram__slide {
    height: 160px;
  }

  .projet-process { padding: 0 24px 60px; }
  .projet-process__steps {
    flex-direction: column;
    gap: 24px;
  }
  .projet-process__step::before { display: none; }
  .projet-process__step {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 0;
  }
  .projet-process__number {
    width: 44px;
    height: 44px;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .projet-personas { padding: 0 24px 60px; }
  .projet-personas__grid { grid-template-columns: 1fr; }

  .projet-a11y { padding: 0 24px 60px; }
  .projet-a11y__card { padding: 28px; }
  .projet-a11y__pillars { flex-direction: column; }
  .projet-a11y__pillar { min-width: auto; }
}

@media (max-width: 600px) {
  .projet-instagram__title { font-size: 1.8rem; }
  .projet-process__title { font-size: 1.8rem; }
  .projet-personas__title { font-size: 1.8rem; }
  .projet-a11y__heading { font-size: 1.4rem; }
  .projet-a11y__card { padding: 20px; border-radius: 16px; }
  .projet-personas__card { padding: 24px; }
}
