/* Footer — was Footer.module.css. The bundler's hashed class names are
   replaced by a plain c-Footer_ prefix so the stylesheet stands alone. */

.c-Footer_footer {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background-color: var(--base-1000);
  color: var(--base-100);
}

.c-Footer_objectContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-Footer_object {
  position: absolute;
  top: -200px;
  left: 0;
  width: max-content;
  padding: 1rem 2rem;
  border-radius: 50px;
  user-select: none;
  pointer-events: none;
  z-index: 2;
}

.c-Footer_v1 {
  background-color: var(--base-300);
  color: var(--base-400);
}

.c-Footer_v2 {
  background-color: var(--base-500);
  color: var(--base-600);
}

.c-Footer_v3 {
  background-color: var(--base-800);
  color: var(--base-1000);
}

.c-Footer_v4 {
  background-color: var(--base-900);
  color: var(--base-1000);
}

.c-Footer_object p {
  font-family: var(--font-schabo);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: 0;
}

.c-Footer_content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  pointer-events: none;
  padding-top: 1rem;
}

.c-Footer_content a,
.c-Footer_content button {
  pointer-events: auto;
}

.c-Footer_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}

.c-Footer_top {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: flex-start;
}

.c-Footer_brand {
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.c-Footer_brand p {
  max-width: 24rem;
}

.c-Footer_columns {
  display: flex;
  gap: 4rem;
}

.c-Footer_column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 7rem;
}

.c-Footer_column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.c-Footer_column a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.c-Footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.c-Footer_meta,
.c-Footer_legal {
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 1000px) {
  .c-Footer_inner {
    padding-top: 5rem;
    padding-bottom: 2rem;
    gap: 2rem;
  }

  .c-Footer_top {
    flex-direction: column;
    gap: 2rem;
  }

  .c-Footer_brand {
    max-width: none;
  }

  .c-Footer_brand .dsp {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }

  .c-Footer_columns {
    width: 100%;
  }

  .c-Footer_columnNav {
    display: none;
  }

  .c-Footer_object {
    padding: 0.75rem 1.25rem;
    pointer-events: none;
  }

  .c-Footer_object p {
    font-size: 1.25rem;
  }

  .c-Footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: relative;
    z-index: 4;
  }

  .c-Footer_meta,
  .c-Footer_legal {
    flex-direction: column;
    gap: 0.35rem;
  }
}
