.landingdiv{
width: 100%;
}

.landingdiv2 {
background-size: cover;
width: 100%;
animation: stars;
animation-duration: 0.6s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
background-color: #000000;
margin: 0;
padding: 152px 0 54px 0;
}

.landingdiv2 img{
width: 65%;
max-width: 600px;
}

@keyframes stars {
0% {background-image: url('../img/Layer1_0.png');}
25% {background-image: url('../img/Layer1_1.png');}
50% {background-image: url('../img/Layer1_2.png');}
75% {background-image: url('../img/Layer1_3.png');}
100% {background-image: url('../img/Layer1_0.png');}
}

.centerbtn{
display: flex;
justify-content: center;
align-items: center;
}

.steamlink {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
  color: #ffffff;
  background: linear-gradient(180deg, #5b21b6 0%, #7c3aed 100%) !important;
  border: none;
  border-radius: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;
  margin-top: 18px;
}

/* Animation du balayage lumineux */
@keyframes sheen-move {
  0% {
    left: -60%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

/* Focus clavier propre */
.steamlink:focus-visible {
  outline: 2px solid #c084fc;
  outline-offset: 2px;
}

@media (max-width: 768px){
.landingdiv2 {
padding: 54px 0 54px 0;
}
}



.parallax{
  width: 100%;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.parallax__bg{
  position: absolute;
  inset: -20%; /* marge pour éviter les bords quand ça bouge */
  background: url("../img/cometbg.png") center / cover no-repeat;
  transform: translateY(0);
  will-change: transform;
}

.parallax__content{
  position: relative;
  z-index: 1;
  padding: 72px 16px;
  text-align: center;
}

.heightt{
  height: 48px;
}

.platforms{
  width: 100%;
  padding: 56px 16px;
    background: url("../img/butterflyflesh.png") center / cover no-repeat;
    background-color: #000000;
}




.platforms__wrap{
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  padding: 24px 0;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: center;
}

.platforms__cover{
  border-radius: 12px;
  overflow: hidden;
    display: flex;
  align-items: center;
  justify-content: center;
}

.platforms__cover img{
  display: block;
    border-radius: 12px;
  width: 100%;
  height: auto;

}

.platforms__info{
  margin: 0 0 10px;
  color: white;
}

.platforms__info p{
  margin: 0 0 18px;
  opacity: .85;
  line-height: 1.5;
    color: white;
}

.platforms__links{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.platforms__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  width: 64px;
  height: 64px;
  background: #171024;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .15s ease, background .15s ease;
}

.platforms__btn:hover{
  transform: translateY(-1px);
  background: #c084fc;
}

.reddd{
  color: #c084fc;
}

.platforms__btn--alt{
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.12);
}

.platforms__btn img{
  width: 32px;
}

@media (max-width: 820px){
  .platforms__wrap{
    grid-template-columns: 1fr;
  }
  .platforms__cover{
    max-width: 420px;
    margin: 0 auto;
  }
  .platforms__info{
    text-align: center;
  }
  .platforms__links{
    justify-content: center;
  }

  .platforms__info h2{
  margin: 0 0 10px;
  color: white;
  padding: 0 24px;
}

.platforms__info p{
  margin: 0 0 18px;
  opacity: .85;
  line-height: 1.5;
    color: white;
      padding: 0 24px;
}
}


@media (max-width: 820px){
.platforms{
  width: 100%;
  padding: 0;
}




  .platforms__wrap{
    display: flex;              /* au lieu de grid */
    flex-direction: column;     /* empile tout */
    align-items: center;        /* centre horizontalement */
    text-align: center;
    gap: 16px;
  }

  .platforms__cover{
    width: min(420px, 100%);    /* cover centrée, responsive */
    margin: 0;
  }

  .platforms__info{
    width: 100%;
    display: flex;
    flex-direction: column;     /* h2 puis p puis liens */
    align-items: center;        /* centre les éléments */
    gap: 10px;
  }

  .platforms__cover img{
  display: block;
  width: 60%;
  height: auto;

}

  .platforms__info h2{
    margin: 0;
  }

  .platforms__info p{
    margin: 0;
    max-width: 40ch;            /* optionnel: meilleure lisibilité */
  }

  .platforms__links{
    justify-content: center;
  }
}

















/* === BASE === */
.home-main {
  background-color: #0D0F14;
  color: #E6E8F0;
  font-family: "Inter", sans-serif;
}
.section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 28px 20px 40px;
  text-align: center;
  border-top: 1px solid #2A2F3A;
}
.section:first-of-type { border-top: none; }
.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #A78BFA;
  letter-spacing: 0.5px;
}

/* === TRAILER === */
.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #2A2F3A;
  background-color: #151922;
}
.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* === CITATION === */
.section-creator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.creator-quote p{
  font-size: 16px;
  line-height: 1.6;
  max-width: 420px;
  margin: 0 auto;
  color: #D5D8E6;
  font-style: italic;
}

