.footerIdentity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: start;
}

.footerCrn {
  display: block;
  margin-top: 10px;
  color: #b7b1a7;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Exibe a foto do jiu-jitsu integralmente, sem cortes. */
.sportsGallery .sportJiu {
  background-image: url("/victor-jiujitsu-julho-2026.webp") !important;
  background-color: #0d0d0d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Resultados: dois cards completos por tela em notebooks e desktops. */
.results .slider {
  gap: 22px;
  padding-right: 0;
  scroll-padding-inline: 0;
}

.results .slider > .resultCard {
  flex: 0 0 calc((100% - 22px) / 2);
  max-width: calc((100% - 22px) / 2);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media (max-width: 1100px) {
  .footerIdentity {
    justify-self: center;
  }
}

/* Em celulares, um card completo ocupa toda a largura útil. */
@media (max-width: 800px) {
  .results .slider {
    margin-right: 0;
    padding-right: 0;
  }

  .results .slider > .resultCard {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .footerCrn {
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }
}

/* Método: reforça a hierarquia do subtítulo apenas em telas grandes. */
@media (min-width: 1101px) {
  .methodHead {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    align-items: center;
    gap: clamp(48px, 5vw, 76px);
  }

  .methodHead > p {
    width: 100%;
    max-width: 420px;
    margin: 0;
    color: #c8c2b8;
    font-size: 17px;
    line-height: 1.6;
    text-align: right;
    justify-self: end;
  }

  .methodHead > p .methodLine {
    display: block;
  }
}
