#histoire {
  padding: 120px 48px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  align-items: center;
}
.histoire-label {
  font-size: 2.5rem; font-weight: 500; /*letter-spacing: .22em;
  text-transform: uppercase; margin-bottom: 20px;*/
  font-family: 'Gochi Hand';
}
.histoire-title {
  font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900;
  line-height: 1.05; letter-spacing: -.04em;
}
.histoire-right p { font-size: .95rem; line-height: 1.7; color: #444; margin-bottom: 16px; }

@media (max-width: 900px) {
  #histoire { grid-template-columns: 1fr; gap: 48px; padding: 80px 24px; }
}