.gap12{
  gap: 12px;
}

.creator-quote strong { color: #A78BFA; }
.creator-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.creator-info img {
  width: 80px;
  height: 80px;
}
.creator-name {
  margin-top: 10px;
  font-weight: 600;
  color: #ffffff;
}

/* === À PROPOS === */
.section-about p {
  max-width: 700px;
  margin: 0 auto 16px;
  line-height: 1.7;
  color: #D5D8E6;
  font-size: 17px;
}

/* === RÉSEAUX === */
.section-networks {
  text-align: center;
}
.network-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  margin-top: 24px;
}
.network-card {
  background-color: #151922;
  border: 1px solid #2A2F3A;
  border-radius: 14px;
  padding: 18px 10px;
  color: #E6E8F0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.network-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0.9);
}
.network-card span {
  font-weight: 600;
  font-size: 15px;
}
.network-card:hover {
  transform: translateY(-3px);
  border-color: #6D28D9;
  box-shadow: 0 0 15px rgba(109, 40, 217, 0.3);
}
.network-card:hover img {
  filter: brightness(1.2);
}

/* === Responsive === */
@media (max-width: 700px) {
  .creator-quote { font-size: 18px; }
  .network-grid { grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); }
  .gap12{
  gap: 12px;
  display: block;
}
}

.steamlink{
  display: flex;
  align-items: center;
  gap: 8px;
}

.steamlink img{
  height: 32px;
  width: auto;
}







/* === OST DISPONIBLE — VERSION VISUELLE === */
.section-soundtrack {
  position: relative;
  color: #E6E8F0;
  text-align: center;
  padding: 100px 20px;
  border: none;
  overflow: hidden;
  border-top: 1px solid #2A2F3A;
  border-bottom: 1px solid #2A2F3A;
}

/* Image de fond (ex : cover OST, ou artwork abstrait du jeu) */
.soundtrack-bg {
  position: absolute;
  inset: 0;
  background-color: url("../img/butterflyflesh.png") center/cover no-repeat;
  filter: brightness(0.3) blur(2px);
  transform: scale(1.1);
  z-index: 0;
}

/* Dégradé violet/noir au-dessus du fond */
.section-soundtrack::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: linear-gradient(180deg, rgba(13,15,20,0.85) 0%, rgba(29,0,59,0.85) 100%);
  z-index: 1;
}

/* Contenu centré */
.soundtrack-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
}

/* Texte */
.soundtrack-text {
  color: #D5D8E6;
  max-width: 720px;
  margin: 0 auto 28px;
  line-height: 1.7;
  font-size: 18px;
}
.soundtrack-text strong {
  color: #C4A0FF;
}
.soundtrack-text em {
  color: #A78BFA;
  font-style: normal;
}

/* Icônes plateformes */
.platforms-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 20px;
}
.platforms-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
 height: 70px;
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50%;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  backdrop-filter: blur(4px);
}
.platforms-grid a:hover {
  transform: translateY(-3px) scale(1.05);
  border-color: #A78BFA;
  background-color: rgba(167,139,250,0.1);
}
.platforms-grid img {
  width: 36px;
  height: 36px;
  filter: brightness(0.9);
  transition: filter 0.25s ease;
}
.platforms-grid a:hover img {
  filter: brightness(1.3);
}

/* Responsive */
@media (max-width: 700px) {
  .section-soundtrack { padding: 80px 20px; }
  .platforms-grid a { width: 56px; height: 56px; }
  .platforms-grid img { width: 30px; height: 30px; }
  .soundtrack-text { font-size: 16px; }
}


/* Hover principal : léger lift + halo diffus */
.steamlink:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(123, 58, 237, 0.35);
background: linear-gradient(180deg, #6d28d9 0%, #8b5cf6 100%);
}

