@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&family=Victor+Mono:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=IBM+Plex+Serif&display=swap');


body.index {
 



header {
  min-height: 100vh;          
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
  background: white
}

/* PLURIVERS */
header h1 {
  font-family: "Victor Mono", monospace;
  font-weight: 700;
  font-size: clamp(3.5rem, 12vw, 9.5rem);
  line-height: 0.9;
  margin: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform-origin: center;
  margin-bottom: 0.6rem;
  opacity: 1;
}

/*sous-titre */
header .subtitle {
  display: block;
  font-family: "IBM Plex Serif", serif;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 400;
  margin-top: 0.5rem;
  opacity: 0.95;
}


main {
  padding-top: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}

/* ==========================
   hihihihihihihi SCROLL A BAHHHHHH NON
   ========================== */



/* sommaire */
ul.intro, .content ul, .outro {
  margin: 1.2rem 0 2rem 0;
  padding-left: 0;
}

ul li {
  list-style: none;
  margin: 0.6rem 0;
}

/* liens*/
ul li a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}


@media (max-width: 768px) {
  header h1 { font-size: clamp(3rem, 22vw, 7.5rem); }
  main { padding: 2.2rem 1rem; }
}
}