/* Effet de sheen subtil */
.steamlink::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 50%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%,rgba(255, 255, 255, 0.3) 50%, transparent 100% );
  transform: skewX(-20deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.steamlink:hover::after {
  animation: sheen-move 1s ease forwards;
  opacity: 1;
}


.video-wrap{
width: 100%;
max-width:560px;
padding: 0 24px;
}

.iframeee{
      aspect-ratio: 16 / 9;
}

iframe{
width: 100%;
height: 100%;
}


.borddd{
    border-radius: 12px;
}









.lang-hero{
  width:100%;
  padding:clamp(44px, 4vw, 44px);
  border-radius:24px;
  overflow:hidden;
  position:relative;
}

.lang-hero__inner{
  position:relative;
  display:flex;
  align-items:center;
  gap:clamp(18px, 3vw, 34px);
}

.lang-hero__flags{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:clamp(12px, 2vw, 18px);
}

.lang-hero__flags img{
  width:74px;
  height:74px;
  border-radius:12px;
  object-fit:cover;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border:1px solid rgba(255,255,255,.18);
  transform: rotate(-3deg);
}

.lang-hero__flags img:last-child{
  transform: rotate(3deg);
}

.lang-hero__content{
  min-width:0;
}

.lang-hero__content h2{
  margin:0 0 8px;
  letter-spacing:.2px;
}

.lang-hero__content p{
  margin:0;
  line-height:1.55;
  opacity:.92;
  max-width:60ch;
}

/* Responsive: tout en colonne, drapeaux au-dessus */
@media (max-width: 720px){
  .lang-hero__inner{
    flex-direction:column;
    align-items:flex-start;
  }
}







.collabs{
  padding: 32px;
}

.collabs__head{
  margin-bottom: clamp(14px, 2vw, 22px);
  max-width: 70ch;
  padding: 0 24px;
  margin: 0;
}

.collabs__head h2{
  margin: 0 0 10px;
}

.collabs__head p{
  margin: 0;
  opacity: .88;
  line-height: 1.6;
}

.collabs__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 22px);
  padding: 24px;
}

/* === Collab cards (adapté à tes :root) === */

.collab-card{
  display:flex;
  gap:16px;
  padding:18px;
  border-radius:12px;

  background: linear-gradient(135deg,
    color-mix(in srgb, var(--panel) 92%, var(--accent) 8%),
    var(--panel)
  );

  border: 1px solid var(--border);
  box-shadow: 0 18px 60px color-mix(in srgb, var(--bg) 78%, transparent);
  overflow:hidden;
  color: var(--text);
}

.collab-card__avatar{
  flex:0 0 auto;
  width:72px;
  height:72px;
  border-radius:999px;
  overflow:hidden;

  border: 1px solid color-mix(in srgb, var(--border) 70%, var(--accent) 30%);
  box-shadow: 0 12px 35px color-mix(in srgb, var(--bg) 75%, transparent);
  background: var(--bg);
}

.collab-card__avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.collab-card__body{
  min-width:0;
}

.collab-card__body h3{
  margin:0 0 4px;
  font-size:18px;
  color: var(--text);
}

.collab-card__role{
  margin:0 0 10px;
  font-size:14px;
  color: var(--muted);
  opacity: 1; /* on garde une couleur stable via --muted */
}

.collab-card__desc{
  margin:0 0 12px;
  line-height:1.55;
  font-size:14.5px;
  color: color-mix(in srgb, var(--text) 88%, var(--muted) 12%);
  opacity: 1;
}

.collab-card__links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.collbalinkkk img{
  height: 24px;
  width: 24px;
}

.collbalinkkk{
  padding: 12px;
}

.collbalinkkk2{
  padding: 12px;
}

.collab-card__links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;

  border: 1px solid color-mix(in srgb, var(--border) 60%, var(--accent) 40%);
  background: color-mix(in srgb, var(--bg) 55%, transparent);
  color: var(--text);

  text-decoration:none;
  font-size:13.5px;
  opacity:1;
  transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}

.collab-card__links a:hover{
  background: color-mix(in srgb, var(--accent) 12%, var(--panel) 88%);
  border-color: color-mix(in srgb, var(--accent) 55%, var(--border) 45%);
  transform: translateY(-1px);
}

.collab-card__links a:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--accent) 70%, transparent);
  outline-offset: 3px;
}

/* Responsive (inchangé) */
@media (max-width: 980px){
  .collabs__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .collabs__grid{
    grid-template-columns: 1fr;
  }
  .collab-card{
    padding:16px;
  }
  .collab-card__avatar{
    width:64px;
    height:64px;
  }
}
